@ckeditor/ckeditor5-paste-from-office-enhanced 47.4.0-alpha.6 → 47.4.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.
@@ -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={237:t=>{"use strict";t.exports=CKEditor5.dll},331:(t,e,n)=>{t.exports=n(237)("./src/clipboard.js")},584:(t,e,n)=>{t.exports=n(237)("./src/utils.js")},782:(t,e,n)=>{t.exports=n(237)("./src/core.js")},783:(t,e,n)=>{t.exports=n(237)("./src/engine.js")}},e={};function n(r){var s=e[r];if(void 0!==s)return s.exports;var i=e[r]={exports:{}};return t[r](i,i.exports,n),i.exports}n.d=(t,e)=>{for(var r in e)n.o(e,r)&&!n.o(t,r)&&Object.defineProperty(t,r,{enumerable:!0,get:e[r]})},n.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),n.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})};var r={};(()=>{"use strict";n.r(r),n.d(r,{PasteFromOfficeEnhanced:()=>pt});var t=n(782);n(331);var e=n(783);function s(t){const e=parseFloat(t);return t.endsWith("pt")?o(96*e/72):t.endsWith("pc")?o(12*e*96/72):t.endsWith("in")?o(96*e):t.endsWith("cm")?o(96*e/2.54):t.endsWith("mm")?o(e/10*96/2.54):t}function i(t){return void 0!==t&&t.endsWith("px")}function o(t){return Math.round(t)+"px"}function a(t,n,r){if(!t.childCount)return;const s=new e.ViewUpcastWriter(t.document),a=function(t,e){const n=e.createRangeIn(t),r=[],s=new Set;for(const t of n.getItems()){if(!t.is("element")||!t.name.match(/^(p|h\d+|li|div)$/))continue;let e=h(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=m(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(!a.length)return;const l={},f=[];for(const t of a)if(void 0!==t.indent){c(t)||(f.length=0);const e=`${t.id}:${t.indent}`,a=Math.min(t.indent-1,f.length);if(a<f.length&&f[a].id!==t.id&&(f.length=a),a<f.length-1)f.length=a+1;else{const c=u(t,n);if(a>f.length-1||f[a].listElement.name!=c.type){0==a&&"ol"==c.type&&void 0!==t.id&&l[e]&&(c.startIndex=l[e]);const n=p(c,s,r);if(i(t.marginLeft)&&(0==a||i(f[a-1].marginLeft))){let e=t.marginLeft;a>0&&(e=o(parseFloat(e)-parseFloat(f[a-1].marginLeft))),s.setStyle("padding-left",e,n)}if(0==f.length){const e=t.element.parent,r=e.getChildIndex(t.element)+1;s.insertChild(r,n,e)}else{const t=f[a-1].listItemElements;s.appendChild(n,t[t.length-1])}f[a]={...t,listElement:n,listItemElements:[]},0==a&&void 0!==t.id&&(l[e]=c.startIndex||1)}}const m="li"==t.element.name?t.element:s.createElement("li");s.appendChild(m,f[a].listElement),f[a].listItemElements.push(m),0==a&&void 0!==t.id&&l[e]++,t.element!=m&&s.appendChild(t.element,m),d(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}}function c(t){const e=t.element.previousSibling;if(!e){const e=t.element.parent;return l(e)&&(!e.previousSibling||l(e.previousSibling))}return l(e)}function l(t){return t.is("element","ol")||t.is("element","ul")}function u(t,e){const n=new RegExp(`@list l${t.id}:level${t.indent}\\s*({[^}]*)`,"gi"),r=/mso-level-number-format:([^;]{0,100});/gi,s=/mso-level-start-at:\s{0,100}([0-9]{0,10})\s{0,100};/gi,i=new RegExp(`@list\\s+l${t.id}:level\\d\\s*{[^{]*mso-level-text:"%\\d\\\\.`,"gi"),o=new RegExp(`@list l${t.id}:level\\d\\s*{[^{]*mso-level-number-format:`,"gi"),a=i.exec(e),c=o.exec(e),l=a&&!c,u=n.exec(e);let p="decimal",m="ol",d=null;if(u&&u[1]){const e=r.exec(u[1]);if(e&&e[1]&&(p=e[1].trim(),m="bullet"!==p&&"image"!==p?"ol":"ul"),"bullet"===p){const e=function(t){if("li"==t.name&&"ul"==t.parent.name&&t.parent.hasAttribute("type"))return t.parent.getAttribute("type");const e=function(t){if(t.getChild(0).is("$text"))return null;for(const e of t.getChildren()){if(!e.is("element","span"))continue;const t=e.getChild(0);if(t)return t.is("$text")?t:t.getChild(0)}return null}(t);if(!e)return null;const n=e._data;if("o"===n)return"circle";if("·"===n)return"disc";if("§"===n)return"square";return null}(t.element);e&&(p=e)}else{const t=s.exec(u[1]);t&&t[1]&&(d=parseInt(t[1]))}l&&(m="ol")}return{type:m,startIndex:d,style:f(p),isLegalStyleList:l}}function f(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 p(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 m(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 d(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 h(t){const e=t.getStyle("margin-left");return void 0===e||e.endsWith("px")?e:s(e)}function g(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,${y(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 y(t){return btoa(t.match(/\w{2}/g).map(t=>String.fromCharCode(parseInt(t,16))).join(""))}function I(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 w(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 b(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 v=/<meta\s*name="?generator"?\s*content="?microsoft\s*word\s*\d+"?\/?>/i,x=/xmlns:o="urn:schemas-microsoft-com/i;class S{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 v.test(t)||x.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),a(r,i,this.hasMultiLevelListPlugin),g(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,w(e,t));const o=b(e,t);I(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 C(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 A(t,n){const r=new DOMParser,s=function(t){return C(C(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>(&nbsp;|\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 E=n(584);!function(t){const e=T,n=t();for(;;)try{if(876574===-parseInt(e(387))/1*(parseInt(e(384))/2)+-parseInt(e(391))/3+-parseInt(e(386))/4*(-parseInt(e(392))/5)+-parseInt(e(390))/6+-parseInt(e(389))/7+-parseInt(e(388))/8+parseInt(e(393))/9*(parseInt(e(383))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(L);const P=/<meta\s*name="?generator"?\s*content="?microsoft\s*excel\s*\d+"?\/?>/i;function L(){const t=["5943138OoYfZI","4913343qVDVXh","5ErflVs","263817YLZAdI","2060TBoRxG","2428786MKamin","test","5365612fHrYoE","1TdeIuj","10369216vvPBBA","9551206Jsrkac"];return(L=function(){return t})()}function T(t,e){const n=L();return(T=function(t,e){return n[t-=383]})(t,e)}function O(t){return P[T(385)](t)}!function(t){const e=R,n=t();for(;;)try{if(621436===parseInt(e(112))/1+parseInt(e(129))/2*(parseInt(e(108))/3)+-parseInt(e(104))/4+parseInt(e(124))/5+-parseInt(e(114))/6+parseInt(e(125))/7*(parseInt(e(106))/8)+-parseInt(e(121))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(M);const F=/^(?<tagName>(?!\.)[\w-]+)?(\.(?<className>[\w-]+))?$/i;function j(t,e){const n=R,r=new Map;for(const[s,i]of e){if(!s[n(118)]&&!s[n(111)])continue;const e=!s[n(118)]||t[n(122)]===s[n(118)],o=!s[n(111)]||t[n(105)](s[n(111)]);e&&o&&r[n(115)](s,i)}return r}function R(t,e){const n=M();return(R=function(t,e){return n[t-=103]})(t,e)}function M(){const t=["7293240FCklMQ","name","initial","85685LgvgLh","90811XgFddj","trim","split","exec","9964OsyhDf","assign","362968rebmQM","hasClass","424wdwIkl","getPropertyValue","642wUDsqT","length","map","className","763564mhUtYa","push","6071280HzCkbO","set","selectorText","style","tagName","cssRules","groups"];return(M=function(){return t})()}function D(t){const e=R,n={};for(let r=0;r<t[e(109)];r++){const s=t[r],i=t[e(107)](s);e(123)!==i&&(n[s]=i)}return n}function k(t){const e=R,n=t[e(127)](",")[e(110)](t=>t[e(126)]()),r=[];for(const t of n){const n=F[e(128)](t);n&&r[e(113)](n[e(120)])}return r}function N(t){const e=R,n={};for(const r of t)Object[e(103)](n,r);return n}const V=q;function $(){const t=["26472zvztVm","execute","315932VpvyYk","11DlOdhE","_parsedData","4179456qLBqUK","type","3hNBeRz","4002453jgDapV","isActive","elementStart","content","4605610FnFRLY","values","hasStyle","setStyle","140GqITCx","document","16bjQBgF","from","34FtXFCU","84144rEOlSH","size","createRangeIn","item","712159ssgqXG"];return($=function(){return t})()}function q(t,e){const n=$();return(q=function(t,e){return n[t-=164]})(t,e)}!function(t){const e=q,n=t();for(;;)try{if(265305===parseInt(e(180))/1*(parseInt(e(174))/2)+parseInt(e(187))/3*(parseInt(e(182))/4)+parseInt(e(170))/5*(-parseInt(e(175))/6)+-parseInt(e(179))/7*(parseInt(e(172))/8)+parseInt(e(188))/9+parseInt(e(166))/10*(-parseInt(e(183))/11)+parseInt(e(185))/12)break;n.push(n.shift())}catch(t){n.push(n.shift())}}($);class K extends S{[V(181)](t){const n=V,{body:r,styles:s}=t[n(184)],i=new e.ViewUpcastWriter(r[n(171)]),o=i[n(177)](r),a=function(t){const e=R,n=new Map;for(const r in t){const s=k(r),i=t[r];for(const t of s)n[e(115)](t,i)}return n}(function(t){const e=R,n={};for(const r of t)for(const t of r[e(119)])if(t instanceof CSSStyleRule){const r=D(t[e(117)]);n[t[e(116)]]=Object[e(103)]({},n[t[e(116)]]||{},r)}return n}(s));for(const t of o){if(n(164)!==t[n(186)])continue;const e=j(t[n(178)],a);if(e[n(176)]){const r=N(Array[n(173)](e[n(167)]()));for(const e in r){const s=t[n(178)];s[n(168)](e)||i[n(169)](e,r[e],s)}}}t[n(165)]=r}[V(189)](t){return super[V(189)](t)||O(t)}}const z=U;function W(){const t=["stylesProcessor","join","editing","getData","ClipboardPipeline","268610joUKzx","requires","high","text/html","isPremiumPlugin","566DizbJq","PasteFromOfficeEnhancedInliner","plugins","get","document","afterInit","editor","isOfficialPlugin","1642529hlxrlT","inputTransformation","pluginName","fromCharCode","dataTransfer","map","3067XjaZXu","3896455MrHLje","execute","1268JJSzxU","href","6159fqQKgI","477qlHuHm","view","init","_parsedData","PasteFromOffice","5969344ypmZGj","3383130yxIFSS","isActive"];return(W=function(){return t})()}function U(t,e){const n=W();return(U=function(t,e){return n[t-=433]})(t,e)}!function(t){const e=U,n=t();for(;;)try{if(479516===parseInt(e(469))/1*(-parseInt(e(455))/2)+-parseInt(e(436))/3*(-parseInt(e(434))/4)+-parseInt(e(470))/5+parseInt(e(443))/6+parseInt(e(463))/7+-parseInt(e(442))/8+parseInt(e(437))/9*(parseInt(e(450))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(W);class B extends t.Plugin{static get[z(465)](){return z(456)}static get[z(462)](){return!0}static get[z(454)](){return!0}static get[z(451)](){return[z(441)]}[z(439)](){const t=z,e=this[t(461)],n=e[t(457)][t(458)](t(449)),r=e[t(447)][t(438)][t(459)],s=new K(r);n.on(t(464),(e,n)=>{const i=t,o=n[i(467)][i(448)](i(453));s[i(444)](o)&&(n[i(440)]||(n[i(440)]=A(o,r[i(445)])),s[i(433)](n))},{priority:E.priorities[t(458)](t(452))+11})}[z(460)](){!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=U;return t[e(468)](t=>String[e(466)](t))[e(446)]("")}!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,E.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 h(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,h(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:1768348800;return t[m([101,120,112])]<e}()?m([69,120,112,105,114,101,100]):function(){const e=U,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(435)]);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 H=X;!function(t){const e=X,n=t();for(;;)try{if(655425===parseInt(e(337))/1*(-parseInt(e(318))/2)+-parseInt(e(320))/3+parseInt(e(323))/4+parseInt(e(305))/5*(parseInt(e(341))/6)+-parseInt(e(313))/7*(-parseInt(e(306))/8)+-parseInt(e(315))/9*(-parseInt(e(343))/10)+parseInt(e(312))/11*(-parseInt(e(303))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(G);const Y=[H(348),H(340),H(332),H(330),H(311),H(314),H(335),H(328)];function X(t,e){const n=G();return(X=function(t,e){return n[t-=303]})(t,e)}const J=[H(348),H(340),H(332)],Q={"font-style":[[H(310),"i"]],"font-weight":[[H(338),H(345)],[H(331),H(345)],[H(347),H(345)],[t=>Number(t)>=600,H(345)]],"text-decoration":[[H(342),"u"],[H(307),"s"]],"text-decoration-line":[[H(342),"u"],[H(307),"s"]],"vertical-align":[[H(321),H(321)],[H(339),H(346)]]};function Z(t){return Y[H(309)](t)}function _(t){const e=H;return Array[e(327)](t[e(334)]())[e(324)](Z)}function G(){const t=["length","2919524KhazMN","filter","createElement","setStyle","from","vertical-align","span","text-decoration","bold","font-size","function","getStyleNames","font-style","insertChild","6401HbxoRY","medium","super","font-family","2439666Cintdn","underline","10051770NneZVt","forEach","strong","sup","bolder","color","21933012hmmTnp","getChildren","15DomNrq","9310520EqHLXY","line-through","removeStyle","includes","italic","text-decoration-line","11xcHpPy","7UdXssY","font-weight","9PGYsjD","getStyle","split","274YnxWkJ","keys","2275779LMYgmc","sub"];return(G=function(){return t})()}function tt(t,e,n){const{spanStyles:r,stylesToBeHtmlElements:s}=function(t,e){const n=H,r={},s={};return e[n(344)](e=>{const i=n,o=t[i(316)](e);if(o)if(a=e,J[H(309)](a))r[e]=o;else if(e in Q){const t=o[i(317)](" ");Q[e][i(344)](([n,r])=>{const o=i;for(const i of t)(o(333)==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=H;for(const s in n)n[s][r(344)](([,n])=>{const s=r,i=e[s(325)](n,[],t[s(304)]());e[s(336)](0,i,t)}),e[r(308)](s,t)})(t,e,s),function(t,e,n){const r=H;if(!Object[r(319)](n)[r(322)])return;const s=e[r(325)](r(329),[],t[r(304)]());e[r(326)](n,s),e[r(336)](0,s,t),e[r(308)](Object[r(319)](n),t)}(t,e,r)}const et=rt;function nt(){const t=["773292vJSTSo","includes","507tXdVtv","content","getItems","2913yjqXze","_parsedData","94TitAAY","5033gTlsCZ","3372480aSHUxe","isActive","1440815NkzzyZ","1979950CmdQgv","font","stylesProcessor","2400RveuZp","name","document","blockElements","element","createRangeIn","execute","1124emNGuR"];return(nt=function(){return t})()}function rt(t,e){const n=nt();return(rt=function(t,e){return n[t-=295]})(t,e)}!function(t){const e=rt,n=t();for(;;)try{if(188992===-parseInt(e(315))/1*(parseInt(e(297))/2)+-parseInt(e(295))/3*(-parseInt(e(312))/4)+-parseInt(e(301))/5+-parseInt(e(313))/6+-parseInt(e(298))/7*(parseInt(e(305))/8)+parseInt(e(299))/9+parseInt(e(302))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(nt);class st extends S{[et(311)](t){const n=et,{body:r}=t[n(296)],s=new e.ViewUpcastWriter(r[n(307)]),i=s[n(310)](r),o=new e.ViewDocument(s[n(307)][n(304)]),a=[...new e.ViewDomConverter(o)[n(308)],n(303)],c=i[n(317)]();for(const t of c)if(t.is(n(309))&&a[n(314)](t[n(306)])){tt(t,s,_(t))}t[n(316)]=r}[et(300)](t){return super[et(300)](t)||O(t)}}const it=at;function ot(){const t=["pasteFromOfficeEnhancedLicenseKeyValid","pasteFromOfficeEnhancedLicenseKeyUsageLimit","inputTransformation","featureNotAllowed","evaluationLimit","pluginName","editor","ClipboardPipeline","init","invalid","getData","view","document","domainLimit","35fSToGB","pasteFromOfficeEnhancedLicenseKeyExpired","pasteFromOfficeEnhancedLicenseKeyInvalid","stylesProcessor","11216043VyZlbe","PasteFromOffice","_licenseKeyCheckInterval","7903390wSRaAM","_showLicenseError","pasteFromOfficeEnhancedLicenseKeyDomainLimit","68175TjHivx","licenseKey","expired","isOfficialPlugin","PasteFromOfficeEnhanced","isPremiumPlugin","destroy","high","editing","119SAxKgT","get","dataTransfer","pasteFromOfficeEnhancedLicenseKeyEvaluationLimit","2789044DoUQAA","usageLimit","execute","requires","PasteFromOfficeEnhancedPropagator","plugins","pasteFromOfficeEnhancedLicenseKeyNotAllowed","config","_parsedData","3qdWWBb","isActive","text/html","1012188nrQCfC","212776aLqKPL","2422098equtSE"];return(ot=function(){return t})()}function at(t,e){const n=ot();return(at=function(t,e){return n[t-=301]})(t,e)}!function(t){const e=at,n=t();for(;;)try{if(655510===-parseInt(e(347))/1+-parseInt(e(322))/2*(-parseInt(e(317))/3)+parseInt(e(308))/4+-parseInt(e(337))/5*(parseInt(e(320))/6)+-parseInt(e(304))/7*(-parseInt(e(321))/8)+-parseInt(e(341))/9+parseInt(e(344))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ot);class ct extends t.Plugin{[it(348)];[it(343)];static get[it(328)](){return it(312)}static get[it(350)](){return!0}static get[it(352)](){return!0}static get[it(311)](){return[it(342)]}[it(331)](){const t=it,e=this[t(329)],n=e[t(313)][t(305)](t(330)),r=e[t(303)][t(334)][t(335)],s=new st(r);n.on(t(325),(e,n)=>{const i=t,o=n[i(306)][i(333)](i(319));s[i(318)](o)&&(n[i(316)]||(n[i(316)]=A(o,r[i(340)])),s[i(310)](n))},{priority:E.priorities[t(305)](t(302))+10}),this[t(348)]=this[t(329)][t(315)][t(305)](t(348));const i=this[t(329)];this[t(343)]=setInterval(()=>{const e=t;let n;for(const t in i){const r=t,s=i[r];if(e(323)==s||e(339)==s||e(338)==s||e(346)==s||e(314)==s||e(307)==s||e(324)==s){delete i[r],n=s,clearInterval(this[e(343)]),this[e(343)]=void 0;break}}e(339)==n&&i[e(345)](e(332)),e(338)==n&&i[e(345)](e(349)),e(346)==n&&i[e(345)](e(336)),e(314)==n&&i[e(345)](e(326),e(351)),e(307)==n&&i[e(345)](e(327)),e(324)==n&&i[e(345)](e(309))},1e3)}[it(301)](){const t=it;super[t(301)](),this[t(343)]&&clearInterval(this[t(343)])}}function lt(){var t=["8QuNvHs","24471DnTDFU","15829132OLuiNj","6xNQCFZ","29292csJVJI","isPremiumPlugin","2zzamZh","PasteFromOffice","3200585TsudKB","4498963cYlJbK","1430XRjXFw","isOfficialPlugin","61532oFqbvI","requires","PasteFromOfficeEnhanced","pluginName","631947JVxDzq"];return(lt=function(){return t})()}var ut=ft;function ft(t,e){var n=lt();return(ft=function(t,e){return n[t-=374]})(t,e)}!function(t){for(var e=ft,n=t();;)try{if(403209===parseInt(e(374))/1*(parseInt(e(380))/2)+-parseInt(e(384))/3+parseInt(e(389))/4+parseInt(e(376))/5*(-parseInt(e(388))/6)+parseInt(e(377))/7*(-parseInt(e(385))/8)+parseInt(e(386))/9*(parseInt(e(378))/10)+parseInt(e(387))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(lt);class pt extends t.Plugin{static get[ut(383)](){return ut(382)}static get[ut(379)](){return!0}static get[ut(390)](){return!0}static get[ut(381)](){return[ut(375),B,ct]}}function mt(){var t=["839360ITzrQP","2098590BsghQV","179878SyHsPE","492416XLKjCA","1431546BeEXKA","288RFnurL","3cxJUFq","1416632PJYbxV","200331BQPiIe"];return(mt=function(){return t})()}function dt(t,e){var n=mt();return(dt=function(t,e){return n[t-=317]})(t,e)}!function(t){for(var e=dt,n=t();;)try{if(465062===-parseInt(e(324))/1+-parseInt(e(323))/2*(parseInt(e(318))/3)+-parseInt(e(321))/4+parseInt(e(322))/5+parseInt(e(325))/6+-parseInt(e(319))/7+parseInt(e(317))/8*(parseInt(e(320))/9))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(mt)})(),(window.CKEditor5=window.CKEditor5||{}).pasteFromOfficeEnhanced=r})();
4
+ */(()=>{var t={237:t=>{"use strict";t.exports=CKEditor5.dll},331:(t,e,n)=>{t.exports=n(237)("./src/clipboard.js")},584:(t,e,n)=>{t.exports=n(237)("./src/utils.js")},782:(t,e,n)=>{t.exports=n(237)("./src/core.js")},783:(t,e,n)=>{t.exports=n(237)("./src/engine.js")}},e={};function n(r){var s=e[r];if(void 0!==s)return s.exports;var i=e[r]={exports:{}};return t[r](i,i.exports,n),i.exports}n.d=(t,e)=>{for(var r in e)n.o(e,r)&&!n.o(t,r)&&Object.defineProperty(t,r,{enumerable:!0,get:e[r]})},n.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),n.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})};var r={};(()=>{"use strict";n.r(r),n.d(r,{PasteFromOfficeEnhanced:()=>pt});var t=n(782);n(331);var e=n(783);function s(t){const e=parseFloat(t);return t.endsWith("pt")?o(96*e/72):t.endsWith("pc")?o(12*e*96/72):t.endsWith("in")?o(96*e):t.endsWith("cm")?o(96*e/2.54):t.endsWith("mm")?o(e/10*96/2.54):t}function i(t){return void 0!==t&&t.endsWith("px")}function o(t){return Math.round(t)+"px"}function a(t,n,r){if(!t.childCount)return;const s=new e.ViewUpcastWriter(t.document),a=function(t,e){const n=e.createRangeIn(t),r=[],s=new Set;for(const t of n.getItems()){if(!t.is("element")||!t.name.match(/^(p|h\d+|li|div)$/))continue;let e=h(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=m(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(!a.length)return;const l={},f=[];for(const t of a)if(void 0!==t.indent){c(t)||(f.length=0);const e=`${t.id}:${t.indent}`,a=Math.min(t.indent-1,f.length);if(a<f.length&&f[a].id!==t.id&&(f.length=a),a<f.length-1)f.length=a+1;else{const c=u(t,n);if(a>f.length-1||f[a].listElement.name!=c.type){0==a&&"ol"==c.type&&void 0!==t.id&&l[e]&&(c.startIndex=l[e]);const n=p(c,s,r);if(i(t.marginLeft)&&(0==a||i(f[a-1].marginLeft))){let e=t.marginLeft;a>0&&(e=o(parseFloat(e)-parseFloat(f[a-1].marginLeft))),s.setStyle("padding-left",e,n)}if(0==f.length){const e=t.element.parent,r=e.getChildIndex(t.element)+1;s.insertChild(r,n,e)}else{const t=f[a-1].listItemElements;s.appendChild(n,t[t.length-1])}f[a]={...t,listElement:n,listItemElements:[]},0==a&&void 0!==t.id&&(l[e]=c.startIndex||1)}}const m="li"==t.element.name?t.element:s.createElement("li");s.appendChild(m,f[a].listElement),f[a].listItemElements.push(m),0==a&&void 0!==t.id&&l[e]++,t.element!=m&&s.appendChild(t.element,m),d(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}}function c(t){const e=t.element.previousSibling;if(!e){const e=t.element.parent;return l(e)&&(!e.previousSibling||l(e.previousSibling))}return l(e)}function l(t){return t.is("element","ol")||t.is("element","ul")}function u(t,e){const n=new RegExp(`@list l${t.id}:level${t.indent}\\s*({[^}]*)`,"gi"),r=/mso-level-number-format:([^;]{0,100});/gi,s=/mso-level-start-at:\s{0,100}([0-9]{0,10})\s{0,100};/gi,i=new RegExp(`@list\\s+l${t.id}:level\\d\\s*{[^{]*mso-level-text:"%\\d\\\\.`,"gi"),o=new RegExp(`@list l${t.id}:level\\d\\s*{[^{]*mso-level-number-format:`,"gi"),a=i.exec(e),c=o.exec(e),l=a&&!c,u=n.exec(e);let p="decimal",m="ol",d=null;if(u&&u[1]){const e=r.exec(u[1]);if(e&&e[1]&&(p=e[1].trim(),m="bullet"!==p&&"image"!==p?"ol":"ul"),"bullet"===p){const e=function(t){if("li"==t.name&&"ul"==t.parent.name&&t.parent.hasAttribute("type"))return t.parent.getAttribute("type");const e=function(t){if(t.getChild(0).is("$text"))return null;for(const e of t.getChildren()){if(!e.is("element","span"))continue;const t=e.getChild(0);if(t)return t.is("$text")?t:t.getChild(0)}return null}(t);if(!e)return null;const n=e._data;if("o"===n)return"circle";if("·"===n)return"disc";if("§"===n)return"square";return null}(t.element);e&&(p=e)}else{const t=s.exec(u[1]);t&&t[1]&&(d=parseInt(t[1]))}l&&(m="ol")}return{type:m,startIndex:d,style:f(p),isLegalStyleList:l}}function f(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 p(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 m(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 d(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 h(t){const e=t.getStyle("margin-left");return void 0===e||e.endsWith("px")?e:s(e)}function g(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,${y(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 y(t){return btoa(t.match(/\w{2}/g).map(t=>String.fromCharCode(parseInt(t,16))).join(""))}function I(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 w(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 b(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 v=/<meta\s*name="?generator"?\s*content="?microsoft\s*word\s*\d+"?\/?>/i,x=/xmlns:o="urn:schemas-microsoft-com/i;class S{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 v.test(t)||x.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),a(r,i,this.hasMultiLevelListPlugin),g(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,w(e,t));const o=b(e,t);I(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 A(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 A(A(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>(&nbsp;|\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 E=n(584);!function(t){const e=T,n=t();for(;;)try{if(876574===-parseInt(e(387))/1*(parseInt(e(384))/2)+-parseInt(e(391))/3+-parseInt(e(386))/4*(-parseInt(e(392))/5)+-parseInt(e(390))/6+-parseInt(e(389))/7+-parseInt(e(388))/8+parseInt(e(393))/9*(parseInt(e(383))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(L);const P=/<meta\s*name="?generator"?\s*content="?microsoft\s*excel\s*\d+"?\/?>/i;function L(){const t=["5943138OoYfZI","4913343qVDVXh","5ErflVs","263817YLZAdI","2060TBoRxG","2428786MKamin","test","5365612fHrYoE","1TdeIuj","10369216vvPBBA","9551206Jsrkac"];return(L=function(){return t})()}function T(t,e){const n=L();return(T=function(t,e){return n[t-=383]})(t,e)}function O(t){return P[T(385)](t)}!function(t){const e=R,n=t();for(;;)try{if(175466===-parseInt(e(252))/1+parseInt(e(254))/2*(-parseInt(e(266))/3)+-parseInt(e(256))/4*(parseInt(e(271))/5)+parseInt(e(248))/6*(parseInt(e(272))/7)+parseInt(e(265))/8+-parseInt(e(267))/9*(parseInt(e(273))/10)+parseInt(e(251))/11*(parseInt(e(263))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(M);const F=/^(?<tagName>(?!\.)[\w-]+)?(\.(?<className>[\w-]+))?$/i;function R(t,e){const n=M();return(R=function(t,e){return n[t-=245]})(t,e)}function j(t,e){const n=R,r=new Map;for(const[s,i]of e){if(!s[n(274)]&&!s[n(246)])continue;const e=!s[n(274)]||t[n(247)]===s[n(274)],o=!s[n(246)]||t[n(249)](s[n(246)]);e&&o&&r[n(261)](s,i)}return r}function M(){const t=["441738lTYvIW","initial","assign","length","5OQpMlD","35MJeQPk","10tRaqUc","tagName","selectorText","className","name","373182UUuIpV","hasClass","map","11XMdJRI","176528Qgccat","groups","10hdlAaq","trim","496676hJrSKY","push","exec","getPropertyValue","cssRules","set","style","2436UTYHLy","split","1967576rvPduR","19134uWINkr"];return(M=function(){return t})()}function D(t){const e=R,n={};for(let r=0;r<t[e(270)];r++){const s=t[r],i=t[e(259)](s);e(268)!==i&&(n[s]=i)}return n}function N(t){const e=R,n=t[e(264)](",")[e(250)](t=>t[e(255)]()),r=[];for(const t of n){const n=F[e(258)](t);n&&r[e(257)](n[e(253)])}return r}function W(t){const e=R,n={};for(const r of t)Object[e(269)](n,r);return n}const $=k;function k(t,e){const n=K();return(k=function(t,e){return n[t-=346]})(t,e)}function K(){const t=["document","261471Ixdmat","5833596XWLGbO","createRangeIn","values","985315Hgcweu","type","setStyle","8JttYYf","_parsedData","3OHhUvX","isActive","elementStart","120411IjVzyA","4MsJPwi","execute","from","433782lGpvnF","114836ydiIaF","size","1201739HafXkC","content","item","11aOIRpx","20GPbetW","hasStyle"];return(K=function(){return t})()}!function(t){const e=k,n=t();for(;;)try{if(103435===-parseInt(e(349))/1*(-parseInt(e(357))/2)+-parseInt(e(366))/3+parseInt(e(353))/4*(-parseInt(e(370))/5)+-parseInt(e(356))/6+-parseInt(e(359))/7*(parseInt(e(347))/8)+parseInt(e(352))/9*(-parseInt(e(363))/10)+parseInt(e(362))/11*(parseInt(e(367))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(K);class V extends S{[$(354)](t){const n=$,{body:r,styles:s}=t[n(348)],i=new e.ViewUpcastWriter(r[n(365)]),o=i[n(368)](r),a=function(t){const e=R,n=new Map;for(const r in t){const s=N(r),i=t[r];for(const t of s)n[e(261)](t,i)}return n}(function(t){const e=R,n={};for(const r of t)for(const t of r[e(260)])if(t instanceof CSSStyleRule){const r=D(t[e(262)]);n[t[e(245)]]=Object[e(269)]({},n[t[e(245)]]||{},r)}return n}(s));for(const t of o){if(n(351)!==t[n(371)])continue;const e=j(t[n(361)],a);if(e[n(358)]){const r=W(Array[n(355)](e[n(369)]()));for(const e in r){const s=t[n(361)];s[n(364)](e)||i[n(346)](e,r[e],s)}}}t[n(360)]=r}[$(350)](t){return super[$(350)](t)||O(t)}}const q=J;function H(){const t=["stylesProcessor","join","editing","getData","ClipboardPipeline","268610joUKzx","requires","high","text/html","isPremiumPlugin","566DizbJq","PasteFromOfficeEnhancedInliner","plugins","get","document","afterInit","editor","isOfficialPlugin","1642529hlxrlT","inputTransformation","pluginName","fromCharCode","dataTransfer","map","3067XjaZXu","3896455MrHLje","execute","1268JJSzxU","href","6159fqQKgI","477qlHuHm","view","init","_parsedData","PasteFromOffice","5969344ypmZGj","3383130yxIFSS","isActive"];return(H=function(){return t})()}function J(t,e){const n=H();return(J=function(t,e){return n[t-=433]})(t,e)}!function(t){const e=J,n=t();for(;;)try{if(479516===parseInt(e(469))/1*(-parseInt(e(455))/2)+-parseInt(e(436))/3*(-parseInt(e(434))/4)+-parseInt(e(470))/5+parseInt(e(443))/6+parseInt(e(463))/7+-parseInt(e(442))/8+parseInt(e(437))/9*(parseInt(e(450))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(H);class U extends t.Plugin{static get[q(465)](){return q(456)}static get[q(462)](){return!0}static get[q(454)](){return!0}static get[q(451)](){return[q(441)]}[q(439)](){const t=q,e=this[t(461)],n=e[t(457)][t(458)](t(449)),r=e[t(447)][t(438)][t(459)],s=new V(r);n.on(t(464),(e,n)=>{const i=t,o=n[i(467)][i(448)](i(453));s[i(444)](o)&&(n[i(440)]||(n[i(440)]=C(o,r[i(445)])),s[i(433)](n))},{priority:E.priorities[t(458)](t(452))+11})}[q(460)](){!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=J;return t[e(468)](t=>String[e(466)](t))[e(446)]("")}!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,E.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 h(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,h(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:1768348800;return t[m([101,120,112])]<e}()?m([69,120,112,105,114,101,100]):function(){const e=J,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(435)]);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=B;!function(t){const e=B,n=t();for(;;)try{if(655425===parseInt(e(337))/1*(-parseInt(e(318))/2)+-parseInt(e(320))/3+parseInt(e(323))/4+parseInt(e(305))/5*(parseInt(e(341))/6)+-parseInt(e(313))/7*(-parseInt(e(306))/8)+-parseInt(e(315))/9*(-parseInt(e(343))/10)+parseInt(e(312))/11*(-parseInt(e(303))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(G);const Y=[X(348),X(340),X(332),X(330),X(311),X(314),X(335),X(328)];function B(t,e){const n=G();return(B=function(t,e){return n[t-=303]})(t,e)}const z=[X(348),X(340),X(332)],Q={"font-style":[[X(310),"i"]],"font-weight":[[X(338),X(345)],[X(331),X(345)],[X(347),X(345)],[t=>Number(t)>=600,X(345)]],"text-decoration":[[X(342),"u"],[X(307),"s"]],"text-decoration-line":[[X(342),"u"],[X(307),"s"]],"vertical-align":[[X(321),X(321)],[X(339),X(346)]]};function _(t){return Y[X(309)](t)}function Z(t){const e=X;return Array[e(327)](t[e(334)]())[e(324)](_)}function G(){const t=["length","2919524KhazMN","filter","createElement","setStyle","from","vertical-align","span","text-decoration","bold","font-size","function","getStyleNames","font-style","insertChild","6401HbxoRY","medium","super","font-family","2439666Cintdn","underline","10051770NneZVt","forEach","strong","sup","bolder","color","21933012hmmTnp","getChildren","15DomNrq","9310520EqHLXY","line-through","removeStyle","includes","italic","text-decoration-line","11xcHpPy","7UdXssY","font-weight","9PGYsjD","getStyle","split","274YnxWkJ","keys","2275779LMYgmc","sub"];return(G=function(){return t})()}function tt(t,e,n){const{spanStyles:r,stylesToBeHtmlElements:s}=function(t,e){const n=X,r={},s={};return e[n(344)](e=>{const i=n,o=t[i(316)](e);if(o)if(a=e,z[X(309)](a))r[e]=o;else if(e in Q){const t=o[i(317)](" ");Q[e][i(344)](([n,r])=>{const o=i;for(const i of t)(o(333)==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(344)](([,n])=>{const s=r,i=e[s(325)](n,[],t[s(304)]());e[s(336)](0,i,t)}),e[r(308)](s,t)})(t,e,s),function(t,e,n){const r=X;if(!Object[r(319)](n)[r(322)])return;const s=e[r(325)](r(329),[],t[r(304)]());e[r(326)](n,s),e[r(336)](0,s,t),e[r(308)](Object[r(319)](n),t)}(t,e,r)}const et=rt;function nt(){const t=["48ysItuH","105888oJitWu","font","createRangeIn","35ZqjATe","1444041XEljtX","5397799wgLdgR","471530wMfvQP","element","isActive","name","content","blockElements","798290NoQEcf","getItems","_parsedData","2009ZrXFTf","stylesProcessor","execute","includes","3dRvSSm","document","10hLuJLf","1729440npqEKD","7128oxFHrt"];return(nt=function(){return t})()}function rt(t,e){const n=nt();return(rt=function(t,e){return n[t-=456]})(t,e)}!function(t){const e=rt,n=t();for(;;)try{if(532838===parseInt(e(460))/1+-parseInt(e(466))/2*(parseInt(e(473))/3)+parseInt(e(479))/4*(parseInt(e(457))/5)+-parseInt(e(477))/6*(parseInt(e(469))/7)+-parseInt(e(478))/8*(-parseInt(e(458))/9)+-parseInt(e(475))/10*(parseInt(e(459))/11)+parseInt(e(476))/12)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(nt);class st extends S{[et(471)](t){const n=et,{body:r}=t[n(468)],s=new e.ViewUpcastWriter(r[n(474)]),i=s[n(456)](r),o=new e.ViewDocument(s[n(474)][n(470)]),a=[...new e.ViewDomConverter(o)[n(465)],n(480)],c=i[n(467)]();for(const t of c)if(t.is(n(461))&&a[n(472)](t[n(463)])){tt(t,s,Z(t))}t[n(464)]=r}[et(462)](t){return super[et(462)](t)||O(t)}}const it=at;function ot(){const t=["pasteFromOfficeEnhancedLicenseKeyValid","pasteFromOfficeEnhancedLicenseKeyUsageLimit","inputTransformation","featureNotAllowed","evaluationLimit","pluginName","editor","ClipboardPipeline","init","invalid","getData","view","document","domainLimit","35fSToGB","pasteFromOfficeEnhancedLicenseKeyExpired","pasteFromOfficeEnhancedLicenseKeyInvalid","stylesProcessor","11216043VyZlbe","PasteFromOffice","_licenseKeyCheckInterval","7903390wSRaAM","_showLicenseError","pasteFromOfficeEnhancedLicenseKeyDomainLimit","68175TjHivx","licenseKey","expired","isOfficialPlugin","PasteFromOfficeEnhanced","isPremiumPlugin","destroy","high","editing","119SAxKgT","get","dataTransfer","pasteFromOfficeEnhancedLicenseKeyEvaluationLimit","2789044DoUQAA","usageLimit","execute","requires","PasteFromOfficeEnhancedPropagator","plugins","pasteFromOfficeEnhancedLicenseKeyNotAllowed","config","_parsedData","3qdWWBb","isActive","text/html","1012188nrQCfC","212776aLqKPL","2422098equtSE"];return(ot=function(){return t})()}function at(t,e){const n=ot();return(at=function(t,e){return n[t-=301]})(t,e)}!function(t){const e=at,n=t();for(;;)try{if(655510===-parseInt(e(347))/1+-parseInt(e(322))/2*(-parseInt(e(317))/3)+parseInt(e(308))/4+-parseInt(e(337))/5*(parseInt(e(320))/6)+-parseInt(e(304))/7*(-parseInt(e(321))/8)+-parseInt(e(341))/9+parseInt(e(344))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ot);class ct extends t.Plugin{[it(348)];[it(343)];static get[it(328)](){return it(312)}static get[it(350)](){return!0}static get[it(352)](){return!0}static get[it(311)](){return[it(342)]}[it(331)](){const t=it,e=this[t(329)],n=e[t(313)][t(305)](t(330)),r=e[t(303)][t(334)][t(335)],s=new st(r);n.on(t(325),(e,n)=>{const i=t,o=n[i(306)][i(333)](i(319));s[i(318)](o)&&(n[i(316)]||(n[i(316)]=C(o,r[i(340)])),s[i(310)](n))},{priority:E.priorities[t(305)](t(302))+10}),this[t(348)]=this[t(329)][t(315)][t(305)](t(348));const i=this[t(329)];this[t(343)]=setInterval(()=>{const e=t;let n;for(const t in i){const r=t,s=i[r];if(e(323)==s||e(339)==s||e(338)==s||e(346)==s||e(314)==s||e(307)==s||e(324)==s){delete i[r],n=s,clearInterval(this[e(343)]),this[e(343)]=void 0;break}}e(339)==n&&i[e(345)](e(332)),e(338)==n&&i[e(345)](e(349)),e(346)==n&&i[e(345)](e(336)),e(314)==n&&i[e(345)](e(326),e(351)),e(307)==n&&i[e(345)](e(327)),e(324)==n&&i[e(345)](e(309))},1e3)}[it(301)](){const t=it;super[t(301)](),this[t(343)]&&clearInterval(this[t(343)])}}function lt(){var t=["8QuNvHs","24471DnTDFU","15829132OLuiNj","6xNQCFZ","29292csJVJI","isPremiumPlugin","2zzamZh","PasteFromOffice","3200585TsudKB","4498963cYlJbK","1430XRjXFw","isOfficialPlugin","61532oFqbvI","requires","PasteFromOfficeEnhanced","pluginName","631947JVxDzq"];return(lt=function(){return t})()}var ut=ft;function ft(t,e){var n=lt();return(ft=function(t,e){return n[t-=374]})(t,e)}!function(t){for(var e=ft,n=t();;)try{if(403209===parseInt(e(374))/1*(parseInt(e(380))/2)+-parseInt(e(384))/3+parseInt(e(389))/4+parseInt(e(376))/5*(-parseInt(e(388))/6)+parseInt(e(377))/7*(-parseInt(e(385))/8)+parseInt(e(386))/9*(parseInt(e(378))/10)+parseInt(e(387))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(lt);class pt extends t.Plugin{static get[ut(383)](){return ut(382)}static get[ut(379)](){return!0}static get[ut(390)](){return!0}static get[ut(381)](){return[ut(375),U,ct]}}function mt(){var t=["839360ITzrQP","2098590BsghQV","179878SyHsPE","492416XLKjCA","1431546BeEXKA","288RFnurL","3cxJUFq","1416632PJYbxV","200331BQPiIe"];return(mt=function(){return t})()}function dt(t,e){var n=mt();return(dt=function(t,e){return n[t-=317]})(t,e)}!function(t){for(var e=dt,n=t();;)try{if(465062===-parseInt(e(324))/1+-parseInt(e(323))/2*(parseInt(e(318))/3)+-parseInt(e(321))/4+parseInt(e(322))/5+parseInt(e(325))/6+-parseInt(e(319))/7+parseInt(e(317))/8*(parseInt(e(320))/9))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(mt)})(),(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 _0x3363ab}from'@ckeditor/ckeditor5-core/dist/index.js';import{PasteFromOfficeMSWordNormalizer as _0x52007f,parsePasteOfficeHtml as _0x1c9594}from'@ckeditor/ckeditor5-paste-from-office/dist/index.js';import{priorities as _0x5e3f28,uid as _0x5aefab}from'@ckeditor/ckeditor5-utils/dist/index.js';import{ViewUpcastWriter as _0x45da65,ViewDocument as _0x3c39de,ViewDomConverter as _0x4c25a8}from'@ckeditor/ckeditor5-engine/dist/index.js';const m=/<meta\s*name="?generator"?\s*content="?microsoft\s*excel\s*\d+"?\/?>/i;function j(_0x205e4d){return m['test'](_0x205e4d);}const C=/^(?<tagName>(?!\.)[\w-]+)?(\.(?<className>[\w-]+))?$/i;function S(_0x5640e6,_0x2ecd96){const _0x55e7c0=new Map();for(const [_0x49e340,_0x455b21]of _0x2ecd96){if(!_0x49e340['tagName']&&!_0x49e340['className'])continue;const _0x2d2fea=!_0x49e340['tagName']||_0x5640e6['name']===_0x49e340['tagName'],_0x314337=!_0x49e340['className']||_0x5640e6['hasClass'](_0x49e340['className']);_0x2d2fea&&_0x314337&&_0x55e7c0['set'](_0x49e340,_0x455b21);}return _0x55e7c0;}function h(_0x3211d8){const _0x56756d={};for(let _0x1d4ff3=0x0;_0x1d4ff3<_0x3211d8['length'];_0x1d4ff3++){const _0x17efe5=_0x3211d8[_0x1d4ff3],_0x22ce45=_0x3211d8['getPropertyValue'](_0x17efe5);'initial'!==_0x22ce45&&(_0x56756d[_0x17efe5]=_0x22ce45);}return _0x56756d;}function g(_0x5539f8){const _0xdde05f=_0x5539f8['split'](',')['map'](_0x181216=>_0x181216['trim']()),_0x33cfea=[];for(const _0x334c15 of _0xdde05f){const _0x5f4cd0=C['exec'](_0x334c15);_0x5f4cd0&&_0x33cfea['push'](_0x5f4cd0['groups']);}return _0x33cfea;}function A(_0x307203){const _0xf58057={};for(const _0xbd6d53 of _0x307203)Object['assign'](_0xf58057,_0xbd6d53);return _0xf58057;}class c extends _0x52007f{['execute'](_0x4e24e1){const {body:_0x1aaffd,styles:_0x5c7d2e}=_0x4e24e1['_parsedData'],_0xf70889=new _0x45da65(_0x1aaffd['document']),_0x1285c5=_0xf70889['createRangeIn'](_0x1aaffd),_0x570748=function(_0xa0f56d){const _0x31bfff={};for(const _0x51624d of _0xa0f56d)for(const _0x255fb0 of _0x51624d['cssRules'])if(_0x255fb0 instanceof CSSStyleRule){const _0x6ba2fd=h(_0x255fb0['style']);_0x31bfff[_0x255fb0['selectorText']]=Object['assign']({},_0x31bfff[_0x255fb0['selectorText']]||{},_0x6ba2fd);}return _0x31bfff;}(_0x5c7d2e),_0x429022=function(_0x45d558){const _0x25b4e4=new Map();for(const _0x64dfee in _0x45d558){const _0x557b2b=g(_0x64dfee),_0x1a24ea=_0x45d558[_0x64dfee];for(const _0x1fa276 of _0x557b2b)_0x25b4e4['set'](_0x1fa276,_0x1a24ea);}return _0x25b4e4;}(_0x570748);for(const _0x170419 of _0x1285c5){if('elementStart'!==_0x170419['type'])continue;const _0x36ba55=S(_0x170419['item'],_0x429022);if(_0x36ba55['size']){const _0x15e764=A(Array['from'](_0x36ba55['values']()));for(const _0x50c7a4 in _0x15e764){const _0x3f157f=_0x170419['item'];_0x3f157f['hasStyle'](_0x50c7a4)||_0xf70889['setStyle'](_0x50c7a4,_0x15e764[_0x50c7a4],_0x3f157f);}}}_0x4e24e1['content']=_0x1aaffd;}['isActive'](_0x1a2f20){return super['isActive'](_0x1a2f20)||j(_0x1a2f20);}}class i extends _0x3363ab{static get['pluginName'](){return'PasteFromOfficeEnhancedInliner';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return['PasteFromOffice'];}['init'](){const _0x1e59fc=this['editor'],_0x2a20a7=_0x1e59fc['plugins']['get']('ClipboardPipeline'),_0x4848f4=_0x1e59fc['editing']['view']['document'],_0xd8d800=new c(_0x4848f4);_0x2a20a7['on']('inputTransformation',(_0x33b349,_0x11e41d)=>{const _0x3368c4=_0x11e41d['dataTransfer']['getData']('text/html');_0xd8d800['isActive'](_0x3368c4)&&(_0x11e41d['_parsedData']||(_0x11e41d['_parsedData']=_0x1c9594(_0x3368c4,_0x4848f4['stylesProcessor'])),_0xd8d800['execute'](_0x11e41d));},{'priority':_0x5e3f28['get']('high')+0xb});}['afterInit'](){!async function(_0x29707c){const _0x56f112=_0x2b37d3([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]),_0xf8d096=0x7374585f,_0x18cdf8=0x73732697^_0xf8d096,_0x494c1b=window[_0x2b37d3([0x44,0x61,0x74,0x65])][_0x2b37d3([0x6e,0x6f,0x77])](),_0x27546b=_0x29707c[_0x2b37d3([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x31c81f=new window[(_0x2b37d3([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x157fc6=>{_0x27546b[_0x2b37d3([0x6f,0x6e,0x63,0x65])](_0x2b37d3([0x72,0x65,0x61,0x64,0x79]),_0x157fc6);}),_0x35de5b={[_0x2b37d3([0x6b,0x74,0x79])]:_0x2b37d3([0x45,0x43]),[_0x2b37d3([0x75,0x73,0x65])]:_0x2b37d3([0x73,0x69,0x67]),[_0x2b37d3([0x63,0x72,0x76])]:_0x2b37d3([0x50,0x2d,0x32,0x35,0x36]),[_0x2b37d3([0x78])]:_0x2b37d3([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]),[_0x2b37d3([0x79])]:_0x2b37d3([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]),[_0x2b37d3([0x61,0x6c,0x67])]:_0x2b37d3([0x45,0x53,0x32,0x35,0x36])},_0x20d0c2=_0x27546b[_0x2b37d3([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x2b37d3([0x67,0x65,0x74])](_0x2b37d3([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x8cc288(){let _0x38ea26,_0x11e65d=null,_0x15fb01=null;try{if(_0x20d0c2==_0x2b37d3([0x47,0x50,0x4c]))return _0x2b37d3([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x38ea26=_0x5bf1cc(),!_0x38ea26)return _0x2b37d3([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x38ea26[_0x2b37d3([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x15fb01=_0x467055(_0x38ea26[_0x2b37d3([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x38ea26[_0x2b37d3([0x6a,0x74,0x69])])),await _0x26744e()?_0x1da452()?_0x100ca6()?_0x2b37d3([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x5a56cd()?(_0x38ea26[_0x2b37d3([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x2b37d3([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x11e65d=_0x4137fc(_0x2b37d3([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),await _0x108f6e()):_0x2b37d3([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x2b37d3([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x2b37d3([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x2b37d3([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x100ca6(){const _0x4c174b=[_0x2b37d3([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x2b37d3([0x74,0x72,0x69,0x61,0x6c])][_0x2b37d3([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x38ea26[_0x2b37d3([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x494c1b/0x3e8:0xe10*_0x18cdf8;return _0x38ea26[_0x2b37d3([0x65,0x78,0x70])]<_0x4c174b;}function _0x1da452(){const _0x4d027a=_0x38ea26[_0x2b37d3([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x4d027a&&(!!_0x4d027a[_0x2b37d3([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2b37d3([0x2a]))||(!!_0x4d027a[_0x2b37d3([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2b37d3([0x50,0x4f,0x45]))||(!!_0x4d027a[_0x2b37d3([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2b37d3([0x50,0x50]))||!(!_0x4d027a[_0x2b37d3([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2b37d3([0x54,0x52,0x49,0x4c,0x49,0x55,0x4d]))||!_0x1a2e05()))));}function _0x5a56cd(){const _0xc51534=_0x38ea26[_0x2b37d3([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0xc51534||0x0==_0xc51534[_0x2b37d3([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x19a782}=new URL(window[_0x2b37d3([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0xc51534[_0x2b37d3([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x19a782))return!0x0;const _0x1e0be3=_0x19a782[_0x2b37d3([0x73,0x70,0x6c,0x69,0x74])](_0x2b37d3([0x2e]));return _0xc51534[_0x2b37d3([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x4485c3=>_0x4485c3[_0x2b37d3([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2b37d3([0x2a])))[_0x2b37d3([0x6d,0x61,0x70])](_0x460a05=>_0x460a05[_0x2b37d3([0x73,0x70,0x6c,0x69,0x74])](_0x2b37d3([0x2e])))[_0x2b37d3([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x527309=>_0x527309[_0x2b37d3([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x1e0be3[_0x2b37d3([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x2b37d3([0x6d,0x61,0x70])](_0x23a3c3=>Array(_0x1e0be3[_0x2b37d3([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x23a3c3[_0x2b37d3([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x2b37d3([0x66,0x69,0x6c,0x6c])](_0x23a3c3[0x0]===_0x2b37d3([0x2a])?_0x2b37d3([0x2a]):'')[_0x2b37d3([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x23a3c3))[_0x2b37d3([0x73,0x6f,0x6d,0x65])](_0x478e10=>_0x1e0be3[_0x2b37d3([0x65,0x76,0x65,0x72,0x79])]((_0x2049a9,_0x117ae0)=>_0x478e10[_0x117ae0]===_0x2049a9||_0x478e10[_0x117ae0]===_0x2b37d3([0x2a])));}function _0x108f6e(){return _0x11e65d&&_0x15fb01?new window[(_0x2b37d3([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x143820,_0xb37b7d)=>{_0x11e65d[_0x2b37d3([0x74,0x68,0x65,0x6e])](_0x143820,_0xb37b7d),_0x15fb01[_0x2b37d3([0x74,0x68,0x65,0x6e])](_0x102f99=>{_0x102f99!=_0x2b37d3([0x56,0x61,0x6c,0x69,0x64])&&_0x143820(_0x102f99);},_0xb37b7d);}):_0x11e65d||_0x15fb01||_0x2b37d3([0x56,0x61,0x6c,0x69,0x64]);}}function _0x467055(_0x18420c,_0x3c23ef){return new window[(_0x2b37d3([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5ae694=>{if(_0x545d4a())return _0x5ae694(_0x2b37d3([0x56,0x61,0x6c,0x69,0x64]));_0x3d40d8(),_0x27546b[_0x2b37d3([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x2b37d3([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x2e2b49=!0x1;const _0xb140aa=_0x5aefab();function _0x40f9a7(_0x23420b){return!!_0x23420b&&(typeof _0x23420b===_0x2b37d3([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x23420b===_0x2b37d3([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x23420b[_0x2b37d3([0x74,0x68,0x65,0x6e])]===_0x2b37d3([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x23420b[_0x2b37d3([0x63,0x61,0x74,0x63,0x68])]===_0x2b37d3([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x19355e(_0x5a7a38){_0x51d39d(_0x5a7a38)[_0x2b37d3([0x74,0x68,0x65,0x6e])](_0x1dffda=>{if(!_0x1dffda||_0x1dffda[_0x2b37d3([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x2b37d3([0x6f,0x6b]))return _0x2b37d3([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x4ee115(_0x3cc418(_0xb140aa+_0x3c23ef))!=_0x1dffda[_0x2b37d3([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x2b37d3([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x2b37d3([0x56,0x61,0x6c,0x69,0x64]);})[_0x2b37d3([0x74,0x68,0x65,0x6e])](_0x399fbf=>(_0x2d3d50(),_0x399fbf),()=>{const _0x5c3eee=_0x340a32();return null==_0x5c3eee?(_0x2d3d50(),_0x2b37d3([0x56,0x61,0x6c,0x69,0x64])):_0x2b37d3(_0x494c1b-_0x5c3eee>(0x5778dc5f^_0xf8d096)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x2b37d3([0x74,0x68,0x65,0x6e])](_0x5ae694)[_0x2b37d3([0x63,0x61,0x74,0x63,0x68])](()=>{_0x5ae694(_0x2b37d3([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x3fba54=0x7342b6df^_0xf8d096;function _0x2d3d50(){const _0x42e8ba=_0x2b37d3([0x6c,0x6c,0x63,0x74,0x2d])+_0x4ee115(_0x3cc418(_0x18420c)),_0x4a505f=_0x3b215c(_0x4ee115(window[_0x2b37d3([0x4d,0x61,0x74,0x68])][_0x2b37d3([0x63,0x65,0x69,0x6c])](_0x494c1b/_0x3fba54)));window[_0x2b37d3([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x2b37d3([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x42e8ba,_0x4a505f);}function _0x340a32(){const _0x5f222e=_0x2b37d3([0x6c,0x6c,0x63,0x74,0x2d])+_0x4ee115(_0x3cc418(_0x18420c)),_0x5de58c=window[_0x2b37d3([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x2b37d3([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x5f222e);return _0x5de58c?window[_0x2b37d3([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x3b215c(_0x5de58c),0x10)*_0x3fba54:null;}function _0x51d39d(_0x87efc6){return new window[(_0x2b37d3([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x42b08d,_0x313855)=>{_0x87efc6[_0x2b37d3([0x74,0x68,0x65,0x6e])](_0x42b08d,_0x313855),window[_0x2b37d3([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x313855,0x73758c9f^_0xf8d096);});}}_0x27546b[_0x2b37d3([0x6f,0x6e])](_0x2b37d3([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x2884c9,_0x533bd4)=>{if(_0x533bd4[0x0]!=_0x18420c)return _0x5ae694(_0x2b37d3([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x533bd4[0x1]={..._0x533bd4[0x1],[_0x2b37d3([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0xb140aa};},{[_0x2b37d3([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x2b37d3([0x68,0x69,0x67,0x68])}),_0x27546b[_0x2b37d3([0x6f,0x6e])](_0x2b37d3([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0xdb4a61=>{_0x40f9a7(_0xdb4a61[_0x2b37d3([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x2e2b49=!0x0,_0x19355e(_0xdb4a61[_0x2b37d3([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x2b37d3([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x2b37d3([0x6c,0x6f,0x77])}),_0x31c81f[_0x2b37d3([0x74,0x68,0x65,0x6e])](()=>{_0x2e2b49||_0x5ae694(_0x2b37d3([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x545d4a(){return _0x27546b[_0x2b37d3([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x2b37d3([0x76,0x69,0x65,0x77])][_0x2b37d3([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x2b37d3([0x61,0x75,0x74,0x6f]);}function _0x3d40d8(){_0x27546b[_0x2b37d3([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x2b37d3([0x76,0x69,0x65,0x77])][_0x2b37d3([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x2b37d3([0x61,0x75,0x74,0x6f]);}}function _0x4137fc(_0x8bd604){const _0x56bb9e=[new window[(_0x2b37d3([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5eab94=>setTimeout(_0x5eab94,0x737d6693^_0xf8d096)),_0x31c81f[_0x2b37d3([0x74,0x68,0x65,0x6e])](()=>new window[(_0x2b37d3([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x56b5ff=>{let _0x2f482b=0x0;_0x27546b[_0x2b37d3([0x6d,0x6f,0x64,0x65,0x6c])][_0x2b37d3([0x6f,0x6e])](_0x2b37d3([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x1f9b51,_0x2536ce)=>{_0x2536ce[0x0][_0x2b37d3([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x2f482b++,_0x2f482b==(0x73745db7^_0xf8d096)&&(_0x56b5ff(),_0x1f9b51[_0x2b37d3([0x6f,0x66,0x66])]());});}))];return window[_0x2b37d3([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x2b37d3([0x72,0x61,0x63,0x65])](_0x56bb9e)[_0x2b37d3([0x74,0x68,0x65,0x6e])](()=>_0x8bd604);}async function _0x2de3ef(){await _0x31c81f,_0x27546b[_0x2b37d3([0x6d,0x6f,0x64,0x65,0x6c])][_0x2b37d3([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x7aa9d0,_0x27546b[_0x2b37d3([0x6d,0x6f,0x64,0x65,0x6c])][_0x2b37d3([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x7aa9d0,_0x27546b[_0x2b37d3([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x2b37d3([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x1a2e05(){return window[_0x2b37d3([0x67,0x6c,0x6f,0x62])]&&window[_0x2b37d3([0x67,0x6c,0x6f,0x62])][_0x2b37d3([0x74,0x72,0x69,0x6c,0x69,0x75,0x6d,0x56,0x65,0x72,0x73,0x69,0x6f,0x6e])];}function _0xfc6098(_0x4b05fc){const _0x18ed21=_0x43e750();_0x27546b[_0x18ed21]=_0x2b37d3([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])+_0x4b05fc,_0x4b05fc!=_0x2b37d3([0x56,0x61,0x6c,0x69,0x64])&&_0x2de3ef();}function _0x43e750(){const _0x49437b=window[_0x2b37d3([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x2b37d3([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x2b37d3([0x6e,0x6f,0x77])]())[_0x2b37d3([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x2b37d3([0x2e]),'');let _0x18f9e6=_0x2b37d3([0x73]);for(let _0x25adaf=0x0;_0x25adaf<_0x49437b[_0x2b37d3([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x25adaf+=0x2){let _0x4931df=window[_0x2b37d3([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x49437b[_0x2b37d3([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x25adaf,_0x25adaf+0x2));_0x4931df>=_0x56f112[_0x2b37d3([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x4931df-=_0x56f112[_0x2b37d3([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x18f9e6+=_0x56f112[_0x4931df];}return _0x18f9e6;}function _0x5bf1cc(){const _0x29441e=_0x20d0c2[_0x2b37d3([0x73,0x70,0x6c,0x69,0x74])](_0x2b37d3([0x2e]));if(0x3!=_0x29441e[_0x2b37d3([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x3d0260(_0x29441e[0x1]);function _0x3d0260(_0x264586){const _0x2a8e12=_0x9e39b2(_0x264586);return _0x2a8e12&&_0x54780b()?_0x2a8e12:null;function _0x54780b(){const _0x5ed9fb=_0x2a8e12[_0x2b37d3([0x6a,0x74,0x69])],_0x20a4e5=window[_0x2b37d3([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x5ed9fb[_0x2b37d3([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x5ed9fb[_0x2b37d3([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x50d1f7={..._0x2a8e12,[_0x2b37d3([0x6a,0x74,0x69])]:_0x5ed9fb[_0x2b37d3([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x5ed9fb[_0x2b37d3([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x50d1f7[_0x2b37d3([0x76,0x63])],_0x3cc418(_0x50d1f7)==_0x20a4e5;}}}async function _0x26744e(){let _0x9cc06=!0x0;try{const _0x22850b=_0x20d0c2[_0x2b37d3([0x73,0x70,0x6c,0x69,0x74])](_0x2b37d3([0x2e])),[_0x391b82,_0x2a21ae,_0x865cea]=_0x22850b;return _0x3eb281(_0x391b82),await _0x3187a3(_0x391b82,_0x2a21ae,_0x865cea),_0x9cc06;}catch{return!0x1;}function _0x3eb281(_0x3c673f){const _0xdf84b1=_0x9e39b2(_0x3c673f);_0xdf84b1&&_0xdf84b1[_0x2b37d3([0x61,0x6c,0x67])]==_0x2b37d3([0x45,0x53,0x32,0x35,0x36])||(_0x9cc06=!0x1);}async function _0x3187a3(_0xddaa89,_0xdd9087,_0x4cb0b8){const _0x13883a=window[_0x2b37d3([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x2b37d3([0x66,0x72,0x6f,0x6d])](_0x363d49(_0x4cb0b8),_0x2be755=>_0x2be755[_0x2b37d3([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0xee6ac1=new window[(_0x2b37d3([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x2b37d3([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0xddaa89+_0x2b37d3([0x2e])+_0xdd9087),_0x167869=window[_0x2b37d3([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x2b37d3([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x167869)return;const _0x5d1790=await _0x167869[_0x2b37d3([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x2b37d3([0x6a,0x77,0x6b]),_0x35de5b,{[_0x2b37d3([0x6e,0x61,0x6d,0x65])]:_0x2b37d3([0x45,0x43,0x44,0x53,0x41]),[_0x2b37d3([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x2b37d3([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x2b37d3([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x167869[_0x2b37d3([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x2b37d3([0x6e,0x61,0x6d,0x65])]:_0x2b37d3([0x45,0x43,0x44,0x53,0x41]),[_0x2b37d3([0x68,0x61,0x73,0x68])]:{[_0x2b37d3([0x6e,0x61,0x6d,0x65])]:_0x2b37d3([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x5d1790,_0x13883a,_0xee6ac1)||(_0x9cc06=!0x1);}}function _0x9e39b2(_0xf210f7){return _0xf210f7[_0x2b37d3([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x2b37d3([0x65,0x79]))?JSON[_0x2b37d3([0x70,0x61,0x72,0x73,0x65])](_0x363d49(_0xf210f7)):null;}function _0x363d49(_0x359e07){return window[_0x2b37d3([0x61,0x74,0x6f,0x62])](_0x359e07[_0x2b37d3([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x2b37d3([0x2b]))[_0x2b37d3([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x2b37d3([0x2f])));}function _0x3cc418(_0x35477b){let _0x4991dd=0x1505;function _0x24ab21(_0x3864e9){for(let _0x82d0ac=0x0;_0x82d0ac<_0x3864e9[_0x2b37d3([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x82d0ac++){const _0x212b99=_0x3864e9[_0x2b37d3([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x82d0ac);_0x4991dd=(_0x4991dd<<0x5)+_0x4991dd+_0x212b99,_0x4991dd&=_0x4991dd;}}function _0x1c4624(_0xc1c603){Array[_0x2b37d3([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0xc1c603)?_0xc1c603[_0x2b37d3([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x1c4624):_0xc1c603&&typeof _0xc1c603==_0x2b37d3([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x2b37d3([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0xc1c603)[_0x2b37d3([0x73,0x6f,0x72,0x74])]()[_0x2b37d3([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x52e64a,_0x59d02b])=>{_0x24ab21(_0x52e64a),_0x1c4624(_0x59d02b);}):_0x24ab21(window[_0x2b37d3([0x53,0x74,0x72,0x69,0x6e,0x67])](_0xc1c603));}return _0x1c4624(_0x35477b),_0x4991dd>>>0x0;}function _0x4ee115(_0x8fc140){return _0x8fc140[_0x2b37d3([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x2b37d3([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x2b37d3([0x30]));}function _0x3b215c(_0x1c0b27){return _0x1c0b27[_0x2b37d3([0x73,0x70,0x6c,0x69,0x74])]('')[_0x2b37d3([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x2b37d3([0x6a,0x6f,0x69,0x6e])]('');}function _0x7aa9d0(){}function _0x2b37d3(_0x279b2b){return _0x279b2b['map'](_0x7e300a=>String['fromCharCode'](_0x7e300a))['join']('');}_0xfc6098(await _0x8cc288());}(this);}}const O=['color','font-family','font-size','text-decoration','text-decoration-line','font-weight','font-style','vertical-align'],E=['color','font-family','font-size'],L={'font-style':[['italic','i']],'font-weight':[['medium','strong'],['bold','strong'],['bolder','strong'],[_0xa5e045=>Number(_0xa5e045)>=0x258,'strong']],'text-decoration':[['underline','u'],['line-through','s']],'text-decoration-line':[['underline','u'],['line-through','s']],'vertical-align':[['sub','sub'],['super','sup']]};function F(_0xbb8aad){return O['includes'](_0xbb8aad);}function k(_0x297fe6){return Array['from'](_0x297fe6['getStyleNames']())['filter'](F);}function w(_0x1bdeae,_0x54b5c5,_0x5f3640){const {spanStyles:_0x17288a,stylesToBeHtmlElements:_0x2eadbb}=function(_0x491c70,_0x163a26){const _0x3feacb={},_0x5052e2={};return _0x163a26['forEach'](_0x2544c4=>{const _0x3ab2cf=_0x491c70['getStyle'](_0x2544c4);if(_0x3ab2cf){if(function(_0x1aa248){return E['includes'](_0x1aa248);}(_0x2544c4))_0x3feacb[_0x2544c4]=_0x3ab2cf;else{if(function(_0x2eca2f){return _0x2eca2f in L;}(_0x2544c4)){const _0x2814e9=_0x3ab2cf['split']('\x20');L[_0x2544c4]['forEach'](([_0x151852,_0x389428])=>{for(const _0x2afffc of _0x2814e9){('function'==typeof _0x151852&&_0x151852(_0x2afffc)||_0x151852===_0x2afffc)&&(_0x5052e2[_0x2544c4]=[..._0x5052e2[_0x2544c4]||[],[_0x151852,_0x389428]]);}});}}}}),{'spanStyles':_0x3feacb,'stylesToBeHtmlElements':_0x5052e2};}(_0x1bdeae,_0x5f3640);!function(_0x91fa38,_0x3f58db,_0x5c4c66){for(const _0x369836 in _0x5c4c66){_0x5c4c66[_0x369836]['forEach'](([,_0x1e723f])=>{const _0x4529d2=_0x3f58db['createElement'](_0x1e723f,[],_0x91fa38['getChildren']());_0x3f58db['insertChild'](0x0,_0x4529d2,_0x91fa38);}),_0x3f58db['removeStyle'](_0x369836,_0x91fa38);}}(_0x1bdeae,_0x54b5c5,_0x2eadbb),function(_0x17f0af,_0xf24cff,_0x56aade){if(!Object['keys'](_0x56aade)['length'])return;const _0x335149=_0xf24cff['createElement']('span',[],_0x17f0af['getChildren']());_0xf24cff['setStyle'](_0x56aade,_0x335149),_0xf24cff['insertChild'](0x0,_0x335149,_0x17f0af),_0xf24cff['removeStyle'](Object['keys'](_0x56aade),_0x17f0af);}(_0x1bdeae,_0x54b5c5,_0x17288a);}class a extends _0x52007f{['execute'](_0x1bedc9){const {body:_0xcd6ed8}=_0x1bedc9['_parsedData'],_0x556624=new _0x45da65(_0xcd6ed8['document']),_0x42f876=_0x556624['createRangeIn'](_0xcd6ed8),_0xd9540b=new _0x3c39de(_0x556624['document']['stylesProcessor']),_0x2b9100=[...new _0x4c25a8(_0xd9540b)['blockElements'],'font'],_0x4ecb7b=_0x42f876['getItems']();for(const _0xb75f47 of _0x4ecb7b)_0xb75f47['is']('element')&&_0x2b9100['includes'](_0xb75f47['name'])&&w(_0xb75f47,_0x556624,k(_0xb75f47));_0x1bedc9['content']=_0xcd6ed8;}['isActive'](_0x30f347){return super['isActive'](_0x30f347)||j(_0x30f347);}}class s extends _0x3363ab{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'PasteFromOfficeEnhancedPropagator';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return['PasteFromOffice'];}['init'](){const _0x24ac16=this['editor'],_0x32a981=_0x24ac16['plugins']['get']('ClipboardPipeline'),_0x59bfa0=_0x24ac16['editing']['view']['document'],_0xd22521=new a(_0x59bfa0);_0x32a981['on']('inputTransformation',(_0x3725e0,_0x23560d)=>{const _0x560d11=_0x23560d['dataTransfer']['getData']('text/html');_0xd22521['isActive'](_0x560d11)&&(_0x23560d['_parsedData']||(_0x23560d['_parsedData']=_0x1c9594(_0x560d11,_0x59bfa0['stylesProcessor'])),_0xd22521['execute'](_0x23560d));},{'priority':_0x5e3f28['get']('high')+0xa}),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x4b51ae=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x344e01;for(const _0xabf755 in _0x4b51ae){const _0x5ba5a5=_0xabf755,_0x488d58=_0x4b51ae[_0x5ba5a5];if('pasteFromOfficeEnhancedLicenseKeyValid'==_0x488d58||'pasteFromOfficeEnhancedLicenseKeyInvalid'==_0x488d58||'pasteFromOfficeEnhancedLicenseKeyExpired'==_0x488d58||'pasteFromOfficeEnhancedLicenseKeyDomainLimit'==_0x488d58||'pasteFromOfficeEnhancedLicenseKeyNotAllowed'==_0x488d58||'pasteFromOfficeEnhancedLicenseKeyEvaluationLimit'==_0x488d58||'pasteFromOfficeEnhancedLicenseKeyUsageLimit'==_0x488d58){delete _0x4b51ae[_0x5ba5a5],_0x344e01=_0x488d58,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'pasteFromOfficeEnhancedLicenseKeyInvalid'==_0x344e01&&_0x4b51ae['_showLicenseError']('invalid'),'pasteFromOfficeEnhancedLicenseKeyExpired'==_0x344e01&&_0x4b51ae['_showLicenseError']('expired'),'pasteFromOfficeEnhancedLicenseKeyDomainLimit'==_0x344e01&&_0x4b51ae['_showLicenseError']('domainLimit'),'pasteFromOfficeEnhancedLicenseKeyNotAllowed'==_0x344e01&&_0x4b51ae['_showLicenseError']('featureNotAllowed','PasteFromOfficeEnhanced'),'pasteFromOfficeEnhancedLicenseKeyEvaluationLimit'==_0x344e01&&_0x4b51ae['_showLicenseError']('evaluationLimit'),'pasteFromOfficeEnhancedLicenseKeyUsageLimit'==_0x344e01&&_0x4b51ae['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}class P extends _0x3363ab{static get['pluginName'](){return'PasteFromOfficeEnhanced';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return['PasteFromOffice',i,s];}}export{P as PasteFromOfficeEnhanced};
23
+ import{Plugin as _0x5e735e}from'@ckeditor/ckeditor5-core/dist/index.js';import{PasteFromOfficeMSWordNormalizer as _0x2b6dcf,parsePasteOfficeHtml as _0x41a67a}from'@ckeditor/ckeditor5-paste-from-office/dist/index.js';import{priorities as _0x4b0498,uid as _0x12cf09}from'@ckeditor/ckeditor5-utils/dist/index.js';import{ViewUpcastWriter as _0x3644c1,ViewDocument as _0x572bce,ViewDomConverter as _0x11bcc5}from'@ckeditor/ckeditor5-engine/dist/index.js';const m=/<meta\s*name="?generator"?\s*content="?microsoft\s*excel\s*\d+"?\/?>/i;function p(_0x29ecb9){return m['test'](_0x29ecb9);}const S=/^(?<tagName>(?!\.)[\w-]+)?(\.(?<className>[\w-]+))?$/i;function j(_0x2fb37d,_0x47ad93){const _0x316f74=new Map();for(const [_0x50b310,_0x478b77]of _0x47ad93){if(!_0x50b310['tagName']&&!_0x50b310['className'])continue;const _0x4e072c=!_0x50b310['tagName']||_0x2fb37d['name']===_0x50b310['tagName'],_0x27e423=!_0x50b310['className']||_0x2fb37d['hasClass'](_0x50b310['className']);_0x4e072c&&_0x27e423&&_0x316f74['set'](_0x50b310,_0x478b77);}return _0x316f74;}function h(_0x1fdecc){const _0x49c630={};for(let _0x51cb28=0x0;_0x51cb28<_0x1fdecc['length'];_0x51cb28++){const _0x28d782=_0x1fdecc[_0x51cb28],_0x42aec4=_0x1fdecc['getPropertyValue'](_0x28d782);'initial'!==_0x42aec4&&(_0x49c630[_0x28d782]=_0x42aec4);}return _0x49c630;}function O(_0x2b3ee0){const _0x4e05bc=_0x2b3ee0['split'](',')['map'](_0x49e095=>_0x49e095['trim']()),_0x222e74=[];for(const _0x453c15 of _0x4e05bc){const _0x1aced3=S['exec'](_0x453c15);_0x1aced3&&_0x222e74['push'](_0x1aced3['groups']);}return _0x222e74;}function k(_0x3dbf56){const _0x2c1ff0={};for(const _0x35e900 of _0x3dbf56)Object['assign'](_0x2c1ff0,_0x35e900);return _0x2c1ff0;}class c extends _0x2b6dcf{['execute'](_0x301ff8){const {body:_0x41472f,styles:_0x3cae04}=_0x301ff8['_parsedData'],_0x5cff9c=new _0x3644c1(_0x41472f['document']),_0x17a462=_0x5cff9c['createRangeIn'](_0x41472f),_0x17864e=function(_0x2e3aa1){const _0x49813f={};for(const _0x443654 of _0x2e3aa1)for(const _0x21c00a of _0x443654['cssRules'])if(_0x21c00a instanceof CSSStyleRule){const _0x595122=h(_0x21c00a['style']);_0x49813f[_0x21c00a['selectorText']]=Object['assign']({},_0x49813f[_0x21c00a['selectorText']]||{},_0x595122);}return _0x49813f;}(_0x3cae04),_0x4a5df0=function(_0x4a0383){const _0x2dca59=new Map();for(const _0x35c3ff in _0x4a0383){const _0x256a43=O(_0x35c3ff),_0x230272=_0x4a0383[_0x35c3ff];for(const _0x5097f8 of _0x256a43)_0x2dca59['set'](_0x5097f8,_0x230272);}return _0x2dca59;}(_0x17864e);for(const _0x5a8618 of _0x17a462){if('elementStart'!==_0x5a8618['type'])continue;const _0x5faa52=j(_0x5a8618['item'],_0x4a5df0);if(_0x5faa52['size']){const _0x52e372=k(Array['from'](_0x5faa52['values']()));for(const _0x56f903 in _0x52e372){const _0x37019a=_0x5a8618['item'];_0x37019a['hasStyle'](_0x56f903)||_0x5cff9c['setStyle'](_0x56f903,_0x52e372[_0x56f903],_0x37019a);}}}_0x301ff8['content']=_0x41472f;}['isActive'](_0x1237d8){return super['isActive'](_0x1237d8)||p(_0x1237d8);}}class i extends _0x5e735e{static get['pluginName'](){return'PasteFromOfficeEnhancedInliner';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return['PasteFromOffice'];}['init'](){const _0x4a077c=this['editor'],_0x53f44d=_0x4a077c['plugins']['get']('ClipboardPipeline'),_0x2b69ad=_0x4a077c['editing']['view']['document'],_0x244c0e=new c(_0x2b69ad);_0x53f44d['on']('inputTransformation',(_0x519314,_0x3b569e)=>{const _0x7b3e95=_0x3b569e['dataTransfer']['getData']('text/html');_0x244c0e['isActive'](_0x7b3e95)&&(_0x3b569e['_parsedData']||(_0x3b569e['_parsedData']=_0x41a67a(_0x7b3e95,_0x2b69ad['stylesProcessor'])),_0x244c0e['execute'](_0x3b569e));},{'priority':_0x4b0498['get']('high')+0xb});}['afterInit'](){!async function(_0x31038f){const _0x399cfa=_0x211785([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]),_0xfec52f=0x7374585f,_0x6113ac=0x73732697^_0xfec52f,_0x11ccee=window[_0x211785([0x44,0x61,0x74,0x65])][_0x211785([0x6e,0x6f,0x77])](),_0x4d9b5e=_0x31038f[_0x211785([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x4cd1bc=new window[(_0x211785([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x3b7585=>{_0x4d9b5e[_0x211785([0x6f,0x6e,0x63,0x65])](_0x211785([0x72,0x65,0x61,0x64,0x79]),_0x3b7585);}),_0x134d30={[_0x211785([0x6b,0x74,0x79])]:_0x211785([0x45,0x43]),[_0x211785([0x75,0x73,0x65])]:_0x211785([0x73,0x69,0x67]),[_0x211785([0x63,0x72,0x76])]:_0x211785([0x50,0x2d,0x32,0x35,0x36]),[_0x211785([0x78])]:_0x211785([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]),[_0x211785([0x79])]:_0x211785([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]),[_0x211785([0x61,0x6c,0x67])]:_0x211785([0x45,0x53,0x32,0x35,0x36])},_0x54adde=_0x4d9b5e[_0x211785([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x211785([0x67,0x65,0x74])](_0x211785([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x3b63a8(){let _0x2e59be,_0x4ea041=null,_0x42ef89=null;try{if(_0x54adde==_0x211785([0x47,0x50,0x4c]))return _0x211785([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x2e59be=_0x33d573(),!_0x2e59be)return _0x211785([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x2e59be[_0x211785([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x42ef89=_0x34ad50(_0x2e59be[_0x211785([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x2e59be[_0x211785([0x6a,0x74,0x69])])),await _0x209d01()?_0x5a2f02()?_0x28f181()?_0x211785([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x51944d()?(_0x2e59be[_0x211785([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x211785([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x4ea041=_0x5cdaf5(_0x211785([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),await _0x4ed507()):_0x211785([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x211785([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x211785([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x211785([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x28f181(){const _0x32b16f=[_0x211785([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x211785([0x74,0x72,0x69,0x61,0x6c])][_0x211785([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2e59be[_0x211785([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x11ccee/0x3e8:0xe10*_0x6113ac;return _0x2e59be[_0x211785([0x65,0x78,0x70])]<_0x32b16f;}function _0x5a2f02(){const _0x539eed=_0x2e59be[_0x211785([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x539eed&&(!!_0x539eed[_0x211785([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x211785([0x2a]))||(!!_0x539eed[_0x211785([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x211785([0x50,0x4f,0x45]))||(!!_0x539eed[_0x211785([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x211785([0x50,0x50]))||!(!_0x539eed[_0x211785([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x211785([0x54,0x52,0x49,0x4c,0x49,0x55,0x4d]))||!_0x317907()))));}function _0x51944d(){const _0x1a435a=_0x2e59be[_0x211785([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x1a435a||0x0==_0x1a435a[_0x211785([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x5829bd}=new URL(window[_0x211785([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x1a435a[_0x211785([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5829bd))return!0x0;const _0x37fde2=_0x5829bd[_0x211785([0x73,0x70,0x6c,0x69,0x74])](_0x211785([0x2e]));return _0x1a435a[_0x211785([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x4d046e=>_0x4d046e[_0x211785([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x211785([0x2a])))[_0x211785([0x6d,0x61,0x70])](_0x2799b9=>_0x2799b9[_0x211785([0x73,0x70,0x6c,0x69,0x74])](_0x211785([0x2e])))[_0x211785([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x457946=>_0x457946[_0x211785([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x37fde2[_0x211785([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x211785([0x6d,0x61,0x70])](_0x567b60=>Array(_0x37fde2[_0x211785([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x567b60[_0x211785([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x211785([0x66,0x69,0x6c,0x6c])](_0x567b60[0x0]===_0x211785([0x2a])?_0x211785([0x2a]):'')[_0x211785([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x567b60))[_0x211785([0x73,0x6f,0x6d,0x65])](_0xa76825=>_0x37fde2[_0x211785([0x65,0x76,0x65,0x72,0x79])]((_0x19463d,_0x58c4b9)=>_0xa76825[_0x58c4b9]===_0x19463d||_0xa76825[_0x58c4b9]===_0x211785([0x2a])));}function _0x4ed507(){return _0x4ea041&&_0x42ef89?new window[(_0x211785([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x4b5990,_0x3d8040)=>{_0x4ea041[_0x211785([0x74,0x68,0x65,0x6e])](_0x4b5990,_0x3d8040),_0x42ef89[_0x211785([0x74,0x68,0x65,0x6e])](_0x548017=>{_0x548017!=_0x211785([0x56,0x61,0x6c,0x69,0x64])&&_0x4b5990(_0x548017);},_0x3d8040);}):_0x4ea041||_0x42ef89||_0x211785([0x56,0x61,0x6c,0x69,0x64]);}}function _0x34ad50(_0x53e5b2,_0x37c83f){return new window[(_0x211785([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x1d4cdb=>{if(_0x3e2fd6())return _0x1d4cdb(_0x211785([0x56,0x61,0x6c,0x69,0x64]));_0x1f1a51(),_0x4d9b5e[_0x211785([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x211785([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x4a8c92=!0x1;const _0x3d31c5=_0x12cf09();function _0x514f70(_0x44ad0b){return!!_0x44ad0b&&(typeof _0x44ad0b===_0x211785([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x44ad0b===_0x211785([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x44ad0b[_0x211785([0x74,0x68,0x65,0x6e])]===_0x211785([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x44ad0b[_0x211785([0x63,0x61,0x74,0x63,0x68])]===_0x211785([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x2933ab(_0x3aeaa2){_0x7846c5(_0x3aeaa2)[_0x211785([0x74,0x68,0x65,0x6e])](_0x32517a=>{if(!_0x32517a||_0x32517a[_0x211785([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x211785([0x6f,0x6b]))return _0x211785([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x261e57(_0xa022ef(_0x3d31c5+_0x37c83f))!=_0x32517a[_0x211785([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x211785([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x211785([0x56,0x61,0x6c,0x69,0x64]);})[_0x211785([0x74,0x68,0x65,0x6e])](_0x4603fb=>(_0x11af8a(),_0x4603fb),()=>{const _0x319155=_0x30eed4();return null==_0x319155?(_0x11af8a(),_0x211785([0x56,0x61,0x6c,0x69,0x64])):_0x211785(_0x11ccee-_0x319155>(0x5778dc5f^_0xfec52f)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x211785([0x74,0x68,0x65,0x6e])](_0x1d4cdb)[_0x211785([0x63,0x61,0x74,0x63,0x68])](()=>{_0x1d4cdb(_0x211785([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x18653d=0x7342b6df^_0xfec52f;function _0x11af8a(){const _0x429025=_0x211785([0x6c,0x6c,0x63,0x74,0x2d])+_0x261e57(_0xa022ef(_0x53e5b2)),_0x8696db=_0x15d93c(_0x261e57(window[_0x211785([0x4d,0x61,0x74,0x68])][_0x211785([0x63,0x65,0x69,0x6c])](_0x11ccee/_0x18653d)));window[_0x211785([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x211785([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x429025,_0x8696db);}function _0x30eed4(){const _0x565d50=_0x211785([0x6c,0x6c,0x63,0x74,0x2d])+_0x261e57(_0xa022ef(_0x53e5b2)),_0x311c3d=window[_0x211785([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x211785([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x565d50);return _0x311c3d?window[_0x211785([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x15d93c(_0x311c3d),0x10)*_0x18653d:null;}function _0x7846c5(_0x21ec0d){return new window[(_0x211785([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x45eeab,_0x16391d)=>{_0x21ec0d[_0x211785([0x74,0x68,0x65,0x6e])](_0x45eeab,_0x16391d),window[_0x211785([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x16391d,0x73758c9f^_0xfec52f);});}}_0x4d9b5e[_0x211785([0x6f,0x6e])](_0x211785([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x4e8d29,_0x405b46)=>{if(_0x405b46[0x0]!=_0x53e5b2)return _0x1d4cdb(_0x211785([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x405b46[0x1]={..._0x405b46[0x1],[_0x211785([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x3d31c5};},{[_0x211785([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x211785([0x68,0x69,0x67,0x68])}),_0x4d9b5e[_0x211785([0x6f,0x6e])](_0x211785([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x5b7359=>{_0x514f70(_0x5b7359[_0x211785([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x4a8c92=!0x0,_0x2933ab(_0x5b7359[_0x211785([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x211785([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x211785([0x6c,0x6f,0x77])}),_0x4cd1bc[_0x211785([0x74,0x68,0x65,0x6e])](()=>{_0x4a8c92||_0x1d4cdb(_0x211785([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x3e2fd6(){return _0x4d9b5e[_0x211785([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x211785([0x76,0x69,0x65,0x77])][_0x211785([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x211785([0x61,0x75,0x74,0x6f]);}function _0x1f1a51(){_0x4d9b5e[_0x211785([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x211785([0x76,0x69,0x65,0x77])][_0x211785([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x211785([0x61,0x75,0x74,0x6f]);}}function _0x5cdaf5(_0x3ad56e){const _0x181214=[new window[(_0x211785([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x484561=>setTimeout(_0x484561,0x737d6693^_0xfec52f)),_0x4cd1bc[_0x211785([0x74,0x68,0x65,0x6e])](()=>new window[(_0x211785([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x3e6553=>{let _0x1dc069=0x0;_0x4d9b5e[_0x211785([0x6d,0x6f,0x64,0x65,0x6c])][_0x211785([0x6f,0x6e])](_0x211785([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x39a66c,_0x5c6ef9)=>{_0x5c6ef9[0x0][_0x211785([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x1dc069++,_0x1dc069==(0x73745db7^_0xfec52f)&&(_0x3e6553(),_0x39a66c[_0x211785([0x6f,0x66,0x66])]());});}))];return window[_0x211785([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x211785([0x72,0x61,0x63,0x65])](_0x181214)[_0x211785([0x74,0x68,0x65,0x6e])](()=>_0x3ad56e);}async function _0x2d016d(){await _0x4cd1bc,_0x4d9b5e[_0x211785([0x6d,0x6f,0x64,0x65,0x6c])][_0x211785([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x3d54ef,_0x4d9b5e[_0x211785([0x6d,0x6f,0x64,0x65,0x6c])][_0x211785([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x3d54ef,_0x4d9b5e[_0x211785([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x211785([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x317907(){return window[_0x211785([0x67,0x6c,0x6f,0x62])]&&window[_0x211785([0x67,0x6c,0x6f,0x62])][_0x211785([0x74,0x72,0x69,0x6c,0x69,0x75,0x6d,0x56,0x65,0x72,0x73,0x69,0x6f,0x6e])];}function _0x169ca0(_0x3ac887){const _0x1d95ea=_0x477ca2();_0x4d9b5e[_0x1d95ea]=_0x211785([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])+_0x3ac887,_0x3ac887!=_0x211785([0x56,0x61,0x6c,0x69,0x64])&&_0x2d016d();}function _0x477ca2(){const _0x252341=window[_0x211785([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x211785([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x211785([0x6e,0x6f,0x77])]())[_0x211785([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x211785([0x2e]),'');let _0xba4673=_0x211785([0x73]);for(let _0x336e71=0x0;_0x336e71<_0x252341[_0x211785([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x336e71+=0x2){let _0x3ecc5e=window[_0x211785([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x252341[_0x211785([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x336e71,_0x336e71+0x2));_0x3ecc5e>=_0x399cfa[_0x211785([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x3ecc5e-=_0x399cfa[_0x211785([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0xba4673+=_0x399cfa[_0x3ecc5e];}return _0xba4673;}function _0x33d573(){const _0x3ad2b8=_0x54adde[_0x211785([0x73,0x70,0x6c,0x69,0x74])](_0x211785([0x2e]));if(0x3!=_0x3ad2b8[_0x211785([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x3f65fb(_0x3ad2b8[0x1]);function _0x3f65fb(_0x2a8646){const _0x53fec6=_0x473a80(_0x2a8646);return _0x53fec6&&_0x2cd872()?_0x53fec6:null;function _0x2cd872(){const _0xa87a9b=_0x53fec6[_0x211785([0x6a,0x74,0x69])],_0x1e4866=window[_0x211785([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0xa87a9b[_0x211785([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0xa87a9b[_0x211785([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x16702b={..._0x53fec6,[_0x211785([0x6a,0x74,0x69])]:_0xa87a9b[_0x211785([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0xa87a9b[_0x211785([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x16702b[_0x211785([0x76,0x63])],_0xa022ef(_0x16702b)==_0x1e4866;}}}async function _0x209d01(){let _0x52a1fc=!0x0;try{const _0x137b5f=_0x54adde[_0x211785([0x73,0x70,0x6c,0x69,0x74])](_0x211785([0x2e])),[_0x4f7809,_0x32c5fd,_0x4b06bb]=_0x137b5f;return _0x3fe816(_0x4f7809),await _0x1fb6a4(_0x4f7809,_0x32c5fd,_0x4b06bb),_0x52a1fc;}catch{return!0x1;}function _0x3fe816(_0x3aaffb){const _0x24ada2=_0x473a80(_0x3aaffb);_0x24ada2&&_0x24ada2[_0x211785([0x61,0x6c,0x67])]==_0x211785([0x45,0x53,0x32,0x35,0x36])||(_0x52a1fc=!0x1);}async function _0x1fb6a4(_0x455d6f,_0x1abe13,_0x4a5973){const _0x2f1b52=window[_0x211785([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x211785([0x66,0x72,0x6f,0x6d])](_0x30893e(_0x4a5973),_0x194410=>_0x194410[_0x211785([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x5ee81c=new window[(_0x211785([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x211785([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x455d6f+_0x211785([0x2e])+_0x1abe13),_0x263ccc=window[_0x211785([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x211785([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x263ccc)return;const _0x5b67fb=await _0x263ccc[_0x211785([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x211785([0x6a,0x77,0x6b]),_0x134d30,{[_0x211785([0x6e,0x61,0x6d,0x65])]:_0x211785([0x45,0x43,0x44,0x53,0x41]),[_0x211785([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x211785([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x211785([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x263ccc[_0x211785([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x211785([0x6e,0x61,0x6d,0x65])]:_0x211785([0x45,0x43,0x44,0x53,0x41]),[_0x211785([0x68,0x61,0x73,0x68])]:{[_0x211785([0x6e,0x61,0x6d,0x65])]:_0x211785([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x5b67fb,_0x2f1b52,_0x5ee81c)||(_0x52a1fc=!0x1);}}function _0x473a80(_0x56d8df){return _0x56d8df[_0x211785([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x211785([0x65,0x79]))?JSON[_0x211785([0x70,0x61,0x72,0x73,0x65])](_0x30893e(_0x56d8df)):null;}function _0x30893e(_0x59e5a5){return window[_0x211785([0x61,0x74,0x6f,0x62])](_0x59e5a5[_0x211785([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x211785([0x2b]))[_0x211785([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x211785([0x2f])));}function _0xa022ef(_0x16a19a){let _0x1a8d4e=0x1505;function _0x49745d(_0x469909){for(let _0x2d6625=0x0;_0x2d6625<_0x469909[_0x211785([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x2d6625++){const _0x3b38f4=_0x469909[_0x211785([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x2d6625);_0x1a8d4e=(_0x1a8d4e<<0x5)+_0x1a8d4e+_0x3b38f4,_0x1a8d4e&=_0x1a8d4e;}}function _0x284528(_0x2e464e){Array[_0x211785([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x2e464e)?_0x2e464e[_0x211785([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x284528):_0x2e464e&&typeof _0x2e464e==_0x211785([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x211785([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x2e464e)[_0x211785([0x73,0x6f,0x72,0x74])]()[_0x211785([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x2c9c9c,_0xdd5650])=>{_0x49745d(_0x2c9c9c),_0x284528(_0xdd5650);}):_0x49745d(window[_0x211785([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x2e464e));}return _0x284528(_0x16a19a),_0x1a8d4e>>>0x0;}function _0x261e57(_0x3291c4){return _0x3291c4[_0x211785([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x211785([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x211785([0x30]));}function _0x15d93c(_0x42b340){return _0x42b340[_0x211785([0x73,0x70,0x6c,0x69,0x74])]('')[_0x211785([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x211785([0x6a,0x6f,0x69,0x6e])]('');}function _0x3d54ef(){}function _0x211785(_0x3e8b1f){return _0x3e8b1f['map'](_0x31d9b3=>String['fromCharCode'](_0x31d9b3))['join']('');}_0x169ca0(await _0x3b63a8());}(this);}}const E=['color','font-family','font-size','text-decoration','text-decoration-line','font-weight','font-style','vertical-align'],L=['color','font-family','font-size'],F={'font-style':[['italic','i']],'font-weight':[['medium','strong'],['bold','strong'],['bolder','strong'],[_0x398d37=>Number(_0x398d37)>=0x258,'strong']],'text-decoration':[['underline','u'],['line-through','s']],'text-decoration-line':[['underline','u'],['line-through','s']],'vertical-align':[['sub','sub'],['super','sup']]};function P(_0x4fcc23){return E['includes'](_0x4fcc23);}function g(_0xbe7a28){return Array['from'](_0xbe7a28['getStyleNames']())['filter'](P);}function b(_0x5c6b44,_0x5f37e7,_0x167ece){const {spanStyles:_0x112710,stylesToBeHtmlElements:_0x21f3f3}=function(_0x57a238,_0x1edde4){const _0x180da3={},_0x55bb4d={};return _0x1edde4['forEach'](_0x155f08=>{const _0x70b10c=_0x57a238['getStyle'](_0x155f08);if(_0x70b10c){if(function(_0x3cbbe3){return L['includes'](_0x3cbbe3);}(_0x155f08))_0x180da3[_0x155f08]=_0x70b10c;else{if(function(_0x102c55){return _0x102c55 in F;}(_0x155f08)){const _0x160ca4=_0x70b10c['split']('\x20');F[_0x155f08]['forEach'](([_0x563723,_0x36c688])=>{for(const _0x1e02e9 of _0x160ca4){('function'==typeof _0x563723&&_0x563723(_0x1e02e9)||_0x563723===_0x1e02e9)&&(_0x55bb4d[_0x155f08]=[..._0x55bb4d[_0x155f08]||[],[_0x563723,_0x36c688]]);}});}}}}),{'spanStyles':_0x180da3,'stylesToBeHtmlElements':_0x55bb4d};}(_0x5c6b44,_0x167ece);!function(_0xd784a,_0xf4efc4,_0x309a8b){for(const _0x49a6d9 in _0x309a8b){_0x309a8b[_0x49a6d9]['forEach'](([,_0x5d3e7a])=>{const _0xd58801=_0xf4efc4['createElement'](_0x5d3e7a,[],_0xd784a['getChildren']());_0xf4efc4['insertChild'](0x0,_0xd58801,_0xd784a);}),_0xf4efc4['removeStyle'](_0x49a6d9,_0xd784a);}}(_0x5c6b44,_0x5f37e7,_0x21f3f3),function(_0x33ad9a,_0xad202,_0x5d88f1){if(!Object['keys'](_0x5d88f1)['length'])return;const _0x1910cb=_0xad202['createElement']('span',[],_0x33ad9a['getChildren']());_0xad202['setStyle'](_0x5d88f1,_0x1910cb),_0xad202['insertChild'](0x0,_0x1910cb,_0x33ad9a),_0xad202['removeStyle'](Object['keys'](_0x5d88f1),_0x33ad9a);}(_0x5c6b44,_0x5f37e7,_0x112710);}class a extends _0x2b6dcf{['execute'](_0x20acb6){const {body:_0x217e60}=_0x20acb6['_parsedData'],_0x4822c5=new _0x3644c1(_0x217e60['document']),_0x470de6=_0x4822c5['createRangeIn'](_0x217e60),_0x33a27a=new _0x572bce(_0x4822c5['document']['stylesProcessor']),_0x136d73=[...new _0x11bcc5(_0x33a27a)['blockElements'],'font'],_0x17f3c1=_0x470de6['getItems']();for(const _0x3aaa4e of _0x17f3c1)_0x3aaa4e['is']('element')&&_0x136d73['includes'](_0x3aaa4e['name'])&&b(_0x3aaa4e,_0x4822c5,g(_0x3aaa4e));_0x20acb6['content']=_0x217e60;}['isActive'](_0x516238){return super['isActive'](_0x516238)||p(_0x516238);}}class s extends _0x5e735e{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'PasteFromOfficeEnhancedPropagator';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return['PasteFromOffice'];}['init'](){const _0x49d9a3=this['editor'],_0x3ffec2=_0x49d9a3['plugins']['get']('ClipboardPipeline'),_0x1ca8f5=_0x49d9a3['editing']['view']['document'],_0x1f6079=new a(_0x1ca8f5);_0x3ffec2['on']('inputTransformation',(_0x432711,_0x3f2b59)=>{const _0x5331b6=_0x3f2b59['dataTransfer']['getData']('text/html');_0x1f6079['isActive'](_0x5331b6)&&(_0x3f2b59['_parsedData']||(_0x3f2b59['_parsedData']=_0x41a67a(_0x5331b6,_0x1ca8f5['stylesProcessor'])),_0x1f6079['execute'](_0x3f2b59));},{'priority':_0x4b0498['get']('high')+0xa}),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x18d69a=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x5eb561;for(const _0x2f11cb in _0x18d69a){const _0x14b5bd=_0x2f11cb,_0x332844=_0x18d69a[_0x14b5bd];if('pasteFromOfficeEnhancedLicenseKeyValid'==_0x332844||'pasteFromOfficeEnhancedLicenseKeyInvalid'==_0x332844||'pasteFromOfficeEnhancedLicenseKeyExpired'==_0x332844||'pasteFromOfficeEnhancedLicenseKeyDomainLimit'==_0x332844||'pasteFromOfficeEnhancedLicenseKeyNotAllowed'==_0x332844||'pasteFromOfficeEnhancedLicenseKeyEvaluationLimit'==_0x332844||'pasteFromOfficeEnhancedLicenseKeyUsageLimit'==_0x332844){delete _0x18d69a[_0x14b5bd],_0x5eb561=_0x332844,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'pasteFromOfficeEnhancedLicenseKeyInvalid'==_0x5eb561&&_0x18d69a['_showLicenseError']('invalid'),'pasteFromOfficeEnhancedLicenseKeyExpired'==_0x5eb561&&_0x18d69a['_showLicenseError']('expired'),'pasteFromOfficeEnhancedLicenseKeyDomainLimit'==_0x5eb561&&_0x18d69a['_showLicenseError']('domainLimit'),'pasteFromOfficeEnhancedLicenseKeyNotAllowed'==_0x5eb561&&_0x18d69a['_showLicenseError']('featureNotAllowed','PasteFromOfficeEnhanced'),'pasteFromOfficeEnhancedLicenseKeyEvaluationLimit'==_0x5eb561&&_0x18d69a['_showLicenseError']('evaluationLimit'),'pasteFromOfficeEnhancedLicenseKeyUsageLimit'==_0x5eb561&&_0x18d69a['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}class K extends _0x5e735e{static get['pluginName'](){return'PasteFromOfficeEnhanced';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return['PasteFromOffice',i,s];}}export{K as PasteFromOfficeEnhanced};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-paste-from-office-enhanced",
3
- "version": "47.4.0-alpha.6",
3
+ "version": "47.4.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.4.0-alpha.6",
26
- "@ckeditor/ckeditor5-engine": "47.4.0-alpha.6",
27
- "@ckeditor/ckeditor5-paste-from-office": "47.4.0-alpha.6",
28
- "@ckeditor/ckeditor5-utils": "47.4.0-alpha.6",
29
- "ckeditor5": "47.4.0-alpha.6"
25
+ "@ckeditor/ckeditor5-core": "47.4.0",
26
+ "@ckeditor/ckeditor5-engine": "47.4.0",
27
+ "@ckeditor/ckeditor5-paste-from-office": "47.4.0",
28
+ "@ckeditor/ckeditor5-utils": "47.4.0",
29
+ "ckeditor5": "47.4.0"
30
30
  },
31
31
  "license": "SEE LICENSE IN LICENSE.md",
32
32
  "author": "CKSource (http://cksource.com/)",
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x338e1f=_0x3ae9;(function(_0x619b16,_0x5b448a){const _0x570753=_0x3ae9,_0xd77a1b=_0x619b16();while(!![]){try{const _0x43b960=parseInt(_0x570753(0xb4))/0x1*(parseInt(_0x570753(0xae))/0x2)+parseInt(_0x570753(0xbb))/0x3*(parseInt(_0x570753(0xb6))/0x4)+parseInt(_0x570753(0xaa))/0x5*(-parseInt(_0x570753(0xaf))/0x6)+-parseInt(_0x570753(0xb3))/0x7*(parseInt(_0x570753(0xac))/0x8)+parseInt(_0x570753(0xbc))/0x9+parseInt(_0x570753(0xa6))/0xa*(-parseInt(_0x570753(0xb7))/0xb)+parseInt(_0x570753(0xb9))/0xc;if(_0x43b960===_0x5b448a)break;else _0xd77a1b['push'](_0xd77a1b['shift']());}catch(_0x587af5){_0xd77a1b['push'](_0xd77a1b['shift']());}}}(_0x23a7,0x40c59));import{ViewUpcastWriter as _0x5df059}from'ckeditor5/src/engine.js';function _0x23a7(){const _0x3862fb=['26472zvztVm','execute','315932VpvyYk','11DlOdhE','_parsedData','4179456qLBqUK','type','3hNBeRz','4002453jgDapV','isActive','elementStart','content','4605610FnFRLY','values','hasStyle','setStyle','140GqITCx','document','16bjQBgF','from','34FtXFCU','84144rEOlSH','size','createRangeIn','item','712159ssgqXG'];_0x23a7=function(){return _0x3862fb;};return _0x23a7();}function _0x3ae9(_0x6a01e5,_0x11d51b){const _0x23a74b=_0x23a7();return _0x3ae9=function(_0x3ae94a,_0x5c9025){_0x3ae94a=_0x3ae94a-0xa4;let _0x59c686=_0x23a74b[_0x3ae94a];return _0x59c686;},_0x3ae9(_0x6a01e5,_0x11d51b);}import{PasteFromOfficeMSWordNormalizer as _0x50c3b7}from'@ckeditor/ckeditor5-paste-from-office';import{isMSExcelContent as _0x21405e}from'../../utils.js';import{extractStyles as _0x1141ce,expandStyles as _0x48bbe0,getMatchingStyles as _0x1a61cc,flattenStyleDefinitions as _0x3ba2d9}from'./utils.js';export class MSOfficeStylesInliner extends _0x50c3b7{[_0x338e1f(0xb5)](_0xd972b0){const _0x2d59cf=_0x338e1f,{body:_0x4c9b41,styles:_0x144a21}=_0xd972b0[_0x2d59cf(0xb8)],_0x4203fe=new _0x5df059(_0x4c9b41[_0x2d59cf(0xab)]),_0x333390=_0x4203fe[_0x2d59cf(0xb1)](_0x4c9b41),_0x129afa=_0x1141ce(_0x144a21),_0x8ace6e=_0x48bbe0(_0x129afa);for(const _0x314080 of _0x333390){if(_0x2d59cf(0xa4)!==_0x314080[_0x2d59cf(0xba)])continue;const _0x44e410=_0x1a61cc(_0x314080[_0x2d59cf(0xb2)],_0x8ace6e);if(_0x44e410[_0x2d59cf(0xb0)]){const _0x3535a5=_0x3ba2d9(Array[_0x2d59cf(0xad)](_0x44e410[_0x2d59cf(0xa7)]()));for(const _0x2bce0c in _0x3535a5){const _0x951b56=_0x314080[_0x2d59cf(0xb2)];_0x951b56[_0x2d59cf(0xa8)](_0x2bce0c)||_0x4203fe[_0x2d59cf(0xa9)](_0x2bce0c,_0x3535a5[_0x2bce0c],_0x951b56);}}}_0xd972b0[_0x2d59cf(0xa5)]=_0x4c9b41;}[_0x338e1f(0xbd)](_0x54aa82){const _0xea128b=_0x338e1f;return super[_0xea128b(0xbd)](_0x54aa82)||_0x21405e(_0x54aa82);}}
23
+ const _0x122b18=_0x32f9;(function(_0x39665e,_0x24b175){const _0x4674d1=_0x32f9,_0x2582ed=_0x39665e();while(!![]){try{const _0x12622e=-parseInt(_0x4674d1(0x15d))/0x1*(-parseInt(_0x4674d1(0x165))/0x2)+-parseInt(_0x4674d1(0x16e))/0x3+parseInt(_0x4674d1(0x161))/0x4*(-parseInt(_0x4674d1(0x172))/0x5)+-parseInt(_0x4674d1(0x164))/0x6+-parseInt(_0x4674d1(0x167))/0x7*(parseInt(_0x4674d1(0x15b))/0x8)+parseInt(_0x4674d1(0x160))/0x9*(-parseInt(_0x4674d1(0x16b))/0xa)+parseInt(_0x4674d1(0x16a))/0xb*(parseInt(_0x4674d1(0x16f))/0xc);if(_0x12622e===_0x24b175)break;else _0x2582ed['push'](_0x2582ed['shift']());}catch(_0x2fe629){_0x2582ed['push'](_0x2582ed['shift']());}}}(_0x4b88,0x1940b));import{ViewUpcastWriter as _0x518818}from'ckeditor5/src/engine.js';function _0x32f9(_0x5e9482,_0x5d67b4){const _0x4b8856=_0x4b88();return _0x32f9=function(_0x32f99b,_0x56f323){_0x32f99b=_0x32f99b-0x15a;let _0x91d896=_0x4b8856[_0x32f99b];return _0x91d896;},_0x32f9(_0x5e9482,_0x5d67b4);}import{PasteFromOfficeMSWordNormalizer as _0x5d45b5}from'@ckeditor/ckeditor5-paste-from-office';import{isMSExcelContent as _0x2a4c4e}from'../../utils.js';function _0x4b88(){const _0x3bab1b=['document','261471Ixdmat','5833596XWLGbO','createRangeIn','values','985315Hgcweu','type','setStyle','8JttYYf','_parsedData','3OHhUvX','isActive','elementStart','120411IjVzyA','4MsJPwi','execute','from','433782lGpvnF','114836ydiIaF','size','1201739HafXkC','content','item','11aOIRpx','20GPbetW','hasStyle'];_0x4b88=function(){return _0x3bab1b;};return _0x4b88();}import{extractStyles as _0x47bef5,expandStyles as _0x59c32,getMatchingStyles as _0x30a77c,flattenStyleDefinitions as _0x315848}from'./utils.js';export class MSOfficeStylesInliner extends _0x5d45b5{[_0x122b18(0x162)](_0x2e475e){const _0x2b3a9e=_0x122b18,{body:_0x7c0361,styles:_0x48ced0}=_0x2e475e[_0x2b3a9e(0x15c)],_0x30ed0c=new _0x518818(_0x7c0361[_0x2b3a9e(0x16d)]),_0x2fbfd9=_0x30ed0c[_0x2b3a9e(0x170)](_0x7c0361),_0x4a7dde=_0x47bef5(_0x48ced0),_0x530c0d=_0x59c32(_0x4a7dde);for(const _0x5e23bc of _0x2fbfd9){if(_0x2b3a9e(0x15f)!==_0x5e23bc[_0x2b3a9e(0x173)])continue;const _0x3f015f=_0x30a77c(_0x5e23bc[_0x2b3a9e(0x169)],_0x530c0d);if(_0x3f015f[_0x2b3a9e(0x166)]){const _0x25fa55=_0x315848(Array[_0x2b3a9e(0x163)](_0x3f015f[_0x2b3a9e(0x171)]()));for(const _0x184d06 in _0x25fa55){const _0x86a996=_0x5e23bc[_0x2b3a9e(0x169)];_0x86a996[_0x2b3a9e(0x16c)](_0x184d06)||_0x30ed0c[_0x2b3a9e(0x15a)](_0x184d06,_0x25fa55[_0x184d06],_0x86a996);}}}_0x2e475e[_0x2b3a9e(0x168)]=_0x7c0361;}[_0x122b18(0x15e)](_0x26175c){const _0x2b47f9=_0x122b18;return super[_0x2b47f9(0x15e)](_0x26175c)||_0x2a4c4e(_0x26175c);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (function(_0x294dae,_0x3b961c){const _0x3904d9=_0x2dde,_0x51ef49=_0x294dae();while(!![]){try{const _0x5b21d9=parseInt(_0x3904d9(0x70))/0x1+parseInt(_0x3904d9(0x81))/0x2*(parseInt(_0x3904d9(0x6c))/0x3)+-parseInt(_0x3904d9(0x68))/0x4+parseInt(_0x3904d9(0x7c))/0x5+-parseInt(_0x3904d9(0x72))/0x6+parseInt(_0x3904d9(0x7d))/0x7*(parseInt(_0x3904d9(0x6a))/0x8)+-parseInt(_0x3904d9(0x79))/0x9;if(_0x5b21d9===_0x3b961c)break;else _0x51ef49['push'](_0x51ef49['shift']());}catch(_0x561acc){_0x51ef49['push'](_0x51ef49['shift']());}}}(_0x5e46,0x97b7c));const C=/^(?<tagName>(?!\.)[\w-]+)?(\.(?<className>[\w-]+))?$/i;export function getMatchingStyles(_0x59f897,_0x31de4c){const _0x3515cc=_0x2dde,_0x5a6c83=new Map();for(const [_0x492063,_0x59629e]of _0x31de4c){if(!_0x492063[_0x3515cc(0x76)]&&!_0x492063[_0x3515cc(0x6f)])continue;const _0x534527=!_0x492063[_0x3515cc(0x76)]||_0x59f897[_0x3515cc(0x7a)]===_0x492063[_0x3515cc(0x76)],_0x4ba523=!_0x492063[_0x3515cc(0x6f)]||_0x59f897[_0x3515cc(0x69)](_0x492063[_0x3515cc(0x6f)]);_0x534527&&_0x4ba523&&_0x5a6c83[_0x3515cc(0x73)](_0x492063,_0x59629e);}return _0x5a6c83;}function _0x2dde(_0x41a22c,_0x30b46d){const _0x5e46f1=_0x5e46();return _0x2dde=function(_0x2ddebc,_0x40c615){_0x2ddebc=_0x2ddebc-0x67;let _0x13f061=_0x5e46f1[_0x2ddebc];return _0x13f061;},_0x2dde(_0x41a22c,_0x30b46d);}function _0x5e46(){const _0x2a2ba2=['7293240FCklMQ','name','initial','85685LgvgLh','90811XgFddj','trim','split','exec','9964OsyhDf','assign','362968rebmQM','hasClass','424wdwIkl','getPropertyValue','642wUDsqT','length','map','className','763564mhUtYa','push','6071280HzCkbO','set','selectorText','style','tagName','cssRules','groups'];_0x5e46=function(){return _0x2a2ba2;};return _0x5e46();}export function extractStyles(_0x2bbac7){const _0x5916ed=_0x2dde,_0x4d34f9={};for(const _0x221ad7 of _0x2bbac7)for(const _0x2dbed4 of _0x221ad7[_0x5916ed(0x77)])if(_0x2dbed4 instanceof CSSStyleRule){const _0xfee3db=parseCSSStyleDeclaration(_0x2dbed4[_0x5916ed(0x75)]);_0x4d34f9[_0x2dbed4[_0x5916ed(0x74)]]=Object[_0x5916ed(0x67)]({},_0x4d34f9[_0x2dbed4[_0x5916ed(0x74)]]||{},_0xfee3db);}return _0x4d34f9;}export function expandStyles(_0x1fd5b2){const _0x1956e2=_0x2dde,_0x12efd1=new Map();for(const _0x296fb5 in _0x1fd5b2){const _0x2d4480=parseCSSSelector(_0x296fb5),_0x549dcb=_0x1fd5b2[_0x296fb5];for(const _0x4d0761 of _0x2d4480)_0x12efd1[_0x1956e2(0x73)](_0x4d0761,_0x549dcb);}return _0x12efd1;}export function parseCSSStyleDeclaration(_0x123efa){const _0x55393e=_0x2dde,_0x274b08={};for(let _0x379122=0x0;_0x379122<_0x123efa[_0x55393e(0x6d)];_0x379122++){const _0x389352=_0x123efa[_0x379122],_0x38745c=_0x123efa[_0x55393e(0x6b)](_0x389352);_0x55393e(0x7b)!==_0x38745c&&(_0x274b08[_0x389352]=_0x38745c);}return _0x274b08;}export function parseCSSSelector(_0x34a567){const _0x6dac01=_0x2dde,_0x1c3c20=_0x34a567[_0x6dac01(0x7f)](',')[_0x6dac01(0x6e)](_0x14eb3d=>_0x14eb3d[_0x6dac01(0x7e)]()),_0xecf58=[];for(const _0x2f4308 of _0x1c3c20){const _0x2ab233=C[_0x6dac01(0x80)](_0x2f4308);_0x2ab233&&_0xecf58[_0x6dac01(0x71)](_0x2ab233[_0x6dac01(0x78)]);}return _0xecf58;}export function flattenStyleDefinitions(_0x5173ea){const _0x28cc7b=_0x2dde,_0x1f9079={};for(const _0x3d86ea of _0x5173ea)Object[_0x28cc7b(0x67)](_0x1f9079,_0x3d86ea);return _0x1f9079;}
23
+ (function(_0x201492,_0x277738){const _0x2b5e28=_0x2e22,_0xa6740c=_0x201492();while(!![]){try{const _0x3b3f0a=-parseInt(_0x2b5e28(0xfc))/0x1+parseInt(_0x2b5e28(0xfe))/0x2*(-parseInt(_0x2b5e28(0x10a))/0x3)+-parseInt(_0x2b5e28(0x100))/0x4*(parseInt(_0x2b5e28(0x10f))/0x5)+parseInt(_0x2b5e28(0xf8))/0x6*(parseInt(_0x2b5e28(0x110))/0x7)+parseInt(_0x2b5e28(0x109))/0x8+-parseInt(_0x2b5e28(0x10b))/0x9*(parseInt(_0x2b5e28(0x111))/0xa)+parseInt(_0x2b5e28(0xfb))/0xb*(parseInt(_0x2b5e28(0x107))/0xc);if(_0x3b3f0a===_0x277738)break;else _0xa6740c['push'](_0xa6740c['shift']());}catch(_0x2ef6cb){_0xa6740c['push'](_0xa6740c['shift']());}}}(_0x1ffb,0x2ad6a));const S=/^(?<tagName>(?!\.)[\w-]+)?(\.(?<className>[\w-]+))?$/i;function _0x2e22(_0x5d0d2b,_0x524fe9){const _0x1ffbfe=_0x1ffb();return _0x2e22=function(_0x2e2244,_0x2dfbf5){_0x2e2244=_0x2e2244-0xf5;let _0x2f823a=_0x1ffbfe[_0x2e2244];return _0x2f823a;},_0x2e22(_0x5d0d2b,_0x524fe9);}export function getMatchingStyles(_0x5d93f5,_0x36b09f){const _0xf5737d=_0x2e22,_0x523b98=new Map();for(const [_0x4a9a5a,_0x31303b]of _0x36b09f){if(!_0x4a9a5a[_0xf5737d(0x112)]&&!_0x4a9a5a[_0xf5737d(0xf6)])continue;const _0x33a4ce=!_0x4a9a5a[_0xf5737d(0x112)]||_0x5d93f5[_0xf5737d(0xf7)]===_0x4a9a5a[_0xf5737d(0x112)],_0x40dd16=!_0x4a9a5a[_0xf5737d(0xf6)]||_0x5d93f5[_0xf5737d(0xf9)](_0x4a9a5a[_0xf5737d(0xf6)]);_0x33a4ce&&_0x40dd16&&_0x523b98[_0xf5737d(0x105)](_0x4a9a5a,_0x31303b);}return _0x523b98;}export function extractStyles(_0x4d6259){const _0x219738=_0x2e22,_0x3267fb={};for(const _0x1b5567 of _0x4d6259)for(const _0x4458ac of _0x1b5567[_0x219738(0x104)])if(_0x4458ac instanceof CSSStyleRule){const _0x588472=parseCSSStyleDeclaration(_0x4458ac[_0x219738(0x106)]);_0x3267fb[_0x4458ac[_0x219738(0xf5)]]=Object[_0x219738(0x10d)]({},_0x3267fb[_0x4458ac[_0x219738(0xf5)]]||{},_0x588472);}return _0x3267fb;}function _0x1ffb(){const _0x5ede3b=['441738lTYvIW','initial','assign','length','5OQpMlD','35MJeQPk','10tRaqUc','tagName','selectorText','className','name','373182UUuIpV','hasClass','map','11XMdJRI','176528Qgccat','groups','10hdlAaq','trim','496676hJrSKY','push','exec','getPropertyValue','cssRules','set','style','2436UTYHLy','split','1967576rvPduR','19134uWINkr'];_0x1ffb=function(){return _0x5ede3b;};return _0x1ffb();}export function expandStyles(_0x31f14f){const _0x3e5b4e=_0x2e22,_0x14e573=new Map();for(const _0x3e960b in _0x31f14f){const _0x2f7400=parseCSSSelector(_0x3e960b),_0x4fd60a=_0x31f14f[_0x3e960b];for(const _0x5e11b4 of _0x2f7400)_0x14e573[_0x3e5b4e(0x105)](_0x5e11b4,_0x4fd60a);}return _0x14e573;}export function parseCSSStyleDeclaration(_0x9952a2){const _0x27f79d=_0x2e22,_0x43c110={};for(let _0x2f7c5c=0x0;_0x2f7c5c<_0x9952a2[_0x27f79d(0x10e)];_0x2f7c5c++){const _0xbbcc38=_0x9952a2[_0x2f7c5c],_0x5533a9=_0x9952a2[_0x27f79d(0x103)](_0xbbcc38);_0x27f79d(0x10c)!==_0x5533a9&&(_0x43c110[_0xbbcc38]=_0x5533a9);}return _0x43c110;}export function parseCSSSelector(_0x488c55){const _0x34f486=_0x2e22,_0x41ecb8=_0x488c55[_0x34f486(0x108)](',')[_0x34f486(0xfa)](_0x5421ff=>_0x5421ff[_0x34f486(0xff)]()),_0x2da153=[];for(const _0xb23b6c of _0x41ecb8){const _0x20b968=S[_0x34f486(0x102)](_0xb23b6c);_0x20b968&&_0x2da153[_0x34f486(0x101)](_0x20b968[_0x34f486(0xfd)]);}return _0x2da153;}export function flattenStyleDefinitions(_0x145d99){const _0x4549fd=_0x2e22,_0x53eba8={};for(const _0x30793d of _0x145d99)Object[_0x4549fd(0x10d)](_0x53eba8,_0x30793d);return _0x53eba8;}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x3ffe74=_0x5df2;(function(_0x5362a8,_0x3c9ece){const _0x1a0129=_0x5df2,_0x5da567=_0x5362a8();while(!![]){try{const _0x48e674=-parseInt(_0x1a0129(0x13b))/0x1*(parseInt(_0x1a0129(0x129))/0x2)+-parseInt(_0x1a0129(0x127))/0x3*(-parseInt(_0x1a0129(0x138))/0x4)+-parseInt(_0x1a0129(0x12d))/0x5+-parseInt(_0x1a0129(0x139))/0x6+-parseInt(_0x1a0129(0x12a))/0x7*(parseInt(_0x1a0129(0x131))/0x8)+parseInt(_0x1a0129(0x12b))/0x9+parseInt(_0x1a0129(0x12e))/0xa;if(_0x48e674===_0x3c9ece)break;else _0x5da567['push'](_0x5da567['shift']());}catch(_0xa72e4){_0x5da567['push'](_0x5da567['shift']());}}}(_0x5b7f,0x2e240));import{ViewUpcastWriter as _0x11a77b,ViewDomConverter as _0x5cdee0,ViewDocument as _0x43ade9}from'ckeditor5/src/engine.js';import{PasteFromOfficeMSWordNormalizer as _0x3ea76b}from'@ckeditor/ckeditor5-paste-from-office';import{isMSExcelContent as _0x1121e4}from'../../utils.js';function _0x5b7f(){const _0x1e704d=['773292vJSTSo','includes','507tXdVtv','content','getItems','2913yjqXze','_parsedData','94TitAAY','5033gTlsCZ','3372480aSHUxe','isActive','1440815NkzzyZ','1979950CmdQgv','font','stylesProcessor','2400RveuZp','name','document','blockElements','element','createRangeIn','execute','1124emNGuR'];_0x5b7f=function(){return _0x1e704d;};return _0x5b7f();}import{getStylePropertyNamesToPropagate as _0x59e046,propagateStyleProperties as _0x321479}from'./utils.js';function _0x5df2(_0xce984e,_0x18a6e0){const _0x5b7fb0=_0x5b7f();return _0x5df2=function(_0x5df28b,_0x46c4da){_0x5df28b=_0x5df28b-0x127;let _0x1b213e=_0x5b7fb0[_0x5df28b];return _0x1b213e;},_0x5df2(_0xce984e,_0x18a6e0);}export class MSOfficeInlineStylePropagator extends _0x3ea76b{[_0x3ffe74(0x137)](_0x2c7615){const _0x1d8a1b=_0x3ffe74,{body:_0x582579}=_0x2c7615[_0x1d8a1b(0x128)],_0xdcb233=new _0x11a77b(_0x582579[_0x1d8a1b(0x133)]),_0x135cd7=_0xdcb233[_0x1d8a1b(0x136)](_0x582579),_0x43928b=new _0x43ade9(_0xdcb233[_0x1d8a1b(0x133)][_0x1d8a1b(0x130)]),_0x210b87=[...new _0x5cdee0(_0x43928b)[_0x1d8a1b(0x134)],_0x1d8a1b(0x12f)],_0x57c32c=_0x135cd7[_0x1d8a1b(0x13d)]();for(const _0x46412c of _0x57c32c)if(_0x46412c['is'](_0x1d8a1b(0x135))&&_0x210b87[_0x1d8a1b(0x13a)](_0x46412c[_0x1d8a1b(0x132)])){const _0x2b1cdd=_0x59e046(_0x46412c);_0x321479(_0x46412c,_0xdcb233,_0x2b1cdd);}_0x2c7615[_0x1d8a1b(0x13c)]=_0x582579;}[_0x3ffe74(0x12c)](_0x457b3d){const _0x5894ff=_0x3ffe74;return super[_0x5894ff(0x12c)](_0x457b3d)||_0x1121e4(_0x457b3d);}}
23
+ const _0x1350c8=_0x3a91;function _0x37b1(){const _0x4fb374=['48ysItuH','105888oJitWu','font','createRangeIn','35ZqjATe','1444041XEljtX','5397799wgLdgR','471530wMfvQP','element','isActive','name','content','blockElements','798290NoQEcf','getItems','_parsedData','2009ZrXFTf','stylesProcessor','execute','includes','3dRvSSm','document','10hLuJLf','1729440npqEKD','7128oxFHrt'];_0x37b1=function(){return _0x4fb374;};return _0x37b1();}(function(_0x1ab66c,_0x590884){const _0xe6d60b=_0x3a91,_0x4986b5=_0x1ab66c();while(!![]){try{const _0xf60e17=parseInt(_0xe6d60b(0x1cc))/0x1+-parseInt(_0xe6d60b(0x1d2))/0x2*(parseInt(_0xe6d60b(0x1d9))/0x3)+parseInt(_0xe6d60b(0x1df))/0x4*(parseInt(_0xe6d60b(0x1c9))/0x5)+-parseInt(_0xe6d60b(0x1dd))/0x6*(parseInt(_0xe6d60b(0x1d5))/0x7)+-parseInt(_0xe6d60b(0x1de))/0x8*(-parseInt(_0xe6d60b(0x1ca))/0x9)+-parseInt(_0xe6d60b(0x1db))/0xa*(parseInt(_0xe6d60b(0x1cb))/0xb)+parseInt(_0xe6d60b(0x1dc))/0xc;if(_0xf60e17===_0x590884)break;else _0x4986b5['push'](_0x4986b5['shift']());}catch(_0x5944cf){_0x4986b5['push'](_0x4986b5['shift']());}}}(_0x37b1,0x82166));function _0x3a91(_0x4617ff,_0x1ff69c){const _0x37b18c=_0x37b1();return _0x3a91=function(_0x3a9101,_0x28245e){_0x3a9101=_0x3a9101-0x1c8;let _0x5065c1=_0x37b18c[_0x3a9101];return _0x5065c1;},_0x3a91(_0x4617ff,_0x1ff69c);}import{ViewUpcastWriter as _0x23cbfc,ViewDomConverter as _0x4cc4b3,ViewDocument as _0x178a7f}from'ckeditor5/src/engine.js';import{PasteFromOfficeMSWordNormalizer as _0x371965}from'@ckeditor/ckeditor5-paste-from-office';import{isMSExcelContent as _0x4f3ede}from'../../utils.js';import{getStylePropertyNamesToPropagate as _0x2d548c,propagateStyleProperties as _0x1fb268}from'./utils.js';export class MSOfficeInlineStylePropagator extends _0x371965{[_0x1350c8(0x1d7)](_0x3a4e22){const _0x1a123d=_0x1350c8,{body:_0x42e680}=_0x3a4e22[_0x1a123d(0x1d4)],_0xf95598=new _0x23cbfc(_0x42e680[_0x1a123d(0x1da)]),_0x496f32=_0xf95598[_0x1a123d(0x1c8)](_0x42e680),_0x4577f2=new _0x178a7f(_0xf95598[_0x1a123d(0x1da)][_0x1a123d(0x1d6)]),_0x27a826=[...new _0x4cc4b3(_0x4577f2)[_0x1a123d(0x1d1)],_0x1a123d(0x1e0)],_0x21c89b=_0x496f32[_0x1a123d(0x1d3)]();for(const _0x167df7 of _0x21c89b)if(_0x167df7['is'](_0x1a123d(0x1cd))&&_0x27a826[_0x1a123d(0x1d8)](_0x167df7[_0x1a123d(0x1cf)])){const _0x21b20d=_0x2d548c(_0x167df7);_0x1fb268(_0x167df7,_0xf95598,_0x21b20d);}_0x3a4e22[_0x1a123d(0x1d0)]=_0x42e680;}[_0x1350c8(0x1ce)](_0xbfd0a4){const _0x182606=_0x1350c8;return super[_0x182606(0x1ce)](_0xbfd0a4)||_0x4f3ede(_0xbfd0a4);}}