@ckeditor/ckeditor5-paste-from-office-enhanced 44.2.0-alpha.8 → 44.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/paste-from-office-enhanced.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +6 -6
- package/src/index.js +1 -1
- package/src/legacyerrors.js +1 -1
- package/src/normalizers/inliner/msofficestylesinliner.js +1 -1
- package/src/normalizers/inliner/utils.js +1 -1
- package/src/normalizers/propagator/msofficeinlinestylepropagator.js +1 -1
- package/src/normalizers/propagator/utils.js +1 -1
- package/src/pastefromofficeenhanced.js +1 -1
- package/src/pastefromofficeenhancedinliner.js +1 -1
- package/src/pastefromofficeenhancedpropagator.js +1 -1
- package/src/utils.js +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
3
|
* For licensing, see LICENSE.md.
|
|
4
|
-
*/(()=>{var t={331:(t,e,n)=>{t.exports=n(237)("./src/clipboard.js")},782:(t,e,n)=>{t.exports=n(237)("./src/core.js")},783:(t,e,n)=>{t.exports=n(237)("./src/engine.js")},584:(t,e,n)=>{t.exports=n(237)("./src/utils.js")},237:t=>{"use strict";t.exports=CKEditor5.dll}},e={};function n(r){var s=e[r];if(void 0!==s)return s.exports;var i=e[r]={exports:{}};return t[r](i,i.exports,n),i.exports}n.d=(t,e)=>{for(var r in e)n.o(e,r)&&!n.o(t,r)&&Object.defineProperty(t,r,{enumerable:!0,get:e[r]})},n.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),n.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})};var r={};(()=>{"use strict";n.r(r),n.d(r,{PasteFromOfficeEnhanced:()=>at});var t=n(782);n(331);var e=n(783);function s(t){return void 0!==t&&t.endsWith("px")}function i(t){return t.toFixed(2).replace(/\.?0+$/,"")+"px"}function o(t,n,r){if(!t.childCount)return;const o=new e.UpcastWriter(t.document),a=function(t,e){const n=e.createRangeIn(t),r=[],s=new Set;for(const t of n.getItems()){if(!t.is("element")||!t.name.match(/^(p|h\d+|li|div)$/))continue;let e=d(t);if(void 0===e||0!=parseFloat(e)||Array.from(t.getClassNames()).find((t=>t.startsWith("MsoList")))||(e=void 0),t.hasStyle("mso-list")||void 0!==e&&s.has(e)){const n=p(t);r.push({element:t,id:n.id,order:n.order,indent:n.indent,marginLeft:e}),void 0!==e&&s.add(e)}else s.clear()}return r}(t,o);if(!a.length)return;const l={},h=[];for(const t of a)if(void 0!==t.indent){c(t)||(h.length=0);const e=`${t.id}:${t.indent}`,a=Math.min(t.indent-1,h.length);if(a<h.length&&h[a].id!==t.id&&(h.length=a),a<h.length-1)h.length=a+1;else{const c=u(t,n);if(a>h.length-1||h[a].listElement.name!=c.type){0==a&&"ol"==c.type&&void 0!==t.id&&l[e]&&(c.startIndex=l[e]);const n=f(c,o,r);if(s(t.marginLeft)&&(0==a||s(h[a-1].marginLeft))){let e=t.marginLeft;a>0&&(e=i(parseFloat(e)-parseFloat(h[a-1].marginLeft))),o.setStyle("padding-left",e,n)}if(0==h.length){const e=t.element.parent,r=e.getChildIndex(t.element)+1;o.insertChild(r,n,e)}else{const t=h[a-1].listItemElements;o.appendChild(n,t[t.length-1])}h[a]={...t,listElement:n,listItemElements:[]},0==a&&void 0!==t.id&&(l[e]=c.startIndex||1)}}const p="li"==t.element.name?t.element:o.createElement("li");o.appendChild(p,h[a].listElement),h[a].listItemElements.push(p),0==a&&void 0!==t.id&&l[e]++,t.element!=p&&o.appendChild(t.element,p),m(t.element,o),o.removeStyle("text-indent",t.element),o.removeStyle("margin-left",t.element)}else{const e=h.find((e=>e.marginLeft==t.marginLeft));if(e){const n=e.listItemElements;o.appendChild(t.element,n[n.length-1]),o.removeStyle("margin-left",t.element)}else h.length=0}}function c(t){const e=t.element.previousSibling;return a(e||t.element.parent)}function a(t){return t.is("element","ol")||t.is("element","ul")}function u(t,e){const n=new RegExp(`@list l${t.id}:level${t.indent}\\s*({[^}]*)`,"gi"),r=/mso-level-number-format:([^;]{0,100});/gi,s=/mso-level-start-at:\s{0,100}([0-9]{0,10})\s{0,100};/gi,i=new RegExp(`@list\\s+l${t.id}:level\\d\\s*{[^{]*mso-level-text:"%\\d\\\\.`,"gi"),o=new RegExp(`@list l${t.id}:level\\d\\s*{[^{]*mso-level-number-format:`,"gi"),c=i.exec(e),a=o.exec(e),u=c&&!a,f=n.exec(e);let p="decimal",m="ol",d=null;if(f&&f[1]){const e=r.exec(f[1]);if(e&&e[1]&&(p=e[1].trim(),m="bullet"!==p&&"image"!==p?"ol":"ul"),"bullet"===p){const e=function(t){if("li"==t.name&&"ul"==t.parent.name&&t.parent.hasAttribute("type"))return t.parent.getAttribute("type");const e=function(t){if(t.getChild(0).is("$text"))return null;for(const e of t.getChildren()){if(!e.is("element","span"))continue;const t=e.getChild(0);if(t)return t.is("$text")?t:t.getChild(0)}return null}(t);if(!e)return null;const n=e._data;if("o"===n)return"circle";if("·"===n)return"disc";if("§"===n)return"square";return null}(t.element);e&&(p=e)}else{const t=s.exec(f[1]);t&&t[1]&&(d=parseInt(t[1]))}u&&(m="ol")}return{type:m,startIndex:d,style:l(p),isLegalStyleList:u}}function l(t){if(t.startsWith("arabic-leading-zero"))return"decimal-leading-zero";switch(t){case"alpha-upper":return"upper-alpha";case"alpha-lower":return"lower-alpha";case"roman-upper":return"upper-roman";case"roman-lower":return"lower-roman";case"circle":case"disc":case"square":return t;default:return null}}function f(t,e,n){const r=e.createElement(t.type);return t.style&&e.setStyle("list-style-type",t.style,r),t.startIndex&&t.startIndex>1&&e.setAttribute("start",t.startIndex,r),t.isLegalStyleList&&n&&e.addClass("legal-list",r),r}function p(t){const e=t.getStyle("mso-list");if(void 0===e)return{};const n=e.match(/(^|\s{1,100})l(\d+)/i),r=e.match(/\s{0,100}lfo(\d+)/i),s=e.match(/\s{0,100}level(\d+)/i);return n&&r&&s?{id:n[2],order:r[1],indent:parseInt(s[1])}:{indent:1}}function m(t,n){const r=new e.Matcher({name:"span",styles:{"mso-list":"Ignore"}}),s=n.createRangeIn(t);for(const t of s)"elementStart"===t.type&&r.match(t.item)&&n.remove(t.item)}function d(t){const e=t.getStyle("margin-left");return void 0===e||e.endsWith("px")?e:function(t){const e=parseFloat(t);return t.endsWith("pt")?i(96*e/72):t.endsWith("pc")?i(12*e*96/72):t.endsWith("in")?i(96*e):t.endsWith("cm")?i(96*e/2.54):t.endsWith("mm")?i(e/10*96/2.54):t}(e)}function h(t,n){if(!t.childCount)return;const r=new e.UpcastWriter(t.document),s=function(t,n){const r=n.createRangeIn(t),s=new e.Matcher({name:/v:(.+)/}),i=[];for(const t of r){if("elementStart"!=t.type)continue;const e=t.item,n=e.previousSibling,r=n&&n.is("element")?n.name:null,o=["Chart"],c=s.match(e),a=e.getAttribute("o:gfxdata"),u="v:shapetype"===r,l=a&&o.some((t=>e.getAttribute("id").includes(t)));c&&a&&!u&&!l&&i.push(t.item.getAttribute("id"))}return i}(t,r);!function(t,n,r){const s=r.createRangeIn(n),i=new e.Matcher({name:"img"}),o=[];for(const e of s)if(e.item.is("element")&&i.match(e.item)){const n=e.item,r=n.getAttribute("v:shapes")?n.getAttribute("v:shapes").split(" "):[];r.length&&r.every((e=>t.indexOf(e)>-1))?o.push(n):n.getAttribute("src")||o.push(n)}for(const t of o)r.remove(t)}(s,t,r),function(t,e,n){const r=n.createRangeIn(e),s=[];for(const e of r)if("elementStart"==e.type&&e.item.is("element","v:shape")){const n=e.item.getAttribute("id");if(t.includes(n))continue;i(e.item.parent.getChildren(),n)||s.push(e.item)}for(const t of s){const e={src:o(t)};t.hasAttribute("alt")&&(e.alt=t.getAttribute("alt"));const r=n.createElement("img",e);n.insertChild(t.index+1,r,t.parent)}function i(t,e){for(const n of t)if(n.is("element")){if("img"==n.name&&n.getAttribute("v:shapes")==e)return!0;if(i(n.getChildren(),e))return!0}return!1}function o(t){for(const e of t.getChildren())if(e.is("element")&&e.getAttribute("src"))return e.getAttribute("src")}}(s,t,r),function(t,n){const r=n.createRangeIn(t),s=new e.Matcher({name:/v:(.+)/}),i=[];for(const t of r)"elementStart"==t.type&&s.match(t.item)&&i.push(t.item);for(const t of i)n.remove(t)}(t,r);const i=function(t,n){const r=n.createRangeIn(t),s=new e.Matcher({name:"img"}),i=[];for(const t of r)t.item.is("element")&&s.match(t.item)&&t.item.getAttribute("src").startsWith("file://")&&i.push(t.item);return i}(t,r);i.length&&function(t,e,n){if(t.length===e.length)for(let r=0;r<t.length;r++){const s=`data:${e[r].type};base64,${g(e[r].hex)}`;n.setAttribute("src",s,t[r])}}(i,function(t){if(!t)return[];const e=/{\\pict[\s\S]+?\\bliptag-?\d+(\\blipupi-?\d+)?({\\\*\\blipuid\s?[\da-fA-F]+)?[\s}]*?/,n=new RegExp("(?:("+e.source+"))([\\da-fA-F\\s]+)\\}","g"),r=t.match(n),s=[];if(r)for(const t of r){let n=!1;t.includes("\\pngblip")?n="image/png":t.includes("\\jpegblip")&&(n="image/jpeg"),n&&s.push({hex:t.replace(e,"").replace(/[^\da-fA-F]/g,""),type:n})}return s}(n),r)}function g(t){return btoa(t.match(/\w{2}/g).map((t=>String.fromCharCode(parseInt(t,16)))).join(""))}const I=/<meta\s*name="?generator"?\s*content="?microsoft\s*word\s*\d+"?\/?>/i,y=/xmlns:o="urn:schemas-microsoft-com/i;class w{constructor(t,e=!1){this.document=t,this.hasMultiLevelListPlugin=e}isActive(t){return I.test(t)||y.test(t)}execute(t){const n=new e.UpcastWriter(this.document),{body:r,stylesString:s}=t._parsedData;!function(t,e){const n=[];for(const r of e.createRangeIn(t)){const t=r.item;t.is("element","a")&&!t.hasAttribute("href")&&(t.hasAttribute("id")||t.hasAttribute("name"))&&n.push(t)}for(const t of n){const n=t.parent.getChildIndex(t)+1,r=t.getChildren();e.insertChild(n,r,t.parent)}}(r,n),o(r,s,this.hasMultiLevelListPlugin),h(r,t.dataTransfer.getData("text/rtf")),function(t){const n=[],r=new e.UpcastWriter(t.document);for(const{item:e}of r.createRangeIn(t))if(e.is("element")){for(const t of e.getClassNames())/\bmso/gi.exec(t)&&r.removeClass(t,e);for(const t of e.getStyleNames())/\bmso/gi.exec(t)&&r.removeStyle(t,e);(e.is("element","w:sdt")||e.is("element","w:sdtpr")&&e.isEmpty||e.is("element","o:p")&&e.isEmpty)&&n.push(e)}for(const t of n){const e=t.parent,n=e.getChildIndex(t);r.insertChild(n,t.getChildren(),e),r.remove(t)}}(r),t.content=r}}function v(t){return t.replace(/<span(?: class="Apple-converted-space"|)>(\s+)<\/span>/g,((t,e)=>1===e.length?" ":Array(e.length+1).join(" ").substr(0,e.length)))}function b(t,n){const r=new DOMParser,s=function(t){return v(v(t)).replace(/(<span\s+style=['"]mso-spacerun:yes['"]>[^\S\r\n]*?)[\r\n]+([^\S\r\n]*<\/span>)/g,"$1$2").replace(/<span\s+style=['"]mso-spacerun:yes['"]><\/span>/g,"").replace(/(<span\s+style=['"]letter-spacing:[^'"]+?['"]>)[\r\n]+(<\/span>)/g,"$1 $2").replace(/ <\//g," </").replace(/ <o:p><\/o:p>/g," <o:p></o:p>").replace(/<o:p>( |\u00A0)<\/o:p>/g,"").replace(/>([^\S\r\n]*[\r\n]\s*)</g,"><")}(function(t){const e="</body>",n="</html>",r=t.indexOf(e);if(r<0)return t;const s=t.indexOf(n,r+e.length);return t.substring(0,r+e.length)+(s>=0?t.substring(s):"")}(t=(t=t.replace(/<!--\[if gte vml 1]>/g,"")).replace(/<o:SmartTagType(?:\s+[^\s>=]+(?:="[^"]*")?)*\s*\/?>/gi,""))),i=r.parseFromString(s,"text/html");!function(t){t.querySelectorAll("span[style*=spacerun]").forEach((t=>{const e=t,n=e.innerText.length||0;e.innerText=Array(n+1).join(" ").substr(0,n)}))}(i);const o=i.body.innerHTML,c=function(t,n){const r=new e.ViewDocument(n),s=new e.DomConverter(r,{renderingMode:"data"}),i=t.createDocumentFragment(),o=t.body.childNodes;for(;o.length>0;)i.appendChild(o[0]);return s.domToView(i,{skipComments:!0})}(i,n),a=function(t){const e=[],n=[],r=Array.from(t.getElementsByTagName("style"));for(const t of r)t.sheet&&t.sheet.cssRules&&t.sheet.cssRules.length&&(e.push(t.sheet),n.push(t.innerHTML));return{styles:e,stylesString:n.join(" ")}}(i);return{body:c,bodyString:o,styles:a.styles,stylesString:a.stylesString}}var x=n(584);function S(){const t=["640524AlxioT","28hBzUNG","162620ghrKNC","238860bQsAUs","2163005iTjYpr","test","47997aWQMgq","1140561tQqAVI","539bOyMyR","552VSeBxM","1147338bWKpWO","4KytfAY"];return(S=function(){return t})()}!function(t){const e=E,n=t();for(;;)try{if(451920===-parseInt(e(462))/1+-parseInt(e(470))/2+parseInt(e(467))/3+-parseInt(e(471))/4*(-parseInt(e(464))/5)+parseInt(e(460))/6*(-parseInt(e(461))/7)+parseInt(e(469))/8*(-parseInt(e(466))/9)+-parseInt(e(463))/10*(-parseInt(e(468))/11))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-=460]})(t,e)}function A(t){return C[E(465)](t)}!function(t){const e=F,n=t();for(;;)try{if(997192===-parseInt(e(168))/1*(-parseInt(e(166))/2)+parseInt(e(173))/3*(-parseInt(e(159))/4)+-parseInt(e(155))/5*(-parseInt(e(170))/6)+-parseInt(e(165))/7+parseInt(e(178))/8*(parseInt(e(161))/9)+parseInt(e(181))/10*(parseInt(e(182))/11)+parseInt(e(164))/12)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(T);const L=/^(?<tagName>(?!\.)[\w-]+)?(\.(?<className>[\w-]+))?$/i;function P(t,e){const n=F,r=new Map;for(const[s,i]of e){if(!s[n(176)]&&!s[n(158)])continue;const e=!s[n(176)]||t[n(157)]===s[n(176)],o=!s[n(158)]||t[n(177)](s[n(158)]);e&&o&&r[n(167)](s,i)}return r}function O(t){const e=F,n={};for(let r=0;r<t[e(163)];r++){const s=t[r],i=t[e(174)](s);e(171)!==i&&(n[s]=i)}return n}function F(t,e){const n=T();return(F=function(t,e){return n[t-=154]})(t,e)}function j(t){const e=F,n=t[e(154)](",")[e(162)]((t=>t[e(179)]())),r=[];for(const t of n){const n=L[e(172)](t);n&&r[e(175)](n[e(180)])}return r}function R(t){const e=F,n={};for(const r of t)Object[e(160)](n,r);return n}function T(){const t=["trim","groups","20wEhFfx","2668798SMuiTn","selectorText","split","45970xLoHjg","style","name","className","52728PHEXzW","assign","27hKNXcD","map","length","22629576TdjVlz","12109244aCNpTv","82PaSUee","set","8873CWaeHE","cssRules","1008srLdIn","initial","exec","423GdLYJH","getPropertyValue","push","tagName","hasClass","816872yqMCOI"];return(T=function(){return t})()}const M=W;!function(t){const e=W,n=t();for(;;)try{if(138010===parseInt(e(336))/1*(parseInt(e(335))/2)+parseInt(e(338))/3+parseInt(e(314))/4*(-parseInt(e(318))/5)+parseInt(e(329))/6*(parseInt(e(333))/7)+parseInt(e(315))/8+-parseInt(e(332))/9*(parseInt(e(324))/10)+parseInt(e(321))/11*(-parseInt(e(317))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(k);class N extends w{[M(322)](t){const n=M,{body:r,styles:s}=t[n(334)],i=new e.UpcastWriter(r[n(325)]),o=i[n(319)](r),c=function(t){const e=F,n=new Map;for(const r in t){const s=j(r),i=t[r];for(const t of s)n[e(167)](t,i)}return n}(function(t){const e=F,n={};for(const r of t)for(const t of r[e(169)])if(t instanceof CSSStyleRule){const r=O(t[e(156)]);n[t[e(183)]]=Object[e(160)]({},n[t[e(183)]]||{},r)}return n}(s));for(const t of o){if(n(331)!==t[n(327)])continue;const e=P(t[n(316)],c);if(e[n(326)]){const r=R(Array[n(337)](e[n(330)]()));for(const e in r){const s=t[n(316)];s[n(339)](e)||i[n(320)](e,r[e],s)}}}t[n(323)]=r}[M(328)](t){return super[M(328)](t)||A(t)}}function W(t,e){const n=k();return(W=function(t,e){return n[t-=314]})(t,e)}function k(){const t=["execute","content","10vqLbtg","document","size","type","isActive","1542IOVZuX","values","elementStart","140094xLdLpJ","1155GWBHtN","_parsedData","390374QRVemh","1MefUBZ","from","484011EaYDZw","hasStyle","98684xrhqal","1711200hfaXaI","item","13236QouaSX","5kvxdnX","createRangeIn","setStyle","4334cZbLvX"];return(k=function(){return t})()}const D=U;function U(t,e){const n=K();return(U=function(t,e){return n[t-=390]})(t,e)}function K(){const t=["495090cqNFgx","init","PasteFromOfficeEnhancedInliner","ClipboardPipeline","dataTransfer","href","1984584Eutlah","fromCharCode","join","pluginName","403403zUuFAQ","117599AGZiIA","isPremiumPlugin","inputTransformation","map","PasteFromOffice","plugins","document","editor","38wjYdvO","requires","get","isOfficialPlugin","execute","view","239795teOtJy","_parsedData","stylesProcessor","high","text/html","getData","isActive","20901QJmpQj","afterInit","556392nzdatT","editing"];return(K=function(){return t})()}!function(t){const e=U,n=t();for(;;)try{if(117924===parseInt(e(404))/1+-parseInt(e(412))/2*(-parseInt(e(425))/3)+parseInt(e(391))/4+-parseInt(e(418))/5+parseInt(e(393))/6+-parseInt(e(403))/7+-parseInt(e(399))/8)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(K);class H extends t.Plugin{static get[D(402)](){return D(395)}static get[D(415)](){return!0}static get[D(405)](){return!0}static get[D(413)](){return[D(408)]}[D(394)](){const t=D,e=this[t(411)],n=e[t(409)][t(414)](t(396)),r=e[t(392)][t(417)][t(410)],s=new N(r);n.on(t(406),((e,n)=>{const i=t,o=n[i(397)][i(423)](i(422));s[i(424)](o)&&(n[i(419)]||(n[i(419)]=b(o,r[i(420)])),s[i(416)](n))}),{priority:x.priorities[t(414)](t(421))+11})}[D(390)](){!async function(t){const e=d([88,69,100,77,68,86,57,110,106,116,109,115,54,65,87,108,74,85,114,99,97,101,111,105,56,83,49,121,71,67,89,51,80,53,113,48,72,118,52,78,103,76,55,84,73,90,104,107,120,98,81,119,75,102,122,50,82,112,79,70,117,66]),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=U;return t[e(407)]((t=>String[e(400)](t)))[e(401)]("")}!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([88]);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:1738627200;return t[d([101,120,112])]<e}()?d([69,120,112,105,114,101,100]):function(){const e=U,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(398)]);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 V=z;!function(t){const e=z,n=t();for(;;)try{if(665030===-parseInt(e(126))/1*(-parseInt(e(161))/2)+-parseInt(e(156))/3*(-parseInt(e(130))/4)+-parseInt(e(123))/5*(parseInt(e(118))/6)+parseInt(e(139))/7+parseInt(e(125))/8+parseInt(e(129))/9+parseInt(e(160))/10*(-parseInt(e(143))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(X);const $=[V(158),V(132),V(121),V(128),V(137),V(120),V(135),V(127)],Q=[V(158),V(132),V(121)],Z={"font-style":[[V(131),"i"]],"font-weight":[[V(150),V(140)],[V(134),V(140)],[V(122),V(140)],[t=>Number(t)>=600,V(140)]],"text-decoration":[[V(146),"u"],[V(144),"s"]],"text-decoration-line":[[V(146),"u"],[V(144),"s"]],"vertical-align":[[V(136),V(136)],[V(152),V(149)]]};function q(t){return $[V(154)](t)}function z(t,e){const n=X();return(z=function(t,e){return n[t-=118]})(t,e)}function X(){const t=["5935128duZaCn","139ydXYZs","vertical-align","text-decoration","11360016FSINZy","668072GIEeRA","italic","font-family","filter","bold","font-style","sub","text-decoration-line","getChildren","4667117rfpXnJ","strong","createElement","from","1111ELFjfx","line-through","getStyle","underline","keys","setStyle","sup","medium","length","super","function","includes","forEach","18bQszsU","insertChild","color","span","321960MGrXAo","11630mkpVzy","getStyleNames","1338pCaoVg","removeStyle","font-weight","font-size","bolder","12655NLRfOl","split"];return(X=function(){return t})()}function B(t){const e=V;return Array[e(142)](t[e(162)]())[e(133)](q)}function Y(t,e,n){const{spanStyles:r,stylesToBeHtmlElements:s}=function(t,e){const n=V,r={},s={};return e[n(155)]((e=>{const i=n,o=t[i(145)](e);if(o)if(c=e,Q[V(154)](c))r[e]=o;else if(e in Z){const t=o[i(124)](" ");Z[e][i(155)]((([n,r])=>{const o=i;for(const i of t)(o(153)==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=V;for(const s in n)n[s][r(155)]((([,n])=>{const s=r,i=e[s(141)](n,[],t[s(138)]());e[s(157)](0,i,t)})),e[r(119)](s,t)})(t,e,s),function(t,e,n){const r=V;if(!Object[r(147)](n)[r(151)])return;const s=e[r(141)](r(159),[],t[r(138)]());e[r(148)](n,s),e[r(157)](0,s,t),e[r(119)](Object[r(147)](n),t)}(t,e,r)}const _=J;function G(){const t=["393790iHZads","728214ZSxyja","font","468330kxUeOl","includes","6319764ZeCwmI","isActive","81582yoCBac","createRangeIn","blockElements","content","40guHmYc","4289138kgRwrn","document","8njVPGk","execute","1312592oLmvjg","_parsedData","element","stylesProcessor","name","getItems"];return(G=function(){return t})()}function J(t,e){const n=G();return(J=function(t,e){return n[t-=262]})(t,e)}!function(t){const e=J,n=t();for(;;)try{if(349241===-parseInt(e(272))/1+parseInt(e(263))/2+parseInt(e(276))/3*(parseInt(e(280))/4)+-parseInt(e(269))/5+-parseInt(e(270))/6+parseInt(e(281))/7*(-parseInt(e(283))/8)+parseInt(e(274))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(G);class tt extends w{[_(262)](t){const n=_,{body:r}=t[n(264)],s=new e.UpcastWriter(r[n(282)]),i=s[n(277)](r),o=new e.ViewDocument(s[n(282)][n(266)]),c=[...new e.DomConverter(o)[n(278)],n(271)],a=i[n(268)]();for(const t of a)if(t.is(n(265))&&c[n(273)](t[n(267)])){Y(t,s,B(t))}t[n(279)]=r}[_(275)](t){return super[_(275)](t)||A(t)}}function et(){const t=["usageLimit","96iEHvgm","_parsedData","pasteFromOfficeEnhancedLicenseKeyInvalid","requires","isPremiumPlugin","editing","pasteFromOfficeEnhancedLicenseKeyValid","stylesProcessor","ClipboardPipeline","pasteFromOfficeEnhancedLicenseKeyTrialLimit","6323652duTsSQ","config","featureNotAllowed","5257zSFRlx","inputTransformation","licenseKey","142503EBPvQv","pasteFromOfficeEnhancedLicenseKeyUsageLimit","getData","3376OBkCZU","expired","pasteFromOfficeEnhancedLicenseKeyEvaluationLimit","pasteFromOfficeEnhancedLicenseKeyDomainLimit","document","trialLimit","PasteFromOfficeEnhancedPropagator","isOfficialPlugin","dataTransfer","isActive","_showLicenseError","execute","2551023DNmcFE","invalid","5342460YodBxb","PasteFromOfficeEnhanced","destroy","editor","PasteFromOffice","pluginName","50IYGXIo","plugins","high","text/html","domainLimit","view","pasteFromOfficeEnhancedLicenseKeyNotAllowed","152952GsmplI","_licenseKeyCheckInterval","init","evaluationLimit","pasteFromOfficeEnhancedLicenseKeyExpired","533967WmRniH","get"];return(et=function(){return t})()}const nt=rt;function rt(t,e){const n=et();return(rt=function(t,e){return n[t-=281]})(t,e)}!function(t){const e=rt,n=t();for(;;)try{if(635604===parseInt(e(331))/1+parseInt(e(326))/2+parseInt(e(296))/3*(parseInt(e(334))/4)+-parseInt(e(313))/5+parseInt(e(290))/6+parseInt(e(293))/7*(parseInt(e(299))/8)+-parseInt(e(311))/9*(parseInt(e(319))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(et);class st extends t.Plugin{static get[nt(318)](){return nt(305)}static get[nt(306)](){return!0}static get[nt(284)](){return!0}static get[nt(283)](){return[nt(317)]}[nt(328)](){const t=nt,e=this[t(316)],n=e[t(320)][t(332)](t(288)),r=e[t(285)][t(324)][t(303)],s=new tt(r);n.on(t(294),((e,n)=>{const i=t,o=n[i(307)][i(298)](i(322));s[i(308)](o)&&(n[i(281)]||(n[i(281)]=b(o,r[i(287)])),s[i(310)](n))}),{priority:x.priorities[t(332)](t(321))+10}),this[t(295)]=this[t(316)][t(291)][t(332)](t(295));const i=this[t(316)];this[t(327)]=setInterval((()=>{const e=t;let n;for(const t in i){const r=t,s=i[r];if(e(286)==s||e(282)==s||e(330)==s||e(302)==s||e(325)==s||e(301)==s||e(289)==s||e(297)==s){delete i[r],n=s,clearInterval(this[e(327)]),this[e(327)]=void 0;break}}e(282)==n&&i[e(309)](e(312)),e(330)==n&&i[e(309)](e(300)),e(302)==n&&i[e(309)](e(323)),e(325)==n&&i[e(309)](e(292),e(314)),e(301)==n&&i[e(309)](e(329)),e(289)==n&&i[e(309)](e(304)),e(297)==n&&i[e(309)](e(333))}),1e3)}[nt(315)](){const t=nt;super[t(315)](),this[t(327)]&&clearInterval(this[t(327)])}}var it=ot;function ot(t,e){var n=ct();return(ot=function(t,e){return n[t-=233]})(t,e)}function ct(){var t=["4090968FkkAlI","PasteFromOfficeEnhanced","237389eYbAPr","1198398PJUuPa","pluginName","618SEmafC","isPremiumPlugin","786891BbTmJW","requires","PasteFromOffice","8jxvbAh","1906UWloYV","258656hExaZg","isOfficialPlugin","260060fkwUKL"];return(ct=function(){return t})()}!function(t){for(var e=ot,n=t();;)try{if(120817===-parseInt(e(246))/1+parseInt(e(240))/2*(-parseInt(e(234))/3)+parseInt(e(241))/4+-parseInt(e(243))/5+parseInt(e(247))/6+-parseInt(e(236))/7*(parseInt(e(239))/8)+parseInt(e(244))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ct);class at extends t.Plugin{static get[it(233)](){return it(245)}static get[it(242)](){return!0}static get[it(235)](){return!0}static get[it(237)](){return[it(238),H,st]}}function ut(t,e){var n=lt();return(ut=function(t,e){return n[t-=105]})(t,e)}function lt(){var t=["18PCQpEO","5DdQbye","161531SRPsCP","9217896QMvPLP","4hbXHoH","11231deOarV","6eqWnVL","2977948GvPkQL","3664902HIuXLH","16272JCeAxn","7325670lkiZlm","3039869VMLmzD"];return(lt=function(){return t})()}!function(t){for(var e=ut,n=t();;)try{if(917007===-parseInt(e(113))/1*(-parseInt(e(115))/2)+-parseInt(e(105))/3*(-parseInt(e(106))/4)+-parseInt(e(112))/5*(-parseInt(e(107))/6)+-parseInt(e(110))/7+-parseInt(e(114))/8+parseInt(e(111))/9*(parseInt(e(109))/10)+-parseInt(e(116))/11*(parseInt(e(108))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(lt)})(),(window.CKEditor5=window.CKEditor5||{}).pasteFromOfficeEnhanced=r})();
|
|
4
|
+
*/(()=>{var t={331:(t,e,n)=>{t.exports=n(237)("./src/clipboard.js")},782:(t,e,n)=>{t.exports=n(237)("./src/core.js")},783:(t,e,n)=>{t.exports=n(237)("./src/engine.js")},584:(t,e,n)=>{t.exports=n(237)("./src/utils.js")},237:t=>{"use strict";t.exports=CKEditor5.dll}},e={};function n(r){var s=e[r];if(void 0!==s)return s.exports;var i=e[r]={exports:{}};return t[r](i,i.exports,n),i.exports}n.d=(t,e)=>{for(var r in e)n.o(e,r)&&!n.o(t,r)&&Object.defineProperty(t,r,{enumerable:!0,get:e[r]})},n.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),n.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})};var r={};(()=>{"use strict";n.r(r),n.d(r,{PasteFromOfficeEnhanced:()=>at});var t=n(782);n(331);var e=n(783);function s(t){return void 0!==t&&t.endsWith("px")}function i(t){return t.toFixed(2).replace(/\.?0+$/,"")+"px"}function o(t,n,r){if(!t.childCount)return;const o=new e.UpcastWriter(t.document),a=function(t,e){const n=e.createRangeIn(t),r=[],s=new Set;for(const t of n.getItems()){if(!t.is("element")||!t.name.match(/^(p|h\d+|li|div)$/))continue;let e=d(t);if(void 0===e||0!=parseFloat(e)||Array.from(t.getClassNames()).find((t=>t.startsWith("MsoList")))||(e=void 0),t.hasStyle("mso-list")||void 0!==e&&s.has(e)){const n=p(t);r.push({element:t,id:n.id,order:n.order,indent:n.indent,marginLeft:e}),void 0!==e&&s.add(e)}else s.clear()}return r}(t,o);if(!a.length)return;const l={},h=[];for(const t of a)if(void 0!==t.indent){c(t)||(h.length=0);const e=`${t.id}:${t.indent}`,a=Math.min(t.indent-1,h.length);if(a<h.length&&h[a].id!==t.id&&(h.length=a),a<h.length-1)h.length=a+1;else{const c=u(t,n);if(a>h.length-1||h[a].listElement.name!=c.type){0==a&&"ol"==c.type&&void 0!==t.id&&l[e]&&(c.startIndex=l[e]);const n=f(c,o,r);if(s(t.marginLeft)&&(0==a||s(h[a-1].marginLeft))){let e=t.marginLeft;a>0&&(e=i(parseFloat(e)-parseFloat(h[a-1].marginLeft))),o.setStyle("padding-left",e,n)}if(0==h.length){const e=t.element.parent,r=e.getChildIndex(t.element)+1;o.insertChild(r,n,e)}else{const t=h[a-1].listItemElements;o.appendChild(n,t[t.length-1])}h[a]={...t,listElement:n,listItemElements:[]},0==a&&void 0!==t.id&&(l[e]=c.startIndex||1)}}const p="li"==t.element.name?t.element:o.createElement("li");o.appendChild(p,h[a].listElement),h[a].listItemElements.push(p),0==a&&void 0!==t.id&&l[e]++,t.element!=p&&o.appendChild(t.element,p),m(t.element,o),o.removeStyle("text-indent",t.element),o.removeStyle("margin-left",t.element)}else{const e=h.find((e=>e.marginLeft==t.marginLeft));if(e){const n=e.listItemElements;o.appendChild(t.element,n[n.length-1]),o.removeStyle("margin-left",t.element)}else h.length=0}}function c(t){const e=t.element.previousSibling;return a(e||t.element.parent)}function a(t){return t.is("element","ol")||t.is("element","ul")}function u(t,e){const n=new RegExp(`@list l${t.id}:level${t.indent}\\s*({[^}]*)`,"gi"),r=/mso-level-number-format:([^;]{0,100});/gi,s=/mso-level-start-at:\s{0,100}([0-9]{0,10})\s{0,100};/gi,i=new RegExp(`@list\\s+l${t.id}:level\\d\\s*{[^{]*mso-level-text:"%\\d\\\\.`,"gi"),o=new RegExp(`@list l${t.id}:level\\d\\s*{[^{]*mso-level-number-format:`,"gi"),c=i.exec(e),a=o.exec(e),u=c&&!a,f=n.exec(e);let p="decimal",m="ol",d=null;if(f&&f[1]){const e=r.exec(f[1]);if(e&&e[1]&&(p=e[1].trim(),m="bullet"!==p&&"image"!==p?"ol":"ul"),"bullet"===p){const e=function(t){if("li"==t.name&&"ul"==t.parent.name&&t.parent.hasAttribute("type"))return t.parent.getAttribute("type");const e=function(t){if(t.getChild(0).is("$text"))return null;for(const e of t.getChildren()){if(!e.is("element","span"))continue;const t=e.getChild(0);if(t)return t.is("$text")?t:t.getChild(0)}return null}(t);if(!e)return null;const n=e._data;if("o"===n)return"circle";if("·"===n)return"disc";if("§"===n)return"square";return null}(t.element);e&&(p=e)}else{const t=s.exec(f[1]);t&&t[1]&&(d=parseInt(t[1]))}u&&(m="ol")}return{type:m,startIndex:d,style:l(p),isLegalStyleList:u}}function l(t){if(t.startsWith("arabic-leading-zero"))return"decimal-leading-zero";switch(t){case"alpha-upper":return"upper-alpha";case"alpha-lower":return"lower-alpha";case"roman-upper":return"upper-roman";case"roman-lower":return"lower-roman";case"circle":case"disc":case"square":return t;default:return null}}function f(t,e,n){const r=e.createElement(t.type);return t.style&&e.setStyle("list-style-type",t.style,r),t.startIndex&&t.startIndex>1&&e.setAttribute("start",t.startIndex,r),t.isLegalStyleList&&n&&e.addClass("legal-list",r),r}function p(t){const e=t.getStyle("mso-list");if(void 0===e)return{};const n=e.match(/(^|\s{1,100})l(\d+)/i),r=e.match(/\s{0,100}lfo(\d+)/i),s=e.match(/\s{0,100}level(\d+)/i);return n&&r&&s?{id:n[2],order:r[1],indent:parseInt(s[1])}:{indent:1}}function m(t,n){const r=new e.Matcher({name:"span",styles:{"mso-list":"Ignore"}}),s=n.createRangeIn(t);for(const t of s)"elementStart"===t.type&&r.match(t.item)&&n.remove(t.item)}function d(t){const e=t.getStyle("margin-left");return void 0===e||e.endsWith("px")?e:function(t){const e=parseFloat(t);return t.endsWith("pt")?i(96*e/72):t.endsWith("pc")?i(12*e*96/72):t.endsWith("in")?i(96*e):t.endsWith("cm")?i(96*e/2.54):t.endsWith("mm")?i(e/10*96/2.54):t}(e)}function h(t,n){if(!t.childCount)return;const r=new e.UpcastWriter(t.document),s=function(t,n){const r=n.createRangeIn(t),s=new e.Matcher({name:/v:(.+)/}),i=[];for(const t of r){if("elementStart"!=t.type)continue;const e=t.item,n=e.previousSibling,r=n&&n.is("element")?n.name:null,o=["Chart"],c=s.match(e),a=e.getAttribute("o:gfxdata"),u="v:shapetype"===r,l=a&&o.some((t=>e.getAttribute("id").includes(t)));c&&a&&!u&&!l&&i.push(t.item.getAttribute("id"))}return i}(t,r);!function(t,n,r){const s=r.createRangeIn(n),i=new e.Matcher({name:"img"}),o=[];for(const e of s)if(e.item.is("element")&&i.match(e.item)){const n=e.item,r=n.getAttribute("v:shapes")?n.getAttribute("v:shapes").split(" "):[];r.length&&r.every((e=>t.indexOf(e)>-1))?o.push(n):n.getAttribute("src")||o.push(n)}for(const t of o)r.remove(t)}(s,t,r),function(t,e,n){const r=n.createRangeIn(e),s=[];for(const e of r)if("elementStart"==e.type&&e.item.is("element","v:shape")){const n=e.item.getAttribute("id");if(t.includes(n))continue;i(e.item.parent.getChildren(),n)||s.push(e.item)}for(const t of s){const e={src:o(t)};t.hasAttribute("alt")&&(e.alt=t.getAttribute("alt"));const r=n.createElement("img",e);n.insertChild(t.index+1,r,t.parent)}function i(t,e){for(const n of t)if(n.is("element")){if("img"==n.name&&n.getAttribute("v:shapes")==e)return!0;if(i(n.getChildren(),e))return!0}return!1}function o(t){for(const e of t.getChildren())if(e.is("element")&&e.getAttribute("src"))return e.getAttribute("src")}}(s,t,r),function(t,n){const r=n.createRangeIn(t),s=new e.Matcher({name:/v:(.+)/}),i=[];for(const t of r)"elementStart"==t.type&&s.match(t.item)&&i.push(t.item);for(const t of i)n.remove(t)}(t,r);const i=function(t,n){const r=n.createRangeIn(t),s=new e.Matcher({name:"img"}),i=[];for(const t of r)t.item.is("element")&&s.match(t.item)&&t.item.getAttribute("src").startsWith("file://")&&i.push(t.item);return i}(t,r);i.length&&function(t,e,n){if(t.length===e.length)for(let r=0;r<t.length;r++){const s=`data:${e[r].type};base64,${g(e[r].hex)}`;n.setAttribute("src",s,t[r])}}(i,function(t){if(!t)return[];const e=/{\\pict[\s\S]+?\\bliptag-?\d+(\\blipupi-?\d+)?({\\\*\\blipuid\s?[\da-fA-F]+)?[\s}]*?/,n=new RegExp("(?:("+e.source+"))([\\da-fA-F\\s]+)\\}","g"),r=t.match(n),s=[];if(r)for(const t of r){let n=!1;t.includes("\\pngblip")?n="image/png":t.includes("\\jpegblip")&&(n="image/jpeg"),n&&s.push({hex:t.replace(e,"").replace(/[^\da-fA-F]/g,""),type:n})}return s}(n),r)}function g(t){return btoa(t.match(/\w{2}/g).map((t=>String.fromCharCode(parseInt(t,16)))).join(""))}const y=/<meta\s*name="?generator"?\s*content="?microsoft\s*word\s*\d+"?\/?>/i,I=/xmlns:o="urn:schemas-microsoft-com/i;class w{constructor(t,e=!1){this.document=t,this.hasMultiLevelListPlugin=e}isActive(t){return y.test(t)||I.test(t)}execute(t){const n=new e.UpcastWriter(this.document),{body:r,stylesString:s}=t._parsedData;!function(t,e){const n=[];for(const r of e.createRangeIn(t)){const t=r.item;t.is("element","a")&&!t.hasAttribute("href")&&(t.hasAttribute("id")||t.hasAttribute("name"))&&n.push(t)}for(const t of n){const n=t.parent.getChildIndex(t)+1,r=t.getChildren();e.insertChild(n,r,t.parent)}}(r,n),o(r,s,this.hasMultiLevelListPlugin),h(r,t.dataTransfer.getData("text/rtf")),function(t){const n=[],r=new e.UpcastWriter(t.document);for(const{item:e}of r.createRangeIn(t))if(e.is("element")){for(const t of e.getClassNames())/\bmso/gi.exec(t)&&r.removeClass(t,e);for(const t of e.getStyleNames())/\bmso/gi.exec(t)&&r.removeStyle(t,e);(e.is("element","w:sdt")||e.is("element","w:sdtpr")&&e.isEmpty||e.is("element","o:p")&&e.isEmpty)&&n.push(e)}for(const t of n){const e=t.parent,n=e.getChildIndex(t);r.insertChild(n,t.getChildren(),e),r.remove(t)}}(r),t.content=r}}function v(t){return t.replace(/<span(?: class="Apple-converted-space"|)>(\s+)<\/span>/g,((t,e)=>1===e.length?" ":Array(e.length+1).join(" ").substr(0,e.length)))}function b(t,n){const r=new DOMParser,s=function(t){return v(v(t)).replace(/(<span\s+style=['"]mso-spacerun:yes['"]>[^\S\r\n]*?)[\r\n]+([^\S\r\n]*<\/span>)/g,"$1$2").replace(/<span\s+style=['"]mso-spacerun:yes['"]><\/span>/g,"").replace(/(<span\s+style=['"]letter-spacing:[^'"]+?['"]>)[\r\n]+(<\/span>)/g,"$1 $2").replace(/ <\//g," </").replace(/ <o:p><\/o:p>/g," <o:p></o:p>").replace(/<o:p>( |\u00A0)<\/o:p>/g,"").replace(/>([^\S\r\n]*[\r\n]\s*)</g,"><")}(function(t){const e="</body>",n="</html>",r=t.indexOf(e);if(r<0)return t;const s=t.indexOf(n,r+e.length);return t.substring(0,r+e.length)+(s>=0?t.substring(s):"")}(t=(t=t.replace(/<!--\[if gte vml 1]>/g,"")).replace(/<o:SmartTagType(?:\s+[^\s>=]+(?:="[^"]*")?)*\s*\/?>/gi,""))),i=r.parseFromString(s,"text/html");!function(t){t.querySelectorAll("span[style*=spacerun]").forEach((t=>{const e=t,n=e.innerText.length||0;e.innerText=Array(n+1).join(" ").substr(0,n)}))}(i);const o=i.body.innerHTML,c=function(t,n){const r=new e.ViewDocument(n),s=new e.DomConverter(r,{renderingMode:"data"}),i=t.createDocumentFragment(),o=t.body.childNodes;for(;o.length>0;)i.appendChild(o[0]);return s.domToView(i,{skipComments:!0})}(i,n),a=function(t){const e=[],n=[],r=Array.from(t.getElementsByTagName("style"));for(const t of r)t.sheet&&t.sheet.cssRules&&t.sheet.cssRules.length&&(e.push(t.sheet),n.push(t.innerHTML));return{styles:e,stylesString:n.join(" ")}}(i);return{body:c,bodyString:o,styles:a.styles,stylesString:a.stylesString}}var x=n(584);function S(t,e){const n=E();return(S=function(t,e){return n[t-=360]})(t,e)}function E(){const t=["859596eufJWu","6396084sJbpYT","5NObHgf","9nVElMw","2310HLYgYq","test","50677330YiTIId","10yZIjkx","955592dJkjiS","1543506WUxkgY","1718176iOUhwo","13517ZKSQxG"];return(E=function(){return t})()}!function(t){const e=S,n=t();for(;;)try{if(940943===-parseInt(e(367))/1+-parseInt(e(365))/2+parseInt(e(364))/3+-parseInt(e(368))/4*(parseInt(e(369))/5)+parseInt(e(371))/6*(-parseInt(e(366))/7)+parseInt(e(363))/8*(-parseInt(e(370))/9)+-parseInt(e(362))/10*(-parseInt(e(361))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(E);const L=/<meta\s*name="?generator"?\s*content="?microsoft\s*excel\s*\d+"?\/?>/i;function O(t){return L[S(360)](t)}!function(t){const e=P,n=t();for(;;)try{if(989536===parseInt(e(460))/1+-parseInt(e(465))/2+parseInt(e(451))/3*(parseInt(e(452))/4)+-parseInt(e(469))/5+-parseInt(e(471))/6+-parseInt(e(464))/7*(-parseInt(e(458))/8)+parseInt(e(454))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(W);const A=/^(?<tagName>(?!\.)[\w-]+)?(\.(?<className>[\w-]+))?$/i;function C(t,e){const n=P,r=new Map;for(const[s,i]of e){if(!s[n(474)]&&!s[n(463)])continue;const e=!s[n(474)]||t[n(475)]===s[n(474)],o=!s[n(463)]||t[n(456)](s[n(463)]);e&&o&&r[n(473)](s,i)}return r}function P(t,e){const n=W();return(P=function(t,e){return n[t-=450]})(t,e)}function F(t){const e=P,n={};for(let r=0;r<t[e(466)];r++){const s=t[r],i=t[e(472)](s);e(459)!==i&&(n[s]=i)}return n}function T(t){const e=P,n=t[e(450)](",")[e(461)]((t=>t[e(470)]())),r=[];for(const t of n){const n=A[e(457)](t);n&&r[e(476)](n[e(467)])}return r}function W(){const t=["trim","3069624BRVegg","getPropertyValue","set","tagName","name","push","split","2787969DBaFnE","4sMfedL","cssRules","7818696JBDPZk","style","hasClass","exec","2562512NtOVcT","initial","1899121VvOwyH","map","selectorText","className","28xlqTyO","3115270tTIsFE","length","groups","assign","9598345HhjvGE"];return(W=function(){return t})()}function M(t){const e=P,n={};for(const r of t)Object[e(468)](n,r);return n}function R(t,e){const n=N();return(R=function(t,e){return n[t-=286]})(t,e)}const j=R;function N(){const t=["11293168kASlCU","document","elementStart","isActive","_parsedData","hasStyle","15225tMLLsV","from","execute","8635490YZobiz","item","setStyle","createRangeIn","2107LWdTsf","values","9474220BCyRiO","1083792OUBeJs","content","9wElGPW","size","22rOlHzo","310xcsMHx","422gNGtuQ","type","37552yRVdfs"];return(N=function(){return t})()}!function(t){const e=R,n=t();for(;;)try{if(934208===-parseInt(e(293))/1*(parseInt(e(302))/2)+-parseInt(e(286))/3+parseInt(e(304))/4*(-parseInt(e(301))/5)+parseInt(e(296))/6+-parseInt(e(295))/7+-parseInt(e(305))/8*(-parseInt(e(298))/9)+-parseInt(e(289))/10*(-parseInt(e(300))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(N);class U extends w{[j(288)](t){const n=j,{body:r,styles:s}=t[n(309)],i=new e.UpcastWriter(r[n(306)]),o=i[n(292)](r),c=function(t){const e=P,n=new Map;for(const r in t){const s=T(r),i=t[r];for(const t of s)n[e(473)](t,i)}return n}(function(t){const e=P,n={};for(const r of t)for(const t of r[e(453)])if(t instanceof CSSStyleRule){const r=F(t[e(455)]);n[t[e(462)]]=Object[e(468)]({},n[t[e(462)]]||{},r)}return n}(s));for(const t of o){if(n(307)!==t[n(303)])continue;const e=C(t[n(290)],c);if(e[n(299)]){const r=M(Array[n(287)](e[n(294)]()));for(const e in r){const s=t[n(290)];s[n(310)](e)||i[n(291)](e,r[e],s)}}}t[n(297)]=r}[j(308)](t){return super[j(308)](t)||O(t)}}const D=K;function k(){const t=["905MoxhQZ","PasteFromOfficeEnhancedInliner","132VMbFYr","view","requires","getData","30692HCacdo","_parsedData","fromCharCode","inputTransformation","ClipboardPipeline","editor","high","929025SrXYhV","isPremiumPlugin","join","15532030FJtsBx","text/html","56cWECJf","dataTransfer","execute","editing","PasteFromOffice","document","plugins","href","stylesProcessor","isOfficialPlugin","afterInit","1289298JqxFzT","pluginName","1515780HPliSJ","6232uZUwdW","map","571574wyEStM","get","isActive","init"];return(k=function(){return t})()}function K(t,e){const n=k();return(K=function(t,e){return n[t-=217]})(t,e)}!function(t){const e=K,n=t();for(;;)try{if(784853===-parseInt(e(228))/1+-parseInt(e(238))/2*(-parseInt(e(234))/3)+-parseInt(e(226))/4*(-parseInt(e(232))/5)+-parseInt(e(223))/6+-parseInt(e(225))/7+-parseInt(e(250))/8*(parseInt(e(245))/9)+parseInt(e(248))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(k);class V extends t.Plugin{static get[D(224)](){return D(233)}static get[D(221)](){return!0}static get[D(246)](){return!0}static get[D(236)](){return[D(254)]}[D(231)](){const t=D,e=this[t(243)],n=e[t(218)][t(229)](t(242)),r=e[t(253)][t(235)][t(217)],s=new U(r);n.on(t(241),((e,n)=>{const i=t,o=n[i(251)][i(237)](i(249));s[i(230)](o)&&(n[i(239)]||(n[i(239)]=b(o,r[i(220)])),s[i(252)](n))}),{priority:x.priorities[t(229)](t(244))+11})}[D(222)](){!async function(t){const e=d([110,78,54,105,67,49,103,56,57,76,71,121,74,101,85,69,102,114,82,51,83,80,55,117,108,112,113,116,90,70,107,118,100,53,115,68,86,73,77,122,65,72,98,52,50,79,87,119,66,104,109,99,84,48,75,89,81,97,106,120,111,88]),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(227)]((t=>String[e(240)](t)))[e(247)]("")}!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([110]);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:1739318400;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(219)]);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(374452===-parseInt(e(259))/1+parseInt(e(264))/2*(-parseInt(e(263))/3)+-parseInt(e(283))/4+parseInt(e(262))/5*(-parseInt(e(269))/6)+parseInt(e(257))/7+-parseInt(e(271))/8+parseInt(e(273))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(_);const H=[$(274),$(254),$(279),$(275),$(272),$(246),$(286),$(277)],J=[$(274),$(254),$(279)],z={"font-style":[[$(245),"i"]],"font-weight":[[$(248),$(249)],[$(258),$(249)],[$(282),$(249)],[t=>Number(t)>=600,$(249)]],"text-decoration":[[$(247),"u"],[$(267),"s"]],"text-decoration-line":[[$(247),"u"],[$(267),"s"]],"vertical-align":[[$(266),$(266)],[$(256),$(250)]]};function B(t){return H[$(287)](t)}function Y(t,e){const n=_();return(Y=function(t,e){return n[t-=245]})(t,e)}function q(t){const e=$;return Array[e(251)](t[e(255)]())[e(261)](B)}function Q(t,e,n){const{spanStyles:r,stylesToBeHtmlElements:s}=function(t,e){const n=$,r={},s={};return e[n(268)]((e=>{const i=n,o=t[i(260)](e);if(o)if(c=e,J[$(287)](c))r[e]=o;else if(e in z){const t=o[i(285)](" ");z[e][i(268)]((([n,r])=>{const o=i;for(const i of t)(o(281)==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(268)]((([,n])=>{const s=r,i=e[s(253)](n,[],t[s(280)]());e[s(278)](0,i,t)})),e[r(270)](s,t)})(t,e,s),function(t,e,n){const r=$;if(!Object[r(265)](n)[r(252)])return;const s=e[r(253)](r(284),[],t[r(280)]());e[r(276)](n,s),e[r(278)](0,s,t),e[r(270)](Object[r(265)](n),t)}(t,e,r)}function _(){const t=["createElement","font-family","getStyleNames","super","356979nwEImc","bold","608952lPwAfA","getStyle","filter","5UhWFXK","9fYRuGS","485266HARnNF","keys","sub","line-through","forEach","590658lMKhRm","removeStyle","4784816RLLftf","text-decoration-line","25185699FkrGeo","color","text-decoration","setStyle","vertical-align","insertChild","font-size","getChildren","function","bolder","1766240NzUzQU","span","split","font-style","includes","italic","font-weight","underline","medium","strong","sup","from","length"];return(_=function(){return t})()}const Z=X;function G(){const t=["14xgPDly","17338gPSBTV","9124317pQkvUA","element","2810488FApche","getItems","44JNRMWF","font","stylesProcessor","includes","name","1017865otagPu","document","365140rtGcrc","isActive","content","execute","6096576dvEoLO","2605056uXVhmx","_parsedData","blockElements","24lcMrAT","21gxnrbW","createRangeIn","10hIQydj"];return(G=function(){return t})()}function X(t,e){const n=G();return(X=function(t,e){return n[t-=142]})(t,e)}!function(t){const e=X,n=t();for(;;)try{if(793305===parseInt(e(145))/1*(-parseInt(e(149))/2)+-parseInt(e(144))/3*(parseInt(e(161))/4)+-parseInt(e(159))/5+-parseInt(e(166))/6+-parseInt(e(148))/7*(parseInt(e(152))/8)+parseInt(e(150))/9*(parseInt(e(147))/10)+parseInt(e(154))/11*(parseInt(e(165))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(G);class tt extends w{[Z(164)](t){const n=Z,{body:r}=t[n(142)],s=new e.UpcastWriter(r[n(160)]),i=s[n(146)](r),o=new e.ViewDocument(s[n(160)][n(156)]),c=[...new e.DomConverter(o)[n(143)],n(155)],a=i[n(153)]();for(const t of a)if(t.is(n(151))&&c[n(157)](t[n(158)])){Q(t,s,q(t))}t[n(163)]=r}[Z(162)](t){return super[Z(162)](t)||O(t)}}const et=rt;function nt(){const t=["document","invalid","inputTransformation","31254cWQYpa","257724iHiZKT","pasteFromOfficeEnhancedLicenseKeyTrialLimit","161MaZmBy","execute","pasteFromOfficeEnhancedLicenseKeyExpired","featureNotAllowed","pasteFromOfficeEnhancedLicenseKeyUsageLimit","pasteFromOfficeEnhancedLicenseKeyNotAllowed","trialLimit","high","2872464eeZDvJ","838FSnQps","584652DQxyUW","config","isOfficialPlugin","plugins","pasteFromOfficeEnhancedLicenseKeyDomainLimit","isActive","expired","requires","2448PCaetW","11OEdpfK","PasteFromOffice","usageLimit","pasteFromOfficeEnhancedLicenseKeyValid","destroy","PasteFromOfficeEnhanced","domainLimit","evaluationLimit","text/html","ClipboardPipeline","editor","PasteFromOfficeEnhancedPropagator","pasteFromOfficeEnhancedLicenseKeyEvaluationLimit","licenseKey","getData","stylesProcessor","_showLicenseError","pasteFromOfficeEnhancedLicenseKeyInvalid","9910pqvkWt","view","3dLOQtt","isPremiumPlugin","368860eAMzyT","53LIYBGL","editing","get","init","_licenseKeyCheckInterval","_parsedData","dataTransfer","pluginName"];return(nt=function(){return t})()}function rt(t,e){const n=nt();return(rt=function(t,e){return n[t-=330]})(t,e)}!function(t){const e=rt,n=t();for(;;)try{if(188904===-parseInt(e(330))/1*(parseInt(e(353))/2)+parseInt(e(383))/3*(parseInt(e(354))/4)+parseInt(e(385))/5+-parseInt(e(341))/6*(parseInt(e(344))/7)+parseInt(e(352))/8+parseInt(e(362))/9*(-parseInt(e(381))/10)+parseInt(e(363))/11*(parseInt(e(342))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(nt);class st extends t.Plugin{static get[et(337)](){return et(374)}static get[et(356)](){return!0}static get[et(384)](){return!0}static get[et(361)](){return[et(364)]}[et(333)](){const t=et,e=this[t(373)],n=e[t(357)][t(332)](t(372)),r=e[t(331)][t(382)][t(338)],s=new tt(r);n.on(t(340),((e,n)=>{const i=t,o=n[i(336)][i(377)](i(371));s[i(359)](o)&&(n[i(335)]||(n[i(335)]=b(o,r[i(378)])),s[i(345)](n))}),{priority:x.priorities[t(332)](t(351))+10}),this[t(376)]=this[t(373)][t(355)][t(332)](t(376));const i=this[t(373)];this[t(334)]=setInterval((()=>{const e=t;let n;for(const t in i){const r=t,s=i[r];if(e(366)==s||e(380)==s||e(346)==s||e(358)==s||e(349)==s||e(375)==s||e(343)==s||e(348)==s){delete i[r],n=s,clearInterval(this[e(334)]),this[e(334)]=void 0;break}}e(380)==n&&i[e(379)](e(339)),e(346)==n&&i[e(379)](e(360)),e(358)==n&&i[e(379)](e(369)),e(349)==n&&i[e(379)](e(347),e(368)),e(375)==n&&i[e(379)](e(370)),e(343)==n&&i[e(379)](e(350)),e(348)==n&&i[e(379)](e(365))}),1e3)}[et(367)](){const t=et;super[t(367)](),this[t(334)]&&clearInterval(this[t(334)])}}var it=ct;function ot(){var t=["3228340ELjtOS","1940RoAPTe","1431231aAeXSm","413qxwbzX","4501xLJFOU","isPremiumPlugin","47760UbQjEt","requires","284qLalhB","3510914rhOSHL","8667sHUuOl","PasteFromOffice","isOfficialPlugin","pluginName","3896fhzxbD","PasteFromOfficeEnhanced","6198tmbDUi"];return(ot=function(){return t})()}function ct(t,e){var n=ot();return(ct=function(t,e){return n[t-=491]})(t,e)}!function(t){for(var e=ct,n=t();;)try{if(374881===parseInt(e(498))/1*(parseInt(e(496))/2)+-parseInt(e(497))/3+parseInt(e(503))/4*(-parseInt(e(501))/5)+parseInt(e(494))/6*(parseInt(e(499))/7)+parseInt(e(492))/8*(parseInt(e(505))/9)+-parseInt(e(495))/10+parseInt(e(504))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ot);class at extends t.Plugin{static get[it(491)](){return it(493)}static get[it(507)](){return!0}static get[it(500)](){return!0}static get[it(502)](){return[it(506),V,st]}}function ut(){var t=["17672ZhWNvu","7VrsYFh","13332456uaVyOc","4608216vDGNtY","1821JJaszL","3315594SbPtzY","4160645UXlNPw","1026919PUUBcI","3476uNXjgf"];return(ut=function(){return t})()}function lt(t,e){var n=ut();return(lt=function(t,e){return n[t-=378]})(t,e)}!function(t){for(var e=lt,n=t();;)try{if(639116===-parseInt(e(384))/1+-parseInt(e(385))/2*(-parseInt(e(381))/3)+-parseInt(e(380))/4+parseInt(e(383))/5+parseInt(e(382))/6*(-parseInt(e(378))/7)+parseInt(e(386))/8+parseInt(e(379))/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 _0x2e467f}from'@ckeditor/ckeditor5-core/dist/index.js';import{MSWordNormalizer as _0x2f6d9c,parseHtml as _0xbe8b24}from'@ckeditor/ckeditor5-paste-from-office/dist/index.js';import{priorities as _0x101455,uid as _0x586d47}from'@ckeditor/ckeditor5-utils/dist/index.js';import{UpcastWriter as _0x436558,ViewDocument as _0xe2dd62,DomConverter as _0x3c1a45}from'@ckeditor/ckeditor5-engine/dist/index.js';const m=/<meta\s*name="?generator"?\s*content="?microsoft\s*excel\s*\d+"?\/?>/i;function l(_0x1c6553){return m['test'](_0x1c6553);}const S=/^(?<tagName>(?!\.)[\w-]+)?(\.(?<className>[\w-]+))?$/i;function x(_0x21f614,_0x4e98b0){const _0x46aae5=new Map();for(const [_0x2f33f0,_0x3a5233]of _0x4e98b0){if(!_0x2f33f0['tagName']&&!_0x2f33f0['className'])continue;const _0x6a9341=!_0x2f33f0['tagName']||_0x21f614['name']===_0x2f33f0['tagName'],_0x5dbfc3=!_0x2f33f0['className']||_0x21f614['hasClass'](_0x2f33f0['className']);_0x6a9341&&_0x5dbfc3&&_0x46aae5['set'](_0x2f33f0,_0x3a5233);}return _0x46aae5;}function h(_0x57334f){const _0x3a70ad={};for(let _0x826a0e=0x0;_0x826a0e<_0x57334f['length'];_0x826a0e++){const _0x43402c=_0x57334f[_0x826a0e],_0x137406=_0x57334f['getPropertyValue'](_0x43402c);'initial'!==_0x137406&&(_0x3a70ad[_0x43402c]=_0x137406);}return _0x3a70ad;}function O(_0x1496a8){const _0x41d4a0=_0x1496a8['split'](',')['map'](_0x5b6e31=>_0x5b6e31['trim']()),_0x1a1b72=[];for(const _0x578377 of _0x41d4a0){const _0x5429e1=S['exec'](_0x578377);_0x5429e1&&_0x1a1b72['push'](_0x5429e1['groups']);}return _0x1a1b72;}function y(_0x4ea1e9){const _0x3052de={};for(const _0x1ddf44 of _0x4ea1e9)Object['assign'](_0x3052de,_0x1ddf44);return _0x3052de;}class c extends _0x2f6d9c{['execute'](_0x37bdc4){const {body:_0x51fd53,styles:_0x1eda8a}=_0x37bdc4['_parsedData'],_0x1a6e09=new _0x436558(_0x51fd53['document']),_0x4ae668=_0x1a6e09['createRangeIn'](_0x51fd53),_0x28e0a3=function(_0x2941ee){const _0x16462d={};for(const _0x3f73cc of _0x2941ee)for(const _0x2b1cda of _0x3f73cc['cssRules'])if(_0x2b1cda instanceof CSSStyleRule){const _0x529eb0=h(_0x2b1cda['style']);_0x16462d[_0x2b1cda['selectorText']]=Object['assign']({},_0x16462d[_0x2b1cda['selectorText']]||{},_0x529eb0);}return _0x16462d;}(_0x1eda8a),_0x5463ed=function(_0x456891){const _0x814bf5=new Map();for(const _0x219908 in _0x456891){const _0x5d3504=O(_0x219908),_0x59c70c=_0x456891[_0x219908];for(const _0x43df5c of _0x5d3504)_0x814bf5['set'](_0x43df5c,_0x59c70c);}return _0x814bf5;}(_0x28e0a3);for(const _0x2af393 of _0x4ae668){if('elementStart'!==_0x2af393['type'])continue;const _0x1ddc00=x(_0x2af393['item'],_0x5463ed);if(_0x1ddc00['size']){const _0x99e4a5=y(Array['from'](_0x1ddc00['values']()));for(const _0x65c437 in _0x99e4a5){const _0x133592=_0x2af393['item'];_0x133592['hasStyle'](_0x65c437)||_0x1a6e09['setStyle'](_0x65c437,_0x99e4a5[_0x65c437],_0x133592);}}}_0x37bdc4['content']=_0x51fd53;}['isActive'](_0xd05ffa){return super['isActive'](_0xd05ffa)||l(_0xd05ffa);}}class i extends _0x2e467f{static get['pluginName'](){return'PasteFromOfficeEnhancedInliner';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return['PasteFromOffice'];}['init'](){const _0x565d47=this['editor'],_0x5c2f8a=_0x565d47['plugins']['get']('ClipboardPipeline'),_0x38755e=_0x565d47['editing']['view']['document'],_0x181827=new c(_0x38755e);_0x5c2f8a['on']('inputTransformation',(_0x3f7ab4,_0x219692)=>{const _0x349944=_0x219692['dataTransfer']['getData']('text/html');_0x181827['isActive'](_0x349944)&&(_0x219692['_parsedData']||(_0x219692['_parsedData']=_0xbe8b24(_0x349944,_0x38755e['stylesProcessor'])),_0x181827['execute'](_0x219692));},{'priority':_0x101455['get']('high')+0xb});}['afterInit'](){!async function(_0x1af772){const _0x1a2429=_0xca97b9([0x58,0x45,0x64,0x4d,0x44,0x56,0x39,0x6e,0x6a,0x74,0x6d,0x73,0x36,0x41,0x57,0x6c,0x4a,0x55,0x72,0x63,0x61,0x65,0x6f,0x69,0x38,0x53,0x31,0x79,0x47,0x43,0x59,0x33,0x50,0x35,0x71,0x30,0x48,0x76,0x34,0x4e,0x67,0x4c,0x37,0x54,0x49,0x5a,0x68,0x6b,0x78,0x62,0x51,0x77,0x4b,0x66,0x7a,0x32,0x52,0x70,0x4f,0x46,0x75,0x42]),_0x8c7605=0x55d63905,_0x1e83e3=0x55d1678d^_0x8c7605,_0x4fed13=window[_0xca97b9([0x44,0x61,0x74,0x65])][_0xca97b9([0x6e,0x6f,0x77])](),_0x26bcae=_0x1af772[_0xca97b9([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x463817=new window[(_0xca97b9([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x1eaa77=>{_0x26bcae[_0xca97b9([0x6f,0x6e,0x63,0x65])](_0xca97b9([0x72,0x65,0x61,0x64,0x79]),_0x1eaa77);}),_0x87a29a={[_0xca97b9([0x6b,0x74,0x79])]:_0xca97b9([0x45,0x43]),[_0xca97b9([0x75,0x73,0x65])]:_0xca97b9([0x73,0x69,0x67]),[_0xca97b9([0x63,0x72,0x76])]:_0xca97b9([0x50,0x2d,0x32,0x35,0x36]),[_0xca97b9([0x78])]:_0xca97b9([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]),[_0xca97b9([0x79])]:_0xca97b9([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]),[_0xca97b9([0x61,0x6c,0x67])]:_0xca97b9([0x45,0x53,0x32,0x35,0x36])},_0x57285c=_0x26bcae[_0xca97b9([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0xca97b9([0x67,0x65,0x74])](_0xca97b9([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x3ce8bd(){let _0x3721b0,_0x40b3d6=null,_0x79c24c=null;try{if(_0x57285c==_0xca97b9([0x47,0x50,0x4c]))return _0xca97b9([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x3721b0=_0x5f432b(),!_0x3721b0)return _0xca97b9([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x3721b0[_0xca97b9([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x79c24c=_0x31577b(_0x3721b0[_0xca97b9([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x3721b0[_0xca97b9([0x6a,0x74,0x69])])),await _0x1d0741()?_0x36ae57()?_0x328298()?_0xca97b9([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x30fac4()?(_0x3721b0[_0xca97b9([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0xca97b9([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x40b3d6=_0x351b3e(_0xca97b9([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x3721b0[_0xca97b9([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0xca97b9([0x74,0x72,0x69,0x61,0x6c])&&(_0x40b3d6=_0x351b3e(_0xca97b9([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x2d6dca()):_0xca97b9([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0xca97b9([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0xca97b9([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x101990){return _0xca97b9([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x328298(){const _0x111a8c=[_0xca97b9([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0xca97b9([0x74,0x72,0x69,0x61,0x6c])][_0xca97b9([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3721b0[_0xca97b9([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x4fed13/0x3e8:0xe10*_0x1e83e3;return _0x3721b0[_0xca97b9([0x65,0x78,0x70])]<_0x111a8c;}function _0x36ae57(){const _0x54955d=_0x3721b0[_0xca97b9([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x54955d&&(!!_0x54955d[_0xca97b9([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xca97b9([0x2a]))||(!!_0x54955d[_0xca97b9([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xca97b9([0x50,0x4f,0x45]))||!!_0x54955d[_0xca97b9([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xca97b9([0x50,0x50]))));}function _0x30fac4(){const _0x1dc4da=_0x3721b0[_0xca97b9([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x1dc4da||0x0==_0x1dc4da[_0xca97b9([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x1ffedf}=new URL(window[_0xca97b9([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x1dc4da[_0xca97b9([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1ffedf))return!0x0;const _0x59aafc=_0x1ffedf[_0xca97b9([0x73,0x70,0x6c,0x69,0x74])](_0xca97b9([0x2e]));return _0x1dc4da[_0xca97b9([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x5cbe76=>_0x5cbe76[_0xca97b9([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xca97b9([0x2a])))[_0xca97b9([0x6d,0x61,0x70])](_0x4d5836=>_0x4d5836[_0xca97b9([0x73,0x70,0x6c,0x69,0x74])](_0xca97b9([0x2e])))[_0xca97b9([0x73,0x6f,0x6d,0x65])](_0x25f841=>_0x59aafc[_0xca97b9([0x65,0x76,0x65,0x72,0x79])]((_0x1df009,_0x1e5abd)=>_0x25f841[_0x1e5abd]===_0x1df009||_0x25f841[_0x1e5abd]===_0xca97b9([0x2a])));}function _0x2d6dca(){return _0x40b3d6&&_0x79c24c?new window[(_0xca97b9([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x5e19e2,_0x4ac833)=>{_0x40b3d6[_0xca97b9([0x74,0x68,0x65,0x6e])](_0x5e19e2,_0x4ac833),_0x79c24c[_0xca97b9([0x74,0x68,0x65,0x6e])](_0x1e3545=>{_0x1e3545!=_0xca97b9([0x56,0x61,0x6c,0x69,0x64])&&_0x5e19e2(_0x1e3545);},_0x4ac833);}):_0x40b3d6||_0x79c24c||_0xca97b9([0x56,0x61,0x6c,0x69,0x64]);}}function _0x31577b(_0x53a5ab,_0x388d0c){return new window[(_0xca97b9([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x55388f=>{if(_0x4545da())return _0x55388f(_0xca97b9([0x56,0x61,0x6c,0x69,0x64]));_0x3f371e(),_0x26bcae[_0xca97b9([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0xca97b9([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x275407=!0x1;const _0x16ad68=_0x586d47();function _0x437916(_0x296f59){return!!_0x296f59&&(typeof _0x296f59===_0xca97b9([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x296f59===_0xca97b9([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x296f59[_0xca97b9([0x74,0x68,0x65,0x6e])]===_0xca97b9([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x296f59[_0xca97b9([0x63,0x61,0x74,0x63,0x68])]===_0xca97b9([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0xe0088d(_0x244089){_0x33b15d(_0x244089)[_0xca97b9([0x74,0x68,0x65,0x6e])](_0x16dc0f=>{if(!_0x16dc0f||_0x16dc0f[_0xca97b9([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0xca97b9([0x6f,0x6b]))return _0xca97b9([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x300338(_0x5222d4(_0x16ad68+_0x388d0c))!=_0x16dc0f[_0xca97b9([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0xca97b9([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0xca97b9([0x56,0x61,0x6c,0x69,0x64]);})[_0xca97b9([0x74,0x68,0x65,0x6e])](_0x17d345=>(_0x1a9c1d(),_0x17d345),()=>{const _0x4e0111=_0x3c239d();return null==_0x4e0111?(_0x1a9c1d(),_0xca97b9([0x56,0x61,0x6c,0x69,0x64])):_0xca97b9(_0x4fed13-_0x4e0111>(0x71dabd05^_0x8c7605)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0xca97b9([0x74,0x68,0x65,0x6e])](_0x55388f)[_0xca97b9([0x63,0x61,0x74,0x63,0x68])](()=>{_0x55388f(_0xca97b9([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x31e007=0x55e0d785^_0x8c7605;function _0x1a9c1d(){const _0x4b214d=_0xca97b9([0x6c,0x6c,0x63,0x74,0x2d])+_0x300338(_0x5222d4(_0x53a5ab)),_0x2eee27=_0x26b96f(_0x300338(window[_0xca97b9([0x4d,0x61,0x74,0x68])][_0xca97b9([0x63,0x65,0x69,0x6c])](_0x4fed13/_0x31e007)));window[_0xca97b9([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0xca97b9([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x4b214d,_0x2eee27);}function _0x3c239d(){const _0x3256ab=_0xca97b9([0x6c,0x6c,0x63,0x74,0x2d])+_0x300338(_0x5222d4(_0x53a5ab)),_0x501de8=window[_0xca97b9([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0xca97b9([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x3256ab);return _0x501de8?window[_0xca97b9([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x26b96f(_0x501de8),0x10)*_0x31e007:null;}function _0x33b15d(_0x502a7d){return new window[(_0xca97b9([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x1fbe88,_0x1cc4a9)=>{_0x502a7d[_0xca97b9([0x74,0x68,0x65,0x6e])](_0x1fbe88,_0x1cc4a9),window[_0xca97b9([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x1cc4a9,0x55d7edc5^_0x8c7605);});}}_0x26bcae[_0xca97b9([0x6f,0x6e])](_0xca97b9([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x2818e9,_0x3c1707)=>{if(_0x3c1707[0x0]!=_0x53a5ab)return _0x55388f(_0xca97b9([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x3c1707[0x1]={..._0x3c1707[0x1],[_0xca97b9([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x16ad68};},{[_0xca97b9([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0xca97b9([0x68,0x69,0x67,0x68])}),_0x26bcae[_0xca97b9([0x6f,0x6e])](_0xca97b9([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x2c420b=>{_0x437916(_0x2c420b[_0xca97b9([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x275407=!0x0,_0xe0088d(_0x2c420b[_0xca97b9([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0xca97b9([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0xca97b9([0x6c,0x6f,0x77])}),_0x463817[_0xca97b9([0x74,0x68,0x65,0x6e])](()=>{_0x275407||_0x55388f(_0xca97b9([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x4545da(){return _0x26bcae[_0xca97b9([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0xca97b9([0x76,0x69,0x65,0x77])][_0xca97b9([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0xca97b9([0x61,0x75,0x74,0x6f]);}function _0x3f371e(){_0x26bcae[_0xca97b9([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0xca97b9([0x76,0x69,0x65,0x77])][_0xca97b9([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0xca97b9([0x61,0x75,0x74,0x6f]);}}function _0x351b3e(_0x46c68f){const _0x36f8b0=[new window[(_0xca97b9([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5046e0=>setTimeout(_0x5046e0,0x55df07c9^_0x8c7605)),_0x463817[_0xca97b9([0x74,0x68,0x65,0x6e])](()=>new window[(_0xca97b9([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0xadbf00=>{let _0x59e776=0x0;_0x26bcae[_0xca97b9([0x6d,0x6f,0x64,0x65,0x6c])][_0xca97b9([0x6f,0x6e])](_0xca97b9([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x598b53,_0x144632)=>{_0x144632[0x0][_0xca97b9([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x59e776++,_0x59e776==(0x55d638fd^_0x8c7605)&&(_0xadbf00(),_0x598b53[_0xca97b9([0x6f,0x66,0x66])]());});}))];return window[_0xca97b9([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0xca97b9([0x72,0x61,0x63,0x65])](_0x36f8b0)[_0xca97b9([0x74,0x68,0x65,0x6e])](()=>_0x46c68f);}async function _0x547256(){await _0x463817,_0x26bcae[_0xca97b9([0x6d,0x6f,0x64,0x65,0x6c])][_0xca97b9([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x2cd212,_0x26bcae[_0xca97b9([0x6d,0x6f,0x64,0x65,0x6c])][_0xca97b9([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x2cd212,_0x26bcae[_0xca97b9([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0xca97b9([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x49c6ab(_0x16b8a1){const _0x4c3cf8=_0x232d87();_0x26bcae[_0x4c3cf8]=_0xca97b9([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])+_0x16b8a1,_0x16b8a1!=_0xca97b9([0x56,0x61,0x6c,0x69,0x64])&&_0x547256();}function _0x232d87(){const _0x2f9885=window[_0xca97b9([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0xca97b9([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0xca97b9([0x6e,0x6f,0x77])]())[_0xca97b9([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0xca97b9([0x2e]),'');let _0x51f810=_0xca97b9([0x58]);for(let _0x3c1a4d=0x0;_0x3c1a4d<_0x2f9885[_0xca97b9([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x3c1a4d+=0x2){let _0x234383=window[_0xca97b9([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x2f9885[_0xca97b9([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x3c1a4d,_0x3c1a4d+0x2));_0x234383>=_0x1a2429[_0xca97b9([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x234383-=_0x1a2429[_0xca97b9([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x51f810+=_0x1a2429[_0x234383];}return _0x51f810;}function _0x5f432b(){const _0x3659b1=_0x57285c[_0xca97b9([0x73,0x70,0x6c,0x69,0x74])](_0xca97b9([0x2e]));if(0x3!=_0x3659b1[_0xca97b9([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x5397a3(_0x3659b1[0x1]);function _0x5397a3(_0x171f1d){const _0x3ee166=_0x5ed77a(_0x171f1d);return _0x3ee166&&_0x1c8545()?_0x3ee166:null;function _0x1c8545(){const _0x336cd4=_0x3ee166[_0xca97b9([0x6a,0x74,0x69])],_0x2d8015=window[_0xca97b9([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x336cd4[_0xca97b9([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x336cd4[_0xca97b9([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x5ce4c6={..._0x3ee166,[_0xca97b9([0x6a,0x74,0x69])]:_0x336cd4[_0xca97b9([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x336cd4[_0xca97b9([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x5ce4c6[_0xca97b9([0x76,0x63])],_0x5222d4(_0x5ce4c6)==_0x2d8015;}}}async function _0x1d0741(){let _0xcfb178=!0x0;try{const _0x2ba52f=_0x57285c[_0xca97b9([0x73,0x70,0x6c,0x69,0x74])](_0xca97b9([0x2e])),[_0x5dcaa0,_0x13ae74,_0x2dcbca]=_0x2ba52f;return _0x508061(_0x5dcaa0),await _0x1815b0(_0x5dcaa0,_0x13ae74,_0x2dcbca),_0xcfb178;}catch(_0x525963){return!0x1;}function _0x508061(_0x5ce801){const _0x54f48c=_0x5ed77a(_0x5ce801);_0x54f48c&&_0x54f48c[_0xca97b9([0x61,0x6c,0x67])]==_0xca97b9([0x45,0x53,0x32,0x35,0x36])||(_0xcfb178=!0x1);}async function _0x1815b0(_0x23334e,_0xa74124,_0x36de5d){const _0x83bcbc=window[_0xca97b9([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0xca97b9([0x66,0x72,0x6f,0x6d])](_0x11ba4b(_0x36de5d),_0x384463=>_0x384463[_0xca97b9([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0xc30686=new window[(_0xca97b9([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0xca97b9([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x23334e+_0xca97b9([0x2e])+_0xa74124),_0x166d91=window[_0xca97b9([0x63,0x72,0x79,0x70,0x74,0x6f])][_0xca97b9([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x166d91)return;const _0x3798a3=await _0x166d91[_0xca97b9([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0xca97b9([0x6a,0x77,0x6b]),_0x87a29a,{[_0xca97b9([0x6e,0x61,0x6d,0x65])]:_0xca97b9([0x45,0x43,0x44,0x53,0x41]),[_0xca97b9([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0xca97b9([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0xca97b9([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x166d91[_0xca97b9([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0xca97b9([0x6e,0x61,0x6d,0x65])]:_0xca97b9([0x45,0x43,0x44,0x53,0x41]),[_0xca97b9([0x68,0x61,0x73,0x68])]:{[_0xca97b9([0x6e,0x61,0x6d,0x65])]:_0xca97b9([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x3798a3,_0x83bcbc,_0xc30686)||(_0xcfb178=!0x1);}}function _0x5ed77a(_0x3c83b9){return _0x3c83b9[_0xca97b9([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0xca97b9([0x65,0x79]))?JSON[_0xca97b9([0x70,0x61,0x72,0x73,0x65])](_0x11ba4b(_0x3c83b9)):null;}function _0x11ba4b(_0x250135){return window[_0xca97b9([0x61,0x74,0x6f,0x62])](_0x250135[_0xca97b9([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0xca97b9([0x2b]))[_0xca97b9([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0xca97b9([0x2f])));}function _0x5222d4(_0x2fd3b9){let _0x11dd16=0x1505;function _0x1ca349(_0x20e470){for(let _0x50d966=0x0;_0x50d966<_0x20e470[_0xca97b9([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x50d966++){const _0x94b76a=_0x20e470[_0xca97b9([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x50d966);_0x11dd16=(_0x11dd16<<0x5)+_0x11dd16+_0x94b76a,_0x11dd16&=_0x11dd16;}}function _0x1e5c43(_0x4d7bbd){Array[_0xca97b9([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x4d7bbd)?_0x4d7bbd[_0xca97b9([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x1e5c43):_0x4d7bbd&&typeof _0x4d7bbd==_0xca97b9([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0xca97b9([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x4d7bbd)[_0xca97b9([0x73,0x6f,0x72,0x74])]()[_0xca97b9([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x3000e4,_0x2703ab])=>{_0x1ca349(_0x3000e4),_0x1e5c43(_0x2703ab);}):_0x1ca349(window[_0xca97b9([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x4d7bbd));}return _0x1e5c43(_0x2fd3b9),_0x11dd16>>>0x0;}function _0x300338(_0x1e6c8d){return _0x1e6c8d[_0xca97b9([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0xca97b9([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0xca97b9([0x30]));}function _0x26b96f(_0x8a821){return _0x8a821[_0xca97b9([0x73,0x70,0x6c,0x69,0x74])]('')[_0xca97b9([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0xca97b9([0x6a,0x6f,0x69,0x6e])]('');}function _0x2cd212(){}function _0xca97b9(_0x222715){return _0x222715['map'](_0x28e15d=>String['fromCharCode'](_0x28e15d))['join']('');}_0x49c6ab(await _0x3ce8bd());}(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'],[_0x539773=>Number(_0x539773)>=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(_0x5e4969){return L['includes'](_0x5e4969);}function v(_0x38a595,_0x3b7a1b,_0x4130ec){const {spanStyles:_0x539606,stylesToBeHtmlElements:_0x21fc7a}=function(_0x59ff71,_0xdbc41a){const _0x10a216={},_0x2cc1c4={};return _0xdbc41a['forEach'](_0x15b3a9=>{const _0x9d5fd6=_0x59ff71['getStyle'](_0x15b3a9);if(_0x9d5fd6){if(function(_0x29be2e){return E['includes'](_0x29be2e);}(_0x15b3a9))_0x10a216[_0x15b3a9]=_0x9d5fd6;else{if(function(_0x39cc38){return _0x39cc38 in F;}(_0x15b3a9)){const _0x886961=_0x9d5fd6['split']('\x20');F[_0x15b3a9]['forEach'](([_0x541afe,_0x24a350])=>{for(const _0x2a0536 of _0x886961){('function'==typeof _0x541afe&&_0x541afe(_0x2a0536)||_0x541afe===_0x2a0536)&&(_0x2cc1c4[_0x15b3a9]=[..._0x2cc1c4[_0x15b3a9]||[],[_0x541afe,_0x24a350]]);}});}}}}),{'spanStyles':_0x10a216,'stylesToBeHtmlElements':_0x2cc1c4};}(_0x38a595,_0x4130ec);!function(_0x7f4a5f,_0x1cddae,_0x387f98){for(const _0x42f154 in _0x387f98){_0x387f98[_0x42f154]['forEach'](([,_0x464c2c])=>{const _0x39cc62=_0x1cddae['createElement'](_0x464c2c,[],_0x7f4a5f['getChildren']());_0x1cddae['insertChild'](0x0,_0x39cc62,_0x7f4a5f);}),_0x1cddae['removeStyle'](_0x42f154,_0x7f4a5f);}}(_0x38a595,_0x3b7a1b,_0x21fc7a),function(_0x577d9c,_0x58181d,_0x179a17){if(!Object['keys'](_0x179a17)['length'])return;const _0x1d63af=_0x58181d['createElement']('span',[],_0x577d9c['getChildren']());_0x58181d['setStyle'](_0x179a17,_0x1d63af),_0x58181d['insertChild'](0x0,_0x1d63af,_0x577d9c),_0x58181d['removeStyle'](Object['keys'](_0x179a17),_0x577d9c);}(_0x38a595,_0x3b7a1b,_0x539606);}class f extends _0x2f6d9c{['execute'](_0x1a2fd9){const {body:_0x13f387}=_0x1a2fd9['_parsedData'],_0x354c5e=new _0x436558(_0x13f387['document']),_0x560103=_0x354c5e['createRangeIn'](_0x13f387),_0x21d414=new _0xe2dd62(_0x354c5e['document']['stylesProcessor']),_0x5509eb=[...new _0x3c1a45(_0x21d414)['blockElements'],'font'],_0x5345cf=_0x560103['getItems']();for(const _0x4f6e59 of _0x5345cf)_0x4f6e59['is']('element')&&_0x5509eb['includes'](_0x4f6e59['name'])&&v(_0x4f6e59,_0x354c5e,(_0x26517c=_0x4f6e59,Array['from'](_0x26517c['getStyleNames']())['filter'](P)));var _0x26517c;_0x1a2fd9['content']=_0x13f387;}['isActive'](_0x5d3f37){return super['isActive'](_0x5d3f37)||l(_0x5d3f37);}}class s extends _0x2e467f{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'PasteFromOfficeEnhancedPropagator';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return['PasteFromOffice'];}['init'](){const _0x2dc733=this['editor'],_0xdb7b35=_0x2dc733['plugins']['get']('ClipboardPipeline'),_0x5c6c28=_0x2dc733['editing']['view']['document'],_0x1bef03=new f(_0x5c6c28);_0xdb7b35['on']('inputTransformation',(_0x589961,_0x1b6f45)=>{const _0x400bdb=_0x1b6f45['dataTransfer']['getData']('text/html');_0x1bef03['isActive'](_0x400bdb)&&(_0x1b6f45['_parsedData']||(_0x1b6f45['_parsedData']=_0xbe8b24(_0x400bdb,_0x5c6c28['stylesProcessor'])),_0x1bef03['execute'](_0x1b6f45));},{'priority':_0x101455['get']('high')+0xa}),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x58386e=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0xffacc2;for(const _0xfb1173 in _0x58386e){const _0xb300a0=_0xfb1173,_0x4b037d=_0x58386e[_0xb300a0];if('pasteFromOfficeEnhancedLicenseKeyValid'==_0x4b037d||'pasteFromOfficeEnhancedLicenseKeyInvalid'==_0x4b037d||'pasteFromOfficeEnhancedLicenseKeyExpired'==_0x4b037d||'pasteFromOfficeEnhancedLicenseKeyDomainLimit'==_0x4b037d||'pasteFromOfficeEnhancedLicenseKeyNotAllowed'==_0x4b037d||'pasteFromOfficeEnhancedLicenseKeyEvaluationLimit'==_0x4b037d||'pasteFromOfficeEnhancedLicenseKeyTrialLimit'==_0x4b037d||'pasteFromOfficeEnhancedLicenseKeyUsageLimit'==_0x4b037d){delete _0x58386e[_0xb300a0],_0xffacc2=_0x4b037d,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'pasteFromOfficeEnhancedLicenseKeyInvalid'==_0xffacc2&&_0x58386e['_showLicenseError']('invalid'),'pasteFromOfficeEnhancedLicenseKeyExpired'==_0xffacc2&&_0x58386e['_showLicenseError']('expired'),'pasteFromOfficeEnhancedLicenseKeyDomainLimit'==_0xffacc2&&_0x58386e['_showLicenseError']('domainLimit'),'pasteFromOfficeEnhancedLicenseKeyNotAllowed'==_0xffacc2&&_0x58386e['_showLicenseError']('featureNotAllowed','PasteFromOfficeEnhanced'),'pasteFromOfficeEnhancedLicenseKeyEvaluationLimit'==_0xffacc2&&_0x58386e['_showLicenseError']('evaluationLimit'),'pasteFromOfficeEnhancedLicenseKeyTrialLimit'==_0xffacc2&&_0x58386e['_showLicenseError']('trialLimit'),'pasteFromOfficeEnhancedLicenseKeyUsageLimit'==_0xffacc2&&_0x58386e['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}class a extends _0x2e467f{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 _0xc26c64}from'@ckeditor/ckeditor5-core/dist/index.js';import{MSWordNormalizer as _0x75aff4,parseHtml as _0xd421f2}from'@ckeditor/ckeditor5-paste-from-office/dist/index.js';import{priorities as _0x35af69,uid as _0x44b3d8}from'@ckeditor/ckeditor5-utils/dist/index.js';import{UpcastWriter as _0x2cad52,ViewDocument as _0x38871b,DomConverter as _0x2db7c8}from'@ckeditor/ckeditor5-engine/dist/index.js';const m=/<meta\s*name="?generator"?\s*content="?microsoft\s*excel\s*\d+"?\/?>/i;function l(_0x396b40){return m['test'](_0x396b40);}const S=/^(?<tagName>(?!\.)[\w-]+)?(\.(?<className>[\w-]+))?$/i;function x(_0x23f8c4,_0x1173ba){const _0x38c779=new Map();for(const [_0x1b94d2,_0x521d88]of _0x1173ba){if(!_0x1b94d2['tagName']&&!_0x1b94d2['className'])continue;const _0x3103f1=!_0x1b94d2['tagName']||_0x23f8c4['name']===_0x1b94d2['tagName'],_0x4a2ea6=!_0x1b94d2['className']||_0x23f8c4['hasClass'](_0x1b94d2['className']);_0x3103f1&&_0x4a2ea6&&_0x38c779['set'](_0x1b94d2,_0x521d88);}return _0x38c779;}function h(_0x94dc7a){const _0x3b8a1d={};for(let _0x28b544=0x0;_0x28b544<_0x94dc7a['length'];_0x28b544++){const _0x197ceb=_0x94dc7a[_0x28b544],_0x5de442=_0x94dc7a['getPropertyValue'](_0x197ceb);'initial'!==_0x5de442&&(_0x3b8a1d[_0x197ceb]=_0x5de442);}return _0x3b8a1d;}function O(_0xfb0c4){const _0x4a8bd9=_0xfb0c4['split'](',')['map'](_0x169185=>_0x169185['trim']()),_0x1c874f=[];for(const _0xe0cb00 of _0x4a8bd9){const _0x1dd369=S['exec'](_0xe0cb00);_0x1dd369&&_0x1c874f['push'](_0x1dd369['groups']);}return _0x1c874f;}function y(_0x456e25){const _0x109c9d={};for(const _0x47ab0d of _0x456e25)Object['assign'](_0x109c9d,_0x47ab0d);return _0x109c9d;}class c extends _0x75aff4{['execute'](_0x2ba2e9){const {body:_0x293fbe,styles:_0x398a79}=_0x2ba2e9['_parsedData'],_0x5b946e=new _0x2cad52(_0x293fbe['document']),_0x507128=_0x5b946e['createRangeIn'](_0x293fbe),_0x398dae=function(_0x4e52c9){const _0x55eb64={};for(const _0x25838a of _0x4e52c9)for(const _0x104213 of _0x25838a['cssRules'])if(_0x104213 instanceof CSSStyleRule){const _0x17c2c0=h(_0x104213['style']);_0x55eb64[_0x104213['selectorText']]=Object['assign']({},_0x55eb64[_0x104213['selectorText']]||{},_0x17c2c0);}return _0x55eb64;}(_0x398a79),_0x42436b=function(_0x70cbf5){const _0x1d4377=new Map();for(const _0x1b5c66 in _0x70cbf5){const _0x135dcf=O(_0x1b5c66),_0x3cc0da=_0x70cbf5[_0x1b5c66];for(const _0x4db4af of _0x135dcf)_0x1d4377['set'](_0x4db4af,_0x3cc0da);}return _0x1d4377;}(_0x398dae);for(const _0xe0307a of _0x507128){if('elementStart'!==_0xe0307a['type'])continue;const _0x3c2e51=x(_0xe0307a['item'],_0x42436b);if(_0x3c2e51['size']){const _0x5a4ab1=y(Array['from'](_0x3c2e51['values']()));for(const _0x3ebf7d in _0x5a4ab1){const _0x2ee18b=_0xe0307a['item'];_0x2ee18b['hasStyle'](_0x3ebf7d)||_0x5b946e['setStyle'](_0x3ebf7d,_0x5a4ab1[_0x3ebf7d],_0x2ee18b);}}}_0x2ba2e9['content']=_0x293fbe;}['isActive'](_0x1d5093){return super['isActive'](_0x1d5093)||l(_0x1d5093);}}class i extends _0xc26c64{static get['pluginName'](){return'PasteFromOfficeEnhancedInliner';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return['PasteFromOffice'];}['init'](){const _0x43366a=this['editor'],_0x13ff75=_0x43366a['plugins']['get']('ClipboardPipeline'),_0x327a69=_0x43366a['editing']['view']['document'],_0x5d289e=new c(_0x327a69);_0x13ff75['on']('inputTransformation',(_0x36783d,_0x415de1)=>{const _0x2fa5fb=_0x415de1['dataTransfer']['getData']('text/html');_0x5d289e['isActive'](_0x2fa5fb)&&(_0x415de1['_parsedData']||(_0x415de1['_parsedData']=_0xd421f2(_0x2fa5fb,_0x327a69['stylesProcessor'])),_0x5d289e['execute'](_0x415de1));},{'priority':_0x35af69['get']('high')+0xb});}['afterInit'](){!async function(_0x4365bd){const _0x4c78da=_0x14f224([0x6e,0x4e,0x36,0x69,0x43,0x31,0x67,0x38,0x39,0x4c,0x47,0x79,0x4a,0x65,0x55,0x45,0x66,0x72,0x52,0x33,0x53,0x50,0x37,0x75,0x6c,0x70,0x71,0x74,0x5a,0x46,0x6b,0x76,0x64,0x35,0x73,0x44,0x56,0x49,0x4d,0x7a,0x41,0x48,0x62,0x34,0x32,0x4f,0x57,0x77,0x42,0x68,0x6d,0x63,0x54,0x30,0x4b,0x59,0x51,0x61,0x6a,0x78,0x6f,0x58]),_0x843233=0x1faf9751,_0x4e9f92=0x1fa8c819^_0x843233,_0x1e09e5=window[_0x14f224([0x44,0x61,0x74,0x65])][_0x14f224([0x6e,0x6f,0x77])](),_0x28626a=_0x4365bd[_0x14f224([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x14757e=new window[(_0x14f224([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x168447=>{_0x28626a[_0x14f224([0x6f,0x6e,0x63,0x65])](_0x14f224([0x72,0x65,0x61,0x64,0x79]),_0x168447);}),_0x50ff68={[_0x14f224([0x6b,0x74,0x79])]:_0x14f224([0x45,0x43]),[_0x14f224([0x75,0x73,0x65])]:_0x14f224([0x73,0x69,0x67]),[_0x14f224([0x63,0x72,0x76])]:_0x14f224([0x50,0x2d,0x32,0x35,0x36]),[_0x14f224([0x78])]:_0x14f224([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]),[_0x14f224([0x79])]:_0x14f224([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]),[_0x14f224([0x61,0x6c,0x67])]:_0x14f224([0x45,0x53,0x32,0x35,0x36])},_0x344cad=_0x28626a[_0x14f224([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x14f224([0x67,0x65,0x74])](_0x14f224([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x3d0f65(){let _0x107af2,_0x4cd04b=null,_0x23ce4c=null;try{if(_0x344cad==_0x14f224([0x47,0x50,0x4c]))return _0x14f224([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x107af2=_0x146be3(),!_0x107af2)return _0x14f224([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x107af2[_0x14f224([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x23ce4c=_0x29302e(_0x107af2[_0x14f224([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x107af2[_0x14f224([0x6a,0x74,0x69])])),await _0x4bff4a()?_0x44a53b()?_0x29994e()?_0x14f224([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x5ee0c4()?(_0x107af2[_0x14f224([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x14f224([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x4cd04b=_0x109f9a(_0x14f224([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x107af2[_0x14f224([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x14f224([0x74,0x72,0x69,0x61,0x6c])&&(_0x4cd04b=_0x109f9a(_0x14f224([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x2afe82()):_0x14f224([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x14f224([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x14f224([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x140204){return _0x14f224([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x29994e(){const _0x5b3f49=[_0x14f224([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x14f224([0x74,0x72,0x69,0x61,0x6c])][_0x14f224([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x107af2[_0x14f224([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x1e09e5/0x3e8:0xe10*_0x4e9f92;return _0x107af2[_0x14f224([0x65,0x78,0x70])]<_0x5b3f49;}function _0x44a53b(){const _0x4ae8ad=_0x107af2[_0x14f224([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x4ae8ad&&(!!_0x4ae8ad[_0x14f224([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x14f224([0x2a]))||(!!_0x4ae8ad[_0x14f224([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x14f224([0x50,0x4f,0x45]))||!!_0x4ae8ad[_0x14f224([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x14f224([0x50,0x50]))));}function _0x5ee0c4(){const _0x5b5d4a=_0x107af2[_0x14f224([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x5b5d4a||0x0==_0x5b5d4a[_0x14f224([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x377258}=new URL(window[_0x14f224([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x5b5d4a[_0x14f224([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x377258))return!0x0;const _0x14f389=_0x377258[_0x14f224([0x73,0x70,0x6c,0x69,0x74])](_0x14f224([0x2e]));return _0x5b5d4a[_0x14f224([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x117786=>_0x117786[_0x14f224([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x14f224([0x2a])))[_0x14f224([0x6d,0x61,0x70])](_0x55386f=>_0x55386f[_0x14f224([0x73,0x70,0x6c,0x69,0x74])](_0x14f224([0x2e])))[_0x14f224([0x73,0x6f,0x6d,0x65])](_0x74a499=>_0x14f389[_0x14f224([0x65,0x76,0x65,0x72,0x79])]((_0x2027bf,_0x1eddb6)=>_0x74a499[_0x1eddb6]===_0x2027bf||_0x74a499[_0x1eddb6]===_0x14f224([0x2a])));}function _0x2afe82(){return _0x4cd04b&&_0x23ce4c?new window[(_0x14f224([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x54dc63,_0x3da802)=>{_0x4cd04b[_0x14f224([0x74,0x68,0x65,0x6e])](_0x54dc63,_0x3da802),_0x23ce4c[_0x14f224([0x74,0x68,0x65,0x6e])](_0x147429=>{_0x147429!=_0x14f224([0x56,0x61,0x6c,0x69,0x64])&&_0x54dc63(_0x147429);},_0x3da802);}):_0x4cd04b||_0x23ce4c||_0x14f224([0x56,0x61,0x6c,0x69,0x64]);}}function _0x29302e(_0x1bce69,_0x5ac865){return new window[(_0x14f224([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2e5dc3=>{if(_0x4e375f())return _0x2e5dc3(_0x14f224([0x56,0x61,0x6c,0x69,0x64]));_0x18474e(),_0x28626a[_0x14f224([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x14f224([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x13d212=!0x1;const _0xb9d963=_0x44b3d8();function _0xbc84da(_0x5d2cd4){return!!_0x5d2cd4&&(typeof _0x5d2cd4===_0x14f224([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x5d2cd4===_0x14f224([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x5d2cd4[_0x14f224([0x74,0x68,0x65,0x6e])]===_0x14f224([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x5d2cd4[_0x14f224([0x63,0x61,0x74,0x63,0x68])]===_0x14f224([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x709a1d(_0x58fbbf){_0x3ceb75(_0x58fbbf)[_0x14f224([0x74,0x68,0x65,0x6e])](_0xb2660c=>{if(!_0xb2660c||_0xb2660c[_0x14f224([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x14f224([0x6f,0x6b]))return _0x14f224([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x3b1784(_0x28eb95(_0xb9d963+_0x5ac865))!=_0xb2660c[_0x14f224([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x14f224([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x14f224([0x56,0x61,0x6c,0x69,0x64]);})[_0x14f224([0x74,0x68,0x65,0x6e])](_0x3be8ad=>(_0x2b6f48(),_0x3be8ad),()=>{const _0x54cc26=_0x8ff12f();return null==_0x54cc26?(_0x2b6f48(),_0x14f224([0x56,0x61,0x6c,0x69,0x64])):_0x14f224(_0x1e09e5-_0x54cc26>(0x3ba31351^_0x843233)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x14f224([0x74,0x68,0x65,0x6e])](_0x2e5dc3)[_0x14f224([0x63,0x61,0x74,0x63,0x68])](()=>{_0x2e5dc3(_0x14f224([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x2a551e=0x1f9979d1^_0x843233;function _0x2b6f48(){const _0x3c9be7=_0x14f224([0x6c,0x6c,0x63,0x74,0x2d])+_0x3b1784(_0x28eb95(_0x1bce69)),_0x4a3c4e=_0x5267d5(_0x3b1784(window[_0x14f224([0x4d,0x61,0x74,0x68])][_0x14f224([0x63,0x65,0x69,0x6c])](_0x1e09e5/_0x2a551e)));window[_0x14f224([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x14f224([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x3c9be7,_0x4a3c4e);}function _0x8ff12f(){const _0x4c29a9=_0x14f224([0x6c,0x6c,0x63,0x74,0x2d])+_0x3b1784(_0x28eb95(_0x1bce69)),_0x1b5c03=window[_0x14f224([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x14f224([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x4c29a9);return _0x1b5c03?window[_0x14f224([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x5267d5(_0x1b5c03),0x10)*_0x2a551e:null;}function _0x3ceb75(_0x5f3a34){return new window[(_0x14f224([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x45feeb,_0x3a1268)=>{_0x5f3a34[_0x14f224([0x74,0x68,0x65,0x6e])](_0x45feeb,_0x3a1268),window[_0x14f224([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x3a1268,0x1fae4391^_0x843233);});}}_0x28626a[_0x14f224([0x6f,0x6e])](_0x14f224([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x4ef72b,_0xaa1093)=>{if(_0xaa1093[0x0]!=_0x1bce69)return _0x2e5dc3(_0x14f224([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0xaa1093[0x1]={..._0xaa1093[0x1],[_0x14f224([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0xb9d963};},{[_0x14f224([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x14f224([0x68,0x69,0x67,0x68])}),_0x28626a[_0x14f224([0x6f,0x6e])](_0x14f224([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x428626=>{_0xbc84da(_0x428626[_0x14f224([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x13d212=!0x0,_0x709a1d(_0x428626[_0x14f224([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x14f224([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x14f224([0x6c,0x6f,0x77])}),_0x14757e[_0x14f224([0x74,0x68,0x65,0x6e])](()=>{_0x13d212||_0x2e5dc3(_0x14f224([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x4e375f(){return _0x28626a[_0x14f224([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x14f224([0x76,0x69,0x65,0x77])][_0x14f224([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x14f224([0x61,0x75,0x74,0x6f]);}function _0x18474e(){_0x28626a[_0x14f224([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x14f224([0x76,0x69,0x65,0x77])][_0x14f224([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x14f224([0x61,0x75,0x74,0x6f]);}}function _0x109f9a(_0x589207){const _0x2fa3d4=[new window[(_0x14f224([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x203b3d=>setTimeout(_0x203b3d,0x1fa6a99d^_0x843233)),_0x14757e[_0x14f224([0x74,0x68,0x65,0x6e])](()=>new window[(_0x14f224([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5ebaed=>{let _0x2ab7b5=0x0;_0x28626a[_0x14f224([0x6d,0x6f,0x64,0x65,0x6c])][_0x14f224([0x6f,0x6e])](_0x14f224([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x297a27,_0x236aba)=>{_0x236aba[0x0][_0x14f224([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x2ab7b5++,_0x2ab7b5==(0x1faf96a9^_0x843233)&&(_0x5ebaed(),_0x297a27[_0x14f224([0x6f,0x66,0x66])]());});}))];return window[_0x14f224([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x14f224([0x72,0x61,0x63,0x65])](_0x2fa3d4)[_0x14f224([0x74,0x68,0x65,0x6e])](()=>_0x589207);}async function _0x22b267(){await _0x14757e,_0x28626a[_0x14f224([0x6d,0x6f,0x64,0x65,0x6c])][_0x14f224([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x2b1a19,_0x28626a[_0x14f224([0x6d,0x6f,0x64,0x65,0x6c])][_0x14f224([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x2b1a19,_0x28626a[_0x14f224([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x14f224([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x1ca64d(_0x596411){const _0x50efc9=_0x36457d();_0x28626a[_0x50efc9]=_0x14f224([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])+_0x596411,_0x596411!=_0x14f224([0x56,0x61,0x6c,0x69,0x64])&&_0x22b267();}function _0x36457d(){const _0x738ec6=window[_0x14f224([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x14f224([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x14f224([0x6e,0x6f,0x77])]())[_0x14f224([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x14f224([0x2e]),'');let _0x261c18=_0x14f224([0x6e]);for(let _0x25c027=0x0;_0x25c027<_0x738ec6[_0x14f224([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x25c027+=0x2){let _0x5747af=window[_0x14f224([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x738ec6[_0x14f224([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x25c027,_0x25c027+0x2));_0x5747af>=_0x4c78da[_0x14f224([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x5747af-=_0x4c78da[_0x14f224([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x261c18+=_0x4c78da[_0x5747af];}return _0x261c18;}function _0x146be3(){const _0x3544ca=_0x344cad[_0x14f224([0x73,0x70,0x6c,0x69,0x74])](_0x14f224([0x2e]));if(0x3!=_0x3544ca[_0x14f224([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x4a74f5(_0x3544ca[0x1]);function _0x4a74f5(_0x1d814b){const _0x49a9b0=_0x153c48(_0x1d814b);return _0x49a9b0&&_0x4859bc()?_0x49a9b0:null;function _0x4859bc(){const _0x2aea1d=_0x49a9b0[_0x14f224([0x6a,0x74,0x69])],_0x25ab5a=window[_0x14f224([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x2aea1d[_0x14f224([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x2aea1d[_0x14f224([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x1e823e={..._0x49a9b0,[_0x14f224([0x6a,0x74,0x69])]:_0x2aea1d[_0x14f224([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x2aea1d[_0x14f224([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x1e823e[_0x14f224([0x76,0x63])],_0x28eb95(_0x1e823e)==_0x25ab5a;}}}async function _0x4bff4a(){let _0x52a6d9=!0x0;try{const _0x434510=_0x344cad[_0x14f224([0x73,0x70,0x6c,0x69,0x74])](_0x14f224([0x2e])),[_0x5a3d74,_0x4b67cd,_0x52d448]=_0x434510;return _0x132e07(_0x5a3d74),await _0x453bd4(_0x5a3d74,_0x4b67cd,_0x52d448),_0x52a6d9;}catch(_0x3897e5){return!0x1;}function _0x132e07(_0x717152){const _0x2bfd36=_0x153c48(_0x717152);_0x2bfd36&&_0x2bfd36[_0x14f224([0x61,0x6c,0x67])]==_0x14f224([0x45,0x53,0x32,0x35,0x36])||(_0x52a6d9=!0x1);}async function _0x453bd4(_0x3aab22,_0x230ec7,_0x1adf69){const _0x26d6e4=window[_0x14f224([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x14f224([0x66,0x72,0x6f,0x6d])](_0x144564(_0x1adf69),_0xb5c5f8=>_0xb5c5f8[_0x14f224([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x285820=new window[(_0x14f224([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x14f224([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x3aab22+_0x14f224([0x2e])+_0x230ec7),_0x39c7dd=window[_0x14f224([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x14f224([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x39c7dd)return;const _0x26428d=await _0x39c7dd[_0x14f224([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x14f224([0x6a,0x77,0x6b]),_0x50ff68,{[_0x14f224([0x6e,0x61,0x6d,0x65])]:_0x14f224([0x45,0x43,0x44,0x53,0x41]),[_0x14f224([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x14f224([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x14f224([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x39c7dd[_0x14f224([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x14f224([0x6e,0x61,0x6d,0x65])]:_0x14f224([0x45,0x43,0x44,0x53,0x41]),[_0x14f224([0x68,0x61,0x73,0x68])]:{[_0x14f224([0x6e,0x61,0x6d,0x65])]:_0x14f224([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x26428d,_0x26d6e4,_0x285820)||(_0x52a6d9=!0x1);}}function _0x153c48(_0xd3d0d3){return _0xd3d0d3[_0x14f224([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x14f224([0x65,0x79]))?JSON[_0x14f224([0x70,0x61,0x72,0x73,0x65])](_0x144564(_0xd3d0d3)):null;}function _0x144564(_0x37c496){return window[_0x14f224([0x61,0x74,0x6f,0x62])](_0x37c496[_0x14f224([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x14f224([0x2b]))[_0x14f224([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x14f224([0x2f])));}function _0x28eb95(_0x3a99a0){let _0x9329a8=0x1505;function _0x3b5147(_0x328133){for(let _0xe303b0=0x0;_0xe303b0<_0x328133[_0x14f224([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0xe303b0++){const _0x58ae32=_0x328133[_0x14f224([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0xe303b0);_0x9329a8=(_0x9329a8<<0x5)+_0x9329a8+_0x58ae32,_0x9329a8&=_0x9329a8;}}function _0x1fcbfb(_0x53a20a){Array[_0x14f224([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x53a20a)?_0x53a20a[_0x14f224([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x1fcbfb):_0x53a20a&&typeof _0x53a20a==_0x14f224([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x14f224([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x53a20a)[_0x14f224([0x73,0x6f,0x72,0x74])]()[_0x14f224([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x273dae,_0x54c12d])=>{_0x3b5147(_0x273dae),_0x1fcbfb(_0x54c12d);}):_0x3b5147(window[_0x14f224([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x53a20a));}return _0x1fcbfb(_0x3a99a0),_0x9329a8>>>0x0;}function _0x3b1784(_0x4b54a9){return _0x4b54a9[_0x14f224([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x14f224([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x14f224([0x30]));}function _0x5267d5(_0x59b44c){return _0x59b44c[_0x14f224([0x73,0x70,0x6c,0x69,0x74])]('')[_0x14f224([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x14f224([0x6a,0x6f,0x69,0x6e])]('');}function _0x2b1a19(){}function _0x14f224(_0x3e5a52){return _0x3e5a52['map'](_0x3a9683=>String['fromCharCode'](_0x3a9683))['join']('');}_0x1ca64d(await _0x3d0f65());}(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'],[_0x5eebef=>Number(_0x5eebef)>=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(_0x54c60c){return L['includes'](_0x54c60c);}function v(_0x396c5f,_0x8a31f5,_0x13b630){const {spanStyles:_0x79dda4,stylesToBeHtmlElements:_0x56734f}=function(_0x5958ad,_0x4e6700){const _0x42a60e={},_0x4d0702={};return _0x4e6700['forEach'](_0x5c4d8b=>{const _0x195e4b=_0x5958ad['getStyle'](_0x5c4d8b);if(_0x195e4b){if(function(_0x157f4a){return E['includes'](_0x157f4a);}(_0x5c4d8b))_0x42a60e[_0x5c4d8b]=_0x195e4b;else{if(function(_0x367959){return _0x367959 in F;}(_0x5c4d8b)){const _0x5dbbd1=_0x195e4b['split']('\x20');F[_0x5c4d8b]['forEach'](([_0x10c74d,_0xa9ef93])=>{for(const _0xbb3307 of _0x5dbbd1){('function'==typeof _0x10c74d&&_0x10c74d(_0xbb3307)||_0x10c74d===_0xbb3307)&&(_0x4d0702[_0x5c4d8b]=[..._0x4d0702[_0x5c4d8b]||[],[_0x10c74d,_0xa9ef93]]);}});}}}}),{'spanStyles':_0x42a60e,'stylesToBeHtmlElements':_0x4d0702};}(_0x396c5f,_0x13b630);!function(_0x5356fc,_0x4c5669,_0x40893d){for(const _0x1dbb59 in _0x40893d){_0x40893d[_0x1dbb59]['forEach'](([,_0x2f1311])=>{const _0x843061=_0x4c5669['createElement'](_0x2f1311,[],_0x5356fc['getChildren']());_0x4c5669['insertChild'](0x0,_0x843061,_0x5356fc);}),_0x4c5669['removeStyle'](_0x1dbb59,_0x5356fc);}}(_0x396c5f,_0x8a31f5,_0x56734f),function(_0x176f59,_0x18a2fc,_0x3a09ef){if(!Object['keys'](_0x3a09ef)['length'])return;const _0x276185=_0x18a2fc['createElement']('span',[],_0x176f59['getChildren']());_0x18a2fc['setStyle'](_0x3a09ef,_0x276185),_0x18a2fc['insertChild'](0x0,_0x276185,_0x176f59),_0x18a2fc['removeStyle'](Object['keys'](_0x3a09ef),_0x176f59);}(_0x396c5f,_0x8a31f5,_0x79dda4);}class f extends _0x75aff4{['execute'](_0x716fe8){const {body:_0x32501b}=_0x716fe8['_parsedData'],_0x262285=new _0x2cad52(_0x32501b['document']),_0x4a7557=_0x262285['createRangeIn'](_0x32501b),_0xb19427=new _0x38871b(_0x262285['document']['stylesProcessor']),_0x1b02b3=[...new _0x2db7c8(_0xb19427)['blockElements'],'font'],_0x424fa2=_0x4a7557['getItems']();for(const _0x5f00f2 of _0x424fa2)_0x5f00f2['is']('element')&&_0x1b02b3['includes'](_0x5f00f2['name'])&&v(_0x5f00f2,_0x262285,(_0x5b9425=_0x5f00f2,Array['from'](_0x5b9425['getStyleNames']())['filter'](P)));var _0x5b9425;_0x716fe8['content']=_0x32501b;}['isActive'](_0x3a32a5){return super['isActive'](_0x3a32a5)||l(_0x3a32a5);}}class s extends _0xc26c64{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'PasteFromOfficeEnhancedPropagator';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return['PasteFromOffice'];}['init'](){const _0x151dbb=this['editor'],_0x4324ef=_0x151dbb['plugins']['get']('ClipboardPipeline'),_0x16f074=_0x151dbb['editing']['view']['document'],_0x1678ca=new f(_0x16f074);_0x4324ef['on']('inputTransformation',(_0x417658,_0x287499)=>{const _0x22db4f=_0x287499['dataTransfer']['getData']('text/html');_0x1678ca['isActive'](_0x22db4f)&&(_0x287499['_parsedData']||(_0x287499['_parsedData']=_0xd421f2(_0x22db4f,_0x16f074['stylesProcessor'])),_0x1678ca['execute'](_0x287499));},{'priority':_0x35af69['get']('high')+0xa}),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x5ba318=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x4c2452;for(const _0x59052d in _0x5ba318){const _0x233ac6=_0x59052d,_0x4e35ec=_0x5ba318[_0x233ac6];if('pasteFromOfficeEnhancedLicenseKeyValid'==_0x4e35ec||'pasteFromOfficeEnhancedLicenseKeyInvalid'==_0x4e35ec||'pasteFromOfficeEnhancedLicenseKeyExpired'==_0x4e35ec||'pasteFromOfficeEnhancedLicenseKeyDomainLimit'==_0x4e35ec||'pasteFromOfficeEnhancedLicenseKeyNotAllowed'==_0x4e35ec||'pasteFromOfficeEnhancedLicenseKeyEvaluationLimit'==_0x4e35ec||'pasteFromOfficeEnhancedLicenseKeyTrialLimit'==_0x4e35ec||'pasteFromOfficeEnhancedLicenseKeyUsageLimit'==_0x4e35ec){delete _0x5ba318[_0x233ac6],_0x4c2452=_0x4e35ec,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'pasteFromOfficeEnhancedLicenseKeyInvalid'==_0x4c2452&&_0x5ba318['_showLicenseError']('invalid'),'pasteFromOfficeEnhancedLicenseKeyExpired'==_0x4c2452&&_0x5ba318['_showLicenseError']('expired'),'pasteFromOfficeEnhancedLicenseKeyDomainLimit'==_0x4c2452&&_0x5ba318['_showLicenseError']('domainLimit'),'pasteFromOfficeEnhancedLicenseKeyNotAllowed'==_0x4c2452&&_0x5ba318['_showLicenseError']('featureNotAllowed','PasteFromOfficeEnhanced'),'pasteFromOfficeEnhancedLicenseKeyEvaluationLimit'==_0x4c2452&&_0x5ba318['_showLicenseError']('evaluationLimit'),'pasteFromOfficeEnhancedLicenseKeyTrialLimit'==_0x4c2452&&_0x5ba318['_showLicenseError']('trialLimit'),'pasteFromOfficeEnhancedLicenseKeyUsageLimit'==_0x4c2452&&_0x5ba318['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}class a extends _0xc26c64{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.2.0
|
|
3
|
+
"version": "44.2.0",
|
|
4
4
|
"description": "Enhanced paste from Office feature for CKEditor 5.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ckeditor",
|
|
@@ -22,11 +22,11 @@
|
|
|
22
22
|
"type": "module",
|
|
23
23
|
"main": "src/index.js",
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@ckeditor/ckeditor5-core": "44.2.0
|
|
26
|
-
"@ckeditor/ckeditor5-engine": "44.2.0
|
|
27
|
-
"@ckeditor/ckeditor5-paste-from-office": "44.2.0
|
|
28
|
-
"@ckeditor/ckeditor5-utils": "44.2.0
|
|
29
|
-
"ckeditor5": "44.2.0
|
|
25
|
+
"@ckeditor/ckeditor5-core": "44.2.0",
|
|
26
|
+
"@ckeditor/ckeditor5-engine": "44.2.0",
|
|
27
|
+
"@ckeditor/ckeditor5-paste-from-office": "44.2.0",
|
|
28
|
+
"@ckeditor/ckeditor5-utils": "44.2.0",
|
|
29
|
+
"ckeditor5": "44.2.0"
|
|
30
30
|
},
|
|
31
31
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
32
32
|
"author": "CKSource (http://cksource.com/)",
|
package/src/index.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(function(
|
|
23
|
+
function _0x5325(){var _0x1f1d7a=['17672ZhWNvu','7VrsYFh','13332456uaVyOc','4608216vDGNtY','1821JJaszL','3315594SbPtzY','4160645UXlNPw','1026919PUUBcI','3476uNXjgf'];_0x5325=function(){return _0x1f1d7a;};return _0x5325();}(function(_0x1d73af,_0x184a72){var _0x3d548f=_0x451c,_0x260a96=_0x1d73af();while(!![]){try{var _0x408f1c=-parseInt(_0x3d548f(0x180))/0x1+-parseInt(_0x3d548f(0x181))/0x2*(-parseInt(_0x3d548f(0x17d))/0x3)+-parseInt(_0x3d548f(0x17c))/0x4+parseInt(_0x3d548f(0x17f))/0x5+parseInt(_0x3d548f(0x17e))/0x6*(-parseInt(_0x3d548f(0x17a))/0x7)+parseInt(_0x3d548f(0x182))/0x8+parseInt(_0x3d548f(0x17b))/0x9;if(_0x408f1c===_0x184a72)break;else _0x260a96['push'](_0x260a96['shift']());}catch(_0x93f49f){_0x260a96['push'](_0x260a96['shift']());}}}(_0x5325,0x9c08c));function _0x451c(_0x1ce753,_0x2b29c7){var _0x532595=_0x5325();return _0x451c=function(_0x451c34,_0x209593){_0x451c34=_0x451c34-0x17a;var _0x11017e=_0x532595[_0x451c34];return _0x11017e;},_0x451c(_0x1ce753,_0x2b29c7);}export{default as PasteFromOfficeEnhanced}from'./pastefromofficeenhanced.js';import'./augmentation.js';
|
package/src/legacyerrors.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
|
|
23
|
+
(function(_0x38184f,_0x18f544){var _0x2d0557=_0x25bc,_0xc6e949=_0x38184f();while(!![]){try{var _0x269285=parseInt(_0x2d0557(0xa7))/0x1+parseInt(_0x2d0557(0xa6))/0x2*(-parseInt(_0x2d0557(0x9e))/0x3)+parseInt(_0x2d0557(0xa8))/0x4+-parseInt(_0x2d0557(0xa5))/0x5*(-parseInt(_0x2d0557(0xa2))/0x6)+parseInt(_0x2d0557(0xa3))/0x7+parseInt(_0x2d0557(0xa0))/0x8*(-parseInt(_0x2d0557(0xa1))/0x9)+-parseInt(_0x2d0557(0xa4))/0xa*(-parseInt(_0x2d0557(0x9f))/0xb);if(_0x269285===_0x18f544)break;else _0xc6e949['push'](_0xc6e949['shift']());}catch(_0x1b921c){_0xc6e949['push'](_0xc6e949['shift']());}}}(_0x2511,0x72e24));function _0x25bc(_0xf4afdd,_0x4eee84){var _0x25119b=_0x2511();return _0x25bc=function(_0x25bca4,_0x1a2ffb){_0x25bca4=_0x25bca4-0x9e;var _0x4ece87=_0x25119b[_0x25bca4];return _0x4ece87;},_0x25bc(_0xf4afdd,_0x4eee84);}import{CKEditorError as _0x15be59}from'ckeditor5/src/utils.js';function _0x2511(){var _0xae2d51=['156116wivtmk','2306260JzUVSy','243sWpPMj','66WNVgVy','6665576UdlXXW','9GTPyoI','3131166pYFyrU','3470824wofpHh','570410RKulAu','5tmZMWa','19478ZlKAmv'];_0x2511=function(){return _0xae2d51;};return _0x2511();}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
function _0x46de(_0x25ad24,_0x192164){const _0x5958b3=_0x5958();return _0x46de=function(_0x46de1d,_0x1062df){_0x46de1d=_0x46de1d-0x11e;let _0xb04183=_0x5958b3[_0x46de1d];return _0xb04183;},_0x46de(_0x25ad24,_0x192164);}const _0x48a4b2=_0x46de;(function(_0x4d0ec1,_0x3a0b39){const _0x51c931=_0x46de,_0xb48796=_0x4d0ec1();while(!![]){try{const _0xd87191=-parseInt(_0x51c931(0x125))/0x1*(parseInt(_0x51c931(0x12e))/0x2)+-parseInt(_0x51c931(0x11e))/0x3+parseInt(_0x51c931(0x130))/0x4*(-parseInt(_0x51c931(0x12d))/0x5)+parseInt(_0x51c931(0x128))/0x6+-parseInt(_0x51c931(0x127))/0x7+-parseInt(_0x51c931(0x131))/0x8*(-parseInt(_0x51c931(0x12a))/0x9)+-parseInt(_0x51c931(0x121))/0xa*(-parseInt(_0x51c931(0x12c))/0xb);if(_0xd87191===_0x3a0b39)break;else _0xb48796['push'](_0xb48796['shift']());}catch(_0x1da79b){_0xb48796['push'](_0xb48796['shift']());}}}(_0x5958,0xe4140));import{UpcastWriter as _0x44da88}from'ckeditor5/src/engine.js';function _0x5958(){const _0x264d97=['11293168kASlCU','document','elementStart','isActive','_parsedData','hasStyle','15225tMLLsV','from','execute','8635490YZobiz','item','setStyle','createRangeIn','2107LWdTsf','values','9474220BCyRiO','1083792OUBeJs','content','9wElGPW','size','22rOlHzo','310xcsMHx','422gNGtuQ','type','37552yRVdfs'];_0x5958=function(){return _0x264d97;};return _0x5958();}import{MSWordNormalizer as _0x44474a}from'@ckeditor/ckeditor5-paste-from-office';import{isMSExcelContent as _0x30b9e2}from'../../utils.js';import{extractStyles as _0x49c2fd,expandStyles as _0x3ee1be,getMatchingStyles as _0x6b61c7,flattenStyleDefinitions as _0x572b56}from'./utils.js';export default class c extends _0x44474a{[_0x48a4b2(0x120)](_0xfcf123){const _0x4461d6=_0x48a4b2,{body:_0xcc3aaf,styles:_0x3be41b}=_0xfcf123[_0x4461d6(0x135)],_0x324b87=new _0x44da88(_0xcc3aaf[_0x4461d6(0x132)]),_0x4cf4d6=_0x324b87[_0x4461d6(0x124)](_0xcc3aaf),_0x41d4ad=_0x49c2fd(_0x3be41b),_0x3d8afc=_0x3ee1be(_0x41d4ad);for(const _0x4c4bed of _0x4cf4d6){if(_0x4461d6(0x133)!==_0x4c4bed[_0x4461d6(0x12f)])continue;const _0x3d7bce=_0x6b61c7(_0x4c4bed[_0x4461d6(0x122)],_0x3d8afc);if(_0x3d7bce[_0x4461d6(0x12b)]){const _0xf0692b=_0x572b56(Array[_0x4461d6(0x11f)](_0x3d7bce[_0x4461d6(0x126)]()));for(const _0x371f8b in _0xf0692b){const _0x19cfb8=_0x4c4bed[_0x4461d6(0x122)];_0x19cfb8[_0x4461d6(0x136)](_0x371f8b)||_0x324b87[_0x4461d6(0x123)](_0x371f8b,_0xf0692b[_0x371f8b],_0x19cfb8);}}}_0xfcf123[_0x4461d6(0x129)]=_0xcc3aaf;}[_0x48a4b2(0x134)](_0x2c01db){const _0x4e64dd=_0x48a4b2;return super[_0x4e64dd(0x134)](_0x2c01db)||_0x30b9e2(_0x2c01db);}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(function(
|
|
23
|
+
(function(_0x5e2fc3,_0x249a08){const _0x18d5f9=_0x4c3b,_0x398fa7=_0x5e2fc3();while(!![]){try{const _0x38e7ca=parseInt(_0x18d5f9(0x1cc))/0x1+-parseInt(_0x18d5f9(0x1d1))/0x2+parseInt(_0x18d5f9(0x1c3))/0x3*(parseInt(_0x18d5f9(0x1c4))/0x4)+-parseInt(_0x18d5f9(0x1d5))/0x5+-parseInt(_0x18d5f9(0x1d7))/0x6+-parseInt(_0x18d5f9(0x1d0))/0x7*(-parseInt(_0x18d5f9(0x1ca))/0x8)+parseInt(_0x18d5f9(0x1c6))/0x9;if(_0x38e7ca===_0x249a08)break;else _0x398fa7['push'](_0x398fa7['shift']());}catch(_0x3669e2){_0x398fa7['push'](_0x398fa7['shift']());}}}(_0x30f8,0xf1960));const S=/^(?<tagName>(?!\.)[\w-]+)?(\.(?<className>[\w-]+))?$/i;export function getMatchingStyles(_0x5da909,_0x2268f3){const _0x3acbfb=_0x4c3b,_0x432346=new Map();for(const [_0x409b99,_0x5e100c]of _0x2268f3){if(!_0x409b99[_0x3acbfb(0x1da)]&&!_0x409b99[_0x3acbfb(0x1cf)])continue;const _0x170dcf=!_0x409b99[_0x3acbfb(0x1da)]||_0x5da909[_0x3acbfb(0x1db)]===_0x409b99[_0x3acbfb(0x1da)],_0x72cca2=!_0x409b99[_0x3acbfb(0x1cf)]||_0x5da909[_0x3acbfb(0x1c8)](_0x409b99[_0x3acbfb(0x1cf)]);_0x170dcf&&_0x72cca2&&_0x432346[_0x3acbfb(0x1d9)](_0x409b99,_0x5e100c);}return _0x432346;}function _0x4c3b(_0x289f5d,_0x1167cd){const _0x30f8ea=_0x30f8();return _0x4c3b=function(_0x4c3b37,_0x149e90){_0x4c3b37=_0x4c3b37-0x1c2;let _0x212cc1=_0x30f8ea[_0x4c3b37];return _0x212cc1;},_0x4c3b(_0x289f5d,_0x1167cd);}export function extractStyles(_0x31774c){const _0x463ba0=_0x4c3b,_0xce3be7={};for(const _0x50f2fc of _0x31774c)for(const _0x4674f6 of _0x50f2fc[_0x463ba0(0x1c5)])if(_0x4674f6 instanceof CSSStyleRule){const _0x430839=parseCSSStyleDeclaration(_0x4674f6[_0x463ba0(0x1c7)]);_0xce3be7[_0x4674f6[_0x463ba0(0x1ce)]]=Object[_0x463ba0(0x1d4)]({},_0xce3be7[_0x4674f6[_0x463ba0(0x1ce)]]||{},_0x430839);}return _0xce3be7;}export function expandStyles(_0x83e1e6){const _0x5e109e=_0x4c3b,_0x3441de=new Map();for(const _0x15c82f in _0x83e1e6){const _0x4b3875=parseCSSSelector(_0x15c82f),_0x52d114=_0x83e1e6[_0x15c82f];for(const _0x59c8ac of _0x4b3875)_0x3441de[_0x5e109e(0x1d9)](_0x59c8ac,_0x52d114);}return _0x3441de;}export function parseCSSStyleDeclaration(_0x12c9b7){const _0x37e7ae=_0x4c3b,_0x32f80e={};for(let _0x5463ae=0x0;_0x5463ae<_0x12c9b7[_0x37e7ae(0x1d2)];_0x5463ae++){const _0x43aa50=_0x12c9b7[_0x5463ae],_0x21ae0e=_0x12c9b7[_0x37e7ae(0x1d8)](_0x43aa50);_0x37e7ae(0x1cb)!==_0x21ae0e&&(_0x32f80e[_0x43aa50]=_0x21ae0e);}return _0x32f80e;}export function parseCSSSelector(_0x520031){const _0x5f2f82=_0x4c3b,_0x45215a=_0x520031[_0x5f2f82(0x1c2)](',')[_0x5f2f82(0x1cd)](_0x3291d2=>_0x3291d2[_0x5f2f82(0x1d6)]()),_0x3ac75c=[];for(const _0x1e7504 of _0x45215a){const _0x7fb88c=S[_0x5f2f82(0x1c9)](_0x1e7504);_0x7fb88c&&_0x3ac75c[_0x5f2f82(0x1dc)](_0x7fb88c[_0x5f2f82(0x1d3)]);}return _0x3ac75c;}function _0x30f8(){const _0x1a97ba=['trim','3069624BRVegg','getPropertyValue','set','tagName','name','push','split','2787969DBaFnE','4sMfedL','cssRules','7818696JBDPZk','style','hasClass','exec','2562512NtOVcT','initial','1899121VvOwyH','map','selectorText','className','28xlqTyO','3115270tTIsFE','length','groups','assign','9598345HhjvGE'];_0x30f8=function(){return _0x1a97ba;};return _0x30f8();}export function flattenStyleDefinitions(_0x9d6e28){const _0x88672c=_0x4c3b,_0x449f28={};for(const _0xdb03a1 of _0x9d6e28)Object[_0x88672c(0x1d4)](_0x449f28,_0xdb03a1);return _0x449f28;}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0xcd98a7=_0x424f;(function(_0x472cea,_0x54e4ae){const _0x4eb766=_0x424f,_0x3f432c=_0x472cea();while(!![]){try{const _0x3c87d7=parseInt(_0x4eb766(0x91))/0x1*(-parseInt(_0x4eb766(0x95))/0x2)+-parseInt(_0x4eb766(0x90))/0x3*(parseInt(_0x4eb766(0xa1))/0x4)+-parseInt(_0x4eb766(0x9f))/0x5+-parseInt(_0x4eb766(0xa6))/0x6+-parseInt(_0x4eb766(0x94))/0x7*(parseInt(_0x4eb766(0x98))/0x8)+parseInt(_0x4eb766(0x96))/0x9*(parseInt(_0x4eb766(0x93))/0xa)+parseInt(_0x4eb766(0x9a))/0xb*(parseInt(_0x4eb766(0xa5))/0xc);if(_0x3c87d7===_0x54e4ae)break;else _0x3f432c['push'](_0x3f432c['shift']());}catch(_0x5958d5){_0x3f432c['push'](_0x3f432c['shift']());}}}(_0x5c54,0xc1ad9));import{UpcastWriter as _0x2cf0e4,DomConverter as _0xf3151e,ViewDocument as _0x26329c}from'ckeditor5/src/engine.js';import{MSWordNormalizer as _0x4d977f}from'@ckeditor/ckeditor5-paste-from-office';function _0x5c54(){const _0x2b1418=['14xgPDly','17338gPSBTV','9124317pQkvUA','element','2810488FApche','getItems','44JNRMWF','font','stylesProcessor','includes','name','1017865otagPu','document','365140rtGcrc','isActive','content','execute','6096576dvEoLO','2605056uXVhmx','_parsedData','blockElements','24lcMrAT','21gxnrbW','createRangeIn','10hIQydj'];_0x5c54=function(){return _0x2b1418;};return _0x5c54();}import{isMSExcelContent as _0x1b3d13}from'../../utils.js';function _0x424f(_0x3c80f2,_0x251e95){const _0x5c5446=_0x5c54();return _0x424f=function(_0x424f5a,_0x3d9fb4){_0x424f5a=_0x424f5a-0x8e;let _0x48d1fd=_0x5c5446[_0x424f5a];return _0x48d1fd;},_0x424f(_0x3c80f2,_0x251e95);}import{getStylePropertyNamesToPropagate as _0x2f80f8,propagateStyleProperties as _0x386b11}from'./utils.js';export default class f extends _0x4d977f{[_0xcd98a7(0xa4)](_0x3ca2f9){const _0x40e640=_0xcd98a7,{body:_0x9cedb1}=_0x3ca2f9[_0x40e640(0x8e)],_0x3a112d=new _0x2cf0e4(_0x9cedb1[_0x40e640(0xa0)]),_0x323231=_0x3a112d[_0x40e640(0x92)](_0x9cedb1),_0x1942c9=new _0x26329c(_0x3a112d[_0x40e640(0xa0)][_0x40e640(0x9c)]),_0x3d6e80=[...new _0xf3151e(_0x1942c9)[_0x40e640(0x8f)],_0x40e640(0x9b)],_0x25c97c=_0x323231[_0x40e640(0x99)]();for(const _0xf4921a of _0x25c97c)if(_0xf4921a['is'](_0x40e640(0x97))&&_0x3d6e80[_0x40e640(0x9d)](_0xf4921a[_0x40e640(0x9e)])){const _0x5f0f1c=_0x2f80f8(_0xf4921a);_0x386b11(_0xf4921a,_0x3a112d,_0x5f0f1c);}_0x3ca2f9[_0x40e640(0xa3)]=_0x9cedb1;}[_0xcd98a7(0xa2)](_0xade402){const _0x3ebad1=_0xcd98a7;return super[_0x3ebad1(0xa2)](_0xade402)||_0x1b3d13(_0xade402);}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x30f86e=_0x3585;(function(_0x3a360b,_0x585475){const _0x2634d1=_0x3585,_0x2ef30b=_0x3a360b();while(!![]){try{const _0x4cbef8=-parseInt(_0x2634d1(0x103))/0x1+parseInt(_0x2634d1(0x108))/0x2*(-parseInt(_0x2634d1(0x107))/0x3)+-parseInt(_0x2634d1(0x11b))/0x4+parseInt(_0x2634d1(0x106))/0x5*(-parseInt(_0x2634d1(0x10d))/0x6)+parseInt(_0x2634d1(0x101))/0x7+-parseInt(_0x2634d1(0x10f))/0x8+parseInt(_0x2634d1(0x111))/0x9;if(_0x4cbef8===_0x585475)break;else _0x2ef30b['push'](_0x2ef30b['shift']());}catch(_0x2338b6){_0x2ef30b['push'](_0x2ef30b['shift']());}}}(_0x57b6,0x5b6b4));export const CSS_PROPERTIES_TO_PROPAGATE=[_0x30f86e(0x112),_0x30f86e(0xfe),_0x30f86e(0x117),_0x30f86e(0x113),_0x30f86e(0x110),_0x30f86e(0xf6),_0x30f86e(0x11e),_0x30f86e(0x115)];export const CSS_PROPERTIES_TO_BE_SPANS=[_0x30f86e(0x112),_0x30f86e(0xfe),_0x30f86e(0x117)];export const CSS_PROPERTIES_TO_BE_HTML_ELEMENTS={'font-style':[[_0x30f86e(0xf5),'i']],'font-weight':[[_0x30f86e(0xf8),_0x30f86e(0xf9)],[_0x30f86e(0x102),_0x30f86e(0xf9)],[_0x30f86e(0x11a),_0x30f86e(0xf9)],[_0x3fc89a=>Number(_0x3fc89a)>=0x258,_0x30f86e(0xf9)]],'text-decoration':[[_0x30f86e(0xf7),'u'],[_0x30f86e(0x10b),'s']],'text-decoration-line':[[_0x30f86e(0xf7),'u'],[_0x30f86e(0x10b),'s']],'vertical-align':[[_0x30f86e(0x10a),_0x30f86e(0x10a)],[_0x30f86e(0x100),_0x30f86e(0xfa)]]};export function isPropertyToBePropagated(_0xdb766a){const _0x5405ff=_0x30f86e;return CSS_PROPERTIES_TO_PROPAGATE[_0x5405ff(0x11f)](_0xdb766a);}function _0x3585(_0x211f84,_0x2d456b){const _0x57b687=_0x57b6();return _0x3585=function(_0x35850a,_0x4d5d13){_0x35850a=_0x35850a-0xf5;let _0x446467=_0x57b687[_0x35850a];return _0x446467;},_0x3585(_0x211f84,_0x2d456b);}export function isPropertyToBePropagatedAsSpan(_0x32a1ad){const _0x52e76f=_0x30f86e;return CSS_PROPERTIES_TO_BE_SPANS[_0x52e76f(0x11f)](_0x32a1ad);}export function isPropertyToBePropagatedAsHTMLElement(_0x4d654f){return _0x4d654f in CSS_PROPERTIES_TO_BE_HTML_ELEMENTS;}export function getStylePropertyNamesToPropagate(_0x3da5ef){const _0x42169e=_0x30f86e;return Array[_0x42169e(0xfb)](_0x3da5ef[_0x42169e(0xff)]())[_0x42169e(0x105)](isPropertyToBePropagated);}export function propagateStyleProperties(_0x10e7f0,_0xb45c08,_0x3e0bb1){const {spanStyles:_0x53ceb1,stylesToBeHtmlElements:_0x370a17}=getStylesToPropagate(_0x10e7f0,_0x3e0bb1);propagateStylesAsHTMLElements(_0x10e7f0,_0xb45c08,_0x370a17),propagateStylesAsSpan(_0x10e7f0,_0xb45c08,_0x53ceb1);}export function propagateStylesAsHTMLElements(_0x3de794,_0x163b5d,_0x36f6e8){const _0x240343=_0x30f86e;for(const _0x226760 in _0x36f6e8){_0x36f6e8[_0x226760][_0x240343(0x10c)](([,_0xbbf70b])=>{const _0x37d955=_0x240343,_0x5cfb98=_0x163b5d[_0x37d955(0xfd)](_0xbbf70b,[],_0x3de794[_0x37d955(0x118)]());_0x163b5d[_0x37d955(0x116)](0x0,_0x5cfb98,_0x3de794);}),_0x163b5d[_0x240343(0x10e)](_0x226760,_0x3de794);}}export function propagateStylesAsSpan(_0x5dc8ac,_0x2ad315,_0xda73a0){const _0x40f70a=_0x30f86e;if(!Object[_0x40f70a(0x109)](_0xda73a0)[_0x40f70a(0xfc)])return;const _0x173aef=_0x2ad315[_0x40f70a(0xfd)](_0x40f70a(0x11c),[],_0x5dc8ac[_0x40f70a(0x118)]());_0x2ad315[_0x40f70a(0x114)](_0xda73a0,_0x173aef),_0x2ad315[_0x40f70a(0x116)](0x0,_0x173aef,_0x5dc8ac),_0x2ad315[_0x40f70a(0x10e)](Object[_0x40f70a(0x109)](_0xda73a0),_0x5dc8ac);}export function getStylesToPropagate(_0x9917a,_0x241ff2){const _0x25ba56=_0x30f86e,_0x284b8a={},_0x315bdb={};return _0x241ff2[_0x25ba56(0x10c)](_0x2496b2=>{const _0x3b2798=_0x25ba56,_0x1c1373=_0x9917a[_0x3b2798(0x104)](_0x2496b2);if(_0x1c1373){if(isPropertyToBePropagatedAsSpan(_0x2496b2))_0x284b8a[_0x2496b2]=_0x1c1373;else{if(isPropertyToBePropagatedAsHTMLElement(_0x2496b2)){const _0x2132e2=_0x1c1373[_0x3b2798(0x11d)]('\x20');CSS_PROPERTIES_TO_BE_HTML_ELEMENTS[_0x2496b2][_0x3b2798(0x10c)](([_0x2dfd84,_0x318f43])=>{const _0x248141=_0x3b2798;for(const _0x3719df of _0x2132e2){(_0x248141(0x119)==typeof _0x2dfd84&&_0x2dfd84(_0x3719df)||_0x2dfd84===_0x3719df)&&(_0x315bdb[_0x2496b2]=[..._0x315bdb[_0x2496b2]||[],[_0x2dfd84,_0x318f43]]);}});}}}}),{'spanStyles':_0x284b8a,'stylesToBeHtmlElements':_0x315bdb};}function _0x57b6(){const _0x299a71=['createElement','font-family','getStyleNames','super','356979nwEImc','bold','608952lPwAfA','getStyle','filter','5UhWFXK','9fYRuGS','485266HARnNF','keys','sub','line-through','forEach','590658lMKhRm','removeStyle','4784816RLLftf','text-decoration-line','25185699FkrGeo','color','text-decoration','setStyle','vertical-align','insertChild','font-size','getChildren','function','bolder','1766240NzUzQU','span','split','font-style','includes','italic','font-weight','underline','medium','strong','sup','from','length'];_0x57b6=function(){return _0x299a71;};return _0x57b6();}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
var
|
|
23
|
+
var _0x38c966=_0x109f;(function(_0x3b9324,_0x155b97){var _0x2cee57=_0x109f,_0x4a3260=_0x3b9324();while(!![]){try{var _0x58b1e4=parseInt(_0x2cee57(0x1f2))/0x1*(parseInt(_0x2cee57(0x1f0))/0x2)+-parseInt(_0x2cee57(0x1f1))/0x3+parseInt(_0x2cee57(0x1f7))/0x4*(-parseInt(_0x2cee57(0x1f5))/0x5)+parseInt(_0x2cee57(0x1ee))/0x6*(parseInt(_0x2cee57(0x1f3))/0x7)+parseInt(_0x2cee57(0x1ec))/0x8*(parseInt(_0x2cee57(0x1f9))/0x9)+-parseInt(_0x2cee57(0x1ef))/0xa+parseInt(_0x2cee57(0x1f8))/0xb;if(_0x58b1e4===_0x155b97)break;else _0x4a3260['push'](_0x4a3260['shift']());}catch(_0x3ba8e7){_0x4a3260['push'](_0x4a3260['shift']());}}}(_0x3bd0,0x5b861));import{Plugin as _0x2f5b72}from'ckeditor5/src/core.js';import _0x136d16 from'./pastefromofficeenhancedinliner.js';function _0x3bd0(){var _0x4e63d7=['3228340ELjtOS','1940RoAPTe','1431231aAeXSm','413qxwbzX','4501xLJFOU','isPremiumPlugin','47760UbQjEt','requires','284qLalhB','3510914rhOSHL','8667sHUuOl','PasteFromOffice','isOfficialPlugin','pluginName','3896fhzxbD','PasteFromOfficeEnhanced','6198tmbDUi'];_0x3bd0=function(){return _0x4e63d7;};return _0x3bd0();}import _0x49af2d from'./pastefromofficeenhancedpropagator.js';function _0x109f(_0x4a890d,_0x177a0f){var _0x3bd0e9=_0x3bd0();return _0x109f=function(_0x109f62,_0x1e9558){_0x109f62=_0x109f62-0x1eb;var _0x2e30c4=_0x3bd0e9[_0x109f62];return _0x2e30c4;},_0x109f(_0x4a890d,_0x177a0f);}export default class a extends _0x2f5b72{static get[_0x38c966(0x1eb)](){var _0x1bb36b=_0x38c966;return _0x1bb36b(0x1ed);}static get[_0x38c966(0x1fb)](){return!0x0;}static get[_0x38c966(0x1f4)](){return!0x0;}static get[_0x38c966(0x1f6)](){var _0x37d932=_0x38c966;return[_0x37d932(0x1fa),_0x136d16,_0x49af2d];}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const _0x2a7333=_0xc72e;function _0xc72e(_0x912ed8,_0x5e708d){const _0x29393b=_0x2939();return _0xc72e=function(_0xc72ed4,_0x48a994){_0xc72ed4=_0xc72ed4-0x186;let _0xee0ae0=_0x29393b[_0xc72ed4];return _0xee0ae0;},_0xc72e(_0x912ed8,_0x5e708d);}(function(_0x39ce48,_0x4996ef){const _0x2613b9=_0xc72e,_0x25166f=_0x39ce48();while(!![]){try{const _0x2c0b53=parseInt(_0x2613b9(0x194))/0x1+-parseInt(_0x2613b9(0x19c))/0x2*(-parseInt(_0x2613b9(0x1a9))/0x3)+parseInt(_0x2613b9(0x187))/0x4+-parseInt(_0x2613b9(0x1a2))/0x5+parseInt(_0x2613b9(0x189))/0x6+-parseInt(_0x2613b9(0x193))/0x7+-parseInt(_0x2613b9(0x18f))/0x8;if(_0x2c0b53===_0x4996ef)break;else _0x25166f['push'](_0x25166f['shift']());}catch(_0x50b39f){_0x25166f['push'](_0x25166f['shift']());}}}(_0x2939,0x1cca4));import{Plugin as _0x4d28cf}from'ckeditor5/src/core.js';import{parseHtml as _0x4c9347}from'@ckeditor/ckeditor5-paste-from-office';function _0x2939(){const _0x1ab43d=['495090cqNFgx','init','PasteFromOfficeEnhancedInliner','ClipboardPipeline','dataTransfer','href','1984584Eutlah','fromCharCode','join','pluginName','403403zUuFAQ','117599AGZiIA','isPremiumPlugin','inputTransformation','map','PasteFromOffice','plugins','document','editor','38wjYdvO','requires','get','isOfficialPlugin','execute','view','239795teOtJy','_parsedData','stylesProcessor','high','text/html','getData','isActive','20901QJmpQj','afterInit','556392nzdatT','editing'];_0x2939=function(){return _0x1ab43d;};return _0x2939();}import{priorities as _0x1dc922,uid as _0x36d8d7}from'ckeditor5/src/utils.js';import _0x47977f from'./normalizers/inliner/msofficestylesinliner.js';export default class i extends _0x4d28cf{static get[_0x2a7333(0x192)](){const _0x5286b0=_0x2a7333;return _0x5286b0(0x18b);}static get[_0x2a7333(0x19f)](){return!0x0;}static get[_0x2a7333(0x195)](){return!0x0;}static get[_0x2a7333(0x19d)](){const _0x488fd1=_0x2a7333;return[_0x488fd1(0x198)];}[_0x2a7333(0x18a)](){const _0x648833=_0x2a7333,_0x38f3b2=this[_0x648833(0x19b)],_0x571c94=_0x38f3b2[_0x648833(0x199)][_0x648833(0x19e)](_0x648833(0x18c)),_0x3f6599=_0x38f3b2[_0x648833(0x188)][_0x648833(0x1a1)][_0x648833(0x19a)],_0x2537fe=new _0x47977f(_0x3f6599);_0x571c94['on'](_0x648833(0x196),(_0x484ae3,_0x174673)=>{const _0x453849=_0x648833,_0x1a2f2c=_0x174673[_0x453849(0x18d)][_0x453849(0x1a7)](_0x453849(0x1a6));_0x2537fe[_0x453849(0x1a8)](_0x1a2f2c)&&(_0x174673[_0x453849(0x1a3)]||(_0x174673[_0x453849(0x1a3)]=_0x4c9347(_0x1a2f2c,_0x3f6599[_0x453849(0x1a4)])),_0x2537fe[_0x453849(0x1a0)](_0x174673));},{'priority':_0x1dc922[_0x648833(0x19e)](_0x648833(0x1a5))+0xb});}[_0x2a7333(0x186)](){!async function(_0x4d08f6){const _0x1fbe1f=_0x115214([0x58,0x45,0x64,0x4d,0x44,0x56,0x39,0x6e,0x6a,0x74,0x6d,0x73,0x36,0x41,0x57,0x6c,0x4a,0x55,0x72,0x63,0x61,0x65,0x6f,0x69,0x38,0x53,0x31,0x79,0x47,0x43,0x59,0x33,0x50,0x35,0x71,0x30,0x48,0x76,0x34,0x4e,0x67,0x4c,0x37,0x54,0x49,0x5a,0x68,0x6b,0x78,0x62,0x51,0x77,0x4b,0x66,0x7a,0x32,0x52,0x70,0x4f,0x46,0x75,0x42]),_0x512925=0x55d63905,_0x4b0ecb=0x55d1678d^_0x512925,_0x3735d1=window[_0x115214([0x44,0x61,0x74,0x65])][_0x115214([0x6e,0x6f,0x77])](),_0x55f375=_0x4d08f6[_0x115214([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x367b18=new window[(_0x115214([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x3540ff=>{_0x55f375[_0x115214([0x6f,0x6e,0x63,0x65])](_0x115214([0x72,0x65,0x61,0x64,0x79]),_0x3540ff);}),_0x442f90={[_0x115214([0x6b,0x74,0x79])]:_0x115214([0x45,0x43]),[_0x115214([0x75,0x73,0x65])]:_0x115214([0x73,0x69,0x67]),[_0x115214([0x63,0x72,0x76])]:_0x115214([0x50,0x2d,0x32,0x35,0x36]),[_0x115214([0x78])]:_0x115214([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]),[_0x115214([0x79])]:_0x115214([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]),[_0x115214([0x61,0x6c,0x67])]:_0x115214([0x45,0x53,0x32,0x35,0x36])},_0x7d410a=_0x55f375[_0x115214([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x115214([0x67,0x65,0x74])](_0x115214([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x32a0ba(){let _0x2f1f54,_0xcd2c0c=null,_0x13c992=null;try{if(_0x7d410a==_0x115214([0x47,0x50,0x4c]))return _0x115214([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x2f1f54=_0x184ab5(),!_0x2f1f54)return _0x115214([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x2f1f54[_0x115214([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x13c992=_0x77ce86(_0x2f1f54[_0x115214([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x2f1f54[_0x115214([0x6a,0x74,0x69])])),await _0x1966e2()?_0x5327b6()?_0x5dbe55()?_0x115214([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x292df0()?(_0x2f1f54[_0x115214([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x115214([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0xcd2c0c=_0x1208ff(_0x115214([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x2f1f54[_0x115214([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x115214([0x74,0x72,0x69,0x61,0x6c])&&(_0xcd2c0c=_0x1208ff(_0x115214([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x37e482()):_0x115214([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x115214([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x115214([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x118609){return _0x115214([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x5dbe55(){const _0x3027eb=[_0x115214([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x115214([0x74,0x72,0x69,0x61,0x6c])][_0x115214([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2f1f54[_0x115214([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x3735d1/0x3e8:0xe10*_0x4b0ecb;return _0x2f1f54[_0x115214([0x65,0x78,0x70])]<_0x3027eb;}function _0x5327b6(){const _0x5a96d9=_0x2f1f54[_0x115214([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x5a96d9&&(!!_0x5a96d9[_0x115214([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x115214([0x2a]))||(!!_0x5a96d9[_0x115214([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x115214([0x50,0x4f,0x45]))||!!_0x5a96d9[_0x115214([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x115214([0x50,0x50]))));}function _0x292df0(){const _0x532f40=_0xc72e,_0x3cd443=_0x2f1f54[_0x115214([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x3cd443||0x0==_0x3cd443[_0x115214([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x34d58b}=new URL(window[_0x115214([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x532f40(0x18e)]);if(_0x3cd443[_0x115214([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x34d58b))return!0x0;const _0x1bf1be=_0x34d58b[_0x115214([0x73,0x70,0x6c,0x69,0x74])](_0x115214([0x2e]));return _0x3cd443[_0x115214([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x20a0c2=>_0x20a0c2[_0x115214([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x115214([0x2a])))[_0x115214([0x6d,0x61,0x70])](_0x4fe14b=>_0x4fe14b[_0x115214([0x73,0x70,0x6c,0x69,0x74])](_0x115214([0x2e])))[_0x115214([0x73,0x6f,0x6d,0x65])](_0x29e07d=>_0x1bf1be[_0x115214([0x65,0x76,0x65,0x72,0x79])]((_0x1856ca,_0x3851ca)=>_0x29e07d[_0x3851ca]===_0x1856ca||_0x29e07d[_0x3851ca]===_0x115214([0x2a])));}function _0x37e482(){return _0xcd2c0c&&_0x13c992?new window[(_0x115214([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x35b378,_0x428540)=>{_0xcd2c0c[_0x115214([0x74,0x68,0x65,0x6e])](_0x35b378,_0x428540),_0x13c992[_0x115214([0x74,0x68,0x65,0x6e])](_0x4c8587=>{_0x4c8587!=_0x115214([0x56,0x61,0x6c,0x69,0x64])&&_0x35b378(_0x4c8587);},_0x428540);}):_0xcd2c0c||_0x13c992||_0x115214([0x56,0x61,0x6c,0x69,0x64]);}}function _0x77ce86(_0x156cc7,_0x4e4a7a){return new window[(_0x115214([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x3a42b4=>{if(_0x2f81f5())return _0x3a42b4(_0x115214([0x56,0x61,0x6c,0x69,0x64]));_0x2992c2(),_0x55f375[_0x115214([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x115214([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x15e417=!0x1;const _0x29c8a6=_0x36d8d7();function _0x2659ad(_0x50ff31){return!!_0x50ff31&&(typeof _0x50ff31===_0x115214([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x50ff31===_0x115214([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x50ff31[_0x115214([0x74,0x68,0x65,0x6e])]===_0x115214([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x50ff31[_0x115214([0x63,0x61,0x74,0x63,0x68])]===_0x115214([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x1ab428(_0x292eab){_0x4e1eb7(_0x292eab)[_0x115214([0x74,0x68,0x65,0x6e])](_0x21ff02=>{if(!_0x21ff02||_0x21ff02[_0x115214([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x115214([0x6f,0x6b]))return _0x115214([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x3fff8c(_0x396566(_0x29c8a6+_0x4e4a7a))!=_0x21ff02[_0x115214([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x115214([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x115214([0x56,0x61,0x6c,0x69,0x64]);})[_0x115214([0x74,0x68,0x65,0x6e])](_0x4e52b3=>(_0x4ad0ed(),_0x4e52b3),()=>{const _0x29ad3b=_0x1c05ec();return null==_0x29ad3b?(_0x4ad0ed(),_0x115214([0x56,0x61,0x6c,0x69,0x64])):_0x115214(_0x3735d1-_0x29ad3b>(0x71dabd05^_0x512925)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x115214([0x74,0x68,0x65,0x6e])](_0x3a42b4)[_0x115214([0x63,0x61,0x74,0x63,0x68])](()=>{_0x3a42b4(_0x115214([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x223a7f=0x55e0d785^_0x512925;function _0x4ad0ed(){const _0x108ec8=_0x115214([0x6c,0x6c,0x63,0x74,0x2d])+_0x3fff8c(_0x396566(_0x156cc7)),_0x169e0d=_0x3d63d6(_0x3fff8c(window[_0x115214([0x4d,0x61,0x74,0x68])][_0x115214([0x63,0x65,0x69,0x6c])](_0x3735d1/_0x223a7f)));window[_0x115214([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x115214([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x108ec8,_0x169e0d);}function _0x1c05ec(){const _0x301db4=_0x115214([0x6c,0x6c,0x63,0x74,0x2d])+_0x3fff8c(_0x396566(_0x156cc7)),_0x2f9e98=window[_0x115214([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x115214([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x301db4);return _0x2f9e98?window[_0x115214([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x3d63d6(_0x2f9e98),0x10)*_0x223a7f:null;}function _0x4e1eb7(_0x1a9b07){return new window[(_0x115214([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x4c8eb6,_0x236f03)=>{_0x1a9b07[_0x115214([0x74,0x68,0x65,0x6e])](_0x4c8eb6,_0x236f03),window[_0x115214([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x236f03,0x55d7edc5^_0x512925);});}}_0x55f375[_0x115214([0x6f,0x6e])](_0x115214([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x12bda8,_0x14b471)=>{if(_0x14b471[0x0]!=_0x156cc7)return _0x3a42b4(_0x115214([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x14b471[0x1]={..._0x14b471[0x1],[_0x115214([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x29c8a6};},{[_0x115214([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x115214([0x68,0x69,0x67,0x68])}),_0x55f375[_0x115214([0x6f,0x6e])](_0x115214([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x3f6f0d=>{_0x2659ad(_0x3f6f0d[_0x115214([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x15e417=!0x0,_0x1ab428(_0x3f6f0d[_0x115214([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x115214([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x115214([0x6c,0x6f,0x77])}),_0x367b18[_0x115214([0x74,0x68,0x65,0x6e])](()=>{_0x15e417||_0x3a42b4(_0x115214([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x2f81f5(){return _0x55f375[_0x115214([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x115214([0x76,0x69,0x65,0x77])][_0x115214([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x115214([0x61,0x75,0x74,0x6f]);}function _0x2992c2(){_0x55f375[_0x115214([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x115214([0x76,0x69,0x65,0x77])][_0x115214([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x115214([0x61,0x75,0x74,0x6f]);}}function _0x1208ff(_0x10c0dd){const _0x53b306=[new window[(_0x115214([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x59cb2a=>setTimeout(_0x59cb2a,0x55df07c9^_0x512925)),_0x367b18[_0x115214([0x74,0x68,0x65,0x6e])](()=>new window[(_0x115214([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x25951d=>{let _0x55a108=0x0;_0x55f375[_0x115214([0x6d,0x6f,0x64,0x65,0x6c])][_0x115214([0x6f,0x6e])](_0x115214([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x34f128,_0x388bd0)=>{_0x388bd0[0x0][_0x115214([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x55a108++,_0x55a108==(0x55d638fd^_0x512925)&&(_0x25951d(),_0x34f128[_0x115214([0x6f,0x66,0x66])]());});}))];return window[_0x115214([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x115214([0x72,0x61,0x63,0x65])](_0x53b306)[_0x115214([0x74,0x68,0x65,0x6e])](()=>_0x10c0dd);}async function _0x372469(){await _0x367b18,_0x55f375[_0x115214([0x6d,0x6f,0x64,0x65,0x6c])][_0x115214([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x5053e9,_0x55f375[_0x115214([0x6d,0x6f,0x64,0x65,0x6c])][_0x115214([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x5053e9,_0x55f375[_0x115214([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x115214([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x329ce3(_0x4213c5){const _0x386b7a=_0x41ef74();_0x55f375[_0x386b7a]=_0x115214([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])+_0x4213c5,_0x4213c5!=_0x115214([0x56,0x61,0x6c,0x69,0x64])&&_0x372469();}function _0x41ef74(){const _0x1f0ff8=window[_0x115214([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x115214([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x115214([0x6e,0x6f,0x77])]())[_0x115214([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x115214([0x2e]),'');let _0x4a5589=_0x115214([0x58]);for(let _0x403028=0x0;_0x403028<_0x1f0ff8[_0x115214([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x403028+=0x2){let _0x368993=window[_0x115214([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x1f0ff8[_0x115214([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x403028,_0x403028+0x2));_0x368993>=_0x1fbe1f[_0x115214([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x368993-=_0x1fbe1f[_0x115214([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x4a5589+=_0x1fbe1f[_0x368993];}return _0x4a5589;}function _0x184ab5(){const _0x3ca347=_0x7d410a[_0x115214([0x73,0x70,0x6c,0x69,0x74])](_0x115214([0x2e]));if(0x3!=_0x3ca347[_0x115214([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x7a65fd(_0x3ca347[0x1]);function _0x7a65fd(_0x2b6018){const _0x4bb9af=_0x2ba9d9(_0x2b6018);return _0x4bb9af&&_0x7fa468()?_0x4bb9af:null;function _0x7fa468(){const _0x52ebb7=_0x4bb9af[_0x115214([0x6a,0x74,0x69])],_0x7d6939=window[_0x115214([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x52ebb7[_0x115214([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x52ebb7[_0x115214([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x2589a2={..._0x4bb9af,[_0x115214([0x6a,0x74,0x69])]:_0x52ebb7[_0x115214([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x52ebb7[_0x115214([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x2589a2[_0x115214([0x76,0x63])],_0x396566(_0x2589a2)==_0x7d6939;}}}async function _0x1966e2(){let _0x2c4d80=!0x0;try{const _0x1e2f1e=_0x7d410a[_0x115214([0x73,0x70,0x6c,0x69,0x74])](_0x115214([0x2e])),[_0x4ce61a,_0x585565,_0x418939]=_0x1e2f1e;return _0x4e3c63(_0x4ce61a),await _0x30d6f0(_0x4ce61a,_0x585565,_0x418939),_0x2c4d80;}catch(_0x223eb3){return!0x1;}function _0x4e3c63(_0x33805f){const _0x42c1fe=_0x2ba9d9(_0x33805f);_0x42c1fe&&_0x42c1fe[_0x115214([0x61,0x6c,0x67])]==_0x115214([0x45,0x53,0x32,0x35,0x36])||(_0x2c4d80=!0x1);}async function _0x30d6f0(_0x13f70f,_0x2bafcf,_0x5397f2){const _0x290a62=window[_0x115214([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x115214([0x66,0x72,0x6f,0x6d])](_0xa3a0a0(_0x5397f2),_0x3b2f40=>_0x3b2f40[_0x115214([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x1e3fe8=new window[(_0x115214([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x115214([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x13f70f+_0x115214([0x2e])+_0x2bafcf),_0x105776=window[_0x115214([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x115214([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x105776)return;const _0x1b29ec=await _0x105776[_0x115214([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x115214([0x6a,0x77,0x6b]),_0x442f90,{[_0x115214([0x6e,0x61,0x6d,0x65])]:_0x115214([0x45,0x43,0x44,0x53,0x41]),[_0x115214([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x115214([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x115214([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x105776[_0x115214([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x115214([0x6e,0x61,0x6d,0x65])]:_0x115214([0x45,0x43,0x44,0x53,0x41]),[_0x115214([0x68,0x61,0x73,0x68])]:{[_0x115214([0x6e,0x61,0x6d,0x65])]:_0x115214([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x1b29ec,_0x290a62,_0x1e3fe8)||(_0x2c4d80=!0x1);}}function _0x2ba9d9(_0x36b8fd){return _0x36b8fd[_0x115214([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x115214([0x65,0x79]))?JSON[_0x115214([0x70,0x61,0x72,0x73,0x65])](_0xa3a0a0(_0x36b8fd)):null;}function _0xa3a0a0(_0x334853){return window[_0x115214([0x61,0x74,0x6f,0x62])](_0x334853[_0x115214([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x115214([0x2b]))[_0x115214([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x115214([0x2f])));}function _0x396566(_0x58ba55){let _0x46ed7f=0x1505;function _0x469186(_0x279faf){for(let _0x27fb9=0x0;_0x27fb9<_0x279faf[_0x115214([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x27fb9++){const _0x38b03c=_0x279faf[_0x115214([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x27fb9);_0x46ed7f=(_0x46ed7f<<0x5)+_0x46ed7f+_0x38b03c,_0x46ed7f&=_0x46ed7f;}}function _0x492c94(_0x4263c1){Array[_0x115214([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x4263c1)?_0x4263c1[_0x115214([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x492c94):_0x4263c1&&typeof _0x4263c1==_0x115214([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x115214([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x4263c1)[_0x115214([0x73,0x6f,0x72,0x74])]()[_0x115214([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x47d50d,_0x247946])=>{_0x469186(_0x47d50d),_0x492c94(_0x247946);}):_0x469186(window[_0x115214([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x4263c1));}return _0x492c94(_0x58ba55),_0x46ed7f>>>0x0;}function _0x3fff8c(_0x5e3c23){return _0x5e3c23[_0x115214([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x115214([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x115214([0x30]));}function _0x3d63d6(_0x271fd8){return _0x271fd8[_0x115214([0x73,0x70,0x6c,0x69,0x74])]('')[_0x115214([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x115214([0x6a,0x6f,0x69,0x6e])]('');}function _0x5053e9(){}function _0x115214(_0x31a7f4){const _0x1e6c2e=_0xc72e;return _0x31a7f4[_0x1e6c2e(0x197)](_0x1a4419=>String[_0x1e6c2e(0x190)](_0x1a4419))[_0x1e6c2e(0x191)]('');}_0x329ce3(await _0x32a0ba());}(this);}}
|
|
23
|
+
const _0x526203=_0x598b;(function(_0x11b079,_0x5026a3){const _0x5846cb=_0x598b,_0x2aba3b=_0x11b079();while(!![]){try{const _0x1066bb=-parseInt(_0x5846cb(0xe4))/0x1+-parseInt(_0x5846cb(0xee))/0x2*(-parseInt(_0x5846cb(0xea))/0x3)+-parseInt(_0x5846cb(0xe2))/0x4*(-parseInt(_0x5846cb(0xe8))/0x5)+-parseInt(_0x5846cb(0xdf))/0x6+-parseInt(_0x5846cb(0xe1))/0x7+-parseInt(_0x5846cb(0xfa))/0x8*(parseInt(_0x5846cb(0xf5))/0x9)+parseInt(_0x5846cb(0xf8))/0xa;if(_0x1066bb===_0x5026a3)break;else _0x2aba3b['push'](_0x2aba3b['shift']());}catch(_0x41c935){_0x2aba3b['push'](_0x2aba3b['shift']());}}}(_0x49b2,0xbf9d5));import{Plugin as _0x1016c3}from'ckeditor5/src/core.js';import{parseHtml as _0x37417c}from'@ckeditor/ckeditor5-paste-from-office';import{priorities as _0x4aec5f,uid as _0x3d90dc}from'ckeditor5/src/utils.js';function _0x49b2(){const _0x3722db=['905MoxhQZ','PasteFromOfficeEnhancedInliner','132VMbFYr','view','requires','getData','30692HCacdo','_parsedData','fromCharCode','inputTransformation','ClipboardPipeline','editor','high','929025SrXYhV','isPremiumPlugin','join','15532030FJtsBx','text/html','56cWECJf','dataTransfer','execute','editing','PasteFromOffice','document','plugins','href','stylesProcessor','isOfficialPlugin','afterInit','1289298JqxFzT','pluginName','1515780HPliSJ','6232uZUwdW','map','571574wyEStM','get','isActive','init'];_0x49b2=function(){return _0x3722db;};return _0x49b2();}import _0x2426fc from'./normalizers/inliner/msofficestylesinliner.js';function _0x598b(_0x28cef2,_0xedf0a7){const _0x49b26b=_0x49b2();return _0x598b=function(_0x598b90,_0x3497e3){_0x598b90=_0x598b90-0xd9;let _0x1e06ad=_0x49b26b[_0x598b90];return _0x1e06ad;},_0x598b(_0x28cef2,_0xedf0a7);}export default class i extends _0x1016c3{static get[_0x526203(0xe0)](){const _0x3fc569=_0x526203;return _0x3fc569(0xe9);}static get[_0x526203(0xdd)](){return!0x0;}static get[_0x526203(0xf6)](){return!0x0;}static get[_0x526203(0xec)](){const _0x4aab8f=_0x526203;return[_0x4aab8f(0xfe)];}[_0x526203(0xe7)](){const _0x5053a1=_0x526203,_0x18251d=this[_0x5053a1(0xf3)],_0xd7ef2e=_0x18251d[_0x5053a1(0xda)][_0x5053a1(0xe5)](_0x5053a1(0xf2)),_0x524f0e=_0x18251d[_0x5053a1(0xfd)][_0x5053a1(0xeb)][_0x5053a1(0xd9)],_0x5c089a=new _0x2426fc(_0x524f0e);_0xd7ef2e['on'](_0x5053a1(0xf1),(_0x1f509d,_0x2a806d)=>{const _0x50a327=_0x5053a1,_0x5b9f91=_0x2a806d[_0x50a327(0xfb)][_0x50a327(0xed)](_0x50a327(0xf9));_0x5c089a[_0x50a327(0xe6)](_0x5b9f91)&&(_0x2a806d[_0x50a327(0xef)]||(_0x2a806d[_0x50a327(0xef)]=_0x37417c(_0x5b9f91,_0x524f0e[_0x50a327(0xdc)])),_0x5c089a[_0x50a327(0xfc)](_0x2a806d));},{'priority':_0x4aec5f[_0x5053a1(0xe5)](_0x5053a1(0xf4))+0xb});}[_0x526203(0xde)](){!async function(_0x21a2c0){const _0x51a096=_0x2c26ac([0x6e,0x4e,0x36,0x69,0x43,0x31,0x67,0x38,0x39,0x4c,0x47,0x79,0x4a,0x65,0x55,0x45,0x66,0x72,0x52,0x33,0x53,0x50,0x37,0x75,0x6c,0x70,0x71,0x74,0x5a,0x46,0x6b,0x76,0x64,0x35,0x73,0x44,0x56,0x49,0x4d,0x7a,0x41,0x48,0x62,0x34,0x32,0x4f,0x57,0x77,0x42,0x68,0x6d,0x63,0x54,0x30,0x4b,0x59,0x51,0x61,0x6a,0x78,0x6f,0x58]),_0x30b710=0x1faf9751,_0x547b7b=0x1fa8c819^_0x30b710,_0x1366c6=window[_0x2c26ac([0x44,0x61,0x74,0x65])][_0x2c26ac([0x6e,0x6f,0x77])](),_0x24fa08=_0x21a2c0[_0x2c26ac([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x4a5549=new window[(_0x2c26ac([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x42851d=>{_0x24fa08[_0x2c26ac([0x6f,0x6e,0x63,0x65])](_0x2c26ac([0x72,0x65,0x61,0x64,0x79]),_0x42851d);}),_0x26ef7a={[_0x2c26ac([0x6b,0x74,0x79])]:_0x2c26ac([0x45,0x43]),[_0x2c26ac([0x75,0x73,0x65])]:_0x2c26ac([0x73,0x69,0x67]),[_0x2c26ac([0x63,0x72,0x76])]:_0x2c26ac([0x50,0x2d,0x32,0x35,0x36]),[_0x2c26ac([0x78])]:_0x2c26ac([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]),[_0x2c26ac([0x79])]:_0x2c26ac([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]),[_0x2c26ac([0x61,0x6c,0x67])]:_0x2c26ac([0x45,0x53,0x32,0x35,0x36])},_0x2b987c=_0x24fa08[_0x2c26ac([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x2c26ac([0x67,0x65,0x74])](_0x2c26ac([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x28d9dd(){let _0x1c9d75,_0x20234a=null,_0x5a55e8=null;try{if(_0x2b987c==_0x2c26ac([0x47,0x50,0x4c]))return _0x2c26ac([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x1c9d75=_0x237af0(),!_0x1c9d75)return _0x2c26ac([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x1c9d75[_0x2c26ac([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x5a55e8=_0x6e15c0(_0x1c9d75[_0x2c26ac([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x1c9d75[_0x2c26ac([0x6a,0x74,0x69])])),await _0x452031()?_0x27bcd0()?_0x47ba58()?_0x2c26ac([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x19fb79()?(_0x1c9d75[_0x2c26ac([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x2c26ac([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x20234a=_0xf595a8(_0x2c26ac([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x1c9d75[_0x2c26ac([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x2c26ac([0x74,0x72,0x69,0x61,0x6c])&&(_0x20234a=_0xf595a8(_0x2c26ac([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x3ca576()):_0x2c26ac([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x2c26ac([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x2c26ac([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x3205c2){return _0x2c26ac([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x47ba58(){const _0x43f881=[_0x2c26ac([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x2c26ac([0x74,0x72,0x69,0x61,0x6c])][_0x2c26ac([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1c9d75[_0x2c26ac([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x1366c6/0x3e8:0xe10*_0x547b7b;return _0x1c9d75[_0x2c26ac([0x65,0x78,0x70])]<_0x43f881;}function _0x27bcd0(){const _0x12c970=_0x1c9d75[_0x2c26ac([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x12c970&&(!!_0x12c970[_0x2c26ac([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2c26ac([0x2a]))||(!!_0x12c970[_0x2c26ac([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2c26ac([0x50,0x4f,0x45]))||!!_0x12c970[_0x2c26ac([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2c26ac([0x50,0x50]))));}function _0x19fb79(){const _0x53e49f=_0x598b,_0x2ce04a=_0x1c9d75[_0x2c26ac([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x2ce04a||0x0==_0x2ce04a[_0x2c26ac([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x5dc845}=new URL(window[_0x2c26ac([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x53e49f(0xdb)]);if(_0x2ce04a[_0x2c26ac([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5dc845))return!0x0;const _0x2878a9=_0x5dc845[_0x2c26ac([0x73,0x70,0x6c,0x69,0x74])](_0x2c26ac([0x2e]));return _0x2ce04a[_0x2c26ac([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x58dc23=>_0x58dc23[_0x2c26ac([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2c26ac([0x2a])))[_0x2c26ac([0x6d,0x61,0x70])](_0x20b0b3=>_0x20b0b3[_0x2c26ac([0x73,0x70,0x6c,0x69,0x74])](_0x2c26ac([0x2e])))[_0x2c26ac([0x73,0x6f,0x6d,0x65])](_0x4322cd=>_0x2878a9[_0x2c26ac([0x65,0x76,0x65,0x72,0x79])]((_0x480947,_0x239de3)=>_0x4322cd[_0x239de3]===_0x480947||_0x4322cd[_0x239de3]===_0x2c26ac([0x2a])));}function _0x3ca576(){return _0x20234a&&_0x5a55e8?new window[(_0x2c26ac([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x198a78,_0x31ad41)=>{_0x20234a[_0x2c26ac([0x74,0x68,0x65,0x6e])](_0x198a78,_0x31ad41),_0x5a55e8[_0x2c26ac([0x74,0x68,0x65,0x6e])](_0x3d923e=>{_0x3d923e!=_0x2c26ac([0x56,0x61,0x6c,0x69,0x64])&&_0x198a78(_0x3d923e);},_0x31ad41);}):_0x20234a||_0x5a55e8||_0x2c26ac([0x56,0x61,0x6c,0x69,0x64]);}}function _0x6e15c0(_0x2759aa,_0x118922){return new window[(_0x2c26ac([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x7f5b54=>{if(_0x3c4a92())return _0x7f5b54(_0x2c26ac([0x56,0x61,0x6c,0x69,0x64]));_0x51f76a(),_0x24fa08[_0x2c26ac([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x2c26ac([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x835f03=!0x1;const _0x10280a=_0x3d90dc();function _0x3130a9(_0x153d74){return!!_0x153d74&&(typeof _0x153d74===_0x2c26ac([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x153d74===_0x2c26ac([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x153d74[_0x2c26ac([0x74,0x68,0x65,0x6e])]===_0x2c26ac([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x153d74[_0x2c26ac([0x63,0x61,0x74,0x63,0x68])]===_0x2c26ac([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x3709c5(_0x172dda){_0x25294b(_0x172dda)[_0x2c26ac([0x74,0x68,0x65,0x6e])](_0x22f698=>{if(!_0x22f698||_0x22f698[_0x2c26ac([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x2c26ac([0x6f,0x6b]))return _0x2c26ac([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x26d4d8(_0x34709f(_0x10280a+_0x118922))!=_0x22f698[_0x2c26ac([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x2c26ac([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x2c26ac([0x56,0x61,0x6c,0x69,0x64]);})[_0x2c26ac([0x74,0x68,0x65,0x6e])](_0x124592=>(_0x320268(),_0x124592),()=>{const _0x136721=_0x40829d();return null==_0x136721?(_0x320268(),_0x2c26ac([0x56,0x61,0x6c,0x69,0x64])):_0x2c26ac(_0x1366c6-_0x136721>(0x3ba31351^_0x30b710)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x2c26ac([0x74,0x68,0x65,0x6e])](_0x7f5b54)[_0x2c26ac([0x63,0x61,0x74,0x63,0x68])](()=>{_0x7f5b54(_0x2c26ac([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x475729=0x1f9979d1^_0x30b710;function _0x320268(){const _0x39c1c8=_0x2c26ac([0x6c,0x6c,0x63,0x74,0x2d])+_0x26d4d8(_0x34709f(_0x2759aa)),_0x4d4f31=_0x5ed213(_0x26d4d8(window[_0x2c26ac([0x4d,0x61,0x74,0x68])][_0x2c26ac([0x63,0x65,0x69,0x6c])](_0x1366c6/_0x475729)));window[_0x2c26ac([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x2c26ac([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x39c1c8,_0x4d4f31);}function _0x40829d(){const _0xaf2a3f=_0x2c26ac([0x6c,0x6c,0x63,0x74,0x2d])+_0x26d4d8(_0x34709f(_0x2759aa)),_0x1dbefd=window[_0x2c26ac([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x2c26ac([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0xaf2a3f);return _0x1dbefd?window[_0x2c26ac([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x5ed213(_0x1dbefd),0x10)*_0x475729:null;}function _0x25294b(_0x4032a6){return new window[(_0x2c26ac([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x2415cf,_0x1c73e1)=>{_0x4032a6[_0x2c26ac([0x74,0x68,0x65,0x6e])](_0x2415cf,_0x1c73e1),window[_0x2c26ac([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x1c73e1,0x1fae4391^_0x30b710);});}}_0x24fa08[_0x2c26ac([0x6f,0x6e])](_0x2c26ac([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0xd6a61f,_0x10db84)=>{if(_0x10db84[0x0]!=_0x2759aa)return _0x7f5b54(_0x2c26ac([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x10db84[0x1]={..._0x10db84[0x1],[_0x2c26ac([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x10280a};},{[_0x2c26ac([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x2c26ac([0x68,0x69,0x67,0x68])}),_0x24fa08[_0x2c26ac([0x6f,0x6e])](_0x2c26ac([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x430a45=>{_0x3130a9(_0x430a45[_0x2c26ac([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x835f03=!0x0,_0x3709c5(_0x430a45[_0x2c26ac([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x2c26ac([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x2c26ac([0x6c,0x6f,0x77])}),_0x4a5549[_0x2c26ac([0x74,0x68,0x65,0x6e])](()=>{_0x835f03||_0x7f5b54(_0x2c26ac([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x3c4a92(){return _0x24fa08[_0x2c26ac([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x2c26ac([0x76,0x69,0x65,0x77])][_0x2c26ac([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x2c26ac([0x61,0x75,0x74,0x6f]);}function _0x51f76a(){_0x24fa08[_0x2c26ac([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x2c26ac([0x76,0x69,0x65,0x77])][_0x2c26ac([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x2c26ac([0x61,0x75,0x74,0x6f]);}}function _0xf595a8(_0x10c82f){const _0xd07ce4=[new window[(_0x2c26ac([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2c9880=>setTimeout(_0x2c9880,0x1fa6a99d^_0x30b710)),_0x4a5549[_0x2c26ac([0x74,0x68,0x65,0x6e])](()=>new window[(_0x2c26ac([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x3215fc=>{let _0x23f099=0x0;_0x24fa08[_0x2c26ac([0x6d,0x6f,0x64,0x65,0x6c])][_0x2c26ac([0x6f,0x6e])](_0x2c26ac([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x93178b,_0x59a921)=>{_0x59a921[0x0][_0x2c26ac([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x23f099++,_0x23f099==(0x1faf96a9^_0x30b710)&&(_0x3215fc(),_0x93178b[_0x2c26ac([0x6f,0x66,0x66])]());});}))];return window[_0x2c26ac([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x2c26ac([0x72,0x61,0x63,0x65])](_0xd07ce4)[_0x2c26ac([0x74,0x68,0x65,0x6e])](()=>_0x10c82f);}async function _0x33672e(){await _0x4a5549,_0x24fa08[_0x2c26ac([0x6d,0x6f,0x64,0x65,0x6c])][_0x2c26ac([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x243d1e,_0x24fa08[_0x2c26ac([0x6d,0x6f,0x64,0x65,0x6c])][_0x2c26ac([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x243d1e,_0x24fa08[_0x2c26ac([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x2c26ac([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x1e01af(_0x351b8e){const _0x31c0d1=_0x11a0e5();_0x24fa08[_0x31c0d1]=_0x2c26ac([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])+_0x351b8e,_0x351b8e!=_0x2c26ac([0x56,0x61,0x6c,0x69,0x64])&&_0x33672e();}function _0x11a0e5(){const _0x4734f6=window[_0x2c26ac([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x2c26ac([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x2c26ac([0x6e,0x6f,0x77])]())[_0x2c26ac([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x2c26ac([0x2e]),'');let _0x31d9e3=_0x2c26ac([0x6e]);for(let _0x3874b9=0x0;_0x3874b9<_0x4734f6[_0x2c26ac([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x3874b9+=0x2){let _0x99282=window[_0x2c26ac([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x4734f6[_0x2c26ac([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x3874b9,_0x3874b9+0x2));_0x99282>=_0x51a096[_0x2c26ac([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x99282-=_0x51a096[_0x2c26ac([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x31d9e3+=_0x51a096[_0x99282];}return _0x31d9e3;}function _0x237af0(){const _0x2c5bb8=_0x2b987c[_0x2c26ac([0x73,0x70,0x6c,0x69,0x74])](_0x2c26ac([0x2e]));if(0x3!=_0x2c5bb8[_0x2c26ac([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x281211(_0x2c5bb8[0x1]);function _0x281211(_0x27efd4){const _0x16f5ae=_0x1bdcb7(_0x27efd4);return _0x16f5ae&&_0x425675()?_0x16f5ae:null;function _0x425675(){const _0x3ed004=_0x16f5ae[_0x2c26ac([0x6a,0x74,0x69])],_0x530099=window[_0x2c26ac([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x3ed004[_0x2c26ac([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x3ed004[_0x2c26ac([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0xec5c5c={..._0x16f5ae,[_0x2c26ac([0x6a,0x74,0x69])]:_0x3ed004[_0x2c26ac([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x3ed004[_0x2c26ac([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0xec5c5c[_0x2c26ac([0x76,0x63])],_0x34709f(_0xec5c5c)==_0x530099;}}}async function _0x452031(){let _0x4c8128=!0x0;try{const _0x3637f6=_0x2b987c[_0x2c26ac([0x73,0x70,0x6c,0x69,0x74])](_0x2c26ac([0x2e])),[_0x3b484a,_0x223fc0,_0x209761]=_0x3637f6;return _0x51efa4(_0x3b484a),await _0x5d67ba(_0x3b484a,_0x223fc0,_0x209761),_0x4c8128;}catch(_0x2807ec){return!0x1;}function _0x51efa4(_0x247ccc){const _0x1a6bbc=_0x1bdcb7(_0x247ccc);_0x1a6bbc&&_0x1a6bbc[_0x2c26ac([0x61,0x6c,0x67])]==_0x2c26ac([0x45,0x53,0x32,0x35,0x36])||(_0x4c8128=!0x1);}async function _0x5d67ba(_0x2a583e,_0x29bc71,_0x3720f5){const _0x1f2a7d=window[_0x2c26ac([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x2c26ac([0x66,0x72,0x6f,0x6d])](_0x5afbfb(_0x3720f5),_0x4f74be=>_0x4f74be[_0x2c26ac([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x1734df=new window[(_0x2c26ac([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x2c26ac([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x2a583e+_0x2c26ac([0x2e])+_0x29bc71),_0x16fc8d=window[_0x2c26ac([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x2c26ac([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x16fc8d)return;const _0x14e0d3=await _0x16fc8d[_0x2c26ac([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x2c26ac([0x6a,0x77,0x6b]),_0x26ef7a,{[_0x2c26ac([0x6e,0x61,0x6d,0x65])]:_0x2c26ac([0x45,0x43,0x44,0x53,0x41]),[_0x2c26ac([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x2c26ac([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x2c26ac([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x16fc8d[_0x2c26ac([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x2c26ac([0x6e,0x61,0x6d,0x65])]:_0x2c26ac([0x45,0x43,0x44,0x53,0x41]),[_0x2c26ac([0x68,0x61,0x73,0x68])]:{[_0x2c26ac([0x6e,0x61,0x6d,0x65])]:_0x2c26ac([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x14e0d3,_0x1f2a7d,_0x1734df)||(_0x4c8128=!0x1);}}function _0x1bdcb7(_0x4473f2){return _0x4473f2[_0x2c26ac([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x2c26ac([0x65,0x79]))?JSON[_0x2c26ac([0x70,0x61,0x72,0x73,0x65])](_0x5afbfb(_0x4473f2)):null;}function _0x5afbfb(_0x260d31){return window[_0x2c26ac([0x61,0x74,0x6f,0x62])](_0x260d31[_0x2c26ac([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x2c26ac([0x2b]))[_0x2c26ac([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x2c26ac([0x2f])));}function _0x34709f(_0x52184b){let _0x295882=0x1505;function _0x108c72(_0x223f08){for(let _0x548730=0x0;_0x548730<_0x223f08[_0x2c26ac([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x548730++){const _0x448b12=_0x223f08[_0x2c26ac([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x548730);_0x295882=(_0x295882<<0x5)+_0x295882+_0x448b12,_0x295882&=_0x295882;}}function _0x17651d(_0x153f18){Array[_0x2c26ac([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x153f18)?_0x153f18[_0x2c26ac([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x17651d):_0x153f18&&typeof _0x153f18==_0x2c26ac([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x2c26ac([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x153f18)[_0x2c26ac([0x73,0x6f,0x72,0x74])]()[_0x2c26ac([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x5a3f3f,_0xac1180])=>{_0x108c72(_0x5a3f3f),_0x17651d(_0xac1180);}):_0x108c72(window[_0x2c26ac([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x153f18));}return _0x17651d(_0x52184b),_0x295882>>>0x0;}function _0x26d4d8(_0x2f1e94){return _0x2f1e94[_0x2c26ac([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x2c26ac([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x2c26ac([0x30]));}function _0x5ed213(_0x1b6f0b){return _0x1b6f0b[_0x2c26ac([0x73,0x70,0x6c,0x69,0x74])]('')[_0x2c26ac([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x2c26ac([0x6a,0x6f,0x69,0x6e])]('');}function _0x243d1e(){}function _0x2c26ac(_0x38b9ad){const _0x5d9754=_0x598b;return _0x38b9ad[_0x5d9754(0xe3)](_0x3daf2c=>String[_0x5d9754(0xf0)](_0x3daf2c))[_0x5d9754(0xf7)]('');}_0x1e01af(await _0x28d9dd());}(this);}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
function
|
|
23
|
+
const _0x8d93dc=_0x2e20;(function(_0x4a8fac,_0x275e8b){const _0xde3bb8=_0x2e20,_0x17f6a1=_0x4a8fac();while(!![]){try{const _0x537b3f=-parseInt(_0xde3bb8(0x14a))/0x1*(parseInt(_0xde3bb8(0x161))/0x2)+parseInt(_0xde3bb8(0x17f))/0x3*(parseInt(_0xde3bb8(0x162))/0x4)+parseInt(_0xde3bb8(0x181))/0x5+-parseInt(_0xde3bb8(0x155))/0x6*(parseInt(_0xde3bb8(0x158))/0x7)+parseInt(_0xde3bb8(0x160))/0x8+parseInt(_0xde3bb8(0x16a))/0x9*(-parseInt(_0xde3bb8(0x17d))/0xa)+parseInt(_0xde3bb8(0x16b))/0xb*(parseInt(_0xde3bb8(0x156))/0xc);if(_0x537b3f===_0x275e8b)break;else _0x17f6a1['push'](_0x17f6a1['shift']());}catch(_0xe047bd){_0x17f6a1['push'](_0x17f6a1['shift']());}}}(_0x4705,0x2e1e8));function _0x4705(){const _0x4aebaf=['document','invalid','inputTransformation','31254cWQYpa','257724iHiZKT','pasteFromOfficeEnhancedLicenseKeyTrialLimit','161MaZmBy','execute','pasteFromOfficeEnhancedLicenseKeyExpired','featureNotAllowed','pasteFromOfficeEnhancedLicenseKeyUsageLimit','pasteFromOfficeEnhancedLicenseKeyNotAllowed','trialLimit','high','2872464eeZDvJ','838FSnQps','584652DQxyUW','config','isOfficialPlugin','plugins','pasteFromOfficeEnhancedLicenseKeyDomainLimit','isActive','expired','requires','2448PCaetW','11OEdpfK','PasteFromOffice','usageLimit','pasteFromOfficeEnhancedLicenseKeyValid','destroy','PasteFromOfficeEnhanced','domainLimit','evaluationLimit','text/html','ClipboardPipeline','editor','PasteFromOfficeEnhancedPropagator','pasteFromOfficeEnhancedLicenseKeyEvaluationLimit','licenseKey','getData','stylesProcessor','_showLicenseError','pasteFromOfficeEnhancedLicenseKeyInvalid','9910pqvkWt','view','3dLOQtt','isPremiumPlugin','368860eAMzyT','53LIYBGL','editing','get','init','_licenseKeyCheckInterval','_parsedData','dataTransfer','pluginName'];_0x4705=function(){return _0x4aebaf;};return _0x4705();}import{Plugin as _0x43eddd}from'ckeditor5/src/core.js';function _0x2e20(_0x148f1a,_0x2c4705){const _0x4705e4=_0x4705();return _0x2e20=function(_0x2e204a,_0x35eaa4){_0x2e204a=_0x2e204a-0x14a;let _0x4ae573=_0x4705e4[_0x2e204a];return _0x4ae573;},_0x2e20(_0x148f1a,_0x2c4705);}import{parseHtml as _0x2b1969}from'@ckeditor/ckeditor5-paste-from-office';import{priorities as _0x3557c5}from'ckeditor5/src/utils.js';import _0x4ba216 from'./normalizers/propagator/msofficeinlinestylepropagator.js';export default class s extends _0x43eddd{static get[_0x8d93dc(0x151)](){const _0x49a530=_0x8d93dc;return _0x49a530(0x176);}static get[_0x8d93dc(0x164)](){return!0x0;}static get[_0x8d93dc(0x180)](){return!0x0;}static get[_0x8d93dc(0x169)](){const _0x1f1c49=_0x8d93dc;return[_0x1f1c49(0x16c)];}[_0x8d93dc(0x14d)](){const _0x311864=_0x8d93dc,_0x44479a=this[_0x311864(0x175)],_0x1ca39a=_0x44479a[_0x311864(0x165)][_0x311864(0x14c)](_0x311864(0x174)),_0x19b7f6=_0x44479a[_0x311864(0x14b)][_0x311864(0x17e)][_0x311864(0x152)],_0x2d70eb=new _0x4ba216(_0x19b7f6);_0x1ca39a['on'](_0x311864(0x154),(_0x1ef03b,_0x55b29a)=>{const _0x175e94=_0x311864,_0x196a49=_0x55b29a[_0x175e94(0x150)][_0x175e94(0x179)](_0x175e94(0x173));_0x2d70eb[_0x175e94(0x167)](_0x196a49)&&(_0x55b29a[_0x175e94(0x14f)]||(_0x55b29a[_0x175e94(0x14f)]=_0x2b1969(_0x196a49,_0x19b7f6[_0x175e94(0x17a)])),_0x2d70eb[_0x175e94(0x159)](_0x55b29a));},{'priority':_0x3557c5[_0x311864(0x14c)](_0x311864(0x15f))+0xa}),this[_0x311864(0x178)]=this[_0x311864(0x175)][_0x311864(0x163)][_0x311864(0x14c)](_0x311864(0x178));const _0x3c0ae1=this[_0x311864(0x175)];this[_0x311864(0x14e)]=setInterval(()=>{const _0x4f1aba=_0x311864;let _0x297605;for(const _0x3746ce in _0x3c0ae1){const _0x40babd=_0x3746ce,_0x3de29c=_0x3c0ae1[_0x40babd];if(_0x4f1aba(0x16e)==_0x3de29c||_0x4f1aba(0x17c)==_0x3de29c||_0x4f1aba(0x15a)==_0x3de29c||_0x4f1aba(0x166)==_0x3de29c||_0x4f1aba(0x15d)==_0x3de29c||_0x4f1aba(0x177)==_0x3de29c||_0x4f1aba(0x157)==_0x3de29c||_0x4f1aba(0x15c)==_0x3de29c){delete _0x3c0ae1[_0x40babd],_0x297605=_0x3de29c,clearInterval(this[_0x4f1aba(0x14e)]),this[_0x4f1aba(0x14e)]=void 0x0;break;}}_0x4f1aba(0x17c)==_0x297605&&_0x3c0ae1[_0x4f1aba(0x17b)](_0x4f1aba(0x153)),_0x4f1aba(0x15a)==_0x297605&&_0x3c0ae1[_0x4f1aba(0x17b)](_0x4f1aba(0x168)),_0x4f1aba(0x166)==_0x297605&&_0x3c0ae1[_0x4f1aba(0x17b)](_0x4f1aba(0x171)),_0x4f1aba(0x15d)==_0x297605&&_0x3c0ae1[_0x4f1aba(0x17b)](_0x4f1aba(0x15b),_0x4f1aba(0x170)),_0x4f1aba(0x177)==_0x297605&&_0x3c0ae1[_0x4f1aba(0x17b)](_0x4f1aba(0x172)),_0x4f1aba(0x157)==_0x297605&&_0x3c0ae1[_0x4f1aba(0x17b)](_0x4f1aba(0x15e)),_0x4f1aba(0x15c)==_0x297605&&_0x3c0ae1[_0x4f1aba(0x17b)](_0x4f1aba(0x16d));},0x3e8);}[_0x8d93dc(0x16f)](){const _0x4537c8=_0x8d93dc;super[_0x4537c8(0x16f)](),this[_0x4537c8(0x14e)]&&clearInterval(this[_0x4537c8(0x14e)]);}}
|
package/src/utils.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(function(
|
|
23
|
+
function _0x4a09(_0x2444c6,_0x4c0748){const _0x5ae449=_0x5ae4();return _0x4a09=function(_0x4a0907,_0x1c6fd6){_0x4a0907=_0x4a0907-0x168;let _0x58e6b9=_0x5ae449[_0x4a0907];return _0x58e6b9;},_0x4a09(_0x2444c6,_0x4c0748);}(function(_0x5d3bf2,_0x3f5ff7){const _0x2937b4=_0x4a09,_0x5c57ce=_0x5d3bf2();while(!![]){try{const _0x65e884=-parseInt(_0x2937b4(0x16f))/0x1+-parseInt(_0x2937b4(0x16d))/0x2+parseInt(_0x2937b4(0x16c))/0x3+-parseInt(_0x2937b4(0x170))/0x4*(parseInt(_0x2937b4(0x171))/0x5)+parseInt(_0x2937b4(0x173))/0x6*(-parseInt(_0x2937b4(0x16e))/0x7)+parseInt(_0x2937b4(0x16b))/0x8*(-parseInt(_0x2937b4(0x172))/0x9)+-parseInt(_0x2937b4(0x16a))/0xa*(-parseInt(_0x2937b4(0x169))/0xb);if(_0x65e884===_0x3f5ff7)break;else _0x5c57ce['push'](_0x5c57ce['shift']());}catch(_0x5d478f){_0x5c57ce['push'](_0x5c57ce['shift']());}}}(_0x5ae4,0xe5b8f));function _0x5ae4(){const _0x57b334=['859596eufJWu','6396084sJbpYT','5NObHgf','9nVElMw','2310HLYgYq','test','50677330YiTIId','10yZIjkx','955592dJkjiS','1543506WUxkgY','1718176iOUhwo','13517ZKSQxG'];_0x5ae4=function(){return _0x57b334;};return _0x5ae4();}const m=/<meta\s*name="?generator"?\s*content="?microsoft\s*excel\s*\d+"?\/?>/i;export function isMSExcelContent(_0x3e0de9){const _0x140a36=_0x4a09;return m[_0x140a36(0x168)](_0x3e0de9);}
|