@ckeditor/ckeditor5-paste-from-office-enhanced 44.2.1 → 44.3.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:()=>ct});var t=n(782);n(331);var e=n(783);function s(t){return void 0!==t&&t.endsWith("px")}function i(t){return t.toFixed(2).replace(/\.?0+$/,"")+"px"}function o(t,n,r){if(!t.childCount)return;const o=new e.UpcastWriter(t.document),a=function(t,e){const n=e.createRangeIn(t),r=[],s=new Set;for(const t of n.getItems()){if(!t.is("element")||!t.name.match(/^(p|h\d+|li|div)$/))continue;let e=d(t);if(void 0===e||0!=parseFloat(e)||Array.from(t.getClassNames()).find((t=>t.startsWith("MsoList")))||(e=void 0),t.hasStyle("mso-list")||void 0!==e&&s.has(e)){const n=p(t);r.push({element:t,id:n.id,order:n.order,indent:n.indent,marginLeft:e}),void 0!==e&&s.add(e)}else s.clear()}return r}(t,o);if(!a.length)return;const l={},h=[];for(const t of a)if(void 0!==t.indent){c(t)||(h.length=0);const e=`${t.id}:${t.indent}`,a=Math.min(t.indent-1,h.length);if(a<h.length&&h[a].id!==t.id&&(h.length=a),a<h.length-1)h.length=a+1;else{const c=u(t,n);if(a>h.length-1||h[a].listElement.name!=c.type){0==a&&"ol"==c.type&&void 0!==t.id&&l[e]&&(c.startIndex=l[e]);const n=f(c,o,r);if(s(t.marginLeft)&&(0==a||s(h[a-1].marginLeft))){let e=t.marginLeft;a>0&&(e=i(parseFloat(e)-parseFloat(h[a-1].marginLeft))),o.setStyle("padding-left",e,n)}if(0==h.length){const e=t.element.parent,r=e.getChildIndex(t.element)+1;o.insertChild(r,n,e)}else{const t=h[a-1].listItemElements;o.appendChild(n,t[t.length-1])}h[a]={...t,listElement:n,listItemElements:[]},0==a&&void 0!==t.id&&(l[e]=c.startIndex||1)}}const p="li"==t.element.name?t.element:o.createElement("li");o.appendChild(p,h[a].listElement),h[a].listItemElements.push(p),0==a&&void 0!==t.id&&l[e]++,t.element!=p&&o.appendChild(t.element,p),m(t.element,o),o.removeStyle("text-indent",t.element),o.removeStyle("margin-left",t.element)}else{const e=h.find((e=>e.marginLeft==t.marginLeft));if(e){const n=e.listItemElements;o.appendChild(t.element,n[n.length-1]),o.removeStyle("margin-left",t.element)}else h.length=0}}function c(t){const e=t.element.previousSibling;return a(e||t.element.parent)}function a(t){return t.is("element","ol")||t.is("element","ul")}function u(t,e){const n=new RegExp(`@list l${t.id}:level${t.indent}\\s*({[^}]*)`,"gi"),r=/mso-level-number-format:([^;]{0,100});/gi,s=/mso-level-start-at:\s{0,100}([0-9]{0,10})\s{0,100};/gi,i=new RegExp(`@list\\s+l${t.id}:level\\d\\s*{[^{]*mso-level-text:"%\\d\\\\.`,"gi"),o=new RegExp(`@list l${t.id}:level\\d\\s*{[^{]*mso-level-number-format:`,"gi"),c=i.exec(e),a=o.exec(e),u=c&&!a,f=n.exec(e);let p="decimal",m="ol",d=null;if(f&&f[1]){const e=r.exec(f[1]);if(e&&e[1]&&(p=e[1].trim(),m="bullet"!==p&&"image"!==p?"ol":"ul"),"bullet"===p){const e=function(t){if("li"==t.name&&"ul"==t.parent.name&&t.parent.hasAttribute("type"))return t.parent.getAttribute("type");const e=function(t){if(t.getChild(0).is("$text"))return null;for(const e of t.getChildren()){if(!e.is("element","span"))continue;const t=e.getChild(0);if(t)return t.is("$text")?t:t.getChild(0)}return null}(t);if(!e)return null;const n=e._data;if("o"===n)return"circle";if("·"===n)return"disc";if("§"===n)return"square";return null}(t.element);e&&(p=e)}else{const t=s.exec(f[1]);t&&t[1]&&(d=parseInt(t[1]))}u&&(m="ol")}return{type:m,startIndex:d,style:l(p),isLegalStyleList:u}}function l(t){if(t.startsWith("arabic-leading-zero"))return"decimal-leading-zero";switch(t){case"alpha-upper":return"upper-alpha";case"alpha-lower":return"lower-alpha";case"roman-upper":return"upper-roman";case"roman-lower":return"lower-roman";case"circle":case"disc":case"square":return t;default:return null}}function f(t,e,n){const r=e.createElement(t.type);return t.style&&e.setStyle("list-style-type",t.style,r),t.startIndex&&t.startIndex>1&&e.setAttribute("start",t.startIndex,r),t.isLegalStyleList&&n&&e.addClass("legal-list",r),r}function p(t){const e=t.getStyle("mso-list");if(void 0===e)return{};const n=e.match(/(^|\s{1,100})l(\d+)/i),r=e.match(/\s{0,100}lfo(\d+)/i),s=e.match(/\s{0,100}level(\d+)/i);return n&&r&&s?{id:n[2],order:r[1],indent:parseInt(s[1])}:{indent:1}}function m(t,n){const r=new e.Matcher({name:"span",styles:{"mso-list":"Ignore"}}),s=n.createRangeIn(t);for(const t of s)"elementStart"===t.type&&r.match(t.item)&&n.remove(t.item)}function d(t){const e=t.getStyle("margin-left");return void 0===e||e.endsWith("px")?e:function(t){const e=parseFloat(t);return t.endsWith("pt")?i(96*e/72):t.endsWith("pc")?i(12*e*96/72):t.endsWith("in")?i(96*e):t.endsWith("cm")?i(96*e/2.54):t.endsWith("mm")?i(e/10*96/2.54):t}(e)}function h(t,n){if(!t.childCount)return;const r=new e.UpcastWriter(t.document),s=function(t,n){const r=n.createRangeIn(t),s=new e.Matcher({name:/v:(.+)/}),i=[];for(const t of r){if("elementStart"!=t.type)continue;const e=t.item,n=e.previousSibling,r=n&&n.is("element")?n.name:null,o=["Chart"],c=s.match(e),a=e.getAttribute("o:gfxdata"),u="v:shapetype"===r,l=a&&o.some((t=>e.getAttribute("id").includes(t)));c&&a&&!u&&!l&&i.push(t.item.getAttribute("id"))}return i}(t,r);!function(t,n,r){const s=r.createRangeIn(n),i=new e.Matcher({name:"img"}),o=[];for(const e of s)if(e.item.is("element")&&i.match(e.item)){const n=e.item,r=n.getAttribute("v:shapes")?n.getAttribute("v:shapes").split(" "):[];r.length&&r.every((e=>t.indexOf(e)>-1))?o.push(n):n.getAttribute("src")||o.push(n)}for(const t of o)r.remove(t)}(s,t,r),function(t,e,n){const r=n.createRangeIn(e),s=[];for(const e of r)if("elementStart"==e.type&&e.item.is("element","v:shape")){const n=e.item.getAttribute("id");if(t.includes(n))continue;i(e.item.parent.getChildren(),n)||s.push(e.item)}for(const t of s){const e={src:o(t)};t.hasAttribute("alt")&&(e.alt=t.getAttribute("alt"));const r=n.createElement("img",e);n.insertChild(t.index+1,r,t.parent)}function i(t,e){for(const n of t)if(n.is("element")){if("img"==n.name&&n.getAttribute("v:shapes")==e)return!0;if(i(n.getChildren(),e))return!0}return!1}function o(t){for(const e of t.getChildren())if(e.is("element")&&e.getAttribute("src"))return e.getAttribute("src")}}(s,t,r),function(t,n){const r=n.createRangeIn(t),s=new e.Matcher({name:/v:(.+)/}),i=[];for(const t of r)"elementStart"==t.type&&s.match(t.item)&&i.push(t.item);for(const t of i)n.remove(t)}(t,r);const i=function(t,n){const r=n.createRangeIn(t),s=new e.Matcher({name:"img"}),i=[];for(const t of r)t.item.is("element")&&s.match(t.item)&&t.item.getAttribute("src").startsWith("file://")&&i.push(t.item);return i}(t,r);i.length&&function(t,e,n){if(t.length===e.length)for(let r=0;r<t.length;r++){const s=`data:${e[r].type};base64,${g(e[r].hex)}`;n.setAttribute("src",s,t[r])}}(i,function(t){if(!t)return[];const e=/{\\pict[\s\S]+?\\bliptag-?\d+(\\blipupi-?\d+)?({\\\*\\blipuid\s?[\da-fA-F]+)?[\s}]*?/,n=new RegExp("(?:("+e.source+"))([\\da-fA-F\\s]+)\\}","g"),r=t.match(n),s=[];if(r)for(const t of r){let n=!1;t.includes("\\pngblip")?n="image/png":t.includes("\\jpegblip")&&(n="image/jpeg"),n&&s.push({hex:t.replace(e,"").replace(/[^\da-fA-F]/g,""),type:n})}return s}(n),r)}function g(t){return btoa(t.match(/\w{2}/g).map((t=>String.fromCharCode(parseInt(t,16)))).join(""))}const y=/<meta\s*name="?generator"?\s*content="?microsoft\s*word\s*\d+"?\/?>/i,I=/xmlns:o="urn:schemas-microsoft-com/i;class w{constructor(t,e=!1){this.document=t,this.hasMultiLevelListPlugin=e}isActive(t){return y.test(t)||I.test(t)}execute(t){const n=new e.UpcastWriter(this.document),{body:r,stylesString:s}=t._parsedData;!function(t,e){const n=[];for(const r of e.createRangeIn(t)){const t=r.item;t.is("element","a")&&!t.hasAttribute("href")&&(t.hasAttribute("id")||t.hasAttribute("name"))&&n.push(t)}for(const t of n){const n=t.parent.getChildIndex(t)+1,r=t.getChildren();e.insertChild(n,r,t.parent)}}(r,n),o(r,s,this.hasMultiLevelListPlugin),h(r,t.dataTransfer.getData("text/rtf")),function(t){const n=[],r=new e.UpcastWriter(t.document);for(const{item:e}of r.createRangeIn(t))if(e.is("element")){for(const t of e.getClassNames())/\bmso/gi.exec(t)&&r.removeClass(t,e);for(const t of e.getStyleNames())/\bmso/gi.exec(t)&&r.removeStyle(t,e);(e.is("element","w:sdt")||e.is("element","w:sdtpr")&&e.isEmpty||e.is("element","o:p")&&e.isEmpty)&&n.push(e)}for(const t of n){const e=t.parent,n=e.getChildIndex(t);r.insertChild(n,t.getChildren(),e),r.remove(t)}}(r),t.content=r}}function v(t){return t.replace(/<span(?: class="Apple-converted-space"|)>(\s+)<\/span>/g,((t,e)=>1===e.length?" ":Array(e.length+1).join(" ").substr(0,e.length)))}function b(t,n){const r=new DOMParser,s=function(t){return v(v(t)).replace(/(<span\s+style=['"]mso-spacerun:yes['"]>[^\S\r\n]*?)[\r\n]+([^\S\r\n]*<\/span>)/g,"$1$2").replace(/<span\s+style=['"]mso-spacerun:yes['"]><\/span>/g,"").replace(/(<span\s+style=['"]letter-spacing:[^'"]+?['"]>)[\r\n]+(<\/span>)/g,"$1 $2").replace(/ <\//g," </").replace(/ <o:p><\/o:p>/g," <o:p></o:p>").replace(/<o:p>( |\u00A0)<\/o:p>/g,"").replace(/>([^\S\r\n]*[\r\n]\s*)</g,"><")}(function(t){const e="</body>",n="</html>",r=t.indexOf(e);if(r<0)return t;const s=t.indexOf(n,r+e.length);return t.substring(0,r+e.length)+(s>=0?t.substring(s):"")}(t=(t=t.replace(/<!--\[if gte vml 1]>/g,"")).replace(/<o:SmartTagType(?:\s+[^\s>=]+(?:="[^"]*")?)*\s*\/?>/gi,""))),i=r.parseFromString(s,"text/html");!function(t){t.querySelectorAll("span[style*=spacerun]").forEach((t=>{const e=t,n=e.innerText.length||0;e.innerText=Array(n+1).join(" ").substr(0,n)}))}(i);const o=i.body.innerHTML,c=function(t,n){const r=new e.ViewDocument(n),s=new e.DomConverter(r,{renderingMode:"data"}),i=t.createDocumentFragment(),o=t.body.childNodes;for(;o.length>0;)i.appendChild(o[0]);return s.domToView(i,{skipComments:!0})}(i,n),a=function(t){const e=[],n=[],r=Array.from(t.getElementsByTagName("style"));for(const t of r)t.sheet&&t.sheet.cssRules&&t.sheet.cssRules.length&&(e.push(t.sheet),n.push(t.innerHTML));return{styles:e,stylesString:n.join(" ")}}(i);return{body:c,bodyString:o,styles:a.styles,stylesString:a.stylesString}}var x=n(584);function S(t,e){const n=A();return(S=function(t,e){return n[t-=300]})(t,e)}function A(){const t=["93035DbbrjF","24xSztvv","1783668XYWwGd","618842SIifFJ","16etKXXe","237221YTAKPM","14233870aVbgRq","411dqSIUe","1436YsfWkM","203859cFAAEq","test"];return(A=function(){return t})()}!function(t){const e=S,n=t();for(;;)try{if(224350===-parseInt(e(301))/1+-parseInt(e(304))/2*(parseInt(e(303))/3)+-parseInt(e(309))/4+-parseInt(e(307))/5+parseInt(e(308))/6*(-parseInt(e(310))/7)+parseInt(e(300))/8*(-parseInt(e(305))/9)+parseInt(e(302))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(A);const C=/<meta\s*name="?generator"?\s*content="?microsoft\s*excel\s*\d+"?\/?>/i;function E(t){return C[S(306)](t)}!function(t){const e=R,n=t();for(;;)try{if(490001===parseInt(e(368))/1*(-parseInt(e(355))/2)+parseInt(e(378))/3+-parseInt(e(369))/4*(-parseInt(e(371))/5)+parseInt(e(372))/6*(-parseInt(e(373))/7)+-parseInt(e(363))/8+parseInt(e(359))/9+-parseInt(e(377))/10*(parseInt(e(364))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(F);const P=/^(?<tagName>(?!\.)[\w-]+)?(\.(?<className>[\w-]+))?$/i;function L(t,e){const n=R,r=new Map;for(const[s,i]of e){if(!s[n(356)]&&!s[n(379)])continue;const e=!s[n(356)]||t[n(380)]===s[n(356)],o=!s[n(379)]||t[n(370)](s[n(379)]);e&&o&&r[n(375)](s,i)}return r}function F(){const t=["22ISgmRm","tagName","map","split","5170635hCskNb","getPropertyValue","selectorText","style","2407136anOwCs","11wxSjQg","cssRules","assign","initial","45363nVAEqR","172vhDMdW","hasClass","30285ekqNmq","797694eXJmwK","7nZgOfw","push","set","groups","1355440beMIjk","2170239ApQiNX","className","name","exec","trim","length"];return(F=function(){return t})()}function O(t){const e=R,n={};for(let r=0;r<t[e(354)];r++){const s=t[r],i=t[e(360)](s);e(367)!==i&&(n[s]=i)}return n}function j(t){const e=R,n=t[e(358)](",")[e(357)]((t=>t[e(353)]())),r=[];for(const t of n){const n=P[e(381)](t);n&&r[e(374)](n[e(376)])}return r}function R(t,e){const n=F();return(R=function(t,e){return n[t-=353]})(t,e)}function M(t){const e=R,n={};for(const r of t)Object[e(366)](n,r);return n}const W=D;function k(){const t=["content","501480Qwykje","execute","size","type","from","207074FjyiFh","340785mHLBIp","isActive","createRangeIn","558668hivckj","_parsedData","159snULEt","2803496XLHhhG","9364MPYocj","values","9eSakgk","document","setStyle","item","hasStyle","elementStart","213102untzrc"];return(k=function(){return t})()}function D(t,e){const n=k();return(D=function(t,e){return n[t-=237]})(t,e)}!function(t){const e=D,n=t();for(;;)try{if(212766===parseInt(e(246))/1+-parseInt(e(253))/2*(-parseInt(e(251))/3)+parseInt(e(249))/4+-parseInt(e(240))/5+-parseInt(e(238))/6+-parseInt(e(245))/7+-parseInt(e(252))/8*(parseInt(e(255))/9))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(k);class N extends w{[W(241)](t){const n=W,{body:r,styles:s}=t[n(250)],i=new e.UpcastWriter(r[n(256)]),o=i[n(248)](r),c=function(t){const e=R,n=new Map;for(const r in t){const s=j(r),i=t[r];for(const t of s)n[e(375)](t,i)}return n}(function(t){const e=R,n={};for(const r of t)for(const t of r[e(365)])if(t instanceof CSSStyleRule){const r=O(t[e(362)]);n[t[e(361)]]=Object[e(366)]({},n[t[e(361)]]||{},r)}return n}(s));for(const t of o){if(n(237)!==t[n(243)])continue;const e=L(t[n(258)],c);if(e[n(242)]){const r=M(Array[n(244)](e[n(254)]()));for(const e in r){const s=t[n(258)];s[n(259)](e)||i[n(257)](e,r[e],s)}}}t[n(239)]=r}[W(247)](t){return super[W(247)](t)||E(t)}}const T=K;function K(t,e){const n=X();return(K=function(t,e){return n[t-=374]})(t,e)}function X(){const t=["execute","1240414nSAFkX","inputTransformation","pluginName","plugins","8VBuDWZ","isOfficialPlugin","1432269tilWEx","1073823KdJTeV","_parsedData","PasteFromOffice","PasteFromOfficeEnhancedInliner","view","href","get","join","30zeijkK","getData","14161800DXMKGG","15550LRXzAf","152gzlBad","dataTransfer","high","requires","text/html","editor","stylesProcessor","editing","isPremiumPlugin","4USxgTK","document","afterInit","map","ClipboardPipeline","3584165gCiLqn","init","fromCharCode","isActive","36922479MnNEFk"];return(X=function(){return t})()}!function(t){const e=K,n=t();for(;;)try{if(788232===-parseInt(e(391))/1*(parseInt(e(390))/2)+parseInt(e(379))/3*(parseInt(e(400))/4)+parseInt(e(405))/5+parseInt(e(387))/6*(-parseInt(e(411))/7)+-parseInt(e(376))/8*(parseInt(e(378))/9)+-parseInt(e(389))/10+parseInt(e(409))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(X);class q extends t.Plugin{static get[T(374)](){return T(382)}static get[T(377)](){return!0}static get[T(399)](){return!0}static get[T(394)](){return[T(381)]}[T(406)](){const t=T,e=this[t(396)],n=e[t(375)][t(385)](t(404)),r=e[t(398)][t(383)][t(401)],s=new N(r);n.on(t(412),((e,n)=>{const i=t,o=n[i(392)][i(388)](i(395));s[i(408)](o)&&(n[i(380)]||(n[i(380)]=b(o,r[i(397)])),s[i(410)](n))}),{priority:x.priorities[t(385)](t(393))+11})}[T(402)](){!async function(t){const e=d([118,114,72,75,120,49,69,87,79,122,50,88,106,89,119,77,107,108,99,82,103,104,51,74,67,52,112,70,66,86,55,76,78,116,111,57,81,117,73,110,105,71,85,98,48,102,115,68,65,113,80,101,109,84,83,90,100,53,54,56,121,97]),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(403)]((t=>String[e(407)](t)))[e(386)]("")}!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([118]);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:1740009600;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(384)]);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 $=Y;!function(t){const e=Y,n=t();for(;;)try{if(364921===-parseInt(e(439))/1+-parseInt(e(435))/2+parseInt(e(429))/3*(parseInt(e(400))/4)+-parseInt(e(420))/5+-parseInt(e(434))/6*(-parseInt(e(402))/7)+-parseInt(e(416))/8+parseInt(e(427))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(G);const U=[$(412),$(422),$(421),$(399),$(418),$(413),$(431),$(440)],z=[$(412),$(422),$(421)];function Y(t,e){const n=G();return(Y=function(t,e){return n[t-=399]})(t,e)}const H={"font-style":[[$(441),"i"]],"font-weight":[[$(414),$(425)],[$(424),$(425)],[$(437),$(425)],[t=>Number(t)>=600,$(425)]],"text-decoration":[[$(415),"u"],[$(410),"s"]],"text-decoration-line":[[$(415),"u"],[$(410),"s"]],"vertical-align":[[$(401),$(401)],[$(419),$(406)]]};function _(t){return U[$(407)](t)}function B(t){const e=$;return Array[e(408)](t[e(432)]())[e(430)](_)}function V(t,e,n){const{spanStyles:r,stylesToBeHtmlElements:s}=function(t,e){const n=$,r={},s={};return e[n(403)]((e=>{const i=n,o=t[i(409)](e);if(o)if(c=e,z[$(407)](c))r[e]=o;else if(e in H){const t=o[i(428)](" ");H[e][i(403)]((([n,r])=>{const o=i;for(const i of t)(o(405)==typeof n&&n(i)||n===i)&&(s[e]=[...s[e]||[],[n,r]])}))}var c})),{spanStyles:r,stylesToBeHtmlElements:s}}(t,n);(function(t,e,n){const r=$;for(const s in n)n[s][r(403)]((([,n])=>{const s=r,i=e[s(404)](n,[],t[s(426)]());e[s(438)](0,i,t)})),e[r(423)](s,t)})(t,e,s),function(t,e,n){const r=$;if(!Object[r(417)](n)[r(433)])return;const s=e[r(404)](r(436),[],t[r(426)]());e[r(411)](n,s),e[r(438)](0,s,t),e[r(423)](Object[r(417)](n),t)}(t,e,r)}function G(){const t=["super","2268685PzRUIn","font-size","font-family","removeStyle","bold","strong","getChildren","16528644Wgqwiy","split","7563WcoLCK","filter","font-style","getStyleNames","length","18138wQHMuC","1099900XyuQpl","span","bolder","insertChild","463427IuIbou","vertical-align","italic","text-decoration","772QfoGJy","sub","7rljmPr","forEach","createElement","function","sup","includes","from","getStyle","line-through","setStyle","color","font-weight","medium","underline","3952456mDwPxF","keys","text-decoration-line"];return(G=function(){return t})()}const J=Q;function Q(t,e){const n=Z();return(Q=function(t,e){return n[t-=493]})(t,e)}function Z(){const t=["stylesProcessor","1185DRZKeo","29212584snPQlG","element","document","font","getItems","createRangeIn","151016GmPiSu","content","includes","2138sYYiCf","isActive","execute","blockElements","4163970yfXrXq","name","5726210vwkciC","1190917qMWUuw","900075PTvXgl","_parsedData"];return(Z=function(){return t})()}!function(t){const e=Q,n=t();for(;;)try{if(744145===-parseInt(e(511))/1+-parseInt(e(504))/2*(parseInt(e(494))/3)+parseInt(e(501))/4+parseInt(e(512))/5+-parseInt(e(508))/6+-parseInt(e(510))/7+parseInt(e(495))/8)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Z);class tt extends w{[J(506)](t){const n=J,{body:r}=t[n(513)],s=new e.UpcastWriter(r[n(497)]),i=s[n(500)](r),o=new e.ViewDocument(s[n(497)][n(493)]),c=[...new e.DomConverter(o)[n(507)],n(498)],a=i[n(499)]();for(const t of a)if(t.is(n(496))&&c[n(503)](t[n(509)])){V(t,s,B(t))}t[n(502)]=r}[J(505)](t){return super[J(505)](t)||E(t)}}function et(){const t=["PasteFromOffice","PasteFromOfficeEnhanced","plugins","usageLimit","isActive","50108PrvaPp","1160140KDDPYq","pasteFromOfficeEnhancedLicenseKeyTrialLimit","65nRgYCt","ClipboardPipeline","config","pasteFromOfficeEnhancedLicenseKeyValid","destroy","document","_licenseKeyCheckInterval","dataTransfer","PasteFromOfficeEnhancedPropagator","pasteFromOfficeEnhancedLicenseKeyExpired","isPremiumPlugin","104321tMFgqS","pasteFromOfficeEnhancedLicenseKeyEvaluationLimit","getData","pasteFromOfficeEnhancedLicenseKeyInvalid","init","102951tyeHrH","high","545507FNWuSl","get","_parsedData","1090404tHjizN","_showLicenseError","requires","trialLimit","featureNotAllowed","editor","text/html","pasteFromOfficeEnhancedLicenseKeyNotAllowed","36SShxdq","pasteFromOfficeEnhancedLicenseKeyDomainLimit","expired","stylesProcessor","editing","invalid","pluginName","isOfficialPlugin","evaluationLimit","inputTransformation","view","3750016ptLhAp","domainLimit","pasteFromOfficeEnhancedLicenseKeyUsageLimit","licenseKey","2nEaaJu","execute"];return(et=function(){return t})()}function nt(t,e){const n=et();return(nt=function(t,e){return n[t-=259]})(t,e)}const rt=nt;!function(t){const e=nt,n=t();for(;;)try{if(317855===-parseInt(e(270))/1*(parseInt(e(296))/2)+parseInt(e(273))/3+-parseInt(e(303))/4*(parseInt(e(306))/5)+parseInt(e(281))/6*(parseInt(e(263))/7)+parseInt(e(292))/8+-parseInt(e(268))/9+parseInt(e(304))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(et);class st extends t.Plugin{static get[rt(287)](){return rt(260)}static get[rt(288)](){return!0}static get[rt(262)](){return!0}static get[rt(275)](){return[rt(298)]}[rt(267)](){const t=rt,e=this[t(278)],n=e[t(300)][t(271)](t(307)),r=e[t(285)][t(291)][t(311)],s=new tt(r);n.on(t(290),((e,n)=>{const i=t,o=n[i(259)][i(265)](i(279));s[i(302)](o)&&(n[i(272)]||(n[i(272)]=b(o,r[i(284)])),s[i(297)](n))}),{priority:x.priorities[t(271)](t(269))+10}),this[t(295)]=this[t(278)][t(308)][t(271)](t(295));const i=this[t(278)];this[t(312)]=setInterval((()=>{const e=t;let n;for(const t in i){const r=t,s=i[r];if(e(309)==s||e(266)==s||e(261)==s||e(282)==s||e(280)==s||e(264)==s||e(305)==s||e(294)==s){delete i[r],n=s,clearInterval(this[e(312)]),this[e(312)]=void 0;break}}e(266)==n&&i[e(274)](e(286)),e(261)==n&&i[e(274)](e(283)),e(282)==n&&i[e(274)](e(293)),e(280)==n&&i[e(274)](e(277),e(299)),e(264)==n&&i[e(274)](e(289)),e(305)==n&&i[e(274)](e(276)),e(294)==n&&i[e(274)](e(301))}),1e3)}[rt(310)](){const t=rt;super[t(310)](),this[t(312)]&&clearInterval(this[t(312)])}}var it=ot;function ot(t,e){var n=at();return(ot=function(t,e){return n[t-=403]})(t,e)}!function(t){for(var e=ot,n=t();;)try{if(446818===-parseInt(e(411))/1+parseInt(e(416))/2+parseInt(e(413))/3+-parseInt(e(408))/4*(-parseInt(e(415))/5)+parseInt(e(406))/6+parseInt(e(404))/7+-parseInt(e(403))/8)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(at);class ct extends t.Plugin{static get[it(407)](){return it(412)}static get[it(410)](){return!0}static get[it(414)](){return!0}static get[it(409)](){return[it(405),q,st]}}function at(){var t=["824932BXEbAf","7910144OXgFGN","4389364SiEuPg","PasteFromOffice","3798882cONYYa","pluginName","8UFYrii","requires","isOfficialPlugin","877577sAKbDA","PasteFromOfficeEnhanced","1803078rXDgwN","isPremiumPlugin","98680jUBeRV"];return(at=function(){return t})()}function ut(t,e){var n=lt();return(ut=function(t,e){return n[t-=366]})(t,e)}function lt(){var t=["10482AvhOJi","1434tkWaBZ","9ebYAXF","6345251HoXWRp","10nPwfIl","470820FBTvly","113PuysWA","180904pShcap","3417860XlLELG","8MDsmvr","258318zCXuwp"];return(lt=function(){return t})()}!function(t){for(var e=ut,n=t();;)try{if(185017===-parseInt(e(376))/1*(-parseInt(e(371))/2)+parseInt(e(369))/3*(-parseInt(e(368))/4)+parseInt(e(374))/5*(-parseInt(e(370))/6)+parseInt(e(375))/7+-parseInt(e(366))/8+parseInt(e(372))/9*(-parseInt(e(367))/10)+parseInt(e(373))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(lt)})(),(window.CKEditor5=window.CKEditor5||{}).pasteFromOfficeEnhanced=r})();
|
|
4
|
+
*/(()=>{var t={237:t=>{"use strict";t.exports=CKEditor5.dll},331:(t,e,n)=>{t.exports=n(237)("./src/clipboard.js")},584:(t,e,n)=>{t.exports=n(237)("./src/utils.js")},782:(t,e,n)=>{t.exports=n(237)("./src/core.js")},783:(t,e,n)=>{t.exports=n(237)("./src/engine.js")}},e={};function n(r){var s=e[r];if(void 0!==s)return s.exports;var i=e[r]={exports:{}};return t[r](i,i.exports,n),i.exports}n.d=(t,e)=>{for(var r in e)n.o(e,r)&&!n.o(t,r)&&Object.defineProperty(t,r,{enumerable:!0,get:e[r]})},n.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),n.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})};var r={};(()=>{"use strict";n.r(r),n.d(r,{PasteFromOfficeEnhanced:()=>at});var t=n(782);n(331);var e=n(783);function s(t){return void 0!==t&&t.endsWith("px")}function i(t){return t.toFixed(2).replace(/\.?0+$/,"")+"px"}function o(t,n,r){if(!t.childCount)return;const o=new e.UpcastWriter(t.document),a=function(t,e){const n=e.createRangeIn(t),r=[],s=new Set;for(const t of n.getItems()){if(!t.is("element")||!t.name.match(/^(p|h\d+|li|div)$/))continue;let e=d(t);if(void 0===e||0!=parseFloat(e)||Array.from(t.getClassNames()).find((t=>t.startsWith("MsoList")))||(e=void 0),t.hasStyle("mso-list")||void 0!==e&&s.has(e)){const n=p(t);r.push({element:t,id:n.id,order:n.order,indent:n.indent,marginLeft:e}),void 0!==e&&s.add(e)}else s.clear()}return r}(t,o);if(!a.length)return;const l={},h=[];for(const t of a)if(void 0!==t.indent){c(t)||(h.length=0);const e=`${t.id}:${t.indent}`,a=Math.min(t.indent-1,h.length);if(a<h.length&&h[a].id!==t.id&&(h.length=a),a<h.length-1)h.length=a+1;else{const c=u(t,n);if(a>h.length-1||h[a].listElement.name!=c.type){0==a&&"ol"==c.type&&void 0!==t.id&&l[e]&&(c.startIndex=l[e]);const n=f(c,o,r);if(s(t.marginLeft)&&(0==a||s(h[a-1].marginLeft))){let e=t.marginLeft;a>0&&(e=i(parseFloat(e)-parseFloat(h[a-1].marginLeft))),o.setStyle("padding-left",e,n)}if(0==h.length){const e=t.element.parent,r=e.getChildIndex(t.element)+1;o.insertChild(r,n,e)}else{const t=h[a-1].listItemElements;o.appendChild(n,t[t.length-1])}h[a]={...t,listElement:n,listItemElements:[]},0==a&&void 0!==t.id&&(l[e]=c.startIndex||1)}}const p="li"==t.element.name?t.element:o.createElement("li");o.appendChild(p,h[a].listElement),h[a].listItemElements.push(p),0==a&&void 0!==t.id&&l[e]++,t.element!=p&&o.appendChild(t.element,p),m(t.element,o),o.removeStyle("text-indent",t.element),o.removeStyle("margin-left",t.element)}else{const e=h.find((e=>e.marginLeft==t.marginLeft));if(e){const n=e.listItemElements;o.appendChild(t.element,n[n.length-1]),o.removeStyle("margin-left",t.element)}else h.length=0}}function c(t){const e=t.element.previousSibling;return a(e||t.element.parent)}function a(t){return t.is("element","ol")||t.is("element","ul")}function u(t,e){const n=new RegExp(`@list l${t.id}:level${t.indent}\\s*({[^}]*)`,"gi"),r=/mso-level-number-format:([^;]{0,100});/gi,s=/mso-level-start-at:\s{0,100}([0-9]{0,10})\s{0,100};/gi,i=new RegExp(`@list\\s+l${t.id}:level\\d\\s*{[^{]*mso-level-text:"%\\d\\\\.`,"gi"),o=new RegExp(`@list l${t.id}:level\\d\\s*{[^{]*mso-level-number-format:`,"gi"),c=i.exec(e),a=o.exec(e),u=c&&!a,f=n.exec(e);let p="decimal",m="ol",d=null;if(f&&f[1]){const e=r.exec(f[1]);if(e&&e[1]&&(p=e[1].trim(),m="bullet"!==p&&"image"!==p?"ol":"ul"),"bullet"===p){const e=function(t){if("li"==t.name&&"ul"==t.parent.name&&t.parent.hasAttribute("type"))return t.parent.getAttribute("type");const e=function(t){if(t.getChild(0).is("$text"))return null;for(const e of t.getChildren()){if(!e.is("element","span"))continue;const t=e.getChild(0);if(t)return t.is("$text")?t:t.getChild(0)}return null}(t);if(!e)return null;const n=e._data;if("o"===n)return"circle";if("·"===n)return"disc";if("§"===n)return"square";return null}(t.element);e&&(p=e)}else{const t=s.exec(f[1]);t&&t[1]&&(d=parseInt(t[1]))}u&&(m="ol")}return{type:m,startIndex:d,style:l(p),isLegalStyleList:u}}function l(t){if(t.startsWith("arabic-leading-zero"))return"decimal-leading-zero";switch(t){case"alpha-upper":return"upper-alpha";case"alpha-lower":return"lower-alpha";case"roman-upper":return"upper-roman";case"roman-lower":return"lower-roman";case"circle":case"disc":case"square":return t;default:return null}}function f(t,e,n){const r=e.createElement(t.type);return t.style&&e.setStyle("list-style-type",t.style,r),t.startIndex&&t.startIndex>1&&e.setAttribute("start",t.startIndex,r),t.isLegalStyleList&&n&&e.addClass("legal-list",r),r}function p(t){const e=t.getStyle("mso-list");if(void 0===e)return{};const n=e.match(/(^|\s{1,100})l(\d+)/i),r=e.match(/\s{0,100}lfo(\d+)/i),s=e.match(/\s{0,100}level(\d+)/i);return n&&r&&s?{id:n[2],order:r[1],indent:parseInt(s[1])}:{indent:1}}function m(t,n){const r=new e.Matcher({name:"span",styles:{"mso-list":"Ignore"}}),s=n.createRangeIn(t);for(const t of s)"elementStart"===t.type&&r.match(t.item)&&n.remove(t.item)}function d(t){const e=t.getStyle("margin-left");return void 0===e||e.endsWith("px")?e:function(t){const e=parseFloat(t);return t.endsWith("pt")?i(96*e/72):t.endsWith("pc")?i(12*e*96/72):t.endsWith("in")?i(96*e):t.endsWith("cm")?i(96*e/2.54):t.endsWith("mm")?i(e/10*96/2.54):t}(e)}function h(t,n){if(!t.childCount)return;const r=new e.UpcastWriter(t.document),s=function(t,n){const r=n.createRangeIn(t),s=new e.Matcher({name:/v:(.+)/}),i=[];for(const t of r){if("elementStart"!=t.type)continue;const e=t.item,n=e.previousSibling,r=n&&n.is("element")?n.name:null,o=["Chart"],c=s.match(e),a=e.getAttribute("o:gfxdata"),u="v:shapetype"===r,l=a&&o.some((t=>e.getAttribute("id").includes(t)));c&&a&&!u&&!l&&i.push(t.item.getAttribute("id"))}return i}(t,r);!function(t,n,r){const s=r.createRangeIn(n),i=new e.Matcher({name:"img"}),o=[];for(const e of s)if(e.item.is("element")&&i.match(e.item)){const n=e.item,r=n.getAttribute("v:shapes")?n.getAttribute("v:shapes").split(" "):[];r.length&&r.every((e=>t.indexOf(e)>-1))?o.push(n):n.getAttribute("src")||o.push(n)}for(const t of o)r.remove(t)}(s,t,r),function(t,e,n){const r=n.createRangeIn(e),s=[];for(const e of r)if("elementStart"==e.type&&e.item.is("element","v:shape")){const n=e.item.getAttribute("id");if(t.includes(n))continue;i(e.item.parent.getChildren(),n)||s.push(e.item)}for(const t of s){const e={src:o(t)};t.hasAttribute("alt")&&(e.alt=t.getAttribute("alt"));const r=n.createElement("img",e);n.insertChild(t.index+1,r,t.parent)}function i(t,e){for(const n of t)if(n.is("element")){if("img"==n.name&&n.getAttribute("v:shapes")==e)return!0;if(i(n.getChildren(),e))return!0}return!1}function o(t){for(const e of t.getChildren())if(e.is("element")&&e.getAttribute("src"))return e.getAttribute("src")}}(s,t,r),function(t,n){const r=n.createRangeIn(t),s=new e.Matcher({name:/v:(.+)/}),i=[];for(const t of r)"elementStart"==t.type&&s.match(t.item)&&i.push(t.item);for(const t of i)n.remove(t)}(t,r);const i=function(t,n){const r=n.createRangeIn(t),s=new e.Matcher({name:"img"}),i=[];for(const t of r)t.item.is("element")&&s.match(t.item)&&t.item.getAttribute("src").startsWith("file://")&&i.push(t.item);return i}(t,r);i.length&&function(t,e,n){if(t.length===e.length)for(let r=0;r<t.length;r++){const s=`data:${e[r].type};base64,${g(e[r].hex)}`;n.setAttribute("src",s,t[r])}}(i,function(t){if(!t)return[];const e=/{\\pict[\s\S]+?\\bliptag-?\d+(\\blipupi-?\d+)?({\\\*\\blipuid\s?[\da-fA-F]+)?[\s}]*?/,n=new RegExp("(?:("+e.source+"))([\\da-fA-F\\s]+)\\}","g"),r=t.match(n),s=[];if(r)for(const t of r){let n=!1;t.includes("\\pngblip")?n="image/png":t.includes("\\jpegblip")&&(n="image/jpeg"),n&&s.push({hex:t.replace(e,"").replace(/[^\da-fA-F]/g,""),type:n})}return s}(n),r)}function g(t){return btoa(t.match(/\w{2}/g).map((t=>String.fromCharCode(parseInt(t,16)))).join(""))}const y=/<meta\s*name="?generator"?\s*content="?microsoft\s*word\s*\d+"?\/?>/i,I=/xmlns:o="urn:schemas-microsoft-com/i;class w{constructor(t,e=!1){this.document=t,this.hasMultiLevelListPlugin=e}isActive(t){return y.test(t)||I.test(t)}execute(t){const n=new e.UpcastWriter(this.document),{body:r,stylesString:s}=t._parsedData;!function(t,e){const n=[];for(const r of e.createRangeIn(t)){const t=r.item;t.is("element","a")&&!t.hasAttribute("href")&&(t.hasAttribute("id")||t.hasAttribute("name"))&&n.push(t)}for(const t of n){const n=t.parent.getChildIndex(t)+1,r=t.getChildren();e.insertChild(n,r,t.parent)}}(r,n),o(r,s,this.hasMultiLevelListPlugin),h(r,t.dataTransfer.getData("text/rtf")),function(t){const n=[],r=new e.UpcastWriter(t.document);for(const{item:e}of r.createRangeIn(t))if(e.is("element")){for(const t of e.getClassNames())/\bmso/gi.exec(t)&&r.removeClass(t,e);for(const t of e.getStyleNames())/\bmso/gi.exec(t)&&r.removeStyle(t,e);(e.is("element","w:sdt")||e.is("element","w:sdtpr")&&e.isEmpty||e.is("element","o:p")&&e.isEmpty)&&n.push(e)}for(const t of n){const e=t.parent,n=e.getChildIndex(t);r.insertChild(n,t.getChildren(),e),r.remove(t)}}(r),t.content=r}}function v(t){return t.replace(/<span(?: class="Apple-converted-space"|)>(\s+)<\/span>/g,((t,e)=>1===e.length?" ":Array(e.length+1).join(" ").substr(0,e.length)))}function b(t,n){const r=new DOMParser,s=function(t){return v(v(t)).replace(/(<span\s+style=['"]mso-spacerun:yes['"]>[^\S\r\n]*?)[\r\n]+([^\S\r\n]*<\/span>)/g,"$1$2").replace(/<span\s+style=['"]mso-spacerun:yes['"]><\/span>/g,"").replace(/(<span\s+style=['"]letter-spacing:[^'"]+?['"]>)[\r\n]+(<\/span>)/g,"$1 $2").replace(/ <\//g," </").replace(/ <o:p><\/o:p>/g," <o:p></o:p>").replace(/<o:p>( |\u00A0)<\/o:p>/g,"").replace(/>([^\S\r\n]*[\r\n]\s*)</g,"><")}(function(t){const e="</body>",n="</html>",r=t.indexOf(e);if(r<0)return t;const s=t.indexOf(n,r+e.length);return t.substring(0,r+e.length)+(s>=0?t.substring(s):"")}(t=(t=t.replace(/<!--\[if gte vml 1]>/g,"")).replace(/<o:SmartTagType(?:\s+[^\s>=]+(?:="[^"]*")?)*\s*\/?>/gi,""))),i=r.parseFromString(s,"text/html");!function(t){t.querySelectorAll("span[style*=spacerun]").forEach((t=>{const e=t,n=e.innerText.length||0;e.innerText=Array(n+1).join(" ").substr(0,n)}))}(i);const o=i.body.innerHTML,c=function(t,n){const r=new e.ViewDocument(n),s=new e.DomConverter(r,{renderingMode:"data"}),i=t.createDocumentFragment(),o=t.body.childNodes;for(;o.length>0;)i.appendChild(o[0]);return s.domToView(i,{skipComments:!0})}(i,n),a=function(t){const e=[],n=[],r=Array.from(t.getElementsByTagName("style"));for(const t of r)t.sheet&&t.sheet.cssRules&&t.sheet.cssRules.length&&(e.push(t.sheet),n.push(t.innerHTML));return{styles:e,stylesString:n.join(" ")}}(i);return{body:c,bodyString:o,styles:a.styles,stylesString:a.stylesString}}var x=n(584);function S(){const t=["108124YfZMiY","4WVBSRN","12FREzjW","4630380rCWlNh","397683UdVLcC","21ENQizF","12666gutOFB","149227aILMtW","904400OxcLNb","235qwrCiw","231777DYhYSw","test","8wNSzpt"];return(S=function(){return t})()}!function(t){const e=E,n=t();for(;;)try{if(321878===parseInt(e(395))/1*(-parseInt(e(389))/2)+-parseInt(e(393))/3*(-parseInt(e(388))/4)+parseInt(e(397))/5*(-parseInt(e(394))/6)+parseInt(e(396))/7+-parseInt(e(400))/8*(parseInt(e(398))/9)+parseInt(e(391))/10+-parseInt(e(392))/11*(parseInt(e(390))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(S);const C=/<meta\s*name="?generator"?\s*content="?microsoft\s*excel\s*\d+"?\/?>/i;function E(t,e){const n=S();return(E=function(t,e){return n[t-=388]})(t,e)}function A(t){return C[E(399)](t)}!function(t){const e=R,n=t();for(;;)try{if(923428===parseInt(e(295))/1+parseInt(e(309))/2*(parseInt(e(300))/3)+-parseInt(e(296))/4+-parseInt(e(292))/5+parseInt(e(313))/6*(-parseInt(e(301))/7)+parseInt(e(303))/8+parseInt(e(293))/9)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=R,r=new Map;for(const[s,i]of e){if(!s[n(294)]&&!s[n(306)])continue;const e=!s[n(294)]||t[n(311)]===s[n(294)],o=!s[n(306)]||t[n(297)](s[n(306)]);e&&o&&r[n(298)](s,i)}return r}function P(){const t=["5586540dQClJS","9776061iiWrKC","tagName","831482wxezeE","3452924LWheXm","hasClass","set","length","118509SsMJRT","4576691jQoMTN","groups","4762024cHURYF","selectorText","map","className","exec","style","86hswTeI","getPropertyValue","name","trim","12lzMVXP","initial","assign","push","cssRules","split"];return(P=function(){return t})()}function F(t){const e=R,n={};for(let r=0;r<t[e(299)];r++){const s=t[r],i=t[e(310)](s);e(314)!==i&&(n[s]=i)}return n}function R(t,e){const n=P();return(R=function(t,e){return n[t-=291]})(t,e)}function W(t){const e=R,n=t[e(291)](",")[e(305)]((t=>t[e(312)]())),r=[];for(const t of n){const n=L[e(307)](t);n&&r[e(316)](n[e(302)])}return r}function N(t){const e=R,n={};for(const r of t)Object[e(315)](n,r);return n}function T(t,e){const n=D();return(T=function(t,e){return n[t-=500]})(t,e)}const j=T;function D(){const t=["3829KckVHR","execute","17lhsPgv","elementStart","5bJfryC","from","5522913vuDyEu","4798nzmYlD","item","3876381CukhAP","8873576TUaDig","isActive","values","10gHJiWc","setStyle","size","type","document","hasStyle","9444fplOaP","2362200JAhgxX","_parsedData","content","createRangeIn","5320436wFhLIi"];return(D=function(){return t})()}!function(t){const e=T,n=t();for(;;)try{if(679085===-parseInt(e(502))/1*(-parseInt(e(507))/2)+parseInt(e(520))/3+parseInt(e(524))/4*(-parseInt(e(504))/5)+-parseInt(e(519))/6*(parseInt(e(500))/7)+parseInt(e(510))/8+-parseInt(e(509))/9*(-parseInt(e(513))/10)+parseInt(e(506))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(D);class M extends w{[j(501)](t){const n=j,{body:r,styles:s}=t[n(521)],i=new e.UpcastWriter(r[n(517)]),o=i[n(523)](r),c=function(t){const e=R,n=new Map;for(const r in t){const s=W(r),i=t[r];for(const t of s)n[e(298)](t,i)}return n}(function(t){const e=R,n={};for(const r of t)for(const t of r[e(317)])if(t instanceof CSSStyleRule){const r=F(t[e(308)]);n[t[e(304)]]=Object[e(315)]({},n[t[e(304)]]||{},r)}return n}(s));for(const t of o){if(n(503)!==t[n(516)])continue;const e=O(t[n(508)],c);if(e[n(515)]){const r=N(Array[n(505)](e[n(512)]()));for(const e in r){const s=t[n(508)];s[n(518)](e)||i[n(514)](e,r[e],s)}}}t[n(522)]=r}[j(511)](t){return super[j(511)](t)||A(t)}}function k(t,e){const n=K();return(k=function(t,e){return n[t-=142]})(t,e)}function K(){const t=["view","6IzprRD","1303100uYoKvT","dataTransfer","execute","233299oCpMMt","map","plugins","fromCharCode","7326459IZnUob","text/html","pluginName","inputTransformation","1419032vSWxPp","isOfficialPlugin","document","isActive","afterInit","ClipboardPipeline","href","PasteFromOffice","_parsedData","isPremiumPlugin","editing","getData","requires","7797102Luoerm","4046FgYpWE","140ivcgHG","editor","join","high","PasteFromOfficeEnhancedInliner","164378LDxcmO","get","5EzTWoc","17528wtmtVR","stylesProcessor","init"];return(K=function(){return t})()}const z=k;!function(t){const e=k,n=t();for(;;)try{if(667709===-parseInt(e(165))/1*(parseInt(e(163))/2)+parseInt(e(170))/3*(-parseInt(e(143))/4)+-parseInt(e(171))/5+parseInt(e(156))/6+parseInt(e(157))/7*(parseInt(e(166))/8)+-parseInt(e(178))/9+parseInt(e(158))/10*(parseInt(e(174))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(K);class $ extends t.Plugin{static get[z(180)](){return z(162)}static get[z(144)](){return!0}static get[z(152)](){return!0}static get[z(155)](){return[z(150)]}[z(168)](){const t=z,e=this[t(159)],n=e[t(176)][t(164)](t(148)),r=e[t(153)][t(169)][t(145)],s=new M(r);n.on(t(142),((e,n)=>{const i=t,o=n[i(172)][i(154)](i(179));s[i(146)](o)&&(n[i(151)]||(n[i(151)]=b(o,r[i(167)])),s[i(173)](n))}),{priority:x.priorities[t(164)](t(161))+11})}[z(147)](){!async function(t){const e=d([77,68,105,56,103,76,48,106,71,120,80,97,122,87,86,102,79,66,98,111,49,99,100,88,74,107,116,117,57,112,55,114,67,53,121,84,73,82,90,78,51,52,70,108,85,69,50,104,54,101,75,81,119,72,109,110,83,118,113,115,65,89]),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(175)]((t=>String[e(177)](t)))[e(160)]("")}!function(t){const n=function(){const t=window[d([83,116,114,105,110,103])](window[d([112,101,114,102,111,114,109,97,110,99,101])][d([110,111,119])]())[d([114,101,112,108,97,99,101])](d([46]),"");let n=d([77]);for(let r=0;r<t[d([108,101,110,103,116,104])];r+=2){let s=window[d([112,97,114,115,101,73,110,116])](t[d([115,117,98,115,116,114,105,110,103])](r,r+2));s>=e[d([108,101,110,103,116,104])]&&(s-=e[d([108,101,110,103,116,104])]),n+=e[s]}return n}();r[n]=d([112,97,115,116,101,70,114,111,109,79,102,102,105,99,101,69,110,104,97,110,99,101,100,76,105,99,101,110,115,101,75,101,121])+t,t!=d([86,97,108,105,100])&&async function(){await s,r[d([109,111,100,101,108])][d([99,104,97,110,103,101])]=m,r[d([109,111,100,101,108])][d([101,110,113,117,101,117,101,67,104,97,110,103,101])]=m,r[d([101,110,97,98,108,101,82,101,97,100,79,110,108,121,77,111,100,101])](d([109,111,100,101,108]))}()}(await async function(){let t,e=null,m=null;try{return o==d([71,80,76])?d([78,111,116,65,108,108,111,119,101,100]):(t=function(){const t=o[d([115,112,108,105,116])](d([46]));return 3!=t[d([108,101,110,103,116,104])]?null:e(t[1]);function e(t){const e=a(t);return e&&n()?e:null;function n(){const t=e[d([106,116,105])],n=window[d([112,97,114,115,101,73,110,116])](t[d([115,117,98,115,116,114,105,110,103])](t[d([108,101,110,103,116,104])]-8),16),r={...e,[d([106,116,105])]:t[d([115,117,98,115,116,114,105,110,103])](0,t[d([108,101,110,103,116,104])]-8)};return delete r[d([118,99])],l(r)==n}}}(),t?(t[d([117,115,97,103,101,69,110,100,112,111,105,110,116])]&&(m=function(t,e){return new(window[d([80,114,111,109,105,115,101])])((c=>{if(i())return c(d([86,97,108,105,100]));o(),r[d([100,101,99,111,114,97,116,101])](d([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]));let a=!1;const u=(0,x.uid)();function m(t){return!!t&&(typeof t===d([111,98,106,101,99,116])||typeof t===d([102,117,110,99,116,105,111,110]))&&typeof t[d([116,104,101,110])]===d([102,117,110,99,116,105,111,110])&&typeof t[d([99,97,116,99,104])]===d([102,117,110,99,116,105,111,110])}function h(r){a(r)[d([116,104,101,110])]((t=>t&&t[d([115,116,97,116,117,115])]==d([111,107])?f(l(u+e))!=t[d([118,101,114,105,102,105,99,97,116,105,111,110])]?d([85,115,97,103,101,76,105,109,105,116]):d([86,97,108,105,100]):d([85,115,97,103,101,76,105,109,105,116])))[d([116,104,101,110])]((t=>(i(),t)),(()=>{const t=o();return null==t?(i(),d([86,97,108,105,100])):d(n-t>6048e5?[85,115,97,103,101,76,105,109,105,116]:[86,97,108,105,100])}))[d([116,104,101,110])](c)[d([99,97,116,99,104])]((()=>{c(d([85,115,97,103,101,76,105,109,105,116]))}));const s=36e5;function i(){const e=d([108,108,99,116,45])+f(l(t)),r=p(f(window[d([77,97,116,104])][d([99,101,105,108])](n/s)));window[d([108,111,99,97,108,83,116,111,114,97,103,101])][d([115,101,116,73,116,101,109])](e,r)}function o(){const e=d([108,108,99,116,45])+f(l(t)),n=window[d([108,111,99,97,108,83,116,111,114,97,103,101])][d([103,101,116,73,116,101,109])](e);return n?window[d([112,97,114,115,101,73,110,116])](p(n),16)*s:null}function a(t){return new(window[d([80,114,111,109,105,115,101])])(((e,n)=>{t[d([116,104,101,110])](e,n),window[d([115,101,116,84,105,109,101,111,117,116])](n,12e4)}))}}r[d([111,110])](d([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),((e,n)=>{if(n[0]!=t)return c(d([85,115,97,103,101,76,105,109,105,116]));n[1]={...n[1],[d([114,101,113,117,101,115,116,73,100])]:u}}),{[d([112,114,105,111,114,105,116,121])]:d([104,105,103,104])}),r[d([111,110])](d([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),(t=>{m(t[d([114,101,116,117,114,110])])&&(a=!0,h(t[d([114,101,116,117,114,110])]))}),{[d([112,114,105,111,114,105,116,121])]:d([108,111,119])}),s[d([116,104,101,110])]((()=>{a||c(d([85,115,97,103,101,76,105,109,105,116]))}))}));function i(){return r[d([101,100,105,116,105,110,103])][d([118,105,101,119])][d([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]==d([97,117,116,111])}function o(){r[d([101,100,105,116,105,110,103])][d([118,105,101,119])][d([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]=d([97,117,116,111])}}(t[d([117,115,97,103,101,69,110,100,112,111,105,110,116])],t[d([106,116,105])])),await async function(){let t=!0;try{const r=o[d([115,112,108,105,116])](d([46])),[s,i,c]=r;return e(s),await n(s,i,c),t}catch(t){return!1}function e(e){const n=a(e);n&&n[d([97,108,103])]==d([69,83,50,53,54])||(t=!1)}async function n(e,n,r){const s=window[d([85,105,110,116,56,65,114,114,97,121])][d([102,114,111,109])](u(r),(t=>t[d([99,104,97,114,67,111,100,101,65,116])](0))),o=(new(window[d([84,101,120,116,69,110,99,111,100,101,114])]))[d([101,110,99,111,100,101])](e+d([46])+n),c=window[d([99,114,121,112,116,111])][d([115,117,98,116,108,101])];if(!c)return;const a=await c[d([105,109,112,111,114,116,75,101,121])](d([106,119,107]),i,{[d([110,97,109,101])]:d([69,67,68,83,65]),[d([110,97,109,101,100,67,117,114,118,101])]:d([80,45,50,53,54])},!1,[d([118,101,114,105,102,121])]);await c[d([118,101,114,105,102,121])]({[d([110,97,109,101])]:d([69,67,68,83,65]),[d([104,97,115,104])]:{[d([110,97,109,101])]:d([83,72,65,45,50,53,54])}},a,s,o)||(t=!1)}}()?function(){const e=t[d([102,101,97,116,117,114,101,115])];return!(!e||!e[d([105,110,99,108,117,100,101,115])](d([42]))&&!e[d([105,110,99,108,117,100,101,115])](d([80,79,69]))&&!e[d([105,110,99,108,117,100,101,115])](d([80,80])))}()?function(){const e=[d([101,118,97,108,117,97,116,105,111,110]),d([116,114,105,97,108])][d([105,110,99,108,117,100,101,115])](t[d([108,105,99,101,110,115,101,84,121,112,101])])?n/1e3:1740614400;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(149)]);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=H;!function(t){const e=H,n=t();for(;;)try{if(334854===parseInt(e(262))/1*(-parseInt(e(259))/2)+-parseInt(e(267))/3+parseInt(e(273))/4*(-parseInt(e(278))/5)+parseInt(e(293))/6+parseInt(e(258))/7+parseInt(e(297))/8+parseInt(e(276))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Q);const Y=[U(268),U(298),U(264),U(286),U(283),U(292),U(265),U(290)],V=[U(268),U(298),U(264)],q={"font-style":[[U(284),"i"]],"font-weight":[[U(296),U(287)],[U(261),U(287)],[U(288),U(287)],[t=>Number(t)>=600,U(287)]],"text-decoration":[[U(299),"u"],[U(291),"s"]],"text-decoration-line":[[U(299),"u"],[U(291),"s"]],"vertical-align":[[U(271),U(271)],[U(281),U(285)]]};function J(t){return Y[U(277)](t)}function _(t){const e=U;return Array[e(274)](t[e(269)]())[e(295)](J)}function H(t,e){const n=Q();return(H=function(t,e){return n[t-=257]})(t,e)}function B(t,e,n){const{spanStyles:r,stylesToBeHtmlElements:s}=function(t,e){const n=U,r={},s={};return e[n(270)]((e=>{const i=n,o=t[i(266)](e);if(o)if(c=e,V[U(277)](c))r[e]=o;else if(e in q){const t=o[i(282)](" ");q[e][i(270)]((([n,r])=>{const o=i;for(const i of t)(o(279)==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(270)]((([,n])=>{const s=r,i=e[s(272)](n,[],t[s(280)]());e[s(263)](0,i,t)})),e[r(294)](s,t)})(t,e,s),function(t,e,n){const r=U;if(!Object[r(275)](n)[r(257)])return;const s=e[r(272)](r(289),[],t[r(280)]());e[r(260)](n,s),e[r(263)](0,s,t),e[r(294)](Object[r(275)](n),t)}(t,e,r)}function Q(){const t=["font-size","font-style","getStyle","1234356UqspPs","color","getStyleNames","forEach","sub","createElement","3608Talnaa","from","keys","5021586NzDaOR","includes","3205EiNroD","function","getChildren","super","split","text-decoration-line","italic","sup","text-decoration","strong","bolder","span","vertical-align","line-through","font-weight","2020224FQShpC","removeStyle","filter","medium","1491048wsgeWG","font-family","underline","length","3022698dGmokP","75346blohDz","setStyle","bold","5AXKclj","insertChild"];return(Q=function(){return t})()}const X=Z;function Z(t,e){const n=G();return(Z=function(t,e){return n[t-=118]})(t,e)}function G(){const t=["482tlkgNT","element","1257HWsayz","isActive","10CFcYnu","21ESzJIA","573888yrvRwj","271352msuImK","document","6AEPERd","includes","font","execute","blockElements","4336245lNyCcu","getItems","5752467OuPFMf","name","24JyQYWf","350493pfOsgS","content","createRangeIn","1684562TYWpbv","stylesProcessor","_parsedData"];return(G=function(){return t})()}!function(t){const e=Z,n=t();for(;;)try{if(706941===-parseInt(e(120))/1+-parseInt(e(126))/2*(parseInt(e(128))/3)+-parseInt(e(132))/4+parseInt(e(140))/5*(parseInt(e(135))/6)+-parseInt(e(131))/7*(-parseInt(e(133))/8)+-parseInt(e(142))/9*(-parseInt(e(130))/10)+-parseInt(e(123))/11*(parseInt(e(119))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(G);class tt extends w{[X(138)](t){const n=X,{body:r}=t[n(125)],s=new e.UpcastWriter(r[n(134)]),i=s[n(122)](r),o=new e.ViewDocument(s[n(134)][n(124)]),c=[...new e.DomConverter(o)[n(139)],n(137)],a=i[n(141)]();for(const t of a)if(t.is(n(127))&&c[n(136)](t[n(118)])){B(t,s,_(t))}t[n(121)]=r}[X(129)](t){return super[X(129)](t)||A(t)}}const et=rt;function nt(){const t=["getData","stylesProcessor","destroy","licenseKey","editing","isActive","_showLicenseError","pasteFromOfficeEnhancedLicenseKeyValid","_parsedData","plugins","PasteFromOfficeEnhanced","_licenseKeyCheckInterval","pasteFromOfficeEnhancedLicenseKeyTrialLimit","isPremiumPlugin","document","3594IfMYYh","config","featureNotAllowed","evaluationLimit","text/html","requires","7742344aLxfgp","high","2510500pkPjOo","pasteFromOfficeEnhancedLicenseKeyDomainLimit","domainLimit","execute","usageLimit","pasteFromOfficeEnhancedLicenseKeyUsageLimit","view","42639iipZaf","ClipboardPipeline","2373kWnvog","23738976NsjOLK","pasteFromOfficeEnhancedLicenseKeyExpired","PasteFromOffice","dataTransfer","pasteFromOfficeEnhancedLicenseKeyNotAllowed","4llOlAe","pasteFromOfficeEnhancedLicenseKeyInvalid","inputTransformation","pasteFromOfficeEnhancedLicenseKeyEvaluationLimit","init","pluginName","get","expired","isOfficialPlugin","1066913VxGDpS","PasteFromOfficeEnhancedPropagator","invalid","editor","4292685HhsAtp","trialLimit"];return(nt=function(){return t})()}function rt(t,e){const n=nt();return(rt=function(t,e){return n[t-=473]})(t,e)}!function(t){const e=rt,n=t();for(;;)try{if(546681===-parseInt(e(473))/1+-parseInt(e(517))/2*(parseInt(e(509))/3)+parseInt(e(502))/4+-parseInt(e(477))/5+-parseInt(e(494))/6*(-parseInt(e(511))/7)+-parseInt(e(500))/8+parseInt(e(512))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(nt);class st extends t.Plugin{static get[et(522)](){return et(474)}static get[et(525)](){return!0}static get[et(492)](){return!0}static get[et(499)](){return[et(514)]}[et(521)](){const t=et,e=this[t(476)],n=e[t(488)][t(523)](t(510)),r=e[t(483)][t(508)][t(493)],s=new tt(r);n.on(t(519),((e,n)=>{const i=t,o=n[i(515)][i(479)](i(498));s[i(484)](o)&&(n[i(487)]||(n[i(487)]=b(o,r[i(480)])),s[i(505)](n))}),{priority:x.priorities[t(523)](t(501))+10}),this[t(482)]=this[t(476)][t(495)][t(523)](t(482));const i=this[t(476)];this[t(490)]=setInterval((()=>{const e=t;let n;for(const t in i){const r=t,s=i[r];if(e(486)==s||e(518)==s||e(513)==s||e(503)==s||e(516)==s||e(520)==s||e(491)==s||e(507)==s){delete i[r],n=s,clearInterval(this[e(490)]),this[e(490)]=void 0;break}}e(518)==n&&i[e(485)](e(475)),e(513)==n&&i[e(485)](e(524)),e(503)==n&&i[e(485)](e(504)),e(516)==n&&i[e(485)](e(496),e(489)),e(520)==n&&i[e(485)](e(497)),e(491)==n&&i[e(485)](e(478)),e(507)==n&&i[e(485)](e(506))}),1e3)}[et(481)](){const t=et;super[t(481)](),this[t(490)]&&clearInterval(this[t(490)])}}var it=ct;function ot(){var t=["isOfficialPlugin","isPremiumPlugin","8005030NMxFjR","7132bSsQBp","PasteFromOfficeEnhanced","484574zALWPt","11880932DZSCsE","36gnEVFK","479560jpegRK","5870hYtawN","939lqwRdu","requires","53647Wrldau","165120ZqkdpJ","PasteFromOffice","pluginName","3YXtUcB"];return(ot=function(){return t})()}function ct(t,e){var n=ot();return(ct=function(t,e){return n[t-=222]})(t,e)}!function(t){for(var e=ct,n=t();;)try{if(871565===-parseInt(e(223))/1*(-parseInt(e(229))/2)+-parseInt(e(234))/3*(parseInt(e(227))/4)+parseInt(e(226))/5+parseInt(e(237))/6+parseInt(e(230))/7+-parseInt(e(232))/8*(-parseInt(e(231))/9)+-parseInt(e(233))/10*(parseInt(e(236))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ot);class at extends t.Plugin{static get[it(222)](){return it(228)}static get[it(224)](){return!0}static get[it(225)](){return!0}static get[it(235)](){return[it(238),$,st]}}function ut(){var t=["1675332hXdlmt","7370944xLRWib","124nRbCko","225JiSDkE","3154875FaWwSt","207568VZsuNS","5248536hpVcDO","16782vJfmqN","911699EOvUrz"];return(ut=function(){return t})()}function lt(t,e){var n=ut();return(lt=function(t,e){return n[t-=286]})(t,e)}!function(t){for(var e=lt,n=t();;)try{if(548742===parseInt(e(287))/1+-parseInt(e(288))/2+parseInt(e(286))/3*(-parseInt(e(290))/4)+-parseInt(e(292))/5+parseInt(e(294))/6+parseInt(e(289))/7+-parseInt(e(293))/8*(parseInt(e(291))/9))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ut)})(),(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 _0x553104}from'@ckeditor/ckeditor5-core/dist/index.js';import{MSWordNormalizer as _0x1ac206,parseHtml as _0x588189}from'@ckeditor/ckeditor5-paste-from-office/dist/index.js';import{priorities as _0x4a7c6d,uid as _0x2f4b56}from'@ckeditor/ckeditor5-utils/dist/index.js';import{UpcastWriter as _0x12026d,ViewDocument as _0x55a64f,DomConverter as _0x46bdb2}from'@ckeditor/ckeditor5-engine/dist/index.js';const m=/<meta\s*name="?generator"?\s*content="?microsoft\s*excel\s*\d+"?\/?>/i;function l(_0xfa182){return m['test'](_0xfa182);}const S=/^(?<tagName>(?!\.)[\w-]+)?(\.(?<className>[\w-]+))?$/i;function x(_0x2e7e6b,_0x3535df){const _0x1ba02e=new Map();for(const [_0x4d98d7,_0x26b41d]of _0x3535df){if(!_0x4d98d7['tagName']&&!_0x4d98d7['className'])continue;const _0x20eb7a=!_0x4d98d7['tagName']||_0x2e7e6b['name']===_0x4d98d7['tagName'],_0x2fe316=!_0x4d98d7['className']||_0x2e7e6b['hasClass'](_0x4d98d7['className']);_0x20eb7a&&_0x2fe316&&_0x1ba02e['set'](_0x4d98d7,_0x26b41d);}return _0x1ba02e;}function h(_0x2fa6f8){const _0xf765f4={};for(let _0x449d72=0x0;_0x449d72<_0x2fa6f8['length'];_0x449d72++){const _0x53d259=_0x2fa6f8[_0x449d72],_0x19e551=_0x2fa6f8['getPropertyValue'](_0x53d259);'initial'!==_0x19e551&&(_0xf765f4[_0x53d259]=_0x19e551);}return _0xf765f4;}function O(_0x303c4){const _0x1bdfcb=_0x303c4['split'](',')['map'](_0x5af7dc=>_0x5af7dc['trim']()),_0x484ecd=[];for(const _0x401da6 of _0x1bdfcb){const _0x10436d=S['exec'](_0x401da6);_0x10436d&&_0x484ecd['push'](_0x10436d['groups']);}return _0x484ecd;}function y(_0x4f749b){const _0x38f2f8={};for(const _0x4a350d of _0x4f749b)Object['assign'](_0x38f2f8,_0x4a350d);return _0x38f2f8;}class c extends _0x1ac206{['execute'](_0x3aa00a){const {body:_0x38f546,styles:_0x2319bb}=_0x3aa00a['_parsedData'],_0xde8483=new _0x12026d(_0x38f546['document']),_0x18cea8=_0xde8483['createRangeIn'](_0x38f546),_0x1121a9=function(_0x139f29){const _0x255465={};for(const _0x2cd9f4 of _0x139f29)for(const _0x5e3346 of _0x2cd9f4['cssRules'])if(_0x5e3346 instanceof CSSStyleRule){const _0x5dc850=h(_0x5e3346['style']);_0x255465[_0x5e3346['selectorText']]=Object['assign']({},_0x255465[_0x5e3346['selectorText']]||{},_0x5dc850);}return _0x255465;}(_0x2319bb),_0x28d3e2=function(_0x28fc3b){const _0x3b12d7=new Map();for(const _0x2928fc in _0x28fc3b){const _0x554d79=O(_0x2928fc),_0x3f2513=_0x28fc3b[_0x2928fc];for(const _0xc4ab0b of _0x554d79)_0x3b12d7['set'](_0xc4ab0b,_0x3f2513);}return _0x3b12d7;}(_0x1121a9);for(const _0x46dea4 of _0x18cea8){if('elementStart'!==_0x46dea4['type'])continue;const _0x4f3095=x(_0x46dea4['item'],_0x28d3e2);if(_0x4f3095['size']){const _0x435da2=y(Array['from'](_0x4f3095['values']()));for(const _0x51d1b6 in _0x435da2){const _0x2eab4b=_0x46dea4['item'];_0x2eab4b['hasStyle'](_0x51d1b6)||_0xde8483['setStyle'](_0x51d1b6,_0x435da2[_0x51d1b6],_0x2eab4b);}}}_0x3aa00a['content']=_0x38f546;}['isActive'](_0x447f12){return super['isActive'](_0x447f12)||l(_0x447f12);}}class i extends _0x553104{static get['pluginName'](){return'PasteFromOfficeEnhancedInliner';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return['PasteFromOffice'];}['init'](){const _0x10ce0d=this['editor'],_0x54f4c5=_0x10ce0d['plugins']['get']('ClipboardPipeline'),_0x45a9d0=_0x10ce0d['editing']['view']['document'],_0x4e4115=new c(_0x45a9d0);_0x54f4c5['on']('inputTransformation',(_0x8cb47f,_0x400fa7)=>{const _0x515c31=_0x400fa7['dataTransfer']['getData']('text/html');_0x4e4115['isActive'](_0x515c31)&&(_0x400fa7['_parsedData']||(_0x400fa7['_parsedData']=_0x588189(_0x515c31,_0x45a9d0['stylesProcessor'])),_0x4e4115['execute'](_0x400fa7));},{'priority':_0x4a7c6d['get']('high')+0xb});}['afterInit'](){!async function(_0x2feb51){const _0xc6c322=_0x40553b([0x76,0x72,0x48,0x4b,0x78,0x31,0x45,0x57,0x4f,0x7a,0x32,0x58,0x6a,0x59,0x77,0x4d,0x6b,0x6c,0x63,0x52,0x67,0x68,0x33,0x4a,0x43,0x34,0x70,0x46,0x42,0x56,0x37,0x4c,0x4e,0x74,0x6f,0x39,0x51,0x75,0x49,0x6e,0x69,0x47,0x55,0x62,0x30,0x66,0x73,0x44,0x41,0x71,0x50,0x65,0x6d,0x54,0x53,0x5a,0x64,0x35,0x36,0x38,0x79,0x61]),_0x150224=0xd90eb81,_0x416d69=0xd978b89^_0x150224,_0x17e0d4=window[_0x40553b([0x44,0x61,0x74,0x65])][_0x40553b([0x6e,0x6f,0x77])](),_0x2e9890=_0x2feb51[_0x40553b([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x726677=new window[(_0x40553b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x4a5630=>{_0x2e9890[_0x40553b([0x6f,0x6e,0x63,0x65])](_0x40553b([0x72,0x65,0x61,0x64,0x79]),_0x4a5630);}),_0xe7293f={[_0x40553b([0x6b,0x74,0x79])]:_0x40553b([0x45,0x43]),[_0x40553b([0x75,0x73,0x65])]:_0x40553b([0x73,0x69,0x67]),[_0x40553b([0x63,0x72,0x76])]:_0x40553b([0x50,0x2d,0x32,0x35,0x36]),[_0x40553b([0x78])]:_0x40553b([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]),[_0x40553b([0x79])]:_0x40553b([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]),[_0x40553b([0x61,0x6c,0x67])]:_0x40553b([0x45,0x53,0x32,0x35,0x36])},_0x37fd0e=_0x2e9890[_0x40553b([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x40553b([0x67,0x65,0x74])](_0x40553b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x2dbdb3(){let _0x2cd058,_0x18346e=null,_0x4c5ada=null;try{if(_0x37fd0e==_0x40553b([0x47,0x50,0x4c]))return _0x40553b([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x2cd058=_0x49bd91(),!_0x2cd058)return _0x40553b([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x2cd058[_0x40553b([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x4c5ada=_0xbc6538(_0x2cd058[_0x40553b([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x2cd058[_0x40553b([0x6a,0x74,0x69])])),await _0x33d830()?_0x1e4e9d()?_0x2c988a()?_0x40553b([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x52be01()?(_0x2cd058[_0x40553b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x40553b([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x18346e=_0x2db50d(_0x40553b([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x2cd058[_0x40553b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x40553b([0x74,0x72,0x69,0x61,0x6c])&&(_0x18346e=_0x2db50d(_0x40553b([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x5048b5()):_0x40553b([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x40553b([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x40553b([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x2f204c){return _0x40553b([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x2c988a(){const _0x51b47b=[_0x40553b([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x40553b([0x74,0x72,0x69,0x61,0x6c])][_0x40553b([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2cd058[_0x40553b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x17e0d4/0x3e8:0xe10*_0x416d69;return _0x2cd058[_0x40553b([0x65,0x78,0x70])]<_0x51b47b;}function _0x1e4e9d(){const _0x13b575=_0x2cd058[_0x40553b([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x13b575&&(!!_0x13b575[_0x40553b([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x40553b([0x2a]))||(!!_0x13b575[_0x40553b([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x40553b([0x50,0x4f,0x45]))||!!_0x13b575[_0x40553b([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x40553b([0x50,0x50]))));}function _0x52be01(){const _0x395a66=_0x2cd058[_0x40553b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x395a66||0x0==_0x395a66[_0x40553b([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x545edd}=new URL(window[_0x40553b([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x395a66[_0x40553b([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x545edd))return!0x0;const _0x535d9d=_0x545edd[_0x40553b([0x73,0x70,0x6c,0x69,0x74])](_0x40553b([0x2e]));return _0x395a66[_0x40553b([0x66,0x69,0x6c,0x74,0x65,0x72])](_0xa9270b=>_0xa9270b[_0x40553b([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x40553b([0x2a])))[_0x40553b([0x6d,0x61,0x70])](_0x25d513=>_0x25d513[_0x40553b([0x73,0x70,0x6c,0x69,0x74])](_0x40553b([0x2e])))[_0x40553b([0x73,0x6f,0x6d,0x65])](_0x4816f5=>_0x535d9d[_0x40553b([0x65,0x76,0x65,0x72,0x79])]((_0x54c463,_0x129107)=>_0x4816f5[_0x129107]===_0x54c463||_0x4816f5[_0x129107]===_0x40553b([0x2a])));}function _0x5048b5(){return _0x18346e&&_0x4c5ada?new window[(_0x40553b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x148b29,_0x1a7bf7)=>{_0x18346e[_0x40553b([0x74,0x68,0x65,0x6e])](_0x148b29,_0x1a7bf7),_0x4c5ada[_0x40553b([0x74,0x68,0x65,0x6e])](_0x8358aa=>{_0x8358aa!=_0x40553b([0x56,0x61,0x6c,0x69,0x64])&&_0x148b29(_0x8358aa);},_0x1a7bf7);}):_0x18346e||_0x4c5ada||_0x40553b([0x56,0x61,0x6c,0x69,0x64]);}}function _0xbc6538(_0x4a031c,_0x2d5161){return new window[(_0x40553b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x1d8cc0=>{if(_0x5ecd0e())return _0x1d8cc0(_0x40553b([0x56,0x61,0x6c,0x69,0x64]));_0x25a662(),_0x2e9890[_0x40553b([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x40553b([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x1d7a7c=!0x1;const _0x284c61=_0x2f4b56();function _0x37950b(_0x137abd){return!!_0x137abd&&(typeof _0x137abd===_0x40553b([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x137abd===_0x40553b([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x137abd[_0x40553b([0x74,0x68,0x65,0x6e])]===_0x40553b([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x137abd[_0x40553b([0x63,0x61,0x74,0x63,0x68])]===_0x40553b([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x4cd0bf(_0x52d899){_0x16c0e7(_0x52d899)[_0x40553b([0x74,0x68,0x65,0x6e])](_0x2f6454=>{if(!_0x2f6454||_0x2f6454[_0x40553b([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x40553b([0x6f,0x6b]))return _0x40553b([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x2736ed(_0x414ad3(_0x284c61+_0x2d5161))!=_0x2f6454[_0x40553b([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x40553b([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x40553b([0x56,0x61,0x6c,0x69,0x64]);})[_0x40553b([0x74,0x68,0x65,0x6e])](_0x228914=>(_0x20ee8b(),_0x228914),()=>{const _0x44161f=_0x7a593a();return null==_0x44161f?(_0x20ee8b(),_0x40553b([0x56,0x61,0x6c,0x69,0x64])):_0x40553b(_0x17e0d4-_0x44161f>(0x299c6f81^_0x150224)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x40553b([0x74,0x68,0x65,0x6e])](_0x1d8cc0)[_0x40553b([0x63,0x61,0x74,0x63,0x68])](()=>{_0x1d8cc0(_0x40553b([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x216a83=0xda60501^_0x150224;function _0x20ee8b(){const _0x2176c3=_0x40553b([0x6c,0x6c,0x63,0x74,0x2d])+_0x2736ed(_0x414ad3(_0x4a031c)),_0x53dd6c=_0x1ae589(_0x2736ed(window[_0x40553b([0x4d,0x61,0x74,0x68])][_0x40553b([0x63,0x65,0x69,0x6c])](_0x17e0d4/_0x216a83)));window[_0x40553b([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x40553b([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x2176c3,_0x53dd6c);}function _0x7a593a(){const _0x5a7deb=_0x40553b([0x6c,0x6c,0x63,0x74,0x2d])+_0x2736ed(_0x414ad3(_0x4a031c)),_0x14f429=window[_0x40553b([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x40553b([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x5a7deb);return _0x14f429?window[_0x40553b([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x1ae589(_0x14f429),0x10)*_0x216a83:null;}function _0x16c0e7(_0x13fe59){return new window[(_0x40553b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x53fab4,_0x1e9760)=>{_0x13fe59[_0x40553b([0x74,0x68,0x65,0x6e])](_0x53fab4,_0x1e9760),window[_0x40553b([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x1e9760,0xd913f41^_0x150224);});}}_0x2e9890[_0x40553b([0x6f,0x6e])](_0x40553b([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x5ad48c,_0x2eb4c2)=>{if(_0x2eb4c2[0x0]!=_0x4a031c)return _0x1d8cc0(_0x40553b([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x2eb4c2[0x1]={..._0x2eb4c2[0x1],[_0x40553b([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x284c61};},{[_0x40553b([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x40553b([0x68,0x69,0x67,0x68])}),_0x2e9890[_0x40553b([0x6f,0x6e])](_0x40553b([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x296dd5=>{_0x37950b(_0x296dd5[_0x40553b([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x1d7a7c=!0x0,_0x4cd0bf(_0x296dd5[_0x40553b([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x40553b([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x40553b([0x6c,0x6f,0x77])}),_0x726677[_0x40553b([0x74,0x68,0x65,0x6e])](()=>{_0x1d7a7c||_0x1d8cc0(_0x40553b([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x5ecd0e(){return _0x2e9890[_0x40553b([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x40553b([0x76,0x69,0x65,0x77])][_0x40553b([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x40553b([0x61,0x75,0x74,0x6f]);}function _0x25a662(){_0x2e9890[_0x40553b([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x40553b([0x76,0x69,0x65,0x77])][_0x40553b([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x40553b([0x61,0x75,0x74,0x6f]);}}function _0x2db50d(_0x193d65){const _0x5764b1=[new window[(_0x40553b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2e10da=>setTimeout(_0x2e10da,0xd99d54d^_0x150224)),_0x726677[_0x40553b([0x74,0x68,0x65,0x6e])](()=>new window[(_0x40553b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x174bb0=>{let _0x2a572e=0x0;_0x2e9890[_0x40553b([0x6d,0x6f,0x64,0x65,0x6c])][_0x40553b([0x6f,0x6e])](_0x40553b([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x1f4669,_0x1d4ef8)=>{_0x1d4ef8[0x0][_0x40553b([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x2a572e++,_0x2a572e==(0xd90ea79^_0x150224)&&(_0x174bb0(),_0x1f4669[_0x40553b([0x6f,0x66,0x66])]());});}))];return window[_0x40553b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x40553b([0x72,0x61,0x63,0x65])](_0x5764b1)[_0x40553b([0x74,0x68,0x65,0x6e])](()=>_0x193d65);}async function _0x2e6c94(){await _0x726677,_0x2e9890[_0x40553b([0x6d,0x6f,0x64,0x65,0x6c])][_0x40553b([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x2c3a76,_0x2e9890[_0x40553b([0x6d,0x6f,0x64,0x65,0x6c])][_0x40553b([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x2c3a76,_0x2e9890[_0x40553b([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x40553b([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x1997cd(_0x4587fb){const _0x39e68e=_0x24e1e1();_0x2e9890[_0x39e68e]=_0x40553b([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])+_0x4587fb,_0x4587fb!=_0x40553b([0x56,0x61,0x6c,0x69,0x64])&&_0x2e6c94();}function _0x24e1e1(){const _0x34b8cc=window[_0x40553b([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x40553b([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x40553b([0x6e,0x6f,0x77])]())[_0x40553b([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x40553b([0x2e]),'');let _0x5568ef=_0x40553b([0x76]);for(let _0x541234=0x0;_0x541234<_0x34b8cc[_0x40553b([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x541234+=0x2){let _0x1f5af4=window[_0x40553b([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x34b8cc[_0x40553b([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x541234,_0x541234+0x2));_0x1f5af4>=_0xc6c322[_0x40553b([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x1f5af4-=_0xc6c322[_0x40553b([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x5568ef+=_0xc6c322[_0x1f5af4];}return _0x5568ef;}function _0x49bd91(){const _0x4f6b56=_0x37fd0e[_0x40553b([0x73,0x70,0x6c,0x69,0x74])](_0x40553b([0x2e]));if(0x3!=_0x4f6b56[_0x40553b([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x1be86b(_0x4f6b56[0x1]);function _0x1be86b(_0x59c709){const _0xc5cc2f=_0x24eab5(_0x59c709);return _0xc5cc2f&&_0x520953()?_0xc5cc2f:null;function _0x520953(){const _0x52c5db=_0xc5cc2f[_0x40553b([0x6a,0x74,0x69])],_0x348a61=window[_0x40553b([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x52c5db[_0x40553b([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x52c5db[_0x40553b([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x3eda12={..._0xc5cc2f,[_0x40553b([0x6a,0x74,0x69])]:_0x52c5db[_0x40553b([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x52c5db[_0x40553b([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x3eda12[_0x40553b([0x76,0x63])],_0x414ad3(_0x3eda12)==_0x348a61;}}}async function _0x33d830(){let _0x546c73=!0x0;try{const _0x533abd=_0x37fd0e[_0x40553b([0x73,0x70,0x6c,0x69,0x74])](_0x40553b([0x2e])),[_0x355b35,_0x3100e0,_0x2ae91e]=_0x533abd;return _0x37784d(_0x355b35),await _0x18896c(_0x355b35,_0x3100e0,_0x2ae91e),_0x546c73;}catch(_0x11a45d){return!0x1;}function _0x37784d(_0x5560a6){const _0x19231e=_0x24eab5(_0x5560a6);_0x19231e&&_0x19231e[_0x40553b([0x61,0x6c,0x67])]==_0x40553b([0x45,0x53,0x32,0x35,0x36])||(_0x546c73=!0x1);}async function _0x18896c(_0x171baa,_0x281e66,_0x4874b0){const _0x180d5b=window[_0x40553b([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x40553b([0x66,0x72,0x6f,0x6d])](_0x46658a(_0x4874b0),_0x9b5106=>_0x9b5106[_0x40553b([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x4c118d=new window[(_0x40553b([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x40553b([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x171baa+_0x40553b([0x2e])+_0x281e66),_0x18d577=window[_0x40553b([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x40553b([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x18d577)return;const _0x3dfe8b=await _0x18d577[_0x40553b([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x40553b([0x6a,0x77,0x6b]),_0xe7293f,{[_0x40553b([0x6e,0x61,0x6d,0x65])]:_0x40553b([0x45,0x43,0x44,0x53,0x41]),[_0x40553b([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x40553b([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x40553b([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x18d577[_0x40553b([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x40553b([0x6e,0x61,0x6d,0x65])]:_0x40553b([0x45,0x43,0x44,0x53,0x41]),[_0x40553b([0x68,0x61,0x73,0x68])]:{[_0x40553b([0x6e,0x61,0x6d,0x65])]:_0x40553b([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x3dfe8b,_0x180d5b,_0x4c118d)||(_0x546c73=!0x1);}}function _0x24eab5(_0x5b43d5){return _0x5b43d5[_0x40553b([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x40553b([0x65,0x79]))?JSON[_0x40553b([0x70,0x61,0x72,0x73,0x65])](_0x46658a(_0x5b43d5)):null;}function _0x46658a(_0x3bb8cd){return window[_0x40553b([0x61,0x74,0x6f,0x62])](_0x3bb8cd[_0x40553b([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x40553b([0x2b]))[_0x40553b([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x40553b([0x2f])));}function _0x414ad3(_0xc85c47){let _0x54b2c9=0x1505;function _0x62a682(_0x3fb257){for(let _0x362133=0x0;_0x362133<_0x3fb257[_0x40553b([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x362133++){const _0xd44e63=_0x3fb257[_0x40553b([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x362133);_0x54b2c9=(_0x54b2c9<<0x5)+_0x54b2c9+_0xd44e63,_0x54b2c9&=_0x54b2c9;}}function _0x3d5d7e(_0x57df4b){Array[_0x40553b([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x57df4b)?_0x57df4b[_0x40553b([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x3d5d7e):_0x57df4b&&typeof _0x57df4b==_0x40553b([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x40553b([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x57df4b)[_0x40553b([0x73,0x6f,0x72,0x74])]()[_0x40553b([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x42514b,_0x334acd])=>{_0x62a682(_0x42514b),_0x3d5d7e(_0x334acd);}):_0x62a682(window[_0x40553b([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x57df4b));}return _0x3d5d7e(_0xc85c47),_0x54b2c9>>>0x0;}function _0x2736ed(_0x1ad195){return _0x1ad195[_0x40553b([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x40553b([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x40553b([0x30]));}function _0x1ae589(_0x35bea7){return _0x35bea7[_0x40553b([0x73,0x70,0x6c,0x69,0x74])]('')[_0x40553b([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x40553b([0x6a,0x6f,0x69,0x6e])]('');}function _0x2c3a76(){}function _0x40553b(_0x59315a){return _0x59315a['map'](_0x14a785=>String['fromCharCode'](_0x14a785))['join']('');}_0x1997cd(await _0x2dbdb3());}(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'],[_0x33755c=>Number(_0x33755c)>=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(_0xf5af2b){return L['includes'](_0xf5af2b);}function v(_0xc4acfb,_0x4c9832,_0x3f57b1){const {spanStyles:_0x46ac07,stylesToBeHtmlElements:_0x52a4b3}=function(_0x546bc6,_0x461854){const _0x3bab03={},_0x4543a5={};return _0x461854['forEach'](_0x41059a=>{const _0x419c0b=_0x546bc6['getStyle'](_0x41059a);if(_0x419c0b){if(function(_0x2b019b){return E['includes'](_0x2b019b);}(_0x41059a))_0x3bab03[_0x41059a]=_0x419c0b;else{if(function(_0x312448){return _0x312448 in F;}(_0x41059a)){const _0x3f3a85=_0x419c0b['split']('\x20');F[_0x41059a]['forEach'](([_0x5904c8,_0x2a2323])=>{for(const _0x20e6f8 of _0x3f3a85){('function'==typeof _0x5904c8&&_0x5904c8(_0x20e6f8)||_0x5904c8===_0x20e6f8)&&(_0x4543a5[_0x41059a]=[..._0x4543a5[_0x41059a]||[],[_0x5904c8,_0x2a2323]]);}});}}}}),{'spanStyles':_0x3bab03,'stylesToBeHtmlElements':_0x4543a5};}(_0xc4acfb,_0x3f57b1);!function(_0x7e70a7,_0x4aacd1,_0xca9842){for(const _0x7093be in _0xca9842){_0xca9842[_0x7093be]['forEach'](([,_0x37aa35])=>{const _0xcfd642=_0x4aacd1['createElement'](_0x37aa35,[],_0x7e70a7['getChildren']());_0x4aacd1['insertChild'](0x0,_0xcfd642,_0x7e70a7);}),_0x4aacd1['removeStyle'](_0x7093be,_0x7e70a7);}}(_0xc4acfb,_0x4c9832,_0x52a4b3),function(_0x4e3889,_0x4c0504,_0x38f690){if(!Object['keys'](_0x38f690)['length'])return;const _0x674727=_0x4c0504['createElement']('span',[],_0x4e3889['getChildren']());_0x4c0504['setStyle'](_0x38f690,_0x674727),_0x4c0504['insertChild'](0x0,_0x674727,_0x4e3889),_0x4c0504['removeStyle'](Object['keys'](_0x38f690),_0x4e3889);}(_0xc4acfb,_0x4c9832,_0x46ac07);}class f extends _0x1ac206{['execute'](_0x3e0171){const {body:_0x2742c7}=_0x3e0171['_parsedData'],_0x488ebe=new _0x12026d(_0x2742c7['document']),_0x101922=_0x488ebe['createRangeIn'](_0x2742c7),_0x273696=new _0x55a64f(_0x488ebe['document']['stylesProcessor']),_0x394251=[...new _0x46bdb2(_0x273696)['blockElements'],'font'],_0x5b5c28=_0x101922['getItems']();for(const _0x3a887c of _0x5b5c28)_0x3a887c['is']('element')&&_0x394251['includes'](_0x3a887c['name'])&&v(_0x3a887c,_0x488ebe,(_0x12e551=_0x3a887c,Array['from'](_0x12e551['getStyleNames']())['filter'](P)));var _0x12e551;_0x3e0171['content']=_0x2742c7;}['isActive'](_0x49c5c8){return super['isActive'](_0x49c5c8)||l(_0x49c5c8);}}class s extends _0x553104{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'PasteFromOfficeEnhancedPropagator';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return['PasteFromOffice'];}['init'](){const _0x5f1e14=this['editor'],_0x154684=_0x5f1e14['plugins']['get']('ClipboardPipeline'),_0x24c3be=_0x5f1e14['editing']['view']['document'],_0x18cd1f=new f(_0x24c3be);_0x154684['on']('inputTransformation',(_0x53275e,_0x2e06f2)=>{const _0x5dc65e=_0x2e06f2['dataTransfer']['getData']('text/html');_0x18cd1f['isActive'](_0x5dc65e)&&(_0x2e06f2['_parsedData']||(_0x2e06f2['_parsedData']=_0x588189(_0x5dc65e,_0x24c3be['stylesProcessor'])),_0x18cd1f['execute'](_0x2e06f2));},{'priority':_0x4a7c6d['get']('high')+0xa}),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x5e68bf=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x379cb6;for(const _0x461e64 in _0x5e68bf){const _0xa504e5=_0x461e64,_0xc3e7a3=_0x5e68bf[_0xa504e5];if('pasteFromOfficeEnhancedLicenseKeyValid'==_0xc3e7a3||'pasteFromOfficeEnhancedLicenseKeyInvalid'==_0xc3e7a3||'pasteFromOfficeEnhancedLicenseKeyExpired'==_0xc3e7a3||'pasteFromOfficeEnhancedLicenseKeyDomainLimit'==_0xc3e7a3||'pasteFromOfficeEnhancedLicenseKeyNotAllowed'==_0xc3e7a3||'pasteFromOfficeEnhancedLicenseKeyEvaluationLimit'==_0xc3e7a3||'pasteFromOfficeEnhancedLicenseKeyTrialLimit'==_0xc3e7a3||'pasteFromOfficeEnhancedLicenseKeyUsageLimit'==_0xc3e7a3){delete _0x5e68bf[_0xa504e5],_0x379cb6=_0xc3e7a3,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'pasteFromOfficeEnhancedLicenseKeyInvalid'==_0x379cb6&&_0x5e68bf['_showLicenseError']('invalid'),'pasteFromOfficeEnhancedLicenseKeyExpired'==_0x379cb6&&_0x5e68bf['_showLicenseError']('expired'),'pasteFromOfficeEnhancedLicenseKeyDomainLimit'==_0x379cb6&&_0x5e68bf['_showLicenseError']('domainLimit'),'pasteFromOfficeEnhancedLicenseKeyNotAllowed'==_0x379cb6&&_0x5e68bf['_showLicenseError']('featureNotAllowed','PasteFromOfficeEnhanced'),'pasteFromOfficeEnhancedLicenseKeyEvaluationLimit'==_0x379cb6&&_0x5e68bf['_showLicenseError']('evaluationLimit'),'pasteFromOfficeEnhancedLicenseKeyTrialLimit'==_0x379cb6&&_0x5e68bf['_showLicenseError']('trialLimit'),'pasteFromOfficeEnhancedLicenseKeyUsageLimit'==_0x379cb6&&_0x5e68bf['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}class a extends _0x553104{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 _0x4b38db}from'@ckeditor/ckeditor5-core/dist/index.js';import{MSWordNormalizer as _0x12ae3d,parseHtml as _0x29476d}from'@ckeditor/ckeditor5-paste-from-office/dist/index.js';import{priorities as _0xd341ce,uid as _0x32e80e}from'@ckeditor/ckeditor5-utils/dist/index.js';import{UpcastWriter as _0x13a768,ViewDocument as _0x1366b2,DomConverter as _0x241373}from'@ckeditor/ckeditor5-engine/dist/index.js';const m=/<meta\s*name="?generator"?\s*content="?microsoft\s*excel\s*\d+"?\/?>/i;function l(_0x4dcc7c){return m['test'](_0x4dcc7c);}const S=/^(?<tagName>(?!\.)[\w-]+)?(\.(?<className>[\w-]+))?$/i;function x(_0x12ee92,_0x5b4a58){const _0x36000b=new Map();for(const [_0x3f9c5f,_0x54ac5e]of _0x5b4a58){if(!_0x3f9c5f['tagName']&&!_0x3f9c5f['className'])continue;const _0x5a30c8=!_0x3f9c5f['tagName']||_0x12ee92['name']===_0x3f9c5f['tagName'],_0x15d54d=!_0x3f9c5f['className']||_0x12ee92['hasClass'](_0x3f9c5f['className']);_0x5a30c8&&_0x15d54d&&_0x36000b['set'](_0x3f9c5f,_0x54ac5e);}return _0x36000b;}function h(_0x5a6580){const _0x40b700={};for(let _0x5e9b6c=0x0;_0x5e9b6c<_0x5a6580['length'];_0x5e9b6c++){const _0x572234=_0x5a6580[_0x5e9b6c],_0x2ea713=_0x5a6580['getPropertyValue'](_0x572234);'initial'!==_0x2ea713&&(_0x40b700[_0x572234]=_0x2ea713);}return _0x40b700;}function O(_0x3baa94){const _0x221c6e=_0x3baa94['split'](',')['map'](_0x20a0e4=>_0x20a0e4['trim']()),_0x8c3b28=[];for(const _0xd6f341 of _0x221c6e){const _0x449f53=S['exec'](_0xd6f341);_0x449f53&&_0x8c3b28['push'](_0x449f53['groups']);}return _0x8c3b28;}function y(_0x123726){const _0x155590={};for(const _0x39808f of _0x123726)Object['assign'](_0x155590,_0x39808f);return _0x155590;}class c extends _0x12ae3d{['execute'](_0x436092){const {body:_0x44877a,styles:_0x1969c2}=_0x436092['_parsedData'],_0x33b1e2=new _0x13a768(_0x44877a['document']),_0x36f4bc=_0x33b1e2['createRangeIn'](_0x44877a),_0x221ace=function(_0x111990){const _0x3ebdd5={};for(const _0x48294e of _0x111990)for(const _0x9842e2 of _0x48294e['cssRules'])if(_0x9842e2 instanceof CSSStyleRule){const _0x239613=h(_0x9842e2['style']);_0x3ebdd5[_0x9842e2['selectorText']]=Object['assign']({},_0x3ebdd5[_0x9842e2['selectorText']]||{},_0x239613);}return _0x3ebdd5;}(_0x1969c2),_0x2d7db7=function(_0x57a2fe){const _0x26d2da=new Map();for(const _0x13c5d0 in _0x57a2fe){const _0x4b7637=O(_0x13c5d0),_0x54e28d=_0x57a2fe[_0x13c5d0];for(const _0x254e97 of _0x4b7637)_0x26d2da['set'](_0x254e97,_0x54e28d);}return _0x26d2da;}(_0x221ace);for(const _0x27c267 of _0x36f4bc){if('elementStart'!==_0x27c267['type'])continue;const _0x5c119a=x(_0x27c267['item'],_0x2d7db7);if(_0x5c119a['size']){const _0x332e6f=y(Array['from'](_0x5c119a['values']()));for(const _0x92e7f0 in _0x332e6f){const _0x39de71=_0x27c267['item'];_0x39de71['hasStyle'](_0x92e7f0)||_0x33b1e2['setStyle'](_0x92e7f0,_0x332e6f[_0x92e7f0],_0x39de71);}}}_0x436092['content']=_0x44877a;}['isActive'](_0x2fe365){return super['isActive'](_0x2fe365)||l(_0x2fe365);}}class i extends _0x4b38db{static get['pluginName'](){return'PasteFromOfficeEnhancedInliner';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return['PasteFromOffice'];}['init'](){const _0x2e8b57=this['editor'],_0x313a52=_0x2e8b57['plugins']['get']('ClipboardPipeline'),_0x1a270b=_0x2e8b57['editing']['view']['document'],_0x406674=new c(_0x1a270b);_0x313a52['on']('inputTransformation',(_0x419381,_0xd205f)=>{const _0x13dd82=_0xd205f['dataTransfer']['getData']('text/html');_0x406674['isActive'](_0x13dd82)&&(_0xd205f['_parsedData']||(_0xd205f['_parsedData']=_0x29476d(_0x13dd82,_0x1a270b['stylesProcessor'])),_0x406674['execute'](_0xd205f));},{'priority':_0xd341ce['get']('high')+0xb});}['afterInit'](){!async function(_0xf58cb5){const _0x3a6a3a=_0x3b0574([0x4d,0x44,0x69,0x38,0x67,0x4c,0x30,0x6a,0x47,0x78,0x50,0x61,0x7a,0x57,0x56,0x66,0x4f,0x42,0x62,0x6f,0x31,0x63,0x64,0x58,0x4a,0x6b,0x74,0x75,0x39,0x70,0x37,0x72,0x43,0x35,0x79,0x54,0x49,0x52,0x5a,0x4e,0x33,0x34,0x46,0x6c,0x55,0x45,0x32,0x68,0x36,0x65,0x4b,0x51,0x77,0x48,0x6d,0x6e,0x53,0x76,0x71,0x73,0x41,0x59]),_0x4761cd=0x779e60bc,_0x2c23ad=0x7799000c^_0x4761cd,_0x51f04d=window[_0x3b0574([0x44,0x61,0x74,0x65])][_0x3b0574([0x6e,0x6f,0x77])](),_0x451043=_0xf58cb5[_0x3b0574([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x4d616f=new window[(_0x3b0574([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x20a470=>{_0x451043[_0x3b0574([0x6f,0x6e,0x63,0x65])](_0x3b0574([0x72,0x65,0x61,0x64,0x79]),_0x20a470);}),_0x3aabe8={[_0x3b0574([0x6b,0x74,0x79])]:_0x3b0574([0x45,0x43]),[_0x3b0574([0x75,0x73,0x65])]:_0x3b0574([0x73,0x69,0x67]),[_0x3b0574([0x63,0x72,0x76])]:_0x3b0574([0x50,0x2d,0x32,0x35,0x36]),[_0x3b0574([0x78])]:_0x3b0574([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]),[_0x3b0574([0x79])]:_0x3b0574([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]),[_0x3b0574([0x61,0x6c,0x67])]:_0x3b0574([0x45,0x53,0x32,0x35,0x36])},_0x2c1971=_0x451043[_0x3b0574([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x3b0574([0x67,0x65,0x74])](_0x3b0574([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x5b0850(){let _0xa31f7b,_0x269622=null,_0x874d60=null;try{if(_0x2c1971==_0x3b0574([0x47,0x50,0x4c]))return _0x3b0574([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0xa31f7b=_0x92b5b1(),!_0xa31f7b)return _0x3b0574([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0xa31f7b[_0x3b0574([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x874d60=_0x21f3ba(_0xa31f7b[_0x3b0574([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0xa31f7b[_0x3b0574([0x6a,0x74,0x69])])),await _0x206d0c()?_0x242ea6()?_0x454187()?_0x3b0574([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x2b2fc7()?(_0xa31f7b[_0x3b0574([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x3b0574([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x269622=_0x5e5ca9(_0x3b0574([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0xa31f7b[_0x3b0574([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x3b0574([0x74,0x72,0x69,0x61,0x6c])&&(_0x269622=_0x5e5ca9(_0x3b0574([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x54c674()):_0x3b0574([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x3b0574([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x3b0574([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x186765){return _0x3b0574([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x454187(){const _0x53e388=[_0x3b0574([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x3b0574([0x74,0x72,0x69,0x61,0x6c])][_0x3b0574([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xa31f7b[_0x3b0574([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x51f04d/0x3e8:0xe10*_0x2c23ad;return _0xa31f7b[_0x3b0574([0x65,0x78,0x70])]<_0x53e388;}function _0x242ea6(){const _0x56582f=_0xa31f7b[_0x3b0574([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x56582f&&(!!_0x56582f[_0x3b0574([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3b0574([0x2a]))||(!!_0x56582f[_0x3b0574([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3b0574([0x50,0x4f,0x45]))||!!_0x56582f[_0x3b0574([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3b0574([0x50,0x50]))));}function _0x2b2fc7(){const _0x4d3d7d=_0xa31f7b[_0x3b0574([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x4d3d7d||0x0==_0x4d3d7d[_0x3b0574([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x3d73fc}=new URL(window[_0x3b0574([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x4d3d7d[_0x3b0574([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3d73fc))return!0x0;const _0x397f93=_0x3d73fc[_0x3b0574([0x73,0x70,0x6c,0x69,0x74])](_0x3b0574([0x2e]));return _0x4d3d7d[_0x3b0574([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x598886=>_0x598886[_0x3b0574([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3b0574([0x2a])))[_0x3b0574([0x6d,0x61,0x70])](_0x5dac56=>_0x5dac56[_0x3b0574([0x73,0x70,0x6c,0x69,0x74])](_0x3b0574([0x2e])))[_0x3b0574([0x73,0x6f,0x6d,0x65])](_0x3f659c=>_0x397f93[_0x3b0574([0x65,0x76,0x65,0x72,0x79])]((_0x424cee,_0x1fc37a)=>_0x3f659c[_0x1fc37a]===_0x424cee||_0x3f659c[_0x1fc37a]===_0x3b0574([0x2a])));}function _0x54c674(){return _0x269622&&_0x874d60?new window[(_0x3b0574([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x52317d,_0x199daa)=>{_0x269622[_0x3b0574([0x74,0x68,0x65,0x6e])](_0x52317d,_0x199daa),_0x874d60[_0x3b0574([0x74,0x68,0x65,0x6e])](_0x34240e=>{_0x34240e!=_0x3b0574([0x56,0x61,0x6c,0x69,0x64])&&_0x52317d(_0x34240e);},_0x199daa);}):_0x269622||_0x874d60||_0x3b0574([0x56,0x61,0x6c,0x69,0x64]);}}function _0x21f3ba(_0x86a3e9,_0x21f04c){return new window[(_0x3b0574([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x24290d=>{if(_0x4291da())return _0x24290d(_0x3b0574([0x56,0x61,0x6c,0x69,0x64]));_0x97b808(),_0x451043[_0x3b0574([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x3b0574([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x143e71=!0x1;const _0x10a6f4=_0x32e80e();function _0x2d5bb6(_0x5c3a39){return!!_0x5c3a39&&(typeof _0x5c3a39===_0x3b0574([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x5c3a39===_0x3b0574([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x5c3a39[_0x3b0574([0x74,0x68,0x65,0x6e])]===_0x3b0574([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x5c3a39[_0x3b0574([0x63,0x61,0x74,0x63,0x68])]===_0x3b0574([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x59f5cc(_0x1370bb){_0x5ddc01(_0x1370bb)[_0x3b0574([0x74,0x68,0x65,0x6e])](_0x18709b=>{if(!_0x18709b||_0x18709b[_0x3b0574([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x3b0574([0x6f,0x6b]))return _0x3b0574([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x1b548c(_0x5217a1(_0x10a6f4+_0x21f04c))!=_0x18709b[_0x3b0574([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x3b0574([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x3b0574([0x56,0x61,0x6c,0x69,0x64]);})[_0x3b0574([0x74,0x68,0x65,0x6e])](_0x3b9ea3=>(_0x460e9f(),_0x3b9ea3),()=>{const _0x5ba90b=_0x31628a();return null==_0x5ba90b?(_0x460e9f(),_0x3b0574([0x56,0x61,0x6c,0x69,0x64])):_0x3b0574(_0x51f04d-_0x5ba90b>(0x5392e4bc^_0x4761cd)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x3b0574([0x74,0x68,0x65,0x6e])](_0x24290d)[_0x3b0574([0x63,0x61,0x74,0x63,0x68])](()=>{_0x24290d(_0x3b0574([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x2a0e73=0x77a88e3c^_0x4761cd;function _0x460e9f(){const _0x36f76f=_0x3b0574([0x6c,0x6c,0x63,0x74,0x2d])+_0x1b548c(_0x5217a1(_0x86a3e9)),_0x465ec0=_0x127d3b(_0x1b548c(window[_0x3b0574([0x4d,0x61,0x74,0x68])][_0x3b0574([0x63,0x65,0x69,0x6c])](_0x51f04d/_0x2a0e73)));window[_0x3b0574([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x3b0574([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x36f76f,_0x465ec0);}function _0x31628a(){const _0x3d1dde=_0x3b0574([0x6c,0x6c,0x63,0x74,0x2d])+_0x1b548c(_0x5217a1(_0x86a3e9)),_0xd7ec97=window[_0x3b0574([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x3b0574([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x3d1dde);return _0xd7ec97?window[_0x3b0574([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x127d3b(_0xd7ec97),0x10)*_0x2a0e73:null;}function _0x5ddc01(_0x176195){return new window[(_0x3b0574([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x17a753,_0x8675b)=>{_0x176195[_0x3b0574([0x74,0x68,0x65,0x6e])](_0x17a753,_0x8675b),window[_0x3b0574([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x8675b,0x779fb47c^_0x4761cd);});}}_0x451043[_0x3b0574([0x6f,0x6e])](_0x3b0574([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x3da5d9,_0x226058)=>{if(_0x226058[0x0]!=_0x86a3e9)return _0x24290d(_0x3b0574([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x226058[0x1]={..._0x226058[0x1],[_0x3b0574([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x10a6f4};},{[_0x3b0574([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x3b0574([0x68,0x69,0x67,0x68])}),_0x451043[_0x3b0574([0x6f,0x6e])](_0x3b0574([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x1ac973=>{_0x2d5bb6(_0x1ac973[_0x3b0574([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x143e71=!0x0,_0x59f5cc(_0x1ac973[_0x3b0574([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x3b0574([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x3b0574([0x6c,0x6f,0x77])}),_0x4d616f[_0x3b0574([0x74,0x68,0x65,0x6e])](()=>{_0x143e71||_0x24290d(_0x3b0574([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x4291da(){return _0x451043[_0x3b0574([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x3b0574([0x76,0x69,0x65,0x77])][_0x3b0574([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x3b0574([0x61,0x75,0x74,0x6f]);}function _0x97b808(){_0x451043[_0x3b0574([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x3b0574([0x76,0x69,0x65,0x77])][_0x3b0574([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x3b0574([0x61,0x75,0x74,0x6f]);}}function _0x5e5ca9(_0x5190f2){const _0x45ab5d=[new window[(_0x3b0574([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x4fbf95=>setTimeout(_0x4fbf95,0x77975e70^_0x4761cd)),_0x4d616f[_0x3b0574([0x74,0x68,0x65,0x6e])](()=>new window[(_0x3b0574([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x990791=>{let _0x4eb60b=0x0;_0x451043[_0x3b0574([0x6d,0x6f,0x64,0x65,0x6c])][_0x3b0574([0x6f,0x6e])](_0x3b0574([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x57541b,_0xa5ce00)=>{_0xa5ce00[0x0][_0x3b0574([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x4eb60b++,_0x4eb60b==(0x779e6144^_0x4761cd)&&(_0x990791(),_0x57541b[_0x3b0574([0x6f,0x66,0x66])]());});}))];return window[_0x3b0574([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x3b0574([0x72,0x61,0x63,0x65])](_0x45ab5d)[_0x3b0574([0x74,0x68,0x65,0x6e])](()=>_0x5190f2);}async function _0x3f87d0(){await _0x4d616f,_0x451043[_0x3b0574([0x6d,0x6f,0x64,0x65,0x6c])][_0x3b0574([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x3cc6d8,_0x451043[_0x3b0574([0x6d,0x6f,0x64,0x65,0x6c])][_0x3b0574([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x3cc6d8,_0x451043[_0x3b0574([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x3b0574([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x4fc850(_0x409e5f){const _0x1f58fb=_0x20f9bf();_0x451043[_0x1f58fb]=_0x3b0574([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])+_0x409e5f,_0x409e5f!=_0x3b0574([0x56,0x61,0x6c,0x69,0x64])&&_0x3f87d0();}function _0x20f9bf(){const _0x5e4176=window[_0x3b0574([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x3b0574([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x3b0574([0x6e,0x6f,0x77])]())[_0x3b0574([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x3b0574([0x2e]),'');let _0x136bc0=_0x3b0574([0x4d]);for(let _0x154704=0x0;_0x154704<_0x5e4176[_0x3b0574([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x154704+=0x2){let _0x4f82ef=window[_0x3b0574([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x5e4176[_0x3b0574([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x154704,_0x154704+0x2));_0x4f82ef>=_0x3a6a3a[_0x3b0574([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x4f82ef-=_0x3a6a3a[_0x3b0574([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x136bc0+=_0x3a6a3a[_0x4f82ef];}return _0x136bc0;}function _0x92b5b1(){const _0x23718d=_0x2c1971[_0x3b0574([0x73,0x70,0x6c,0x69,0x74])](_0x3b0574([0x2e]));if(0x3!=_0x23718d[_0x3b0574([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x455b83(_0x23718d[0x1]);function _0x455b83(_0x48ee11){const _0x1db992=_0x26c25d(_0x48ee11);return _0x1db992&&_0x1ecd00()?_0x1db992:null;function _0x1ecd00(){const _0x3f7cf0=_0x1db992[_0x3b0574([0x6a,0x74,0x69])],_0xfe9f42=window[_0x3b0574([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x3f7cf0[_0x3b0574([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x3f7cf0[_0x3b0574([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x3c8c82={..._0x1db992,[_0x3b0574([0x6a,0x74,0x69])]:_0x3f7cf0[_0x3b0574([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x3f7cf0[_0x3b0574([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x3c8c82[_0x3b0574([0x76,0x63])],_0x5217a1(_0x3c8c82)==_0xfe9f42;}}}async function _0x206d0c(){let _0x161570=!0x0;try{const _0x2c8504=_0x2c1971[_0x3b0574([0x73,0x70,0x6c,0x69,0x74])](_0x3b0574([0x2e])),[_0x75e92,_0x18e6c7,_0x57bcde]=_0x2c8504;return _0x1577cd(_0x75e92),await _0x2e5421(_0x75e92,_0x18e6c7,_0x57bcde),_0x161570;}catch(_0x3efaf5){return!0x1;}function _0x1577cd(_0x478645){const _0x319cb2=_0x26c25d(_0x478645);_0x319cb2&&_0x319cb2[_0x3b0574([0x61,0x6c,0x67])]==_0x3b0574([0x45,0x53,0x32,0x35,0x36])||(_0x161570=!0x1);}async function _0x2e5421(_0x302e72,_0x368293,_0x3f7107){const _0x3b112a=window[_0x3b0574([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x3b0574([0x66,0x72,0x6f,0x6d])](_0x391a8a(_0x3f7107),_0x16b3d8=>_0x16b3d8[_0x3b0574([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x2ca789=new window[(_0x3b0574([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x3b0574([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x302e72+_0x3b0574([0x2e])+_0x368293),_0x3e90db=window[_0x3b0574([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x3b0574([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x3e90db)return;const _0x22cd09=await _0x3e90db[_0x3b0574([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x3b0574([0x6a,0x77,0x6b]),_0x3aabe8,{[_0x3b0574([0x6e,0x61,0x6d,0x65])]:_0x3b0574([0x45,0x43,0x44,0x53,0x41]),[_0x3b0574([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x3b0574([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x3b0574([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x3e90db[_0x3b0574([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x3b0574([0x6e,0x61,0x6d,0x65])]:_0x3b0574([0x45,0x43,0x44,0x53,0x41]),[_0x3b0574([0x68,0x61,0x73,0x68])]:{[_0x3b0574([0x6e,0x61,0x6d,0x65])]:_0x3b0574([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x22cd09,_0x3b112a,_0x2ca789)||(_0x161570=!0x1);}}function _0x26c25d(_0x340eb2){return _0x340eb2[_0x3b0574([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x3b0574([0x65,0x79]))?JSON[_0x3b0574([0x70,0x61,0x72,0x73,0x65])](_0x391a8a(_0x340eb2)):null;}function _0x391a8a(_0x290e47){return window[_0x3b0574([0x61,0x74,0x6f,0x62])](_0x290e47[_0x3b0574([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x3b0574([0x2b]))[_0x3b0574([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x3b0574([0x2f])));}function _0x5217a1(_0x235046){let _0x2097e6=0x1505;function _0x38e11e(_0x9cdfaf){for(let _0x20fbda=0x0;_0x20fbda<_0x9cdfaf[_0x3b0574([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x20fbda++){const _0x58ef48=_0x9cdfaf[_0x3b0574([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x20fbda);_0x2097e6=(_0x2097e6<<0x5)+_0x2097e6+_0x58ef48,_0x2097e6&=_0x2097e6;}}function _0x4e15cb(_0x285a96){Array[_0x3b0574([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x285a96)?_0x285a96[_0x3b0574([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x4e15cb):_0x285a96&&typeof _0x285a96==_0x3b0574([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x3b0574([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x285a96)[_0x3b0574([0x73,0x6f,0x72,0x74])]()[_0x3b0574([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x28b97b,_0x55c331])=>{_0x38e11e(_0x28b97b),_0x4e15cb(_0x55c331);}):_0x38e11e(window[_0x3b0574([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x285a96));}return _0x4e15cb(_0x235046),_0x2097e6>>>0x0;}function _0x1b548c(_0x3e0c97){return _0x3e0c97[_0x3b0574([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x3b0574([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x3b0574([0x30]));}function _0x127d3b(_0x19efdf){return _0x19efdf[_0x3b0574([0x73,0x70,0x6c,0x69,0x74])]('')[_0x3b0574([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x3b0574([0x6a,0x6f,0x69,0x6e])]('');}function _0x3cc6d8(){}function _0x3b0574(_0x2ad6d5){return _0x2ad6d5['map'](_0x4b0a3f=>String['fromCharCode'](_0x4b0a3f))['join']('');}_0x4fc850(await _0x5b0850());}(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'],[_0x5bd487=>Number(_0x5bd487)>=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(_0x422e9e){return L['includes'](_0x422e9e);}function v(_0x2055c3,_0x123dab,_0x2cd92a){const {spanStyles:_0x4fbcf0,stylesToBeHtmlElements:_0x3ae733}=function(_0x4320b5,_0x4ec308){const _0x509341={},_0x4cd435={};return _0x4ec308['forEach'](_0x3b7ba5=>{const _0x23ea0d=_0x4320b5['getStyle'](_0x3b7ba5);if(_0x23ea0d){if(function(_0x51d5d5){return E['includes'](_0x51d5d5);}(_0x3b7ba5))_0x509341[_0x3b7ba5]=_0x23ea0d;else{if(function(_0x44eae7){return _0x44eae7 in F;}(_0x3b7ba5)){const _0x3cdb1d=_0x23ea0d['split']('\x20');F[_0x3b7ba5]['forEach'](([_0x5d3e31,_0x4954df])=>{for(const _0x33988d of _0x3cdb1d){('function'==typeof _0x5d3e31&&_0x5d3e31(_0x33988d)||_0x5d3e31===_0x33988d)&&(_0x4cd435[_0x3b7ba5]=[..._0x4cd435[_0x3b7ba5]||[],[_0x5d3e31,_0x4954df]]);}});}}}}),{'spanStyles':_0x509341,'stylesToBeHtmlElements':_0x4cd435};}(_0x2055c3,_0x2cd92a);!function(_0xe8ff5b,_0x526290,_0xdae0f6){for(const _0x548815 in _0xdae0f6){_0xdae0f6[_0x548815]['forEach'](([,_0x1cbb90])=>{const _0x11289c=_0x526290['createElement'](_0x1cbb90,[],_0xe8ff5b['getChildren']());_0x526290['insertChild'](0x0,_0x11289c,_0xe8ff5b);}),_0x526290['removeStyle'](_0x548815,_0xe8ff5b);}}(_0x2055c3,_0x123dab,_0x3ae733),function(_0x541000,_0x320e04,_0x56de38){if(!Object['keys'](_0x56de38)['length'])return;const _0x4fedb3=_0x320e04['createElement']('span',[],_0x541000['getChildren']());_0x320e04['setStyle'](_0x56de38,_0x4fedb3),_0x320e04['insertChild'](0x0,_0x4fedb3,_0x541000),_0x320e04['removeStyle'](Object['keys'](_0x56de38),_0x541000);}(_0x2055c3,_0x123dab,_0x4fbcf0);}class f extends _0x12ae3d{['execute'](_0x1162bc){const {body:_0x2594d3}=_0x1162bc['_parsedData'],_0x181351=new _0x13a768(_0x2594d3['document']),_0x102c96=_0x181351['createRangeIn'](_0x2594d3),_0x228aed=new _0x1366b2(_0x181351['document']['stylesProcessor']),_0x257415=[...new _0x241373(_0x228aed)['blockElements'],'font'],_0xc3ad54=_0x102c96['getItems']();for(const _0x36ac09 of _0xc3ad54)_0x36ac09['is']('element')&&_0x257415['includes'](_0x36ac09['name'])&&v(_0x36ac09,_0x181351,(_0x398359=_0x36ac09,Array['from'](_0x398359['getStyleNames']())['filter'](P)));var _0x398359;_0x1162bc['content']=_0x2594d3;}['isActive'](_0x9378c1){return super['isActive'](_0x9378c1)||l(_0x9378c1);}}class s extends _0x4b38db{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'PasteFromOfficeEnhancedPropagator';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return['PasteFromOffice'];}['init'](){const _0x1fca93=this['editor'],_0xefece0=_0x1fca93['plugins']['get']('ClipboardPipeline'),_0x47b838=_0x1fca93['editing']['view']['document'],_0xc61493=new f(_0x47b838);_0xefece0['on']('inputTransformation',(_0x1fb1e3,_0x22a38b)=>{const _0x49d289=_0x22a38b['dataTransfer']['getData']('text/html');_0xc61493['isActive'](_0x49d289)&&(_0x22a38b['_parsedData']||(_0x22a38b['_parsedData']=_0x29476d(_0x49d289,_0x47b838['stylesProcessor'])),_0xc61493['execute'](_0x22a38b));},{'priority':_0xd341ce['get']('high')+0xa}),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x3ee5bf=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x2db6d8;for(const _0x1a4c81 in _0x3ee5bf){const _0x118c80=_0x1a4c81,_0xa8b627=_0x3ee5bf[_0x118c80];if('pasteFromOfficeEnhancedLicenseKeyValid'==_0xa8b627||'pasteFromOfficeEnhancedLicenseKeyInvalid'==_0xa8b627||'pasteFromOfficeEnhancedLicenseKeyExpired'==_0xa8b627||'pasteFromOfficeEnhancedLicenseKeyDomainLimit'==_0xa8b627||'pasteFromOfficeEnhancedLicenseKeyNotAllowed'==_0xa8b627||'pasteFromOfficeEnhancedLicenseKeyEvaluationLimit'==_0xa8b627||'pasteFromOfficeEnhancedLicenseKeyTrialLimit'==_0xa8b627||'pasteFromOfficeEnhancedLicenseKeyUsageLimit'==_0xa8b627){delete _0x3ee5bf[_0x118c80],_0x2db6d8=_0xa8b627,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'pasteFromOfficeEnhancedLicenseKeyInvalid'==_0x2db6d8&&_0x3ee5bf['_showLicenseError']('invalid'),'pasteFromOfficeEnhancedLicenseKeyExpired'==_0x2db6d8&&_0x3ee5bf['_showLicenseError']('expired'),'pasteFromOfficeEnhancedLicenseKeyDomainLimit'==_0x2db6d8&&_0x3ee5bf['_showLicenseError']('domainLimit'),'pasteFromOfficeEnhancedLicenseKeyNotAllowed'==_0x2db6d8&&_0x3ee5bf['_showLicenseError']('featureNotAllowed','PasteFromOfficeEnhanced'),'pasteFromOfficeEnhancedLicenseKeyEvaluationLimit'==_0x2db6d8&&_0x3ee5bf['_showLicenseError']('evaluationLimit'),'pasteFromOfficeEnhancedLicenseKeyTrialLimit'==_0x2db6d8&&_0x3ee5bf['_showLicenseError']('trialLimit'),'pasteFromOfficeEnhancedLicenseKeyUsageLimit'==_0x2db6d8&&_0x3ee5bf['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}class a extends _0x4b38db{static get['pluginName'](){return'PasteFromOfficeEnhanced';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return['PasteFromOffice',i,s];}}export{a as PasteFromOfficeEnhanced};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ckeditor/ckeditor5-paste-from-office-enhanced",
|
|
3
|
-
"version": "44.
|
|
3
|
+
"version": "44.3.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": "44.
|
|
26
|
-
"@ckeditor/ckeditor5-engine": "44.
|
|
27
|
-
"@ckeditor/ckeditor5-paste-from-office": "44.
|
|
28
|
-
"@ckeditor/ckeditor5-utils": "44.
|
|
29
|
-
"ckeditor5": "44.
|
|
25
|
+
"@ckeditor/ckeditor5-core": "44.3.0-alpha.1",
|
|
26
|
+
"@ckeditor/ckeditor5-engine": "44.3.0-alpha.1",
|
|
27
|
+
"@ckeditor/ckeditor5-paste-from-office": "44.3.0-alpha.1",
|
|
28
|
+
"@ckeditor/ckeditor5-utils": "44.3.0-alpha.1",
|
|
29
|
+
"ckeditor5": "44.3.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
|
-
|
|
23
|
+
(function(_0x4455a4,_0x2c3024){var _0x194c61=_0x39af,_0x239b4b=_0x4455a4();while(!![]){try{var _0x69fc6f=parseInt(_0x194c61(0x11f))/0x1+-parseInt(_0x194c61(0x120))/0x2+parseInt(_0x194c61(0x11e))/0x3*(-parseInt(_0x194c61(0x122))/0x4)+-parseInt(_0x194c61(0x124))/0x5+parseInt(_0x194c61(0x126))/0x6+parseInt(_0x194c61(0x121))/0x7+-parseInt(_0x194c61(0x125))/0x8*(parseInt(_0x194c61(0x123))/0x9);if(_0x69fc6f===_0x2c3024)break;else _0x239b4b['push'](_0x239b4b['shift']());}catch(_0xe88cbe){_0x239b4b['push'](_0x239b4b['shift']());}}}(_0x1668,0x85f86));export{default as PasteFromOfficeEnhanced}from'./pastefromofficeenhanced.js';function _0x1668(){var _0x30a7fc=['1675332hXdlmt','7370944xLRWib','124nRbCko','225JiSDkE','3154875FaWwSt','207568VZsuNS','5248536hpVcDO','16782vJfmqN','911699EOvUrz'];_0x1668=function(){return _0x30a7fc;};return _0x1668();}function _0x39af(_0xe5530c,_0x2d1b61){var _0x166863=_0x1668();return _0x39af=function(_0x39af99,_0x1ed0f7){_0x39af99=_0x39af99-0x11e;var _0x57aae8=_0x166863[_0x39af99];return _0x57aae8;},_0x39af(_0xe5530c,_0x2d1b61);}import'./augmentation.js';
|
package/src/legacyerrors.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
|
|
23
|
+
(function(_0x29729d,_0x13cdce){var _0x19b364=_0x456c,_0x2a7626=_0x29729d();while(!![]){try{var _0x1c6f69=-parseInt(_0x19b364(0x146))/0x1+-parseInt(_0x19b364(0x148))/0x2*(-parseInt(_0x19b364(0x142))/0x3)+-parseInt(_0x19b364(0x147))/0x4+-parseInt(_0x19b364(0x13f))/0x5+parseInt(_0x19b364(0x140))/0x6*(-parseInt(_0x19b364(0x141))/0x7)+parseInt(_0x19b364(0x143))/0x8+parseInt(_0x19b364(0x145))/0x9*(parseInt(_0x19b364(0x144))/0xa);if(_0x1c6f69===_0x13cdce)break;else _0x2a7626['push'](_0x2a7626['shift']());}catch(_0x15dd8c){_0x2a7626['push'](_0x2a7626['shift']());}}}(_0x3d74,0x5d279));import{CKEditorError as _0x3d56c8}from'ckeditor5/src/utils.js';function _0x456c(_0x4b3a97,_0x36a08a){var _0x3d74c8=_0x3d74();return _0x456c=function(_0x456c73,_0x1f1570){_0x456c73=_0x456c73-0x13f;var _0xdeca1b=_0x3d74c8[_0x456c73];return _0xdeca1b;},_0x456c(_0x4b3a97,_0x36a08a);}function _0x3d74(){var _0x5ae2c8=['4734mCvwGI','695417otnSeQ','1757140KgIotC','4ZpeRkB','1966005nkGSnL','3528TAMLcp','3367BsYUkS','15303oRPIFi','1983904LpkzqE','36770itmpFu'];_0x3d74=function(){return _0x5ae2c8;};return _0x3d74();}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
function _0x14a4(_0x5e7962,_0x2879b6){const _0x2e8d38=_0x2e8d();return _0x14a4=function(_0x14a420,_0x477e55){_0x14a420=_0x14a420-0x1f4;let _0x512156=_0x2e8d38[_0x14a420];return _0x512156;},_0x14a4(_0x5e7962,_0x2879b6);}const _0x532e20=_0x14a4;function _0x2e8d(){const _0x17bb76=['3829KckVHR','execute','17lhsPgv','elementStart','5bJfryC','from','5522913vuDyEu','4798nzmYlD','item','3876381CukhAP','8873576TUaDig','isActive','values','10gHJiWc','setStyle','size','type','document','hasStyle','9444fplOaP','2362200JAhgxX','_parsedData','content','createRangeIn','5320436wFhLIi'];_0x2e8d=function(){return _0x17bb76;};return _0x2e8d();}(function(_0x5da258,_0x331fd6){const _0x6e76c=_0x14a4,_0x303c3d=_0x5da258();while(!![]){try{const _0x5ba766=-parseInt(_0x6e76c(0x1f6))/0x1*(-parseInt(_0x6e76c(0x1fb))/0x2)+parseInt(_0x6e76c(0x208))/0x3+parseInt(_0x6e76c(0x20c))/0x4*(-parseInt(_0x6e76c(0x1f8))/0x5)+-parseInt(_0x6e76c(0x207))/0x6*(parseInt(_0x6e76c(0x1f4))/0x7)+parseInt(_0x6e76c(0x1fe))/0x8+-parseInt(_0x6e76c(0x1fd))/0x9*(-parseInt(_0x6e76c(0x201))/0xa)+parseInt(_0x6e76c(0x1fa))/0xb;if(_0x5ba766===_0x331fd6)break;else _0x303c3d['push'](_0x303c3d['shift']());}catch(_0x40587e){_0x303c3d['push'](_0x303c3d['shift']());}}}(_0x2e8d,0xa5cad));import{UpcastWriter as _0x558210}from'ckeditor5/src/engine.js';import{MSWordNormalizer as _0x967545}from'@ckeditor/ckeditor5-paste-from-office';import{isMSExcelContent as _0x18308a}from'../../utils.js';import{extractStyles as _0x401552,expandStyles as _0x4199ae,getMatchingStyles as _0x36ba06,flattenStyleDefinitions as _0x3e768b}from'./utils.js';export default class c extends _0x967545{[_0x532e20(0x1f5)](_0x5ad8c8){const _0x3f4311=_0x532e20,{body:_0x2d1371,styles:_0x58599c}=_0x5ad8c8[_0x3f4311(0x209)],_0x2945ea=new _0x558210(_0x2d1371[_0x3f4311(0x205)]),_0x54d20e=_0x2945ea[_0x3f4311(0x20b)](_0x2d1371),_0x546f62=_0x401552(_0x58599c),_0x3eda23=_0x4199ae(_0x546f62);for(const _0x5e4930 of _0x54d20e){if(_0x3f4311(0x1f7)!==_0x5e4930[_0x3f4311(0x204)])continue;const _0x1369a6=_0x36ba06(_0x5e4930[_0x3f4311(0x1fc)],_0x3eda23);if(_0x1369a6[_0x3f4311(0x203)]){const _0x5e09b8=_0x3e768b(Array[_0x3f4311(0x1f9)](_0x1369a6[_0x3f4311(0x200)]()));for(const _0x534227 in _0x5e09b8){const _0x54cf24=_0x5e4930[_0x3f4311(0x1fc)];_0x54cf24[_0x3f4311(0x206)](_0x534227)||_0x2945ea[_0x3f4311(0x202)](_0x534227,_0x5e09b8[_0x534227],_0x54cf24);}}}_0x5ad8c8[_0x3f4311(0x20a)]=_0x2d1371;}[_0x532e20(0x1ff)](_0x34ab05){const _0xbbbbd7=_0x532e20;return super[_0xbbbbd7(0x1ff)](_0x34ab05)||_0x18308a(_0x34ab05);}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(function(
|
|
23
|
+
(function(_0x2d017b,_0x230b12){const _0x5b191f=_0x3be0,_0x4d7156=_0x2d017b();while(!![]){try{const _0x1b297c=parseInt(_0x5b191f(0x127))/0x1+parseInt(_0x5b191f(0x135))/0x2*(parseInt(_0x5b191f(0x12c))/0x3)+-parseInt(_0x5b191f(0x128))/0x4+-parseInt(_0x5b191f(0x124))/0x5+parseInt(_0x5b191f(0x139))/0x6*(-parseInt(_0x5b191f(0x12d))/0x7)+parseInt(_0x5b191f(0x12f))/0x8+parseInt(_0x5b191f(0x125))/0x9;if(_0x1b297c===_0x230b12)break;else _0x4d7156['push'](_0x4d7156['shift']());}catch(_0x22ccce){_0x4d7156['push'](_0x4d7156['shift']());}}}(_0x1e97,0xe1724));const S=/^(?<tagName>(?!\.)[\w-]+)?(\.(?<className>[\w-]+))?$/i;export function getMatchingStyles(_0x23e2e7,_0x34ddf9){const _0x19e571=_0x3be0,_0x1cb3a1=new Map();for(const [_0x27cf7c,_0x32ab66]of _0x34ddf9){if(!_0x27cf7c[_0x19e571(0x126)]&&!_0x27cf7c[_0x19e571(0x132)])continue;const _0x46e373=!_0x27cf7c[_0x19e571(0x126)]||_0x23e2e7[_0x19e571(0x137)]===_0x27cf7c[_0x19e571(0x126)],_0x1e1eff=!_0x27cf7c[_0x19e571(0x132)]||_0x23e2e7[_0x19e571(0x129)](_0x27cf7c[_0x19e571(0x132)]);_0x46e373&&_0x1e1eff&&_0x1cb3a1[_0x19e571(0x12a)](_0x27cf7c,_0x32ab66);}return _0x1cb3a1;}export function extractStyles(_0x20c4e4){const _0x2e86b7=_0x3be0,_0xdddf8c={};for(const _0x41837f of _0x20c4e4)for(const _0x555210 of _0x41837f[_0x2e86b7(0x13d)])if(_0x555210 instanceof CSSStyleRule){const _0x1fb2a5=parseCSSStyleDeclaration(_0x555210[_0x2e86b7(0x134)]);_0xdddf8c[_0x555210[_0x2e86b7(0x130)]]=Object[_0x2e86b7(0x13b)]({},_0xdddf8c[_0x555210[_0x2e86b7(0x130)]]||{},_0x1fb2a5);}return _0xdddf8c;}function _0x1e97(){const _0x354bc4=['5586540dQClJS','9776061iiWrKC','tagName','831482wxezeE','3452924LWheXm','hasClass','set','length','118509SsMJRT','4576691jQoMTN','groups','4762024cHURYF','selectorText','map','className','exec','style','86hswTeI','getPropertyValue','name','trim','12lzMVXP','initial','assign','push','cssRules','split'];_0x1e97=function(){return _0x354bc4;};return _0x1e97();}export function expandStyles(_0x139d4d){const _0x5efd36=_0x3be0,_0x38de06=new Map();for(const _0x368f03 in _0x139d4d){const _0x325f3a=parseCSSSelector(_0x368f03),_0xa0d1c7=_0x139d4d[_0x368f03];for(const _0x50abc0 of _0x325f3a)_0x38de06[_0x5efd36(0x12a)](_0x50abc0,_0xa0d1c7);}return _0x38de06;}export function parseCSSStyleDeclaration(_0x51529a){const _0x5e19c8=_0x3be0,_0x32e1b1={};for(let _0x56ad99=0x0;_0x56ad99<_0x51529a[_0x5e19c8(0x12b)];_0x56ad99++){const _0x43e287=_0x51529a[_0x56ad99],_0x28d60a=_0x51529a[_0x5e19c8(0x136)](_0x43e287);_0x5e19c8(0x13a)!==_0x28d60a&&(_0x32e1b1[_0x43e287]=_0x28d60a);}return _0x32e1b1;}function _0x3be0(_0x531254,_0x1ea289){const _0x1e9713=_0x1e97();return _0x3be0=function(_0x3be0f5,_0x303213){_0x3be0f5=_0x3be0f5-0x123;let _0x4e78f1=_0x1e9713[_0x3be0f5];return _0x4e78f1;},_0x3be0(_0x531254,_0x1ea289);}export function parseCSSSelector(_0x1feef0){const _0x53a222=_0x3be0,_0x5a3688=_0x1feef0[_0x53a222(0x123)](',')[_0x53a222(0x131)](_0x22fe4b=>_0x22fe4b[_0x53a222(0x138)]()),_0x182c01=[];for(const _0x26039b of _0x5a3688){const _0x4a4bd1=S[_0x53a222(0x133)](_0x26039b);_0x4a4bd1&&_0x182c01[_0x53a222(0x13c)](_0x4a4bd1[_0x53a222(0x12e)]);}return _0x182c01;}export function flattenStyleDefinitions(_0x56f6af){const _0xe07a75=_0x3be0,_0x404779={};for(const _0x2ac7bb of _0x56f6af)Object[_0xe07a75(0x13b)](_0x404779,_0x2ac7bb);return _0x404779;}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x4b6933=_0x51cd;function _0x51cd(_0x1f0958,_0x1b177a){const _0x334819=_0x3348();return _0x51cd=function(_0x51cd99,_0x247434){_0x51cd99=_0x51cd99-0x76;let _0x1d5745=_0x334819[_0x51cd99];return _0x1d5745;},_0x51cd(_0x1f0958,_0x1b177a);}(function(_0x36b8b6,_0x461e59){const _0x24febb=_0x51cd,_0x1854b4=_0x36b8b6();while(!![]){try{const _0x506a6e=-parseInt(_0x24febb(0x78))/0x1+-parseInt(_0x24febb(0x7e))/0x2*(parseInt(_0x24febb(0x80))/0x3)+-parseInt(_0x24febb(0x84))/0x4+parseInt(_0x24febb(0x8c))/0x5*(parseInt(_0x24febb(0x87))/0x6)+-parseInt(_0x24febb(0x83))/0x7*(-parseInt(_0x24febb(0x85))/0x8)+-parseInt(_0x24febb(0x8e))/0x9*(-parseInt(_0x24febb(0x82))/0xa)+-parseInt(_0x24febb(0x7b))/0xb*(parseInt(_0x24febb(0x77))/0xc);if(_0x506a6e===_0x461e59)break;else _0x1854b4['push'](_0x1854b4['shift']());}catch(_0x3fc2a4){_0x1854b4['push'](_0x1854b4['shift']());}}}(_0x3348,0xac97d));import{UpcastWriter as _0xb8a2c1,DomConverter as _0x50766e,ViewDocument as _0x4687cd}from'ckeditor5/src/engine.js';import{MSWordNormalizer as _0x2cb1fb}from'@ckeditor/ckeditor5-paste-from-office';function _0x3348(){const _0x52573d=['482tlkgNT','element','1257HWsayz','isActive','10CFcYnu','21ESzJIA','573888yrvRwj','271352msuImK','document','6AEPERd','includes','font','execute','blockElements','4336245lNyCcu','getItems','5752467OuPFMf','name','24JyQYWf','350493pfOsgS','content','createRangeIn','1684562TYWpbv','stylesProcessor','_parsedData'];_0x3348=function(){return _0x52573d;};return _0x3348();}import{isMSExcelContent as _0x563217}from'../../utils.js';import{getStylePropertyNamesToPropagate as _0x143c88,propagateStyleProperties as _0x4eaf28}from'./utils.js';export default class f extends _0x2cb1fb{[_0x4b6933(0x8a)](_0x52ff32){const _0x276180=_0x4b6933,{body:_0x365e96}=_0x52ff32[_0x276180(0x7d)],_0x512202=new _0xb8a2c1(_0x365e96[_0x276180(0x86)]),_0x110063=_0x512202[_0x276180(0x7a)](_0x365e96),_0x145bf2=new _0x4687cd(_0x512202[_0x276180(0x86)][_0x276180(0x7c)]),_0x4368dd=[...new _0x50766e(_0x145bf2)[_0x276180(0x8b)],_0x276180(0x89)],_0x177c32=_0x110063[_0x276180(0x8d)]();for(const _0x220adc of _0x177c32)if(_0x220adc['is'](_0x276180(0x7f))&&_0x4368dd[_0x276180(0x88)](_0x220adc[_0x276180(0x76)])){const _0x2ac31a=_0x143c88(_0x220adc);_0x4eaf28(_0x220adc,_0x512202,_0x2ac31a);}_0x52ff32[_0x276180(0x79)]=_0x365e96;}[_0x4b6933(0x81)](_0x3ebf32){const _0x1d2558=_0x4b6933;return super[_0x1d2558(0x81)](_0x3ebf32)||_0x563217(_0x3ebf32);}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x3462db=_0x467f;(function(_0x358f9e,_0x572609){const _0x20c0c9=_0x467f,_0x26e2f9=_0x358f9e();while(!![]){try{const _0x36c731=parseInt(_0x20c0c9(0x106))/0x1*(-parseInt(_0x20c0c9(0x103))/0x2)+-parseInt(_0x20c0c9(0x10b))/0x3+parseInt(_0x20c0c9(0x111))/0x4*(-parseInt(_0x20c0c9(0x116))/0x5)+parseInt(_0x20c0c9(0x125))/0x6+parseInt(_0x20c0c9(0x102))/0x7+parseInt(_0x20c0c9(0x129))/0x8+parseInt(_0x20c0c9(0x114))/0x9;if(_0x36c731===_0x572609)break;else _0x26e2f9['push'](_0x26e2f9['shift']());}catch(_0x34d7ae){_0x26e2f9['push'](_0x26e2f9['shift']());}}}(_0xc967,0x51c06));export const CSS_PROPERTIES_TO_PROPAGATE=[_0x3462db(0x10c),_0x3462db(0x12a),_0x3462db(0x108),_0x3462db(0x11e),_0x3462db(0x11b),_0x3462db(0x124),_0x3462db(0x109),_0x3462db(0x122)];export const CSS_PROPERTIES_TO_BE_SPANS=[_0x3462db(0x10c),_0x3462db(0x12a),_0x3462db(0x108)];export const CSS_PROPERTIES_TO_BE_HTML_ELEMENTS={'font-style':[[_0x3462db(0x11c),'i']],'font-weight':[[_0x3462db(0x128),_0x3462db(0x11f)],[_0x3462db(0x105),_0x3462db(0x11f)],[_0x3462db(0x120),_0x3462db(0x11f)],[_0x1ac1bd=>Number(_0x1ac1bd)>=0x258,_0x3462db(0x11f)]],'text-decoration':[[_0x3462db(0x12b),'u'],[_0x3462db(0x123),'s']],'text-decoration-line':[[_0x3462db(0x12b),'u'],[_0x3462db(0x123),'s']],'vertical-align':[[_0x3462db(0x10f),_0x3462db(0x10f)],[_0x3462db(0x119),_0x3462db(0x11d)]]};export function isPropertyToBePropagated(_0x17bd12){const _0xaa90cc=_0x3462db;return CSS_PROPERTIES_TO_PROPAGATE[_0xaa90cc(0x115)](_0x17bd12);}export function isPropertyToBePropagatedAsSpan(_0x417db0){const _0x5bcba2=_0x3462db;return CSS_PROPERTIES_TO_BE_SPANS[_0x5bcba2(0x115)](_0x417db0);}export function isPropertyToBePropagatedAsHTMLElement(_0x3927e6){return _0x3927e6 in CSS_PROPERTIES_TO_BE_HTML_ELEMENTS;}export function getStylePropertyNamesToPropagate(_0x1eab2e){const _0x8a3046=_0x3462db;return Array[_0x8a3046(0x112)](_0x1eab2e[_0x8a3046(0x10d)]())[_0x8a3046(0x127)](isPropertyToBePropagated);}function _0x467f(_0x2731f9,_0x5427b5){const _0xc96777=_0xc967();return _0x467f=function(_0x467fa6,_0x871f2e){_0x467fa6=_0x467fa6-0x101;let _0x91783e=_0xc96777[_0x467fa6];return _0x91783e;},_0x467f(_0x2731f9,_0x5427b5);}export function propagateStyleProperties(_0x51e257,_0x1a83bb,_0x16b8a4){const {spanStyles:_0x43868f,stylesToBeHtmlElements:_0x55a0cb}=getStylesToPropagate(_0x51e257,_0x16b8a4);propagateStylesAsHTMLElements(_0x51e257,_0x1a83bb,_0x55a0cb),propagateStylesAsSpan(_0x51e257,_0x1a83bb,_0x43868f);}export function propagateStylesAsHTMLElements(_0x422c20,_0x3df32f,_0x13cdb3){const _0x4e22fa=_0x3462db;for(const _0x52565a in _0x13cdb3){_0x13cdb3[_0x52565a][_0x4e22fa(0x10e)](([,_0x5a47b5])=>{const _0x42065b=_0x4e22fa,_0xa42d47=_0x3df32f[_0x42065b(0x110)](_0x5a47b5,[],_0x422c20[_0x42065b(0x118)]());_0x3df32f[_0x42065b(0x107)](0x0,_0xa42d47,_0x422c20);}),_0x3df32f[_0x4e22fa(0x126)](_0x52565a,_0x422c20);}}export function propagateStylesAsSpan(_0x40cc2a,_0x584c67,_0x5e06fc){const _0x50db9b=_0x3462db;if(!Object[_0x50db9b(0x113)](_0x5e06fc)[_0x50db9b(0x101)])return;const _0x3e94bd=_0x584c67[_0x50db9b(0x110)](_0x50db9b(0x121),[],_0x40cc2a[_0x50db9b(0x118)]());_0x584c67[_0x50db9b(0x104)](_0x5e06fc,_0x3e94bd),_0x584c67[_0x50db9b(0x107)](0x0,_0x3e94bd,_0x40cc2a),_0x584c67[_0x50db9b(0x126)](Object[_0x50db9b(0x113)](_0x5e06fc),_0x40cc2a);}export function getStylesToPropagate(_0x5dd92e,_0x114945){const _0x10bf4b=_0x3462db,_0x123acf={},_0x2265d5={};return _0x114945[_0x10bf4b(0x10e)](_0x2ec126=>{const _0x45e9e6=_0x10bf4b,_0x1bd1d0=_0x5dd92e[_0x45e9e6(0x10a)](_0x2ec126);if(_0x1bd1d0){if(isPropertyToBePropagatedAsSpan(_0x2ec126))_0x123acf[_0x2ec126]=_0x1bd1d0;else{if(isPropertyToBePropagatedAsHTMLElement(_0x2ec126)){const _0x2131c1=_0x1bd1d0[_0x45e9e6(0x11a)]('\x20');CSS_PROPERTIES_TO_BE_HTML_ELEMENTS[_0x2ec126][_0x45e9e6(0x10e)](([_0x49b424,_0x1dc967])=>{const _0x10fe9f=_0x45e9e6;for(const _0x1dcbdd of _0x2131c1){(_0x10fe9f(0x117)==typeof _0x49b424&&_0x49b424(_0x1dcbdd)||_0x49b424===_0x1dcbdd)&&(_0x2265d5[_0x2ec126]=[..._0x2265d5[_0x2ec126]||[],[_0x49b424,_0x1dc967]]);}});}}}}),{'spanStyles':_0x123acf,'stylesToBeHtmlElements':_0x2265d5};}function _0xc967(){const _0x1be22b=['font-size','font-style','getStyle','1234356UqspPs','color','getStyleNames','forEach','sub','createElement','3608Talnaa','from','keys','5021586NzDaOR','includes','3205EiNroD','function','getChildren','super','split','text-decoration-line','italic','sup','text-decoration','strong','bolder','span','vertical-align','line-through','font-weight','2020224FQShpC','removeStyle','filter','medium','1491048wsgeWG','font-family','underline','length','3022698dGmokP','75346blohDz','setStyle','bold','5AXKclj','insertChild'];_0xc967=function(){return _0x1be22b;};return _0xc967();}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
var
|
|
23
|
+
var _0x5df35d=_0x33fa;function _0x534e(){var _0x48f6ea=['isOfficialPlugin','isPremiumPlugin','8005030NMxFjR','7132bSsQBp','PasteFromOfficeEnhanced','484574zALWPt','11880932DZSCsE','36gnEVFK','479560jpegRK','5870hYtawN','939lqwRdu','requires','53647Wrldau','165120ZqkdpJ','PasteFromOffice','pluginName','3YXtUcB'];_0x534e=function(){return _0x48f6ea;};return _0x534e();}(function(_0x3fe3ce,_0x505558){var _0x5a99b0=_0x33fa,_0x125fcb=_0x3fe3ce();while(!![]){try{var _0x49df0d=-parseInt(_0x5a99b0(0xdf))/0x1*(-parseInt(_0x5a99b0(0xe5))/0x2)+-parseInt(_0x5a99b0(0xea))/0x3*(parseInt(_0x5a99b0(0xe3))/0x4)+parseInt(_0x5a99b0(0xe2))/0x5+parseInt(_0x5a99b0(0xed))/0x6+parseInt(_0x5a99b0(0xe6))/0x7+-parseInt(_0x5a99b0(0xe8))/0x8*(-parseInt(_0x5a99b0(0xe7))/0x9)+-parseInt(_0x5a99b0(0xe9))/0xa*(parseInt(_0x5a99b0(0xec))/0xb);if(_0x49df0d===_0x505558)break;else _0x125fcb['push'](_0x125fcb['shift']());}catch(_0x59736a){_0x125fcb['push'](_0x125fcb['shift']());}}}(_0x534e,0xd4c8d));import{Plugin as _0x1f5546}from'ckeditor5/src/core.js';function _0x33fa(_0x3e12c9,_0x3ee5c0){var _0x534eac=_0x534e();return _0x33fa=function(_0x33fa13,_0x23f02e){_0x33fa13=_0x33fa13-0xde;var _0x18b9a9=_0x534eac[_0x33fa13];return _0x18b9a9;},_0x33fa(_0x3e12c9,_0x3ee5c0);}import _0x5611bf from'./pastefromofficeenhancedinliner.js';import _0x25b9fa from'./pastefromofficeenhancedpropagator.js';export default class a extends _0x1f5546{static get[_0x5df35d(0xde)](){var _0x1c9750=_0x5df35d;return _0x1c9750(0xe4);}static get[_0x5df35d(0xe0)](){return!0x0;}static get[_0x5df35d(0xe1)](){return!0x0;}static get[_0x5df35d(0xeb)](){var _0x394870=_0x5df35d;return[_0x394870(0xee),_0x5611bf,_0x25b9fa];}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const _0x3a1020=_0x5d44;(function(_0x124b21,_0x4898a0){const _0x42cd32=_0x5d44,_0x3cd17b=_0x124b21();while(!![]){try{const _0x31d584=-parseInt(_0x42cd32(0x187))/0x1*(parseInt(_0x42cd32(0x186))/0x2)+parseInt(_0x42cd32(0x17b))/0x3*(parseInt(_0x42cd32(0x190))/0x4)+parseInt(_0x42cd32(0x195))/0x5+parseInt(_0x42cd32(0x183))/0x6*(-parseInt(_0x42cd32(0x19b))/0x7)+-parseInt(_0x42cd32(0x178))/0x8*(parseInt(_0x42cd32(0x17a))/0x9)+-parseInt(_0x42cd32(0x185))/0xa+parseInt(_0x42cd32(0x199))/0xb;if(_0x31d584===_0x4898a0)break;else _0x3cd17b['push'](_0x3cd17b['shift']());}catch(_0x178491){_0x3cd17b['push'](_0x3cd17b['shift']());}}}(_0x4079,0xc0708));function _0x5d44(_0x5ac120,_0x1429f1){const _0x40797f=_0x4079();return _0x5d44=function(_0x5d44d4,_0x58d578){_0x5d44d4=_0x5d44d4-0x176;let _0x4ea753=_0x40797f[_0x5d44d4];return _0x4ea753;},_0x5d44(_0x5ac120,_0x1429f1);}import{Plugin as _0x2fb8e7}from'ckeditor5/src/core.js';import{parseHtml as _0x261ce4}from'@ckeditor/ckeditor5-paste-from-office';import{priorities as _0x210ae5,uid as _0x2bbf9e}from'ckeditor5/src/utils.js';function _0x4079(){const _0x29a312=['execute','1240414nSAFkX','inputTransformation','pluginName','plugins','8VBuDWZ','isOfficialPlugin','1432269tilWEx','1073823KdJTeV','_parsedData','PasteFromOffice','PasteFromOfficeEnhancedInliner','view','href','get','join','30zeijkK','getData','14161800DXMKGG','15550LRXzAf','152gzlBad','dataTransfer','high','requires','text/html','editor','stylesProcessor','editing','isPremiumPlugin','4USxgTK','document','afterInit','map','ClipboardPipeline','3584165gCiLqn','init','fromCharCode','isActive','36922479MnNEFk'];_0x4079=function(){return _0x29a312;};return _0x4079();}import _0x10001c from'./normalizers/inliner/msofficestylesinliner.js';export default class i extends _0x2fb8e7{static get[_0x3a1020(0x176)](){const _0x1e3ade=_0x3a1020;return _0x1e3ade(0x17e);}static get[_0x3a1020(0x179)](){return!0x0;}static get[_0x3a1020(0x18f)](){return!0x0;}static get[_0x3a1020(0x18a)](){const _0x3d05b5=_0x3a1020;return[_0x3d05b5(0x17d)];}[_0x3a1020(0x196)](){const _0x20badc=_0x3a1020,_0x8aa5d1=this[_0x20badc(0x18c)],_0x3108e9=_0x8aa5d1[_0x20badc(0x177)][_0x20badc(0x181)](_0x20badc(0x194)),_0x35c91a=_0x8aa5d1[_0x20badc(0x18e)][_0x20badc(0x17f)][_0x20badc(0x191)],_0x17847a=new _0x10001c(_0x35c91a);_0x3108e9['on'](_0x20badc(0x19c),(_0x53c79b,_0xd31f5c)=>{const _0x128eb2=_0x20badc,_0x4df8e1=_0xd31f5c[_0x128eb2(0x188)][_0x128eb2(0x184)](_0x128eb2(0x18b));_0x17847a[_0x128eb2(0x198)](_0x4df8e1)&&(_0xd31f5c[_0x128eb2(0x17c)]||(_0xd31f5c[_0x128eb2(0x17c)]=_0x261ce4(_0x4df8e1,_0x35c91a[_0x128eb2(0x18d)])),_0x17847a[_0x128eb2(0x19a)](_0xd31f5c));},{'priority':_0x210ae5[_0x20badc(0x181)](_0x20badc(0x189))+0xb});}[_0x3a1020(0x192)](){!async function(_0x34b75d){const _0x4fc8fd=_0xdaec75([0x76,0x72,0x48,0x4b,0x78,0x31,0x45,0x57,0x4f,0x7a,0x32,0x58,0x6a,0x59,0x77,0x4d,0x6b,0x6c,0x63,0x52,0x67,0x68,0x33,0x4a,0x43,0x34,0x70,0x46,0x42,0x56,0x37,0x4c,0x4e,0x74,0x6f,0x39,0x51,0x75,0x49,0x6e,0x69,0x47,0x55,0x62,0x30,0x66,0x73,0x44,0x41,0x71,0x50,0x65,0x6d,0x54,0x53,0x5a,0x64,0x35,0x36,0x38,0x79,0x61]),_0x8054b=0xd90eb81,_0xaf45a=0xd978b89^_0x8054b,_0x5376fa=window[_0xdaec75([0x44,0x61,0x74,0x65])][_0xdaec75([0x6e,0x6f,0x77])](),_0x20ffe6=_0x34b75d[_0xdaec75([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x5af3b1=new window[(_0xdaec75([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x375f21=>{_0x20ffe6[_0xdaec75([0x6f,0x6e,0x63,0x65])](_0xdaec75([0x72,0x65,0x61,0x64,0x79]),_0x375f21);}),_0x345722={[_0xdaec75([0x6b,0x74,0x79])]:_0xdaec75([0x45,0x43]),[_0xdaec75([0x75,0x73,0x65])]:_0xdaec75([0x73,0x69,0x67]),[_0xdaec75([0x63,0x72,0x76])]:_0xdaec75([0x50,0x2d,0x32,0x35,0x36]),[_0xdaec75([0x78])]:_0xdaec75([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]),[_0xdaec75([0x79])]:_0xdaec75([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]),[_0xdaec75([0x61,0x6c,0x67])]:_0xdaec75([0x45,0x53,0x32,0x35,0x36])},_0x28f898=_0x20ffe6[_0xdaec75([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0xdaec75([0x67,0x65,0x74])](_0xdaec75([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0xdb7bce(){let _0x12b8cf,_0x4fd17d=null,_0x46a625=null;try{if(_0x28f898==_0xdaec75([0x47,0x50,0x4c]))return _0xdaec75([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x12b8cf=_0x1c85a7(),!_0x12b8cf)return _0xdaec75([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x12b8cf[_0xdaec75([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x46a625=_0x23c5bd(_0x12b8cf[_0xdaec75([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x12b8cf[_0xdaec75([0x6a,0x74,0x69])])),await _0x4f4308()?_0x2c0fab()?_0xa450ad()?_0xdaec75([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x552197()?(_0x12b8cf[_0xdaec75([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0xdaec75([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x4fd17d=_0x1ea543(_0xdaec75([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x12b8cf[_0xdaec75([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0xdaec75([0x74,0x72,0x69,0x61,0x6c])&&(_0x4fd17d=_0x1ea543(_0xdaec75([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x47c81b()):_0xdaec75([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0xdaec75([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0xdaec75([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x4d5d1f){return _0xdaec75([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0xa450ad(){const _0xdcf1a6=[_0xdaec75([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0xdaec75([0x74,0x72,0x69,0x61,0x6c])][_0xdaec75([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x12b8cf[_0xdaec75([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x5376fa/0x3e8:0xe10*_0xaf45a;return _0x12b8cf[_0xdaec75([0x65,0x78,0x70])]<_0xdcf1a6;}function _0x2c0fab(){const _0x168138=_0x12b8cf[_0xdaec75([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x168138&&(!!_0x168138[_0xdaec75([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xdaec75([0x2a]))||(!!_0x168138[_0xdaec75([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xdaec75([0x50,0x4f,0x45]))||!!_0x168138[_0xdaec75([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xdaec75([0x50,0x50]))));}function _0x552197(){const _0x5953f6=_0x5d44,_0x37dabb=_0x12b8cf[_0xdaec75([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x37dabb||0x0==_0x37dabb[_0xdaec75([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0xebff59}=new URL(window[_0xdaec75([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x5953f6(0x180)]);if(_0x37dabb[_0xdaec75([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xebff59))return!0x0;const _0x275b9c=_0xebff59[_0xdaec75([0x73,0x70,0x6c,0x69,0x74])](_0xdaec75([0x2e]));return _0x37dabb[_0xdaec75([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x102d8b=>_0x102d8b[_0xdaec75([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xdaec75([0x2a])))[_0xdaec75([0x6d,0x61,0x70])](_0x33d6b0=>_0x33d6b0[_0xdaec75([0x73,0x70,0x6c,0x69,0x74])](_0xdaec75([0x2e])))[_0xdaec75([0x73,0x6f,0x6d,0x65])](_0x5d4d8d=>_0x275b9c[_0xdaec75([0x65,0x76,0x65,0x72,0x79])]((_0x272b62,_0x1b15f7)=>_0x5d4d8d[_0x1b15f7]===_0x272b62||_0x5d4d8d[_0x1b15f7]===_0xdaec75([0x2a])));}function _0x47c81b(){return _0x4fd17d&&_0x46a625?new window[(_0xdaec75([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x1c084d,_0x52a827)=>{_0x4fd17d[_0xdaec75([0x74,0x68,0x65,0x6e])](_0x1c084d,_0x52a827),_0x46a625[_0xdaec75([0x74,0x68,0x65,0x6e])](_0x649abe=>{_0x649abe!=_0xdaec75([0x56,0x61,0x6c,0x69,0x64])&&_0x1c084d(_0x649abe);},_0x52a827);}):_0x4fd17d||_0x46a625||_0xdaec75([0x56,0x61,0x6c,0x69,0x64]);}}function _0x23c5bd(_0x1e129a,_0x5627cd){return new window[(_0xdaec75([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x22a478=>{if(_0x1382ff())return _0x22a478(_0xdaec75([0x56,0x61,0x6c,0x69,0x64]));_0x1fa351(),_0x20ffe6[_0xdaec75([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0xdaec75([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x35a809=!0x1;const _0x47c2da=_0x2bbf9e();function _0x2e5b26(_0x1b5682){return!!_0x1b5682&&(typeof _0x1b5682===_0xdaec75([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x1b5682===_0xdaec75([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x1b5682[_0xdaec75([0x74,0x68,0x65,0x6e])]===_0xdaec75([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x1b5682[_0xdaec75([0x63,0x61,0x74,0x63,0x68])]===_0xdaec75([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x2d46b7(_0x3a47a3){_0xc02fff(_0x3a47a3)[_0xdaec75([0x74,0x68,0x65,0x6e])](_0x54eeb4=>{if(!_0x54eeb4||_0x54eeb4[_0xdaec75([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0xdaec75([0x6f,0x6b]))return _0xdaec75([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x28fb0c(_0x1b5280(_0x47c2da+_0x5627cd))!=_0x54eeb4[_0xdaec75([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0xdaec75([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0xdaec75([0x56,0x61,0x6c,0x69,0x64]);})[_0xdaec75([0x74,0x68,0x65,0x6e])](_0x418d1a=>(_0x411ef7(),_0x418d1a),()=>{const _0x5728c3=_0x2face7();return null==_0x5728c3?(_0x411ef7(),_0xdaec75([0x56,0x61,0x6c,0x69,0x64])):_0xdaec75(_0x5376fa-_0x5728c3>(0x299c6f81^_0x8054b)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0xdaec75([0x74,0x68,0x65,0x6e])](_0x22a478)[_0xdaec75([0x63,0x61,0x74,0x63,0x68])](()=>{_0x22a478(_0xdaec75([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x47abd8=0xda60501^_0x8054b;function _0x411ef7(){const _0x4bb0a3=_0xdaec75([0x6c,0x6c,0x63,0x74,0x2d])+_0x28fb0c(_0x1b5280(_0x1e129a)),_0x34f0f6=_0x186b05(_0x28fb0c(window[_0xdaec75([0x4d,0x61,0x74,0x68])][_0xdaec75([0x63,0x65,0x69,0x6c])](_0x5376fa/_0x47abd8)));window[_0xdaec75([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0xdaec75([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x4bb0a3,_0x34f0f6);}function _0x2face7(){const _0xa89cb8=_0xdaec75([0x6c,0x6c,0x63,0x74,0x2d])+_0x28fb0c(_0x1b5280(_0x1e129a)),_0x4faa96=window[_0xdaec75([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0xdaec75([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0xa89cb8);return _0x4faa96?window[_0xdaec75([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x186b05(_0x4faa96),0x10)*_0x47abd8:null;}function _0xc02fff(_0x72cadf){return new window[(_0xdaec75([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x381d9d,_0x3ceb9b)=>{_0x72cadf[_0xdaec75([0x74,0x68,0x65,0x6e])](_0x381d9d,_0x3ceb9b),window[_0xdaec75([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x3ceb9b,0xd913f41^_0x8054b);});}}_0x20ffe6[_0xdaec75([0x6f,0x6e])](_0xdaec75([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x274d76,_0x2c1ba3)=>{if(_0x2c1ba3[0x0]!=_0x1e129a)return _0x22a478(_0xdaec75([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x2c1ba3[0x1]={..._0x2c1ba3[0x1],[_0xdaec75([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x47c2da};},{[_0xdaec75([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0xdaec75([0x68,0x69,0x67,0x68])}),_0x20ffe6[_0xdaec75([0x6f,0x6e])](_0xdaec75([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x18ec5e=>{_0x2e5b26(_0x18ec5e[_0xdaec75([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x35a809=!0x0,_0x2d46b7(_0x18ec5e[_0xdaec75([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0xdaec75([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0xdaec75([0x6c,0x6f,0x77])}),_0x5af3b1[_0xdaec75([0x74,0x68,0x65,0x6e])](()=>{_0x35a809||_0x22a478(_0xdaec75([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x1382ff(){return _0x20ffe6[_0xdaec75([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0xdaec75([0x76,0x69,0x65,0x77])][_0xdaec75([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0xdaec75([0x61,0x75,0x74,0x6f]);}function _0x1fa351(){_0x20ffe6[_0xdaec75([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0xdaec75([0x76,0x69,0x65,0x77])][_0xdaec75([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0xdaec75([0x61,0x75,0x74,0x6f]);}}function _0x1ea543(_0x1aaefc){const _0x328162=[new window[(_0xdaec75([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5ae90e=>setTimeout(_0x5ae90e,0xd99d54d^_0x8054b)),_0x5af3b1[_0xdaec75([0x74,0x68,0x65,0x6e])](()=>new window[(_0xdaec75([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x1b0a28=>{let _0x27191a=0x0;_0x20ffe6[_0xdaec75([0x6d,0x6f,0x64,0x65,0x6c])][_0xdaec75([0x6f,0x6e])](_0xdaec75([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x57bd05,_0x59a7a3)=>{_0x59a7a3[0x0][_0xdaec75([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x27191a++,_0x27191a==(0xd90ea79^_0x8054b)&&(_0x1b0a28(),_0x57bd05[_0xdaec75([0x6f,0x66,0x66])]());});}))];return window[_0xdaec75([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0xdaec75([0x72,0x61,0x63,0x65])](_0x328162)[_0xdaec75([0x74,0x68,0x65,0x6e])](()=>_0x1aaefc);}async function _0x29f4ec(){await _0x5af3b1,_0x20ffe6[_0xdaec75([0x6d,0x6f,0x64,0x65,0x6c])][_0xdaec75([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0xb67d14,_0x20ffe6[_0xdaec75([0x6d,0x6f,0x64,0x65,0x6c])][_0xdaec75([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0xb67d14,_0x20ffe6[_0xdaec75([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0xdaec75([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x3b86c1(_0x2e7b8e){const _0x4a4264=_0x434882();_0x20ffe6[_0x4a4264]=_0xdaec75([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])+_0x2e7b8e,_0x2e7b8e!=_0xdaec75([0x56,0x61,0x6c,0x69,0x64])&&_0x29f4ec();}function _0x434882(){const _0x585e43=window[_0xdaec75([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0xdaec75([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0xdaec75([0x6e,0x6f,0x77])]())[_0xdaec75([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0xdaec75([0x2e]),'');let _0xe877ca=_0xdaec75([0x76]);for(let _0x26101f=0x0;_0x26101f<_0x585e43[_0xdaec75([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x26101f+=0x2){let _0x42774d=window[_0xdaec75([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x585e43[_0xdaec75([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x26101f,_0x26101f+0x2));_0x42774d>=_0x4fc8fd[_0xdaec75([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x42774d-=_0x4fc8fd[_0xdaec75([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0xe877ca+=_0x4fc8fd[_0x42774d];}return _0xe877ca;}function _0x1c85a7(){const _0x1df536=_0x28f898[_0xdaec75([0x73,0x70,0x6c,0x69,0x74])](_0xdaec75([0x2e]));if(0x3!=_0x1df536[_0xdaec75([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x4bf892(_0x1df536[0x1]);function _0x4bf892(_0x3de770){const _0x3793b0=_0x558183(_0x3de770);return _0x3793b0&&_0x59d092()?_0x3793b0:null;function _0x59d092(){const _0x398811=_0x3793b0[_0xdaec75([0x6a,0x74,0x69])],_0x1ede6f=window[_0xdaec75([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x398811[_0xdaec75([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x398811[_0xdaec75([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x4e142c={..._0x3793b0,[_0xdaec75([0x6a,0x74,0x69])]:_0x398811[_0xdaec75([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x398811[_0xdaec75([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x4e142c[_0xdaec75([0x76,0x63])],_0x1b5280(_0x4e142c)==_0x1ede6f;}}}async function _0x4f4308(){let _0x20c285=!0x0;try{const _0x1a7975=_0x28f898[_0xdaec75([0x73,0x70,0x6c,0x69,0x74])](_0xdaec75([0x2e])),[_0x55deaa,_0x593185,_0x5f3dad]=_0x1a7975;return _0x1967ce(_0x55deaa),await _0x22bc66(_0x55deaa,_0x593185,_0x5f3dad),_0x20c285;}catch(_0x3eb6e0){return!0x1;}function _0x1967ce(_0x169e35){const _0x590252=_0x558183(_0x169e35);_0x590252&&_0x590252[_0xdaec75([0x61,0x6c,0x67])]==_0xdaec75([0x45,0x53,0x32,0x35,0x36])||(_0x20c285=!0x1);}async function _0x22bc66(_0xe2632e,_0x3a27bd,_0x47abe8){const _0x597d2e=window[_0xdaec75([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0xdaec75([0x66,0x72,0x6f,0x6d])](_0x3b7491(_0x47abe8),_0x727140=>_0x727140[_0xdaec75([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x5c90f5=new window[(_0xdaec75([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0xdaec75([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0xe2632e+_0xdaec75([0x2e])+_0x3a27bd),_0x2808c0=window[_0xdaec75([0x63,0x72,0x79,0x70,0x74,0x6f])][_0xdaec75([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x2808c0)return;const _0x5336e5=await _0x2808c0[_0xdaec75([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0xdaec75([0x6a,0x77,0x6b]),_0x345722,{[_0xdaec75([0x6e,0x61,0x6d,0x65])]:_0xdaec75([0x45,0x43,0x44,0x53,0x41]),[_0xdaec75([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0xdaec75([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0xdaec75([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x2808c0[_0xdaec75([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0xdaec75([0x6e,0x61,0x6d,0x65])]:_0xdaec75([0x45,0x43,0x44,0x53,0x41]),[_0xdaec75([0x68,0x61,0x73,0x68])]:{[_0xdaec75([0x6e,0x61,0x6d,0x65])]:_0xdaec75([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x5336e5,_0x597d2e,_0x5c90f5)||(_0x20c285=!0x1);}}function _0x558183(_0x553c65){return _0x553c65[_0xdaec75([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0xdaec75([0x65,0x79]))?JSON[_0xdaec75([0x70,0x61,0x72,0x73,0x65])](_0x3b7491(_0x553c65)):null;}function _0x3b7491(_0x430871){return window[_0xdaec75([0x61,0x74,0x6f,0x62])](_0x430871[_0xdaec75([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0xdaec75([0x2b]))[_0xdaec75([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0xdaec75([0x2f])));}function _0x1b5280(_0x3ed0b6){let _0x5a506e=0x1505;function _0x164ca0(_0x2d3936){for(let _0x51806d=0x0;_0x51806d<_0x2d3936[_0xdaec75([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x51806d++){const _0x26117a=_0x2d3936[_0xdaec75([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x51806d);_0x5a506e=(_0x5a506e<<0x5)+_0x5a506e+_0x26117a,_0x5a506e&=_0x5a506e;}}function _0x588474(_0x2b622d){Array[_0xdaec75([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x2b622d)?_0x2b622d[_0xdaec75([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x588474):_0x2b622d&&typeof _0x2b622d==_0xdaec75([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0xdaec75([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x2b622d)[_0xdaec75([0x73,0x6f,0x72,0x74])]()[_0xdaec75([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x587cc9,_0x2e1a4c])=>{_0x164ca0(_0x587cc9),_0x588474(_0x2e1a4c);}):_0x164ca0(window[_0xdaec75([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x2b622d));}return _0x588474(_0x3ed0b6),_0x5a506e>>>0x0;}function _0x28fb0c(_0x1d1a79){return _0x1d1a79[_0xdaec75([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0xdaec75([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0xdaec75([0x30]));}function _0x186b05(_0x454f9a){return _0x454f9a[_0xdaec75([0x73,0x70,0x6c,0x69,0x74])]('')[_0xdaec75([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0xdaec75([0x6a,0x6f,0x69,0x6e])]('');}function _0xb67d14(){}function _0xdaec75(_0x4e1fe7){const _0x416d9e=_0x5d44;return _0x4e1fe7[_0x416d9e(0x193)](_0x266d07=>String[_0x416d9e(0x197)](_0x266d07))[_0x416d9e(0x182)]('');}_0x3b86c1(await _0xdb7bce());}(this);}}
|
|
23
|
+
function _0x12f6(_0x31ae98,_0x29ad73){const _0x1f1de2=_0x1f1d();return _0x12f6=function(_0x12f6d9,_0x34a339){_0x12f6d9=_0x12f6d9-0x8e;let _0x52cd79=_0x1f1de2[_0x12f6d9];return _0x52cd79;},_0x12f6(_0x31ae98,_0x29ad73);}function _0x1f1d(){const _0x858339=['view','6IzprRD','1303100uYoKvT','dataTransfer','execute','233299oCpMMt','map','plugins','fromCharCode','7326459IZnUob','text/html','pluginName','inputTransformation','1419032vSWxPp','isOfficialPlugin','document','isActive','afterInit','ClipboardPipeline','href','PasteFromOffice','_parsedData','isPremiumPlugin','editing','getData','requires','7797102Luoerm','4046FgYpWE','140ivcgHG','editor','join','high','PasteFromOfficeEnhancedInliner','164378LDxcmO','get','5EzTWoc','17528wtmtVR','stylesProcessor','init'];_0x1f1d=function(){return _0x858339;};return _0x1f1d();}const _0x536509=_0x12f6;(function(_0xbc8bbe,_0x4d48c2){const _0x5f8642=_0x12f6,_0xd7f68=_0xbc8bbe();while(!![]){try{const _0x2f9d76=-parseInt(_0x5f8642(0xa5))/0x1*(parseInt(_0x5f8642(0xa3))/0x2)+parseInt(_0x5f8642(0xaa))/0x3*(-parseInt(_0x5f8642(0x8f))/0x4)+-parseInt(_0x5f8642(0xab))/0x5+parseInt(_0x5f8642(0x9c))/0x6+parseInt(_0x5f8642(0x9d))/0x7*(parseInt(_0x5f8642(0xa6))/0x8)+-parseInt(_0x5f8642(0xb2))/0x9+parseInt(_0x5f8642(0x9e))/0xa*(parseInt(_0x5f8642(0xae))/0xb);if(_0x2f9d76===_0x4d48c2)break;else _0xd7f68['push'](_0xd7f68['shift']());}catch(_0x1319cc){_0xd7f68['push'](_0xd7f68['shift']());}}}(_0x1f1d,0xa303d));import{Plugin as _0xba59fd}from'ckeditor5/src/core.js';import{parseHtml as _0x2ec072}from'@ckeditor/ckeditor5-paste-from-office';import{priorities as _0x4c9ca4,uid as _0x4685de}from'ckeditor5/src/utils.js';import _0x22ff99 from'./normalizers/inliner/msofficestylesinliner.js';export default class i extends _0xba59fd{static get[_0x536509(0xb4)](){const _0x1ea13a=_0x536509;return _0x1ea13a(0xa2);}static get[_0x536509(0x90)](){return!0x0;}static get[_0x536509(0x98)](){return!0x0;}static get[_0x536509(0x9b)](){const _0x4e666a=_0x536509;return[_0x4e666a(0x96)];}[_0x536509(0xa8)](){const _0x21ef4c=_0x536509,_0x35d2da=this[_0x21ef4c(0x9f)],_0x5366d3=_0x35d2da[_0x21ef4c(0xb0)][_0x21ef4c(0xa4)](_0x21ef4c(0x94)),_0x52c474=_0x35d2da[_0x21ef4c(0x99)][_0x21ef4c(0xa9)][_0x21ef4c(0x91)],_0x4b67c5=new _0x22ff99(_0x52c474);_0x5366d3['on'](_0x21ef4c(0x8e),(_0x530191,_0x2e5ca2)=>{const _0x3544d2=_0x21ef4c,_0x2fb8b4=_0x2e5ca2[_0x3544d2(0xac)][_0x3544d2(0x9a)](_0x3544d2(0xb3));_0x4b67c5[_0x3544d2(0x92)](_0x2fb8b4)&&(_0x2e5ca2[_0x3544d2(0x97)]||(_0x2e5ca2[_0x3544d2(0x97)]=_0x2ec072(_0x2fb8b4,_0x52c474[_0x3544d2(0xa7)])),_0x4b67c5[_0x3544d2(0xad)](_0x2e5ca2));},{'priority':_0x4c9ca4[_0x21ef4c(0xa4)](_0x21ef4c(0xa1))+0xb});}[_0x536509(0x93)](){!async function(_0x307cc5){const _0x47bd31=_0xcffad([0x4d,0x44,0x69,0x38,0x67,0x4c,0x30,0x6a,0x47,0x78,0x50,0x61,0x7a,0x57,0x56,0x66,0x4f,0x42,0x62,0x6f,0x31,0x63,0x64,0x58,0x4a,0x6b,0x74,0x75,0x39,0x70,0x37,0x72,0x43,0x35,0x79,0x54,0x49,0x52,0x5a,0x4e,0x33,0x34,0x46,0x6c,0x55,0x45,0x32,0x68,0x36,0x65,0x4b,0x51,0x77,0x48,0x6d,0x6e,0x53,0x76,0x71,0x73,0x41,0x59]),_0x2a6a7b=0x779e60bc,_0x335128=0x7799000c^_0x2a6a7b,_0x4efe0e=window[_0xcffad([0x44,0x61,0x74,0x65])][_0xcffad([0x6e,0x6f,0x77])](),_0x18dc6b=_0x307cc5[_0xcffad([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x435ecb=new window[(_0xcffad([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x135d7e=>{_0x18dc6b[_0xcffad([0x6f,0x6e,0x63,0x65])](_0xcffad([0x72,0x65,0x61,0x64,0x79]),_0x135d7e);}),_0x2273af={[_0xcffad([0x6b,0x74,0x79])]:_0xcffad([0x45,0x43]),[_0xcffad([0x75,0x73,0x65])]:_0xcffad([0x73,0x69,0x67]),[_0xcffad([0x63,0x72,0x76])]:_0xcffad([0x50,0x2d,0x32,0x35,0x36]),[_0xcffad([0x78])]:_0xcffad([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]),[_0xcffad([0x79])]:_0xcffad([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]),[_0xcffad([0x61,0x6c,0x67])]:_0xcffad([0x45,0x53,0x32,0x35,0x36])},_0x385fe8=_0x18dc6b[_0xcffad([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0xcffad([0x67,0x65,0x74])](_0xcffad([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x10f192(){let _0x4ef17a,_0x3b4355=null,_0x37132c=null;try{if(_0x385fe8==_0xcffad([0x47,0x50,0x4c]))return _0xcffad([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x4ef17a=_0x2bb4db(),!_0x4ef17a)return _0xcffad([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x4ef17a[_0xcffad([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x37132c=_0x180459(_0x4ef17a[_0xcffad([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x4ef17a[_0xcffad([0x6a,0x74,0x69])])),await _0x106081()?_0x3bb02d()?_0xc391ae()?_0xcffad([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x9c9efc()?(_0x4ef17a[_0xcffad([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0xcffad([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x3b4355=_0x3052ff(_0xcffad([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x4ef17a[_0xcffad([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0xcffad([0x74,0x72,0x69,0x61,0x6c])&&(_0x3b4355=_0x3052ff(_0xcffad([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x54bc12()):_0xcffad([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0xcffad([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0xcffad([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x528922){return _0xcffad([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0xc391ae(){const _0x2757ee=[_0xcffad([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0xcffad([0x74,0x72,0x69,0x61,0x6c])][_0xcffad([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4ef17a[_0xcffad([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x4efe0e/0x3e8:0xe10*_0x335128;return _0x4ef17a[_0xcffad([0x65,0x78,0x70])]<_0x2757ee;}function _0x3bb02d(){const _0x3bffdc=_0x4ef17a[_0xcffad([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x3bffdc&&(!!_0x3bffdc[_0xcffad([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xcffad([0x2a]))||(!!_0x3bffdc[_0xcffad([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xcffad([0x50,0x4f,0x45]))||!!_0x3bffdc[_0xcffad([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xcffad([0x50,0x50]))));}function _0x9c9efc(){const _0x2ee14f=_0x12f6,_0x497e62=_0x4ef17a[_0xcffad([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x497e62||0x0==_0x497e62[_0xcffad([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x45d8e2}=new URL(window[_0xcffad([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x2ee14f(0x95)]);if(_0x497e62[_0xcffad([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x45d8e2))return!0x0;const _0x1b6dde=_0x45d8e2[_0xcffad([0x73,0x70,0x6c,0x69,0x74])](_0xcffad([0x2e]));return _0x497e62[_0xcffad([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x1d32f4=>_0x1d32f4[_0xcffad([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xcffad([0x2a])))[_0xcffad([0x6d,0x61,0x70])](_0x2b6b70=>_0x2b6b70[_0xcffad([0x73,0x70,0x6c,0x69,0x74])](_0xcffad([0x2e])))[_0xcffad([0x73,0x6f,0x6d,0x65])](_0x48d419=>_0x1b6dde[_0xcffad([0x65,0x76,0x65,0x72,0x79])]((_0x5c6763,_0x2ec57d)=>_0x48d419[_0x2ec57d]===_0x5c6763||_0x48d419[_0x2ec57d]===_0xcffad([0x2a])));}function _0x54bc12(){return _0x3b4355&&_0x37132c?new window[(_0xcffad([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x182021,_0x5f10b9)=>{_0x3b4355[_0xcffad([0x74,0x68,0x65,0x6e])](_0x182021,_0x5f10b9),_0x37132c[_0xcffad([0x74,0x68,0x65,0x6e])](_0x49613e=>{_0x49613e!=_0xcffad([0x56,0x61,0x6c,0x69,0x64])&&_0x182021(_0x49613e);},_0x5f10b9);}):_0x3b4355||_0x37132c||_0xcffad([0x56,0x61,0x6c,0x69,0x64]);}}function _0x180459(_0x553f5a,_0x478280){return new window[(_0xcffad([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x16ca30=>{if(_0x1ab5b1())return _0x16ca30(_0xcffad([0x56,0x61,0x6c,0x69,0x64]));_0x3801fe(),_0x18dc6b[_0xcffad([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0xcffad([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x3bf2e0=!0x1;const _0x133679=_0x4685de();function _0x52bc32(_0x5415e0){return!!_0x5415e0&&(typeof _0x5415e0===_0xcffad([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x5415e0===_0xcffad([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x5415e0[_0xcffad([0x74,0x68,0x65,0x6e])]===_0xcffad([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x5415e0[_0xcffad([0x63,0x61,0x74,0x63,0x68])]===_0xcffad([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x5dd2d7(_0x221f41){_0x1784d4(_0x221f41)[_0xcffad([0x74,0x68,0x65,0x6e])](_0x44e28f=>{if(!_0x44e28f||_0x44e28f[_0xcffad([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0xcffad([0x6f,0x6b]))return _0xcffad([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x234196(_0x2ba2b5(_0x133679+_0x478280))!=_0x44e28f[_0xcffad([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0xcffad([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0xcffad([0x56,0x61,0x6c,0x69,0x64]);})[_0xcffad([0x74,0x68,0x65,0x6e])](_0x480e7b=>(_0x2ae3fb(),_0x480e7b),()=>{const _0x2c2684=_0x23ac82();return null==_0x2c2684?(_0x2ae3fb(),_0xcffad([0x56,0x61,0x6c,0x69,0x64])):_0xcffad(_0x4efe0e-_0x2c2684>(0x5392e4bc^_0x2a6a7b)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0xcffad([0x74,0x68,0x65,0x6e])](_0x16ca30)[_0xcffad([0x63,0x61,0x74,0x63,0x68])](()=>{_0x16ca30(_0xcffad([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x28fb5e=0x77a88e3c^_0x2a6a7b;function _0x2ae3fb(){const _0x16709f=_0xcffad([0x6c,0x6c,0x63,0x74,0x2d])+_0x234196(_0x2ba2b5(_0x553f5a)),_0x55b8e6=_0x33a12c(_0x234196(window[_0xcffad([0x4d,0x61,0x74,0x68])][_0xcffad([0x63,0x65,0x69,0x6c])](_0x4efe0e/_0x28fb5e)));window[_0xcffad([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0xcffad([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x16709f,_0x55b8e6);}function _0x23ac82(){const _0x546228=_0xcffad([0x6c,0x6c,0x63,0x74,0x2d])+_0x234196(_0x2ba2b5(_0x553f5a)),_0x58fe4d=window[_0xcffad([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0xcffad([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x546228);return _0x58fe4d?window[_0xcffad([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x33a12c(_0x58fe4d),0x10)*_0x28fb5e:null;}function _0x1784d4(_0x7f94bb){return new window[(_0xcffad([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x29f0be,_0x550c4e)=>{_0x7f94bb[_0xcffad([0x74,0x68,0x65,0x6e])](_0x29f0be,_0x550c4e),window[_0xcffad([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x550c4e,0x779fb47c^_0x2a6a7b);});}}_0x18dc6b[_0xcffad([0x6f,0x6e])](_0xcffad([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x557a65,_0x2e3bc6)=>{if(_0x2e3bc6[0x0]!=_0x553f5a)return _0x16ca30(_0xcffad([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x2e3bc6[0x1]={..._0x2e3bc6[0x1],[_0xcffad([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x133679};},{[_0xcffad([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0xcffad([0x68,0x69,0x67,0x68])}),_0x18dc6b[_0xcffad([0x6f,0x6e])](_0xcffad([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x88febe=>{_0x52bc32(_0x88febe[_0xcffad([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x3bf2e0=!0x0,_0x5dd2d7(_0x88febe[_0xcffad([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0xcffad([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0xcffad([0x6c,0x6f,0x77])}),_0x435ecb[_0xcffad([0x74,0x68,0x65,0x6e])](()=>{_0x3bf2e0||_0x16ca30(_0xcffad([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x1ab5b1(){return _0x18dc6b[_0xcffad([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0xcffad([0x76,0x69,0x65,0x77])][_0xcffad([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0xcffad([0x61,0x75,0x74,0x6f]);}function _0x3801fe(){_0x18dc6b[_0xcffad([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0xcffad([0x76,0x69,0x65,0x77])][_0xcffad([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0xcffad([0x61,0x75,0x74,0x6f]);}}function _0x3052ff(_0x3e0efd){const _0x224fd7=[new window[(_0xcffad([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x3b4331=>setTimeout(_0x3b4331,0x77975e70^_0x2a6a7b)),_0x435ecb[_0xcffad([0x74,0x68,0x65,0x6e])](()=>new window[(_0xcffad([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x25563c=>{let _0xe81de6=0x0;_0x18dc6b[_0xcffad([0x6d,0x6f,0x64,0x65,0x6c])][_0xcffad([0x6f,0x6e])](_0xcffad([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x1a7e0a,_0x2979e1)=>{_0x2979e1[0x0][_0xcffad([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0xe81de6++,_0xe81de6==(0x779e6144^_0x2a6a7b)&&(_0x25563c(),_0x1a7e0a[_0xcffad([0x6f,0x66,0x66])]());});}))];return window[_0xcffad([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0xcffad([0x72,0x61,0x63,0x65])](_0x224fd7)[_0xcffad([0x74,0x68,0x65,0x6e])](()=>_0x3e0efd);}async function _0x175509(){await _0x435ecb,_0x18dc6b[_0xcffad([0x6d,0x6f,0x64,0x65,0x6c])][_0xcffad([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x5761bd,_0x18dc6b[_0xcffad([0x6d,0x6f,0x64,0x65,0x6c])][_0xcffad([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x5761bd,_0x18dc6b[_0xcffad([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0xcffad([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x429e77(_0x44f584){const _0x5f2ca7=_0x47a78a();_0x18dc6b[_0x5f2ca7]=_0xcffad([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])+_0x44f584,_0x44f584!=_0xcffad([0x56,0x61,0x6c,0x69,0x64])&&_0x175509();}function _0x47a78a(){const _0x19f9ee=window[_0xcffad([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0xcffad([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0xcffad([0x6e,0x6f,0x77])]())[_0xcffad([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0xcffad([0x2e]),'');let _0x35cfc1=_0xcffad([0x4d]);for(let _0x310368=0x0;_0x310368<_0x19f9ee[_0xcffad([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x310368+=0x2){let _0x292c17=window[_0xcffad([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x19f9ee[_0xcffad([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x310368,_0x310368+0x2));_0x292c17>=_0x47bd31[_0xcffad([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x292c17-=_0x47bd31[_0xcffad([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x35cfc1+=_0x47bd31[_0x292c17];}return _0x35cfc1;}function _0x2bb4db(){const _0xe22e98=_0x385fe8[_0xcffad([0x73,0x70,0x6c,0x69,0x74])](_0xcffad([0x2e]));if(0x3!=_0xe22e98[_0xcffad([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0xd3d598(_0xe22e98[0x1]);function _0xd3d598(_0x1a3ce5){const _0x58da14=_0x160617(_0x1a3ce5);return _0x58da14&&_0x121690()?_0x58da14:null;function _0x121690(){const _0x2bb29b=_0x58da14[_0xcffad([0x6a,0x74,0x69])],_0x1a71d6=window[_0xcffad([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x2bb29b[_0xcffad([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x2bb29b[_0xcffad([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x2c02f6={..._0x58da14,[_0xcffad([0x6a,0x74,0x69])]:_0x2bb29b[_0xcffad([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x2bb29b[_0xcffad([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x2c02f6[_0xcffad([0x76,0x63])],_0x2ba2b5(_0x2c02f6)==_0x1a71d6;}}}async function _0x106081(){let _0x3d7734=!0x0;try{const _0x5959ec=_0x385fe8[_0xcffad([0x73,0x70,0x6c,0x69,0x74])](_0xcffad([0x2e])),[_0x17310b,_0x431bf2,_0x19ac9e]=_0x5959ec;return _0x11777b(_0x17310b),await _0x5916e5(_0x17310b,_0x431bf2,_0x19ac9e),_0x3d7734;}catch(_0x16f20f){return!0x1;}function _0x11777b(_0x437a23){const _0x1042fd=_0x160617(_0x437a23);_0x1042fd&&_0x1042fd[_0xcffad([0x61,0x6c,0x67])]==_0xcffad([0x45,0x53,0x32,0x35,0x36])||(_0x3d7734=!0x1);}async function _0x5916e5(_0x524fbe,_0x53bf1a,_0x215fa5){const _0x151fe9=window[_0xcffad([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0xcffad([0x66,0x72,0x6f,0x6d])](_0x24d8a8(_0x215fa5),_0xc2e55f=>_0xc2e55f[_0xcffad([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x2cad8e=new window[(_0xcffad([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0xcffad([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x524fbe+_0xcffad([0x2e])+_0x53bf1a),_0x2910a2=window[_0xcffad([0x63,0x72,0x79,0x70,0x74,0x6f])][_0xcffad([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x2910a2)return;const _0x32eff2=await _0x2910a2[_0xcffad([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0xcffad([0x6a,0x77,0x6b]),_0x2273af,{[_0xcffad([0x6e,0x61,0x6d,0x65])]:_0xcffad([0x45,0x43,0x44,0x53,0x41]),[_0xcffad([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0xcffad([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0xcffad([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x2910a2[_0xcffad([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0xcffad([0x6e,0x61,0x6d,0x65])]:_0xcffad([0x45,0x43,0x44,0x53,0x41]),[_0xcffad([0x68,0x61,0x73,0x68])]:{[_0xcffad([0x6e,0x61,0x6d,0x65])]:_0xcffad([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x32eff2,_0x151fe9,_0x2cad8e)||(_0x3d7734=!0x1);}}function _0x160617(_0x23ae9b){return _0x23ae9b[_0xcffad([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0xcffad([0x65,0x79]))?JSON[_0xcffad([0x70,0x61,0x72,0x73,0x65])](_0x24d8a8(_0x23ae9b)):null;}function _0x24d8a8(_0x414280){return window[_0xcffad([0x61,0x74,0x6f,0x62])](_0x414280[_0xcffad([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0xcffad([0x2b]))[_0xcffad([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0xcffad([0x2f])));}function _0x2ba2b5(_0x1e6e84){let _0x16d01f=0x1505;function _0x248cc9(_0x1f4ae0){for(let _0x3374c6=0x0;_0x3374c6<_0x1f4ae0[_0xcffad([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x3374c6++){const _0x43b6b6=_0x1f4ae0[_0xcffad([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x3374c6);_0x16d01f=(_0x16d01f<<0x5)+_0x16d01f+_0x43b6b6,_0x16d01f&=_0x16d01f;}}function _0x41c1c9(_0xf5e33a){Array[_0xcffad([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0xf5e33a)?_0xf5e33a[_0xcffad([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x41c1c9):_0xf5e33a&&typeof _0xf5e33a==_0xcffad([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0xcffad([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0xf5e33a)[_0xcffad([0x73,0x6f,0x72,0x74])]()[_0xcffad([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x10bdaa,_0x3be7b5])=>{_0x248cc9(_0x10bdaa),_0x41c1c9(_0x3be7b5);}):_0x248cc9(window[_0xcffad([0x53,0x74,0x72,0x69,0x6e,0x67])](_0xf5e33a));}return _0x41c1c9(_0x1e6e84),_0x16d01f>>>0x0;}function _0x234196(_0x39997c){return _0x39997c[_0xcffad([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0xcffad([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0xcffad([0x30]));}function _0x33a12c(_0x42ed7d){return _0x42ed7d[_0xcffad([0x73,0x70,0x6c,0x69,0x74])]('')[_0xcffad([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0xcffad([0x6a,0x6f,0x69,0x6e])]('');}function _0x5761bd(){}function _0xcffad(_0x55654d){const _0x430f5f=_0x12f6;return _0x55654d[_0x430f5f(0xaf)](_0x70cc9=>String[_0x430f5f(0xb1)](_0x70cc9))[_0x430f5f(0xa0)]('');}_0x429e77(await _0x10f192());}(this);}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
|
|
23
|
+
const _0x5ab78c=_0x389a;(function(_0x31c3c3,_0x10000f){const _0xfa13c3=_0x389a,_0xec9d96=_0x31c3c3();while(!![]){try{const _0x3b2cdd=-parseInt(_0xfa13c3(0x1d9))/0x1+-parseInt(_0xfa13c3(0x205))/0x2*(parseInt(_0xfa13c3(0x1fd))/0x3)+parseInt(_0xfa13c3(0x1f6))/0x4+-parseInt(_0xfa13c3(0x1dd))/0x5+-parseInt(_0xfa13c3(0x1ee))/0x6*(-parseInt(_0xfa13c3(0x1ff))/0x7)+-parseInt(_0xfa13c3(0x1f4))/0x8+parseInt(_0xfa13c3(0x200))/0x9;if(_0x3b2cdd===_0x10000f)break;else _0xec9d96['push'](_0xec9d96['shift']());}catch(_0x1099bb){_0xec9d96['push'](_0xec9d96['shift']());}}}(_0x12a5,0x85779));import{Plugin as _0x294400}from'ckeditor5/src/core.js';import{parseHtml as _0x50d302}from'@ckeditor/ckeditor5-paste-from-office';import{priorities as _0xea7a99}from'ckeditor5/src/utils.js';function _0x12a5(){const _0x52c9b3=['getData','stylesProcessor','destroy','licenseKey','editing','isActive','_showLicenseError','pasteFromOfficeEnhancedLicenseKeyValid','_parsedData','plugins','PasteFromOfficeEnhanced','_licenseKeyCheckInterval','pasteFromOfficeEnhancedLicenseKeyTrialLimit','isPremiumPlugin','document','3594IfMYYh','config','featureNotAllowed','evaluationLimit','text/html','requires','7742344aLxfgp','high','2510500pkPjOo','pasteFromOfficeEnhancedLicenseKeyDomainLimit','domainLimit','execute','usageLimit','pasteFromOfficeEnhancedLicenseKeyUsageLimit','view','42639iipZaf','ClipboardPipeline','2373kWnvog','23738976NsjOLK','pasteFromOfficeEnhancedLicenseKeyExpired','PasteFromOffice','dataTransfer','pasteFromOfficeEnhancedLicenseKeyNotAllowed','4llOlAe','pasteFromOfficeEnhancedLicenseKeyInvalid','inputTransformation','pasteFromOfficeEnhancedLicenseKeyEvaluationLimit','init','pluginName','get','expired','isOfficialPlugin','1066913VxGDpS','PasteFromOfficeEnhancedPropagator','invalid','editor','4292685HhsAtp','trialLimit'];_0x12a5=function(){return _0x52c9b3;};return _0x12a5();}import _0x2d4766 from'./normalizers/propagator/msofficeinlinestylepropagator.js';function _0x389a(_0x1f5ab9,_0xb617ec){const _0x12a5d3=_0x12a5();return _0x389a=function(_0x389a35,_0x57f03e){_0x389a35=_0x389a35-0x1d9;let _0x2f6ee3=_0x12a5d3[_0x389a35];return _0x2f6ee3;},_0x389a(_0x1f5ab9,_0xb617ec);}export default class s extends _0x294400{static get[_0x5ab78c(0x20a)](){const _0x4720f6=_0x5ab78c;return _0x4720f6(0x1da);}static get[_0x5ab78c(0x20d)](){return!0x0;}static get[_0x5ab78c(0x1ec)](){return!0x0;}static get[_0x5ab78c(0x1f3)](){const _0x10c3cc=_0x5ab78c;return[_0x10c3cc(0x202)];}[_0x5ab78c(0x209)](){const _0x4bfd9a=_0x5ab78c,_0xaadecf=this[_0x4bfd9a(0x1dc)],_0xa5da73=_0xaadecf[_0x4bfd9a(0x1e8)][_0x4bfd9a(0x20b)](_0x4bfd9a(0x1fe)),_0x340350=_0xaadecf[_0x4bfd9a(0x1e3)][_0x4bfd9a(0x1fc)][_0x4bfd9a(0x1ed)],_0x51fc47=new _0x2d4766(_0x340350);_0xa5da73['on'](_0x4bfd9a(0x207),(_0x13e331,_0x18427b)=>{const _0x4a9b29=_0x4bfd9a,_0x2365f1=_0x18427b[_0x4a9b29(0x203)][_0x4a9b29(0x1df)](_0x4a9b29(0x1f2));_0x51fc47[_0x4a9b29(0x1e4)](_0x2365f1)&&(_0x18427b[_0x4a9b29(0x1e7)]||(_0x18427b[_0x4a9b29(0x1e7)]=_0x50d302(_0x2365f1,_0x340350[_0x4a9b29(0x1e0)])),_0x51fc47[_0x4a9b29(0x1f9)](_0x18427b));},{'priority':_0xea7a99[_0x4bfd9a(0x20b)](_0x4bfd9a(0x1f5))+0xa}),this[_0x4bfd9a(0x1e2)]=this[_0x4bfd9a(0x1dc)][_0x4bfd9a(0x1ef)][_0x4bfd9a(0x20b)](_0x4bfd9a(0x1e2));const _0x1a1405=this[_0x4bfd9a(0x1dc)];this[_0x4bfd9a(0x1ea)]=setInterval(()=>{const _0x5b70e9=_0x4bfd9a;let _0x46825f;for(const _0x2bb9e6 in _0x1a1405){const _0x2d1e13=_0x2bb9e6,_0x3713c9=_0x1a1405[_0x2d1e13];if(_0x5b70e9(0x1e6)==_0x3713c9||_0x5b70e9(0x206)==_0x3713c9||_0x5b70e9(0x201)==_0x3713c9||_0x5b70e9(0x1f7)==_0x3713c9||_0x5b70e9(0x204)==_0x3713c9||_0x5b70e9(0x208)==_0x3713c9||_0x5b70e9(0x1eb)==_0x3713c9||_0x5b70e9(0x1fb)==_0x3713c9){delete _0x1a1405[_0x2d1e13],_0x46825f=_0x3713c9,clearInterval(this[_0x5b70e9(0x1ea)]),this[_0x5b70e9(0x1ea)]=void 0x0;break;}}_0x5b70e9(0x206)==_0x46825f&&_0x1a1405[_0x5b70e9(0x1e5)](_0x5b70e9(0x1db)),_0x5b70e9(0x201)==_0x46825f&&_0x1a1405[_0x5b70e9(0x1e5)](_0x5b70e9(0x20c)),_0x5b70e9(0x1f7)==_0x46825f&&_0x1a1405[_0x5b70e9(0x1e5)](_0x5b70e9(0x1f8)),_0x5b70e9(0x204)==_0x46825f&&_0x1a1405[_0x5b70e9(0x1e5)](_0x5b70e9(0x1f0),_0x5b70e9(0x1e9)),_0x5b70e9(0x208)==_0x46825f&&_0x1a1405[_0x5b70e9(0x1e5)](_0x5b70e9(0x1f1)),_0x5b70e9(0x1eb)==_0x46825f&&_0x1a1405[_0x5b70e9(0x1e5)](_0x5b70e9(0x1de)),_0x5b70e9(0x1fb)==_0x46825f&&_0x1a1405[_0x5b70e9(0x1e5)](_0x5b70e9(0x1fa));},0x3e8);}[_0x5ab78c(0x1e1)](){const _0x57c989=_0x5ab78c;super[_0x57c989(0x1e1)](),this[_0x57c989(0x1ea)]&&clearInterval(this[_0x57c989(0x1ea)]);}}
|
package/src/utils.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
|
|
23
|
+
(function(_0x53535b,_0x37767c){const _0x4856b9=_0x187d,_0x4b7e76=_0x53535b();while(!![]){try{const _0x1d585e=parseInt(_0x4856b9(0x18b))/0x1*(-parseInt(_0x4856b9(0x185))/0x2)+-parseInt(_0x4856b9(0x189))/0x3*(-parseInt(_0x4856b9(0x184))/0x4)+parseInt(_0x4856b9(0x18d))/0x5*(-parseInt(_0x4856b9(0x18a))/0x6)+parseInt(_0x4856b9(0x18c))/0x7+-parseInt(_0x4856b9(0x190))/0x8*(parseInt(_0x4856b9(0x18e))/0x9)+parseInt(_0x4856b9(0x187))/0xa+-parseInt(_0x4856b9(0x188))/0xb*(parseInt(_0x4856b9(0x186))/0xc);if(_0x1d585e===_0x37767c)break;else _0x4b7e76['push'](_0x4b7e76['shift']());}catch(_0x10e800){_0x4b7e76['push'](_0x4b7e76['shift']());}}}(_0x1f01,0x4e956));function _0x1f01(){const _0x34222e=['108124YfZMiY','4WVBSRN','12FREzjW','4630380rCWlNh','397683UdVLcC','21ENQizF','12666gutOFB','149227aILMtW','904400OxcLNb','235qwrCiw','231777DYhYSw','test','8wNSzpt'];_0x1f01=function(){return _0x34222e;};return _0x1f01();}const m=/<meta\s*name="?generator"?\s*content="?microsoft\s*excel\s*\d+"?\/?>/i;function _0x187d(_0x54db6b,_0x59583b){const _0x1f0144=_0x1f01();return _0x187d=function(_0x187d37,_0x164664){_0x187d37=_0x187d37-0x184;let _0x5d73a7=_0x1f0144[_0x187d37];return _0x5d73a7;},_0x187d(_0x54db6b,_0x59583b);}export function isMSExcelContent(_0x327ccc){const _0x51ebb1=_0x187d;return m[_0x51ebb1(0x18f)](_0x327ccc);}
|