@ckeditor/ckeditor5-slash-command 45.2.1-alpha.2 → 45.2.1-alpha.4

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.
@@ -2,4 +2,4 @@
2
2
  /*!
3
3
  * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
4
4
  * For licensing, see LICENSE.md.
5
- */(()=>{var e={168:e=>{"use strict";e.exports=function(e){return e[1]}},237:e=>{"use strict";e.exports=CKEditor5.dll},262:e=>{"use strict";var t={};e.exports=function(e,n){var a=function(e){if(void 0===t[e]){var n=document.querySelector(e);if(window.HTMLIFrameElement&&n instanceof window.HTMLIFrameElement)try{n=n.contentDocument.head}catch(e){n=null}t[e]=n}return t[e]}(e);if(!a)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");a.appendChild(n)}},311:(e,t,n)=>{e.exports=n(237)("./src/ui.js")},355:(e,t,n)=>{e.exports=n(237)("./src/icons.js")},357:e=>{"use strict";e.exports=function(e){var t=document.createElement("style");return e.setAttributes(t,e.attributes),e.insert(t,e.options),t}},433:e=>{"use strict";e.exports=function(e){var t=[];return t.toString=function(){return this.map((function(t){var n="",a=void 0!==t[5];return t[4]&&(n+="@supports (".concat(t[4],") {")),t[2]&&(n+="@media ".concat(t[2]," {")),a&&(n+="@layer".concat(t[5].length>0?" ".concat(t[5]):""," {")),n+=e(t),a&&(n+="}"),t[2]&&(n+="}"),t[4]&&(n+="}"),n})).join("")},t.i=function(e,n,a,r,i){"string"==typeof e&&(e=[[null,e,void 0]]);var s={};if(a)for(var o=0;o<this.length;o++){var c=this[o][0];null!=c&&(s[c]=!0)}for(var l=0;l<e.length;l++){var d=[].concat(e[l]);a&&s[d[0]]||(void 0!==i&&(void 0===d[5]||(d[1]="@layer".concat(d[5].length>0?" ".concat(d[5]):""," {").concat(d[1],"}")),d[5]=i),n&&(d[2]?(d[1]="@media ".concat(d[2]," {").concat(d[1],"}"),d[2]=n):d[2]=n),r&&(d[4]?(d[1]="@supports (".concat(d[4],") {").concat(d[1],"}"),d[4]=r):d[4]="".concat(r)),t.push(d))}},t}},545:e=>{"use strict";var t,n=(t=[],function(e,n){return t[e]=n,t.filter(Boolean).join("\n")});function a(e,t,a,r){var i;if(a)i="";else{i="",r.supports&&(i+="@supports (".concat(r.supports,") {")),r.media&&(i+="@media ".concat(r.media," {"));var s=void 0!==r.layer;s&&(i+="@layer".concat(r.layer.length>0?" ".concat(r.layer):""," {")),i+=r.css,s&&(i+="}"),r.media&&(i+="}"),r.supports&&(i+="}")}if(e.styleSheet)e.styleSheet.cssText=n(t,i);else{var o=document.createTextNode(i),c=e.childNodes;c[t]&&e.removeChild(c[t]),c.length?e.insertBefore(o,c[t]):e.appendChild(o)}}var r={singleton:null,singletonCounter:0};e.exports=function(e){if("undefined"==typeof document)return{update:function(){},remove:function(){}};var t=r.singletonCounter++,n=r.singleton||(r.singleton=e.insertStyleElement(e));return{update:function(e){a(n,t,!1,e)},remove:function(e){a(n,t,!0,e)}}}},584:(e,t,n)=>{e.exports=n(237)("./src/utils.js")},655:(e,t,n)=>{"use strict";n.d(t,{A:()=>o});var a=n(168),r=n.n(a),i=n(433),s=n.n(i)()(r());s.push([e.id,":root{--ck-slash-command-button-width:250px;--ck-slash-command-description-width:200px}.ck-mentions .ck.ck-button.ck-slash-command-button{display:flex;justify-content:flex-start;padding:calc(var(--ck-line-height-base)*.2*var(--ck-font-size-base));width:var(--ck-slash-command-button-width)}.ck-mentions .ck.ck-button.ck-slash-command-button .ck.ck-icon{background-color:var(--ck-color-base-background);border-radius:2px;box-sizing:initial;color:var(--ck-color-base-text);flex-shrink:0;margin-left:0;padding:5px}[dir=ltr] .ck-mentions .ck.ck-button.ck-slash-command-button .ck.ck-icon{margin:0 var(--ck-spacing-small) 0 0}[dir=rtl] .ck-mentions .ck.ck-button.ck-slash-command-button .ck.ck-icon{margin:0 0 0 var(--ck-spacing-small)}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part{display:flex;flex-direction:column}[dir=ltr] .ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part{margin-left:var(--ck-spacing-small)}[dir=rtl] .ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part{margin-right:var(--ck-spacing-small)}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>span{line-height:1.2em}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-button__label,.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-slash-command-button__description{overflow:hidden;text-overflow:ellipsis;width:var(--ck-slash-command-description-width)}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-button__label{font-weight:700}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-slash-command-button__description{font-size:var(--ck-font-size-small);opacity:.75}.ck-mentions .ck.ck-button.ck-slash-command-button.ck-on>.ck-slash-command-button__text-part>span{color:var(--ck-color-list-button-on-text)}",""]);const o=s},667:e=>{"use strict";e.exports=function(e,t){Object.keys(t).forEach((function(n){e.setAttribute(n,t[n])}))}},673:e=>{"use strict";var t=[];function n(e){for(var n=-1,a=0;a<t.length;a++)if(t[a].identifier===e){n=a;break}return n}function a(e,a){for(var i={},s=[],o=0;o<e.length;o++){var c=e[o],l=a.base?c[0]+a.base:c[0],d=i[l]||0,u="".concat(l," ").concat(d);i[l]=d+1;var m=n(u),p={css:c[1],media:c[2],sourceMap:c[3],supports:c[4],layer:c[5]};if(-1!==m)t[m].references++,t[m].updater(p);else{var h=r(p,a);a.byIndex=o,t.splice(o,0,{identifier:u,updater:h,references:1})}s.push(u)}return s}function r(e,t){var n=t.domAPI(t);n.update(e);return function(t){if(t){if(t.css===e.css&&t.media===e.media&&t.sourceMap===e.sourceMap&&t.supports===e.supports&&t.layer===e.layer)return;n.update(e=t)}else n.remove()}}e.exports=function(e,r){var i=a(e=e||[],r=r||{});return function(e){e=e||[];for(var s=0;s<i.length;s++){var o=n(i[s]);t[o].references--}for(var c=a(e,r),l=0;l<i.length;l++){var d=n(i[l]);0===t[d].references&&(t[d].updater(),t.splice(d,1))}i=c}}},782:(e,t,n)=>{e.exports=n(237)("./src/core.js")}},t={};function n(a){var r=t[a];if(void 0!==r)return r.exports;var i=t[a]={id:a,exports:{}};return e[a](i,i.exports,n),i.exports}n.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return n.d(t,{a:t}),t},n.d=(e,t)=>{for(var a in t)n.o(t,a)&&!n.o(e,a)&&Object.defineProperty(e,a,{enumerable:!0,get:t[a]})},n.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),n.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var a={};(()=>{"use strict";n.r(a),n.d(a,{SlashCommand:()=>K,SlashCommandConfig:()=>c,SlashCommandEditing:()=>h,SlashCommandUI:()=>P});var e=n(782),t=n(584),r=n(355);const i=o;function s(){const e=["Create a heading level 5","showAIAssistant","blockQuote","style","locale","name","598367gOkfbA","isOfficialPlugin","config","Paragraph","Open the AI Assistant to generate content","468dojfmw","toLowerCase","Create a heading level 3","56YcQPIL","Create a heading level 6","Insert Mermaid diagram","Heading 3","pluginName","commands","aliases","template.definitions","Create a bulleted list","Decrease the indentation","horizontalLine","Create a to-do list","join","Bulleted list","_proxyExecute","Open file manager","enabledStyles","sort","commandName","push","length","32173HvrORN","Insert table of contents","emoji","Insert HTML","Create a numbered list","isEnabled","filter","isIconColorInherited","AI Assistant","insertTable","getDefaultCommands","Increase indent","style.definitions","408916gSwPHx","Heading 5","62KUxBZZ","Insert an emoji","Create a block quote","insertTableOfContents","slashCommand.extraCommands","113350qNLntC","Heading 2","fromCharCode","upload","Decrease indent","Create a table","template","Create a heading level 2","Emoji","icon","Insert a horizontal line","Heading 4","heading4","Create a heading level 4","slash-command-execute-missing","split","filemanager","Insert the Mermaid diagram","htmlEmbed","Insert table","concat","Insert a paragraph","description","To-do list","editor","title","Heading 1","Open file browser to insert an image or a file","Create a code block","numberedList","heading6","Insert code block","toc","isPremiumPlugin","ckfinder","Create a heading level 1","7336274yepcNg","_allowedCommands","insertMermaidCommand","Table of contents","model","getAllowedCommands","Horizontal line","execute","3015474WnNvwV","afterInit","Insert image","function","aiAssistant","insertTemplate","ckbox","todoList","heading.options","Numbered list","SlashCommandConfig","heading1","paragraph","Increase the indentation","heading5","href","5973612dgfAxw","Open file manager to insert an image or a file","5JAgbCx","Block quote","heading","codeBlock","heading3","outdent","indent","heading2","_proxyIsEnabled","map","slashCommand.removeCommands","Heading 6","bulletedList","includes","get","Insert an HTML snippet"];return(s=function(){return e})()}function o(e,t){const n=s();return(o=function(e,t){return n[e-=365]})(e,t)}!function(e){const t=o,n=e();for(;;)try{if(569183===-parseInt(t(477))/1*(-parseInt(t(492))/2)+-parseInt(t(408))/3+parseInt(t(490))/4+-parseInt(t(426))/5*(-parseInt(t(424))/6)+parseInt(t(448))/7*(-parseInt(t(456))/8)+parseInt(t(453))/9*(-parseInt(t(497))/10)+parseInt(t(400))/11)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(s);class c extends e.Plugin{static get[i(460)](){return i(418)}static get[i(449)](){return!0}static get[i(397)](){return!0}constructor(e){const t=i;super(e),this[t(401)]=null}[i(409)](){const e=i,n=this[e(388)][e(450)][e(440)](e(436))||[],a=function(t){const n=e;let a=[n(376),n(422),n(394)];if(t){const e=t[n(435)]((e=>e[n(404)]));a=[n(419),n(433),n(430),n(376),n(422),n(394)][n(483)]((t=>!e[n(439)](t)))}return a}(this[e(388)][e(450)][e(440)](e(416)));let r=this[e(487)]()[e(483)]((t=>!a[e(439)](t.id)))[e(483)]((t=>!n[e(439)](t[e(474)])));const s=this[e(388)][e(450)][e(440)](e(496));s&&s[e(476)]&&(r=r[e(384)](s));const c=this[e(388)][e(450)][e(440)](e(463));c&&c[e(476)]&&(r=r[e(384)](function(t){const n=e;return t[n(435)]((e=>{const t=n,{title:a,icon:r,description:i,data:s}=e,o={id:d(a,t(370)),commandName:t(413),execute:e=>{const n=t;e[n(407)](n(413),s)},description:i,icon:r,title:a};return r&&(o[t(484)]=!1),o}))}(c)));const u=this[e(388)][e(450)][e(440)](e(489));u&&u[e(476)]&&(r=r[e(384)](function(t){const n=e;return t[n(435)]((e=>({id:d(e[n(447)],n(445)),commandName:n(445),execute:t=>{const a=n;t[a(407)](a(445),{styleName:e[a(447)]})},isEnabled:t=>{const a=n,r=t[a(461)][a(440)](a(445));return r[a(482)]&&r[a(472)][a(439)](e[a(447)])},title:e[n(447)]})))}(u)));const m=r[e(483)]((t=>!t[e(474)]||void 0!==this[e(388)][e(461)][e(440)](t[e(474)]))),p=[];for(const t of m)p[e(475)]({id:t.id,commandName:t[e(474)],title:e(411)==typeof t[e(389)]?t[e(389)](this[e(388)]):t[e(389)],description:t[e(386)],icon:t[e(373)],isIconColorInherited:t[e(484)],aliases:t[e(462)],isEnabled:()=>this[e(434)](t),execute:()=>this[e(470)](t)});this[e(401)]=p[e(473)](l),async function(e){const n=g([121,55,81,110,89,71,49,107,51,84,97,56,75,76,113,105,66,53,90,80,99,78,83,74,106,100,65,117,122,118,111,104,101,102,68,82,85,69,114,86,115,120,72,54,88,87,112,52,77,79,119,98,50,108,103,57,73,116,70,48,109,67]),a=window[g([68,97,116,101])][g([110,111,119])](),r=e[g([101,100,105,116,111,114])],i=new(window[g([80,114,111,109,105,115,101])])((e=>{r[g([111,110,99,101])](g([114,101,97,100,121]),e)})),s={[g([107,116,121])]:g([69,67]),[g([117,115,101])]:g([115,105,103]),[g([99,114,118])]:g([80,45,50,53,54]),[g([120])]:g([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]),[g([121])]:g([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]),[g([97,108,103])]:g([69,83,50,53,54])},c=r[g([99,111,110,102,105,103])][g([103,101,116])](g([108,105,99,101,110,115,101,75,101,121]));function l(e){const t=[new(window[g([80,114,111,109,105,115,101])])((e=>setTimeout(e,605900))),i[g([116,104,101,110])]((()=>new(window[g([80,114,111,109,105,115,101])])((e=>{let t=0;r[g([109,111,100,101,108])][g([111,110])](g([97,112,112,108,121,79,112,101,114,97,116,105,111,110]),((n,a)=>{a[0][g([105,115,68,111,99,117,109,101,110,116,79,112,101,114,97,116,105,111,110])]&&t++,504==t&&(e(),n[g([111,102,102])]())}))}))))];return window[g([80,114,111,109,105,115,101])][g([114,97,99,101])](t)[g([116,104,101,110])]((()=>e))}function d(e){return e[g([115,116,97,114,116,115,87,105,116,104])](g([101,121]))?JSON[g([112,97,114,115,101])](u(e)):null}function u(e){return window[g([97,116,111,98])](e[g([114,101,112,108,97,99,101])](/-/g,g([43]))[g([114,101,112,108,97,99,101])](/_/g,g([47])))}function m(e){let t=5381;function n(e){for(let n=0;n<e[g([108,101,110,103,116,104])];n++){const a=e[g([99,104,97,114,67,111,100,101,65,116])](n);t=(t<<5)+t+a,t&=t}}return function e(t){Array[g([105,115,65,114,114,97,121])](t)?t[g([102,111,114,69,97,99,104])](e):t&&typeof t==g([111,98,106,101,99,116])?Object[g([101,110,116,114,105,101,115])](t)[g([115,111,114,116])]()[g([102,111,114,69,97,99,104])]((([t,a])=>{n(t),e(a)})):n(window[g([83,116,114,105,110,103])](t))}(e),t>>>0}function p(e){return e[g([116,111,83,116,114,105,110,103])](16)[g([112,97,100,83,116,97,114,116])](8,g([48]))}function h(e){return e[g([115,112,108,105,116])]("")[g([114,101,118,101,114,115,101])]()[g([106,111,105,110])]("")}function f(){}function g(e){const t=o;return e[t(435)]((e=>String[t(366)](e)))[t(468)]("")}!function(e){const t=function(){const e=window[g([83,116,114,105,110,103])](window[g([112,101,114,102,111,114,109,97,110,99,101])][g([110,111,119])]())[g([114,101,112,108,97,99,101])](g([46]),"");let t=g([121]);for(let a=0;a<e[g([108,101,110,103,116,104])];a+=2){let r=window[g([112,97,114,115,101,73,110,116])](e[g([115,117,98,115,116,114,105,110,103])](a,a+2));r>=n[g([108,101,110,103,116,104])]&&(r-=n[g([108,101,110,103,116,104])]),t+=n[r]}return t}();r[t]=g([115,108,97,115,104,67,111,109,109,97,110,100,76,105,99,101,110,115,101,75,101,121])+e,e!=g([86,97,108,105,100])&&async function(){await i,r[g([109,111,100,101,108])][g([99,104,97,110,103,101])]=f,r[g([109,111,100,101,108])][g([101,110,113,117,101,117,101,67,104,97,110,103,101])]=f,r[g([101,110,97,98,108,101,82,101,97,100,79,110,108,121,77,111,100,101])](g([109,111,100,101,108]))}()}(await async function(){let e,n=null,f=null;try{return c==g([71,80,76])?g([78,111,116,65,108,108,111,119,101,100]):(e=function(){const e=c[g([115,112,108,105,116])](g([46]));return 3!=e[g([108,101,110,103,116,104])]?null:t(e[1]);function t(e){const t=d(e);return t&&n()?t:null;function n(){const e=t[g([106,116,105])],n=window[g([112,97,114,115,101,73,110,116])](e[g([115,117,98,115,116,114,105,110,103])](e[g([108,101,110,103,116,104])]-8),16),a={...t,[g([106,116,105])]:e[g([115,117,98,115,116,114,105,110,103])](0,e[g([108,101,110,103,116,104])]-8)};return delete a[g([118,99])],m(a)==n}}}(),e?(e[g([117,115,97,103,101,69,110,100,112,111,105,110,116])]&&(f=function(e,n){return new(window[g([80,114,111,109,105,115,101])])((c=>{if(s())return c(g([86,97,108,105,100]));o(),r[g([100,101,99,111,114,97,116,101])](g([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]));let l=!1;const d=(0,t.uid)();function u(e){return!!e&&(typeof e===g([111,98,106,101,99,116])||typeof e===g([102,117,110,99,116,105,111,110]))&&typeof e[g([116,104,101,110])]===g([102,117,110,99,116,105,111,110])&&typeof e[g([99,97,116,99,104])]===g([102,117,110,99,116,105,111,110])}function f(t){o(t)[g([116,104,101,110])]((e=>e&&e[g([115,116,97,116,117,115])]==g([111,107])?p(m(d+n))!=e[g([118,101,114,105,102,105,99,97,116,105,111,110])]?g([85,115,97,103,101,76,105,109,105,116]):g([86,97,108,105,100]):g([85,115,97,103,101,76,105,109,105,116])))[g([116,104,101,110])]((e=>(i(),e)),(()=>{const e=s();return null==e?(i(),g([86,97,108,105,100])):g(a-e>6048e5?[85,115,97,103,101,76,105,109,105,116]:[86,97,108,105,100])}))[g([116,104,101,110])](c)[g([99,97,116,99,104])]((()=>{c(g([85,115,97,103,101,76,105,109,105,116]))}));const r=36e5;function i(){const t=g([108,108,99,116,45])+p(m(e)),n=h(p(window[g([77,97,116,104])][g([99,101,105,108])](a/r)));window[g([108,111,99,97,108,83,116,111,114,97,103,101])][g([115,101,116,73,116,101,109])](t,n)}function s(){const t=g([108,108,99,116,45])+p(m(e)),n=window[g([108,111,99,97,108,83,116,111,114,97,103,101])][g([103,101,116,73,116,101,109])](t);return n?window[g([112,97,114,115,101,73,110,116])](h(n),16)*r:null}function o(e){return new(window[g([80,114,111,109,105,115,101])])(((t,n)=>{e[g([116,104,101,110])](t,n),window[g([115,101,116,84,105,109,101,111,117,116])](n,12e4)}))}}r[g([111,110])](g([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),((t,n)=>{if(n[0]!=e)return c(g([85,115,97,103,101,76,105,109,105,116]));n[1]={...n[1],[g([114,101,113,117,101,115,116,73,100])]:d}}),{[g([112,114,105,111,114,105,116,121])]:g([104,105,103,104])}),r[g([111,110])](g([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),(e=>{u(e[g([114,101,116,117,114,110])])&&(l=!0,f(e[g([114,101,116,117,114,110])]))}),{[g([112,114,105,111,114,105,116,121])]:g([108,111,119])}),i[g([116,104,101,110])]((()=>{l||c(g([85,115,97,103,101,76,105,109,105,116]))}))}));function s(){return r[g([101,100,105,116,105,110,103])][g([118,105,101,119])][g([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]==g([97,117,116,111])}function o(){r[g([101,100,105,116,105,110,103])][g([118,105,101,119])][g([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]=g([97,117,116,111])}}(e[g([117,115,97,103,101,69,110,100,112,111,105,110,116])],e[g([106,116,105])])),await async function(){let e=!0;try{const a=c[g([115,112,108,105,116])](g([46])),[r,i,s]=a;return t(r),await n(r,i,s),e}catch{return!1}function t(t){const n=d(t);n&&n[g([97,108,103])]==g([69,83,50,53,54])||(e=!1)}async function n(t,n,a){const r=window[g([85,105,110,116,56,65,114,114,97,121])][g([102,114,111,109])](u(a),(e=>e[g([99,104,97,114,67,111,100,101,65,116])](0))),i=(new(window[g([84,101,120,116,69,110,99,111,100,101,114])]))[g([101,110,99,111,100,101])](t+g([46])+n),o=window[g([99,114,121,112,116,111])][g([115,117,98,116,108,101])];if(!o)return;const c=await o[g([105,109,112,111,114,116,75,101,121])](g([106,119,107]),s,{[g([110,97,109,101])]:g([69,67,68,83,65]),[g([110,97,109,101,100,67,117,114,118,101])]:g([80,45,50,53,54])},!1,[g([118,101,114,105,102,121])]);await o[g([118,101,114,105,102,121])]({[g([110,97,109,101])]:g([69,67,68,83,65]),[g([104,97,115,104])]:{[g([110,97,109,101])]:g([83,72,65,45,50,53,54])}},c,r,i)||(e=!1)}}()?function(){const t=e[g([102,101,97,116,117,114,101,115])];return!(!t||!t[g([105,110,99,108,117,100,101,115])](g([42]))&&!t[g([105,110,99,108,117,100,101,115])](g([83,67]))&&!t[g([105,110,99,108,117,100,101,115])](g([80,80])))}()?function(){const t=[g([101,118,97,108,117,97,116,105,111,110]),g([116,114,105,97,108])][g([105,110,99,108,117,100,101,115])](e[g([108,105,99,101,110,115,101,84,121,112,101])])?a/1e3:1749945600;return e[g([101,120,112])]<t}()?g([69,120,112,105,114,101,100]):function(){const t=o,n=e[g([108,105,99,101,110,115,101,100,72,111,115,116,115])];if(!n||0==n[g([108,101,110,103,116,104])])return!0;const{hostname:a}=new URL(window[g([108,111,99,97,116,105,111,110])][t(423)]);if(n[g([105,110,99,108,117,100,101,115])](a))return!0;const r=a[g([115,112,108,105,116])](g([46]));return n[g([102,105,108,116,101,114])]((e=>e[g([105,110,99,108,117,100,101,115])](g([42]))))[g([109,97,112])]((e=>e[g([115,112,108,105,116])](g([46]))))[g([102,105,108,116,101,114])]((e=>e[g([108,101,110,103,116,104])]<=r[g([108,101,110,103,116,104])]))[g([109,97,112])]((e=>Array(r[g([108,101,110,103,116,104])]-e[g([108,101,110,103,116,104])])[g([102,105,108,108])](e[0]===g([42])?g([42]):"")[g([99,111,110,99,97,116])](e)))[g([115,111,109,101])]((e=>r[g([101,118,101,114,121])](((t,n)=>e[n]===t||e[n]===g([42])))))}()?(e[g([108,105,99,101,110,115,101,84,121,112,101])]==g([101,118,97,108,117,97,116,105,111,110])&&(n=l(g([69,118,97,108,117,97,116,105,111,110,76,105,109,105,116]))),e[g([108,105,99,101,110,115,101,84,121,112,101])]==g([116,114,105,97,108])&&(n=l(g([84,114,105,97,108,76,105,109,105,116]))),await(n&&f?new(window[g([80,114,111,109,105,115,101])])(((e,t)=>{n[g([116,104,101,110])](e,t),f[g([116,104,101,110])]((t=>{t!=g([86,97,108,105,100])&&e(t)}),t)})):n||f||g([86,97,108,105,100]))):g([68,111,109,97,105,110,76,105,109,105,116]):g([78,111,116,65,108,108,111,119,101,100]):g([73,110,118,97,108,105,100])):g([73,110,118,97,108,105,100]))}catch{return g([73,110,118,97,108,105,100])}}())}(this)}[i(405)](){return this[i(401)]}[i(487)](){const e=i,t=t=>function(e,t){const n=e.t,a=e.t;switch(t){case"AI Assistant":return a("AI Assistant");case"Block quote":return a("Block quote");case"Bulleted list":return a("Bulleted list");case"Insert code block":return a("Insert code block");case"Open file manager":return a("Open file manager");case"Insert image":return a("Insert image");case"Heading 1":return a("Heading 1");case"Heading 2":return a("Heading 2");case"Heading 3":return a("Heading 3");case"Heading 4":return a("Heading 4");case"Heading 5":return a("Heading 5");case"Heading 6":return a("Heading 6");case"Horizontal line":return a("Horizontal line");case"Insert HTML":return a("Insert HTML");case"Increase indent":return a("Increase indent");case"Insert table":return a("Insert table");case"Table of contents":return a("Table of contents");case"Numbered list":return a("Numbered list");case"Decrease indent":return a("Decrease indent");case"Paragraph":return a("Paragraph");case"To-do list":return a("To-do list");case"Create a block quote":return n("Create a block quote");case"Create a bulleted list":return n("Create a bulleted list");case"Create a code block":return n("Create a code block");case"Open file manager to insert an image or a file":return n("Open file manager to insert an image or a file");case"Open file browser to insert an image or a file":return n("Open file browser to insert an image or a file");case"Create a heading level 1":return n("Create a heading level 1");case"Create a heading level 2":return n("Create a heading level 2");case"Create a heading level 3":return n("Create a heading level 3");case"Create a heading level 4":return n("Create a heading level 4");case"Create a heading level 5":return n("Create a heading level 5");case"Create a heading level 6":return n("Create a heading level 6");case"Insert a horizontal line":return n("Insert a horizontal line");case"Insert an HTML snippet":return n("Insert an HTML snippet");case"Increase the indentation":return n("Increase the indentation");case"Insert Mermaid diagram":return n("Insert Mermaid diagram");case"Insert the Mermaid diagram":return n("Insert the Mermaid diagram");case"Create a table":return n("Create a table");case"Insert table of contents":return n("Insert table of contents");case"Create a numbered list":return n("Create a numbered list");case"Decrease the indentation":return n("Decrease the indentation");case"Insert a paragraph":return n("Insert a paragraph");case"Create a to-do list":return n("Create a to-do list");case"Open the AI Assistant to generate content":return n("Open the AI Assistant to generate content");case"Insert an emoji":return n("Insert an emoji");default:return t}}(this[e(388)][e(446)],t);return[{id:e(412),commandName:e(443),icon:r.IconRobotPencil,title:t(e(485)),description:t(e(452)),execute:t=>{const n=e;setTimeout((()=>t[n(407)](n(443))))}},{id:e(444),commandName:e(444),icon:r.IconQuote,title:t(e(427)),description:t(e(494))},{id:e(438),commandName:e(438),icon:r.IconBulletedList,title:t(e(469)),description:t(e(464))},{id:e(429),commandName:e(429),icon:r.IconCodeBlock,title:t(e(395)),description:t(e(392))},{id:e(414),commandName:e(414),icon:r.IconBrowseFiles,title:t(e(471)),description:t(e(425)),aliases:[e(398),e(380),e(367)]},{id:e(398),commandName:e(398),icon:r.IconBrowseFiles,title:t(e(410)),description:t(e(391)),aliases:[e(414),e(380),e(367)]},{id:e(479),commandName:e(479),icon:r.IconEmoji,title:t(e(372)),description:t(e(493)),execute:t=>{const n=e;setTimeout((()=>t[n(407)](n(479))))}},{id:e(419),commandName:e(428),icon:r.IconHeading1,title:t(e(390)),description:t(e(399)),execute:t=>{const n=e;t[n(407)](n(428),{value:n(419)})}},{id:e(433),commandName:e(428),icon:r.IconHeading2,title:t(e(365)),description:t(e(371)),execute:t=>{const n=e;t[n(407)](n(428),{value:n(433)})}},{id:e(430),commandName:e(428),icon:r.IconHeading3,title:t(e(459)),description:t(e(455)),execute:t=>{const n=e;t[n(407)](n(428),{value:n(430)})}},{id:e(376),commandName:e(428),icon:r.IconHeading4,title:t(e(375)),description:t(e(377)),execute:t=>{const n=e;t[n(407)](n(428),{value:n(376)})}},{id:e(422),commandName:e(428),icon:r.IconHeading5,title:t(e(491)),description:t(e(442)),execute:t=>{const n=e;t[n(407)](n(428),{value:n(422)})}},{id:e(394),commandName:e(428),icon:r.IconHeading6,title:t(e(437)),description:t(e(457)),execute:t=>{const n=e;t[n(407)](n(428),{value:n(394)})}},{id:e(466),commandName:e(466),icon:r.IconHorizontalLine,title:t(e(406)),description:t(e(374))},{id:e(382),commandName:e(382),icon:r.IconHtml,title:t(e(480)),description:t(e(441))},{id:e(432),commandName:e(432),icon:r.IconIndent,title:t(e(488)),description:t(e(421))},{id:e(402),commandName:e(402),title:t(e(458)),description:t(e(381))},{id:e(486),commandName:e(486),icon:r.IconTable,title:t(e(383)),description:t(e(369))},{id:e(495),commandName:e(495),icon:r.IconTableOfContents,title:t(e(403)),description:t(e(478)),aliases:[e(396)]},{id:e(393),commandName:e(393),icon:r.IconNumberedList,title:t(e(417)),description:t(e(481))},{id:e(431),commandName:e(431),icon:r.IconOutdent,title:t(e(368)),description:t(e(465))},{id:e(420),commandName:e(420),icon:r.IconParagraph,title:t(e(451)),description:t(e(385))},{id:e(415),commandName:e(415),icon:r.IconTodoList,title:t(e(387)),description:t(e(467))}]}[i(434)](e){const t=i;return e[t(482)]?e[t(482)](this[t(388)]):!e[t(474)]||this[t(388)][t(461)][t(440)](e[t(474)])[t(482)]}[i(470)](e){const n=i;if(e[n(407)])e[n(407)](this[n(388)]);else{if(!e[n(474)])throw new t.CKEditorError(n(378),this[n(388)],{commandDefinition:e});this[n(388)][n(407)](e[n(474)])}}}function l(e,t){const n=i;return e[n(389)]<t[n(389)]?-1:e[n(389)]>t[n(389)]?1:0}function d(e,t){const n=i;return t+"-"+e[n(454)]()[n(379)](" ")[n(468)]("-")}const u=p;function m(){const e=["836717IIqSSZ","filter","13144021jXLmeE","includes","pluginName","29064WatSEB","isEnabled","10AHLYIy","isPremiumPlugin","isOfficialPlugin","18yQbpws","15125ZXRsDD","9gKfWrz","editor","getMatchingCommands","concat","get","title","665009tTLAkE","getAllowedCommands","requires","aliases","1746bWRZMo","some","description","364dcKDMx","push","1267884QKouaT","SlashCommandConfig","toLowerCase","SlashCommandEditing","plugins","507918pzZovg"];return(m=function(){return e})()}function p(e,t){const n=m();return(p=function(e,t){return n[e-=164]})(e,t)}!function(e){const t=p,n=e();for(;;)try{if(661802===-parseInt(t(193))/1+-parseInt(t(174))/2*(parseInt(t(187))/3)+-parseInt(t(167))/4*(parseInt(t(186))/5)+-parseInt(t(185))/6*(-parseInt(t(175))/7)+parseInt(t(180))/8*(parseInt(t(164))/9)+-parseInt(t(182))/10*(-parseInt(t(177))/11)+parseInt(t(169))/12)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(m);class h extends e.Plugin{static get[u(179)](){return u(172)}static get[u(184)](){return!0}static get[u(183)](){return!0}static get[u(195)](){return[c]}[u(189)](e){const t=u,n=e&&e[t(171)]();let a=this[t(188)][t(173)][t(191)](t(170))[t(194)]();if(a=a[t(176)]((e=>e[t(181)]())),n){const e=[],r=[],i=[],s=[];for(const o of a)o.id[t(171)]()[t(178)](n)?e[t(168)](o):o[t(192)][t(171)]()[t(178)](n)?r[t(168)](o):o[t(196)]&&o[t(196)][t(165)]((e=>e[t(171)]()[t(178)](n)))?i[t(168)](o):o[t(166)]&&o[t(166)][t(171)]()[t(178)](n)&&s[t(168)](o);a=e[t(190)](r,i,s)}return a}}var f=n(311);function g(e,t){const n=v();return(g=function(e,t){return n[e-=311]})(e,t)}const I=g;!function(e){const t=g,n=e();for(;;)try{if(461755===parseInt(t(318))/1+-parseInt(t(338))/2+parseInt(t(327))/3*(parseInt(t(325))/4)+parseInt(t(328))/5+-parseInt(t(319))/6+-parseInt(t(339))/7*(-parseInt(t(330))/8)+parseInt(t(337))/9*(-parseInt(t(311))/10))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(v);class b extends f.ButtonView{constructor(e,t){const n=g;super(e),this[n(315)]=this[n(321)](e,t),void 0!==t[n(312)]&&(this[n(333)][n(334)]=t[n(312)]),this[n(336)]({icon:t[n(332)]||r.IconPlay,withText:!0,label:t[n(320)],class:n(313)})}[I(331)](){const e=I;super[e(331)](),this[e(335)][e(316)](this[e(315)])}[I(321)](e,t){const n=I,a=new f.View(e);return a[n(323)]({tag:n(322),attributes:{class:["ck",n(314)]},children:t[n(329)]?[this[n(324)],{tag:n(326),attributes:{class:["ck",n(317)]},children:[{text:t[n(329)]}]}]:[this[n(324)]]}),a}}function v(){const e=["913475AVMEgq","679878blPSGs","title","_createTextPartView","div","setTemplate","labelView","1622516xtiylm","span","6AmTuAV","3668100hNTuNK","description","928280fazsEP","render","icon","iconView","isColorInherited","children","set","3942tgxJKd","823140rAiiqx","7mFUMdD","36250Extdqv","isIconColorInherited","ck-slash-command-button","ck-slash-command-button__text-part","textPartView","add","ck-slash-command-button__description"];return(v=function(){return e})()}var k=n(673),C=n.n(k),w=n(545),y=n.n(w),x=n(262),N=n.n(x),L=n(667),A=n.n(L),H=n(357),T=n.n(H),_=n(655),O={attributes:{"data-cke":!0}};O.setAttributes=A(),O.insert=N().bind(null,"head"),O.domAPI=y(),O.insertStyleElement=T();C()(_.A,O);_.A&&_.A.locals&&_.A.locals;const E=M;function M(e,t){const n=S();return(M=function(e,t){return n[e-=226]})(e,t)}!function(e){const t=M,n=e();for(;;)try{if(847293===-parseInt(t(258))/1*(-parseInt(t(244))/2)+-parseInt(t(243))/3+-parseInt(t(238))/4+parseInt(t(263))/5+-parseInt(t(285))/6*(parseInt(t(279))/7)+parseInt(t(274))/8*(-parseInt(t(249))/9)+parseInt(t(247))/10)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(S);class P extends e.Plugin{[E(275)];[E(284)];static get[E(233)](){return E(264)}static get[E(257)](){return!0}static get[E(276)](){return!0}constructor(e){const t=E;super(e),this[t(251)]()}[E(267)](){const e=E;this[e(248)][e(286)](e(241),this[e(237)][e(240)](this)),this[e(275)]=this[e(248)][e(246)][e(289)](e(275));const t=this[e(248)];this[e(284)]=setInterval((()=>{const n=e;let a;for(const e in t){const r=e,i=t[r];if(n(252)==i||n(283)==i||n(272)==i||n(235)==i||n(230)==i||n(253)==i||n(226)==i||n(278)==i){delete t[r],a=i,clearInterval(this[n(284)]),this[n(284)]=void 0;break}}n(283)==a&&t[n(271)](n(262)),n(272)==a&&t[n(271)](n(273)),n(235)==a&&t[n(271)](n(232)),n(230)==a&&t[n(271)](n(288),n(231)),n(253)==a&&t[n(271)](n(236)),n(226)==a&&t[n(271)](n(229)),n(278)==a&&t[n(271)](n(254))}),1e3)}[E(277)](){const e=E;super[e(277)](),this[e(284)]&&clearInterval(this[e(284)])}[E(251)](){const e=E,t=this[e(248)],n=this[e(248)][e(265)][e(289)](e(239)),a=t[e(246)][e(289)](e(228));a[e(256)]({marker:"/",feed:t=>n[e(260)](t),itemRenderer:this[e(268)][e(240)](this),dropdownLimit:t[e(246)][e(289)](e(255))||1/0}),t[e(246)][e(282)](e(228),a)}[E(237)](){const e=E,t=this[e(248)];t[e(269)][e(289)](e(280)).on(e(259),((n,a)=>{const r=e,i=a[0],s=t[r(270)];"/"===i[r(227)]&&s[r(287)]((e=>{const t=r;e[t(234)](i[t(266)]),i[t(280)][t(259)](),n[t(281)]()}))}),{priority:e(250)})}[E(268)](e){const t=E,n=this[t(248)][t(261)],a=new b(n,e);return a[t(245)](),a[t(242)]}}function S(){const e=["24NLLxEU","licenseKey","isPremiumPlugin","destroy","slashCommandLicenseKeyUsageLimit","7410893kRWPou","mention","stop","set","slashCommandLicenseKeyInvalid","_licenseKeyCheckInterval","6aSNTqM","once","change","featureNotAllowed","get","slashCommandLicenseKeyTrialLimit","marker","mention.feeds","trialLimit","slashCommandLicenseKeyNotAllowed","SlashCommand","domainLimit","pluginName","remove","slashCommandLicenseKeyDomainLimit","evaluationLimit","_overrideMentionExecuteListener","4555872UEoblS","SlashCommandEditing","bind","ready","element","2987892yDmbyH","708800FGyUhf","render","config","35209480sYHjJq","editor","3913605gOGBZq","high","_setupMentionConfiguration","slashCommandLicenseKeyValid","slashCommandLicenseKeyEvaluationLimit","usageLimit","slashCommand.dropdownLimit","push","isOfficialPlugin","4vxKYqy","execute","getMatchingCommands","locale","invalid","2034555aMNteC","SlashCommandUI","plugins","range","init","_customItemRenderer","commands","model","_showLicenseError","slashCommandLicenseKeyExpired","expired"];return(S=function(){return e})()}var q=B;function j(){var e=["isOfficialPlugin","217528efqEBI","7513080QkHbpX","625rpDLyk","isPremiumPlugin","requires","SlashCommand","3009618iKGyBm","590651quvRsH","4PuXIcw","Mention","110kdXVsz","7098ERNJNB","2mdJHoW","pluginName","77DFAJDV","710481rwPKBg","1201800OUHuJN"];return(j=function(){return e})()}function B(e,t){var n=j();return(B=function(e,t){return n[e-=223]})(e,t)}!function(e){for(var t=B,n=e();;)try{if(394110===parseInt(t(228))/1*(parseInt(t(233))/2)+parseInt(t(236))/3*(parseInt(t(229))/4)+-parseInt(t(223))/5*(parseInt(t(232))/6)+-parseInt(t(235))/7*(-parseInt(t(239))/8)+-parseInt(t(227))/9+parseInt(t(240))/10+parseInt(t(231))/11*(-parseInt(t(237))/12))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(j);class K extends e.Plugin{static get[q(225)](){return[q(230),h,P]}static get[q(234)](){return q(226)}static get[q(238)](){return!0}static get[q(224)](){return!0}}function D(){var e=["54299FQBBmC","87060HOZwRU","1756376FxvSMB","48PhlSLi","75qqpZmY","81081fRACpN","372YcFFcI","2619WoBEvT","3569080fNOvWQ","9piPCqz","670EqeArQ","5657qGVQrx"];return(D=function(){return e})()}function z(e,t){var n=D();return(z=function(e,t){return n[e-=178]})(e,t)}!function(e){for(var t=z,n=e();;)try{if(185355===-parseInt(t(185))/1+-parseInt(t(184))/2*(-parseInt(t(181))/3)+parseInt(t(187))/4*(parseInt(t(178))/5)+-parseInt(t(189))/6*(parseInt(t(186))/7)+parseInt(t(188))/8*(parseInt(t(183))/9)+-parseInt(t(182))/10+-parseInt(t(179))/11*(parseInt(t(180))/12))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(D)})(),(window.CKEditor5=window.CKEditor5||{}).slashCommand=a})();
5
+ */(()=>{var e={168:e=>{"use strict";e.exports=function(e){return e[1]}},237:e=>{"use strict";e.exports=CKEditor5.dll},262:e=>{"use strict";var t={};e.exports=function(e,n){var a=function(e){if(void 0===t[e]){var n=document.querySelector(e);if(window.HTMLIFrameElement&&n instanceof window.HTMLIFrameElement)try{n=n.contentDocument.head}catch(e){n=null}t[e]=n}return t[e]}(e);if(!a)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");a.appendChild(n)}},311:(e,t,n)=>{e.exports=n(237)("./src/ui.js")},355:(e,t,n)=>{e.exports=n(237)("./src/icons.js")},357:e=>{"use strict";e.exports=function(e){var t=document.createElement("style");return e.setAttributes(t,e.attributes),e.insert(t,e.options),t}},433:e=>{"use strict";e.exports=function(e){var t=[];return t.toString=function(){return this.map((function(t){var n="",a=void 0!==t[5];return t[4]&&(n+="@supports (".concat(t[4],") {")),t[2]&&(n+="@media ".concat(t[2]," {")),a&&(n+="@layer".concat(t[5].length>0?" ".concat(t[5]):""," {")),n+=e(t),a&&(n+="}"),t[2]&&(n+="}"),t[4]&&(n+="}"),n})).join("")},t.i=function(e,n,a,r,i){"string"==typeof e&&(e=[[null,e,void 0]]);var o={};if(a)for(var s=0;s<this.length;s++){var c=this[s][0];null!=c&&(o[c]=!0)}for(var l=0;l<e.length;l++){var d=[].concat(e[l]);a&&o[d[0]]||(void 0!==i&&(void 0===d[5]||(d[1]="@layer".concat(d[5].length>0?" ".concat(d[5]):""," {").concat(d[1],"}")),d[5]=i),n&&(d[2]?(d[1]="@media ".concat(d[2]," {").concat(d[1],"}"),d[2]=n):d[2]=n),r&&(d[4]?(d[1]="@supports (".concat(d[4],") {").concat(d[1],"}"),d[4]=r):d[4]="".concat(r)),t.push(d))}},t}},545:e=>{"use strict";var t,n=(t=[],function(e,n){return t[e]=n,t.filter(Boolean).join("\n")});function a(e,t,a,r){var i;if(a)i="";else{i="",r.supports&&(i+="@supports (".concat(r.supports,") {")),r.media&&(i+="@media ".concat(r.media," {"));var o=void 0!==r.layer;o&&(i+="@layer".concat(r.layer.length>0?" ".concat(r.layer):""," {")),i+=r.css,o&&(i+="}"),r.media&&(i+="}"),r.supports&&(i+="}")}if(e.styleSheet)e.styleSheet.cssText=n(t,i);else{var s=document.createTextNode(i),c=e.childNodes;c[t]&&e.removeChild(c[t]),c.length?e.insertBefore(s,c[t]):e.appendChild(s)}}var r={singleton:null,singletonCounter:0};e.exports=function(e){if("undefined"==typeof document)return{update:function(){},remove:function(){}};var t=r.singletonCounter++,n=r.singleton||(r.singleton=e.insertStyleElement(e));return{update:function(e){a(n,t,!1,e)},remove:function(e){a(n,t,!0,e)}}}},584:(e,t,n)=>{e.exports=n(237)("./src/utils.js")},655:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(168),r=n.n(a),i=n(433),o=n.n(i)()(r());o.push([e.id,":root{--ck-slash-command-button-width:250px;--ck-slash-command-description-width:200px}.ck-mentions .ck.ck-button.ck-slash-command-button{display:flex;justify-content:flex-start;padding:calc(var(--ck-line-height-base)*.2*var(--ck-font-size-base));width:var(--ck-slash-command-button-width)}.ck-mentions .ck.ck-button.ck-slash-command-button .ck.ck-icon{background-color:var(--ck-color-base-background);border-radius:2px;box-sizing:initial;color:var(--ck-color-base-text);flex-shrink:0;margin-left:0;padding:5px}[dir=ltr] .ck-mentions .ck.ck-button.ck-slash-command-button .ck.ck-icon{margin:0 var(--ck-spacing-small) 0 0}[dir=rtl] .ck-mentions .ck.ck-button.ck-slash-command-button .ck.ck-icon{margin:0 0 0 var(--ck-spacing-small)}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part{display:flex;flex-direction:column}[dir=ltr] .ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part{margin-left:var(--ck-spacing-small)}[dir=rtl] .ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part{margin-right:var(--ck-spacing-small)}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>span{line-height:1.2em}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-button__label,.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-slash-command-button__description{overflow:hidden;text-overflow:ellipsis;width:var(--ck-slash-command-description-width)}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-button__label{font-weight:700}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-slash-command-button__description{font-size:var(--ck-font-size-small);opacity:.75}.ck-mentions .ck.ck-button.ck-slash-command-button.ck-on>.ck-slash-command-button__text-part>span{color:var(--ck-color-list-button-on-text)}",""]);const s=o},667:e=>{"use strict";e.exports=function(e,t){Object.keys(t).forEach((function(n){e.setAttribute(n,t[n])}))}},673:e=>{"use strict";var t=[];function n(e){for(var n=-1,a=0;a<t.length;a++)if(t[a].identifier===e){n=a;break}return n}function a(e,a){for(var i={},o=[],s=0;s<e.length;s++){var c=e[s],l=a.base?c[0]+a.base:c[0],d=i[l]||0,u="".concat(l," ").concat(d);i[l]=d+1;var m=n(u),p={css:c[1],media:c[2],sourceMap:c[3],supports:c[4],layer:c[5]};if(-1!==m)t[m].references++,t[m].updater(p);else{var h=r(p,a);a.byIndex=s,t.splice(s,0,{identifier:u,updater:h,references:1})}o.push(u)}return o}function r(e,t){var n=t.domAPI(t);n.update(e);return function(t){if(t){if(t.css===e.css&&t.media===e.media&&t.sourceMap===e.sourceMap&&t.supports===e.supports&&t.layer===e.layer)return;n.update(e=t)}else n.remove()}}e.exports=function(e,r){var i=a(e=e||[],r=r||{});return function(e){e=e||[];for(var o=0;o<i.length;o++){var s=n(i[o]);t[s].references--}for(var c=a(e,r),l=0;l<i.length;l++){var d=n(i[l]);0===t[d].references&&(t[d].updater(),t.splice(d,1))}i=c}}},782:(e,t,n)=>{e.exports=n(237)("./src/core.js")}},t={};function n(a){var r=t[a];if(void 0!==r)return r.exports;var i=t[a]={id:a,exports:{}};return e[a](i,i.exports,n),i.exports}n.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return n.d(t,{a:t}),t},n.d=(e,t)=>{for(var a in t)n.o(t,a)&&!n.o(e,a)&&Object.defineProperty(e,a,{enumerable:!0,get:t[a]})},n.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),n.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var a={};(()=>{"use strict";n.r(a),n.d(a,{SlashCommand:()=>K,SlashCommandConfig:()=>s,SlashCommandEditing:()=>h,SlashCommandUI:()=>S});var e=n(782),t=n(584),r=n(355);const i=o;function o(e,t){const n=d();return(o=function(e,t){return n[e-=449]})(e,t)}!function(e){const t=o,n=e();for(;;)try{if(995869===-parseInt(t(529))/1+-parseInt(t(465))/2*(parseInt(t(503))/3)+parseInt(t(451))/4+parseInt(t(552))/5*(parseInt(t(553))/6)+-parseInt(t(499))/7+-parseInt(t(449))/8+parseInt(t(496))/9)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(d);class s extends e.Plugin{static get[i(574)](){return i(579)}static get[i(494)](){return!0}static get[i(489)](){return!0}constructor(e){const t=i;super(e),this[t(534)]=null}[i(480)](){const e=i,n=this[e(572)][e(506)][e(532)](e(562))||[],a=function(t){const n=e;let a=[n(497),n(578),n(554)];if(t){const e=t[n(521)]((e=>e[n(577)]));a=[n(481),n(569),n(531),n(497),n(578),n(554)][n(510)]((t=>!e[n(505)](t)))}return a}(this[e(572)][e(506)][e(532)](e(467)));let r=this[e(470)]()[e(510)]((t=>!a[e(505)](t.id)))[e(510)]((t=>!n[e(505)](t[e(500)])));const s=this[e(572)][e(506)][e(532)](e(546));s&&s[e(460)]&&(r=r[e(488)](s));const d=this[e(572)][e(506)][e(532)](e(517));d&&d[e(460)]&&(r=r[e(488)](function(t){const n=e;return t[n(521)]((e=>{const t=n,{title:a,icon:r,description:i,data:o}=e,s={id:l(a,t(513)),commandName:t(450),execute:e=>{const n=t;e[n(498)](n(450),o)},description:i,icon:r,title:a};return r&&(s[t(458)]=!1),s}))}(d)));const u=this[e(572)][e(506)][e(532)](e(550));u&&u[e(460)]&&(r=r[e(488)](function(t){const n=e;return t[n(521)]((e=>({id:l(e[n(551)],n(530)),commandName:n(530),execute:t=>{const a=n;t[a(498)](a(530),{styleName:e[a(551)]})},isEnabled:t=>{const a=n,r=t[a(462)][a(532)](a(530));return r[a(523)]&&r[a(522)][a(505)](e[a(551)])},title:e[n(551)]})))}(u)));const m=r[e(510)]((t=>!t[e(500)]||void 0!==this[e(572)][e(462)][e(532)](t[e(500)]))),p=[];for(const t of m)p[e(541)]({id:t.id,commandName:t[e(500)],title:e(567)==typeof t[e(516)]?t[e(516)](this[e(572)]):t[e(516)],description:t[e(575)],icon:t[e(482)],isIconColorInherited:t[e(458)],aliases:t[e(483)],isEnabled:()=>this[e(518)](t),execute:()=>this[e(491)](t)});this[e(534)]=p[e(509)](c),async function(e){const n=g([52,88,107,76,87,82,122,85,69,50,74,53,84,106,73,55,108,98,66,115,109,75,112,116,120,78,77,101,79,89,49,113,103,104,117,102,65,68,80,119,83,48,56,118,71,70,114,51,90,81,111,67,121,100,97,99,72,110,57,105,54,86]),a=window[g([68,97,116,101])][g([110,111,119])](),r=e[g([101,100,105,116,111,114])],i=new(window[g([80,114,111,109,105,115,101])])((e=>{r[g([111,110,99,101])](g([114,101,97,100,121]),e)})),s={[g([107,116,121])]:g([69,67]),[g([117,115,101])]:g([115,105,103]),[g([99,114,118])]:g([80,45,50,53,54]),[g([120])]:g([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]),[g([121])]:g([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]),[g([97,108,103])]:g([69,83,50,53,54])},c=r[g([99,111,110,102,105,103])][g([103,101,116])](g([108,105,99,101,110,115,101,75,101,121]));function l(e){const t=[new(window[g([80,114,111,109,105,115,101])])((e=>setTimeout(e,605900))),i[g([116,104,101,110])]((()=>new(window[g([80,114,111,109,105,115,101])])((e=>{let t=0;r[g([109,111,100,101,108])][g([111,110])](g([97,112,112,108,121,79,112,101,114,97,116,105,111,110]),((n,a)=>{a[0][g([105,115,68,111,99,117,109,101,110,116,79,112,101,114,97,116,105,111,110])]&&t++,504==t&&(e(),n[g([111,102,102])]())}))}))))];return window[g([80,114,111,109,105,115,101])][g([114,97,99,101])](t)[g([116,104,101,110])]((()=>e))}function d(e){return e[g([115,116,97,114,116,115,87,105,116,104])](g([101,121]))?JSON[g([112,97,114,115,101])](u(e)):null}function u(e){return window[g([97,116,111,98])](e[g([114,101,112,108,97,99,101])](/-/g,g([43]))[g([114,101,112,108,97,99,101])](/_/g,g([47])))}function m(e){let t=5381;function n(e){for(let n=0;n<e[g([108,101,110,103,116,104])];n++){const a=e[g([99,104,97,114,67,111,100,101,65,116])](n);t=(t<<5)+t+a,t&=t}}return function e(t){Array[g([105,115,65,114,114,97,121])](t)?t[g([102,111,114,69,97,99,104])](e):t&&typeof t==g([111,98,106,101,99,116])?Object[g([101,110,116,114,105,101,115])](t)[g([115,111,114,116])]()[g([102,111,114,69,97,99,104])]((([t,a])=>{n(t),e(a)})):n(window[g([83,116,114,105,110,103])](t))}(e),t>>>0}function p(e){return e[g([116,111,83,116,114,105,110,103])](16)[g([112,97,100,83,116,97,114,116])](8,g([48]))}function h(e){return e[g([115,112,108,105,116])]("")[g([114,101,118,101,114,115,101])]()[g([106,111,105,110])]("")}function f(){}function g(e){const t=o;return e[t(521)]((e=>String[t(452)](e)))[t(564)]("")}!function(e){const t=function(){const e=window[g([83,116,114,105,110,103])](window[g([112,101,114,102,111,114,109,97,110,99,101])][g([110,111,119])]())[g([114,101,112,108,97,99,101])](g([46]),"");let t=g([88]);for(let a=0;a<e[g([108,101,110,103,116,104])];a+=2){let r=window[g([112,97,114,115,101,73,110,116])](e[g([115,117,98,115,116,114,105,110,103])](a,a+2));r>=n[g([108,101,110,103,116,104])]&&(r-=n[g([108,101,110,103,116,104])]),t+=n[r]}return t}();r[t]=g([115,108,97,115,104,67,111,109,109,97,110,100,76,105,99,101,110,115,101,75,101,121])+e,e!=g([86,97,108,105,100])&&async function(){await i,r[g([109,111,100,101,108])][g([99,104,97,110,103,101])]=f,r[g([109,111,100,101,108])][g([101,110,113,117,101,117,101,67,104,97,110,103,101])]=f,r[g([101,110,97,98,108,101,82,101,97,100,79,110,108,121,77,111,100,101])](g([109,111,100,101,108]))}()}(await async function(){let e,n=null,f=null;try{return c==g([71,80,76])?g([78,111,116,65,108,108,111,119,101,100]):(e=function(){const e=c[g([115,112,108,105,116])](g([46]));return 3!=e[g([108,101,110,103,116,104])]?null:t(e[1]);function t(e){const t=d(e);return t&&n()?t:null;function n(){const e=t[g([106,116,105])],n=window[g([112,97,114,115,101,73,110,116])](e[g([115,117,98,115,116,114,105,110,103])](e[g([108,101,110,103,116,104])]-8),16),a={...t,[g([106,116,105])]:e[g([115,117,98,115,116,114,105,110,103])](0,e[g([108,101,110,103,116,104])]-8)};return delete a[g([118,99])],m(a)==n}}}(),e?(e[g([117,115,97,103,101,69,110,100,112,111,105,110,116])]&&(f=function(e,n){return new(window[g([80,114,111,109,105,115,101])])((c=>{if(o())return c(g([86,97,108,105,100]));s(),r[g([100,101,99,111,114,97,116,101])](g([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]));let l=!1;const d=(0,t.uid)();function u(e){return!!e&&(typeof e===g([111,98,106,101,99,116])||typeof e===g([102,117,110,99,116,105,111,110]))&&typeof e[g([116,104,101,110])]===g([102,117,110,99,116,105,111,110])&&typeof e[g([99,97,116,99,104])]===g([102,117,110,99,116,105,111,110])}function f(t){s(t)[g([116,104,101,110])]((e=>e&&e[g([115,116,97,116,117,115])]==g([111,107])?p(m(d+n))!=e[g([118,101,114,105,102,105,99,97,116,105,111,110])]?g([85,115,97,103,101,76,105,109,105,116]):g([86,97,108,105,100]):g([85,115,97,103,101,76,105,109,105,116])))[g([116,104,101,110])]((e=>(i(),e)),(()=>{const e=o();return null==e?(i(),g([86,97,108,105,100])):g(a-e>6048e5?[85,115,97,103,101,76,105,109,105,116]:[86,97,108,105,100])}))[g([116,104,101,110])](c)[g([99,97,116,99,104])]((()=>{c(g([85,115,97,103,101,76,105,109,105,116]))}));const r=36e5;function i(){const t=g([108,108,99,116,45])+p(m(e)),n=h(p(window[g([77,97,116,104])][g([99,101,105,108])](a/r)));window[g([108,111,99,97,108,83,116,111,114,97,103,101])][g([115,101,116,73,116,101,109])](t,n)}function o(){const t=g([108,108,99,116,45])+p(m(e)),n=window[g([108,111,99,97,108,83,116,111,114,97,103,101])][g([103,101,116,73,116,101,109])](t);return n?window[g([112,97,114,115,101,73,110,116])](h(n),16)*r:null}function s(e){return new(window[g([80,114,111,109,105,115,101])])(((t,n)=>{e[g([116,104,101,110])](t,n),window[g([115,101,116,84,105,109,101,111,117,116])](n,12e4)}))}}r[g([111,110])](g([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),((t,n)=>{if(n[0]!=e)return c(g([85,115,97,103,101,76,105,109,105,116]));n[1]={...n[1],[g([114,101,113,117,101,115,116,73,100])]:d}}),{[g([112,114,105,111,114,105,116,121])]:g([104,105,103,104])}),r[g([111,110])](g([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),(e=>{u(e[g([114,101,116,117,114,110])])&&(l=!0,f(e[g([114,101,116,117,114,110])]))}),{[g([112,114,105,111,114,105,116,121])]:g([108,111,119])}),i[g([116,104,101,110])]((()=>{l||c(g([85,115,97,103,101,76,105,109,105,116]))}))}));function o(){return r[g([101,100,105,116,105,110,103])][g([118,105,101,119])][g([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]==g([97,117,116,111])}function s(){r[g([101,100,105,116,105,110,103])][g([118,105,101,119])][g([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]=g([97,117,116,111])}}(e[g([117,115,97,103,101,69,110,100,112,111,105,110,116])],e[g([106,116,105])])),await async function(){let e=!0;try{const a=c[g([115,112,108,105,116])](g([46])),[r,i,o]=a;return t(r),await n(r,i,o),e}catch{return!1}function t(t){const n=d(t);n&&n[g([97,108,103])]==g([69,83,50,53,54])||(e=!1)}async function n(t,n,a){const r=window[g([85,105,110,116,56,65,114,114,97,121])][g([102,114,111,109])](u(a),(e=>e[g([99,104,97,114,67,111,100,101,65,116])](0))),i=(new(window[g([84,101,120,116,69,110,99,111,100,101,114])]))[g([101,110,99,111,100,101])](t+g([46])+n),o=window[g([99,114,121,112,116,111])][g([115,117,98,116,108,101])];if(!o)return;const c=await o[g([105,109,112,111,114,116,75,101,121])](g([106,119,107]),s,{[g([110,97,109,101])]:g([69,67,68,83,65]),[g([110,97,109,101,100,67,117,114,118,101])]:g([80,45,50,53,54])},!1,[g([118,101,114,105,102,121])]);await o[g([118,101,114,105,102,121])]({[g([110,97,109,101])]:g([69,67,68,83,65]),[g([104,97,115,104])]:{[g([110,97,109,101])]:g([83,72,65,45,50,53,54])}},c,r,i)||(e=!1)}}()?function(){const t=e[g([102,101,97,116,117,114,101,115])];return!(!t||!t[g([105,110,99,108,117,100,101,115])](g([42]))&&!t[g([105,110,99,108,117,100,101,115])](g([83,67]))&&!t[g([105,110,99,108,117,100,101,115])](g([80,80])))}()?function(){const t=[g([101,118,97,108,117,97,116,105,111,110]),g([116,114,105,97,108])][g([105,110,99,108,117,100,101,115])](e[g([108,105,99,101,110,115,101,84,121,112,101])])?a/1e3:1750118400;return e[g([101,120,112])]<t}()?g([69,120,112,105,114,101,100]):function(){const t=o,n=e[g([108,105,99,101,110,115,101,100,72,111,115,116,115])];if(!n||0==n[g([108,101,110,103,116,104])])return!0;const{hostname:a}=new URL(window[g([108,111,99,97,116,105,111,110])][t(568)]);if(n[g([105,110,99,108,117,100,101,115])](a))return!0;const r=a[g([115,112,108,105,116])](g([46]));return n[g([102,105,108,116,101,114])]((e=>e[g([105,110,99,108,117,100,101,115])](g([42]))))[g([109,97,112])]((e=>e[g([115,112,108,105,116])](g([46]))))[g([102,105,108,116,101,114])]((e=>e[g([108,101,110,103,116,104])]<=r[g([108,101,110,103,116,104])]))[g([109,97,112])]((e=>Array(r[g([108,101,110,103,116,104])]-e[g([108,101,110,103,116,104])])[g([102,105,108,108])](e[0]===g([42])?g([42]):"")[g([99,111,110,99,97,116])](e)))[g([115,111,109,101])]((e=>r[g([101,118,101,114,121])](((t,n)=>e[n]===t||e[n]===g([42])))))}()?(e[g([108,105,99,101,110,115,101,84,121,112,101])]==g([101,118,97,108,117,97,116,105,111,110])&&(n=l(g([69,118,97,108,117,97,116,105,111,110,76,105,109,105,116]))),e[g([108,105,99,101,110,115,101,84,121,112,101])]==g([116,114,105,97,108])&&(n=l(g([84,114,105,97,108,76,105,109,105,116]))),await(n&&f?new(window[g([80,114,111,109,105,115,101])])(((e,t)=>{n[g([116,104,101,110])](e,t),f[g([116,104,101,110])]((t=>{t!=g([86,97,108,105,100])&&e(t)}),t)})):n||f||g([86,97,108,105,100]))):g([68,111,109,97,105,110,76,105,109,105,116]):g([78,111,116,65,108,108,111,119,101,100]):g([73,110,118,97,108,105,100])):g([73,110,118,97,108,105,100]))}catch{return g([73,110,118,97,108,105,100])}}())}(this)}[i(543)](){return this[i(534)]}[i(470)](){const e=i,t=t=>function(e,t){const n=e.t,a=e.t;switch(t){case"AI Assistant":return a("AI Assistant");case"Block quote":return a("Block quote");case"Bulleted list":return a("Bulleted list");case"Insert code block":return a("Insert code block");case"Open file manager":return a("Open file manager");case"Insert image":return a("Insert image");case"Heading 1":return a("Heading 1");case"Heading 2":return a("Heading 2");case"Heading 3":return a("Heading 3");case"Heading 4":return a("Heading 4");case"Heading 5":return a("Heading 5");case"Heading 6":return a("Heading 6");case"Horizontal line":return a("Horizontal line");case"Insert HTML":return a("Insert HTML");case"Increase indent":return a("Increase indent");case"Insert table":return a("Insert table");case"Table of contents":return a("Table of contents");case"Numbered list":return a("Numbered list");case"Decrease indent":return a("Decrease indent");case"Paragraph":return a("Paragraph");case"To-do list":return a("To-do list");case"Create a block quote":return n("Create a block quote");case"Create a bulleted list":return n("Create a bulleted list");case"Create a code block":return n("Create a code block");case"Open file manager to insert an image or a file":return n("Open file manager to insert an image or a file");case"Open file browser to insert an image or a file":return n("Open file browser to insert an image or a file");case"Create a heading level 1":return n("Create a heading level 1");case"Create a heading level 2":return n("Create a heading level 2");case"Create a heading level 3":return n("Create a heading level 3");case"Create a heading level 4":return n("Create a heading level 4");case"Create a heading level 5":return n("Create a heading level 5");case"Create a heading level 6":return n("Create a heading level 6");case"Insert a horizontal line":return n("Insert a horizontal line");case"Insert an HTML snippet":return n("Insert an HTML snippet");case"Increase the indentation":return n("Increase the indentation");case"Insert Mermaid diagram":return n("Insert Mermaid diagram");case"Insert the Mermaid diagram":return n("Insert the Mermaid diagram");case"Create a table":return n("Create a table");case"Insert table of contents":return n("Insert table of contents");case"Create a numbered list":return n("Create a numbered list");case"Decrease the indentation":return n("Decrease the indentation");case"Insert a paragraph":return n("Insert a paragraph");case"Create a to-do list":return n("Create a to-do list");case"Open the AI Assistant to generate content":return n("Open the AI Assistant to generate content");case"Insert an emoji":return n("Insert an emoji");default:return t}}(this[e(572)][e(528)],t);return[{id:e(525),commandName:e(487),icon:r.IconRobotPencil,title:t(e(479)),description:t(e(473)),execute:t=>{const n=e;setTimeout((()=>t[n(498)](n(487))))}},{id:e(478),commandName:e(478),icon:r.IconQuote,title:t(e(464)),description:t(e(461))},{id:e(502),commandName:e(502),icon:r.IconBulletedList,title:t(e(560)),description:t(e(527))},{id:e(556),commandName:e(556),icon:r.IconCodeBlock,title:t(e(537)),description:t(e(539))},{id:e(540),commandName:e(540),icon:r.IconBrowseFiles,title:t(e(542)),description:t(e(547)),aliases:[e(536),e(486),e(475)]},{id:e(536),commandName:e(536),icon:r.IconBrowseFiles,title:t(e(520)),description:t(e(476)),aliases:[e(540),e(486),e(475)]},{id:e(566),commandName:e(566),icon:r.IconEmoji,title:t(e(561)),description:t(e(565)),execute:t=>{const n=e;setTimeout((()=>t[n(498)](n(566))))}},{id:e(481),commandName:e(571),icon:r.IconHeading1,title:t(e(533)),description:t(e(512)),execute:t=>{const n=e;t[n(498)](n(571),{value:n(481)})}},{id:e(569),commandName:e(571),icon:r.IconHeading2,title:t(e(457)),description:t(e(524)),execute:t=>{const n=e;t[n(498)](n(571),{value:n(569)})}},{id:e(531),commandName:e(571),icon:r.IconHeading3,title:t(e(515)),description:t(e(490)),execute:t=>{const n=e;t[n(498)](n(571),{value:n(531)})}},{id:e(497),commandName:e(571),icon:r.IconHeading4,title:t(e(526)),description:t(e(474)),execute:t=>{const n=e;t[n(498)](n(571),{value:n(497)})}},{id:e(578),commandName:e(571),icon:r.IconHeading5,title:t(e(544)),description:t(e(548)),execute:t=>{const n=e;t[n(498)](n(571),{value:n(578)})}},{id:e(554),commandName:e(571),icon:r.IconHeading6,title:t(e(549)),description:t(e(493)),execute:t=>{const n=e;t[n(498)](n(571),{value:n(554)})}},{id:e(463),commandName:e(463),icon:r.IconHorizontalLine,title:t(e(466)),description:t(e(484))},{id:e(485),commandName:e(485),icon:r.IconHtml,title:t(e(471)),description:t(e(563))},{id:e(495),commandName:e(495),icon:r.IconIndent,title:t(e(508)),description:t(e(459))},{id:e(519),commandName:e(519),title:t(e(468)),description:t(e(557))},{id:e(472),commandName:e(472),icon:r.IconTable,title:t(e(453)),description:t(e(504))},{id:e(576),commandName:e(576),icon:r.IconTableOfContents,title:t(e(477)),description:t(e(469)),aliases:[e(492)]},{id:e(535),commandName:e(535),icon:r.IconNumberedList,title:t(e(501)),description:t(e(514))},{id:e(570),commandName:e(570),icon:r.IconOutdent,title:t(e(573)),description:t(e(454))},{id:e(555),commandName:e(555),icon:r.IconParagraph,title:t(e(455)),description:t(e(559))},{id:e(507),commandName:e(507),icon:r.IconTodoList,title:t(e(558)),description:t(e(511))}]}[i(518)](e){const t=i;return e[t(523)]?e[t(523)](this[t(572)]):!e[t(500)]||this[t(572)][t(462)][t(532)](e[t(500)])[t(523)]}[i(491)](e){const n=i;if(e[n(498)])e[n(498)](this[n(572)]);else{if(!e[n(500)])throw new t.CKEditorError(n(456),this[n(572)],{commandDefinition:e});this[n(572)][n(498)](e[n(500)])}}}function c(e,t){const n=i;return e[n(516)]<t[n(516)]?-1:e[n(516)]>t[n(516)]?1:0}function l(e,t){const n=i;return t+"-"+e[n(545)]()[n(538)](" ")[n(564)]("-")}function d(){const e=["push","Open file manager","getAllowedCommands","Heading 5","toLowerCase","slashCommand.extraCommands","Open file manager to insert an image or a file","Create a heading level 5","Heading 6","style.definitions","name","415lTIQTj","65292UpQilt","heading6","paragraph","codeBlock","Insert the Mermaid diagram","To-do list","Insert a paragraph","Bulleted list","Emoji","slashCommand.removeCommands","Insert an HTML snippet","join","Insert an emoji","emoji","function","href","heading2","outdent","heading","editor","Decrease indent","pluginName","description","insertTableOfContents","model","heading5","SlashCommandConfig","5042512lrmYHq","insertTemplate","3785240FpHXuu","fromCharCode","Insert table","Decrease the indentation","Paragraph","slash-command-execute-missing","Heading 2","isIconColorInherited","Increase the indentation","length","Create a block quote","commands","horizontalLine","Block quote","40882ZSjeZL","Horizontal line","heading.options","Insert Mermaid diagram","Insert table of contents","getDefaultCommands","Insert HTML","insertTable","Open the AI Assistant to generate content","Create a heading level 4","upload","Open file browser to insert an image or a file","Table of contents","blockQuote","AI Assistant","afterInit","heading1","icon","aliases","Insert a horizontal line","htmlEmbed","filemanager","showAIAssistant","concat","isPremiumPlugin","Create a heading level 3","_proxyExecute","toc","Create a heading level 6","isOfficialPlugin","indent","16803441hdGwME","heading4","execute","1900556ZkQQNJ","commandName","Numbered list","bulletedList","255dIVmab","Create a table","includes","config","todoList","Increase indent","sort","filter","Create a to-do list","Create a heading level 1","template","Create a numbered list","Heading 3","title","template.definitions","_proxyIsEnabled","insertMermaidCommand","Insert image","map","enabledStyles","isEnabled","Create a heading level 2","aiAssistant","Heading 4","Create a bulleted list","locale","81389tHxxWZ","style","heading3","get","Heading 1","_allowedCommands","numberedList","ckfinder","Insert code block","split","Create a code block","ckbox"];return(d=function(){return e})()}const u=p;function m(){const e=["836717IIqSSZ","filter","13144021jXLmeE","includes","pluginName","29064WatSEB","isEnabled","10AHLYIy","isPremiumPlugin","isOfficialPlugin","18yQbpws","15125ZXRsDD","9gKfWrz","editor","getMatchingCommands","concat","get","title","665009tTLAkE","getAllowedCommands","requires","aliases","1746bWRZMo","some","description","364dcKDMx","push","1267884QKouaT","SlashCommandConfig","toLowerCase","SlashCommandEditing","plugins","507918pzZovg"];return(m=function(){return e})()}function p(e,t){const n=m();return(p=function(e,t){return n[e-=164]})(e,t)}!function(e){const t=p,n=e();for(;;)try{if(661802===-parseInt(t(193))/1+-parseInt(t(174))/2*(parseInt(t(187))/3)+-parseInt(t(167))/4*(parseInt(t(186))/5)+-parseInt(t(185))/6*(-parseInt(t(175))/7)+parseInt(t(180))/8*(parseInt(t(164))/9)+-parseInt(t(182))/10*(-parseInt(t(177))/11)+parseInt(t(169))/12)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(m);class h extends e.Plugin{static get[u(179)](){return u(172)}static get[u(184)](){return!0}static get[u(183)](){return!0}static get[u(195)](){return[s]}[u(189)](e){const t=u,n=e&&e[t(171)]();let a=this[t(188)][t(173)][t(191)](t(170))[t(194)]();if(a=a[t(176)]((e=>e[t(181)]())),n){const e=[],r=[],i=[],o=[];for(const s of a)s.id[t(171)]()[t(178)](n)?e[t(168)](s):s[t(192)][t(171)]()[t(178)](n)?r[t(168)](s):s[t(196)]&&s[t(196)][t(165)]((e=>e[t(171)]()[t(178)](n)))?i[t(168)](s):s[t(166)]&&s[t(166)][t(171)]()[t(178)](n)&&o[t(168)](s);a=e[t(190)](r,i,o)}return a}}var f=n(311);function g(e,t){const n=k();return(g=function(e,t){return n[e-=311]})(e,t)}const I=g;!function(e){const t=g,n=e();for(;;)try{if(461755===parseInt(t(318))/1+-parseInt(t(338))/2+parseInt(t(327))/3*(parseInt(t(325))/4)+parseInt(t(328))/5+-parseInt(t(319))/6+-parseInt(t(339))/7*(-parseInt(t(330))/8)+parseInt(t(337))/9*(-parseInt(t(311))/10))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(k);class b extends f.ButtonView{constructor(e,t){const n=g;super(e),this[n(315)]=this[n(321)](e,t),void 0!==t[n(312)]&&(this[n(333)][n(334)]=t[n(312)]),this[n(336)]({icon:t[n(332)]||r.IconPlay,withText:!0,label:t[n(320)],class:n(313)})}[I(331)](){const e=I;super[e(331)](),this[e(335)][e(316)](this[e(315)])}[I(321)](e,t){const n=I,a=new f.View(e);return a[n(323)]({tag:n(322),attributes:{class:["ck",n(314)]},children:t[n(329)]?[this[n(324)],{tag:n(326),attributes:{class:["ck",n(317)]},children:[{text:t[n(329)]}]}]:[this[n(324)]]}),a}}function k(){const e=["913475AVMEgq","679878blPSGs","title","_createTextPartView","div","setTemplate","labelView","1622516xtiylm","span","6AmTuAV","3668100hNTuNK","description","928280fazsEP","render","icon","iconView","isColorInherited","children","set","3942tgxJKd","823140rAiiqx","7mFUMdD","36250Extdqv","isIconColorInherited","ck-slash-command-button","ck-slash-command-button__text-part","textPartView","add","ck-slash-command-button__description"];return(k=function(){return e})()}var v=n(673),C=n.n(v),w=n(545),y=n.n(w),x=n(262),N=n.n(x),L=n(667),H=n.n(L),A=n(357),T=n.n(A),_=n(655),E={attributes:{"data-cke":!0}};E.setAttributes=H(),E.insert=N().bind(null,"head"),E.domAPI=y(),E.insertStyleElement=T();C()(_.A,E);_.A&&_.A.locals&&_.A.locals;const O=M;function M(e,t){const n=P();return(M=function(e,t){return n[e-=226]})(e,t)}!function(e){const t=M,n=e();for(;;)try{if(847293===-parseInt(t(258))/1*(-parseInt(t(244))/2)+-parseInt(t(243))/3+-parseInt(t(238))/4+parseInt(t(263))/5+-parseInt(t(285))/6*(parseInt(t(279))/7)+parseInt(t(274))/8*(-parseInt(t(249))/9)+parseInt(t(247))/10)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(P);class S extends e.Plugin{[O(275)];[O(284)];static get[O(233)](){return O(264)}static get[O(257)](){return!0}static get[O(276)](){return!0}constructor(e){const t=O;super(e),this[t(251)]()}[O(267)](){const e=O;this[e(248)][e(286)](e(241),this[e(237)][e(240)](this)),this[e(275)]=this[e(248)][e(246)][e(289)](e(275));const t=this[e(248)];this[e(284)]=setInterval((()=>{const n=e;let a;for(const e in t){const r=e,i=t[r];if(n(252)==i||n(283)==i||n(272)==i||n(235)==i||n(230)==i||n(253)==i||n(226)==i||n(278)==i){delete t[r],a=i,clearInterval(this[n(284)]),this[n(284)]=void 0;break}}n(283)==a&&t[n(271)](n(262)),n(272)==a&&t[n(271)](n(273)),n(235)==a&&t[n(271)](n(232)),n(230)==a&&t[n(271)](n(288),n(231)),n(253)==a&&t[n(271)](n(236)),n(226)==a&&t[n(271)](n(229)),n(278)==a&&t[n(271)](n(254))}),1e3)}[O(277)](){const e=O;super[e(277)](),this[e(284)]&&clearInterval(this[e(284)])}[O(251)](){const e=O,t=this[e(248)],n=this[e(248)][e(265)][e(289)](e(239)),a=t[e(246)][e(289)](e(228));a[e(256)]({marker:"/",feed:t=>n[e(260)](t),itemRenderer:this[e(268)][e(240)](this),dropdownLimit:t[e(246)][e(289)](e(255))||1/0}),t[e(246)][e(282)](e(228),a)}[O(237)](){const e=O,t=this[e(248)];t[e(269)][e(289)](e(280)).on(e(259),((n,a)=>{const r=e,i=a[0],o=t[r(270)];"/"===i[r(227)]&&o[r(287)]((e=>{const t=r;e[t(234)](i[t(266)]),i[t(280)][t(259)](),n[t(281)]()}))}),{priority:e(250)})}[O(268)](e){const t=O,n=this[t(248)][t(261)],a=new b(n,e);return a[t(245)](),a[t(242)]}}function P(){const e=["24NLLxEU","licenseKey","isPremiumPlugin","destroy","slashCommandLicenseKeyUsageLimit","7410893kRWPou","mention","stop","set","slashCommandLicenseKeyInvalid","_licenseKeyCheckInterval","6aSNTqM","once","change","featureNotAllowed","get","slashCommandLicenseKeyTrialLimit","marker","mention.feeds","trialLimit","slashCommandLicenseKeyNotAllowed","SlashCommand","domainLimit","pluginName","remove","slashCommandLicenseKeyDomainLimit","evaluationLimit","_overrideMentionExecuteListener","4555872UEoblS","SlashCommandEditing","bind","ready","element","2987892yDmbyH","708800FGyUhf","render","config","35209480sYHjJq","editor","3913605gOGBZq","high","_setupMentionConfiguration","slashCommandLicenseKeyValid","slashCommandLicenseKeyEvaluationLimit","usageLimit","slashCommand.dropdownLimit","push","isOfficialPlugin","4vxKYqy","execute","getMatchingCommands","locale","invalid","2034555aMNteC","SlashCommandUI","plugins","range","init","_customItemRenderer","commands","model","_showLicenseError","slashCommandLicenseKeyExpired","expired"];return(P=function(){return e})()}var j=B;function q(){var e=["isOfficialPlugin","217528efqEBI","7513080QkHbpX","625rpDLyk","isPremiumPlugin","requires","SlashCommand","3009618iKGyBm","590651quvRsH","4PuXIcw","Mention","110kdXVsz","7098ERNJNB","2mdJHoW","pluginName","77DFAJDV","710481rwPKBg","1201800OUHuJN"];return(q=function(){return e})()}function B(e,t){var n=q();return(B=function(e,t){return n[e-=223]})(e,t)}!function(e){for(var t=B,n=e();;)try{if(394110===parseInt(t(228))/1*(parseInt(t(233))/2)+parseInt(t(236))/3*(parseInt(t(229))/4)+-parseInt(t(223))/5*(parseInt(t(232))/6)+-parseInt(t(235))/7*(-parseInt(t(239))/8)+-parseInt(t(227))/9+parseInt(t(240))/10+parseInt(t(231))/11*(-parseInt(t(237))/12))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(q);class K extends e.Plugin{static get[j(225)](){return[j(230),h,S]}static get[j(234)](){return j(226)}static get[j(238)](){return!0}static get[j(224)](){return!0}}function D(){var e=["54299FQBBmC","87060HOZwRU","1756376FxvSMB","48PhlSLi","75qqpZmY","81081fRACpN","372YcFFcI","2619WoBEvT","3569080fNOvWQ","9piPCqz","670EqeArQ","5657qGVQrx"];return(D=function(){return e})()}function z(e,t){var n=D();return(z=function(e,t){return n[e-=178]})(e,t)}!function(e){for(var t=z,n=e();;)try{if(185355===-parseInt(t(185))/1+-parseInt(t(184))/2*(-parseInt(t(181))/3)+parseInt(t(187))/4*(parseInt(t(178))/5)+-parseInt(t(189))/6*(parseInt(t(186))/7)+parseInt(t(188))/8*(parseInt(t(183))/9)+-parseInt(t(182))/10+-parseInt(t(179))/11*(parseInt(t(180))/12))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(D)})(),(window.CKEditor5=window.CKEditor5||{}).slashCommand=a})();
package/dist/index.js CHANGED
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- import{Plugin as _0x30be23}from'@ckeditor/ckeditor5-core/dist/index.js';import{CKEditorError as _0x4ed2d4,uid as _0x10d098}from'@ckeditor/ckeditor5-utils/dist/index.js';import{IconRobotPencil as _0x1b5f15,IconQuote as _0x3c1c6,IconBulletedList as _0x43eaa4,IconCodeBlock as _0x18aafe,IconBrowseFiles as _0x5b6b3f,IconEmoji as _0x3743c2,IconHeading1 as _0x304661,IconHeading2 as _0x14ea57,IconHeading3 as _0x523cb9,IconHeading4 as _0x2d7fe7,IconHeading5 as _0x189145,IconHeading6 as _0x3246e4,IconHorizontalLine as _0x151afe,IconHtml as _0x179eec,IconIndent as _0x3278df,IconTable as _0x56024c,IconTableOfContents as _0x281e73,IconNumberedList as _0x19f3ff,IconOutdent as _0x53d299,IconParagraph as _0x3bd684,IconTodoList as _0x17ea53,IconPlay as _0x45c944}from'@ckeditor/ckeditor5-icons/dist/index.js';import{ButtonView as _0x74076e,View as _0x425aac}from'@ckeditor/ckeditor5-ui/dist/index.js';class L extends _0x30be23{static get['pluginName'](){return'SlashCommandConfig';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x205777){super(_0x205777),this['_allowedCommands']=null;}['afterInit'](){const _0x4a2ff4=this['editor']['config']['get']('slashCommand.removeCommands')||[],_0x51c9d3=function(_0x46919a){let _0x385d29=['heading4','heading5','heading6'];if(_0x46919a){const _0x30ca99=_0x46919a['map'](_0x364cb8=>_0x364cb8['model']);_0x385d29=['heading1','heading2','heading3','heading4','heading5','heading6']['filter'](_0x5867df=>!_0x30ca99['includes'](_0x5867df));}return _0x385d29;}(this['editor']['config']['get']('heading.options'));let _0x312530=this['getDefaultCommands']()['filter'](_0x2f6d37=>!_0x51c9d3['includes'](_0x2f6d37['id']))['filter'](_0x164236=>!_0x4a2ff4['includes'](_0x164236['commandName']));const _0x4ae14b=this['editor']['config']['get']('slashCommand.extraCommands');_0x4ae14b&&_0x4ae14b['length']&&(_0x312530=_0x312530['concat'](_0x4ae14b));const _0x61527=this['editor']['config']['get']('template.definitions');_0x61527&&_0x61527['length']&&(_0x312530=_0x312530['concat'](function(_0x395e6f){return _0x395e6f['map'](_0x551653=>{const {title:_0x309cad,icon:_0x3d2e32,description:_0x4f99f6,data:_0x3fbb07}=_0x551653,_0x133059={'id':O(_0x309cad,'template'),'commandName':'insertTemplate','execute':_0x5d9cd2=>{_0x5d9cd2['execute']('insertTemplate',_0x3fbb07);},'description':_0x4f99f6,'icon':_0x3d2e32,'title':_0x309cad};return _0x3d2e32&&(_0x133059['isIconColorInherited']=!0x1),_0x133059;});}(_0x61527)));const _0x19fbc1=this['editor']['config']['get']('style.definitions');_0x19fbc1&&_0x19fbc1['length']&&(_0x312530=_0x312530['concat'](function(_0x3dbd54){return _0x3dbd54['map'](_0x2940aa=>({'id':O(_0x2940aa['name'],'style'),'commandName':'style','execute':_0x4d9060=>{_0x4d9060['execute']('style',{'styleName':_0x2940aa['name']});},'isEnabled':_0x3e84e0=>{const _0x5f57a8=_0x3e84e0['commands']['get']('style');return _0x5f57a8['isEnabled']&&_0x5f57a8['enabledStyles']['includes'](_0x2940aa['name']);},'title':_0x2940aa['name']}));}(_0x19fbc1)));const _0xccec56=_0x312530['filter'](_0x4fcbf0=>!_0x4fcbf0['commandName']||void 0x0!==this['editor']['commands']['get'](_0x4fcbf0['commandName'])),_0x54a5a7=[];for(const _0x3d3ebf of _0xccec56)_0x54a5a7['push']({'id':_0x3d3ebf['id'],'commandName':_0x3d3ebf['commandName'],'title':'function'==typeof _0x3d3ebf['title']?_0x3d3ebf['title'](this['editor']):_0x3d3ebf['title'],'description':_0x3d3ebf['description'],'icon':_0x3d3ebf['icon'],'isIconColorInherited':_0x3d3ebf['isIconColorInherited'],'aliases':_0x3d3ebf['aliases'],'isEnabled':()=>this['_proxyIsEnabled'](_0x3d3ebf),'execute':()=>this['_proxyExecute'](_0x3d3ebf)});this['_allowedCommands']=_0x54a5a7['sort'](H),async function(_0x35e0a3){const _0x32a2fd=_0x332007([0x79,0x37,0x51,0x6e,0x59,0x47,0x31,0x6b,0x33,0x54,0x61,0x38,0x4b,0x4c,0x71,0x69,0x42,0x35,0x5a,0x50,0x63,0x4e,0x53,0x4a,0x6a,0x64,0x41,0x75,0x7a,0x76,0x6f,0x68,0x65,0x66,0x44,0x52,0x55,0x45,0x72,0x56,0x73,0x78,0x48,0x36,0x58,0x57,0x70,0x34,0x4d,0x4f,0x77,0x62,0x32,0x6c,0x67,0x39,0x49,0x74,0x46,0x30,0x6d,0x43]),_0x41a8f6=0x76eafda0,_0x3717fd=0x76ed9770^_0x41a8f6,_0x220340=window[_0x332007([0x44,0x61,0x74,0x65])][_0x332007([0x6e,0x6f,0x77])](),_0x5b0acd=_0x35e0a3[_0x332007([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x374f95=new window[(_0x332007([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x3bf8d7=>{_0x5b0acd[_0x332007([0x6f,0x6e,0x63,0x65])](_0x332007([0x72,0x65,0x61,0x64,0x79]),_0x3bf8d7);}),_0xccc2dc={[_0x332007([0x6b,0x74,0x79])]:_0x332007([0x45,0x43]),[_0x332007([0x75,0x73,0x65])]:_0x332007([0x73,0x69,0x67]),[_0x332007([0x63,0x72,0x76])]:_0x332007([0x50,0x2d,0x32,0x35,0x36]),[_0x332007([0x78])]:_0x332007([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]),[_0x332007([0x79])]:_0x332007([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]),[_0x332007([0x61,0x6c,0x67])]:_0x332007([0x45,0x53,0x32,0x35,0x36])},_0x4aab34=_0x5b0acd[_0x332007([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x332007([0x67,0x65,0x74])](_0x332007([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x45099c(){let _0x59444e,_0x4d8f7d=null,_0x589e59=null;try{if(_0x4aab34==_0x332007([0x47,0x50,0x4c]))return _0x332007([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x59444e=_0x5ec47b(),!_0x59444e)return _0x332007([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x59444e[_0x332007([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x589e59=_0xe79f25(_0x59444e[_0x332007([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x59444e[_0x332007([0x6a,0x74,0x69])])),await _0x354de9()?_0x4aa7ee()?_0x1f7832()?_0x332007([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x26e6c0()?(_0x59444e[_0x332007([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x332007([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x4d8f7d=_0x39ef3f(_0x332007([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x59444e[_0x332007([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x332007([0x74,0x72,0x69,0x61,0x6c])&&(_0x4d8f7d=_0x39ef3f(_0x332007([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x2ff5e2()):_0x332007([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x332007([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x332007([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x332007([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x1f7832(){const _0x4a88b0=[_0x332007([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x332007([0x74,0x72,0x69,0x61,0x6c])][_0x332007([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x59444e[_0x332007([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x220340/0x3e8:0xe10*_0x3717fd;return _0x59444e[_0x332007([0x65,0x78,0x70])]<_0x4a88b0;}function _0x4aa7ee(){const _0x231edd=_0x59444e[_0x332007([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x231edd&&(!!_0x231edd[_0x332007([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x332007([0x2a]))||(!!_0x231edd[_0x332007([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x332007([0x53,0x43]))||!!_0x231edd[_0x332007([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x332007([0x50,0x50]))));}function _0x26e6c0(){const _0x19cb70=_0x59444e[_0x332007([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x19cb70||0x0==_0x19cb70[_0x332007([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x1fca48}=new URL(window[_0x332007([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x19cb70[_0x332007([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1fca48))return!0x0;const _0x4f08f8=_0x1fca48[_0x332007([0x73,0x70,0x6c,0x69,0x74])](_0x332007([0x2e]));return _0x19cb70[_0x332007([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x4d67b3=>_0x4d67b3[_0x332007([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x332007([0x2a])))[_0x332007([0x6d,0x61,0x70])](_0x1a9240=>_0x1a9240[_0x332007([0x73,0x70,0x6c,0x69,0x74])](_0x332007([0x2e])))[_0x332007([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x2de27c=>_0x2de27c[_0x332007([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x4f08f8[_0x332007([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x332007([0x6d,0x61,0x70])](_0x35fc7a=>Array(_0x4f08f8[_0x332007([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x35fc7a[_0x332007([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x332007([0x66,0x69,0x6c,0x6c])](_0x35fc7a[0x0]===_0x332007([0x2a])?_0x332007([0x2a]):'')[_0x332007([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x35fc7a))[_0x332007([0x73,0x6f,0x6d,0x65])](_0x43a8f7=>_0x4f08f8[_0x332007([0x65,0x76,0x65,0x72,0x79])]((_0x3c6f8a,_0x1f6c0a)=>_0x43a8f7[_0x1f6c0a]===_0x3c6f8a||_0x43a8f7[_0x1f6c0a]===_0x332007([0x2a])));}function _0x2ff5e2(){return _0x4d8f7d&&_0x589e59?new window[(_0x332007([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x3517a9,_0x27f2b2)=>{_0x4d8f7d[_0x332007([0x74,0x68,0x65,0x6e])](_0x3517a9,_0x27f2b2),_0x589e59[_0x332007([0x74,0x68,0x65,0x6e])](_0x567f43=>{_0x567f43!=_0x332007([0x56,0x61,0x6c,0x69,0x64])&&_0x3517a9(_0x567f43);},_0x27f2b2);}):_0x4d8f7d||_0x589e59||_0x332007([0x56,0x61,0x6c,0x69,0x64]);}}function _0xe79f25(_0x19cd92,_0x5cf583){return new window[(_0x332007([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x21a409=>{if(_0x4a9cfd())return _0x21a409(_0x332007([0x56,0x61,0x6c,0x69,0x64]));_0x47eabd(),_0x5b0acd[_0x332007([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x332007([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x4d87c1=!0x1;const _0x4fb828=_0x10d098();function _0x3ffcf5(_0x26f67d){return!!_0x26f67d&&(typeof _0x26f67d===_0x332007([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x26f67d===_0x332007([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x26f67d[_0x332007([0x74,0x68,0x65,0x6e])]===_0x332007([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x26f67d[_0x332007([0x63,0x61,0x74,0x63,0x68])]===_0x332007([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x3e12c(_0x5e3ce9){_0x2496e3(_0x5e3ce9)[_0x332007([0x74,0x68,0x65,0x6e])](_0x469078=>{if(!_0x469078||_0x469078[_0x332007([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x332007([0x6f,0x6b]))return _0x332007([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x983728(_0x1888d1(_0x4fb828+_0x5cf583))!=_0x469078[_0x332007([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x332007([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x332007([0x56,0x61,0x6c,0x69,0x64]);})[_0x332007([0x74,0x68,0x65,0x6e])](_0x48cbd3=>(_0x1faa61(),_0x48cbd3),()=>{const _0x269459=_0x5a49e2();return null==_0x269459?(_0x1faa61(),_0x332007([0x56,0x61,0x6c,0x69,0x64])):_0x332007(_0x220340-_0x269459>(0x52e679a0^_0x41a8f6)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x332007([0x74,0x68,0x65,0x6e])](_0x21a409)[_0x332007([0x63,0x61,0x74,0x63,0x68])](()=>{_0x21a409(_0x332007([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0xae08a=0x76dc1320^_0x41a8f6;function _0x1faa61(){const _0x5352d7=_0x332007([0x6c,0x6c,0x63,0x74,0x2d])+_0x983728(_0x1888d1(_0x19cd92)),_0x5a688b=_0xbec9ce(_0x983728(window[_0x332007([0x4d,0x61,0x74,0x68])][_0x332007([0x63,0x65,0x69,0x6c])](_0x220340/_0xae08a)));window[_0x332007([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x332007([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x5352d7,_0x5a688b);}function _0x5a49e2(){const _0x38557b=_0x332007([0x6c,0x6c,0x63,0x74,0x2d])+_0x983728(_0x1888d1(_0x19cd92)),_0x1ac153=window[_0x332007([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x332007([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x38557b);return _0x1ac153?window[_0x332007([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0xbec9ce(_0x1ac153),0x10)*_0xae08a:null;}function _0x2496e3(_0x3d8cec){return new window[(_0x332007([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x4ce917,_0x4960e4)=>{_0x3d8cec[_0x332007([0x74,0x68,0x65,0x6e])](_0x4ce917,_0x4960e4),window[_0x332007([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x4960e4,0x76eb2960^_0x41a8f6);});}}_0x5b0acd[_0x332007([0x6f,0x6e])](_0x332007([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x72554c,_0x298d34)=>{if(_0x298d34[0x0]!=_0x19cd92)return _0x21a409(_0x332007([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x298d34[0x1]={..._0x298d34[0x1],[_0x332007([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x4fb828};},{[_0x332007([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x332007([0x68,0x69,0x67,0x68])}),_0x5b0acd[_0x332007([0x6f,0x6e])](_0x332007([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x5cf1c7=>{_0x3ffcf5(_0x5cf1c7[_0x332007([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x4d87c1=!0x0,_0x3e12c(_0x5cf1c7[_0x332007([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x332007([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x332007([0x6c,0x6f,0x77])}),_0x374f95[_0x332007([0x74,0x68,0x65,0x6e])](()=>{_0x4d87c1||_0x21a409(_0x332007([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x4a9cfd(){return _0x5b0acd[_0x332007([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x332007([0x76,0x69,0x65,0x77])][_0x332007([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x332007([0x61,0x75,0x74,0x6f]);}function _0x47eabd(){_0x5b0acd[_0x332007([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x332007([0x76,0x69,0x65,0x77])][_0x332007([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x332007([0x61,0x75,0x74,0x6f]);}}function _0x39ef3f(_0x4639b4){const _0x5edc51=[new window[(_0x332007([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2c80d4=>setTimeout(_0x2c80d4,0x76e3c36c^_0x41a8f6)),_0x374f95[_0x332007([0x74,0x68,0x65,0x6e])](()=>new window[(_0x332007([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x53d007=>{let _0x585148=0x0;_0x5b0acd[_0x332007([0x6d,0x6f,0x64,0x65,0x6c])][_0x332007([0x6f,0x6e])](_0x332007([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x3ad472,_0x2b2d3b)=>{_0x2b2d3b[0x0][_0x332007([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x585148++,_0x585148==(0x76eafc58^_0x41a8f6)&&(_0x53d007(),_0x3ad472[_0x332007([0x6f,0x66,0x66])]());});}))];return window[_0x332007([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x332007([0x72,0x61,0x63,0x65])](_0x5edc51)[_0x332007([0x74,0x68,0x65,0x6e])](()=>_0x4639b4);}async function _0x4e3f2d(){await _0x374f95,_0x5b0acd[_0x332007([0x6d,0x6f,0x64,0x65,0x6c])][_0x332007([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x1b2846,_0x5b0acd[_0x332007([0x6d,0x6f,0x64,0x65,0x6c])][_0x332007([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x1b2846,_0x5b0acd[_0x332007([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x332007([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x36e1b2(_0x14ec95){const _0xb4a1de=_0x52d9ca();_0x5b0acd[_0xb4a1de]=_0x332007([0x73,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x14ec95,_0x14ec95!=_0x332007([0x56,0x61,0x6c,0x69,0x64])&&_0x4e3f2d();}function _0x52d9ca(){const _0x53175c=window[_0x332007([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x332007([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x332007([0x6e,0x6f,0x77])]())[_0x332007([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x332007([0x2e]),'');let _0x4b56a8=_0x332007([0x79]);for(let _0x376847=0x0;_0x376847<_0x53175c[_0x332007([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x376847+=0x2){let _0x7ed918=window[_0x332007([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x53175c[_0x332007([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x376847,_0x376847+0x2));_0x7ed918>=_0x32a2fd[_0x332007([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x7ed918-=_0x32a2fd[_0x332007([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x4b56a8+=_0x32a2fd[_0x7ed918];}return _0x4b56a8;}function _0x5ec47b(){const _0x3a94c7=_0x4aab34[_0x332007([0x73,0x70,0x6c,0x69,0x74])](_0x332007([0x2e]));if(0x3!=_0x3a94c7[_0x332007([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x138cda(_0x3a94c7[0x1]);function _0x138cda(_0x71b6a9){const _0xeefb80=_0x5e26c2(_0x71b6a9);return _0xeefb80&&_0x24f976()?_0xeefb80:null;function _0x24f976(){const _0xfcfe3c=_0xeefb80[_0x332007([0x6a,0x74,0x69])],_0x806b69=window[_0x332007([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0xfcfe3c[_0x332007([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0xfcfe3c[_0x332007([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x580554={..._0xeefb80,[_0x332007([0x6a,0x74,0x69])]:_0xfcfe3c[_0x332007([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0xfcfe3c[_0x332007([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x580554[_0x332007([0x76,0x63])],_0x1888d1(_0x580554)==_0x806b69;}}}async function _0x354de9(){let _0xb1f095=!0x0;try{const _0x197c73=_0x4aab34[_0x332007([0x73,0x70,0x6c,0x69,0x74])](_0x332007([0x2e])),[_0x363cc9,_0x3153d1,_0x5ba2ea]=_0x197c73;return _0x4f8fff(_0x363cc9),await _0x13bfe5(_0x363cc9,_0x3153d1,_0x5ba2ea),_0xb1f095;}catch{return!0x1;}function _0x4f8fff(_0x27ca13){const _0x1d3954=_0x5e26c2(_0x27ca13);_0x1d3954&&_0x1d3954[_0x332007([0x61,0x6c,0x67])]==_0x332007([0x45,0x53,0x32,0x35,0x36])||(_0xb1f095=!0x1);}async function _0x13bfe5(_0x561208,_0xfb84e8,_0x167486){const _0x219dfd=window[_0x332007([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x332007([0x66,0x72,0x6f,0x6d])](_0x3d9bd9(_0x167486),_0x4c5b6f=>_0x4c5b6f[_0x332007([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x33c74b=new window[(_0x332007([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x332007([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x561208+_0x332007([0x2e])+_0xfb84e8),_0x42dbbc=window[_0x332007([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x332007([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x42dbbc)return;const _0xa484e0=await _0x42dbbc[_0x332007([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x332007([0x6a,0x77,0x6b]),_0xccc2dc,{[_0x332007([0x6e,0x61,0x6d,0x65])]:_0x332007([0x45,0x43,0x44,0x53,0x41]),[_0x332007([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x332007([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x332007([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x42dbbc[_0x332007([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x332007([0x6e,0x61,0x6d,0x65])]:_0x332007([0x45,0x43,0x44,0x53,0x41]),[_0x332007([0x68,0x61,0x73,0x68])]:{[_0x332007([0x6e,0x61,0x6d,0x65])]:_0x332007([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0xa484e0,_0x219dfd,_0x33c74b)||(_0xb1f095=!0x1);}}function _0x5e26c2(_0x427a4c){return _0x427a4c[_0x332007([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x332007([0x65,0x79]))?JSON[_0x332007([0x70,0x61,0x72,0x73,0x65])](_0x3d9bd9(_0x427a4c)):null;}function _0x3d9bd9(_0x5cbc10){return window[_0x332007([0x61,0x74,0x6f,0x62])](_0x5cbc10[_0x332007([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x332007([0x2b]))[_0x332007([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x332007([0x2f])));}function _0x1888d1(_0x54b8ef){let _0x4bf79e=0x1505;function _0x274fea(_0x353415){for(let _0x1eb035=0x0;_0x1eb035<_0x353415[_0x332007([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x1eb035++){const _0xd2fbaa=_0x353415[_0x332007([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x1eb035);_0x4bf79e=(_0x4bf79e<<0x5)+_0x4bf79e+_0xd2fbaa,_0x4bf79e&=_0x4bf79e;}}function _0x1c021a(_0x4ed017){Array[_0x332007([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x4ed017)?_0x4ed017[_0x332007([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x1c021a):_0x4ed017&&typeof _0x4ed017==_0x332007([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x332007([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x4ed017)[_0x332007([0x73,0x6f,0x72,0x74])]()[_0x332007([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x5d943d,_0x39a6e6])=>{_0x274fea(_0x5d943d),_0x1c021a(_0x39a6e6);}):_0x274fea(window[_0x332007([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x4ed017));}return _0x1c021a(_0x54b8ef),_0x4bf79e>>>0x0;}function _0x983728(_0x55f00f){return _0x55f00f[_0x332007([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x332007([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x332007([0x30]));}function _0xbec9ce(_0x16fbf3){return _0x16fbf3[_0x332007([0x73,0x70,0x6c,0x69,0x74])]('')[_0x332007([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x332007([0x6a,0x6f,0x69,0x6e])]('');}function _0x1b2846(){}function _0x332007(_0x23ee0a){return _0x23ee0a['map'](_0x2cc43f=>String['fromCharCode'](_0x2cc43f))['join']('');}_0x36e1b2(await _0x45099c());}(this);}['getAllowedCommands'](){return this['_allowedCommands'];}['getDefaultCommands'](){const _0x5c517a=_0x404ce5=>function(_0x136029,_0x430cdd){const t=_0x136029['t'],_0x6f2923=_0x136029['t'];switch(_0x430cdd){case'AI\x20Assistant':return _0x6f2923('AI\x20Assistant');case'Block\x20quote':return _0x6f2923('Block\x20quote');case'Bulleted\x20list':return _0x6f2923('Bulleted\x20list');case'Insert\x20code\x20block':return _0x6f2923('Insert\x20code\x20block');case'Open\x20file\x20manager':return _0x6f2923('Open\x20file\x20manager');case'Insert\x20image':return _0x6f2923('Insert\x20image');case'Heading\x201':return _0x6f2923('Heading\x201');case'Heading\x202':return _0x6f2923('Heading\x202');case'Heading\x203':return _0x6f2923('Heading\x203');case'Heading\x204':return _0x6f2923('Heading\x204');case'Heading\x205':return _0x6f2923('Heading\x205');case'Heading\x206':return _0x6f2923('Heading\x206');case'Horizontal\x20line':return _0x6f2923('Horizontal\x20line');case'Insert\x20HTML':return _0x6f2923('Insert\x20HTML');case'Increase\x20indent':return _0x6f2923('Increase\x20indent');case'Insert\x20table':return _0x6f2923('Insert\x20table');case'Table\x20of\x20contents':return _0x6f2923('Table\x20of\x20contents');case'Numbered\x20list':return _0x6f2923('Numbered\x20list');case'Decrease\x20indent':return _0x6f2923('Decrease\x20indent');case'Paragraph':return _0x6f2923('Paragraph');case'To-do\x20list':return _0x6f2923('To-do\x20list');case'Create\x20a\x20block\x20quote':return t('Create\x20a\x20block\x20quote');case'Create\x20a\x20bulleted\x20list':return t('Create\x20a\x20bulleted\x20list');case'Create\x20a\x20code\x20block':return t('Create\x20a\x20code\x20block');case'Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file':return t('Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file');case'Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file':return t('Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file');case'Create\x20a\x20heading\x20level\x201':return t('Create\x20a\x20heading\x20level\x201');case'Create\x20a\x20heading\x20level\x202':return t('Create\x20a\x20heading\x20level\x202');case'Create\x20a\x20heading\x20level\x203':return t('Create\x20a\x20heading\x20level\x203');case'Create\x20a\x20heading\x20level\x204':return t('Create\x20a\x20heading\x20level\x204');case'Create\x20a\x20heading\x20level\x205':return t('Create\x20a\x20heading\x20level\x205');case'Create\x20a\x20heading\x20level\x206':return t('Create\x20a\x20heading\x20level\x206');case'Insert\x20a\x20horizontal\x20line':return t('Insert\x20a\x20horizontal\x20line');case'Insert\x20an\x20HTML\x20snippet':return t('Insert\x20an\x20HTML\x20snippet');case'Increase\x20the\x20indentation':return t('Increase\x20the\x20indentation');case'Insert\x20Mermaid\x20diagram':return t('Insert\x20Mermaid\x20diagram');case'Insert\x20the\x20Mermaid\x20diagram':return t('Insert\x20the\x20Mermaid\x20diagram');case'Create\x20a\x20table':return t('Create\x20a\x20table');case'Insert\x20table\x20of\x20contents':return t('Insert\x20table\x20of\x20contents');case'Create\x20a\x20numbered\x20list':return t('Create\x20a\x20numbered\x20list');case'Decrease\x20the\x20indentation':return t('Decrease\x20the\x20indentation');case'Insert\x20a\x20paragraph':return t('Insert\x20a\x20paragraph');case'Create\x20a\x20to-do\x20list':return t('Create\x20a\x20to-do\x20list');case'Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content':return t('Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content');case'Insert\x20an\x20emoji':return t('Insert\x20an\x20emoji');default:return _0x430cdd;}}(this['editor']['locale'],_0x404ce5);return[{'id':'aiAssistant','commandName':'showAIAssistant','icon':_0x1b5f15,'title':_0x5c517a('AI\x20Assistant'),'description':_0x5c517a('Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content'),'execute':_0x2e47fc=>{setTimeout(()=>_0x2e47fc['execute']('showAIAssistant'));}},{'id':'blockQuote','commandName':'blockQuote','icon':_0x3c1c6,'title':_0x5c517a('Block\x20quote'),'description':_0x5c517a('Create\x20a\x20block\x20quote')},{'id':'bulletedList','commandName':'bulletedList','icon':_0x43eaa4,'title':_0x5c517a('Bulleted\x20list'),'description':_0x5c517a('Create\x20a\x20bulleted\x20list')},{'id':'codeBlock','commandName':'codeBlock','icon':_0x18aafe,'title':_0x5c517a('Insert\x20code\x20block'),'description':_0x5c517a('Create\x20a\x20code\x20block')},{'id':'ckbox','commandName':'ckbox','icon':_0x5b6b3f,'title':_0x5c517a('Open\x20file\x20manager'),'description':_0x5c517a('Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file'),'aliases':['ckfinder','filemanager','upload']},{'id':'ckfinder','commandName':'ckfinder','icon':_0x5b6b3f,'title':_0x5c517a('Insert\x20image'),'description':_0x5c517a('Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file'),'aliases':['ckbox','filemanager','upload']},{'id':'emoji','commandName':'emoji','icon':_0x3743c2,'title':_0x5c517a('Emoji'),'description':_0x5c517a('Insert\x20an\x20emoji'),'execute':_0x283085=>{setTimeout(()=>_0x283085['execute']('emoji'));}},{'id':'heading1','commandName':'heading','icon':_0x304661,'title':_0x5c517a('Heading\x201'),'description':_0x5c517a('Create\x20a\x20heading\x20level\x201'),'execute':_0xf5b6f2=>{_0xf5b6f2['execute']('heading',{'value':'heading1'});}},{'id':'heading2','commandName':'heading','icon':_0x14ea57,'title':_0x5c517a('Heading\x202'),'description':_0x5c517a('Create\x20a\x20heading\x20level\x202'),'execute':_0x1aeddf=>{_0x1aeddf['execute']('heading',{'value':'heading2'});}},{'id':'heading3','commandName':'heading','icon':_0x523cb9,'title':_0x5c517a('Heading\x203'),'description':_0x5c517a('Create\x20a\x20heading\x20level\x203'),'execute':_0x342fea=>{_0x342fea['execute']('heading',{'value':'heading3'});}},{'id':'heading4','commandName':'heading','icon':_0x2d7fe7,'title':_0x5c517a('Heading\x204'),'description':_0x5c517a('Create\x20a\x20heading\x20level\x204'),'execute':_0x3c786b=>{_0x3c786b['execute']('heading',{'value':'heading4'});}},{'id':'heading5','commandName':'heading','icon':_0x189145,'title':_0x5c517a('Heading\x205'),'description':_0x5c517a('Create\x20a\x20heading\x20level\x205'),'execute':_0x4d4ec4=>{_0x4d4ec4['execute']('heading',{'value':'heading5'});}},{'id':'heading6','commandName':'heading','icon':_0x3246e4,'title':_0x5c517a('Heading\x206'),'description':_0x5c517a('Create\x20a\x20heading\x20level\x206'),'execute':_0x41e0cf=>{_0x41e0cf['execute']('heading',{'value':'heading6'});}},{'id':'horizontalLine','commandName':'horizontalLine','icon':_0x151afe,'title':_0x5c517a('Horizontal\x20line'),'description':_0x5c517a('Insert\x20a\x20horizontal\x20line')},{'id':'htmlEmbed','commandName':'htmlEmbed','icon':_0x179eec,'title':_0x5c517a('Insert\x20HTML'),'description':_0x5c517a('Insert\x20an\x20HTML\x20snippet')},{'id':'indent','commandName':'indent','icon':_0x3278df,'title':_0x5c517a('Increase\x20indent'),'description':_0x5c517a('Increase\x20the\x20indentation')},{'id':'insertMermaidCommand','commandName':'insertMermaidCommand','title':_0x5c517a('Insert\x20Mermaid\x20diagram'),'description':_0x5c517a('Insert\x20the\x20Mermaid\x20diagram')},{'id':'insertTable','commandName':'insertTable','icon':_0x56024c,'title':_0x5c517a('Insert\x20table'),'description':_0x5c517a('Create\x20a\x20table')},{'id':'insertTableOfContents','commandName':'insertTableOfContents','icon':_0x281e73,'title':_0x5c517a('Table\x20of\x20contents'),'description':_0x5c517a('Insert\x20table\x20of\x20contents'),'aliases':['toc']},{'id':'numberedList','commandName':'numberedList','icon':_0x19f3ff,'title':_0x5c517a('Numbered\x20list'),'description':_0x5c517a('Create\x20a\x20numbered\x20list')},{'id':'outdent','commandName':'outdent','icon':_0x53d299,'title':_0x5c517a('Decrease\x20indent'),'description':_0x5c517a('Decrease\x20the\x20indentation')},{'id':'paragraph','commandName':'paragraph','icon':_0x3bd684,'title':_0x5c517a('Paragraph'),'description':_0x5c517a('Insert\x20a\x20paragraph')},{'id':'todoList','commandName':'todoList','icon':_0x17ea53,'title':_0x5c517a('To-do\x20list'),'description':_0x5c517a('Create\x20a\x20to-do\x20list')}];}['_proxyIsEnabled'](_0x22a8c2){return _0x22a8c2['isEnabled']?_0x22a8c2['isEnabled'](this['editor']):!_0x22a8c2['commandName']||this['editor']['commands']['get'](_0x22a8c2['commandName'])['isEnabled'];}['_proxyExecute'](_0xba2395){if(_0xba2395['execute'])_0xba2395['execute'](this['editor']);else{if(!_0xba2395['commandName'])throw new _0x4ed2d4('slash-command-execute-missing',this['editor'],{'commandDefinition':_0xba2395});this['editor']['execute'](_0xba2395['commandName']);}}}function H(_0x1aaeb7,_0x46eca3){return _0x1aaeb7['title']<_0x46eca3['title']?-0x1:_0x1aaeb7['title']>_0x46eca3['title']?0x1:0x0;}function O(_0x566f70,_0x5874e3){return _0x5874e3+'-'+_0x566f70['toLowerCase']()['split']('\x20')['join']('-');}class e extends _0x30be23{static get['pluginName'](){return'SlashCommandEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[L];}['getMatchingCommands'](_0x35c392){const _0x4e376c=_0x35c392&&_0x35c392['toLowerCase']();let _0x1dd49e=this['editor']['plugins']['get']('SlashCommandConfig')['getAllowedCommands']();if(_0x1dd49e=_0x1dd49e['filter'](_0x8dcd26=>_0x8dcd26['isEnabled']()),_0x4e376c){const _0x1d3a43=[],_0x8a44b6=[],_0x25c3a9=[],_0x40d567=[];for(const _0x51460b of _0x1dd49e)_0x51460b['id']['toLowerCase']()['includes'](_0x4e376c)?_0x1d3a43['push'](_0x51460b):_0x51460b['title']['toLowerCase']()['includes'](_0x4e376c)?_0x8a44b6['push'](_0x51460b):_0x51460b['aliases']&&_0x51460b['aliases']['some'](_0x146cc0=>_0x146cc0['toLowerCase']()['includes'](_0x4e376c))?_0x25c3a9['push'](_0x51460b):_0x51460b['description']&&_0x51460b['description']['toLowerCase']()['includes'](_0x4e376c)&&_0x40d567['push'](_0x51460b);_0x1dd49e=_0x1d3a43['concat'](_0x8a44b6,_0x25c3a9,_0x40d567);}return _0x1dd49e;}}class K extends _0x74076e{constructor(_0x2876b6,_0x47398c){super(_0x2876b6),this['textPartView']=this['_createTextPartView'](_0x2876b6,_0x47398c),void 0x0!==_0x47398c['isIconColorInherited']&&(this['iconView']['isColorInherited']=_0x47398c['isIconColorInherited']),this['set']({'icon':_0x47398c['icon']||_0x45c944,'withText':!0x0,'label':_0x47398c['title'],'class':'ck-slash-command-button'});}['render'](){super['render'](),this['children']['add'](this['textPartView']);}['_createTextPartView'](_0xa1953,_0x564f59){const _0x4f2ecb=new _0x425aac(_0xa1953);return _0x4f2ecb['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-slash-command-button__text-part']},'children':_0x564f59['description']?[this['labelView'],{'tag':'span','attributes':{'class':['ck','ck-slash-command-button__description']},'children':[{'text':_0x564f59['description']}]}]:[this['labelView']]}),_0x4f2ecb;}}class s extends _0x30be23{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'SlashCommandUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x8a7ec5){super(_0x8a7ec5),this['_setupMentionConfiguration']();}['init'](){this['editor']['once']('ready',this['_overrideMentionExecuteListener']['bind'](this)),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x1ffe56=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x3e444e;for(const _0x529d9a in _0x1ffe56){const _0x1199bb=_0x529d9a,_0x1379f6=_0x1ffe56[_0x1199bb];if('slashCommandLicenseKeyValid'==_0x1379f6||'slashCommandLicenseKeyInvalid'==_0x1379f6||'slashCommandLicenseKeyExpired'==_0x1379f6||'slashCommandLicenseKeyDomainLimit'==_0x1379f6||'slashCommandLicenseKeyNotAllowed'==_0x1379f6||'slashCommandLicenseKeyEvaluationLimit'==_0x1379f6||'slashCommandLicenseKeyTrialLimit'==_0x1379f6||'slashCommandLicenseKeyUsageLimit'==_0x1379f6){delete _0x1ffe56[_0x1199bb],_0x3e444e=_0x1379f6,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'slashCommandLicenseKeyInvalid'==_0x3e444e&&_0x1ffe56['_showLicenseError']('invalid'),'slashCommandLicenseKeyExpired'==_0x3e444e&&_0x1ffe56['_showLicenseError']('expired'),'slashCommandLicenseKeyDomainLimit'==_0x3e444e&&_0x1ffe56['_showLicenseError']('domainLimit'),'slashCommandLicenseKeyNotAllowed'==_0x3e444e&&_0x1ffe56['_showLicenseError']('featureNotAllowed','SlashCommand'),'slashCommandLicenseKeyEvaluationLimit'==_0x3e444e&&_0x1ffe56['_showLicenseError']('evaluationLimit'),'slashCommandLicenseKeyTrialLimit'==_0x3e444e&&_0x1ffe56['_showLicenseError']('trialLimit'),'slashCommandLicenseKeyUsageLimit'==_0x3e444e&&_0x1ffe56['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}['_setupMentionConfiguration'](){const _0x5737e9=this['editor'],_0x44ac70=this['editor']['plugins']['get']('SlashCommandEditing'),_0x2ebf90=_0x5737e9['config']['get']('mention.feeds');_0x2ebf90['push']({'marker':'/','feed':_0x5be60d=>_0x44ac70['getMatchingCommands'](_0x5be60d),'itemRenderer':this['_customItemRenderer']['bind'](this),'dropdownLimit':_0x5737e9['config']['get']('slashCommand.dropdownLimit')||0x1/0x0}),_0x5737e9['config']['set']('mention.feeds',_0x2ebf90);}['_overrideMentionExecuteListener'](){const _0x280494=this['editor'];_0x280494['commands']['get']('mention')['on']('execute',(_0x40a211,_0x4b10d2)=>{const _0x7b9a99=_0x4b10d2[0x0],_0x4f8242=_0x280494['model'];'/'===_0x7b9a99['marker']&&_0x4f8242['change'](_0x22785e=>{_0x22785e['remove'](_0x7b9a99['range']),_0x7b9a99['mention']['execute'](),_0x40a211['stop']();});},{'priority':'high'});}['_customItemRenderer'](_0x2b27b4){const _0x3658b4=this['editor']['locale'],_0x58f56c=new K(_0x3658b4,_0x2b27b4);return _0x58f56c['render'](),_0x58f56c['element'];}}class m extends _0x30be23{static get['requires'](){return['Mention',e,s];}static get['pluginName'](){return'SlashCommand';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}}export{m as SlashCommand,L as SlashCommandConfig,e as SlashCommandEditing,s as SlashCommandUI};
23
+ import{Plugin as _0xb159bd}from'@ckeditor/ckeditor5-core/dist/index.js';import{CKEditorError as _0x53261f,uid as _0x1725c6}from'@ckeditor/ckeditor5-utils/dist/index.js';import{IconRobotPencil as _0x48e3b6,IconQuote as _0x42bd64,IconBulletedList as _0x478bd3,IconCodeBlock as _0x4f2ba3,IconBrowseFiles as _0x1ba20d,IconEmoji as _0x5e9fc0,IconHeading1 as _0xd6e736,IconHeading2 as _0x26ed4a,IconHeading3 as _0x5a639d,IconHeading4 as _0x17f93b,IconHeading5 as _0x2c1b98,IconHeading6 as _0xfb4cdd,IconHorizontalLine as _0x4b359f,IconHtml as _0x496fd5,IconIndent as _0x407192,IconTable as _0x48ccc2,IconTableOfContents as _0x184f5c,IconNumberedList as _0x4afcf2,IconOutdent as _0x307ede,IconParagraph as _0x4f416f,IconTodoList as _0x299ce0,IconPlay as _0x48b88f}from'@ckeditor/ckeditor5-icons/dist/index.js';import{ButtonView as _0x113252,View as _0x4d55fe}from'@ckeditor/ckeditor5-ui/dist/index.js';class L extends _0xb159bd{static get['pluginName'](){return'SlashCommandConfig';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x378f7b){super(_0x378f7b),this['_allowedCommands']=null;}['afterInit'](){const _0x583024=this['editor']['config']['get']('slashCommand.removeCommands')||[],_0x137182=function(_0x20880c){let _0x2284ff=['heading4','heading5','heading6'];if(_0x20880c){const _0x1baa73=_0x20880c['map'](_0x164620=>_0x164620['model']);_0x2284ff=['heading1','heading2','heading3','heading4','heading5','heading6']['filter'](_0x3014a7=>!_0x1baa73['includes'](_0x3014a7));}return _0x2284ff;}(this['editor']['config']['get']('heading.options'));let _0x29c558=this['getDefaultCommands']()['filter'](_0x3086b6=>!_0x137182['includes'](_0x3086b6['id']))['filter'](_0x23edc2=>!_0x583024['includes'](_0x23edc2['commandName']));const _0x1a3e21=this['editor']['config']['get']('slashCommand.extraCommands');_0x1a3e21&&_0x1a3e21['length']&&(_0x29c558=_0x29c558['concat'](_0x1a3e21));const _0x48741f=this['editor']['config']['get']('template.definitions');_0x48741f&&_0x48741f['length']&&(_0x29c558=_0x29c558['concat'](function(_0xc491d2){return _0xc491d2['map'](_0x5ee1ec=>{const {title:_0x58aecd,icon:_0x505342,description:_0x346836,data:_0x2e79ba}=_0x5ee1ec,_0x288bf6={'id':O(_0x58aecd,'template'),'commandName':'insertTemplate','execute':_0xdd4d29=>{_0xdd4d29['execute']('insertTemplate',_0x2e79ba);},'description':_0x346836,'icon':_0x505342,'title':_0x58aecd};return _0x505342&&(_0x288bf6['isIconColorInherited']=!0x1),_0x288bf6;});}(_0x48741f)));const _0x7a00c8=this['editor']['config']['get']('style.definitions');_0x7a00c8&&_0x7a00c8['length']&&(_0x29c558=_0x29c558['concat'](function(_0x40e040){return _0x40e040['map'](_0x30d32a=>({'id':O(_0x30d32a['name'],'style'),'commandName':'style','execute':_0x4aac74=>{_0x4aac74['execute']('style',{'styleName':_0x30d32a['name']});},'isEnabled':_0x2f8421=>{const _0x4f1d2e=_0x2f8421['commands']['get']('style');return _0x4f1d2e['isEnabled']&&_0x4f1d2e['enabledStyles']['includes'](_0x30d32a['name']);},'title':_0x30d32a['name']}));}(_0x7a00c8)));const _0x52391b=_0x29c558['filter'](_0x23926b=>!_0x23926b['commandName']||void 0x0!==this['editor']['commands']['get'](_0x23926b['commandName'])),_0x3b2533=[];for(const _0x1de26d of _0x52391b)_0x3b2533['push']({'id':_0x1de26d['id'],'commandName':_0x1de26d['commandName'],'title':'function'==typeof _0x1de26d['title']?_0x1de26d['title'](this['editor']):_0x1de26d['title'],'description':_0x1de26d['description'],'icon':_0x1de26d['icon'],'isIconColorInherited':_0x1de26d['isIconColorInherited'],'aliases':_0x1de26d['aliases'],'isEnabled':()=>this['_proxyIsEnabled'](_0x1de26d),'execute':()=>this['_proxyExecute'](_0x1de26d)});this['_allowedCommands']=_0x3b2533['sort'](H),async function(_0x348ef1){const _0x59f56a=_0x30d586([0x34,0x58,0x6b,0x4c,0x57,0x52,0x7a,0x55,0x45,0x32,0x4a,0x35,0x54,0x6a,0x49,0x37,0x6c,0x62,0x42,0x73,0x6d,0x4b,0x70,0x74,0x78,0x4e,0x4d,0x65,0x4f,0x59,0x31,0x71,0x67,0x68,0x75,0x66,0x41,0x44,0x50,0x77,0x53,0x30,0x38,0x76,0x47,0x46,0x72,0x33,0x5a,0x51,0x6f,0x43,0x79,0x64,0x61,0x63,0x48,0x6e,0x39,0x69,0x36,0x56]),_0x45d56e=0x6e6bd9da,_0x8497a4=0x6e6cb2da^_0x45d56e,_0x2abdaf=window[_0x30d586([0x44,0x61,0x74,0x65])][_0x30d586([0x6e,0x6f,0x77])](),_0xa7e6fd=_0x348ef1[_0x30d586([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x23c0fc=new window[(_0x30d586([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2a5e3c=>{_0xa7e6fd[_0x30d586([0x6f,0x6e,0x63,0x65])](_0x30d586([0x72,0x65,0x61,0x64,0x79]),_0x2a5e3c);}),_0x3ea157={[_0x30d586([0x6b,0x74,0x79])]:_0x30d586([0x45,0x43]),[_0x30d586([0x75,0x73,0x65])]:_0x30d586([0x73,0x69,0x67]),[_0x30d586([0x63,0x72,0x76])]:_0x30d586([0x50,0x2d,0x32,0x35,0x36]),[_0x30d586([0x78])]:_0x30d586([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]),[_0x30d586([0x79])]:_0x30d586([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]),[_0x30d586([0x61,0x6c,0x67])]:_0x30d586([0x45,0x53,0x32,0x35,0x36])},_0x2001ec=_0xa7e6fd[_0x30d586([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x30d586([0x67,0x65,0x74])](_0x30d586([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x485b08(){let _0x2ed797,_0x1b5c14=null,_0x8323ee=null;try{if(_0x2001ec==_0x30d586([0x47,0x50,0x4c]))return _0x30d586([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x2ed797=_0x482ef9(),!_0x2ed797)return _0x30d586([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x2ed797[_0x30d586([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x8323ee=_0x5b15f0(_0x2ed797[_0x30d586([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x2ed797[_0x30d586([0x6a,0x74,0x69])])),await _0x1fa26f()?_0x72baa8()?_0x3f822e()?_0x30d586([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x19dadb()?(_0x2ed797[_0x30d586([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x30d586([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x1b5c14=_0x242cee(_0x30d586([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x2ed797[_0x30d586([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x30d586([0x74,0x72,0x69,0x61,0x6c])&&(_0x1b5c14=_0x242cee(_0x30d586([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x3acc98()):_0x30d586([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x30d586([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x30d586([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x30d586([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x3f822e(){const _0x3c21c5=[_0x30d586([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x30d586([0x74,0x72,0x69,0x61,0x6c])][_0x30d586([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2ed797[_0x30d586([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x2abdaf/0x3e8:0xe10*_0x8497a4;return _0x2ed797[_0x30d586([0x65,0x78,0x70])]<_0x3c21c5;}function _0x72baa8(){const _0x2296a3=_0x2ed797[_0x30d586([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x2296a3&&(!!_0x2296a3[_0x30d586([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x30d586([0x2a]))||(!!_0x2296a3[_0x30d586([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x30d586([0x53,0x43]))||!!_0x2296a3[_0x30d586([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x30d586([0x50,0x50]))));}function _0x19dadb(){const _0x35311a=_0x2ed797[_0x30d586([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x35311a||0x0==_0x35311a[_0x30d586([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x4db2d7}=new URL(window[_0x30d586([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x35311a[_0x30d586([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4db2d7))return!0x0;const _0x3654c8=_0x4db2d7[_0x30d586([0x73,0x70,0x6c,0x69,0x74])](_0x30d586([0x2e]));return _0x35311a[_0x30d586([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x226e80=>_0x226e80[_0x30d586([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x30d586([0x2a])))[_0x30d586([0x6d,0x61,0x70])](_0x4c912b=>_0x4c912b[_0x30d586([0x73,0x70,0x6c,0x69,0x74])](_0x30d586([0x2e])))[_0x30d586([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x36c86b=>_0x36c86b[_0x30d586([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x3654c8[_0x30d586([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x30d586([0x6d,0x61,0x70])](_0xd67a37=>Array(_0x3654c8[_0x30d586([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0xd67a37[_0x30d586([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x30d586([0x66,0x69,0x6c,0x6c])](_0xd67a37[0x0]===_0x30d586([0x2a])?_0x30d586([0x2a]):'')[_0x30d586([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0xd67a37))[_0x30d586([0x73,0x6f,0x6d,0x65])](_0x1ecdd1=>_0x3654c8[_0x30d586([0x65,0x76,0x65,0x72,0x79])]((_0x286929,_0x554a90)=>_0x1ecdd1[_0x554a90]===_0x286929||_0x1ecdd1[_0x554a90]===_0x30d586([0x2a])));}function _0x3acc98(){return _0x1b5c14&&_0x8323ee?new window[(_0x30d586([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x25f4a7,_0x823dd5)=>{_0x1b5c14[_0x30d586([0x74,0x68,0x65,0x6e])](_0x25f4a7,_0x823dd5),_0x8323ee[_0x30d586([0x74,0x68,0x65,0x6e])](_0x1e8f96=>{_0x1e8f96!=_0x30d586([0x56,0x61,0x6c,0x69,0x64])&&_0x25f4a7(_0x1e8f96);},_0x823dd5);}):_0x1b5c14||_0x8323ee||_0x30d586([0x56,0x61,0x6c,0x69,0x64]);}}function _0x5b15f0(_0x581931,_0x4a6099){return new window[(_0x30d586([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5e9ce5=>{if(_0x523aea())return _0x5e9ce5(_0x30d586([0x56,0x61,0x6c,0x69,0x64]));_0x2f402d(),_0xa7e6fd[_0x30d586([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x30d586([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x4351be=!0x1;const _0xa7b780=_0x1725c6();function _0x285de7(_0x38ac8e){return!!_0x38ac8e&&(typeof _0x38ac8e===_0x30d586([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x38ac8e===_0x30d586([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x38ac8e[_0x30d586([0x74,0x68,0x65,0x6e])]===_0x30d586([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x38ac8e[_0x30d586([0x63,0x61,0x74,0x63,0x68])]===_0x30d586([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x4a5141(_0x302daf){_0x5921c6(_0x302daf)[_0x30d586([0x74,0x68,0x65,0x6e])](_0x27031a=>{if(!_0x27031a||_0x27031a[_0x30d586([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x30d586([0x6f,0x6b]))return _0x30d586([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x32e6bf(_0x1d08bf(_0xa7b780+_0x4a6099))!=_0x27031a[_0x30d586([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x30d586([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x30d586([0x56,0x61,0x6c,0x69,0x64]);})[_0x30d586([0x74,0x68,0x65,0x6e])](_0xff76f2=>(_0xe1a299(),_0xff76f2),()=>{const _0x2a7ca5=_0x15e101();return null==_0x2a7ca5?(_0xe1a299(),_0x30d586([0x56,0x61,0x6c,0x69,0x64])):_0x30d586(_0x2abdaf-_0x2a7ca5>(0x4a675dda^_0x45d56e)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x30d586([0x74,0x68,0x65,0x6e])](_0x5e9ce5)[_0x30d586([0x63,0x61,0x74,0x63,0x68])](()=>{_0x5e9ce5(_0x30d586([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x50197d=0x6e5d375a^_0x45d56e;function _0xe1a299(){const _0x4a05c1=_0x30d586([0x6c,0x6c,0x63,0x74,0x2d])+_0x32e6bf(_0x1d08bf(_0x581931)),_0x31025d=_0x110d7b(_0x32e6bf(window[_0x30d586([0x4d,0x61,0x74,0x68])][_0x30d586([0x63,0x65,0x69,0x6c])](_0x2abdaf/_0x50197d)));window[_0x30d586([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x30d586([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x4a05c1,_0x31025d);}function _0x15e101(){const _0x12d548=_0x30d586([0x6c,0x6c,0x63,0x74,0x2d])+_0x32e6bf(_0x1d08bf(_0x581931)),_0x2df81d=window[_0x30d586([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x30d586([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x12d548);return _0x2df81d?window[_0x30d586([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x110d7b(_0x2df81d),0x10)*_0x50197d:null;}function _0x5921c6(_0xb38feb){return new window[(_0x30d586([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x34be83,_0x3daead)=>{_0xb38feb[_0x30d586([0x74,0x68,0x65,0x6e])](_0x34be83,_0x3daead),window[_0x30d586([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x3daead,0x6e6a0d1a^_0x45d56e);});}}_0xa7e6fd[_0x30d586([0x6f,0x6e])](_0x30d586([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x1060d6,_0x5de40c)=>{if(_0x5de40c[0x0]!=_0x581931)return _0x5e9ce5(_0x30d586([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x5de40c[0x1]={..._0x5de40c[0x1],[_0x30d586([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0xa7b780};},{[_0x30d586([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x30d586([0x68,0x69,0x67,0x68])}),_0xa7e6fd[_0x30d586([0x6f,0x6e])](_0x30d586([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x2ca149=>{_0x285de7(_0x2ca149[_0x30d586([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x4351be=!0x0,_0x4a5141(_0x2ca149[_0x30d586([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x30d586([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x30d586([0x6c,0x6f,0x77])}),_0x23c0fc[_0x30d586([0x74,0x68,0x65,0x6e])](()=>{_0x4351be||_0x5e9ce5(_0x30d586([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x523aea(){return _0xa7e6fd[_0x30d586([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x30d586([0x76,0x69,0x65,0x77])][_0x30d586([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x30d586([0x61,0x75,0x74,0x6f]);}function _0x2f402d(){_0xa7e6fd[_0x30d586([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x30d586([0x76,0x69,0x65,0x77])][_0x30d586([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x30d586([0x61,0x75,0x74,0x6f]);}}function _0x242cee(_0x13347f){const _0x1d684e=[new window[(_0x30d586([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x336016=>setTimeout(_0x336016,0x6e62e716^_0x45d56e)),_0x23c0fc[_0x30d586([0x74,0x68,0x65,0x6e])](()=>new window[(_0x30d586([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x56226d=>{let _0x50f8fc=0x0;_0xa7e6fd[_0x30d586([0x6d,0x6f,0x64,0x65,0x6c])][_0x30d586([0x6f,0x6e])](_0x30d586([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x1b8e33,_0x5305ec)=>{_0x5305ec[0x0][_0x30d586([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x50f8fc++,_0x50f8fc==(0x6e6bd822^_0x45d56e)&&(_0x56226d(),_0x1b8e33[_0x30d586([0x6f,0x66,0x66])]());});}))];return window[_0x30d586([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x30d586([0x72,0x61,0x63,0x65])](_0x1d684e)[_0x30d586([0x74,0x68,0x65,0x6e])](()=>_0x13347f);}async function _0x1666e1(){await _0x23c0fc,_0xa7e6fd[_0x30d586([0x6d,0x6f,0x64,0x65,0x6c])][_0x30d586([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x3a0c0d,_0xa7e6fd[_0x30d586([0x6d,0x6f,0x64,0x65,0x6c])][_0x30d586([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x3a0c0d,_0xa7e6fd[_0x30d586([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x30d586([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x115439(_0xc1f3ab){const _0x24ee54=_0x349ec8();_0xa7e6fd[_0x24ee54]=_0x30d586([0x73,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0xc1f3ab,_0xc1f3ab!=_0x30d586([0x56,0x61,0x6c,0x69,0x64])&&_0x1666e1();}function _0x349ec8(){const _0x5281eb=window[_0x30d586([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x30d586([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x30d586([0x6e,0x6f,0x77])]())[_0x30d586([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x30d586([0x2e]),'');let _0x47edc7=_0x30d586([0x58]);for(let _0x5c6690=0x0;_0x5c6690<_0x5281eb[_0x30d586([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x5c6690+=0x2){let _0x3763d1=window[_0x30d586([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x5281eb[_0x30d586([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x5c6690,_0x5c6690+0x2));_0x3763d1>=_0x59f56a[_0x30d586([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x3763d1-=_0x59f56a[_0x30d586([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x47edc7+=_0x59f56a[_0x3763d1];}return _0x47edc7;}function _0x482ef9(){const _0xe41b2=_0x2001ec[_0x30d586([0x73,0x70,0x6c,0x69,0x74])](_0x30d586([0x2e]));if(0x3!=_0xe41b2[_0x30d586([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x1bf05a(_0xe41b2[0x1]);function _0x1bf05a(_0x19600d){const _0x303acd=_0x4bbc83(_0x19600d);return _0x303acd&&_0x3fb575()?_0x303acd:null;function _0x3fb575(){const _0x4a59bc=_0x303acd[_0x30d586([0x6a,0x74,0x69])],_0x206a40=window[_0x30d586([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x4a59bc[_0x30d586([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x4a59bc[_0x30d586([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x46e616={..._0x303acd,[_0x30d586([0x6a,0x74,0x69])]:_0x4a59bc[_0x30d586([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x4a59bc[_0x30d586([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x46e616[_0x30d586([0x76,0x63])],_0x1d08bf(_0x46e616)==_0x206a40;}}}async function _0x1fa26f(){let _0x5df48f=!0x0;try{const _0x28270b=_0x2001ec[_0x30d586([0x73,0x70,0x6c,0x69,0x74])](_0x30d586([0x2e])),[_0x22bc77,_0x46d7fd,_0x910167]=_0x28270b;return _0x884072(_0x22bc77),await _0x44ef0d(_0x22bc77,_0x46d7fd,_0x910167),_0x5df48f;}catch{return!0x1;}function _0x884072(_0x236445){const _0x178a4b=_0x4bbc83(_0x236445);_0x178a4b&&_0x178a4b[_0x30d586([0x61,0x6c,0x67])]==_0x30d586([0x45,0x53,0x32,0x35,0x36])||(_0x5df48f=!0x1);}async function _0x44ef0d(_0x591441,_0x2bb32c,_0x57de0c){const _0x40da75=window[_0x30d586([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x30d586([0x66,0x72,0x6f,0x6d])](_0x26f207(_0x57de0c),_0x42e276=>_0x42e276[_0x30d586([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x1f9402=new window[(_0x30d586([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x30d586([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x591441+_0x30d586([0x2e])+_0x2bb32c),_0x479274=window[_0x30d586([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x30d586([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x479274)return;const _0x240e66=await _0x479274[_0x30d586([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x30d586([0x6a,0x77,0x6b]),_0x3ea157,{[_0x30d586([0x6e,0x61,0x6d,0x65])]:_0x30d586([0x45,0x43,0x44,0x53,0x41]),[_0x30d586([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x30d586([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x30d586([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x479274[_0x30d586([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x30d586([0x6e,0x61,0x6d,0x65])]:_0x30d586([0x45,0x43,0x44,0x53,0x41]),[_0x30d586([0x68,0x61,0x73,0x68])]:{[_0x30d586([0x6e,0x61,0x6d,0x65])]:_0x30d586([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x240e66,_0x40da75,_0x1f9402)||(_0x5df48f=!0x1);}}function _0x4bbc83(_0x122cd0){return _0x122cd0[_0x30d586([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x30d586([0x65,0x79]))?JSON[_0x30d586([0x70,0x61,0x72,0x73,0x65])](_0x26f207(_0x122cd0)):null;}function _0x26f207(_0x2576a2){return window[_0x30d586([0x61,0x74,0x6f,0x62])](_0x2576a2[_0x30d586([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x30d586([0x2b]))[_0x30d586([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x30d586([0x2f])));}function _0x1d08bf(_0x49da79){let _0x149f6d=0x1505;function _0x405b8c(_0x44f9a7){for(let _0x4e5e40=0x0;_0x4e5e40<_0x44f9a7[_0x30d586([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x4e5e40++){const _0x3b789a=_0x44f9a7[_0x30d586([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x4e5e40);_0x149f6d=(_0x149f6d<<0x5)+_0x149f6d+_0x3b789a,_0x149f6d&=_0x149f6d;}}function _0x288dc6(_0x4896a){Array[_0x30d586([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x4896a)?_0x4896a[_0x30d586([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x288dc6):_0x4896a&&typeof _0x4896a==_0x30d586([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x30d586([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x4896a)[_0x30d586([0x73,0x6f,0x72,0x74])]()[_0x30d586([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x39feae,_0x5a318a])=>{_0x405b8c(_0x39feae),_0x288dc6(_0x5a318a);}):_0x405b8c(window[_0x30d586([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x4896a));}return _0x288dc6(_0x49da79),_0x149f6d>>>0x0;}function _0x32e6bf(_0x33a322){return _0x33a322[_0x30d586([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x30d586([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x30d586([0x30]));}function _0x110d7b(_0x1433e8){return _0x1433e8[_0x30d586([0x73,0x70,0x6c,0x69,0x74])]('')[_0x30d586([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x30d586([0x6a,0x6f,0x69,0x6e])]('');}function _0x3a0c0d(){}function _0x30d586(_0x5b5c75){return _0x5b5c75['map'](_0x4f04df=>String['fromCharCode'](_0x4f04df))['join']('');}_0x115439(await _0x485b08());}(this);}['getAllowedCommands'](){return this['_allowedCommands'];}['getDefaultCommands'](){const _0x56192a=_0x143894=>function(_0x3f3c51,_0x15728b){const t=_0x3f3c51['t'],_0x5cd0e7=_0x3f3c51['t'];switch(_0x15728b){case'AI\x20Assistant':return _0x5cd0e7('AI\x20Assistant');case'Block\x20quote':return _0x5cd0e7('Block\x20quote');case'Bulleted\x20list':return _0x5cd0e7('Bulleted\x20list');case'Insert\x20code\x20block':return _0x5cd0e7('Insert\x20code\x20block');case'Open\x20file\x20manager':return _0x5cd0e7('Open\x20file\x20manager');case'Insert\x20image':return _0x5cd0e7('Insert\x20image');case'Heading\x201':return _0x5cd0e7('Heading\x201');case'Heading\x202':return _0x5cd0e7('Heading\x202');case'Heading\x203':return _0x5cd0e7('Heading\x203');case'Heading\x204':return _0x5cd0e7('Heading\x204');case'Heading\x205':return _0x5cd0e7('Heading\x205');case'Heading\x206':return _0x5cd0e7('Heading\x206');case'Horizontal\x20line':return _0x5cd0e7('Horizontal\x20line');case'Insert\x20HTML':return _0x5cd0e7('Insert\x20HTML');case'Increase\x20indent':return _0x5cd0e7('Increase\x20indent');case'Insert\x20table':return _0x5cd0e7('Insert\x20table');case'Table\x20of\x20contents':return _0x5cd0e7('Table\x20of\x20contents');case'Numbered\x20list':return _0x5cd0e7('Numbered\x20list');case'Decrease\x20indent':return _0x5cd0e7('Decrease\x20indent');case'Paragraph':return _0x5cd0e7('Paragraph');case'To-do\x20list':return _0x5cd0e7('To-do\x20list');case'Create\x20a\x20block\x20quote':return t('Create\x20a\x20block\x20quote');case'Create\x20a\x20bulleted\x20list':return t('Create\x20a\x20bulleted\x20list');case'Create\x20a\x20code\x20block':return t('Create\x20a\x20code\x20block');case'Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file':return t('Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file');case'Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file':return t('Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file');case'Create\x20a\x20heading\x20level\x201':return t('Create\x20a\x20heading\x20level\x201');case'Create\x20a\x20heading\x20level\x202':return t('Create\x20a\x20heading\x20level\x202');case'Create\x20a\x20heading\x20level\x203':return t('Create\x20a\x20heading\x20level\x203');case'Create\x20a\x20heading\x20level\x204':return t('Create\x20a\x20heading\x20level\x204');case'Create\x20a\x20heading\x20level\x205':return t('Create\x20a\x20heading\x20level\x205');case'Create\x20a\x20heading\x20level\x206':return t('Create\x20a\x20heading\x20level\x206');case'Insert\x20a\x20horizontal\x20line':return t('Insert\x20a\x20horizontal\x20line');case'Insert\x20an\x20HTML\x20snippet':return t('Insert\x20an\x20HTML\x20snippet');case'Increase\x20the\x20indentation':return t('Increase\x20the\x20indentation');case'Insert\x20Mermaid\x20diagram':return t('Insert\x20Mermaid\x20diagram');case'Insert\x20the\x20Mermaid\x20diagram':return t('Insert\x20the\x20Mermaid\x20diagram');case'Create\x20a\x20table':return t('Create\x20a\x20table');case'Insert\x20table\x20of\x20contents':return t('Insert\x20table\x20of\x20contents');case'Create\x20a\x20numbered\x20list':return t('Create\x20a\x20numbered\x20list');case'Decrease\x20the\x20indentation':return t('Decrease\x20the\x20indentation');case'Insert\x20a\x20paragraph':return t('Insert\x20a\x20paragraph');case'Create\x20a\x20to-do\x20list':return t('Create\x20a\x20to-do\x20list');case'Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content':return t('Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content');case'Insert\x20an\x20emoji':return t('Insert\x20an\x20emoji');default:return _0x15728b;}}(this['editor']['locale'],_0x143894);return[{'id':'aiAssistant','commandName':'showAIAssistant','icon':_0x48e3b6,'title':_0x56192a('AI\x20Assistant'),'description':_0x56192a('Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content'),'execute':_0xa997a3=>{setTimeout(()=>_0xa997a3['execute']('showAIAssistant'));}},{'id':'blockQuote','commandName':'blockQuote','icon':_0x42bd64,'title':_0x56192a('Block\x20quote'),'description':_0x56192a('Create\x20a\x20block\x20quote')},{'id':'bulletedList','commandName':'bulletedList','icon':_0x478bd3,'title':_0x56192a('Bulleted\x20list'),'description':_0x56192a('Create\x20a\x20bulleted\x20list')},{'id':'codeBlock','commandName':'codeBlock','icon':_0x4f2ba3,'title':_0x56192a('Insert\x20code\x20block'),'description':_0x56192a('Create\x20a\x20code\x20block')},{'id':'ckbox','commandName':'ckbox','icon':_0x1ba20d,'title':_0x56192a('Open\x20file\x20manager'),'description':_0x56192a('Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file'),'aliases':['ckfinder','filemanager','upload']},{'id':'ckfinder','commandName':'ckfinder','icon':_0x1ba20d,'title':_0x56192a('Insert\x20image'),'description':_0x56192a('Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file'),'aliases':['ckbox','filemanager','upload']},{'id':'emoji','commandName':'emoji','icon':_0x5e9fc0,'title':_0x56192a('Emoji'),'description':_0x56192a('Insert\x20an\x20emoji'),'execute':_0x48b199=>{setTimeout(()=>_0x48b199['execute']('emoji'));}},{'id':'heading1','commandName':'heading','icon':_0xd6e736,'title':_0x56192a('Heading\x201'),'description':_0x56192a('Create\x20a\x20heading\x20level\x201'),'execute':_0x4adfff=>{_0x4adfff['execute']('heading',{'value':'heading1'});}},{'id':'heading2','commandName':'heading','icon':_0x26ed4a,'title':_0x56192a('Heading\x202'),'description':_0x56192a('Create\x20a\x20heading\x20level\x202'),'execute':_0x595519=>{_0x595519['execute']('heading',{'value':'heading2'});}},{'id':'heading3','commandName':'heading','icon':_0x5a639d,'title':_0x56192a('Heading\x203'),'description':_0x56192a('Create\x20a\x20heading\x20level\x203'),'execute':_0x507e1e=>{_0x507e1e['execute']('heading',{'value':'heading3'});}},{'id':'heading4','commandName':'heading','icon':_0x17f93b,'title':_0x56192a('Heading\x204'),'description':_0x56192a('Create\x20a\x20heading\x20level\x204'),'execute':_0x3c6a63=>{_0x3c6a63['execute']('heading',{'value':'heading4'});}},{'id':'heading5','commandName':'heading','icon':_0x2c1b98,'title':_0x56192a('Heading\x205'),'description':_0x56192a('Create\x20a\x20heading\x20level\x205'),'execute':_0x37608b=>{_0x37608b['execute']('heading',{'value':'heading5'});}},{'id':'heading6','commandName':'heading','icon':_0xfb4cdd,'title':_0x56192a('Heading\x206'),'description':_0x56192a('Create\x20a\x20heading\x20level\x206'),'execute':_0x337cab=>{_0x337cab['execute']('heading',{'value':'heading6'});}},{'id':'horizontalLine','commandName':'horizontalLine','icon':_0x4b359f,'title':_0x56192a('Horizontal\x20line'),'description':_0x56192a('Insert\x20a\x20horizontal\x20line')},{'id':'htmlEmbed','commandName':'htmlEmbed','icon':_0x496fd5,'title':_0x56192a('Insert\x20HTML'),'description':_0x56192a('Insert\x20an\x20HTML\x20snippet')},{'id':'indent','commandName':'indent','icon':_0x407192,'title':_0x56192a('Increase\x20indent'),'description':_0x56192a('Increase\x20the\x20indentation')},{'id':'insertMermaidCommand','commandName':'insertMermaidCommand','title':_0x56192a('Insert\x20Mermaid\x20diagram'),'description':_0x56192a('Insert\x20the\x20Mermaid\x20diagram')},{'id':'insertTable','commandName':'insertTable','icon':_0x48ccc2,'title':_0x56192a('Insert\x20table'),'description':_0x56192a('Create\x20a\x20table')},{'id':'insertTableOfContents','commandName':'insertTableOfContents','icon':_0x184f5c,'title':_0x56192a('Table\x20of\x20contents'),'description':_0x56192a('Insert\x20table\x20of\x20contents'),'aliases':['toc']},{'id':'numberedList','commandName':'numberedList','icon':_0x4afcf2,'title':_0x56192a('Numbered\x20list'),'description':_0x56192a('Create\x20a\x20numbered\x20list')},{'id':'outdent','commandName':'outdent','icon':_0x307ede,'title':_0x56192a('Decrease\x20indent'),'description':_0x56192a('Decrease\x20the\x20indentation')},{'id':'paragraph','commandName':'paragraph','icon':_0x4f416f,'title':_0x56192a('Paragraph'),'description':_0x56192a('Insert\x20a\x20paragraph')},{'id':'todoList','commandName':'todoList','icon':_0x299ce0,'title':_0x56192a('To-do\x20list'),'description':_0x56192a('Create\x20a\x20to-do\x20list')}];}['_proxyIsEnabled'](_0x368725){return _0x368725['isEnabled']?_0x368725['isEnabled'](this['editor']):!_0x368725['commandName']||this['editor']['commands']['get'](_0x368725['commandName'])['isEnabled'];}['_proxyExecute'](_0xf5a42f){if(_0xf5a42f['execute'])_0xf5a42f['execute'](this['editor']);else{if(!_0xf5a42f['commandName'])throw new _0x53261f('slash-command-execute-missing',this['editor'],{'commandDefinition':_0xf5a42f});this['editor']['execute'](_0xf5a42f['commandName']);}}}function H(_0xc1b170,_0x189dba){return _0xc1b170['title']<_0x189dba['title']?-0x1:_0xc1b170['title']>_0x189dba['title']?0x1:0x0;}function O(_0x529cdb,_0x1698ce){return _0x1698ce+'-'+_0x529cdb['toLowerCase']()['split']('\x20')['join']('-');}class e extends _0xb159bd{static get['pluginName'](){return'SlashCommandEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[L];}['getMatchingCommands'](_0x281a47){const _0x36dc34=_0x281a47&&_0x281a47['toLowerCase']();let _0x401b58=this['editor']['plugins']['get']('SlashCommandConfig')['getAllowedCommands']();if(_0x401b58=_0x401b58['filter'](_0x1073c6=>_0x1073c6['isEnabled']()),_0x36dc34){const _0x1c9810=[],_0xc32bcd=[],_0x4a0391=[],_0x393a8a=[];for(const _0x3b76cb of _0x401b58)_0x3b76cb['id']['toLowerCase']()['includes'](_0x36dc34)?_0x1c9810['push'](_0x3b76cb):_0x3b76cb['title']['toLowerCase']()['includes'](_0x36dc34)?_0xc32bcd['push'](_0x3b76cb):_0x3b76cb['aliases']&&_0x3b76cb['aliases']['some'](_0x46dc33=>_0x46dc33['toLowerCase']()['includes'](_0x36dc34))?_0x4a0391['push'](_0x3b76cb):_0x3b76cb['description']&&_0x3b76cb['description']['toLowerCase']()['includes'](_0x36dc34)&&_0x393a8a['push'](_0x3b76cb);_0x401b58=_0x1c9810['concat'](_0xc32bcd,_0x4a0391,_0x393a8a);}return _0x401b58;}}class K extends _0x113252{constructor(_0x273518,_0x517e69){super(_0x273518),this['textPartView']=this['_createTextPartView'](_0x273518,_0x517e69),void 0x0!==_0x517e69['isIconColorInherited']&&(this['iconView']['isColorInherited']=_0x517e69['isIconColorInherited']),this['set']({'icon':_0x517e69['icon']||_0x48b88f,'withText':!0x0,'label':_0x517e69['title'],'class':'ck-slash-command-button'});}['render'](){super['render'](),this['children']['add'](this['textPartView']);}['_createTextPartView'](_0x275add,_0x38117a){const _0x3f2355=new _0x4d55fe(_0x275add);return _0x3f2355['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-slash-command-button__text-part']},'children':_0x38117a['description']?[this['labelView'],{'tag':'span','attributes':{'class':['ck','ck-slash-command-button__description']},'children':[{'text':_0x38117a['description']}]}]:[this['labelView']]}),_0x3f2355;}}class s extends _0xb159bd{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'SlashCommandUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x3122fe){super(_0x3122fe),this['_setupMentionConfiguration']();}['init'](){this['editor']['once']('ready',this['_overrideMentionExecuteListener']['bind'](this)),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0xbc64e=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x33110c;for(const _0x156838 in _0xbc64e){const _0x22cc11=_0x156838,_0x6049c1=_0xbc64e[_0x22cc11];if('slashCommandLicenseKeyValid'==_0x6049c1||'slashCommandLicenseKeyInvalid'==_0x6049c1||'slashCommandLicenseKeyExpired'==_0x6049c1||'slashCommandLicenseKeyDomainLimit'==_0x6049c1||'slashCommandLicenseKeyNotAllowed'==_0x6049c1||'slashCommandLicenseKeyEvaluationLimit'==_0x6049c1||'slashCommandLicenseKeyTrialLimit'==_0x6049c1||'slashCommandLicenseKeyUsageLimit'==_0x6049c1){delete _0xbc64e[_0x22cc11],_0x33110c=_0x6049c1,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'slashCommandLicenseKeyInvalid'==_0x33110c&&_0xbc64e['_showLicenseError']('invalid'),'slashCommandLicenseKeyExpired'==_0x33110c&&_0xbc64e['_showLicenseError']('expired'),'slashCommandLicenseKeyDomainLimit'==_0x33110c&&_0xbc64e['_showLicenseError']('domainLimit'),'slashCommandLicenseKeyNotAllowed'==_0x33110c&&_0xbc64e['_showLicenseError']('featureNotAllowed','SlashCommand'),'slashCommandLicenseKeyEvaluationLimit'==_0x33110c&&_0xbc64e['_showLicenseError']('evaluationLimit'),'slashCommandLicenseKeyTrialLimit'==_0x33110c&&_0xbc64e['_showLicenseError']('trialLimit'),'slashCommandLicenseKeyUsageLimit'==_0x33110c&&_0xbc64e['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}['_setupMentionConfiguration'](){const _0x1a1e94=this['editor'],_0x45dc6b=this['editor']['plugins']['get']('SlashCommandEditing'),_0x349e9b=_0x1a1e94['config']['get']('mention.feeds');_0x349e9b['push']({'marker':'/','feed':_0x29c47f=>_0x45dc6b['getMatchingCommands'](_0x29c47f),'itemRenderer':this['_customItemRenderer']['bind'](this),'dropdownLimit':_0x1a1e94['config']['get']('slashCommand.dropdownLimit')||0x1/0x0}),_0x1a1e94['config']['set']('mention.feeds',_0x349e9b);}['_overrideMentionExecuteListener'](){const _0x5bd91a=this['editor'];_0x5bd91a['commands']['get']('mention')['on']('execute',(_0x2771c9,_0x10e3b6)=>{const _0x120c1b=_0x10e3b6[0x0],_0x4e0fbb=_0x5bd91a['model'];'/'===_0x120c1b['marker']&&_0x4e0fbb['change'](_0x171f45=>{_0x171f45['remove'](_0x120c1b['range']),_0x120c1b['mention']['execute'](),_0x2771c9['stop']();});},{'priority':'high'});}['_customItemRenderer'](_0x4e6e27){const _0x4be851=this['editor']['locale'],_0x2f94c7=new K(_0x4be851,_0x4e6e27);return _0x2f94c7['render'](),_0x2f94c7['element'];}}class m extends _0xb159bd{static get['requires'](){return['Mention',e,s];}static get['pluginName'](){return'SlashCommand';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}}export{m as SlashCommand,L as SlashCommandConfig,e as SlashCommandEditing,s as SlashCommandUI};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-slash-command",
3
- "version": "45.2.1-alpha.2",
3
+ "version": "45.2.1-alpha.4",
4
4
  "description": "Slash command feature for CKEditor 5.",
5
5
  "keywords": [
6
6
  "ckeditor",
@@ -12,15 +12,15 @@
12
12
  "type": "module",
13
13
  "main": "src/index.js",
14
14
  "dependencies": {
15
- "@ckeditor/ckeditor5-core": "45.2.1-alpha.2",
16
- "@ckeditor/ckeditor5-icons": "45.2.1-alpha.2",
17
- "@ckeditor/ckeditor5-heading": "45.2.1-alpha.2",
18
- "@ckeditor/ckeditor5-mention": "45.2.1-alpha.2",
19
- "@ckeditor/ckeditor5-style": "45.2.1-alpha.2",
20
- "@ckeditor/ckeditor5-template": "45.2.1-alpha.2",
21
- "@ckeditor/ckeditor5-ui": "45.2.1-alpha.2",
22
- "@ckeditor/ckeditor5-utils": "45.2.1-alpha.2",
23
- "ckeditor5": "45.2.1-alpha.2"
15
+ "@ckeditor/ckeditor5-core": "45.2.1-alpha.4",
16
+ "@ckeditor/ckeditor5-icons": "45.2.1-alpha.4",
17
+ "@ckeditor/ckeditor5-heading": "45.2.1-alpha.4",
18
+ "@ckeditor/ckeditor5-mention": "45.2.1-alpha.4",
19
+ "@ckeditor/ckeditor5-style": "45.2.1-alpha.4",
20
+ "@ckeditor/ckeditor5-template": "45.2.1-alpha.4",
21
+ "@ckeditor/ckeditor5-ui": "45.2.1-alpha.4",
22
+ "@ckeditor/ckeditor5-utils": "45.2.1-alpha.4",
23
+ "ckeditor5": "45.2.1-alpha.4"
24
24
  },
25
25
  "license": "SEE LICENSE IN LICENSE.md",
26
26
  "author": "CKSource (http://cksource.com/)",
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x3ffa06=_0x2c8d;function _0x2585(){const _0x5d117f=['Create\x20a\x20heading\x20level\x205','showAIAssistant','blockQuote','style','locale','name','598367gOkfbA','isOfficialPlugin','config','Paragraph','Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content','468dojfmw','toLowerCase','Create\x20a\x20heading\x20level\x203','56YcQPIL','Create\x20a\x20heading\x20level\x206','Insert\x20Mermaid\x20diagram','Heading\x203','pluginName','commands','aliases','template.definitions','Create\x20a\x20bulleted\x20list','Decrease\x20the\x20indentation','horizontalLine','Create\x20a\x20to-do\x20list','join','Bulleted\x20list','_proxyExecute','Open\x20file\x20manager','enabledStyles','sort','commandName','push','length','32173HvrORN','Insert\x20table\x20of\x20contents','emoji','Insert\x20HTML','Create\x20a\x20numbered\x20list','isEnabled','filter','isIconColorInherited','AI\x20Assistant','insertTable','getDefaultCommands','Increase\x20indent','style.definitions','408916gSwPHx','Heading\x205','62KUxBZZ','Insert\x20an\x20emoji','Create\x20a\x20block\x20quote','insertTableOfContents','slashCommand.extraCommands','113350qNLntC','Heading\x202','fromCharCode','upload','Decrease\x20indent','Create\x20a\x20table','template','Create\x20a\x20heading\x20level\x202','Emoji','icon','Insert\x20a\x20horizontal\x20line','Heading\x204','heading4','Create\x20a\x20heading\x20level\x204','slash-command-execute-missing','split','filemanager','Insert\x20the\x20Mermaid\x20diagram','htmlEmbed','Insert\x20table','concat','Insert\x20a\x20paragraph','description','To-do\x20list','editor','title','Heading\x201','Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file','Create\x20a\x20code\x20block','numberedList','heading6','Insert\x20code\x20block','toc','isPremiumPlugin','ckfinder','Create\x20a\x20heading\x20level\x201','7336274yepcNg','_allowedCommands','insertMermaidCommand','Table\x20of\x20contents','model','getAllowedCommands','Horizontal\x20line','execute','3015474WnNvwV','afterInit','Insert\x20image','function','aiAssistant','insertTemplate','ckbox','todoList','heading.options','Numbered\x20list','SlashCommandConfig','heading1','paragraph','Increase\x20the\x20indentation','heading5','href','5973612dgfAxw','Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file','5JAgbCx','Block\x20quote','heading','codeBlock','heading3','outdent','indent','heading2','_proxyIsEnabled','map','slashCommand.removeCommands','Heading\x206','bulletedList','includes','get','Insert\x20an\x20HTML\x20snippet'];_0x2585=function(){return _0x5d117f;};return _0x2585();}(function(_0x11b125,_0x21de6f){const _0x36f03a=_0x2c8d,_0x107cab=_0x11b125();while(!![]){try{const _0x4a9221=-parseInt(_0x36f03a(0x1dd))/0x1*(-parseInt(_0x36f03a(0x1ec))/0x2)+-parseInt(_0x36f03a(0x198))/0x3+parseInt(_0x36f03a(0x1ea))/0x4+-parseInt(_0x36f03a(0x1aa))/0x5*(-parseInt(_0x36f03a(0x1a8))/0x6)+parseInt(_0x36f03a(0x1c0))/0x7*(-parseInt(_0x36f03a(0x1c8))/0x8)+parseInt(_0x36f03a(0x1c5))/0x9*(-parseInt(_0x36f03a(0x1f1))/0xa)+parseInt(_0x36f03a(0x190))/0xb;if(_0x4a9221===_0x21de6f)break;else _0x107cab['push'](_0x107cab['shift']());}catch(_0x35383a){_0x107cab['push'](_0x107cab['shift']());}}}(_0x2585,0x8af5f));function _0x2c8d(_0x420f13,_0x4ace85){const _0x258530=_0x2585();return _0x2c8d=function(_0x2c8dc2,_0x518c77){_0x2c8dc2=_0x2c8dc2-0x16d;let _0x19f345=_0x258530[_0x2c8dc2];return _0x19f345;},_0x2c8d(_0x420f13,_0x4ace85);}import{Plugin as _0x4d25d4}from'ckeditor5/src/core.js';import{CKEditorError as _0x327a81,uid as _0x550fcf}from'ckeditor5/src/utils.js';import{IconBrowseFiles as _0xb508be,IconBulletedList as _0x4ae80a,IconEmoji as _0x480d6a,IconCodeBlock as _0x149a94,IconHeading1 as _0xe9d272,IconHeading2 as _0x10d3d2,IconHeading3 as _0x59066a,IconHeading4 as _0x3ca603,IconHeading5 as _0x2e1e38,IconHeading6 as _0xe0fd0c,IconHorizontalLine as _0x2040a3,IconHtml as _0x5f57f8,IconIndent as _0x1b0871,IconNumberedList as _0x2520fe,IconOutdent as _0x4dfdbe,IconParagraph as _0xdd35fa,IconQuote as _0x30df82,IconRobotPencil as _0x2e6538,IconTable as _0x22c850,IconTableOfContents as _0x4b653f,IconTodoList as _0x1721b7}from'ckeditor5/src/icons.js';import{getTranslation as _0x3a3163}from'./utils/common-translations.js';import'./slashcommandeditorconfig.js';export default class L extends _0x4d25d4{static get[_0x3ffa06(0x1cc)](){const _0x782aed=_0x3ffa06;return _0x782aed(0x1a2);}static get[_0x3ffa06(0x1c1)](){return!0x0;}static get[_0x3ffa06(0x18d)](){return!0x0;}constructor(_0x5f06e2){const _0x76acda=_0x3ffa06;super(_0x5f06e2),this[_0x76acda(0x191)]=null;}[_0x3ffa06(0x199)](){const _0x5d8b21=_0x3ffa06,_0x40271f=this[_0x5d8b21(0x184)][_0x5d8b21(0x1c2)][_0x5d8b21(0x1b8)](_0x5d8b21(0x1b4))||[],_0x123f8b=function(_0x315dc5){const _0x1163e1=_0x5d8b21;let _0x5ba028=[_0x1163e1(0x178),_0x1163e1(0x1a6),_0x1163e1(0x18a)];if(_0x315dc5){const _0x4f5507=_0x315dc5[_0x1163e1(0x1b3)](_0x238c7c=>_0x238c7c[_0x1163e1(0x194)]);_0x5ba028=[_0x1163e1(0x1a3),_0x1163e1(0x1b1),_0x1163e1(0x1ae),_0x1163e1(0x178),_0x1163e1(0x1a6),_0x1163e1(0x18a)][_0x1163e1(0x1e3)](_0x27c2d3=>!_0x4f5507[_0x1163e1(0x1b7)](_0x27c2d3));}return _0x5ba028;}(this[_0x5d8b21(0x184)][_0x5d8b21(0x1c2)][_0x5d8b21(0x1b8)](_0x5d8b21(0x1a0)));let _0x4d2e36=this[_0x5d8b21(0x1e7)]()[_0x5d8b21(0x1e3)](_0x41708f=>!_0x123f8b[_0x5d8b21(0x1b7)](_0x41708f['id']))[_0x5d8b21(0x1e3)](_0x4ba080=>!_0x40271f[_0x5d8b21(0x1b7)](_0x4ba080[_0x5d8b21(0x1da)]));const _0x31f93f=this[_0x5d8b21(0x184)][_0x5d8b21(0x1c2)][_0x5d8b21(0x1b8)](_0x5d8b21(0x1f0));_0x31f93f&&_0x31f93f[_0x5d8b21(0x1dc)]&&(_0x4d2e36=_0x4d2e36[_0x5d8b21(0x180)](_0x31f93f));const _0x56684d=this[_0x5d8b21(0x184)][_0x5d8b21(0x1c2)][_0x5d8b21(0x1b8)](_0x5d8b21(0x1cf));_0x56684d&&_0x56684d[_0x5d8b21(0x1dc)]&&(_0x4d2e36=_0x4d2e36[_0x5d8b21(0x180)](function(_0x145abe){const _0x2dd748=_0x5d8b21;return _0x145abe[_0x2dd748(0x1b3)](_0x3e9804=>{const _0x2ce965=_0x2dd748,{title:_0xda2336,icon:_0x47a3c4,description:_0x395830,data:_0x3be8c0}=_0x3e9804,_0x18b41f={'id':O(_0xda2336,_0x2ce965(0x172)),'commandName':_0x2ce965(0x19d),'execute':_0x1622f8=>{const _0x77b2ea=_0x2ce965;_0x1622f8[_0x77b2ea(0x197)](_0x77b2ea(0x19d),_0x3be8c0);},'description':_0x395830,'icon':_0x47a3c4,'title':_0xda2336};return _0x47a3c4&&(_0x18b41f[_0x2ce965(0x1e4)]=!0x1),_0x18b41f;});}(_0x56684d)));const _0x5b27b4=this[_0x5d8b21(0x184)][_0x5d8b21(0x1c2)][_0x5d8b21(0x1b8)](_0x5d8b21(0x1e9));_0x5b27b4&&_0x5b27b4[_0x5d8b21(0x1dc)]&&(_0x4d2e36=_0x4d2e36[_0x5d8b21(0x180)](function(_0x243e70){const _0x8f1009=_0x5d8b21;return _0x243e70[_0x8f1009(0x1b3)](_0x1345b0=>({'id':O(_0x1345b0[_0x8f1009(0x1bf)],_0x8f1009(0x1bd)),'commandName':_0x8f1009(0x1bd),'execute':_0x106905=>{const _0x19f89d=_0x8f1009;_0x106905[_0x19f89d(0x197)](_0x19f89d(0x1bd),{'styleName':_0x1345b0[_0x19f89d(0x1bf)]});},'isEnabled':_0xc4f704=>{const _0x2cdb0c=_0x8f1009,_0x1fac0e=_0xc4f704[_0x2cdb0c(0x1cd)][_0x2cdb0c(0x1b8)](_0x2cdb0c(0x1bd));return _0x1fac0e[_0x2cdb0c(0x1e2)]&&_0x1fac0e[_0x2cdb0c(0x1d8)][_0x2cdb0c(0x1b7)](_0x1345b0[_0x2cdb0c(0x1bf)]);},'title':_0x1345b0[_0x8f1009(0x1bf)]}));}(_0x5b27b4)));const _0x5afa9e=_0x4d2e36[_0x5d8b21(0x1e3)](_0x5ce8e9=>!_0x5ce8e9[_0x5d8b21(0x1da)]||void 0x0!==this[_0x5d8b21(0x184)][_0x5d8b21(0x1cd)][_0x5d8b21(0x1b8)](_0x5ce8e9[_0x5d8b21(0x1da)])),_0x238d12=[];for(const _0x4700aa of _0x5afa9e)_0x238d12[_0x5d8b21(0x1db)]({'id':_0x4700aa['id'],'commandName':_0x4700aa[_0x5d8b21(0x1da)],'title':_0x5d8b21(0x19b)==typeof _0x4700aa[_0x5d8b21(0x185)]?_0x4700aa[_0x5d8b21(0x185)](this[_0x5d8b21(0x184)]):_0x4700aa[_0x5d8b21(0x185)],'description':_0x4700aa[_0x5d8b21(0x182)],'icon':_0x4700aa[_0x5d8b21(0x175)],'isIconColorInherited':_0x4700aa[_0x5d8b21(0x1e4)],'aliases':_0x4700aa[_0x5d8b21(0x1ce)],'isEnabled':()=>this[_0x5d8b21(0x1b2)](_0x4700aa),'execute':()=>this[_0x5d8b21(0x1d6)](_0x4700aa)});this[_0x5d8b21(0x191)]=_0x238d12[_0x5d8b21(0x1d9)](H),async function(_0x35708b){const _0xfda7ed=_0x399a82([0x79,0x37,0x51,0x6e,0x59,0x47,0x31,0x6b,0x33,0x54,0x61,0x38,0x4b,0x4c,0x71,0x69,0x42,0x35,0x5a,0x50,0x63,0x4e,0x53,0x4a,0x6a,0x64,0x41,0x75,0x7a,0x76,0x6f,0x68,0x65,0x66,0x44,0x52,0x55,0x45,0x72,0x56,0x73,0x78,0x48,0x36,0x58,0x57,0x70,0x34,0x4d,0x4f,0x77,0x62,0x32,0x6c,0x67,0x39,0x49,0x74,0x46,0x30,0x6d,0x43]),_0x4e7640=0x76eafda0,_0xdff3cc=0x76ed9770^_0x4e7640,_0x2638d6=window[_0x399a82([0x44,0x61,0x74,0x65])][_0x399a82([0x6e,0x6f,0x77])](),_0x343ac8=_0x35708b[_0x399a82([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x1d815a=new window[(_0x399a82([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x324b81=>{_0x343ac8[_0x399a82([0x6f,0x6e,0x63,0x65])](_0x399a82([0x72,0x65,0x61,0x64,0x79]),_0x324b81);}),_0x3ba0da={[_0x399a82([0x6b,0x74,0x79])]:_0x399a82([0x45,0x43]),[_0x399a82([0x75,0x73,0x65])]:_0x399a82([0x73,0x69,0x67]),[_0x399a82([0x63,0x72,0x76])]:_0x399a82([0x50,0x2d,0x32,0x35,0x36]),[_0x399a82([0x78])]:_0x399a82([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]),[_0x399a82([0x79])]:_0x399a82([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]),[_0x399a82([0x61,0x6c,0x67])]:_0x399a82([0x45,0x53,0x32,0x35,0x36])},_0x18a5ca=_0x343ac8[_0x399a82([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x399a82([0x67,0x65,0x74])](_0x399a82([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x16a485(){let _0x14ae82,_0x2676d2=null,_0x3c6873=null;try{if(_0x18a5ca==_0x399a82([0x47,0x50,0x4c]))return _0x399a82([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x14ae82=_0x45f6d6(),!_0x14ae82)return _0x399a82([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x14ae82[_0x399a82([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x3c6873=_0x3af938(_0x14ae82[_0x399a82([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x14ae82[_0x399a82([0x6a,0x74,0x69])])),await _0x4257e2()?_0x518b39()?_0x24d068()?_0x399a82([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x3cd1bf()?(_0x14ae82[_0x399a82([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x399a82([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x2676d2=_0xd06ead(_0x399a82([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x14ae82[_0x399a82([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x399a82([0x74,0x72,0x69,0x61,0x6c])&&(_0x2676d2=_0xd06ead(_0x399a82([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x4609e1()):_0x399a82([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x399a82([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x399a82([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x399a82([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x24d068(){const _0x2a88c7=[_0x399a82([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x399a82([0x74,0x72,0x69,0x61,0x6c])][_0x399a82([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x14ae82[_0x399a82([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x2638d6/0x3e8:0xe10*_0xdff3cc;return _0x14ae82[_0x399a82([0x65,0x78,0x70])]<_0x2a88c7;}function _0x518b39(){const _0x29f4b0=_0x14ae82[_0x399a82([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x29f4b0&&(!!_0x29f4b0[_0x399a82([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x399a82([0x2a]))||(!!_0x29f4b0[_0x399a82([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x399a82([0x53,0x43]))||!!_0x29f4b0[_0x399a82([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x399a82([0x50,0x50]))));}function _0x3cd1bf(){const _0x1fa834=_0x2c8d,_0x61247b=_0x14ae82[_0x399a82([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x61247b||0x0==_0x61247b[_0x399a82([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x4f5064}=new URL(window[_0x399a82([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x1fa834(0x1a7)]);if(_0x61247b[_0x399a82([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4f5064))return!0x0;const _0x3f1cb6=_0x4f5064[_0x399a82([0x73,0x70,0x6c,0x69,0x74])](_0x399a82([0x2e]));return _0x61247b[_0x399a82([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x5a96c4=>_0x5a96c4[_0x399a82([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x399a82([0x2a])))[_0x399a82([0x6d,0x61,0x70])](_0x340eee=>_0x340eee[_0x399a82([0x73,0x70,0x6c,0x69,0x74])](_0x399a82([0x2e])))[_0x399a82([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x307e63=>_0x307e63[_0x399a82([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x3f1cb6[_0x399a82([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x399a82([0x6d,0x61,0x70])](_0x30478f=>Array(_0x3f1cb6[_0x399a82([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x30478f[_0x399a82([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x399a82([0x66,0x69,0x6c,0x6c])](_0x30478f[0x0]===_0x399a82([0x2a])?_0x399a82([0x2a]):'')[_0x399a82([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x30478f))[_0x399a82([0x73,0x6f,0x6d,0x65])](_0x291986=>_0x3f1cb6[_0x399a82([0x65,0x76,0x65,0x72,0x79])]((_0x208772,_0x3e5304)=>_0x291986[_0x3e5304]===_0x208772||_0x291986[_0x3e5304]===_0x399a82([0x2a])));}function _0x4609e1(){return _0x2676d2&&_0x3c6873?new window[(_0x399a82([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x2cd9cf,_0x42f393)=>{_0x2676d2[_0x399a82([0x74,0x68,0x65,0x6e])](_0x2cd9cf,_0x42f393),_0x3c6873[_0x399a82([0x74,0x68,0x65,0x6e])](_0x2b5ce4=>{_0x2b5ce4!=_0x399a82([0x56,0x61,0x6c,0x69,0x64])&&_0x2cd9cf(_0x2b5ce4);},_0x42f393);}):_0x2676d2||_0x3c6873||_0x399a82([0x56,0x61,0x6c,0x69,0x64]);}}function _0x3af938(_0x3456d9,_0x22efb4){return new window[(_0x399a82([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x39e82a=>{if(_0x4e54b4())return _0x39e82a(_0x399a82([0x56,0x61,0x6c,0x69,0x64]));_0x1a9bbc(),_0x343ac8[_0x399a82([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x399a82([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x361bcd=!0x1;const _0x54c8ec=_0x550fcf();function _0x133ea5(_0x22a2d9){return!!_0x22a2d9&&(typeof _0x22a2d9===_0x399a82([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x22a2d9===_0x399a82([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x22a2d9[_0x399a82([0x74,0x68,0x65,0x6e])]===_0x399a82([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x22a2d9[_0x399a82([0x63,0x61,0x74,0x63,0x68])]===_0x399a82([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x3e54c7(_0xb1c072){_0x493658(_0xb1c072)[_0x399a82([0x74,0x68,0x65,0x6e])](_0x5c8cef=>{if(!_0x5c8cef||_0x5c8cef[_0x399a82([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x399a82([0x6f,0x6b]))return _0x399a82([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x148951(_0x15229a(_0x54c8ec+_0x22efb4))!=_0x5c8cef[_0x399a82([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x399a82([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x399a82([0x56,0x61,0x6c,0x69,0x64]);})[_0x399a82([0x74,0x68,0x65,0x6e])](_0x3b7480=>(_0x4b00db(),_0x3b7480),()=>{const _0x36c414=_0x34eb83();return null==_0x36c414?(_0x4b00db(),_0x399a82([0x56,0x61,0x6c,0x69,0x64])):_0x399a82(_0x2638d6-_0x36c414>(0x52e679a0^_0x4e7640)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x399a82([0x74,0x68,0x65,0x6e])](_0x39e82a)[_0x399a82([0x63,0x61,0x74,0x63,0x68])](()=>{_0x39e82a(_0x399a82([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x369d14=0x76dc1320^_0x4e7640;function _0x4b00db(){const _0x27b413=_0x399a82([0x6c,0x6c,0x63,0x74,0x2d])+_0x148951(_0x15229a(_0x3456d9)),_0x35a326=_0x312fe3(_0x148951(window[_0x399a82([0x4d,0x61,0x74,0x68])][_0x399a82([0x63,0x65,0x69,0x6c])](_0x2638d6/_0x369d14)));window[_0x399a82([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x399a82([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x27b413,_0x35a326);}function _0x34eb83(){const _0x3edeed=_0x399a82([0x6c,0x6c,0x63,0x74,0x2d])+_0x148951(_0x15229a(_0x3456d9)),_0x371074=window[_0x399a82([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x399a82([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x3edeed);return _0x371074?window[_0x399a82([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x312fe3(_0x371074),0x10)*_0x369d14:null;}function _0x493658(_0x486444){return new window[(_0x399a82([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x1c279a,_0x270220)=>{_0x486444[_0x399a82([0x74,0x68,0x65,0x6e])](_0x1c279a,_0x270220),window[_0x399a82([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x270220,0x76eb2960^_0x4e7640);});}}_0x343ac8[_0x399a82([0x6f,0x6e])](_0x399a82([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x356b42,_0x3ef833)=>{if(_0x3ef833[0x0]!=_0x3456d9)return _0x39e82a(_0x399a82([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x3ef833[0x1]={..._0x3ef833[0x1],[_0x399a82([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x54c8ec};},{[_0x399a82([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x399a82([0x68,0x69,0x67,0x68])}),_0x343ac8[_0x399a82([0x6f,0x6e])](_0x399a82([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x1dccd8=>{_0x133ea5(_0x1dccd8[_0x399a82([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x361bcd=!0x0,_0x3e54c7(_0x1dccd8[_0x399a82([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x399a82([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x399a82([0x6c,0x6f,0x77])}),_0x1d815a[_0x399a82([0x74,0x68,0x65,0x6e])](()=>{_0x361bcd||_0x39e82a(_0x399a82([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x4e54b4(){return _0x343ac8[_0x399a82([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x399a82([0x76,0x69,0x65,0x77])][_0x399a82([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x399a82([0x61,0x75,0x74,0x6f]);}function _0x1a9bbc(){_0x343ac8[_0x399a82([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x399a82([0x76,0x69,0x65,0x77])][_0x399a82([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x399a82([0x61,0x75,0x74,0x6f]);}}function _0xd06ead(_0xb177fe){const _0x2319c6=[new window[(_0x399a82([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x434668=>setTimeout(_0x434668,0x76e3c36c^_0x4e7640)),_0x1d815a[_0x399a82([0x74,0x68,0x65,0x6e])](()=>new window[(_0x399a82([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x3088fb=>{let _0x3d0fe2=0x0;_0x343ac8[_0x399a82([0x6d,0x6f,0x64,0x65,0x6c])][_0x399a82([0x6f,0x6e])](_0x399a82([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x2e13e3,_0x56941d)=>{_0x56941d[0x0][_0x399a82([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x3d0fe2++,_0x3d0fe2==(0x76eafc58^_0x4e7640)&&(_0x3088fb(),_0x2e13e3[_0x399a82([0x6f,0x66,0x66])]());});}))];return window[_0x399a82([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x399a82([0x72,0x61,0x63,0x65])](_0x2319c6)[_0x399a82([0x74,0x68,0x65,0x6e])](()=>_0xb177fe);}async function _0x2d9d86(){await _0x1d815a,_0x343ac8[_0x399a82([0x6d,0x6f,0x64,0x65,0x6c])][_0x399a82([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x50dead,_0x343ac8[_0x399a82([0x6d,0x6f,0x64,0x65,0x6c])][_0x399a82([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x50dead,_0x343ac8[_0x399a82([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x399a82([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x37320f(_0x3b0c00){const _0x4c004e=_0x3dfe39();_0x343ac8[_0x4c004e]=_0x399a82([0x73,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x3b0c00,_0x3b0c00!=_0x399a82([0x56,0x61,0x6c,0x69,0x64])&&_0x2d9d86();}function _0x3dfe39(){const _0x8b250e=window[_0x399a82([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x399a82([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x399a82([0x6e,0x6f,0x77])]())[_0x399a82([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x399a82([0x2e]),'');let _0x3d60d7=_0x399a82([0x79]);for(let _0x4aba4b=0x0;_0x4aba4b<_0x8b250e[_0x399a82([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x4aba4b+=0x2){let _0x1112a6=window[_0x399a82([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x8b250e[_0x399a82([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x4aba4b,_0x4aba4b+0x2));_0x1112a6>=_0xfda7ed[_0x399a82([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x1112a6-=_0xfda7ed[_0x399a82([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x3d60d7+=_0xfda7ed[_0x1112a6];}return _0x3d60d7;}function _0x45f6d6(){const _0x44390a=_0x18a5ca[_0x399a82([0x73,0x70,0x6c,0x69,0x74])](_0x399a82([0x2e]));if(0x3!=_0x44390a[_0x399a82([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x36ea05(_0x44390a[0x1]);function _0x36ea05(_0x3ecfae){const _0x25612c=_0x1aff2f(_0x3ecfae);return _0x25612c&&_0x41a4d8()?_0x25612c:null;function _0x41a4d8(){const _0x21d188=_0x25612c[_0x399a82([0x6a,0x74,0x69])],_0x425ed6=window[_0x399a82([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x21d188[_0x399a82([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x21d188[_0x399a82([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x27fe0a={..._0x25612c,[_0x399a82([0x6a,0x74,0x69])]:_0x21d188[_0x399a82([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x21d188[_0x399a82([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x27fe0a[_0x399a82([0x76,0x63])],_0x15229a(_0x27fe0a)==_0x425ed6;}}}async function _0x4257e2(){let _0x17624b=!0x0;try{const _0x61f6=_0x18a5ca[_0x399a82([0x73,0x70,0x6c,0x69,0x74])](_0x399a82([0x2e])),[_0x361e2e,_0x25a960,_0xfee0e6]=_0x61f6;return _0x5bee4c(_0x361e2e),await _0x116ec5(_0x361e2e,_0x25a960,_0xfee0e6),_0x17624b;}catch{return!0x1;}function _0x5bee4c(_0x5dc448){const _0x501c06=_0x1aff2f(_0x5dc448);_0x501c06&&_0x501c06[_0x399a82([0x61,0x6c,0x67])]==_0x399a82([0x45,0x53,0x32,0x35,0x36])||(_0x17624b=!0x1);}async function _0x116ec5(_0x327006,_0x5f4159,_0x250d58){const _0x5304a6=window[_0x399a82([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x399a82([0x66,0x72,0x6f,0x6d])](_0x1bba68(_0x250d58),_0x442405=>_0x442405[_0x399a82([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x33c986=new window[(_0x399a82([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x399a82([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x327006+_0x399a82([0x2e])+_0x5f4159),_0x593a80=window[_0x399a82([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x399a82([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x593a80)return;const _0x42b1ff=await _0x593a80[_0x399a82([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x399a82([0x6a,0x77,0x6b]),_0x3ba0da,{[_0x399a82([0x6e,0x61,0x6d,0x65])]:_0x399a82([0x45,0x43,0x44,0x53,0x41]),[_0x399a82([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x399a82([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x399a82([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x593a80[_0x399a82([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x399a82([0x6e,0x61,0x6d,0x65])]:_0x399a82([0x45,0x43,0x44,0x53,0x41]),[_0x399a82([0x68,0x61,0x73,0x68])]:{[_0x399a82([0x6e,0x61,0x6d,0x65])]:_0x399a82([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x42b1ff,_0x5304a6,_0x33c986)||(_0x17624b=!0x1);}}function _0x1aff2f(_0x3a122d){return _0x3a122d[_0x399a82([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x399a82([0x65,0x79]))?JSON[_0x399a82([0x70,0x61,0x72,0x73,0x65])](_0x1bba68(_0x3a122d)):null;}function _0x1bba68(_0x2bf668){return window[_0x399a82([0x61,0x74,0x6f,0x62])](_0x2bf668[_0x399a82([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x399a82([0x2b]))[_0x399a82([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x399a82([0x2f])));}function _0x15229a(_0x27bf5f){let _0x5c55bc=0x1505;function _0x143281(_0x426c87){for(let _0x291b0f=0x0;_0x291b0f<_0x426c87[_0x399a82([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x291b0f++){const _0x54fa6e=_0x426c87[_0x399a82([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x291b0f);_0x5c55bc=(_0x5c55bc<<0x5)+_0x5c55bc+_0x54fa6e,_0x5c55bc&=_0x5c55bc;}}function _0x4174d5(_0x31e545){Array[_0x399a82([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x31e545)?_0x31e545[_0x399a82([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x4174d5):_0x31e545&&typeof _0x31e545==_0x399a82([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x399a82([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x31e545)[_0x399a82([0x73,0x6f,0x72,0x74])]()[_0x399a82([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x5e2ecc,_0x489596])=>{_0x143281(_0x5e2ecc),_0x4174d5(_0x489596);}):_0x143281(window[_0x399a82([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x31e545));}return _0x4174d5(_0x27bf5f),_0x5c55bc>>>0x0;}function _0x148951(_0x47aaf3){return _0x47aaf3[_0x399a82([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x399a82([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x399a82([0x30]));}function _0x312fe3(_0xf367d5){return _0xf367d5[_0x399a82([0x73,0x70,0x6c,0x69,0x74])]('')[_0x399a82([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x399a82([0x6a,0x6f,0x69,0x6e])]('');}function _0x50dead(){}function _0x399a82(_0x3bcc0c){const _0x5a4bd4=_0x2c8d;return _0x3bcc0c[_0x5a4bd4(0x1b3)](_0x11cf43=>String[_0x5a4bd4(0x16e)](_0x11cf43))[_0x5a4bd4(0x1d4)]('');}_0x37320f(await _0x16a485());}(this);}[_0x3ffa06(0x195)](){const _0xe6bc5=_0x3ffa06;return this[_0xe6bc5(0x191)];}[_0x3ffa06(0x1e7)](){const _0x331fd6=_0x3ffa06,_0x14d76a=_0x324404=>_0x3a3163(this[_0x331fd6(0x184)][_0x331fd6(0x1be)],_0x324404);return[{'id':_0x331fd6(0x19c),'commandName':_0x331fd6(0x1bb),'icon':_0x2e6538,'title':_0x14d76a(_0x331fd6(0x1e5)),'description':_0x14d76a(_0x331fd6(0x1c4)),'execute':_0x50144f=>{const _0x23b5c1=_0x331fd6;setTimeout(()=>_0x50144f[_0x23b5c1(0x197)](_0x23b5c1(0x1bb)));}},{'id':_0x331fd6(0x1bc),'commandName':_0x331fd6(0x1bc),'icon':_0x30df82,'title':_0x14d76a(_0x331fd6(0x1ab)),'description':_0x14d76a(_0x331fd6(0x1ee))},{'id':_0x331fd6(0x1b6),'commandName':_0x331fd6(0x1b6),'icon':_0x4ae80a,'title':_0x14d76a(_0x331fd6(0x1d5)),'description':_0x14d76a(_0x331fd6(0x1d0))},{'id':_0x331fd6(0x1ad),'commandName':_0x331fd6(0x1ad),'icon':_0x149a94,'title':_0x14d76a(_0x331fd6(0x18b)),'description':_0x14d76a(_0x331fd6(0x188))},{'id':_0x331fd6(0x19e),'commandName':_0x331fd6(0x19e),'icon':_0xb508be,'title':_0x14d76a(_0x331fd6(0x1d7)),'description':_0x14d76a(_0x331fd6(0x1a9)),'aliases':[_0x331fd6(0x18e),_0x331fd6(0x17c),_0x331fd6(0x16f)]},{'id':_0x331fd6(0x18e),'commandName':_0x331fd6(0x18e),'icon':_0xb508be,'title':_0x14d76a(_0x331fd6(0x19a)),'description':_0x14d76a(_0x331fd6(0x187)),'aliases':[_0x331fd6(0x19e),_0x331fd6(0x17c),_0x331fd6(0x16f)]},{'id':_0x331fd6(0x1df),'commandName':_0x331fd6(0x1df),'icon':_0x480d6a,'title':_0x14d76a(_0x331fd6(0x174)),'description':_0x14d76a(_0x331fd6(0x1ed)),'execute':_0x51ae67=>{const _0x4c531d=_0x331fd6;setTimeout(()=>_0x51ae67[_0x4c531d(0x197)](_0x4c531d(0x1df)));}},{'id':_0x331fd6(0x1a3),'commandName':_0x331fd6(0x1ac),'icon':_0xe9d272,'title':_0x14d76a(_0x331fd6(0x186)),'description':_0x14d76a(_0x331fd6(0x18f)),'execute':_0x46d532=>{const _0x32c7d4=_0x331fd6;_0x46d532[_0x32c7d4(0x197)](_0x32c7d4(0x1ac),{'value':_0x32c7d4(0x1a3)});}},{'id':_0x331fd6(0x1b1),'commandName':_0x331fd6(0x1ac),'icon':_0x10d3d2,'title':_0x14d76a(_0x331fd6(0x16d)),'description':_0x14d76a(_0x331fd6(0x173)),'execute':_0x4d1614=>{const _0x15a0f3=_0x331fd6;_0x4d1614[_0x15a0f3(0x197)](_0x15a0f3(0x1ac),{'value':_0x15a0f3(0x1b1)});}},{'id':_0x331fd6(0x1ae),'commandName':_0x331fd6(0x1ac),'icon':_0x59066a,'title':_0x14d76a(_0x331fd6(0x1cb)),'description':_0x14d76a(_0x331fd6(0x1c7)),'execute':_0xe3874f=>{const _0x33e1bd=_0x331fd6;_0xe3874f[_0x33e1bd(0x197)](_0x33e1bd(0x1ac),{'value':_0x33e1bd(0x1ae)});}},{'id':_0x331fd6(0x178),'commandName':_0x331fd6(0x1ac),'icon':_0x3ca603,'title':_0x14d76a(_0x331fd6(0x177)),'description':_0x14d76a(_0x331fd6(0x179)),'execute':_0x395b6f=>{const _0x397e94=_0x331fd6;_0x395b6f[_0x397e94(0x197)](_0x397e94(0x1ac),{'value':_0x397e94(0x178)});}},{'id':_0x331fd6(0x1a6),'commandName':_0x331fd6(0x1ac),'icon':_0x2e1e38,'title':_0x14d76a(_0x331fd6(0x1eb)),'description':_0x14d76a(_0x331fd6(0x1ba)),'execute':_0x47956f=>{const _0xcbd50d=_0x331fd6;_0x47956f[_0xcbd50d(0x197)](_0xcbd50d(0x1ac),{'value':_0xcbd50d(0x1a6)});}},{'id':_0x331fd6(0x18a),'commandName':_0x331fd6(0x1ac),'icon':_0xe0fd0c,'title':_0x14d76a(_0x331fd6(0x1b5)),'description':_0x14d76a(_0x331fd6(0x1c9)),'execute':_0x51d529=>{const _0x31feb6=_0x331fd6;_0x51d529[_0x31feb6(0x197)](_0x31feb6(0x1ac),{'value':_0x31feb6(0x18a)});}},{'id':_0x331fd6(0x1d2),'commandName':_0x331fd6(0x1d2),'icon':_0x2040a3,'title':_0x14d76a(_0x331fd6(0x196)),'description':_0x14d76a(_0x331fd6(0x176))},{'id':_0x331fd6(0x17e),'commandName':_0x331fd6(0x17e),'icon':_0x5f57f8,'title':_0x14d76a(_0x331fd6(0x1e0)),'description':_0x14d76a(_0x331fd6(0x1b9))},{'id':_0x331fd6(0x1b0),'commandName':_0x331fd6(0x1b0),'icon':_0x1b0871,'title':_0x14d76a(_0x331fd6(0x1e8)),'description':_0x14d76a(_0x331fd6(0x1a5))},{'id':_0x331fd6(0x192),'commandName':_0x331fd6(0x192),'title':_0x14d76a(_0x331fd6(0x1ca)),'description':_0x14d76a(_0x331fd6(0x17d))},{'id':_0x331fd6(0x1e6),'commandName':_0x331fd6(0x1e6),'icon':_0x22c850,'title':_0x14d76a(_0x331fd6(0x17f)),'description':_0x14d76a(_0x331fd6(0x171))},{'id':_0x331fd6(0x1ef),'commandName':_0x331fd6(0x1ef),'icon':_0x4b653f,'title':_0x14d76a(_0x331fd6(0x193)),'description':_0x14d76a(_0x331fd6(0x1de)),'aliases':[_0x331fd6(0x18c)]},{'id':_0x331fd6(0x189),'commandName':_0x331fd6(0x189),'icon':_0x2520fe,'title':_0x14d76a(_0x331fd6(0x1a1)),'description':_0x14d76a(_0x331fd6(0x1e1))},{'id':_0x331fd6(0x1af),'commandName':_0x331fd6(0x1af),'icon':_0x4dfdbe,'title':_0x14d76a(_0x331fd6(0x170)),'description':_0x14d76a(_0x331fd6(0x1d1))},{'id':_0x331fd6(0x1a4),'commandName':_0x331fd6(0x1a4),'icon':_0xdd35fa,'title':_0x14d76a(_0x331fd6(0x1c3)),'description':_0x14d76a(_0x331fd6(0x181))},{'id':_0x331fd6(0x19f),'commandName':_0x331fd6(0x19f),'icon':_0x1721b7,'title':_0x14d76a(_0x331fd6(0x183)),'description':_0x14d76a(_0x331fd6(0x1d3))}];}[_0x3ffa06(0x1b2)](_0x178c6d){const _0x7dcaed=_0x3ffa06;return _0x178c6d[_0x7dcaed(0x1e2)]?_0x178c6d[_0x7dcaed(0x1e2)](this[_0x7dcaed(0x184)]):!_0x178c6d[_0x7dcaed(0x1da)]||this[_0x7dcaed(0x184)][_0x7dcaed(0x1cd)][_0x7dcaed(0x1b8)](_0x178c6d[_0x7dcaed(0x1da)])[_0x7dcaed(0x1e2)];}[_0x3ffa06(0x1d6)](_0x190488){const _0x78904b=_0x3ffa06;if(_0x190488[_0x78904b(0x197)])_0x190488[_0x78904b(0x197)](this[_0x78904b(0x184)]);else{if(!_0x190488[_0x78904b(0x1da)])throw new _0x327a81(_0x78904b(0x17a),this[_0x78904b(0x184)],{'commandDefinition':_0x190488});this[_0x78904b(0x184)][_0x78904b(0x197)](_0x190488[_0x78904b(0x1da)]);}}}function H(_0x39b173,_0xa0f118){const _0x3007f6=_0x3ffa06;return _0x39b173[_0x3007f6(0x185)]<_0xa0f118[_0x3007f6(0x185)]?-0x1:_0x39b173[_0x3007f6(0x185)]>_0xa0f118[_0x3007f6(0x185)]?0x1:0x0;}function O(_0xdebaa6,_0xfd943b){const _0x1fb911=_0x3ffa06;return _0xfd943b+'-'+_0xdebaa6[_0x1fb911(0x1c6)]()[_0x1fb911(0x17b)]('\x20')[_0x1fb911(0x1d4)]('-');}
23
+ const _0xfcd810=_0x59ed;(function(_0x17550b,_0x185b38){const _0x1dafd9=_0x59ed,_0x1f155b=_0x17550b();while(!![]){try{const _0x3b3310=-parseInt(_0x1dafd9(0x211))/0x1+-parseInt(_0x1dafd9(0x1d1))/0x2*(parseInt(_0x1dafd9(0x1f7))/0x3)+parseInt(_0x1dafd9(0x1c3))/0x4+parseInt(_0x1dafd9(0x228))/0x5*(parseInt(_0x1dafd9(0x229))/0x6)+-parseInt(_0x1dafd9(0x1f3))/0x7+-parseInt(_0x1dafd9(0x1c1))/0x8+parseInt(_0x1dafd9(0x1f0))/0x9;if(_0x3b3310===_0x185b38)break;else _0x1f155b['push'](_0x1f155b['shift']());}catch(_0x5ddddf){_0x1f155b['push'](_0x1f155b['shift']());}}}(_0x1a18,0xf321d));import{Plugin as _0x40b094}from'ckeditor5/src/core.js';import{CKEditorError as _0xa38f95,uid as _0x457875}from'ckeditor5/src/utils.js';import{IconBrowseFiles as _0xcf272d,IconBulletedList as _0x4e07b0,IconEmoji as _0x27be92,IconCodeBlock as _0x4a951a,IconHeading1 as _0x1682e4,IconHeading2 as _0x444693,IconHeading3 as _0x5c27e4,IconHeading4 as _0x124ee4,IconHeading5 as _0x11fe6a,IconHeading6 as _0x169f8a,IconHorizontalLine as _0x35a5e7,IconHtml as _0x26cf12,IconIndent as _0x36b8f3,IconNumberedList as _0xf7bb23,IconOutdent as _0x539c29,IconParagraph as _0x3f308a,IconQuote as _0x510ad5,IconRobotPencil as _0x58507d,IconTable as _0x56a56a,IconTableOfContents as _0x5ed061,IconTodoList as _0x4055e5}from'ckeditor5/src/icons.js';import{getTranslation as _0x4a8687}from'./utils/common-translations.js';import'./slashcommandeditorconfig.js';function _0x59ed(_0x54cd9c,_0x5bee1a){const _0x1a1803=_0x1a18();return _0x59ed=function(_0x59ede7,_0x2609fb){_0x59ede7=_0x59ede7-0x1c1;let _0x163112=_0x1a1803[_0x59ede7];return _0x163112;},_0x59ed(_0x54cd9c,_0x5bee1a);}export default class L extends _0x40b094{static get[_0xfcd810(0x23e)](){const _0x2aaa68=_0xfcd810;return _0x2aaa68(0x243);}static get[_0xfcd810(0x1ee)](){return!0x0;}static get[_0xfcd810(0x1e9)](){return!0x0;}constructor(_0x23edb3){const _0x3c99db=_0xfcd810;super(_0x23edb3),this[_0x3c99db(0x216)]=null;}[_0xfcd810(0x1e0)](){const _0x3e4a7a=_0xfcd810,_0x38c571=this[_0x3e4a7a(0x23c)][_0x3e4a7a(0x1fa)][_0x3e4a7a(0x214)](_0x3e4a7a(0x232))||[],_0x10367a=function(_0x1efbed){const _0xb9fb0f=_0x3e4a7a;let _0x4261f3=[_0xb9fb0f(0x1f1),_0xb9fb0f(0x242),_0xb9fb0f(0x22a)];if(_0x1efbed){const _0x31d094=_0x1efbed[_0xb9fb0f(0x209)](_0x1025a0=>_0x1025a0[_0xb9fb0f(0x241)]);_0x4261f3=[_0xb9fb0f(0x1e1),_0xb9fb0f(0x239),_0xb9fb0f(0x213),_0xb9fb0f(0x1f1),_0xb9fb0f(0x242),_0xb9fb0f(0x22a)][_0xb9fb0f(0x1fe)](_0x3ddad2=>!_0x31d094[_0xb9fb0f(0x1f9)](_0x3ddad2));}return _0x4261f3;}(this[_0x3e4a7a(0x23c)][_0x3e4a7a(0x1fa)][_0x3e4a7a(0x214)](_0x3e4a7a(0x1d3)));let _0x54a991=this[_0x3e4a7a(0x1d6)]()[_0x3e4a7a(0x1fe)](_0x4aac1f=>!_0x10367a[_0x3e4a7a(0x1f9)](_0x4aac1f['id']))[_0x3e4a7a(0x1fe)](_0x4e9294=>!_0x38c571[_0x3e4a7a(0x1f9)](_0x4e9294[_0x3e4a7a(0x1f4)]));const _0x379b7e=this[_0x3e4a7a(0x23c)][_0x3e4a7a(0x1fa)][_0x3e4a7a(0x214)](_0x3e4a7a(0x222));_0x379b7e&&_0x379b7e[_0x3e4a7a(0x1cc)]&&(_0x54a991=_0x54a991[_0x3e4a7a(0x1e8)](_0x379b7e));const _0x27cf7b=this[_0x3e4a7a(0x23c)][_0x3e4a7a(0x1fa)][_0x3e4a7a(0x214)](_0x3e4a7a(0x205));_0x27cf7b&&_0x27cf7b[_0x3e4a7a(0x1cc)]&&(_0x54a991=_0x54a991[_0x3e4a7a(0x1e8)](function(_0x3db1cc){const _0xb02480=_0x3e4a7a;return _0x3db1cc[_0xb02480(0x209)](_0xbd9c56=>{const _0x2a2679=_0xb02480,{title:_0x2daa5c,icon:_0x30181f,description:_0x22eb6c,data:_0x5b4be5}=_0xbd9c56,_0x58c88a={'id':O(_0x2daa5c,_0x2a2679(0x201)),'commandName':_0x2a2679(0x1c2),'execute':_0x3c0364=>{const _0x17a1b7=_0x2a2679;_0x3c0364[_0x17a1b7(0x1f2)](_0x17a1b7(0x1c2),_0x5b4be5);},'description':_0x22eb6c,'icon':_0x30181f,'title':_0x2daa5c};return _0x30181f&&(_0x58c88a[_0x2a2679(0x1ca)]=!0x1),_0x58c88a;});}(_0x27cf7b)));const _0x444986=this[_0x3e4a7a(0x23c)][_0x3e4a7a(0x1fa)][_0x3e4a7a(0x214)](_0x3e4a7a(0x226));_0x444986&&_0x444986[_0x3e4a7a(0x1cc)]&&(_0x54a991=_0x54a991[_0x3e4a7a(0x1e8)](function(_0x16f39b){const _0x157d84=_0x3e4a7a;return _0x16f39b[_0x157d84(0x209)](_0x261964=>({'id':O(_0x261964[_0x157d84(0x227)],_0x157d84(0x212)),'commandName':_0x157d84(0x212),'execute':_0x473834=>{const _0x1a7194=_0x157d84;_0x473834[_0x1a7194(0x1f2)](_0x1a7194(0x212),{'styleName':_0x261964[_0x1a7194(0x227)]});},'isEnabled':_0x260ead=>{const _0x5ce246=_0x157d84,_0xc36779=_0x260ead[_0x5ce246(0x1ce)][_0x5ce246(0x214)](_0x5ce246(0x212));return _0xc36779[_0x5ce246(0x20b)]&&_0xc36779[_0x5ce246(0x20a)][_0x5ce246(0x1f9)](_0x261964[_0x5ce246(0x227)]);},'title':_0x261964[_0x157d84(0x227)]}));}(_0x444986)));const _0x348575=_0x54a991[_0x3e4a7a(0x1fe)](_0x5baa52=>!_0x5baa52[_0x3e4a7a(0x1f4)]||void 0x0!==this[_0x3e4a7a(0x23c)][_0x3e4a7a(0x1ce)][_0x3e4a7a(0x214)](_0x5baa52[_0x3e4a7a(0x1f4)])),_0x884daa=[];for(const _0x3e01cc of _0x348575)_0x884daa[_0x3e4a7a(0x21d)]({'id':_0x3e01cc['id'],'commandName':_0x3e01cc[_0x3e4a7a(0x1f4)],'title':_0x3e4a7a(0x237)==typeof _0x3e01cc[_0x3e4a7a(0x204)]?_0x3e01cc[_0x3e4a7a(0x204)](this[_0x3e4a7a(0x23c)]):_0x3e01cc[_0x3e4a7a(0x204)],'description':_0x3e01cc[_0x3e4a7a(0x23f)],'icon':_0x3e01cc[_0x3e4a7a(0x1e2)],'isIconColorInherited':_0x3e01cc[_0x3e4a7a(0x1ca)],'aliases':_0x3e01cc[_0x3e4a7a(0x1e3)],'isEnabled':()=>this[_0x3e4a7a(0x206)](_0x3e01cc),'execute':()=>this[_0x3e4a7a(0x1eb)](_0x3e01cc)});this[_0x3e4a7a(0x216)]=_0x884daa[_0x3e4a7a(0x1fd)](H),async function(_0x4752c8){const _0x1dd346=_0x33939c([0x34,0x58,0x6b,0x4c,0x57,0x52,0x7a,0x55,0x45,0x32,0x4a,0x35,0x54,0x6a,0x49,0x37,0x6c,0x62,0x42,0x73,0x6d,0x4b,0x70,0x74,0x78,0x4e,0x4d,0x65,0x4f,0x59,0x31,0x71,0x67,0x68,0x75,0x66,0x41,0x44,0x50,0x77,0x53,0x30,0x38,0x76,0x47,0x46,0x72,0x33,0x5a,0x51,0x6f,0x43,0x79,0x64,0x61,0x63,0x48,0x6e,0x39,0x69,0x36,0x56]),_0x28ba23=0x6e6bd9da,_0x476acf=0x6e6cb2da^_0x28ba23,_0x5d80a2=window[_0x33939c([0x44,0x61,0x74,0x65])][_0x33939c([0x6e,0x6f,0x77])](),_0x472f01=_0x4752c8[_0x33939c([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x43109c=new window[(_0x33939c([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x1fa928=>{_0x472f01[_0x33939c([0x6f,0x6e,0x63,0x65])](_0x33939c([0x72,0x65,0x61,0x64,0x79]),_0x1fa928);}),_0x4aba42={[_0x33939c([0x6b,0x74,0x79])]:_0x33939c([0x45,0x43]),[_0x33939c([0x75,0x73,0x65])]:_0x33939c([0x73,0x69,0x67]),[_0x33939c([0x63,0x72,0x76])]:_0x33939c([0x50,0x2d,0x32,0x35,0x36]),[_0x33939c([0x78])]:_0x33939c([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]),[_0x33939c([0x79])]:_0x33939c([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]),[_0x33939c([0x61,0x6c,0x67])]:_0x33939c([0x45,0x53,0x32,0x35,0x36])},_0x56d899=_0x472f01[_0x33939c([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x33939c([0x67,0x65,0x74])](_0x33939c([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x5d9e69(){let _0x5b4512,_0x1e3cd5=null,_0x47ed61=null;try{if(_0x56d899==_0x33939c([0x47,0x50,0x4c]))return _0x33939c([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x5b4512=_0x275a97(),!_0x5b4512)return _0x33939c([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x5b4512[_0x33939c([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x47ed61=_0x44fa2f(_0x5b4512[_0x33939c([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x5b4512[_0x33939c([0x6a,0x74,0x69])])),await _0x16a451()?_0x1a249d()?_0x29323e()?_0x33939c([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0xebb275()?(_0x5b4512[_0x33939c([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x33939c([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x1e3cd5=_0x2c79bb(_0x33939c([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x5b4512[_0x33939c([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x33939c([0x74,0x72,0x69,0x61,0x6c])&&(_0x1e3cd5=_0x2c79bb(_0x33939c([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x13187e()):_0x33939c([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x33939c([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x33939c([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x33939c([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x29323e(){const _0x4e5453=[_0x33939c([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x33939c([0x74,0x72,0x69,0x61,0x6c])][_0x33939c([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5b4512[_0x33939c([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x5d80a2/0x3e8:0xe10*_0x476acf;return _0x5b4512[_0x33939c([0x65,0x78,0x70])]<_0x4e5453;}function _0x1a249d(){const _0x70799=_0x5b4512[_0x33939c([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x70799&&(!!_0x70799[_0x33939c([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x33939c([0x2a]))||(!!_0x70799[_0x33939c([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x33939c([0x53,0x43]))||!!_0x70799[_0x33939c([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x33939c([0x50,0x50]))));}function _0xebb275(){const _0x19b6c4=_0x59ed,_0x51bf51=_0x5b4512[_0x33939c([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x51bf51||0x0==_0x51bf51[_0x33939c([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x48f683}=new URL(window[_0x33939c([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x19b6c4(0x238)]);if(_0x51bf51[_0x33939c([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x48f683))return!0x0;const _0x2db008=_0x48f683[_0x33939c([0x73,0x70,0x6c,0x69,0x74])](_0x33939c([0x2e]));return _0x51bf51[_0x33939c([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x315e3c=>_0x315e3c[_0x33939c([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x33939c([0x2a])))[_0x33939c([0x6d,0x61,0x70])](_0x6c7fef=>_0x6c7fef[_0x33939c([0x73,0x70,0x6c,0x69,0x74])](_0x33939c([0x2e])))[_0x33939c([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x2f640f=>_0x2f640f[_0x33939c([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x2db008[_0x33939c([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x33939c([0x6d,0x61,0x70])](_0x153fea=>Array(_0x2db008[_0x33939c([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x153fea[_0x33939c([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x33939c([0x66,0x69,0x6c,0x6c])](_0x153fea[0x0]===_0x33939c([0x2a])?_0x33939c([0x2a]):'')[_0x33939c([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x153fea))[_0x33939c([0x73,0x6f,0x6d,0x65])](_0x5850ce=>_0x2db008[_0x33939c([0x65,0x76,0x65,0x72,0x79])]((_0x697de0,_0x2d2332)=>_0x5850ce[_0x2d2332]===_0x697de0||_0x5850ce[_0x2d2332]===_0x33939c([0x2a])));}function _0x13187e(){return _0x1e3cd5&&_0x47ed61?new window[(_0x33939c([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x2b07cd,_0x2f6233)=>{_0x1e3cd5[_0x33939c([0x74,0x68,0x65,0x6e])](_0x2b07cd,_0x2f6233),_0x47ed61[_0x33939c([0x74,0x68,0x65,0x6e])](_0x428628=>{_0x428628!=_0x33939c([0x56,0x61,0x6c,0x69,0x64])&&_0x2b07cd(_0x428628);},_0x2f6233);}):_0x1e3cd5||_0x47ed61||_0x33939c([0x56,0x61,0x6c,0x69,0x64]);}}function _0x44fa2f(_0x16e60a,_0x2a87af){return new window[(_0x33939c([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x436dbd=>{if(_0x3419db())return _0x436dbd(_0x33939c([0x56,0x61,0x6c,0x69,0x64]));_0x21f1ca(),_0x472f01[_0x33939c([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x33939c([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x861316=!0x1;const _0x14741c=_0x457875();function _0x581bdc(_0x262148){return!!_0x262148&&(typeof _0x262148===_0x33939c([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x262148===_0x33939c([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x262148[_0x33939c([0x74,0x68,0x65,0x6e])]===_0x33939c([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x262148[_0x33939c([0x63,0x61,0x74,0x63,0x68])]===_0x33939c([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0xc3d803(_0x595280){_0x1ba05d(_0x595280)[_0x33939c([0x74,0x68,0x65,0x6e])](_0x570e46=>{if(!_0x570e46||_0x570e46[_0x33939c([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x33939c([0x6f,0x6b]))return _0x33939c([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x44b92f(_0x3d6cd2(_0x14741c+_0x2a87af))!=_0x570e46[_0x33939c([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x33939c([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x33939c([0x56,0x61,0x6c,0x69,0x64]);})[_0x33939c([0x74,0x68,0x65,0x6e])](_0x2078f5=>(_0x5258b0(),_0x2078f5),()=>{const _0x4e21d4=_0x4a1b73();return null==_0x4e21d4?(_0x5258b0(),_0x33939c([0x56,0x61,0x6c,0x69,0x64])):_0x33939c(_0x5d80a2-_0x4e21d4>(0x4a675dda^_0x28ba23)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x33939c([0x74,0x68,0x65,0x6e])](_0x436dbd)[_0x33939c([0x63,0x61,0x74,0x63,0x68])](()=>{_0x436dbd(_0x33939c([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x575994=0x6e5d375a^_0x28ba23;function _0x5258b0(){const _0x1ee588=_0x33939c([0x6c,0x6c,0x63,0x74,0x2d])+_0x44b92f(_0x3d6cd2(_0x16e60a)),_0x15d7a1=_0x5d856a(_0x44b92f(window[_0x33939c([0x4d,0x61,0x74,0x68])][_0x33939c([0x63,0x65,0x69,0x6c])](_0x5d80a2/_0x575994)));window[_0x33939c([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x33939c([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x1ee588,_0x15d7a1);}function _0x4a1b73(){const _0x3df51a=_0x33939c([0x6c,0x6c,0x63,0x74,0x2d])+_0x44b92f(_0x3d6cd2(_0x16e60a)),_0x455627=window[_0x33939c([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x33939c([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x3df51a);return _0x455627?window[_0x33939c([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x5d856a(_0x455627),0x10)*_0x575994:null;}function _0x1ba05d(_0x450ba1){return new window[(_0x33939c([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x5c0af9,_0x601a2)=>{_0x450ba1[_0x33939c([0x74,0x68,0x65,0x6e])](_0x5c0af9,_0x601a2),window[_0x33939c([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x601a2,0x6e6a0d1a^_0x28ba23);});}}_0x472f01[_0x33939c([0x6f,0x6e])](_0x33939c([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x1f96ee,_0x5e2a51)=>{if(_0x5e2a51[0x0]!=_0x16e60a)return _0x436dbd(_0x33939c([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x5e2a51[0x1]={..._0x5e2a51[0x1],[_0x33939c([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x14741c};},{[_0x33939c([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x33939c([0x68,0x69,0x67,0x68])}),_0x472f01[_0x33939c([0x6f,0x6e])](_0x33939c([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x15cd74=>{_0x581bdc(_0x15cd74[_0x33939c([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x861316=!0x0,_0xc3d803(_0x15cd74[_0x33939c([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x33939c([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x33939c([0x6c,0x6f,0x77])}),_0x43109c[_0x33939c([0x74,0x68,0x65,0x6e])](()=>{_0x861316||_0x436dbd(_0x33939c([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x3419db(){return _0x472f01[_0x33939c([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x33939c([0x76,0x69,0x65,0x77])][_0x33939c([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x33939c([0x61,0x75,0x74,0x6f]);}function _0x21f1ca(){_0x472f01[_0x33939c([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x33939c([0x76,0x69,0x65,0x77])][_0x33939c([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x33939c([0x61,0x75,0x74,0x6f]);}}function _0x2c79bb(_0x2dfa9b){const _0x2a145f=[new window[(_0x33939c([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x16b85f=>setTimeout(_0x16b85f,0x6e62e716^_0x28ba23)),_0x43109c[_0x33939c([0x74,0x68,0x65,0x6e])](()=>new window[(_0x33939c([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x312835=>{let _0x3de0fa=0x0;_0x472f01[_0x33939c([0x6d,0x6f,0x64,0x65,0x6c])][_0x33939c([0x6f,0x6e])](_0x33939c([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x496b1e,_0x27782a)=>{_0x27782a[0x0][_0x33939c([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x3de0fa++,_0x3de0fa==(0x6e6bd822^_0x28ba23)&&(_0x312835(),_0x496b1e[_0x33939c([0x6f,0x66,0x66])]());});}))];return window[_0x33939c([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x33939c([0x72,0x61,0x63,0x65])](_0x2a145f)[_0x33939c([0x74,0x68,0x65,0x6e])](()=>_0x2dfa9b);}async function _0x32f195(){await _0x43109c,_0x472f01[_0x33939c([0x6d,0x6f,0x64,0x65,0x6c])][_0x33939c([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x16a234,_0x472f01[_0x33939c([0x6d,0x6f,0x64,0x65,0x6c])][_0x33939c([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x16a234,_0x472f01[_0x33939c([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x33939c([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x1d7b75(_0x27c93c){const _0xddd47b=_0x4dc918();_0x472f01[_0xddd47b]=_0x33939c([0x73,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x27c93c,_0x27c93c!=_0x33939c([0x56,0x61,0x6c,0x69,0x64])&&_0x32f195();}function _0x4dc918(){const _0x358bfe=window[_0x33939c([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x33939c([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x33939c([0x6e,0x6f,0x77])]())[_0x33939c([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x33939c([0x2e]),'');let _0x511b35=_0x33939c([0x58]);for(let _0x38e5b7=0x0;_0x38e5b7<_0x358bfe[_0x33939c([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x38e5b7+=0x2){let _0x1b3f3a=window[_0x33939c([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x358bfe[_0x33939c([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x38e5b7,_0x38e5b7+0x2));_0x1b3f3a>=_0x1dd346[_0x33939c([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x1b3f3a-=_0x1dd346[_0x33939c([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x511b35+=_0x1dd346[_0x1b3f3a];}return _0x511b35;}function _0x275a97(){const _0x2f6e86=_0x56d899[_0x33939c([0x73,0x70,0x6c,0x69,0x74])](_0x33939c([0x2e]));if(0x3!=_0x2f6e86[_0x33939c([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x1a6eac(_0x2f6e86[0x1]);function _0x1a6eac(_0x536ef2){const _0x27667d=_0x14090a(_0x536ef2);return _0x27667d&&_0x256359()?_0x27667d:null;function _0x256359(){const _0x3fb3c6=_0x27667d[_0x33939c([0x6a,0x74,0x69])],_0x4b82f9=window[_0x33939c([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x3fb3c6[_0x33939c([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x3fb3c6[_0x33939c([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x1f4d07={..._0x27667d,[_0x33939c([0x6a,0x74,0x69])]:_0x3fb3c6[_0x33939c([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x3fb3c6[_0x33939c([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x1f4d07[_0x33939c([0x76,0x63])],_0x3d6cd2(_0x1f4d07)==_0x4b82f9;}}}async function _0x16a451(){let _0x338ec3=!0x0;try{const _0xff2b47=_0x56d899[_0x33939c([0x73,0x70,0x6c,0x69,0x74])](_0x33939c([0x2e])),[_0x5469e2,_0x587d0e,_0x31d0cf]=_0xff2b47;return _0x2d4a78(_0x5469e2),await _0x46cdf0(_0x5469e2,_0x587d0e,_0x31d0cf),_0x338ec3;}catch{return!0x1;}function _0x2d4a78(_0x3b7a38){const _0x526cce=_0x14090a(_0x3b7a38);_0x526cce&&_0x526cce[_0x33939c([0x61,0x6c,0x67])]==_0x33939c([0x45,0x53,0x32,0x35,0x36])||(_0x338ec3=!0x1);}async function _0x46cdf0(_0x146e46,_0xf748c,_0x443069){const _0x43e480=window[_0x33939c([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x33939c([0x66,0x72,0x6f,0x6d])](_0x5439f4(_0x443069),_0x11d0e4=>_0x11d0e4[_0x33939c([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x4922e3=new window[(_0x33939c([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x33939c([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x146e46+_0x33939c([0x2e])+_0xf748c),_0x5e666a=window[_0x33939c([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x33939c([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x5e666a)return;const _0x2f2c0b=await _0x5e666a[_0x33939c([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x33939c([0x6a,0x77,0x6b]),_0x4aba42,{[_0x33939c([0x6e,0x61,0x6d,0x65])]:_0x33939c([0x45,0x43,0x44,0x53,0x41]),[_0x33939c([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x33939c([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x33939c([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x5e666a[_0x33939c([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x33939c([0x6e,0x61,0x6d,0x65])]:_0x33939c([0x45,0x43,0x44,0x53,0x41]),[_0x33939c([0x68,0x61,0x73,0x68])]:{[_0x33939c([0x6e,0x61,0x6d,0x65])]:_0x33939c([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x2f2c0b,_0x43e480,_0x4922e3)||(_0x338ec3=!0x1);}}function _0x14090a(_0x59e242){return _0x59e242[_0x33939c([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x33939c([0x65,0x79]))?JSON[_0x33939c([0x70,0x61,0x72,0x73,0x65])](_0x5439f4(_0x59e242)):null;}function _0x5439f4(_0x1e970a){return window[_0x33939c([0x61,0x74,0x6f,0x62])](_0x1e970a[_0x33939c([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x33939c([0x2b]))[_0x33939c([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x33939c([0x2f])));}function _0x3d6cd2(_0x14b5b5){let _0x48e34a=0x1505;function _0x30f0b6(_0x56ff45){for(let _0x308814=0x0;_0x308814<_0x56ff45[_0x33939c([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x308814++){const _0xb9a8f4=_0x56ff45[_0x33939c([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x308814);_0x48e34a=(_0x48e34a<<0x5)+_0x48e34a+_0xb9a8f4,_0x48e34a&=_0x48e34a;}}function _0x2c1b0a(_0x4170b0){Array[_0x33939c([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x4170b0)?_0x4170b0[_0x33939c([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x2c1b0a):_0x4170b0&&typeof _0x4170b0==_0x33939c([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x33939c([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x4170b0)[_0x33939c([0x73,0x6f,0x72,0x74])]()[_0x33939c([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x2376bc,_0x158cd5])=>{_0x30f0b6(_0x2376bc),_0x2c1b0a(_0x158cd5);}):_0x30f0b6(window[_0x33939c([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x4170b0));}return _0x2c1b0a(_0x14b5b5),_0x48e34a>>>0x0;}function _0x44b92f(_0x1c3a97){return _0x1c3a97[_0x33939c([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x33939c([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x33939c([0x30]));}function _0x5d856a(_0xfd0879){return _0xfd0879[_0x33939c([0x73,0x70,0x6c,0x69,0x74])]('')[_0x33939c([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x33939c([0x6a,0x6f,0x69,0x6e])]('');}function _0x16a234(){}function _0x33939c(_0x319786){const _0x454d4e=_0x59ed;return _0x319786[_0x454d4e(0x209)](_0x52e6c9=>String[_0x454d4e(0x1c4)](_0x52e6c9))[_0x454d4e(0x234)]('');}_0x1d7b75(await _0x5d9e69());}(this);}[_0xfcd810(0x21f)](){const _0x59f0b8=_0xfcd810;return this[_0x59f0b8(0x216)];}[_0xfcd810(0x1d6)](){const _0x21b0b5=_0xfcd810,_0x48e11f=_0x4e5783=>_0x4a8687(this[_0x21b0b5(0x23c)][_0x21b0b5(0x210)],_0x4e5783);return[{'id':_0x21b0b5(0x20d),'commandName':_0x21b0b5(0x1e7),'icon':_0x58507d,'title':_0x48e11f(_0x21b0b5(0x1df)),'description':_0x48e11f(_0x21b0b5(0x1d9)),'execute':_0x43f1dd=>{const _0x5942b2=_0x21b0b5;setTimeout(()=>_0x43f1dd[_0x5942b2(0x1f2)](_0x5942b2(0x1e7)));}},{'id':_0x21b0b5(0x1de),'commandName':_0x21b0b5(0x1de),'icon':_0x510ad5,'title':_0x48e11f(_0x21b0b5(0x1d0)),'description':_0x48e11f(_0x21b0b5(0x1cd))},{'id':_0x21b0b5(0x1f6),'commandName':_0x21b0b5(0x1f6),'icon':_0x4e07b0,'title':_0x48e11f(_0x21b0b5(0x230)),'description':_0x48e11f(_0x21b0b5(0x20f))},{'id':_0x21b0b5(0x22c),'commandName':_0x21b0b5(0x22c),'icon':_0x4a951a,'title':_0x48e11f(_0x21b0b5(0x219)),'description':_0x48e11f(_0x21b0b5(0x21b))},{'id':_0x21b0b5(0x21c),'commandName':_0x21b0b5(0x21c),'icon':_0xcf272d,'title':_0x48e11f(_0x21b0b5(0x21e)),'description':_0x48e11f(_0x21b0b5(0x223)),'aliases':[_0x21b0b5(0x218),_0x21b0b5(0x1e6),_0x21b0b5(0x1db)]},{'id':_0x21b0b5(0x218),'commandName':_0x21b0b5(0x218),'icon':_0xcf272d,'title':_0x48e11f(_0x21b0b5(0x208)),'description':_0x48e11f(_0x21b0b5(0x1dc)),'aliases':[_0x21b0b5(0x21c),_0x21b0b5(0x1e6),_0x21b0b5(0x1db)]},{'id':_0x21b0b5(0x236),'commandName':_0x21b0b5(0x236),'icon':_0x27be92,'title':_0x48e11f(_0x21b0b5(0x231)),'description':_0x48e11f(_0x21b0b5(0x235)),'execute':_0x4a35a4=>{const _0x30ea39=_0x21b0b5;setTimeout(()=>_0x4a35a4[_0x30ea39(0x1f2)](_0x30ea39(0x236)));}},{'id':_0x21b0b5(0x1e1),'commandName':_0x21b0b5(0x23b),'icon':_0x1682e4,'title':_0x48e11f(_0x21b0b5(0x215)),'description':_0x48e11f(_0x21b0b5(0x200)),'execute':_0x1bbfdf=>{const _0x1e6f8f=_0x21b0b5;_0x1bbfdf[_0x1e6f8f(0x1f2)](_0x1e6f8f(0x23b),{'value':_0x1e6f8f(0x1e1)});}},{'id':_0x21b0b5(0x239),'commandName':_0x21b0b5(0x23b),'icon':_0x444693,'title':_0x48e11f(_0x21b0b5(0x1c9)),'description':_0x48e11f(_0x21b0b5(0x20c)),'execute':_0xee93f3=>{const _0x10184c=_0x21b0b5;_0xee93f3[_0x10184c(0x1f2)](_0x10184c(0x23b),{'value':_0x10184c(0x239)});}},{'id':_0x21b0b5(0x213),'commandName':_0x21b0b5(0x23b),'icon':_0x5c27e4,'title':_0x48e11f(_0x21b0b5(0x203)),'description':_0x48e11f(_0x21b0b5(0x1ea)),'execute':_0x301cd0=>{const _0x733134=_0x21b0b5;_0x301cd0[_0x733134(0x1f2)](_0x733134(0x23b),{'value':_0x733134(0x213)});}},{'id':_0x21b0b5(0x1f1),'commandName':_0x21b0b5(0x23b),'icon':_0x124ee4,'title':_0x48e11f(_0x21b0b5(0x20e)),'description':_0x48e11f(_0x21b0b5(0x1da)),'execute':_0x2fdb04=>{const _0x2beb18=_0x21b0b5;_0x2fdb04[_0x2beb18(0x1f2)](_0x2beb18(0x23b),{'value':_0x2beb18(0x1f1)});}},{'id':_0x21b0b5(0x242),'commandName':_0x21b0b5(0x23b),'icon':_0x11fe6a,'title':_0x48e11f(_0x21b0b5(0x220)),'description':_0x48e11f(_0x21b0b5(0x224)),'execute':_0x30205e=>{const _0x4c10c6=_0x21b0b5;_0x30205e[_0x4c10c6(0x1f2)](_0x4c10c6(0x23b),{'value':_0x4c10c6(0x242)});}},{'id':_0x21b0b5(0x22a),'commandName':_0x21b0b5(0x23b),'icon':_0x169f8a,'title':_0x48e11f(_0x21b0b5(0x225)),'description':_0x48e11f(_0x21b0b5(0x1ed)),'execute':_0x11d585=>{const _0x187c2f=_0x21b0b5;_0x11d585[_0x187c2f(0x1f2)](_0x187c2f(0x23b),{'value':_0x187c2f(0x22a)});}},{'id':_0x21b0b5(0x1cf),'commandName':_0x21b0b5(0x1cf),'icon':_0x35a5e7,'title':_0x48e11f(_0x21b0b5(0x1d2)),'description':_0x48e11f(_0x21b0b5(0x1e4))},{'id':_0x21b0b5(0x1e5),'commandName':_0x21b0b5(0x1e5),'icon':_0x26cf12,'title':_0x48e11f(_0x21b0b5(0x1d7)),'description':_0x48e11f(_0x21b0b5(0x233))},{'id':_0x21b0b5(0x1ef),'commandName':_0x21b0b5(0x1ef),'icon':_0x36b8f3,'title':_0x48e11f(_0x21b0b5(0x1fc)),'description':_0x48e11f(_0x21b0b5(0x1cb))},{'id':_0x21b0b5(0x207),'commandName':_0x21b0b5(0x207),'title':_0x48e11f(_0x21b0b5(0x1d4)),'description':_0x48e11f(_0x21b0b5(0x22d))},{'id':_0x21b0b5(0x1d8),'commandName':_0x21b0b5(0x1d8),'icon':_0x56a56a,'title':_0x48e11f(_0x21b0b5(0x1c5)),'description':_0x48e11f(_0x21b0b5(0x1f8))},{'id':_0x21b0b5(0x240),'commandName':_0x21b0b5(0x240),'icon':_0x5ed061,'title':_0x48e11f(_0x21b0b5(0x1dd)),'description':_0x48e11f(_0x21b0b5(0x1d5)),'aliases':[_0x21b0b5(0x1ec)]},{'id':_0x21b0b5(0x217),'commandName':_0x21b0b5(0x217),'icon':_0xf7bb23,'title':_0x48e11f(_0x21b0b5(0x1f5)),'description':_0x48e11f(_0x21b0b5(0x202))},{'id':_0x21b0b5(0x23a),'commandName':_0x21b0b5(0x23a),'icon':_0x539c29,'title':_0x48e11f(_0x21b0b5(0x23d)),'description':_0x48e11f(_0x21b0b5(0x1c6))},{'id':_0x21b0b5(0x22b),'commandName':_0x21b0b5(0x22b),'icon':_0x3f308a,'title':_0x48e11f(_0x21b0b5(0x1c7)),'description':_0x48e11f(_0x21b0b5(0x22f))},{'id':_0x21b0b5(0x1fb),'commandName':_0x21b0b5(0x1fb),'icon':_0x4055e5,'title':_0x48e11f(_0x21b0b5(0x22e)),'description':_0x48e11f(_0x21b0b5(0x1ff))}];}[_0xfcd810(0x206)](_0x4812c6){const _0x536ec8=_0xfcd810;return _0x4812c6[_0x536ec8(0x20b)]?_0x4812c6[_0x536ec8(0x20b)](this[_0x536ec8(0x23c)]):!_0x4812c6[_0x536ec8(0x1f4)]||this[_0x536ec8(0x23c)][_0x536ec8(0x1ce)][_0x536ec8(0x214)](_0x4812c6[_0x536ec8(0x1f4)])[_0x536ec8(0x20b)];}[_0xfcd810(0x1eb)](_0x361b25){const _0xa682ed=_0xfcd810;if(_0x361b25[_0xa682ed(0x1f2)])_0x361b25[_0xa682ed(0x1f2)](this[_0xa682ed(0x23c)]);else{if(!_0x361b25[_0xa682ed(0x1f4)])throw new _0xa38f95(_0xa682ed(0x1c8),this[_0xa682ed(0x23c)],{'commandDefinition':_0x361b25});this[_0xa682ed(0x23c)][_0xa682ed(0x1f2)](_0x361b25[_0xa682ed(0x1f4)]);}}}function H(_0x38ea2d,_0x2c87d0){const _0x2fa177=_0xfcd810;return _0x38ea2d[_0x2fa177(0x204)]<_0x2c87d0[_0x2fa177(0x204)]?-0x1:_0x38ea2d[_0x2fa177(0x204)]>_0x2c87d0[_0x2fa177(0x204)]?0x1:0x0;}function O(_0x203b14,_0xf685fc){const _0x1cba5c=_0xfcd810;return _0xf685fc+'-'+_0x203b14[_0x1cba5c(0x221)]()[_0x1cba5c(0x21a)]('\x20')[_0x1cba5c(0x234)]('-');}function _0x1a18(){const _0xa90091=['push','Open\x20file\x20manager','getAllowedCommands','Heading\x205','toLowerCase','slashCommand.extraCommands','Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file','Create\x20a\x20heading\x20level\x205','Heading\x206','style.definitions','name','415lTIQTj','65292UpQilt','heading6','paragraph','codeBlock','Insert\x20the\x20Mermaid\x20diagram','To-do\x20list','Insert\x20a\x20paragraph','Bulleted\x20list','Emoji','slashCommand.removeCommands','Insert\x20an\x20HTML\x20snippet','join','Insert\x20an\x20emoji','emoji','function','href','heading2','outdent','heading','editor','Decrease\x20indent','pluginName','description','insertTableOfContents','model','heading5','SlashCommandConfig','5042512lrmYHq','insertTemplate','3785240FpHXuu','fromCharCode','Insert\x20table','Decrease\x20the\x20indentation','Paragraph','slash-command-execute-missing','Heading\x202','isIconColorInherited','Increase\x20the\x20indentation','length','Create\x20a\x20block\x20quote','commands','horizontalLine','Block\x20quote','40882ZSjeZL','Horizontal\x20line','heading.options','Insert\x20Mermaid\x20diagram','Insert\x20table\x20of\x20contents','getDefaultCommands','Insert\x20HTML','insertTable','Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content','Create\x20a\x20heading\x20level\x204','upload','Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file','Table\x20of\x20contents','blockQuote','AI\x20Assistant','afterInit','heading1','icon','aliases','Insert\x20a\x20horizontal\x20line','htmlEmbed','filemanager','showAIAssistant','concat','isPremiumPlugin','Create\x20a\x20heading\x20level\x203','_proxyExecute','toc','Create\x20a\x20heading\x20level\x206','isOfficialPlugin','indent','16803441hdGwME','heading4','execute','1900556ZkQQNJ','commandName','Numbered\x20list','bulletedList','255dIVmab','Create\x20a\x20table','includes','config','todoList','Increase\x20indent','sort','filter','Create\x20a\x20to-do\x20list','Create\x20a\x20heading\x20level\x201','template','Create\x20a\x20numbered\x20list','Heading\x203','title','template.definitions','_proxyIsEnabled','insertMermaidCommand','Insert\x20image','map','enabledStyles','isEnabled','Create\x20a\x20heading\x20level\x202','aiAssistant','Heading\x204','Create\x20a\x20bulleted\x20list','locale','81389tHxxWZ','style','heading3','get','Heading\x201','_allowedCommands','numberedList','ckfinder','Insert\x20code\x20block','split','Create\x20a\x20code\x20block','ckbox'];_0x1a18=function(){return _0xa90091;};return _0x1a18();}