@ckeditor/ckeditor5-paste-from-office-enhanced 47.7.2 → 47.7.3-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 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 L{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 C(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 U=K;function V(){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(V=function(){return t})()}function K(t,e){const n=V();return(K=function(t,e){return n[t-=400]})(t,e)}!function(t){const e=K,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())}}(V);class G extends L{[U(411)](t){const n=U,{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}[U(408)](t){return super[U(408)](t)||M(t)}}const z=H;function B(){const t=["requires","4193bgSlLO","isActive","execute","view","PasteFromOfficeEnhancedInliner","fromCharCode","afterInit","9610238QcudBq","href","247160GiLEIM","144RdCatW","ClipboardPipeline","isPremiumPlugin","_parsedData","high","7092RjmPpn","stylesProcessor","127XAsOoH","PasteFromOffice","getData","map","document","init","pluginName","join","isOfficialPlugin","inputTransformation","editing","6670ptmWar","plugins","8103160DvYxrA","524TZFYHY","get","dataTransfer","text/html","editor","3954ESnzfm","1228680VBLrXn"];return(B=function(){return t})()}function H(t,e){const n=B();return(H=function(t,e){return n[t-=194]})(t,e)}!function(t){const e=H,n=t();for(;;)try{if(430287===parseInt(e(230))/1*(-parseInt(e(210))/2)+-parseInt(e(211))/3+-parseInt(e(205))/4*(parseInt(e(202))/5)+-parseInt(e(228))/6*(-parseInt(e(213))/7)+-parseInt(e(222))/8*(-parseInt(e(223))/9)+-parseInt(e(204))/10+parseInt(e(220))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(B);class Q extends t.Plugin{static get[z(197)](){return z(217)}static get[z(199)](){return!0}static get[z(225)](){return!0}static get[z(212)](){return[z(231)]}[z(196)](){const t=z,e=this[t(209)],n=e[t(203)][t(206)](t(224)),r=e[t(201)][t(216)][t(195)],s=new G(r);n.on(t(200),(e,n)=>{const i=t,o=n[i(207)][i(232)](i(208));s[i(214)](o)&&(n[i(226)]||(n[i(226)]=C(o,r[i(229)])),s[i(215)](n))},{priority:O.priorities[t(206)](t(227))+11})}[z(219)](){!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(194)](t=>String[e(218)](t))[e(198)]("")}!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:1779062400;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(221)]);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 L{[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)]=C(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})();
|
|
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=a(),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 c=p(t,n);if(i>f.length-1||f[i].listElement.name!=c.type){0==i&&"ol"==c.type&&void 0!==t.id&&o[e]&&(c.startIndex=o[e]);const n=d(c,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]=c.startIndex||1)}}const g="li"==t.element.name?t.element:s.createElement("li");c(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 c(t,e,n,r,s,o){if(void 0===r.marginLeft)return void(0==o&&(n.canApplyMarginOnList=!1));const c=parseFloat(r.marginLeft);let a=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&&(a+=parseFloat(e))}}a+=40*e.length;const l=c-a,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 a(){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"),c=i.exec(e),a=o.exec(e),l=c&&!a,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"],c=s.match(e),a=e.getAttribute("o:gfxdata"),l="v:shapetype"===r,u=a&&o.some(t=>e.getAttribute("id").includes(t));c&&a&&!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 b(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 v(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,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 S.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,v(e,t));const o=x(e,t);b(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,c=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),a=function(t){const e=[],n=[],r=Array.from(t.getElementsByTagName("style"));for(const t of r)t.sheet&&t.sheet.cssRules&&t.sheet.cssRules.length&&(e.push(t.sheet),n.push(t.innerHTML));return{styles:e,stylesString:n.join(" ")}}(i);return{body:c,bodyString:o,styles:a.styles,stylesString:a.stylesString}}var O=n(584);!function(t){const e=M,n=t();for(;;)try{if(193405===parseInt(e(425))/1+parseInt(e(426))/2*(parseInt(e(427))/3)+parseInt(e(428))/4+-parseInt(e(431))/5+-parseInt(e(432))/6+-parseInt(e(430))/7+-parseInt(e(434))/8*(parseInt(e(429))/9))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(F);const P=/<meta\s*name="?generator"?\s*content="?microsoft\s*excel\s*\d+"?\/?>/i;function M(t,e){const n=F();return(M=function(t,e){return n[t-=425]})(t,e)}function T(t){return P[M(433)](t)}function F(){const t=["1505760McWGcx","9NVWHAD","692370MqkRVa","337955kjMYzJ","1613508KCrxas","test","1695976kTMyeH","117014DYMsfn","7806CFwWhh","267TxNqbX"];return(F=function(){return t})()}!function(t){const e=N,n=t();for(;;)try{if(548538===-parseInt(e(259))/1*(parseInt(e(265))/2)+parseInt(e(260))/3*(parseInt(e(250))/4)+parseInt(e(275))/5*(parseInt(e(247))/6)+parseInt(e(262))/7+parseInt(e(267))/8*(parseInt(e(263))/9)+parseInt(e(249))/10*(parseInt(e(274))/11)+-parseInt(e(252))/12)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(j);const R=/^(?<tagName>(?!\.)[\w-]+)?(\.(?<className>[\w-]+))?$/i;function k(t,e){const n=N,r=new Map;for(const[s,i]of e){if(!s[n(273)]&&!s[n(261)])continue;const e=!s[n(273)]||t[n(272)]===s[n(273)],o=!s[n(261)]||t[n(266)](s[n(261)]);e&&o&&r[n(276)](s,i)}return r}function j(){const t=["8gNaEsG","assign","cssRules","split","trim","name","tagName","44oLUdzT","10160zxekSU","set","42MMlAcR","length","1897960SxkFIC","406540niABka","style","9022548GptlqG","initial","groups","getPropertyValue","exec","push","map","1669DoacvK","18vcrjAw","className","729295etioxE","2688237Jnnvww","selectorText","582nfvJjG","hasClass"];return(j=function(){return t})()}function N(t,e){const n=j();return(N=function(t,e){return n[t-=247]})(t,e)}function W(t){const e=N,n={};for(let r=0;r<t[e(248)];r++){const s=t[r],i=t[e(255)](s);e(253)!==i&&(n[s]=i)}return n}function D(t){const e=N,n=t[e(270)](",")[e(258)](t=>t[e(271)]()),r=[];for(const t of n){const n=R[e(256)](t);n&&r[e(257)](n[e(254)])}return r}function $(t){const e=N,n={};for(const r of t)Object[e(268)](n,r);return n}function K(){const t=["size","8884288QbfcHj","16360XxwxGn","type","hasStyle","item","1084pFCGKO","from","isActive","161879WPXTzi","11325230ILAcLz","60TBjMGf","_parsedData","execute","95104fFARWG","document","setStyle","elementStart","6280218JgOpeO","content","createRangeIn","4178241gUBUSF","63sfNqSm","values"];return(K=function(){return t})()}const G=B;function B(t,e){const n=K();return(B=function(t,e){return n[t-=219]})(t,e)}!function(t){const e=B,n=t();for(;;)try{if(957678===-parseInt(e(220))/1+parseInt(e(225))/2*(-parseInt(e(233))/3)+-parseInt(e(241))/4*(-parseInt(e(237))/5)+-parseInt(e(229))/6+-parseInt(e(221))/7+parseInt(e(236))/8+parseInt(e(232))/9*(parseInt(e(222))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(K);class V extends C{[G(224)](t){const n=G,{body:r,styles:s}=t[n(223)],i=new e.ViewUpcastWriter(r[n(226)]),o=i[n(231)](r),c=function(t){const e=N,n=new Map;for(const r in t){const s=D(r),i=t[r];for(const t of s)n[e(276)](t,i)}return n}(function(t){const e=N,n={};for(const r of t)for(const t of r[e(269)])if(t instanceof CSSStyleRule){const r=W(t[e(251)]);n[t[e(264)]]=Object[e(268)]({},n[t[e(264)]]||{},r)}return n}(s));for(const t of o){if(n(228)!==t[n(238)])continue;const e=k(t[n(240)],c);if(e[n(235)]){const r=$(Array[n(242)](e[n(234)]()));for(const e in r){const s=t[n(240)];s[n(239)](e)||i[n(227)](e,r[e],s)}}}t[n(230)]=r}[G(219)](t){return super[G(219)](t)||T(t)}}const U=q;function J(){const t=["556WKRXZm","fromCharCode","execute","inputTransformation","view","14cbVEgY","1135850ekmASD","isActive","2497336xRJAmK","ClipboardPipeline","join","isPremiumPlugin","text/html","282090FRTxRv","isOfficialPlugin","getData","stylesProcessor","dataTransfer","editing","22255nqxxFs","get","4415292IIkspb","map","editor","init","afterInit","PasteFromOffice","pluginName","PasteFromOfficeEnhancedInliner","plugins","document","2608074pkeyUt","href","_parsedData","818655GGQMVp","high","requires"];return(J=function(){return t})()}function q(t,e){const n=J();return(q=function(t,e){return n[t-=118]})(t,e)}!function(t){const e=q,n=t();for(;;)try{if(372192===parseInt(e(150))/1+-parseInt(e(143))/2+-parseInt(e(134))/3+parseInt(e(137))/4*(-parseInt(e(119))/5)+parseInt(e(131))/6+parseInt(e(142))/7*(parseInt(e(145))/8)+parseInt(e(121))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(J);class H extends t.Plugin{static get[U(127)](){return U(128)}static get[U(151)](){return!0}static get[U(148)](){return!0}static get[U(136)](){return[U(126)]}[U(124)](){const t=U,e=this[t(123)],n=e[t(129)][t(120)](t(146)),r=e[t(118)][t(141)][t(130)],s=new V(r);n.on(t(140),(e,n)=>{const i=t,o=n[i(154)][i(152)](i(149));s[i(144)](o)&&(n[i(133)]||(n[i(133)]=L(o,r[i(153)])),s[i(139)](n))},{priority:O.priorities[t(120)](t(135))+11})}[U(125)](){!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 c(t){return t[m([115,116,97,114,116,115,87,105,116,104])](m([101,121]))?JSON[m([112,97,114,115,101])](a(t)):null}function a(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=q;return t[e(122)](t=>String[e(138)](t))[e(147)]("")}!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=c(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])])(c=>{if(i())return c(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 a=!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){a(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])](c)[m([99,97,116,99,104])](()=>{c(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 a(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 c(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])])&&(a=!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])](()=>{a||c(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,c]=r;return e(s),await n(s,i,c),t}catch{return!1}function e(e){const n=c(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])](a(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),c=window[m([99,114,121,112,116,111])][m([115,117,98,116,108,101])];if(!c)return;const l=await c[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 c[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:1783987200;return t[m([101,120,112])]<e}()?m([69,120,112,105,114,101,100]):function(){const e=q,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(132)]);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 z=tt;function _(){const t=["strong","text-decoration-line","line-through","sub","54bjNYDX","384607jERoiT","font-size","includes","2197304wdhTIz","italic","color","super","sup","removeStyle","from","390510wgrLBQ","1609660PHwPfb","underline","getChildren","medium","function","font-weight","setStyle","span","getStyleNames","split","length","bolder","font-style","insertChild","vertical-align","2874bcBqIF","bold","font-family","keys","290388YChseI","createElement","918528BGMBdq","8743bFUspn","text-decoration","forEach","filter","getStyle"];return(_=function(){return t})()}!function(t){const e=tt,n=t();for(;;)try{if(579813===parseInt(e(282))/1+parseInt(e(242))/2+-parseInt(e(269))/3+parseInt(e(250))/4+parseInt(e(249))/5+-parseInt(e(265))/6*(parseInt(e(272))/7)+parseInt(e(271))/8*(-parseInt(e(281))/9))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(_);const Y=[z(244),z(267),z(283),z(273),z(278),z(255),z(262),z(264)],Z=[z(244),z(267),z(283)],Q={"font-style":[[z(243),"i"]],"font-weight":[[z(253),z(277)],[z(266),z(277)],[z(261),z(277)],[t=>Number(t)>=600,z(277)]],"text-decoration":[[z(251),"u"],[z(279),"s"]],"text-decoration-line":[[z(251),"u"],[z(279),"s"]],"vertical-align":[[z(280),z(280)],[z(245),z(246)]]};function X(t){return Y[z(284)](t)}function tt(t,e){const n=_();return(tt=function(t,e){return n[t-=242]})(t,e)}function et(t){const e=z;return Array[e(248)](t[e(258)]())[e(275)](X)}function nt(t,e,n){const{spanStyles:r,stylesToBeHtmlElements:s}=function(t,e){const n=z,r={},s={};return e[n(274)](e=>{const i=n,o=t[i(276)](e);if(o)if(c=e,Z[z(284)](c))r[e]=o;else if(e in Q){const t=o[i(259)](" ");Q[e][i(274)](([n,r])=>{const o=i;for(const i of t)(o(254)==typeof n&&n(i)||n===i)&&(s[e]=[...s[e]||[],[n,r]])})}var c}),{spanStyles:r,stylesToBeHtmlElements:s}}(t,n);(function(t,e,n){const r=z;for(const s in n)n[s][r(274)](([,n])=>{const s=r,i=e[s(270)](n,[],t[s(252)]());e[s(263)](0,i,t)}),e[r(247)](s,t)})(t,e,s),function(t,e,n){const r=z;if(!Object[r(268)](n)[r(260)])return;const s=e[r(270)](r(257),[],t[r(252)]());e[r(256)](n,s),e[r(263)](0,s,t),e[r(247)](Object[r(268)](n),t)}(t,e,r)}const rt=st;function st(t,e){const n=it();return(st=function(t,e){return n[t-=405]})(t,e)}function it(){const t=["9SaMuKi","stylesProcessor","document","7GMrdPT","blockElements","21729210yeTyCs","isActive","168345qKYpsG","2546032ejicrO","902150pcugIY","includes","element","createRangeIn","getItems","name","execute","_parsedData","303224VNZdlS","6DdVtAd","723531pOmJkz","2900640csfGIm","font","content"];return(it=function(){return t})()}!function(t){const e=st,n=t();for(;;)try{if(379430===-parseInt(e(420))/1+parseInt(e(408))/2*(-parseInt(e(409))/3)+-parseInt(e(421))/4+parseInt(e(422))/5+-parseInt(e(410))/6+parseInt(e(416))/7*(parseInt(e(407))/8)+parseInt(e(413))/9*(parseInt(e(418))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(it);class ot extends C{[rt(405)](t){const n=rt,{body:r}=t[n(406)],s=new e.ViewUpcastWriter(r[n(415)]),i=s[n(425)](r),o=new e.ViewDocument(s[n(415)][n(414)]),c=[...new e.ViewDomConverter(o)[n(417)],n(411)],a=i[n(426)]();for(const t of a)if(t.is(n(424))&&c[n(423)](t[n(427)])){nt(t,s,et(t))}t[n(412)]=r}[rt(419)](t){return super[rt(419)](t)||T(t)}}function ct(){const t=["isOfficialPlugin","view","73230LmoBZy","get","pasteFromOfficeEnhancedLicenseKeyValid","featureNotAllowed","_licenseKeyCheckInterval","2527264zAWQsJ","_showLicenseError","pluginName","106891jxkbBG","pasteFromOfficeEnhancedLicenseKeyNotAllowed","invalid","requires","2217846fvSCQm","plugins","ClipboardPipeline","pasteFromOfficeEnhancedLicenseKeyDomainLimit","init","evaluationLimit","540QXAGrJ","expired","editor","898623FDRGBc","licenseKey","PasteFromOfficeEnhancedPropagator","inputTransformation","stylesProcessor","getData","2ZRcYrh","isActive","execute","usageLimit","_parsedData","PasteFromOfficeEnhanced","dataTransfer","text/html","pasteFromOfficeEnhancedLicenseKeyInvalid","pasteFromOfficeEnhancedLicenseKeyEvaluationLimit","pasteFromOfficeEnhancedLicenseKeyExpired","73185jNCbrH","10vhLgWF","destroy","isPremiumPlugin","high","PasteFromOffice","config","domainLimit","editing","60rKGJkL","326385eQvwZA","pasteFromOfficeEnhancedLicenseKeyUsageLimit","document"];return(ct=function(){return t})()}const at=lt;function lt(t,e){const n=ct();return(lt=function(t,e){return n[t-=344]})(t,e)}!function(t){const e=lt,n=t();for(;;)try{if(486249===parseInt(e(392))/1*(parseInt(e(358))/2)+parseInt(e(396))/3+parseInt(e(378))/4*(parseInt(e(384))/5)+parseInt(e(349))/6*(-parseInt(e(369))/7)+parseInt(e(389))/8+-parseInt(e(379))/9*(parseInt(e(370))/10)+parseInt(e(352))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ct);class ut extends t.Plugin{[at(353)];[at(388)];static get[at(391)](){return at(354)}static get[at(382)](){return!0}static get[at(372)](){return!0}static get[at(395)](){return[at(374)]}[at(347)](){const t=at,e=this[t(351)],n=e[t(344)][t(385)](t(345)),r=e[t(377)][t(383)][t(381)],s=new ot(r);n.on(t(355),(e,n)=>{const i=t,o=n[i(364)][i(357)](i(365));s[i(359)](o)&&(n[i(362)]||(n[i(362)]=L(o,r[i(356)])),s[i(360)](n))},{priority:O.priorities[t(385)](t(373))+10}),this[t(353)]=this[t(351)][t(375)][t(385)](t(353));const i=this[t(351)];this[t(388)]=setInterval(()=>{const e=t;let n;for(const t in i){const r=t,s=i[r];if(e(386)==s||e(366)==s||e(368)==s||e(346)==s||e(393)==s||e(367)==s||e(380)==s){delete i[r],n=s,clearInterval(this[e(388)]),this[e(388)]=void 0;break}}e(366)==n&&i[e(390)](e(394)),e(368)==n&&i[e(390)](e(350)),e(346)==n&&i[e(390)](e(376)),e(393)==n&&i[e(390)](e(387),e(363)),e(367)==n&&i[e(390)](e(348)),e(380)==n&&i[e(390)](e(361))},1e3)}[at(371)](){const t=at;super[t(371)](),this[t(388)]&&clearInterval(this[t(388)])}}var ft=mt;function pt(){var t=["5811264wwUBNB","3400306jiHkJM","50biEbrF","181736HfvIUw","1104gMyfbD","isOfficialPlugin","PasteFromOffice","2134649yMNTGx","pluginName","5cuiLDF","57951iykgSn","21980HBlyCb","requires","3055544eyqTbK","4WwlWkJ","PasteFromOfficeEnhanced","isPremiumPlugin"];return(pt=function(){return t})()}function mt(t,e){var n=pt();return(mt=function(t,e){return n[t-=226]})(t,e)}!function(t){for(var e=mt,n=t();;)try{if(594625===parseInt(e(232))/1*(-parseInt(e(226))/2)+-parseInt(e(233))/3*(-parseInt(e(237))/4)+parseInt(e(234))/5*(parseInt(e(227))/6)+-parseInt(e(241))/7+parseInt(e(236))/8+-parseInt(e(240))/9+parseInt(e(242))/10*(parseInt(e(230))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(pt);class dt extends t.Plugin{static get[ft(231)](){return ft(238)}static get[ft(228)](){return!0}static get[ft(239)](){return!0}static get[ft(235)](){return[ft(229),H,ut]}}function gt(t,e){var n=ht();return(gt=function(t,e){return n[t-=103]})(t,e)}function ht(){var t=["24418TCcpJG","3307020hHEKwW","12255642WNbJdu","118108AewSZb","366RZbwmD","765530tJZogU","215RTsMDM","13873408mNWNJF","7NRHtOC","1374255OuwSYD","330bajemU"];return(ht=function(){return t})()}!function(t){for(var e=gt,n=t();;)try{if(881230===-parseInt(e(111))/1+parseInt(e(113))/2*(-parseInt(e(106))/3)+parseInt(e(105))/4*(parseInt(e(108))/5)+-parseInt(e(103))/6*(-parseInt(e(110))/7)+-parseInt(e(109))/8+parseInt(e(104))/9+-parseInt(e(107))/10*(-parseInt(e(112))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ht)})(),(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 _0x4e03fc}from'@ckeditor/ckeditor5-core/dist/index.js';import{PasteFromOfficeMSWordNormalizer as _0x3784e7,parsePasteOfficeHtml as _0x172700}from'@ckeditor/ckeditor5-paste-from-office/dist/index.js';import{priorities as _0x1f62fd,uid as _0x351e0f}from'@ckeditor/ckeditor5-utils/dist/index.js';import{ViewUpcastWriter as _0x1dbe63,ViewDocument as _0x290ec1,ViewDomConverter as _0xbbfd36}from'@ckeditor/ckeditor5-engine/dist/index.js';const m=/<meta\s*name="?generator"?\s*content="?microsoft\s*excel\s*\d+"?\/?>/i;function p(_0x2e5bd6){return m['test'](_0x2e5bd6);}const S=/^(?<tagName>(?!\.)[\w-]+)?(\.(?<className>[\w-]+))?$/i;function j(_0x168c46,_0x5f4674){const _0x1cc023=new Map();for(const [_0x5bb7bc,_0x5c75b0]of _0x5f4674){if(!_0x5bb7bc['tagName']&&!_0x5bb7bc['className'])continue;const _0xd66031=!_0x5bb7bc['tagName']||_0x168c46['name']===_0x5bb7bc['tagName'],_0x11dfad=!_0x5bb7bc['className']||_0x168c46['hasClass'](_0x5bb7bc['className']);_0xd66031&&_0x11dfad&&_0x1cc023['set'](_0x5bb7bc,_0x5c75b0);}return _0x1cc023;}function h(_0x1fa061){const _0x5ef405={};for(let _0x436257=0x0;_0x436257<_0x1fa061['length'];_0x436257++){const _0x3a23fb=_0x1fa061[_0x436257],_0x26d209=_0x1fa061['getPropertyValue'](_0x3a23fb);'initial'!==_0x26d209&&(_0x5ef405[_0x3a23fb]=_0x26d209);}return _0x5ef405;}function O(_0x29b61a){const _0x3336c5=_0x29b61a['split'](',')['map'](_0x387d73=>_0x387d73['trim']()),_0x34b757=[];for(const _0x3bda55 of _0x3336c5){const _0x29ceff=S['exec'](_0x3bda55);_0x29ceff&&_0x34b757['push'](_0x29ceff['groups']);}return _0x34b757;}function k(_0x4922c2){const _0x2b57f4={};for(const _0x5d636c of _0x4922c2)Object['assign'](_0x2b57f4,_0x5d636c);return _0x2b57f4;}class c extends _0x3784e7{['execute'](_0x3b0205){const {body:_0x37f445,styles:_0x687899}=_0x3b0205['_parsedData'],_0x2d4e17=new _0x1dbe63(_0x37f445['document']),_0x37c8d5=_0x2d4e17['createRangeIn'](_0x37f445),_0x4e3f7d=function(_0x3f8c69){const _0x3befd4={};for(const _0x8a6ea4 of _0x3f8c69)for(const _0x12ad3c of _0x8a6ea4['cssRules'])if(_0x12ad3c instanceof CSSStyleRule){const _0x4dfcad=h(_0x12ad3c['style']);_0x3befd4[_0x12ad3c['selectorText']]=Object['assign']({},_0x3befd4[_0x12ad3c['selectorText']]||{},_0x4dfcad);}return _0x3befd4;}(_0x687899),_0x899942=function(_0x1b0852){const _0xf994c3=new Map();for(const _0x1c32c1 in _0x1b0852){const _0x32ff28=O(_0x1c32c1),_0x37b7eb=_0x1b0852[_0x1c32c1];for(const _0x20618e of _0x32ff28)_0xf994c3['set'](_0x20618e,_0x37b7eb);}return _0xf994c3;}(_0x4e3f7d);for(const _0x5bf67b of _0x37c8d5){if('elementStart'!==_0x5bf67b['type'])continue;const _0x2afc1e=j(_0x5bf67b['item'],_0x899942);if(_0x2afc1e['size']){const _0x546767=k(Array['from'](_0x2afc1e['values']()));for(const _0x38b60a in _0x546767){const _0x507f1a=_0x5bf67b['item'];_0x507f1a['hasStyle'](_0x38b60a)||_0x2d4e17['setStyle'](_0x38b60a,_0x546767[_0x38b60a],_0x507f1a);}}}_0x3b0205['content']=_0x37f445;}['isActive'](_0x384384){return super['isActive'](_0x384384)||p(_0x384384);}}class i extends _0x4e03fc{static get['pluginName'](){return'PasteFromOfficeEnhancedInliner';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return['PasteFromOffice'];}['init'](){const _0x16a2d7=this['editor'],_0x25b93e=_0x16a2d7['plugins']['get']('ClipboardPipeline'),_0x3517c3=_0x16a2d7['editing']['view']['document'],_0x1363ab=new c(_0x3517c3);_0x25b93e['on']('inputTransformation',(_0x115931,_0x3bc63b)=>{const _0x2811a4=_0x3bc63b['dataTransfer']['getData']('text/html');_0x1363ab['isActive'](_0x2811a4)&&(_0x3bc63b['_parsedData']||(_0x3bc63b['_parsedData']=_0x172700(_0x2811a4,_0x3517c3['stylesProcessor'])),_0x1363ab['execute'](_0x3bc63b));},{'priority':_0x1f62fd['get']('high')+0xb});}['afterInit'](){!async function(_0x227a4f){const _0x187692=_0x5a8362([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]),_0x9f10fc=0x7374585f,_0x4e8d7f=0x7373d237^_0x9f10fc,_0x8773dc=window[_0x5a8362([0x44,0x61,0x74,0x65])][_0x5a8362([0x6e,0x6f,0x77])](),_0xb4b7a0=_0x227a4f[_0x5a8362([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x4078f5=new window[(_0x5a8362([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x20806f=>{_0xb4b7a0[_0x5a8362([0x6f,0x6e,0x63,0x65])](_0x5a8362([0x72,0x65,0x61,0x64,0x79]),_0x20806f);}),_0x58b6db={[_0x5a8362([0x6b,0x74,0x79])]:_0x5a8362([0x45,0x43]),[_0x5a8362([0x75,0x73,0x65])]:_0x5a8362([0x73,0x69,0x67]),[_0x5a8362([0x63,0x72,0x76])]:_0x5a8362([0x50,0x2d,0x32,0x35,0x36]),[_0x5a8362([0x78])]:_0x5a8362([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]),[_0x5a8362([0x79])]:_0x5a8362([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]),[_0x5a8362([0x61,0x6c,0x67])]:_0x5a8362([0x45,0x53,0x32,0x35,0x36])},_0x45661d=_0xb4b7a0[_0x5a8362([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x5a8362([0x67,0x65,0x74])](_0x5a8362([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x2d51a9(){let _0x2fbc58,_0x4c8db7=null,_0x401c7c=null;try{if(_0x45661d==_0x5a8362([0x47,0x50,0x4c]))return _0x5a8362([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x2fbc58=_0x5d848e(),!_0x2fbc58)return _0x5a8362([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x2fbc58[_0x5a8362([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x401c7c=_0x5b2861(_0x2fbc58[_0x5a8362([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x2fbc58[_0x5a8362([0x6a,0x74,0x69])])),await _0x4d6ad4()?_0xcb647e()?_0x1622c2()?_0x5a8362([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x3bcb36()?(_0x2fbc58[_0x5a8362([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x5a8362([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x4c8db7=_0x4d3dd9(_0x5a8362([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),await _0xf23cbb()):_0x5a8362([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x5a8362([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x5a8362([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x5a8362([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x1622c2(){const _0x3dac84=[_0x5a8362([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x5a8362([0x74,0x72,0x69,0x61,0x6c])][_0x5a8362([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2fbc58[_0x5a8362([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x8773dc/0x3e8:0xe10*_0x4e8d7f;return _0x2fbc58[_0x5a8362([0x65,0x78,0x70])]<_0x3dac84;}function _0xcb647e(){const _0x143145=_0x2fbc58[_0x5a8362([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x143145&&(!!_0x143145[_0x5a8362([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5a8362([0x2a]))||(!!_0x143145[_0x5a8362([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5a8362([0x50,0x4f,0x45]))||(!!_0x143145[_0x5a8362([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5a8362([0x50,0x50]))||!(!_0x143145[_0x5a8362([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5a8362([0x54,0x52,0x49,0x4c,0x49,0x55,0x4d]))||!_0x3f13f4()))));}function _0x3bcb36(){const _0x151dc7=_0x2fbc58[_0x5a8362([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x151dc7||0x0==_0x151dc7[_0x5a8362([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x4fe2cd}=new URL(window[_0x5a8362([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x151dc7[_0x5a8362([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4fe2cd))return!0x0;const _0x7382e0=_0x4fe2cd[_0x5a8362([0x73,0x70,0x6c,0x69,0x74])](_0x5a8362([0x2e]));return _0x151dc7[_0x5a8362([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x16d24e=>_0x16d24e[_0x5a8362([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5a8362([0x2a])))[_0x5a8362([0x6d,0x61,0x70])](_0x12240f=>_0x12240f[_0x5a8362([0x73,0x70,0x6c,0x69,0x74])](_0x5a8362([0x2e])))[_0x5a8362([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x58ebb0=>_0x58ebb0[_0x5a8362([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x7382e0[_0x5a8362([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x5a8362([0x6d,0x61,0x70])](_0x4a0f31=>Array(_0x7382e0[_0x5a8362([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x4a0f31[_0x5a8362([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x5a8362([0x66,0x69,0x6c,0x6c])](_0x4a0f31[0x0]===_0x5a8362([0x2a])?_0x5a8362([0x2a]):'')[_0x5a8362([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x4a0f31))[_0x5a8362([0x73,0x6f,0x6d,0x65])](_0x12290b=>_0x7382e0[_0x5a8362([0x65,0x76,0x65,0x72,0x79])]((_0x5d3aa8,_0x4d9083)=>_0x12290b[_0x4d9083]===_0x5d3aa8||_0x12290b[_0x4d9083]===_0x5a8362([0x2a])));}function _0xf23cbb(){return _0x4c8db7&&_0x401c7c?new window[(_0x5a8362([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x38a5ee,_0x78aa5e)=>{_0x4c8db7[_0x5a8362([0x74,0x68,0x65,0x6e])](_0x38a5ee,_0x78aa5e),_0x401c7c[_0x5a8362([0x74,0x68,0x65,0x6e])](_0x4a8f72=>{_0x4a8f72!=_0x5a8362([0x56,0x61,0x6c,0x69,0x64])&&_0x38a5ee(_0x4a8f72);},_0x78aa5e);}):_0x4c8db7||_0x401c7c||_0x5a8362([0x56,0x61,0x6c,0x69,0x64]);}}function _0x5b2861(_0x30273a,_0x5f0caa){return new window[(_0x5a8362([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0xa74d65=>{if(_0x1c36ae())return _0xa74d65(_0x5a8362([0x56,0x61,0x6c,0x69,0x64]));_0x418a4a(),_0xb4b7a0[_0x5a8362([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x5a8362([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x1017a0=!0x1;const _0x3b3b39=_0x351e0f();function _0x996f72(_0x45e5da){return!!_0x45e5da&&(typeof _0x45e5da===_0x5a8362([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x45e5da===_0x5a8362([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x45e5da[_0x5a8362([0x74,0x68,0x65,0x6e])]===_0x5a8362([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x45e5da[_0x5a8362([0x63,0x61,0x74,0x63,0x68])]===_0x5a8362([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x516024(_0x1f1a2b){_0x2437b6(_0x1f1a2b)[_0x5a8362([0x74,0x68,0x65,0x6e])](_0x4ed965=>{if(!_0x4ed965||_0x4ed965[_0x5a8362([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x5a8362([0x6f,0x6b]))return _0x5a8362([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x28efe7(_0x1b40d0(_0x3b3b39+_0x5f0caa))!=_0x4ed965[_0x5a8362([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x5a8362([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x5a8362([0x56,0x61,0x6c,0x69,0x64]);})[_0x5a8362([0x74,0x68,0x65,0x6e])](_0x3d0699=>(_0x578bfb(),_0x3d0699),()=>{const _0x470e9e=_0x2ec594();return null==_0x470e9e?(_0x578bfb(),_0x5a8362([0x56,0x61,0x6c,0x69,0x64])):_0x5a8362(_0x8773dc-_0x470e9e>(0x5778dc5f^_0x9f10fc)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x5a8362([0x74,0x68,0x65,0x6e])](_0xa74d65)[_0x5a8362([0x63,0x61,0x74,0x63,0x68])](()=>{_0xa74d65(_0x5a8362([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x57a589=0x7342b6df^_0x9f10fc;function _0x578bfb(){const _0x2a302c=_0x5a8362([0x6c,0x6c,0x63,0x74,0x2d])+_0x28efe7(_0x1b40d0(_0x30273a)),_0x21b4a8=_0x1f3d2a(_0x28efe7(window[_0x5a8362([0x4d,0x61,0x74,0x68])][_0x5a8362([0x63,0x65,0x69,0x6c])](_0x8773dc/_0x57a589)));window[_0x5a8362([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x5a8362([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x2a302c,_0x21b4a8);}function _0x2ec594(){const _0x1a1341=_0x5a8362([0x6c,0x6c,0x63,0x74,0x2d])+_0x28efe7(_0x1b40d0(_0x30273a)),_0x4209f6=window[_0x5a8362([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x5a8362([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x1a1341);return _0x4209f6?window[_0x5a8362([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x1f3d2a(_0x4209f6),0x10)*_0x57a589:null;}function _0x2437b6(_0x261a72){return new window[(_0x5a8362([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x501733,_0x5831aa)=>{_0x261a72[_0x5a8362([0x74,0x68,0x65,0x6e])](_0x501733,_0x5831aa),window[_0x5a8362([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x5831aa,0x73758c9f^_0x9f10fc);});}}_0xb4b7a0[_0x5a8362([0x6f,0x6e])](_0x5a8362([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x4001c4,_0x5a4ffd)=>{if(_0x5a4ffd[0x0]!=_0x30273a)return _0xa74d65(_0x5a8362([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x5a4ffd[0x1]={..._0x5a4ffd[0x1],[_0x5a8362([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x3b3b39};},{[_0x5a8362([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x5a8362([0x68,0x69,0x67,0x68])}),_0xb4b7a0[_0x5a8362([0x6f,0x6e])](_0x5a8362([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x187a11=>{_0x996f72(_0x187a11[_0x5a8362([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x1017a0=!0x0,_0x516024(_0x187a11[_0x5a8362([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x5a8362([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x5a8362([0x6c,0x6f,0x77])}),_0x4078f5[_0x5a8362([0x74,0x68,0x65,0x6e])](()=>{_0x1017a0||_0xa74d65(_0x5a8362([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x1c36ae(){return _0xb4b7a0[_0x5a8362([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x5a8362([0x76,0x69,0x65,0x77])][_0x5a8362([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x5a8362([0x61,0x75,0x74,0x6f]);}function _0x418a4a(){_0xb4b7a0[_0x5a8362([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x5a8362([0x76,0x69,0x65,0x77])][_0x5a8362([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x5a8362([0x61,0x75,0x74,0x6f]);}}function _0x4d3dd9(_0x363cbe){const _0x28e063=[new window[(_0x5a8362([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x3023c0=>setTimeout(_0x3023c0,0x737d6693^_0x9f10fc)),_0x4078f5[_0x5a8362([0x74,0x68,0x65,0x6e])](()=>new window[(_0x5a8362([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x174665=>{let _0x1be1da=0x0;_0xb4b7a0[_0x5a8362([0x6d,0x6f,0x64,0x65,0x6c])][_0x5a8362([0x6f,0x6e])](_0x5a8362([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x14f3c4,_0x2137b9)=>{_0x2137b9[0x0][_0x5a8362([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x1be1da++,_0x1be1da==(0x73745db7^_0x9f10fc)&&(_0x174665(),_0x14f3c4[_0x5a8362([0x6f,0x66,0x66])]());});}))];return window[_0x5a8362([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x5a8362([0x72,0x61,0x63,0x65])](_0x28e063)[_0x5a8362([0x74,0x68,0x65,0x6e])](()=>_0x363cbe);}async function _0x57a1a4(){await _0x4078f5,_0xb4b7a0[_0x5a8362([0x6d,0x6f,0x64,0x65,0x6c])][_0x5a8362([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x1f3678,_0xb4b7a0[_0x5a8362([0x6d,0x6f,0x64,0x65,0x6c])][_0x5a8362([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x1f3678,_0xb4b7a0[_0x5a8362([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x5a8362([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x3f13f4(){return window[_0x5a8362([0x67,0x6c,0x6f,0x62])]&&window[_0x5a8362([0x67,0x6c,0x6f,0x62])][_0x5a8362([0x74,0x72,0x69,0x6c,0x69,0x75,0x6d,0x56,0x65,0x72,0x73,0x69,0x6f,0x6e])];}function _0x7092cb(_0xe8d6ec){const _0x34b41d=_0x2aef18();_0xb4b7a0[_0x34b41d]=_0x5a8362([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])+_0xe8d6ec,_0xe8d6ec!=_0x5a8362([0x56,0x61,0x6c,0x69,0x64])&&_0x57a1a4();}function _0x2aef18(){const _0x563c67=window[_0x5a8362([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x5a8362([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x5a8362([0x6e,0x6f,0x77])]())[_0x5a8362([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x5a8362([0x2e]),'');let _0x42a7d9=_0x5a8362([0x73]);for(let _0x5692cc=0x0;_0x5692cc<_0x563c67[_0x5a8362([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x5692cc+=0x2){let _0x323d5a=window[_0x5a8362([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x563c67[_0x5a8362([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x5692cc,_0x5692cc+0x2));_0x323d5a>=_0x187692[_0x5a8362([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x323d5a-=_0x187692[_0x5a8362([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x42a7d9+=_0x187692[_0x323d5a];}return _0x42a7d9;}function _0x5d848e(){const _0x20b33c=_0x45661d[_0x5a8362([0x73,0x70,0x6c,0x69,0x74])](_0x5a8362([0x2e]));if(0x3!=_0x20b33c[_0x5a8362([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x553181(_0x20b33c[0x1]);function _0x553181(_0x3cd580){const _0x5b11dc=_0x10344e(_0x3cd580);return _0x5b11dc&&_0x3072b1()?_0x5b11dc:null;function _0x3072b1(){const _0x2835c3=_0x5b11dc[_0x5a8362([0x6a,0x74,0x69])],_0xbc3b17=window[_0x5a8362([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x2835c3[_0x5a8362([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x2835c3[_0x5a8362([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x121a88={..._0x5b11dc,[_0x5a8362([0x6a,0x74,0x69])]:_0x2835c3[_0x5a8362([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x2835c3[_0x5a8362([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x121a88[_0x5a8362([0x76,0x63])],_0x1b40d0(_0x121a88)==_0xbc3b17;}}}async function _0x4d6ad4(){let _0x272b25=!0x0;try{const _0x534c31=_0x45661d[_0x5a8362([0x73,0x70,0x6c,0x69,0x74])](_0x5a8362([0x2e])),[_0x229bbd,_0x4a28c9,_0x20b5a1]=_0x534c31;return _0x4d7364(_0x229bbd),await _0x18a302(_0x229bbd,_0x4a28c9,_0x20b5a1),_0x272b25;}catch{return!0x1;}function _0x4d7364(_0x31a6fa){const _0x21e170=_0x10344e(_0x31a6fa);_0x21e170&&_0x21e170[_0x5a8362([0x61,0x6c,0x67])]==_0x5a8362([0x45,0x53,0x32,0x35,0x36])||(_0x272b25=!0x1);}async function _0x18a302(_0x7ca01e,_0x12af74,_0x204358){const _0x505cec=window[_0x5a8362([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x5a8362([0x66,0x72,0x6f,0x6d])](_0x3c72c7(_0x204358),_0x26a3f1=>_0x26a3f1[_0x5a8362([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x52c113=new window[(_0x5a8362([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x5a8362([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x7ca01e+_0x5a8362([0x2e])+_0x12af74),_0x258771=window[_0x5a8362([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x5a8362([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x258771)return;const _0xa33e13=await _0x258771[_0x5a8362([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x5a8362([0x6a,0x77,0x6b]),_0x58b6db,{[_0x5a8362([0x6e,0x61,0x6d,0x65])]:_0x5a8362([0x45,0x43,0x44,0x53,0x41]),[_0x5a8362([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x5a8362([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x5a8362([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x258771[_0x5a8362([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x5a8362([0x6e,0x61,0x6d,0x65])]:_0x5a8362([0x45,0x43,0x44,0x53,0x41]),[_0x5a8362([0x68,0x61,0x73,0x68])]:{[_0x5a8362([0x6e,0x61,0x6d,0x65])]:_0x5a8362([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0xa33e13,_0x505cec,_0x52c113)||(_0x272b25=!0x1);}}function _0x10344e(_0x316bac){return _0x316bac[_0x5a8362([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x5a8362([0x65,0x79]))?JSON[_0x5a8362([0x70,0x61,0x72,0x73,0x65])](_0x3c72c7(_0x316bac)):null;}function _0x3c72c7(_0x466bdd){return window[_0x5a8362([0x61,0x74,0x6f,0x62])](_0x466bdd[_0x5a8362([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x5a8362([0x2b]))[_0x5a8362([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x5a8362([0x2f])));}function _0x1b40d0(_0x2553fb){let _0x19ac99=0x1505;function _0x406107(_0x3712c5){for(let _0x3f55aa=0x0;_0x3f55aa<_0x3712c5[_0x5a8362([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x3f55aa++){const _0x276e0c=_0x3712c5[_0x5a8362([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x3f55aa);_0x19ac99=(_0x19ac99<<0x5)+_0x19ac99+_0x276e0c,_0x19ac99&=_0x19ac99;}}function _0x22fe19(_0x525f96){Array[_0x5a8362([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x525f96)?_0x525f96[_0x5a8362([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x22fe19):_0x525f96&&typeof _0x525f96==_0x5a8362([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x5a8362([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x525f96)[_0x5a8362([0x73,0x6f,0x72,0x74])]()[_0x5a8362([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x28f4f8,_0x66f33d])=>{_0x406107(_0x28f4f8),_0x22fe19(_0x66f33d);}):_0x406107(window[_0x5a8362([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x525f96));}return _0x22fe19(_0x2553fb),_0x19ac99>>>0x0;}function _0x28efe7(_0x3888be){return _0x3888be[_0x5a8362([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x5a8362([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x5a8362([0x30]));}function _0x1f3d2a(_0x4b8ccf){return _0x4b8ccf[_0x5a8362([0x73,0x70,0x6c,0x69,0x74])]('')[_0x5a8362([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x5a8362([0x6a,0x6f,0x69,0x6e])]('');}function _0x1f3678(){}function _0x5a8362(_0x55ca41){return _0x55ca41['map'](_0x114074=>String['fromCharCode'](_0x114074))['join']('');}_0x7092cb(await _0x2d51a9());}(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'],[_0x281d68=>Number(_0x281d68)>=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(_0x2c599c){return E['includes'](_0x2c599c);}function g(_0x421add){return Array['from'](_0x421add['getStyleNames']())['filter'](L);}function b(_0x3b4e9a,_0x3f0eb2,_0x1d1930){const {spanStyles:_0x3c1bbb,stylesToBeHtmlElements:_0x5b8d94}=function(_0x159710,_0x67a1d2){const _0xbf97fd={},_0x282640={};return _0x67a1d2['forEach'](_0x4fbf2f=>{const _0x1af681=_0x159710['getStyle'](_0x4fbf2f);if(_0x1af681){if(function(_0x2fc878){return P['includes'](_0x2fc878);}(_0x4fbf2f))_0xbf97fd[_0x4fbf2f]=_0x1af681;else{if(function(_0x3c1d57){return _0x3c1d57 in F;}(_0x4fbf2f)){const _0x2e9a80=_0x1af681['split']('\x20');F[_0x4fbf2f]['forEach'](([_0x3e8881,_0x222a5e])=>{for(const _0x878ddb of _0x2e9a80){('function'==typeof _0x3e8881&&_0x3e8881(_0x878ddb)||_0x3e8881===_0x878ddb)&&(_0x282640[_0x4fbf2f]=[..._0x282640[_0x4fbf2f]||[],[_0x3e8881,_0x222a5e]]);}});}}}}),{'spanStyles':_0xbf97fd,'stylesToBeHtmlElements':_0x282640};}(_0x3b4e9a,_0x1d1930);!function(_0x5a6fc1,_0x1a3887,_0x586d2f){for(const _0x2aaf15 in _0x586d2f){_0x586d2f[_0x2aaf15]['forEach'](([,_0x184d63])=>{const _0x4a14a7=_0x1a3887['createElement'](_0x184d63,[],_0x5a6fc1['getChildren']());_0x1a3887['insertChild'](0x0,_0x4a14a7,_0x5a6fc1);}),_0x1a3887['removeStyle'](_0x2aaf15,_0x5a6fc1);}}(_0x3b4e9a,_0x3f0eb2,_0x5b8d94),function(_0xe11f45,_0x42c392,_0x1314ae){if(!Object['keys'](_0x1314ae)['length'])return;const _0x2e59f3=_0x42c392['createElement']('span',[],_0xe11f45['getChildren']());_0x42c392['setStyle'](_0x1314ae,_0x2e59f3),_0x42c392['insertChild'](0x0,_0x2e59f3,_0xe11f45),_0x42c392['removeStyle'](Object['keys'](_0x1314ae),_0xe11f45);}(_0x3b4e9a,_0x3f0eb2,_0x3c1bbb);}class a extends _0x3784e7{['execute'](_0x571e24){const {body:_0x254c5f}=_0x571e24['_parsedData'],_0x37fbce=new _0x1dbe63(_0x254c5f['document']),_0x1ab890=_0x37fbce['createRangeIn'](_0x254c5f),_0x15b01f=new _0x290ec1(_0x37fbce['document']['stylesProcessor']),_0x169062=[...new _0xbbfd36(_0x15b01f)['blockElements'],'font'],_0x4f3e1d=_0x1ab890['getItems']();for(const _0x5dc7d3 of _0x4f3e1d)_0x5dc7d3['is']('element')&&_0x169062['includes'](_0x5dc7d3['name'])&&b(_0x5dc7d3,_0x37fbce,g(_0x5dc7d3));_0x571e24['content']=_0x254c5f;}['isActive'](_0x37c0ed){return super['isActive'](_0x37c0ed)||p(_0x37c0ed);}}class s extends _0x4e03fc{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'PasteFromOfficeEnhancedPropagator';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return['PasteFromOffice'];}['init'](){const _0x110c72=this['editor'],_0x1e2887=_0x110c72['plugins']['get']('ClipboardPipeline'),_0x1eb370=_0x110c72['editing']['view']['document'],_0xe42155=new a(_0x1eb370);_0x1e2887['on']('inputTransformation',(_0x5db3d9,_0x3feb7c)=>{const _0x22180d=_0x3feb7c['dataTransfer']['getData']('text/html');_0xe42155['isActive'](_0x22180d)&&(_0x3feb7c['_parsedData']||(_0x3feb7c['_parsedData']=_0x172700(_0x22180d,_0x1eb370['stylesProcessor'])),_0xe42155['execute'](_0x3feb7c));},{'priority':_0x1f62fd['get']('high')+0xa}),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x5b4094=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0xdfe276;for(const _0x19ed35 in _0x5b4094){const _0x37e6a2=_0x19ed35,_0x1673cf=_0x5b4094[_0x37e6a2];if('pasteFromOfficeEnhancedLicenseKeyValid'==_0x1673cf||'pasteFromOfficeEnhancedLicenseKeyInvalid'==_0x1673cf||'pasteFromOfficeEnhancedLicenseKeyExpired'==_0x1673cf||'pasteFromOfficeEnhancedLicenseKeyDomainLimit'==_0x1673cf||'pasteFromOfficeEnhancedLicenseKeyNotAllowed'==_0x1673cf||'pasteFromOfficeEnhancedLicenseKeyEvaluationLimit'==_0x1673cf||'pasteFromOfficeEnhancedLicenseKeyUsageLimit'==_0x1673cf){delete _0x5b4094[_0x37e6a2],_0xdfe276=_0x1673cf,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'pasteFromOfficeEnhancedLicenseKeyInvalid'==_0xdfe276&&_0x5b4094['_showLicenseError']('invalid'),'pasteFromOfficeEnhancedLicenseKeyExpired'==_0xdfe276&&_0x5b4094['_showLicenseError']('expired'),'pasteFromOfficeEnhancedLicenseKeyDomainLimit'==_0xdfe276&&_0x5b4094['_showLicenseError']('domainLimit'),'pasteFromOfficeEnhancedLicenseKeyNotAllowed'==_0xdfe276&&_0x5b4094['_showLicenseError']('featureNotAllowed','PasteFromOfficeEnhanced'),'pasteFromOfficeEnhancedLicenseKeyEvaluationLimit'==_0xdfe276&&_0x5b4094['_showLicenseError']('evaluationLimit'),'pasteFromOfficeEnhancedLicenseKeyUsageLimit'==_0xdfe276&&_0x5b4094['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}class PasteFromOfficeEnhanced extends _0x4e03fc{static get['pluginName'](){return'PasteFromOfficeEnhanced';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return['PasteFromOffice',i,s];}}export{PasteFromOfficeEnhanced};
|
|
23
|
+
import{Plugin as _0x44e555}from'@ckeditor/ckeditor5-core/dist/index.js';import{PasteFromOfficeMSWordNormalizer as _0x105804,parsePasteOfficeHtml as _0x5447df}from'@ckeditor/ckeditor5-paste-from-office/dist/index.js';import{priorities as _0x53218d,uid as _0x581f0e}from'@ckeditor/ckeditor5-utils/dist/index.js';import{ViewUpcastWriter as _0x497558,ViewDocument as _0x4f38ec,ViewDomConverter as _0x13394b}from'@ckeditor/ckeditor5-engine/dist/index.js';const m=/<meta\s*name="?generator"?\s*content="?microsoft\s*excel\s*\d+"?\/?>/i;function p(_0x160268){return m['test'](_0x160268);}const S=/^(?<tagName>(?!\.)[\w-]+)?(\.(?<className>[\w-]+))?$/i;function j(_0xc65cb5,_0x3df38e){const _0x478b6a=new Map();for(const [_0x594ed1,_0x541880]of _0x3df38e){if(!_0x594ed1['tagName']&&!_0x594ed1['className'])continue;const _0x58243e=!_0x594ed1['tagName']||_0xc65cb5['name']===_0x594ed1['tagName'],_0x591b0f=!_0x594ed1['className']||_0xc65cb5['hasClass'](_0x594ed1['className']);_0x58243e&&_0x591b0f&&_0x478b6a['set'](_0x594ed1,_0x541880);}return _0x478b6a;}function h(_0x5da3ff){const _0x49e782={};for(let _0x25458d=0x0;_0x25458d<_0x5da3ff['length'];_0x25458d++){const _0x189e3e=_0x5da3ff[_0x25458d],_0x3ca87e=_0x5da3ff['getPropertyValue'](_0x189e3e);'initial'!==_0x3ca87e&&(_0x49e782[_0x189e3e]=_0x3ca87e);}return _0x49e782;}function O(_0x3cb7f2){const _0x140d7d=_0x3cb7f2['split'](',')['map'](_0x2e47a7=>_0x2e47a7['trim']()),_0x356807=[];for(const _0x1219ce of _0x140d7d){const _0x2fb2ff=S['exec'](_0x1219ce);_0x2fb2ff&&_0x356807['push'](_0x2fb2ff['groups']);}return _0x356807;}function k(_0x165c52){const _0x3667b9={};for(const _0x446715 of _0x165c52)Object['assign'](_0x3667b9,_0x446715);return _0x3667b9;}class c extends _0x105804{['execute'](_0x2350f8){const {body:_0xfa17e4,styles:_0x3b708b}=_0x2350f8['_parsedData'],_0x39c4ef=new _0x497558(_0xfa17e4['document']),_0x2860a1=_0x39c4ef['createRangeIn'](_0xfa17e4),_0x119f36=function(_0x57faa3){const _0x4cd7a4={};for(const _0x139d69 of _0x57faa3)for(const _0x2cc88d of _0x139d69['cssRules'])if(_0x2cc88d instanceof CSSStyleRule){const _0x5a57b1=h(_0x2cc88d['style']);_0x4cd7a4[_0x2cc88d['selectorText']]=Object['assign']({},_0x4cd7a4[_0x2cc88d['selectorText']]||{},_0x5a57b1);}return _0x4cd7a4;}(_0x3b708b),_0x2f2a4a=function(_0xa581ff){const _0x4da8a4=new Map();for(const _0xe7d5f1 in _0xa581ff){const _0x28733b=O(_0xe7d5f1),_0x36da75=_0xa581ff[_0xe7d5f1];for(const _0x56593b of _0x28733b)_0x4da8a4['set'](_0x56593b,_0x36da75);}return _0x4da8a4;}(_0x119f36);for(const _0x18af7f of _0x2860a1){if('elementStart'!==_0x18af7f['type'])continue;const _0x210de0=j(_0x18af7f['item'],_0x2f2a4a);if(_0x210de0['size']){const _0x498ad3=k(Array['from'](_0x210de0['values']()));for(const _0x1e0af3 in _0x498ad3){const _0x394a62=_0x18af7f['item'];_0x394a62['hasStyle'](_0x1e0af3)||_0x39c4ef['setStyle'](_0x1e0af3,_0x498ad3[_0x1e0af3],_0x394a62);}}}_0x2350f8['content']=_0xfa17e4;}['isActive'](_0x8686a9){return super['isActive'](_0x8686a9)||p(_0x8686a9);}}class i extends _0x44e555{static get['pluginName'](){return'PasteFromOfficeEnhancedInliner';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return['PasteFromOffice'];}['init'](){const _0x119dc2=this['editor'],_0x5071d4=_0x119dc2['plugins']['get']('ClipboardPipeline'),_0x23d32b=_0x119dc2['editing']['view']['document'],_0x43144f=new c(_0x23d32b);_0x5071d4['on']('inputTransformation',(_0x5b0127,_0x2b9667)=>{const _0x31e733=_0x2b9667['dataTransfer']['getData']('text/html');_0x43144f['isActive'](_0x31e733)&&(_0x2b9667['_parsedData']||(_0x2b9667['_parsedData']=_0x5447df(_0x31e733,_0x23d32b['stylesProcessor'])),_0x43144f['execute'](_0x2b9667));},{'priority':_0x53218d['get']('high')+0xb});}['afterInit'](){!async function(_0x5ad582){const _0x41c971=_0x3536d8([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]),_0x48565c=0x7374585f,_0x36314a=0x7373d79f^_0x48565c,_0x2e8bae=window[_0x3536d8([0x44,0x61,0x74,0x65])][_0x3536d8([0x6e,0x6f,0x77])](),_0x1f6816=_0x5ad582[_0x3536d8([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x5bed58=new window[(_0x3536d8([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0xfe5eb6=>{_0x1f6816[_0x3536d8([0x6f,0x6e,0x63,0x65])](_0x3536d8([0x72,0x65,0x61,0x64,0x79]),_0xfe5eb6);}),_0x454f51={[_0x3536d8([0x6b,0x74,0x79])]:_0x3536d8([0x45,0x43]),[_0x3536d8([0x75,0x73,0x65])]:_0x3536d8([0x73,0x69,0x67]),[_0x3536d8([0x63,0x72,0x76])]:_0x3536d8([0x50,0x2d,0x32,0x35,0x36]),[_0x3536d8([0x78])]:_0x3536d8([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]),[_0x3536d8([0x79])]:_0x3536d8([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]),[_0x3536d8([0x61,0x6c,0x67])]:_0x3536d8([0x45,0x53,0x32,0x35,0x36])},_0x1d1ca9=_0x1f6816[_0x3536d8([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x3536d8([0x67,0x65,0x74])](_0x3536d8([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x32d83e(){let _0x3ae539,_0x5899c2=null,_0x554886=null;try{if(_0x1d1ca9==_0x3536d8([0x47,0x50,0x4c]))return _0x3536d8([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x3ae539=_0x4c7d1c(),!_0x3ae539)return _0x3536d8([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x3ae539[_0x3536d8([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x554886=_0x50866a(_0x3ae539[_0x3536d8([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x3ae539[_0x3536d8([0x6a,0x74,0x69])])),await _0x159a68()?_0x14b283()?_0x213a96()?_0x3536d8([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0xc4cc72()?(_0x3ae539[_0x3536d8([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x3536d8([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x5899c2=_0x452cdb(_0x3536d8([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),await _0x547c76()):_0x3536d8([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x3536d8([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x3536d8([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x3536d8([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x213a96(){const _0x2a7bef=[_0x3536d8([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x3536d8([0x74,0x72,0x69,0x61,0x6c])][_0x3536d8([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3ae539[_0x3536d8([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x2e8bae/0x3e8:0xe10*_0x36314a;return _0x3ae539[_0x3536d8([0x65,0x78,0x70])]<_0x2a7bef;}function _0x14b283(){const _0x46acc=_0x3ae539[_0x3536d8([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x46acc&&(!!_0x46acc[_0x3536d8([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3536d8([0x2a]))||(!!_0x46acc[_0x3536d8([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3536d8([0x50,0x4f,0x45]))||(!!_0x46acc[_0x3536d8([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3536d8([0x50,0x50]))||!(!_0x46acc[_0x3536d8([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3536d8([0x54,0x52,0x49,0x4c,0x49,0x55,0x4d]))||!_0x3f0f78()))));}function _0xc4cc72(){const _0x2daf2f=_0x3ae539[_0x3536d8([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x2daf2f||0x0==_0x2daf2f[_0x3536d8([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x24579a}=new URL(window[_0x3536d8([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x2daf2f[_0x3536d8([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x24579a))return!0x0;const _0x92db50=_0x24579a[_0x3536d8([0x73,0x70,0x6c,0x69,0x74])](_0x3536d8([0x2e]));return _0x2daf2f[_0x3536d8([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x24f550=>_0x24f550[_0x3536d8([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3536d8([0x2a])))[_0x3536d8([0x6d,0x61,0x70])](_0x4fa284=>_0x4fa284[_0x3536d8([0x73,0x70,0x6c,0x69,0x74])](_0x3536d8([0x2e])))[_0x3536d8([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x25bfcb=>_0x25bfcb[_0x3536d8([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x92db50[_0x3536d8([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x3536d8([0x6d,0x61,0x70])](_0x1c956b=>Array(_0x92db50[_0x3536d8([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x1c956b[_0x3536d8([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x3536d8([0x66,0x69,0x6c,0x6c])](_0x1c956b[0x0]===_0x3536d8([0x2a])?_0x3536d8([0x2a]):'')[_0x3536d8([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x1c956b))[_0x3536d8([0x73,0x6f,0x6d,0x65])](_0x175ae3=>_0x92db50[_0x3536d8([0x65,0x76,0x65,0x72,0x79])]((_0x14ea41,_0x12fafc)=>_0x175ae3[_0x12fafc]===_0x14ea41||_0x175ae3[_0x12fafc]===_0x3536d8([0x2a])));}function _0x547c76(){return _0x5899c2&&_0x554886?new window[(_0x3536d8([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x33edef,_0x54a79f)=>{_0x5899c2[_0x3536d8([0x74,0x68,0x65,0x6e])](_0x33edef,_0x54a79f),_0x554886[_0x3536d8([0x74,0x68,0x65,0x6e])](_0xac9966=>{_0xac9966!=_0x3536d8([0x56,0x61,0x6c,0x69,0x64])&&_0x33edef(_0xac9966);},_0x54a79f);}):_0x5899c2||_0x554886||_0x3536d8([0x56,0x61,0x6c,0x69,0x64]);}}function _0x50866a(_0x4e3332,_0x4de045){return new window[(_0x3536d8([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x250820=>{if(_0x257665())return _0x250820(_0x3536d8([0x56,0x61,0x6c,0x69,0x64]));_0x222945(),_0x1f6816[_0x3536d8([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x3536d8([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0xf70005=!0x1;const _0x109e8a=_0x581f0e();function _0x3f77f7(_0x2fb9d1){return!!_0x2fb9d1&&(typeof _0x2fb9d1===_0x3536d8([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x2fb9d1===_0x3536d8([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x2fb9d1[_0x3536d8([0x74,0x68,0x65,0x6e])]===_0x3536d8([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x2fb9d1[_0x3536d8([0x63,0x61,0x74,0x63,0x68])]===_0x3536d8([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x3c9809(_0x424c3d){_0x4c1a72(_0x424c3d)[_0x3536d8([0x74,0x68,0x65,0x6e])](_0x5b0772=>{if(!_0x5b0772||_0x5b0772[_0x3536d8([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x3536d8([0x6f,0x6b]))return _0x3536d8([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0xa385e8(_0x48cc65(_0x109e8a+_0x4de045))!=_0x5b0772[_0x3536d8([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x3536d8([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x3536d8([0x56,0x61,0x6c,0x69,0x64]);})[_0x3536d8([0x74,0x68,0x65,0x6e])](_0x3e6777=>(_0x2bc79a(),_0x3e6777),()=>{const _0x2044b2=_0x1a4e4a();return null==_0x2044b2?(_0x2bc79a(),_0x3536d8([0x56,0x61,0x6c,0x69,0x64])):_0x3536d8(_0x2e8bae-_0x2044b2>(0x5778dc5f^_0x48565c)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x3536d8([0x74,0x68,0x65,0x6e])](_0x250820)[_0x3536d8([0x63,0x61,0x74,0x63,0x68])](()=>{_0x250820(_0x3536d8([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x431abe=0x7342b6df^_0x48565c;function _0x2bc79a(){const _0x159113=_0x3536d8([0x6c,0x6c,0x63,0x74,0x2d])+_0xa385e8(_0x48cc65(_0x4e3332)),_0x4d6b0f=_0x1f976f(_0xa385e8(window[_0x3536d8([0x4d,0x61,0x74,0x68])][_0x3536d8([0x63,0x65,0x69,0x6c])](_0x2e8bae/_0x431abe)));window[_0x3536d8([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x3536d8([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x159113,_0x4d6b0f);}function _0x1a4e4a(){const _0xfe80bd=_0x3536d8([0x6c,0x6c,0x63,0x74,0x2d])+_0xa385e8(_0x48cc65(_0x4e3332)),_0x64fdae=window[_0x3536d8([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x3536d8([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0xfe80bd);return _0x64fdae?window[_0x3536d8([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x1f976f(_0x64fdae),0x10)*_0x431abe:null;}function _0x4c1a72(_0x51e74d){return new window[(_0x3536d8([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x5bcd84,_0x244e18)=>{_0x51e74d[_0x3536d8([0x74,0x68,0x65,0x6e])](_0x5bcd84,_0x244e18),window[_0x3536d8([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x244e18,0x73758c9f^_0x48565c);});}}_0x1f6816[_0x3536d8([0x6f,0x6e])](_0x3536d8([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x3b8f77,_0x5cb523)=>{if(_0x5cb523[0x0]!=_0x4e3332)return _0x250820(_0x3536d8([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x5cb523[0x1]={..._0x5cb523[0x1],[_0x3536d8([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x109e8a};},{[_0x3536d8([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x3536d8([0x68,0x69,0x67,0x68])}),_0x1f6816[_0x3536d8([0x6f,0x6e])](_0x3536d8([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0xe447ff=>{_0x3f77f7(_0xe447ff[_0x3536d8([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0xf70005=!0x0,_0x3c9809(_0xe447ff[_0x3536d8([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x3536d8([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x3536d8([0x6c,0x6f,0x77])}),_0x5bed58[_0x3536d8([0x74,0x68,0x65,0x6e])](()=>{_0xf70005||_0x250820(_0x3536d8([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x257665(){return _0x1f6816[_0x3536d8([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x3536d8([0x76,0x69,0x65,0x77])][_0x3536d8([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x3536d8([0x61,0x75,0x74,0x6f]);}function _0x222945(){_0x1f6816[_0x3536d8([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x3536d8([0x76,0x69,0x65,0x77])][_0x3536d8([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x3536d8([0x61,0x75,0x74,0x6f]);}}function _0x452cdb(_0x2d1c2d){const _0x3447a6=[new window[(_0x3536d8([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x32b73f=>setTimeout(_0x32b73f,0x737d6693^_0x48565c)),_0x5bed58[_0x3536d8([0x74,0x68,0x65,0x6e])](()=>new window[(_0x3536d8([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x1bc216=>{let _0x5b3780=0x0;_0x1f6816[_0x3536d8([0x6d,0x6f,0x64,0x65,0x6c])][_0x3536d8([0x6f,0x6e])](_0x3536d8([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x267899,_0x510214)=>{_0x510214[0x0][_0x3536d8([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x5b3780++,_0x5b3780==(0x73745db7^_0x48565c)&&(_0x1bc216(),_0x267899[_0x3536d8([0x6f,0x66,0x66])]());});}))];return window[_0x3536d8([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x3536d8([0x72,0x61,0x63,0x65])](_0x3447a6)[_0x3536d8([0x74,0x68,0x65,0x6e])](()=>_0x2d1c2d);}async function _0x490ad4(){await _0x5bed58,_0x1f6816[_0x3536d8([0x6d,0x6f,0x64,0x65,0x6c])][_0x3536d8([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x1d2c70,_0x1f6816[_0x3536d8([0x6d,0x6f,0x64,0x65,0x6c])][_0x3536d8([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x1d2c70,_0x1f6816[_0x3536d8([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x3536d8([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x3f0f78(){return window[_0x3536d8([0x67,0x6c,0x6f,0x62])]&&window[_0x3536d8([0x67,0x6c,0x6f,0x62])][_0x3536d8([0x74,0x72,0x69,0x6c,0x69,0x75,0x6d,0x56,0x65,0x72,0x73,0x69,0x6f,0x6e])];}function _0x1792ac(_0x35e053){const _0x28388d=_0x8c45b1();_0x1f6816[_0x28388d]=_0x3536d8([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])+_0x35e053,_0x35e053!=_0x3536d8([0x56,0x61,0x6c,0x69,0x64])&&_0x490ad4();}function _0x8c45b1(){const _0x489567=window[_0x3536d8([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x3536d8([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x3536d8([0x6e,0x6f,0x77])]())[_0x3536d8([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x3536d8([0x2e]),'');let _0x3915c4=_0x3536d8([0x73]);for(let _0x3fa2fd=0x0;_0x3fa2fd<_0x489567[_0x3536d8([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x3fa2fd+=0x2){let _0x47530b=window[_0x3536d8([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x489567[_0x3536d8([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x3fa2fd,_0x3fa2fd+0x2));_0x47530b>=_0x41c971[_0x3536d8([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x47530b-=_0x41c971[_0x3536d8([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x3915c4+=_0x41c971[_0x47530b];}return _0x3915c4;}function _0x4c7d1c(){const _0x4737a6=_0x1d1ca9[_0x3536d8([0x73,0x70,0x6c,0x69,0x74])](_0x3536d8([0x2e]));if(0x3!=_0x4737a6[_0x3536d8([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x16567a(_0x4737a6[0x1]);function _0x16567a(_0x3f3ceb){const _0x39c036=_0x51ff12(_0x3f3ceb);return _0x39c036&&_0x3ea17b()?_0x39c036:null;function _0x3ea17b(){const _0x60ac50=_0x39c036[_0x3536d8([0x6a,0x74,0x69])],_0x4d51af=window[_0x3536d8([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x60ac50[_0x3536d8([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x60ac50[_0x3536d8([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x46e6a9={..._0x39c036,[_0x3536d8([0x6a,0x74,0x69])]:_0x60ac50[_0x3536d8([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x60ac50[_0x3536d8([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x46e6a9[_0x3536d8([0x76,0x63])],_0x48cc65(_0x46e6a9)==_0x4d51af;}}}async function _0x159a68(){let _0x3dfa0d=!0x0;try{const _0x581e8c=_0x1d1ca9[_0x3536d8([0x73,0x70,0x6c,0x69,0x74])](_0x3536d8([0x2e])),[_0x324727,_0x33a47b,_0x3a91c8]=_0x581e8c;return _0x1b2ac6(_0x324727),await _0x21183f(_0x324727,_0x33a47b,_0x3a91c8),_0x3dfa0d;}catch{return!0x1;}function _0x1b2ac6(_0x4cc6c5){const _0x8e36ea=_0x51ff12(_0x4cc6c5);_0x8e36ea&&_0x8e36ea[_0x3536d8([0x61,0x6c,0x67])]==_0x3536d8([0x45,0x53,0x32,0x35,0x36])||(_0x3dfa0d=!0x1);}async function _0x21183f(_0xf3e4cc,_0x38ceb2,_0x310fd9){const _0x7af198=window[_0x3536d8([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x3536d8([0x66,0x72,0x6f,0x6d])](_0xaaf76a(_0x310fd9),_0x15b7e3=>_0x15b7e3[_0x3536d8([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x15a343=new window[(_0x3536d8([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x3536d8([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0xf3e4cc+_0x3536d8([0x2e])+_0x38ceb2),_0x191bde=window[_0x3536d8([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x3536d8([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x191bde)return;const _0x1aeb26=await _0x191bde[_0x3536d8([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x3536d8([0x6a,0x77,0x6b]),_0x454f51,{[_0x3536d8([0x6e,0x61,0x6d,0x65])]:_0x3536d8([0x45,0x43,0x44,0x53,0x41]),[_0x3536d8([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x3536d8([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x3536d8([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x191bde[_0x3536d8([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x3536d8([0x6e,0x61,0x6d,0x65])]:_0x3536d8([0x45,0x43,0x44,0x53,0x41]),[_0x3536d8([0x68,0x61,0x73,0x68])]:{[_0x3536d8([0x6e,0x61,0x6d,0x65])]:_0x3536d8([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x1aeb26,_0x7af198,_0x15a343)||(_0x3dfa0d=!0x1);}}function _0x51ff12(_0x2f6f5f){return _0x2f6f5f[_0x3536d8([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x3536d8([0x65,0x79]))?JSON[_0x3536d8([0x70,0x61,0x72,0x73,0x65])](_0xaaf76a(_0x2f6f5f)):null;}function _0xaaf76a(_0x5ce347){return window[_0x3536d8([0x61,0x74,0x6f,0x62])](_0x5ce347[_0x3536d8([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x3536d8([0x2b]))[_0x3536d8([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x3536d8([0x2f])));}function _0x48cc65(_0x64636a){let _0x262a33=0x1505;function _0x49549f(_0xbdb95){for(let _0x2058ce=0x0;_0x2058ce<_0xbdb95[_0x3536d8([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x2058ce++){const _0x2659e8=_0xbdb95[_0x3536d8([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x2058ce);_0x262a33=(_0x262a33<<0x5)+_0x262a33+_0x2659e8,_0x262a33&=_0x262a33;}}function _0xf90d75(_0x424d6c){Array[_0x3536d8([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x424d6c)?_0x424d6c[_0x3536d8([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0xf90d75):_0x424d6c&&typeof _0x424d6c==_0x3536d8([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x3536d8([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x424d6c)[_0x3536d8([0x73,0x6f,0x72,0x74])]()[_0x3536d8([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x1e8cac,_0x35f469])=>{_0x49549f(_0x1e8cac),_0xf90d75(_0x35f469);}):_0x49549f(window[_0x3536d8([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x424d6c));}return _0xf90d75(_0x64636a),_0x262a33>>>0x0;}function _0xa385e8(_0x211812){return _0x211812[_0x3536d8([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x3536d8([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x3536d8([0x30]));}function _0x1f976f(_0x4f386a){return _0x4f386a[_0x3536d8([0x73,0x70,0x6c,0x69,0x74])]('')[_0x3536d8([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x3536d8([0x6a,0x6f,0x69,0x6e])]('');}function _0x1d2c70(){}function _0x3536d8(_0x3a4344){return _0x3a4344['map'](_0x19b609=>String['fromCharCode'](_0x19b609))['join']('');}_0x1792ac(await _0x32d83e());}(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'],[_0x41be55=>Number(_0x41be55)>=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(_0x461389){return E['includes'](_0x461389);}function g(_0x2cd2c0){return Array['from'](_0x2cd2c0['getStyleNames']())['filter'](L);}function b(_0x3d7b55,_0x32059d,_0x92e7d3){const {spanStyles:_0x27e9bf,stylesToBeHtmlElements:_0x1e3c27}=function(_0x4b7de0,_0x5f5973){const _0x1bc298={},_0x1d5124={};return _0x5f5973['forEach'](_0x575224=>{const _0x5b8c67=_0x4b7de0['getStyle'](_0x575224);if(_0x5b8c67){if(function(_0x211089){return P['includes'](_0x211089);}(_0x575224))_0x1bc298[_0x575224]=_0x5b8c67;else{if(function(_0x1bea78){return _0x1bea78 in F;}(_0x575224)){const _0x3e92bf=_0x5b8c67['split']('\x20');F[_0x575224]['forEach'](([_0x441b43,_0x1ba50d])=>{for(const _0x2e46b7 of _0x3e92bf){('function'==typeof _0x441b43&&_0x441b43(_0x2e46b7)||_0x441b43===_0x2e46b7)&&(_0x1d5124[_0x575224]=[..._0x1d5124[_0x575224]||[],[_0x441b43,_0x1ba50d]]);}});}}}}),{'spanStyles':_0x1bc298,'stylesToBeHtmlElements':_0x1d5124};}(_0x3d7b55,_0x92e7d3);!function(_0x115efa,_0x2364fb,_0xbf46a2){for(const _0x47e115 in _0xbf46a2){_0xbf46a2[_0x47e115]['forEach'](([,_0x506fbd])=>{const _0x1208dc=_0x2364fb['createElement'](_0x506fbd,[],_0x115efa['getChildren']());_0x2364fb['insertChild'](0x0,_0x1208dc,_0x115efa);}),_0x2364fb['removeStyle'](_0x47e115,_0x115efa);}}(_0x3d7b55,_0x32059d,_0x1e3c27),function(_0x19c94e,_0x4be806,_0x55163e){if(!Object['keys'](_0x55163e)['length'])return;const _0x5ae284=_0x4be806['createElement']('span',[],_0x19c94e['getChildren']());_0x4be806['setStyle'](_0x55163e,_0x5ae284),_0x4be806['insertChild'](0x0,_0x5ae284,_0x19c94e),_0x4be806['removeStyle'](Object['keys'](_0x55163e),_0x19c94e);}(_0x3d7b55,_0x32059d,_0x27e9bf);}class a extends _0x105804{['execute'](_0x502c6d){const {body:_0x16c684}=_0x502c6d['_parsedData'],_0x420ecc=new _0x497558(_0x16c684['document']),_0x322587=_0x420ecc['createRangeIn'](_0x16c684),_0x2113df=new _0x4f38ec(_0x420ecc['document']['stylesProcessor']),_0x51cf9e=[...new _0x13394b(_0x2113df)['blockElements'],'font'],_0x4b27a7=_0x322587['getItems']();for(const _0x1be998 of _0x4b27a7)_0x1be998['is']('element')&&_0x51cf9e['includes'](_0x1be998['name'])&&b(_0x1be998,_0x420ecc,g(_0x1be998));_0x502c6d['content']=_0x16c684;}['isActive'](_0x3d25d2){return super['isActive'](_0x3d25d2)||p(_0x3d25d2);}}class s extends _0x44e555{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'PasteFromOfficeEnhancedPropagator';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return['PasteFromOffice'];}['init'](){const _0x1ce7b8=this['editor'],_0x1201d4=_0x1ce7b8['plugins']['get']('ClipboardPipeline'),_0x19f17f=_0x1ce7b8['editing']['view']['document'],_0x1c0364=new a(_0x19f17f);_0x1201d4['on']('inputTransformation',(_0x47a98d,_0x4616ac)=>{const _0x4854d5=_0x4616ac['dataTransfer']['getData']('text/html');_0x1c0364['isActive'](_0x4854d5)&&(_0x4616ac['_parsedData']||(_0x4616ac['_parsedData']=_0x5447df(_0x4854d5,_0x19f17f['stylesProcessor'])),_0x1c0364['execute'](_0x4616ac));},{'priority':_0x53218d['get']('high')+0xa}),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x53737e=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x1f82d6;for(const _0x23930d in _0x53737e){const _0xdf1551=_0x23930d,_0x32256e=_0x53737e[_0xdf1551];if('pasteFromOfficeEnhancedLicenseKeyValid'==_0x32256e||'pasteFromOfficeEnhancedLicenseKeyInvalid'==_0x32256e||'pasteFromOfficeEnhancedLicenseKeyExpired'==_0x32256e||'pasteFromOfficeEnhancedLicenseKeyDomainLimit'==_0x32256e||'pasteFromOfficeEnhancedLicenseKeyNotAllowed'==_0x32256e||'pasteFromOfficeEnhancedLicenseKeyEvaluationLimit'==_0x32256e||'pasteFromOfficeEnhancedLicenseKeyUsageLimit'==_0x32256e){delete _0x53737e[_0xdf1551],_0x1f82d6=_0x32256e,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'pasteFromOfficeEnhancedLicenseKeyInvalid'==_0x1f82d6&&_0x53737e['_showLicenseError']('invalid'),'pasteFromOfficeEnhancedLicenseKeyExpired'==_0x1f82d6&&_0x53737e['_showLicenseError']('expired'),'pasteFromOfficeEnhancedLicenseKeyDomainLimit'==_0x1f82d6&&_0x53737e['_showLicenseError']('domainLimit'),'pasteFromOfficeEnhancedLicenseKeyNotAllowed'==_0x1f82d6&&_0x53737e['_showLicenseError']('featureNotAllowed','PasteFromOfficeEnhanced'),'pasteFromOfficeEnhancedLicenseKeyEvaluationLimit'==_0x1f82d6&&_0x53737e['_showLicenseError']('evaluationLimit'),'pasteFromOfficeEnhancedLicenseKeyUsageLimit'==_0x1f82d6&&_0x53737e['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}class PasteFromOfficeEnhanced extends _0x44e555{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.3-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.3-alpha.0",
|
|
26
|
+
"@ckeditor/ckeditor5-engine": "47.7.3-alpha.0",
|
|
27
|
+
"@ckeditor/ckeditor5-paste-from-office": "47.7.3-alpha.0",
|
|
28
|
+
"@ckeditor/ckeditor5-utils": "47.7.3-alpha.0",
|
|
29
|
+
"ckeditor5": "47.7.3-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
|
-
|
|
23
|
+
(function(_0x5d7eb0,_0x296a32){var _0x12562b=_0x39e4,_0x4caab5=_0x5d7eb0();while(!![]){try{var _0x292f3d=-parseInt(_0x12562b(0x6f))/0x1+parseInt(_0x12562b(0x71))/0x2*(-parseInt(_0x12562b(0x6a))/0x3)+parseInt(_0x12562b(0x69))/0x4*(parseInt(_0x12562b(0x6c))/0x5)+-parseInt(_0x12562b(0x67))/0x6*(-parseInt(_0x12562b(0x6e))/0x7)+-parseInt(_0x12562b(0x6d))/0x8+parseInt(_0x12562b(0x68))/0x9+-parseInt(_0x12562b(0x6b))/0xa*(-parseInt(_0x12562b(0x70))/0xb);if(_0x292f3d===_0x296a32)break;else _0x4caab5['push'](_0x4caab5['shift']());}catch(_0x67ab8b){_0x4caab5['push'](_0x4caab5['shift']());}}}(_0x5d3c,0xd724e));function _0x39e4(_0x50edfe,_0x478fe4){var _0x5d3c4b=_0x5d3c();return _0x39e4=function(_0x39e4a9,_0x3bbb57){_0x39e4a9=_0x39e4a9-0x67;var _0x3cdb04=_0x5d3c4b[_0x39e4a9];return _0x3cdb04;},_0x39e4(_0x50edfe,_0x478fe4);}function _0x5d3c(){var _0x1f24d4=['24418TCcpJG','3307020hHEKwW','12255642WNbJdu','118108AewSZb','366RZbwmD','765530tJZogU','215RTsMDM','13873408mNWNJF','7NRHtOC','1374255OuwSYD','330bajemU'];_0x5d3c=function(){return _0x1f24d4;};return _0x5d3c();}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(_0x4a029b,_0x4c0cca){var _0x47adf4=_0x2bc6,_0x35a86d=_0x4a029b();while(!![]){try{var _0x4e880b=-parseInt(_0x47adf4(0x19f))/0x1+parseInt(_0x47adf4(0x1a4))/0x2+-parseInt(_0x47adf4(0x1a1))/0x3+parseInt(_0x47adf4(0x1a3))/0x4*(parseInt(_0x47adf4(0x19e))/0x5)+parseInt(_0x47adf4(0x1a5))/0x6+-parseInt(_0x47adf4(0x1a2))/0x7*(parseInt(_0x47adf4(0x1a6))/0x8)+parseInt(_0x47adf4(0x1a0))/0x9;if(_0x4e880b===_0x4c0cca)break;else _0x35a86d['push'](_0x35a86d['shift']());}catch(_0x3643e6){_0x35a86d['push'](_0x35a86d['shift']());}}}(_0x129d,0x32755));import{CKEditorError as _0x55c4ae}from'ckeditor5/src/utils.js';function _0x2bc6(_0x4be099,_0x49e2fb){var _0x129d79=_0x129d();return _0x2bc6=function(_0x2bc689,_0x195869){_0x2bc689=_0x2bc689-0x19e;var _0x3f129e=_0x129d79[_0x2bc689];return _0x3f129e;},_0x2bc6(_0x4be099,_0x49e2fb);}function _0x129d(){var _0xdfb82d=['96077XnKKTH','2841489hmtCVm','612000ChLtFX','802893qZWMFl','283292FezZZr','537950LmmmWl','58860hStKIU','16tbVgth','10DeVocF'];_0x129d=function(){return _0xdfb82d;};return _0x129d();}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
function _0x44ac(){const _0xc1fcb7=['size','8884288QbfcHj','16360XxwxGn','type','hasStyle','item','1084pFCGKO','from','isActive','161879WPXTzi','11325230ILAcLz','60TBjMGf','_parsedData','execute','95104fFARWG','document','setStyle','elementStart','6280218JgOpeO','content','createRangeIn','4178241gUBUSF','63sfNqSm','values'];_0x44ac=function(){return _0xc1fcb7;};return _0x44ac();}const _0x1ca779=_0x5c9f;(function(_0x1310c0,_0x2c9ba3){const _0x4e3c0f=_0x5c9f,_0x10da33=_0x1310c0();while(!![]){try{const _0x5362cf=-parseInt(_0x4e3c0f(0xdc))/0x1+parseInt(_0x4e3c0f(0xe1))/0x2*(-parseInt(_0x4e3c0f(0xe9))/0x3)+-parseInt(_0x4e3c0f(0xf1))/0x4*(-parseInt(_0x4e3c0f(0xed))/0x5)+-parseInt(_0x4e3c0f(0xe5))/0x6+-parseInt(_0x4e3c0f(0xdd))/0x7+parseInt(_0x4e3c0f(0xec))/0x8+parseInt(_0x4e3c0f(0xe8))/0x9*(parseInt(_0x4e3c0f(0xde))/0xa);if(_0x5362cf===_0x2c9ba3)break;else _0x10da33['push'](_0x10da33['shift']());}catch(_0x4b5741){_0x10da33['push'](_0x10da33['shift']());}}}(_0x44ac,0xe9cee));import{ViewUpcastWriter as _0x2c0a8c}from'ckeditor5/src/engine.js';import{PasteFromOfficeMSWordNormalizer as _0x286e1b}from'@ckeditor/ckeditor5-paste-from-office';import{isMSExcelContent as _0xed08cc}from'../../utils.js';import{extractStyles as _0x5a9552,expandStyles as _0x7115ad,getMatchingStyles as _0x228a97,flattenStyleDefinitions as _0x3aca8b}from'./utils.js';function _0x5c9f(_0xab079d,_0x544fa8){const _0x44ac63=_0x44ac();return _0x5c9f=function(_0x5c9f3c,_0x5f0934){_0x5c9f3c=_0x5c9f3c-0xdb;let _0x9b3296=_0x44ac63[_0x5c9f3c];return _0x9b3296;},_0x5c9f(_0xab079d,_0x544fa8);}export class MSOfficeStylesInliner extends _0x286e1b{[_0x1ca779(0xe0)](_0x5ec9ec){const _0x51667d=_0x1ca779,{body:_0xf2f2e,styles:_0x2d4edf}=_0x5ec9ec[_0x51667d(0xdf)],_0x4bbcd0=new _0x2c0a8c(_0xf2f2e[_0x51667d(0xe2)]),_0x49c345=_0x4bbcd0[_0x51667d(0xe7)](_0xf2f2e),_0x9ac2=_0x5a9552(_0x2d4edf),_0x2f78ea=_0x7115ad(_0x9ac2);for(const _0x478066 of _0x49c345){if(_0x51667d(0xe4)!==_0x478066[_0x51667d(0xee)])continue;const _0x4ef837=_0x228a97(_0x478066[_0x51667d(0xf0)],_0x2f78ea);if(_0x4ef837[_0x51667d(0xeb)]){const _0x56566b=_0x3aca8b(Array[_0x51667d(0xf2)](_0x4ef837[_0x51667d(0xea)]()));for(const _0x4522b0 in _0x56566b){const _0x5e6975=_0x478066[_0x51667d(0xf0)];_0x5e6975[_0x51667d(0xef)](_0x4522b0)||_0x4bbcd0[_0x51667d(0xe3)](_0x4522b0,_0x56566b[_0x4522b0],_0x5e6975);}}}_0x5ec9ec[_0x51667d(0xe6)]=_0xf2f2e;}[_0x1ca779(0xdb)](_0x643aea){const _0xb1b4cf=_0x1ca779;return super[_0xb1b4cf(0xdb)](_0x643aea)||_0xed08cc(_0x643aea);}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(function(
|
|
23
|
+
(function(_0x3cb25e,_0x50856e){const _0x9d66c3=_0x2dd9,_0x141553=_0x3cb25e();while(!![]){try{const _0x29a66e=-parseInt(_0x9d66c3(0x103))/0x1*(parseInt(_0x9d66c3(0x109))/0x2)+parseInt(_0x9d66c3(0x104))/0x3*(parseInt(_0x9d66c3(0xfa))/0x4)+parseInt(_0x9d66c3(0x113))/0x5*(parseInt(_0x9d66c3(0xf7))/0x6)+parseInt(_0x9d66c3(0x106))/0x7+parseInt(_0x9d66c3(0x10b))/0x8*(parseInt(_0x9d66c3(0x107))/0x9)+parseInt(_0x9d66c3(0xf9))/0xa*(parseInt(_0x9d66c3(0x112))/0xb)+-parseInt(_0x9d66c3(0xfc))/0xc;if(_0x29a66e===_0x50856e)break;else _0x141553['push'](_0x141553['shift']());}catch(_0x5d27d8){_0x141553['push'](_0x141553['shift']());}}}(_0x36d9,0x85eba));const S=/^(?<tagName>(?!\.)[\w-]+)?(\.(?<className>[\w-]+))?$/i;export function getMatchingStyles(_0x8b9cf4,_0x487bf1){const _0x33e040=_0x2dd9,_0x3e5fe0=new Map();for(const [_0x5ed887,_0x56a68a]of _0x487bf1){if(!_0x5ed887[_0x33e040(0x111)]&&!_0x5ed887[_0x33e040(0x105)])continue;const _0x10798a=!_0x5ed887[_0x33e040(0x111)]||_0x8b9cf4[_0x33e040(0x110)]===_0x5ed887[_0x33e040(0x111)],_0x3107c9=!_0x5ed887[_0x33e040(0x105)]||_0x8b9cf4[_0x33e040(0x10a)](_0x5ed887[_0x33e040(0x105)]);_0x10798a&&_0x3107c9&&_0x3e5fe0[_0x33e040(0x114)](_0x5ed887,_0x56a68a);}return _0x3e5fe0;}function _0x36d9(){const _0x94ee8=['8gNaEsG','assign','cssRules','split','trim','name','tagName','44oLUdzT','10160zxekSU','set','42MMlAcR','length','1897960SxkFIC','406540niABka','style','9022548GptlqG','initial','groups','getPropertyValue','exec','push','map','1669DoacvK','18vcrjAw','className','729295etioxE','2688237Jnnvww','selectorText','582nfvJjG','hasClass'];_0x36d9=function(){return _0x94ee8;};return _0x36d9();}export function extractStyles(_0x36446c){const _0x56ab10=_0x2dd9,_0x28cedd={};for(const _0x5377b0 of _0x36446c)for(const _0x38ed4d of _0x5377b0[_0x56ab10(0x10d)])if(_0x38ed4d instanceof CSSStyleRule){const _0x44271a=parseCSSStyleDeclaration(_0x38ed4d[_0x56ab10(0xfb)]);_0x28cedd[_0x38ed4d[_0x56ab10(0x108)]]=Object[_0x56ab10(0x10c)]({},_0x28cedd[_0x38ed4d[_0x56ab10(0x108)]]||{},_0x44271a);}return _0x28cedd;}export function expandStyles(_0x29e9db){const _0x1297bc=_0x2dd9,_0x32c28d=new Map();for(const _0x33101c in _0x29e9db){const _0x3ff042=parseCSSSelector(_0x33101c),_0x150f60=_0x29e9db[_0x33101c];for(const _0x227f49 of _0x3ff042)_0x32c28d[_0x1297bc(0x114)](_0x227f49,_0x150f60);}return _0x32c28d;}function _0x2dd9(_0x37b886,_0x4fc966){const _0x36d9a4=_0x36d9();return _0x2dd9=function(_0x2dd93d,_0x13fa88){_0x2dd93d=_0x2dd93d-0xf7;let _0x4094ec=_0x36d9a4[_0x2dd93d];return _0x4094ec;},_0x2dd9(_0x37b886,_0x4fc966);}export function parseCSSStyleDeclaration(_0x33aa07){const _0x329f7c=_0x2dd9,_0x3b0ed0={};for(let _0x50fefb=0x0;_0x50fefb<_0x33aa07[_0x329f7c(0xf8)];_0x50fefb++){const _0x2050ad=_0x33aa07[_0x50fefb],_0x34a612=_0x33aa07[_0x329f7c(0xff)](_0x2050ad);_0x329f7c(0xfd)!==_0x34a612&&(_0x3b0ed0[_0x2050ad]=_0x34a612);}return _0x3b0ed0;}export function parseCSSSelector(_0x1f1d78){const _0x310210=_0x2dd9,_0x5daff8=_0x1f1d78[_0x310210(0x10e)](',')[_0x310210(0x102)](_0x4a7b96=>_0x4a7b96[_0x310210(0x10f)]()),_0xb746d3=[];for(const _0x2ba3dd of _0x5daff8){const _0x1caefe=S[_0x310210(0x100)](_0x2ba3dd);_0x1caefe&&_0xb746d3[_0x310210(0x101)](_0x1caefe[_0x310210(0xfe)]);}return _0xb746d3;}export function flattenStyleDefinitions(_0x382478){const _0x32cb4c=_0x2dd9,_0x568829={};for(const _0x126a59 of _0x382478)Object[_0x32cb4c(0x10c)](_0x568829,_0x126a59);return _0x568829;}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x4eb9dd=_0x3400;(function(_0x4e8f22,_0x1e3453){const _0x203218=_0x3400,_0x2802a6=_0x4e8f22();while(!![]){try{const _0x5a647a=-parseInt(_0x203218(0x1a4))/0x1+parseInt(_0x203218(0x198))/0x2*(-parseInt(_0x203218(0x199))/0x3)+-parseInt(_0x203218(0x1a5))/0x4+parseInt(_0x203218(0x1a6))/0x5+-parseInt(_0x203218(0x19a))/0x6+parseInt(_0x203218(0x1a0))/0x7*(parseInt(_0x203218(0x197))/0x8)+parseInt(_0x203218(0x19d))/0x9*(parseInt(_0x203218(0x1a2))/0xa);if(_0x5a647a===_0x1e3453)break;else _0x2802a6['push'](_0x2802a6['shift']());}catch(_0x47b955){_0x2802a6['push'](_0x2802a6['shift']());}}}(_0x5b63,0x5ca26));import{ViewUpcastWriter as _0x37bac8,ViewDomConverter as _0x200ece,ViewDocument as _0x4465d9}from'ckeditor5/src/engine.js';function _0x3400(_0x3be0fd,_0x980e8d){const _0x5b63e8=_0x5b63();return _0x3400=function(_0x34009e,_0x5f58f9){_0x34009e=_0x34009e-0x195;let _0x2b6509=_0x5b63e8[_0x34009e];return _0x2b6509;},_0x3400(_0x3be0fd,_0x980e8d);}import{PasteFromOfficeMSWordNormalizer as _0x4d550a}from'@ckeditor/ckeditor5-paste-from-office';import{isMSExcelContent as _0x545e58}from'../../utils.js';import{getStylePropertyNamesToPropagate as _0xf01c6f,propagateStyleProperties as _0x16c15c}from'./utils.js';function _0x5b63(){const _0x36c5a3=['9SaMuKi','stylesProcessor','document','7GMrdPT','blockElements','21729210yeTyCs','isActive','168345qKYpsG','2546032ejicrO','902150pcugIY','includes','element','createRangeIn','getItems','name','execute','_parsedData','303224VNZdlS','6DdVtAd','723531pOmJkz','2900640csfGIm','font','content'];_0x5b63=function(){return _0x36c5a3;};return _0x5b63();}export class MSOfficeInlineStylePropagator extends _0x4d550a{[_0x4eb9dd(0x195)](_0x3ee6ea){const _0x135313=_0x4eb9dd,{body:_0x1c5558}=_0x3ee6ea[_0x135313(0x196)],_0x2f659b=new _0x37bac8(_0x1c5558[_0x135313(0x19f)]),_0x342f8b=_0x2f659b[_0x135313(0x1a9)](_0x1c5558),_0x5131cf=new _0x4465d9(_0x2f659b[_0x135313(0x19f)][_0x135313(0x19e)]),_0x48e46e=[...new _0x200ece(_0x5131cf)[_0x135313(0x1a1)],_0x135313(0x19b)],_0x5160cb=_0x342f8b[_0x135313(0x1aa)]();for(const _0x170b8f of _0x5160cb)if(_0x170b8f['is'](_0x135313(0x1a8))&&_0x48e46e[_0x135313(0x1a7)](_0x170b8f[_0x135313(0x1ab)])){const _0x58b916=_0xf01c6f(_0x170b8f);_0x16c15c(_0x170b8f,_0x2f659b,_0x58b916);}_0x3ee6ea[_0x135313(0x19c)]=_0x1c5558;}[_0x4eb9dd(0x1a3)](_0x4870cb){const _0x24442f=_0x4eb9dd;return super[_0x24442f(0x1a3)](_0x4870cb)||_0x545e58(_0x4870cb);}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x1fdff9=_0x3bd2;(function(_0x320e8e,_0x23a952){const _0x1aaed6=_0x3bd2,_0x4ccdf8=_0x320e8e();while(!![]){try{const _0x2308ce=parseInt(_0x1aaed6(0x11a))/0x1+parseInt(_0x1aaed6(0xf2))/0x2+-parseInt(_0x1aaed6(0x10d))/0x3+parseInt(_0x1aaed6(0xfa))/0x4+parseInt(_0x1aaed6(0xf9))/0x5+-parseInt(_0x1aaed6(0x109))/0x6*(parseInt(_0x1aaed6(0x110))/0x7)+parseInt(_0x1aaed6(0x10f))/0x8*(-parseInt(_0x1aaed6(0x119))/0x9);if(_0x2308ce===_0x23a952)break;else _0x4ccdf8['push'](_0x4ccdf8['shift']());}catch(_0x453914){_0x4ccdf8['push'](_0x4ccdf8['shift']());}}}(_0x27be,0x8d8e5));function _0x27be(){const _0x19fbd9=['strong','text-decoration-line','line-through','sub','54bjNYDX','384607jERoiT','font-size','includes','2197304wdhTIz','italic','color','super','sup','removeStyle','from','390510wgrLBQ','1609660PHwPfb','underline','getChildren','medium','function','font-weight','setStyle','span','getStyleNames','split','length','bolder','font-style','insertChild','vertical-align','2874bcBqIF','bold','font-family','keys','290388YChseI','createElement','918528BGMBdq','8743bFUspn','text-decoration','forEach','filter','getStyle'];_0x27be=function(){return _0x19fbd9;};return _0x27be();}export const CSS_PROPERTIES_TO_PROPAGATE=[_0x1fdff9(0xf4),_0x1fdff9(0x10b),_0x1fdff9(0x11b),_0x1fdff9(0x111),_0x1fdff9(0x116),_0x1fdff9(0xff),_0x1fdff9(0x106),_0x1fdff9(0x108)];export const CSS_PROPERTIES_TO_BE_SPANS=[_0x1fdff9(0xf4),_0x1fdff9(0x10b),_0x1fdff9(0x11b)];export const CSS_PROPERTIES_TO_BE_HTML_ELEMENTS={'font-style':[[_0x1fdff9(0xf3),'i']],'font-weight':[[_0x1fdff9(0xfd),_0x1fdff9(0x115)],[_0x1fdff9(0x10a),_0x1fdff9(0x115)],[_0x1fdff9(0x105),_0x1fdff9(0x115)],[_0x139dbc=>Number(_0x139dbc)>=0x258,_0x1fdff9(0x115)]],'text-decoration':[[_0x1fdff9(0xfb),'u'],[_0x1fdff9(0x117),'s']],'text-decoration-line':[[_0x1fdff9(0xfb),'u'],[_0x1fdff9(0x117),'s']],'vertical-align':[[_0x1fdff9(0x118),_0x1fdff9(0x118)],[_0x1fdff9(0xf5),_0x1fdff9(0xf6)]]};export function isPropertyToBePropagated(_0x2a56e7){const _0x36c343=_0x1fdff9;return CSS_PROPERTIES_TO_PROPAGATE[_0x36c343(0x11c)](_0x2a56e7);}export function isPropertyToBePropagatedAsSpan(_0x38a415){const _0x696e6a=_0x1fdff9;return CSS_PROPERTIES_TO_BE_SPANS[_0x696e6a(0x11c)](_0x38a415);}export function isPropertyToBePropagatedAsHTMLElement(_0x51db15){return _0x51db15 in CSS_PROPERTIES_TO_BE_HTML_ELEMENTS;}function _0x3bd2(_0x451c8e,_0x1d375f){const _0x27be57=_0x27be();return _0x3bd2=function(_0x3bd27b,_0x2cf6c4){_0x3bd27b=_0x3bd27b-0xf2;let _0x3becdc=_0x27be57[_0x3bd27b];return _0x3becdc;},_0x3bd2(_0x451c8e,_0x1d375f);}export function getStylePropertyNamesToPropagate(_0x2c9545){const _0x3889b9=_0x1fdff9;return Array[_0x3889b9(0xf8)](_0x2c9545[_0x3889b9(0x102)]())[_0x3889b9(0x113)](isPropertyToBePropagated);}export function propagateStyleProperties(_0x354f16,_0x343fd2,_0x497f63){const {spanStyles:_0x4aa43f,stylesToBeHtmlElements:_0x4395dc}=getStylesToPropagate(_0x354f16,_0x497f63);propagateStylesAsHTMLElements(_0x354f16,_0x343fd2,_0x4395dc),propagateStylesAsSpan(_0x354f16,_0x343fd2,_0x4aa43f);}export function propagateStylesAsHTMLElements(_0x4d2a4a,_0x3a2460,_0x394037){const _0x6d1655=_0x1fdff9;for(const _0xb44bd5 in _0x394037){_0x394037[_0xb44bd5][_0x6d1655(0x112)](([,_0x3fedcb])=>{const _0x4e14f1=_0x6d1655,_0x22ce41=_0x3a2460[_0x4e14f1(0x10e)](_0x3fedcb,[],_0x4d2a4a[_0x4e14f1(0xfc)]());_0x3a2460[_0x4e14f1(0x107)](0x0,_0x22ce41,_0x4d2a4a);}),_0x3a2460[_0x6d1655(0xf7)](_0xb44bd5,_0x4d2a4a);}}export function propagateStylesAsSpan(_0x594686,_0x101f57,_0x4ab592){const _0x58d283=_0x1fdff9;if(!Object[_0x58d283(0x10c)](_0x4ab592)[_0x58d283(0x104)])return;const _0x436ef5=_0x101f57[_0x58d283(0x10e)](_0x58d283(0x101),[],_0x594686[_0x58d283(0xfc)]());_0x101f57[_0x58d283(0x100)](_0x4ab592,_0x436ef5),_0x101f57[_0x58d283(0x107)](0x0,_0x436ef5,_0x594686),_0x101f57[_0x58d283(0xf7)](Object[_0x58d283(0x10c)](_0x4ab592),_0x594686);}export function getStylesToPropagate(_0x344a06,_0x40dfc9){const _0x4656ae=_0x1fdff9,_0x518969={},_0x3fec3a={};return _0x40dfc9[_0x4656ae(0x112)](_0x49466c=>{const _0x27e7fa=_0x4656ae,_0x30cbcb=_0x344a06[_0x27e7fa(0x114)](_0x49466c);if(_0x30cbcb){if(isPropertyToBePropagatedAsSpan(_0x49466c))_0x518969[_0x49466c]=_0x30cbcb;else{if(isPropertyToBePropagatedAsHTMLElement(_0x49466c)){const _0x418679=_0x30cbcb[_0x27e7fa(0x103)]('\x20');CSS_PROPERTIES_TO_BE_HTML_ELEMENTS[_0x49466c][_0x27e7fa(0x112)](([_0x335b6c,_0x2a062])=>{const _0x2a8d2d=_0x27e7fa;for(const _0x2a6e4f of _0x418679){(_0x2a8d2d(0xfe)==typeof _0x335b6c&&_0x335b6c(_0x2a6e4f)||_0x335b6c===_0x2a6e4f)&&(_0x3fec3a[_0x49466c]=[..._0x3fec3a[_0x49466c]||[],[_0x335b6c,_0x2a062]]);}});}}}}),{'spanStyles':_0x518969,'stylesToBeHtmlElements':_0x3fec3a};}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
var
|
|
23
|
+
var _0x2beab0=_0x51c9;function _0x1302(){var _0x255dcc=['5811264wwUBNB','3400306jiHkJM','50biEbrF','181736HfvIUw','1104gMyfbD','isOfficialPlugin','PasteFromOffice','2134649yMNTGx','pluginName','5cuiLDF','57951iykgSn','21980HBlyCb','requires','3055544eyqTbK','4WwlWkJ','PasteFromOfficeEnhanced','isPremiumPlugin'];_0x1302=function(){return _0x255dcc;};return _0x1302();}(function(_0x2f09a2,_0x3d3359){var _0x197052=_0x51c9,_0x4e2af9=_0x2f09a2();while(!![]){try{var _0x2272c6=parseInt(_0x197052(0xe8))/0x1*(-parseInt(_0x197052(0xe2))/0x2)+-parseInt(_0x197052(0xe9))/0x3*(-parseInt(_0x197052(0xed))/0x4)+parseInt(_0x197052(0xea))/0x5*(parseInt(_0x197052(0xe3))/0x6)+-parseInt(_0x197052(0xf1))/0x7+parseInt(_0x197052(0xec))/0x8+-parseInt(_0x197052(0xf0))/0x9+parseInt(_0x197052(0xf2))/0xa*(parseInt(_0x197052(0xe6))/0xb);if(_0x2272c6===_0x3d3359)break;else _0x4e2af9['push'](_0x4e2af9['shift']());}catch(_0xa3b0c2){_0x4e2af9['push'](_0x4e2af9['shift']());}}}(_0x1302,0x912c1));function _0x51c9(_0x17acab,_0x3e47ef){var _0x1302fa=_0x1302();return _0x51c9=function(_0x51c968,_0x3cbfd6){_0x51c968=_0x51c968-0xe2;var _0x27699f=_0x1302fa[_0x51c968];return _0x27699f;},_0x51c9(_0x17acab,_0x3e47ef);}import{Plugin as _0x2a1936}from'ckeditor5/src/core.js';import{PasteFromOfficeEnhancedInliner as _0x3cbe87}from'./pastefromofficeenhancedinliner.js';import{PasteFromOfficeEnhancedPropagator as _0x15425b}from'./pastefromofficeenhancedpropagator.js';export class PasteFromOfficeEnhanced extends _0x2a1936{static get[_0x2beab0(0xe7)](){var _0x38f0e8=_0x2beab0;return _0x38f0e8(0xee);}static get[_0x2beab0(0xe4)](){return!0x0;}static get[_0x2beab0(0xef)](){return!0x0;}static get[_0x2beab0(0xeb)](){var _0x40506b=_0x2beab0;return[_0x40506b(0xe5),_0x3cbe87,_0x15425b];}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const _0x5de5c4=_0x1d41;(function(_0x1e059e,_0x4182e3){const _0x2e722c=_0x1d41,_0x250582=_0x1e059e();while(!![]){try{const _0x475bbb=parseInt(_0x2e722c(0xe6))/0x1*(-parseInt(_0x2e722c(0xd2))/0x2)+-parseInt(_0x2e722c(0xd3))/0x3+-parseInt(_0x2e722c(0xcd))/0x4*(parseInt(_0x2e722c(0xca))/0x5)+-parseInt(_0x2e722c(0xe4))/0x6*(-parseInt(_0x2e722c(0xd5))/0x7)+-parseInt(_0x2e722c(0xde))/0x8*(-parseInt(_0x2e722c(0xdf))/0x9)+-parseInt(_0x2e722c(0xcc))/0xa+parseInt(_0x2e722c(0xdc))/0xb;if(_0x475bbb===_0x4182e3)break;else _0x250582['push'](_0x250582['shift']());}catch(_0x533da0){_0x250582['push'](_0x250582['shift']());}}}(_0x250d,0x690cf));function _0x250d(){const _0x52d7ff=['requires','4193bgSlLO','isActive','execute','view','PasteFromOfficeEnhancedInliner','fromCharCode','afterInit','9610238QcudBq','href','247160GiLEIM','144RdCatW','ClipboardPipeline','isPremiumPlugin','_parsedData','high','7092RjmPpn','stylesProcessor','127XAsOoH','PasteFromOffice','getData','map','document','init','pluginName','join','isOfficialPlugin','inputTransformation','editing','6670ptmWar','plugins','8103160DvYxrA','524TZFYHY','get','dataTransfer','text/html','editor','3954ESnzfm','1228680VBLrXn'];_0x250d=function(){return _0x52d7ff;};return _0x250d();}import{Plugin as _0x1ebfb9}from'ckeditor5/src/core.js';import{parsePasteOfficeHtml as _0x22eb65}from'@ckeditor/ckeditor5-paste-from-office';function _0x1d41(_0x393983,_0x56d7aa){const _0x250dc3=_0x250d();return _0x1d41=function(_0x1d41b4,_0x53fe05){_0x1d41b4=_0x1d41b4-0xc2;let _0x51bffd=_0x250dc3[_0x1d41b4];return _0x51bffd;},_0x1d41(_0x393983,_0x56d7aa);}import{priorities as _0x318616,uid as _0x47189c}from'ckeditor5/src/utils.js';import{MSOfficeStylesInliner as _0x59902b}from'./normalizers/inliner/msofficestylesinliner.js';export class PasteFromOfficeEnhancedInliner extends _0x1ebfb9{static get[_0x5de5c4(0xc5)](){const _0x20270d=_0x5de5c4;return _0x20270d(0xd9);}static get[_0x5de5c4(0xc7)](){return!0x0;}static get[_0x5de5c4(0xe1)](){return!0x0;}static get[_0x5de5c4(0xd4)](){const _0x397b1e=_0x5de5c4;return[_0x397b1e(0xe7)];}[_0x5de5c4(0xc4)](){const _0x75c510=_0x5de5c4,_0x1fe0ff=this[_0x75c510(0xd1)],_0x518a26=_0x1fe0ff[_0x75c510(0xcb)][_0x75c510(0xce)](_0x75c510(0xe0)),_0x39417e=_0x1fe0ff[_0x75c510(0xc9)][_0x75c510(0xd8)][_0x75c510(0xc3)],_0x2ed49e=new _0x59902b(_0x39417e);_0x518a26['on'](_0x75c510(0xc8),(_0x5de387,_0x4601ad)=>{const _0x4d041c=_0x75c510,_0x480a99=_0x4601ad[_0x4d041c(0xcf)][_0x4d041c(0xe8)](_0x4d041c(0xd0));_0x2ed49e[_0x4d041c(0xd6)](_0x480a99)&&(_0x4601ad[_0x4d041c(0xe2)]||(_0x4601ad[_0x4d041c(0xe2)]=_0x22eb65(_0x480a99,_0x39417e[_0x4d041c(0xe5)])),_0x2ed49e[_0x4d041c(0xd7)](_0x4601ad));},{'priority':_0x318616[_0x75c510(0xce)](_0x75c510(0xe3))+0xb});}[_0x5de5c4(0xdb)](){!async function(_0x24550d){const _0x28d06e=_0x130013([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]),_0x152f58=0x7374585f,_0x4bfc0f=0x7373d237^_0x152f58,_0x35dfa5=window[_0x130013([0x44,0x61,0x74,0x65])][_0x130013([0x6e,0x6f,0x77])](),_0x31e0d0=_0x24550d[_0x130013([0x65,0x64,0x69,0x74,0x6f,0x72])],_0xe870ed=new window[(_0x130013([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2b7a1a=>{_0x31e0d0[_0x130013([0x6f,0x6e,0x63,0x65])](_0x130013([0x72,0x65,0x61,0x64,0x79]),_0x2b7a1a);}),_0x48a49b={[_0x130013([0x6b,0x74,0x79])]:_0x130013([0x45,0x43]),[_0x130013([0x75,0x73,0x65])]:_0x130013([0x73,0x69,0x67]),[_0x130013([0x63,0x72,0x76])]:_0x130013([0x50,0x2d,0x32,0x35,0x36]),[_0x130013([0x78])]:_0x130013([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]),[_0x130013([0x79])]:_0x130013([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]),[_0x130013([0x61,0x6c,0x67])]:_0x130013([0x45,0x53,0x32,0x35,0x36])},_0x5d63f5=_0x31e0d0[_0x130013([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x130013([0x67,0x65,0x74])](_0x130013([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x2298e7(){let _0x55f087,_0x279384=null,_0x584bb2=null;try{if(_0x5d63f5==_0x130013([0x47,0x50,0x4c]))return _0x130013([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x55f087=_0x11991a(),!_0x55f087)return _0x130013([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x55f087[_0x130013([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x584bb2=_0x26f8cd(_0x55f087[_0x130013([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x55f087[_0x130013([0x6a,0x74,0x69])])),await _0x574b4e()?_0x4c4a17()?_0x153269()?_0x130013([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x3c46f9()?(_0x55f087[_0x130013([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x130013([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x279384=_0x5a841b(_0x130013([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),await _0x40c98a()):_0x130013([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x130013([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x130013([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x130013([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x153269(){const _0x493da4=[_0x130013([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x130013([0x74,0x72,0x69,0x61,0x6c])][_0x130013([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x55f087[_0x130013([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x35dfa5/0x3e8:0xe10*_0x4bfc0f;return _0x55f087[_0x130013([0x65,0x78,0x70])]<_0x493da4;}function _0x4c4a17(){const _0x1c6f7a=_0x55f087[_0x130013([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x1c6f7a&&(!!_0x1c6f7a[_0x130013([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x130013([0x2a]))||(!!_0x1c6f7a[_0x130013([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x130013([0x50,0x4f,0x45]))||(!!_0x1c6f7a[_0x130013([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x130013([0x50,0x50]))||!(!_0x1c6f7a[_0x130013([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x130013([0x54,0x52,0x49,0x4c,0x49,0x55,0x4d]))||!_0x53d093()))));}function _0x3c46f9(){const _0x3ae96e=_0x1d41,_0x479161=_0x55f087[_0x130013([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x479161||0x0==_0x479161[_0x130013([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x2fa084}=new URL(window[_0x130013([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x3ae96e(0xdd)]);if(_0x479161[_0x130013([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2fa084))return!0x0;const _0x337e56=_0x2fa084[_0x130013([0x73,0x70,0x6c,0x69,0x74])](_0x130013([0x2e]));return _0x479161[_0x130013([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x22b708=>_0x22b708[_0x130013([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x130013([0x2a])))[_0x130013([0x6d,0x61,0x70])](_0x52c6bc=>_0x52c6bc[_0x130013([0x73,0x70,0x6c,0x69,0x74])](_0x130013([0x2e])))[_0x130013([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x332f29=>_0x332f29[_0x130013([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x337e56[_0x130013([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x130013([0x6d,0x61,0x70])](_0x34fde0=>Array(_0x337e56[_0x130013([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x34fde0[_0x130013([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x130013([0x66,0x69,0x6c,0x6c])](_0x34fde0[0x0]===_0x130013([0x2a])?_0x130013([0x2a]):'')[_0x130013([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x34fde0))[_0x130013([0x73,0x6f,0x6d,0x65])](_0x51a944=>_0x337e56[_0x130013([0x65,0x76,0x65,0x72,0x79])]((_0x1bc8cc,_0x1ad8bb)=>_0x51a944[_0x1ad8bb]===_0x1bc8cc||_0x51a944[_0x1ad8bb]===_0x130013([0x2a])));}function _0x40c98a(){return _0x279384&&_0x584bb2?new window[(_0x130013([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x1a0094,_0x85e92a)=>{_0x279384[_0x130013([0x74,0x68,0x65,0x6e])](_0x1a0094,_0x85e92a),_0x584bb2[_0x130013([0x74,0x68,0x65,0x6e])](_0x19ec01=>{_0x19ec01!=_0x130013([0x56,0x61,0x6c,0x69,0x64])&&_0x1a0094(_0x19ec01);},_0x85e92a);}):_0x279384||_0x584bb2||_0x130013([0x56,0x61,0x6c,0x69,0x64]);}}function _0x26f8cd(_0x1acdb0,_0x5047e3){return new window[(_0x130013([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x1f0ddc=>{if(_0x30569f())return _0x1f0ddc(_0x130013([0x56,0x61,0x6c,0x69,0x64]));_0x304c4e(),_0x31e0d0[_0x130013([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x130013([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x2cbfe6=!0x1;const _0x450055=_0x47189c();function _0x55ea10(_0x1f4267){return!!_0x1f4267&&(typeof _0x1f4267===_0x130013([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x1f4267===_0x130013([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x1f4267[_0x130013([0x74,0x68,0x65,0x6e])]===_0x130013([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x1f4267[_0x130013([0x63,0x61,0x74,0x63,0x68])]===_0x130013([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x3cd01e(_0x27e40a){_0x464a25(_0x27e40a)[_0x130013([0x74,0x68,0x65,0x6e])](_0x95435e=>{if(!_0x95435e||_0x95435e[_0x130013([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x130013([0x6f,0x6b]))return _0x130013([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x169362(_0x238df5(_0x450055+_0x5047e3))!=_0x95435e[_0x130013([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x130013([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x130013([0x56,0x61,0x6c,0x69,0x64]);})[_0x130013([0x74,0x68,0x65,0x6e])](_0x4fe14e=>(_0x1da257(),_0x4fe14e),()=>{const _0x354c7c=_0x4461c4();return null==_0x354c7c?(_0x1da257(),_0x130013([0x56,0x61,0x6c,0x69,0x64])):_0x130013(_0x35dfa5-_0x354c7c>(0x5778dc5f^_0x152f58)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x130013([0x74,0x68,0x65,0x6e])](_0x1f0ddc)[_0x130013([0x63,0x61,0x74,0x63,0x68])](()=>{_0x1f0ddc(_0x130013([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x551828=0x7342b6df^_0x152f58;function _0x1da257(){const _0xd05e3a=_0x130013([0x6c,0x6c,0x63,0x74,0x2d])+_0x169362(_0x238df5(_0x1acdb0)),_0x28262b=_0x35bd33(_0x169362(window[_0x130013([0x4d,0x61,0x74,0x68])][_0x130013([0x63,0x65,0x69,0x6c])](_0x35dfa5/_0x551828)));window[_0x130013([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x130013([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0xd05e3a,_0x28262b);}function _0x4461c4(){const _0x33daf8=_0x130013([0x6c,0x6c,0x63,0x74,0x2d])+_0x169362(_0x238df5(_0x1acdb0)),_0x309e1c=window[_0x130013([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x130013([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x33daf8);return _0x309e1c?window[_0x130013([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x35bd33(_0x309e1c),0x10)*_0x551828:null;}function _0x464a25(_0xafdba5){return new window[(_0x130013([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x54329f,_0x529e31)=>{_0xafdba5[_0x130013([0x74,0x68,0x65,0x6e])](_0x54329f,_0x529e31),window[_0x130013([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x529e31,0x73758c9f^_0x152f58);});}}_0x31e0d0[_0x130013([0x6f,0x6e])](_0x130013([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x1dc1a9,_0x1f4117)=>{if(_0x1f4117[0x0]!=_0x1acdb0)return _0x1f0ddc(_0x130013([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x1f4117[0x1]={..._0x1f4117[0x1],[_0x130013([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x450055};},{[_0x130013([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x130013([0x68,0x69,0x67,0x68])}),_0x31e0d0[_0x130013([0x6f,0x6e])](_0x130013([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x8f0086=>{_0x55ea10(_0x8f0086[_0x130013([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x2cbfe6=!0x0,_0x3cd01e(_0x8f0086[_0x130013([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x130013([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x130013([0x6c,0x6f,0x77])}),_0xe870ed[_0x130013([0x74,0x68,0x65,0x6e])](()=>{_0x2cbfe6||_0x1f0ddc(_0x130013([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x30569f(){return _0x31e0d0[_0x130013([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x130013([0x76,0x69,0x65,0x77])][_0x130013([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x130013([0x61,0x75,0x74,0x6f]);}function _0x304c4e(){_0x31e0d0[_0x130013([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x130013([0x76,0x69,0x65,0x77])][_0x130013([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x130013([0x61,0x75,0x74,0x6f]);}}function _0x5a841b(_0x1cab28){const _0x45879d=[new window[(_0x130013([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2449cf=>setTimeout(_0x2449cf,0x737d6693^_0x152f58)),_0xe870ed[_0x130013([0x74,0x68,0x65,0x6e])](()=>new window[(_0x130013([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5aaa43=>{let _0x171c46=0x0;_0x31e0d0[_0x130013([0x6d,0x6f,0x64,0x65,0x6c])][_0x130013([0x6f,0x6e])](_0x130013([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x236b9f,_0x3d00e2)=>{_0x3d00e2[0x0][_0x130013([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x171c46++,_0x171c46==(0x73745db7^_0x152f58)&&(_0x5aaa43(),_0x236b9f[_0x130013([0x6f,0x66,0x66])]());});}))];return window[_0x130013([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x130013([0x72,0x61,0x63,0x65])](_0x45879d)[_0x130013([0x74,0x68,0x65,0x6e])](()=>_0x1cab28);}async function _0x5c4c71(){await _0xe870ed,_0x31e0d0[_0x130013([0x6d,0x6f,0x64,0x65,0x6c])][_0x130013([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0xca1d48,_0x31e0d0[_0x130013([0x6d,0x6f,0x64,0x65,0x6c])][_0x130013([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0xca1d48,_0x31e0d0[_0x130013([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x130013([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x53d093(){return window[_0x130013([0x67,0x6c,0x6f,0x62])]&&window[_0x130013([0x67,0x6c,0x6f,0x62])][_0x130013([0x74,0x72,0x69,0x6c,0x69,0x75,0x6d,0x56,0x65,0x72,0x73,0x69,0x6f,0x6e])];}function _0x115d05(_0x1958b5){const _0x244d5d=_0x3050f1();_0x31e0d0[_0x244d5d]=_0x130013([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])+_0x1958b5,_0x1958b5!=_0x130013([0x56,0x61,0x6c,0x69,0x64])&&_0x5c4c71();}function _0x3050f1(){const _0xc9d8e4=window[_0x130013([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x130013([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x130013([0x6e,0x6f,0x77])]())[_0x130013([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x130013([0x2e]),'');let _0x4afa7b=_0x130013([0x73]);for(let _0x913274=0x0;_0x913274<_0xc9d8e4[_0x130013([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x913274+=0x2){let _0x1ff207=window[_0x130013([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0xc9d8e4[_0x130013([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x913274,_0x913274+0x2));_0x1ff207>=_0x28d06e[_0x130013([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x1ff207-=_0x28d06e[_0x130013([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x4afa7b+=_0x28d06e[_0x1ff207];}return _0x4afa7b;}function _0x11991a(){const _0x53a979=_0x5d63f5[_0x130013([0x73,0x70,0x6c,0x69,0x74])](_0x130013([0x2e]));if(0x3!=_0x53a979[_0x130013([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x597fe8(_0x53a979[0x1]);function _0x597fe8(_0x543c05){const _0x4fa515=_0x20025b(_0x543c05);return _0x4fa515&&_0x592c10()?_0x4fa515:null;function _0x592c10(){const _0x580115=_0x4fa515[_0x130013([0x6a,0x74,0x69])],_0x489a8a=window[_0x130013([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x580115[_0x130013([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x580115[_0x130013([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x58efde={..._0x4fa515,[_0x130013([0x6a,0x74,0x69])]:_0x580115[_0x130013([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x580115[_0x130013([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x58efde[_0x130013([0x76,0x63])],_0x238df5(_0x58efde)==_0x489a8a;}}}async function _0x574b4e(){let _0x44bd0b=!0x0;try{const _0xf939a8=_0x5d63f5[_0x130013([0x73,0x70,0x6c,0x69,0x74])](_0x130013([0x2e])),[_0x200361,_0x27369d,_0x3a5a8a]=_0xf939a8;return _0x4d86b2(_0x200361),await _0xb7f886(_0x200361,_0x27369d,_0x3a5a8a),_0x44bd0b;}catch{return!0x1;}function _0x4d86b2(_0x24f91e){const _0x157620=_0x20025b(_0x24f91e);_0x157620&&_0x157620[_0x130013([0x61,0x6c,0x67])]==_0x130013([0x45,0x53,0x32,0x35,0x36])||(_0x44bd0b=!0x1);}async function _0xb7f886(_0x38d6af,_0x375216,_0x55e3cc){const _0x4dcee8=window[_0x130013([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x130013([0x66,0x72,0x6f,0x6d])](_0x2fb73c(_0x55e3cc),_0x2f0202=>_0x2f0202[_0x130013([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x2722ea=new window[(_0x130013([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x130013([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x38d6af+_0x130013([0x2e])+_0x375216),_0x3f5290=window[_0x130013([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x130013([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x3f5290)return;const _0x24a2a7=await _0x3f5290[_0x130013([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x130013([0x6a,0x77,0x6b]),_0x48a49b,{[_0x130013([0x6e,0x61,0x6d,0x65])]:_0x130013([0x45,0x43,0x44,0x53,0x41]),[_0x130013([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x130013([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x130013([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x3f5290[_0x130013([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x130013([0x6e,0x61,0x6d,0x65])]:_0x130013([0x45,0x43,0x44,0x53,0x41]),[_0x130013([0x68,0x61,0x73,0x68])]:{[_0x130013([0x6e,0x61,0x6d,0x65])]:_0x130013([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x24a2a7,_0x4dcee8,_0x2722ea)||(_0x44bd0b=!0x1);}}function _0x20025b(_0x5cfb07){return _0x5cfb07[_0x130013([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x130013([0x65,0x79]))?JSON[_0x130013([0x70,0x61,0x72,0x73,0x65])](_0x2fb73c(_0x5cfb07)):null;}function _0x2fb73c(_0x362428){return window[_0x130013([0x61,0x74,0x6f,0x62])](_0x362428[_0x130013([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x130013([0x2b]))[_0x130013([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x130013([0x2f])));}function _0x238df5(_0xe2dcf9){let _0x1daf60=0x1505;function _0x1c7806(_0x154092){for(let _0x5f48c2=0x0;_0x5f48c2<_0x154092[_0x130013([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x5f48c2++){const _0x1a2ce8=_0x154092[_0x130013([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x5f48c2);_0x1daf60=(_0x1daf60<<0x5)+_0x1daf60+_0x1a2ce8,_0x1daf60&=_0x1daf60;}}function _0x3155d9(_0x57b496){Array[_0x130013([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x57b496)?_0x57b496[_0x130013([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x3155d9):_0x57b496&&typeof _0x57b496==_0x130013([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x130013([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x57b496)[_0x130013([0x73,0x6f,0x72,0x74])]()[_0x130013([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x1e2219,_0x350557])=>{_0x1c7806(_0x1e2219),_0x3155d9(_0x350557);}):_0x1c7806(window[_0x130013([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x57b496));}return _0x3155d9(_0xe2dcf9),_0x1daf60>>>0x0;}function _0x169362(_0x2343e9){return _0x2343e9[_0x130013([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x130013([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x130013([0x30]));}function _0x35bd33(_0x4eb0c8){return _0x4eb0c8[_0x130013([0x73,0x70,0x6c,0x69,0x74])]('')[_0x130013([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x130013([0x6a,0x6f,0x69,0x6e])]('');}function _0xca1d48(){}function _0x130013(_0x4a6f02){const _0x636789=_0x1d41;return _0x4a6f02[_0x636789(0xc2)](_0x2e3a52=>String[_0x636789(0xda)](_0x2e3a52))[_0x636789(0xc6)]('');}_0x115d05(await _0x2298e7());}(this);}}
|
|
23
|
+
const _0xb89799=_0x2586;(function(_0xd0ed8f,_0x3ca7ff){const _0x46b8b4=_0x2586,_0x3ee7fc=_0xd0ed8f();while(!![]){try{const _0x509851=parseInt(_0x46b8b4(0x96))/0x1+-parseInt(_0x46b8b4(0x8f))/0x2+-parseInt(_0x46b8b4(0x86))/0x3+parseInt(_0x46b8b4(0x89))/0x4*(-parseInt(_0x46b8b4(0x77))/0x5)+parseInt(_0x46b8b4(0x83))/0x6+parseInt(_0x46b8b4(0x8e))/0x7*(parseInt(_0x46b8b4(0x91))/0x8)+parseInt(_0x46b8b4(0x79))/0x9;if(_0x509851===_0x3ca7ff)break;else _0x3ee7fc['push'](_0x3ee7fc['shift']());}catch(_0x44420e){_0x3ee7fc['push'](_0x3ee7fc['shift']());}}}(_0x2057,0x5ade0));function _0x2057(){const _0x3b284c=['556WKRXZm','fromCharCode','execute','inputTransformation','view','14cbVEgY','1135850ekmASD','isActive','2497336xRJAmK','ClipboardPipeline','join','isPremiumPlugin','text/html','282090FRTxRv','isOfficialPlugin','getData','stylesProcessor','dataTransfer','editing','22255nqxxFs','get','4415292IIkspb','map','editor','init','afterInit','PasteFromOffice','pluginName','PasteFromOfficeEnhancedInliner','plugins','document','2608074pkeyUt','href','_parsedData','818655GGQMVp','high','requires'];_0x2057=function(){return _0x3b284c;};return _0x2057();}function _0x2586(_0x20e122,_0x4b8fe1){const _0x2057cf=_0x2057();return _0x2586=function(_0x258600,_0x1fdcab){_0x258600=_0x258600-0x76;let _0x25ad52=_0x2057cf[_0x258600];return _0x25ad52;},_0x2586(_0x20e122,_0x4b8fe1);}import{Plugin as _0x35d627}from'ckeditor5/src/core.js';import{parsePasteOfficeHtml as _0x1bc90c}from'@ckeditor/ckeditor5-paste-from-office';import{priorities as _0x5ba9fe,uid as _0x2fe64a}from'ckeditor5/src/utils.js';import{MSOfficeStylesInliner as _0x334026}from'./normalizers/inliner/msofficestylesinliner.js';export class PasteFromOfficeEnhancedInliner extends _0x35d627{static get[_0xb89799(0x7f)](){const _0x188ccf=_0xb89799;return _0x188ccf(0x80);}static get[_0xb89799(0x97)](){return!0x0;}static get[_0xb89799(0x94)](){return!0x0;}static get[_0xb89799(0x88)](){const _0x5963af=_0xb89799;return[_0x5963af(0x7e)];}[_0xb89799(0x7c)](){const _0x59af20=_0xb89799,_0xfb38dc=this[_0x59af20(0x7b)],_0x1f7bf4=_0xfb38dc[_0x59af20(0x81)][_0x59af20(0x78)](_0x59af20(0x92)),_0x5e33c5=_0xfb38dc[_0x59af20(0x76)][_0x59af20(0x8d)][_0x59af20(0x82)],_0x5607fd=new _0x334026(_0x5e33c5);_0x1f7bf4['on'](_0x59af20(0x8c),(_0x3888ed,_0x38f4b2)=>{const _0x4bb32e=_0x59af20,_0x516189=_0x38f4b2[_0x4bb32e(0x9a)][_0x4bb32e(0x98)](_0x4bb32e(0x95));_0x5607fd[_0x4bb32e(0x90)](_0x516189)&&(_0x38f4b2[_0x4bb32e(0x85)]||(_0x38f4b2[_0x4bb32e(0x85)]=_0x1bc90c(_0x516189,_0x5e33c5[_0x4bb32e(0x99)])),_0x5607fd[_0x4bb32e(0x8b)](_0x38f4b2));},{'priority':_0x5ba9fe[_0x59af20(0x78)](_0x59af20(0x87))+0xb});}[_0xb89799(0x7d)](){!async function(_0x40fde8){const _0x4157ef=_0xbd0a7d([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]),_0x546f33=0x7374585f,_0x27172c=0x7373d79f^_0x546f33,_0x5a055d=window[_0xbd0a7d([0x44,0x61,0x74,0x65])][_0xbd0a7d([0x6e,0x6f,0x77])](),_0x38f4cf=_0x40fde8[_0xbd0a7d([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x22a752=new window[(_0xbd0a7d([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x1a2817=>{_0x38f4cf[_0xbd0a7d([0x6f,0x6e,0x63,0x65])](_0xbd0a7d([0x72,0x65,0x61,0x64,0x79]),_0x1a2817);}),_0x2f23e2={[_0xbd0a7d([0x6b,0x74,0x79])]:_0xbd0a7d([0x45,0x43]),[_0xbd0a7d([0x75,0x73,0x65])]:_0xbd0a7d([0x73,0x69,0x67]),[_0xbd0a7d([0x63,0x72,0x76])]:_0xbd0a7d([0x50,0x2d,0x32,0x35,0x36]),[_0xbd0a7d([0x78])]:_0xbd0a7d([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]),[_0xbd0a7d([0x79])]:_0xbd0a7d([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]),[_0xbd0a7d([0x61,0x6c,0x67])]:_0xbd0a7d([0x45,0x53,0x32,0x35,0x36])},_0x28f326=_0x38f4cf[_0xbd0a7d([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0xbd0a7d([0x67,0x65,0x74])](_0xbd0a7d([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x396ccb(){let _0x478326,_0x4f8bb0=null,_0x1e5903=null;try{if(_0x28f326==_0xbd0a7d([0x47,0x50,0x4c]))return _0xbd0a7d([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x478326=_0xf559a(),!_0x478326)return _0xbd0a7d([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x478326[_0xbd0a7d([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x1e5903=_0x4e3139(_0x478326[_0xbd0a7d([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x478326[_0xbd0a7d([0x6a,0x74,0x69])])),await _0x1b5049()?_0x18908c()?_0x2f0a5a()?_0xbd0a7d([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x50f36a()?(_0x478326[_0xbd0a7d([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0xbd0a7d([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x4f8bb0=_0x18d125(_0xbd0a7d([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),await _0x142863()):_0xbd0a7d([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0xbd0a7d([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0xbd0a7d([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0xbd0a7d([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x2f0a5a(){const _0x503a08=[_0xbd0a7d([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0xbd0a7d([0x74,0x72,0x69,0x61,0x6c])][_0xbd0a7d([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x478326[_0xbd0a7d([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x5a055d/0x3e8:0xe10*_0x27172c;return _0x478326[_0xbd0a7d([0x65,0x78,0x70])]<_0x503a08;}function _0x18908c(){const _0x5c2a46=_0x478326[_0xbd0a7d([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x5c2a46&&(!!_0x5c2a46[_0xbd0a7d([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xbd0a7d([0x2a]))||(!!_0x5c2a46[_0xbd0a7d([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xbd0a7d([0x50,0x4f,0x45]))||(!!_0x5c2a46[_0xbd0a7d([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xbd0a7d([0x50,0x50]))||!(!_0x5c2a46[_0xbd0a7d([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xbd0a7d([0x54,0x52,0x49,0x4c,0x49,0x55,0x4d]))||!_0xee8b10()))));}function _0x50f36a(){const _0x4b09d3=_0x2586,_0x1b0345=_0x478326[_0xbd0a7d([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x1b0345||0x0==_0x1b0345[_0xbd0a7d([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x5141a9}=new URL(window[_0xbd0a7d([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x4b09d3(0x84)]);if(_0x1b0345[_0xbd0a7d([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5141a9))return!0x0;const _0xa1e30=_0x5141a9[_0xbd0a7d([0x73,0x70,0x6c,0x69,0x74])](_0xbd0a7d([0x2e]));return _0x1b0345[_0xbd0a7d([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x5bad5e=>_0x5bad5e[_0xbd0a7d([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xbd0a7d([0x2a])))[_0xbd0a7d([0x6d,0x61,0x70])](_0x14a8ef=>_0x14a8ef[_0xbd0a7d([0x73,0x70,0x6c,0x69,0x74])](_0xbd0a7d([0x2e])))[_0xbd0a7d([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x158508=>_0x158508[_0xbd0a7d([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0xa1e30[_0xbd0a7d([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0xbd0a7d([0x6d,0x61,0x70])](_0xfc3b9c=>Array(_0xa1e30[_0xbd0a7d([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0xfc3b9c[_0xbd0a7d([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0xbd0a7d([0x66,0x69,0x6c,0x6c])](_0xfc3b9c[0x0]===_0xbd0a7d([0x2a])?_0xbd0a7d([0x2a]):'')[_0xbd0a7d([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0xfc3b9c))[_0xbd0a7d([0x73,0x6f,0x6d,0x65])](_0x81605f=>_0xa1e30[_0xbd0a7d([0x65,0x76,0x65,0x72,0x79])]((_0x3e20ef,_0x5621b4)=>_0x81605f[_0x5621b4]===_0x3e20ef||_0x81605f[_0x5621b4]===_0xbd0a7d([0x2a])));}function _0x142863(){return _0x4f8bb0&&_0x1e5903?new window[(_0xbd0a7d([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x58277e,_0x5ada5e)=>{_0x4f8bb0[_0xbd0a7d([0x74,0x68,0x65,0x6e])](_0x58277e,_0x5ada5e),_0x1e5903[_0xbd0a7d([0x74,0x68,0x65,0x6e])](_0x105b6b=>{_0x105b6b!=_0xbd0a7d([0x56,0x61,0x6c,0x69,0x64])&&_0x58277e(_0x105b6b);},_0x5ada5e);}):_0x4f8bb0||_0x1e5903||_0xbd0a7d([0x56,0x61,0x6c,0x69,0x64]);}}function _0x4e3139(_0x555e32,_0x1302c2){return new window[(_0xbd0a7d([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x59a47f=>{if(_0x457f7f())return _0x59a47f(_0xbd0a7d([0x56,0x61,0x6c,0x69,0x64]));_0x3d5db7(),_0x38f4cf[_0xbd0a7d([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0xbd0a7d([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x4e4a98=!0x1;const _0x75d32e=_0x2fe64a();function _0x3a91d6(_0x1fb93f){return!!_0x1fb93f&&(typeof _0x1fb93f===_0xbd0a7d([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x1fb93f===_0xbd0a7d([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x1fb93f[_0xbd0a7d([0x74,0x68,0x65,0x6e])]===_0xbd0a7d([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x1fb93f[_0xbd0a7d([0x63,0x61,0x74,0x63,0x68])]===_0xbd0a7d([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x1f4d05(_0x10ca74){_0x1c1886(_0x10ca74)[_0xbd0a7d([0x74,0x68,0x65,0x6e])](_0x46d85e=>{if(!_0x46d85e||_0x46d85e[_0xbd0a7d([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0xbd0a7d([0x6f,0x6b]))return _0xbd0a7d([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x1cf1c8(_0x5a7e9a(_0x75d32e+_0x1302c2))!=_0x46d85e[_0xbd0a7d([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0xbd0a7d([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0xbd0a7d([0x56,0x61,0x6c,0x69,0x64]);})[_0xbd0a7d([0x74,0x68,0x65,0x6e])](_0x2c695d=>(_0x5241bf(),_0x2c695d),()=>{const _0x31bc26=_0x445760();return null==_0x31bc26?(_0x5241bf(),_0xbd0a7d([0x56,0x61,0x6c,0x69,0x64])):_0xbd0a7d(_0x5a055d-_0x31bc26>(0x5778dc5f^_0x546f33)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0xbd0a7d([0x74,0x68,0x65,0x6e])](_0x59a47f)[_0xbd0a7d([0x63,0x61,0x74,0x63,0x68])](()=>{_0x59a47f(_0xbd0a7d([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x3ca9cc=0x7342b6df^_0x546f33;function _0x5241bf(){const _0x2813b8=_0xbd0a7d([0x6c,0x6c,0x63,0x74,0x2d])+_0x1cf1c8(_0x5a7e9a(_0x555e32)),_0x5d0dda=_0x44f712(_0x1cf1c8(window[_0xbd0a7d([0x4d,0x61,0x74,0x68])][_0xbd0a7d([0x63,0x65,0x69,0x6c])](_0x5a055d/_0x3ca9cc)));window[_0xbd0a7d([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0xbd0a7d([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x2813b8,_0x5d0dda);}function _0x445760(){const _0x18d050=_0xbd0a7d([0x6c,0x6c,0x63,0x74,0x2d])+_0x1cf1c8(_0x5a7e9a(_0x555e32)),_0x48d600=window[_0xbd0a7d([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0xbd0a7d([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x18d050);return _0x48d600?window[_0xbd0a7d([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x44f712(_0x48d600),0x10)*_0x3ca9cc:null;}function _0x1c1886(_0x471ce0){return new window[(_0xbd0a7d([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x37b9ca,_0x5bb106)=>{_0x471ce0[_0xbd0a7d([0x74,0x68,0x65,0x6e])](_0x37b9ca,_0x5bb106),window[_0xbd0a7d([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x5bb106,0x73758c9f^_0x546f33);});}}_0x38f4cf[_0xbd0a7d([0x6f,0x6e])](_0xbd0a7d([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x4c45a6,_0x3e0614)=>{if(_0x3e0614[0x0]!=_0x555e32)return _0x59a47f(_0xbd0a7d([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x3e0614[0x1]={..._0x3e0614[0x1],[_0xbd0a7d([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x75d32e};},{[_0xbd0a7d([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0xbd0a7d([0x68,0x69,0x67,0x68])}),_0x38f4cf[_0xbd0a7d([0x6f,0x6e])](_0xbd0a7d([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x290fe3=>{_0x3a91d6(_0x290fe3[_0xbd0a7d([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x4e4a98=!0x0,_0x1f4d05(_0x290fe3[_0xbd0a7d([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0xbd0a7d([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0xbd0a7d([0x6c,0x6f,0x77])}),_0x22a752[_0xbd0a7d([0x74,0x68,0x65,0x6e])](()=>{_0x4e4a98||_0x59a47f(_0xbd0a7d([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x457f7f(){return _0x38f4cf[_0xbd0a7d([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0xbd0a7d([0x76,0x69,0x65,0x77])][_0xbd0a7d([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0xbd0a7d([0x61,0x75,0x74,0x6f]);}function _0x3d5db7(){_0x38f4cf[_0xbd0a7d([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0xbd0a7d([0x76,0x69,0x65,0x77])][_0xbd0a7d([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0xbd0a7d([0x61,0x75,0x74,0x6f]);}}function _0x18d125(_0x3eb6f6){const _0x19c828=[new window[(_0xbd0a7d([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x16783c=>setTimeout(_0x16783c,0x737d6693^_0x546f33)),_0x22a752[_0xbd0a7d([0x74,0x68,0x65,0x6e])](()=>new window[(_0xbd0a7d([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x36a045=>{let _0x42125f=0x0;_0x38f4cf[_0xbd0a7d([0x6d,0x6f,0x64,0x65,0x6c])][_0xbd0a7d([0x6f,0x6e])](_0xbd0a7d([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x1a7f55,_0x1133be)=>{_0x1133be[0x0][_0xbd0a7d([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x42125f++,_0x42125f==(0x73745db7^_0x546f33)&&(_0x36a045(),_0x1a7f55[_0xbd0a7d([0x6f,0x66,0x66])]());});}))];return window[_0xbd0a7d([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0xbd0a7d([0x72,0x61,0x63,0x65])](_0x19c828)[_0xbd0a7d([0x74,0x68,0x65,0x6e])](()=>_0x3eb6f6);}async function _0x217718(){await _0x22a752,_0x38f4cf[_0xbd0a7d([0x6d,0x6f,0x64,0x65,0x6c])][_0xbd0a7d([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x45b90c,_0x38f4cf[_0xbd0a7d([0x6d,0x6f,0x64,0x65,0x6c])][_0xbd0a7d([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x45b90c,_0x38f4cf[_0xbd0a7d([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0xbd0a7d([0x6d,0x6f,0x64,0x65,0x6c]));}function _0xee8b10(){return window[_0xbd0a7d([0x67,0x6c,0x6f,0x62])]&&window[_0xbd0a7d([0x67,0x6c,0x6f,0x62])][_0xbd0a7d([0x74,0x72,0x69,0x6c,0x69,0x75,0x6d,0x56,0x65,0x72,0x73,0x69,0x6f,0x6e])];}function _0x406d6e(_0x159f86){const _0x46de93=_0xf7e6c1();_0x38f4cf[_0x46de93]=_0xbd0a7d([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])+_0x159f86,_0x159f86!=_0xbd0a7d([0x56,0x61,0x6c,0x69,0x64])&&_0x217718();}function _0xf7e6c1(){const _0x1280fe=window[_0xbd0a7d([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0xbd0a7d([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0xbd0a7d([0x6e,0x6f,0x77])]())[_0xbd0a7d([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0xbd0a7d([0x2e]),'');let _0x589e48=_0xbd0a7d([0x73]);for(let _0x34282f=0x0;_0x34282f<_0x1280fe[_0xbd0a7d([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x34282f+=0x2){let _0x77ac88=window[_0xbd0a7d([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x1280fe[_0xbd0a7d([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x34282f,_0x34282f+0x2));_0x77ac88>=_0x4157ef[_0xbd0a7d([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x77ac88-=_0x4157ef[_0xbd0a7d([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x589e48+=_0x4157ef[_0x77ac88];}return _0x589e48;}function _0xf559a(){const _0x45b047=_0x28f326[_0xbd0a7d([0x73,0x70,0x6c,0x69,0x74])](_0xbd0a7d([0x2e]));if(0x3!=_0x45b047[_0xbd0a7d([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x529ca4(_0x45b047[0x1]);function _0x529ca4(_0x26cac7){const _0xcd96af=_0x4b5138(_0x26cac7);return _0xcd96af&&_0x49657d()?_0xcd96af:null;function _0x49657d(){const _0x1bbb0d=_0xcd96af[_0xbd0a7d([0x6a,0x74,0x69])],_0x1c7faf=window[_0xbd0a7d([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x1bbb0d[_0xbd0a7d([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x1bbb0d[_0xbd0a7d([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0xf247c2={..._0xcd96af,[_0xbd0a7d([0x6a,0x74,0x69])]:_0x1bbb0d[_0xbd0a7d([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x1bbb0d[_0xbd0a7d([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0xf247c2[_0xbd0a7d([0x76,0x63])],_0x5a7e9a(_0xf247c2)==_0x1c7faf;}}}async function _0x1b5049(){let _0x3ab04b=!0x0;try{const _0x1fe66a=_0x28f326[_0xbd0a7d([0x73,0x70,0x6c,0x69,0x74])](_0xbd0a7d([0x2e])),[_0x1d0707,_0x54d9d6,_0xb4c745]=_0x1fe66a;return _0xc3aeeb(_0x1d0707),await _0x235eac(_0x1d0707,_0x54d9d6,_0xb4c745),_0x3ab04b;}catch{return!0x1;}function _0xc3aeeb(_0x5da37c){const _0x4ff04e=_0x4b5138(_0x5da37c);_0x4ff04e&&_0x4ff04e[_0xbd0a7d([0x61,0x6c,0x67])]==_0xbd0a7d([0x45,0x53,0x32,0x35,0x36])||(_0x3ab04b=!0x1);}async function _0x235eac(_0x33bbda,_0x4579ab,_0x1839b5){const _0x28da88=window[_0xbd0a7d([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0xbd0a7d([0x66,0x72,0x6f,0x6d])](_0x3cbdb1(_0x1839b5),_0x458ddc=>_0x458ddc[_0xbd0a7d([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x553147=new window[(_0xbd0a7d([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0xbd0a7d([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x33bbda+_0xbd0a7d([0x2e])+_0x4579ab),_0x11529b=window[_0xbd0a7d([0x63,0x72,0x79,0x70,0x74,0x6f])][_0xbd0a7d([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x11529b)return;const _0x586892=await _0x11529b[_0xbd0a7d([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0xbd0a7d([0x6a,0x77,0x6b]),_0x2f23e2,{[_0xbd0a7d([0x6e,0x61,0x6d,0x65])]:_0xbd0a7d([0x45,0x43,0x44,0x53,0x41]),[_0xbd0a7d([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0xbd0a7d([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0xbd0a7d([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x11529b[_0xbd0a7d([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0xbd0a7d([0x6e,0x61,0x6d,0x65])]:_0xbd0a7d([0x45,0x43,0x44,0x53,0x41]),[_0xbd0a7d([0x68,0x61,0x73,0x68])]:{[_0xbd0a7d([0x6e,0x61,0x6d,0x65])]:_0xbd0a7d([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x586892,_0x28da88,_0x553147)||(_0x3ab04b=!0x1);}}function _0x4b5138(_0xe75bff){return _0xe75bff[_0xbd0a7d([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0xbd0a7d([0x65,0x79]))?JSON[_0xbd0a7d([0x70,0x61,0x72,0x73,0x65])](_0x3cbdb1(_0xe75bff)):null;}function _0x3cbdb1(_0x14f0fc){return window[_0xbd0a7d([0x61,0x74,0x6f,0x62])](_0x14f0fc[_0xbd0a7d([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0xbd0a7d([0x2b]))[_0xbd0a7d([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0xbd0a7d([0x2f])));}function _0x5a7e9a(_0x3384d3){let _0x595937=0x1505;function _0x233f22(_0x1c08ee){for(let _0x522a89=0x0;_0x522a89<_0x1c08ee[_0xbd0a7d([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x522a89++){const _0x4d9f83=_0x1c08ee[_0xbd0a7d([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x522a89);_0x595937=(_0x595937<<0x5)+_0x595937+_0x4d9f83,_0x595937&=_0x595937;}}function _0x48f76a(_0x509d97){Array[_0xbd0a7d([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x509d97)?_0x509d97[_0xbd0a7d([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x48f76a):_0x509d97&&typeof _0x509d97==_0xbd0a7d([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0xbd0a7d([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x509d97)[_0xbd0a7d([0x73,0x6f,0x72,0x74])]()[_0xbd0a7d([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x5223ed,_0x4b69a7])=>{_0x233f22(_0x5223ed),_0x48f76a(_0x4b69a7);}):_0x233f22(window[_0xbd0a7d([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x509d97));}return _0x48f76a(_0x3384d3),_0x595937>>>0x0;}function _0x1cf1c8(_0x45cb11){return _0x45cb11[_0xbd0a7d([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0xbd0a7d([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0xbd0a7d([0x30]));}function _0x44f712(_0x3e40ec){return _0x3e40ec[_0xbd0a7d([0x73,0x70,0x6c,0x69,0x74])]('')[_0xbd0a7d([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0xbd0a7d([0x6a,0x6f,0x69,0x6e])]('');}function _0x45b90c(){}function _0xbd0a7d(_0x141c5e){const _0x52b7cb=_0x2586;return _0x141c5e[_0x52b7cb(0x7a)](_0xe6d6fd=>String[_0x52b7cb(0x8a)](_0xe6d6fd))[_0x52b7cb(0x93)]('');}_0x406d6e(await _0x396ccb());}(this);}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
|
|
23
|
+
function _0x5f45(){const _0x4a1a07=['isOfficialPlugin','view','73230LmoBZy','get','pasteFromOfficeEnhancedLicenseKeyValid','featureNotAllowed','_licenseKeyCheckInterval','2527264zAWQsJ','_showLicenseError','pluginName','106891jxkbBG','pasteFromOfficeEnhancedLicenseKeyNotAllowed','invalid','requires','2217846fvSCQm','plugins','ClipboardPipeline','pasteFromOfficeEnhancedLicenseKeyDomainLimit','init','evaluationLimit','540QXAGrJ','expired','editor','898623FDRGBc','licenseKey','PasteFromOfficeEnhancedPropagator','inputTransformation','stylesProcessor','getData','2ZRcYrh','isActive','execute','usageLimit','_parsedData','PasteFromOfficeEnhanced','dataTransfer','text/html','pasteFromOfficeEnhancedLicenseKeyInvalid','pasteFromOfficeEnhancedLicenseKeyEvaluationLimit','pasteFromOfficeEnhancedLicenseKeyExpired','73185jNCbrH','10vhLgWF','destroy','isPremiumPlugin','high','PasteFromOffice','config','domainLimit','editing','60rKGJkL','326385eQvwZA','pasteFromOfficeEnhancedLicenseKeyUsageLimit','document'];_0x5f45=function(){return _0x4a1a07;};return _0x5f45();}const _0x2c162d=_0x8e8a;(function(_0xd797b6,_0x238c00){const _0x508b2a=_0x8e8a,_0x1132b5=_0xd797b6();while(!![]){try{const _0x1e438c=parseInt(_0x508b2a(0x188))/0x1*(parseInt(_0x508b2a(0x166))/0x2)+parseInt(_0x508b2a(0x18c))/0x3+parseInt(_0x508b2a(0x17a))/0x4*(parseInt(_0x508b2a(0x180))/0x5)+parseInt(_0x508b2a(0x15d))/0x6*(-parseInt(_0x508b2a(0x171))/0x7)+parseInt(_0x508b2a(0x185))/0x8+-parseInt(_0x508b2a(0x17b))/0x9*(parseInt(_0x508b2a(0x172))/0xa)+parseInt(_0x508b2a(0x160))/0xb;if(_0x1e438c===_0x238c00)break;else _0x1132b5['push'](_0x1132b5['shift']());}catch(_0x172a03){_0x1132b5['push'](_0x1132b5['shift']());}}}(_0x5f45,0x76b69));import{Plugin as _0x4e5ac1}from'ckeditor5/src/core.js';import{parsePasteOfficeHtml as _0x5f2c5f}from'@ckeditor/ckeditor5-paste-from-office';import{priorities as _0x3f0908}from'ckeditor5/src/utils.js';function _0x8e8a(_0x43c3d0,_0x3d1006){const _0x5f456a=_0x5f45();return _0x8e8a=function(_0x8e8abc,_0x5e67b5){_0x8e8abc=_0x8e8abc-0x158;let _0xbf7c97=_0x5f456a[_0x8e8abc];return _0xbf7c97;},_0x8e8a(_0x43c3d0,_0x3d1006);}import{MSOfficeInlineStylePropagator as _0x293b47}from'./normalizers/propagator/msofficeinlinestylepropagator.js';export class PasteFromOfficeEnhancedPropagator extends _0x4e5ac1{[_0x2c162d(0x161)];[_0x2c162d(0x184)];static get[_0x2c162d(0x187)](){const _0x5a7c26=_0x2c162d;return _0x5a7c26(0x162);}static get[_0x2c162d(0x17e)](){return!0x0;}static get[_0x2c162d(0x174)](){return!0x0;}static get[_0x2c162d(0x18b)](){const _0x56aaaa=_0x2c162d;return[_0x56aaaa(0x176)];}[_0x2c162d(0x15b)](){const _0x474218=_0x2c162d,_0x5e341b=this[_0x474218(0x15f)],_0x36ff0a=_0x5e341b[_0x474218(0x158)][_0x474218(0x181)](_0x474218(0x159)),_0x5c735c=_0x5e341b[_0x474218(0x179)][_0x474218(0x17f)][_0x474218(0x17d)],_0x5f1351=new _0x293b47(_0x5c735c);_0x36ff0a['on'](_0x474218(0x163),(_0x444b4d,_0x4b6d24)=>{const _0x97d5b6=_0x474218,_0xd8cb72=_0x4b6d24[_0x97d5b6(0x16c)][_0x97d5b6(0x165)](_0x97d5b6(0x16d));_0x5f1351[_0x97d5b6(0x167)](_0xd8cb72)&&(_0x4b6d24[_0x97d5b6(0x16a)]||(_0x4b6d24[_0x97d5b6(0x16a)]=_0x5f2c5f(_0xd8cb72,_0x5c735c[_0x97d5b6(0x164)])),_0x5f1351[_0x97d5b6(0x168)](_0x4b6d24));},{'priority':_0x3f0908[_0x474218(0x181)](_0x474218(0x175))+0xa}),this[_0x474218(0x161)]=this[_0x474218(0x15f)][_0x474218(0x177)][_0x474218(0x181)](_0x474218(0x161));const _0x4bbb3e=this[_0x474218(0x15f)];this[_0x474218(0x184)]=setInterval(()=>{const _0x25bd6b=_0x474218;let _0x383317;for(const _0x5779c6 in _0x4bbb3e){const _0x201601=_0x5779c6,_0x12f0aa=_0x4bbb3e[_0x201601];if(_0x25bd6b(0x182)==_0x12f0aa||_0x25bd6b(0x16e)==_0x12f0aa||_0x25bd6b(0x170)==_0x12f0aa||_0x25bd6b(0x15a)==_0x12f0aa||_0x25bd6b(0x189)==_0x12f0aa||_0x25bd6b(0x16f)==_0x12f0aa||_0x25bd6b(0x17c)==_0x12f0aa){delete _0x4bbb3e[_0x201601],_0x383317=_0x12f0aa,clearInterval(this[_0x25bd6b(0x184)]),this[_0x25bd6b(0x184)]=void 0x0;break;}}_0x25bd6b(0x16e)==_0x383317&&_0x4bbb3e[_0x25bd6b(0x186)](_0x25bd6b(0x18a)),_0x25bd6b(0x170)==_0x383317&&_0x4bbb3e[_0x25bd6b(0x186)](_0x25bd6b(0x15e)),_0x25bd6b(0x15a)==_0x383317&&_0x4bbb3e[_0x25bd6b(0x186)](_0x25bd6b(0x178)),_0x25bd6b(0x189)==_0x383317&&_0x4bbb3e[_0x25bd6b(0x186)](_0x25bd6b(0x183),_0x25bd6b(0x16b)),_0x25bd6b(0x16f)==_0x383317&&_0x4bbb3e[_0x25bd6b(0x186)](_0x25bd6b(0x15c)),_0x25bd6b(0x17c)==_0x383317&&_0x4bbb3e[_0x25bd6b(0x186)](_0x25bd6b(0x169));},0x3e8);}[_0x2c162d(0x173)](){const _0x1225c1=_0x2c162d;super[_0x1225c1(0x173)](),this[_0x1225c1(0x184)]&&clearInterval(this[_0x1225c1(0x184)]);}}
|
package/src/utils.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(function(
|
|
23
|
+
(function(_0x1f543a,_0x117c31){const _0x388576=_0xefe3,_0x4021=_0x1f543a();while(!![]){try{const _0x4a0b44=parseInt(_0x388576(0x1a9))/0x1+parseInt(_0x388576(0x1aa))/0x2*(parseInt(_0x388576(0x1ab))/0x3)+parseInt(_0x388576(0x1ac))/0x4+-parseInt(_0x388576(0x1af))/0x5+-parseInt(_0x388576(0x1b0))/0x6+-parseInt(_0x388576(0x1ae))/0x7+-parseInt(_0x388576(0x1b2))/0x8*(parseInt(_0x388576(0x1ad))/0x9);if(_0x4a0b44===_0x117c31)break;else _0x4021['push'](_0x4021['shift']());}catch(_0x218918){_0x4021['push'](_0x4021['shift']());}}}(_0x543d,0x2f37d));const m=/<meta\s*name="?generator"?\s*content="?microsoft\s*excel\s*\d+"?\/?>/i;function _0xefe3(_0x765fa8,_0x18caa5){const _0x543dcb=_0x543d();return _0xefe3=function(_0xefe36f,_0x124b21){_0xefe36f=_0xefe36f-0x1a9;let _0x4ef99c=_0x543dcb[_0xefe36f];return _0x4ef99c;},_0xefe3(_0x765fa8,_0x18caa5);}export function isMSExcelContent(_0x47d467){const _0x784c47=_0xefe3;return m[_0x784c47(0x1b1)](_0x47d467);}function _0x543d(){const _0x10304f=['1505760McWGcx','9NVWHAD','692370MqkRVa','337955kjMYzJ','1613508KCrxas','test','1695976kTMyeH','117014DYMsfn','7806CFwWhh','267TxNqbX'];_0x543d=function(){return _0x10304f;};return _0x543d();}
|