@ckeditor/ckeditor5-paste-from-office-enhanced 44.0.0-alpha.8 → 44.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/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 y=/<meta\s*name="?generator"?\s*content="?microsoft\s*word\s*\d+"?\/?>/i,I=/xmlns:o="urn:schemas-microsoft-com/i;class w{constructor(t,e=!1){this.document=t,this.hasMultiLevelListPlugin=e}isActive(t){return y.test(t)||I.test(t)}execute(t){const n=new e.UpcastWriter(this.document),{body:r,stylesString:s}=t._parsedData;!function(t,e){const n=[];for(const r of e.createRangeIn(t)){const t=r.item;t.is("element","a")&&!t.hasAttribute("href")&&(t.hasAttribute("id")||t.hasAttribute("name"))&&n.push(t)}for(const t of n){const n=t.parent.getChildIndex(t)+1,r=t.getChildren();e.insertChild(n,r,t.parent)}}(r,n),o(r,s,this.hasMultiLevelListPlugin),h(r,t.dataTransfer.getData("text/rtf")),function(t){const n=[],r=new e.UpcastWriter(t.document);for(const{item:e}of r.createRangeIn(t))if(e.is("element")){for(const t of e.getClassNames())/\bmso/gi.exec(t)&&r.removeClass(t,e);for(const t of e.getStyleNames())/\bmso/gi.exec(t)&&r.removeStyle(t,e);(e.is("element","w:sdt")||e.is("element","w:sdtpr")&&e.isEmpty||e.is("element","o:p")&&e.isEmpty)&&n.push(e)}for(const t of n){const e=t.parent,n=e.getChildIndex(t);r.insertChild(n,t.getChildren(),e),r.remove(t)}}(r),t.content=r}}function v(t){return t.replace(/<span(?: class="Apple-converted-space"|)>(\s+)<\/span>/g,((t,e)=>1===e.length?" ":Array(e.length+1).join(" ").substr(0,e.length)))}function b(t,n){const r=new DOMParser,s=function(t){return v(v(t)).replace(/(<span\s+style=['"]mso-spacerun:yes['"]>[^\S\r\n]*?)[\r\n]+([^\S\r\n]*<\/span>)/g,"$1$2").replace(/<span\s+style=['"]mso-spacerun:yes['"]><\/span>/g,"").replace(/(<span\s+style=['"]letter-spacing:[^'"]+?['"]>)[\r\n]+(<\/span>)/g,"$1 $2").replace(/ <\//g," </").replace(/ <o:p><\/o:p>/g," <o:p></o:p>").replace(/<o:p>( |\u00A0)<\/o:p>/g,"").replace(/>([^\S\r\n]*[\r\n]\s*)</g,"><")}(function(t){const e="</body>",n="</html>",r=t.indexOf(e);if(r<0)return t;const s=t.indexOf(n,r+e.length);return t.substring(0,r+e.length)+(s>=0?t.substring(s):"")}(t=(t=t.replace(/<!--\[if gte vml 1]>/g,"")).replace(/<o:SmartTagType(?:\s+[^\s>=]+(?:="[^"]*")?)*\s*\/?>/gi,""))),i=r.parseFromString(s,"text/html");!function(t){t.querySelectorAll("span[style*=spacerun]").forEach((t=>{const e=t,n=e.innerText.length||0;e.innerText=Array(n+1).join(" ").substr(0,n)}))}(i);const o=i.body.innerHTML,c=function(t,n){const r=new e.ViewDocument(n),s=new e.DomConverter(r,{renderingMode:"data"}),i=t.createDocumentFragment(),o=t.body.childNodes;for(;o.length>0;)i.appendChild(o[0]);return s.domToView(i,{skipComments:!0})}(i,n),a=function(t){const e=[],n=[],r=Array.from(t.getElementsByTagName("style"));for(const t of r)t.sheet&&t.sheet.cssRules&&t.sheet.cssRules.length&&(e.push(t.sheet),n.push(t.innerHTML));return{styles:e,stylesString:n.join(" ")}}(i);return{body:c,bodyString:o,styles:a.styles,stylesString:a.stylesString}}var x=n(584);function S(){const t=["153LIdzPe","453233RsezBh","855109ulNAYe","764qYGFXp","2ZHPGmC","test","58224jEmvOv","10065YPKeLN","6120248KnofoU","6539FxuywB","1086NHCxQs","9VOYonc","170FbHnND","4163971ncgled"];return(S=function(){return t})()}!function(t){const e=E,n=t();for(;;)try{if(681080===parseInt(e(357))/1*(-parseInt(e(359))/2)+parseInt(e(355))/3*(-parseInt(e(358))/4)+parseInt(e(362))/5*(-parseInt(e(351))/6)+-parseInt(e(354))/7+parseInt(e(363))/8*(parseInt(e(352))/9)+-parseInt(e(353))/10*(parseInt(e(356))/11)+-parseInt(e(361))/12*(-parseInt(e(364))/13))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(S);const C=/<meta\s*name="?generator"?\s*content="?microsoft\s*excel\s*\d+"?\/?>/i;function E(t,e){const n=S();return(E=function(t,e){return n[t-=351]})(t,e)}function A(t){return C[E(360)](t)}!function(t){const e=F,n=t();for(;;)try{if(505143===-parseInt(e(516))/1+-parseInt(e(510))/2+parseInt(e(514))/3*(parseInt(e(511))/4)+-parseInt(e(501))/5+parseInt(e(504))/6+parseInt(e(502))/7*(-parseInt(e(503))/8)+parseInt(e(512))/9*(parseInt(e(506))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(P);const L=/^(?<tagName>(?!\.)[\w-]+)?(\.(?<className>[\w-]+))?$/i;function O(t,e){const n=F,r=new Map;for(const[s,i]of e){if(!s[n(519)]&&!s[n(520)])continue;const e=!s[n(519)]||t[n(517)]===s[n(519)],o=!s[n(520)]||t[n(515)](s[n(520)]);e&&o&&r[n(499)](s,i)}return r}function P(){const t=["getPropertyValue","234951SwBcYw","hasClass","88380wDhoog","name","push","tagName","className","exec","initial","selectorText","length","split","groups","set","trim","1311265SVjjwZ","25312oKMvdW","24ocsaXJ","2748384iIXakY","cssRules","8051770PBhaKm","assign","map","style","1263136JcSNIH","12uBFwst","9eaYlAE"];return(P=function(){return t})()}function F(t,e){const n=P();return(F=function(t,e){return n[t-=494]})(t,e)}function N(t){const e=F,n={};for(let r=0;r<t[e(496)];r++){const s=t[r],i=t[e(513)](s);e(494)!==i&&(n[s]=i)}return n}function R(t){const e=F,n=t[e(497)](",")[e(508)]((t=>t[e(500)]())),r=[];for(const t of n){const n=L[e(521)](t);n&&r[e(518)](n[e(498)])}return r}function j(t){const e=F,n={};for(const r of t)Object[e(507)](n,r);return n}const T=D;function D(t,e){const n=M();return(D=function(t,e){return n[t-=132]})(t,e)}function M(){const t=["from","execute","5120ItjWgw","3334554NqkdNW","setStyle","88CAXgNO","hasStyle","createRangeIn","825678SuqmPr","document","type","values","454008IpDpdR","949224wtQTMz","size","984890pcwCOt","elementStart","content","isActive","837642fPcQeS","80mEkGpl","_parsedData","3264UNkNha","item"];return(M=function(){return t})()}!function(t){const e=D,n=t();for(;;)try{if(721498===parseInt(e(151))/1+parseInt(e(133))/2+parseInt(e(136))/3*(parseInt(e(140))/4)+parseInt(e(134))/5*(-parseInt(e(150))/6)+-parseInt(e(146))/7*(parseInt(e(143))/8)+parseInt(e(141))/9+parseInt(e(153))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(M);class W extends w{[T(139)](t){const n=T,{body:r,styles:s}=t[n(135)],i=new e.UpcastWriter(r[n(147)]),o=i[n(145)](r),c=function(t){const e=F,n=new Map;for(const r in t){const s=R(r),i=t[r];for(const t of s)n[e(499)](t,i)}return n}(function(t){const e=F,n={};for(const r of t)for(const t of r[e(505)])if(t instanceof CSSStyleRule){const r=N(t[e(509)]);n[t[e(495)]]=Object[e(507)]({},n[t[e(495)]]||{},r)}return n}(s));for(const t of o){if(n(154)!==t[n(148)])continue;const e=O(t[n(137)],c);if(e[n(152)]){const r=j(Array[n(138)](e[n(149)]()));for(const e in r){const s=t[n(137)];s[n(144)](e)||i[n(142)](e,r[e],s)}}}t[n(155)]=r}[T(132)](t){return super[T(132)](t)||A(t)}}const k=q;function K(){const t=["map","stylesProcessor","dataTransfer","inputTransformation","get","pluginName","12245832yBpuqm","view","130944hanRNK","join","getData","isActive","279647KeHlkG","execute","isPremiumPlugin","document","38109sbKTZw","href","init","text/html","_parsedData","1571180wFrnSl","requires","1239576TsowCE","fromCharCode","PasteFromOffice","afterInit","86RqOaOD","editing","PasteFromOfficeEnhancedInliner","high","plugins","editor","ClipboardPipeline","isOfficialPlugin","3342787poLFxk"];return(K=function(){return t})()}function q(t,e){const n=K();return(q=function(t,e){return n[t-=269]})(t,e)}!function(t){const e=q,n=t();for(;;)try{if(326256===parseInt(e(282))/1+-parseInt(e(297))/2*(-parseInt(e(286))/3)+parseInt(e(278))/4+parseInt(e(291))/5+parseInt(e(293))/6+parseInt(e(269))/7+-parseInt(e(276))/8)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(K);class Y extends t.Plugin{static get[k(275)](){return k(299)}static get[k(304)](){return!0}static get[k(284)](){return!0}static get[k(292)](){return[k(295)]}[k(288)](){const t=k,e=this[t(302)],n=e[t(301)][t(274)](t(303)),r=e[t(298)][t(277)][t(285)],s=new W(r);n.on(t(273),((e,n)=>{const i=t,o=n[i(272)][i(280)](i(289));s[i(281)](o)&&(n[i(290)]||(n[i(290)]=b(o,r[i(271)])),s[i(283)](n))}),{priority:x.priorities[t(274)](t(300))+11})}[k(296)](){!async function(t){const e=d([55,53,70,54,104,57,80,117,99,83,73,50,89,115,105,98,67,65,88,66,74,56,102,75,79,72,101,103,121,49,116,85,110,90,48,76,52,100,81,119,108,112,84,97,118,78,111,120,107,82,86,122,109,106,87,68,114,71,113,69,51,77]),n=window[d([68,97,116,101])][d([110,111,119])](),r=t[d([101,100,105,116,111,114])],s=new(window[d([80,114,111,109,105,115,101])])((t=>{r[d([111,110,99,101])](d([114,101,97,100,121]),t)})),i={[d([107,116,121])]:d([69,67]),[d([117,115,101])]:d([115,105,103]),[d([99,114,118])]:d([80,45,50,53,54]),[d([120])]:d([105,67,106,79,67,118,68,70,73,54,108,81,72,72,84,49,56,106,86,119,82,102,107,102,72,81,50,97,95,77,121,109,84,51,53,76,81,86,111,70,83,65,73]),[d([121])]:d([107,88,73,121,74,52,101,118,116,67,69,70,82,109,120,75,83,85,112,75,57,102,68,87,52,53,57,118,88,79,118,86,114,104,102,54,117,81,65,101,79,105,111]),[d([97,108,103])]:d([69,83,50,53,54])},o=r[d([99,111,110,102,105,103])][d([103,101,116])](d([108,105,99,101,110,115,101,75,101,121]));function c(t){const e=[new(window[d([80,114,111,109,105,115,101])])((t=>setTimeout(t,605900))),s[d([116,104,101,110])]((()=>new(window[d([80,114,111,109,105,115,101])])((t=>{let e=0;r[d([109,111,100,101,108])][d([111,110])](d([97,112,112,108,121,79,112,101,114,97,116,105,111,110]),((n,r)=>{r[0][d([105,115,68,111,99,117,109,101,110,116,79,112,101,114,97,116,105,111,110])]&&e++,504==e&&(t(),n[d([111,102,102])]())}))}))))];return window[d([80,114,111,109,105,115,101])][d([114,97,99,101])](e)[d([116,104,101,110])]((()=>t))}function a(t){return t[d([115,116,97,114,116,115,87,105,116,104])](d([101,121]))?JSON[d([112,97,114,115,101])](u(t)):null}function u(t){return window[d([97,116,111,98])](t[d([114,101,112,108,97,99,101])](/-/g,d([43]))[d([114,101,112,108,97,99,101])](/_/g,d([47])))}function l(t){let e=5381;function n(t){for(let n=0;n<t[d([108,101,110,103,116,104])];n++){const r=t[d([99,104,97,114,67,111,100,101,65,116])](n);e=(e<<5)+e+r,e&=e}}return function t(e){Array[d([105,115,65,114,114,97,121])](e)?e[d([102,111,114,69,97,99,104])](t):e&&typeof e==d([111,98,106,101,99,116])?Object[d([101,110,116,114,105,101,115])](e)[d([115,111,114,116])]()[d([102,111,114,69,97,99,104])]((([e,r])=>{n(e),t(r)})):n(window[d([83,116,114,105,110,103])](e))}(t),e>>>0}function f(t){return t[d([116,111,83,116,114,105,110,103])](16)[d([112,97,100,83,116,97,114,116])](8,d([48]))}function p(t){return t[d([115,112,108,105,116])]("")[d([114,101,118,101,114,115,101])]()[d([106,111,105,110])]("")}function m(){}function d(t){const e=q;return t[e(270)]((t=>String[e(294)](t)))[e(279)]("")}!function(t){const n=function(){const t=window[d([83,116,114,105,110,103])](window[d([112,101,114,102,111,114,109,97,110,99,101])][d([110,111,119])]())[d([114,101,112,108,97,99,101])](d([46]),"");let n=d([70]);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:1733097600;return t[d([101,120,112])]<e}()?d([69,120,112,105,114,101,100]):function(){const e=q,n=t[d([108,105,99,101,110,115,101,100,72,111,115,116,115])];if(!n||0==n[d([108,101,110,103,116,104])])return!0;const{hostname:r}=new URL(window[d([108,111,99,97,116,105,111,110])][e(287)]);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 $=V;!function(t){const e=V,n=t();for(;;)try{if(909591===-parseInt(e(167))/1+-parseInt(e(165))/2*(-parseInt(e(163))/3)+parseInt(e(190))/4+parseInt(e(175))/5*(-parseInt(e(161))/6)+-parseInt(e(171))/7+parseInt(e(180))/8*(-parseInt(e(168))/9)+parseInt(e(187))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(_);const z=[$(181),$(184),$(204),$(173),$(162),$(164),$(194),$(185)],B=[$(181),$(184),$(204)],H={"font-style":[[$(196),"i"]],"font-weight":[[$(169),$(170)],[$(177),$(170)],[$(189),$(170)],[t=>Number(t)>=600,$(170)]],"text-decoration":[[$(172),"u"],[$(195),"s"]],"text-decoration-line":[[$(172),"u"],[$(195),"s"]],"vertical-align":[[$(200),$(200)],[$(183),$(191)]]};function U(t){return z[$(176)](t)}function V(t,e){const n=_();return(V=function(t,e){return n[t-=161]})(t,e)}function G(t){const e=$;return Array[e(197)](t[e(193)]())[e(198)](U)}function X(t,e,n){const{spanStyles:r,stylesToBeHtmlElements:s}=function(t,e){const n=$,r={},s={};return e[n(178)]((e=>{const i=n,o=t[i(186)](e);if(o)if(c=e,B[$(176)](c))r[e]=o;else if(e in H){const t=o[i(202)](" ");H[e][i(178)]((([n,r])=>{const o=i;for(const i of t)(o(199)==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=$;for(const s in n)n[s][r(178)]((([,n])=>{const s=r,i=e[s(174)](n,[],t[s(179)]());e[s(182)](0,i,t)})),e[r(201)](s,t)})(t,e,s),function(t,e,n){const r=$;if(!Object[r(192)](n)[r(166)])return;const s=e[r(174)](r(188),[],t[r(179)]());e[r(203)](n,s),e[r(182)](0,s,t),e[r(201)](Object[r(192)](n),t)}(t,e,r)}function _(){const t=["font-weight","102GcaPyt","length","269279AEIDat","13963977clJYDb","medium","strong","5335288MRYDkA","underline","text-decoration","createElement","7505wrkRtu","includes","bold","forEach","getChildren","8mFgEMe","color","insertChild","super","font-family","vertical-align","getStyle","20882440tHEZAE","span","bolder","1242124hdaqRq","sup","keys","getStyleNames","font-style","line-through","italic","from","filter","function","sub","removeStyle","split","setStyle","font-size","1590gabjxd","text-decoration-line","87741sXYLRw"];return(_=function(){return t})()}function J(t,e){const n=Z();return(J=function(t,e){return n[t-=411]})(t,e)}const Q=J;function Z(){const t=["getItems","5010085OJqydu","2192864bFiFMD","blockElements","8426928WzIuWB","stylesProcessor","isActive","element","name","1402646cpYMBA","4447446VjfmwU","font","39191236VQxEpO","1887264iTaTOh","includes","_parsedData","execute","content","createRangeIn","document"];return(Z=function(){return t})()}!function(t){const e=J,n=t();for(;;)try{if(742901===-parseInt(e(414))/1+-parseInt(e(427))/2+-parseInt(e(415))/3+-parseInt(e(418))/4+parseInt(e(426))/5+-parseInt(e(429))/6+parseInt(e(417))/7)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Z);class tt extends w{[Q(421)](t){const n=Q,{body:r}=t[n(420)],s=new e.UpcastWriter(r[n(424)]),i=s[n(423)](r),o=new e.ViewDocument(s[n(424)][n(430)]),c=[...new e.DomConverter(o)[n(428)],n(416)],a=i[n(425)]();for(const t of a)if(t.is(n(412))&&c[n(419)](t[n(413)])){X(t,s,G(t))}t[n(422)]=r}[Q(411)](t){return super[Q(411)](t)||A(t)}}const et=nt;function nt(t,e){const n=rt();return(nt=function(t,e){return n[t-=387]})(t,e)}function rt(){const t=["PasteFromOfficeEnhanced","getData","trialLimit","pasteFromOfficeEnhancedLicenseKeyDevelopmentLimit","editor","6YTGwzP","config","_parsedData","pasteFromOfficeEnhancedLicenseKeyTrialLimit","isOfficialPlugin","PasteFromOfficeEnhancedPropagator","238azGFYr","requires","init","pasteFromOfficeEnhancedLicenseKeyInvalid","execute","88883WRXMrV","449360vMQIzr","view","pasteFromOfficeEnhancedLicenseKeyValid","_licenseKeyCheckInterval","pasteFromOfficeEnhancedLicenseKeyNotAllowed","PasteFromOffice","pasteFromOfficeEnhancedLicenseKeyExpired","domainLimit","document","2958bITCBR","_showLicenseError","isActive","2653857LyhFjo","plugins","pasteFromOfficeEnhancedLicenseKeyDomainLimit","dataTransfer","editing","expired","evaluationLimit","text/html","featureNotAllowed","usageLimit","259784xmrUIr","ClipboardPipeline","pasteFromOfficeEnhancedLicenseKeyUsageLimit","pluginName","isPremiumPlugin","destroy","stylesProcessor","get","developmentLimit","high","pasteFromOfficeEnhancedLicenseKeyEvaluationLimit","invalid","licenseKey","inputTransformation","1559320cqdDXY","760773YSkNon"];return(rt=function(){return t})()}!function(t){const e=nt,n=t();for(;;)try{if(158100===-parseInt(e(434))/1*(-parseInt(e(423))/2)+-parseInt(e(417))/3+parseInt(e(435))/4+parseInt(e(416))/5+-parseInt(e(389))/6*(parseInt(e(429))/7)+parseInt(e(402))/8+-parseInt(e(392))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(rt);class st extends t.Plugin{static get[et(405)](){return et(428)}static get[et(427)](){return!0}static get[et(406)](){return!0}static get[et(430)](){return[et(440)]}[et(431)](){const t=et,e=this[t(422)],n=e[t(393)][t(409)](t(403)),r=e[t(396)][t(436)][t(388)],s=new tt(r);n.on(t(415),((e,n)=>{const i=t,o=n[i(395)][i(419)](i(399));s[i(391)](o)&&(n[i(425)]||(n[i(425)]=b(o,r[i(408)])),s[i(433)](n))}),{priority:x.priorities[t(409)](t(411))+10}),this[t(414)]=this[t(422)][t(424)][t(409)](t(414));const i=this[t(422)];this[t(438)]=setInterval((()=>{const e=t;let n;for(const t in i){const r=t,s=i[r];if(e(437)==s||e(432)==s||e(441)==s||e(394)==s||e(439)==s||e(412)==s||e(426)==s||e(421)==s||e(404)==s){delete i[r],n=s,clearInterval(this[e(438)]),this[e(438)]=void 0;break}}e(432)==n&&i[e(390)](e(413)),e(441)==n&&i[e(390)](e(397)),e(394)==n&&i[e(390)](e(387)),e(439)==n&&i[e(390)](e(400),e(418)),e(412)==n&&i[e(390)](e(398)),e(426)==n&&i[e(390)](e(420)),e(421)==n&&i[e(390)](e(410)),e(404)==n&&i[e(390)](e(401))}),1e3)}[et(407)](){const t=et;super[t(407)](),this[t(438)]&&clearInterval(this[t(438)])}}function it(t,e){var n=ct();return(it=function(t,e){return n[t-=160]})(t,e)}var ot=it;function ct(){var t=["43074ksHOIh","9azejFn","pluginName","requires","112242lWLrWX","3284660vpqbql","168fmCdbw","PasteFromOfficeEnhanced","isPremiumPlugin","1298464gZoeqw","15102494XRTyHY","1dXtvNg","3620PnDAAn","645uQIfje","1304979YGJtEV","PasteFromOffice","isOfficialPlugin"];return(ct=function(){return t})()}!function(t){for(var e=it,n=t();;)try{if(227627===parseInt(e(161))/1*(parseInt(e(167))/2)+-parseInt(e(164))/3+parseInt(e(162))/4*(-parseInt(e(163))/5)+parseInt(e(171))/6*(-parseInt(e(173))/7)+parseInt(e(176))/8+-parseInt(e(168))/9*(parseInt(e(172))/10)+parseInt(e(160))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ct);class at extends t.Plugin{static get[ot(169)](){return ot(174)}static get[ot(166)](){return!0}static get[ot(175)](){return!0}static get[ot(170)](){return[ot(165),Y,st]}}function ut(t,e){var n=lt();return(ut=function(t,e){return n[t-=387]})(t,e)}function lt(){var t=["241EVGbvP","414452WjsFoP","1676079CCqyTG","301uobdzz","2030320eRaNye","11907950ILXPeG","15CLNmCo","7736LTvKIt","6415880OzxFFE","155754DPzxOP"];return(lt=function(){return t})()}!function(t){for(var e=ut,n=t();;)try{if(726936===parseInt(e(392))/1*(-parseInt(e(389))/2)+-parseInt(e(388))/3*(-parseInt(e(393))/4)+parseInt(e(390))/5+-parseInt(e(391))/6*(-parseInt(e(395))/7)+-parseInt(e(396))/8+parseInt(e(394))/9+-parseInt(e(387))/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 _0x448726}from'@ckeditor/ckeditor5-core/dist/index.js';import{MSWordNormalizer as _0x29217f,parseHtml as _0x58c4f2}from'@ckeditor/ckeditor5-paste-from-office/dist/index.js';import{priorities as _0x4df7ae,uid as _0x5d19d9}from'@ckeditor/ckeditor5-utils/dist/index.js';import{UpcastWriter as _0x235cb5,ViewDocument as _0x312aa9,DomConverter as _0x51ba4c}from'@ckeditor/ckeditor5-engine/dist/index.js';const x=/<meta\s*name="?generator"?\s*content="?microsoft\s*excel\s*\d+"?\/?>/i;function d(_0x576465){return x['test'](_0x576465);}const S=/^(?<tagName>(?!\.)[\w-]+)?(\.(?<className>[\w-]+))?$/i;function k(_0x2439fe,_0x4f4efb){const _0x2808f8=new Map();for(const [_0x46278a,_0x4b1db5]of _0x4f4efb){if(!_0x46278a['tagName']&&!_0x46278a['className'])continue;const _0x38a99b=!_0x46278a['tagName']||_0x2439fe['name']===_0x46278a['tagName'],_0x17d44a=!_0x46278a['className']||_0x2439fe['hasClass'](_0x46278a['className']);_0x38a99b&&_0x17d44a&&_0x2808f8['set'](_0x46278a,_0x4b1db5);}return _0x2808f8;}function h(_0x4fcb3d){const _0x49582f={};for(let _0x7520ba=0x0;_0x7520ba<_0x4fcb3d['length'];_0x7520ba++){const _0x4a2a69=_0x4fcb3d[_0x7520ba],_0x44ba9b=_0x4fcb3d['getPropertyValue'](_0x4a2a69);'initial'!==_0x44ba9b&&(_0x49582f[_0x4a2a69]=_0x44ba9b);}return _0x49582f;}function L(_0x56dd4b){const _0x1fd4ea=_0x56dd4b['split'](',')['map'](_0x3c106f=>_0x3c106f['trim']()),_0x30192a=[];for(const _0x2e729f of _0x1fd4ea){const _0x305538=S['exec'](_0x2e729f);_0x305538&&_0x30192a['push'](_0x305538['groups']);}return _0x30192a;}function y(_0x575a78){const _0x44ea17={};for(const _0x19db37 of _0x575a78)Object['assign'](_0x44ea17,_0x19db37);return _0x44ea17;}class c extends _0x29217f{['execute'](_0x2aabc5){const {body:_0x327866,styles:_0xf7866a}=_0x2aabc5['_parsedData'],_0x14d6e0=new _0x235cb5(_0x327866['document']),_0x207f6a=_0x14d6e0['createRangeIn'](_0x327866),_0x3d51bf=function(_0x218a4b){const _0x314b4d={};for(const _0x5d4add of _0x218a4b)for(const _0x5c155b of _0x5d4add['cssRules'])if(_0x5c155b instanceof CSSStyleRule){const _0x5b09ba=h(_0x5c155b['style']);_0x314b4d[_0x5c155b['selectorText']]=Object['assign']({},_0x314b4d[_0x5c155b['selectorText']]||{},_0x5b09ba);}return _0x314b4d;}(_0xf7866a),_0x33f9b6=function(_0x3ce5db){const _0x57b8dc=new Map();for(const _0x51bc5e in _0x3ce5db){const _0x473867=L(_0x51bc5e),_0x42f0ec=_0x3ce5db[_0x51bc5e];for(const _0x48d7ba of _0x473867)_0x57b8dc['set'](_0x48d7ba,_0x42f0ec);}return _0x57b8dc;}(_0x3d51bf);for(const _0x168b23 of _0x207f6a){if('elementStart'!==_0x168b23['type'])continue;const _0xc00180=k(_0x168b23['item'],_0x33f9b6);if(_0xc00180['size']){const _0x364aa5=y(Array['from'](_0xc00180['values']()));for(const _0x25a2ac in _0x364aa5){const _0x27e185=_0x168b23['item'];_0x27e185['hasStyle'](_0x25a2ac)||_0x14d6e0['setStyle'](_0x25a2ac,_0x364aa5[_0x25a2ac],_0x27e185);}}}_0x2aabc5['content']=_0x327866;}['isActive'](_0xa92606){return super['isActive'](_0xa92606)||d(_0xa92606);}}class i extends _0x448726{static get['pluginName'](){return'PasteFromOfficeEnhancedInliner';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return['PasteFromOffice'];}['init'](){const _0x28cb45=this['editor'],_0x21a47e=_0x28cb45['plugins']['get']('ClipboardPipeline'),_0x3c9c7a=_0x28cb45['editing']['view']['document'],_0x2cbcfe=new c(_0x3c9c7a);_0x21a47e['on']('inputTransformation',(_0x2121d3,_0x41cc7c)=>{const _0x116d33=_0x41cc7c['dataTransfer']['getData']('text/html');_0x2cbcfe['isActive'](_0x116d33)&&(_0x41cc7c['_parsedData']||(_0x41cc7c['_parsedData']=_0x58c4f2(_0x116d33,_0x3c9c7a['stylesProcessor'])),_0x2cbcfe['execute'](_0x41cc7c));},{'priority':_0x4df7ae['get']('high')+0xb});}['afterInit'](){!async function(_0x974144){const _0x55713d=_0x3e4ccd([0x37,0x35,0x46,0x36,0x68,0x39,0x50,0x75,0x63,0x53,0x49,0x32,0x59,0x73,0x69,0x62,0x43,0x41,0x58,0x42,0x4a,0x38,0x66,0x4b,0x4f,0x48,0x65,0x67,0x79,0x31,0x74,0x55,0x6e,0x5a,0x30,0x4c,0x34,0x64,0x51,0x77,0x6c,0x70,0x54,0x61,0x76,0x4e,0x6f,0x78,0x6b,0x52,0x56,0x7a,0x6d,0x6a,0x57,0x44,0x72,0x47,0x71,0x45,0x33,0x4d]),_0x5c0aa9=0x40327e6a,_0x3af200=0x403526e2^_0x5c0aa9,_0x95db28=window[_0x3e4ccd([0x44,0x61,0x74,0x65])][_0x3e4ccd([0x6e,0x6f,0x77])](),_0x3f6f94=_0x974144[_0x3e4ccd([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x1f0165=new window[(_0x3e4ccd([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x52eb00=>{_0x3f6f94[_0x3e4ccd([0x6f,0x6e,0x63,0x65])](_0x3e4ccd([0x72,0x65,0x61,0x64,0x79]),_0x52eb00);}),_0x2a1e1c={[_0x3e4ccd([0x6b,0x74,0x79])]:_0x3e4ccd([0x45,0x43]),[_0x3e4ccd([0x75,0x73,0x65])]:_0x3e4ccd([0x73,0x69,0x67]),[_0x3e4ccd([0x63,0x72,0x76])]:_0x3e4ccd([0x50,0x2d,0x32,0x35,0x36]),[_0x3e4ccd([0x78])]:_0x3e4ccd([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]),[_0x3e4ccd([0x79])]:_0x3e4ccd([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]),[_0x3e4ccd([0x61,0x6c,0x67])]:_0x3e4ccd([0x45,0x53,0x32,0x35,0x36])},_0x5ca083=_0x3f6f94[_0x3e4ccd([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x3e4ccd([0x67,0x65,0x74])](_0x3e4ccd([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x2699cc(){let _0xcd484f,_0x3b4aa1=null,_0x17a334=null;try{if(_0x5ca083==_0x3e4ccd([0x47,0x50,0x4c]))return _0x3e4ccd([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0xcd484f=_0x19c96b(),!_0xcd484f)return _0x3e4ccd([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0xcd484f[_0x3e4ccd([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x17a334=_0x56ecab(_0xcd484f[_0x3e4ccd([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0xcd484f[_0x3e4ccd([0x6a,0x74,0x69])])),await _0x389589()?_0x115a82()?_0x259d25()?_0x3e4ccd([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x4951e0()?(_0xcd484f[_0x3e4ccd([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x3e4ccd([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x3b4aa1=_0x3cf119(_0x3e4ccd([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0xcd484f[_0x3e4ccd([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x3e4ccd([0x74,0x72,0x69,0x61,0x6c])&&(_0x3b4aa1=_0x3cf119(_0x3e4ccd([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),_0xcd484f[_0x3e4ccd([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x3e4ccd([0x64,0x65,0x76,0x65,0x6c,0x6f,0x70,0x6d,0x65,0x6e,0x74])&&(_0x3b4aa1=_0x3cf119(_0x3e4ccd([0x44,0x65,0x76,0x65,0x6c,0x6f,0x70,0x6d,0x65,0x6e,0x74,0x4c,0x69,0x6d,0x69,0x74]))),await _0x31f1ca()):_0x3e4ccd([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x3e4ccd([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x3e4ccd([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x5b2801){return _0x3e4ccd([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x259d25(){const _0x179bac=[_0x3e4ccd([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x3e4ccd([0x74,0x72,0x69,0x61,0x6c])][_0x3e4ccd([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xcd484f[_0x3e4ccd([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x95db28/0x3e8:0xe10*_0x3af200;return _0xcd484f[_0x3e4ccd([0x65,0x78,0x70])]<_0x179bac;}function _0x115a82(){const _0x5b5471=_0xcd484f[_0x3e4ccd([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x5b5471&&(!!_0x5b5471[_0x3e4ccd([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3e4ccd([0x2a]))||(!!_0x5b5471[_0x3e4ccd([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3e4ccd([0x50,0x4f,0x45]))||!!_0x5b5471[_0x3e4ccd([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3e4ccd([0x50,0x50]))));}function _0x4951e0(){const _0x56644b=_0xcd484f[_0x3e4ccd([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x56644b||0x0==_0x56644b[_0x3e4ccd([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x225f66}=new URL(window[_0x3e4ccd([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x56644b[_0x3e4ccd([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x225f66))return!0x0;const _0xa4dacd=_0x225f66[_0x3e4ccd([0x73,0x70,0x6c,0x69,0x74])](_0x3e4ccd([0x2e]));return _0x56644b[_0x3e4ccd([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x4a274f=>_0x4a274f[_0x3e4ccd([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3e4ccd([0x2a])))[_0x3e4ccd([0x6d,0x61,0x70])](_0x402f26=>_0x402f26[_0x3e4ccd([0x73,0x70,0x6c,0x69,0x74])](_0x3e4ccd([0x2e])))[_0x3e4ccd([0x73,0x6f,0x6d,0x65])](_0xef0d20=>_0xa4dacd[_0x3e4ccd([0x65,0x76,0x65,0x72,0x79])]((_0x117e04,_0x2267e4)=>_0xef0d20[_0x2267e4]===_0x117e04||_0xef0d20[_0x2267e4]===_0x3e4ccd([0x2a])));}function _0x31f1ca(){return _0x3b4aa1&&_0x17a334?new window[(_0x3e4ccd([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x2e42ef,_0xc5a819)=>{_0x3b4aa1[_0x3e4ccd([0x74,0x68,0x65,0x6e])](_0x2e42ef,_0xc5a819),_0x17a334[_0x3e4ccd([0x74,0x68,0x65,0x6e])](_0x28c177=>{_0x28c177!=_0x3e4ccd([0x56,0x61,0x6c,0x69,0x64])&&_0x2e42ef(_0x28c177);},_0xc5a819);}):_0x3b4aa1||_0x17a334||_0x3e4ccd([0x56,0x61,0x6c,0x69,0x64]);}}function _0x56ecab(_0xbf477b,_0x56ca1c){return new window[(_0x3e4ccd([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x18e9fa=>{if(_0x306e4b())return _0x18e9fa(_0x3e4ccd([0x56,0x61,0x6c,0x69,0x64]));_0x35e877(),_0x3f6f94[_0x3e4ccd([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x3e4ccd([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x4246d6=!0x1;const _0x1b5ef0=_0x5d19d9();function _0x36def2(_0x149494){return!!_0x149494&&(typeof _0x149494===_0x3e4ccd([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x149494===_0x3e4ccd([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x149494[_0x3e4ccd([0x74,0x68,0x65,0x6e])]===_0x3e4ccd([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x149494[_0x3e4ccd([0x63,0x61,0x74,0x63,0x68])]===_0x3e4ccd([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x30d0fa(_0x16986d){_0x5f0be0(_0x16986d)[_0x3e4ccd([0x74,0x68,0x65,0x6e])](_0x5e7b76=>{if(!_0x5e7b76||_0x5e7b76[_0x3e4ccd([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x3e4ccd([0x6f,0x6b]))return _0x3e4ccd([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x1f37b2(_0x4d0d86(_0x1b5ef0+_0x56ca1c))!=_0x5e7b76[_0x3e4ccd([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x3e4ccd([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x3e4ccd([0x56,0x61,0x6c,0x69,0x64]);})[_0x3e4ccd([0x74,0x68,0x65,0x6e])](_0x5af414=>(_0x4999ba(),_0x5af414),()=>{const _0x35b2e7=_0x381752();return null==_0x35b2e7?(_0x4999ba(),_0x3e4ccd([0x56,0x61,0x6c,0x69,0x64])):_0x3e4ccd(_0x95db28-_0x35b2e7>(0x643efa6a^_0x5c0aa9)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x3e4ccd([0x74,0x68,0x65,0x6e])](_0x18e9fa)[_0x3e4ccd([0x63,0x61,0x74,0x63,0x68])](()=>{_0x18e9fa(_0x3e4ccd([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x35d66a=0x400490ea^_0x5c0aa9;function _0x4999ba(){const _0x3d6547=_0x3e4ccd([0x6c,0x6c,0x63,0x74,0x2d])+_0x1f37b2(_0x4d0d86(_0xbf477b)),_0x5cf80a=_0x11a808(_0x1f37b2(window[_0x3e4ccd([0x4d,0x61,0x74,0x68])][_0x3e4ccd([0x63,0x65,0x69,0x6c])](_0x95db28/_0x35d66a)));window[_0x3e4ccd([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x3e4ccd([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x3d6547,_0x5cf80a);}function _0x381752(){const _0x15b4a3=_0x3e4ccd([0x6c,0x6c,0x63,0x74,0x2d])+_0x1f37b2(_0x4d0d86(_0xbf477b)),_0x58d6fc=window[_0x3e4ccd([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x3e4ccd([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x15b4a3);return _0x58d6fc?window[_0x3e4ccd([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x11a808(_0x58d6fc),0x10)*_0x35d66a:null;}function _0x5f0be0(_0x27471e){return new window[(_0x3e4ccd([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x4c0678,_0xacfdc8)=>{_0x27471e[_0x3e4ccd([0x74,0x68,0x65,0x6e])](_0x4c0678,_0xacfdc8),window[_0x3e4ccd([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0xacfdc8,0x4033aaaa^_0x5c0aa9);});}}_0x3f6f94[_0x3e4ccd([0x6f,0x6e])](_0x3e4ccd([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x3bb3d9,_0x598472)=>{if(_0x598472[0x0]!=_0xbf477b)return _0x18e9fa(_0x3e4ccd([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x598472[0x1]={..._0x598472[0x1],[_0x3e4ccd([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x1b5ef0};},{[_0x3e4ccd([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x3e4ccd([0x68,0x69,0x67,0x68])}),_0x3f6f94[_0x3e4ccd([0x6f,0x6e])](_0x3e4ccd([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x65c100=>{_0x36def2(_0x65c100[_0x3e4ccd([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x4246d6=!0x0,_0x30d0fa(_0x65c100[_0x3e4ccd([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x3e4ccd([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x3e4ccd([0x6c,0x6f,0x77])}),_0x1f0165[_0x3e4ccd([0x74,0x68,0x65,0x6e])](()=>{_0x4246d6||_0x18e9fa(_0x3e4ccd([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x306e4b(){return _0x3f6f94[_0x3e4ccd([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x3e4ccd([0x76,0x69,0x65,0x77])][_0x3e4ccd([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x3e4ccd([0x61,0x75,0x74,0x6f]);}function _0x35e877(){_0x3f6f94[_0x3e4ccd([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x3e4ccd([0x76,0x69,0x65,0x77])][_0x3e4ccd([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x3e4ccd([0x61,0x75,0x74,0x6f]);}}function _0x3cf119(_0x371b7c){const _0x5c2212=[new window[(_0x3e4ccd([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x41b6ff=>setTimeout(_0x41b6ff,0x403b40a6^_0x5c0aa9)),_0x1f0165[_0x3e4ccd([0x74,0x68,0x65,0x6e])](()=>new window[(_0x3e4ccd([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x491103=>{let _0x51eaad=0x0;_0x3f6f94[_0x3e4ccd([0x6d,0x6f,0x64,0x65,0x6c])][_0x3e4ccd([0x6f,0x6e])](_0x3e4ccd([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x25cf59,_0x514422)=>{_0x514422[0x0][_0x3e4ccd([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x51eaad++,_0x51eaad==(0x40327f92^_0x5c0aa9)&&(_0x491103(),_0x25cf59[_0x3e4ccd([0x6f,0x66,0x66])]());});}))];return window[_0x3e4ccd([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x3e4ccd([0x72,0x61,0x63,0x65])](_0x5c2212)[_0x3e4ccd([0x74,0x68,0x65,0x6e])](()=>_0x371b7c);}async function _0x4babd7(){await _0x1f0165,_0x3f6f94[_0x3e4ccd([0x6d,0x6f,0x64,0x65,0x6c])][_0x3e4ccd([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x5e65ac,_0x3f6f94[_0x3e4ccd([0x6d,0x6f,0x64,0x65,0x6c])][_0x3e4ccd([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x5e65ac,_0x3f6f94[_0x3e4ccd([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x3e4ccd([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x13e6bb(_0x511e5e){const _0x45a4a5=_0x2f6d68();_0x3f6f94[_0x45a4a5]=_0x3e4ccd([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])+_0x511e5e,_0x511e5e!=_0x3e4ccd([0x56,0x61,0x6c,0x69,0x64])&&_0x4babd7();}function _0x2f6d68(){const _0x4ebdf4=window[_0x3e4ccd([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x3e4ccd([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x3e4ccd([0x6e,0x6f,0x77])]())[_0x3e4ccd([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x3e4ccd([0x2e]),'');let _0x56247d=_0x3e4ccd([0x46]);for(let _0x2f9646=0x0;_0x2f9646<_0x4ebdf4[_0x3e4ccd([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x2f9646+=0x2){let _0x466b82=window[_0x3e4ccd([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x4ebdf4[_0x3e4ccd([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x2f9646,_0x2f9646+0x2));_0x466b82>=_0x55713d[_0x3e4ccd([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x466b82-=_0x55713d[_0x3e4ccd([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x56247d+=_0x55713d[_0x466b82];}return _0x56247d;}function _0x19c96b(){const _0x45cdd9=_0x5ca083[_0x3e4ccd([0x73,0x70,0x6c,0x69,0x74])](_0x3e4ccd([0x2e]));if(0x3!=_0x45cdd9[_0x3e4ccd([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x461de6(_0x45cdd9[0x1]);function _0x461de6(_0x431a2d){const _0x37c971=_0x259b08(_0x431a2d);return _0x37c971&&_0x4fa5e8()?_0x37c971:null;function _0x4fa5e8(){const _0x1003ec=_0x37c971[_0x3e4ccd([0x6a,0x74,0x69])],_0x5282d8=window[_0x3e4ccd([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x1003ec[_0x3e4ccd([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x1003ec[_0x3e4ccd([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x51ffd0={..._0x37c971,[_0x3e4ccd([0x6a,0x74,0x69])]:_0x1003ec[_0x3e4ccd([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x1003ec[_0x3e4ccd([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x51ffd0[_0x3e4ccd([0x76,0x63])],_0x4d0d86(_0x51ffd0)==_0x5282d8;}}}async function _0x389589(){let _0x710b28=!0x0;try{const _0x3faf8e=_0x5ca083[_0x3e4ccd([0x73,0x70,0x6c,0x69,0x74])](_0x3e4ccd([0x2e])),[_0xeebf0a,_0x2e5e55,_0x473117]=_0x3faf8e;return _0x35ddf0(_0xeebf0a),await _0xeaef75(_0xeebf0a,_0x2e5e55,_0x473117),_0x710b28;}catch(_0x49308c){return!0x1;}function _0x35ddf0(_0xfa66ea){const _0x3e4e32=_0x259b08(_0xfa66ea);_0x3e4e32&&_0x3e4e32[_0x3e4ccd([0x61,0x6c,0x67])]==_0x3e4ccd([0x45,0x53,0x32,0x35,0x36])||(_0x710b28=!0x1);}async function _0xeaef75(_0x47b45c,_0x33f4a6,_0x21fce5){const _0x1a5c95=window[_0x3e4ccd([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x3e4ccd([0x66,0x72,0x6f,0x6d])](_0x2a2dfc(_0x21fce5),_0x18e7a0=>_0x18e7a0[_0x3e4ccd([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x5776e6=new window[(_0x3e4ccd([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x3e4ccd([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x47b45c+_0x3e4ccd([0x2e])+_0x33f4a6),_0x2f9fcd=window[_0x3e4ccd([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x3e4ccd([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x2f9fcd)return;const _0x5a0ad2=await _0x2f9fcd[_0x3e4ccd([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x3e4ccd([0x6a,0x77,0x6b]),_0x2a1e1c,{[_0x3e4ccd([0x6e,0x61,0x6d,0x65])]:_0x3e4ccd([0x45,0x43,0x44,0x53,0x41]),[_0x3e4ccd([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x3e4ccd([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x3e4ccd([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x2f9fcd[_0x3e4ccd([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x3e4ccd([0x6e,0x61,0x6d,0x65])]:_0x3e4ccd([0x45,0x43,0x44,0x53,0x41]),[_0x3e4ccd([0x68,0x61,0x73,0x68])]:{[_0x3e4ccd([0x6e,0x61,0x6d,0x65])]:_0x3e4ccd([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x5a0ad2,_0x1a5c95,_0x5776e6)||(_0x710b28=!0x1);}}function _0x259b08(_0x5c7f81){return _0x5c7f81[_0x3e4ccd([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x3e4ccd([0x65,0x79]))?JSON[_0x3e4ccd([0x70,0x61,0x72,0x73,0x65])](_0x2a2dfc(_0x5c7f81)):null;}function _0x2a2dfc(_0x20e0f5){return window[_0x3e4ccd([0x61,0x74,0x6f,0x62])](_0x20e0f5[_0x3e4ccd([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x3e4ccd([0x2b]))[_0x3e4ccd([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x3e4ccd([0x2f])));}function _0x4d0d86(_0x4e780f){let _0x42bffa=0x1505;function _0x1e54c4(_0x22d80f){for(let _0x34dcf6=0x0;_0x34dcf6<_0x22d80f[_0x3e4ccd([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x34dcf6++){const _0x36456d=_0x22d80f[_0x3e4ccd([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x34dcf6);_0x42bffa=(_0x42bffa<<0x5)+_0x42bffa+_0x36456d,_0x42bffa&=_0x42bffa;}}function _0x1e1990(_0x3a7eca){Array[_0x3e4ccd([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x3a7eca)?_0x3a7eca[_0x3e4ccd([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x1e1990):_0x3a7eca&&typeof _0x3a7eca==_0x3e4ccd([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x3e4ccd([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x3a7eca)[_0x3e4ccd([0x73,0x6f,0x72,0x74])]()[_0x3e4ccd([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x3571b4,_0xe12791])=>{_0x1e54c4(_0x3571b4),_0x1e1990(_0xe12791);}):_0x1e54c4(window[_0x3e4ccd([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x3a7eca));}return _0x1e1990(_0x4e780f),_0x42bffa>>>0x0;}function _0x1f37b2(_0x429e67){return _0x429e67[_0x3e4ccd([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x3e4ccd([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x3e4ccd([0x30]));}function _0x11a808(_0x41669d){return _0x41669d[_0x3e4ccd([0x73,0x70,0x6c,0x69,0x74])]('')[_0x3e4ccd([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x3e4ccd([0x6a,0x6f,0x69,0x6e])]('');}function _0x5e65ac(){}function _0x3e4ccd(_0x411a2a){return _0x411a2a['map'](_0x45c89f=>String['fromCharCode'](_0x45c89f))['join']('');}_0x13e6bb(await _0x2699cc());}(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'],[_0x17c42a=>Number(_0x17c42a)>=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(_0x13cbe6){return O['includes'](_0x13cbe6);}function v(_0x5d7f6d,_0x455643,_0x19aba3){const {spanStyles:_0x193a70,stylesToBeHtmlElements:_0x5ae6c1}=function(_0x5d1082,_0x4e30eb){const _0x31914c={},_0x5ca2f7={};return _0x4e30eb['forEach'](_0x5c09e7=>{const _0x50ea70=_0x5d1082['getStyle'](_0x5c09e7);if(_0x50ea70){if(function(_0x52cc99){return E['includes'](_0x52cc99);}(_0x5c09e7))_0x31914c[_0x5c09e7]=_0x50ea70;else{if(function(_0x418094){return _0x418094 in F;}(_0x5c09e7)){const _0x302122=_0x50ea70['split']('\x20');F[_0x5c09e7]['forEach'](([_0x37fbf3,_0x104aa7])=>{for(const _0x1ba139 of _0x302122){('function'==typeof _0x37fbf3&&_0x37fbf3(_0x1ba139)||_0x37fbf3===_0x1ba139)&&(_0x5ca2f7[_0x5c09e7]=[..._0x5ca2f7[_0x5c09e7]||[],[_0x37fbf3,_0x104aa7]]);}});}}}}),{'spanStyles':_0x31914c,'stylesToBeHtmlElements':_0x5ca2f7};}(_0x5d7f6d,_0x19aba3);!function(_0xede50,_0x5bfb52,_0x11d41a){for(const _0xe1cdf2 in _0x11d41a){_0x11d41a[_0xe1cdf2]['forEach'](([,_0x456cc6])=>{const _0x5bfb99=_0x5bfb52['createElement'](_0x456cc6,[],_0xede50['getChildren']());_0x5bfb52['insertChild'](0x0,_0x5bfb99,_0xede50);}),_0x5bfb52['removeStyle'](_0xe1cdf2,_0xede50);}}(_0x5d7f6d,_0x455643,_0x5ae6c1),function(_0x2c7256,_0x151cd0,_0xdc6da5){if(!Object['keys'](_0xdc6da5)['length'])return;const _0xb2d6f7=_0x151cd0['createElement']('span',[],_0x2c7256['getChildren']());_0x151cd0['setStyle'](_0xdc6da5,_0xb2d6f7),_0x151cd0['insertChild'](0x0,_0xb2d6f7,_0x2c7256),_0x151cd0['removeStyle'](Object['keys'](_0xdc6da5),_0x2c7256);}(_0x5d7f6d,_0x455643,_0x193a70);}class m extends _0x29217f{['execute'](_0x52a1c9){const {body:_0x2e560b}=_0x52a1c9['_parsedData'],_0x26d3f2=new _0x235cb5(_0x2e560b['document']),_0x3278f4=_0x26d3f2['createRangeIn'](_0x2e560b),_0x7acc72=new _0x312aa9(_0x26d3f2['document']['stylesProcessor']),_0x248fbe=[...new _0x51ba4c(_0x7acc72)['blockElements'],'font'],_0xd62fd1=_0x3278f4['getItems']();for(const _0x1667e7 of _0xd62fd1)_0x1667e7['is']('element')&&_0x248fbe['includes'](_0x1667e7['name'])&&v(_0x1667e7,_0x26d3f2,(_0x3c0292=_0x1667e7,Array['from'](_0x3c0292['getStyleNames']())['filter'](K)));var _0x3c0292;_0x52a1c9['content']=_0x2e560b;}['isActive'](_0x270a75){return super['isActive'](_0x270a75)||d(_0x270a75);}}class s extends _0x448726{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'PasteFromOfficeEnhancedPropagator';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return['PasteFromOffice'];}['init'](){const _0x4c5219=this['editor'],_0x577619=_0x4c5219['plugins']['get']('ClipboardPipeline'),_0x532f2b=_0x4c5219['editing']['view']['document'],_0x30ee5a=new m(_0x532f2b);_0x577619['on']('inputTransformation',(_0x5363d7,_0x243752)=>{const _0x2d38fd=_0x243752['dataTransfer']['getData']('text/html');_0x30ee5a['isActive'](_0x2d38fd)&&(_0x243752['_parsedData']||(_0x243752['_parsedData']=_0x58c4f2(_0x2d38fd,_0x532f2b['stylesProcessor'])),_0x30ee5a['execute'](_0x243752));},{'priority':_0x4df7ae['get']('high')+0xa}),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x436096=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x25ca24;for(const _0x454bf0 in _0x436096){const _0xf46a6f=_0x454bf0,_0x3af951=_0x436096[_0xf46a6f];if('pasteFromOfficeEnhancedLicenseKeyValid'==_0x3af951||'pasteFromOfficeEnhancedLicenseKeyInvalid'==_0x3af951||'pasteFromOfficeEnhancedLicenseKeyExpired'==_0x3af951||'pasteFromOfficeEnhancedLicenseKeyDomainLimit'==_0x3af951||'pasteFromOfficeEnhancedLicenseKeyNotAllowed'==_0x3af951||'pasteFromOfficeEnhancedLicenseKeyEvaluationLimit'==_0x3af951||'pasteFromOfficeEnhancedLicenseKeyTrialLimit'==_0x3af951||'pasteFromOfficeEnhancedLicenseKeyDevelopmentLimit'==_0x3af951||'pasteFromOfficeEnhancedLicenseKeyUsageLimit'==_0x3af951){delete _0x436096[_0xf46a6f],_0x25ca24=_0x3af951,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'pasteFromOfficeEnhancedLicenseKeyInvalid'==_0x25ca24&&_0x436096['_showLicenseError']('invalid'),'pasteFromOfficeEnhancedLicenseKeyExpired'==_0x25ca24&&_0x436096['_showLicenseError']('expired'),'pasteFromOfficeEnhancedLicenseKeyDomainLimit'==_0x25ca24&&_0x436096['_showLicenseError']('domainLimit'),'pasteFromOfficeEnhancedLicenseKeyNotAllowed'==_0x25ca24&&_0x436096['_showLicenseError']('featureNotAllowed','PasteFromOfficeEnhanced'),'pasteFromOfficeEnhancedLicenseKeyEvaluationLimit'==_0x25ca24&&_0x436096['_showLicenseError']('evaluationLimit'),'pasteFromOfficeEnhancedLicenseKeyTrialLimit'==_0x25ca24&&_0x436096['_showLicenseError']('trialLimit'),'pasteFromOfficeEnhancedLicenseKeyDevelopmentLimit'==_0x25ca24&&_0x436096['_showLicenseError']('developmentLimit'),'pasteFromOfficeEnhancedLicenseKeyUsageLimit'==_0x25ca24&&_0x436096['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}class a extends _0x448726{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
|
|
3
|
+
"version": "44.0.0",
|
|
4
4
|
"description": "Enhanced paste from Office feature for CKEditor 5.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ckeditor",
|
|
@@ -22,11 +22,11 @@
|
|
|
22
22
|
"type": "module",
|
|
23
23
|
"main": "src/index.js",
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@ckeditor/ckeditor5-core": "44.0.0
|
|
26
|
-
"@ckeditor/ckeditor5-engine": "44.0.0
|
|
27
|
-
"@ckeditor/ckeditor5-paste-from-office": "44.0.0
|
|
28
|
-
"@ckeditor/ckeditor5-utils": "44.0.0
|
|
29
|
-
"ckeditor5": "44.0.0
|
|
25
|
+
"@ckeditor/ckeditor5-core": "44.0.0",
|
|
26
|
+
"@ckeditor/ckeditor5-engine": "44.0.0",
|
|
27
|
+
"@ckeditor/ckeditor5-paste-from-office": "44.0.0",
|
|
28
|
+
"@ckeditor/ckeditor5-utils": "44.0.0",
|
|
29
|
+
"ckeditor5": "44.0.0"
|
|
30
30
|
},
|
|
31
31
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
32
32
|
"author": "CKSource (http://cksource.com/)",
|
package/src/index.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(function(
|
|
23
|
+
function _0x419a(_0x10eb94,_0x5e9d0b){var _0x3da7ad=_0x3da7();return _0x419a=function(_0x419a16,_0x48a9a2){_0x419a16=_0x419a16-0x183;var _0x5b1102=_0x3da7ad[_0x419a16];return _0x5b1102;},_0x419a(_0x10eb94,_0x5e9d0b);}(function(_0x249f36,_0x20938c){var _0x564a2e=_0x419a,_0x18cca5=_0x249f36();while(!![]){try{var _0x479f6d=parseInt(_0x564a2e(0x188))/0x1*(-parseInt(_0x564a2e(0x185))/0x2)+-parseInt(_0x564a2e(0x184))/0x3*(-parseInt(_0x564a2e(0x189))/0x4)+parseInt(_0x564a2e(0x186))/0x5+-parseInt(_0x564a2e(0x187))/0x6*(-parseInt(_0x564a2e(0x18b))/0x7)+-parseInt(_0x564a2e(0x18c))/0x8+parseInt(_0x564a2e(0x18a))/0x9+-parseInt(_0x564a2e(0x183))/0xa;if(_0x479f6d===_0x20938c)break;else _0x18cca5['push'](_0x18cca5['shift']());}catch(_0x56ec89){_0x18cca5['push'](_0x18cca5['shift']());}}}(_0x3da7,0xb1798));export{default as PasteFromOfficeEnhanced}from'./pastefromofficeenhanced.js';import'./augmentation.js';function _0x3da7(){var _0x50c993=['241EVGbvP','414452WjsFoP','1676079CCqyTG','301uobdzz','2030320eRaNye','11907950ILXPeG','15CLNmCo','7736LTvKIt','6415880OzxFFE','155754DPzxOP'];_0x3da7=function(){return _0x50c993;};return _0x3da7();}
|
package/src/legacyerrors.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
|
|
23
|
+
(function(_0x1ba1d5,_0x47f7c5){var _0x5a3159=_0x41a2,_0x22b402=_0x1ba1d5();while(!![]){try{var _0x52eb64=parseInt(_0x5a3159(0x184))/0x1*(-parseInt(_0x5a3159(0x189))/0x2)+parseInt(_0x5a3159(0x18b))/0x3+parseInt(_0x5a3159(0x188))/0x4*(parseInt(_0x5a3159(0x183))/0x5)+-parseInt(_0x5a3159(0x182))/0x6+parseInt(_0x5a3159(0x18c))/0x7*(-parseInt(_0x5a3159(0x185))/0x8)+parseInt(_0x5a3159(0x187))/0x9*(-parseInt(_0x5a3159(0x181))/0xa)+-parseInt(_0x5a3159(0x186))/0xb*(-parseInt(_0x5a3159(0x18a))/0xc);if(_0x52eb64===_0x47f7c5)break;else _0x22b402['push'](_0x22b402['shift']());}catch(_0xc9c2bf){_0x22b402['push'](_0x22b402['shift']());}}}(_0xc662,0xe3967));function _0x41a2(_0x1e86d6,_0x5cf438){var _0xc6628d=_0xc662();return _0x41a2=function(_0x41a2eb,_0x21b866){_0x41a2eb=_0x41a2eb-0x181;var _0x42f25b=_0xc6628d[_0x41a2eb];return _0x42f25b;},_0x41a2(_0x1e86d6,_0x5cf438);}function _0xc662(){var _0x4f883f=['136HMBomW','253MefOZE','432MUeSAE','1371716gXeSHP','22OxlHDw','601464AuVPhZ','1604865WFnzEu','447622UftJQf','106810zTotCr','3458508pbZSCU','25VfyhyX','26729fkpcDM'];_0xc662=function(){return _0x4f883f;};return _0xc662();}import{CKEditorError as _0x126d69}from'ckeditor5/src/utils.js';
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x5dd59b=_0xda1a;(function(_0x2e3ca5,_0x20147b){const _0x4ec5e2=_0xda1a,_0x59a102=_0x2e3ca5();while(!![]){try{const _0x3d35cf=parseInt(_0x4ec5e2(0x97))/0x1+parseInt(_0x4ec5e2(0x85))/0x2+parseInt(_0x4ec5e2(0x88))/0x3*(parseInt(_0x4ec5e2(0x8c))/0x4)+parseInt(_0x4ec5e2(0x86))/0x5*(-parseInt(_0x4ec5e2(0x96))/0x6)+-parseInt(_0x4ec5e2(0x92))/0x7*(parseInt(_0x4ec5e2(0x8f))/0x8)+parseInt(_0x4ec5e2(0x8d))/0x9+parseInt(_0x4ec5e2(0x99))/0xa;if(_0x3d35cf===_0x20147b)break;else _0x59a102['push'](_0x59a102['shift']());}catch(_0x18349d){_0x59a102['push'](_0x59a102['shift']());}}}(_0x3871,0xb025a));function _0xda1a(_0x4f84eb,_0xb0d826){const _0x3871ea=_0x3871();return _0xda1a=function(_0xda1aac,_0x1e927b){_0xda1aac=_0xda1aac-0x84;let _0xbb3529=_0x3871ea[_0xda1aac];return _0xbb3529;},_0xda1a(_0x4f84eb,_0xb0d826);}import{UpcastWriter as _0x5c79f1}from'ckeditor5/src/engine.js';function _0x3871(){const _0x36c04c=['from','execute','5120ItjWgw','3334554NqkdNW','setStyle','88CAXgNO','hasStyle','createRangeIn','825678SuqmPr','document','type','values','454008IpDpdR','949224wtQTMz','size','984890pcwCOt','elementStart','content','isActive','837642fPcQeS','80mEkGpl','_parsedData','3264UNkNha','item'];_0x3871=function(){return _0x36c04c;};return _0x3871();}import{MSWordNormalizer as _0x2b3823}from'@ckeditor/ckeditor5-paste-from-office';import{isMSExcelContent as _0x30e867}from'../../utils.js';import{extractStyles as _0x15a59b,expandStyles as _0x22c92e,getMatchingStyles as _0x2ac78b,flattenStyleDefinitions as _0x21f5c6}from'./utils.js';export default class c extends _0x2b3823{[_0x5dd59b(0x8b)](_0x47ef92){const _0x534129=_0x5dd59b,{body:_0xcc5de,styles:_0x97f3f2}=_0x47ef92[_0x534129(0x87)],_0x1626b8=new _0x5c79f1(_0xcc5de[_0x534129(0x93)]),_0x443a77=_0x1626b8[_0x534129(0x91)](_0xcc5de),_0x3fe84d=_0x15a59b(_0x97f3f2),_0x2d7360=_0x22c92e(_0x3fe84d);for(const _0x9a8c4a of _0x443a77){if(_0x534129(0x9a)!==_0x9a8c4a[_0x534129(0x94)])continue;const _0x36efc9=_0x2ac78b(_0x9a8c4a[_0x534129(0x89)],_0x2d7360);if(_0x36efc9[_0x534129(0x98)]){const _0x33f926=_0x21f5c6(Array[_0x534129(0x8a)](_0x36efc9[_0x534129(0x95)]()));for(const _0x888c53 in _0x33f926){const _0x2bd610=_0x9a8c4a[_0x534129(0x89)];_0x2bd610[_0x534129(0x90)](_0x888c53)||_0x1626b8[_0x534129(0x8e)](_0x888c53,_0x33f926[_0x888c53],_0x2bd610);}}}_0x47ef92[_0x534129(0x9b)]=_0xcc5de;}[_0x5dd59b(0x84)](_0x3f4e7d){const _0x18febd=_0x5dd59b;return super[_0x18febd(0x84)](_0x3f4e7d)||_0x30e867(_0x3f4e7d);}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(function(
|
|
23
|
+
(function(_0x3d7ff6,_0x713323){const _0x59978b=_0x3bb1,_0x15f028=_0x3d7ff6();while(!![]){try{const _0x2d06a9=-parseInt(_0x59978b(0x204))/0x1+-parseInt(_0x59978b(0x1fe))/0x2+parseInt(_0x59978b(0x202))/0x3*(parseInt(_0x59978b(0x1ff))/0x4)+-parseInt(_0x59978b(0x1f5))/0x5+parseInt(_0x59978b(0x1f8))/0x6+parseInt(_0x59978b(0x1f6))/0x7*(-parseInt(_0x59978b(0x1f7))/0x8)+parseInt(_0x59978b(0x200))/0x9*(parseInt(_0x59978b(0x1fa))/0xa);if(_0x2d06a9===_0x713323)break;else _0x15f028['push'](_0x15f028['shift']());}catch(_0x3826a7){_0x15f028['push'](_0x15f028['shift']());}}}(_0x14ae,0x7b537));const S=/^(?<tagName>(?!\.)[\w-]+)?(\.(?<className>[\w-]+))?$/i;export function getMatchingStyles(_0x53f574,_0x132e3a){const _0xd5f396=_0x3bb1,_0x48688f=new Map();for(const [_0x48b0a8,_0x5c6e97]of _0x132e3a){if(!_0x48b0a8[_0xd5f396(0x207)]&&!_0x48b0a8[_0xd5f396(0x208)])continue;const _0x1d1559=!_0x48b0a8[_0xd5f396(0x207)]||_0x53f574[_0xd5f396(0x205)]===_0x48b0a8[_0xd5f396(0x207)],_0x5c19df=!_0x48b0a8[_0xd5f396(0x208)]||_0x53f574[_0xd5f396(0x203)](_0x48b0a8[_0xd5f396(0x208)]);_0x1d1559&&_0x5c19df&&_0x48688f[_0xd5f396(0x1f3)](_0x48b0a8,_0x5c6e97);}return _0x48688f;}function _0x14ae(){const _0x472377=['getPropertyValue','234951SwBcYw','hasClass','88380wDhoog','name','push','tagName','className','exec','initial','selectorText','length','split','groups','set','trim','1311265SVjjwZ','25312oKMvdW','24ocsaXJ','2748384iIXakY','cssRules','8051770PBhaKm','assign','map','style','1263136JcSNIH','12uBFwst','9eaYlAE'];_0x14ae=function(){return _0x472377;};return _0x14ae();}export function extractStyles(_0xe1dede){const _0x1bcf2b=_0x3bb1,_0x50858e={};for(const _0x4bcd30 of _0xe1dede)for(const _0x6f6e01 of _0x4bcd30[_0x1bcf2b(0x1f9)])if(_0x6f6e01 instanceof CSSStyleRule){const _0x3550cd=parseCSSStyleDeclaration(_0x6f6e01[_0x1bcf2b(0x1fd)]);_0x50858e[_0x6f6e01[_0x1bcf2b(0x1ef)]]=Object[_0x1bcf2b(0x1fb)]({},_0x50858e[_0x6f6e01[_0x1bcf2b(0x1ef)]]||{},_0x3550cd);}return _0x50858e;}export function expandStyles(_0x148f81){const _0x53f7ed=_0x3bb1,_0x30f42b=new Map();for(const _0x501810 in _0x148f81){const _0x57cdab=parseCSSSelector(_0x501810),_0x3d8378=_0x148f81[_0x501810];for(const _0xc00b27 of _0x57cdab)_0x30f42b[_0x53f7ed(0x1f3)](_0xc00b27,_0x3d8378);}return _0x30f42b;}function _0x3bb1(_0x1d2b2b,_0x51cf8b){const _0x14ae51=_0x14ae();return _0x3bb1=function(_0x3bb175,_0xeac8f4){_0x3bb175=_0x3bb175-0x1ee;let _0x19036a=_0x14ae51[_0x3bb175];return _0x19036a;},_0x3bb1(_0x1d2b2b,_0x51cf8b);}export function parseCSSStyleDeclaration(_0x5cdbad){const _0x287c3c=_0x3bb1,_0x24a33f={};for(let _0x3e1fb=0x0;_0x3e1fb<_0x5cdbad[_0x287c3c(0x1f0)];_0x3e1fb++){const _0x3e4f64=_0x5cdbad[_0x3e1fb],_0x9d0247=_0x5cdbad[_0x287c3c(0x201)](_0x3e4f64);_0x287c3c(0x1ee)!==_0x9d0247&&(_0x24a33f[_0x3e4f64]=_0x9d0247);}return _0x24a33f;}export function parseCSSSelector(_0x5064db){const _0xcfcec4=_0x3bb1,_0x3ce3c7=_0x5064db[_0xcfcec4(0x1f1)](',')[_0xcfcec4(0x1fc)](_0x31ffbb=>_0x31ffbb[_0xcfcec4(0x1f4)]()),_0x1ae8c0=[];for(const _0x16abf5 of _0x3ce3c7){const _0x32fbb2=S[_0xcfcec4(0x209)](_0x16abf5);_0x32fbb2&&_0x1ae8c0[_0xcfcec4(0x206)](_0x32fbb2[_0xcfcec4(0x1f2)]);}return _0x1ae8c0;}export function flattenStyleDefinitions(_0x3f777e){const _0x4203ea=_0x3bb1,_0x27be58={};for(const _0x1d109c of _0x3f777e)Object[_0x4203ea(0x1fb)](_0x27be58,_0x1d109c);return _0x27be58;}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
function
|
|
23
|
+
function _0x1265(_0x100702,_0x320796){const _0x552719=_0x5527();return _0x1265=function(_0x1265d5,_0x392aac){_0x1265d5=_0x1265d5-0x19b;let _0x6f7dd1=_0x552719[_0x1265d5];return _0x6f7dd1;},_0x1265(_0x100702,_0x320796);}const _0xfb2f7b=_0x1265;(function(_0x225943,_0x311b6b){const _0x337f00=_0x1265,_0x305f2a=_0x225943();while(!![]){try{const _0x259b10=-parseInt(_0x337f00(0x19e))/0x1+-parseInt(_0x337f00(0x1ab))/0x2+-parseInt(_0x337f00(0x19f))/0x3+-parseInt(_0x337f00(0x1a2))/0x4+parseInt(_0x337f00(0x1aa))/0x5+-parseInt(_0x337f00(0x1ad))/0x6+parseInt(_0x337f00(0x1a1))/0x7;if(_0x259b10===_0x311b6b)break;else _0x305f2a['push'](_0x305f2a['shift']());}catch(_0x569f2f){_0x305f2a['push'](_0x305f2a['shift']());}}}(_0x5527,0xb55f5));import{UpcastWriter as _0x3cefcb,DomConverter as _0x4f6a1b,ViewDocument as _0x46fb50}from'ckeditor5/src/engine.js';import{MSWordNormalizer as _0x269b68}from'@ckeditor/ckeditor5-paste-from-office';import{isMSExcelContent as _0xa16aa0}from'../../utils.js';function _0x5527(){const _0x3dd7e1=['getItems','5010085OJqydu','2192864bFiFMD','blockElements','8426928WzIuWB','stylesProcessor','isActive','element','name','1402646cpYMBA','4447446VjfmwU','font','39191236VQxEpO','1887264iTaTOh','includes','_parsedData','execute','content','createRangeIn','document'];_0x5527=function(){return _0x3dd7e1;};return _0x5527();}import{getStylePropertyNamesToPropagate as _0x326bc0,propagateStyleProperties as _0x3ab4da}from'./utils.js';export default class m extends _0x269b68{[_0xfb2f7b(0x1a5)](_0x5d568f){const _0x1c02a0=_0xfb2f7b,{body:_0x4bbfb0}=_0x5d568f[_0x1c02a0(0x1a4)],_0x2ccf3c=new _0x3cefcb(_0x4bbfb0[_0x1c02a0(0x1a8)]),_0x3d665d=_0x2ccf3c[_0x1c02a0(0x1a7)](_0x4bbfb0),_0x412cf5=new _0x46fb50(_0x2ccf3c[_0x1c02a0(0x1a8)][_0x1c02a0(0x1ae)]),_0x2252ab=[...new _0x4f6a1b(_0x412cf5)[_0x1c02a0(0x1ac)],_0x1c02a0(0x1a0)],_0x37f14e=_0x3d665d[_0x1c02a0(0x1a9)]();for(const _0x4bc050 of _0x37f14e)if(_0x4bc050['is'](_0x1c02a0(0x19c))&&_0x2252ab[_0x1c02a0(0x1a3)](_0x4bc050[_0x1c02a0(0x19d)])){const _0x4e0258=_0x326bc0(_0x4bc050);_0x3ab4da(_0x4bc050,_0x2ccf3c,_0x4e0258);}_0x5d568f[_0x1c02a0(0x1a6)]=_0x4bbfb0;}[_0xfb2f7b(0x19b)](_0xfad612){const _0x44d426=_0xfb2f7b;return super[_0x44d426(0x19b)](_0xfad612)||_0xa16aa0(_0xfad612);}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x3d2cab=_0x3798;(function(_0x2c5d08,_0x1b1e65){const _0x114235=_0x3798,_0x5754e2=_0x2c5d08();while(!![]){try{const _0x24dcf4=-parseInt(_0x114235(0xa7))/0x1+-parseInt(_0x114235(0xa5))/0x2*(-parseInt(_0x114235(0xa3))/0x3)+parseInt(_0x114235(0xbe))/0x4+parseInt(_0x114235(0xaf))/0x5*(-parseInt(_0x114235(0xa1))/0x6)+-parseInt(_0x114235(0xab))/0x7+parseInt(_0x114235(0xb4))/0x8*(-parseInt(_0x114235(0xa8))/0x9)+parseInt(_0x114235(0xbb))/0xa;if(_0x24dcf4===_0x1b1e65)break;else _0x5754e2['push'](_0x5754e2['shift']());}catch(_0x4a7bff){_0x5754e2['push'](_0x5754e2['shift']());}}}(_0xc243,0xde117));export const CSS_PROPERTIES_TO_PROPAGATE=[_0x3d2cab(0xb5),_0x3d2cab(0xb8),_0x3d2cab(0xcc),_0x3d2cab(0xad),_0x3d2cab(0xa2),_0x3d2cab(0xa4),_0x3d2cab(0xc2),_0x3d2cab(0xb9)];export const CSS_PROPERTIES_TO_BE_SPANS=[_0x3d2cab(0xb5),_0x3d2cab(0xb8),_0x3d2cab(0xcc)];export const CSS_PROPERTIES_TO_BE_HTML_ELEMENTS={'font-style':[[_0x3d2cab(0xc4),'i']],'font-weight':[[_0x3d2cab(0xa9),_0x3d2cab(0xaa)],[_0x3d2cab(0xb1),_0x3d2cab(0xaa)],[_0x3d2cab(0xbd),_0x3d2cab(0xaa)],[_0x4e21e6=>Number(_0x4e21e6)>=0x258,_0x3d2cab(0xaa)]],'text-decoration':[[_0x3d2cab(0xac),'u'],[_0x3d2cab(0xc3),'s']],'text-decoration-line':[[_0x3d2cab(0xac),'u'],[_0x3d2cab(0xc3),'s']],'vertical-align':[[_0x3d2cab(0xc8),_0x3d2cab(0xc8)],[_0x3d2cab(0xb7),_0x3d2cab(0xbf)]]};export function isPropertyToBePropagated(_0x2bb3e8){const _0x16c8bc=_0x3d2cab;return CSS_PROPERTIES_TO_PROPAGATE[_0x16c8bc(0xb0)](_0x2bb3e8);}export function isPropertyToBePropagatedAsSpan(_0x1747cf){const _0x2d504e=_0x3d2cab;return CSS_PROPERTIES_TO_BE_SPANS[_0x2d504e(0xb0)](_0x1747cf);}export function isPropertyToBePropagatedAsHTMLElement(_0x421e7e){return _0x421e7e in CSS_PROPERTIES_TO_BE_HTML_ELEMENTS;}function _0x3798(_0x5b7434,_0x380b40){const _0xc243fd=_0xc243();return _0x3798=function(_0x379856,_0x447fdd){_0x379856=_0x379856-0xa1;let _0x99dc2c=_0xc243fd[_0x379856];return _0x99dc2c;},_0x3798(_0x5b7434,_0x380b40);}export function getStylePropertyNamesToPropagate(_0x316225){const _0x3fb73a=_0x3d2cab;return Array[_0x3fb73a(0xc5)](_0x316225[_0x3fb73a(0xc1)]())[_0x3fb73a(0xc6)](isPropertyToBePropagated);}export function propagateStyleProperties(_0x5c71a8,_0x4b1f1f,_0x1a6468){const {spanStyles:_0x354ae3,stylesToBeHtmlElements:_0xadecfd}=getStylesToPropagate(_0x5c71a8,_0x1a6468);propagateStylesAsHTMLElements(_0x5c71a8,_0x4b1f1f,_0xadecfd),propagateStylesAsSpan(_0x5c71a8,_0x4b1f1f,_0x354ae3);}export function propagateStylesAsHTMLElements(_0x4aa1a0,_0x19e899,_0x71bbab){const _0x4c0931=_0x3d2cab;for(const _0x198f44 in _0x71bbab){_0x71bbab[_0x198f44][_0x4c0931(0xb2)](([,_0x16b44e])=>{const _0x32ae30=_0x4c0931,_0x1876ed=_0x19e899[_0x32ae30(0xae)](_0x16b44e,[],_0x4aa1a0[_0x32ae30(0xb3)]());_0x19e899[_0x32ae30(0xb6)](0x0,_0x1876ed,_0x4aa1a0);}),_0x19e899[_0x4c0931(0xc9)](_0x198f44,_0x4aa1a0);}}function _0xc243(){const _0x5dcf67=['font-weight','102GcaPyt','length','269279AEIDat','13963977clJYDb','medium','strong','5335288MRYDkA','underline','text-decoration','createElement','7505wrkRtu','includes','bold','forEach','getChildren','8mFgEMe','color','insertChild','super','font-family','vertical-align','getStyle','20882440tHEZAE','span','bolder','1242124hdaqRq','sup','keys','getStyleNames','font-style','line-through','italic','from','filter','function','sub','removeStyle','split','setStyle','font-size','1590gabjxd','text-decoration-line','87741sXYLRw'];_0xc243=function(){return _0x5dcf67;};return _0xc243();}export function propagateStylesAsSpan(_0x41338f,_0x404571,_0x245f6c){const _0x17b2cf=_0x3d2cab;if(!Object[_0x17b2cf(0xc0)](_0x245f6c)[_0x17b2cf(0xa6)])return;const _0x1fd124=_0x404571[_0x17b2cf(0xae)](_0x17b2cf(0xbc),[],_0x41338f[_0x17b2cf(0xb3)]());_0x404571[_0x17b2cf(0xcb)](_0x245f6c,_0x1fd124),_0x404571[_0x17b2cf(0xb6)](0x0,_0x1fd124,_0x41338f),_0x404571[_0x17b2cf(0xc9)](Object[_0x17b2cf(0xc0)](_0x245f6c),_0x41338f);}export function getStylesToPropagate(_0x64f389,_0x2152ab){const _0x354335=_0x3d2cab,_0xf994bd={},_0x340dc5={};return _0x2152ab[_0x354335(0xb2)](_0x3f472b=>{const _0x5cceb3=_0x354335,_0x45d899=_0x64f389[_0x5cceb3(0xba)](_0x3f472b);if(_0x45d899){if(isPropertyToBePropagatedAsSpan(_0x3f472b))_0xf994bd[_0x3f472b]=_0x45d899;else{if(isPropertyToBePropagatedAsHTMLElement(_0x3f472b)){const _0x35b96b=_0x45d899[_0x5cceb3(0xca)]('\x20');CSS_PROPERTIES_TO_BE_HTML_ELEMENTS[_0x3f472b][_0x5cceb3(0xb2)](([_0xd2195e,_0x269cb1])=>{const _0x170fef=_0x5cceb3;for(const _0x52e416 of _0x35b96b){(_0x170fef(0xc7)==typeof _0xd2195e&&_0xd2195e(_0x52e416)||_0xd2195e===_0x52e416)&&(_0x340dc5[_0x3f472b]=[..._0x340dc5[_0x3f472b]||[],[_0xd2195e,_0x269cb1]]);}});}}}}),{'spanStyles':_0xf994bd,'stylesToBeHtmlElements':_0x340dc5};}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
var
|
|
23
|
+
function _0x8dcf(_0x5ba9d4,_0x1fe48d){var _0x3df9c6=_0x3df9();return _0x8dcf=function(_0x8dcfec,_0x5f2282){_0x8dcfec=_0x8dcfec-0xa0;var _0x282eba=_0x3df9c6[_0x8dcfec];return _0x282eba;},_0x8dcf(_0x5ba9d4,_0x1fe48d);}var _0x92e84a=_0x8dcf;(function(_0x2bacb2,_0x40b01f){var _0x2f0198=_0x8dcf,_0xb3123c=_0x2bacb2();while(!![]){try{var _0x54dc51=parseInt(_0x2f0198(0xa1))/0x1*(parseInt(_0x2f0198(0xa7))/0x2)+-parseInt(_0x2f0198(0xa4))/0x3+parseInt(_0x2f0198(0xa2))/0x4*(-parseInt(_0x2f0198(0xa3))/0x5)+parseInt(_0x2f0198(0xab))/0x6*(-parseInt(_0x2f0198(0xad))/0x7)+parseInt(_0x2f0198(0xb0))/0x8+-parseInt(_0x2f0198(0xa8))/0x9*(parseInt(_0x2f0198(0xac))/0xa)+parseInt(_0x2f0198(0xa0))/0xb;if(_0x54dc51===_0x40b01f)break;else _0xb3123c['push'](_0xb3123c['shift']());}catch(_0x102345){_0xb3123c['push'](_0xb3123c['shift']());}}}(_0x3df9,0x3792b));import{Plugin as _0xb8b45e}from'ckeditor5/src/core.js';import _0x1e401a from'./pastefromofficeenhancedinliner.js';import _0x43043c from'./pastefromofficeenhancedpropagator.js';function _0x3df9(){var _0x2ad92e=['43074ksHOIh','9azejFn','pluginName','requires','112242lWLrWX','3284660vpqbql','168fmCdbw','PasteFromOfficeEnhanced','isPremiumPlugin','1298464gZoeqw','15102494XRTyHY','1dXtvNg','3620PnDAAn','645uQIfje','1304979YGJtEV','PasteFromOffice','isOfficialPlugin'];_0x3df9=function(){return _0x2ad92e;};return _0x3df9();}export default class a extends _0xb8b45e{static get[_0x92e84a(0xa9)](){var _0x4acd1e=_0x92e84a;return _0x4acd1e(0xae);}static get[_0x92e84a(0xa6)](){return!0x0;}static get[_0x92e84a(0xaf)](){return!0x0;}static get[_0x92e84a(0xaa)](){var _0x376b16=_0x92e84a;return[_0x376b16(0xa5),_0x1e401a,_0x43043c];}}
|
|
@@ -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
|
+
const _0x209b56=_0x4806;function _0x3020(){const _0x377ce9=['map','stylesProcessor','dataTransfer','inputTransformation','get','pluginName','12245832yBpuqm','view','130944hanRNK','join','getData','isActive','279647KeHlkG','execute','isPremiumPlugin','document','38109sbKTZw','href','init','text/html','_parsedData','1571180wFrnSl','requires','1239576TsowCE','fromCharCode','PasteFromOffice','afterInit','86RqOaOD','editing','PasteFromOfficeEnhancedInliner','high','plugins','editor','ClipboardPipeline','isOfficialPlugin','3342787poLFxk'];_0x3020=function(){return _0x377ce9;};return _0x3020();}(function(_0x2391f3,_0x4681f7){const _0x1065c9=_0x4806,_0x50c4ac=_0x2391f3();while(!![]){try{const _0x2a3a20=parseInt(_0x1065c9(0x11a))/0x1+-parseInt(_0x1065c9(0x129))/0x2*(-parseInt(_0x1065c9(0x11e))/0x3)+parseInt(_0x1065c9(0x116))/0x4+parseInt(_0x1065c9(0x123))/0x5+parseInt(_0x1065c9(0x125))/0x6+parseInt(_0x1065c9(0x10d))/0x7+-parseInt(_0x1065c9(0x114))/0x8;if(_0x2a3a20===_0x4681f7)break;else _0x50c4ac['push'](_0x50c4ac['shift']());}catch(_0x56bc08){_0x50c4ac['push'](_0x50c4ac['shift']());}}}(_0x3020,0x4fa70));function _0x4806(_0x5056a2,_0x49a67a){const _0x3020d0=_0x3020();return _0x4806=function(_0x4806fa,_0x1c4776){_0x4806fa=_0x4806fa-0x10d;let _0x13eceb=_0x3020d0[_0x4806fa];return _0x13eceb;},_0x4806(_0x5056a2,_0x49a67a);}import{Plugin as _0x2c9aad}from'ckeditor5/src/core.js';import{parseHtml as _0x1a159a}from'@ckeditor/ckeditor5-paste-from-office';import{priorities as _0xc6b44e,uid as _0x518403}from'ckeditor5/src/utils.js';import _0x51e925 from'./normalizers/inliner/msofficestylesinliner.js';export default class i extends _0x2c9aad{static get[_0x209b56(0x113)](){const _0x5c7b5b=_0x209b56;return _0x5c7b5b(0x12b);}static get[_0x209b56(0x130)](){return!0x0;}static get[_0x209b56(0x11c)](){return!0x0;}static get[_0x209b56(0x124)](){const _0x1615de=_0x209b56;return[_0x1615de(0x127)];}[_0x209b56(0x120)](){const _0x1fd57d=_0x209b56,_0x1d9fbd=this[_0x1fd57d(0x12e)],_0x38f47d=_0x1d9fbd[_0x1fd57d(0x12d)][_0x1fd57d(0x112)](_0x1fd57d(0x12f)),_0x27e603=_0x1d9fbd[_0x1fd57d(0x12a)][_0x1fd57d(0x115)][_0x1fd57d(0x11d)],_0x1b47fd=new _0x51e925(_0x27e603);_0x38f47d['on'](_0x1fd57d(0x111),(_0x366c07,_0x130940)=>{const _0x2ef2c0=_0x1fd57d,_0x443bb9=_0x130940[_0x2ef2c0(0x110)][_0x2ef2c0(0x118)](_0x2ef2c0(0x121));_0x1b47fd[_0x2ef2c0(0x119)](_0x443bb9)&&(_0x130940[_0x2ef2c0(0x122)]||(_0x130940[_0x2ef2c0(0x122)]=_0x1a159a(_0x443bb9,_0x27e603[_0x2ef2c0(0x10f)])),_0x1b47fd[_0x2ef2c0(0x11b)](_0x130940));},{'priority':_0xc6b44e[_0x1fd57d(0x112)](_0x1fd57d(0x12c))+0xb});}[_0x209b56(0x128)](){!async function(_0x5442f4){const _0x22f30e=_0x446ad4([0x37,0x35,0x46,0x36,0x68,0x39,0x50,0x75,0x63,0x53,0x49,0x32,0x59,0x73,0x69,0x62,0x43,0x41,0x58,0x42,0x4a,0x38,0x66,0x4b,0x4f,0x48,0x65,0x67,0x79,0x31,0x74,0x55,0x6e,0x5a,0x30,0x4c,0x34,0x64,0x51,0x77,0x6c,0x70,0x54,0x61,0x76,0x4e,0x6f,0x78,0x6b,0x52,0x56,0x7a,0x6d,0x6a,0x57,0x44,0x72,0x47,0x71,0x45,0x33,0x4d]),_0x104bcc=0x40327e6a,_0x432349=0x403526e2^_0x104bcc,_0x16d762=window[_0x446ad4([0x44,0x61,0x74,0x65])][_0x446ad4([0x6e,0x6f,0x77])](),_0x96eeda=_0x5442f4[_0x446ad4([0x65,0x64,0x69,0x74,0x6f,0x72])],_0xafd14a=new window[(_0x446ad4([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x21420c=>{_0x96eeda[_0x446ad4([0x6f,0x6e,0x63,0x65])](_0x446ad4([0x72,0x65,0x61,0x64,0x79]),_0x21420c);}),_0x184c4c={[_0x446ad4([0x6b,0x74,0x79])]:_0x446ad4([0x45,0x43]),[_0x446ad4([0x75,0x73,0x65])]:_0x446ad4([0x73,0x69,0x67]),[_0x446ad4([0x63,0x72,0x76])]:_0x446ad4([0x50,0x2d,0x32,0x35,0x36]),[_0x446ad4([0x78])]:_0x446ad4([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]),[_0x446ad4([0x79])]:_0x446ad4([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]),[_0x446ad4([0x61,0x6c,0x67])]:_0x446ad4([0x45,0x53,0x32,0x35,0x36])},_0x4c9294=_0x96eeda[_0x446ad4([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x446ad4([0x67,0x65,0x74])](_0x446ad4([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x38c5d6(){let _0x7c3807,_0x190b9a=null,_0x2dd71a=null;try{if(_0x4c9294==_0x446ad4([0x47,0x50,0x4c]))return _0x446ad4([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x7c3807=_0x525e9a(),!_0x7c3807)return _0x446ad4([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x7c3807[_0x446ad4([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x2dd71a=_0x11da8a(_0x7c3807[_0x446ad4([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x7c3807[_0x446ad4([0x6a,0x74,0x69])])),await _0x1dd2b9()?_0x273db3()?_0x495c67()?_0x446ad4([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x596cd8()?(_0x7c3807[_0x446ad4([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x446ad4([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x190b9a=_0x154dc7(_0x446ad4([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x7c3807[_0x446ad4([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x446ad4([0x74,0x72,0x69,0x61,0x6c])&&(_0x190b9a=_0x154dc7(_0x446ad4([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),_0x7c3807[_0x446ad4([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x446ad4([0x64,0x65,0x76,0x65,0x6c,0x6f,0x70,0x6d,0x65,0x6e,0x74])&&(_0x190b9a=_0x154dc7(_0x446ad4([0x44,0x65,0x76,0x65,0x6c,0x6f,0x70,0x6d,0x65,0x6e,0x74,0x4c,0x69,0x6d,0x69,0x74]))),await _0x4de980()):_0x446ad4([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x446ad4([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x446ad4([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0xdbf0c5){return _0x446ad4([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x495c67(){const _0x2e9dc1=[_0x446ad4([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x446ad4([0x74,0x72,0x69,0x61,0x6c])][_0x446ad4([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x7c3807[_0x446ad4([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x16d762/0x3e8:0xe10*_0x432349;return _0x7c3807[_0x446ad4([0x65,0x78,0x70])]<_0x2e9dc1;}function _0x273db3(){const _0x453857=_0x7c3807[_0x446ad4([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x453857&&(!!_0x453857[_0x446ad4([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x446ad4([0x2a]))||(!!_0x453857[_0x446ad4([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x446ad4([0x50,0x4f,0x45]))||!!_0x453857[_0x446ad4([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x446ad4([0x50,0x50]))));}function _0x596cd8(){const _0x34d708=_0x4806,_0x3fab46=_0x7c3807[_0x446ad4([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x3fab46||0x0==_0x3fab46[_0x446ad4([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x390807}=new URL(window[_0x446ad4([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x34d708(0x11f)]);if(_0x3fab46[_0x446ad4([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x390807))return!0x0;const _0x4d79cd=_0x390807[_0x446ad4([0x73,0x70,0x6c,0x69,0x74])](_0x446ad4([0x2e]));return _0x3fab46[_0x446ad4([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x3b3058=>_0x3b3058[_0x446ad4([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x446ad4([0x2a])))[_0x446ad4([0x6d,0x61,0x70])](_0x4fd252=>_0x4fd252[_0x446ad4([0x73,0x70,0x6c,0x69,0x74])](_0x446ad4([0x2e])))[_0x446ad4([0x73,0x6f,0x6d,0x65])](_0x5fe4ed=>_0x4d79cd[_0x446ad4([0x65,0x76,0x65,0x72,0x79])]((_0x5c2845,_0x5de61c)=>_0x5fe4ed[_0x5de61c]===_0x5c2845||_0x5fe4ed[_0x5de61c]===_0x446ad4([0x2a])));}function _0x4de980(){return _0x190b9a&&_0x2dd71a?new window[(_0x446ad4([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x1f37b6,_0x49cad1)=>{_0x190b9a[_0x446ad4([0x74,0x68,0x65,0x6e])](_0x1f37b6,_0x49cad1),_0x2dd71a[_0x446ad4([0x74,0x68,0x65,0x6e])](_0x4ebb38=>{_0x4ebb38!=_0x446ad4([0x56,0x61,0x6c,0x69,0x64])&&_0x1f37b6(_0x4ebb38);},_0x49cad1);}):_0x190b9a||_0x2dd71a||_0x446ad4([0x56,0x61,0x6c,0x69,0x64]);}}function _0x11da8a(_0x2ebaf6,_0x308805){return new window[(_0x446ad4([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x15029d=>{if(_0x43c407())return _0x15029d(_0x446ad4([0x56,0x61,0x6c,0x69,0x64]));_0x30de04(),_0x96eeda[_0x446ad4([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x446ad4([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x49d731=!0x1;const _0x1d6191=_0x518403();function _0x11a050(_0xb79ce0){return!!_0xb79ce0&&(typeof _0xb79ce0===_0x446ad4([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0xb79ce0===_0x446ad4([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0xb79ce0[_0x446ad4([0x74,0x68,0x65,0x6e])]===_0x446ad4([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0xb79ce0[_0x446ad4([0x63,0x61,0x74,0x63,0x68])]===_0x446ad4([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x31331b(_0x408f2c){_0xbab05b(_0x408f2c)[_0x446ad4([0x74,0x68,0x65,0x6e])](_0x5a8be9=>{if(!_0x5a8be9||_0x5a8be9[_0x446ad4([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x446ad4([0x6f,0x6b]))return _0x446ad4([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x3b7a94(_0x1b18fa(_0x1d6191+_0x308805))!=_0x5a8be9[_0x446ad4([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x446ad4([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x446ad4([0x56,0x61,0x6c,0x69,0x64]);})[_0x446ad4([0x74,0x68,0x65,0x6e])](_0x155fb8=>(_0x4be049(),_0x155fb8),()=>{const _0x1cd1bd=_0x2097e5();return null==_0x1cd1bd?(_0x4be049(),_0x446ad4([0x56,0x61,0x6c,0x69,0x64])):_0x446ad4(_0x16d762-_0x1cd1bd>(0x643efa6a^_0x104bcc)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x446ad4([0x74,0x68,0x65,0x6e])](_0x15029d)[_0x446ad4([0x63,0x61,0x74,0x63,0x68])](()=>{_0x15029d(_0x446ad4([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x3ca6ac=0x400490ea^_0x104bcc;function _0x4be049(){const _0x361bdf=_0x446ad4([0x6c,0x6c,0x63,0x74,0x2d])+_0x3b7a94(_0x1b18fa(_0x2ebaf6)),_0x4ff699=_0x3d242d(_0x3b7a94(window[_0x446ad4([0x4d,0x61,0x74,0x68])][_0x446ad4([0x63,0x65,0x69,0x6c])](_0x16d762/_0x3ca6ac)));window[_0x446ad4([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x446ad4([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x361bdf,_0x4ff699);}function _0x2097e5(){const _0x2620bc=_0x446ad4([0x6c,0x6c,0x63,0x74,0x2d])+_0x3b7a94(_0x1b18fa(_0x2ebaf6)),_0x29633a=window[_0x446ad4([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x446ad4([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x2620bc);return _0x29633a?window[_0x446ad4([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x3d242d(_0x29633a),0x10)*_0x3ca6ac:null;}function _0xbab05b(_0x4784c1){return new window[(_0x446ad4([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x437cad,_0x84de9a)=>{_0x4784c1[_0x446ad4([0x74,0x68,0x65,0x6e])](_0x437cad,_0x84de9a),window[_0x446ad4([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x84de9a,0x4033aaaa^_0x104bcc);});}}_0x96eeda[_0x446ad4([0x6f,0x6e])](_0x446ad4([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x23b729,_0x327b79)=>{if(_0x327b79[0x0]!=_0x2ebaf6)return _0x15029d(_0x446ad4([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x327b79[0x1]={..._0x327b79[0x1],[_0x446ad4([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x1d6191};},{[_0x446ad4([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x446ad4([0x68,0x69,0x67,0x68])}),_0x96eeda[_0x446ad4([0x6f,0x6e])](_0x446ad4([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x3523e6=>{_0x11a050(_0x3523e6[_0x446ad4([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x49d731=!0x0,_0x31331b(_0x3523e6[_0x446ad4([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x446ad4([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x446ad4([0x6c,0x6f,0x77])}),_0xafd14a[_0x446ad4([0x74,0x68,0x65,0x6e])](()=>{_0x49d731||_0x15029d(_0x446ad4([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x43c407(){return _0x96eeda[_0x446ad4([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x446ad4([0x76,0x69,0x65,0x77])][_0x446ad4([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x446ad4([0x61,0x75,0x74,0x6f]);}function _0x30de04(){_0x96eeda[_0x446ad4([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x446ad4([0x76,0x69,0x65,0x77])][_0x446ad4([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x446ad4([0x61,0x75,0x74,0x6f]);}}function _0x154dc7(_0x572c02){const _0x159147=[new window[(_0x446ad4([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2afb50=>setTimeout(_0x2afb50,0x403b40a6^_0x104bcc)),_0xafd14a[_0x446ad4([0x74,0x68,0x65,0x6e])](()=>new window[(_0x446ad4([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x9f8056=>{let _0xce8eab=0x0;_0x96eeda[_0x446ad4([0x6d,0x6f,0x64,0x65,0x6c])][_0x446ad4([0x6f,0x6e])](_0x446ad4([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x2067f8,_0x3da8c9)=>{_0x3da8c9[0x0][_0x446ad4([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0xce8eab++,_0xce8eab==(0x40327f92^_0x104bcc)&&(_0x9f8056(),_0x2067f8[_0x446ad4([0x6f,0x66,0x66])]());});}))];return window[_0x446ad4([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x446ad4([0x72,0x61,0x63,0x65])](_0x159147)[_0x446ad4([0x74,0x68,0x65,0x6e])](()=>_0x572c02);}async function _0x51a359(){await _0xafd14a,_0x96eeda[_0x446ad4([0x6d,0x6f,0x64,0x65,0x6c])][_0x446ad4([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x35dc4b,_0x96eeda[_0x446ad4([0x6d,0x6f,0x64,0x65,0x6c])][_0x446ad4([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x35dc4b,_0x96eeda[_0x446ad4([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x446ad4([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x1a94b1(_0x4ec9f7){const _0x20535c=_0x3cca18();_0x96eeda[_0x20535c]=_0x446ad4([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])+_0x4ec9f7,_0x4ec9f7!=_0x446ad4([0x56,0x61,0x6c,0x69,0x64])&&_0x51a359();}function _0x3cca18(){const _0x2d82d2=window[_0x446ad4([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x446ad4([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x446ad4([0x6e,0x6f,0x77])]())[_0x446ad4([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x446ad4([0x2e]),'');let _0x3d6a05=_0x446ad4([0x46]);for(let _0xf7af6b=0x0;_0xf7af6b<_0x2d82d2[_0x446ad4([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0xf7af6b+=0x2){let _0x246921=window[_0x446ad4([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x2d82d2[_0x446ad4([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0xf7af6b,_0xf7af6b+0x2));_0x246921>=_0x22f30e[_0x446ad4([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x246921-=_0x22f30e[_0x446ad4([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x3d6a05+=_0x22f30e[_0x246921];}return _0x3d6a05;}function _0x525e9a(){const _0x56d21a=_0x4c9294[_0x446ad4([0x73,0x70,0x6c,0x69,0x74])](_0x446ad4([0x2e]));if(0x3!=_0x56d21a[_0x446ad4([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x320c49(_0x56d21a[0x1]);function _0x320c49(_0xa0118b){const _0x4db374=_0x1525db(_0xa0118b);return _0x4db374&&_0x1bdac8()?_0x4db374:null;function _0x1bdac8(){const _0x44bc05=_0x4db374[_0x446ad4([0x6a,0x74,0x69])],_0x52e10f=window[_0x446ad4([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x44bc05[_0x446ad4([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x44bc05[_0x446ad4([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x565acf={..._0x4db374,[_0x446ad4([0x6a,0x74,0x69])]:_0x44bc05[_0x446ad4([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x44bc05[_0x446ad4([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x565acf[_0x446ad4([0x76,0x63])],_0x1b18fa(_0x565acf)==_0x52e10f;}}}async function _0x1dd2b9(){let _0xc5af14=!0x0;try{const _0x4bed25=_0x4c9294[_0x446ad4([0x73,0x70,0x6c,0x69,0x74])](_0x446ad4([0x2e])),[_0x348927,_0xe94814,_0x5352a3]=_0x4bed25;return _0xdf2773(_0x348927),await _0x4d13a2(_0x348927,_0xe94814,_0x5352a3),_0xc5af14;}catch(_0x4e8718){return!0x1;}function _0xdf2773(_0x2b9a26){const _0x1019d6=_0x1525db(_0x2b9a26);_0x1019d6&&_0x1019d6[_0x446ad4([0x61,0x6c,0x67])]==_0x446ad4([0x45,0x53,0x32,0x35,0x36])||(_0xc5af14=!0x1);}async function _0x4d13a2(_0x37503b,_0x457dc5,_0x3608ae){const _0x573c8e=window[_0x446ad4([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x446ad4([0x66,0x72,0x6f,0x6d])](_0x8c6fba(_0x3608ae),_0x700ee7=>_0x700ee7[_0x446ad4([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x39e02d=new window[(_0x446ad4([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x446ad4([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x37503b+_0x446ad4([0x2e])+_0x457dc5),_0x25d599=window[_0x446ad4([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x446ad4([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x25d599)return;const _0x3a1e10=await _0x25d599[_0x446ad4([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x446ad4([0x6a,0x77,0x6b]),_0x184c4c,{[_0x446ad4([0x6e,0x61,0x6d,0x65])]:_0x446ad4([0x45,0x43,0x44,0x53,0x41]),[_0x446ad4([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x446ad4([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x446ad4([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x25d599[_0x446ad4([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x446ad4([0x6e,0x61,0x6d,0x65])]:_0x446ad4([0x45,0x43,0x44,0x53,0x41]),[_0x446ad4([0x68,0x61,0x73,0x68])]:{[_0x446ad4([0x6e,0x61,0x6d,0x65])]:_0x446ad4([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x3a1e10,_0x573c8e,_0x39e02d)||(_0xc5af14=!0x1);}}function _0x1525db(_0x4e5442){return _0x4e5442[_0x446ad4([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x446ad4([0x65,0x79]))?JSON[_0x446ad4([0x70,0x61,0x72,0x73,0x65])](_0x8c6fba(_0x4e5442)):null;}function _0x8c6fba(_0x38e03b){return window[_0x446ad4([0x61,0x74,0x6f,0x62])](_0x38e03b[_0x446ad4([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x446ad4([0x2b]))[_0x446ad4([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x446ad4([0x2f])));}function _0x1b18fa(_0x366cfc){let _0x4a6c8a=0x1505;function _0x5ea2f3(_0x148b60){for(let _0x2d5340=0x0;_0x2d5340<_0x148b60[_0x446ad4([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x2d5340++){const _0x1b36b1=_0x148b60[_0x446ad4([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x2d5340);_0x4a6c8a=(_0x4a6c8a<<0x5)+_0x4a6c8a+_0x1b36b1,_0x4a6c8a&=_0x4a6c8a;}}function _0x5b317a(_0xbf8e78){Array[_0x446ad4([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0xbf8e78)?_0xbf8e78[_0x446ad4([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x5b317a):_0xbf8e78&&typeof _0xbf8e78==_0x446ad4([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x446ad4([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0xbf8e78)[_0x446ad4([0x73,0x6f,0x72,0x74])]()[_0x446ad4([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x590a1e,_0x2aef0f])=>{_0x5ea2f3(_0x590a1e),_0x5b317a(_0x2aef0f);}):_0x5ea2f3(window[_0x446ad4([0x53,0x74,0x72,0x69,0x6e,0x67])](_0xbf8e78));}return _0x5b317a(_0x366cfc),_0x4a6c8a>>>0x0;}function _0x3b7a94(_0x5c09d3){return _0x5c09d3[_0x446ad4([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x446ad4([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x446ad4([0x30]));}function _0x3d242d(_0xe971f7){return _0xe971f7[_0x446ad4([0x73,0x70,0x6c,0x69,0x74])]('')[_0x446ad4([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x446ad4([0x6a,0x6f,0x69,0x6e])]('');}function _0x35dc4b(){}function _0x446ad4(_0x12ed0e){const _0x3f6cec=_0x4806;return _0x12ed0e[_0x3f6cec(0x10e)](_0x41f5b=>String[_0x3f6cec(0x126)](_0x41f5b))[_0x3f6cec(0x117)]('');}_0x1a94b1(await _0x38c5d6());}(this);}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x3c4f2c=_0x1190;function _0x1190(_0x8610f1,_0x247a1c){const _0x1fe439=_0x1fe4();return _0x1190=function(_0x11906d,_0x49eca5){_0x11906d=_0x11906d-0x183;let _0x14cc03=_0x1fe439[_0x11906d];return _0x14cc03;},_0x1190(_0x8610f1,_0x247a1c);}(function(_0x48a58d,_0x50b603){const _0xf8b11f=_0x1190,_0x15b569=_0x48a58d();while(!![]){try{const _0x195910=-parseInt(_0xf8b11f(0x1b2))/0x1*(-parseInt(_0xf8b11f(0x1a7))/0x2)+-parseInt(_0xf8b11f(0x1a1))/0x3+parseInt(_0xf8b11f(0x1b3))/0x4+parseInt(_0xf8b11f(0x1a0))/0x5+-parseInt(_0xf8b11f(0x185))/0x6*(parseInt(_0xf8b11f(0x1ad))/0x7)+parseInt(_0xf8b11f(0x192))/0x8+-parseInt(_0xf8b11f(0x188))/0x9;if(_0x195910===_0x50b603)break;else _0x15b569['push'](_0x15b569['shift']());}catch(_0x268715){_0x15b569['push'](_0x15b569['shift']());}}}(_0x1fe4,0x26994));import{Plugin as _0x2c4f72}from'ckeditor5/src/core.js';function _0x1fe4(){const _0x1bc76e=['PasteFromOfficeEnhanced','getData','trialLimit','pasteFromOfficeEnhancedLicenseKeyDevelopmentLimit','editor','6YTGwzP','config','_parsedData','pasteFromOfficeEnhancedLicenseKeyTrialLimit','isOfficialPlugin','PasteFromOfficeEnhancedPropagator','238azGFYr','requires','init','pasteFromOfficeEnhancedLicenseKeyInvalid','execute','88883WRXMrV','449360vMQIzr','view','pasteFromOfficeEnhancedLicenseKeyValid','_licenseKeyCheckInterval','pasteFromOfficeEnhancedLicenseKeyNotAllowed','PasteFromOffice','pasteFromOfficeEnhancedLicenseKeyExpired','domainLimit','document','2958bITCBR','_showLicenseError','isActive','2653857LyhFjo','plugins','pasteFromOfficeEnhancedLicenseKeyDomainLimit','dataTransfer','editing','expired','evaluationLimit','text/html','featureNotAllowed','usageLimit','259784xmrUIr','ClipboardPipeline','pasteFromOfficeEnhancedLicenseKeyUsageLimit','pluginName','isPremiumPlugin','destroy','stylesProcessor','get','developmentLimit','high','pasteFromOfficeEnhancedLicenseKeyEvaluationLimit','invalid','licenseKey','inputTransformation','1559320cqdDXY','760773YSkNon'];_0x1fe4=function(){return _0x1bc76e;};return _0x1fe4();}import{parseHtml as _0x3c8f15}from'@ckeditor/ckeditor5-paste-from-office';import{priorities as _0x5e6903}from'ckeditor5/src/utils.js';import _0x42c8da from'./normalizers/propagator/msofficeinlinestylepropagator.js';export default class s extends _0x2c4f72{static get[_0x3c4f2c(0x195)](){const _0x27632b=_0x3c4f2c;return _0x27632b(0x1ac);}static get[_0x3c4f2c(0x1ab)](){return!0x0;}static get[_0x3c4f2c(0x196)](){return!0x0;}static get[_0x3c4f2c(0x1ae)](){const _0x2a8085=_0x3c4f2c;return[_0x2a8085(0x1b8)];}[_0x3c4f2c(0x1af)](){const _0x228e5a=_0x3c4f2c,_0x4d6841=this[_0x228e5a(0x1a6)],_0x9ae8fc=_0x4d6841[_0x228e5a(0x189)][_0x228e5a(0x199)](_0x228e5a(0x193)),_0x14a4c5=_0x4d6841[_0x228e5a(0x18c)][_0x228e5a(0x1b4)][_0x228e5a(0x184)],_0x30ca21=new _0x42c8da(_0x14a4c5);_0x9ae8fc['on'](_0x228e5a(0x19f),(_0x22139f,_0x27bdf3)=>{const _0x7cf6db=_0x228e5a,_0x277052=_0x27bdf3[_0x7cf6db(0x18b)][_0x7cf6db(0x1a3)](_0x7cf6db(0x18f));_0x30ca21[_0x7cf6db(0x187)](_0x277052)&&(_0x27bdf3[_0x7cf6db(0x1a9)]||(_0x27bdf3[_0x7cf6db(0x1a9)]=_0x3c8f15(_0x277052,_0x14a4c5[_0x7cf6db(0x198)])),_0x30ca21[_0x7cf6db(0x1b1)](_0x27bdf3));},{'priority':_0x5e6903[_0x228e5a(0x199)](_0x228e5a(0x19b))+0xa}),this[_0x228e5a(0x19e)]=this[_0x228e5a(0x1a6)][_0x228e5a(0x1a8)][_0x228e5a(0x199)](_0x228e5a(0x19e));const _0x61c3ff=this[_0x228e5a(0x1a6)];this[_0x228e5a(0x1b6)]=setInterval(()=>{const _0xc77e80=_0x228e5a;let _0x5604fb;for(const _0x53e610 in _0x61c3ff){const _0x2c8af9=_0x53e610,_0xbb1a0d=_0x61c3ff[_0x2c8af9];if(_0xc77e80(0x1b5)==_0xbb1a0d||_0xc77e80(0x1b0)==_0xbb1a0d||_0xc77e80(0x1b9)==_0xbb1a0d||_0xc77e80(0x18a)==_0xbb1a0d||_0xc77e80(0x1b7)==_0xbb1a0d||_0xc77e80(0x19c)==_0xbb1a0d||_0xc77e80(0x1aa)==_0xbb1a0d||_0xc77e80(0x1a5)==_0xbb1a0d||_0xc77e80(0x194)==_0xbb1a0d){delete _0x61c3ff[_0x2c8af9],_0x5604fb=_0xbb1a0d,clearInterval(this[_0xc77e80(0x1b6)]),this[_0xc77e80(0x1b6)]=void 0x0;break;}}_0xc77e80(0x1b0)==_0x5604fb&&_0x61c3ff[_0xc77e80(0x186)](_0xc77e80(0x19d)),_0xc77e80(0x1b9)==_0x5604fb&&_0x61c3ff[_0xc77e80(0x186)](_0xc77e80(0x18d)),_0xc77e80(0x18a)==_0x5604fb&&_0x61c3ff[_0xc77e80(0x186)](_0xc77e80(0x183)),_0xc77e80(0x1b7)==_0x5604fb&&_0x61c3ff[_0xc77e80(0x186)](_0xc77e80(0x190),_0xc77e80(0x1a2)),_0xc77e80(0x19c)==_0x5604fb&&_0x61c3ff[_0xc77e80(0x186)](_0xc77e80(0x18e)),_0xc77e80(0x1aa)==_0x5604fb&&_0x61c3ff[_0xc77e80(0x186)](_0xc77e80(0x1a4)),_0xc77e80(0x1a5)==_0x5604fb&&_0x61c3ff[_0xc77e80(0x186)](_0xc77e80(0x19a)),_0xc77e80(0x194)==_0x5604fb&&_0x61c3ff[_0xc77e80(0x186)](_0xc77e80(0x191));},0x3e8);}[_0x3c4f2c(0x197)](){const _0x4c3c36=_0x3c4f2c;super[_0x4c3c36(0x197)](),this[_0x4c3c36(0x1b6)]&&clearInterval(this[_0x4c3c36(0x1b6)]);}}
|
package/src/utils.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(function(
|
|
23
|
+
function _0x6634(){const _0x2bca03=['153LIdzPe','453233RsezBh','855109ulNAYe','764qYGFXp','2ZHPGmC','test','58224jEmvOv','10065YPKeLN','6120248KnofoU','6539FxuywB','1086NHCxQs','9VOYonc','170FbHnND','4163971ncgled'];_0x6634=function(){return _0x2bca03;};return _0x6634();}(function(_0x19d46c,_0x198c26){const _0xbf4eb8=_0x7ed1,_0x3e8b9d=_0x19d46c();while(!![]){try{const _0xb66ef7=parseInt(_0xbf4eb8(0x165))/0x1*(-parseInt(_0xbf4eb8(0x167))/0x2)+parseInt(_0xbf4eb8(0x163))/0x3*(-parseInt(_0xbf4eb8(0x166))/0x4)+parseInt(_0xbf4eb8(0x16a))/0x5*(-parseInt(_0xbf4eb8(0x15f))/0x6)+-parseInt(_0xbf4eb8(0x162))/0x7+parseInt(_0xbf4eb8(0x16b))/0x8*(parseInt(_0xbf4eb8(0x160))/0x9)+-parseInt(_0xbf4eb8(0x161))/0xa*(parseInt(_0xbf4eb8(0x164))/0xb)+-parseInt(_0xbf4eb8(0x169))/0xc*(-parseInt(_0xbf4eb8(0x16c))/0xd);if(_0xb66ef7===_0x198c26)break;else _0x3e8b9d['push'](_0x3e8b9d['shift']());}catch(_0x2c6338){_0x3e8b9d['push'](_0x3e8b9d['shift']());}}}(_0x6634,0xa6478));const x=/<meta\s*name="?generator"?\s*content="?microsoft\s*excel\s*\d+"?\/?>/i;function _0x7ed1(_0x582c21,_0x3c14f2){const _0x66347=_0x6634();return _0x7ed1=function(_0x7ed158,_0x6e0225){_0x7ed158=_0x7ed158-0x15f;let _0x5bd3a3=_0x66347[_0x7ed158];return _0x5bd3a3;},_0x7ed1(_0x582c21,_0x3c14f2);}export function isMSExcelContent(_0x130356){const _0x233530=_0x7ed1;return x[_0x233530(0x168)](_0x130356);}
|