@ckeditor/ckeditor5-paste-from-office-enhanced 44.0.0-alpha.8 → 44.0.0-alpha.9
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/README.md +2 -2
- 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
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@ CKEditor 5 Paste from Office Enhanced feature
|
|
|
5
5
|
|
|
6
6
|
This package contains the paste from Office enhanced feature for CKEditor 5. It introduces seamless content pasting from Microsoft Office applications with improved formatting retention for a smoother and more efficient workflow.
|
|
7
7
|
|
|
8
|
-
This is a premium feature. Sign up for a [free non-commitment 14-day trial](https://portal.ckeditor.com/
|
|
8
|
+
This is a premium feature. Sign up for a [free non-commitment 14-day trial](https://portal.ckeditor.com/checkout?plan=free), or see: [https://ckeditor.com/pricing](https://ckeditor.com/pricing) for more information.
|
|
9
9
|
|
|
10
10
|
## Installation
|
|
11
11
|
|
|
@@ -17,7 +17,7 @@ npm install ckeditor5-premium-features
|
|
|
17
17
|
|
|
18
18
|
## Create free account
|
|
19
19
|
|
|
20
|
-
If you want to check full CKEditor 5 capabilities, sign up for a [free non-commitment 14-day trial](https://portal.ckeditor.com/
|
|
20
|
+
If you want to check full CKEditor 5 capabilities, sign up for a [free non-commitment 14-day trial](https://portal.ckeditor.com/checkout?plan=free).
|
|
21
21
|
|
|
22
22
|
## Demo
|
|
23
23
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
3
|
* For licensing, see LICENSE.md.
|
|
4
|
-
*/(()=>{var t={331:(t,e,n)=>{t.exports=n(237)("./src/clipboard.js")},782:(t,e,n)=>{t.exports=n(237)("./src/core.js")},783:(t,e,n)=>{t.exports=n(237)("./src/engine.js")},584:(t,e,n)=>{t.exports=n(237)("./src/utils.js")},237:t=>{"use strict";t.exports=CKEditor5.dll}},e={};function n(r){var s=e[r];if(void 0!==s)return s.exports;var i=e[r]={exports:{}};return t[r](i,i.exports,n),i.exports}n.d=(t,e)=>{for(var r in e)n.o(e,r)&&!n.o(t,r)&&Object.defineProperty(t,r,{enumerable:!0,get:e[r]})},n.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),n.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})};var r={};(()=>{"use strict";n.r(r),n.d(r,{PasteFromOfficeEnhanced:()=>at});var t=n(782);n(331);var e=n(783);function s(t){return void 0!==t&&t.endsWith("px")}function i(t){return t.toFixed(2).replace(/\.?0+$/,"")+"px"}function o(t,n,r){if(!t.childCount)return;const o=new e.UpcastWriter(t.document),a=function(t,e){const n=e.createRangeIn(t),r=[],s=new Set;for(const t of n.getItems()){if(!t.is("element")||!t.name.match(/^(p|h\d+|li|div)$/))continue;let e=d(t);if(void 0===e||0!=parseFloat(e)||Array.from(t.getClassNames()).find((t=>t.startsWith("MsoList")))||(e=void 0),t.hasStyle("mso-list")||void 0!==e&&s.has(e)){const n=p(t);r.push({element:t,id:n.id,order:n.order,indent:n.indent,marginLeft:e}),void 0!==e&&s.add(e)}else s.clear()}return r}(t,o);if(!a.length)return;const l={},h=[];for(const t of a)if(void 0!==t.indent){c(t)||(h.length=0);const e=`${t.id}:${t.indent}`,a=Math.min(t.indent-1,h.length);if(a<h.length&&h[a].id!==t.id&&(h.length=a),a<h.length-1)h.length=a+1;else{const c=u(t,n);if(a>h.length-1||h[a].listElement.name!=c.type){0==a&&"ol"==c.type&&void 0!==t.id&&l[e]&&(c.startIndex=l[e]);const n=f(c,o,r);if(s(t.marginLeft)&&(0==a||s(h[a-1].marginLeft))){let e=t.marginLeft;a>0&&(e=i(parseFloat(e)-parseFloat(h[a-1].marginLeft))),o.setStyle("padding-left",e,n)}if(0==h.length){const e=t.element.parent,r=e.getChildIndex(t.element)+1;o.insertChild(r,n,e)}else{const t=h[a-1].listItemElements;o.appendChild(n,t[t.length-1])}h[a]={...t,listElement:n,listItemElements:[]},0==a&&void 0!==t.id&&(l[e]=c.startIndex||1)}}const p="li"==t.element.name?t.element:o.createElement("li");o.appendChild(p,h[a].listElement),h[a].listItemElements.push(p),0==a&&void 0!==t.id&&l[e]++,t.element!=p&&o.appendChild(t.element,p),m(t.element,o),o.removeStyle("text-indent",t.element),o.removeStyle("margin-left",t.element)}else{const e=h.find((e=>e.marginLeft==t.marginLeft));if(e){const n=e.listItemElements;o.appendChild(t.element,n[n.length-1]),o.removeStyle("margin-left",t.element)}else h.length=0}}function c(t){const e=t.element.previousSibling;return a(e||t.element.parent)}function a(t){return t.is("element","ol")||t.is("element","ul")}function u(t,e){const n=new RegExp(`@list l${t.id}:level${t.indent}\\s*({[^}]*)`,"gi"),r=/mso-level-number-format:([^;]{0,100});/gi,s=/mso-level-start-at:\s{0,100}([0-9]{0,10})\s{0,100};/gi,i=new RegExp(`@list\\s+l${t.id}:level\\d\\s*{[^{]*mso-level-text:"%\\d\\\\.`,"gi"),o=new RegExp(`@list l${t.id}:level\\d\\s*{[^{]*mso-level-number-format:`,"gi"),c=i.exec(e),a=o.exec(e),u=c&&!a,f=n.exec(e);let p="decimal",m="ol",d=null;if(f&&f[1]){const e=r.exec(f[1]);if(e&&e[1]&&(p=e[1].trim(),m="bullet"!==p&&"image"!==p?"ol":"ul"),"bullet"===p){const e=function(t){if("li"==t.name&&"ul"==t.parent.name&&t.parent.hasAttribute("type"))return t.parent.getAttribute("type");const e=function(t){if(t.getChild(0).is("$text"))return null;for(const e of t.getChildren()){if(!e.is("element","span"))continue;const t=e.getChild(0);if(t)return t.is("$text")?t:t.getChild(0)}return null}(t);if(!e)return null;const n=e._data;if("o"===n)return"circle";if("·"===n)return"disc";if("§"===n)return"square";return null}(t.element);e&&(p=e)}else{const t=s.exec(f[1]);t&&t[1]&&(d=parseInt(t[1]))}u&&(m="ol")}return{type:m,startIndex:d,style:l(p),isLegalStyleList:u}}function l(t){if(t.startsWith("arabic-leading-zero"))return"decimal-leading-zero";switch(t){case"alpha-upper":return"upper-alpha";case"alpha-lower":return"lower-alpha";case"roman-upper":return"upper-roman";case"roman-lower":return"lower-roman";case"circle":case"disc":case"square":return t;default:return null}}function f(t,e,n){const r=e.createElement(t.type);return t.style&&e.setStyle("list-style-type",t.style,r),t.startIndex&&t.startIndex>1&&e.setAttribute("start",t.startIndex,r),t.isLegalStyleList&&n&&e.addClass("legal-list",r),r}function p(t){const e=t.getStyle("mso-list");if(void 0===e)return{};const n=e.match(/(^|\s{1,100})l(\d+)/i),r=e.match(/\s{0,100}lfo(\d+)/i),s=e.match(/\s{0,100}level(\d+)/i);return n&&r&&s?{id:n[2],order:r[1],indent:parseInt(s[1])}:{indent:1}}function m(t,n){const r=new e.Matcher({name:"span",styles:{"mso-list":"Ignore"}}),s=n.createRangeIn(t);for(const t of s)"elementStart"===t.type&&r.match(t.item)&&n.remove(t.item)}function d(t){const e=t.getStyle("margin-left");return void 0===e||e.endsWith("px")?e:function(t){const e=parseFloat(t);return t.endsWith("pt")?i(96*e/72):t.endsWith("pc")?i(12*e*96/72):t.endsWith("in")?i(96*e):t.endsWith("cm")?i(96*e/2.54):t.endsWith("mm")?i(e/10*96/2.54):t}(e)}function h(t,n){if(!t.childCount)return;const r=new e.UpcastWriter(t.document),s=function(t,n){const r=n.createRangeIn(t),s=new e.Matcher({name:/v:(.+)/}),i=[];for(const t of r){if("elementStart"!=t.type)continue;const e=t.item,n=e.previousSibling,r=n&&n.is("element")?n.name:null,o=["Chart"],c=s.match(e),a=e.getAttribute("o:gfxdata"),u="v:shapetype"===r,l=a&&o.some((t=>e.getAttribute("id").includes(t)));c&&a&&!u&&!l&&i.push(t.item.getAttribute("id"))}return i}(t,r);!function(t,n,r){const s=r.createRangeIn(n),i=new e.Matcher({name:"img"}),o=[];for(const e of s)if(e.item.is("element")&&i.match(e.item)){const n=e.item,r=n.getAttribute("v:shapes")?n.getAttribute("v:shapes").split(" "):[];r.length&&r.every((e=>t.indexOf(e)>-1))?o.push(n):n.getAttribute("src")||o.push(n)}for(const t of o)r.remove(t)}(s,t,r),function(t,e,n){const r=n.createRangeIn(e),s=[];for(const e of r)if("elementStart"==e.type&&e.item.is("element","v:shape")){const n=e.item.getAttribute("id");if(t.includes(n))continue;i(e.item.parent.getChildren(),n)||s.push(e.item)}for(const t of s){const e={src:o(t)};t.hasAttribute("alt")&&(e.alt=t.getAttribute("alt"));const r=n.createElement("img",e);n.insertChild(t.index+1,r,t.parent)}function i(t,e){for(const n of t)if(n.is("element")){if("img"==n.name&&n.getAttribute("v:shapes")==e)return!0;if(i(n.getChildren(),e))return!0}return!1}function o(t){for(const e of t.getChildren())if(e.is("element")&&e.getAttribute("src"))return e.getAttribute("src")}}(s,t,r),function(t,n){const r=n.createRangeIn(t),s=new e.Matcher({name:/v:(.+)/}),i=[];for(const t of r)"elementStart"==t.type&&s.match(t.item)&&i.push(t.item);for(const t of i)n.remove(t)}(t,r);const i=function(t,n){const r=n.createRangeIn(t),s=new e.Matcher({name:"img"}),i=[];for(const t of r)t.item.is("element")&&s.match(t.item)&&t.item.getAttribute("src").startsWith("file://")&&i.push(t.item);return i}(t,r);i.length&&function(t,e,n){if(t.length===e.length)for(let r=0;r<t.length;r++){const s=`data:${e[r].type};base64,${g(e[r].hex)}`;n.setAttribute("src",s,t[r])}}(i,function(t){if(!t)return[];const e=/{\\pict[\s\S]+?\\bliptag-?\d+(\\blipupi-?\d+)?({\\\*\\blipuid\s?[\da-fA-F]+)?[\s}]*?/,n=new RegExp("(?:("+e.source+"))([\\da-fA-F\\s]+)\\}","g"),r=t.match(n),s=[];if(r)for(const t of r){let n=!1;t.includes("\\pngblip")?n="image/png":t.includes("\\jpegblip")&&(n="image/jpeg"),n&&s.push({hex:t.replace(e,"").replace(/[^\da-fA-F]/g,""),type:n})}return s}(n),r)}function g(t){return btoa(t.match(/\w{2}/g).map((t=>String.fromCharCode(parseInt(t,16)))).join(""))}const I=/<meta\s*name="?generator"?\s*content="?microsoft\s*word\s*\d+"?\/?>/i,y=/xmlns:o="urn:schemas-microsoft-com/i;class w{constructor(t,e=!1){this.document=t,this.hasMultiLevelListPlugin=e}isActive(t){return I.test(t)||y.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(t){const e=A,n=t();for(;;)try{if(331054===parseInt(e(353))/1+parseInt(e(351))/2*(parseInt(e(354))/3)+-parseInt(e(358))/4*(parseInt(e(355))/5)+parseInt(e(362))/6*(parseInt(e(357))/7)+parseInt(e(361))/8*(-parseInt(e(359))/9)+parseInt(e(350))/10*(parseInt(e(356))/11)+-parseInt(e(360))/12)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(E);const C=/<meta\s*name="?generator"?\s*content="?microsoft\s*excel\s*\d+"?\/?>/i;function S(t){return C[A(352)](t)}function A(t,e){const n=E();return(A=function(t,e){return n[t-=350]})(t,e)}function E(){const t=["2055576qVnFxd","129636CwMxiz","1593072XVkQAe","248KbniUd","18570mGkGlm","7580cLxhBO","905054IkgDjD","test","165138WxlJPn","3fQuNOI","5CBCAvX","8426caroZm","511ceDgkL"];return(E=function(){return t})()}!function(t){const e=P,n=t();for(;;)try{if(135402===-parseInt(e(430))/1*(-parseInt(e(436))/2)+-parseInt(e(434))/3+parseInt(e(446))/4+parseInt(e(425))/5*(parseInt(e(421))/6)+parseInt(e(437))/7+parseInt(e(444))/8*(-parseInt(e(424))/9)+parseInt(e(419))/10*(-parseInt(e(442))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(j);const O=/^(?<tagName>(?!\.)[\w-]+)?(\.(?<className>[\w-]+))?$/i;function L(t,e){const n=P,r=new Map;for(const[s,i]of e){if(!s[n(435)]&&!s[n(440)])continue;const e=!s[n(435)]||t[n(438)]===s[n(435)],o=!s[n(440)]||t[n(427)](s[n(440)]);e&&o&&r[n(433)](s,i)}return r}function P(t,e){const n=j();return(P=function(t,e){return n[t-=419]})(t,e)}function F(t){const e=P,n={};for(let r=0;r<t[e(423)];r++){const s=t[r],i=t[e(445)](s);e(422)!==i&&(n[s]=i)}return n}function j(){const t=["split","2360545YzBZTJ","selectorText","24esidxE","getPropertyValue","588464iCTBuM","exec","20SBYgpb","trim","979854gjTITD","initial","length","3753KGyPYn","5TpDQCb","cssRules","hasClass","groups","assign","95xpowwa","push","map","set","8895sXIvpe","tagName","2848rrgzXV","861721DpZohA","name","style","className"];return(j=function(){return t})()}function T(t){const e=P,n=t[e(441)](",")[e(432)]((t=>t[e(420)]())),r=[];for(const t of n){const n=O[e(447)](t);n&&r[e(431)](n[e(428)])}return r}function W(t){const e=P,n={};for(const r of t)Object[e(429)](n,r);return n}const D=R;function R(t,e){const n=M();return(R=function(t,e){return n[t-=327]})(t,e)}function M(){const t=["_parsedData","88518GxPBMs","isActive","636307FOvswO","1294712MLUYCW","828CAbTHg","type","setStyle","85tEBCcb","474808kORPSx","values","84392cmXsmX","content","createRangeIn","execute","hasStyle","elementStart","from","104478WBtIPI","item","size","61506pypvbk","document"];return(M=function(){return t})()}!function(t){const e=R,n=t();for(;;)try{if(238657===parseInt(e(335))/1+parseInt(e(327))/2+-parseInt(e(347))/3+parseInt(e(330))/4+-parseInt(e(334))/5*(-parseInt(e(344))/6)+parseInt(e(329))/7+parseInt(e(337))/8*(-parseInt(e(331))/9))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(M);class N extends w{[D(340)](t){const n=D,{body:r,styles:s}=t[n(349)],i=new e.UpcastWriter(r[n(348)]),o=i[n(339)](r),c=function(t){const e=P,n=new Map;for(const r in t){const s=T(r),i=t[r];for(const t of s)n[e(433)](t,i)}return n}(function(t){const e=P,n={};for(const r of t)for(const t of r[e(426)])if(t instanceof CSSStyleRule){const r=F(t[e(439)]);n[t[e(443)]]=Object[e(429)]({},n[t[e(443)]]||{},r)}return n}(s));for(const t of o){if(n(342)!==t[n(332)])continue;const e=L(t[n(345)],c);if(e[n(346)]){const r=W(Array[n(343)](e[n(336)]()));for(const e in r){const s=t[n(345)];s[n(341)](e)||i[n(333)](e,r[e],s)}}}t[n(338)]=r}[D(328)](t){return super[D(328)](t)||S(t)}}const k=K;function K(t,e){const n=q();return(K=function(t,e){return n[t-=428]})(t,e)}function q(){const t=["isOfficialPlugin","map","afterInit","get","_parsedData","join","1063830ciSxmw","requires","1749030AIjOyA","editor","11177XJqZKw","high","inputTransformation","1088348nqBWdq","ClipboardPipeline","pluginName","getData","view","PasteFromOffice","init","plugins","2827016trtNMc","7uxYiFC","text/html","isPremiumPlugin","isActive","PasteFromOfficeEnhancedInliner","11269350iqaZpB","92VYpIXO","dataTransfer","document","stylesProcessor","890538kKnnxv","execute","fromCharCode","editing","href"];return(q=function(){return t})()}!function(t){const e=K,n=t();for(;;)try{if(263041===-parseInt(e(443))/1*(-parseInt(e(461))/2)+parseInt(e(428))/3+parseInt(e(446))/4+-parseInt(e(439))/5+-parseInt(e(441))/6*(-parseInt(e(455))/7)+parseInt(e(454))/8+-parseInt(e(460))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(q);class z extends t.Plugin{static get[k(448)](){return k(459)}static get[k(433)](){return!0}static get[k(457)](){return!0}static get[k(440)](){return[k(451)]}[k(452)](){const t=k,e=this[t(442)],n=e[t(453)][t(436)](t(447)),r=e[t(431)][t(450)][t(463)],s=new N(r);n.on(t(445),((e,n)=>{const i=t,o=n[i(462)][i(449)](i(456));s[i(458)](o)&&(n[i(437)]||(n[i(437)]=b(o,r[i(464)])),s[i(429)](n))}),{priority:x.priorities[t(436)](t(444))+11})}[k(435)](){!async function(t){const e=d([107,66,88,113,109,86,102,90,83,100,82,76,65,49,104,116,67,121,98,52,55,103,50,51,77,74,101,72,79,118,73,85,114,80,106,117,84,48,54,97,119,81,87,108,122,68,75,112,56,57,78,120,115,69,111,89,53,110,105,71,99,70]),n=window[d([68,97,116,101])][d([110,111,119])](),r=t[d([101,100,105,116,111,114])],s=new(window[d([80,114,111,109,105,115,101])])((t=>{r[d([111,110,99,101])](d([114,101,97,100,121]),t)})),i={[d([107,116,121])]:d([69,67]),[d([117,115,101])]:d([115,105,103]),[d([99,114,118])]:d([80,45,50,53,54]),[d([120])]:d([105,67,106,79,67,118,68,70,73,54,108,81,72,72,84,49,56,106,86,119,82,102,107,102,72,81,50,97,95,77,121,109,84,51,53,76,81,86,111,70,83,65,73]),[d([121])]:d([107,88,73,121,74,52,101,118,116,67,69,70,82,109,120,75,83,85,112,75,57,102,68,87,52,53,57,118,88,79,118,86,114,104,102,54,117,81,65,101,79,105,111]),[d([97,108,103])]:d([69,83,50,53,54])},o=r[d([99,111,110,102,105,103])][d([103,101,116])](d([108,105,99,101,110,115,101,75,101,121]));function c(t){const e=[new(window[d([80,114,111,109,105,115,101])])((t=>setTimeout(t,605900))),s[d([116,104,101,110])]((()=>new(window[d([80,114,111,109,105,115,101])])((t=>{let e=0;r[d([109,111,100,101,108])][d([111,110])](d([97,112,112,108,121,79,112,101,114,97,116,105,111,110]),((n,r)=>{r[0][d([105,115,68,111,99,117,109,101,110,116,79,112,101,114,97,116,105,111,110])]&&e++,504==e&&(t(),n[d([111,102,102])]())}))}))))];return window[d([80,114,111,109,105,115,101])][d([114,97,99,101])](e)[d([116,104,101,110])]((()=>t))}function a(t){return t[d([115,116,97,114,116,115,87,105,116,104])](d([101,121]))?JSON[d([112,97,114,115,101])](u(t)):null}function u(t){return window[d([97,116,111,98])](t[d([114,101,112,108,97,99,101])](/-/g,d([43]))[d([114,101,112,108,97,99,101])](/_/g,d([47])))}function l(t){let e=5381;function n(t){for(let n=0;n<t[d([108,101,110,103,116,104])];n++){const r=t[d([99,104,97,114,67,111,100,101,65,116])](n);e=(e<<5)+e+r,e&=e}}return function t(e){Array[d([105,115,65,114,114,97,121])](e)?e[d([102,111,114,69,97,99,104])](t):e&&typeof e==d([111,98,106,101,99,116])?Object[d([101,110,116,114,105,101,115])](e)[d([115,111,114,116])]()[d([102,111,114,69,97,99,104])]((([e,r])=>{n(e),t(r)})):n(window[d([83,116,114,105,110,103])](e))}(t),e>>>0}function f(t){return t[d([116,111,83,116,114,105,110,103])](16)[d([112,97,100,83,116,97,114,116])](8,d([48]))}function p(t){return t[d([115,112,108,105,116])]("")[d([114,101,118,101,114,115,101])]()[d([106,111,105,110])]("")}function m(){}function d(t){const e=K;return t[e(434)]((t=>String[e(430)](t)))[e(438)]("")}!function(t){const n=function(){const t=window[d([83,116,114,105,110,103])](window[d([112,101,114,102,111,114,109,97,110,99,101])][d([110,111,119])]())[d([114,101,112,108,97,99,101])](d([46]),"");let n=d([107]);for(let r=0;r<t[d([108,101,110,103,116,104])];r+=2){let s=window[d([112,97,114,115,101,73,110,116])](t[d([115,117,98,115,116,114,105,110,103])](r,r+2));s>=e[d([108,101,110,103,116,104])]&&(s-=e[d([108,101,110,103,116,104])]),n+=e[s]}return n}();r[n]=d([112,97,115,116,101,70,114,111,109,79,102,102,105,99,101,69,110,104,97,110,99,101,100,76,105,99,101,110,115,101,75,101,121])+t,t!=d([86,97,108,105,100])&&async function(){await s,r[d([109,111,100,101,108])][d([99,104,97,110,103,101])]=m,r[d([109,111,100,101,108])][d([101,110,113,117,101,117,101,67,104,97,110,103,101])]=m,r[d([101,110,97,98,108,101,82,101,97,100,79,110,108,121,77,111,100,101])](d([109,111,100,101,108]))}()}(await async function(){let t,e=null,m=null;try{return o==d([71,80,76])?d([78,111,116,65,108,108,111,119,101,100]):(t=function(){const t=o[d([115,112,108,105,116])](d([46]));return 3!=t[d([108,101,110,103,116,104])]?null:e(t[1]);function e(t){const e=a(t);return e&&n()?e:null;function n(){const t=e[d([106,116,105])],n=window[d([112,97,114,115,101,73,110,116])](t[d([115,117,98,115,116,114,105,110,103])](t[d([108,101,110,103,116,104])]-8),16),r={...e,[d([106,116,105])]:t[d([115,117,98,115,116,114,105,110,103])](0,t[d([108,101,110,103,116,104])]-8)};return delete r[d([118,99])],l(r)==n}}}(),t?(t[d([117,115,97,103,101,69,110,100,112,111,105,110,116])]&&(m=function(t,e){return new(window[d([80,114,111,109,105,115,101])])((c=>{if(i())return c(d([86,97,108,105,100]));o(),r[d([100,101,99,111,114,97,116,101])](d([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]));let a=!1;const u=(0,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:1732752e3;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(432)]);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]))),t[d([108,105,99,101,110,115,101,84,121,112,101])]==d([100,101,118,101,108,111,112,109,101,110,116])&&(e=c(d([68,101,118,101,108,111,112,109,101,110,116,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=B;!function(t){const e=B,n=t();for(;;)try{if(178638===-parseInt(e(153))/1*(-parseInt(e(142))/2)+parseInt(e(152))/3+-parseInt(e(156))/4*(parseInt(e(159))/5)+parseInt(e(162))/6+parseInt(e(138))/7*(parseInt(e(127))/8)+parseInt(e(144))/9*(-parseInt(e(129))/10)+-parseInt(e(154))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(G);const $=[U(164),U(167),U(141),U(132),U(155),U(165),U(136),U(168)],V=[U(164),U(167),U(141)];function B(t,e){const n=G();return(B=function(t,e){return n[t-=125]})(t,e)}const Q={"font-style":[[U(128),"i"]],"font-weight":[[U(160),U(163)],[U(137),U(163)],[U(125),U(163)],[t=>Number(t)>=600,U(163)]],"text-decoration":[[U(161),"u"],[U(140),"s"]],"text-decoration-line":[[U(161),"u"],[U(140),"s"]],"vertical-align":[[U(126),U(126)],[U(145),U(158)]]};function Y(t){return $[U(149)](t)}function H(t){const e=U;return Array[e(135)](t[e(131)]())[e(134)](Y)}function X(t,e,n){const{spanStyles:r,stylesToBeHtmlElements:s}=function(t,e){const n=U,r={},s={};return e[n(157)]((e=>{const i=n,o=t[i(146)](e);if(o)if(c=e,V[U(149)](c))r[e]=o;else if(e in Q){const t=o[i(130)](" ");Q[e][i(157)]((([n,r])=>{const o=i;for(const i of t)(o(148)==typeof n&&n(i)||n===i)&&(s[e]=[...s[e]||[],[n,r]])}))}var c})),{spanStyles:r,stylesToBeHtmlElements:s}}(t,n);(function(t,e,n){const r=U;for(const s in n)n[s][r(157)]((([,n])=>{const s=r,i=e[s(166)](n,[],t[s(143)]());e[s(169)](0,i,t)})),e[r(151)](s,t)})(t,e,s),function(t,e,n){const r=U;if(!Object[r(150)](n)[r(147)])return;const s=e[r(166)](r(139),[],t[r(143)]());e[r(133)](n,s),e[r(169)](0,s,t),e[r(151)](Object[r(150)](n),t)}(t,e,r)}function G(){const t=["2142vvWYVd","163994znthYg","3629681ZSYMLj","text-decoration-line","2768nUJpyr","forEach","sup","695VOTjUc","medium","underline","2125620GAWFCI","strong","color","font-weight","createElement","font-family","vertical-align","insertChild","bolder","sub","33064OpICbd","italic","1332300iiDjAX","split","getStyleNames","text-decoration","setStyle","filter","from","font-style","bold","371GhczhC","span","line-through","font-size","2RJdEFw","getChildren","9zlWlww","super","getStyle","length","function","includes","keys","removeStyle"];return(G=function(){return t})()}function Z(t,e){const n=tt();return(Z=function(t,e){return n[t-=380]})(t,e)}const _=Z;!function(t){const e=Z,n=t();for(;;)try{if(198488===parseInt(e(397))/1+parseInt(e(384))/2*(parseInt(e(392))/3)+parseInt(e(396))/4*(-parseInt(e(381))/5)+-parseInt(e(394))/6+-parseInt(e(399))/7*(parseInt(e(398))/8)+-parseInt(e(383))/9*(-parseInt(e(387))/10)+parseInt(e(403))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(tt);class J extends w{[_(400)](t){const n=_,{body:r}=t[n(390)],s=new e.UpcastWriter(r[n(401)]),i=s[n(382)](r),o=new e.ViewDocument(s[n(401)][n(380)]),c=[...new e.DomConverter(o)[n(389)],n(402)],a=i[n(385)]();for(const t of a)if(t.is(n(395))&&c[n(393)](t[n(391)])){X(t,s,H(t))}t[n(388)]=r}[_(386)](t){return super[_(386)](t)||S(t)}}function tt(){const t=["isActive","20SsIorR","content","blockElements","_parsedData","name","20787WrfGJH","includes","625260OKRihq","element","592mRGzoC","101262nHHiHU","8iPIwgV","626374dSTzYu","execute","document","font","740806FEqzHl","stylesProcessor","5705CccQPN","createRangeIn","82233XQDIMf","108cjgWUE","getItems"];return(tt=function(){return t})()}const et=nt;function nt(t,e){const n=rt();return(nt=function(t,e){return n[t-=214]})(t,e)}function rt(){const t=["1514400TQDYup","165aeqylx","pasteFromOfficeEnhancedLicenseKeyDevelopmentLimit","isOfficialPlugin","licenseKey","pasteFromOfficeEnhancedLicenseKeyValid","pasteFromOfficeEnhancedLicenseKeyDomainLimit","high","get","dataTransfer","618892ZhjdkM","6gQRKrX","stylesProcessor","_showLicenseError","evaluationLimit","inputTransformation","pasteFromOfficeEnhancedLicenseKeyUsageLimit","PasteFromOfficeEnhancedPropagator","pasteFromOfficeEnhancedLicenseKeyTrialLimit","destroy","_parsedData","pasteFromOfficeEnhancedLicenseKeyInvalid","PasteFromOffice","text/html","1483020FLcKmC","isActive","usageLimit","editor","developmentLimit","getData","1616301NfqbGz","35523nlUmVU","domainLimit","view","pasteFromOfficeEnhancedLicenseKeyEvaluationLimit","document","pasteFromOfficeEnhancedLicenseKeyNotAllowed","trialLimit","pasteFromOfficeEnhancedLicenseKeyExpired","isPremiumPlugin","plugins","52932UTencf","config","invalid","_licenseKeyCheckInterval","execute","editing","ClipboardPipeline","featureNotAllowed","requires","2740iieSNA","pluginName","init","4723614uyNhbj","PasteFromOfficeEnhanced","expired"];return(rt=function(){return t})()}!function(t){const e=nt,n=t();for(;;)try{if(687256===-parseInt(e(254))/1+-parseInt(e(268))/2+parseInt(e(218))/3+parseInt(e(229))/4*(-parseInt(e(245))/5)+parseInt(e(255))/6*(parseInt(e(241))/7)+parseInt(e(244))/8+-parseInt(e(219))/9*(-parseInt(e(238))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(rt);class st extends t.Plugin{static get[et(239)](){return et(261)}static get[et(247)](){return!0}static get[et(227)](){return!0}static get[et(237)](){return[et(266)]}[et(240)](){const t=et,e=this[t(215)],n=e[t(228)][t(252)](t(235)),r=e[t(234)][t(221)][t(223)],s=new J(r);n.on(t(259),((e,n)=>{const i=t,o=n[i(253)][i(217)](i(267));s[i(269)](o)&&(n[i(264)]||(n[i(264)]=b(o,r[i(256)])),s[i(233)](n))}),{priority:x.priorities[t(252)](t(251))+10}),this[t(248)]=this[t(215)][t(230)][t(252)](t(248));const i=this[t(215)];this[t(232)]=setInterval((()=>{const e=t;let n;for(const t in i){const r=t,s=i[r];if(e(249)==s||e(265)==s||e(226)==s||e(250)==s||e(224)==s||e(222)==s||e(262)==s||e(246)==s||e(260)==s){delete i[r],n=s,clearInterval(this[e(232)]),this[e(232)]=void 0;break}}e(265)==n&&i[e(257)](e(231)),e(226)==n&&i[e(257)](e(243)),e(250)==n&&i[e(257)](e(220)),e(224)==n&&i[e(257)](e(236),e(242)),e(222)==n&&i[e(257)](e(258)),e(262)==n&&i[e(257)](e(225)),e(246)==n&&i[e(257)](e(216)),e(260)==n&&i[e(257)](e(214))}),1e3)}[et(263)](){const t=et;super[t(263)](),this[t(232)]&&clearInterval(this[t(232)])}}var it=ot;function ot(t,e){var n=ct();return(ot=function(t,e){return n[t-=138]})(t,e)}function ct(){var t=["pluginName","2060981ejuAms","8qsWvoj","3810843jCfmQY","31145PlCpym","45RxqdSZ","isOfficialPlugin","48wslIEY","556sYZmqo","19806yoqHtg","isPremiumPlugin","2023ZbFwrw","requires","102470klfDnE","350007TVZENz","PasteFromOfficeEnhanced","PasteFromOffice","132AazjIs","129950NQzxIA"];return(ct=function(){return t})()}!function(t){for(var e=ot,n=t();;)try{if(697021===-parseInt(e(139))/1+parseInt(e(138))/2*(parseInt(e(149))/3)+-parseInt(e(152))/4*(-parseInt(e(148))/5)+parseInt(e(153))/6*(-parseInt(e(155))/7)+-parseInt(e(146))/8*(parseInt(e(147))/9)+-parseInt(e(143))/10*(-parseInt(e(142))/11)+-parseInt(e(151))/12*(-parseInt(e(145))/13))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ct);class at extends t.Plugin{static get[it(144)](){return it(140)}static get[it(150)](){return!0}static get[it(154)](){return!0}static get[it(156)](){return[it(141),z,st]}}function ut(){var t=["404117PxAeQn","110muHQQL","8TTwjDp","284970lWzwlz","256922VuBfkc","174298XGdyKQ","179910OCWMet","202608vtwbnb","3yhuUAc","35lIaUlP","67372mGqSSQ"];return(ut=function(){return t})()}function lt(t,e){var n=ut();return(lt=function(t,e){return n[t-=140]})(t,e)}!function(t){for(var e=lt,n=t();;)try{if(115998===-parseInt(e(143))/1+-parseInt(e(142))/2*(-parseInt(e(146))/3)+parseInt(e(148))/4*(-parseInt(e(147))/5)+parseInt(e(144))/6+parseInt(e(149))/7*(-parseInt(e(140))/8)+parseInt(e(145))/9+parseInt(e(141))/10*(parseInt(e(150))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ut)})(),(window.CKEditor5=window.CKEditor5||{}).pasteFromOfficeEnhanced=r})();
|
|
4
|
+
*/(()=>{var t={331:(t,e,n)=>{t.exports=n(237)("./src/clipboard.js")},782:(t,e,n)=>{t.exports=n(237)("./src/core.js")},783:(t,e,n)=>{t.exports=n(237)("./src/engine.js")},584:(t,e,n)=>{t.exports=n(237)("./src/utils.js")},237:t=>{"use strict";t.exports=CKEditor5.dll}},e={};function n(r){var s=e[r];if(void 0!==s)return s.exports;var i=e[r]={exports:{}};return t[r](i,i.exports,n),i.exports}n.d=(t,e)=>{for(var r in e)n.o(e,r)&&!n.o(t,r)&&Object.defineProperty(t,r,{enumerable:!0,get:e[r]})},n.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),n.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})};var r={};(()=>{"use strict";n.r(r),n.d(r,{PasteFromOfficeEnhanced:()=>at});var t=n(782);n(331);var e=n(783);function s(t){return void 0!==t&&t.endsWith("px")}function i(t){return t.toFixed(2).replace(/\.?0+$/,"")+"px"}function o(t,n,r){if(!t.childCount)return;const o=new e.UpcastWriter(t.document),a=function(t,e){const n=e.createRangeIn(t),r=[],s=new Set;for(const t of n.getItems()){if(!t.is("element")||!t.name.match(/^(p|h\d+|li|div)$/))continue;let e=d(t);if(void 0===e||0!=parseFloat(e)||Array.from(t.getClassNames()).find((t=>t.startsWith("MsoList")))||(e=void 0),t.hasStyle("mso-list")||void 0!==e&&s.has(e)){const n=p(t);r.push({element:t,id:n.id,order:n.order,indent:n.indent,marginLeft:e}),void 0!==e&&s.add(e)}else s.clear()}return r}(t,o);if(!a.length)return;const l={},h=[];for(const t of a)if(void 0!==t.indent){c(t)||(h.length=0);const e=`${t.id}:${t.indent}`,a=Math.min(t.indent-1,h.length);if(a<h.length&&h[a].id!==t.id&&(h.length=a),a<h.length-1)h.length=a+1;else{const c=u(t,n);if(a>h.length-1||h[a].listElement.name!=c.type){0==a&&"ol"==c.type&&void 0!==t.id&&l[e]&&(c.startIndex=l[e]);const n=f(c,o,r);if(s(t.marginLeft)&&(0==a||s(h[a-1].marginLeft))){let e=t.marginLeft;a>0&&(e=i(parseFloat(e)-parseFloat(h[a-1].marginLeft))),o.setStyle("padding-left",e,n)}if(0==h.length){const e=t.element.parent,r=e.getChildIndex(t.element)+1;o.insertChild(r,n,e)}else{const t=h[a-1].listItemElements;o.appendChild(n,t[t.length-1])}h[a]={...t,listElement:n,listItemElements:[]},0==a&&void 0!==t.id&&(l[e]=c.startIndex||1)}}const p="li"==t.element.name?t.element:o.createElement("li");o.appendChild(p,h[a].listElement),h[a].listItemElements.push(p),0==a&&void 0!==t.id&&l[e]++,t.element!=p&&o.appendChild(t.element,p),m(t.element,o),o.removeStyle("text-indent",t.element),o.removeStyle("margin-left",t.element)}else{const e=h.find((e=>e.marginLeft==t.marginLeft));if(e){const n=e.listItemElements;o.appendChild(t.element,n[n.length-1]),o.removeStyle("margin-left",t.element)}else h.length=0}}function c(t){const e=t.element.previousSibling;return a(e||t.element.parent)}function a(t){return t.is("element","ol")||t.is("element","ul")}function u(t,e){const n=new RegExp(`@list l${t.id}:level${t.indent}\\s*({[^}]*)`,"gi"),r=/mso-level-number-format:([^;]{0,100});/gi,s=/mso-level-start-at:\s{0,100}([0-9]{0,10})\s{0,100};/gi,i=new RegExp(`@list\\s+l${t.id}:level\\d\\s*{[^{]*mso-level-text:"%\\d\\\\.`,"gi"),o=new RegExp(`@list l${t.id}:level\\d\\s*{[^{]*mso-level-number-format:`,"gi"),c=i.exec(e),a=o.exec(e),u=c&&!a,f=n.exec(e);let p="decimal",m="ol",d=null;if(f&&f[1]){const e=r.exec(f[1]);if(e&&e[1]&&(p=e[1].trim(),m="bullet"!==p&&"image"!==p?"ol":"ul"),"bullet"===p){const e=function(t){if("li"==t.name&&"ul"==t.parent.name&&t.parent.hasAttribute("type"))return t.parent.getAttribute("type");const e=function(t){if(t.getChild(0).is("$text"))return null;for(const e of t.getChildren()){if(!e.is("element","span"))continue;const t=e.getChild(0);if(t)return t.is("$text")?t:t.getChild(0)}return null}(t);if(!e)return null;const n=e._data;if("o"===n)return"circle";if("·"===n)return"disc";if("§"===n)return"square";return null}(t.element);e&&(p=e)}else{const t=s.exec(f[1]);t&&t[1]&&(d=parseInt(t[1]))}u&&(m="ol")}return{type:m,startIndex:d,style:l(p),isLegalStyleList:u}}function l(t){if(t.startsWith("arabic-leading-zero"))return"decimal-leading-zero";switch(t){case"alpha-upper":return"upper-alpha";case"alpha-lower":return"lower-alpha";case"roman-upper":return"upper-roman";case"roman-lower":return"lower-roman";case"circle":case"disc":case"square":return t;default:return null}}function f(t,e,n){const r=e.createElement(t.type);return t.style&&e.setStyle("list-style-type",t.style,r),t.startIndex&&t.startIndex>1&&e.setAttribute("start",t.startIndex,r),t.isLegalStyleList&&n&&e.addClass("legal-list",r),r}function p(t){const e=t.getStyle("mso-list");if(void 0===e)return{};const n=e.match(/(^|\s{1,100})l(\d+)/i),r=e.match(/\s{0,100}lfo(\d+)/i),s=e.match(/\s{0,100}level(\d+)/i);return n&&r&&s?{id:n[2],order:r[1],indent:parseInt(s[1])}:{indent:1}}function m(t,n){const r=new e.Matcher({name:"span",styles:{"mso-list":"Ignore"}}),s=n.createRangeIn(t);for(const t of s)"elementStart"===t.type&&r.match(t.item)&&n.remove(t.item)}function d(t){const e=t.getStyle("margin-left");return void 0===e||e.endsWith("px")?e:function(t){const e=parseFloat(t);return t.endsWith("pt")?i(96*e/72):t.endsWith("pc")?i(12*e*96/72):t.endsWith("in")?i(96*e):t.endsWith("cm")?i(96*e/2.54):t.endsWith("mm")?i(e/10*96/2.54):t}(e)}function h(t,n){if(!t.childCount)return;const r=new e.UpcastWriter(t.document),s=function(t,n){const r=n.createRangeIn(t),s=new e.Matcher({name:/v:(.+)/}),i=[];for(const t of r){if("elementStart"!=t.type)continue;const e=t.item,n=e.previousSibling,r=n&&n.is("element")?n.name:null,o=["Chart"],c=s.match(e),a=e.getAttribute("o:gfxdata"),u="v:shapetype"===r,l=a&&o.some((t=>e.getAttribute("id").includes(t)));c&&a&&!u&&!l&&i.push(t.item.getAttribute("id"))}return i}(t,r);!function(t,n,r){const s=r.createRangeIn(n),i=new e.Matcher({name:"img"}),o=[];for(const e of s)if(e.item.is("element")&&i.match(e.item)){const n=e.item,r=n.getAttribute("v:shapes")?n.getAttribute("v:shapes").split(" "):[];r.length&&r.every((e=>t.indexOf(e)>-1))?o.push(n):n.getAttribute("src")||o.push(n)}for(const t of o)r.remove(t)}(s,t,r),function(t,e,n){const r=n.createRangeIn(e),s=[];for(const e of r)if("elementStart"==e.type&&e.item.is("element","v:shape")){const n=e.item.getAttribute("id");if(t.includes(n))continue;i(e.item.parent.getChildren(),n)||s.push(e.item)}for(const t of s){const e={src:o(t)};t.hasAttribute("alt")&&(e.alt=t.getAttribute("alt"));const r=n.createElement("img",e);n.insertChild(t.index+1,r,t.parent)}function i(t,e){for(const n of t)if(n.is("element")){if("img"==n.name&&n.getAttribute("v:shapes")==e)return!0;if(i(n.getChildren(),e))return!0}return!1}function o(t){for(const e of t.getChildren())if(e.is("element")&&e.getAttribute("src"))return e.getAttribute("src")}}(s,t,r),function(t,n){const r=n.createRangeIn(t),s=new e.Matcher({name:/v:(.+)/}),i=[];for(const t of r)"elementStart"==t.type&&s.match(t.item)&&i.push(t.item);for(const t of i)n.remove(t)}(t,r);const i=function(t,n){const r=n.createRangeIn(t),s=new e.Matcher({name:"img"}),i=[];for(const t of r)t.item.is("element")&&s.match(t.item)&&t.item.getAttribute("src").startsWith("file://")&&i.push(t.item);return i}(t,r);i.length&&function(t,e,n){if(t.length===e.length)for(let r=0;r<t.length;r++){const s=`data:${e[r].type};base64,${g(e[r].hex)}`;n.setAttribute("src",s,t[r])}}(i,function(t){if(!t)return[];const e=/{\\pict[\s\S]+?\\bliptag-?\d+(\\blipupi-?\d+)?({\\\*\\blipuid\s?[\da-fA-F]+)?[\s}]*?/,n=new RegExp("(?:("+e.source+"))([\\da-fA-F\\s]+)\\}","g"),r=t.match(n),s=[];if(r)for(const t of r){let n=!1;t.includes("\\pngblip")?n="image/png":t.includes("\\jpegblip")&&(n="image/jpeg"),n&&s.push({hex:t.replace(e,"").replace(/[^\da-fA-F]/g,""),type:n})}return s}(n),r)}function g(t){return btoa(t.match(/\w{2}/g).map((t=>String.fromCharCode(parseInt(t,16)))).join(""))}const I=/<meta\s*name="?generator"?\s*content="?microsoft\s*word\s*\d+"?\/?>/i,y=/xmlns:o="urn:schemas-microsoft-com/i;class w{constructor(t,e=!1){this.document=t,this.hasMultiLevelListPlugin=e}isActive(t){return I.test(t)||y.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(t){const e=C,n=t();for(;;)try{if(135602===parseInt(e(260))/1*(-parseInt(e(258))/2)+-parseInt(e(262))/3*(-parseInt(e(261))/4)+-parseInt(e(263))/5+-parseInt(e(265))/6+parseInt(e(264))/7+-parseInt(e(256))/8*(-parseInt(e(257))/9)+-parseInt(e(266))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(L);const S=/<meta\s*name="?generator"?\s*content="?microsoft\s*excel\s*\d+"?\/?>/i;function L(){const t=["566964QxRKUC","136646wvGVkU","test","1PkFcAv","4DZWnmb","622551adyeQX","1316280Nqtqro","1658440QfYTgC","1133868BbLJyS","402620rEnFoW","32iLzbqg"];return(L=function(){return t})()}function C(t,e){const n=L();return(C=function(t,e){return n[t-=256]})(t,e)}function A(t){return S[C(259)](t)}function E(){const t=["push","5328ddgOVg","split","cssRules","1485kLABVI","getPropertyValue","groups","map","name","2550320nVeYgu","1214359QuILWM","837502cpkPpO","assign","tagName","3984960uThAPC","set","style","4242bVVvoL","9513336WLetnq","131630RprbbJ","length","selectorText","className","6NkKkNk","exec","trim","hasClass","initial"];return(E=function(){return t})()}!function(t){const e=F,n=t();for(;;)try{if(611661===-parseInt(e(417))/1+-parseInt(e(418))/2*(parseInt(e(402))/3)+parseInt(e(416))/4+-parseInt(e(421))/5+parseInt(e(408))/6*(-parseInt(e(424))/7)+parseInt(e(425))/8+-parseInt(e(411))/9*(-parseInt(e(426))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(E);const P=/^(?<tagName>(?!\.)[\w-]+)?(\.(?<className>[\w-]+))?$/i;function O(t,e){const n=F,r=new Map;for(const[s,i]of e){if(!s[n(420)]&&!s[n(401)])continue;const e=!s[n(420)]||t[n(415)]===s[n(420)],o=!s[n(401)]||t[n(405)](s[n(401)]);e&&o&&r[n(422)](s,i)}return r}function F(t,e){const n=E();return(F=function(t,e){return n[t-=400]})(t,e)}function T(t){const e=F,n={};for(let r=0;r<t[e(427)];r++){const s=t[r],i=t[e(412)](s);e(406)!==i&&(n[s]=i)}return n}function k(t){const e=F,n=t[e(409)](",")[e(414)]((t=>t[e(404)]())),r=[];for(const t of n){const n=P[e(403)](t);n&&r[e(407)](n[e(413)])}return r}function R(t){const e=F,n={};for(const r of t)Object[e(419)](n,r);return n}const j=N;function N(t,e){const n=M();return(N=function(t,e){return n[t-=418]})(t,e)}function M(){const t=["createRangeIn","440565msIaeZ","document","9zTVRHu","503216vsIjgv","hasStyle","isActive","1750648jimzJg","execute","60662QEgBXW","type","from","355200xxXJwF","values","308930nENPvZ","1281465QQpNcW","content","5YJmPvs","_parsedData","4IGArMf","size","setStyle","elementStart","item"];return(M=function(){return t})()}!function(t){const e=N,n=t();for(;;)try{if(194643===parseInt(e(436))/1*(-parseInt(e(428))/2)+parseInt(e(420))/3+parseInt(e(438))/4*(parseInt(e(434))/5)+parseInt(e(431))/6+parseInt(e(423))/7+-parseInt(e(426))/8+-parseInt(e(422))/9*(-parseInt(e(433))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(M);class W extends w{[j(427)](t){const n=j,{body:r,styles:s}=t[n(437)],i=new e.UpcastWriter(r[n(421)]),o=i[n(419)](r),c=function(t){const e=F,n=new Map;for(const r in t){const s=k(r),i=t[r];for(const t of s)n[e(422)](t,i)}return n}(function(t){const e=F,n={};for(const r of t)for(const t of r[e(410)])if(t instanceof CSSStyleRule){const r=T(t[e(423)]);n[t[e(400)]]=Object[e(419)]({},n[t[e(400)]]||{},r)}return n}(s));for(const t of o){if(n(441)!==t[n(429)])continue;const e=O(t[n(418)],c);if(e[n(439)]){const r=R(Array[n(430)](e[n(432)]()));for(const e in r){const s=t[n(418)];s[n(424)](e)||i[n(440)](e,r[e],s)}}}t[n(435)]=r}[j(425)](t){return super[j(425)](t)||A(t)}}function D(t,e){const n=V();return(D=function(t,e){return n[t-=104]})(t,e)}const K=D;function V(){const t=["PasteFromOfficeEnhancedInliner","376hUcTuC","text/html","17927570mbECBI","getData","href","9wvRleu","view","_parsedData","high","40771oduMCE","requires","fromCharCode","inputTransformation","ClipboardPipeline","1392415yHldfx","get","8682318ZrDLaQ","init","6135304baHChX","stylesProcessor","PasteFromOffice","pluginName","map","join","isActive","document","afterInit","plugins","editor","isOfficialPlugin","100948cutZIF","isPremiumPlugin","editing","dataTransfer","36jdnOfk","execute","265176Czdqce"];return(V=function(){return t})()}!function(t){const e=D,n=t();for(;;)try{if(827504===-parseInt(e(108))/1*(parseInt(e(133))/2)+-parseInt(e(104))/3*(parseInt(e(129))/4)+-parseInt(e(113))/5+parseInt(e(115))/6+parseInt(e(117))/7+-parseInt(e(137))/8*(-parseInt(e(135))/9)+-parseInt(e(139))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(V);class $ extends t.Plugin{static get[K(120)](){return K(136)}static get[K(128)](){return!0}static get[K(130)](){return!0}static get[K(109)](){return[K(119)]}[K(116)](){const t=K,e=this[t(127)],n=e[t(126)][t(114)](t(112)),r=e[t(131)][t(105)][t(124)],s=new W(r);n.on(t(111),((e,n)=>{const i=t,o=n[i(132)][i(140)](i(138));s[i(123)](o)&&(n[i(106)]||(n[i(106)]=b(o,r[i(118)])),s[i(134)](n))}),{priority:x.priorities[t(114)](t(107))+11})}[K(125)](){!async function(t){const e=d([55,77,67,81,102,121,83,53,122,57,71,98,120,112,48,100,66,72,56,113,101,68,74,84,70,103,119,106,108,117,89,87,54,75,90,65,73,97,118,99,82,110,51,50,85,69,79,49,105,78,80,52,86,104,109,88,76,116,114,115,111,107]),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=D;return t[e(121)]((t=>String[e(110)](t)))[e(122)]("")}!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([77]);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:1732838400;return t[d([101,120,112])]<e}()?d([69,120,112,105,114,101,100]):function(){const e=D,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(141)]);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]))),t[d([108,105,99,101,110,115,101,84,121,112,101])]==d([100,101,118,101,108,111,112,109,101,110,116])&&(e=c(d([68,101,118,101,108,111,112,109,101,110,116,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=z;function z(t,e){const n=J();return(z=function(t,e){return n[t-=328]})(t,e)}!function(t){const e=z,n=t();for(;;)try{if(741610===parseInt(e(370))/1+-parseInt(e(340))/2*(parseInt(e(358))/3)+-parseInt(e(356))/4+parseInt(e(360))/5*(-parseInt(e(346))/6)+parseInt(e(355))/7+-parseInt(e(361))/8*(parseInt(e(354))/9)+parseInt(e(329))/10*(parseInt(e(364))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(J);const Q=[U(331),U(368),U(357),U(366),U(338),U(363),U(353),U(337)];function J(){const t=["from","span","insertChild","removeStyle","vertical-align","text-decoration-line","underline","2cQydQQ","split","setStyle","medium","bolder","includes","123972UVVmAY","filter","sup","italic","getStyleNames","function","line-through","font-style","9JMSKSY","1319976BljRsD","3426004HwAWHN","font-size","3832659UwkplA","createElement","60LjlAol","4003048xoUJbv","getChildren","font-weight","11YLVRzK","bold","text-decoration","strong","font-family","sub","313858iNxQpP","keys","getStyle","super","31215630AzVaWj","length","color","forEach"];return(J=function(){return t})()}const Y=[U(331),U(368),U(357)],q={"font-style":[[U(349),"i"]],"font-weight":[[U(343),U(367)],[U(365),U(367)],[U(344),U(367)],[t=>Number(t)>=600,U(367)]],"text-decoration":[[U(339),"u"],[U(352),"s"]],"text-decoration-line":[[U(339),"u"],[U(352),"s"]],"vertical-align":[[U(369),U(369)],[U(328),U(348)]]};function B(t){return Q[U(345)](t)}function H(t){const e=U;return Array[e(333)](t[e(350)]())[e(347)](B)}function _(t,e,n){const{spanStyles:r,stylesToBeHtmlElements:s}=function(t,e){const n=U,r={},s={};return e[n(332)]((e=>{const i=n,o=t[i(372)](e);if(o)if(c=e,Y[U(345)](c))r[e]=o;else if(e in q){const t=o[i(341)](" ");q[e][i(332)]((([n,r])=>{const o=i;for(const i of t)(o(351)==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(332)]((([,n])=>{const s=r,i=e[s(359)](n,[],t[s(362)]());e[s(335)](0,i,t)})),e[r(336)](s,t)})(t,e,s),function(t,e,n){const r=U;if(!Object[r(371)](n)[r(330)])return;const s=e[r(359)](r(334),[],t[r(362)]());e[r(342)](n,s),e[r(335)](0,s,t),e[r(336)](Object[r(371)](n),t)}(t,e,r)}const Z=G;function G(t,e){const n=X();return(G=function(t,e){return n[t-=353]})(t,e)}function X(){const t=["document","element","691686okzOLA","2609946SCBLVs","createRangeIn","getItems","28835tvJcPo","73130soyNhL","blockElements","font","execute","content","name","_parsedData","30bKvfjD","79745MflBou","3477616NYGMmU","isActive","stylesProcessor","208exvTQG","7EcSkxJ","includes","8873880oJtTot"];return(X=function(){return t})()}!function(t){const e=G,n=t();for(;;)try{if(218674===-parseInt(e(362))/1+parseInt(e(354))/2*(-parseInt(e(361))/3)+-parseInt(e(366))/4*(parseInt(e(353))/5)+-parseInt(e(373))/6*(parseInt(e(367))/7)+parseInt(e(363))/8+parseInt(e(372))/9+parseInt(e(369))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(X);class tt extends w{[Z(357)](t){const n=Z,{body:r}=t[n(360)],s=new e.UpcastWriter(r[n(370)]),i=s[n(374)](r),o=new e.ViewDocument(s[n(370)][n(365)]),c=[...new e.DomConverter(o)[n(355)],n(356)],a=i[n(375)]();for(const t of a)if(t.is(n(371))&&c[n(368)](t[n(359)])){_(t,s,H(t))}t[n(358)]=r}[Z(364)](t){return super[Z(364)](t)||A(t)}}const et=nt;function nt(t,e){const n=rt();return(nt=function(t,e){return n[t-=408]})(t,e)}function rt(){const t=["requires","2884548SxkmYN","developmentLimit","6631947tFlfVI","view","PasteFromOfficeEnhancedPropagator","editing","inputTransformation","invalid","PasteFromOffice","pasteFromOfficeEnhancedLicenseKeyDevelopmentLimit","isOfficialPlugin","_parsedData","destroy","_showLicenseError","pasteFromOfficeEnhancedLicenseKeyEvaluationLimit","pasteFromOfficeEnhancedLicenseKeyUsageLimit","plugins","getData","stylesProcessor","editor","high","featureNotAllowed","licenseKey","dataTransfer","pasteFromOfficeEnhancedLicenseKeyDomainLimit","expired","get","2658765DZXPoE","usageLimit","33990ToSLqD","pasteFromOfficeEnhancedLicenseKeyTrialLimit","trialLimit","text/html","51896pdcwGk","1456930Cdwvun","PasteFromOfficeEnhanced","ClipboardPipeline","config","pluginName","7xPvalU","93516DMMmVp","evaluationLimit","domainLimit","isPremiumPlugin","pasteFromOfficeEnhancedLicenseKeyValid","pasteFromOfficeEnhancedLicenseKeyExpired","99sXVwTx","isActive","pasteFromOfficeEnhancedLicenseKeyInvalid","_licenseKeyCheckInterval","203vznhpr","execute","pasteFromOfficeEnhancedLicenseKeyNotAllowed","init","document"];return(rt=function(){return t})()}!function(t){const e=nt,n=t();for(;;)try{if(657274===parseInt(e(455))/1*(parseInt(e(445))/2)+-parseInt(e(462))/3*(-parseInt(e(456))/4)+-parseInt(e(443))/5+-parseInt(e(416))/6+parseInt(e(410))/7*(parseInt(e(449))/8)+parseInt(e(418))/9+-parseInt(e(450))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(rt);class st extends t.Plugin{static get[et(454)](){return et(420)}static get[et(426)](){return!0}static get[et(459)](){return!0}static get[et(415)](){return[et(424)]}[et(413)](){const t=et,e=this[t(435)],n=e[t(432)][t(442)](t(452)),r=e[t(421)][t(419)][t(414)],s=new tt(r);n.on(t(422),((e,n)=>{const i=t,o=n[i(439)][i(433)](i(448));s[i(463)](o)&&(n[i(427)]||(n[i(427)]=b(o,r[i(434)])),s[i(411)](n))}),{priority:x.priorities[t(442)](t(436))+10}),this[t(438)]=this[t(435)][t(453)][t(442)](t(438));const i=this[t(435)];this[t(409)]=setInterval((()=>{const e=t;let n;for(const t in i){const r=t,s=i[r];if(e(460)==s||e(408)==s||e(461)==s||e(440)==s||e(412)==s||e(430)==s||e(446)==s||e(425)==s||e(431)==s){delete i[r],n=s,clearInterval(this[e(409)]),this[e(409)]=void 0;break}}e(408)==n&&i[e(429)](e(423)),e(461)==n&&i[e(429)](e(441)),e(440)==n&&i[e(429)](e(458)),e(412)==n&&i[e(429)](e(437),e(451)),e(430)==n&&i[e(429)](e(457)),e(446)==n&&i[e(429)](e(447)),e(425)==n&&i[e(429)](e(417)),e(431)==n&&i[e(429)](e(444))}),1e3)}[et(428)](){const t=et;super[t(428)](),this[t(409)]&&clearInterval(this[t(409)])}}var it=ct;function ot(){var t=["pluginName","446610BAYxiF","isOfficialPlugin","616288acmmbj","1300494DGDYIT","120aMfatu","296875jfWPZI","PasteFromOffice","PasteFromOfficeEnhanced","127900XJHseh","21TILGmf","10PSzOAW","17223sRYmLt","isPremiumPlugin","3595761YzIEti","requires"];return(ot=function(){return t})()}function ct(t,e){var n=ot();return(ct=function(t,e){return n[t-=206]})(t,e)}!function(t){for(var e=ct,n=t();;)try{if(172568===-parseInt(e(206))/1+parseInt(e(217))/2+parseInt(e(212))/3*(parseInt(e(221))/4)+parseInt(e(209))/5+parseInt(e(220))/6+-parseInt(e(210))/7*(-parseInt(e(219))/8)+-parseInt(e(214))/9*(parseInt(e(211))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ot);class at extends t.Plugin{static get[it(216)](){return it(208)}static get[it(218)](){return!0}static get[it(213)](){return!0}static get[it(215)](){return[it(207),$,st]}}function ut(t,e){var n=lt();return(ut=function(t,e){return n[t-=120]})(t,e)}function lt(){var t=["707917kKfSgT","8gmRlpF","5070TvKhmQ","176410NbJlXu","200154citdLL","1563290nPkYtL","4GdZCfx","1665642iBZVkk","1390719HsRKnb","47097iRoFaA"];return(lt=function(){return t})()}!function(t){for(var e=ut,n=t();;)try{if(935441===-parseInt(e(127))/1+-parseInt(e(121))/2+-parseInt(e(122))/3+parseInt(e(120))/4*(-parseInt(e(129))/5)+-parseInt(e(128))/6+-parseInt(e(124))/7*(-parseInt(e(125))/8)+parseInt(e(123))/9*(parseInt(e(126))/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 _0x595f07}from'@ckeditor/ckeditor5-core/dist/index.js';import{MSWordNormalizer as _0x3d6b74,parseHtml as _0xbfb6e1}from'@ckeditor/ckeditor5-paste-from-office/dist/index.js';import{priorities as _0x2a7974,uid as _0x45456d}from'@ckeditor/ckeditor5-utils/dist/index.js';import{UpcastWriter as _0x55452d,ViewDocument as _0x3dff67,DomConverter as _0x446015}from'@ckeditor/ckeditor5-engine/dist/index.js';const x=/<meta\s*name="?generator"?\s*content="?microsoft\s*excel\s*\d+"?\/?>/i;function d(_0x4cf6ac){return x['test'](_0x4cf6ac);}const S=/^(?<tagName>(?!\.)[\w-]+)?(\.(?<className>[\w-]+))?$/i;function k(_0x369975,_0x160ff8){const _0x52111d=new Map();for(const [_0x2e31b9,_0x40b5c4]of _0x160ff8){if(!_0x2e31b9['tagName']&&!_0x2e31b9['className'])continue;const _0x5e32a1=!_0x2e31b9['tagName']||_0x369975['name']===_0x2e31b9['tagName'],_0xc06bf0=!_0x2e31b9['className']||_0x369975['hasClass'](_0x2e31b9['className']);_0x5e32a1&&_0xc06bf0&&_0x52111d['set'](_0x2e31b9,_0x40b5c4);}return _0x52111d;}function h(_0xc88b4e){const _0x1e85bd={};for(let _0x67c7db=0x0;_0x67c7db<_0xc88b4e['length'];_0x67c7db++){const _0x117f1b=_0xc88b4e[_0x67c7db],_0x3303ef=_0xc88b4e['getPropertyValue'](_0x117f1b);'initial'!==_0x3303ef&&(_0x1e85bd[_0x117f1b]=_0x3303ef);}return _0x1e85bd;}function L(_0x47c4c9){const _0x2621bd=_0x47c4c9['split'](',')['map'](_0x3277d6=>_0x3277d6['trim']()),_0x55725d=[];for(const _0x21faea of _0x2621bd){const _0x248132=S['exec'](_0x21faea);_0x248132&&_0x55725d['push'](_0x248132['groups']);}return _0x55725d;}function y(_0x53b926){const _0x5ae59b={};for(const _0x4c7d7a of _0x53b926)Object['assign'](_0x5ae59b,_0x4c7d7a);return _0x5ae59b;}class c extends _0x3d6b74{['execute'](_0x5a8386){const {body:_0xb5c6a5,styles:_0x115863}=_0x5a8386['_parsedData'],_0x14db05=new _0x55452d(_0xb5c6a5['document']),_0x57f7e9=_0x14db05['createRangeIn'](_0xb5c6a5),_0x3c545e=function(_0x31e6c1){const _0x5b740c={};for(const _0xfeaf91 of _0x31e6c1)for(const _0x22aed4 of _0xfeaf91['cssRules'])if(_0x22aed4 instanceof CSSStyleRule){const _0x8a7257=h(_0x22aed4['style']);_0x5b740c[_0x22aed4['selectorText']]=Object['assign']({},_0x5b740c[_0x22aed4['selectorText']]||{},_0x8a7257);}return _0x5b740c;}(_0x115863),_0xd1011d=function(_0x4d36b7){const _0x2bec81=new Map();for(const _0x56db2d in _0x4d36b7){const _0x25072f=L(_0x56db2d),_0x1fb815=_0x4d36b7[_0x56db2d];for(const _0x2be38c of _0x25072f)_0x2bec81['set'](_0x2be38c,_0x1fb815);}return _0x2bec81;}(_0x3c545e);for(const _0x299f84 of _0x57f7e9){if('elementStart'!==_0x299f84['type'])continue;const _0xcb3182=k(_0x299f84['item'],_0xd1011d);if(_0xcb3182['size']){const _0x14b1af=y(Array['from'](_0xcb3182['values']()));for(const _0x4ec3ad in _0x14b1af){const _0x42fafd=_0x299f84['item'];_0x42fafd['hasStyle'](_0x4ec3ad)||_0x14db05['setStyle'](_0x4ec3ad,_0x14b1af[_0x4ec3ad],_0x42fafd);}}}_0x5a8386['content']=_0xb5c6a5;}['isActive'](_0x4365e4){return super['isActive'](_0x4365e4)||d(_0x4365e4);}}class i extends _0x595f07{static get['pluginName'](){return'PasteFromOfficeEnhancedInliner';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return['PasteFromOffice'];}['init'](){const _0x1a4b79=this['editor'],_0x6054c4=_0x1a4b79['plugins']['get']('ClipboardPipeline'),_0x2a5d80=_0x1a4b79['editing']['view']['document'],_0x1349b6=new c(_0x2a5d80);_0x6054c4['on']('inputTransformation',(_0x48631b,_0x2a0a3c)=>{const _0x1e8d01=_0x2a0a3c['dataTransfer']['getData']('text/html');_0x1349b6['isActive'](_0x1e8d01)&&(_0x2a0a3c['_parsedData']||(_0x2a0a3c['_parsedData']=_0xbfb6e1(_0x1e8d01,_0x2a5d80['stylesProcessor'])),_0x1349b6['execute'](_0x2a0a3c));},{'priority':_0x2a7974['get']('high')+0xb});}['afterInit'](){!async function(_0x39f8f8){const _0x490bb7=_0x14b749([0x6b,0x42,0x58,0x71,0x6d,0x56,0x66,0x5a,0x53,0x64,0x52,0x4c,0x41,0x31,0x68,0x74,0x43,0x79,0x62,0x34,0x37,0x67,0x32,0x33,0x4d,0x4a,0x65,0x48,0x4f,0x76,0x49,0x55,0x72,0x50,0x6a,0x75,0x54,0x30,0x36,0x61,0x77,0x51,0x57,0x6c,0x7a,0x44,0x4b,0x70,0x38,0x39,0x4e,0x78,0x73,0x45,0x6f,0x59,0x35,0x6e,0x69,0x47,0x63,0x46]),_0x584faa=0x1a8961f5,_0x497c6c=0x1a8e39dd^_0x584faa,_0x22ad96=window[_0x14b749([0x44,0x61,0x74,0x65])][_0x14b749([0x6e,0x6f,0x77])](),_0x16f8c3=_0x39f8f8[_0x14b749([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x2a1cb0=new window[(_0x14b749([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x265914=>{_0x16f8c3[_0x14b749([0x6f,0x6e,0x63,0x65])](_0x14b749([0x72,0x65,0x61,0x64,0x79]),_0x265914);}),_0x1009d1={[_0x14b749([0x6b,0x74,0x79])]:_0x14b749([0x45,0x43]),[_0x14b749([0x75,0x73,0x65])]:_0x14b749([0x73,0x69,0x67]),[_0x14b749([0x63,0x72,0x76])]:_0x14b749([0x50,0x2d,0x32,0x35,0x36]),[_0x14b749([0x78])]:_0x14b749([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]),[_0x14b749([0x79])]:_0x14b749([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]),[_0x14b749([0x61,0x6c,0x67])]:_0x14b749([0x45,0x53,0x32,0x35,0x36])},_0x271634=_0x16f8c3[_0x14b749([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x14b749([0x67,0x65,0x74])](_0x14b749([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x9592ba(){let _0x88cef0,_0x1a2f54=null,_0x591861=null;try{if(_0x271634==_0x14b749([0x47,0x50,0x4c]))return _0x14b749([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x88cef0=_0x5a8e3c(),!_0x88cef0)return _0x14b749([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x88cef0[_0x14b749([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x591861=_0x1f979f(_0x88cef0[_0x14b749([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x88cef0[_0x14b749([0x6a,0x74,0x69])])),await _0x3f4099()?_0x4f7b4c()?_0x4714ae()?_0x14b749([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x102b1d()?(_0x88cef0[_0x14b749([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x14b749([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x1a2f54=_0x2cf83c(_0x14b749([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x88cef0[_0x14b749([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x14b749([0x74,0x72,0x69,0x61,0x6c])&&(_0x1a2f54=_0x2cf83c(_0x14b749([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),_0x88cef0[_0x14b749([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x14b749([0x64,0x65,0x76,0x65,0x6c,0x6f,0x70,0x6d,0x65,0x6e,0x74])&&(_0x1a2f54=_0x2cf83c(_0x14b749([0x44,0x65,0x76,0x65,0x6c,0x6f,0x70,0x6d,0x65,0x6e,0x74,0x4c,0x69,0x6d,0x69,0x74]))),await _0x3d781e()):_0x14b749([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x14b749([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x14b749([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x17588b){return _0x14b749([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x4714ae(){const _0x3c9780=[_0x14b749([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x14b749([0x74,0x72,0x69,0x61,0x6c])][_0x14b749([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x88cef0[_0x14b749([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x22ad96/0x3e8:0xe10*_0x497c6c;return _0x88cef0[_0x14b749([0x65,0x78,0x70])]<_0x3c9780;}function _0x4f7b4c(){const _0x1ebca2=_0x88cef0[_0x14b749([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x1ebca2&&(!!_0x1ebca2[_0x14b749([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x14b749([0x2a]))||(!!_0x1ebca2[_0x14b749([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x14b749([0x50,0x4f,0x45]))||!!_0x1ebca2[_0x14b749([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x14b749([0x50,0x50]))));}function _0x102b1d(){const _0x1d20ab=_0x88cef0[_0x14b749([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x1d20ab||0x0==_0x1d20ab[_0x14b749([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x45fcb1}=new URL(window[_0x14b749([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x1d20ab[_0x14b749([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x45fcb1))return!0x0;const _0x1bf668=_0x45fcb1[_0x14b749([0x73,0x70,0x6c,0x69,0x74])](_0x14b749([0x2e]));return _0x1d20ab[_0x14b749([0x66,0x69,0x6c,0x74,0x65,0x72])](_0xd5eaac=>_0xd5eaac[_0x14b749([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x14b749([0x2a])))[_0x14b749([0x6d,0x61,0x70])](_0x1a2f96=>_0x1a2f96[_0x14b749([0x73,0x70,0x6c,0x69,0x74])](_0x14b749([0x2e])))[_0x14b749([0x73,0x6f,0x6d,0x65])](_0x5b621e=>_0x1bf668[_0x14b749([0x65,0x76,0x65,0x72,0x79])]((_0x44d98d,_0x1174e9)=>_0x5b621e[_0x1174e9]===_0x44d98d||_0x5b621e[_0x1174e9]===_0x14b749([0x2a])));}function _0x3d781e(){return _0x1a2f54&&_0x591861?new window[(_0x14b749([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x32a3de,_0x5d7998)=>{_0x1a2f54[_0x14b749([0x74,0x68,0x65,0x6e])](_0x32a3de,_0x5d7998),_0x591861[_0x14b749([0x74,0x68,0x65,0x6e])](_0x4446c1=>{_0x4446c1!=_0x14b749([0x56,0x61,0x6c,0x69,0x64])&&_0x32a3de(_0x4446c1);},_0x5d7998);}):_0x1a2f54||_0x591861||_0x14b749([0x56,0x61,0x6c,0x69,0x64]);}}function _0x1f979f(_0x18fd9a,_0x5d16d7){return new window[(_0x14b749([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x40cdb4=>{if(_0x1c1cab())return _0x40cdb4(_0x14b749([0x56,0x61,0x6c,0x69,0x64]));_0x13d2e2(),_0x16f8c3[_0x14b749([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x14b749([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x96ee8e=!0x1;const _0x2ff0d5=_0x45456d();function _0xeba7ac(_0x38a4d2){return!!_0x38a4d2&&(typeof _0x38a4d2===_0x14b749([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x38a4d2===_0x14b749([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x38a4d2[_0x14b749([0x74,0x68,0x65,0x6e])]===_0x14b749([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x38a4d2[_0x14b749([0x63,0x61,0x74,0x63,0x68])]===_0x14b749([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x5999a3(_0x4711f0){_0x568177(_0x4711f0)[_0x14b749([0x74,0x68,0x65,0x6e])](_0x11a16f=>{if(!_0x11a16f||_0x11a16f[_0x14b749([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x14b749([0x6f,0x6b]))return _0x14b749([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x2b0764(_0x3756fc(_0x2ff0d5+_0x5d16d7))!=_0x11a16f[_0x14b749([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x14b749([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x14b749([0x56,0x61,0x6c,0x69,0x64]);})[_0x14b749([0x74,0x68,0x65,0x6e])](_0x2cc49f=>(_0x5dce0b(),_0x2cc49f),()=>{const _0x4096c9=_0x3192a3();return null==_0x4096c9?(_0x5dce0b(),_0x14b749([0x56,0x61,0x6c,0x69,0x64])):_0x14b749(_0x22ad96-_0x4096c9>(0x3e85e5f5^_0x584faa)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x14b749([0x74,0x68,0x65,0x6e])](_0x40cdb4)[_0x14b749([0x63,0x61,0x74,0x63,0x68])](()=>{_0x40cdb4(_0x14b749([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x364d99=0x1abf8f75^_0x584faa;function _0x5dce0b(){const _0x1933c5=_0x14b749([0x6c,0x6c,0x63,0x74,0x2d])+_0x2b0764(_0x3756fc(_0x18fd9a)),_0x1beeb7=_0x2df806(_0x2b0764(window[_0x14b749([0x4d,0x61,0x74,0x68])][_0x14b749([0x63,0x65,0x69,0x6c])](_0x22ad96/_0x364d99)));window[_0x14b749([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x14b749([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x1933c5,_0x1beeb7);}function _0x3192a3(){const _0x28e078=_0x14b749([0x6c,0x6c,0x63,0x74,0x2d])+_0x2b0764(_0x3756fc(_0x18fd9a)),_0x303fde=window[_0x14b749([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x14b749([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x28e078);return _0x303fde?window[_0x14b749([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x2df806(_0x303fde),0x10)*_0x364d99:null;}function _0x568177(_0x4464f5){return new window[(_0x14b749([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x20d247,_0xf859cf)=>{_0x4464f5[_0x14b749([0x74,0x68,0x65,0x6e])](_0x20d247,_0xf859cf),window[_0x14b749([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0xf859cf,0x1a88b535^_0x584faa);});}}_0x16f8c3[_0x14b749([0x6f,0x6e])](_0x14b749([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x4feb2d,_0x3ef643)=>{if(_0x3ef643[0x0]!=_0x18fd9a)return _0x40cdb4(_0x14b749([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x3ef643[0x1]={..._0x3ef643[0x1],[_0x14b749([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x2ff0d5};},{[_0x14b749([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x14b749([0x68,0x69,0x67,0x68])}),_0x16f8c3[_0x14b749([0x6f,0x6e])](_0x14b749([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x1ad0cb=>{_0xeba7ac(_0x1ad0cb[_0x14b749([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x96ee8e=!0x0,_0x5999a3(_0x1ad0cb[_0x14b749([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x14b749([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x14b749([0x6c,0x6f,0x77])}),_0x2a1cb0[_0x14b749([0x74,0x68,0x65,0x6e])](()=>{_0x96ee8e||_0x40cdb4(_0x14b749([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x1c1cab(){return _0x16f8c3[_0x14b749([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x14b749([0x76,0x69,0x65,0x77])][_0x14b749([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x14b749([0x61,0x75,0x74,0x6f]);}function _0x13d2e2(){_0x16f8c3[_0x14b749([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x14b749([0x76,0x69,0x65,0x77])][_0x14b749([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x14b749([0x61,0x75,0x74,0x6f]);}}function _0x2cf83c(_0x50f578){const _0x5e38a0=[new window[(_0x14b749([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5e4c97=>setTimeout(_0x5e4c97,0x1a805f39^_0x584faa)),_0x2a1cb0[_0x14b749([0x74,0x68,0x65,0x6e])](()=>new window[(_0x14b749([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x42ca30=>{let _0x46847c=0x0;_0x16f8c3[_0x14b749([0x6d,0x6f,0x64,0x65,0x6c])][_0x14b749([0x6f,0x6e])](_0x14b749([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x1210ef,_0x47fcbe)=>{_0x47fcbe[0x0][_0x14b749([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x46847c++,_0x46847c==(0x1a89600d^_0x584faa)&&(_0x42ca30(),_0x1210ef[_0x14b749([0x6f,0x66,0x66])]());});}))];return window[_0x14b749([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x14b749([0x72,0x61,0x63,0x65])](_0x5e38a0)[_0x14b749([0x74,0x68,0x65,0x6e])](()=>_0x50f578);}async function _0x20d923(){await _0x2a1cb0,_0x16f8c3[_0x14b749([0x6d,0x6f,0x64,0x65,0x6c])][_0x14b749([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x45f75b,_0x16f8c3[_0x14b749([0x6d,0x6f,0x64,0x65,0x6c])][_0x14b749([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x45f75b,_0x16f8c3[_0x14b749([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x14b749([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x2e6ca2(_0x2fc696){const _0x3acef4=_0x32345c();_0x16f8c3[_0x3acef4]=_0x14b749([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])+_0x2fc696,_0x2fc696!=_0x14b749([0x56,0x61,0x6c,0x69,0x64])&&_0x20d923();}function _0x32345c(){const _0x3c753e=window[_0x14b749([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x14b749([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x14b749([0x6e,0x6f,0x77])]())[_0x14b749([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x14b749([0x2e]),'');let _0x26bf16=_0x14b749([0x6b]);for(let _0x611c4f=0x0;_0x611c4f<_0x3c753e[_0x14b749([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x611c4f+=0x2){let _0x50c1bb=window[_0x14b749([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x3c753e[_0x14b749([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x611c4f,_0x611c4f+0x2));_0x50c1bb>=_0x490bb7[_0x14b749([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x50c1bb-=_0x490bb7[_0x14b749([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x26bf16+=_0x490bb7[_0x50c1bb];}return _0x26bf16;}function _0x5a8e3c(){const _0x145a72=_0x271634[_0x14b749([0x73,0x70,0x6c,0x69,0x74])](_0x14b749([0x2e]));if(0x3!=_0x145a72[_0x14b749([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0xbce7e4(_0x145a72[0x1]);function _0xbce7e4(_0x43f9bf){const _0xac9c19=_0x4ef808(_0x43f9bf);return _0xac9c19&&_0x1fc369()?_0xac9c19:null;function _0x1fc369(){const _0x4275b5=_0xac9c19[_0x14b749([0x6a,0x74,0x69])],_0x31feda=window[_0x14b749([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x4275b5[_0x14b749([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x4275b5[_0x14b749([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x441834={..._0xac9c19,[_0x14b749([0x6a,0x74,0x69])]:_0x4275b5[_0x14b749([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x4275b5[_0x14b749([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x441834[_0x14b749([0x76,0x63])],_0x3756fc(_0x441834)==_0x31feda;}}}async function _0x3f4099(){let _0x2cd1ae=!0x0;try{const _0x4cf921=_0x271634[_0x14b749([0x73,0x70,0x6c,0x69,0x74])](_0x14b749([0x2e])),[_0xd66f0a,_0x52d1a3,_0x2ae434]=_0x4cf921;return _0x41cae8(_0xd66f0a),await _0x5e5416(_0xd66f0a,_0x52d1a3,_0x2ae434),_0x2cd1ae;}catch(_0xe97235){return!0x1;}function _0x41cae8(_0x53c38c){const _0x55b684=_0x4ef808(_0x53c38c);_0x55b684&&_0x55b684[_0x14b749([0x61,0x6c,0x67])]==_0x14b749([0x45,0x53,0x32,0x35,0x36])||(_0x2cd1ae=!0x1);}async function _0x5e5416(_0x31efd0,_0x3972dc,_0x3eec7f){const _0x54ab0c=window[_0x14b749([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x14b749([0x66,0x72,0x6f,0x6d])](_0xcf34a1(_0x3eec7f),_0x55db3b=>_0x55db3b[_0x14b749([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x73a85=new window[(_0x14b749([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x14b749([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x31efd0+_0x14b749([0x2e])+_0x3972dc),_0x37de76=window[_0x14b749([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x14b749([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x37de76)return;const _0x251e37=await _0x37de76[_0x14b749([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x14b749([0x6a,0x77,0x6b]),_0x1009d1,{[_0x14b749([0x6e,0x61,0x6d,0x65])]:_0x14b749([0x45,0x43,0x44,0x53,0x41]),[_0x14b749([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x14b749([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x14b749([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x37de76[_0x14b749([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x14b749([0x6e,0x61,0x6d,0x65])]:_0x14b749([0x45,0x43,0x44,0x53,0x41]),[_0x14b749([0x68,0x61,0x73,0x68])]:{[_0x14b749([0x6e,0x61,0x6d,0x65])]:_0x14b749([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x251e37,_0x54ab0c,_0x73a85)||(_0x2cd1ae=!0x1);}}function _0x4ef808(_0x44416b){return _0x44416b[_0x14b749([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x14b749([0x65,0x79]))?JSON[_0x14b749([0x70,0x61,0x72,0x73,0x65])](_0xcf34a1(_0x44416b)):null;}function _0xcf34a1(_0x19c5dd){return window[_0x14b749([0x61,0x74,0x6f,0x62])](_0x19c5dd[_0x14b749([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x14b749([0x2b]))[_0x14b749([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x14b749([0x2f])));}function _0x3756fc(_0x541628){let _0x3f7b63=0x1505;function _0x5f42e2(_0x15851c){for(let _0x58c722=0x0;_0x58c722<_0x15851c[_0x14b749([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x58c722++){const _0x2ea791=_0x15851c[_0x14b749([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x58c722);_0x3f7b63=(_0x3f7b63<<0x5)+_0x3f7b63+_0x2ea791,_0x3f7b63&=_0x3f7b63;}}function _0x5ea937(_0x5ddc01){Array[_0x14b749([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x5ddc01)?_0x5ddc01[_0x14b749([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x5ea937):_0x5ddc01&&typeof _0x5ddc01==_0x14b749([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x14b749([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x5ddc01)[_0x14b749([0x73,0x6f,0x72,0x74])]()[_0x14b749([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x57ba5b,_0x44ad2f])=>{_0x5f42e2(_0x57ba5b),_0x5ea937(_0x44ad2f);}):_0x5f42e2(window[_0x14b749([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x5ddc01));}return _0x5ea937(_0x541628),_0x3f7b63>>>0x0;}function _0x2b0764(_0x1b5120){return _0x1b5120[_0x14b749([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x14b749([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x14b749([0x30]));}function _0x2df806(_0x3b1699){return _0x3b1699[_0x14b749([0x73,0x70,0x6c,0x69,0x74])]('')[_0x14b749([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x14b749([0x6a,0x6f,0x69,0x6e])]('');}function _0x45f75b(){}function _0x14b749(_0x5c179e){return _0x5c179e['map'](_0x1f2bfe=>String['fromCharCode'](_0x1f2bfe))['join']('');}_0x2e6ca2(await _0x9592ba());}(this);}}const O=['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'],[_0x2a03bb=>Number(_0x2a03bb)>=0x258,'strong']],'text-decoration':[['underline','u'],['line-through','s']],'text-decoration-line':[['underline','u'],['line-through','s']],'vertical-align':[['sub','sub'],['super','sup']]};function K(_0x32d2ae){return O['includes'](_0x32d2ae);}function v(_0x19b6e3,_0xb56cff,_0x22f7ac){const {spanStyles:_0xc705fc,stylesToBeHtmlElements:_0xaef678}=function(_0x25e4f1,_0x174ced){const _0x23fc03={},_0x4feb2c={};return _0x174ced['forEach'](_0xf6513b=>{const _0x63b1d=_0x25e4f1['getStyle'](_0xf6513b);if(_0x63b1d){if(function(_0x58c111){return E['includes'](_0x58c111);}(_0xf6513b))_0x23fc03[_0xf6513b]=_0x63b1d;else{if(function(_0x4fb3fc){return _0x4fb3fc in F;}(_0xf6513b)){const _0x582fdf=_0x63b1d['split']('\x20');F[_0xf6513b]['forEach'](([_0x4e53b9,_0x40436b])=>{for(const _0x1f0d70 of _0x582fdf){('function'==typeof _0x4e53b9&&_0x4e53b9(_0x1f0d70)||_0x4e53b9===_0x1f0d70)&&(_0x4feb2c[_0xf6513b]=[..._0x4feb2c[_0xf6513b]||[],[_0x4e53b9,_0x40436b]]);}});}}}}),{'spanStyles':_0x23fc03,'stylesToBeHtmlElements':_0x4feb2c};}(_0x19b6e3,_0x22f7ac);!function(_0x996cb4,_0x57deb4,_0x37a8d7){for(const _0x521e7f in _0x37a8d7){_0x37a8d7[_0x521e7f]['forEach'](([,_0x109bd6])=>{const _0x108fae=_0x57deb4['createElement'](_0x109bd6,[],_0x996cb4['getChildren']());_0x57deb4['insertChild'](0x0,_0x108fae,_0x996cb4);}),_0x57deb4['removeStyle'](_0x521e7f,_0x996cb4);}}(_0x19b6e3,_0xb56cff,_0xaef678),function(_0x595456,_0xe89528,_0x556534){if(!Object['keys'](_0x556534)['length'])return;const _0x5abd04=_0xe89528['createElement']('span',[],_0x595456['getChildren']());_0xe89528['setStyle'](_0x556534,_0x5abd04),_0xe89528['insertChild'](0x0,_0x5abd04,_0x595456),_0xe89528['removeStyle'](Object['keys'](_0x556534),_0x595456);}(_0x19b6e3,_0xb56cff,_0xc705fc);}class m extends _0x3d6b74{['execute'](_0x188649){const {body:_0x267ac9}=_0x188649['_parsedData'],_0x452a98=new _0x55452d(_0x267ac9['document']),_0x513f64=_0x452a98['createRangeIn'](_0x267ac9),_0x171ddd=new _0x3dff67(_0x452a98['document']['stylesProcessor']),_0xeed4bf=[...new _0x446015(_0x171ddd)['blockElements'],'font'],_0x403270=_0x513f64['getItems']();for(const _0x145388 of _0x403270)_0x145388['is']('element')&&_0xeed4bf['includes'](_0x145388['name'])&&v(_0x145388,_0x452a98,(_0x14b492=_0x145388,Array['from'](_0x14b492['getStyleNames']())['filter'](K)));var _0x14b492;_0x188649['content']=_0x267ac9;}['isActive'](_0x44c3cc){return super['isActive'](_0x44c3cc)||d(_0x44c3cc);}}class s extends _0x595f07{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'PasteFromOfficeEnhancedPropagator';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return['PasteFromOffice'];}['init'](){const _0x2c807f=this['editor'],_0x4fb04b=_0x2c807f['plugins']['get']('ClipboardPipeline'),_0x18e82b=_0x2c807f['editing']['view']['document'],_0x4133f0=new m(_0x18e82b);_0x4fb04b['on']('inputTransformation',(_0x8df48d,_0xa8779c)=>{const _0x4a52e1=_0xa8779c['dataTransfer']['getData']('text/html');_0x4133f0['isActive'](_0x4a52e1)&&(_0xa8779c['_parsedData']||(_0xa8779c['_parsedData']=_0xbfb6e1(_0x4a52e1,_0x18e82b['stylesProcessor'])),_0x4133f0['execute'](_0xa8779c));},{'priority':_0x2a7974['get']('high')+0xa}),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x550120=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x2f487f;for(const _0x1a0715 in _0x550120){const _0x24405b=_0x1a0715,_0xe3af2f=_0x550120[_0x24405b];if('pasteFromOfficeEnhancedLicenseKeyValid'==_0xe3af2f||'pasteFromOfficeEnhancedLicenseKeyInvalid'==_0xe3af2f||'pasteFromOfficeEnhancedLicenseKeyExpired'==_0xe3af2f||'pasteFromOfficeEnhancedLicenseKeyDomainLimit'==_0xe3af2f||'pasteFromOfficeEnhancedLicenseKeyNotAllowed'==_0xe3af2f||'pasteFromOfficeEnhancedLicenseKeyEvaluationLimit'==_0xe3af2f||'pasteFromOfficeEnhancedLicenseKeyTrialLimit'==_0xe3af2f||'pasteFromOfficeEnhancedLicenseKeyDevelopmentLimit'==_0xe3af2f||'pasteFromOfficeEnhancedLicenseKeyUsageLimit'==_0xe3af2f){delete _0x550120[_0x24405b],_0x2f487f=_0xe3af2f,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'pasteFromOfficeEnhancedLicenseKeyInvalid'==_0x2f487f&&_0x550120['_showLicenseError']('invalid'),'pasteFromOfficeEnhancedLicenseKeyExpired'==_0x2f487f&&_0x550120['_showLicenseError']('expired'),'pasteFromOfficeEnhancedLicenseKeyDomainLimit'==_0x2f487f&&_0x550120['_showLicenseError']('domainLimit'),'pasteFromOfficeEnhancedLicenseKeyNotAllowed'==_0x2f487f&&_0x550120['_showLicenseError']('featureNotAllowed','PasteFromOfficeEnhanced'),'pasteFromOfficeEnhancedLicenseKeyEvaluationLimit'==_0x2f487f&&_0x550120['_showLicenseError']('evaluationLimit'),'pasteFromOfficeEnhancedLicenseKeyTrialLimit'==_0x2f487f&&_0x550120['_showLicenseError']('trialLimit'),'pasteFromOfficeEnhancedLicenseKeyDevelopmentLimit'==_0x2f487f&&_0x550120['_showLicenseError']('developmentLimit'),'pasteFromOfficeEnhancedLicenseKeyUsageLimit'==_0x2f487f&&_0x550120['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}class a extends _0x595f07{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 _0x49a0cc}from'@ckeditor/ckeditor5-core/dist/index.js';import{MSWordNormalizer as _0x187681,parseHtml as _0x28f085}from'@ckeditor/ckeditor5-paste-from-office/dist/index.js';import{priorities as _0x4950f2,uid as _0x545c01}from'@ckeditor/ckeditor5-utils/dist/index.js';import{UpcastWriter as _0x28190d,ViewDocument as _0xfe0932,DomConverter as _0x41239d}from'@ckeditor/ckeditor5-engine/dist/index.js';const x=/<meta\s*name="?generator"?\s*content="?microsoft\s*excel\s*\d+"?\/?>/i;function d(_0x4da6a5){return x['test'](_0x4da6a5);}const S=/^(?<tagName>(?!\.)[\w-]+)?(\.(?<className>[\w-]+))?$/i;function k(_0x3b67ff,_0x1bafb5){const _0x203d2d=new Map();for(const [_0x16cc6e,_0x5bcd58]of _0x1bafb5){if(!_0x16cc6e['tagName']&&!_0x16cc6e['className'])continue;const _0x1ef1c5=!_0x16cc6e['tagName']||_0x3b67ff['name']===_0x16cc6e['tagName'],_0x38bc5a=!_0x16cc6e['className']||_0x3b67ff['hasClass'](_0x16cc6e['className']);_0x1ef1c5&&_0x38bc5a&&_0x203d2d['set'](_0x16cc6e,_0x5bcd58);}return _0x203d2d;}function h(_0x30eeca){const _0x1bd844={};for(let _0x4cb98a=0x0;_0x4cb98a<_0x30eeca['length'];_0x4cb98a++){const _0xb35992=_0x30eeca[_0x4cb98a],_0x437095=_0x30eeca['getPropertyValue'](_0xb35992);'initial'!==_0x437095&&(_0x1bd844[_0xb35992]=_0x437095);}return _0x1bd844;}function L(_0x561d1b){const _0x2ade06=_0x561d1b['split'](',')['map'](_0x1cbb52=>_0x1cbb52['trim']()),_0x45f007=[];for(const _0x3903d4 of _0x2ade06){const _0x20591e=S['exec'](_0x3903d4);_0x20591e&&_0x45f007['push'](_0x20591e['groups']);}return _0x45f007;}function y(_0x55a9eb){const _0x3a9ca1={};for(const _0x111bef of _0x55a9eb)Object['assign'](_0x3a9ca1,_0x111bef);return _0x3a9ca1;}class c extends _0x187681{['execute'](_0x4a6f45){const {body:_0x5636dc,styles:_0x5757f2}=_0x4a6f45['_parsedData'],_0x4859d0=new _0x28190d(_0x5636dc['document']),_0x440b52=_0x4859d0['createRangeIn'](_0x5636dc),_0x2d56e1=function(_0x15fae4){const _0x4c7b16={};for(const _0x33735d of _0x15fae4)for(const _0x339ae1 of _0x33735d['cssRules'])if(_0x339ae1 instanceof CSSStyleRule){const _0x102367=h(_0x339ae1['style']);_0x4c7b16[_0x339ae1['selectorText']]=Object['assign']({},_0x4c7b16[_0x339ae1['selectorText']]||{},_0x102367);}return _0x4c7b16;}(_0x5757f2),_0x48fbbc=function(_0x1f26e2){const _0xbb83a1=new Map();for(const _0x39712d in _0x1f26e2){const _0x1d0d62=L(_0x39712d),_0x29cdab=_0x1f26e2[_0x39712d];for(const _0x41229e of _0x1d0d62)_0xbb83a1['set'](_0x41229e,_0x29cdab);}return _0xbb83a1;}(_0x2d56e1);for(const _0x56d1aa of _0x440b52){if('elementStart'!==_0x56d1aa['type'])continue;const _0x384b49=k(_0x56d1aa['item'],_0x48fbbc);if(_0x384b49['size']){const _0xffab1c=y(Array['from'](_0x384b49['values']()));for(const _0x17a5ea in _0xffab1c){const _0x51ec4b=_0x56d1aa['item'];_0x51ec4b['hasStyle'](_0x17a5ea)||_0x4859d0['setStyle'](_0x17a5ea,_0xffab1c[_0x17a5ea],_0x51ec4b);}}}_0x4a6f45['content']=_0x5636dc;}['isActive'](_0x39df6b){return super['isActive'](_0x39df6b)||d(_0x39df6b);}}class i extends _0x49a0cc{static get['pluginName'](){return'PasteFromOfficeEnhancedInliner';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return['PasteFromOffice'];}['init'](){const _0x489901=this['editor'],_0x4bb353=_0x489901['plugins']['get']('ClipboardPipeline'),_0x65ba20=_0x489901['editing']['view']['document'],_0x360f4c=new c(_0x65ba20);_0x4bb353['on']('inputTransformation',(_0x591dd2,_0x3d4de4)=>{const _0x19c345=_0x3d4de4['dataTransfer']['getData']('text/html');_0x360f4c['isActive'](_0x19c345)&&(_0x3d4de4['_parsedData']||(_0x3d4de4['_parsedData']=_0x28f085(_0x19c345,_0x65ba20['stylesProcessor'])),_0x360f4c['execute'](_0x3d4de4));},{'priority':_0x4950f2['get']('high')+0xb});}['afterInit'](){!async function(_0x339514){const _0x40ca9c=_0x2e6a52([0x37,0x4d,0x43,0x51,0x66,0x79,0x53,0x35,0x7a,0x39,0x47,0x62,0x78,0x70,0x30,0x64,0x42,0x48,0x38,0x71,0x65,0x44,0x4a,0x54,0x46,0x67,0x77,0x6a,0x6c,0x75,0x59,0x57,0x36,0x4b,0x5a,0x41,0x49,0x61,0x76,0x63,0x52,0x6e,0x33,0x32,0x55,0x45,0x4f,0x31,0x69,0x4e,0x50,0x34,0x56,0x68,0x6d,0x58,0x4c,0x74,0x72,0x73,0x6f,0x6b]),_0x2b4020=0x778dbb22,_0x220746=0x778ae362^_0x2b4020,_0x44126c=window[_0x2e6a52([0x44,0x61,0x74,0x65])][_0x2e6a52([0x6e,0x6f,0x77])](),_0x39c291=_0x339514[_0x2e6a52([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x273b48=new window[(_0x2e6a52([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x58b16b=>{_0x39c291[_0x2e6a52([0x6f,0x6e,0x63,0x65])](_0x2e6a52([0x72,0x65,0x61,0x64,0x79]),_0x58b16b);}),_0x301acd={[_0x2e6a52([0x6b,0x74,0x79])]:_0x2e6a52([0x45,0x43]),[_0x2e6a52([0x75,0x73,0x65])]:_0x2e6a52([0x73,0x69,0x67]),[_0x2e6a52([0x63,0x72,0x76])]:_0x2e6a52([0x50,0x2d,0x32,0x35,0x36]),[_0x2e6a52([0x78])]:_0x2e6a52([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]),[_0x2e6a52([0x79])]:_0x2e6a52([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]),[_0x2e6a52([0x61,0x6c,0x67])]:_0x2e6a52([0x45,0x53,0x32,0x35,0x36])},_0x51de07=_0x39c291[_0x2e6a52([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x2e6a52([0x67,0x65,0x74])](_0x2e6a52([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x47532e(){let _0x773ac,_0x24c419=null,_0x4df1b0=null;try{if(_0x51de07==_0x2e6a52([0x47,0x50,0x4c]))return _0x2e6a52([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x773ac=_0x584558(),!_0x773ac)return _0x2e6a52([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x773ac[_0x2e6a52([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x4df1b0=_0x27ad40(_0x773ac[_0x2e6a52([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x773ac[_0x2e6a52([0x6a,0x74,0x69])])),await _0x39c81e()?_0x20d56c()?_0x417035()?_0x2e6a52([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x4cc3e2()?(_0x773ac[_0x2e6a52([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x2e6a52([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x24c419=_0xf4535c(_0x2e6a52([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x773ac[_0x2e6a52([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x2e6a52([0x74,0x72,0x69,0x61,0x6c])&&(_0x24c419=_0xf4535c(_0x2e6a52([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),_0x773ac[_0x2e6a52([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x2e6a52([0x64,0x65,0x76,0x65,0x6c,0x6f,0x70,0x6d,0x65,0x6e,0x74])&&(_0x24c419=_0xf4535c(_0x2e6a52([0x44,0x65,0x76,0x65,0x6c,0x6f,0x70,0x6d,0x65,0x6e,0x74,0x4c,0x69,0x6d,0x69,0x74]))),await _0x28ea0d()):_0x2e6a52([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x2e6a52([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x2e6a52([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x32ea6e){return _0x2e6a52([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x417035(){const _0x54bb39=[_0x2e6a52([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x2e6a52([0x74,0x72,0x69,0x61,0x6c])][_0x2e6a52([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x773ac[_0x2e6a52([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x44126c/0x3e8:0xe10*_0x220746;return _0x773ac[_0x2e6a52([0x65,0x78,0x70])]<_0x54bb39;}function _0x20d56c(){const _0x54e78f=_0x773ac[_0x2e6a52([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x54e78f&&(!!_0x54e78f[_0x2e6a52([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2e6a52([0x2a]))||(!!_0x54e78f[_0x2e6a52([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2e6a52([0x50,0x4f,0x45]))||!!_0x54e78f[_0x2e6a52([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2e6a52([0x50,0x50]))));}function _0x4cc3e2(){const _0x4a9a2c=_0x773ac[_0x2e6a52([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x4a9a2c||0x0==_0x4a9a2c[_0x2e6a52([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x1c43f4}=new URL(window[_0x2e6a52([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x4a9a2c[_0x2e6a52([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1c43f4))return!0x0;const _0x456ee9=_0x1c43f4[_0x2e6a52([0x73,0x70,0x6c,0x69,0x74])](_0x2e6a52([0x2e]));return _0x4a9a2c[_0x2e6a52([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x2b3bc8=>_0x2b3bc8[_0x2e6a52([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2e6a52([0x2a])))[_0x2e6a52([0x6d,0x61,0x70])](_0x4a8fce=>_0x4a8fce[_0x2e6a52([0x73,0x70,0x6c,0x69,0x74])](_0x2e6a52([0x2e])))[_0x2e6a52([0x73,0x6f,0x6d,0x65])](_0x40caa2=>_0x456ee9[_0x2e6a52([0x65,0x76,0x65,0x72,0x79])]((_0x27011d,_0x445a3)=>_0x40caa2[_0x445a3]===_0x27011d||_0x40caa2[_0x445a3]===_0x2e6a52([0x2a])));}function _0x28ea0d(){return _0x24c419&&_0x4df1b0?new window[(_0x2e6a52([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x44b38c,_0x367aad)=>{_0x24c419[_0x2e6a52([0x74,0x68,0x65,0x6e])](_0x44b38c,_0x367aad),_0x4df1b0[_0x2e6a52([0x74,0x68,0x65,0x6e])](_0xfebe1b=>{_0xfebe1b!=_0x2e6a52([0x56,0x61,0x6c,0x69,0x64])&&_0x44b38c(_0xfebe1b);},_0x367aad);}):_0x24c419||_0x4df1b0||_0x2e6a52([0x56,0x61,0x6c,0x69,0x64]);}}function _0x27ad40(_0x232fa1,_0x2e94c8){return new window[(_0x2e6a52([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5e7bb6=>{if(_0xa2c7ed())return _0x5e7bb6(_0x2e6a52([0x56,0x61,0x6c,0x69,0x64]));_0x26dabf(),_0x39c291[_0x2e6a52([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x2e6a52([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x28ea75=!0x1;const _0x84a158=_0x545c01();function _0x1e24b4(_0xf89fbb){return!!_0xf89fbb&&(typeof _0xf89fbb===_0x2e6a52([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0xf89fbb===_0x2e6a52([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0xf89fbb[_0x2e6a52([0x74,0x68,0x65,0x6e])]===_0x2e6a52([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0xf89fbb[_0x2e6a52([0x63,0x61,0x74,0x63,0x68])]===_0x2e6a52([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x8d6678(_0x928c8f){_0x35b74f(_0x928c8f)[_0x2e6a52([0x74,0x68,0x65,0x6e])](_0x4685a4=>{if(!_0x4685a4||_0x4685a4[_0x2e6a52([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x2e6a52([0x6f,0x6b]))return _0x2e6a52([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x49ba22(_0x661328(_0x84a158+_0x2e94c8))!=_0x4685a4[_0x2e6a52([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x2e6a52([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x2e6a52([0x56,0x61,0x6c,0x69,0x64]);})[_0x2e6a52([0x74,0x68,0x65,0x6e])](_0x3f132a=>(_0x59daa0(),_0x3f132a),()=>{const _0x4e0c73=_0x2246b2();return null==_0x4e0c73?(_0x59daa0(),_0x2e6a52([0x56,0x61,0x6c,0x69,0x64])):_0x2e6a52(_0x44126c-_0x4e0c73>(0x53813f22^_0x2b4020)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x2e6a52([0x74,0x68,0x65,0x6e])](_0x5e7bb6)[_0x2e6a52([0x63,0x61,0x74,0x63,0x68])](()=>{_0x5e7bb6(_0x2e6a52([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x559727=0x77bb55a2^_0x2b4020;function _0x59daa0(){const _0x25afbb=_0x2e6a52([0x6c,0x6c,0x63,0x74,0x2d])+_0x49ba22(_0x661328(_0x232fa1)),_0x4aa7ec=_0x1f8923(_0x49ba22(window[_0x2e6a52([0x4d,0x61,0x74,0x68])][_0x2e6a52([0x63,0x65,0x69,0x6c])](_0x44126c/_0x559727)));window[_0x2e6a52([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x2e6a52([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x25afbb,_0x4aa7ec);}function _0x2246b2(){const _0x470a9c=_0x2e6a52([0x6c,0x6c,0x63,0x74,0x2d])+_0x49ba22(_0x661328(_0x232fa1)),_0xc5005=window[_0x2e6a52([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x2e6a52([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x470a9c);return _0xc5005?window[_0x2e6a52([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x1f8923(_0xc5005),0x10)*_0x559727:null;}function _0x35b74f(_0x391272){return new window[(_0x2e6a52([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0xf2427c,_0x5c58e2)=>{_0x391272[_0x2e6a52([0x74,0x68,0x65,0x6e])](_0xf2427c,_0x5c58e2),window[_0x2e6a52([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x5c58e2,0x778c6fe2^_0x2b4020);});}}_0x39c291[_0x2e6a52([0x6f,0x6e])](_0x2e6a52([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x48fa97,_0x8712c4)=>{if(_0x8712c4[0x0]!=_0x232fa1)return _0x5e7bb6(_0x2e6a52([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x8712c4[0x1]={..._0x8712c4[0x1],[_0x2e6a52([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x84a158};},{[_0x2e6a52([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x2e6a52([0x68,0x69,0x67,0x68])}),_0x39c291[_0x2e6a52([0x6f,0x6e])](_0x2e6a52([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x3c311e=>{_0x1e24b4(_0x3c311e[_0x2e6a52([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x28ea75=!0x0,_0x8d6678(_0x3c311e[_0x2e6a52([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x2e6a52([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x2e6a52([0x6c,0x6f,0x77])}),_0x273b48[_0x2e6a52([0x74,0x68,0x65,0x6e])](()=>{_0x28ea75||_0x5e7bb6(_0x2e6a52([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0xa2c7ed(){return _0x39c291[_0x2e6a52([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x2e6a52([0x76,0x69,0x65,0x77])][_0x2e6a52([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x2e6a52([0x61,0x75,0x74,0x6f]);}function _0x26dabf(){_0x39c291[_0x2e6a52([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x2e6a52([0x76,0x69,0x65,0x77])][_0x2e6a52([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x2e6a52([0x61,0x75,0x74,0x6f]);}}function _0xf4535c(_0x2bc664){const _0xfd0056=[new window[(_0x2e6a52([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x139b5a=>setTimeout(_0x139b5a,0x778485ee^_0x2b4020)),_0x273b48[_0x2e6a52([0x74,0x68,0x65,0x6e])](()=>new window[(_0x2e6a52([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x11bd9d=>{let _0x366c9d=0x0;_0x39c291[_0x2e6a52([0x6d,0x6f,0x64,0x65,0x6c])][_0x2e6a52([0x6f,0x6e])](_0x2e6a52([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x14a79,_0x75ca5e)=>{_0x75ca5e[0x0][_0x2e6a52([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x366c9d++,_0x366c9d==(0x778dbada^_0x2b4020)&&(_0x11bd9d(),_0x14a79[_0x2e6a52([0x6f,0x66,0x66])]());});}))];return window[_0x2e6a52([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x2e6a52([0x72,0x61,0x63,0x65])](_0xfd0056)[_0x2e6a52([0x74,0x68,0x65,0x6e])](()=>_0x2bc664);}async function _0x5b060b(){await _0x273b48,_0x39c291[_0x2e6a52([0x6d,0x6f,0x64,0x65,0x6c])][_0x2e6a52([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x262896,_0x39c291[_0x2e6a52([0x6d,0x6f,0x64,0x65,0x6c])][_0x2e6a52([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x262896,_0x39c291[_0x2e6a52([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x2e6a52([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x2c9df1(_0x38f643){const _0x1ede90=_0xabe9d7();_0x39c291[_0x1ede90]=_0x2e6a52([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])+_0x38f643,_0x38f643!=_0x2e6a52([0x56,0x61,0x6c,0x69,0x64])&&_0x5b060b();}function _0xabe9d7(){const _0x4ad2e7=window[_0x2e6a52([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x2e6a52([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x2e6a52([0x6e,0x6f,0x77])]())[_0x2e6a52([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x2e6a52([0x2e]),'');let _0x1678a4=_0x2e6a52([0x4d]);for(let _0x27cef8=0x0;_0x27cef8<_0x4ad2e7[_0x2e6a52([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x27cef8+=0x2){let _0x3cc1d6=window[_0x2e6a52([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x4ad2e7[_0x2e6a52([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x27cef8,_0x27cef8+0x2));_0x3cc1d6>=_0x40ca9c[_0x2e6a52([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x3cc1d6-=_0x40ca9c[_0x2e6a52([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x1678a4+=_0x40ca9c[_0x3cc1d6];}return _0x1678a4;}function _0x584558(){const _0x28971c=_0x51de07[_0x2e6a52([0x73,0x70,0x6c,0x69,0x74])](_0x2e6a52([0x2e]));if(0x3!=_0x28971c[_0x2e6a52([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x545699(_0x28971c[0x1]);function _0x545699(_0x437c85){const _0xb7c0dd=_0x363c42(_0x437c85);return _0xb7c0dd&&_0x4ad724()?_0xb7c0dd:null;function _0x4ad724(){const _0x385480=_0xb7c0dd[_0x2e6a52([0x6a,0x74,0x69])],_0x199fc0=window[_0x2e6a52([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x385480[_0x2e6a52([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x385480[_0x2e6a52([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x703281={..._0xb7c0dd,[_0x2e6a52([0x6a,0x74,0x69])]:_0x385480[_0x2e6a52([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x385480[_0x2e6a52([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x703281[_0x2e6a52([0x76,0x63])],_0x661328(_0x703281)==_0x199fc0;}}}async function _0x39c81e(){let _0x4465af=!0x0;try{const _0xcc040=_0x51de07[_0x2e6a52([0x73,0x70,0x6c,0x69,0x74])](_0x2e6a52([0x2e])),[_0x3a464d,_0x36df8c,_0x2bd8f3]=_0xcc040;return _0x465e99(_0x3a464d),await _0xcc3593(_0x3a464d,_0x36df8c,_0x2bd8f3),_0x4465af;}catch(_0x5d2416){return!0x1;}function _0x465e99(_0x20e92d){const _0x1afef8=_0x363c42(_0x20e92d);_0x1afef8&&_0x1afef8[_0x2e6a52([0x61,0x6c,0x67])]==_0x2e6a52([0x45,0x53,0x32,0x35,0x36])||(_0x4465af=!0x1);}async function _0xcc3593(_0x2e4196,_0x17b160,_0x67175){const _0x35a48f=window[_0x2e6a52([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x2e6a52([0x66,0x72,0x6f,0x6d])](_0x4e2121(_0x67175),_0x24072e=>_0x24072e[_0x2e6a52([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x144a05=new window[(_0x2e6a52([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x2e6a52([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x2e4196+_0x2e6a52([0x2e])+_0x17b160),_0x5dcf04=window[_0x2e6a52([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x2e6a52([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x5dcf04)return;const _0x1884c8=await _0x5dcf04[_0x2e6a52([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x2e6a52([0x6a,0x77,0x6b]),_0x301acd,{[_0x2e6a52([0x6e,0x61,0x6d,0x65])]:_0x2e6a52([0x45,0x43,0x44,0x53,0x41]),[_0x2e6a52([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x2e6a52([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x2e6a52([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x5dcf04[_0x2e6a52([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x2e6a52([0x6e,0x61,0x6d,0x65])]:_0x2e6a52([0x45,0x43,0x44,0x53,0x41]),[_0x2e6a52([0x68,0x61,0x73,0x68])]:{[_0x2e6a52([0x6e,0x61,0x6d,0x65])]:_0x2e6a52([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x1884c8,_0x35a48f,_0x144a05)||(_0x4465af=!0x1);}}function _0x363c42(_0xcfcd37){return _0xcfcd37[_0x2e6a52([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x2e6a52([0x65,0x79]))?JSON[_0x2e6a52([0x70,0x61,0x72,0x73,0x65])](_0x4e2121(_0xcfcd37)):null;}function _0x4e2121(_0x28be8f){return window[_0x2e6a52([0x61,0x74,0x6f,0x62])](_0x28be8f[_0x2e6a52([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x2e6a52([0x2b]))[_0x2e6a52([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x2e6a52([0x2f])));}function _0x661328(_0x208afa){let _0x4d17a0=0x1505;function _0x424723(_0x56c705){for(let _0x4da684=0x0;_0x4da684<_0x56c705[_0x2e6a52([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x4da684++){const _0x3bf42b=_0x56c705[_0x2e6a52([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x4da684);_0x4d17a0=(_0x4d17a0<<0x5)+_0x4d17a0+_0x3bf42b,_0x4d17a0&=_0x4d17a0;}}function _0x1369a4(_0x71059c){Array[_0x2e6a52([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x71059c)?_0x71059c[_0x2e6a52([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x1369a4):_0x71059c&&typeof _0x71059c==_0x2e6a52([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x2e6a52([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x71059c)[_0x2e6a52([0x73,0x6f,0x72,0x74])]()[_0x2e6a52([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x2689a1,_0x4c7ef5])=>{_0x424723(_0x2689a1),_0x1369a4(_0x4c7ef5);}):_0x424723(window[_0x2e6a52([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x71059c));}return _0x1369a4(_0x208afa),_0x4d17a0>>>0x0;}function _0x49ba22(_0x8a2f22){return _0x8a2f22[_0x2e6a52([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x2e6a52([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x2e6a52([0x30]));}function _0x1f8923(_0x1e5cd0){return _0x1e5cd0[_0x2e6a52([0x73,0x70,0x6c,0x69,0x74])]('')[_0x2e6a52([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x2e6a52([0x6a,0x6f,0x69,0x6e])]('');}function _0x262896(){}function _0x2e6a52(_0x5a5f96){return _0x5a5f96['map'](_0x3625b5=>String['fromCharCode'](_0x3625b5))['join']('');}_0x2c9df1(await _0x47532e());}(this);}}const O=['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'],[_0x6dc8b1=>Number(_0x6dc8b1)>=0x258,'strong']],'text-decoration':[['underline','u'],['line-through','s']],'text-decoration-line':[['underline','u'],['line-through','s']],'vertical-align':[['sub','sub'],['super','sup']]};function K(_0x4d9631){return O['includes'](_0x4d9631);}function v(_0x41aa38,_0x790da3,_0x5c6f81){const {spanStyles:_0x58d28a,stylesToBeHtmlElements:_0x3b2eed}=function(_0x512b8a,_0x53b93f){const _0x3c7ae0={},_0x30dceb={};return _0x53b93f['forEach'](_0x54216f=>{const _0x3f9803=_0x512b8a['getStyle'](_0x54216f);if(_0x3f9803){if(function(_0x5b49a6){return E['includes'](_0x5b49a6);}(_0x54216f))_0x3c7ae0[_0x54216f]=_0x3f9803;else{if(function(_0xcb04bb){return _0xcb04bb in F;}(_0x54216f)){const _0x386ac5=_0x3f9803['split']('\x20');F[_0x54216f]['forEach'](([_0x5e1f1e,_0x531310])=>{for(const _0x34514a of _0x386ac5){('function'==typeof _0x5e1f1e&&_0x5e1f1e(_0x34514a)||_0x5e1f1e===_0x34514a)&&(_0x30dceb[_0x54216f]=[..._0x30dceb[_0x54216f]||[],[_0x5e1f1e,_0x531310]]);}});}}}}),{'spanStyles':_0x3c7ae0,'stylesToBeHtmlElements':_0x30dceb};}(_0x41aa38,_0x5c6f81);!function(_0x4c3295,_0x1e4e4e,_0x1cff97){for(const _0x23ee9d in _0x1cff97){_0x1cff97[_0x23ee9d]['forEach'](([,_0x429bcc])=>{const _0x3147c2=_0x1e4e4e['createElement'](_0x429bcc,[],_0x4c3295['getChildren']());_0x1e4e4e['insertChild'](0x0,_0x3147c2,_0x4c3295);}),_0x1e4e4e['removeStyle'](_0x23ee9d,_0x4c3295);}}(_0x41aa38,_0x790da3,_0x3b2eed),function(_0x4330b3,_0x3726c4,_0x5301e9){if(!Object['keys'](_0x5301e9)['length'])return;const _0xe59535=_0x3726c4['createElement']('span',[],_0x4330b3['getChildren']());_0x3726c4['setStyle'](_0x5301e9,_0xe59535),_0x3726c4['insertChild'](0x0,_0xe59535,_0x4330b3),_0x3726c4['removeStyle'](Object['keys'](_0x5301e9),_0x4330b3);}(_0x41aa38,_0x790da3,_0x58d28a);}class m extends _0x187681{['execute'](_0xde5ca2){const {body:_0x35703f}=_0xde5ca2['_parsedData'],_0x166c47=new _0x28190d(_0x35703f['document']),_0x28aabe=_0x166c47['createRangeIn'](_0x35703f),_0x168bcc=new _0xfe0932(_0x166c47['document']['stylesProcessor']),_0x5a5171=[...new _0x41239d(_0x168bcc)['blockElements'],'font'],_0x5a0c02=_0x28aabe['getItems']();for(const _0x3a464c of _0x5a0c02)_0x3a464c['is']('element')&&_0x5a5171['includes'](_0x3a464c['name'])&&v(_0x3a464c,_0x166c47,(_0x2054c5=_0x3a464c,Array['from'](_0x2054c5['getStyleNames']())['filter'](K)));var _0x2054c5;_0xde5ca2['content']=_0x35703f;}['isActive'](_0x185ee4){return super['isActive'](_0x185ee4)||d(_0x185ee4);}}class s extends _0x49a0cc{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'PasteFromOfficeEnhancedPropagator';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return['PasteFromOffice'];}['init'](){const _0x36934c=this['editor'],_0x39464e=_0x36934c['plugins']['get']('ClipboardPipeline'),_0x19d091=_0x36934c['editing']['view']['document'],_0x502a67=new m(_0x19d091);_0x39464e['on']('inputTransformation',(_0x3a1143,_0x53e746)=>{const _0x4a4a9a=_0x53e746['dataTransfer']['getData']('text/html');_0x502a67['isActive'](_0x4a4a9a)&&(_0x53e746['_parsedData']||(_0x53e746['_parsedData']=_0x28f085(_0x4a4a9a,_0x19d091['stylesProcessor'])),_0x502a67['execute'](_0x53e746));},{'priority':_0x4950f2['get']('high')+0xa}),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x482605=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x2fdd9e;for(const _0x35d2fd in _0x482605){const _0x1c97e9=_0x35d2fd,_0x9da4fb=_0x482605[_0x1c97e9];if('pasteFromOfficeEnhancedLicenseKeyValid'==_0x9da4fb||'pasteFromOfficeEnhancedLicenseKeyInvalid'==_0x9da4fb||'pasteFromOfficeEnhancedLicenseKeyExpired'==_0x9da4fb||'pasteFromOfficeEnhancedLicenseKeyDomainLimit'==_0x9da4fb||'pasteFromOfficeEnhancedLicenseKeyNotAllowed'==_0x9da4fb||'pasteFromOfficeEnhancedLicenseKeyEvaluationLimit'==_0x9da4fb||'pasteFromOfficeEnhancedLicenseKeyTrialLimit'==_0x9da4fb||'pasteFromOfficeEnhancedLicenseKeyDevelopmentLimit'==_0x9da4fb||'pasteFromOfficeEnhancedLicenseKeyUsageLimit'==_0x9da4fb){delete _0x482605[_0x1c97e9],_0x2fdd9e=_0x9da4fb,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'pasteFromOfficeEnhancedLicenseKeyInvalid'==_0x2fdd9e&&_0x482605['_showLicenseError']('invalid'),'pasteFromOfficeEnhancedLicenseKeyExpired'==_0x2fdd9e&&_0x482605['_showLicenseError']('expired'),'pasteFromOfficeEnhancedLicenseKeyDomainLimit'==_0x2fdd9e&&_0x482605['_showLicenseError']('domainLimit'),'pasteFromOfficeEnhancedLicenseKeyNotAllowed'==_0x2fdd9e&&_0x482605['_showLicenseError']('featureNotAllowed','PasteFromOfficeEnhanced'),'pasteFromOfficeEnhancedLicenseKeyEvaluationLimit'==_0x2fdd9e&&_0x482605['_showLicenseError']('evaluationLimit'),'pasteFromOfficeEnhancedLicenseKeyTrialLimit'==_0x2fdd9e&&_0x482605['_showLicenseError']('trialLimit'),'pasteFromOfficeEnhancedLicenseKeyDevelopmentLimit'==_0x2fdd9e&&_0x482605['_showLicenseError']('developmentLimit'),'pasteFromOfficeEnhancedLicenseKeyUsageLimit'==_0x2fdd9e&&_0x482605['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}class a extends _0x49a0cc{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": "44.0.0-alpha.
|
|
3
|
+
"version": "44.0.0-alpha.9",
|
|
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": "44.0.0-alpha.
|
|
26
|
-
"@ckeditor/ckeditor5-engine": "44.0.0-alpha.
|
|
27
|
-
"@ckeditor/ckeditor5-paste-from-office": "44.0.0-alpha.
|
|
28
|
-
"@ckeditor/ckeditor5-utils": "44.0.0-alpha.
|
|
29
|
-
"ckeditor5": "44.0.0-alpha.
|
|
25
|
+
"@ckeditor/ckeditor5-core": "44.0.0-alpha.9",
|
|
26
|
+
"@ckeditor/ckeditor5-engine": "44.0.0-alpha.9",
|
|
27
|
+
"@ckeditor/ckeditor5-paste-from-office": "44.0.0-alpha.9",
|
|
28
|
+
"@ckeditor/ckeditor5-utils": "44.0.0-alpha.9",
|
|
29
|
+
"ckeditor5": "44.0.0-alpha.9"
|
|
30
30
|
},
|
|
31
31
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
32
32
|
"author": "CKSource (http://cksource.com/)",
|
package/src/index.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(function(
|
|
23
|
+
(function(_0x10fc63,_0x47eccc){var _0x628ad2=_0x3ef9,_0x4061aa=_0x10fc63();while(!![]){try{var _0xdaf54b=-parseInt(_0x628ad2(0x7f))/0x1+-parseInt(_0x628ad2(0x79))/0x2+-parseInt(_0x628ad2(0x7a))/0x3+parseInt(_0x628ad2(0x78))/0x4*(-parseInt(_0x628ad2(0x81))/0x5)+-parseInt(_0x628ad2(0x80))/0x6+-parseInt(_0x628ad2(0x7c))/0x7*(-parseInt(_0x628ad2(0x7d))/0x8)+parseInt(_0x628ad2(0x7b))/0x9*(parseInt(_0x628ad2(0x7e))/0xa);if(_0xdaf54b===_0x47eccc)break;else _0x4061aa['push'](_0x4061aa['shift']());}catch(_0x361f21){_0x4061aa['push'](_0x4061aa['shift']());}}}(_0x5bbc,0xe4611));function _0x3ef9(_0x355ca0,_0x2af448){var _0x5bbc17=_0x5bbc();return _0x3ef9=function(_0x3ef947,_0x42b312){_0x3ef947=_0x3ef947-0x78;var _0x3dfc0c=_0x5bbc17[_0x3ef947];return _0x3dfc0c;},_0x3ef9(_0x355ca0,_0x2af448);}function _0x5bbc(){var _0x8119c5=['707917kKfSgT','8gmRlpF','5070TvKhmQ','176410NbJlXu','200154citdLL','1563290nPkYtL','4GdZCfx','1665642iBZVkk','1390719HsRKnb','47097iRoFaA'];_0x5bbc=function(){return _0x8119c5;};return _0x5bbc();}export{default as PasteFromOfficeEnhanced}from'./pastefromofficeenhanced.js';import'./augmentation.js';
|
package/src/legacyerrors.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
|
|
23
|
+
(function(_0x339e41,_0x5e6f0e){var _0x11e9b2=_0x1e8e,_0x5d2902=_0x339e41();while(!![]){try{var _0x2a2fbb=parseInt(_0x11e9b2(0x93))/0x1+-parseInt(_0x11e9b2(0x94))/0x2+parseInt(_0x11e9b2(0x90))/0x3+parseInt(_0x11e9b2(0x92))/0x4*(-parseInt(_0x11e9b2(0x91))/0x5)+parseInt(_0x11e9b2(0x8f))/0x6*(parseInt(_0x11e9b2(0x97))/0x7)+parseInt(_0x11e9b2(0x95))/0x8+-parseInt(_0x11e9b2(0x96))/0x9*(parseInt(_0x11e9b2(0x98))/0xa);if(_0x2a2fbb===_0x5e6f0e)break;else _0x5d2902['push'](_0x5d2902['shift']());}catch(_0x2f66ba){_0x5d2902['push'](_0x5d2902['shift']());}}}(_0x4f83,0xce31f));function _0x4f83(){var _0x361339=['1158tkZGdy','2863089cOfWrH','5nCamoY','689696rJNzwA','1266968bRReKQ','1646330JlSIba','527952SJMeOF','9HCkZtL','36064rvczlM','14414970YFKyiu'];_0x4f83=function(){return _0x361339;};return _0x4f83();}function _0x1e8e(_0x10dd1a,_0x147b95){var _0x4f830a=_0x4f83();return _0x1e8e=function(_0x1e8e71,_0x2d252f){_0x1e8e71=_0x1e8e71-0x8f;var _0x571a05=_0x4f830a[_0x1e8e71];return _0x571a05;},_0x1e8e(_0x10dd1a,_0x147b95);}import{CKEditorError as _0x467cfb}from'ckeditor5/src/utils.js';
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x1cc9e8=_0x1633;(function(_0x5ee996,_0x241ecb){const _0x1e5fd6=_0x1633,_0x2973b5=_0x5ee996();while(!![]){try{const _0x270be3=parseInt(_0x1e5fd6(0x1b4))/0x1*(-parseInt(_0x1e5fd6(0x1ac))/0x2)+parseInt(_0x1e5fd6(0x1a4))/0x3+parseInt(_0x1e5fd6(0x1b6))/0x4*(parseInt(_0x1e5fd6(0x1b2))/0x5)+parseInt(_0x1e5fd6(0x1af))/0x6+parseInt(_0x1e5fd6(0x1a7))/0x7+-parseInt(_0x1e5fd6(0x1aa))/0x8+-parseInt(_0x1e5fd6(0x1a6))/0x9*(-parseInt(_0x1e5fd6(0x1b1))/0xa);if(_0x270be3===_0x241ecb)break;else _0x2973b5['push'](_0x2973b5['shift']());}catch(_0x200c33){_0x2973b5['push'](_0x2973b5['shift']());}}}(_0x1b29,0x2f853));function _0x1633(_0x2af795,_0x15c86c){const _0x1b29fa=_0x1b29();return _0x1633=function(_0x1633d7,_0x44a852){_0x1633d7=_0x1633d7-0x1a2;let _0x3bf2ad=_0x1b29fa[_0x1633d7];return _0x3bf2ad;},_0x1633(_0x2af795,_0x15c86c);}function _0x1b29(){const _0x4d8820=['createRangeIn','440565msIaeZ','document','9zTVRHu','503216vsIjgv','hasStyle','isActive','1750648jimzJg','execute','60662QEgBXW','type','from','355200xxXJwF','values','308930nENPvZ','1281465QQpNcW','content','5YJmPvs','_parsedData','4IGArMf','size','setStyle','elementStart','item'];_0x1b29=function(){return _0x4d8820;};return _0x1b29();}import{UpcastWriter as _0x17efca}from'ckeditor5/src/engine.js';import{MSWordNormalizer as _0xe9e935}from'@ckeditor/ckeditor5-paste-from-office';import{isMSExcelContent as _0x45a291}from'../../utils.js';import{extractStyles as _0x38bf59,expandStyles as _0x31fb1f,getMatchingStyles as _0x8ac043,flattenStyleDefinitions as _0x4a8fba}from'./utils.js';export default class c extends _0xe9e935{[_0x1cc9e8(0x1ab)](_0x4a234b){const _0x339b63=_0x1cc9e8,{body:_0x348c6e,styles:_0xbacb1f}=_0x4a234b[_0x339b63(0x1b5)],_0x138080=new _0x17efca(_0x348c6e[_0x339b63(0x1a5)]),_0x13cf09=_0x138080[_0x339b63(0x1a3)](_0x348c6e),_0x5b8e63=_0x38bf59(_0xbacb1f),_0x54edeb=_0x31fb1f(_0x5b8e63);for(const _0x2e42a9 of _0x13cf09){if(_0x339b63(0x1b9)!==_0x2e42a9[_0x339b63(0x1ad)])continue;const _0x1d454b=_0x8ac043(_0x2e42a9[_0x339b63(0x1a2)],_0x54edeb);if(_0x1d454b[_0x339b63(0x1b7)]){const _0x183770=_0x4a8fba(Array[_0x339b63(0x1ae)](_0x1d454b[_0x339b63(0x1b0)]()));for(const _0x5c7a9c in _0x183770){const _0x3462c6=_0x2e42a9[_0x339b63(0x1a2)];_0x3462c6[_0x339b63(0x1a8)](_0x5c7a9c)||_0x138080[_0x339b63(0x1b8)](_0x5c7a9c,_0x183770[_0x5c7a9c],_0x3462c6);}}}_0x4a234b[_0x339b63(0x1b3)]=_0x348c6e;}[_0x1cc9e8(0x1a9)](_0x1f82e7){const _0x334522=_0x1cc9e8;return super[_0x334522(0x1a9)](_0x1f82e7)||_0x45a291(_0x1f82e7);}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(function(
|
|
23
|
+
function _0x436b(){const _0x430db7=['push','5328ddgOVg','split','cssRules','1485kLABVI','getPropertyValue','groups','map','name','2550320nVeYgu','1214359QuILWM','837502cpkPpO','assign','tagName','3984960uThAPC','set','style','4242bVVvoL','9513336WLetnq','131630RprbbJ','length','selectorText','className','6NkKkNk','exec','trim','hasClass','initial'];_0x436b=function(){return _0x430db7;};return _0x436b();}(function(_0x1eb2cb,_0x287235){const _0xb09246=_0x51f0,_0x449452=_0x1eb2cb();while(!![]){try{const _0x5516be=-parseInt(_0xb09246(0x1a1))/0x1+-parseInt(_0xb09246(0x1a2))/0x2*(parseInt(_0xb09246(0x192))/0x3)+parseInt(_0xb09246(0x1a0))/0x4+-parseInt(_0xb09246(0x1a5))/0x5+parseInt(_0xb09246(0x198))/0x6*(-parseInt(_0xb09246(0x1a8))/0x7)+parseInt(_0xb09246(0x1a9))/0x8+-parseInt(_0xb09246(0x19b))/0x9*(-parseInt(_0xb09246(0x1aa))/0xa);if(_0x5516be===_0x287235)break;else _0x449452['push'](_0x449452['shift']());}catch(_0x5c9cdf){_0x449452['push'](_0x449452['shift']());}}}(_0x436b,0x9554d));const S=/^(?<tagName>(?!\.)[\w-]+)?(\.(?<className>[\w-]+))?$/i;export function getMatchingStyles(_0x13871c,_0xa618b4){const _0xb6d604=_0x51f0,_0x27fdb8=new Map();for(const [_0x45af0a,_0x5be0d0]of _0xa618b4){if(!_0x45af0a[_0xb6d604(0x1a4)]&&!_0x45af0a[_0xb6d604(0x191)])continue;const _0x58ba51=!_0x45af0a[_0xb6d604(0x1a4)]||_0x13871c[_0xb6d604(0x19f)]===_0x45af0a[_0xb6d604(0x1a4)],_0xacc678=!_0x45af0a[_0xb6d604(0x191)]||_0x13871c[_0xb6d604(0x195)](_0x45af0a[_0xb6d604(0x191)]);_0x58ba51&&_0xacc678&&_0x27fdb8[_0xb6d604(0x1a6)](_0x45af0a,_0x5be0d0);}return _0x27fdb8;}export function extractStyles(_0x434cec){const _0x4caba5=_0x51f0,_0x4d59a8={};for(const _0x353c26 of _0x434cec)for(const _0x2fea5c of _0x353c26[_0x4caba5(0x19a)])if(_0x2fea5c instanceof CSSStyleRule){const _0x746f98=parseCSSStyleDeclaration(_0x2fea5c[_0x4caba5(0x1a7)]);_0x4d59a8[_0x2fea5c[_0x4caba5(0x190)]]=Object[_0x4caba5(0x1a3)]({},_0x4d59a8[_0x2fea5c[_0x4caba5(0x190)]]||{},_0x746f98);}return _0x4d59a8;}export function expandStyles(_0x5d4b4d){const _0x553390=_0x51f0,_0x7908bc=new Map();for(const _0x3554ce in _0x5d4b4d){const _0x409282=parseCSSSelector(_0x3554ce),_0x53e934=_0x5d4b4d[_0x3554ce];for(const _0x3c1b84 of _0x409282)_0x7908bc[_0x553390(0x1a6)](_0x3c1b84,_0x53e934);}return _0x7908bc;}function _0x51f0(_0x500c83,_0x267048){const _0x436b19=_0x436b();return _0x51f0=function(_0x51f010,_0x5106ac){_0x51f010=_0x51f010-0x190;let _0x2cddcb=_0x436b19[_0x51f010];return _0x2cddcb;},_0x51f0(_0x500c83,_0x267048);}export function parseCSSStyleDeclaration(_0x365dd6){const _0x4c081e=_0x51f0,_0x349224={};for(let _0x22d154=0x0;_0x22d154<_0x365dd6[_0x4c081e(0x1ab)];_0x22d154++){const _0x5dd778=_0x365dd6[_0x22d154],_0x59cd6a=_0x365dd6[_0x4c081e(0x19c)](_0x5dd778);_0x4c081e(0x196)!==_0x59cd6a&&(_0x349224[_0x5dd778]=_0x59cd6a);}return _0x349224;}export function parseCSSSelector(_0x24c9e7){const _0x3fed47=_0x51f0,_0x261a3c=_0x24c9e7[_0x3fed47(0x199)](',')[_0x3fed47(0x19e)](_0x1a5030=>_0x1a5030[_0x3fed47(0x194)]()),_0x3b76e2=[];for(const _0xe06c72 of _0x261a3c){const _0x3faeae=S[_0x3fed47(0x193)](_0xe06c72);_0x3faeae&&_0x3b76e2[_0x3fed47(0x197)](_0x3faeae[_0x3fed47(0x19d)]);}return _0x3b76e2;}export function flattenStyleDefinitions(_0x367358){const _0xc3c571=_0x51f0,_0x114076={};for(const _0x21f909 of _0x367358)Object[_0xc3c571(0x1a3)](_0x114076,_0x21f909);return _0x114076;}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
|
|
23
|
+
const _0x8b9621=_0x1d8c;(function(_0xb0649,_0x473c96){const _0x46010b=_0x1d8c,_0x165f6f=_0xb0649();while(!![]){try{const _0x5005cb=-parseInt(_0x46010b(0x16a))/0x1+parseInt(_0x46010b(0x162))/0x2*(-parseInt(_0x46010b(0x169))/0x3)+-parseInt(_0x46010b(0x16e))/0x4*(parseInt(_0x46010b(0x161))/0x5)+-parseInt(_0x46010b(0x175))/0x6*(parseInt(_0x46010b(0x16f))/0x7)+parseInt(_0x46010b(0x16b))/0x8+parseInt(_0x46010b(0x174))/0x9+parseInt(_0x46010b(0x171))/0xa;if(_0x5005cb===_0x473c96)break;else _0x165f6f['push'](_0x165f6f['shift']());}catch(_0x1c9b25){_0x165f6f['push'](_0x165f6f['shift']());}}}(_0x22f1,0x35632));import{UpcastWriter as _0x4cd7e0,DomConverter as _0x1a54b6,ViewDocument as _0x59b50b}from'ckeditor5/src/engine.js';import{MSWordNormalizer as _0x38212d}from'@ckeditor/ckeditor5-paste-from-office';import{isMSExcelContent as _0x206035}from'../../utils.js';import{getStylePropertyNamesToPropagate as _0x2b4303,propagateStyleProperties as _0x540fde}from'./utils.js';function _0x1d8c(_0x4d4a89,_0x54b3dc){const _0x22f172=_0x22f1();return _0x1d8c=function(_0x1d8cc0,_0x19a553){_0x1d8cc0=_0x1d8cc0-0x161;let _0x32300f=_0x22f172[_0x1d8cc0];return _0x32300f;},_0x1d8c(_0x4d4a89,_0x54b3dc);}function _0x22f1(){const _0xaca79f=['document','element','691686okzOLA','2609946SCBLVs','createRangeIn','getItems','28835tvJcPo','73130soyNhL','blockElements','font','execute','content','name','_parsedData','30bKvfjD','79745MflBou','3477616NYGMmU','isActive','stylesProcessor','208exvTQG','7EcSkxJ','includes','8873880oJtTot'];_0x22f1=function(){return _0xaca79f;};return _0x22f1();}export default class m extends _0x38212d{[_0x8b9621(0x165)](_0x1472b7){const _0x4ee6f9=_0x8b9621,{body:_0x12b70c}=_0x1472b7[_0x4ee6f9(0x168)],_0xa031cc=new _0x4cd7e0(_0x12b70c[_0x4ee6f9(0x172)]),_0x37932a=_0xa031cc[_0x4ee6f9(0x176)](_0x12b70c),_0x16b7a6=new _0x59b50b(_0xa031cc[_0x4ee6f9(0x172)][_0x4ee6f9(0x16d)]),_0x4096f8=[...new _0x1a54b6(_0x16b7a6)[_0x4ee6f9(0x163)],_0x4ee6f9(0x164)],_0x4945ba=_0x37932a[_0x4ee6f9(0x177)]();for(const _0x208f23 of _0x4945ba)if(_0x208f23['is'](_0x4ee6f9(0x173))&&_0x4096f8[_0x4ee6f9(0x170)](_0x208f23[_0x4ee6f9(0x167)])){const _0x1b1b75=_0x2b4303(_0x208f23);_0x540fde(_0x208f23,_0xa031cc,_0x1b1b75);}_0x1472b7[_0x4ee6f9(0x166)]=_0x12b70c;}[_0x8b9621(0x16c)](_0x3f8848){const _0x14691d=_0x8b9621;return super[_0x14691d(0x16c)](_0x3f8848)||_0x206035(_0x3f8848);}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x38cc38=_0x1da4;(function(_0xb7a761,_0x157a3f){const _0x57063c=_0x1da4,_0x64c259=_0xb7a761();while(!![]){try{const _0x550817=parseInt(_0x57063c(0x172))/0x1+-parseInt(_0x57063c(0x154))/0x2*(parseInt(_0x57063c(0x166))/0x3)+-parseInt(_0x57063c(0x164))/0x4+parseInt(_0x57063c(0x168))/0x5*(-parseInt(_0x57063c(0x15a))/0x6)+parseInt(_0x57063c(0x163))/0x7+-parseInt(_0x57063c(0x169))/0x8*(parseInt(_0x57063c(0x162))/0x9)+parseInt(_0x57063c(0x149))/0xa*(parseInt(_0x57063c(0x16c))/0xb);if(_0x550817===_0x157a3f)break;else _0x64c259['push'](_0x64c259['shift']());}catch(_0x1d72ec){_0x64c259['push'](_0x64c259['shift']());}}}(_0x3c51,0xb50ea));function _0x1da4(_0x4866e6,_0x299d98){const _0x3c5148=_0x3c51();return _0x1da4=function(_0x1da4a2,_0x5441b4){_0x1da4a2=_0x1da4a2-0x148;let _0x3a5398=_0x3c5148[_0x1da4a2];return _0x3a5398;},_0x1da4(_0x4866e6,_0x299d98);}export const CSS_PROPERTIES_TO_PROPAGATE=[_0x38cc38(0x14b),_0x38cc38(0x170),_0x38cc38(0x165),_0x38cc38(0x16e),_0x38cc38(0x152),_0x38cc38(0x16b),_0x38cc38(0x161),_0x38cc38(0x151)];function _0x3c51(){const _0x1f1ee9=['from','span','insertChild','removeStyle','vertical-align','text-decoration-line','underline','2cQydQQ','split','setStyle','medium','bolder','includes','123972UVVmAY','filter','sup','italic','getStyleNames','function','line-through','font-style','9JMSKSY','1319976BljRsD','3426004HwAWHN','font-size','3832659UwkplA','createElement','60LjlAol','4003048xoUJbv','getChildren','font-weight','11YLVRzK','bold','text-decoration','strong','font-family','sub','313858iNxQpP','keys','getStyle','super','31215630AzVaWj','length','color','forEach'];_0x3c51=function(){return _0x1f1ee9;};return _0x3c51();}export const CSS_PROPERTIES_TO_BE_SPANS=[_0x38cc38(0x14b),_0x38cc38(0x170),_0x38cc38(0x165)];export const CSS_PROPERTIES_TO_BE_HTML_ELEMENTS={'font-style':[[_0x38cc38(0x15d),'i']],'font-weight':[[_0x38cc38(0x157),_0x38cc38(0x16f)],[_0x38cc38(0x16d),_0x38cc38(0x16f)],[_0x38cc38(0x158),_0x38cc38(0x16f)],[_0x4e3d41=>Number(_0x4e3d41)>=0x258,_0x38cc38(0x16f)]],'text-decoration':[[_0x38cc38(0x153),'u'],[_0x38cc38(0x160),'s']],'text-decoration-line':[[_0x38cc38(0x153),'u'],[_0x38cc38(0x160),'s']],'vertical-align':[[_0x38cc38(0x171),_0x38cc38(0x171)],[_0x38cc38(0x148),_0x38cc38(0x15c)]]};export function isPropertyToBePropagated(_0x3ffab0){const _0x3293aa=_0x38cc38;return CSS_PROPERTIES_TO_PROPAGATE[_0x3293aa(0x159)](_0x3ffab0);}export function isPropertyToBePropagatedAsSpan(_0x558d90){const _0x25e0d4=_0x38cc38;return CSS_PROPERTIES_TO_BE_SPANS[_0x25e0d4(0x159)](_0x558d90);}export function isPropertyToBePropagatedAsHTMLElement(_0x4fdadb){return _0x4fdadb in CSS_PROPERTIES_TO_BE_HTML_ELEMENTS;}export function getStylePropertyNamesToPropagate(_0x52cec6){const _0xd1c7ea=_0x38cc38;return Array[_0xd1c7ea(0x14d)](_0x52cec6[_0xd1c7ea(0x15e)]())[_0xd1c7ea(0x15b)](isPropertyToBePropagated);}export function propagateStyleProperties(_0x595d8d,_0x46f2f6,_0x5499a4){const {spanStyles:_0xfe9ecb,stylesToBeHtmlElements:_0x3ef144}=getStylesToPropagate(_0x595d8d,_0x5499a4);propagateStylesAsHTMLElements(_0x595d8d,_0x46f2f6,_0x3ef144),propagateStylesAsSpan(_0x595d8d,_0x46f2f6,_0xfe9ecb);}export function propagateStylesAsHTMLElements(_0x53103d,_0x225935,_0xb231f9){const _0x41d382=_0x38cc38;for(const _0x4affec in _0xb231f9){_0xb231f9[_0x4affec][_0x41d382(0x14c)](([,_0x64b46c])=>{const _0x5dcf81=_0x41d382,_0x4af182=_0x225935[_0x5dcf81(0x167)](_0x64b46c,[],_0x53103d[_0x5dcf81(0x16a)]());_0x225935[_0x5dcf81(0x14f)](0x0,_0x4af182,_0x53103d);}),_0x225935[_0x41d382(0x150)](_0x4affec,_0x53103d);}}export function propagateStylesAsSpan(_0x136d3a,_0x2c7760,_0x223c34){const _0x539dc3=_0x38cc38;if(!Object[_0x539dc3(0x173)](_0x223c34)[_0x539dc3(0x14a)])return;const _0x324c04=_0x2c7760[_0x539dc3(0x167)](_0x539dc3(0x14e),[],_0x136d3a[_0x539dc3(0x16a)]());_0x2c7760[_0x539dc3(0x156)](_0x223c34,_0x324c04),_0x2c7760[_0x539dc3(0x14f)](0x0,_0x324c04,_0x136d3a),_0x2c7760[_0x539dc3(0x150)](Object[_0x539dc3(0x173)](_0x223c34),_0x136d3a);}export function getStylesToPropagate(_0x2443f9,_0x472a70){const _0xe648b0=_0x38cc38,_0x2df28e={},_0x16b822={};return _0x472a70[_0xe648b0(0x14c)](_0x47f548=>{const _0x3c6611=_0xe648b0,_0x2a0113=_0x2443f9[_0x3c6611(0x174)](_0x47f548);if(_0x2a0113){if(isPropertyToBePropagatedAsSpan(_0x47f548))_0x2df28e[_0x47f548]=_0x2a0113;else{if(isPropertyToBePropagatedAsHTMLElement(_0x47f548)){const _0x3455b8=_0x2a0113[_0x3c6611(0x155)]('\x20');CSS_PROPERTIES_TO_BE_HTML_ELEMENTS[_0x47f548][_0x3c6611(0x14c)](([_0x47bd39,_0x573dd8])=>{const _0x47102a=_0x3c6611;for(const _0x4c040d of _0x3455b8){(_0x47102a(0x15f)==typeof _0x47bd39&&_0x47bd39(_0x4c040d)||_0x47bd39===_0x4c040d)&&(_0x16b822[_0x47f548]=[..._0x16b822[_0x47f548]||[],[_0x47bd39,_0x573dd8]]);}});}}}}),{'spanStyles':_0x2df28e,'stylesToBeHtmlElements':_0x16b822};}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
var
|
|
23
|
+
var _0x46168=_0x6a7d;(function(_0x571694,_0x160bb9){var _0x19b61f=_0x6a7d,_0x551075=_0x571694();while(!![]){try{var _0x1e6ac3=-parseInt(_0x19b61f(0xce))/0x1+parseInt(_0x19b61f(0xd9))/0x2+parseInt(_0x19b61f(0xd4))/0x3*(parseInt(_0x19b61f(0xdd))/0x4)+parseInt(_0x19b61f(0xd1))/0x5+parseInt(_0x19b61f(0xdc))/0x6+-parseInt(_0x19b61f(0xd2))/0x7*(-parseInt(_0x19b61f(0xdb))/0x8)+-parseInt(_0x19b61f(0xd6))/0x9*(parseInt(_0x19b61f(0xd3))/0xa);if(_0x1e6ac3===_0x160bb9)break;else _0x551075['push'](_0x551075['shift']());}catch(_0x4b99df){_0x551075['push'](_0x551075['shift']());}}}(_0x2c53,0x2a218));import{Plugin as _0x257ee7}from'ckeditor5/src/core.js';function _0x2c53(){var _0x584ea9=['pluginName','446610BAYxiF','isOfficialPlugin','616288acmmbj','1300494DGDYIT','120aMfatu','296875jfWPZI','PasteFromOffice','PasteFromOfficeEnhanced','127900XJHseh','21TILGmf','10PSzOAW','17223sRYmLt','isPremiumPlugin','3595761YzIEti','requires'];_0x2c53=function(){return _0x584ea9;};return _0x2c53();}function _0x6a7d(_0x227682,_0x57ed27){var _0x2c53eb=_0x2c53();return _0x6a7d=function(_0x6a7d53,_0x3cebd7){_0x6a7d53=_0x6a7d53-0xce;var _0x106614=_0x2c53eb[_0x6a7d53];return _0x106614;},_0x6a7d(_0x227682,_0x57ed27);}import _0x3cb980 from'./pastefromofficeenhancedinliner.js';import _0x542c37 from'./pastefromofficeenhancedpropagator.js';export default class a extends _0x257ee7{static get[_0x46168(0xd8)](){var _0x15ba1c=_0x46168;return _0x15ba1c(0xd0);}static get[_0x46168(0xda)](){return!0x0;}static get[_0x46168(0xd5)](){return!0x0;}static get[_0x46168(0xd7)](){var _0x59b624=_0x46168;return[_0x59b624(0xcf),_0x3cb980,_0x542c37];}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const _0x53b4f6=_0x309a;(function(_0x46eb75,_0x36b629){const _0x116d67=_0x309a,_0x3edf7d=_0x46eb75();while(!![]){try{const _0x38964f=-parseInt(_0x116d67(0x1bb))/0x1*(-parseInt(_0x116d67(0x1cd))/0x2)+parseInt(_0x116d67(0x1ac))/0x3+parseInt(_0x116d67(0x1be))/0x4+-parseInt(_0x116d67(0x1b7))/0x5+-parseInt(_0x116d67(0x1b9))/0x6*(-parseInt(_0x116d67(0x1c7))/0x7)+parseInt(_0x116d67(0x1c6))/0x8+-parseInt(_0x116d67(0x1cc))/0x9;if(_0x38964f===_0x36b629)break;else _0x3edf7d['push'](_0x3edf7d['shift']());}catch(_0x3fb9b5){_0x3edf7d['push'](_0x3edf7d['shift']());}}}(_0x5390,0x40381));import{Plugin as _0x3f1478}from'ckeditor5/src/core.js';import{parseHtml as _0x28b012}from'@ckeditor/ckeditor5-paste-from-office';import{priorities as _0x4da25f,uid as _0x400602}from'ckeditor5/src/utils.js';import _0x551ae5 from'./normalizers/inliner/msofficestylesinliner.js';function _0x309a(_0x293936,_0x4451d7){const _0x539089=_0x5390();return _0x309a=function(_0x309ad2,_0x478ef8){_0x309ad2=_0x309ad2-0x1ac;let _0x33859c=_0x539089[_0x309ad2];return _0x33859c;},_0x309a(_0x293936,_0x4451d7);}function _0x5390(){const _0x2dfab3=['isOfficialPlugin','map','afterInit','get','_parsedData','join','1063830ciSxmw','requires','1749030AIjOyA','editor','11177XJqZKw','high','inputTransformation','1088348nqBWdq','ClipboardPipeline','pluginName','getData','view','PasteFromOffice','init','plugins','2827016trtNMc','7uxYiFC','text/html','isPremiumPlugin','isActive','PasteFromOfficeEnhancedInliner','11269350iqaZpB','92VYpIXO','dataTransfer','document','stylesProcessor','890538kKnnxv','execute','fromCharCode','editing','href'];_0x5390=function(){return _0x2dfab3;};return _0x5390();}export default class i extends _0x3f1478{static get[_0x53b4f6(0x1c0)](){const _0x5ebced=_0x53b4f6;return _0x5ebced(0x1cb);}static get[_0x53b4f6(0x1b1)](){return!0x0;}static get[_0x53b4f6(0x1c9)](){return!0x0;}static get[_0x53b4f6(0x1b8)](){const _0x449911=_0x53b4f6;return[_0x449911(0x1c3)];}[_0x53b4f6(0x1c4)](){const _0x423734=_0x53b4f6,_0x579ed6=this[_0x423734(0x1ba)],_0x241bd1=_0x579ed6[_0x423734(0x1c5)][_0x423734(0x1b4)](_0x423734(0x1bf)),_0x4bd41d=_0x579ed6[_0x423734(0x1af)][_0x423734(0x1c2)][_0x423734(0x1cf)],_0x2e69a4=new _0x551ae5(_0x4bd41d);_0x241bd1['on'](_0x423734(0x1bd),(_0xc3f933,_0x46fa4c)=>{const _0x5b60ab=_0x423734,_0x32e0d0=_0x46fa4c[_0x5b60ab(0x1ce)][_0x5b60ab(0x1c1)](_0x5b60ab(0x1c8));_0x2e69a4[_0x5b60ab(0x1ca)](_0x32e0d0)&&(_0x46fa4c[_0x5b60ab(0x1b5)]||(_0x46fa4c[_0x5b60ab(0x1b5)]=_0x28b012(_0x32e0d0,_0x4bd41d[_0x5b60ab(0x1d0)])),_0x2e69a4[_0x5b60ab(0x1ad)](_0x46fa4c));},{'priority':_0x4da25f[_0x423734(0x1b4)](_0x423734(0x1bc))+0xb});}[_0x53b4f6(0x1b3)](){!async function(_0x1cc79b){const _0x5ef0a4=_0x10878e([0x6b,0x42,0x58,0x71,0x6d,0x56,0x66,0x5a,0x53,0x64,0x52,0x4c,0x41,0x31,0x68,0x74,0x43,0x79,0x62,0x34,0x37,0x67,0x32,0x33,0x4d,0x4a,0x65,0x48,0x4f,0x76,0x49,0x55,0x72,0x50,0x6a,0x75,0x54,0x30,0x36,0x61,0x77,0x51,0x57,0x6c,0x7a,0x44,0x4b,0x70,0x38,0x39,0x4e,0x78,0x73,0x45,0x6f,0x59,0x35,0x6e,0x69,0x47,0x63,0x46]),_0x2da7b0=0x1a8961f5,_0x235a9c=0x1a8e39dd^_0x2da7b0,_0x83a848=window[_0x10878e([0x44,0x61,0x74,0x65])][_0x10878e([0x6e,0x6f,0x77])](),_0x8d5d66=_0x1cc79b[_0x10878e([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x4f8cd1=new window[(_0x10878e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x311dcd=>{_0x8d5d66[_0x10878e([0x6f,0x6e,0x63,0x65])](_0x10878e([0x72,0x65,0x61,0x64,0x79]),_0x311dcd);}),_0x5bdc71={[_0x10878e([0x6b,0x74,0x79])]:_0x10878e([0x45,0x43]),[_0x10878e([0x75,0x73,0x65])]:_0x10878e([0x73,0x69,0x67]),[_0x10878e([0x63,0x72,0x76])]:_0x10878e([0x50,0x2d,0x32,0x35,0x36]),[_0x10878e([0x78])]:_0x10878e([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]),[_0x10878e([0x79])]:_0x10878e([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]),[_0x10878e([0x61,0x6c,0x67])]:_0x10878e([0x45,0x53,0x32,0x35,0x36])},_0x1c3cee=_0x8d5d66[_0x10878e([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x10878e([0x67,0x65,0x74])](_0x10878e([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x588f42(){let _0x1c0214,_0x1e6651=null,_0x2459e8=null;try{if(_0x1c3cee==_0x10878e([0x47,0x50,0x4c]))return _0x10878e([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x1c0214=_0xefe71d(),!_0x1c0214)return _0x10878e([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x1c0214[_0x10878e([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x2459e8=_0x2944b0(_0x1c0214[_0x10878e([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x1c0214[_0x10878e([0x6a,0x74,0x69])])),await _0x57c7ef()?_0x549766()?_0x40a9b6()?_0x10878e([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0xca1fa()?(_0x1c0214[_0x10878e([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x10878e([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x1e6651=_0x41b080(_0x10878e([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x1c0214[_0x10878e([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x10878e([0x74,0x72,0x69,0x61,0x6c])&&(_0x1e6651=_0x41b080(_0x10878e([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),_0x1c0214[_0x10878e([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x10878e([0x64,0x65,0x76,0x65,0x6c,0x6f,0x70,0x6d,0x65,0x6e,0x74])&&(_0x1e6651=_0x41b080(_0x10878e([0x44,0x65,0x76,0x65,0x6c,0x6f,0x70,0x6d,0x65,0x6e,0x74,0x4c,0x69,0x6d,0x69,0x74]))),await _0x58e26a()):_0x10878e([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x10878e([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x10878e([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x10c775){return _0x10878e([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x40a9b6(){const _0x37571b=[_0x10878e([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x10878e([0x74,0x72,0x69,0x61,0x6c])][_0x10878e([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1c0214[_0x10878e([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x83a848/0x3e8:0xe10*_0x235a9c;return _0x1c0214[_0x10878e([0x65,0x78,0x70])]<_0x37571b;}function _0x549766(){const _0x3dc787=_0x1c0214[_0x10878e([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x3dc787&&(!!_0x3dc787[_0x10878e([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x10878e([0x2a]))||(!!_0x3dc787[_0x10878e([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x10878e([0x50,0x4f,0x45]))||!!_0x3dc787[_0x10878e([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x10878e([0x50,0x50]))));}function _0xca1fa(){const _0x498a65=_0x309a,_0x35e58b=_0x1c0214[_0x10878e([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x35e58b||0x0==_0x35e58b[_0x10878e([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x2a45c6}=new URL(window[_0x10878e([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x498a65(0x1b0)]);if(_0x35e58b[_0x10878e([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2a45c6))return!0x0;const _0x1b08f7=_0x2a45c6[_0x10878e([0x73,0x70,0x6c,0x69,0x74])](_0x10878e([0x2e]));return _0x35e58b[_0x10878e([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x3d789d=>_0x3d789d[_0x10878e([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x10878e([0x2a])))[_0x10878e([0x6d,0x61,0x70])](_0x62735f=>_0x62735f[_0x10878e([0x73,0x70,0x6c,0x69,0x74])](_0x10878e([0x2e])))[_0x10878e([0x73,0x6f,0x6d,0x65])](_0xf5260=>_0x1b08f7[_0x10878e([0x65,0x76,0x65,0x72,0x79])]((_0x332902,_0x5fb839)=>_0xf5260[_0x5fb839]===_0x332902||_0xf5260[_0x5fb839]===_0x10878e([0x2a])));}function _0x58e26a(){return _0x1e6651&&_0x2459e8?new window[(_0x10878e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x9f1fc8,_0x4f4492)=>{_0x1e6651[_0x10878e([0x74,0x68,0x65,0x6e])](_0x9f1fc8,_0x4f4492),_0x2459e8[_0x10878e([0x74,0x68,0x65,0x6e])](_0x1f9f2e=>{_0x1f9f2e!=_0x10878e([0x56,0x61,0x6c,0x69,0x64])&&_0x9f1fc8(_0x1f9f2e);},_0x4f4492);}):_0x1e6651||_0x2459e8||_0x10878e([0x56,0x61,0x6c,0x69,0x64]);}}function _0x2944b0(_0x338aaa,_0x545c4f){return new window[(_0x10878e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x4824cc=>{if(_0x3cadf9())return _0x4824cc(_0x10878e([0x56,0x61,0x6c,0x69,0x64]));_0x485be3(),_0x8d5d66[_0x10878e([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x10878e([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x1e69a4=!0x1;const _0x4f4d52=_0x400602();function _0x526c65(_0x55d2a3){return!!_0x55d2a3&&(typeof _0x55d2a3===_0x10878e([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x55d2a3===_0x10878e([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x55d2a3[_0x10878e([0x74,0x68,0x65,0x6e])]===_0x10878e([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x55d2a3[_0x10878e([0x63,0x61,0x74,0x63,0x68])]===_0x10878e([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x52385b(_0x40bba2){_0x12cf7e(_0x40bba2)[_0x10878e([0x74,0x68,0x65,0x6e])](_0x4912c7=>{if(!_0x4912c7||_0x4912c7[_0x10878e([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x10878e([0x6f,0x6b]))return _0x10878e([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x469763(_0x3a9fcb(_0x4f4d52+_0x545c4f))!=_0x4912c7[_0x10878e([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x10878e([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x10878e([0x56,0x61,0x6c,0x69,0x64]);})[_0x10878e([0x74,0x68,0x65,0x6e])](_0xe1167b=>(_0x2944ca(),_0xe1167b),()=>{const _0x3e4172=_0x4bfc2a();return null==_0x3e4172?(_0x2944ca(),_0x10878e([0x56,0x61,0x6c,0x69,0x64])):_0x10878e(_0x83a848-_0x3e4172>(0x3e85e5f5^_0x2da7b0)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x10878e([0x74,0x68,0x65,0x6e])](_0x4824cc)[_0x10878e([0x63,0x61,0x74,0x63,0x68])](()=>{_0x4824cc(_0x10878e([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x5ab995=0x1abf8f75^_0x2da7b0;function _0x2944ca(){const _0x3875b4=_0x10878e([0x6c,0x6c,0x63,0x74,0x2d])+_0x469763(_0x3a9fcb(_0x338aaa)),_0x342600=_0x2e05d7(_0x469763(window[_0x10878e([0x4d,0x61,0x74,0x68])][_0x10878e([0x63,0x65,0x69,0x6c])](_0x83a848/_0x5ab995)));window[_0x10878e([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x10878e([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x3875b4,_0x342600);}function _0x4bfc2a(){const _0x205065=_0x10878e([0x6c,0x6c,0x63,0x74,0x2d])+_0x469763(_0x3a9fcb(_0x338aaa)),_0x2b16b4=window[_0x10878e([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x10878e([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x205065);return _0x2b16b4?window[_0x10878e([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x2e05d7(_0x2b16b4),0x10)*_0x5ab995:null;}function _0x12cf7e(_0xc102e6){return new window[(_0x10878e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x2f0895,_0x261a7e)=>{_0xc102e6[_0x10878e([0x74,0x68,0x65,0x6e])](_0x2f0895,_0x261a7e),window[_0x10878e([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x261a7e,0x1a88b535^_0x2da7b0);});}}_0x8d5d66[_0x10878e([0x6f,0x6e])](_0x10878e([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x3e7395,_0x2348df)=>{if(_0x2348df[0x0]!=_0x338aaa)return _0x4824cc(_0x10878e([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x2348df[0x1]={..._0x2348df[0x1],[_0x10878e([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x4f4d52};},{[_0x10878e([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x10878e([0x68,0x69,0x67,0x68])}),_0x8d5d66[_0x10878e([0x6f,0x6e])](_0x10878e([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x1ffcd0=>{_0x526c65(_0x1ffcd0[_0x10878e([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x1e69a4=!0x0,_0x52385b(_0x1ffcd0[_0x10878e([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x10878e([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x10878e([0x6c,0x6f,0x77])}),_0x4f8cd1[_0x10878e([0x74,0x68,0x65,0x6e])](()=>{_0x1e69a4||_0x4824cc(_0x10878e([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x3cadf9(){return _0x8d5d66[_0x10878e([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x10878e([0x76,0x69,0x65,0x77])][_0x10878e([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x10878e([0x61,0x75,0x74,0x6f]);}function _0x485be3(){_0x8d5d66[_0x10878e([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x10878e([0x76,0x69,0x65,0x77])][_0x10878e([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x10878e([0x61,0x75,0x74,0x6f]);}}function _0x41b080(_0x4fdf9d){const _0x580e1c=[new window[(_0x10878e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x453ab1=>setTimeout(_0x453ab1,0x1a805f39^_0x2da7b0)),_0x4f8cd1[_0x10878e([0x74,0x68,0x65,0x6e])](()=>new window[(_0x10878e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x272a1b=>{let _0x37a8ba=0x0;_0x8d5d66[_0x10878e([0x6d,0x6f,0x64,0x65,0x6c])][_0x10878e([0x6f,0x6e])](_0x10878e([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x49fc17,_0x495f8a)=>{_0x495f8a[0x0][_0x10878e([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x37a8ba++,_0x37a8ba==(0x1a89600d^_0x2da7b0)&&(_0x272a1b(),_0x49fc17[_0x10878e([0x6f,0x66,0x66])]());});}))];return window[_0x10878e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x10878e([0x72,0x61,0x63,0x65])](_0x580e1c)[_0x10878e([0x74,0x68,0x65,0x6e])](()=>_0x4fdf9d);}async function _0x2911ae(){await _0x4f8cd1,_0x8d5d66[_0x10878e([0x6d,0x6f,0x64,0x65,0x6c])][_0x10878e([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x39b45a,_0x8d5d66[_0x10878e([0x6d,0x6f,0x64,0x65,0x6c])][_0x10878e([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x39b45a,_0x8d5d66[_0x10878e([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x10878e([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x1bb9cd(_0x1364fd){const _0x44bb91=_0x1967da();_0x8d5d66[_0x44bb91]=_0x10878e([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])+_0x1364fd,_0x1364fd!=_0x10878e([0x56,0x61,0x6c,0x69,0x64])&&_0x2911ae();}function _0x1967da(){const _0x57e19d=window[_0x10878e([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x10878e([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x10878e([0x6e,0x6f,0x77])]())[_0x10878e([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x10878e([0x2e]),'');let _0xf47d14=_0x10878e([0x6b]);for(let _0x2d8aad=0x0;_0x2d8aad<_0x57e19d[_0x10878e([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x2d8aad+=0x2){let _0x195223=window[_0x10878e([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x57e19d[_0x10878e([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x2d8aad,_0x2d8aad+0x2));_0x195223>=_0x5ef0a4[_0x10878e([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x195223-=_0x5ef0a4[_0x10878e([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0xf47d14+=_0x5ef0a4[_0x195223];}return _0xf47d14;}function _0xefe71d(){const _0x4375b6=_0x1c3cee[_0x10878e([0x73,0x70,0x6c,0x69,0x74])](_0x10878e([0x2e]));if(0x3!=_0x4375b6[_0x10878e([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x20ed57(_0x4375b6[0x1]);function _0x20ed57(_0x26f98d){const _0x1a4091=_0x460873(_0x26f98d);return _0x1a4091&&_0x4bda08()?_0x1a4091:null;function _0x4bda08(){const _0xdee02f=_0x1a4091[_0x10878e([0x6a,0x74,0x69])],_0x3be458=window[_0x10878e([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0xdee02f[_0x10878e([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0xdee02f[_0x10878e([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x80c59c={..._0x1a4091,[_0x10878e([0x6a,0x74,0x69])]:_0xdee02f[_0x10878e([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0xdee02f[_0x10878e([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x80c59c[_0x10878e([0x76,0x63])],_0x3a9fcb(_0x80c59c)==_0x3be458;}}}async function _0x57c7ef(){let _0x2fd27f=!0x0;try{const _0x30f5d1=_0x1c3cee[_0x10878e([0x73,0x70,0x6c,0x69,0x74])](_0x10878e([0x2e])),[_0x5785dd,_0x27b67d,_0x176669]=_0x30f5d1;return _0x90b6cc(_0x5785dd),await _0x9625fa(_0x5785dd,_0x27b67d,_0x176669),_0x2fd27f;}catch(_0x335477){return!0x1;}function _0x90b6cc(_0xff98e2){const _0x29004e=_0x460873(_0xff98e2);_0x29004e&&_0x29004e[_0x10878e([0x61,0x6c,0x67])]==_0x10878e([0x45,0x53,0x32,0x35,0x36])||(_0x2fd27f=!0x1);}async function _0x9625fa(_0x2d5994,_0x29d7e6,_0x4d8cc9){const _0xa2d835=window[_0x10878e([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x10878e([0x66,0x72,0x6f,0x6d])](_0x397aff(_0x4d8cc9),_0x51e282=>_0x51e282[_0x10878e([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x28d20f=new window[(_0x10878e([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x10878e([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x2d5994+_0x10878e([0x2e])+_0x29d7e6),_0x58111c=window[_0x10878e([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x10878e([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x58111c)return;const _0x20c379=await _0x58111c[_0x10878e([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x10878e([0x6a,0x77,0x6b]),_0x5bdc71,{[_0x10878e([0x6e,0x61,0x6d,0x65])]:_0x10878e([0x45,0x43,0x44,0x53,0x41]),[_0x10878e([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x10878e([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x10878e([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x58111c[_0x10878e([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x10878e([0x6e,0x61,0x6d,0x65])]:_0x10878e([0x45,0x43,0x44,0x53,0x41]),[_0x10878e([0x68,0x61,0x73,0x68])]:{[_0x10878e([0x6e,0x61,0x6d,0x65])]:_0x10878e([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x20c379,_0xa2d835,_0x28d20f)||(_0x2fd27f=!0x1);}}function _0x460873(_0x474a79){return _0x474a79[_0x10878e([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x10878e([0x65,0x79]))?JSON[_0x10878e([0x70,0x61,0x72,0x73,0x65])](_0x397aff(_0x474a79)):null;}function _0x397aff(_0x50bf69){return window[_0x10878e([0x61,0x74,0x6f,0x62])](_0x50bf69[_0x10878e([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x10878e([0x2b]))[_0x10878e([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x10878e([0x2f])));}function _0x3a9fcb(_0x3e11eb){let _0x3e0885=0x1505;function _0xd5b326(_0x1cebfb){for(let _0x1613f2=0x0;_0x1613f2<_0x1cebfb[_0x10878e([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x1613f2++){const _0x2b1603=_0x1cebfb[_0x10878e([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x1613f2);_0x3e0885=(_0x3e0885<<0x5)+_0x3e0885+_0x2b1603,_0x3e0885&=_0x3e0885;}}function _0x15ca83(_0x3f90ae){Array[_0x10878e([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x3f90ae)?_0x3f90ae[_0x10878e([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x15ca83):_0x3f90ae&&typeof _0x3f90ae==_0x10878e([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x10878e([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x3f90ae)[_0x10878e([0x73,0x6f,0x72,0x74])]()[_0x10878e([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0xe40962,_0x28186c])=>{_0xd5b326(_0xe40962),_0x15ca83(_0x28186c);}):_0xd5b326(window[_0x10878e([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x3f90ae));}return _0x15ca83(_0x3e11eb),_0x3e0885>>>0x0;}function _0x469763(_0x9f80db){return _0x9f80db[_0x10878e([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x10878e([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x10878e([0x30]));}function _0x2e05d7(_0x42e028){return _0x42e028[_0x10878e([0x73,0x70,0x6c,0x69,0x74])]('')[_0x10878e([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x10878e([0x6a,0x6f,0x69,0x6e])]('');}function _0x39b45a(){}function _0x10878e(_0x407f7e){const _0x5ef90d=_0x309a;return _0x407f7e[_0x5ef90d(0x1b2)](_0x5e1f57=>String[_0x5ef90d(0x1ae)](_0x5e1f57))[_0x5ef90d(0x1b6)]('');}_0x1bb9cd(await _0x588f42());}(this);}}
|
|
23
|
+
function _0x8cd8(_0x540809,_0x4efc0b){const _0x4226aa=_0x4226();return _0x8cd8=function(_0x8cd855,_0x3c637e){_0x8cd855=_0x8cd855-0x68;let _0x5f23cb=_0x4226aa[_0x8cd855];return _0x5f23cb;},_0x8cd8(_0x540809,_0x4efc0b);}const _0x4eb53c=_0x8cd8;(function(_0x112246,_0x2323db){const _0x102799=_0x8cd8,_0x68563d=_0x112246();while(!![]){try{const _0x4ef5ed=-parseInt(_0x102799(0x6c))/0x1*(parseInt(_0x102799(0x85))/0x2)+-parseInt(_0x102799(0x68))/0x3*(parseInt(_0x102799(0x81))/0x4)+-parseInt(_0x102799(0x71))/0x5+parseInt(_0x102799(0x73))/0x6+parseInt(_0x102799(0x75))/0x7+-parseInt(_0x102799(0x89))/0x8*(-parseInt(_0x102799(0x87))/0x9)+-parseInt(_0x102799(0x8b))/0xa;if(_0x4ef5ed===_0x2323db)break;else _0x68563d['push'](_0x68563d['shift']());}catch(_0x5487f1){_0x68563d['push'](_0x68563d['shift']());}}}(_0x4226,0xca070));function _0x4226(){const _0x1864c9=['PasteFromOfficeEnhancedInliner','376hUcTuC','text/html','17927570mbECBI','getData','href','9wvRleu','view','_parsedData','high','40771oduMCE','requires','fromCharCode','inputTransformation','ClipboardPipeline','1392415yHldfx','get','8682318ZrDLaQ','init','6135304baHChX','stylesProcessor','PasteFromOffice','pluginName','map','join','isActive','document','afterInit','plugins','editor','isOfficialPlugin','100948cutZIF','isPremiumPlugin','editing','dataTransfer','36jdnOfk','execute','265176Czdqce'];_0x4226=function(){return _0x1864c9;};return _0x4226();}import{Plugin as _0x5e940c}from'ckeditor5/src/core.js';import{parseHtml as _0x16cd50}from'@ckeditor/ckeditor5-paste-from-office';import{priorities as _0x30703c,uid as _0x3f63e0}from'ckeditor5/src/utils.js';import _0x5ac042 from'./normalizers/inliner/msofficestylesinliner.js';export default class i extends _0x5e940c{static get[_0x4eb53c(0x78)](){const _0x5d4166=_0x4eb53c;return _0x5d4166(0x88);}static get[_0x4eb53c(0x80)](){return!0x0;}static get[_0x4eb53c(0x82)](){return!0x0;}static get[_0x4eb53c(0x6d)](){const _0x3f010b=_0x4eb53c;return[_0x3f010b(0x77)];}[_0x4eb53c(0x74)](){const _0x400cd7=_0x4eb53c,_0x18d3d9=this[_0x400cd7(0x7f)],_0x4c5514=_0x18d3d9[_0x400cd7(0x7e)][_0x400cd7(0x72)](_0x400cd7(0x70)),_0x5e250f=_0x18d3d9[_0x400cd7(0x83)][_0x400cd7(0x69)][_0x400cd7(0x7c)],_0x38b739=new _0x5ac042(_0x5e250f);_0x4c5514['on'](_0x400cd7(0x6f),(_0x1169d5,_0x1dd4b9)=>{const _0x22b5d3=_0x400cd7,_0x253033=_0x1dd4b9[_0x22b5d3(0x84)][_0x22b5d3(0x8c)](_0x22b5d3(0x8a));_0x38b739[_0x22b5d3(0x7b)](_0x253033)&&(_0x1dd4b9[_0x22b5d3(0x6a)]||(_0x1dd4b9[_0x22b5d3(0x6a)]=_0x16cd50(_0x253033,_0x5e250f[_0x22b5d3(0x76)])),_0x38b739[_0x22b5d3(0x86)](_0x1dd4b9));},{'priority':_0x30703c[_0x400cd7(0x72)](_0x400cd7(0x6b))+0xb});}[_0x4eb53c(0x7d)](){!async function(_0xc1c244){const _0x530f23=_0x309f13([0x37,0x4d,0x43,0x51,0x66,0x79,0x53,0x35,0x7a,0x39,0x47,0x62,0x78,0x70,0x30,0x64,0x42,0x48,0x38,0x71,0x65,0x44,0x4a,0x54,0x46,0x67,0x77,0x6a,0x6c,0x75,0x59,0x57,0x36,0x4b,0x5a,0x41,0x49,0x61,0x76,0x63,0x52,0x6e,0x33,0x32,0x55,0x45,0x4f,0x31,0x69,0x4e,0x50,0x34,0x56,0x68,0x6d,0x58,0x4c,0x74,0x72,0x73,0x6f,0x6b]),_0x1484c5=0x778dbb22,_0xe16077=0x778ae362^_0x1484c5,_0x57b68e=window[_0x309f13([0x44,0x61,0x74,0x65])][_0x309f13([0x6e,0x6f,0x77])](),_0x4c9768=_0xc1c244[_0x309f13([0x65,0x64,0x69,0x74,0x6f,0x72])],_0xeaf838=new window[(_0x309f13([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x3cc16e=>{_0x4c9768[_0x309f13([0x6f,0x6e,0x63,0x65])](_0x309f13([0x72,0x65,0x61,0x64,0x79]),_0x3cc16e);}),_0x6af135={[_0x309f13([0x6b,0x74,0x79])]:_0x309f13([0x45,0x43]),[_0x309f13([0x75,0x73,0x65])]:_0x309f13([0x73,0x69,0x67]),[_0x309f13([0x63,0x72,0x76])]:_0x309f13([0x50,0x2d,0x32,0x35,0x36]),[_0x309f13([0x78])]:_0x309f13([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]),[_0x309f13([0x79])]:_0x309f13([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]),[_0x309f13([0x61,0x6c,0x67])]:_0x309f13([0x45,0x53,0x32,0x35,0x36])},_0x17e02d=_0x4c9768[_0x309f13([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x309f13([0x67,0x65,0x74])](_0x309f13([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x1e3a71(){let _0xc1a2e5,_0x1962eb=null,_0x4a8b2d=null;try{if(_0x17e02d==_0x309f13([0x47,0x50,0x4c]))return _0x309f13([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0xc1a2e5=_0x3e1547(),!_0xc1a2e5)return _0x309f13([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0xc1a2e5[_0x309f13([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x4a8b2d=_0x5e3529(_0xc1a2e5[_0x309f13([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0xc1a2e5[_0x309f13([0x6a,0x74,0x69])])),await _0x42da52()?_0x3bcd81()?_0x29853d()?_0x309f13([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x33376b()?(_0xc1a2e5[_0x309f13([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x309f13([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x1962eb=_0x383a7d(_0x309f13([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0xc1a2e5[_0x309f13([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x309f13([0x74,0x72,0x69,0x61,0x6c])&&(_0x1962eb=_0x383a7d(_0x309f13([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),_0xc1a2e5[_0x309f13([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x309f13([0x64,0x65,0x76,0x65,0x6c,0x6f,0x70,0x6d,0x65,0x6e,0x74])&&(_0x1962eb=_0x383a7d(_0x309f13([0x44,0x65,0x76,0x65,0x6c,0x6f,0x70,0x6d,0x65,0x6e,0x74,0x4c,0x69,0x6d,0x69,0x74]))),await _0x382afe()):_0x309f13([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x309f13([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x309f13([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x2dcf31){return _0x309f13([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x29853d(){const _0x148101=[_0x309f13([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x309f13([0x74,0x72,0x69,0x61,0x6c])][_0x309f13([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xc1a2e5[_0x309f13([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x57b68e/0x3e8:0xe10*_0xe16077;return _0xc1a2e5[_0x309f13([0x65,0x78,0x70])]<_0x148101;}function _0x3bcd81(){const _0x597659=_0xc1a2e5[_0x309f13([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x597659&&(!!_0x597659[_0x309f13([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x309f13([0x2a]))||(!!_0x597659[_0x309f13([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x309f13([0x50,0x4f,0x45]))||!!_0x597659[_0x309f13([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x309f13([0x50,0x50]))));}function _0x33376b(){const _0x2878b1=_0x8cd8,_0x3c578b=_0xc1a2e5[_0x309f13([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x3c578b||0x0==_0x3c578b[_0x309f13([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x2cfeea}=new URL(window[_0x309f13([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x2878b1(0x8d)]);if(_0x3c578b[_0x309f13([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2cfeea))return!0x0;const _0x55c560=_0x2cfeea[_0x309f13([0x73,0x70,0x6c,0x69,0x74])](_0x309f13([0x2e]));return _0x3c578b[_0x309f13([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x5d0f04=>_0x5d0f04[_0x309f13([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x309f13([0x2a])))[_0x309f13([0x6d,0x61,0x70])](_0x22d2cb=>_0x22d2cb[_0x309f13([0x73,0x70,0x6c,0x69,0x74])](_0x309f13([0x2e])))[_0x309f13([0x73,0x6f,0x6d,0x65])](_0x135b11=>_0x55c560[_0x309f13([0x65,0x76,0x65,0x72,0x79])]((_0x24287d,_0x485d0b)=>_0x135b11[_0x485d0b]===_0x24287d||_0x135b11[_0x485d0b]===_0x309f13([0x2a])));}function _0x382afe(){return _0x1962eb&&_0x4a8b2d?new window[(_0x309f13([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0xd7296f,_0x590566)=>{_0x1962eb[_0x309f13([0x74,0x68,0x65,0x6e])](_0xd7296f,_0x590566),_0x4a8b2d[_0x309f13([0x74,0x68,0x65,0x6e])](_0x50fd23=>{_0x50fd23!=_0x309f13([0x56,0x61,0x6c,0x69,0x64])&&_0xd7296f(_0x50fd23);},_0x590566);}):_0x1962eb||_0x4a8b2d||_0x309f13([0x56,0x61,0x6c,0x69,0x64]);}}function _0x5e3529(_0x347cc6,_0x40672e){return new window[(_0x309f13([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5d131c=>{if(_0x51b3dd())return _0x5d131c(_0x309f13([0x56,0x61,0x6c,0x69,0x64]));_0x108210(),_0x4c9768[_0x309f13([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x309f13([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x58eb8d=!0x1;const _0x41e620=_0x3f63e0();function _0x2ba98e(_0xd915e7){return!!_0xd915e7&&(typeof _0xd915e7===_0x309f13([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0xd915e7===_0x309f13([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0xd915e7[_0x309f13([0x74,0x68,0x65,0x6e])]===_0x309f13([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0xd915e7[_0x309f13([0x63,0x61,0x74,0x63,0x68])]===_0x309f13([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x3ccd72(_0x5bd3e8){_0x5b59a7(_0x5bd3e8)[_0x309f13([0x74,0x68,0x65,0x6e])](_0xef1b1f=>{if(!_0xef1b1f||_0xef1b1f[_0x309f13([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x309f13([0x6f,0x6b]))return _0x309f13([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x2c5dc7(_0x2ebe3b(_0x41e620+_0x40672e))!=_0xef1b1f[_0x309f13([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x309f13([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x309f13([0x56,0x61,0x6c,0x69,0x64]);})[_0x309f13([0x74,0x68,0x65,0x6e])](_0x358342=>(_0x581fe8(),_0x358342),()=>{const _0xa8aa57=_0x1fc222();return null==_0xa8aa57?(_0x581fe8(),_0x309f13([0x56,0x61,0x6c,0x69,0x64])):_0x309f13(_0x57b68e-_0xa8aa57>(0x53813f22^_0x1484c5)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x309f13([0x74,0x68,0x65,0x6e])](_0x5d131c)[_0x309f13([0x63,0x61,0x74,0x63,0x68])](()=>{_0x5d131c(_0x309f13([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x56856e=0x77bb55a2^_0x1484c5;function _0x581fe8(){const _0x721d44=_0x309f13([0x6c,0x6c,0x63,0x74,0x2d])+_0x2c5dc7(_0x2ebe3b(_0x347cc6)),_0x294c53=_0x2df2d8(_0x2c5dc7(window[_0x309f13([0x4d,0x61,0x74,0x68])][_0x309f13([0x63,0x65,0x69,0x6c])](_0x57b68e/_0x56856e)));window[_0x309f13([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x309f13([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x721d44,_0x294c53);}function _0x1fc222(){const _0x249fe1=_0x309f13([0x6c,0x6c,0x63,0x74,0x2d])+_0x2c5dc7(_0x2ebe3b(_0x347cc6)),_0x563e8b=window[_0x309f13([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x309f13([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x249fe1);return _0x563e8b?window[_0x309f13([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x2df2d8(_0x563e8b),0x10)*_0x56856e:null;}function _0x5b59a7(_0x4576ef){return new window[(_0x309f13([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x43e391,_0x44271f)=>{_0x4576ef[_0x309f13([0x74,0x68,0x65,0x6e])](_0x43e391,_0x44271f),window[_0x309f13([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x44271f,0x778c6fe2^_0x1484c5);});}}_0x4c9768[_0x309f13([0x6f,0x6e])](_0x309f13([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x384db7,_0x4de643)=>{if(_0x4de643[0x0]!=_0x347cc6)return _0x5d131c(_0x309f13([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x4de643[0x1]={..._0x4de643[0x1],[_0x309f13([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x41e620};},{[_0x309f13([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x309f13([0x68,0x69,0x67,0x68])}),_0x4c9768[_0x309f13([0x6f,0x6e])](_0x309f13([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x2b132b=>{_0x2ba98e(_0x2b132b[_0x309f13([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x58eb8d=!0x0,_0x3ccd72(_0x2b132b[_0x309f13([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x309f13([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x309f13([0x6c,0x6f,0x77])}),_0xeaf838[_0x309f13([0x74,0x68,0x65,0x6e])](()=>{_0x58eb8d||_0x5d131c(_0x309f13([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x51b3dd(){return _0x4c9768[_0x309f13([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x309f13([0x76,0x69,0x65,0x77])][_0x309f13([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x309f13([0x61,0x75,0x74,0x6f]);}function _0x108210(){_0x4c9768[_0x309f13([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x309f13([0x76,0x69,0x65,0x77])][_0x309f13([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x309f13([0x61,0x75,0x74,0x6f]);}}function _0x383a7d(_0x54e921){const _0x582d66=[new window[(_0x309f13([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x3bdeb4=>setTimeout(_0x3bdeb4,0x778485ee^_0x1484c5)),_0xeaf838[_0x309f13([0x74,0x68,0x65,0x6e])](()=>new window[(_0x309f13([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x24f055=>{let _0x4b468a=0x0;_0x4c9768[_0x309f13([0x6d,0x6f,0x64,0x65,0x6c])][_0x309f13([0x6f,0x6e])](_0x309f13([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x413533,_0x25504a)=>{_0x25504a[0x0][_0x309f13([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x4b468a++,_0x4b468a==(0x778dbada^_0x1484c5)&&(_0x24f055(),_0x413533[_0x309f13([0x6f,0x66,0x66])]());});}))];return window[_0x309f13([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x309f13([0x72,0x61,0x63,0x65])](_0x582d66)[_0x309f13([0x74,0x68,0x65,0x6e])](()=>_0x54e921);}async function _0x241b86(){await _0xeaf838,_0x4c9768[_0x309f13([0x6d,0x6f,0x64,0x65,0x6c])][_0x309f13([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x506b5d,_0x4c9768[_0x309f13([0x6d,0x6f,0x64,0x65,0x6c])][_0x309f13([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x506b5d,_0x4c9768[_0x309f13([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x309f13([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x314d09(_0x432df7){const _0x1e7253=_0x512de6();_0x4c9768[_0x1e7253]=_0x309f13([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])+_0x432df7,_0x432df7!=_0x309f13([0x56,0x61,0x6c,0x69,0x64])&&_0x241b86();}function _0x512de6(){const _0x5600d4=window[_0x309f13([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x309f13([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x309f13([0x6e,0x6f,0x77])]())[_0x309f13([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x309f13([0x2e]),'');let _0x19454f=_0x309f13([0x4d]);for(let _0x345984=0x0;_0x345984<_0x5600d4[_0x309f13([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x345984+=0x2){let _0x48bd2c=window[_0x309f13([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x5600d4[_0x309f13([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x345984,_0x345984+0x2));_0x48bd2c>=_0x530f23[_0x309f13([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x48bd2c-=_0x530f23[_0x309f13([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x19454f+=_0x530f23[_0x48bd2c];}return _0x19454f;}function _0x3e1547(){const _0x298324=_0x17e02d[_0x309f13([0x73,0x70,0x6c,0x69,0x74])](_0x309f13([0x2e]));if(0x3!=_0x298324[_0x309f13([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x2dc395(_0x298324[0x1]);function _0x2dc395(_0x129c12){const _0xfe226f=_0x433b9e(_0x129c12);return _0xfe226f&&_0x35c5a5()?_0xfe226f:null;function _0x35c5a5(){const _0x6a39fc=_0xfe226f[_0x309f13([0x6a,0x74,0x69])],_0x59893f=window[_0x309f13([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x6a39fc[_0x309f13([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x6a39fc[_0x309f13([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x4ec926={..._0xfe226f,[_0x309f13([0x6a,0x74,0x69])]:_0x6a39fc[_0x309f13([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x6a39fc[_0x309f13([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x4ec926[_0x309f13([0x76,0x63])],_0x2ebe3b(_0x4ec926)==_0x59893f;}}}async function _0x42da52(){let _0x335bd4=!0x0;try{const _0x3402bc=_0x17e02d[_0x309f13([0x73,0x70,0x6c,0x69,0x74])](_0x309f13([0x2e])),[_0x2e9d19,_0x70fc6,_0x493e9e]=_0x3402bc;return _0x543771(_0x2e9d19),await _0x153035(_0x2e9d19,_0x70fc6,_0x493e9e),_0x335bd4;}catch(_0x576070){return!0x1;}function _0x543771(_0x4982d2){const _0x430ba6=_0x433b9e(_0x4982d2);_0x430ba6&&_0x430ba6[_0x309f13([0x61,0x6c,0x67])]==_0x309f13([0x45,0x53,0x32,0x35,0x36])||(_0x335bd4=!0x1);}async function _0x153035(_0x280e61,_0x4899b1,_0x4a54f5){const _0x12cf6c=window[_0x309f13([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x309f13([0x66,0x72,0x6f,0x6d])](_0x35f191(_0x4a54f5),_0x28b6bf=>_0x28b6bf[_0x309f13([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x7f257f=new window[(_0x309f13([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x309f13([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x280e61+_0x309f13([0x2e])+_0x4899b1),_0x2c866c=window[_0x309f13([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x309f13([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x2c866c)return;const _0x2cc3a1=await _0x2c866c[_0x309f13([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x309f13([0x6a,0x77,0x6b]),_0x6af135,{[_0x309f13([0x6e,0x61,0x6d,0x65])]:_0x309f13([0x45,0x43,0x44,0x53,0x41]),[_0x309f13([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x309f13([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x309f13([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x2c866c[_0x309f13([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x309f13([0x6e,0x61,0x6d,0x65])]:_0x309f13([0x45,0x43,0x44,0x53,0x41]),[_0x309f13([0x68,0x61,0x73,0x68])]:{[_0x309f13([0x6e,0x61,0x6d,0x65])]:_0x309f13([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x2cc3a1,_0x12cf6c,_0x7f257f)||(_0x335bd4=!0x1);}}function _0x433b9e(_0x197202){return _0x197202[_0x309f13([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x309f13([0x65,0x79]))?JSON[_0x309f13([0x70,0x61,0x72,0x73,0x65])](_0x35f191(_0x197202)):null;}function _0x35f191(_0x2d66da){return window[_0x309f13([0x61,0x74,0x6f,0x62])](_0x2d66da[_0x309f13([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x309f13([0x2b]))[_0x309f13([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x309f13([0x2f])));}function _0x2ebe3b(_0x29a85d){let _0x5605e7=0x1505;function _0x4c1c00(_0x23a52c){for(let _0x51de23=0x0;_0x51de23<_0x23a52c[_0x309f13([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x51de23++){const _0x1b784f=_0x23a52c[_0x309f13([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x51de23);_0x5605e7=(_0x5605e7<<0x5)+_0x5605e7+_0x1b784f,_0x5605e7&=_0x5605e7;}}function _0x4684c1(_0x2aa519){Array[_0x309f13([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x2aa519)?_0x2aa519[_0x309f13([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x4684c1):_0x2aa519&&typeof _0x2aa519==_0x309f13([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x309f13([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x2aa519)[_0x309f13([0x73,0x6f,0x72,0x74])]()[_0x309f13([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x4becd1,_0x40444f])=>{_0x4c1c00(_0x4becd1),_0x4684c1(_0x40444f);}):_0x4c1c00(window[_0x309f13([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x2aa519));}return _0x4684c1(_0x29a85d),_0x5605e7>>>0x0;}function _0x2c5dc7(_0x320f4d){return _0x320f4d[_0x309f13([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x309f13([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x309f13([0x30]));}function _0x2df2d8(_0x45e538){return _0x45e538[_0x309f13([0x73,0x70,0x6c,0x69,0x74])]('')[_0x309f13([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x309f13([0x6a,0x6f,0x69,0x6e])]('');}function _0x506b5d(){}function _0x309f13(_0x48ec90){const _0x127b8d=_0x8cd8;return _0x48ec90[_0x127b8d(0x79)](_0x448e06=>String[_0x127b8d(0x6e)](_0x448e06))[_0x127b8d(0x7a)]('');}_0x314d09(await _0x1e3a71());}(this);}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x42d5e7=_0x2a59;function _0x2a59(_0x4e9b2a,_0x4c6c98){const _0x1d7e9a=_0x1d7e();return _0x2a59=function(_0x2a59c3,_0x43c8b7){_0x2a59c3=_0x2a59c3-0x198;let _0x541021=_0x1d7e9a[_0x2a59c3];return _0x541021;},_0x2a59(_0x4e9b2a,_0x4c6c98);}(function(_0x279f6c,_0x5871e0){const _0x48199b=_0x2a59,_0x323fb5=_0x279f6c();while(!![]){try{const _0x5ae6e3=parseInt(_0x48199b(0x1c7))/0x1*(parseInt(_0x48199b(0x1bd))/0x2)+-parseInt(_0x48199b(0x1ce))/0x3*(-parseInt(_0x48199b(0x1c8))/0x4)+-parseInt(_0x48199b(0x1bb))/0x5+-parseInt(_0x48199b(0x1a0))/0x6+parseInt(_0x48199b(0x19a))/0x7*(parseInt(_0x48199b(0x1c1))/0x8)+parseInt(_0x48199b(0x1a2))/0x9+-parseInt(_0x48199b(0x1c2))/0xa;if(_0x5ae6e3===_0x5871e0)break;else _0x323fb5['push'](_0x323fb5['shift']());}catch(_0x187064){_0x323fb5['push'](_0x323fb5['shift']());}}}(_0x1d7e,0xa077a));import{Plugin as _0x184951}from'ckeditor5/src/core.js';import{parseHtml as _0x345bfd}from'@ckeditor/ckeditor5-paste-from-office';import{priorities as _0x42ea8b}from'ckeditor5/src/utils.js';import _0xd4ba45 from'./normalizers/propagator/msofficeinlinestylepropagator.js';function _0x1d7e(){const _0x50e3a2=['requires','2884548SxkmYN','developmentLimit','6631947tFlfVI','view','PasteFromOfficeEnhancedPropagator','editing','inputTransformation','invalid','PasteFromOffice','pasteFromOfficeEnhancedLicenseKeyDevelopmentLimit','isOfficialPlugin','_parsedData','destroy','_showLicenseError','pasteFromOfficeEnhancedLicenseKeyEvaluationLimit','pasteFromOfficeEnhancedLicenseKeyUsageLimit','plugins','getData','stylesProcessor','editor','high','featureNotAllowed','licenseKey','dataTransfer','pasteFromOfficeEnhancedLicenseKeyDomainLimit','expired','get','2658765DZXPoE','usageLimit','33990ToSLqD','pasteFromOfficeEnhancedLicenseKeyTrialLimit','trialLimit','text/html','51896pdcwGk','1456930Cdwvun','PasteFromOfficeEnhanced','ClipboardPipeline','config','pluginName','7xPvalU','93516DMMmVp','evaluationLimit','domainLimit','isPremiumPlugin','pasteFromOfficeEnhancedLicenseKeyValid','pasteFromOfficeEnhancedLicenseKeyExpired','99sXVwTx','isActive','pasteFromOfficeEnhancedLicenseKeyInvalid','_licenseKeyCheckInterval','203vznhpr','execute','pasteFromOfficeEnhancedLicenseKeyNotAllowed','init','document'];_0x1d7e=function(){return _0x50e3a2;};return _0x1d7e();}export default class s extends _0x184951{static get[_0x42d5e7(0x1c6)](){const _0x589eb2=_0x42d5e7;return _0x589eb2(0x1a4);}static get[_0x42d5e7(0x1aa)](){return!0x0;}static get[_0x42d5e7(0x1cb)](){return!0x0;}static get[_0x42d5e7(0x19f)](){const _0x25086e=_0x42d5e7;return[_0x25086e(0x1a8)];}[_0x42d5e7(0x19d)](){const _0x3d7cd4=_0x42d5e7,_0x2d057a=this[_0x3d7cd4(0x1b3)],_0x3b1d51=_0x2d057a[_0x3d7cd4(0x1b0)][_0x3d7cd4(0x1ba)](_0x3d7cd4(0x1c4)),_0x3ad5f6=_0x2d057a[_0x3d7cd4(0x1a5)][_0x3d7cd4(0x1a3)][_0x3d7cd4(0x19e)],_0x56b8db=new _0xd4ba45(_0x3ad5f6);_0x3b1d51['on'](_0x3d7cd4(0x1a6),(_0x57b9f3,_0x461821)=>{const _0x16b57d=_0x3d7cd4,_0x5e5fa8=_0x461821[_0x16b57d(0x1b7)][_0x16b57d(0x1b1)](_0x16b57d(0x1c0));_0x56b8db[_0x16b57d(0x1cf)](_0x5e5fa8)&&(_0x461821[_0x16b57d(0x1ab)]||(_0x461821[_0x16b57d(0x1ab)]=_0x345bfd(_0x5e5fa8,_0x3ad5f6[_0x16b57d(0x1b2)])),_0x56b8db[_0x16b57d(0x19b)](_0x461821));},{'priority':_0x42ea8b[_0x3d7cd4(0x1ba)](_0x3d7cd4(0x1b4))+0xa}),this[_0x3d7cd4(0x1b6)]=this[_0x3d7cd4(0x1b3)][_0x3d7cd4(0x1c5)][_0x3d7cd4(0x1ba)](_0x3d7cd4(0x1b6));const _0xffca2d=this[_0x3d7cd4(0x1b3)];this[_0x3d7cd4(0x199)]=setInterval(()=>{const _0x7fadc6=_0x3d7cd4;let _0x27d3c6;for(const _0x165064 in _0xffca2d){const _0x382154=_0x165064,_0x5c3eb5=_0xffca2d[_0x382154];if(_0x7fadc6(0x1cc)==_0x5c3eb5||_0x7fadc6(0x198)==_0x5c3eb5||_0x7fadc6(0x1cd)==_0x5c3eb5||_0x7fadc6(0x1b8)==_0x5c3eb5||_0x7fadc6(0x19c)==_0x5c3eb5||_0x7fadc6(0x1ae)==_0x5c3eb5||_0x7fadc6(0x1be)==_0x5c3eb5||_0x7fadc6(0x1a9)==_0x5c3eb5||_0x7fadc6(0x1af)==_0x5c3eb5){delete _0xffca2d[_0x382154],_0x27d3c6=_0x5c3eb5,clearInterval(this[_0x7fadc6(0x199)]),this[_0x7fadc6(0x199)]=void 0x0;break;}}_0x7fadc6(0x198)==_0x27d3c6&&_0xffca2d[_0x7fadc6(0x1ad)](_0x7fadc6(0x1a7)),_0x7fadc6(0x1cd)==_0x27d3c6&&_0xffca2d[_0x7fadc6(0x1ad)](_0x7fadc6(0x1b9)),_0x7fadc6(0x1b8)==_0x27d3c6&&_0xffca2d[_0x7fadc6(0x1ad)](_0x7fadc6(0x1ca)),_0x7fadc6(0x19c)==_0x27d3c6&&_0xffca2d[_0x7fadc6(0x1ad)](_0x7fadc6(0x1b5),_0x7fadc6(0x1c3)),_0x7fadc6(0x1ae)==_0x27d3c6&&_0xffca2d[_0x7fadc6(0x1ad)](_0x7fadc6(0x1c9)),_0x7fadc6(0x1be)==_0x27d3c6&&_0xffca2d[_0x7fadc6(0x1ad)](_0x7fadc6(0x1bf)),_0x7fadc6(0x1a9)==_0x27d3c6&&_0xffca2d[_0x7fadc6(0x1ad)](_0x7fadc6(0x1a1)),_0x7fadc6(0x1af)==_0x27d3c6&&_0xffca2d[_0x7fadc6(0x1ad)](_0x7fadc6(0x1bc));},0x3e8);}[_0x42d5e7(0x1ac)](){const _0x131b9d=_0x42d5e7;super[_0x131b9d(0x1ac)](),this[_0x131b9d(0x199)]&&clearInterval(this[_0x131b9d(0x199)]);}}
|
package/src/utils.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(function(
|
|
23
|
+
(function(_0x1645bd,_0x1a48d3){const _0xe63e83=_0x271a,_0x39e17f=_0x1645bd();while(!![]){try{const _0x1927dd=parseInt(_0xe63e83(0x104))/0x1*(-parseInt(_0xe63e83(0x102))/0x2)+-parseInt(_0xe63e83(0x106))/0x3*(-parseInt(_0xe63e83(0x105))/0x4)+-parseInt(_0xe63e83(0x107))/0x5+-parseInt(_0xe63e83(0x109))/0x6+parseInt(_0xe63e83(0x108))/0x7+-parseInt(_0xe63e83(0x100))/0x8*(-parseInt(_0xe63e83(0x101))/0x9)+-parseInt(_0xe63e83(0x10a))/0xa;if(_0x1927dd===_0x1a48d3)break;else _0x39e17f['push'](_0x39e17f['shift']());}catch(_0x27049b){_0x39e17f['push'](_0x39e17f['shift']());}}}(_0xde82,0x211b2));const x=/<meta\s*name="?generator"?\s*content="?microsoft\s*excel\s*\d+"?\/?>/i;function _0xde82(){const _0xe120e0=['566964QxRKUC','136646wvGVkU','test','1PkFcAv','4DZWnmb','622551adyeQX','1316280Nqtqro','1658440QfYTgC','1133868BbLJyS','402620rEnFoW','32iLzbqg'];_0xde82=function(){return _0xe120e0;};return _0xde82();}function _0x271a(_0x11a29b,_0x4915f8){const _0xde82e1=_0xde82();return _0x271a=function(_0x271a65,_0xb74f86){_0x271a65=_0x271a65-0x100;let _0x5f32ff=_0xde82e1[_0x271a65];return _0x5f32ff;},_0x271a(_0x11a29b,_0x4915f8);}export function isMSExcelContent(_0x5a70fe){const _0x6d2526=_0x271a;return x[_0x6d2526(0x103)](_0x5a70fe);}
|