@ckeditor/ckeditor5-paste-from-office-enhanced 45.1.0 → 45.2.0-alpha.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/paste-from-office-enhanced.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +6 -6
- package/src/index.js +1 -1
- package/src/legacyerrors.js +1 -1
- package/src/normalizers/inliner/msofficestylesinliner.js +1 -1
- package/src/normalizers/inliner/utils.js +1 -1
- package/src/normalizers/propagator/msofficeinlinestylepropagator.js +1 -1
- package/src/normalizers/propagator/utils.js +1 -1
- package/src/pastefromofficeenhanced.js +1 -1
- package/src/pastefromofficeenhancedinliner.js +1 -1
- package/src/pastefromofficeenhancedpropagator.js +1 -1
- package/src/utils.js +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
3
|
* For licensing, see LICENSE.md.
|
|
4
|
-
*/(()=>{var t={237:t=>{"use strict";t.exports=CKEditor5.dll},331:(t,e,n)=>{t.exports=n(237)("./src/clipboard.js")},584:(t,e,n)=>{t.exports=n(237)("./src/utils.js")},782:(t,e,n)=>{t.exports=n(237)("./src/core.js")},783:(t,e,n)=>{t.exports=n(237)("./src/engine.js")}},e={};function n(r){var s=e[r];if(void 0!==s)return s.exports;var i=e[r]={exports:{}};return t[r](i,i.exports,n),i.exports}n.d=(t,e)=>{for(var r in e)n.o(e,r)&&!n.o(t,r)&&Object.defineProperty(t,r,{enumerable:!0,get:e[r]})},n.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),n.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})};var r={};(()=>{"use strict";n.r(r),n.d(r,{PasteFromOfficeEnhanced:()=>at});var t=n(782);n(331);var e=n(783);function s(t){return void 0!==t&&t.endsWith("px")}function i(t){return t.toFixed(2).replace(/\.?0+$/,"")+"px"}function o(t,n,r){if(!t.childCount)return;const o=new e.UpcastWriter(t.document),a=function(t,e){const n=e.createRangeIn(t),r=[],s=new Set;for(const t of n.getItems()){if(!t.is("element")||!t.name.match(/^(p|h\d+|li|div)$/))continue;let e=d(t);if(void 0===e||0!=parseFloat(e)||Array.from(t.getClassNames()).find((t=>t.startsWith("MsoList")))||(e=void 0),t.hasStyle("mso-list")||void 0!==e&&s.has(e)){const n=p(t);r.push({element:t,id:n.id,order:n.order,indent:n.indent,marginLeft:e}),void 0!==e&&s.add(e)}else s.clear()}return r}(t,o);if(!a.length)return;const l={},h=[];for(const t of a)if(void 0!==t.indent){c(t)||(h.length=0);const e=`${t.id}:${t.indent}`,a=Math.min(t.indent-1,h.length);if(a<h.length&&h[a].id!==t.id&&(h.length=a),a<h.length-1)h.length=a+1;else{const c=u(t,n);if(a>h.length-1||h[a].listElement.name!=c.type){0==a&&"ol"==c.type&&void 0!==t.id&&l[e]&&(c.startIndex=l[e]);const n=f(c,o,r);if(s(t.marginLeft)&&(0==a||s(h[a-1].marginLeft))){let e=t.marginLeft;a>0&&(e=i(parseFloat(e)-parseFloat(h[a-1].marginLeft))),o.setStyle("padding-left",e,n)}if(0==h.length){const e=t.element.parent,r=e.getChildIndex(t.element)+1;o.insertChild(r,n,e)}else{const t=h[a-1].listItemElements;o.appendChild(n,t[t.length-1])}h[a]={...t,listElement:n,listItemElements:[]},0==a&&void 0!==t.id&&(l[e]=c.startIndex||1)}}const p="li"==t.element.name?t.element:o.createElement("li");o.appendChild(p,h[a].listElement),h[a].listItemElements.push(p),0==a&&void 0!==t.id&&l[e]++,t.element!=p&&o.appendChild(t.element,p),m(t.element,o),o.removeStyle("text-indent",t.element),o.removeStyle("margin-left",t.element)}else{const e=h.find((e=>e.marginLeft==t.marginLeft));if(e){const n=e.listItemElements;o.appendChild(t.element,n[n.length-1]),o.removeStyle("margin-left",t.element)}else h.length=0}}function c(t){const e=t.element.previousSibling;return a(e||t.element.parent)}function a(t){return t.is("element","ol")||t.is("element","ul")}function u(t,e){const n=new RegExp(`@list l${t.id}:level${t.indent}\\s*({[^}]*)`,"gi"),r=/mso-level-number-format:([^;]{0,100});/gi,s=/mso-level-start-at:\s{0,100}([0-9]{0,10})\s{0,100};/gi,i=new RegExp(`@list\\s+l${t.id}:level\\d\\s*{[^{]*mso-level-text:"%\\d\\\\.`,"gi"),o=new RegExp(`@list l${t.id}:level\\d\\s*{[^{]*mso-level-number-format:`,"gi"),c=i.exec(e),a=o.exec(e),u=c&&!a,f=n.exec(e);let p="decimal",m="ol",d=null;if(f&&f[1]){const e=r.exec(f[1]);if(e&&e[1]&&(p=e[1].trim(),m="bullet"!==p&&"image"!==p?"ol":"ul"),"bullet"===p){const e=function(t){if("li"==t.name&&"ul"==t.parent.name&&t.parent.hasAttribute("type"))return t.parent.getAttribute("type");const e=function(t){if(t.getChild(0).is("$text"))return null;for(const e of t.getChildren()){if(!e.is("element","span"))continue;const t=e.getChild(0);if(t)return t.is("$text")?t:t.getChild(0)}return null}(t);if(!e)return null;const n=e._data;if("o"===n)return"circle";if("·"===n)return"disc";if("§"===n)return"square";return null}(t.element);e&&(p=e)}else{const t=s.exec(f[1]);t&&t[1]&&(d=parseInt(t[1]))}u&&(m="ol")}return{type:m,startIndex:d,style:l(p),isLegalStyleList:u}}function l(t){if(t.startsWith("arabic-leading-zero"))return"decimal-leading-zero";switch(t){case"alpha-upper":return"upper-alpha";case"alpha-lower":return"lower-alpha";case"roman-upper":return"upper-roman";case"roman-lower":return"lower-roman";case"circle":case"disc":case"square":return t;default:return null}}function f(t,e,n){const r=e.createElement(t.type);return t.style&&e.setStyle("list-style-type",t.style,r),t.startIndex&&t.startIndex>1&&e.setAttribute("start",t.startIndex,r),t.isLegalStyleList&&n&&e.addClass("legal-list",r),r}function p(t){const e=t.getStyle("mso-list");if(void 0===e)return{};const n=e.match(/(^|\s{1,100})l(\d+)/i),r=e.match(/\s{0,100}lfo(\d+)/i),s=e.match(/\s{0,100}level(\d+)/i);return n&&r&&s?{id:n[2],order:r[1],indent:parseInt(s[1])}:{indent:1}}function m(t,n){const r=new e.Matcher({name:"span",styles:{"mso-list":"Ignore"}}),s=n.createRangeIn(t);for(const t of s)"elementStart"===t.type&&r.match(t.item)&&n.remove(t.item)}function d(t){const e=t.getStyle("margin-left");return void 0===e||e.endsWith("px")?e:function(t){const e=parseFloat(t);return t.endsWith("pt")?i(96*e/72):t.endsWith("pc")?i(12*e*96/72):t.endsWith("in")?i(96*e):t.endsWith("cm")?i(96*e/2.54):t.endsWith("mm")?i(e/10*96/2.54):t}(e)}function h(t,n){if(!t.childCount)return;const r=new e.UpcastWriter(t.document),s=function(t,n){const r=n.createRangeIn(t),s=new e.Matcher({name:/v:(.+)/}),i=[];for(const t of r){if("elementStart"!=t.type)continue;const e=t.item,n=e.previousSibling,r=n&&n.is("element")?n.name:null,o=["Chart"],c=s.match(e),a=e.getAttribute("o:gfxdata"),u="v:shapetype"===r,l=a&&o.some((t=>e.getAttribute("id").includes(t)));c&&a&&!u&&!l&&i.push(t.item.getAttribute("id"))}return i}(t,r);!function(t,n,r){const s=r.createRangeIn(n),i=new e.Matcher({name:"img"}),o=[];for(const e of s)if(e.item.is("element")&&i.match(e.item)){const n=e.item,r=n.getAttribute("v:shapes")?n.getAttribute("v:shapes").split(" "):[];r.length&&r.every((e=>t.indexOf(e)>-1))?o.push(n):n.getAttribute("src")||o.push(n)}for(const t of o)r.remove(t)}(s,t,r),function(t,e,n){const r=n.createRangeIn(e),s=[];for(const e of r)if("elementStart"==e.type&&e.item.is("element","v:shape")){const n=e.item.getAttribute("id");if(t.includes(n))continue;i(e.item.parent.getChildren(),n)||s.push(e.item)}for(const t of s){const e={src:o(t)};t.hasAttribute("alt")&&(e.alt=t.getAttribute("alt"));const r=n.createElement("img",e);n.insertChild(t.index+1,r,t.parent)}function i(t,e){for(const n of t)if(n.is("element")){if("img"==n.name&&n.getAttribute("v:shapes")==e)return!0;if(i(n.getChildren(),e))return!0}return!1}function o(t){for(const e of t.getChildren())if(e.is("element")&&e.getAttribute("src"))return e.getAttribute("src")}}(s,t,r),function(t,n){const r=n.createRangeIn(t),s=new e.Matcher({name:/v:(.+)/}),i=[];for(const t of r)"elementStart"==t.type&&s.match(t.item)&&i.push(t.item);for(const t of i)n.remove(t)}(t,r);const i=function(t,n){const r=n.createRangeIn(t),s=new e.Matcher({name:"img"}),i=[];let o=0;for(const t of r)t.item.is("element")&&s.match(t.item)&&(t.item.getAttribute("src").startsWith("file://")&&i.push({element:t.item,imageIndex:o}),o++);return i}(t,r);i.length&&function(t,e,n){for(let r=0;r<t.length;r++){const{element:s,imageIndex:i}=t[r],o=e[i];if(o){const t=`data:${o.type};base64,${g(o.hex)}`;n.setAttribute("src",t,s)}}}(i,function(t){if(!t)return[];const e=/{\\pict[\s\S]+?\\bliptag-?\d+(\\blipupi-?\d+)?({\\\*\\blipuid\s?[\da-fA-F]+)?[\s}]*?/,n=new RegExp("(?:("+e.source+"))([\\da-fA-F\\s]+)\\}","g"),r=t.match(n),s=[];if(r)for(const t of r){let n=!1;t.includes("\\pngblip")?n="image/png":t.includes("\\jpegblip")&&(n="image/jpeg"),n&&s.push({hex:t.replace(e,"").replace(/[^\da-fA-F]/g,""),type:n})}return s}(n),r)}function g(t){return btoa(t.match(/\w{2}/g).map((t=>String.fromCharCode(parseInt(t,16)))).join(""))}const y=/<meta\s*name="?generator"?\s*content="?microsoft\s*word\s*\d+"?\/?>/i,I=/xmlns:o="urn:schemas-microsoft-com/i;class w{document;hasMultiLevelListPlugin;constructor(t,e=!1){this.document=t,this.hasMultiLevelListPlugin=e}isActive(t){return y.test(t)||I.test(t)}execute(t){const n=new e.UpcastWriter(this.document),{body:r,stylesString:s}=t._parsedData;!function(t,e){const n=[];for(const r of e.createRangeIn(t)){const t=r.item;t.is("element","a")&&!t.hasAttribute("href")&&(t.hasAttribute("id")||t.hasAttribute("name"))&&n.push(t)}for(const t of n){const n=t.parent.getChildIndex(t)+1,r=t.getChildren();e.insertChild(n,r,t.parent)}}(r,n),o(r,s,this.hasMultiLevelListPlugin),h(r,t.dataTransfer.getData("text/rtf")),function(t){const n=[],r=new e.UpcastWriter(t.document);for(const{item:e}of r.createRangeIn(t))if(e.is("element")){for(const t of e.getClassNames())/\bmso/gi.exec(t)&&r.removeClass(t,e);for(const t of e.getStyleNames())/\bmso/gi.exec(t)&&r.removeStyle(t,e);(e.is("element","w:sdt")||e.is("element","w:sdtpr")&&e.isEmpty||e.is("element","o:p")&&e.isEmpty)&&n.push(e)}for(const t of n){const e=t.parent,n=e.getChildIndex(t);r.insertChild(n,t.getChildren(),e),r.remove(t)}}(r),t.content=r}}function v(t){return t.replace(/<span(?: class="Apple-converted-space"|)>(\s+)<\/span>/g,((t,e)=>1===e.length?" ":Array(e.length+1).join(" ").substr(0,e.length)))}function b(t,n){const r=new DOMParser,s=function(t){return v(v(t)).replace(/(<span\s+style=['"]mso-spacerun:yes['"]>[^\S\r\n]*?)[\r\n]+([^\S\r\n]*<\/span>)/g,"$1$2").replace(/<span\s+style=['"]mso-spacerun:yes['"]><\/span>/g,"").replace(/(<span\s+style=['"]letter-spacing:[^'"]+?['"]>)[\r\n]+(<\/span>)/g,"$1 $2").replace(/ <\//g," </").replace(/ <o:p><\/o:p>/g," <o:p></o:p>").replace(/<o:p>( |\u00A0)<\/o:p>/g,"").replace(/>([^\S\r\n]*[\r\n]\s*)</g,"><")}(function(t){const e="</body>",n="</html>",r=t.indexOf(e);if(r<0)return t;const s=t.indexOf(n,r+e.length);return t.substring(0,r+e.length)+(s>=0?t.substring(s):"")}(t=(t=t.replace(/<!--\[if gte vml 1]>/g,"")).replace(/<o:SmartTagType(?:\s+[^\s>=]+(?:="[^"]*")?)*\s*\/?>/gi,""))),i=r.parseFromString(s,"text/html");!function(t){t.querySelectorAll("span[style*=spacerun]").forEach((t=>{const e=t,n=e.innerText.length||0;e.innerText=Array(n+1).join(" ").substr(0,n)}))}(i);const o=i.body.innerHTML,c=function(t,n){const r=new e.ViewDocument(n),s=new e.DomConverter(r,{renderingMode:"data"}),i=t.createDocumentFragment(),o=t.body.childNodes;for(;o.length>0;)i.appendChild(o[0]);return s.domToView(i,{skipComments:!0})}(i,n),a=function(t){const e=[],n=[],r=Array.from(t.getElementsByTagName("style"));for(const t of r)t.sheet&&t.sheet.cssRules&&t.sheet.cssRules.length&&(e.push(t.sheet),n.push(t.innerHTML));return{styles:e,stylesString:n.join(" ")}}(i);return{body:c,bodyString:o,styles:a.styles,stylesString:a.stylesString}}var x=n(584);function S(){const t=["8226988PqdyGR","1BzMncX","76ynquas","16917750AEvQsJ","304bvyScX","708826GjbCOJ","1440465iwqKwF","196145ZUoJRA","test","963672wpPrZG","408942pnlrCm"];return(S=function(){return t})()}function A(t,e){const n=S();return(A=function(t,e){return n[t-=185]})(t,e)}!function(t){const e=A,n=t();for(;;)try{if(960324===parseInt(e(192))/1*(-parseInt(e(185))/2)+-parseInt(e(186))/3+-parseInt(e(193))/4*(-parseInt(e(187))/5)+-parseInt(e(189))/6+parseInt(e(191))/7+parseInt(e(195))/8*(parseInt(e(190))/9)+-parseInt(e(194))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(S);const C=/<meta\s*name="?generator"?\s*content="?microsoft\s*excel\s*\d+"?\/?>/i;function E(t){return C[A(188)](t)}!function(t){const e=F,n=t();for(;;)try{if(419541===-parseInt(e(423))/1*(parseInt(e(428))/2)+-parseInt(e(409))/3+-parseInt(e(419))/4*(-parseInt(e(412))/5)+parseInt(e(408))/6+-parseInt(e(405))/7+-parseInt(e(404))/8+-parseInt(e(410))/9*(-parseInt(e(416))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(P);const L=/^(?<tagName>(?!\.)[\w-]+)?(\.(?<className>[\w-]+))?$/i;function O(t,e){const n=F,r=new Map;for(const[s,i]of e){if(!s[n(415)]&&!s[n(403)])continue;const e=!s[n(415)]||t[n(425)]===s[n(415)],o=!s[n(403)]||t[n(411)](s[n(403)]);e&&o&&r[n(406)](s,i)}return r}function P(){const t=["3133420MzPTTe","map","assign","1676lzTSzB","trim","exec","length","192195hcNVLY","getPropertyValue","name","groups","style","2OGAAJK","split","initial","className","3913776hFMWXM","4422775wNeidp","set","push","4737360irwLtg","484830ZNNuKq","9RTTnxR","hasClass","9445ZOLTev","selectorText","cssRules","tagName"];return(P=function(){return t})()}function F(t,e){const n=P();return(F=function(t,e){return n[t-=403]})(t,e)}function N(t){const e=F,n={};for(let r=0;r<t[e(422)];r++){const s=t[r],i=t[e(424)](s);e(430)!==i&&(n[s]=i)}return n}function R(t){const e=F,n=t[e(429)](",")[e(417)]((t=>t[e(420)]())),r=[];for(const t of n){const n=L[e(421)](t);n&&r[e(407)](n[e(426)])}return r}function j(t){const e=F,n={};for(const r of t)Object[e(418)](n,r);return n}const T=W;function M(){const t=["createRangeIn","values","isActive","_parsedData","1172465DcikHL","from","8DEugAA","hasStyle","27592371ibbwuW","5078943ctxIeX","execute","610464xaFczr","333097KBltNU","item","3362792JuLClV","591145QmbJdg","30JNAtBj","type","document","content","setStyle","size","elementStart"];return(M=function(){return t})()}function W(t,e){const n=M();return(W=function(t,e){return n[t-=342]})(t,e)}!function(t){const e=W,n=t();for(;;)try{if(864829===parseInt(e(356))/1+parseInt(e(355))/2+parseInt(e(353))/3+parseInt(e(358))/4+-parseInt(e(359))/5*(-parseInt(e(360))/6)+parseInt(e(348))/7+parseInt(e(350))/8*(-parseInt(e(352))/9))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(M);class D extends w{[T(354)](t){const n=T,{body:r,styles:s}=t[n(347)],i=new e.UpcastWriter(r[n(362)]),o=i[n(344)](r),c=function(t){const e=F,n=new Map;for(const r in t){const s=R(r),i=t[r];for(const t of s)n[e(406)](t,i)}return n}(function(t){const e=F,n={};for(const r of t)for(const t of r[e(414)])if(t instanceof CSSStyleRule){const r=N(t[e(427)]);n[t[e(413)]]=Object[e(418)]({},n[t[e(413)]]||{},r)}return n}(s));for(const t of o){if(n(343)!==t[n(361)])continue;const e=O(t[n(357)],c);if(e[n(342)]){const r=j(Array[n(349)](e[n(345)]()));for(const e in r){const s=t[n(357)];s[n(351)](e)||i[n(364)](e,r[e],s)}}}t[n(363)]=r}[T(346)](t){return super[T(346)](t)||E(t)}}const K=k;function k(t,e){const n=z();return(k=function(t,e){return n[t-=455]})(t,e)}function z(){const t=["76488AJYWSc","stylesProcessor","28595aasZgW","165088roZWTN","pluginName","dataTransfer","get","PasteFromOffice","editing","href","editor","24914orXyzS","map","text/html","execute","getData","8WoDqjS","isActive","1181484RWNCst","PasteFromOfficeEnhancedInliner","inputTransformation","document","view","plugins","fromCharCode","afterInit","ClipboardPipeline","679076qPJEhc","5AJiDOE","join","requires","isPremiumPlugin","59949IRubVj","high","init","isOfficialPlugin","_parsedData"];return(z=function(){return t})()}!function(t){const e=k,n=t();for(;;)try{if(114105===-parseInt(e(485))/1+-parseInt(e(490))/2*(-parseInt(e(474))/3)+-parseInt(e(464))/4*(parseInt(e(465))/5)+parseInt(e(455))/6+-parseInt(e(476))/7+parseInt(e(477))/8+-parseInt(e(469))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(z);class $ extends t.Plugin{static get[K(478)](){return K(456)}static get[K(472)](){return!0}static get[K(468)](){return!0}static get[K(467)](){return[K(481)]}[K(471)](){const t=K,e=this[t(484)],n=e[t(460)][t(480)](t(463)),r=e[t(482)][t(459)][t(458)],s=new D(r);n.on(t(457),((e,n)=>{const i=t,o=n[i(479)][i(489)](i(487));s[i(491)](o)&&(n[i(473)]||(n[i(473)]=b(o,r[i(475)])),s[i(488)](n))}),{priority:x.priorities[t(480)](t(470))+11})}[K(462)](){!async function(t){const e=d([66,89,117,97,52,115,80,88,116,67,73,48,113,81,119,77,109,69,86,87,75,84,57,68,111,120,79,114,56,85,100,110,65,70,51,105,103,74,98,112,54,122,101,76,121,71,78,108,49,53,99,50,83,107,82,72,104,55,90,118,102,106]),n=window[d([68,97,116,101])][d([110,111,119])](),r=t[d([101,100,105,116,111,114])],s=new(window[d([80,114,111,109,105,115,101])])((t=>{r[d([111,110,99,101])](d([114,101,97,100,121]),t)})),i={[d([107,116,121])]:d([69,67]),[d([117,115,101])]:d([115,105,103]),[d([99,114,118])]:d([80,45,50,53,54]),[d([120])]:d([105,67,106,79,67,118,68,70,73,54,108,81,72,72,84,49,56,106,86,119,82,102,107,102,72,81,50,97,95,77,121,109,84,51,53,76,81,86,111,70,83,65,73]),[d([121])]:d([107,88,73,121,74,52,101,118,116,67,69,70,82,109,120,75,83,85,112,75,57,102,68,87,52,53,57,118,88,79,118,86,114,104,102,54,117,81,65,101,79,105,111]),[d([97,108,103])]:d([69,83,50,53,54])},o=r[d([99,111,110,102,105,103])][d([103,101,116])](d([108,105,99,101,110,115,101,75,101,121]));function c(t){const e=[new(window[d([80,114,111,109,105,115,101])])((t=>setTimeout(t,605900))),s[d([116,104,101,110])]((()=>new(window[d([80,114,111,109,105,115,101])])((t=>{let e=0;r[d([109,111,100,101,108])][d([111,110])](d([97,112,112,108,121,79,112,101,114,97,116,105,111,110]),((n,r)=>{r[0][d([105,115,68,111,99,117,109,101,110,116,79,112,101,114,97,116,105,111,110])]&&e++,504==e&&(t(),n[d([111,102,102])]())}))}))))];return window[d([80,114,111,109,105,115,101])][d([114,97,99,101])](e)[d([116,104,101,110])]((()=>t))}function a(t){return t[d([115,116,97,114,116,115,87,105,116,104])](d([101,121]))?JSON[d([112,97,114,115,101])](u(t)):null}function u(t){return window[d([97,116,111,98])](t[d([114,101,112,108,97,99,101])](/-/g,d([43]))[d([114,101,112,108,97,99,101])](/_/g,d([47])))}function l(t){let e=5381;function n(t){for(let n=0;n<t[d([108,101,110,103,116,104])];n++){const r=t[d([99,104,97,114,67,111,100,101,65,116])](n);e=(e<<5)+e+r,e&=e}}return function t(e){Array[d([105,115,65,114,114,97,121])](e)?e[d([102,111,114,69,97,99,104])](t):e&&typeof e==d([111,98,106,101,99,116])?Object[d([101,110,116,114,105,101,115])](e)[d([115,111,114,116])]()[d([102,111,114,69,97,99,104])]((([e,r])=>{n(e),t(r)})):n(window[d([83,116,114,105,110,103])](e))}(t),e>>>0}function f(t){return t[d([116,111,83,116,114,105,110,103])](16)[d([112,97,100,83,116,97,114,116])](8,d([48]))}function p(t){return t[d([115,112,108,105,116])]("")[d([114,101,118,101,114,115,101])]()[d([106,111,105,110])]("")}function m(){}function d(t){const e=k;return t[e(486)]((t=>String[e(461)](t)))[e(466)]("")}!function(t){const n=function(){const t=window[d([83,116,114,105,110,103])](window[d([112,101,114,102,111,114,109,97,110,99,101])][d([110,111,119])]())[d([114,101,112,108,97,99,101])](d([46]),"");let n=d([66]);for(let r=0;r<t[d([108,101,110,103,116,104])];r+=2){let s=window[d([112,97,114,115,101,73,110,116])](t[d([115,117,98,115,116,114,105,110,103])](r,r+2));s>=e[d([108,101,110,103,116,104])]&&(s-=e[d([108,101,110,103,116,104])]),n+=e[s]}return n}();r[n]=d([112,97,115,116,101,70,114,111,109,79,102,102,105,99,101,69,110,104,97,110,99,101,100,76,105,99,101,110,115,101,75,101,121])+t,t!=d([86,97,108,105,100])&&async function(){await s,r[d([109,111,100,101,108])][d([99,104,97,110,103,101])]=m,r[d([109,111,100,101,108])][d([101,110,113,117,101,117,101,67,104,97,110,103,101])]=m,r[d([101,110,97,98,108,101,82,101,97,100,79,110,108,121,77,111,100,101])](d([109,111,100,101,108]))}()}(await async function(){let t,e=null,m=null;try{return o==d([71,80,76])?d([78,111,116,65,108,108,111,119,101,100]):(t=function(){const t=o[d([115,112,108,105,116])](d([46]));return 3!=t[d([108,101,110,103,116,104])]?null:e(t[1]);function e(t){const e=a(t);return e&&n()?e:null;function n(){const t=e[d([106,116,105])],n=window[d([112,97,114,115,101,73,110,116])](t[d([115,117,98,115,116,114,105,110,103])](t[d([108,101,110,103,116,104])]-8),16),r={...e,[d([106,116,105])]:t[d([115,117,98,115,116,114,105,110,103])](0,t[d([108,101,110,103,116,104])]-8)};return delete r[d([118,99])],l(r)==n}}}(),t?(t[d([117,115,97,103,101,69,110,100,112,111,105,110,116])]&&(m=function(t,e){return new(window[d([80,114,111,109,105,115,101])])((c=>{if(i())return c(d([86,97,108,105,100]));o(),r[d([100,101,99,111,114,97,116,101])](d([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]));let a=!1;const u=(0,x.uid)();function m(t){return!!t&&(typeof t===d([111,98,106,101,99,116])||typeof t===d([102,117,110,99,116,105,111,110]))&&typeof t[d([116,104,101,110])]===d([102,117,110,99,116,105,111,110])&&typeof t[d([99,97,116,99,104])]===d([102,117,110,99,116,105,111,110])}function h(r){a(r)[d([116,104,101,110])]((t=>t&&t[d([115,116,97,116,117,115])]==d([111,107])?f(l(u+e))!=t[d([118,101,114,105,102,105,99,97,116,105,111,110])]?d([85,115,97,103,101,76,105,109,105,116]):d([86,97,108,105,100]):d([85,115,97,103,101,76,105,109,105,116])))[d([116,104,101,110])]((t=>(i(),t)),(()=>{const t=o();return null==t?(i(),d([86,97,108,105,100])):d(n-t>6048e5?[85,115,97,103,101,76,105,109,105,116]:[86,97,108,105,100])}))[d([116,104,101,110])](c)[d([99,97,116,99,104])]((()=>{c(d([85,115,97,103,101,76,105,109,105,116]))}));const s=36e5;function i(){const e=d([108,108,99,116,45])+f(l(t)),r=p(f(window[d([77,97,116,104])][d([99,101,105,108])](n/s)));window[d([108,111,99,97,108,83,116,111,114,97,103,101])][d([115,101,116,73,116,101,109])](e,r)}function o(){const e=d([108,108,99,116,45])+f(l(t)),n=window[d([108,111,99,97,108,83,116,111,114,97,103,101])][d([103,101,116,73,116,101,109])](e);return n?window[d([112,97,114,115,101,73,110,116])](p(n),16)*s:null}function a(t){return new(window[d([80,114,111,109,105,115,101])])(((e,n)=>{t[d([116,104,101,110])](e,n),window[d([115,101,116,84,105,109,101,111,117,116])](n,12e4)}))}}r[d([111,110])](d([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),((e,n)=>{if(n[0]!=t)return c(d([85,115,97,103,101,76,105,109,105,116]));n[1]={...n[1],[d([114,101,113,117,101,115,116,73,100])]:u}}),{[d([112,114,105,111,114,105,116,121])]:d([104,105,103,104])}),r[d([111,110])](d([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),(t=>{m(t[d([114,101,116,117,114,110])])&&(a=!0,h(t[d([114,101,116,117,114,110])]))}),{[d([112,114,105,111,114,105,116,121])]:d([108,111,119])}),s[d([116,104,101,110])]((()=>{a||c(d([85,115,97,103,101,76,105,109,105,116]))}))}));function i(){return r[d([101,100,105,116,105,110,103])][d([118,105,101,119])][d([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]==d([97,117,116,111])}function o(){r[d([101,100,105,116,105,110,103])][d([118,105,101,119])][d([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]=d([97,117,116,111])}}(t[d([117,115,97,103,101,69,110,100,112,111,105,110,116])],t[d([106,116,105])])),await async function(){let t=!0;try{const r=o[d([115,112,108,105,116])](d([46])),[s,i,c]=r;return e(s),await n(s,i,c),t}catch(t){return!1}function e(e){const n=a(e);n&&n[d([97,108,103])]==d([69,83,50,53,54])||(t=!1)}async function n(e,n,r){const s=window[d([85,105,110,116,56,65,114,114,97,121])][d([102,114,111,109])](u(r),(t=>t[d([99,104,97,114,67,111,100,101,65,116])](0))),o=(new(window[d([84,101,120,116,69,110,99,111,100,101,114])]))[d([101,110,99,111,100,101])](e+d([46])+n),c=window[d([99,114,121,112,116,111])][d([115,117,98,116,108,101])];if(!c)return;const a=await c[d([105,109,112,111,114,116,75,101,121])](d([106,119,107]),i,{[d([110,97,109,101])]:d([69,67,68,83,65]),[d([110,97,109,101,100,67,117,114,118,101])]:d([80,45,50,53,54])},!1,[d([118,101,114,105,102,121])]);await c[d([118,101,114,105,102,121])]({[d([110,97,109,101])]:d([69,67,68,83,65]),[d([104,97,115,104])]:{[d([110,97,109,101])]:d([83,72,65,45,50,53,54])}},a,s,o)||(t=!1)}}()?function(){const e=t[d([102,101,97,116,117,114,101,115])];return!(!e||!e[d([105,110,99,108,117,100,101,115])](d([42]))&&!e[d([105,110,99,108,117,100,101,115])](d([80,79,69]))&&!e[d([105,110,99,108,117,100,101,115])](d([80,80])))}()?function(){const e=[d([101,118,97,108,117,97,116,105,111,110]),d([116,114,105,97,108])][d([105,110,99,108,117,100,101,115])](t[d([108,105,99,101,110,115,101,84,121,112,101])])?n/1e3:1747180800;return t[d([101,120,112])]<e}()?d([69,120,112,105,114,101,100]):function(){const e=k,n=t[d([108,105,99,101,110,115,101,100,72,111,115,116,115])];if(!n||0==n[d([108,101,110,103,116,104])])return!0;const{hostname:r}=new URL(window[d([108,111,99,97,116,105,111,110])][e(483)]);if(n[d([105,110,99,108,117,100,101,115])](r))return!0;const s=r[d([115,112,108,105,116])](d([46]));return n[d([102,105,108,116,101,114])]((t=>t[d([105,110,99,108,117,100,101,115])](d([42]))))[d([109,97,112])]((t=>t[d([115,112,108,105,116])](d([46]))))[d([115,111,109,101])]((t=>s[d([101,118,101,114,121])](((e,n)=>t[n]===e||t[n]===d([42])))))}()?(t[d([108,105,99,101,110,115,101,84,121,112,101])]==d([101,118,97,108,117,97,116,105,111,110])&&(e=c(d([69,118,97,108,117,97,116,105,111,110,76,105,109,105,116]))),t[d([108,105,99,101,110,115,101,84,121,112,101])]==d([116,114,105,97,108])&&(e=c(d([84,114,105,97,108,76,105,109,105,116]))),await(e&&m?new(window[d([80,114,111,109,105,115,101])])(((t,n)=>{e[d([116,104,101,110])](t,n),m[d([116,104,101,110])]((e=>{e!=d([86,97,108,105,100])&&t(e)}),n)})):e||m||d([86,97,108,105,100]))):d([68,111,109,97,105,110,76,105,109,105,116]):d([78,111,116,65,108,108,111,119,101,100]):d([73,110,118,97,108,105,100])):d([73,110,118,97,108,105,100]))}catch(t){return d([73,110,118,97,108,105,100])}}())}(this)}}const U=X;!function(t){const e=X,n=t();for(;;)try{if(820581===-parseInt(e(320))/1+parseInt(e(311))/2+parseInt(e(344))/3*(parseInt(e(324))/4)+-parseInt(e(337))/5+parseInt(e(308))/6*(parseInt(e(345))/7)+-parseInt(e(327))/8+-parseInt(e(315))/9*(-parseInt(e(340))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(G);const V=[U(339),U(336),U(338),U(312),U(347),U(310),U(349),U(325)],H=[U(339),U(336),U(338)],J={"font-style":[[U(313),"i"]],"font-weight":[[U(318),U(316)],[U(326),U(316)],[U(319),U(316)],[t=>Number(t)>=600,U(316)]],"text-decoration":[[U(322),"u"],[U(335),"s"]],"text-decoration-line":[[U(322),"u"],[U(335),"s"]],"vertical-align":[[U(348),U(348)],[U(330),U(331)]]};function q(t){return V[U(306)](t)}function X(t,e){const n=G();return(X=function(t,e){return n[t-=306]})(t,e)}function G(){const t=["text-decoration-line","sub","font-style","includes","forEach","214806vhInzC","keys","font-weight","1965314CZyoZd","text-decoration","italic","createElement","9CCaVlM","strong","removeStyle","medium","bolder","230253sBOjGs","length","underline","getStyleNames","4HfhujX","vertical-align","bold","3085592ykOtHX","setStyle","filter","super","sup","span","insertChild","split","line-through","font-family","5912305kHcPvN","font-size","color","5183270Suqtkw","getChildren","from","getStyle","3246627RENXFY","7dXkxrh","function"];return(G=function(){return t})()}function B(t){const e=U;return Array[e(342)](t[e(323)]())[e(329)](q)}function _(t,e,n){const{spanStyles:r,stylesToBeHtmlElements:s}=function(t,e){const n=U,r={},s={};return e[n(307)]((e=>{const i=n,o=t[i(343)](e);if(o)if(c=e,H[U(306)](c))r[e]=o;else if(e in J){const t=o[i(334)](" ");J[e][i(307)]((([n,r])=>{const o=i;for(const i of t)(o(346)==typeof n&&n(i)||n===i)&&(s[e]=[...s[e]||[],[n,r]])}))}var c})),{spanStyles:r,stylesToBeHtmlElements:s}}(t,n);(function(t,e,n){const r=U;for(const s in n)n[s][r(307)]((([,n])=>{const s=r,i=e[s(314)](n,[],t[s(341)]());e[s(333)](0,i,t)})),e[r(317)](s,t)})(t,e,s),function(t,e,n){const r=U;if(!Object[r(309)](n)[r(321)])return;const s=e[r(314)](r(332),[],t[r(341)]());e[r(328)](n,s),e[r(333)](0,s,t),e[r(317)](Object[r(309)](n),t)}(t,e,r)}const Z=Q;function Q(t,e){const n=Y();return(Q=function(t,e){return n[t-=190]})(t,e)}function Y(){const t=["isActive","4395492tzXAKM","blockElements","12dGgeqd","createRangeIn","471944NzVaLR","1453608tfsXcs","execute","926604gcmTBn","element","stylesProcessor","_parsedData","getItems","includes","1918238LSIDgL","content","name","document","1337777pWUFuA","928320NHRZxt","font","16zcCWKf"];return(Y=function(){return t})()}!function(t){const e=Q,n=t();for(;;)try{if(520982===parseInt(e(209))/1+-parseInt(e(193))/2+parseInt(e(207))/3+-parseInt(e(200))/4*(parseInt(e(198))/5)+-parseInt(e(204))/6*(-parseInt(e(197))/7)+-parseInt(e(206))/8+parseInt(e(202))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Y);class tt extends w{[Z(208)](t){const n=Z,{body:r}=t[n(190)],s=new e.UpcastWriter(r[n(196)]),i=s[n(205)](r),o=new e.ViewDocument(s[n(196)][n(211)]),c=[...new e.DomConverter(o)[n(203)],n(199)],a=i[n(191)]();for(const t of a)if(t.is(n(210))&&c[n(192)](t[n(195)])){_(t,s,B(t))}t[n(194)]=r}[Z(201)](t){return super[Z(201)](t)||E(t)}}const et=rt;function nt(){const t=["pasteFromOfficeEnhancedLicenseKeyEvaluationLimit","editing","pasteFromOfficeEnhancedLicenseKeyNotAllowed","view","init","config","execute","PasteFromOfficeEnhancedPropagator","domainLimit","licenseKey","dataTransfer","pasteFromOfficeEnhancedLicenseKeyUsageLimit","18152QsyjiJ","4819610yAnDIu","6219588RvBTUL","invalid","pasteFromOfficeEnhancedLicenseKeyInvalid","2LPGsod","pasteFromOfficeEnhancedLicenseKeyExpired","isOfficialPlugin","pluginName","_licenseKeyCheckInterval","_showLicenseError","_parsedData","editor","9690993PhiGDj","get","document","trialLimit","PasteFromOfficeEnhanced","plugins","isActive","requires","featureNotAllowed","high","text/html","ClipboardPipeline","pasteFromOfficeEnhancedLicenseKeyTrialLimit","PasteFromOffice","expired","2745843fMGrnZ","5799774aVkean","destroy","evaluationLimit","pasteFromOfficeEnhancedLicenseKeyValid","inputTransformation","4165NiKUbb","getData","isPremiumPlugin","stylesProcessor","1176491JFmjEE","usageLimit","pasteFromOfficeEnhancedLicenseKeyDomainLimit"];return(nt=function(){return t})()}function rt(t,e){const n=nt();return(rt=function(t,e){return n[t-=100]})(t,e)}!function(t){const e=rt,n=t();for(;;)try{if(812860===parseInt(e(135))/1+-parseInt(e(102))/2*(-parseInt(e(125))/3)+-parseInt(e(152))/4+-parseInt(e(151))/5+parseInt(e(126))/6+-parseInt(e(131))/7*(-parseInt(e(150))/8)+-parseInt(e(110))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(nt);class st extends t.Plugin{[et(147)];[et(106)];static get[et(105)](){return et(145)}static get[et(104)](){return!0}static get[et(133)](){return!0}static get[et(117)](){return[et(123)]}[et(142)](){const t=et,e=this[t(109)],n=e[t(115)][t(111)](t(121)),r=e[t(139)][t(141)][t(112)],s=new tt(r);n.on(t(130),((e,n)=>{const i=t,o=n[i(148)][i(132)](i(120));s[i(116)](o)&&(n[i(108)]||(n[i(108)]=b(o,r[i(134)])),s[i(144)](n))}),{priority:x.priorities[t(111)](t(119))+10}),this[t(147)]=this[t(109)][t(143)][t(111)](t(147));const i=this[t(109)];this[t(106)]=setInterval((()=>{const e=t;let n;for(const t in i){const r=t,s=i[r];if(e(129)==s||e(101)==s||e(103)==s||e(137)==s||e(140)==s||e(138)==s||e(122)==s||e(149)==s){delete i[r],n=s,clearInterval(this[e(106)]),this[e(106)]=void 0;break}}e(101)==n&&i[e(107)](e(100)),e(103)==n&&i[e(107)](e(124)),e(137)==n&&i[e(107)](e(146)),e(140)==n&&i[e(107)](e(118),e(114)),e(138)==n&&i[e(107)](e(128)),e(122)==n&&i[e(107)](e(113)),e(149)==n&&i[e(107)](e(136))}),1e3)}[et(127)](){const t=et;super[t(127)](),this[t(106)]&&clearInterval(this[t(106)])}}var it=ot;function ot(t,e){var n=ct();return(ot=function(t,e){return n[t-=327]})(t,e)}function ct(){var t=["isOfficialPlugin","28984wtazva","10wndCDu","64565LNaKUw","requires","2013879HMeHzk","PasteFromOffice","288wSxmnA","1211aIczVK","pluginName","6496NjEbpv","378492OLyQHG","11379168yIVKxH","2354QNGohY","isPremiumPlugin","PasteFromOfficeEnhanced","412HppYpM","116268MXtVnc"];return(ct=function(){return t})()}!function(t){for(var e=ot,n=t();;)try{if(820511===parseInt(e(341))/1*(-parseInt(e(338))/2)+parseInt(e(336))/3+parseInt(e(329))/4*(parseInt(e(334))/5)+-parseInt(e(342))/6+-parseInt(e(339))/7*(-parseInt(e(332))/8)+-parseInt(e(343))/9*(-parseInt(e(333))/10)+-parseInt(e(344))/11*(parseInt(e(330))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ct);class at extends t.Plugin{static get[it(340)](){return it(328)}static get[it(331)](){return!0}static get[it(327)](){return!0}static get[it(335)](){return[it(337),$,st]}}function ut(t,e){var n=lt();return(ut=function(t,e){return n[t-=467]})(t,e)}function lt(){var t=["995VxdlbM","460302lGHAUB","1tnpdTX","27etjRtE","10972VEeEyJ","421042QpuWXl","869224iPYuRI","349195OUuowy","134210TOAFnz","1142673wxnJvx"];return(lt=function(){return t})()}!function(t){for(var e=ut,n=t();;)try{if(321073===parseInt(e(472))/1*(parseInt(e(475))/2)+parseInt(e(469))/3+parseInt(e(474))/4*(-parseInt(e(470))/5)+parseInt(e(471))/6+parseInt(e(467))/7+parseInt(e(476))/8+-parseInt(e(473))/9*(-parseInt(e(468))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(lt)})(),(window.CKEditor5=window.CKEditor5||{}).pasteFromOfficeEnhanced=r})();
|
|
4
|
+
*/(()=>{var t={237:t=>{"use strict";t.exports=CKEditor5.dll},331:(t,e,n)=>{t.exports=n(237)("./src/clipboard.js")},584:(t,e,n)=>{t.exports=n(237)("./src/utils.js")},782:(t,e,n)=>{t.exports=n(237)("./src/core.js")},783:(t,e,n)=>{t.exports=n(237)("./src/engine.js")}},e={};function n(r){var s=e[r];if(void 0!==s)return s.exports;var i=e[r]={exports:{}};return t[r](i,i.exports,n),i.exports}n.d=(t,e)=>{for(var r in e)n.o(e,r)&&!n.o(t,r)&&Object.defineProperty(t,r,{enumerable:!0,get:e[r]})},n.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),n.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})};var r={};(()=>{"use strict";n.r(r),n.d(r,{PasteFromOfficeEnhanced:()=>at});var t=n(782);n(331);var e=n(783);function s(t){const e=parseFloat(t);return t.endsWith("pt")?o(96*e/72):t.endsWith("pc")?o(12*e*96/72):t.endsWith("in")?o(96*e):t.endsWith("cm")?o(96*e/2.54):t.endsWith("mm")?o(e/10*96/2.54):t}function i(t){return void 0!==t&&t.endsWith("px")}function o(t){return Math.round(t)+"px"}function c(t,n,r){if(!t.childCount)return;const s=new e.UpcastWriter(t.document),c=function(t,e){const n=e.createRangeIn(t),r=[],s=new Set;for(const t of n.getItems()){if(!t.is("element")||!t.name.match(/^(p|h\d+|li|div)$/))continue;let e=h(t);if(void 0===e||0!=parseFloat(e)||Array.from(t.getClassNames()).find((t=>t.startsWith("MsoList")))||(e=void 0),t.hasStyle("mso-list")||void 0!==e&&s.has(e)){const n=m(t);r.push({element:t,id:n.id,order:n.order,indent:n.indent,marginLeft:e}),void 0!==e&&s.add(e)}else s.clear()}return r}(t,s);if(!c.length)return;const u={},f=[];for(const t of c)if(void 0!==t.indent){a(t)||(f.length=0);const e=`${t.id}:${t.indent}`,c=Math.min(t.indent-1,f.length);if(c<f.length&&f[c].id!==t.id&&(f.length=c),c<f.length-1)f.length=c+1;else{const a=l(t,n);if(c>f.length-1||f[c].listElement.name!=a.type){0==c&&"ol"==a.type&&void 0!==t.id&&u[e]&&(a.startIndex=u[e]);const n=p(a,s,r);if(i(t.marginLeft)&&(0==c||i(f[c-1].marginLeft))){let e=t.marginLeft;c>0&&(e=o(parseFloat(e)-parseFloat(f[c-1].marginLeft))),s.setStyle("padding-left",e,n)}if(0==f.length){const e=t.element.parent,r=e.getChildIndex(t.element)+1;s.insertChild(r,n,e)}else{const t=f[c-1].listItemElements;s.appendChild(n,t[t.length-1])}f[c]={...t,listElement:n,listItemElements:[]},0==c&&void 0!==t.id&&(u[e]=a.startIndex||1)}}const m="li"==t.element.name?t.element:s.createElement("li");s.appendChild(m,f[c].listElement),f[c].listItemElements.push(m),0==c&&void 0!==t.id&&u[e]++,t.element!=m&&s.appendChild(t.element,m),d(t.element,s),s.removeStyle("text-indent",t.element),s.removeStyle("margin-left",t.element)}else{const e=f.find((e=>e.marginLeft==t.marginLeft));if(e){const n=e.listItemElements;s.appendChild(t.element,n[n.length-1]),s.removeStyle("margin-left",t.element)}else f.length=0}}function a(t){const e=t.element.previousSibling;return u(e||t.element.parent)}function u(t){return t.is("element","ol")||t.is("element","ul")}function l(t,e){const n=new RegExp(`@list l${t.id}:level${t.indent}\\s*({[^}]*)`,"gi"),r=/mso-level-number-format:([^;]{0,100});/gi,s=/mso-level-start-at:\s{0,100}([0-9]{0,10})\s{0,100};/gi,i=new RegExp(`@list\\s+l${t.id}:level\\d\\s*{[^{]*mso-level-text:"%\\d\\\\.`,"gi"),o=new RegExp(`@list l${t.id}:level\\d\\s*{[^{]*mso-level-number-format:`,"gi"),c=i.exec(e),a=o.exec(e),u=c&&!a,l=n.exec(e);let p="decimal",m="ol",d=null;if(l&&l[1]){const e=r.exec(l[1]);if(e&&e[1]&&(p=e[1].trim(),m="bullet"!==p&&"image"!==p?"ol":"ul"),"bullet"===p){const e=function(t){if("li"==t.name&&"ul"==t.parent.name&&t.parent.hasAttribute("type"))return t.parent.getAttribute("type");const e=function(t){if(t.getChild(0).is("$text"))return null;for(const e of t.getChildren()){if(!e.is("element","span"))continue;const t=e.getChild(0);if(t)return t.is("$text")?t:t.getChild(0)}return null}(t);if(!e)return null;const n=e._data;if("o"===n)return"circle";if("·"===n)return"disc";if("§"===n)return"square";return null}(t.element);e&&(p=e)}else{const t=s.exec(l[1]);t&&t[1]&&(d=parseInt(t[1]))}u&&(m="ol")}return{type:m,startIndex:d,style:f(p),isLegalStyleList:u}}function f(t){if(t.startsWith("arabic-leading-zero"))return"decimal-leading-zero";switch(t){case"alpha-upper":return"upper-alpha";case"alpha-lower":return"lower-alpha";case"roman-upper":return"upper-roman";case"roman-lower":return"lower-roman";case"circle":case"disc":case"square":return t;default:return null}}function p(t,e,n){const r=e.createElement(t.type);return t.style&&e.setStyle("list-style-type",t.style,r),t.startIndex&&t.startIndex>1&&e.setAttribute("start",t.startIndex,r),t.isLegalStyleList&&n&&e.addClass("legal-list",r),r}function m(t){const e=t.getStyle("mso-list");if(void 0===e)return{};const n=e.match(/(^|\s{1,100})l(\d+)/i),r=e.match(/\s{0,100}lfo(\d+)/i),s=e.match(/\s{0,100}level(\d+)/i);return n&&r&&s?{id:n[2],order:r[1],indent:parseInt(s[1])}:{indent:1}}function d(t,n){const r=new e.Matcher({name:"span",styles:{"mso-list":"Ignore"}}),s=n.createRangeIn(t);for(const t of s)"elementStart"===t.type&&r.match(t.item)&&n.remove(t.item)}function h(t){const e=t.getStyle("margin-left");return void 0===e||e.endsWith("px")?e:s(e)}function g(t,n){if(!t.childCount)return;const r=new e.UpcastWriter(t.document),s=function(t,n){const r=n.createRangeIn(t),s=new e.Matcher({name:/v:(.+)/}),i=[];for(const t of r){if("elementStart"!=t.type)continue;const e=t.item,n=e.previousSibling,r=n&&n.is("element")?n.name:null,o=["Chart"],c=s.match(e),a=e.getAttribute("o:gfxdata"),u="v:shapetype"===r,l=a&&o.some((t=>e.getAttribute("id").includes(t)));c&&a&&!u&&!l&&i.push(t.item.getAttribute("id"))}return i}(t,r);!function(t,n,r){const s=r.createRangeIn(n),i=new e.Matcher({name:"img"}),o=[];for(const e of s)if(e.item.is("element")&&i.match(e.item)){const n=e.item,r=n.getAttribute("v:shapes")?n.getAttribute("v:shapes").split(" "):[];r.length&&r.every((e=>t.indexOf(e)>-1))?o.push(n):n.getAttribute("src")||o.push(n)}for(const t of o)r.remove(t)}(s,t,r),function(t,e,n){const r=n.createRangeIn(e),s=[];for(const e of r)if("elementStart"==e.type&&e.item.is("element","v:shape")){const n=e.item.getAttribute("id");if(t.includes(n))continue;i(e.item.parent.getChildren(),n)||s.push(e.item)}for(const t of s){const e={src:o(t)};t.hasAttribute("alt")&&(e.alt=t.getAttribute("alt"));const r=n.createElement("img",e);n.insertChild(t.index+1,r,t.parent)}function i(t,e){for(const n of t)if(n.is("element")){if("img"==n.name&&n.getAttribute("v:shapes")==e)return!0;if(i(n.getChildren(),e))return!0}return!1}function o(t){for(const e of t.getChildren())if(e.is("element")&&e.getAttribute("src"))return e.getAttribute("src")}}(s,t,r),function(t,n){const r=n.createRangeIn(t),s=new e.Matcher({name:/v:(.+)/}),i=[];for(const t of r)"elementStart"==t.type&&s.match(t.item)&&i.push(t.item);for(const t of i)n.remove(t)}(t,r);const i=function(t,n){const r=n.createRangeIn(t),s=new e.Matcher({name:"img"}),i=[];let o=0;for(const t of r)t.item.is("element")&&s.match(t.item)&&(t.item.getAttribute("src").startsWith("file://")&&i.push({element:t.item,imageIndex:o}),o++);return i}(t,r);i.length&&function(t,e,n){for(let r=0;r<t.length;r++){const{element:s,imageIndex:i}=t[r],o=e[i];if(o){const t=`data:${o.type};base64,${y(o.hex)}`;n.setAttribute("src",t,s)}}}(i,function(t){if(!t)return[];const e=/{\\pict[\s\S]+?\\bliptag-?\d+(\\blipupi-?\d+)?({\\\*\\blipuid\s?[\da-fA-F]+)?[\s}]*?/,n=new RegExp("(?:("+e.source+"))([\\da-fA-F\\s]+)\\}","g"),r=t.match(n),s=[];if(r)for(const t of r){let n=!1;t.includes("\\pngblip")?n="image/png":t.includes("\\jpegblip")&&(n="image/jpeg"),n&&s.push({hex:t.replace(e,"").replace(/[^\da-fA-F]/g,""),type:n})}return s}(n),r)}function y(t){return btoa(t.match(/\w{2}/g).map((t=>String.fromCharCode(parseInt(t,16)))).join(""))}const I=/<meta\s*name="?generator"?\s*content="?microsoft\s*word\s*\d+"?\/?>/i,w=/xmlns:o="urn:schemas-microsoft-com/i;class b{document;hasMultiLevelListPlugin;constructor(t,e=!1){this.document=t,this.hasMultiLevelListPlugin=e}isActive(t){return I.test(t)||w.test(t)}execute(t){const n=new e.UpcastWriter(this.document),{body:r,stylesString:i}=t._parsedData;!function(t,e){const n=[];for(const r of e.createRangeIn(t)){const t=r.item;t.is("element","a")&&!t.hasAttribute("href")&&(t.hasAttribute("id")||t.hasAttribute("name"))&&n.push(t)}for(const t of n){const n=t.parent.getChildIndex(t)+1,r=t.getChildren();e.insertChild(n,r,t.parent)}}(r,n),c(r,i,this.hasMultiLevelListPlugin),g(r,t.dataTransfer.getData("text/rtf")),function(t,e){for(const n of e.createRangeIn(t).getItems()){if(!n.is("element","table")&&!n.is("element","td")&&!n.is("element","th"))continue;const t=["left","top","right","bottom"];if(t.every((t=>!n.hasStyle(`border-${t}-style`))))e.setStyle("border-style","none",n);else for(const r of t)n.hasStyle(`border-${r}-style`)||e.setStyle(`border-${r}-style`,"none",n);const r=["width","height",...t.map((t=>`border-${t}-width`)),...t.map((t=>`padding-${t}`))];for(const t of r)n.hasStyle(t)&&e.setStyle(t,s(n.getStyle(t)),n)}}(r,n),function(t){const n=[],r=new e.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 x(t,n){const r=new DOMParser,s=function(t){return v(v(t)).replace(/(<span\s+style=['"]mso-spacerun:yes['"]>[^\S\r\n]*?)[\r\n]+([^\S\r\n]*<\/span>)/g,"$1$2").replace(/<span\s+style=['"]mso-spacerun:yes['"]><\/span>/g,"").replace(/(<span\s+style=['"]letter-spacing:[^'"]+?['"]>)[\r\n]+(<\/span>)/g,"$1 $2").replace(/ <\//g," </").replace(/ <o:p><\/o:p>/g," <o:p></o:p>").replace(/<o:p>( |\u00A0)<\/o:p>/g,"").replace(/>([^\S\r\n]*[\r\n]\s*)</g,"><")}(function(t){const e="</body>",n="</html>",r=t.indexOf(e);if(r<0)return t;const s=t.indexOf(n,r+e.length);return t.substring(0,r+e.length)+(s>=0?t.substring(s):"")}(t=(t=t.replace(/<!--\[if gte vml 1]>/g,"")).replace(/<o:SmartTagType(?:\s+[^\s>=]+(?:="[^"]*")?)*\s*\/?>/gi,""))),i=r.parseFromString(s,"text/html");!function(t){t.querySelectorAll("span[style*=spacerun]").forEach((t=>{const e=t,n=e.innerText.length||0;e.innerText=Array(n+1).join(" ").substr(0,n)}))}(i);const o=i.body.innerHTML,c=function(t,n){const r=new e.ViewDocument(n),s=new e.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 S=n(584);!function(t){const e=A,n=t();for(;;)try{if(911439===parseInt(e(457))/1+parseInt(e(458))/2*(parseInt(e(460))/3)+-parseInt(e(461))/4+parseInt(e(455))/5+parseInt(e(456))/6+parseInt(e(452))/7*(parseInt(e(454))/8)+-parseInt(e(453))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(L);const C=/<meta\s*name="?generator"?\s*content="?microsoft\s*excel\s*\d+"?\/?>/i;function A(t,e){const n=L();return(A=function(t,e){return n[t-=452]})(t,e)}function E(t){return C[A(459)](t)}function L(){const t=["297241koeXrf","10869984IoKqEi","8AYggaY","1883135jXgHUW","4524906LKUGRM","877555nXpGje","2274276pORvEd","test","3RlwHeg","4274876ngoLYg"];return(L=function(){return t})()}function O(){const t=["7mteiWQ","push","880267PtICae","name","7059930pyDFbY","hasClass","7035364zlOiSC","2aPhyCp","length","map","7937576HJUALZ","groups","cssRules","6577260YfKOaZ","3YVwZZH","getPropertyValue","initial","set","split","tagName","5557860WxgRtU","exec","4545120pJBcKz","assign","className","style","trim","selectorText"];return(O=function(){return t})()}!function(t){const e=j,n=t();for(;;)try{if(965210===-parseInt(e(258))/1*(-parseInt(e(263))/2)+parseInt(e(270))/3*(parseInt(e(262))/4)+-parseInt(e(250))/5+-parseInt(e(269))/6+-parseInt(e(256))/7*(parseInt(e(266))/8)+parseInt(e(276))/9+parseInt(e(260))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(O);const P=/^(?<tagName>(?!\.)[\w-]+)?(\.(?<className>[\w-]+))?$/i;function F(t,e){const n=j,r=new Map;for(const[s,i]of e){if(!s[n(275)]&&!s[n(252)])continue;const e=!s[n(275)]||t[n(259)]===s[n(275)],o=!s[n(252)]||t[n(261)](s[n(252)]);e&&o&&r[n(273)](s,i)}return r}function j(t,e){const n=O();return(j=function(t,e){return n[t-=249]})(t,e)}function W(t){const e=j,n={};for(let r=0;r<t[e(264)];r++){const s=t[r],i=t[e(271)](s);e(272)!==i&&(n[s]=i)}return n}function R(t){const e=j,n=t[e(274)](",")[e(265)]((t=>t[e(254)]())),r=[];for(const t of n){const n=P[e(249)](t);n&&r[e(257)](n[e(267)])}return r}function T(t){const e=j,n={};for(const r of t)Object[e(251)](n,r);return n}const K=k;function M(){const t=["elementStart","isActive","12648kwgSte","item","from","size","3113fQKpcW","content","type","543969TgOsZI","394972KNuBHh","1oenZgH","document","createRangeIn","hasStyle","1338586NJMrGg","5LsTqsW","10946439xZBmIx","3834rMSTxg","values","_parsedData","10658436XlihIA","setStyle","execute","29780DRXFZA"];return(M=function(){return t})()}function k(t,e){const n=M();return(k=function(t,e){return n[t-=319]})(t,e)}!function(t){const e=k,n=t();for(;;)try{if(968610===parseInt(e(343))/1*(parseInt(e(322))/2)+-parseInt(e(341))/3+parseInt(e(342))/4+parseInt(e(323))/5*(parseInt(e(328))/6)+-parseInt(e(324))/7+parseInt(e(334))/8*(-parseInt(e(325))/9)+-parseInt(e(331))/10*(-parseInt(e(338))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(M);class N extends b{[K(330)](t){const n=K,{body:r,styles:s}=t[n(327)],i=new e.UpcastWriter(r[n(319)]),o=i[n(320)](r),c=function(t){const e=j,n=new Map;for(const r in t){const s=R(r),i=t[r];for(const t of s)n[e(273)](t,i)}return n}(function(t){const e=j,n={};for(const r of t)for(const t of r[e(268)])if(t instanceof CSSStyleRule){const r=W(t[e(253)]);n[t[e(255)]]=Object[e(251)]({},n[t[e(255)]]||{},r)}return n}(s));for(const t of o){if(n(332)!==t[n(340)])continue;const e=F(t[n(335)],c);if(e[n(337)]){const r=T(Array[n(336)](e[n(326)]()));for(const e in r){const s=t[n(335)];s[n(321)](e)||i[n(329)](e,r[e],s)}}}t[n(339)]=r}[K(333)](t){return super[K(333)](t)||E(t)}}function D(t,e){const n=U();return(D=function(t,e){return n[t-=383]})(t,e)}const $=D;function U(){const t=["high","9OHUaCw","editing","363201sUiwOj","7907930HZPiLq","dataTransfer","stylesProcessor","41082AXDjEB","isActive","requires","execute","ClipboardPipeline","155OCBMMk","5567864zGDVUj","map","fromCharCode","join","afterInit","getData","2AlqpbA","142840fmvUcI","href","document","_parsedData","get","init","inputTransformation","isPremiumPlugin","pluginName","text/html","7zPuMqN","isOfficialPlugin","PasteFromOffice","plugins","28OjaYNi","3591764zvXpKI","PasteFromOfficeEnhancedInliner","view","editor","27379812oCYIXh"];return(U=function(){return t})()}!function(t){const e=D,n=t();for(;;)try{if(448535===parseInt(e(386))/1*(-parseInt(e(387))/2)+parseInt(e(410))/3*(parseInt(e(401))/4)+-parseInt(e(419))/5*(-parseInt(e(414))/6)+parseInt(e(397))/7*(parseInt(e(420))/8)+parseInt(e(408))/9*(parseInt(e(411))/10)+parseInt(e(402))/11+-parseInt(e(406))/12)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(U);class q extends t.Plugin{static get[$(395)](){return $(403)}static get[$(398)](){return!0}static get[$(394)](){return!0}static get[$(416)](){return[$(399)]}[$(392)](){const t=$,e=this[t(405)],n=e[t(400)][t(391)](t(418)),r=e[t(409)][t(404)][t(389)],s=new N(r);n.on(t(393),((e,n)=>{const i=t,o=n[i(412)][i(385)](i(396));s[i(415)](o)&&(n[i(390)]||(n[i(390)]=x(o,r[i(413)])),s[i(417)](n))}),{priority:S.priorities[t(391)](t(407))+11})}[$(384)](){!async function(t){const e=d([107,80,98,74,70,110,120,48,103,83,52,88,87,101,66,109,117,100,105,84,57,115,49,85,114,89,118,82,102,72,113,106,76,53,116,122,81,79,108,69,50,67,97,51,77,112,119,111,56,73,75,68,54,71,86,65,121,99,90,78,104,55]),n=window[d([68,97,116,101])][d([110,111,119])](),r=t[d([101,100,105,116,111,114])],s=new(window[d([80,114,111,109,105,115,101])])((t=>{r[d([111,110,99,101])](d([114,101,97,100,121]),t)})),i={[d([107,116,121])]:d([69,67]),[d([117,115,101])]:d([115,105,103]),[d([99,114,118])]:d([80,45,50,53,54]),[d([120])]:d([105,67,106,79,67,118,68,70,73,54,108,81,72,72,84,49,56,106,86,119,82,102,107,102,72,81,50,97,95,77,121,109,84,51,53,76,81,86,111,70,83,65,73]),[d([121])]:d([107,88,73,121,74,52,101,118,116,67,69,70,82,109,120,75,83,85,112,75,57,102,68,87,52,53,57,118,88,79,118,86,114,104,102,54,117,81,65,101,79,105,111]),[d([97,108,103])]:d([69,83,50,53,54])},o=r[d([99,111,110,102,105,103])][d([103,101,116])](d([108,105,99,101,110,115,101,75,101,121]));function c(t){const e=[new(window[d([80,114,111,109,105,115,101])])((t=>setTimeout(t,605900))),s[d([116,104,101,110])]((()=>new(window[d([80,114,111,109,105,115,101])])((t=>{let e=0;r[d([109,111,100,101,108])][d([111,110])](d([97,112,112,108,121,79,112,101,114,97,116,105,111,110]),((n,r)=>{r[0][d([105,115,68,111,99,117,109,101,110,116,79,112,101,114,97,116,105,111,110])]&&e++,504==e&&(t(),n[d([111,102,102])]())}))}))))];return window[d([80,114,111,109,105,115,101])][d([114,97,99,101])](e)[d([116,104,101,110])]((()=>t))}function a(t){return t[d([115,116,97,114,116,115,87,105,116,104])](d([101,121]))?JSON[d([112,97,114,115,101])](u(t)):null}function u(t){return window[d([97,116,111,98])](t[d([114,101,112,108,97,99,101])](/-/g,d([43]))[d([114,101,112,108,97,99,101])](/_/g,d([47])))}function l(t){let e=5381;function n(t){for(let n=0;n<t[d([108,101,110,103,116,104])];n++){const r=t[d([99,104,97,114,67,111,100,101,65,116])](n);e=(e<<5)+e+r,e&=e}}return function t(e){Array[d([105,115,65,114,114,97,121])](e)?e[d([102,111,114,69,97,99,104])](t):e&&typeof e==d([111,98,106,101,99,116])?Object[d([101,110,116,114,105,101,115])](e)[d([115,111,114,116])]()[d([102,111,114,69,97,99,104])]((([e,r])=>{n(e),t(r)})):n(window[d([83,116,114,105,110,103])](e))}(t),e>>>0}function f(t){return t[d([116,111,83,116,114,105,110,103])](16)[d([112,97,100,83,116,97,114,116])](8,d([48]))}function p(t){return t[d([115,112,108,105,116])]("")[d([114,101,118,101,114,115,101])]()[d([106,111,105,110])]("")}function m(){}function d(t){const e=D;return t[e(421)]((t=>String[e(422)](t)))[e(383)]("")}!function(t){const n=function(){const t=window[d([83,116,114,105,110,103])](window[d([112,101,114,102,111,114,109,97,110,99,101])][d([110,111,119])]())[d([114,101,112,108,97,99,101])](d([46]),"");let n=d([107]);for(let r=0;r<t[d([108,101,110,103,116,104])];r+=2){let s=window[d([112,97,114,115,101,73,110,116])](t[d([115,117,98,115,116,114,105,110,103])](r,r+2));s>=e[d([108,101,110,103,116,104])]&&(s-=e[d([108,101,110,103,116,104])]),n+=e[s]}return n}();r[n]=d([112,97,115,116,101,70,114,111,109,79,102,102,105,99,101,69,110,104,97,110,99,101,100,76,105,99,101,110,115,101,75,101,121])+t,t!=d([86,97,108,105,100])&&async function(){await s,r[d([109,111,100,101,108])][d([99,104,97,110,103,101])]=m,r[d([109,111,100,101,108])][d([101,110,113,117,101,117,101,67,104,97,110,103,101])]=m,r[d([101,110,97,98,108,101,82,101,97,100,79,110,108,121,77,111,100,101])](d([109,111,100,101,108]))}()}(await async function(){let t,e=null,m=null;try{return o==d([71,80,76])?d([78,111,116,65,108,108,111,119,101,100]):(t=function(){const t=o[d([115,112,108,105,116])](d([46]));return 3!=t[d([108,101,110,103,116,104])]?null:e(t[1]);function e(t){const e=a(t);return e&&n()?e:null;function n(){const t=e[d([106,116,105])],n=window[d([112,97,114,115,101,73,110,116])](t[d([115,117,98,115,116,114,105,110,103])](t[d([108,101,110,103,116,104])]-8),16),r={...e,[d([106,116,105])]:t[d([115,117,98,115,116,114,105,110,103])](0,t[d([108,101,110,103,116,104])]-8)};return delete r[d([118,99])],l(r)==n}}}(),t?(t[d([117,115,97,103,101,69,110,100,112,111,105,110,116])]&&(m=function(t,e){return new(window[d([80,114,111,109,105,115,101])])((c=>{if(i())return c(d([86,97,108,105,100]));o(),r[d([100,101,99,111,114,97,116,101])](d([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]));let a=!1;const u=(0,S.uid)();function m(t){return!!t&&(typeof t===d([111,98,106,101,99,116])||typeof t===d([102,117,110,99,116,105,111,110]))&&typeof t[d([116,104,101,110])]===d([102,117,110,99,116,105,111,110])&&typeof t[d([99,97,116,99,104])]===d([102,117,110,99,116,105,111,110])}function h(r){a(r)[d([116,104,101,110])]((t=>t&&t[d([115,116,97,116,117,115])]==d([111,107])?f(l(u+e))!=t[d([118,101,114,105,102,105,99,97,116,105,111,110])]?d([85,115,97,103,101,76,105,109,105,116]):d([86,97,108,105,100]):d([85,115,97,103,101,76,105,109,105,116])))[d([116,104,101,110])]((t=>(i(),t)),(()=>{const t=o();return null==t?(i(),d([86,97,108,105,100])):d(n-t>6048e5?[85,115,97,103,101,76,105,109,105,116]:[86,97,108,105,100])}))[d([116,104,101,110])](c)[d([99,97,116,99,104])]((()=>{c(d([85,115,97,103,101,76,105,109,105,116]))}));const s=36e5;function i(){const e=d([108,108,99,116,45])+f(l(t)),r=p(f(window[d([77,97,116,104])][d([99,101,105,108])](n/s)));window[d([108,111,99,97,108,83,116,111,114,97,103,101])][d([115,101,116,73,116,101,109])](e,r)}function o(){const e=d([108,108,99,116,45])+f(l(t)),n=window[d([108,111,99,97,108,83,116,111,114,97,103,101])][d([103,101,116,73,116,101,109])](e);return n?window[d([112,97,114,115,101,73,110,116])](p(n),16)*s:null}function a(t){return new(window[d([80,114,111,109,105,115,101])])(((e,n)=>{t[d([116,104,101,110])](e,n),window[d([115,101,116,84,105,109,101,111,117,116])](n,12e4)}))}}r[d([111,110])](d([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),((e,n)=>{if(n[0]!=t)return c(d([85,115,97,103,101,76,105,109,105,116]));n[1]={...n[1],[d([114,101,113,117,101,115,116,73,100])]:u}}),{[d([112,114,105,111,114,105,116,121])]:d([104,105,103,104])}),r[d([111,110])](d([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),(t=>{m(t[d([114,101,116,117,114,110])])&&(a=!0,h(t[d([114,101,116,117,114,110])]))}),{[d([112,114,105,111,114,105,116,121])]:d([108,111,119])}),s[d([116,104,101,110])]((()=>{a||c(d([85,115,97,103,101,76,105,109,105,116]))}))}));function i(){return r[d([101,100,105,116,105,110,103])][d([118,105,101,119])][d([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]==d([97,117,116,111])}function o(){r[d([101,100,105,116,105,110,103])][d([118,105,101,119])][d([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]=d([97,117,116,111])}}(t[d([117,115,97,103,101,69,110,100,112,111,105,110,116])],t[d([106,116,105])])),await async function(){let t=!0;try{const r=o[d([115,112,108,105,116])](d([46])),[s,i,c]=r;return e(s),await n(s,i,c),t}catch{return!1}function e(e){const n=a(e);n&&n[d([97,108,103])]==d([69,83,50,53,54])||(t=!1)}async function n(e,n,r){const s=window[d([85,105,110,116,56,65,114,114,97,121])][d([102,114,111,109])](u(r),(t=>t[d([99,104,97,114,67,111,100,101,65,116])](0))),o=(new(window[d([84,101,120,116,69,110,99,111,100,101,114])]))[d([101,110,99,111,100,101])](e+d([46])+n),c=window[d([99,114,121,112,116,111])][d([115,117,98,116,108,101])];if(!c)return;const a=await c[d([105,109,112,111,114,116,75,101,121])](d([106,119,107]),i,{[d([110,97,109,101])]:d([69,67,68,83,65]),[d([110,97,109,101,100,67,117,114,118,101])]:d([80,45,50,53,54])},!1,[d([118,101,114,105,102,121])]);await c[d([118,101,114,105,102,121])]({[d([110,97,109,101])]:d([69,67,68,83,65]),[d([104,97,115,104])]:{[d([110,97,109,101])]:d([83,72,65,45,50,53,54])}},a,s,o)||(t=!1)}}()?function(){const e=t[d([102,101,97,116,117,114,101,115])];return!(!e||!e[d([105,110,99,108,117,100,101,115])](d([42]))&&!e[d([105,110,99,108,117,100,101,115])](d([80,79,69]))&&!e[d([105,110,99,108,117,100,101,115])](d([80,80])))}()?function(){const e=[d([101,118,97,108,117,97,116,105,111,110]),d([116,114,105,97,108])][d([105,110,99,108,117,100,101,115])](t[d([108,105,99,101,110,115,101,84,121,112,101])])?n/1e3:1748476800;return t[d([101,120,112])]<e}()?d([69,120,112,105,114,101,100]):function(){const e=D,n=t[d([108,105,99,101,110,115,101,100,72,111,115,116,115])];if(!n||0==n[d([108,101,110,103,116,104])])return!0;const{hostname:r}=new URL(window[d([108,111,99,97,116,105,111,110])][e(388)]);if(n[d([105,110,99,108,117,100,101,115])](r))return!0;const s=r[d([115,112,108,105,116])](d([46]));return n[d([102,105,108,116,101,114])]((t=>t[d([105,110,99,108,117,100,101,115])](d([42]))))[d([109,97,112])]((t=>t[d([115,112,108,105,116])](d([46]))))[d([115,111,109,101])]((t=>s[d([101,118,101,114,121])](((e,n)=>t[n]===e||t[n]===d([42])))))}()?(t[d([108,105,99,101,110,115,101,84,121,112,101])]==d([101,118,97,108,117,97,116,105,111,110])&&(e=c(d([69,118,97,108,117,97,116,105,111,110,76,105,109,105,116]))),t[d([108,105,99,101,110,115,101,84,121,112,101])]==d([116,114,105,97,108])&&(e=c(d([84,114,105,97,108,76,105,109,105,116]))),await(e&&m?new(window[d([80,114,111,109,105,115,101])])(((t,n)=>{e[d([116,104,101,110])](t,n),m[d([116,104,101,110])]((e=>{e!=d([86,97,108,105,100])&&t(e)}),n)})):e||m||d([86,97,108,105,100]))):d([68,111,109,97,105,110,76,105,109,105,116]):d([78,111,116,65,108,108,111,119,101,100]):d([73,110,118,97,108,105,100])):d([73,110,118,97,108,105,100]))}catch{return d([73,110,118,97,108,105,100])}}())}(this)}}const z=_;!function(t){const e=_,n=t();for(;;)try{if(120684===parseInt(e(197))/1*(-parseInt(e(195))/2)+-parseInt(e(192))/3+parseInt(e(185))/4+parseInt(e(219))/5+parseInt(e(213))/6+parseInt(e(180))/7*(-parseInt(e(208))/8)+-parseInt(e(222))/9*(-parseInt(e(183))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Z);const H=[z(211),z(181),z(206),z(205),z(194),z(189),z(217),z(221)],X=[z(211),z(181),z(206)],V={"font-style":[[z(186),"i"]],"font-weight":[[z(184),z(187)],[z(196),z(187)],[z(193),z(187)],[t=>Number(t)>=600,z(187)]],"text-decoration":[[z(201),"u"],[z(198),"s"]],"text-decoration-line":[[z(201),"u"],[z(198),"s"]],"vertical-align":[[z(202),z(202)],[z(212),z(210)]]};function B(t){return H[z(218)](t)}function J(t){const e=z;return Array[e(220)](t[e(200)]())[e(188)](B)}function Z(){const t=["font-size","span","24fJglcw","insertChild","sup","color","super","254958QPrnlS","getChildren","forEach","split","font-style","includes","139100NzcyTq","from","vertical-align","279sMUwqW","createElement","463967KeXcgE","font-family","keys","127300DOpamt","medium","25912iSxmhp","italic","strong","filter","font-weight","function","setStyle","161181aoLief","bolder","text-decoration-line","2dbEeaw","bold","98167aGhqwB","line-through","length","getStyleNames","underline","sub","getStyle","removeStyle","text-decoration"];return(Z=function(){return t})()}function _(t,e){const n=Z();return(_=function(t,e){return n[t-=180]})(t,e)}function Y(t,e,n){const{spanStyles:r,stylesToBeHtmlElements:s}=function(t,e){const n=z,r={},s={};return e[n(215)]((e=>{const i=n,o=t[i(203)](e);if(o)if(c=e,X[z(218)](c))r[e]=o;else if(e in V){const t=o[i(216)](" ");V[e][i(215)]((([n,r])=>{const o=i;for(const i of t)(o(190)==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=z;for(const s in n)n[s][r(215)]((([,n])=>{const s=r,i=e[s(223)](n,[],t[s(214)]());e[s(209)](0,i,t)})),e[r(204)](s,t)})(t,e,s),function(t,e,n){const r=z;if(!Object[r(182)](n)[r(199)])return;const s=e[r(223)](r(207),[],t[r(214)]());e[r(191)](n,s),e[r(209)](0,s,t),e[r(204)](Object[r(182)](n),t)}(t,e,r)}const G=tt;function Q(){const t=["stylesProcessor","231LPAbwn","name","618185HVEGVp","_parsedData","createRangeIn","element","3810688jFwWkA","document","2330182djvrqs","12zFRJDu","blockElements","isActive","7112196KyNxpE","execute","includes","138978AocAEJ","content","font","221652qTRDBT","5384905jukcZk","getItems","10vYmWbV"];return(Q=function(){return t})()}function tt(t,e){const n=Q();return(tt=function(t,e){return n[t-=424]})(t,e)}!function(t){const e=tt,n=t();for(;;)try{if(607646===parseInt(e(443))/1+parseInt(e(426))/2+-parseInt(e(436))/3*(parseInt(e(427))/4)+parseInt(e(437))/5+parseInt(e(433))/6*(-parseInt(e(441))/7)+-parseInt(e(424))/8+-parseInt(e(430))/9*(parseInt(e(439))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Q);class et extends b{[G(431)](t){const n=G,{body:r}=t[n(444)],s=new e.UpcastWriter(r[n(425)]),i=s[n(445)](r),o=new e.ViewDocument(s[n(425)][n(440)]),c=[...new e.DomConverter(o)[n(428)],n(435)],a=i[n(438)]();for(const t of a)if(t.is(n(446))&&c[n(432)](t[n(442)])){Y(t,s,J(t))}t[n(434)]=r}[G(429)](t){return super[G(429)](t)||E(t)}}function nt(t,e){const n=rt();return(nt=function(t,e){return n[t-=159]})(t,e)}function rt(){const t=["invalid","pasteFromOfficeEnhancedLicenseKeyTrialLimit","execute","_showLicenseError","PasteFromOfficeEnhanced","pasteFromOfficeEnhancedLicenseKeyExpired","text/html","featureNotAllowed","pasteFromOfficeEnhancedLicenseKeyInvalid","document","stylesProcessor","pasteFromOfficeEnhancedLicenseKeyDomainLimit","4363326PfuOXt","1285LvUlRK","get","licenseKey","requires","config","2041413mTzsVN","dataTransfer","evaluationLimit","PasteFromOfficeEnhancedPropagator","pasteFromOfficeEnhancedLicenseKeyEvaluationLimit","high","pasteFromOfficeEnhancedLicenseKeyUsageLimit","trialLimit","editor","usageLimit","1724iOauXM","_parsedData","init","PasteFromOffice","destroy","_licenseKeyCheckInterval","getData","pluginName","view","1095740TPxOLJ","6577160giVHJD","ClipboardPipeline","pasteFromOfficeEnhancedLicenseKeyValid","editing","isOfficialPlugin","expired","4293359iLjuFW","563078iazEbN","plugins","domainLimit","isActive","inputTransformation","isPremiumPlugin","pasteFromOfficeEnhancedLicenseKeyNotAllowed"];return(rt=function(){return t})()}const st=nt;!function(t){const e=nt,n=t();for(;;)try{if(394785===-parseInt(e(200))/1+-parseInt(e(192))/2+parseInt(e(173))/3+parseInt(e(183))/4*(-parseInt(e(168))/5)+parseInt(e(167))/6+-parseInt(e(199))/7+parseInt(e(193))/8)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(rt);class it extends t.Plugin{[st(170)];[st(188)];static get[st(190)](){return st(176)}static get[st(197)](){return!0}static get[st(205)](){return!0}static get[st(171)](){return[st(186)]}[st(185)](){const t=st,e=this[t(181)],n=e[t(201)][t(169)](t(194)),r=e[t(196)][t(191)][t(164)],s=new et(r);n.on(t(204),((e,n)=>{const i=t,o=n[i(174)][i(189)](i(161));s[i(203)](o)&&(n[i(184)]||(n[i(184)]=x(o,r[i(165)])),s[i(209)](n))}),{priority:S.priorities[t(169)](t(178))+10}),this[t(170)]=this[t(181)][t(172)][t(169)](t(170));const i=this[t(181)];this[t(188)]=setInterval((()=>{const e=t;let n;for(const t in i){const r=t,s=i[r];if(e(195)==s||e(163)==s||e(160)==s||e(166)==s||e(206)==s||e(177)==s||e(208)==s||e(179)==s){delete i[r],n=s,clearInterval(this[e(188)]),this[e(188)]=void 0;break}}e(163)==n&&i[e(210)](e(207)),e(160)==n&&i[e(210)](e(198)),e(166)==n&&i[e(210)](e(202)),e(206)==n&&i[e(210)](e(162),e(159)),e(177)==n&&i[e(210)](e(175)),e(208)==n&&i[e(210)](e(180)),e(179)==n&&i[e(210)](e(182))}),1e3)}[st(187)](){const t=st;super[t(187)](),this[t(188)]&&clearInterval(this[t(188)])}}var ot=ct;function ct(t,e){var n=ut();return(ct=function(t,e){return n[t-=372]})(t,e)}!function(t){for(var e=ct,n=t();;)try{if(139172===-parseInt(e(375))/1+parseInt(e(381))/2+-parseInt(e(373))/3*(parseInt(e(379))/4)+parseInt(e(387))/5+-parseInt(e(384))/6*(-parseInt(e(377))/7)+parseInt(e(374))/8*(parseInt(e(380))/9)+parseInt(e(385))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ut);class at extends t.Plugin{static get[ot(386)](){return ot(378)}static get[ot(382)](){return!0}static get[ot(376)](){return!0}static get[ot(372)](){return[ot(383),q,it]}}function ut(){var t=["isOfficialPlugin","PasteFromOffice","6LKxgin","1175510YpBhFi","pluginName","146240KndWkr","requires","3zeCkdI","8doUePA","216559FZKcFd","isPremiumPlugin","1218182kycSnT","PasteFromOfficeEnhanced","793608KiSxXo","1264743sCzcqy","185562GXgkXv"];return(ut=function(){return t})()}function lt(){var t=["5334015szpjhJ","2767550kJOHiW","574853lIqSWX","4823580fupDhy","19783864eKbuib","133WXWHtj","1478534zejyhf","106068fdCUdV"];return(lt=function(){return t})()}function ft(t,e){var n=lt();return(ft=function(t,e){return n[t-=487]})(t,e)}!function(t){for(var e=ft,n=t();;)try{if(892959===-parseInt(e(490))/1+parseInt(e(494))/2+parseInt(e(488))/3+parseInt(e(491))/4+parseInt(e(489))/5+-parseInt(e(487))/6*(parseInt(e(493))/7)+-parseInt(e(492))/8)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 _0x5d3727}from'@ckeditor/ckeditor5-core/dist/index.js';import{MSWordNormalizer as _0x363366,parseHtml as _0x2c5b79}from'@ckeditor/ckeditor5-paste-from-office/dist/index.js';import{priorities as _0x3855b5,uid as _0x3c15c3}from'@ckeditor/ckeditor5-utils/dist/index.js';import{UpcastWriter as _0x191c87,ViewDocument as _0x5da783,DomConverter as _0x577eb3}from'@ckeditor/ckeditor5-engine/dist/index.js';const m=/<meta\s*name="?generator"?\s*content="?microsoft\s*excel\s*\d+"?\/?>/i;function l(_0x345c2f){return m['test'](_0x345c2f);}const S=/^(?<tagName>(?!\.)[\w-]+)?(\.(?<className>[\w-]+))?$/i;function x(_0x61f9a9,_0x1f0314){const _0x16c8b4=new Map();for(const [_0xf0582d,_0x2d39eb]of _0x1f0314){if(!_0xf0582d['tagName']&&!_0xf0582d['className'])continue;const _0x1a0231=!_0xf0582d['tagName']||_0x61f9a9['name']===_0xf0582d['tagName'],_0x115c4e=!_0xf0582d['className']||_0x61f9a9['hasClass'](_0xf0582d['className']);_0x1a0231&&_0x115c4e&&_0x16c8b4['set'](_0xf0582d,_0x2d39eb);}return _0x16c8b4;}function h(_0x5bfca6){const _0x27b75a={};for(let _0x3a13f4=0x0;_0x3a13f4<_0x5bfca6['length'];_0x3a13f4++){const _0x34a2ed=_0x5bfca6[_0x3a13f4],_0x8525f7=_0x5bfca6['getPropertyValue'](_0x34a2ed);'initial'!==_0x8525f7&&(_0x27b75a[_0x34a2ed]=_0x8525f7);}return _0x27b75a;}function O(_0x19975e){const _0x318581=_0x19975e['split'](',')['map'](_0x5085bb=>_0x5085bb['trim']()),_0x54e3ef=[];for(const _0x1fe7fb of _0x318581){const _0x15b829=S['exec'](_0x1fe7fb);_0x15b829&&_0x54e3ef['push'](_0x15b829['groups']);}return _0x54e3ef;}function y(_0x5db51e){const _0x2eaac2={};for(const _0x11d8ee of _0x5db51e)Object['assign'](_0x2eaac2,_0x11d8ee);return _0x2eaac2;}class c extends _0x363366{['execute'](_0x298b7e){const {body:_0x47ee44,styles:_0x47d87e}=_0x298b7e['_parsedData'],_0xa9f137=new _0x191c87(_0x47ee44['document']),_0x8df063=_0xa9f137['createRangeIn'](_0x47ee44),_0x4cff5d=function(_0x3e1b6a){const _0x5e6159={};for(const _0x3e3ecf of _0x3e1b6a)for(const _0x4e0744 of _0x3e3ecf['cssRules'])if(_0x4e0744 instanceof CSSStyleRule){const _0x214f24=h(_0x4e0744['style']);_0x5e6159[_0x4e0744['selectorText']]=Object['assign']({},_0x5e6159[_0x4e0744['selectorText']]||{},_0x214f24);}return _0x5e6159;}(_0x47d87e),_0x41e859=function(_0x55ee4f){const _0x266139=new Map();for(const _0xf2c990 in _0x55ee4f){const _0x46f132=O(_0xf2c990),_0x38ba23=_0x55ee4f[_0xf2c990];for(const _0xdededb of _0x46f132)_0x266139['set'](_0xdededb,_0x38ba23);}return _0x266139;}(_0x4cff5d);for(const _0x581fc4 of _0x8df063){if('elementStart'!==_0x581fc4['type'])continue;const _0x29fbc7=x(_0x581fc4['item'],_0x41e859);if(_0x29fbc7['size']){const _0x2ac607=y(Array['from'](_0x29fbc7['values']()));for(const _0x1ead90 in _0x2ac607){const _0x5c1be4=_0x581fc4['item'];_0x5c1be4['hasStyle'](_0x1ead90)||_0xa9f137['setStyle'](_0x1ead90,_0x2ac607[_0x1ead90],_0x5c1be4);}}}_0x298b7e['content']=_0x47ee44;}['isActive'](_0x2339b5){return super['isActive'](_0x2339b5)||l(_0x2339b5);}}class i extends _0x5d3727{static get['pluginName'](){return'PasteFromOfficeEnhancedInliner';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return['PasteFromOffice'];}['init'](){const _0x56af1a=this['editor'],_0x3879cb=_0x56af1a['plugins']['get']('ClipboardPipeline'),_0x4730b6=_0x56af1a['editing']['view']['document'],_0x3fc641=new c(_0x4730b6);_0x3879cb['on']('inputTransformation',(_0x33d5d1,_0x44d693)=>{const _0x4b83c7=_0x44d693['dataTransfer']['getData']('text/html');_0x3fc641['isActive'](_0x4b83c7)&&(_0x44d693['_parsedData']||(_0x44d693['_parsedData']=_0x2c5b79(_0x4b83c7,_0x4730b6['stylesProcessor'])),_0x3fc641['execute'](_0x44d693));},{'priority':_0x3855b5['get']('high')+0xb});}['afterInit'](){!async function(_0x5ed237){const _0x589402=_0x2305b1([0x42,0x59,0x75,0x61,0x34,0x73,0x50,0x58,0x74,0x43,0x49,0x30,0x71,0x51,0x77,0x4d,0x6d,0x45,0x56,0x57,0x4b,0x54,0x39,0x44,0x6f,0x78,0x4f,0x72,0x38,0x55,0x64,0x6e,0x41,0x46,0x33,0x69,0x67,0x4a,0x62,0x70,0x36,0x7a,0x65,0x4c,0x79,0x47,0x4e,0x6c,0x31,0x35,0x63,0x32,0x53,0x6b,0x52,0x48,0x68,0x37,0x5a,0x76,0x66,0x6a]),_0x1a3d29=0x61ea6ed9,_0x4f41f6=0x61ed0909^_0x1a3d29,_0x345c52=window[_0x2305b1([0x44,0x61,0x74,0x65])][_0x2305b1([0x6e,0x6f,0x77])](),_0x44585f=_0x5ed237[_0x2305b1([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x583c4c=new window[(_0x2305b1([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x47e64e=>{_0x44585f[_0x2305b1([0x6f,0x6e,0x63,0x65])](_0x2305b1([0x72,0x65,0x61,0x64,0x79]),_0x47e64e);}),_0x524b39={[_0x2305b1([0x6b,0x74,0x79])]:_0x2305b1([0x45,0x43]),[_0x2305b1([0x75,0x73,0x65])]:_0x2305b1([0x73,0x69,0x67]),[_0x2305b1([0x63,0x72,0x76])]:_0x2305b1([0x50,0x2d,0x32,0x35,0x36]),[_0x2305b1([0x78])]:_0x2305b1([0x69,0x43,0x6a,0x4f,0x43,0x76,0x44,0x46,0x49,0x36,0x6c,0x51,0x48,0x48,0x54,0x31,0x38,0x6a,0x56,0x77,0x52,0x66,0x6b,0x66,0x48,0x51,0x32,0x61,0x5f,0x4d,0x79,0x6d,0x54,0x33,0x35,0x4c,0x51,0x56,0x6f,0x46,0x53,0x41,0x49]),[_0x2305b1([0x79])]:_0x2305b1([0x6b,0x58,0x49,0x79,0x4a,0x34,0x65,0x76,0x74,0x43,0x45,0x46,0x52,0x6d,0x78,0x4b,0x53,0x55,0x70,0x4b,0x39,0x66,0x44,0x57,0x34,0x35,0x39,0x76,0x58,0x4f,0x76,0x56,0x72,0x68,0x66,0x36,0x75,0x51,0x41,0x65,0x4f,0x69,0x6f]),[_0x2305b1([0x61,0x6c,0x67])]:_0x2305b1([0x45,0x53,0x32,0x35,0x36])},_0x3b6d38=_0x44585f[_0x2305b1([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x2305b1([0x67,0x65,0x74])](_0x2305b1([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x568632(){let _0x417a91,_0x1b9917=null,_0x5badf8=null;try{if(_0x3b6d38==_0x2305b1([0x47,0x50,0x4c]))return _0x2305b1([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x417a91=_0x30216f(),!_0x417a91)return _0x2305b1([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x417a91[_0x2305b1([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x5badf8=_0x3090cd(_0x417a91[_0x2305b1([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x417a91[_0x2305b1([0x6a,0x74,0x69])])),await _0x4d9c1b()?_0x334d92()?_0x54b8a9()?_0x2305b1([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x3d71fd()?(_0x417a91[_0x2305b1([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x2305b1([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x1b9917=_0x27a491(_0x2305b1([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x417a91[_0x2305b1([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x2305b1([0x74,0x72,0x69,0x61,0x6c])&&(_0x1b9917=_0x27a491(_0x2305b1([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x34d3a1()):_0x2305b1([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x2305b1([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x2305b1([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x321805){return _0x2305b1([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x54b8a9(){const _0x349821=[_0x2305b1([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x2305b1([0x74,0x72,0x69,0x61,0x6c])][_0x2305b1([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x417a91[_0x2305b1([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x345c52/0x3e8:0xe10*_0x4f41f6;return _0x417a91[_0x2305b1([0x65,0x78,0x70])]<_0x349821;}function _0x334d92(){const _0x27b98d=_0x417a91[_0x2305b1([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x27b98d&&(!!_0x27b98d[_0x2305b1([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2305b1([0x2a]))||(!!_0x27b98d[_0x2305b1([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2305b1([0x50,0x4f,0x45]))||!!_0x27b98d[_0x2305b1([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2305b1([0x50,0x50]))));}function _0x3d71fd(){const _0x1d67ce=_0x417a91[_0x2305b1([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x1d67ce||0x0==_0x1d67ce[_0x2305b1([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x1677a2}=new URL(window[_0x2305b1([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x1d67ce[_0x2305b1([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1677a2))return!0x0;const _0x55fe56=_0x1677a2[_0x2305b1([0x73,0x70,0x6c,0x69,0x74])](_0x2305b1([0x2e]));return _0x1d67ce[_0x2305b1([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x4e2be3=>_0x4e2be3[_0x2305b1([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2305b1([0x2a])))[_0x2305b1([0x6d,0x61,0x70])](_0x4ba49a=>_0x4ba49a[_0x2305b1([0x73,0x70,0x6c,0x69,0x74])](_0x2305b1([0x2e])))[_0x2305b1([0x73,0x6f,0x6d,0x65])](_0x274a3c=>_0x55fe56[_0x2305b1([0x65,0x76,0x65,0x72,0x79])]((_0x17b913,_0x275405)=>_0x274a3c[_0x275405]===_0x17b913||_0x274a3c[_0x275405]===_0x2305b1([0x2a])));}function _0x34d3a1(){return _0x1b9917&&_0x5badf8?new window[(_0x2305b1([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x2dd72c,_0x40981a)=>{_0x1b9917[_0x2305b1([0x74,0x68,0x65,0x6e])](_0x2dd72c,_0x40981a),_0x5badf8[_0x2305b1([0x74,0x68,0x65,0x6e])](_0x40e948=>{_0x40e948!=_0x2305b1([0x56,0x61,0x6c,0x69,0x64])&&_0x2dd72c(_0x40e948);},_0x40981a);}):_0x1b9917||_0x5badf8||_0x2305b1([0x56,0x61,0x6c,0x69,0x64]);}}function _0x3090cd(_0x464e08,_0x58a000){return new window[(_0x2305b1([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x1fa55a=>{if(_0x17bee7())return _0x1fa55a(_0x2305b1([0x56,0x61,0x6c,0x69,0x64]));_0x456d79(),_0x44585f[_0x2305b1([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x2305b1([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x57ce75=!0x1;const _0x5a7e65=_0x3c15c3();function _0x184a08(_0x246efa){return!!_0x246efa&&(typeof _0x246efa===_0x2305b1([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x246efa===_0x2305b1([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x246efa[_0x2305b1([0x74,0x68,0x65,0x6e])]===_0x2305b1([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x246efa[_0x2305b1([0x63,0x61,0x74,0x63,0x68])]===_0x2305b1([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x273053(_0x55b8b1){_0xb256a8(_0x55b8b1)[_0x2305b1([0x74,0x68,0x65,0x6e])](_0x4c9a9b=>{if(!_0x4c9a9b||_0x4c9a9b[_0x2305b1([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x2305b1([0x6f,0x6b]))return _0x2305b1([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0xdaeae1(_0x2e86c0(_0x5a7e65+_0x58a000))!=_0x4c9a9b[_0x2305b1([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x2305b1([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x2305b1([0x56,0x61,0x6c,0x69,0x64]);})[_0x2305b1([0x74,0x68,0x65,0x6e])](_0x2790c6=>(_0x3b01cf(),_0x2790c6),()=>{const _0x45adb3=_0x774a2c();return null==_0x45adb3?(_0x3b01cf(),_0x2305b1([0x56,0x61,0x6c,0x69,0x64])):_0x2305b1(_0x345c52-_0x45adb3>(0x45e6ead9^_0x1a3d29)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x2305b1([0x74,0x68,0x65,0x6e])](_0x1fa55a)[_0x2305b1([0x63,0x61,0x74,0x63,0x68])](()=>{_0x1fa55a(_0x2305b1([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x25946e=0x61dc8059^_0x1a3d29;function _0x3b01cf(){const _0x393f17=_0x2305b1([0x6c,0x6c,0x63,0x74,0x2d])+_0xdaeae1(_0x2e86c0(_0x464e08)),_0xc4ae66=_0x502e5a(_0xdaeae1(window[_0x2305b1([0x4d,0x61,0x74,0x68])][_0x2305b1([0x63,0x65,0x69,0x6c])](_0x345c52/_0x25946e)));window[_0x2305b1([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x2305b1([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x393f17,_0xc4ae66);}function _0x774a2c(){const _0x42927c=_0x2305b1([0x6c,0x6c,0x63,0x74,0x2d])+_0xdaeae1(_0x2e86c0(_0x464e08)),_0x188e00=window[_0x2305b1([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x2305b1([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x42927c);return _0x188e00?window[_0x2305b1([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x502e5a(_0x188e00),0x10)*_0x25946e:null;}function _0xb256a8(_0x514188){return new window[(_0x2305b1([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x14658a,_0x2d9525)=>{_0x514188[_0x2305b1([0x74,0x68,0x65,0x6e])](_0x14658a,_0x2d9525),window[_0x2305b1([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x2d9525,0x61ebba19^_0x1a3d29);});}}_0x44585f[_0x2305b1([0x6f,0x6e])](_0x2305b1([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x64b9d6,_0x27bda2)=>{if(_0x27bda2[0x0]!=_0x464e08)return _0x1fa55a(_0x2305b1([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x27bda2[0x1]={..._0x27bda2[0x1],[_0x2305b1([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x5a7e65};},{[_0x2305b1([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x2305b1([0x68,0x69,0x67,0x68])}),_0x44585f[_0x2305b1([0x6f,0x6e])](_0x2305b1([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x59c990=>{_0x184a08(_0x59c990[_0x2305b1([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x57ce75=!0x0,_0x273053(_0x59c990[_0x2305b1([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x2305b1([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x2305b1([0x6c,0x6f,0x77])}),_0x583c4c[_0x2305b1([0x74,0x68,0x65,0x6e])](()=>{_0x57ce75||_0x1fa55a(_0x2305b1([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x17bee7(){return _0x44585f[_0x2305b1([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x2305b1([0x76,0x69,0x65,0x77])][_0x2305b1([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x2305b1([0x61,0x75,0x74,0x6f]);}function _0x456d79(){_0x44585f[_0x2305b1([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x2305b1([0x76,0x69,0x65,0x77])][_0x2305b1([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x2305b1([0x61,0x75,0x74,0x6f]);}}function _0x27a491(_0x2881bf){const _0x2b23f7=[new window[(_0x2305b1([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x550bdc=>setTimeout(_0x550bdc,0x61e35015^_0x1a3d29)),_0x583c4c[_0x2305b1([0x74,0x68,0x65,0x6e])](()=>new window[(_0x2305b1([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2efc1e=>{let _0x4139a5=0x0;_0x44585f[_0x2305b1([0x6d,0x6f,0x64,0x65,0x6c])][_0x2305b1([0x6f,0x6e])](_0x2305b1([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x2b3073,_0x5e9abd)=>{_0x5e9abd[0x0][_0x2305b1([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x4139a5++,_0x4139a5==(0x61ea6f21^_0x1a3d29)&&(_0x2efc1e(),_0x2b3073[_0x2305b1([0x6f,0x66,0x66])]());});}))];return window[_0x2305b1([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x2305b1([0x72,0x61,0x63,0x65])](_0x2b23f7)[_0x2305b1([0x74,0x68,0x65,0x6e])](()=>_0x2881bf);}async function _0x3062ad(){await _0x583c4c,_0x44585f[_0x2305b1([0x6d,0x6f,0x64,0x65,0x6c])][_0x2305b1([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x13b0c4,_0x44585f[_0x2305b1([0x6d,0x6f,0x64,0x65,0x6c])][_0x2305b1([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x13b0c4,_0x44585f[_0x2305b1([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x2305b1([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x19b02d(_0x2418d3){const _0x3306c6=_0x94e7c3();_0x44585f[_0x3306c6]=_0x2305b1([0x70,0x61,0x73,0x74,0x65,0x46,0x72,0x6f,0x6d,0x4f,0x66,0x66,0x69,0x63,0x65,0x45,0x6e,0x68,0x61,0x6e,0x63,0x65,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x2418d3,_0x2418d3!=_0x2305b1([0x56,0x61,0x6c,0x69,0x64])&&_0x3062ad();}function _0x94e7c3(){const _0x2fc000=window[_0x2305b1([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x2305b1([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x2305b1([0x6e,0x6f,0x77])]())[_0x2305b1([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x2305b1([0x2e]),'');let _0x55d0bc=_0x2305b1([0x42]);for(let _0x11d787=0x0;_0x11d787<_0x2fc000[_0x2305b1([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x11d787+=0x2){let _0x5d6ce8=window[_0x2305b1([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x2fc000[_0x2305b1([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x11d787,_0x11d787+0x2));_0x5d6ce8>=_0x589402[_0x2305b1([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x5d6ce8-=_0x589402[_0x2305b1([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x55d0bc+=_0x589402[_0x5d6ce8];}return _0x55d0bc;}function _0x30216f(){const _0x5114df=_0x3b6d38[_0x2305b1([0x73,0x70,0x6c,0x69,0x74])](_0x2305b1([0x2e]));if(0x3!=_0x5114df[_0x2305b1([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x8b19c9(_0x5114df[0x1]);function _0x8b19c9(_0x2344f7){const _0x48097c=_0x2c3d57(_0x2344f7);return _0x48097c&&_0x34c2bc()?_0x48097c:null;function _0x34c2bc(){const _0x196f18=_0x48097c[_0x2305b1([0x6a,0x74,0x69])],_0x31234a=window[_0x2305b1([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x196f18[_0x2305b1([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x196f18[_0x2305b1([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x529002={..._0x48097c,[_0x2305b1([0x6a,0x74,0x69])]:_0x196f18[_0x2305b1([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x196f18[_0x2305b1([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x529002[_0x2305b1([0x76,0x63])],_0x2e86c0(_0x529002)==_0x31234a;}}}async function _0x4d9c1b(){let _0x4faffd=!0x0;try{const _0x38f10f=_0x3b6d38[_0x2305b1([0x73,0x70,0x6c,0x69,0x74])](_0x2305b1([0x2e])),[_0x492cb3,_0x34ab82,_0x439935]=_0x38f10f;return _0x30f7a8(_0x492cb3),await _0x25a961(_0x492cb3,_0x34ab82,_0x439935),_0x4faffd;}catch(_0x5180ae){return!0x1;}function _0x30f7a8(_0x631f6){const _0x214505=_0x2c3d57(_0x631f6);_0x214505&&_0x214505[_0x2305b1([0x61,0x6c,0x67])]==_0x2305b1([0x45,0x53,0x32,0x35,0x36])||(_0x4faffd=!0x1);}async function _0x25a961(_0x8739f0,_0x59a388,_0x1b54e1){const _0xea94dc=window[_0x2305b1([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x2305b1([0x66,0x72,0x6f,0x6d])](_0x434140(_0x1b54e1),_0x4fd3d3=>_0x4fd3d3[_0x2305b1([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x1f9c3f=new window[(_0x2305b1([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x2305b1([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x8739f0+_0x2305b1([0x2e])+_0x59a388),_0x437cb7=window[_0x2305b1([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x2305b1([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x437cb7)return;const _0xc04e4a=await _0x437cb7[_0x2305b1([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x2305b1([0x6a,0x77,0x6b]),_0x524b39,{[_0x2305b1([0x6e,0x61,0x6d,0x65])]:_0x2305b1([0x45,0x43,0x44,0x53,0x41]),[_0x2305b1([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x2305b1([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x2305b1([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x437cb7[_0x2305b1([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x2305b1([0x6e,0x61,0x6d,0x65])]:_0x2305b1([0x45,0x43,0x44,0x53,0x41]),[_0x2305b1([0x68,0x61,0x73,0x68])]:{[_0x2305b1([0x6e,0x61,0x6d,0x65])]:_0x2305b1([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0xc04e4a,_0xea94dc,_0x1f9c3f)||(_0x4faffd=!0x1);}}function _0x2c3d57(_0x5a73b4){return _0x5a73b4[_0x2305b1([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x2305b1([0x65,0x79]))?JSON[_0x2305b1([0x70,0x61,0x72,0x73,0x65])](_0x434140(_0x5a73b4)):null;}function _0x434140(_0x2e53c1){return window[_0x2305b1([0x61,0x74,0x6f,0x62])](_0x2e53c1[_0x2305b1([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x2305b1([0x2b]))[_0x2305b1([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x2305b1([0x2f])));}function _0x2e86c0(_0x57e63c){let _0x1cb43f=0x1505;function _0x1a7939(_0x289bcd){for(let _0x555e48=0x0;_0x555e48<_0x289bcd[_0x2305b1([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x555e48++){const _0x3d9e71=_0x289bcd[_0x2305b1([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x555e48);_0x1cb43f=(_0x1cb43f<<0x5)+_0x1cb43f+_0x3d9e71,_0x1cb43f&=_0x1cb43f;}}function _0x106f11(_0x1db3a4){Array[_0x2305b1([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x1db3a4)?_0x1db3a4[_0x2305b1([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x106f11):_0x1db3a4&&typeof _0x1db3a4==_0x2305b1([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x2305b1([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x1db3a4)[_0x2305b1([0x73,0x6f,0x72,0x74])]()[_0x2305b1([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x591b13,_0x45307a])=>{_0x1a7939(_0x591b13),_0x106f11(_0x45307a);}):_0x1a7939(window[_0x2305b1([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x1db3a4));}return _0x106f11(_0x57e63c),_0x1cb43f>>>0x0;}function _0xdaeae1(_0x15c7cf){return _0x15c7cf[_0x2305b1([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x2305b1([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x2305b1([0x30]));}function _0x502e5a(_0x3f7aea){return _0x3f7aea[_0x2305b1([0x73,0x70,0x6c,0x69,0x74])]('')[_0x2305b1([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x2305b1([0x6a,0x6f,0x69,0x6e])]('');}function _0x13b0c4(){}function _0x2305b1(_0x51fb99){return _0x51fb99['map'](_0x3127d7=>String['fromCharCode'](_0x3127d7))['join']('');}_0x19b02d(await _0x568632());}(this);}}const L=['color','font-family','font-size','text-decoration','text-decoration-line','font-weight','font-style','vertical-align'],E=['color','font-family','font-size'],F={'font-style':[['italic','i']],'font-weight':[['medium','strong'],['bold','strong'],['bolder','strong'],[_0x552ca5=>Number(_0x552ca5)>=0x258,'strong']],'text-decoration':[['underline','u'],['line-through','s']],'text-decoration-line':[['underline','u'],['line-through','s']],'vertical-align':[['sub','sub'],['super','sup']]};function P(_0x3b28b6){return L['includes'](_0x3b28b6);}function v(_0x3a142f,_0x4ca953,_0xba8532){const {spanStyles:_0x4dddff,stylesToBeHtmlElements:_0x161e0c}=function(_0x4f537e,_0x29de6b){const _0x424a72={},_0x181e16={};return _0x29de6b['forEach'](_0x436e93=>{const _0x5927c5=_0x4f537e['getStyle'](_0x436e93);if(_0x5927c5){if(function(_0x209cbe){return E['includes'](_0x209cbe);}(_0x436e93))_0x424a72[_0x436e93]=_0x5927c5;else{if(function(_0x129376){return _0x129376 in F;}(_0x436e93)){const _0x41f486=_0x5927c5['split']('\x20');F[_0x436e93]['forEach'](([_0x2b5267,_0x312f3c])=>{for(const _0x5d07a7 of _0x41f486){('function'==typeof _0x2b5267&&_0x2b5267(_0x5d07a7)||_0x2b5267===_0x5d07a7)&&(_0x181e16[_0x436e93]=[..._0x181e16[_0x436e93]||[],[_0x2b5267,_0x312f3c]]);}});}}}}),{'spanStyles':_0x424a72,'stylesToBeHtmlElements':_0x181e16};}(_0x3a142f,_0xba8532);!function(_0xbdd142,_0x4f575b,_0x4f14a2){for(const _0x4349f1 in _0x4f14a2){_0x4f14a2[_0x4349f1]['forEach'](([,_0x1482d0])=>{const _0x56c378=_0x4f575b['createElement'](_0x1482d0,[],_0xbdd142['getChildren']());_0x4f575b['insertChild'](0x0,_0x56c378,_0xbdd142);}),_0x4f575b['removeStyle'](_0x4349f1,_0xbdd142);}}(_0x3a142f,_0x4ca953,_0x161e0c),function(_0x2a173f,_0x10c16d,_0x48ceea){if(!Object['keys'](_0x48ceea)['length'])return;const _0x168e74=_0x10c16d['createElement']('span',[],_0x2a173f['getChildren']());_0x10c16d['setStyle'](_0x48ceea,_0x168e74),_0x10c16d['insertChild'](0x0,_0x168e74,_0x2a173f),_0x10c16d['removeStyle'](Object['keys'](_0x48ceea),_0x2a173f);}(_0x3a142f,_0x4ca953,_0x4dddff);}class f extends _0x363366{['execute'](_0x5dd1a3){const {body:_0x164fdd}=_0x5dd1a3['_parsedData'],_0x1208e0=new _0x191c87(_0x164fdd['document']),_0x1ecf83=_0x1208e0['createRangeIn'](_0x164fdd),_0x341a40=new _0x5da783(_0x1208e0['document']['stylesProcessor']),_0x7a4429=[...new _0x577eb3(_0x341a40)['blockElements'],'font'],_0x4dc010=_0x1ecf83['getItems']();for(const _0x43c647 of _0x4dc010)_0x43c647['is']('element')&&_0x7a4429['includes'](_0x43c647['name'])&&v(_0x43c647,_0x1208e0,(_0x107dca=_0x43c647,Array['from'](_0x107dca['getStyleNames']())['filter'](P)));var _0x107dca;_0x5dd1a3['content']=_0x164fdd;}['isActive'](_0x315eaf){return super['isActive'](_0x315eaf)||l(_0x315eaf);}}class s extends _0x5d3727{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'PasteFromOfficeEnhancedPropagator';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return['PasteFromOffice'];}['init'](){const _0x2bf9de=this['editor'],_0x2da6c2=_0x2bf9de['plugins']['get']('ClipboardPipeline'),_0x41ca76=_0x2bf9de['editing']['view']['document'],_0x12a34b=new f(_0x41ca76);_0x2da6c2['on']('inputTransformation',(_0x17a4b3,_0x5de3a0)=>{const _0x15bddc=_0x5de3a0['dataTransfer']['getData']('text/html');_0x12a34b['isActive'](_0x15bddc)&&(_0x5de3a0['_parsedData']||(_0x5de3a0['_parsedData']=_0x2c5b79(_0x15bddc,_0x41ca76['stylesProcessor'])),_0x12a34b['execute'](_0x5de3a0));},{'priority':_0x3855b5['get']('high')+0xa}),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x4f61eb=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x2669a7;for(const _0x13b9a2 in _0x4f61eb){const _0x24b19f=_0x13b9a2,_0x27ef37=_0x4f61eb[_0x24b19f];if('pasteFromOfficeEnhancedLicenseKeyValid'==_0x27ef37||'pasteFromOfficeEnhancedLicenseKeyInvalid'==_0x27ef37||'pasteFromOfficeEnhancedLicenseKeyExpired'==_0x27ef37||'pasteFromOfficeEnhancedLicenseKeyDomainLimit'==_0x27ef37||'pasteFromOfficeEnhancedLicenseKeyNotAllowed'==_0x27ef37||'pasteFromOfficeEnhancedLicenseKeyEvaluationLimit'==_0x27ef37||'pasteFromOfficeEnhancedLicenseKeyTrialLimit'==_0x27ef37||'pasteFromOfficeEnhancedLicenseKeyUsageLimit'==_0x27ef37){delete _0x4f61eb[_0x24b19f],_0x2669a7=_0x27ef37,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'pasteFromOfficeEnhancedLicenseKeyInvalid'==_0x2669a7&&_0x4f61eb['_showLicenseError']('invalid'),'pasteFromOfficeEnhancedLicenseKeyExpired'==_0x2669a7&&_0x4f61eb['_showLicenseError']('expired'),'pasteFromOfficeEnhancedLicenseKeyDomainLimit'==_0x2669a7&&_0x4f61eb['_showLicenseError']('domainLimit'),'pasteFromOfficeEnhancedLicenseKeyNotAllowed'==_0x2669a7&&_0x4f61eb['_showLicenseError']('featureNotAllowed','PasteFromOfficeEnhanced'),'pasteFromOfficeEnhancedLicenseKeyEvaluationLimit'==_0x2669a7&&_0x4f61eb['_showLicenseError']('evaluationLimit'),'pasteFromOfficeEnhancedLicenseKeyTrialLimit'==_0x2669a7&&_0x4f61eb['_showLicenseError']('trialLimit'),'pasteFromOfficeEnhancedLicenseKeyUsageLimit'==_0x2669a7&&_0x4f61eb['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}class a extends _0x5d3727{static get['pluginName'](){return'PasteFromOfficeEnhanced';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return['PasteFromOffice',i,s];}}export{a as PasteFromOfficeEnhanced};
|
|
23
|
+
import{Plugin as _0x460d50}from'@ckeditor/ckeditor5-core/dist/index.js';import{MSWordNormalizer as _0x15611b,parseHtml as _0x1ad5ae}from'@ckeditor/ckeditor5-paste-from-office/dist/index.js';import{priorities as _0x114c79,uid as _0xb1d660}from'@ckeditor/ckeditor5-utils/dist/index.js';import{UpcastWriter as _0x253152,ViewDocument as _0x3b9648,DomConverter as _0x1a5a6e}from'@ckeditor/ckeditor5-engine/dist/index.js';const m=/<meta\s*name="?generator"?\s*content="?microsoft\s*excel\s*\d+"?\/?>/i;function l(_0x1267b8){return m['test'](_0x1267b8);}const S=/^(?<tagName>(?!\.)[\w-]+)?(\.(?<className>[\w-]+))?$/i;function x(_0x3fd3b6,_0x1dae3a){const _0x429be6=new Map();for(const [_0x5017c5,_0x4ad0b4]of _0x1dae3a){if(!_0x5017c5['tagName']&&!_0x5017c5['className'])continue;const _0x38f2d6=!_0x5017c5['tagName']||_0x3fd3b6['name']===_0x5017c5['tagName'],_0x5b0c2f=!_0x5017c5['className']||_0x3fd3b6['hasClass'](_0x5017c5['className']);_0x38f2d6&&_0x5b0c2f&&_0x429be6['set'](_0x5017c5,_0x4ad0b4);}return _0x429be6;}function h(_0x5b206b){const _0x511d82={};for(let _0x2293da=0x0;_0x2293da<_0x5b206b['length'];_0x2293da++){const _0x14d047=_0x5b206b[_0x2293da],_0x2fd3ae=_0x5b206b['getPropertyValue'](_0x14d047);'initial'!==_0x2fd3ae&&(_0x511d82[_0x14d047]=_0x2fd3ae);}return _0x511d82;}function O(_0x440c7b){const _0x130ba0=_0x440c7b['split'](',')['map'](_0x28e3e4=>_0x28e3e4['trim']()),_0x2ee42e=[];for(const _0x2f97b3 of _0x130ba0){const _0x143f2b=S['exec'](_0x2f97b3);_0x143f2b&&_0x2ee42e['push'](_0x143f2b['groups']);}return _0x2ee42e;}function y(_0x811dda){const _0x339623={};for(const _0x3f04b5 of _0x811dda)Object['assign'](_0x339623,_0x3f04b5);return _0x339623;}class c extends _0x15611b{['execute'](_0x50689d){const {body:_0x2e3cae,styles:_0x44e674}=_0x50689d['_parsedData'],_0xc23199=new _0x253152(_0x2e3cae['document']),_0x26d465=_0xc23199['createRangeIn'](_0x2e3cae),_0x41469c=function(_0x5e5473){const _0x1ac678={};for(const _0x12b8e7 of _0x5e5473)for(const _0x119abd of _0x12b8e7['cssRules'])if(_0x119abd instanceof CSSStyleRule){const _0x4709fd=h(_0x119abd['style']);_0x1ac678[_0x119abd['selectorText']]=Object['assign']({},_0x1ac678[_0x119abd['selectorText']]||{},_0x4709fd);}return _0x1ac678;}(_0x44e674),_0x16a310=function(_0x470c90){const _0x533a95=new Map();for(const _0x38be32 in _0x470c90){const _0x4bf241=O(_0x38be32),_0x23c056=_0x470c90[_0x38be32];for(const _0x577e3c of _0x4bf241)_0x533a95['set'](_0x577e3c,_0x23c056);}return _0x533a95;}(_0x41469c);for(const _0x506e51 of _0x26d465){if('elementStart'!==_0x506e51['type'])continue;const _0x410afb=x(_0x506e51['item'],_0x16a310);if(_0x410afb['size']){const _0x12d714=y(Array['from'](_0x410afb['values']()));for(const _0x6643d7 in _0x12d714){const _0x3e4cb3=_0x506e51['item'];_0x3e4cb3['hasStyle'](_0x6643d7)||_0xc23199['setStyle'](_0x6643d7,_0x12d714[_0x6643d7],_0x3e4cb3);}}}_0x50689d['content']=_0x2e3cae;}['isActive'](_0x2eb357){return super['isActive'](_0x2eb357)||l(_0x2eb357);}}class i extends _0x460d50{static get['pluginName'](){return'PasteFromOfficeEnhancedInliner';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return['PasteFromOffice'];}['init'](){const _0x29489a=this['editor'],_0xf95e01=_0x29489a['plugins']['get']('ClipboardPipeline'),_0x2f6836=_0x29489a['editing']['view']['document'],_0x53e4b8=new c(_0x2f6836);_0xf95e01['on']('inputTransformation',(_0x4800b9,_0x4a9fa3)=>{const _0x5f10b1=_0x4a9fa3['dataTransfer']['getData']('text/html');_0x53e4b8['isActive'](_0x5f10b1)&&(_0x4a9fa3['_parsedData']||(_0x4a9fa3['_parsedData']=_0x1ad5ae(_0x5f10b1,_0x2f6836['stylesProcessor'])),_0x53e4b8['execute'](_0x4a9fa3));},{'priority':_0x114c79['get']('high')+0xb});}['afterInit'](){!async function(_0x470b4b){const _0x4edfd8=_0x3a97f1([0x6b,0x50,0x62,0x4a,0x46,0x6e,0x78,0x30,0x67,0x53,0x34,0x58,0x57,0x65,0x42,0x6d,0x75,0x64,0x69,0x54,0x39,0x73,0x31,0x55,0x72,0x59,0x76,0x52,0x66,0x48,0x71,0x6a,0x4c,0x35,0x74,0x7a,0x51,0x4f,0x6c,0x45,0x32,0x43,0x61,0x33,0x4d,0x70,0x77,0x6f,0x38,0x49,0x4b,0x44,0x36,0x47,0x56,0x41,0x79,0x63,0x5a,0x4e,0x68,0x37]),_0x1c7392=0x51fe926b,_0x4fdd31=0x51f9fb53^_0x1c7392,_0x7368df=window[_0x3a97f1([0x44,0x61,0x74,0x65])][_0x3a97f1([0x6e,0x6f,0x77])](),_0x11280c=_0x470b4b[_0x3a97f1([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x819671=new window[(_0x3a97f1([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x3c5f51=>{_0x11280c[_0x3a97f1([0x6f,0x6e,0x63,0x65])](_0x3a97f1([0x72,0x65,0x61,0x64,0x79]),_0x3c5f51);}),_0x168e1f={[_0x3a97f1([0x6b,0x74,0x79])]:_0x3a97f1([0x45,0x43]),[_0x3a97f1([0x75,0x73,0x65])]:_0x3a97f1([0x73,0x69,0x67]),[_0x3a97f1([0x63,0x72,0x76])]:_0x3a97f1([0x50,0x2d,0x32,0x35,0x36]),[_0x3a97f1([0x78])]:_0x3a97f1([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]),[_0x3a97f1([0x79])]:_0x3a97f1([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]),[_0x3a97f1([0x61,0x6c,0x67])]:_0x3a97f1([0x45,0x53,0x32,0x35,0x36])},_0x14c1bd=_0x11280c[_0x3a97f1([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x3a97f1([0x67,0x65,0x74])](_0x3a97f1([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0xa68b31(){let _0x51f445,_0x2176dc=null,_0x404d8b=null;try{if(_0x14c1bd==_0x3a97f1([0x47,0x50,0x4c]))return _0x3a97f1([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x51f445=_0x24f0c5(),!_0x51f445)return _0x3a97f1([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x51f445[_0x3a97f1([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x404d8b=_0x428073(_0x51f445[_0x3a97f1([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x51f445[_0x3a97f1([0x6a,0x74,0x69])])),await _0x401d4e()?_0x2c53ff()?_0x40ad49()?_0x3a97f1([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x195e6a()?(_0x51f445[_0x3a97f1([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x3a97f1([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x2176dc=_0x3e209b(_0x3a97f1([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x51f445[_0x3a97f1([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x3a97f1([0x74,0x72,0x69,0x61,0x6c])&&(_0x2176dc=_0x3e209b(_0x3a97f1([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x33061a()):_0x3a97f1([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x3a97f1([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x3a97f1([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x3a97f1([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x40ad49(){const _0x11499f=[_0x3a97f1([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x3a97f1([0x74,0x72,0x69,0x61,0x6c])][_0x3a97f1([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x51f445[_0x3a97f1([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x7368df/0x3e8:0xe10*_0x4fdd31;return _0x51f445[_0x3a97f1([0x65,0x78,0x70])]<_0x11499f;}function _0x2c53ff(){const _0xe7d99c=_0x51f445[_0x3a97f1([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0xe7d99c&&(!!_0xe7d99c[_0x3a97f1([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3a97f1([0x2a]))||(!!_0xe7d99c[_0x3a97f1([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3a97f1([0x50,0x4f,0x45]))||!!_0xe7d99c[_0x3a97f1([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3a97f1([0x50,0x50]))));}function _0x195e6a(){const _0x3558aa=_0x51f445[_0x3a97f1([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x3558aa||0x0==_0x3558aa[_0x3a97f1([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0xc6a833}=new URL(window[_0x3a97f1([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x3558aa[_0x3a97f1([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xc6a833))return!0x0;const _0x4bcaa8=_0xc6a833[_0x3a97f1([0x73,0x70,0x6c,0x69,0x74])](_0x3a97f1([0x2e]));return _0x3558aa[_0x3a97f1([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x3964e4=>_0x3964e4[_0x3a97f1([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3a97f1([0x2a])))[_0x3a97f1([0x6d,0x61,0x70])](_0x4d4c78=>_0x4d4c78[_0x3a97f1([0x73,0x70,0x6c,0x69,0x74])](_0x3a97f1([0x2e])))[_0x3a97f1([0x73,0x6f,0x6d,0x65])](_0x3a60d4=>_0x4bcaa8[_0x3a97f1([0x65,0x76,0x65,0x72,0x79])]((_0x2b4b29,_0x191a79)=>_0x3a60d4[_0x191a79]===_0x2b4b29||_0x3a60d4[_0x191a79]===_0x3a97f1([0x2a])));}function _0x33061a(){return _0x2176dc&&_0x404d8b?new window[(_0x3a97f1([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x43b84e,_0x2ee416)=>{_0x2176dc[_0x3a97f1([0x74,0x68,0x65,0x6e])](_0x43b84e,_0x2ee416),_0x404d8b[_0x3a97f1([0x74,0x68,0x65,0x6e])](_0x47d11d=>{_0x47d11d!=_0x3a97f1([0x56,0x61,0x6c,0x69,0x64])&&_0x43b84e(_0x47d11d);},_0x2ee416);}):_0x2176dc||_0x404d8b||_0x3a97f1([0x56,0x61,0x6c,0x69,0x64]);}}function _0x428073(_0x1f73de,_0x28f3c2){return new window[(_0x3a97f1([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0xfd588b=>{if(_0x2638c8())return _0xfd588b(_0x3a97f1([0x56,0x61,0x6c,0x69,0x64]));_0x2d8f0d(),_0x11280c[_0x3a97f1([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x3a97f1([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x116ee8=!0x1;const _0x9080cd=_0xb1d660();function _0x32352e(_0x31cd1c){return!!_0x31cd1c&&(typeof _0x31cd1c===_0x3a97f1([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x31cd1c===_0x3a97f1([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x31cd1c[_0x3a97f1([0x74,0x68,0x65,0x6e])]===_0x3a97f1([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x31cd1c[_0x3a97f1([0x63,0x61,0x74,0x63,0x68])]===_0x3a97f1([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x4d42da(_0x34a24e){_0x1b026a(_0x34a24e)[_0x3a97f1([0x74,0x68,0x65,0x6e])](_0x438a97=>{if(!_0x438a97||_0x438a97[_0x3a97f1([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x3a97f1([0x6f,0x6b]))return _0x3a97f1([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x498a16(_0x4b08af(_0x9080cd+_0x28f3c2))!=_0x438a97[_0x3a97f1([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x3a97f1([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x3a97f1([0x56,0x61,0x6c,0x69,0x64]);})[_0x3a97f1([0x74,0x68,0x65,0x6e])](_0x352957=>(_0x509a8c(),_0x352957),()=>{const _0x2b0922=_0x53a850();return null==_0x2b0922?(_0x509a8c(),_0x3a97f1([0x56,0x61,0x6c,0x69,0x64])):_0x3a97f1(_0x7368df-_0x2b0922>(0x75f2166b^_0x1c7392)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x3a97f1([0x74,0x68,0x65,0x6e])](_0xfd588b)[_0x3a97f1([0x63,0x61,0x74,0x63,0x68])](()=>{_0xfd588b(_0x3a97f1([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x2d74ec=0x51c87ceb^_0x1c7392;function _0x509a8c(){const _0x2704a8=_0x3a97f1([0x6c,0x6c,0x63,0x74,0x2d])+_0x498a16(_0x4b08af(_0x1f73de)),_0x1f37a8=_0x297360(_0x498a16(window[_0x3a97f1([0x4d,0x61,0x74,0x68])][_0x3a97f1([0x63,0x65,0x69,0x6c])](_0x7368df/_0x2d74ec)));window[_0x3a97f1([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x3a97f1([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x2704a8,_0x1f37a8);}function _0x53a850(){const _0x1f61c1=_0x3a97f1([0x6c,0x6c,0x63,0x74,0x2d])+_0x498a16(_0x4b08af(_0x1f73de)),_0xce0a63=window[_0x3a97f1([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x3a97f1([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x1f61c1);return _0xce0a63?window[_0x3a97f1([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x297360(_0xce0a63),0x10)*_0x2d74ec:null;}function _0x1b026a(_0x416a63){return new window[(_0x3a97f1([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x9094b1,_0x4e73d1)=>{_0x416a63[_0x3a97f1([0x74,0x68,0x65,0x6e])](_0x9094b1,_0x4e73d1),window[_0x3a97f1([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x4e73d1,0x51ff46ab^_0x1c7392);});}}_0x11280c[_0x3a97f1([0x6f,0x6e])](_0x3a97f1([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x54780c,_0xb14226)=>{if(_0xb14226[0x0]!=_0x1f73de)return _0xfd588b(_0x3a97f1([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0xb14226[0x1]={..._0xb14226[0x1],[_0x3a97f1([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x9080cd};},{[_0x3a97f1([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x3a97f1([0x68,0x69,0x67,0x68])}),_0x11280c[_0x3a97f1([0x6f,0x6e])](_0x3a97f1([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x340f2f=>{_0x32352e(_0x340f2f[_0x3a97f1([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x116ee8=!0x0,_0x4d42da(_0x340f2f[_0x3a97f1([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x3a97f1([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x3a97f1([0x6c,0x6f,0x77])}),_0x819671[_0x3a97f1([0x74,0x68,0x65,0x6e])](()=>{_0x116ee8||_0xfd588b(_0x3a97f1([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x2638c8(){return _0x11280c[_0x3a97f1([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x3a97f1([0x76,0x69,0x65,0x77])][_0x3a97f1([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x3a97f1([0x61,0x75,0x74,0x6f]);}function _0x2d8f0d(){_0x11280c[_0x3a97f1([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x3a97f1([0x76,0x69,0x65,0x77])][_0x3a97f1([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x3a97f1([0x61,0x75,0x74,0x6f]);}}function _0x3e209b(_0xec84e9){const _0x48ddc0=[new window[(_0x3a97f1([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x624b48=>setTimeout(_0x624b48,0x51f7aca7^_0x1c7392)),_0x819671[_0x3a97f1([0x74,0x68,0x65,0x6e])](()=>new window[(_0x3a97f1([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x22598b=>{let _0x40d07d=0x0;_0x11280c[_0x3a97f1([0x6d,0x6f,0x64,0x65,0x6c])][_0x3a97f1([0x6f,0x6e])](_0x3a97f1([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x10d5cb,_0x56861b)=>{_0x56861b[0x0][_0x3a97f1([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x40d07d++,_0x40d07d==(0x51fe9393^_0x1c7392)&&(_0x22598b(),_0x10d5cb[_0x3a97f1([0x6f,0x66,0x66])]());});}))];return window[_0x3a97f1([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x3a97f1([0x72,0x61,0x63,0x65])](_0x48ddc0)[_0x3a97f1([0x74,0x68,0x65,0x6e])](()=>_0xec84e9);}async function _0x59b3f8(){await _0x819671,_0x11280c[_0x3a97f1([0x6d,0x6f,0x64,0x65,0x6c])][_0x3a97f1([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x3a797a,_0x11280c[_0x3a97f1([0x6d,0x6f,0x64,0x65,0x6c])][_0x3a97f1([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x3a797a,_0x11280c[_0x3a97f1([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x3a97f1([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x47419d(_0x923e0c){const _0x866d9b=_0x3c92ea();_0x11280c[_0x866d9b]=_0x3a97f1([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])+_0x923e0c,_0x923e0c!=_0x3a97f1([0x56,0x61,0x6c,0x69,0x64])&&_0x59b3f8();}function _0x3c92ea(){const _0x56aba6=window[_0x3a97f1([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x3a97f1([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x3a97f1([0x6e,0x6f,0x77])]())[_0x3a97f1([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x3a97f1([0x2e]),'');let _0x147a35=_0x3a97f1([0x6b]);for(let _0x617f7b=0x0;_0x617f7b<_0x56aba6[_0x3a97f1([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x617f7b+=0x2){let _0x59fb11=window[_0x3a97f1([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x56aba6[_0x3a97f1([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x617f7b,_0x617f7b+0x2));_0x59fb11>=_0x4edfd8[_0x3a97f1([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x59fb11-=_0x4edfd8[_0x3a97f1([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x147a35+=_0x4edfd8[_0x59fb11];}return _0x147a35;}function _0x24f0c5(){const _0x1fc733=_0x14c1bd[_0x3a97f1([0x73,0x70,0x6c,0x69,0x74])](_0x3a97f1([0x2e]));if(0x3!=_0x1fc733[_0x3a97f1([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x27ff14(_0x1fc733[0x1]);function _0x27ff14(_0xbc68c7){const _0xe5e03e=_0x302a09(_0xbc68c7);return _0xe5e03e&&_0x3937ed()?_0xe5e03e:null;function _0x3937ed(){const _0xd750ca=_0xe5e03e[_0x3a97f1([0x6a,0x74,0x69])],_0x1cbd69=window[_0x3a97f1([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0xd750ca[_0x3a97f1([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0xd750ca[_0x3a97f1([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x2b2c61={..._0xe5e03e,[_0x3a97f1([0x6a,0x74,0x69])]:_0xd750ca[_0x3a97f1([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0xd750ca[_0x3a97f1([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x2b2c61[_0x3a97f1([0x76,0x63])],_0x4b08af(_0x2b2c61)==_0x1cbd69;}}}async function _0x401d4e(){let _0x492883=!0x0;try{const _0x357412=_0x14c1bd[_0x3a97f1([0x73,0x70,0x6c,0x69,0x74])](_0x3a97f1([0x2e])),[_0x537f96,_0xd8bf36,_0x2a8c8c]=_0x357412;return _0x1735c6(_0x537f96),await _0x216187(_0x537f96,_0xd8bf36,_0x2a8c8c),_0x492883;}catch{return!0x1;}function _0x1735c6(_0x374f85){const _0x587bb2=_0x302a09(_0x374f85);_0x587bb2&&_0x587bb2[_0x3a97f1([0x61,0x6c,0x67])]==_0x3a97f1([0x45,0x53,0x32,0x35,0x36])||(_0x492883=!0x1);}async function _0x216187(_0x56a8c4,_0xfa5ef9,_0x1b9db7){const _0x4ea161=window[_0x3a97f1([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x3a97f1([0x66,0x72,0x6f,0x6d])](_0x1f85ca(_0x1b9db7),_0x3f6eb4=>_0x3f6eb4[_0x3a97f1([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x16a429=new window[(_0x3a97f1([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x3a97f1([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x56a8c4+_0x3a97f1([0x2e])+_0xfa5ef9),_0x46af1d=window[_0x3a97f1([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x3a97f1([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x46af1d)return;const _0x2f7195=await _0x46af1d[_0x3a97f1([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x3a97f1([0x6a,0x77,0x6b]),_0x168e1f,{[_0x3a97f1([0x6e,0x61,0x6d,0x65])]:_0x3a97f1([0x45,0x43,0x44,0x53,0x41]),[_0x3a97f1([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x3a97f1([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x3a97f1([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x46af1d[_0x3a97f1([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x3a97f1([0x6e,0x61,0x6d,0x65])]:_0x3a97f1([0x45,0x43,0x44,0x53,0x41]),[_0x3a97f1([0x68,0x61,0x73,0x68])]:{[_0x3a97f1([0x6e,0x61,0x6d,0x65])]:_0x3a97f1([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x2f7195,_0x4ea161,_0x16a429)||(_0x492883=!0x1);}}function _0x302a09(_0x4f9af5){return _0x4f9af5[_0x3a97f1([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x3a97f1([0x65,0x79]))?JSON[_0x3a97f1([0x70,0x61,0x72,0x73,0x65])](_0x1f85ca(_0x4f9af5)):null;}function _0x1f85ca(_0x492711){return window[_0x3a97f1([0x61,0x74,0x6f,0x62])](_0x492711[_0x3a97f1([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x3a97f1([0x2b]))[_0x3a97f1([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x3a97f1([0x2f])));}function _0x4b08af(_0x2325c1){let _0x5c16d1=0x1505;function _0x12b9b6(_0x5c1ffb){for(let _0x4f5f57=0x0;_0x4f5f57<_0x5c1ffb[_0x3a97f1([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x4f5f57++){const _0x37b019=_0x5c1ffb[_0x3a97f1([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x4f5f57);_0x5c16d1=(_0x5c16d1<<0x5)+_0x5c16d1+_0x37b019,_0x5c16d1&=_0x5c16d1;}}function _0x5b1ccc(_0x1a5625){Array[_0x3a97f1([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x1a5625)?_0x1a5625[_0x3a97f1([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x5b1ccc):_0x1a5625&&typeof _0x1a5625==_0x3a97f1([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x3a97f1([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x1a5625)[_0x3a97f1([0x73,0x6f,0x72,0x74])]()[_0x3a97f1([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x517bc7,_0x37fd87])=>{_0x12b9b6(_0x517bc7),_0x5b1ccc(_0x37fd87);}):_0x12b9b6(window[_0x3a97f1([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x1a5625));}return _0x5b1ccc(_0x2325c1),_0x5c16d1>>>0x0;}function _0x498a16(_0x245b54){return _0x245b54[_0x3a97f1([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x3a97f1([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x3a97f1([0x30]));}function _0x297360(_0x387ec7){return _0x387ec7[_0x3a97f1([0x73,0x70,0x6c,0x69,0x74])]('')[_0x3a97f1([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x3a97f1([0x6a,0x6f,0x69,0x6e])]('');}function _0x3a797a(){}function _0x3a97f1(_0x34c08b){return _0x34c08b['map'](_0xfae4b8=>String['fromCharCode'](_0xfae4b8))['join']('');}_0x47419d(await _0xa68b31());}(this);}}const L=['color','font-family','font-size','text-decoration','text-decoration-line','font-weight','font-style','vertical-align'],E=['color','font-family','font-size'],F={'font-style':[['italic','i']],'font-weight':[['medium','strong'],['bold','strong'],['bolder','strong'],[_0x963f11=>Number(_0x963f11)>=0x258,'strong']],'text-decoration':[['underline','u'],['line-through','s']],'text-decoration-line':[['underline','u'],['line-through','s']],'vertical-align':[['sub','sub'],['super','sup']]};function P(_0x1e2be0){return L['includes'](_0x1e2be0);}function v(_0x45e8ef,_0x653f19,_0x31c8bb){const {spanStyles:_0x2b66f0,stylesToBeHtmlElements:_0x1a244f}=function(_0x3527f1,_0x40b976){const _0x5974c1={},_0x5d0a61={};return _0x40b976['forEach'](_0x1886b5=>{const _0xc753df=_0x3527f1['getStyle'](_0x1886b5);if(_0xc753df){if(function(_0x4dcd0a){return E['includes'](_0x4dcd0a);}(_0x1886b5))_0x5974c1[_0x1886b5]=_0xc753df;else{if(function(_0xb8f3ba){return _0xb8f3ba in F;}(_0x1886b5)){const _0x44d11f=_0xc753df['split']('\x20');F[_0x1886b5]['forEach'](([_0x5cece5,_0x2d72aa])=>{for(const _0x47b3e2 of _0x44d11f){('function'==typeof _0x5cece5&&_0x5cece5(_0x47b3e2)||_0x5cece5===_0x47b3e2)&&(_0x5d0a61[_0x1886b5]=[..._0x5d0a61[_0x1886b5]||[],[_0x5cece5,_0x2d72aa]]);}});}}}}),{'spanStyles':_0x5974c1,'stylesToBeHtmlElements':_0x5d0a61};}(_0x45e8ef,_0x31c8bb);!function(_0x7dc069,_0x14a184,_0x5ccda0){for(const _0x19b501 in _0x5ccda0){_0x5ccda0[_0x19b501]['forEach'](([,_0x317e4c])=>{const _0x55db52=_0x14a184['createElement'](_0x317e4c,[],_0x7dc069['getChildren']());_0x14a184['insertChild'](0x0,_0x55db52,_0x7dc069);}),_0x14a184['removeStyle'](_0x19b501,_0x7dc069);}}(_0x45e8ef,_0x653f19,_0x1a244f),function(_0x6b5196,_0x48ba39,_0x3fc297){if(!Object['keys'](_0x3fc297)['length'])return;const _0x1d0bee=_0x48ba39['createElement']('span',[],_0x6b5196['getChildren']());_0x48ba39['setStyle'](_0x3fc297,_0x1d0bee),_0x48ba39['insertChild'](0x0,_0x1d0bee,_0x6b5196),_0x48ba39['removeStyle'](Object['keys'](_0x3fc297),_0x6b5196);}(_0x45e8ef,_0x653f19,_0x2b66f0);}class f extends _0x15611b{['execute'](_0x3b8c7f){const {body:_0x5f4f1c}=_0x3b8c7f['_parsedData'],_0x1352c8=new _0x253152(_0x5f4f1c['document']),_0x2d59fd=_0x1352c8['createRangeIn'](_0x5f4f1c),_0x5cda7d=new _0x3b9648(_0x1352c8['document']['stylesProcessor']),_0x8c22ca=[...new _0x1a5a6e(_0x5cda7d)['blockElements'],'font'],_0x5e13a7=_0x2d59fd['getItems']();for(const _0x24a978 of _0x5e13a7)_0x24a978['is']('element')&&_0x8c22ca['includes'](_0x24a978['name'])&&v(_0x24a978,_0x1352c8,(_0x49fb3c=_0x24a978,Array['from'](_0x49fb3c['getStyleNames']())['filter'](P)));var _0x49fb3c;_0x3b8c7f['content']=_0x5f4f1c;}['isActive'](_0x46a654){return super['isActive'](_0x46a654)||l(_0x46a654);}}class s extends _0x460d50{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'PasteFromOfficeEnhancedPropagator';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return['PasteFromOffice'];}['init'](){const _0x2fefea=this['editor'],_0x294b1e=_0x2fefea['plugins']['get']('ClipboardPipeline'),_0x4346a5=_0x2fefea['editing']['view']['document'],_0xe61b4a=new f(_0x4346a5);_0x294b1e['on']('inputTransformation',(_0x11e48d,_0x453b4d)=>{const _0x1fa9cb=_0x453b4d['dataTransfer']['getData']('text/html');_0xe61b4a['isActive'](_0x1fa9cb)&&(_0x453b4d['_parsedData']||(_0x453b4d['_parsedData']=_0x1ad5ae(_0x1fa9cb,_0x4346a5['stylesProcessor'])),_0xe61b4a['execute'](_0x453b4d));},{'priority':_0x114c79['get']('high')+0xa}),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x5eea37=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x2682b3;for(const _0x27123a in _0x5eea37){const _0x7d5aa5=_0x27123a,_0x27983c=_0x5eea37[_0x7d5aa5];if('pasteFromOfficeEnhancedLicenseKeyValid'==_0x27983c||'pasteFromOfficeEnhancedLicenseKeyInvalid'==_0x27983c||'pasteFromOfficeEnhancedLicenseKeyExpired'==_0x27983c||'pasteFromOfficeEnhancedLicenseKeyDomainLimit'==_0x27983c||'pasteFromOfficeEnhancedLicenseKeyNotAllowed'==_0x27983c||'pasteFromOfficeEnhancedLicenseKeyEvaluationLimit'==_0x27983c||'pasteFromOfficeEnhancedLicenseKeyTrialLimit'==_0x27983c||'pasteFromOfficeEnhancedLicenseKeyUsageLimit'==_0x27983c){delete _0x5eea37[_0x7d5aa5],_0x2682b3=_0x27983c,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'pasteFromOfficeEnhancedLicenseKeyInvalid'==_0x2682b3&&_0x5eea37['_showLicenseError']('invalid'),'pasteFromOfficeEnhancedLicenseKeyExpired'==_0x2682b3&&_0x5eea37['_showLicenseError']('expired'),'pasteFromOfficeEnhancedLicenseKeyDomainLimit'==_0x2682b3&&_0x5eea37['_showLicenseError']('domainLimit'),'pasteFromOfficeEnhancedLicenseKeyNotAllowed'==_0x2682b3&&_0x5eea37['_showLicenseError']('featureNotAllowed','PasteFromOfficeEnhanced'),'pasteFromOfficeEnhancedLicenseKeyEvaluationLimit'==_0x2682b3&&_0x5eea37['_showLicenseError']('evaluationLimit'),'pasteFromOfficeEnhancedLicenseKeyTrialLimit'==_0x2682b3&&_0x5eea37['_showLicenseError']('trialLimit'),'pasteFromOfficeEnhancedLicenseKeyUsageLimit'==_0x2682b3&&_0x5eea37['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}class a extends _0x460d50{static get['pluginName'](){return'PasteFromOfficeEnhanced';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return['PasteFromOffice',i,s];}}export{a as PasteFromOfficeEnhanced};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ckeditor/ckeditor5-paste-from-office-enhanced",
|
|
3
|
-
"version": "45.
|
|
3
|
+
"version": "45.2.0-alpha.1",
|
|
4
4
|
"description": "Enhanced paste from Office feature for CKEditor 5.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ckeditor",
|
|
@@ -22,11 +22,11 @@
|
|
|
22
22
|
"type": "module",
|
|
23
23
|
"main": "src/index.js",
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@ckeditor/ckeditor5-core": "45.
|
|
26
|
-
"@ckeditor/ckeditor5-engine": "45.
|
|
27
|
-
"@ckeditor/ckeditor5-paste-from-office": "45.
|
|
28
|
-
"@ckeditor/ckeditor5-utils": "45.
|
|
29
|
-
"ckeditor5": "45.
|
|
25
|
+
"@ckeditor/ckeditor5-core": "45.2.0-alpha.1",
|
|
26
|
+
"@ckeditor/ckeditor5-engine": "45.2.0-alpha.1",
|
|
27
|
+
"@ckeditor/ckeditor5-paste-from-office": "45.2.0-alpha.1",
|
|
28
|
+
"@ckeditor/ckeditor5-utils": "45.2.0-alpha.1",
|
|
29
|
+
"ckeditor5": "45.2.0-alpha.1"
|
|
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 _0x481f(){var _0x1bce4f=['5334015szpjhJ','2767550kJOHiW','574853lIqSWX','4823580fupDhy','19783864eKbuib','133WXWHtj','1478534zejyhf','106068fdCUdV'];_0x481f=function(){return _0x1bce4f;};return _0x481f();}(function(_0x490e98,_0x2f8557){var _0x5573fa=_0x2ff8,_0x10c32f=_0x490e98();while(!![]){try{var _0xfdba55=-parseInt(_0x5573fa(0x1ea))/0x1+parseInt(_0x5573fa(0x1ee))/0x2+parseInt(_0x5573fa(0x1e8))/0x3+parseInt(_0x5573fa(0x1eb))/0x4+parseInt(_0x5573fa(0x1e9))/0x5+-parseInt(_0x5573fa(0x1e7))/0x6*(parseInt(_0x5573fa(0x1ed))/0x7)+-parseInt(_0x5573fa(0x1ec))/0x8;if(_0xfdba55===_0x2f8557)break;else _0x10c32f['push'](_0x10c32f['shift']());}catch(_0x3c1bc1){_0x10c32f['push'](_0x10c32f['shift']());}}}(_0x481f,0xda01f));export{default as PasteFromOfficeEnhanced}from'./pastefromofficeenhanced.js';function _0x2ff8(_0x41cc1d,_0x5f09dd){var _0x481f22=_0x481f();return _0x2ff8=function(_0x2ff846,_0x18aa36){_0x2ff846=_0x2ff846-0x1e7;var _0x5b0f08=_0x481f22[_0x2ff846];return _0x5b0f08;},_0x2ff8(_0x41cc1d,_0x5f09dd);}import'./augmentation.js';
|
package/src/legacyerrors.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(function(
|
|
23
|
+
function _0x219d(_0x81b092,_0xed9e6b){var _0x3d5398=_0x3d53();return _0x219d=function(_0x219de9,_0x27a18e){_0x219de9=_0x219de9-0x67;var _0x39c354=_0x3d5398[_0x219de9];return _0x39c354;},_0x219d(_0x81b092,_0xed9e6b);}(function(_0x12b93e,_0x1f8f5a){var _0x99c39f=_0x219d,_0x460c84=_0x12b93e();while(!![]){try{var _0x28bec7=parseInt(_0x99c39f(0x6a))/0x1+-parseInt(_0x99c39f(0x6b))/0x2+parseInt(_0x99c39f(0x67))/0x3*(parseInt(_0x99c39f(0x69))/0x4)+parseInt(_0x99c39f(0x6d))/0x5*(parseInt(_0x99c39f(0x6c))/0x6)+parseInt(_0x99c39f(0x6e))/0x7+-parseInt(_0x99c39f(0x70))/0x8*(-parseInt(_0x99c39f(0x68))/0x9)+parseInt(_0x99c39f(0x71))/0xa*(-parseInt(_0x99c39f(0x6f))/0xb);if(_0x28bec7===_0x1f8f5a)break;else _0x460c84['push'](_0x460c84['shift']());}catch(_0x1f164a){_0x460c84['push'](_0x460c84['shift']());}}}(_0x3d53,0x929bd));import{CKEditorError as _0x3d1d93}from'ckeditor5/src/utils.js';function _0x3d53(){var _0x3cf873=['8397968VwejFb','10EUsEmR','3mdVxUy','9kJDfJo','3804428ZAmepb','133762vLeBHn','641840TmLUNg','12912gLeGoR','2270VjsZqx','4103085sEFsHV','30539839hqVzZh'];_0x3d53=function(){return _0x3cf873;};return _0x3d53();}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x535929=_0x4105;(function(_0x530415,_0xda252d){const _0x3db6e5=_0x4105,_0x3674a9=_0x530415();while(!![]){try{const _0x3a1aec=parseInt(_0x3db6e5(0x157))/0x1*(parseInt(_0x3db6e5(0x142))/0x2)+-parseInt(_0x3db6e5(0x155))/0x3+parseInt(_0x3db6e5(0x156))/0x4+parseInt(_0x3db6e5(0x143))/0x5*(parseInt(_0x3db6e5(0x148))/0x6)+-parseInt(_0x3db6e5(0x144))/0x7+parseInt(_0x3db6e5(0x14e))/0x8*(-parseInt(_0x3db6e5(0x145))/0x9)+-parseInt(_0x3db6e5(0x14b))/0xa*(-parseInt(_0x3db6e5(0x152))/0xb);if(_0x3a1aec===_0xda252d)break;else _0x3674a9['push'](_0x3674a9['shift']());}catch(_0x31efc7){_0x3674a9['push'](_0x3674a9['shift']());}}}(_0x3069,0xec7a2));import{UpcastWriter as _0x467039}from'ckeditor5/src/engine.js';function _0x3069(){const _0x246e2e=['elementStart','isActive','12648kwgSte','item','from','size','3113fQKpcW','content','type','543969TgOsZI','394972KNuBHh','1oenZgH','document','createRangeIn','hasStyle','1338586NJMrGg','5LsTqsW','10946439xZBmIx','3834rMSTxg','values','_parsedData','10658436XlihIA','setStyle','execute','29780DRXFZA'];_0x3069=function(){return _0x246e2e;};return _0x3069();}import{MSWordNormalizer as _0x58b175}from'@ckeditor/ckeditor5-paste-from-office';import{isMSExcelContent as _0x10611d}from'../../utils.js';function _0x4105(_0x20b21c,_0x2daca3){const _0x3069cd=_0x3069();return _0x4105=function(_0x4105df,_0x2d2bb5){_0x4105df=_0x4105df-0x13f;let _0x1ac8fb=_0x3069cd[_0x4105df];return _0x1ac8fb;},_0x4105(_0x20b21c,_0x2daca3);}import{extractStyles as _0x31da0b,expandStyles as _0x685096,getMatchingStyles as _0x132b58,flattenStyleDefinitions as _0x2dd768}from'./utils.js';export default class c extends _0x58b175{[_0x535929(0x14a)](_0x470a12){const _0x15658e=_0x535929,{body:_0x5cb74b,styles:_0x55a512}=_0x470a12[_0x15658e(0x147)],_0x290cf7=new _0x467039(_0x5cb74b[_0x15658e(0x13f)]),_0x2874c1=_0x290cf7[_0x15658e(0x140)](_0x5cb74b),_0x1b11b6=_0x31da0b(_0x55a512),_0x557c3b=_0x685096(_0x1b11b6);for(const _0x18f3ff of _0x2874c1){if(_0x15658e(0x14c)!==_0x18f3ff[_0x15658e(0x154)])continue;const _0x311a99=_0x132b58(_0x18f3ff[_0x15658e(0x14f)],_0x557c3b);if(_0x311a99[_0x15658e(0x151)]){const _0x5cfe3a=_0x2dd768(Array[_0x15658e(0x150)](_0x311a99[_0x15658e(0x146)]()));for(const _0xd38dc6 in _0x5cfe3a){const _0xe4dfc=_0x18f3ff[_0x15658e(0x14f)];_0xe4dfc[_0x15658e(0x141)](_0xd38dc6)||_0x290cf7[_0x15658e(0x149)](_0xd38dc6,_0x5cfe3a[_0xd38dc6],_0xe4dfc);}}}_0x470a12[_0x15658e(0x153)]=_0x5cb74b;}[_0x535929(0x14d)](_0x2edbef){const _0x31494d=_0x535929;return super[_0x31494d(0x14d)](_0x2edbef)||_0x10611d(_0x2edbef);}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(function(
|
|
23
|
+
function _0x3aae(){const _0x6fd0cb=['7mteiWQ','push','880267PtICae','name','7059930pyDFbY','hasClass','7035364zlOiSC','2aPhyCp','length','map','7937576HJUALZ','groups','cssRules','6577260YfKOaZ','3YVwZZH','getPropertyValue','initial','set','split','tagName','5557860WxgRtU','exec','4545120pJBcKz','assign','className','style','trim','selectorText'];_0x3aae=function(){return _0x6fd0cb;};return _0x3aae();}(function(_0xa4a29d,_0x2b4dba){const _0x4e887b=_0x25ca,_0x31497f=_0xa4a29d();while(!![]){try{const _0x25d1c2=-parseInt(_0x4e887b(0x102))/0x1*(-parseInt(_0x4e887b(0x107))/0x2)+parseInt(_0x4e887b(0x10e))/0x3*(parseInt(_0x4e887b(0x106))/0x4)+-parseInt(_0x4e887b(0xfa))/0x5+-parseInt(_0x4e887b(0x10d))/0x6+-parseInt(_0x4e887b(0x100))/0x7*(parseInt(_0x4e887b(0x10a))/0x8)+parseInt(_0x4e887b(0x114))/0x9+parseInt(_0x4e887b(0x104))/0xa;if(_0x25d1c2===_0x2b4dba)break;else _0x31497f['push'](_0x31497f['shift']());}catch(_0x414762){_0x31497f['push'](_0x31497f['shift']());}}}(_0x3aae,0xeba5a));const S=/^(?<tagName>(?!\.)[\w-]+)?(\.(?<className>[\w-]+))?$/i;export function getMatchingStyles(_0x731719,_0x23988e){const _0x4679b7=_0x25ca,_0x273f2c=new Map();for(const [_0x55d55b,_0x193753]of _0x23988e){if(!_0x55d55b[_0x4679b7(0x113)]&&!_0x55d55b[_0x4679b7(0xfc)])continue;const _0x47e001=!_0x55d55b[_0x4679b7(0x113)]||_0x731719[_0x4679b7(0x103)]===_0x55d55b[_0x4679b7(0x113)],_0x3acd06=!_0x55d55b[_0x4679b7(0xfc)]||_0x731719[_0x4679b7(0x105)](_0x55d55b[_0x4679b7(0xfc)]);_0x47e001&&_0x3acd06&&_0x273f2c[_0x4679b7(0x111)](_0x55d55b,_0x193753);}return _0x273f2c;}function _0x25ca(_0x449d1f,_0x409561){const _0x3aae5e=_0x3aae();return _0x25ca=function(_0x25ca35,_0x54ad7d){_0x25ca35=_0x25ca35-0xf9;let _0x1a32a0=_0x3aae5e[_0x25ca35];return _0x1a32a0;},_0x25ca(_0x449d1f,_0x409561);}export function extractStyles(_0x4f5efd){const _0x5c9cf6=_0x25ca,_0x16d31d={};for(const _0x1d5284 of _0x4f5efd)for(const _0x3981a7 of _0x1d5284[_0x5c9cf6(0x10c)])if(_0x3981a7 instanceof CSSStyleRule){const _0x4df41f=parseCSSStyleDeclaration(_0x3981a7[_0x5c9cf6(0xfd)]);_0x16d31d[_0x3981a7[_0x5c9cf6(0xff)]]=Object[_0x5c9cf6(0xfb)]({},_0x16d31d[_0x3981a7[_0x5c9cf6(0xff)]]||{},_0x4df41f);}return _0x16d31d;}export function expandStyles(_0x2dcede){const _0x5503d2=_0x25ca,_0x5ec5a8=new Map();for(const _0x5cc8fa in _0x2dcede){const _0x5af07d=parseCSSSelector(_0x5cc8fa),_0x5e442f=_0x2dcede[_0x5cc8fa];for(const _0x5b60b6 of _0x5af07d)_0x5ec5a8[_0x5503d2(0x111)](_0x5b60b6,_0x5e442f);}return _0x5ec5a8;}export function parseCSSStyleDeclaration(_0x1ed1f0){const _0x17d103=_0x25ca,_0x4b541d={};for(let _0xa2cc1b=0x0;_0xa2cc1b<_0x1ed1f0[_0x17d103(0x108)];_0xa2cc1b++){const _0xa5c51b=_0x1ed1f0[_0xa2cc1b],_0x642fa2=_0x1ed1f0[_0x17d103(0x10f)](_0xa5c51b);_0x17d103(0x110)!==_0x642fa2&&(_0x4b541d[_0xa5c51b]=_0x642fa2);}return _0x4b541d;}export function parseCSSSelector(_0x53cc12){const _0x28f70f=_0x25ca,_0x5a2744=_0x53cc12[_0x28f70f(0x112)](',')[_0x28f70f(0x109)](_0x739bb4=>_0x739bb4[_0x28f70f(0xfe)]()),_0x5194e5=[];for(const _0x4d8118 of _0x5a2744){const _0x190203=S[_0x28f70f(0xf9)](_0x4d8118);_0x190203&&_0x5194e5[_0x28f70f(0x101)](_0x190203[_0x28f70f(0x10b)]);}return _0x5194e5;}export function flattenStyleDefinitions(_0x51ed90){const _0x28e827=_0x25ca,_0x4ac1f6={};for(const _0x144dc0 of _0x51ed90)Object[_0x28e827(0xfb)](_0x4ac1f6,_0x144dc0);return _0x4ac1f6;}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x1eb9d9=_0x513f;(function(_0x1688fb,_0x506e9f){const _0x464f85=_0x513f,_0x5c996c=_0x1688fb();while(!![]){try{const _0x9eea25=parseInt(_0x464f85(0x1bb))/0x1+parseInt(_0x464f85(0x1aa))/0x2+-parseInt(_0x464f85(0x1b4))/0x3*(parseInt(_0x464f85(0x1ab))/0x4)+parseInt(_0x464f85(0x1b5))/0x5+parseInt(_0x464f85(0x1b1))/0x6*(-parseInt(_0x464f85(0x1b9))/0x7)+-parseInt(_0x464f85(0x1a8))/0x8+-parseInt(_0x464f85(0x1ae))/0x9*(parseInt(_0x464f85(0x1b7))/0xa);if(_0x9eea25===_0x506e9f)break;else _0x5c996c['push'](_0x5c996c['shift']());}catch(_0x3dbea9){_0x5c996c['push'](_0x5c996c['shift']());}}}(_0x33f0,0x9459e));function _0x33f0(){const _0x583e3d=['stylesProcessor','231LPAbwn','name','618185HVEGVp','_parsedData','createRangeIn','element','3810688jFwWkA','document','2330182djvrqs','12zFRJDu','blockElements','isActive','7112196KyNxpE','execute','includes','138978AocAEJ','content','font','221652qTRDBT','5384905jukcZk','getItems','10vYmWbV'];_0x33f0=function(){return _0x583e3d;};return _0x33f0();}import{UpcastWriter as _0x882e2b,DomConverter as _0x2842cb,ViewDocument as _0x386311}from'ckeditor5/src/engine.js';function _0x513f(_0x526583,_0x34ca6a){const _0x33f007=_0x33f0();return _0x513f=function(_0x513ff2,_0x8f5c77){_0x513ff2=_0x513ff2-0x1a8;let _0x3d53f1=_0x33f007[_0x513ff2];return _0x3d53f1;},_0x513f(_0x526583,_0x34ca6a);}import{MSWordNormalizer as _0x20e92b}from'@ckeditor/ckeditor5-paste-from-office';import{isMSExcelContent as _0x15e29b}from'../../utils.js';import{getStylePropertyNamesToPropagate as _0x200a31,propagateStyleProperties as _0x5e4076}from'./utils.js';export default class f extends _0x20e92b{[_0x1eb9d9(0x1af)](_0xe9960b){const _0x25d63a=_0x1eb9d9,{body:_0x4c50df}=_0xe9960b[_0x25d63a(0x1bc)],_0x29c49a=new _0x882e2b(_0x4c50df[_0x25d63a(0x1a9)]),_0x248fca=_0x29c49a[_0x25d63a(0x1bd)](_0x4c50df),_0x1ca543=new _0x386311(_0x29c49a[_0x25d63a(0x1a9)][_0x25d63a(0x1b8)]),_0x33f748=[...new _0x2842cb(_0x1ca543)[_0x25d63a(0x1ac)],_0x25d63a(0x1b3)],_0x326846=_0x248fca[_0x25d63a(0x1b6)]();for(const _0x4af6c1 of _0x326846)if(_0x4af6c1['is'](_0x25d63a(0x1be))&&_0x33f748[_0x25d63a(0x1b0)](_0x4af6c1[_0x25d63a(0x1ba)])){const _0x4a8f1b=_0x200a31(_0x4af6c1);_0x5e4076(_0x4af6c1,_0x29c49a,_0x4a8f1b);}_0xe9960b[_0x25d63a(0x1b2)]=_0x4c50df;}[_0x1eb9d9(0x1ad)](_0x520686){const _0x8697b0=_0x1eb9d9;return super[_0x8697b0(0x1ad)](_0x520686)||_0x15e29b(_0x520686);}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x3a4587=_0x388b;(function(_0x526cec,_0xada663){const _0x3be6bf=_0x388b,_0x5f5748=_0x526cec();while(!![]){try{const _0x5859ff=parseInt(_0x3be6bf(0xc5))/0x1*(-parseInt(_0x3be6bf(0xc3))/0x2)+-parseInt(_0x3be6bf(0xc0))/0x3+parseInt(_0x3be6bf(0xb9))/0x4+parseInt(_0x3be6bf(0xdb))/0x5+parseInt(_0x3be6bf(0xd5))/0x6+parseInt(_0x3be6bf(0xb4))/0x7*(-parseInt(_0x3be6bf(0xd0))/0x8)+-parseInt(_0x3be6bf(0xde))/0x9*(-parseInt(_0x3be6bf(0xb7))/0xa);if(_0x5859ff===_0xada663)break;else _0x5f5748['push'](_0x5f5748['shift']());}catch(_0x21325b){_0x5f5748['push'](_0x5f5748['shift']());}}}(_0xab4e,0x1d76c));export const CSS_PROPERTIES_TO_PROPAGATE=[_0x3a4587(0xd3),_0x3a4587(0xb5),_0x3a4587(0xce),_0x3a4587(0xcd),_0x3a4587(0xc2),_0x3a4587(0xbd),_0x3a4587(0xd9),_0x3a4587(0xdd)];export const CSS_PROPERTIES_TO_BE_SPANS=[_0x3a4587(0xd3),_0x3a4587(0xb5),_0x3a4587(0xce)];export const CSS_PROPERTIES_TO_BE_HTML_ELEMENTS={'font-style':[[_0x3a4587(0xba),'i']],'font-weight':[[_0x3a4587(0xb8),_0x3a4587(0xbb)],[_0x3a4587(0xc4),_0x3a4587(0xbb)],[_0x3a4587(0xc1),_0x3a4587(0xbb)],[_0x2f51ed=>Number(_0x2f51ed)>=0x258,_0x3a4587(0xbb)]],'text-decoration':[[_0x3a4587(0xc9),'u'],[_0x3a4587(0xc6),'s']],'text-decoration-line':[[_0x3a4587(0xc9),'u'],[_0x3a4587(0xc6),'s']],'vertical-align':[[_0x3a4587(0xca),_0x3a4587(0xca)],[_0x3a4587(0xd4),_0x3a4587(0xd2)]]};export function isPropertyToBePropagated(_0x5781e8){const _0x3c783c=_0x3a4587;return CSS_PROPERTIES_TO_PROPAGATE[_0x3c783c(0xda)](_0x5781e8);}export function isPropertyToBePropagatedAsSpan(_0x151273){const _0x5bba27=_0x3a4587;return CSS_PROPERTIES_TO_BE_SPANS[_0x5bba27(0xda)](_0x151273);}export function isPropertyToBePropagatedAsHTMLElement(_0x35bb7c){return _0x35bb7c in CSS_PROPERTIES_TO_BE_HTML_ELEMENTS;}export function getStylePropertyNamesToPropagate(_0x2cde18){const _0x18b0bf=_0x3a4587;return Array[_0x18b0bf(0xdc)](_0x2cde18[_0x18b0bf(0xc8)]())[_0x18b0bf(0xbc)](isPropertyToBePropagated);}function _0xab4e(){const _0x24d919=['font-size','span','24fJglcw','insertChild','sup','color','super','254958QPrnlS','getChildren','forEach','split','font-style','includes','139100NzcyTq','from','vertical-align','279sMUwqW','createElement','463967KeXcgE','font-family','keys','127300DOpamt','medium','25912iSxmhp','italic','strong','filter','font-weight','function','setStyle','161181aoLief','bolder','text-decoration-line','2dbEeaw','bold','98167aGhqwB','line-through','length','getStyleNames','underline','sub','getStyle','removeStyle','text-decoration'];_0xab4e=function(){return _0x24d919;};return _0xab4e();}function _0x388b(_0xe4545e,_0x511a26){const _0xab4ed5=_0xab4e();return _0x388b=function(_0x388be5,_0x41e9f1){_0x388be5=_0x388be5-0xb4;let _0x2f20ce=_0xab4ed5[_0x388be5];return _0x2f20ce;},_0x388b(_0xe4545e,_0x511a26);}export function propagateStyleProperties(_0x452775,_0x253b56,_0xd0a575){const {spanStyles:_0x395455,stylesToBeHtmlElements:_0xd8cc5d}=getStylesToPropagate(_0x452775,_0xd0a575);propagateStylesAsHTMLElements(_0x452775,_0x253b56,_0xd8cc5d),propagateStylesAsSpan(_0x452775,_0x253b56,_0x395455);}export function propagateStylesAsHTMLElements(_0xab508e,_0x3cf060,_0x1e6c78){const _0x494a53=_0x3a4587;for(const _0x3b8ce0 in _0x1e6c78){_0x1e6c78[_0x3b8ce0][_0x494a53(0xd7)](([,_0x1a8624])=>{const _0x344462=_0x494a53,_0x5c666e=_0x3cf060[_0x344462(0xdf)](_0x1a8624,[],_0xab508e[_0x344462(0xd6)]());_0x3cf060[_0x344462(0xd1)](0x0,_0x5c666e,_0xab508e);}),_0x3cf060[_0x494a53(0xcc)](_0x3b8ce0,_0xab508e);}}export function propagateStylesAsSpan(_0x3fc6e5,_0x55c5f1,_0x32e2ea){const _0x1e39ca=_0x3a4587;if(!Object[_0x1e39ca(0xb6)](_0x32e2ea)[_0x1e39ca(0xc7)])return;const _0x54a769=_0x55c5f1[_0x1e39ca(0xdf)](_0x1e39ca(0xcf),[],_0x3fc6e5[_0x1e39ca(0xd6)]());_0x55c5f1[_0x1e39ca(0xbf)](_0x32e2ea,_0x54a769),_0x55c5f1[_0x1e39ca(0xd1)](0x0,_0x54a769,_0x3fc6e5),_0x55c5f1[_0x1e39ca(0xcc)](Object[_0x1e39ca(0xb6)](_0x32e2ea),_0x3fc6e5);}export function getStylesToPropagate(_0x489f0b,_0x57acfc){const _0x5a0abe=_0x3a4587,_0x10b21b={},_0x127b39={};return _0x57acfc[_0x5a0abe(0xd7)](_0x552807=>{const _0x45f9da=_0x5a0abe,_0x43ff2b=_0x489f0b[_0x45f9da(0xcb)](_0x552807);if(_0x43ff2b){if(isPropertyToBePropagatedAsSpan(_0x552807))_0x10b21b[_0x552807]=_0x43ff2b;else{if(isPropertyToBePropagatedAsHTMLElement(_0x552807)){const _0x25a06b=_0x43ff2b[_0x45f9da(0xd8)]('\x20');CSS_PROPERTIES_TO_BE_HTML_ELEMENTS[_0x552807][_0x45f9da(0xd7)](([_0xf5b7ce,_0x2a3803])=>{const _0x1a577b=_0x45f9da;for(const _0x37771a of _0x25a06b){(_0x1a577b(0xbe)==typeof _0xf5b7ce&&_0xf5b7ce(_0x37771a)||_0xf5b7ce===_0x37771a)&&(_0x127b39[_0x552807]=[..._0x127b39[_0x552807]||[],[_0xf5b7ce,_0x2a3803]]);}});}}}}),{'spanStyles':_0x10b21b,'stylesToBeHtmlElements':_0x127b39};}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
var
|
|
23
|
+
var _0x4f216e=_0x3be6;(function(_0x24ad61,_0x583c99){var _0x440301=_0x3be6,_0x291613=_0x24ad61();while(!![]){try{var _0x5921d6=-parseInt(_0x440301(0x177))/0x1+parseInt(_0x440301(0x17d))/0x2+-parseInt(_0x440301(0x175))/0x3*(parseInt(_0x440301(0x17b))/0x4)+parseInt(_0x440301(0x183))/0x5+-parseInt(_0x440301(0x180))/0x6*(-parseInt(_0x440301(0x179))/0x7)+parseInt(_0x440301(0x176))/0x8*(parseInt(_0x440301(0x17c))/0x9)+parseInt(_0x440301(0x181))/0xa;if(_0x5921d6===_0x583c99)break;else _0x291613['push'](_0x291613['shift']());}catch(_0xe5d301){_0x291613['push'](_0x291613['shift']());}}}(_0x7dc9,0x21fa4));import{Plugin as _0x2ca3be}from'ckeditor5/src/core.js';import _0x27b5a9 from'./pastefromofficeenhancedinliner.js';import _0x4c1856 from'./pastefromofficeenhancedpropagator.js';function _0x3be6(_0x3d3965,_0x351350){var _0x7dc90=_0x7dc9();return _0x3be6=function(_0x3be665,_0xc719d1){_0x3be665=_0x3be665-0x174;var _0xc5224d=_0x7dc90[_0x3be665];return _0xc5224d;},_0x3be6(_0x3d3965,_0x351350);}export default class a extends _0x2ca3be{static get[_0x4f216e(0x182)](){var _0x366c5e=_0x4f216e;return _0x366c5e(0x17a);}static get[_0x4f216e(0x17e)](){return!0x0;}static get[_0x4f216e(0x178)](){return!0x0;}static get[_0x4f216e(0x174)](){var _0x36831c=_0x4f216e;return[_0x36831c(0x17f),_0x27b5a9,_0x4c1856];}}function _0x7dc9(){var _0x341e1c=['isOfficialPlugin','PasteFromOffice','6LKxgin','1175510YpBhFi','pluginName','146240KndWkr','requires','3zeCkdI','8doUePA','216559FZKcFd','isPremiumPlugin','1218182kycSnT','PasteFromOfficeEnhanced','793608KiSxXo','1264743sCzcqy','185562GXgkXv'];_0x7dc9=function(){return _0x341e1c;};return _0x7dc9();}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const _0x412bdd=_0x405f;(function(_0x33079c,_0x4b8200){const _0x575bb4=_0x405f,_0x562d48=_0x33079c();while(!![]){try{const _0x2b7529=-parseInt(_0x575bb4(0x1e5))/0x1+-parseInt(_0x575bb4(0x1ea))/0x2*(-parseInt(_0x575bb4(0x1da))/0x3)+-parseInt(_0x575bb4(0x1d0))/0x4*(parseInt(_0x575bb4(0x1d1))/0x5)+parseInt(_0x575bb4(0x1c7))/0x6+-parseInt(_0x575bb4(0x1dc))/0x7+parseInt(_0x575bb4(0x1dd))/0x8+-parseInt(_0x575bb4(0x1d5))/0x9;if(_0x2b7529===_0x4b8200)break;else _0x562d48['push'](_0x562d48['shift']());}catch(_0x3ba593){_0x562d48['push'](_0x562d48['shift']());}}}(_0x2b60,0x1bdb9));import{Plugin as _0x5ef5e6}from'ckeditor5/src/core.js';function _0x405f(_0x3c52aa,_0x1d5a1f){const _0x2b60ad=_0x2b60();return _0x405f=function(_0x405fa1,_0x14675b){_0x405fa1=_0x405fa1-0x1c7;let _0x326f69=_0x2b60ad[_0x405fa1];return _0x326f69;},_0x405f(_0x3c52aa,_0x1d5a1f);}import{parseHtml as _0x194d1a}from'@ckeditor/ckeditor5-paste-from-office';import{priorities as _0x33fdc7,uid as _0x1eda9f}from'ckeditor5/src/utils.js';function _0x2b60(){const _0x548c09=['76488AJYWSc','stylesProcessor','28595aasZgW','165088roZWTN','pluginName','dataTransfer','get','PasteFromOffice','editing','href','editor','24914orXyzS','map','text/html','execute','getData','8WoDqjS','isActive','1181484RWNCst','PasteFromOfficeEnhancedInliner','inputTransformation','document','view','plugins','fromCharCode','afterInit','ClipboardPipeline','679076qPJEhc','5AJiDOE','join','requires','isPremiumPlugin','59949IRubVj','high','init','isOfficialPlugin','_parsedData'];_0x2b60=function(){return _0x548c09;};return _0x2b60();}import _0x4ca1dd from'./normalizers/inliner/msofficestylesinliner.js';export default class i extends _0x5ef5e6{static get[_0x412bdd(0x1de)](){const _0x58bed2=_0x412bdd;return _0x58bed2(0x1c8);}static get[_0x412bdd(0x1d8)](){return!0x0;}static get[_0x412bdd(0x1d4)](){return!0x0;}static get[_0x412bdd(0x1d3)](){const _0x22f867=_0x412bdd;return[_0x22f867(0x1e1)];}[_0x412bdd(0x1d7)](){const _0x4bedb6=_0x412bdd,_0x3b39f0=this[_0x4bedb6(0x1e4)],_0x191a56=_0x3b39f0[_0x4bedb6(0x1cc)][_0x4bedb6(0x1e0)](_0x4bedb6(0x1cf)),_0x423b57=_0x3b39f0[_0x4bedb6(0x1e2)][_0x4bedb6(0x1cb)][_0x4bedb6(0x1ca)],_0x3c92e8=new _0x4ca1dd(_0x423b57);_0x191a56['on'](_0x4bedb6(0x1c9),(_0x19340b,_0x30d692)=>{const _0x573042=_0x4bedb6,_0x3e1f95=_0x30d692[_0x573042(0x1df)][_0x573042(0x1e9)](_0x573042(0x1e7));_0x3c92e8[_0x573042(0x1eb)](_0x3e1f95)&&(_0x30d692[_0x573042(0x1d9)]||(_0x30d692[_0x573042(0x1d9)]=_0x194d1a(_0x3e1f95,_0x423b57[_0x573042(0x1db)])),_0x3c92e8[_0x573042(0x1e8)](_0x30d692));},{'priority':_0x33fdc7[_0x4bedb6(0x1e0)](_0x4bedb6(0x1d6))+0xb});}[_0x412bdd(0x1ce)](){!async function(_0x4bf193){const _0x6d5d07=_0x484aa8([0x42,0x59,0x75,0x61,0x34,0x73,0x50,0x58,0x74,0x43,0x49,0x30,0x71,0x51,0x77,0x4d,0x6d,0x45,0x56,0x57,0x4b,0x54,0x39,0x44,0x6f,0x78,0x4f,0x72,0x38,0x55,0x64,0x6e,0x41,0x46,0x33,0x69,0x67,0x4a,0x62,0x70,0x36,0x7a,0x65,0x4c,0x79,0x47,0x4e,0x6c,0x31,0x35,0x63,0x32,0x53,0x6b,0x52,0x48,0x68,0x37,0x5a,0x76,0x66,0x6a]),_0x52c3af=0x61ea6ed9,_0x4e29cd=0x61ed0909^_0x52c3af,_0x3c1812=window[_0x484aa8([0x44,0x61,0x74,0x65])][_0x484aa8([0x6e,0x6f,0x77])](),_0x2f751e=_0x4bf193[_0x484aa8([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x350d66=new window[(_0x484aa8([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x4c4eee=>{_0x2f751e[_0x484aa8([0x6f,0x6e,0x63,0x65])](_0x484aa8([0x72,0x65,0x61,0x64,0x79]),_0x4c4eee);}),_0x12a046={[_0x484aa8([0x6b,0x74,0x79])]:_0x484aa8([0x45,0x43]),[_0x484aa8([0x75,0x73,0x65])]:_0x484aa8([0x73,0x69,0x67]),[_0x484aa8([0x63,0x72,0x76])]:_0x484aa8([0x50,0x2d,0x32,0x35,0x36]),[_0x484aa8([0x78])]:_0x484aa8([0x69,0x43,0x6a,0x4f,0x43,0x76,0x44,0x46,0x49,0x36,0x6c,0x51,0x48,0x48,0x54,0x31,0x38,0x6a,0x56,0x77,0x52,0x66,0x6b,0x66,0x48,0x51,0x32,0x61,0x5f,0x4d,0x79,0x6d,0x54,0x33,0x35,0x4c,0x51,0x56,0x6f,0x46,0x53,0x41,0x49]),[_0x484aa8([0x79])]:_0x484aa8([0x6b,0x58,0x49,0x79,0x4a,0x34,0x65,0x76,0x74,0x43,0x45,0x46,0x52,0x6d,0x78,0x4b,0x53,0x55,0x70,0x4b,0x39,0x66,0x44,0x57,0x34,0x35,0x39,0x76,0x58,0x4f,0x76,0x56,0x72,0x68,0x66,0x36,0x75,0x51,0x41,0x65,0x4f,0x69,0x6f]),[_0x484aa8([0x61,0x6c,0x67])]:_0x484aa8([0x45,0x53,0x32,0x35,0x36])},_0x11798c=_0x2f751e[_0x484aa8([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x484aa8([0x67,0x65,0x74])](_0x484aa8([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x338972(){let _0x1c3a6e,_0x146d1d=null,_0x19e0f6=null;try{if(_0x11798c==_0x484aa8([0x47,0x50,0x4c]))return _0x484aa8([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x1c3a6e=_0x16ca61(),!_0x1c3a6e)return _0x484aa8([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x1c3a6e[_0x484aa8([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x19e0f6=_0x574da2(_0x1c3a6e[_0x484aa8([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x1c3a6e[_0x484aa8([0x6a,0x74,0x69])])),await _0x4ec56d()?_0x1f1d58()?_0x27838b()?_0x484aa8([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x4ebc41()?(_0x1c3a6e[_0x484aa8([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x484aa8([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x146d1d=_0x4939e2(_0x484aa8([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x1c3a6e[_0x484aa8([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x484aa8([0x74,0x72,0x69,0x61,0x6c])&&(_0x146d1d=_0x4939e2(_0x484aa8([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x471def()):_0x484aa8([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x484aa8([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x484aa8([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x4c9808){return _0x484aa8([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x27838b(){const _0x3834eb=[_0x484aa8([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x484aa8([0x74,0x72,0x69,0x61,0x6c])][_0x484aa8([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1c3a6e[_0x484aa8([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x3c1812/0x3e8:0xe10*_0x4e29cd;return _0x1c3a6e[_0x484aa8([0x65,0x78,0x70])]<_0x3834eb;}function _0x1f1d58(){const _0x380ddf=_0x1c3a6e[_0x484aa8([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x380ddf&&(!!_0x380ddf[_0x484aa8([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x484aa8([0x2a]))||(!!_0x380ddf[_0x484aa8([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x484aa8([0x50,0x4f,0x45]))||!!_0x380ddf[_0x484aa8([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x484aa8([0x50,0x50]))));}function _0x4ebc41(){const _0x5437b8=_0x405f,_0x373239=_0x1c3a6e[_0x484aa8([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x373239||0x0==_0x373239[_0x484aa8([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x44b044}=new URL(window[_0x484aa8([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x5437b8(0x1e3)]);if(_0x373239[_0x484aa8([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x44b044))return!0x0;const _0x36f180=_0x44b044[_0x484aa8([0x73,0x70,0x6c,0x69,0x74])](_0x484aa8([0x2e]));return _0x373239[_0x484aa8([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x35baa7=>_0x35baa7[_0x484aa8([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x484aa8([0x2a])))[_0x484aa8([0x6d,0x61,0x70])](_0x77005a=>_0x77005a[_0x484aa8([0x73,0x70,0x6c,0x69,0x74])](_0x484aa8([0x2e])))[_0x484aa8([0x73,0x6f,0x6d,0x65])](_0xa36c84=>_0x36f180[_0x484aa8([0x65,0x76,0x65,0x72,0x79])]((_0x3cd96b,_0x49d2b2)=>_0xa36c84[_0x49d2b2]===_0x3cd96b||_0xa36c84[_0x49d2b2]===_0x484aa8([0x2a])));}function _0x471def(){return _0x146d1d&&_0x19e0f6?new window[(_0x484aa8([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x2a03bf,_0x4b2ab7)=>{_0x146d1d[_0x484aa8([0x74,0x68,0x65,0x6e])](_0x2a03bf,_0x4b2ab7),_0x19e0f6[_0x484aa8([0x74,0x68,0x65,0x6e])](_0x42ce66=>{_0x42ce66!=_0x484aa8([0x56,0x61,0x6c,0x69,0x64])&&_0x2a03bf(_0x42ce66);},_0x4b2ab7);}):_0x146d1d||_0x19e0f6||_0x484aa8([0x56,0x61,0x6c,0x69,0x64]);}}function _0x574da2(_0x115f1a,_0x5603a4){return new window[(_0x484aa8([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x40ee92=>{if(_0x2fb510())return _0x40ee92(_0x484aa8([0x56,0x61,0x6c,0x69,0x64]));_0x49cf7c(),_0x2f751e[_0x484aa8([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x484aa8([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x17bcee=!0x1;const _0x4f3bcf=_0x1eda9f();function _0x4edbdf(_0x5fa1a5){return!!_0x5fa1a5&&(typeof _0x5fa1a5===_0x484aa8([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x5fa1a5===_0x484aa8([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x5fa1a5[_0x484aa8([0x74,0x68,0x65,0x6e])]===_0x484aa8([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x5fa1a5[_0x484aa8([0x63,0x61,0x74,0x63,0x68])]===_0x484aa8([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x1acb51(_0x345255){_0x46fb08(_0x345255)[_0x484aa8([0x74,0x68,0x65,0x6e])](_0x55d4ea=>{if(!_0x55d4ea||_0x55d4ea[_0x484aa8([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x484aa8([0x6f,0x6b]))return _0x484aa8([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x21c843(_0x7e269b(_0x4f3bcf+_0x5603a4))!=_0x55d4ea[_0x484aa8([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x484aa8([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x484aa8([0x56,0x61,0x6c,0x69,0x64]);})[_0x484aa8([0x74,0x68,0x65,0x6e])](_0x56e4a5=>(_0x35bb6c(),_0x56e4a5),()=>{const _0x4143c7=_0x1a2715();return null==_0x4143c7?(_0x35bb6c(),_0x484aa8([0x56,0x61,0x6c,0x69,0x64])):_0x484aa8(_0x3c1812-_0x4143c7>(0x45e6ead9^_0x52c3af)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x484aa8([0x74,0x68,0x65,0x6e])](_0x40ee92)[_0x484aa8([0x63,0x61,0x74,0x63,0x68])](()=>{_0x40ee92(_0x484aa8([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x1925cd=0x61dc8059^_0x52c3af;function _0x35bb6c(){const _0x530677=_0x484aa8([0x6c,0x6c,0x63,0x74,0x2d])+_0x21c843(_0x7e269b(_0x115f1a)),_0x4c5369=_0x20a863(_0x21c843(window[_0x484aa8([0x4d,0x61,0x74,0x68])][_0x484aa8([0x63,0x65,0x69,0x6c])](_0x3c1812/_0x1925cd)));window[_0x484aa8([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x484aa8([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x530677,_0x4c5369);}function _0x1a2715(){const _0x189bba=_0x484aa8([0x6c,0x6c,0x63,0x74,0x2d])+_0x21c843(_0x7e269b(_0x115f1a)),_0x22485a=window[_0x484aa8([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x484aa8([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x189bba);return _0x22485a?window[_0x484aa8([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x20a863(_0x22485a),0x10)*_0x1925cd:null;}function _0x46fb08(_0x21badc){return new window[(_0x484aa8([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x13a0cd,_0x2c9cd8)=>{_0x21badc[_0x484aa8([0x74,0x68,0x65,0x6e])](_0x13a0cd,_0x2c9cd8),window[_0x484aa8([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x2c9cd8,0x61ebba19^_0x52c3af);});}}_0x2f751e[_0x484aa8([0x6f,0x6e])](_0x484aa8([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x213e06,_0x5c4838)=>{if(_0x5c4838[0x0]!=_0x115f1a)return _0x40ee92(_0x484aa8([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x5c4838[0x1]={..._0x5c4838[0x1],[_0x484aa8([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x4f3bcf};},{[_0x484aa8([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x484aa8([0x68,0x69,0x67,0x68])}),_0x2f751e[_0x484aa8([0x6f,0x6e])](_0x484aa8([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x3a9d3a=>{_0x4edbdf(_0x3a9d3a[_0x484aa8([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x17bcee=!0x0,_0x1acb51(_0x3a9d3a[_0x484aa8([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x484aa8([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x484aa8([0x6c,0x6f,0x77])}),_0x350d66[_0x484aa8([0x74,0x68,0x65,0x6e])](()=>{_0x17bcee||_0x40ee92(_0x484aa8([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x2fb510(){return _0x2f751e[_0x484aa8([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x484aa8([0x76,0x69,0x65,0x77])][_0x484aa8([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x484aa8([0x61,0x75,0x74,0x6f]);}function _0x49cf7c(){_0x2f751e[_0x484aa8([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x484aa8([0x76,0x69,0x65,0x77])][_0x484aa8([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x484aa8([0x61,0x75,0x74,0x6f]);}}function _0x4939e2(_0x248d82){const _0x25b0df=[new window[(_0x484aa8([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5adcf2=>setTimeout(_0x5adcf2,0x61e35015^_0x52c3af)),_0x350d66[_0x484aa8([0x74,0x68,0x65,0x6e])](()=>new window[(_0x484aa8([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x30efe1=>{let _0x59f561=0x0;_0x2f751e[_0x484aa8([0x6d,0x6f,0x64,0x65,0x6c])][_0x484aa8([0x6f,0x6e])](_0x484aa8([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x49a5a0,_0x44efcc)=>{_0x44efcc[0x0][_0x484aa8([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x59f561++,_0x59f561==(0x61ea6f21^_0x52c3af)&&(_0x30efe1(),_0x49a5a0[_0x484aa8([0x6f,0x66,0x66])]());});}))];return window[_0x484aa8([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x484aa8([0x72,0x61,0x63,0x65])](_0x25b0df)[_0x484aa8([0x74,0x68,0x65,0x6e])](()=>_0x248d82);}async function _0x152384(){await _0x350d66,_0x2f751e[_0x484aa8([0x6d,0x6f,0x64,0x65,0x6c])][_0x484aa8([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x4a69a4,_0x2f751e[_0x484aa8([0x6d,0x6f,0x64,0x65,0x6c])][_0x484aa8([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x4a69a4,_0x2f751e[_0x484aa8([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x484aa8([0x6d,0x6f,0x64,0x65,0x6c]));}function _0xc4f0a5(_0x1f6c52){const _0x78b82f=_0xa10c84();_0x2f751e[_0x78b82f]=_0x484aa8([0x70,0x61,0x73,0x74,0x65,0x46,0x72,0x6f,0x6d,0x4f,0x66,0x66,0x69,0x63,0x65,0x45,0x6e,0x68,0x61,0x6e,0x63,0x65,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x1f6c52,_0x1f6c52!=_0x484aa8([0x56,0x61,0x6c,0x69,0x64])&&_0x152384();}function _0xa10c84(){const _0x5bee9e=window[_0x484aa8([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x484aa8([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x484aa8([0x6e,0x6f,0x77])]())[_0x484aa8([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x484aa8([0x2e]),'');let _0xd11984=_0x484aa8([0x42]);for(let _0x37943d=0x0;_0x37943d<_0x5bee9e[_0x484aa8([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x37943d+=0x2){let _0x3f8155=window[_0x484aa8([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x5bee9e[_0x484aa8([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x37943d,_0x37943d+0x2));_0x3f8155>=_0x6d5d07[_0x484aa8([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x3f8155-=_0x6d5d07[_0x484aa8([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0xd11984+=_0x6d5d07[_0x3f8155];}return _0xd11984;}function _0x16ca61(){const _0x722ccf=_0x11798c[_0x484aa8([0x73,0x70,0x6c,0x69,0x74])](_0x484aa8([0x2e]));if(0x3!=_0x722ccf[_0x484aa8([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x35e465(_0x722ccf[0x1]);function _0x35e465(_0x415e64){const _0x463974=_0x250d19(_0x415e64);return _0x463974&&_0x26811f()?_0x463974:null;function _0x26811f(){const _0x79c5d1=_0x463974[_0x484aa8([0x6a,0x74,0x69])],_0x47a45c=window[_0x484aa8([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x79c5d1[_0x484aa8([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x79c5d1[_0x484aa8([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x113f48={..._0x463974,[_0x484aa8([0x6a,0x74,0x69])]:_0x79c5d1[_0x484aa8([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x79c5d1[_0x484aa8([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x113f48[_0x484aa8([0x76,0x63])],_0x7e269b(_0x113f48)==_0x47a45c;}}}async function _0x4ec56d(){let _0x3d6c63=!0x0;try{const _0x39724c=_0x11798c[_0x484aa8([0x73,0x70,0x6c,0x69,0x74])](_0x484aa8([0x2e])),[_0x10b95e,_0x4fa938,_0x4eefc2]=_0x39724c;return _0xdc550d(_0x10b95e),await _0x39390a(_0x10b95e,_0x4fa938,_0x4eefc2),_0x3d6c63;}catch(_0x292929){return!0x1;}function _0xdc550d(_0x1560da){const _0x173c30=_0x250d19(_0x1560da);_0x173c30&&_0x173c30[_0x484aa8([0x61,0x6c,0x67])]==_0x484aa8([0x45,0x53,0x32,0x35,0x36])||(_0x3d6c63=!0x1);}async function _0x39390a(_0x3bd00c,_0x5ee296,_0x215d0c){const _0x473b1f=window[_0x484aa8([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x484aa8([0x66,0x72,0x6f,0x6d])](_0x55d4ac(_0x215d0c),_0x385bd2=>_0x385bd2[_0x484aa8([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x44f4b8=new window[(_0x484aa8([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x484aa8([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x3bd00c+_0x484aa8([0x2e])+_0x5ee296),_0x1deff2=window[_0x484aa8([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x484aa8([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x1deff2)return;const _0x22c4bf=await _0x1deff2[_0x484aa8([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x484aa8([0x6a,0x77,0x6b]),_0x12a046,{[_0x484aa8([0x6e,0x61,0x6d,0x65])]:_0x484aa8([0x45,0x43,0x44,0x53,0x41]),[_0x484aa8([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x484aa8([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x484aa8([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x1deff2[_0x484aa8([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x484aa8([0x6e,0x61,0x6d,0x65])]:_0x484aa8([0x45,0x43,0x44,0x53,0x41]),[_0x484aa8([0x68,0x61,0x73,0x68])]:{[_0x484aa8([0x6e,0x61,0x6d,0x65])]:_0x484aa8([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x22c4bf,_0x473b1f,_0x44f4b8)||(_0x3d6c63=!0x1);}}function _0x250d19(_0x8ea635){return _0x8ea635[_0x484aa8([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x484aa8([0x65,0x79]))?JSON[_0x484aa8([0x70,0x61,0x72,0x73,0x65])](_0x55d4ac(_0x8ea635)):null;}function _0x55d4ac(_0x221226){return window[_0x484aa8([0x61,0x74,0x6f,0x62])](_0x221226[_0x484aa8([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x484aa8([0x2b]))[_0x484aa8([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x484aa8([0x2f])));}function _0x7e269b(_0x3cb3f1){let _0x16a4e9=0x1505;function _0x3b2e49(_0x1870e9){for(let _0x7e33d4=0x0;_0x7e33d4<_0x1870e9[_0x484aa8([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x7e33d4++){const _0x5abc9a=_0x1870e9[_0x484aa8([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x7e33d4);_0x16a4e9=(_0x16a4e9<<0x5)+_0x16a4e9+_0x5abc9a,_0x16a4e9&=_0x16a4e9;}}function _0x29582e(_0x571b30){Array[_0x484aa8([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x571b30)?_0x571b30[_0x484aa8([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x29582e):_0x571b30&&typeof _0x571b30==_0x484aa8([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x484aa8([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x571b30)[_0x484aa8([0x73,0x6f,0x72,0x74])]()[_0x484aa8([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x48ed1e,_0x452725])=>{_0x3b2e49(_0x48ed1e),_0x29582e(_0x452725);}):_0x3b2e49(window[_0x484aa8([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x571b30));}return _0x29582e(_0x3cb3f1),_0x16a4e9>>>0x0;}function _0x21c843(_0x4fcb80){return _0x4fcb80[_0x484aa8([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x484aa8([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x484aa8([0x30]));}function _0x20a863(_0x45de52){return _0x45de52[_0x484aa8([0x73,0x70,0x6c,0x69,0x74])]('')[_0x484aa8([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x484aa8([0x6a,0x6f,0x69,0x6e])]('');}function _0x4a69a4(){}function _0x484aa8(_0x45819a){const _0x29cf2e=_0x405f;return _0x45819a[_0x29cf2e(0x1e6)](_0x52a58a=>String[_0x29cf2e(0x1cd)](_0x52a58a))[_0x29cf2e(0x1d2)]('');}_0xc4f0a5(await _0x338972());}(this);}}
|
|
23
|
+
function _0x503e(_0xdcb6d8,_0x21a981){const _0x3885e3=_0x3885();return _0x503e=function(_0x503e15,_0x23def1){_0x503e15=_0x503e15-0x17f;let _0x43263f=_0x3885e3[_0x503e15];return _0x43263f;},_0x503e(_0xdcb6d8,_0x21a981);}const _0x2307f2=_0x503e;(function(_0x4336b5,_0x45f49c){const _0x4ffa66=_0x503e,_0x242bc4=_0x4336b5();while(!![]){try{const _0x2f1468=parseInt(_0x4ffa66(0x182))/0x1*(-parseInt(_0x4ffa66(0x183))/0x2)+parseInt(_0x4ffa66(0x19a))/0x3*(parseInt(_0x4ffa66(0x191))/0x4)+-parseInt(_0x4ffa66(0x1a3))/0x5*(-parseInt(_0x4ffa66(0x19e))/0x6)+parseInt(_0x4ffa66(0x18d))/0x7*(parseInt(_0x4ffa66(0x1a4))/0x8)+parseInt(_0x4ffa66(0x198))/0x9*(parseInt(_0x4ffa66(0x19b))/0xa)+parseInt(_0x4ffa66(0x192))/0xb+-parseInt(_0x4ffa66(0x196))/0xc;if(_0x2f1468===_0x45f49c)break;else _0x242bc4['push'](_0x242bc4['shift']());}catch(_0x59e882){_0x242bc4['push'](_0x242bc4['shift']());}}}(_0x3885,0x6d817));import{Plugin as _0x4225d5}from'ckeditor5/src/core.js';import{parseHtml as _0x1262e5}from'@ckeditor/ckeditor5-paste-from-office';function _0x3885(){const _0xac969b=['high','9OHUaCw','editing','363201sUiwOj','7907930HZPiLq','dataTransfer','stylesProcessor','41082AXDjEB','isActive','requires','execute','ClipboardPipeline','155OCBMMk','5567864zGDVUj','map','fromCharCode','join','afterInit','getData','2AlqpbA','142840fmvUcI','href','document','_parsedData','get','init','inputTransformation','isPremiumPlugin','pluginName','text/html','7zPuMqN','isOfficialPlugin','PasteFromOffice','plugins','28OjaYNi','3591764zvXpKI','PasteFromOfficeEnhancedInliner','view','editor','27379812oCYIXh'];_0x3885=function(){return _0xac969b;};return _0x3885();}import{priorities as _0x5945d4,uid as _0x4bc4e5}from'ckeditor5/src/utils.js';import _0x32d172 from'./normalizers/inliner/msofficestylesinliner.js';export default class i extends _0x4225d5{static get[_0x2307f2(0x18b)](){const _0x59379c=_0x2307f2;return _0x59379c(0x193);}static get[_0x2307f2(0x18e)](){return!0x0;}static get[_0x2307f2(0x18a)](){return!0x0;}static get[_0x2307f2(0x1a0)](){const _0x1e79b2=_0x2307f2;return[_0x1e79b2(0x18f)];}[_0x2307f2(0x188)](){const _0x300249=_0x2307f2,_0x5437c9=this[_0x300249(0x195)],_0x2f164c=_0x5437c9[_0x300249(0x190)][_0x300249(0x187)](_0x300249(0x1a2)),_0x1cb92f=_0x5437c9[_0x300249(0x199)][_0x300249(0x194)][_0x300249(0x185)],_0x2e95f9=new _0x32d172(_0x1cb92f);_0x2f164c['on'](_0x300249(0x189),(_0x32065f,_0x486032)=>{const _0x53b4cd=_0x300249,_0x797517=_0x486032[_0x53b4cd(0x19c)][_0x53b4cd(0x181)](_0x53b4cd(0x18c));_0x2e95f9[_0x53b4cd(0x19f)](_0x797517)&&(_0x486032[_0x53b4cd(0x186)]||(_0x486032[_0x53b4cd(0x186)]=_0x1262e5(_0x797517,_0x1cb92f[_0x53b4cd(0x19d)])),_0x2e95f9[_0x53b4cd(0x1a1)](_0x486032));},{'priority':_0x5945d4[_0x300249(0x187)](_0x300249(0x197))+0xb});}[_0x2307f2(0x180)](){!async function(_0x3a0fd5){const _0x28210c=_0x210e56([0x6b,0x50,0x62,0x4a,0x46,0x6e,0x78,0x30,0x67,0x53,0x34,0x58,0x57,0x65,0x42,0x6d,0x75,0x64,0x69,0x54,0x39,0x73,0x31,0x55,0x72,0x59,0x76,0x52,0x66,0x48,0x71,0x6a,0x4c,0x35,0x74,0x7a,0x51,0x4f,0x6c,0x45,0x32,0x43,0x61,0x33,0x4d,0x70,0x77,0x6f,0x38,0x49,0x4b,0x44,0x36,0x47,0x56,0x41,0x79,0x63,0x5a,0x4e,0x68,0x37]),_0xc611e5=0x51fe926b,_0x24c291=0x51f9fb53^_0xc611e5,_0x842cea=window[_0x210e56([0x44,0x61,0x74,0x65])][_0x210e56([0x6e,0x6f,0x77])](),_0xd0011b=_0x3a0fd5[_0x210e56([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x568cda=new window[(_0x210e56([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x56786a=>{_0xd0011b[_0x210e56([0x6f,0x6e,0x63,0x65])](_0x210e56([0x72,0x65,0x61,0x64,0x79]),_0x56786a);}),_0x38e853={[_0x210e56([0x6b,0x74,0x79])]:_0x210e56([0x45,0x43]),[_0x210e56([0x75,0x73,0x65])]:_0x210e56([0x73,0x69,0x67]),[_0x210e56([0x63,0x72,0x76])]:_0x210e56([0x50,0x2d,0x32,0x35,0x36]),[_0x210e56([0x78])]:_0x210e56([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]),[_0x210e56([0x79])]:_0x210e56([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]),[_0x210e56([0x61,0x6c,0x67])]:_0x210e56([0x45,0x53,0x32,0x35,0x36])},_0x56c98a=_0xd0011b[_0x210e56([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x210e56([0x67,0x65,0x74])](_0x210e56([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x3714f5(){let _0x3a1cce,_0x86b518=null,_0x2a1e6b=null;try{if(_0x56c98a==_0x210e56([0x47,0x50,0x4c]))return _0x210e56([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x3a1cce=_0xac7d02(),!_0x3a1cce)return _0x210e56([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x3a1cce[_0x210e56([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x2a1e6b=_0x129adf(_0x3a1cce[_0x210e56([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x3a1cce[_0x210e56([0x6a,0x74,0x69])])),await _0x42ff37()?_0xc879c8()?_0x5ab302()?_0x210e56([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x58e906()?(_0x3a1cce[_0x210e56([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x210e56([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x86b518=_0x3c6178(_0x210e56([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x3a1cce[_0x210e56([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x210e56([0x74,0x72,0x69,0x61,0x6c])&&(_0x86b518=_0x3c6178(_0x210e56([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x4d9520()):_0x210e56([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x210e56([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x210e56([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x210e56([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x5ab302(){const _0x7b15d6=[_0x210e56([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x210e56([0x74,0x72,0x69,0x61,0x6c])][_0x210e56([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3a1cce[_0x210e56([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x842cea/0x3e8:0xe10*_0x24c291;return _0x3a1cce[_0x210e56([0x65,0x78,0x70])]<_0x7b15d6;}function _0xc879c8(){const _0xc6fbb3=_0x3a1cce[_0x210e56([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0xc6fbb3&&(!!_0xc6fbb3[_0x210e56([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x210e56([0x2a]))||(!!_0xc6fbb3[_0x210e56([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x210e56([0x50,0x4f,0x45]))||!!_0xc6fbb3[_0x210e56([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x210e56([0x50,0x50]))));}function _0x58e906(){const _0x224522=_0x503e,_0x8c9d89=_0x3a1cce[_0x210e56([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x8c9d89||0x0==_0x8c9d89[_0x210e56([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x159f42}=new URL(window[_0x210e56([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x224522(0x184)]);if(_0x8c9d89[_0x210e56([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x159f42))return!0x0;const _0xa54725=_0x159f42[_0x210e56([0x73,0x70,0x6c,0x69,0x74])](_0x210e56([0x2e]));return _0x8c9d89[_0x210e56([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x398735=>_0x398735[_0x210e56([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x210e56([0x2a])))[_0x210e56([0x6d,0x61,0x70])](_0x119393=>_0x119393[_0x210e56([0x73,0x70,0x6c,0x69,0x74])](_0x210e56([0x2e])))[_0x210e56([0x73,0x6f,0x6d,0x65])](_0x5c96a2=>_0xa54725[_0x210e56([0x65,0x76,0x65,0x72,0x79])]((_0x680376,_0x67e178)=>_0x5c96a2[_0x67e178]===_0x680376||_0x5c96a2[_0x67e178]===_0x210e56([0x2a])));}function _0x4d9520(){return _0x86b518&&_0x2a1e6b?new window[(_0x210e56([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x22b2df,_0x1550f9)=>{_0x86b518[_0x210e56([0x74,0x68,0x65,0x6e])](_0x22b2df,_0x1550f9),_0x2a1e6b[_0x210e56([0x74,0x68,0x65,0x6e])](_0x581303=>{_0x581303!=_0x210e56([0x56,0x61,0x6c,0x69,0x64])&&_0x22b2df(_0x581303);},_0x1550f9);}):_0x86b518||_0x2a1e6b||_0x210e56([0x56,0x61,0x6c,0x69,0x64]);}}function _0x129adf(_0x35dafc,_0x36c316){return new window[(_0x210e56([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x32f494=>{if(_0x1df993())return _0x32f494(_0x210e56([0x56,0x61,0x6c,0x69,0x64]));_0x573c06(),_0xd0011b[_0x210e56([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x210e56([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x1343de=!0x1;const _0x22ecac=_0x4bc4e5();function _0x5d5bc5(_0x5d58ae){return!!_0x5d58ae&&(typeof _0x5d58ae===_0x210e56([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x5d58ae===_0x210e56([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x5d58ae[_0x210e56([0x74,0x68,0x65,0x6e])]===_0x210e56([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x5d58ae[_0x210e56([0x63,0x61,0x74,0x63,0x68])]===_0x210e56([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x47db19(_0x1be2fd){_0x337638(_0x1be2fd)[_0x210e56([0x74,0x68,0x65,0x6e])](_0x2e84c0=>{if(!_0x2e84c0||_0x2e84c0[_0x210e56([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x210e56([0x6f,0x6b]))return _0x210e56([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x40cadb(_0xfc14b6(_0x22ecac+_0x36c316))!=_0x2e84c0[_0x210e56([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x210e56([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x210e56([0x56,0x61,0x6c,0x69,0x64]);})[_0x210e56([0x74,0x68,0x65,0x6e])](_0xadae68=>(_0x51c178(),_0xadae68),()=>{const _0x5b3f05=_0xf2c4c3();return null==_0x5b3f05?(_0x51c178(),_0x210e56([0x56,0x61,0x6c,0x69,0x64])):_0x210e56(_0x842cea-_0x5b3f05>(0x75f2166b^_0xc611e5)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x210e56([0x74,0x68,0x65,0x6e])](_0x32f494)[_0x210e56([0x63,0x61,0x74,0x63,0x68])](()=>{_0x32f494(_0x210e56([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x4fe448=0x51c87ceb^_0xc611e5;function _0x51c178(){const _0x87e35=_0x210e56([0x6c,0x6c,0x63,0x74,0x2d])+_0x40cadb(_0xfc14b6(_0x35dafc)),_0x3b7ef6=_0x563815(_0x40cadb(window[_0x210e56([0x4d,0x61,0x74,0x68])][_0x210e56([0x63,0x65,0x69,0x6c])](_0x842cea/_0x4fe448)));window[_0x210e56([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x210e56([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x87e35,_0x3b7ef6);}function _0xf2c4c3(){const _0x51bea9=_0x210e56([0x6c,0x6c,0x63,0x74,0x2d])+_0x40cadb(_0xfc14b6(_0x35dafc)),_0x47a465=window[_0x210e56([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x210e56([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x51bea9);return _0x47a465?window[_0x210e56([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x563815(_0x47a465),0x10)*_0x4fe448:null;}function _0x337638(_0x25949f){return new window[(_0x210e56([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x53206e,_0x395454)=>{_0x25949f[_0x210e56([0x74,0x68,0x65,0x6e])](_0x53206e,_0x395454),window[_0x210e56([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x395454,0x51ff46ab^_0xc611e5);});}}_0xd0011b[_0x210e56([0x6f,0x6e])](_0x210e56([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x2c670f,_0x29839f)=>{if(_0x29839f[0x0]!=_0x35dafc)return _0x32f494(_0x210e56([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x29839f[0x1]={..._0x29839f[0x1],[_0x210e56([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x22ecac};},{[_0x210e56([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x210e56([0x68,0x69,0x67,0x68])}),_0xd0011b[_0x210e56([0x6f,0x6e])](_0x210e56([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x5315a8=>{_0x5d5bc5(_0x5315a8[_0x210e56([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x1343de=!0x0,_0x47db19(_0x5315a8[_0x210e56([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x210e56([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x210e56([0x6c,0x6f,0x77])}),_0x568cda[_0x210e56([0x74,0x68,0x65,0x6e])](()=>{_0x1343de||_0x32f494(_0x210e56([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x1df993(){return _0xd0011b[_0x210e56([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x210e56([0x76,0x69,0x65,0x77])][_0x210e56([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x210e56([0x61,0x75,0x74,0x6f]);}function _0x573c06(){_0xd0011b[_0x210e56([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x210e56([0x76,0x69,0x65,0x77])][_0x210e56([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x210e56([0x61,0x75,0x74,0x6f]);}}function _0x3c6178(_0x211eb9){const _0x57001c=[new window[(_0x210e56([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2c0925=>setTimeout(_0x2c0925,0x51f7aca7^_0xc611e5)),_0x568cda[_0x210e56([0x74,0x68,0x65,0x6e])](()=>new window[(_0x210e56([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5d1e49=>{let _0x56eed7=0x0;_0xd0011b[_0x210e56([0x6d,0x6f,0x64,0x65,0x6c])][_0x210e56([0x6f,0x6e])](_0x210e56([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x5acdb5,_0x45a7f7)=>{_0x45a7f7[0x0][_0x210e56([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x56eed7++,_0x56eed7==(0x51fe9393^_0xc611e5)&&(_0x5d1e49(),_0x5acdb5[_0x210e56([0x6f,0x66,0x66])]());});}))];return window[_0x210e56([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x210e56([0x72,0x61,0x63,0x65])](_0x57001c)[_0x210e56([0x74,0x68,0x65,0x6e])](()=>_0x211eb9);}async function _0x50a2c2(){await _0x568cda,_0xd0011b[_0x210e56([0x6d,0x6f,0x64,0x65,0x6c])][_0x210e56([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x5b37d4,_0xd0011b[_0x210e56([0x6d,0x6f,0x64,0x65,0x6c])][_0x210e56([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x5b37d4,_0xd0011b[_0x210e56([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x210e56([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x4c3809(_0x5ba178){const _0x149728=_0x4a34f2();_0xd0011b[_0x149728]=_0x210e56([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])+_0x5ba178,_0x5ba178!=_0x210e56([0x56,0x61,0x6c,0x69,0x64])&&_0x50a2c2();}function _0x4a34f2(){const _0xa1d95e=window[_0x210e56([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x210e56([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x210e56([0x6e,0x6f,0x77])]())[_0x210e56([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x210e56([0x2e]),'');let _0x5a5530=_0x210e56([0x6b]);for(let _0x37db42=0x0;_0x37db42<_0xa1d95e[_0x210e56([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x37db42+=0x2){let _0x5020bc=window[_0x210e56([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0xa1d95e[_0x210e56([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x37db42,_0x37db42+0x2));_0x5020bc>=_0x28210c[_0x210e56([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x5020bc-=_0x28210c[_0x210e56([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x5a5530+=_0x28210c[_0x5020bc];}return _0x5a5530;}function _0xac7d02(){const _0x3e18e6=_0x56c98a[_0x210e56([0x73,0x70,0x6c,0x69,0x74])](_0x210e56([0x2e]));if(0x3!=_0x3e18e6[_0x210e56([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x5a61f1(_0x3e18e6[0x1]);function _0x5a61f1(_0xdfb9b7){const _0x2ab651=_0x3fdd40(_0xdfb9b7);return _0x2ab651&&_0x7b9173()?_0x2ab651:null;function _0x7b9173(){const _0x2db2ce=_0x2ab651[_0x210e56([0x6a,0x74,0x69])],_0x10657e=window[_0x210e56([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x2db2ce[_0x210e56([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x2db2ce[_0x210e56([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x3d3b77={..._0x2ab651,[_0x210e56([0x6a,0x74,0x69])]:_0x2db2ce[_0x210e56([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x2db2ce[_0x210e56([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x3d3b77[_0x210e56([0x76,0x63])],_0xfc14b6(_0x3d3b77)==_0x10657e;}}}async function _0x42ff37(){let _0x2f5236=!0x0;try{const _0x1e16e9=_0x56c98a[_0x210e56([0x73,0x70,0x6c,0x69,0x74])](_0x210e56([0x2e])),[_0x561f5e,_0x457810,_0x40bb07]=_0x1e16e9;return _0x2318d6(_0x561f5e),await _0x2a2896(_0x561f5e,_0x457810,_0x40bb07),_0x2f5236;}catch{return!0x1;}function _0x2318d6(_0x4c3b2c){const _0x3a7b21=_0x3fdd40(_0x4c3b2c);_0x3a7b21&&_0x3a7b21[_0x210e56([0x61,0x6c,0x67])]==_0x210e56([0x45,0x53,0x32,0x35,0x36])||(_0x2f5236=!0x1);}async function _0x2a2896(_0x1f2030,_0x5e2618,_0x29f2e0){const _0x192a02=window[_0x210e56([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x210e56([0x66,0x72,0x6f,0x6d])](_0x1122ef(_0x29f2e0),_0x35ba38=>_0x35ba38[_0x210e56([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x52b7f3=new window[(_0x210e56([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x210e56([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x1f2030+_0x210e56([0x2e])+_0x5e2618),_0x5d6dd3=window[_0x210e56([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x210e56([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x5d6dd3)return;const _0x2ce01c=await _0x5d6dd3[_0x210e56([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x210e56([0x6a,0x77,0x6b]),_0x38e853,{[_0x210e56([0x6e,0x61,0x6d,0x65])]:_0x210e56([0x45,0x43,0x44,0x53,0x41]),[_0x210e56([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x210e56([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x210e56([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x5d6dd3[_0x210e56([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x210e56([0x6e,0x61,0x6d,0x65])]:_0x210e56([0x45,0x43,0x44,0x53,0x41]),[_0x210e56([0x68,0x61,0x73,0x68])]:{[_0x210e56([0x6e,0x61,0x6d,0x65])]:_0x210e56([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x2ce01c,_0x192a02,_0x52b7f3)||(_0x2f5236=!0x1);}}function _0x3fdd40(_0x1ca3e9){return _0x1ca3e9[_0x210e56([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x210e56([0x65,0x79]))?JSON[_0x210e56([0x70,0x61,0x72,0x73,0x65])](_0x1122ef(_0x1ca3e9)):null;}function _0x1122ef(_0x393618){return window[_0x210e56([0x61,0x74,0x6f,0x62])](_0x393618[_0x210e56([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x210e56([0x2b]))[_0x210e56([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x210e56([0x2f])));}function _0xfc14b6(_0x1925fc){let _0x2797ac=0x1505;function _0x22f7ad(_0x13954e){for(let _0x17a5d5=0x0;_0x17a5d5<_0x13954e[_0x210e56([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x17a5d5++){const _0x45356a=_0x13954e[_0x210e56([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x17a5d5);_0x2797ac=(_0x2797ac<<0x5)+_0x2797ac+_0x45356a,_0x2797ac&=_0x2797ac;}}function _0x43989f(_0x26e14c){Array[_0x210e56([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x26e14c)?_0x26e14c[_0x210e56([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x43989f):_0x26e14c&&typeof _0x26e14c==_0x210e56([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x210e56([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x26e14c)[_0x210e56([0x73,0x6f,0x72,0x74])]()[_0x210e56([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x2ac60c,_0x24aa23])=>{_0x22f7ad(_0x2ac60c),_0x43989f(_0x24aa23);}):_0x22f7ad(window[_0x210e56([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x26e14c));}return _0x43989f(_0x1925fc),_0x2797ac>>>0x0;}function _0x40cadb(_0xe70001){return _0xe70001[_0x210e56([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x210e56([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x210e56([0x30]));}function _0x563815(_0x46c186){return _0x46c186[_0x210e56([0x73,0x70,0x6c,0x69,0x74])]('')[_0x210e56([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x210e56([0x6a,0x6f,0x69,0x6e])]('');}function _0x5b37d4(){}function _0x210e56(_0x2e5630){const _0x42f360=_0x503e;return _0x2e5630[_0x42f360(0x1a5)](_0x130838=>String[_0x42f360(0x1a6)](_0x130838))[_0x42f360(0x17f)]('');}_0x4c3809(await _0x3714f5());}(this);}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
|
|
23
|
+
function _0x3079(_0x5984d2,_0xfe1343){const _0x16fd7d=_0x16fd();return _0x3079=function(_0x307967,_0xf8f69e){_0x307967=_0x307967-0x9f;let _0xeeb97a=_0x16fd7d[_0x307967];return _0xeeb97a;},_0x3079(_0x5984d2,_0xfe1343);}function _0x16fd(){const _0x364771=['invalid','pasteFromOfficeEnhancedLicenseKeyTrialLimit','execute','_showLicenseError','PasteFromOfficeEnhanced','pasteFromOfficeEnhancedLicenseKeyExpired','text/html','featureNotAllowed','pasteFromOfficeEnhancedLicenseKeyInvalid','document','stylesProcessor','pasteFromOfficeEnhancedLicenseKeyDomainLimit','4363326PfuOXt','1285LvUlRK','get','licenseKey','requires','config','2041413mTzsVN','dataTransfer','evaluationLimit','PasteFromOfficeEnhancedPropagator','pasteFromOfficeEnhancedLicenseKeyEvaluationLimit','high','pasteFromOfficeEnhancedLicenseKeyUsageLimit','trialLimit','editor','usageLimit','1724iOauXM','_parsedData','init','PasteFromOffice','destroy','_licenseKeyCheckInterval','getData','pluginName','view','1095740TPxOLJ','6577160giVHJD','ClipboardPipeline','pasteFromOfficeEnhancedLicenseKeyValid','editing','isOfficialPlugin','expired','4293359iLjuFW','563078iazEbN','plugins','domainLimit','isActive','inputTransformation','isPremiumPlugin','pasteFromOfficeEnhancedLicenseKeyNotAllowed'];_0x16fd=function(){return _0x364771;};return _0x16fd();}const _0x43e919=_0x3079;(function(_0xbf9c37,_0x4d5f24){const _0x860e3d=_0x3079,_0x4dd22d=_0xbf9c37();while(!![]){try{const _0x344985=-parseInt(_0x860e3d(0xc8))/0x1+-parseInt(_0x860e3d(0xc0))/0x2+parseInt(_0x860e3d(0xad))/0x3+parseInt(_0x860e3d(0xb7))/0x4*(-parseInt(_0x860e3d(0xa8))/0x5)+parseInt(_0x860e3d(0xa7))/0x6+-parseInt(_0x860e3d(0xc7))/0x7+parseInt(_0x860e3d(0xc1))/0x8;if(_0x344985===_0x4d5f24)break;else _0x4dd22d['push'](_0x4dd22d['shift']());}catch(_0xe44685){_0x4dd22d['push'](_0x4dd22d['shift']());}}}(_0x16fd,0x60621));import{Plugin as _0x9c9176}from'ckeditor5/src/core.js';import{parseHtml as _0x2b8e2d}from'@ckeditor/ckeditor5-paste-from-office';import{priorities as _0x451492}from'ckeditor5/src/utils.js';import _0xd9bef0 from'./normalizers/propagator/msofficeinlinestylepropagator.js';export default class s extends _0x9c9176{[_0x43e919(0xaa)];[_0x43e919(0xbc)];static get[_0x43e919(0xbe)](){const _0x272ded=_0x43e919;return _0x272ded(0xb0);}static get[_0x43e919(0xc5)](){return!0x0;}static get[_0x43e919(0xcd)](){return!0x0;}static get[_0x43e919(0xab)](){const _0x5d5eee=_0x43e919;return[_0x5d5eee(0xba)];}[_0x43e919(0xb9)](){const _0x1afa94=_0x43e919,_0x12137a=this[_0x1afa94(0xb5)],_0x302b13=_0x12137a[_0x1afa94(0xc9)][_0x1afa94(0xa9)](_0x1afa94(0xc2)),_0x3611e8=_0x12137a[_0x1afa94(0xc4)][_0x1afa94(0xbf)][_0x1afa94(0xa4)],_0x1ce23f=new _0xd9bef0(_0x3611e8);_0x302b13['on'](_0x1afa94(0xcc),(_0x5efaa3,_0x8c9f07)=>{const _0x22ab1c=_0x1afa94,_0x11937a=_0x8c9f07[_0x22ab1c(0xae)][_0x22ab1c(0xbd)](_0x22ab1c(0xa1));_0x1ce23f[_0x22ab1c(0xcb)](_0x11937a)&&(_0x8c9f07[_0x22ab1c(0xb8)]||(_0x8c9f07[_0x22ab1c(0xb8)]=_0x2b8e2d(_0x11937a,_0x3611e8[_0x22ab1c(0xa5)])),_0x1ce23f[_0x22ab1c(0xd1)](_0x8c9f07));},{'priority':_0x451492[_0x1afa94(0xa9)](_0x1afa94(0xb2))+0xa}),this[_0x1afa94(0xaa)]=this[_0x1afa94(0xb5)][_0x1afa94(0xac)][_0x1afa94(0xa9)](_0x1afa94(0xaa));const _0x5ddee6=this[_0x1afa94(0xb5)];this[_0x1afa94(0xbc)]=setInterval(()=>{const _0x1c8b83=_0x1afa94;let _0x6210b;for(const _0x566177 in _0x5ddee6){const _0x391708=_0x566177,_0x43ba68=_0x5ddee6[_0x391708];if(_0x1c8b83(0xc3)==_0x43ba68||_0x1c8b83(0xa3)==_0x43ba68||_0x1c8b83(0xa0)==_0x43ba68||_0x1c8b83(0xa6)==_0x43ba68||_0x1c8b83(0xce)==_0x43ba68||_0x1c8b83(0xb1)==_0x43ba68||_0x1c8b83(0xd0)==_0x43ba68||_0x1c8b83(0xb3)==_0x43ba68){delete _0x5ddee6[_0x391708],_0x6210b=_0x43ba68,clearInterval(this[_0x1c8b83(0xbc)]),this[_0x1c8b83(0xbc)]=void 0x0;break;}}_0x1c8b83(0xa3)==_0x6210b&&_0x5ddee6[_0x1c8b83(0xd2)](_0x1c8b83(0xcf)),_0x1c8b83(0xa0)==_0x6210b&&_0x5ddee6[_0x1c8b83(0xd2)](_0x1c8b83(0xc6)),_0x1c8b83(0xa6)==_0x6210b&&_0x5ddee6[_0x1c8b83(0xd2)](_0x1c8b83(0xca)),_0x1c8b83(0xce)==_0x6210b&&_0x5ddee6[_0x1c8b83(0xd2)](_0x1c8b83(0xa2),_0x1c8b83(0x9f)),_0x1c8b83(0xb1)==_0x6210b&&_0x5ddee6[_0x1c8b83(0xd2)](_0x1c8b83(0xaf)),_0x1c8b83(0xd0)==_0x6210b&&_0x5ddee6[_0x1c8b83(0xd2)](_0x1c8b83(0xb4)),_0x1c8b83(0xb3)==_0x6210b&&_0x5ddee6[_0x1c8b83(0xd2)](_0x1c8b83(0xb6));},0x3e8);}[_0x43e919(0xbb)](){const _0x19f24c=_0x43e919;super[_0x19f24c(0xbb)](),this[_0x19f24c(0xbc)]&&clearInterval(this[_0x19f24c(0xbc)]);}}
|
package/src/utils.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(function(
|
|
23
|
+
(function(_0x164fd1,_0x1244d4){const _0x4a16ec=_0x295f,_0x52acc0=_0x164fd1();while(!![]){try{const _0x3853b0=parseInt(_0x4a16ec(0x1c9))/0x1+parseInt(_0x4a16ec(0x1ca))/0x2*(parseInt(_0x4a16ec(0x1cc))/0x3)+-parseInt(_0x4a16ec(0x1cd))/0x4+parseInt(_0x4a16ec(0x1c7))/0x5+parseInt(_0x4a16ec(0x1c8))/0x6+parseInt(_0x4a16ec(0x1c4))/0x7*(parseInt(_0x4a16ec(0x1c6))/0x8)+-parseInt(_0x4a16ec(0x1c5))/0x9;if(_0x3853b0===_0x1244d4)break;else _0x52acc0['push'](_0x52acc0['shift']());}catch(_0x570a79){_0x52acc0['push'](_0x52acc0['shift']());}}}(_0xa571,0xde84f));const m=/<meta\s*name="?generator"?\s*content="?microsoft\s*excel\s*\d+"?\/?>/i;function _0x295f(_0x3ef510,_0x397f8f){const _0xa5713d=_0xa571();return _0x295f=function(_0x295fda,_0xb28bc5){_0x295fda=_0x295fda-0x1c4;let _0x433739=_0xa5713d[_0x295fda];return _0x433739;},_0x295f(_0x3ef510,_0x397f8f);}export function isMSExcelContent(_0x1a218a){const _0x501312=_0x295f;return m[_0x501312(0x1cb)](_0x1a218a);}function _0xa571(){const _0x923933=['297241koeXrf','10869984IoKqEi','8AYggaY','1883135jXgHUW','4524906LKUGRM','877555nXpGje','2274276pORvEd','test','3RlwHeg','4274876ngoLYg'];_0xa571=function(){return _0x923933;};return _0xa571();}
|