@ckeditor/ckeditor5-paste-from-office-enhanced 47.7.1 → 47.7.2-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/paste-from-office-enhanced.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +6 -6
- package/src/index.js +1 -1
- package/src/legacyerrors.js +1 -1
- package/src/normalizers/inliner/msofficestylesinliner.js +1 -1
- package/src/normalizers/inliner/utils.js +1 -1
- package/src/normalizers/propagator/msofficeinlinestylepropagator.js +1 -1
- package/src/normalizers/propagator/utils.js +1 -1
- package/src/pastefromofficeenhanced.js +1 -1
- package/src/pastefromofficeenhancedinliner.js +1 -1
- package/src/pastefromofficeenhancedpropagator.js +1 -1
- package/src/utils.js +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* @license Copyright (c) 2003-2026, 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:()=>dt});var t=n(782);n(331);var e=n(783);function s(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}function i(t){return Math.round(t)+"px"}function o(t,n,r){if(!t.childCount)return;const s=new e.ViewUpcastWriter(t.document),i=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=y(t);if(void 0===e||0!=parseFloat(e)||Array.from(t.getClassNames()).find(t=>t.startsWith("MsoList"))||(e=void 0),t.hasStyle("mso-list")&&"none"!==t.getStyle("mso-list")||void 0!==e&&s.has(e)){const n=g(t);r.push({element:t,id:n.id,order:n.order,indent:n.indent,marginLeft:e}),void 0!==e&&s.add(e)}else s.clear()}return r}(t,s);if(!i.length)return;const o={},f=[];let m={marginLeft:void 0,canApplyMarginOnList:!0,topLevelListItemElements:[]};for(const t of i)if(void 0!==t.indent){u(t)||(l(s,f,m),m=c(),f.length=0);const e=`${t.id}:${t.indent}`,i=Math.min(t.indent-1,f.length);if(i<f.length&&f[i].id!==t.id&&(f.length=i),i<f.length-1)f.length=i+1;else{const a=p(t,n);if(i>f.length-1||f[i].listElement.name!=a.type){0==i&&"ol"==a.type&&void 0!==t.id&&o[e]&&(a.startIndex=o[e]);const n=d(a,s,r);if(0==f.length){const e=t.element.parent,r=e.getChildIndex(t.element)+1;s.insertChild(r,n,e)}else{const t=f[i-1].listItemElements;s.appendChild(n,t[t.length-1])}f[i]={...t,listElement:n,listItemElements:[]},0==i&&void 0!==t.id&&(o[e]=a.startIndex||1)}}const g="li"==t.element.name?t.element:s.createElement("li");a(s,f,m,t,g,i),s.appendChild(g,f[i].listElement),f[i].listItemElements.push(g),0==i&&void 0!==t.id&&o[e]++,t.element!=g&&s.appendChild(t.element,g),h(t.element,s),s.removeStyle("text-indent",t.element),s.removeStyle("margin-left",t.element)}else{const e=f.find(e=>e.marginLeft==t.marginLeft);if(e){const n=e.listItemElements;s.appendChild(t.element,n[n.length-1]),s.removeStyle("margin-left",t.element)}else f.length=0}l(s,f,m)}function a(t,e,n,r,s,o){if(void 0===r.marginLeft)return void(0==o&&(n.canApplyMarginOnList=!1));const a=parseFloat(r.marginLeft);let c=0;if(e.length>1){const t=e[e.length-2].listItemElements;if(t.length>0){const e=t[t.length-1].getStyle("margin-left");void 0!==e&&(c+=parseFloat(e))}}c+=40*e.length;const l=a-c,u=0!==l?i(l):void 0;u&&(t.setStyle("margin-left",u,s),0==o&&n.canApplyMarginOnList&&(void 0===n.marginLeft&&(n.marginLeft=u),u!==n.marginLeft&&(n.canApplyMarginOnList=!1),n.topLevelListItemElements.push(s)))}function c(){return{marginLeft:void 0,canApplyMarginOnList:!0,topLevelListItemElements:[]}}function l(t,e,n){if(n.canApplyMarginOnList&&n.marginLeft&&n.topLevelListItemElements.length>0){t.setStyle("margin-left",n.marginLeft,e[0].listElement);for(const e of n.topLevelListItemElements)t.removeStyle("margin-left",e)}}function u(t){const e=t.element.previousSibling;if(!e){const e=t.element.parent;return f(e)&&(!e.previousSibling||f(e.previousSibling))}return f(e)}function f(t){return t.is("element","ol")||t.is("element","ul")}function p(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"),a=i.exec(e),c=o.exec(e),l=a&&!c,u=n.exec(e);let f="decimal",p="ol",d=null;if(u&&u[1]){const e=r.exec(u[1]);if(e&&e[1]&&(f=e[1].trim(),p="bullet"!==f&&"image"!==f?"ol":"ul"),"bullet"===f){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&&(f=e)}else{const t=s.exec(u[1]);t&&t[1]&&(d=parseInt(t[1]))}l&&(p="ol")}return{type:p,startIndex:d,style:m(f),isLegalStyleList:l}}function m(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 d(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 g(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 h(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 y(t){const e=t.getStyle("margin-left");return void 0===e||e.endsWith("px")?e:s(e)}function I(t,n){if(!t.childCount)return;const r=new e.ViewUpcastWriter(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"],a=s.match(e),c=e.getAttribute("o:gfxdata"),l="v:shapetype"===r,u=c&&o.some(t=>e.getAttribute("id").includes(t));a&&c&&!l&&!u&&i.push(t.item.getAttribute("id"))}return i}(t,r);!function(t,n,r){const s=r.createRangeIn(n),i=new e.Matcher({name:"img"}),o=[];for(const e of s)if(e.item.is("element")&&i.match(e.item)){const n=e.item,r=n.getAttribute("v:shapes")?n.getAttribute("v:shapes").split(" "):[];r.length&&r.every(e=>t.indexOf(e)>-1)?o.push(n):n.getAttribute("src")||o.push(n)}for(const t of o)r.remove(t)}(s,t,r),function(t,e,n){const r=n.createRangeIn(e),s=[];for(const e of r)if("elementStart"==e.type&&e.item.is("element","v:shape")){const n=e.item.getAttribute("id");if(t.includes(n))continue;i(e.item.parent.getChildren(),n)||s.push(e.item)}for(const t of s){const e={src:o(t)};t.hasAttribute("alt")&&(e.alt=t.getAttribute("alt"));const r=n.createElement("img",e);n.insertChild(t.index+1,r,t.parent)}function i(t,e){for(const n of t)if(n.is("element")){if("img"==n.name&&n.getAttribute("v:shapes")==e)return!0;if(i(n.getChildren(),e))return!0}return!1}function o(t){for(const e of t.getChildren())if(e.is("element")&&e.getAttribute("src"))return e.getAttribute("src")}}(s,t,r),function(t,n){const r=n.createRangeIn(t),s=new e.Matcher({name:/v:(.+)/}),i=[];for(const t of r)"elementStart"==t.type&&s.match(t.item)&&i.push(t.item);for(const t of i)n.remove(t)}(t,r);const i=function(t,n){const r=n.createRangeIn(t),s=new e.Matcher({name:"img"}),i=[];let o=0;for(const t of r)t.item.is("element")&&s.match(t.item)&&(t.item.getAttribute("src").startsWith("file://")&&i.push({element:t.item,imageIndex:o}),o++);return i}(t,r);i.length&&function(t,e,n){for(let r=0;r<t.length;r++){const{element:s,imageIndex:i}=t[r],o=e[i];if(o){const t=`data:${o.type};base64,${w(o.hex)}`;n.setAttribute("src",t,s)}}}(i,function(t){if(!t)return[];const e=/{\\pict[\s\S]+?\\bliptag-?\d+(\\blipupi-?\d+)?({\\\*\\blipuid\s?[\da-fA-F]+)?[\s}]*?/,n=new RegExp("(?:("+e.source+"))([\\da-fA-F\\s]+)\\}","g"),r=t.match(n),s=[];if(r)for(const t of r){let n=!1;t.includes("\\pngblip")?n="image/png":t.includes("\\jpegblip")&&(n="image/jpeg"),n&&s.push({hex:t.replace(e,"").replace(/[^\da-fA-F]/g,""),type:n})}return s}(n),r)}function w(t){return btoa(t.match(/\w{2}/g).map(t=>String.fromCharCode(parseInt(t,16))).join(""))}function v(t,e){const n=[],r=[];for(const{item:s}of t.createRangeIn(e))if(s.is("element")&&s.getStyle("mso-footnote-id")){n.unshift(s);const{nextSibling:t}=s;t?.is("$text")&&t.data.startsWith(" ")&&r.unshift(t)}for(const e of n)t.remove(e);for(const e of r){const n=e.data.substring(1);if(n.length>0){const r=e.parent,s=r.getChildIndex(e),i=t.createText(n);t.remove(e),t.insertChild(s,i,r)}else t.remove(e)}return e}function b(t,e){const n=t.createElement("sup",{class:"footnote"}),r=t.createElement("a",{id:`ref-${e}`,href:`#${e}`});return t.appendChild(r,n),n}function x(t,e){const n=t.createElement("li",{id:e,class:"footnote-definition"}),r=t.createElement("a",{href:`#ref-${e}`,class:"footnote-backlink"}),s=t.createElement("div",{class:"footnote-content"});return t.appendChild(t.createText("^"),r),t.appendChild(r,n),t.appendChild(s,n),{listItem:n,content:s}}const S=/<meta\s*name="?generator"?\s*content="?microsoft\s*word\s*\d+"?\/?>/i,C=/xmlns:o="urn:schemas-microsoft-com/i;class A{document;hasMultiLevelListPlugin;hasTablePropertiesPlugin;hasExtendedTableBlockAlignment;constructor(t,e=!1,n=!1,r=!1){this.document=t,this.hasMultiLevelListPlugin=e,this.hasTablePropertiesPlugin=n,this.hasExtendedTableBlockAlignment=r}isActive(t){return S.test(t)||C.test(t)}execute(t){const n=new e.ViewUpcastWriter(this.document),{body:r,stylesString:i}=t._parsedData;!function(t,e){const n=[];for(const r of e.createRangeIn(t)){const t=r.item;t.is("element","a")&&!t.hasAttribute("href")&&(t.hasAttribute("id")||t.hasAttribute("name"))&&n.push(t)}for(const t of n){const n=t.parent.getChildIndex(t)+1,r=t.getChildren();e.insertChild(n,r,t.parent)}}(r,n),o(r,i,this.hasMultiLevelListPlugin),I(r,t.dataTransfer.getData("text/rtf")),function(t,e,n=!1,r=!1){for(const i of e.createRangeIn(t).getItems()){if(!i.is("element","table")&&!i.is("element","td")&&!i.is("element","th"))continue;if(n&&r&&i.is("element","table")){const t=i.parent?.is("element","div")?i.parent:null,n=i.parent?.parent?.is("element","div")?i.parent.parent:null,r=t??n;r&&"center"===r.getAttribute("align")&&!i.getAttribute("align")?(e.setStyle("margin-left","auto",i),e.setStyle("margin-right","auto",i)):r&&"right"===r.getAttribute("align")&&!i.getAttribute("align")?(e.setStyle("margin-left","auto",i),e.setStyle("margin-right","0",i)):r||i.getAttribute("align")||(e.setStyle("margin-left","0",i),e.setStyle("margin-right","auto",i))}const t=["left","top","right","bottom"];if(t.every(t=>!i.hasStyle(`border-${t}-style`)))e.setStyle("border-style","none",i);else for(const n of t)i.hasStyle(`border-${n}-style`)||e.setStyle(`border-${n}-style`,"none",i);const o=["width","height",...t.map(t=>`border-${t}-width`),...t.map(t=>`padding-${t}`)];for(const t of o)i.hasStyle(t)&&e.setStyle(t,s(i.getStyle(t)),i)}}(r,n,this.hasTablePropertiesPlugin,this.hasExtendedTableBlockAlignment),function(t,e){for(const n of e.createRangeIn(t).getItems())n.is("element","table")&&("0px"===n.getStyle("width")&&e.removeStyle("width",n),"0"===n.getAttribute("width")&&e.removeAttribute("width",n))}(r,n),function(t,e){const n=new Map,r=new Map;let s=null;for(const{item:i}of e.createRangeIn(t))if(i.is("element"))if("footnote-list"!==i.getStyle("mso-element")){if(i.hasStyle("mso-footnote-id")){const t=i.findAncestor("element",t=>"footnote"===t.getStyle("mso-element"));if(t){const e=t.getAttribute("id");r.set(e,t)}else{const t=i.getStyle("mso-footnote-id");n.set(t,i)}continue}}else s=i;if(!n.size||!s)return;const i=function(t){return t.createElement("ol",{class:"footnotes"})}(e);e.replace(s,i);for(const[t,s]of n){const n=r.get(t);if(!n)continue;e.replace(s,b(e,t));const o=x(e,t);v(e,n);for(const t of n.getChildren()){let n=t;t.is("element")&&(n=e.clone(t,!0)),e.appendChild(n,o.content)}e.appendChild(o.listItem,i)}}(r,n),function(t){const n=[],r=new e.ViewUpcastWriter(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 E(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 L(t,n){const r=new DOMParser,s=function(t){return E(E(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,a=function(t,n){const r=new e.ViewDocument(n),s=new e.ViewDomConverter(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),c=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:a,bodyString:o,styles:c.styles,stylesString:c.stylesString}}var P=n(584);function O(){const t=["900iHgqtw","test","14feZMYT","473173KXRyzC","1149198IeAuqF","1219928dBWaKx","5Cjvwej","43938cZGxbs","1706523GrdWYJ","13797190DDhqJJ","1589556xtoaDO","2KHIJHA"];return(O=function(){return t})()}function F(t,e){const n=O();return(F=function(t,e){return n[t-=244]})(t,e)}!function(t){const e=F,n=t();for(;;)try{if(399740===parseInt(e(246))/1*(-parseInt(e(254))/2)+parseInt(e(251))/3+-parseInt(e(253))/4+-parseInt(e(249))/5*(-parseInt(e(247))/6)+parseInt(e(245))/7*(-parseInt(e(248))/8)+parseInt(e(250))/9*(-parseInt(e(255))/10)+parseInt(e(252))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(O);const M=/<meta\s*name="?generator"?\s*content="?microsoft\s*excel\s*\d+"?\/?>/i;function R(t){return M[F(244)](t)}!function(t){const e=D,n=t();for(;;)try{if(898331===parseInt(e(235))/1*(-parseInt(e(248))/2)+-parseInt(e(223))/3+parseInt(e(240))/4+parseInt(e(228))/5+parseInt(e(245))/6+parseInt(e(237))/7*(-parseInt(e(246))/8)+-parseInt(e(249))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(k);const T=/^(?<tagName>(?!\.)[\w-]+)?(\.(?<className>[\w-]+))?$/i;function j(t,e){const n=D,r=new Map;for(const[s,i]of e){if(!s[n(231)]&&!s[n(224)])continue;const e=!s[n(231)]||t[n(225)]===s[n(231)],o=!s[n(224)]||t[n(230)](s[n(224)]);e&&o&&r[n(242)](s,i)}return r}function D(t,e){const n=k();return(D=function(t,e){return n[t-=223]})(t,e)}function k(){const t=["split","2sltPPe","10351467qllVOC","3233820tfxmwM","className","name","selectorText","cssRules","6681605MWjtxo","exec","hasClass","tagName","groups","length","map","119694apDomh","getPropertyValue","20713ShtOav","push","trim","6692112MFfnCU","assign","set","style","initial","4314576kXHMJf","1304oTSxGU"];return(k=function(){return t})()}function W(t){const e=D,n={};for(let r=0;r<t[e(233)];r++){const s=t[r],i=t[e(236)](s);e(244)!==i&&(n[s]=i)}return n}function $(t){const e=D,n=t[e(247)](",")[e(234)](t=>t[e(239)]()),r=[];for(const t of n){const n=T[e(229)](t);n&&r[e(238)](n[e(232)])}return r}function N(t){const e=D,n={};for(const r of t)Object[e(241)](n,r);return n}const K=U;function U(t,e){const n=V();return(U=function(t,e){return n[t-=105]})(t,e)}function V(){const t=["66igZFgv","6396McYkxz","createRangeIn","execute","content","item","5151843RqnCLC","isActive","type","hasStyle","3115dDdheK","from","size","95804UMotDp","2454740GyqwOo","_parsedData","14504NFPXZf","values","setStyle","1600505qHTlLe","81992VdeIRk","document","1RxMtSj","69yCQQOF","elementStart"];return(V=function(){return t})()}!function(t){const e=U,n=t();for(;;)try{if(415223===-parseInt(e(120))/1*(-parseInt(e(111))/2)+-parseInt(e(121))/3*(-parseInt(e(118))/4)+parseInt(e(117))/5+-parseInt(e(124))/6*(-parseInt(e(108))/7)+parseInt(e(114))/8+parseInt(e(129))/9+-parseInt(e(112))/10*(parseInt(e(123))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(V);class z extends A{[K(126)](t){const n=K,{body:r,styles:s}=t[n(113)],i=new e.ViewUpcastWriter(r[n(119)]),o=i[n(125)](r),a=function(t){const e=D,n=new Map;for(const r in t){const s=$(r),i=t[r];for(const t of s)n[e(242)](t,i)}return n}(function(t){const e=D,n={};for(const r of t)for(const t of r[e(227)])if(t instanceof CSSStyleRule){const r=W(t[e(243)]);n[t[e(226)]]=Object[e(241)]({},n[t[e(226)]]||{},r)}return n}(s));for(const t of o){if(n(122)!==t[n(106)])continue;const e=j(t[n(128)],a);if(e[n(110)]){const r=N(Array[n(109)](e[n(115)]()));for(const e in r){const s=t[n(128)];s[n(107)](e)||i[n(116)](e,r[e],s)}}}t[n(127)]=r}[K(105)](t){return super[K(105)](t)||R(t)}}const G=X;function X(t,e){const n=q();return(X=function(t,e){return n[t-=212]})(t,e)}function q(){const t=["7NvlNDv","init","680382jFbMWF","1653758ajFMvi","high","requires","5vRGweU","1iIfQXR","isOfficialPlugin","1528ZUaMop","230nZbbTO","getData","isActive","9462GkXRZR","map","pluginName","PasteFromOfficeEnhancedInliner","editing","fromCharCode","inputTransformation","get","editor","execute","dataTransfer","7031592vKDcIv","ClipboardPipeline","plugins","17015244rQynhb","text/html","11iXBzYJ","PasteFromOffice","_parsedData","39257478zdgrcy","join","document","isPremiumPlugin","stylesProcessor","view","afterInit","6550374XqNQwt","href"];return(q=function(){return t})()}!function(t){const e=X,n=t();for(;;)try{if(880062===-parseInt(e(226))/1*(parseInt(e(222))/2)+parseInt(e(232))/3*(-parseInt(e(228))/4)+parseInt(e(225))/5*(parseInt(e(217))/6)+parseInt(e(219))/7*(-parseInt(e(243))/8)+-parseInt(e(221))/9*(parseInt(e(229))/10)+parseInt(e(248))/11*(parseInt(e(246))/12)+parseInt(e(251))/13)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(q);class Z extends t.Plugin{static get[G(234)](){return G(235)}static get[G(227)](){return!0}static get[G(213)](){return!0}static get[G(224)](){return[G(249)]}[G(220)](){const t=G,e=this[t(240)],n=e[t(245)][t(239)](t(244)),r=e[t(236)][t(215)][t(212)],s=new z(r);n.on(t(238),(e,n)=>{const i=t,o=n[i(242)][i(230)](i(247));s[i(231)](o)&&(n[i(250)]||(n[i(250)]=L(o,r[i(214)])),s[i(241)](n))},{priority:P.priorities[t(239)](t(223))+11})}[G(216)](){!async function(t){const e=m([115,71,54,53,67,114,107,49,99,100,50,105,103,76,78,55,122,73,69,65,89,106,117,57,74,51,104,98,80,66,116,110,70,77,120,81,102,52,72,119,90,97,108,48,113,84,83,86,75,121,68,109,111,82,118,85,88,101,112,87,79,56]),n=window[m([68,97,116,101])][m([110,111,119])](),r=t[m([101,100,105,116,111,114])],s=new(window[m([80,114,111,109,105,115,101])])(t=>{r[m([111,110,99,101])](m([114,101,97,100,121]),t)}),i={[m([107,116,121])]:m([69,67]),[m([117,115,101])]:m([115,105,103]),[m([99,114,118])]:m([80,45,50,53,54]),[m([120])]:m([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]),[m([121])]:m([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]),[m([97,108,103])]:m([69,83,50,53,54])},o=r[m([99,111,110,102,105,103])][m([103,101,116])](m([108,105,99,101,110,115,101,75,101,121]));function a(t){return t[m([115,116,97,114,116,115,87,105,116,104])](m([101,121]))?JSON[m([112,97,114,115,101])](c(t)):null}function c(t){return window[m([97,116,111,98])](t[m([114,101,112,108,97,99,101])](/-/g,m([43]))[m([114,101,112,108,97,99,101])](/_/g,m([47])))}function l(t){let e=5381;function n(t){for(let n=0;n<t[m([108,101,110,103,116,104])];n++){const r=t[m([99,104,97,114,67,111,100,101,65,116])](n);e=(e<<5)+e+r,e&=e}}return function t(e){Array[m([105,115,65,114,114,97,121])](e)?e[m([102,111,114,69,97,99,104])](t):e&&typeof e==m([111,98,106,101,99,116])?Object[m([101,110,116,114,105,101,115])](e)[m([115,111,114,116])]()[m([102,111,114,69,97,99,104])](([e,r])=>{n(e),t(r)}):n(window[m([83,116,114,105,110,103])](e))}(t),e>>>0}function u(t){return t[m([116,111,83,116,114,105,110,103])](16)[m([112,97,100,83,116,97,114,116])](8,m([48]))}function f(t){return t[m([115,112,108,105,116])]("")[m([114,101,118,101,114,115,101])]()[m([106,111,105,110])]("")}function p(){}function m(t){const e=X;return t[e(233)](t=>String[e(237)](t))[e(252)]("")}!function(t){const n=function(){const t=window[m([83,116,114,105,110,103])](window[m([112,101,114,102,111,114,109,97,110,99,101])][m([110,111,119])]())[m([114,101,112,108,97,99,101])](m([46]),"");let n=m([115]);for(let r=0;r<t[m([108,101,110,103,116,104])];r+=2){let s=window[m([112,97,114,115,101,73,110,116])](t[m([115,117,98,115,116,114,105,110,103])](r,r+2));s>=e[m([108,101,110,103,116,104])]&&(s-=e[m([108,101,110,103,116,104])]),n+=e[s]}return n}();r[n]=m([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!=m([86,97,108,105,100])&&async function(){await s,r[m([109,111,100,101,108])][m([99,104,97,110,103,101])]=p,r[m([109,111,100,101,108])][m([101,110,113,117,101,117,101,67,104,97,110,103,101])]=p,r[m([101,110,97,98,108,101,82,101,97,100,79,110,108,121,77,111,100,101])](m([109,111,100,101,108]))}()}(await async function(){let t,e=null,p=null;try{return o==m([71,80,76])?m([78,111,116,65,108,108,111,119,101,100]):(t=function(){const t=o[m([115,112,108,105,116])](m([46]));return 3!=t[m([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[m([106,116,105])],n=window[m([112,97,114,115,101,73,110,116])](t[m([115,117,98,115,116,114,105,110,103])](t[m([108,101,110,103,116,104])]-8),16),r={...e,[m([106,116,105])]:t[m([115,117,98,115,116,114,105,110,103])](0,t[m([108,101,110,103,116,104])]-8)};return delete r[m([118,99])],l(r)==n}}}(),t?(t[m([117,115,97,103,101,69,110,100,112,111,105,110,116])]&&(p=function(t,e){return new(window[m([80,114,111,109,105,115,101])])(a=>{if(i())return a(m([86,97,108,105,100]));o(),r[m([100,101,99,111,114,97,116,101])](m([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]));let c=!1;const p=(0,P.uid)();function d(t){return!!t&&(typeof t===m([111,98,106,101,99,116])||typeof t===m([102,117,110,99,116,105,111,110]))&&typeof t[m([116,104,101,110])]===m([102,117,110,99,116,105,111,110])&&typeof t[m([99,97,116,99,104])]===m([102,117,110,99,116,105,111,110])}function g(r){c(r)[m([116,104,101,110])](t=>t&&t[m([115,116,97,116,117,115])]==m([111,107])?u(l(p+e))!=t[m([118,101,114,105,102,105,99,97,116,105,111,110])]?m([85,115,97,103,101,76,105,109,105,116]):m([86,97,108,105,100]):m([85,115,97,103,101,76,105,109,105,116]))[m([116,104,101,110])](t=>(i(),t),()=>{const t=o();return null==t?(i(),m([86,97,108,105,100])):m(n-t>6048e5?[85,115,97,103,101,76,105,109,105,116]:[86,97,108,105,100])})[m([116,104,101,110])](a)[m([99,97,116,99,104])](()=>{a(m([85,115,97,103,101,76,105,109,105,116]))});const s=36e5;function i(){const e=m([108,108,99,116,45])+u(l(t)),r=f(u(window[m([77,97,116,104])][m([99,101,105,108])](n/s)));window[m([108,111,99,97,108,83,116,111,114,97,103,101])][m([115,101,116,73,116,101,109])](e,r)}function o(){const e=m([108,108,99,116,45])+u(l(t)),n=window[m([108,111,99,97,108,83,116,111,114,97,103,101])][m([103,101,116,73,116,101,109])](e);return n?window[m([112,97,114,115,101,73,110,116])](f(n),16)*s:null}function c(t){return new(window[m([80,114,111,109,105,115,101])])((e,n)=>{t[m([116,104,101,110])](e,n),window[m([115,101,116,84,105,109,101,111,117,116])](n,12e4)})}}r[m([111,110])](m([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),(e,n)=>{if(n[0]!=t)return a(m([85,115,97,103,101,76,105,109,105,116]));n[1]={...n[1],[m([114,101,113,117,101,115,116,73,100])]:p}},{[m([112,114,105,111,114,105,116,121])]:m([104,105,103,104])}),r[m([111,110])](m([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),t=>{d(t[m([114,101,116,117,114,110])])&&(c=!0,g(t[m([114,101,116,117,114,110])]))},{[m([112,114,105,111,114,105,116,121])]:m([108,111,119])}),s[m([116,104,101,110])](()=>{c||a(m([85,115,97,103,101,76,105,109,105,116]))})});function i(){return r[m([101,100,105,116,105,110,103])][m([118,105,101,119])][m([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]==m([97,117,116,111])}function o(){r[m([101,100,105,116,105,110,103])][m([118,105,101,119])][m([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]=m([97,117,116,111])}}(t[m([117,115,97,103,101,69,110,100,112,111,105,110,116])],t[m([106,116,105])])),await async function(){let t=!0;try{const r=o[m([115,112,108,105,116])](m([46])),[s,i,a]=r;return e(s),await n(s,i,a),t}catch{return!1}function e(e){const n=a(e);n&&n[m([97,108,103])]==m([69,83,50,53,54])||(t=!1)}async function n(e,n,r){const s=window[m([85,105,110,116,56,65,114,114,97,121])][m([102,114,111,109])](c(r),t=>t[m([99,104,97,114,67,111,100,101,65,116])](0)),o=(new(window[m([84,101,120,116,69,110,99,111,100,101,114])]))[m([101,110,99,111,100,101])](e+m([46])+n),a=window[m([99,114,121,112,116,111])][m([115,117,98,116,108,101])];if(!a)return;const l=await a[m([105,109,112,111,114,116,75,101,121])](m([106,119,107]),i,{[m([110,97,109,101])]:m([69,67,68,83,65]),[m([110,97,109,101,100,67,117,114,118,101])]:m([80,45,50,53,54])},!1,[m([118,101,114,105,102,121])]);await a[m([118,101,114,105,102,121])]({[m([110,97,109,101])]:m([69,67,68,83,65]),[m([104,97,115,104])]:{[m([110,97,109,101])]:m([83,72,65,45,50,53,54])}},l,s,o)||(t=!1)}}()?function(){const e=t[m([102,101,97,116,117,114,101,115])];return!!(e&&(e[m([105,110,99,108,117,100,101,115])](m([42]))||e[m([105,110,99,108,117,100,101,115])](m([80,79,69]))||e[m([105,110,99,108,117,100,101,115])](m([80,80]))||e[m([105,110,99,108,117,100,101,115])](m([84,82,73,76,73,85,77]))&&window[m([103,108,111,98])]&&window[m([103,108,111,98])][m([116,114,105,108,105,117,109,86,101,114,115,105,111,110])]))}()?function(){const e=[m([101,118,97,108,117,97,116,105,111,110]),m([116,114,105,97,108])][m([105,110,99,108,117,100,101,115])](t[m([108,105,99,101,110,115,101,84,121,112,101])])?n/1e3:1776902400;return t[m([101,120,112])]<e}()?m([69,120,112,105,114,101,100]):function(){const e=X,n=t[m([108,105,99,101,110,115,101,100,72,111,115,116,115])];if(!n||0==n[m([108,101,110,103,116,104])])return!0;const{hostname:r}=new URL(window[m([108,111,99,97,116,105,111,110])][e(218)]);if(n[m([105,110,99,108,117,100,101,115])](r))return!0;const s=r[m([115,112,108,105,116])](m([46]));return n[m([102,105,108,116,101,114])](t=>t[m([105,110,99,108,117,100,101,115])](m([42])))[m([109,97,112])](t=>t[m([115,112,108,105,116])](m([46])))[m([102,105,108,116,101,114])](t=>t[m([108,101,110,103,116,104])]<=s[m([108,101,110,103,116,104])])[m([109,97,112])](t=>Array(s[m([108,101,110,103,116,104])]-t[m([108,101,110,103,116,104])])[m([102,105,108,108])](t[0]===m([42])?m([42]):"")[m([99,111,110,99,97,116])](t))[m([115,111,109,101])](t=>s[m([101,118,101,114,121])]((e,n)=>t[n]===e||t[n]===m([42])))}()?(t[m([108,105,99,101,110,115,101,84,121,112,101])]==m([101,118,97,108,117,97,116,105,111,110])&&(e=function(t){const e=[new(window[m([80,114,111,109,105,115,101])])(t=>setTimeout(t,605900)),s[m([116,104,101,110])](()=>new(window[m([80,114,111,109,105,115,101])])(t=>{let e=0;r[m([109,111,100,101,108])][m([111,110])](m([97,112,112,108,121,79,112,101,114,97,116,105,111,110]),(n,r)=>{r[0][m([105,115,68,111,99,117,109,101,110,116,79,112,101,114,97,116,105,111,110])]&&e++,1512==e&&(t(),n[m([111,102,102])]())})}))];return window[m([80,114,111,109,105,115,101])][m([114,97,99,101])](e)[m([116,104,101,110])](()=>t)}(m([69,118,97,108,117,97,116,105,111,110,76,105,109,105,116]))),await(e&&p?new(window[m([80,114,111,109,105,115,101])])((t,n)=>{e[m([116,104,101,110])](t,n),p[m([116,104,101,110])](e=>{e!=m([86,97,108,105,100])&&t(e)},n)}):e||p||m([86,97,108,105,100]))):m([68,111,109,97,105,110,76,105,109,105,116]):m([78,111,116,65,108,108,111,119,101,100]):m([73,110,118,97,108,105,100])):m([73,110,118,97,108,105,100]))}catch{return m([73,110,118,97,108,105,100])}}())}(this)}}const Q=tt;!function(t){const e=tt,n=t();for(;;)try{if(632514===-parseInt(e(257))/1*(parseInt(e(267))/2)+-parseInt(e(289))/3*(parseInt(e(282))/4)+parseInt(e(265))/5+-parseInt(e(273))/6+-parseInt(e(271))/7+parseInt(e(277))/8*(-parseInt(e(254))/9)+parseInt(e(251))/10*(parseInt(e(290))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(_);const B=[Q(276),Q(258),Q(294),Q(278),Q(286),Q(272),Q(283),Q(260)],J=[Q(276),Q(258),Q(294)],H={"font-style":[[Q(268),"i"]],"font-weight":[[Q(279),Q(252)],[Q(288),Q(252)],[Q(287),Q(252)],[t=>Number(t)>=600,Q(252)]],"text-decoration":[[Q(275),"u"],[Q(256),"s"]],"text-decoration-line":[[Q(275),"u"],[Q(256),"s"]],"vertical-align":[[Q(266),Q(266)],[Q(269),Q(264)]]};function Y(t){return B[Q(292)](t)}function _(){const t=["medium","getChildren","split","248MFPjgz","font-style","setStyle","span","text-decoration-line","bolder","bold","5235iPRIIu","11nskQuI","getStyle","includes","insertChild","font-size","keys","23571890ZDPzDC","strong","function","36RGBlrG","forEach","line-through","7627rpqwTC","font-family","length","vertical-align","getStyleNames","filter","from","sup","1650010OYJZcX","sub","2fQwDmh","italic","super","removeStyle","2197706IxpKzV","font-weight","3921924bYOAFH","createElement","underline","color","1942496ZTcfnP","text-decoration"];return(_=function(){return t})()}function tt(t,e){const n=_();return(tt=function(t,e){return n[t-=251]})(t,e)}function et(t){const e=Q;return Array[e(263)](t[e(261)]())[e(262)](Y)}function nt(t,e,n){const{spanStyles:r,stylesToBeHtmlElements:s}=function(t,e){const n=Q,r={},s={};return e[n(255)](e=>{const i=n,o=t[i(291)](e);if(o)if(a=e,J[Q(292)](a))r[e]=o;else if(e in H){const t=o[i(281)](" ");H[e][i(255)](([n,r])=>{const o=i;for(const i of t)(o(253)==typeof n&&n(i)||n===i)&&(s[e]=[...s[e]||[],[n,r]])})}var a}),{spanStyles:r,stylesToBeHtmlElements:s}}(t,n);(function(t,e,n){const r=Q;for(const s in n)n[s][r(255)](([,n])=>{const s=r,i=e[s(274)](n,[],t[s(280)]());e[s(293)](0,i,t)}),e[r(270)](s,t)})(t,e,s),function(t,e,n){const r=Q;if(!Object[r(295)](n)[r(259)])return;const s=e[r(274)](r(285),[],t[r(280)]());e[r(284)](n,s),e[r(293)](0,s,t),e[r(270)](Object[r(295)](n),t)}(t,e,r)}const rt=st;function st(t,e){const n=it();return(st=function(t,e){return n[t-=312]})(t,e)}function it(){const t=["stylesProcessor","name","52138JaXLPx","20UdLlir","content","3986244bdwDbO","84mQWvzJ","696585CdVIZv","22PPdPzy","8QQrTFn","element","isActive","_parsedData","font","33661166rpsvzW","includes","1300770uxJGZx","getItems","6329968GSkOUf","execute","document","1533FGIQRz","createRangeIn","blockElements"];return(it=function(){return t})()}!function(t){const e=st,n=t();for(;;)try{if(518331===-parseInt(e(318))/1*(parseInt(e(312))/2)+parseInt(e(317))/3+-parseInt(e(319))/4*(parseInt(e(326))/5)+parseInt(e(316))/6*(-parseInt(e(331))/7)+-parseInt(e(328))/8+parseInt(e(315))/9*(-parseInt(e(313))/10)+parseInt(e(324))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(it);class ot extends A{[rt(329)](t){const n=rt,{body:r}=t[n(322)],s=new e.ViewUpcastWriter(r[n(330)]),i=s[n(332)](r),o=new e.ViewDocument(s[n(330)][n(334)]),a=[...new e.ViewDomConverter(o)[n(333)],n(323)],c=i[n(327)]();for(const t of c)if(t.is(n(320))&&a[n(325)](t[n(335)])){nt(t,s,et(t))}t[n(314)]=r}[rt(321)](t){return super[rt(321)](t)||R(t)}}const at=lt;function ct(){const t=["text/html","domainLimit","dataTransfer","pluginName","featureNotAllowed","121554dTnhSW","12sgzMnp","plugins","1559665BAipks","init","get","_licenseKeyCheckInterval","document","PasteFromOfficeEnhancedPropagator","editor","invalid","licenseKey","isPremiumPlugin","PasteFromOffice","1489108BeyIGC","ClipboardPipeline","getData","editing","stylesProcessor","destroy","isActive","inputTransformation","pasteFromOfficeEnhancedLicenseKeyUsageLimit","pasteFromOfficeEnhancedLicenseKeyValid","pasteFromOfficeEnhancedLicenseKeyNotAllowed","isOfficialPlugin","pasteFromOfficeEnhancedLicenseKeyEvaluationLimit","execute","config","requires","view","875yXVUJS","17016pcRFcG","_parsedData","pasteFromOfficeEnhancedLicenseKeyInvalid","expired","high","1322354ECRYed","PasteFromOfficeEnhanced","pasteFromOfficeEnhancedLicenseKeyExpired","pasteFromOfficeEnhancedLicenseKeyDomainLimit","3yFXFXF","_showLicenseError","6082983ZrisTc","3034090GIFzYH","evaluationLimit","usageLimit"];return(ct=function(){return t})()}function lt(t,e){const n=ct();return(lt=function(t,e){return n[t-=443]})(t,e)}!function(t){const e=lt,n=t();for(;;)try{if(533703===parseInt(e(446))/1+parseInt(e(483))/2+parseInt(e(487))/3*(parseInt(e(460))/4)+parseInt(e(449))/5*(parseInt(e(447))/6)+-parseInt(e(477))/7*(parseInt(e(478))/8)+-parseInt(e(489))/9+-parseInt(e(490))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ct);class ut extends t.Plugin{[at(457)];[at(452)];static get[at(444)](){return at(454)}static get[at(471)](){return!0}static get[at(458)](){return!0}static get[at(475)](){return[at(459)]}[at(450)](){const t=at,e=this[t(455)],n=e[t(448)][t(451)](t(461)),r=e[t(463)][t(476)][t(453)],s=new ot(r);n.on(t(467),(e,n)=>{const i=t,o=n[i(443)][i(462)](i(493));s[i(466)](o)&&(n[i(479)]||(n[i(479)]=L(o,r[i(464)])),s[i(473)](n))},{priority:P.priorities[t(451)](t(482))+10}),this[t(457)]=this[t(455)][t(474)][t(451)](t(457));const i=this[t(455)];this[t(452)]=setInterval(()=>{const e=t;let n;for(const t in i){const r=t,s=i[r];if(e(469)==s||e(480)==s||e(485)==s||e(486)==s||e(470)==s||e(472)==s||e(468)==s){delete i[r],n=s,clearInterval(this[e(452)]),this[e(452)]=void 0;break}}e(480)==n&&i[e(488)](e(456)),e(485)==n&&i[e(488)](e(481)),e(486)==n&&i[e(488)](e(494)),e(470)==n&&i[e(488)](e(445),e(484)),e(472)==n&&i[e(488)](e(491)),e(468)==n&&i[e(488)](e(492))},1e3)}[at(465)](){const t=at;super[t(465)](),this[t(452)]&&clearInterval(this[t(452)])}}var ft=pt;function pt(t,e){var n=mt();return(pt=function(t,e){return n[t-=164]})(t,e)}function mt(){var t=["331390NaWvvQ","21ELriSP","28BfDSKh","pluginName","isPremiumPlugin","2090WewRCU","requires","210966VboCLX","679160IYeadU","181082VrwXen","isOfficialPlugin","1316075xltZYD","3383244ngdSlt","7294760imnDwp","PasteFromOffice","PasteFromOfficeEnhanced","18yGPGTK"];return(mt=function(){return t})()}!function(t){for(var e=pt,n=t();;)try{if(981571===parseInt(e(173))/1+-parseInt(e(179))/2*(parseInt(e(180))/3)+-parseInt(e(174))/4+-parseInt(e(175))/5+-parseInt(e(169))/6*(parseInt(e(164))/7)+-parseInt(e(170))/8*(parseInt(e(178))/9)+parseInt(e(167))/10*(parseInt(e(171))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(mt);class dt extends t.Plugin{static get[ft(165)](){return ft(177)}static get[ft(172)](){return!0}static get[ft(166)](){return!0}static get[ft(168)](){return[ft(176),Z,ut]}}function gt(t,e){var n=ht();return(gt=function(t,e){return n[t-=174]})(t,e)}function ht(){var t=["3028166nVQbrK","11910530npXiTt","5MUSBau","434118NTjXUA","2670960rjJsQd","754040carpwR","5235201HjZFzz","18CpIvGy","35lNIlpE","2502904cKUeYE"];return(ht=function(){return t})()}!function(t){for(var e=gt,n=t();;)try{if(890122===-parseInt(e(182))/1+-parseInt(e(177))/2+parseInt(e(183))/3+parseInt(e(181))/4+parseInt(e(179))/5*(-parseInt(e(180))/6)+-parseInt(e(175))/7*(parseInt(e(176))/8)+-parseInt(e(174))/9*(-parseInt(e(178))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ht)})(),(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:()=>dt});var t=n(782);n(331);var e=n(783);function s(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}function i(t){return Math.round(t)+"px"}function o(t,n,r){if(!t.childCount)return;const s=new e.ViewUpcastWriter(t.document),i=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=y(t);if(void 0===e||0!=parseFloat(e)||Array.from(t.getClassNames()).find(t=>t.startsWith("MsoList"))||(e=void 0),t.hasStyle("mso-list")&&"none"!==t.getStyle("mso-list")||void 0!==e&&s.has(e)){const n=g(t);r.push({element:t,id:n.id,order:n.order,indent:n.indent,marginLeft:e}),void 0!==e&&s.add(e)}else s.clear()}return r}(t,s);if(!i.length)return;const o={},f=[];let m={marginLeft:void 0,canApplyMarginOnList:!0,topLevelListItemElements:[]};for(const t of i)if(void 0!==t.indent){u(t)||(l(s,f,m),m=c(),f.length=0);const e=`${t.id}:${t.indent}`,i=Math.min(t.indent-1,f.length);if(i<f.length&&f[i].id!==t.id&&(f.length=i),i<f.length-1)f.length=i+1;else{const a=p(t,n);if(i>f.length-1||f[i].listElement.name!=a.type){0==i&&"ol"==a.type&&void 0!==t.id&&o[e]&&(a.startIndex=o[e]);const n=d(a,s,r);if(0==f.length){const e=t.element.parent,r=e.getChildIndex(t.element)+1;s.insertChild(r,n,e)}else{const t=f[i-1].listItemElements;s.appendChild(n,t[t.length-1])}f[i]={...t,listElement:n,listItemElements:[]},0==i&&void 0!==t.id&&(o[e]=a.startIndex||1)}}const g="li"==t.element.name?t.element:s.createElement("li");a(s,f,m,t,g,i),s.appendChild(g,f[i].listElement),f[i].listItemElements.push(g),0==i&&void 0!==t.id&&o[e]++,t.element!=g&&s.appendChild(t.element,g),h(t.element,s),s.removeStyle("text-indent",t.element),s.removeStyle("margin-left",t.element)}else{const e=f.find(e=>e.marginLeft==t.marginLeft);if(e){const n=e.listItemElements;s.appendChild(t.element,n[n.length-1]),s.removeStyle("margin-left",t.element)}else f.length=0}l(s,f,m)}function a(t,e,n,r,s,o){if(void 0===r.marginLeft)return void(0==o&&(n.canApplyMarginOnList=!1));const a=parseFloat(r.marginLeft);let c=0;if(e.length>1){const t=e[e.length-2].listItemElements;if(t.length>0){const e=t[t.length-1].getStyle("margin-left");void 0!==e&&(c+=parseFloat(e))}}c+=40*e.length;const l=a-c,u=0!==l?i(l):void 0;u&&(t.setStyle("margin-left",u,s),0==o&&n.canApplyMarginOnList&&(void 0===n.marginLeft&&(n.marginLeft=u),u!==n.marginLeft&&(n.canApplyMarginOnList=!1),n.topLevelListItemElements.push(s)))}function c(){return{marginLeft:void 0,canApplyMarginOnList:!0,topLevelListItemElements:[]}}function l(t,e,n){if(n.canApplyMarginOnList&&n.marginLeft&&n.topLevelListItemElements.length>0){t.setStyle("margin-left",n.marginLeft,e[0].listElement);for(const e of n.topLevelListItemElements)t.removeStyle("margin-left",e)}}function u(t){const e=t.element.previousSibling;if(!e){const e=t.element.parent;return f(e)&&(!e.previousSibling||f(e.previousSibling))}return f(e)}function f(t){return t.is("element","ol")||t.is("element","ul")}function p(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"),a=i.exec(e),c=o.exec(e),l=a&&!c,u=n.exec(e);let f="decimal",p="ol",d=null;if(u&&u[1]){const e=r.exec(u[1]);if(e&&e[1]&&(f=e[1].trim(),p="bullet"!==f&&"image"!==f?"ol":"ul"),"bullet"===f){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&&(f=e)}else{const t=s.exec(u[1]);t&&t[1]&&(d=parseInt(t[1]))}l&&(p="ol")}return{type:p,startIndex:d,style:m(f),isLegalStyleList:l}}function m(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 d(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 g(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 h(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 y(t){const e=t.getStyle("margin-left");return void 0===e||e.endsWith("px")?e:s(e)}function I(t,n){if(!t.childCount)return;const r=new e.ViewUpcastWriter(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"],a=s.match(e),c=e.getAttribute("o:gfxdata"),l="v:shapetype"===r,u=c&&o.some(t=>e.getAttribute("id").includes(t));a&&c&&!l&&!u&&i.push(t.item.getAttribute("id"))}return i}(t,r);!function(t,n,r){const s=r.createRangeIn(n),i=new e.Matcher({name:"img"}),o=[];for(const e of s)if(e.item.is("element")&&i.match(e.item)){const n=e.item,r=n.getAttribute("v:shapes")?n.getAttribute("v:shapes").split(" "):[];r.length&&r.every(e=>t.indexOf(e)>-1)?o.push(n):n.getAttribute("src")||o.push(n)}for(const t of o)r.remove(t)}(s,t,r),function(t,e,n){const r=n.createRangeIn(e),s=[];for(const e of r)if("elementStart"==e.type&&e.item.is("element","v:shape")){const n=e.item.getAttribute("id");if(t.includes(n))continue;i(e.item.parent.getChildren(),n)||s.push(e.item)}for(const t of s){const e={src:o(t)};t.hasAttribute("alt")&&(e.alt=t.getAttribute("alt"));const r=n.createElement("img",e);n.insertChild(t.index+1,r,t.parent)}function i(t,e){for(const n of t)if(n.is("element")){if("img"==n.name&&n.getAttribute("v:shapes")==e)return!0;if(i(n.getChildren(),e))return!0}return!1}function o(t){for(const e of t.getChildren())if(e.is("element")&&e.getAttribute("src"))return e.getAttribute("src")}}(s,t,r),function(t,n){const r=n.createRangeIn(t),s=new e.Matcher({name:/v:(.+)/}),i=[];for(const t of r)"elementStart"==t.type&&s.match(t.item)&&i.push(t.item);for(const t of i)n.remove(t)}(t,r);const i=function(t,n){const r=n.createRangeIn(t),s=new e.Matcher({name:"img"}),i=[];let o=0;for(const t of r)t.item.is("element")&&s.match(t.item)&&(t.item.getAttribute("src").startsWith("file://")&&i.push({element:t.item,imageIndex:o}),o++);return i}(t,r);i.length&&function(t,e,n){for(let r=0;r<t.length;r++){const{element:s,imageIndex:i}=t[r],o=e[i];if(o){const t=`data:${o.type};base64,${w(o.hex)}`;n.setAttribute("src",t,s)}}}(i,function(t){if(!t)return[];const e=/{\\pict[\s\S]+?\\bliptag-?\d+(\\blipupi-?\d+)?({\\\*\\blipuid\s?[\da-fA-F]+)?[\s}]*?/,n=new RegExp("(?:("+e.source+"))([\\da-fA-F\\s]+)\\}","g"),r=t.match(n),s=[];if(r)for(const t of r){let n=!1;t.includes("\\pngblip")?n="image/png":t.includes("\\jpegblip")&&(n="image/jpeg"),n&&s.push({hex:t.replace(e,"").replace(/[^\da-fA-F]/g,""),type:n})}return s}(n),r)}function w(t){return btoa(t.match(/\w{2}/g).map(t=>String.fromCharCode(parseInt(t,16))).join(""))}function v(t,e){const n=[],r=[];for(const{item:s}of t.createRangeIn(e))if(s.is("element")&&s.getStyle("mso-footnote-id")){n.unshift(s);const{nextSibling:t}=s;t?.is("$text")&&t.data.startsWith(" ")&&r.unshift(t)}for(const e of n)t.remove(e);for(const e of r){const n=e.data.substring(1);if(n.length>0){const r=e.parent,s=r.getChildIndex(e),i=t.createText(n);t.remove(e),t.insertChild(s,i,r)}else t.remove(e)}return e}function b(t,e){const n=t.createElement("sup",{class:"footnote"}),r=t.createElement("a",{id:`ref-${e}`,href:`#${e}`});return t.appendChild(r,n),n}function S(t,e){const n=t.createElement("li",{id:e,class:"footnote-definition"}),r=t.createElement("a",{href:`#ref-${e}`,class:"footnote-backlink"}),s=t.createElement("div",{class:"footnote-content"});return t.appendChild(t.createText("^"),r),t.appendChild(r,n),t.appendChild(s,n),{listItem:n,content:s}}const x=/<meta\s*name="?generator"?\s*content="?microsoft\s*word\s*\d+"?\/?>/i,A=/xmlns:o="urn:schemas-microsoft-com/i;class C{document;hasMultiLevelListPlugin;hasTablePropertiesPlugin;hasExtendedTableBlockAlignment;constructor(t,e=!1,n=!1,r=!1){this.document=t,this.hasMultiLevelListPlugin=e,this.hasTablePropertiesPlugin=n,this.hasExtendedTableBlockAlignment=r}isActive(t){return x.test(t)||A.test(t)}execute(t){const n=new e.ViewUpcastWriter(this.document),{body:r,stylesString:i}=t._parsedData;!function(t,e){const n=[];for(const r of e.createRangeIn(t)){const t=r.item;t.is("element","a")&&!t.hasAttribute("href")&&(t.hasAttribute("id")||t.hasAttribute("name"))&&n.push(t)}for(const t of n){const n=t.parent.getChildIndex(t)+1,r=t.getChildren();e.insertChild(n,r,t.parent)}}(r,n),o(r,i,this.hasMultiLevelListPlugin),I(r,t.dataTransfer.getData("text/rtf")),function(t,e,n=!1,r=!1){for(const i of e.createRangeIn(t).getItems()){if(!i.is("element","table")&&!i.is("element","td")&&!i.is("element","th"))continue;if(n&&r&&i.is("element","table")){const t=i.parent?.is("element","div")?i.parent:null,n=i.parent?.parent?.is("element","div")?i.parent.parent:null,r=t??n;r&&"center"===r.getAttribute("align")&&!i.getAttribute("align")?(e.setStyle("margin-left","auto",i),e.setStyle("margin-right","auto",i)):r&&"right"===r.getAttribute("align")&&!i.getAttribute("align")?(e.setStyle("margin-left","auto",i),e.setStyle("margin-right","0",i)):r||i.getAttribute("align")||(e.setStyle("margin-left","0",i),e.setStyle("margin-right","auto",i))}const t=["left","top","right","bottom"];if(t.every(t=>!i.hasStyle(`border-${t}-style`)))e.setStyle("border-style","none",i);else for(const n of t)i.hasStyle(`border-${n}-style`)||e.setStyle(`border-${n}-style`,"none",i);const o=["width","height",...t.map(t=>`border-${t}-width`),...t.map(t=>`padding-${t}`)];for(const t of o)i.hasStyle(t)&&e.setStyle(t,s(i.getStyle(t)),i)}}(r,n,this.hasTablePropertiesPlugin,this.hasExtendedTableBlockAlignment),function(t,e){for(const n of e.createRangeIn(t).getItems())n.is("element","table")&&("0px"===n.getStyle("width")&&e.removeStyle("width",n),"0"===n.getAttribute("width")&&e.removeAttribute("width",n))}(r,n),function(t,e){const n=new Map,r=new Map;let s=null;for(const{item:i}of e.createRangeIn(t))if(i.is("element"))if("footnote-list"!==i.getStyle("mso-element")){if(i.hasStyle("mso-footnote-id")){const t=i.findAncestor("element",t=>"footnote"===t.getStyle("mso-element"));if(t){const e=t.getAttribute("id");r.set(e,t)}else{const t=i.getStyle("mso-footnote-id");n.set(t,i)}continue}}else s=i;if(!n.size||!s)return;const i=function(t){return t.createElement("ol",{class:"footnotes"})}(e);e.replace(s,i);for(const[t,s]of n){const n=r.get(t);if(!n)continue;e.replace(s,b(e,t));const o=S(e,t);v(e,n);for(const t of n.getChildren()){let n=t;t.is("element")&&(n=e.clone(t,!0)),e.appendChild(n,o.content)}e.appendChild(o.listItem,i)}}(r,n),function(t){const n=[],r=new e.ViewUpcastWriter(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 E(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 L(t,n){const r=new DOMParser,s=function(t){return E(E(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,a=function(t,n){const r=new e.ViewDocument(n),s=new e.ViewDomConverter(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),c=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:a,bodyString:o,styles:c.styles,stylesString:c.stylesString}}var O=n(584);function P(t,e){const n=R();return(P=function(t,e){return n[t-=107]})(t,e)}!function(t){const e=P,n=t();for(;;)try{if(385206===-parseInt(e(107))/1+-parseInt(e(112))/2*(-parseInt(e(108))/3)+-parseInt(e(110))/4+-parseInt(e(109))/5+parseInt(e(111))/6+-parseInt(e(113))/7*(-parseInt(e(115))/8)+parseInt(e(116))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(R);const F=/<meta\s*name="?generator"?\s*content="?microsoft\s*excel\s*\d+"?\/?>/i;function M(t){return F[P(114)](t)}function R(){const t=["699566Maksdi","1473XyoLbx","3646520LEEtit","1642384avcQYn","2433876zGdhyX","1982qBoXIF","7zAFIDR","test","4086248kGaZkY","7394976GOqMcE"];return(R=function(){return t})()}!function(t){const e=D,n=t();for(;;)try{if(775227===parseInt(e(366))/1*(parseInt(e(362))/2)+-parseInt(e(363))/3+parseInt(e(356))/4+parseInt(e(358))/5+parseInt(e(350))/6*(-parseInt(e(340))/7)+parseInt(e(346))/8+parseInt(e(351))/9*(-parseInt(e(367))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(j);const T=/^(?<tagName>(?!\.)[\w-]+)?(\.(?<className>[\w-]+))?$/i;function k(t,e){const n=D,r=new Map;for(const[s,i]of e){if(!s[n(347)]&&!s[n(360)])continue;const e=!s[n(347)]||t[n(365)]===s[n(347)],o=!s[n(360)]||t[n(344)](s[n(360)]);e&&o&&r[n(345)](s,i)}return r}function D(t,e){const n=j();return(D=function(t,e){return n[t-=340]})(t,e)}function j(){const t=["push","trim","style","2801020wQTFBt","cssRules","6161640yWQnVR","selectorText","className","exec","1084GUaUZn","1998177GNHMTP","groups","name","1366GGjkPm","417610HToYsV","441aQufSS","getPropertyValue","length","split","hasClass","set","6270664IUejQm","tagName","assign","initial","132294iDDGDB","135moKUsK","map"];return(j=function(){return t})()}function W(t){const e=D,n={};for(let r=0;r<t[e(342)];r++){const s=t[r],i=t[e(341)](s);e(349)!==i&&(n[s]=i)}return n}function $(t){const e=D,n=t[e(343)](",")[e(352)](t=>t[e(354)]()),r=[];for(const t of n){const n=T[e(361)](t);n&&r[e(353)](n[e(364)])}return r}function N(t){const e=D,n={};for(const r of t)Object[e(348)](n,r);return n}const G=V;function U(){const t=["size","2020KHAgCC","77049BRrwaD","setStyle","type","isActive","item","_parsedData","execute","19wryuyZ","2393504fCzhJX","770130rsRZCQ","73658tJvCdM","1825225NzwkXS","values","3709426VfELkS","content","elementStart","hasStyle","createRangeIn","6USDjXa","from","5474072PvqMqy","document"];return(U=function(){return t})()}function V(t,e){const n=U();return(V=function(t,e){return n[t-=400]})(t,e)}!function(t){const e=V,n=t();for(;;)try{if(477201===-parseInt(e(412))/1*(parseInt(e(415))/2)+parseInt(e(414))/3+-parseInt(e(413))/4+-parseInt(e(416))/5+parseInt(e(423))/6*(-parseInt(e(418))/7)+parseInt(e(401))/8+-parseInt(e(405))/9*(-parseInt(e(404))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(U);class K extends C{[G(411)](t){const n=G,{body:r,styles:s}=t[n(410)],i=new e.ViewUpcastWriter(r[n(402)]),o=i[n(422)](r),a=function(t){const e=D,n=new Map;for(const r in t){const s=$(r),i=t[r];for(const t of s)n[e(345)](t,i)}return n}(function(t){const e=D,n={};for(const r of t)for(const t of r[e(357)])if(t instanceof CSSStyleRule){const r=W(t[e(355)]);n[t[e(359)]]=Object[e(348)]({},n[t[e(359)]]||{},r)}return n}(s));for(const t of o){if(n(420)!==t[n(407)])continue;const e=k(t[n(409)],a);if(e[n(403)]){const r=N(Array[n(400)](e[n(417)]()));for(const e in r){const s=t[n(409)];s[n(421)](e)||i[n(406)](e,r[e],s)}}}t[n(419)]=r}[G(408)](t){return super[G(408)](t)||M(t)}}const B=H;function z(){const t=["2457oQYcOi","text/html","5883190YvruOa","editing","PasteFromOffice","get","pluginName","isActive","20468668JlulBW","map","isPremiumPlugin","7tMYVJR","_parsedData","stylesProcessor","view","fromCharCode","2701424wtKird","execute","8Hhvxof","49592SIGWhp","3631960GesCMN","requires","getData","editor","2810232GlZros","high","dataTransfer","plugins","PasteFromOfficeEnhancedInliner","4612iOCGBF","inputTransformation","isOfficialPlugin","init","join","ClipboardPipeline","9eOdRdN","afterInit","document","href"];return(z=function(){return t})()}function H(t,e){const n=z();return(H=function(t,e){return n[t-=203]})(t,e)}!function(t){const e=H,n=t();for(;;)try{if(485966===-parseInt(e(218))/1*(parseInt(e(219))/2)+parseInt(e(239))/3*(parseInt(e(229))/4)+-parseInt(e(220))/5+-parseInt(e(224))/6+-parseInt(e(211))/7*(parseInt(e(216))/8)+-parseInt(e(235))/9*(parseInt(e(241))/10)+parseInt(e(208))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(z);class Q extends t.Plugin{static get[B(206)](){return B(228)}static get[B(231)](){return!0}static get[B(210)](){return!0}static get[B(221)](){return[B(204)]}[B(232)](){const t=B,e=this[t(223)],n=e[t(227)][t(205)](t(234)),r=e[t(203)][t(214)][t(237)],s=new K(r);n.on(t(230),(e,n)=>{const i=t,o=n[i(226)][i(222)](i(240));s[i(207)](o)&&(n[i(212)]||(n[i(212)]=L(o,r[i(213)])),s[i(217)](n))},{priority:O.priorities[t(205)](t(225))+11})}[B(236)](){!async function(t){const e=m([115,71,54,53,67,114,107,49,99,100,50,105,103,76,78,55,122,73,69,65,89,106,117,57,74,51,104,98,80,66,116,110,70,77,120,81,102,52,72,119,90,97,108,48,113,84,83,86,75,121,68,109,111,82,118,85,88,101,112,87,79,56]),n=window[m([68,97,116,101])][m([110,111,119])](),r=t[m([101,100,105,116,111,114])],s=new(window[m([80,114,111,109,105,115,101])])(t=>{r[m([111,110,99,101])](m([114,101,97,100,121]),t)}),i={[m([107,116,121])]:m([69,67]),[m([117,115,101])]:m([115,105,103]),[m([99,114,118])]:m([80,45,50,53,54]),[m([120])]:m([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]),[m([121])]:m([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]),[m([97,108,103])]:m([69,83,50,53,54])},o=r[m([99,111,110,102,105,103])][m([103,101,116])](m([108,105,99,101,110,115,101,75,101,121]));function a(t){return t[m([115,116,97,114,116,115,87,105,116,104])](m([101,121]))?JSON[m([112,97,114,115,101])](c(t)):null}function c(t){return window[m([97,116,111,98])](t[m([114,101,112,108,97,99,101])](/-/g,m([43]))[m([114,101,112,108,97,99,101])](/_/g,m([47])))}function l(t){let e=5381;function n(t){for(let n=0;n<t[m([108,101,110,103,116,104])];n++){const r=t[m([99,104,97,114,67,111,100,101,65,116])](n);e=(e<<5)+e+r,e&=e}}return function t(e){Array[m([105,115,65,114,114,97,121])](e)?e[m([102,111,114,69,97,99,104])](t):e&&typeof e==m([111,98,106,101,99,116])?Object[m([101,110,116,114,105,101,115])](e)[m([115,111,114,116])]()[m([102,111,114,69,97,99,104])](([e,r])=>{n(e),t(r)}):n(window[m([83,116,114,105,110,103])](e))}(t),e>>>0}function u(t){return t[m([116,111,83,116,114,105,110,103])](16)[m([112,97,100,83,116,97,114,116])](8,m([48]))}function f(t){return t[m([115,112,108,105,116])]("")[m([114,101,118,101,114,115,101])]()[m([106,111,105,110])]("")}function p(){}function m(t){const e=H;return t[e(209)](t=>String[e(215)](t))[e(233)]("")}!function(t){const n=function(){const t=window[m([83,116,114,105,110,103])](window[m([112,101,114,102,111,114,109,97,110,99,101])][m([110,111,119])]())[m([114,101,112,108,97,99,101])](m([46]),"");let n=m([115]);for(let r=0;r<t[m([108,101,110,103,116,104])];r+=2){let s=window[m([112,97,114,115,101,73,110,116])](t[m([115,117,98,115,116,114,105,110,103])](r,r+2));s>=e[m([108,101,110,103,116,104])]&&(s-=e[m([108,101,110,103,116,104])]),n+=e[s]}return n}();r[n]=m([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!=m([86,97,108,105,100])&&async function(){await s,r[m([109,111,100,101,108])][m([99,104,97,110,103,101])]=p,r[m([109,111,100,101,108])][m([101,110,113,117,101,117,101,67,104,97,110,103,101])]=p,r[m([101,110,97,98,108,101,82,101,97,100,79,110,108,121,77,111,100,101])](m([109,111,100,101,108]))}()}(await async function(){let t,e=null,p=null;try{return o==m([71,80,76])?m([78,111,116,65,108,108,111,119,101,100]):(t=function(){const t=o[m([115,112,108,105,116])](m([46]));return 3!=t[m([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[m([106,116,105])],n=window[m([112,97,114,115,101,73,110,116])](t[m([115,117,98,115,116,114,105,110,103])](t[m([108,101,110,103,116,104])]-8),16),r={...e,[m([106,116,105])]:t[m([115,117,98,115,116,114,105,110,103])](0,t[m([108,101,110,103,116,104])]-8)};return delete r[m([118,99])],l(r)==n}}}(),t?(t[m([117,115,97,103,101,69,110,100,112,111,105,110,116])]&&(p=function(t,e){return new(window[m([80,114,111,109,105,115,101])])(a=>{if(i())return a(m([86,97,108,105,100]));o(),r[m([100,101,99,111,114,97,116,101])](m([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]));let c=!1;const p=(0,O.uid)();function d(t){return!!t&&(typeof t===m([111,98,106,101,99,116])||typeof t===m([102,117,110,99,116,105,111,110]))&&typeof t[m([116,104,101,110])]===m([102,117,110,99,116,105,111,110])&&typeof t[m([99,97,116,99,104])]===m([102,117,110,99,116,105,111,110])}function g(r){c(r)[m([116,104,101,110])](t=>t&&t[m([115,116,97,116,117,115])]==m([111,107])?u(l(p+e))!=t[m([118,101,114,105,102,105,99,97,116,105,111,110])]?m([85,115,97,103,101,76,105,109,105,116]):m([86,97,108,105,100]):m([85,115,97,103,101,76,105,109,105,116]))[m([116,104,101,110])](t=>(i(),t),()=>{const t=o();return null==t?(i(),m([86,97,108,105,100])):m(n-t>6048e5?[85,115,97,103,101,76,105,109,105,116]:[86,97,108,105,100])})[m([116,104,101,110])](a)[m([99,97,116,99,104])](()=>{a(m([85,115,97,103,101,76,105,109,105,116]))});const s=36e5;function i(){const e=m([108,108,99,116,45])+u(l(t)),r=f(u(window[m([77,97,116,104])][m([99,101,105,108])](n/s)));window[m([108,111,99,97,108,83,116,111,114,97,103,101])][m([115,101,116,73,116,101,109])](e,r)}function o(){const e=m([108,108,99,116,45])+u(l(t)),n=window[m([108,111,99,97,108,83,116,111,114,97,103,101])][m([103,101,116,73,116,101,109])](e);return n?window[m([112,97,114,115,101,73,110,116])](f(n),16)*s:null}function c(t){return new(window[m([80,114,111,109,105,115,101])])((e,n)=>{t[m([116,104,101,110])](e,n),window[m([115,101,116,84,105,109,101,111,117,116])](n,12e4)})}}r[m([111,110])](m([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),(e,n)=>{if(n[0]!=t)return a(m([85,115,97,103,101,76,105,109,105,116]));n[1]={...n[1],[m([114,101,113,117,101,115,116,73,100])]:p}},{[m([112,114,105,111,114,105,116,121])]:m([104,105,103,104])}),r[m([111,110])](m([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),t=>{d(t[m([114,101,116,117,114,110])])&&(c=!0,g(t[m([114,101,116,117,114,110])]))},{[m([112,114,105,111,114,105,116,121])]:m([108,111,119])}),s[m([116,104,101,110])](()=>{c||a(m([85,115,97,103,101,76,105,109,105,116]))})});function i(){return r[m([101,100,105,116,105,110,103])][m([118,105,101,119])][m([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]==m([97,117,116,111])}function o(){r[m([101,100,105,116,105,110,103])][m([118,105,101,119])][m([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]=m([97,117,116,111])}}(t[m([117,115,97,103,101,69,110,100,112,111,105,110,116])],t[m([106,116,105])])),await async function(){let t=!0;try{const r=o[m([115,112,108,105,116])](m([46])),[s,i,a]=r;return e(s),await n(s,i,a),t}catch{return!1}function e(e){const n=a(e);n&&n[m([97,108,103])]==m([69,83,50,53,54])||(t=!1)}async function n(e,n,r){const s=window[m([85,105,110,116,56,65,114,114,97,121])][m([102,114,111,109])](c(r),t=>t[m([99,104,97,114,67,111,100,101,65,116])](0)),o=(new(window[m([84,101,120,116,69,110,99,111,100,101,114])]))[m([101,110,99,111,100,101])](e+m([46])+n),a=window[m([99,114,121,112,116,111])][m([115,117,98,116,108,101])];if(!a)return;const l=await a[m([105,109,112,111,114,116,75,101,121])](m([106,119,107]),i,{[m([110,97,109,101])]:m([69,67,68,83,65]),[m([110,97,109,101,100,67,117,114,118,101])]:m([80,45,50,53,54])},!1,[m([118,101,114,105,102,121])]);await a[m([118,101,114,105,102,121])]({[m([110,97,109,101])]:m([69,67,68,83,65]),[m([104,97,115,104])]:{[m([110,97,109,101])]:m([83,72,65,45,50,53,54])}},l,s,o)||(t=!1)}}()?function(){const e=t[m([102,101,97,116,117,114,101,115])];return!!(e&&(e[m([105,110,99,108,117,100,101,115])](m([42]))||e[m([105,110,99,108,117,100,101,115])](m([80,79,69]))||e[m([105,110,99,108,117,100,101,115])](m([80,80]))||e[m([105,110,99,108,117,100,101,115])](m([84,82,73,76,73,85,77]))&&window[m([103,108,111,98])]&&window[m([103,108,111,98])][m([116,114,105,108,105,117,109,86,101,114,115,105,111,110])]))}()?function(){const e=[m([101,118,97,108,117,97,116,105,111,110]),m([116,114,105,97,108])][m([105,110,99,108,117,100,101,115])](t[m([108,105,99,101,110,115,101,84,121,112,101])])?n/1e3:1778803200;return t[m([101,120,112])]<e}()?m([69,120,112,105,114,101,100]):function(){const e=H,n=t[m([108,105,99,101,110,115,101,100,72,111,115,116,115])];if(!n||0==n[m([108,101,110,103,116,104])])return!0;const{hostname:r}=new URL(window[m([108,111,99,97,116,105,111,110])][e(238)]);if(n[m([105,110,99,108,117,100,101,115])](r))return!0;const s=r[m([115,112,108,105,116])](m([46]));return n[m([102,105,108,116,101,114])](t=>t[m([105,110,99,108,117,100,101,115])](m([42])))[m([109,97,112])](t=>t[m([115,112,108,105,116])](m([46])))[m([102,105,108,116,101,114])](t=>t[m([108,101,110,103,116,104])]<=s[m([108,101,110,103,116,104])])[m([109,97,112])](t=>Array(s[m([108,101,110,103,116,104])]-t[m([108,101,110,103,116,104])])[m([102,105,108,108])](t[0]===m([42])?m([42]):"")[m([99,111,110,99,97,116])](t))[m([115,111,109,101])](t=>s[m([101,118,101,114,121])]((e,n)=>t[n]===e||t[n]===m([42])))}()?(t[m([108,105,99,101,110,115,101,84,121,112,101])]==m([101,118,97,108,117,97,116,105,111,110])&&(e=function(t){const e=[new(window[m([80,114,111,109,105,115,101])])(t=>setTimeout(t,605900)),s[m([116,104,101,110])](()=>new(window[m([80,114,111,109,105,115,101])])(t=>{let e=0;r[m([109,111,100,101,108])][m([111,110])](m([97,112,112,108,121,79,112,101,114,97,116,105,111,110]),(n,r)=>{r[0][m([105,115,68,111,99,117,109,101,110,116,79,112,101,114,97,116,105,111,110])]&&e++,1512==e&&(t(),n[m([111,102,102])]())})}))];return window[m([80,114,111,109,105,115,101])][m([114,97,99,101])](e)[m([116,104,101,110])](()=>t)}(m([69,118,97,108,117,97,116,105,111,110,76,105,109,105,116]))),await(e&&p?new(window[m([80,114,111,109,105,115,101])])((t,n)=>{e[m([116,104,101,110])](t,n),p[m([116,104,101,110])](e=>{e!=m([86,97,108,105,100])&&t(e)},n)}):e||p||m([86,97,108,105,100]))):m([68,111,109,97,105,110,76,105,109,105,116]):m([78,111,116,65,108,108,111,119,101,100]):m([73,110,118,97,108,105,100])):m([73,110,118,97,108,105,100]))}catch{return m([73,110,118,97,108,105,100])}}())}(this)}}const X=J;!function(t){const e=J,n=t();for(;;)try{if(695817===parseInt(e(134))/1*(-parseInt(e(132))/2)+-parseInt(e(162))/3+-parseInt(e(124))/4*(parseInt(e(161))/5)+parseInt(e(145))/6+-parseInt(e(159))/7*(-parseInt(e(126))/8)+-parseInt(e(136))/9+parseInt(e(122))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(nt);const q=[X(130),X(129),X(147),X(123),X(140),X(127),X(149),X(151)],Y=[X(130),X(129),X(147)],Z={"font-style":[[X(137),"i"]],"font-weight":[[X(154),X(152)],[X(155),X(152)],[X(142),X(152)],[t=>Number(t)>=600,X(152)]],"text-decoration":[[X(146),"u"],[X(121),"s"]],"text-decoration-line":[[X(146),"u"],[X(121),"s"]],"vertical-align":[[X(141),X(141)],[X(153),X(158)]]};function _(t){return q[X(157)](t)}function J(t,e){const n=nt();return(J=function(t,e){return n[t-=119]})(t,e)}function tt(t){const e=X;return Array[e(139)](t[e(125)]())[e(135)](_)}function et(t,e,n){const{spanStyles:r,stylesToBeHtmlElements:s}=function(t,e){const n=X,r={},s={};return e[n(156)](e=>{const i=n,o=t[i(119)](e);if(o)if(a=e,Y[X(157)](a))r[e]=o;else if(e in Z){const t=o[i(131)](" ");Z[e][i(156)](([n,r])=>{const o=i;for(const i of t)(o(160)==typeof n&&n(i)||n===i)&&(s[e]=[...s[e]||[],[n,r]])})}var a}),{spanStyles:r,stylesToBeHtmlElements:s}}(t,n);(function(t,e,n){const r=X;for(const s in n)n[s][r(156)](([,n])=>{const s=r,i=e[s(148)](n,[],t[s(128)]());e[s(120)](0,i,t)}),e[r(150)](s,t)})(t,e,s),function(t,e,n){const r=X;if(!Object[r(133)](n)[r(138)])return;const s=e[r(148)](r(144),[],t[r(128)]());e[r(143)](n,s),e[r(120)](0,s,t),e[r(150)](Object[r(133)](n),t)}(t,e,r)}function nt(){const t=["text-decoration-line","sub","bolder","setStyle","span","5224302KQtZhG","underline","font-size","createElement","font-style","removeStyle","vertical-align","strong","super","medium","bold","forEach","includes","sup","4151JbvVUZ","function","1968650GyoGrc","2859222tlGFBR","getStyle","insertChild","line-through","22802690rprGlz","text-decoration","4LDLgjw","getStyleNames","13160FGtGhi","font-weight","getChildren","font-family","color","split","2164226HEDgvK","keys","1YSCUIo","filter","9015633kqxAyD","italic","length","from"];return(nt=function(){return t})()}const rt=st;function st(t,e){const n=it();return(st=function(t,e){return n[t-=237]})(t,e)}function it(){const t=["stylesProcessor","blockElements","includes","isActive","content","_parsedData","2213430PosgDf","name","63tIimak","634UbDmCb","font","174872WydQjB","getItems","createRangeIn","2865128UWiBou","2946876dzljlf","4QDFZXH","execute","document","506fPrkgh","320360RoluAF","element","851316zXAdzk"];return(it=function(){return t})()}!function(t){const e=st,n=t();for(;;)try{if(494734===-parseInt(e(256))/1*(-parseInt(e(246))/2)+parseInt(e(259))/3+-parseInt(e(253))/4*(-parseInt(e(257))/5)+-parseInt(e(252))/6+parseInt(e(251))/7+-parseInt(e(248))/8*(parseInt(e(245))/9)+parseInt(e(243))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(it);class ot extends C{[rt(254)](t){const n=rt,{body:r}=t[n(242)],s=new e.ViewUpcastWriter(r[n(255)]),i=s[n(250)](r),o=new e.ViewDocument(s[n(255)][n(237)]),a=[...new e.ViewDomConverter(o)[n(238)],n(247)],c=i[n(249)]();for(const t of c)if(t.is(n(258))&&a[n(239)](t[n(244)])){et(t,s,tt(t))}t[n(241)]=r}[rt(240)](t){return super[rt(240)](t)||M(t)}}const at=ct;function ct(t,e){const n=lt();return(ct=function(t,e){return n[t-=340]})(t,e)}function lt(){const t=["editing","requires","editor","_licenseKeyCheckInterval","inputTransformation","pasteFromOfficeEnhancedLicenseKeyUsageLimit","139671tWAWBp","init","752445OSoORC","stylesProcessor","plugins","dataTransfer","destroy","isActive","28jSQHuc","_parsedData","getData","high","config","featureNotAllowed","2441682BLlhhh","document","pasteFromOfficeEnhancedLicenseKeyDomainLimit","282561THNWpk","domainLimit","pasteFromOfficeEnhancedLicenseKeyEvaluationLimit","expired","pasteFromOfficeEnhancedLicenseKeyValid","ClipboardPipeline","pasteFromOfficeEnhancedLicenseKeyInvalid","evaluationLimit","PasteFromOffice","_showLicenseError","licenseKey","isPremiumPlugin","165448YhFNIW","pasteFromOfficeEnhancedLicenseKeyExpired","text/html","view","execute","200STMcUc","PasteFromOfficeEnhanced","126306GMWanv","invalid","4coSDQL","isOfficialPlugin","pluginName","PasteFromOfficeEnhancedPropagator","842696irgSOz","usageLimit","pasteFromOfficeEnhancedLicenseKeyNotAllowed","get"];return(lt=function(){return t})()}!function(t){const e=ct,n=t();for(;;)try{if(216377===parseInt(e(367))/1*(parseInt(e(353))/2)+parseInt(e(384))/3+-parseInt(e(344))/4+parseInt(e(369))/5+-parseInt(e(381))/6+-parseInt(e(375))/7*(-parseInt(e(357))/8)+-parseInt(e(351))/9*(parseInt(e(349))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(lt);class ut extends t.Plugin{[at(342)];[at(364)];static get[at(355)](){return at(356)}static get[at(354)](){return!0}static get[at(343)](){return!0}static get[at(362)](){return[at(340)]}[at(368)](){const t=at,e=this[t(363)],n=e[t(371)][t(360)](t(389)),r=e[t(361)][t(347)][t(382)],s=new ot(r);n.on(t(365),(e,n)=>{const i=t,o=n[i(372)][i(377)](i(346));s[i(374)](o)&&(n[i(376)]||(n[i(376)]=L(o,r[i(370)])),s[i(348)](n))},{priority:O.priorities[t(360)](t(378))+10}),this[t(342)]=this[t(363)][t(379)][t(360)](t(342));const i=this[t(363)];this[t(364)]=setInterval(()=>{const e=t;let n;for(const t in i){const r=t,s=i[r];if(e(388)==s||e(390)==s||e(345)==s||e(383)==s||e(359)==s||e(386)==s||e(366)==s){delete i[r],n=s,clearInterval(this[e(364)]),this[e(364)]=void 0;break}}e(390)==n&&i[e(341)](e(352)),e(345)==n&&i[e(341)](e(387)),e(383)==n&&i[e(341)](e(385)),e(359)==n&&i[e(341)](e(380),e(350)),e(386)==n&&i[e(341)](e(391)),e(366)==n&&i[e(341)](e(358))},1e3)}[at(373)](){const t=at;super[t(373)](),this[t(364)]&&clearInterval(this[t(364)])}}var ft=mt;function pt(){var t=["PasteFromOffice","requires","pluginName","isOfficialPlugin","5978091OVFFfn","isPremiumPlugin","4233560dPErft","25317560arXCpN","2697080IUUrfA","629924YjOZAT","PasteFromOfficeEnhanced","3535ZyHVsJ","924nROxFo","9Gtdegk","83078HWIKuK","57QxGWOp"];return(pt=function(){return t})()}function mt(t,e){var n=pt();return(mt=function(t,e){return n[t-=210]})(t,e)}!function(t){for(var e=mt,n=t();;)try{if(512531===-parseInt(e(223))/1+-parseInt(e(212))/2*(parseInt(e(213))/3)+parseInt(e(222))/4+-parseInt(e(225))/5*(-parseInt(e(210))/6)+-parseInt(e(218))/7+parseInt(e(220))/8*(-parseInt(e(211))/9)+parseInt(e(221))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(pt);class dt extends t.Plugin{static get[ft(216)](){return ft(224)}static get[ft(217)](){return!0}static get[ft(219)](){return!0}static get[ft(215)](){return[ft(214),Q,ut]}}function gt(){var t=["740895aUQSRF","2870888AcwMYi","39817HXFFpU","837034oMYPnp","7diDcsQ","5182308tVwnnd","23681830MZDXcV","1390ahFFzr","4260bXLgnO","9uzoKMa"];return(gt=function(){return t})()}function ht(t,e){var n=gt();return(ht=function(t,e){return n[t-=486]})(t,e)}!function(t){for(var e=ht,n=t();;)try{if(816009===parseInt(e(495))/1+-parseInt(e(486))/2+-parseInt(e(493))/3+parseInt(e(491))/4*(parseInt(e(490))/5)+-parseInt(e(488))/6+-parseInt(e(487))/7*(parseInt(e(494))/8)+-parseInt(e(492))/9*(-parseInt(e(489))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(gt)})(),(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 _0x6a069b}from'@ckeditor/ckeditor5-core/dist/index.js';import{PasteFromOfficeMSWordNormalizer as _0x2a41e,parsePasteOfficeHtml as _0x2099ce}from'@ckeditor/ckeditor5-paste-from-office/dist/index.js';import{priorities as _0x438d9c,uid as _0x29cc27}from'@ckeditor/ckeditor5-utils/dist/index.js';import{ViewUpcastWriter as _0x562b57,ViewDocument as _0x4b895f,ViewDomConverter as _0x1f43ae}from'@ckeditor/ckeditor5-engine/dist/index.js';const m=/<meta\s*name="?generator"?\s*content="?microsoft\s*excel\s*\d+"?\/?>/i;function j(_0x56251e){return m['test'](_0x56251e);}const C=/^(?<tagName>(?!\.)[\w-]+)?(\.(?<className>[\w-]+))?$/i;function S(_0x476545,_0x3034ee){const _0x16b712=new Map();for(const [_0x4ce729,_0x47b8e4]of _0x3034ee){if(!_0x4ce729['tagName']&&!_0x4ce729['className'])continue;const _0x593d95=!_0x4ce729['tagName']||_0x476545['name']===_0x4ce729['tagName'],_0x2e8687=!_0x4ce729['className']||_0x476545['hasClass'](_0x4ce729['className']);_0x593d95&&_0x2e8687&&_0x16b712['set'](_0x4ce729,_0x47b8e4);}return _0x16b712;}function h(_0x4a58df){const _0x51c634={};for(let _0x3ca70f=0x0;_0x3ca70f<_0x4a58df['length'];_0x3ca70f++){const _0x423410=_0x4a58df[_0x3ca70f],_0x1e8bf6=_0x4a58df['getPropertyValue'](_0x423410);'initial'!==_0x1e8bf6&&(_0x51c634[_0x423410]=_0x1e8bf6);}return _0x51c634;}function g(_0x109727){const _0x487514=_0x109727['split'](',')['map'](_0x520042=>_0x520042['trim']()),_0x3a74bf=[];for(const _0x45b737 of _0x487514){const _0x40e224=C['exec'](_0x45b737);_0x40e224&&_0x3a74bf['push'](_0x40e224['groups']);}return _0x3a74bf;}function A(_0x371e1e){const _0x1a106e={};for(const _0x4cac9b of _0x371e1e)Object['assign'](_0x1a106e,_0x4cac9b);return _0x1a106e;}class c extends _0x2a41e{['execute'](_0x51433f){const {body:_0x1d9fdd,styles:_0x9ae9ff}=_0x51433f['_parsedData'],_0x56d781=new _0x562b57(_0x1d9fdd['document']),_0x3f875a=_0x56d781['createRangeIn'](_0x1d9fdd),_0x2a0db2=function(_0x37d173){const _0x5d0f38={};for(const _0x563428 of _0x37d173)for(const _0x5b273e of _0x563428['cssRules'])if(_0x5b273e instanceof CSSStyleRule){const _0x3ed04d=h(_0x5b273e['style']);_0x5d0f38[_0x5b273e['selectorText']]=Object['assign']({},_0x5d0f38[_0x5b273e['selectorText']]||{},_0x3ed04d);}return _0x5d0f38;}(_0x9ae9ff),_0x53c52a=function(_0x4b056b){const _0x4eb60b=new Map();for(const _0x93724e in _0x4b056b){const _0x2b450f=g(_0x93724e),_0xd2bba1=_0x4b056b[_0x93724e];for(const _0x9d5f8f of _0x2b450f)_0x4eb60b['set'](_0x9d5f8f,_0xd2bba1);}return _0x4eb60b;}(_0x2a0db2);for(const _0x5a6b62 of _0x3f875a){if('elementStart'!==_0x5a6b62['type'])continue;const _0x31660b=S(_0x5a6b62['item'],_0x53c52a);if(_0x31660b['size']){const _0x3d2c98=A(Array['from'](_0x31660b['values']()));for(const _0x19c510 in _0x3d2c98){const _0x720984=_0x5a6b62['item'];_0x720984['hasStyle'](_0x19c510)||_0x56d781['setStyle'](_0x19c510,_0x3d2c98[_0x19c510],_0x720984);}}}_0x51433f['content']=_0x1d9fdd;}['isActive'](_0x3c6ad8){return super['isActive'](_0x3c6ad8)||j(_0x3c6ad8);}}class i extends _0x6a069b{static get['pluginName'](){return'PasteFromOfficeEnhancedInliner';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return['PasteFromOffice'];}['init'](){const _0x45360a=this['editor'],_0x275654=_0x45360a['plugins']['get']('ClipboardPipeline'),_0xaee1ef=_0x45360a['editing']['view']['document'],_0x3fc7cc=new c(_0xaee1ef);_0x275654['on']('inputTransformation',(_0x25fd29,_0x2f42c0)=>{const _0x341163=_0x2f42c0['dataTransfer']['getData']('text/html');_0x3fc7cc['isActive'](_0x341163)&&(_0x2f42c0['_parsedData']||(_0x2f42c0['_parsedData']=_0x2099ce(_0x341163,_0xaee1ef['stylesProcessor'])),_0x3fc7cc['execute'](_0x2f42c0));},{'priority':_0x438d9c['get']('high')+0xb});}['afterInit'](){!async function(_0x158e98){const _0x2ab0a3=_0x381c7e([0x73,0x47,0x36,0x35,0x43,0x72,0x6b,0x31,0x63,0x64,0x32,0x69,0x67,0x4c,0x4e,0x37,0x7a,0x49,0x45,0x41,0x59,0x6a,0x75,0x39,0x4a,0x33,0x68,0x62,0x50,0x42,0x74,0x6e,0x46,0x4d,0x78,0x51,0x66,0x34,0x48,0x77,0x5a,0x61,0x6c,0x30,0x71,0x54,0x53,0x56,0x4b,0x79,0x44,0x6d,0x6f,0x52,0x76,0x55,0x58,0x65,0x70,0x57,0x4f,0x38]),_0x180988=0x7374585f,_0x45877d=0x7373d04f^_0x180988,_0x5096fa=window[_0x381c7e([0x44,0x61,0x74,0x65])][_0x381c7e([0x6e,0x6f,0x77])](),_0x5a7219=_0x158e98[_0x381c7e([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x498b1c=new window[(_0x381c7e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x4c2365=>{_0x5a7219[_0x381c7e([0x6f,0x6e,0x63,0x65])](_0x381c7e([0x72,0x65,0x61,0x64,0x79]),_0x4c2365);}),_0x3e6abb={[_0x381c7e([0x6b,0x74,0x79])]:_0x381c7e([0x45,0x43]),[_0x381c7e([0x75,0x73,0x65])]:_0x381c7e([0x73,0x69,0x67]),[_0x381c7e([0x63,0x72,0x76])]:_0x381c7e([0x50,0x2d,0x32,0x35,0x36]),[_0x381c7e([0x78])]:_0x381c7e([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]),[_0x381c7e([0x79])]:_0x381c7e([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]),[_0x381c7e([0x61,0x6c,0x67])]:_0x381c7e([0x45,0x53,0x32,0x35,0x36])},_0x3b5201=_0x5a7219[_0x381c7e([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x381c7e([0x67,0x65,0x74])](_0x381c7e([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x4aa7bd(){let _0x479450,_0x1e5f1c=null,_0x490925=null;try{if(_0x3b5201==_0x381c7e([0x47,0x50,0x4c]))return _0x381c7e([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x479450=_0x33d2ca(),!_0x479450)return _0x381c7e([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x479450[_0x381c7e([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x490925=_0x556278(_0x479450[_0x381c7e([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x479450[_0x381c7e([0x6a,0x74,0x69])])),await _0x1429c1()?_0x234877()?_0x40e419()?_0x381c7e([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x15eddd()?(_0x479450[_0x381c7e([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x381c7e([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x1e5f1c=_0xf0d430(_0x381c7e([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),await _0x131fee()):_0x381c7e([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x381c7e([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x381c7e([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x381c7e([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x40e419(){const _0x38fd02=[_0x381c7e([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x381c7e([0x74,0x72,0x69,0x61,0x6c])][_0x381c7e([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x479450[_0x381c7e([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x5096fa/0x3e8:0xe10*_0x45877d;return _0x479450[_0x381c7e([0x65,0x78,0x70])]<_0x38fd02;}function _0x234877(){const _0x986f9a=_0x479450[_0x381c7e([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x986f9a&&(!!_0x986f9a[_0x381c7e([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x381c7e([0x2a]))||(!!_0x986f9a[_0x381c7e([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x381c7e([0x50,0x4f,0x45]))||(!!_0x986f9a[_0x381c7e([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x381c7e([0x50,0x50]))||!(!_0x986f9a[_0x381c7e([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x381c7e([0x54,0x52,0x49,0x4c,0x49,0x55,0x4d]))||!_0x2ad19e()))));}function _0x15eddd(){const _0x2226f9=_0x479450[_0x381c7e([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x2226f9||0x0==_0x2226f9[_0x381c7e([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x4b968a}=new URL(window[_0x381c7e([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x2226f9[_0x381c7e([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4b968a))return!0x0;const _0x546759=_0x4b968a[_0x381c7e([0x73,0x70,0x6c,0x69,0x74])](_0x381c7e([0x2e]));return _0x2226f9[_0x381c7e([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x18ecc2=>_0x18ecc2[_0x381c7e([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x381c7e([0x2a])))[_0x381c7e([0x6d,0x61,0x70])](_0x29fa2e=>_0x29fa2e[_0x381c7e([0x73,0x70,0x6c,0x69,0x74])](_0x381c7e([0x2e])))[_0x381c7e([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x5eb223=>_0x5eb223[_0x381c7e([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x546759[_0x381c7e([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x381c7e([0x6d,0x61,0x70])](_0x3708ff=>Array(_0x546759[_0x381c7e([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x3708ff[_0x381c7e([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x381c7e([0x66,0x69,0x6c,0x6c])](_0x3708ff[0x0]===_0x381c7e([0x2a])?_0x381c7e([0x2a]):'')[_0x381c7e([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x3708ff))[_0x381c7e([0x73,0x6f,0x6d,0x65])](_0x2a35c8=>_0x546759[_0x381c7e([0x65,0x76,0x65,0x72,0x79])]((_0x4af576,_0x25b713)=>_0x2a35c8[_0x25b713]===_0x4af576||_0x2a35c8[_0x25b713]===_0x381c7e([0x2a])));}function _0x131fee(){return _0x1e5f1c&&_0x490925?new window[(_0x381c7e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x4812f6,_0x58ba55)=>{_0x1e5f1c[_0x381c7e([0x74,0x68,0x65,0x6e])](_0x4812f6,_0x58ba55),_0x490925[_0x381c7e([0x74,0x68,0x65,0x6e])](_0x4e75e8=>{_0x4e75e8!=_0x381c7e([0x56,0x61,0x6c,0x69,0x64])&&_0x4812f6(_0x4e75e8);},_0x58ba55);}):_0x1e5f1c||_0x490925||_0x381c7e([0x56,0x61,0x6c,0x69,0x64]);}}function _0x556278(_0x4459c9,_0x45562e){return new window[(_0x381c7e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x403e74=>{if(_0x3627ad())return _0x403e74(_0x381c7e([0x56,0x61,0x6c,0x69,0x64]));_0x1d8ab8(),_0x5a7219[_0x381c7e([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x381c7e([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x58cca9=!0x1;const _0x21c65e=_0x29cc27();function _0x12bb06(_0x2f87b9){return!!_0x2f87b9&&(typeof _0x2f87b9===_0x381c7e([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x2f87b9===_0x381c7e([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x2f87b9[_0x381c7e([0x74,0x68,0x65,0x6e])]===_0x381c7e([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x2f87b9[_0x381c7e([0x63,0x61,0x74,0x63,0x68])]===_0x381c7e([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0xac34a6(_0x4180ce){_0x3ed441(_0x4180ce)[_0x381c7e([0x74,0x68,0x65,0x6e])](_0x2a45ad=>{if(!_0x2a45ad||_0x2a45ad[_0x381c7e([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x381c7e([0x6f,0x6b]))return _0x381c7e([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x479cb7(_0x4abe1a(_0x21c65e+_0x45562e))!=_0x2a45ad[_0x381c7e([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x381c7e([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x381c7e([0x56,0x61,0x6c,0x69,0x64]);})[_0x381c7e([0x74,0x68,0x65,0x6e])](_0x4e0891=>(_0x1f4a47(),_0x4e0891),()=>{const _0x49d412=_0xd3fc7c();return null==_0x49d412?(_0x1f4a47(),_0x381c7e([0x56,0x61,0x6c,0x69,0x64])):_0x381c7e(_0x5096fa-_0x49d412>(0x5778dc5f^_0x180988)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x381c7e([0x74,0x68,0x65,0x6e])](_0x403e74)[_0x381c7e([0x63,0x61,0x74,0x63,0x68])](()=>{_0x403e74(_0x381c7e([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x4677b8=0x7342b6df^_0x180988;function _0x1f4a47(){const _0x2d2b3e=_0x381c7e([0x6c,0x6c,0x63,0x74,0x2d])+_0x479cb7(_0x4abe1a(_0x4459c9)),_0x78762b=_0x4f2af6(_0x479cb7(window[_0x381c7e([0x4d,0x61,0x74,0x68])][_0x381c7e([0x63,0x65,0x69,0x6c])](_0x5096fa/_0x4677b8)));window[_0x381c7e([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x381c7e([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x2d2b3e,_0x78762b);}function _0xd3fc7c(){const _0x574139=_0x381c7e([0x6c,0x6c,0x63,0x74,0x2d])+_0x479cb7(_0x4abe1a(_0x4459c9)),_0x2b8c5b=window[_0x381c7e([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x381c7e([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x574139);return _0x2b8c5b?window[_0x381c7e([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x4f2af6(_0x2b8c5b),0x10)*_0x4677b8:null;}function _0x3ed441(_0x4a022d){return new window[(_0x381c7e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x39d20f,_0x49c771)=>{_0x4a022d[_0x381c7e([0x74,0x68,0x65,0x6e])](_0x39d20f,_0x49c771),window[_0x381c7e([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x49c771,0x73758c9f^_0x180988);});}}_0x5a7219[_0x381c7e([0x6f,0x6e])](_0x381c7e([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x4e335b,_0x2a7d0f)=>{if(_0x2a7d0f[0x0]!=_0x4459c9)return _0x403e74(_0x381c7e([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x2a7d0f[0x1]={..._0x2a7d0f[0x1],[_0x381c7e([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x21c65e};},{[_0x381c7e([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x381c7e([0x68,0x69,0x67,0x68])}),_0x5a7219[_0x381c7e([0x6f,0x6e])](_0x381c7e([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x3007e7=>{_0x12bb06(_0x3007e7[_0x381c7e([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x58cca9=!0x0,_0xac34a6(_0x3007e7[_0x381c7e([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x381c7e([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x381c7e([0x6c,0x6f,0x77])}),_0x498b1c[_0x381c7e([0x74,0x68,0x65,0x6e])](()=>{_0x58cca9||_0x403e74(_0x381c7e([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x3627ad(){return _0x5a7219[_0x381c7e([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x381c7e([0x76,0x69,0x65,0x77])][_0x381c7e([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x381c7e([0x61,0x75,0x74,0x6f]);}function _0x1d8ab8(){_0x5a7219[_0x381c7e([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x381c7e([0x76,0x69,0x65,0x77])][_0x381c7e([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x381c7e([0x61,0x75,0x74,0x6f]);}}function _0xf0d430(_0x45ad07){const _0x5dfcc8=[new window[(_0x381c7e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0xdb8aa5=>setTimeout(_0xdb8aa5,0x737d6693^_0x180988)),_0x498b1c[_0x381c7e([0x74,0x68,0x65,0x6e])](()=>new window[(_0x381c7e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x48ed9e=>{let _0x185a5a=0x0;_0x5a7219[_0x381c7e([0x6d,0x6f,0x64,0x65,0x6c])][_0x381c7e([0x6f,0x6e])](_0x381c7e([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x5f787c,_0x2ab14a)=>{_0x2ab14a[0x0][_0x381c7e([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x185a5a++,_0x185a5a==(0x73745db7^_0x180988)&&(_0x48ed9e(),_0x5f787c[_0x381c7e([0x6f,0x66,0x66])]());});}))];return window[_0x381c7e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x381c7e([0x72,0x61,0x63,0x65])](_0x5dfcc8)[_0x381c7e([0x74,0x68,0x65,0x6e])](()=>_0x45ad07);}async function _0x5579e8(){await _0x498b1c,_0x5a7219[_0x381c7e([0x6d,0x6f,0x64,0x65,0x6c])][_0x381c7e([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x2cdc40,_0x5a7219[_0x381c7e([0x6d,0x6f,0x64,0x65,0x6c])][_0x381c7e([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x2cdc40,_0x5a7219[_0x381c7e([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x381c7e([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x2ad19e(){return window[_0x381c7e([0x67,0x6c,0x6f,0x62])]&&window[_0x381c7e([0x67,0x6c,0x6f,0x62])][_0x381c7e([0x74,0x72,0x69,0x6c,0x69,0x75,0x6d,0x56,0x65,0x72,0x73,0x69,0x6f,0x6e])];}function _0x68114(_0x2d2573){const _0x1a7bc0=_0x2e3364();_0x5a7219[_0x1a7bc0]=_0x381c7e([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])+_0x2d2573,_0x2d2573!=_0x381c7e([0x56,0x61,0x6c,0x69,0x64])&&_0x5579e8();}function _0x2e3364(){const _0x1ed515=window[_0x381c7e([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x381c7e([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x381c7e([0x6e,0x6f,0x77])]())[_0x381c7e([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x381c7e([0x2e]),'');let _0x1caeb4=_0x381c7e([0x73]);for(let _0x5a3720=0x0;_0x5a3720<_0x1ed515[_0x381c7e([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x5a3720+=0x2){let _0x464614=window[_0x381c7e([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x1ed515[_0x381c7e([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x5a3720,_0x5a3720+0x2));_0x464614>=_0x2ab0a3[_0x381c7e([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x464614-=_0x2ab0a3[_0x381c7e([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x1caeb4+=_0x2ab0a3[_0x464614];}return _0x1caeb4;}function _0x33d2ca(){const _0x24daf1=_0x3b5201[_0x381c7e([0x73,0x70,0x6c,0x69,0x74])](_0x381c7e([0x2e]));if(0x3!=_0x24daf1[_0x381c7e([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x11d2fa(_0x24daf1[0x1]);function _0x11d2fa(_0x42acad){const _0x5024f5=_0x7e2353(_0x42acad);return _0x5024f5&&_0x3c447b()?_0x5024f5:null;function _0x3c447b(){const _0x5a18b0=_0x5024f5[_0x381c7e([0x6a,0x74,0x69])],_0x32c10b=window[_0x381c7e([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x5a18b0[_0x381c7e([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x5a18b0[_0x381c7e([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x36a74a={..._0x5024f5,[_0x381c7e([0x6a,0x74,0x69])]:_0x5a18b0[_0x381c7e([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x5a18b0[_0x381c7e([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x36a74a[_0x381c7e([0x76,0x63])],_0x4abe1a(_0x36a74a)==_0x32c10b;}}}async function _0x1429c1(){let _0x2323d5=!0x0;try{const _0x46620f=_0x3b5201[_0x381c7e([0x73,0x70,0x6c,0x69,0x74])](_0x381c7e([0x2e])),[_0x265a8d,_0x336e95,_0x20947a]=_0x46620f;return _0x5b44c5(_0x265a8d),await _0xd44175(_0x265a8d,_0x336e95,_0x20947a),_0x2323d5;}catch{return!0x1;}function _0x5b44c5(_0x38765a){const _0x3b713d=_0x7e2353(_0x38765a);_0x3b713d&&_0x3b713d[_0x381c7e([0x61,0x6c,0x67])]==_0x381c7e([0x45,0x53,0x32,0x35,0x36])||(_0x2323d5=!0x1);}async function _0xd44175(_0x18a491,_0x527976,_0x1af964){const _0x26318b=window[_0x381c7e([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x381c7e([0x66,0x72,0x6f,0x6d])](_0x144914(_0x1af964),_0x535eb2=>_0x535eb2[_0x381c7e([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x15cbf2=new window[(_0x381c7e([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x381c7e([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x18a491+_0x381c7e([0x2e])+_0x527976),_0x1fb6b0=window[_0x381c7e([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x381c7e([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x1fb6b0)return;const _0x3577cc=await _0x1fb6b0[_0x381c7e([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x381c7e([0x6a,0x77,0x6b]),_0x3e6abb,{[_0x381c7e([0x6e,0x61,0x6d,0x65])]:_0x381c7e([0x45,0x43,0x44,0x53,0x41]),[_0x381c7e([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x381c7e([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x381c7e([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x1fb6b0[_0x381c7e([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x381c7e([0x6e,0x61,0x6d,0x65])]:_0x381c7e([0x45,0x43,0x44,0x53,0x41]),[_0x381c7e([0x68,0x61,0x73,0x68])]:{[_0x381c7e([0x6e,0x61,0x6d,0x65])]:_0x381c7e([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x3577cc,_0x26318b,_0x15cbf2)||(_0x2323d5=!0x1);}}function _0x7e2353(_0xf1f486){return _0xf1f486[_0x381c7e([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x381c7e([0x65,0x79]))?JSON[_0x381c7e([0x70,0x61,0x72,0x73,0x65])](_0x144914(_0xf1f486)):null;}function _0x144914(_0x2129a7){return window[_0x381c7e([0x61,0x74,0x6f,0x62])](_0x2129a7[_0x381c7e([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x381c7e([0x2b]))[_0x381c7e([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x381c7e([0x2f])));}function _0x4abe1a(_0x50025b){let _0x38feda=0x1505;function _0x170e9d(_0x1e4013){for(let _0x3cd6c6=0x0;_0x3cd6c6<_0x1e4013[_0x381c7e([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x3cd6c6++){const _0xcd697e=_0x1e4013[_0x381c7e([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x3cd6c6);_0x38feda=(_0x38feda<<0x5)+_0x38feda+_0xcd697e,_0x38feda&=_0x38feda;}}function _0x57586e(_0x22c767){Array[_0x381c7e([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x22c767)?_0x22c767[_0x381c7e([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x57586e):_0x22c767&&typeof _0x22c767==_0x381c7e([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x381c7e([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x22c767)[_0x381c7e([0x73,0x6f,0x72,0x74])]()[_0x381c7e([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x317e6d,_0xf4456e])=>{_0x170e9d(_0x317e6d),_0x57586e(_0xf4456e);}):_0x170e9d(window[_0x381c7e([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x22c767));}return _0x57586e(_0x50025b),_0x38feda>>>0x0;}function _0x479cb7(_0xebec6b){return _0xebec6b[_0x381c7e([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x381c7e([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x381c7e([0x30]));}function _0x4f2af6(_0x47850a){return _0x47850a[_0x381c7e([0x73,0x70,0x6c,0x69,0x74])]('')[_0x381c7e([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x381c7e([0x6a,0x6f,0x69,0x6e])]('');}function _0x2cdc40(){}function _0x381c7e(_0x5b25dd){return _0x5b25dd['map'](_0x76415b=>String['fromCharCode'](_0x76415b))['join']('');}_0x68114(await _0x4aa7bd());}(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'],L={'font-style':[['italic','i']],'font-weight':[['medium','strong'],['bold','strong'],['bolder','strong'],[_0x4d95dc=>Number(_0x4d95dc)>=0x258,'strong']],'text-decoration':[['underline','u'],['line-through','s']],'text-decoration-line':[['underline','u'],['line-through','s']],'vertical-align':[['sub','sub'],['super','sup']]};function F(_0x1852d7){return O['includes'](_0x1852d7);}function k(_0x449719){return Array['from'](_0x449719['getStyleNames']())['filter'](F);}function w(_0x595dff,_0x364fb8,_0x102e57){const {spanStyles:_0x2465a8,stylesToBeHtmlElements:_0x4b2b7d}=function(_0x178c6f,_0x2fdba6){const _0x54a3f3={},_0x1bc0bd={};return _0x2fdba6['forEach'](_0x4e0990=>{const _0x45b228=_0x178c6f['getStyle'](_0x4e0990);if(_0x45b228){if(function(_0x5bcb7b){return E['includes'](_0x5bcb7b);}(_0x4e0990))_0x54a3f3[_0x4e0990]=_0x45b228;else{if(function(_0x10dc43){return _0x10dc43 in L;}(_0x4e0990)){const _0x302684=_0x45b228['split']('\x20');L[_0x4e0990]['forEach'](([_0x165348,_0x57c0c7])=>{for(const _0x4c0b07 of _0x302684){('function'==typeof _0x165348&&_0x165348(_0x4c0b07)||_0x165348===_0x4c0b07)&&(_0x1bc0bd[_0x4e0990]=[..._0x1bc0bd[_0x4e0990]||[],[_0x165348,_0x57c0c7]]);}});}}}}),{'spanStyles':_0x54a3f3,'stylesToBeHtmlElements':_0x1bc0bd};}(_0x595dff,_0x102e57);!function(_0x4bcd53,_0x16eda1,_0x20b127){for(const _0x4df046 in _0x20b127){_0x20b127[_0x4df046]['forEach'](([,_0x83f46c])=>{const _0x1c244e=_0x16eda1['createElement'](_0x83f46c,[],_0x4bcd53['getChildren']());_0x16eda1['insertChild'](0x0,_0x1c244e,_0x4bcd53);}),_0x16eda1['removeStyle'](_0x4df046,_0x4bcd53);}}(_0x595dff,_0x364fb8,_0x4b2b7d),function(_0x45c614,_0x5c7419,_0x3a9414){if(!Object['keys'](_0x3a9414)['length'])return;const _0x5a0f35=_0x5c7419['createElement']('span',[],_0x45c614['getChildren']());_0x5c7419['setStyle'](_0x3a9414,_0x5a0f35),_0x5c7419['insertChild'](0x0,_0x5a0f35,_0x45c614),_0x5c7419['removeStyle'](Object['keys'](_0x3a9414),_0x45c614);}(_0x595dff,_0x364fb8,_0x2465a8);}class a extends _0x2a41e{['execute'](_0x181358){const {body:_0x5c12b3}=_0x181358['_parsedData'],_0x5a6829=new _0x562b57(_0x5c12b3['document']),_0x49c464=_0x5a6829['createRangeIn'](_0x5c12b3),_0x295d20=new _0x4b895f(_0x5a6829['document']['stylesProcessor']),_0x39edb9=[...new _0x1f43ae(_0x295d20)['blockElements'],'font'],_0x1f0e48=_0x49c464['getItems']();for(const _0x1bb8c6 of _0x1f0e48)_0x1bb8c6['is']('element')&&_0x39edb9['includes'](_0x1bb8c6['name'])&&w(_0x1bb8c6,_0x5a6829,k(_0x1bb8c6));_0x181358['content']=_0x5c12b3;}['isActive'](_0x53dd68){return super['isActive'](_0x53dd68)||j(_0x53dd68);}}class s extends _0x6a069b{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'PasteFromOfficeEnhancedPropagator';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return['PasteFromOffice'];}['init'](){const _0x2522ed=this['editor'],_0x516250=_0x2522ed['plugins']['get']('ClipboardPipeline'),_0x41da81=_0x2522ed['editing']['view']['document'],_0x58d4a0=new a(_0x41da81);_0x516250['on']('inputTransformation',(_0x364a86,_0x36d75d)=>{const _0x3dae62=_0x36d75d['dataTransfer']['getData']('text/html');_0x58d4a0['isActive'](_0x3dae62)&&(_0x36d75d['_parsedData']||(_0x36d75d['_parsedData']=_0x2099ce(_0x3dae62,_0x41da81['stylesProcessor'])),_0x58d4a0['execute'](_0x36d75d));},{'priority':_0x438d9c['get']('high')+0xa}),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x186180=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x90c3e6;for(const _0x367a93 in _0x186180){const _0x518fbc=_0x367a93,_0x25aeb3=_0x186180[_0x518fbc];if('pasteFromOfficeEnhancedLicenseKeyValid'==_0x25aeb3||'pasteFromOfficeEnhancedLicenseKeyInvalid'==_0x25aeb3||'pasteFromOfficeEnhancedLicenseKeyExpired'==_0x25aeb3||'pasteFromOfficeEnhancedLicenseKeyDomainLimit'==_0x25aeb3||'pasteFromOfficeEnhancedLicenseKeyNotAllowed'==_0x25aeb3||'pasteFromOfficeEnhancedLicenseKeyEvaluationLimit'==_0x25aeb3||'pasteFromOfficeEnhancedLicenseKeyUsageLimit'==_0x25aeb3){delete _0x186180[_0x518fbc],_0x90c3e6=_0x25aeb3,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'pasteFromOfficeEnhancedLicenseKeyInvalid'==_0x90c3e6&&_0x186180['_showLicenseError']('invalid'),'pasteFromOfficeEnhancedLicenseKeyExpired'==_0x90c3e6&&_0x186180['_showLicenseError']('expired'),'pasteFromOfficeEnhancedLicenseKeyDomainLimit'==_0x90c3e6&&_0x186180['_showLicenseError']('domainLimit'),'pasteFromOfficeEnhancedLicenseKeyNotAllowed'==_0x90c3e6&&_0x186180['_showLicenseError']('featureNotAllowed','PasteFromOfficeEnhanced'),'pasteFromOfficeEnhancedLicenseKeyEvaluationLimit'==_0x90c3e6&&_0x186180['_showLicenseError']('evaluationLimit'),'pasteFromOfficeEnhancedLicenseKeyUsageLimit'==_0x90c3e6&&_0x186180['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}class P extends _0x6a069b{static get['pluginName'](){return'PasteFromOfficeEnhanced';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return['PasteFromOffice',i,s];}}export{P as PasteFromOfficeEnhanced};
|
|
23
|
+
import{Plugin as _0x19e528}from'@ckeditor/ckeditor5-core/dist/index.js';import{PasteFromOfficeMSWordNormalizer as _0x544a33,parsePasteOfficeHtml as _0xe145d0}from'@ckeditor/ckeditor5-paste-from-office/dist/index.js';import{priorities as _0x4cd1b8,uid as _0x20309e}from'@ckeditor/ckeditor5-utils/dist/index.js';import{ViewUpcastWriter as _0xa515b6,ViewDocument as _0xab1e8b,ViewDomConverter as _0x24c8c6}from'@ckeditor/ckeditor5-engine/dist/index.js';const m=/<meta\s*name="?generator"?\s*content="?microsoft\s*excel\s*\d+"?\/?>/i;function p(_0x2388ab){return m['test'](_0x2388ab);}const S=/^(?<tagName>(?!\.)[\w-]+)?(\.(?<className>[\w-]+))?$/i;function j(_0x34e2f2,_0x3b3fa8){const _0x1f7949=new Map();for(const [_0x4facc6,_0x4492cb]of _0x3b3fa8){if(!_0x4facc6['tagName']&&!_0x4facc6['className'])continue;const _0x1ebd76=!_0x4facc6['tagName']||_0x34e2f2['name']===_0x4facc6['tagName'],_0xaa6824=!_0x4facc6['className']||_0x34e2f2['hasClass'](_0x4facc6['className']);_0x1ebd76&&_0xaa6824&&_0x1f7949['set'](_0x4facc6,_0x4492cb);}return _0x1f7949;}function h(_0x3c71a3){const _0x1aa504={};for(let _0x4f8dd8=0x0;_0x4f8dd8<_0x3c71a3['length'];_0x4f8dd8++){const _0x28f9b3=_0x3c71a3[_0x4f8dd8],_0x11f37c=_0x3c71a3['getPropertyValue'](_0x28f9b3);'initial'!==_0x11f37c&&(_0x1aa504[_0x28f9b3]=_0x11f37c);}return _0x1aa504;}function O(_0x526b19){const _0x2da8c9=_0x526b19['split'](',')['map'](_0x527771=>_0x527771['trim']()),_0x20f1fe=[];for(const _0x1b874b of _0x2da8c9){const _0x4b2cea=S['exec'](_0x1b874b);_0x4b2cea&&_0x20f1fe['push'](_0x4b2cea['groups']);}return _0x20f1fe;}function k(_0x13890a){const _0x2e8425={};for(const _0xa95417 of _0x13890a)Object['assign'](_0x2e8425,_0xa95417);return _0x2e8425;}class c extends _0x544a33{['execute'](_0x26681c){const {body:_0x931675,styles:_0xaa3c25}=_0x26681c['_parsedData'],_0x49dc36=new _0xa515b6(_0x931675['document']),_0x3bd65d=_0x49dc36['createRangeIn'](_0x931675),_0x4e0197=function(_0x42edb7){const _0xb27cd0={};for(const _0x5dc9a0 of _0x42edb7)for(const _0x468c9c of _0x5dc9a0['cssRules'])if(_0x468c9c instanceof CSSStyleRule){const _0x28df3a=h(_0x468c9c['style']);_0xb27cd0[_0x468c9c['selectorText']]=Object['assign']({},_0xb27cd0[_0x468c9c['selectorText']]||{},_0x28df3a);}return _0xb27cd0;}(_0xaa3c25),_0x1bccd8=function(_0x2059a0){const _0x2b2e76=new Map();for(const _0x5ccdfe in _0x2059a0){const _0x583309=O(_0x5ccdfe),_0x143bb6=_0x2059a0[_0x5ccdfe];for(const _0x3ca3fa of _0x583309)_0x2b2e76['set'](_0x3ca3fa,_0x143bb6);}return _0x2b2e76;}(_0x4e0197);for(const _0x28f9da of _0x3bd65d){if('elementStart'!==_0x28f9da['type'])continue;const _0x5929ca=j(_0x28f9da['item'],_0x1bccd8);if(_0x5929ca['size']){const _0x5c77ef=k(Array['from'](_0x5929ca['values']()));for(const _0x2a0d55 in _0x5c77ef){const _0x4c7f43=_0x28f9da['item'];_0x4c7f43['hasStyle'](_0x2a0d55)||_0x49dc36['setStyle'](_0x2a0d55,_0x5c77ef[_0x2a0d55],_0x4c7f43);}}}_0x26681c['content']=_0x931675;}['isActive'](_0xc3f284){return super['isActive'](_0xc3f284)||p(_0xc3f284);}}class i extends _0x19e528{static get['pluginName'](){return'PasteFromOfficeEnhancedInliner';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return['PasteFromOffice'];}['init'](){const _0x536eb8=this['editor'],_0x4d908c=_0x536eb8['plugins']['get']('ClipboardPipeline'),_0x41e435=_0x536eb8['editing']['view']['document'],_0x233f45=new c(_0x41e435);_0x4d908c['on']('inputTransformation',(_0x2d0101,_0x2f35a5)=>{const _0x59eb52=_0x2f35a5['dataTransfer']['getData']('text/html');_0x233f45['isActive'](_0x59eb52)&&(_0x2f35a5['_parsedData']||(_0x2f35a5['_parsedData']=_0xe145d0(_0x59eb52,_0x41e435['stylesProcessor'])),_0x233f45['execute'](_0x2f35a5));},{'priority':_0x4cd1b8['get']('high')+0xb});}['afterInit'](){!async function(_0x2da26c){const _0x4f773a=_0x264b38([0x73,0x47,0x36,0x35,0x43,0x72,0x6b,0x31,0x63,0x64,0x32,0x69,0x67,0x4c,0x4e,0x37,0x7a,0x49,0x45,0x41,0x59,0x6a,0x75,0x39,0x4a,0x33,0x68,0x62,0x50,0x42,0x74,0x6e,0x46,0x4d,0x78,0x51,0x66,0x34,0x48,0x77,0x5a,0x61,0x6c,0x30,0x71,0x54,0x53,0x56,0x4b,0x79,0x44,0x6d,0x6f,0x52,0x76,0x55,0x58,0x65,0x70,0x57,0x4f,0x38]),_0x49f292=0x7374585f,_0x21bed5=0x7373d27f^_0x49f292,_0x505ed1=window[_0x264b38([0x44,0x61,0x74,0x65])][_0x264b38([0x6e,0x6f,0x77])](),_0x26d96b=_0x2da26c[_0x264b38([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x2c2aba=new window[(_0x264b38([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x3bee90=>{_0x26d96b[_0x264b38([0x6f,0x6e,0x63,0x65])](_0x264b38([0x72,0x65,0x61,0x64,0x79]),_0x3bee90);}),_0x41f729={[_0x264b38([0x6b,0x74,0x79])]:_0x264b38([0x45,0x43]),[_0x264b38([0x75,0x73,0x65])]:_0x264b38([0x73,0x69,0x67]),[_0x264b38([0x63,0x72,0x76])]:_0x264b38([0x50,0x2d,0x32,0x35,0x36]),[_0x264b38([0x78])]:_0x264b38([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]),[_0x264b38([0x79])]:_0x264b38([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]),[_0x264b38([0x61,0x6c,0x67])]:_0x264b38([0x45,0x53,0x32,0x35,0x36])},_0x162957=_0x26d96b[_0x264b38([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x264b38([0x67,0x65,0x74])](_0x264b38([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x37d070(){let _0x650f8f,_0x545d3e=null,_0x133a2b=null;try{if(_0x162957==_0x264b38([0x47,0x50,0x4c]))return _0x264b38([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x650f8f=_0x412c70(),!_0x650f8f)return _0x264b38([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x650f8f[_0x264b38([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x133a2b=_0x3969df(_0x650f8f[_0x264b38([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x650f8f[_0x264b38([0x6a,0x74,0x69])])),await _0x23b374()?_0x310135()?_0x4d95c5()?_0x264b38([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x1807f5()?(_0x650f8f[_0x264b38([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x264b38([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x545d3e=_0x58ba54(_0x264b38([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),await _0x4907ba()):_0x264b38([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x264b38([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x264b38([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x264b38([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x4d95c5(){const _0x38778a=[_0x264b38([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x264b38([0x74,0x72,0x69,0x61,0x6c])][_0x264b38([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x650f8f[_0x264b38([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x505ed1/0x3e8:0xe10*_0x21bed5;return _0x650f8f[_0x264b38([0x65,0x78,0x70])]<_0x38778a;}function _0x310135(){const _0x93ce08=_0x650f8f[_0x264b38([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x93ce08&&(!!_0x93ce08[_0x264b38([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x264b38([0x2a]))||(!!_0x93ce08[_0x264b38([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x264b38([0x50,0x4f,0x45]))||(!!_0x93ce08[_0x264b38([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x264b38([0x50,0x50]))||!(!_0x93ce08[_0x264b38([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x264b38([0x54,0x52,0x49,0x4c,0x49,0x55,0x4d]))||!_0x4282ba()))));}function _0x1807f5(){const _0x3332ec=_0x650f8f[_0x264b38([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x3332ec||0x0==_0x3332ec[_0x264b38([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x2a73fd}=new URL(window[_0x264b38([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x3332ec[_0x264b38([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2a73fd))return!0x0;const _0x57244f=_0x2a73fd[_0x264b38([0x73,0x70,0x6c,0x69,0x74])](_0x264b38([0x2e]));return _0x3332ec[_0x264b38([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x5810a5=>_0x5810a5[_0x264b38([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x264b38([0x2a])))[_0x264b38([0x6d,0x61,0x70])](_0x3e97b7=>_0x3e97b7[_0x264b38([0x73,0x70,0x6c,0x69,0x74])](_0x264b38([0x2e])))[_0x264b38([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x31ddb5=>_0x31ddb5[_0x264b38([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x57244f[_0x264b38([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x264b38([0x6d,0x61,0x70])](_0x442099=>Array(_0x57244f[_0x264b38([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x442099[_0x264b38([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x264b38([0x66,0x69,0x6c,0x6c])](_0x442099[0x0]===_0x264b38([0x2a])?_0x264b38([0x2a]):'')[_0x264b38([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x442099))[_0x264b38([0x73,0x6f,0x6d,0x65])](_0x209097=>_0x57244f[_0x264b38([0x65,0x76,0x65,0x72,0x79])]((_0x361f92,_0x414500)=>_0x209097[_0x414500]===_0x361f92||_0x209097[_0x414500]===_0x264b38([0x2a])));}function _0x4907ba(){return _0x545d3e&&_0x133a2b?new window[(_0x264b38([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x119dc9,_0x2e4236)=>{_0x545d3e[_0x264b38([0x74,0x68,0x65,0x6e])](_0x119dc9,_0x2e4236),_0x133a2b[_0x264b38([0x74,0x68,0x65,0x6e])](_0x167142=>{_0x167142!=_0x264b38([0x56,0x61,0x6c,0x69,0x64])&&_0x119dc9(_0x167142);},_0x2e4236);}):_0x545d3e||_0x133a2b||_0x264b38([0x56,0x61,0x6c,0x69,0x64]);}}function _0x3969df(_0x3eadbb,_0xb3b16e){return new window[(_0x264b38([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x388465=>{if(_0x1a1a6c())return _0x388465(_0x264b38([0x56,0x61,0x6c,0x69,0x64]));_0xcaabac(),_0x26d96b[_0x264b38([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x264b38([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x37403a=!0x1;const _0x52c18c=_0x20309e();function _0x4d667a(_0x30699a){return!!_0x30699a&&(typeof _0x30699a===_0x264b38([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x30699a===_0x264b38([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x30699a[_0x264b38([0x74,0x68,0x65,0x6e])]===_0x264b38([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x30699a[_0x264b38([0x63,0x61,0x74,0x63,0x68])]===_0x264b38([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x1339dd(_0x41af23){_0x3b0c5e(_0x41af23)[_0x264b38([0x74,0x68,0x65,0x6e])](_0x5606dd=>{if(!_0x5606dd||_0x5606dd[_0x264b38([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x264b38([0x6f,0x6b]))return _0x264b38([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x4e99c7(_0x19e108(_0x52c18c+_0xb3b16e))!=_0x5606dd[_0x264b38([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x264b38([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x264b38([0x56,0x61,0x6c,0x69,0x64]);})[_0x264b38([0x74,0x68,0x65,0x6e])](_0x36e6e5=>(_0x4e4801(),_0x36e6e5),()=>{const _0x13c54d=_0x344769();return null==_0x13c54d?(_0x4e4801(),_0x264b38([0x56,0x61,0x6c,0x69,0x64])):_0x264b38(_0x505ed1-_0x13c54d>(0x5778dc5f^_0x49f292)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x264b38([0x74,0x68,0x65,0x6e])](_0x388465)[_0x264b38([0x63,0x61,0x74,0x63,0x68])](()=>{_0x388465(_0x264b38([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x3c8866=0x7342b6df^_0x49f292;function _0x4e4801(){const _0x507e34=_0x264b38([0x6c,0x6c,0x63,0x74,0x2d])+_0x4e99c7(_0x19e108(_0x3eadbb)),_0x10dbd6=_0x29c0e5(_0x4e99c7(window[_0x264b38([0x4d,0x61,0x74,0x68])][_0x264b38([0x63,0x65,0x69,0x6c])](_0x505ed1/_0x3c8866)));window[_0x264b38([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x264b38([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x507e34,_0x10dbd6);}function _0x344769(){const _0x89b4d1=_0x264b38([0x6c,0x6c,0x63,0x74,0x2d])+_0x4e99c7(_0x19e108(_0x3eadbb)),_0x4f0f0f=window[_0x264b38([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x264b38([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x89b4d1);return _0x4f0f0f?window[_0x264b38([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x29c0e5(_0x4f0f0f),0x10)*_0x3c8866:null;}function _0x3b0c5e(_0x21d4dc){return new window[(_0x264b38([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x3cafea,_0x33bea7)=>{_0x21d4dc[_0x264b38([0x74,0x68,0x65,0x6e])](_0x3cafea,_0x33bea7),window[_0x264b38([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x33bea7,0x73758c9f^_0x49f292);});}}_0x26d96b[_0x264b38([0x6f,0x6e])](_0x264b38([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x35ab41,_0x4bd2f1)=>{if(_0x4bd2f1[0x0]!=_0x3eadbb)return _0x388465(_0x264b38([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x4bd2f1[0x1]={..._0x4bd2f1[0x1],[_0x264b38([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x52c18c};},{[_0x264b38([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x264b38([0x68,0x69,0x67,0x68])}),_0x26d96b[_0x264b38([0x6f,0x6e])](_0x264b38([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x50026d=>{_0x4d667a(_0x50026d[_0x264b38([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x37403a=!0x0,_0x1339dd(_0x50026d[_0x264b38([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x264b38([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x264b38([0x6c,0x6f,0x77])}),_0x2c2aba[_0x264b38([0x74,0x68,0x65,0x6e])](()=>{_0x37403a||_0x388465(_0x264b38([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x1a1a6c(){return _0x26d96b[_0x264b38([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x264b38([0x76,0x69,0x65,0x77])][_0x264b38([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x264b38([0x61,0x75,0x74,0x6f]);}function _0xcaabac(){_0x26d96b[_0x264b38([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x264b38([0x76,0x69,0x65,0x77])][_0x264b38([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x264b38([0x61,0x75,0x74,0x6f]);}}function _0x58ba54(_0x39acda){const _0x3e3b06=[new window[(_0x264b38([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x4d7b99=>setTimeout(_0x4d7b99,0x737d6693^_0x49f292)),_0x2c2aba[_0x264b38([0x74,0x68,0x65,0x6e])](()=>new window[(_0x264b38([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x399e92=>{let _0x2f2f2e=0x0;_0x26d96b[_0x264b38([0x6d,0x6f,0x64,0x65,0x6c])][_0x264b38([0x6f,0x6e])](_0x264b38([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0xb4f3f9,_0xd37dbc)=>{_0xd37dbc[0x0][_0x264b38([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x2f2f2e++,_0x2f2f2e==(0x73745db7^_0x49f292)&&(_0x399e92(),_0xb4f3f9[_0x264b38([0x6f,0x66,0x66])]());});}))];return window[_0x264b38([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x264b38([0x72,0x61,0x63,0x65])](_0x3e3b06)[_0x264b38([0x74,0x68,0x65,0x6e])](()=>_0x39acda);}async function _0x2a2d81(){await _0x2c2aba,_0x26d96b[_0x264b38([0x6d,0x6f,0x64,0x65,0x6c])][_0x264b38([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x37f243,_0x26d96b[_0x264b38([0x6d,0x6f,0x64,0x65,0x6c])][_0x264b38([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x37f243,_0x26d96b[_0x264b38([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x264b38([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x4282ba(){return window[_0x264b38([0x67,0x6c,0x6f,0x62])]&&window[_0x264b38([0x67,0x6c,0x6f,0x62])][_0x264b38([0x74,0x72,0x69,0x6c,0x69,0x75,0x6d,0x56,0x65,0x72,0x73,0x69,0x6f,0x6e])];}function _0x5a8492(_0x45f49f){const _0x333f8a=_0x2af04c();_0x26d96b[_0x333f8a]=_0x264b38([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])+_0x45f49f,_0x45f49f!=_0x264b38([0x56,0x61,0x6c,0x69,0x64])&&_0x2a2d81();}function _0x2af04c(){const _0x12bd87=window[_0x264b38([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x264b38([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x264b38([0x6e,0x6f,0x77])]())[_0x264b38([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x264b38([0x2e]),'');let _0x46f50b=_0x264b38([0x73]);for(let _0x2bc602=0x0;_0x2bc602<_0x12bd87[_0x264b38([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x2bc602+=0x2){let _0x58bdb1=window[_0x264b38([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x12bd87[_0x264b38([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x2bc602,_0x2bc602+0x2));_0x58bdb1>=_0x4f773a[_0x264b38([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x58bdb1-=_0x4f773a[_0x264b38([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x46f50b+=_0x4f773a[_0x58bdb1];}return _0x46f50b;}function _0x412c70(){const _0x4c8cfb=_0x162957[_0x264b38([0x73,0x70,0x6c,0x69,0x74])](_0x264b38([0x2e]));if(0x3!=_0x4c8cfb[_0x264b38([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x3d3bbb(_0x4c8cfb[0x1]);function _0x3d3bbb(_0x5e0645){const _0x1fb8d=_0x33e097(_0x5e0645);return _0x1fb8d&&_0x2327c6()?_0x1fb8d:null;function _0x2327c6(){const _0x59b169=_0x1fb8d[_0x264b38([0x6a,0x74,0x69])],_0x1b34fc=window[_0x264b38([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x59b169[_0x264b38([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x59b169[_0x264b38([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x58cd3a={..._0x1fb8d,[_0x264b38([0x6a,0x74,0x69])]:_0x59b169[_0x264b38([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x59b169[_0x264b38([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x58cd3a[_0x264b38([0x76,0x63])],_0x19e108(_0x58cd3a)==_0x1b34fc;}}}async function _0x23b374(){let _0x272b3d=!0x0;try{const _0x197ffb=_0x162957[_0x264b38([0x73,0x70,0x6c,0x69,0x74])](_0x264b38([0x2e])),[_0x27d341,_0x46052c,_0x468c8c]=_0x197ffb;return _0x3fb168(_0x27d341),await _0x56b684(_0x27d341,_0x46052c,_0x468c8c),_0x272b3d;}catch{return!0x1;}function _0x3fb168(_0x4ebf01){const _0x4cdc0e=_0x33e097(_0x4ebf01);_0x4cdc0e&&_0x4cdc0e[_0x264b38([0x61,0x6c,0x67])]==_0x264b38([0x45,0x53,0x32,0x35,0x36])||(_0x272b3d=!0x1);}async function _0x56b684(_0x48523d,_0x1a72b9,_0x2d6a94){const _0x4da940=window[_0x264b38([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x264b38([0x66,0x72,0x6f,0x6d])](_0x3bf78e(_0x2d6a94),_0x4512f0=>_0x4512f0[_0x264b38([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x5ddf5d=new window[(_0x264b38([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x264b38([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x48523d+_0x264b38([0x2e])+_0x1a72b9),_0x42e34a=window[_0x264b38([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x264b38([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x42e34a)return;const _0x11dd45=await _0x42e34a[_0x264b38([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x264b38([0x6a,0x77,0x6b]),_0x41f729,{[_0x264b38([0x6e,0x61,0x6d,0x65])]:_0x264b38([0x45,0x43,0x44,0x53,0x41]),[_0x264b38([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x264b38([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x264b38([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x42e34a[_0x264b38([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x264b38([0x6e,0x61,0x6d,0x65])]:_0x264b38([0x45,0x43,0x44,0x53,0x41]),[_0x264b38([0x68,0x61,0x73,0x68])]:{[_0x264b38([0x6e,0x61,0x6d,0x65])]:_0x264b38([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x11dd45,_0x4da940,_0x5ddf5d)||(_0x272b3d=!0x1);}}function _0x33e097(_0x338f2){return _0x338f2[_0x264b38([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x264b38([0x65,0x79]))?JSON[_0x264b38([0x70,0x61,0x72,0x73,0x65])](_0x3bf78e(_0x338f2)):null;}function _0x3bf78e(_0x4f50b5){return window[_0x264b38([0x61,0x74,0x6f,0x62])](_0x4f50b5[_0x264b38([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x264b38([0x2b]))[_0x264b38([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x264b38([0x2f])));}function _0x19e108(_0x19d069){let _0x4a2d59=0x1505;function _0x3c5da5(_0x202a06){for(let _0x2e966c=0x0;_0x2e966c<_0x202a06[_0x264b38([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x2e966c++){const _0x5971f7=_0x202a06[_0x264b38([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x2e966c);_0x4a2d59=(_0x4a2d59<<0x5)+_0x4a2d59+_0x5971f7,_0x4a2d59&=_0x4a2d59;}}function _0x3ff151(_0x29a7fa){Array[_0x264b38([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x29a7fa)?_0x29a7fa[_0x264b38([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x3ff151):_0x29a7fa&&typeof _0x29a7fa==_0x264b38([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x264b38([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x29a7fa)[_0x264b38([0x73,0x6f,0x72,0x74])]()[_0x264b38([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x1523f2,_0x4fc3cd])=>{_0x3c5da5(_0x1523f2),_0x3ff151(_0x4fc3cd);}):_0x3c5da5(window[_0x264b38([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x29a7fa));}return _0x3ff151(_0x19d069),_0x4a2d59>>>0x0;}function _0x4e99c7(_0x2263a0){return _0x2263a0[_0x264b38([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x264b38([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x264b38([0x30]));}function _0x29c0e5(_0x34bfd1){return _0x34bfd1[_0x264b38([0x73,0x70,0x6c,0x69,0x74])]('')[_0x264b38([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x264b38([0x6a,0x6f,0x69,0x6e])]('');}function _0x37f243(){}function _0x264b38(_0x15ec8a){return _0x15ec8a['map'](_0x4a3dd8=>String['fromCharCode'](_0x4a3dd8))['join']('');}_0x5a8492(await _0x37d070());}(this);}}const E=['color','font-family','font-size','text-decoration','text-decoration-line','font-weight','font-style','vertical-align'],P=['color','font-family','font-size'],F={'font-style':[['italic','i']],'font-weight':[['medium','strong'],['bold','strong'],['bolder','strong'],[_0x15a41a=>Number(_0x15a41a)>=0x258,'strong']],'text-decoration':[['underline','u'],['line-through','s']],'text-decoration-line':[['underline','u'],['line-through','s']],'vertical-align':[['sub','sub'],['super','sup']]};function L(_0xb12181){return E['includes'](_0xb12181);}function g(_0x5c8789){return Array['from'](_0x5c8789['getStyleNames']())['filter'](L);}function b(_0x5a359e,_0x48f459,_0x255e74){const {spanStyles:_0x39845f,stylesToBeHtmlElements:_0x2e4927}=function(_0x91cc60,_0x2a325f){const _0x5b3957={},_0x35125a={};return _0x2a325f['forEach'](_0x2c691f=>{const _0x18778e=_0x91cc60['getStyle'](_0x2c691f);if(_0x18778e){if(function(_0x3660ac){return P['includes'](_0x3660ac);}(_0x2c691f))_0x5b3957[_0x2c691f]=_0x18778e;else{if(function(_0x539a09){return _0x539a09 in F;}(_0x2c691f)){const _0x47d259=_0x18778e['split']('\x20');F[_0x2c691f]['forEach'](([_0x3532ec,_0x360291])=>{for(const _0x5d2974 of _0x47d259){('function'==typeof _0x3532ec&&_0x3532ec(_0x5d2974)||_0x3532ec===_0x5d2974)&&(_0x35125a[_0x2c691f]=[..._0x35125a[_0x2c691f]||[],[_0x3532ec,_0x360291]]);}});}}}}),{'spanStyles':_0x5b3957,'stylesToBeHtmlElements':_0x35125a};}(_0x5a359e,_0x255e74);!function(_0x22c13a,_0x19fe1c,_0x292d29){for(const _0x2ef1b8 in _0x292d29){_0x292d29[_0x2ef1b8]['forEach'](([,_0x4b6d0b])=>{const _0x45791f=_0x19fe1c['createElement'](_0x4b6d0b,[],_0x22c13a['getChildren']());_0x19fe1c['insertChild'](0x0,_0x45791f,_0x22c13a);}),_0x19fe1c['removeStyle'](_0x2ef1b8,_0x22c13a);}}(_0x5a359e,_0x48f459,_0x2e4927),function(_0x615545,_0x347096,_0x235fc2){if(!Object['keys'](_0x235fc2)['length'])return;const _0x17d33a=_0x347096['createElement']('span',[],_0x615545['getChildren']());_0x347096['setStyle'](_0x235fc2,_0x17d33a),_0x347096['insertChild'](0x0,_0x17d33a,_0x615545),_0x347096['removeStyle'](Object['keys'](_0x235fc2),_0x615545);}(_0x5a359e,_0x48f459,_0x39845f);}class a extends _0x544a33{['execute'](_0x256c3b){const {body:_0x349a16}=_0x256c3b['_parsedData'],_0x1def40=new _0xa515b6(_0x349a16['document']),_0x5815b9=_0x1def40['createRangeIn'](_0x349a16),_0x491aca=new _0xab1e8b(_0x1def40['document']['stylesProcessor']),_0xd46c41=[...new _0x24c8c6(_0x491aca)['blockElements'],'font'],_0x191a72=_0x5815b9['getItems']();for(const _0x24bbae of _0x191a72)_0x24bbae['is']('element')&&_0xd46c41['includes'](_0x24bbae['name'])&&b(_0x24bbae,_0x1def40,g(_0x24bbae));_0x256c3b['content']=_0x349a16;}['isActive'](_0x24aa52){return super['isActive'](_0x24aa52)||p(_0x24aa52);}}class s extends _0x19e528{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'PasteFromOfficeEnhancedPropagator';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return['PasteFromOffice'];}['init'](){const _0x29ad70=this['editor'],_0x222de1=_0x29ad70['plugins']['get']('ClipboardPipeline'),_0x30bb35=_0x29ad70['editing']['view']['document'],_0x558482=new a(_0x30bb35);_0x222de1['on']('inputTransformation',(_0x46abc5,_0x5bbcec)=>{const _0x344e6c=_0x5bbcec['dataTransfer']['getData']('text/html');_0x558482['isActive'](_0x344e6c)&&(_0x5bbcec['_parsedData']||(_0x5bbcec['_parsedData']=_0xe145d0(_0x344e6c,_0x30bb35['stylesProcessor'])),_0x558482['execute'](_0x5bbcec));},{'priority':_0x4cd1b8['get']('high')+0xa}),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x3e6d06=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x1ebb0b;for(const _0x2c3f78 in _0x3e6d06){const _0x4a4bf0=_0x2c3f78,_0x4ec39c=_0x3e6d06[_0x4a4bf0];if('pasteFromOfficeEnhancedLicenseKeyValid'==_0x4ec39c||'pasteFromOfficeEnhancedLicenseKeyInvalid'==_0x4ec39c||'pasteFromOfficeEnhancedLicenseKeyExpired'==_0x4ec39c||'pasteFromOfficeEnhancedLicenseKeyDomainLimit'==_0x4ec39c||'pasteFromOfficeEnhancedLicenseKeyNotAllowed'==_0x4ec39c||'pasteFromOfficeEnhancedLicenseKeyEvaluationLimit'==_0x4ec39c||'pasteFromOfficeEnhancedLicenseKeyUsageLimit'==_0x4ec39c){delete _0x3e6d06[_0x4a4bf0],_0x1ebb0b=_0x4ec39c,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'pasteFromOfficeEnhancedLicenseKeyInvalid'==_0x1ebb0b&&_0x3e6d06['_showLicenseError']('invalid'),'pasteFromOfficeEnhancedLicenseKeyExpired'==_0x1ebb0b&&_0x3e6d06['_showLicenseError']('expired'),'pasteFromOfficeEnhancedLicenseKeyDomainLimit'==_0x1ebb0b&&_0x3e6d06['_showLicenseError']('domainLimit'),'pasteFromOfficeEnhancedLicenseKeyNotAllowed'==_0x1ebb0b&&_0x3e6d06['_showLicenseError']('featureNotAllowed','PasteFromOfficeEnhanced'),'pasteFromOfficeEnhancedLicenseKeyEvaluationLimit'==_0x1ebb0b&&_0x3e6d06['_showLicenseError']('evaluationLimit'),'pasteFromOfficeEnhancedLicenseKeyUsageLimit'==_0x1ebb0b&&_0x3e6d06['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}class PasteFromOfficeEnhanced extends _0x19e528{static get['pluginName'](){return'PasteFromOfficeEnhanced';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return['PasteFromOffice',i,s];}}export{PasteFromOfficeEnhanced};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ckeditor/ckeditor5-paste-from-office-enhanced",
|
|
3
|
-
"version": "47.7.
|
|
3
|
+
"version": "47.7.2-alpha.0",
|
|
4
4
|
"description": "Enhanced paste from Office feature for CKEditor 5.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ckeditor",
|
|
@@ -22,11 +22,11 @@
|
|
|
22
22
|
"type": "module",
|
|
23
23
|
"main": "src/index.js",
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@ckeditor/ckeditor5-core": "47.7.
|
|
26
|
-
"@ckeditor/ckeditor5-engine": "47.7.
|
|
27
|
-
"@ckeditor/ckeditor5-paste-from-office": "47.7.
|
|
28
|
-
"@ckeditor/ckeditor5-utils": "47.7.
|
|
29
|
-
"ckeditor5": "47.7.
|
|
25
|
+
"@ckeditor/ckeditor5-core": "47.7.2-alpha.0",
|
|
26
|
+
"@ckeditor/ckeditor5-engine": "47.7.2-alpha.0",
|
|
27
|
+
"@ckeditor/ckeditor5-paste-from-office": "47.7.2-alpha.0",
|
|
28
|
+
"@ckeditor/ckeditor5-utils": "47.7.2-alpha.0",
|
|
29
|
+
"ckeditor5": "47.7.2-alpha.0"
|
|
30
30
|
},
|
|
31
31
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
32
32
|
"author": "CKSource (http://cksource.com/)",
|
package/src/index.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(function(
|
|
23
|
+
function _0x3bf2(){var _0x5a7da2=['740895aUQSRF','2870888AcwMYi','39817HXFFpU','837034oMYPnp','7diDcsQ','5182308tVwnnd','23681830MZDXcV','1390ahFFzr','4260bXLgnO','9uzoKMa'];_0x3bf2=function(){return _0x5a7da2;};return _0x3bf2();}(function(_0x1c6246,_0x8ec9ec){var _0x6ba70b=_0x2f50,_0x102b9a=_0x1c6246();while(!![]){try{var _0x3ceb91=parseInt(_0x6ba70b(0x1ef))/0x1+-parseInt(_0x6ba70b(0x1e6))/0x2+-parseInt(_0x6ba70b(0x1ed))/0x3+parseInt(_0x6ba70b(0x1eb))/0x4*(parseInt(_0x6ba70b(0x1ea))/0x5)+-parseInt(_0x6ba70b(0x1e8))/0x6+-parseInt(_0x6ba70b(0x1e7))/0x7*(parseInt(_0x6ba70b(0x1ee))/0x8)+-parseInt(_0x6ba70b(0x1ec))/0x9*(-parseInt(_0x6ba70b(0x1e9))/0xa);if(_0x3ceb91===_0x8ec9ec)break;else _0x102b9a['push'](_0x102b9a['shift']());}catch(_0x1ad66f){_0x102b9a['push'](_0x102b9a['shift']());}}}(_0x3bf2,0xc7389));function _0x2f50(_0x378891,_0x4ac1c2){var _0x3bf237=_0x3bf2();return _0x2f50=function(_0x2f5084,_0x49b22a){_0x2f5084=_0x2f5084-0x1e6;var _0x2bbf72=_0x3bf237[_0x2f5084];return _0x2bbf72;},_0x2f50(_0x378891,_0x4ac1c2);}export{PasteFromOfficeEnhanced}from'./pastefromofficeenhanced.js';import'./augmentation.js';
|
package/src/legacyerrors.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(function(
|
|
23
|
+
(function(_0x22b6fd,_0x2cd2ff){var _0x4af878=_0x2f0f,_0x99a797=_0x22b6fd();while(!![]){try{var _0x4a1123=parseInt(_0x4af878(0x1cf))/0x1*(parseInt(_0x4af878(0x1cb))/0x2)+parseInt(_0x4af878(0x1c9))/0x3+parseInt(_0x4af878(0x1ca))/0x4*(-parseInt(_0x4af878(0x1cc))/0x5)+parseInt(_0x4af878(0x1cd))/0x6+parseInt(_0x4af878(0x1d1))/0x7*(parseInt(_0x4af878(0x1c8))/0x8)+-parseInt(_0x4af878(0x1d3))/0x9*(parseInt(_0x4af878(0x1d0))/0xa)+-parseInt(_0x4af878(0x1d2))/0xb*(parseInt(_0x4af878(0x1ce))/0xc);if(_0x4a1123===_0x2cd2ff)break;else _0x99a797['push'](_0x99a797['shift']());}catch(_0x153f10){_0x99a797['push'](_0x99a797['shift']());}}}(_0x5732,0x1a43d));function _0x5732(){var _0x38bafd=['40pBCWHn','7LJaWfP','1444102cONNPr','158481IgXwvc','225712HDovup','280260IcFdpM','4QXFDbk','22UnAgYa','197720aJdjLk','580032AAVrwL','12WEkeXY','11867jWVwlR'];_0x5732=function(){return _0x38bafd;};return _0x5732();}function _0x2f0f(_0x4a86d,_0x24eb54){var _0x5732e2=_0x5732();return _0x2f0f=function(_0x2f0f0e,_0x4cda58){_0x2f0f0e=_0x2f0f0e-0x1c8;var _0x19947d=_0x5732e2[_0x2f0f0e];return _0x19947d;},_0x2f0f(_0x4a86d,_0x24eb54);}import{CKEditorError as _0x3036a0}from'ckeditor5/src/utils.js';
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x5c9877=_0x1f40;(function(_0x1155c2,_0x4998f2){const _0x593696=_0x1f40,_0x33c8cb=_0x1155c2();while(!![]){try{const _0xb366bc=-parseInt(_0x593696(0x19c))/0x1*(parseInt(_0x593696(0x19f))/0x2)+parseInt(_0x593696(0x19e))/0x3+-parseInt(_0x593696(0x19d))/0x4+-parseInt(_0x593696(0x1a0))/0x5+parseInt(_0x593696(0x1a7))/0x6*(-parseInt(_0x593696(0x1a2))/0x7)+parseInt(_0x593696(0x191))/0x8+-parseInt(_0x593696(0x195))/0x9*(-parseInt(_0x593696(0x194))/0xa);if(_0xb366bc===_0x4998f2)break;else _0x33c8cb['push'](_0x33c8cb['shift']());}catch(_0x17401c){_0x33c8cb['push'](_0x33c8cb['shift']());}}}(_0x255c,0x74811));import{ViewUpcastWriter as _0x377d65}from'ckeditor5/src/engine.js';import{PasteFromOfficeMSWordNormalizer as _0xd474e2}from'@ckeditor/ckeditor5-paste-from-office';import{isMSExcelContent as _0x1a575a}from'../../utils.js';function _0x255c(){const _0x3b3a43=['size','2020KHAgCC','77049BRrwaD','setStyle','type','isActive','item','_parsedData','execute','19wryuyZ','2393504fCzhJX','770130rsRZCQ','73658tJvCdM','1825225NzwkXS','values','3709426VfELkS','content','elementStart','hasStyle','createRangeIn','6USDjXa','from','5474072PvqMqy','document'];_0x255c=function(){return _0x3b3a43;};return _0x255c();}import{extractStyles as _0x1c6136,expandStyles as _0x181faa,getMatchingStyles as _0xc78e3a,flattenStyleDefinitions as _0x4d5c46}from'./utils.js';function _0x1f40(_0x85d96,_0x53e4dc){const _0x255cbd=_0x255c();return _0x1f40=function(_0x1f40e4,_0x4975a2){_0x1f40e4=_0x1f40e4-0x190;let _0x30468a=_0x255cbd[_0x1f40e4];return _0x30468a;},_0x1f40(_0x85d96,_0x53e4dc);}export class MSOfficeStylesInliner extends _0xd474e2{[_0x5c9877(0x19b)](_0x931b70){const _0x35962a=_0x5c9877,{body:_0x23317c,styles:_0x57e9b5}=_0x931b70[_0x35962a(0x19a)],_0x5d1b71=new _0x377d65(_0x23317c[_0x35962a(0x192)]),_0x56ead6=_0x5d1b71[_0x35962a(0x1a6)](_0x23317c),_0x1bb440=_0x1c6136(_0x57e9b5),_0x46647b=_0x181faa(_0x1bb440);for(const _0x5e286e of _0x56ead6){if(_0x35962a(0x1a4)!==_0x5e286e[_0x35962a(0x197)])continue;const _0x34a80f=_0xc78e3a(_0x5e286e[_0x35962a(0x199)],_0x46647b);if(_0x34a80f[_0x35962a(0x193)]){const _0xb854d7=_0x4d5c46(Array[_0x35962a(0x190)](_0x34a80f[_0x35962a(0x1a1)]()));for(const _0x10723d in _0xb854d7){const _0x56ee7d=_0x5e286e[_0x35962a(0x199)];_0x56ee7d[_0x35962a(0x1a5)](_0x10723d)||_0x5d1b71[_0x35962a(0x196)](_0x10723d,_0xb854d7[_0x10723d],_0x56ee7d);}}}_0x931b70[_0x35962a(0x1a3)]=_0x23317c;}[_0x5c9877(0x198)](_0x5dff25){const _0x23f0da=_0x5c9877;return super[_0x23f0da(0x198)](_0x5dff25)||_0x1a575a(_0x5dff25);}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(function(
|
|
23
|
+
(function(_0x4c4f17,_0x5ccae3){const _0x16a8d8=_0x575c,_0x21beea=_0x4c4f17();while(!![]){try{const _0x1256b1=parseInt(_0x16a8d8(0x16e))/0x1*(parseInt(_0x16a8d8(0x16a))/0x2)+-parseInt(_0x16a8d8(0x16b))/0x3+parseInt(_0x16a8d8(0x164))/0x4+parseInt(_0x16a8d8(0x166))/0x5+parseInt(_0x16a8d8(0x15e))/0x6*(-parseInt(_0x16a8d8(0x154))/0x7)+parseInt(_0x16a8d8(0x15a))/0x8+parseInt(_0x16a8d8(0x15f))/0x9*(-parseInt(_0x16a8d8(0x16f))/0xa);if(_0x1256b1===_0x5ccae3)break;else _0x21beea['push'](_0x21beea['shift']());}catch(_0x31c611){_0x21beea['push'](_0x21beea['shift']());}}}(_0x31b3,0xbd43b));const S=/^(?<tagName>(?!\.)[\w-]+)?(\.(?<className>[\w-]+))?$/i;export function getMatchingStyles(_0x6fce83,_0x1e5d3f){const _0x767f35=_0x575c,_0xb95272=new Map();for(const [_0x3c978a,_0x3e3e69]of _0x1e5d3f){if(!_0x3c978a[_0x767f35(0x15b)]&&!_0x3c978a[_0x767f35(0x168)])continue;const _0x2c148e=!_0x3c978a[_0x767f35(0x15b)]||_0x6fce83[_0x767f35(0x16d)]===_0x3c978a[_0x767f35(0x15b)],_0x35831b=!_0x3c978a[_0x767f35(0x168)]||_0x6fce83[_0x767f35(0x158)](_0x3c978a[_0x767f35(0x168)]);_0x2c148e&&_0x35831b&&_0xb95272[_0x767f35(0x159)](_0x3c978a,_0x3e3e69);}return _0xb95272;}export function extractStyles(_0x500c1d){const _0x11f42a=_0x575c,_0x263f0d={};for(const _0x251212 of _0x500c1d)for(const _0x33cff2 of _0x251212[_0x11f42a(0x165)])if(_0x33cff2 instanceof CSSStyleRule){const _0x251759=parseCSSStyleDeclaration(_0x33cff2[_0x11f42a(0x163)]);_0x263f0d[_0x33cff2[_0x11f42a(0x167)]]=Object[_0x11f42a(0x15c)]({},_0x263f0d[_0x33cff2[_0x11f42a(0x167)]]||{},_0x251759);}return _0x263f0d;}function _0x575c(_0x392ee6,_0x4dd472){const _0x31b39c=_0x31b3();return _0x575c=function(_0x575c85,_0x478663){_0x575c85=_0x575c85-0x154;let _0x16e971=_0x31b39c[_0x575c85];return _0x16e971;},_0x575c(_0x392ee6,_0x4dd472);}function _0x31b3(){const _0x39351e=['push','trim','style','2801020wQTFBt','cssRules','6161640yWQnVR','selectorText','className','exec','1084GUaUZn','1998177GNHMTP','groups','name','1366GGjkPm','417610HToYsV','441aQufSS','getPropertyValue','length','split','hasClass','set','6270664IUejQm','tagName','assign','initial','132294iDDGDB','135moKUsK','map'];_0x31b3=function(){return _0x39351e;};return _0x31b3();}export function expandStyles(_0x400e20){const _0x4aa942=_0x575c,_0x290ef7=new Map();for(const _0x1065f4 in _0x400e20){const _0xfd2779=parseCSSSelector(_0x1065f4),_0x55fdea=_0x400e20[_0x1065f4];for(const _0x5a6605 of _0xfd2779)_0x290ef7[_0x4aa942(0x159)](_0x5a6605,_0x55fdea);}return _0x290ef7;}export function parseCSSStyleDeclaration(_0x563bc4){const _0x49669f=_0x575c,_0x3ad1d5={};for(let _0x206151=0x0;_0x206151<_0x563bc4[_0x49669f(0x156)];_0x206151++){const _0x505439=_0x563bc4[_0x206151],_0x2b8038=_0x563bc4[_0x49669f(0x155)](_0x505439);_0x49669f(0x15d)!==_0x2b8038&&(_0x3ad1d5[_0x505439]=_0x2b8038);}return _0x3ad1d5;}export function parseCSSSelector(_0x3e9106){const _0x15c03a=_0x575c,_0x1accd1=_0x3e9106[_0x15c03a(0x157)](',')[_0x15c03a(0x160)](_0x5c3ce3=>_0x5c3ce3[_0x15c03a(0x162)]()),_0x2ba2ff=[];for(const _0x18204c of _0x1accd1){const _0x4830fb=S[_0x15c03a(0x169)](_0x18204c);_0x4830fb&&_0x2ba2ff[_0x15c03a(0x161)](_0x4830fb[_0x15c03a(0x16c)]);}return _0x2ba2ff;}export function flattenStyleDefinitions(_0xffbc9){const _0x18abb9=_0x575c,_0x10fc5f={};for(const _0x17ee0e of _0xffbc9)Object[_0x18abb9(0x15c)](_0x10fc5f,_0x17ee0e);return _0x10fc5f;}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x1c1138=_0x36b8;function _0x36b8(_0x451526,_0x530e5f){const _0x4bfbfc=_0x4bfb();return _0x36b8=function(_0x36b8f4,_0x38cf03){_0x36b8f4=_0x36b8f4-0xed;let _0x699d6e=_0x4bfbfc[_0x36b8f4];return _0x699d6e;},_0x36b8(_0x451526,_0x530e5f);}(function(_0x15cc01,_0x14bb4f){const _0x289d2f=_0x36b8,_0x1ac865=_0x15cc01();while(!![]){try{const _0xad6ac8=-parseInt(_0x289d2f(0x100))/0x1*(-parseInt(_0x289d2f(0xf6))/0x2)+parseInt(_0x289d2f(0x103))/0x3+-parseInt(_0x289d2f(0xfd))/0x4*(-parseInt(_0x289d2f(0x101))/0x5)+-parseInt(_0x289d2f(0xfc))/0x6+parseInt(_0x289d2f(0xfb))/0x7+-parseInt(_0x289d2f(0xf8))/0x8*(parseInt(_0x289d2f(0xf5))/0x9)+parseInt(_0x289d2f(0xf3))/0xa;if(_0xad6ac8===_0x14bb4f)break;else _0x1ac865['push'](_0x1ac865['shift']());}catch(_0x8a05b6){_0x1ac865['push'](_0x1ac865['shift']());}}}(_0x4bfb,0x78c8e));import{ViewUpcastWriter as _0x150e47,ViewDomConverter as _0x4d84d6,ViewDocument as _0xb1dc89}from'ckeditor5/src/engine.js';import{PasteFromOfficeMSWordNormalizer as _0x48cc39}from'@ckeditor/ckeditor5-paste-from-office';import{isMSExcelContent as _0x2f852a}from'../../utils.js';import{getStylePropertyNamesToPropagate as _0x10f7bd,propagateStyleProperties as _0x265b9b}from'./utils.js';function _0x4bfb(){const _0xe0e73b=['stylesProcessor','blockElements','includes','isActive','content','_parsedData','2213430PosgDf','name','63tIimak','634UbDmCb','font','174872WydQjB','getItems','createRangeIn','2865128UWiBou','2946876dzljlf','4QDFZXH','execute','document','506fPrkgh','320360RoluAF','element','851316zXAdzk'];_0x4bfb=function(){return _0xe0e73b;};return _0x4bfb();}export class MSOfficeInlineStylePropagator extends _0x48cc39{[_0x1c1138(0xfe)](_0x5e33cb){const _0x37e461=_0x1c1138,{body:_0x5597b0}=_0x5e33cb[_0x37e461(0xf2)],_0xf43ea3=new _0x150e47(_0x5597b0[_0x37e461(0xff)]),_0x1abba0=_0xf43ea3[_0x37e461(0xfa)](_0x5597b0),_0x5cf7fe=new _0xb1dc89(_0xf43ea3[_0x37e461(0xff)][_0x37e461(0xed)]),_0x448088=[...new _0x4d84d6(_0x5cf7fe)[_0x37e461(0xee)],_0x37e461(0xf7)],_0x4125bc=_0x1abba0[_0x37e461(0xf9)]();for(const _0x29bd91 of _0x4125bc)if(_0x29bd91['is'](_0x37e461(0x102))&&_0x448088[_0x37e461(0xef)](_0x29bd91[_0x37e461(0xf4)])){const _0x5eac7e=_0x10f7bd(_0x29bd91);_0x265b9b(_0x29bd91,_0xf43ea3,_0x5eac7e);}_0x5e33cb[_0x37e461(0xf1)]=_0x5597b0;}[_0x1c1138(0xf0)](_0x112534){const _0x3d933e=_0x1c1138;return super[_0x3d933e(0xf0)](_0x112534)||_0x2f852a(_0x112534);}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x4df928=_0x83ef;(function(_0x534f0f,_0x206df4){const _0x3691e9=_0x83ef,_0x5abc35=_0x534f0f();while(!![]){try{const _0x32fa0d=parseInt(_0x3691e9(0x86))/0x1*(-parseInt(_0x3691e9(0x84))/0x2)+-parseInt(_0x3691e9(0xa2))/0x3+-parseInt(_0x3691e9(0x7c))/0x4*(parseInt(_0x3691e9(0xa1))/0x5)+parseInt(_0x3691e9(0x91))/0x6+-parseInt(_0x3691e9(0x9f))/0x7*(-parseInt(_0x3691e9(0x7e))/0x8)+-parseInt(_0x3691e9(0x88))/0x9+parseInt(_0x3691e9(0x7a))/0xa;if(_0x32fa0d===_0x206df4)break;else _0x5abc35['push'](_0x5abc35['shift']());}catch(_0xd46527){_0x5abc35['push'](_0x5abc35['shift']());}}}(_0x5695,0xa9e09));export const CSS_PROPERTIES_TO_PROPAGATE=[_0x4df928(0x82),_0x4df928(0x81),_0x4df928(0x93),_0x4df928(0x7b),_0x4df928(0x8c),_0x4df928(0x7f),_0x4df928(0x95),_0x4df928(0x97)];export const CSS_PROPERTIES_TO_BE_SPANS=[_0x4df928(0x82),_0x4df928(0x81),_0x4df928(0x93)];export const CSS_PROPERTIES_TO_BE_HTML_ELEMENTS={'font-style':[[_0x4df928(0x89),'i']],'font-weight':[[_0x4df928(0x9a),_0x4df928(0x98)],[_0x4df928(0x9b),_0x4df928(0x98)],[_0x4df928(0x8e),_0x4df928(0x98)],[_0x9b0bfd=>Number(_0x9b0bfd)>=0x258,_0x4df928(0x98)]],'text-decoration':[[_0x4df928(0x92),'u'],[_0x4df928(0x79),'s']],'text-decoration-line':[[_0x4df928(0x92),'u'],[_0x4df928(0x79),'s']],'vertical-align':[[_0x4df928(0x8d),_0x4df928(0x8d)],[_0x4df928(0x99),_0x4df928(0x9e)]]};export function isPropertyToBePropagated(_0x1fcbe7){const _0x3a5edb=_0x4df928;return CSS_PROPERTIES_TO_PROPAGATE[_0x3a5edb(0x9d)](_0x1fcbe7);}function _0x83ef(_0x1a5fd4,_0x4a437d){const _0x569549=_0x5695();return _0x83ef=function(_0x83ef32,_0x1efe39){_0x83ef32=_0x83ef32-0x77;let _0x334ea7=_0x569549[_0x83ef32];return _0x334ea7;},_0x83ef(_0x1a5fd4,_0x4a437d);}export function isPropertyToBePropagatedAsSpan(_0x780d24){const _0x5b8cf1=_0x4df928;return CSS_PROPERTIES_TO_BE_SPANS[_0x5b8cf1(0x9d)](_0x780d24);}export function isPropertyToBePropagatedAsHTMLElement(_0x566b45){return _0x566b45 in CSS_PROPERTIES_TO_BE_HTML_ELEMENTS;}export function getStylePropertyNamesToPropagate(_0x3439b1){const _0x446984=_0x4df928;return Array[_0x446984(0x8b)](_0x3439b1[_0x446984(0x7d)]())[_0x446984(0x87)](isPropertyToBePropagated);}export function propagateStyleProperties(_0x30c5ea,_0x3511fd,_0x510369){const {spanStyles:_0x23f4d9,stylesToBeHtmlElements:_0x263b5e}=getStylesToPropagate(_0x30c5ea,_0x510369);propagateStylesAsHTMLElements(_0x30c5ea,_0x3511fd,_0x263b5e),propagateStylesAsSpan(_0x30c5ea,_0x3511fd,_0x23f4d9);}export function propagateStylesAsHTMLElements(_0x88daa1,_0x377d73,_0x44749e){const _0x3034f1=_0x4df928;for(const _0x1f765a in _0x44749e){_0x44749e[_0x1f765a][_0x3034f1(0x9c)](([,_0x111b26])=>{const _0x391f68=_0x3034f1,_0x2c86dc=_0x377d73[_0x391f68(0x94)](_0x111b26,[],_0x88daa1[_0x391f68(0x80)]());_0x377d73[_0x391f68(0x78)](0x0,_0x2c86dc,_0x88daa1);}),_0x377d73[_0x3034f1(0x96)](_0x1f765a,_0x88daa1);}}export function propagateStylesAsSpan(_0xe73a52,_0x1e46ac,_0x1b1496){const _0x1e2192=_0x4df928;if(!Object[_0x1e2192(0x85)](_0x1b1496)[_0x1e2192(0x8a)])return;const _0x593a9c=_0x1e46ac[_0x1e2192(0x94)](_0x1e2192(0x90),[],_0xe73a52[_0x1e2192(0x80)]());_0x1e46ac[_0x1e2192(0x8f)](_0x1b1496,_0x593a9c),_0x1e46ac[_0x1e2192(0x78)](0x0,_0x593a9c,_0xe73a52),_0x1e46ac[_0x1e2192(0x96)](Object[_0x1e2192(0x85)](_0x1b1496),_0xe73a52);}export function getStylesToPropagate(_0x42be70,_0x5b9542){const _0x2c6d97=_0x4df928,_0x22aa70={},_0x2ffc34={};return _0x5b9542[_0x2c6d97(0x9c)](_0xf758b8=>{const _0x38fc6a=_0x2c6d97,_0x2077c9=_0x42be70[_0x38fc6a(0x77)](_0xf758b8);if(_0x2077c9){if(isPropertyToBePropagatedAsSpan(_0xf758b8))_0x22aa70[_0xf758b8]=_0x2077c9;else{if(isPropertyToBePropagatedAsHTMLElement(_0xf758b8)){const _0x4b7241=_0x2077c9[_0x38fc6a(0x83)]('\x20');CSS_PROPERTIES_TO_BE_HTML_ELEMENTS[_0xf758b8][_0x38fc6a(0x9c)](([_0x1c05b5,_0x1955be])=>{const _0xa9081c=_0x38fc6a;for(const _0x4f096e of _0x4b7241){(_0xa9081c(0xa0)==typeof _0x1c05b5&&_0x1c05b5(_0x4f096e)||_0x1c05b5===_0x4f096e)&&(_0x2ffc34[_0xf758b8]=[..._0x2ffc34[_0xf758b8]||[],[_0x1c05b5,_0x1955be]]);}});}}}}),{'spanStyles':_0x22aa70,'stylesToBeHtmlElements':_0x2ffc34};}function _0x5695(){const _0x33e7f5=['text-decoration-line','sub','bolder','setStyle','span','5224302KQtZhG','underline','font-size','createElement','font-style','removeStyle','vertical-align','strong','super','medium','bold','forEach','includes','sup','4151JbvVUZ','function','1968650GyoGrc','2859222tlGFBR','getStyle','insertChild','line-through','22802690rprGlz','text-decoration','4LDLgjw','getStyleNames','13160FGtGhi','font-weight','getChildren','font-family','color','split','2164226HEDgvK','keys','1YSCUIo','filter','9015633kqxAyD','italic','length','from'];_0x5695=function(){return _0x33e7f5;};return _0x5695();}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
var
|
|
23
|
+
var _0x132834=_0xd01a;(function(_0x5c2e03,_0x35ad3b){var _0x3825cb=_0xd01a,_0x35c082=_0x5c2e03();while(!![]){try{var _0x12673f=-parseInt(_0x3825cb(0xdf))/0x1+-parseInt(_0x3825cb(0xd4))/0x2*(parseInt(_0x3825cb(0xd5))/0x3)+parseInt(_0x3825cb(0xde))/0x4+-parseInt(_0x3825cb(0xe1))/0x5*(-parseInt(_0x3825cb(0xd2))/0x6)+-parseInt(_0x3825cb(0xda))/0x7+parseInt(_0x3825cb(0xdc))/0x8*(-parseInt(_0x3825cb(0xd3))/0x9)+parseInt(_0x3825cb(0xdd))/0xa;if(_0x12673f===_0x35ad3b)break;else _0x35c082['push'](_0x35c082['shift']());}catch(_0x3683c5){_0x35c082['push'](_0x35c082['shift']());}}}(_0x595c,0x7d213));function _0x595c(){var _0x4fdd57=['PasteFromOffice','requires','pluginName','isOfficialPlugin','5978091OVFFfn','isPremiumPlugin','4233560dPErft','25317560arXCpN','2697080IUUrfA','629924YjOZAT','PasteFromOfficeEnhanced','3535ZyHVsJ','924nROxFo','9Gtdegk','83078HWIKuK','57QxGWOp'];_0x595c=function(){return _0x4fdd57;};return _0x595c();}import{Plugin as _0x5ac997}from'ckeditor5/src/core.js';function _0xd01a(_0x5ab2de,_0x5815df){var _0x595c48=_0x595c();return _0xd01a=function(_0xd01adb,_0x217056){_0xd01adb=_0xd01adb-0xd2;var _0x5e5234=_0x595c48[_0xd01adb];return _0x5e5234;},_0xd01a(_0x5ab2de,_0x5815df);}import{PasteFromOfficeEnhancedInliner as _0x5c517e}from'./pastefromofficeenhancedinliner.js';import{PasteFromOfficeEnhancedPropagator as _0x5496b6}from'./pastefromofficeenhancedpropagator.js';export class PasteFromOfficeEnhanced extends _0x5ac997{static get[_0x132834(0xd8)](){var _0x4d235f=_0x132834;return _0x4d235f(0xe0);}static get[_0x132834(0xd9)](){return!0x0;}static get[_0x132834(0xdb)](){return!0x0;}static get[_0x132834(0xd7)](){var _0x733e26=_0x132834;return[_0x733e26(0xd6),_0x5c517e,_0x5496b6];}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const _0xe876b0=_0x3db7;function _0x3db7(_0x47f6bf,_0x4fffc7){const _0x301646=_0x3016();return _0x3db7=function(_0x3db7c8,_0x4c835a){_0x3db7c8=_0x3db7c8-0xd4;let _0x3c546a=_0x301646[_0x3db7c8];return _0x3c546a;},_0x3db7(_0x47f6bf,_0x4fffc7);}function _0x3016(){const _0x21e1df=['7NvlNDv','init','680382jFbMWF','1653758ajFMvi','high','requires','5vRGweU','1iIfQXR','isOfficialPlugin','1528ZUaMop','230nZbbTO','getData','isActive','9462GkXRZR','map','pluginName','PasteFromOfficeEnhancedInliner','editing','fromCharCode','inputTransformation','get','editor','execute','dataTransfer','7031592vKDcIv','ClipboardPipeline','plugins','17015244rQynhb','text/html','11iXBzYJ','PasteFromOffice','_parsedData','39257478zdgrcy','join','document','isPremiumPlugin','stylesProcessor','view','afterInit','6550374XqNQwt','href'];_0x3016=function(){return _0x21e1df;};return _0x3016();}(function(_0x11c762,_0x308875){const _0x538dd6=_0x3db7,_0x1397ee=_0x11c762();while(!![]){try{const _0x2b6f2b=-parseInt(_0x538dd6(0xe2))/0x1*(parseInt(_0x538dd6(0xde))/0x2)+parseInt(_0x538dd6(0xe8))/0x3*(-parseInt(_0x538dd6(0xe4))/0x4)+parseInt(_0x538dd6(0xe1))/0x5*(parseInt(_0x538dd6(0xd9))/0x6)+parseInt(_0x538dd6(0xdb))/0x7*(-parseInt(_0x538dd6(0xf3))/0x8)+-parseInt(_0x538dd6(0xdd))/0x9*(parseInt(_0x538dd6(0xe5))/0xa)+parseInt(_0x538dd6(0xf8))/0xb*(parseInt(_0x538dd6(0xf6))/0xc)+parseInt(_0x538dd6(0xfb))/0xd;if(_0x2b6f2b===_0x308875)break;else _0x1397ee['push'](_0x1397ee['shift']());}catch(_0x4c600c){_0x1397ee['push'](_0x1397ee['shift']());}}}(_0x3016,0xd6dbe));import{Plugin as _0x4c46e2}from'ckeditor5/src/core.js';import{parsePasteOfficeHtml as _0x58db83}from'@ckeditor/ckeditor5-paste-from-office';import{priorities as _0x584805,uid as _0x2cb977}from'ckeditor5/src/utils.js';import{MSOfficeStylesInliner as _0x52a2d6}from'./normalizers/inliner/msofficestylesinliner.js';export class PasteFromOfficeEnhancedInliner extends _0x4c46e2{static get[_0xe876b0(0xea)](){const _0x433d92=_0xe876b0;return _0x433d92(0xeb);}static get[_0xe876b0(0xe3)](){return!0x0;}static get[_0xe876b0(0xd5)](){return!0x0;}static get[_0xe876b0(0xe0)](){const _0xa07e7a=_0xe876b0;return[_0xa07e7a(0xf9)];}[_0xe876b0(0xdc)](){const _0x2d2062=_0xe876b0,_0x592b9a=this[_0x2d2062(0xf0)],_0x5393e1=_0x592b9a[_0x2d2062(0xf5)][_0x2d2062(0xef)](_0x2d2062(0xf4)),_0xbf576b=_0x592b9a[_0x2d2062(0xec)][_0x2d2062(0xd7)][_0x2d2062(0xd4)],_0x50afa6=new _0x52a2d6(_0xbf576b);_0x5393e1['on'](_0x2d2062(0xee),(_0x35e58d,_0x466285)=>{const _0xe6fe54=_0x2d2062,_0x5e004d=_0x466285[_0xe6fe54(0xf2)][_0xe6fe54(0xe6)](_0xe6fe54(0xf7));_0x50afa6[_0xe6fe54(0xe7)](_0x5e004d)&&(_0x466285[_0xe6fe54(0xfa)]||(_0x466285[_0xe6fe54(0xfa)]=_0x58db83(_0x5e004d,_0xbf576b[_0xe6fe54(0xd6)])),_0x50afa6[_0xe6fe54(0xf1)](_0x466285));},{'priority':_0x584805[_0x2d2062(0xef)](_0x2d2062(0xdf))+0xb});}[_0xe876b0(0xd8)](){!async function(_0x40b474){const _0xe42bad=_0x56dc1f([0x73,0x47,0x36,0x35,0x43,0x72,0x6b,0x31,0x63,0x64,0x32,0x69,0x67,0x4c,0x4e,0x37,0x7a,0x49,0x45,0x41,0x59,0x6a,0x75,0x39,0x4a,0x33,0x68,0x62,0x50,0x42,0x74,0x6e,0x46,0x4d,0x78,0x51,0x66,0x34,0x48,0x77,0x5a,0x61,0x6c,0x30,0x71,0x54,0x53,0x56,0x4b,0x79,0x44,0x6d,0x6f,0x52,0x76,0x55,0x58,0x65,0x70,0x57,0x4f,0x38]),_0xe818db=0x7374585f,_0x23457b=0x7373d04f^_0xe818db,_0x47547d=window[_0x56dc1f([0x44,0x61,0x74,0x65])][_0x56dc1f([0x6e,0x6f,0x77])](),_0x206dc2=_0x40b474[_0x56dc1f([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x541e5d=new window[(_0x56dc1f([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x4dcc1f=>{_0x206dc2[_0x56dc1f([0x6f,0x6e,0x63,0x65])](_0x56dc1f([0x72,0x65,0x61,0x64,0x79]),_0x4dcc1f);}),_0x12830d={[_0x56dc1f([0x6b,0x74,0x79])]:_0x56dc1f([0x45,0x43]),[_0x56dc1f([0x75,0x73,0x65])]:_0x56dc1f([0x73,0x69,0x67]),[_0x56dc1f([0x63,0x72,0x76])]:_0x56dc1f([0x50,0x2d,0x32,0x35,0x36]),[_0x56dc1f([0x78])]:_0x56dc1f([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]),[_0x56dc1f([0x79])]:_0x56dc1f([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]),[_0x56dc1f([0x61,0x6c,0x67])]:_0x56dc1f([0x45,0x53,0x32,0x35,0x36])},_0x482f06=_0x206dc2[_0x56dc1f([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x56dc1f([0x67,0x65,0x74])](_0x56dc1f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x1d386(){let _0x1b4610,_0x30d3ef=null,_0x5037d1=null;try{if(_0x482f06==_0x56dc1f([0x47,0x50,0x4c]))return _0x56dc1f([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x1b4610=_0xab7645(),!_0x1b4610)return _0x56dc1f([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x1b4610[_0x56dc1f([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x5037d1=_0x2cc7eb(_0x1b4610[_0x56dc1f([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x1b4610[_0x56dc1f([0x6a,0x74,0x69])])),await _0xe50c1e()?_0x407ec0()?_0x491519()?_0x56dc1f([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x3fa96d()?(_0x1b4610[_0x56dc1f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x56dc1f([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x30d3ef=_0x1887d7(_0x56dc1f([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),await _0x493d96()):_0x56dc1f([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x56dc1f([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x56dc1f([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x56dc1f([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x491519(){const _0x53df69=[_0x56dc1f([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x56dc1f([0x74,0x72,0x69,0x61,0x6c])][_0x56dc1f([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1b4610[_0x56dc1f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x47547d/0x3e8:0xe10*_0x23457b;return _0x1b4610[_0x56dc1f([0x65,0x78,0x70])]<_0x53df69;}function _0x407ec0(){const _0x356253=_0x1b4610[_0x56dc1f([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x356253&&(!!_0x356253[_0x56dc1f([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x56dc1f([0x2a]))||(!!_0x356253[_0x56dc1f([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x56dc1f([0x50,0x4f,0x45]))||(!!_0x356253[_0x56dc1f([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x56dc1f([0x50,0x50]))||!(!_0x356253[_0x56dc1f([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x56dc1f([0x54,0x52,0x49,0x4c,0x49,0x55,0x4d]))||!_0xb0de0f()))));}function _0x3fa96d(){const _0x51411d=_0x3db7,_0x31d581=_0x1b4610[_0x56dc1f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x31d581||0x0==_0x31d581[_0x56dc1f([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x1832b6}=new URL(window[_0x56dc1f([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x51411d(0xda)]);if(_0x31d581[_0x56dc1f([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1832b6))return!0x0;const _0x9f8db=_0x1832b6[_0x56dc1f([0x73,0x70,0x6c,0x69,0x74])](_0x56dc1f([0x2e]));return _0x31d581[_0x56dc1f([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x25a54d=>_0x25a54d[_0x56dc1f([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x56dc1f([0x2a])))[_0x56dc1f([0x6d,0x61,0x70])](_0x1de50f=>_0x1de50f[_0x56dc1f([0x73,0x70,0x6c,0x69,0x74])](_0x56dc1f([0x2e])))[_0x56dc1f([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x42d673=>_0x42d673[_0x56dc1f([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x9f8db[_0x56dc1f([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x56dc1f([0x6d,0x61,0x70])](_0x453132=>Array(_0x9f8db[_0x56dc1f([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x453132[_0x56dc1f([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x56dc1f([0x66,0x69,0x6c,0x6c])](_0x453132[0x0]===_0x56dc1f([0x2a])?_0x56dc1f([0x2a]):'')[_0x56dc1f([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x453132))[_0x56dc1f([0x73,0x6f,0x6d,0x65])](_0x118f7e=>_0x9f8db[_0x56dc1f([0x65,0x76,0x65,0x72,0x79])]((_0x22e1a0,_0x5144d8)=>_0x118f7e[_0x5144d8]===_0x22e1a0||_0x118f7e[_0x5144d8]===_0x56dc1f([0x2a])));}function _0x493d96(){return _0x30d3ef&&_0x5037d1?new window[(_0x56dc1f([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x228724,_0x4b16cb)=>{_0x30d3ef[_0x56dc1f([0x74,0x68,0x65,0x6e])](_0x228724,_0x4b16cb),_0x5037d1[_0x56dc1f([0x74,0x68,0x65,0x6e])](_0x61f51c=>{_0x61f51c!=_0x56dc1f([0x56,0x61,0x6c,0x69,0x64])&&_0x228724(_0x61f51c);},_0x4b16cb);}):_0x30d3ef||_0x5037d1||_0x56dc1f([0x56,0x61,0x6c,0x69,0x64]);}}function _0x2cc7eb(_0x181c43,_0x1b91b3){return new window[(_0x56dc1f([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x4e81f3=>{if(_0x2c0a93())return _0x4e81f3(_0x56dc1f([0x56,0x61,0x6c,0x69,0x64]));_0x29c383(),_0x206dc2[_0x56dc1f([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x56dc1f([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x200851=!0x1;const _0x335854=_0x2cb977();function _0x2e56fd(_0x25050e){return!!_0x25050e&&(typeof _0x25050e===_0x56dc1f([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x25050e===_0x56dc1f([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x25050e[_0x56dc1f([0x74,0x68,0x65,0x6e])]===_0x56dc1f([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x25050e[_0x56dc1f([0x63,0x61,0x74,0x63,0x68])]===_0x56dc1f([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x2a172f(_0x32a3a0){_0x1a1229(_0x32a3a0)[_0x56dc1f([0x74,0x68,0x65,0x6e])](_0x241148=>{if(!_0x241148||_0x241148[_0x56dc1f([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x56dc1f([0x6f,0x6b]))return _0x56dc1f([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x1dce30(_0x3c1df1(_0x335854+_0x1b91b3))!=_0x241148[_0x56dc1f([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x56dc1f([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x56dc1f([0x56,0x61,0x6c,0x69,0x64]);})[_0x56dc1f([0x74,0x68,0x65,0x6e])](_0x1e717a=>(_0x5f1e89(),_0x1e717a),()=>{const _0x1691b4=_0x48cb9e();return null==_0x1691b4?(_0x5f1e89(),_0x56dc1f([0x56,0x61,0x6c,0x69,0x64])):_0x56dc1f(_0x47547d-_0x1691b4>(0x5778dc5f^_0xe818db)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x56dc1f([0x74,0x68,0x65,0x6e])](_0x4e81f3)[_0x56dc1f([0x63,0x61,0x74,0x63,0x68])](()=>{_0x4e81f3(_0x56dc1f([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x20b89b=0x7342b6df^_0xe818db;function _0x5f1e89(){const _0x28f425=_0x56dc1f([0x6c,0x6c,0x63,0x74,0x2d])+_0x1dce30(_0x3c1df1(_0x181c43)),_0x56c8cb=_0x40711d(_0x1dce30(window[_0x56dc1f([0x4d,0x61,0x74,0x68])][_0x56dc1f([0x63,0x65,0x69,0x6c])](_0x47547d/_0x20b89b)));window[_0x56dc1f([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x56dc1f([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x28f425,_0x56c8cb);}function _0x48cb9e(){const _0x4eaf55=_0x56dc1f([0x6c,0x6c,0x63,0x74,0x2d])+_0x1dce30(_0x3c1df1(_0x181c43)),_0xd53444=window[_0x56dc1f([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x56dc1f([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x4eaf55);return _0xd53444?window[_0x56dc1f([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x40711d(_0xd53444),0x10)*_0x20b89b:null;}function _0x1a1229(_0x3db8d2){return new window[(_0x56dc1f([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x2f4b2c,_0x5ea8e2)=>{_0x3db8d2[_0x56dc1f([0x74,0x68,0x65,0x6e])](_0x2f4b2c,_0x5ea8e2),window[_0x56dc1f([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x5ea8e2,0x73758c9f^_0xe818db);});}}_0x206dc2[_0x56dc1f([0x6f,0x6e])](_0x56dc1f([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x456459,_0x1ed863)=>{if(_0x1ed863[0x0]!=_0x181c43)return _0x4e81f3(_0x56dc1f([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x1ed863[0x1]={..._0x1ed863[0x1],[_0x56dc1f([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x335854};},{[_0x56dc1f([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x56dc1f([0x68,0x69,0x67,0x68])}),_0x206dc2[_0x56dc1f([0x6f,0x6e])](_0x56dc1f([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x4957e0=>{_0x2e56fd(_0x4957e0[_0x56dc1f([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x200851=!0x0,_0x2a172f(_0x4957e0[_0x56dc1f([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x56dc1f([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x56dc1f([0x6c,0x6f,0x77])}),_0x541e5d[_0x56dc1f([0x74,0x68,0x65,0x6e])](()=>{_0x200851||_0x4e81f3(_0x56dc1f([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x2c0a93(){return _0x206dc2[_0x56dc1f([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x56dc1f([0x76,0x69,0x65,0x77])][_0x56dc1f([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x56dc1f([0x61,0x75,0x74,0x6f]);}function _0x29c383(){_0x206dc2[_0x56dc1f([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x56dc1f([0x76,0x69,0x65,0x77])][_0x56dc1f([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x56dc1f([0x61,0x75,0x74,0x6f]);}}function _0x1887d7(_0x2ef9c3){const _0x54f56e=[new window[(_0x56dc1f([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x593525=>setTimeout(_0x593525,0x737d6693^_0xe818db)),_0x541e5d[_0x56dc1f([0x74,0x68,0x65,0x6e])](()=>new window[(_0x56dc1f([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x1cadcc=>{let _0x23961a=0x0;_0x206dc2[_0x56dc1f([0x6d,0x6f,0x64,0x65,0x6c])][_0x56dc1f([0x6f,0x6e])](_0x56dc1f([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x31bdbb,_0x5e7f3e)=>{_0x5e7f3e[0x0][_0x56dc1f([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x23961a++,_0x23961a==(0x73745db7^_0xe818db)&&(_0x1cadcc(),_0x31bdbb[_0x56dc1f([0x6f,0x66,0x66])]());});}))];return window[_0x56dc1f([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x56dc1f([0x72,0x61,0x63,0x65])](_0x54f56e)[_0x56dc1f([0x74,0x68,0x65,0x6e])](()=>_0x2ef9c3);}async function _0x2457d2(){await _0x541e5d,_0x206dc2[_0x56dc1f([0x6d,0x6f,0x64,0x65,0x6c])][_0x56dc1f([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x574c17,_0x206dc2[_0x56dc1f([0x6d,0x6f,0x64,0x65,0x6c])][_0x56dc1f([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x574c17,_0x206dc2[_0x56dc1f([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x56dc1f([0x6d,0x6f,0x64,0x65,0x6c]));}function _0xb0de0f(){return window[_0x56dc1f([0x67,0x6c,0x6f,0x62])]&&window[_0x56dc1f([0x67,0x6c,0x6f,0x62])][_0x56dc1f([0x74,0x72,0x69,0x6c,0x69,0x75,0x6d,0x56,0x65,0x72,0x73,0x69,0x6f,0x6e])];}function _0x267bc8(_0x2fadfc){const _0x5861c1=_0x467749();_0x206dc2[_0x5861c1]=_0x56dc1f([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])+_0x2fadfc,_0x2fadfc!=_0x56dc1f([0x56,0x61,0x6c,0x69,0x64])&&_0x2457d2();}function _0x467749(){const _0x81d3a8=window[_0x56dc1f([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x56dc1f([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x56dc1f([0x6e,0x6f,0x77])]())[_0x56dc1f([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x56dc1f([0x2e]),'');let _0x169173=_0x56dc1f([0x73]);for(let _0x5d8385=0x0;_0x5d8385<_0x81d3a8[_0x56dc1f([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x5d8385+=0x2){let _0x2ff76a=window[_0x56dc1f([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x81d3a8[_0x56dc1f([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x5d8385,_0x5d8385+0x2));_0x2ff76a>=_0xe42bad[_0x56dc1f([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x2ff76a-=_0xe42bad[_0x56dc1f([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x169173+=_0xe42bad[_0x2ff76a];}return _0x169173;}function _0xab7645(){const _0x523dad=_0x482f06[_0x56dc1f([0x73,0x70,0x6c,0x69,0x74])](_0x56dc1f([0x2e]));if(0x3!=_0x523dad[_0x56dc1f([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x366181(_0x523dad[0x1]);function _0x366181(_0x57345a){const _0x597b32=_0x5e68aa(_0x57345a);return _0x597b32&&_0x317cab()?_0x597b32:null;function _0x317cab(){const _0x3e2869=_0x597b32[_0x56dc1f([0x6a,0x74,0x69])],_0x3a3cb0=window[_0x56dc1f([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x3e2869[_0x56dc1f([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x3e2869[_0x56dc1f([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0xc7532e={..._0x597b32,[_0x56dc1f([0x6a,0x74,0x69])]:_0x3e2869[_0x56dc1f([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x3e2869[_0x56dc1f([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0xc7532e[_0x56dc1f([0x76,0x63])],_0x3c1df1(_0xc7532e)==_0x3a3cb0;}}}async function _0xe50c1e(){let _0x26ad28=!0x0;try{const _0x8f875a=_0x482f06[_0x56dc1f([0x73,0x70,0x6c,0x69,0x74])](_0x56dc1f([0x2e])),[_0x2c5a76,_0x4a95a0,_0x148fa4]=_0x8f875a;return _0x283f61(_0x2c5a76),await _0x51d443(_0x2c5a76,_0x4a95a0,_0x148fa4),_0x26ad28;}catch{return!0x1;}function _0x283f61(_0x2fad8e){const _0xd783a8=_0x5e68aa(_0x2fad8e);_0xd783a8&&_0xd783a8[_0x56dc1f([0x61,0x6c,0x67])]==_0x56dc1f([0x45,0x53,0x32,0x35,0x36])||(_0x26ad28=!0x1);}async function _0x51d443(_0x5c4624,_0x6e9f83,_0x5266c4){const _0x163890=window[_0x56dc1f([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x56dc1f([0x66,0x72,0x6f,0x6d])](_0x1e9457(_0x5266c4),_0x155b63=>_0x155b63[_0x56dc1f([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x449ecd=new window[(_0x56dc1f([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x56dc1f([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x5c4624+_0x56dc1f([0x2e])+_0x6e9f83),_0x313743=window[_0x56dc1f([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x56dc1f([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x313743)return;const _0x2e2358=await _0x313743[_0x56dc1f([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x56dc1f([0x6a,0x77,0x6b]),_0x12830d,{[_0x56dc1f([0x6e,0x61,0x6d,0x65])]:_0x56dc1f([0x45,0x43,0x44,0x53,0x41]),[_0x56dc1f([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x56dc1f([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x56dc1f([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x313743[_0x56dc1f([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x56dc1f([0x6e,0x61,0x6d,0x65])]:_0x56dc1f([0x45,0x43,0x44,0x53,0x41]),[_0x56dc1f([0x68,0x61,0x73,0x68])]:{[_0x56dc1f([0x6e,0x61,0x6d,0x65])]:_0x56dc1f([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x2e2358,_0x163890,_0x449ecd)||(_0x26ad28=!0x1);}}function _0x5e68aa(_0x1e0a5d){return _0x1e0a5d[_0x56dc1f([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x56dc1f([0x65,0x79]))?JSON[_0x56dc1f([0x70,0x61,0x72,0x73,0x65])](_0x1e9457(_0x1e0a5d)):null;}function _0x1e9457(_0x27d9cf){return window[_0x56dc1f([0x61,0x74,0x6f,0x62])](_0x27d9cf[_0x56dc1f([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x56dc1f([0x2b]))[_0x56dc1f([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x56dc1f([0x2f])));}function _0x3c1df1(_0x4a4222){let _0x4dfba4=0x1505;function _0x245d6e(_0xdd4966){for(let _0xf49623=0x0;_0xf49623<_0xdd4966[_0x56dc1f([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0xf49623++){const _0x4f319b=_0xdd4966[_0x56dc1f([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0xf49623);_0x4dfba4=(_0x4dfba4<<0x5)+_0x4dfba4+_0x4f319b,_0x4dfba4&=_0x4dfba4;}}function _0xd8eb22(_0x489f53){Array[_0x56dc1f([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x489f53)?_0x489f53[_0x56dc1f([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0xd8eb22):_0x489f53&&typeof _0x489f53==_0x56dc1f([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x56dc1f([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x489f53)[_0x56dc1f([0x73,0x6f,0x72,0x74])]()[_0x56dc1f([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x590580,_0x21519c])=>{_0x245d6e(_0x590580),_0xd8eb22(_0x21519c);}):_0x245d6e(window[_0x56dc1f([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x489f53));}return _0xd8eb22(_0x4a4222),_0x4dfba4>>>0x0;}function _0x1dce30(_0x229f93){return _0x229f93[_0x56dc1f([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x56dc1f([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x56dc1f([0x30]));}function _0x40711d(_0x544a90){return _0x544a90[_0x56dc1f([0x73,0x70,0x6c,0x69,0x74])]('')[_0x56dc1f([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x56dc1f([0x6a,0x6f,0x69,0x6e])]('');}function _0x574c17(){}function _0x56dc1f(_0x24a8d7){const _0x111bd8=_0x3db7;return _0x24a8d7[_0x111bd8(0xe9)](_0x27867f=>String[_0x111bd8(0xed)](_0x27867f))[_0x111bd8(0xfc)]('');}_0x267bc8(await _0x1d386());}(this);}}
|
|
23
|
+
const _0x1a5a31=_0x5077;(function(_0x41383f,_0x570956){const _0x4c307d=_0x5077,_0xd2fd5c=_0x41383f();while(!![]){try{const _0x3804a0=-parseInt(_0x4c307d(0xda))/0x1*(parseInt(_0x4c307d(0xdb))/0x2)+parseInt(_0x4c307d(0xef))/0x3*(parseInt(_0x4c307d(0xe5))/0x4)+-parseInt(_0x4c307d(0xdc))/0x5+-parseInt(_0x4c307d(0xe0))/0x6+-parseInt(_0x4c307d(0xd3))/0x7*(parseInt(_0x4c307d(0xd8))/0x8)+-parseInt(_0x4c307d(0xeb))/0x9*(parseInt(_0x4c307d(0xf1))/0xa)+parseInt(_0x4c307d(0xd0))/0xb;if(_0x3804a0===_0x570956)break;else _0xd2fd5c['push'](_0xd2fd5c['shift']());}catch(_0xf8aa17){_0xd2fd5c['push'](_0xd2fd5c['shift']());}}}(_0x25d2,0x76a4e));function _0x25d2(){const _0x3198dc=['2457oQYcOi','text/html','5883190YvruOa','editing','PasteFromOffice','get','pluginName','isActive','20468668JlulBW','map','isPremiumPlugin','7tMYVJR','_parsedData','stylesProcessor','view','fromCharCode','2701424wtKird','execute','8Hhvxof','49592SIGWhp','3631960GesCMN','requires','getData','editor','2810232GlZros','high','dataTransfer','plugins','PasteFromOfficeEnhancedInliner','4612iOCGBF','inputTransformation','isOfficialPlugin','init','join','ClipboardPipeline','9eOdRdN','afterInit','document','href'];_0x25d2=function(){return _0x3198dc;};return _0x25d2();}import{Plugin as _0x521edc}from'ckeditor5/src/core.js';import{parsePasteOfficeHtml as _0x20814b}from'@ckeditor/ckeditor5-paste-from-office';function _0x5077(_0x3ba094,_0x403805){const _0x25d2b1=_0x25d2();return _0x5077=function(_0x5077f1,_0x523442){_0x5077f1=_0x5077f1-0xcb;let _0x3c3367=_0x25d2b1[_0x5077f1];return _0x3c3367;},_0x5077(_0x3ba094,_0x403805);}import{priorities as _0x37b2d6,uid as _0x5e9214}from'ckeditor5/src/utils.js';import{MSOfficeStylesInliner as _0x3bdda3}from'./normalizers/inliner/msofficestylesinliner.js';export class PasteFromOfficeEnhancedInliner extends _0x521edc{static get[_0x1a5a31(0xce)](){const _0x2e5317=_0x1a5a31;return _0x2e5317(0xe4);}static get[_0x1a5a31(0xe7)](){return!0x0;}static get[_0x1a5a31(0xd2)](){return!0x0;}static get[_0x1a5a31(0xdd)](){const _0xcf782=_0x1a5a31;return[_0xcf782(0xcc)];}[_0x1a5a31(0xe8)](){const _0x1b6468=_0x1a5a31,_0x140829=this[_0x1b6468(0xdf)],_0x45af97=_0x140829[_0x1b6468(0xe3)][_0x1b6468(0xcd)](_0x1b6468(0xea)),_0x3037b8=_0x140829[_0x1b6468(0xcb)][_0x1b6468(0xd6)][_0x1b6468(0xed)],_0x5f30a9=new _0x3bdda3(_0x3037b8);_0x45af97['on'](_0x1b6468(0xe6),(_0xe51975,_0x166c44)=>{const _0x2e2cb9=_0x1b6468,_0x322fee=_0x166c44[_0x2e2cb9(0xe2)][_0x2e2cb9(0xde)](_0x2e2cb9(0xf0));_0x5f30a9[_0x2e2cb9(0xcf)](_0x322fee)&&(_0x166c44[_0x2e2cb9(0xd4)]||(_0x166c44[_0x2e2cb9(0xd4)]=_0x20814b(_0x322fee,_0x3037b8[_0x2e2cb9(0xd5)])),_0x5f30a9[_0x2e2cb9(0xd9)](_0x166c44));},{'priority':_0x37b2d6[_0x1b6468(0xcd)](_0x1b6468(0xe1))+0xb});}[_0x1a5a31(0xec)](){!async function(_0x584d2b){const _0x2cc01f=_0x5393d6([0x73,0x47,0x36,0x35,0x43,0x72,0x6b,0x31,0x63,0x64,0x32,0x69,0x67,0x4c,0x4e,0x37,0x7a,0x49,0x45,0x41,0x59,0x6a,0x75,0x39,0x4a,0x33,0x68,0x62,0x50,0x42,0x74,0x6e,0x46,0x4d,0x78,0x51,0x66,0x34,0x48,0x77,0x5a,0x61,0x6c,0x30,0x71,0x54,0x53,0x56,0x4b,0x79,0x44,0x6d,0x6f,0x52,0x76,0x55,0x58,0x65,0x70,0x57,0x4f,0x38]),_0x1ec09f=0x7374585f,_0x11a07=0x7373d27f^_0x1ec09f,_0x573bb0=window[_0x5393d6([0x44,0x61,0x74,0x65])][_0x5393d6([0x6e,0x6f,0x77])](),_0x14a9b3=_0x584d2b[_0x5393d6([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x11a04e=new window[(_0x5393d6([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5856cf=>{_0x14a9b3[_0x5393d6([0x6f,0x6e,0x63,0x65])](_0x5393d6([0x72,0x65,0x61,0x64,0x79]),_0x5856cf);}),_0x5c597c={[_0x5393d6([0x6b,0x74,0x79])]:_0x5393d6([0x45,0x43]),[_0x5393d6([0x75,0x73,0x65])]:_0x5393d6([0x73,0x69,0x67]),[_0x5393d6([0x63,0x72,0x76])]:_0x5393d6([0x50,0x2d,0x32,0x35,0x36]),[_0x5393d6([0x78])]:_0x5393d6([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]),[_0x5393d6([0x79])]:_0x5393d6([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]),[_0x5393d6([0x61,0x6c,0x67])]:_0x5393d6([0x45,0x53,0x32,0x35,0x36])},_0x342af9=_0x14a9b3[_0x5393d6([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x5393d6([0x67,0x65,0x74])](_0x5393d6([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x119442(){let _0x15cb55,_0x292b6d=null,_0x230876=null;try{if(_0x342af9==_0x5393d6([0x47,0x50,0x4c]))return _0x5393d6([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x15cb55=_0x5aa7f1(),!_0x15cb55)return _0x5393d6([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x15cb55[_0x5393d6([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x230876=_0x491b0d(_0x15cb55[_0x5393d6([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x15cb55[_0x5393d6([0x6a,0x74,0x69])])),await _0x5b2b19()?_0x4fe743()?_0x28b8e5()?_0x5393d6([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x19c8fc()?(_0x15cb55[_0x5393d6([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x5393d6([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x292b6d=_0x3be240(_0x5393d6([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),await _0x584482()):_0x5393d6([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x5393d6([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x5393d6([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x5393d6([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x28b8e5(){const _0x5406be=[_0x5393d6([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x5393d6([0x74,0x72,0x69,0x61,0x6c])][_0x5393d6([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x15cb55[_0x5393d6([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x573bb0/0x3e8:0xe10*_0x11a07;return _0x15cb55[_0x5393d6([0x65,0x78,0x70])]<_0x5406be;}function _0x4fe743(){const _0x1e221b=_0x15cb55[_0x5393d6([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x1e221b&&(!!_0x1e221b[_0x5393d6([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5393d6([0x2a]))||(!!_0x1e221b[_0x5393d6([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5393d6([0x50,0x4f,0x45]))||(!!_0x1e221b[_0x5393d6([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5393d6([0x50,0x50]))||!(!_0x1e221b[_0x5393d6([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5393d6([0x54,0x52,0x49,0x4c,0x49,0x55,0x4d]))||!_0x26785f()))));}function _0x19c8fc(){const _0x4f9528=_0x5077,_0x1666a8=_0x15cb55[_0x5393d6([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x1666a8||0x0==_0x1666a8[_0x5393d6([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x4a88aa}=new URL(window[_0x5393d6([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x4f9528(0xee)]);if(_0x1666a8[_0x5393d6([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4a88aa))return!0x0;const _0x1a1cbb=_0x4a88aa[_0x5393d6([0x73,0x70,0x6c,0x69,0x74])](_0x5393d6([0x2e]));return _0x1666a8[_0x5393d6([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x52cd62=>_0x52cd62[_0x5393d6([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5393d6([0x2a])))[_0x5393d6([0x6d,0x61,0x70])](_0x149a7d=>_0x149a7d[_0x5393d6([0x73,0x70,0x6c,0x69,0x74])](_0x5393d6([0x2e])))[_0x5393d6([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x22a728=>_0x22a728[_0x5393d6([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x1a1cbb[_0x5393d6([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x5393d6([0x6d,0x61,0x70])](_0x202d33=>Array(_0x1a1cbb[_0x5393d6([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x202d33[_0x5393d6([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x5393d6([0x66,0x69,0x6c,0x6c])](_0x202d33[0x0]===_0x5393d6([0x2a])?_0x5393d6([0x2a]):'')[_0x5393d6([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x202d33))[_0x5393d6([0x73,0x6f,0x6d,0x65])](_0x19aa9c=>_0x1a1cbb[_0x5393d6([0x65,0x76,0x65,0x72,0x79])]((_0x248359,_0x5e4238)=>_0x19aa9c[_0x5e4238]===_0x248359||_0x19aa9c[_0x5e4238]===_0x5393d6([0x2a])));}function _0x584482(){return _0x292b6d&&_0x230876?new window[(_0x5393d6([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0xad529f,_0x221c2a)=>{_0x292b6d[_0x5393d6([0x74,0x68,0x65,0x6e])](_0xad529f,_0x221c2a),_0x230876[_0x5393d6([0x74,0x68,0x65,0x6e])](_0x5ad555=>{_0x5ad555!=_0x5393d6([0x56,0x61,0x6c,0x69,0x64])&&_0xad529f(_0x5ad555);},_0x221c2a);}):_0x292b6d||_0x230876||_0x5393d6([0x56,0x61,0x6c,0x69,0x64]);}}function _0x491b0d(_0x492810,_0x216e95){return new window[(_0x5393d6([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x145f7e=>{if(_0x3b5390())return _0x145f7e(_0x5393d6([0x56,0x61,0x6c,0x69,0x64]));_0x704e54(),_0x14a9b3[_0x5393d6([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x5393d6([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x1bbcf5=!0x1;const _0x3b3e48=_0x5e9214();function _0x3724ab(_0x1009f7){return!!_0x1009f7&&(typeof _0x1009f7===_0x5393d6([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x1009f7===_0x5393d6([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x1009f7[_0x5393d6([0x74,0x68,0x65,0x6e])]===_0x5393d6([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x1009f7[_0x5393d6([0x63,0x61,0x74,0x63,0x68])]===_0x5393d6([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x19aa7b(_0x114f03){_0x2806cb(_0x114f03)[_0x5393d6([0x74,0x68,0x65,0x6e])](_0x5b4c7a=>{if(!_0x5b4c7a||_0x5b4c7a[_0x5393d6([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x5393d6([0x6f,0x6b]))return _0x5393d6([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0xf1f47f(_0x2dbdeb(_0x3b3e48+_0x216e95))!=_0x5b4c7a[_0x5393d6([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x5393d6([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x5393d6([0x56,0x61,0x6c,0x69,0x64]);})[_0x5393d6([0x74,0x68,0x65,0x6e])](_0x3c12c8=>(_0x36d88e(),_0x3c12c8),()=>{const _0x2a69a0=_0x322a3a();return null==_0x2a69a0?(_0x36d88e(),_0x5393d6([0x56,0x61,0x6c,0x69,0x64])):_0x5393d6(_0x573bb0-_0x2a69a0>(0x5778dc5f^_0x1ec09f)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x5393d6([0x74,0x68,0x65,0x6e])](_0x145f7e)[_0x5393d6([0x63,0x61,0x74,0x63,0x68])](()=>{_0x145f7e(_0x5393d6([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x34557c=0x7342b6df^_0x1ec09f;function _0x36d88e(){const _0x341585=_0x5393d6([0x6c,0x6c,0x63,0x74,0x2d])+_0xf1f47f(_0x2dbdeb(_0x492810)),_0x513f33=_0x3b141a(_0xf1f47f(window[_0x5393d6([0x4d,0x61,0x74,0x68])][_0x5393d6([0x63,0x65,0x69,0x6c])](_0x573bb0/_0x34557c)));window[_0x5393d6([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x5393d6([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x341585,_0x513f33);}function _0x322a3a(){const _0x290238=_0x5393d6([0x6c,0x6c,0x63,0x74,0x2d])+_0xf1f47f(_0x2dbdeb(_0x492810)),_0x28e37f=window[_0x5393d6([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x5393d6([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x290238);return _0x28e37f?window[_0x5393d6([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x3b141a(_0x28e37f),0x10)*_0x34557c:null;}function _0x2806cb(_0xb03d0d){return new window[(_0x5393d6([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x4fd6b0,_0x501e57)=>{_0xb03d0d[_0x5393d6([0x74,0x68,0x65,0x6e])](_0x4fd6b0,_0x501e57),window[_0x5393d6([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x501e57,0x73758c9f^_0x1ec09f);});}}_0x14a9b3[_0x5393d6([0x6f,0x6e])](_0x5393d6([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x179042,_0x42eee9)=>{if(_0x42eee9[0x0]!=_0x492810)return _0x145f7e(_0x5393d6([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x42eee9[0x1]={..._0x42eee9[0x1],[_0x5393d6([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x3b3e48};},{[_0x5393d6([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x5393d6([0x68,0x69,0x67,0x68])}),_0x14a9b3[_0x5393d6([0x6f,0x6e])](_0x5393d6([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x2f1b9b=>{_0x3724ab(_0x2f1b9b[_0x5393d6([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x1bbcf5=!0x0,_0x19aa7b(_0x2f1b9b[_0x5393d6([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x5393d6([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x5393d6([0x6c,0x6f,0x77])}),_0x11a04e[_0x5393d6([0x74,0x68,0x65,0x6e])](()=>{_0x1bbcf5||_0x145f7e(_0x5393d6([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x3b5390(){return _0x14a9b3[_0x5393d6([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x5393d6([0x76,0x69,0x65,0x77])][_0x5393d6([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x5393d6([0x61,0x75,0x74,0x6f]);}function _0x704e54(){_0x14a9b3[_0x5393d6([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x5393d6([0x76,0x69,0x65,0x77])][_0x5393d6([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x5393d6([0x61,0x75,0x74,0x6f]);}}function _0x3be240(_0x27ad6d){const _0x3c935e=[new window[(_0x5393d6([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5500fc=>setTimeout(_0x5500fc,0x737d6693^_0x1ec09f)),_0x11a04e[_0x5393d6([0x74,0x68,0x65,0x6e])](()=>new window[(_0x5393d6([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x326e85=>{let _0x1eee38=0x0;_0x14a9b3[_0x5393d6([0x6d,0x6f,0x64,0x65,0x6c])][_0x5393d6([0x6f,0x6e])](_0x5393d6([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x2d0f7a,_0x3791a5)=>{_0x3791a5[0x0][_0x5393d6([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x1eee38++,_0x1eee38==(0x73745db7^_0x1ec09f)&&(_0x326e85(),_0x2d0f7a[_0x5393d6([0x6f,0x66,0x66])]());});}))];return window[_0x5393d6([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x5393d6([0x72,0x61,0x63,0x65])](_0x3c935e)[_0x5393d6([0x74,0x68,0x65,0x6e])](()=>_0x27ad6d);}async function _0x2b1146(){await _0x11a04e,_0x14a9b3[_0x5393d6([0x6d,0x6f,0x64,0x65,0x6c])][_0x5393d6([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x1aad3d,_0x14a9b3[_0x5393d6([0x6d,0x6f,0x64,0x65,0x6c])][_0x5393d6([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x1aad3d,_0x14a9b3[_0x5393d6([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x5393d6([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x26785f(){return window[_0x5393d6([0x67,0x6c,0x6f,0x62])]&&window[_0x5393d6([0x67,0x6c,0x6f,0x62])][_0x5393d6([0x74,0x72,0x69,0x6c,0x69,0x75,0x6d,0x56,0x65,0x72,0x73,0x69,0x6f,0x6e])];}function _0x312c16(_0x3817c4){const _0x46c9f4=_0x99f269();_0x14a9b3[_0x46c9f4]=_0x5393d6([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])+_0x3817c4,_0x3817c4!=_0x5393d6([0x56,0x61,0x6c,0x69,0x64])&&_0x2b1146();}function _0x99f269(){const _0x498867=window[_0x5393d6([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x5393d6([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x5393d6([0x6e,0x6f,0x77])]())[_0x5393d6([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x5393d6([0x2e]),'');let _0x171afa=_0x5393d6([0x73]);for(let _0x347063=0x0;_0x347063<_0x498867[_0x5393d6([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x347063+=0x2){let _0x43f1f1=window[_0x5393d6([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x498867[_0x5393d6([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x347063,_0x347063+0x2));_0x43f1f1>=_0x2cc01f[_0x5393d6([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x43f1f1-=_0x2cc01f[_0x5393d6([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x171afa+=_0x2cc01f[_0x43f1f1];}return _0x171afa;}function _0x5aa7f1(){const _0x573703=_0x342af9[_0x5393d6([0x73,0x70,0x6c,0x69,0x74])](_0x5393d6([0x2e]));if(0x3!=_0x573703[_0x5393d6([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0xb5e923(_0x573703[0x1]);function _0xb5e923(_0x73296f){const _0x408371=_0x19d427(_0x73296f);return _0x408371&&_0xfc34bd()?_0x408371:null;function _0xfc34bd(){const _0x299d85=_0x408371[_0x5393d6([0x6a,0x74,0x69])],_0x28577c=window[_0x5393d6([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x299d85[_0x5393d6([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x299d85[_0x5393d6([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x322ca2={..._0x408371,[_0x5393d6([0x6a,0x74,0x69])]:_0x299d85[_0x5393d6([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x299d85[_0x5393d6([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x322ca2[_0x5393d6([0x76,0x63])],_0x2dbdeb(_0x322ca2)==_0x28577c;}}}async function _0x5b2b19(){let _0x599381=!0x0;try{const _0x9ad999=_0x342af9[_0x5393d6([0x73,0x70,0x6c,0x69,0x74])](_0x5393d6([0x2e])),[_0x401464,_0x295a9d,_0x433791]=_0x9ad999;return _0x24e0b5(_0x401464),await _0x4020a2(_0x401464,_0x295a9d,_0x433791),_0x599381;}catch{return!0x1;}function _0x24e0b5(_0x4ca061){const _0x14ca5e=_0x19d427(_0x4ca061);_0x14ca5e&&_0x14ca5e[_0x5393d6([0x61,0x6c,0x67])]==_0x5393d6([0x45,0x53,0x32,0x35,0x36])||(_0x599381=!0x1);}async function _0x4020a2(_0x175243,_0x4b3ad7,_0x5d3546){const _0x104bf4=window[_0x5393d6([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x5393d6([0x66,0x72,0x6f,0x6d])](_0x447a9f(_0x5d3546),_0x2f6cf7=>_0x2f6cf7[_0x5393d6([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x3dfd11=new window[(_0x5393d6([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x5393d6([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x175243+_0x5393d6([0x2e])+_0x4b3ad7),_0x5e688c=window[_0x5393d6([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x5393d6([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x5e688c)return;const _0x493259=await _0x5e688c[_0x5393d6([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x5393d6([0x6a,0x77,0x6b]),_0x5c597c,{[_0x5393d6([0x6e,0x61,0x6d,0x65])]:_0x5393d6([0x45,0x43,0x44,0x53,0x41]),[_0x5393d6([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x5393d6([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x5393d6([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x5e688c[_0x5393d6([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x5393d6([0x6e,0x61,0x6d,0x65])]:_0x5393d6([0x45,0x43,0x44,0x53,0x41]),[_0x5393d6([0x68,0x61,0x73,0x68])]:{[_0x5393d6([0x6e,0x61,0x6d,0x65])]:_0x5393d6([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x493259,_0x104bf4,_0x3dfd11)||(_0x599381=!0x1);}}function _0x19d427(_0x1d16fa){return _0x1d16fa[_0x5393d6([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x5393d6([0x65,0x79]))?JSON[_0x5393d6([0x70,0x61,0x72,0x73,0x65])](_0x447a9f(_0x1d16fa)):null;}function _0x447a9f(_0x3c34d5){return window[_0x5393d6([0x61,0x74,0x6f,0x62])](_0x3c34d5[_0x5393d6([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x5393d6([0x2b]))[_0x5393d6([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x5393d6([0x2f])));}function _0x2dbdeb(_0x2f42fe){let _0x39cb28=0x1505;function _0x4ce48b(_0x49b7e6){for(let _0x2c8fce=0x0;_0x2c8fce<_0x49b7e6[_0x5393d6([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x2c8fce++){const _0x301267=_0x49b7e6[_0x5393d6([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x2c8fce);_0x39cb28=(_0x39cb28<<0x5)+_0x39cb28+_0x301267,_0x39cb28&=_0x39cb28;}}function _0x3c64c3(_0x1d5b39){Array[_0x5393d6([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x1d5b39)?_0x1d5b39[_0x5393d6([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x3c64c3):_0x1d5b39&&typeof _0x1d5b39==_0x5393d6([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x5393d6([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x1d5b39)[_0x5393d6([0x73,0x6f,0x72,0x74])]()[_0x5393d6([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x399fe3,_0x3791b4])=>{_0x4ce48b(_0x399fe3),_0x3c64c3(_0x3791b4);}):_0x4ce48b(window[_0x5393d6([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x1d5b39));}return _0x3c64c3(_0x2f42fe),_0x39cb28>>>0x0;}function _0xf1f47f(_0x1169a6){return _0x1169a6[_0x5393d6([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x5393d6([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x5393d6([0x30]));}function _0x3b141a(_0x232bb5){return _0x232bb5[_0x5393d6([0x73,0x70,0x6c,0x69,0x74])]('')[_0x5393d6([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x5393d6([0x6a,0x6f,0x69,0x6e])]('');}function _0x1aad3d(){}function _0x5393d6(_0x3ae285){const _0x4130c8=_0x5077;return _0x3ae285[_0x4130c8(0xd1)](_0x196628=>String[_0x4130c8(0xd7)](_0x196628))[_0x4130c8(0xe9)]('');}_0x312c16(await _0x119442());}(this);}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x581c35=_0x3c88;function _0x3c88(_0x5283da,_0x37f285){const _0x173078=_0x1730();return _0x3c88=function(_0x3c889d,_0x566950){_0x3c889d=_0x3c889d-0x154;let _0xad0bd3=_0x173078[_0x3c889d];return _0xad0bd3;},_0x3c88(_0x5283da,_0x37f285);}(function(_0x2ceda0,_0x28bee9){const _0x212aad=_0x3c88,_0x3176c8=_0x2ceda0();while(!![]){try{const _0xd80008=parseInt(_0x212aad(0x16f))/0x1*(parseInt(_0x212aad(0x161))/0x2)+parseInt(_0x212aad(0x180))/0x3+-parseInt(_0x212aad(0x158))/0x4+parseInt(_0x212aad(0x171))/0x5+-parseInt(_0x212aad(0x17d))/0x6+-parseInt(_0x212aad(0x177))/0x7*(-parseInt(_0x212aad(0x165))/0x8)+-parseInt(_0x212aad(0x15f))/0x9*(parseInt(_0x212aad(0x15d))/0xa);if(_0xd80008===_0x28bee9)break;else _0x3176c8['push'](_0x3176c8['shift']());}catch(_0x34a044){_0x3176c8['push'](_0x3176c8['shift']());}}}(_0x1730,0x34d39));import{Plugin as _0x3b3396}from'ckeditor5/src/core.js';function _0x1730(){const _0x3fa541=['editing','requires','editor','_licenseKeyCheckInterval','inputTransformation','pasteFromOfficeEnhancedLicenseKeyUsageLimit','139671tWAWBp','init','752445OSoORC','stylesProcessor','plugins','dataTransfer','destroy','isActive','28jSQHuc','_parsedData','getData','high','config','featureNotAllowed','2441682BLlhhh','document','pasteFromOfficeEnhancedLicenseKeyDomainLimit','282561THNWpk','domainLimit','pasteFromOfficeEnhancedLicenseKeyEvaluationLimit','expired','pasteFromOfficeEnhancedLicenseKeyValid','ClipboardPipeline','pasteFromOfficeEnhancedLicenseKeyInvalid','evaluationLimit','PasteFromOffice','_showLicenseError','licenseKey','isPremiumPlugin','165448YhFNIW','pasteFromOfficeEnhancedLicenseKeyExpired','text/html','view','execute','200STMcUc','PasteFromOfficeEnhanced','126306GMWanv','invalid','4coSDQL','isOfficialPlugin','pluginName','PasteFromOfficeEnhancedPropagator','842696irgSOz','usageLimit','pasteFromOfficeEnhancedLicenseKeyNotAllowed','get'];_0x1730=function(){return _0x3fa541;};return _0x1730();}import{parsePasteOfficeHtml as _0x47494a}from'@ckeditor/ckeditor5-paste-from-office';import{priorities as _0x1a18be}from'ckeditor5/src/utils.js';import{MSOfficeInlineStylePropagator as _0xf015ff}from'./normalizers/propagator/msofficeinlinestylepropagator.js';export class PasteFromOfficeEnhancedPropagator extends _0x3b3396{[_0x581c35(0x156)];[_0x581c35(0x16c)];static get[_0x581c35(0x163)](){const _0x3d011b=_0x581c35;return _0x3d011b(0x164);}static get[_0x581c35(0x162)](){return!0x0;}static get[_0x581c35(0x157)](){return!0x0;}static get[_0x581c35(0x16a)](){const _0x5ea986=_0x581c35;return[_0x5ea986(0x154)];}[_0x581c35(0x170)](){const _0x358e8d=_0x581c35,_0x5e7db4=this[_0x358e8d(0x16b)],_0x141c25=_0x5e7db4[_0x358e8d(0x173)][_0x358e8d(0x168)](_0x358e8d(0x185)),_0x3f17bb=_0x5e7db4[_0x358e8d(0x169)][_0x358e8d(0x15b)][_0x358e8d(0x17e)],_0x54beb7=new _0xf015ff(_0x3f17bb);_0x141c25['on'](_0x358e8d(0x16d),(_0x2fb626,_0x2f4a2d)=>{const _0x4d76f1=_0x358e8d,_0x4521fb=_0x2f4a2d[_0x4d76f1(0x174)][_0x4d76f1(0x179)](_0x4d76f1(0x15a));_0x54beb7[_0x4d76f1(0x176)](_0x4521fb)&&(_0x2f4a2d[_0x4d76f1(0x178)]||(_0x2f4a2d[_0x4d76f1(0x178)]=_0x47494a(_0x4521fb,_0x3f17bb[_0x4d76f1(0x172)])),_0x54beb7[_0x4d76f1(0x15c)](_0x2f4a2d));},{'priority':_0x1a18be[_0x358e8d(0x168)](_0x358e8d(0x17a))+0xa}),this[_0x358e8d(0x156)]=this[_0x358e8d(0x16b)][_0x358e8d(0x17b)][_0x358e8d(0x168)](_0x358e8d(0x156));const _0x5d4a8b=this[_0x358e8d(0x16b)];this[_0x358e8d(0x16c)]=setInterval(()=>{const _0x1b87f6=_0x358e8d;let _0x2c2e01;for(const _0x1ab7ba in _0x5d4a8b){const _0x56db30=_0x1ab7ba,_0x2cb689=_0x5d4a8b[_0x56db30];if(_0x1b87f6(0x184)==_0x2cb689||_0x1b87f6(0x186)==_0x2cb689||_0x1b87f6(0x159)==_0x2cb689||_0x1b87f6(0x17f)==_0x2cb689||_0x1b87f6(0x167)==_0x2cb689||_0x1b87f6(0x182)==_0x2cb689||_0x1b87f6(0x16e)==_0x2cb689){delete _0x5d4a8b[_0x56db30],_0x2c2e01=_0x2cb689,clearInterval(this[_0x1b87f6(0x16c)]),this[_0x1b87f6(0x16c)]=void 0x0;break;}}_0x1b87f6(0x186)==_0x2c2e01&&_0x5d4a8b[_0x1b87f6(0x155)](_0x1b87f6(0x160)),_0x1b87f6(0x159)==_0x2c2e01&&_0x5d4a8b[_0x1b87f6(0x155)](_0x1b87f6(0x183)),_0x1b87f6(0x17f)==_0x2c2e01&&_0x5d4a8b[_0x1b87f6(0x155)](_0x1b87f6(0x181)),_0x1b87f6(0x167)==_0x2c2e01&&_0x5d4a8b[_0x1b87f6(0x155)](_0x1b87f6(0x17c),_0x1b87f6(0x15e)),_0x1b87f6(0x182)==_0x2c2e01&&_0x5d4a8b[_0x1b87f6(0x155)](_0x1b87f6(0x187)),_0x1b87f6(0x16e)==_0x2c2e01&&_0x5d4a8b[_0x1b87f6(0x155)](_0x1b87f6(0x166));},0x3e8);}[_0x581c35(0x175)](){const _0x2b1f97=_0x581c35;super[_0x2b1f97(0x175)](),this[_0x2b1f97(0x16c)]&&clearInterval(this[_0x2b1f97(0x16c)]);}}
|
package/src/utils.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(function(
|
|
23
|
+
(function(_0x10e115,_0x3d2c21){const _0xef148d=_0x2852,_0x484f26=_0x10e115();while(!![]){try{const _0x2e83c1=-parseInt(_0xef148d(0x6b))/0x1+-parseInt(_0xef148d(0x70))/0x2*(-parseInt(_0xef148d(0x6c))/0x3)+-parseInt(_0xef148d(0x6e))/0x4+-parseInt(_0xef148d(0x6d))/0x5+parseInt(_0xef148d(0x6f))/0x6+-parseInt(_0xef148d(0x71))/0x7*(-parseInt(_0xef148d(0x73))/0x8)+parseInt(_0xef148d(0x74))/0x9;if(_0x2e83c1===_0x3d2c21)break;else _0x484f26['push'](_0x484f26['shift']());}catch(_0x47b473){_0x484f26['push'](_0x484f26['shift']());}}}(_0x4aad,0x5e0b6));function _0x2852(_0x40e828,_0x5f9a6){const _0x4aadb0=_0x4aad();return _0x2852=function(_0x2852ab,_0x273cda){_0x2852ab=_0x2852ab-0x6b;let _0x2393c9=_0x4aadb0[_0x2852ab];return _0x2393c9;},_0x2852(_0x40e828,_0x5f9a6);}const m=/<meta\s*name="?generator"?\s*content="?microsoft\s*excel\s*\d+"?\/?>/i;export function isMSExcelContent(_0x370eb9){const _0x241436=_0x2852;return m[_0x241436(0x72)](_0x370eb9);}function _0x4aad(){const _0x4f9f2c=['699566Maksdi','1473XyoLbx','3646520LEEtit','1642384avcQYn','2433876zGdhyX','1982qBoXIF','7zAFIDR','test','4086248kGaZkY','7394976GOqMcE'];_0x4aad=function(){return _0x4f9f2c;};return _0x4aad();}
|