@ckeditor/ckeditor5-paste-from-office-enhanced 47.1.0 → 47.2.0-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/paste-from-office-enhanced.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +6 -6
- package/src/index.js +1 -1
- package/src/legacyerrors.js +1 -1
- package/src/normalizers/inliner/msofficestylesinliner.js +1 -1
- package/src/normalizers/inliner/utils.js +1 -1
- package/src/normalizers/propagator/msofficeinlinestylepropagator.js +1 -1
- package/src/normalizers/propagator/utils.js +1 -1
- package/src/pastefromofficeenhanced.js +1 -1
- package/src/pastefromofficeenhancedinliner.js +1 -1
- package/src/pastefromofficeenhancedpropagator.js +1 -1
- package/src/utils.js +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
3
|
* For licensing, see LICENSE.md.
|
|
4
|
-
*/(()=>{var t={237:t=>{"use strict";t.exports=CKEditor5.dll},331:(t,e,n)=>{t.exports=n(237)("./src/clipboard.js")},584:(t,e,n)=>{t.exports=n(237)("./src/utils.js")},782:(t,e,n)=>{t.exports=n(237)("./src/core.js")},783:(t,e,n)=>{t.exports=n(237)("./src/engine.js")}},e={};function n(r){var s=e[r];if(void 0!==s)return s.exports;var i=e[r]={exports:{}};return t[r](i,i.exports,n),i.exports}n.d=(t,e)=>{for(var r in e)n.o(e,r)&&!n.o(t,r)&&Object.defineProperty(t,r,{enumerable:!0,get:e[r]})},n.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),n.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})};var r={};(()=>{"use strict";n.r(r),n.d(r,{PasteFromOfficeEnhanced:()=>at});var t=n(782);n(331);var e=n(783);function s(t){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 L(){const t=["3508qUiRFO","2216944WKDOJz","test","7928seIyKN","64iqCOGO","346602HWMUHB","20IhdoOG","2295970jWQMcj","760014Vvpbbo","2359OaPGYz","1337028XnwfCZ"];return(L=function(){return t})()}function O(t,e){const n=L();return(O=function(t,e){return n[t-=499]})(t,e)}!function(t){const e=O,n=t();for(;;)try{if(371785===-parseInt(e(503))/1*(-parseInt(e(507))/2)+-parseInt(e(508))/3+parseInt(e(504))/4+-parseInt(e(499))/5+-parseInt(e(502))/6+parseInt(e(501))/7*(parseInt(e(506))/8)+parseInt(e(500))/9*(parseInt(e(509))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(L);const C=/<meta\s*name="?generator"?\s*content="?microsoft\s*excel\s*\d+"?\/?>/i;function E(t){return C[O(505)](t)}!function(t){const e=R,n=t();for(;;)try{if(422316===-parseInt(e(440))/1+parseInt(e(434))/2+-parseInt(e(442))/3+parseInt(e(433))/4*(parseInt(e(435))/5)+parseInt(e(450))/6*(-parseInt(e(449))/7)+parseInt(e(441))/8*(parseInt(e(430))/9)+parseInt(e(452))/10*(-parseInt(e(447))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(P);const A=/^(?<tagName>(?!\.)[\w-]+)?(\.(?<className>[\w-]+))?$/i;function P(){const t=["map","130pvWRxG","groups","trim","split","assign","className","style","162963QMgZiU","push","hasClass","24eEGsHh","729252JCbBZU","613705xlimZl","getPropertyValue","cssRules","length","initial","328497sYRXoM","232wzIsVv","335676fDGjmg","exec","name","tagName","selectorText","200486JfNGmy","set","7QnHrbh","3159192xVZPwO"];return(P=function(){return t})()}function F(t,e){const n=R,r=new Map;for(const[s,i]of e){if(!s[n(445)]&&!s[n(428)])continue;const e=!s[n(445)]||t[n(444)]===s[n(445)],o=!s[n(428)]||t[n(432)](s[n(428)]);e&&o&&r[n(448)](s,i)}return r}function R(t,e){const n=P();return(R=function(t,e){return n[t-=424]})(t,e)}function M(t){const e=R,n={};for(let r=0;r<t[e(438)];r++){const s=t[r],i=t[e(436)](s);e(439)!==i&&(n[s]=i)}return n}function T(t){const e=R,n=t[e(426)](",")[e(451)](t=>t[e(425)]()),r=[];for(const t of n){const n=A[e(443)](t);n&&r[e(431)](n[e(424)])}return r}function j(t){const e=R,n={};for(const r of t)Object[e(427)](n,r);return n}const N=V;function V(t,e){const n=W();return(V=function(t,e){return n[t-=279]})(t,e)}function W(){const t=["3263995kxJTPy","4009irMbGI","3185932LRcOYF","elementStart","6rewHpW","22RrFnDq","size","execute","isActive","from","hasStyle","3450753bLrGbP","createRangeIn","148zZaNwM","content","setStyle","type","2459187lbUawQ","10533362irRiRl","3226330HzxFjR","8PtDGJu","item","_parsedData","values","document"];return(W=function(){return t})()}!function(t){const e=V,n=t();for(;;)try{if(793904===parseInt(e(283))/1*(-parseInt(e(295))/2)+-parseInt(e(299))/3+parseInt(e(284))/4+-parseInt(e(282))/5+-parseInt(e(286))/6*(-parseInt(e(300))/7)+parseInt(e(302))/8*(-parseInt(e(293))/9)+parseInt(e(301))/10*(parseInt(e(287))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(W);class D extends b{[N(289)](t){const n=N,{body:r,styles:s}=t[n(279)],i=new e.ViewUpcastWriter(r[n(281)]),o=i[n(294)](r),c=function(t){const e=R,n=new Map;for(const r in t){const s=T(r),i=t[r];for(const t of s)n[e(448)](t,i)}return n}(function(t){const e=R,n={};for(const r of t)for(const t of r[e(437)])if(t instanceof CSSStyleRule){const r=M(t[e(429)]);n[t[e(446)]]=Object[e(427)]({},n[t[e(446)]]||{},r)}return n}(s));for(const t of o){if(n(285)!==t[n(298)])continue;const e=F(t[n(303)],c);if(e[n(288)]){const r=j(Array[n(291)](e[n(280)]()));for(const e in r){const s=t[n(303)];s[n(292)](e)||i[n(297)](e,r[e],s)}}}t[n(296)]=r}[N(290)](t){return super[N(290)](t)||E(t)}}const $=K;function K(t,e){const n=U();return(K=function(t,e){return n[t-=118]})(t,e)}function U(){const t=["dataTransfer","8QVIBSX","editing","739746opmNpW","document","view","280951lxuabq","31098YYuJYe","execute","fromCharCode","requires","pluginName","3831002BBquYF","afterInit","plugins","PasteFromOffice","map","_parsedData","text/html","href","319800pAfTrN","16278vOQeIz","isPremiumPlugin","high","1432570diXnys","get","isOfficialPlugin","isActive","editor","init","stylesProcessor","PasteFromOfficeEnhancedInliner","join","getData","ClipboardPipeline","inputTransformation"];return(U=function(){return t})()}!function(t){const e=K,n=t();for(;;)try{if(173975===parseInt(e(136))/1+-parseInt(e(137))/2+parseInt(e(133))/3+-parseInt(e(150))/4+parseInt(e(118))/5+parseInt(e(151))/6+parseInt(e(142))/7*(-parseInt(e(131))/8))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(U);class k extends t.Plugin{static get[$(141)](){return $(125)}static get[$(120)](){return!0}static get[$(152)](){return!0}static get[$(140)](){return[$(145)]}[$(123)](){const t=$,e=this[t(122)],n=e[t(144)][t(119)](t(128)),r=e[t(132)][t(135)][t(134)],s=new D(r);n.on(t(129),(e,n)=>{const i=t,o=n[i(130)][i(127)](i(148));s[i(121)](o)&&(n[i(147)]||(n[i(147)]=x(o,r[i(124)])),s[i(138)](n))},{priority:S.priorities[t(119)](t(153))+11})}[$(143)](){!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=K;return t[e(146)](t=>String[e(139)](t))[e(126)]("")}!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:1760572800;return t[d([101,120,112])]<e}()?d([69,120,112,105,114,101,100]):function(){const e=K,n=t[d([108,105,99,101,110,115,101,100,72,111,115,116,115])];if(!n||0==n[d([108,101,110,103,116,104])])return!0;const{hostname:r}=new URL(window[d([108,111,99,97,116,105,111,110])][e(149)]);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 q=J;!function(t){const e=J,n=t();for(;;)try{if(694906===parseInt(e(333))/1*(parseInt(e(306))/2)+parseInt(e(309))/3*(-parseInt(e(295))/4)+parseInt(e(305))/5+parseInt(e(327))/6*(parseInt(e(307))/7)+parseInt(e(315))/8+-parseInt(e(291))/9*(parseInt(e(319))/10)+-parseInt(e(321))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Y);const G=[q(314),q(325),q(323),q(318),q(310),q(301),q(320),q(326)],z=[q(314),q(325),q(323)],H={"font-style":[[q(328),"i"]],"font-weight":[[q(311),q(313)],[q(304),q(313)],[q(330),q(313)],[t=>Number(t)>=600,q(313)]],"text-decoration":[[q(292),"u"],[q(293),"s"]],"text-decoration-line":[[q(292),"u"],[q(293),"s"]],"vertical-align":[[q(294),q(294)],[q(324),q(329)]]};function Q(t){return G[q(332)](t)}function J(t,e){const n=Y();return(J=function(t,e){return n[t-=291]})(t,e)}function Z(t){const e=q;return Array[e(302)](t[e(334)]())[e(317)](Q)}function B(t,e,n){const{spanStyles:r,stylesToBeHtmlElements:s}=function(t,e){const n=q,r={},s={};return e[n(316)](e=>{const i=n,o=t[i(298)](e);if(o)if(c=e,z[q(332)](c))r[e]=o;else if(e in H){const t=o[i(312)](" ");H[e][i(316)](([n,r])=>{const o=i;for(const i of t)(o(308)==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=q;for(const s in n)n[s][r(316)](([,n])=>{const s=r,i=e[s(331)](n,[],t[s(297)]());e[s(299)](0,i,t)}),e[r(322)](s,t)})(t,e,s),function(t,e,n){const r=q;if(!Object[r(300)](n)[r(335)])return;const s=e[r(331)](r(303),[],t[r(297)]());e[r(296)](n,s),e[r(299)](0,s,t),e[r(322)](Object[r(300)](n),t)}(t,e,r)}function Y(){const t=["23822700fgmFSB","removeStyle","font-size","super","font-family","vertical-align","24vvxWnr","italic","sup","bolder","createElement","includes","54928OsyczZ","getStyleNames","length","9ezDDQg","underline","line-through","sub","9452oQwhFT","setStyle","getChildren","getStyle","insertChild","keys","font-weight","from","span","bold","5206830hCKeLK","2phFzIU","1086169YJqFlR","function","201cTRfwj","text-decoration-line","medium","split","strong","color","10468904mErqLP","forEach","filter","text-decoration","66480dNQAoL","font-style"];return(Y=function(){return t})()}const _=tt;function X(){const t=["getItems","execute","308GIirin","font","1406355FnZudO","30680650dThGyR","251912ahUPpb","document","118821eIBpGN","_parsedData","element","219184YfeccZ","2zOVpnU","stylesProcessor","1755858UMZtem","name","includes","2212983EuQRgf","content","blockElements","createRangeIn","10UHHBSp","isActive"];return(X=function(){return t})()}function tt(t,e){const n=X();return(tt=function(t,e){return n[t-=154]})(t,e)}!function(t){const e=tt,n=t();for(;;)try{if(610461===parseInt(e(161))/1*(-parseInt(e(165))/2)+-parseInt(e(157))/3+parseInt(e(159))/4*(-parseInt(e(174))/5)+-parseInt(e(167))/6+parseInt(e(155))/7*(-parseInt(e(164))/8)+-parseInt(e(170))/9+parseInt(e(158))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(X);class et extends b{[_(154)](t){const n=_,{body:r}=t[n(162)],s=new e.ViewUpcastWriter(r[n(160)]),i=s[n(173)](r),o=new e.ViewDocument(s[n(160)][n(166)]),c=[...new e.ViewDomConverter(o)[n(172)],n(156)],a=i[n(176)]();for(const t of a)if(t.is(n(163))&&c[n(169)](t[n(168)])){B(t,s,Z(t))}t[n(171)]=r}[_(175)](t){return super[_(175)](t)||E(t)}}function nt(){const t=["6EVzqnF","pasteFromOfficeEnhancedLicenseKeyNotAllowed","_licenseKeyCheckInterval","get","editor","execute","getData","licenseKey","editing","pasteFromOfficeEnhancedLicenseKeyTrialLimit","trialLimit","1307817OaKlMT","dataTransfer","invalid","523430MqQUHb","848LhRtKZ","view","pasteFromOfficeEnhancedLicenseKeyDomainLimit","pluginName","isPremiumPlugin","requires","isActive","PasteFromOffice","PasteFromOfficeEnhanced","ClipboardPipeline","pasteFromOfficeEnhancedLicenseKeyExpired","inputTransformation","pasteFromOfficeEnhancedLicenseKeyValid","pasteFromOfficeEnhancedLicenseKeyInvalid","pasteFromOfficeEnhancedLicenseKeyUsageLimit","expired","init","document","isOfficialPlugin","plugins","_showLicenseError","featureNotAllowed","2wRkahw","high","text/html","domainLimit","stylesProcessor","869640ERGoSV","usageLimit","destroy","14301pmRbyC","373245gTqGtv","_parsedData","23087oJHoiV","config","pasteFromOfficeEnhancedLicenseKeyEvaluationLimit","evaluationLimit","PasteFromOfficeEnhancedPropagator","18360jHOjvG"];return(nt=function(){return t})()}const rt=st;function st(t,e){const n=nt();return(st=function(t,e){return n[t-=493]})(t,e)}!function(t){const e=st,n=t();for(;;)try{if(173880===parseInt(e(544))/1*(-parseInt(e(533))/2)+-parseInt(e(538))/3+parseInt(e(495))/4+-parseInt(e(542))/5*(-parseInt(e(496))/6)+parseInt(e(507))/7+-parseInt(e(511))/8*(-parseInt(e(541))/9)+parseInt(e(510))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(nt);class it extends t.Plugin{[rt(503)];[rt(498)];static get[rt(514)](){return rt(494)}static get[rt(529)](){return!0}static get[rt(515)](){return!0}static get[rt(516)](){return[rt(518)]}[rt(527)](){const t=rt,e=this[t(500)],n=e[t(530)][t(499)](t(520)),r=e[t(504)][t(512)][t(528)],s=new et(r);n.on(t(522),(e,n)=>{const i=t,o=n[i(508)][i(502)](i(535));s[i(517)](o)&&(n[i(543)]||(n[i(543)]=x(o,r[i(537)])),s[i(501)](n))},{priority:S.priorities[t(499)](t(534))+10}),this[t(503)]=this[t(500)][t(545)][t(499)](t(503));const i=this[t(500)];this[t(498)]=setInterval(()=>{const e=t;let n;for(const t in i){const r=t,s=i[r];if(e(523)==s||e(524)==s||e(521)==s||e(513)==s||e(497)==s||e(546)==s||e(505)==s||e(525)==s){delete i[r],n=s,clearInterval(this[e(498)]),this[e(498)]=void 0;break}}e(524)==n&&i[e(531)](e(509)),e(521)==n&&i[e(531)](e(526)),e(513)==n&&i[e(531)](e(536)),e(497)==n&&i[e(531)](e(532),e(519)),e(546)==n&&i[e(531)](e(493)),e(505)==n&&i[e(531)](e(506)),e(525)==n&&i[e(531)](e(539))},1e3)}[rt(540)](){const t=rt;super[t(540)](),this[t(498)]&&clearInterval(this[t(498)])}}var ot=ct;function ct(t,e){var n=ut();return(ct=function(t,e){return n[t-=483]})(t,e)}!function(t){for(var e=ct,n=t();;)try{if(719544===parseInt(e(487))/1*(parseInt(e(497))/2)+parseInt(e(492))/3+parseInt(e(491))/4*(-parseInt(e(489))/5)+parseInt(e(486))/6+-parseInt(e(496))/7*(parseInt(e(498))/8)+-parseInt(e(490))/9+parseInt(e(484))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ut);class at extends t.Plugin{static get[ot(493)](){return ot(495)}static get[ot(483)](){return!0}static get[ot(488)](){return!0}static get[ot(485)](){return[ot(494),k,it]}}function ut(){var t=["PasteFromOfficeEnhanced","67984rLpLjp","1495522FLnJel","64lJgVtq","isOfficialPlugin","11229210Vhugze","requires","4780632ZQdnPc","1LxpoEg","isPremiumPlugin","3600885FnLObo","11266227gOcyLT","4mkfRnJ","305298NrGgYH","pluginName","PasteFromOffice"];return(ut=function(){return t})()}function lt(t,e){var n=ft();return(lt=function(t,e){return n[t-=476]})(t,e)}function ft(){var t=["2033560GMMPkd","30keIbmg","1195965MhVeDN","1312175SWunug","17393vTvoLu","24GocYKd","393786Udezmq","52335twrIfd","794731iViqEe","56bNQVTT"];return(ft=function(){return t})()}!function(t){for(var e=lt,n=t();;)try{if(175781===-parseInt(e(482))/1*(parseInt(e(479))/2)+-parseInt(e(485))/3*(-parseInt(e(477))/4)+parseInt(e(481))/5+-parseInt(e(484))/6+parseInt(e(476))/7*(-parseInt(e(483))/8)+parseInt(e(480))/9+parseInt(e(478))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ft)})(),(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:()=>pt});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")&&"none"!==t.getStyle("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 l={},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=u(t,n);if(c>f.length-1||f[c].listElement.name!=a.type){0==c&&"ol"==a.type&&void 0!==t.id&&l[e]&&(a.startIndex=l[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&&(l[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&&l[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 l(e)&&(!e.previousSibling||l(e.previousSibling))}return l(e)}function l(t){return t.is("element","ol")||t.is("element","ul")}function u(t,e){const n=new RegExp(`@list l${t.id}:level${t.indent}\\s*({[^}]*)`,"gi"),r=/mso-level-number-format:([^;]{0,100});/gi,s=/mso-level-start-at:\s{0,100}([0-9]{0,10})\s{0,100};/gi,i=new RegExp(`@list\\s+l${t.id}:level\\d\\s*{[^{]*mso-level-text:"%\\d\\\\.`,"gi"),o=new RegExp(`@list l${t.id}:level\\d\\s*{[^{]*mso-level-number-format:`,"gi"),c=i.exec(e),a=o.exec(e),l=c&&!a,u=n.exec(e);let p="decimal",m="ol",d=null;if(u&&u[1]){const e=r.exec(u[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(u[1]);t&&t[1]&&(d=parseInt(t[1]))}l&&(m="ol")}return{type:m,startIndex:d,style:f(p),isLegalStyleList:l}}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"),l="v:shapetype"===r,u=a&&o.some(t=>e.getAttribute("id").includes(t));c&&a&&!l&&!u&&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(""))}function I(t,e){const n=[],r=[];for(const{item:s}of t.createRangeIn(e))if(s.is("element")&&s.getStyle("mso-footnote-id")){n.unshift(s);const{nextSibling:t}=s;t?.is("$text")&&t.data.startsWith(" ")&&r.unshift(t)}for(const e of n)t.remove(e);for(const e of r){const n=e.data.substring(1);if(n.length>0){const r=e.parent,s=r.getChildIndex(e),i=t.createText(n);t.remove(e),t.insertChild(s,i,r)}else t.remove(e)}return e}function w(t,e){const n=t.createElement("sup",{class:"footnote"}),r=t.createElement("a",{id:`ref-${e}`,href:`#${e}`});return t.appendChild(r,n),n}function v(t,e){const n=t.createElement("li",{id:e,class:"footnote-definition"}),r=t.createElement("a",{href:`#ref-${e}`,class:"footnote-backlink"}),s=t.createElement("div",{class:"footnote-content"});return t.appendChild(t.createText("^"),r),t.appendChild(r,n),t.appendChild(s,n),{listItem:n,content:s}}const b=/<meta\s*name="?generator"?\s*content="?microsoft\s*word\s*\d+"?\/?>/i,x=/xmlns:o="urn:schemas-microsoft-com/i;class S{document;hasMultiLevelListPlugin;constructor(t,e=!1){this.document=t,this.hasMultiLevelListPlugin=e}isActive(t){return b.test(t)||x.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,e){const n=new Map,r=new Map;let s=null;for(const{item:i}of e.createRangeIn(t))if(i.is("element"))if("footnote-list"!==i.getStyle("mso-element")){if(i.hasStyle("mso-footnote-id")){const t=i.findAncestor("element",t=>"footnote"===t.getStyle("mso-element"));if(t){const e=t.getAttribute("id");r.set(e,t)}else{const t=i.getStyle("mso-footnote-id");n.set(t,i)}continue}}else s=i;if(!n.size||!s)return;const i=function(t){return t.createElement("ol",{class:"footnotes"})}(e);e.replace(s,i);for(const[t,s]of n){const n=r.get(t);if(!n)continue;e.replace(s,w(e,t));const o=v(e,t);I(e,n);for(const t of n.getChildren()){let n=t;t.is("element")&&(n=e.clone(t,!0)),e.appendChild(n,o.content)}e.appendChild(o.listItem,i)}}(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 C(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 E(t,n){const r=new DOMParser,s=function(t){return C(C(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 A=n(584);!function(t){const e=L,n=t();for(;;)try{if(884372===parseInt(e(303))/1+-parseInt(e(297))/2+-parseInt(e(299))/3+parseInt(e(298))/4+parseInt(e(301))/5+-parseInt(e(300))/6+parseInt(e(296))/7)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(F);const O=/<meta\s*name="?generator"?\s*content="?microsoft\s*excel\s*\d+"?\/?>/i;function P(t){return O[L(302)](t)}function L(t,e){const n=F();return(L=function(t,e){return n[t-=296]})(t,e)}function F(){const t=["4013490IAFWgv","5081255qEnsbE","test","1238496WnaEqO","14343378zqXrIr","2901654dUMZQX","1236912dzOBHH","4826745RdmGUj"];return(F=function(){return t})()}!function(t){const e=T,n=t();for(;;)try{if(143336===-parseInt(e(475))/1+parseInt(e(478))/2*(-parseInt(e(471))/3)+-parseInt(e(470))/4+-parseInt(e(474))/5+-parseInt(e(485))/6+parseInt(e(482))/7*(-parseInt(e(486))/8)+parseInt(e(483))/9*(parseInt(e(487))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(k);const R=/^(?<tagName>(?!\.)[\w-]+)?(\.(?<className>[\w-]+))?$/i;function T(t,e){const n=k();return(T=function(t,e){return n[t-=469]})(t,e)}function j(t,e){const n=T,r=new Map;for(const[s,i]of e){if(!s[n(488)]&&!s[n(480)])continue;const e=!s[n(488)]||t[n(476)]===s[n(488)],o=!s[n(480)]||t[n(477)](s[n(480)]);e&&o&&r[n(492)](s,i)}return r}function W(t){const e=T,n={};for(let r=0;r<t[e(473)];r++){const s=t[r],i=t[e(496)](s);e(481)!==i&&(n[s]=i)}return n}function q(t){const e=T,n=t[e(491)](",")[e(484)](t=>t[e(495)]()),r=[];for(const t of n){const n=R[e(493)](t);n&&r[e(489)](n[e(479)])}return r}function k(){const t=["cssRules","split","set","exec","assign","trim","getPropertyValue","style","818344HRlQCn","3OUzCcX","selectorText","length","790030RUkvkz","29976DKgXev","name","hasClass","320994soHOjF","groups","className","initial","2653cMxWwl","4238316KUoivO","map","1011060lYwsay","1624VqobOz","20gnDIJW","tagName","push"];return(k=function(){return t})()}function M(t){const e=T,n={};for(const r of t)Object[e(494)](n,r);return n}const N=V;function V(t,e){const n=D();return(V=function(t,e){return n[t-=174]})(t,e)}!function(t){const e=V,n=t();for(;;)try{if(646015===parseInt(e(174))/1+-parseInt(e(181))/2*(parseInt(e(196))/3)+parseInt(e(191))/4+parseInt(e(189))/5*(parseInt(e(192))/6)+parseInt(e(185))/7*(-parseInt(e(190))/8)+parseInt(e(179))/9*(parseInt(e(197))/10)+parseInt(e(180))/11*(parseInt(e(193))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(D);class $ extends S{[N(199)](t){const n=N,{body:r,styles:s}=t[n(188)],i=new e.ViewUpcastWriter(r[n(183)]),o=i[n(194)](r),c=function(t){const e=T,n=new Map;for(const r in t){const s=q(r),i=t[r];for(const t of s)n[e(492)](t,i)}return n}(function(t){const e=T,n={};for(const r of t)for(const t of r[e(490)])if(t instanceof CSSStyleRule){const r=W(t[e(469)]);n[t[e(472)]]=Object[e(494)]({},n[t[e(472)]]||{},r)}return n}(s));for(const t of o){if(n(186)!==t[n(184)])continue;const e=j(t[n(182)],c);if(e[n(176)]){const r=M(Array[n(198)](e[n(195)]()));for(const e in r){const s=t[n(182)];s[n(177)](e)||i[n(178)](e,r[e],s)}}}t[n(175)]=r}[N(187)](t){return super[N(187)](t)||P(t)}}function D(){const t=["8883ghzAfs","elementStart","isActive","_parsedData","5rbeWqJ","7944qrXCZS","4734008uOGNBB","880806NvVzbq","3492czaEss","createRangeIn","values","759903klfquz","53030moPTTA","from","execute","775427BReBTe","content","size","hasStyle","setStyle","18ILmPYH","20779vPNkvX","6gTjrwf","item","document","type"];return(D=function(){return t})()}const K=z;function z(t,e){const n=U();return(z=function(t,e){return n[t-=185]})(t,e)}function U(){const t=["editing","getData","map","isActive","afterInit","stylesProcessor","document","ClipboardPipeline","PasteFromOfficeEnhancedInliner","6ngZAVg","50DFmZFV","6lRqmmT","plugins","1108YnOFqq","2485175uAuPSs","href","inputTransformation","text/html","2131960lAaaZs","33qqLwqX","1955265XmcqKU","PasteFromOffice","editor","5317fQJWhi","high","view","isOfficialPlugin","fromCharCode","get","138CpWnJn","join","_parsedData","548946ridMNk","init","execute","isPremiumPlugin","pluginName","dataTransfer","4844916FCAdgp","requires"];return(U=function(){return t})()}!function(t){const e=z,n=t();for(;;)try{if(236309===-parseInt(e(214))/1*(parseInt(e(220))/2)+-parseInt(e(202))/3*(parseInt(e(204))/4)+-parseInt(e(211))/5+-parseInt(e(200))/6*(-parseInt(e(205))/7)+-parseInt(e(209))/8+-parseInt(e(223))/9*(parseInt(e(201))/10)+parseInt(e(210))/11*(parseInt(e(189))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(U);class H extends t.Plugin{static get[K(187)](){return K(199)}static get[K(217)](){return!0}static get[K(186)](){return!0}static get[K(190)](){return[K(212)]}[K(224)](){const t=K,e=this[t(213)],n=e[t(203)][t(219)](t(198)),r=e[t(191)][t(216)][t(197)],s=new $(r);n.on(t(207),(e,n)=>{const i=t,o=n[i(188)][i(192)](i(208));s[i(194)](o)&&(n[i(222)]||(n[i(222)]=E(o,r[i(196)])),s[i(185)](n))},{priority:A.priorities[t(219)](t(215))+11})}[K(195)](){!async function(t){const e=d([115,71,54,53,67,114,107,49,99,100,50,105,103,76,78,55,122,73,69,65,89,106,117,57,74,51,104,98,80,66,116,110,70,77,120,81,102,52,72,119,90,97,108,48,113,84,83,86,75,121,68,109,111,82,118,85,88,101,112,87,79,56]),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])](l(t)):null}function l(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 u(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=z;return t[e(193)](t=>String[e(218)](t))[e(221)]("")}!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([115]);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])],u(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 l=(0,A.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(u(l+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(u(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(u(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])]:l}},{[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])](l(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:1761696e3;return t[d([101,120,112])]<e}()?d([69,120,112,105,114,101,100]):function(){const e=z,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(206)]);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 J=X;function X(t,e){const n=Q();return(X=function(t,e){return n[t-=264]})(t,e)}!function(t){const e=X,n=t();for(;;)try{if(927606===-parseInt(e(272))/1+-parseInt(e(293))/2+parseInt(e(299))/3*(-parseInt(e(306))/4)+parseInt(e(302))/5*(-parseInt(e(278))/6)+parseInt(e(273))/7+-parseInt(e(277))/8*(parseInt(e(304))/9)+parseInt(e(295))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Q);const B=[J(276),J(296),J(294),J(291),J(307),J(297),J(269),J(274)],_=[J(276),J(296),J(294)],Z={"font-style":[[J(289),"i"]],"font-weight":[[J(268),J(287)],[J(281),J(287)],[J(301),J(287)],[t=>Number(t)>=600,J(287)]],"text-decoration":[[J(298),"u"],[J(284),"s"]],"text-decoration-line":[[J(298),"u"],[J(284),"s"]],"vertical-align":[[J(286),J(286)],[J(282),J(305)]]};function G(t){return B[J(275)](t)}function Q(){const t=["1772sGxzVl","text-decoration-line","span","createElement","keys","setStyle","medium","font-style","function","forEach","1383202xwEbxY","9847705TuJOJo","vertical-align","includes","color","28472VCiDxC","462CuNVjv","length","from","bold","super","removeStyle","line-through","getChildren","sub","strong","split","italic","filter","text-decoration","getStyle","1260326dhkXuE","font-size","23546780rHqEkJ","font-family","font-weight","underline","3813RogJfz","getStyleNames","bolder","12790HwvHpy","insertChild","153Ojsxya","sup"];return(Q=function(){return t})()}function Y(t){const e=J;return Array[e(280)](t[e(300)]())[e(290)](G)}function tt(t,e,n){const{spanStyles:r,stylesToBeHtmlElements:s}=function(t,e){const n=J,r={},s={};return e[n(271)](e=>{const i=n,o=t[i(292)](e);if(o)if(c=e,_[J(275)](c))r[e]=o;else if(e in Z){const t=o[i(288)](" ");Z[e][i(271)](([n,r])=>{const o=i;for(const i of t)(o(270)==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=J;for(const s in n)n[s][r(271)](([,n])=>{const s=r,i=e[s(265)](n,[],t[s(285)]());e[s(303)](0,i,t)}),e[r(283)](s,t)})(t,e,s),function(t,e,n){const r=J;if(!Object[r(266)](n)[r(279)])return;const s=e[r(265)](r(264),[],t[r(285)]());e[r(267)](n,s),e[r(303)](0,s,t),e[r(283)](Object[r(266)](n),t)}(t,e,r)}const et=nt;function nt(t,e){const n=st();return(nt=function(t,e){return n[t-=226]})(t,e)}!function(t){const e=nt,n=t();for(;;)try{if(461778===-parseInt(e(239))/1+-parseInt(e(243))/2+-parseInt(e(231))/3+-parseInt(e(232))/4*(parseInt(e(235))/5)+-parseInt(e(245))/6*(parseInt(e(246))/7)+-parseInt(e(233))/8*(-parseInt(e(234))/9)+parseInt(e(227))/10*(parseInt(e(228))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(st);class rt extends S{[et(236)](t){const n=et,{body:r}=t[n(240)],s=new e.ViewUpcastWriter(r[n(229)]),i=s[n(242)](r),o=new e.ViewDocument(s[n(229)][n(244)]),c=[...new e.ViewDomConverter(o)[n(238)],n(247)],a=i[n(230)]();for(const t of a)if(t.is(n(249))&&c[n(241)](t[n(248)])){tt(t,s,Y(t))}t[n(226)]=r}[et(237)](t){return super[et(237)](t)||P(t)}}function st(){const t=["blockElements","865325kmTCCW","_parsedData","includes","createRangeIn","143134sEZRBR","stylesProcessor","150cLJuOu","179543BGbIzs","font","name","element","content","90DYnddA","3154888vIqwjy","document","getItems","1119207sKiJWs","4UjTGNJ","1991128cfAsXC","27OiBwnF","4574905oWIMge","execute","isActive"];return(st=function(){return t})()}function it(){const t=["high","5062452fjyoNo","4974GFPeqy","featureNotAllowed","invalid","PasteFromOfficeEnhancedPropagator","27785745aUOaSc","4972645uUVeJZ","isActive","pasteFromOfficeEnhancedLicenseKeyUsageLimit","pasteFromOfficeEnhancedLicenseKeyNotAllowed","usageLimit","config","text/html","pasteFromOfficeEnhancedLicenseKeyEvaluationLimit","isPremiumPlugin","2688434oruJSA","PasteFromOffice","_parsedData","pasteFromOfficeEnhancedLicenseKeyExpired","isOfficialPlugin","view","pasteFromOfficeEnhancedLicenseKeyDomainLimit","PasteFromOfficeEnhanced","expired","plugins","requires","pasteFromOfficeEnhancedLicenseKeyTrialLimit","destroy","execute","_licenseKeyCheckInterval","4zffmqK","_showLicenseError","domainLimit","editor","pasteFromOfficeEnhancedLicenseKeyValid","ClipboardPipeline","init","pluginName","dataTransfer","get","stylesProcessor","trialLimit","1164wiaTZU","998624dxllOJ","editing","document","licenseKey","2730584ImiEiw","inputTransformation","pasteFromOfficeEnhancedLicenseKeyInvalid","evaluationLimit","getData"];return(it=function(){return t})()}function ot(t,e){const n=it();return(ot=function(t,e){return n[t-=319]})(t,e)}const ct=ot;!function(t){const e=ot,n=t();for(;;)try{if(671807===parseInt(e(355))/1+parseInt(e(354))/2*(parseInt(e(366))/3)+parseInt(e(342))/4*(parseInt(e(371))/5)+parseInt(e(365))/6+-parseInt(e(327))/7+parseInt(e(359))/8+-parseInt(e(370))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(it);class at extends t.Plugin{[ct(358)];[ct(341)];static get[ct(349)](){return ct(369)}static get[ct(331)](){return!0}static get[ct(326)](){return!0}static get[ct(337)](){return[ct(328)]}[ct(348)](){const t=ct,e=this[t(345)],n=e[t(336)][t(351)](t(347)),r=e[t(356)][t(332)][t(357)],s=new rt(r);n.on(t(360),(e,n)=>{const i=t,o=n[i(350)][i(363)](i(324));s[i(319)](o)&&(n[i(329)]||(n[i(329)]=E(o,r[i(352)])),s[i(340)](n))},{priority:A.priorities[t(351)](t(364))+10}),this[t(358)]=this[t(345)][t(323)][t(351)](t(358));const i=this[t(345)];this[t(341)]=setInterval(()=>{const e=t;let n;for(const t in i){const r=t,s=i[r];if(e(346)==s||e(361)==s||e(330)==s||e(333)==s||e(321)==s||e(325)==s||e(338)==s||e(320)==s){delete i[r],n=s,clearInterval(this[e(341)]),this[e(341)]=void 0;break}}e(361)==n&&i[e(343)](e(368)),e(330)==n&&i[e(343)](e(335)),e(333)==n&&i[e(343)](e(344)),e(321)==n&&i[e(343)](e(367),e(334)),e(325)==n&&i[e(343)](e(362)),e(338)==n&&i[e(343)](e(353)),e(320)==n&&i[e(343)](e(322))},1e3)}[ct(339)](){const t=ct;super[t(339)](),this[t(341)]&&clearInterval(this[t(341)])}}var lt=ut;function ut(t,e){var n=ft();return(ut=function(t,e){return n[t-=381]})(t,e)}function ft(){var t=["3741328mXVXyP","PasteFromOfficeEnhanced","2682KRoVqq","3UiujPe","314cByXAk","30107NvGyWh","19124HOmlSV","14670tAuPXH","2943984vteKHw","pluginName","5279840uBrTzO","isPremiumPlugin","requires","isOfficialPlugin","2432979KSQHOs","9955QVsCdQ","PasteFromOffice"];return(ft=function(){return t})()}!function(t){for(var e=ut,n=t();;)try{if(857927===-parseInt(e(394))/1*(-parseInt(e(383))/2)+parseInt(e(382))/3*(parseInt(e(396))/4)+parseInt(e(389))/5+parseInt(e(381))/6*(parseInt(e(385))/7)+parseInt(e(387))/8+-parseInt(e(393))/9+-parseInt(e(386))/10*(parseInt(e(384))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ft);class pt extends t.Plugin{static get[lt(388)](){return lt(397)}static get[lt(392)](){return!0}static get[lt(390)](){return!0}static get[lt(391)](){return[lt(395),H,at]}}function mt(){var t=["5EvTzLP","451Wxcavt","24970hDQEcw","751512SaSceN","4456326MkPfOQ","36268dZwNKf","3ncwAHO","4403748OYkFqu","154796IgdzDS","3357wtdERG","162MsvjDs","122048xEDUgH"];return(mt=function(){return t})()}function dt(t,e){var n=mt();return(dt=function(t,e){return n[t-=480]})(t,e)}!function(t){for(var e=dt,n=t();;)try{if(471359===-parseInt(e(484))/1*(-parseInt(e(486))/2)+parseInt(e(488))/3*(parseInt(e(483))/4)+parseInt(e(490))/5*(parseInt(e(485))/6)+parseInt(e(482))/7+parseInt(e(489))/8+-parseInt(e(487))/9*(-parseInt(e(480))/10)+-parseInt(e(491))/11*(parseInt(e(481))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(mt)})(),(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 _0x3d53a9}from'@ckeditor/ckeditor5-core/dist/index.js';import{PasteFromOfficeMSWordNormalizer as _0x54ab19,parsePasteOfficeHtml as _0xf86e1f}from'@ckeditor/ckeditor5-paste-from-office/dist/index.js';import{priorities as _0x5e9808,uid as _0x58bf05}from'@ckeditor/ckeditor5-utils/dist/index.js';import{ViewUpcastWriter as _0x4c7a51,ViewDocument as _0x2dacdc,ViewDomConverter as _0x3d8bd0}from'@ckeditor/ckeditor5-engine/dist/index.js';const m=/<meta\s*name="?generator"?\s*content="?microsoft\s*excel\s*\d+"?\/?>/i;function p(_0x36cb97){return m['test'](_0x36cb97);}const S=/^(?<tagName>(?!\.)[\w-]+)?(\.(?<className>[\w-]+))?$/i;function j(_0x2bc82a,_0x2412e9){const _0x2dcfc7=new Map();for(const [_0x342768,_0x5e10ea]of _0x2412e9){if(!_0x342768['tagName']&&!_0x342768['className'])continue;const _0x547329=!_0x342768['tagName']||_0x2bc82a['name']===_0x342768['tagName'],_0x592907=!_0x342768['className']||_0x2bc82a['hasClass'](_0x342768['className']);_0x547329&&_0x592907&&_0x2dcfc7['set'](_0x342768,_0x5e10ea);}return _0x2dcfc7;}function h(_0x1a1012){const _0x56d5f2={};for(let _0x1a67a1=0x0;_0x1a67a1<_0x1a1012['length'];_0x1a67a1++){const _0xf038c4=_0x1a1012[_0x1a67a1],_0x5c0f12=_0x1a1012['getPropertyValue'](_0xf038c4);'initial'!==_0x5c0f12&&(_0x56d5f2[_0xf038c4]=_0x5c0f12);}return _0x56d5f2;}function O(_0x3a5627){const _0x10bc3e=_0x3a5627['split'](',')['map'](_0x449791=>_0x449791['trim']()),_0x5ab729=[];for(const _0x3a08df of _0x10bc3e){const _0xdb81ad=S['exec'](_0x3a08df);_0xdb81ad&&_0x5ab729['push'](_0xdb81ad['groups']);}return _0x5ab729;}function k(_0x1c4758){const _0x8295fa={};for(const _0x279077 of _0x1c4758)Object['assign'](_0x8295fa,_0x279077);return _0x8295fa;}class c extends _0x54ab19{['execute'](_0x461aa7){const {body:_0xde1915,styles:_0x19df0f}=_0x461aa7['_parsedData'],_0x26f25a=new _0x4c7a51(_0xde1915['document']),_0x1018fd=_0x26f25a['createRangeIn'](_0xde1915),_0x2a8fbe=function(_0x1f22b2){const _0x20e17e={};for(const _0x1065ab of _0x1f22b2)for(const _0x378033 of _0x1065ab['cssRules'])if(_0x378033 instanceof CSSStyleRule){const _0x485625=h(_0x378033['style']);_0x20e17e[_0x378033['selectorText']]=Object['assign']({},_0x20e17e[_0x378033['selectorText']]||{},_0x485625);}return _0x20e17e;}(_0x19df0f),_0x33f0d2=function(_0xaf0a87){const _0x4e6140=new Map();for(const _0x27f197 in _0xaf0a87){const _0x183c72=O(_0x27f197),_0x2f366a=_0xaf0a87[_0x27f197];for(const _0x3648af of _0x183c72)_0x4e6140['set'](_0x3648af,_0x2f366a);}return _0x4e6140;}(_0x2a8fbe);for(const _0x60c51e of _0x1018fd){if('elementStart'!==_0x60c51e['type'])continue;const _0x572b59=j(_0x60c51e['item'],_0x33f0d2);if(_0x572b59['size']){const _0x367923=k(Array['from'](_0x572b59['values']()));for(const _0x1859cd in _0x367923){const _0x46b4a0=_0x60c51e['item'];_0x46b4a0['hasStyle'](_0x1859cd)||_0x26f25a['setStyle'](_0x1859cd,_0x367923[_0x1859cd],_0x46b4a0);}}}_0x461aa7['content']=_0xde1915;}['isActive'](_0x470ee8){return super['isActive'](_0x470ee8)||p(_0x470ee8);}}class i extends _0x3d53a9{static get['pluginName'](){return'PasteFromOfficeEnhancedInliner';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return['PasteFromOffice'];}['init'](){const _0x395edc=this['editor'],_0x421632=_0x395edc['plugins']['get']('ClipboardPipeline'),_0xe83531=_0x395edc['editing']['view']['document'],_0x12abdf=new c(_0xe83531);_0x421632['on']('inputTransformation',(_0x115b55,_0x172a0f)=>{const _0x81b0ca=_0x172a0f['dataTransfer']['getData']('text/html');_0x12abdf['isActive'](_0x81b0ca)&&(_0x172a0f['_parsedData']||(_0x172a0f['_parsedData']=_0xf86e1f(_0x81b0ca,_0xe83531['stylesProcessor'])),_0x12abdf['execute'](_0x172a0f));},{'priority':_0x5e9808['get']('high')+0xb});}['afterInit'](){!async function(_0x30374b){const _0x112d9c=_0x57c8a6([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]),_0x314355=0xc82cb1e,_0x41adef=0xc85bd46^_0x314355,_0x2e58a7=window[_0x57c8a6([0x44,0x61,0x74,0x65])][_0x57c8a6([0x6e,0x6f,0x77])](),_0x5c9ea5=_0x30374b[_0x57c8a6([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x5a6ca4=new window[(_0x57c8a6([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2423db=>{_0x5c9ea5[_0x57c8a6([0x6f,0x6e,0x63,0x65])](_0x57c8a6([0x72,0x65,0x61,0x64,0x79]),_0x2423db);}),_0x31fa3a={[_0x57c8a6([0x6b,0x74,0x79])]:_0x57c8a6([0x45,0x43]),[_0x57c8a6([0x75,0x73,0x65])]:_0x57c8a6([0x73,0x69,0x67]),[_0x57c8a6([0x63,0x72,0x76])]:_0x57c8a6([0x50,0x2d,0x32,0x35,0x36]),[_0x57c8a6([0x78])]:_0x57c8a6([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]),[_0x57c8a6([0x79])]:_0x57c8a6([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]),[_0x57c8a6([0x61,0x6c,0x67])]:_0x57c8a6([0x45,0x53,0x32,0x35,0x36])},_0x49533c=_0x5c9ea5[_0x57c8a6([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x57c8a6([0x67,0x65,0x74])](_0x57c8a6([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x1abd38(){let _0x50059f,_0x17d52b=null,_0x3a7a60=null;try{if(_0x49533c==_0x57c8a6([0x47,0x50,0x4c]))return _0x57c8a6([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x50059f=_0x78113(),!_0x50059f)return _0x57c8a6([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x50059f[_0x57c8a6([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x3a7a60=_0x5f243a(_0x50059f[_0x57c8a6([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x50059f[_0x57c8a6([0x6a,0x74,0x69])])),await _0x40777f()?_0x42c136()?_0x6ea0e1()?_0x57c8a6([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x2f0027()?(_0x50059f[_0x57c8a6([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x57c8a6([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x17d52b=_0x141adc(_0x57c8a6([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x50059f[_0x57c8a6([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x57c8a6([0x74,0x72,0x69,0x61,0x6c])&&(_0x17d52b=_0x141adc(_0x57c8a6([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x5cd5a7()):_0x57c8a6([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x57c8a6([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x57c8a6([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x57c8a6([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x6ea0e1(){const _0x2b861a=[_0x57c8a6([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x57c8a6([0x74,0x72,0x69,0x61,0x6c])][_0x57c8a6([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x50059f[_0x57c8a6([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x2e58a7/0x3e8:0xe10*_0x41adef;return _0x50059f[_0x57c8a6([0x65,0x78,0x70])]<_0x2b861a;}function _0x42c136(){const _0xc027d7=_0x50059f[_0x57c8a6([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0xc027d7&&(!!_0xc027d7[_0x57c8a6([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x57c8a6([0x2a]))||(!!_0xc027d7[_0x57c8a6([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x57c8a6([0x50,0x4f,0x45]))||(!!_0xc027d7[_0x57c8a6([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x57c8a6([0x50,0x50]))||!(!_0xc027d7[_0x57c8a6([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x57c8a6([0x54,0x52,0x49,0x4c,0x49,0x55,0x4d]))||!_0x2aff7e()))));}function _0x2f0027(){const _0xff722d=_0x50059f[_0x57c8a6([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0xff722d||0x0==_0xff722d[_0x57c8a6([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x3d1ea6}=new URL(window[_0x57c8a6([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0xff722d[_0x57c8a6([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3d1ea6))return!0x0;const _0x499875=_0x3d1ea6[_0x57c8a6([0x73,0x70,0x6c,0x69,0x74])](_0x57c8a6([0x2e]));return _0xff722d[_0x57c8a6([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x2ff5b3=>_0x2ff5b3[_0x57c8a6([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x57c8a6([0x2a])))[_0x57c8a6([0x6d,0x61,0x70])](_0x5efacd=>_0x5efacd[_0x57c8a6([0x73,0x70,0x6c,0x69,0x74])](_0x57c8a6([0x2e])))[_0x57c8a6([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x5bf9c4=>_0x5bf9c4[_0x57c8a6([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x499875[_0x57c8a6([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x57c8a6([0x6d,0x61,0x70])](_0x3b3d20=>Array(_0x499875[_0x57c8a6([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x3b3d20[_0x57c8a6([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x57c8a6([0x66,0x69,0x6c,0x6c])](_0x3b3d20[0x0]===_0x57c8a6([0x2a])?_0x57c8a6([0x2a]):'')[_0x57c8a6([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x3b3d20))[_0x57c8a6([0x73,0x6f,0x6d,0x65])](_0x14c1a7=>_0x499875[_0x57c8a6([0x65,0x76,0x65,0x72,0x79])]((_0x4dbde8,_0x172a30)=>_0x14c1a7[_0x172a30]===_0x4dbde8||_0x14c1a7[_0x172a30]===_0x57c8a6([0x2a])));}function _0x5cd5a7(){return _0x17d52b&&_0x3a7a60?new window[(_0x57c8a6([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x1fdb59,_0x8328ba)=>{_0x17d52b[_0x57c8a6([0x74,0x68,0x65,0x6e])](_0x1fdb59,_0x8328ba),_0x3a7a60[_0x57c8a6([0x74,0x68,0x65,0x6e])](_0x388f36=>{_0x388f36!=_0x57c8a6([0x56,0x61,0x6c,0x69,0x64])&&_0x1fdb59(_0x388f36);},_0x8328ba);}):_0x17d52b||_0x3a7a60||_0x57c8a6([0x56,0x61,0x6c,0x69,0x64]);}}function _0x5f243a(_0x27e717,_0x5d4662){return new window[(_0x57c8a6([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x305f24=>{if(_0x28241e())return _0x305f24(_0x57c8a6([0x56,0x61,0x6c,0x69,0x64]));_0x3a7310(),_0x5c9ea5[_0x57c8a6([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x57c8a6([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x41739e=!0x1;const _0x3dc517=_0x58bf05();function _0x16360a(_0x5db0bc){return!!_0x5db0bc&&(typeof _0x5db0bc===_0x57c8a6([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x5db0bc===_0x57c8a6([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x5db0bc[_0x57c8a6([0x74,0x68,0x65,0x6e])]===_0x57c8a6([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x5db0bc[_0x57c8a6([0x63,0x61,0x74,0x63,0x68])]===_0x57c8a6([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x13c9ea(_0x27cb3c){_0x123eb6(_0x27cb3c)[_0x57c8a6([0x74,0x68,0x65,0x6e])](_0x14658d=>{if(!_0x14658d||_0x14658d[_0x57c8a6([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x57c8a6([0x6f,0x6b]))return _0x57c8a6([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x5d1dd7(_0x5671fb(_0x3dc517+_0x5d4662))!=_0x14658d[_0x57c8a6([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x57c8a6([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x57c8a6([0x56,0x61,0x6c,0x69,0x64]);})[_0x57c8a6([0x74,0x68,0x65,0x6e])](_0x204fbb=>(_0x2f9287(),_0x204fbb),()=>{const _0x40fdac=_0x4520f3();return null==_0x40fdac?(_0x2f9287(),_0x57c8a6([0x56,0x61,0x6c,0x69,0x64])):_0x57c8a6(_0x2e58a7-_0x40fdac>(0x288e4f1e^_0x314355)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x57c8a6([0x74,0x68,0x65,0x6e])](_0x305f24)[_0x57c8a6([0x63,0x61,0x74,0x63,0x68])](()=>{_0x305f24(_0x57c8a6([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x8cf2e2=0xcb4259e^_0x314355;function _0x2f9287(){const _0x5d3bf5=_0x57c8a6([0x6c,0x6c,0x63,0x74,0x2d])+_0x5d1dd7(_0x5671fb(_0x27e717)),_0x5a995a=_0x3e896e(_0x5d1dd7(window[_0x57c8a6([0x4d,0x61,0x74,0x68])][_0x57c8a6([0x63,0x65,0x69,0x6c])](_0x2e58a7/_0x8cf2e2)));window[_0x57c8a6([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x57c8a6([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x5d3bf5,_0x5a995a);}function _0x4520f3(){const _0x3c9edf=_0x57c8a6([0x6c,0x6c,0x63,0x74,0x2d])+_0x5d1dd7(_0x5671fb(_0x27e717)),_0x488d01=window[_0x57c8a6([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x57c8a6([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x3c9edf);return _0x488d01?window[_0x57c8a6([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x3e896e(_0x488d01),0x10)*_0x8cf2e2:null;}function _0x123eb6(_0x1004af){return new window[(_0x57c8a6([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x502170,_0xe7dac2)=>{_0x1004af[_0x57c8a6([0x74,0x68,0x65,0x6e])](_0x502170,_0xe7dac2),window[_0x57c8a6([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0xe7dac2,0xc831fde^_0x314355);});}}_0x5c9ea5[_0x57c8a6([0x6f,0x6e])](_0x57c8a6([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x40d4f4,_0x472ed5)=>{if(_0x472ed5[0x0]!=_0x27e717)return _0x305f24(_0x57c8a6([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x472ed5[0x1]={..._0x472ed5[0x1],[_0x57c8a6([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x3dc517};},{[_0x57c8a6([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x57c8a6([0x68,0x69,0x67,0x68])}),_0x5c9ea5[_0x57c8a6([0x6f,0x6e])](_0x57c8a6([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x242d27=>{_0x16360a(_0x242d27[_0x57c8a6([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x41739e=!0x0,_0x13c9ea(_0x242d27[_0x57c8a6([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x57c8a6([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x57c8a6([0x6c,0x6f,0x77])}),_0x5a6ca4[_0x57c8a6([0x74,0x68,0x65,0x6e])](()=>{_0x41739e||_0x305f24(_0x57c8a6([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x28241e(){return _0x5c9ea5[_0x57c8a6([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x57c8a6([0x76,0x69,0x65,0x77])][_0x57c8a6([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x57c8a6([0x61,0x75,0x74,0x6f]);}function _0x3a7310(){_0x5c9ea5[_0x57c8a6([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x57c8a6([0x76,0x69,0x65,0x77])][_0x57c8a6([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x57c8a6([0x61,0x75,0x74,0x6f]);}}function _0x141adc(_0x4443a6){const _0x467e4e=[new window[(_0x57c8a6([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2569d5=>setTimeout(_0x2569d5,0xc8bf5d2^_0x314355)),_0x5a6ca4[_0x57c8a6([0x74,0x68,0x65,0x6e])](()=>new window[(_0x57c8a6([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5548b1=>{let _0x163c2f=0x0;_0x5c9ea5[_0x57c8a6([0x6d,0x6f,0x64,0x65,0x6c])][_0x57c8a6([0x6f,0x6e])](_0x57c8a6([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0xf95ec0,_0x14d667)=>{_0x14d667[0x0][_0x57c8a6([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x163c2f++,_0x163c2f==(0xc82cae6^_0x314355)&&(_0x5548b1(),_0xf95ec0[_0x57c8a6([0x6f,0x66,0x66])]());});}))];return window[_0x57c8a6([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x57c8a6([0x72,0x61,0x63,0x65])](_0x467e4e)[_0x57c8a6([0x74,0x68,0x65,0x6e])](()=>_0x4443a6);}async function _0x26960b(){await _0x5a6ca4,_0x5c9ea5[_0x57c8a6([0x6d,0x6f,0x64,0x65,0x6c])][_0x57c8a6([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x3d543e,_0x5c9ea5[_0x57c8a6([0x6d,0x6f,0x64,0x65,0x6c])][_0x57c8a6([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x3d543e,_0x5c9ea5[_0x57c8a6([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x57c8a6([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x2aff7e(){return window[_0x57c8a6([0x67,0x6c,0x6f,0x62])]&&window[_0x57c8a6([0x67,0x6c,0x6f,0x62])][_0x57c8a6([0x74,0x72,0x69,0x6c,0x69,0x75,0x6d,0x56,0x65,0x72,0x73,0x69,0x6f,0x6e])];}function _0x36dbe3(_0x4afdcf){const _0x1070ab=_0x17dbd9();_0x5c9ea5[_0x1070ab]=_0x57c8a6([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])+_0x4afdcf,_0x4afdcf!=_0x57c8a6([0x56,0x61,0x6c,0x69,0x64])&&_0x26960b();}function _0x17dbd9(){const _0xb3634=window[_0x57c8a6([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x57c8a6([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x57c8a6([0x6e,0x6f,0x77])]())[_0x57c8a6([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x57c8a6([0x2e]),'');let _0x2ba4e0=_0x57c8a6([0x49]);for(let _0x32fba9=0x0;_0x32fba9<_0xb3634[_0x57c8a6([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x32fba9+=0x2){let _0x292349=window[_0x57c8a6([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0xb3634[_0x57c8a6([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x32fba9,_0x32fba9+0x2));_0x292349>=_0x112d9c[_0x57c8a6([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x292349-=_0x112d9c[_0x57c8a6([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x2ba4e0+=_0x112d9c[_0x292349];}return _0x2ba4e0;}function _0x78113(){const _0x5d53e6=_0x49533c[_0x57c8a6([0x73,0x70,0x6c,0x69,0x74])](_0x57c8a6([0x2e]));if(0x3!=_0x5d53e6[_0x57c8a6([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x163dfb(_0x5d53e6[0x1]);function _0x163dfb(_0x4c3749){const _0x3703f0=_0x15984a(_0x4c3749);return _0x3703f0&&_0x205d1c()?_0x3703f0:null;function _0x205d1c(){const _0x47a136=_0x3703f0[_0x57c8a6([0x6a,0x74,0x69])],_0xdbd65e=window[_0x57c8a6([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x47a136[_0x57c8a6([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x47a136[_0x57c8a6([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x4a7a4d={..._0x3703f0,[_0x57c8a6([0x6a,0x74,0x69])]:_0x47a136[_0x57c8a6([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x47a136[_0x57c8a6([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x4a7a4d[_0x57c8a6([0x76,0x63])],_0x5671fb(_0x4a7a4d)==_0xdbd65e;}}}async function _0x40777f(){let _0x286900=!0x0;try{const _0x19827b=_0x49533c[_0x57c8a6([0x73,0x70,0x6c,0x69,0x74])](_0x57c8a6([0x2e])),[_0x1a54ff,_0x5f2492,_0x57a242]=_0x19827b;return _0x315b58(_0x1a54ff),await _0x390d82(_0x1a54ff,_0x5f2492,_0x57a242),_0x286900;}catch{return!0x1;}function _0x315b58(_0xa940ad){const _0x2f1cca=_0x15984a(_0xa940ad);_0x2f1cca&&_0x2f1cca[_0x57c8a6([0x61,0x6c,0x67])]==_0x57c8a6([0x45,0x53,0x32,0x35,0x36])||(_0x286900=!0x1);}async function _0x390d82(_0x1d34fa,_0x4588f1,_0x4737d7){const _0x57d93a=window[_0x57c8a6([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x57c8a6([0x66,0x72,0x6f,0x6d])](_0x4c33f5(_0x4737d7),_0x2e3188=>_0x2e3188[_0x57c8a6([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x14773f=new window[(_0x57c8a6([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x57c8a6([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x1d34fa+_0x57c8a6([0x2e])+_0x4588f1),_0x591db0=window[_0x57c8a6([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x57c8a6([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x591db0)return;const _0x4ad5e6=await _0x591db0[_0x57c8a6([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x57c8a6([0x6a,0x77,0x6b]),_0x31fa3a,{[_0x57c8a6([0x6e,0x61,0x6d,0x65])]:_0x57c8a6([0x45,0x43,0x44,0x53,0x41]),[_0x57c8a6([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x57c8a6([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x57c8a6([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x591db0[_0x57c8a6([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x57c8a6([0x6e,0x61,0x6d,0x65])]:_0x57c8a6([0x45,0x43,0x44,0x53,0x41]),[_0x57c8a6([0x68,0x61,0x73,0x68])]:{[_0x57c8a6([0x6e,0x61,0x6d,0x65])]:_0x57c8a6([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x4ad5e6,_0x57d93a,_0x14773f)||(_0x286900=!0x1);}}function _0x15984a(_0x3a8275){return _0x3a8275[_0x57c8a6([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x57c8a6([0x65,0x79]))?JSON[_0x57c8a6([0x70,0x61,0x72,0x73,0x65])](_0x4c33f5(_0x3a8275)):null;}function _0x4c33f5(_0x558989){return window[_0x57c8a6([0x61,0x74,0x6f,0x62])](_0x558989[_0x57c8a6([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x57c8a6([0x2b]))[_0x57c8a6([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x57c8a6([0x2f])));}function _0x5671fb(_0x184043){let _0x3647f3=0x1505;function _0x334ac1(_0x1f71ea){for(let _0x43c69b=0x0;_0x43c69b<_0x1f71ea[_0x57c8a6([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x43c69b++){const _0x5096e8=_0x1f71ea[_0x57c8a6([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x43c69b);_0x3647f3=(_0x3647f3<<0x5)+_0x3647f3+_0x5096e8,_0x3647f3&=_0x3647f3;}}function _0x396ee7(_0x3a5472){Array[_0x57c8a6([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x3a5472)?_0x3a5472[_0x57c8a6([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x396ee7):_0x3a5472&&typeof _0x3a5472==_0x57c8a6([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x57c8a6([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x3a5472)[_0x57c8a6([0x73,0x6f,0x72,0x74])]()[_0x57c8a6([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x3c630a,_0xbb0f57])=>{_0x334ac1(_0x3c630a),_0x396ee7(_0xbb0f57);}):_0x334ac1(window[_0x57c8a6([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x3a5472));}return _0x396ee7(_0x184043),_0x3647f3>>>0x0;}function _0x5d1dd7(_0x52020c){return _0x52020c[_0x57c8a6([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x57c8a6([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x57c8a6([0x30]));}function _0x3e896e(_0x593afc){return _0x593afc[_0x57c8a6([0x73,0x70,0x6c,0x69,0x74])]('')[_0x57c8a6([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x57c8a6([0x6a,0x6f,0x69,0x6e])]('');}function _0x3d543e(){}function _0x57c8a6(_0x5e2a5e){return _0x5e2a5e['map'](_0x3e7046=>String['fromCharCode'](_0x3e7046))['join']('');}_0x36dbe3(await _0x1abd38());}(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'],[_0x26c8f5=>Number(_0x26c8f5)>=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(_0x2bddcd){return L['includes'](_0x2bddcd);}function g(_0x2b2475){return Array['from'](_0x2b2475['getStyleNames']())['filter'](P);}function b(_0x18145e,_0x2c029f,_0x3df244){const {spanStyles:_0x1a1591,stylesToBeHtmlElements:_0x5e4f11}=function(_0x9e22bb,_0x3b8681){const _0x14ac24={},_0x183954={};return _0x3b8681['forEach'](_0x479ec9=>{const _0x368bf9=_0x9e22bb['getStyle'](_0x479ec9);if(_0x368bf9){if(function(_0xfd61b6){return E['includes'](_0xfd61b6);}(_0x479ec9))_0x14ac24[_0x479ec9]=_0x368bf9;else{if(function(_0x440b54){return _0x440b54 in F;}(_0x479ec9)){const _0x45d5a3=_0x368bf9['split']('\x20');F[_0x479ec9]['forEach'](([_0x51010d,_0x49ce14])=>{for(const _0x1adcd9 of _0x45d5a3){('function'==typeof _0x51010d&&_0x51010d(_0x1adcd9)||_0x51010d===_0x1adcd9)&&(_0x183954[_0x479ec9]=[..._0x183954[_0x479ec9]||[],[_0x51010d,_0x49ce14]]);}});}}}}),{'spanStyles':_0x14ac24,'stylesToBeHtmlElements':_0x183954};}(_0x18145e,_0x3df244);!function(_0x245dd6,_0x503b55,_0x386e26){for(const _0x5b7c50 in _0x386e26){_0x386e26[_0x5b7c50]['forEach'](([,_0x504e4d])=>{const _0x1de8e1=_0x503b55['createElement'](_0x504e4d,[],_0x245dd6['getChildren']());_0x503b55['insertChild'](0x0,_0x1de8e1,_0x245dd6);}),_0x503b55['removeStyle'](_0x5b7c50,_0x245dd6);}}(_0x18145e,_0x2c029f,_0x5e4f11),function(_0x3e370f,_0x13f587,_0x158720){if(!Object['keys'](_0x158720)['length'])return;const _0x3e667d=_0x13f587['createElement']('span',[],_0x3e370f['getChildren']());_0x13f587['setStyle'](_0x158720,_0x3e667d),_0x13f587['insertChild'](0x0,_0x3e667d,_0x3e370f),_0x13f587['removeStyle'](Object['keys'](_0x158720),_0x3e370f);}(_0x18145e,_0x2c029f,_0x1a1591);}class a extends _0x54ab19{['execute'](_0x4c3029){const {body:_0x3ce00a}=_0x4c3029['_parsedData'],_0x4cd304=new _0x4c7a51(_0x3ce00a['document']),_0x5ded38=_0x4cd304['createRangeIn'](_0x3ce00a),_0x504cfd=new _0x2dacdc(_0x4cd304['document']['stylesProcessor']),_0x278762=[...new _0x3d8bd0(_0x504cfd)['blockElements'],'font'],_0x350e55=_0x5ded38['getItems']();for(const _0x53336f of _0x350e55)_0x53336f['is']('element')&&_0x278762['includes'](_0x53336f['name'])&&b(_0x53336f,_0x4cd304,g(_0x53336f));_0x4c3029['content']=_0x3ce00a;}['isActive'](_0x5227bd){return super['isActive'](_0x5227bd)||p(_0x5227bd);}}class s extends _0x3d53a9{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'PasteFromOfficeEnhancedPropagator';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return['PasteFromOffice'];}['init'](){const _0x101efd=this['editor'],_0x3887fa=_0x101efd['plugins']['get']('ClipboardPipeline'),_0x574208=_0x101efd['editing']['view']['document'],_0x7b73a8=new a(_0x574208);_0x3887fa['on']('inputTransformation',(_0x1e5c2e,_0xde4a6b)=>{const _0x14dcad=_0xde4a6b['dataTransfer']['getData']('text/html');_0x7b73a8['isActive'](_0x14dcad)&&(_0xde4a6b['_parsedData']||(_0xde4a6b['_parsedData']=_0xf86e1f(_0x14dcad,_0x574208['stylesProcessor'])),_0x7b73a8['execute'](_0xde4a6b));},{'priority':_0x5e9808['get']('high')+0xa}),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x1b82b6=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x57f5fc;for(const _0x4a7055 in _0x1b82b6){const _0x3f6852=_0x4a7055,_0x57c3fc=_0x1b82b6[_0x3f6852];if('pasteFromOfficeEnhancedLicenseKeyValid'==_0x57c3fc||'pasteFromOfficeEnhancedLicenseKeyInvalid'==_0x57c3fc||'pasteFromOfficeEnhancedLicenseKeyExpired'==_0x57c3fc||'pasteFromOfficeEnhancedLicenseKeyDomainLimit'==_0x57c3fc||'pasteFromOfficeEnhancedLicenseKeyNotAllowed'==_0x57c3fc||'pasteFromOfficeEnhancedLicenseKeyEvaluationLimit'==_0x57c3fc||'pasteFromOfficeEnhancedLicenseKeyTrialLimit'==_0x57c3fc||'pasteFromOfficeEnhancedLicenseKeyUsageLimit'==_0x57c3fc){delete _0x1b82b6[_0x3f6852],_0x57f5fc=_0x57c3fc,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'pasteFromOfficeEnhancedLicenseKeyInvalid'==_0x57f5fc&&_0x1b82b6['_showLicenseError']('invalid'),'pasteFromOfficeEnhancedLicenseKeyExpired'==_0x57f5fc&&_0x1b82b6['_showLicenseError']('expired'),'pasteFromOfficeEnhancedLicenseKeyDomainLimit'==_0x57f5fc&&_0x1b82b6['_showLicenseError']('domainLimit'),'pasteFromOfficeEnhancedLicenseKeyNotAllowed'==_0x57f5fc&&_0x1b82b6['_showLicenseError']('featureNotAllowed','PasteFromOfficeEnhanced'),'pasteFromOfficeEnhancedLicenseKeyEvaluationLimit'==_0x57f5fc&&_0x1b82b6['_showLicenseError']('evaluationLimit'),'pasteFromOfficeEnhancedLicenseKeyTrialLimit'==_0x57f5fc&&_0x1b82b6['_showLicenseError']('trialLimit'),'pasteFromOfficeEnhancedLicenseKeyUsageLimit'==_0x57f5fc&&_0x1b82b6['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}class K extends _0x3d53a9{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 _0x75872a}from'@ckeditor/ckeditor5-core/dist/index.js';import{PasteFromOfficeMSWordNormalizer as _0x2ba600,parsePasteOfficeHtml as _0x52c779}from'@ckeditor/ckeditor5-paste-from-office/dist/index.js';import{priorities as _0x31d0b8,uid as _0x3435d6}from'@ckeditor/ckeditor5-utils/dist/index.js';import{ViewUpcastWriter as _0x20ff04,ViewDocument as _0x3fbea0,ViewDomConverter as _0x438b63}from'@ckeditor/ckeditor5-engine/dist/index.js';const m=/<meta\s*name="?generator"?\s*content="?microsoft\s*excel\s*\d+"?\/?>/i;function p(_0x16bca7){return m['test'](_0x16bca7);}const S=/^(?<tagName>(?!\.)[\w-]+)?(\.(?<className>[\w-]+))?$/i;function j(_0x516f78,_0x33047b){const _0x24f9b1=new Map();for(const [_0x2d85bf,_0x13824a]of _0x33047b){if(!_0x2d85bf['tagName']&&!_0x2d85bf['className'])continue;const _0x177f79=!_0x2d85bf['tagName']||_0x516f78['name']===_0x2d85bf['tagName'],_0x5746d5=!_0x2d85bf['className']||_0x516f78['hasClass'](_0x2d85bf['className']);_0x177f79&&_0x5746d5&&_0x24f9b1['set'](_0x2d85bf,_0x13824a);}return _0x24f9b1;}function h(_0xb22c9){const _0x93026c={};for(let _0x302362=0x0;_0x302362<_0xb22c9['length'];_0x302362++){const _0x52ec6e=_0xb22c9[_0x302362],_0x58af13=_0xb22c9['getPropertyValue'](_0x52ec6e);'initial'!==_0x58af13&&(_0x93026c[_0x52ec6e]=_0x58af13);}return _0x93026c;}function O(_0x192043){const _0x40e15f=_0x192043['split'](',')['map'](_0x83ee29=>_0x83ee29['trim']()),_0x52aab3=[];for(const _0x188163 of _0x40e15f){const _0x513c40=S['exec'](_0x188163);_0x513c40&&_0x52aab3['push'](_0x513c40['groups']);}return _0x52aab3;}function k(_0x54e53b){const _0x11d4f6={};for(const _0x51ceb2 of _0x54e53b)Object['assign'](_0x11d4f6,_0x51ceb2);return _0x11d4f6;}class c extends _0x2ba600{['execute'](_0x417bb4){const {body:_0x5abc45,styles:_0x9dbb34}=_0x417bb4['_parsedData'],_0x17c469=new _0x20ff04(_0x5abc45['document']),_0x4eff89=_0x17c469['createRangeIn'](_0x5abc45),_0x200f47=function(_0x17ef5a){const _0x21bd03={};for(const _0x307400 of _0x17ef5a)for(const _0x43bf3c of _0x307400['cssRules'])if(_0x43bf3c instanceof CSSStyleRule){const _0x37c828=h(_0x43bf3c['style']);_0x21bd03[_0x43bf3c['selectorText']]=Object['assign']({},_0x21bd03[_0x43bf3c['selectorText']]||{},_0x37c828);}return _0x21bd03;}(_0x9dbb34),_0x565744=function(_0x2ebbe5){const _0x33127f=new Map();for(const _0x24cae8 in _0x2ebbe5){const _0x57ec1e=O(_0x24cae8),_0x313df8=_0x2ebbe5[_0x24cae8];for(const _0x295581 of _0x57ec1e)_0x33127f['set'](_0x295581,_0x313df8);}return _0x33127f;}(_0x200f47);for(const _0x5454ef of _0x4eff89){if('elementStart'!==_0x5454ef['type'])continue;const _0x205bcb=j(_0x5454ef['item'],_0x565744);if(_0x205bcb['size']){const _0x515a3a=k(Array['from'](_0x205bcb['values']()));for(const _0x3674db in _0x515a3a){const _0x5bc22f=_0x5454ef['item'];_0x5bc22f['hasStyle'](_0x3674db)||_0x17c469['setStyle'](_0x3674db,_0x515a3a[_0x3674db],_0x5bc22f);}}}_0x417bb4['content']=_0x5abc45;}['isActive'](_0x329dec){return super['isActive'](_0x329dec)||p(_0x329dec);}}class i extends _0x75872a{static get['pluginName'](){return'PasteFromOfficeEnhancedInliner';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return['PasteFromOffice'];}['init'](){const _0xa4b2cc=this['editor'],_0x54fbe8=_0xa4b2cc['plugins']['get']('ClipboardPipeline'),_0x1e55a1=_0xa4b2cc['editing']['view']['document'],_0x4861da=new c(_0x1e55a1);_0x54fbe8['on']('inputTransformation',(_0x58b429,_0x5789cd)=>{const _0xf56b88=_0x5789cd['dataTransfer']['getData']('text/html');_0x4861da['isActive'](_0xf56b88)&&(_0x5789cd['_parsedData']||(_0x5789cd['_parsedData']=_0x52c779(_0xf56b88,_0x1e55a1['stylesProcessor'])),_0x4861da['execute'](_0x5789cd));},{'priority':_0x31d0b8['get']('high')+0xb});}['afterInit'](){!async function(_0x349fe7){const _0x3cb016=_0x19501b([0x73,0x47,0x36,0x35,0x43,0x72,0x6b,0x31,0x63,0x64,0x32,0x69,0x67,0x4c,0x4e,0x37,0x7a,0x49,0x45,0x41,0x59,0x6a,0x75,0x39,0x4a,0x33,0x68,0x62,0x50,0x42,0x74,0x6e,0x46,0x4d,0x78,0x51,0x66,0x34,0x48,0x77,0x5a,0x61,0x6c,0x30,0x71,0x54,0x53,0x56,0x4b,0x79,0x44,0x6d,0x6f,0x52,0x76,0x55,0x58,0x65,0x70,0x57,0x4f,0x38]),_0x19d21f=0x7374585f,_0x3becb1=0x73732fcf^_0x19d21f,_0x3de997=window[_0x19501b([0x44,0x61,0x74,0x65])][_0x19501b([0x6e,0x6f,0x77])](),_0x4f24fd=_0x349fe7[_0x19501b([0x65,0x64,0x69,0x74,0x6f,0x72])],_0xec6907=new window[(_0x19501b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x527ca0=>{_0x4f24fd[_0x19501b([0x6f,0x6e,0x63,0x65])](_0x19501b([0x72,0x65,0x61,0x64,0x79]),_0x527ca0);}),_0x323749={[_0x19501b([0x6b,0x74,0x79])]:_0x19501b([0x45,0x43]),[_0x19501b([0x75,0x73,0x65])]:_0x19501b([0x73,0x69,0x67]),[_0x19501b([0x63,0x72,0x76])]:_0x19501b([0x50,0x2d,0x32,0x35,0x36]),[_0x19501b([0x78])]:_0x19501b([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]),[_0x19501b([0x79])]:_0x19501b([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]),[_0x19501b([0x61,0x6c,0x67])]:_0x19501b([0x45,0x53,0x32,0x35,0x36])},_0x110d97=_0x4f24fd[_0x19501b([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x19501b([0x67,0x65,0x74])](_0x19501b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0xff2a0e(){let _0x5c389a,_0x4209a2=null,_0x1ec728=null;try{if(_0x110d97==_0x19501b([0x47,0x50,0x4c]))return _0x19501b([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x5c389a=_0x36f913(),!_0x5c389a)return _0x19501b([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x5c389a[_0x19501b([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x1ec728=_0x54ccf9(_0x5c389a[_0x19501b([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x5c389a[_0x19501b([0x6a,0x74,0x69])])),await _0x4e4bff()?_0xfb8fd1()?_0x109f7d()?_0x19501b([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x3aa6a8()?(_0x5c389a[_0x19501b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x19501b([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x4209a2=_0x309a86(_0x19501b([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x5c389a[_0x19501b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x19501b([0x74,0x72,0x69,0x61,0x6c])&&(_0x4209a2=_0x309a86(_0x19501b([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x2b9774()):_0x19501b([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x19501b([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x19501b([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x19501b([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x109f7d(){const _0x36d2ba=[_0x19501b([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x19501b([0x74,0x72,0x69,0x61,0x6c])][_0x19501b([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5c389a[_0x19501b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x3de997/0x3e8:0xe10*_0x3becb1;return _0x5c389a[_0x19501b([0x65,0x78,0x70])]<_0x36d2ba;}function _0xfb8fd1(){const _0x2d3c59=_0x5c389a[_0x19501b([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x2d3c59&&(!!_0x2d3c59[_0x19501b([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x19501b([0x2a]))||(!!_0x2d3c59[_0x19501b([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x19501b([0x50,0x4f,0x45]))||(!!_0x2d3c59[_0x19501b([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x19501b([0x50,0x50]))||!(!_0x2d3c59[_0x19501b([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x19501b([0x54,0x52,0x49,0x4c,0x49,0x55,0x4d]))||!_0x4fb75d()))));}function _0x3aa6a8(){const _0x173abc=_0x5c389a[_0x19501b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x173abc||0x0==_0x173abc[_0x19501b([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x54c985}=new URL(window[_0x19501b([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x173abc[_0x19501b([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x54c985))return!0x0;const _0x41653b=_0x54c985[_0x19501b([0x73,0x70,0x6c,0x69,0x74])](_0x19501b([0x2e]));return _0x173abc[_0x19501b([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x24b148=>_0x24b148[_0x19501b([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x19501b([0x2a])))[_0x19501b([0x6d,0x61,0x70])](_0x389a81=>_0x389a81[_0x19501b([0x73,0x70,0x6c,0x69,0x74])](_0x19501b([0x2e])))[_0x19501b([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x43ce63=>_0x43ce63[_0x19501b([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x41653b[_0x19501b([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x19501b([0x6d,0x61,0x70])](_0x274729=>Array(_0x41653b[_0x19501b([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x274729[_0x19501b([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x19501b([0x66,0x69,0x6c,0x6c])](_0x274729[0x0]===_0x19501b([0x2a])?_0x19501b([0x2a]):'')[_0x19501b([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x274729))[_0x19501b([0x73,0x6f,0x6d,0x65])](_0x41fd9b=>_0x41653b[_0x19501b([0x65,0x76,0x65,0x72,0x79])]((_0x4437d0,_0x1aa622)=>_0x41fd9b[_0x1aa622]===_0x4437d0||_0x41fd9b[_0x1aa622]===_0x19501b([0x2a])));}function _0x2b9774(){return _0x4209a2&&_0x1ec728?new window[(_0x19501b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x3969bd,_0x21cfeb)=>{_0x4209a2[_0x19501b([0x74,0x68,0x65,0x6e])](_0x3969bd,_0x21cfeb),_0x1ec728[_0x19501b([0x74,0x68,0x65,0x6e])](_0x25edb3=>{_0x25edb3!=_0x19501b([0x56,0x61,0x6c,0x69,0x64])&&_0x3969bd(_0x25edb3);},_0x21cfeb);}):_0x4209a2||_0x1ec728||_0x19501b([0x56,0x61,0x6c,0x69,0x64]);}}function _0x54ccf9(_0x15d0a2,_0x3aaeef){return new window[(_0x19501b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2b92d6=>{if(_0x4a25ae())return _0x2b92d6(_0x19501b([0x56,0x61,0x6c,0x69,0x64]));_0x45f5ae(),_0x4f24fd[_0x19501b([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x19501b([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0xc61e18=!0x1;const _0x1f7be1=_0x3435d6();function _0x161eca(_0x25453b){return!!_0x25453b&&(typeof _0x25453b===_0x19501b([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x25453b===_0x19501b([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x25453b[_0x19501b([0x74,0x68,0x65,0x6e])]===_0x19501b([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x25453b[_0x19501b([0x63,0x61,0x74,0x63,0x68])]===_0x19501b([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x481d8c(_0x362fba){_0x329e8a(_0x362fba)[_0x19501b([0x74,0x68,0x65,0x6e])](_0x388592=>{if(!_0x388592||_0x388592[_0x19501b([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x19501b([0x6f,0x6b]))return _0x19501b([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x3d0fea(_0x2ffe01(_0x1f7be1+_0x3aaeef))!=_0x388592[_0x19501b([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x19501b([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x19501b([0x56,0x61,0x6c,0x69,0x64]);})[_0x19501b([0x74,0x68,0x65,0x6e])](_0x2e2ae6=>(_0x3e473c(),_0x2e2ae6),()=>{const _0xcba849=_0x5ad1af();return null==_0xcba849?(_0x3e473c(),_0x19501b([0x56,0x61,0x6c,0x69,0x64])):_0x19501b(_0x3de997-_0xcba849>(0x5778dc5f^_0x19d21f)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x19501b([0x74,0x68,0x65,0x6e])](_0x2b92d6)[_0x19501b([0x63,0x61,0x74,0x63,0x68])](()=>{_0x2b92d6(_0x19501b([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x474b77=0x7342b6df^_0x19d21f;function _0x3e473c(){const _0x3030b1=_0x19501b([0x6c,0x6c,0x63,0x74,0x2d])+_0x3d0fea(_0x2ffe01(_0x15d0a2)),_0x31d9c3=_0x40a6ae(_0x3d0fea(window[_0x19501b([0x4d,0x61,0x74,0x68])][_0x19501b([0x63,0x65,0x69,0x6c])](_0x3de997/_0x474b77)));window[_0x19501b([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x19501b([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x3030b1,_0x31d9c3);}function _0x5ad1af(){const _0x415779=_0x19501b([0x6c,0x6c,0x63,0x74,0x2d])+_0x3d0fea(_0x2ffe01(_0x15d0a2)),_0x4500b6=window[_0x19501b([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x19501b([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x415779);return _0x4500b6?window[_0x19501b([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x40a6ae(_0x4500b6),0x10)*_0x474b77:null;}function _0x329e8a(_0x3ca32b){return new window[(_0x19501b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x59a0f7,_0xcc4686)=>{_0x3ca32b[_0x19501b([0x74,0x68,0x65,0x6e])](_0x59a0f7,_0xcc4686),window[_0x19501b([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0xcc4686,0x73758c9f^_0x19d21f);});}}_0x4f24fd[_0x19501b([0x6f,0x6e])](_0x19501b([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x35fe20,_0x74dfed)=>{if(_0x74dfed[0x0]!=_0x15d0a2)return _0x2b92d6(_0x19501b([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x74dfed[0x1]={..._0x74dfed[0x1],[_0x19501b([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x1f7be1};},{[_0x19501b([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x19501b([0x68,0x69,0x67,0x68])}),_0x4f24fd[_0x19501b([0x6f,0x6e])](_0x19501b([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x4f7150=>{_0x161eca(_0x4f7150[_0x19501b([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0xc61e18=!0x0,_0x481d8c(_0x4f7150[_0x19501b([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x19501b([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x19501b([0x6c,0x6f,0x77])}),_0xec6907[_0x19501b([0x74,0x68,0x65,0x6e])](()=>{_0xc61e18||_0x2b92d6(_0x19501b([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x4a25ae(){return _0x4f24fd[_0x19501b([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x19501b([0x76,0x69,0x65,0x77])][_0x19501b([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x19501b([0x61,0x75,0x74,0x6f]);}function _0x45f5ae(){_0x4f24fd[_0x19501b([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x19501b([0x76,0x69,0x65,0x77])][_0x19501b([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x19501b([0x61,0x75,0x74,0x6f]);}}function _0x309a86(_0x544f32){const _0x5cda36=[new window[(_0x19501b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x4afa28=>setTimeout(_0x4afa28,0x737d6693^_0x19d21f)),_0xec6907[_0x19501b([0x74,0x68,0x65,0x6e])](()=>new window[(_0x19501b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x1627fa=>{let _0x5beef7=0x0;_0x4f24fd[_0x19501b([0x6d,0x6f,0x64,0x65,0x6c])][_0x19501b([0x6f,0x6e])](_0x19501b([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x2705bb,_0x12e8a9)=>{_0x12e8a9[0x0][_0x19501b([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x5beef7++,_0x5beef7==(0x737459a7^_0x19d21f)&&(_0x1627fa(),_0x2705bb[_0x19501b([0x6f,0x66,0x66])]());});}))];return window[_0x19501b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x19501b([0x72,0x61,0x63,0x65])](_0x5cda36)[_0x19501b([0x74,0x68,0x65,0x6e])](()=>_0x544f32);}async function _0x56e522(){await _0xec6907,_0x4f24fd[_0x19501b([0x6d,0x6f,0x64,0x65,0x6c])][_0x19501b([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x4d1831,_0x4f24fd[_0x19501b([0x6d,0x6f,0x64,0x65,0x6c])][_0x19501b([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x4d1831,_0x4f24fd[_0x19501b([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x19501b([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x4fb75d(){return window[_0x19501b([0x67,0x6c,0x6f,0x62])]&&window[_0x19501b([0x67,0x6c,0x6f,0x62])][_0x19501b([0x74,0x72,0x69,0x6c,0x69,0x75,0x6d,0x56,0x65,0x72,0x73,0x69,0x6f,0x6e])];}function _0x5ca4c9(_0x3d885e){const _0x4e2994=_0x2b1e2c();_0x4f24fd[_0x4e2994]=_0x19501b([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])+_0x3d885e,_0x3d885e!=_0x19501b([0x56,0x61,0x6c,0x69,0x64])&&_0x56e522();}function _0x2b1e2c(){const _0x3474b4=window[_0x19501b([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x19501b([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x19501b([0x6e,0x6f,0x77])]())[_0x19501b([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x19501b([0x2e]),'');let _0x19c468=_0x19501b([0x73]);for(let _0x8dc6c4=0x0;_0x8dc6c4<_0x3474b4[_0x19501b([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x8dc6c4+=0x2){let _0x4794df=window[_0x19501b([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x3474b4[_0x19501b([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x8dc6c4,_0x8dc6c4+0x2));_0x4794df>=_0x3cb016[_0x19501b([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x4794df-=_0x3cb016[_0x19501b([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x19c468+=_0x3cb016[_0x4794df];}return _0x19c468;}function _0x36f913(){const _0xa2a8ac=_0x110d97[_0x19501b([0x73,0x70,0x6c,0x69,0x74])](_0x19501b([0x2e]));if(0x3!=_0xa2a8ac[_0x19501b([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x4ddb09(_0xa2a8ac[0x1]);function _0x4ddb09(_0x318ba5){const _0x542ac0=_0x19b9f5(_0x318ba5);return _0x542ac0&&_0x587cc3()?_0x542ac0:null;function _0x587cc3(){const _0xbc4e1f=_0x542ac0[_0x19501b([0x6a,0x74,0x69])],_0x4e4e8c=window[_0x19501b([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0xbc4e1f[_0x19501b([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0xbc4e1f[_0x19501b([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x37b4fb={..._0x542ac0,[_0x19501b([0x6a,0x74,0x69])]:_0xbc4e1f[_0x19501b([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0xbc4e1f[_0x19501b([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x37b4fb[_0x19501b([0x76,0x63])],_0x2ffe01(_0x37b4fb)==_0x4e4e8c;}}}async function _0x4e4bff(){let _0x535e6a=!0x0;try{const _0x18445b=_0x110d97[_0x19501b([0x73,0x70,0x6c,0x69,0x74])](_0x19501b([0x2e])),[_0x32e73a,_0x18d7f7,_0x4f465f]=_0x18445b;return _0x512132(_0x32e73a),await _0x2c3f12(_0x32e73a,_0x18d7f7,_0x4f465f),_0x535e6a;}catch{return!0x1;}function _0x512132(_0x5af8e0){const _0x30d346=_0x19b9f5(_0x5af8e0);_0x30d346&&_0x30d346[_0x19501b([0x61,0x6c,0x67])]==_0x19501b([0x45,0x53,0x32,0x35,0x36])||(_0x535e6a=!0x1);}async function _0x2c3f12(_0x46a9ab,_0x43fbe5,_0x205b50){const _0x5d69e5=window[_0x19501b([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x19501b([0x66,0x72,0x6f,0x6d])](_0x1d88ee(_0x205b50),_0x4bca0f=>_0x4bca0f[_0x19501b([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x90e2cb=new window[(_0x19501b([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x19501b([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x46a9ab+_0x19501b([0x2e])+_0x43fbe5),_0x2cf5f0=window[_0x19501b([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x19501b([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x2cf5f0)return;const _0x37d11a=await _0x2cf5f0[_0x19501b([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x19501b([0x6a,0x77,0x6b]),_0x323749,{[_0x19501b([0x6e,0x61,0x6d,0x65])]:_0x19501b([0x45,0x43,0x44,0x53,0x41]),[_0x19501b([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x19501b([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x19501b([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x2cf5f0[_0x19501b([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x19501b([0x6e,0x61,0x6d,0x65])]:_0x19501b([0x45,0x43,0x44,0x53,0x41]),[_0x19501b([0x68,0x61,0x73,0x68])]:{[_0x19501b([0x6e,0x61,0x6d,0x65])]:_0x19501b([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x37d11a,_0x5d69e5,_0x90e2cb)||(_0x535e6a=!0x1);}}function _0x19b9f5(_0x45c339){return _0x45c339[_0x19501b([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x19501b([0x65,0x79]))?JSON[_0x19501b([0x70,0x61,0x72,0x73,0x65])](_0x1d88ee(_0x45c339)):null;}function _0x1d88ee(_0x5c9a94){return window[_0x19501b([0x61,0x74,0x6f,0x62])](_0x5c9a94[_0x19501b([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x19501b([0x2b]))[_0x19501b([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x19501b([0x2f])));}function _0x2ffe01(_0x1d46fd){let _0x3ee7c4=0x1505;function _0x3f2dfe(_0x4a4a48){for(let _0x297a8f=0x0;_0x297a8f<_0x4a4a48[_0x19501b([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x297a8f++){const _0x29fd07=_0x4a4a48[_0x19501b([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x297a8f);_0x3ee7c4=(_0x3ee7c4<<0x5)+_0x3ee7c4+_0x29fd07,_0x3ee7c4&=_0x3ee7c4;}}function _0x238609(_0x4c9f39){Array[_0x19501b([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x4c9f39)?_0x4c9f39[_0x19501b([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x238609):_0x4c9f39&&typeof _0x4c9f39==_0x19501b([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x19501b([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x4c9f39)[_0x19501b([0x73,0x6f,0x72,0x74])]()[_0x19501b([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x45df07,_0x53452c])=>{_0x3f2dfe(_0x45df07),_0x238609(_0x53452c);}):_0x3f2dfe(window[_0x19501b([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x4c9f39));}return _0x238609(_0x1d46fd),_0x3ee7c4>>>0x0;}function _0x3d0fea(_0x18f337){return _0x18f337[_0x19501b([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x19501b([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x19501b([0x30]));}function _0x40a6ae(_0x41a419){return _0x41a419[_0x19501b([0x73,0x70,0x6c,0x69,0x74])]('')[_0x19501b([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x19501b([0x6a,0x6f,0x69,0x6e])]('');}function _0x4d1831(){}function _0x19501b(_0x3f00f8){return _0x3f00f8['map'](_0x5720c5=>String['fromCharCode'](_0x5720c5))['join']('');}_0x5ca4c9(await _0xff2a0e());}(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'],[_0x3935ad=>Number(_0x3935ad)>=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(_0x4a8775){return L['includes'](_0x4a8775);}function g(_0x3c4c3a){return Array['from'](_0x3c4c3a['getStyleNames']())['filter'](P);}function b(_0x39da3b,_0xb04760,_0x5c7a25){const {spanStyles:_0x1a5651,stylesToBeHtmlElements:_0x1327da}=function(_0x1eca17,_0x3297db){const _0xbdb7ea={},_0x347258={};return _0x3297db['forEach'](_0x29d118=>{const _0x59c16f=_0x1eca17['getStyle'](_0x29d118);if(_0x59c16f){if(function(_0x27386c){return E['includes'](_0x27386c);}(_0x29d118))_0xbdb7ea[_0x29d118]=_0x59c16f;else{if(function(_0x47b6d8){return _0x47b6d8 in F;}(_0x29d118)){const _0x5cf823=_0x59c16f['split']('\x20');F[_0x29d118]['forEach'](([_0x4361d6,_0x3f262b])=>{for(const _0x36da46 of _0x5cf823){('function'==typeof _0x4361d6&&_0x4361d6(_0x36da46)||_0x4361d6===_0x36da46)&&(_0x347258[_0x29d118]=[..._0x347258[_0x29d118]||[],[_0x4361d6,_0x3f262b]]);}});}}}}),{'spanStyles':_0xbdb7ea,'stylesToBeHtmlElements':_0x347258};}(_0x39da3b,_0x5c7a25);!function(_0x406989,_0x50ea5f,_0x201d9c){for(const _0x38450e in _0x201d9c){_0x201d9c[_0x38450e]['forEach'](([,_0x972cf1])=>{const _0x55be4c=_0x50ea5f['createElement'](_0x972cf1,[],_0x406989['getChildren']());_0x50ea5f['insertChild'](0x0,_0x55be4c,_0x406989);}),_0x50ea5f['removeStyle'](_0x38450e,_0x406989);}}(_0x39da3b,_0xb04760,_0x1327da),function(_0x5b671a,_0x54a216,_0x3cec87){if(!Object['keys'](_0x3cec87)['length'])return;const _0x412865=_0x54a216['createElement']('span',[],_0x5b671a['getChildren']());_0x54a216['setStyle'](_0x3cec87,_0x412865),_0x54a216['insertChild'](0x0,_0x412865,_0x5b671a),_0x54a216['removeStyle'](Object['keys'](_0x3cec87),_0x5b671a);}(_0x39da3b,_0xb04760,_0x1a5651);}class a extends _0x2ba600{['execute'](_0x4e9e4a){const {body:_0x1a7356}=_0x4e9e4a['_parsedData'],_0x56ffce=new _0x20ff04(_0x1a7356['document']),_0x212139=_0x56ffce['createRangeIn'](_0x1a7356),_0x176825=new _0x3fbea0(_0x56ffce['document']['stylesProcessor']),_0x88f756=[...new _0x438b63(_0x176825)['blockElements'],'font'],_0x27a05a=_0x212139['getItems']();for(const _0x94198 of _0x27a05a)_0x94198['is']('element')&&_0x88f756['includes'](_0x94198['name'])&&b(_0x94198,_0x56ffce,g(_0x94198));_0x4e9e4a['content']=_0x1a7356;}['isActive'](_0x1f81c4){return super['isActive'](_0x1f81c4)||p(_0x1f81c4);}}class s extends _0x75872a{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'PasteFromOfficeEnhancedPropagator';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return['PasteFromOffice'];}['init'](){const _0x2783e5=this['editor'],_0x44c7fc=_0x2783e5['plugins']['get']('ClipboardPipeline'),_0x196da4=_0x2783e5['editing']['view']['document'],_0x1bdcfe=new a(_0x196da4);_0x44c7fc['on']('inputTransformation',(_0x427026,_0xb9be2)=>{const _0x81f283=_0xb9be2['dataTransfer']['getData']('text/html');_0x1bdcfe['isActive'](_0x81f283)&&(_0xb9be2['_parsedData']||(_0xb9be2['_parsedData']=_0x52c779(_0x81f283,_0x196da4['stylesProcessor'])),_0x1bdcfe['execute'](_0xb9be2));},{'priority':_0x31d0b8['get']('high')+0xa}),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x24223a=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x80fca8;for(const _0x59ae6d in _0x24223a){const _0x51612e=_0x59ae6d,_0x16db03=_0x24223a[_0x51612e];if('pasteFromOfficeEnhancedLicenseKeyValid'==_0x16db03||'pasteFromOfficeEnhancedLicenseKeyInvalid'==_0x16db03||'pasteFromOfficeEnhancedLicenseKeyExpired'==_0x16db03||'pasteFromOfficeEnhancedLicenseKeyDomainLimit'==_0x16db03||'pasteFromOfficeEnhancedLicenseKeyNotAllowed'==_0x16db03||'pasteFromOfficeEnhancedLicenseKeyEvaluationLimit'==_0x16db03||'pasteFromOfficeEnhancedLicenseKeyTrialLimit'==_0x16db03||'pasteFromOfficeEnhancedLicenseKeyUsageLimit'==_0x16db03){delete _0x24223a[_0x51612e],_0x80fca8=_0x16db03,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'pasteFromOfficeEnhancedLicenseKeyInvalid'==_0x80fca8&&_0x24223a['_showLicenseError']('invalid'),'pasteFromOfficeEnhancedLicenseKeyExpired'==_0x80fca8&&_0x24223a['_showLicenseError']('expired'),'pasteFromOfficeEnhancedLicenseKeyDomainLimit'==_0x80fca8&&_0x24223a['_showLicenseError']('domainLimit'),'pasteFromOfficeEnhancedLicenseKeyNotAllowed'==_0x80fca8&&_0x24223a['_showLicenseError']('featureNotAllowed','PasteFromOfficeEnhanced'),'pasteFromOfficeEnhancedLicenseKeyEvaluationLimit'==_0x80fca8&&_0x24223a['_showLicenseError']('evaluationLimit'),'pasteFromOfficeEnhancedLicenseKeyTrialLimit'==_0x80fca8&&_0x24223a['_showLicenseError']('trialLimit'),'pasteFromOfficeEnhancedLicenseKeyUsageLimit'==_0x80fca8&&_0x24223a['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}class K extends _0x75872a{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.
|
|
3
|
+
"version": "47.2.0-alpha.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.
|
|
26
|
-
"@ckeditor/ckeditor5-engine": "47.
|
|
27
|
-
"@ckeditor/ckeditor5-paste-from-office": "47.
|
|
28
|
-
"@ckeditor/ckeditor5-utils": "47.
|
|
29
|
-
"ckeditor5": "47.
|
|
25
|
+
"@ckeditor/ckeditor5-core": "47.2.0-alpha.0",
|
|
26
|
+
"@ckeditor/ckeditor5-engine": "47.2.0-alpha.0",
|
|
27
|
+
"@ckeditor/ckeditor5-paste-from-office": "47.2.0-alpha.0",
|
|
28
|
+
"@ckeditor/ckeditor5-utils": "47.2.0-alpha.0",
|
|
29
|
+
"ckeditor5": "47.2.0-alpha.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 _0x3ac6(){var _0x1dc95c=['5EvTzLP','451Wxcavt','24970hDQEcw','751512SaSceN','4456326MkPfOQ','36268dZwNKf','3ncwAHO','4403748OYkFqu','154796IgdzDS','3357wtdERG','162MsvjDs','122048xEDUgH'];_0x3ac6=function(){return _0x1dc95c;};return _0x3ac6();}(function(_0x5d9c77,_0x4fb7df){var _0x21e28d=_0x72ab,_0x468a9a=_0x5d9c77();while(!![]){try{var _0x593bea=-parseInt(_0x21e28d(0x1e4))/0x1*(-parseInt(_0x21e28d(0x1e6))/0x2)+parseInt(_0x21e28d(0x1e8))/0x3*(parseInt(_0x21e28d(0x1e3))/0x4)+parseInt(_0x21e28d(0x1ea))/0x5*(parseInt(_0x21e28d(0x1e5))/0x6)+parseInt(_0x21e28d(0x1e2))/0x7+parseInt(_0x21e28d(0x1e9))/0x8+-parseInt(_0x21e28d(0x1e7))/0x9*(-parseInt(_0x21e28d(0x1e0))/0xa)+-parseInt(_0x21e28d(0x1eb))/0xb*(parseInt(_0x21e28d(0x1e1))/0xc);if(_0x593bea===_0x4fb7df)break;else _0x468a9a['push'](_0x468a9a['shift']());}catch(_0x1c5ae2){_0x468a9a['push'](_0x468a9a['shift']());}}}(_0x3ac6,0x7313f));function _0x72ab(_0x227ae5,_0x35b739){var _0x3ac63a=_0x3ac6();return _0x72ab=function(_0x72ab0,_0x3761c5){_0x72ab0=_0x72ab0-0x1e0;var _0x15c621=_0x3ac63a[_0x72ab0];return _0x15c621;},_0x72ab(_0x227ae5,_0x35b739);}export{PasteFromOfficeEnhanced}from'./pastefromofficeenhanced.js';import'./augmentation.js';
|
package/src/legacyerrors.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
function
|
|
23
|
+
function _0x3446(_0xd4d522,_0x3cea7b){var _0x4748f0=_0x4748();return _0x3446=function(_0x3446d9,_0x347b12){_0x3446d9=_0x3446d9-0x17f;var _0x39ebd4=_0x4748f0[_0x3446d9];return _0x39ebd4;},_0x3446(_0xd4d522,_0x3cea7b);}(function(_0x4174ea,_0x7bc2e6){var _0x10016b=_0x3446,_0x14bc57=_0x4174ea();while(!![]){try{var _0x36dd0c=parseInt(_0x10016b(0x188))/0x1*(parseInt(_0x10016b(0x181))/0x2)+-parseInt(_0x10016b(0x183))/0x3+-parseInt(_0x10016b(0x187))/0x4+-parseInt(_0x10016b(0x182))/0x5*(-parseInt(_0x10016b(0x189))/0x6)+-parseInt(_0x10016b(0x184))/0x7*(parseInt(_0x10016b(0x180))/0x8)+-parseInt(_0x10016b(0x17f))/0x9+-parseInt(_0x10016b(0x185))/0xa*(-parseInt(_0x10016b(0x186))/0xb);if(_0x36dd0c===_0x7bc2e6)break;else _0x14bc57['push'](_0x14bc57['shift']());}catch(_0x23e8d4){_0x14bc57['push'](_0x14bc57['shift']());}}}(_0x4748,0xd1f25));import{CKEditorError as _0x45791e}from'ckeditor5/src/utils.js';function _0x4748(){var _0x3b3080=['5IFkbYZ','4718025JHLKmP','1393TnpQNB','2552930umqXTq','55FrOehd','2704128wJYtwr','1vdmIAM','3817752rLUFZb','692541ofcxus','6472kCpiZo','2867662skJwIt'];_0x4748=function(){return _0x3b3080;};return _0x4748();}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x38825a=_0x40de;(function(_0x3a118d,_0x37f2c2){const _0x2ba0b5=_0x40de,_0x4bbbec=_0x3a118d();while(!![]){try{const _0x28cf17=parseInt(_0x2ba0b5(0xae))/0x1+-parseInt(_0x2ba0b5(0xb5))/0x2*(parseInt(_0x2ba0b5(0xc4))/0x3)+parseInt(_0x2ba0b5(0xbf))/0x4+parseInt(_0x2ba0b5(0xbd))/0x5*(parseInt(_0x2ba0b5(0xc0))/0x6)+parseInt(_0x2ba0b5(0xb9))/0x7*(-parseInt(_0x2ba0b5(0xbe))/0x8)+parseInt(_0x2ba0b5(0xb3))/0x9*(parseInt(_0x2ba0b5(0xc5))/0xa)+parseInt(_0x2ba0b5(0xb4))/0xb*(parseInt(_0x2ba0b5(0xc1))/0xc);if(_0x28cf17===_0x37f2c2)break;else _0x4bbbec['push'](_0x4bbbec['shift']());}catch(_0x2b211f){_0x4bbbec['push'](_0x4bbbec['shift']());}}}(_0x198a,0x9db7f));import{ViewUpcastWriter as _0x3a193d}from'ckeditor5/src/engine.js';import{PasteFromOfficeMSWordNormalizer as _0x20889e}from'@ckeditor/ckeditor5-paste-from-office';function _0x40de(_0x45f2eb,_0x398f1d){const _0x198ab9=_0x198a();return _0x40de=function(_0x40de9c,_0x1da0bf){_0x40de9c=_0x40de9c-0xae;let _0x43057b=_0x198ab9[_0x40de9c];return _0x43057b;},_0x40de(_0x45f2eb,_0x398f1d);}import{isMSExcelContent as _0x44b9bf}from'../../utils.js';import{extractStyles as _0x11936b,expandStyles as _0x1c1b0b,getMatchingStyles as _0x16daeb,flattenStyleDefinitions as _0x30b1b1}from'./utils.js';export class MSOfficeStylesInliner extends _0x20889e{[_0x38825a(0xc7)](_0x29c97e){const _0x43159c=_0x38825a,{body:_0x31a797,styles:_0x130d7f}=_0x29c97e[_0x43159c(0xbc)],_0x51bc14=new _0x3a193d(_0x31a797[_0x43159c(0xb7)]),_0x282a4e=_0x51bc14[_0x43159c(0xc2)](_0x31a797),_0x56843e=_0x11936b(_0x130d7f),_0x1a86e3=_0x1c1b0b(_0x56843e);for(const _0x10a8ef of _0x282a4e){if(_0x43159c(0xba)!==_0x10a8ef[_0x43159c(0xb8)])continue;const _0x650a6a=_0x16daeb(_0x10a8ef[_0x43159c(0xb6)],_0x1a86e3);if(_0x650a6a[_0x43159c(0xb0)]){const _0x2a26c9=_0x30b1b1(Array[_0x43159c(0xc6)](_0x650a6a[_0x43159c(0xc3)]()));for(const _0x2d42db in _0x2a26c9){const _0x197ceb=_0x10a8ef[_0x43159c(0xb6)];_0x197ceb[_0x43159c(0xb1)](_0x2d42db)||_0x51bc14[_0x43159c(0xb2)](_0x2d42db,_0x2a26c9[_0x2d42db],_0x197ceb);}}}_0x29c97e[_0x43159c(0xaf)]=_0x31a797;}[_0x38825a(0xbb)](_0x1d1101){const _0x42884f=_0x38825a;return super[_0x42884f(0xbb)](_0x1d1101)||_0x44b9bf(_0x1d1101);}}function _0x198a(){const _0x56ed00=['8883ghzAfs','elementStart','isActive','_parsedData','5rbeWqJ','7944qrXCZS','4734008uOGNBB','880806NvVzbq','3492czaEss','createRangeIn','values','759903klfquz','53030moPTTA','from','execute','775427BReBTe','content','size','hasStyle','setStyle','18ILmPYH','20779vPNkvX','6gTjrwf','item','document','type'];_0x198a=function(){return _0x56ed00;};return _0x198a();}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(function(
|
|
23
|
+
(function(_0x522bb9,_0x1802b8){const _0x454294=_0x47a4,_0xedbd3a=_0x522bb9();while(!![]){try{const _0x402d57=-parseInt(_0x454294(0x1db))/0x1+parseInt(_0x454294(0x1de))/0x2*(-parseInt(_0x454294(0x1d7))/0x3)+-parseInt(_0x454294(0x1d6))/0x4+-parseInt(_0x454294(0x1da))/0x5+-parseInt(_0x454294(0x1e5))/0x6+parseInt(_0x454294(0x1e2))/0x7*(-parseInt(_0x454294(0x1e6))/0x8)+parseInt(_0x454294(0x1e3))/0x9*(parseInt(_0x454294(0x1e7))/0xa);if(_0x402d57===_0x1802b8)break;else _0xedbd3a['push'](_0xedbd3a['shift']());}catch(_0x36fd50){_0xedbd3a['push'](_0xedbd3a['shift']());}}}(_0x5efc,0x22fe8));const S=/^(?<tagName>(?!\.)[\w-]+)?(\.(?<className>[\w-]+))?$/i;function _0x47a4(_0x399c79,_0x5f2c05){const _0x5efcc1=_0x5efc();return _0x47a4=function(_0x47a43f,_0x4c0c56){_0x47a43f=_0x47a43f-0x1d5;let _0x419133=_0x5efcc1[_0x47a43f];return _0x419133;},_0x47a4(_0x399c79,_0x5f2c05);}export function getMatchingStyles(_0x2ea84d,_0x42fde5){const _0x2c70cb=_0x47a4,_0xcb0067=new Map();for(const [_0x4996c1,_0x4c365c]of _0x42fde5){if(!_0x4996c1[_0x2c70cb(0x1e8)]&&!_0x4996c1[_0x2c70cb(0x1e0)])continue;const _0x19d2cc=!_0x4996c1[_0x2c70cb(0x1e8)]||_0x2ea84d[_0x2c70cb(0x1dc)]===_0x4996c1[_0x2c70cb(0x1e8)],_0x15aba6=!_0x4996c1[_0x2c70cb(0x1e0)]||_0x2ea84d[_0x2c70cb(0x1dd)](_0x4996c1[_0x2c70cb(0x1e0)]);_0x19d2cc&&_0x15aba6&&_0xcb0067[_0x2c70cb(0x1ec)](_0x4996c1,_0x4c365c);}return _0xcb0067;}export function extractStyles(_0x85a2e4){const _0x3240a1=_0x47a4,_0x4250c9={};for(const _0x25b02a of _0x85a2e4)for(const _0xea1dc of _0x25b02a[_0x3240a1(0x1ea)])if(_0xea1dc instanceof CSSStyleRule){const _0x581096=parseCSSStyleDeclaration(_0xea1dc[_0x3240a1(0x1d5)]);_0x4250c9[_0xea1dc[_0x3240a1(0x1d8)]]=Object[_0x3240a1(0x1ee)]({},_0x4250c9[_0xea1dc[_0x3240a1(0x1d8)]]||{},_0x581096);}return _0x4250c9;}export function expandStyles(_0x5b8940){const _0x31c5e3=_0x47a4,_0x2a7817=new Map();for(const _0x24f0da in _0x5b8940){const _0x7cad1e=parseCSSSelector(_0x24f0da),_0x5326a5=_0x5b8940[_0x24f0da];for(const _0x18e7bb of _0x7cad1e)_0x2a7817[_0x31c5e3(0x1ec)](_0x18e7bb,_0x5326a5);}return _0x2a7817;}export function parseCSSStyleDeclaration(_0x1a33f3){const _0x37c434=_0x47a4,_0x32699f={};for(let _0x583ce5=0x0;_0x583ce5<_0x1a33f3[_0x37c434(0x1d9)];_0x583ce5++){const _0x1f4019=_0x1a33f3[_0x583ce5],_0x40a4df=_0x1a33f3[_0x37c434(0x1f0)](_0x1f4019);_0x37c434(0x1e1)!==_0x40a4df&&(_0x32699f[_0x1f4019]=_0x40a4df);}return _0x32699f;}export function parseCSSSelector(_0x412c8a){const _0x150452=_0x47a4,_0x36ae19=_0x412c8a[_0x150452(0x1eb)](',')[_0x150452(0x1e4)](_0x448676=>_0x448676[_0x150452(0x1ef)]()),_0x3d68a6=[];for(const _0x29c279 of _0x36ae19){const _0x1d6e01=S[_0x150452(0x1ed)](_0x29c279);_0x1d6e01&&_0x3d68a6[_0x150452(0x1e9)](_0x1d6e01[_0x150452(0x1df)]);}return _0x3d68a6;}function _0x5efc(){const _0x335e68=['cssRules','split','set','exec','assign','trim','getPropertyValue','style','818344HRlQCn','3OUzCcX','selectorText','length','790030RUkvkz','29976DKgXev','name','hasClass','320994soHOjF','groups','className','initial','2653cMxWwl','4238316KUoivO','map','1011060lYwsay','1624VqobOz','20gnDIJW','tagName','push'];_0x5efc=function(){return _0x335e68;};return _0x5efc();}export function flattenStyleDefinitions(_0x186485){const _0x338a06=_0x47a4,_0x38ab84={};for(const _0x1b6a21 of _0x186485)Object[_0x338a06(0x1ee)](_0x38ab84,_0x1b6a21);return _0x38ab84;}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x466ba9=_0x2fae;(function(_0x5eb082,_0x1312f5){const _0x3ef70a=_0x2fae,_0x1dd35a=_0x5eb082();while(!![]){try{const _0x4fa0f1=-parseInt(_0x3ef70a(0xef))/0x1+-parseInt(_0x3ef70a(0xf3))/0x2+-parseInt(_0x3ef70a(0xe7))/0x3+-parseInt(_0x3ef70a(0xe8))/0x4*(parseInt(_0x3ef70a(0xeb))/0x5)+-parseInt(_0x3ef70a(0xf5))/0x6*(parseInt(_0x3ef70a(0xf6))/0x7)+-parseInt(_0x3ef70a(0xe9))/0x8*(-parseInt(_0x3ef70a(0xea))/0x9)+parseInt(_0x3ef70a(0xe3))/0xa*(parseInt(_0x3ef70a(0xe4))/0xb);if(_0x4fa0f1===_0x1312f5)break;else _0x1dd35a['push'](_0x1dd35a['shift']());}catch(_0x22f890){_0x1dd35a['push'](_0x1dd35a['shift']());}}}(_0x52c6,0x70bd2));import{ViewUpcastWriter as _0x515bd4,ViewDomConverter as _0x57119d,ViewDocument as _0x5d11c8}from'ckeditor5/src/engine.js';function _0x2fae(_0x1d4bde,_0x5d40f6){const _0x52c6fd=_0x52c6();return _0x2fae=function(_0x2fae34,_0x16cf9c){_0x2fae34=_0x2fae34-0xe2;let _0xad8f30=_0x52c6fd[_0x2fae34];return _0xad8f30;},_0x2fae(_0x1d4bde,_0x5d40f6);}import{PasteFromOfficeMSWordNormalizer as _0x135b6c}from'@ckeditor/ckeditor5-paste-from-office';import{isMSExcelContent as _0x1300d6}from'../../utils.js';import{getStylePropertyNamesToPropagate as _0x11f71a,propagateStyleProperties as _0x266f5d}from'./utils.js';export class MSOfficeInlineStylePropagator extends _0x135b6c{[_0x466ba9(0xec)](_0x1cee8c){const _0x5dc5df=_0x466ba9,{body:_0xdbfcd3}=_0x1cee8c[_0x5dc5df(0xf0)],_0x49f953=new _0x515bd4(_0xdbfcd3[_0x5dc5df(0xe5)]),_0x3b26cc=_0x49f953[_0x5dc5df(0xf2)](_0xdbfcd3),_0xf6ee1b=new _0x5d11c8(_0x49f953[_0x5dc5df(0xe5)][_0x5dc5df(0xf4)]),_0x177d86=[...new _0x57119d(_0xf6ee1b)[_0x5dc5df(0xee)],_0x5dc5df(0xf7)],_0x4218f0=_0x3b26cc[_0x5dc5df(0xe6)]();for(const _0xc5c097 of _0x4218f0)if(_0xc5c097['is'](_0x5dc5df(0xf9))&&_0x177d86[_0x5dc5df(0xf1)](_0xc5c097[_0x5dc5df(0xf8)])){const _0x547d64=_0x11f71a(_0xc5c097);_0x266f5d(_0xc5c097,_0x49f953,_0x547d64);}_0x1cee8c[_0x5dc5df(0xe2)]=_0xdbfcd3;}[_0x466ba9(0xed)](_0x3b8d84){const _0xf3cfa1=_0x466ba9;return super[_0xf3cfa1(0xed)](_0x3b8d84)||_0x1300d6(_0x3b8d84);}}function _0x52c6(){const _0x1552bd=['blockElements','865325kmTCCW','_parsedData','includes','createRangeIn','143134sEZRBR','stylesProcessor','150cLJuOu','179543BGbIzs','font','name','element','content','90DYnddA','3154888vIqwjy','document','getItems','1119207sKiJWs','4UjTGNJ','1991128cfAsXC','27OiBwnF','4574905oWIMge','execute','isActive'];_0x52c6=function(){return _0x1552bd;};return _0x52c6();}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x1c8484=_0x3b2f;function _0x3b2f(_0x134f6e,_0x349b76){const _0x24ca51=_0x24ca();return _0x3b2f=function(_0x3b2f20,_0x5d231e){_0x3b2f20=_0x3b2f20-0x108;let _0x3c2277=_0x24ca51[_0x3b2f20];return _0x3c2277;},_0x3b2f(_0x134f6e,_0x349b76);}(function(_0x1d775f,_0x573eb7){const _0x3167b4=_0x3b2f,_0x3a6d92=_0x1d775f();while(!![]){try{const _0x525b7a=-parseInt(_0x3167b4(0x110))/0x1+-parseInt(_0x3167b4(0x125))/0x2+parseInt(_0x3167b4(0x12b))/0x3*(-parseInt(_0x3167b4(0x132))/0x4)+parseInt(_0x3167b4(0x12e))/0x5*(-parseInt(_0x3167b4(0x116))/0x6)+parseInt(_0x3167b4(0x111))/0x7+-parseInt(_0x3167b4(0x115))/0x8*(parseInt(_0x3167b4(0x130))/0x9)+parseInt(_0x3167b4(0x127))/0xa;if(_0x525b7a===_0x573eb7)break;else _0x3a6d92['push'](_0x3a6d92['shift']());}catch(_0x394445){_0x3a6d92['push'](_0x3a6d92['shift']());}}}(_0x24ca,0xe2776));export const CSS_PROPERTIES_TO_PROPAGATE=[_0x1c8484(0x114),_0x1c8484(0x128),_0x1c8484(0x126),_0x1c8484(0x123),_0x1c8484(0x133),_0x1c8484(0x129),_0x1c8484(0x10d),_0x1c8484(0x112)];export const CSS_PROPERTIES_TO_BE_SPANS=[_0x1c8484(0x114),_0x1c8484(0x128),_0x1c8484(0x126)];export const CSS_PROPERTIES_TO_BE_HTML_ELEMENTS={'font-style':[[_0x1c8484(0x121),'i']],'font-weight':[[_0x1c8484(0x10c),_0x1c8484(0x11f)],[_0x1c8484(0x119),_0x1c8484(0x11f)],[_0x1c8484(0x12d),_0x1c8484(0x11f)],[_0x77c568=>Number(_0x77c568)>=0x258,_0x1c8484(0x11f)]],'text-decoration':[[_0x1c8484(0x12a),'u'],[_0x1c8484(0x11c),'s']],'text-decoration-line':[[_0x1c8484(0x12a),'u'],[_0x1c8484(0x11c),'s']],'vertical-align':[[_0x1c8484(0x11e),_0x1c8484(0x11e)],[_0x1c8484(0x11a),_0x1c8484(0x131)]]};export function isPropertyToBePropagated(_0x378628){const _0x480f74=_0x1c8484;return CSS_PROPERTIES_TO_PROPAGATE[_0x480f74(0x113)](_0x378628);}export function isPropertyToBePropagatedAsSpan(_0x1d31a2){const _0xb05ccc=_0x1c8484;return CSS_PROPERTIES_TO_BE_SPANS[_0xb05ccc(0x113)](_0x1d31a2);}function _0x24ca(){const _0x1d4a05=['1772sGxzVl','text-decoration-line','span','createElement','keys','setStyle','medium','font-style','function','forEach','1383202xwEbxY','9847705TuJOJo','vertical-align','includes','color','28472VCiDxC','462CuNVjv','length','from','bold','super','removeStyle','line-through','getChildren','sub','strong','split','italic','filter','text-decoration','getStyle','1260326dhkXuE','font-size','23546780rHqEkJ','font-family','font-weight','underline','3813RogJfz','getStyleNames','bolder','12790HwvHpy','insertChild','153Ojsxya','sup'];_0x24ca=function(){return _0x1d4a05;};return _0x24ca();}export function isPropertyToBePropagatedAsHTMLElement(_0x1f2977){return _0x1f2977 in CSS_PROPERTIES_TO_BE_HTML_ELEMENTS;}export function getStylePropertyNamesToPropagate(_0x453fb9){const _0x15a83f=_0x1c8484;return Array[_0x15a83f(0x118)](_0x453fb9[_0x15a83f(0x12c)]())[_0x15a83f(0x122)](isPropertyToBePropagated);}export function propagateStyleProperties(_0xa35056,_0x571a53,_0x54709a){const {spanStyles:_0x36fc39,stylesToBeHtmlElements:_0x39f5a5}=getStylesToPropagate(_0xa35056,_0x54709a);propagateStylesAsHTMLElements(_0xa35056,_0x571a53,_0x39f5a5),propagateStylesAsSpan(_0xa35056,_0x571a53,_0x36fc39);}export function propagateStylesAsHTMLElements(_0x19e256,_0x25ebe3,_0x5dde48){const _0x2cc2e1=_0x1c8484;for(const _0x28223a in _0x5dde48){_0x5dde48[_0x28223a][_0x2cc2e1(0x10f)](([,_0x928de9])=>{const _0x42246f=_0x2cc2e1,_0x492c93=_0x25ebe3[_0x42246f(0x109)](_0x928de9,[],_0x19e256[_0x42246f(0x11d)]());_0x25ebe3[_0x42246f(0x12f)](0x0,_0x492c93,_0x19e256);}),_0x25ebe3[_0x2cc2e1(0x11b)](_0x28223a,_0x19e256);}}export function propagateStylesAsSpan(_0x6b60a8,_0x57ef87,_0x64b66){const _0x531fc7=_0x1c8484;if(!Object[_0x531fc7(0x10a)](_0x64b66)[_0x531fc7(0x117)])return;const _0x2d2acd=_0x57ef87[_0x531fc7(0x109)](_0x531fc7(0x108),[],_0x6b60a8[_0x531fc7(0x11d)]());_0x57ef87[_0x531fc7(0x10b)](_0x64b66,_0x2d2acd),_0x57ef87[_0x531fc7(0x12f)](0x0,_0x2d2acd,_0x6b60a8),_0x57ef87[_0x531fc7(0x11b)](Object[_0x531fc7(0x10a)](_0x64b66),_0x6b60a8);}export function getStylesToPropagate(_0x5646a6,_0x3428f5){const _0x26ff32=_0x1c8484,_0x3020ca={},_0x1601e8={};return _0x3428f5[_0x26ff32(0x10f)](_0x123e07=>{const _0x1d8e29=_0x26ff32,_0x22935f=_0x5646a6[_0x1d8e29(0x124)](_0x123e07);if(_0x22935f){if(isPropertyToBePropagatedAsSpan(_0x123e07))_0x3020ca[_0x123e07]=_0x22935f;else{if(isPropertyToBePropagatedAsHTMLElement(_0x123e07)){const _0x429bf9=_0x22935f[_0x1d8e29(0x120)]('\x20');CSS_PROPERTIES_TO_BE_HTML_ELEMENTS[_0x123e07][_0x1d8e29(0x10f)](([_0x6ffe41,_0x5a8da8])=>{const _0x45c716=_0x1d8e29;for(const _0x3056bd of _0x429bf9){(_0x45c716(0x10e)==typeof _0x6ffe41&&_0x6ffe41(_0x3056bd)||_0x6ffe41===_0x3056bd)&&(_0x1601e8[_0x123e07]=[..._0x1601e8[_0x123e07]||[],[_0x6ffe41,_0x5a8da8]]);}});}}}}),{'spanStyles':_0x3020ca,'stylesToBeHtmlElements':_0x1601e8};}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
var
|
|
23
|
+
var _0x442793=_0x3b63;function _0x3b63(_0x230331,_0x415a7a){var _0x3dd238=_0x3dd2();return _0x3b63=function(_0x3b63ed,_0x2758eb){_0x3b63ed=_0x3b63ed-0x17d;var _0x557901=_0x3dd238[_0x3b63ed];return _0x557901;},_0x3b63(_0x230331,_0x415a7a);}(function(_0x273e37,_0x268a2c){var _0x593d41=_0x3b63,_0x5f0055=_0x273e37();while(!![]){try{var _0x1230e4=-parseInt(_0x593d41(0x18a))/0x1*(-parseInt(_0x593d41(0x17f))/0x2)+parseInt(_0x593d41(0x17e))/0x3*(parseInt(_0x593d41(0x18c))/0x4)+parseInt(_0x593d41(0x185))/0x5+parseInt(_0x593d41(0x17d))/0x6*(parseInt(_0x593d41(0x181))/0x7)+parseInt(_0x593d41(0x183))/0x8+-parseInt(_0x593d41(0x189))/0x9+-parseInt(_0x593d41(0x182))/0xa*(parseInt(_0x593d41(0x180))/0xb);if(_0x1230e4===_0x268a2c)break;else _0x5f0055['push'](_0x5f0055['shift']());}catch(_0x3f3d6f){_0x5f0055['push'](_0x5f0055['shift']());}}}(_0x3dd2,0xd1747));import{Plugin as _0xe90344}from'ckeditor5/src/core.js';import{PasteFromOfficeEnhancedInliner as _0x3a794c}from'./pastefromofficeenhancedinliner.js';function _0x3dd2(){var _0x4fb520=['3741328mXVXyP','PasteFromOfficeEnhanced','2682KRoVqq','3UiujPe','314cByXAk','30107NvGyWh','19124HOmlSV','14670tAuPXH','2943984vteKHw','pluginName','5279840uBrTzO','isPremiumPlugin','requires','isOfficialPlugin','2432979KSQHOs','9955QVsCdQ','PasteFromOffice'];_0x3dd2=function(){return _0x4fb520;};return _0x3dd2();}import{PasteFromOfficeEnhancedPropagator as _0x3c8d6b}from'./pastefromofficeenhancedpropagator.js';export class PasteFromOfficeEnhanced extends _0xe90344{static get[_0x442793(0x184)](){var _0x18bbb3=_0x442793;return _0x18bbb3(0x18d);}static get[_0x442793(0x188)](){return!0x0;}static get[_0x442793(0x186)](){return!0x0;}static get[_0x442793(0x187)](){var _0x18e43b=_0x442793;return[_0x18e43b(0x18b),_0x3a794c,_0x3c8d6b];}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const _0x2840f5=_0x506d;(function(_0x270424,_0x436bc7){const _0x2d9e9c=_0x506d,_0x730745=_0x270424();while(!![]){try{const _0x5c826c=parseInt(_0x2d9e9c(0x88))/0x1+-parseInt(_0x2d9e9c(0x89))/0x2+parseInt(_0x2d9e9c(0x85))/0x3+-parseInt(_0x2d9e9c(0x96))/0x4+parseInt(_0x2d9e9c(0x76))/0x5+parseInt(_0x2d9e9c(0x97))/0x6+parseInt(_0x2d9e9c(0x8e))/0x7*(-parseInt(_0x2d9e9c(0x83))/0x8);if(_0x5c826c===_0x436bc7)break;else _0x730745['push'](_0x730745['shift']());}catch(_0x2af14a){_0x730745['push'](_0x730745['shift']());}}}(_0x3332,0x2a797));function _0x506d(_0x213aa2,_0x261c44){const _0x333294=_0x3332();return _0x506d=function(_0x506d0a,_0x90993d){_0x506d0a=_0x506d0a-0x76;let _0x2e5ff6=_0x333294[_0x506d0a];return _0x2e5ff6;},_0x506d(_0x213aa2,_0x261c44);}import{Plugin as _0x4d750c}from'ckeditor5/src/core.js';import{parsePasteOfficeHtml as _0x4e9d5f}from'@ckeditor/ckeditor5-paste-from-office';import{priorities as _0xf9fd78,uid as _0x5acc7f}from'ckeditor5/src/utils.js';import{MSOfficeStylesInliner as _0x424994}from'./normalizers/inliner/msofficestylesinliner.js';function _0x3332(){const _0x536557=['dataTransfer','8QVIBSX','editing','739746opmNpW','document','view','280951lxuabq','31098YYuJYe','execute','fromCharCode','requires','pluginName','3831002BBquYF','afterInit','plugins','PasteFromOffice','map','_parsedData','text/html','href','319800pAfTrN','16278vOQeIz','isPremiumPlugin','high','1432570diXnys','get','isOfficialPlugin','isActive','editor','init','stylesProcessor','PasteFromOfficeEnhancedInliner','join','getData','ClipboardPipeline','inputTransformation'];_0x3332=function(){return _0x536557;};return _0x3332();}export class PasteFromOfficeEnhancedInliner extends _0x4d750c{static get[_0x2840f5(0x8d)](){const _0x1af9a6=_0x2840f5;return _0x1af9a6(0x7d);}static get[_0x2840f5(0x78)](){return!0x0;}static get[_0x2840f5(0x98)](){return!0x0;}static get[_0x2840f5(0x8c)](){const _0x11f99e=_0x2840f5;return[_0x11f99e(0x91)];}[_0x2840f5(0x7b)](){const _0x108474=_0x2840f5,_0x2a8983=this[_0x108474(0x7a)],_0x41f40a=_0x2a8983[_0x108474(0x90)][_0x108474(0x77)](_0x108474(0x80)),_0x57a935=_0x2a8983[_0x108474(0x84)][_0x108474(0x87)][_0x108474(0x86)],_0x39dad1=new _0x424994(_0x57a935);_0x41f40a['on'](_0x108474(0x81),(_0x35b484,_0x3007f3)=>{const _0x5efb00=_0x108474,_0x1b40f2=_0x3007f3[_0x5efb00(0x82)][_0x5efb00(0x7f)](_0x5efb00(0x94));_0x39dad1[_0x5efb00(0x79)](_0x1b40f2)&&(_0x3007f3[_0x5efb00(0x93)]||(_0x3007f3[_0x5efb00(0x93)]=_0x4e9d5f(_0x1b40f2,_0x57a935[_0x5efb00(0x7c)])),_0x39dad1[_0x5efb00(0x8a)](_0x3007f3));},{'priority':_0xf9fd78[_0x108474(0x77)](_0x108474(0x99))+0xb});}[_0x2840f5(0x8f)](){!async function(_0x5bd011){const _0x187a17=_0x254e0a([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]),_0x66b426=0xc82cb1e,_0x56c191=0xc85bd46^_0x66b426,_0x4a7bab=window[_0x254e0a([0x44,0x61,0x74,0x65])][_0x254e0a([0x6e,0x6f,0x77])](),_0x310ac9=_0x5bd011[_0x254e0a([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x546e21=new window[(_0x254e0a([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2fbc05=>{_0x310ac9[_0x254e0a([0x6f,0x6e,0x63,0x65])](_0x254e0a([0x72,0x65,0x61,0x64,0x79]),_0x2fbc05);}),_0xc07575={[_0x254e0a([0x6b,0x74,0x79])]:_0x254e0a([0x45,0x43]),[_0x254e0a([0x75,0x73,0x65])]:_0x254e0a([0x73,0x69,0x67]),[_0x254e0a([0x63,0x72,0x76])]:_0x254e0a([0x50,0x2d,0x32,0x35,0x36]),[_0x254e0a([0x78])]:_0x254e0a([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]),[_0x254e0a([0x79])]:_0x254e0a([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]),[_0x254e0a([0x61,0x6c,0x67])]:_0x254e0a([0x45,0x53,0x32,0x35,0x36])},_0x1e0c1b=_0x310ac9[_0x254e0a([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x254e0a([0x67,0x65,0x74])](_0x254e0a([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0xacc5ed(){let _0x4d31b5,_0x28d0d0=null,_0x21966a=null;try{if(_0x1e0c1b==_0x254e0a([0x47,0x50,0x4c]))return _0x254e0a([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x4d31b5=_0x5152af(),!_0x4d31b5)return _0x254e0a([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x4d31b5[_0x254e0a([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x21966a=_0x25d176(_0x4d31b5[_0x254e0a([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x4d31b5[_0x254e0a([0x6a,0x74,0x69])])),await _0x1284fb()?_0x535db2()?_0x7edb47()?_0x254e0a([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x2f0d89()?(_0x4d31b5[_0x254e0a([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x254e0a([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x28d0d0=_0x397908(_0x254e0a([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x4d31b5[_0x254e0a([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x254e0a([0x74,0x72,0x69,0x61,0x6c])&&(_0x28d0d0=_0x397908(_0x254e0a([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x5a7f8f()):_0x254e0a([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x254e0a([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x254e0a([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x254e0a([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x7edb47(){const _0x2f04f6=[_0x254e0a([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x254e0a([0x74,0x72,0x69,0x61,0x6c])][_0x254e0a([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4d31b5[_0x254e0a([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x4a7bab/0x3e8:0xe10*_0x56c191;return _0x4d31b5[_0x254e0a([0x65,0x78,0x70])]<_0x2f04f6;}function _0x535db2(){const _0x57c7aa=_0x4d31b5[_0x254e0a([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x57c7aa&&(!!_0x57c7aa[_0x254e0a([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x254e0a([0x2a]))||(!!_0x57c7aa[_0x254e0a([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x254e0a([0x50,0x4f,0x45]))||(!!_0x57c7aa[_0x254e0a([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x254e0a([0x50,0x50]))||!(!_0x57c7aa[_0x254e0a([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x254e0a([0x54,0x52,0x49,0x4c,0x49,0x55,0x4d]))||!_0x450f52()))));}function _0x2f0d89(){const _0x2e874c=_0x506d,_0x4fd779=_0x4d31b5[_0x254e0a([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x4fd779||0x0==_0x4fd779[_0x254e0a([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x462a19}=new URL(window[_0x254e0a([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x2e874c(0x95)]);if(_0x4fd779[_0x254e0a([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x462a19))return!0x0;const _0x334e14=_0x462a19[_0x254e0a([0x73,0x70,0x6c,0x69,0x74])](_0x254e0a([0x2e]));return _0x4fd779[_0x254e0a([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x101999=>_0x101999[_0x254e0a([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x254e0a([0x2a])))[_0x254e0a([0x6d,0x61,0x70])](_0x20e397=>_0x20e397[_0x254e0a([0x73,0x70,0x6c,0x69,0x74])](_0x254e0a([0x2e])))[_0x254e0a([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x169e6a=>_0x169e6a[_0x254e0a([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x334e14[_0x254e0a([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x254e0a([0x6d,0x61,0x70])](_0x2ec491=>Array(_0x334e14[_0x254e0a([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x2ec491[_0x254e0a([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x254e0a([0x66,0x69,0x6c,0x6c])](_0x2ec491[0x0]===_0x254e0a([0x2a])?_0x254e0a([0x2a]):'')[_0x254e0a([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x2ec491))[_0x254e0a([0x73,0x6f,0x6d,0x65])](_0x526e7b=>_0x334e14[_0x254e0a([0x65,0x76,0x65,0x72,0x79])]((_0x251334,_0x28bff7)=>_0x526e7b[_0x28bff7]===_0x251334||_0x526e7b[_0x28bff7]===_0x254e0a([0x2a])));}function _0x5a7f8f(){return _0x28d0d0&&_0x21966a?new window[(_0x254e0a([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x1500d6,_0x1c4394)=>{_0x28d0d0[_0x254e0a([0x74,0x68,0x65,0x6e])](_0x1500d6,_0x1c4394),_0x21966a[_0x254e0a([0x74,0x68,0x65,0x6e])](_0x1ce9cc=>{_0x1ce9cc!=_0x254e0a([0x56,0x61,0x6c,0x69,0x64])&&_0x1500d6(_0x1ce9cc);},_0x1c4394);}):_0x28d0d0||_0x21966a||_0x254e0a([0x56,0x61,0x6c,0x69,0x64]);}}function _0x25d176(_0x38ea4f,_0x373a18){return new window[(_0x254e0a([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x1cd534=>{if(_0x57ef28())return _0x1cd534(_0x254e0a([0x56,0x61,0x6c,0x69,0x64]));_0x214762(),_0x310ac9[_0x254e0a([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x254e0a([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x291d45=!0x1;const _0x58e5c9=_0x5acc7f();function _0x52f9dd(_0x13d2b4){return!!_0x13d2b4&&(typeof _0x13d2b4===_0x254e0a([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x13d2b4===_0x254e0a([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x13d2b4[_0x254e0a([0x74,0x68,0x65,0x6e])]===_0x254e0a([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x13d2b4[_0x254e0a([0x63,0x61,0x74,0x63,0x68])]===_0x254e0a([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x1c2502(_0x58d7c5){_0x5f494e(_0x58d7c5)[_0x254e0a([0x74,0x68,0x65,0x6e])](_0xf66ec9=>{if(!_0xf66ec9||_0xf66ec9[_0x254e0a([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x254e0a([0x6f,0x6b]))return _0x254e0a([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x47b677(_0x5e3b7f(_0x58e5c9+_0x373a18))!=_0xf66ec9[_0x254e0a([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x254e0a([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x254e0a([0x56,0x61,0x6c,0x69,0x64]);})[_0x254e0a([0x74,0x68,0x65,0x6e])](_0x677be8=>(_0x10960a(),_0x677be8),()=>{const _0x409ba9=_0x339f73();return null==_0x409ba9?(_0x10960a(),_0x254e0a([0x56,0x61,0x6c,0x69,0x64])):_0x254e0a(_0x4a7bab-_0x409ba9>(0x288e4f1e^_0x66b426)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x254e0a([0x74,0x68,0x65,0x6e])](_0x1cd534)[_0x254e0a([0x63,0x61,0x74,0x63,0x68])](()=>{_0x1cd534(_0x254e0a([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x158101=0xcb4259e^_0x66b426;function _0x10960a(){const _0x2290b8=_0x254e0a([0x6c,0x6c,0x63,0x74,0x2d])+_0x47b677(_0x5e3b7f(_0x38ea4f)),_0x4f961b=_0xa0d85e(_0x47b677(window[_0x254e0a([0x4d,0x61,0x74,0x68])][_0x254e0a([0x63,0x65,0x69,0x6c])](_0x4a7bab/_0x158101)));window[_0x254e0a([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x254e0a([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x2290b8,_0x4f961b);}function _0x339f73(){const _0x1a9a64=_0x254e0a([0x6c,0x6c,0x63,0x74,0x2d])+_0x47b677(_0x5e3b7f(_0x38ea4f)),_0x1257e1=window[_0x254e0a([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x254e0a([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x1a9a64);return _0x1257e1?window[_0x254e0a([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0xa0d85e(_0x1257e1),0x10)*_0x158101:null;}function _0x5f494e(_0xff67a7){return new window[(_0x254e0a([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x249737,_0x398d79)=>{_0xff67a7[_0x254e0a([0x74,0x68,0x65,0x6e])](_0x249737,_0x398d79),window[_0x254e0a([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x398d79,0xc831fde^_0x66b426);});}}_0x310ac9[_0x254e0a([0x6f,0x6e])](_0x254e0a([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x1ee6e9,_0x1ab368)=>{if(_0x1ab368[0x0]!=_0x38ea4f)return _0x1cd534(_0x254e0a([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x1ab368[0x1]={..._0x1ab368[0x1],[_0x254e0a([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x58e5c9};},{[_0x254e0a([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x254e0a([0x68,0x69,0x67,0x68])}),_0x310ac9[_0x254e0a([0x6f,0x6e])](_0x254e0a([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x1d3843=>{_0x52f9dd(_0x1d3843[_0x254e0a([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x291d45=!0x0,_0x1c2502(_0x1d3843[_0x254e0a([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x254e0a([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x254e0a([0x6c,0x6f,0x77])}),_0x546e21[_0x254e0a([0x74,0x68,0x65,0x6e])](()=>{_0x291d45||_0x1cd534(_0x254e0a([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x57ef28(){return _0x310ac9[_0x254e0a([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x254e0a([0x76,0x69,0x65,0x77])][_0x254e0a([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x254e0a([0x61,0x75,0x74,0x6f]);}function _0x214762(){_0x310ac9[_0x254e0a([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x254e0a([0x76,0x69,0x65,0x77])][_0x254e0a([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x254e0a([0x61,0x75,0x74,0x6f]);}}function _0x397908(_0x25dbd0){const _0x6adb7c=[new window[(_0x254e0a([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x3e5374=>setTimeout(_0x3e5374,0xc8bf5d2^_0x66b426)),_0x546e21[_0x254e0a([0x74,0x68,0x65,0x6e])](()=>new window[(_0x254e0a([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x365b6b=>{let _0x249715=0x0;_0x310ac9[_0x254e0a([0x6d,0x6f,0x64,0x65,0x6c])][_0x254e0a([0x6f,0x6e])](_0x254e0a([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x3ec03d,_0x41e1e2)=>{_0x41e1e2[0x0][_0x254e0a([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x249715++,_0x249715==(0xc82cae6^_0x66b426)&&(_0x365b6b(),_0x3ec03d[_0x254e0a([0x6f,0x66,0x66])]());});}))];return window[_0x254e0a([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x254e0a([0x72,0x61,0x63,0x65])](_0x6adb7c)[_0x254e0a([0x74,0x68,0x65,0x6e])](()=>_0x25dbd0);}async function _0x147b9c(){await _0x546e21,_0x310ac9[_0x254e0a([0x6d,0x6f,0x64,0x65,0x6c])][_0x254e0a([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x3f935e,_0x310ac9[_0x254e0a([0x6d,0x6f,0x64,0x65,0x6c])][_0x254e0a([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x3f935e,_0x310ac9[_0x254e0a([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x254e0a([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x450f52(){return window[_0x254e0a([0x67,0x6c,0x6f,0x62])]&&window[_0x254e0a([0x67,0x6c,0x6f,0x62])][_0x254e0a([0x74,0x72,0x69,0x6c,0x69,0x75,0x6d,0x56,0x65,0x72,0x73,0x69,0x6f,0x6e])];}function _0x398686(_0x163a75){const _0x1f72c2=_0x2c59c2();_0x310ac9[_0x1f72c2]=_0x254e0a([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])+_0x163a75,_0x163a75!=_0x254e0a([0x56,0x61,0x6c,0x69,0x64])&&_0x147b9c();}function _0x2c59c2(){const _0x50fe98=window[_0x254e0a([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x254e0a([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x254e0a([0x6e,0x6f,0x77])]())[_0x254e0a([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x254e0a([0x2e]),'');let _0x25da66=_0x254e0a([0x49]);for(let _0x4424a1=0x0;_0x4424a1<_0x50fe98[_0x254e0a([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x4424a1+=0x2){let _0x5f578d=window[_0x254e0a([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x50fe98[_0x254e0a([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x4424a1,_0x4424a1+0x2));_0x5f578d>=_0x187a17[_0x254e0a([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x5f578d-=_0x187a17[_0x254e0a([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x25da66+=_0x187a17[_0x5f578d];}return _0x25da66;}function _0x5152af(){const _0x5334f4=_0x1e0c1b[_0x254e0a([0x73,0x70,0x6c,0x69,0x74])](_0x254e0a([0x2e]));if(0x3!=_0x5334f4[_0x254e0a([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x3ae3f6(_0x5334f4[0x1]);function _0x3ae3f6(_0x194c05){const _0xf77925=_0x561038(_0x194c05);return _0xf77925&&_0x3fa716()?_0xf77925:null;function _0x3fa716(){const _0x5d0c9d=_0xf77925[_0x254e0a([0x6a,0x74,0x69])],_0xa3e136=window[_0x254e0a([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x5d0c9d[_0x254e0a([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x5d0c9d[_0x254e0a([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x3446a4={..._0xf77925,[_0x254e0a([0x6a,0x74,0x69])]:_0x5d0c9d[_0x254e0a([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x5d0c9d[_0x254e0a([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x3446a4[_0x254e0a([0x76,0x63])],_0x5e3b7f(_0x3446a4)==_0xa3e136;}}}async function _0x1284fb(){let _0x485a62=!0x0;try{const _0x413fc5=_0x1e0c1b[_0x254e0a([0x73,0x70,0x6c,0x69,0x74])](_0x254e0a([0x2e])),[_0x330ff1,_0x5a70b8,_0x38f1d5]=_0x413fc5;return _0x9a5a12(_0x330ff1),await _0x3d322e(_0x330ff1,_0x5a70b8,_0x38f1d5),_0x485a62;}catch{return!0x1;}function _0x9a5a12(_0x50b95f){const _0xeeb677=_0x561038(_0x50b95f);_0xeeb677&&_0xeeb677[_0x254e0a([0x61,0x6c,0x67])]==_0x254e0a([0x45,0x53,0x32,0x35,0x36])||(_0x485a62=!0x1);}async function _0x3d322e(_0x124285,_0x31eeb7,_0x1f77c0){const _0x5bbb90=window[_0x254e0a([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x254e0a([0x66,0x72,0x6f,0x6d])](_0x1e6c20(_0x1f77c0),_0x5cb415=>_0x5cb415[_0x254e0a([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x4a82d5=new window[(_0x254e0a([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x254e0a([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x124285+_0x254e0a([0x2e])+_0x31eeb7),_0x22937c=window[_0x254e0a([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x254e0a([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x22937c)return;const _0x43ae6c=await _0x22937c[_0x254e0a([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x254e0a([0x6a,0x77,0x6b]),_0xc07575,{[_0x254e0a([0x6e,0x61,0x6d,0x65])]:_0x254e0a([0x45,0x43,0x44,0x53,0x41]),[_0x254e0a([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x254e0a([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x254e0a([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x22937c[_0x254e0a([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x254e0a([0x6e,0x61,0x6d,0x65])]:_0x254e0a([0x45,0x43,0x44,0x53,0x41]),[_0x254e0a([0x68,0x61,0x73,0x68])]:{[_0x254e0a([0x6e,0x61,0x6d,0x65])]:_0x254e0a([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x43ae6c,_0x5bbb90,_0x4a82d5)||(_0x485a62=!0x1);}}function _0x561038(_0x2d9b77){return _0x2d9b77[_0x254e0a([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x254e0a([0x65,0x79]))?JSON[_0x254e0a([0x70,0x61,0x72,0x73,0x65])](_0x1e6c20(_0x2d9b77)):null;}function _0x1e6c20(_0x10d96c){return window[_0x254e0a([0x61,0x74,0x6f,0x62])](_0x10d96c[_0x254e0a([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x254e0a([0x2b]))[_0x254e0a([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x254e0a([0x2f])));}function _0x5e3b7f(_0x327619){let _0x268c10=0x1505;function _0x4360cb(_0x1d0e44){for(let _0x2d6d94=0x0;_0x2d6d94<_0x1d0e44[_0x254e0a([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x2d6d94++){const _0xd3178e=_0x1d0e44[_0x254e0a([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x2d6d94);_0x268c10=(_0x268c10<<0x5)+_0x268c10+_0xd3178e,_0x268c10&=_0x268c10;}}function _0x2ab27a(_0x3e2bcf){Array[_0x254e0a([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x3e2bcf)?_0x3e2bcf[_0x254e0a([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x2ab27a):_0x3e2bcf&&typeof _0x3e2bcf==_0x254e0a([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x254e0a([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x3e2bcf)[_0x254e0a([0x73,0x6f,0x72,0x74])]()[_0x254e0a([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x293c78,_0x4b703d])=>{_0x4360cb(_0x293c78),_0x2ab27a(_0x4b703d);}):_0x4360cb(window[_0x254e0a([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x3e2bcf));}return _0x2ab27a(_0x327619),_0x268c10>>>0x0;}function _0x47b677(_0x3dfa28){return _0x3dfa28[_0x254e0a([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x254e0a([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x254e0a([0x30]));}function _0xa0d85e(_0x4ba8d0){return _0x4ba8d0[_0x254e0a([0x73,0x70,0x6c,0x69,0x74])]('')[_0x254e0a([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x254e0a([0x6a,0x6f,0x69,0x6e])]('');}function _0x3f935e(){}function _0x254e0a(_0xc43c96){const _0xfe0ed8=_0x506d;return _0xc43c96[_0xfe0ed8(0x92)](_0x2d8983=>String[_0xfe0ed8(0x8b)](_0x2d8983))[_0xfe0ed8(0x7e)]('');}_0x398686(await _0xacc5ed());}(this);}}
|
|
23
|
+
const _0x3d8ac6=_0x4f9b;function _0x4f9b(_0x1cf614,_0x5eefcc){const _0x1dc861=_0x1dc8();return _0x4f9b=function(_0x4f9bf0,_0x491ed8){_0x4f9bf0=_0x4f9bf0-0xb9;let _0x55c7ff=_0x1dc861[_0x4f9bf0];return _0x55c7ff;},_0x4f9b(_0x1cf614,_0x5eefcc);}(function(_0x596e17,_0x515096){const _0x435642=_0x4f9b,_0x34bf9e=_0x596e17();while(!![]){try{const _0x482717=-parseInt(_0x435642(0xd6))/0x1*(parseInt(_0x435642(0xdc))/0x2)+-parseInt(_0x435642(0xca))/0x3*(parseInt(_0x435642(0xcc))/0x4)+-parseInt(_0x435642(0xd3))/0x5+-parseInt(_0x435642(0xc8))/0x6*(-parseInt(_0x435642(0xcd))/0x7)+-parseInt(_0x435642(0xd1))/0x8+-parseInt(_0x435642(0xdf))/0x9*(parseInt(_0x435642(0xc9))/0xa)+parseInt(_0x435642(0xd2))/0xb*(parseInt(_0x435642(0xbd))/0xc);if(_0x482717===_0x515096)break;else _0x34bf9e['push'](_0x34bf9e['shift']());}catch(_0x3d453a){_0x34bf9e['push'](_0x34bf9e['shift']());}}}(_0x1dc8,0x39b15));import{Plugin as _0x122769}from'ckeditor5/src/core.js';import{parsePasteOfficeHtml as _0x3a4ff5}from'@ckeditor/ckeditor5-paste-from-office';function _0x1dc8(){const _0x5e940f=['editing','getData','map','isActive','afterInit','stylesProcessor','document','ClipboardPipeline','PasteFromOfficeEnhancedInliner','6ngZAVg','50DFmZFV','6lRqmmT','plugins','1108YnOFqq','2485175uAuPSs','href','inputTransformation','text/html','2131960lAaaZs','33qqLwqX','1955265XmcqKU','PasteFromOffice','editor','5317fQJWhi','high','view','isOfficialPlugin','fromCharCode','get','138CpWnJn','join','_parsedData','548946ridMNk','init','execute','isPremiumPlugin','pluginName','dataTransfer','4844916FCAdgp','requires'];_0x1dc8=function(){return _0x5e940f;};return _0x1dc8();}import{priorities as _0x20e054,uid as _0xf9688b}from'ckeditor5/src/utils.js';import{MSOfficeStylesInliner as _0x58bf03}from'./normalizers/inliner/msofficestylesinliner.js';export class PasteFromOfficeEnhancedInliner extends _0x122769{static get[_0x3d8ac6(0xbb)](){const _0x78df07=_0x3d8ac6;return _0x78df07(0xc7);}static get[_0x3d8ac6(0xd9)](){return!0x0;}static get[_0x3d8ac6(0xba)](){return!0x0;}static get[_0x3d8ac6(0xbe)](){const _0x816cd4=_0x3d8ac6;return[_0x816cd4(0xd4)];}[_0x3d8ac6(0xe0)](){const _0x2431fc=_0x3d8ac6,_0x33a5c4=this[_0x2431fc(0xd5)],_0x1fdc41=_0x33a5c4[_0x2431fc(0xcb)][_0x2431fc(0xdb)](_0x2431fc(0xc6)),_0x3672ef=_0x33a5c4[_0x2431fc(0xbf)][_0x2431fc(0xd8)][_0x2431fc(0xc5)],_0x3f884c=new _0x58bf03(_0x3672ef);_0x1fdc41['on'](_0x2431fc(0xcf),(_0x4a5392,_0x2b6e41)=>{const _0x5351f1=_0x2431fc,_0x480a14=_0x2b6e41[_0x5351f1(0xbc)][_0x5351f1(0xc0)](_0x5351f1(0xd0));_0x3f884c[_0x5351f1(0xc2)](_0x480a14)&&(_0x2b6e41[_0x5351f1(0xde)]||(_0x2b6e41[_0x5351f1(0xde)]=_0x3a4ff5(_0x480a14,_0x3672ef[_0x5351f1(0xc4)])),_0x3f884c[_0x5351f1(0xb9)](_0x2b6e41));},{'priority':_0x20e054[_0x2431fc(0xdb)](_0x2431fc(0xd7))+0xb});}[_0x3d8ac6(0xc3)](){!async function(_0x27832f){const _0x4b110b=_0x53cf4f([0x73,0x47,0x36,0x35,0x43,0x72,0x6b,0x31,0x63,0x64,0x32,0x69,0x67,0x4c,0x4e,0x37,0x7a,0x49,0x45,0x41,0x59,0x6a,0x75,0x39,0x4a,0x33,0x68,0x62,0x50,0x42,0x74,0x6e,0x46,0x4d,0x78,0x51,0x66,0x34,0x48,0x77,0x5a,0x61,0x6c,0x30,0x71,0x54,0x53,0x56,0x4b,0x79,0x44,0x6d,0x6f,0x52,0x76,0x55,0x58,0x65,0x70,0x57,0x4f,0x38]),_0x40e032=0x7374585f,_0x3e7205=0x73732fcf^_0x40e032,_0x381a68=window[_0x53cf4f([0x44,0x61,0x74,0x65])][_0x53cf4f([0x6e,0x6f,0x77])](),_0xa2862f=_0x27832f[_0x53cf4f([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x301acb=new window[(_0x53cf4f([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0xa67f50=>{_0xa2862f[_0x53cf4f([0x6f,0x6e,0x63,0x65])](_0x53cf4f([0x72,0x65,0x61,0x64,0x79]),_0xa67f50);}),_0x3fc213={[_0x53cf4f([0x6b,0x74,0x79])]:_0x53cf4f([0x45,0x43]),[_0x53cf4f([0x75,0x73,0x65])]:_0x53cf4f([0x73,0x69,0x67]),[_0x53cf4f([0x63,0x72,0x76])]:_0x53cf4f([0x50,0x2d,0x32,0x35,0x36]),[_0x53cf4f([0x78])]:_0x53cf4f([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]),[_0x53cf4f([0x79])]:_0x53cf4f([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]),[_0x53cf4f([0x61,0x6c,0x67])]:_0x53cf4f([0x45,0x53,0x32,0x35,0x36])},_0x148b6f=_0xa2862f[_0x53cf4f([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x53cf4f([0x67,0x65,0x74])](_0x53cf4f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x42c6b0(){let _0x191c55,_0x1b47b2=null,_0x118805=null;try{if(_0x148b6f==_0x53cf4f([0x47,0x50,0x4c]))return _0x53cf4f([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x191c55=_0x48941e(),!_0x191c55)return _0x53cf4f([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x191c55[_0x53cf4f([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x118805=_0x3bce76(_0x191c55[_0x53cf4f([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x191c55[_0x53cf4f([0x6a,0x74,0x69])])),await _0x1826be()?_0x25f80c()?_0xc7a7d0()?_0x53cf4f([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x2c7393()?(_0x191c55[_0x53cf4f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x53cf4f([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x1b47b2=_0x4ebcd5(_0x53cf4f([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x191c55[_0x53cf4f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x53cf4f([0x74,0x72,0x69,0x61,0x6c])&&(_0x1b47b2=_0x4ebcd5(_0x53cf4f([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x365811()):_0x53cf4f([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x53cf4f([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x53cf4f([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x53cf4f([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0xc7a7d0(){const _0x17c662=[_0x53cf4f([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x53cf4f([0x74,0x72,0x69,0x61,0x6c])][_0x53cf4f([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x191c55[_0x53cf4f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x381a68/0x3e8:0xe10*_0x3e7205;return _0x191c55[_0x53cf4f([0x65,0x78,0x70])]<_0x17c662;}function _0x25f80c(){const _0x55f016=_0x191c55[_0x53cf4f([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x55f016&&(!!_0x55f016[_0x53cf4f([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x53cf4f([0x2a]))||(!!_0x55f016[_0x53cf4f([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x53cf4f([0x50,0x4f,0x45]))||(!!_0x55f016[_0x53cf4f([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x53cf4f([0x50,0x50]))||!(!_0x55f016[_0x53cf4f([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x53cf4f([0x54,0x52,0x49,0x4c,0x49,0x55,0x4d]))||!_0x3b4750()))));}function _0x2c7393(){const _0x206c24=_0x4f9b,_0x25e3ca=_0x191c55[_0x53cf4f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x25e3ca||0x0==_0x25e3ca[_0x53cf4f([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x41fa5a}=new URL(window[_0x53cf4f([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x206c24(0xce)]);if(_0x25e3ca[_0x53cf4f([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x41fa5a))return!0x0;const _0x850555=_0x41fa5a[_0x53cf4f([0x73,0x70,0x6c,0x69,0x74])](_0x53cf4f([0x2e]));return _0x25e3ca[_0x53cf4f([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x24e523=>_0x24e523[_0x53cf4f([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x53cf4f([0x2a])))[_0x53cf4f([0x6d,0x61,0x70])](_0x424410=>_0x424410[_0x53cf4f([0x73,0x70,0x6c,0x69,0x74])](_0x53cf4f([0x2e])))[_0x53cf4f([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x1e4735=>_0x1e4735[_0x53cf4f([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x850555[_0x53cf4f([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x53cf4f([0x6d,0x61,0x70])](_0xd561=>Array(_0x850555[_0x53cf4f([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0xd561[_0x53cf4f([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x53cf4f([0x66,0x69,0x6c,0x6c])](_0xd561[0x0]===_0x53cf4f([0x2a])?_0x53cf4f([0x2a]):'')[_0x53cf4f([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0xd561))[_0x53cf4f([0x73,0x6f,0x6d,0x65])](_0x1f5ca1=>_0x850555[_0x53cf4f([0x65,0x76,0x65,0x72,0x79])]((_0x48c321,_0x2580ff)=>_0x1f5ca1[_0x2580ff]===_0x48c321||_0x1f5ca1[_0x2580ff]===_0x53cf4f([0x2a])));}function _0x365811(){return _0x1b47b2&&_0x118805?new window[(_0x53cf4f([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x49242b,_0x2f6b42)=>{_0x1b47b2[_0x53cf4f([0x74,0x68,0x65,0x6e])](_0x49242b,_0x2f6b42),_0x118805[_0x53cf4f([0x74,0x68,0x65,0x6e])](_0x586136=>{_0x586136!=_0x53cf4f([0x56,0x61,0x6c,0x69,0x64])&&_0x49242b(_0x586136);},_0x2f6b42);}):_0x1b47b2||_0x118805||_0x53cf4f([0x56,0x61,0x6c,0x69,0x64]);}}function _0x3bce76(_0xb46d41,_0x29b577){return new window[(_0x53cf4f([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x445dee=>{if(_0x135b76())return _0x445dee(_0x53cf4f([0x56,0x61,0x6c,0x69,0x64]));_0x25537e(),_0xa2862f[_0x53cf4f([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x53cf4f([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x39e0e8=!0x1;const _0x2bc88c=_0xf9688b();function _0x297cc7(_0x299b59){return!!_0x299b59&&(typeof _0x299b59===_0x53cf4f([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x299b59===_0x53cf4f([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x299b59[_0x53cf4f([0x74,0x68,0x65,0x6e])]===_0x53cf4f([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x299b59[_0x53cf4f([0x63,0x61,0x74,0x63,0x68])]===_0x53cf4f([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x468be3(_0x1b5403){_0xe6eeb9(_0x1b5403)[_0x53cf4f([0x74,0x68,0x65,0x6e])](_0x2bab61=>{if(!_0x2bab61||_0x2bab61[_0x53cf4f([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x53cf4f([0x6f,0x6b]))return _0x53cf4f([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x169bd1(_0x5a5b2a(_0x2bc88c+_0x29b577))!=_0x2bab61[_0x53cf4f([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x53cf4f([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x53cf4f([0x56,0x61,0x6c,0x69,0x64]);})[_0x53cf4f([0x74,0x68,0x65,0x6e])](_0xd81145=>(_0x469caf(),_0xd81145),()=>{const _0x138eb6=_0x4bb1a3();return null==_0x138eb6?(_0x469caf(),_0x53cf4f([0x56,0x61,0x6c,0x69,0x64])):_0x53cf4f(_0x381a68-_0x138eb6>(0x5778dc5f^_0x40e032)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x53cf4f([0x74,0x68,0x65,0x6e])](_0x445dee)[_0x53cf4f([0x63,0x61,0x74,0x63,0x68])](()=>{_0x445dee(_0x53cf4f([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x36079d=0x7342b6df^_0x40e032;function _0x469caf(){const _0x437f41=_0x53cf4f([0x6c,0x6c,0x63,0x74,0x2d])+_0x169bd1(_0x5a5b2a(_0xb46d41)),_0x37321a=_0x4a9d98(_0x169bd1(window[_0x53cf4f([0x4d,0x61,0x74,0x68])][_0x53cf4f([0x63,0x65,0x69,0x6c])](_0x381a68/_0x36079d)));window[_0x53cf4f([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x53cf4f([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x437f41,_0x37321a);}function _0x4bb1a3(){const _0xf487a1=_0x53cf4f([0x6c,0x6c,0x63,0x74,0x2d])+_0x169bd1(_0x5a5b2a(_0xb46d41)),_0x439aed=window[_0x53cf4f([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x53cf4f([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0xf487a1);return _0x439aed?window[_0x53cf4f([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x4a9d98(_0x439aed),0x10)*_0x36079d:null;}function _0xe6eeb9(_0x34f3a7){return new window[(_0x53cf4f([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x30c515,_0x4678e6)=>{_0x34f3a7[_0x53cf4f([0x74,0x68,0x65,0x6e])](_0x30c515,_0x4678e6),window[_0x53cf4f([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x4678e6,0x73758c9f^_0x40e032);});}}_0xa2862f[_0x53cf4f([0x6f,0x6e])](_0x53cf4f([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x52119a,_0x495171)=>{if(_0x495171[0x0]!=_0xb46d41)return _0x445dee(_0x53cf4f([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x495171[0x1]={..._0x495171[0x1],[_0x53cf4f([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x2bc88c};},{[_0x53cf4f([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x53cf4f([0x68,0x69,0x67,0x68])}),_0xa2862f[_0x53cf4f([0x6f,0x6e])](_0x53cf4f([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x3b004c=>{_0x297cc7(_0x3b004c[_0x53cf4f([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x39e0e8=!0x0,_0x468be3(_0x3b004c[_0x53cf4f([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x53cf4f([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x53cf4f([0x6c,0x6f,0x77])}),_0x301acb[_0x53cf4f([0x74,0x68,0x65,0x6e])](()=>{_0x39e0e8||_0x445dee(_0x53cf4f([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x135b76(){return _0xa2862f[_0x53cf4f([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x53cf4f([0x76,0x69,0x65,0x77])][_0x53cf4f([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x53cf4f([0x61,0x75,0x74,0x6f]);}function _0x25537e(){_0xa2862f[_0x53cf4f([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x53cf4f([0x76,0x69,0x65,0x77])][_0x53cf4f([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x53cf4f([0x61,0x75,0x74,0x6f]);}}function _0x4ebcd5(_0x344662){const _0x4b3a6d=[new window[(_0x53cf4f([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x251aa3=>setTimeout(_0x251aa3,0x737d6693^_0x40e032)),_0x301acb[_0x53cf4f([0x74,0x68,0x65,0x6e])](()=>new window[(_0x53cf4f([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x1c63e8=>{let _0x401d80=0x0;_0xa2862f[_0x53cf4f([0x6d,0x6f,0x64,0x65,0x6c])][_0x53cf4f([0x6f,0x6e])](_0x53cf4f([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x3fcae4,_0x2d05f1)=>{_0x2d05f1[0x0][_0x53cf4f([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x401d80++,_0x401d80==(0x737459a7^_0x40e032)&&(_0x1c63e8(),_0x3fcae4[_0x53cf4f([0x6f,0x66,0x66])]());});}))];return window[_0x53cf4f([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x53cf4f([0x72,0x61,0x63,0x65])](_0x4b3a6d)[_0x53cf4f([0x74,0x68,0x65,0x6e])](()=>_0x344662);}async function _0x677270(){await _0x301acb,_0xa2862f[_0x53cf4f([0x6d,0x6f,0x64,0x65,0x6c])][_0x53cf4f([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x27d30d,_0xa2862f[_0x53cf4f([0x6d,0x6f,0x64,0x65,0x6c])][_0x53cf4f([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x27d30d,_0xa2862f[_0x53cf4f([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x53cf4f([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x3b4750(){return window[_0x53cf4f([0x67,0x6c,0x6f,0x62])]&&window[_0x53cf4f([0x67,0x6c,0x6f,0x62])][_0x53cf4f([0x74,0x72,0x69,0x6c,0x69,0x75,0x6d,0x56,0x65,0x72,0x73,0x69,0x6f,0x6e])];}function _0x169084(_0x4ec753){const _0x339bac=_0x17ffd2();_0xa2862f[_0x339bac]=_0x53cf4f([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])+_0x4ec753,_0x4ec753!=_0x53cf4f([0x56,0x61,0x6c,0x69,0x64])&&_0x677270();}function _0x17ffd2(){const _0x2d7a47=window[_0x53cf4f([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x53cf4f([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x53cf4f([0x6e,0x6f,0x77])]())[_0x53cf4f([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x53cf4f([0x2e]),'');let _0x47594a=_0x53cf4f([0x73]);for(let _0x435690=0x0;_0x435690<_0x2d7a47[_0x53cf4f([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x435690+=0x2){let _0x1bc95f=window[_0x53cf4f([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x2d7a47[_0x53cf4f([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x435690,_0x435690+0x2));_0x1bc95f>=_0x4b110b[_0x53cf4f([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x1bc95f-=_0x4b110b[_0x53cf4f([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x47594a+=_0x4b110b[_0x1bc95f];}return _0x47594a;}function _0x48941e(){const _0x4c6dc7=_0x148b6f[_0x53cf4f([0x73,0x70,0x6c,0x69,0x74])](_0x53cf4f([0x2e]));if(0x3!=_0x4c6dc7[_0x53cf4f([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x95acbb(_0x4c6dc7[0x1]);function _0x95acbb(_0x5212a3){const _0x4bd686=_0x4a2cb6(_0x5212a3);return _0x4bd686&&_0x1edf97()?_0x4bd686:null;function _0x1edf97(){const _0x3673b3=_0x4bd686[_0x53cf4f([0x6a,0x74,0x69])],_0x1a64b9=window[_0x53cf4f([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x3673b3[_0x53cf4f([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x3673b3[_0x53cf4f([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x439005={..._0x4bd686,[_0x53cf4f([0x6a,0x74,0x69])]:_0x3673b3[_0x53cf4f([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x3673b3[_0x53cf4f([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x439005[_0x53cf4f([0x76,0x63])],_0x5a5b2a(_0x439005)==_0x1a64b9;}}}async function _0x1826be(){let _0x48cdd3=!0x0;try{const _0x417bd3=_0x148b6f[_0x53cf4f([0x73,0x70,0x6c,0x69,0x74])](_0x53cf4f([0x2e])),[_0x46b530,_0x5a29d4,_0x25a1e7]=_0x417bd3;return _0x13259f(_0x46b530),await _0x58b616(_0x46b530,_0x5a29d4,_0x25a1e7),_0x48cdd3;}catch{return!0x1;}function _0x13259f(_0x4d0d45){const _0x1fe4d2=_0x4a2cb6(_0x4d0d45);_0x1fe4d2&&_0x1fe4d2[_0x53cf4f([0x61,0x6c,0x67])]==_0x53cf4f([0x45,0x53,0x32,0x35,0x36])||(_0x48cdd3=!0x1);}async function _0x58b616(_0x219eda,_0x409f65,_0x24db06){const _0x32d971=window[_0x53cf4f([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x53cf4f([0x66,0x72,0x6f,0x6d])](_0x143c32(_0x24db06),_0x58471d=>_0x58471d[_0x53cf4f([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x102e80=new window[(_0x53cf4f([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x53cf4f([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x219eda+_0x53cf4f([0x2e])+_0x409f65),_0x572d93=window[_0x53cf4f([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x53cf4f([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x572d93)return;const _0x133e1b=await _0x572d93[_0x53cf4f([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x53cf4f([0x6a,0x77,0x6b]),_0x3fc213,{[_0x53cf4f([0x6e,0x61,0x6d,0x65])]:_0x53cf4f([0x45,0x43,0x44,0x53,0x41]),[_0x53cf4f([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x53cf4f([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x53cf4f([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x572d93[_0x53cf4f([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x53cf4f([0x6e,0x61,0x6d,0x65])]:_0x53cf4f([0x45,0x43,0x44,0x53,0x41]),[_0x53cf4f([0x68,0x61,0x73,0x68])]:{[_0x53cf4f([0x6e,0x61,0x6d,0x65])]:_0x53cf4f([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x133e1b,_0x32d971,_0x102e80)||(_0x48cdd3=!0x1);}}function _0x4a2cb6(_0x2c250a){return _0x2c250a[_0x53cf4f([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x53cf4f([0x65,0x79]))?JSON[_0x53cf4f([0x70,0x61,0x72,0x73,0x65])](_0x143c32(_0x2c250a)):null;}function _0x143c32(_0x54d5d2){return window[_0x53cf4f([0x61,0x74,0x6f,0x62])](_0x54d5d2[_0x53cf4f([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x53cf4f([0x2b]))[_0x53cf4f([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x53cf4f([0x2f])));}function _0x5a5b2a(_0x18e7f0){let _0x1194db=0x1505;function _0x2b49cb(_0x28ec70){for(let _0x47f693=0x0;_0x47f693<_0x28ec70[_0x53cf4f([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x47f693++){const _0x6ce48=_0x28ec70[_0x53cf4f([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x47f693);_0x1194db=(_0x1194db<<0x5)+_0x1194db+_0x6ce48,_0x1194db&=_0x1194db;}}function _0x42cdfc(_0x33b68c){Array[_0x53cf4f([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x33b68c)?_0x33b68c[_0x53cf4f([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x42cdfc):_0x33b68c&&typeof _0x33b68c==_0x53cf4f([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x53cf4f([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x33b68c)[_0x53cf4f([0x73,0x6f,0x72,0x74])]()[_0x53cf4f([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x49bce7,_0x2f274d])=>{_0x2b49cb(_0x49bce7),_0x42cdfc(_0x2f274d);}):_0x2b49cb(window[_0x53cf4f([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x33b68c));}return _0x42cdfc(_0x18e7f0),_0x1194db>>>0x0;}function _0x169bd1(_0x1688f6){return _0x1688f6[_0x53cf4f([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x53cf4f([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x53cf4f([0x30]));}function _0x4a9d98(_0x2f7518){return _0x2f7518[_0x53cf4f([0x73,0x70,0x6c,0x69,0x74])]('')[_0x53cf4f([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x53cf4f([0x6a,0x6f,0x69,0x6e])]('');}function _0x27d30d(){}function _0x53cf4f(_0x1bb91d){const _0x229d14=_0x4f9b;return _0x1bb91d[_0x229d14(0xc1)](_0x3fe6d8=>String[_0x229d14(0xda)](_0x3fe6d8))[_0x229d14(0xdd)]('');}_0x169084(await _0x42c6b0());}(this);}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
function
|
|
23
|
+
function _0x17ac(){const _0x4e65a8=['high','5062452fjyoNo','4974GFPeqy','featureNotAllowed','invalid','PasteFromOfficeEnhancedPropagator','27785745aUOaSc','4972645uUVeJZ','isActive','pasteFromOfficeEnhancedLicenseKeyUsageLimit','pasteFromOfficeEnhancedLicenseKeyNotAllowed','usageLimit','config','text/html','pasteFromOfficeEnhancedLicenseKeyEvaluationLimit','isPremiumPlugin','2688434oruJSA','PasteFromOffice','_parsedData','pasteFromOfficeEnhancedLicenseKeyExpired','isOfficialPlugin','view','pasteFromOfficeEnhancedLicenseKeyDomainLimit','PasteFromOfficeEnhanced','expired','plugins','requires','pasteFromOfficeEnhancedLicenseKeyTrialLimit','destroy','execute','_licenseKeyCheckInterval','4zffmqK','_showLicenseError','domainLimit','editor','pasteFromOfficeEnhancedLicenseKeyValid','ClipboardPipeline','init','pluginName','dataTransfer','get','stylesProcessor','trialLimit','1164wiaTZU','998624dxllOJ','editing','document','licenseKey','2730584ImiEiw','inputTransformation','pasteFromOfficeEnhancedLicenseKeyInvalid','evaluationLimit','getData'];_0x17ac=function(){return _0x4e65a8;};return _0x17ac();}function _0x32c7(_0x5d956b,_0x555dbb){const _0x17ac90=_0x17ac();return _0x32c7=function(_0x32c7c5,_0x330cce){_0x32c7c5=_0x32c7c5-0x13f;let _0x53779f=_0x17ac90[_0x32c7c5];return _0x53779f;},_0x32c7(_0x5d956b,_0x555dbb);}const _0x5e4a80=_0x32c7;(function(_0x5808b8,_0x1dc781){const _0x32fce5=_0x32c7,_0x323ac8=_0x5808b8();while(!![]){try{const _0xdf400=parseInt(_0x32fce5(0x163))/0x1+parseInt(_0x32fce5(0x162))/0x2*(parseInt(_0x32fce5(0x16e))/0x3)+parseInt(_0x32fce5(0x156))/0x4*(parseInt(_0x32fce5(0x173))/0x5)+parseInt(_0x32fce5(0x16d))/0x6+-parseInt(_0x32fce5(0x147))/0x7+parseInt(_0x32fce5(0x167))/0x8+-parseInt(_0x32fce5(0x172))/0x9;if(_0xdf400===_0x1dc781)break;else _0x323ac8['push'](_0x323ac8['shift']());}catch(_0x2efa6e){_0x323ac8['push'](_0x323ac8['shift']());}}}(_0x17ac,0xa403f));import{Plugin as _0x6375d}from'ckeditor5/src/core.js';import{parsePasteOfficeHtml as _0x4cb5f3}from'@ckeditor/ckeditor5-paste-from-office';import{priorities as _0x1b4178}from'ckeditor5/src/utils.js';import{MSOfficeInlineStylePropagator as _0x12a30}from'./normalizers/propagator/msofficeinlinestylepropagator.js';export class PasteFromOfficeEnhancedPropagator extends _0x6375d{[_0x5e4a80(0x166)];[_0x5e4a80(0x155)];static get[_0x5e4a80(0x15d)](){const _0x5b10bc=_0x5e4a80;return _0x5b10bc(0x171);}static get[_0x5e4a80(0x14b)](){return!0x0;}static get[_0x5e4a80(0x146)](){return!0x0;}static get[_0x5e4a80(0x151)](){const _0x13adc2=_0x5e4a80;return[_0x13adc2(0x148)];}[_0x5e4a80(0x15c)](){const _0xb185df=_0x5e4a80,_0x1ce279=this[_0xb185df(0x159)],_0x6f15ba=_0x1ce279[_0xb185df(0x150)][_0xb185df(0x15f)](_0xb185df(0x15b)),_0x87ee17=_0x1ce279[_0xb185df(0x164)][_0xb185df(0x14c)][_0xb185df(0x165)],_0x3bf1fe=new _0x12a30(_0x87ee17);_0x6f15ba['on'](_0xb185df(0x168),(_0x1dc058,_0x4d0a2a)=>{const _0x223ada=_0xb185df,_0x2dce1b=_0x4d0a2a[_0x223ada(0x15e)][_0x223ada(0x16b)](_0x223ada(0x144));_0x3bf1fe[_0x223ada(0x13f)](_0x2dce1b)&&(_0x4d0a2a[_0x223ada(0x149)]||(_0x4d0a2a[_0x223ada(0x149)]=_0x4cb5f3(_0x2dce1b,_0x87ee17[_0x223ada(0x160)])),_0x3bf1fe[_0x223ada(0x154)](_0x4d0a2a));},{'priority':_0x1b4178[_0xb185df(0x15f)](_0xb185df(0x16c))+0xa}),this[_0xb185df(0x166)]=this[_0xb185df(0x159)][_0xb185df(0x143)][_0xb185df(0x15f)](_0xb185df(0x166));const _0x5db17d=this[_0xb185df(0x159)];this[_0xb185df(0x155)]=setInterval(()=>{const _0x14a46b=_0xb185df;let _0x4434ed;for(const _0x5de9e4 in _0x5db17d){const _0x45cbb8=_0x5de9e4,_0x280d6c=_0x5db17d[_0x45cbb8];if(_0x14a46b(0x15a)==_0x280d6c||_0x14a46b(0x169)==_0x280d6c||_0x14a46b(0x14a)==_0x280d6c||_0x14a46b(0x14d)==_0x280d6c||_0x14a46b(0x141)==_0x280d6c||_0x14a46b(0x145)==_0x280d6c||_0x14a46b(0x152)==_0x280d6c||_0x14a46b(0x140)==_0x280d6c){delete _0x5db17d[_0x45cbb8],_0x4434ed=_0x280d6c,clearInterval(this[_0x14a46b(0x155)]),this[_0x14a46b(0x155)]=void 0x0;break;}}_0x14a46b(0x169)==_0x4434ed&&_0x5db17d[_0x14a46b(0x157)](_0x14a46b(0x170)),_0x14a46b(0x14a)==_0x4434ed&&_0x5db17d[_0x14a46b(0x157)](_0x14a46b(0x14f)),_0x14a46b(0x14d)==_0x4434ed&&_0x5db17d[_0x14a46b(0x157)](_0x14a46b(0x158)),_0x14a46b(0x141)==_0x4434ed&&_0x5db17d[_0x14a46b(0x157)](_0x14a46b(0x16f),_0x14a46b(0x14e)),_0x14a46b(0x145)==_0x4434ed&&_0x5db17d[_0x14a46b(0x157)](_0x14a46b(0x16a)),_0x14a46b(0x152)==_0x4434ed&&_0x5db17d[_0x14a46b(0x157)](_0x14a46b(0x161)),_0x14a46b(0x140)==_0x4434ed&&_0x5db17d[_0x14a46b(0x157)](_0x14a46b(0x142));},0x3e8);}[_0x5e4a80(0x153)](){const _0x5d45c6=_0x5e4a80;super[_0x5d45c6(0x153)](),this[_0x5d45c6(0x155)]&&clearInterval(this[_0x5d45c6(0x155)]);}}
|
package/src/utils.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
|
|
23
|
+
(function(_0x36358c,_0x355ee3){const _0x4b90e8=_0x1336,_0x1d63b7=_0x36358c();while(!![]){try{const _0x2e3420=parseInt(_0x4b90e8(0x12f))/0x1+-parseInt(_0x4b90e8(0x129))/0x2+-parseInt(_0x4b90e8(0x12b))/0x3+parseInt(_0x4b90e8(0x12a))/0x4+parseInt(_0x4b90e8(0x12d))/0x5+-parseInt(_0x4b90e8(0x12c))/0x6+parseInt(_0x4b90e8(0x128))/0x7;if(_0x2e3420===_0x355ee3)break;else _0x1d63b7['push'](_0x1d63b7['shift']());}catch(_0x56398a){_0x1d63b7['push'](_0x1d63b7['shift']());}}}(_0x47db,0xd7e94));const m=/<meta\s*name="?generator"?\s*content="?microsoft\s*excel\s*\d+"?\/?>/i;export function isMSExcelContent(_0x3aadf7){const _0xb8a11=_0x1336;return m[_0xb8a11(0x12e)](_0x3aadf7);}function _0x1336(_0x424a7f,_0x581f68){const _0x47db17=_0x47db();return _0x1336=function(_0x13365e,_0x25b6f6){_0x13365e=_0x13365e-0x128;let _0x5c625e=_0x47db17[_0x13365e];return _0x5c625e;},_0x1336(_0x424a7f,_0x581f68);}function _0x47db(){const _0x111a6d=['4013490IAFWgv','5081255qEnsbE','test','1238496WnaEqO','14343378zqXrIr','2901654dUMZQX','1236912dzOBHH','4826745RdmGUj'];_0x47db=function(){return _0x111a6d;};return _0x47db();}
|