@ckeditor/ckeditor5-paste-from-office-enhanced 46.0.0-alpha.7 → 46.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/paste-from-office-enhanced.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +6 -6
- package/src/index.js +1 -1
- package/src/legacyerrors.js +1 -1
- package/src/normalizers/inliner/msofficestylesinliner.js +1 -1
- package/src/normalizers/inliner/utils.js +1 -1
- package/src/normalizers/propagator/msofficeinlinestylepropagator.js +1 -1
- package/src/normalizers/propagator/utils.js +1 -1
- package/src/pastefromofficeenhanced.js +1 -1
- package/src/pastefromofficeenhancedinliner.js +1 -1
- package/src/pastefromofficeenhancedpropagator.js +1 -1
- package/src/utils.js +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
3
|
* For licensing, see LICENSE.md.
|
|
4
|
-
*/(()=>{var t={237:t=>{"use strict";t.exports=CKEditor5.dll},331:(t,e,n)=>{t.exports=n(237)("./src/clipboard.js")},584:(t,e,n)=>{t.exports=n(237)("./src/utils.js")},782:(t,e,n)=>{t.exports=n(237)("./src/core.js")},783:(t,e,n)=>{t.exports=n(237)("./src/engine.js")}},e={};function n(r){var s=e[r];if(void 0!==s)return s.exports;var i=e[r]={exports:{}};return t[r](i,i.exports,n),i.exports}n.d=(t,e)=>{for(var r in e)n.o(e,r)&&!n.o(t,r)&&Object.defineProperty(t,r,{enumerable:!0,get:e[r]})},n.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),n.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})};var r={};(()=>{"use strict";n.r(r),n.d(r,{PasteFromOfficeEnhanced:()=>ut});var t=n(782);n(331);var e=n(783);function s(t){const e=parseFloat(t);return t.endsWith("pt")?o(96*e/72):t.endsWith("pc")?o(12*e*96/72):t.endsWith("in")?o(96*e):t.endsWith("cm")?o(96*e/2.54):t.endsWith("mm")?o(e/10*96/2.54):t}function i(t){return void 0!==t&&t.endsWith("px")}function o(t){return Math.round(t)+"px"}function c(t,n,r){if(!t.childCount)return;const s=new e.ViewUpcastWriter(t.document),c=function(t,e){const n=e.createRangeIn(t),r=[],s=new Set;for(const t of n.getItems()){if(!t.is("element")||!t.name.match(/^(p|h\d+|li|div)$/))continue;let e=h(t);if(void 0===e||0!=parseFloat(e)||Array.from(t.getClassNames()).find(t=>t.startsWith("MsoList"))||(e=void 0),t.hasStyle("mso-list")||void 0!==e&&s.has(e)){const n=m(t);r.push({element:t,id:n.id,order:n.order,indent:n.indent,marginLeft:e}),void 0!==e&&s.add(e)}else s.clear()}return r}(t,s);if(!c.length)return;const u={},f=[];for(const t of c)if(void 0!==t.indent){a(t)||(f.length=0);const e=`${t.id}:${t.indent}`,c=Math.min(t.indent-1,f.length);if(c<f.length&&f[c].id!==t.id&&(f.length=c),c<f.length-1)f.length=c+1;else{const a=l(t,n);if(c>f.length-1||f[c].listElement.name!=a.type){0==c&&"ol"==a.type&&void 0!==t.id&&u[e]&&(a.startIndex=u[e]);const n=p(a,s,r);if(i(t.marginLeft)&&(0==c||i(f[c-1].marginLeft))){let e=t.marginLeft;c>0&&(e=o(parseFloat(e)-parseFloat(f[c-1].marginLeft))),s.setStyle("padding-left",e,n)}if(0==f.length){const e=t.element.parent,r=e.getChildIndex(t.element)+1;s.insertChild(r,n,e)}else{const t=f[c-1].listItemElements;s.appendChild(n,t[t.length-1])}f[c]={...t,listElement:n,listItemElements:[]},0==c&&void 0!==t.id&&(u[e]=a.startIndex||1)}}const m="li"==t.element.name?t.element:s.createElement("li");s.appendChild(m,f[c].listElement),f[c].listItemElements.push(m),0==c&&void 0!==t.id&&u[e]++,t.element!=m&&s.appendChild(t.element,m),d(t.element,s),s.removeStyle("text-indent",t.element),s.removeStyle("margin-left",t.element)}else{const e=f.find(e=>e.marginLeft==t.marginLeft);if(e){const n=e.listItemElements;s.appendChild(t.element,n[n.length-1]),s.removeStyle("margin-left",t.element)}else f.length=0}}function a(t){const e=t.element.previousSibling;if(!e){const e=t.element.parent;return u(e)&&(!e.previousSibling||u(e.previousSibling))}return u(e)}function u(t){return t.is("element","ol")||t.is("element","ul")}function l(t,e){const n=new RegExp(`@list l${t.id}:level${t.indent}\\s*({[^}]*)`,"gi"),r=/mso-level-number-format:([^;]{0,100});/gi,s=/mso-level-start-at:\s{0,100}([0-9]{0,10})\s{0,100};/gi,i=new RegExp(`@list\\s+l${t.id}:level\\d\\s*{[^{]*mso-level-text:"%\\d\\\\.`,"gi"),o=new RegExp(`@list l${t.id}:level\\d\\s*{[^{]*mso-level-number-format:`,"gi"),c=i.exec(e),a=o.exec(e),u=c&&!a,l=n.exec(e);let p="decimal",m="ol",d=null;if(l&&l[1]){const e=r.exec(l[1]);if(e&&e[1]&&(p=e[1].trim(),m="bullet"!==p&&"image"!==p?"ol":"ul"),"bullet"===p){const e=function(t){if("li"==t.name&&"ul"==t.parent.name&&t.parent.hasAttribute("type"))return t.parent.getAttribute("type");const e=function(t){if(t.getChild(0).is("$text"))return null;for(const e of t.getChildren()){if(!e.is("element","span"))continue;const t=e.getChild(0);if(t)return t.is("$text")?t:t.getChild(0)}return null}(t);if(!e)return null;const n=e._data;if("o"===n)return"circle";if("·"===n)return"disc";if("§"===n)return"square";return null}(t.element);e&&(p=e)}else{const t=s.exec(l[1]);t&&t[1]&&(d=parseInt(t[1]))}u&&(m="ol")}return{type:m,startIndex:d,style:f(p),isLegalStyleList:u}}function f(t){if(t.startsWith("arabic-leading-zero"))return"decimal-leading-zero";switch(t){case"alpha-upper":return"upper-alpha";case"alpha-lower":return"lower-alpha";case"roman-upper":return"upper-roman";case"roman-lower":return"lower-roman";case"circle":case"disc":case"square":return t;default:return null}}function p(t,e,n){const r=e.createElement(t.type);return t.style&&e.setStyle("list-style-type",t.style,r),t.startIndex&&t.startIndex>1&&e.setAttribute("start",t.startIndex,r),t.isLegalStyleList&&n&&e.addClass("legal-list",r),r}function m(t){const e=t.getStyle("mso-list");if(void 0===e)return{};const n=e.match(/(^|\s{1,100})l(\d+)/i),r=e.match(/\s{0,100}lfo(\d+)/i),s=e.match(/\s{0,100}level(\d+)/i);return n&&r&&s?{id:n[2],order:r[1],indent:parseInt(s[1])}:{indent:1}}function d(t,n){const r=new e.Matcher({name:"span",styles:{"mso-list":"Ignore"}}),s=n.createRangeIn(t);for(const t of s)"elementStart"===t.type&&r.match(t.item)&&n.remove(t.item)}function h(t){const e=t.getStyle("margin-left");return void 0===e||e.endsWith("px")?e:s(e)}function g(t,n){if(!t.childCount)return;const r=new e.ViewUpcastWriter(t.document),s=function(t,n){const r=n.createRangeIn(t),s=new e.Matcher({name:/v:(.+)/}),i=[];for(const t of r){if("elementStart"!=t.type)continue;const e=t.item,n=e.previousSibling,r=n&&n.is("element")?n.name:null,o=["Chart"],c=s.match(e),a=e.getAttribute("o:gfxdata"),u="v:shapetype"===r,l=a&&o.some(t=>e.getAttribute("id").includes(t));c&&a&&!u&&!l&&i.push(t.item.getAttribute("id"))}return i}(t,r);!function(t,n,r){const s=r.createRangeIn(n),i=new e.Matcher({name:"img"}),o=[];for(const e of s)if(e.item.is("element")&&i.match(e.item)){const n=e.item,r=n.getAttribute("v:shapes")?n.getAttribute("v:shapes").split(" "):[];r.length&&r.every(e=>t.indexOf(e)>-1)?o.push(n):n.getAttribute("src")||o.push(n)}for(const t of o)r.remove(t)}(s,t,r),function(t,e,n){const r=n.createRangeIn(e),s=[];for(const e of r)if("elementStart"==e.type&&e.item.is("element","v:shape")){const n=e.item.getAttribute("id");if(t.includes(n))continue;i(e.item.parent.getChildren(),n)||s.push(e.item)}for(const t of s){const e={src:o(t)};t.hasAttribute("alt")&&(e.alt=t.getAttribute("alt"));const r=n.createElement("img",e);n.insertChild(t.index+1,r,t.parent)}function i(t,e){for(const n of t)if(n.is("element")){if("img"==n.name&&n.getAttribute("v:shapes")==e)return!0;if(i(n.getChildren(),e))return!0}return!1}function o(t){for(const e of t.getChildren())if(e.is("element")&&e.getAttribute("src"))return e.getAttribute("src")}}(s,t,r),function(t,n){const r=n.createRangeIn(t),s=new e.Matcher({name:/v:(.+)/}),i=[];for(const t of r)"elementStart"==t.type&&s.match(t.item)&&i.push(t.item);for(const t of i)n.remove(t)}(t,r);const i=function(t,n){const r=n.createRangeIn(t),s=new e.Matcher({name:"img"}),i=[];let o=0;for(const t of r)t.item.is("element")&&s.match(t.item)&&(t.item.getAttribute("src").startsWith("file://")&&i.push({element:t.item,imageIndex:o}),o++);return i}(t,r);i.length&&function(t,e,n){for(let r=0;r<t.length;r++){const{element:s,imageIndex:i}=t[r],o=e[i];if(o){const t=`data:${o.type};base64,${y(o.hex)}`;n.setAttribute("src",t,s)}}}(i,function(t){if(!t)return[];const e=/{\\pict[\s\S]+?\\bliptag-?\d+(\\blipupi-?\d+)?({\\\*\\blipuid\s?[\da-fA-F]+)?[\s}]*?/,n=new RegExp("(?:("+e.source+"))([\\da-fA-F\\s]+)\\}","g"),r=t.match(n),s=[];if(r)for(const t of r){let n=!1;t.includes("\\pngblip")?n="image/png":t.includes("\\jpegblip")&&(n="image/jpeg"),n&&s.push({hex:t.replace(e,"").replace(/[^\da-fA-F]/g,""),type:n})}return s}(n),r)}function y(t){return btoa(t.match(/\w{2}/g).map(t=>String.fromCharCode(parseInt(t,16))).join(""))}const I=/<meta\s*name="?generator"?\s*content="?microsoft\s*word\s*\d+"?\/?>/i,w=/xmlns:o="urn:schemas-microsoft-com/i;class b{document;hasMultiLevelListPlugin;constructor(t,e=!1){this.document=t,this.hasMultiLevelListPlugin=e}isActive(t){return I.test(t)||w.test(t)}execute(t){const n=new e.ViewUpcastWriter(this.document),{body:r,stylesString:i}=t._parsedData;!function(t,e){const n=[];for(const r of e.createRangeIn(t)){const t=r.item;t.is("element","a")&&!t.hasAttribute("href")&&(t.hasAttribute("id")||t.hasAttribute("name"))&&n.push(t)}for(const t of n){const n=t.parent.getChildIndex(t)+1,r=t.getChildren();e.insertChild(n,r,t.parent)}}(r,n),c(r,i,this.hasMultiLevelListPlugin),g(r,t.dataTransfer.getData("text/rtf")),function(t,e){for(const n of e.createRangeIn(t).getItems()){if(!n.is("element","table")&&!n.is("element","td")&&!n.is("element","th"))continue;const t=["left","top","right","bottom"];if(t.every(t=>!n.hasStyle(`border-${t}-style`)))e.setStyle("border-style","none",n);else for(const r of t)n.hasStyle(`border-${r}-style`)||e.setStyle(`border-${r}-style`,"none",n);const r=["width","height",...t.map(t=>`border-${t}-width`),...t.map(t=>`padding-${t}`)];for(const t of r)n.hasStyle(t)&&e.setStyle(t,s(n.getStyle(t)),n)}}(r,n),function(t){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(t){const e=E,n=t();for(;;)try{if(156487===parseInt(e(287))/1+-parseInt(e(290))/2+-parseInt(e(291))/3*(parseInt(e(293))/4)+-parseInt(e(292))/5*(parseInt(e(286))/6)+parseInt(e(288))/7+parseInt(e(285))/8+parseInt(e(289))/9)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 A(t){return C[E(294)](t)}function E(t,e){const n=L();return(E=function(t,e){return n[t-=285]})(t,e)}function L(){const t=["test","667336tkOaFP","1549158XQmmxp","91788pAqhpe","1420426Jvnzbt","2097351XeZFDi","275420UMHJsZ","88158BoQCBj","5QfcBAu","8bkrrpm"];return(L=function(){return t})()}function O(t,e){const n=P();return(O=function(t,e){return n[t-=101]})(t,e)}function P(){const t=["326169bmyJtQ","selectorText","split","set","style","1518312VcdNHm","length","className","275nOhqoN","28Dhutqk","push","assign","5859416pbeJTU","exec","map","tagName","initial","141939pbmMJN","290dhZMwn","groups","getPropertyValue","trim","75426OJKlFs","hasClass","789405oLMSqU","name","6279112FBdpSa","cssRules"];return(P=function(){return t})()}!function(t){const e=O,n=t();for(;;)try{if(609893===parseInt(e(126))/1+parseInt(e(107))/2+parseInt(e(119))/3*(parseInt(e(111))/4)+-parseInt(e(110))/5*(parseInt(e(124))/6)+-parseInt(e(128))/7+-parseInt(e(114))/8+-parseInt(e(102))/9*(-parseInt(e(120))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(P);const F=/^(?<tagName>(?!\.)[\w-]+)?(\.(?<className>[\w-]+))?$/i;function M(t,e){const n=O,r=new Map;for(const[s,i]of e){if(!s[n(117)]&&!s[n(109)])continue;const e=!s[n(117)]||t[n(127)]===s[n(117)],o=!s[n(109)]||t[n(125)](s[n(109)]);e&&o&&r[n(105)](s,i)}return r}function N(t){const e=O,n={};for(let r=0;r<t[e(108)];r++){const s=t[r],i=t[e(122)](s);e(118)!==i&&(n[s]=i)}return n}function k(t){const e=O,n=t[e(104)](",")[e(116)](t=>t[e(123)]()),r=[];for(const t of n){const n=F[e(115)](t);n&&r[e(112)](n[e(121)])}return r}function D(t){const e=O,n={};for(const r of t)Object[e(113)](n,r);return n}const T=j;function j(t,e){const n=R();return(j=function(t,e){return n[t-=196]})(t,e)}function R(){const t=["1338861hHkvJz","from","3757365YmzDNH","_parsedData","isActive","3421164OOoguw","166458DkTdaN","size","hasStyle","type","createRangeIn","910800AHDADQ","content","document","3703370oXqLZi","77MwGNox","870411JsJHYo","item","execute","2LcBIBz","setStyle","elementStart","values"];return(R=function(){return t})()}!function(t){const e=j,n=t();for(;;)try{if(537203===parseInt(e(215))/1+-parseInt(e(218))/2*(parseInt(e(199))/3)+parseInt(e(204))/4+-parseInt(e(213))/5+-parseInt(e(205))/6*(parseInt(e(214))/7)+-parseInt(e(210))/8+parseInt(e(201))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(R);class V extends b{[T(217)](t){const n=T,{body:r,styles:s}=t[n(202)],i=new e.ViewUpcastWriter(r[n(212)]),o=i[n(209)](r),c=function(t){const e=O,n=new Map;for(const r in t){const s=k(r),i=t[r];for(const t of s)n[e(105)](t,i)}return n}(function(t){const e=O,n={};for(const r of t)for(const t of r[e(101)])if(t instanceof CSSStyleRule){const r=N(t[e(106)]);n[t[e(103)]]=Object[e(113)]({},n[t[e(103)]]||{},r)}return n}(s));for(const t of o){if(n(197)!==t[n(208)])continue;const e=M(t[n(216)],c);if(e[n(206)]){const r=D(Array[n(200)](e[n(198)]()));for(const e in r){const s=t[n(216)];s[n(207)](e)||i[n(196)](e,r[e],s)}}}t[n(211)]=r}[T(203)](t){return super[T(203)](t)||A(t)}}const K=J;function $(){const t=["4353SVZnzZ","plugins","isActive","inputTransformation","map","90OKQRya","_parsedData","view","ClipboardPipeline","text/html","dataTransfer","571729GQrErV","href","requires","PasteFromOfficeEnhancedInliner","getData","302244OiPwYj","isPremiumPlugin","document","execute","editing","88MUFyEw","afterInit","pluginName","editor","240756iJgQCb","join","init","PasteFromOffice","11bJMLNc","fromCharCode","340739IyrfyP","226GyCkZt","9ugzxTq","stylesProcessor","isOfficialPlugin","193700KmUJAJ","6342020KpYcCd","high","get"];return($=function(){return t})()}function J(t,e){const n=$();return(J=function(t,e){return n[t-=251]})(t,e)}!function(t){const e=J,n=t();for(;;)try{if(367713===-parseInt(e(264))/1+parseInt(e(285))/2*(parseInt(e(253))/3)+parseInt(e(269))/4+-parseInt(e(289))/5*(-parseInt(e(258))/6)+parseInt(e(284))/7*(-parseInt(e(274))/8)+parseInt(e(286))/9*(parseInt(e(290))/10)+-parseInt(e(282))/11*(-parseInt(e(278))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}($);class W extends t.Plugin{static get[K(276)](){return K(267)}static get[K(288)](){return!0}static get[K(270)](){return!0}static get[K(266)](){return[K(281)]}[K(280)](){const t=K,e=this[t(277)],n=e[t(254)][t(252)](t(261)),r=e[t(273)][t(260)][t(271)],s=new V(r);n.on(t(256),(e,n)=>{const i=t,o=n[i(263)][i(268)](i(262));s[i(255)](o)&&(n[i(259)]||(n[i(259)]=x(o,r[i(287)])),s[i(272)](n))},{priority:S.priorities[t(252)](t(251))+11})}[K(275)](){!async function(t){const e=d([99,109,116,102,84,71,73,57,121,85,120,90,80,53,82,88,66,117,87,118,49,76,50,114,81,69,101,67,119,54,65,75,112,68,103,51,55,105,111,104,100,107,56,89,110,48,79,77,86,108,115,122,74,72,78,97,52,113,98,83,106,70]),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=J;return t[e(257)](t=>String[e(283)](t))[e(279)]("")}!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([99]);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])))}()?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:1751932800;return t[d([101,120,112])]<e}()?d([69,120,112,105,114,101,100]):function(){const e=J,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(265)]);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 H=Y;!function(t){const e=Y,n=t();for(;;)try{if(608798===parseInt(e(346))/1+-parseInt(e(334))/2*(-parseInt(e(342))/3)+parseInt(e(351))/4*(-parseInt(e(372))/5)+parseInt(e(356))/6*(-parseInt(e(358))/7)+parseInt(e(361))/8+-parseInt(e(337))/9+parseInt(e(353))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Q);const U=[H(364),H(363),H(336),H(341),H(377),H(338),H(339),H(357)],q=[H(364),H(363),H(336)],z={"font-style":[[H(369),"i"]],"font-weight":[[H(348),H(350)],[H(360),H(350)],[H(362),H(350)],[t=>Number(t)>=600,H(350)]],"text-decoration":[[H(368),"u"],[H(352),"s"]],"text-decoration-line":[[H(368),"u"],[H(352),"s"]],"vertical-align":[[H(344),H(344)],[H(349),H(365)]]};function B(t){return U[H(366)](t)}function Q(){const t=["text-decoration-line","88YMcqAf","createElement","font-size","7956189Suflpq","font-weight","font-style","function","text-decoration","12216CBoSFL","span","sub","forEach","769668MoayfX","split","medium","super","strong","1108ZBmuig","line-through","8949700npSdwm","from","getStyleNames","2298PYZFmD","vertical-align","5747YampOr","length","bold","3787304tCsHpD","bolder","font-family","color","sup","includes","insertChild","underline","italic","keys","getStyle","9205KlMfrG","getChildren","filter","removeStyle","setStyle"];return(Q=function(){return t})()}function Z(t){const e=H;return Array[e(354)](t[e(355)]())[e(374)](B)}function _(t,e,n){const{spanStyles:r,stylesToBeHtmlElements:s}=function(t,e){const n=H,r={},s={};return e[n(345)](e=>{const i=n,o=t[i(371)](e);if(o)if(c=e,q[H(366)](c))r[e]=o;else if(e in z){const t=o[i(347)](" ");z[e][i(345)](([n,r])=>{const o=i;for(const i of t)(o(340)==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=H;for(const s in n)n[s][r(345)](([,n])=>{const s=r,i=e[s(335)](n,[],t[s(373)]());e[s(367)](0,i,t)}),e[r(375)](s,t)})(t,e,s),function(t,e,n){const r=H;if(!Object[r(370)](n)[r(359)])return;const s=e[r(335)](r(343),[],t[r(373)]());e[r(376)](n,s),e[r(367)](0,s,t),e[r(375)](Object[r(370)](n),t)}(t,e,r)}function Y(t,e){const n=Q();return(Y=function(t,e){return n[t-=334]})(t,e)}const G=tt;function X(){const t=["80sfGIIN","document","font","blockElements","element","280810cvDngd","stylesProcessor","162026VRtFBt","17658160RpndSS","createRangeIn","includes","49lQUFHM","_parsedData","execute","24rWkluX","getItems","1400gkPufi","33348524alLphC","1419379ygDeiT","12lVHIiA","name","isActive","content","1023474tUUrHY","3303lGakJd"];return(X=function(){return t})()}function tt(t,e){const n=X();return(tt=function(t,e){return n[t-=285]})(t,e)}!function(t){const e=tt,n=t();for(;;)try{if(949157===-parseInt(e(306))/1+-parseInt(e(295))/2*(-parseInt(e(307))/3)+-parseInt(e(288))/4*(parseInt(e(293))/5)+-parseInt(e(286))/6*(parseInt(e(299))/7)+parseInt(e(304))/8*(parseInt(e(287))/9)+-parseInt(e(296))/10+parseInt(e(305))/11*(parseInt(e(302))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(X);class et extends b{[G(301)](t){const n=G,{body:r}=t[n(300)],s=new e.ViewUpcastWriter(r[n(289)]),i=s[n(297)](r),o=new e.ViewDocument(s[n(289)][n(294)]),c=[...new e.ViewDomConverter(o)[n(291)],n(290)],a=i[n(303)]();for(const t of a)if(t.is(n(292))&&c[n(298)](t[n(308)])){_(t,s,Z(t))}t[n(285)]=r}[G(309)](t){return super[G(309)](t)||A(t)}}function nt(){const t=["pasteFromOfficeEnhancedLicenseKeyEvaluationLimit","trialLimit","get","1745376PgaqkK","featureNotAllowed","628050rVGXdl","5967717VTVcBY","plugins","editing","pasteFromOfficeEnhancedLicenseKeyUsageLimit","2697240blkAyJ","init","pasteFromOfficeEnhancedLicenseKeyExpired","isOfficialPlugin","ClipboardPipeline","pasteFromOfficeEnhancedLicenseKeyDomainLimit","domainLimit","getData","stylesProcessor","PasteFromOfficeEnhancedPropagator","pluginName","3iNsnAp","pasteFromOfficeEnhancedLicenseKeyNotAllowed","invalid","2451464ySXnRN","isPremiumPlugin","PasteFromOfficeEnhanced","pasteFromOfficeEnhancedLicenseKeyInvalid","isActive","dataTransfer","expired","pasteFromOfficeEnhancedLicenseKeyValid","1079595ADzIzZ","config","licenseKey","pasteFromOfficeEnhancedLicenseKeyTrialLimit","document","PasteFromOffice","text/html","inputTransformation","requires","evaluationLimit","1944912MsGUbu","view","_licenseKeyCheckInterval","usageLimit","execute","editor","_parsedData","high","destroy","_showLicenseError"];return(nt=function(){return t})()}const rt=st;function st(t,e){const n=nt();return(st=function(t,e){return n[t-=138]})(t,e)}!function(t){const e=st,n=t();for(;;)try{if(595110===parseInt(e(153))/1+-parseInt(e(176))/2+parseInt(e(142))/3*(parseInt(e(163))/4)+-parseInt(e(183))/5+-parseInt(e(178))/6+parseInt(e(179))/7+-parseInt(e(145))/8)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(nt);class it extends t.Plugin{[rt(155)];[rt(165)];static get[rt(141)](){return rt(140)}static get[rt(186)](){return!0}static get[rt(146)](){return!0}static get[rt(161)](){return[rt(158)]}[rt(184)](){const t=rt,e=this[t(168)],n=e[t(180)][t(175)](t(187)),r=e[t(181)][t(164)][t(157)],s=new et(r);n.on(t(160),(e,n)=>{const i=t,o=n[i(150)][i(138)](i(159));s[i(149)](o)&&(n[i(169)]||(n[i(169)]=x(o,r[i(139)])),s[i(167)](n))},{priority:S.priorities[t(175)](t(170))+10}),this[t(155)]=this[t(168)][t(154)][t(175)](t(155));const i=this[t(168)];this[t(165)]=setInterval(()=>{const e=t;let n;for(const t in i){const r=t,s=i[r];if(e(152)==s||e(148)==s||e(185)==s||e(188)==s||e(143)==s||e(173)==s||e(156)==s||e(182)==s){delete i[r],n=s,clearInterval(this[e(165)]),this[e(165)]=void 0;break}}e(148)==n&&i[e(172)](e(144)),e(185)==n&&i[e(172)](e(151)),e(188)==n&&i[e(172)](e(189)),e(143)==n&&i[e(172)](e(177),e(147)),e(173)==n&&i[e(172)](e(162)),e(156)==n&&i[e(172)](e(174)),e(182)==n&&i[e(172)](e(166))},1e3)}[rt(171)](){const t=rt;super[t(171)](),this[t(165)]&&clearInterval(this[t(165)])}}var ot=at;function ct(){var t=["830967UEeexz","18crIbXm","911688HpKdvD","5250990mQmLse","5163648mCCcKQ","40332490bSjqbb","51005znqWJV","PasteFromOffice","452tcZmHl","pluginName","requires","989518JmmdIv","3kISviB","PasteFromOfficeEnhanced","isOfficialPlugin","isPremiumPlugin","21WlJjdV"];return(ct=function(){return t})()}function at(t,e){var n=ct();return(at=function(t,e){return n[t-=446]})(t,e)}!function(t){for(var e=at,n=t();;)try{if(597396===parseInt(e(446))/1+-parseInt(e(457))/2*(parseInt(e(458))/3)+-parseInt(e(454))/4*(parseInt(e(452))/5)+-parseInt(e(450))/6+-parseInt(e(462))/7*(parseInt(e(448))/8)+-parseInt(e(447))/9*(parseInt(e(449))/10)+parseInt(e(451))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ct);class ut extends t.Plugin{static get[ot(455)](){return ot(459)}static get[ot(460)](){return!0}static get[ot(461)](){return!0}static get[ot(456)](){return[ot(453),W,it]}}function lt(){var t=["2026745TxHoFv","3156680CIdPFx","17628807HSNAQo","3061794prfNNz","1450168PjLEtQ","933571byMFkf","698190zVvhFn"];return(lt=function(){return t})()}function ft(t,e){var n=lt();return(ft=function(t,e){return n[t-=143]})(t,e)}!function(t){for(var e=ft,n=t();;)try{if(661038===parseInt(e(144))/1+parseInt(e(143))/2+parseInt(e(149))/3+parseInt(e(147))/4+-parseInt(e(146))/5+parseInt(e(145))/6+-parseInt(e(148))/7)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(lt)})(),(window.CKEditor5=window.CKEditor5||{}).pasteFromOfficeEnhanced=r})();
|
|
4
|
+
*/(()=>{var t={237:t=>{"use strict";t.exports=CKEditor5.dll},331:(t,e,n)=>{t.exports=n(237)("./src/clipboard.js")},584:(t,e,n)=>{t.exports=n(237)("./src/utils.js")},782:(t,e,n)=>{t.exports=n(237)("./src/core.js")},783:(t,e,n)=>{t.exports=n(237)("./src/engine.js")}},e={};function n(r){var s=e[r];if(void 0!==s)return s.exports;var i=e[r]={exports:{}};return t[r](i,i.exports,n),i.exports}n.d=(t,e)=>{for(var r in e)n.o(e,r)&&!n.o(t,r)&&Object.defineProperty(t,r,{enumerable:!0,get:e[r]})},n.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),n.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})};var r={};(()=>{"use strict";n.r(r),n.d(r,{PasteFromOfficeEnhanced:()=>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){const n=[],r=new e.ViewUpcastWriter(t.document);for(const{item:e}of r.createRangeIn(t))if(e.is("element")){for(const t of e.getClassNames())/\bmso/gi.exec(t)&&r.removeClass(t,e);for(const t of e.getStyleNames())/\bmso/gi.exec(t)&&r.removeStyle(t,e);(e.is("element","w:sdt")||e.is("element","w:sdtpr")&&e.isEmpty||e.is("element","o:p")&&e.isEmpty)&&n.push(e)}for(const t of n){const e=t.parent,n=e.getChildIndex(t);r.insertChild(n,t.getChildren(),e),r.remove(t)}}(r),t.content=r}}function v(t){return t.replace(/<span(?: class="Apple-converted-space"|)>(\s+)<\/span>/g,(t,e)=>1===e.length?" ":Array(e.length+1).join(" ").substr(0,e.length))}function x(t,n){const r=new DOMParser,s=function(t){return v(v(t)).replace(/(<span\s+style=['"]mso-spacerun:yes['"]>[^\S\r\n]*?)[\r\n]+([^\S\r\n]*<\/span>)/g,"$1$2").replace(/<span\s+style=['"]mso-spacerun:yes['"]><\/span>/g,"").replace(/(<span\s+style=['"]letter-spacing:[^'"]+?['"]>)[\r\n]+(<\/span>)/g,"$1 $2").replace(/ <\//g," </").replace(/ <o:p><\/o:p>/g," <o:p></o:p>").replace(/<o:p>( |\u00A0)<\/o:p>/g,"").replace(/>([^\S\r\n]*[\r\n]\s*)</g,"><")}(function(t){const e="</body>",n="</html>",r=t.indexOf(e);if(r<0)return t;const s=t.indexOf(n,r+e.length);return t.substring(0,r+e.length)+(s>=0?t.substring(s):"")}(t=(t=t.replace(/<!--\[if gte vml 1]>/g,"")).replace(/<o:SmartTagType(?:\s+[^\s>=]+(?:="[^"]*")?)*\s*\/?>/gi,""))),i=r.parseFromString(s,"text/html");!function(t){t.querySelectorAll("span[style*=spacerun]").forEach(t=>{const e=t,n=e.innerText.length||0;e.innerText=Array(n+1).join(" ").substr(0,n)})}(i);const o=i.body.innerHTML,c=function(t,n){const r=new e.ViewDocument(n),s=new e.ViewDomConverter(r,{renderingMode:"data"}),i=t.createDocumentFragment(),o=t.body.childNodes;for(;o.length>0;)i.appendChild(o[0]);return s.domToView(i,{skipComments:!0})}(i,n),a=function(t){const e=[],n=[],r=Array.from(t.getElementsByTagName("style"));for(const t of r)t.sheet&&t.sheet.cssRules&&t.sheet.cssRules.length&&(e.push(t.sheet),n.push(t.innerHTML));return{styles:e,stylesString:n.join(" ")}}(i);return{body:c,bodyString:o,styles:a.styles,stylesString:a.stylesString}}var S=n(584);function C(t,e){const n=E();return(C=function(t,e){return n[t-=464]})(t,e)}function E(){const t=["6200658DBZBlY","657116YZcMhM","28vzMTEA","28577007cFoUgw","1726976klopdC","test","1847166BzcWkm","6096585MUWXXn","75213aXGPTZ","12HFQdXG"];return(E=function(){return t})()}!function(t){const e=C,n=t();for(;;)try{if(620375===-parseInt(e(467))/1+-parseInt(e(472))/2+parseInt(e(464))/3*(parseInt(e(465))/4)+-parseInt(e(473))/5+parseInt(e(466))/6+parseInt(e(468))/7*(-parseInt(e(470))/8)+parseInt(e(469))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(E);const A=/<meta\s*name="?generator"?\s*content="?microsoft\s*excel\s*\d+"?\/?>/i;function O(t){return A[C(471)](t)}!function(t){const e=L,n=t();for(;;)try{if(412540===parseInt(e(448))/1+parseInt(e(431))/2*(parseInt(e(422))/3)+-parseInt(e(426))/4*(-parseInt(e(450))/5)+-parseInt(e(430))/6+-parseInt(e(441))/7*(parseInt(e(440))/8)+-parseInt(e(427))/9*(parseInt(e(447))/10)+parseInt(e(444))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(M);const P=/^(?<tagName>(?!\.)[\w-]+)?(\.(?<className>[\w-]+))?$/i;function L(t,e){const n=M();return(L=function(t,e){return n[t-=422]})(t,e)}function F(t,e){const n=L,r=new Map;for(const[s,i]of e){if(!s[n(424)]&&!s[n(449)])continue;const e=!s[n(424)]||t[n(425)]===s[n(424)],o=!s[n(449)]||t[n(437)](s[n(449)]);e&&o&&r[n(433)](s,i)}return r}function M(){const t=["1641992ltRcCb","14TamXSH","exec","length","1960046tSunaQ","assign","cssRules","10tTEZFa","597103sYgyvk","className","20dPSnea","1165587dXoPEw","trim","tagName","name","83128JqzhcR","1266417fcqpkM","groups","selectorText","1699170MgAtVA","2Ivyvbl","push","set","split","map","initial","hasClass","style","getPropertyValue"];return(M=function(){return t})()}function R(t){const e=L,n={};for(let r=0;r<t[e(443)];r++){const s=t[r],i=t[e(439)](s);e(436)!==i&&(n[s]=i)}return n}function j(t){const e=L,n=t[e(434)](",")[e(435)](t=>t[e(423)]()),r=[];for(const t of n){const n=P[e(442)](t);n&&r[e(432)](n[e(428)])}return r}function T(t){const e=L,n={};for(const r of t)Object[e(445)](n,r);return n}const D=W;function W(t,e){const n=k();return(W=function(t,e){return n[t-=274]})(t,e)}function k(){const t=["3101046ojQnUe","createRangeIn","values","execute","3096wueqNA","1305FQOaMa","1026qccssq","type","setStyle","_parsedData","1897ohSJYh","document","20811105hHVMXJ","12088MOFkbf","200896dJYtGH","size","content","hasStyle","elementStart","item","isActive","903083rjpCWK","from"];return(k=function(){return t})()}!function(t){const e=W,n=t();for(;;)try{if(639208===-parseInt(e(288))/1+-parseInt(e(281))/2+-parseInt(e(290))/3+-parseInt(e(294))/4+-parseInt(e(295))/5*(parseInt(e(296))/6)+parseInt(e(277))/7*(parseInt(e(280))/8)+parseInt(e(279))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(k);class q extends b{[D(293)](t){const n=D,{body:r,styles:s}=t[n(276)],i=new e.ViewUpcastWriter(r[n(278)]),o=i[n(291)](r),c=function(t){const e=L,n=new Map;for(const r in t){const s=j(r),i=t[r];for(const t of s)n[e(433)](t,i)}return n}(function(t){const e=L,n={};for(const r of t)for(const t of r[e(446)])if(t instanceof CSSStyleRule){const r=R(t[e(438)]);n[t[e(429)]]=Object[e(445)]({},n[t[e(429)]]||{},r)}return n}(s));for(const t of o){if(n(285)!==t[n(274)])continue;const e=F(t[n(286)],c);if(e[n(282)]){const r=T(Array[n(289)](e[n(292)]()));for(const e in r){const s=t[n(286)];s[n(284)](e)||i[n(275)](e,r[e],s)}}}t[n(283)]=r}[D(287)](t){return super[D(287)](t)||O(t)}}function N(t,e){const n=J();return(N=function(t,e){return n[t-=257]})(t,e)}const V=N;function J(){const t=["view","16332520phPTJR","376KqnlfZ","afterInit","917814TVmUoI","5jVLJhQ","isActive","fromCharCode","27496mCmDOj","document","_parsedData","PasteFromOfficeEnhancedInliner","href","isOfficialPlugin","pluginName","requires","high","text/html","editing","2648502VKpaJR","inputTransformation","1665858fUelJf","plugins","map","stylesProcessor","PasteFromOffice","dataTransfer","getData","get","init","4642380ergfhG","isPremiumPlugin","ClipboardPipeline","17129xPFnli","129lVZecn","editor","execute","join"];return(J=function(){return t})()}!function(t){const e=N,n=t();for(;;)try{if(664137===parseInt(e(284))/1+parseInt(e(263))/2+parseInt(e(276))/3*(-parseInt(e(288))/4)+-parseInt(e(285))/5*(-parseInt(e(261))/6)+parseInt(e(275))/7*(-parseInt(e(282))/8)+parseInt(e(272))/9+-parseInt(e(281))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(J);class $ extends t.Plugin{static get[V(294)](){return V(291)}static get[V(293)](){return!0}static get[V(273)](){return!0}static get[V(257)](){return[V(267)]}[V(271)](){const t=V,e=this[t(277)],n=e[t(264)][t(270)](t(274)),r=e[t(260)][t(280)][t(289)],s=new q(r);n.on(t(262),(e,n)=>{const i=t,o=n[i(268)][i(269)](i(259));s[i(286)](o)&&(n[i(290)]||(n[i(290)]=x(o,r[i(266)])),s[i(278)](n))},{priority:S.priorities[t(270)](t(258))+11})}[V(283)](){!async function(t){const e=d([107,101,97,120,116,53,122,109,90,74,114,100,85,52,49,88,78,84,83,66,112,87,72,75,108,71,98,73,56,110,105,81,117,121,99,104,80,51,68,55,67,119,82,115,86,79,111,54,48,77,50,76,57,103,89,113,65,106,118,70,102,69]),n=window[d([68,97,116,101])][d([110,111,119])](),r=t[d([101,100,105,116,111,114])],s=new(window[d([80,114,111,109,105,115,101])])(t=>{r[d([111,110,99,101])](d([114,101,97,100,121]),t)}),i={[d([107,116,121])]:d([69,67]),[d([117,115,101])]:d([115,105,103]),[d([99,114,118])]:d([80,45,50,53,54]),[d([120])]:d([105,67,106,79,67,118,68,70,73,54,108,81,72,72,84,49,56,106,86,119,82,102,107,102,72,81,50,97,95,77,121,109,84,51,53,76,81,86,111,70,83,65,73]),[d([121])]:d([107,88,73,121,74,52,101,118,116,67,69,70,82,109,120,75,83,85,112,75,57,102,68,87,52,53,57,118,88,79,118,86,114,104,102,54,117,81,65,101,79,105,111]),[d([97,108,103])]:d([69,83,50,53,54])},o=r[d([99,111,110,102,105,103])][d([103,101,116])](d([108,105,99,101,110,115,101,75,101,121]));function c(t){const e=[new(window[d([80,114,111,109,105,115,101])])(t=>setTimeout(t,605900)),s[d([116,104,101,110])](()=>new(window[d([80,114,111,109,105,115,101])])(t=>{let e=0;r[d([109,111,100,101,108])][d([111,110])](d([97,112,112,108,121,79,112,101,114,97,116,105,111,110]),(n,r)=>{r[0][d([105,115,68,111,99,117,109,101,110,116,79,112,101,114,97,116,105,111,110])]&&e++,504==e&&(t(),n[d([111,102,102])]())})}))];return window[d([80,114,111,109,105,115,101])][d([114,97,99,101])](e)[d([116,104,101,110])](()=>t)}function a(t){return t[d([115,116,97,114,116,115,87,105,116,104])](d([101,121]))?JSON[d([112,97,114,115,101])](u(t)):null}function u(t){return window[d([97,116,111,98])](t[d([114,101,112,108,97,99,101])](/-/g,d([43]))[d([114,101,112,108,97,99,101])](/_/g,d([47])))}function l(t){let e=5381;function n(t){for(let n=0;n<t[d([108,101,110,103,116,104])];n++){const r=t[d([99,104,97,114,67,111,100,101,65,116])](n);e=(e<<5)+e+r,e&=e}}return function t(e){Array[d([105,115,65,114,114,97,121])](e)?e[d([102,111,114,69,97,99,104])](t):e&&typeof e==d([111,98,106,101,99,116])?Object[d([101,110,116,114,105,101,115])](e)[d([115,111,114,116])]()[d([102,111,114,69,97,99,104])](([e,r])=>{n(e),t(r)}):n(window[d([83,116,114,105,110,103])](e))}(t),e>>>0}function f(t){return t[d([116,111,83,116,114,105,110,103])](16)[d([112,97,100,83,116,97,114,116])](8,d([48]))}function p(t){return t[d([115,112,108,105,116])]("")[d([114,101,118,101,114,115,101])]()[d([106,111,105,110])]("")}function m(){}function d(t){const e=N;return t[e(265)](t=>String[e(287)](t))[e(279)]("")}!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([107]);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])))}()?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:1752019200;return t[d([101,120,112])]<e}()?d([69,120,112,105,114,101,100]):function(){const e=N,n=t[d([108,105,99,101,110,115,101,100,72,111,115,116,115])];if(!n||0==n[d([108,101,110,103,116,104])])return!0;const{hostname:r}=new URL(window[d([108,111,99,97,116,105,111,110])][e(292)]);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 K=G;!function(t){const e=G,n=t();for(;;)try{if(947436===-parseInt(e(171))/1*(parseInt(e(148))/2)+-parseInt(e(147))/3*(parseInt(e(157))/4)+parseInt(e(150))/5*(parseInt(e(143))/6)+parseInt(e(177))/7*(parseInt(e(181))/8)+parseInt(e(168))/9*(parseInt(e(166))/10)+parseInt(e(155))/11+-parseInt(e(164))/12)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(X);const U=[K(138),K(176),K(140),K(173),K(167),K(149),K(152),K(172)],z=[K(138),K(176),K(140)],H={"font-style":[[K(145),"i"]],"font-weight":[[K(179),K(151)],[K(154),K(151)],[K(182),K(151)],[t=>Number(t)>=600,K(151)]],"text-decoration":[[K(169),"u"],[K(163),"s"]],"text-decoration-line":[[K(169),"u"],[K(163),"s"]],"vertical-align":[[K(153),K(153)],[K(159),K(158)]]};function X(){const t=["sup","super","insertChild","setStyle","filter","line-through","9408564OZmDOe","function","40HzIbbq","text-decoration-line","2327166uvjSUt","underline","from","177sqqJQm","vertical-align","text-decoration","split","getStyle","font-family","5528999WRDmks","removeStyle","medium","forEach","8DldLHS","bolder","createElement","color","length","font-size","includes","keys","36TtwjVp","getStyleNames","italic","getChildren","3dvwPvk","1382nujyMz","font-weight","697530GQGNgZ","strong","font-style","sub","bold","432993gxmuRn","span","3387048fUKOzX"];return(X=function(){return t})()}function Z(t){return U[K(141)](t)}function Q(t){const e=K;return Array[e(170)](t[e(144)]())[e(162)](Z)}function B(t,e,n){const{spanStyles:r,stylesToBeHtmlElements:s}=function(t,e){const n=K,r={},s={};return e[n(180)](e=>{const i=n,o=t[i(175)](e);if(o)if(c=e,z[K(141)](c))r[e]=o;else if(e in H){const t=o[i(174)](" ");H[e][i(180)](([n,r])=>{const o=i;for(const i of t)(o(165)==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=K;for(const s in n)n[s][r(180)](([,n])=>{const s=r,i=e[s(137)](n,[],t[s(146)]());e[s(160)](0,i,t)}),e[r(178)](s,t)})(t,e,s),function(t,e,n){const r=K;if(!Object[r(142)](n)[r(139)])return;const s=e[r(137)](r(156),[],t[r(146)]());e[r(161)](n,s),e[r(160)](0,s,t),e[r(178)](Object[r(142)](n),t)}(t,e,r)}function G(t,e){const n=X();return(G=function(t,e){return n[t-=137]})(t,e)}const _=tt;function Y(){const t=["font","includes","2615548yUzhTI","6321616lLhYOg","12741507vWJBJE","blockElements","element","isActive","document","createRangeIn","5958750hPZfRj","getItems","3OHhqsF","214918wajbdM","5532335miotSq","stylesProcessor","5051964scSnDR","execute","name","content","3fYVrpt","_parsedData"];return(Y=function(){return t})()}function tt(t,e){const n=Y();return(tt=function(t,e){return n[t-=403]})(t,e)}!function(t){const e=tt,n=t();for(;;)try{if(777204===parseInt(e(410))/1*(parseInt(e(411))/2)+parseInt(e(418))/3*(-parseInt(e(422))/4)+-parseInt(e(412))/5+-parseInt(e(414))/6+parseInt(e(408))/7+parseInt(e(423))/8+parseInt(e(424))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Y);class et extends b{[_(415)](t){const n=_,{body:r}=t[n(419)],s=new e.ViewUpcastWriter(r[n(406)]),i=s[n(407)](r),o=new e.ViewDocument(s[n(406)][n(413)]),c=[...new e.ViewDomConverter(o)[n(403)],n(420)],a=i[n(409)]();for(const t of a)if(t.is(n(404))&&c[n(421)](t[n(416)])){B(t,s,Q(t))}t[n(417)]=r}[_(405)](t){return super[_(405)](t)||O(t)}}function nt(){const t=["inputTransformation","1309975YRRHBu","309mDDXHj","execute","usageLimit","10885270vBBLHz","8NfmqbF","editing","_parsedData","config","get","10564CPDFlG","11903157diDBtq","34248TavHOg","expired","8286430FQOgCX","destroy","pasteFromOfficeEnhancedLicenseKeyExpired","featureNotAllowed","202ZqGqjR","6JzWFim","text/html","PasteFromOfficeEnhancedPropagator","pasteFromOfficeEnhancedLicenseKeyDomainLimit","getData","PasteFromOffice","_licenseKeyCheckInterval","pasteFromOfficeEnhancedLicenseKeyEvaluationLimit","_showLicenseError","requires","isActive","licenseKey","pasteFromOfficeEnhancedLicenseKeyValid","document","isPremiumPlugin","stylesProcessor","PasteFromOfficeEnhanced","view","trialLimit","9476089MpJlXD","evaluationLimit","pasteFromOfficeEnhancedLicenseKeyTrialLimit","init","high","editor","invalid","pasteFromOfficeEnhancedLicenseKeyInvalid","plugins","domainLimit","isOfficialPlugin","pluginName","dataTransfer","pasteFromOfficeEnhancedLicenseKeyUsageLimit","pasteFromOfficeEnhancedLicenseKeyNotAllowed","ClipboardPipeline"];return(nt=function(){return t})()}const rt=st;function st(t,e){const n=nt();return(st=function(t,e){return n[t-=278]})(t,e)}!function(t){const e=st,n=t();for(;;)try{if(781170===-parseInt(e(309))/1*(-parseInt(e(301))/2)+parseInt(e(292))/3*(-parseInt(e(303))/4)+-parseInt(e(291))/5*(parseInt(e(310))/6)+parseInt(e(329))/7*(parseInt(e(296))/8)+parseInt(e(302))/9+-parseInt(e(305))/10+-parseInt(e(295))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(nt);class it extends t.Plugin{[rt(321)];[rt(316)];static get[rt(285)](){return rt(312)}static get[rt(284)](){return!0}static get[rt(324)](){return!0}static get[rt(319)](){return[rt(315)]}[rt(332)](){const t=rt,e=this[t(279)],n=e[t(282)][t(300)](t(289)),r=e[t(297)][t(327)][t(323)],s=new et(r);n.on(t(290),(e,n)=>{const i=t,o=n[i(286)][i(314)](i(311));s[i(320)](o)&&(n[i(298)]||(n[i(298)]=x(o,r[i(325)])),s[i(293)](n))},{priority:S.priorities[t(300)](t(278))+10}),this[t(321)]=this[t(279)][t(299)][t(300)](t(321));const i=this[t(279)];this[t(316)]=setInterval(()=>{const e=t;let n;for(const t in i){const r=t,s=i[r];if(e(322)==s||e(281)==s||e(307)==s||e(313)==s||e(288)==s||e(317)==s||e(331)==s||e(287)==s){delete i[r],n=s,clearInterval(this[e(316)]),this[e(316)]=void 0;break}}e(281)==n&&i[e(318)](e(280)),e(307)==n&&i[e(318)](e(304)),e(313)==n&&i[e(318)](e(283)),e(288)==n&&i[e(318)](e(308),e(326)),e(317)==n&&i[e(318)](e(330)),e(331)==n&&i[e(318)](e(328)),e(287)==n&&i[e(318)](e(294))},1e3)}[rt(306)](){const t=rt;super[t(306)](),this[t(316)]&&clearInterval(this[t(316)])}}var ot=ct;function ct(t,e){var n=ut();return(ct=function(t,e){return n[t-=316]})(t,e)}!function(t){for(var e=ct,n=t();;)try{if(851560===-parseInt(e(316))/1*(parseInt(e(326))/2)+parseInt(e(317))/3+-parseInt(e(323))/4+parseInt(e(331))/5+-parseInt(e(327))/6+-parseInt(e(324))/7*(parseInt(e(319))/8)+parseInt(e(321))/9*(parseInt(e(328))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ut);class at extends t.Plugin{static get[ot(329)](){return ot(320)}static get[ot(318)](){return!0}static get[ot(322)](){return!0}static get[ot(330)](){return[ot(325),$,it]}}function ut(){var t=["28017dFUaTl","isPremiumPlugin","5425744otDWkQ","14966AJnOeZ","PasteFromOffice","9762SqSnAM","6567636QJWCuB","11950JXNwbQ","pluginName","requires","6786895XrELWa","331QScdJZ","3582459yGFNxp","isOfficialPlugin","5064WNwRkC","PasteFromOfficeEnhanced"];return(ut=function(){return t})()}function lt(t,e){var n=ft();return(lt=function(t,e){return n[t-=494]})(t,e)}function ft(){var t=["2174184EgcoYK","15639ZJcdIG","70340oPMaDF","1Cpocyq","2366833CVEUiK","120KzWZrf","12MPUezg","153PJHAUD","3373200JObGza","728bXoRYd","509498SbbtQu","1552074SMrnIl"];return(ft=function(){return t})()}!function(t){for(var e=lt,n=t();;)try{if(684910===parseInt(e(497))/1*(parseInt(e(505))/2)+-parseInt(e(495))/3*(-parseInt(e(503))/4)+-parseInt(e(502))/5+parseInt(e(500))/6*(-parseInt(e(498))/7)+-parseInt(e(494))/8+-parseInt(e(501))/9*(-parseInt(e(496))/10)+-parseInt(e(504))/11*(-parseInt(e(499))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ft)})(),(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 _0x35d318}from'@ckeditor/ckeditor5-core/dist/index.js';import{PasteFromOfficeMSWordNormalizer as _0x2e381e,parsePasteOfficeHtml as _0x1678b3}from'@ckeditor/ckeditor5-paste-from-office/dist/index.js';import{priorities as _0x255116,uid as _0x5a4292}from'@ckeditor/ckeditor5-utils/dist/index.js';import{ViewUpcastWriter as _0x1f6c02,ViewDocument as _0x563fac,ViewDomConverter as _0x854b22}from'@ckeditor/ckeditor5-engine/dist/index.js';const m=/<meta\s*name="?generator"?\s*content="?microsoft\s*excel\s*\d+"?\/?>/i;function p(_0x55f2b6){return m['test'](_0x55f2b6);}const S=/^(?<tagName>(?!\.)[\w-]+)?(\.(?<className>[\w-]+))?$/i;function j(_0xe4679a,_0x14b9be){const _0x4ccded=new Map();for(const [_0x1653a9,_0x26ed91]of _0x14b9be){if(!_0x1653a9['tagName']&&!_0x1653a9['className'])continue;const _0x17bfd1=!_0x1653a9['tagName']||_0xe4679a['name']===_0x1653a9['tagName'],_0x4311ab=!_0x1653a9['className']||_0xe4679a['hasClass'](_0x1653a9['className']);_0x17bfd1&&_0x4311ab&&_0x4ccded['set'](_0x1653a9,_0x26ed91);}return _0x4ccded;}function h(_0x1b8c78){const _0x20d616={};for(let _0x3b4e91=0x0;_0x3b4e91<_0x1b8c78['length'];_0x3b4e91++){const _0x169d70=_0x1b8c78[_0x3b4e91],_0x51aafb=_0x1b8c78['getPropertyValue'](_0x169d70);'initial'!==_0x51aafb&&(_0x20d616[_0x169d70]=_0x51aafb);}return _0x20d616;}function O(_0x32da79){const _0x17ff74=_0x32da79['split'](',')['map'](_0x549a6f=>_0x549a6f['trim']()),_0x2c67f9=[];for(const _0x4ff754 of _0x17ff74){const _0xca85ba=S['exec'](_0x4ff754);_0xca85ba&&_0x2c67f9['push'](_0xca85ba['groups']);}return _0x2c67f9;}function k(_0x5cc96e){const _0x21285e={};for(const _0x5556aa of _0x5cc96e)Object['assign'](_0x21285e,_0x5556aa);return _0x21285e;}class u extends _0x2e381e{['execute'](_0xb19d04){const {body:_0x31f1f5,styles:_0x15e515}=_0xb19d04['_parsedData'],_0x50b596=new _0x1f6c02(_0x31f1f5['document']),_0x563720=_0x50b596['createRangeIn'](_0x31f1f5),_0x45f80d=function(_0x94614a){const _0x4ffac5={};for(const _0x3ed4df of _0x94614a)for(const _0x4b4286 of _0x3ed4df['cssRules'])if(_0x4b4286 instanceof CSSStyleRule){const _0x3f159e=h(_0x4b4286['style']);_0x4ffac5[_0x4b4286['selectorText']]=Object['assign']({},_0x4ffac5[_0x4b4286['selectorText']]||{},_0x3f159e);}return _0x4ffac5;}(_0x15e515),_0x4c95b7=function(_0x9d680c){const _0x36902a=new Map();for(const _0xddd904 in _0x9d680c){const _0x4e440c=O(_0xddd904),_0x137330=_0x9d680c[_0xddd904];for(const _0x15bca6 of _0x4e440c)_0x36902a['set'](_0x15bca6,_0x137330);}return _0x36902a;}(_0x45f80d);for(const _0x308b04 of _0x563720){if('elementStart'!==_0x308b04['type'])continue;const _0x4923ac=j(_0x308b04['item'],_0x4c95b7);if(_0x4923ac['size']){const _0x242b8e=k(Array['from'](_0x4923ac['values']()));for(const _0x543330 in _0x242b8e){const _0x1cda49=_0x308b04['item'];_0x1cda49['hasStyle'](_0x543330)||_0x50b596['setStyle'](_0x543330,_0x242b8e[_0x543330],_0x1cda49);}}}_0xb19d04['content']=_0x31f1f5;}['isActive'](_0x284a1c){return super['isActive'](_0x284a1c)||p(_0x284a1c);}}class i extends _0x35d318{static get['pluginName'](){return'PasteFromOfficeEnhancedInliner';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return['PasteFromOffice'];}['init'](){const _0x29ffd8=this['editor'],_0x1af210=_0x29ffd8['plugins']['get']('ClipboardPipeline'),_0x177ab4=_0x29ffd8['editing']['view']['document'],_0x840f8=new u(_0x177ab4);_0x1af210['on']('inputTransformation',(_0x1741a2,_0x1fb0c1)=>{const _0x2873fa=_0x1fb0c1['dataTransfer']['getData']('text/html');_0x840f8['isActive'](_0x2873fa)&&(_0x1fb0c1['_parsedData']||(_0x1fb0c1['_parsedData']=_0x1678b3(_0x2873fa,_0x177ab4['stylesProcessor'])),_0x840f8['execute'](_0x1fb0c1));},{'priority':_0x255116['get']('high')+0xb});}['afterInit'](){!async function(_0x3ef8f8){const _0x2fa260=_0x417eca([0x63,0x6d,0x74,0x66,0x54,0x47,0x49,0x39,0x79,0x55,0x78,0x5a,0x50,0x35,0x52,0x58,0x42,0x75,0x57,0x76,0x31,0x4c,0x32,0x72,0x51,0x45,0x65,0x43,0x77,0x36,0x41,0x4b,0x70,0x44,0x67,0x33,0x37,0x69,0x6f,0x68,0x64,0x6b,0x38,0x59,0x6e,0x30,0x4f,0x4d,0x56,0x6c,0x73,0x7a,0x4a,0x48,0x4e,0x61,0x34,0x71,0x62,0x53,0x6a,0x46]),_0x53266c=0x7a08afda,_0x37fa49=0x7a0fc322^_0x53266c,_0xaacc38=window[_0x417eca([0x44,0x61,0x74,0x65])][_0x417eca([0x6e,0x6f,0x77])](),_0x5d651b=_0x3ef8f8[_0x417eca([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x214cfd=new window[(_0x417eca([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0xee5338=>{_0x5d651b[_0x417eca([0x6f,0x6e,0x63,0x65])](_0x417eca([0x72,0x65,0x61,0x64,0x79]),_0xee5338);}),_0x247033={[_0x417eca([0x6b,0x74,0x79])]:_0x417eca([0x45,0x43]),[_0x417eca([0x75,0x73,0x65])]:_0x417eca([0x73,0x69,0x67]),[_0x417eca([0x63,0x72,0x76])]:_0x417eca([0x50,0x2d,0x32,0x35,0x36]),[_0x417eca([0x78])]:_0x417eca([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]),[_0x417eca([0x79])]:_0x417eca([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]),[_0x417eca([0x61,0x6c,0x67])]:_0x417eca([0x45,0x53,0x32,0x35,0x36])},_0x790cef=_0x5d651b[_0x417eca([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x417eca([0x67,0x65,0x74])](_0x417eca([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x3f7c04(){let _0x3b0225,_0x453e40=null,_0x19f4fc=null;try{if(_0x790cef==_0x417eca([0x47,0x50,0x4c]))return _0x417eca([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x3b0225=_0xf04e0a(),!_0x3b0225)return _0x417eca([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x3b0225[_0x417eca([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x19f4fc=_0x33d8b8(_0x3b0225[_0x417eca([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x3b0225[_0x417eca([0x6a,0x74,0x69])])),await _0x4af7e6()?_0x1110b6()?_0x1b6e98()?_0x417eca([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x2f5a9c()?(_0x3b0225[_0x417eca([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x417eca([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x453e40=_0xad16b8(_0x417eca([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x3b0225[_0x417eca([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x417eca([0x74,0x72,0x69,0x61,0x6c])&&(_0x453e40=_0xad16b8(_0x417eca([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0xa8b6a2()):_0x417eca([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x417eca([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x417eca([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x417eca([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x1b6e98(){const _0x185f12=[_0x417eca([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x417eca([0x74,0x72,0x69,0x61,0x6c])][_0x417eca([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3b0225[_0x417eca([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0xaacc38/0x3e8:0xe10*_0x37fa49;return _0x3b0225[_0x417eca([0x65,0x78,0x70])]<_0x185f12;}function _0x1110b6(){const _0x5463d5=_0x3b0225[_0x417eca([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x5463d5&&(!!_0x5463d5[_0x417eca([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x417eca([0x2a]))||(!!_0x5463d5[_0x417eca([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x417eca([0x50,0x4f,0x45]))||!!_0x5463d5[_0x417eca([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x417eca([0x50,0x50]))));}function _0x2f5a9c(){const _0x5c20b0=_0x3b0225[_0x417eca([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x5c20b0||0x0==_0x5c20b0[_0x417eca([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x11ad50}=new URL(window[_0x417eca([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x5c20b0[_0x417eca([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x11ad50))return!0x0;const _0x80f0c=_0x11ad50[_0x417eca([0x73,0x70,0x6c,0x69,0x74])](_0x417eca([0x2e]));return _0x5c20b0[_0x417eca([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x3d6ed4=>_0x3d6ed4[_0x417eca([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x417eca([0x2a])))[_0x417eca([0x6d,0x61,0x70])](_0x1b18e9=>_0x1b18e9[_0x417eca([0x73,0x70,0x6c,0x69,0x74])](_0x417eca([0x2e])))[_0x417eca([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x579469=>_0x579469[_0x417eca([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x80f0c[_0x417eca([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x417eca([0x6d,0x61,0x70])](_0xa2a9e7=>Array(_0x80f0c[_0x417eca([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0xa2a9e7[_0x417eca([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x417eca([0x66,0x69,0x6c,0x6c])](_0xa2a9e7[0x0]===_0x417eca([0x2a])?_0x417eca([0x2a]):'')[_0x417eca([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0xa2a9e7))[_0x417eca([0x73,0x6f,0x6d,0x65])](_0x45eeff=>_0x80f0c[_0x417eca([0x65,0x76,0x65,0x72,0x79])]((_0x113bbf,_0x59cb47)=>_0x45eeff[_0x59cb47]===_0x113bbf||_0x45eeff[_0x59cb47]===_0x417eca([0x2a])));}function _0xa8b6a2(){return _0x453e40&&_0x19f4fc?new window[(_0x417eca([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x2b7be4,_0x37ed36)=>{_0x453e40[_0x417eca([0x74,0x68,0x65,0x6e])](_0x2b7be4,_0x37ed36),_0x19f4fc[_0x417eca([0x74,0x68,0x65,0x6e])](_0x477e77=>{_0x477e77!=_0x417eca([0x56,0x61,0x6c,0x69,0x64])&&_0x2b7be4(_0x477e77);},_0x37ed36);}):_0x453e40||_0x19f4fc||_0x417eca([0x56,0x61,0x6c,0x69,0x64]);}}function _0x33d8b8(_0x2a3a56,_0xd6b939){return new window[(_0x417eca([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x1a7d42=>{if(_0x3db80d())return _0x1a7d42(_0x417eca([0x56,0x61,0x6c,0x69,0x64]));_0x2ca918(),_0x5d651b[_0x417eca([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x417eca([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x350eb7=!0x1;const _0x361436=_0x5a4292();function _0x48995d(_0x1a9f81){return!!_0x1a9f81&&(typeof _0x1a9f81===_0x417eca([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x1a9f81===_0x417eca([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x1a9f81[_0x417eca([0x74,0x68,0x65,0x6e])]===_0x417eca([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x1a9f81[_0x417eca([0x63,0x61,0x74,0x63,0x68])]===_0x417eca([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x43879c(_0x4367c2){_0x4d9ef1(_0x4367c2)[_0x417eca([0x74,0x68,0x65,0x6e])](_0x36822d=>{if(!_0x36822d||_0x36822d[_0x417eca([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x417eca([0x6f,0x6b]))return _0x417eca([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x493719(_0x1432a3(_0x361436+_0xd6b939))!=_0x36822d[_0x417eca([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x417eca([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x417eca([0x56,0x61,0x6c,0x69,0x64]);})[_0x417eca([0x74,0x68,0x65,0x6e])](_0x1d8853=>(_0x5af867(),_0x1d8853),()=>{const _0x8abd90=_0x2ebe33();return null==_0x8abd90?(_0x5af867(),_0x417eca([0x56,0x61,0x6c,0x69,0x64])):_0x417eca(_0xaacc38-_0x8abd90>(0x5e042bda^_0x53266c)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x417eca([0x74,0x68,0x65,0x6e])](_0x1a7d42)[_0x417eca([0x63,0x61,0x74,0x63,0x68])](()=>{_0x1a7d42(_0x417eca([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x41ffa4=0x7a3e415a^_0x53266c;function _0x5af867(){const _0x1537ff=_0x417eca([0x6c,0x6c,0x63,0x74,0x2d])+_0x493719(_0x1432a3(_0x2a3a56)),_0x350027=_0x5923a1(_0x493719(window[_0x417eca([0x4d,0x61,0x74,0x68])][_0x417eca([0x63,0x65,0x69,0x6c])](_0xaacc38/_0x41ffa4)));window[_0x417eca([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x417eca([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x1537ff,_0x350027);}function _0x2ebe33(){const _0x3f5eca=_0x417eca([0x6c,0x6c,0x63,0x74,0x2d])+_0x493719(_0x1432a3(_0x2a3a56)),_0x2fe56a=window[_0x417eca([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x417eca([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x3f5eca);return _0x2fe56a?window[_0x417eca([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x5923a1(_0x2fe56a),0x10)*_0x41ffa4:null;}function _0x4d9ef1(_0x39256a){return new window[(_0x417eca([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x4fa7da,_0x142abf)=>{_0x39256a[_0x417eca([0x74,0x68,0x65,0x6e])](_0x4fa7da,_0x142abf),window[_0x417eca([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x142abf,0x7a097b1a^_0x53266c);});}}_0x5d651b[_0x417eca([0x6f,0x6e])](_0x417eca([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x4ec53a,_0x3112f6)=>{if(_0x3112f6[0x0]!=_0x2a3a56)return _0x1a7d42(_0x417eca([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x3112f6[0x1]={..._0x3112f6[0x1],[_0x417eca([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x361436};},{[_0x417eca([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x417eca([0x68,0x69,0x67,0x68])}),_0x5d651b[_0x417eca([0x6f,0x6e])](_0x417eca([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x3d4022=>{_0x48995d(_0x3d4022[_0x417eca([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x350eb7=!0x0,_0x43879c(_0x3d4022[_0x417eca([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x417eca([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x417eca([0x6c,0x6f,0x77])}),_0x214cfd[_0x417eca([0x74,0x68,0x65,0x6e])](()=>{_0x350eb7||_0x1a7d42(_0x417eca([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x3db80d(){return _0x5d651b[_0x417eca([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x417eca([0x76,0x69,0x65,0x77])][_0x417eca([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x417eca([0x61,0x75,0x74,0x6f]);}function _0x2ca918(){_0x5d651b[_0x417eca([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x417eca([0x76,0x69,0x65,0x77])][_0x417eca([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x417eca([0x61,0x75,0x74,0x6f]);}}function _0xad16b8(_0x160cff){const _0x112104=[new window[(_0x417eca([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x447311=>setTimeout(_0x447311,0x7a019116^_0x53266c)),_0x214cfd[_0x417eca([0x74,0x68,0x65,0x6e])](()=>new window[(_0x417eca([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x44e199=>{let _0x391c1b=0x0;_0x5d651b[_0x417eca([0x6d,0x6f,0x64,0x65,0x6c])][_0x417eca([0x6f,0x6e])](_0x417eca([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x16dcd9,_0x448ae0)=>{_0x448ae0[0x0][_0x417eca([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x391c1b++,_0x391c1b==(0x7a08ae22^_0x53266c)&&(_0x44e199(),_0x16dcd9[_0x417eca([0x6f,0x66,0x66])]());});}))];return window[_0x417eca([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x417eca([0x72,0x61,0x63,0x65])](_0x112104)[_0x417eca([0x74,0x68,0x65,0x6e])](()=>_0x160cff);}async function _0x484c30(){await _0x214cfd,_0x5d651b[_0x417eca([0x6d,0x6f,0x64,0x65,0x6c])][_0x417eca([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0xf3002f,_0x5d651b[_0x417eca([0x6d,0x6f,0x64,0x65,0x6c])][_0x417eca([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0xf3002f,_0x5d651b[_0x417eca([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x417eca([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x3877a1(_0x436acb){const _0x5a8905=_0x15d344();_0x5d651b[_0x5a8905]=_0x417eca([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])+_0x436acb,_0x436acb!=_0x417eca([0x56,0x61,0x6c,0x69,0x64])&&_0x484c30();}function _0x15d344(){const _0x2d3b70=window[_0x417eca([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x417eca([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x417eca([0x6e,0x6f,0x77])]())[_0x417eca([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x417eca([0x2e]),'');let _0x36c515=_0x417eca([0x63]);for(let _0x2863c8=0x0;_0x2863c8<_0x2d3b70[_0x417eca([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x2863c8+=0x2){let _0x25ec98=window[_0x417eca([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x2d3b70[_0x417eca([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x2863c8,_0x2863c8+0x2));_0x25ec98>=_0x2fa260[_0x417eca([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x25ec98-=_0x2fa260[_0x417eca([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x36c515+=_0x2fa260[_0x25ec98];}return _0x36c515;}function _0xf04e0a(){const _0x2b30ab=_0x790cef[_0x417eca([0x73,0x70,0x6c,0x69,0x74])](_0x417eca([0x2e]));if(0x3!=_0x2b30ab[_0x417eca([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x3fb974(_0x2b30ab[0x1]);function _0x3fb974(_0xb92b35){const _0x501496=_0x18d775(_0xb92b35);return _0x501496&&_0x58cdda()?_0x501496:null;function _0x58cdda(){const _0x1b4dcc=_0x501496[_0x417eca([0x6a,0x74,0x69])],_0x2f5efa=window[_0x417eca([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x1b4dcc[_0x417eca([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x1b4dcc[_0x417eca([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x4fbc07={..._0x501496,[_0x417eca([0x6a,0x74,0x69])]:_0x1b4dcc[_0x417eca([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x1b4dcc[_0x417eca([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x4fbc07[_0x417eca([0x76,0x63])],_0x1432a3(_0x4fbc07)==_0x2f5efa;}}}async function _0x4af7e6(){let _0x1bfe9d=!0x0;try{const _0x3c4bc6=_0x790cef[_0x417eca([0x73,0x70,0x6c,0x69,0x74])](_0x417eca([0x2e])),[_0x5af575,_0x152731,_0x41f531]=_0x3c4bc6;return _0x19186d(_0x5af575),await _0x2c6a1c(_0x5af575,_0x152731,_0x41f531),_0x1bfe9d;}catch{return!0x1;}function _0x19186d(_0x1a999a){const _0x4f231a=_0x18d775(_0x1a999a);_0x4f231a&&_0x4f231a[_0x417eca([0x61,0x6c,0x67])]==_0x417eca([0x45,0x53,0x32,0x35,0x36])||(_0x1bfe9d=!0x1);}async function _0x2c6a1c(_0x2ac7c5,_0x5ba6ed,_0x598440){const _0x3d24ff=window[_0x417eca([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x417eca([0x66,0x72,0x6f,0x6d])](_0x5a77d0(_0x598440),_0x5a9ca4=>_0x5a9ca4[_0x417eca([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x2c17c4=new window[(_0x417eca([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x417eca([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x2ac7c5+_0x417eca([0x2e])+_0x5ba6ed),_0x1c2e1e=window[_0x417eca([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x417eca([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x1c2e1e)return;const _0x2483c8=await _0x1c2e1e[_0x417eca([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x417eca([0x6a,0x77,0x6b]),_0x247033,{[_0x417eca([0x6e,0x61,0x6d,0x65])]:_0x417eca([0x45,0x43,0x44,0x53,0x41]),[_0x417eca([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x417eca([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x417eca([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x1c2e1e[_0x417eca([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x417eca([0x6e,0x61,0x6d,0x65])]:_0x417eca([0x45,0x43,0x44,0x53,0x41]),[_0x417eca([0x68,0x61,0x73,0x68])]:{[_0x417eca([0x6e,0x61,0x6d,0x65])]:_0x417eca([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x2483c8,_0x3d24ff,_0x2c17c4)||(_0x1bfe9d=!0x1);}}function _0x18d775(_0x31a389){return _0x31a389[_0x417eca([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x417eca([0x65,0x79]))?JSON[_0x417eca([0x70,0x61,0x72,0x73,0x65])](_0x5a77d0(_0x31a389)):null;}function _0x5a77d0(_0x373f5d){return window[_0x417eca([0x61,0x74,0x6f,0x62])](_0x373f5d[_0x417eca([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x417eca([0x2b]))[_0x417eca([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x417eca([0x2f])));}function _0x1432a3(_0x25d159){let _0x29ef84=0x1505;function _0x5d1c63(_0x3e9ee8){for(let _0xa25d3b=0x0;_0xa25d3b<_0x3e9ee8[_0x417eca([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0xa25d3b++){const _0x5a7b0d=_0x3e9ee8[_0x417eca([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0xa25d3b);_0x29ef84=(_0x29ef84<<0x5)+_0x29ef84+_0x5a7b0d,_0x29ef84&=_0x29ef84;}}function _0x4ad226(_0x4b55c4){Array[_0x417eca([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x4b55c4)?_0x4b55c4[_0x417eca([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x4ad226):_0x4b55c4&&typeof _0x4b55c4==_0x417eca([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x417eca([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x4b55c4)[_0x417eca([0x73,0x6f,0x72,0x74])]()[_0x417eca([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x4e3822,_0x2029b3])=>{_0x5d1c63(_0x4e3822),_0x4ad226(_0x2029b3);}):_0x5d1c63(window[_0x417eca([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x4b55c4));}return _0x4ad226(_0x25d159),_0x29ef84>>>0x0;}function _0x493719(_0x336108){return _0x336108[_0x417eca([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x417eca([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x417eca([0x30]));}function _0x5923a1(_0x3ed95b){return _0x3ed95b[_0x417eca([0x73,0x70,0x6c,0x69,0x74])]('')[_0x417eca([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x417eca([0x6a,0x6f,0x69,0x6e])]('');}function _0xf3002f(){}function _0x417eca(_0x26b461){return _0x26b461['map'](_0x19d954=>String['fromCharCode'](_0x19d954))['join']('');}_0x3877a1(await _0x3f7c04());}(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'],[_0xe4b690=>Number(_0xe4b690)>=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(_0x3c9ade){return L['includes'](_0x3c9ade);}function g(_0x5e83ea){return Array['from'](_0x5e83ea['getStyleNames']())['filter'](P);}function b(_0x264333,_0x1f89b0,_0x5009e2){const {spanStyles:_0x436a7c,stylesToBeHtmlElements:_0x1ae537}=function(_0x5882c2,_0x25726e){const _0x15b028={},_0x4fbe65={};return _0x25726e['forEach'](_0x23c1bd=>{const _0x38f2d9=_0x5882c2['getStyle'](_0x23c1bd);if(_0x38f2d9){if(function(_0x1982dd){return E['includes'](_0x1982dd);}(_0x23c1bd))_0x15b028[_0x23c1bd]=_0x38f2d9;else{if(function(_0x515487){return _0x515487 in F;}(_0x23c1bd)){const _0x4c63d9=_0x38f2d9['split']('\x20');F[_0x23c1bd]['forEach'](([_0x1b9a7b,_0x2b4172])=>{for(const _0x515b5a of _0x4c63d9){('function'==typeof _0x1b9a7b&&_0x1b9a7b(_0x515b5a)||_0x1b9a7b===_0x515b5a)&&(_0x4fbe65[_0x23c1bd]=[..._0x4fbe65[_0x23c1bd]||[],[_0x1b9a7b,_0x2b4172]]);}});}}}}),{'spanStyles':_0x15b028,'stylesToBeHtmlElements':_0x4fbe65};}(_0x264333,_0x5009e2);!function(_0x4cb532,_0x284154,_0x421b20){for(const _0x56ba4a in _0x421b20){_0x421b20[_0x56ba4a]['forEach'](([,_0x285352])=>{const _0x5f72e=_0x284154['createElement'](_0x285352,[],_0x4cb532['getChildren']());_0x284154['insertChild'](0x0,_0x5f72e,_0x4cb532);}),_0x284154['removeStyle'](_0x56ba4a,_0x4cb532);}}(_0x264333,_0x1f89b0,_0x1ae537),function(_0x6e29d1,_0x40603c,_0x54b182){if(!Object['keys'](_0x54b182)['length'])return;const _0x5e20cd=_0x40603c['createElement']('span',[],_0x6e29d1['getChildren']());_0x40603c['setStyle'](_0x54b182,_0x5e20cd),_0x40603c['insertChild'](0x0,_0x5e20cd,_0x6e29d1),_0x40603c['removeStyle'](Object['keys'](_0x54b182),_0x6e29d1);}(_0x264333,_0x1f89b0,_0x436a7c);}class a extends _0x2e381e{['execute'](_0x2743b8){const {body:_0x555f05}=_0x2743b8['_parsedData'],_0x58186c=new _0x1f6c02(_0x555f05['document']),_0x3c2271=_0x58186c['createRangeIn'](_0x555f05),_0x5773a7=new _0x563fac(_0x58186c['document']['stylesProcessor']),_0xb8b8ab=[...new _0x854b22(_0x5773a7)['blockElements'],'font'],_0x3351ae=_0x3c2271['getItems']();for(const _0x552111 of _0x3351ae)_0x552111['is']('element')&&_0xb8b8ab['includes'](_0x552111['name'])&&b(_0x552111,_0x58186c,g(_0x552111));_0x2743b8['content']=_0x555f05;}['isActive'](_0xab7502){return super['isActive'](_0xab7502)||p(_0xab7502);}}class s extends _0x35d318{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'PasteFromOfficeEnhancedPropagator';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return['PasteFromOffice'];}['init'](){const _0x812a11=this['editor'],_0xece406=_0x812a11['plugins']['get']('ClipboardPipeline'),_0x30c860=_0x812a11['editing']['view']['document'],_0x3f3b84=new a(_0x30c860);_0xece406['on']('inputTransformation',(_0x3c1c35,_0x32409d)=>{const _0x21943a=_0x32409d['dataTransfer']['getData']('text/html');_0x3f3b84['isActive'](_0x21943a)&&(_0x32409d['_parsedData']||(_0x32409d['_parsedData']=_0x1678b3(_0x21943a,_0x30c860['stylesProcessor'])),_0x3f3b84['execute'](_0x32409d));},{'priority':_0x255116['get']('high')+0xa}),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x5cde8c=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x4a9273;for(const _0x44d71b in _0x5cde8c){const _0xa34fa5=_0x44d71b,_0x51e755=_0x5cde8c[_0xa34fa5];if('pasteFromOfficeEnhancedLicenseKeyValid'==_0x51e755||'pasteFromOfficeEnhancedLicenseKeyInvalid'==_0x51e755||'pasteFromOfficeEnhancedLicenseKeyExpired'==_0x51e755||'pasteFromOfficeEnhancedLicenseKeyDomainLimit'==_0x51e755||'pasteFromOfficeEnhancedLicenseKeyNotAllowed'==_0x51e755||'pasteFromOfficeEnhancedLicenseKeyEvaluationLimit'==_0x51e755||'pasteFromOfficeEnhancedLicenseKeyTrialLimit'==_0x51e755||'pasteFromOfficeEnhancedLicenseKeyUsageLimit'==_0x51e755){delete _0x5cde8c[_0xa34fa5],_0x4a9273=_0x51e755,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'pasteFromOfficeEnhancedLicenseKeyInvalid'==_0x4a9273&&_0x5cde8c['_showLicenseError']('invalid'),'pasteFromOfficeEnhancedLicenseKeyExpired'==_0x4a9273&&_0x5cde8c['_showLicenseError']('expired'),'pasteFromOfficeEnhancedLicenseKeyDomainLimit'==_0x4a9273&&_0x5cde8c['_showLicenseError']('domainLimit'),'pasteFromOfficeEnhancedLicenseKeyNotAllowed'==_0x4a9273&&_0x5cde8c['_showLicenseError']('featureNotAllowed','PasteFromOfficeEnhanced'),'pasteFromOfficeEnhancedLicenseKeyEvaluationLimit'==_0x4a9273&&_0x5cde8c['_showLicenseError']('evaluationLimit'),'pasteFromOfficeEnhancedLicenseKeyTrialLimit'==_0x4a9273&&_0x5cde8c['_showLicenseError']('trialLimit'),'pasteFromOfficeEnhancedLicenseKeyUsageLimit'==_0x4a9273&&_0x5cde8c['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}class K extends _0x35d318{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 _0x7e7f67}from'@ckeditor/ckeditor5-core/dist/index.js';import{PasteFromOfficeMSWordNormalizer as _0x5ed303,parsePasteOfficeHtml as _0x139a88}from'@ckeditor/ckeditor5-paste-from-office/dist/index.js';import{priorities as _0x1b6508,uid as _0xe67632}from'@ckeditor/ckeditor5-utils/dist/index.js';import{ViewUpcastWriter as _0x5a5d6d,ViewDocument as _0x298029,ViewDomConverter as _0x304866}from'@ckeditor/ckeditor5-engine/dist/index.js';const m=/<meta\s*name="?generator"?\s*content="?microsoft\s*excel\s*\d+"?\/?>/i;function p(_0x5619b4){return m['test'](_0x5619b4);}const S=/^(?<tagName>(?!\.)[\w-]+)?(\.(?<className>[\w-]+))?$/i;function j(_0x20b5cc,_0x3c160b){const _0x34352e=new Map();for(const [_0x474611,_0x208caa]of _0x3c160b){if(!_0x474611['tagName']&&!_0x474611['className'])continue;const _0x3e4eb3=!_0x474611['tagName']||_0x20b5cc['name']===_0x474611['tagName'],_0x20de2c=!_0x474611['className']||_0x20b5cc['hasClass'](_0x474611['className']);_0x3e4eb3&&_0x20de2c&&_0x34352e['set'](_0x474611,_0x208caa);}return _0x34352e;}function h(_0x4282cc){const _0x394727={};for(let _0x98df09=0x0;_0x98df09<_0x4282cc['length'];_0x98df09++){const _0x240fa9=_0x4282cc[_0x98df09],_0x3b9d1c=_0x4282cc['getPropertyValue'](_0x240fa9);'initial'!==_0x3b9d1c&&(_0x394727[_0x240fa9]=_0x3b9d1c);}return _0x394727;}function O(_0x2079e2){const _0x449091=_0x2079e2['split'](',')['map'](_0x32a7ad=>_0x32a7ad['trim']()),_0x111b26=[];for(const _0x109d76 of _0x449091){const _0x15f041=S['exec'](_0x109d76);_0x15f041&&_0x111b26['push'](_0x15f041['groups']);}return _0x111b26;}function k(_0x25b531){const _0x133be1={};for(const _0x546d51 of _0x25b531)Object['assign'](_0x133be1,_0x546d51);return _0x133be1;}class u extends _0x5ed303{['execute'](_0xea2928){const {body:_0x810cf2,styles:_0x4a5919}=_0xea2928['_parsedData'],_0x5a2b60=new _0x5a5d6d(_0x810cf2['document']),_0x35f517=_0x5a2b60['createRangeIn'](_0x810cf2),_0x4562ab=function(_0x5137f9){const _0x13039={};for(const _0x414cdb of _0x5137f9)for(const _0x194811 of _0x414cdb['cssRules'])if(_0x194811 instanceof CSSStyleRule){const _0x19bd5a=h(_0x194811['style']);_0x13039[_0x194811['selectorText']]=Object['assign']({},_0x13039[_0x194811['selectorText']]||{},_0x19bd5a);}return _0x13039;}(_0x4a5919),_0x26161d=function(_0x40e788){const _0x510698=new Map();for(const _0x4f2ef9 in _0x40e788){const _0x1753a3=O(_0x4f2ef9),_0x19d63=_0x40e788[_0x4f2ef9];for(const _0x29888e of _0x1753a3)_0x510698['set'](_0x29888e,_0x19d63);}return _0x510698;}(_0x4562ab);for(const _0x408770 of _0x35f517){if('elementStart'!==_0x408770['type'])continue;const _0x42f508=j(_0x408770['item'],_0x26161d);if(_0x42f508['size']){const _0x65b8db=k(Array['from'](_0x42f508['values']()));for(const _0x2c87da in _0x65b8db){const _0x468151=_0x408770['item'];_0x468151['hasStyle'](_0x2c87da)||_0x5a2b60['setStyle'](_0x2c87da,_0x65b8db[_0x2c87da],_0x468151);}}}_0xea2928['content']=_0x810cf2;}['isActive'](_0x360f65){return super['isActive'](_0x360f65)||p(_0x360f65);}}class i extends _0x7e7f67{static get['pluginName'](){return'PasteFromOfficeEnhancedInliner';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return['PasteFromOffice'];}['init'](){const _0x2d6fcc=this['editor'],_0x3e0478=_0x2d6fcc['plugins']['get']('ClipboardPipeline'),_0x485a7b=_0x2d6fcc['editing']['view']['document'],_0x148bb9=new u(_0x485a7b);_0x3e0478['on']('inputTransformation',(_0x2e0259,_0x551c87)=>{const _0x4f3223=_0x551c87['dataTransfer']['getData']('text/html');_0x148bb9['isActive'](_0x4f3223)&&(_0x551c87['_parsedData']||(_0x551c87['_parsedData']=_0x139a88(_0x4f3223,_0x485a7b['stylesProcessor'])),_0x148bb9['execute'](_0x551c87));},{'priority':_0x1b6508['get']('high')+0xb});}['afterInit'](){!async function(_0x3b2e01){const _0xa4dd1b=_0x5024ac([0x6b,0x65,0x61,0x78,0x74,0x35,0x7a,0x6d,0x5a,0x4a,0x72,0x64,0x55,0x34,0x31,0x58,0x4e,0x54,0x53,0x42,0x70,0x57,0x48,0x4b,0x6c,0x47,0x62,0x49,0x38,0x6e,0x69,0x51,0x75,0x79,0x63,0x68,0x50,0x33,0x44,0x37,0x43,0x77,0x52,0x73,0x56,0x4f,0x6f,0x36,0x30,0x4d,0x32,0x4c,0x39,0x67,0x59,0x71,0x41,0x6a,0x76,0x46,0x66,0x45]),_0x4f66f6=0x3a6f475d,_0x116f09=0x3a682a4d^_0x4f66f6,_0xbd00d2=window[_0x5024ac([0x44,0x61,0x74,0x65])][_0x5024ac([0x6e,0x6f,0x77])](),_0x296647=_0x3b2e01[_0x5024ac([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x509af6=new window[(_0x5024ac([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x33cfaf=>{_0x296647[_0x5024ac([0x6f,0x6e,0x63,0x65])](_0x5024ac([0x72,0x65,0x61,0x64,0x79]),_0x33cfaf);}),_0xdcc251={[_0x5024ac([0x6b,0x74,0x79])]:_0x5024ac([0x45,0x43]),[_0x5024ac([0x75,0x73,0x65])]:_0x5024ac([0x73,0x69,0x67]),[_0x5024ac([0x63,0x72,0x76])]:_0x5024ac([0x50,0x2d,0x32,0x35,0x36]),[_0x5024ac([0x78])]:_0x5024ac([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]),[_0x5024ac([0x79])]:_0x5024ac([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]),[_0x5024ac([0x61,0x6c,0x67])]:_0x5024ac([0x45,0x53,0x32,0x35,0x36])},_0x38e717=_0x296647[_0x5024ac([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x5024ac([0x67,0x65,0x74])](_0x5024ac([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x5e305d(){let _0x4b5f84,_0x524f1a=null,_0x479ee1=null;try{if(_0x38e717==_0x5024ac([0x47,0x50,0x4c]))return _0x5024ac([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x4b5f84=_0x42a445(),!_0x4b5f84)return _0x5024ac([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x4b5f84[_0x5024ac([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x479ee1=_0x2cbe3c(_0x4b5f84[_0x5024ac([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x4b5f84[_0x5024ac([0x6a,0x74,0x69])])),await _0x2cbbbf()?_0x1b1325()?_0x2c1c5f()?_0x5024ac([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x44cccb()?(_0x4b5f84[_0x5024ac([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x5024ac([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x524f1a=_0x3cacdd(_0x5024ac([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x4b5f84[_0x5024ac([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x5024ac([0x74,0x72,0x69,0x61,0x6c])&&(_0x524f1a=_0x3cacdd(_0x5024ac([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x52953e()):_0x5024ac([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x5024ac([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x5024ac([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x5024ac([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x2c1c5f(){const _0x1d2873=[_0x5024ac([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x5024ac([0x74,0x72,0x69,0x61,0x6c])][_0x5024ac([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4b5f84[_0x5024ac([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0xbd00d2/0x3e8:0xe10*_0x116f09;return _0x4b5f84[_0x5024ac([0x65,0x78,0x70])]<_0x1d2873;}function _0x1b1325(){const _0xa45325=_0x4b5f84[_0x5024ac([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0xa45325&&(!!_0xa45325[_0x5024ac([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5024ac([0x2a]))||(!!_0xa45325[_0x5024ac([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5024ac([0x50,0x4f,0x45]))||!!_0xa45325[_0x5024ac([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5024ac([0x50,0x50]))));}function _0x44cccb(){const _0x316b23=_0x4b5f84[_0x5024ac([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x316b23||0x0==_0x316b23[_0x5024ac([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x171167}=new URL(window[_0x5024ac([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x316b23[_0x5024ac([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x171167))return!0x0;const _0x537f14=_0x171167[_0x5024ac([0x73,0x70,0x6c,0x69,0x74])](_0x5024ac([0x2e]));return _0x316b23[_0x5024ac([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x3f43b2=>_0x3f43b2[_0x5024ac([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5024ac([0x2a])))[_0x5024ac([0x6d,0x61,0x70])](_0x3dd29a=>_0x3dd29a[_0x5024ac([0x73,0x70,0x6c,0x69,0x74])](_0x5024ac([0x2e])))[_0x5024ac([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x197a84=>_0x197a84[_0x5024ac([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x537f14[_0x5024ac([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x5024ac([0x6d,0x61,0x70])](_0x2693cb=>Array(_0x537f14[_0x5024ac([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x2693cb[_0x5024ac([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x5024ac([0x66,0x69,0x6c,0x6c])](_0x2693cb[0x0]===_0x5024ac([0x2a])?_0x5024ac([0x2a]):'')[_0x5024ac([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x2693cb))[_0x5024ac([0x73,0x6f,0x6d,0x65])](_0x2b18e1=>_0x537f14[_0x5024ac([0x65,0x76,0x65,0x72,0x79])]((_0x15e67e,_0x37c997)=>_0x2b18e1[_0x37c997]===_0x15e67e||_0x2b18e1[_0x37c997]===_0x5024ac([0x2a])));}function _0x52953e(){return _0x524f1a&&_0x479ee1?new window[(_0x5024ac([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x72ec31,_0x3c3b96)=>{_0x524f1a[_0x5024ac([0x74,0x68,0x65,0x6e])](_0x72ec31,_0x3c3b96),_0x479ee1[_0x5024ac([0x74,0x68,0x65,0x6e])](_0x36f6b7=>{_0x36f6b7!=_0x5024ac([0x56,0x61,0x6c,0x69,0x64])&&_0x72ec31(_0x36f6b7);},_0x3c3b96);}):_0x524f1a||_0x479ee1||_0x5024ac([0x56,0x61,0x6c,0x69,0x64]);}}function _0x2cbe3c(_0x53c698,_0xe99b3a){return new window[(_0x5024ac([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x8c4727=>{if(_0xfcc9a5())return _0x8c4727(_0x5024ac([0x56,0x61,0x6c,0x69,0x64]));_0x5da849(),_0x296647[_0x5024ac([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x5024ac([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x142f76=!0x1;const _0x319865=_0xe67632();function _0x1759a2(_0x3188c5){return!!_0x3188c5&&(typeof _0x3188c5===_0x5024ac([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x3188c5===_0x5024ac([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x3188c5[_0x5024ac([0x74,0x68,0x65,0x6e])]===_0x5024ac([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x3188c5[_0x5024ac([0x63,0x61,0x74,0x63,0x68])]===_0x5024ac([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x2bd01b(_0x2a030a){_0x3d67f0(_0x2a030a)[_0x5024ac([0x74,0x68,0x65,0x6e])](_0x18aede=>{if(!_0x18aede||_0x18aede[_0x5024ac([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x5024ac([0x6f,0x6b]))return _0x5024ac([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x210880(_0x1864d9(_0x319865+_0xe99b3a))!=_0x18aede[_0x5024ac([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x5024ac([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x5024ac([0x56,0x61,0x6c,0x69,0x64]);})[_0x5024ac([0x74,0x68,0x65,0x6e])](_0x4194bb=>(_0x7d22e5(),_0x4194bb),()=>{const _0x1eabc5=_0x42f64a();return null==_0x1eabc5?(_0x7d22e5(),_0x5024ac([0x56,0x61,0x6c,0x69,0x64])):_0x5024ac(_0xbd00d2-_0x1eabc5>(0x1e63c35d^_0x4f66f6)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x5024ac([0x74,0x68,0x65,0x6e])](_0x8c4727)[_0x5024ac([0x63,0x61,0x74,0x63,0x68])](()=>{_0x8c4727(_0x5024ac([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0xa3aff7=0x3a59a9dd^_0x4f66f6;function _0x7d22e5(){const _0x44883b=_0x5024ac([0x6c,0x6c,0x63,0x74,0x2d])+_0x210880(_0x1864d9(_0x53c698)),_0x172f82=_0x10c3d8(_0x210880(window[_0x5024ac([0x4d,0x61,0x74,0x68])][_0x5024ac([0x63,0x65,0x69,0x6c])](_0xbd00d2/_0xa3aff7)));window[_0x5024ac([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x5024ac([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x44883b,_0x172f82);}function _0x42f64a(){const _0x38e52e=_0x5024ac([0x6c,0x6c,0x63,0x74,0x2d])+_0x210880(_0x1864d9(_0x53c698)),_0x5067be=window[_0x5024ac([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x5024ac([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x38e52e);return _0x5067be?window[_0x5024ac([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x10c3d8(_0x5067be),0x10)*_0xa3aff7:null;}function _0x3d67f0(_0x2d526b){return new window[(_0x5024ac([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x3b9e63,_0x534f6e)=>{_0x2d526b[_0x5024ac([0x74,0x68,0x65,0x6e])](_0x3b9e63,_0x534f6e),window[_0x5024ac([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x534f6e,0x3a6e939d^_0x4f66f6);});}}_0x296647[_0x5024ac([0x6f,0x6e])](_0x5024ac([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x3b7fcb,_0x2302b6)=>{if(_0x2302b6[0x0]!=_0x53c698)return _0x8c4727(_0x5024ac([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x2302b6[0x1]={..._0x2302b6[0x1],[_0x5024ac([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x319865};},{[_0x5024ac([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x5024ac([0x68,0x69,0x67,0x68])}),_0x296647[_0x5024ac([0x6f,0x6e])](_0x5024ac([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x407d58=>{_0x1759a2(_0x407d58[_0x5024ac([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x142f76=!0x0,_0x2bd01b(_0x407d58[_0x5024ac([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x5024ac([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x5024ac([0x6c,0x6f,0x77])}),_0x509af6[_0x5024ac([0x74,0x68,0x65,0x6e])](()=>{_0x142f76||_0x8c4727(_0x5024ac([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0xfcc9a5(){return _0x296647[_0x5024ac([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x5024ac([0x76,0x69,0x65,0x77])][_0x5024ac([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x5024ac([0x61,0x75,0x74,0x6f]);}function _0x5da849(){_0x296647[_0x5024ac([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x5024ac([0x76,0x69,0x65,0x77])][_0x5024ac([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x5024ac([0x61,0x75,0x74,0x6f]);}}function _0x3cacdd(_0x459113){const _0x1d129d=[new window[(_0x5024ac([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0xa9b12e=>setTimeout(_0xa9b12e,0x3a667991^_0x4f66f6)),_0x509af6[_0x5024ac([0x74,0x68,0x65,0x6e])](()=>new window[(_0x5024ac([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x1dd842=>{let _0x1f375c=0x0;_0x296647[_0x5024ac([0x6d,0x6f,0x64,0x65,0x6c])][_0x5024ac([0x6f,0x6e])](_0x5024ac([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x4a9465,_0x8c082d)=>{_0x8c082d[0x0][_0x5024ac([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x1f375c++,_0x1f375c==(0x3a6f46a5^_0x4f66f6)&&(_0x1dd842(),_0x4a9465[_0x5024ac([0x6f,0x66,0x66])]());});}))];return window[_0x5024ac([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x5024ac([0x72,0x61,0x63,0x65])](_0x1d129d)[_0x5024ac([0x74,0x68,0x65,0x6e])](()=>_0x459113);}async function _0x401796(){await _0x509af6,_0x296647[_0x5024ac([0x6d,0x6f,0x64,0x65,0x6c])][_0x5024ac([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x3283f2,_0x296647[_0x5024ac([0x6d,0x6f,0x64,0x65,0x6c])][_0x5024ac([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x3283f2,_0x296647[_0x5024ac([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x5024ac([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x4d82af(_0x1b7541){const _0x4f3fc4=_0x3d159f();_0x296647[_0x4f3fc4]=_0x5024ac([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])+_0x1b7541,_0x1b7541!=_0x5024ac([0x56,0x61,0x6c,0x69,0x64])&&_0x401796();}function _0x3d159f(){const _0x3b81fc=window[_0x5024ac([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x5024ac([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x5024ac([0x6e,0x6f,0x77])]())[_0x5024ac([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x5024ac([0x2e]),'');let _0x3d7af1=_0x5024ac([0x6b]);for(let _0x30d075=0x0;_0x30d075<_0x3b81fc[_0x5024ac([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x30d075+=0x2){let _0x49cee5=window[_0x5024ac([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x3b81fc[_0x5024ac([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x30d075,_0x30d075+0x2));_0x49cee5>=_0xa4dd1b[_0x5024ac([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x49cee5-=_0xa4dd1b[_0x5024ac([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x3d7af1+=_0xa4dd1b[_0x49cee5];}return _0x3d7af1;}function _0x42a445(){const _0x299886=_0x38e717[_0x5024ac([0x73,0x70,0x6c,0x69,0x74])](_0x5024ac([0x2e]));if(0x3!=_0x299886[_0x5024ac([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x35d6f1(_0x299886[0x1]);function _0x35d6f1(_0x4fd4bf){const _0x14cc93=_0x1ae761(_0x4fd4bf);return _0x14cc93&&_0x47d398()?_0x14cc93:null;function _0x47d398(){const _0x3af71a=_0x14cc93[_0x5024ac([0x6a,0x74,0x69])],_0x74a881=window[_0x5024ac([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x3af71a[_0x5024ac([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x3af71a[_0x5024ac([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0xad3426={..._0x14cc93,[_0x5024ac([0x6a,0x74,0x69])]:_0x3af71a[_0x5024ac([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x3af71a[_0x5024ac([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0xad3426[_0x5024ac([0x76,0x63])],_0x1864d9(_0xad3426)==_0x74a881;}}}async function _0x2cbbbf(){let _0x532a30=!0x0;try{const _0x554e03=_0x38e717[_0x5024ac([0x73,0x70,0x6c,0x69,0x74])](_0x5024ac([0x2e])),[_0x5b7c6d,_0x175d57,_0x47ab1a]=_0x554e03;return _0x3ace46(_0x5b7c6d),await _0x764c3(_0x5b7c6d,_0x175d57,_0x47ab1a),_0x532a30;}catch{return!0x1;}function _0x3ace46(_0xf2f3ae){const _0x16fd45=_0x1ae761(_0xf2f3ae);_0x16fd45&&_0x16fd45[_0x5024ac([0x61,0x6c,0x67])]==_0x5024ac([0x45,0x53,0x32,0x35,0x36])||(_0x532a30=!0x1);}async function _0x764c3(_0x1f5ada,_0x3f3446,_0xcbb3ba){const _0x4106b5=window[_0x5024ac([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x5024ac([0x66,0x72,0x6f,0x6d])](_0x19ec4c(_0xcbb3ba),_0x231963=>_0x231963[_0x5024ac([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x5e704a=new window[(_0x5024ac([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x5024ac([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x1f5ada+_0x5024ac([0x2e])+_0x3f3446),_0x51e22b=window[_0x5024ac([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x5024ac([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x51e22b)return;const _0x11c729=await _0x51e22b[_0x5024ac([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x5024ac([0x6a,0x77,0x6b]),_0xdcc251,{[_0x5024ac([0x6e,0x61,0x6d,0x65])]:_0x5024ac([0x45,0x43,0x44,0x53,0x41]),[_0x5024ac([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x5024ac([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x5024ac([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x51e22b[_0x5024ac([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x5024ac([0x6e,0x61,0x6d,0x65])]:_0x5024ac([0x45,0x43,0x44,0x53,0x41]),[_0x5024ac([0x68,0x61,0x73,0x68])]:{[_0x5024ac([0x6e,0x61,0x6d,0x65])]:_0x5024ac([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x11c729,_0x4106b5,_0x5e704a)||(_0x532a30=!0x1);}}function _0x1ae761(_0x4871d7){return _0x4871d7[_0x5024ac([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x5024ac([0x65,0x79]))?JSON[_0x5024ac([0x70,0x61,0x72,0x73,0x65])](_0x19ec4c(_0x4871d7)):null;}function _0x19ec4c(_0x33708a){return window[_0x5024ac([0x61,0x74,0x6f,0x62])](_0x33708a[_0x5024ac([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x5024ac([0x2b]))[_0x5024ac([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x5024ac([0x2f])));}function _0x1864d9(_0xbf7c3){let _0x24243c=0x1505;function _0x55ff8a(_0x3fab02){for(let _0x4d6f64=0x0;_0x4d6f64<_0x3fab02[_0x5024ac([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x4d6f64++){const _0x206197=_0x3fab02[_0x5024ac([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x4d6f64);_0x24243c=(_0x24243c<<0x5)+_0x24243c+_0x206197,_0x24243c&=_0x24243c;}}function _0x5a0c54(_0x52ffef){Array[_0x5024ac([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x52ffef)?_0x52ffef[_0x5024ac([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x5a0c54):_0x52ffef&&typeof _0x52ffef==_0x5024ac([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x5024ac([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x52ffef)[_0x5024ac([0x73,0x6f,0x72,0x74])]()[_0x5024ac([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0xc6b93e,_0x548245])=>{_0x55ff8a(_0xc6b93e),_0x5a0c54(_0x548245);}):_0x55ff8a(window[_0x5024ac([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x52ffef));}return _0x5a0c54(_0xbf7c3),_0x24243c>>>0x0;}function _0x210880(_0x42ec53){return _0x42ec53[_0x5024ac([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x5024ac([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x5024ac([0x30]));}function _0x10c3d8(_0x4a0630){return _0x4a0630[_0x5024ac([0x73,0x70,0x6c,0x69,0x74])]('')[_0x5024ac([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x5024ac([0x6a,0x6f,0x69,0x6e])]('');}function _0x3283f2(){}function _0x5024ac(_0x5d942c){return _0x5d942c['map'](_0x24459d=>String['fromCharCode'](_0x24459d))['join']('');}_0x4d82af(await _0x5e305d());}(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'],[_0x283cc6=>Number(_0x283cc6)>=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(_0x228a62){return L['includes'](_0x228a62);}function g(_0x39d4b8){return Array['from'](_0x39d4b8['getStyleNames']())['filter'](P);}function b(_0x1221f9,_0x54f569,_0x206430){const {spanStyles:_0x3d1ffe,stylesToBeHtmlElements:_0x35f72b}=function(_0x5116ea,_0x1c9cb4){const _0x3882ec={},_0x46efae={};return _0x1c9cb4['forEach'](_0x59815f=>{const _0x74daf5=_0x5116ea['getStyle'](_0x59815f);if(_0x74daf5){if(function(_0x292023){return E['includes'](_0x292023);}(_0x59815f))_0x3882ec[_0x59815f]=_0x74daf5;else{if(function(_0x14205e){return _0x14205e in F;}(_0x59815f)){const _0x5da473=_0x74daf5['split']('\x20');F[_0x59815f]['forEach'](([_0x22b2fd,_0xc9131d])=>{for(const _0x5b90b3 of _0x5da473){('function'==typeof _0x22b2fd&&_0x22b2fd(_0x5b90b3)||_0x22b2fd===_0x5b90b3)&&(_0x46efae[_0x59815f]=[..._0x46efae[_0x59815f]||[],[_0x22b2fd,_0xc9131d]]);}});}}}}),{'spanStyles':_0x3882ec,'stylesToBeHtmlElements':_0x46efae};}(_0x1221f9,_0x206430);!function(_0x30d565,_0x4aea7f,_0xa2b4bb){for(const _0xf58d4 in _0xa2b4bb){_0xa2b4bb[_0xf58d4]['forEach'](([,_0x60569d])=>{const _0x3b1881=_0x4aea7f['createElement'](_0x60569d,[],_0x30d565['getChildren']());_0x4aea7f['insertChild'](0x0,_0x3b1881,_0x30d565);}),_0x4aea7f['removeStyle'](_0xf58d4,_0x30d565);}}(_0x1221f9,_0x54f569,_0x35f72b),function(_0x20fbb0,_0x3dc89b,_0x2b32a6){if(!Object['keys'](_0x2b32a6)['length'])return;const _0x387f83=_0x3dc89b['createElement']('span',[],_0x20fbb0['getChildren']());_0x3dc89b['setStyle'](_0x2b32a6,_0x387f83),_0x3dc89b['insertChild'](0x0,_0x387f83,_0x20fbb0),_0x3dc89b['removeStyle'](Object['keys'](_0x2b32a6),_0x20fbb0);}(_0x1221f9,_0x54f569,_0x3d1ffe);}class a extends _0x5ed303{['execute'](_0x591e06){const {body:_0x4aedb2}=_0x591e06['_parsedData'],_0x20d555=new _0x5a5d6d(_0x4aedb2['document']),_0x1d17fe=_0x20d555['createRangeIn'](_0x4aedb2),_0x118caa=new _0x298029(_0x20d555['document']['stylesProcessor']),_0x2af8df=[...new _0x304866(_0x118caa)['blockElements'],'font'],_0x5b7b8c=_0x1d17fe['getItems']();for(const _0x13be2d of _0x5b7b8c)_0x13be2d['is']('element')&&_0x2af8df['includes'](_0x13be2d['name'])&&b(_0x13be2d,_0x20d555,g(_0x13be2d));_0x591e06['content']=_0x4aedb2;}['isActive'](_0x5232e6){return super['isActive'](_0x5232e6)||p(_0x5232e6);}}class s extends _0x7e7f67{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'PasteFromOfficeEnhancedPropagator';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return['PasteFromOffice'];}['init'](){const _0x5048f4=this['editor'],_0xeda246=_0x5048f4['plugins']['get']('ClipboardPipeline'),_0x43b3e0=_0x5048f4['editing']['view']['document'],_0x27c742=new a(_0x43b3e0);_0xeda246['on']('inputTransformation',(_0x5ddaec,_0x48cadc)=>{const _0x5d35eb=_0x48cadc['dataTransfer']['getData']('text/html');_0x27c742['isActive'](_0x5d35eb)&&(_0x48cadc['_parsedData']||(_0x48cadc['_parsedData']=_0x139a88(_0x5d35eb,_0x43b3e0['stylesProcessor'])),_0x27c742['execute'](_0x48cadc));},{'priority':_0x1b6508['get']('high')+0xa}),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x3c71ea=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x10b555;for(const _0x466cf2 in _0x3c71ea){const _0x53a78f=_0x466cf2,_0x387bbe=_0x3c71ea[_0x53a78f];if('pasteFromOfficeEnhancedLicenseKeyValid'==_0x387bbe||'pasteFromOfficeEnhancedLicenseKeyInvalid'==_0x387bbe||'pasteFromOfficeEnhancedLicenseKeyExpired'==_0x387bbe||'pasteFromOfficeEnhancedLicenseKeyDomainLimit'==_0x387bbe||'pasteFromOfficeEnhancedLicenseKeyNotAllowed'==_0x387bbe||'pasteFromOfficeEnhancedLicenseKeyEvaluationLimit'==_0x387bbe||'pasteFromOfficeEnhancedLicenseKeyTrialLimit'==_0x387bbe||'pasteFromOfficeEnhancedLicenseKeyUsageLimit'==_0x387bbe){delete _0x3c71ea[_0x53a78f],_0x10b555=_0x387bbe,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'pasteFromOfficeEnhancedLicenseKeyInvalid'==_0x10b555&&_0x3c71ea['_showLicenseError']('invalid'),'pasteFromOfficeEnhancedLicenseKeyExpired'==_0x10b555&&_0x3c71ea['_showLicenseError']('expired'),'pasteFromOfficeEnhancedLicenseKeyDomainLimit'==_0x10b555&&_0x3c71ea['_showLicenseError']('domainLimit'),'pasteFromOfficeEnhancedLicenseKeyNotAllowed'==_0x10b555&&_0x3c71ea['_showLicenseError']('featureNotAllowed','PasteFromOfficeEnhanced'),'pasteFromOfficeEnhancedLicenseKeyEvaluationLimit'==_0x10b555&&_0x3c71ea['_showLicenseError']('evaluationLimit'),'pasteFromOfficeEnhancedLicenseKeyTrialLimit'==_0x10b555&&_0x3c71ea['_showLicenseError']('trialLimit'),'pasteFromOfficeEnhancedLicenseKeyUsageLimit'==_0x10b555&&_0x3c71ea['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}class K extends _0x7e7f67{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": "46.0.0
|
|
3
|
+
"version": "46.0.0",
|
|
4
4
|
"description": "Enhanced paste from Office feature for CKEditor 5.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ckeditor",
|
|
@@ -22,11 +22,11 @@
|
|
|
22
22
|
"type": "module",
|
|
23
23
|
"main": "src/index.js",
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@ckeditor/ckeditor5-core": "46.0.0
|
|
26
|
-
"@ckeditor/ckeditor5-engine": "46.0.0
|
|
27
|
-
"@ckeditor/ckeditor5-paste-from-office": "46.0.0
|
|
28
|
-
"@ckeditor/ckeditor5-utils": "46.0.0
|
|
29
|
-
"ckeditor5": "46.0.0
|
|
25
|
+
"@ckeditor/ckeditor5-core": "46.0.0",
|
|
26
|
+
"@ckeditor/ckeditor5-engine": "46.0.0",
|
|
27
|
+
"@ckeditor/ckeditor5-paste-from-office": "46.0.0",
|
|
28
|
+
"@ckeditor/ckeditor5-utils": "46.0.0",
|
|
29
|
+
"ckeditor5": "46.0.0"
|
|
30
30
|
},
|
|
31
31
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
32
32
|
"author": "CKSource (http://cksource.com/)",
|
package/src/index.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(function(
|
|
23
|
+
(function(_0x1db0f5,_0x3a522d){var _0x598f72=_0xbf8d,_0x216aa5=_0x1db0f5();while(!![]){try{var _0x31c7c5=parseInt(_0x598f72(0x1f1))/0x1*(parseInt(_0x598f72(0x1f9))/0x2)+-parseInt(_0x598f72(0x1ef))/0x3*(-parseInt(_0x598f72(0x1f7))/0x4)+-parseInt(_0x598f72(0x1f6))/0x5+parseInt(_0x598f72(0x1f4))/0x6*(-parseInt(_0x598f72(0x1f2))/0x7)+-parseInt(_0x598f72(0x1ee))/0x8+-parseInt(_0x598f72(0x1f5))/0x9*(-parseInt(_0x598f72(0x1f0))/0xa)+-parseInt(_0x598f72(0x1f8))/0xb*(-parseInt(_0x598f72(0x1f3))/0xc);if(_0x31c7c5===_0x3a522d)break;else _0x216aa5['push'](_0x216aa5['shift']());}catch(_0x2180bd){_0x216aa5['push'](_0x216aa5['shift']());}}}(_0x5a14,0xa736e));export{PasteFromOfficeEnhanced}from'./pastefromofficeenhanced.js';function _0xbf8d(_0x3f8dee,_0x23cc2b){var _0x5a146b=_0x5a14();return _0xbf8d=function(_0xbf8dd6,_0x262f5a){_0xbf8dd6=_0xbf8dd6-0x1ee;var _0xf618=_0x5a146b[_0xbf8dd6];return _0xf618;},_0xbf8d(_0x3f8dee,_0x23cc2b);}function _0x5a14(){var _0x5da750=['2174184EgcoYK','15639ZJcdIG','70340oPMaDF','1Cpocyq','2366833CVEUiK','120KzWZrf','12MPUezg','153PJHAUD','3373200JObGza','728bXoRYd','509498SbbtQu','1552074SMrnIl'];_0x5a14=function(){return _0x5da750;};return _0x5a14();}import'./augmentation.js';
|
package/src/legacyerrors.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
function
|
|
23
|
+
function _0x1c12(_0x1b2e79,_0x10158f){var _0x447396=_0x4473();return _0x1c12=function(_0x1c1265,_0x5d83d9){_0x1c1265=_0x1c1265-0x7d;var _0x261aec=_0x447396[_0x1c1265];return _0x261aec;},_0x1c12(_0x1b2e79,_0x10158f);}(function(_0x4efcfc,_0x484621){var _0x4d7dda=_0x1c12,_0x39d16a=_0x4efcfc();while(!![]){try{var _0x4b6f82=parseInt(_0x4d7dda(0x7d))/0x1*(-parseInt(_0x4d7dda(0x80))/0x2)+parseInt(_0x4d7dda(0x87))/0x3+parseInt(_0x4d7dda(0x7f))/0x4*(parseInt(_0x4d7dda(0x83))/0x5)+parseInt(_0x4d7dda(0x82))/0x6*(parseInt(_0x4d7dda(0x85))/0x7)+parseInt(_0x4d7dda(0x81))/0x8*(parseInt(_0x4d7dda(0x84))/0x9)+-parseInt(_0x4d7dda(0x86))/0xa*(-parseInt(_0x4d7dda(0x7e))/0xb)+-parseInt(_0x4d7dda(0x88))/0xc*(parseInt(_0x4d7dda(0x89))/0xd);if(_0x4b6f82===_0x484621)break;else _0x39d16a['push'](_0x39d16a['shift']());}catch(_0x2af861){_0x39d16a['push'](_0x39d16a['shift']());}}}(_0x4473,0xe2895));function _0x4473(){var _0x18cde6=['27498828BWXIta','26dJALBR','86SFicHG','7895074TQbpiV','5580fYABPU','9602nTAIHd','7082952vPykHl','318228xlbqGP','3875oKlpqX','18zGEEIX','126PELCev','10zHYCBR','4198908VssaXZ'];_0x4473=function(){return _0x18cde6;};return _0x4473();}import{CKEditorError as _0x38fbd2}from'ckeditor5/src/utils.js';
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x264d03=_0x16f1;(function(_0x4e6eaa,_0x3ca383){const _0x23d189=_0x16f1,_0xcd08aa=_0x4e6eaa();while(!![]){try{const _0x358818=-parseInt(_0x23d189(0x120))/0x1+-parseInt(_0x23d189(0x119))/0x2+-parseInt(_0x23d189(0x122))/0x3+-parseInt(_0x23d189(0x126))/0x4+-parseInt(_0x23d189(0x127))/0x5*(parseInt(_0x23d189(0x128))/0x6)+parseInt(_0x23d189(0x115))/0x7*(parseInt(_0x23d189(0x118))/0x8)+parseInt(_0x23d189(0x117))/0x9;if(_0x358818===_0x3ca383)break;else _0xcd08aa['push'](_0xcd08aa['shift']());}catch(_0x1c813d){_0xcd08aa['push'](_0xcd08aa['shift']());}}}(_0x2a95,0x9c0e8));function _0x16f1(_0x5b0bb7,_0x2a9b04){const _0x2a9513=_0x2a95();return _0x16f1=function(_0x16f1cb,_0x218097){_0x16f1cb=_0x16f1cb-0x112;let _0x28d0dc=_0x2a9513[_0x16f1cb];return _0x28d0dc;},_0x16f1(_0x5b0bb7,_0x2a9b04);}import{ViewUpcastWriter as _0x387276}from'ckeditor5/src/engine.js';import{PasteFromOfficeMSWordNormalizer as _0x57e579}from'@ckeditor/ckeditor5-paste-from-office';import{isMSExcelContent as _0x30afdd}from'../../utils.js';import{extractStyles as _0x1e4985,expandStyles as _0x268010,getMatchingStyles as _0x34b223,flattenStyleDefinitions as _0x32a949}from'./utils.js';function _0x2a95(){const _0x269332=['3101046ojQnUe','createRangeIn','values','execute','3096wueqNA','1305FQOaMa','1026qccssq','type','setStyle','_parsedData','1897ohSJYh','document','20811105hHVMXJ','12088MOFkbf','200896dJYtGH','size','content','hasStyle','elementStart','item','isActive','903083rjpCWK','from'];_0x2a95=function(){return _0x269332;};return _0x2a95();}export class MSOfficeStylesInliner extends _0x57e579{[_0x264d03(0x125)](_0xdc6466){const _0xc8e9d6=_0x264d03,{body:_0x3a8116,styles:_0x56c21c}=_0xdc6466[_0xc8e9d6(0x114)],_0x1158e6=new _0x387276(_0x3a8116[_0xc8e9d6(0x116)]),_0x3276a5=_0x1158e6[_0xc8e9d6(0x123)](_0x3a8116),_0x5119e5=_0x1e4985(_0x56c21c),_0xc31004=_0x268010(_0x5119e5);for(const _0x1cdc3c of _0x3276a5){if(_0xc8e9d6(0x11d)!==_0x1cdc3c[_0xc8e9d6(0x112)])continue;const _0x14a607=_0x34b223(_0x1cdc3c[_0xc8e9d6(0x11e)],_0xc31004);if(_0x14a607[_0xc8e9d6(0x11a)]){const _0x5adadb=_0x32a949(Array[_0xc8e9d6(0x121)](_0x14a607[_0xc8e9d6(0x124)]()));for(const _0x30e169 in _0x5adadb){const _0x10adf9=_0x1cdc3c[_0xc8e9d6(0x11e)];_0x10adf9[_0xc8e9d6(0x11c)](_0x30e169)||_0x1158e6[_0xc8e9d6(0x113)](_0x30e169,_0x5adadb[_0x30e169],_0x10adf9);}}}_0xdc6466[_0xc8e9d6(0x11b)]=_0x3a8116;}[_0x264d03(0x11f)](_0x6f0fa5){const _0x15dd64=_0x264d03;return super[_0x15dd64(0x11f)](_0x6f0fa5)||_0x30afdd(_0x6f0fa5);}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
|
|
23
|
+
(function(_0x1855fe,_0x2faa8f){const _0x4e4709=_0x1c4e,_0x5ed8ba=_0x1855fe();while(!![]){try{const _0x7e7b3b=parseInt(_0x4e4709(0x1c0))/0x1+parseInt(_0x4e4709(0x1af))/0x2*(parseInt(_0x4e4709(0x1a6))/0x3)+-parseInt(_0x4e4709(0x1aa))/0x4*(-parseInt(_0x4e4709(0x1c2))/0x5)+-parseInt(_0x4e4709(0x1ae))/0x6+-parseInt(_0x4e4709(0x1b9))/0x7*(parseInt(_0x4e4709(0x1b8))/0x8)+-parseInt(_0x4e4709(0x1ab))/0x9*(parseInt(_0x4e4709(0x1bf))/0xa)+parseInt(_0x4e4709(0x1bc))/0xb;if(_0x7e7b3b===_0x2faa8f)break;else _0x5ed8ba['push'](_0x5ed8ba['shift']());}catch(_0x453e02){_0x5ed8ba['push'](_0x5ed8ba['shift']());}}}(_0x3e0e,0x64b7c));const S=/^(?<tagName>(?!\.)[\w-]+)?(\.(?<className>[\w-]+))?$/i;function _0x1c4e(_0x5e59f9,_0x3d4238){const _0x3e0e35=_0x3e0e();return _0x1c4e=function(_0x1c4ede,_0xd994ce){_0x1c4ede=_0x1c4ede-0x1a6;let _0xd21043=_0x3e0e35[_0x1c4ede];return _0xd21043;},_0x1c4e(_0x5e59f9,_0x3d4238);}export function getMatchingStyles(_0x23c8a9,_0xa8a726){const _0x3db5e0=_0x1c4e,_0x3e34d9=new Map();for(const [_0x35d359,_0x347b99]of _0xa8a726){if(!_0x35d359[_0x3db5e0(0x1a8)]&&!_0x35d359[_0x3db5e0(0x1c1)])continue;const _0x2e7bbd=!_0x35d359[_0x3db5e0(0x1a8)]||_0x23c8a9[_0x3db5e0(0x1a9)]===_0x35d359[_0x3db5e0(0x1a8)],_0x248f5b=!_0x35d359[_0x3db5e0(0x1c1)]||_0x23c8a9[_0x3db5e0(0x1b5)](_0x35d359[_0x3db5e0(0x1c1)]);_0x2e7bbd&&_0x248f5b&&_0x3e34d9[_0x3db5e0(0x1b1)](_0x35d359,_0x347b99);}return _0x3e34d9;}export function extractStyles(_0x2260af){const _0x2006fc=_0x1c4e,_0x18a167={};for(const _0x3dd328 of _0x2260af)for(const _0x3df706 of _0x3dd328[_0x2006fc(0x1be)])if(_0x3df706 instanceof CSSStyleRule){const _0x3b5aec=parseCSSStyleDeclaration(_0x3df706[_0x2006fc(0x1b6)]);_0x18a167[_0x3df706[_0x2006fc(0x1ad)]]=Object[_0x2006fc(0x1bd)]({},_0x18a167[_0x3df706[_0x2006fc(0x1ad)]]||{},_0x3b5aec);}return _0x18a167;}export function expandStyles(_0x194aca){const _0x4efae2=_0x1c4e,_0x18932f=new Map();for(const _0x34d2ae in _0x194aca){const _0x5e4804=parseCSSSelector(_0x34d2ae),_0x1e1c3f=_0x194aca[_0x34d2ae];for(const _0x37602e of _0x5e4804)_0x18932f[_0x4efae2(0x1b1)](_0x37602e,_0x1e1c3f);}return _0x18932f;}function _0x3e0e(){const _0x5f161d=['1641992ltRcCb','14TamXSH','exec','length','1960046tSunaQ','assign','cssRules','10tTEZFa','597103sYgyvk','className','20dPSnea','1165587dXoPEw','trim','tagName','name','83128JqzhcR','1266417fcqpkM','groups','selectorText','1699170MgAtVA','2Ivyvbl','push','set','split','map','initial','hasClass','style','getPropertyValue'];_0x3e0e=function(){return _0x5f161d;};return _0x3e0e();}export function parseCSSStyleDeclaration(_0x49806d){const _0x2d4371=_0x1c4e,_0x13e4bf={};for(let _0xb2797=0x0;_0xb2797<_0x49806d[_0x2d4371(0x1bb)];_0xb2797++){const _0x4beaef=_0x49806d[_0xb2797],_0x49cde3=_0x49806d[_0x2d4371(0x1b7)](_0x4beaef);_0x2d4371(0x1b4)!==_0x49cde3&&(_0x13e4bf[_0x4beaef]=_0x49cde3);}return _0x13e4bf;}export function parseCSSSelector(_0x2768c7){const _0xa24607=_0x1c4e,_0xe91531=_0x2768c7[_0xa24607(0x1b2)](',')[_0xa24607(0x1b3)](_0x432dc7=>_0x432dc7[_0xa24607(0x1a7)]()),_0x116d12=[];for(const _0x5e0e6b of _0xe91531){const _0x2f86cd=S[_0xa24607(0x1ba)](_0x5e0e6b);_0x2f86cd&&_0x116d12[_0xa24607(0x1b0)](_0x2f86cd[_0xa24607(0x1ac)]);}return _0x116d12;}export function flattenStyleDefinitions(_0xd8d1cc){const _0x2e4bd2=_0x1c4e,_0x48a840={};for(const _0x202651 of _0xd8d1cc)Object[_0x2e4bd2(0x1bd)](_0x48a840,_0x202651);return _0x48a840;}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x4b4161=_0x13eb;(function(_0x12a245,_0x34a0d3){const _0x237040=_0x13eb,_0x2325d0=_0x12a245();while(!![]){try{const _0x21077a=parseInt(_0x237040(0x19a))/0x1*(parseInt(_0x237040(0x19b))/0x2)+parseInt(_0x237040(0x1a2))/0x3*(-parseInt(_0x237040(0x1a6))/0x4)+-parseInt(_0x237040(0x19c))/0x5+-parseInt(_0x237040(0x19e))/0x6+parseInt(_0x237040(0x198))/0x7+parseInt(_0x237040(0x1a7))/0x8+parseInt(_0x237040(0x1a8))/0x9;if(_0x21077a===_0x34a0d3)break;else _0x2325d0['push'](_0x2325d0['shift']());}catch(_0x3e0548){_0x2325d0['push'](_0x2325d0['shift']());}}}(_0x86e0,0xbdbf4));import{ViewUpcastWriter as _0x2f9b39,ViewDomConverter as _0x460d20,ViewDocument as _0x2882bc}from'ckeditor5/src/engine.js';function _0x86e0(){const _0x23e64e=['font','includes','2615548yUzhTI','6321616lLhYOg','12741507vWJBJE','blockElements','element','isActive','document','createRangeIn','5958750hPZfRj','getItems','3OHhqsF','214918wajbdM','5532335miotSq','stylesProcessor','5051964scSnDR','execute','name','content','3fYVrpt','_parsedData'];_0x86e0=function(){return _0x23e64e;};return _0x86e0();}import{PasteFromOfficeMSWordNormalizer as _0x54b724}from'@ckeditor/ckeditor5-paste-from-office';import{isMSExcelContent as _0x4c791c}from'../../utils.js';function _0x13eb(_0x562d56,_0x114736){const _0x86e068=_0x86e0();return _0x13eb=function(_0x13ebef,_0x46efdd){_0x13ebef=_0x13ebef-0x193;let _0x3751b4=_0x86e068[_0x13ebef];return _0x3751b4;},_0x13eb(_0x562d56,_0x114736);}import{getStylePropertyNamesToPropagate as _0x14bed9,propagateStyleProperties as _0x48e66c}from'./utils.js';export class MSOfficeInlineStylePropagator extends _0x54b724{[_0x4b4161(0x19f)](_0xcacdd3){const _0x3bd970=_0x4b4161,{body:_0x5c6a49}=_0xcacdd3[_0x3bd970(0x1a3)],_0x1b1979=new _0x2f9b39(_0x5c6a49[_0x3bd970(0x196)]),_0xa77627=_0x1b1979[_0x3bd970(0x197)](_0x5c6a49),_0x486230=new _0x2882bc(_0x1b1979[_0x3bd970(0x196)][_0x3bd970(0x19d)]),_0x3256dc=[...new _0x460d20(_0x486230)[_0x3bd970(0x193)],_0x3bd970(0x1a4)],_0x159be7=_0xa77627[_0x3bd970(0x199)]();for(const _0x47b0a6 of _0x159be7)if(_0x47b0a6['is'](_0x3bd970(0x194))&&_0x3256dc[_0x3bd970(0x1a5)](_0x47b0a6[_0x3bd970(0x1a0)])){const _0xbf519e=_0x14bed9(_0x47b0a6);_0x48e66c(_0x47b0a6,_0x1b1979,_0xbf519e);}_0xcacdd3[_0x3bd970(0x1a1)]=_0x5c6a49;}[_0x4b4161(0x195)](_0x1e5708){const _0x5ad56f=_0x4b4161;return super[_0x5ad56f(0x195)](_0x1e5708)||_0x4c791c(_0x1e5708);}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x569686=_0x3378;(function(_0x1fdeb5,_0x4deb03){const _0x44ca44=_0x3378,_0x2846c2=_0x1fdeb5();while(!![]){try{const _0x194fd1=-parseInt(_0x44ca44(0xab))/0x1*(parseInt(_0x44ca44(0x94))/0x2)+-parseInt(_0x44ca44(0x93))/0x3*(parseInt(_0x44ca44(0x9d))/0x4)+parseInt(_0x44ca44(0x96))/0x5*(parseInt(_0x44ca44(0x8f))/0x6)+parseInt(_0x44ca44(0xb1))/0x7*(parseInt(_0x44ca44(0xb5))/0x8)+parseInt(_0x44ca44(0xa8))/0x9*(parseInt(_0x44ca44(0xa6))/0xa)+parseInt(_0x44ca44(0x9b))/0xb+-parseInt(_0x44ca44(0xa4))/0xc;if(_0x194fd1===_0x4deb03)break;else _0x2846c2['push'](_0x2846c2['shift']());}catch(_0x1a1b5b){_0x2846c2['push'](_0x2846c2['shift']());}}}(_0x1873,0xe74ec));export const CSS_PROPERTIES_TO_PROPAGATE=[_0x569686(0x8a),_0x569686(0xb0),_0x569686(0x8c),_0x569686(0xad),_0x569686(0xa7),_0x569686(0x95),_0x569686(0x98),_0x569686(0xac)];export const CSS_PROPERTIES_TO_BE_SPANS=[_0x569686(0x8a),_0x569686(0xb0),_0x569686(0x8c)];export const CSS_PROPERTIES_TO_BE_HTML_ELEMENTS={'font-style':[[_0x569686(0x91),'i']],'font-weight':[[_0x569686(0xb3),_0x569686(0x97)],[_0x569686(0x9a),_0x569686(0x97)],[_0x569686(0xb6),_0x569686(0x97)],[_0x4f9226=>Number(_0x4f9226)>=0x258,_0x569686(0x97)]],'text-decoration':[[_0x569686(0xa9),'u'],[_0x569686(0xa3),'s']],'text-decoration-line':[[_0x569686(0xa9),'u'],[_0x569686(0xa3),'s']],'vertical-align':[[_0x569686(0x99),_0x569686(0x99)],[_0x569686(0x9f),_0x569686(0x9e)]]};function _0x1873(){const _0x4a46be=['sup','super','insertChild','setStyle','filter','line-through','9408564OZmDOe','function','40HzIbbq','text-decoration-line','2327166uvjSUt','underline','from','177sqqJQm','vertical-align','text-decoration','split','getStyle','font-family','5528999WRDmks','removeStyle','medium','forEach','8DldLHS','bolder','createElement','color','length','font-size','includes','keys','36TtwjVp','getStyleNames','italic','getChildren','3dvwPvk','1382nujyMz','font-weight','697530GQGNgZ','strong','font-style','sub','bold','432993gxmuRn','span','3387048fUKOzX'];_0x1873=function(){return _0x4a46be;};return _0x1873();}export function isPropertyToBePropagated(_0x3bf1f4){const _0x57f03f=_0x569686;return CSS_PROPERTIES_TO_PROPAGATE[_0x57f03f(0x8d)](_0x3bf1f4);}export function isPropertyToBePropagatedAsSpan(_0x4d9272){const _0xe034e0=_0x569686;return CSS_PROPERTIES_TO_BE_SPANS[_0xe034e0(0x8d)](_0x4d9272);}export function isPropertyToBePropagatedAsHTMLElement(_0x212974){return _0x212974 in CSS_PROPERTIES_TO_BE_HTML_ELEMENTS;}export function getStylePropertyNamesToPropagate(_0x472847){const _0x8d1f8=_0x569686;return Array[_0x8d1f8(0xaa)](_0x472847[_0x8d1f8(0x90)]())[_0x8d1f8(0xa2)](isPropertyToBePropagated);}export function propagateStyleProperties(_0x5df424,_0x501396,_0x18eae2){const {spanStyles:_0x38be16,stylesToBeHtmlElements:_0x222517}=getStylesToPropagate(_0x5df424,_0x18eae2);propagateStylesAsHTMLElements(_0x5df424,_0x501396,_0x222517),propagateStylesAsSpan(_0x5df424,_0x501396,_0x38be16);}export function propagateStylesAsHTMLElements(_0x1b4ad2,_0x21cf52,_0x3cec21){const _0x260e36=_0x569686;for(const _0x33a764 in _0x3cec21){_0x3cec21[_0x33a764][_0x260e36(0xb4)](([,_0x2f6bb1])=>{const _0x49f4fa=_0x260e36,_0x37a516=_0x21cf52[_0x49f4fa(0x89)](_0x2f6bb1,[],_0x1b4ad2[_0x49f4fa(0x92)]());_0x21cf52[_0x49f4fa(0xa0)](0x0,_0x37a516,_0x1b4ad2);}),_0x21cf52[_0x260e36(0xb2)](_0x33a764,_0x1b4ad2);}}export function propagateStylesAsSpan(_0x16f810,_0x329cad,_0x3d865b){const _0x3d2e1c=_0x569686;if(!Object[_0x3d2e1c(0x8e)](_0x3d865b)[_0x3d2e1c(0x8b)])return;const _0x38f6ae=_0x329cad[_0x3d2e1c(0x89)](_0x3d2e1c(0x9c),[],_0x16f810[_0x3d2e1c(0x92)]());_0x329cad[_0x3d2e1c(0xa1)](_0x3d865b,_0x38f6ae),_0x329cad[_0x3d2e1c(0xa0)](0x0,_0x38f6ae,_0x16f810),_0x329cad[_0x3d2e1c(0xb2)](Object[_0x3d2e1c(0x8e)](_0x3d865b),_0x16f810);}function _0x3378(_0x3b256a,_0x3a07c0){const _0x187312=_0x1873();return _0x3378=function(_0x33784e,_0x5ca691){_0x33784e=_0x33784e-0x89;let _0x2e6c68=_0x187312[_0x33784e];return _0x2e6c68;},_0x3378(_0x3b256a,_0x3a07c0);}export function getStylesToPropagate(_0x40b655,_0x305e6c){const _0xbd6bff=_0x569686,_0x4291dc={},_0x1efb01={};return _0x305e6c[_0xbd6bff(0xb4)](_0x5a643a=>{const _0x1c7d80=_0xbd6bff,_0x364339=_0x40b655[_0x1c7d80(0xaf)](_0x5a643a);if(_0x364339){if(isPropertyToBePropagatedAsSpan(_0x5a643a))_0x4291dc[_0x5a643a]=_0x364339;else{if(isPropertyToBePropagatedAsHTMLElement(_0x5a643a)){const _0x33dba0=_0x364339[_0x1c7d80(0xae)]('\x20');CSS_PROPERTIES_TO_BE_HTML_ELEMENTS[_0x5a643a][_0x1c7d80(0xb4)](([_0x34d7bd,_0x37c054])=>{const _0x344ed0=_0x1c7d80;for(const _0x185ed0 of _0x33dba0){(_0x344ed0(0xa5)==typeof _0x34d7bd&&_0x34d7bd(_0x185ed0)||_0x34d7bd===_0x185ed0)&&(_0x1efb01[_0x5a643a]=[..._0x1efb01[_0x5a643a]||[],[_0x34d7bd,_0x37c054]]);}});}}}}),{'spanStyles':_0x4291dc,'stylesToBeHtmlElements':_0x1efb01};}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
var
|
|
23
|
+
var _0xbc8314=_0x5b21;(function(_0x84ce3f,_0xe87d51){var _0x6a6f92=_0x5b21,_0x4a0226=_0x84ce3f();while(!![]){try{var _0x4fabfb=-parseInt(_0x6a6f92(0x13c))/0x1*(parseInt(_0x6a6f92(0x146))/0x2)+parseInt(_0x6a6f92(0x13d))/0x3+-parseInt(_0x6a6f92(0x143))/0x4+parseInt(_0x6a6f92(0x14b))/0x5+-parseInt(_0x6a6f92(0x147))/0x6+-parseInt(_0x6a6f92(0x144))/0x7*(parseInt(_0x6a6f92(0x13f))/0x8)+parseInt(_0x6a6f92(0x141))/0x9*(parseInt(_0x6a6f92(0x148))/0xa);if(_0x4fabfb===_0xe87d51)break;else _0x4a0226['push'](_0x4a0226['shift']());}catch(_0x54f602){_0x4a0226['push'](_0x4a0226['shift']());}}}(_0x3d53,0xcfe68));import{Plugin as _0x38af62}from'ckeditor5/src/core.js';import{PasteFromOfficeEnhancedInliner as _0x4ce8ab}from'./pastefromofficeenhancedinliner.js';import{PasteFromOfficeEnhancedPropagator as _0xd51d53}from'./pastefromofficeenhancedpropagator.js';function _0x5b21(_0x73833,_0x59c0d3){var _0x3d535c=_0x3d53();return _0x5b21=function(_0x5b21b5,_0x57194d){_0x5b21b5=_0x5b21b5-0x13c;var _0x352aac=_0x3d535c[_0x5b21b5];return _0x352aac;},_0x5b21(_0x73833,_0x59c0d3);}export class PasteFromOfficeEnhanced extends _0x38af62{static get[_0xbc8314(0x149)](){var _0x1b6165=_0xbc8314;return _0x1b6165(0x140);}static get[_0xbc8314(0x13e)](){return!0x0;}static get[_0xbc8314(0x142)](){return!0x0;}static get[_0xbc8314(0x14a)](){var _0x103627=_0xbc8314;return[_0x103627(0x145),_0x4ce8ab,_0xd51d53];}}function _0x3d53(){var _0x280073=['28017dFUaTl','isPremiumPlugin','5425744otDWkQ','14966AJnOeZ','PasteFromOffice','9762SqSnAM','6567636QJWCuB','11950JXNwbQ','pluginName','requires','6786895XrELWa','331QScdJZ','3582459yGFNxp','isOfficialPlugin','5064WNwRkC','PasteFromOfficeEnhanced'];_0x3d53=function(){return _0x280073;};return _0x3d53();}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const _0x4704e3=_0x4fe4;(function(_0x3f9545,_0x25ea2c){const _0x1d6280=_0x4fe4,_0x54815b=_0x3f9545();while(!![]){try{const _0x57cb6a=-parseInt(_0x1d6280(0x108))/0x1+parseInt(_0x1d6280(0x11d))/0x2*(parseInt(_0x1d6280(0xfd))/0x3)+parseInt(_0x1d6280(0x10d))/0x4+-parseInt(_0x1d6280(0x121))/0x5*(-parseInt(_0x1d6280(0x102))/0x6)+parseInt(_0x1d6280(0x11c))/0x7*(-parseInt(_0x1d6280(0x112))/0x8)+parseInt(_0x1d6280(0x11e))/0x9*(parseInt(_0x1d6280(0x122))/0xa)+-parseInt(_0x1d6280(0x11a))/0xb*(-parseInt(_0x1d6280(0x116))/0xc);if(_0x57cb6a===_0x25ea2c)break;else _0x54815b['push'](_0x54815b['shift']());}catch(_0x169b36){_0x54815b['push'](_0x54815b['shift']());}}}(_0x1b88,0x59c61));function _0x1b88(){const _0x441b29=['4353SVZnzZ','plugins','isActive','inputTransformation','map','90OKQRya','_parsedData','view','ClipboardPipeline','text/html','dataTransfer','571729GQrErV','href','requires','PasteFromOfficeEnhancedInliner','getData','302244OiPwYj','isPremiumPlugin','document','execute','editing','88MUFyEw','afterInit','pluginName','editor','240756iJgQCb','join','init','PasteFromOffice','11bJMLNc','fromCharCode','340739IyrfyP','226GyCkZt','9ugzxTq','stylesProcessor','isOfficialPlugin','193700KmUJAJ','6342020KpYcCd','high','get'];_0x1b88=function(){return _0x441b29;};return _0x1b88();}import{Plugin as _0x502d2b}from'ckeditor5/src/core.js';import{parsePasteOfficeHtml as _0x494efd}from'@ckeditor/ckeditor5-paste-from-office';function _0x4fe4(_0x458636,_0x99be20){const _0x1b884a=_0x1b88();return _0x4fe4=function(_0x4fe487,_0x17de46){_0x4fe487=_0x4fe487-0xfb;let _0x2a9c86=_0x1b884a[_0x4fe487];return _0x2a9c86;},_0x4fe4(_0x458636,_0x99be20);}import{priorities as _0xd4d82d,uid as _0x4a96ab}from'ckeditor5/src/utils.js';import{MSOfficeStylesInliner as _0x15903e}from'./normalizers/inliner/msofficestylesinliner.js';export class PasteFromOfficeEnhancedInliner extends _0x502d2b{static get[_0x4704e3(0x114)](){const _0x5e667b=_0x4704e3;return _0x5e667b(0x10b);}static get[_0x4704e3(0x120)](){return!0x0;}static get[_0x4704e3(0x10e)](){return!0x0;}static get[_0x4704e3(0x10a)](){const _0x41da1c=_0x4704e3;return[_0x41da1c(0x119)];}[_0x4704e3(0x118)](){const _0x77dec6=_0x4704e3,_0x34f261=this[_0x77dec6(0x115)],_0x15d455=_0x34f261[_0x77dec6(0xfe)][_0x77dec6(0xfc)](_0x77dec6(0x105)),_0xa54260=_0x34f261[_0x77dec6(0x111)][_0x77dec6(0x104)][_0x77dec6(0x10f)],_0x1cdf6e=new _0x15903e(_0xa54260);_0x15d455['on'](_0x77dec6(0x100),(_0x437dd6,_0x4074ad)=>{const _0xa6782c=_0x77dec6,_0x3a6108=_0x4074ad[_0xa6782c(0x107)][_0xa6782c(0x10c)](_0xa6782c(0x106));_0x1cdf6e[_0xa6782c(0xff)](_0x3a6108)&&(_0x4074ad[_0xa6782c(0x103)]||(_0x4074ad[_0xa6782c(0x103)]=_0x494efd(_0x3a6108,_0xa54260[_0xa6782c(0x11f)])),_0x1cdf6e[_0xa6782c(0x110)](_0x4074ad));},{'priority':_0xd4d82d[_0x77dec6(0xfc)](_0x77dec6(0xfb))+0xb});}[_0x4704e3(0x113)](){!async function(_0x171846){const _0x43b0f9=_0x262aa4([0x63,0x6d,0x74,0x66,0x54,0x47,0x49,0x39,0x79,0x55,0x78,0x5a,0x50,0x35,0x52,0x58,0x42,0x75,0x57,0x76,0x31,0x4c,0x32,0x72,0x51,0x45,0x65,0x43,0x77,0x36,0x41,0x4b,0x70,0x44,0x67,0x33,0x37,0x69,0x6f,0x68,0x64,0x6b,0x38,0x59,0x6e,0x30,0x4f,0x4d,0x56,0x6c,0x73,0x7a,0x4a,0x48,0x4e,0x61,0x34,0x71,0x62,0x53,0x6a,0x46]),_0x331611=0x7a08afda,_0x5161bc=0x7a0fc322^_0x331611,_0x28a571=window[_0x262aa4([0x44,0x61,0x74,0x65])][_0x262aa4([0x6e,0x6f,0x77])](),_0x26090c=_0x171846[_0x262aa4([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x42e04f=new window[(_0x262aa4([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0xa62eb5=>{_0x26090c[_0x262aa4([0x6f,0x6e,0x63,0x65])](_0x262aa4([0x72,0x65,0x61,0x64,0x79]),_0xa62eb5);}),_0x32c16f={[_0x262aa4([0x6b,0x74,0x79])]:_0x262aa4([0x45,0x43]),[_0x262aa4([0x75,0x73,0x65])]:_0x262aa4([0x73,0x69,0x67]),[_0x262aa4([0x63,0x72,0x76])]:_0x262aa4([0x50,0x2d,0x32,0x35,0x36]),[_0x262aa4([0x78])]:_0x262aa4([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]),[_0x262aa4([0x79])]:_0x262aa4([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]),[_0x262aa4([0x61,0x6c,0x67])]:_0x262aa4([0x45,0x53,0x32,0x35,0x36])},_0x526541=_0x26090c[_0x262aa4([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x262aa4([0x67,0x65,0x74])](_0x262aa4([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x1f5eb7(){let _0x476271,_0x5d1bbe=null,_0x4c7121=null;try{if(_0x526541==_0x262aa4([0x47,0x50,0x4c]))return _0x262aa4([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x476271=_0x4aa405(),!_0x476271)return _0x262aa4([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x476271[_0x262aa4([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x4c7121=_0x120ccd(_0x476271[_0x262aa4([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x476271[_0x262aa4([0x6a,0x74,0x69])])),await _0x3e01b2()?_0x5ba04f()?_0x312b73()?_0x262aa4([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x5828e2()?(_0x476271[_0x262aa4([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x262aa4([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x5d1bbe=_0x30d8bb(_0x262aa4([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x476271[_0x262aa4([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x262aa4([0x74,0x72,0x69,0x61,0x6c])&&(_0x5d1bbe=_0x30d8bb(_0x262aa4([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x3f6046()):_0x262aa4([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x262aa4([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x262aa4([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x262aa4([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x312b73(){const _0x3cbfa2=[_0x262aa4([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x262aa4([0x74,0x72,0x69,0x61,0x6c])][_0x262aa4([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x476271[_0x262aa4([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x28a571/0x3e8:0xe10*_0x5161bc;return _0x476271[_0x262aa4([0x65,0x78,0x70])]<_0x3cbfa2;}function _0x5ba04f(){const _0x452636=_0x476271[_0x262aa4([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x452636&&(!!_0x452636[_0x262aa4([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x262aa4([0x2a]))||(!!_0x452636[_0x262aa4([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x262aa4([0x50,0x4f,0x45]))||!!_0x452636[_0x262aa4([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x262aa4([0x50,0x50]))));}function _0x5828e2(){const _0x4fde00=_0x4fe4,_0x26de0c=_0x476271[_0x262aa4([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x26de0c||0x0==_0x26de0c[_0x262aa4([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x3df758}=new URL(window[_0x262aa4([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x4fde00(0x109)]);if(_0x26de0c[_0x262aa4([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3df758))return!0x0;const _0x57655c=_0x3df758[_0x262aa4([0x73,0x70,0x6c,0x69,0x74])](_0x262aa4([0x2e]));return _0x26de0c[_0x262aa4([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x4366be=>_0x4366be[_0x262aa4([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x262aa4([0x2a])))[_0x262aa4([0x6d,0x61,0x70])](_0x5e6f44=>_0x5e6f44[_0x262aa4([0x73,0x70,0x6c,0x69,0x74])](_0x262aa4([0x2e])))[_0x262aa4([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x5e92d8=>_0x5e92d8[_0x262aa4([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x57655c[_0x262aa4([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x262aa4([0x6d,0x61,0x70])](_0x1d030c=>Array(_0x57655c[_0x262aa4([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x1d030c[_0x262aa4([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x262aa4([0x66,0x69,0x6c,0x6c])](_0x1d030c[0x0]===_0x262aa4([0x2a])?_0x262aa4([0x2a]):'')[_0x262aa4([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x1d030c))[_0x262aa4([0x73,0x6f,0x6d,0x65])](_0x114277=>_0x57655c[_0x262aa4([0x65,0x76,0x65,0x72,0x79])]((_0x25c84d,_0x58a398)=>_0x114277[_0x58a398]===_0x25c84d||_0x114277[_0x58a398]===_0x262aa4([0x2a])));}function _0x3f6046(){return _0x5d1bbe&&_0x4c7121?new window[(_0x262aa4([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x37dbc0,_0x22b6f7)=>{_0x5d1bbe[_0x262aa4([0x74,0x68,0x65,0x6e])](_0x37dbc0,_0x22b6f7),_0x4c7121[_0x262aa4([0x74,0x68,0x65,0x6e])](_0x1ee95e=>{_0x1ee95e!=_0x262aa4([0x56,0x61,0x6c,0x69,0x64])&&_0x37dbc0(_0x1ee95e);},_0x22b6f7);}):_0x5d1bbe||_0x4c7121||_0x262aa4([0x56,0x61,0x6c,0x69,0x64]);}}function _0x120ccd(_0x1942d7,_0x36f880){return new window[(_0x262aa4([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5012b1=>{if(_0x4d1dd7())return _0x5012b1(_0x262aa4([0x56,0x61,0x6c,0x69,0x64]));_0x50119c(),_0x26090c[_0x262aa4([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x262aa4([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x12538e=!0x1;const _0x4965a2=_0x4a96ab();function _0x38fe48(_0x304e21){return!!_0x304e21&&(typeof _0x304e21===_0x262aa4([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x304e21===_0x262aa4([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x304e21[_0x262aa4([0x74,0x68,0x65,0x6e])]===_0x262aa4([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x304e21[_0x262aa4([0x63,0x61,0x74,0x63,0x68])]===_0x262aa4([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x20b2c7(_0x378bcf){_0x423fc3(_0x378bcf)[_0x262aa4([0x74,0x68,0x65,0x6e])](_0x4d9316=>{if(!_0x4d9316||_0x4d9316[_0x262aa4([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x262aa4([0x6f,0x6b]))return _0x262aa4([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x28b185(_0x5b6d26(_0x4965a2+_0x36f880))!=_0x4d9316[_0x262aa4([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x262aa4([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x262aa4([0x56,0x61,0x6c,0x69,0x64]);})[_0x262aa4([0x74,0x68,0x65,0x6e])](_0x2f2d1f=>(_0x328754(),_0x2f2d1f),()=>{const _0x5c2fe9=_0x3f619e();return null==_0x5c2fe9?(_0x328754(),_0x262aa4([0x56,0x61,0x6c,0x69,0x64])):_0x262aa4(_0x28a571-_0x5c2fe9>(0x5e042bda^_0x331611)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x262aa4([0x74,0x68,0x65,0x6e])](_0x5012b1)[_0x262aa4([0x63,0x61,0x74,0x63,0x68])](()=>{_0x5012b1(_0x262aa4([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x4169e9=0x7a3e415a^_0x331611;function _0x328754(){const _0x4a515d=_0x262aa4([0x6c,0x6c,0x63,0x74,0x2d])+_0x28b185(_0x5b6d26(_0x1942d7)),_0x5294ce=_0x47ab11(_0x28b185(window[_0x262aa4([0x4d,0x61,0x74,0x68])][_0x262aa4([0x63,0x65,0x69,0x6c])](_0x28a571/_0x4169e9)));window[_0x262aa4([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x262aa4([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x4a515d,_0x5294ce);}function _0x3f619e(){const _0x2521d0=_0x262aa4([0x6c,0x6c,0x63,0x74,0x2d])+_0x28b185(_0x5b6d26(_0x1942d7)),_0x158fd4=window[_0x262aa4([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x262aa4([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x2521d0);return _0x158fd4?window[_0x262aa4([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x47ab11(_0x158fd4),0x10)*_0x4169e9:null;}function _0x423fc3(_0x68f5e){return new window[(_0x262aa4([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x4c5819,_0x451004)=>{_0x68f5e[_0x262aa4([0x74,0x68,0x65,0x6e])](_0x4c5819,_0x451004),window[_0x262aa4([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x451004,0x7a097b1a^_0x331611);});}}_0x26090c[_0x262aa4([0x6f,0x6e])](_0x262aa4([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x136f25,_0x49d199)=>{if(_0x49d199[0x0]!=_0x1942d7)return _0x5012b1(_0x262aa4([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x49d199[0x1]={..._0x49d199[0x1],[_0x262aa4([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x4965a2};},{[_0x262aa4([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x262aa4([0x68,0x69,0x67,0x68])}),_0x26090c[_0x262aa4([0x6f,0x6e])](_0x262aa4([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x2e8bf3=>{_0x38fe48(_0x2e8bf3[_0x262aa4([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x12538e=!0x0,_0x20b2c7(_0x2e8bf3[_0x262aa4([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x262aa4([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x262aa4([0x6c,0x6f,0x77])}),_0x42e04f[_0x262aa4([0x74,0x68,0x65,0x6e])](()=>{_0x12538e||_0x5012b1(_0x262aa4([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x4d1dd7(){return _0x26090c[_0x262aa4([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x262aa4([0x76,0x69,0x65,0x77])][_0x262aa4([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x262aa4([0x61,0x75,0x74,0x6f]);}function _0x50119c(){_0x26090c[_0x262aa4([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x262aa4([0x76,0x69,0x65,0x77])][_0x262aa4([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x262aa4([0x61,0x75,0x74,0x6f]);}}function _0x30d8bb(_0x52a51a){const _0x1aca84=[new window[(_0x262aa4([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x463c91=>setTimeout(_0x463c91,0x7a019116^_0x331611)),_0x42e04f[_0x262aa4([0x74,0x68,0x65,0x6e])](()=>new window[(_0x262aa4([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x3ebe87=>{let _0x2f8793=0x0;_0x26090c[_0x262aa4([0x6d,0x6f,0x64,0x65,0x6c])][_0x262aa4([0x6f,0x6e])](_0x262aa4([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x45a2ff,_0x1d6aa0)=>{_0x1d6aa0[0x0][_0x262aa4([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x2f8793++,_0x2f8793==(0x7a08ae22^_0x331611)&&(_0x3ebe87(),_0x45a2ff[_0x262aa4([0x6f,0x66,0x66])]());});}))];return window[_0x262aa4([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x262aa4([0x72,0x61,0x63,0x65])](_0x1aca84)[_0x262aa4([0x74,0x68,0x65,0x6e])](()=>_0x52a51a);}async function _0x342c56(){await _0x42e04f,_0x26090c[_0x262aa4([0x6d,0x6f,0x64,0x65,0x6c])][_0x262aa4([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x193bfb,_0x26090c[_0x262aa4([0x6d,0x6f,0x64,0x65,0x6c])][_0x262aa4([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x193bfb,_0x26090c[_0x262aa4([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x262aa4([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x1a9e35(_0x24a4eb){const _0x18d800=_0x5c1cc7();_0x26090c[_0x18d800]=_0x262aa4([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])+_0x24a4eb,_0x24a4eb!=_0x262aa4([0x56,0x61,0x6c,0x69,0x64])&&_0x342c56();}function _0x5c1cc7(){const _0x366c2c=window[_0x262aa4([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x262aa4([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x262aa4([0x6e,0x6f,0x77])]())[_0x262aa4([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x262aa4([0x2e]),'');let _0x274b29=_0x262aa4([0x63]);for(let _0x261dd6=0x0;_0x261dd6<_0x366c2c[_0x262aa4([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x261dd6+=0x2){let _0x2bbffd=window[_0x262aa4([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x366c2c[_0x262aa4([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x261dd6,_0x261dd6+0x2));_0x2bbffd>=_0x43b0f9[_0x262aa4([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x2bbffd-=_0x43b0f9[_0x262aa4([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x274b29+=_0x43b0f9[_0x2bbffd];}return _0x274b29;}function _0x4aa405(){const _0x461565=_0x526541[_0x262aa4([0x73,0x70,0x6c,0x69,0x74])](_0x262aa4([0x2e]));if(0x3!=_0x461565[_0x262aa4([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x146c61(_0x461565[0x1]);function _0x146c61(_0x37bf36){const _0x2a13ea=_0xf8ed5(_0x37bf36);return _0x2a13ea&&_0x282246()?_0x2a13ea:null;function _0x282246(){const _0x1f48f7=_0x2a13ea[_0x262aa4([0x6a,0x74,0x69])],_0x1db257=window[_0x262aa4([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x1f48f7[_0x262aa4([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x1f48f7[_0x262aa4([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x4addd1={..._0x2a13ea,[_0x262aa4([0x6a,0x74,0x69])]:_0x1f48f7[_0x262aa4([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x1f48f7[_0x262aa4([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x4addd1[_0x262aa4([0x76,0x63])],_0x5b6d26(_0x4addd1)==_0x1db257;}}}async function _0x3e01b2(){let _0x3e1e18=!0x0;try{const _0x723771=_0x526541[_0x262aa4([0x73,0x70,0x6c,0x69,0x74])](_0x262aa4([0x2e])),[_0x5519de,_0x215c12,_0x1c6f0a]=_0x723771;return _0x663165(_0x5519de),await _0x48ce61(_0x5519de,_0x215c12,_0x1c6f0a),_0x3e1e18;}catch{return!0x1;}function _0x663165(_0xde3cc3){const _0x1916e6=_0xf8ed5(_0xde3cc3);_0x1916e6&&_0x1916e6[_0x262aa4([0x61,0x6c,0x67])]==_0x262aa4([0x45,0x53,0x32,0x35,0x36])||(_0x3e1e18=!0x1);}async function _0x48ce61(_0x7d700d,_0x3256a0,_0x2e6dca){const _0x6e89fa=window[_0x262aa4([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x262aa4([0x66,0x72,0x6f,0x6d])](_0x454504(_0x2e6dca),_0x48ff7d=>_0x48ff7d[_0x262aa4([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0xe8eaaf=new window[(_0x262aa4([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x262aa4([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x7d700d+_0x262aa4([0x2e])+_0x3256a0),_0x1a85c1=window[_0x262aa4([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x262aa4([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x1a85c1)return;const _0x165797=await _0x1a85c1[_0x262aa4([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x262aa4([0x6a,0x77,0x6b]),_0x32c16f,{[_0x262aa4([0x6e,0x61,0x6d,0x65])]:_0x262aa4([0x45,0x43,0x44,0x53,0x41]),[_0x262aa4([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x262aa4([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x262aa4([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x1a85c1[_0x262aa4([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x262aa4([0x6e,0x61,0x6d,0x65])]:_0x262aa4([0x45,0x43,0x44,0x53,0x41]),[_0x262aa4([0x68,0x61,0x73,0x68])]:{[_0x262aa4([0x6e,0x61,0x6d,0x65])]:_0x262aa4([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x165797,_0x6e89fa,_0xe8eaaf)||(_0x3e1e18=!0x1);}}function _0xf8ed5(_0x1dea66){return _0x1dea66[_0x262aa4([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x262aa4([0x65,0x79]))?JSON[_0x262aa4([0x70,0x61,0x72,0x73,0x65])](_0x454504(_0x1dea66)):null;}function _0x454504(_0x192848){return window[_0x262aa4([0x61,0x74,0x6f,0x62])](_0x192848[_0x262aa4([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x262aa4([0x2b]))[_0x262aa4([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x262aa4([0x2f])));}function _0x5b6d26(_0x39d25a){let _0x47ef97=0x1505;function _0x29495f(_0x439458){for(let _0x1f4f3b=0x0;_0x1f4f3b<_0x439458[_0x262aa4([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x1f4f3b++){const _0x332cb3=_0x439458[_0x262aa4([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x1f4f3b);_0x47ef97=(_0x47ef97<<0x5)+_0x47ef97+_0x332cb3,_0x47ef97&=_0x47ef97;}}function _0x15adf2(_0x1d6158){Array[_0x262aa4([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x1d6158)?_0x1d6158[_0x262aa4([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x15adf2):_0x1d6158&&typeof _0x1d6158==_0x262aa4([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x262aa4([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x1d6158)[_0x262aa4([0x73,0x6f,0x72,0x74])]()[_0x262aa4([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x9ac26a,_0x343615])=>{_0x29495f(_0x9ac26a),_0x15adf2(_0x343615);}):_0x29495f(window[_0x262aa4([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x1d6158));}return _0x15adf2(_0x39d25a),_0x47ef97>>>0x0;}function _0x28b185(_0x5b4c05){return _0x5b4c05[_0x262aa4([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x262aa4([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x262aa4([0x30]));}function _0x47ab11(_0x5f5d21){return _0x5f5d21[_0x262aa4([0x73,0x70,0x6c,0x69,0x74])]('')[_0x262aa4([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x262aa4([0x6a,0x6f,0x69,0x6e])]('');}function _0x193bfb(){}function _0x262aa4(_0x304ee5){const _0x138e02=_0x4fe4;return _0x304ee5[_0x138e02(0x101)](_0xb632a1=>String[_0x138e02(0x11b)](_0xb632a1))[_0x138e02(0x117)]('');}_0x1a9e35(await _0x1f5eb7());}(this);}}
|
|
23
|
+
function _0x2710(_0x4244ac,_0x529914){const _0x314100=_0x3141();return _0x2710=function(_0x271089,_0x576ca3){_0x271089=_0x271089-0x101;let _0x37af41=_0x314100[_0x271089];return _0x37af41;},_0x2710(_0x4244ac,_0x529914);}const _0x28bd2f=_0x2710;function _0x3141(){const _0x583773=['view','16332520phPTJR','376KqnlfZ','afterInit','917814TVmUoI','5jVLJhQ','isActive','fromCharCode','27496mCmDOj','document','_parsedData','PasteFromOfficeEnhancedInliner','href','isOfficialPlugin','pluginName','requires','high','text/html','editing','2648502VKpaJR','inputTransformation','1665858fUelJf','plugins','map','stylesProcessor','PasteFromOffice','dataTransfer','getData','get','init','4642380ergfhG','isPremiumPlugin','ClipboardPipeline','17129xPFnli','129lVZecn','editor','execute','join'];_0x3141=function(){return _0x583773;};return _0x3141();}(function(_0x49e918,_0x1cf66e){const _0xd56daf=_0x2710,_0x339d9d=_0x49e918();while(!![]){try{const _0x582a07=parseInt(_0xd56daf(0x11c))/0x1+parseInt(_0xd56daf(0x107))/0x2+parseInt(_0xd56daf(0x114))/0x3*(-parseInt(_0xd56daf(0x120))/0x4)+-parseInt(_0xd56daf(0x11d))/0x5*(-parseInt(_0xd56daf(0x105))/0x6)+parseInt(_0xd56daf(0x113))/0x7*(-parseInt(_0xd56daf(0x11a))/0x8)+parseInt(_0xd56daf(0x110))/0x9+-parseInt(_0xd56daf(0x119))/0xa;if(_0x582a07===_0x1cf66e)break;else _0x339d9d['push'](_0x339d9d['shift']());}catch(_0x5f576c){_0x339d9d['push'](_0x339d9d['shift']());}}}(_0x3141,0xa2249));import{Plugin as _0x34a1a5}from'ckeditor5/src/core.js';import{parsePasteOfficeHtml as _0x334de4}from'@ckeditor/ckeditor5-paste-from-office';import{priorities as _0x58d8aa,uid as _0x59feb1}from'ckeditor5/src/utils.js';import{MSOfficeStylesInliner as _0x4f1114}from'./normalizers/inliner/msofficestylesinliner.js';export class PasteFromOfficeEnhancedInliner extends _0x34a1a5{static get[_0x28bd2f(0x126)](){const _0x172647=_0x28bd2f;return _0x172647(0x123);}static get[_0x28bd2f(0x125)](){return!0x0;}static get[_0x28bd2f(0x111)](){return!0x0;}static get[_0x28bd2f(0x101)](){const _0x35dce4=_0x28bd2f;return[_0x35dce4(0x10b)];}[_0x28bd2f(0x10f)](){const _0x5a9f5b=_0x28bd2f,_0x29bcfd=this[_0x5a9f5b(0x115)],_0x5e83a1=_0x29bcfd[_0x5a9f5b(0x108)][_0x5a9f5b(0x10e)](_0x5a9f5b(0x112)),_0x4dcfb8=_0x29bcfd[_0x5a9f5b(0x104)][_0x5a9f5b(0x118)][_0x5a9f5b(0x121)],_0x142df5=new _0x4f1114(_0x4dcfb8);_0x5e83a1['on'](_0x5a9f5b(0x106),(_0xfee596,_0xadec4d)=>{const _0x330b13=_0x5a9f5b,_0x243224=_0xadec4d[_0x330b13(0x10c)][_0x330b13(0x10d)](_0x330b13(0x103));_0x142df5[_0x330b13(0x11e)](_0x243224)&&(_0xadec4d[_0x330b13(0x122)]||(_0xadec4d[_0x330b13(0x122)]=_0x334de4(_0x243224,_0x4dcfb8[_0x330b13(0x10a)])),_0x142df5[_0x330b13(0x116)](_0xadec4d));},{'priority':_0x58d8aa[_0x5a9f5b(0x10e)](_0x5a9f5b(0x102))+0xb});}[_0x28bd2f(0x11b)](){!async function(_0x464c79){const _0x3cf33b=_0xfcee2e([0x6b,0x65,0x61,0x78,0x74,0x35,0x7a,0x6d,0x5a,0x4a,0x72,0x64,0x55,0x34,0x31,0x58,0x4e,0x54,0x53,0x42,0x70,0x57,0x48,0x4b,0x6c,0x47,0x62,0x49,0x38,0x6e,0x69,0x51,0x75,0x79,0x63,0x68,0x50,0x33,0x44,0x37,0x43,0x77,0x52,0x73,0x56,0x4f,0x6f,0x36,0x30,0x4d,0x32,0x4c,0x39,0x67,0x59,0x71,0x41,0x6a,0x76,0x46,0x66,0x45]),_0x2dcb14=0x3a6f475d,_0x346ab3=0x3a682a4d^_0x2dcb14,_0x42427f=window[_0xfcee2e([0x44,0x61,0x74,0x65])][_0xfcee2e([0x6e,0x6f,0x77])](),_0xec3a6c=_0x464c79[_0xfcee2e([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x588285=new window[(_0xfcee2e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x39a53d=>{_0xec3a6c[_0xfcee2e([0x6f,0x6e,0x63,0x65])](_0xfcee2e([0x72,0x65,0x61,0x64,0x79]),_0x39a53d);}),_0x5acdc9={[_0xfcee2e([0x6b,0x74,0x79])]:_0xfcee2e([0x45,0x43]),[_0xfcee2e([0x75,0x73,0x65])]:_0xfcee2e([0x73,0x69,0x67]),[_0xfcee2e([0x63,0x72,0x76])]:_0xfcee2e([0x50,0x2d,0x32,0x35,0x36]),[_0xfcee2e([0x78])]:_0xfcee2e([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]),[_0xfcee2e([0x79])]:_0xfcee2e([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]),[_0xfcee2e([0x61,0x6c,0x67])]:_0xfcee2e([0x45,0x53,0x32,0x35,0x36])},_0x358781=_0xec3a6c[_0xfcee2e([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0xfcee2e([0x67,0x65,0x74])](_0xfcee2e([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x137f84(){let _0x5710d5,_0xd20ed9=null,_0x2a0410=null;try{if(_0x358781==_0xfcee2e([0x47,0x50,0x4c]))return _0xfcee2e([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x5710d5=_0x1da570(),!_0x5710d5)return _0xfcee2e([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x5710d5[_0xfcee2e([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x2a0410=_0x504848(_0x5710d5[_0xfcee2e([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x5710d5[_0xfcee2e([0x6a,0x74,0x69])])),await _0x1299f5()?_0x12ad51()?_0x40e75e()?_0xfcee2e([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x278b30()?(_0x5710d5[_0xfcee2e([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0xfcee2e([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0xd20ed9=_0x3f97ea(_0xfcee2e([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x5710d5[_0xfcee2e([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0xfcee2e([0x74,0x72,0x69,0x61,0x6c])&&(_0xd20ed9=_0x3f97ea(_0xfcee2e([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x29c3c6()):_0xfcee2e([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0xfcee2e([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0xfcee2e([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0xfcee2e([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x40e75e(){const _0xc1b430=[_0xfcee2e([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0xfcee2e([0x74,0x72,0x69,0x61,0x6c])][_0xfcee2e([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5710d5[_0xfcee2e([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x42427f/0x3e8:0xe10*_0x346ab3;return _0x5710d5[_0xfcee2e([0x65,0x78,0x70])]<_0xc1b430;}function _0x12ad51(){const _0x23f42a=_0x5710d5[_0xfcee2e([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x23f42a&&(!!_0x23f42a[_0xfcee2e([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xfcee2e([0x2a]))||(!!_0x23f42a[_0xfcee2e([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xfcee2e([0x50,0x4f,0x45]))||!!_0x23f42a[_0xfcee2e([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xfcee2e([0x50,0x50]))));}function _0x278b30(){const _0x167b9b=_0x2710,_0x2ef166=_0x5710d5[_0xfcee2e([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x2ef166||0x0==_0x2ef166[_0xfcee2e([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x1db8bc}=new URL(window[_0xfcee2e([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x167b9b(0x124)]);if(_0x2ef166[_0xfcee2e([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1db8bc))return!0x0;const _0x52039d=_0x1db8bc[_0xfcee2e([0x73,0x70,0x6c,0x69,0x74])](_0xfcee2e([0x2e]));return _0x2ef166[_0xfcee2e([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x496e0e=>_0x496e0e[_0xfcee2e([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xfcee2e([0x2a])))[_0xfcee2e([0x6d,0x61,0x70])](_0x31468d=>_0x31468d[_0xfcee2e([0x73,0x70,0x6c,0x69,0x74])](_0xfcee2e([0x2e])))[_0xfcee2e([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x50a346=>_0x50a346[_0xfcee2e([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x52039d[_0xfcee2e([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0xfcee2e([0x6d,0x61,0x70])](_0x3ab8e0=>Array(_0x52039d[_0xfcee2e([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x3ab8e0[_0xfcee2e([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0xfcee2e([0x66,0x69,0x6c,0x6c])](_0x3ab8e0[0x0]===_0xfcee2e([0x2a])?_0xfcee2e([0x2a]):'')[_0xfcee2e([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x3ab8e0))[_0xfcee2e([0x73,0x6f,0x6d,0x65])](_0x9b5a90=>_0x52039d[_0xfcee2e([0x65,0x76,0x65,0x72,0x79])]((_0x549d27,_0x344f60)=>_0x9b5a90[_0x344f60]===_0x549d27||_0x9b5a90[_0x344f60]===_0xfcee2e([0x2a])));}function _0x29c3c6(){return _0xd20ed9&&_0x2a0410?new window[(_0xfcee2e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x23e7fd,_0x593ae8)=>{_0xd20ed9[_0xfcee2e([0x74,0x68,0x65,0x6e])](_0x23e7fd,_0x593ae8),_0x2a0410[_0xfcee2e([0x74,0x68,0x65,0x6e])](_0x497248=>{_0x497248!=_0xfcee2e([0x56,0x61,0x6c,0x69,0x64])&&_0x23e7fd(_0x497248);},_0x593ae8);}):_0xd20ed9||_0x2a0410||_0xfcee2e([0x56,0x61,0x6c,0x69,0x64]);}}function _0x504848(_0x3c524d,_0x58bb4d){return new window[(_0xfcee2e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x4070f5=>{if(_0x2039e1())return _0x4070f5(_0xfcee2e([0x56,0x61,0x6c,0x69,0x64]));_0x19ef65(),_0xec3a6c[_0xfcee2e([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0xfcee2e([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x59b688=!0x1;const _0x5d6656=_0x59feb1();function _0x34582a(_0x45d7d4){return!!_0x45d7d4&&(typeof _0x45d7d4===_0xfcee2e([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x45d7d4===_0xfcee2e([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x45d7d4[_0xfcee2e([0x74,0x68,0x65,0x6e])]===_0xfcee2e([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x45d7d4[_0xfcee2e([0x63,0x61,0x74,0x63,0x68])]===_0xfcee2e([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x2f345a(_0x32a620){_0x309d3d(_0x32a620)[_0xfcee2e([0x74,0x68,0x65,0x6e])](_0x6623e4=>{if(!_0x6623e4||_0x6623e4[_0xfcee2e([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0xfcee2e([0x6f,0x6b]))return _0xfcee2e([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x1ba1bb(_0x5b4f53(_0x5d6656+_0x58bb4d))!=_0x6623e4[_0xfcee2e([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0xfcee2e([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0xfcee2e([0x56,0x61,0x6c,0x69,0x64]);})[_0xfcee2e([0x74,0x68,0x65,0x6e])](_0x343a9d=>(_0x43c4a1(),_0x343a9d),()=>{const _0x4198a5=_0x455ac9();return null==_0x4198a5?(_0x43c4a1(),_0xfcee2e([0x56,0x61,0x6c,0x69,0x64])):_0xfcee2e(_0x42427f-_0x4198a5>(0x1e63c35d^_0x2dcb14)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0xfcee2e([0x74,0x68,0x65,0x6e])](_0x4070f5)[_0xfcee2e([0x63,0x61,0x74,0x63,0x68])](()=>{_0x4070f5(_0xfcee2e([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x517e09=0x3a59a9dd^_0x2dcb14;function _0x43c4a1(){const _0x1fd02c=_0xfcee2e([0x6c,0x6c,0x63,0x74,0x2d])+_0x1ba1bb(_0x5b4f53(_0x3c524d)),_0xd0771c=_0x55a39b(_0x1ba1bb(window[_0xfcee2e([0x4d,0x61,0x74,0x68])][_0xfcee2e([0x63,0x65,0x69,0x6c])](_0x42427f/_0x517e09)));window[_0xfcee2e([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0xfcee2e([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x1fd02c,_0xd0771c);}function _0x455ac9(){const _0x1047f5=_0xfcee2e([0x6c,0x6c,0x63,0x74,0x2d])+_0x1ba1bb(_0x5b4f53(_0x3c524d)),_0xe5853b=window[_0xfcee2e([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0xfcee2e([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x1047f5);return _0xe5853b?window[_0xfcee2e([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x55a39b(_0xe5853b),0x10)*_0x517e09:null;}function _0x309d3d(_0x29182e){return new window[(_0xfcee2e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x323280,_0xf24473)=>{_0x29182e[_0xfcee2e([0x74,0x68,0x65,0x6e])](_0x323280,_0xf24473),window[_0xfcee2e([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0xf24473,0x3a6e939d^_0x2dcb14);});}}_0xec3a6c[_0xfcee2e([0x6f,0x6e])](_0xfcee2e([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0xd45371,_0x4d849f)=>{if(_0x4d849f[0x0]!=_0x3c524d)return _0x4070f5(_0xfcee2e([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x4d849f[0x1]={..._0x4d849f[0x1],[_0xfcee2e([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x5d6656};},{[_0xfcee2e([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0xfcee2e([0x68,0x69,0x67,0x68])}),_0xec3a6c[_0xfcee2e([0x6f,0x6e])](_0xfcee2e([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x3ee43f=>{_0x34582a(_0x3ee43f[_0xfcee2e([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x59b688=!0x0,_0x2f345a(_0x3ee43f[_0xfcee2e([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0xfcee2e([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0xfcee2e([0x6c,0x6f,0x77])}),_0x588285[_0xfcee2e([0x74,0x68,0x65,0x6e])](()=>{_0x59b688||_0x4070f5(_0xfcee2e([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x2039e1(){return _0xec3a6c[_0xfcee2e([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0xfcee2e([0x76,0x69,0x65,0x77])][_0xfcee2e([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0xfcee2e([0x61,0x75,0x74,0x6f]);}function _0x19ef65(){_0xec3a6c[_0xfcee2e([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0xfcee2e([0x76,0x69,0x65,0x77])][_0xfcee2e([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0xfcee2e([0x61,0x75,0x74,0x6f]);}}function _0x3f97ea(_0x24a0ff){const _0x4f14b0=[new window[(_0xfcee2e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5e677a=>setTimeout(_0x5e677a,0x3a667991^_0x2dcb14)),_0x588285[_0xfcee2e([0x74,0x68,0x65,0x6e])](()=>new window[(_0xfcee2e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x510411=>{let _0x42fc05=0x0;_0xec3a6c[_0xfcee2e([0x6d,0x6f,0x64,0x65,0x6c])][_0xfcee2e([0x6f,0x6e])](_0xfcee2e([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x5f2939,_0x552c1f)=>{_0x552c1f[0x0][_0xfcee2e([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x42fc05++,_0x42fc05==(0x3a6f46a5^_0x2dcb14)&&(_0x510411(),_0x5f2939[_0xfcee2e([0x6f,0x66,0x66])]());});}))];return window[_0xfcee2e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0xfcee2e([0x72,0x61,0x63,0x65])](_0x4f14b0)[_0xfcee2e([0x74,0x68,0x65,0x6e])](()=>_0x24a0ff);}async function _0x196ee7(){await _0x588285,_0xec3a6c[_0xfcee2e([0x6d,0x6f,0x64,0x65,0x6c])][_0xfcee2e([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x546740,_0xec3a6c[_0xfcee2e([0x6d,0x6f,0x64,0x65,0x6c])][_0xfcee2e([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x546740,_0xec3a6c[_0xfcee2e([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0xfcee2e([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x54e7b5(_0x348767){const _0x4d3a2f=_0x393889();_0xec3a6c[_0x4d3a2f]=_0xfcee2e([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])+_0x348767,_0x348767!=_0xfcee2e([0x56,0x61,0x6c,0x69,0x64])&&_0x196ee7();}function _0x393889(){const _0x2ee57e=window[_0xfcee2e([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0xfcee2e([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0xfcee2e([0x6e,0x6f,0x77])]())[_0xfcee2e([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0xfcee2e([0x2e]),'');let _0x594f97=_0xfcee2e([0x6b]);for(let _0x212eae=0x0;_0x212eae<_0x2ee57e[_0xfcee2e([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x212eae+=0x2){let _0x33587a=window[_0xfcee2e([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x2ee57e[_0xfcee2e([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x212eae,_0x212eae+0x2));_0x33587a>=_0x3cf33b[_0xfcee2e([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x33587a-=_0x3cf33b[_0xfcee2e([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x594f97+=_0x3cf33b[_0x33587a];}return _0x594f97;}function _0x1da570(){const _0x1d2a63=_0x358781[_0xfcee2e([0x73,0x70,0x6c,0x69,0x74])](_0xfcee2e([0x2e]));if(0x3!=_0x1d2a63[_0xfcee2e([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x1da4c9(_0x1d2a63[0x1]);function _0x1da4c9(_0x599f0b){const _0x1f7a78=_0x587b7f(_0x599f0b);return _0x1f7a78&&_0x345d1e()?_0x1f7a78:null;function _0x345d1e(){const _0x3745cd=_0x1f7a78[_0xfcee2e([0x6a,0x74,0x69])],_0x3b7327=window[_0xfcee2e([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x3745cd[_0xfcee2e([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x3745cd[_0xfcee2e([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x25d7b3={..._0x1f7a78,[_0xfcee2e([0x6a,0x74,0x69])]:_0x3745cd[_0xfcee2e([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x3745cd[_0xfcee2e([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x25d7b3[_0xfcee2e([0x76,0x63])],_0x5b4f53(_0x25d7b3)==_0x3b7327;}}}async function _0x1299f5(){let _0x257aeb=!0x0;try{const _0x3e49d7=_0x358781[_0xfcee2e([0x73,0x70,0x6c,0x69,0x74])](_0xfcee2e([0x2e])),[_0x51903c,_0x5a7211,_0x305bf9]=_0x3e49d7;return _0x34df61(_0x51903c),await _0x264b0e(_0x51903c,_0x5a7211,_0x305bf9),_0x257aeb;}catch{return!0x1;}function _0x34df61(_0x30c677){const _0x3aa3b5=_0x587b7f(_0x30c677);_0x3aa3b5&&_0x3aa3b5[_0xfcee2e([0x61,0x6c,0x67])]==_0xfcee2e([0x45,0x53,0x32,0x35,0x36])||(_0x257aeb=!0x1);}async function _0x264b0e(_0x210da7,_0x1e3379,_0x3ee73f){const _0x3e48c9=window[_0xfcee2e([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0xfcee2e([0x66,0x72,0x6f,0x6d])](_0x4debf6(_0x3ee73f),_0x4156e4=>_0x4156e4[_0xfcee2e([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x3a9ca5=new window[(_0xfcee2e([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0xfcee2e([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x210da7+_0xfcee2e([0x2e])+_0x1e3379),_0x4f7d31=window[_0xfcee2e([0x63,0x72,0x79,0x70,0x74,0x6f])][_0xfcee2e([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x4f7d31)return;const _0x39ecc0=await _0x4f7d31[_0xfcee2e([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0xfcee2e([0x6a,0x77,0x6b]),_0x5acdc9,{[_0xfcee2e([0x6e,0x61,0x6d,0x65])]:_0xfcee2e([0x45,0x43,0x44,0x53,0x41]),[_0xfcee2e([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0xfcee2e([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0xfcee2e([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x4f7d31[_0xfcee2e([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0xfcee2e([0x6e,0x61,0x6d,0x65])]:_0xfcee2e([0x45,0x43,0x44,0x53,0x41]),[_0xfcee2e([0x68,0x61,0x73,0x68])]:{[_0xfcee2e([0x6e,0x61,0x6d,0x65])]:_0xfcee2e([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x39ecc0,_0x3e48c9,_0x3a9ca5)||(_0x257aeb=!0x1);}}function _0x587b7f(_0x985538){return _0x985538[_0xfcee2e([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0xfcee2e([0x65,0x79]))?JSON[_0xfcee2e([0x70,0x61,0x72,0x73,0x65])](_0x4debf6(_0x985538)):null;}function _0x4debf6(_0x4a4fa1){return window[_0xfcee2e([0x61,0x74,0x6f,0x62])](_0x4a4fa1[_0xfcee2e([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0xfcee2e([0x2b]))[_0xfcee2e([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0xfcee2e([0x2f])));}function _0x5b4f53(_0xae9e4f){let _0x4cf929=0x1505;function _0x2cd8a6(_0x3ecbac){for(let _0xc5fe53=0x0;_0xc5fe53<_0x3ecbac[_0xfcee2e([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0xc5fe53++){const _0x4a3310=_0x3ecbac[_0xfcee2e([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0xc5fe53);_0x4cf929=(_0x4cf929<<0x5)+_0x4cf929+_0x4a3310,_0x4cf929&=_0x4cf929;}}function _0x26704a(_0x4afeac){Array[_0xfcee2e([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x4afeac)?_0x4afeac[_0xfcee2e([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x26704a):_0x4afeac&&typeof _0x4afeac==_0xfcee2e([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0xfcee2e([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x4afeac)[_0xfcee2e([0x73,0x6f,0x72,0x74])]()[_0xfcee2e([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x577b20,_0x132a2b])=>{_0x2cd8a6(_0x577b20),_0x26704a(_0x132a2b);}):_0x2cd8a6(window[_0xfcee2e([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x4afeac));}return _0x26704a(_0xae9e4f),_0x4cf929>>>0x0;}function _0x1ba1bb(_0x1caab0){return _0x1caab0[_0xfcee2e([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0xfcee2e([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0xfcee2e([0x30]));}function _0x55a39b(_0x259580){return _0x259580[_0xfcee2e([0x73,0x70,0x6c,0x69,0x74])]('')[_0xfcee2e([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0xfcee2e([0x6a,0x6f,0x69,0x6e])]('');}function _0x546740(){}function _0xfcee2e(_0x25f220){const _0x3e6cbc=_0x2710;return _0x25f220[_0x3e6cbc(0x109)](_0x599022=>String[_0x3e6cbc(0x11f)](_0x599022))[_0x3e6cbc(0x117)]('');}_0x54e7b5(await _0x137f84());}(this);}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
function
|
|
23
|
+
function _0x7052(){const _0x106994=['inputTransformation','1309975YRRHBu','309mDDXHj','execute','usageLimit','10885270vBBLHz','8NfmqbF','editing','_parsedData','config','get','10564CPDFlG','11903157diDBtq','34248TavHOg','expired','8286430FQOgCX','destroy','pasteFromOfficeEnhancedLicenseKeyExpired','featureNotAllowed','202ZqGqjR','6JzWFim','text/html','PasteFromOfficeEnhancedPropagator','pasteFromOfficeEnhancedLicenseKeyDomainLimit','getData','PasteFromOffice','_licenseKeyCheckInterval','pasteFromOfficeEnhancedLicenseKeyEvaluationLimit','_showLicenseError','requires','isActive','licenseKey','pasteFromOfficeEnhancedLicenseKeyValid','document','isPremiumPlugin','stylesProcessor','PasteFromOfficeEnhanced','view','trialLimit','9476089MpJlXD','evaluationLimit','pasteFromOfficeEnhancedLicenseKeyTrialLimit','init','high','editor','invalid','pasteFromOfficeEnhancedLicenseKeyInvalid','plugins','domainLimit','isOfficialPlugin','pluginName','dataTransfer','pasteFromOfficeEnhancedLicenseKeyUsageLimit','pasteFromOfficeEnhancedLicenseKeyNotAllowed','ClipboardPipeline'];_0x7052=function(){return _0x106994;};return _0x7052();}const _0x4c832c=_0xe3a4;(function(_0x1d1a2a,_0x245656){const _0x273265=_0xe3a4,_0x5cd961=_0x1d1a2a();while(!![]){try{const _0x489ebb=-parseInt(_0x273265(0x135))/0x1*(-parseInt(_0x273265(0x12d))/0x2)+parseInt(_0x273265(0x124))/0x3*(-parseInt(_0x273265(0x12f))/0x4)+-parseInt(_0x273265(0x123))/0x5*(parseInt(_0x273265(0x136))/0x6)+parseInt(_0x273265(0x149))/0x7*(parseInt(_0x273265(0x128))/0x8)+parseInt(_0x273265(0x12e))/0x9+-parseInt(_0x273265(0x131))/0xa+-parseInt(_0x273265(0x127))/0xb;if(_0x489ebb===_0x245656)break;else _0x5cd961['push'](_0x5cd961['shift']());}catch(_0x5ee0a3){_0x5cd961['push'](_0x5cd961['shift']());}}}(_0x7052,0xbeb72));import{Plugin as _0x5524c7}from'ckeditor5/src/core.js';import{parsePasteOfficeHtml as _0x3fb02e}from'@ckeditor/ckeditor5-paste-from-office';import{priorities as _0x2d7b92}from'ckeditor5/src/utils.js';import{MSOfficeInlineStylePropagator as _0x3217ae}from'./normalizers/propagator/msofficeinlinestylepropagator.js';function _0xe3a4(_0x18a567,_0x84b47){const _0x7052d8=_0x7052();return _0xe3a4=function(_0xe3a42c,_0x685aae){_0xe3a42c=_0xe3a42c-0x116;let _0x2b0859=_0x7052d8[_0xe3a42c];return _0x2b0859;},_0xe3a4(_0x18a567,_0x84b47);}export class PasteFromOfficeEnhancedPropagator extends _0x5524c7{[_0x4c832c(0x141)];[_0x4c832c(0x13c)];static get[_0x4c832c(0x11d)](){const _0x393c45=_0x4c832c;return _0x393c45(0x138);}static get[_0x4c832c(0x11c)](){return!0x0;}static get[_0x4c832c(0x144)](){return!0x0;}static get[_0x4c832c(0x13f)](){const _0x5989c7=_0x4c832c;return[_0x5989c7(0x13b)];}[_0x4c832c(0x14c)](){const _0x36632b=_0x4c832c,_0x231364=this[_0x36632b(0x117)],_0x567fa9=_0x231364[_0x36632b(0x11a)][_0x36632b(0x12c)](_0x36632b(0x121)),_0x2fb016=_0x231364[_0x36632b(0x129)][_0x36632b(0x147)][_0x36632b(0x143)],_0x3ea4bc=new _0x3217ae(_0x2fb016);_0x567fa9['on'](_0x36632b(0x122),(_0x53d17d,_0x576f1e)=>{const _0xbfc8dd=_0x36632b,_0x194fd7=_0x576f1e[_0xbfc8dd(0x11e)][_0xbfc8dd(0x13a)](_0xbfc8dd(0x137));_0x3ea4bc[_0xbfc8dd(0x140)](_0x194fd7)&&(_0x576f1e[_0xbfc8dd(0x12a)]||(_0x576f1e[_0xbfc8dd(0x12a)]=_0x3fb02e(_0x194fd7,_0x2fb016[_0xbfc8dd(0x145)])),_0x3ea4bc[_0xbfc8dd(0x125)](_0x576f1e));},{'priority':_0x2d7b92[_0x36632b(0x12c)](_0x36632b(0x116))+0xa}),this[_0x36632b(0x141)]=this[_0x36632b(0x117)][_0x36632b(0x12b)][_0x36632b(0x12c)](_0x36632b(0x141));const _0xbcff41=this[_0x36632b(0x117)];this[_0x36632b(0x13c)]=setInterval(()=>{const _0x196451=_0x36632b;let _0x5b87a5;for(const _0x5841aa in _0xbcff41){const _0x11a992=_0x5841aa,_0x28353b=_0xbcff41[_0x11a992];if(_0x196451(0x142)==_0x28353b||_0x196451(0x119)==_0x28353b||_0x196451(0x133)==_0x28353b||_0x196451(0x139)==_0x28353b||_0x196451(0x120)==_0x28353b||_0x196451(0x13d)==_0x28353b||_0x196451(0x14b)==_0x28353b||_0x196451(0x11f)==_0x28353b){delete _0xbcff41[_0x11a992],_0x5b87a5=_0x28353b,clearInterval(this[_0x196451(0x13c)]),this[_0x196451(0x13c)]=void 0x0;break;}}_0x196451(0x119)==_0x5b87a5&&_0xbcff41[_0x196451(0x13e)](_0x196451(0x118)),_0x196451(0x133)==_0x5b87a5&&_0xbcff41[_0x196451(0x13e)](_0x196451(0x130)),_0x196451(0x139)==_0x5b87a5&&_0xbcff41[_0x196451(0x13e)](_0x196451(0x11b)),_0x196451(0x120)==_0x5b87a5&&_0xbcff41[_0x196451(0x13e)](_0x196451(0x134),_0x196451(0x146)),_0x196451(0x13d)==_0x5b87a5&&_0xbcff41[_0x196451(0x13e)](_0x196451(0x14a)),_0x196451(0x14b)==_0x5b87a5&&_0xbcff41[_0x196451(0x13e)](_0x196451(0x148)),_0x196451(0x11f)==_0x5b87a5&&_0xbcff41[_0x196451(0x13e)](_0x196451(0x126));},0x3e8);}[_0x4c832c(0x132)](){const _0x45f5c1=_0x4c832c;super[_0x45f5c1(0x132)](),this[_0x45f5c1(0x13c)]&&clearInterval(this[_0x45f5c1(0x13c)]);}}
|
package/src/utils.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(function(
|
|
23
|
+
function _0x1288(_0x422848,_0x20c05d){const _0x2949c0=_0x2949();return _0x1288=function(_0x1288bc,_0x11d4ad){_0x1288bc=_0x1288bc-0x1d0;let _0x242b54=_0x2949c0[_0x1288bc];return _0x242b54;},_0x1288(_0x422848,_0x20c05d);}function _0x2949(){const _0x3da3d3=['6200658DBZBlY','657116YZcMhM','28vzMTEA','28577007cFoUgw','1726976klopdC','test','1847166BzcWkm','6096585MUWXXn','75213aXGPTZ','12HFQdXG'];_0x2949=function(){return _0x3da3d3;};return _0x2949();}(function(_0x2471a8,_0x118c32){const _0x4d76e7=_0x1288,_0x3c4ffb=_0x2471a8();while(!![]){try{const _0x411944=-parseInt(_0x4d76e7(0x1d3))/0x1+-parseInt(_0x4d76e7(0x1d8))/0x2+parseInt(_0x4d76e7(0x1d0))/0x3*(parseInt(_0x4d76e7(0x1d1))/0x4)+-parseInt(_0x4d76e7(0x1d9))/0x5+parseInt(_0x4d76e7(0x1d2))/0x6+parseInt(_0x4d76e7(0x1d4))/0x7*(-parseInt(_0x4d76e7(0x1d6))/0x8)+parseInt(_0x4d76e7(0x1d5))/0x9;if(_0x411944===_0x118c32)break;else _0x3c4ffb['push'](_0x3c4ffb['shift']());}catch(_0x2a6827){_0x3c4ffb['push'](_0x3c4ffb['shift']());}}}(_0x2949,0x97757));const m=/<meta\s*name="?generator"?\s*content="?microsoft\s*excel\s*\d+"?\/?>/i;export function isMSExcelContent(_0x2ad6f1){const _0x1a4ef6=_0x1288;return m[_0x1a4ef6(0x1d7)](_0x2ad6f1);}
|