@ckeditor/ckeditor5-paste-from-office-enhanced 44.0.0-alpha.6 → 44.0.0-alpha.7
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.
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
3
|
* For licensing, see LICENSE.md.
|
|
4
|
-
*/(()=>{var t={331:(t,e,n)=>{t.exports=n(237)("./src/clipboard.js")},782:(t,e,n)=>{t.exports=n(237)("./src/core.js")},783:(t,e,n)=>{t.exports=n(237)("./src/engine.js")},584:(t,e,n)=>{t.exports=n(237)("./src/utils.js")},237:t=>{"use strict";t.exports=CKEditor5.dll}},e={};function n(r){var s=e[r];if(void 0!==s)return s.exports;var i=e[r]={exports:{}};return t[r](i,i.exports,n),i.exports}n.d=(t,e)=>{for(var r in e)n.o(e,r)&&!n.o(t,r)&&Object.defineProperty(t,r,{enumerable:!0,get:e[r]})},n.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),n.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})};var r={};(()=>{"use strict";n.r(r),n.d(r,{PasteFromOfficeEnhanced:()=>at});var t=n(782);n(331);var e=n(783);function s(t){return void 0!==t&&t.endsWith("px")}function i(t){return t.toFixed(2).replace(/\.?0+$/,"")+"px"}function o(t,n,r){if(!t.childCount)return;const o=new e.UpcastWriter(t.document),a=function(t,e){const n=e.createRangeIn(t),r=[],s=new Set;for(const t of n.getItems()){if(!t.is("element")||!t.name.match(/^(p|h\d+|li|div)$/))continue;let e=d(t);if(void 0===e||0!=parseFloat(e)||Array.from(t.getClassNames()).find((t=>t.startsWith("MsoList")))||(e=void 0),t.hasStyle("mso-list")||void 0!==e&&s.has(e)){const n=p(t);r.push({element:t,id:n.id,order:n.order,indent:n.indent,marginLeft:e}),void 0!==e&&s.add(e)}else s.clear()}return r}(t,o);if(!a.length)return;const l={},h=[];for(const t of a)if(void 0!==t.indent){c(t)||(h.length=0);const e=`${t.id}:${t.indent}`,a=Math.min(t.indent-1,h.length);if(a<h.length&&h[a].id!==t.id&&(h.length=a),a<h.length-1)h.length=a+1;else{const c=u(t,n);if(a>h.length-1||h[a].listElement.name!=c.type){0==a&&"ol"==c.type&&void 0!==t.id&&l[e]&&(c.startIndex=l[e]);const n=f(c,o,r);if(s(t.marginLeft)&&(0==a||s(h[a-1].marginLeft))){let e=t.marginLeft;a>0&&(e=i(parseFloat(e)-parseFloat(h[a-1].marginLeft))),o.setStyle("padding-left",e,n)}if(0==h.length){const e=t.element.parent,r=e.getChildIndex(t.element)+1;o.insertChild(r,n,e)}else{const t=h[a-1].listItemElements;o.appendChild(n,t[t.length-1])}h[a]={...t,listElement:n,listItemElements:[]},0==a&&void 0!==t.id&&(l[e]=c.startIndex||1)}}const p="li"==t.element.name?t.element:o.createElement("li");o.appendChild(p,h[a].listElement),h[a].listItemElements.push(p),0==a&&void 0!==t.id&&l[e]++,t.element!=p&&o.appendChild(t.element,p),m(t.element,o),o.removeStyle("text-indent",t.element),o.removeStyle("margin-left",t.element)}else{const e=h.find((e=>e.marginLeft==t.marginLeft));if(e){const n=e.listItemElements;o.appendChild(t.element,n[n.length-1]),o.removeStyle("margin-left",t.element)}else h.length=0}}function c(t){const e=t.element.previousSibling;return a(e||t.element.parent)}function a(t){return t.is("element","ol")||t.is("element","ul")}function u(t,e){const n=new RegExp(`@list l${t.id}:level${t.indent}\\s*({[^}]*)`,"gi"),r=/mso-level-number-format:([^;]{0,100});/gi,s=/mso-level-start-at:\s{0,100}([0-9]{0,10})\s{0,100};/gi,i=new RegExp(`@list\\s+l${t.id}:level\\d\\s*{[^{]*mso-level-text:"%\\d\\\\.`,"gi"),o=new RegExp(`@list l${t.id}:level\\d\\s*{[^{]*mso-level-number-format:`,"gi"),c=i.exec(e),a=o.exec(e),u=c&&!a,f=n.exec(e);let p="decimal",m="ol",d=null;if(f&&f[1]){const e=r.exec(f[1]);if(e&&e[1]&&(p=e[1].trim(),m="bullet"!==p&&"image"!==p?"ol":"ul"),"bullet"===p){const e=function(t){if("li"==t.name&&"ul"==t.parent.name&&t.parent.hasAttribute("type"))return t.parent.getAttribute("type");const e=function(t){if(t.getChild(0).is("$text"))return null;for(const e of t.getChildren()){if(!e.is("element","span"))continue;const t=e.getChild(0);if(t)return t.is("$text")?t:t.getChild(0)}return null}(t);if(!e)return null;const n=e._data;if("o"===n)return"circle";if("·"===n)return"disc";if("§"===n)return"square";return null}(t.element);e&&(p=e)}else{const t=s.exec(f[1]);t&&t[1]&&(d=parseInt(t[1]))}u&&(m="ol")}return{type:m,startIndex:d,style:l(p),isLegalStyleList:u}}function l(t){if(t.startsWith("arabic-leading-zero"))return"decimal-leading-zero";switch(t){case"alpha-upper":return"upper-alpha";case"alpha-lower":return"lower-alpha";case"roman-upper":return"upper-roman";case"roman-lower":return"lower-roman";case"circle":case"disc":case"square":return t;default:return null}}function f(t,e,n){const r=e.createElement(t.type);return t.style&&e.setStyle("list-style-type",t.style,r),t.startIndex&&t.startIndex>1&&e.setAttribute("start",t.startIndex,r),t.isLegalStyleList&&n&&e.addClass("legal-list",r),r}function p(t){const e=t.getStyle("mso-list");if(void 0===e)return{};const n=e.match(/(^|\s{1,100})l(\d+)/i),r=e.match(/\s{0,100}lfo(\d+)/i),s=e.match(/\s{0,100}level(\d+)/i);return n&&r&&s?{id:n[2],order:r[1],indent:parseInt(s[1])}:{indent:1}}function m(t,n){const r=new e.Matcher({name:"span",styles:{"mso-list":"Ignore"}}),s=n.createRangeIn(t);for(const t of s)"elementStart"===t.type&&r.match(t.item)&&n.remove(t.item)}function d(t){const e=t.getStyle("margin-left");return void 0===e||e.endsWith("px")?e:function(t){const e=parseFloat(t);return t.endsWith("pt")?i(96*e/72):t.endsWith("pc")?i(12*e*96/72):t.endsWith("in")?i(96*e):t.endsWith("cm")?i(96*e/2.54):t.endsWith("mm")?i(e/10*96/2.54):t}(e)}function h(t,n){if(!t.childCount)return;const r=new e.UpcastWriter(t.document),s=function(t,n){const r=n.createRangeIn(t),s=new e.Matcher({name:/v:(.+)/}),i=[];for(const t of r){if("elementStart"!=t.type)continue;const e=t.item,n=e.previousSibling,r=n&&n.is("element")?n.name:null,o=["Chart"],c=s.match(e),a=e.getAttribute("o:gfxdata"),u="v:shapetype"===r,l=a&&o.some((t=>e.getAttribute("id").includes(t)));c&&a&&!u&&!l&&i.push(t.item.getAttribute("id"))}return i}(t,r);!function(t,n,r){const s=r.createRangeIn(n),i=new e.Matcher({name:"img"}),o=[];for(const e of s)if(e.item.is("element")&&i.match(e.item)){const n=e.item,r=n.getAttribute("v:shapes")?n.getAttribute("v:shapes").split(" "):[];r.length&&r.every((e=>t.indexOf(e)>-1))?o.push(n):n.getAttribute("src")||o.push(n)}for(const t of o)r.remove(t)}(s,t,r),function(t,e,n){const r=n.createRangeIn(e),s=[];for(const e of r)if("elementStart"==e.type&&e.item.is("element","v:shape")){const n=e.item.getAttribute("id");if(t.includes(n))continue;i(e.item.parent.getChildren(),n)||s.push(e.item)}for(const t of s){const e={src:o(t)};t.hasAttribute("alt")&&(e.alt=t.getAttribute("alt"));const r=n.createElement("img",e);n.insertChild(t.index+1,r,t.parent)}function i(t,e){for(const n of t)if(n.is("element")){if("img"==n.name&&n.getAttribute("v:shapes")==e)return!0;if(i(n.getChildren(),e))return!0}return!1}function o(t){for(const e of t.getChildren())if(e.is("element")&&e.getAttribute("src"))return e.getAttribute("src")}}(s,t,r),function(t,n){const r=n.createRangeIn(t),s=new e.Matcher({name:/v:(.+)/}),i=[];for(const t of r)"elementStart"==t.type&&s.match(t.item)&&i.push(t.item);for(const t of i)n.remove(t)}(t,r);const i=function(t,n){const r=n.createRangeIn(t),s=new e.Matcher({name:"img"}),i=[];for(const t of r)t.item.is("element")&&s.match(t.item)&&t.item.getAttribute("src").startsWith("file://")&&i.push(t.item);return i}(t,r);i.length&&function(t,e,n){if(t.length===e.length)for(let r=0;r<t.length;r++){const s=`data:${e[r].type};base64,${g(e[r].hex)}`;n.setAttribute("src",s,t[r])}}(i,function(t){if(!t)return[];const e=/{\\pict[\s\S]+?\\bliptag-?\d+(\\blipupi-?\d+)?({\\\*\\blipuid\s?[\da-fA-F]+)?[\s}]*?/,n=new RegExp("(?:("+e.source+"))([\\da-fA-F\\s]+)\\}","g"),r=t.match(n),s=[];if(r)for(const t of r){let n=!1;t.includes("\\pngblip")?n="image/png":t.includes("\\jpegblip")&&(n="image/jpeg"),n&&s.push({hex:t.replace(e,"").replace(/[^\da-fA-F]/g,""),type:n})}return s}(n),r)}function g(t){return btoa(t.match(/\w{2}/g).map((t=>String.fromCharCode(parseInt(t,16)))).join(""))}const I=/<meta\s*name="?generator"?\s*content="?microsoft\s*word\s*\d+"?\/?>/i,y=/xmlns:o="urn:schemas-microsoft-com/i;class w{constructor(t,e=!1){this.document=t,this.hasMultiLevelListPlugin=e}isActive(t){return I.test(t)||y.test(t)}execute(t){const n=new e.UpcastWriter(this.document),{body:r,stylesString:s}=t._parsedData;!function(t,e){const n=[];for(const r of e.createRangeIn(t)){const t=r.item;t.is("element","a")&&!t.hasAttribute("href")&&(t.hasAttribute("id")||t.hasAttribute("name"))&&n.push(t)}for(const t of n){const n=t.parent.getChildIndex(t)+1,r=t.getChildren();e.insertChild(n,r,t.parent)}}(r,n),o(r,s,this.hasMultiLevelListPlugin),h(r,t.dataTransfer.getData("text/rtf")),function(t){const n=[],r=new e.UpcastWriter(t.document);for(const{item:e}of r.createRangeIn(t))if(e.is("element")){for(const t of e.getClassNames())/\bmso/gi.exec(t)&&r.removeClass(t,e);for(const t of e.getStyleNames())/\bmso/gi.exec(t)&&r.removeStyle(t,e);(e.is("element","w:sdt")||e.is("element","w:sdtpr")&&e.isEmpty||e.is("element","o:p")&&e.isEmpty)&&n.push(e)}for(const t of n){const e=t.parent,n=e.getChildIndex(t);r.insertChild(n,t.getChildren(),e),r.remove(t)}}(r),t.content=r}}function v(t){return t.replace(/<span(?: class="Apple-converted-space"|)>(\s+)<\/span>/g,((t,e)=>1===e.length?" ":Array(e.length+1).join(" ").substr(0,e.length)))}function x(t,n){const r=new DOMParser,s=function(t){return v(v(t)).replace(/(<span\s+style=['"]mso-spacerun:yes['"]>[^\S\r\n]*?)[\r\n]+([^\S\r\n]*<\/span>)/g,"$1$2").replace(/<span\s+style=['"]mso-spacerun:yes['"]><\/span>/g,"").replace(/(<span\s+style=['"]letter-spacing:[^'"]+?['"]>)[\r\n]+(<\/span>)/g,"$1 $2").replace(/ <\//g," </").replace(/ <o:p><\/o:p>/g," <o:p></o:p>").replace(/<o:p>( |\u00A0)<\/o:p>/g,"").replace(/>([^\S\r\n]*[\r\n]\s*)</g,"><")}(function(t){const e="</body>",n="</html>",r=t.indexOf(e);if(r<0)return t;const s=t.indexOf(n,r+e.length);return t.substring(0,r+e.length)+(s>=0?t.substring(s):"")}(t=(t=t.replace(/<!--\[if gte vml 1]>/g,"")).replace(/<o:SmartTagType(?:\s+[^\s>=]+(?:="[^"]*")?)*\s*\/?>/gi,""))),i=r.parseFromString(s,"text/html");!function(t){t.querySelectorAll("span[style*=spacerun]").forEach((t=>{const e=t,n=e.innerText.length||0;e.innerText=Array(n+1).join(" ").substr(0,n)}))}(i);const o=i.body.innerHTML,c=function(t,n){const r=new e.ViewDocument(n),s=new e.DomConverter(r,{renderingMode:"data"}),i=t.createDocumentFragment(),o=t.body.childNodes;for(;o.length>0;)i.appendChild(o[0]);return s.domToView(i,{skipComments:!0})}(i,n),a=function(t){const e=[],n=[],r=Array.from(t.getElementsByTagName("style"));for(const t of r)t.sheet&&t.sheet.cssRules&&t.sheet.cssRules.length&&(e.push(t.sheet),n.push(t.innerHTML));return{styles:e,stylesString:n.join(" ")}}(i);return{body:c,bodyString:o,styles:a.styles,stylesString:a.stylesString}}var b=n(584);function S(){const t=["88HxWdhm","18xVEnZt","test","15YpvaiL","519Kxmaaa","5638056lqKdfO","6318410XduyCq","6168FrLouh","6iTNDIJ","2705766OOEeAS","2769864cQExLr","13504080qbrZoN","94626kMAAKN"];return(S=function(){return t})()}!function(t){const e=L,n=t();for(;;)try{if(900475===parseInt(e(434))/1*(parseInt(e(430))/2)+-parseInt(e(439))/3*(-parseInt(e(442))/4)+-parseInt(e(438))/5*(-parseInt(e(431))/6)+parseInt(e(441))/7+parseInt(e(440))/8*(-parseInt(e(436))/9)+parseInt(e(433))/10+-parseInt(e(435))/11*(parseInt(e(432))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(S);const E=/<meta\s*name="?generator"?\s*content="?microsoft\s*excel\s*\d+"?\/?>/i;function L(t,e){const n=S();return(L=function(t,e){return n[t-=430]})(t,e)}function A(t){return E[L(437)](t)}!function(t){const e=F,n=t();for(;;)try{if(967037===parseInt(e(172))/1*(parseInt(e(177))/2)+-parseInt(e(192))/3+parseInt(e(190))/4+-parseInt(e(186))/5*(-parseInt(e(188))/6)+parseInt(e(170))/7+-parseInt(e(187))/8*(-parseInt(e(173))/9)+parseInt(e(193))/10*(-parseInt(e(195))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(N);const C=/^(?<tagName>(?!\.)[\w-]+)?(\.(?<className>[\w-]+))?$/i;function P(t,e){const n=F,r=new Map;for(const[s,i]of e){if(!s[n(175)]&&!s[n(178)])continue;const e=!s[n(175)]||t[n(180)]===s[n(175)],o=!s[n(178)]||t[n(174)](s[n(178)]);e&&o&&r[n(171)](s,i)}return r}function O(t){const e=F,n={};for(let r=0;r<t[e(194)];r++){const s=t[r],i=t[e(184)](s);e(196)!==i&&(n[s]=i)}return n}function j(t){const e=F,n=t[e(189)](",")[e(179)]((t=>t[e(183)]())),r=[];for(const t of n){const n=C[e(191)](t);n&&r[e(185)](n[e(181)])}return r}function F(t,e){const n=N();return(F=function(t,e){return n[t-=170]})(t,e)}function N(){const t=["cssRules","802760YMLQOU","set","4sKRdUE","1194939PRctkm","hasClass","tagName","assign","759716RfSfMK","className","map","name","groups","selectorText","trim","getPropertyValue","push","2489155dsjvaQ","96xCsaow","12NsLfYa","split","6849860yKEwHA","exec","503025MajYGx","48007790jUvDdo","length","11XGxIdL","initial","style"];return(N=function(){return t})()}function M(t){const e=F,n={};for(const r of t)Object[e(176)](n,r);return n}const R=K;function k(){const t=["execute","10281320UzlRUK","hasStyle","content","2799442zLvNGx","6VYMDoT","elementStart","isActive","createRangeIn","type","6410088PNtFCq","11711952vEUNpw","10fNxMJK","10415699xQJkrn","item","3zMowRd","104423jVESTQ","document","1691308favqRW","setStyle","from","size","values","_parsedData"];return(k=function(){return t})()}function K(t,e){const n=k();return(K=function(t,e){return n[t-=385]})(t,e)}!function(t){const e=K,n=t();for(;;)try{if(918053===-parseInt(e(396))/1+-parseInt(e(408))/2*(parseInt(e(395))/3)+parseInt(e(398))/4*(-parseInt(e(392))/5)+-parseInt(e(385))/6*(-parseInt(e(393))/7)+parseInt(e(391))/8+-parseInt(e(390))/9+parseInt(e(405))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(k);class D extends w{[R(404)](t){const n=R,{body:r,styles:s}=t[n(403)],i=new e.UpcastWriter(r[n(397)]),o=i[n(388)](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(171)](t,i)}return n}(function(t){const e=F,n={};for(const r of t)for(const t of r[e(198)])if(t instanceof CSSStyleRule){const r=O(t[e(197)]);n[t[e(182)]]=Object[e(176)]({},n[t[e(182)]]||{},r)}return n}(s));for(const t of o){if(n(386)!==t[n(389)])continue;const e=P(t[n(394)],c);if(e[n(401)]){const r=M(Array[n(400)](e[n(402)]()));for(const e in r){const s=t[n(394)];s[n(406)](e)||i[n(399)](e,r[e],s)}}}t[n(407)]=r}[R(387)](t){return super[R(387)](t)||A(t)}}const T=W;function W(t,e){const n=U();return(W=function(t,e){return n[t-=115]})(t,e)}function U(){const t=["isPremiumPlugin","document","1cLzMPB","editor","4488816wsvMlr","16VNtSDK","418160vsBhYA","8077743kZhQge","isOfficialPlugin","1819204zVWwlO","fromCharCode","high","ClipboardPipeline","_parsedData","href","afterInit","2387793FxXsem","getData","stylesProcessor","view","dataTransfer","editing","init","pluginName","requires","get","inputTransformation","plugins","139676ciRiek","join","isActive","map","execute","PasteFromOfficeEnhancedInliner","PasteFromOffice","text/html","1640975ADdoLz"];return(U=function(){return t})()}!function(t){const e=W,n=t();for(;;)try{if(485157===-parseInt(e(137))/1*(parseInt(e(126))/2)+-parseInt(e(151))/3+parseInt(e(144))/4+parseInt(e(141))/5+-parseInt(e(139))/6+-parseInt(e(134))/7+-parseInt(e(140))/8*(-parseInt(e(142))/9))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(U);class q extends t.Plugin{static get[T(121)](){return T(131)}static get[T(143)](){return!0}static get[T(135)](){return!0}static get[T(122)](){return[T(132)]}[T(120)](){const t=T,e=this[t(138)],n=e[t(125)][t(123)](t(147)),r=e[t(119)][t(117)][t(136)],s=new D(r);n.on(t(124),((e,n)=>{const i=t,o=n[i(118)][i(115)](i(133));s[i(128)](o)&&(n[i(148)]||(n[i(148)]=x(o,r[i(116)])),s[i(130)](n))}),{priority:b.priorities[t(123)](t(146))+11})}[T(150)](){!async function(t){const e=d([88,80,53,108,51,72,83,86,109,56,116,115,107,87,110,48,82,117,99,74,120,79,100,114,122,112,66,55,90,118,71,75,70,77,57,121,69,105,81,103,106,101,65,68,67,52,76,111,98,113,89,49,84,104,119,85,50,78,73,97,54,102]),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=W;return t[e(129)]((t=>String[e(145)](t)))[e(127)]("")}!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,b.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:1732579200;return t[d([101,120,112])]<e}()?d([69,120,112,105,114,101,100]):function(){const e=W,n=t[d([108,105,99,101,110,115,101,100,72,111,115,116,115])];if(!n||0==n[d([108,101,110,103,116,104])])return!0;const{hostname:r}=new URL(window[d([108,111,99,97,116,105,111,110])][e(149)]);if(n[d([105,110,99,108,117,100,101,115])](r))return!0;const s=r[d([115,112,108,105,116])](d([46]));return n[d([102,105,108,116,101,114])]((t=>t[d([105,110,99,108,117,100,101,115])](d([42]))))[d([109,97,112])]((t=>t[d([115,112,108,105,116])](d([46]))))[d([115,111,109,101])]((t=>s[d([101,118,101,114,121])](((e,n)=>t[n]===e||t[n]===d([42])))))}()?(t[d([108,105,99,101,110,115,101,84,121,112,101])]==d([101,118,97,108,117,97,116,105,111,110])&&(e=c(d([69,118,97,108,117,97,116,105,111,110,76,105,109,105,116]))),t[d([108,105,99,101,110,115,101,84,121,112,101])]==d([116,114,105,97,108])&&(e=c(d([84,114,105,97,108,76,105,109,105,116]))),t[d([108,105,99,101,110,115,101,84,121,112,101])]==d([100,101,118,101,108,111,112,109,101,110,116])&&(e=c(d([68,101,118,101,108,111,112,109,101,110,116,76,105,109,105,116]))),await(e&&m?new(window[d([80,114,111,109,105,115,101])])(((t,n)=>{e[d([116,104,101,110])](t,n),m[d([116,104,101,110])]((e=>{e!=d([86,97,108,105,100])&&t(e)}),n)})):e||m||d([86,97,108,105,100]))):d([68,111,109,97,105,110,76,105,109,105,116]):d([78,111,116,65,108,108,111,119,101,100]):d([73,110,118,97,108,105,100])):d([73,110,118,97,108,105,100]))}catch(t){return d([73,110,118,97,108,105,100])}}())}(this)}}const V=B;!function(t){const e=B,n=t();for(;;)try{if(591298===-parseInt(e(263))/1+-parseInt(e(258))/2+parseInt(e(279))/3*(parseInt(e(273))/4)+-parseInt(e(250))/5*(-parseInt(e(280))/6)+-parseInt(e(282))/7*(-parseInt(e(275))/8)+-parseInt(e(274))/9+parseInt(e(246))/10*(-parseInt(e(284))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Q);const z=[V(256),V(251),V(289),V(249),V(285),V(288),V(264),V(260)],$=[V(256),V(251),V(289)],Y={"font-style":[[V(254),"i"]],"font-weight":[[V(255),V(283)],[V(272),V(283)],[V(259),V(283)],[t=>Number(t)>=600,V(283)]],"text-decoration":[[V(266),"u"],[V(268),"s"]],"text-decoration-line":[[V(266),"u"],[V(268),"s"]],"vertical-align":[[V(253),V(253)],[V(286),V(245)]]};function B(t,e){const n=Q();return(B=function(t,e){return n[t-=245]})(t,e)}function H(t){return z[V(287)](t)}function Q(){const t=["font-family","createElement","sub","italic","medium","color","getChildren","1500932IiGYgR","bolder","vertical-align","getStyleNames","setStyle","736681MXlnzG","font-style","split","underline","getStyle","line-through","removeStyle","keys","from","bold","132RfPPlW","4234842kmqnkt","8pjeAOp","insertChild","forEach","filter","89415tSxVKH","6064482duDFgv","span","7614838nyjekV","strong","11mAVhQA","text-decoration-line","super","includes","font-weight","font-size","sup","5331630kwLxfP","function","length","text-decoration","5dNYFDf"];return(Q=function(){return t})()}function Z(t){const e=V;return Array[e(271)](t[e(261)]())[e(278)](H)}function G(t,e,n){const{spanStyles:r,stylesToBeHtmlElements:s}=function(t,e){const n=V,r={},s={};return e[n(277)]((e=>{const i=n,o=t[i(267)](e);if(o)if(c=e,$[V(287)](c))r[e]=o;else if(e in Y){const t=o[i(265)](" ");Y[e][i(277)]((([n,r])=>{const o=i;for(const i of t)(o(247)==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(277)]((([,n])=>{const s=r,i=e[s(252)](n,[],t[s(257)]());e[s(276)](0,i,t)})),e[r(269)](s,t)})(t,e,s),function(t,e,n){const r=V;if(!Object[r(270)](n)[r(248)])return;const s=e[r(252)](r(281),[],t[r(257)]());e[r(262)](n,s),e[r(276)](0,s,t),e[r(269)](Object[r(270)](n),t)}(t,e,r)}const _=J;function J(t,e){const n=X();return(J=function(t,e){return n[t-=385]})(t,e)}function X(){const t=["104tmqwsw","includes","createRangeIn","126rNowjF","10873137ajNjon","name","stylesProcessor","element","isActive","1137813mEXGZL","execute","content","font","669014UrIMyw","150130bxKDxm","248122UutUnx","blockElements","229378HHTZYN","_parsedData","12eHURvY","getItems","60OBgmBE","4LvyNmF","137550PbrCxz","document"];return(X=function(){return t})()}!function(t){const e=J,n=t();for(;;)try{if(278137===-parseInt(e(390))/1+-parseInt(e(386))/2+parseInt(e(407))/3*(parseInt(e(395))/4)+parseInt(e(396))/5*(-parseInt(e(394))/6)+-parseInt(e(388))/7*(parseInt(e(398))/8)+parseInt(e(401))/9*(parseInt(e(387))/10)+-parseInt(e(402))/11*(-parseInt(e(392))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(X);class tt extends w{[_(408)](t){const n=_,{body:r}=t[n(391)],s=new e.UpcastWriter(r[n(397)]),i=s[n(400)](r),o=new e.ViewDocument(s[n(397)][n(404)]),c=[...new e.DomConverter(o)[n(389)],n(385)],a=i[n(393)]();for(const t of a)if(t.is(n(405))&&c[n(399)](t[n(403)])){G(t,s,Z(t))}t[n(409)]=r}[_(406)](t){return super[_(406)](t)||A(t)}}function et(t,e){const n=rt();return(et=function(t,e){return n[t-=165]})(t,e)}const nt=et;function rt(){const t=["pasteFromOfficeEnhancedLicenseKeyEvaluationLimit","pasteFromOfficeEnhancedLicenseKeyDevelopmentLimit","pasteFromOfficeEnhancedLicenseKeyDomainLimit","dataTransfer","view","pasteFromOfficeEnhancedLicenseKeyInvalid","get","requires","developmentLimit","6JVGqqm","pasteFromOfficeEnhancedLicenseKeyExpired","20rQmBWM","destroy","8136880wKIvCZ","79232330BFpYTU","isOfficialPlugin","pasteFromOfficeEnhancedLicenseKeyNotAllowed","init","high","_parsedData","6zfoKPk","ClipboardPipeline","1437596sxJYWs","getData","_showLicenseError","config","inputTransformation","licenseKey","text/html","plugins","7492863LILAkE","pasteFromOfficeEnhancedLicenseKeyTrialLimit","domainLimit","editing","trialLimit","PasteFromOfficeEnhancedPropagator","_licenseKeyCheckInterval","PasteFromOffice","usageLimit","3472221odJnjj","featureNotAllowed","422461QzqXKI","pasteFromOfficeEnhancedLicenseKeyUsageLimit","stylesProcessor","execute","editor","invalid","isPremiumPlugin","isActive","10799586fkuqHY","evaluationLimit","PasteFromOfficeEnhanced","pluginName","pasteFromOfficeEnhancedLicenseKeyValid","expired","document"];return(rt=function(){return t})()}!function(t){const e=et,n=t();for(;;)try{if(773374===parseInt(e(165))/1*(-parseInt(e(189))/2)+-parseInt(e(219))/3+-parseInt(e(202))/4*(parseInt(e(191))/5)+-parseInt(e(200))/6*(parseInt(e(210))/7)+-parseInt(e(193))/8+-parseInt(e(173))/9+parseInt(e(194))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(rt);class st extends t.Plugin{static get[nt(176)](){return nt(215)}static get[nt(195)](){return!0}static get[nt(171)](){return!0}static get[nt(187)](){return[nt(217)]}[nt(197)](){const t=nt,e=this[t(169)],n=e[t(209)][t(186)](t(201)),r=e[t(213)][t(184)][t(179)],s=new tt(r);n.on(t(206),((e,n)=>{const i=t,o=n[i(183)][i(203)](i(208));s[i(172)](o)&&(n[i(199)]||(n[i(199)]=x(o,r[i(167)])),s[i(168)](n))}),{priority:b.priorities[t(186)](t(198))+10}),this[t(207)]=this[t(169)][t(205)][t(186)](t(207));const i=this[t(169)];this[t(216)]=setInterval((()=>{const e=t;let n;for(const t in i){const r=t,s=i[r];if(e(177)==s||e(185)==s||e(190)==s||e(182)==s||e(196)==s||e(180)==s||e(211)==s||e(181)==s||e(166)==s){delete i[r],n=s,clearInterval(this[e(216)]),this[e(216)]=void 0;break}}e(185)==n&&i[e(204)](e(170)),e(190)==n&&i[e(204)](e(178)),e(182)==n&&i[e(204)](e(212)),e(196)==n&&i[e(204)](e(220),e(175)),e(180)==n&&i[e(204)](e(174)),e(211)==n&&i[e(204)](e(214)),e(181)==n&&i[e(204)](e(188)),e(166)==n&&i[e(204)](e(218))}),1e3)}[nt(192)](){const t=nt;super[t(192)](),this[t(216)]&&clearInterval(this[t(216)])}}var it=ot;function ot(t,e){var n=ct();return(ot=function(t,e){return n[t-=324]})(t,e)}function ct(){var t=["isOfficialPlugin","8862zxErIn","3877295hwnWPi","PasteFromOfficeEnhanced","206552BUWGqm","110SobQsZ","77836VRsGuk","isPremiumPlugin","15TodHel","requires","4RPaufV","1134zXkVBI","pluginName","16991592aDuDzj","95762CYrFKZ","PasteFromOffice","9cBMDyI","204920xfuHOZ"];return(ct=function(){return t})()}!function(t){for(var e=ot,n=t();;)try{if(411226===parseInt(e(335))/1+parseInt(e(338))/2*(-parseInt(e(329))/3)+-parseInt(e(331))/4*(parseInt(e(341))/5)+-parseInt(e(332))/6*(-parseInt(e(340))/7)+parseInt(e(325))/8*(parseInt(e(337))/9)+-parseInt(e(326))/10*(parseInt(e(327))/11)+parseInt(e(334))/12)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ct);class at extends t.Plugin{static get[it(333)](){return it(324)}static get[it(339)](){return!0}static get[it(328)](){return!0}static get[it(330)](){return[it(336),q,st]}}function ut(t,e){var n=lt();return(ut=function(t,e){return n[t-=473]})(t,e)}function lt(){var t=["676594GSgfDY","3853465ZkjpjQ","294888jlLxJj","6lVQMAB","117aUSsiY","1056576qNePUZ","19873139MSjWxl","4502729VBEEeG","2AymsWN","10buLFlj","873345ZogwBA"];return(lt=function(){return t})()}!function(t){for(var e=ut,n=t();;)try{if(550387===parseInt(e(480))/1*(-parseInt(e(483))/2)+parseInt(e(482))/3+-parseInt(e(477))/4+-parseInt(e(473))/5+-parseInt(e(475))/6*(-parseInt(e(479))/7)+parseInt(e(474))/8*(-parseInt(e(476))/9)+parseInt(e(481))/10*(parseInt(e(478))/11))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 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 x(t,n){const r=new DOMParser,s=function(t){return v(v(t)).replace(/(<span\s+style=['"]mso-spacerun:yes['"]>[^\S\r\n]*?)[\r\n]+([^\S\r\n]*<\/span>)/g,"$1$2").replace(/<span\s+style=['"]mso-spacerun:yes['"]><\/span>/g,"").replace(/(<span\s+style=['"]letter-spacing:[^'"]+?['"]>)[\r\n]+(<\/span>)/g,"$1 $2").replace(/ <\//g," </").replace(/ <o:p><\/o:p>/g," <o:p></o:p>").replace(/<o:p>( |\u00A0)<\/o:p>/g,"").replace(/>([^\S\r\n]*[\r\n]\s*)</g,"><")}(function(t){const e="</body>",n="</html>",r=t.indexOf(e);if(r<0)return t;const s=t.indexOf(n,r+e.length);return t.substring(0,r+e.length)+(s>=0?t.substring(s):"")}(t=(t=t.replace(/<!--\[if gte vml 1]>/g,"")).replace(/<o:SmartTagType(?:\s+[^\s>=]+(?:="[^"]*")?)*\s*\/?>/gi,""))),i=r.parseFromString(s,"text/html");!function(t){t.querySelectorAll("span[style*=spacerun]").forEach((t=>{const e=t,n=e.innerText.length||0;e.innerText=Array(n+1).join(" ").substr(0,n)}))}(i);const o=i.body.innerHTML,c=function(t,n){const r=new e.ViewDocument(n),s=new e.DomConverter(r,{renderingMode:"data"}),i=t.createDocumentFragment(),o=t.body.childNodes;for(;o.length>0;)i.appendChild(o[0]);return s.domToView(i,{skipComments:!0})}(i,n),a=function(t){const e=[],n=[],r=Array.from(t.getElementsByTagName("style"));for(const t of r)t.sheet&&t.sheet.cssRules&&t.sheet.cssRules.length&&(e.push(t.sheet),n.push(t.innerHTML));return{styles:e,stylesString:n.join(" ")}}(i);return{body:c,bodyString:o,styles:a.styles,stylesString:a.stylesString}}var b=n(584);function S(){const t=["88HxWdhm","18xVEnZt","test","15YpvaiL","519Kxmaaa","5638056lqKdfO","6318410XduyCq","6168FrLouh","6iTNDIJ","2705766OOEeAS","2769864cQExLr","13504080qbrZoN","94626kMAAKN"];return(S=function(){return t})()}!function(t){const e=C,n=t();for(;;)try{if(900475===parseInt(e(434))/1*(parseInt(e(430))/2)+-parseInt(e(439))/3*(-parseInt(e(442))/4)+-parseInt(e(438))/5*(-parseInt(e(431))/6)+parseInt(e(441))/7+parseInt(e(440))/8*(-parseInt(e(436))/9)+parseInt(e(433))/10+-parseInt(e(435))/11*(parseInt(e(432))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(S);const E=/<meta\s*name="?generator"?\s*content="?microsoft\s*excel\s*\d+"?\/?>/i;function C(t,e){const n=S();return(C=function(t,e){return n[t-=430]})(t,e)}function A(t){return E[C(437)](t)}!function(t){const e=F,n=t();for(;;)try{if(967037===parseInt(e(172))/1*(parseInt(e(177))/2)+-parseInt(e(192))/3+parseInt(e(190))/4+-parseInt(e(186))/5*(-parseInt(e(188))/6)+parseInt(e(170))/7+-parseInt(e(187))/8*(-parseInt(e(173))/9)+parseInt(e(193))/10*(-parseInt(e(195))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(N);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(175)]&&!s[n(178)])continue;const e=!s[n(175)]||t[n(180)]===s[n(175)],o=!s[n(178)]||t[n(174)](s[n(178)]);e&&o&&r[n(171)](s,i)}return r}function O(t){const e=F,n={};for(let r=0;r<t[e(194)];r++){const s=t[r],i=t[e(184)](s);e(196)!==i&&(n[s]=i)}return n}function j(t){const e=F,n=t[e(189)](",")[e(179)]((t=>t[e(183)]())),r=[];for(const t of n){const n=L[e(191)](t);n&&r[e(185)](n[e(181)])}return r}function F(t,e){const n=N();return(F=function(t,e){return n[t-=170]})(t,e)}function N(){const t=["cssRules","802760YMLQOU","set","4sKRdUE","1194939PRctkm","hasClass","tagName","assign","759716RfSfMK","className","map","name","groups","selectorText","trim","getPropertyValue","push","2489155dsjvaQ","96xCsaow","12NsLfYa","split","6849860yKEwHA","exec","503025MajYGx","48007790jUvDdo","length","11XGxIdL","initial","style"];return(N=function(){return t})()}function M(t){const e=F,n={};for(const r of t)Object[e(176)](n,r);return n}const R=K;function T(){const t=["execute","10281320UzlRUK","hasStyle","content","2799442zLvNGx","6VYMDoT","elementStart","isActive","createRangeIn","type","6410088PNtFCq","11711952vEUNpw","10fNxMJK","10415699xQJkrn","item","3zMowRd","104423jVESTQ","document","1691308favqRW","setStyle","from","size","values","_parsedData"];return(T=function(){return t})()}function K(t,e){const n=T();return(K=function(t,e){return n[t-=385]})(t,e)}!function(t){const e=K,n=t();for(;;)try{if(918053===-parseInt(e(396))/1+-parseInt(e(408))/2*(parseInt(e(395))/3)+parseInt(e(398))/4*(-parseInt(e(392))/5)+-parseInt(e(385))/6*(-parseInt(e(393))/7)+parseInt(e(391))/8+-parseInt(e(390))/9+parseInt(e(405))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(T);class W extends w{[R(404)](t){const n=R,{body:r,styles:s}=t[n(403)],i=new e.UpcastWriter(r[n(397)]),o=i[n(388)](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(171)](t,i)}return n}(function(t){const e=F,n={};for(const r of t)for(const t of r[e(198)])if(t instanceof CSSStyleRule){const r=O(t[e(197)]);n[t[e(182)]]=Object[e(176)]({},n[t[e(182)]]||{},r)}return n}(s));for(const t of o){if(n(386)!==t[n(389)])continue;const e=P(t[n(394)],c);if(e[n(401)]){const r=M(Array[n(400)](e[n(402)]()));for(const e in r){const s=t[n(394)];s[n(406)](e)||i[n(399)](e,r[e],s)}}}t[n(407)]=r}[R(387)](t){return super[R(387)](t)||A(t)}}function k(t,e){const n=U();return(k=function(t,e){return n[t-=223]})(t,e)}const D=k;function U(){const t=["1846080dnJMxW","execute","PasteFromOffice","3CRAYHS","map","text/html","dataTransfer","pluginName","document","get","fromCharCode","requires","inputTransformation","view","isOfficialPlugin","1024478NBasST","editing","stylesProcessor","isActive","355GyzDZA","plugins","_parsedData","join","high","582984seCWeu","init","href","746210jsYrTT","getData","PasteFromOfficeEnhancedInliner","862145meWZQB","27452fXYVde","ClipboardPipeline","editor","afterInit","4178394plJCPx","isPremiumPlugin","14vpunXn","187lfVMSm"];return(U=function(){return t})()}!function(t){const e=k,n=t();for(;;)try{if(470556===-parseInt(e(256))/1+-parseInt(e(241))/2*(-parseInt(e(229))/3)+-parseInt(e(257))/4*(parseInt(e(245))/5)+-parseInt(e(250))/6*(parseInt(e(224))/7)+-parseInt(e(226))/8+parseInt(e(261))/9+-parseInt(e(253))/10*(-parseInt(e(225))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(U);class q extends t.Plugin{static get[D(233)](){return D(255)}static get[D(240)](){return!0}static get[D(223)](){return!0}static get[D(237)](){return[D(228)]}[D(251)](){const t=D,e=this[t(259)],n=e[t(246)][t(235)](t(258)),r=e[t(242)][t(239)][t(234)],s=new W(r);n.on(t(238),((e,n)=>{const i=t,o=n[i(232)][i(254)](i(231));s[i(244)](o)&&(n[i(247)]||(n[i(247)]=x(o,r[i(243)])),s[i(227)](n))}),{priority:b.priorities[t(235)](t(249))+11})}[D(260)](){!async function(t){const e=d([106,100,108,103,87,69,102,77,88,82,48,79,101,50,111,97,75,66,104,67,114,52,83,119,74,78,71,68,76,56,112,86,65,81,116,115,72,73,80,98,49,120,110,53,118,109,55,105,57,70,84,54,117,51,121,122,85,89,99,107,113,90]),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(230)]((t=>String[e(236)](t)))[e(248)]("")}!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([106]);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,b.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:1732665600;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(252)]);if(n[d([105,110,99,108,117,100,101,115])](r))return!0;const s=r[d([115,112,108,105,116])](d([46]));return n[d([102,105,108,116,101,114])]((t=>t[d([105,110,99,108,117,100,101,115])](d([42]))))[d([109,97,112])]((t=>t[d([115,112,108,105,116])](d([46]))))[d([115,111,109,101])]((t=>s[d([101,118,101,114,121])](((e,n)=>t[n]===e||t[n]===d([42])))))}()?(t[d([108,105,99,101,110,115,101,84,121,112,101])]==d([101,118,97,108,117,97,116,105,111,110])&&(e=c(d([69,118,97,108,117,97,116,105,111,110,76,105,109,105,116]))),t[d([108,105,99,101,110,115,101,84,121,112,101])]==d([116,114,105,97,108])&&(e=c(d([84,114,105,97,108,76,105,109,105,116]))),t[d([108,105,99,101,110,115,101,84,121,112,101])]==d([100,101,118,101,108,111,112,109,101,110,116])&&(e=c(d([68,101,118,101,108,111,112,109,101,110,116,76,105,109,105,116]))),await(e&&m?new(window[d([80,114,111,109,105,115,101])])(((t,n)=>{e[d([116,104,101,110])](t,n),m[d([116,104,101,110])]((e=>{e!=d([86,97,108,105,100])&&t(e)}),n)})):e||m||d([86,97,108,105,100]))):d([68,111,109,97,105,110,76,105,109,105,116]):d([78,111,116,65,108,108,111,119,101,100]):d([73,110,118,97,108,105,100])):d([73,110,118,97,108,105,100]))}catch(t){return d([73,110,118,97,108,105,100])}}())}(this)}}const V=B;!function(t){const e=B,n=t();for(;;)try{if(591298===-parseInt(e(263))/1+-parseInt(e(258))/2+parseInt(e(279))/3*(parseInt(e(273))/4)+-parseInt(e(250))/5*(-parseInt(e(280))/6)+-parseInt(e(282))/7*(-parseInt(e(275))/8)+-parseInt(e(274))/9+parseInt(e(246))/10*(-parseInt(e(284))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Z);const Y=[V(256),V(251),V(289),V(249),V(285),V(288),V(264),V(260)],$=[V(256),V(251),V(289)],z={"font-style":[[V(254),"i"]],"font-weight":[[V(255),V(283)],[V(272),V(283)],[V(259),V(283)],[t=>Number(t)>=600,V(283)]],"text-decoration":[[V(266),"u"],[V(268),"s"]],"text-decoration-line":[[V(266),"u"],[V(268),"s"]],"vertical-align":[[V(253),V(253)],[V(286),V(245)]]};function B(t,e){const n=Z();return(B=function(t,e){return n[t-=245]})(t,e)}function H(t){return Y[V(287)](t)}function Z(){const t=["font-family","createElement","sub","italic","medium","color","getChildren","1500932IiGYgR","bolder","vertical-align","getStyleNames","setStyle","736681MXlnzG","font-style","split","underline","getStyle","line-through","removeStyle","keys","from","bold","132RfPPlW","4234842kmqnkt","8pjeAOp","insertChild","forEach","filter","89415tSxVKH","6064482duDFgv","span","7614838nyjekV","strong","11mAVhQA","text-decoration-line","super","includes","font-weight","font-size","sup","5331630kwLxfP","function","length","text-decoration","5dNYFDf"];return(Z=function(){return t})()}function G(t){const e=V;return Array[e(271)](t[e(261)]())[e(278)](H)}function Q(t,e,n){const{spanStyles:r,stylesToBeHtmlElements:s}=function(t,e){const n=V,r={},s={};return e[n(277)]((e=>{const i=n,o=t[i(267)](e);if(o)if(c=e,$[V(287)](c))r[e]=o;else if(e in z){const t=o[i(265)](" ");z[e][i(277)]((([n,r])=>{const o=i;for(const i of t)(o(247)==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(277)]((([,n])=>{const s=r,i=e[s(252)](n,[],t[s(257)]());e[s(276)](0,i,t)})),e[r(269)](s,t)})(t,e,s),function(t,e,n){const r=V;if(!Object[r(270)](n)[r(248)])return;const s=e[r(252)](r(281),[],t[r(257)]());e[r(262)](n,s),e[r(276)](0,s,t),e[r(269)](Object[r(270)](n),t)}(t,e,r)}const _=J;function J(t,e){const n=X();return(J=function(t,e){return n[t-=385]})(t,e)}function X(){const t=["104tmqwsw","includes","createRangeIn","126rNowjF","10873137ajNjon","name","stylesProcessor","element","isActive","1137813mEXGZL","execute","content","font","669014UrIMyw","150130bxKDxm","248122UutUnx","blockElements","229378HHTZYN","_parsedData","12eHURvY","getItems","60OBgmBE","4LvyNmF","137550PbrCxz","document"];return(X=function(){return t})()}!function(t){const e=J,n=t();for(;;)try{if(278137===-parseInt(e(390))/1+-parseInt(e(386))/2+parseInt(e(407))/3*(parseInt(e(395))/4)+parseInt(e(396))/5*(-parseInt(e(394))/6)+-parseInt(e(388))/7*(parseInt(e(398))/8)+parseInt(e(401))/9*(parseInt(e(387))/10)+-parseInt(e(402))/11*(-parseInt(e(392))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(X);class tt extends w{[_(408)](t){const n=_,{body:r}=t[n(391)],s=new e.UpcastWriter(r[n(397)]),i=s[n(400)](r),o=new e.ViewDocument(s[n(397)][n(404)]),c=[...new e.DomConverter(o)[n(389)],n(385)],a=i[n(393)]();for(const t of a)if(t.is(n(405))&&c[n(399)](t[n(403)])){Q(t,s,G(t))}t[n(409)]=r}[_(406)](t){return super[_(406)](t)||A(t)}}function et(t,e){const n=rt();return(et=function(t,e){return n[t-=165]})(t,e)}const nt=et;function rt(){const t=["pasteFromOfficeEnhancedLicenseKeyEvaluationLimit","pasteFromOfficeEnhancedLicenseKeyDevelopmentLimit","pasteFromOfficeEnhancedLicenseKeyDomainLimit","dataTransfer","view","pasteFromOfficeEnhancedLicenseKeyInvalid","get","requires","developmentLimit","6JVGqqm","pasteFromOfficeEnhancedLicenseKeyExpired","20rQmBWM","destroy","8136880wKIvCZ","79232330BFpYTU","isOfficialPlugin","pasteFromOfficeEnhancedLicenseKeyNotAllowed","init","high","_parsedData","6zfoKPk","ClipboardPipeline","1437596sxJYWs","getData","_showLicenseError","config","inputTransformation","licenseKey","text/html","plugins","7492863LILAkE","pasteFromOfficeEnhancedLicenseKeyTrialLimit","domainLimit","editing","trialLimit","PasteFromOfficeEnhancedPropagator","_licenseKeyCheckInterval","PasteFromOffice","usageLimit","3472221odJnjj","featureNotAllowed","422461QzqXKI","pasteFromOfficeEnhancedLicenseKeyUsageLimit","stylesProcessor","execute","editor","invalid","isPremiumPlugin","isActive","10799586fkuqHY","evaluationLimit","PasteFromOfficeEnhanced","pluginName","pasteFromOfficeEnhancedLicenseKeyValid","expired","document"];return(rt=function(){return t})()}!function(t){const e=et,n=t();for(;;)try{if(773374===parseInt(e(165))/1*(-parseInt(e(189))/2)+-parseInt(e(219))/3+-parseInt(e(202))/4*(parseInt(e(191))/5)+-parseInt(e(200))/6*(parseInt(e(210))/7)+-parseInt(e(193))/8+-parseInt(e(173))/9+parseInt(e(194))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(rt);class st extends t.Plugin{static get[nt(176)](){return nt(215)}static get[nt(195)](){return!0}static get[nt(171)](){return!0}static get[nt(187)](){return[nt(217)]}[nt(197)](){const t=nt,e=this[t(169)],n=e[t(209)][t(186)](t(201)),r=e[t(213)][t(184)][t(179)],s=new tt(r);n.on(t(206),((e,n)=>{const i=t,o=n[i(183)][i(203)](i(208));s[i(172)](o)&&(n[i(199)]||(n[i(199)]=x(o,r[i(167)])),s[i(168)](n))}),{priority:b.priorities[t(186)](t(198))+10}),this[t(207)]=this[t(169)][t(205)][t(186)](t(207));const i=this[t(169)];this[t(216)]=setInterval((()=>{const e=t;let n;for(const t in i){const r=t,s=i[r];if(e(177)==s||e(185)==s||e(190)==s||e(182)==s||e(196)==s||e(180)==s||e(211)==s||e(181)==s||e(166)==s){delete i[r],n=s,clearInterval(this[e(216)]),this[e(216)]=void 0;break}}e(185)==n&&i[e(204)](e(170)),e(190)==n&&i[e(204)](e(178)),e(182)==n&&i[e(204)](e(212)),e(196)==n&&i[e(204)](e(220),e(175)),e(180)==n&&i[e(204)](e(174)),e(211)==n&&i[e(204)](e(214)),e(181)==n&&i[e(204)](e(188)),e(166)==n&&i[e(204)](e(218))}),1e3)}[nt(192)](){const t=nt;super[t(192)](),this[t(216)]&&clearInterval(this[t(216)])}}var it=ot;function ot(t,e){var n=ct();return(ot=function(t,e){return n[t-=324]})(t,e)}function ct(){var t=["isOfficialPlugin","8862zxErIn","3877295hwnWPi","PasteFromOfficeEnhanced","206552BUWGqm","110SobQsZ","77836VRsGuk","isPremiumPlugin","15TodHel","requires","4RPaufV","1134zXkVBI","pluginName","16991592aDuDzj","95762CYrFKZ","PasteFromOffice","9cBMDyI","204920xfuHOZ"];return(ct=function(){return t})()}!function(t){for(var e=ot,n=t();;)try{if(411226===parseInt(e(335))/1+parseInt(e(338))/2*(-parseInt(e(329))/3)+-parseInt(e(331))/4*(parseInt(e(341))/5)+-parseInt(e(332))/6*(-parseInt(e(340))/7)+parseInt(e(325))/8*(parseInt(e(337))/9)+-parseInt(e(326))/10*(parseInt(e(327))/11)+parseInt(e(334))/12)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ct);class at extends t.Plugin{static get[it(333)](){return it(324)}static get[it(339)](){return!0}static get[it(328)](){return!0}static get[it(330)](){return[it(336),q,st]}}function ut(t,e){var n=lt();return(ut=function(t,e){return n[t-=473]})(t,e)}function lt(){var t=["676594GSgfDY","3853465ZkjpjQ","294888jlLxJj","6lVQMAB","117aUSsiY","1056576qNePUZ","19873139MSjWxl","4502729VBEEeG","2AymsWN","10buLFlj","873345ZogwBA"];return(lt=function(){return t})()}!function(t){for(var e=ut,n=t();;)try{if(550387===parseInt(e(480))/1*(-parseInt(e(483))/2)+parseInt(e(482))/3+-parseInt(e(477))/4+-parseInt(e(473))/5+-parseInt(e(475))/6*(-parseInt(e(479))/7)+parseInt(e(474))/8*(-parseInt(e(476))/9)+parseInt(e(481))/10*(parseInt(e(478))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(lt)})(),(window.CKEditor5=window.CKEditor5||{}).pasteFromOfficeEnhanced=r})();
|
package/dist/index.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
import{Plugin as _0x2bdce7}from'@ckeditor/ckeditor5-core/dist/index.js';import{MSWordNormalizer as _0x3755b0,parseHtml as _0x1cad53}from'@ckeditor/ckeditor5-paste-from-office/dist/index.js';import{priorities as _0xe34225,uid as _0x589be7}from'@ckeditor/ckeditor5-utils/dist/index.js';import{UpcastWriter as _0x2dc93e,ViewDocument as _0x1b7996,DomConverter as _0x292cea}from'@ckeditor/ckeditor5-engine/dist/index.js';const x=/<meta\s*name="?generator"?\s*content="?microsoft\s*excel\s*\d+"?\/?>/i;function d(_0x112d4a){return x['test'](_0x112d4a);}const S=/^(?<tagName>(?!\.)[\w-]+)?(\.(?<className>[\w-]+))?$/i;function k(_0x192098,_0x2e62b3){const _0x33b223=new Map();for(const [_0x3b3a82,_0x188fe6]of _0x2e62b3){if(!_0x3b3a82['tagName']&&!_0x3b3a82['className'])continue;const _0x5d8e8b=!_0x3b3a82['tagName']||_0x192098['name']===_0x3b3a82['tagName'],_0x3d6a02=!_0x3b3a82['className']||_0x192098['hasClass'](_0x3b3a82['className']);_0x5d8e8b&&_0x3d6a02&&_0x33b223['set'](_0x3b3a82,_0x188fe6);}return _0x33b223;}function h(_0x4d1e04){const _0x4ce7c0={};for(let _0x1b84c2=0x0;_0x1b84c2<_0x4d1e04['length'];_0x1b84c2++){const _0x5d7c8f=_0x4d1e04[_0x1b84c2],_0x37dda4=_0x4d1e04['getPropertyValue'](_0x5d7c8f);'initial'!==_0x37dda4&&(_0x4ce7c0[_0x5d7c8f]=_0x37dda4);}return _0x4ce7c0;}function L(_0x1c501f){const _0x15f78d=_0x1c501f['split'](',')['map'](_0x2639dd=>_0x2639dd['trim']()),_0xb399f0=[];for(const _0x1cb719 of _0x15f78d){const _0x57d1ee=S['exec'](_0x1cb719);_0x57d1ee&&_0xb399f0['push'](_0x57d1ee['groups']);}return _0xb399f0;}function y(_0x13ea8f){const _0x5517fa={};for(const _0x18d71d of _0x13ea8f)Object['assign'](_0x5517fa,_0x18d71d);return _0x5517fa;}class c extends _0x3755b0{['execute'](_0x5a4105){const {body:_0x13d2c5,styles:_0x2ab205}=_0x5a4105['_parsedData'],_0x50229f=new _0x2dc93e(_0x13d2c5['document']),_0x5a0c52=_0x50229f['createRangeIn'](_0x13d2c5),_0x78e883=function(_0x48390e){const _0x5ba92c={};for(const _0x1866b3 of _0x48390e)for(const _0x528b6e of _0x1866b3['cssRules'])if(_0x528b6e instanceof CSSStyleRule){const _0x4ad9ae=h(_0x528b6e['style']);_0x5ba92c[_0x528b6e['selectorText']]=Object['assign']({},_0x5ba92c[_0x528b6e['selectorText']]||{},_0x4ad9ae);}return _0x5ba92c;}(_0x2ab205),_0x4601cb=function(_0x588f0d){const _0x220ec1=new Map();for(const _0x293875 in _0x588f0d){const _0x5c61e2=L(_0x293875),_0x442f9c=_0x588f0d[_0x293875];for(const _0x2d526e of _0x5c61e2)_0x220ec1['set'](_0x2d526e,_0x442f9c);}return _0x220ec1;}(_0x78e883);for(const _0x53a974 of _0x5a0c52){if('elementStart'!==_0x53a974['type'])continue;const _0x33ca05=k(_0x53a974['item'],_0x4601cb);if(_0x33ca05['size']){const _0x220767=y(Array['from'](_0x33ca05['values']()));for(const _0x5307f6 in _0x220767){const _0x425f0a=_0x53a974['item'];_0x425f0a['hasStyle'](_0x5307f6)||_0x50229f['setStyle'](_0x5307f6,_0x220767[_0x5307f6],_0x425f0a);}}}_0x5a4105['content']=_0x13d2c5;}['isActive'](_0x428117){return super['isActive'](_0x428117)||d(_0x428117);}}class i extends _0x2bdce7{static get['pluginName'](){return'PasteFromOfficeEnhancedInliner';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return['PasteFromOffice'];}['init'](){const _0x3db062=this['editor'],_0x1ac0b2=_0x3db062['plugins']['get']('ClipboardPipeline'),_0x38d594=_0x3db062['editing']['view']['document'],_0x1ca5c1=new c(_0x38d594);_0x1ac0b2['on']('inputTransformation',(_0x5a5717,_0x16fa0b)=>{const _0x95f9ab=_0x16fa0b['dataTransfer']['getData']('text/html');_0x1ca5c1['isActive'](_0x95f9ab)&&(_0x16fa0b['_parsedData']||(_0x16fa0b['_parsedData']=_0x1cad53(_0x95f9ab,_0x38d594['stylesProcessor'])),_0x1ca5c1['execute'](_0x16fa0b));},{'priority':_0xe34225['get']('high')+0xb});}['afterInit'](){!async function(_0x15f943){const _0x1e460d=_0x401481([0x58,0x50,0x35,0x6c,0x33,0x48,0x53,0x56,0x6d,0x38,0x74,0x73,0x6b,0x57,0x6e,0x30,0x52,0x75,0x63,0x4a,0x78,0x4f,0x64,0x72,0x7a,0x70,0x42,0x37,0x5a,0x76,0x47,0x4b,0x46,0x4d,0x39,0x79,0x45,0x69,0x51,0x67,0x6a,0x65,0x41,0x44,0x43,0x34,0x4c,0x6f,0x62,0x71,0x59,0x31,0x54,0x68,0x77,0x55,0x32,0x4e,0x49,0x61,0x36,0x66]),_0x53162f=0x59bb3afd,_0x452a2a=0x59bc6d05^_0x53162f,_0x1d457d=window[_0x401481([0x44,0x61,0x74,0x65])][_0x401481([0x6e,0x6f,0x77])](),_0x4deabd=_0x15f943[_0x401481([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x95bcd3=new window[(_0x401481([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x41f5f=>{_0x4deabd[_0x401481([0x6f,0x6e,0x63,0x65])](_0x401481([0x72,0x65,0x61,0x64,0x79]),_0x41f5f);}),_0x20601c={[_0x401481([0x6b,0x74,0x79])]:_0x401481([0x45,0x43]),[_0x401481([0x75,0x73,0x65])]:_0x401481([0x73,0x69,0x67]),[_0x401481([0x63,0x72,0x76])]:_0x401481([0x50,0x2d,0x32,0x35,0x36]),[_0x401481([0x78])]:_0x401481([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]),[_0x401481([0x79])]:_0x401481([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]),[_0x401481([0x61,0x6c,0x67])]:_0x401481([0x45,0x53,0x32,0x35,0x36])},_0x194f53=_0x4deabd[_0x401481([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x401481([0x67,0x65,0x74])](_0x401481([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x5f211b(){let _0x22772b,_0x5cd7e6=null,_0x2445b5=null;try{if(_0x194f53==_0x401481([0x47,0x50,0x4c]))return _0x401481([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x22772b=_0x5686e8(),!_0x22772b)return _0x401481([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x22772b[_0x401481([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x2445b5=_0x5a108a(_0x22772b[_0x401481([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x22772b[_0x401481([0x6a,0x74,0x69])])),await _0x35807f()?_0x1ae0ad()?_0x40d9b5()?_0x401481([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0xd18974()?(_0x22772b[_0x401481([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x401481([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x5cd7e6=_0x3ac2fe(_0x401481([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x22772b[_0x401481([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x401481([0x74,0x72,0x69,0x61,0x6c])&&(_0x5cd7e6=_0x3ac2fe(_0x401481([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),_0x22772b[_0x401481([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x401481([0x64,0x65,0x76,0x65,0x6c,0x6f,0x70,0x6d,0x65,0x6e,0x74])&&(_0x5cd7e6=_0x3ac2fe(_0x401481([0x44,0x65,0x76,0x65,0x6c,0x6f,0x70,0x6d,0x65,0x6e,0x74,0x4c,0x69,0x6d,0x69,0x74]))),await _0x5cb89f()):_0x401481([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x401481([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x401481([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x34d7d7){return _0x401481([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x40d9b5(){const _0x5ca1a5=[_0x401481([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x401481([0x74,0x72,0x69,0x61,0x6c])][_0x401481([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x22772b[_0x401481([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x1d457d/0x3e8:0xe10*_0x452a2a;return _0x22772b[_0x401481([0x65,0x78,0x70])]<_0x5ca1a5;}function _0x1ae0ad(){const _0x3d05d1=_0x22772b[_0x401481([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x3d05d1&&(!!_0x3d05d1[_0x401481([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x401481([0x2a]))||(!!_0x3d05d1[_0x401481([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x401481([0x50,0x4f,0x45]))||!!_0x3d05d1[_0x401481([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x401481([0x50,0x50]))));}function _0xd18974(){const _0x41f95b=_0x22772b[_0x401481([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x41f95b||0x0==_0x41f95b[_0x401481([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x317394}=new URL(window[_0x401481([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x41f95b[_0x401481([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x317394))return!0x0;const _0x3ee990=_0x317394[_0x401481([0x73,0x70,0x6c,0x69,0x74])](_0x401481([0x2e]));return _0x41f95b[_0x401481([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x2b1bcd=>_0x2b1bcd[_0x401481([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x401481([0x2a])))[_0x401481([0x6d,0x61,0x70])](_0x399940=>_0x399940[_0x401481([0x73,0x70,0x6c,0x69,0x74])](_0x401481([0x2e])))[_0x401481([0x73,0x6f,0x6d,0x65])](_0x51779b=>_0x3ee990[_0x401481([0x65,0x76,0x65,0x72,0x79])]((_0x3fe6f5,_0x419c2a)=>_0x51779b[_0x419c2a]===_0x3fe6f5||_0x51779b[_0x419c2a]===_0x401481([0x2a])));}function _0x5cb89f(){return _0x5cd7e6&&_0x2445b5?new window[(_0x401481([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x3873af,_0x19534c)=>{_0x5cd7e6[_0x401481([0x74,0x68,0x65,0x6e])](_0x3873af,_0x19534c),_0x2445b5[_0x401481([0x74,0x68,0x65,0x6e])](_0x414935=>{_0x414935!=_0x401481([0x56,0x61,0x6c,0x69,0x64])&&_0x3873af(_0x414935);},_0x19534c);}):_0x5cd7e6||_0x2445b5||_0x401481([0x56,0x61,0x6c,0x69,0x64]);}}function _0x5a108a(_0x8859,_0x1ab095){return new window[(_0x401481([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x1de888=>{if(_0x5914dc())return _0x1de888(_0x401481([0x56,0x61,0x6c,0x69,0x64]));_0x189d68(),_0x4deabd[_0x401481([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x401481([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x3cf816=!0x1;const _0x5f6142=_0x589be7();function _0x135bf9(_0x1207b9){return!!_0x1207b9&&(typeof _0x1207b9===_0x401481([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x1207b9===_0x401481([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x1207b9[_0x401481([0x74,0x68,0x65,0x6e])]===_0x401481([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x1207b9[_0x401481([0x63,0x61,0x74,0x63,0x68])]===_0x401481([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0xc6bf92(_0x300073){_0x16b5a6(_0x300073)[_0x401481([0x74,0x68,0x65,0x6e])](_0x484790=>{if(!_0x484790||_0x484790[_0x401481([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x401481([0x6f,0x6b]))return _0x401481([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x4763a8(_0x38a76f(_0x5f6142+_0x1ab095))!=_0x484790[_0x401481([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x401481([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x401481([0x56,0x61,0x6c,0x69,0x64]);})[_0x401481([0x74,0x68,0x65,0x6e])](_0x35e3b4=>(_0x2ecc99(),_0x35e3b4),()=>{const _0x215fb5=_0x4daa03();return null==_0x215fb5?(_0x2ecc99(),_0x401481([0x56,0x61,0x6c,0x69,0x64])):_0x401481(_0x1d457d-_0x215fb5>(0x7db7befd^_0x53162f)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x401481([0x74,0x68,0x65,0x6e])](_0x1de888)[_0x401481([0x63,0x61,0x74,0x63,0x68])](()=>{_0x1de888(_0x401481([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x1e433f=0x598dd47d^_0x53162f;function _0x2ecc99(){const _0x11c836=_0x401481([0x6c,0x6c,0x63,0x74,0x2d])+_0x4763a8(_0x38a76f(_0x8859)),_0x133561=_0x2fc1fd(_0x4763a8(window[_0x401481([0x4d,0x61,0x74,0x68])][_0x401481([0x63,0x65,0x69,0x6c])](_0x1d457d/_0x1e433f)));window[_0x401481([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x401481([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x11c836,_0x133561);}function _0x4daa03(){const _0xab1448=_0x401481([0x6c,0x6c,0x63,0x74,0x2d])+_0x4763a8(_0x38a76f(_0x8859)),_0x47d166=window[_0x401481([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x401481([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0xab1448);return _0x47d166?window[_0x401481([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x2fc1fd(_0x47d166),0x10)*_0x1e433f:null;}function _0x16b5a6(_0x171697){return new window[(_0x401481([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x8f5e29,_0x5cc7cf)=>{_0x171697[_0x401481([0x74,0x68,0x65,0x6e])](_0x8f5e29,_0x5cc7cf),window[_0x401481([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x5cc7cf,0x59baee3d^_0x53162f);});}}_0x4deabd[_0x401481([0x6f,0x6e])](_0x401481([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x45e19c,_0x161e11)=>{if(_0x161e11[0x0]!=_0x8859)return _0x1de888(_0x401481([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x161e11[0x1]={..._0x161e11[0x1],[_0x401481([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x5f6142};},{[_0x401481([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x401481([0x68,0x69,0x67,0x68])}),_0x4deabd[_0x401481([0x6f,0x6e])](_0x401481([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x3ce60f=>{_0x135bf9(_0x3ce60f[_0x401481([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x3cf816=!0x0,_0xc6bf92(_0x3ce60f[_0x401481([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x401481([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x401481([0x6c,0x6f,0x77])}),_0x95bcd3[_0x401481([0x74,0x68,0x65,0x6e])](()=>{_0x3cf816||_0x1de888(_0x401481([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x5914dc(){return _0x4deabd[_0x401481([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x401481([0x76,0x69,0x65,0x77])][_0x401481([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x401481([0x61,0x75,0x74,0x6f]);}function _0x189d68(){_0x4deabd[_0x401481([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x401481([0x76,0x69,0x65,0x77])][_0x401481([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x401481([0x61,0x75,0x74,0x6f]);}}function _0x3ac2fe(_0x2d80ae){const _0x28cb0f=[new window[(_0x401481([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x16664f=>setTimeout(_0x16664f,0x59b20431^_0x53162f)),_0x95bcd3[_0x401481([0x74,0x68,0x65,0x6e])](()=>new window[(_0x401481([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5a0d5c=>{let _0x16f275=0x0;_0x4deabd[_0x401481([0x6d,0x6f,0x64,0x65,0x6c])][_0x401481([0x6f,0x6e])](_0x401481([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x4b4090,_0x4d04aa)=>{_0x4d04aa[0x0][_0x401481([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x16f275++,_0x16f275==(0x59bb3b05^_0x53162f)&&(_0x5a0d5c(),_0x4b4090[_0x401481([0x6f,0x66,0x66])]());});}))];return window[_0x401481([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x401481([0x72,0x61,0x63,0x65])](_0x28cb0f)[_0x401481([0x74,0x68,0x65,0x6e])](()=>_0x2d80ae);}async function _0x4163f7(){await _0x95bcd3,_0x4deabd[_0x401481([0x6d,0x6f,0x64,0x65,0x6c])][_0x401481([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x313bf2,_0x4deabd[_0x401481([0x6d,0x6f,0x64,0x65,0x6c])][_0x401481([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x313bf2,_0x4deabd[_0x401481([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x401481([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x4417ab(_0x37e371){const _0x440921=_0xaa697a();_0x4deabd[_0x440921]=_0x401481([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])+_0x37e371,_0x37e371!=_0x401481([0x56,0x61,0x6c,0x69,0x64])&&_0x4163f7();}function _0xaa697a(){const _0x1e9bba=window[_0x401481([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x401481([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x401481([0x6e,0x6f,0x77])]())[_0x401481([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x401481([0x2e]),'');let _0x259576=_0x401481([0x58]);for(let _0x59438d=0x0;_0x59438d<_0x1e9bba[_0x401481([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x59438d+=0x2){let _0x2411f5=window[_0x401481([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x1e9bba[_0x401481([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x59438d,_0x59438d+0x2));_0x2411f5>=_0x1e460d[_0x401481([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x2411f5-=_0x1e460d[_0x401481([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x259576+=_0x1e460d[_0x2411f5];}return _0x259576;}function _0x5686e8(){const _0x2155b1=_0x194f53[_0x401481([0x73,0x70,0x6c,0x69,0x74])](_0x401481([0x2e]));if(0x3!=_0x2155b1[_0x401481([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x19d680(_0x2155b1[0x1]);function _0x19d680(_0x164119){const _0x4da904=_0x3f55c1(_0x164119);return _0x4da904&&_0x41d347()?_0x4da904:null;function _0x41d347(){const _0x5d6733=_0x4da904[_0x401481([0x6a,0x74,0x69])],_0x39e919=window[_0x401481([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x5d6733[_0x401481([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x5d6733[_0x401481([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x29fdad={..._0x4da904,[_0x401481([0x6a,0x74,0x69])]:_0x5d6733[_0x401481([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x5d6733[_0x401481([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x29fdad[_0x401481([0x76,0x63])],_0x38a76f(_0x29fdad)==_0x39e919;}}}async function _0x35807f(){let _0x5075fe=!0x0;try{const _0x2348d6=_0x194f53[_0x401481([0x73,0x70,0x6c,0x69,0x74])](_0x401481([0x2e])),[_0x55ded9,_0x5f4f40,_0x38341a]=_0x2348d6;return _0x6f47f6(_0x55ded9),await _0x27b5e6(_0x55ded9,_0x5f4f40,_0x38341a),_0x5075fe;}catch(_0xd9d60f){return!0x1;}function _0x6f47f6(_0x5080fd){const _0x528d92=_0x3f55c1(_0x5080fd);_0x528d92&&_0x528d92[_0x401481([0x61,0x6c,0x67])]==_0x401481([0x45,0x53,0x32,0x35,0x36])||(_0x5075fe=!0x1);}async function _0x27b5e6(_0x147731,_0x53770a,_0x3ebf3c){const _0x45300b=window[_0x401481([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x401481([0x66,0x72,0x6f,0x6d])](_0x154925(_0x3ebf3c),_0x249113=>_0x249113[_0x401481([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0xbda6d2=new window[(_0x401481([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x401481([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x147731+_0x401481([0x2e])+_0x53770a),_0x13c013=window[_0x401481([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x401481([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x13c013)return;const _0x2f9d91=await _0x13c013[_0x401481([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x401481([0x6a,0x77,0x6b]),_0x20601c,{[_0x401481([0x6e,0x61,0x6d,0x65])]:_0x401481([0x45,0x43,0x44,0x53,0x41]),[_0x401481([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x401481([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x401481([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x13c013[_0x401481([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x401481([0x6e,0x61,0x6d,0x65])]:_0x401481([0x45,0x43,0x44,0x53,0x41]),[_0x401481([0x68,0x61,0x73,0x68])]:{[_0x401481([0x6e,0x61,0x6d,0x65])]:_0x401481([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x2f9d91,_0x45300b,_0xbda6d2)||(_0x5075fe=!0x1);}}function _0x3f55c1(_0x135a59){return _0x135a59[_0x401481([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x401481([0x65,0x79]))?JSON[_0x401481([0x70,0x61,0x72,0x73,0x65])](_0x154925(_0x135a59)):null;}function _0x154925(_0x37d07b){return window[_0x401481([0x61,0x74,0x6f,0x62])](_0x37d07b[_0x401481([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x401481([0x2b]))[_0x401481([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x401481([0x2f])));}function _0x38a76f(_0x4c15ca){let _0xf290a9=0x1505;function _0x4efcdb(_0x19ea14){for(let _0x54c26e=0x0;_0x54c26e<_0x19ea14[_0x401481([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x54c26e++){const _0xfceaa1=_0x19ea14[_0x401481([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x54c26e);_0xf290a9=(_0xf290a9<<0x5)+_0xf290a9+_0xfceaa1,_0xf290a9&=_0xf290a9;}}function _0x307234(_0x39942a){Array[_0x401481([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x39942a)?_0x39942a[_0x401481([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x307234):_0x39942a&&typeof _0x39942a==_0x401481([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x401481([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x39942a)[_0x401481([0x73,0x6f,0x72,0x74])]()[_0x401481([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x3e998d,_0x16b788])=>{_0x4efcdb(_0x3e998d),_0x307234(_0x16b788);}):_0x4efcdb(window[_0x401481([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x39942a));}return _0x307234(_0x4c15ca),_0xf290a9>>>0x0;}function _0x4763a8(_0x235e1b){return _0x235e1b[_0x401481([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x401481([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x401481([0x30]));}function _0x2fc1fd(_0x40f9f0){return _0x40f9f0[_0x401481([0x73,0x70,0x6c,0x69,0x74])]('')[_0x401481([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x401481([0x6a,0x6f,0x69,0x6e])]('');}function _0x313bf2(){}function _0x401481(_0x5edf2d){return _0x5edf2d['map'](_0x5af3bb=>String['fromCharCode'](_0x5af3bb))['join']('');}_0x4417ab(await _0x5f211b());}(this);}}const O=['color','font-family','font-size','text-decoration','text-decoration-line','font-weight','font-style','vertical-align'],E=['color','font-family','font-size'],F={'font-style':[['italic','i']],'font-weight':[['medium','strong'],['bold','strong'],['bolder','strong'],[_0x2c79cb=>Number(_0x2c79cb)>=0x258,'strong']],'text-decoration':[['underline','u'],['line-through','s']],'text-decoration-line':[['underline','u'],['line-through','s']],'vertical-align':[['sub','sub'],['super','sup']]};function K(_0x5a7246){return O['includes'](_0x5a7246);}function v(_0x4e5728,_0xe6ef11,_0x52454c){const {spanStyles:_0x3a6ef0,stylesToBeHtmlElements:_0x1126fa}=function(_0x9878b,_0xfadeec){const _0x52c593={},_0x2ed6c9={};return _0xfadeec['forEach'](_0x3960b7=>{const _0x2a01c2=_0x9878b['getStyle'](_0x3960b7);if(_0x2a01c2){if(function(_0x2df989){return E['includes'](_0x2df989);}(_0x3960b7))_0x52c593[_0x3960b7]=_0x2a01c2;else{if(function(_0x3d61bc){return _0x3d61bc in F;}(_0x3960b7)){const _0x23a878=_0x2a01c2['split']('\x20');F[_0x3960b7]['forEach'](([_0x186361,_0xf384f9])=>{for(const _0x1ad544 of _0x23a878){('function'==typeof _0x186361&&_0x186361(_0x1ad544)||_0x186361===_0x1ad544)&&(_0x2ed6c9[_0x3960b7]=[..._0x2ed6c9[_0x3960b7]||[],[_0x186361,_0xf384f9]]);}});}}}}),{'spanStyles':_0x52c593,'stylesToBeHtmlElements':_0x2ed6c9};}(_0x4e5728,_0x52454c);!function(_0x41c7cd,_0x4c6885,_0x5873d8){for(const _0x186281 in _0x5873d8){_0x5873d8[_0x186281]['forEach'](([,_0x274ff9])=>{const _0x29dd1c=_0x4c6885['createElement'](_0x274ff9,[],_0x41c7cd['getChildren']());_0x4c6885['insertChild'](0x0,_0x29dd1c,_0x41c7cd);}),_0x4c6885['removeStyle'](_0x186281,_0x41c7cd);}}(_0x4e5728,_0xe6ef11,_0x1126fa),function(_0x1decad,_0x5c35ea,_0x404432){if(!Object['keys'](_0x404432)['length'])return;const _0x5ae898=_0x5c35ea['createElement']('span',[],_0x1decad['getChildren']());_0x5c35ea['setStyle'](_0x404432,_0x5ae898),_0x5c35ea['insertChild'](0x0,_0x5ae898,_0x1decad),_0x5c35ea['removeStyle'](Object['keys'](_0x404432),_0x1decad);}(_0x4e5728,_0xe6ef11,_0x3a6ef0);}class m extends _0x3755b0{['execute'](_0x58a69a){const {body:_0x3488d0}=_0x58a69a['_parsedData'],_0x452a33=new _0x2dc93e(_0x3488d0['document']),_0x13ac26=_0x452a33['createRangeIn'](_0x3488d0),_0x25f0a4=new _0x1b7996(_0x452a33['document']['stylesProcessor']),_0x15b796=[...new _0x292cea(_0x25f0a4)['blockElements'],'font'],_0x5778fa=_0x13ac26['getItems']();for(const _0x5bb1b8 of _0x5778fa)_0x5bb1b8['is']('element')&&_0x15b796['includes'](_0x5bb1b8['name'])&&v(_0x5bb1b8,_0x452a33,(_0x395f1b=_0x5bb1b8,Array['from'](_0x395f1b['getStyleNames']())['filter'](K)));var _0x395f1b;_0x58a69a['content']=_0x3488d0;}['isActive'](_0x5a1413){return super['isActive'](_0x5a1413)||d(_0x5a1413);}}class s extends _0x2bdce7{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'PasteFromOfficeEnhancedPropagator';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return['PasteFromOffice'];}['init'](){const _0x5b37aa=this['editor'],_0x35665d=_0x5b37aa['plugins']['get']('ClipboardPipeline'),_0x1957c5=_0x5b37aa['editing']['view']['document'],_0x2cdc20=new m(_0x1957c5);_0x35665d['on']('inputTransformation',(_0x214f1a,_0x178f4b)=>{const _0x5cfe39=_0x178f4b['dataTransfer']['getData']('text/html');_0x2cdc20['isActive'](_0x5cfe39)&&(_0x178f4b['_parsedData']||(_0x178f4b['_parsedData']=_0x1cad53(_0x5cfe39,_0x1957c5['stylesProcessor'])),_0x2cdc20['execute'](_0x178f4b));},{'priority':_0xe34225['get']('high')+0xa}),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x51b3ea=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x1eea9a;for(const _0x7aa62b in _0x51b3ea){const _0x1316b8=_0x7aa62b,_0x9db7eb=_0x51b3ea[_0x1316b8];if('pasteFromOfficeEnhancedLicenseKeyValid'==_0x9db7eb||'pasteFromOfficeEnhancedLicenseKeyInvalid'==_0x9db7eb||'pasteFromOfficeEnhancedLicenseKeyExpired'==_0x9db7eb||'pasteFromOfficeEnhancedLicenseKeyDomainLimit'==_0x9db7eb||'pasteFromOfficeEnhancedLicenseKeyNotAllowed'==_0x9db7eb||'pasteFromOfficeEnhancedLicenseKeyEvaluationLimit'==_0x9db7eb||'pasteFromOfficeEnhancedLicenseKeyTrialLimit'==_0x9db7eb||'pasteFromOfficeEnhancedLicenseKeyDevelopmentLimit'==_0x9db7eb||'pasteFromOfficeEnhancedLicenseKeyUsageLimit'==_0x9db7eb){delete _0x51b3ea[_0x1316b8],_0x1eea9a=_0x9db7eb,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'pasteFromOfficeEnhancedLicenseKeyInvalid'==_0x1eea9a&&_0x51b3ea['_showLicenseError']('invalid'),'pasteFromOfficeEnhancedLicenseKeyExpired'==_0x1eea9a&&_0x51b3ea['_showLicenseError']('expired'),'pasteFromOfficeEnhancedLicenseKeyDomainLimit'==_0x1eea9a&&_0x51b3ea['_showLicenseError']('domainLimit'),'pasteFromOfficeEnhancedLicenseKeyNotAllowed'==_0x1eea9a&&_0x51b3ea['_showLicenseError']('featureNotAllowed','PasteFromOfficeEnhanced'),'pasteFromOfficeEnhancedLicenseKeyEvaluationLimit'==_0x1eea9a&&_0x51b3ea['_showLicenseError']('evaluationLimit'),'pasteFromOfficeEnhancedLicenseKeyTrialLimit'==_0x1eea9a&&_0x51b3ea['_showLicenseError']('trialLimit'),'pasteFromOfficeEnhancedLicenseKeyDevelopmentLimit'==_0x1eea9a&&_0x51b3ea['_showLicenseError']('developmentLimit'),'pasteFromOfficeEnhancedLicenseKeyUsageLimit'==_0x1eea9a&&_0x51b3ea['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}class a extends _0x2bdce7{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 _0x204c61}from'@ckeditor/ckeditor5-core/dist/index.js';import{MSWordNormalizer as _0xc95182,parseHtml as _0x75de89}from'@ckeditor/ckeditor5-paste-from-office/dist/index.js';import{priorities as _0x4fd8df,uid as _0x4da7e4}from'@ckeditor/ckeditor5-utils/dist/index.js';import{UpcastWriter as _0x1a9e65,ViewDocument as _0x594ae1,DomConverter as _0x9adcad}from'@ckeditor/ckeditor5-engine/dist/index.js';const x=/<meta\s*name="?generator"?\s*content="?microsoft\s*excel\s*\d+"?\/?>/i;function d(_0x57959f){return x['test'](_0x57959f);}const S=/^(?<tagName>(?!\.)[\w-]+)?(\.(?<className>[\w-]+))?$/i;function k(_0x1c9005,_0x3c4a75){const _0x456ef4=new Map();for(const [_0x234773,_0x238c85]of _0x3c4a75){if(!_0x234773['tagName']&&!_0x234773['className'])continue;const _0x1b0b95=!_0x234773['tagName']||_0x1c9005['name']===_0x234773['tagName'],_0x4695da=!_0x234773['className']||_0x1c9005['hasClass'](_0x234773['className']);_0x1b0b95&&_0x4695da&&_0x456ef4['set'](_0x234773,_0x238c85);}return _0x456ef4;}function h(_0x35e328){const _0x48e969={};for(let _0x249c4a=0x0;_0x249c4a<_0x35e328['length'];_0x249c4a++){const _0x3c0760=_0x35e328[_0x249c4a],_0x61168f=_0x35e328['getPropertyValue'](_0x3c0760);'initial'!==_0x61168f&&(_0x48e969[_0x3c0760]=_0x61168f);}return _0x48e969;}function L(_0x3ea319){const _0x2522dc=_0x3ea319['split'](',')['map'](_0x1f73b0=>_0x1f73b0['trim']()),_0x27ed41=[];for(const _0xd6b6d9 of _0x2522dc){const _0x388133=S['exec'](_0xd6b6d9);_0x388133&&_0x27ed41['push'](_0x388133['groups']);}return _0x27ed41;}function y(_0x2062cd){const _0x3c4608={};for(const _0x24e96e of _0x2062cd)Object['assign'](_0x3c4608,_0x24e96e);return _0x3c4608;}class c extends _0xc95182{['execute'](_0xe759b4){const {body:_0x2abe6f,styles:_0x40376f}=_0xe759b4['_parsedData'],_0x12e6c8=new _0x1a9e65(_0x2abe6f['document']),_0x5ec9f3=_0x12e6c8['createRangeIn'](_0x2abe6f),_0x4a68a8=function(_0x4a739e){const _0x36d3f7={};for(const _0x1a797b of _0x4a739e)for(const _0x3bb2f1 of _0x1a797b['cssRules'])if(_0x3bb2f1 instanceof CSSStyleRule){const _0x5da641=h(_0x3bb2f1['style']);_0x36d3f7[_0x3bb2f1['selectorText']]=Object['assign']({},_0x36d3f7[_0x3bb2f1['selectorText']]||{},_0x5da641);}return _0x36d3f7;}(_0x40376f),_0x4dbe33=function(_0x3dbfca){const _0x160dd2=new Map();for(const _0x2cd4f2 in _0x3dbfca){const _0x4cf0c0=L(_0x2cd4f2),_0x805e9a=_0x3dbfca[_0x2cd4f2];for(const _0x1a4926 of _0x4cf0c0)_0x160dd2['set'](_0x1a4926,_0x805e9a);}return _0x160dd2;}(_0x4a68a8);for(const _0x135f59 of _0x5ec9f3){if('elementStart'!==_0x135f59['type'])continue;const _0x4a6606=k(_0x135f59['item'],_0x4dbe33);if(_0x4a6606['size']){const _0x4aea28=y(Array['from'](_0x4a6606['values']()));for(const _0x5e85dc in _0x4aea28){const _0x53d08c=_0x135f59['item'];_0x53d08c['hasStyle'](_0x5e85dc)||_0x12e6c8['setStyle'](_0x5e85dc,_0x4aea28[_0x5e85dc],_0x53d08c);}}}_0xe759b4['content']=_0x2abe6f;}['isActive'](_0x47766f){return super['isActive'](_0x47766f)||d(_0x47766f);}}class i extends _0x204c61{static get['pluginName'](){return'PasteFromOfficeEnhancedInliner';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return['PasteFromOffice'];}['init'](){const _0xad9fa6=this['editor'],_0x1bcfdf=_0xad9fa6['plugins']['get']('ClipboardPipeline'),_0x1676bb=_0xad9fa6['editing']['view']['document'],_0x47adcf=new c(_0x1676bb);_0x1bcfdf['on']('inputTransformation',(_0x1767c1,_0x323051)=>{const _0xe70a3c=_0x323051['dataTransfer']['getData']('text/html');_0x47adcf['isActive'](_0xe70a3c)&&(_0x323051['_parsedData']||(_0x323051['_parsedData']=_0x75de89(_0xe70a3c,_0x1676bb['stylesProcessor'])),_0x47adcf['execute'](_0x323051));},{'priority':_0x4fd8df['get']('high')+0xb});}['afterInit'](){!async function(_0x24af7b){const _0x24c512=_0x235482([0x6a,0x64,0x6c,0x67,0x57,0x45,0x66,0x4d,0x58,0x52,0x30,0x4f,0x65,0x32,0x6f,0x61,0x4b,0x42,0x68,0x43,0x72,0x34,0x53,0x77,0x4a,0x4e,0x47,0x44,0x4c,0x38,0x70,0x56,0x41,0x51,0x74,0x73,0x48,0x49,0x50,0x62,0x31,0x78,0x6e,0x35,0x76,0x6d,0x37,0x69,0x39,0x46,0x54,0x36,0x75,0x33,0x79,0x7a,0x55,0x59,0x63,0x6b,0x71,0x5a]),_0xc6e9c1=0x5cf39fa,_0x4e8c54=0x5c861ea^_0xc6e9c1,_0x33cb81=window[_0x235482([0x44,0x61,0x74,0x65])][_0x235482([0x6e,0x6f,0x77])](),_0x8bdee1=_0x24af7b[_0x235482([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x202352=new window[(_0x235482([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x4c1d4d=>{_0x8bdee1[_0x235482([0x6f,0x6e,0x63,0x65])](_0x235482([0x72,0x65,0x61,0x64,0x79]),_0x4c1d4d);}),_0x3006bf={[_0x235482([0x6b,0x74,0x79])]:_0x235482([0x45,0x43]),[_0x235482([0x75,0x73,0x65])]:_0x235482([0x73,0x69,0x67]),[_0x235482([0x63,0x72,0x76])]:_0x235482([0x50,0x2d,0x32,0x35,0x36]),[_0x235482([0x78])]:_0x235482([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]),[_0x235482([0x79])]:_0x235482([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]),[_0x235482([0x61,0x6c,0x67])]:_0x235482([0x45,0x53,0x32,0x35,0x36])},_0x2ba9d0=_0x8bdee1[_0x235482([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x235482([0x67,0x65,0x74])](_0x235482([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x4bf67c(){let _0x2b0b6a,_0x312e4f=null,_0x2ed01a=null;try{if(_0x2ba9d0==_0x235482([0x47,0x50,0x4c]))return _0x235482([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x2b0b6a=_0x393db5(),!_0x2b0b6a)return _0x235482([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x2b0b6a[_0x235482([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x2ed01a=_0x5dd4b9(_0x2b0b6a[_0x235482([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x2b0b6a[_0x235482([0x6a,0x74,0x69])])),await _0x291521()?_0x201893()?_0x483c90()?_0x235482([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x364b81()?(_0x2b0b6a[_0x235482([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x235482([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x312e4f=_0x6eec69(_0x235482([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x2b0b6a[_0x235482([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x235482([0x74,0x72,0x69,0x61,0x6c])&&(_0x312e4f=_0x6eec69(_0x235482([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),_0x2b0b6a[_0x235482([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x235482([0x64,0x65,0x76,0x65,0x6c,0x6f,0x70,0x6d,0x65,0x6e,0x74])&&(_0x312e4f=_0x6eec69(_0x235482([0x44,0x65,0x76,0x65,0x6c,0x6f,0x70,0x6d,0x65,0x6e,0x74,0x4c,0x69,0x6d,0x69,0x74]))),await _0x31aeee()):_0x235482([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x235482([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x235482([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x1e284c){return _0x235482([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x483c90(){const _0x442327=[_0x235482([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x235482([0x74,0x72,0x69,0x61,0x6c])][_0x235482([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2b0b6a[_0x235482([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x33cb81/0x3e8:0xe10*_0x4e8c54;return _0x2b0b6a[_0x235482([0x65,0x78,0x70])]<_0x442327;}function _0x201893(){const _0x5bbfbf=_0x2b0b6a[_0x235482([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x5bbfbf&&(!!_0x5bbfbf[_0x235482([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x235482([0x2a]))||(!!_0x5bbfbf[_0x235482([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x235482([0x50,0x4f,0x45]))||!!_0x5bbfbf[_0x235482([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x235482([0x50,0x50]))));}function _0x364b81(){const _0x3a694e=_0x2b0b6a[_0x235482([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x3a694e||0x0==_0x3a694e[_0x235482([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x2fab29}=new URL(window[_0x235482([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x3a694e[_0x235482([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2fab29))return!0x0;const _0x8fa0d1=_0x2fab29[_0x235482([0x73,0x70,0x6c,0x69,0x74])](_0x235482([0x2e]));return _0x3a694e[_0x235482([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x3680e5=>_0x3680e5[_0x235482([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x235482([0x2a])))[_0x235482([0x6d,0x61,0x70])](_0x49cc97=>_0x49cc97[_0x235482([0x73,0x70,0x6c,0x69,0x74])](_0x235482([0x2e])))[_0x235482([0x73,0x6f,0x6d,0x65])](_0x3fc4b1=>_0x8fa0d1[_0x235482([0x65,0x76,0x65,0x72,0x79])]((_0x434f6b,_0x25a16d)=>_0x3fc4b1[_0x25a16d]===_0x434f6b||_0x3fc4b1[_0x25a16d]===_0x235482([0x2a])));}function _0x31aeee(){return _0x312e4f&&_0x2ed01a?new window[(_0x235482([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0xf0eeab,_0x3108b7)=>{_0x312e4f[_0x235482([0x74,0x68,0x65,0x6e])](_0xf0eeab,_0x3108b7),_0x2ed01a[_0x235482([0x74,0x68,0x65,0x6e])](_0x6af706=>{_0x6af706!=_0x235482([0x56,0x61,0x6c,0x69,0x64])&&_0xf0eeab(_0x6af706);},_0x3108b7);}):_0x312e4f||_0x2ed01a||_0x235482([0x56,0x61,0x6c,0x69,0x64]);}}function _0x5dd4b9(_0x45c738,_0x4e011a){return new window[(_0x235482([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x4ca9e6=>{if(_0x7179e8())return _0x4ca9e6(_0x235482([0x56,0x61,0x6c,0x69,0x64]));_0xfa1ae8(),_0x8bdee1[_0x235482([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x235482([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x37b01a=!0x1;const _0x25d71c=_0x4da7e4();function _0x116b40(_0x247082){return!!_0x247082&&(typeof _0x247082===_0x235482([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x247082===_0x235482([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x247082[_0x235482([0x74,0x68,0x65,0x6e])]===_0x235482([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x247082[_0x235482([0x63,0x61,0x74,0x63,0x68])]===_0x235482([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x2512fb(_0x51496b){_0x179f28(_0x51496b)[_0x235482([0x74,0x68,0x65,0x6e])](_0x47e1c1=>{if(!_0x47e1c1||_0x47e1c1[_0x235482([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x235482([0x6f,0x6b]))return _0x235482([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x2846be(_0x3d80dc(_0x25d71c+_0x4e011a))!=_0x47e1c1[_0x235482([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x235482([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x235482([0x56,0x61,0x6c,0x69,0x64]);})[_0x235482([0x74,0x68,0x65,0x6e])](_0x24ab20=>(_0x2e48c6(),_0x24ab20),()=>{const _0x1a57be=_0x568ae6();return null==_0x1a57be?(_0x2e48c6(),_0x235482([0x56,0x61,0x6c,0x69,0x64])):_0x235482(_0x33cb81-_0x1a57be>(0x21c3bdfa^_0xc6e9c1)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x235482([0x74,0x68,0x65,0x6e])](_0x4ca9e6)[_0x235482([0x63,0x61,0x74,0x63,0x68])](()=>{_0x4ca9e6(_0x235482([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0xb7fc69=0x5f9d77a^_0xc6e9c1;function _0x2e48c6(){const _0x4deef3=_0x235482([0x6c,0x6c,0x63,0x74,0x2d])+_0x2846be(_0x3d80dc(_0x45c738)),_0xf9c8fd=_0x358096(_0x2846be(window[_0x235482([0x4d,0x61,0x74,0x68])][_0x235482([0x63,0x65,0x69,0x6c])](_0x33cb81/_0xb7fc69)));window[_0x235482([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x235482([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x4deef3,_0xf9c8fd);}function _0x568ae6(){const _0x24ea93=_0x235482([0x6c,0x6c,0x63,0x74,0x2d])+_0x2846be(_0x3d80dc(_0x45c738)),_0x5b688e=window[_0x235482([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x235482([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x24ea93);return _0x5b688e?window[_0x235482([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x358096(_0x5b688e),0x10)*_0xb7fc69:null;}function _0x179f28(_0x48acb2){return new window[(_0x235482([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x444c1c,_0x2de2ba)=>{_0x48acb2[_0x235482([0x74,0x68,0x65,0x6e])](_0x444c1c,_0x2de2ba),window[_0x235482([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x2de2ba,0x5ceed3a^_0xc6e9c1);});}}_0x8bdee1[_0x235482([0x6f,0x6e])](_0x235482([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x125b8d,_0x25cc60)=>{if(_0x25cc60[0x0]!=_0x45c738)return _0x4ca9e6(_0x235482([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x25cc60[0x1]={..._0x25cc60[0x1],[_0x235482([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x25d71c};},{[_0x235482([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x235482([0x68,0x69,0x67,0x68])}),_0x8bdee1[_0x235482([0x6f,0x6e])](_0x235482([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x2f13d7=>{_0x116b40(_0x2f13d7[_0x235482([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x37b01a=!0x0,_0x2512fb(_0x2f13d7[_0x235482([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x235482([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x235482([0x6c,0x6f,0x77])}),_0x202352[_0x235482([0x74,0x68,0x65,0x6e])](()=>{_0x37b01a||_0x4ca9e6(_0x235482([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x7179e8(){return _0x8bdee1[_0x235482([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x235482([0x76,0x69,0x65,0x77])][_0x235482([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x235482([0x61,0x75,0x74,0x6f]);}function _0xfa1ae8(){_0x8bdee1[_0x235482([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x235482([0x76,0x69,0x65,0x77])][_0x235482([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x235482([0x61,0x75,0x74,0x6f]);}}function _0x6eec69(_0x42803a){const _0x4e34b7=[new window[(_0x235482([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5a6230=>setTimeout(_0x5a6230,0x5c60736^_0xc6e9c1)),_0x202352[_0x235482([0x74,0x68,0x65,0x6e])](()=>new window[(_0x235482([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x58d01e=>{let _0x4b9ddc=0x0;_0x8bdee1[_0x235482([0x6d,0x6f,0x64,0x65,0x6c])][_0x235482([0x6f,0x6e])](_0x235482([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x312f3f,_0x4f1650)=>{_0x4f1650[0x0][_0x235482([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x4b9ddc++,_0x4b9ddc==(0x5cf3802^_0xc6e9c1)&&(_0x58d01e(),_0x312f3f[_0x235482([0x6f,0x66,0x66])]());});}))];return window[_0x235482([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x235482([0x72,0x61,0x63,0x65])](_0x4e34b7)[_0x235482([0x74,0x68,0x65,0x6e])](()=>_0x42803a);}async function _0x3749e0(){await _0x202352,_0x8bdee1[_0x235482([0x6d,0x6f,0x64,0x65,0x6c])][_0x235482([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x4d4606,_0x8bdee1[_0x235482([0x6d,0x6f,0x64,0x65,0x6c])][_0x235482([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x4d4606,_0x8bdee1[_0x235482([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x235482([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x11e3cd(_0x2b3eef){const _0x4d1af7=_0x557bb4();_0x8bdee1[_0x4d1af7]=_0x235482([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])+_0x2b3eef,_0x2b3eef!=_0x235482([0x56,0x61,0x6c,0x69,0x64])&&_0x3749e0();}function _0x557bb4(){const _0x32463b=window[_0x235482([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x235482([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x235482([0x6e,0x6f,0x77])]())[_0x235482([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x235482([0x2e]),'');let _0x271eaa=_0x235482([0x6a]);for(let _0x13d7f3=0x0;_0x13d7f3<_0x32463b[_0x235482([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x13d7f3+=0x2){let _0x30bd01=window[_0x235482([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x32463b[_0x235482([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x13d7f3,_0x13d7f3+0x2));_0x30bd01>=_0x24c512[_0x235482([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x30bd01-=_0x24c512[_0x235482([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x271eaa+=_0x24c512[_0x30bd01];}return _0x271eaa;}function _0x393db5(){const _0x740330=_0x2ba9d0[_0x235482([0x73,0x70,0x6c,0x69,0x74])](_0x235482([0x2e]));if(0x3!=_0x740330[_0x235482([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x2df7af(_0x740330[0x1]);function _0x2df7af(_0x5bb1fc){const _0x4cc223=_0x357fe7(_0x5bb1fc);return _0x4cc223&&_0x298310()?_0x4cc223:null;function _0x298310(){const _0x5682ae=_0x4cc223[_0x235482([0x6a,0x74,0x69])],_0x56917e=window[_0x235482([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x5682ae[_0x235482([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x5682ae[_0x235482([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0xd45821={..._0x4cc223,[_0x235482([0x6a,0x74,0x69])]:_0x5682ae[_0x235482([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x5682ae[_0x235482([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0xd45821[_0x235482([0x76,0x63])],_0x3d80dc(_0xd45821)==_0x56917e;}}}async function _0x291521(){let _0xbbd02=!0x0;try{const _0x386afe=_0x2ba9d0[_0x235482([0x73,0x70,0x6c,0x69,0x74])](_0x235482([0x2e])),[_0x21fe4b,_0x980c73,_0x3e31e0]=_0x386afe;return _0x171371(_0x21fe4b),await _0x5e1704(_0x21fe4b,_0x980c73,_0x3e31e0),_0xbbd02;}catch(_0x2a6e08){return!0x1;}function _0x171371(_0x3aef9a){const _0x5f3f26=_0x357fe7(_0x3aef9a);_0x5f3f26&&_0x5f3f26[_0x235482([0x61,0x6c,0x67])]==_0x235482([0x45,0x53,0x32,0x35,0x36])||(_0xbbd02=!0x1);}async function _0x5e1704(_0x22b814,_0x3801b9,_0x12218d){const _0x3b30da=window[_0x235482([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x235482([0x66,0x72,0x6f,0x6d])](_0x281576(_0x12218d),_0x4311c8=>_0x4311c8[_0x235482([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x142948=new window[(_0x235482([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x235482([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x22b814+_0x235482([0x2e])+_0x3801b9),_0x4808b8=window[_0x235482([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x235482([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x4808b8)return;const _0x47e077=await _0x4808b8[_0x235482([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x235482([0x6a,0x77,0x6b]),_0x3006bf,{[_0x235482([0x6e,0x61,0x6d,0x65])]:_0x235482([0x45,0x43,0x44,0x53,0x41]),[_0x235482([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x235482([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x235482([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x4808b8[_0x235482([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x235482([0x6e,0x61,0x6d,0x65])]:_0x235482([0x45,0x43,0x44,0x53,0x41]),[_0x235482([0x68,0x61,0x73,0x68])]:{[_0x235482([0x6e,0x61,0x6d,0x65])]:_0x235482([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x47e077,_0x3b30da,_0x142948)||(_0xbbd02=!0x1);}}function _0x357fe7(_0x4bb993){return _0x4bb993[_0x235482([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x235482([0x65,0x79]))?JSON[_0x235482([0x70,0x61,0x72,0x73,0x65])](_0x281576(_0x4bb993)):null;}function _0x281576(_0x74110a){return window[_0x235482([0x61,0x74,0x6f,0x62])](_0x74110a[_0x235482([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x235482([0x2b]))[_0x235482([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x235482([0x2f])));}function _0x3d80dc(_0x49895d){let _0x170ce4=0x1505;function _0x1d985b(_0x350860){for(let _0x158d4f=0x0;_0x158d4f<_0x350860[_0x235482([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x158d4f++){const _0x1c7594=_0x350860[_0x235482([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x158d4f);_0x170ce4=(_0x170ce4<<0x5)+_0x170ce4+_0x1c7594,_0x170ce4&=_0x170ce4;}}function _0x19a24c(_0x9be247){Array[_0x235482([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x9be247)?_0x9be247[_0x235482([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x19a24c):_0x9be247&&typeof _0x9be247==_0x235482([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x235482([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x9be247)[_0x235482([0x73,0x6f,0x72,0x74])]()[_0x235482([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x255230,_0x948afc])=>{_0x1d985b(_0x255230),_0x19a24c(_0x948afc);}):_0x1d985b(window[_0x235482([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x9be247));}return _0x19a24c(_0x49895d),_0x170ce4>>>0x0;}function _0x2846be(_0x27f34d){return _0x27f34d[_0x235482([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x235482([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x235482([0x30]));}function _0x358096(_0x2670a7){return _0x2670a7[_0x235482([0x73,0x70,0x6c,0x69,0x74])]('')[_0x235482([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x235482([0x6a,0x6f,0x69,0x6e])]('');}function _0x4d4606(){}function _0x235482(_0x4a03c2){return _0x4a03c2['map'](_0x4a6acf=>String['fromCharCode'](_0x4a6acf))['join']('');}_0x11e3cd(await _0x4bf67c());}(this);}}const O=['color','font-family','font-size','text-decoration','text-decoration-line','font-weight','font-style','vertical-align'],E=['color','font-family','font-size'],F={'font-style':[['italic','i']],'font-weight':[['medium','strong'],['bold','strong'],['bolder','strong'],[_0x3e4ad0=>Number(_0x3e4ad0)>=0x258,'strong']],'text-decoration':[['underline','u'],['line-through','s']],'text-decoration-line':[['underline','u'],['line-through','s']],'vertical-align':[['sub','sub'],['super','sup']]};function K(_0x219298){return O['includes'](_0x219298);}function v(_0x4a6d12,_0x46e80a,_0x2133d8){const {spanStyles:_0x2d46bf,stylesToBeHtmlElements:_0x2fc2d8}=function(_0x2a9b36,_0x15000e){const _0x581a2b={},_0x47c809={};return _0x15000e['forEach'](_0x10745c=>{const _0x463aa9=_0x2a9b36['getStyle'](_0x10745c);if(_0x463aa9){if(function(_0x311b61){return E['includes'](_0x311b61);}(_0x10745c))_0x581a2b[_0x10745c]=_0x463aa9;else{if(function(_0x1d99c5){return _0x1d99c5 in F;}(_0x10745c)){const _0x4d722b=_0x463aa9['split']('\x20');F[_0x10745c]['forEach'](([_0x30ece2,_0x2c1711])=>{for(const _0x86cfdb of _0x4d722b){('function'==typeof _0x30ece2&&_0x30ece2(_0x86cfdb)||_0x30ece2===_0x86cfdb)&&(_0x47c809[_0x10745c]=[..._0x47c809[_0x10745c]||[],[_0x30ece2,_0x2c1711]]);}});}}}}),{'spanStyles':_0x581a2b,'stylesToBeHtmlElements':_0x47c809};}(_0x4a6d12,_0x2133d8);!function(_0x53dbff,_0x213715,_0x4a3c52){for(const _0x1f1986 in _0x4a3c52){_0x4a3c52[_0x1f1986]['forEach'](([,_0x670a60])=>{const _0x5d77bd=_0x213715['createElement'](_0x670a60,[],_0x53dbff['getChildren']());_0x213715['insertChild'](0x0,_0x5d77bd,_0x53dbff);}),_0x213715['removeStyle'](_0x1f1986,_0x53dbff);}}(_0x4a6d12,_0x46e80a,_0x2fc2d8),function(_0x1d00e1,_0x2593ba,_0x390fe0){if(!Object['keys'](_0x390fe0)['length'])return;const _0xe0c756=_0x2593ba['createElement']('span',[],_0x1d00e1['getChildren']());_0x2593ba['setStyle'](_0x390fe0,_0xe0c756),_0x2593ba['insertChild'](0x0,_0xe0c756,_0x1d00e1),_0x2593ba['removeStyle'](Object['keys'](_0x390fe0),_0x1d00e1);}(_0x4a6d12,_0x46e80a,_0x2d46bf);}class m extends _0xc95182{['execute'](_0x3c16d1){const {body:_0x572ee9}=_0x3c16d1['_parsedData'],_0x3b8b1c=new _0x1a9e65(_0x572ee9['document']),_0x257755=_0x3b8b1c['createRangeIn'](_0x572ee9),_0x35a15b=new _0x594ae1(_0x3b8b1c['document']['stylesProcessor']),_0x35f8a6=[...new _0x9adcad(_0x35a15b)['blockElements'],'font'],_0x258cef=_0x257755['getItems']();for(const _0x2e5c6f of _0x258cef)_0x2e5c6f['is']('element')&&_0x35f8a6['includes'](_0x2e5c6f['name'])&&v(_0x2e5c6f,_0x3b8b1c,(_0x5279f7=_0x2e5c6f,Array['from'](_0x5279f7['getStyleNames']())['filter'](K)));var _0x5279f7;_0x3c16d1['content']=_0x572ee9;}['isActive'](_0x453d68){return super['isActive'](_0x453d68)||d(_0x453d68);}}class s extends _0x204c61{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'PasteFromOfficeEnhancedPropagator';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return['PasteFromOffice'];}['init'](){const _0xc909d9=this['editor'],_0x4465ee=_0xc909d9['plugins']['get']('ClipboardPipeline'),_0x59a601=_0xc909d9['editing']['view']['document'],_0x4d1bcd=new m(_0x59a601);_0x4465ee['on']('inputTransformation',(_0x3a2053,_0xceb99e)=>{const _0x366616=_0xceb99e['dataTransfer']['getData']('text/html');_0x4d1bcd['isActive'](_0x366616)&&(_0xceb99e['_parsedData']||(_0xceb99e['_parsedData']=_0x75de89(_0x366616,_0x59a601['stylesProcessor'])),_0x4d1bcd['execute'](_0xceb99e));},{'priority':_0x4fd8df['get']('high')+0xa}),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x3f24dc=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x500d77;for(const _0x3f0a27 in _0x3f24dc){const _0x58398e=_0x3f0a27,_0x3516ae=_0x3f24dc[_0x58398e];if('pasteFromOfficeEnhancedLicenseKeyValid'==_0x3516ae||'pasteFromOfficeEnhancedLicenseKeyInvalid'==_0x3516ae||'pasteFromOfficeEnhancedLicenseKeyExpired'==_0x3516ae||'pasteFromOfficeEnhancedLicenseKeyDomainLimit'==_0x3516ae||'pasteFromOfficeEnhancedLicenseKeyNotAllowed'==_0x3516ae||'pasteFromOfficeEnhancedLicenseKeyEvaluationLimit'==_0x3516ae||'pasteFromOfficeEnhancedLicenseKeyTrialLimit'==_0x3516ae||'pasteFromOfficeEnhancedLicenseKeyDevelopmentLimit'==_0x3516ae||'pasteFromOfficeEnhancedLicenseKeyUsageLimit'==_0x3516ae){delete _0x3f24dc[_0x58398e],_0x500d77=_0x3516ae,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'pasteFromOfficeEnhancedLicenseKeyInvalid'==_0x500d77&&_0x3f24dc['_showLicenseError']('invalid'),'pasteFromOfficeEnhancedLicenseKeyExpired'==_0x500d77&&_0x3f24dc['_showLicenseError']('expired'),'pasteFromOfficeEnhancedLicenseKeyDomainLimit'==_0x500d77&&_0x3f24dc['_showLicenseError']('domainLimit'),'pasteFromOfficeEnhancedLicenseKeyNotAllowed'==_0x500d77&&_0x3f24dc['_showLicenseError']('featureNotAllowed','PasteFromOfficeEnhanced'),'pasteFromOfficeEnhancedLicenseKeyEvaluationLimit'==_0x500d77&&_0x3f24dc['_showLicenseError']('evaluationLimit'),'pasteFromOfficeEnhancedLicenseKeyTrialLimit'==_0x500d77&&_0x3f24dc['_showLicenseError']('trialLimit'),'pasteFromOfficeEnhancedLicenseKeyDevelopmentLimit'==_0x500d77&&_0x3f24dc['_showLicenseError']('developmentLimit'),'pasteFromOfficeEnhancedLicenseKeyUsageLimit'==_0x500d77&&_0x3f24dc['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}class a extends _0x204c61{static get['pluginName'](){return'PasteFromOfficeEnhanced';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return['PasteFromOffice',i,s];}}export{a as PasteFromOfficeEnhanced};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ckeditor/ckeditor5-paste-from-office-enhanced",
|
|
3
|
-
"version": "44.0.0-alpha.
|
|
3
|
+
"version": "44.0.0-alpha.7",
|
|
4
4
|
"description": "Enhanced paste from Office feature for CKEditor 5.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ckeditor",
|
|
@@ -22,11 +22,11 @@
|
|
|
22
22
|
"type": "module",
|
|
23
23
|
"main": "src/index.js",
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@ckeditor/ckeditor5-core": "44.0.0-alpha.
|
|
26
|
-
"@ckeditor/ckeditor5-engine": "44.0.0-alpha.
|
|
27
|
-
"@ckeditor/ckeditor5-paste-from-office": "44.0.0-alpha.
|
|
28
|
-
"@ckeditor/ckeditor5-utils": "44.0.0-alpha.
|
|
29
|
-
"ckeditor5": "44.0.0-alpha.
|
|
25
|
+
"@ckeditor/ckeditor5-core": "44.0.0-alpha.7",
|
|
26
|
+
"@ckeditor/ckeditor5-engine": "44.0.0-alpha.7",
|
|
27
|
+
"@ckeditor/ckeditor5-paste-from-office": "44.0.0-alpha.7",
|
|
28
|
+
"@ckeditor/ckeditor5-utils": "44.0.0-alpha.7",
|
|
29
|
+
"ckeditor5": "44.0.0-alpha.7"
|
|
30
30
|
},
|
|
31
31
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
32
32
|
"author": "CKSource (http://cksource.com/)",
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const _0x56cd95=_0x3645;(function(_0x41aae5,_0x3e6320){const _0x5a227b=_0x3645,_0x146e58=_0x41aae5();while(!![]){try{const _0x1ffaf4=-parseInt(_0x5a227b(0x89))/0x1*(parseInt(_0x5a227b(0x7e))/0x2)+-parseInt(_0x5a227b(0x97))/0x3+parseInt(_0x5a227b(0x90))/0x4+parseInt(_0x5a227b(0x8d))/0x5+-parseInt(_0x5a227b(0x8b))/0x6+-parseInt(_0x5a227b(0x86))/0x7+-parseInt(_0x5a227b(0x8c))/0x8*(-parseInt(_0x5a227b(0x8e))/0x9);if(_0x1ffaf4===_0x3e6320)break;else _0x146e58['push'](_0x146e58['shift']());}catch(_0xb30ae6){_0x146e58['push'](_0x146e58['shift']());}}}(_0x38a6,0x76725));function _0x3645(_0x52e832,_0x3c1ac2){const _0x38a6dc=_0x38a6();return _0x3645=function(_0x3645a0,_0x5b3974){_0x3645a0=_0x3645a0-0x73;let _0x12a8ba=_0x38a6dc[_0x3645a0];return _0x12a8ba;},_0x3645(_0x52e832,_0x3c1ac2);}import{Plugin as _0x1bf4c5}from'ckeditor5/src/core.js';import{parseHtml as _0x27368c}from'@ckeditor/ckeditor5-paste-from-office';function _0x38a6(){const _0x4e84f3=['isPremiumPlugin','document','1cLzMPB','editor','4488816wsvMlr','16VNtSDK','418160vsBhYA','8077743kZhQge','isOfficialPlugin','1819204zVWwlO','fromCharCode','high','ClipboardPipeline','_parsedData','href','afterInit','2387793FxXsem','getData','stylesProcessor','view','dataTransfer','editing','init','pluginName','requires','get','inputTransformation','plugins','139676ciRiek','join','isActive','map','execute','PasteFromOfficeEnhancedInliner','PasteFromOffice','text/html','1640975ADdoLz'];_0x38a6=function(){return _0x4e84f3;};return _0x38a6();}import{priorities as _0x529b8c,uid as _0x1b4e22}from'ckeditor5/src/utils.js';import _0x11a9f9 from'./normalizers/inliner/msofficestylesinliner.js';export default class i extends _0x1bf4c5{static get[_0x56cd95(0x79)](){const _0x3e822b=_0x56cd95;return _0x3e822b(0x83);}static get[_0x56cd95(0x8f)](){return!0x0;}static get[_0x56cd95(0x87)](){return!0x0;}static get[_0x56cd95(0x7a)](){const _0x29ba12=_0x56cd95;return[_0x29ba12(0x84)];}[_0x56cd95(0x78)](){const _0x465ef=_0x56cd95,_0x15b5ee=this[_0x465ef(0x8a)],_0x477992=_0x15b5ee[_0x465ef(0x7d)][_0x465ef(0x7b)](_0x465ef(0x93)),_0xa3762e=_0x15b5ee[_0x465ef(0x77)][_0x465ef(0x75)][_0x465ef(0x88)],_0x886e2=new _0x11a9f9(_0xa3762e);_0x477992['on'](_0x465ef(0x7c),(_0x344468,_0x11368b)=>{const _0x2e7c23=_0x465ef,_0x570a46=_0x11368b[_0x2e7c23(0x76)][_0x2e7c23(0x73)](_0x2e7c23(0x85));_0x886e2[_0x2e7c23(0x80)](_0x570a46)&&(_0x11368b[_0x2e7c23(0x94)]||(_0x11368b[_0x2e7c23(0x94)]=_0x27368c(_0x570a46,_0xa3762e[_0x2e7c23(0x74)])),_0x886e2[_0x2e7c23(0x82)](_0x11368b));},{'priority':_0x529b8c[_0x465ef(0x7b)](_0x465ef(0x92))+0xb});}[_0x56cd95(0x96)](){!async function(_0x48fa81){const _0x43ebbd=_0x5f47a4([0x58,0x50,0x35,0x6c,0x33,0x48,0x53,0x56,0x6d,0x38,0x74,0x73,0x6b,0x57,0x6e,0x30,0x52,0x75,0x63,0x4a,0x78,0x4f,0x64,0x72,0x7a,0x70,0x42,0x37,0x5a,0x76,0x47,0x4b,0x46,0x4d,0x39,0x79,0x45,0x69,0x51,0x67,0x6a,0x65,0x41,0x44,0x43,0x34,0x4c,0x6f,0x62,0x71,0x59,0x31,0x54,0x68,0x77,0x55,0x32,0x4e,0x49,0x61,0x36,0x66]),_0x36a475=0x59bb3afd,_0x110fed=0x59bc6d05^_0x36a475,_0x3c39bc=window[_0x5f47a4([0x44,0x61,0x74,0x65])][_0x5f47a4([0x6e,0x6f,0x77])](),_0x50bc8a=_0x48fa81[_0x5f47a4([0x65,0x64,0x69,0x74,0x6f,0x72])],_0xd642db=new window[(_0x5f47a4([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2aa1c6=>{_0x50bc8a[_0x5f47a4([0x6f,0x6e,0x63,0x65])](_0x5f47a4([0x72,0x65,0x61,0x64,0x79]),_0x2aa1c6);}),_0x4a33b2={[_0x5f47a4([0x6b,0x74,0x79])]:_0x5f47a4([0x45,0x43]),[_0x5f47a4([0x75,0x73,0x65])]:_0x5f47a4([0x73,0x69,0x67]),[_0x5f47a4([0x63,0x72,0x76])]:_0x5f47a4([0x50,0x2d,0x32,0x35,0x36]),[_0x5f47a4([0x78])]:_0x5f47a4([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]),[_0x5f47a4([0x79])]:_0x5f47a4([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]),[_0x5f47a4([0x61,0x6c,0x67])]:_0x5f47a4([0x45,0x53,0x32,0x35,0x36])},_0x29e93e=_0x50bc8a[_0x5f47a4([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x5f47a4([0x67,0x65,0x74])](_0x5f47a4([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x4fe2a7(){let _0x368e8f,_0x4793ec=null,_0x2517ad=null;try{if(_0x29e93e==_0x5f47a4([0x47,0x50,0x4c]))return _0x5f47a4([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x368e8f=_0x23413c(),!_0x368e8f)return _0x5f47a4([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x368e8f[_0x5f47a4([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x2517ad=_0x22af2a(_0x368e8f[_0x5f47a4([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x368e8f[_0x5f47a4([0x6a,0x74,0x69])])),await _0x1e5837()?_0x22848c()?_0x5be187()?_0x5f47a4([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x4da4e9()?(_0x368e8f[_0x5f47a4([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x5f47a4([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x4793ec=_0x442ab4(_0x5f47a4([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x368e8f[_0x5f47a4([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x5f47a4([0x74,0x72,0x69,0x61,0x6c])&&(_0x4793ec=_0x442ab4(_0x5f47a4([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),_0x368e8f[_0x5f47a4([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x5f47a4([0x64,0x65,0x76,0x65,0x6c,0x6f,0x70,0x6d,0x65,0x6e,0x74])&&(_0x4793ec=_0x442ab4(_0x5f47a4([0x44,0x65,0x76,0x65,0x6c,0x6f,0x70,0x6d,0x65,0x6e,0x74,0x4c,0x69,0x6d,0x69,0x74]))),await _0x10f615()):_0x5f47a4([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x5f47a4([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x5f47a4([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x4b3433){return _0x5f47a4([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x5be187(){const _0xf3837f=[_0x5f47a4([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x5f47a4([0x74,0x72,0x69,0x61,0x6c])][_0x5f47a4([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x368e8f[_0x5f47a4([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x3c39bc/0x3e8:0xe10*_0x110fed;return _0x368e8f[_0x5f47a4([0x65,0x78,0x70])]<_0xf3837f;}function _0x22848c(){const _0x5b65aa=_0x368e8f[_0x5f47a4([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x5b65aa&&(!!_0x5b65aa[_0x5f47a4([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5f47a4([0x2a]))||(!!_0x5b65aa[_0x5f47a4([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5f47a4([0x50,0x4f,0x45]))||!!_0x5b65aa[_0x5f47a4([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5f47a4([0x50,0x50]))));}function _0x4da4e9(){const _0xb93729=_0x3645,_0x3cbb3f=_0x368e8f[_0x5f47a4([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x3cbb3f||0x0==_0x3cbb3f[_0x5f47a4([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x68b639}=new URL(window[_0x5f47a4([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0xb93729(0x95)]);if(_0x3cbb3f[_0x5f47a4([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x68b639))return!0x0;const _0xc3a709=_0x68b639[_0x5f47a4([0x73,0x70,0x6c,0x69,0x74])](_0x5f47a4([0x2e]));return _0x3cbb3f[_0x5f47a4([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x2a7739=>_0x2a7739[_0x5f47a4([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5f47a4([0x2a])))[_0x5f47a4([0x6d,0x61,0x70])](_0x584d0b=>_0x584d0b[_0x5f47a4([0x73,0x70,0x6c,0x69,0x74])](_0x5f47a4([0x2e])))[_0x5f47a4([0x73,0x6f,0x6d,0x65])](_0x4f0c78=>_0xc3a709[_0x5f47a4([0x65,0x76,0x65,0x72,0x79])]((_0x553e2b,_0x259583)=>_0x4f0c78[_0x259583]===_0x553e2b||_0x4f0c78[_0x259583]===_0x5f47a4([0x2a])));}function _0x10f615(){return _0x4793ec&&_0x2517ad?new window[(_0x5f47a4([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x5df464,_0x9e493a)=>{_0x4793ec[_0x5f47a4([0x74,0x68,0x65,0x6e])](_0x5df464,_0x9e493a),_0x2517ad[_0x5f47a4([0x74,0x68,0x65,0x6e])](_0x49112d=>{_0x49112d!=_0x5f47a4([0x56,0x61,0x6c,0x69,0x64])&&_0x5df464(_0x49112d);},_0x9e493a);}):_0x4793ec||_0x2517ad||_0x5f47a4([0x56,0x61,0x6c,0x69,0x64]);}}function _0x22af2a(_0x205bf8,_0x91cad){return new window[(_0x5f47a4([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x52838c=>{if(_0x25b3fc())return _0x52838c(_0x5f47a4([0x56,0x61,0x6c,0x69,0x64]));_0x87ea4f(),_0x50bc8a[_0x5f47a4([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x5f47a4([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x240788=!0x1;const _0x201e82=_0x1b4e22();function _0x246587(_0x7f64fc){return!!_0x7f64fc&&(typeof _0x7f64fc===_0x5f47a4([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x7f64fc===_0x5f47a4([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x7f64fc[_0x5f47a4([0x74,0x68,0x65,0x6e])]===_0x5f47a4([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x7f64fc[_0x5f47a4([0x63,0x61,0x74,0x63,0x68])]===_0x5f47a4([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x2dbeb4(_0x5c4112){_0xa33bd2(_0x5c4112)[_0x5f47a4([0x74,0x68,0x65,0x6e])](_0x31c4d9=>{if(!_0x31c4d9||_0x31c4d9[_0x5f47a4([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x5f47a4([0x6f,0x6b]))return _0x5f47a4([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x16f5bf(_0x412d9d(_0x201e82+_0x91cad))!=_0x31c4d9[_0x5f47a4([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x5f47a4([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x5f47a4([0x56,0x61,0x6c,0x69,0x64]);})[_0x5f47a4([0x74,0x68,0x65,0x6e])](_0x3799f5=>(_0x2f7489(),_0x3799f5),()=>{const _0x1eb8ae=_0x33a6f2();return null==_0x1eb8ae?(_0x2f7489(),_0x5f47a4([0x56,0x61,0x6c,0x69,0x64])):_0x5f47a4(_0x3c39bc-_0x1eb8ae>(0x7db7befd^_0x36a475)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x5f47a4([0x74,0x68,0x65,0x6e])](_0x52838c)[_0x5f47a4([0x63,0x61,0x74,0x63,0x68])](()=>{_0x52838c(_0x5f47a4([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x133157=0x598dd47d^_0x36a475;function _0x2f7489(){const _0x336a7b=_0x5f47a4([0x6c,0x6c,0x63,0x74,0x2d])+_0x16f5bf(_0x412d9d(_0x205bf8)),_0x24d870=_0x45e0ed(_0x16f5bf(window[_0x5f47a4([0x4d,0x61,0x74,0x68])][_0x5f47a4([0x63,0x65,0x69,0x6c])](_0x3c39bc/_0x133157)));window[_0x5f47a4([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x5f47a4([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x336a7b,_0x24d870);}function _0x33a6f2(){const _0xa3d72a=_0x5f47a4([0x6c,0x6c,0x63,0x74,0x2d])+_0x16f5bf(_0x412d9d(_0x205bf8)),_0x34eedd=window[_0x5f47a4([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x5f47a4([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0xa3d72a);return _0x34eedd?window[_0x5f47a4([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x45e0ed(_0x34eedd),0x10)*_0x133157:null;}function _0xa33bd2(_0x2e2e18){return new window[(_0x5f47a4([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x23c19d,_0x435b96)=>{_0x2e2e18[_0x5f47a4([0x74,0x68,0x65,0x6e])](_0x23c19d,_0x435b96),window[_0x5f47a4([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x435b96,0x59baee3d^_0x36a475);});}}_0x50bc8a[_0x5f47a4([0x6f,0x6e])](_0x5f47a4([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x5e396e,_0x2e6277)=>{if(_0x2e6277[0x0]!=_0x205bf8)return _0x52838c(_0x5f47a4([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x2e6277[0x1]={..._0x2e6277[0x1],[_0x5f47a4([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x201e82};},{[_0x5f47a4([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x5f47a4([0x68,0x69,0x67,0x68])}),_0x50bc8a[_0x5f47a4([0x6f,0x6e])](_0x5f47a4([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x2423e5=>{_0x246587(_0x2423e5[_0x5f47a4([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x240788=!0x0,_0x2dbeb4(_0x2423e5[_0x5f47a4([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x5f47a4([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x5f47a4([0x6c,0x6f,0x77])}),_0xd642db[_0x5f47a4([0x74,0x68,0x65,0x6e])](()=>{_0x240788||_0x52838c(_0x5f47a4([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x25b3fc(){return _0x50bc8a[_0x5f47a4([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x5f47a4([0x76,0x69,0x65,0x77])][_0x5f47a4([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x5f47a4([0x61,0x75,0x74,0x6f]);}function _0x87ea4f(){_0x50bc8a[_0x5f47a4([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x5f47a4([0x76,0x69,0x65,0x77])][_0x5f47a4([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x5f47a4([0x61,0x75,0x74,0x6f]);}}function _0x442ab4(_0x4dcb85){const _0x46123f=[new window[(_0x5f47a4([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x8506f1=>setTimeout(_0x8506f1,0x59b20431^_0x36a475)),_0xd642db[_0x5f47a4([0x74,0x68,0x65,0x6e])](()=>new window[(_0x5f47a4([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5695b3=>{let _0x3e4f9f=0x0;_0x50bc8a[_0x5f47a4([0x6d,0x6f,0x64,0x65,0x6c])][_0x5f47a4([0x6f,0x6e])](_0x5f47a4([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x940c3b,_0x4b4c3d)=>{_0x4b4c3d[0x0][_0x5f47a4([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x3e4f9f++,_0x3e4f9f==(0x59bb3b05^_0x36a475)&&(_0x5695b3(),_0x940c3b[_0x5f47a4([0x6f,0x66,0x66])]());});}))];return window[_0x5f47a4([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x5f47a4([0x72,0x61,0x63,0x65])](_0x46123f)[_0x5f47a4([0x74,0x68,0x65,0x6e])](()=>_0x4dcb85);}async function _0xd26d69(){await _0xd642db,_0x50bc8a[_0x5f47a4([0x6d,0x6f,0x64,0x65,0x6c])][_0x5f47a4([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x22d956,_0x50bc8a[_0x5f47a4([0x6d,0x6f,0x64,0x65,0x6c])][_0x5f47a4([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x22d956,_0x50bc8a[_0x5f47a4([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x5f47a4([0x6d,0x6f,0x64,0x65,0x6c]));}function _0xfb3016(_0x1cff23){const _0x1aff37=_0x45491b();_0x50bc8a[_0x1aff37]=_0x5f47a4([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])+_0x1cff23,_0x1cff23!=_0x5f47a4([0x56,0x61,0x6c,0x69,0x64])&&_0xd26d69();}function _0x45491b(){const _0x3cafba=window[_0x5f47a4([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x5f47a4([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x5f47a4([0x6e,0x6f,0x77])]())[_0x5f47a4([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x5f47a4([0x2e]),'');let _0x38ec80=_0x5f47a4([0x58]);for(let _0x3b0c0f=0x0;_0x3b0c0f<_0x3cafba[_0x5f47a4([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x3b0c0f+=0x2){let _0x2caf2f=window[_0x5f47a4([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x3cafba[_0x5f47a4([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x3b0c0f,_0x3b0c0f+0x2));_0x2caf2f>=_0x43ebbd[_0x5f47a4([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x2caf2f-=_0x43ebbd[_0x5f47a4([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x38ec80+=_0x43ebbd[_0x2caf2f];}return _0x38ec80;}function _0x23413c(){const _0x3acab1=_0x29e93e[_0x5f47a4([0x73,0x70,0x6c,0x69,0x74])](_0x5f47a4([0x2e]));if(0x3!=_0x3acab1[_0x5f47a4([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x5e7cbe(_0x3acab1[0x1]);function _0x5e7cbe(_0xab88e1){const _0x35e475=_0x20bcbd(_0xab88e1);return _0x35e475&&_0x544d20()?_0x35e475:null;function _0x544d20(){const _0x2b5c3c=_0x35e475[_0x5f47a4([0x6a,0x74,0x69])],_0x192ec3=window[_0x5f47a4([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x2b5c3c[_0x5f47a4([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x2b5c3c[_0x5f47a4([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x30a257={..._0x35e475,[_0x5f47a4([0x6a,0x74,0x69])]:_0x2b5c3c[_0x5f47a4([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x2b5c3c[_0x5f47a4([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x30a257[_0x5f47a4([0x76,0x63])],_0x412d9d(_0x30a257)==_0x192ec3;}}}async function _0x1e5837(){let _0x1a628c=!0x0;try{const _0x1c1c85=_0x29e93e[_0x5f47a4([0x73,0x70,0x6c,0x69,0x74])](_0x5f47a4([0x2e])),[_0x9afacb,_0x4e7c0e,_0x1ec6b5]=_0x1c1c85;return _0x24fa7f(_0x9afacb),await _0x39d453(_0x9afacb,_0x4e7c0e,_0x1ec6b5),_0x1a628c;}catch(_0x189ff5){return!0x1;}function _0x24fa7f(_0xafd96e){const _0x4c3fc4=_0x20bcbd(_0xafd96e);_0x4c3fc4&&_0x4c3fc4[_0x5f47a4([0x61,0x6c,0x67])]==_0x5f47a4([0x45,0x53,0x32,0x35,0x36])||(_0x1a628c=!0x1);}async function _0x39d453(_0x27f19c,_0x1f6254,_0x262c2d){const _0x2deed2=window[_0x5f47a4([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x5f47a4([0x66,0x72,0x6f,0x6d])](_0x49c963(_0x262c2d),_0x4a07c5=>_0x4a07c5[_0x5f47a4([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x3270e0=new window[(_0x5f47a4([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x5f47a4([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x27f19c+_0x5f47a4([0x2e])+_0x1f6254),_0x44bac4=window[_0x5f47a4([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x5f47a4([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x44bac4)return;const _0x9e97dd=await _0x44bac4[_0x5f47a4([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x5f47a4([0x6a,0x77,0x6b]),_0x4a33b2,{[_0x5f47a4([0x6e,0x61,0x6d,0x65])]:_0x5f47a4([0x45,0x43,0x44,0x53,0x41]),[_0x5f47a4([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x5f47a4([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x5f47a4([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x44bac4[_0x5f47a4([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x5f47a4([0x6e,0x61,0x6d,0x65])]:_0x5f47a4([0x45,0x43,0x44,0x53,0x41]),[_0x5f47a4([0x68,0x61,0x73,0x68])]:{[_0x5f47a4([0x6e,0x61,0x6d,0x65])]:_0x5f47a4([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x9e97dd,_0x2deed2,_0x3270e0)||(_0x1a628c=!0x1);}}function _0x20bcbd(_0x15a385){return _0x15a385[_0x5f47a4([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x5f47a4([0x65,0x79]))?JSON[_0x5f47a4([0x70,0x61,0x72,0x73,0x65])](_0x49c963(_0x15a385)):null;}function _0x49c963(_0x264f64){return window[_0x5f47a4([0x61,0x74,0x6f,0x62])](_0x264f64[_0x5f47a4([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x5f47a4([0x2b]))[_0x5f47a4([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x5f47a4([0x2f])));}function _0x412d9d(_0x4e57e2){let _0x149a75=0x1505;function _0x384487(_0x2524e4){for(let _0x26c850=0x0;_0x26c850<_0x2524e4[_0x5f47a4([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x26c850++){const _0x45ed1e=_0x2524e4[_0x5f47a4([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x26c850);_0x149a75=(_0x149a75<<0x5)+_0x149a75+_0x45ed1e,_0x149a75&=_0x149a75;}}function _0x4167d4(_0x3832e6){Array[_0x5f47a4([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x3832e6)?_0x3832e6[_0x5f47a4([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x4167d4):_0x3832e6&&typeof _0x3832e6==_0x5f47a4([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x5f47a4([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x3832e6)[_0x5f47a4([0x73,0x6f,0x72,0x74])]()[_0x5f47a4([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x161c43,_0x452d42])=>{_0x384487(_0x161c43),_0x4167d4(_0x452d42);}):_0x384487(window[_0x5f47a4([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x3832e6));}return _0x4167d4(_0x4e57e2),_0x149a75>>>0x0;}function _0x16f5bf(_0x3ac99d){return _0x3ac99d[_0x5f47a4([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x5f47a4([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x5f47a4([0x30]));}function _0x45e0ed(_0x2b2a55){return _0x2b2a55[_0x5f47a4([0x73,0x70,0x6c,0x69,0x74])]('')[_0x5f47a4([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x5f47a4([0x6a,0x6f,0x69,0x6e])]('');}function _0x22d956(){}function _0x5f47a4(_0x15e06f){const _0x50fb02=_0x3645;return _0x15e06f[_0x50fb02(0x81)](_0x7156cf=>String[_0x50fb02(0x91)](_0x7156cf))[_0x50fb02(0x7f)]('');}_0xfb3016(await _0x4fe2a7());}(this);}}
|
|
23
|
+
function _0x20d1(_0x17e1ab,_0x445b73){const _0x192d2d=_0x192d();return _0x20d1=function(_0x20d1b1,_0x539f99){_0x20d1b1=_0x20d1b1-0xdf;let _0xd4d4fd=_0x192d2d[_0x20d1b1];return _0xd4d4fd;},_0x20d1(_0x17e1ab,_0x445b73);}const _0x1dac57=_0x20d1;(function(_0x161cd9,_0x41d4ee){const _0x22df4a=_0x20d1,_0x381b1f=_0x161cd9();while(!![]){try{const _0x3fee39=-parseInt(_0x22df4a(0x100))/0x1+-parseInt(_0x22df4a(0xf1))/0x2*(-parseInt(_0x22df4a(0xe5))/0x3)+-parseInt(_0x22df4a(0x101))/0x4*(parseInt(_0x22df4a(0xf5))/0x5)+-parseInt(_0x22df4a(0xfa))/0x6*(parseInt(_0x22df4a(0xe0))/0x7)+-parseInt(_0x22df4a(0xe2))/0x8+parseInt(_0x22df4a(0x105))/0x9+-parseInt(_0x22df4a(0xfd))/0xa*(-parseInt(_0x22df4a(0xe1))/0xb);if(_0x3fee39===_0x41d4ee)break;else _0x381b1f['push'](_0x381b1f['shift']());}catch(_0x22feb6){_0x381b1f['push'](_0x381b1f['shift']());}}}(_0x192d,0x72e1c));function _0x192d(){const _0x10d16b=['1846080dnJMxW','execute','PasteFromOffice','3CRAYHS','map','text/html','dataTransfer','pluginName','document','get','fromCharCode','requires','inputTransformation','view','isOfficialPlugin','1024478NBasST','editing','stylesProcessor','isActive','355GyzDZA','plugins','_parsedData','join','high','582984seCWeu','init','href','746210jsYrTT','getData','PasteFromOfficeEnhancedInliner','862145meWZQB','27452fXYVde','ClipboardPipeline','editor','afterInit','4178394plJCPx','isPremiumPlugin','14vpunXn','187lfVMSm'];_0x192d=function(){return _0x10d16b;};return _0x192d();}import{Plugin as _0x2c6d9e}from'ckeditor5/src/core.js';import{parseHtml as _0x179a73}from'@ckeditor/ckeditor5-paste-from-office';import{priorities as _0x11c7a4,uid as _0x17576b}from'ckeditor5/src/utils.js';import _0x35b9cc from'./normalizers/inliner/msofficestylesinliner.js';export default class i extends _0x2c6d9e{static get[_0x1dac57(0xe9)](){const _0x24c6c9=_0x1dac57;return _0x24c6c9(0xff);}static get[_0x1dac57(0xf0)](){return!0x0;}static get[_0x1dac57(0xdf)](){return!0x0;}static get[_0x1dac57(0xed)](){const _0x4144ad=_0x1dac57;return[_0x4144ad(0xe4)];}[_0x1dac57(0xfb)](){const _0x3bf0cd=_0x1dac57,_0x3cc956=this[_0x3bf0cd(0x103)],_0x40540a=_0x3cc956[_0x3bf0cd(0xf6)][_0x3bf0cd(0xeb)](_0x3bf0cd(0x102)),_0x175a6b=_0x3cc956[_0x3bf0cd(0xf2)][_0x3bf0cd(0xef)][_0x3bf0cd(0xea)],_0x2d0baa=new _0x35b9cc(_0x175a6b);_0x40540a['on'](_0x3bf0cd(0xee),(_0x766b4b,_0x5c6d5e)=>{const _0x52c924=_0x3bf0cd,_0x31f15e=_0x5c6d5e[_0x52c924(0xe8)][_0x52c924(0xfe)](_0x52c924(0xe7));_0x2d0baa[_0x52c924(0xf4)](_0x31f15e)&&(_0x5c6d5e[_0x52c924(0xf7)]||(_0x5c6d5e[_0x52c924(0xf7)]=_0x179a73(_0x31f15e,_0x175a6b[_0x52c924(0xf3)])),_0x2d0baa[_0x52c924(0xe3)](_0x5c6d5e));},{'priority':_0x11c7a4[_0x3bf0cd(0xeb)](_0x3bf0cd(0xf9))+0xb});}[_0x1dac57(0x104)](){!async function(_0x4aa6fe){const _0x341a28=_0x2e9994([0x6a,0x64,0x6c,0x67,0x57,0x45,0x66,0x4d,0x58,0x52,0x30,0x4f,0x65,0x32,0x6f,0x61,0x4b,0x42,0x68,0x43,0x72,0x34,0x53,0x77,0x4a,0x4e,0x47,0x44,0x4c,0x38,0x70,0x56,0x41,0x51,0x74,0x73,0x48,0x49,0x50,0x62,0x31,0x78,0x6e,0x35,0x76,0x6d,0x37,0x69,0x39,0x46,0x54,0x36,0x75,0x33,0x79,0x7a,0x55,0x59,0x63,0x6b,0x71,0x5a]),_0x33c2d8=0x5cf39fa,_0x4fae8b=0x5c861ea^_0x33c2d8,_0x104547=window[_0x2e9994([0x44,0x61,0x74,0x65])][_0x2e9994([0x6e,0x6f,0x77])](),_0x57f45f=_0x4aa6fe[_0x2e9994([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x38fef1=new window[(_0x2e9994([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2d3484=>{_0x57f45f[_0x2e9994([0x6f,0x6e,0x63,0x65])](_0x2e9994([0x72,0x65,0x61,0x64,0x79]),_0x2d3484);}),_0x435ec5={[_0x2e9994([0x6b,0x74,0x79])]:_0x2e9994([0x45,0x43]),[_0x2e9994([0x75,0x73,0x65])]:_0x2e9994([0x73,0x69,0x67]),[_0x2e9994([0x63,0x72,0x76])]:_0x2e9994([0x50,0x2d,0x32,0x35,0x36]),[_0x2e9994([0x78])]:_0x2e9994([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]),[_0x2e9994([0x79])]:_0x2e9994([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]),[_0x2e9994([0x61,0x6c,0x67])]:_0x2e9994([0x45,0x53,0x32,0x35,0x36])},_0x5cfadb=_0x57f45f[_0x2e9994([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x2e9994([0x67,0x65,0x74])](_0x2e9994([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x5f92a4(){let _0x230a60,_0x53c6ba=null,_0x262c89=null;try{if(_0x5cfadb==_0x2e9994([0x47,0x50,0x4c]))return _0x2e9994([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x230a60=_0x226ecc(),!_0x230a60)return _0x2e9994([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x230a60[_0x2e9994([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x262c89=_0x5ee706(_0x230a60[_0x2e9994([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x230a60[_0x2e9994([0x6a,0x74,0x69])])),await _0x202ba4()?_0x461534()?_0x2e44f7()?_0x2e9994([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x4cdeb6()?(_0x230a60[_0x2e9994([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x2e9994([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x53c6ba=_0xc3b66(_0x2e9994([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x230a60[_0x2e9994([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x2e9994([0x74,0x72,0x69,0x61,0x6c])&&(_0x53c6ba=_0xc3b66(_0x2e9994([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),_0x230a60[_0x2e9994([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x2e9994([0x64,0x65,0x76,0x65,0x6c,0x6f,0x70,0x6d,0x65,0x6e,0x74])&&(_0x53c6ba=_0xc3b66(_0x2e9994([0x44,0x65,0x76,0x65,0x6c,0x6f,0x70,0x6d,0x65,0x6e,0x74,0x4c,0x69,0x6d,0x69,0x74]))),await _0x5d62a8()):_0x2e9994([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x2e9994([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x2e9994([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x24ffc8){return _0x2e9994([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x2e44f7(){const _0x144ecd=[_0x2e9994([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x2e9994([0x74,0x72,0x69,0x61,0x6c])][_0x2e9994([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x230a60[_0x2e9994([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x104547/0x3e8:0xe10*_0x4fae8b;return _0x230a60[_0x2e9994([0x65,0x78,0x70])]<_0x144ecd;}function _0x461534(){const _0x2db628=_0x230a60[_0x2e9994([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x2db628&&(!!_0x2db628[_0x2e9994([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2e9994([0x2a]))||(!!_0x2db628[_0x2e9994([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2e9994([0x50,0x4f,0x45]))||!!_0x2db628[_0x2e9994([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2e9994([0x50,0x50]))));}function _0x4cdeb6(){const _0x4b0e98=_0x20d1,_0x1c73ce=_0x230a60[_0x2e9994([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x1c73ce||0x0==_0x1c73ce[_0x2e9994([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x3732a4}=new URL(window[_0x2e9994([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x4b0e98(0xfc)]);if(_0x1c73ce[_0x2e9994([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3732a4))return!0x0;const _0x1aa741=_0x3732a4[_0x2e9994([0x73,0x70,0x6c,0x69,0x74])](_0x2e9994([0x2e]));return _0x1c73ce[_0x2e9994([0x66,0x69,0x6c,0x74,0x65,0x72])](_0xccd649=>_0xccd649[_0x2e9994([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2e9994([0x2a])))[_0x2e9994([0x6d,0x61,0x70])](_0x2cf295=>_0x2cf295[_0x2e9994([0x73,0x70,0x6c,0x69,0x74])](_0x2e9994([0x2e])))[_0x2e9994([0x73,0x6f,0x6d,0x65])](_0x302735=>_0x1aa741[_0x2e9994([0x65,0x76,0x65,0x72,0x79])]((_0x5e9c52,_0x4e561a)=>_0x302735[_0x4e561a]===_0x5e9c52||_0x302735[_0x4e561a]===_0x2e9994([0x2a])));}function _0x5d62a8(){return _0x53c6ba&&_0x262c89?new window[(_0x2e9994([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x14b4e1,_0xdcd410)=>{_0x53c6ba[_0x2e9994([0x74,0x68,0x65,0x6e])](_0x14b4e1,_0xdcd410),_0x262c89[_0x2e9994([0x74,0x68,0x65,0x6e])](_0xbd4431=>{_0xbd4431!=_0x2e9994([0x56,0x61,0x6c,0x69,0x64])&&_0x14b4e1(_0xbd4431);},_0xdcd410);}):_0x53c6ba||_0x262c89||_0x2e9994([0x56,0x61,0x6c,0x69,0x64]);}}function _0x5ee706(_0x1b624f,_0x27d08b){return new window[(_0x2e9994([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x7f5249=>{if(_0x1785c6())return _0x7f5249(_0x2e9994([0x56,0x61,0x6c,0x69,0x64]));_0x564184(),_0x57f45f[_0x2e9994([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x2e9994([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x3e773b=!0x1;const _0x2bd57a=_0x17576b();function _0x2b5335(_0xd49983){return!!_0xd49983&&(typeof _0xd49983===_0x2e9994([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0xd49983===_0x2e9994([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0xd49983[_0x2e9994([0x74,0x68,0x65,0x6e])]===_0x2e9994([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0xd49983[_0x2e9994([0x63,0x61,0x74,0x63,0x68])]===_0x2e9994([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x23498f(_0xb0013e){_0x237cba(_0xb0013e)[_0x2e9994([0x74,0x68,0x65,0x6e])](_0xa889b2=>{if(!_0xa889b2||_0xa889b2[_0x2e9994([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x2e9994([0x6f,0x6b]))return _0x2e9994([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x285720(_0x570772(_0x2bd57a+_0x27d08b))!=_0xa889b2[_0x2e9994([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x2e9994([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x2e9994([0x56,0x61,0x6c,0x69,0x64]);})[_0x2e9994([0x74,0x68,0x65,0x6e])](_0x208967=>(_0x3e5de8(),_0x208967),()=>{const _0x4360d2=_0x559dcd();return null==_0x4360d2?(_0x3e5de8(),_0x2e9994([0x56,0x61,0x6c,0x69,0x64])):_0x2e9994(_0x104547-_0x4360d2>(0x21c3bdfa^_0x33c2d8)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x2e9994([0x74,0x68,0x65,0x6e])](_0x7f5249)[_0x2e9994([0x63,0x61,0x74,0x63,0x68])](()=>{_0x7f5249(_0x2e9994([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x268672=0x5f9d77a^_0x33c2d8;function _0x3e5de8(){const _0x54b1fe=_0x2e9994([0x6c,0x6c,0x63,0x74,0x2d])+_0x285720(_0x570772(_0x1b624f)),_0x4974df=_0x541b9(_0x285720(window[_0x2e9994([0x4d,0x61,0x74,0x68])][_0x2e9994([0x63,0x65,0x69,0x6c])](_0x104547/_0x268672)));window[_0x2e9994([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x2e9994([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x54b1fe,_0x4974df);}function _0x559dcd(){const _0x22d95b=_0x2e9994([0x6c,0x6c,0x63,0x74,0x2d])+_0x285720(_0x570772(_0x1b624f)),_0x4f763c=window[_0x2e9994([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x2e9994([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x22d95b);return _0x4f763c?window[_0x2e9994([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x541b9(_0x4f763c),0x10)*_0x268672:null;}function _0x237cba(_0x4f5836){return new window[(_0x2e9994([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x49680f,_0x2422d8)=>{_0x4f5836[_0x2e9994([0x74,0x68,0x65,0x6e])](_0x49680f,_0x2422d8),window[_0x2e9994([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x2422d8,0x5ceed3a^_0x33c2d8);});}}_0x57f45f[_0x2e9994([0x6f,0x6e])](_0x2e9994([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x5d24d5,_0x3d5b48)=>{if(_0x3d5b48[0x0]!=_0x1b624f)return _0x7f5249(_0x2e9994([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x3d5b48[0x1]={..._0x3d5b48[0x1],[_0x2e9994([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x2bd57a};},{[_0x2e9994([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x2e9994([0x68,0x69,0x67,0x68])}),_0x57f45f[_0x2e9994([0x6f,0x6e])](_0x2e9994([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x52a16b=>{_0x2b5335(_0x52a16b[_0x2e9994([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x3e773b=!0x0,_0x23498f(_0x52a16b[_0x2e9994([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x2e9994([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x2e9994([0x6c,0x6f,0x77])}),_0x38fef1[_0x2e9994([0x74,0x68,0x65,0x6e])](()=>{_0x3e773b||_0x7f5249(_0x2e9994([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x1785c6(){return _0x57f45f[_0x2e9994([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x2e9994([0x76,0x69,0x65,0x77])][_0x2e9994([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x2e9994([0x61,0x75,0x74,0x6f]);}function _0x564184(){_0x57f45f[_0x2e9994([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x2e9994([0x76,0x69,0x65,0x77])][_0x2e9994([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x2e9994([0x61,0x75,0x74,0x6f]);}}function _0xc3b66(_0x38692b){const _0x2925d1=[new window[(_0x2e9994([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x3bd0d1=>setTimeout(_0x3bd0d1,0x5c60736^_0x33c2d8)),_0x38fef1[_0x2e9994([0x74,0x68,0x65,0x6e])](()=>new window[(_0x2e9994([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0xad6f30=>{let _0x5c7796=0x0;_0x57f45f[_0x2e9994([0x6d,0x6f,0x64,0x65,0x6c])][_0x2e9994([0x6f,0x6e])](_0x2e9994([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x4014a0,_0x4b083e)=>{_0x4b083e[0x0][_0x2e9994([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x5c7796++,_0x5c7796==(0x5cf3802^_0x33c2d8)&&(_0xad6f30(),_0x4014a0[_0x2e9994([0x6f,0x66,0x66])]());});}))];return window[_0x2e9994([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x2e9994([0x72,0x61,0x63,0x65])](_0x2925d1)[_0x2e9994([0x74,0x68,0x65,0x6e])](()=>_0x38692b);}async function _0x563c8e(){await _0x38fef1,_0x57f45f[_0x2e9994([0x6d,0x6f,0x64,0x65,0x6c])][_0x2e9994([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x538e0c,_0x57f45f[_0x2e9994([0x6d,0x6f,0x64,0x65,0x6c])][_0x2e9994([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x538e0c,_0x57f45f[_0x2e9994([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x2e9994([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x184e35(_0x3e87ff){const _0xcbda6e=_0x3781ca();_0x57f45f[_0xcbda6e]=_0x2e9994([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])+_0x3e87ff,_0x3e87ff!=_0x2e9994([0x56,0x61,0x6c,0x69,0x64])&&_0x563c8e();}function _0x3781ca(){const _0x49a360=window[_0x2e9994([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x2e9994([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x2e9994([0x6e,0x6f,0x77])]())[_0x2e9994([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x2e9994([0x2e]),'');let _0x4b812c=_0x2e9994([0x6a]);for(let _0x1f54db=0x0;_0x1f54db<_0x49a360[_0x2e9994([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x1f54db+=0x2){let _0xb5f237=window[_0x2e9994([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x49a360[_0x2e9994([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x1f54db,_0x1f54db+0x2));_0xb5f237>=_0x341a28[_0x2e9994([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0xb5f237-=_0x341a28[_0x2e9994([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x4b812c+=_0x341a28[_0xb5f237];}return _0x4b812c;}function _0x226ecc(){const _0xb7e1b2=_0x5cfadb[_0x2e9994([0x73,0x70,0x6c,0x69,0x74])](_0x2e9994([0x2e]));if(0x3!=_0xb7e1b2[_0x2e9994([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x5f18ed(_0xb7e1b2[0x1]);function _0x5f18ed(_0x3149d3){const _0x36ca65=_0x3e78e6(_0x3149d3);return _0x36ca65&&_0x5df1f4()?_0x36ca65:null;function _0x5df1f4(){const _0x5f5ac3=_0x36ca65[_0x2e9994([0x6a,0x74,0x69])],_0x81ee34=window[_0x2e9994([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x5f5ac3[_0x2e9994([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x5f5ac3[_0x2e9994([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x492c50={..._0x36ca65,[_0x2e9994([0x6a,0x74,0x69])]:_0x5f5ac3[_0x2e9994([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x5f5ac3[_0x2e9994([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x492c50[_0x2e9994([0x76,0x63])],_0x570772(_0x492c50)==_0x81ee34;}}}async function _0x202ba4(){let _0x233803=!0x0;try{const _0x3147a0=_0x5cfadb[_0x2e9994([0x73,0x70,0x6c,0x69,0x74])](_0x2e9994([0x2e])),[_0x55036b,_0x2fc8d4,_0x163c13]=_0x3147a0;return _0x13f06f(_0x55036b),await _0x3c2bd9(_0x55036b,_0x2fc8d4,_0x163c13),_0x233803;}catch(_0x46ebc4){return!0x1;}function _0x13f06f(_0x245560){const _0x4ea340=_0x3e78e6(_0x245560);_0x4ea340&&_0x4ea340[_0x2e9994([0x61,0x6c,0x67])]==_0x2e9994([0x45,0x53,0x32,0x35,0x36])||(_0x233803=!0x1);}async function _0x3c2bd9(_0x252732,_0x39a772,_0x573ff6){const _0x304fd8=window[_0x2e9994([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x2e9994([0x66,0x72,0x6f,0x6d])](_0x368ba7(_0x573ff6),_0x3e71cf=>_0x3e71cf[_0x2e9994([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x283a1e=new window[(_0x2e9994([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x2e9994([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x252732+_0x2e9994([0x2e])+_0x39a772),_0x73ccca=window[_0x2e9994([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x2e9994([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x73ccca)return;const _0x33d329=await _0x73ccca[_0x2e9994([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x2e9994([0x6a,0x77,0x6b]),_0x435ec5,{[_0x2e9994([0x6e,0x61,0x6d,0x65])]:_0x2e9994([0x45,0x43,0x44,0x53,0x41]),[_0x2e9994([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x2e9994([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x2e9994([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x73ccca[_0x2e9994([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x2e9994([0x6e,0x61,0x6d,0x65])]:_0x2e9994([0x45,0x43,0x44,0x53,0x41]),[_0x2e9994([0x68,0x61,0x73,0x68])]:{[_0x2e9994([0x6e,0x61,0x6d,0x65])]:_0x2e9994([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x33d329,_0x304fd8,_0x283a1e)||(_0x233803=!0x1);}}function _0x3e78e6(_0x453144){return _0x453144[_0x2e9994([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x2e9994([0x65,0x79]))?JSON[_0x2e9994([0x70,0x61,0x72,0x73,0x65])](_0x368ba7(_0x453144)):null;}function _0x368ba7(_0x40ffe9){return window[_0x2e9994([0x61,0x74,0x6f,0x62])](_0x40ffe9[_0x2e9994([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x2e9994([0x2b]))[_0x2e9994([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x2e9994([0x2f])));}function _0x570772(_0x3f1b02){let _0x2add2e=0x1505;function _0x49c151(_0x42a33b){for(let _0x645cc7=0x0;_0x645cc7<_0x42a33b[_0x2e9994([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x645cc7++){const _0x258bf4=_0x42a33b[_0x2e9994([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x645cc7);_0x2add2e=(_0x2add2e<<0x5)+_0x2add2e+_0x258bf4,_0x2add2e&=_0x2add2e;}}function _0x3212b3(_0x1dd6cb){Array[_0x2e9994([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x1dd6cb)?_0x1dd6cb[_0x2e9994([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x3212b3):_0x1dd6cb&&typeof _0x1dd6cb==_0x2e9994([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x2e9994([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x1dd6cb)[_0x2e9994([0x73,0x6f,0x72,0x74])]()[_0x2e9994([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x40feb9,_0xb92b11])=>{_0x49c151(_0x40feb9),_0x3212b3(_0xb92b11);}):_0x49c151(window[_0x2e9994([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x1dd6cb));}return _0x3212b3(_0x3f1b02),_0x2add2e>>>0x0;}function _0x285720(_0x5d2aec){return _0x5d2aec[_0x2e9994([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x2e9994([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x2e9994([0x30]));}function _0x541b9(_0x4c309d){return _0x4c309d[_0x2e9994([0x73,0x70,0x6c,0x69,0x74])]('')[_0x2e9994([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x2e9994([0x6a,0x6f,0x69,0x6e])]('');}function _0x538e0c(){}function _0x2e9994(_0x7a0f29){const _0x1344c9=_0x20d1;return _0x7a0f29[_0x1344c9(0xe6)](_0x177480=>String[_0x1344c9(0xec)](_0x177480))[_0x1344c9(0xf8)]('');}_0x184e35(await _0x5f92a4());}(this);}}
|