@ckeditor/ckeditor5-paste-from-office-enhanced 45.1.0-alpha.7 → 45.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/paste-from-office-enhanced.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +6 -6
- package/src/index.js +1 -1
- package/src/legacyerrors.js +1 -1
- package/src/normalizers/inliner/msofficestylesinliner.js +1 -1
- package/src/normalizers/inliner/utils.js +1 -1
- package/src/normalizers/propagator/msofficeinlinestylepropagator.js +1 -1
- package/src/normalizers/propagator/utils.js +1 -1
- package/src/pastefromofficeenhanced.js +1 -1
- package/src/pastefromofficeenhancedinliner.js +1 -1
- package/src/pastefromofficeenhancedpropagator.js +1 -1
- package/src/utils.js +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
3
|
* For licensing, see LICENSE.md.
|
|
4
|
-
*/(()=>{var t={237:t=>{"use strict";t.exports=CKEditor5.dll},331:(t,e,n)=>{t.exports=n(237)("./src/clipboard.js")},584:(t,e,n)=>{t.exports=n(237)("./src/utils.js")},782:(t,e,n)=>{t.exports=n(237)("./src/core.js")},783:(t,e,n)=>{t.exports=n(237)("./src/engine.js")}},e={};function n(r){var s=e[r];if(void 0!==s)return s.exports;var i=e[r]={exports:{}};return t[r](i,i.exports,n),i.exports}n.d=(t,e)=>{for(var r in e)n.o(e,r)&&!n.o(t,r)&&Object.defineProperty(t,r,{enumerable:!0,get:e[r]})},n.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),n.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})};var r={};(()=>{"use strict";n.r(r),n.d(r,{PasteFromOfficeEnhanced:()=>at});var t=n(782);n(331);var e=n(783);function s(t){return void 0!==t&&t.endsWith("px")}function i(t){return t.toFixed(2).replace(/\.?0+$/,"")+"px"}function o(t,n,r){if(!t.childCount)return;const o=new e.UpcastWriter(t.document),a=function(t,e){const n=e.createRangeIn(t),r=[],s=new Set;for(const t of n.getItems()){if(!t.is("element")||!t.name.match(/^(p|h\d+|li|div)$/))continue;let e=d(t);if(void 0===e||0!=parseFloat(e)||Array.from(t.getClassNames()).find((t=>t.startsWith("MsoList")))||(e=void 0),t.hasStyle("mso-list")||void 0!==e&&s.has(e)){const n=p(t);r.push({element:t,id:n.id,order:n.order,indent:n.indent,marginLeft:e}),void 0!==e&&s.add(e)}else s.clear()}return r}(t,o);if(!a.length)return;const l={},h=[];for(const t of a)if(void 0!==t.indent){c(t)||(h.length=0);const e=`${t.id}:${t.indent}`,a=Math.min(t.indent-1,h.length);if(a<h.length&&h[a].id!==t.id&&(h.length=a),a<h.length-1)h.length=a+1;else{const c=u(t,n);if(a>h.length-1||h[a].listElement.name!=c.type){0==a&&"ol"==c.type&&void 0!==t.id&&l[e]&&(c.startIndex=l[e]);const n=f(c,o,r);if(s(t.marginLeft)&&(0==a||s(h[a-1].marginLeft))){let e=t.marginLeft;a>0&&(e=i(parseFloat(e)-parseFloat(h[a-1].marginLeft))),o.setStyle("padding-left",e,n)}if(0==h.length){const e=t.element.parent,r=e.getChildIndex(t.element)+1;o.insertChild(r,n,e)}else{const t=h[a-1].listItemElements;o.appendChild(n,t[t.length-1])}h[a]={...t,listElement:n,listItemElements:[]},0==a&&void 0!==t.id&&(l[e]=c.startIndex||1)}}const p="li"==t.element.name?t.element:o.createElement("li");o.appendChild(p,h[a].listElement),h[a].listItemElements.push(p),0==a&&void 0!==t.id&&l[e]++,t.element!=p&&o.appendChild(t.element,p),m(t.element,o),o.removeStyle("text-indent",t.element),o.removeStyle("margin-left",t.element)}else{const e=h.find((e=>e.marginLeft==t.marginLeft));if(e){const n=e.listItemElements;o.appendChild(t.element,n[n.length-1]),o.removeStyle("margin-left",t.element)}else h.length=0}}function c(t){const e=t.element.previousSibling;return a(e||t.element.parent)}function a(t){return t.is("element","ol")||t.is("element","ul")}function u(t,e){const n=new RegExp(`@list l${t.id}:level${t.indent}\\s*({[^}]*)`,"gi"),r=/mso-level-number-format:([^;]{0,100});/gi,s=/mso-level-start-at:\s{0,100}([0-9]{0,10})\s{0,100};/gi,i=new RegExp(`@list\\s+l${t.id}:level\\d\\s*{[^{]*mso-level-text:"%\\d\\\\.`,"gi"),o=new RegExp(`@list l${t.id}:level\\d\\s*{[^{]*mso-level-number-format:`,"gi"),c=i.exec(e),a=o.exec(e),u=c&&!a,f=n.exec(e);let p="decimal",m="ol",d=null;if(f&&f[1]){const e=r.exec(f[1]);if(e&&e[1]&&(p=e[1].trim(),m="bullet"!==p&&"image"!==p?"ol":"ul"),"bullet"===p){const e=function(t){if("li"==t.name&&"ul"==t.parent.name&&t.parent.hasAttribute("type"))return t.parent.getAttribute("type");const e=function(t){if(t.getChild(0).is("$text"))return null;for(const e of t.getChildren()){if(!e.is("element","span"))continue;const t=e.getChild(0);if(t)return t.is("$text")?t:t.getChild(0)}return null}(t);if(!e)return null;const n=e._data;if("o"===n)return"circle";if("·"===n)return"disc";if("§"===n)return"square";return null}(t.element);e&&(p=e)}else{const t=s.exec(f[1]);t&&t[1]&&(d=parseInt(t[1]))}u&&(m="ol")}return{type:m,startIndex:d,style:l(p),isLegalStyleList:u}}function l(t){if(t.startsWith("arabic-leading-zero"))return"decimal-leading-zero";switch(t){case"alpha-upper":return"upper-alpha";case"alpha-lower":return"lower-alpha";case"roman-upper":return"upper-roman";case"roman-lower":return"lower-roman";case"circle":case"disc":case"square":return t;default:return null}}function f(t,e,n){const r=e.createElement(t.type);return t.style&&e.setStyle("list-style-type",t.style,r),t.startIndex&&t.startIndex>1&&e.setAttribute("start",t.startIndex,r),t.isLegalStyleList&&n&&e.addClass("legal-list",r),r}function p(t){const e=t.getStyle("mso-list");if(void 0===e)return{};const n=e.match(/(^|\s{1,100})l(\d+)/i),r=e.match(/\s{0,100}lfo(\d+)/i),s=e.match(/\s{0,100}level(\d+)/i);return n&&r&&s?{id:n[2],order:r[1],indent:parseInt(s[1])}:{indent:1}}function m(t,n){const r=new e.Matcher({name:"span",styles:{"mso-list":"Ignore"}}),s=n.createRangeIn(t);for(const t of s)"elementStart"===t.type&&r.match(t.item)&&n.remove(t.item)}function d(t){const e=t.getStyle("margin-left");return void 0===e||e.endsWith("px")?e:function(t){const e=parseFloat(t);return t.endsWith("pt")?i(96*e/72):t.endsWith("pc")?i(12*e*96/72):t.endsWith("in")?i(96*e):t.endsWith("cm")?i(96*e/2.54):t.endsWith("mm")?i(e/10*96/2.54):t}(e)}function h(t,n){if(!t.childCount)return;const r=new e.UpcastWriter(t.document),s=function(t,n){const r=n.createRangeIn(t),s=new e.Matcher({name:/v:(.+)/}),i=[];for(const t of r){if("elementStart"!=t.type)continue;const e=t.item,n=e.previousSibling,r=n&&n.is("element")?n.name:null,o=["Chart"],c=s.match(e),a=e.getAttribute("o:gfxdata"),u="v:shapetype"===r,l=a&&o.some((t=>e.getAttribute("id").includes(t)));c&&a&&!u&&!l&&i.push(t.item.getAttribute("id"))}return i}(t,r);!function(t,n,r){const s=r.createRangeIn(n),i=new e.Matcher({name:"img"}),o=[];for(const e of s)if(e.item.is("element")&&i.match(e.item)){const n=e.item,r=n.getAttribute("v:shapes")?n.getAttribute("v:shapes").split(" "):[];r.length&&r.every((e=>t.indexOf(e)>-1))?o.push(n):n.getAttribute("src")||o.push(n)}for(const t of o)r.remove(t)}(s,t,r),function(t,e,n){const r=n.createRangeIn(e),s=[];for(const e of r)if("elementStart"==e.type&&e.item.is("element","v:shape")){const n=e.item.getAttribute("id");if(t.includes(n))continue;i(e.item.parent.getChildren(),n)||s.push(e.item)}for(const t of s){const e={src:o(t)};t.hasAttribute("alt")&&(e.alt=t.getAttribute("alt"));const r=n.createElement("img",e);n.insertChild(t.index+1,r,t.parent)}function i(t,e){for(const n of t)if(n.is("element")){if("img"==n.name&&n.getAttribute("v:shapes")==e)return!0;if(i(n.getChildren(),e))return!0}return!1}function o(t){for(const e of t.getChildren())if(e.is("element")&&e.getAttribute("src"))return e.getAttribute("src")}}(s,t,r),function(t,n){const r=n.createRangeIn(t),s=new e.Matcher({name:/v:(.+)/}),i=[];for(const t of r)"elementStart"==t.type&&s.match(t.item)&&i.push(t.item);for(const t of i)n.remove(t)}(t,r);const i=function(t,n){const r=n.createRangeIn(t),s=new e.Matcher({name:"img"}),i=[];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,${g(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 g(t){return btoa(t.match(/\w{2}/g).map((t=>String.fromCharCode(parseInt(t,16)))).join(""))}const y=/<meta\s*name="?generator"?\s*content="?microsoft\s*word\s*\d+"?\/?>/i,I=/xmlns:o="urn:schemas-microsoft-com/i;class w{document;hasMultiLevelListPlugin;constructor(t,e=!1){this.document=t,this.hasMultiLevelListPlugin=e}isActive(t){return y.test(t)||I.test(t)}execute(t){const n=new e.UpcastWriter(this.document),{body:r,stylesString:s}=t._parsedData;!function(t,e){const n=[];for(const r of e.createRangeIn(t)){const t=r.item;t.is("element","a")&&!t.hasAttribute("href")&&(t.hasAttribute("id")||t.hasAttribute("name"))&&n.push(t)}for(const t of n){const n=t.parent.getChildIndex(t)+1,r=t.getChildren();e.insertChild(n,r,t.parent)}}(r,n),o(r,s,this.hasMultiLevelListPlugin),h(r,t.dataTransfer.getData("text/rtf")),function(t){const n=[],r=new e.UpcastWriter(t.document);for(const{item:e}of r.createRangeIn(t))if(e.is("element")){for(const t of e.getClassNames())/\bmso/gi.exec(t)&&r.removeClass(t,e);for(const t of e.getStyleNames())/\bmso/gi.exec(t)&&r.removeStyle(t,e);(e.is("element","w:sdt")||e.is("element","w:sdtpr")&&e.isEmpty||e.is("element","o:p")&&e.isEmpty)&&n.push(e)}for(const t of n){const e=t.parent,n=e.getChildIndex(t);r.insertChild(n,t.getChildren(),e),r.remove(t)}}(r),t.content=r}}function v(t){return t.replace(/<span(?: class="Apple-converted-space"|)>(\s+)<\/span>/g,((t,e)=>1===e.length?" ":Array(e.length+1).join(" ").substr(0,e.length)))}function b(t,n){const r=new DOMParser,s=function(t){return v(v(t)).replace(/(<span\s+style=['"]mso-spacerun:yes['"]>[^\S\r\n]*?)[\r\n]+([^\S\r\n]*<\/span>)/g,"$1$2").replace(/<span\s+style=['"]mso-spacerun:yes['"]><\/span>/g,"").replace(/(<span\s+style=['"]letter-spacing:[^'"]+?['"]>)[\r\n]+(<\/span>)/g,"$1 $2").replace(/ <\//g," </").replace(/ <o:p><\/o:p>/g," <o:p></o:p>").replace(/<o:p>( |\u00A0)<\/o:p>/g,"").replace(/>([^\S\r\n]*[\r\n]\s*)</g,"><")}(function(t){const e="</body>",n="</html>",r=t.indexOf(e);if(r<0)return t;const s=t.indexOf(n,r+e.length);return t.substring(0,r+e.length)+(s>=0?t.substring(s):"")}(t=(t=t.replace(/<!--\[if gte vml 1]>/g,"")).replace(/<o:SmartTagType(?:\s+[^\s>=]+(?:="[^"]*")?)*\s*\/?>/gi,""))),i=r.parseFromString(s,"text/html");!function(t){t.querySelectorAll("span[style*=spacerun]").forEach((t=>{const e=t,n=e.innerText.length||0;e.innerText=Array(n+1).join(" ").substr(0,n)}))}(i);const o=i.body.innerHTML,c=function(t,n){const r=new e.ViewDocument(n),s=new e.DomConverter(r,{renderingMode:"data"}),i=t.createDocumentFragment(),o=t.body.childNodes;for(;o.length>0;)i.appendChild(o[0]);return s.domToView(i,{skipComments:!0})}(i,n),a=function(t){const e=[],n=[],r=Array.from(t.getElementsByTagName("style"));for(const t of r)t.sheet&&t.sheet.cssRules&&t.sheet.cssRules.length&&(e.push(t.sheet),n.push(t.innerHTML));return{styles:e,stylesString:n.join(" ")}}(i);return{body:c,bodyString:o,styles:a.styles,stylesString:a.stylesString}}var x=n(584);function S(){const t=["2969124gQMOwu","2576825viWcsK","6156279lJJLDi","1934900MZWsoJ","60929HrDAAX","16166lVsHzI","7pqlNQz","102LSjhvA","test","5191672sXEQAk"];return(S=function(){return t})()}function C(t,e){const n=S();return(C=function(t,e){return n[t-=205]})(t,e)}!function(t){const e=C,n=t();for(;;)try{if(347673===parseInt(e(213))/1+-parseInt(e(214))/2*(parseInt(e(206))/3)+-parseInt(e(212))/4+parseInt(e(210))/5+parseInt(e(209))/6+-parseInt(e(205))/7*(parseInt(e(208))/8)+parseInt(e(211))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(S);const E=/<meta\s*name="?generator"?\s*content="?microsoft\s*excel\s*\d+"?\/?>/i;function A(t){return E[C(207)](t)}!function(t){const e=O,n=t();for(;;)try{if(473899===-parseInt(e(496))/1+-parseInt(e(507))/2*(parseInt(e(503))/3)+-parseInt(e(497))/4*(parseInt(e(494))/5)+parseInt(e(493))/6*(-parseInt(e(502))/7)+parseInt(e(486))/8*(parseInt(e(504))/9)+parseInt(e(492))/10+-parseInt(e(501))/11*(-parseInt(e(511))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(F);const P=/^(?<tagName>(?!\.)[\w-]+)?(\.(?<className>[\w-]+))?$/i;function L(t,e){const n=O,r=new Map;for(const[s,i]of e){if(!s[n(505)]&&!s[n(500)])continue;const e=!s[n(505)]||t[n(483)]===s[n(505)],o=!s[n(500)]||t[n(489)](s[n(500)]);e&&o&&r[n(508)](s,i)}return r}function O(t,e){const n=F();return(O=function(t,e){return n[t-=483]})(t,e)}function F(){const t=["hasClass","style","assign","6880380YSKMZi","624642ydgjhO","10ovaBHM","initial","820658yfeuUr","1436548TPNfyd","exec","split","className","1078vAjEdW","14ijXLKQ","3GMemRK","279LlMldr","tagName","length","1070782GDuWTZ","set","trim","cssRules","147648gQMHsU","selectorText","name","groups","getPropertyValue","222608ijsdVE","push","map"];return(F=function(){return t})()}function j(t){const e=O,n={};for(let r=0;r<t[e(506)];r++){const s=t[r],i=t[e(485)](s);e(495)!==i&&(n[s]=i)}return n}function M(t){const e=O,n=t[e(499)](",")[e(488)]((t=>t[e(509)]())),r=[];for(const t of n){const n=P[e(498)](t);n&&r[e(487)](n[e(484)])}return r}function W(t){const e=O,n={};for(const r of t)Object[e(491)](n,r);return n}const K=N;function N(t,e){const n=R();return(N=function(t,e){return n[t-=287]})(t,e)}function R(){const t=["item","2455WPCJSg","769466oxAskW","632008xElaeE","from","content","size","2136141ZaqkqF","isActive","14292tlCyCJ","createRangeIn","13054032mcBJsc","values","execute","7wtZXBc","setStyle","type","8009504iqkWSy","hasStyle","_parsedData","2921752lgUVyl","elementStart","document"];return(R=function(){return t})()}!function(t){const e=N,n=t();for(;;)try{if(613873===parseInt(e(298))/1+-parseInt(e(299))/2+parseInt(e(303))/3+parseInt(e(293))/4+parseInt(e(297))/5*(parseInt(e(305))/6)+-parseInt(e(287))/7*(parseInt(e(290))/8)+-parseInt(e(307))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(R);class T extends w{[K(309)](t){const n=K,{body:r,styles:s}=t[n(292)],i=new e.UpcastWriter(r[n(295)]),o=i[n(306)](r),c=function(t){const e=O,n=new Map;for(const r in t){const s=M(r),i=t[r];for(const t of s)n[e(508)](t,i)}return n}(function(t){const e=O,n={};for(const r of t)for(const t of r[e(510)])if(t instanceof CSSStyleRule){const r=j(t[e(490)]);n[t[e(512)]]=Object[e(491)]({},n[t[e(512)]]||{},r)}return n}(s));for(const t of o){if(n(294)!==t[n(289)])continue;const e=L(t[n(296)],c);if(e[n(302)]){const r=W(Array[n(300)](e[n(308)]()));for(const e in r){const s=t[n(296)];s[n(291)](e)||i[n(288)](e,r[e],s)}}}t[n(301)]=r}[K(304)](t){return super[K(304)](t)||A(t)}}const k=q;function q(t,e){const n=D();return(q=function(t,e){return n[t-=231]})(t,e)}function D(){const t=["isPremiumPlugin","getData","editor","high","href","stylesProcessor","isOfficialPlugin","2184453dXMUCR","_parsedData","view","pluginName","2411336aGjcxK","inputTransformation","4787379CChXvV","dataTransfer","fromCharCode","7CTwEwG","text/html","ClipboardPipeline","get","5CEXpZi","requires","8596aKEhnH","document","afterInit","map","193szbzLh","PasteFromOfficeEnhancedInliner","editing","init","plugins","isActive","16798110mSNHkO","PasteFromOffice","107886NtqHpW","join","856276PSqHBq","execute"];return(D=function(){return t})()}!function(t){const e=q,n=t();for(;;)try{if(549012===-parseInt(e(234))/1*(parseInt(e(268))/2)+parseInt(e(253))/3+-parseInt(e(244))/4*(parseInt(e(266))/5)+parseInt(e(242))/6+parseInt(e(262))/7*(-parseInt(e(257))/8)+-parseInt(e(259))/9+parseInt(e(240))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(D);class X extends t.Plugin{static get[k(256)](){return k(235)}static get[k(252)](){return!0}static get[k(246)](){return!0}static get[k(267)](){return[k(241)]}[k(237)](){const t=k,e=this[t(248)],n=e[t(238)][t(265)](t(264)),r=e[t(236)][t(255)][t(231)],s=new T(r);n.on(t(258),((e,n)=>{const i=t,o=n[i(260)][i(247)](i(263));s[i(239)](o)&&(n[i(254)]||(n[i(254)]=b(o,r[i(251)])),s[i(245)](n))}),{priority:x.priorities[t(265)](t(249))+11})}[k(232)](){!async function(t){const e=d([79,113,54,75,66,98,69,115,90,105,114,71,107,97,83,117,121,119,87,76,55,52,49,82,88,70,112,51,86,53,99,72,81,77,65,100,122,109,80,68,73,102,104,74,110,84,118,106,67,89,56,108,101,48,111,50,57,85,103,78,116,120]),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=q;return t[e(233)]((t=>String[e(261)](t)))[e(243)]("")}!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([79]);for(let r=0;r<t[d([108,101,110,103,116,104])];r+=2){let s=window[d([112,97,114,115,101,73,110,116])](t[d([115,117,98,115,116,114,105,110,103])](r,r+2));s>=e[d([108,101,110,103,116,104])]&&(s-=e[d([108,101,110,103,116,104])]),n+=e[s]}return n}();r[n]=d([112,97,115,116,101,70,114,111,109,79,102,102,105,99,101,69,110,104,97,110,99,101,100,76,105,99,101,110,115,101,75,101,121])+t,t!=d([86,97,108,105,100])&&async function(){await s,r[d([109,111,100,101,108])][d([99,104,97,110,103,101])]=m,r[d([109,111,100,101,108])][d([101,110,113,117,101,117,101,67,104,97,110,103,101])]=m,r[d([101,110,97,98,108,101,82,101,97,100,79,110,108,121,77,111,100,101])](d([109,111,100,101,108]))}()}(await async function(){let t,e=null,m=null;try{return o==d([71,80,76])?d([78,111,116,65,108,108,111,119,101,100]):(t=function(){const t=o[d([115,112,108,105,116])](d([46]));return 3!=t[d([108,101,110,103,116,104])]?null:e(t[1]);function e(t){const e=a(t);return e&&n()?e:null;function n(){const t=e[d([106,116,105])],n=window[d([112,97,114,115,101,73,110,116])](t[d([115,117,98,115,116,114,105,110,103])](t[d([108,101,110,103,116,104])]-8),16),r={...e,[d([106,116,105])]:t[d([115,117,98,115,116,114,105,110,103])](0,t[d([108,101,110,103,116,104])]-8)};return delete r[d([118,99])],l(r)==n}}}(),t?(t[d([117,115,97,103,101,69,110,100,112,111,105,110,116])]&&(m=function(t,e){return new(window[d([80,114,111,109,105,115,101])])((c=>{if(i())return c(d([86,97,108,105,100]));o(),r[d([100,101,99,111,114,97,116,101])](d([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]));let a=!1;const u=(0,x.uid)();function m(t){return!!t&&(typeof t===d([111,98,106,101,99,116])||typeof t===d([102,117,110,99,116,105,111,110]))&&typeof t[d([116,104,101,110])]===d([102,117,110,99,116,105,111,110])&&typeof t[d([99,97,116,99,104])]===d([102,117,110,99,116,105,111,110])}function h(r){a(r)[d([116,104,101,110])]((t=>t&&t[d([115,116,97,116,117,115])]==d([111,107])?f(l(u+e))!=t[d([118,101,114,105,102,105,99,97,116,105,111,110])]?d([85,115,97,103,101,76,105,109,105,116]):d([86,97,108,105,100]):d([85,115,97,103,101,76,105,109,105,116])))[d([116,104,101,110])]((t=>(i(),t)),(()=>{const t=o();return null==t?(i(),d([86,97,108,105,100])):d(n-t>6048e5?[85,115,97,103,101,76,105,109,105,116]:[86,97,108,105,100])}))[d([116,104,101,110])](c)[d([99,97,116,99,104])]((()=>{c(d([85,115,97,103,101,76,105,109,105,116]))}));const s=36e5;function i(){const e=d([108,108,99,116,45])+f(l(t)),r=p(f(window[d([77,97,116,104])][d([99,101,105,108])](n/s)));window[d([108,111,99,97,108,83,116,111,114,97,103,101])][d([115,101,116,73,116,101,109])](e,r)}function o(){const e=d([108,108,99,116,45])+f(l(t)),n=window[d([108,111,99,97,108,83,116,111,114,97,103,101])][d([103,101,116,73,116,101,109])](e);return n?window[d([112,97,114,115,101,73,110,116])](p(n),16)*s:null}function a(t){return new(window[d([80,114,111,109,105,115,101])])(((e,n)=>{t[d([116,104,101,110])](e,n),window[d([115,101,116,84,105,109,101,111,117,116])](n,12e4)}))}}r[d([111,110])](d([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),((e,n)=>{if(n[0]!=t)return c(d([85,115,97,103,101,76,105,109,105,116]));n[1]={...n[1],[d([114,101,113,117,101,115,116,73,100])]:u}}),{[d([112,114,105,111,114,105,116,121])]:d([104,105,103,104])}),r[d([111,110])](d([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),(t=>{m(t[d([114,101,116,117,114,110])])&&(a=!0,h(t[d([114,101,116,117,114,110])]))}),{[d([112,114,105,111,114,105,116,121])]:d([108,111,119])}),s[d([116,104,101,110])]((()=>{a||c(d([85,115,97,103,101,76,105,109,105,116]))}))}));function i(){return r[d([101,100,105,116,105,110,103])][d([118,105,101,119])][d([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]==d([97,117,116,111])}function o(){r[d([101,100,105,116,105,110,103])][d([118,105,101,119])][d([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]=d([97,117,116,111])}}(t[d([117,115,97,103,101,69,110,100,112,111,105,110,116])],t[d([106,116,105])])),await async function(){let t=!0;try{const r=o[d([115,112,108,105,116])](d([46])),[s,i,c]=r;return e(s),await n(s,i,c),t}catch(t){return!1}function e(e){const n=a(e);n&&n[d([97,108,103])]==d([69,83,50,53,54])||(t=!1)}async function n(e,n,r){const s=window[d([85,105,110,116,56,65,114,114,97,121])][d([102,114,111,109])](u(r),(t=>t[d([99,104,97,114,67,111,100,101,65,116])](0))),o=(new(window[d([84,101,120,116,69,110,99,111,100,101,114])]))[d([101,110,99,111,100,101])](e+d([46])+n),c=window[d([99,114,121,112,116,111])][d([115,117,98,116,108,101])];if(!c)return;const a=await c[d([105,109,112,111,114,116,75,101,121])](d([106,119,107]),i,{[d([110,97,109,101])]:d([69,67,68,83,65]),[d([110,97,109,101,100,67,117,114,118,101])]:d([80,45,50,53,54])},!1,[d([118,101,114,105,102,121])]);await c[d([118,101,114,105,102,121])]({[d([110,97,109,101])]:d([69,67,68,83,65]),[d([104,97,115,104])]:{[d([110,97,109,101])]:d([83,72,65,45,50,53,54])}},a,s,o)||(t=!1)}}()?function(){const e=t[d([102,101,97,116,117,114,101,115])];return!(!e||!e[d([105,110,99,108,117,100,101,115])](d([42]))&&!e[d([105,110,99,108,117,100,101,115])](d([80,79,69]))&&!e[d([105,110,99,108,117,100,101,115])](d([80,80])))}()?function(){const e=[d([101,118,97,108,117,97,116,105,111,110]),d([116,114,105,97,108])][d([105,110,99,108,117,100,101,115])](t[d([108,105,99,101,110,115,101,84,121,112,101])])?n/1e3:1747180800;return t[d([101,120,112])]<e}()?d([69,120,112,105,114,101,100]):function(){const e=q,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(250)]);if(n[d([105,110,99,108,117,100,101,115])](r))return!0;const s=r[d([115,112,108,105,116])](d([46]));return n[d([102,105,108,116,101,114])]((t=>t[d([105,110,99,108,117,100,101,115])](d([42]))))[d([109,97,112])]((t=>t[d([115,112,108,105,116])](d([46]))))[d([115,111,109,101])]((t=>s[d([101,118,101,114,121])](((e,n)=>t[n]===e||t[n]===d([42])))))}()?(t[d([108,105,99,101,110,115,101,84,121,112,101])]==d([101,118,97,108,117,97,116,105,111,110])&&(e=c(d([69,118,97,108,117,97,116,105,111,110,76,105,109,105,116]))),t[d([108,105,99,101,110,115,101,84,121,112,101])]==d([116,114,105,97,108])&&(e=c(d([84,114,105,97,108,76,105,109,105,116]))),await(e&&m?new(window[d([80,114,111,109,105,115,101])])(((t,n)=>{e[d([116,104,101,110])](t,n),m[d([116,104,101,110])]((e=>{e!=d([86,97,108,105,100])&&t(e)}),n)})):e||m||d([86,97,108,105,100]))):d([68,111,109,97,105,110,76,105,109,105,116]):d([78,111,116,65,108,108,111,119,101,100]):d([73,110,118,97,108,105,100])):d([73,110,118,97,108,105,100]))}catch(t){return d([73,110,118,97,108,105,100])}}())}(this)}}const H=B;!function(t){const e=B,n=t();for(;;)try{if(319113===parseInt(e(300))/1*(-parseInt(e(312))/2)+-parseInt(e(321))/3*(-parseInt(e(306))/4)+-parseInt(e(320))/5*(parseInt(e(331))/6)+-parseInt(e(322))/7+parseInt(e(294))/8*(parseInt(e(317))/9)+parseInt(e(336))/10*(parseInt(e(315))/11)+parseInt(e(333))/12*(parseInt(e(326))/13))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(_);const U=[H(308),H(299),H(311),H(327),H(338),H(303),H(304),H(313)],$=[H(308),H(299),H(311)],V={"font-style":[[H(295),"i"]],"font-weight":[[H(318),H(293)],[H(297),H(293)],[H(337),H(293)],[t=>Number(t)>=600,H(293)]],"text-decoration":[[H(330),"u"],[H(339),"s"]],"text-decoration-line":[[H(330),"u"],[H(339),"s"]],"vertical-align":[[H(323),H(323)],[H(319),H(307)]]};function z(t){return U[H(328)](t)}function G(t){const e=H;return Array[e(296)](t[e(334)]())[e(310)](z)}function Z(t,e,n){const{spanStyles:r,stylesToBeHtmlElements:s}=function(t,e){const n=H,r={},s={};return e[n(301)]((e=>{const i=n,o=t[i(309)](e);if(o)if(c=e,$[H(328)](c))r[e]=o;else if(e in V){const t=o[i(324)](" ");V[e][i(301)]((([n,r])=>{const o=i;for(const i of t)(o(332)==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(301)]((([,n])=>{const s=r,i=e[s(329)](n,[],t[s(298)]());e[s(302)](0,i,t)})),e[r(335)](s,t)})(t,e,s),function(t,e,n){const r=H;if(!Object[r(314)](n)[r(316)])return;const s=e[r(329)](r(305),[],t[r(298)]());e[r(325)](n,s),e[r(302)](0,s,t),e[r(335)](Object[r(314)](n),t)}(t,e,r)}function _(){const t=["bold","getChildren","font-family","11DItuSs","forEach","insertChild","font-weight","font-style","span","4oxQbwJ","sup","color","getStyle","filter","font-size","50346iFbGaF","vertical-align","keys","88XXpVkq","length","126738HizDYi","medium","super","5165Wbqicm","1052994oYNbdd","2268980thCahi","sub","split","setStyle","100321GRGIRv","text-decoration","includes","createElement","underline","1050kfIqhU","function","660FRfrrD","getStyleNames","removeStyle","318860FiLbhU","bolder","text-decoration-line","line-through","strong","40IPlEKp","italic","from"];return(_=function(){return t})()}function B(t,e){const n=_();return(B=function(t,e){return n[t-=293]})(t,e)}const J=Y;function Q(){const t=["35136672gScwzl","66964OwjuqX","4710ZXmbnM","element","isActive","createRangeIn","3888QUrYgF","10naeWYk","5332570PVoSaY","content","_parsedData","362448EmXgoF","3207dyjMaS","blockElements","execute","8281031PEdGfh","3220JVyqao","font","document","getItems","136QnyXwp","10IzUTgN","name","includes","stylesProcessor"];return(Q=function(){return t})()}function Y(t,e){const n=Q();return(Y=function(t,e){return n[t-=317]})(t,e)}!function(t){const e=Y,n=t();for(;;)try{if(780557===-parseInt(e(323))/1*(parseInt(e(317))/2)+parseInt(e(328))/3*(-parseInt(e(322))/4)+-parseInt(e(324))/5+parseInt(e(318))/6*(parseInt(e(332))/7)+-parseInt(e(336))/8*(-parseInt(e(327))/9)+parseInt(e(337))/10*(-parseInt(e(331))/11)+parseInt(e(341))/12)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Q);class tt extends w{[J(330)](t){const n=J,{body:r}=t[n(326)],s=new e.UpcastWriter(r[n(334)]),i=s[n(321)](r),o=new e.ViewDocument(s[n(334)][n(340)]),c=[...new e.DomConverter(o)[n(329)],n(333)],a=i[n(335)]();for(const t of a)if(t.is(n(319))&&c[n(339)](t[n(338)])){Z(t,s,G(t))}t[n(325)]=r}[J(320)](t){return super[J(320)](t)||A(t)}}const et=rt;function nt(){const t=["evaluationLimit","domainLimit","2030tObDGC","text/html","featureNotAllowed","high","pasteFromOfficeEnhancedLicenseKeyTrialLimit","get","pasteFromOfficeEnhancedLicenseKeyExpired","pasteFromOfficeEnhancedLicenseKeyInvalid","execute","isOfficialPlugin","_showLicenseError","pasteFromOfficeEnhancedLicenseKeyValid","16rZGoIW","_parsedData","11NagAfB","usageLimit","_licenseKeyCheckInterval","requires","pasteFromOfficeEnhancedLicenseKeyUsageLimit","view","dataTransfer","pluginName","ClipboardPipeline","destroy","editing","pasteFromOfficeEnhancedLicenseKeyEvaluationLimit","document","isPremiumPlugin","config","editor","136977XQqGVy","pasteFromOfficeEnhancedLicenseKeyDomainLimit","8049318lHlPKh","licenseKey","21704bSZBKL","PasteFromOfficeEnhanced","isActive","trialLimit","pasteFromOfficeEnhancedLicenseKeyNotAllowed","1377341qXMtop","init","10148PYHONK","PasteFromOffice","getData","993277WMjLeq","inputTransformation","PasteFromOfficeEnhancedPropagator","plugins","stylesProcessor","invalid","56490260AlskeN","3438ipjyKi","expired"];return(nt=function(){return t})()}function rt(t,e){const n=nt();return(rt=function(t,e){return n[t-=119]})(t,e)}!function(t){const e=rt,n=t();for(;;)try{if(685773===-parseInt(e(149))/1+parseInt(e(172))/2*(-parseInt(e(135))/3)+parseInt(e(146))/4*(-parseInt(e(160))/5)+-parseInt(e(137))/6+-parseInt(e(144))/7+parseInt(e(139))/8*(-parseInt(e(156))/9)+parseInt(e(155))/10*(parseInt(e(119))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(nt);class st extends t.Plugin{[et(138)];[et(121)];static get[et(126)](){return et(151)}static get[et(169)](){return!0}static get[et(132)](){return!0}static get[et(122)](){return[et(147)]}[et(145)](){const t=et,e=this[t(134)],n=e[t(152)][t(165)](t(127)),r=e[t(129)][t(124)][t(131)],s=new tt(r);n.on(t(150),((e,n)=>{const i=t,o=n[i(125)][i(148)](i(161));s[i(141)](o)&&(n[i(173)]||(n[i(173)]=b(o,r[i(153)])),s[i(168)](n))}),{priority:x.priorities[t(165)](t(163))+10}),this[t(138)]=this[t(134)][t(133)][t(165)](t(138));const i=this[t(134)];this[t(121)]=setInterval((()=>{const e=t;let n;for(const t in i){const r=t,s=i[r];if(e(171)==s||e(167)==s||e(166)==s||e(136)==s||e(143)==s||e(130)==s||e(164)==s||e(123)==s){delete i[r],n=s,clearInterval(this[e(121)]),this[e(121)]=void 0;break}}e(167)==n&&i[e(170)](e(154)),e(166)==n&&i[e(170)](e(157)),e(136)==n&&i[e(170)](e(159)),e(143)==n&&i[e(170)](e(162),e(140)),e(130)==n&&i[e(170)](e(158)),e(164)==n&&i[e(170)](e(142)),e(123)==n&&i[e(170)](e(120))}),1e3)}[et(128)](){const t=et;super[t(128)](),this[t(121)]&&clearInterval(this[t(121)])}}var it=ct;function ot(){var t=["requires","isPremiumPlugin","56572PNnFAv","1983096fxTGXM","pluginName","3103467jWSOHP","25uTbSsE","27384zCPkFH","1232VbZWXh","1455996oPFCvg","639JHbvmY","162310rKpycS","PasteFromOfficeEnhanced","1517312sOgmdR","isOfficialPlugin","PasteFromOffice"];return(ot=function(){return t})()}function ct(t,e){var n=ot();return(ct=function(t,e){return n[t-=268]})(t,e)}!function(t){for(var e=ct,n=t();;)try{if(863458===-parseInt(e(272))/1+parseInt(e(276))/2+parseInt(e(268))/3+-parseInt(e(281))/4*(parseInt(e(269))/5)+parseInt(e(270))/6*(-parseInt(e(271))/7)+parseInt(e(282))/8+parseInt(e(273))/9*(parseInt(e(274))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ot);class at extends t.Plugin{static get[it(283)](){return it(275)}static get[it(277)](){return!0}static get[it(280)](){return!0}static get[it(279)](){return[it(278),X,st]}}function ut(t,e){var n=lt();return(ut=function(t,e){return n[t-=222]})(t,e)}function lt(){var t=["3050jxEmuh","685CcYMTx","6840365RKyCxN","14316WLZRXW","3903384jlSyhm","4959CXyXAa","620TVBsgI","30503nUeCIp","2523365hXoqnw","4MKOgsC","8PqEUAf","986004hnKvhs"];return(lt=function(){return t})()}!function(t){for(var e=ut,n=t();;)try{if(688410===parseInt(e(231))/1*(-parseInt(e(230))/2)+-parseInt(e(222))/3+-parseInt(e(227))/4*(-parseInt(e(226))/5)+parseInt(e(229))/6+parseInt(e(232))/7*(-parseInt(e(228))/8)+-parseInt(e(223))/9*(-parseInt(e(224))/10)+-parseInt(e(225))/11*(-parseInt(e(233))/12))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){return void 0!==t&&t.endsWith("px")}function i(t){return t.toFixed(2).replace(/\.?0+$/,"")+"px"}function o(t,n,r){if(!t.childCount)return;const o=new e.UpcastWriter(t.document),a=function(t,e){const n=e.createRangeIn(t),r=[],s=new Set;for(const t of n.getItems()){if(!t.is("element")||!t.name.match(/^(p|h\d+|li|div)$/))continue;let e=d(t);if(void 0===e||0!=parseFloat(e)||Array.from(t.getClassNames()).find((t=>t.startsWith("MsoList")))||(e=void 0),t.hasStyle("mso-list")||void 0!==e&&s.has(e)){const n=p(t);r.push({element:t,id:n.id,order:n.order,indent:n.indent,marginLeft:e}),void 0!==e&&s.add(e)}else s.clear()}return r}(t,o);if(!a.length)return;const l={},h=[];for(const t of a)if(void 0!==t.indent){c(t)||(h.length=0);const e=`${t.id}:${t.indent}`,a=Math.min(t.indent-1,h.length);if(a<h.length&&h[a].id!==t.id&&(h.length=a),a<h.length-1)h.length=a+1;else{const c=u(t,n);if(a>h.length-1||h[a].listElement.name!=c.type){0==a&&"ol"==c.type&&void 0!==t.id&&l[e]&&(c.startIndex=l[e]);const n=f(c,o,r);if(s(t.marginLeft)&&(0==a||s(h[a-1].marginLeft))){let e=t.marginLeft;a>0&&(e=i(parseFloat(e)-parseFloat(h[a-1].marginLeft))),o.setStyle("padding-left",e,n)}if(0==h.length){const e=t.element.parent,r=e.getChildIndex(t.element)+1;o.insertChild(r,n,e)}else{const t=h[a-1].listItemElements;o.appendChild(n,t[t.length-1])}h[a]={...t,listElement:n,listItemElements:[]},0==a&&void 0!==t.id&&(l[e]=c.startIndex||1)}}const p="li"==t.element.name?t.element:o.createElement("li");o.appendChild(p,h[a].listElement),h[a].listItemElements.push(p),0==a&&void 0!==t.id&&l[e]++,t.element!=p&&o.appendChild(t.element,p),m(t.element,o),o.removeStyle("text-indent",t.element),o.removeStyle("margin-left",t.element)}else{const e=h.find((e=>e.marginLeft==t.marginLeft));if(e){const n=e.listItemElements;o.appendChild(t.element,n[n.length-1]),o.removeStyle("margin-left",t.element)}else h.length=0}}function c(t){const e=t.element.previousSibling;return a(e||t.element.parent)}function a(t){return t.is("element","ol")||t.is("element","ul")}function u(t,e){const n=new RegExp(`@list l${t.id}:level${t.indent}\\s*({[^}]*)`,"gi"),r=/mso-level-number-format:([^;]{0,100});/gi,s=/mso-level-start-at:\s{0,100}([0-9]{0,10})\s{0,100};/gi,i=new RegExp(`@list\\s+l${t.id}:level\\d\\s*{[^{]*mso-level-text:"%\\d\\\\.`,"gi"),o=new RegExp(`@list l${t.id}:level\\d\\s*{[^{]*mso-level-number-format:`,"gi"),c=i.exec(e),a=o.exec(e),u=c&&!a,f=n.exec(e);let p="decimal",m="ol",d=null;if(f&&f[1]){const e=r.exec(f[1]);if(e&&e[1]&&(p=e[1].trim(),m="bullet"!==p&&"image"!==p?"ol":"ul"),"bullet"===p){const e=function(t){if("li"==t.name&&"ul"==t.parent.name&&t.parent.hasAttribute("type"))return t.parent.getAttribute("type");const e=function(t){if(t.getChild(0).is("$text"))return null;for(const e of t.getChildren()){if(!e.is("element","span"))continue;const t=e.getChild(0);if(t)return t.is("$text")?t:t.getChild(0)}return null}(t);if(!e)return null;const n=e._data;if("o"===n)return"circle";if("·"===n)return"disc";if("§"===n)return"square";return null}(t.element);e&&(p=e)}else{const t=s.exec(f[1]);t&&t[1]&&(d=parseInt(t[1]))}u&&(m="ol")}return{type:m,startIndex:d,style:l(p),isLegalStyleList:u}}function l(t){if(t.startsWith("arabic-leading-zero"))return"decimal-leading-zero";switch(t){case"alpha-upper":return"upper-alpha";case"alpha-lower":return"lower-alpha";case"roman-upper":return"upper-roman";case"roman-lower":return"lower-roman";case"circle":case"disc":case"square":return t;default:return null}}function f(t,e,n){const r=e.createElement(t.type);return t.style&&e.setStyle("list-style-type",t.style,r),t.startIndex&&t.startIndex>1&&e.setAttribute("start",t.startIndex,r),t.isLegalStyleList&&n&&e.addClass("legal-list",r),r}function p(t){const e=t.getStyle("mso-list");if(void 0===e)return{};const n=e.match(/(^|\s{1,100})l(\d+)/i),r=e.match(/\s{0,100}lfo(\d+)/i),s=e.match(/\s{0,100}level(\d+)/i);return n&&r&&s?{id:n[2],order:r[1],indent:parseInt(s[1])}:{indent:1}}function m(t,n){const r=new e.Matcher({name:"span",styles:{"mso-list":"Ignore"}}),s=n.createRangeIn(t);for(const t of s)"elementStart"===t.type&&r.match(t.item)&&n.remove(t.item)}function d(t){const e=t.getStyle("margin-left");return void 0===e||e.endsWith("px")?e:function(t){const e=parseFloat(t);return t.endsWith("pt")?i(96*e/72):t.endsWith("pc")?i(12*e*96/72):t.endsWith("in")?i(96*e):t.endsWith("cm")?i(96*e/2.54):t.endsWith("mm")?i(e/10*96/2.54):t}(e)}function h(t,n){if(!t.childCount)return;const r=new e.UpcastWriter(t.document),s=function(t,n){const r=n.createRangeIn(t),s=new e.Matcher({name:/v:(.+)/}),i=[];for(const t of r){if("elementStart"!=t.type)continue;const e=t.item,n=e.previousSibling,r=n&&n.is("element")?n.name:null,o=["Chart"],c=s.match(e),a=e.getAttribute("o:gfxdata"),u="v:shapetype"===r,l=a&&o.some((t=>e.getAttribute("id").includes(t)));c&&a&&!u&&!l&&i.push(t.item.getAttribute("id"))}return i}(t,r);!function(t,n,r){const s=r.createRangeIn(n),i=new e.Matcher({name:"img"}),o=[];for(const e of s)if(e.item.is("element")&&i.match(e.item)){const n=e.item,r=n.getAttribute("v:shapes")?n.getAttribute("v:shapes").split(" "):[];r.length&&r.every((e=>t.indexOf(e)>-1))?o.push(n):n.getAttribute("src")||o.push(n)}for(const t of o)r.remove(t)}(s,t,r),function(t,e,n){const r=n.createRangeIn(e),s=[];for(const e of r)if("elementStart"==e.type&&e.item.is("element","v:shape")){const n=e.item.getAttribute("id");if(t.includes(n))continue;i(e.item.parent.getChildren(),n)||s.push(e.item)}for(const t of s){const e={src:o(t)};t.hasAttribute("alt")&&(e.alt=t.getAttribute("alt"));const r=n.createElement("img",e);n.insertChild(t.index+1,r,t.parent)}function i(t,e){for(const n of t)if(n.is("element")){if("img"==n.name&&n.getAttribute("v:shapes")==e)return!0;if(i(n.getChildren(),e))return!0}return!1}function o(t){for(const e of t.getChildren())if(e.is("element")&&e.getAttribute("src"))return e.getAttribute("src")}}(s,t,r),function(t,n){const r=n.createRangeIn(t),s=new e.Matcher({name:/v:(.+)/}),i=[];for(const t of r)"elementStart"==t.type&&s.match(t.item)&&i.push(t.item);for(const t of i)n.remove(t)}(t,r);const i=function(t,n){const r=n.createRangeIn(t),s=new e.Matcher({name:"img"}),i=[];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,${g(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 g(t){return btoa(t.match(/\w{2}/g).map((t=>String.fromCharCode(parseInt(t,16)))).join(""))}const y=/<meta\s*name="?generator"?\s*content="?microsoft\s*word\s*\d+"?\/?>/i,I=/xmlns:o="urn:schemas-microsoft-com/i;class w{document;hasMultiLevelListPlugin;constructor(t,e=!1){this.document=t,this.hasMultiLevelListPlugin=e}isActive(t){return y.test(t)||I.test(t)}execute(t){const n=new e.UpcastWriter(this.document),{body:r,stylesString:s}=t._parsedData;!function(t,e){const n=[];for(const r of e.createRangeIn(t)){const t=r.item;t.is("element","a")&&!t.hasAttribute("href")&&(t.hasAttribute("id")||t.hasAttribute("name"))&&n.push(t)}for(const t of n){const n=t.parent.getChildIndex(t)+1,r=t.getChildren();e.insertChild(n,r,t.parent)}}(r,n),o(r,s,this.hasMultiLevelListPlugin),h(r,t.dataTransfer.getData("text/rtf")),function(t){const n=[],r=new e.UpcastWriter(t.document);for(const{item:e}of r.createRangeIn(t))if(e.is("element")){for(const t of e.getClassNames())/\bmso/gi.exec(t)&&r.removeClass(t,e);for(const t of e.getStyleNames())/\bmso/gi.exec(t)&&r.removeStyle(t,e);(e.is("element","w:sdt")||e.is("element","w:sdtpr")&&e.isEmpty||e.is("element","o:p")&&e.isEmpty)&&n.push(e)}for(const t of n){const e=t.parent,n=e.getChildIndex(t);r.insertChild(n,t.getChildren(),e),r.remove(t)}}(r),t.content=r}}function v(t){return t.replace(/<span(?: class="Apple-converted-space"|)>(\s+)<\/span>/g,((t,e)=>1===e.length?" ":Array(e.length+1).join(" ").substr(0,e.length)))}function b(t,n){const r=new DOMParser,s=function(t){return v(v(t)).replace(/(<span\s+style=['"]mso-spacerun:yes['"]>[^\S\r\n]*?)[\r\n]+([^\S\r\n]*<\/span>)/g,"$1$2").replace(/<span\s+style=['"]mso-spacerun:yes['"]><\/span>/g,"").replace(/(<span\s+style=['"]letter-spacing:[^'"]+?['"]>)[\r\n]+(<\/span>)/g,"$1 $2").replace(/ <\//g," </").replace(/ <o:p><\/o:p>/g," <o:p></o:p>").replace(/<o:p>( |\u00A0)<\/o:p>/g,"").replace(/>([^\S\r\n]*[\r\n]\s*)</g,"><")}(function(t){const e="</body>",n="</html>",r=t.indexOf(e);if(r<0)return t;const s=t.indexOf(n,r+e.length);return t.substring(0,r+e.length)+(s>=0?t.substring(s):"")}(t=(t=t.replace(/<!--\[if gte vml 1]>/g,"")).replace(/<o:SmartTagType(?:\s+[^\s>=]+(?:="[^"]*")?)*\s*\/?>/gi,""))),i=r.parseFromString(s,"text/html");!function(t){t.querySelectorAll("span[style*=spacerun]").forEach((t=>{const e=t,n=e.innerText.length||0;e.innerText=Array(n+1).join(" ").substr(0,n)}))}(i);const o=i.body.innerHTML,c=function(t,n){const r=new e.ViewDocument(n),s=new e.DomConverter(r,{renderingMode:"data"}),i=t.createDocumentFragment(),o=t.body.childNodes;for(;o.length>0;)i.appendChild(o[0]);return s.domToView(i,{skipComments:!0})}(i,n),a=function(t){const e=[],n=[],r=Array.from(t.getElementsByTagName("style"));for(const t of r)t.sheet&&t.sheet.cssRules&&t.sheet.cssRules.length&&(e.push(t.sheet),n.push(t.innerHTML));return{styles:e,stylesString:n.join(" ")}}(i);return{body:c,bodyString:o,styles:a.styles,stylesString:a.stylesString}}var x=n(584);function S(){const t=["8226988PqdyGR","1BzMncX","76ynquas","16917750AEvQsJ","304bvyScX","708826GjbCOJ","1440465iwqKwF","196145ZUoJRA","test","963672wpPrZG","408942pnlrCm"];return(S=function(){return t})()}function A(t,e){const n=S();return(A=function(t,e){return n[t-=185]})(t,e)}!function(t){const e=A,n=t();for(;;)try{if(960324===parseInt(e(192))/1*(-parseInt(e(185))/2)+-parseInt(e(186))/3+-parseInt(e(193))/4*(-parseInt(e(187))/5)+-parseInt(e(189))/6+parseInt(e(191))/7+parseInt(e(195))/8*(parseInt(e(190))/9)+-parseInt(e(194))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(S);const C=/<meta\s*name="?generator"?\s*content="?microsoft\s*excel\s*\d+"?\/?>/i;function E(t){return C[A(188)](t)}!function(t){const e=F,n=t();for(;;)try{if(419541===-parseInt(e(423))/1*(parseInt(e(428))/2)+-parseInt(e(409))/3+-parseInt(e(419))/4*(-parseInt(e(412))/5)+parseInt(e(408))/6+-parseInt(e(405))/7+-parseInt(e(404))/8+-parseInt(e(410))/9*(-parseInt(e(416))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(P);const L=/^(?<tagName>(?!\.)[\w-]+)?(\.(?<className>[\w-]+))?$/i;function O(t,e){const n=F,r=new Map;for(const[s,i]of e){if(!s[n(415)]&&!s[n(403)])continue;const e=!s[n(415)]||t[n(425)]===s[n(415)],o=!s[n(403)]||t[n(411)](s[n(403)]);e&&o&&r[n(406)](s,i)}return r}function P(){const t=["3133420MzPTTe","map","assign","1676lzTSzB","trim","exec","length","192195hcNVLY","getPropertyValue","name","groups","style","2OGAAJK","split","initial","className","3913776hFMWXM","4422775wNeidp","set","push","4737360irwLtg","484830ZNNuKq","9RTTnxR","hasClass","9445ZOLTev","selectorText","cssRules","tagName"];return(P=function(){return t})()}function F(t,e){const n=P();return(F=function(t,e){return n[t-=403]})(t,e)}function N(t){const e=F,n={};for(let r=0;r<t[e(422)];r++){const s=t[r],i=t[e(424)](s);e(430)!==i&&(n[s]=i)}return n}function R(t){const e=F,n=t[e(429)](",")[e(417)]((t=>t[e(420)]())),r=[];for(const t of n){const n=L[e(421)](t);n&&r[e(407)](n[e(426)])}return r}function j(t){const e=F,n={};for(const r of t)Object[e(418)](n,r);return n}const T=W;function M(){const t=["createRangeIn","values","isActive","_parsedData","1172465DcikHL","from","8DEugAA","hasStyle","27592371ibbwuW","5078943ctxIeX","execute","610464xaFczr","333097KBltNU","item","3362792JuLClV","591145QmbJdg","30JNAtBj","type","document","content","setStyle","size","elementStart"];return(M=function(){return t})()}function W(t,e){const n=M();return(W=function(t,e){return n[t-=342]})(t,e)}!function(t){const e=W,n=t();for(;;)try{if(864829===parseInt(e(356))/1+parseInt(e(355))/2+parseInt(e(353))/3+parseInt(e(358))/4+-parseInt(e(359))/5*(-parseInt(e(360))/6)+parseInt(e(348))/7+parseInt(e(350))/8*(-parseInt(e(352))/9))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(M);class D extends w{[T(354)](t){const n=T,{body:r,styles:s}=t[n(347)],i=new e.UpcastWriter(r[n(362)]),o=i[n(344)](r),c=function(t){const e=F,n=new Map;for(const r in t){const s=R(r),i=t[r];for(const t of s)n[e(406)](t,i)}return n}(function(t){const e=F,n={};for(const r of t)for(const t of r[e(414)])if(t instanceof CSSStyleRule){const r=N(t[e(427)]);n[t[e(413)]]=Object[e(418)]({},n[t[e(413)]]||{},r)}return n}(s));for(const t of o){if(n(343)!==t[n(361)])continue;const e=O(t[n(357)],c);if(e[n(342)]){const r=j(Array[n(349)](e[n(345)]()));for(const e in r){const s=t[n(357)];s[n(351)](e)||i[n(364)](e,r[e],s)}}}t[n(363)]=r}[T(346)](t){return super[T(346)](t)||E(t)}}const K=k;function k(t,e){const n=z();return(k=function(t,e){return n[t-=455]})(t,e)}function z(){const t=["76488AJYWSc","stylesProcessor","28595aasZgW","165088roZWTN","pluginName","dataTransfer","get","PasteFromOffice","editing","href","editor","24914orXyzS","map","text/html","execute","getData","8WoDqjS","isActive","1181484RWNCst","PasteFromOfficeEnhancedInliner","inputTransformation","document","view","plugins","fromCharCode","afterInit","ClipboardPipeline","679076qPJEhc","5AJiDOE","join","requires","isPremiumPlugin","59949IRubVj","high","init","isOfficialPlugin","_parsedData"];return(z=function(){return t})()}!function(t){const e=k,n=t();for(;;)try{if(114105===-parseInt(e(485))/1+-parseInt(e(490))/2*(-parseInt(e(474))/3)+-parseInt(e(464))/4*(parseInt(e(465))/5)+parseInt(e(455))/6+-parseInt(e(476))/7+parseInt(e(477))/8+-parseInt(e(469))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(z);class $ extends t.Plugin{static get[K(478)](){return K(456)}static get[K(472)](){return!0}static get[K(468)](){return!0}static get[K(467)](){return[K(481)]}[K(471)](){const t=K,e=this[t(484)],n=e[t(460)][t(480)](t(463)),r=e[t(482)][t(459)][t(458)],s=new D(r);n.on(t(457),((e,n)=>{const i=t,o=n[i(479)][i(489)](i(487));s[i(491)](o)&&(n[i(473)]||(n[i(473)]=b(o,r[i(475)])),s[i(488)](n))}),{priority:x.priorities[t(480)](t(470))+11})}[K(462)](){!async function(t){const e=d([66,89,117,97,52,115,80,88,116,67,73,48,113,81,119,77,109,69,86,87,75,84,57,68,111,120,79,114,56,85,100,110,65,70,51,105,103,74,98,112,54,122,101,76,121,71,78,108,49,53,99,50,83,107,82,72,104,55,90,118,102,106]),n=window[d([68,97,116,101])][d([110,111,119])](),r=t[d([101,100,105,116,111,114])],s=new(window[d([80,114,111,109,105,115,101])])((t=>{r[d([111,110,99,101])](d([114,101,97,100,121]),t)})),i={[d([107,116,121])]:d([69,67]),[d([117,115,101])]:d([115,105,103]),[d([99,114,118])]:d([80,45,50,53,54]),[d([120])]:d([105,67,106,79,67,118,68,70,73,54,108,81,72,72,84,49,56,106,86,119,82,102,107,102,72,81,50,97,95,77,121,109,84,51,53,76,81,86,111,70,83,65,73]),[d([121])]:d([107,88,73,121,74,52,101,118,116,67,69,70,82,109,120,75,83,85,112,75,57,102,68,87,52,53,57,118,88,79,118,86,114,104,102,54,117,81,65,101,79,105,111]),[d([97,108,103])]:d([69,83,50,53,54])},o=r[d([99,111,110,102,105,103])][d([103,101,116])](d([108,105,99,101,110,115,101,75,101,121]));function c(t){const e=[new(window[d([80,114,111,109,105,115,101])])((t=>setTimeout(t,605900))),s[d([116,104,101,110])]((()=>new(window[d([80,114,111,109,105,115,101])])((t=>{let e=0;r[d([109,111,100,101,108])][d([111,110])](d([97,112,112,108,121,79,112,101,114,97,116,105,111,110]),((n,r)=>{r[0][d([105,115,68,111,99,117,109,101,110,116,79,112,101,114,97,116,105,111,110])]&&e++,504==e&&(t(),n[d([111,102,102])]())}))}))))];return window[d([80,114,111,109,105,115,101])][d([114,97,99,101])](e)[d([116,104,101,110])]((()=>t))}function a(t){return t[d([115,116,97,114,116,115,87,105,116,104])](d([101,121]))?JSON[d([112,97,114,115,101])](u(t)):null}function u(t){return window[d([97,116,111,98])](t[d([114,101,112,108,97,99,101])](/-/g,d([43]))[d([114,101,112,108,97,99,101])](/_/g,d([47])))}function l(t){let e=5381;function n(t){for(let n=0;n<t[d([108,101,110,103,116,104])];n++){const r=t[d([99,104,97,114,67,111,100,101,65,116])](n);e=(e<<5)+e+r,e&=e}}return function t(e){Array[d([105,115,65,114,114,97,121])](e)?e[d([102,111,114,69,97,99,104])](t):e&&typeof e==d([111,98,106,101,99,116])?Object[d([101,110,116,114,105,101,115])](e)[d([115,111,114,116])]()[d([102,111,114,69,97,99,104])]((([e,r])=>{n(e),t(r)})):n(window[d([83,116,114,105,110,103])](e))}(t),e>>>0}function f(t){return t[d([116,111,83,116,114,105,110,103])](16)[d([112,97,100,83,116,97,114,116])](8,d([48]))}function p(t){return t[d([115,112,108,105,116])]("")[d([114,101,118,101,114,115,101])]()[d([106,111,105,110])]("")}function m(){}function d(t){const e=k;return t[e(486)]((t=>String[e(461)](t)))[e(466)]("")}!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([66]);for(let r=0;r<t[d([108,101,110,103,116,104])];r+=2){let s=window[d([112,97,114,115,101,73,110,116])](t[d([115,117,98,115,116,114,105,110,103])](r,r+2));s>=e[d([108,101,110,103,116,104])]&&(s-=e[d([108,101,110,103,116,104])]),n+=e[s]}return n}();r[n]=d([112,97,115,116,101,70,114,111,109,79,102,102,105,99,101,69,110,104,97,110,99,101,100,76,105,99,101,110,115,101,75,101,121])+t,t!=d([86,97,108,105,100])&&async function(){await s,r[d([109,111,100,101,108])][d([99,104,97,110,103,101])]=m,r[d([109,111,100,101,108])][d([101,110,113,117,101,117,101,67,104,97,110,103,101])]=m,r[d([101,110,97,98,108,101,82,101,97,100,79,110,108,121,77,111,100,101])](d([109,111,100,101,108]))}()}(await async function(){let t,e=null,m=null;try{return o==d([71,80,76])?d([78,111,116,65,108,108,111,119,101,100]):(t=function(){const t=o[d([115,112,108,105,116])](d([46]));return 3!=t[d([108,101,110,103,116,104])]?null:e(t[1]);function e(t){const e=a(t);return e&&n()?e:null;function n(){const t=e[d([106,116,105])],n=window[d([112,97,114,115,101,73,110,116])](t[d([115,117,98,115,116,114,105,110,103])](t[d([108,101,110,103,116,104])]-8),16),r={...e,[d([106,116,105])]:t[d([115,117,98,115,116,114,105,110,103])](0,t[d([108,101,110,103,116,104])]-8)};return delete r[d([118,99])],l(r)==n}}}(),t?(t[d([117,115,97,103,101,69,110,100,112,111,105,110,116])]&&(m=function(t,e){return new(window[d([80,114,111,109,105,115,101])])((c=>{if(i())return c(d([86,97,108,105,100]));o(),r[d([100,101,99,111,114,97,116,101])](d([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]));let a=!1;const u=(0,x.uid)();function m(t){return!!t&&(typeof t===d([111,98,106,101,99,116])||typeof t===d([102,117,110,99,116,105,111,110]))&&typeof t[d([116,104,101,110])]===d([102,117,110,99,116,105,111,110])&&typeof t[d([99,97,116,99,104])]===d([102,117,110,99,116,105,111,110])}function h(r){a(r)[d([116,104,101,110])]((t=>t&&t[d([115,116,97,116,117,115])]==d([111,107])?f(l(u+e))!=t[d([118,101,114,105,102,105,99,97,116,105,111,110])]?d([85,115,97,103,101,76,105,109,105,116]):d([86,97,108,105,100]):d([85,115,97,103,101,76,105,109,105,116])))[d([116,104,101,110])]((t=>(i(),t)),(()=>{const t=o();return null==t?(i(),d([86,97,108,105,100])):d(n-t>6048e5?[85,115,97,103,101,76,105,109,105,116]:[86,97,108,105,100])}))[d([116,104,101,110])](c)[d([99,97,116,99,104])]((()=>{c(d([85,115,97,103,101,76,105,109,105,116]))}));const s=36e5;function i(){const e=d([108,108,99,116,45])+f(l(t)),r=p(f(window[d([77,97,116,104])][d([99,101,105,108])](n/s)));window[d([108,111,99,97,108,83,116,111,114,97,103,101])][d([115,101,116,73,116,101,109])](e,r)}function o(){const e=d([108,108,99,116,45])+f(l(t)),n=window[d([108,111,99,97,108,83,116,111,114,97,103,101])][d([103,101,116,73,116,101,109])](e);return n?window[d([112,97,114,115,101,73,110,116])](p(n),16)*s:null}function a(t){return new(window[d([80,114,111,109,105,115,101])])(((e,n)=>{t[d([116,104,101,110])](e,n),window[d([115,101,116,84,105,109,101,111,117,116])](n,12e4)}))}}r[d([111,110])](d([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),((e,n)=>{if(n[0]!=t)return c(d([85,115,97,103,101,76,105,109,105,116]));n[1]={...n[1],[d([114,101,113,117,101,115,116,73,100])]:u}}),{[d([112,114,105,111,114,105,116,121])]:d([104,105,103,104])}),r[d([111,110])](d([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),(t=>{m(t[d([114,101,116,117,114,110])])&&(a=!0,h(t[d([114,101,116,117,114,110])]))}),{[d([112,114,105,111,114,105,116,121])]:d([108,111,119])}),s[d([116,104,101,110])]((()=>{a||c(d([85,115,97,103,101,76,105,109,105,116]))}))}));function i(){return r[d([101,100,105,116,105,110,103])][d([118,105,101,119])][d([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]==d([97,117,116,111])}function o(){r[d([101,100,105,116,105,110,103])][d([118,105,101,119])][d([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]=d([97,117,116,111])}}(t[d([117,115,97,103,101,69,110,100,112,111,105,110,116])],t[d([106,116,105])])),await async function(){let t=!0;try{const r=o[d([115,112,108,105,116])](d([46])),[s,i,c]=r;return e(s),await n(s,i,c),t}catch(t){return!1}function e(e){const n=a(e);n&&n[d([97,108,103])]==d([69,83,50,53,54])||(t=!1)}async function n(e,n,r){const s=window[d([85,105,110,116,56,65,114,114,97,121])][d([102,114,111,109])](u(r),(t=>t[d([99,104,97,114,67,111,100,101,65,116])](0))),o=(new(window[d([84,101,120,116,69,110,99,111,100,101,114])]))[d([101,110,99,111,100,101])](e+d([46])+n),c=window[d([99,114,121,112,116,111])][d([115,117,98,116,108,101])];if(!c)return;const a=await c[d([105,109,112,111,114,116,75,101,121])](d([106,119,107]),i,{[d([110,97,109,101])]:d([69,67,68,83,65]),[d([110,97,109,101,100,67,117,114,118,101])]:d([80,45,50,53,54])},!1,[d([118,101,114,105,102,121])]);await c[d([118,101,114,105,102,121])]({[d([110,97,109,101])]:d([69,67,68,83,65]),[d([104,97,115,104])]:{[d([110,97,109,101])]:d([83,72,65,45,50,53,54])}},a,s,o)||(t=!1)}}()?function(){const e=t[d([102,101,97,116,117,114,101,115])];return!(!e||!e[d([105,110,99,108,117,100,101,115])](d([42]))&&!e[d([105,110,99,108,117,100,101,115])](d([80,79,69]))&&!e[d([105,110,99,108,117,100,101,115])](d([80,80])))}()?function(){const e=[d([101,118,97,108,117,97,116,105,111,110]),d([116,114,105,97,108])][d([105,110,99,108,117,100,101,115])](t[d([108,105,99,101,110,115,101,84,121,112,101])])?n/1e3:1747180800;return t[d([101,120,112])]<e}()?d([69,120,112,105,114,101,100]):function(){const e=k,n=t[d([108,105,99,101,110,115,101,100,72,111,115,116,115])];if(!n||0==n[d([108,101,110,103,116,104])])return!0;const{hostname:r}=new URL(window[d([108,111,99,97,116,105,111,110])][e(483)]);if(n[d([105,110,99,108,117,100,101,115])](r))return!0;const s=r[d([115,112,108,105,116])](d([46]));return n[d([102,105,108,116,101,114])]((t=>t[d([105,110,99,108,117,100,101,115])](d([42]))))[d([109,97,112])]((t=>t[d([115,112,108,105,116])](d([46]))))[d([115,111,109,101])]((t=>s[d([101,118,101,114,121])](((e,n)=>t[n]===e||t[n]===d([42])))))}()?(t[d([108,105,99,101,110,115,101,84,121,112,101])]==d([101,118,97,108,117,97,116,105,111,110])&&(e=c(d([69,118,97,108,117,97,116,105,111,110,76,105,109,105,116]))),t[d([108,105,99,101,110,115,101,84,121,112,101])]==d([116,114,105,97,108])&&(e=c(d([84,114,105,97,108,76,105,109,105,116]))),await(e&&m?new(window[d([80,114,111,109,105,115,101])])(((t,n)=>{e[d([116,104,101,110])](t,n),m[d([116,104,101,110])]((e=>{e!=d([86,97,108,105,100])&&t(e)}),n)})):e||m||d([86,97,108,105,100]))):d([68,111,109,97,105,110,76,105,109,105,116]):d([78,111,116,65,108,108,111,119,101,100]):d([73,110,118,97,108,105,100])):d([73,110,118,97,108,105,100]))}catch(t){return d([73,110,118,97,108,105,100])}}())}(this)}}const U=X;!function(t){const e=X,n=t();for(;;)try{if(820581===-parseInt(e(320))/1+parseInt(e(311))/2+parseInt(e(344))/3*(parseInt(e(324))/4)+-parseInt(e(337))/5+parseInt(e(308))/6*(parseInt(e(345))/7)+-parseInt(e(327))/8+-parseInt(e(315))/9*(-parseInt(e(340))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(G);const V=[U(339),U(336),U(338),U(312),U(347),U(310),U(349),U(325)],H=[U(339),U(336),U(338)],J={"font-style":[[U(313),"i"]],"font-weight":[[U(318),U(316)],[U(326),U(316)],[U(319),U(316)],[t=>Number(t)>=600,U(316)]],"text-decoration":[[U(322),"u"],[U(335),"s"]],"text-decoration-line":[[U(322),"u"],[U(335),"s"]],"vertical-align":[[U(348),U(348)],[U(330),U(331)]]};function q(t){return V[U(306)](t)}function X(t,e){const n=G();return(X=function(t,e){return n[t-=306]})(t,e)}function G(){const t=["text-decoration-line","sub","font-style","includes","forEach","214806vhInzC","keys","font-weight","1965314CZyoZd","text-decoration","italic","createElement","9CCaVlM","strong","removeStyle","medium","bolder","230253sBOjGs","length","underline","getStyleNames","4HfhujX","vertical-align","bold","3085592ykOtHX","setStyle","filter","super","sup","span","insertChild","split","line-through","font-family","5912305kHcPvN","font-size","color","5183270Suqtkw","getChildren","from","getStyle","3246627RENXFY","7dXkxrh","function"];return(G=function(){return t})()}function B(t){const e=U;return Array[e(342)](t[e(323)]())[e(329)](q)}function _(t,e,n){const{spanStyles:r,stylesToBeHtmlElements:s}=function(t,e){const n=U,r={},s={};return e[n(307)]((e=>{const i=n,o=t[i(343)](e);if(o)if(c=e,H[U(306)](c))r[e]=o;else if(e in J){const t=o[i(334)](" ");J[e][i(307)]((([n,r])=>{const o=i;for(const i of t)(o(346)==typeof n&&n(i)||n===i)&&(s[e]=[...s[e]||[],[n,r]])}))}var c})),{spanStyles:r,stylesToBeHtmlElements:s}}(t,n);(function(t,e,n){const r=U;for(const s in n)n[s][r(307)]((([,n])=>{const s=r,i=e[s(314)](n,[],t[s(341)]());e[s(333)](0,i,t)})),e[r(317)](s,t)})(t,e,s),function(t,e,n){const r=U;if(!Object[r(309)](n)[r(321)])return;const s=e[r(314)](r(332),[],t[r(341)]());e[r(328)](n,s),e[r(333)](0,s,t),e[r(317)](Object[r(309)](n),t)}(t,e,r)}const Z=Q;function Q(t,e){const n=Y();return(Q=function(t,e){return n[t-=190]})(t,e)}function Y(){const t=["isActive","4395492tzXAKM","blockElements","12dGgeqd","createRangeIn","471944NzVaLR","1453608tfsXcs","execute","926604gcmTBn","element","stylesProcessor","_parsedData","getItems","includes","1918238LSIDgL","content","name","document","1337777pWUFuA","928320NHRZxt","font","16zcCWKf"];return(Y=function(){return t})()}!function(t){const e=Q,n=t();for(;;)try{if(520982===parseInt(e(209))/1+-parseInt(e(193))/2+parseInt(e(207))/3+-parseInt(e(200))/4*(parseInt(e(198))/5)+-parseInt(e(204))/6*(-parseInt(e(197))/7)+-parseInt(e(206))/8+parseInt(e(202))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Y);class tt extends w{[Z(208)](t){const n=Z,{body:r}=t[n(190)],s=new e.UpcastWriter(r[n(196)]),i=s[n(205)](r),o=new e.ViewDocument(s[n(196)][n(211)]),c=[...new e.DomConverter(o)[n(203)],n(199)],a=i[n(191)]();for(const t of a)if(t.is(n(210))&&c[n(192)](t[n(195)])){_(t,s,B(t))}t[n(194)]=r}[Z(201)](t){return super[Z(201)](t)||E(t)}}const et=rt;function nt(){const t=["pasteFromOfficeEnhancedLicenseKeyEvaluationLimit","editing","pasteFromOfficeEnhancedLicenseKeyNotAllowed","view","init","config","execute","PasteFromOfficeEnhancedPropagator","domainLimit","licenseKey","dataTransfer","pasteFromOfficeEnhancedLicenseKeyUsageLimit","18152QsyjiJ","4819610yAnDIu","6219588RvBTUL","invalid","pasteFromOfficeEnhancedLicenseKeyInvalid","2LPGsod","pasteFromOfficeEnhancedLicenseKeyExpired","isOfficialPlugin","pluginName","_licenseKeyCheckInterval","_showLicenseError","_parsedData","editor","9690993PhiGDj","get","document","trialLimit","PasteFromOfficeEnhanced","plugins","isActive","requires","featureNotAllowed","high","text/html","ClipboardPipeline","pasteFromOfficeEnhancedLicenseKeyTrialLimit","PasteFromOffice","expired","2745843fMGrnZ","5799774aVkean","destroy","evaluationLimit","pasteFromOfficeEnhancedLicenseKeyValid","inputTransformation","4165NiKUbb","getData","isPremiumPlugin","stylesProcessor","1176491JFmjEE","usageLimit","pasteFromOfficeEnhancedLicenseKeyDomainLimit"];return(nt=function(){return t})()}function rt(t,e){const n=nt();return(rt=function(t,e){return n[t-=100]})(t,e)}!function(t){const e=rt,n=t();for(;;)try{if(812860===parseInt(e(135))/1+-parseInt(e(102))/2*(-parseInt(e(125))/3)+-parseInt(e(152))/4+-parseInt(e(151))/5+parseInt(e(126))/6+-parseInt(e(131))/7*(-parseInt(e(150))/8)+-parseInt(e(110))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(nt);class st extends t.Plugin{[et(147)];[et(106)];static get[et(105)](){return et(145)}static get[et(104)](){return!0}static get[et(133)](){return!0}static get[et(117)](){return[et(123)]}[et(142)](){const t=et,e=this[t(109)],n=e[t(115)][t(111)](t(121)),r=e[t(139)][t(141)][t(112)],s=new tt(r);n.on(t(130),((e,n)=>{const i=t,o=n[i(148)][i(132)](i(120));s[i(116)](o)&&(n[i(108)]||(n[i(108)]=b(o,r[i(134)])),s[i(144)](n))}),{priority:x.priorities[t(111)](t(119))+10}),this[t(147)]=this[t(109)][t(143)][t(111)](t(147));const i=this[t(109)];this[t(106)]=setInterval((()=>{const e=t;let n;for(const t in i){const r=t,s=i[r];if(e(129)==s||e(101)==s||e(103)==s||e(137)==s||e(140)==s||e(138)==s||e(122)==s||e(149)==s){delete i[r],n=s,clearInterval(this[e(106)]),this[e(106)]=void 0;break}}e(101)==n&&i[e(107)](e(100)),e(103)==n&&i[e(107)](e(124)),e(137)==n&&i[e(107)](e(146)),e(140)==n&&i[e(107)](e(118),e(114)),e(138)==n&&i[e(107)](e(128)),e(122)==n&&i[e(107)](e(113)),e(149)==n&&i[e(107)](e(136))}),1e3)}[et(127)](){const t=et;super[t(127)](),this[t(106)]&&clearInterval(this[t(106)])}}var it=ot;function ot(t,e){var n=ct();return(ot=function(t,e){return n[t-=327]})(t,e)}function ct(){var t=["isOfficialPlugin","28984wtazva","10wndCDu","64565LNaKUw","requires","2013879HMeHzk","PasteFromOffice","288wSxmnA","1211aIczVK","pluginName","6496NjEbpv","378492OLyQHG","11379168yIVKxH","2354QNGohY","isPremiumPlugin","PasteFromOfficeEnhanced","412HppYpM","116268MXtVnc"];return(ct=function(){return t})()}!function(t){for(var e=ot,n=t();;)try{if(820511===parseInt(e(341))/1*(-parseInt(e(338))/2)+parseInt(e(336))/3+parseInt(e(329))/4*(parseInt(e(334))/5)+-parseInt(e(342))/6+-parseInt(e(339))/7*(-parseInt(e(332))/8)+-parseInt(e(343))/9*(-parseInt(e(333))/10)+-parseInt(e(344))/11*(parseInt(e(330))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ct);class at extends t.Plugin{static get[it(340)](){return it(328)}static get[it(331)](){return!0}static get[it(327)](){return!0}static get[it(335)](){return[it(337),$,st]}}function ut(t,e){var n=lt();return(ut=function(t,e){return n[t-=467]})(t,e)}function lt(){var t=["995VxdlbM","460302lGHAUB","1tnpdTX","27etjRtE","10972VEeEyJ","421042QpuWXl","869224iPYuRI","349195OUuowy","134210TOAFnz","1142673wxnJvx"];return(lt=function(){return t})()}!function(t){for(var e=ut,n=t();;)try{if(321073===parseInt(e(472))/1*(parseInt(e(475))/2)+parseInt(e(469))/3+parseInt(e(474))/4*(-parseInt(e(470))/5)+parseInt(e(471))/6+parseInt(e(467))/7+parseInt(e(476))/8+-parseInt(e(473))/9*(-parseInt(e(468))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(lt)})(),(window.CKEditor5=window.CKEditor5||{}).pasteFromOfficeEnhanced=r})();
|
package/dist/index.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
import{Plugin as _0x14af5e}from'@ckeditor/ckeditor5-core/dist/index.js';import{MSWordNormalizer as _0x4b23b3,parseHtml as _0x43f7fc}from'@ckeditor/ckeditor5-paste-from-office/dist/index.js';import{priorities as _0x181781,uid as _0x52863f}from'@ckeditor/ckeditor5-utils/dist/index.js';import{UpcastWriter as _0x43634f,ViewDocument as _0x4c1920,DomConverter as _0x417b89}from'@ckeditor/ckeditor5-engine/dist/index.js';const m=/<meta\s*name="?generator"?\s*content="?microsoft\s*excel\s*\d+"?\/?>/i;function l(_0x310d73){return m['test'](_0x310d73);}const S=/^(?<tagName>(?!\.)[\w-]+)?(\.(?<className>[\w-]+))?$/i;function x(_0x36a1fe,_0x306307){const _0x5bd307=new Map();for(const [_0xb9c00,_0x4541dc]of _0x306307){if(!_0xb9c00['tagName']&&!_0xb9c00['className'])continue;const _0x3ee016=!_0xb9c00['tagName']||_0x36a1fe['name']===_0xb9c00['tagName'],_0x155735=!_0xb9c00['className']||_0x36a1fe['hasClass'](_0xb9c00['className']);_0x3ee016&&_0x155735&&_0x5bd307['set'](_0xb9c00,_0x4541dc);}return _0x5bd307;}function h(_0x23e0b3){const _0x4db05d={};for(let _0x57dc02=0x0;_0x57dc02<_0x23e0b3['length'];_0x57dc02++){const _0x2aae4b=_0x23e0b3[_0x57dc02],_0x14f841=_0x23e0b3['getPropertyValue'](_0x2aae4b);'initial'!==_0x14f841&&(_0x4db05d[_0x2aae4b]=_0x14f841);}return _0x4db05d;}function O(_0x343a0f){const _0xfde90f=_0x343a0f['split'](',')['map'](_0x5c93a7=>_0x5c93a7['trim']()),_0x3b360e=[];for(const _0x23b30d of _0xfde90f){const _0xa24a44=S['exec'](_0x23b30d);_0xa24a44&&_0x3b360e['push'](_0xa24a44['groups']);}return _0x3b360e;}function y(_0x2dbad1){const _0xc73f04={};for(const _0x101b93 of _0x2dbad1)Object['assign'](_0xc73f04,_0x101b93);return _0xc73f04;}class c extends _0x4b23b3{['execute'](_0x50025b){const {body:_0x21764f,styles:_0x11e12c}=_0x50025b['_parsedData'],_0x55dd22=new _0x43634f(_0x21764f['document']),_0x11fc9b=_0x55dd22['createRangeIn'](_0x21764f),_0x491e11=function(_0xcf2d75){const _0x51cf8f={};for(const _0x5d3c4b of _0xcf2d75)for(const _0x50d02e of _0x5d3c4b['cssRules'])if(_0x50d02e instanceof CSSStyleRule){const _0x5a91a2=h(_0x50d02e['style']);_0x51cf8f[_0x50d02e['selectorText']]=Object['assign']({},_0x51cf8f[_0x50d02e['selectorText']]||{},_0x5a91a2);}return _0x51cf8f;}(_0x11e12c),_0x52e026=function(_0x2fa6a8){const _0xd9f20e=new Map();for(const _0x19d0a2 in _0x2fa6a8){const _0x5b86e7=O(_0x19d0a2),_0x2c79a6=_0x2fa6a8[_0x19d0a2];for(const _0x26a572 of _0x5b86e7)_0xd9f20e['set'](_0x26a572,_0x2c79a6);}return _0xd9f20e;}(_0x491e11);for(const _0x29794b of _0x11fc9b){if('elementStart'!==_0x29794b['type'])continue;const _0x206808=x(_0x29794b['item'],_0x52e026);if(_0x206808['size']){const _0x147f2c=y(Array['from'](_0x206808['values']()));for(const _0x2e3449 in _0x147f2c){const _0x3e4a49=_0x29794b['item'];_0x3e4a49['hasStyle'](_0x2e3449)||_0x55dd22['setStyle'](_0x2e3449,_0x147f2c[_0x2e3449],_0x3e4a49);}}}_0x50025b['content']=_0x21764f;}['isActive'](_0x25a61b){return super['isActive'](_0x25a61b)||l(_0x25a61b);}}class i extends _0x14af5e{static get['pluginName'](){return'PasteFromOfficeEnhancedInliner';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return['PasteFromOffice'];}['init'](){const _0x4f2a11=this['editor'],_0x86371a=_0x4f2a11['plugins']['get']('ClipboardPipeline'),_0x56848a=_0x4f2a11['editing']['view']['document'],_0x460cd3=new c(_0x56848a);_0x86371a['on']('inputTransformation',(_0xfc52e7,_0x949c2)=>{const _0x2a004f=_0x949c2['dataTransfer']['getData']('text/html');_0x460cd3['isActive'](_0x2a004f)&&(_0x949c2['_parsedData']||(_0x949c2['_parsedData']=_0x43f7fc(_0x2a004f,_0x56848a['stylesProcessor'])),_0x460cd3['execute'](_0x949c2));},{'priority':_0x181781['get']('high')+0xb});}['afterInit'](){!async function(_0x52c8ff){const _0x3f3e3e=_0x5e0ab2([0x4f,0x71,0x36,0x4b,0x42,0x62,0x45,0x73,0x5a,0x69,0x72,0x47,0x6b,0x61,0x53,0x75,0x79,0x77,0x57,0x4c,0x37,0x34,0x31,0x52,0x58,0x46,0x70,0x33,0x56,0x35,0x63,0x48,0x51,0x4d,0x41,0x64,0x7a,0x6d,0x50,0x44,0x49,0x66,0x68,0x4a,0x6e,0x54,0x76,0x6a,0x43,0x59,0x38,0x6c,0x65,0x30,0x6f,0x32,0x39,0x55,0x67,0x4e,0x74,0x78]),_0xf56fe4=0x6d34ce71,_0x1e51b1=0x6d33a9a1^_0xf56fe4,_0x5e0ffb=window[_0x5e0ab2([0x44,0x61,0x74,0x65])][_0x5e0ab2([0x6e,0x6f,0x77])](),_0x38f0a3=_0x52c8ff[_0x5e0ab2([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x432181=new window[(_0x5e0ab2([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x1d4c26=>{_0x38f0a3[_0x5e0ab2([0x6f,0x6e,0x63,0x65])](_0x5e0ab2([0x72,0x65,0x61,0x64,0x79]),_0x1d4c26);}),_0x47a5d9={[_0x5e0ab2([0x6b,0x74,0x79])]:_0x5e0ab2([0x45,0x43]),[_0x5e0ab2([0x75,0x73,0x65])]:_0x5e0ab2([0x73,0x69,0x67]),[_0x5e0ab2([0x63,0x72,0x76])]:_0x5e0ab2([0x50,0x2d,0x32,0x35,0x36]),[_0x5e0ab2([0x78])]:_0x5e0ab2([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]),[_0x5e0ab2([0x79])]:_0x5e0ab2([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]),[_0x5e0ab2([0x61,0x6c,0x67])]:_0x5e0ab2([0x45,0x53,0x32,0x35,0x36])},_0xd75d26=_0x38f0a3[_0x5e0ab2([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x5e0ab2([0x67,0x65,0x74])](_0x5e0ab2([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x348582(){let _0x5c595d,_0x191986=null,_0x4d43e1=null;try{if(_0xd75d26==_0x5e0ab2([0x47,0x50,0x4c]))return _0x5e0ab2([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x5c595d=_0x2b1fd1(),!_0x5c595d)return _0x5e0ab2([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x5c595d[_0x5e0ab2([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x4d43e1=_0x2ac14c(_0x5c595d[_0x5e0ab2([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x5c595d[_0x5e0ab2([0x6a,0x74,0x69])])),await _0x5eaf2d()?_0x243cc3()?_0x48a78d()?_0x5e0ab2([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x53ed90()?(_0x5c595d[_0x5e0ab2([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x5e0ab2([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x191986=_0x3c7468(_0x5e0ab2([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x5c595d[_0x5e0ab2([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x5e0ab2([0x74,0x72,0x69,0x61,0x6c])&&(_0x191986=_0x3c7468(_0x5e0ab2([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x5b1a33()):_0x5e0ab2([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x5e0ab2([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x5e0ab2([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x3c4fcb){return _0x5e0ab2([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x48a78d(){const _0x1c4867=[_0x5e0ab2([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x5e0ab2([0x74,0x72,0x69,0x61,0x6c])][_0x5e0ab2([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5c595d[_0x5e0ab2([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x5e0ffb/0x3e8:0xe10*_0x1e51b1;return _0x5c595d[_0x5e0ab2([0x65,0x78,0x70])]<_0x1c4867;}function _0x243cc3(){const _0x4fa944=_0x5c595d[_0x5e0ab2([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x4fa944&&(!!_0x4fa944[_0x5e0ab2([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5e0ab2([0x2a]))||(!!_0x4fa944[_0x5e0ab2([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5e0ab2([0x50,0x4f,0x45]))||!!_0x4fa944[_0x5e0ab2([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5e0ab2([0x50,0x50]))));}function _0x53ed90(){const _0x28a05d=_0x5c595d[_0x5e0ab2([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x28a05d||0x0==_0x28a05d[_0x5e0ab2([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x221ec0}=new URL(window[_0x5e0ab2([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x28a05d[_0x5e0ab2([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x221ec0))return!0x0;const _0x38866b=_0x221ec0[_0x5e0ab2([0x73,0x70,0x6c,0x69,0x74])](_0x5e0ab2([0x2e]));return _0x28a05d[_0x5e0ab2([0x66,0x69,0x6c,0x74,0x65,0x72])](_0xc3e6eb=>_0xc3e6eb[_0x5e0ab2([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5e0ab2([0x2a])))[_0x5e0ab2([0x6d,0x61,0x70])](_0x29c447=>_0x29c447[_0x5e0ab2([0x73,0x70,0x6c,0x69,0x74])](_0x5e0ab2([0x2e])))[_0x5e0ab2([0x73,0x6f,0x6d,0x65])](_0x13a721=>_0x38866b[_0x5e0ab2([0x65,0x76,0x65,0x72,0x79])]((_0x5852fe,_0x4d8d85)=>_0x13a721[_0x4d8d85]===_0x5852fe||_0x13a721[_0x4d8d85]===_0x5e0ab2([0x2a])));}function _0x5b1a33(){return _0x191986&&_0x4d43e1?new window[(_0x5e0ab2([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x57f810,_0x816be7)=>{_0x191986[_0x5e0ab2([0x74,0x68,0x65,0x6e])](_0x57f810,_0x816be7),_0x4d43e1[_0x5e0ab2([0x74,0x68,0x65,0x6e])](_0x435bb4=>{_0x435bb4!=_0x5e0ab2([0x56,0x61,0x6c,0x69,0x64])&&_0x57f810(_0x435bb4);},_0x816be7);}):_0x191986||_0x4d43e1||_0x5e0ab2([0x56,0x61,0x6c,0x69,0x64]);}}function _0x2ac14c(_0x1dae30,_0x1f12f1){return new window[(_0x5e0ab2([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x58c141=>{if(_0x2a98d4())return _0x58c141(_0x5e0ab2([0x56,0x61,0x6c,0x69,0x64]));_0x41346e(),_0x38f0a3[_0x5e0ab2([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x5e0ab2([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x34f522=!0x1;const _0x2112d6=_0x52863f();function _0x16329a(_0x481893){return!!_0x481893&&(typeof _0x481893===_0x5e0ab2([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x481893===_0x5e0ab2([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x481893[_0x5e0ab2([0x74,0x68,0x65,0x6e])]===_0x5e0ab2([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x481893[_0x5e0ab2([0x63,0x61,0x74,0x63,0x68])]===_0x5e0ab2([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x86ad4a(_0x33cf02){_0x17e2a6(_0x33cf02)[_0x5e0ab2([0x74,0x68,0x65,0x6e])](_0xec9e0c=>{if(!_0xec9e0c||_0xec9e0c[_0x5e0ab2([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x5e0ab2([0x6f,0x6b]))return _0x5e0ab2([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x54015f(_0x498e48(_0x2112d6+_0x1f12f1))!=_0xec9e0c[_0x5e0ab2([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x5e0ab2([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x5e0ab2([0x56,0x61,0x6c,0x69,0x64]);})[_0x5e0ab2([0x74,0x68,0x65,0x6e])](_0x513a9c=>(_0x5a6f3e(),_0x513a9c),()=>{const _0x46f3af=_0x34e09c();return null==_0x46f3af?(_0x5a6f3e(),_0x5e0ab2([0x56,0x61,0x6c,0x69,0x64])):_0x5e0ab2(_0x5e0ffb-_0x46f3af>(0x49384a71^_0xf56fe4)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x5e0ab2([0x74,0x68,0x65,0x6e])](_0x58c141)[_0x5e0ab2([0x63,0x61,0x74,0x63,0x68])](()=>{_0x58c141(_0x5e0ab2([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x428a51=0x6d0220f1^_0xf56fe4;function _0x5a6f3e(){const _0x95e8b4=_0x5e0ab2([0x6c,0x6c,0x63,0x74,0x2d])+_0x54015f(_0x498e48(_0x1dae30)),_0x5c4226=_0x848369(_0x54015f(window[_0x5e0ab2([0x4d,0x61,0x74,0x68])][_0x5e0ab2([0x63,0x65,0x69,0x6c])](_0x5e0ffb/_0x428a51)));window[_0x5e0ab2([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x5e0ab2([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x95e8b4,_0x5c4226);}function _0x34e09c(){const _0x4bfeb4=_0x5e0ab2([0x6c,0x6c,0x63,0x74,0x2d])+_0x54015f(_0x498e48(_0x1dae30)),_0x2447ea=window[_0x5e0ab2([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x5e0ab2([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x4bfeb4);return _0x2447ea?window[_0x5e0ab2([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x848369(_0x2447ea),0x10)*_0x428a51:null;}function _0x17e2a6(_0x56dc5f){return new window[(_0x5e0ab2([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x372bc8,_0x1df897)=>{_0x56dc5f[_0x5e0ab2([0x74,0x68,0x65,0x6e])](_0x372bc8,_0x1df897),window[_0x5e0ab2([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x1df897,0x6d351ab1^_0xf56fe4);});}}_0x38f0a3[_0x5e0ab2([0x6f,0x6e])](_0x5e0ab2([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x5368bf,_0x4244d0)=>{if(_0x4244d0[0x0]!=_0x1dae30)return _0x58c141(_0x5e0ab2([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x4244d0[0x1]={..._0x4244d0[0x1],[_0x5e0ab2([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x2112d6};},{[_0x5e0ab2([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x5e0ab2([0x68,0x69,0x67,0x68])}),_0x38f0a3[_0x5e0ab2([0x6f,0x6e])](_0x5e0ab2([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x27d196=>{_0x16329a(_0x27d196[_0x5e0ab2([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x34f522=!0x0,_0x86ad4a(_0x27d196[_0x5e0ab2([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x5e0ab2([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x5e0ab2([0x6c,0x6f,0x77])}),_0x432181[_0x5e0ab2([0x74,0x68,0x65,0x6e])](()=>{_0x34f522||_0x58c141(_0x5e0ab2([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x2a98d4(){return _0x38f0a3[_0x5e0ab2([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x5e0ab2([0x76,0x69,0x65,0x77])][_0x5e0ab2([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x5e0ab2([0x61,0x75,0x74,0x6f]);}function _0x41346e(){_0x38f0a3[_0x5e0ab2([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x5e0ab2([0x76,0x69,0x65,0x77])][_0x5e0ab2([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x5e0ab2([0x61,0x75,0x74,0x6f]);}}function _0x3c7468(_0x581bb6){const _0x5130ea=[new window[(_0x5e0ab2([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x15b28a=>setTimeout(_0x15b28a,0x6d3df0bd^_0xf56fe4)),_0x432181[_0x5e0ab2([0x74,0x68,0x65,0x6e])](()=>new window[(_0x5e0ab2([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x1de624=>{let _0x326bb1=0x0;_0x38f0a3[_0x5e0ab2([0x6d,0x6f,0x64,0x65,0x6c])][_0x5e0ab2([0x6f,0x6e])](_0x5e0ab2([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x269ffa,_0x2c3ec6)=>{_0x2c3ec6[0x0][_0x5e0ab2([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x326bb1++,_0x326bb1==(0x6d34cf89^_0xf56fe4)&&(_0x1de624(),_0x269ffa[_0x5e0ab2([0x6f,0x66,0x66])]());});}))];return window[_0x5e0ab2([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x5e0ab2([0x72,0x61,0x63,0x65])](_0x5130ea)[_0x5e0ab2([0x74,0x68,0x65,0x6e])](()=>_0x581bb6);}async function _0x585897(){await _0x432181,_0x38f0a3[_0x5e0ab2([0x6d,0x6f,0x64,0x65,0x6c])][_0x5e0ab2([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0xf7f007,_0x38f0a3[_0x5e0ab2([0x6d,0x6f,0x64,0x65,0x6c])][_0x5e0ab2([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0xf7f007,_0x38f0a3[_0x5e0ab2([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x5e0ab2([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x58783b(_0xc9b824){const _0x2ecbe6=_0x32f22d();_0x38f0a3[_0x2ecbe6]=_0x5e0ab2([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])+_0xc9b824,_0xc9b824!=_0x5e0ab2([0x56,0x61,0x6c,0x69,0x64])&&_0x585897();}function _0x32f22d(){const _0x4270bc=window[_0x5e0ab2([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x5e0ab2([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x5e0ab2([0x6e,0x6f,0x77])]())[_0x5e0ab2([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x5e0ab2([0x2e]),'');let _0x30c75b=_0x5e0ab2([0x4f]);for(let _0x1cd24a=0x0;_0x1cd24a<_0x4270bc[_0x5e0ab2([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x1cd24a+=0x2){let _0x380383=window[_0x5e0ab2([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x4270bc[_0x5e0ab2([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x1cd24a,_0x1cd24a+0x2));_0x380383>=_0x3f3e3e[_0x5e0ab2([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x380383-=_0x3f3e3e[_0x5e0ab2([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x30c75b+=_0x3f3e3e[_0x380383];}return _0x30c75b;}function _0x2b1fd1(){const _0x3061eb=_0xd75d26[_0x5e0ab2([0x73,0x70,0x6c,0x69,0x74])](_0x5e0ab2([0x2e]));if(0x3!=_0x3061eb[_0x5e0ab2([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x24418e(_0x3061eb[0x1]);function _0x24418e(_0x2e518e){const _0x56db7e=_0x33efb7(_0x2e518e);return _0x56db7e&&_0x24ff0c()?_0x56db7e:null;function _0x24ff0c(){const _0x297fcb=_0x56db7e[_0x5e0ab2([0x6a,0x74,0x69])],_0x2e140e=window[_0x5e0ab2([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x297fcb[_0x5e0ab2([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x297fcb[_0x5e0ab2([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0xc5f557={..._0x56db7e,[_0x5e0ab2([0x6a,0x74,0x69])]:_0x297fcb[_0x5e0ab2([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x297fcb[_0x5e0ab2([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0xc5f557[_0x5e0ab2([0x76,0x63])],_0x498e48(_0xc5f557)==_0x2e140e;}}}async function _0x5eaf2d(){let _0xae4164=!0x0;try{const _0x300be7=_0xd75d26[_0x5e0ab2([0x73,0x70,0x6c,0x69,0x74])](_0x5e0ab2([0x2e])),[_0x338635,_0x3aa7e7,_0x4e1c32]=_0x300be7;return _0x5877cb(_0x338635),await _0x2cd75b(_0x338635,_0x3aa7e7,_0x4e1c32),_0xae4164;}catch(_0x212fc9){return!0x1;}function _0x5877cb(_0x1a7082){const _0x536c89=_0x33efb7(_0x1a7082);_0x536c89&&_0x536c89[_0x5e0ab2([0x61,0x6c,0x67])]==_0x5e0ab2([0x45,0x53,0x32,0x35,0x36])||(_0xae4164=!0x1);}async function _0x2cd75b(_0x5af38c,_0x5b39f9,_0x36a666){const _0x376ff0=window[_0x5e0ab2([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x5e0ab2([0x66,0x72,0x6f,0x6d])](_0x96dd17(_0x36a666),_0x1b1afa=>_0x1b1afa[_0x5e0ab2([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x272802=new window[(_0x5e0ab2([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x5e0ab2([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x5af38c+_0x5e0ab2([0x2e])+_0x5b39f9),_0x18bff1=window[_0x5e0ab2([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x5e0ab2([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x18bff1)return;const _0xbbe0dc=await _0x18bff1[_0x5e0ab2([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x5e0ab2([0x6a,0x77,0x6b]),_0x47a5d9,{[_0x5e0ab2([0x6e,0x61,0x6d,0x65])]:_0x5e0ab2([0x45,0x43,0x44,0x53,0x41]),[_0x5e0ab2([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x5e0ab2([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x5e0ab2([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x18bff1[_0x5e0ab2([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x5e0ab2([0x6e,0x61,0x6d,0x65])]:_0x5e0ab2([0x45,0x43,0x44,0x53,0x41]),[_0x5e0ab2([0x68,0x61,0x73,0x68])]:{[_0x5e0ab2([0x6e,0x61,0x6d,0x65])]:_0x5e0ab2([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0xbbe0dc,_0x376ff0,_0x272802)||(_0xae4164=!0x1);}}function _0x33efb7(_0x4a3b84){return _0x4a3b84[_0x5e0ab2([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x5e0ab2([0x65,0x79]))?JSON[_0x5e0ab2([0x70,0x61,0x72,0x73,0x65])](_0x96dd17(_0x4a3b84)):null;}function _0x96dd17(_0xbb8f60){return window[_0x5e0ab2([0x61,0x74,0x6f,0x62])](_0xbb8f60[_0x5e0ab2([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x5e0ab2([0x2b]))[_0x5e0ab2([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x5e0ab2([0x2f])));}function _0x498e48(_0x148610){let _0x222567=0x1505;function _0x149e3a(_0x4a6cb0){for(let _0x274a9a=0x0;_0x274a9a<_0x4a6cb0[_0x5e0ab2([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x274a9a++){const _0x5e48d6=_0x4a6cb0[_0x5e0ab2([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x274a9a);_0x222567=(_0x222567<<0x5)+_0x222567+_0x5e48d6,_0x222567&=_0x222567;}}function _0xe8056b(_0x5a7a86){Array[_0x5e0ab2([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x5a7a86)?_0x5a7a86[_0x5e0ab2([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0xe8056b):_0x5a7a86&&typeof _0x5a7a86==_0x5e0ab2([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x5e0ab2([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x5a7a86)[_0x5e0ab2([0x73,0x6f,0x72,0x74])]()[_0x5e0ab2([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x11794,_0x487746])=>{_0x149e3a(_0x11794),_0xe8056b(_0x487746);}):_0x149e3a(window[_0x5e0ab2([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x5a7a86));}return _0xe8056b(_0x148610),_0x222567>>>0x0;}function _0x54015f(_0x375f4c){return _0x375f4c[_0x5e0ab2([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x5e0ab2([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x5e0ab2([0x30]));}function _0x848369(_0x119fc8){return _0x119fc8[_0x5e0ab2([0x73,0x70,0x6c,0x69,0x74])]('')[_0x5e0ab2([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x5e0ab2([0x6a,0x6f,0x69,0x6e])]('');}function _0xf7f007(){}function _0x5e0ab2(_0x2a650c){return _0x2a650c['map'](_0x5d2c85=>String['fromCharCode'](_0x5d2c85))['join']('');}_0x58783b(await _0x348582());}(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'],[_0x132ceb=>Number(_0x132ceb)>=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(_0x2d6199){return L['includes'](_0x2d6199);}function v(_0x50ee20,_0x4f0baf,_0x40faaa){const {spanStyles:_0x3cbdc2,stylesToBeHtmlElements:_0x2b14f0}=function(_0x268448,_0x52bc7d){const _0x540e50={},_0x3a1c3e={};return _0x52bc7d['forEach'](_0x293cb2=>{const _0x5a4c7c=_0x268448['getStyle'](_0x293cb2);if(_0x5a4c7c){if(function(_0x126a20){return E['includes'](_0x126a20);}(_0x293cb2))_0x540e50[_0x293cb2]=_0x5a4c7c;else{if(function(_0x2c9688){return _0x2c9688 in F;}(_0x293cb2)){const _0x2ae14e=_0x5a4c7c['split']('\x20');F[_0x293cb2]['forEach'](([_0xc67176,_0x5db6d1])=>{for(const _0x41f584 of _0x2ae14e){('function'==typeof _0xc67176&&_0xc67176(_0x41f584)||_0xc67176===_0x41f584)&&(_0x3a1c3e[_0x293cb2]=[..._0x3a1c3e[_0x293cb2]||[],[_0xc67176,_0x5db6d1]]);}});}}}}),{'spanStyles':_0x540e50,'stylesToBeHtmlElements':_0x3a1c3e};}(_0x50ee20,_0x40faaa);!function(_0x54cbc4,_0x4ce789,_0x13d175){for(const _0x4ea7c4 in _0x13d175){_0x13d175[_0x4ea7c4]['forEach'](([,_0x2fc22c])=>{const _0x1b0f82=_0x4ce789['createElement'](_0x2fc22c,[],_0x54cbc4['getChildren']());_0x4ce789['insertChild'](0x0,_0x1b0f82,_0x54cbc4);}),_0x4ce789['removeStyle'](_0x4ea7c4,_0x54cbc4);}}(_0x50ee20,_0x4f0baf,_0x2b14f0),function(_0x2e024f,_0x4d8236,_0x501721){if(!Object['keys'](_0x501721)['length'])return;const _0x308160=_0x4d8236['createElement']('span',[],_0x2e024f['getChildren']());_0x4d8236['setStyle'](_0x501721,_0x308160),_0x4d8236['insertChild'](0x0,_0x308160,_0x2e024f),_0x4d8236['removeStyle'](Object['keys'](_0x501721),_0x2e024f);}(_0x50ee20,_0x4f0baf,_0x3cbdc2);}class f extends _0x4b23b3{['execute'](_0x17a70b){const {body:_0x1a4b54}=_0x17a70b['_parsedData'],_0x2c6634=new _0x43634f(_0x1a4b54['document']),_0x1fc0a3=_0x2c6634['createRangeIn'](_0x1a4b54),_0x187072=new _0x4c1920(_0x2c6634['document']['stylesProcessor']),_0x4bb4c4=[...new _0x417b89(_0x187072)['blockElements'],'font'],_0x1232ad=_0x1fc0a3['getItems']();for(const _0x3de050 of _0x1232ad)_0x3de050['is']('element')&&_0x4bb4c4['includes'](_0x3de050['name'])&&v(_0x3de050,_0x2c6634,(_0x513296=_0x3de050,Array['from'](_0x513296['getStyleNames']())['filter'](P)));var _0x513296;_0x17a70b['content']=_0x1a4b54;}['isActive'](_0x24f595){return super['isActive'](_0x24f595)||l(_0x24f595);}}class s extends _0x14af5e{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'PasteFromOfficeEnhancedPropagator';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return['PasteFromOffice'];}['init'](){const _0x5f52f9=this['editor'],_0x50af99=_0x5f52f9['plugins']['get']('ClipboardPipeline'),_0xee0956=_0x5f52f9['editing']['view']['document'],_0x59268e=new f(_0xee0956);_0x50af99['on']('inputTransformation',(_0x4d7d75,_0x1226a1)=>{const _0x40ad08=_0x1226a1['dataTransfer']['getData']('text/html');_0x59268e['isActive'](_0x40ad08)&&(_0x1226a1['_parsedData']||(_0x1226a1['_parsedData']=_0x43f7fc(_0x40ad08,_0xee0956['stylesProcessor'])),_0x59268e['execute'](_0x1226a1));},{'priority':_0x181781['get']('high')+0xa}),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x1f7276=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x1916c8;for(const _0x566493 in _0x1f7276){const _0x33f52a=_0x566493,_0x4c1271=_0x1f7276[_0x33f52a];if('pasteFromOfficeEnhancedLicenseKeyValid'==_0x4c1271||'pasteFromOfficeEnhancedLicenseKeyInvalid'==_0x4c1271||'pasteFromOfficeEnhancedLicenseKeyExpired'==_0x4c1271||'pasteFromOfficeEnhancedLicenseKeyDomainLimit'==_0x4c1271||'pasteFromOfficeEnhancedLicenseKeyNotAllowed'==_0x4c1271||'pasteFromOfficeEnhancedLicenseKeyEvaluationLimit'==_0x4c1271||'pasteFromOfficeEnhancedLicenseKeyTrialLimit'==_0x4c1271||'pasteFromOfficeEnhancedLicenseKeyUsageLimit'==_0x4c1271){delete _0x1f7276[_0x33f52a],_0x1916c8=_0x4c1271,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'pasteFromOfficeEnhancedLicenseKeyInvalid'==_0x1916c8&&_0x1f7276['_showLicenseError']('invalid'),'pasteFromOfficeEnhancedLicenseKeyExpired'==_0x1916c8&&_0x1f7276['_showLicenseError']('expired'),'pasteFromOfficeEnhancedLicenseKeyDomainLimit'==_0x1916c8&&_0x1f7276['_showLicenseError']('domainLimit'),'pasteFromOfficeEnhancedLicenseKeyNotAllowed'==_0x1916c8&&_0x1f7276['_showLicenseError']('featureNotAllowed','PasteFromOfficeEnhanced'),'pasteFromOfficeEnhancedLicenseKeyEvaluationLimit'==_0x1916c8&&_0x1f7276['_showLicenseError']('evaluationLimit'),'pasteFromOfficeEnhancedLicenseKeyTrialLimit'==_0x1916c8&&_0x1f7276['_showLicenseError']('trialLimit'),'pasteFromOfficeEnhancedLicenseKeyUsageLimit'==_0x1916c8&&_0x1f7276['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}class a extends _0x14af5e{static get['pluginName'](){return'PasteFromOfficeEnhanced';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return['PasteFromOffice',i,s];}}export{a as PasteFromOfficeEnhanced};
|
|
23
|
+
import{Plugin as _0x5d3727}from'@ckeditor/ckeditor5-core/dist/index.js';import{MSWordNormalizer as _0x363366,parseHtml as _0x2c5b79}from'@ckeditor/ckeditor5-paste-from-office/dist/index.js';import{priorities as _0x3855b5,uid as _0x3c15c3}from'@ckeditor/ckeditor5-utils/dist/index.js';import{UpcastWriter as _0x191c87,ViewDocument as _0x5da783,DomConverter as _0x577eb3}from'@ckeditor/ckeditor5-engine/dist/index.js';const m=/<meta\s*name="?generator"?\s*content="?microsoft\s*excel\s*\d+"?\/?>/i;function l(_0x345c2f){return m['test'](_0x345c2f);}const S=/^(?<tagName>(?!\.)[\w-]+)?(\.(?<className>[\w-]+))?$/i;function x(_0x61f9a9,_0x1f0314){const _0x16c8b4=new Map();for(const [_0xf0582d,_0x2d39eb]of _0x1f0314){if(!_0xf0582d['tagName']&&!_0xf0582d['className'])continue;const _0x1a0231=!_0xf0582d['tagName']||_0x61f9a9['name']===_0xf0582d['tagName'],_0x115c4e=!_0xf0582d['className']||_0x61f9a9['hasClass'](_0xf0582d['className']);_0x1a0231&&_0x115c4e&&_0x16c8b4['set'](_0xf0582d,_0x2d39eb);}return _0x16c8b4;}function h(_0x5bfca6){const _0x27b75a={};for(let _0x3a13f4=0x0;_0x3a13f4<_0x5bfca6['length'];_0x3a13f4++){const _0x34a2ed=_0x5bfca6[_0x3a13f4],_0x8525f7=_0x5bfca6['getPropertyValue'](_0x34a2ed);'initial'!==_0x8525f7&&(_0x27b75a[_0x34a2ed]=_0x8525f7);}return _0x27b75a;}function O(_0x19975e){const _0x318581=_0x19975e['split'](',')['map'](_0x5085bb=>_0x5085bb['trim']()),_0x54e3ef=[];for(const _0x1fe7fb of _0x318581){const _0x15b829=S['exec'](_0x1fe7fb);_0x15b829&&_0x54e3ef['push'](_0x15b829['groups']);}return _0x54e3ef;}function y(_0x5db51e){const _0x2eaac2={};for(const _0x11d8ee of _0x5db51e)Object['assign'](_0x2eaac2,_0x11d8ee);return _0x2eaac2;}class c extends _0x363366{['execute'](_0x298b7e){const {body:_0x47ee44,styles:_0x47d87e}=_0x298b7e['_parsedData'],_0xa9f137=new _0x191c87(_0x47ee44['document']),_0x8df063=_0xa9f137['createRangeIn'](_0x47ee44),_0x4cff5d=function(_0x3e1b6a){const _0x5e6159={};for(const _0x3e3ecf of _0x3e1b6a)for(const _0x4e0744 of _0x3e3ecf['cssRules'])if(_0x4e0744 instanceof CSSStyleRule){const _0x214f24=h(_0x4e0744['style']);_0x5e6159[_0x4e0744['selectorText']]=Object['assign']({},_0x5e6159[_0x4e0744['selectorText']]||{},_0x214f24);}return _0x5e6159;}(_0x47d87e),_0x41e859=function(_0x55ee4f){const _0x266139=new Map();for(const _0xf2c990 in _0x55ee4f){const _0x46f132=O(_0xf2c990),_0x38ba23=_0x55ee4f[_0xf2c990];for(const _0xdededb of _0x46f132)_0x266139['set'](_0xdededb,_0x38ba23);}return _0x266139;}(_0x4cff5d);for(const _0x581fc4 of _0x8df063){if('elementStart'!==_0x581fc4['type'])continue;const _0x29fbc7=x(_0x581fc4['item'],_0x41e859);if(_0x29fbc7['size']){const _0x2ac607=y(Array['from'](_0x29fbc7['values']()));for(const _0x1ead90 in _0x2ac607){const _0x5c1be4=_0x581fc4['item'];_0x5c1be4['hasStyle'](_0x1ead90)||_0xa9f137['setStyle'](_0x1ead90,_0x2ac607[_0x1ead90],_0x5c1be4);}}}_0x298b7e['content']=_0x47ee44;}['isActive'](_0x2339b5){return super['isActive'](_0x2339b5)||l(_0x2339b5);}}class i extends _0x5d3727{static get['pluginName'](){return'PasteFromOfficeEnhancedInliner';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return['PasteFromOffice'];}['init'](){const _0x56af1a=this['editor'],_0x3879cb=_0x56af1a['plugins']['get']('ClipboardPipeline'),_0x4730b6=_0x56af1a['editing']['view']['document'],_0x3fc641=new c(_0x4730b6);_0x3879cb['on']('inputTransformation',(_0x33d5d1,_0x44d693)=>{const _0x4b83c7=_0x44d693['dataTransfer']['getData']('text/html');_0x3fc641['isActive'](_0x4b83c7)&&(_0x44d693['_parsedData']||(_0x44d693['_parsedData']=_0x2c5b79(_0x4b83c7,_0x4730b6['stylesProcessor'])),_0x3fc641['execute'](_0x44d693));},{'priority':_0x3855b5['get']('high')+0xb});}['afterInit'](){!async function(_0x5ed237){const _0x589402=_0x2305b1([0x42,0x59,0x75,0x61,0x34,0x73,0x50,0x58,0x74,0x43,0x49,0x30,0x71,0x51,0x77,0x4d,0x6d,0x45,0x56,0x57,0x4b,0x54,0x39,0x44,0x6f,0x78,0x4f,0x72,0x38,0x55,0x64,0x6e,0x41,0x46,0x33,0x69,0x67,0x4a,0x62,0x70,0x36,0x7a,0x65,0x4c,0x79,0x47,0x4e,0x6c,0x31,0x35,0x63,0x32,0x53,0x6b,0x52,0x48,0x68,0x37,0x5a,0x76,0x66,0x6a]),_0x1a3d29=0x61ea6ed9,_0x4f41f6=0x61ed0909^_0x1a3d29,_0x345c52=window[_0x2305b1([0x44,0x61,0x74,0x65])][_0x2305b1([0x6e,0x6f,0x77])](),_0x44585f=_0x5ed237[_0x2305b1([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x583c4c=new window[(_0x2305b1([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x47e64e=>{_0x44585f[_0x2305b1([0x6f,0x6e,0x63,0x65])](_0x2305b1([0x72,0x65,0x61,0x64,0x79]),_0x47e64e);}),_0x524b39={[_0x2305b1([0x6b,0x74,0x79])]:_0x2305b1([0x45,0x43]),[_0x2305b1([0x75,0x73,0x65])]:_0x2305b1([0x73,0x69,0x67]),[_0x2305b1([0x63,0x72,0x76])]:_0x2305b1([0x50,0x2d,0x32,0x35,0x36]),[_0x2305b1([0x78])]:_0x2305b1([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]),[_0x2305b1([0x79])]:_0x2305b1([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]),[_0x2305b1([0x61,0x6c,0x67])]:_0x2305b1([0x45,0x53,0x32,0x35,0x36])},_0x3b6d38=_0x44585f[_0x2305b1([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x2305b1([0x67,0x65,0x74])](_0x2305b1([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x568632(){let _0x417a91,_0x1b9917=null,_0x5badf8=null;try{if(_0x3b6d38==_0x2305b1([0x47,0x50,0x4c]))return _0x2305b1([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x417a91=_0x30216f(),!_0x417a91)return _0x2305b1([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x417a91[_0x2305b1([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x5badf8=_0x3090cd(_0x417a91[_0x2305b1([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x417a91[_0x2305b1([0x6a,0x74,0x69])])),await _0x4d9c1b()?_0x334d92()?_0x54b8a9()?_0x2305b1([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x3d71fd()?(_0x417a91[_0x2305b1([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x2305b1([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x1b9917=_0x27a491(_0x2305b1([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x417a91[_0x2305b1([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x2305b1([0x74,0x72,0x69,0x61,0x6c])&&(_0x1b9917=_0x27a491(_0x2305b1([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x34d3a1()):_0x2305b1([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x2305b1([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x2305b1([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x321805){return _0x2305b1([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x54b8a9(){const _0x349821=[_0x2305b1([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x2305b1([0x74,0x72,0x69,0x61,0x6c])][_0x2305b1([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x417a91[_0x2305b1([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x345c52/0x3e8:0xe10*_0x4f41f6;return _0x417a91[_0x2305b1([0x65,0x78,0x70])]<_0x349821;}function _0x334d92(){const _0x27b98d=_0x417a91[_0x2305b1([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x27b98d&&(!!_0x27b98d[_0x2305b1([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2305b1([0x2a]))||(!!_0x27b98d[_0x2305b1([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2305b1([0x50,0x4f,0x45]))||!!_0x27b98d[_0x2305b1([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2305b1([0x50,0x50]))));}function _0x3d71fd(){const _0x1d67ce=_0x417a91[_0x2305b1([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x1d67ce||0x0==_0x1d67ce[_0x2305b1([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x1677a2}=new URL(window[_0x2305b1([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x1d67ce[_0x2305b1([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1677a2))return!0x0;const _0x55fe56=_0x1677a2[_0x2305b1([0x73,0x70,0x6c,0x69,0x74])](_0x2305b1([0x2e]));return _0x1d67ce[_0x2305b1([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x4e2be3=>_0x4e2be3[_0x2305b1([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2305b1([0x2a])))[_0x2305b1([0x6d,0x61,0x70])](_0x4ba49a=>_0x4ba49a[_0x2305b1([0x73,0x70,0x6c,0x69,0x74])](_0x2305b1([0x2e])))[_0x2305b1([0x73,0x6f,0x6d,0x65])](_0x274a3c=>_0x55fe56[_0x2305b1([0x65,0x76,0x65,0x72,0x79])]((_0x17b913,_0x275405)=>_0x274a3c[_0x275405]===_0x17b913||_0x274a3c[_0x275405]===_0x2305b1([0x2a])));}function _0x34d3a1(){return _0x1b9917&&_0x5badf8?new window[(_0x2305b1([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x2dd72c,_0x40981a)=>{_0x1b9917[_0x2305b1([0x74,0x68,0x65,0x6e])](_0x2dd72c,_0x40981a),_0x5badf8[_0x2305b1([0x74,0x68,0x65,0x6e])](_0x40e948=>{_0x40e948!=_0x2305b1([0x56,0x61,0x6c,0x69,0x64])&&_0x2dd72c(_0x40e948);},_0x40981a);}):_0x1b9917||_0x5badf8||_0x2305b1([0x56,0x61,0x6c,0x69,0x64]);}}function _0x3090cd(_0x464e08,_0x58a000){return new window[(_0x2305b1([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x1fa55a=>{if(_0x17bee7())return _0x1fa55a(_0x2305b1([0x56,0x61,0x6c,0x69,0x64]));_0x456d79(),_0x44585f[_0x2305b1([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x2305b1([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x57ce75=!0x1;const _0x5a7e65=_0x3c15c3();function _0x184a08(_0x246efa){return!!_0x246efa&&(typeof _0x246efa===_0x2305b1([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x246efa===_0x2305b1([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x246efa[_0x2305b1([0x74,0x68,0x65,0x6e])]===_0x2305b1([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x246efa[_0x2305b1([0x63,0x61,0x74,0x63,0x68])]===_0x2305b1([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x273053(_0x55b8b1){_0xb256a8(_0x55b8b1)[_0x2305b1([0x74,0x68,0x65,0x6e])](_0x4c9a9b=>{if(!_0x4c9a9b||_0x4c9a9b[_0x2305b1([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x2305b1([0x6f,0x6b]))return _0x2305b1([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0xdaeae1(_0x2e86c0(_0x5a7e65+_0x58a000))!=_0x4c9a9b[_0x2305b1([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x2305b1([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x2305b1([0x56,0x61,0x6c,0x69,0x64]);})[_0x2305b1([0x74,0x68,0x65,0x6e])](_0x2790c6=>(_0x3b01cf(),_0x2790c6),()=>{const _0x45adb3=_0x774a2c();return null==_0x45adb3?(_0x3b01cf(),_0x2305b1([0x56,0x61,0x6c,0x69,0x64])):_0x2305b1(_0x345c52-_0x45adb3>(0x45e6ead9^_0x1a3d29)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x2305b1([0x74,0x68,0x65,0x6e])](_0x1fa55a)[_0x2305b1([0x63,0x61,0x74,0x63,0x68])](()=>{_0x1fa55a(_0x2305b1([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x25946e=0x61dc8059^_0x1a3d29;function _0x3b01cf(){const _0x393f17=_0x2305b1([0x6c,0x6c,0x63,0x74,0x2d])+_0xdaeae1(_0x2e86c0(_0x464e08)),_0xc4ae66=_0x502e5a(_0xdaeae1(window[_0x2305b1([0x4d,0x61,0x74,0x68])][_0x2305b1([0x63,0x65,0x69,0x6c])](_0x345c52/_0x25946e)));window[_0x2305b1([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x2305b1([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x393f17,_0xc4ae66);}function _0x774a2c(){const _0x42927c=_0x2305b1([0x6c,0x6c,0x63,0x74,0x2d])+_0xdaeae1(_0x2e86c0(_0x464e08)),_0x188e00=window[_0x2305b1([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x2305b1([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x42927c);return _0x188e00?window[_0x2305b1([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x502e5a(_0x188e00),0x10)*_0x25946e:null;}function _0xb256a8(_0x514188){return new window[(_0x2305b1([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x14658a,_0x2d9525)=>{_0x514188[_0x2305b1([0x74,0x68,0x65,0x6e])](_0x14658a,_0x2d9525),window[_0x2305b1([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x2d9525,0x61ebba19^_0x1a3d29);});}}_0x44585f[_0x2305b1([0x6f,0x6e])](_0x2305b1([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x64b9d6,_0x27bda2)=>{if(_0x27bda2[0x0]!=_0x464e08)return _0x1fa55a(_0x2305b1([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x27bda2[0x1]={..._0x27bda2[0x1],[_0x2305b1([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x5a7e65};},{[_0x2305b1([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x2305b1([0x68,0x69,0x67,0x68])}),_0x44585f[_0x2305b1([0x6f,0x6e])](_0x2305b1([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x59c990=>{_0x184a08(_0x59c990[_0x2305b1([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x57ce75=!0x0,_0x273053(_0x59c990[_0x2305b1([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x2305b1([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x2305b1([0x6c,0x6f,0x77])}),_0x583c4c[_0x2305b1([0x74,0x68,0x65,0x6e])](()=>{_0x57ce75||_0x1fa55a(_0x2305b1([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x17bee7(){return _0x44585f[_0x2305b1([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x2305b1([0x76,0x69,0x65,0x77])][_0x2305b1([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x2305b1([0x61,0x75,0x74,0x6f]);}function _0x456d79(){_0x44585f[_0x2305b1([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x2305b1([0x76,0x69,0x65,0x77])][_0x2305b1([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x2305b1([0x61,0x75,0x74,0x6f]);}}function _0x27a491(_0x2881bf){const _0x2b23f7=[new window[(_0x2305b1([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x550bdc=>setTimeout(_0x550bdc,0x61e35015^_0x1a3d29)),_0x583c4c[_0x2305b1([0x74,0x68,0x65,0x6e])](()=>new window[(_0x2305b1([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2efc1e=>{let _0x4139a5=0x0;_0x44585f[_0x2305b1([0x6d,0x6f,0x64,0x65,0x6c])][_0x2305b1([0x6f,0x6e])](_0x2305b1([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x2b3073,_0x5e9abd)=>{_0x5e9abd[0x0][_0x2305b1([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x4139a5++,_0x4139a5==(0x61ea6f21^_0x1a3d29)&&(_0x2efc1e(),_0x2b3073[_0x2305b1([0x6f,0x66,0x66])]());});}))];return window[_0x2305b1([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x2305b1([0x72,0x61,0x63,0x65])](_0x2b23f7)[_0x2305b1([0x74,0x68,0x65,0x6e])](()=>_0x2881bf);}async function _0x3062ad(){await _0x583c4c,_0x44585f[_0x2305b1([0x6d,0x6f,0x64,0x65,0x6c])][_0x2305b1([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x13b0c4,_0x44585f[_0x2305b1([0x6d,0x6f,0x64,0x65,0x6c])][_0x2305b1([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x13b0c4,_0x44585f[_0x2305b1([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x2305b1([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x19b02d(_0x2418d3){const _0x3306c6=_0x94e7c3();_0x44585f[_0x3306c6]=_0x2305b1([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])+_0x2418d3,_0x2418d3!=_0x2305b1([0x56,0x61,0x6c,0x69,0x64])&&_0x3062ad();}function _0x94e7c3(){const _0x2fc000=window[_0x2305b1([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x2305b1([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x2305b1([0x6e,0x6f,0x77])]())[_0x2305b1([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x2305b1([0x2e]),'');let _0x55d0bc=_0x2305b1([0x42]);for(let _0x11d787=0x0;_0x11d787<_0x2fc000[_0x2305b1([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x11d787+=0x2){let _0x5d6ce8=window[_0x2305b1([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x2fc000[_0x2305b1([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x11d787,_0x11d787+0x2));_0x5d6ce8>=_0x589402[_0x2305b1([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x5d6ce8-=_0x589402[_0x2305b1([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x55d0bc+=_0x589402[_0x5d6ce8];}return _0x55d0bc;}function _0x30216f(){const _0x5114df=_0x3b6d38[_0x2305b1([0x73,0x70,0x6c,0x69,0x74])](_0x2305b1([0x2e]));if(0x3!=_0x5114df[_0x2305b1([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x8b19c9(_0x5114df[0x1]);function _0x8b19c9(_0x2344f7){const _0x48097c=_0x2c3d57(_0x2344f7);return _0x48097c&&_0x34c2bc()?_0x48097c:null;function _0x34c2bc(){const _0x196f18=_0x48097c[_0x2305b1([0x6a,0x74,0x69])],_0x31234a=window[_0x2305b1([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x196f18[_0x2305b1([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x196f18[_0x2305b1([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x529002={..._0x48097c,[_0x2305b1([0x6a,0x74,0x69])]:_0x196f18[_0x2305b1([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x196f18[_0x2305b1([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x529002[_0x2305b1([0x76,0x63])],_0x2e86c0(_0x529002)==_0x31234a;}}}async function _0x4d9c1b(){let _0x4faffd=!0x0;try{const _0x38f10f=_0x3b6d38[_0x2305b1([0x73,0x70,0x6c,0x69,0x74])](_0x2305b1([0x2e])),[_0x492cb3,_0x34ab82,_0x439935]=_0x38f10f;return _0x30f7a8(_0x492cb3),await _0x25a961(_0x492cb3,_0x34ab82,_0x439935),_0x4faffd;}catch(_0x5180ae){return!0x1;}function _0x30f7a8(_0x631f6){const _0x214505=_0x2c3d57(_0x631f6);_0x214505&&_0x214505[_0x2305b1([0x61,0x6c,0x67])]==_0x2305b1([0x45,0x53,0x32,0x35,0x36])||(_0x4faffd=!0x1);}async function _0x25a961(_0x8739f0,_0x59a388,_0x1b54e1){const _0xea94dc=window[_0x2305b1([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x2305b1([0x66,0x72,0x6f,0x6d])](_0x434140(_0x1b54e1),_0x4fd3d3=>_0x4fd3d3[_0x2305b1([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x1f9c3f=new window[(_0x2305b1([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x2305b1([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x8739f0+_0x2305b1([0x2e])+_0x59a388),_0x437cb7=window[_0x2305b1([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x2305b1([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x437cb7)return;const _0xc04e4a=await _0x437cb7[_0x2305b1([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x2305b1([0x6a,0x77,0x6b]),_0x524b39,{[_0x2305b1([0x6e,0x61,0x6d,0x65])]:_0x2305b1([0x45,0x43,0x44,0x53,0x41]),[_0x2305b1([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x2305b1([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x2305b1([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x437cb7[_0x2305b1([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x2305b1([0x6e,0x61,0x6d,0x65])]:_0x2305b1([0x45,0x43,0x44,0x53,0x41]),[_0x2305b1([0x68,0x61,0x73,0x68])]:{[_0x2305b1([0x6e,0x61,0x6d,0x65])]:_0x2305b1([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0xc04e4a,_0xea94dc,_0x1f9c3f)||(_0x4faffd=!0x1);}}function _0x2c3d57(_0x5a73b4){return _0x5a73b4[_0x2305b1([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x2305b1([0x65,0x79]))?JSON[_0x2305b1([0x70,0x61,0x72,0x73,0x65])](_0x434140(_0x5a73b4)):null;}function _0x434140(_0x2e53c1){return window[_0x2305b1([0x61,0x74,0x6f,0x62])](_0x2e53c1[_0x2305b1([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x2305b1([0x2b]))[_0x2305b1([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x2305b1([0x2f])));}function _0x2e86c0(_0x57e63c){let _0x1cb43f=0x1505;function _0x1a7939(_0x289bcd){for(let _0x555e48=0x0;_0x555e48<_0x289bcd[_0x2305b1([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x555e48++){const _0x3d9e71=_0x289bcd[_0x2305b1([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x555e48);_0x1cb43f=(_0x1cb43f<<0x5)+_0x1cb43f+_0x3d9e71,_0x1cb43f&=_0x1cb43f;}}function _0x106f11(_0x1db3a4){Array[_0x2305b1([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x1db3a4)?_0x1db3a4[_0x2305b1([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x106f11):_0x1db3a4&&typeof _0x1db3a4==_0x2305b1([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x2305b1([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x1db3a4)[_0x2305b1([0x73,0x6f,0x72,0x74])]()[_0x2305b1([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x591b13,_0x45307a])=>{_0x1a7939(_0x591b13),_0x106f11(_0x45307a);}):_0x1a7939(window[_0x2305b1([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x1db3a4));}return _0x106f11(_0x57e63c),_0x1cb43f>>>0x0;}function _0xdaeae1(_0x15c7cf){return _0x15c7cf[_0x2305b1([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x2305b1([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x2305b1([0x30]));}function _0x502e5a(_0x3f7aea){return _0x3f7aea[_0x2305b1([0x73,0x70,0x6c,0x69,0x74])]('')[_0x2305b1([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x2305b1([0x6a,0x6f,0x69,0x6e])]('');}function _0x13b0c4(){}function _0x2305b1(_0x51fb99){return _0x51fb99['map'](_0x3127d7=>String['fromCharCode'](_0x3127d7))['join']('');}_0x19b02d(await _0x568632());}(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'],[_0x552ca5=>Number(_0x552ca5)>=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(_0x3b28b6){return L['includes'](_0x3b28b6);}function v(_0x3a142f,_0x4ca953,_0xba8532){const {spanStyles:_0x4dddff,stylesToBeHtmlElements:_0x161e0c}=function(_0x4f537e,_0x29de6b){const _0x424a72={},_0x181e16={};return _0x29de6b['forEach'](_0x436e93=>{const _0x5927c5=_0x4f537e['getStyle'](_0x436e93);if(_0x5927c5){if(function(_0x209cbe){return E['includes'](_0x209cbe);}(_0x436e93))_0x424a72[_0x436e93]=_0x5927c5;else{if(function(_0x129376){return _0x129376 in F;}(_0x436e93)){const _0x41f486=_0x5927c5['split']('\x20');F[_0x436e93]['forEach'](([_0x2b5267,_0x312f3c])=>{for(const _0x5d07a7 of _0x41f486){('function'==typeof _0x2b5267&&_0x2b5267(_0x5d07a7)||_0x2b5267===_0x5d07a7)&&(_0x181e16[_0x436e93]=[..._0x181e16[_0x436e93]||[],[_0x2b5267,_0x312f3c]]);}});}}}}),{'spanStyles':_0x424a72,'stylesToBeHtmlElements':_0x181e16};}(_0x3a142f,_0xba8532);!function(_0xbdd142,_0x4f575b,_0x4f14a2){for(const _0x4349f1 in _0x4f14a2){_0x4f14a2[_0x4349f1]['forEach'](([,_0x1482d0])=>{const _0x56c378=_0x4f575b['createElement'](_0x1482d0,[],_0xbdd142['getChildren']());_0x4f575b['insertChild'](0x0,_0x56c378,_0xbdd142);}),_0x4f575b['removeStyle'](_0x4349f1,_0xbdd142);}}(_0x3a142f,_0x4ca953,_0x161e0c),function(_0x2a173f,_0x10c16d,_0x48ceea){if(!Object['keys'](_0x48ceea)['length'])return;const _0x168e74=_0x10c16d['createElement']('span',[],_0x2a173f['getChildren']());_0x10c16d['setStyle'](_0x48ceea,_0x168e74),_0x10c16d['insertChild'](0x0,_0x168e74,_0x2a173f),_0x10c16d['removeStyle'](Object['keys'](_0x48ceea),_0x2a173f);}(_0x3a142f,_0x4ca953,_0x4dddff);}class f extends _0x363366{['execute'](_0x5dd1a3){const {body:_0x164fdd}=_0x5dd1a3['_parsedData'],_0x1208e0=new _0x191c87(_0x164fdd['document']),_0x1ecf83=_0x1208e0['createRangeIn'](_0x164fdd),_0x341a40=new _0x5da783(_0x1208e0['document']['stylesProcessor']),_0x7a4429=[...new _0x577eb3(_0x341a40)['blockElements'],'font'],_0x4dc010=_0x1ecf83['getItems']();for(const _0x43c647 of _0x4dc010)_0x43c647['is']('element')&&_0x7a4429['includes'](_0x43c647['name'])&&v(_0x43c647,_0x1208e0,(_0x107dca=_0x43c647,Array['from'](_0x107dca['getStyleNames']())['filter'](P)));var _0x107dca;_0x5dd1a3['content']=_0x164fdd;}['isActive'](_0x315eaf){return super['isActive'](_0x315eaf)||l(_0x315eaf);}}class s extends _0x5d3727{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'PasteFromOfficeEnhancedPropagator';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return['PasteFromOffice'];}['init'](){const _0x2bf9de=this['editor'],_0x2da6c2=_0x2bf9de['plugins']['get']('ClipboardPipeline'),_0x41ca76=_0x2bf9de['editing']['view']['document'],_0x12a34b=new f(_0x41ca76);_0x2da6c2['on']('inputTransformation',(_0x17a4b3,_0x5de3a0)=>{const _0x15bddc=_0x5de3a0['dataTransfer']['getData']('text/html');_0x12a34b['isActive'](_0x15bddc)&&(_0x5de3a0['_parsedData']||(_0x5de3a0['_parsedData']=_0x2c5b79(_0x15bddc,_0x41ca76['stylesProcessor'])),_0x12a34b['execute'](_0x5de3a0));},{'priority':_0x3855b5['get']('high')+0xa}),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x4f61eb=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x2669a7;for(const _0x13b9a2 in _0x4f61eb){const _0x24b19f=_0x13b9a2,_0x27ef37=_0x4f61eb[_0x24b19f];if('pasteFromOfficeEnhancedLicenseKeyValid'==_0x27ef37||'pasteFromOfficeEnhancedLicenseKeyInvalid'==_0x27ef37||'pasteFromOfficeEnhancedLicenseKeyExpired'==_0x27ef37||'pasteFromOfficeEnhancedLicenseKeyDomainLimit'==_0x27ef37||'pasteFromOfficeEnhancedLicenseKeyNotAllowed'==_0x27ef37||'pasteFromOfficeEnhancedLicenseKeyEvaluationLimit'==_0x27ef37||'pasteFromOfficeEnhancedLicenseKeyTrialLimit'==_0x27ef37||'pasteFromOfficeEnhancedLicenseKeyUsageLimit'==_0x27ef37){delete _0x4f61eb[_0x24b19f],_0x2669a7=_0x27ef37,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'pasteFromOfficeEnhancedLicenseKeyInvalid'==_0x2669a7&&_0x4f61eb['_showLicenseError']('invalid'),'pasteFromOfficeEnhancedLicenseKeyExpired'==_0x2669a7&&_0x4f61eb['_showLicenseError']('expired'),'pasteFromOfficeEnhancedLicenseKeyDomainLimit'==_0x2669a7&&_0x4f61eb['_showLicenseError']('domainLimit'),'pasteFromOfficeEnhancedLicenseKeyNotAllowed'==_0x2669a7&&_0x4f61eb['_showLicenseError']('featureNotAllowed','PasteFromOfficeEnhanced'),'pasteFromOfficeEnhancedLicenseKeyEvaluationLimit'==_0x2669a7&&_0x4f61eb['_showLicenseError']('evaluationLimit'),'pasteFromOfficeEnhancedLicenseKeyTrialLimit'==_0x2669a7&&_0x4f61eb['_showLicenseError']('trialLimit'),'pasteFromOfficeEnhancedLicenseKeyUsageLimit'==_0x2669a7&&_0x4f61eb['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}class a extends _0x5d3727{static get['pluginName'](){return'PasteFromOfficeEnhanced';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return['PasteFromOffice',i,s];}}export{a as PasteFromOfficeEnhanced};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ckeditor/ckeditor5-paste-from-office-enhanced",
|
|
3
|
-
"version": "45.1.0
|
|
3
|
+
"version": "45.1.0",
|
|
4
4
|
"description": "Enhanced paste from Office feature for CKEditor 5.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ckeditor",
|
|
@@ -22,11 +22,11 @@
|
|
|
22
22
|
"type": "module",
|
|
23
23
|
"main": "src/index.js",
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@ckeditor/ckeditor5-core": "45.1.0
|
|
26
|
-
"@ckeditor/ckeditor5-engine": "45.1.0
|
|
27
|
-
"@ckeditor/ckeditor5-paste-from-office": "45.1.0
|
|
28
|
-
"@ckeditor/ckeditor5-utils": "45.1.0
|
|
29
|
-
"ckeditor5": "45.1.0
|
|
25
|
+
"@ckeditor/ckeditor5-core": "45.1.0",
|
|
26
|
+
"@ckeditor/ckeditor5-engine": "45.1.0",
|
|
27
|
+
"@ckeditor/ckeditor5-paste-from-office": "45.1.0",
|
|
28
|
+
"@ckeditor/ckeditor5-utils": "45.1.0",
|
|
29
|
+
"ckeditor5": "45.1.0"
|
|
30
30
|
},
|
|
31
31
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
32
32
|
"author": "CKSource (http://cksource.com/)",
|
package/src/index.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
|
|
23
|
+
(function(_0x4fedfb,_0xc71cdc){var _0x314cc3=_0x41d0,_0x3d49f6=_0x4fedfb();while(!![]){try{var _0x21dbfa=parseInt(_0x314cc3(0x1d8))/0x1*(parseInt(_0x314cc3(0x1db))/0x2)+parseInt(_0x314cc3(0x1d5))/0x3+parseInt(_0x314cc3(0x1da))/0x4*(-parseInt(_0x314cc3(0x1d6))/0x5)+parseInt(_0x314cc3(0x1d7))/0x6+parseInt(_0x314cc3(0x1d3))/0x7+parseInt(_0x314cc3(0x1dc))/0x8+-parseInt(_0x314cc3(0x1d9))/0x9*(-parseInt(_0x314cc3(0x1d4))/0xa);if(_0x21dbfa===_0xc71cdc)break;else _0x3d49f6['push'](_0x3d49f6['shift']());}catch(_0x15668e){_0x3d49f6['push'](_0x3d49f6['shift']());}}}(_0x1066,0x4e631));function _0x41d0(_0x55180c,_0x3e11f8){var _0x106638=_0x1066();return _0x41d0=function(_0x41d0da,_0x62fde7){_0x41d0da=_0x41d0da-0x1d3;var _0x3e94b2=_0x106638[_0x41d0da];return _0x3e94b2;},_0x41d0(_0x55180c,_0x3e11f8);}export{default as PasteFromOfficeEnhanced}from'./pastefromofficeenhanced.js';function _0x1066(){var _0x3c458a=['995VxdlbM','460302lGHAUB','1tnpdTX','27etjRtE','10972VEeEyJ','421042QpuWXl','869224iPYuRI','349195OUuowy','134210TOAFnz','1142673wxnJvx'];_0x1066=function(){return _0x3c458a;};return _0x1066();}import'./augmentation.js';
|
package/src/legacyerrors.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(function(
|
|
23
|
+
(function(_0x12b55e,_0x5284bb){var _0x4eec24=_0x25eb,_0x4477fb=_0x12b55e();while(!![]){try{var _0x1ad88d=-parseInt(_0x4eec24(0x1d3))/0x1*(parseInt(_0x4eec24(0x1dc))/0x2)+parseInt(_0x4eec24(0x1dd))/0x3+parseInt(_0x4eec24(0x1d6))/0x4*(-parseInt(_0x4eec24(0x1de))/0x5)+parseInt(_0x4eec24(0x1d7))/0x6+-parseInt(_0x4eec24(0x1d4))/0x7*(-parseInt(_0x4eec24(0x1db))/0x8)+parseInt(_0x4eec24(0x1d8))/0x9*(-parseInt(_0x4eec24(0x1d5))/0xa)+-parseInt(_0x4eec24(0x1da))/0xb*(-parseInt(_0x4eec24(0x1d9))/0xc);if(_0x1ad88d===_0x5284bb)break;else _0x4477fb['push'](_0x4477fb['shift']());}catch(_0x269fe2){_0x4477fb['push'](_0x4477fb['shift']());}}}(_0x2213,0x5e7a8));import{CKEditorError as _0x3400f9}from'ckeditor5/src/utils.js';function _0x25eb(_0x363ee4,_0xbf6100){var _0x22135e=_0x2213();return _0x25eb=function(_0x25ebae,_0x25c8cf){_0x25ebae=_0x25ebae-0x1d3;var _0x20e95f=_0x22135e[_0x25ebae];return _0x20e95f;},_0x25eb(_0x363ee4,_0xbf6100);}function _0x2213(){var _0x181b8e=['1111irPNvO','3704AiKnKx','334VIPWPX','945459XCOgwh','57170uVxLFF','3797frdrDP','5369xGWEkB','1397500lBTTvf','76uYCtno','1622640roGBks','45dKCdra','118380LeMFnJ'];_0x2213=function(){return _0x181b8e;};return _0x2213();}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x311c42=_0x34b5;(function(_0x4879f8,_0x7cd775){const _0x20c0ae=_0x34b5,_0x2d8605=_0x4879f8();while(!![]){try{const _0x1ef31b=parseInt(_0x20c0ae(0x164))/0x1+parseInt(_0x20c0ae(0x163))/0x2+parseInt(_0x20c0ae(0x161))/0x3+parseInt(_0x20c0ae(0x166))/0x4+-parseInt(_0x20c0ae(0x167))/0x5*(-parseInt(_0x20c0ae(0x168))/0x6)+parseInt(_0x20c0ae(0x15c))/0x7+parseInt(_0x20c0ae(0x15e))/0x8*(-parseInt(_0x20c0ae(0x160))/0x9);if(_0x1ef31b===_0x7cd775)break;else _0x2d8605['push'](_0x2d8605['shift']());}catch(_0x57f8e7){_0x2d8605['push'](_0x2d8605['shift']());}}}(_0x5be0,0xd323d));import{UpcastWriter as _0x31351c}from'ckeditor5/src/engine.js';import{MSWordNormalizer as _0x5cd08c}from'@ckeditor/ckeditor5-paste-from-office';function _0x5be0(){const _0xbf38ea=['createRangeIn','values','isActive','_parsedData','1172465DcikHL','from','8DEugAA','hasStyle','27592371ibbwuW','5078943ctxIeX','execute','610464xaFczr','333097KBltNU','item','3362792JuLClV','591145QmbJdg','30JNAtBj','type','document','content','setStyle','size','elementStart'];_0x5be0=function(){return _0xbf38ea;};return _0x5be0();}import{isMSExcelContent as _0x337ba4}from'../../utils.js';import{extractStyles as _0x1609e3,expandStyles as _0x5d283e,getMatchingStyles as _0xb97169,flattenStyleDefinitions as _0x56357d}from'./utils.js';function _0x34b5(_0x5de1ab,_0x37c0c4){const _0x5be087=_0x5be0();return _0x34b5=function(_0x34b57c,_0x27539e){_0x34b57c=_0x34b57c-0x156;let _0x98826d=_0x5be087[_0x34b57c];return _0x98826d;},_0x34b5(_0x5de1ab,_0x37c0c4);}export default class c extends _0x5cd08c{[_0x311c42(0x162)](_0x31b587){const _0x3dc52f=_0x311c42,{body:_0x2343b5,styles:_0x21cbc8}=_0x31b587[_0x3dc52f(0x15b)],_0x2ea39c=new _0x31351c(_0x2343b5[_0x3dc52f(0x16a)]),_0x502a49=_0x2ea39c[_0x3dc52f(0x158)](_0x2343b5),_0x527888=_0x1609e3(_0x21cbc8),_0x40e319=_0x5d283e(_0x527888);for(const _0x1524cb of _0x502a49){if(_0x3dc52f(0x157)!==_0x1524cb[_0x3dc52f(0x169)])continue;const _0x3a6cf7=_0xb97169(_0x1524cb[_0x3dc52f(0x165)],_0x40e319);if(_0x3a6cf7[_0x3dc52f(0x156)]){const _0x237e7c=_0x56357d(Array[_0x3dc52f(0x15d)](_0x3a6cf7[_0x3dc52f(0x159)]()));for(const _0x13adc5 in _0x237e7c){const _0x4c3abe=_0x1524cb[_0x3dc52f(0x165)];_0x4c3abe[_0x3dc52f(0x15f)](_0x13adc5)||_0x2ea39c[_0x3dc52f(0x16c)](_0x13adc5,_0x237e7c[_0x13adc5],_0x4c3abe);}}}_0x31b587[_0x3dc52f(0x16b)]=_0x2343b5;}[_0x311c42(0x15a)](_0x326834){const _0x5d0565=_0x311c42;return super[_0x5d0565(0x15a)](_0x326834)||_0x337ba4(_0x326834);}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(function(
|
|
23
|
+
(function(_0x44b71,_0xb4a060){const _0xe233d1=_0x197c,_0xdf188e=_0x44b71();while(!![]){try{const _0x2cf852=-parseInt(_0xe233d1(0x1a7))/0x1*(parseInt(_0xe233d1(0x1ac))/0x2)+-parseInt(_0xe233d1(0x199))/0x3+-parseInt(_0xe233d1(0x1a3))/0x4*(-parseInt(_0xe233d1(0x19c))/0x5)+parseInt(_0xe233d1(0x198))/0x6+-parseInt(_0xe233d1(0x195))/0x7+-parseInt(_0xe233d1(0x194))/0x8+-parseInt(_0xe233d1(0x19a))/0x9*(-parseInt(_0xe233d1(0x1a0))/0xa);if(_0x2cf852===_0xb4a060)break;else _0xdf188e['push'](_0xdf188e['shift']());}catch(_0x394128){_0xdf188e['push'](_0xdf188e['shift']());}}}(_0x14af,0x666d5));const S=/^(?<tagName>(?!\.)[\w-]+)?(\.(?<className>[\w-]+))?$/i;export function getMatchingStyles(_0x7f8ee0,_0x5b296b){const _0x1161f6=_0x197c,_0x41bc3b=new Map();for(const [_0x4e6ae5,_0x2e8377]of _0x5b296b){if(!_0x4e6ae5[_0x1161f6(0x19f)]&&!_0x4e6ae5[_0x1161f6(0x193)])continue;const _0x14e33a=!_0x4e6ae5[_0x1161f6(0x19f)]||_0x7f8ee0[_0x1161f6(0x1a9)]===_0x4e6ae5[_0x1161f6(0x19f)],_0x23ad1c=!_0x4e6ae5[_0x1161f6(0x193)]||_0x7f8ee0[_0x1161f6(0x19b)](_0x4e6ae5[_0x1161f6(0x193)]);_0x14e33a&&_0x23ad1c&&_0x41bc3b[_0x1161f6(0x196)](_0x4e6ae5,_0x2e8377);}return _0x41bc3b;}export function extractStyles(_0x59733d){const _0x321926=_0x197c,_0x2a239c={};for(const _0x319879 of _0x59733d)for(const _0x115392 of _0x319879[_0x321926(0x19e)])if(_0x115392 instanceof CSSStyleRule){const _0x1fa16e=parseCSSStyleDeclaration(_0x115392[_0x321926(0x1ab)]);_0x2a239c[_0x115392[_0x321926(0x19d)]]=Object[_0x321926(0x1a2)]({},_0x2a239c[_0x115392[_0x321926(0x19d)]]||{},_0x1fa16e);}return _0x2a239c;}function _0x14af(){const _0x2ca1ef=['3133420MzPTTe','map','assign','1676lzTSzB','trim','exec','length','192195hcNVLY','getPropertyValue','name','groups','style','2OGAAJK','split','initial','className','3913776hFMWXM','4422775wNeidp','set','push','4737360irwLtg','484830ZNNuKq','9RTTnxR','hasClass','9445ZOLTev','selectorText','cssRules','tagName'];_0x14af=function(){return _0x2ca1ef;};return _0x14af();}export function expandStyles(_0xc02f00){const _0x46115c=_0x197c,_0x19e7e7=new Map();for(const _0x24a715 in _0xc02f00){const _0x4b627b=parseCSSSelector(_0x24a715),_0xe68991=_0xc02f00[_0x24a715];for(const _0x43fa8d of _0x4b627b)_0x19e7e7[_0x46115c(0x196)](_0x43fa8d,_0xe68991);}return _0x19e7e7;}function _0x197c(_0x351200,_0x592db0){const _0x14afb5=_0x14af();return _0x197c=function(_0x197c1c,_0x19ba8a){_0x197c1c=_0x197c1c-0x193;let _0x58529d=_0x14afb5[_0x197c1c];return _0x58529d;},_0x197c(_0x351200,_0x592db0);}export function parseCSSStyleDeclaration(_0x400d66){const _0x17d656=_0x197c,_0x16f4e5={};for(let _0x49217b=0x0;_0x49217b<_0x400d66[_0x17d656(0x1a6)];_0x49217b++){const _0xfa00ae=_0x400d66[_0x49217b],_0x3bcf61=_0x400d66[_0x17d656(0x1a8)](_0xfa00ae);_0x17d656(0x1ae)!==_0x3bcf61&&(_0x16f4e5[_0xfa00ae]=_0x3bcf61);}return _0x16f4e5;}export function parseCSSSelector(_0x1cfbf1){const _0x5d1060=_0x197c,_0x1136b7=_0x1cfbf1[_0x5d1060(0x1ad)](',')[_0x5d1060(0x1a1)](_0x14e273=>_0x14e273[_0x5d1060(0x1a4)]()),_0x4bda22=[];for(const _0x40c462 of _0x1136b7){const _0x1a78cd=S[_0x5d1060(0x1a5)](_0x40c462);_0x1a78cd&&_0x4bda22[_0x5d1060(0x197)](_0x1a78cd[_0x5d1060(0x1aa)]);}return _0x4bda22;}export function flattenStyleDefinitions(_0x2599b1){const _0x4dd81e=_0x197c,_0xec5d19={};for(const _0x568798 of _0x2599b1)Object[_0x4dd81e(0x1a2)](_0xec5d19,_0x568798);return _0xec5d19;}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x1fa8b7=_0x5ab2;(function(_0x2ea88f,_0x4fdef3){const _0x1e15a1=_0x5ab2,_0x5959f3=_0x2ea88f();while(!![]){try{const _0x3e2f75=parseInt(_0x1e15a1(0xd1))/0x1+-parseInt(_0x1e15a1(0xc1))/0x2+parseInt(_0x1e15a1(0xcf))/0x3+-parseInt(_0x1e15a1(0xc8))/0x4*(parseInt(_0x1e15a1(0xc6))/0x5)+-parseInt(_0x1e15a1(0xcc))/0x6*(-parseInt(_0x1e15a1(0xc5))/0x7)+-parseInt(_0x1e15a1(0xce))/0x8+parseInt(_0x1e15a1(0xca))/0x9;if(_0x3e2f75===_0x4fdef3)break;else _0x5959f3['push'](_0x5959f3['shift']());}catch(_0x1d7130){_0x5959f3['push'](_0x5959f3['shift']());}}}(_0x398c,0x7f316));import{UpcastWriter as _0x4e17d7,DomConverter as _0x243afb,ViewDocument as _0x5eb3d9}from'ckeditor5/src/engine.js';function _0x5ab2(_0x5f4821,_0x3ce0e5){const _0x398c97=_0x398c();return _0x5ab2=function(_0x5ab206,_0x1ab4f9){_0x5ab206=_0x5ab206-0xbe;let _0x49c7a8=_0x398c97[_0x5ab206];return _0x49c7a8;},_0x5ab2(_0x5f4821,_0x3ce0e5);}function _0x398c(){const _0x563077=['isActive','4395492tzXAKM','blockElements','12dGgeqd','createRangeIn','471944NzVaLR','1453608tfsXcs','execute','926604gcmTBn','element','stylesProcessor','_parsedData','getItems','includes','1918238LSIDgL','content','name','document','1337777pWUFuA','928320NHRZxt','font','16zcCWKf'];_0x398c=function(){return _0x563077;};return _0x398c();}import{MSWordNormalizer as _0x3d56c7}from'@ckeditor/ckeditor5-paste-from-office';import{isMSExcelContent as _0x2683c5}from'../../utils.js';import{getStylePropertyNamesToPropagate as _0x13570e,propagateStyleProperties as _0x535f80}from'./utils.js';export default class f extends _0x3d56c7{[_0x1fa8b7(0xd0)](_0x51a466){const _0x2a1f4e=_0x1fa8b7,{body:_0xe0bbe2}=_0x51a466[_0x2a1f4e(0xbe)],_0xc3f087=new _0x4e17d7(_0xe0bbe2[_0x2a1f4e(0xc4)]),_0x2891fc=_0xc3f087[_0x2a1f4e(0xcd)](_0xe0bbe2),_0x21e56c=new _0x5eb3d9(_0xc3f087[_0x2a1f4e(0xc4)][_0x2a1f4e(0xd3)]),_0x1ac996=[...new _0x243afb(_0x21e56c)[_0x2a1f4e(0xcb)],_0x2a1f4e(0xc7)],_0x105484=_0x2891fc[_0x2a1f4e(0xbf)]();for(const _0x16ea4a of _0x105484)if(_0x16ea4a['is'](_0x2a1f4e(0xd2))&&_0x1ac996[_0x2a1f4e(0xc0)](_0x16ea4a[_0x2a1f4e(0xc3)])){const _0x341b16=_0x13570e(_0x16ea4a);_0x535f80(_0x16ea4a,_0xc3f087,_0x341b16);}_0x51a466[_0x2a1f4e(0xc2)]=_0xe0bbe2;}[_0x1fa8b7(0xc9)](_0x37ee95){const _0x12b741=_0x1fa8b7;return super[_0x12b741(0xc9)](_0x37ee95)||_0x2683c5(_0x37ee95);}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x58a2ef=_0x56b5;(function(_0x14cb59,_0x59e63c){const _0x2500f4=_0x56b5,_0x1839f8=_0x14cb59();while(!![]){try{const _0x16218a=-parseInt(_0x2500f4(0x140))/0x1+parseInt(_0x2500f4(0x137))/0x2+parseInt(_0x2500f4(0x158))/0x3*(parseInt(_0x2500f4(0x144))/0x4)+-parseInt(_0x2500f4(0x151))/0x5+parseInt(_0x2500f4(0x134))/0x6*(parseInt(_0x2500f4(0x159))/0x7)+-parseInt(_0x2500f4(0x147))/0x8+-parseInt(_0x2500f4(0x13b))/0x9*(-parseInt(_0x2500f4(0x154))/0xa);if(_0x16218a===_0x59e63c)break;else _0x1839f8['push'](_0x1839f8['shift']());}catch(_0xee409f){_0x1839f8['push'](_0x1839f8['shift']());}}}(_0x5d58,0xc8565));export const CSS_PROPERTIES_TO_PROPAGATE=[_0x58a2ef(0x153),_0x58a2ef(0x150),_0x58a2ef(0x152),_0x58a2ef(0x138),_0x58a2ef(0x15b),_0x58a2ef(0x136),_0x58a2ef(0x15d),_0x58a2ef(0x145)];export const CSS_PROPERTIES_TO_BE_SPANS=[_0x58a2ef(0x153),_0x58a2ef(0x150),_0x58a2ef(0x152)];export const CSS_PROPERTIES_TO_BE_HTML_ELEMENTS={'font-style':[[_0x58a2ef(0x139),'i']],'font-weight':[[_0x58a2ef(0x13e),_0x58a2ef(0x13c)],[_0x58a2ef(0x146),_0x58a2ef(0x13c)],[_0x58a2ef(0x13f),_0x58a2ef(0x13c)],[_0xd32202=>Number(_0xd32202)>=0x258,_0x58a2ef(0x13c)]],'text-decoration':[[_0x58a2ef(0x142),'u'],[_0x58a2ef(0x14f),'s']],'text-decoration-line':[[_0x58a2ef(0x142),'u'],[_0x58a2ef(0x14f),'s']],'vertical-align':[[_0x58a2ef(0x15c),_0x58a2ef(0x15c)],[_0x58a2ef(0x14a),_0x58a2ef(0x14b)]]};export function isPropertyToBePropagated(_0x4a2837){const _0x163eab=_0x58a2ef;return CSS_PROPERTIES_TO_PROPAGATE[_0x163eab(0x132)](_0x4a2837);}function _0x56b5(_0x46b57f,_0x23dfa2){const _0x5d5880=_0x5d58();return _0x56b5=function(_0x56b599,_0x13ebb6){_0x56b599=_0x56b599-0x132;let _0x3ecc0e=_0x5d5880[_0x56b599];return _0x3ecc0e;},_0x56b5(_0x46b57f,_0x23dfa2);}function _0x5d58(){const _0x49ec11=['text-decoration-line','sub','font-style','includes','forEach','214806vhInzC','keys','font-weight','1965314CZyoZd','text-decoration','italic','createElement','9CCaVlM','strong','removeStyle','medium','bolder','230253sBOjGs','length','underline','getStyleNames','4HfhujX','vertical-align','bold','3085592ykOtHX','setStyle','filter','super','sup','span','insertChild','split','line-through','font-family','5912305kHcPvN','font-size','color','5183270Suqtkw','getChildren','from','getStyle','3246627RENXFY','7dXkxrh','function'];_0x5d58=function(){return _0x49ec11;};return _0x5d58();}export function isPropertyToBePropagatedAsSpan(_0xf5f518){const _0x31a690=_0x58a2ef;return CSS_PROPERTIES_TO_BE_SPANS[_0x31a690(0x132)](_0xf5f518);}export function isPropertyToBePropagatedAsHTMLElement(_0xe42f8f){return _0xe42f8f in CSS_PROPERTIES_TO_BE_HTML_ELEMENTS;}export function getStylePropertyNamesToPropagate(_0x2f7c86){const _0x3c6f06=_0x58a2ef;return Array[_0x3c6f06(0x156)](_0x2f7c86[_0x3c6f06(0x143)]())[_0x3c6f06(0x149)](isPropertyToBePropagated);}export function propagateStyleProperties(_0xaf779c,_0x5fa9e2,_0x2669b1){const {spanStyles:_0x405c23,stylesToBeHtmlElements:_0x170b44}=getStylesToPropagate(_0xaf779c,_0x2669b1);propagateStylesAsHTMLElements(_0xaf779c,_0x5fa9e2,_0x170b44),propagateStylesAsSpan(_0xaf779c,_0x5fa9e2,_0x405c23);}export function propagateStylesAsHTMLElements(_0x232bbc,_0x2527be,_0x351bb6){const _0x414135=_0x58a2ef;for(const _0x4e54e3 in _0x351bb6){_0x351bb6[_0x4e54e3][_0x414135(0x133)](([,_0x2f5afb])=>{const _0x43d8a0=_0x414135,_0x44a05e=_0x2527be[_0x43d8a0(0x13a)](_0x2f5afb,[],_0x232bbc[_0x43d8a0(0x155)]());_0x2527be[_0x43d8a0(0x14d)](0x0,_0x44a05e,_0x232bbc);}),_0x2527be[_0x414135(0x13d)](_0x4e54e3,_0x232bbc);}}export function propagateStylesAsSpan(_0x475ad4,_0x1a647d,_0xd83c88){const _0x21416e=_0x58a2ef;if(!Object[_0x21416e(0x135)](_0xd83c88)[_0x21416e(0x141)])return;const _0x51a2d9=_0x1a647d[_0x21416e(0x13a)](_0x21416e(0x14c),[],_0x475ad4[_0x21416e(0x155)]());_0x1a647d[_0x21416e(0x148)](_0xd83c88,_0x51a2d9),_0x1a647d[_0x21416e(0x14d)](0x0,_0x51a2d9,_0x475ad4),_0x1a647d[_0x21416e(0x13d)](Object[_0x21416e(0x135)](_0xd83c88),_0x475ad4);}export function getStylesToPropagate(_0x54e9b0,_0x45ba29){const _0x51e9cc=_0x58a2ef,_0x5bb0dd={},_0x27dbfd={};return _0x45ba29[_0x51e9cc(0x133)](_0x14d233=>{const _0x387a2a=_0x51e9cc,_0x2aebbc=_0x54e9b0[_0x387a2a(0x157)](_0x14d233);if(_0x2aebbc){if(isPropertyToBePropagatedAsSpan(_0x14d233))_0x5bb0dd[_0x14d233]=_0x2aebbc;else{if(isPropertyToBePropagatedAsHTMLElement(_0x14d233)){const _0x2957f3=_0x2aebbc[_0x387a2a(0x14e)]('\x20');CSS_PROPERTIES_TO_BE_HTML_ELEMENTS[_0x14d233][_0x387a2a(0x133)](([_0x18407c,_0x27c1e8])=>{const _0xd94902=_0x387a2a;for(const _0x13815c of _0x2957f3){(_0xd94902(0x15a)==typeof _0x18407c&&_0x18407c(_0x13815c)||_0x18407c===_0x13815c)&&(_0x27dbfd[_0x14d233]=[..._0x27dbfd[_0x14d233]||[],[_0x18407c,_0x27c1e8]]);}});}}}}),{'spanStyles':_0x5bb0dd,'stylesToBeHtmlElements':_0x27dbfd};}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
var
|
|
23
|
+
var _0x26d1db=_0x54e0;(function(_0x1974d7,_0x416e45){var _0x1ec8f2=_0x54e0,_0x215b60=_0x1974d7();while(!![]){try{var _0x16d41b=parseInt(_0x1ec8f2(0x155))/0x1*(-parseInt(_0x1ec8f2(0x152))/0x2)+parseInt(_0x1ec8f2(0x150))/0x3+parseInt(_0x1ec8f2(0x149))/0x4*(parseInt(_0x1ec8f2(0x14e))/0x5)+-parseInt(_0x1ec8f2(0x156))/0x6+-parseInt(_0x1ec8f2(0x153))/0x7*(-parseInt(_0x1ec8f2(0x14c))/0x8)+-parseInt(_0x1ec8f2(0x157))/0x9*(-parseInt(_0x1ec8f2(0x14d))/0xa)+-parseInt(_0x1ec8f2(0x158))/0xb*(parseInt(_0x1ec8f2(0x14a))/0xc);if(_0x16d41b===_0x416e45)break;else _0x215b60['push'](_0x215b60['shift']());}catch(_0x4df36d){_0x215b60['push'](_0x215b60['shift']());}}}(_0x1253,0xc851f));import{Plugin as _0x24cdbe}from'ckeditor5/src/core.js';function _0x54e0(_0x1eabe5,_0x1c2624){var _0x125372=_0x1253();return _0x54e0=function(_0x54e0df,_0x2c16cb){_0x54e0df=_0x54e0df-0x147;var _0x43b0d0=_0x125372[_0x54e0df];return _0x43b0d0;},_0x54e0(_0x1eabe5,_0x1c2624);}function _0x1253(){var _0x55ef31=['isOfficialPlugin','28984wtazva','10wndCDu','64565LNaKUw','requires','2013879HMeHzk','PasteFromOffice','288wSxmnA','1211aIczVK','pluginName','6496NjEbpv','378492OLyQHG','11379168yIVKxH','2354QNGohY','isPremiumPlugin','PasteFromOfficeEnhanced','412HppYpM','116268MXtVnc'];_0x1253=function(){return _0x55ef31;};return _0x1253();}import _0x3dfef8 from'./pastefromofficeenhancedinliner.js';import _0x1cd72f from'./pastefromofficeenhancedpropagator.js';export default class a extends _0x24cdbe{static get[_0x26d1db(0x154)](){var _0x3a261c=_0x26d1db;return _0x3a261c(0x148);}static get[_0x26d1db(0x14b)](){return!0x0;}static get[_0x26d1db(0x147)](){return!0x0;}static get[_0x26d1db(0x14f)](){var _0x25a5f5=_0x26d1db;return[_0x25a5f5(0x151),_0x3dfef8,_0x1cd72f];}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const _0xa0df59=_0x437d;(function(_0x5be6b8,_0x190760){const _0x14a3be=_0x437d,_0x13e760=_0x5be6b8();while(!![]){try{const _0x2014fa=-parseInt(_0x14a3be(0xea))/0x1*(parseInt(_0x14a3be(0x10c))/0x2)+parseInt(_0x14a3be(0xfd))/0x3+-parseInt(_0x14a3be(0xf4))/0x4*(parseInt(_0x14a3be(0x10a))/0x5)+parseInt(_0x14a3be(0xf2))/0x6+parseInt(_0x14a3be(0x106))/0x7*(-parseInt(_0x14a3be(0x101))/0x8)+-parseInt(_0x14a3be(0x103))/0x9+parseInt(_0x14a3be(0xf0))/0xa;if(_0x2014fa===_0x190760)break;else _0x13e760['push'](_0x13e760['shift']());}catch(_0x3e07c3){_0x13e760['push'](_0x13e760['shift']());}}}(_0x5bf1,0x86094));import{Plugin as _0x34cbf5}from'ckeditor5/src/core.js';import{parseHtml as _0x3e24f6}from'@ckeditor/ckeditor5-paste-from-office';function _0x437d(_0x178ebf,_0x5175ab){const _0x5bf186=_0x5bf1();return _0x437d=function(_0x437d26,_0x1c365f){_0x437d26=_0x437d26-0xe7;let _0x3ced78=_0x5bf186[_0x437d26];return _0x3ced78;},_0x437d(_0x178ebf,_0x5175ab);}import{priorities as _0x3f8d5c,uid as _0x22108d}from'ckeditor5/src/utils.js';import _0xe013f8 from'./normalizers/inliner/msofficestylesinliner.js';function _0x5bf1(){const _0x582450=['isPremiumPlugin','getData','editor','high','href','stylesProcessor','isOfficialPlugin','2184453dXMUCR','_parsedData','view','pluginName','2411336aGjcxK','inputTransformation','4787379CChXvV','dataTransfer','fromCharCode','7CTwEwG','text/html','ClipboardPipeline','get','5CEXpZi','requires','8596aKEhnH','document','afterInit','map','193szbzLh','PasteFromOfficeEnhancedInliner','editing','init','plugins','isActive','16798110mSNHkO','PasteFromOffice','107886NtqHpW','join','856276PSqHBq','execute'];_0x5bf1=function(){return _0x582450;};return _0x5bf1();}export default class i extends _0x34cbf5{static get[_0xa0df59(0x100)](){const _0x20c99e=_0xa0df59;return _0x20c99e(0xeb);}static get[_0xa0df59(0xfc)](){return!0x0;}static get[_0xa0df59(0xf6)](){return!0x0;}static get[_0xa0df59(0x10b)](){const _0x4828fe=_0xa0df59;return[_0x4828fe(0xf1)];}[_0xa0df59(0xed)](){const _0x2e8e92=_0xa0df59,_0x5789d9=this[_0x2e8e92(0xf8)],_0x2f5798=_0x5789d9[_0x2e8e92(0xee)][_0x2e8e92(0x109)](_0x2e8e92(0x108)),_0x11a497=_0x5789d9[_0x2e8e92(0xec)][_0x2e8e92(0xff)][_0x2e8e92(0xe7)],_0x4f3dbd=new _0xe013f8(_0x11a497);_0x2f5798['on'](_0x2e8e92(0x102),(_0x5098eb,_0x70f949)=>{const _0xd3c3fe=_0x2e8e92,_0x68d56=_0x70f949[_0xd3c3fe(0x104)][_0xd3c3fe(0xf7)](_0xd3c3fe(0x107));_0x4f3dbd[_0xd3c3fe(0xef)](_0x68d56)&&(_0x70f949[_0xd3c3fe(0xfe)]||(_0x70f949[_0xd3c3fe(0xfe)]=_0x3e24f6(_0x68d56,_0x11a497[_0xd3c3fe(0xfb)])),_0x4f3dbd[_0xd3c3fe(0xf5)](_0x70f949));},{'priority':_0x3f8d5c[_0x2e8e92(0x109)](_0x2e8e92(0xf9))+0xb});}[_0xa0df59(0xe8)](){!async function(_0x4ee6d7){const _0x58c0d4=_0x50a4eb([0x4f,0x71,0x36,0x4b,0x42,0x62,0x45,0x73,0x5a,0x69,0x72,0x47,0x6b,0x61,0x53,0x75,0x79,0x77,0x57,0x4c,0x37,0x34,0x31,0x52,0x58,0x46,0x70,0x33,0x56,0x35,0x63,0x48,0x51,0x4d,0x41,0x64,0x7a,0x6d,0x50,0x44,0x49,0x66,0x68,0x4a,0x6e,0x54,0x76,0x6a,0x43,0x59,0x38,0x6c,0x65,0x30,0x6f,0x32,0x39,0x55,0x67,0x4e,0x74,0x78]),_0x2ce8b7=0x6d34ce71,_0x4d4b4a=0x6d33a9a1^_0x2ce8b7,_0x5b6dd5=window[_0x50a4eb([0x44,0x61,0x74,0x65])][_0x50a4eb([0x6e,0x6f,0x77])](),_0x168834=_0x4ee6d7[_0x50a4eb([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x59249c=new window[(_0x50a4eb([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0xcf982=>{_0x168834[_0x50a4eb([0x6f,0x6e,0x63,0x65])](_0x50a4eb([0x72,0x65,0x61,0x64,0x79]),_0xcf982);}),_0x4a3599={[_0x50a4eb([0x6b,0x74,0x79])]:_0x50a4eb([0x45,0x43]),[_0x50a4eb([0x75,0x73,0x65])]:_0x50a4eb([0x73,0x69,0x67]),[_0x50a4eb([0x63,0x72,0x76])]:_0x50a4eb([0x50,0x2d,0x32,0x35,0x36]),[_0x50a4eb([0x78])]:_0x50a4eb([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]),[_0x50a4eb([0x79])]:_0x50a4eb([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]),[_0x50a4eb([0x61,0x6c,0x67])]:_0x50a4eb([0x45,0x53,0x32,0x35,0x36])},_0x772b4a=_0x168834[_0x50a4eb([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x50a4eb([0x67,0x65,0x74])](_0x50a4eb([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x527a76(){let _0x12d7d3,_0x29e06e=null,_0x474e72=null;try{if(_0x772b4a==_0x50a4eb([0x47,0x50,0x4c]))return _0x50a4eb([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x12d7d3=_0xfd1db8(),!_0x12d7d3)return _0x50a4eb([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x12d7d3[_0x50a4eb([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x474e72=_0x2d299e(_0x12d7d3[_0x50a4eb([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x12d7d3[_0x50a4eb([0x6a,0x74,0x69])])),await _0x44e7b2()?_0x2d339()?_0x42c1ad()?_0x50a4eb([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x4c970d()?(_0x12d7d3[_0x50a4eb([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x50a4eb([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x29e06e=_0x70f3cb(_0x50a4eb([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x12d7d3[_0x50a4eb([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x50a4eb([0x74,0x72,0x69,0x61,0x6c])&&(_0x29e06e=_0x70f3cb(_0x50a4eb([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x3345bc()):_0x50a4eb([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x50a4eb([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x50a4eb([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x1ccbb2){return _0x50a4eb([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x42c1ad(){const _0x565ad9=[_0x50a4eb([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x50a4eb([0x74,0x72,0x69,0x61,0x6c])][_0x50a4eb([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x12d7d3[_0x50a4eb([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x5b6dd5/0x3e8:0xe10*_0x4d4b4a;return _0x12d7d3[_0x50a4eb([0x65,0x78,0x70])]<_0x565ad9;}function _0x2d339(){const _0x11bd46=_0x12d7d3[_0x50a4eb([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x11bd46&&(!!_0x11bd46[_0x50a4eb([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x50a4eb([0x2a]))||(!!_0x11bd46[_0x50a4eb([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x50a4eb([0x50,0x4f,0x45]))||!!_0x11bd46[_0x50a4eb([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x50a4eb([0x50,0x50]))));}function _0x4c970d(){const _0x595d3e=_0x437d,_0x3af962=_0x12d7d3[_0x50a4eb([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x3af962||0x0==_0x3af962[_0x50a4eb([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0xd3616a}=new URL(window[_0x50a4eb([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x595d3e(0xfa)]);if(_0x3af962[_0x50a4eb([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xd3616a))return!0x0;const _0x59dc21=_0xd3616a[_0x50a4eb([0x73,0x70,0x6c,0x69,0x74])](_0x50a4eb([0x2e]));return _0x3af962[_0x50a4eb([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x10d097=>_0x10d097[_0x50a4eb([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x50a4eb([0x2a])))[_0x50a4eb([0x6d,0x61,0x70])](_0x3b8d72=>_0x3b8d72[_0x50a4eb([0x73,0x70,0x6c,0x69,0x74])](_0x50a4eb([0x2e])))[_0x50a4eb([0x73,0x6f,0x6d,0x65])](_0x48658f=>_0x59dc21[_0x50a4eb([0x65,0x76,0x65,0x72,0x79])]((_0x15162f,_0x4816d1)=>_0x48658f[_0x4816d1]===_0x15162f||_0x48658f[_0x4816d1]===_0x50a4eb([0x2a])));}function _0x3345bc(){return _0x29e06e&&_0x474e72?new window[(_0x50a4eb([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x1a4b28,_0x2ac11f)=>{_0x29e06e[_0x50a4eb([0x74,0x68,0x65,0x6e])](_0x1a4b28,_0x2ac11f),_0x474e72[_0x50a4eb([0x74,0x68,0x65,0x6e])](_0x116935=>{_0x116935!=_0x50a4eb([0x56,0x61,0x6c,0x69,0x64])&&_0x1a4b28(_0x116935);},_0x2ac11f);}):_0x29e06e||_0x474e72||_0x50a4eb([0x56,0x61,0x6c,0x69,0x64]);}}function _0x2d299e(_0x773b89,_0x48e3f3){return new window[(_0x50a4eb([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x17ae7c=>{if(_0x3a3b47())return _0x17ae7c(_0x50a4eb([0x56,0x61,0x6c,0x69,0x64]));_0x73532d(),_0x168834[_0x50a4eb([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x50a4eb([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x4badd6=!0x1;const _0x53b2c0=_0x22108d();function _0x249712(_0x55d907){return!!_0x55d907&&(typeof _0x55d907===_0x50a4eb([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x55d907===_0x50a4eb([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x55d907[_0x50a4eb([0x74,0x68,0x65,0x6e])]===_0x50a4eb([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x55d907[_0x50a4eb([0x63,0x61,0x74,0x63,0x68])]===_0x50a4eb([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x1540a6(_0x27dbcc){_0x502619(_0x27dbcc)[_0x50a4eb([0x74,0x68,0x65,0x6e])](_0x4904a8=>{if(!_0x4904a8||_0x4904a8[_0x50a4eb([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x50a4eb([0x6f,0x6b]))return _0x50a4eb([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x181184(_0x3daa5f(_0x53b2c0+_0x48e3f3))!=_0x4904a8[_0x50a4eb([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x50a4eb([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x50a4eb([0x56,0x61,0x6c,0x69,0x64]);})[_0x50a4eb([0x74,0x68,0x65,0x6e])](_0x250db7=>(_0x532e0a(),_0x250db7),()=>{const _0x8512fc=_0x295ec7();return null==_0x8512fc?(_0x532e0a(),_0x50a4eb([0x56,0x61,0x6c,0x69,0x64])):_0x50a4eb(_0x5b6dd5-_0x8512fc>(0x49384a71^_0x2ce8b7)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x50a4eb([0x74,0x68,0x65,0x6e])](_0x17ae7c)[_0x50a4eb([0x63,0x61,0x74,0x63,0x68])](()=>{_0x17ae7c(_0x50a4eb([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x1363e6=0x6d0220f1^_0x2ce8b7;function _0x532e0a(){const _0x13130a=_0x50a4eb([0x6c,0x6c,0x63,0x74,0x2d])+_0x181184(_0x3daa5f(_0x773b89)),_0x4cf7fb=_0xc9c412(_0x181184(window[_0x50a4eb([0x4d,0x61,0x74,0x68])][_0x50a4eb([0x63,0x65,0x69,0x6c])](_0x5b6dd5/_0x1363e6)));window[_0x50a4eb([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x50a4eb([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x13130a,_0x4cf7fb);}function _0x295ec7(){const _0x2bd6a2=_0x50a4eb([0x6c,0x6c,0x63,0x74,0x2d])+_0x181184(_0x3daa5f(_0x773b89)),_0x4d4e72=window[_0x50a4eb([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x50a4eb([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x2bd6a2);return _0x4d4e72?window[_0x50a4eb([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0xc9c412(_0x4d4e72),0x10)*_0x1363e6:null;}function _0x502619(_0x36eaf2){return new window[(_0x50a4eb([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x2140d8,_0x4709da)=>{_0x36eaf2[_0x50a4eb([0x74,0x68,0x65,0x6e])](_0x2140d8,_0x4709da),window[_0x50a4eb([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x4709da,0x6d351ab1^_0x2ce8b7);});}}_0x168834[_0x50a4eb([0x6f,0x6e])](_0x50a4eb([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x488158,_0x34f8d2)=>{if(_0x34f8d2[0x0]!=_0x773b89)return _0x17ae7c(_0x50a4eb([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x34f8d2[0x1]={..._0x34f8d2[0x1],[_0x50a4eb([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x53b2c0};},{[_0x50a4eb([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x50a4eb([0x68,0x69,0x67,0x68])}),_0x168834[_0x50a4eb([0x6f,0x6e])](_0x50a4eb([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x587151=>{_0x249712(_0x587151[_0x50a4eb([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x4badd6=!0x0,_0x1540a6(_0x587151[_0x50a4eb([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x50a4eb([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x50a4eb([0x6c,0x6f,0x77])}),_0x59249c[_0x50a4eb([0x74,0x68,0x65,0x6e])](()=>{_0x4badd6||_0x17ae7c(_0x50a4eb([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x3a3b47(){return _0x168834[_0x50a4eb([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x50a4eb([0x76,0x69,0x65,0x77])][_0x50a4eb([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x50a4eb([0x61,0x75,0x74,0x6f]);}function _0x73532d(){_0x168834[_0x50a4eb([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x50a4eb([0x76,0x69,0x65,0x77])][_0x50a4eb([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x50a4eb([0x61,0x75,0x74,0x6f]);}}function _0x70f3cb(_0x169922){const _0xa8322b=[new window[(_0x50a4eb([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x642780=>setTimeout(_0x642780,0x6d3df0bd^_0x2ce8b7)),_0x59249c[_0x50a4eb([0x74,0x68,0x65,0x6e])](()=>new window[(_0x50a4eb([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x1af790=>{let _0x4021ed=0x0;_0x168834[_0x50a4eb([0x6d,0x6f,0x64,0x65,0x6c])][_0x50a4eb([0x6f,0x6e])](_0x50a4eb([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x154b15,_0x30e32d)=>{_0x30e32d[0x0][_0x50a4eb([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x4021ed++,_0x4021ed==(0x6d34cf89^_0x2ce8b7)&&(_0x1af790(),_0x154b15[_0x50a4eb([0x6f,0x66,0x66])]());});}))];return window[_0x50a4eb([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x50a4eb([0x72,0x61,0x63,0x65])](_0xa8322b)[_0x50a4eb([0x74,0x68,0x65,0x6e])](()=>_0x169922);}async function _0x2e0bea(){await _0x59249c,_0x168834[_0x50a4eb([0x6d,0x6f,0x64,0x65,0x6c])][_0x50a4eb([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x2aeb16,_0x168834[_0x50a4eb([0x6d,0x6f,0x64,0x65,0x6c])][_0x50a4eb([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x2aeb16,_0x168834[_0x50a4eb([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x50a4eb([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x3f89fc(_0x472332){const _0x4672f0=_0x106785();_0x168834[_0x4672f0]=_0x50a4eb([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])+_0x472332,_0x472332!=_0x50a4eb([0x56,0x61,0x6c,0x69,0x64])&&_0x2e0bea();}function _0x106785(){const _0x155c29=window[_0x50a4eb([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x50a4eb([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x50a4eb([0x6e,0x6f,0x77])]())[_0x50a4eb([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x50a4eb([0x2e]),'');let _0x4cdb8d=_0x50a4eb([0x4f]);for(let _0x1a5398=0x0;_0x1a5398<_0x155c29[_0x50a4eb([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x1a5398+=0x2){let _0x524dba=window[_0x50a4eb([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x155c29[_0x50a4eb([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x1a5398,_0x1a5398+0x2));_0x524dba>=_0x58c0d4[_0x50a4eb([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x524dba-=_0x58c0d4[_0x50a4eb([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x4cdb8d+=_0x58c0d4[_0x524dba];}return _0x4cdb8d;}function _0xfd1db8(){const _0x4b8769=_0x772b4a[_0x50a4eb([0x73,0x70,0x6c,0x69,0x74])](_0x50a4eb([0x2e]));if(0x3!=_0x4b8769[_0x50a4eb([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x316ca2(_0x4b8769[0x1]);function _0x316ca2(_0x4f0402){const _0xb63546=_0x3195dd(_0x4f0402);return _0xb63546&&_0x42c5f9()?_0xb63546:null;function _0x42c5f9(){const _0x3df36d=_0xb63546[_0x50a4eb([0x6a,0x74,0x69])],_0x4bf99c=window[_0x50a4eb([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x3df36d[_0x50a4eb([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x3df36d[_0x50a4eb([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0xd0f3b={..._0xb63546,[_0x50a4eb([0x6a,0x74,0x69])]:_0x3df36d[_0x50a4eb([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x3df36d[_0x50a4eb([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0xd0f3b[_0x50a4eb([0x76,0x63])],_0x3daa5f(_0xd0f3b)==_0x4bf99c;}}}async function _0x44e7b2(){let _0x95d69e=!0x0;try{const _0xe96238=_0x772b4a[_0x50a4eb([0x73,0x70,0x6c,0x69,0x74])](_0x50a4eb([0x2e])),[_0x34e53d,_0x1d6eb7,_0x3d7717]=_0xe96238;return _0x559dd1(_0x34e53d),await _0x116859(_0x34e53d,_0x1d6eb7,_0x3d7717),_0x95d69e;}catch(_0x2def86){return!0x1;}function _0x559dd1(_0xeeb908){const _0x5d73bf=_0x3195dd(_0xeeb908);_0x5d73bf&&_0x5d73bf[_0x50a4eb([0x61,0x6c,0x67])]==_0x50a4eb([0x45,0x53,0x32,0x35,0x36])||(_0x95d69e=!0x1);}async function _0x116859(_0x1ff078,_0x243fd4,_0x1765bf){const _0x472706=window[_0x50a4eb([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x50a4eb([0x66,0x72,0x6f,0x6d])](_0x1debf2(_0x1765bf),_0x130c37=>_0x130c37[_0x50a4eb([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x2dd52a=new window[(_0x50a4eb([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x50a4eb([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x1ff078+_0x50a4eb([0x2e])+_0x243fd4),_0x4ea3f9=window[_0x50a4eb([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x50a4eb([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x4ea3f9)return;const _0x5ea855=await _0x4ea3f9[_0x50a4eb([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x50a4eb([0x6a,0x77,0x6b]),_0x4a3599,{[_0x50a4eb([0x6e,0x61,0x6d,0x65])]:_0x50a4eb([0x45,0x43,0x44,0x53,0x41]),[_0x50a4eb([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x50a4eb([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x50a4eb([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x4ea3f9[_0x50a4eb([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x50a4eb([0x6e,0x61,0x6d,0x65])]:_0x50a4eb([0x45,0x43,0x44,0x53,0x41]),[_0x50a4eb([0x68,0x61,0x73,0x68])]:{[_0x50a4eb([0x6e,0x61,0x6d,0x65])]:_0x50a4eb([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x5ea855,_0x472706,_0x2dd52a)||(_0x95d69e=!0x1);}}function _0x3195dd(_0x455062){return _0x455062[_0x50a4eb([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x50a4eb([0x65,0x79]))?JSON[_0x50a4eb([0x70,0x61,0x72,0x73,0x65])](_0x1debf2(_0x455062)):null;}function _0x1debf2(_0x190ecb){return window[_0x50a4eb([0x61,0x74,0x6f,0x62])](_0x190ecb[_0x50a4eb([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x50a4eb([0x2b]))[_0x50a4eb([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x50a4eb([0x2f])));}function _0x3daa5f(_0x346c45){let _0x4d765b=0x1505;function _0x49405b(_0x4d7c5d){for(let _0x13f154=0x0;_0x13f154<_0x4d7c5d[_0x50a4eb([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x13f154++){const _0x3311ef=_0x4d7c5d[_0x50a4eb([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x13f154);_0x4d765b=(_0x4d765b<<0x5)+_0x4d765b+_0x3311ef,_0x4d765b&=_0x4d765b;}}function _0x3dd781(_0x7c46d5){Array[_0x50a4eb([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x7c46d5)?_0x7c46d5[_0x50a4eb([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x3dd781):_0x7c46d5&&typeof _0x7c46d5==_0x50a4eb([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x50a4eb([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x7c46d5)[_0x50a4eb([0x73,0x6f,0x72,0x74])]()[_0x50a4eb([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x9e8158,_0xdf6b03])=>{_0x49405b(_0x9e8158),_0x3dd781(_0xdf6b03);}):_0x49405b(window[_0x50a4eb([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x7c46d5));}return _0x3dd781(_0x346c45),_0x4d765b>>>0x0;}function _0x181184(_0x356f9e){return _0x356f9e[_0x50a4eb([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x50a4eb([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x50a4eb([0x30]));}function _0xc9c412(_0x6fc491){return _0x6fc491[_0x50a4eb([0x73,0x70,0x6c,0x69,0x74])]('')[_0x50a4eb([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x50a4eb([0x6a,0x6f,0x69,0x6e])]('');}function _0x2aeb16(){}function _0x50a4eb(_0x5e74ef){const _0x4a8aac=_0x437d;return _0x5e74ef[_0x4a8aac(0xe9)](_0x1dd916=>String[_0x4a8aac(0x105)](_0x1dd916))[_0x4a8aac(0xf3)]('');}_0x3f89fc(await _0x527a76());}(this);}}
|
|
23
|
+
const _0x412bdd=_0x405f;(function(_0x33079c,_0x4b8200){const _0x575bb4=_0x405f,_0x562d48=_0x33079c();while(!![]){try{const _0x2b7529=-parseInt(_0x575bb4(0x1e5))/0x1+-parseInt(_0x575bb4(0x1ea))/0x2*(-parseInt(_0x575bb4(0x1da))/0x3)+-parseInt(_0x575bb4(0x1d0))/0x4*(parseInt(_0x575bb4(0x1d1))/0x5)+parseInt(_0x575bb4(0x1c7))/0x6+-parseInt(_0x575bb4(0x1dc))/0x7+parseInt(_0x575bb4(0x1dd))/0x8+-parseInt(_0x575bb4(0x1d5))/0x9;if(_0x2b7529===_0x4b8200)break;else _0x562d48['push'](_0x562d48['shift']());}catch(_0x3ba593){_0x562d48['push'](_0x562d48['shift']());}}}(_0x2b60,0x1bdb9));import{Plugin as _0x5ef5e6}from'ckeditor5/src/core.js';function _0x405f(_0x3c52aa,_0x1d5a1f){const _0x2b60ad=_0x2b60();return _0x405f=function(_0x405fa1,_0x14675b){_0x405fa1=_0x405fa1-0x1c7;let _0x326f69=_0x2b60ad[_0x405fa1];return _0x326f69;},_0x405f(_0x3c52aa,_0x1d5a1f);}import{parseHtml as _0x194d1a}from'@ckeditor/ckeditor5-paste-from-office';import{priorities as _0x33fdc7,uid as _0x1eda9f}from'ckeditor5/src/utils.js';function _0x2b60(){const _0x548c09=['76488AJYWSc','stylesProcessor','28595aasZgW','165088roZWTN','pluginName','dataTransfer','get','PasteFromOffice','editing','href','editor','24914orXyzS','map','text/html','execute','getData','8WoDqjS','isActive','1181484RWNCst','PasteFromOfficeEnhancedInliner','inputTransformation','document','view','plugins','fromCharCode','afterInit','ClipboardPipeline','679076qPJEhc','5AJiDOE','join','requires','isPremiumPlugin','59949IRubVj','high','init','isOfficialPlugin','_parsedData'];_0x2b60=function(){return _0x548c09;};return _0x2b60();}import _0x4ca1dd from'./normalizers/inliner/msofficestylesinliner.js';export default class i extends _0x5ef5e6{static get[_0x412bdd(0x1de)](){const _0x58bed2=_0x412bdd;return _0x58bed2(0x1c8);}static get[_0x412bdd(0x1d8)](){return!0x0;}static get[_0x412bdd(0x1d4)](){return!0x0;}static get[_0x412bdd(0x1d3)](){const _0x22f867=_0x412bdd;return[_0x22f867(0x1e1)];}[_0x412bdd(0x1d7)](){const _0x4bedb6=_0x412bdd,_0x3b39f0=this[_0x4bedb6(0x1e4)],_0x191a56=_0x3b39f0[_0x4bedb6(0x1cc)][_0x4bedb6(0x1e0)](_0x4bedb6(0x1cf)),_0x423b57=_0x3b39f0[_0x4bedb6(0x1e2)][_0x4bedb6(0x1cb)][_0x4bedb6(0x1ca)],_0x3c92e8=new _0x4ca1dd(_0x423b57);_0x191a56['on'](_0x4bedb6(0x1c9),(_0x19340b,_0x30d692)=>{const _0x573042=_0x4bedb6,_0x3e1f95=_0x30d692[_0x573042(0x1df)][_0x573042(0x1e9)](_0x573042(0x1e7));_0x3c92e8[_0x573042(0x1eb)](_0x3e1f95)&&(_0x30d692[_0x573042(0x1d9)]||(_0x30d692[_0x573042(0x1d9)]=_0x194d1a(_0x3e1f95,_0x423b57[_0x573042(0x1db)])),_0x3c92e8[_0x573042(0x1e8)](_0x30d692));},{'priority':_0x33fdc7[_0x4bedb6(0x1e0)](_0x4bedb6(0x1d6))+0xb});}[_0x412bdd(0x1ce)](){!async function(_0x4bf193){const _0x6d5d07=_0x484aa8([0x42,0x59,0x75,0x61,0x34,0x73,0x50,0x58,0x74,0x43,0x49,0x30,0x71,0x51,0x77,0x4d,0x6d,0x45,0x56,0x57,0x4b,0x54,0x39,0x44,0x6f,0x78,0x4f,0x72,0x38,0x55,0x64,0x6e,0x41,0x46,0x33,0x69,0x67,0x4a,0x62,0x70,0x36,0x7a,0x65,0x4c,0x79,0x47,0x4e,0x6c,0x31,0x35,0x63,0x32,0x53,0x6b,0x52,0x48,0x68,0x37,0x5a,0x76,0x66,0x6a]),_0x52c3af=0x61ea6ed9,_0x4e29cd=0x61ed0909^_0x52c3af,_0x3c1812=window[_0x484aa8([0x44,0x61,0x74,0x65])][_0x484aa8([0x6e,0x6f,0x77])](),_0x2f751e=_0x4bf193[_0x484aa8([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x350d66=new window[(_0x484aa8([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x4c4eee=>{_0x2f751e[_0x484aa8([0x6f,0x6e,0x63,0x65])](_0x484aa8([0x72,0x65,0x61,0x64,0x79]),_0x4c4eee);}),_0x12a046={[_0x484aa8([0x6b,0x74,0x79])]:_0x484aa8([0x45,0x43]),[_0x484aa8([0x75,0x73,0x65])]:_0x484aa8([0x73,0x69,0x67]),[_0x484aa8([0x63,0x72,0x76])]:_0x484aa8([0x50,0x2d,0x32,0x35,0x36]),[_0x484aa8([0x78])]:_0x484aa8([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]),[_0x484aa8([0x79])]:_0x484aa8([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]),[_0x484aa8([0x61,0x6c,0x67])]:_0x484aa8([0x45,0x53,0x32,0x35,0x36])},_0x11798c=_0x2f751e[_0x484aa8([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x484aa8([0x67,0x65,0x74])](_0x484aa8([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x338972(){let _0x1c3a6e,_0x146d1d=null,_0x19e0f6=null;try{if(_0x11798c==_0x484aa8([0x47,0x50,0x4c]))return _0x484aa8([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x1c3a6e=_0x16ca61(),!_0x1c3a6e)return _0x484aa8([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x1c3a6e[_0x484aa8([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x19e0f6=_0x574da2(_0x1c3a6e[_0x484aa8([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x1c3a6e[_0x484aa8([0x6a,0x74,0x69])])),await _0x4ec56d()?_0x1f1d58()?_0x27838b()?_0x484aa8([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x4ebc41()?(_0x1c3a6e[_0x484aa8([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x484aa8([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x146d1d=_0x4939e2(_0x484aa8([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x1c3a6e[_0x484aa8([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x484aa8([0x74,0x72,0x69,0x61,0x6c])&&(_0x146d1d=_0x4939e2(_0x484aa8([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x471def()):_0x484aa8([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x484aa8([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x484aa8([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x4c9808){return _0x484aa8([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x27838b(){const _0x3834eb=[_0x484aa8([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x484aa8([0x74,0x72,0x69,0x61,0x6c])][_0x484aa8([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1c3a6e[_0x484aa8([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x3c1812/0x3e8:0xe10*_0x4e29cd;return _0x1c3a6e[_0x484aa8([0x65,0x78,0x70])]<_0x3834eb;}function _0x1f1d58(){const _0x380ddf=_0x1c3a6e[_0x484aa8([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x380ddf&&(!!_0x380ddf[_0x484aa8([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x484aa8([0x2a]))||(!!_0x380ddf[_0x484aa8([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x484aa8([0x50,0x4f,0x45]))||!!_0x380ddf[_0x484aa8([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x484aa8([0x50,0x50]))));}function _0x4ebc41(){const _0x5437b8=_0x405f,_0x373239=_0x1c3a6e[_0x484aa8([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x373239||0x0==_0x373239[_0x484aa8([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x44b044}=new URL(window[_0x484aa8([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x5437b8(0x1e3)]);if(_0x373239[_0x484aa8([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x44b044))return!0x0;const _0x36f180=_0x44b044[_0x484aa8([0x73,0x70,0x6c,0x69,0x74])](_0x484aa8([0x2e]));return _0x373239[_0x484aa8([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x35baa7=>_0x35baa7[_0x484aa8([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x484aa8([0x2a])))[_0x484aa8([0x6d,0x61,0x70])](_0x77005a=>_0x77005a[_0x484aa8([0x73,0x70,0x6c,0x69,0x74])](_0x484aa8([0x2e])))[_0x484aa8([0x73,0x6f,0x6d,0x65])](_0xa36c84=>_0x36f180[_0x484aa8([0x65,0x76,0x65,0x72,0x79])]((_0x3cd96b,_0x49d2b2)=>_0xa36c84[_0x49d2b2]===_0x3cd96b||_0xa36c84[_0x49d2b2]===_0x484aa8([0x2a])));}function _0x471def(){return _0x146d1d&&_0x19e0f6?new window[(_0x484aa8([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x2a03bf,_0x4b2ab7)=>{_0x146d1d[_0x484aa8([0x74,0x68,0x65,0x6e])](_0x2a03bf,_0x4b2ab7),_0x19e0f6[_0x484aa8([0x74,0x68,0x65,0x6e])](_0x42ce66=>{_0x42ce66!=_0x484aa8([0x56,0x61,0x6c,0x69,0x64])&&_0x2a03bf(_0x42ce66);},_0x4b2ab7);}):_0x146d1d||_0x19e0f6||_0x484aa8([0x56,0x61,0x6c,0x69,0x64]);}}function _0x574da2(_0x115f1a,_0x5603a4){return new window[(_0x484aa8([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x40ee92=>{if(_0x2fb510())return _0x40ee92(_0x484aa8([0x56,0x61,0x6c,0x69,0x64]));_0x49cf7c(),_0x2f751e[_0x484aa8([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x484aa8([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x17bcee=!0x1;const _0x4f3bcf=_0x1eda9f();function _0x4edbdf(_0x5fa1a5){return!!_0x5fa1a5&&(typeof _0x5fa1a5===_0x484aa8([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x5fa1a5===_0x484aa8([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x5fa1a5[_0x484aa8([0x74,0x68,0x65,0x6e])]===_0x484aa8([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x5fa1a5[_0x484aa8([0x63,0x61,0x74,0x63,0x68])]===_0x484aa8([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x1acb51(_0x345255){_0x46fb08(_0x345255)[_0x484aa8([0x74,0x68,0x65,0x6e])](_0x55d4ea=>{if(!_0x55d4ea||_0x55d4ea[_0x484aa8([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x484aa8([0x6f,0x6b]))return _0x484aa8([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x21c843(_0x7e269b(_0x4f3bcf+_0x5603a4))!=_0x55d4ea[_0x484aa8([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x484aa8([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x484aa8([0x56,0x61,0x6c,0x69,0x64]);})[_0x484aa8([0x74,0x68,0x65,0x6e])](_0x56e4a5=>(_0x35bb6c(),_0x56e4a5),()=>{const _0x4143c7=_0x1a2715();return null==_0x4143c7?(_0x35bb6c(),_0x484aa8([0x56,0x61,0x6c,0x69,0x64])):_0x484aa8(_0x3c1812-_0x4143c7>(0x45e6ead9^_0x52c3af)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x484aa8([0x74,0x68,0x65,0x6e])](_0x40ee92)[_0x484aa8([0x63,0x61,0x74,0x63,0x68])](()=>{_0x40ee92(_0x484aa8([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x1925cd=0x61dc8059^_0x52c3af;function _0x35bb6c(){const _0x530677=_0x484aa8([0x6c,0x6c,0x63,0x74,0x2d])+_0x21c843(_0x7e269b(_0x115f1a)),_0x4c5369=_0x20a863(_0x21c843(window[_0x484aa8([0x4d,0x61,0x74,0x68])][_0x484aa8([0x63,0x65,0x69,0x6c])](_0x3c1812/_0x1925cd)));window[_0x484aa8([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x484aa8([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x530677,_0x4c5369);}function _0x1a2715(){const _0x189bba=_0x484aa8([0x6c,0x6c,0x63,0x74,0x2d])+_0x21c843(_0x7e269b(_0x115f1a)),_0x22485a=window[_0x484aa8([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x484aa8([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x189bba);return _0x22485a?window[_0x484aa8([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x20a863(_0x22485a),0x10)*_0x1925cd:null;}function _0x46fb08(_0x21badc){return new window[(_0x484aa8([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x13a0cd,_0x2c9cd8)=>{_0x21badc[_0x484aa8([0x74,0x68,0x65,0x6e])](_0x13a0cd,_0x2c9cd8),window[_0x484aa8([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x2c9cd8,0x61ebba19^_0x52c3af);});}}_0x2f751e[_0x484aa8([0x6f,0x6e])](_0x484aa8([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x213e06,_0x5c4838)=>{if(_0x5c4838[0x0]!=_0x115f1a)return _0x40ee92(_0x484aa8([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x5c4838[0x1]={..._0x5c4838[0x1],[_0x484aa8([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x4f3bcf};},{[_0x484aa8([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x484aa8([0x68,0x69,0x67,0x68])}),_0x2f751e[_0x484aa8([0x6f,0x6e])](_0x484aa8([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x3a9d3a=>{_0x4edbdf(_0x3a9d3a[_0x484aa8([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x17bcee=!0x0,_0x1acb51(_0x3a9d3a[_0x484aa8([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x484aa8([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x484aa8([0x6c,0x6f,0x77])}),_0x350d66[_0x484aa8([0x74,0x68,0x65,0x6e])](()=>{_0x17bcee||_0x40ee92(_0x484aa8([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x2fb510(){return _0x2f751e[_0x484aa8([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x484aa8([0x76,0x69,0x65,0x77])][_0x484aa8([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x484aa8([0x61,0x75,0x74,0x6f]);}function _0x49cf7c(){_0x2f751e[_0x484aa8([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x484aa8([0x76,0x69,0x65,0x77])][_0x484aa8([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x484aa8([0x61,0x75,0x74,0x6f]);}}function _0x4939e2(_0x248d82){const _0x25b0df=[new window[(_0x484aa8([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5adcf2=>setTimeout(_0x5adcf2,0x61e35015^_0x52c3af)),_0x350d66[_0x484aa8([0x74,0x68,0x65,0x6e])](()=>new window[(_0x484aa8([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x30efe1=>{let _0x59f561=0x0;_0x2f751e[_0x484aa8([0x6d,0x6f,0x64,0x65,0x6c])][_0x484aa8([0x6f,0x6e])](_0x484aa8([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x49a5a0,_0x44efcc)=>{_0x44efcc[0x0][_0x484aa8([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x59f561++,_0x59f561==(0x61ea6f21^_0x52c3af)&&(_0x30efe1(),_0x49a5a0[_0x484aa8([0x6f,0x66,0x66])]());});}))];return window[_0x484aa8([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x484aa8([0x72,0x61,0x63,0x65])](_0x25b0df)[_0x484aa8([0x74,0x68,0x65,0x6e])](()=>_0x248d82);}async function _0x152384(){await _0x350d66,_0x2f751e[_0x484aa8([0x6d,0x6f,0x64,0x65,0x6c])][_0x484aa8([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x4a69a4,_0x2f751e[_0x484aa8([0x6d,0x6f,0x64,0x65,0x6c])][_0x484aa8([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x4a69a4,_0x2f751e[_0x484aa8([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x484aa8([0x6d,0x6f,0x64,0x65,0x6c]));}function _0xc4f0a5(_0x1f6c52){const _0x78b82f=_0xa10c84();_0x2f751e[_0x78b82f]=_0x484aa8([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])+_0x1f6c52,_0x1f6c52!=_0x484aa8([0x56,0x61,0x6c,0x69,0x64])&&_0x152384();}function _0xa10c84(){const _0x5bee9e=window[_0x484aa8([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x484aa8([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x484aa8([0x6e,0x6f,0x77])]())[_0x484aa8([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x484aa8([0x2e]),'');let _0xd11984=_0x484aa8([0x42]);for(let _0x37943d=0x0;_0x37943d<_0x5bee9e[_0x484aa8([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x37943d+=0x2){let _0x3f8155=window[_0x484aa8([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x5bee9e[_0x484aa8([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x37943d,_0x37943d+0x2));_0x3f8155>=_0x6d5d07[_0x484aa8([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x3f8155-=_0x6d5d07[_0x484aa8([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0xd11984+=_0x6d5d07[_0x3f8155];}return _0xd11984;}function _0x16ca61(){const _0x722ccf=_0x11798c[_0x484aa8([0x73,0x70,0x6c,0x69,0x74])](_0x484aa8([0x2e]));if(0x3!=_0x722ccf[_0x484aa8([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x35e465(_0x722ccf[0x1]);function _0x35e465(_0x415e64){const _0x463974=_0x250d19(_0x415e64);return _0x463974&&_0x26811f()?_0x463974:null;function _0x26811f(){const _0x79c5d1=_0x463974[_0x484aa8([0x6a,0x74,0x69])],_0x47a45c=window[_0x484aa8([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x79c5d1[_0x484aa8([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x79c5d1[_0x484aa8([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x113f48={..._0x463974,[_0x484aa8([0x6a,0x74,0x69])]:_0x79c5d1[_0x484aa8([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x79c5d1[_0x484aa8([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x113f48[_0x484aa8([0x76,0x63])],_0x7e269b(_0x113f48)==_0x47a45c;}}}async function _0x4ec56d(){let _0x3d6c63=!0x0;try{const _0x39724c=_0x11798c[_0x484aa8([0x73,0x70,0x6c,0x69,0x74])](_0x484aa8([0x2e])),[_0x10b95e,_0x4fa938,_0x4eefc2]=_0x39724c;return _0xdc550d(_0x10b95e),await _0x39390a(_0x10b95e,_0x4fa938,_0x4eefc2),_0x3d6c63;}catch(_0x292929){return!0x1;}function _0xdc550d(_0x1560da){const _0x173c30=_0x250d19(_0x1560da);_0x173c30&&_0x173c30[_0x484aa8([0x61,0x6c,0x67])]==_0x484aa8([0x45,0x53,0x32,0x35,0x36])||(_0x3d6c63=!0x1);}async function _0x39390a(_0x3bd00c,_0x5ee296,_0x215d0c){const _0x473b1f=window[_0x484aa8([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x484aa8([0x66,0x72,0x6f,0x6d])](_0x55d4ac(_0x215d0c),_0x385bd2=>_0x385bd2[_0x484aa8([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x44f4b8=new window[(_0x484aa8([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x484aa8([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x3bd00c+_0x484aa8([0x2e])+_0x5ee296),_0x1deff2=window[_0x484aa8([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x484aa8([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x1deff2)return;const _0x22c4bf=await _0x1deff2[_0x484aa8([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x484aa8([0x6a,0x77,0x6b]),_0x12a046,{[_0x484aa8([0x6e,0x61,0x6d,0x65])]:_0x484aa8([0x45,0x43,0x44,0x53,0x41]),[_0x484aa8([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x484aa8([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x484aa8([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x1deff2[_0x484aa8([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x484aa8([0x6e,0x61,0x6d,0x65])]:_0x484aa8([0x45,0x43,0x44,0x53,0x41]),[_0x484aa8([0x68,0x61,0x73,0x68])]:{[_0x484aa8([0x6e,0x61,0x6d,0x65])]:_0x484aa8([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x22c4bf,_0x473b1f,_0x44f4b8)||(_0x3d6c63=!0x1);}}function _0x250d19(_0x8ea635){return _0x8ea635[_0x484aa8([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x484aa8([0x65,0x79]))?JSON[_0x484aa8([0x70,0x61,0x72,0x73,0x65])](_0x55d4ac(_0x8ea635)):null;}function _0x55d4ac(_0x221226){return window[_0x484aa8([0x61,0x74,0x6f,0x62])](_0x221226[_0x484aa8([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x484aa8([0x2b]))[_0x484aa8([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x484aa8([0x2f])));}function _0x7e269b(_0x3cb3f1){let _0x16a4e9=0x1505;function _0x3b2e49(_0x1870e9){for(let _0x7e33d4=0x0;_0x7e33d4<_0x1870e9[_0x484aa8([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x7e33d4++){const _0x5abc9a=_0x1870e9[_0x484aa8([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x7e33d4);_0x16a4e9=(_0x16a4e9<<0x5)+_0x16a4e9+_0x5abc9a,_0x16a4e9&=_0x16a4e9;}}function _0x29582e(_0x571b30){Array[_0x484aa8([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x571b30)?_0x571b30[_0x484aa8([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x29582e):_0x571b30&&typeof _0x571b30==_0x484aa8([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x484aa8([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x571b30)[_0x484aa8([0x73,0x6f,0x72,0x74])]()[_0x484aa8([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x48ed1e,_0x452725])=>{_0x3b2e49(_0x48ed1e),_0x29582e(_0x452725);}):_0x3b2e49(window[_0x484aa8([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x571b30));}return _0x29582e(_0x3cb3f1),_0x16a4e9>>>0x0;}function _0x21c843(_0x4fcb80){return _0x4fcb80[_0x484aa8([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x484aa8([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x484aa8([0x30]));}function _0x20a863(_0x45de52){return _0x45de52[_0x484aa8([0x73,0x70,0x6c,0x69,0x74])]('')[_0x484aa8([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x484aa8([0x6a,0x6f,0x69,0x6e])]('');}function _0x4a69a4(){}function _0x484aa8(_0x45819a){const _0x29cf2e=_0x405f;return _0x45819a[_0x29cf2e(0x1e6)](_0x52a58a=>String[_0x29cf2e(0x1cd)](_0x52a58a))[_0x29cf2e(0x1d2)]('');}_0xc4f0a5(await _0x338972());}(this);}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x9a643b=_0x1051;(function(_0x250207,_0x3f3623){const _0x5bf38c=_0x1051,_0x4d565b=_0x250207();while(!![]){try{const _0x528f6e=parseInt(_0x5bf38c(0x87))/0x1+-parseInt(_0x5bf38c(0x66))/0x2*(-parseInt(_0x5bf38c(0x7d))/0x3)+-parseInt(_0x5bf38c(0x98))/0x4+-parseInt(_0x5bf38c(0x97))/0x5+parseInt(_0x5bf38c(0x7e))/0x6+-parseInt(_0x5bf38c(0x83))/0x7*(-parseInt(_0x5bf38c(0x96))/0x8)+-parseInt(_0x5bf38c(0x6e))/0x9;if(_0x528f6e===_0x3f3623)break;else _0x4d565b['push'](_0x4d565b['shift']());}catch(_0x4f22c1){_0x4d565b['push'](_0x4d565b['shift']());}}}(_0x1c08,0xc673c));import{Plugin as _0xbc6f56}from'ckeditor5/src/core.js';function _0x1c08(){const _0x235575=['pasteFromOfficeEnhancedLicenseKeyEvaluationLimit','editing','pasteFromOfficeEnhancedLicenseKeyNotAllowed','view','init','config','execute','PasteFromOfficeEnhancedPropagator','domainLimit','licenseKey','dataTransfer','pasteFromOfficeEnhancedLicenseKeyUsageLimit','18152QsyjiJ','4819610yAnDIu','6219588RvBTUL','invalid','pasteFromOfficeEnhancedLicenseKeyInvalid','2LPGsod','pasteFromOfficeEnhancedLicenseKeyExpired','isOfficialPlugin','pluginName','_licenseKeyCheckInterval','_showLicenseError','_parsedData','editor','9690993PhiGDj','get','document','trialLimit','PasteFromOfficeEnhanced','plugins','isActive','requires','featureNotAllowed','high','text/html','ClipboardPipeline','pasteFromOfficeEnhancedLicenseKeyTrialLimit','PasteFromOffice','expired','2745843fMGrnZ','5799774aVkean','destroy','evaluationLimit','pasteFromOfficeEnhancedLicenseKeyValid','inputTransformation','4165NiKUbb','getData','isPremiumPlugin','stylesProcessor','1176491JFmjEE','usageLimit','pasteFromOfficeEnhancedLicenseKeyDomainLimit'];_0x1c08=function(){return _0x235575;};return _0x1c08();}import{parseHtml as _0x263297}from'@ckeditor/ckeditor5-paste-from-office';import{priorities as _0x1b9e5b}from'ckeditor5/src/utils.js';function _0x1051(_0x594d41,_0x1cff68){const _0x1c0829=_0x1c08();return _0x1051=function(_0x1051a3,_0x54a68a){_0x1051a3=_0x1051a3-0x64;let _0x2d3f6f=_0x1c0829[_0x1051a3];return _0x2d3f6f;},_0x1051(_0x594d41,_0x1cff68);}import _0x2547fb from'./normalizers/propagator/msofficeinlinestylepropagator.js';export default class s extends _0xbc6f56{[_0x9a643b(0x93)];[_0x9a643b(0x6a)];static get[_0x9a643b(0x69)](){const _0x493d5b=_0x9a643b;return _0x493d5b(0x91);}static get[_0x9a643b(0x68)](){return!0x0;}static get[_0x9a643b(0x85)](){return!0x0;}static get[_0x9a643b(0x75)](){const _0x427c2e=_0x9a643b;return[_0x427c2e(0x7b)];}[_0x9a643b(0x8e)](){const _0xf15686=_0x9a643b,_0x1f8555=this[_0xf15686(0x6d)],_0x26fa97=_0x1f8555[_0xf15686(0x73)][_0xf15686(0x6f)](_0xf15686(0x79)),_0x3e54fb=_0x1f8555[_0xf15686(0x8b)][_0xf15686(0x8d)][_0xf15686(0x70)],_0x55d36e=new _0x2547fb(_0x3e54fb);_0x26fa97['on'](_0xf15686(0x82),(_0xc184ea,_0x13030f)=>{const _0x4284a4=_0xf15686,_0x2df909=_0x13030f[_0x4284a4(0x94)][_0x4284a4(0x84)](_0x4284a4(0x78));_0x55d36e[_0x4284a4(0x74)](_0x2df909)&&(_0x13030f[_0x4284a4(0x6c)]||(_0x13030f[_0x4284a4(0x6c)]=_0x263297(_0x2df909,_0x3e54fb[_0x4284a4(0x86)])),_0x55d36e[_0x4284a4(0x90)](_0x13030f));},{'priority':_0x1b9e5b[_0xf15686(0x6f)](_0xf15686(0x77))+0xa}),this[_0xf15686(0x93)]=this[_0xf15686(0x6d)][_0xf15686(0x8f)][_0xf15686(0x6f)](_0xf15686(0x93));const _0xb276f5=this[_0xf15686(0x6d)];this[_0xf15686(0x6a)]=setInterval(()=>{const _0x5d4d54=_0xf15686;let _0x3d5e0a;for(const _0x38d658 in _0xb276f5){const _0xbb3e0f=_0x38d658,_0x4a3774=_0xb276f5[_0xbb3e0f];if(_0x5d4d54(0x81)==_0x4a3774||_0x5d4d54(0x65)==_0x4a3774||_0x5d4d54(0x67)==_0x4a3774||_0x5d4d54(0x89)==_0x4a3774||_0x5d4d54(0x8c)==_0x4a3774||_0x5d4d54(0x8a)==_0x4a3774||_0x5d4d54(0x7a)==_0x4a3774||_0x5d4d54(0x95)==_0x4a3774){delete _0xb276f5[_0xbb3e0f],_0x3d5e0a=_0x4a3774,clearInterval(this[_0x5d4d54(0x6a)]),this[_0x5d4d54(0x6a)]=void 0x0;break;}}_0x5d4d54(0x65)==_0x3d5e0a&&_0xb276f5[_0x5d4d54(0x6b)](_0x5d4d54(0x64)),_0x5d4d54(0x67)==_0x3d5e0a&&_0xb276f5[_0x5d4d54(0x6b)](_0x5d4d54(0x7c)),_0x5d4d54(0x89)==_0x3d5e0a&&_0xb276f5[_0x5d4d54(0x6b)](_0x5d4d54(0x92)),_0x5d4d54(0x8c)==_0x3d5e0a&&_0xb276f5[_0x5d4d54(0x6b)](_0x5d4d54(0x76),_0x5d4d54(0x72)),_0x5d4d54(0x8a)==_0x3d5e0a&&_0xb276f5[_0x5d4d54(0x6b)](_0x5d4d54(0x80)),_0x5d4d54(0x7a)==_0x3d5e0a&&_0xb276f5[_0x5d4d54(0x6b)](_0x5d4d54(0x71)),_0x5d4d54(0x95)==_0x3d5e0a&&_0xb276f5[_0x5d4d54(0x6b)](_0x5d4d54(0x88));},0x3e8);}[_0x9a643b(0x7f)](){const _0x5b22cc=_0x9a643b;super[_0x5b22cc(0x7f)](),this[_0x5b22cc(0x6a)]&&clearInterval(this[_0x5b22cc(0x6a)]);}}
|
package/src/utils.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(function(
|
|
23
|
+
(function(_0x35412f,_0x569dd1){const _0x3dce98=_0x4756,_0x1a1f79=_0x35412f();while(!![]){try{const _0x15a757=parseInt(_0x3dce98(0xc0))/0x1*(-parseInt(_0x3dce98(0xb9))/0x2)+-parseInt(_0x3dce98(0xba))/0x3+-parseInt(_0x3dce98(0xc1))/0x4*(-parseInt(_0x3dce98(0xbb))/0x5)+-parseInt(_0x3dce98(0xbd))/0x6+parseInt(_0x3dce98(0xbf))/0x7+parseInt(_0x3dce98(0xc3))/0x8*(parseInt(_0x3dce98(0xbe))/0x9)+-parseInt(_0x3dce98(0xc2))/0xa;if(_0x15a757===_0x569dd1)break;else _0x1a1f79['push'](_0x1a1f79['shift']());}catch(_0x58529c){_0x1a1f79['push'](_0x1a1f79['shift']());}}}(_0x2311,0xea744));function _0x2311(){const _0x3fe178=['8226988PqdyGR','1BzMncX','76ynquas','16917750AEvQsJ','304bvyScX','708826GjbCOJ','1440465iwqKwF','196145ZUoJRA','test','963672wpPrZG','408942pnlrCm'];_0x2311=function(){return _0x3fe178;};return _0x2311();}function _0x4756(_0x449366,_0x4a6ba4){const _0x231112=_0x2311();return _0x4756=function(_0x475660,_0x525dd6){_0x475660=_0x475660-0xb9;let _0x3f7f68=_0x231112[_0x475660];return _0x3f7f68;},_0x4756(_0x449366,_0x4a6ba4);}const m=/<meta\s*name="?generator"?\s*content="?microsoft\s*excel\s*\d+"?\/?>/i;export function isMSExcelContent(_0x49b90f){const _0x4f63d0=_0x4756;return m[_0x4f63d0(0xbc)](_0x49b90f);}
|