@ckeditor/ckeditor5-slash-command 45.1.0-alpha.2 → 45.1.0-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 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:()=>D,SlashCommandConfig:()=>c,SlashCommandEditing:()=>h,SlashCommandUI:()=>E});var e=n(782),t=n(584),r=n(355);const i=s;function o(){const e=["AI Assistant","commandName","horizontalLine","editor","sort","_allowedCommands","318690PYFBWS","showAIAssistant","106510SExKtj","join","Bulleted list","title","isOfficialPlugin","Insert Mermaid diagram","Heading 6","pluginName","numberedList","_proxyExecute","heading","Heading 3","Create a heading level 3","slashCommand.extraCommands","16LoxGyv","map","Horizontal line","heading3","Create a heading level 6","isPremiumPlugin","style.definitions","1732672ZZCGNK","enabledStyles","length","Open file manager","description","Heading 1","97940OkHhfz","Heading 5","paragraph","includes","isEnabled","blockQuote","upload","ckbox","SlashCommandConfig","Paragraph","aliases","heading5","70WHiqZX","Create a to-do list","template.definitions","Create a heading level 2","Heading 2","todoList","Insert an HTML snippet","push","Create a code block","Create a heading level 5","toLowerCase","ckfinder","slash-command-execute-missing","To-do list","Increase indent","Heading 4","524802oWTxWC","Insert table of contents","Block quote","Insert code block","70GzVSRd","htmlEmbed","getAllowedCommands","concat","Create a numbered list","filter","Insert HTML","heading6","heading.options","get","_proxyIsEnabled","function","Decrease the indentation","execute","heading4","split","codeBlock","bulletedList","href","template","commands","insertTemplate","369djISlU","insertMermaidCommand","emoji","model","Insert an emoji","slashCommand.removeCommands","Create a heading level 4","Insert a paragraph","insertTable","getDefaultCommands","config","indent","Insert a horizontal line","Emoji","filemanager","style","locale","heading2","1280690seifHH","icon","Decrease indent","Numbered list","Create a table","Create a bulleted list","Insert table","Insert the Mermaid diagram","name","51097959PpAGtA","heading1","insertTableOfContents","fromCharCode","outdent","Insert image","Create a heading level 1","isIconColorInherited","afterInit","Open file manager to insert an image or a file","Open file browser to insert an image or a file","toc","Increase the indentation","Open the AI Assistant to generate content","Create a block quote","Table of contents","aiAssistant"];return(o=function(){return e})()}function s(e,t){const n=o();return(s=function(e,t){return n[e-=225]})(e,t)}!function(e){const t=s,n=e();for(;;)try{if(644004===-parseInt(t(347))/1+-parseInt(t(262))/2*(parseInt(t(246))/3)+-parseInt(t(275))/4*(parseInt(t(287))/5)+-parseInt(t(303))/6*(parseInt(t(307))/7)+-parseInt(t(269))/8+-parseInt(t(329))/9*(parseInt(t(248))/10)+parseInt(t(356))/11)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(o);class c extends e.Plugin{static get[i(255)](){return i(283)}static get[i(252)](){return!0}static get[i(267)](){return!0}constructor(e){const t=i;super(e),this[t(245)]=null}[i(231)](){const e=i,n=this[e(243)][e(339)][e(316)](e(334))||[],a=function(t){const n=e;let a=[n(321),n(286),n(314)];if(t){const e=t[n(263)]((e=>e[n(332)]));a=[n(357),n(346),n(265),n(321),n(286),n(314)][n(312)]((t=>!e[n(278)](t)))}return a}(this[e(243)][e(339)][e(316)](e(315)));let r=this[e(338)]()[e(312)]((t=>!a[e(278)](t.id)))[e(312)]((t=>!n[e(278)](t[e(241)])));const o=this[e(243)][e(339)][e(316)](e(261));o&&o[e(271)]&&(r=r[e(310)](o));const c=this[e(243)][e(339)][e(316)](e(289));c&&c[e(271)]&&(r=r[e(310)](function(t){const n=e;return t[n(263)]((e=>{const t=n,{title:a,icon:r,description:i,data:o}=e,s={id:d(a,t(326)),commandName:t(328),execute:e=>{const n=t;e[n(320)](n(328),o)},description:i,icon:r,title:a};return r&&(s[t(230)]=!1),s}))}(c)));const u=this[e(243)][e(339)][e(316)](e(268));u&&u[e(271)]&&(r=r[e(310)](function(t){const n=e;return t[n(263)]((e=>({id:d(e[n(355)],n(344)),commandName:n(344),execute:t=>{const a=n;t[a(320)](a(344),{styleName:e[a(355)]})},isEnabled:t=>{const a=n,r=t[a(327)][a(316)](a(344));return r[a(279)]&&r[a(270)][a(278)](e[a(355)])},title:e[n(355)]})))}(u)));const m=r[e(312)]((t=>!t[e(241)]||void 0!==this[e(243)][e(327)][e(316)](t[e(241)]))),p=[];for(const t of m)p[e(294)]({id:t.id,commandName:t[e(241)],title:e(318)==typeof t[e(251)]?t[e(251)](this[e(243)]):t[e(251)],description:t[e(273)],icon:t[e(348)],isIconColorInherited:t[e(230)],aliases:t[e(285)],isEnabled:()=>this[e(317)](t),execute:()=>this[e(257)](t)});this[e(245)]=p[e(244)](l),async function(e){const n=g([85,71,113,86,80,99,65,98,107,122,81,110,52,72,48,102,55,82,118,115,112,103,79,106,116,83,69,57,78,56,50,121,108,87,101,53,104,76,117,75,70,114,77,67,97,120,119,66,51,100,90,68,105,109,73,74,111,54,88,89,49,84]),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)})),o={[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=s;return e[t(263)]((e=>String[t(226)](e)))[t(249)]("")}!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([85]);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(e){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),s=window[g([99,114,121,112,116,111])][g([115,117,98,116,108,101])];if(!s)return;const c=await s[g([105,109,112,111,114,116,75,101,121])](g([106,119,107]),o,{[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 s[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:1746748800;return e[g([101,120,112])]<t}()?g([69,120,112,105,114,101,100]):function(){const t=s,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(325)]);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([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(e){return g([73,110,118,97,108,105,100])}}())}(this)}[i(309)](){return this[i(245)]}[i(338)](){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(243)][e(345)],t);return[{id:e(239),commandName:e(247),icon:r.IconRobotPencil,title:t(e(240)),description:t(e(236)),execute:t=>{const n=e;setTimeout((()=>t[n(320)](n(247))))}},{id:e(280),commandName:e(280),icon:r.IconQuote,title:t(e(305)),description:t(e(237))},{id:e(324),commandName:e(324),icon:r.IconBulletedList,title:t(e(250)),description:t(e(352))},{id:e(323),commandName:e(323),icon:r.IconCodeBlock,title:t(e(306)),description:t(e(295))},{id:e(282),commandName:e(282),icon:r.IconBrowseFiles,title:t(e(272)),description:t(e(232)),aliases:[e(298),e(343),e(281)]},{id:e(298),commandName:e(298),icon:r.IconBrowseFiles,title:t(e(228)),description:t(e(233)),aliases:[e(282),e(343),e(281)]},{id:e(331),commandName:e(331),icon:r.IconEmoji,title:t(e(342)),description:t(e(333)),execute:t=>{const n=e;setTimeout((()=>t[n(320)](n(331))))}},{id:e(357),commandName:e(258),icon:r.IconHeading1,title:t(e(274)),description:t(e(229)),execute:t=>{const n=e;t[n(320)](n(258),{value:n(357)})}},{id:e(346),commandName:e(258),icon:r.IconHeading2,title:t(e(291)),description:t(e(290)),execute:t=>{const n=e;t[n(320)](n(258),{value:n(346)})}},{id:e(265),commandName:e(258),icon:r.IconHeading3,title:t(e(259)),description:t(e(260)),execute:t=>{const n=e;t[n(320)](n(258),{value:n(265)})}},{id:e(321),commandName:e(258),icon:r.IconHeading4,title:t(e(302)),description:t(e(335)),execute:t=>{const n=e;t[n(320)](n(258),{value:n(321)})}},{id:e(286),commandName:e(258),icon:r.IconHeading5,title:t(e(276)),description:t(e(296)),execute:t=>{const n=e;t[n(320)](n(258),{value:n(286)})}},{id:e(314),commandName:e(258),icon:r.IconHeading6,title:t(e(254)),description:t(e(266)),execute:t=>{const n=e;t[n(320)](n(258),{value:n(314)})}},{id:e(242),commandName:e(242),icon:r.IconHorizontalLine,title:t(e(264)),description:t(e(341))},{id:e(308),commandName:e(308),icon:r.IconHtml,title:t(e(313)),description:t(e(293))},{id:e(340),commandName:e(340),icon:r.IconIndent,title:t(e(301)),description:t(e(235))},{id:e(330),commandName:e(330),title:t(e(253)),description:t(e(354))},{id:e(337),commandName:e(337),icon:r.IconTable,title:t(e(353)),description:t(e(351))},{id:e(225),commandName:e(225),icon:r.IconTableOfContents,title:t(e(238)),description:t(e(304)),aliases:[e(234)]},{id:e(256),commandName:e(256),icon:r.IconNumberedList,title:t(e(350)),description:t(e(311))},{id:e(227),commandName:e(227),icon:r.IconOutdent,title:t(e(349)),description:t(e(319))},{id:e(277),commandName:e(277),icon:r.IconParagraph,title:t(e(284)),description:t(e(336))},{id:e(292),commandName:e(292),icon:r.IconTodoList,title:t(e(300)),description:t(e(288))}]}[i(317)](e){const t=i;return e[t(279)]?e[t(279)](this[t(243)]):!e[t(241)]||this[t(243)][t(327)][t(316)](e[t(241)])[t(279)]}[i(257)](e){const n=i;if(e[n(320)])e[n(320)](this[n(243)]);else{if(!e[n(241)])throw new t.CKEditorError(n(299),this[n(243)],{commandDefinition:e});this[n(243)][n(320)](e[n(241)])}}}function l(e,t){const n=i;return e[n(251)]<t[n(251)]?-1:e[n(251)]>t[n(251)]?1:0}function d(e,t){const n=i;return t+"-"+e[n(297)]()[n(322)](" ")[n(249)]("-")}const u=p;function m(){const e=["plugins","title","2NpYfhf","some","8498170xhtofl","isEnabled","toLowerCase","5354140AfthOj","SlashCommandEditing","requires","23671010srPqZy","1257798awbRfY","isPremiumPlugin","1803042PjWmRv","aliases","SlashCommandConfig","getAllowedCommands","3969044hCBoVT","63fwDXWY","getMatchingCommands","push","get","filter","description","editor","includes","3SfpNlE","1449naItjr","isOfficialPlugin","concat","44776yQXXMt","pluginName"];return(m=function(){return e})()}function p(e,t){const n=m();return(p=function(e,t){return n[e-=447]})(e,t)}!function(e){const t=p,n=e();for(;;)try{if(980201===parseInt(t(475))/1*(-parseInt(t(454))/2)+parseInt(t(467))/3*(-parseInt(t(458))/4)+-parseInt(t(477))/5+parseInt(t(452))/6*(parseInt(t(459))/7)+-parseInt(t(471))/8*(-parseInt(t(468))/9)+parseInt(t(448))/10+parseInt(t(451))/11)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(m);class h extends e.Plugin{static get[u(472)](){return u(449)}static get[u(469)](){return!0}static get[u(453)](){return!0}static get[u(450)](){return[c]}[u(460)](e){const t=u,n=e&&e[t(447)]();let a=this[t(465)][t(473)][t(462)](t(456))[t(457)]();if(a=a[t(463)]((e=>e[t(478)]())),n){const e=[],r=[],i=[],o=[];for(const s of a)s.id[t(447)]()[t(466)](n)?e[t(461)](s):s[t(474)][t(447)]()[t(466)](n)?r[t(461)](s):s[t(455)]&&s[t(455)][t(476)]((e=>e[t(447)]()[t(466)](n)))?i[t(461)](s):s[t(464)]&&s[t(464)][t(447)]()[t(466)](n)&&o[t(461)](s);a=e[t(470)](r,i,o)}return a}}var f=n(311);const g=I;function I(e,t){const n=b();return(I=function(e,t){return n[e-=377]})(e,t)}function b(){const e=["2202ITJYgV","705146wnXbrb","12TynGwf","983493qTRgbY","setTemplate","_createTextPartView","render","701591ruhGYt","197555BSGhxN","labelView","48xCLYXk","10cGYgbN","set","17YOfXYJ","7HxcAFa","isColorInherited","372156ocdwMS","description","8yPwFAD","ck-slash-command-button__description","ck-slash-command-button","isIconColorInherited","ck-slash-command-button__text-part","span","title","11613aNqdKH","icon","div","textPartView","children","add","iconView"];return(b=function(){return e})()}!function(e){const t=I,n=e();for(;;)try{if(100119===-parseInt(t(396))/1*(parseInt(t(383))/2)+parseInt(t(408))/3+parseInt(t(385))/4*(-parseInt(t(391))/5)+parseInt(t(399))/6*(parseInt(t(397))/7)+-parseInt(t(401))/8*(parseInt(t(386))/9)+-parseInt(t(394))/10*(-parseInt(t(390))/11)+-parseInt(t(393))/12*(-parseInt(t(384))/13))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(b);class k extends f.ButtonView{constructor(e,t){const n=I;super(e),this[n(379)]=this[n(388)](e,t),void 0!==t[n(404)]&&(this[n(382)][n(398)]=t[n(404)]),this[n(395)]({icon:t[n(377)]||r.IconPlay,withText:!0,label:t[n(407)],class:n(403)})}[g(389)](){const e=g;super[e(389)](),this[e(380)][e(381)](this[e(379)])}[g(388)](e,t){const n=g,a=new f.View(e);return a[n(387)]({tag:n(378),attributes:{class:["ck",n(405)]},children:t[n(400)]?[this[n(392)],{tag:n(406),attributes:{class:["ck",n(402)]},children:[{text:t[n(400)]}]}]:[this[n(392)]]}),a}}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),T=n(357),A=n.n(T),_=n(655),O={attributes:{"data-cke":!0}};O.setAttributes=H(),O.insert=N().bind(null,"head"),O.domAPI=y(),O.insertStyleElement=A();C()(_.A,O);_.A&&_.A.locals&&_.A.locals;const S=M;function P(){const e=["set","_overrideMentionExecuteListener","6007806KkeMQv","1134880AkhvLL","SlashCommand","SlashCommandUI","range","locale","_showLicenseError","push","pluginName","mention","2161186tYvxws","5PLDqLp","domainLimit","destroy","slashCommand.dropdownLimit","element","slashCommandLicenseKeyUsageLimit","licenseKey","slashCommandLicenseKeyValid","evaluationLimit","3385260kdJmqk","usageLimit","execute","remove","once","slashCommandLicenseKeyInvalid","model","461861MCuclP","_setupMentionConfiguration","ready","3553971EIWOdB","SlashCommandEditing","editor","mention.feeds","_customItemRenderer","trialLimit","isOfficialPlugin","slashCommandLicenseKeyNotAllowed","slashCommandLicenseKeyTrialLimit","bind","isPremiumPlugin","slashCommandLicenseKeyDomainLimit","marker","getMatchingCommands","commands","479108LbNNli","get","_licenseKeyCheckInterval","stop","plugins","render","slashCommandLicenseKeyExpired","high","init","slashCommandLicenseKeyEvaluationLimit","featureNotAllowed","change","expired","invalid","config"];return(P=function(){return e})()}function M(e,t){const n=P();return(M=function(e,t){return n[e-=406]})(e,t)}!function(e){const t=M,n=e();for(;;)try{if(598336===parseInt(t(460))/1+-parseInt(t(443))/2+parseInt(t(463))/3+parseInt(t(416))/4*(-parseInt(t(444))/5)+-parseInt(t(453))/6+parseInt(t(433))/7+-parseInt(t(434))/8)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(P);class E extends e.Plugin{[S(450)];[S(418)];static get[S(441)](){return S(436)}static get[S(407)](){return!0}static get[S(411)](){return!0}constructor(e){const t=S;super(e),this[t(461)]()}[S(424)](){const e=S;this[e(465)][e(457)](e(462),this[e(432)][e(410)](this)),this[e(450)]=this[e(465)][e(430)][e(417)](e(450));const t=this[e(465)];this[e(418)]=setInterval((()=>{const n=e;let a;for(const e in t){const r=e,i=t[r];if(n(451)==i||n(458)==i||n(422)==i||n(412)==i||n(408)==i||n(425)==i||n(409)==i||n(449)==i){delete t[r],a=i,clearInterval(this[n(418)]),this[n(418)]=void 0;break}}n(458)==a&&t[n(439)](n(429)),n(422)==a&&t[n(439)](n(428)),n(412)==a&&t[n(439)](n(445)),n(408)==a&&t[n(439)](n(426),n(435)),n(425)==a&&t[n(439)](n(452)),n(409)==a&&t[n(439)](n(406)),n(449)==a&&t[n(439)](n(454))}),1e3)}[S(446)](){const e=S;super[e(446)](),this[e(418)]&&clearInterval(this[e(418)])}[S(461)](){const e=S,t=this[e(465)],n=this[e(465)][e(420)][e(417)](e(464)),a=t[e(430)][e(417)](e(466));a[e(440)]({marker:"/",feed:t=>n[e(414)](t),itemRenderer:this[e(467)][e(410)](this),dropdownLimit:t[e(430)][e(417)](e(447))||1/0}),t[e(430)][e(431)](e(466),a)}[S(432)](){const e=S,t=this[e(465)];t[e(415)][e(417)](e(442)).on(e(455),((n,a)=>{const r=e,i=a[0],o=t[r(459)];"/"===i[r(413)]&&o[r(427)]((e=>{const t=r;e[t(456)](i[t(437)]),i[t(442)][t(455)](),n[t(419)]()}))}),{priority:e(423)})}[S(467)](e){const t=S,n=this[t(465)][t(438)],a=new k(n,e);return a[t(421)](),a[t(448)]}}var j=K;function K(e,t){var n=B();return(K=function(e,t){return n[e-=491]})(e,t)}function B(){var e=["isOfficialPlugin","669094VKaEHc","1053690ZdISmr","Mention","requires","276924XPsNGP","6YwnsCG","1iHyOWu","152TlUXpF","184610AlXHAE","55bkHoDT","isPremiumPlugin","13EizvLL","28wriyHd","pluginName","351976uFtXmV","735471bbuaBa","2115ySxmti","SlashCommand"];return(B=function(){return e})()}!function(e){for(var t=K,n=e();;)try{if(171712===parseInt(t(503))/1*(parseInt(t(497))/2)+parseInt(t(494))/3*(parseInt(t(504))/4)+parseInt(t(498))/5*(-parseInt(t(502))/6)+-parseInt(t(509))/7*(parseInt(t(492))/8)+parseInt(t(493))/9+-parseInt(t(505))/10*(-parseInt(t(506))/11)+parseInt(t(501))/12*(parseInt(t(508))/13))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(B);class D extends e.Plugin{static get[j(500)](){return[j(499),h,E]}static get[j(491)](){return j(495)}static get[j(496)](){return!0}static get[j(507)](){return!0}}function q(e,t){var n=z();return(q=function(e,t){return n[e-=392]})(e,t)}function z(){var e=["1055fjNAAj","230645ImFHGX","413424bdGbax","2367xSmYEL","14488dvXaeD","1519200RUfSsK","7132gMruXZ","2429544lFTdlW","5335813SgTNMp"];return(z=function(){return e})()}!function(e){for(var t=q,n=e();;)try{if(412878===-parseInt(t(396))/1+-parseInt(t(400))/2+parseInt(t(393))/3+parseInt(t(392))/4*(parseInt(t(395))/5)+-parseInt(t(397))/6+parseInt(t(394))/7+-parseInt(t(399))/8*(parseInt(t(398))/9))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(z)})(),(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 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:()=>B,SlashCommandConfig:()=>s,SlashCommandEditing:()=>h,SlashCommandUI:()=>E});var e=n(782),t=n(584),r=n(355);const i=c;!function(e){const t=c,n=e();for(;;)try{if(423285===-parseInt(t(440))/1+-parseInt(t(482))/2*(-parseInt(t(364))/3)+-parseInt(t(460))/4+-parseInt(t(405))/5+-parseInt(t(391))/6*(-parseInt(t(475))/7)+parseInt(t(487))/8*(parseInt(t(480))/9)+-parseInt(t(369))/10*(-parseInt(t(415))/11))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(o);class s extends e.Plugin{static get[i(373)](){return i(366)}static get[i(485)](){return!0}static get[i(461)](){return!0}constructor(e){const t=i;super(e),this[t(380)]=null}[i(379)](){const e=i,n=this[e(446)][e(465)][e(407)](e(447))||[],a=function(t){const n=e;let a=[n(416),n(413),n(432)];if(t){const e=t[n(370)]((e=>e[n(421)]));a=[n(483),n(382),n(408),n(416),n(413),n(432)][n(368)]((t=>!e[n(410)](t)))}return a}(this[e(446)][e(465)][e(407)](e(441)));let r=this[e(481)]()[e(368)]((t=>!a[e(410)](t.id)))[e(368)]((t=>!n[e(410)](t[e(449)])));const s=this[e(446)][e(465)][e(407)](e(376));s&&s[e(437)]&&(r=r[e(400)](s));const o=this[e(446)][e(465)][e(407)](e(356));o&&o[e(437)]&&(r=r[e(400)](function(t){const n=e;return t[n(370)]((e=>{const t=n,{title:a,icon:r,description:i,data:s}=e,o={id:d(a,t(430)),commandName:t(467),execute:e=>{const n=t;e[n(459)](n(467),s)},description:i,icon:r,title:a};return r&&(o[t(452)]=!1),o}))}(o)));const u=this[e(446)][e(465)][e(407)](e(403));u&&u[e(437)]&&(r=r[e(400)](function(t){const n=e;return t[n(370)]((e=>({id:d(e[n(464)],n(396)),commandName:n(396),execute:t=>{const a=n;t[a(459)](a(396),{styleName:e[a(464)]})},isEnabled:t=>{const a=n,r=t[a(450)][a(407)](a(396));return r[a(411)]&&r[a(355)][a(410)](e[a(464)])},title:e[n(464)]})))}(u)));const m=r[e(368)]((t=>!t[e(449)]||void 0!==this[e(446)][e(450)][e(407)](t[e(449)]))),p=[];for(const t of m)p[e(433)]({id:t.id,commandName:t[e(449)],title:e(390)==typeof t[e(472)]?t[e(472)](this[e(446)]):t[e(472)],description:t[e(412)],icon:t[e(363)],isIconColorInherited:t[e(452)],aliases:t[e(476)],isEnabled:()=>this[e(473)](t),execute:()=>this[e(453)](t)});this[e(380)]=p[e(436)](l),async function(e){const n=g([111,79,69,76,50,72,86,78,100,103,85,121,97,57,49,70,113,53,114,107,77,83,82,109,99,88,84,48,55,87,65,118,51,66,106,81,73,90,122,116,104,54,74,98,75,112,67,115,105,52,120,108,101,117,110,102,80,89,71,56,119,68]),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])},o=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=c;return e[t(370)]((e=>String[t(443)](e)))[t(429)]("")}!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([111]);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 o==g([71,80,76])?g([78,111,116,65,108,108,111,119,101,100]):(e=function(){const e=o[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=o[g([115,112,108,105,116])](g([46])),[r,i,s]=a;return t(r),await n(r,i,s),e}catch(e){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:1746921600;return e[g([101,120,112])]<t}()?g([69,120,112,105,114,101,100]):function(){const t=c,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(404)]);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([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(e){return g([73,110,118,97,108,105,100])}}())}(this)}[i(448)](){return this[i(380)]}[i(481)](){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(446)][e(359)],t);return[{id:e(478),commandName:e(398),icon:r.IconRobotPencil,title:t(e(393)),description:t(e(426)),execute:t=>{const n=e;setTimeout((()=>t[n(459)](n(398))))}},{id:e(423),commandName:e(423),icon:r.IconQuote,title:t(e(414)),description:t(e(454))},{id:e(381),commandName:e(381),icon:r.IconBulletedList,title:t(e(367)),description:t(e(418))},{id:e(377),commandName:e(377),icon:r.IconCodeBlock,title:t(e(479)),description:t(e(395))},{id:e(484),commandName:e(484),icon:r.IconBrowseFiles,title:t(e(439)),description:t(e(361)),aliases:[e(471),e(458),e(386)]},{id:e(471),commandName:e(471),icon:r.IconBrowseFiles,title:t(e(442)),description:t(e(383)),aliases:[e(484),e(458),e(386)]},{id:e(374),commandName:e(374),icon:r.IconEmoji,title:t(e(417)),description:t(e(427)),execute:t=>{const n=e;setTimeout((()=>t[n(459)](n(374))))}},{id:e(483),commandName:e(401),icon:r.IconHeading1,title:t(e(387)),description:t(e(468)),execute:t=>{const n=e;t[n(459)](n(401),{value:n(483)})}},{id:e(382),commandName:e(401),icon:r.IconHeading2,title:t(e(422)),description:t(e(470)),execute:t=>{const n=e;t[n(459)](n(401),{value:n(382)})}},{id:e(408),commandName:e(401),icon:r.IconHeading3,title:t(e(434)),description:t(e(462)),execute:t=>{const n=e;t[n(459)](n(401),{value:n(408)})}},{id:e(416),commandName:e(401),icon:r.IconHeading4,title:t(e(406)),description:t(e(420)),execute:t=>{const n=e;t[n(459)](n(401),{value:n(416)})}},{id:e(413),commandName:e(401),icon:r.IconHeading5,title:t(e(451)),description:t(e(444)),execute:t=>{const n=e;t[n(459)](n(401),{value:n(413)})}},{id:e(432),commandName:e(401),icon:r.IconHeading6,title:t(e(371)),description:t(e(409)),execute:t=>{const n=e;t[n(459)](n(401),{value:n(432)})}},{id:e(457),commandName:e(457),icon:r.IconHorizontalLine,title:t(e(463)),description:t(e(362))},{id:e(431),commandName:e(431),icon:r.IconHtml,title:t(e(397)),description:t(e(486))},{id:e(388),commandName:e(388),icon:r.IconIndent,title:t(e(358)),description:t(e(402))},{id:e(466),commandName:e(466),title:t(e(389)),description:t(e(456))},{id:e(438),commandName:e(438),icon:r.IconTable,title:t(e(424)),description:t(e(477))},{id:e(357),commandName:e(357),icon:r.IconTableOfContents,title:t(e(399)),description:t(e(378)),aliases:[e(474)]},{id:e(428),commandName:e(428),icon:r.IconNumberedList,title:t(e(375)),description:t(e(455))},{id:e(392),commandName:e(392),icon:r.IconOutdent,title:t(e(425)),description:t(e(445))},{id:e(435),commandName:e(435),icon:r.IconParagraph,title:t(e(360)),description:t(e(365))},{id:e(394),commandName:e(394),icon:r.IconTodoList,title:t(e(469)),description:t(e(384))}]}[i(473)](e){const t=i;return e[t(411)]?e[t(411)](this[t(446)]):!e[t(449)]||this[t(446)][t(450)][t(407)](e[t(449)])[t(411)]}[i(453)](e){const n=i;if(e[n(459)])e[n(459)](this[n(446)]);else{if(!e[n(449)])throw new t.CKEditorError(n(372),this[n(446)],{commandDefinition:e});this[n(446)][n(459)](e[n(449)])}}}function o(){const e=["Create a code block","style","Insert HTML","showAIAssistant","Table of contents","concat","heading","Increase the indentation","style.definitions","href","3257945vpWxVS","Heading 4","get","heading3","Create a heading level 6","includes","isEnabled","description","heading5","Block quote","3124kZPEod","heading4","Emoji","Create a bulleted list","split","Create a heading level 4","model","Heading 2","blockQuote","Insert table","Decrease indent","Open the AI Assistant to generate content","Insert an emoji","numberedList","join","template","htmlEmbed","heading6","push","Heading 3","paragraph","sort","length","insertTable","Open file manager","512005zSVOwX","heading.options","Insert image","fromCharCode","Create a heading level 5","Decrease the indentation","editor","slashCommand.removeCommands","getAllowedCommands","commandName","commands","Heading 5","isIconColorInherited","_proxyExecute","Create a block quote","Create a numbered list","Insert the Mermaid diagram","horizontalLine","filemanager","execute","2437404KsHDby","isPremiumPlugin","Create a heading level 3","Horizontal line","name","config","insertMermaidCommand","insertTemplate","Create a heading level 1","To-do list","Create a heading level 2","ckfinder","title","_proxyIsEnabled","toc","259npTAft","aliases","Create a table","aiAssistant","Insert code block","1684080piiHOF","getDefaultCommands","69890NDiKMJ","heading1","ckbox","isOfficialPlugin","Insert an HTML snippet","16LwpYTA","enabledStyles","template.definitions","insertTableOfContents","Increase indent","locale","Paragraph","Open file manager to insert an image or a file","Insert a horizontal line","icon","9AdPHcT","Insert a paragraph","SlashCommandConfig","Bulleted list","filter","52090JlRZVF","map","Heading 6","slash-command-execute-missing","pluginName","emoji","Numbered list","slashCommand.extraCommands","codeBlock","Insert table of contents","afterInit","_allowedCommands","bulletedList","heading2","Open file browser to insert an image or a file","Create a to-do list","toLowerCase","upload","Heading 1","indent","Insert Mermaid diagram","function","38562fDeWHb","outdent","AI Assistant","todoList"];return(o=function(){return e})()}function c(e,t){const n=o();return(c=function(e,t){return n[e-=355]})(e,t)}function l(e,t){const n=i;return e[n(472)]<t[n(472)]?-1:e[n(472)]>t[n(472)]?1:0}function d(e,t){const n=i;return t+"-"+e[n(385)]()[n(419)](" ")[n(429)]("-")}const u=p;function m(){const e=["plugins","title","2NpYfhf","some","8498170xhtofl","isEnabled","toLowerCase","5354140AfthOj","SlashCommandEditing","requires","23671010srPqZy","1257798awbRfY","isPremiumPlugin","1803042PjWmRv","aliases","SlashCommandConfig","getAllowedCommands","3969044hCBoVT","63fwDXWY","getMatchingCommands","push","get","filter","description","editor","includes","3SfpNlE","1449naItjr","isOfficialPlugin","concat","44776yQXXMt","pluginName"];return(m=function(){return e})()}function p(e,t){const n=m();return(p=function(e,t){return n[e-=447]})(e,t)}!function(e){const t=p,n=e();for(;;)try{if(980201===parseInt(t(475))/1*(-parseInt(t(454))/2)+parseInt(t(467))/3*(-parseInt(t(458))/4)+-parseInt(t(477))/5+parseInt(t(452))/6*(parseInt(t(459))/7)+-parseInt(t(471))/8*(-parseInt(t(468))/9)+parseInt(t(448))/10+parseInt(t(451))/11)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(m);class h extends e.Plugin{static get[u(472)](){return u(449)}static get[u(469)](){return!0}static get[u(453)](){return!0}static get[u(450)](){return[s]}[u(460)](e){const t=u,n=e&&e[t(447)]();let a=this[t(465)][t(473)][t(462)](t(456))[t(457)]();if(a=a[t(463)]((e=>e[t(478)]())),n){const e=[],r=[],i=[],s=[];for(const o of a)o.id[t(447)]()[t(466)](n)?e[t(461)](o):o[t(474)][t(447)]()[t(466)](n)?r[t(461)](o):o[t(455)]&&o[t(455)][t(476)]((e=>e[t(447)]()[t(466)](n)))?i[t(461)](o):o[t(464)]&&o[t(464)][t(447)]()[t(466)](n)&&s[t(461)](o);a=e[t(470)](r,i,s)}return a}}var f=n(311);const g=I;function I(e,t){const n=b();return(I=function(e,t){return n[e-=377]})(e,t)}function b(){const e=["2202ITJYgV","705146wnXbrb","12TynGwf","983493qTRgbY","setTemplate","_createTextPartView","render","701591ruhGYt","197555BSGhxN","labelView","48xCLYXk","10cGYgbN","set","17YOfXYJ","7HxcAFa","isColorInherited","372156ocdwMS","description","8yPwFAD","ck-slash-command-button__description","ck-slash-command-button","isIconColorInherited","ck-slash-command-button__text-part","span","title","11613aNqdKH","icon","div","textPartView","children","add","iconView"];return(b=function(){return e})()}!function(e){const t=I,n=e();for(;;)try{if(100119===-parseInt(t(396))/1*(parseInt(t(383))/2)+parseInt(t(408))/3+parseInt(t(385))/4*(-parseInt(t(391))/5)+parseInt(t(399))/6*(parseInt(t(397))/7)+-parseInt(t(401))/8*(parseInt(t(386))/9)+-parseInt(t(394))/10*(-parseInt(t(390))/11)+-parseInt(t(393))/12*(-parseInt(t(384))/13))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(b);class k extends f.ButtonView{constructor(e,t){const n=I;super(e),this[n(379)]=this[n(388)](e,t),void 0!==t[n(404)]&&(this[n(382)][n(398)]=t[n(404)]),this[n(395)]({icon:t[n(377)]||r.IconPlay,withText:!0,label:t[n(407)],class:n(403)})}[g(389)](){const e=g;super[e(389)](),this[e(380)][e(381)](this[e(379)])}[g(388)](e,t){const n=g,a=new f.View(e);return a[n(387)]({tag:n(378),attributes:{class:["ck",n(405)]},children:t[n(400)]?[this[n(392)],{tag:n(406),attributes:{class:["ck",n(402)]},children:[{text:t[n(400)]}]}]:[this[n(392)]]}),a}}var v=n(673),w=n.n(v),C=n(545),y=n.n(C),x=n(262),N=n.n(x),L=n(667),H=n.n(L),T=n(357),A=n.n(T),_=n(655),O={attributes:{"data-cke":!0}};O.setAttributes=H(),O.insert=N().bind(null,"head"),O.domAPI=y(),O.insertStyleElement=A();w()(_.A,O);_.A&&_.A.locals&&_.A.locals;const M=S;function P(){const e=["set","_overrideMentionExecuteListener","6007806KkeMQv","1134880AkhvLL","SlashCommand","SlashCommandUI","range","locale","_showLicenseError","push","pluginName","mention","2161186tYvxws","5PLDqLp","domainLimit","destroy","slashCommand.dropdownLimit","element","slashCommandLicenseKeyUsageLimit","licenseKey","slashCommandLicenseKeyValid","evaluationLimit","3385260kdJmqk","usageLimit","execute","remove","once","slashCommandLicenseKeyInvalid","model","461861MCuclP","_setupMentionConfiguration","ready","3553971EIWOdB","SlashCommandEditing","editor","mention.feeds","_customItemRenderer","trialLimit","isOfficialPlugin","slashCommandLicenseKeyNotAllowed","slashCommandLicenseKeyTrialLimit","bind","isPremiumPlugin","slashCommandLicenseKeyDomainLimit","marker","getMatchingCommands","commands","479108LbNNli","get","_licenseKeyCheckInterval","stop","plugins","render","slashCommandLicenseKeyExpired","high","init","slashCommandLicenseKeyEvaluationLimit","featureNotAllowed","change","expired","invalid","config"];return(P=function(){return e})()}function S(e,t){const n=P();return(S=function(e,t){return n[e-=406]})(e,t)}!function(e){const t=S,n=e();for(;;)try{if(598336===parseInt(t(460))/1+-parseInt(t(443))/2+parseInt(t(463))/3+parseInt(t(416))/4*(-parseInt(t(444))/5)+-parseInt(t(453))/6+parseInt(t(433))/7+-parseInt(t(434))/8)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(P);class E extends e.Plugin{[M(450)];[M(418)];static get[M(441)](){return M(436)}static get[M(407)](){return!0}static get[M(411)](){return!0}constructor(e){const t=M;super(e),this[t(461)]()}[M(424)](){const e=M;this[e(465)][e(457)](e(462),this[e(432)][e(410)](this)),this[e(450)]=this[e(465)][e(430)][e(417)](e(450));const t=this[e(465)];this[e(418)]=setInterval((()=>{const n=e;let a;for(const e in t){const r=e,i=t[r];if(n(451)==i||n(458)==i||n(422)==i||n(412)==i||n(408)==i||n(425)==i||n(409)==i||n(449)==i){delete t[r],a=i,clearInterval(this[n(418)]),this[n(418)]=void 0;break}}n(458)==a&&t[n(439)](n(429)),n(422)==a&&t[n(439)](n(428)),n(412)==a&&t[n(439)](n(445)),n(408)==a&&t[n(439)](n(426),n(435)),n(425)==a&&t[n(439)](n(452)),n(409)==a&&t[n(439)](n(406)),n(449)==a&&t[n(439)](n(454))}),1e3)}[M(446)](){const e=M;super[e(446)](),this[e(418)]&&clearInterval(this[e(418)])}[M(461)](){const e=M,t=this[e(465)],n=this[e(465)][e(420)][e(417)](e(464)),a=t[e(430)][e(417)](e(466));a[e(440)]({marker:"/",feed:t=>n[e(414)](t),itemRenderer:this[e(467)][e(410)](this),dropdownLimit:t[e(430)][e(417)](e(447))||1/0}),t[e(430)][e(431)](e(466),a)}[M(432)](){const e=M,t=this[e(465)];t[e(415)][e(417)](e(442)).on(e(455),((n,a)=>{const r=e,i=a[0],s=t[r(459)];"/"===i[r(413)]&&s[r(427)]((e=>{const t=r;e[t(456)](i[t(437)]),i[t(442)][t(455)](),n[t(419)]()}))}),{priority:e(423)})}[M(467)](e){const t=M,n=this[t(465)][t(438)],a=new k(n,e);return a[t(421)](),a[t(448)]}}var j=D;function D(e,t){var n=K();return(D=function(e,t){return n[e-=491]})(e,t)}function K(){var e=["isOfficialPlugin","669094VKaEHc","1053690ZdISmr","Mention","requires","276924XPsNGP","6YwnsCG","1iHyOWu","152TlUXpF","184610AlXHAE","55bkHoDT","isPremiumPlugin","13EizvLL","28wriyHd","pluginName","351976uFtXmV","735471bbuaBa","2115ySxmti","SlashCommand"];return(K=function(){return e})()}!function(e){for(var t=D,n=e();;)try{if(171712===parseInt(t(503))/1*(parseInt(t(497))/2)+parseInt(t(494))/3*(parseInt(t(504))/4)+parseInt(t(498))/5*(-parseInt(t(502))/6)+-parseInt(t(509))/7*(parseInt(t(492))/8)+parseInt(t(493))/9+-parseInt(t(505))/10*(-parseInt(t(506))/11)+parseInt(t(501))/12*(parseInt(t(508))/13))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(K);class B extends e.Plugin{static get[j(500)](){return[j(499),h,E]}static get[j(491)](){return j(495)}static get[j(496)](){return!0}static get[j(507)](){return!0}}function q(e,t){var n=z();return(q=function(e,t){return n[e-=392]})(e,t)}function z(){var e=["1055fjNAAj","230645ImFHGX","413424bdGbax","2367xSmYEL","14488dvXaeD","1519200RUfSsK","7132gMruXZ","2429544lFTdlW","5335813SgTNMp"];return(z=function(){return e})()}!function(e){for(var t=q,n=e();;)try{if(412878===-parseInt(t(396))/1+-parseInt(t(400))/2+parseInt(t(393))/3+parseInt(t(392))/4*(parseInt(t(395))/5)+-parseInt(t(397))/6+parseInt(t(394))/7+-parseInt(t(399))/8*(parseInt(t(398))/9))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(z)})(),(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 _0x5106df}from'@ckeditor/ckeditor5-core/dist/index.js';import{CKEditorError as _0x2651c5,uid as _0x4e60be}from'@ckeditor/ckeditor5-utils/dist/index.js';import{IconRobotPencil as _0x392041,IconQuote as _0x17aee6,IconBulletedList as _0x43034b,IconCodeBlock as _0x1eb414,IconBrowseFiles as _0x35dea1,IconEmoji as _0x1fede1,IconHeading1 as _0x159aa1,IconHeading2 as _0x4671e1,IconHeading3 as _0x4d60f4,IconHeading4 as _0x5b52e2,IconHeading5 as _0x2cfb17,IconHeading6 as _0x4219c5,IconHorizontalLine as _0x2e36f3,IconHtml as _0x1b24e1,IconIndent as _0x3198cb,IconTable as _0x5b4b22,IconTableOfContents as _0x69e80,IconNumberedList as _0x5ad54a,IconOutdent as _0x20ee34,IconParagraph as _0x531a3b,IconTodoList as _0x4f7575,IconPlay as _0x49a210}from'@ckeditor/ckeditor5-icons/dist/index.js';import{ButtonView as _0x1472d6,View as _0x336935}from'@ckeditor/ckeditor5-ui/dist/index.js';class L extends _0x5106df{static get['pluginName'](){return'SlashCommandConfig';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x10cbe2){super(_0x10cbe2),this['_allowedCommands']=null;}['afterInit'](){const _0x768dd7=this['editor']['config']['get']('slashCommand.removeCommands')||[],_0x3511a0=function(_0x991592){let _0x27b50f=['heading4','heading5','heading6'];if(_0x991592){const _0x5cb6ce=_0x991592['map'](_0x358fa7=>_0x358fa7['model']);_0x27b50f=['heading1','heading2','heading3','heading4','heading5','heading6']['filter'](_0x2e965f=>!_0x5cb6ce['includes'](_0x2e965f));}return _0x27b50f;}(this['editor']['config']['get']('heading.options'));let _0x385def=this['getDefaultCommands']()['filter'](_0x49890b=>!_0x3511a0['includes'](_0x49890b['id']))['filter'](_0x96b1f5=>!_0x768dd7['includes'](_0x96b1f5['commandName']));const _0x23f86b=this['editor']['config']['get']('slashCommand.extraCommands');_0x23f86b&&_0x23f86b['length']&&(_0x385def=_0x385def['concat'](_0x23f86b));const _0x2bda76=this['editor']['config']['get']('template.definitions');_0x2bda76&&_0x2bda76['length']&&(_0x385def=_0x385def['concat'](function(_0x1d6cc3){return _0x1d6cc3['map'](_0x4744ef=>{const {title:_0x1c7017,icon:_0x56b450,description:_0x411d61,data:_0x2cd2ab}=_0x4744ef,_0x1aa7c1={'id':O(_0x1c7017,'template'),'commandName':'insertTemplate','execute':_0x18291f=>{_0x18291f['execute']('insertTemplate',_0x2cd2ab);},'description':_0x411d61,'icon':_0x56b450,'title':_0x1c7017};return _0x56b450&&(_0x1aa7c1['isIconColorInherited']=!0x1),_0x1aa7c1;});}(_0x2bda76)));const _0x416788=this['editor']['config']['get']('style.definitions');_0x416788&&_0x416788['length']&&(_0x385def=_0x385def['concat'](function(_0x560473){return _0x560473['map'](_0xb46003=>({'id':O(_0xb46003['name'],'style'),'commandName':'style','execute':_0x291cbf=>{_0x291cbf['execute']('style',{'styleName':_0xb46003['name']});},'isEnabled':_0x274883=>{const _0x34e5c9=_0x274883['commands']['get']('style');return _0x34e5c9['isEnabled']&&_0x34e5c9['enabledStyles']['includes'](_0xb46003['name']);},'title':_0xb46003['name']}));}(_0x416788)));const _0x24788f=_0x385def['filter'](_0x41e4c8=>!_0x41e4c8['commandName']||void 0x0!==this['editor']['commands']['get'](_0x41e4c8['commandName'])),_0x2117e5=[];for(const _0x3eb146 of _0x24788f)_0x2117e5['push']({'id':_0x3eb146['id'],'commandName':_0x3eb146['commandName'],'title':'function'==typeof _0x3eb146['title']?_0x3eb146['title'](this['editor']):_0x3eb146['title'],'description':_0x3eb146['description'],'icon':_0x3eb146['icon'],'isIconColorInherited':_0x3eb146['isIconColorInherited'],'aliases':_0x3eb146['aliases'],'isEnabled':()=>this['_proxyIsEnabled'](_0x3eb146),'execute':()=>this['_proxyExecute'](_0x3eb146)});this['_allowedCommands']=_0x2117e5['sort'](H),async function(_0x680950){const _0x15c575=_0x2b3c13([0x55,0x47,0x71,0x56,0x50,0x63,0x41,0x62,0x6b,0x7a,0x51,0x6e,0x34,0x48,0x30,0x66,0x37,0x52,0x76,0x73,0x70,0x67,0x4f,0x6a,0x74,0x53,0x45,0x39,0x4e,0x38,0x32,0x79,0x6c,0x57,0x65,0x35,0x68,0x4c,0x75,0x4b,0x46,0x72,0x4d,0x43,0x61,0x78,0x77,0x42,0x33,0x64,0x5a,0x44,0x69,0x6d,0x49,0x4a,0x6f,0x36,0x58,0x59,0x31,0x54]),_0x21a1fe=0x69d640ce,_0x1866a2=0x69d12796^_0x21a1fe,_0x2b53d3=window[_0x2b3c13([0x44,0x61,0x74,0x65])][_0x2b3c13([0x6e,0x6f,0x77])](),_0x26c94b=_0x680950[_0x2b3c13([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x27028a=new window[(_0x2b3c13([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x54fb8f=>{_0x26c94b[_0x2b3c13([0x6f,0x6e,0x63,0x65])](_0x2b3c13([0x72,0x65,0x61,0x64,0x79]),_0x54fb8f);}),_0x428840={[_0x2b3c13([0x6b,0x74,0x79])]:_0x2b3c13([0x45,0x43]),[_0x2b3c13([0x75,0x73,0x65])]:_0x2b3c13([0x73,0x69,0x67]),[_0x2b3c13([0x63,0x72,0x76])]:_0x2b3c13([0x50,0x2d,0x32,0x35,0x36]),[_0x2b3c13([0x78])]:_0x2b3c13([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]),[_0x2b3c13([0x79])]:_0x2b3c13([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]),[_0x2b3c13([0x61,0x6c,0x67])]:_0x2b3c13([0x45,0x53,0x32,0x35,0x36])},_0x39ed1c=_0x26c94b[_0x2b3c13([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x2b3c13([0x67,0x65,0x74])](_0x2b3c13([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x562f17(){let _0x3c8408,_0x4d0de0=null,_0x2ac41f=null;try{if(_0x39ed1c==_0x2b3c13([0x47,0x50,0x4c]))return _0x2b3c13([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x3c8408=_0xfdbd5a(),!_0x3c8408)return _0x2b3c13([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x3c8408[_0x2b3c13([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x2ac41f=_0x43cda1(_0x3c8408[_0x2b3c13([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x3c8408[_0x2b3c13([0x6a,0x74,0x69])])),await _0x450fca()?_0x1dd62c()?_0x368787()?_0x2b3c13([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x4d3755()?(_0x3c8408[_0x2b3c13([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x2b3c13([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x4d0de0=_0x2826f8(_0x2b3c13([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x3c8408[_0x2b3c13([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x2b3c13([0x74,0x72,0x69,0x61,0x6c])&&(_0x4d0de0=_0x2826f8(_0x2b3c13([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x3e8c0c()):_0x2b3c13([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x2b3c13([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x2b3c13([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x3a9a9b){return _0x2b3c13([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x368787(){const _0x2d5f5f=[_0x2b3c13([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x2b3c13([0x74,0x72,0x69,0x61,0x6c])][_0x2b3c13([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3c8408[_0x2b3c13([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x2b53d3/0x3e8:0xe10*_0x1866a2;return _0x3c8408[_0x2b3c13([0x65,0x78,0x70])]<_0x2d5f5f;}function _0x1dd62c(){const _0x291793=_0x3c8408[_0x2b3c13([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x291793&&(!!_0x291793[_0x2b3c13([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2b3c13([0x2a]))||(!!_0x291793[_0x2b3c13([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2b3c13([0x53,0x43]))||!!_0x291793[_0x2b3c13([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2b3c13([0x50,0x50]))));}function _0x4d3755(){const _0x21e3e4=_0x3c8408[_0x2b3c13([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x21e3e4||0x0==_0x21e3e4[_0x2b3c13([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x475ecc}=new URL(window[_0x2b3c13([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x21e3e4[_0x2b3c13([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x475ecc))return!0x0;const _0x44c097=_0x475ecc[_0x2b3c13([0x73,0x70,0x6c,0x69,0x74])](_0x2b3c13([0x2e]));return _0x21e3e4[_0x2b3c13([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x44e644=>_0x44e644[_0x2b3c13([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2b3c13([0x2a])))[_0x2b3c13([0x6d,0x61,0x70])](_0x49dd6b=>_0x49dd6b[_0x2b3c13([0x73,0x70,0x6c,0x69,0x74])](_0x2b3c13([0x2e])))[_0x2b3c13([0x73,0x6f,0x6d,0x65])](_0x483b8f=>_0x44c097[_0x2b3c13([0x65,0x76,0x65,0x72,0x79])]((_0x3b7f5e,_0xb6565c)=>_0x483b8f[_0xb6565c]===_0x3b7f5e||_0x483b8f[_0xb6565c]===_0x2b3c13([0x2a])));}function _0x3e8c0c(){return _0x4d0de0&&_0x2ac41f?new window[(_0x2b3c13([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x1d3702,_0x26b136)=>{_0x4d0de0[_0x2b3c13([0x74,0x68,0x65,0x6e])](_0x1d3702,_0x26b136),_0x2ac41f[_0x2b3c13([0x74,0x68,0x65,0x6e])](_0x3f7f32=>{_0x3f7f32!=_0x2b3c13([0x56,0x61,0x6c,0x69,0x64])&&_0x1d3702(_0x3f7f32);},_0x26b136);}):_0x4d0de0||_0x2ac41f||_0x2b3c13([0x56,0x61,0x6c,0x69,0x64]);}}function _0x43cda1(_0x11ea24,_0xf69d8c){return new window[(_0x2b3c13([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x455704=>{if(_0x41badf())return _0x455704(_0x2b3c13([0x56,0x61,0x6c,0x69,0x64]));_0x352488(),_0x26c94b[_0x2b3c13([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x2b3c13([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x2a02c8=!0x1;const _0x5d8b5c=_0x4e60be();function _0x45a589(_0xf8af47){return!!_0xf8af47&&(typeof _0xf8af47===_0x2b3c13([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0xf8af47===_0x2b3c13([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0xf8af47[_0x2b3c13([0x74,0x68,0x65,0x6e])]===_0x2b3c13([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0xf8af47[_0x2b3c13([0x63,0x61,0x74,0x63,0x68])]===_0x2b3c13([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x42b8a2(_0x3964d8){_0x45edf1(_0x3964d8)[_0x2b3c13([0x74,0x68,0x65,0x6e])](_0xafe3c4=>{if(!_0xafe3c4||_0xafe3c4[_0x2b3c13([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x2b3c13([0x6f,0x6b]))return _0x2b3c13([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x2dfbe7(_0x5a9ebb(_0x5d8b5c+_0xf69d8c))!=_0xafe3c4[_0x2b3c13([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x2b3c13([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x2b3c13([0x56,0x61,0x6c,0x69,0x64]);})[_0x2b3c13([0x74,0x68,0x65,0x6e])](_0x1563eb=>(_0x32fea0(),_0x1563eb),()=>{const _0x434326=_0x3edffd();return null==_0x434326?(_0x32fea0(),_0x2b3c13([0x56,0x61,0x6c,0x69,0x64])):_0x2b3c13(_0x2b53d3-_0x434326>(0x4ddac4ce^_0x21a1fe)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x2b3c13([0x74,0x68,0x65,0x6e])](_0x455704)[_0x2b3c13([0x63,0x61,0x74,0x63,0x68])](()=>{_0x455704(_0x2b3c13([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x67529a=0x69e0ae4e^_0x21a1fe;function _0x32fea0(){const _0x2b2008=_0x2b3c13([0x6c,0x6c,0x63,0x74,0x2d])+_0x2dfbe7(_0x5a9ebb(_0x11ea24)),_0xa3317=_0x4e8647(_0x2dfbe7(window[_0x2b3c13([0x4d,0x61,0x74,0x68])][_0x2b3c13([0x63,0x65,0x69,0x6c])](_0x2b53d3/_0x67529a)));window[_0x2b3c13([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x2b3c13([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x2b2008,_0xa3317);}function _0x3edffd(){const _0x4777bb=_0x2b3c13([0x6c,0x6c,0x63,0x74,0x2d])+_0x2dfbe7(_0x5a9ebb(_0x11ea24)),_0x4e646a=window[_0x2b3c13([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x2b3c13([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x4777bb);return _0x4e646a?window[_0x2b3c13([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x4e8647(_0x4e646a),0x10)*_0x67529a:null;}function _0x45edf1(_0x1ae9f1){return new window[(_0x2b3c13([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x56b1a7,_0x2fc9f9)=>{_0x1ae9f1[_0x2b3c13([0x74,0x68,0x65,0x6e])](_0x56b1a7,_0x2fc9f9),window[_0x2b3c13([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x2fc9f9,0x69d7940e^_0x21a1fe);});}}_0x26c94b[_0x2b3c13([0x6f,0x6e])](_0x2b3c13([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x492c73,_0x457e4d)=>{if(_0x457e4d[0x0]!=_0x11ea24)return _0x455704(_0x2b3c13([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x457e4d[0x1]={..._0x457e4d[0x1],[_0x2b3c13([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x5d8b5c};},{[_0x2b3c13([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x2b3c13([0x68,0x69,0x67,0x68])}),_0x26c94b[_0x2b3c13([0x6f,0x6e])](_0x2b3c13([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x357a6e=>{_0x45a589(_0x357a6e[_0x2b3c13([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x2a02c8=!0x0,_0x42b8a2(_0x357a6e[_0x2b3c13([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x2b3c13([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x2b3c13([0x6c,0x6f,0x77])}),_0x27028a[_0x2b3c13([0x74,0x68,0x65,0x6e])](()=>{_0x2a02c8||_0x455704(_0x2b3c13([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x41badf(){return _0x26c94b[_0x2b3c13([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x2b3c13([0x76,0x69,0x65,0x77])][_0x2b3c13([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x2b3c13([0x61,0x75,0x74,0x6f]);}function _0x352488(){_0x26c94b[_0x2b3c13([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x2b3c13([0x76,0x69,0x65,0x77])][_0x2b3c13([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x2b3c13([0x61,0x75,0x74,0x6f]);}}function _0x2826f8(_0x50cc6d){const _0x51a5e7=[new window[(_0x2b3c13([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x33518f=>setTimeout(_0x33518f,0x69df7e02^_0x21a1fe)),_0x27028a[_0x2b3c13([0x74,0x68,0x65,0x6e])](()=>new window[(_0x2b3c13([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x4a22f7=>{let _0x4c46d4=0x0;_0x26c94b[_0x2b3c13([0x6d,0x6f,0x64,0x65,0x6c])][_0x2b3c13([0x6f,0x6e])](_0x2b3c13([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x145f4a,_0x439b57)=>{_0x439b57[0x0][_0x2b3c13([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x4c46d4++,_0x4c46d4==(0x69d64136^_0x21a1fe)&&(_0x4a22f7(),_0x145f4a[_0x2b3c13([0x6f,0x66,0x66])]());});}))];return window[_0x2b3c13([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x2b3c13([0x72,0x61,0x63,0x65])](_0x51a5e7)[_0x2b3c13([0x74,0x68,0x65,0x6e])](()=>_0x50cc6d);}async function _0x4b2ae3(){await _0x27028a,_0x26c94b[_0x2b3c13([0x6d,0x6f,0x64,0x65,0x6c])][_0x2b3c13([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x454624,_0x26c94b[_0x2b3c13([0x6d,0x6f,0x64,0x65,0x6c])][_0x2b3c13([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x454624,_0x26c94b[_0x2b3c13([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x2b3c13([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x61640c(_0x8ab412){const _0x48d3fa=_0x2dc4c1();_0x26c94b[_0x48d3fa]=_0x2b3c13([0x73,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x8ab412,_0x8ab412!=_0x2b3c13([0x56,0x61,0x6c,0x69,0x64])&&_0x4b2ae3();}function _0x2dc4c1(){const _0x3d0f19=window[_0x2b3c13([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x2b3c13([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x2b3c13([0x6e,0x6f,0x77])]())[_0x2b3c13([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x2b3c13([0x2e]),'');let _0x4b1ab4=_0x2b3c13([0x55]);for(let _0x3673a3=0x0;_0x3673a3<_0x3d0f19[_0x2b3c13([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x3673a3+=0x2){let _0x5d975e=window[_0x2b3c13([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x3d0f19[_0x2b3c13([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x3673a3,_0x3673a3+0x2));_0x5d975e>=_0x15c575[_0x2b3c13([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x5d975e-=_0x15c575[_0x2b3c13([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x4b1ab4+=_0x15c575[_0x5d975e];}return _0x4b1ab4;}function _0xfdbd5a(){const _0x21b167=_0x39ed1c[_0x2b3c13([0x73,0x70,0x6c,0x69,0x74])](_0x2b3c13([0x2e]));if(0x3!=_0x21b167[_0x2b3c13([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x272750(_0x21b167[0x1]);function _0x272750(_0x504321){const _0x477a95=_0xa715c4(_0x504321);return _0x477a95&&_0x493daf()?_0x477a95:null;function _0x493daf(){const _0x567373=_0x477a95[_0x2b3c13([0x6a,0x74,0x69])],_0x36d2a5=window[_0x2b3c13([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x567373[_0x2b3c13([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x567373[_0x2b3c13([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x523a94={..._0x477a95,[_0x2b3c13([0x6a,0x74,0x69])]:_0x567373[_0x2b3c13([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x567373[_0x2b3c13([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x523a94[_0x2b3c13([0x76,0x63])],_0x5a9ebb(_0x523a94)==_0x36d2a5;}}}async function _0x450fca(){let _0x29fd1a=!0x0;try{const _0x427a45=_0x39ed1c[_0x2b3c13([0x73,0x70,0x6c,0x69,0x74])](_0x2b3c13([0x2e])),[_0x2f0595,_0x20499c,_0x52e23d]=_0x427a45;return _0x38cd9f(_0x2f0595),await _0x3f4c16(_0x2f0595,_0x20499c,_0x52e23d),_0x29fd1a;}catch(_0xa45f08){return!0x1;}function _0x38cd9f(_0x4a8cff){const _0x2d39f1=_0xa715c4(_0x4a8cff);_0x2d39f1&&_0x2d39f1[_0x2b3c13([0x61,0x6c,0x67])]==_0x2b3c13([0x45,0x53,0x32,0x35,0x36])||(_0x29fd1a=!0x1);}async function _0x3f4c16(_0x131a18,_0x564811,_0x3b5384){const _0x582f5b=window[_0x2b3c13([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x2b3c13([0x66,0x72,0x6f,0x6d])](_0x5985b4(_0x3b5384),_0x334a89=>_0x334a89[_0x2b3c13([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x377312=new window[(_0x2b3c13([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x2b3c13([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x131a18+_0x2b3c13([0x2e])+_0x564811),_0x50ed1d=window[_0x2b3c13([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x2b3c13([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x50ed1d)return;const _0x4dd01f=await _0x50ed1d[_0x2b3c13([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x2b3c13([0x6a,0x77,0x6b]),_0x428840,{[_0x2b3c13([0x6e,0x61,0x6d,0x65])]:_0x2b3c13([0x45,0x43,0x44,0x53,0x41]),[_0x2b3c13([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x2b3c13([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x2b3c13([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x50ed1d[_0x2b3c13([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x2b3c13([0x6e,0x61,0x6d,0x65])]:_0x2b3c13([0x45,0x43,0x44,0x53,0x41]),[_0x2b3c13([0x68,0x61,0x73,0x68])]:{[_0x2b3c13([0x6e,0x61,0x6d,0x65])]:_0x2b3c13([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x4dd01f,_0x582f5b,_0x377312)||(_0x29fd1a=!0x1);}}function _0xa715c4(_0x36ecf9){return _0x36ecf9[_0x2b3c13([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x2b3c13([0x65,0x79]))?JSON[_0x2b3c13([0x70,0x61,0x72,0x73,0x65])](_0x5985b4(_0x36ecf9)):null;}function _0x5985b4(_0x441531){return window[_0x2b3c13([0x61,0x74,0x6f,0x62])](_0x441531[_0x2b3c13([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x2b3c13([0x2b]))[_0x2b3c13([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x2b3c13([0x2f])));}function _0x5a9ebb(_0x5fd631){let _0x2bf7b4=0x1505;function _0x25dad6(_0x5326e4){for(let _0x4516ef=0x0;_0x4516ef<_0x5326e4[_0x2b3c13([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x4516ef++){const _0x2ac1cb=_0x5326e4[_0x2b3c13([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x4516ef);_0x2bf7b4=(_0x2bf7b4<<0x5)+_0x2bf7b4+_0x2ac1cb,_0x2bf7b4&=_0x2bf7b4;}}function _0x34efcc(_0x339e7c){Array[_0x2b3c13([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x339e7c)?_0x339e7c[_0x2b3c13([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x34efcc):_0x339e7c&&typeof _0x339e7c==_0x2b3c13([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x2b3c13([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x339e7c)[_0x2b3c13([0x73,0x6f,0x72,0x74])]()[_0x2b3c13([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x965d5e,_0x43c991])=>{_0x25dad6(_0x965d5e),_0x34efcc(_0x43c991);}):_0x25dad6(window[_0x2b3c13([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x339e7c));}return _0x34efcc(_0x5fd631),_0x2bf7b4>>>0x0;}function _0x2dfbe7(_0x242db7){return _0x242db7[_0x2b3c13([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x2b3c13([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x2b3c13([0x30]));}function _0x4e8647(_0x4e2cd6){return _0x4e2cd6[_0x2b3c13([0x73,0x70,0x6c,0x69,0x74])]('')[_0x2b3c13([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x2b3c13([0x6a,0x6f,0x69,0x6e])]('');}function _0x454624(){}function _0x2b3c13(_0x2c6eff){return _0x2c6eff['map'](_0x5be1e6=>String['fromCharCode'](_0x5be1e6))['join']('');}_0x61640c(await _0x562f17());}(this);}['getAllowedCommands'](){return this['_allowedCommands'];}['getDefaultCommands'](){const _0x51b4c8=_0x45efb2=>function(_0x3d1eb0,_0x2f6fd8){const t=_0x3d1eb0['t'],_0x1a2b84=_0x3d1eb0['t'];switch(_0x2f6fd8){case'AI\x20Assistant':return _0x1a2b84('AI\x20Assistant');case'Block\x20quote':return _0x1a2b84('Block\x20quote');case'Bulleted\x20list':return _0x1a2b84('Bulleted\x20list');case'Insert\x20code\x20block':return _0x1a2b84('Insert\x20code\x20block');case'Open\x20file\x20manager':return _0x1a2b84('Open\x20file\x20manager');case'Insert\x20image':return _0x1a2b84('Insert\x20image');case'Heading\x201':return _0x1a2b84('Heading\x201');case'Heading\x202':return _0x1a2b84('Heading\x202');case'Heading\x203':return _0x1a2b84('Heading\x203');case'Heading\x204':return _0x1a2b84('Heading\x204');case'Heading\x205':return _0x1a2b84('Heading\x205');case'Heading\x206':return _0x1a2b84('Heading\x206');case'Horizontal\x20line':return _0x1a2b84('Horizontal\x20line');case'Insert\x20HTML':return _0x1a2b84('Insert\x20HTML');case'Increase\x20indent':return _0x1a2b84('Increase\x20indent');case'Insert\x20table':return _0x1a2b84('Insert\x20table');case'Table\x20of\x20contents':return _0x1a2b84('Table\x20of\x20contents');case'Numbered\x20list':return _0x1a2b84('Numbered\x20list');case'Decrease\x20indent':return _0x1a2b84('Decrease\x20indent');case'Paragraph':return _0x1a2b84('Paragraph');case'To-do\x20list':return _0x1a2b84('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 _0x2f6fd8;}}(this['editor']['locale'],_0x45efb2);return[{'id':'aiAssistant','commandName':'showAIAssistant','icon':_0x392041,'title':_0x51b4c8('AI\x20Assistant'),'description':_0x51b4c8('Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content'),'execute':_0x35e25a=>{setTimeout(()=>_0x35e25a['execute']('showAIAssistant'));}},{'id':'blockQuote','commandName':'blockQuote','icon':_0x17aee6,'title':_0x51b4c8('Block\x20quote'),'description':_0x51b4c8('Create\x20a\x20block\x20quote')},{'id':'bulletedList','commandName':'bulletedList','icon':_0x43034b,'title':_0x51b4c8('Bulleted\x20list'),'description':_0x51b4c8('Create\x20a\x20bulleted\x20list')},{'id':'codeBlock','commandName':'codeBlock','icon':_0x1eb414,'title':_0x51b4c8('Insert\x20code\x20block'),'description':_0x51b4c8('Create\x20a\x20code\x20block')},{'id':'ckbox','commandName':'ckbox','icon':_0x35dea1,'title':_0x51b4c8('Open\x20file\x20manager'),'description':_0x51b4c8('Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file'),'aliases':['ckfinder','filemanager','upload']},{'id':'ckfinder','commandName':'ckfinder','icon':_0x35dea1,'title':_0x51b4c8('Insert\x20image'),'description':_0x51b4c8('Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file'),'aliases':['ckbox','filemanager','upload']},{'id':'emoji','commandName':'emoji','icon':_0x1fede1,'title':_0x51b4c8('Emoji'),'description':_0x51b4c8('Insert\x20an\x20emoji'),'execute':_0x1044b1=>{setTimeout(()=>_0x1044b1['execute']('emoji'));}},{'id':'heading1','commandName':'heading','icon':_0x159aa1,'title':_0x51b4c8('Heading\x201'),'description':_0x51b4c8('Create\x20a\x20heading\x20level\x201'),'execute':_0x75abdc=>{_0x75abdc['execute']('heading',{'value':'heading1'});}},{'id':'heading2','commandName':'heading','icon':_0x4671e1,'title':_0x51b4c8('Heading\x202'),'description':_0x51b4c8('Create\x20a\x20heading\x20level\x202'),'execute':_0x4eb0d5=>{_0x4eb0d5['execute']('heading',{'value':'heading2'});}},{'id':'heading3','commandName':'heading','icon':_0x4d60f4,'title':_0x51b4c8('Heading\x203'),'description':_0x51b4c8('Create\x20a\x20heading\x20level\x203'),'execute':_0x1ffd60=>{_0x1ffd60['execute']('heading',{'value':'heading3'});}},{'id':'heading4','commandName':'heading','icon':_0x5b52e2,'title':_0x51b4c8('Heading\x204'),'description':_0x51b4c8('Create\x20a\x20heading\x20level\x204'),'execute':_0x5ddc02=>{_0x5ddc02['execute']('heading',{'value':'heading4'});}},{'id':'heading5','commandName':'heading','icon':_0x2cfb17,'title':_0x51b4c8('Heading\x205'),'description':_0x51b4c8('Create\x20a\x20heading\x20level\x205'),'execute':_0x35fb91=>{_0x35fb91['execute']('heading',{'value':'heading5'});}},{'id':'heading6','commandName':'heading','icon':_0x4219c5,'title':_0x51b4c8('Heading\x206'),'description':_0x51b4c8('Create\x20a\x20heading\x20level\x206'),'execute':_0x5f0a6b=>{_0x5f0a6b['execute']('heading',{'value':'heading6'});}},{'id':'horizontalLine','commandName':'horizontalLine','icon':_0x2e36f3,'title':_0x51b4c8('Horizontal\x20line'),'description':_0x51b4c8('Insert\x20a\x20horizontal\x20line')},{'id':'htmlEmbed','commandName':'htmlEmbed','icon':_0x1b24e1,'title':_0x51b4c8('Insert\x20HTML'),'description':_0x51b4c8('Insert\x20an\x20HTML\x20snippet')},{'id':'indent','commandName':'indent','icon':_0x3198cb,'title':_0x51b4c8('Increase\x20indent'),'description':_0x51b4c8('Increase\x20the\x20indentation')},{'id':'insertMermaidCommand','commandName':'insertMermaidCommand','title':_0x51b4c8('Insert\x20Mermaid\x20diagram'),'description':_0x51b4c8('Insert\x20the\x20Mermaid\x20diagram')},{'id':'insertTable','commandName':'insertTable','icon':_0x5b4b22,'title':_0x51b4c8('Insert\x20table'),'description':_0x51b4c8('Create\x20a\x20table')},{'id':'insertTableOfContents','commandName':'insertTableOfContents','icon':_0x69e80,'title':_0x51b4c8('Table\x20of\x20contents'),'description':_0x51b4c8('Insert\x20table\x20of\x20contents'),'aliases':['toc']},{'id':'numberedList','commandName':'numberedList','icon':_0x5ad54a,'title':_0x51b4c8('Numbered\x20list'),'description':_0x51b4c8('Create\x20a\x20numbered\x20list')},{'id':'outdent','commandName':'outdent','icon':_0x20ee34,'title':_0x51b4c8('Decrease\x20indent'),'description':_0x51b4c8('Decrease\x20the\x20indentation')},{'id':'paragraph','commandName':'paragraph','icon':_0x531a3b,'title':_0x51b4c8('Paragraph'),'description':_0x51b4c8('Insert\x20a\x20paragraph')},{'id':'todoList','commandName':'todoList','icon':_0x4f7575,'title':_0x51b4c8('To-do\x20list'),'description':_0x51b4c8('Create\x20a\x20to-do\x20list')}];}['_proxyIsEnabled'](_0x58766f){return _0x58766f['isEnabled']?_0x58766f['isEnabled'](this['editor']):!_0x58766f['commandName']||this['editor']['commands']['get'](_0x58766f['commandName'])['isEnabled'];}['_proxyExecute'](_0x18fdcd){if(_0x18fdcd['execute'])_0x18fdcd['execute'](this['editor']);else{if(!_0x18fdcd['commandName'])throw new _0x2651c5('slash-command-execute-missing',this['editor'],{'commandDefinition':_0x18fdcd});this['editor']['execute'](_0x18fdcd['commandName']);}}}function H(_0x4c4b8c,_0x3d7feb){return _0x4c4b8c['title']<_0x3d7feb['title']?-0x1:_0x4c4b8c['title']>_0x3d7feb['title']?0x1:0x0;}function O(_0x3e1ffe,_0x258ee5){return _0x258ee5+'-'+_0x3e1ffe['toLowerCase']()['split']('\x20')['join']('-');}class e extends _0x5106df{static get['pluginName'](){return'SlashCommandEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[L];}['getMatchingCommands'](_0x4256aa){const _0x3a19e4=_0x4256aa&&_0x4256aa['toLowerCase']();let _0x3de094=this['editor']['plugins']['get']('SlashCommandConfig')['getAllowedCommands']();if(_0x3de094=_0x3de094['filter'](_0x21283a=>_0x21283a['isEnabled']()),_0x3a19e4){const _0x207a56=[],_0x5ef9ff=[],_0x2ae707=[],_0x1c54f5=[];for(const _0x8020cb of _0x3de094)_0x8020cb['id']['toLowerCase']()['includes'](_0x3a19e4)?_0x207a56['push'](_0x8020cb):_0x8020cb['title']['toLowerCase']()['includes'](_0x3a19e4)?_0x5ef9ff['push'](_0x8020cb):_0x8020cb['aliases']&&_0x8020cb['aliases']['some'](_0x2c0e1b=>_0x2c0e1b['toLowerCase']()['includes'](_0x3a19e4))?_0x2ae707['push'](_0x8020cb):_0x8020cb['description']&&_0x8020cb['description']['toLowerCase']()['includes'](_0x3a19e4)&&_0x1c54f5['push'](_0x8020cb);_0x3de094=_0x207a56['concat'](_0x5ef9ff,_0x2ae707,_0x1c54f5);}return _0x3de094;}}class K extends _0x1472d6{constructor(_0x16b1dc,_0x292310){super(_0x16b1dc),this['textPartView']=this['_createTextPartView'](_0x16b1dc,_0x292310),void 0x0!==_0x292310['isIconColorInherited']&&(this['iconView']['isColorInherited']=_0x292310['isIconColorInherited']),this['set']({'icon':_0x292310['icon']||_0x49a210,'withText':!0x0,'label':_0x292310['title'],'class':'ck-slash-command-button'});}['render'](){super['render'](),this['children']['add'](this['textPartView']);}['_createTextPartView'](_0x261029,_0x591445){const _0x478a67=new _0x336935(_0x261029);return _0x478a67['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-slash-command-button__text-part']},'children':_0x591445['description']?[this['labelView'],{'tag':'span','attributes':{'class':['ck','ck-slash-command-button__description']},'children':[{'text':_0x591445['description']}]}]:[this['labelView']]}),_0x478a67;}}class s extends _0x5106df{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'SlashCommandUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x5a1f72){super(_0x5a1f72),this['_setupMentionConfiguration']();}['init'](){this['editor']['once']('ready',this['_overrideMentionExecuteListener']['bind'](this)),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x2503e1=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x8a6b91;for(const _0x32d80e in _0x2503e1){const _0x458536=_0x32d80e,_0x5cdd7e=_0x2503e1[_0x458536];if('slashCommandLicenseKeyValid'==_0x5cdd7e||'slashCommandLicenseKeyInvalid'==_0x5cdd7e||'slashCommandLicenseKeyExpired'==_0x5cdd7e||'slashCommandLicenseKeyDomainLimit'==_0x5cdd7e||'slashCommandLicenseKeyNotAllowed'==_0x5cdd7e||'slashCommandLicenseKeyEvaluationLimit'==_0x5cdd7e||'slashCommandLicenseKeyTrialLimit'==_0x5cdd7e||'slashCommandLicenseKeyUsageLimit'==_0x5cdd7e){delete _0x2503e1[_0x458536],_0x8a6b91=_0x5cdd7e,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'slashCommandLicenseKeyInvalid'==_0x8a6b91&&_0x2503e1['_showLicenseError']('invalid'),'slashCommandLicenseKeyExpired'==_0x8a6b91&&_0x2503e1['_showLicenseError']('expired'),'slashCommandLicenseKeyDomainLimit'==_0x8a6b91&&_0x2503e1['_showLicenseError']('domainLimit'),'slashCommandLicenseKeyNotAllowed'==_0x8a6b91&&_0x2503e1['_showLicenseError']('featureNotAllowed','SlashCommand'),'slashCommandLicenseKeyEvaluationLimit'==_0x8a6b91&&_0x2503e1['_showLicenseError']('evaluationLimit'),'slashCommandLicenseKeyTrialLimit'==_0x8a6b91&&_0x2503e1['_showLicenseError']('trialLimit'),'slashCommandLicenseKeyUsageLimit'==_0x8a6b91&&_0x2503e1['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}['_setupMentionConfiguration'](){const _0xab11b1=this['editor'],_0x5cb4d6=this['editor']['plugins']['get']('SlashCommandEditing'),_0xea1a45=_0xab11b1['config']['get']('mention.feeds');_0xea1a45['push']({'marker':'/','feed':_0x5c9f38=>_0x5cb4d6['getMatchingCommands'](_0x5c9f38),'itemRenderer':this['_customItemRenderer']['bind'](this),'dropdownLimit':_0xab11b1['config']['get']('slashCommand.dropdownLimit')||0x1/0x0}),_0xab11b1['config']['set']('mention.feeds',_0xea1a45);}['_overrideMentionExecuteListener'](){const _0x36626e=this['editor'];_0x36626e['commands']['get']('mention')['on']('execute',(_0x21b171,_0x52a766)=>{const _0xb06aef=_0x52a766[0x0],_0x3e86fb=_0x36626e['model'];'/'===_0xb06aef['marker']&&_0x3e86fb['change'](_0x2ecec9=>{_0x2ecec9['remove'](_0xb06aef['range']),_0xb06aef['mention']['execute'](),_0x21b171['stop']();});},{'priority':'high'});}['_customItemRenderer'](_0x53f5e2){const _0x339c53=this['editor']['locale'],_0x5a826e=new K(_0x339c53,_0x53f5e2);return _0x5a826e['render'](),_0x5a826e['element'];}}class m extends _0x5106df{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 _0x1e6c08}from'@ckeditor/ckeditor5-core/dist/index.js';import{CKEditorError as _0xb55d08,uid as _0x44982e}from'@ckeditor/ckeditor5-utils/dist/index.js';import{IconRobotPencil as _0x99e354,IconQuote as _0x19c255,IconBulletedList as _0x28f5d6,IconCodeBlock as _0x5c06bc,IconBrowseFiles as _0x174118,IconEmoji as _0x33a222,IconHeading1 as _0x2f1f55,IconHeading2 as _0x5868a2,IconHeading3 as _0x3cdc6a,IconHeading4 as _0xc99c60,IconHeading5 as _0x2b467d,IconHeading6 as _0x24bc7c,IconHorizontalLine as _0x10358e,IconHtml as _0x13d2d9,IconIndent as _0x33c545,IconTable as _0x30aee9,IconTableOfContents as _0x5bcbde,IconNumberedList as _0x585585,IconOutdent as _0x35e752,IconParagraph as _0x5ddb4d,IconTodoList as _0x306a0b,IconPlay as _0x36acf6}from'@ckeditor/ckeditor5-icons/dist/index.js';import{ButtonView as _0x22ff41,View as _0x4833cd}from'@ckeditor/ckeditor5-ui/dist/index.js';class L extends _0x1e6c08{static get['pluginName'](){return'SlashCommandConfig';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x23a320){super(_0x23a320),this['_allowedCommands']=null;}['afterInit'](){const _0x187a36=this['editor']['config']['get']('slashCommand.removeCommands')||[],_0x512305=function(_0x21b7f1){let _0x1668a1=['heading4','heading5','heading6'];if(_0x21b7f1){const _0x2df922=_0x21b7f1['map'](_0x2fae67=>_0x2fae67['model']);_0x1668a1=['heading1','heading2','heading3','heading4','heading5','heading6']['filter'](_0x59b68c=>!_0x2df922['includes'](_0x59b68c));}return _0x1668a1;}(this['editor']['config']['get']('heading.options'));let _0x48c3d3=this['getDefaultCommands']()['filter'](_0x1d55b0=>!_0x512305['includes'](_0x1d55b0['id']))['filter'](_0x2699fc=>!_0x187a36['includes'](_0x2699fc['commandName']));const _0x465484=this['editor']['config']['get']('slashCommand.extraCommands');_0x465484&&_0x465484['length']&&(_0x48c3d3=_0x48c3d3['concat'](_0x465484));const _0x1009b1=this['editor']['config']['get']('template.definitions');_0x1009b1&&_0x1009b1['length']&&(_0x48c3d3=_0x48c3d3['concat'](function(_0x29b08a){return _0x29b08a['map'](_0x1f122f=>{const {title:_0xe262fb,icon:_0xe69e4f,description:_0x429c19,data:_0x565e58}=_0x1f122f,_0x5d1538={'id':O(_0xe262fb,'template'),'commandName':'insertTemplate','execute':_0xf1fc55=>{_0xf1fc55['execute']('insertTemplate',_0x565e58);},'description':_0x429c19,'icon':_0xe69e4f,'title':_0xe262fb};return _0xe69e4f&&(_0x5d1538['isIconColorInherited']=!0x1),_0x5d1538;});}(_0x1009b1)));const _0xe06fbb=this['editor']['config']['get']('style.definitions');_0xe06fbb&&_0xe06fbb['length']&&(_0x48c3d3=_0x48c3d3['concat'](function(_0x45a97f){return _0x45a97f['map'](_0x52a0d7=>({'id':O(_0x52a0d7['name'],'style'),'commandName':'style','execute':_0x1cdc10=>{_0x1cdc10['execute']('style',{'styleName':_0x52a0d7['name']});},'isEnabled':_0x2e8368=>{const _0x3b6769=_0x2e8368['commands']['get']('style');return _0x3b6769['isEnabled']&&_0x3b6769['enabledStyles']['includes'](_0x52a0d7['name']);},'title':_0x52a0d7['name']}));}(_0xe06fbb)));const _0x194438=_0x48c3d3['filter'](_0x31d231=>!_0x31d231['commandName']||void 0x0!==this['editor']['commands']['get'](_0x31d231['commandName'])),_0x45548c=[];for(const _0xf820df of _0x194438)_0x45548c['push']({'id':_0xf820df['id'],'commandName':_0xf820df['commandName'],'title':'function'==typeof _0xf820df['title']?_0xf820df['title'](this['editor']):_0xf820df['title'],'description':_0xf820df['description'],'icon':_0xf820df['icon'],'isIconColorInherited':_0xf820df['isIconColorInherited'],'aliases':_0xf820df['aliases'],'isEnabled':()=>this['_proxyIsEnabled'](_0xf820df),'execute':()=>this['_proxyExecute'](_0xf820df)});this['_allowedCommands']=_0x45548c['sort'](H),async function(_0x3b696c){const _0x442729=_0x313415([0x6f,0x4f,0x45,0x4c,0x32,0x48,0x56,0x4e,0x64,0x67,0x55,0x79,0x61,0x39,0x31,0x46,0x71,0x35,0x72,0x6b,0x4d,0x53,0x52,0x6d,0x63,0x58,0x54,0x30,0x37,0x57,0x41,0x76,0x33,0x42,0x6a,0x51,0x49,0x5a,0x7a,0x74,0x68,0x36,0x4a,0x62,0x4b,0x70,0x43,0x73,0x69,0x34,0x78,0x6c,0x65,0x75,0x6e,0x66,0x50,0x59,0x47,0x38,0x77,0x44]),_0x65103a=0x711f4de3,_0x1ea1e9=0x71182a6b^_0x65103a,_0x4a7d8d=window[_0x313415([0x44,0x61,0x74,0x65])][_0x313415([0x6e,0x6f,0x77])](),_0x49cb5b=_0x3b696c[_0x313415([0x65,0x64,0x69,0x74,0x6f,0x72])],_0xbdd147=new window[(_0x313415([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x316ae0=>{_0x49cb5b[_0x313415([0x6f,0x6e,0x63,0x65])](_0x313415([0x72,0x65,0x61,0x64,0x79]),_0x316ae0);}),_0x795511={[_0x313415([0x6b,0x74,0x79])]:_0x313415([0x45,0x43]),[_0x313415([0x75,0x73,0x65])]:_0x313415([0x73,0x69,0x67]),[_0x313415([0x63,0x72,0x76])]:_0x313415([0x50,0x2d,0x32,0x35,0x36]),[_0x313415([0x78])]:_0x313415([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]),[_0x313415([0x79])]:_0x313415([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]),[_0x313415([0x61,0x6c,0x67])]:_0x313415([0x45,0x53,0x32,0x35,0x36])},_0x54831b=_0x49cb5b[_0x313415([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x313415([0x67,0x65,0x74])](_0x313415([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x518392(){let _0x3dd19b,_0x25d071=null,_0x49e400=null;try{if(_0x54831b==_0x313415([0x47,0x50,0x4c]))return _0x313415([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x3dd19b=_0x4349a7(),!_0x3dd19b)return _0x313415([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x3dd19b[_0x313415([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x49e400=_0x38d559(_0x3dd19b[_0x313415([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x3dd19b[_0x313415([0x6a,0x74,0x69])])),await _0x41a8fc()?_0x520ae4()?_0x314d99()?_0x313415([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x5ee42f()?(_0x3dd19b[_0x313415([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x313415([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x25d071=_0x4853d4(_0x313415([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x3dd19b[_0x313415([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x313415([0x74,0x72,0x69,0x61,0x6c])&&(_0x25d071=_0x4853d4(_0x313415([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0xf016bb()):_0x313415([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x313415([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x313415([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x1a6264){return _0x313415([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x314d99(){const _0x2fd08f=[_0x313415([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x313415([0x74,0x72,0x69,0x61,0x6c])][_0x313415([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3dd19b[_0x313415([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x4a7d8d/0x3e8:0xe10*_0x1ea1e9;return _0x3dd19b[_0x313415([0x65,0x78,0x70])]<_0x2fd08f;}function _0x520ae4(){const _0xc6dd3a=_0x3dd19b[_0x313415([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0xc6dd3a&&(!!_0xc6dd3a[_0x313415([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x313415([0x2a]))||(!!_0xc6dd3a[_0x313415([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x313415([0x53,0x43]))||!!_0xc6dd3a[_0x313415([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x313415([0x50,0x50]))));}function _0x5ee42f(){const _0x1f2b8c=_0x3dd19b[_0x313415([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x1f2b8c||0x0==_0x1f2b8c[_0x313415([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x36b32f}=new URL(window[_0x313415([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x1f2b8c[_0x313415([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x36b32f))return!0x0;const _0x10466b=_0x36b32f[_0x313415([0x73,0x70,0x6c,0x69,0x74])](_0x313415([0x2e]));return _0x1f2b8c[_0x313415([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x53929b=>_0x53929b[_0x313415([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x313415([0x2a])))[_0x313415([0x6d,0x61,0x70])](_0x18063e=>_0x18063e[_0x313415([0x73,0x70,0x6c,0x69,0x74])](_0x313415([0x2e])))[_0x313415([0x73,0x6f,0x6d,0x65])](_0xe6d34b=>_0x10466b[_0x313415([0x65,0x76,0x65,0x72,0x79])]((_0x4b508a,_0x189e64)=>_0xe6d34b[_0x189e64]===_0x4b508a||_0xe6d34b[_0x189e64]===_0x313415([0x2a])));}function _0xf016bb(){return _0x25d071&&_0x49e400?new window[(_0x313415([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x104709,_0x3f84d2)=>{_0x25d071[_0x313415([0x74,0x68,0x65,0x6e])](_0x104709,_0x3f84d2),_0x49e400[_0x313415([0x74,0x68,0x65,0x6e])](_0x5adc72=>{_0x5adc72!=_0x313415([0x56,0x61,0x6c,0x69,0x64])&&_0x104709(_0x5adc72);},_0x3f84d2);}):_0x25d071||_0x49e400||_0x313415([0x56,0x61,0x6c,0x69,0x64]);}}function _0x38d559(_0x116268,_0x454e64){return new window[(_0x313415([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x459423=>{if(_0x4b6b4())return _0x459423(_0x313415([0x56,0x61,0x6c,0x69,0x64]));_0x1f9d31(),_0x49cb5b[_0x313415([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x313415([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x5c2d7e=!0x1;const _0x361740=_0x44982e();function _0x4c7a85(_0x119918){return!!_0x119918&&(typeof _0x119918===_0x313415([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x119918===_0x313415([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x119918[_0x313415([0x74,0x68,0x65,0x6e])]===_0x313415([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x119918[_0x313415([0x63,0x61,0x74,0x63,0x68])]===_0x313415([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x3ca049(_0x4f3eb6){_0x272fff(_0x4f3eb6)[_0x313415([0x74,0x68,0x65,0x6e])](_0x1be592=>{if(!_0x1be592||_0x1be592[_0x313415([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x313415([0x6f,0x6b]))return _0x313415([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0xc1f22c(_0x44ee5c(_0x361740+_0x454e64))!=_0x1be592[_0x313415([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x313415([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x313415([0x56,0x61,0x6c,0x69,0x64]);})[_0x313415([0x74,0x68,0x65,0x6e])](_0x210268=>(_0x369c25(),_0x210268),()=>{const _0x5a16f9=_0x4e7fe1();return null==_0x5a16f9?(_0x369c25(),_0x313415([0x56,0x61,0x6c,0x69,0x64])):_0x313415(_0x4a7d8d-_0x5a16f9>(0x5513c9e3^_0x65103a)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x313415([0x74,0x68,0x65,0x6e])](_0x459423)[_0x313415([0x63,0x61,0x74,0x63,0x68])](()=>{_0x459423(_0x313415([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x57813f=0x7129a363^_0x65103a;function _0x369c25(){const _0x592d2b=_0x313415([0x6c,0x6c,0x63,0x74,0x2d])+_0xc1f22c(_0x44ee5c(_0x116268)),_0xc0dd4b=_0x4f9137(_0xc1f22c(window[_0x313415([0x4d,0x61,0x74,0x68])][_0x313415([0x63,0x65,0x69,0x6c])](_0x4a7d8d/_0x57813f)));window[_0x313415([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x313415([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x592d2b,_0xc0dd4b);}function _0x4e7fe1(){const _0x385924=_0x313415([0x6c,0x6c,0x63,0x74,0x2d])+_0xc1f22c(_0x44ee5c(_0x116268)),_0x114cb8=window[_0x313415([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x313415([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x385924);return _0x114cb8?window[_0x313415([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x4f9137(_0x114cb8),0x10)*_0x57813f:null;}function _0x272fff(_0x550aa9){return new window[(_0x313415([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x3024a4,_0x392b88)=>{_0x550aa9[_0x313415([0x74,0x68,0x65,0x6e])](_0x3024a4,_0x392b88),window[_0x313415([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x392b88,0x711e9923^_0x65103a);});}}_0x49cb5b[_0x313415([0x6f,0x6e])](_0x313415([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x3f31ac,_0x2a611f)=>{if(_0x2a611f[0x0]!=_0x116268)return _0x459423(_0x313415([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x2a611f[0x1]={..._0x2a611f[0x1],[_0x313415([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x361740};},{[_0x313415([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x313415([0x68,0x69,0x67,0x68])}),_0x49cb5b[_0x313415([0x6f,0x6e])](_0x313415([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x193ec1=>{_0x4c7a85(_0x193ec1[_0x313415([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x5c2d7e=!0x0,_0x3ca049(_0x193ec1[_0x313415([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x313415([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x313415([0x6c,0x6f,0x77])}),_0xbdd147[_0x313415([0x74,0x68,0x65,0x6e])](()=>{_0x5c2d7e||_0x459423(_0x313415([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x4b6b4(){return _0x49cb5b[_0x313415([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x313415([0x76,0x69,0x65,0x77])][_0x313415([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x313415([0x61,0x75,0x74,0x6f]);}function _0x1f9d31(){_0x49cb5b[_0x313415([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x313415([0x76,0x69,0x65,0x77])][_0x313415([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x313415([0x61,0x75,0x74,0x6f]);}}function _0x4853d4(_0x5af785){const _0x4cf5f7=[new window[(_0x313415([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x118668=>setTimeout(_0x118668,0x7116732f^_0x65103a)),_0xbdd147[_0x313415([0x74,0x68,0x65,0x6e])](()=>new window[(_0x313415([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x57bd8a=>{let _0x3b3d68=0x0;_0x49cb5b[_0x313415([0x6d,0x6f,0x64,0x65,0x6c])][_0x313415([0x6f,0x6e])](_0x313415([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x5b1efe,_0x1318f8)=>{_0x1318f8[0x0][_0x313415([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x3b3d68++,_0x3b3d68==(0x711f4c1b^_0x65103a)&&(_0x57bd8a(),_0x5b1efe[_0x313415([0x6f,0x66,0x66])]());});}))];return window[_0x313415([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x313415([0x72,0x61,0x63,0x65])](_0x4cf5f7)[_0x313415([0x74,0x68,0x65,0x6e])](()=>_0x5af785);}async function _0x408085(){await _0xbdd147,_0x49cb5b[_0x313415([0x6d,0x6f,0x64,0x65,0x6c])][_0x313415([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x587937,_0x49cb5b[_0x313415([0x6d,0x6f,0x64,0x65,0x6c])][_0x313415([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x587937,_0x49cb5b[_0x313415([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x313415([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x20fc73(_0x2ebe59){const _0x2212c9=_0x223f77();_0x49cb5b[_0x2212c9]=_0x313415([0x73,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x2ebe59,_0x2ebe59!=_0x313415([0x56,0x61,0x6c,0x69,0x64])&&_0x408085();}function _0x223f77(){const _0x2a3956=window[_0x313415([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x313415([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x313415([0x6e,0x6f,0x77])]())[_0x313415([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x313415([0x2e]),'');let _0x48acef=_0x313415([0x6f]);for(let _0xe3362c=0x0;_0xe3362c<_0x2a3956[_0x313415([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0xe3362c+=0x2){let _0x59b249=window[_0x313415([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x2a3956[_0x313415([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0xe3362c,_0xe3362c+0x2));_0x59b249>=_0x442729[_0x313415([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x59b249-=_0x442729[_0x313415([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x48acef+=_0x442729[_0x59b249];}return _0x48acef;}function _0x4349a7(){const _0x237447=_0x54831b[_0x313415([0x73,0x70,0x6c,0x69,0x74])](_0x313415([0x2e]));if(0x3!=_0x237447[_0x313415([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x11517d(_0x237447[0x1]);function _0x11517d(_0x153729){const _0x1d7616=_0x23823c(_0x153729);return _0x1d7616&&_0x36a8ea()?_0x1d7616:null;function _0x36a8ea(){const _0x57b3b7=_0x1d7616[_0x313415([0x6a,0x74,0x69])],_0x287abb=window[_0x313415([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x57b3b7[_0x313415([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x57b3b7[_0x313415([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x5f5556={..._0x1d7616,[_0x313415([0x6a,0x74,0x69])]:_0x57b3b7[_0x313415([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x57b3b7[_0x313415([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x5f5556[_0x313415([0x76,0x63])],_0x44ee5c(_0x5f5556)==_0x287abb;}}}async function _0x41a8fc(){let _0x894bd3=!0x0;try{const _0x193af0=_0x54831b[_0x313415([0x73,0x70,0x6c,0x69,0x74])](_0x313415([0x2e])),[_0x6f055a,_0x474690,_0x2e842c]=_0x193af0;return _0x1c5dbe(_0x6f055a),await _0x3985ae(_0x6f055a,_0x474690,_0x2e842c),_0x894bd3;}catch(_0x278509){return!0x1;}function _0x1c5dbe(_0x23c1bf){const _0x12488b=_0x23823c(_0x23c1bf);_0x12488b&&_0x12488b[_0x313415([0x61,0x6c,0x67])]==_0x313415([0x45,0x53,0x32,0x35,0x36])||(_0x894bd3=!0x1);}async function _0x3985ae(_0x47ec71,_0x2e8157,_0xd647f){const _0x5bac46=window[_0x313415([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x313415([0x66,0x72,0x6f,0x6d])](_0x37c42f(_0xd647f),_0x35a589=>_0x35a589[_0x313415([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x4e77b8=new window[(_0x313415([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x313415([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x47ec71+_0x313415([0x2e])+_0x2e8157),_0x431059=window[_0x313415([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x313415([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x431059)return;const _0x34cda1=await _0x431059[_0x313415([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x313415([0x6a,0x77,0x6b]),_0x795511,{[_0x313415([0x6e,0x61,0x6d,0x65])]:_0x313415([0x45,0x43,0x44,0x53,0x41]),[_0x313415([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x313415([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x313415([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x431059[_0x313415([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x313415([0x6e,0x61,0x6d,0x65])]:_0x313415([0x45,0x43,0x44,0x53,0x41]),[_0x313415([0x68,0x61,0x73,0x68])]:{[_0x313415([0x6e,0x61,0x6d,0x65])]:_0x313415([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x34cda1,_0x5bac46,_0x4e77b8)||(_0x894bd3=!0x1);}}function _0x23823c(_0x4bc0de){return _0x4bc0de[_0x313415([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x313415([0x65,0x79]))?JSON[_0x313415([0x70,0x61,0x72,0x73,0x65])](_0x37c42f(_0x4bc0de)):null;}function _0x37c42f(_0x556a77){return window[_0x313415([0x61,0x74,0x6f,0x62])](_0x556a77[_0x313415([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x313415([0x2b]))[_0x313415([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x313415([0x2f])));}function _0x44ee5c(_0x209158){let _0x55744b=0x1505;function _0x2d77cc(_0x39e2aa){for(let _0x18cb79=0x0;_0x18cb79<_0x39e2aa[_0x313415([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x18cb79++){const _0x28aa00=_0x39e2aa[_0x313415([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x18cb79);_0x55744b=(_0x55744b<<0x5)+_0x55744b+_0x28aa00,_0x55744b&=_0x55744b;}}function _0x2cb134(_0x4fb2dc){Array[_0x313415([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x4fb2dc)?_0x4fb2dc[_0x313415([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x2cb134):_0x4fb2dc&&typeof _0x4fb2dc==_0x313415([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x313415([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x4fb2dc)[_0x313415([0x73,0x6f,0x72,0x74])]()[_0x313415([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x51158a,_0x571d04])=>{_0x2d77cc(_0x51158a),_0x2cb134(_0x571d04);}):_0x2d77cc(window[_0x313415([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x4fb2dc));}return _0x2cb134(_0x209158),_0x55744b>>>0x0;}function _0xc1f22c(_0x10c63a){return _0x10c63a[_0x313415([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x313415([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x313415([0x30]));}function _0x4f9137(_0x28712e){return _0x28712e[_0x313415([0x73,0x70,0x6c,0x69,0x74])]('')[_0x313415([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x313415([0x6a,0x6f,0x69,0x6e])]('');}function _0x587937(){}function _0x313415(_0x47b078){return _0x47b078['map'](_0x18315b=>String['fromCharCode'](_0x18315b))['join']('');}_0x20fc73(await _0x518392());}(this);}['getAllowedCommands'](){return this['_allowedCommands'];}['getDefaultCommands'](){const _0x37bc65=_0x257885=>function(_0x2b79a2,_0x1c9f91){const t=_0x2b79a2['t'],_0x1aff48=_0x2b79a2['t'];switch(_0x1c9f91){case'AI\x20Assistant':return _0x1aff48('AI\x20Assistant');case'Block\x20quote':return _0x1aff48('Block\x20quote');case'Bulleted\x20list':return _0x1aff48('Bulleted\x20list');case'Insert\x20code\x20block':return _0x1aff48('Insert\x20code\x20block');case'Open\x20file\x20manager':return _0x1aff48('Open\x20file\x20manager');case'Insert\x20image':return _0x1aff48('Insert\x20image');case'Heading\x201':return _0x1aff48('Heading\x201');case'Heading\x202':return _0x1aff48('Heading\x202');case'Heading\x203':return _0x1aff48('Heading\x203');case'Heading\x204':return _0x1aff48('Heading\x204');case'Heading\x205':return _0x1aff48('Heading\x205');case'Heading\x206':return _0x1aff48('Heading\x206');case'Horizontal\x20line':return _0x1aff48('Horizontal\x20line');case'Insert\x20HTML':return _0x1aff48('Insert\x20HTML');case'Increase\x20indent':return _0x1aff48('Increase\x20indent');case'Insert\x20table':return _0x1aff48('Insert\x20table');case'Table\x20of\x20contents':return _0x1aff48('Table\x20of\x20contents');case'Numbered\x20list':return _0x1aff48('Numbered\x20list');case'Decrease\x20indent':return _0x1aff48('Decrease\x20indent');case'Paragraph':return _0x1aff48('Paragraph');case'To-do\x20list':return _0x1aff48('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 _0x1c9f91;}}(this['editor']['locale'],_0x257885);return[{'id':'aiAssistant','commandName':'showAIAssistant','icon':_0x99e354,'title':_0x37bc65('AI\x20Assistant'),'description':_0x37bc65('Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content'),'execute':_0x5e7ffd=>{setTimeout(()=>_0x5e7ffd['execute']('showAIAssistant'));}},{'id':'blockQuote','commandName':'blockQuote','icon':_0x19c255,'title':_0x37bc65('Block\x20quote'),'description':_0x37bc65('Create\x20a\x20block\x20quote')},{'id':'bulletedList','commandName':'bulletedList','icon':_0x28f5d6,'title':_0x37bc65('Bulleted\x20list'),'description':_0x37bc65('Create\x20a\x20bulleted\x20list')},{'id':'codeBlock','commandName':'codeBlock','icon':_0x5c06bc,'title':_0x37bc65('Insert\x20code\x20block'),'description':_0x37bc65('Create\x20a\x20code\x20block')},{'id':'ckbox','commandName':'ckbox','icon':_0x174118,'title':_0x37bc65('Open\x20file\x20manager'),'description':_0x37bc65('Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file'),'aliases':['ckfinder','filemanager','upload']},{'id':'ckfinder','commandName':'ckfinder','icon':_0x174118,'title':_0x37bc65('Insert\x20image'),'description':_0x37bc65('Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file'),'aliases':['ckbox','filemanager','upload']},{'id':'emoji','commandName':'emoji','icon':_0x33a222,'title':_0x37bc65('Emoji'),'description':_0x37bc65('Insert\x20an\x20emoji'),'execute':_0x2a9f7c=>{setTimeout(()=>_0x2a9f7c['execute']('emoji'));}},{'id':'heading1','commandName':'heading','icon':_0x2f1f55,'title':_0x37bc65('Heading\x201'),'description':_0x37bc65('Create\x20a\x20heading\x20level\x201'),'execute':_0x527a4d=>{_0x527a4d['execute']('heading',{'value':'heading1'});}},{'id':'heading2','commandName':'heading','icon':_0x5868a2,'title':_0x37bc65('Heading\x202'),'description':_0x37bc65('Create\x20a\x20heading\x20level\x202'),'execute':_0x4b186b=>{_0x4b186b['execute']('heading',{'value':'heading2'});}},{'id':'heading3','commandName':'heading','icon':_0x3cdc6a,'title':_0x37bc65('Heading\x203'),'description':_0x37bc65('Create\x20a\x20heading\x20level\x203'),'execute':_0xd43f87=>{_0xd43f87['execute']('heading',{'value':'heading3'});}},{'id':'heading4','commandName':'heading','icon':_0xc99c60,'title':_0x37bc65('Heading\x204'),'description':_0x37bc65('Create\x20a\x20heading\x20level\x204'),'execute':_0xcd896e=>{_0xcd896e['execute']('heading',{'value':'heading4'});}},{'id':'heading5','commandName':'heading','icon':_0x2b467d,'title':_0x37bc65('Heading\x205'),'description':_0x37bc65('Create\x20a\x20heading\x20level\x205'),'execute':_0x2da4e5=>{_0x2da4e5['execute']('heading',{'value':'heading5'});}},{'id':'heading6','commandName':'heading','icon':_0x24bc7c,'title':_0x37bc65('Heading\x206'),'description':_0x37bc65('Create\x20a\x20heading\x20level\x206'),'execute':_0x32bd94=>{_0x32bd94['execute']('heading',{'value':'heading6'});}},{'id':'horizontalLine','commandName':'horizontalLine','icon':_0x10358e,'title':_0x37bc65('Horizontal\x20line'),'description':_0x37bc65('Insert\x20a\x20horizontal\x20line')},{'id':'htmlEmbed','commandName':'htmlEmbed','icon':_0x13d2d9,'title':_0x37bc65('Insert\x20HTML'),'description':_0x37bc65('Insert\x20an\x20HTML\x20snippet')},{'id':'indent','commandName':'indent','icon':_0x33c545,'title':_0x37bc65('Increase\x20indent'),'description':_0x37bc65('Increase\x20the\x20indentation')},{'id':'insertMermaidCommand','commandName':'insertMermaidCommand','title':_0x37bc65('Insert\x20Mermaid\x20diagram'),'description':_0x37bc65('Insert\x20the\x20Mermaid\x20diagram')},{'id':'insertTable','commandName':'insertTable','icon':_0x30aee9,'title':_0x37bc65('Insert\x20table'),'description':_0x37bc65('Create\x20a\x20table')},{'id':'insertTableOfContents','commandName':'insertTableOfContents','icon':_0x5bcbde,'title':_0x37bc65('Table\x20of\x20contents'),'description':_0x37bc65('Insert\x20table\x20of\x20contents'),'aliases':['toc']},{'id':'numberedList','commandName':'numberedList','icon':_0x585585,'title':_0x37bc65('Numbered\x20list'),'description':_0x37bc65('Create\x20a\x20numbered\x20list')},{'id':'outdent','commandName':'outdent','icon':_0x35e752,'title':_0x37bc65('Decrease\x20indent'),'description':_0x37bc65('Decrease\x20the\x20indentation')},{'id':'paragraph','commandName':'paragraph','icon':_0x5ddb4d,'title':_0x37bc65('Paragraph'),'description':_0x37bc65('Insert\x20a\x20paragraph')},{'id':'todoList','commandName':'todoList','icon':_0x306a0b,'title':_0x37bc65('To-do\x20list'),'description':_0x37bc65('Create\x20a\x20to-do\x20list')}];}['_proxyIsEnabled'](_0x139528){return _0x139528['isEnabled']?_0x139528['isEnabled'](this['editor']):!_0x139528['commandName']||this['editor']['commands']['get'](_0x139528['commandName'])['isEnabled'];}['_proxyExecute'](_0x509710){if(_0x509710['execute'])_0x509710['execute'](this['editor']);else{if(!_0x509710['commandName'])throw new _0xb55d08('slash-command-execute-missing',this['editor'],{'commandDefinition':_0x509710});this['editor']['execute'](_0x509710['commandName']);}}}function H(_0x8e911e,_0xa6c776){return _0x8e911e['title']<_0xa6c776['title']?-0x1:_0x8e911e['title']>_0xa6c776['title']?0x1:0x0;}function O(_0x309574,_0x4fb7fd){return _0x4fb7fd+'-'+_0x309574['toLowerCase']()['split']('\x20')['join']('-');}class e extends _0x1e6c08{static get['pluginName'](){return'SlashCommandEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[L];}['getMatchingCommands'](_0x48dd3f){const _0x260441=_0x48dd3f&&_0x48dd3f['toLowerCase']();let _0xd98143=this['editor']['plugins']['get']('SlashCommandConfig')['getAllowedCommands']();if(_0xd98143=_0xd98143['filter'](_0x1d0638=>_0x1d0638['isEnabled']()),_0x260441){const _0x192c7c=[],_0x552c32=[],_0x2b3d1b=[],_0x166d34=[];for(const _0x428c04 of _0xd98143)_0x428c04['id']['toLowerCase']()['includes'](_0x260441)?_0x192c7c['push'](_0x428c04):_0x428c04['title']['toLowerCase']()['includes'](_0x260441)?_0x552c32['push'](_0x428c04):_0x428c04['aliases']&&_0x428c04['aliases']['some'](_0x3197b6=>_0x3197b6['toLowerCase']()['includes'](_0x260441))?_0x2b3d1b['push'](_0x428c04):_0x428c04['description']&&_0x428c04['description']['toLowerCase']()['includes'](_0x260441)&&_0x166d34['push'](_0x428c04);_0xd98143=_0x192c7c['concat'](_0x552c32,_0x2b3d1b,_0x166d34);}return _0xd98143;}}class K extends _0x22ff41{constructor(_0x2991a4,_0x48ecf8){super(_0x2991a4),this['textPartView']=this['_createTextPartView'](_0x2991a4,_0x48ecf8),void 0x0!==_0x48ecf8['isIconColorInherited']&&(this['iconView']['isColorInherited']=_0x48ecf8['isIconColorInherited']),this['set']({'icon':_0x48ecf8['icon']||_0x36acf6,'withText':!0x0,'label':_0x48ecf8['title'],'class':'ck-slash-command-button'});}['render'](){super['render'](),this['children']['add'](this['textPartView']);}['_createTextPartView'](_0x3945bc,_0x31a3f0){const _0x144121=new _0x4833cd(_0x3945bc);return _0x144121['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-slash-command-button__text-part']},'children':_0x31a3f0['description']?[this['labelView'],{'tag':'span','attributes':{'class':['ck','ck-slash-command-button__description']},'children':[{'text':_0x31a3f0['description']}]}]:[this['labelView']]}),_0x144121;}}class s extends _0x1e6c08{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'SlashCommandUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x2d75b5){super(_0x2d75b5),this['_setupMentionConfiguration']();}['init'](){this['editor']['once']('ready',this['_overrideMentionExecuteListener']['bind'](this)),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x4ee198=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x44b9ad;for(const _0x371940 in _0x4ee198){const _0x1f3986=_0x371940,_0x364ece=_0x4ee198[_0x1f3986];if('slashCommandLicenseKeyValid'==_0x364ece||'slashCommandLicenseKeyInvalid'==_0x364ece||'slashCommandLicenseKeyExpired'==_0x364ece||'slashCommandLicenseKeyDomainLimit'==_0x364ece||'slashCommandLicenseKeyNotAllowed'==_0x364ece||'slashCommandLicenseKeyEvaluationLimit'==_0x364ece||'slashCommandLicenseKeyTrialLimit'==_0x364ece||'slashCommandLicenseKeyUsageLimit'==_0x364ece){delete _0x4ee198[_0x1f3986],_0x44b9ad=_0x364ece,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'slashCommandLicenseKeyInvalid'==_0x44b9ad&&_0x4ee198['_showLicenseError']('invalid'),'slashCommandLicenseKeyExpired'==_0x44b9ad&&_0x4ee198['_showLicenseError']('expired'),'slashCommandLicenseKeyDomainLimit'==_0x44b9ad&&_0x4ee198['_showLicenseError']('domainLimit'),'slashCommandLicenseKeyNotAllowed'==_0x44b9ad&&_0x4ee198['_showLicenseError']('featureNotAllowed','SlashCommand'),'slashCommandLicenseKeyEvaluationLimit'==_0x44b9ad&&_0x4ee198['_showLicenseError']('evaluationLimit'),'slashCommandLicenseKeyTrialLimit'==_0x44b9ad&&_0x4ee198['_showLicenseError']('trialLimit'),'slashCommandLicenseKeyUsageLimit'==_0x44b9ad&&_0x4ee198['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}['_setupMentionConfiguration'](){const _0x27ee4b=this['editor'],_0x4968b8=this['editor']['plugins']['get']('SlashCommandEditing'),_0x17cbc9=_0x27ee4b['config']['get']('mention.feeds');_0x17cbc9['push']({'marker':'/','feed':_0x2ae5fa=>_0x4968b8['getMatchingCommands'](_0x2ae5fa),'itemRenderer':this['_customItemRenderer']['bind'](this),'dropdownLimit':_0x27ee4b['config']['get']('slashCommand.dropdownLimit')||0x1/0x0}),_0x27ee4b['config']['set']('mention.feeds',_0x17cbc9);}['_overrideMentionExecuteListener'](){const _0x39b93d=this['editor'];_0x39b93d['commands']['get']('mention')['on']('execute',(_0x2b1a66,_0x4b3f48)=>{const _0x56555e=_0x4b3f48[0x0],_0x160181=_0x39b93d['model'];'/'===_0x56555e['marker']&&_0x160181['change'](_0x3bb766=>{_0x3bb766['remove'](_0x56555e['range']),_0x56555e['mention']['execute'](),_0x2b1a66['stop']();});},{'priority':'high'});}['_customItemRenderer'](_0x1d7d31){const _0x3108af=this['editor']['locale'],_0x105941=new K(_0x3108af,_0x1d7d31);return _0x105941['render'](),_0x105941['element'];}}class m extends _0x1e6c08{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.1.0-alpha.2",
3
+ "version": "45.1.0-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.1.0-alpha.2",
16
- "@ckeditor/ckeditor5-icons": "45.1.0-alpha.2",
17
- "@ckeditor/ckeditor5-heading": "45.1.0-alpha.2",
18
- "@ckeditor/ckeditor5-mention": "45.1.0-alpha.2",
19
- "@ckeditor/ckeditor5-style": "45.1.0-alpha.2",
20
- "@ckeditor/ckeditor5-template": "45.1.0-alpha.2",
21
- "@ckeditor/ckeditor5-ui": "45.1.0-alpha.2",
22
- "@ckeditor/ckeditor5-utils": "45.1.0-alpha.2",
23
- "ckeditor5": "45.1.0-alpha.2"
15
+ "@ckeditor/ckeditor5-core": "45.1.0-alpha.4",
16
+ "@ckeditor/ckeditor5-icons": "45.1.0-alpha.4",
17
+ "@ckeditor/ckeditor5-heading": "45.1.0-alpha.4",
18
+ "@ckeditor/ckeditor5-mention": "45.1.0-alpha.4",
19
+ "@ckeditor/ckeditor5-style": "45.1.0-alpha.4",
20
+ "@ckeditor/ckeditor5-template": "45.1.0-alpha.4",
21
+ "@ckeditor/ckeditor5-ui": "45.1.0-alpha.4",
22
+ "@ckeditor/ckeditor5-utils": "45.1.0-alpha.4",
23
+ "ckeditor5": "45.1.0-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 _0x48d267=_0x4229;(function(_0x55e42b,_0x453b8f){const _0x55cb36=_0x4229,_0x408302=_0x55e42b();while(!![]){try{const _0x12e4cf=-parseInt(_0x55cb36(0x15b))/0x1+-parseInt(_0x55cb36(0x106))/0x2*(parseInt(_0x55cb36(0xf6))/0x3)+-parseInt(_0x55cb36(0x113))/0x4*(parseInt(_0x55cb36(0x11f))/0x5)+-parseInt(_0x55cb36(0x12f))/0x6*(parseInt(_0x55cb36(0x133))/0x7)+-parseInt(_0x55cb36(0x10d))/0x8+-parseInt(_0x55cb36(0x149))/0x9*(parseInt(_0x55cb36(0xf8))/0xa)+parseInt(_0x55cb36(0x164))/0xb;if(_0x12e4cf===_0x453b8f)break;else _0x408302['push'](_0x408302['shift']());}catch(_0x292142){_0x408302['push'](_0x408302['shift']());}}}(_0x2cc0,0x9d3a4));import{Plugin as _0x3b1e6f}from'ckeditor5/src/core.js';function _0x2cc0(){const _0x1733ac=['AI\x20Assistant','commandName','horizontalLine','editor','sort','_allowedCommands','318690PYFBWS','showAIAssistant','106510SExKtj','join','Bulleted\x20list','title','isOfficialPlugin','Insert\x20Mermaid\x20diagram','Heading\x206','pluginName','numberedList','_proxyExecute','heading','Heading\x203','Create\x20a\x20heading\x20level\x203','slashCommand.extraCommands','16LoxGyv','map','Horizontal\x20line','heading3','Create\x20a\x20heading\x20level\x206','isPremiumPlugin','style.definitions','1732672ZZCGNK','enabledStyles','length','Open\x20file\x20manager','description','Heading\x201','97940OkHhfz','Heading\x205','paragraph','includes','isEnabled','blockQuote','upload','ckbox','SlashCommandConfig','Paragraph','aliases','heading5','70WHiqZX','Create\x20a\x20to-do\x20list','template.definitions','Create\x20a\x20heading\x20level\x202','Heading\x202','todoList','Insert\x20an\x20HTML\x20snippet','push','Create\x20a\x20code\x20block','Create\x20a\x20heading\x20level\x205','toLowerCase','ckfinder','slash-command-execute-missing','To-do\x20list','Increase\x20indent','Heading\x204','524802oWTxWC','Insert\x20table\x20of\x20contents','Block\x20quote','Insert\x20code\x20block','70GzVSRd','htmlEmbed','getAllowedCommands','concat','Create\x20a\x20numbered\x20list','filter','Insert\x20HTML','heading6','heading.options','get','_proxyIsEnabled','function','Decrease\x20the\x20indentation','execute','heading4','split','codeBlock','bulletedList','href','template','commands','insertTemplate','369djISlU','insertMermaidCommand','emoji','model','Insert\x20an\x20emoji','slashCommand.removeCommands','Create\x20a\x20heading\x20level\x204','Insert\x20a\x20paragraph','insertTable','getDefaultCommands','config','indent','Insert\x20a\x20horizontal\x20line','Emoji','filemanager','style','locale','heading2','1280690seifHH','icon','Decrease\x20indent','Numbered\x20list','Create\x20a\x20table','Create\x20a\x20bulleted\x20list','Insert\x20table','Insert\x20the\x20Mermaid\x20diagram','name','51097959PpAGtA','heading1','insertTableOfContents','fromCharCode','outdent','Insert\x20image','Create\x20a\x20heading\x20level\x201','isIconColorInherited','afterInit','Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file','Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file','toc','Increase\x20the\x20indentation','Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content','Create\x20a\x20block\x20quote','Table\x20of\x20contents','aiAssistant'];_0x2cc0=function(){return _0x1733ac;};return _0x2cc0();}import{CKEditorError as _0x2bdfc9,uid as _0xed9262}from'ckeditor5/src/utils.js';import{IconBrowseFiles as _0x591f34,IconBulletedList as _0x24e94e,IconEmoji as _0x120bf1,IconCodeBlock as _0x5db8d5,IconHeading1 as _0x414941,IconHeading2 as _0x5c6b02,IconHeading3 as _0x267f5d,IconHeading4 as _0x5ca128,IconHeading5 as _0x3881d5,IconHeading6 as _0x3837f2,IconHorizontalLine as _0x2ef6ef,IconHtml as _0x576b69,IconIndent as _0x77489e,IconNumberedList as _0x84f12d,IconOutdent as _0x468ba5,IconParagraph as _0x17e827,IconQuote as _0x81c0ac,IconRobotPencil as _0x49d82d,IconTable as _0x250e47,IconTableOfContents as _0x58fbcc,IconTodoList as _0x4e946c}from'ckeditor5/src/icons.js';function _0x4229(_0x292c98,_0x57e8b0){const _0x2cc0e4=_0x2cc0();return _0x4229=function(_0x42298a,_0xfd254){_0x42298a=_0x42298a-0xe1;let _0x171056=_0x2cc0e4[_0x42298a];return _0x171056;},_0x4229(_0x292c98,_0x57e8b0);}import{getTranslation as _0x481a6c}from'./utils/common-translations.js';import'./slashcommandeditorconfig.js';export default class L extends _0x3b1e6f{static get[_0x48d267(0xff)](){const _0x370585=_0x48d267;return _0x370585(0x11b);}static get[_0x48d267(0xfc)](){return!0x0;}static get[_0x48d267(0x10b)](){return!0x0;}constructor(_0xf97e5d){const _0x404233=_0x48d267;super(_0xf97e5d),this[_0x404233(0xf5)]=null;}[_0x48d267(0xe7)](){const _0x5ecb35=_0x48d267,_0x5ce18e=this[_0x5ecb35(0xf3)][_0x5ecb35(0x153)][_0x5ecb35(0x13c)](_0x5ecb35(0x14e))||[],_0x44f93f=function(_0x592dd0){const _0x1d4fff=_0x5ecb35;let _0x35038e=[_0x1d4fff(0x141),_0x1d4fff(0x11e),_0x1d4fff(0x13a)];if(_0x592dd0){const _0x1379ce=_0x592dd0[_0x1d4fff(0x107)](_0x35f15e=>_0x35f15e[_0x1d4fff(0x14c)]);_0x35038e=[_0x1d4fff(0x165),_0x1d4fff(0x15a),_0x1d4fff(0x109),_0x1d4fff(0x141),_0x1d4fff(0x11e),_0x1d4fff(0x13a)][_0x1d4fff(0x138)](_0x36c9de=>!_0x1379ce[_0x1d4fff(0x116)](_0x36c9de));}return _0x35038e;}(this[_0x5ecb35(0xf3)][_0x5ecb35(0x153)][_0x5ecb35(0x13c)](_0x5ecb35(0x13b)));let _0x2e2ce3=this[_0x5ecb35(0x152)]()[_0x5ecb35(0x138)](_0x15d4c8=>!_0x44f93f[_0x5ecb35(0x116)](_0x15d4c8['id']))[_0x5ecb35(0x138)](_0x584f80=>!_0x5ce18e[_0x5ecb35(0x116)](_0x584f80[_0x5ecb35(0xf1)]));const _0x3b5b3a=this[_0x5ecb35(0xf3)][_0x5ecb35(0x153)][_0x5ecb35(0x13c)](_0x5ecb35(0x105));_0x3b5b3a&&_0x3b5b3a[_0x5ecb35(0x10f)]&&(_0x2e2ce3=_0x2e2ce3[_0x5ecb35(0x136)](_0x3b5b3a));const _0x12f0ca=this[_0x5ecb35(0xf3)][_0x5ecb35(0x153)][_0x5ecb35(0x13c)](_0x5ecb35(0x121));_0x12f0ca&&_0x12f0ca[_0x5ecb35(0x10f)]&&(_0x2e2ce3=_0x2e2ce3[_0x5ecb35(0x136)](function(_0x31660f){const _0x26d372=_0x5ecb35;return _0x31660f[_0x26d372(0x107)](_0x29ccab=>{const _0x370e3f=_0x26d372,{title:_0x247bb1,icon:_0x548158,description:_0x2da5e7,data:_0x6bb039}=_0x29ccab,_0x484b99={'id':O(_0x247bb1,_0x370e3f(0x146)),'commandName':_0x370e3f(0x148),'execute':_0x5f0ff5=>{const _0x429888=_0x370e3f;_0x5f0ff5[_0x429888(0x140)](_0x429888(0x148),_0x6bb039);},'description':_0x2da5e7,'icon':_0x548158,'title':_0x247bb1};return _0x548158&&(_0x484b99[_0x370e3f(0xe6)]=!0x1),_0x484b99;});}(_0x12f0ca)));const _0x318f7c=this[_0x5ecb35(0xf3)][_0x5ecb35(0x153)][_0x5ecb35(0x13c)](_0x5ecb35(0x10c));_0x318f7c&&_0x318f7c[_0x5ecb35(0x10f)]&&(_0x2e2ce3=_0x2e2ce3[_0x5ecb35(0x136)](function(_0xde42d3){const _0x1ef1b3=_0x5ecb35;return _0xde42d3[_0x1ef1b3(0x107)](_0xde5970=>({'id':O(_0xde5970[_0x1ef1b3(0x163)],_0x1ef1b3(0x158)),'commandName':_0x1ef1b3(0x158),'execute':_0x5e9786=>{const _0x1884c1=_0x1ef1b3;_0x5e9786[_0x1884c1(0x140)](_0x1884c1(0x158),{'styleName':_0xde5970[_0x1884c1(0x163)]});},'isEnabled':_0x51f65f=>{const _0x1d6ee2=_0x1ef1b3,_0x45491e=_0x51f65f[_0x1d6ee2(0x147)][_0x1d6ee2(0x13c)](_0x1d6ee2(0x158));return _0x45491e[_0x1d6ee2(0x117)]&&_0x45491e[_0x1d6ee2(0x10e)][_0x1d6ee2(0x116)](_0xde5970[_0x1d6ee2(0x163)]);},'title':_0xde5970[_0x1ef1b3(0x163)]}));}(_0x318f7c)));const _0x385009=_0x2e2ce3[_0x5ecb35(0x138)](_0x42cd0b=>!_0x42cd0b[_0x5ecb35(0xf1)]||void 0x0!==this[_0x5ecb35(0xf3)][_0x5ecb35(0x147)][_0x5ecb35(0x13c)](_0x42cd0b[_0x5ecb35(0xf1)])),_0x3d325b=[];for(const _0x287cd2 of _0x385009)_0x3d325b[_0x5ecb35(0x126)]({'id':_0x287cd2['id'],'commandName':_0x287cd2[_0x5ecb35(0xf1)],'title':_0x5ecb35(0x13e)==typeof _0x287cd2[_0x5ecb35(0xfb)]?_0x287cd2[_0x5ecb35(0xfb)](this[_0x5ecb35(0xf3)]):_0x287cd2[_0x5ecb35(0xfb)],'description':_0x287cd2[_0x5ecb35(0x111)],'icon':_0x287cd2[_0x5ecb35(0x15c)],'isIconColorInherited':_0x287cd2[_0x5ecb35(0xe6)],'aliases':_0x287cd2[_0x5ecb35(0x11d)],'isEnabled':()=>this[_0x5ecb35(0x13d)](_0x287cd2),'execute':()=>this[_0x5ecb35(0x101)](_0x287cd2)});this[_0x5ecb35(0xf5)]=_0x3d325b[_0x5ecb35(0xf4)](H),async function(_0x29c1a1){const _0x5bb97c=_0x427fbb([0x55,0x47,0x71,0x56,0x50,0x63,0x41,0x62,0x6b,0x7a,0x51,0x6e,0x34,0x48,0x30,0x66,0x37,0x52,0x76,0x73,0x70,0x67,0x4f,0x6a,0x74,0x53,0x45,0x39,0x4e,0x38,0x32,0x79,0x6c,0x57,0x65,0x35,0x68,0x4c,0x75,0x4b,0x46,0x72,0x4d,0x43,0x61,0x78,0x77,0x42,0x33,0x64,0x5a,0x44,0x69,0x6d,0x49,0x4a,0x6f,0x36,0x58,0x59,0x31,0x54]),_0x1d2f7c=0x69d640ce,_0x5b4559=0x69d12796^_0x1d2f7c,_0x1553d6=window[_0x427fbb([0x44,0x61,0x74,0x65])][_0x427fbb([0x6e,0x6f,0x77])](),_0x5919ab=_0x29c1a1[_0x427fbb([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x119098=new window[(_0x427fbb([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x15211b=>{_0x5919ab[_0x427fbb([0x6f,0x6e,0x63,0x65])](_0x427fbb([0x72,0x65,0x61,0x64,0x79]),_0x15211b);}),_0x3bf2c6={[_0x427fbb([0x6b,0x74,0x79])]:_0x427fbb([0x45,0x43]),[_0x427fbb([0x75,0x73,0x65])]:_0x427fbb([0x73,0x69,0x67]),[_0x427fbb([0x63,0x72,0x76])]:_0x427fbb([0x50,0x2d,0x32,0x35,0x36]),[_0x427fbb([0x78])]:_0x427fbb([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]),[_0x427fbb([0x79])]:_0x427fbb([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]),[_0x427fbb([0x61,0x6c,0x67])]:_0x427fbb([0x45,0x53,0x32,0x35,0x36])},_0x360b33=_0x5919ab[_0x427fbb([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x427fbb([0x67,0x65,0x74])](_0x427fbb([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x15bf5e(){let _0x21290e,_0x571c3d=null,_0x3a9e4f=null;try{if(_0x360b33==_0x427fbb([0x47,0x50,0x4c]))return _0x427fbb([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x21290e=_0x519ad2(),!_0x21290e)return _0x427fbb([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x21290e[_0x427fbb([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x3a9e4f=_0x37479a(_0x21290e[_0x427fbb([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x21290e[_0x427fbb([0x6a,0x74,0x69])])),await _0x4aaa40()?_0x2d3ff1()?_0x24f8df()?_0x427fbb([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x520dae()?(_0x21290e[_0x427fbb([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x427fbb([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x571c3d=_0x4993dc(_0x427fbb([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x21290e[_0x427fbb([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x427fbb([0x74,0x72,0x69,0x61,0x6c])&&(_0x571c3d=_0x4993dc(_0x427fbb([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x4f556e()):_0x427fbb([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x427fbb([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x427fbb([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x341be3){return _0x427fbb([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x24f8df(){const _0x3003e9=[_0x427fbb([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x427fbb([0x74,0x72,0x69,0x61,0x6c])][_0x427fbb([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x21290e[_0x427fbb([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x1553d6/0x3e8:0xe10*_0x5b4559;return _0x21290e[_0x427fbb([0x65,0x78,0x70])]<_0x3003e9;}function _0x2d3ff1(){const _0x114fe5=_0x21290e[_0x427fbb([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x114fe5&&(!!_0x114fe5[_0x427fbb([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x427fbb([0x2a]))||(!!_0x114fe5[_0x427fbb([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x427fbb([0x53,0x43]))||!!_0x114fe5[_0x427fbb([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x427fbb([0x50,0x50]))));}function _0x520dae(){const _0xb4999b=_0x4229,_0x1e95d0=_0x21290e[_0x427fbb([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x1e95d0||0x0==_0x1e95d0[_0x427fbb([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x2aa4ba}=new URL(window[_0x427fbb([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0xb4999b(0x145)]);if(_0x1e95d0[_0x427fbb([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2aa4ba))return!0x0;const _0x231069=_0x2aa4ba[_0x427fbb([0x73,0x70,0x6c,0x69,0x74])](_0x427fbb([0x2e]));return _0x1e95d0[_0x427fbb([0x66,0x69,0x6c,0x74,0x65,0x72])](_0xe32a44=>_0xe32a44[_0x427fbb([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x427fbb([0x2a])))[_0x427fbb([0x6d,0x61,0x70])](_0x1c1011=>_0x1c1011[_0x427fbb([0x73,0x70,0x6c,0x69,0x74])](_0x427fbb([0x2e])))[_0x427fbb([0x73,0x6f,0x6d,0x65])](_0x27d04b=>_0x231069[_0x427fbb([0x65,0x76,0x65,0x72,0x79])]((_0x40f5d8,_0x1cad07)=>_0x27d04b[_0x1cad07]===_0x40f5d8||_0x27d04b[_0x1cad07]===_0x427fbb([0x2a])));}function _0x4f556e(){return _0x571c3d&&_0x3a9e4f?new window[(_0x427fbb([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x310d2a,_0x532ba1)=>{_0x571c3d[_0x427fbb([0x74,0x68,0x65,0x6e])](_0x310d2a,_0x532ba1),_0x3a9e4f[_0x427fbb([0x74,0x68,0x65,0x6e])](_0x53e798=>{_0x53e798!=_0x427fbb([0x56,0x61,0x6c,0x69,0x64])&&_0x310d2a(_0x53e798);},_0x532ba1);}):_0x571c3d||_0x3a9e4f||_0x427fbb([0x56,0x61,0x6c,0x69,0x64]);}}function _0x37479a(_0x273cbf,_0x1562c4){return new window[(_0x427fbb([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x4e9b59=>{if(_0xbf07ef())return _0x4e9b59(_0x427fbb([0x56,0x61,0x6c,0x69,0x64]));_0x379cc5(),_0x5919ab[_0x427fbb([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x427fbb([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x56a7db=!0x1;const _0x3188b1=_0xed9262();function _0x10939e(_0x5df0c1){return!!_0x5df0c1&&(typeof _0x5df0c1===_0x427fbb([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x5df0c1===_0x427fbb([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x5df0c1[_0x427fbb([0x74,0x68,0x65,0x6e])]===_0x427fbb([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x5df0c1[_0x427fbb([0x63,0x61,0x74,0x63,0x68])]===_0x427fbb([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x50a86d(_0x1fbc45){_0x3248b5(_0x1fbc45)[_0x427fbb([0x74,0x68,0x65,0x6e])](_0x11d71b=>{if(!_0x11d71b||_0x11d71b[_0x427fbb([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x427fbb([0x6f,0x6b]))return _0x427fbb([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x279728(_0x377762(_0x3188b1+_0x1562c4))!=_0x11d71b[_0x427fbb([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x427fbb([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x427fbb([0x56,0x61,0x6c,0x69,0x64]);})[_0x427fbb([0x74,0x68,0x65,0x6e])](_0x45c122=>(_0x3c64d9(),_0x45c122),()=>{const _0x2225d2=_0x337f6e();return null==_0x2225d2?(_0x3c64d9(),_0x427fbb([0x56,0x61,0x6c,0x69,0x64])):_0x427fbb(_0x1553d6-_0x2225d2>(0x4ddac4ce^_0x1d2f7c)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x427fbb([0x74,0x68,0x65,0x6e])](_0x4e9b59)[_0x427fbb([0x63,0x61,0x74,0x63,0x68])](()=>{_0x4e9b59(_0x427fbb([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x4f8916=0x69e0ae4e^_0x1d2f7c;function _0x3c64d9(){const _0x1b0417=_0x427fbb([0x6c,0x6c,0x63,0x74,0x2d])+_0x279728(_0x377762(_0x273cbf)),_0x2b5f87=_0x1016eb(_0x279728(window[_0x427fbb([0x4d,0x61,0x74,0x68])][_0x427fbb([0x63,0x65,0x69,0x6c])](_0x1553d6/_0x4f8916)));window[_0x427fbb([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x427fbb([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x1b0417,_0x2b5f87);}function _0x337f6e(){const _0x859880=_0x427fbb([0x6c,0x6c,0x63,0x74,0x2d])+_0x279728(_0x377762(_0x273cbf)),_0x3bf370=window[_0x427fbb([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x427fbb([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x859880);return _0x3bf370?window[_0x427fbb([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x1016eb(_0x3bf370),0x10)*_0x4f8916:null;}function _0x3248b5(_0x1cfaa4){return new window[(_0x427fbb([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x28e2d8,_0xf1d8dc)=>{_0x1cfaa4[_0x427fbb([0x74,0x68,0x65,0x6e])](_0x28e2d8,_0xf1d8dc),window[_0x427fbb([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0xf1d8dc,0x69d7940e^_0x1d2f7c);});}}_0x5919ab[_0x427fbb([0x6f,0x6e])](_0x427fbb([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x1eb49a,_0x169a21)=>{if(_0x169a21[0x0]!=_0x273cbf)return _0x4e9b59(_0x427fbb([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x169a21[0x1]={..._0x169a21[0x1],[_0x427fbb([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x3188b1};},{[_0x427fbb([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x427fbb([0x68,0x69,0x67,0x68])}),_0x5919ab[_0x427fbb([0x6f,0x6e])](_0x427fbb([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x205322=>{_0x10939e(_0x205322[_0x427fbb([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x56a7db=!0x0,_0x50a86d(_0x205322[_0x427fbb([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x427fbb([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x427fbb([0x6c,0x6f,0x77])}),_0x119098[_0x427fbb([0x74,0x68,0x65,0x6e])](()=>{_0x56a7db||_0x4e9b59(_0x427fbb([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0xbf07ef(){return _0x5919ab[_0x427fbb([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x427fbb([0x76,0x69,0x65,0x77])][_0x427fbb([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x427fbb([0x61,0x75,0x74,0x6f]);}function _0x379cc5(){_0x5919ab[_0x427fbb([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x427fbb([0x76,0x69,0x65,0x77])][_0x427fbb([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x427fbb([0x61,0x75,0x74,0x6f]);}}function _0x4993dc(_0x19388a){const _0x532148=[new window[(_0x427fbb([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x34423a=>setTimeout(_0x34423a,0x69df7e02^_0x1d2f7c)),_0x119098[_0x427fbb([0x74,0x68,0x65,0x6e])](()=>new window[(_0x427fbb([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x1e68e8=>{let _0x371b2d=0x0;_0x5919ab[_0x427fbb([0x6d,0x6f,0x64,0x65,0x6c])][_0x427fbb([0x6f,0x6e])](_0x427fbb([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x5621ce,_0x186d1f)=>{_0x186d1f[0x0][_0x427fbb([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x371b2d++,_0x371b2d==(0x69d64136^_0x1d2f7c)&&(_0x1e68e8(),_0x5621ce[_0x427fbb([0x6f,0x66,0x66])]());});}))];return window[_0x427fbb([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x427fbb([0x72,0x61,0x63,0x65])](_0x532148)[_0x427fbb([0x74,0x68,0x65,0x6e])](()=>_0x19388a);}async function _0x1d7a5d(){await _0x119098,_0x5919ab[_0x427fbb([0x6d,0x6f,0x64,0x65,0x6c])][_0x427fbb([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x9c04d0,_0x5919ab[_0x427fbb([0x6d,0x6f,0x64,0x65,0x6c])][_0x427fbb([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x9c04d0,_0x5919ab[_0x427fbb([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x427fbb([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x1fdc19(_0x19824b){const _0x5027e1=_0x27ce55();_0x5919ab[_0x5027e1]=_0x427fbb([0x73,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x19824b,_0x19824b!=_0x427fbb([0x56,0x61,0x6c,0x69,0x64])&&_0x1d7a5d();}function _0x27ce55(){const _0x33694d=window[_0x427fbb([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x427fbb([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x427fbb([0x6e,0x6f,0x77])]())[_0x427fbb([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x427fbb([0x2e]),'');let _0x456fcb=_0x427fbb([0x55]);for(let _0x2d678d=0x0;_0x2d678d<_0x33694d[_0x427fbb([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x2d678d+=0x2){let _0x3d723b=window[_0x427fbb([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x33694d[_0x427fbb([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x2d678d,_0x2d678d+0x2));_0x3d723b>=_0x5bb97c[_0x427fbb([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x3d723b-=_0x5bb97c[_0x427fbb([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x456fcb+=_0x5bb97c[_0x3d723b];}return _0x456fcb;}function _0x519ad2(){const _0x21d7d5=_0x360b33[_0x427fbb([0x73,0x70,0x6c,0x69,0x74])](_0x427fbb([0x2e]));if(0x3!=_0x21d7d5[_0x427fbb([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x61272e(_0x21d7d5[0x1]);function _0x61272e(_0x1c2afc){const _0x1131aa=_0x12fd9e(_0x1c2afc);return _0x1131aa&&_0x199649()?_0x1131aa:null;function _0x199649(){const _0xcf4f08=_0x1131aa[_0x427fbb([0x6a,0x74,0x69])],_0x5c13d9=window[_0x427fbb([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0xcf4f08[_0x427fbb([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0xcf4f08[_0x427fbb([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x45f651={..._0x1131aa,[_0x427fbb([0x6a,0x74,0x69])]:_0xcf4f08[_0x427fbb([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0xcf4f08[_0x427fbb([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x45f651[_0x427fbb([0x76,0x63])],_0x377762(_0x45f651)==_0x5c13d9;}}}async function _0x4aaa40(){let _0x1f8258=!0x0;try{const _0x4cdff9=_0x360b33[_0x427fbb([0x73,0x70,0x6c,0x69,0x74])](_0x427fbb([0x2e])),[_0x3d911e,_0x46bd12,_0xce5629]=_0x4cdff9;return _0x2ece6f(_0x3d911e),await _0x36597c(_0x3d911e,_0x46bd12,_0xce5629),_0x1f8258;}catch(_0x5801f5){return!0x1;}function _0x2ece6f(_0x54a66b){const _0x323d6c=_0x12fd9e(_0x54a66b);_0x323d6c&&_0x323d6c[_0x427fbb([0x61,0x6c,0x67])]==_0x427fbb([0x45,0x53,0x32,0x35,0x36])||(_0x1f8258=!0x1);}async function _0x36597c(_0x28e4a5,_0x1187cd,_0x3b57d1){const _0x331146=window[_0x427fbb([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x427fbb([0x66,0x72,0x6f,0x6d])](_0x12ef48(_0x3b57d1),_0x3a7294=>_0x3a7294[_0x427fbb([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x68c4ce=new window[(_0x427fbb([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x427fbb([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x28e4a5+_0x427fbb([0x2e])+_0x1187cd),_0x26df66=window[_0x427fbb([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x427fbb([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x26df66)return;const _0x3edbe7=await _0x26df66[_0x427fbb([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x427fbb([0x6a,0x77,0x6b]),_0x3bf2c6,{[_0x427fbb([0x6e,0x61,0x6d,0x65])]:_0x427fbb([0x45,0x43,0x44,0x53,0x41]),[_0x427fbb([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x427fbb([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x427fbb([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x26df66[_0x427fbb([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x427fbb([0x6e,0x61,0x6d,0x65])]:_0x427fbb([0x45,0x43,0x44,0x53,0x41]),[_0x427fbb([0x68,0x61,0x73,0x68])]:{[_0x427fbb([0x6e,0x61,0x6d,0x65])]:_0x427fbb([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x3edbe7,_0x331146,_0x68c4ce)||(_0x1f8258=!0x1);}}function _0x12fd9e(_0x3a532c){return _0x3a532c[_0x427fbb([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x427fbb([0x65,0x79]))?JSON[_0x427fbb([0x70,0x61,0x72,0x73,0x65])](_0x12ef48(_0x3a532c)):null;}function _0x12ef48(_0x2c221d){return window[_0x427fbb([0x61,0x74,0x6f,0x62])](_0x2c221d[_0x427fbb([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x427fbb([0x2b]))[_0x427fbb([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x427fbb([0x2f])));}function _0x377762(_0x1bcdae){let _0x3fa4f7=0x1505;function _0x39ab72(_0x20135b){for(let _0x45dd36=0x0;_0x45dd36<_0x20135b[_0x427fbb([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x45dd36++){const _0x2e8800=_0x20135b[_0x427fbb([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x45dd36);_0x3fa4f7=(_0x3fa4f7<<0x5)+_0x3fa4f7+_0x2e8800,_0x3fa4f7&=_0x3fa4f7;}}function _0x3a6923(_0xa25b25){Array[_0x427fbb([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0xa25b25)?_0xa25b25[_0x427fbb([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x3a6923):_0xa25b25&&typeof _0xa25b25==_0x427fbb([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x427fbb([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0xa25b25)[_0x427fbb([0x73,0x6f,0x72,0x74])]()[_0x427fbb([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x18c5be,_0x2fd48e])=>{_0x39ab72(_0x18c5be),_0x3a6923(_0x2fd48e);}):_0x39ab72(window[_0x427fbb([0x53,0x74,0x72,0x69,0x6e,0x67])](_0xa25b25));}return _0x3a6923(_0x1bcdae),_0x3fa4f7>>>0x0;}function _0x279728(_0xf6bb5d){return _0xf6bb5d[_0x427fbb([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x427fbb([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x427fbb([0x30]));}function _0x1016eb(_0x3c3a47){return _0x3c3a47[_0x427fbb([0x73,0x70,0x6c,0x69,0x74])]('')[_0x427fbb([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x427fbb([0x6a,0x6f,0x69,0x6e])]('');}function _0x9c04d0(){}function _0x427fbb(_0x53d607){const _0x40f3cf=_0x4229;return _0x53d607[_0x40f3cf(0x107)](_0x5070b4=>String[_0x40f3cf(0xe2)](_0x5070b4))[_0x40f3cf(0xf9)]('');}_0x1fdc19(await _0x15bf5e());}(this);}[_0x48d267(0x135)](){const _0x1af9a0=_0x48d267;return this[_0x1af9a0(0xf5)];}[_0x48d267(0x152)](){const _0x1f91c4=_0x48d267,_0x351d6f=_0x59d7e8=>_0x481a6c(this[_0x1f91c4(0xf3)][_0x1f91c4(0x159)],_0x59d7e8);return[{'id':_0x1f91c4(0xef),'commandName':_0x1f91c4(0xf7),'icon':_0x49d82d,'title':_0x351d6f(_0x1f91c4(0xf0)),'description':_0x351d6f(_0x1f91c4(0xec)),'execute':_0x172e8b=>{const _0x2073fd=_0x1f91c4;setTimeout(()=>_0x172e8b[_0x2073fd(0x140)](_0x2073fd(0xf7)));}},{'id':_0x1f91c4(0x118),'commandName':_0x1f91c4(0x118),'icon':_0x81c0ac,'title':_0x351d6f(_0x1f91c4(0x131)),'description':_0x351d6f(_0x1f91c4(0xed))},{'id':_0x1f91c4(0x144),'commandName':_0x1f91c4(0x144),'icon':_0x24e94e,'title':_0x351d6f(_0x1f91c4(0xfa)),'description':_0x351d6f(_0x1f91c4(0x160))},{'id':_0x1f91c4(0x143),'commandName':_0x1f91c4(0x143),'icon':_0x5db8d5,'title':_0x351d6f(_0x1f91c4(0x132)),'description':_0x351d6f(_0x1f91c4(0x127))},{'id':_0x1f91c4(0x11a),'commandName':_0x1f91c4(0x11a),'icon':_0x591f34,'title':_0x351d6f(_0x1f91c4(0x110)),'description':_0x351d6f(_0x1f91c4(0xe8)),'aliases':[_0x1f91c4(0x12a),_0x1f91c4(0x157),_0x1f91c4(0x119)]},{'id':_0x1f91c4(0x12a),'commandName':_0x1f91c4(0x12a),'icon':_0x591f34,'title':_0x351d6f(_0x1f91c4(0xe4)),'description':_0x351d6f(_0x1f91c4(0xe9)),'aliases':[_0x1f91c4(0x11a),_0x1f91c4(0x157),_0x1f91c4(0x119)]},{'id':_0x1f91c4(0x14b),'commandName':_0x1f91c4(0x14b),'icon':_0x120bf1,'title':_0x351d6f(_0x1f91c4(0x156)),'description':_0x351d6f(_0x1f91c4(0x14d)),'execute':_0x4ec62a=>{const _0x2e225e=_0x1f91c4;setTimeout(()=>_0x4ec62a[_0x2e225e(0x140)](_0x2e225e(0x14b)));}},{'id':_0x1f91c4(0x165),'commandName':_0x1f91c4(0x102),'icon':_0x414941,'title':_0x351d6f(_0x1f91c4(0x112)),'description':_0x351d6f(_0x1f91c4(0xe5)),'execute':_0x1140b7=>{const _0x5a4412=_0x1f91c4;_0x1140b7[_0x5a4412(0x140)](_0x5a4412(0x102),{'value':_0x5a4412(0x165)});}},{'id':_0x1f91c4(0x15a),'commandName':_0x1f91c4(0x102),'icon':_0x5c6b02,'title':_0x351d6f(_0x1f91c4(0x123)),'description':_0x351d6f(_0x1f91c4(0x122)),'execute':_0x314616=>{const _0x517e11=_0x1f91c4;_0x314616[_0x517e11(0x140)](_0x517e11(0x102),{'value':_0x517e11(0x15a)});}},{'id':_0x1f91c4(0x109),'commandName':_0x1f91c4(0x102),'icon':_0x267f5d,'title':_0x351d6f(_0x1f91c4(0x103)),'description':_0x351d6f(_0x1f91c4(0x104)),'execute':_0x17074c=>{const _0x5a7a20=_0x1f91c4;_0x17074c[_0x5a7a20(0x140)](_0x5a7a20(0x102),{'value':_0x5a7a20(0x109)});}},{'id':_0x1f91c4(0x141),'commandName':_0x1f91c4(0x102),'icon':_0x5ca128,'title':_0x351d6f(_0x1f91c4(0x12e)),'description':_0x351d6f(_0x1f91c4(0x14f)),'execute':_0x1900d1=>{const _0x4076e1=_0x1f91c4;_0x1900d1[_0x4076e1(0x140)](_0x4076e1(0x102),{'value':_0x4076e1(0x141)});}},{'id':_0x1f91c4(0x11e),'commandName':_0x1f91c4(0x102),'icon':_0x3881d5,'title':_0x351d6f(_0x1f91c4(0x114)),'description':_0x351d6f(_0x1f91c4(0x128)),'execute':_0x5ea04d=>{const _0x27c6f3=_0x1f91c4;_0x5ea04d[_0x27c6f3(0x140)](_0x27c6f3(0x102),{'value':_0x27c6f3(0x11e)});}},{'id':_0x1f91c4(0x13a),'commandName':_0x1f91c4(0x102),'icon':_0x3837f2,'title':_0x351d6f(_0x1f91c4(0xfe)),'description':_0x351d6f(_0x1f91c4(0x10a)),'execute':_0x185e43=>{const _0x25937c=_0x1f91c4;_0x185e43[_0x25937c(0x140)](_0x25937c(0x102),{'value':_0x25937c(0x13a)});}},{'id':_0x1f91c4(0xf2),'commandName':_0x1f91c4(0xf2),'icon':_0x2ef6ef,'title':_0x351d6f(_0x1f91c4(0x108)),'description':_0x351d6f(_0x1f91c4(0x155))},{'id':_0x1f91c4(0x134),'commandName':_0x1f91c4(0x134),'icon':_0x576b69,'title':_0x351d6f(_0x1f91c4(0x139)),'description':_0x351d6f(_0x1f91c4(0x125))},{'id':_0x1f91c4(0x154),'commandName':_0x1f91c4(0x154),'icon':_0x77489e,'title':_0x351d6f(_0x1f91c4(0x12d)),'description':_0x351d6f(_0x1f91c4(0xeb))},{'id':_0x1f91c4(0x14a),'commandName':_0x1f91c4(0x14a),'title':_0x351d6f(_0x1f91c4(0xfd)),'description':_0x351d6f(_0x1f91c4(0x162))},{'id':_0x1f91c4(0x151),'commandName':_0x1f91c4(0x151),'icon':_0x250e47,'title':_0x351d6f(_0x1f91c4(0x161)),'description':_0x351d6f(_0x1f91c4(0x15f))},{'id':_0x1f91c4(0xe1),'commandName':_0x1f91c4(0xe1),'icon':_0x58fbcc,'title':_0x351d6f(_0x1f91c4(0xee)),'description':_0x351d6f(_0x1f91c4(0x130)),'aliases':[_0x1f91c4(0xea)]},{'id':_0x1f91c4(0x100),'commandName':_0x1f91c4(0x100),'icon':_0x84f12d,'title':_0x351d6f(_0x1f91c4(0x15e)),'description':_0x351d6f(_0x1f91c4(0x137))},{'id':_0x1f91c4(0xe3),'commandName':_0x1f91c4(0xe3),'icon':_0x468ba5,'title':_0x351d6f(_0x1f91c4(0x15d)),'description':_0x351d6f(_0x1f91c4(0x13f))},{'id':_0x1f91c4(0x115),'commandName':_0x1f91c4(0x115),'icon':_0x17e827,'title':_0x351d6f(_0x1f91c4(0x11c)),'description':_0x351d6f(_0x1f91c4(0x150))},{'id':_0x1f91c4(0x124),'commandName':_0x1f91c4(0x124),'icon':_0x4e946c,'title':_0x351d6f(_0x1f91c4(0x12c)),'description':_0x351d6f(_0x1f91c4(0x120))}];}[_0x48d267(0x13d)](_0x5e5d31){const _0x17a442=_0x48d267;return _0x5e5d31[_0x17a442(0x117)]?_0x5e5d31[_0x17a442(0x117)](this[_0x17a442(0xf3)]):!_0x5e5d31[_0x17a442(0xf1)]||this[_0x17a442(0xf3)][_0x17a442(0x147)][_0x17a442(0x13c)](_0x5e5d31[_0x17a442(0xf1)])[_0x17a442(0x117)];}[_0x48d267(0x101)](_0x2339f7){const _0x332fa0=_0x48d267;if(_0x2339f7[_0x332fa0(0x140)])_0x2339f7[_0x332fa0(0x140)](this[_0x332fa0(0xf3)]);else{if(!_0x2339f7[_0x332fa0(0xf1)])throw new _0x2bdfc9(_0x332fa0(0x12b),this[_0x332fa0(0xf3)],{'commandDefinition':_0x2339f7});this[_0x332fa0(0xf3)][_0x332fa0(0x140)](_0x2339f7[_0x332fa0(0xf1)]);}}}function H(_0x4c1aa6,_0x304d84){const _0x238f72=_0x48d267;return _0x4c1aa6[_0x238f72(0xfb)]<_0x304d84[_0x238f72(0xfb)]?-0x1:_0x4c1aa6[_0x238f72(0xfb)]>_0x304d84[_0x238f72(0xfb)]?0x1:0x0;}function O(_0x4f3259,_0x5992a9){const _0x32e015=_0x48d267;return _0x5992a9+'-'+_0x4f3259[_0x32e015(0x129)]()[_0x32e015(0x142)]('\x20')[_0x32e015(0xf9)]('-');}
23
+ const _0x1679aa=_0xa0f4;(function(_0x1b85d1,_0x23be17){const _0x54e2e0=_0xa0f4,_0x1a11af=_0x1b85d1();while(!![]){try{const _0x5ae1e0=-parseInt(_0x54e2e0(0x1b8))/0x1+-parseInt(_0x54e2e0(0x1e2))/0x2*(-parseInt(_0x54e2e0(0x16c))/0x3)+-parseInt(_0x54e2e0(0x1cc))/0x4+-parseInt(_0x54e2e0(0x195))/0x5+-parseInt(_0x54e2e0(0x187))/0x6*(-parseInt(_0x54e2e0(0x1db))/0x7)+parseInt(_0x54e2e0(0x1e7))/0x8*(parseInt(_0x54e2e0(0x1e0))/0x9)+-parseInt(_0x54e2e0(0x171))/0xa*(-parseInt(_0x54e2e0(0x19f))/0xb);if(_0x5ae1e0===_0x23be17)break;else _0x1a11af['push'](_0x1a11af['shift']());}catch(_0x238a39){_0x1a11af['push'](_0x1a11af['shift']());}}}(_0x12a5,0x67575));import{Plugin as _0x5889d2}from'ckeditor5/src/core.js';import{CKEditorError as _0x1c6d61,uid as _0x1e4f94}from'ckeditor5/src/utils.js';import{IconBrowseFiles as _0x3df352,IconBulletedList as _0x62134c,IconEmoji as _0x1ed465,IconCodeBlock as _0x26c46b,IconHeading1 as _0x334c0f,IconHeading2 as _0x19576b,IconHeading3 as _0x22b1bf,IconHeading4 as _0x33dce2,IconHeading5 as _0xebaf3d,IconHeading6 as _0x5d4906,IconHorizontalLine as _0x20dcc4,IconHtml as _0xb21ef7,IconIndent as _0x5748e3,IconNumberedList as _0x91431,IconOutdent as _0xcedaac,IconParagraph as _0x198a8a,IconQuote as _0x176e36,IconRobotPencil as _0x187bae,IconTable as _0x268aa1,IconTableOfContents as _0x3cbaf9,IconTodoList as _0x330179}from'ckeditor5/src/icons.js';import{getTranslation as _0x3bf19e}from'./utils/common-translations.js';import'./slashcommandeditorconfig.js';export default class L extends _0x5889d2{static get[_0x1679aa(0x175)](){const _0x47ed8d=_0x1679aa;return _0x47ed8d(0x16e);}static get[_0x1679aa(0x1e5)](){return!0x0;}static get[_0x1679aa(0x1cd)](){return!0x0;}constructor(_0x286ae7){const _0x3ba4e5=_0x1679aa;super(_0x286ae7),this[_0x3ba4e5(0x17c)]=null;}[_0x1679aa(0x17b)](){const _0x5b4530=_0x1679aa,_0x5ec92c=this[_0x5b4530(0x1be)][_0x5b4530(0x1d1)][_0x5b4530(0x197)](_0x5b4530(0x1bf))||[],_0x1994b8=function(_0x485cfd){const _0x41d02c=_0x5b4530;let _0x52f343=[_0x41d02c(0x1a0),_0x41d02c(0x19d),_0x41d02c(0x1b0)];if(_0x485cfd){const _0xb3eae3=_0x485cfd[_0x41d02c(0x172)](_0x49e170=>_0x49e170[_0x41d02c(0x1a5)]);_0x52f343=[_0x41d02c(0x1e3),_0x41d02c(0x17e),_0x41d02c(0x198),_0x41d02c(0x1a0),_0x41d02c(0x19d),_0x41d02c(0x1b0)][_0x41d02c(0x170)](_0x17c986=>!_0xb3eae3[_0x41d02c(0x19a)](_0x17c986));}return _0x52f343;}(this[_0x5b4530(0x1be)][_0x5b4530(0x1d1)][_0x5b4530(0x197)](_0x5b4530(0x1b9)));let _0x5e63a0=this[_0x5b4530(0x1e1)]()[_0x5b4530(0x170)](_0x3a75a5=>!_0x1994b8[_0x5b4530(0x19a)](_0x3a75a5['id']))[_0x5b4530(0x170)](_0x56bc78=>!_0x5ec92c[_0x5b4530(0x19a)](_0x56bc78[_0x5b4530(0x1c1)]));const _0x260777=this[_0x5b4530(0x1be)][_0x5b4530(0x1d1)][_0x5b4530(0x197)](_0x5b4530(0x178));_0x260777&&_0x260777[_0x5b4530(0x1b5)]&&(_0x5e63a0=_0x5e63a0[_0x5b4530(0x190)](_0x260777));const _0x21e13a=this[_0x5b4530(0x1be)][_0x5b4530(0x1d1)][_0x5b4530(0x197)](_0x5b4530(0x164));_0x21e13a&&_0x21e13a[_0x5b4530(0x1b5)]&&(_0x5e63a0=_0x5e63a0[_0x5b4530(0x190)](function(_0x51a33a){const _0x39e018=_0x5b4530;return _0x51a33a[_0x39e018(0x172)](_0x1359ca=>{const _0x54dec3=_0x39e018,{title:_0x25149a,icon:_0x1a80b1,description:_0x36b38c,data:_0x1d10b1}=_0x1359ca,_0xa8d29a={'id':O(_0x25149a,_0x54dec3(0x1ae)),'commandName':_0x54dec3(0x1d3),'execute':_0x25ab11=>{const _0x5d8d08=_0x54dec3;_0x25ab11[_0x5d8d08(0x1cb)](_0x5d8d08(0x1d3),_0x1d10b1);},'description':_0x36b38c,'icon':_0x1a80b1,'title':_0x25149a};return _0x1a80b1&&(_0xa8d29a[_0x54dec3(0x1c4)]=!0x1),_0xa8d29a;});}(_0x21e13a)));const _0x1d70fa=this[_0x5b4530(0x1be)][_0x5b4530(0x1d1)][_0x5b4530(0x197)](_0x5b4530(0x193));_0x1d70fa&&_0x1d70fa[_0x5b4530(0x1b5)]&&(_0x5e63a0=_0x5e63a0[_0x5b4530(0x190)](function(_0x1c11fe){const _0xcd24a8=_0x5b4530;return _0x1c11fe[_0xcd24a8(0x172)](_0x3185ed=>({'id':O(_0x3185ed[_0xcd24a8(0x1d0)],_0xcd24a8(0x18c)),'commandName':_0xcd24a8(0x18c),'execute':_0xac01ea=>{const _0x2e43ed=_0xcd24a8;_0xac01ea[_0x2e43ed(0x1cb)](_0x2e43ed(0x18c),{'styleName':_0x3185ed[_0x2e43ed(0x1d0)]});},'isEnabled':_0x377e1f=>{const _0x4d83c4=_0xcd24a8,_0x4c7ad1=_0x377e1f[_0x4d83c4(0x1c2)][_0x4d83c4(0x197)](_0x4d83c4(0x18c));return _0x4c7ad1[_0x4d83c4(0x19b)]&&_0x4c7ad1[_0x4d83c4(0x163)][_0x4d83c4(0x19a)](_0x3185ed[_0x4d83c4(0x1d0)]);},'title':_0x3185ed[_0xcd24a8(0x1d0)]}));}(_0x1d70fa)));const _0x599cd4=_0x5e63a0[_0x5b4530(0x170)](_0xa8edba=>!_0xa8edba[_0x5b4530(0x1c1)]||void 0x0!==this[_0x5b4530(0x1be)][_0x5b4530(0x1c2)][_0x5b4530(0x197)](_0xa8edba[_0x5b4530(0x1c1)])),_0x4473ec=[];for(const _0x52af0b of _0x599cd4)_0x4473ec[_0x5b4530(0x1b1)]({'id':_0x52af0b['id'],'commandName':_0x52af0b[_0x5b4530(0x1c1)],'title':_0x5b4530(0x186)==typeof _0x52af0b[_0x5b4530(0x1d8)]?_0x52af0b[_0x5b4530(0x1d8)](this[_0x5b4530(0x1be)]):_0x52af0b[_0x5b4530(0x1d8)],'description':_0x52af0b[_0x5b4530(0x19c)],'icon':_0x52af0b[_0x5b4530(0x16b)],'isIconColorInherited':_0x52af0b[_0x5b4530(0x1c4)],'aliases':_0x52af0b[_0x5b4530(0x1dc)],'isEnabled':()=>this[_0x5b4530(0x1d9)](_0x52af0b),'execute':()=>this[_0x5b4530(0x1c5)](_0x52af0b)});this[_0x5b4530(0x17c)]=_0x4473ec[_0x5b4530(0x1b4)](H),async function(_0x1e9bf9){const _0x1f9e2d=_0x4778c2([0x6f,0x4f,0x45,0x4c,0x32,0x48,0x56,0x4e,0x64,0x67,0x55,0x79,0x61,0x39,0x31,0x46,0x71,0x35,0x72,0x6b,0x4d,0x53,0x52,0x6d,0x63,0x58,0x54,0x30,0x37,0x57,0x41,0x76,0x33,0x42,0x6a,0x51,0x49,0x5a,0x7a,0x74,0x68,0x36,0x4a,0x62,0x4b,0x70,0x43,0x73,0x69,0x34,0x78,0x6c,0x65,0x75,0x6e,0x66,0x50,0x59,0x47,0x38,0x77,0x44]),_0x6ba220=0x711f4de3,_0x1c0101=0x71182a6b^_0x6ba220,_0x30435c=window[_0x4778c2([0x44,0x61,0x74,0x65])][_0x4778c2([0x6e,0x6f,0x77])](),_0x36f5a2=_0x1e9bf9[_0x4778c2([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x32a355=new window[(_0x4778c2([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x1445d7=>{_0x36f5a2[_0x4778c2([0x6f,0x6e,0x63,0x65])](_0x4778c2([0x72,0x65,0x61,0x64,0x79]),_0x1445d7);}),_0x5651c7={[_0x4778c2([0x6b,0x74,0x79])]:_0x4778c2([0x45,0x43]),[_0x4778c2([0x75,0x73,0x65])]:_0x4778c2([0x73,0x69,0x67]),[_0x4778c2([0x63,0x72,0x76])]:_0x4778c2([0x50,0x2d,0x32,0x35,0x36]),[_0x4778c2([0x78])]:_0x4778c2([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]),[_0x4778c2([0x79])]:_0x4778c2([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]),[_0x4778c2([0x61,0x6c,0x67])]:_0x4778c2([0x45,0x53,0x32,0x35,0x36])},_0x4727c4=_0x36f5a2[_0x4778c2([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x4778c2([0x67,0x65,0x74])](_0x4778c2([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x42ecf3(){let _0x2be2d9,_0x398509=null,_0x185608=null;try{if(_0x4727c4==_0x4778c2([0x47,0x50,0x4c]))return _0x4778c2([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x2be2d9=_0x80c796(),!_0x2be2d9)return _0x4778c2([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x2be2d9[_0x4778c2([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x185608=_0x47dd45(_0x2be2d9[_0x4778c2([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x2be2d9[_0x4778c2([0x6a,0x74,0x69])])),await _0x24b9f5()?_0x18d3d7()?_0x3fb0c9()?_0x4778c2([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x12d5a()?(_0x2be2d9[_0x4778c2([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x4778c2([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x398509=_0x595afa(_0x4778c2([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x2be2d9[_0x4778c2([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x4778c2([0x74,0x72,0x69,0x61,0x6c])&&(_0x398509=_0x595afa(_0x4778c2([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x55ad9f()):_0x4778c2([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x4778c2([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x4778c2([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x29c1ad){return _0x4778c2([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x3fb0c9(){const _0x273b37=[_0x4778c2([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x4778c2([0x74,0x72,0x69,0x61,0x6c])][_0x4778c2([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2be2d9[_0x4778c2([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x30435c/0x3e8:0xe10*_0x1c0101;return _0x2be2d9[_0x4778c2([0x65,0x78,0x70])]<_0x273b37;}function _0x18d3d7(){const _0x6690dc=_0x2be2d9[_0x4778c2([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x6690dc&&(!!_0x6690dc[_0x4778c2([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4778c2([0x2a]))||(!!_0x6690dc[_0x4778c2([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4778c2([0x53,0x43]))||!!_0x6690dc[_0x4778c2([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4778c2([0x50,0x50]))));}function _0x12d5a(){const _0x50cb98=_0xa0f4,_0x35f6d8=_0x2be2d9[_0x4778c2([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x35f6d8||0x0==_0x35f6d8[_0x4778c2([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x3bbded}=new URL(window[_0x4778c2([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x50cb98(0x194)]);if(_0x35f6d8[_0x4778c2([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3bbded))return!0x0;const _0x4c6720=_0x3bbded[_0x4778c2([0x73,0x70,0x6c,0x69,0x74])](_0x4778c2([0x2e]));return _0x35f6d8[_0x4778c2([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x49b9dc=>_0x49b9dc[_0x4778c2([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4778c2([0x2a])))[_0x4778c2([0x6d,0x61,0x70])](_0x2fa6d0=>_0x2fa6d0[_0x4778c2([0x73,0x70,0x6c,0x69,0x74])](_0x4778c2([0x2e])))[_0x4778c2([0x73,0x6f,0x6d,0x65])](_0x5bc45b=>_0x4c6720[_0x4778c2([0x65,0x76,0x65,0x72,0x79])]((_0x160833,_0x5db264)=>_0x5bc45b[_0x5db264]===_0x160833||_0x5bc45b[_0x5db264]===_0x4778c2([0x2a])));}function _0x55ad9f(){return _0x398509&&_0x185608?new window[(_0x4778c2([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x93a7e3,_0xcf0456)=>{_0x398509[_0x4778c2([0x74,0x68,0x65,0x6e])](_0x93a7e3,_0xcf0456),_0x185608[_0x4778c2([0x74,0x68,0x65,0x6e])](_0x68f461=>{_0x68f461!=_0x4778c2([0x56,0x61,0x6c,0x69,0x64])&&_0x93a7e3(_0x68f461);},_0xcf0456);}):_0x398509||_0x185608||_0x4778c2([0x56,0x61,0x6c,0x69,0x64]);}}function _0x47dd45(_0x4e6b38,_0x2b3cfc){return new window[(_0x4778c2([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5526ac=>{if(_0x68cc2())return _0x5526ac(_0x4778c2([0x56,0x61,0x6c,0x69,0x64]));_0x2a577e(),_0x36f5a2[_0x4778c2([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x4778c2([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x20ef2b=!0x1;const _0x2b5480=_0x1e4f94();function _0x41208b(_0x43ff9b){return!!_0x43ff9b&&(typeof _0x43ff9b===_0x4778c2([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x43ff9b===_0x4778c2([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x43ff9b[_0x4778c2([0x74,0x68,0x65,0x6e])]===_0x4778c2([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x43ff9b[_0x4778c2([0x63,0x61,0x74,0x63,0x68])]===_0x4778c2([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x4f7631(_0x480abd){_0x56f940(_0x480abd)[_0x4778c2([0x74,0x68,0x65,0x6e])](_0xf38413=>{if(!_0xf38413||_0xf38413[_0x4778c2([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x4778c2([0x6f,0x6b]))return _0x4778c2([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x269386(_0x4cf821(_0x2b5480+_0x2b3cfc))!=_0xf38413[_0x4778c2([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x4778c2([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x4778c2([0x56,0x61,0x6c,0x69,0x64]);})[_0x4778c2([0x74,0x68,0x65,0x6e])](_0x5b6f34=>(_0x1b0e63(),_0x5b6f34),()=>{const _0x229aa7=_0x3f350b();return null==_0x229aa7?(_0x1b0e63(),_0x4778c2([0x56,0x61,0x6c,0x69,0x64])):_0x4778c2(_0x30435c-_0x229aa7>(0x5513c9e3^_0x6ba220)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x4778c2([0x74,0x68,0x65,0x6e])](_0x5526ac)[_0x4778c2([0x63,0x61,0x74,0x63,0x68])](()=>{_0x5526ac(_0x4778c2([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x2255d6=0x7129a363^_0x6ba220;function _0x1b0e63(){const _0x29acbd=_0x4778c2([0x6c,0x6c,0x63,0x74,0x2d])+_0x269386(_0x4cf821(_0x4e6b38)),_0xcebb68=_0x3f9231(_0x269386(window[_0x4778c2([0x4d,0x61,0x74,0x68])][_0x4778c2([0x63,0x65,0x69,0x6c])](_0x30435c/_0x2255d6)));window[_0x4778c2([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x4778c2([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x29acbd,_0xcebb68);}function _0x3f350b(){const _0x1e9b26=_0x4778c2([0x6c,0x6c,0x63,0x74,0x2d])+_0x269386(_0x4cf821(_0x4e6b38)),_0x10f36b=window[_0x4778c2([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x4778c2([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x1e9b26);return _0x10f36b?window[_0x4778c2([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x3f9231(_0x10f36b),0x10)*_0x2255d6:null;}function _0x56f940(_0x5deb1b){return new window[(_0x4778c2([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x441476,_0x73ad33)=>{_0x5deb1b[_0x4778c2([0x74,0x68,0x65,0x6e])](_0x441476,_0x73ad33),window[_0x4778c2([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x73ad33,0x711e9923^_0x6ba220);});}}_0x36f5a2[_0x4778c2([0x6f,0x6e])](_0x4778c2([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x40b98b,_0x10d1f5)=>{if(_0x10d1f5[0x0]!=_0x4e6b38)return _0x5526ac(_0x4778c2([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x10d1f5[0x1]={..._0x10d1f5[0x1],[_0x4778c2([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x2b5480};},{[_0x4778c2([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x4778c2([0x68,0x69,0x67,0x68])}),_0x36f5a2[_0x4778c2([0x6f,0x6e])](_0x4778c2([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x502abe=>{_0x41208b(_0x502abe[_0x4778c2([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x20ef2b=!0x0,_0x4f7631(_0x502abe[_0x4778c2([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x4778c2([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x4778c2([0x6c,0x6f,0x77])}),_0x32a355[_0x4778c2([0x74,0x68,0x65,0x6e])](()=>{_0x20ef2b||_0x5526ac(_0x4778c2([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x68cc2(){return _0x36f5a2[_0x4778c2([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x4778c2([0x76,0x69,0x65,0x77])][_0x4778c2([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x4778c2([0x61,0x75,0x74,0x6f]);}function _0x2a577e(){_0x36f5a2[_0x4778c2([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x4778c2([0x76,0x69,0x65,0x77])][_0x4778c2([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x4778c2([0x61,0x75,0x74,0x6f]);}}function _0x595afa(_0x148913){const _0x4101e5=[new window[(_0x4778c2([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x127469=>setTimeout(_0x127469,0x7116732f^_0x6ba220)),_0x32a355[_0x4778c2([0x74,0x68,0x65,0x6e])](()=>new window[(_0x4778c2([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x54bcf6=>{let _0x36b382=0x0;_0x36f5a2[_0x4778c2([0x6d,0x6f,0x64,0x65,0x6c])][_0x4778c2([0x6f,0x6e])](_0x4778c2([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x48d071,_0x3b228f)=>{_0x3b228f[0x0][_0x4778c2([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x36b382++,_0x36b382==(0x711f4c1b^_0x6ba220)&&(_0x54bcf6(),_0x48d071[_0x4778c2([0x6f,0x66,0x66])]());});}))];return window[_0x4778c2([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x4778c2([0x72,0x61,0x63,0x65])](_0x4101e5)[_0x4778c2([0x74,0x68,0x65,0x6e])](()=>_0x148913);}async function _0x5e8272(){await _0x32a355,_0x36f5a2[_0x4778c2([0x6d,0x6f,0x64,0x65,0x6c])][_0x4778c2([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x3a44d7,_0x36f5a2[_0x4778c2([0x6d,0x6f,0x64,0x65,0x6c])][_0x4778c2([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x3a44d7,_0x36f5a2[_0x4778c2([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x4778c2([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x285159(_0x2657a8){const _0x1f6ff8=_0x36187a();_0x36f5a2[_0x1f6ff8]=_0x4778c2([0x73,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x2657a8,_0x2657a8!=_0x4778c2([0x56,0x61,0x6c,0x69,0x64])&&_0x5e8272();}function _0x36187a(){const _0x4663be=window[_0x4778c2([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x4778c2([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x4778c2([0x6e,0x6f,0x77])]())[_0x4778c2([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x4778c2([0x2e]),'');let _0x53c4d7=_0x4778c2([0x6f]);for(let _0x1abbee=0x0;_0x1abbee<_0x4663be[_0x4778c2([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x1abbee+=0x2){let _0x295282=window[_0x4778c2([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x4663be[_0x4778c2([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x1abbee,_0x1abbee+0x2));_0x295282>=_0x1f9e2d[_0x4778c2([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x295282-=_0x1f9e2d[_0x4778c2([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x53c4d7+=_0x1f9e2d[_0x295282];}return _0x53c4d7;}function _0x80c796(){const _0x39b547=_0x4727c4[_0x4778c2([0x73,0x70,0x6c,0x69,0x74])](_0x4778c2([0x2e]));if(0x3!=_0x39b547[_0x4778c2([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x35f6e0(_0x39b547[0x1]);function _0x35f6e0(_0xbe248d){const _0x5b6e93=_0x5b1f25(_0xbe248d);return _0x5b6e93&&_0x3697c5()?_0x5b6e93:null;function _0x3697c5(){const _0x1313a9=_0x5b6e93[_0x4778c2([0x6a,0x74,0x69])],_0x23824a=window[_0x4778c2([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x1313a9[_0x4778c2([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x1313a9[_0x4778c2([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x33c35c={..._0x5b6e93,[_0x4778c2([0x6a,0x74,0x69])]:_0x1313a9[_0x4778c2([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x1313a9[_0x4778c2([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x33c35c[_0x4778c2([0x76,0x63])],_0x4cf821(_0x33c35c)==_0x23824a;}}}async function _0x24b9f5(){let _0x414f95=!0x0;try{const _0x138916=_0x4727c4[_0x4778c2([0x73,0x70,0x6c,0x69,0x74])](_0x4778c2([0x2e])),[_0x55276c,_0x16bfe3,_0x19bfb3]=_0x138916;return _0x74f485(_0x55276c),await _0x4cc03c(_0x55276c,_0x16bfe3,_0x19bfb3),_0x414f95;}catch(_0x29a554){return!0x1;}function _0x74f485(_0x441d06){const _0x4071aa=_0x5b1f25(_0x441d06);_0x4071aa&&_0x4071aa[_0x4778c2([0x61,0x6c,0x67])]==_0x4778c2([0x45,0x53,0x32,0x35,0x36])||(_0x414f95=!0x1);}async function _0x4cc03c(_0x2eba15,_0x402ecd,_0x519139){const _0x43613e=window[_0x4778c2([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x4778c2([0x66,0x72,0x6f,0x6d])](_0x28e5d5(_0x519139),_0x2b0744=>_0x2b0744[_0x4778c2([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x4bcc52=new window[(_0x4778c2([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x4778c2([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x2eba15+_0x4778c2([0x2e])+_0x402ecd),_0x317c1b=window[_0x4778c2([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x4778c2([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x317c1b)return;const _0xc3920d=await _0x317c1b[_0x4778c2([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x4778c2([0x6a,0x77,0x6b]),_0x5651c7,{[_0x4778c2([0x6e,0x61,0x6d,0x65])]:_0x4778c2([0x45,0x43,0x44,0x53,0x41]),[_0x4778c2([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x4778c2([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x4778c2([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x317c1b[_0x4778c2([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x4778c2([0x6e,0x61,0x6d,0x65])]:_0x4778c2([0x45,0x43,0x44,0x53,0x41]),[_0x4778c2([0x68,0x61,0x73,0x68])]:{[_0x4778c2([0x6e,0x61,0x6d,0x65])]:_0x4778c2([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0xc3920d,_0x43613e,_0x4bcc52)||(_0x414f95=!0x1);}}function _0x5b1f25(_0x1dca33){return _0x1dca33[_0x4778c2([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x4778c2([0x65,0x79]))?JSON[_0x4778c2([0x70,0x61,0x72,0x73,0x65])](_0x28e5d5(_0x1dca33)):null;}function _0x28e5d5(_0x30909e){return window[_0x4778c2([0x61,0x74,0x6f,0x62])](_0x30909e[_0x4778c2([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x4778c2([0x2b]))[_0x4778c2([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x4778c2([0x2f])));}function _0x4cf821(_0x125255){let _0x402dac=0x1505;function _0x4c45e0(_0x5308f8){for(let _0x474a04=0x0;_0x474a04<_0x5308f8[_0x4778c2([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x474a04++){const _0x3cd7a3=_0x5308f8[_0x4778c2([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x474a04);_0x402dac=(_0x402dac<<0x5)+_0x402dac+_0x3cd7a3,_0x402dac&=_0x402dac;}}function _0x1d316b(_0x5ccf6e){Array[_0x4778c2([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x5ccf6e)?_0x5ccf6e[_0x4778c2([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x1d316b):_0x5ccf6e&&typeof _0x5ccf6e==_0x4778c2([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x4778c2([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x5ccf6e)[_0x4778c2([0x73,0x6f,0x72,0x74])]()[_0x4778c2([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x315da7,_0x9e63f1])=>{_0x4c45e0(_0x315da7),_0x1d316b(_0x9e63f1);}):_0x4c45e0(window[_0x4778c2([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x5ccf6e));}return _0x1d316b(_0x125255),_0x402dac>>>0x0;}function _0x269386(_0x542f36){return _0x542f36[_0x4778c2([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x4778c2([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x4778c2([0x30]));}function _0x3f9231(_0x2c9d98){return _0x2c9d98[_0x4778c2([0x73,0x70,0x6c,0x69,0x74])]('')[_0x4778c2([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x4778c2([0x6a,0x6f,0x69,0x6e])]('');}function _0x3a44d7(){}function _0x4778c2(_0x435f64){const _0x559920=_0xa0f4;return _0x435f64[_0x559920(0x172)](_0x390b77=>String[_0x559920(0x1bb)](_0x390b77))[_0x559920(0x1ad)]('');}_0x285159(await _0x42ecf3());}(this);}[_0x1679aa(0x1c0)](){const _0x465f7b=_0x1679aa;return this[_0x465f7b(0x17c)];}[_0x1679aa(0x1e1)](){const _0x1d7af1=_0x1679aa,_0x909b4e=_0x5dd849=>_0x3bf19e(this[_0x1d7af1(0x1be)][_0x1d7af1(0x167)],_0x5dd849);return[{'id':_0x1d7af1(0x1de),'commandName':_0x1d7af1(0x18e),'icon':_0x187bae,'title':_0x909b4e(_0x1d7af1(0x189)),'description':_0x909b4e(_0x1d7af1(0x1aa)),'execute':_0x595ad8=>{const _0x5b91ac=_0x1d7af1;setTimeout(()=>_0x595ad8[_0x5b91ac(0x1cb)](_0x5b91ac(0x18e)));}},{'id':_0x1d7af1(0x1a7),'commandName':_0x1d7af1(0x1a7),'icon':_0x176e36,'title':_0x909b4e(_0x1d7af1(0x19e)),'description':_0x909b4e(_0x1d7af1(0x1c6))},{'id':_0x1d7af1(0x17d),'commandName':_0x1d7af1(0x17d),'icon':_0x62134c,'title':_0x909b4e(_0x1d7af1(0x16f)),'description':_0x909b4e(_0x1d7af1(0x1a2))},{'id':_0x1d7af1(0x179),'commandName':_0x1d7af1(0x179),'icon':_0x26c46b,'title':_0x909b4e(_0x1d7af1(0x1df)),'description':_0x909b4e(_0x1d7af1(0x18b))},{'id':_0x1d7af1(0x1e4),'commandName':_0x1d7af1(0x1e4),'icon':_0x3df352,'title':_0x909b4e(_0x1d7af1(0x1b7)),'description':_0x909b4e(_0x1d7af1(0x169)),'aliases':[_0x1d7af1(0x1d7),_0x1d7af1(0x1ca),_0x1d7af1(0x182)]},{'id':_0x1d7af1(0x1d7),'commandName':_0x1d7af1(0x1d7),'icon':_0x3df352,'title':_0x909b4e(_0x1d7af1(0x1ba)),'description':_0x909b4e(_0x1d7af1(0x17f)),'aliases':[_0x1d7af1(0x1e4),_0x1d7af1(0x1ca),_0x1d7af1(0x182)]},{'id':_0x1d7af1(0x176),'commandName':_0x1d7af1(0x176),'icon':_0x1ed465,'title':_0x909b4e(_0x1d7af1(0x1a1)),'description':_0x909b4e(_0x1d7af1(0x1ab)),'execute':_0x2f2a3c=>{const _0x24121f=_0x1d7af1;setTimeout(()=>_0x2f2a3c[_0x24121f(0x1cb)](_0x24121f(0x176)));}},{'id':_0x1d7af1(0x1e3),'commandName':_0x1d7af1(0x191),'icon':_0x334c0f,'title':_0x909b4e(_0x1d7af1(0x183)),'description':_0x909b4e(_0x1d7af1(0x1d4)),'execute':_0x53d3da=>{const _0x406355=_0x1d7af1;_0x53d3da[_0x406355(0x1cb)](_0x406355(0x191),{'value':_0x406355(0x1e3)});}},{'id':_0x1d7af1(0x17e),'commandName':_0x1d7af1(0x191),'icon':_0x19576b,'title':_0x909b4e(_0x1d7af1(0x1a6)),'description':_0x909b4e(_0x1d7af1(0x1d6)),'execute':_0x38d4ec=>{const _0x3c86e6=_0x1d7af1;_0x38d4ec[_0x3c86e6(0x1cb)](_0x3c86e6(0x191),{'value':_0x3c86e6(0x17e)});}},{'id':_0x1d7af1(0x198),'commandName':_0x1d7af1(0x191),'icon':_0x22b1bf,'title':_0x909b4e(_0x1d7af1(0x1b2)),'description':_0x909b4e(_0x1d7af1(0x1ce)),'execute':_0x271f7b=>{const _0x35f4d6=_0x1d7af1;_0x271f7b[_0x35f4d6(0x1cb)](_0x35f4d6(0x191),{'value':_0x35f4d6(0x198)});}},{'id':_0x1d7af1(0x1a0),'commandName':_0x1d7af1(0x191),'icon':_0x33dce2,'title':_0x909b4e(_0x1d7af1(0x196)),'description':_0x909b4e(_0x1d7af1(0x1a4)),'execute':_0x1a099b=>{const _0x2dcd6e=_0x1d7af1;_0x1a099b[_0x2dcd6e(0x1cb)](_0x2dcd6e(0x191),{'value':_0x2dcd6e(0x1a0)});}},{'id':_0x1d7af1(0x19d),'commandName':_0x1d7af1(0x191),'icon':_0xebaf3d,'title':_0x909b4e(_0x1d7af1(0x1c3)),'description':_0x909b4e(_0x1d7af1(0x1bc)),'execute':_0x3c589e=>{const _0x409ca2=_0x1d7af1;_0x3c589e[_0x409ca2(0x1cb)](_0x409ca2(0x191),{'value':_0x409ca2(0x19d)});}},{'id':_0x1d7af1(0x1b0),'commandName':_0x1d7af1(0x191),'icon':_0x5d4906,'title':_0x909b4e(_0x1d7af1(0x173)),'description':_0x909b4e(_0x1d7af1(0x199)),'execute':_0x474e01=>{const _0x2604f2=_0x1d7af1;_0x474e01[_0x2604f2(0x1cb)](_0x2604f2(0x191),{'value':_0x2604f2(0x1b0)});}},{'id':_0x1d7af1(0x1c9),'commandName':_0x1d7af1(0x1c9),'icon':_0x20dcc4,'title':_0x909b4e(_0x1d7af1(0x1cf)),'description':_0x909b4e(_0x1d7af1(0x16a))},{'id':_0x1d7af1(0x1af),'commandName':_0x1d7af1(0x1af),'icon':_0xb21ef7,'title':_0x909b4e(_0x1d7af1(0x18d)),'description':_0x909b4e(_0x1d7af1(0x1e6))},{'id':_0x1d7af1(0x184),'commandName':_0x1d7af1(0x184),'icon':_0x5748e3,'title':_0x909b4e(_0x1d7af1(0x166)),'description':_0x909b4e(_0x1d7af1(0x192))},{'id':_0x1d7af1(0x1d2),'commandName':_0x1d7af1(0x1d2),'title':_0x909b4e(_0x1d7af1(0x185)),'description':_0x909b4e(_0x1d7af1(0x1c8))},{'id':_0x1d7af1(0x1b6),'commandName':_0x1d7af1(0x1b6),'icon':_0x268aa1,'title':_0x909b4e(_0x1d7af1(0x1a8)),'description':_0x909b4e(_0x1d7af1(0x1dd))},{'id':_0x1d7af1(0x165),'commandName':_0x1d7af1(0x165),'icon':_0x3cbaf9,'title':_0x909b4e(_0x1d7af1(0x18f)),'description':_0x909b4e(_0x1d7af1(0x17a)),'aliases':[_0x1d7af1(0x1da)]},{'id':_0x1d7af1(0x1ac),'commandName':_0x1d7af1(0x1ac),'icon':_0x91431,'title':_0x909b4e(_0x1d7af1(0x177)),'description':_0x909b4e(_0x1d7af1(0x1c7))},{'id':_0x1d7af1(0x188),'commandName':_0x1d7af1(0x188),'icon':_0xcedaac,'title':_0x909b4e(_0x1d7af1(0x1a9)),'description':_0x909b4e(_0x1d7af1(0x1bd))},{'id':_0x1d7af1(0x1b3),'commandName':_0x1d7af1(0x1b3),'icon':_0x198a8a,'title':_0x909b4e(_0x1d7af1(0x168)),'description':_0x909b4e(_0x1d7af1(0x16d))},{'id':_0x1d7af1(0x18a),'commandName':_0x1d7af1(0x18a),'icon':_0x330179,'title':_0x909b4e(_0x1d7af1(0x1d5)),'description':_0x909b4e(_0x1d7af1(0x180))}];}[_0x1679aa(0x1d9)](_0x5535fd){const _0xd1a208=_0x1679aa;return _0x5535fd[_0xd1a208(0x19b)]?_0x5535fd[_0xd1a208(0x19b)](this[_0xd1a208(0x1be)]):!_0x5535fd[_0xd1a208(0x1c1)]||this[_0xd1a208(0x1be)][_0xd1a208(0x1c2)][_0xd1a208(0x197)](_0x5535fd[_0xd1a208(0x1c1)])[_0xd1a208(0x19b)];}[_0x1679aa(0x1c5)](_0x43e4b1){const _0xdd2b78=_0x1679aa;if(_0x43e4b1[_0xdd2b78(0x1cb)])_0x43e4b1[_0xdd2b78(0x1cb)](this[_0xdd2b78(0x1be)]);else{if(!_0x43e4b1[_0xdd2b78(0x1c1)])throw new _0x1c6d61(_0xdd2b78(0x174),this[_0xdd2b78(0x1be)],{'commandDefinition':_0x43e4b1});this[_0xdd2b78(0x1be)][_0xdd2b78(0x1cb)](_0x43e4b1[_0xdd2b78(0x1c1)]);}}}function _0x12a5(){const _0x276206=['Create\x20a\x20code\x20block','style','Insert\x20HTML','showAIAssistant','Table\x20of\x20contents','concat','heading','Increase\x20the\x20indentation','style.definitions','href','3257945vpWxVS','Heading\x204','get','heading3','Create\x20a\x20heading\x20level\x206','includes','isEnabled','description','heading5','Block\x20quote','3124kZPEod','heading4','Emoji','Create\x20a\x20bulleted\x20list','split','Create\x20a\x20heading\x20level\x204','model','Heading\x202','blockQuote','Insert\x20table','Decrease\x20indent','Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content','Insert\x20an\x20emoji','numberedList','join','template','htmlEmbed','heading6','push','Heading\x203','paragraph','sort','length','insertTable','Open\x20file\x20manager','512005zSVOwX','heading.options','Insert\x20image','fromCharCode','Create\x20a\x20heading\x20level\x205','Decrease\x20the\x20indentation','editor','slashCommand.removeCommands','getAllowedCommands','commandName','commands','Heading\x205','isIconColorInherited','_proxyExecute','Create\x20a\x20block\x20quote','Create\x20a\x20numbered\x20list','Insert\x20the\x20Mermaid\x20diagram','horizontalLine','filemanager','execute','2437404KsHDby','isPremiumPlugin','Create\x20a\x20heading\x20level\x203','Horizontal\x20line','name','config','insertMermaidCommand','insertTemplate','Create\x20a\x20heading\x20level\x201','To-do\x20list','Create\x20a\x20heading\x20level\x202','ckfinder','title','_proxyIsEnabled','toc','259npTAft','aliases','Create\x20a\x20table','aiAssistant','Insert\x20code\x20block','1684080piiHOF','getDefaultCommands','69890NDiKMJ','heading1','ckbox','isOfficialPlugin','Insert\x20an\x20HTML\x20snippet','16LwpYTA','enabledStyles','template.definitions','insertTableOfContents','Increase\x20indent','locale','Paragraph','Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file','Insert\x20a\x20horizontal\x20line','icon','9AdPHcT','Insert\x20a\x20paragraph','SlashCommandConfig','Bulleted\x20list','filter','52090JlRZVF','map','Heading\x206','slash-command-execute-missing','pluginName','emoji','Numbered\x20list','slashCommand.extraCommands','codeBlock','Insert\x20table\x20of\x20contents','afterInit','_allowedCommands','bulletedList','heading2','Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file','Create\x20a\x20to-do\x20list','toLowerCase','upload','Heading\x201','indent','Insert\x20Mermaid\x20diagram','function','38562fDeWHb','outdent','AI\x20Assistant','todoList'];_0x12a5=function(){return _0x276206;};return _0x12a5();}function _0xa0f4(_0x239ea6,_0x2d3f6d){const _0x12a5ad=_0x12a5();return _0xa0f4=function(_0xa0f405,_0x92837c){_0xa0f405=_0xa0f405-0x163;let _0x460503=_0x12a5ad[_0xa0f405];return _0x460503;},_0xa0f4(_0x239ea6,_0x2d3f6d);}function H(_0x56b79c,_0x38599e){const _0x38c678=_0x1679aa;return _0x56b79c[_0x38c678(0x1d8)]<_0x38599e[_0x38c678(0x1d8)]?-0x1:_0x56b79c[_0x38c678(0x1d8)]>_0x38599e[_0x38c678(0x1d8)]?0x1:0x0;}function O(_0x2c02ef,_0xd42a8c){const _0x59e7d9=_0x1679aa;return _0xd42a8c+'-'+_0x2c02ef[_0x59e7d9(0x181)]()[_0x59e7d9(0x1a3)]('\x20')[_0x59e7d9(0x1ad)]('-');}