@ckeditor/ckeditor5-slash-command 46.0.0-alpha.0 → 46.0.0-alpha.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2,4 +2,4 @@
2
2
  /*!
3
3
  * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
4
4
  * For licensing, see LICENSE.md.
5
- */(()=>{var e={168:e=>{"use strict";e.exports=function(e){return e[1]}},237:e=>{"use strict";e.exports=CKEditor5.dll},262:e=>{"use strict";var t={};e.exports=function(e,n){var a=function(e){if(void 0===t[e]){var n=document.querySelector(e);if(window.HTMLIFrameElement&&n instanceof window.HTMLIFrameElement)try{n=n.contentDocument.head}catch(e){n=null}t[e]=n}return t[e]}(e);if(!a)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");a.appendChild(n)}},311:(e,t,n)=>{e.exports=n(237)("./src/ui.js")},355:(e,t,n)=>{e.exports=n(237)("./src/icons.js")},357:e=>{"use strict";e.exports=function(e){var t=document.createElement("style");return e.setAttributes(t,e.attributes),e.insert(t,e.options),t}},433:e=>{"use strict";e.exports=function(e){var t=[];return t.toString=function(){return this.map(function(t){var n="",a=void 0!==t[5];return t[4]&&(n+="@supports (".concat(t[4],") {")),t[2]&&(n+="@media ".concat(t[2]," {")),a&&(n+="@layer".concat(t[5].length>0?" ".concat(t[5]):""," {")),n+=e(t),a&&(n+="}"),t[2]&&(n+="}"),t[4]&&(n+="}"),n}).join("")},t.i=function(e,n,a,r,i){"string"==typeof e&&(e=[[null,e,void 0]]);var s={};if(a)for(var o=0;o<this.length;o++){var c=this[o][0];null!=c&&(s[c]=!0)}for(var l=0;l<e.length;l++){var d=[].concat(e[l]);a&&s[d[0]]||(void 0!==i&&(void 0===d[5]||(d[1]="@layer".concat(d[5].length>0?" ".concat(d[5]):""," {").concat(d[1],"}")),d[5]=i),n&&(d[2]?(d[1]="@media ".concat(d[2]," {").concat(d[1],"}"),d[2]=n):d[2]=n),r&&(d[4]?(d[1]="@supports (".concat(d[4],") {").concat(d[1],"}"),d[4]=r):d[4]="".concat(r)),t.push(d))}},t}},545:e=>{"use strict";var t,n=(t=[],function(e,n){return t[e]=n,t.filter(Boolean).join("\n")});function a(e,t,a,r){var i;if(a)i="";else{i="",r.supports&&(i+="@supports (".concat(r.supports,") {")),r.media&&(i+="@media ".concat(r.media," {"));var s=void 0!==r.layer;s&&(i+="@layer".concat(r.layer.length>0?" ".concat(r.layer):""," {")),i+=r.css,s&&(i+="}"),r.media&&(i+="}"),r.supports&&(i+="}")}if(e.styleSheet)e.styleSheet.cssText=n(t,i);else{var o=document.createTextNode(i),c=e.childNodes;c[t]&&e.removeChild(c[t]),c.length?e.insertBefore(o,c[t]):e.appendChild(o)}}var r={singleton:null,singletonCounter:0};e.exports=function(e){if("undefined"==typeof document)return{update:function(){},remove:function(){}};var t=r.singletonCounter++,n=r.singleton||(r.singleton=e.insertStyleElement(e));return{update:function(e){a(n,t,!1,e)},remove:function(e){a(n,t,!0,e)}}}},584:(e,t,n)=>{e.exports=n(237)("./src/utils.js")},655:(e,t,n)=>{"use strict";n.d(t,{A:()=>o});var a=n(168),r=n.n(a),i=n(433),s=n.n(i)()(r());s.push([e.id,":root{--ck-slash-command-button-width:250px;--ck-slash-command-description-width:200px}.ck-mentions .ck.ck-button.ck-slash-command-button{display:flex;justify-content:flex-start;padding:calc(var(--ck-line-height-base)*.2*var(--ck-font-size-base));width:var(--ck-slash-command-button-width)}.ck-mentions .ck.ck-button.ck-slash-command-button .ck.ck-icon{background-color:var(--ck-color-base-background);border-radius:2px;box-sizing:initial;color:var(--ck-color-base-text);flex-shrink:0;margin-left:0;padding:5px}[dir=ltr] .ck-mentions .ck.ck-button.ck-slash-command-button .ck.ck-icon{margin:0 var(--ck-spacing-small) 0 0}[dir=rtl] .ck-mentions .ck.ck-button.ck-slash-command-button .ck.ck-icon{margin:0 0 0 var(--ck-spacing-small)}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part{display:flex;flex-direction:column}[dir=ltr] .ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part{margin-left:var(--ck-spacing-small)}[dir=rtl] .ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part{margin-right:var(--ck-spacing-small)}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>span{line-height:1.2em}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-button__label,.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-slash-command-button__description{overflow:hidden;text-overflow:ellipsis;width:var(--ck-slash-command-description-width)}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-button__label{font-weight:700}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-slash-command-button__description{font-size:var(--ck-font-size-small);opacity:.75}.ck-mentions .ck.ck-button.ck-slash-command-button.ck-on>.ck-slash-command-button__text-part>span{color:var(--ck-color-list-button-on-text)}",""]);const o=s},667:e=>{"use strict";e.exports=function(e,t){Object.keys(t).forEach(function(n){e.setAttribute(n,t[n])})}},673:e=>{"use strict";var t=[];function n(e){for(var n=-1,a=0;a<t.length;a++)if(t[a].identifier===e){n=a;break}return n}function a(e,a){for(var i={},s=[],o=0;o<e.length;o++){var c=e[o],l=a.base?c[0]+a.base:c[0],d=i[l]||0,u="".concat(l," ").concat(d);i[l]=d+1;var m=n(u),p={css:c[1],media:c[2],sourceMap:c[3],supports:c[4],layer:c[5]};if(-1!==m)t[m].references++,t[m].updater(p);else{var h=r(p,a);a.byIndex=o,t.splice(o,0,{identifier:u,updater:h,references:1})}s.push(u)}return s}function r(e,t){var n=t.domAPI(t);n.update(e);return function(t){if(t){if(t.css===e.css&&t.media===e.media&&t.sourceMap===e.sourceMap&&t.supports===e.supports&&t.layer===e.layer)return;n.update(e=t)}else n.remove()}}e.exports=function(e,r){var i=a(e=e||[],r=r||{});return function(e){e=e||[];for(var s=0;s<i.length;s++){var o=n(i[s]);t[o].references--}for(var c=a(e,r),l=0;l<i.length;l++){var d=n(i[l]);0===t[d].references&&(t[d].updater(),t.splice(d,1))}i=c}}},782:(e,t,n)=>{e.exports=n(237)("./src/core.js")}},t={};function n(a){var r=t[a];if(void 0!==r)return r.exports;var i=t[a]={id:a,exports:{}};return e[a](i,i.exports,n),i.exports}n.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return n.d(t,{a:t}),t},n.d=(e,t)=>{for(var a in t)n.o(t,a)&&!n.o(e,a)&&Object.defineProperty(e,a,{enumerable:!0,get:t[a]})},n.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),n.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var a={};(()=>{"use strict";n.r(a),n.d(a,{SlashCommand:()=>D,SlashCommandConfig:()=>c,SlashCommandEditing:()=>m,SlashCommandUI:()=>S});var e=n(782),t=n(584),r=n(355);const i=o;function s(){const e=["Table of contents","Create a heading level 3","heading2","heading1","ckfinder","Create a numbered list","todoList","Decrease indent","config","getAllowedCommands","Heading 6","aliases","paragraph","114515ETSmEh","30RvuKfp","filter","heading4","href","template","slashCommand.extraCommands","title","enabledStyles","Insert a horizontal line","205360UkYXVA","concat","function","editor","length","251258bqEgff","fromCharCode","185695UdhIXn","style.definitions","afterInit","codeBlock","Heading 1","Insert image","SlashCommandConfig","icon","ckbox","slash-command-execute-missing","name","slashCommand.removeCommands","indent","Insert HTML","sort","Heading 3","Paragraph","Block quote","Insert Mermaid diagram","Bulleted list","upload","Numbered list","numberedList","Horizontal line","heading","heading.options","Increase the indentation","To-do list","Heading 4","Open file manager","Insert the Mermaid diagram","isEnabled","_proxyIsEnabled","toc","insertTable","push","description","heading5","Create a heading level 6","showAIAssistant","outdent","Insert a paragraph","Open file manager to insert an image or a file","Open the AI Assistant to generate content","model","isIconColorInherited","Increase indent","Insert table","style","Heading 2","split","insertTemplate","heading6","includes","15140565MquQkA","Create a heading level 2","get","getDefaultCommands","Heading 5","insertMermaidCommand","pluginName","Emoji","horizontalLine","Insert an HTML snippet","144pyflOz","Create a table","execute","Decrease the indentation","590820lpqqFv","filemanager","9tEDUbZ","Insert table of contents","insertTableOfContents","Create a bulleted list","_allowedCommands","Open file browser to insert an image or a file","isOfficialPlugin","Create a code block","join","Create a heading level 1","Insert code block","88SaBcHe","commands","locale","commandName","map","toLowerCase","Insert an emoji","blockQuote","template.definitions","Create a block quote","Create a to-do list","Create a heading level 5","193606pkgWvX","isPremiumPlugin","emoji","Create a heading level 4","bulletedList","_proxyExecute","AI Assistant","aiAssistant","heading3","htmlEmbed"];return(s=function(){return e})()}function o(e,t){const n=s();return(o=function(e,t){return n[e-=158]})(e,t)}!function(e){const t=o,n=e();for(;;)try{if(210091===-parseInt(t(241))/1+parseInt(t(218))/2*(-parseInt(t(195))/3)+parseInt(t(193))/4+-parseInt(t(258))/5*(parseInt(t(242))/6)+parseInt(t(256))/7*(-parseInt(t(206))/8)+parseInt(t(189))/9*(-parseInt(t(251))/10)+parseInt(t(179))/11)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(s);class c extends e.Plugin{static get[i(185)](){return i(264)}static get[i(201)](){return!0}static get[i(219)](){return!0}constructor(e){const t=i;super(e),this[t(199)]=null}[i(260)](){const e=i,n=this[e(254)][e(236)][e(181)](e(269))||[],a=function(t){const n=e;let a=[n(244),n(162),n(177)];if(t){const e=t[n(210)](e=>e[n(169)]);a=[n(231),n(230),n(226),n(244),n(162),n(177)][n(243)](t=>!e[n(178)](t))}return a}(this[e(254)][e(236)][e(181)](e(283)));let r=this[e(182)]()[e(243)](t=>!a[e(178)](t.id))[e(243)](t=>!n[e(178)](t[e(209)]));const s=this[e(254)][e(236)][e(181)](e(247));s&&s[e(255)]&&(r=r[e(252)](s));const c=this[e(254)][e(236)][e(181)](e(214));c&&c[e(255)]&&(r=r[e(252)](function(t){const n=e;return t[n(210)](e=>{const t=n,{title:a,icon:r,description:i,data:s}=e,o={id:d(a,t(246)),commandName:t(176),execute:e=>{const n=t;e[n(191)](n(176),s)},description:i,icon:r,title:a};return r&&(o[t(170)]=!1),o})}(c)));const u=this[e(254)][e(236)][e(181)](e(259));u&&u[e(255)]&&(r=r[e(252)](function(t){const n=e;return t[n(210)](e=>({id:d(e[n(268)],n(173)),commandName:n(173),execute:t=>{const a=n;t[a(191)](a(173),{styleName:e[a(268)]})},isEnabled:t=>{const a=n,r=t[a(207)][a(181)](a(173));return r[a(289)]&&r[a(249)][a(178)](e[a(268)])},title:e[n(268)]}))}(u)));const m=r[e(243)](t=>!t[e(209)]||void 0!==this[e(254)][e(207)][e(181)](t[e(209)])),p=[];for(const t of m)p[e(160)]({id:t.id,commandName:t[e(209)],title:e(253)==typeof t[e(248)]?t[e(248)](this[e(254)]):t[e(248)],description:t[e(161)],icon:t[e(265)],isIconColorInherited:t[e(170)],aliases:t[e(239)],isEnabled:()=>this[e(290)](t),execute:()=>this[e(223)](t)});this[e(199)]=p[e(272)](l),async function(e){const n=g([75,87,102,66,106,116,55,101,110,112,86,109,54,77,105,114,69,57,118,72,73,65,74,50,49,120,100,70,111,108,115,107,53,119,88,113,104,80,98,90,68,48,97,51,85,89,67,82,84,121,52,81,79,76,103,122,78,117,99,83,71,56]),a=window[g([68,97,116,101])][g([110,111,119])](),r=e[g([101,100,105,116,111,114])],i=new(window[g([80,114,111,109,105,115,101])])(e=>{r[g([111,110,99,101])](g([114,101,97,100,121]),e)}),s={[g([107,116,121])]:g([69,67]),[g([117,115,101])]:g([115,105,103]),[g([99,114,118])]:g([80,45,50,53,54]),[g([120])]:g([105,67,106,79,67,118,68,70,73,54,108,81,72,72,84,49,56,106,86,119,82,102,107,102,72,81,50,97,95,77,121,109,84,51,53,76,81,86,111,70,83,65,73]),[g([121])]:g([107,88,73,121,74,52,101,118,116,67,69,70,82,109,120,75,83,85,112,75,57,102,68,87,52,53,57,118,88,79,118,86,114,104,102,54,117,81,65,101,79,105,111]),[g([97,108,103])]:g([69,83,50,53,54])},c=r[g([99,111,110,102,105,103])][g([103,101,116])](g([108,105,99,101,110,115,101,75,101,121]));function l(e){const t=[new(window[g([80,114,111,109,105,115,101])])(e=>setTimeout(e,605900)),i[g([116,104,101,110])](()=>new(window[g([80,114,111,109,105,115,101])])(e=>{let t=0;r[g([109,111,100,101,108])][g([111,110])](g([97,112,112,108,121,79,112,101,114,97,116,105,111,110]),(n,a)=>{a[0][g([105,115,68,111,99,117,109,101,110,116,79,112,101,114,97,116,105,111,110])]&&t++,504==t&&(e(),n[g([111,102,102])]())})}))];return window[g([80,114,111,109,105,115,101])][g([114,97,99,101])](t)[g([116,104,101,110])](()=>e)}function d(e){return e[g([115,116,97,114,116,115,87,105,116,104])](g([101,121]))?JSON[g([112,97,114,115,101])](u(e)):null}function u(e){return window[g([97,116,111,98])](e[g([114,101,112,108,97,99,101])](/-/g,g([43]))[g([114,101,112,108,97,99,101])](/_/g,g([47])))}function m(e){let t=5381;function n(e){for(let n=0;n<e[g([108,101,110,103,116,104])];n++){const a=e[g([99,104,97,114,67,111,100,101,65,116])](n);t=(t<<5)+t+a,t&=t}}return function e(t){Array[g([105,115,65,114,114,97,121])](t)?t[g([102,111,114,69,97,99,104])](e):t&&typeof t==g([111,98,106,101,99,116])?Object[g([101,110,116,114,105,101,115])](t)[g([115,111,114,116])]()[g([102,111,114,69,97,99,104])](([t,a])=>{n(t),e(a)}):n(window[g([83,116,114,105,110,103])](t))}(e),t>>>0}function p(e){return e[g([116,111,83,116,114,105,110,103])](16)[g([112,97,100,83,116,97,114,116])](8,g([48]))}function h(e){return e[g([115,112,108,105,116])]("")[g([114,101,118,101,114,115,101])]()[g([106,111,105,110])]("")}function f(){}function g(e){const t=o;return e[t(210)](e=>String[t(257)](e))[t(203)]("")}!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([75]);for(let a=0;a<e[g([108,101,110,103,116,104])];a+=2){let r=window[g([112,97,114,115,101,73,110,116])](e[g([115,117,98,115,116,114,105,110,103])](a,a+2));r>=n[g([108,101,110,103,116,104])]&&(r-=n[g([108,101,110,103,116,104])]),t+=n[r]}return t}();r[t]=g([115,108,97,115,104,67,111,109,109,97,110,100,76,105,99,101,110,115,101,75,101,121])+e,e!=g([86,97,108,105,100])&&async function(){await i,r[g([109,111,100,101,108])][g([99,104,97,110,103,101])]=f,r[g([109,111,100,101,108])][g([101,110,113,117,101,117,101,67,104,97,110,103,101])]=f,r[g([101,110,97,98,108,101,82,101,97,100,79,110,108,121,77,111,100,101])](g([109,111,100,101,108]))}()}(await async function(){let e,n=null,f=null;try{return c==g([71,80,76])?g([78,111,116,65,108,108,111,119,101,100]):(e=function(){const e=c[g([115,112,108,105,116])](g([46]));return 3!=e[g([108,101,110,103,116,104])]?null:t(e[1]);function t(e){const t=d(e);return t&&n()?t:null;function n(){const e=t[g([106,116,105])],n=window[g([112,97,114,115,101,73,110,116])](e[g([115,117,98,115,116,114,105,110,103])](e[g([108,101,110,103,116,104])]-8),16),a={...t,[g([106,116,105])]:e[g([115,117,98,115,116,114,105,110,103])](0,e[g([108,101,110,103,116,104])]-8)};return delete a[g([118,99])],m(a)==n}}}(),e?(e[g([117,115,97,103,101,69,110,100,112,111,105,110,116])]&&(f=function(e,n){return new(window[g([80,114,111,109,105,115,101])])(c=>{if(s())return c(g([86,97,108,105,100]));o(),r[g([100,101,99,111,114,97,116,101])](g([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]));let l=!1;const d=(0,t.uid)();function u(e){return!!e&&(typeof e===g([111,98,106,101,99,116])||typeof e===g([102,117,110,99,116,105,111,110]))&&typeof e[g([116,104,101,110])]===g([102,117,110,99,116,105,111,110])&&typeof e[g([99,97,116,99,104])]===g([102,117,110,99,116,105,111,110])}function f(t){o(t)[g([116,104,101,110])](e=>e&&e[g([115,116,97,116,117,115])]==g([111,107])?p(m(d+n))!=e[g([118,101,114,105,102,105,99,97,116,105,111,110])]?g([85,115,97,103,101,76,105,109,105,116]):g([86,97,108,105,100]):g([85,115,97,103,101,76,105,109,105,116]))[g([116,104,101,110])](e=>(i(),e),()=>{const e=s();return null==e?(i(),g([86,97,108,105,100])):g(a-e>6048e5?[85,115,97,103,101,76,105,109,105,116]:[86,97,108,105,100])})[g([116,104,101,110])](c)[g([99,97,116,99,104])](()=>{c(g([85,115,97,103,101,76,105,109,105,116]))});const r=36e5;function i(){const t=g([108,108,99,116,45])+p(m(e)),n=h(p(window[g([77,97,116,104])][g([99,101,105,108])](a/r)));window[g([108,111,99,97,108,83,116,111,114,97,103,101])][g([115,101,116,73,116,101,109])](t,n)}function s(){const t=g([108,108,99,116,45])+p(m(e)),n=window[g([108,111,99,97,108,83,116,111,114,97,103,101])][g([103,101,116,73,116,101,109])](t);return n?window[g([112,97,114,115,101,73,110,116])](h(n),16)*r:null}function o(e){return new(window[g([80,114,111,109,105,115,101])])((t,n)=>{e[g([116,104,101,110])](t,n),window[g([115,101,116,84,105,109,101,111,117,116])](n,12e4)})}}r[g([111,110])](g([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),(t,n)=>{if(n[0]!=e)return c(g([85,115,97,103,101,76,105,109,105,116]));n[1]={...n[1],[g([114,101,113,117,101,115,116,73,100])]:d}},{[g([112,114,105,111,114,105,116,121])]:g([104,105,103,104])}),r[g([111,110])](g([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),e=>{u(e[g([114,101,116,117,114,110])])&&(l=!0,f(e[g([114,101,116,117,114,110])]))},{[g([112,114,105,111,114,105,116,121])]:g([108,111,119])}),i[g([116,104,101,110])](()=>{l||c(g([85,115,97,103,101,76,105,109,105,116]))})});function s(){return r[g([101,100,105,116,105,110,103])][g([118,105,101,119])][g([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]==g([97,117,116,111])}function o(){r[g([101,100,105,116,105,110,103])][g([118,105,101,119])][g([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]=g([97,117,116,111])}}(e[g([117,115,97,103,101,69,110,100,112,111,105,110,116])],e[g([106,116,105])])),await async function(){let e=!0;try{const a=c[g([115,112,108,105,116])](g([46])),[r,i,s]=a;return t(r),await n(r,i,s),e}catch{return!1}function t(t){const n=d(t);n&&n[g([97,108,103])]==g([69,83,50,53,54])||(e=!1)}async function n(t,n,a){const r=window[g([85,105,110,116,56,65,114,114,97,121])][g([102,114,111,109])](u(a),e=>e[g([99,104,97,114,67,111,100,101,65,116])](0)),i=(new(window[g([84,101,120,116,69,110,99,111,100,101,114])]))[g([101,110,99,111,100,101])](t+g([46])+n),o=window[g([99,114,121,112,116,111])][g([115,117,98,116,108,101])];if(!o)return;const c=await o[g([105,109,112,111,114,116,75,101,121])](g([106,119,107]),s,{[g([110,97,109,101])]:g([69,67,68,83,65]),[g([110,97,109,101,100,67,117,114,118,101])]:g([80,45,50,53,54])},!1,[g([118,101,114,105,102,121])]);await o[g([118,101,114,105,102,121])]({[g([110,97,109,101])]:g([69,67,68,83,65]),[g([104,97,115,104])]:{[g([110,97,109,101])]:g([83,72,65,45,50,53,54])}},c,r,i)||(e=!1)}}()?function(){const t=e[g([102,101,97,116,117,114,101,115])];return!(!t||!t[g([105,110,99,108,117,100,101,115])](g([42]))&&!t[g([105,110,99,108,117,100,101,115])](g([83,67]))&&!t[g([105,110,99,108,117,100,101,115])](g([80,80])))}()?function(){const t=[g([101,118,97,108,117,97,116,105,111,110]),g([116,114,105,97,108])][g([105,110,99,108,117,100,101,115])](e[g([108,105,99,101,110,115,101,84,121,112,101])])?a/1e3:1751328e3;return e[g([101,120,112])]<t}()?g([69,120,112,105,114,101,100]):function(){const t=o,n=e[g([108,105,99,101,110,115,101,100,72,111,115,116,115])];if(!n||0==n[g([108,101,110,103,116,104])])return!0;const{hostname:a}=new URL(window[g([108,111,99,97,116,105,111,110])][t(245)]);if(n[g([105,110,99,108,117,100,101,115])](a))return!0;const r=a[g([115,112,108,105,116])](g([46]));return n[g([102,105,108,116,101,114])](e=>e[g([105,110,99,108,117,100,101,115])](g([42])))[g([109,97,112])](e=>e[g([115,112,108,105,116])](g([46])))[g([102,105,108,116,101,114])](e=>e[g([108,101,110,103,116,104])]<=r[g([108,101,110,103,116,104])])[g([109,97,112])](e=>Array(r[g([108,101,110,103,116,104])]-e[g([108,101,110,103,116,104])])[g([102,105,108,108])](e[0]===g([42])?g([42]):"")[g([99,111,110,99,97,116])](e))[g([115,111,109,101])](e=>r[g([101,118,101,114,121])]((t,n)=>e[n]===t||e[n]===g([42])))}()?(e[g([108,105,99,101,110,115,101,84,121,112,101])]==g([101,118,97,108,117,97,116,105,111,110])&&(n=l(g([69,118,97,108,117,97,116,105,111,110,76,105,109,105,116]))),e[g([108,105,99,101,110,115,101,84,121,112,101])]==g([116,114,105,97,108])&&(n=l(g([84,114,105,97,108,76,105,109,105,116]))),await(n&&f?new(window[g([80,114,111,109,105,115,101])])((e,t)=>{n[g([116,104,101,110])](e,t),f[g([116,104,101,110])](t=>{t!=g([86,97,108,105,100])&&e(t)},t)}):n||f||g([86,97,108,105,100]))):g([68,111,109,97,105,110,76,105,109,105,116]):g([78,111,116,65,108,108,111,119,101,100]):g([73,110,118,97,108,105,100])):g([73,110,118,97,108,105,100]))}catch{return g([73,110,118,97,108,105,100])}}())}(this)}[i(237)](){return this[i(199)]}[i(182)](){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(254)][e(208)],t);return[{id:e(225),commandName:e(164),icon:r.IconRobotPencil,title:t(e(224)),description:t(e(168)),execute:t=>{const n=e;setTimeout(()=>t[n(191)](n(164)))}},{id:e(213),commandName:e(213),icon:r.IconQuote,title:t(e(275)),description:t(e(215))},{id:e(222),commandName:e(222),icon:r.IconBulletedList,title:t(e(277)),description:t(e(198))},{id:e(261),commandName:e(261),icon:r.IconCodeBlock,title:t(e(205)),description:t(e(202))},{id:e(266),commandName:e(266),icon:r.IconBrowseFiles,title:t(e(287)),description:t(e(167)),aliases:[e(232),e(194),e(278)]},{id:e(232),commandName:e(232),icon:r.IconBrowseFiles,title:t(e(263)),description:t(e(200)),aliases:[e(266),e(194),e(278)]},{id:e(220),commandName:e(220),icon:r.IconEmoji,title:t(e(186)),description:t(e(212)),execute:t=>{const n=e;setTimeout(()=>t[n(191)](n(220)))}},{id:e(231),commandName:e(282),icon:r.IconHeading1,title:t(e(262)),description:t(e(204)),execute:t=>{const n=e;t[n(191)](n(282),{value:n(231)})}},{id:e(230),commandName:e(282),icon:r.IconHeading2,title:t(e(174)),description:t(e(180)),execute:t=>{const n=e;t[n(191)](n(282),{value:n(230)})}},{id:e(226),commandName:e(282),icon:r.IconHeading3,title:t(e(273)),description:t(e(229)),execute:t=>{const n=e;t[n(191)](n(282),{value:n(226)})}},{id:e(244),commandName:e(282),icon:r.IconHeading4,title:t(e(286)),description:t(e(221)),execute:t=>{const n=e;t[n(191)](n(282),{value:n(244)})}},{id:e(162),commandName:e(282),icon:r.IconHeading5,title:t(e(183)),description:t(e(217)),execute:t=>{const n=e;t[n(191)](n(282),{value:n(162)})}},{id:e(177),commandName:e(282),icon:r.IconHeading6,title:t(e(238)),description:t(e(163)),execute:t=>{const n=e;t[n(191)](n(282),{value:n(177)})}},{id:e(187),commandName:e(187),icon:r.IconHorizontalLine,title:t(e(281)),description:t(e(250))},{id:e(227),commandName:e(227),icon:r.IconHtml,title:t(e(271)),description:t(e(188))},{id:e(270),commandName:e(270),icon:r.IconIndent,title:t(e(171)),description:t(e(284))},{id:e(184),commandName:e(184),title:t(e(276)),description:t(e(288))},{id:e(159),commandName:e(159),icon:r.IconTable,title:t(e(172)),description:t(e(190))},{id:e(197),commandName:e(197),icon:r.IconTableOfContents,title:t(e(228)),description:t(e(196)),aliases:[e(158)]},{id:e(280),commandName:e(280),icon:r.IconNumberedList,title:t(e(279)),description:t(e(233))},{id:e(165),commandName:e(165),icon:r.IconOutdent,title:t(e(235)),description:t(e(192))},{id:e(240),commandName:e(240),icon:r.IconParagraph,title:t(e(274)),description:t(e(166))},{id:e(234),commandName:e(234),icon:r.IconTodoList,title:t(e(285)),description:t(e(216))}]}[i(290)](e){const t=i;return e[t(289)]?e[t(289)](this[t(254)]):!e[t(209)]||this[t(254)][t(207)][t(181)](e[t(209)])[t(289)]}[i(223)](e){const n=i;if(e[n(191)])e[n(191)](this[n(254)]);else{if(!e[n(209)])throw new t.CKEditorError(n(267),this[n(254)],{commandDefinition:e});this[n(254)][n(191)](e[n(209)])}}}function l(e,t){const n=i;return e[n(248)]<t[n(248)]?-1:e[n(248)]>t[n(248)]?1:0}function d(e,t){const n=i;return t+"-"+e[n(211)]()[n(175)](" ")[n(203)]("-")}const u=p;!function(e){const t=p,n=e();for(;;)try{if(615623===parseInt(t(289))/1*(parseInt(t(271))/2)+-parseInt(t(280))/3*(-parseInt(t(265))/4)+parseInt(t(274))/5+-parseInt(t(259))/6+parseInt(t(277))/7+-parseInt(t(261))/8+-parseInt(t(275))/9*(-parseInt(t(270))/10))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(h);class m extends e.Plugin{static get[u(266)](){return u(286)}static get[u(287)](){return!0}static get[u(282)](){return!0}static get[u(276)](){return[c]}[u(262)](e){const t=u,n=e&&e[t(273)]();let a=this[t(284)][t(263)][t(281)](t(268))[t(278)]();if(a=a[t(260)](e=>e[t(269)]()),n){const e=[],r=[],i=[],s=[];for(const o of a)o.id[t(273)]()[t(264)](n)?e[t(283)](o):o[t(272)][t(273)]()[t(264)](n)?r[t(283)](o):o[t(285)]&&o[t(285)][t(279)](e=>e[t(273)]()[t(264)](n))?i[t(283)](o):o[t(288)]&&o[t(288)][t(273)]()[t(264)](n)&&s[t(283)](o);a=e[t(267)](r,i,s)}return a}}function p(e,t){const n=h();return(p=function(e,t){return n[e-=259]})(e,t)}function h(){const e=["6315654fabevU","filter","9741312evwsWU","getMatchingCommands","plugins","includes","68dsSXTi","pluginName","concat","SlashCommandConfig","isEnabled","39170iYGbtF","431826vvzcFr","title","toLowerCase","5450265qBxJcG","261XNHoIH","requires","1782396sVsORD","getAllowedCommands","some","213831JKgXsC","get","isPremiumPlugin","push","editor","aliases","SlashCommandEditing","isOfficialPlugin","description","1oAMmDa"];return(h=function(){return e})()}var f=n(311);const g=I;function I(e,t){const n=b();return(I=function(e,t){return n[e-=167]})(e,t)}function b(){const e=["17646PqfGCJ","add","isColorInherited","textPartView","iconView","set","setTemplate","9696xOkiqQ","ck-slash-command-button__description","1haGwhP","1412397EowZko","icon","_createTextPartView","924897VzzCWx","419708PTGdul","description","span","children","5458200OsJERE","552646xsqEWE","title","ck-slash-command-button","45SGhGmR","1575MAZdQM","ck-slash-command-button__text-part","isIconColorInherited","render","div","labelView"];return(b=function(){return e})()}!function(e){const t=I,n=e();for(;;)try{if(155423===-parseInt(t(178))/1*(parseInt(t(188))/2)+-parseInt(t(182))/3+parseInt(t(183))/4+-parseInt(t(191))/5*(parseInt(t(169))/6)+-parseInt(t(192))/7*(-parseInt(t(176))/8)+-parseInt(t(179))/9+parseInt(t(187))/10)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(172)]=this[n(181)](e,t),void 0!==t[n(194)]&&(this[n(173)][n(171)]=t[n(194)]),this[n(174)]({icon:t[n(180)]||r.IconPlay,withText:!0,label:t[n(189)],class:n(190)})}[g(195)](){const e=g;super[e(195)](),this[e(186)][e(170)](this[e(172)])}[g(181)](e,t){const n=g,a=new f.View(e);return a[n(175)]({tag:n(167),attributes:{class:["ck",n(193)]},children:t[n(184)]?[this[n(168)],{tag:n(185),attributes:{class:["ck",n(177)]},children:[{text:t[n(184)]}]}]:[this[n(168)]]}),a}}var v=n(673),C=n.n(v),w=n(545),x=n.n(w),y=n(262),N=n.n(y),A=n(667),T=n.n(A),H=n(357),O=n.n(H),_=n(655),L={attributes:{"data-cke":!0}};L.setAttributes=T(),L.insert=N().bind(null,"head"),L.domAPI=x(),L.insertStyleElement=O();C()(_.A,L);_.A&&_.A.locals&&_.A.locals;const E=P;function P(e,t){const n=M();return(P=function(e,t){return n[e-=245]})(e,t)}function M(){const e=["31008TqdxPc","commands","model","slashCommandLicenseKeyExpired","destroy","111jFNpoT","18jYmJlX","featureNotAllowed","usageLimit","_overrideMentionExecuteListener","editor","_showLicenseError","mention","_licenseKeyCheckInterval","9189160PYVNtW","slashCommandLicenseKeyEvaluationLimit","range","1705583xYmfsq","73328fknfTG","SlashCommandEditing","domainLimit","licenseKey","expired","slashCommandLicenseKeyDomainLimit","trialLimit","evaluationLimit","init","114YIrrvm","element","7364330eGkxro","isPremiumPlugin","high","invalid","_customItemRenderer","remove","isOfficialPlugin","once","SlashCommandUI","27371wDcEnH","slashCommandLicenseKeyUsageLimit","getMatchingCommands","slashCommandLicenseKeyValid","SlashCommand","7056xShRhx","mention.feeds","_setupMentionConfiguration","slashCommandLicenseKeyNotAllowed","push","change","marker","pluginName","slashCommand.dropdownLimit","execute","render","locale","stop","set","1420mHLcUg","plugins","slashCommandLicenseKeyInvalid","84KxtjsD","bind","ready","slashCommandLicenseKeyTrialLimit","get","config"];return(M=function(){return e})()}!function(e){const t=P,n=e();for(;;)try{if(824751===parseInt(t(309))/1*(parseInt(t(298))/2)+parseInt(t(276))/3*(-parseInt(t(289))/4)+-parseInt(t(262))/5*(parseInt(t(271))/6)+parseInt(t(248))/7+-parseInt(t(285))/8+-parseInt(t(277))/9*(-parseInt(t(300))/10)+parseInt(t(288))/11*(parseInt(t(265))/12))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(M);class S extends e.Plugin{[E(292)];[E(284)];static get[E(255)](){return E(308)}static get[E(306)](){return!0}static get[E(301)](){return!0}constructor(e){const t=E;super(e),this[t(250)]()}[E(297)](){const e=E;this[e(281)][e(307)](e(267),this[e(280)][e(266)](this)),this[e(292)]=this[e(281)][e(270)][e(269)](e(292));const t=this[e(281)];this[e(284)]=setInterval(()=>{const n=e;let a;for(const e in t){const r=e,i=t[r];if(n(246)==i||n(264)==i||n(274)==i||n(294)==i||n(251)==i||n(286)==i||n(268)==i||n(310)==i){delete t[r],a=i,clearInterval(this[n(284)]),this[n(284)]=void 0;break}}n(264)==a&&t[n(282)](n(303)),n(274)==a&&t[n(282)](n(293)),n(294)==a&&t[n(282)](n(291)),n(251)==a&&t[n(282)](n(278),n(247)),n(286)==a&&t[n(282)](n(296)),n(268)==a&&t[n(282)](n(295)),n(310)==a&&t[n(282)](n(279))},1e3)}[E(275)](){const e=E;super[e(275)](),this[e(284)]&&clearInterval(this[e(284)])}[E(250)](){const e=E,t=this[e(281)],n=this[e(281)][e(263)][e(269)](e(290)),a=t[e(270)][e(269)](e(249));a[e(252)]({marker:"/",feed:t=>n[e(245)](t),itemRenderer:this[e(304)][e(266)](this),dropdownLimit:t[e(270)][e(269)](e(256))||1/0}),t[e(270)][e(261)](e(249),a)}[E(280)](){const e=E,t=this[e(281)];t[e(272)][e(269)](e(283)).on(e(257),(n,a)=>{const r=e,i=a[0],s=t[r(273)];"/"===i[r(254)]&&s[r(253)](e=>{const t=r;e[t(305)](i[t(287)]),i[t(283)][t(257)](),n[t(260)]()})},{priority:e(302)})}[E(304)](e){const t=E,n=this[t(281)][t(259)],a=new k(n,e);return a[t(258)](),a[t(299)]}}var j=q;function q(e,t){var n=z();return(q=function(e,t){return n[e-=458]})(e,t)}function z(){var e=["151682JzkhXy","1711030xlZWeo","1395378rYOPRS","143waajrN","isPremiumPlugin","12lcMZTy","isOfficialPlugin","pluginName","requires","268281GxQYwp","4308XOpcsu","5463992PGEcbr","7KGrZOg","435qNWpgz","SlashCommand","4589232UFYROs","Mention"];return(z=function(){return e})()}!function(e){for(var t=q,n=e();;)try{if(748169===parseInt(t(473))/1+parseInt(t(464))/2*(parseInt(t(469))/3)+-parseInt(t(462))/4+-parseInt(t(460))/5*(parseInt(t(474))/6)+-parseInt(t(459))/7*(parseInt(t(458))/8)+-parseInt(t(466))/9+parseInt(t(465))/10*(parseInt(t(467))/11))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(z);class D extends e.Plugin{static get[j(472)](){return[j(463),m,S]}static get[j(471)](){return j(461)}static get[j(470)](){return!0}static get[j(468)](){return!0}}function K(){var e=["766131sCZUjI","7vCsjAp","3914700sHjJIR","1495otGHBJ","92xVdgAG","318024cTsAEz","10AnAnMR","7740DYwecZ","25223XlhPdJ","3469384JtPkwl","31599imxQZj"];return(K=function(){return e})()}function B(e,t){var n=K();return(B=function(e,t){return n[e-=138]})(e,t)}!function(e){for(var t=B,n=e();;)try{if(580452===-parseInt(t(146))/1+parseInt(t(139))/2*(-parseInt(t(145))/3)+parseInt(t(148))/4+parseInt(t(138))/5*(parseInt(t(142))/6)+-parseInt(t(147))/7*(-parseInt(t(144))/8)+parseInt(t(140))/9*(parseInt(t(141))/10)+-parseInt(t(143))/11)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(K)})(),(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:()=>K,SlashCommandConfig:()=>o,SlashCommandEditing:()=>m,SlashCommandUI:()=>S});var e=n(782),t=n(584),r=n(355);const i=s;function s(e,t){const n=d();return(s=function(e,t){return n[e-=385]})(e,t)}!function(e){const t=s,n=e();for(;;)try{if(790065===-parseInt(t(447))/1+parseInt(t(508))/2*(parseInt(t(405))/3)+-parseInt(t(486))/4+parseInt(t(478))/5*(-parseInt(t(475))/6)+parseInt(t(504))/7+parseInt(t(440))/8+-parseInt(t(515))/9*(-parseInt(t(413))/10))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(d);class o extends e.Plugin{static get[i(513)](){return i(495)}static get[i(407)](){return!0}static get[i(493)](){return!0}constructor(e){const t=i;super(e),this[t(439)]=null}[i(460)](){const e=i,n=this[e(437)][e(393)][e(444)](e(432))||[],a=function(t){const n=e;let a=[n(403),n(408),n(450)];if(t){const e=t[n(451)](e=>e[n(452)]);a=[n(423),n(490),n(422),n(403),n(408),n(450)][n(398)](t=>!e[n(489)](t))}return a}(this[e(437)][e(393)][e(444)](e(428)));let r=this[e(416)]()[e(398)](t=>!a[e(489)](t.id))[e(398)](t=>!n[e(489)](t[e(388)]));const o=this[e(437)][e(393)][e(444)](e(418));o&&o[e(438)]&&(r=r[e(499)](o));const d=this[e(437)][e(393)][e(444)](e(411));d&&d[e(438)]&&(r=r[e(499)](function(t){const n=e;return t[n(451)](e=>{const t=n,{title:a,icon:r,description:i,data:s}=e,o={id:l(a,t(509)),commandName:t(465),execute:e=>{const n=t;e[n(427)](n(465),s)},description:i,icon:r,title:a};return r&&(o[t(392)]=!1),o})}(d)));const u=this[e(437)][e(393)][e(444)](e(487));u&&u[e(438)]&&(r=r[e(499)](function(t){const n=e;return t[n(451)](e=>({id:l(e[n(401)],n(502)),commandName:n(502),execute:t=>{const a=n;t[a(427)](a(502),{styleName:e[a(401)]})},isEnabled:t=>{const a=n,r=t[a(473)][a(444)](a(502));return r[a(435)]&&r[a(492)][a(489)](e[a(401)])},title:e[n(401)]}))}(u)));const m=r[e(398)](t=>!t[e(388)]||void 0!==this[e(437)][e(473)][e(444)](t[e(388)])),p=[];for(const t of m)p[e(505)]({id:t.id,commandName:t[e(388)],title:e(516)==typeof t[e(479)]?t[e(479)](this[e(437)]):t[e(479)],description:t[e(397)],icon:t[e(514)],isIconColorInherited:t[e(392)],aliases:t[e(454)],isEnabled:()=>this[e(477)](t),execute:()=>this[e(434)](t)});this[e(439)]=p[e(395)](c),async function(e){const n=g([48,113,57,54,101,74,51,121,79,86,115,80,104,83,90,100,85,105,78,69,111,110,87,116,109,68,53,89,106,56,114,117,50,119,97,99,73,88,82,55,112,72,81,122,66,98,108,76,107,103,65,70,77,102,49,71,75,120,118,52,67,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(451)](e=>String[t(503)](e))[t(482)]("")}!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([113]);for(let a=0;a<e[g([108,101,110,103,116,104])];a+=2){let r=window[g([112,97,114,115,101,73,110,116])](e[g([115,117,98,115,116,114,105,110,103])](a,a+2));r>=n[g([108,101,110,103,116,104])]&&(r-=n[g([108,101,110,103,116,104])]),t+=n[r]}return t}();r[t]=g([115,108,97,115,104,67,111,109,109,97,110,100,76,105,99,101,110,115,101,75,101,121])+e,e!=g([86,97,108,105,100])&&async function(){await i,r[g([109,111,100,101,108])][g([99,104,97,110,103,101])]=f,r[g([109,111,100,101,108])][g([101,110,113,117,101,117,101,67,104,97,110,103,101])]=f,r[g([101,110,97,98,108,101,82,101,97,100,79,110,108,121,77,111,100,101])](g([109,111,100,101,108]))}()}(await async function(){let e,n=null,f=null;try{return c==g([71,80,76])?g([78,111,116,65,108,108,111,119,101,100]):(e=function(){const e=c[g([115,112,108,105,116])](g([46]));return 3!=e[g([108,101,110,103,116,104])]?null:t(e[1]);function t(e){const t=d(e);return t&&n()?t:null;function n(){const e=t[g([106,116,105])],n=window[g([112,97,114,115,101,73,110,116])](e[g([115,117,98,115,116,114,105,110,103])](e[g([108,101,110,103,116,104])]-8),16),a={...t,[g([106,116,105])]:e[g([115,117,98,115,116,114,105,110,103])](0,e[g([108,101,110,103,116,104])]-8)};return delete a[g([118,99])],m(a)==n}}}(),e?(e[g([117,115,97,103,101,69,110,100,112,111,105,110,116])]&&(f=function(e,n){return new(window[g([80,114,111,109,105,115,101])])(c=>{if(s())return c(g([86,97,108,105,100]));o(),r[g([100,101,99,111,114,97,116,101])](g([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]));let l=!1;const d=(0,t.uid)();function u(e){return!!e&&(typeof e===g([111,98,106,101,99,116])||typeof e===g([102,117,110,99,116,105,111,110]))&&typeof e[g([116,104,101,110])]===g([102,117,110,99,116,105,111,110])&&typeof e[g([99,97,116,99,104])]===g([102,117,110,99,116,105,111,110])}function f(t){o(t)[g([116,104,101,110])](e=>e&&e[g([115,116,97,116,117,115])]==g([111,107])?p(m(d+n))!=e[g([118,101,114,105,102,105,99,97,116,105,111,110])]?g([85,115,97,103,101,76,105,109,105,116]):g([86,97,108,105,100]):g([85,115,97,103,101,76,105,109,105,116]))[g([116,104,101,110])](e=>(i(),e),()=>{const e=s();return null==e?(i(),g([86,97,108,105,100])):g(a-e>6048e5?[85,115,97,103,101,76,105,109,105,116]:[86,97,108,105,100])})[g([116,104,101,110])](c)[g([99,97,116,99,104])](()=>{c(g([85,115,97,103,101,76,105,109,105,116]))});const r=36e5;function i(){const t=g([108,108,99,116,45])+p(m(e)),n=h(p(window[g([77,97,116,104])][g([99,101,105,108])](a/r)));window[g([108,111,99,97,108,83,116,111,114,97,103,101])][g([115,101,116,73,116,101,109])](t,n)}function s(){const t=g([108,108,99,116,45])+p(m(e)),n=window[g([108,111,99,97,108,83,116,111,114,97,103,101])][g([103,101,116,73,116,101,109])](t);return n?window[g([112,97,114,115,101,73,110,116])](h(n),16)*r:null}function o(e){return new(window[g([80,114,111,109,105,115,101])])((t,n)=>{e[g([116,104,101,110])](t,n),window[g([115,101,116,84,105,109,101,111,117,116])](n,12e4)})}}r[g([111,110])](g([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),(t,n)=>{if(n[0]!=e)return c(g([85,115,97,103,101,76,105,109,105,116]));n[1]={...n[1],[g([114,101,113,117,101,115,116,73,100])]:d}},{[g([112,114,105,111,114,105,116,121])]:g([104,105,103,104])}),r[g([111,110])](g([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),e=>{u(e[g([114,101,116,117,114,110])])&&(l=!0,f(e[g([114,101,116,117,114,110])]))},{[g([112,114,105,111,114,105,116,121])]:g([108,111,119])}),i[g([116,104,101,110])](()=>{l||c(g([85,115,97,103,101,76,105,109,105,116]))})});function s(){return r[g([101,100,105,116,105,110,103])][g([118,105,101,119])][g([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]==g([97,117,116,111])}function o(){r[g([101,100,105,116,105,110,103])][g([118,105,101,119])][g([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]=g([97,117,116,111])}}(e[g([117,115,97,103,101,69,110,100,112,111,105,110,116])],e[g([106,116,105])])),await async function(){let e=!0;try{const a=c[g([115,112,108,105,116])](g([46])),[r,i,s]=a;return t(r),await n(r,i,s),e}catch{return!1}function t(t){const n=d(t);n&&n[g([97,108,103])]==g([69,83,50,53,54])||(e=!1)}async function n(t,n,a){const r=window[g([85,105,110,116,56,65,114,114,97,121])][g([102,114,111,109])](u(a),e=>e[g([99,104,97,114,67,111,100,101,65,116])](0)),i=(new(window[g([84,101,120,116,69,110,99,111,100,101,114])]))[g([101,110,99,111,100,101])](t+g([46])+n),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:1751414400;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(445)]);if(n[g([105,110,99,108,117,100,101,115])](a))return!0;const r=a[g([115,112,108,105,116])](g([46]));return n[g([102,105,108,116,101,114])](e=>e[g([105,110,99,108,117,100,101,115])](g([42])))[g([109,97,112])](e=>e[g([115,112,108,105,116])](g([46])))[g([102,105,108,116,101,114])](e=>e[g([108,101,110,103,116,104])]<=r[g([108,101,110,103,116,104])])[g([109,97,112])](e=>Array(r[g([108,101,110,103,116,104])]-e[g([108,101,110,103,116,104])])[g([102,105,108,108])](e[0]===g([42])?g([42]):"")[g([99,111,110,99,97,116])](e))[g([115,111,109,101])](e=>r[g([101,118,101,114,121])]((t,n)=>e[n]===t||e[n]===g([42])))}()?(e[g([108,105,99,101,110,115,101,84,121,112,101])]==g([101,118,97,108,117,97,116,105,111,110])&&(n=l(g([69,118,97,108,117,97,116,105,111,110,76,105,109,105,116]))),e[g([108,105,99,101,110,115,101,84,121,112,101])]==g([116,114,105,97,108])&&(n=l(g([84,114,105,97,108,76,105,109,105,116]))),await(n&&f?new(window[g([80,114,111,109,105,115,101])])((e,t)=>{n[g([116,104,101,110])](e,t),f[g([116,104,101,110])](t=>{t!=g([86,97,108,105,100])&&e(t)},t)}):n||f||g([86,97,108,105,100]))):g([68,111,109,97,105,110,76,105,109,105,116]):g([78,111,116,65,108,108,111,119,101,100]):g([73,110,118,97,108,105,100])):g([73,110,118,97,108,105,100]))}catch{return g([73,110,118,97,108,105,100])}}())}(this)}[i(390)](){return this[i(439)]}[i(416)](){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(437)][e(417)],t);return[{id:e(400),commandName:e(449),icon:r.IconRobotPencil,title:t(e(464)),description:t(e(442)),execute:t=>{const n=e;setTimeout(()=>t[n(427)](n(449)))}},{id:e(396),commandName:e(396),icon:r.IconQuote,title:t(e(497)),description:t(e(457))},{id:e(433),commandName:e(433),icon:r.IconBulletedList,title:t(e(420)),description:t(e(500))},{id:e(470),commandName:e(470),icon:r.IconCodeBlock,title:t(e(391)),description:t(e(462))},{id:e(425),commandName:e(425),icon:r.IconBrowseFiles,title:t(e(436)),description:t(e(488)),aliases:[e(409),e(424),e(510)]},{id:e(409),commandName:e(409),icon:r.IconBrowseFiles,title:t(e(458)),description:t(e(496)),aliases:[e(425),e(424),e(510)]},{id:e(415),commandName:e(415),icon:r.IconEmoji,title:t(e(412)),description:t(e(443)),execute:t=>{const n=e;setTimeout(()=>t[n(427)](n(415)))}},{id:e(423),commandName:e(468),icon:r.IconHeading1,title:t(e(469)),description:t(e(463)),execute:t=>{const n=e;t[n(427)](n(468),{value:n(423)})}},{id:e(490),commandName:e(468),icon:r.IconHeading2,title:t(e(461)),description:t(e(448)),execute:t=>{const n=e;t[n(427)](n(468),{value:n(490)})}},{id:e(422),commandName:e(468),icon:r.IconHeading3,title:t(e(414)),description:t(e(481)),execute:t=>{const n=e;t[n(427)](n(468),{value:n(422)})}},{id:e(403),commandName:e(468),icon:r.IconHeading4,title:t(e(386)),description:t(e(406)),execute:t=>{const n=e;t[n(427)](n(468),{value:n(403)})}},{id:e(408),commandName:e(468),icon:r.IconHeading5,title:t(e(484)),description:t(e(387)),execute:t=>{const n=e;t[n(427)](n(468),{value:n(408)})}},{id:e(450),commandName:e(468),icon:r.IconHeading6,title:t(e(430)),description:t(e(501)),execute:t=>{const n=e;t[n(427)](n(468),{value:n(450)})}},{id:e(394),commandName:e(394),icon:r.IconHorizontalLine,title:t(e(455)),description:t(e(404))},{id:e(506),commandName:e(506),icon:r.IconHtml,title:t(e(429)),description:t(e(459))},{id:e(419),commandName:e(419),icon:r.IconIndent,title:t(e(431)),description:t(e(485))},{id:e(512),commandName:e(512),title:t(e(446)),description:t(e(426))},{id:e(453),commandName:e(453),icon:r.IconTable,title:t(e(441)),description:t(e(474))},{id:e(483),commandName:e(483),icon:r.IconTableOfContents,title:t(e(399)),description:t(e(421)),aliases:[e(494)]},{id:e(402),commandName:e(402),icon:r.IconNumberedList,title:t(e(480)),description:t(e(491))},{id:e(466),commandName:e(466),icon:r.IconOutdent,title:t(e(472)),description:t(e(385))},{id:e(389),commandName:e(389),icon:r.IconParagraph,title:t(e(511)),description:t(e(456))},{id:e(498),commandName:e(498),icon:r.IconTodoList,title:t(e(467)),description:t(e(476))}]}[i(477)](e){const t=i;return e[t(435)]?e[t(435)](this[t(437)]):!e[t(388)]||this[t(437)][t(473)][t(444)](e[t(388)])[t(435)]}[i(434)](e){const n=i;if(e[n(427)])e[n(427)](this[n(437)]);else{if(!e[n(388)])throw new t.CKEditorError(n(507),this[n(437)],{commandDefinition:e});this[n(437)][n(427)](e[n(388)])}}}function c(e,t){const n=i;return e[n(479)]<t[n(479)]?-1:e[n(479)]>t[n(479)]?1:0}function l(e,t){const n=i;return t+"-"+e[n(471)]()[n(410)](" ")[n(482)]("-")}function d(){const e=["editor","length","_allowedCommands","3812976LJYxEI","Insert table","Open the AI Assistant to generate content","Insert an emoji","get","href","Insert Mermaid diagram","964961EnFfgd","Create a heading level 2","showAIAssistant","heading6","map","model","insertTable","aliases","Horizontal line","Insert a paragraph","Create a block quote","Insert image","Insert an HTML snippet","afterInit","Heading 2","Create a code block","Create a heading level 1","AI Assistant","insertTemplate","outdent","To-do list","heading","Heading 1","codeBlock","toLowerCase","Decrease indent","commands","Create a table","21906tDNcft","Create a to-do list","_proxyIsEnabled","830qZezKK","title","Numbered list","Create a heading level 3","join","insertTableOfContents","Heading 5","Increase the indentation","5242156vtXQuo","style.definitions","Open file manager to insert an image or a file","includes","heading2","Create a numbered list","enabledStyles","isPremiumPlugin","toc","SlashCommandConfig","Open file browser to insert an image or a file","Block quote","todoList","concat","Create a bulleted list","Create a heading level 6","style","fromCharCode","4718224FNWEDE","push","htmlEmbed","slash-command-execute-missing","2tZbvUn","template","upload","Paragraph","insertMermaidCommand","pluginName","icon","9oAVznf","function","Decrease the indentation","Heading 4","Create a heading level 5","commandName","paragraph","getAllowedCommands","Insert code block","isIconColorInherited","config","horizontalLine","sort","blockQuote","description","filter","Table of contents","aiAssistant","name","numberedList","heading4","Insert a horizontal line","2484225mBjdbV","Create a heading level 4","isOfficialPlugin","heading5","ckfinder","split","template.definitions","Emoji","16929020mSjdPE","Heading 3","emoji","getDefaultCommands","locale","slashCommand.extraCommands","indent","Bulleted list","Insert table of contents","heading3","heading1","filemanager","ckbox","Insert the Mermaid diagram","execute","heading.options","Insert HTML","Heading 6","Increase indent","slashCommand.removeCommands","bulletedList","_proxyExecute","isEnabled","Open file manager"];return(d=function(){return e})()}const u=p;!function(e){const t=p,n=e();for(;;)try{if(615623===parseInt(t(289))/1*(parseInt(t(271))/2)+-parseInt(t(280))/3*(-parseInt(t(265))/4)+parseInt(t(274))/5+-parseInt(t(259))/6+parseInt(t(277))/7+-parseInt(t(261))/8+-parseInt(t(275))/9*(-parseInt(t(270))/10))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(h);class m extends e.Plugin{static get[u(266)](){return u(286)}static get[u(287)](){return!0}static get[u(282)](){return!0}static get[u(276)](){return[o]}[u(262)](e){const t=u,n=e&&e[t(273)]();let a=this[t(284)][t(263)][t(281)](t(268))[t(278)]();if(a=a[t(260)](e=>e[t(269)]()),n){const e=[],r=[],i=[],s=[];for(const o of a)o.id[t(273)]()[t(264)](n)?e[t(283)](o):o[t(272)][t(273)]()[t(264)](n)?r[t(283)](o):o[t(285)]&&o[t(285)][t(279)](e=>e[t(273)]()[t(264)](n))?i[t(283)](o):o[t(288)]&&o[t(288)][t(273)]()[t(264)](n)&&s[t(283)](o);a=e[t(267)](r,i,s)}return a}}function p(e,t){const n=h();return(p=function(e,t){return n[e-=259]})(e,t)}function h(){const e=["6315654fabevU","filter","9741312evwsWU","getMatchingCommands","plugins","includes","68dsSXTi","pluginName","concat","SlashCommandConfig","isEnabled","39170iYGbtF","431826vvzcFr","title","toLowerCase","5450265qBxJcG","261XNHoIH","requires","1782396sVsORD","getAllowedCommands","some","213831JKgXsC","get","isPremiumPlugin","push","editor","aliases","SlashCommandEditing","isOfficialPlugin","description","1oAMmDa"];return(h=function(){return e})()}var f=n(311);const g=I;function I(e,t){const n=b();return(I=function(e,t){return n[e-=167]})(e,t)}function b(){const e=["17646PqfGCJ","add","isColorInherited","textPartView","iconView","set","setTemplate","9696xOkiqQ","ck-slash-command-button__description","1haGwhP","1412397EowZko","icon","_createTextPartView","924897VzzCWx","419708PTGdul","description","span","children","5458200OsJERE","552646xsqEWE","title","ck-slash-command-button","45SGhGmR","1575MAZdQM","ck-slash-command-button__text-part","isIconColorInherited","render","div","labelView"];return(b=function(){return e})()}!function(e){const t=I,n=e();for(;;)try{if(155423===-parseInt(t(178))/1*(parseInt(t(188))/2)+-parseInt(t(182))/3+parseInt(t(183))/4+-parseInt(t(191))/5*(parseInt(t(169))/6)+-parseInt(t(192))/7*(-parseInt(t(176))/8)+-parseInt(t(179))/9+parseInt(t(187))/10)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(172)]=this[n(181)](e,t),void 0!==t[n(194)]&&(this[n(173)][n(171)]=t[n(194)]),this[n(174)]({icon:t[n(180)]||r.IconPlay,withText:!0,label:t[n(189)],class:n(190)})}[g(195)](){const e=g;super[e(195)](),this[e(186)][e(170)](this[e(172)])}[g(181)](e,t){const n=g,a=new f.View(e);return a[n(175)]({tag:n(167),attributes:{class:["ck",n(193)]},children:t[n(184)]?[this[n(168)],{tag:n(185),attributes:{class:["ck",n(177)]},children:[{text:t[n(184)]}]}]:[this[n(168)]]}),a}}var v=n(673),C=n.n(v),w=n(545),x=n.n(w),y=n(262),N=n.n(y),A=n(667),T=n.n(A),_=n(357),H=n.n(_),L=n(655),O={attributes:{"data-cke":!0}};O.setAttributes=T(),O.insert=N().bind(null,"head"),O.domAPI=x(),O.insertStyleElement=H();C()(L.A,O);L.A&&L.A.locals&&L.A.locals;const E=P;function P(e,t){const n=M();return(P=function(e,t){return n[e-=245]})(e,t)}function M(){const e=["31008TqdxPc","commands","model","slashCommandLicenseKeyExpired","destroy","111jFNpoT","18jYmJlX","featureNotAllowed","usageLimit","_overrideMentionExecuteListener","editor","_showLicenseError","mention","_licenseKeyCheckInterval","9189160PYVNtW","slashCommandLicenseKeyEvaluationLimit","range","1705583xYmfsq","73328fknfTG","SlashCommandEditing","domainLimit","licenseKey","expired","slashCommandLicenseKeyDomainLimit","trialLimit","evaluationLimit","init","114YIrrvm","element","7364330eGkxro","isPremiumPlugin","high","invalid","_customItemRenderer","remove","isOfficialPlugin","once","SlashCommandUI","27371wDcEnH","slashCommandLicenseKeyUsageLimit","getMatchingCommands","slashCommandLicenseKeyValid","SlashCommand","7056xShRhx","mention.feeds","_setupMentionConfiguration","slashCommandLicenseKeyNotAllowed","push","change","marker","pluginName","slashCommand.dropdownLimit","execute","render","locale","stop","set","1420mHLcUg","plugins","slashCommandLicenseKeyInvalid","84KxtjsD","bind","ready","slashCommandLicenseKeyTrialLimit","get","config"];return(M=function(){return e})()}!function(e){const t=P,n=e();for(;;)try{if(824751===parseInt(t(309))/1*(parseInt(t(298))/2)+parseInt(t(276))/3*(-parseInt(t(289))/4)+-parseInt(t(262))/5*(parseInt(t(271))/6)+parseInt(t(248))/7+-parseInt(t(285))/8+-parseInt(t(277))/9*(-parseInt(t(300))/10)+parseInt(t(288))/11*(parseInt(t(265))/12))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(M);class S extends e.Plugin{[E(292)];[E(284)];static get[E(255)](){return E(308)}static get[E(306)](){return!0}static get[E(301)](){return!0}constructor(e){const t=E;super(e),this[t(250)]()}[E(297)](){const e=E;this[e(281)][e(307)](e(267),this[e(280)][e(266)](this)),this[e(292)]=this[e(281)][e(270)][e(269)](e(292));const t=this[e(281)];this[e(284)]=setInterval(()=>{const n=e;let a;for(const e in t){const r=e,i=t[r];if(n(246)==i||n(264)==i||n(274)==i||n(294)==i||n(251)==i||n(286)==i||n(268)==i||n(310)==i){delete t[r],a=i,clearInterval(this[n(284)]),this[n(284)]=void 0;break}}n(264)==a&&t[n(282)](n(303)),n(274)==a&&t[n(282)](n(293)),n(294)==a&&t[n(282)](n(291)),n(251)==a&&t[n(282)](n(278),n(247)),n(286)==a&&t[n(282)](n(296)),n(268)==a&&t[n(282)](n(295)),n(310)==a&&t[n(282)](n(279))},1e3)}[E(275)](){const e=E;super[e(275)](),this[e(284)]&&clearInterval(this[e(284)])}[E(250)](){const e=E,t=this[e(281)],n=this[e(281)][e(263)][e(269)](e(290)),a=t[e(270)][e(269)](e(249));a[e(252)]({marker:"/",feed:t=>n[e(245)](t),itemRenderer:this[e(304)][e(266)](this),dropdownLimit:t[e(270)][e(269)](e(256))||1/0}),t[e(270)][e(261)](e(249),a)}[E(280)](){const e=E,t=this[e(281)];t[e(272)][e(269)](e(283)).on(e(257),(n,a)=>{const r=e,i=a[0],s=t[r(273)];"/"===i[r(254)]&&s[r(253)](e=>{const t=r;e[t(305)](i[t(287)]),i[t(283)][t(257)](),n[t(260)]()})},{priority:e(302)})}[E(304)](e){const t=E,n=this[t(281)][t(259)],a=new k(n,e);return a[t(258)](),a[t(299)]}}var j=z;function z(e,t){var n=D();return(z=function(e,t){return n[e-=458]})(e,t)}function D(){var e=["151682JzkhXy","1711030xlZWeo","1395378rYOPRS","143waajrN","isPremiumPlugin","12lcMZTy","isOfficialPlugin","pluginName","requires","268281GxQYwp","4308XOpcsu","5463992PGEcbr","7KGrZOg","435qNWpgz","SlashCommand","4589232UFYROs","Mention"];return(D=function(){return e})()}!function(e){for(var t=z,n=e();;)try{if(748169===parseInt(t(473))/1+parseInt(t(464))/2*(parseInt(t(469))/3)+-parseInt(t(462))/4+-parseInt(t(460))/5*(parseInt(t(474))/6)+-parseInt(t(459))/7*(parseInt(t(458))/8)+-parseInt(t(466))/9+parseInt(t(465))/10*(parseInt(t(467))/11))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(D);class K extends e.Plugin{static get[j(472)](){return[j(463),m,S]}static get[j(471)](){return j(461)}static get[j(470)](){return!0}static get[j(468)](){return!0}}function q(){var e=["766131sCZUjI","7vCsjAp","3914700sHjJIR","1495otGHBJ","92xVdgAG","318024cTsAEz","10AnAnMR","7740DYwecZ","25223XlhPdJ","3469384JtPkwl","31599imxQZj"];return(q=function(){return e})()}function B(e,t){var n=q();return(B=function(e,t){return n[e-=138]})(e,t)}!function(e){for(var t=B,n=e();;)try{if(580452===-parseInt(t(146))/1+parseInt(t(139))/2*(-parseInt(t(145))/3)+parseInt(t(148))/4+parseInt(t(138))/5*(parseInt(t(142))/6)+-parseInt(t(147))/7*(-parseInt(t(144))/8)+parseInt(t(140))/9*(parseInt(t(141))/10)+-parseInt(t(143))/11)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(q)})(),(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 _0x5ca147}from'@ckeditor/ckeditor5-core/dist/index.js';import{CKEditorError as _0x5b3d4e,uid as _0x1dfe8e}from'@ckeditor/ckeditor5-utils/dist/index.js';import{IconRobotPencil as _0x1bd1c5,IconQuote as _0x4ffeb1,IconBulletedList as _0xf5f590,IconCodeBlock as _0x32d541,IconBrowseFiles as _0x1e8152,IconEmoji as _0x4e35d9,IconHeading1 as _0x521dd8,IconHeading2 as _0x26cb6e,IconHeading3 as _0x50d5da,IconHeading4 as _0x5d9d72,IconHeading5 as _0x22535b,IconHeading6 as _0x4618b8,IconHorizontalLine as _0x2ef520,IconHtml as _0x3cdb91,IconIndent as _0x4c9ebc,IconTable as _0x343a5e,IconTableOfContents as _0x39cf57,IconNumberedList as _0x5d85ae,IconOutdent as _0x269338,IconParagraph as _0x14aba2,IconTodoList as _0x2e023f,IconPlay as _0x52b7fa}from'@ckeditor/ckeditor5-icons/dist/index.js';import{ButtonView as _0x4113a8,View as _0x3fc63a}from'@ckeditor/ckeditor5-ui/dist/index.js';class P extends _0x5ca147{static get['pluginName'](){return'SlashCommandConfig';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x8196f4){super(_0x8196f4),this['_allowedCommands']=null;}['afterInit'](){const _0x135a4e=this['editor']['config']['get']('slashCommand.removeCommands')||[],_0x152b06=function(_0x37027c){let _0x51c6a2=['heading4','heading5','heading6'];if(_0x37027c){const _0x5b310f=_0x37027c['map'](_0x425d4a=>_0x425d4a['model']);_0x51c6a2=['heading1','heading2','heading3','heading4','heading5','heading6']['filter'](_0x44f34b=>!_0x5b310f['includes'](_0x44f34b));}return _0x51c6a2;}(this['editor']['config']['get']('heading.options'));let _0x2bdc42=this['getDefaultCommands']()['filter'](_0xcb3041=>!_0x152b06['includes'](_0xcb3041['id']))['filter'](_0x5510f3=>!_0x135a4e['includes'](_0x5510f3['commandName']));const _0x2febcf=this['editor']['config']['get']('slashCommand.extraCommands');_0x2febcf&&_0x2febcf['length']&&(_0x2bdc42=_0x2bdc42['concat'](_0x2febcf));const _0x2ac56a=this['editor']['config']['get']('template.definitions');_0x2ac56a&&_0x2ac56a['length']&&(_0x2bdc42=_0x2bdc42['concat'](function(_0x2f7889){return _0x2f7889['map'](_0x5c4a4a=>{const {title:_0x1bfec3,icon:_0x541cbd,description:_0x9dc25d,data:_0x8946fb}=_0x5c4a4a,_0x19cbcd={'id':L(_0x1bfec3,'template'),'commandName':'insertTemplate','execute':_0x4ee7ec=>{_0x4ee7ec['execute']('insertTemplate',_0x8946fb);},'description':_0x9dc25d,'icon':_0x541cbd,'title':_0x1bfec3};return _0x541cbd&&(_0x19cbcd['isIconColorInherited']=!0x1),_0x19cbcd;});}(_0x2ac56a)));const _0x1f2c7c=this['editor']['config']['get']('style.definitions');_0x1f2c7c&&_0x1f2c7c['length']&&(_0x2bdc42=_0x2bdc42['concat'](function(_0x29ba8c){return _0x29ba8c['map'](_0x28b138=>({'id':L(_0x28b138['name'],'style'),'commandName':'style','execute':_0x2fd47c=>{_0x2fd47c['execute']('style',{'styleName':_0x28b138['name']});},'isEnabled':_0x16c8a8=>{const _0x2a29e5=_0x16c8a8['commands']['get']('style');return _0x2a29e5['isEnabled']&&_0x2a29e5['enabledStyles']['includes'](_0x28b138['name']);},'title':_0x28b138['name']}));}(_0x1f2c7c)));const _0x37a1d6=_0x2bdc42['filter'](_0x5659ce=>!_0x5659ce['commandName']||void 0x0!==this['editor']['commands']['get'](_0x5659ce['commandName'])),_0x245ec7=[];for(const _0x4e7ecd of _0x37a1d6)_0x245ec7['push']({'id':_0x4e7ecd['id'],'commandName':_0x4e7ecd['commandName'],'title':'function'==typeof _0x4e7ecd['title']?_0x4e7ecd['title'](this['editor']):_0x4e7ecd['title'],'description':_0x4e7ecd['description'],'icon':_0x4e7ecd['icon'],'isIconColorInherited':_0x4e7ecd['isIconColorInherited'],'aliases':_0x4e7ecd['aliases'],'isEnabled':()=>this['_proxyIsEnabled'](_0x4e7ecd),'execute':()=>this['_proxyExecute'](_0x4e7ecd)});this['_allowedCommands']=_0x245ec7['sort'](j),async function(_0x3450e0){const _0x2b3e52=_0x3c805b([0x4b,0x57,0x66,0x42,0x6a,0x74,0x37,0x65,0x6e,0x70,0x56,0x6d,0x36,0x4d,0x69,0x72,0x45,0x39,0x76,0x48,0x49,0x41,0x4a,0x32,0x31,0x78,0x64,0x46,0x6f,0x6c,0x73,0x6b,0x35,0x77,0x58,0x71,0x68,0x50,0x62,0x5a,0x44,0x30,0x61,0x33,0x55,0x59,0x43,0x52,0x54,0x79,0x34,0x51,0x4f,0x4c,0x67,0x7a,0x4e,0x75,0x63,0x53,0x47,0x38]),_0x5c33a5=0x273a7379,_0x3f718f=0x273d1f29^_0x5c33a5,_0x47c852=window[_0x3c805b([0x44,0x61,0x74,0x65])][_0x3c805b([0x6e,0x6f,0x77])](),_0x3125b9=_0x3450e0[_0x3c805b([0x65,0x64,0x69,0x74,0x6f,0x72])],_0xf7c225=new window[(_0x3c805b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2c38e1=>{_0x3125b9[_0x3c805b([0x6f,0x6e,0x63,0x65])](_0x3c805b([0x72,0x65,0x61,0x64,0x79]),_0x2c38e1);}),_0x1917e7={[_0x3c805b([0x6b,0x74,0x79])]:_0x3c805b([0x45,0x43]),[_0x3c805b([0x75,0x73,0x65])]:_0x3c805b([0x73,0x69,0x67]),[_0x3c805b([0x63,0x72,0x76])]:_0x3c805b([0x50,0x2d,0x32,0x35,0x36]),[_0x3c805b([0x78])]:_0x3c805b([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]),[_0x3c805b([0x79])]:_0x3c805b([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]),[_0x3c805b([0x61,0x6c,0x67])]:_0x3c805b([0x45,0x53,0x32,0x35,0x36])},_0x2d98cf=_0x3125b9[_0x3c805b([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x3c805b([0x67,0x65,0x74])](_0x3c805b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x398351(){let _0x11dc06,_0x3f2553=null,_0x2031f6=null;try{if(_0x2d98cf==_0x3c805b([0x47,0x50,0x4c]))return _0x3c805b([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x11dc06=_0x2a94bc(),!_0x11dc06)return _0x3c805b([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x11dc06[_0x3c805b([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x2031f6=_0x46e4f1(_0x11dc06[_0x3c805b([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x11dc06[_0x3c805b([0x6a,0x74,0x69])])),await _0x23125a()?_0xbc9716()?_0x2a76c0()?_0x3c805b([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x12485b()?(_0x11dc06[_0x3c805b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x3c805b([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x3f2553=_0x1ac8d4(_0x3c805b([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x11dc06[_0x3c805b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x3c805b([0x74,0x72,0x69,0x61,0x6c])&&(_0x3f2553=_0x1ac8d4(_0x3c805b([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x521207()):_0x3c805b([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x3c805b([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x3c805b([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x3c805b([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x2a76c0(){const _0x1935dc=[_0x3c805b([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x3c805b([0x74,0x72,0x69,0x61,0x6c])][_0x3c805b([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x11dc06[_0x3c805b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x47c852/0x3e8:0xe10*_0x3f718f;return _0x11dc06[_0x3c805b([0x65,0x78,0x70])]<_0x1935dc;}function _0xbc9716(){const _0x51e929=_0x11dc06[_0x3c805b([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x51e929&&(!!_0x51e929[_0x3c805b([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3c805b([0x2a]))||(!!_0x51e929[_0x3c805b([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3c805b([0x53,0x43]))||!!_0x51e929[_0x3c805b([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3c805b([0x50,0x50]))));}function _0x12485b(){const _0x5e663b=_0x11dc06[_0x3c805b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x5e663b||0x0==_0x5e663b[_0x3c805b([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x323272}=new URL(window[_0x3c805b([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x5e663b[_0x3c805b([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x323272))return!0x0;const _0xe63f7e=_0x323272[_0x3c805b([0x73,0x70,0x6c,0x69,0x74])](_0x3c805b([0x2e]));return _0x5e663b[_0x3c805b([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x5bf44d=>_0x5bf44d[_0x3c805b([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3c805b([0x2a])))[_0x3c805b([0x6d,0x61,0x70])](_0x3df37b=>_0x3df37b[_0x3c805b([0x73,0x70,0x6c,0x69,0x74])](_0x3c805b([0x2e])))[_0x3c805b([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x28cf38=>_0x28cf38[_0x3c805b([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0xe63f7e[_0x3c805b([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x3c805b([0x6d,0x61,0x70])](_0x1cb366=>Array(_0xe63f7e[_0x3c805b([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x1cb366[_0x3c805b([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x3c805b([0x66,0x69,0x6c,0x6c])](_0x1cb366[0x0]===_0x3c805b([0x2a])?_0x3c805b([0x2a]):'')[_0x3c805b([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x1cb366))[_0x3c805b([0x73,0x6f,0x6d,0x65])](_0x3a3d88=>_0xe63f7e[_0x3c805b([0x65,0x76,0x65,0x72,0x79])]((_0x1a2ec5,_0x29faa0)=>_0x3a3d88[_0x29faa0]===_0x1a2ec5||_0x3a3d88[_0x29faa0]===_0x3c805b([0x2a])));}function _0x521207(){return _0x3f2553&&_0x2031f6?new window[(_0x3c805b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x534f45,_0x5b1fec)=>{_0x3f2553[_0x3c805b([0x74,0x68,0x65,0x6e])](_0x534f45,_0x5b1fec),_0x2031f6[_0x3c805b([0x74,0x68,0x65,0x6e])](_0x3dbd98=>{_0x3dbd98!=_0x3c805b([0x56,0x61,0x6c,0x69,0x64])&&_0x534f45(_0x3dbd98);},_0x5b1fec);}):_0x3f2553||_0x2031f6||_0x3c805b([0x56,0x61,0x6c,0x69,0x64]);}}function _0x46e4f1(_0x182d43,_0x4a6fe1){return new window[(_0x3c805b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x187667=>{if(_0x1efa3c())return _0x187667(_0x3c805b([0x56,0x61,0x6c,0x69,0x64]));_0x2adc49(),_0x3125b9[_0x3c805b([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x3c805b([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0xa3f10c=!0x1;const _0x1da250=_0x1dfe8e();function _0x27b9df(_0x1b259f){return!!_0x1b259f&&(typeof _0x1b259f===_0x3c805b([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x1b259f===_0x3c805b([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x1b259f[_0x3c805b([0x74,0x68,0x65,0x6e])]===_0x3c805b([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x1b259f[_0x3c805b([0x63,0x61,0x74,0x63,0x68])]===_0x3c805b([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0xaa56b8(_0x5d9f5e){_0x5d85eb(_0x5d9f5e)[_0x3c805b([0x74,0x68,0x65,0x6e])](_0x12858f=>{if(!_0x12858f||_0x12858f[_0x3c805b([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x3c805b([0x6f,0x6b]))return _0x3c805b([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x2b0856(_0xe94e61(_0x1da250+_0x4a6fe1))!=_0x12858f[_0x3c805b([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x3c805b([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x3c805b([0x56,0x61,0x6c,0x69,0x64]);})[_0x3c805b([0x74,0x68,0x65,0x6e])](_0xb9858c=>(_0x30d738(),_0xb9858c),()=>{const _0x5cbd9c=_0x3fdf03();return null==_0x5cbd9c?(_0x30d738(),_0x3c805b([0x56,0x61,0x6c,0x69,0x64])):_0x3c805b(_0x47c852-_0x5cbd9c>(0x336f779^_0x5c33a5)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x3c805b([0x74,0x68,0x65,0x6e])](_0x187667)[_0x3c805b([0x63,0x61,0x74,0x63,0x68])](()=>{_0x187667(_0x3c805b([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x36a0c0=0x270c9df9^_0x5c33a5;function _0x30d738(){const _0x102f8f=_0x3c805b([0x6c,0x6c,0x63,0x74,0x2d])+_0x2b0856(_0xe94e61(_0x182d43)),_0x36146b=_0x4fdf73(_0x2b0856(window[_0x3c805b([0x4d,0x61,0x74,0x68])][_0x3c805b([0x63,0x65,0x69,0x6c])](_0x47c852/_0x36a0c0)));window[_0x3c805b([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x3c805b([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x102f8f,_0x36146b);}function _0x3fdf03(){const _0x4f3f54=_0x3c805b([0x6c,0x6c,0x63,0x74,0x2d])+_0x2b0856(_0xe94e61(_0x182d43)),_0x1f3596=window[_0x3c805b([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x3c805b([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x4f3f54);return _0x1f3596?window[_0x3c805b([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x4fdf73(_0x1f3596),0x10)*_0x36a0c0:null;}function _0x5d85eb(_0x2e4ff5){return new window[(_0x3c805b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x5391ec,_0x43a2ea)=>{_0x2e4ff5[_0x3c805b([0x74,0x68,0x65,0x6e])](_0x5391ec,_0x43a2ea),window[_0x3c805b([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x43a2ea,0x273ba7b9^_0x5c33a5);});}}_0x3125b9[_0x3c805b([0x6f,0x6e])](_0x3c805b([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x1c945d,_0x54724f)=>{if(_0x54724f[0x0]!=_0x182d43)return _0x187667(_0x3c805b([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x54724f[0x1]={..._0x54724f[0x1],[_0x3c805b([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x1da250};},{[_0x3c805b([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x3c805b([0x68,0x69,0x67,0x68])}),_0x3125b9[_0x3c805b([0x6f,0x6e])](_0x3c805b([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x22b1f3=>{_0x27b9df(_0x22b1f3[_0x3c805b([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0xa3f10c=!0x0,_0xaa56b8(_0x22b1f3[_0x3c805b([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x3c805b([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x3c805b([0x6c,0x6f,0x77])}),_0xf7c225[_0x3c805b([0x74,0x68,0x65,0x6e])](()=>{_0xa3f10c||_0x187667(_0x3c805b([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x1efa3c(){return _0x3125b9[_0x3c805b([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x3c805b([0x76,0x69,0x65,0x77])][_0x3c805b([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x3c805b([0x61,0x75,0x74,0x6f]);}function _0x2adc49(){_0x3125b9[_0x3c805b([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x3c805b([0x76,0x69,0x65,0x77])][_0x3c805b([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x3c805b([0x61,0x75,0x74,0x6f]);}}function _0x1ac8d4(_0x2791ed){const _0x8e5e7f=[new window[(_0x3c805b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5307ba=>setTimeout(_0x5307ba,0x27334db5^_0x5c33a5)),_0xf7c225[_0x3c805b([0x74,0x68,0x65,0x6e])](()=>new window[(_0x3c805b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x521a76=>{let _0x4cb16f=0x0;_0x3125b9[_0x3c805b([0x6d,0x6f,0x64,0x65,0x6c])][_0x3c805b([0x6f,0x6e])](_0x3c805b([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x521150,_0x48d7cc)=>{_0x48d7cc[0x0][_0x3c805b([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x4cb16f++,_0x4cb16f==(0x273a7281^_0x5c33a5)&&(_0x521a76(),_0x521150[_0x3c805b([0x6f,0x66,0x66])]());});}))];return window[_0x3c805b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x3c805b([0x72,0x61,0x63,0x65])](_0x8e5e7f)[_0x3c805b([0x74,0x68,0x65,0x6e])](()=>_0x2791ed);}async function _0x46c8e6(){await _0xf7c225,_0x3125b9[_0x3c805b([0x6d,0x6f,0x64,0x65,0x6c])][_0x3c805b([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x588604,_0x3125b9[_0x3c805b([0x6d,0x6f,0x64,0x65,0x6c])][_0x3c805b([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x588604,_0x3125b9[_0x3c805b([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x3c805b([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x59402b(_0x4b81fb){const _0x2ef66f=_0xa69b70();_0x3125b9[_0x2ef66f]=_0x3c805b([0x73,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x4b81fb,_0x4b81fb!=_0x3c805b([0x56,0x61,0x6c,0x69,0x64])&&_0x46c8e6();}function _0xa69b70(){const _0x529d16=window[_0x3c805b([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x3c805b([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x3c805b([0x6e,0x6f,0x77])]())[_0x3c805b([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x3c805b([0x2e]),'');let _0x13132d=_0x3c805b([0x4b]);for(let _0x47a4eb=0x0;_0x47a4eb<_0x529d16[_0x3c805b([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x47a4eb+=0x2){let _0x508781=window[_0x3c805b([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x529d16[_0x3c805b([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x47a4eb,_0x47a4eb+0x2));_0x508781>=_0x2b3e52[_0x3c805b([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x508781-=_0x2b3e52[_0x3c805b([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x13132d+=_0x2b3e52[_0x508781];}return _0x13132d;}function _0x2a94bc(){const _0x4947a5=_0x2d98cf[_0x3c805b([0x73,0x70,0x6c,0x69,0x74])](_0x3c805b([0x2e]));if(0x3!=_0x4947a5[_0x3c805b([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x3a33bb(_0x4947a5[0x1]);function _0x3a33bb(_0x41d9d4){const _0x5dff24=_0x580159(_0x41d9d4);return _0x5dff24&&_0x246e71()?_0x5dff24:null;function _0x246e71(){const _0x3d37c5=_0x5dff24[_0x3c805b([0x6a,0x74,0x69])],_0x14f539=window[_0x3c805b([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x3d37c5[_0x3c805b([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x3d37c5[_0x3c805b([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x303083={..._0x5dff24,[_0x3c805b([0x6a,0x74,0x69])]:_0x3d37c5[_0x3c805b([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x3d37c5[_0x3c805b([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x303083[_0x3c805b([0x76,0x63])],_0xe94e61(_0x303083)==_0x14f539;}}}async function _0x23125a(){let _0xb1f93e=!0x0;try{const _0x4b74ea=_0x2d98cf[_0x3c805b([0x73,0x70,0x6c,0x69,0x74])](_0x3c805b([0x2e])),[_0x1e052c,_0x2289ac,_0x128dfc]=_0x4b74ea;return _0x9d2fd(_0x1e052c),await _0x1d80ea(_0x1e052c,_0x2289ac,_0x128dfc),_0xb1f93e;}catch{return!0x1;}function _0x9d2fd(_0x1abb86){const _0x59c18a=_0x580159(_0x1abb86);_0x59c18a&&_0x59c18a[_0x3c805b([0x61,0x6c,0x67])]==_0x3c805b([0x45,0x53,0x32,0x35,0x36])||(_0xb1f93e=!0x1);}async function _0x1d80ea(_0x5d15f6,_0xad6752,_0xaf6741){const _0x2677f0=window[_0x3c805b([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x3c805b([0x66,0x72,0x6f,0x6d])](_0x335fd0(_0xaf6741),_0x57cf3c=>_0x57cf3c[_0x3c805b([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0xcc4169=new window[(_0x3c805b([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x3c805b([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x5d15f6+_0x3c805b([0x2e])+_0xad6752),_0x24683f=window[_0x3c805b([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x3c805b([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x24683f)return;const _0x1a1552=await _0x24683f[_0x3c805b([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x3c805b([0x6a,0x77,0x6b]),_0x1917e7,{[_0x3c805b([0x6e,0x61,0x6d,0x65])]:_0x3c805b([0x45,0x43,0x44,0x53,0x41]),[_0x3c805b([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x3c805b([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x3c805b([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x24683f[_0x3c805b([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x3c805b([0x6e,0x61,0x6d,0x65])]:_0x3c805b([0x45,0x43,0x44,0x53,0x41]),[_0x3c805b([0x68,0x61,0x73,0x68])]:{[_0x3c805b([0x6e,0x61,0x6d,0x65])]:_0x3c805b([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x1a1552,_0x2677f0,_0xcc4169)||(_0xb1f93e=!0x1);}}function _0x580159(_0x770e7d){return _0x770e7d[_0x3c805b([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x3c805b([0x65,0x79]))?JSON[_0x3c805b([0x70,0x61,0x72,0x73,0x65])](_0x335fd0(_0x770e7d)):null;}function _0x335fd0(_0x31de61){return window[_0x3c805b([0x61,0x74,0x6f,0x62])](_0x31de61[_0x3c805b([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x3c805b([0x2b]))[_0x3c805b([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x3c805b([0x2f])));}function _0xe94e61(_0x1be404){let _0x22456f=0x1505;function _0x320f65(_0x128099){for(let _0x53d1c8=0x0;_0x53d1c8<_0x128099[_0x3c805b([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x53d1c8++){const _0x1c8749=_0x128099[_0x3c805b([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x53d1c8);_0x22456f=(_0x22456f<<0x5)+_0x22456f+_0x1c8749,_0x22456f&=_0x22456f;}}function _0x3e6f01(_0x381f9a){Array[_0x3c805b([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x381f9a)?_0x381f9a[_0x3c805b([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x3e6f01):_0x381f9a&&typeof _0x381f9a==_0x3c805b([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x3c805b([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x381f9a)[_0x3c805b([0x73,0x6f,0x72,0x74])]()[_0x3c805b([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x3fd061,_0x326fde])=>{_0x320f65(_0x3fd061),_0x3e6f01(_0x326fde);}):_0x320f65(window[_0x3c805b([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x381f9a));}return _0x3e6f01(_0x1be404),_0x22456f>>>0x0;}function _0x2b0856(_0x5a1314){return _0x5a1314[_0x3c805b([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x3c805b([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x3c805b([0x30]));}function _0x4fdf73(_0x40ddbe){return _0x40ddbe[_0x3c805b([0x73,0x70,0x6c,0x69,0x74])]('')[_0x3c805b([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x3c805b([0x6a,0x6f,0x69,0x6e])]('');}function _0x588604(){}function _0x3c805b(_0x422693){return _0x422693['map'](_0x26d36a=>String['fromCharCode'](_0x26d36a))['join']('');}_0x59402b(await _0x398351());}(this);}['getAllowedCommands'](){return this['_allowedCommands'];}['getDefaultCommands'](){const _0x3979c6=_0x3a57d1=>function(_0x3744d5,_0x4d0703){const t=_0x3744d5['t'],_0x3ae295=_0x3744d5['t'];switch(_0x4d0703){case'AI\x20Assistant':return _0x3ae295('AI\x20Assistant');case'Block\x20quote':return _0x3ae295('Block\x20quote');case'Bulleted\x20list':return _0x3ae295('Bulleted\x20list');case'Insert\x20code\x20block':return _0x3ae295('Insert\x20code\x20block');case'Open\x20file\x20manager':return _0x3ae295('Open\x20file\x20manager');case'Insert\x20image':return _0x3ae295('Insert\x20image');case'Heading\x201':return _0x3ae295('Heading\x201');case'Heading\x202':return _0x3ae295('Heading\x202');case'Heading\x203':return _0x3ae295('Heading\x203');case'Heading\x204':return _0x3ae295('Heading\x204');case'Heading\x205':return _0x3ae295('Heading\x205');case'Heading\x206':return _0x3ae295('Heading\x206');case'Horizontal\x20line':return _0x3ae295('Horizontal\x20line');case'Insert\x20HTML':return _0x3ae295('Insert\x20HTML');case'Increase\x20indent':return _0x3ae295('Increase\x20indent');case'Insert\x20table':return _0x3ae295('Insert\x20table');case'Table\x20of\x20contents':return _0x3ae295('Table\x20of\x20contents');case'Numbered\x20list':return _0x3ae295('Numbered\x20list');case'Decrease\x20indent':return _0x3ae295('Decrease\x20indent');case'Paragraph':return _0x3ae295('Paragraph');case'To-do\x20list':return _0x3ae295('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 _0x4d0703;}}(this['editor']['locale'],_0x3a57d1);return[{'id':'aiAssistant','commandName':'showAIAssistant','icon':_0x1bd1c5,'title':_0x3979c6('AI\x20Assistant'),'description':_0x3979c6('Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content'),'execute':_0x2c9bbe=>{setTimeout(()=>_0x2c9bbe['execute']('showAIAssistant'));}},{'id':'blockQuote','commandName':'blockQuote','icon':_0x4ffeb1,'title':_0x3979c6('Block\x20quote'),'description':_0x3979c6('Create\x20a\x20block\x20quote')},{'id':'bulletedList','commandName':'bulletedList','icon':_0xf5f590,'title':_0x3979c6('Bulleted\x20list'),'description':_0x3979c6('Create\x20a\x20bulleted\x20list')},{'id':'codeBlock','commandName':'codeBlock','icon':_0x32d541,'title':_0x3979c6('Insert\x20code\x20block'),'description':_0x3979c6('Create\x20a\x20code\x20block')},{'id':'ckbox','commandName':'ckbox','icon':_0x1e8152,'title':_0x3979c6('Open\x20file\x20manager'),'description':_0x3979c6('Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file'),'aliases':['ckfinder','filemanager','upload']},{'id':'ckfinder','commandName':'ckfinder','icon':_0x1e8152,'title':_0x3979c6('Insert\x20image'),'description':_0x3979c6('Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file'),'aliases':['ckbox','filemanager','upload']},{'id':'emoji','commandName':'emoji','icon':_0x4e35d9,'title':_0x3979c6('Emoji'),'description':_0x3979c6('Insert\x20an\x20emoji'),'execute':_0x57ea90=>{setTimeout(()=>_0x57ea90['execute']('emoji'));}},{'id':'heading1','commandName':'heading','icon':_0x521dd8,'title':_0x3979c6('Heading\x201'),'description':_0x3979c6('Create\x20a\x20heading\x20level\x201'),'execute':_0x45dbe9=>{_0x45dbe9['execute']('heading',{'value':'heading1'});}},{'id':'heading2','commandName':'heading','icon':_0x26cb6e,'title':_0x3979c6('Heading\x202'),'description':_0x3979c6('Create\x20a\x20heading\x20level\x202'),'execute':_0x32a6b6=>{_0x32a6b6['execute']('heading',{'value':'heading2'});}},{'id':'heading3','commandName':'heading','icon':_0x50d5da,'title':_0x3979c6('Heading\x203'),'description':_0x3979c6('Create\x20a\x20heading\x20level\x203'),'execute':_0x530b6e=>{_0x530b6e['execute']('heading',{'value':'heading3'});}},{'id':'heading4','commandName':'heading','icon':_0x5d9d72,'title':_0x3979c6('Heading\x204'),'description':_0x3979c6('Create\x20a\x20heading\x20level\x204'),'execute':_0x5d1989=>{_0x5d1989['execute']('heading',{'value':'heading4'});}},{'id':'heading5','commandName':'heading','icon':_0x22535b,'title':_0x3979c6('Heading\x205'),'description':_0x3979c6('Create\x20a\x20heading\x20level\x205'),'execute':_0x4f71b5=>{_0x4f71b5['execute']('heading',{'value':'heading5'});}},{'id':'heading6','commandName':'heading','icon':_0x4618b8,'title':_0x3979c6('Heading\x206'),'description':_0x3979c6('Create\x20a\x20heading\x20level\x206'),'execute':_0xf1ac89=>{_0xf1ac89['execute']('heading',{'value':'heading6'});}},{'id':'horizontalLine','commandName':'horizontalLine','icon':_0x2ef520,'title':_0x3979c6('Horizontal\x20line'),'description':_0x3979c6('Insert\x20a\x20horizontal\x20line')},{'id':'htmlEmbed','commandName':'htmlEmbed','icon':_0x3cdb91,'title':_0x3979c6('Insert\x20HTML'),'description':_0x3979c6('Insert\x20an\x20HTML\x20snippet')},{'id':'indent','commandName':'indent','icon':_0x4c9ebc,'title':_0x3979c6('Increase\x20indent'),'description':_0x3979c6('Increase\x20the\x20indentation')},{'id':'insertMermaidCommand','commandName':'insertMermaidCommand','title':_0x3979c6('Insert\x20Mermaid\x20diagram'),'description':_0x3979c6('Insert\x20the\x20Mermaid\x20diagram')},{'id':'insertTable','commandName':'insertTable','icon':_0x343a5e,'title':_0x3979c6('Insert\x20table'),'description':_0x3979c6('Create\x20a\x20table')},{'id':'insertTableOfContents','commandName':'insertTableOfContents','icon':_0x39cf57,'title':_0x3979c6('Table\x20of\x20contents'),'description':_0x3979c6('Insert\x20table\x20of\x20contents'),'aliases':['toc']},{'id':'numberedList','commandName':'numberedList','icon':_0x5d85ae,'title':_0x3979c6('Numbered\x20list'),'description':_0x3979c6('Create\x20a\x20numbered\x20list')},{'id':'outdent','commandName':'outdent','icon':_0x269338,'title':_0x3979c6('Decrease\x20indent'),'description':_0x3979c6('Decrease\x20the\x20indentation')},{'id':'paragraph','commandName':'paragraph','icon':_0x14aba2,'title':_0x3979c6('Paragraph'),'description':_0x3979c6('Insert\x20a\x20paragraph')},{'id':'todoList','commandName':'todoList','icon':_0x2e023f,'title':_0x3979c6('To-do\x20list'),'description':_0x3979c6('Create\x20a\x20to-do\x20list')}];}['_proxyIsEnabled'](_0x930fea){return _0x930fea['isEnabled']?_0x930fea['isEnabled'](this['editor']):!_0x930fea['commandName']||this['editor']['commands']['get'](_0x930fea['commandName'])['isEnabled'];}['_proxyExecute'](_0x296818){if(_0x296818['execute'])_0x296818['execute'](this['editor']);else{if(!_0x296818['commandName'])throw new _0x5b3d4e('slash-command-execute-missing',this['editor'],{'commandDefinition':_0x296818});this['editor']['execute'](_0x296818['commandName']);}}}function j(_0x3892c6,_0x52c5c6){return _0x3892c6['title']<_0x52c5c6['title']?-0x1:_0x3892c6['title']>_0x52c5c6['title']?0x1:0x0;}function L(_0x344ee5,_0x199397){return _0x199397+'-'+_0x344ee5['toLowerCase']()['split']('\x20')['join']('-');}class s extends _0x5ca147{static get['pluginName'](){return'SlashCommandEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[P];}['getMatchingCommands'](_0x337f70){const _0x2f96ae=_0x337f70&&_0x337f70['toLowerCase']();let _0x4aa0cb=this['editor']['plugins']['get']('SlashCommandConfig')['getAllowedCommands']();if(_0x4aa0cb=_0x4aa0cb['filter'](_0x71ed33=>_0x71ed33['isEnabled']()),_0x2f96ae){const _0x353f00=[],_0x17a315=[],_0x5572ea=[],_0x1cee26=[];for(const _0xd76046 of _0x4aa0cb)_0xd76046['id']['toLowerCase']()['includes'](_0x2f96ae)?_0x353f00['push'](_0xd76046):_0xd76046['title']['toLowerCase']()['includes'](_0x2f96ae)?_0x17a315['push'](_0xd76046):_0xd76046['aliases']&&_0xd76046['aliases']['some'](_0xb51de7=>_0xb51de7['toLowerCase']()['includes'](_0x2f96ae))?_0x5572ea['push'](_0xd76046):_0xd76046['description']&&_0xd76046['description']['toLowerCase']()['includes'](_0x2f96ae)&&_0x1cee26['push'](_0xd76046);_0x4aa0cb=_0x353f00['concat'](_0x17a315,_0x5572ea,_0x1cee26);}return _0x4aa0cb;}}class K extends _0x4113a8{constructor(_0x34ece3,_0x5eb346){super(_0x34ece3),this['textPartView']=this['_createTextPartView'](_0x34ece3,_0x5eb346),void 0x0!==_0x5eb346['isIconColorInherited']&&(this['iconView']['isColorInherited']=_0x5eb346['isIconColorInherited']),this['set']({'icon':_0x5eb346['icon']||_0x52b7fa,'withText':!0x0,'label':_0x5eb346['title'],'class':'ck-slash-command-button'});}['render'](){super['render'](),this['children']['add'](this['textPartView']);}['_createTextPartView'](_0x394ecc,_0x49597d){const _0xc58caa=new _0x3fc63a(_0x394ecc);return _0xc58caa['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-slash-command-button__text-part']},'children':_0x49597d['description']?[this['labelView'],{'tag':'span','attributes':{'class':['ck','ck-slash-command-button__description']},'children':[{'text':_0x49597d['description']}]}]:[this['labelView']]}),_0xc58caa;}}class e extends _0x5ca147{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'SlashCommandUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x4f2c11){super(_0x4f2c11),this['_setupMentionConfiguration']();}['init'](){this['editor']['once']('ready',this['_overrideMentionExecuteListener']['bind'](this)),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x308319=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x2e8b6d;for(const _0x151fe0 in _0x308319){const _0x39ad18=_0x151fe0,_0x221132=_0x308319[_0x39ad18];if('slashCommandLicenseKeyValid'==_0x221132||'slashCommandLicenseKeyInvalid'==_0x221132||'slashCommandLicenseKeyExpired'==_0x221132||'slashCommandLicenseKeyDomainLimit'==_0x221132||'slashCommandLicenseKeyNotAllowed'==_0x221132||'slashCommandLicenseKeyEvaluationLimit'==_0x221132||'slashCommandLicenseKeyTrialLimit'==_0x221132||'slashCommandLicenseKeyUsageLimit'==_0x221132){delete _0x308319[_0x39ad18],_0x2e8b6d=_0x221132,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'slashCommandLicenseKeyInvalid'==_0x2e8b6d&&_0x308319['_showLicenseError']('invalid'),'slashCommandLicenseKeyExpired'==_0x2e8b6d&&_0x308319['_showLicenseError']('expired'),'slashCommandLicenseKeyDomainLimit'==_0x2e8b6d&&_0x308319['_showLicenseError']('domainLimit'),'slashCommandLicenseKeyNotAllowed'==_0x2e8b6d&&_0x308319['_showLicenseError']('featureNotAllowed','SlashCommand'),'slashCommandLicenseKeyEvaluationLimit'==_0x2e8b6d&&_0x308319['_showLicenseError']('evaluationLimit'),'slashCommandLicenseKeyTrialLimit'==_0x2e8b6d&&_0x308319['_showLicenseError']('trialLimit'),'slashCommandLicenseKeyUsageLimit'==_0x2e8b6d&&_0x308319['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}['_setupMentionConfiguration'](){const _0x478f84=this['editor'],_0x3d3657=this['editor']['plugins']['get']('SlashCommandEditing'),_0x3432cf=_0x478f84['config']['get']('mention.feeds');_0x3432cf['push']({'marker':'/','feed':_0x4a22b1=>_0x3d3657['getMatchingCommands'](_0x4a22b1),'itemRenderer':this['_customItemRenderer']['bind'](this),'dropdownLimit':_0x478f84['config']['get']('slashCommand.dropdownLimit')||0x1/0x0}),_0x478f84['config']['set']('mention.feeds',_0x3432cf);}['_overrideMentionExecuteListener'](){const _0x5704ed=this['editor'];_0x5704ed['commands']['get']('mention')['on']('execute',(_0xc122c9,_0xcc6ddd)=>{const _0x4d597f=_0xcc6ddd[0x0],_0x2f646a=_0x5704ed['model'];'/'===_0x4d597f['marker']&&_0x2f646a['change'](_0x5bbc5f=>{_0x5bbc5f['remove'](_0x4d597f['range']),_0x4d597f['mention']['execute'](),_0xc122c9['stop']();});},{'priority':'high'});}['_customItemRenderer'](_0x3b68d8){const _0x3f4422=this['editor']['locale'],_0x182871=new K(_0x3f4422,_0x3b68d8);return _0x182871['render'](),_0x182871['element'];}}class H extends _0x5ca147{static get['requires'](){return['Mention',s,e];}static get['pluginName'](){return'SlashCommand';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}}export{H as SlashCommand,P as SlashCommandConfig,s as SlashCommandEditing,e as SlashCommandUI};
23
+ import{Plugin as _0x2e4ce6}from'@ckeditor/ckeditor5-core/dist/index.js';import{CKEditorError as _0x1a99a8,uid as _0x2d4e97}from'@ckeditor/ckeditor5-utils/dist/index.js';import{IconRobotPencil as _0x4f3c28,IconQuote as _0x1f8ae9,IconBulletedList as _0x36b2e3,IconCodeBlock as _0x405646,IconBrowseFiles as _0x337db2,IconEmoji as _0x17f0d4,IconHeading1 as _0x2a4013,IconHeading2 as _0x2a2105,IconHeading3 as _0x4c70f9,IconHeading4 as _0x9c64a9,IconHeading5 as _0x4745c8,IconHeading6 as _0x5182ae,IconHorizontalLine as _0x4dd17e,IconHtml as _0x36e8b5,IconIndent as _0x52c328,IconTable as _0x2c007d,IconTableOfContents as _0x420e9f,IconNumberedList as _0x4ed453,IconOutdent as _0xbbb002,IconParagraph as _0x2d67d5,IconTodoList as _0x4da4e7,IconPlay as _0x2dc7aa}from'@ckeditor/ckeditor5-icons/dist/index.js';import{ButtonView as _0x31e15f,View as _0x33359e}from'@ckeditor/ckeditor5-ui/dist/index.js';class P extends _0x2e4ce6{static get['pluginName'](){return'SlashCommandConfig';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x49906){super(_0x49906),this['_allowedCommands']=null;}['afterInit'](){const _0x444148=this['editor']['config']['get']('slashCommand.removeCommands')||[],_0x5c9517=function(_0x4ab284){let _0x16a58d=['heading4','heading5','heading6'];if(_0x4ab284){const _0x188afb=_0x4ab284['map'](_0xb0401b=>_0xb0401b['model']);_0x16a58d=['heading1','heading2','heading3','heading4','heading5','heading6']['filter'](_0x4d798c=>!_0x188afb['includes'](_0x4d798c));}return _0x16a58d;}(this['editor']['config']['get']('heading.options'));let _0x3c0d5b=this['getDefaultCommands']()['filter'](_0x587e03=>!_0x5c9517['includes'](_0x587e03['id']))['filter'](_0x585702=>!_0x444148['includes'](_0x585702['commandName']));const _0x28de6e=this['editor']['config']['get']('slashCommand.extraCommands');_0x28de6e&&_0x28de6e['length']&&(_0x3c0d5b=_0x3c0d5b['concat'](_0x28de6e));const _0x60ece2=this['editor']['config']['get']('template.definitions');_0x60ece2&&_0x60ece2['length']&&(_0x3c0d5b=_0x3c0d5b['concat'](function(_0x5d067e){return _0x5d067e['map'](_0x262c8a=>{const {title:_0x3f3903,icon:_0x5ee20b,description:_0x1c038d,data:_0x55f035}=_0x262c8a,_0x405a4f={'id':L(_0x3f3903,'template'),'commandName':'insertTemplate','execute':_0x5d882a=>{_0x5d882a['execute']('insertTemplate',_0x55f035);},'description':_0x1c038d,'icon':_0x5ee20b,'title':_0x3f3903};return _0x5ee20b&&(_0x405a4f['isIconColorInherited']=!0x1),_0x405a4f;});}(_0x60ece2)));const _0x25ac31=this['editor']['config']['get']('style.definitions');_0x25ac31&&_0x25ac31['length']&&(_0x3c0d5b=_0x3c0d5b['concat'](function(_0x358593){return _0x358593['map'](_0x344820=>({'id':L(_0x344820['name'],'style'),'commandName':'style','execute':_0xe131be=>{_0xe131be['execute']('style',{'styleName':_0x344820['name']});},'isEnabled':_0x5d1138=>{const _0x1e1d6f=_0x5d1138['commands']['get']('style');return _0x1e1d6f['isEnabled']&&_0x1e1d6f['enabledStyles']['includes'](_0x344820['name']);},'title':_0x344820['name']}));}(_0x25ac31)));const _0x32caaa=_0x3c0d5b['filter'](_0x42868a=>!_0x42868a['commandName']||void 0x0!==this['editor']['commands']['get'](_0x42868a['commandName'])),_0x3f1e5e=[];for(const _0x5086b6 of _0x32caaa)_0x3f1e5e['push']({'id':_0x5086b6['id'],'commandName':_0x5086b6['commandName'],'title':'function'==typeof _0x5086b6['title']?_0x5086b6['title'](this['editor']):_0x5086b6['title'],'description':_0x5086b6['description'],'icon':_0x5086b6['icon'],'isIconColorInherited':_0x5086b6['isIconColorInherited'],'aliases':_0x5086b6['aliases'],'isEnabled':()=>this['_proxyIsEnabled'](_0x5086b6),'execute':()=>this['_proxyExecute'](_0x5086b6)});this['_allowedCommands']=_0x3f1e5e['sort'](j),async function(_0x5e908a){const _0x596a81=_0x17b9b1([0x30,0x71,0x39,0x36,0x65,0x4a,0x33,0x79,0x4f,0x56,0x73,0x50,0x68,0x53,0x5a,0x64,0x55,0x69,0x4e,0x45,0x6f,0x6e,0x57,0x74,0x6d,0x44,0x35,0x59,0x6a,0x38,0x72,0x75,0x32,0x77,0x61,0x63,0x49,0x58,0x52,0x37,0x70,0x48,0x51,0x7a,0x42,0x62,0x6c,0x4c,0x6b,0x67,0x41,0x46,0x4d,0x66,0x31,0x47,0x4b,0x78,0x76,0x34,0x43,0x54]),_0x381c61=0x2ba99fcd,_0x4e605b=0x2baef3a5^_0x381c61,_0x11843a=window[_0x17b9b1([0x44,0x61,0x74,0x65])][_0x17b9b1([0x6e,0x6f,0x77])](),_0x183c27=_0x5e908a[_0x17b9b1([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x2bc3a2=new window[(_0x17b9b1([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x53d97f=>{_0x183c27[_0x17b9b1([0x6f,0x6e,0x63,0x65])](_0x17b9b1([0x72,0x65,0x61,0x64,0x79]),_0x53d97f);}),_0x471b00={[_0x17b9b1([0x6b,0x74,0x79])]:_0x17b9b1([0x45,0x43]),[_0x17b9b1([0x75,0x73,0x65])]:_0x17b9b1([0x73,0x69,0x67]),[_0x17b9b1([0x63,0x72,0x76])]:_0x17b9b1([0x50,0x2d,0x32,0x35,0x36]),[_0x17b9b1([0x78])]:_0x17b9b1([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]),[_0x17b9b1([0x79])]:_0x17b9b1([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]),[_0x17b9b1([0x61,0x6c,0x67])]:_0x17b9b1([0x45,0x53,0x32,0x35,0x36])},_0x2b8959=_0x183c27[_0x17b9b1([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x17b9b1([0x67,0x65,0x74])](_0x17b9b1([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x1ad61b(){let _0x1a400c,_0x27e9a1=null,_0x3c4bdb=null;try{if(_0x2b8959==_0x17b9b1([0x47,0x50,0x4c]))return _0x17b9b1([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x1a400c=_0x5f1f77(),!_0x1a400c)return _0x17b9b1([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x1a400c[_0x17b9b1([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x3c4bdb=_0x8116f2(_0x1a400c[_0x17b9b1([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x1a400c[_0x17b9b1([0x6a,0x74,0x69])])),await _0x56f918()?_0x45ef0e()?_0x558cc9()?_0x17b9b1([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x222cbf()?(_0x1a400c[_0x17b9b1([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x17b9b1([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x27e9a1=_0x30d527(_0x17b9b1([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x1a400c[_0x17b9b1([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x17b9b1([0x74,0x72,0x69,0x61,0x6c])&&(_0x27e9a1=_0x30d527(_0x17b9b1([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x445d62()):_0x17b9b1([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x17b9b1([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x17b9b1([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x17b9b1([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x558cc9(){const _0x3a0972=[_0x17b9b1([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x17b9b1([0x74,0x72,0x69,0x61,0x6c])][_0x17b9b1([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1a400c[_0x17b9b1([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x11843a/0x3e8:0xe10*_0x4e605b;return _0x1a400c[_0x17b9b1([0x65,0x78,0x70])]<_0x3a0972;}function _0x45ef0e(){const _0xfcf39c=_0x1a400c[_0x17b9b1([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0xfcf39c&&(!!_0xfcf39c[_0x17b9b1([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x17b9b1([0x2a]))||(!!_0xfcf39c[_0x17b9b1([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x17b9b1([0x53,0x43]))||!!_0xfcf39c[_0x17b9b1([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x17b9b1([0x50,0x50]))));}function _0x222cbf(){const _0x57aa5b=_0x1a400c[_0x17b9b1([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x57aa5b||0x0==_0x57aa5b[_0x17b9b1([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x61df1e}=new URL(window[_0x17b9b1([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x57aa5b[_0x17b9b1([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x61df1e))return!0x0;const _0x43fff9=_0x61df1e[_0x17b9b1([0x73,0x70,0x6c,0x69,0x74])](_0x17b9b1([0x2e]));return _0x57aa5b[_0x17b9b1([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x377091=>_0x377091[_0x17b9b1([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x17b9b1([0x2a])))[_0x17b9b1([0x6d,0x61,0x70])](_0xe641e1=>_0xe641e1[_0x17b9b1([0x73,0x70,0x6c,0x69,0x74])](_0x17b9b1([0x2e])))[_0x17b9b1([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x13ff9c=>_0x13ff9c[_0x17b9b1([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x43fff9[_0x17b9b1([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x17b9b1([0x6d,0x61,0x70])](_0x2dbdcd=>Array(_0x43fff9[_0x17b9b1([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x2dbdcd[_0x17b9b1([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x17b9b1([0x66,0x69,0x6c,0x6c])](_0x2dbdcd[0x0]===_0x17b9b1([0x2a])?_0x17b9b1([0x2a]):'')[_0x17b9b1([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x2dbdcd))[_0x17b9b1([0x73,0x6f,0x6d,0x65])](_0x34baf0=>_0x43fff9[_0x17b9b1([0x65,0x76,0x65,0x72,0x79])]((_0x2a7ee2,_0x5291ee)=>_0x34baf0[_0x5291ee]===_0x2a7ee2||_0x34baf0[_0x5291ee]===_0x17b9b1([0x2a])));}function _0x445d62(){return _0x27e9a1&&_0x3c4bdb?new window[(_0x17b9b1([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0xff5799,_0x273d75)=>{_0x27e9a1[_0x17b9b1([0x74,0x68,0x65,0x6e])](_0xff5799,_0x273d75),_0x3c4bdb[_0x17b9b1([0x74,0x68,0x65,0x6e])](_0x25df55=>{_0x25df55!=_0x17b9b1([0x56,0x61,0x6c,0x69,0x64])&&_0xff5799(_0x25df55);},_0x273d75);}):_0x27e9a1||_0x3c4bdb||_0x17b9b1([0x56,0x61,0x6c,0x69,0x64]);}}function _0x8116f2(_0xa9fc82,_0x41593d){return new window[(_0x17b9b1([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5493b5=>{if(_0x2c116c())return _0x5493b5(_0x17b9b1([0x56,0x61,0x6c,0x69,0x64]));_0x2d1892(),_0x183c27[_0x17b9b1([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x17b9b1([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x4b2185=!0x1;const _0x66bec6=_0x2d4e97();function _0x3c7bde(_0x3ba929){return!!_0x3ba929&&(typeof _0x3ba929===_0x17b9b1([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x3ba929===_0x17b9b1([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x3ba929[_0x17b9b1([0x74,0x68,0x65,0x6e])]===_0x17b9b1([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x3ba929[_0x17b9b1([0x63,0x61,0x74,0x63,0x68])]===_0x17b9b1([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x542e85(_0x3bc9b4){_0x44353f(_0x3bc9b4)[_0x17b9b1([0x74,0x68,0x65,0x6e])](_0x428825=>{if(!_0x428825||_0x428825[_0x17b9b1([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x17b9b1([0x6f,0x6b]))return _0x17b9b1([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x99b521(_0x2dde3b(_0x66bec6+_0x41593d))!=_0x428825[_0x17b9b1([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x17b9b1([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x17b9b1([0x56,0x61,0x6c,0x69,0x64]);})[_0x17b9b1([0x74,0x68,0x65,0x6e])](_0x13769b=>(_0x3cd5a0(),_0x13769b),()=>{const _0x3c5102=_0x401af3();return null==_0x3c5102?(_0x3cd5a0(),_0x17b9b1([0x56,0x61,0x6c,0x69,0x64])):_0x17b9b1(_0x11843a-_0x3c5102>(0xfa51bcd^_0x381c61)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x17b9b1([0x74,0x68,0x65,0x6e])](_0x5493b5)[_0x17b9b1([0x63,0x61,0x74,0x63,0x68])](()=>{_0x5493b5(_0x17b9b1([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x3cfb9a=0x2b9f714d^_0x381c61;function _0x3cd5a0(){const _0x4a3551=_0x17b9b1([0x6c,0x6c,0x63,0x74,0x2d])+_0x99b521(_0x2dde3b(_0xa9fc82)),_0x289c11=_0x448f05(_0x99b521(window[_0x17b9b1([0x4d,0x61,0x74,0x68])][_0x17b9b1([0x63,0x65,0x69,0x6c])](_0x11843a/_0x3cfb9a)));window[_0x17b9b1([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x17b9b1([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x4a3551,_0x289c11);}function _0x401af3(){const _0x431ccb=_0x17b9b1([0x6c,0x6c,0x63,0x74,0x2d])+_0x99b521(_0x2dde3b(_0xa9fc82)),_0x4a55a0=window[_0x17b9b1([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x17b9b1([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x431ccb);return _0x4a55a0?window[_0x17b9b1([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x448f05(_0x4a55a0),0x10)*_0x3cfb9a:null;}function _0x44353f(_0x53d222){return new window[(_0x17b9b1([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x317b4b,_0x2bd74c)=>{_0x53d222[_0x17b9b1([0x74,0x68,0x65,0x6e])](_0x317b4b,_0x2bd74c),window[_0x17b9b1([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x2bd74c,0x2ba84b0d^_0x381c61);});}}_0x183c27[_0x17b9b1([0x6f,0x6e])](_0x17b9b1([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x1b9781,_0x59a186)=>{if(_0x59a186[0x0]!=_0xa9fc82)return _0x5493b5(_0x17b9b1([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x59a186[0x1]={..._0x59a186[0x1],[_0x17b9b1([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x66bec6};},{[_0x17b9b1([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x17b9b1([0x68,0x69,0x67,0x68])}),_0x183c27[_0x17b9b1([0x6f,0x6e])](_0x17b9b1([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x93f673=>{_0x3c7bde(_0x93f673[_0x17b9b1([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x4b2185=!0x0,_0x542e85(_0x93f673[_0x17b9b1([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x17b9b1([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x17b9b1([0x6c,0x6f,0x77])}),_0x2bc3a2[_0x17b9b1([0x74,0x68,0x65,0x6e])](()=>{_0x4b2185||_0x5493b5(_0x17b9b1([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x2c116c(){return _0x183c27[_0x17b9b1([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x17b9b1([0x76,0x69,0x65,0x77])][_0x17b9b1([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x17b9b1([0x61,0x75,0x74,0x6f]);}function _0x2d1892(){_0x183c27[_0x17b9b1([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x17b9b1([0x76,0x69,0x65,0x77])][_0x17b9b1([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x17b9b1([0x61,0x75,0x74,0x6f]);}}function _0x30d527(_0x3a9076){const _0xddd8c6=[new window[(_0x17b9b1([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0xdf52fb=>setTimeout(_0xdf52fb,0x2ba0a101^_0x381c61)),_0x2bc3a2[_0x17b9b1([0x74,0x68,0x65,0x6e])](()=>new window[(_0x17b9b1([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5593ce=>{let _0x3679ac=0x0;_0x183c27[_0x17b9b1([0x6d,0x6f,0x64,0x65,0x6c])][_0x17b9b1([0x6f,0x6e])](_0x17b9b1([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x271944,_0xcda5ac)=>{_0xcda5ac[0x0][_0x17b9b1([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x3679ac++,_0x3679ac==(0x2ba99e35^_0x381c61)&&(_0x5593ce(),_0x271944[_0x17b9b1([0x6f,0x66,0x66])]());});}))];return window[_0x17b9b1([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x17b9b1([0x72,0x61,0x63,0x65])](_0xddd8c6)[_0x17b9b1([0x74,0x68,0x65,0x6e])](()=>_0x3a9076);}async function _0x46784b(){await _0x2bc3a2,_0x183c27[_0x17b9b1([0x6d,0x6f,0x64,0x65,0x6c])][_0x17b9b1([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x5570e9,_0x183c27[_0x17b9b1([0x6d,0x6f,0x64,0x65,0x6c])][_0x17b9b1([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x5570e9,_0x183c27[_0x17b9b1([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x17b9b1([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x327e3d(_0x33b466){const _0x1d5956=_0x1cc358();_0x183c27[_0x1d5956]=_0x17b9b1([0x73,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x33b466,_0x33b466!=_0x17b9b1([0x56,0x61,0x6c,0x69,0x64])&&_0x46784b();}function _0x1cc358(){const _0x4e7f30=window[_0x17b9b1([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x17b9b1([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x17b9b1([0x6e,0x6f,0x77])]())[_0x17b9b1([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x17b9b1([0x2e]),'');let _0x1c8f38=_0x17b9b1([0x71]);for(let _0x45bf28=0x0;_0x45bf28<_0x4e7f30[_0x17b9b1([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x45bf28+=0x2){let _0xec8d8c=window[_0x17b9b1([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x4e7f30[_0x17b9b1([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x45bf28,_0x45bf28+0x2));_0xec8d8c>=_0x596a81[_0x17b9b1([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0xec8d8c-=_0x596a81[_0x17b9b1([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x1c8f38+=_0x596a81[_0xec8d8c];}return _0x1c8f38;}function _0x5f1f77(){const _0x5639ce=_0x2b8959[_0x17b9b1([0x73,0x70,0x6c,0x69,0x74])](_0x17b9b1([0x2e]));if(0x3!=_0x5639ce[_0x17b9b1([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0xba6839(_0x5639ce[0x1]);function _0xba6839(_0x3e4e31){const _0x2fd5cd=_0x37122b(_0x3e4e31);return _0x2fd5cd&&_0x5cceba()?_0x2fd5cd:null;function _0x5cceba(){const _0x5adfb8=_0x2fd5cd[_0x17b9b1([0x6a,0x74,0x69])],_0x3487ee=window[_0x17b9b1([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x5adfb8[_0x17b9b1([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x5adfb8[_0x17b9b1([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0xa92f38={..._0x2fd5cd,[_0x17b9b1([0x6a,0x74,0x69])]:_0x5adfb8[_0x17b9b1([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x5adfb8[_0x17b9b1([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0xa92f38[_0x17b9b1([0x76,0x63])],_0x2dde3b(_0xa92f38)==_0x3487ee;}}}async function _0x56f918(){let _0x441f56=!0x0;try{const _0x5e220e=_0x2b8959[_0x17b9b1([0x73,0x70,0x6c,0x69,0x74])](_0x17b9b1([0x2e])),[_0x5de203,_0x3a5d7a,_0x40414d]=_0x5e220e;return _0x4e475f(_0x5de203),await _0x3946dd(_0x5de203,_0x3a5d7a,_0x40414d),_0x441f56;}catch{return!0x1;}function _0x4e475f(_0x5462c7){const _0x2d668b=_0x37122b(_0x5462c7);_0x2d668b&&_0x2d668b[_0x17b9b1([0x61,0x6c,0x67])]==_0x17b9b1([0x45,0x53,0x32,0x35,0x36])||(_0x441f56=!0x1);}async function _0x3946dd(_0x4c98f8,_0xefc1fe,_0x4b755b){const _0x2fbc85=window[_0x17b9b1([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x17b9b1([0x66,0x72,0x6f,0x6d])](_0x4c3f98(_0x4b755b),_0x23f479=>_0x23f479[_0x17b9b1([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x3c8d14=new window[(_0x17b9b1([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x17b9b1([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x4c98f8+_0x17b9b1([0x2e])+_0xefc1fe),_0x52eeb1=window[_0x17b9b1([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x17b9b1([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x52eeb1)return;const _0x3e4c61=await _0x52eeb1[_0x17b9b1([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x17b9b1([0x6a,0x77,0x6b]),_0x471b00,{[_0x17b9b1([0x6e,0x61,0x6d,0x65])]:_0x17b9b1([0x45,0x43,0x44,0x53,0x41]),[_0x17b9b1([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x17b9b1([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x17b9b1([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x52eeb1[_0x17b9b1([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x17b9b1([0x6e,0x61,0x6d,0x65])]:_0x17b9b1([0x45,0x43,0x44,0x53,0x41]),[_0x17b9b1([0x68,0x61,0x73,0x68])]:{[_0x17b9b1([0x6e,0x61,0x6d,0x65])]:_0x17b9b1([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x3e4c61,_0x2fbc85,_0x3c8d14)||(_0x441f56=!0x1);}}function _0x37122b(_0x3b01f4){return _0x3b01f4[_0x17b9b1([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x17b9b1([0x65,0x79]))?JSON[_0x17b9b1([0x70,0x61,0x72,0x73,0x65])](_0x4c3f98(_0x3b01f4)):null;}function _0x4c3f98(_0x5f0b4c){return window[_0x17b9b1([0x61,0x74,0x6f,0x62])](_0x5f0b4c[_0x17b9b1([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x17b9b1([0x2b]))[_0x17b9b1([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x17b9b1([0x2f])));}function _0x2dde3b(_0x5cf1b0){let _0x5562eb=0x1505;function _0x563df8(_0x1396bb){for(let _0x4dff84=0x0;_0x4dff84<_0x1396bb[_0x17b9b1([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x4dff84++){const _0xe15062=_0x1396bb[_0x17b9b1([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x4dff84);_0x5562eb=(_0x5562eb<<0x5)+_0x5562eb+_0xe15062,_0x5562eb&=_0x5562eb;}}function _0xce66dd(_0x4d6390){Array[_0x17b9b1([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x4d6390)?_0x4d6390[_0x17b9b1([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0xce66dd):_0x4d6390&&typeof _0x4d6390==_0x17b9b1([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x17b9b1([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x4d6390)[_0x17b9b1([0x73,0x6f,0x72,0x74])]()[_0x17b9b1([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x1bc279,_0x330572])=>{_0x563df8(_0x1bc279),_0xce66dd(_0x330572);}):_0x563df8(window[_0x17b9b1([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x4d6390));}return _0xce66dd(_0x5cf1b0),_0x5562eb>>>0x0;}function _0x99b521(_0x55e622){return _0x55e622[_0x17b9b1([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x17b9b1([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x17b9b1([0x30]));}function _0x448f05(_0x29c2b7){return _0x29c2b7[_0x17b9b1([0x73,0x70,0x6c,0x69,0x74])]('')[_0x17b9b1([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x17b9b1([0x6a,0x6f,0x69,0x6e])]('');}function _0x5570e9(){}function _0x17b9b1(_0x2b25f4){return _0x2b25f4['map'](_0x328563=>String['fromCharCode'](_0x328563))['join']('');}_0x327e3d(await _0x1ad61b());}(this);}['getAllowedCommands'](){return this['_allowedCommands'];}['getDefaultCommands'](){const _0x67a8bc=_0x486639=>function(_0x2d9e17,_0x5808a5){const t=_0x2d9e17['t'],_0x3be29e=_0x2d9e17['t'];switch(_0x5808a5){case'AI\x20Assistant':return _0x3be29e('AI\x20Assistant');case'Block\x20quote':return _0x3be29e('Block\x20quote');case'Bulleted\x20list':return _0x3be29e('Bulleted\x20list');case'Insert\x20code\x20block':return _0x3be29e('Insert\x20code\x20block');case'Open\x20file\x20manager':return _0x3be29e('Open\x20file\x20manager');case'Insert\x20image':return _0x3be29e('Insert\x20image');case'Heading\x201':return _0x3be29e('Heading\x201');case'Heading\x202':return _0x3be29e('Heading\x202');case'Heading\x203':return _0x3be29e('Heading\x203');case'Heading\x204':return _0x3be29e('Heading\x204');case'Heading\x205':return _0x3be29e('Heading\x205');case'Heading\x206':return _0x3be29e('Heading\x206');case'Horizontal\x20line':return _0x3be29e('Horizontal\x20line');case'Insert\x20HTML':return _0x3be29e('Insert\x20HTML');case'Increase\x20indent':return _0x3be29e('Increase\x20indent');case'Insert\x20table':return _0x3be29e('Insert\x20table');case'Table\x20of\x20contents':return _0x3be29e('Table\x20of\x20contents');case'Numbered\x20list':return _0x3be29e('Numbered\x20list');case'Decrease\x20indent':return _0x3be29e('Decrease\x20indent');case'Paragraph':return _0x3be29e('Paragraph');case'To-do\x20list':return _0x3be29e('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 _0x5808a5;}}(this['editor']['locale'],_0x486639);return[{'id':'aiAssistant','commandName':'showAIAssistant','icon':_0x4f3c28,'title':_0x67a8bc('AI\x20Assistant'),'description':_0x67a8bc('Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content'),'execute':_0x1c896a=>{setTimeout(()=>_0x1c896a['execute']('showAIAssistant'));}},{'id':'blockQuote','commandName':'blockQuote','icon':_0x1f8ae9,'title':_0x67a8bc('Block\x20quote'),'description':_0x67a8bc('Create\x20a\x20block\x20quote')},{'id':'bulletedList','commandName':'bulletedList','icon':_0x36b2e3,'title':_0x67a8bc('Bulleted\x20list'),'description':_0x67a8bc('Create\x20a\x20bulleted\x20list')},{'id':'codeBlock','commandName':'codeBlock','icon':_0x405646,'title':_0x67a8bc('Insert\x20code\x20block'),'description':_0x67a8bc('Create\x20a\x20code\x20block')},{'id':'ckbox','commandName':'ckbox','icon':_0x337db2,'title':_0x67a8bc('Open\x20file\x20manager'),'description':_0x67a8bc('Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file'),'aliases':['ckfinder','filemanager','upload']},{'id':'ckfinder','commandName':'ckfinder','icon':_0x337db2,'title':_0x67a8bc('Insert\x20image'),'description':_0x67a8bc('Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file'),'aliases':['ckbox','filemanager','upload']},{'id':'emoji','commandName':'emoji','icon':_0x17f0d4,'title':_0x67a8bc('Emoji'),'description':_0x67a8bc('Insert\x20an\x20emoji'),'execute':_0x2ba5a4=>{setTimeout(()=>_0x2ba5a4['execute']('emoji'));}},{'id':'heading1','commandName':'heading','icon':_0x2a4013,'title':_0x67a8bc('Heading\x201'),'description':_0x67a8bc('Create\x20a\x20heading\x20level\x201'),'execute':_0x252c3c=>{_0x252c3c['execute']('heading',{'value':'heading1'});}},{'id':'heading2','commandName':'heading','icon':_0x2a2105,'title':_0x67a8bc('Heading\x202'),'description':_0x67a8bc('Create\x20a\x20heading\x20level\x202'),'execute':_0x1fbe21=>{_0x1fbe21['execute']('heading',{'value':'heading2'});}},{'id':'heading3','commandName':'heading','icon':_0x4c70f9,'title':_0x67a8bc('Heading\x203'),'description':_0x67a8bc('Create\x20a\x20heading\x20level\x203'),'execute':_0x322dee=>{_0x322dee['execute']('heading',{'value':'heading3'});}},{'id':'heading4','commandName':'heading','icon':_0x9c64a9,'title':_0x67a8bc('Heading\x204'),'description':_0x67a8bc('Create\x20a\x20heading\x20level\x204'),'execute':_0x55e47f=>{_0x55e47f['execute']('heading',{'value':'heading4'});}},{'id':'heading5','commandName':'heading','icon':_0x4745c8,'title':_0x67a8bc('Heading\x205'),'description':_0x67a8bc('Create\x20a\x20heading\x20level\x205'),'execute':_0x5f1f35=>{_0x5f1f35['execute']('heading',{'value':'heading5'});}},{'id':'heading6','commandName':'heading','icon':_0x5182ae,'title':_0x67a8bc('Heading\x206'),'description':_0x67a8bc('Create\x20a\x20heading\x20level\x206'),'execute':_0x24914c=>{_0x24914c['execute']('heading',{'value':'heading6'});}},{'id':'horizontalLine','commandName':'horizontalLine','icon':_0x4dd17e,'title':_0x67a8bc('Horizontal\x20line'),'description':_0x67a8bc('Insert\x20a\x20horizontal\x20line')},{'id':'htmlEmbed','commandName':'htmlEmbed','icon':_0x36e8b5,'title':_0x67a8bc('Insert\x20HTML'),'description':_0x67a8bc('Insert\x20an\x20HTML\x20snippet')},{'id':'indent','commandName':'indent','icon':_0x52c328,'title':_0x67a8bc('Increase\x20indent'),'description':_0x67a8bc('Increase\x20the\x20indentation')},{'id':'insertMermaidCommand','commandName':'insertMermaidCommand','title':_0x67a8bc('Insert\x20Mermaid\x20diagram'),'description':_0x67a8bc('Insert\x20the\x20Mermaid\x20diagram')},{'id':'insertTable','commandName':'insertTable','icon':_0x2c007d,'title':_0x67a8bc('Insert\x20table'),'description':_0x67a8bc('Create\x20a\x20table')},{'id':'insertTableOfContents','commandName':'insertTableOfContents','icon':_0x420e9f,'title':_0x67a8bc('Table\x20of\x20contents'),'description':_0x67a8bc('Insert\x20table\x20of\x20contents'),'aliases':['toc']},{'id':'numberedList','commandName':'numberedList','icon':_0x4ed453,'title':_0x67a8bc('Numbered\x20list'),'description':_0x67a8bc('Create\x20a\x20numbered\x20list')},{'id':'outdent','commandName':'outdent','icon':_0xbbb002,'title':_0x67a8bc('Decrease\x20indent'),'description':_0x67a8bc('Decrease\x20the\x20indentation')},{'id':'paragraph','commandName':'paragraph','icon':_0x2d67d5,'title':_0x67a8bc('Paragraph'),'description':_0x67a8bc('Insert\x20a\x20paragraph')},{'id':'todoList','commandName':'todoList','icon':_0x4da4e7,'title':_0x67a8bc('To-do\x20list'),'description':_0x67a8bc('Create\x20a\x20to-do\x20list')}];}['_proxyIsEnabled'](_0x53f347){return _0x53f347['isEnabled']?_0x53f347['isEnabled'](this['editor']):!_0x53f347['commandName']||this['editor']['commands']['get'](_0x53f347['commandName'])['isEnabled'];}['_proxyExecute'](_0x23b2f5){if(_0x23b2f5['execute'])_0x23b2f5['execute'](this['editor']);else{if(!_0x23b2f5['commandName'])throw new _0x1a99a8('slash-command-execute-missing',this['editor'],{'commandDefinition':_0x23b2f5});this['editor']['execute'](_0x23b2f5['commandName']);}}}function j(_0x4af998,_0x527229){return _0x4af998['title']<_0x527229['title']?-0x1:_0x4af998['title']>_0x527229['title']?0x1:0x0;}function L(_0x4cec26,_0x35545){return _0x35545+'-'+_0x4cec26['toLowerCase']()['split']('\x20')['join']('-');}class s extends _0x2e4ce6{static get['pluginName'](){return'SlashCommandEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[P];}['getMatchingCommands'](_0x54119d){const _0x58c1f7=_0x54119d&&_0x54119d['toLowerCase']();let _0x14aed6=this['editor']['plugins']['get']('SlashCommandConfig')['getAllowedCommands']();if(_0x14aed6=_0x14aed6['filter'](_0x274456=>_0x274456['isEnabled']()),_0x58c1f7){const _0x174be0=[],_0x29518f=[],_0x4287ab=[],_0x4b2e02=[];for(const _0x44b6f1 of _0x14aed6)_0x44b6f1['id']['toLowerCase']()['includes'](_0x58c1f7)?_0x174be0['push'](_0x44b6f1):_0x44b6f1['title']['toLowerCase']()['includes'](_0x58c1f7)?_0x29518f['push'](_0x44b6f1):_0x44b6f1['aliases']&&_0x44b6f1['aliases']['some'](_0x476098=>_0x476098['toLowerCase']()['includes'](_0x58c1f7))?_0x4287ab['push'](_0x44b6f1):_0x44b6f1['description']&&_0x44b6f1['description']['toLowerCase']()['includes'](_0x58c1f7)&&_0x4b2e02['push'](_0x44b6f1);_0x14aed6=_0x174be0['concat'](_0x29518f,_0x4287ab,_0x4b2e02);}return _0x14aed6;}}class K extends _0x31e15f{constructor(_0x1c9d28,_0x1dfbed){super(_0x1c9d28),this['textPartView']=this['_createTextPartView'](_0x1c9d28,_0x1dfbed),void 0x0!==_0x1dfbed['isIconColorInherited']&&(this['iconView']['isColorInherited']=_0x1dfbed['isIconColorInherited']),this['set']({'icon':_0x1dfbed['icon']||_0x2dc7aa,'withText':!0x0,'label':_0x1dfbed['title'],'class':'ck-slash-command-button'});}['render'](){super['render'](),this['children']['add'](this['textPartView']);}['_createTextPartView'](_0x5444bd,_0x453b87){const _0x2d9be4=new _0x33359e(_0x5444bd);return _0x2d9be4['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-slash-command-button__text-part']},'children':_0x453b87['description']?[this['labelView'],{'tag':'span','attributes':{'class':['ck','ck-slash-command-button__description']},'children':[{'text':_0x453b87['description']}]}]:[this['labelView']]}),_0x2d9be4;}}class e extends _0x2e4ce6{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'SlashCommandUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x3459ec){super(_0x3459ec),this['_setupMentionConfiguration']();}['init'](){this['editor']['once']('ready',this['_overrideMentionExecuteListener']['bind'](this)),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x2b080c=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x554709;for(const _0x1fa7a0 in _0x2b080c){const _0x57bebe=_0x1fa7a0,_0x577925=_0x2b080c[_0x57bebe];if('slashCommandLicenseKeyValid'==_0x577925||'slashCommandLicenseKeyInvalid'==_0x577925||'slashCommandLicenseKeyExpired'==_0x577925||'slashCommandLicenseKeyDomainLimit'==_0x577925||'slashCommandLicenseKeyNotAllowed'==_0x577925||'slashCommandLicenseKeyEvaluationLimit'==_0x577925||'slashCommandLicenseKeyTrialLimit'==_0x577925||'slashCommandLicenseKeyUsageLimit'==_0x577925){delete _0x2b080c[_0x57bebe],_0x554709=_0x577925,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'slashCommandLicenseKeyInvalid'==_0x554709&&_0x2b080c['_showLicenseError']('invalid'),'slashCommandLicenseKeyExpired'==_0x554709&&_0x2b080c['_showLicenseError']('expired'),'slashCommandLicenseKeyDomainLimit'==_0x554709&&_0x2b080c['_showLicenseError']('domainLimit'),'slashCommandLicenseKeyNotAllowed'==_0x554709&&_0x2b080c['_showLicenseError']('featureNotAllowed','SlashCommand'),'slashCommandLicenseKeyEvaluationLimit'==_0x554709&&_0x2b080c['_showLicenseError']('evaluationLimit'),'slashCommandLicenseKeyTrialLimit'==_0x554709&&_0x2b080c['_showLicenseError']('trialLimit'),'slashCommandLicenseKeyUsageLimit'==_0x554709&&_0x2b080c['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}['_setupMentionConfiguration'](){const _0xf7d56d=this['editor'],_0x41a763=this['editor']['plugins']['get']('SlashCommandEditing'),_0x3a09d0=_0xf7d56d['config']['get']('mention.feeds');_0x3a09d0['push']({'marker':'/','feed':_0x4ea01f=>_0x41a763['getMatchingCommands'](_0x4ea01f),'itemRenderer':this['_customItemRenderer']['bind'](this),'dropdownLimit':_0xf7d56d['config']['get']('slashCommand.dropdownLimit')||0x1/0x0}),_0xf7d56d['config']['set']('mention.feeds',_0x3a09d0);}['_overrideMentionExecuteListener'](){const _0x1eb8f4=this['editor'];_0x1eb8f4['commands']['get']('mention')['on']('execute',(_0x5a0866,_0x18ce55)=>{const _0x5ac570=_0x18ce55[0x0],_0x285909=_0x1eb8f4['model'];'/'===_0x5ac570['marker']&&_0x285909['change'](_0x4ec0fc=>{_0x4ec0fc['remove'](_0x5ac570['range']),_0x5ac570['mention']['execute'](),_0x5a0866['stop']();});},{'priority':'high'});}['_customItemRenderer'](_0x1f3dac){const _0x3320a0=this['editor']['locale'],_0x1ddf7c=new K(_0x3320a0,_0x1f3dac);return _0x1ddf7c['render'](),_0x1ddf7c['element'];}}class H extends _0x2e4ce6{static get['requires'](){return['Mention',s,e];}static get['pluginName'](){return'SlashCommand';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}}export{H as SlashCommand,P as SlashCommandConfig,s as SlashCommandEditing,e as SlashCommandUI};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-slash-command",
3
- "version": "46.0.0-alpha.0",
3
+ "version": "46.0.0-alpha.1",
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": "46.0.0-alpha.0",
16
- "@ckeditor/ckeditor5-icons": "46.0.0-alpha.0",
17
- "@ckeditor/ckeditor5-heading": "46.0.0-alpha.0",
18
- "@ckeditor/ckeditor5-mention": "46.0.0-alpha.0",
19
- "@ckeditor/ckeditor5-style": "46.0.0-alpha.0",
20
- "@ckeditor/ckeditor5-template": "46.0.0-alpha.0",
21
- "@ckeditor/ckeditor5-ui": "46.0.0-alpha.0",
22
- "@ckeditor/ckeditor5-utils": "46.0.0-alpha.0",
23
- "ckeditor5": "46.0.0-alpha.0"
15
+ "@ckeditor/ckeditor5-core": "46.0.0-alpha.1",
16
+ "@ckeditor/ckeditor5-icons": "46.0.0-alpha.1",
17
+ "@ckeditor/ckeditor5-heading": "46.0.0-alpha.1",
18
+ "@ckeditor/ckeditor5-mention": "46.0.0-alpha.1",
19
+ "@ckeditor/ckeditor5-style": "46.0.0-alpha.1",
20
+ "@ckeditor/ckeditor5-template": "46.0.0-alpha.1",
21
+ "@ckeditor/ckeditor5-ui": "46.0.0-alpha.1",
22
+ "@ckeditor/ckeditor5-utils": "46.0.0-alpha.1",
23
+ "ckeditor5": "46.0.0-alpha.1"
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 _0x18701d=_0x213b;function _0x5120(){const _0x2c31b2=['Table\x20of\x20contents','Create\x20a\x20heading\x20level\x203','heading2','heading1','ckfinder','Create\x20a\x20numbered\x20list','todoList','Decrease\x20indent','config','getAllowedCommands','Heading\x206','aliases','paragraph','114515ETSmEh','30RvuKfp','filter','heading4','href','template','slashCommand.extraCommands','title','enabledStyles','Insert\x20a\x20horizontal\x20line','205360UkYXVA','concat','function','editor','length','251258bqEgff','fromCharCode','185695UdhIXn','style.definitions','afterInit','codeBlock','Heading\x201','Insert\x20image','SlashCommandConfig','icon','ckbox','slash-command-execute-missing','name','slashCommand.removeCommands','indent','Insert\x20HTML','sort','Heading\x203','Paragraph','Block\x20quote','Insert\x20Mermaid\x20diagram','Bulleted\x20list','upload','Numbered\x20list','numberedList','Horizontal\x20line','heading','heading.options','Increase\x20the\x20indentation','To-do\x20list','Heading\x204','Open\x20file\x20manager','Insert\x20the\x20Mermaid\x20diagram','isEnabled','_proxyIsEnabled','toc','insertTable','push','description','heading5','Create\x20a\x20heading\x20level\x206','showAIAssistant','outdent','Insert\x20a\x20paragraph','Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file','Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content','model','isIconColorInherited','Increase\x20indent','Insert\x20table','style','Heading\x202','split','insertTemplate','heading6','includes','15140565MquQkA','Create\x20a\x20heading\x20level\x202','get','getDefaultCommands','Heading\x205','insertMermaidCommand','pluginName','Emoji','horizontalLine','Insert\x20an\x20HTML\x20snippet','144pyflOz','Create\x20a\x20table','execute','Decrease\x20the\x20indentation','590820lpqqFv','filemanager','9tEDUbZ','Insert\x20table\x20of\x20contents','insertTableOfContents','Create\x20a\x20bulleted\x20list','_allowedCommands','Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file','isOfficialPlugin','Create\x20a\x20code\x20block','join','Create\x20a\x20heading\x20level\x201','Insert\x20code\x20block','88SaBcHe','commands','locale','commandName','map','toLowerCase','Insert\x20an\x20emoji','blockQuote','template.definitions','Create\x20a\x20block\x20quote','Create\x20a\x20to-do\x20list','Create\x20a\x20heading\x20level\x205','193606pkgWvX','isPremiumPlugin','emoji','Create\x20a\x20heading\x20level\x204','bulletedList','_proxyExecute','AI\x20Assistant','aiAssistant','heading3','htmlEmbed'];_0x5120=function(){return _0x2c31b2;};return _0x5120();}(function(_0x1f8bec,_0x44767f){const _0xf011bf=_0x213b,_0x5cc8bc=_0x1f8bec();while(!![]){try{const _0x2bf112=-parseInt(_0xf011bf(0xf1))/0x1+parseInt(_0xf011bf(0xda))/0x2*(-parseInt(_0xf011bf(0xc3))/0x3)+parseInt(_0xf011bf(0xc1))/0x4+-parseInt(_0xf011bf(0x102))/0x5*(parseInt(_0xf011bf(0xf2))/0x6)+parseInt(_0xf011bf(0x100))/0x7*(-parseInt(_0xf011bf(0xce))/0x8)+parseInt(_0xf011bf(0xbd))/0x9*(-parseInt(_0xf011bf(0xfb))/0xa)+parseInt(_0xf011bf(0xb3))/0xb;if(_0x2bf112===_0x44767f)break;else _0x5cc8bc['push'](_0x5cc8bc['shift']());}catch(_0x211bd6){_0x5cc8bc['push'](_0x5cc8bc['shift']());}}}(_0x5120,0x334ab));import{Plugin as _0x2918d8}from'ckeditor5/src/core.js';function _0x213b(_0x1db828,_0x1800e9){const _0x512031=_0x5120();return _0x213b=function(_0x213b66,_0x4c4bb8){_0x213b66=_0x213b66-0x9e;let _0x283e1f=_0x512031[_0x213b66];return _0x283e1f;},_0x213b(_0x1db828,_0x1800e9);}import{CKEditorError as _0x5be17c,uid as _0x594daa}from'ckeditor5/src/utils.js';import{IconBrowseFiles as _0x46cb7d,IconBulletedList as _0x48eb07,IconEmoji as _0x352a42,IconCodeBlock as _0x218ff4,IconHeading1 as _0x4d5b5e,IconHeading2 as _0x2afd4b,IconHeading3 as _0xb0b7a4,IconHeading4 as _0xeb0ad3,IconHeading5 as _0x5da79e,IconHeading6 as _0x3d84a3,IconHorizontalLine as _0x45ed5b,IconHtml as _0x42a31f,IconIndent as _0x344d81,IconNumberedList as _0x194ef3,IconOutdent as _0x37dca9,IconParagraph as _0x5edb64,IconQuote as _0x121a9f,IconRobotPencil as _0x31e87e,IconTable as _0x5e0f3b,IconTableOfContents as _0x2907bc,IconTodoList as _0x41e170}from'ckeditor5/src/icons.js';import{getTranslation as _0x13e06e}from'./utils/common-translations.js';import'./slashcommandeditorconfig.js';export class SlashCommandConfig extends _0x2918d8{static get[_0x18701d(0xb9)](){const _0x5bcabb=_0x18701d;return _0x5bcabb(0x108);}static get[_0x18701d(0xc9)](){return!0x0;}static get[_0x18701d(0xdb)](){return!0x0;}constructor(_0x3f312a){const _0x375e2a=_0x18701d;super(_0x3f312a),this[_0x375e2a(0xc7)]=null;}[_0x18701d(0x104)](){const _0x1de4cb=_0x18701d,_0x3cac61=this[_0x1de4cb(0xfe)][_0x1de4cb(0xec)][_0x1de4cb(0xb5)](_0x1de4cb(0x10d))||[],_0x425488=function(_0x470003){const _0x1654c7=_0x1de4cb;let _0x46ebb6=[_0x1654c7(0xf4),_0x1654c7(0xa2),_0x1654c7(0xb1)];if(_0x470003){const _0x12e132=_0x470003[_0x1654c7(0xd2)](_0x193567=>_0x193567[_0x1654c7(0xa9)]);_0x46ebb6=[_0x1654c7(0xe7),_0x1654c7(0xe6),_0x1654c7(0xe2),_0x1654c7(0xf4),_0x1654c7(0xa2),_0x1654c7(0xb1)][_0x1654c7(0xf3)](_0x57a92c=>!_0x12e132[_0x1654c7(0xb2)](_0x57a92c));}return _0x46ebb6;}(this[_0x1de4cb(0xfe)][_0x1de4cb(0xec)][_0x1de4cb(0xb5)](_0x1de4cb(0x11b)));let _0x224291=this[_0x1de4cb(0xb6)]()[_0x1de4cb(0xf3)](_0x4c1aeb=>!_0x425488[_0x1de4cb(0xb2)](_0x4c1aeb['id']))[_0x1de4cb(0xf3)](_0x580182=>!_0x3cac61[_0x1de4cb(0xb2)](_0x580182[_0x1de4cb(0xd1)]));const _0x3e7d3f=this[_0x1de4cb(0xfe)][_0x1de4cb(0xec)][_0x1de4cb(0xb5)](_0x1de4cb(0xf7));_0x3e7d3f&&_0x3e7d3f[_0x1de4cb(0xff)]&&(_0x224291=_0x224291[_0x1de4cb(0xfc)](_0x3e7d3f));const _0x1993a9=this[_0x1de4cb(0xfe)][_0x1de4cb(0xec)][_0x1de4cb(0xb5)](_0x1de4cb(0xd6));_0x1993a9&&_0x1993a9[_0x1de4cb(0xff)]&&(_0x224291=_0x224291[_0x1de4cb(0xfc)](function(_0x3d122d){const _0x3c3ad5=_0x1de4cb;return _0x3d122d[_0x3c3ad5(0xd2)](_0x432026=>{const _0x4cc6f0=_0x3c3ad5,{title:_0x49151,icon:_0x211a5d,description:_0x1cd937,data:_0x2f3ada}=_0x432026,_0x7bf247={'id':L(_0x49151,_0x4cc6f0(0xf6)),'commandName':_0x4cc6f0(0xb0),'execute':_0x4a27d5=>{const _0x34b065=_0x4cc6f0;_0x4a27d5[_0x34b065(0xbf)](_0x34b065(0xb0),_0x2f3ada);},'description':_0x1cd937,'icon':_0x211a5d,'title':_0x49151};return _0x211a5d&&(_0x7bf247[_0x4cc6f0(0xaa)]=!0x1),_0x7bf247;});}(_0x1993a9)));const _0x2aa1be=this[_0x1de4cb(0xfe)][_0x1de4cb(0xec)][_0x1de4cb(0xb5)](_0x1de4cb(0x103));_0x2aa1be&&_0x2aa1be[_0x1de4cb(0xff)]&&(_0x224291=_0x224291[_0x1de4cb(0xfc)](function(_0x8b9b14){const _0x4cd436=_0x1de4cb;return _0x8b9b14[_0x4cd436(0xd2)](_0x19fe2c=>({'id':L(_0x19fe2c[_0x4cd436(0x10c)],_0x4cd436(0xad)),'commandName':_0x4cd436(0xad),'execute':_0xd4b72a=>{const _0x23613f=_0x4cd436;_0xd4b72a[_0x23613f(0xbf)](_0x23613f(0xad),{'styleName':_0x19fe2c[_0x23613f(0x10c)]});},'isEnabled':_0x3a9d0b=>{const _0x1ff660=_0x4cd436,_0x294e67=_0x3a9d0b[_0x1ff660(0xcf)][_0x1ff660(0xb5)](_0x1ff660(0xad));return _0x294e67[_0x1ff660(0x121)]&&_0x294e67[_0x1ff660(0xf9)][_0x1ff660(0xb2)](_0x19fe2c[_0x1ff660(0x10c)]);},'title':_0x19fe2c[_0x4cd436(0x10c)]}));}(_0x2aa1be)));const _0x247782=_0x224291[_0x1de4cb(0xf3)](_0x10c1c8=>!_0x10c1c8[_0x1de4cb(0xd1)]||void 0x0!==this[_0x1de4cb(0xfe)][_0x1de4cb(0xcf)][_0x1de4cb(0xb5)](_0x10c1c8[_0x1de4cb(0xd1)])),_0x2e21ea=[];for(const _0x3da303 of _0x247782)_0x2e21ea[_0x1de4cb(0xa0)]({'id':_0x3da303['id'],'commandName':_0x3da303[_0x1de4cb(0xd1)],'title':_0x1de4cb(0xfd)==typeof _0x3da303[_0x1de4cb(0xf8)]?_0x3da303[_0x1de4cb(0xf8)](this[_0x1de4cb(0xfe)]):_0x3da303[_0x1de4cb(0xf8)],'description':_0x3da303[_0x1de4cb(0xa1)],'icon':_0x3da303[_0x1de4cb(0x109)],'isIconColorInherited':_0x3da303[_0x1de4cb(0xaa)],'aliases':_0x3da303[_0x1de4cb(0xef)],'isEnabled':()=>this[_0x1de4cb(0x122)](_0x3da303),'execute':()=>this[_0x1de4cb(0xdf)](_0x3da303)});this[_0x1de4cb(0xc7)]=_0x2e21ea[_0x1de4cb(0x110)](j),async function(_0x367c70){const _0x19eae7=_0x2073cd([0x4b,0x57,0x66,0x42,0x6a,0x74,0x37,0x65,0x6e,0x70,0x56,0x6d,0x36,0x4d,0x69,0x72,0x45,0x39,0x76,0x48,0x49,0x41,0x4a,0x32,0x31,0x78,0x64,0x46,0x6f,0x6c,0x73,0x6b,0x35,0x77,0x58,0x71,0x68,0x50,0x62,0x5a,0x44,0x30,0x61,0x33,0x55,0x59,0x43,0x52,0x54,0x79,0x34,0x51,0x4f,0x4c,0x67,0x7a,0x4e,0x75,0x63,0x53,0x47,0x38]),_0x4bf0fc=0x273a7379,_0x1fd871=0x273d1f29^_0x4bf0fc,_0x4fa6ef=window[_0x2073cd([0x44,0x61,0x74,0x65])][_0x2073cd([0x6e,0x6f,0x77])](),_0x4a178d=_0x367c70[_0x2073cd([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x4fe794=new window[(_0x2073cd([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x240f36=>{_0x4a178d[_0x2073cd([0x6f,0x6e,0x63,0x65])](_0x2073cd([0x72,0x65,0x61,0x64,0x79]),_0x240f36);}),_0x40a889={[_0x2073cd([0x6b,0x74,0x79])]:_0x2073cd([0x45,0x43]),[_0x2073cd([0x75,0x73,0x65])]:_0x2073cd([0x73,0x69,0x67]),[_0x2073cd([0x63,0x72,0x76])]:_0x2073cd([0x50,0x2d,0x32,0x35,0x36]),[_0x2073cd([0x78])]:_0x2073cd([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]),[_0x2073cd([0x79])]:_0x2073cd([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]),[_0x2073cd([0x61,0x6c,0x67])]:_0x2073cd([0x45,0x53,0x32,0x35,0x36])},_0x1e536d=_0x4a178d[_0x2073cd([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x2073cd([0x67,0x65,0x74])](_0x2073cd([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x3c6ad0(){let _0x1dfc2e,_0xcf6fd1=null,_0x116f2a=null;try{if(_0x1e536d==_0x2073cd([0x47,0x50,0x4c]))return _0x2073cd([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x1dfc2e=_0x2c3d14(),!_0x1dfc2e)return _0x2073cd([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x1dfc2e[_0x2073cd([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x116f2a=_0x4d13cf(_0x1dfc2e[_0x2073cd([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x1dfc2e[_0x2073cd([0x6a,0x74,0x69])])),await _0x5d89b5()?_0x53997c()?_0x283580()?_0x2073cd([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x21cfda()?(_0x1dfc2e[_0x2073cd([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x2073cd([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0xcf6fd1=_0x994e(_0x2073cd([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x1dfc2e[_0x2073cd([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x2073cd([0x74,0x72,0x69,0x61,0x6c])&&(_0xcf6fd1=_0x994e(_0x2073cd([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x29fa11()):_0x2073cd([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x2073cd([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x2073cd([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x2073cd([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x283580(){const _0x2975e4=[_0x2073cd([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x2073cd([0x74,0x72,0x69,0x61,0x6c])][_0x2073cd([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1dfc2e[_0x2073cd([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x4fa6ef/0x3e8:0xe10*_0x1fd871;return _0x1dfc2e[_0x2073cd([0x65,0x78,0x70])]<_0x2975e4;}function _0x53997c(){const _0x59e664=_0x1dfc2e[_0x2073cd([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x59e664&&(!!_0x59e664[_0x2073cd([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2073cd([0x2a]))||(!!_0x59e664[_0x2073cd([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2073cd([0x53,0x43]))||!!_0x59e664[_0x2073cd([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2073cd([0x50,0x50]))));}function _0x21cfda(){const _0x505dd0=_0x213b,_0x18ee08=_0x1dfc2e[_0x2073cd([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x18ee08||0x0==_0x18ee08[_0x2073cd([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0xa69677}=new URL(window[_0x2073cd([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x505dd0(0xf5)]);if(_0x18ee08[_0x2073cd([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xa69677))return!0x0;const _0x5372b5=_0xa69677[_0x2073cd([0x73,0x70,0x6c,0x69,0x74])](_0x2073cd([0x2e]));return _0x18ee08[_0x2073cd([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x1b40a2=>_0x1b40a2[_0x2073cd([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2073cd([0x2a])))[_0x2073cd([0x6d,0x61,0x70])](_0x5e34a5=>_0x5e34a5[_0x2073cd([0x73,0x70,0x6c,0x69,0x74])](_0x2073cd([0x2e])))[_0x2073cd([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x4d81e7=>_0x4d81e7[_0x2073cd([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x5372b5[_0x2073cd([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x2073cd([0x6d,0x61,0x70])](_0x11dba8=>Array(_0x5372b5[_0x2073cd([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x11dba8[_0x2073cd([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x2073cd([0x66,0x69,0x6c,0x6c])](_0x11dba8[0x0]===_0x2073cd([0x2a])?_0x2073cd([0x2a]):'')[_0x2073cd([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x11dba8))[_0x2073cd([0x73,0x6f,0x6d,0x65])](_0x495d65=>_0x5372b5[_0x2073cd([0x65,0x76,0x65,0x72,0x79])]((_0x3300a7,_0x24cce9)=>_0x495d65[_0x24cce9]===_0x3300a7||_0x495d65[_0x24cce9]===_0x2073cd([0x2a])));}function _0x29fa11(){return _0xcf6fd1&&_0x116f2a?new window[(_0x2073cd([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0xcfac8a,_0x536e06)=>{_0xcf6fd1[_0x2073cd([0x74,0x68,0x65,0x6e])](_0xcfac8a,_0x536e06),_0x116f2a[_0x2073cd([0x74,0x68,0x65,0x6e])](_0x56050f=>{_0x56050f!=_0x2073cd([0x56,0x61,0x6c,0x69,0x64])&&_0xcfac8a(_0x56050f);},_0x536e06);}):_0xcf6fd1||_0x116f2a||_0x2073cd([0x56,0x61,0x6c,0x69,0x64]);}}function _0x4d13cf(_0x5bb487,_0x152986){return new window[(_0x2073cd([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5581a1=>{if(_0x58d982())return _0x5581a1(_0x2073cd([0x56,0x61,0x6c,0x69,0x64]));_0x4a4d49(),_0x4a178d[_0x2073cd([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x2073cd([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x53a534=!0x1;const _0x2cee6d=_0x594daa();function _0x5eee42(_0x1d1e48){return!!_0x1d1e48&&(typeof _0x1d1e48===_0x2073cd([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x1d1e48===_0x2073cd([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x1d1e48[_0x2073cd([0x74,0x68,0x65,0x6e])]===_0x2073cd([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x1d1e48[_0x2073cd([0x63,0x61,0x74,0x63,0x68])]===_0x2073cd([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x3b4554(_0x2f4a0b){_0x32af59(_0x2f4a0b)[_0x2073cd([0x74,0x68,0x65,0x6e])](_0x530ce4=>{if(!_0x530ce4||_0x530ce4[_0x2073cd([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x2073cd([0x6f,0x6b]))return _0x2073cd([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x5d4c79(_0x50febe(_0x2cee6d+_0x152986))!=_0x530ce4[_0x2073cd([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x2073cd([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x2073cd([0x56,0x61,0x6c,0x69,0x64]);})[_0x2073cd([0x74,0x68,0x65,0x6e])](_0x5af699=>(_0x589836(),_0x5af699),()=>{const _0x2cfee1=_0x5488ea();return null==_0x2cfee1?(_0x589836(),_0x2073cd([0x56,0x61,0x6c,0x69,0x64])):_0x2073cd(_0x4fa6ef-_0x2cfee1>(0x336f779^_0x4bf0fc)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x2073cd([0x74,0x68,0x65,0x6e])](_0x5581a1)[_0x2073cd([0x63,0x61,0x74,0x63,0x68])](()=>{_0x5581a1(_0x2073cd([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x4397df=0x270c9df9^_0x4bf0fc;function _0x589836(){const _0x4eb042=_0x2073cd([0x6c,0x6c,0x63,0x74,0x2d])+_0x5d4c79(_0x50febe(_0x5bb487)),_0x53aa66=_0x4a8fa7(_0x5d4c79(window[_0x2073cd([0x4d,0x61,0x74,0x68])][_0x2073cd([0x63,0x65,0x69,0x6c])](_0x4fa6ef/_0x4397df)));window[_0x2073cd([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x2073cd([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x4eb042,_0x53aa66);}function _0x5488ea(){const _0x3cd8a0=_0x2073cd([0x6c,0x6c,0x63,0x74,0x2d])+_0x5d4c79(_0x50febe(_0x5bb487)),_0x5561c7=window[_0x2073cd([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x2073cd([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x3cd8a0);return _0x5561c7?window[_0x2073cd([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x4a8fa7(_0x5561c7),0x10)*_0x4397df:null;}function _0x32af59(_0xc7f6e6){return new window[(_0x2073cd([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x55f812,_0x4b0dd7)=>{_0xc7f6e6[_0x2073cd([0x74,0x68,0x65,0x6e])](_0x55f812,_0x4b0dd7),window[_0x2073cd([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x4b0dd7,0x273ba7b9^_0x4bf0fc);});}}_0x4a178d[_0x2073cd([0x6f,0x6e])](_0x2073cd([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x567cdd,_0x6a749a)=>{if(_0x6a749a[0x0]!=_0x5bb487)return _0x5581a1(_0x2073cd([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x6a749a[0x1]={..._0x6a749a[0x1],[_0x2073cd([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x2cee6d};},{[_0x2073cd([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x2073cd([0x68,0x69,0x67,0x68])}),_0x4a178d[_0x2073cd([0x6f,0x6e])](_0x2073cd([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x6d7956=>{_0x5eee42(_0x6d7956[_0x2073cd([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x53a534=!0x0,_0x3b4554(_0x6d7956[_0x2073cd([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x2073cd([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x2073cd([0x6c,0x6f,0x77])}),_0x4fe794[_0x2073cd([0x74,0x68,0x65,0x6e])](()=>{_0x53a534||_0x5581a1(_0x2073cd([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x58d982(){return _0x4a178d[_0x2073cd([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x2073cd([0x76,0x69,0x65,0x77])][_0x2073cd([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x2073cd([0x61,0x75,0x74,0x6f]);}function _0x4a4d49(){_0x4a178d[_0x2073cd([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x2073cd([0x76,0x69,0x65,0x77])][_0x2073cd([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x2073cd([0x61,0x75,0x74,0x6f]);}}function _0x994e(_0x2314f){const _0x310dc9=[new window[(_0x2073cd([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5889fe=>setTimeout(_0x5889fe,0x27334db5^_0x4bf0fc)),_0x4fe794[_0x2073cd([0x74,0x68,0x65,0x6e])](()=>new window[(_0x2073cd([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x4f8dc4=>{let _0x17f885=0x0;_0x4a178d[_0x2073cd([0x6d,0x6f,0x64,0x65,0x6c])][_0x2073cd([0x6f,0x6e])](_0x2073cd([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x32e417,_0x3d3c5c)=>{_0x3d3c5c[0x0][_0x2073cd([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x17f885++,_0x17f885==(0x273a7281^_0x4bf0fc)&&(_0x4f8dc4(),_0x32e417[_0x2073cd([0x6f,0x66,0x66])]());});}))];return window[_0x2073cd([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x2073cd([0x72,0x61,0x63,0x65])](_0x310dc9)[_0x2073cd([0x74,0x68,0x65,0x6e])](()=>_0x2314f);}async function _0x3756e6(){await _0x4fe794,_0x4a178d[_0x2073cd([0x6d,0x6f,0x64,0x65,0x6c])][_0x2073cd([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x25c04f,_0x4a178d[_0x2073cd([0x6d,0x6f,0x64,0x65,0x6c])][_0x2073cd([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x25c04f,_0x4a178d[_0x2073cd([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x2073cd([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x1fe406(_0x5cb386){const _0x22c4a3=_0xd3a4a0();_0x4a178d[_0x22c4a3]=_0x2073cd([0x73,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x5cb386,_0x5cb386!=_0x2073cd([0x56,0x61,0x6c,0x69,0x64])&&_0x3756e6();}function _0xd3a4a0(){const _0xb62d15=window[_0x2073cd([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x2073cd([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x2073cd([0x6e,0x6f,0x77])]())[_0x2073cd([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x2073cd([0x2e]),'');let _0x2fedaf=_0x2073cd([0x4b]);for(let _0x7bb0d8=0x0;_0x7bb0d8<_0xb62d15[_0x2073cd([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x7bb0d8+=0x2){let _0x20a31c=window[_0x2073cd([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0xb62d15[_0x2073cd([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x7bb0d8,_0x7bb0d8+0x2));_0x20a31c>=_0x19eae7[_0x2073cd([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x20a31c-=_0x19eae7[_0x2073cd([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x2fedaf+=_0x19eae7[_0x20a31c];}return _0x2fedaf;}function _0x2c3d14(){const _0x54f9b3=_0x1e536d[_0x2073cd([0x73,0x70,0x6c,0x69,0x74])](_0x2073cd([0x2e]));if(0x3!=_0x54f9b3[_0x2073cd([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x45a265(_0x54f9b3[0x1]);function _0x45a265(_0xd85ac){const _0x345331=_0x5b7524(_0xd85ac);return _0x345331&&_0x343e5f()?_0x345331:null;function _0x343e5f(){const _0x4cbc21=_0x345331[_0x2073cd([0x6a,0x74,0x69])],_0x2f4aae=window[_0x2073cd([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x4cbc21[_0x2073cd([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x4cbc21[_0x2073cd([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x22f0e6={..._0x345331,[_0x2073cd([0x6a,0x74,0x69])]:_0x4cbc21[_0x2073cd([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x4cbc21[_0x2073cd([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x22f0e6[_0x2073cd([0x76,0x63])],_0x50febe(_0x22f0e6)==_0x2f4aae;}}}async function _0x5d89b5(){let _0x333dc3=!0x0;try{const _0x499fbe=_0x1e536d[_0x2073cd([0x73,0x70,0x6c,0x69,0x74])](_0x2073cd([0x2e])),[_0x4ba47c,_0x1e00b8,_0x55c888]=_0x499fbe;return _0x2cce39(_0x4ba47c),await _0x4a2fdf(_0x4ba47c,_0x1e00b8,_0x55c888),_0x333dc3;}catch{return!0x1;}function _0x2cce39(_0x4b0fb5){const _0x2567ec=_0x5b7524(_0x4b0fb5);_0x2567ec&&_0x2567ec[_0x2073cd([0x61,0x6c,0x67])]==_0x2073cd([0x45,0x53,0x32,0x35,0x36])||(_0x333dc3=!0x1);}async function _0x4a2fdf(_0x52001a,_0x5ce621,_0x170879){const _0x3675cd=window[_0x2073cd([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x2073cd([0x66,0x72,0x6f,0x6d])](_0x55d947(_0x170879),_0x4a4b03=>_0x4a4b03[_0x2073cd([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x4359c2=new window[(_0x2073cd([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x2073cd([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x52001a+_0x2073cd([0x2e])+_0x5ce621),_0x245a85=window[_0x2073cd([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x2073cd([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x245a85)return;const _0x2c8bcf=await _0x245a85[_0x2073cd([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x2073cd([0x6a,0x77,0x6b]),_0x40a889,{[_0x2073cd([0x6e,0x61,0x6d,0x65])]:_0x2073cd([0x45,0x43,0x44,0x53,0x41]),[_0x2073cd([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x2073cd([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x2073cd([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x245a85[_0x2073cd([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x2073cd([0x6e,0x61,0x6d,0x65])]:_0x2073cd([0x45,0x43,0x44,0x53,0x41]),[_0x2073cd([0x68,0x61,0x73,0x68])]:{[_0x2073cd([0x6e,0x61,0x6d,0x65])]:_0x2073cd([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x2c8bcf,_0x3675cd,_0x4359c2)||(_0x333dc3=!0x1);}}function _0x5b7524(_0xa9dd55){return _0xa9dd55[_0x2073cd([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x2073cd([0x65,0x79]))?JSON[_0x2073cd([0x70,0x61,0x72,0x73,0x65])](_0x55d947(_0xa9dd55)):null;}function _0x55d947(_0x5026e5){return window[_0x2073cd([0x61,0x74,0x6f,0x62])](_0x5026e5[_0x2073cd([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x2073cd([0x2b]))[_0x2073cd([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x2073cd([0x2f])));}function _0x50febe(_0x198658){let _0x400ae9=0x1505;function _0x5d6d1d(_0x375605){for(let _0x16c610=0x0;_0x16c610<_0x375605[_0x2073cd([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x16c610++){const _0x4d1eb0=_0x375605[_0x2073cd([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x16c610);_0x400ae9=(_0x400ae9<<0x5)+_0x400ae9+_0x4d1eb0,_0x400ae9&=_0x400ae9;}}function _0x51f18f(_0x14c149){Array[_0x2073cd([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x14c149)?_0x14c149[_0x2073cd([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x51f18f):_0x14c149&&typeof _0x14c149==_0x2073cd([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x2073cd([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x14c149)[_0x2073cd([0x73,0x6f,0x72,0x74])]()[_0x2073cd([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x1217fe,_0x118768])=>{_0x5d6d1d(_0x1217fe),_0x51f18f(_0x118768);}):_0x5d6d1d(window[_0x2073cd([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x14c149));}return _0x51f18f(_0x198658),_0x400ae9>>>0x0;}function _0x5d4c79(_0x2d2490){return _0x2d2490[_0x2073cd([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x2073cd([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x2073cd([0x30]));}function _0x4a8fa7(_0x4adc7e){return _0x4adc7e[_0x2073cd([0x73,0x70,0x6c,0x69,0x74])]('')[_0x2073cd([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x2073cd([0x6a,0x6f,0x69,0x6e])]('');}function _0x25c04f(){}function _0x2073cd(_0x257c29){const _0x437424=_0x213b;return _0x257c29[_0x437424(0xd2)](_0x2644ff=>String[_0x437424(0x101)](_0x2644ff))[_0x437424(0xcb)]('');}_0x1fe406(await _0x3c6ad0());}(this);}[_0x18701d(0xed)](){const _0x3d7c67=_0x18701d;return this[_0x3d7c67(0xc7)];}[_0x18701d(0xb6)](){const _0x1f7526=_0x18701d,_0xd2653c=_0x39fd36=>_0x13e06e(this[_0x1f7526(0xfe)][_0x1f7526(0xd0)],_0x39fd36);return[{'id':_0x1f7526(0xe1),'commandName':_0x1f7526(0xa4),'icon':_0x31e87e,'title':_0xd2653c(_0x1f7526(0xe0)),'description':_0xd2653c(_0x1f7526(0xa8)),'execute':_0x4eef57=>{const _0x2e6737=_0x1f7526;setTimeout(()=>_0x4eef57[_0x2e6737(0xbf)](_0x2e6737(0xa4)));}},{'id':_0x1f7526(0xd5),'commandName':_0x1f7526(0xd5),'icon':_0x121a9f,'title':_0xd2653c(_0x1f7526(0x113)),'description':_0xd2653c(_0x1f7526(0xd7))},{'id':_0x1f7526(0xde),'commandName':_0x1f7526(0xde),'icon':_0x48eb07,'title':_0xd2653c(_0x1f7526(0x115)),'description':_0xd2653c(_0x1f7526(0xc6))},{'id':_0x1f7526(0x105),'commandName':_0x1f7526(0x105),'icon':_0x218ff4,'title':_0xd2653c(_0x1f7526(0xcd)),'description':_0xd2653c(_0x1f7526(0xca))},{'id':_0x1f7526(0x10a),'commandName':_0x1f7526(0x10a),'icon':_0x46cb7d,'title':_0xd2653c(_0x1f7526(0x11f)),'description':_0xd2653c(_0x1f7526(0xa7)),'aliases':[_0x1f7526(0xe8),_0x1f7526(0xc2),_0x1f7526(0x116)]},{'id':_0x1f7526(0xe8),'commandName':_0x1f7526(0xe8),'icon':_0x46cb7d,'title':_0xd2653c(_0x1f7526(0x107)),'description':_0xd2653c(_0x1f7526(0xc8)),'aliases':[_0x1f7526(0x10a),_0x1f7526(0xc2),_0x1f7526(0x116)]},{'id':_0x1f7526(0xdc),'commandName':_0x1f7526(0xdc),'icon':_0x352a42,'title':_0xd2653c(_0x1f7526(0xba)),'description':_0xd2653c(_0x1f7526(0xd4)),'execute':_0x5a2e16=>{const _0x514cfa=_0x1f7526;setTimeout(()=>_0x5a2e16[_0x514cfa(0xbf)](_0x514cfa(0xdc)));}},{'id':_0x1f7526(0xe7),'commandName':_0x1f7526(0x11a),'icon':_0x4d5b5e,'title':_0xd2653c(_0x1f7526(0x106)),'description':_0xd2653c(_0x1f7526(0xcc)),'execute':_0x26929a=>{const _0x5ce12c=_0x1f7526;_0x26929a[_0x5ce12c(0xbf)](_0x5ce12c(0x11a),{'value':_0x5ce12c(0xe7)});}},{'id':_0x1f7526(0xe6),'commandName':_0x1f7526(0x11a),'icon':_0x2afd4b,'title':_0xd2653c(_0x1f7526(0xae)),'description':_0xd2653c(_0x1f7526(0xb4)),'execute':_0x35fcbc=>{const _0x3b5bca=_0x1f7526;_0x35fcbc[_0x3b5bca(0xbf)](_0x3b5bca(0x11a),{'value':_0x3b5bca(0xe6)});}},{'id':_0x1f7526(0xe2),'commandName':_0x1f7526(0x11a),'icon':_0xb0b7a4,'title':_0xd2653c(_0x1f7526(0x111)),'description':_0xd2653c(_0x1f7526(0xe5)),'execute':_0x5ca1b7=>{const _0x89ed9c=_0x1f7526;_0x5ca1b7[_0x89ed9c(0xbf)](_0x89ed9c(0x11a),{'value':_0x89ed9c(0xe2)});}},{'id':_0x1f7526(0xf4),'commandName':_0x1f7526(0x11a),'icon':_0xeb0ad3,'title':_0xd2653c(_0x1f7526(0x11e)),'description':_0xd2653c(_0x1f7526(0xdd)),'execute':_0x42a727=>{const _0x4b859c=_0x1f7526;_0x42a727[_0x4b859c(0xbf)](_0x4b859c(0x11a),{'value':_0x4b859c(0xf4)});}},{'id':_0x1f7526(0xa2),'commandName':_0x1f7526(0x11a),'icon':_0x5da79e,'title':_0xd2653c(_0x1f7526(0xb7)),'description':_0xd2653c(_0x1f7526(0xd9)),'execute':_0x5a1edb=>{const _0x498b9b=_0x1f7526;_0x5a1edb[_0x498b9b(0xbf)](_0x498b9b(0x11a),{'value':_0x498b9b(0xa2)});}},{'id':_0x1f7526(0xb1),'commandName':_0x1f7526(0x11a),'icon':_0x3d84a3,'title':_0xd2653c(_0x1f7526(0xee)),'description':_0xd2653c(_0x1f7526(0xa3)),'execute':_0x2e29c9=>{const _0x3ec3f4=_0x1f7526;_0x2e29c9[_0x3ec3f4(0xbf)](_0x3ec3f4(0x11a),{'value':_0x3ec3f4(0xb1)});}},{'id':_0x1f7526(0xbb),'commandName':_0x1f7526(0xbb),'icon':_0x45ed5b,'title':_0xd2653c(_0x1f7526(0x119)),'description':_0xd2653c(_0x1f7526(0xfa))},{'id':_0x1f7526(0xe3),'commandName':_0x1f7526(0xe3),'icon':_0x42a31f,'title':_0xd2653c(_0x1f7526(0x10f)),'description':_0xd2653c(_0x1f7526(0xbc))},{'id':_0x1f7526(0x10e),'commandName':_0x1f7526(0x10e),'icon':_0x344d81,'title':_0xd2653c(_0x1f7526(0xab)),'description':_0xd2653c(_0x1f7526(0x11c))},{'id':_0x1f7526(0xb8),'commandName':_0x1f7526(0xb8),'title':_0xd2653c(_0x1f7526(0x114)),'description':_0xd2653c(_0x1f7526(0x120))},{'id':_0x1f7526(0x9f),'commandName':_0x1f7526(0x9f),'icon':_0x5e0f3b,'title':_0xd2653c(_0x1f7526(0xac)),'description':_0xd2653c(_0x1f7526(0xbe))},{'id':_0x1f7526(0xc5),'commandName':_0x1f7526(0xc5),'icon':_0x2907bc,'title':_0xd2653c(_0x1f7526(0xe4)),'description':_0xd2653c(_0x1f7526(0xc4)),'aliases':[_0x1f7526(0x9e)]},{'id':_0x1f7526(0x118),'commandName':_0x1f7526(0x118),'icon':_0x194ef3,'title':_0xd2653c(_0x1f7526(0x117)),'description':_0xd2653c(_0x1f7526(0xe9))},{'id':_0x1f7526(0xa5),'commandName':_0x1f7526(0xa5),'icon':_0x37dca9,'title':_0xd2653c(_0x1f7526(0xeb)),'description':_0xd2653c(_0x1f7526(0xc0))},{'id':_0x1f7526(0xf0),'commandName':_0x1f7526(0xf0),'icon':_0x5edb64,'title':_0xd2653c(_0x1f7526(0x112)),'description':_0xd2653c(_0x1f7526(0xa6))},{'id':_0x1f7526(0xea),'commandName':_0x1f7526(0xea),'icon':_0x41e170,'title':_0xd2653c(_0x1f7526(0x11d)),'description':_0xd2653c(_0x1f7526(0xd8))}];}[_0x18701d(0x122)](_0x508e54){const _0x5d41fa=_0x18701d;return _0x508e54[_0x5d41fa(0x121)]?_0x508e54[_0x5d41fa(0x121)](this[_0x5d41fa(0xfe)]):!_0x508e54[_0x5d41fa(0xd1)]||this[_0x5d41fa(0xfe)][_0x5d41fa(0xcf)][_0x5d41fa(0xb5)](_0x508e54[_0x5d41fa(0xd1)])[_0x5d41fa(0x121)];}[_0x18701d(0xdf)](_0x37d5ae){const _0x3dff80=_0x18701d;if(_0x37d5ae[_0x3dff80(0xbf)])_0x37d5ae[_0x3dff80(0xbf)](this[_0x3dff80(0xfe)]);else{if(!_0x37d5ae[_0x3dff80(0xd1)])throw new _0x5be17c(_0x3dff80(0x10b),this[_0x3dff80(0xfe)],{'commandDefinition':_0x37d5ae});this[_0x3dff80(0xfe)][_0x3dff80(0xbf)](_0x37d5ae[_0x3dff80(0xd1)]);}}}function j(_0xff2ca8,_0x2e1740){const _0x9d8c53=_0x18701d;return _0xff2ca8[_0x9d8c53(0xf8)]<_0x2e1740[_0x9d8c53(0xf8)]?-0x1:_0xff2ca8[_0x9d8c53(0xf8)]>_0x2e1740[_0x9d8c53(0xf8)]?0x1:0x0;}function L(_0x2a1dd7,_0x5e0f01){const _0x5c513f=_0x18701d;return _0x5e0f01+'-'+_0x2a1dd7[_0x5c513f(0xd3)]()[_0x5c513f(0xaf)]('\x20')[_0x5c513f(0xcb)]('-');}
23
+ const _0x1d67c5=_0x3fd7;(function(_0xfe383b,_0x125502){const _0x370366=_0x3fd7,_0x5a3bd5=_0xfe383b();while(!![]){try{const _0x583531=-parseInt(_0x370366(0x1bf))/0x1+parseInt(_0x370366(0x1fc))/0x2*(parseInt(_0x370366(0x195))/0x3)+-parseInt(_0x370366(0x1e6))/0x4+parseInt(_0x370366(0x1de))/0x5*(-parseInt(_0x370366(0x1db))/0x6)+parseInt(_0x370366(0x1f8))/0x7+parseInt(_0x370366(0x1b8))/0x8+-parseInt(_0x370366(0x203))/0x9*(-parseInt(_0x370366(0x19d))/0xa);if(_0x583531===_0x125502)break;else _0x5a3bd5['push'](_0x5a3bd5['shift']());}catch(_0x4b7fe4){_0x5a3bd5['push'](_0x5a3bd5['shift']());}}}(_0x4b37,0xc0e31));import{Plugin as _0x1bc4d4}from'ckeditor5/src/core.js';import{CKEditorError as _0xb0ac96,uid as _0x534a5a}from'ckeditor5/src/utils.js';function _0x3fd7(_0x435619,_0x2489b6){const _0x4b3746=_0x4b37();return _0x3fd7=function(_0x3fd786,_0x54f0b0){_0x3fd786=_0x3fd786-0x181;let _0x43f559=_0x4b3746[_0x3fd786];return _0x43f559;},_0x3fd7(_0x435619,_0x2489b6);}import{IconBrowseFiles as _0x1868df,IconBulletedList as _0x15c26e,IconEmoji as _0x4a0081,IconCodeBlock as _0x330018,IconHeading1 as _0x12faed,IconHeading2 as _0xe0484,IconHeading3 as _0x1c08ad,IconHeading4 as _0x22afcc,IconHeading5 as _0x54f7f8,IconHeading6 as _0xfffc90,IconHorizontalLine as _0xf0c51,IconHtml as _0x8a8d03,IconIndent as _0x5207e0,IconNumberedList as _0x254742,IconOutdent as _0x3f1143,IconParagraph as _0x11268e,IconQuote as _0x1440a1,IconRobotPencil as _0x64572a,IconTable as _0x3a8391,IconTableOfContents as _0x2f76db,IconTodoList as _0x1efb75}from'ckeditor5/src/icons.js';import{getTranslation as _0x567e79}from'./utils/common-translations.js';import'./slashcommandeditorconfig.js';export class SlashCommandConfig extends _0x1bc4d4{static get[_0x1d67c5(0x201)](){const _0x1ccdd4=_0x1d67c5;return _0x1ccdd4(0x1ef);}static get[_0x1d67c5(0x197)](){return!0x0;}static get[_0x1d67c5(0x1ed)](){return!0x0;}constructor(_0x35dae3){const _0x4287a1=_0x1d67c5;super(_0x35dae3),this[_0x4287a1(0x1b7)]=null;}[_0x1d67c5(0x1cc)](){const _0x435e7e=_0x1d67c5,_0x519429=this[_0x435e7e(0x1b5)][_0x435e7e(0x189)][_0x435e7e(0x1bc)](_0x435e7e(0x1b0))||[],_0x4bc877=function(_0x5ebab5){const _0x2e5d43=_0x435e7e;let _0x43bf88=[_0x2e5d43(0x193),_0x2e5d43(0x198),_0x2e5d43(0x1c2)];if(_0x5ebab5){const _0x5f2870=_0x5ebab5[_0x2e5d43(0x1c3)](_0x2005f6=>_0x2005f6[_0x2e5d43(0x1c4)]);_0x43bf88=[_0x2e5d43(0x1a7),_0x2e5d43(0x1ea),_0x2e5d43(0x1a6),_0x2e5d43(0x193),_0x2e5d43(0x198),_0x2e5d43(0x1c2)][_0x2e5d43(0x18e)](_0x59d36b=>!_0x5f2870[_0x2e5d43(0x1e9)](_0x59d36b));}return _0x43bf88;}(this[_0x435e7e(0x1b5)][_0x435e7e(0x189)][_0x435e7e(0x1bc)](_0x435e7e(0x1ac)));let _0x3a2689=this[_0x435e7e(0x1a0)]()[_0x435e7e(0x18e)](_0x54040b=>!_0x4bc877[_0x435e7e(0x1e9)](_0x54040b['id']))[_0x435e7e(0x18e)](_0x53976c=>!_0x519429[_0x435e7e(0x1e9)](_0x53976c[_0x435e7e(0x184)]));const _0xcad73f=this[_0x435e7e(0x1b5)][_0x435e7e(0x189)][_0x435e7e(0x1bc)](_0x435e7e(0x1a2));_0xcad73f&&_0xcad73f[_0x435e7e(0x1b6)]&&(_0x3a2689=_0x3a2689[_0x435e7e(0x1f3)](_0xcad73f));const _0xc2bc16=this[_0x435e7e(0x1b5)][_0x435e7e(0x189)][_0x435e7e(0x1bc)](_0x435e7e(0x19b));_0xc2bc16&&_0xc2bc16[_0x435e7e(0x1b6)]&&(_0x3a2689=_0x3a2689[_0x435e7e(0x1f3)](function(_0x980731){const _0x141e8d=_0x435e7e;return _0x980731[_0x141e8d(0x1c3)](_0x3972ed=>{const _0x338492=_0x141e8d,{title:_0x2c4f82,icon:_0x5236dc,description:_0x328e09,data:_0xf422c1}=_0x3972ed,_0x38481a={'id':L(_0x2c4f82,_0x338492(0x1fd)),'commandName':_0x338492(0x1d1),'execute':_0x16e4db=>{const _0x4078a4=_0x338492;_0x16e4db[_0x4078a4(0x1ab)](_0x4078a4(0x1d1),_0xf422c1);},'description':_0x328e09,'icon':_0x5236dc,'title':_0x2c4f82};return _0x5236dc&&(_0x38481a[_0x338492(0x188)]=!0x1),_0x38481a;});}(_0xc2bc16)));const _0x194fc1=this[_0x435e7e(0x1b5)][_0x435e7e(0x189)][_0x435e7e(0x1bc)](_0x435e7e(0x1e7));_0x194fc1&&_0x194fc1[_0x435e7e(0x1b6)]&&(_0x3a2689=_0x3a2689[_0x435e7e(0x1f3)](function(_0x1895d6){const _0x26a7f3=_0x435e7e;return _0x1895d6[_0x26a7f3(0x1c3)](_0x45ec46=>({'id':L(_0x45ec46[_0x26a7f3(0x191)],_0x26a7f3(0x1f6)),'commandName':_0x26a7f3(0x1f6),'execute':_0x4376a2=>{const _0x1500cd=_0x26a7f3;_0x4376a2[_0x1500cd(0x1ab)](_0x1500cd(0x1f6),{'styleName':_0x45ec46[_0x1500cd(0x191)]});},'isEnabled':_0x4964f6=>{const _0x5d4299=_0x26a7f3,_0xeadcac=_0x4964f6[_0x5d4299(0x1d9)][_0x5d4299(0x1bc)](_0x5d4299(0x1f6));return _0xeadcac[_0x5d4299(0x1b3)]&&_0xeadcac[_0x5d4299(0x1ec)][_0x5d4299(0x1e9)](_0x45ec46[_0x5d4299(0x191)]);},'title':_0x45ec46[_0x26a7f3(0x191)]}));}(_0x194fc1)));const _0x4c8186=_0x3a2689[_0x435e7e(0x18e)](_0x2327ae=>!_0x2327ae[_0x435e7e(0x184)]||void 0x0!==this[_0x435e7e(0x1b5)][_0x435e7e(0x1d9)][_0x435e7e(0x1bc)](_0x2327ae[_0x435e7e(0x184)])),_0x34233f=[];for(const _0x39a0b8 of _0x4c8186)_0x34233f[_0x435e7e(0x1f9)]({'id':_0x39a0b8['id'],'commandName':_0x39a0b8[_0x435e7e(0x184)],'title':_0x435e7e(0x204)==typeof _0x39a0b8[_0x435e7e(0x1df)]?_0x39a0b8[_0x435e7e(0x1df)](this[_0x435e7e(0x1b5)]):_0x39a0b8[_0x435e7e(0x1df)],'description':_0x39a0b8[_0x435e7e(0x18d)],'icon':_0x39a0b8[_0x435e7e(0x202)],'isIconColorInherited':_0x39a0b8[_0x435e7e(0x188)],'aliases':_0x39a0b8[_0x435e7e(0x1c6)],'isEnabled':()=>this[_0x435e7e(0x1dd)](_0x39a0b8),'execute':()=>this[_0x435e7e(0x1b2)](_0x39a0b8)});this[_0x435e7e(0x1b7)]=_0x34233f[_0x435e7e(0x18b)](j),async function(_0x1849d4){const _0x28a851=_0x4fba85([0x30,0x71,0x39,0x36,0x65,0x4a,0x33,0x79,0x4f,0x56,0x73,0x50,0x68,0x53,0x5a,0x64,0x55,0x69,0x4e,0x45,0x6f,0x6e,0x57,0x74,0x6d,0x44,0x35,0x59,0x6a,0x38,0x72,0x75,0x32,0x77,0x61,0x63,0x49,0x58,0x52,0x37,0x70,0x48,0x51,0x7a,0x42,0x62,0x6c,0x4c,0x6b,0x67,0x41,0x46,0x4d,0x66,0x31,0x47,0x4b,0x78,0x76,0x34,0x43,0x54]),_0x4c06a4=0x2ba99fcd,_0x3baeb6=0x2baef3a5^_0x4c06a4,_0x310211=window[_0x4fba85([0x44,0x61,0x74,0x65])][_0x4fba85([0x6e,0x6f,0x77])](),_0x35e744=_0x1849d4[_0x4fba85([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x107095=new window[(_0x4fba85([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2597ea=>{_0x35e744[_0x4fba85([0x6f,0x6e,0x63,0x65])](_0x4fba85([0x72,0x65,0x61,0x64,0x79]),_0x2597ea);}),_0x1761eb={[_0x4fba85([0x6b,0x74,0x79])]:_0x4fba85([0x45,0x43]),[_0x4fba85([0x75,0x73,0x65])]:_0x4fba85([0x73,0x69,0x67]),[_0x4fba85([0x63,0x72,0x76])]:_0x4fba85([0x50,0x2d,0x32,0x35,0x36]),[_0x4fba85([0x78])]:_0x4fba85([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]),[_0x4fba85([0x79])]:_0x4fba85([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]),[_0x4fba85([0x61,0x6c,0x67])]:_0x4fba85([0x45,0x53,0x32,0x35,0x36])},_0xc00ea5=_0x35e744[_0x4fba85([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x4fba85([0x67,0x65,0x74])](_0x4fba85([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x90df86(){let _0x20dde6,_0x5e1117=null,_0xddde8e=null;try{if(_0xc00ea5==_0x4fba85([0x47,0x50,0x4c]))return _0x4fba85([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x20dde6=_0x508264(),!_0x20dde6)return _0x4fba85([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x20dde6[_0x4fba85([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0xddde8e=_0x33596b(_0x20dde6[_0x4fba85([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x20dde6[_0x4fba85([0x6a,0x74,0x69])])),await _0xaa4322()?_0x2051e6()?_0x29f485()?_0x4fba85([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x55b4b5()?(_0x20dde6[_0x4fba85([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x4fba85([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x5e1117=_0x2fd207(_0x4fba85([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x20dde6[_0x4fba85([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x4fba85([0x74,0x72,0x69,0x61,0x6c])&&(_0x5e1117=_0x2fd207(_0x4fba85([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x1b9229()):_0x4fba85([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x4fba85([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x4fba85([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x4fba85([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x29f485(){const _0x5a6cba=[_0x4fba85([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x4fba85([0x74,0x72,0x69,0x61,0x6c])][_0x4fba85([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x20dde6[_0x4fba85([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x310211/0x3e8:0xe10*_0x3baeb6;return _0x20dde6[_0x4fba85([0x65,0x78,0x70])]<_0x5a6cba;}function _0x2051e6(){const _0x560ae4=_0x20dde6[_0x4fba85([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x560ae4&&(!!_0x560ae4[_0x4fba85([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4fba85([0x2a]))||(!!_0x560ae4[_0x4fba85([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4fba85([0x53,0x43]))||!!_0x560ae4[_0x4fba85([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4fba85([0x50,0x50]))));}function _0x55b4b5(){const _0x2aee8c=_0x3fd7,_0x4e4eec=_0x20dde6[_0x4fba85([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x4e4eec||0x0==_0x4e4eec[_0x4fba85([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x400f36}=new URL(window[_0x4fba85([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x2aee8c(0x1bd)]);if(_0x4e4eec[_0x4fba85([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x400f36))return!0x0;const _0x18313a=_0x400f36[_0x4fba85([0x73,0x70,0x6c,0x69,0x74])](_0x4fba85([0x2e]));return _0x4e4eec[_0x4fba85([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x220409=>_0x220409[_0x4fba85([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4fba85([0x2a])))[_0x4fba85([0x6d,0x61,0x70])](_0x3a64d1=>_0x3a64d1[_0x4fba85([0x73,0x70,0x6c,0x69,0x74])](_0x4fba85([0x2e])))[_0x4fba85([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x559afb=>_0x559afb[_0x4fba85([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x18313a[_0x4fba85([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x4fba85([0x6d,0x61,0x70])](_0x5ed5b0=>Array(_0x18313a[_0x4fba85([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x5ed5b0[_0x4fba85([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x4fba85([0x66,0x69,0x6c,0x6c])](_0x5ed5b0[0x0]===_0x4fba85([0x2a])?_0x4fba85([0x2a]):'')[_0x4fba85([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x5ed5b0))[_0x4fba85([0x73,0x6f,0x6d,0x65])](_0x1a517b=>_0x18313a[_0x4fba85([0x65,0x76,0x65,0x72,0x79])]((_0x52c42b,_0x11918f)=>_0x1a517b[_0x11918f]===_0x52c42b||_0x1a517b[_0x11918f]===_0x4fba85([0x2a])));}function _0x1b9229(){return _0x5e1117&&_0xddde8e?new window[(_0x4fba85([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x34b4a6,_0x2a1d15)=>{_0x5e1117[_0x4fba85([0x74,0x68,0x65,0x6e])](_0x34b4a6,_0x2a1d15),_0xddde8e[_0x4fba85([0x74,0x68,0x65,0x6e])](_0x14c8a7=>{_0x14c8a7!=_0x4fba85([0x56,0x61,0x6c,0x69,0x64])&&_0x34b4a6(_0x14c8a7);},_0x2a1d15);}):_0x5e1117||_0xddde8e||_0x4fba85([0x56,0x61,0x6c,0x69,0x64]);}}function _0x33596b(_0x24036f,_0x5e7ebf){return new window[(_0x4fba85([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5bd4e8=>{if(_0x1177bc())return _0x5bd4e8(_0x4fba85([0x56,0x61,0x6c,0x69,0x64]));_0x3ef002(),_0x35e744[_0x4fba85([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x4fba85([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x56090c=!0x1;const _0x22025b=_0x534a5a();function _0x5a6fdd(_0x40fab5){return!!_0x40fab5&&(typeof _0x40fab5===_0x4fba85([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x40fab5===_0x4fba85([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x40fab5[_0x4fba85([0x74,0x68,0x65,0x6e])]===_0x4fba85([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x40fab5[_0x4fba85([0x63,0x61,0x74,0x63,0x68])]===_0x4fba85([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x292148(_0xc2a29c){_0x52e1a1(_0xc2a29c)[_0x4fba85([0x74,0x68,0x65,0x6e])](_0x392816=>{if(!_0x392816||_0x392816[_0x4fba85([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x4fba85([0x6f,0x6b]))return _0x4fba85([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x4c4687(_0x19ae1e(_0x22025b+_0x5e7ebf))!=_0x392816[_0x4fba85([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x4fba85([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x4fba85([0x56,0x61,0x6c,0x69,0x64]);})[_0x4fba85([0x74,0x68,0x65,0x6e])](_0x1edafa=>(_0x1963f1(),_0x1edafa),()=>{const _0x3be2c5=_0x507c02();return null==_0x3be2c5?(_0x1963f1(),_0x4fba85([0x56,0x61,0x6c,0x69,0x64])):_0x4fba85(_0x310211-_0x3be2c5>(0xfa51bcd^_0x4c06a4)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x4fba85([0x74,0x68,0x65,0x6e])](_0x5bd4e8)[_0x4fba85([0x63,0x61,0x74,0x63,0x68])](()=>{_0x5bd4e8(_0x4fba85([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x596a26=0x2b9f714d^_0x4c06a4;function _0x1963f1(){const _0x325152=_0x4fba85([0x6c,0x6c,0x63,0x74,0x2d])+_0x4c4687(_0x19ae1e(_0x24036f)),_0x68ac33=_0x10c9f8(_0x4c4687(window[_0x4fba85([0x4d,0x61,0x74,0x68])][_0x4fba85([0x63,0x65,0x69,0x6c])](_0x310211/_0x596a26)));window[_0x4fba85([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x4fba85([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x325152,_0x68ac33);}function _0x507c02(){const _0x48d38a=_0x4fba85([0x6c,0x6c,0x63,0x74,0x2d])+_0x4c4687(_0x19ae1e(_0x24036f)),_0x9b4235=window[_0x4fba85([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x4fba85([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x48d38a);return _0x9b4235?window[_0x4fba85([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x10c9f8(_0x9b4235),0x10)*_0x596a26:null;}function _0x52e1a1(_0x3299e1){return new window[(_0x4fba85([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x4d8f5e,_0x4bd0a6)=>{_0x3299e1[_0x4fba85([0x74,0x68,0x65,0x6e])](_0x4d8f5e,_0x4bd0a6),window[_0x4fba85([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x4bd0a6,0x2ba84b0d^_0x4c06a4);});}}_0x35e744[_0x4fba85([0x6f,0x6e])](_0x4fba85([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x1950a3,_0x384efd)=>{if(_0x384efd[0x0]!=_0x24036f)return _0x5bd4e8(_0x4fba85([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x384efd[0x1]={..._0x384efd[0x1],[_0x4fba85([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x22025b};},{[_0x4fba85([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x4fba85([0x68,0x69,0x67,0x68])}),_0x35e744[_0x4fba85([0x6f,0x6e])](_0x4fba85([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0xda9f12=>{_0x5a6fdd(_0xda9f12[_0x4fba85([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x56090c=!0x0,_0x292148(_0xda9f12[_0x4fba85([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x4fba85([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x4fba85([0x6c,0x6f,0x77])}),_0x107095[_0x4fba85([0x74,0x68,0x65,0x6e])](()=>{_0x56090c||_0x5bd4e8(_0x4fba85([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x1177bc(){return _0x35e744[_0x4fba85([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x4fba85([0x76,0x69,0x65,0x77])][_0x4fba85([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x4fba85([0x61,0x75,0x74,0x6f]);}function _0x3ef002(){_0x35e744[_0x4fba85([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x4fba85([0x76,0x69,0x65,0x77])][_0x4fba85([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x4fba85([0x61,0x75,0x74,0x6f]);}}function _0x2fd207(_0x14f9eb){const _0x18ff42=[new window[(_0x4fba85([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x25d490=>setTimeout(_0x25d490,0x2ba0a101^_0x4c06a4)),_0x107095[_0x4fba85([0x74,0x68,0x65,0x6e])](()=>new window[(_0x4fba85([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x1c79a2=>{let _0x46e700=0x0;_0x35e744[_0x4fba85([0x6d,0x6f,0x64,0x65,0x6c])][_0x4fba85([0x6f,0x6e])](_0x4fba85([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x5e642d,_0x38cda3)=>{_0x38cda3[0x0][_0x4fba85([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x46e700++,_0x46e700==(0x2ba99e35^_0x4c06a4)&&(_0x1c79a2(),_0x5e642d[_0x4fba85([0x6f,0x66,0x66])]());});}))];return window[_0x4fba85([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x4fba85([0x72,0x61,0x63,0x65])](_0x18ff42)[_0x4fba85([0x74,0x68,0x65,0x6e])](()=>_0x14f9eb);}async function _0x13a21b(){await _0x107095,_0x35e744[_0x4fba85([0x6d,0x6f,0x64,0x65,0x6c])][_0x4fba85([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x2b7154,_0x35e744[_0x4fba85([0x6d,0x6f,0x64,0x65,0x6c])][_0x4fba85([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x2b7154,_0x35e744[_0x4fba85([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x4fba85([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x3cc7ba(_0x2cfce3){const _0x47ea89=_0x1ec38b();_0x35e744[_0x47ea89]=_0x4fba85([0x73,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x2cfce3,_0x2cfce3!=_0x4fba85([0x56,0x61,0x6c,0x69,0x64])&&_0x13a21b();}function _0x1ec38b(){const _0x4a1ca0=window[_0x4fba85([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x4fba85([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x4fba85([0x6e,0x6f,0x77])]())[_0x4fba85([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x4fba85([0x2e]),'');let _0x12e5eb=_0x4fba85([0x71]);for(let _0x3c159f=0x0;_0x3c159f<_0x4a1ca0[_0x4fba85([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x3c159f+=0x2){let _0x3c023a=window[_0x4fba85([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x4a1ca0[_0x4fba85([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x3c159f,_0x3c159f+0x2));_0x3c023a>=_0x28a851[_0x4fba85([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x3c023a-=_0x28a851[_0x4fba85([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x12e5eb+=_0x28a851[_0x3c023a];}return _0x12e5eb;}function _0x508264(){const _0x162e7c=_0xc00ea5[_0x4fba85([0x73,0x70,0x6c,0x69,0x74])](_0x4fba85([0x2e]));if(0x3!=_0x162e7c[_0x4fba85([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x4fe92f(_0x162e7c[0x1]);function _0x4fe92f(_0x4e026e){const _0x5b05ab=_0x14a99a(_0x4e026e);return _0x5b05ab&&_0x51f989()?_0x5b05ab:null;function _0x51f989(){const _0x5e785f=_0x5b05ab[_0x4fba85([0x6a,0x74,0x69])],_0x19264e=window[_0x4fba85([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x5e785f[_0x4fba85([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x5e785f[_0x4fba85([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x217277={..._0x5b05ab,[_0x4fba85([0x6a,0x74,0x69])]:_0x5e785f[_0x4fba85([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x5e785f[_0x4fba85([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x217277[_0x4fba85([0x76,0x63])],_0x19ae1e(_0x217277)==_0x19264e;}}}async function _0xaa4322(){let _0x17c679=!0x0;try{const _0xe5ae46=_0xc00ea5[_0x4fba85([0x73,0x70,0x6c,0x69,0x74])](_0x4fba85([0x2e])),[_0x1a4013,_0x212be7,_0x44c352]=_0xe5ae46;return _0x4b0569(_0x1a4013),await _0x30117c(_0x1a4013,_0x212be7,_0x44c352),_0x17c679;}catch{return!0x1;}function _0x4b0569(_0x36a057){const _0x3ea913=_0x14a99a(_0x36a057);_0x3ea913&&_0x3ea913[_0x4fba85([0x61,0x6c,0x67])]==_0x4fba85([0x45,0x53,0x32,0x35,0x36])||(_0x17c679=!0x1);}async function _0x30117c(_0x304013,_0x56c372,_0x271697){const _0x58f678=window[_0x4fba85([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x4fba85([0x66,0x72,0x6f,0x6d])](_0x35d5e6(_0x271697),_0x1b8d76=>_0x1b8d76[_0x4fba85([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x48ef51=new window[(_0x4fba85([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x4fba85([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x304013+_0x4fba85([0x2e])+_0x56c372),_0x18003a=window[_0x4fba85([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x4fba85([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x18003a)return;const _0x312212=await _0x18003a[_0x4fba85([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x4fba85([0x6a,0x77,0x6b]),_0x1761eb,{[_0x4fba85([0x6e,0x61,0x6d,0x65])]:_0x4fba85([0x45,0x43,0x44,0x53,0x41]),[_0x4fba85([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x4fba85([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x4fba85([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x18003a[_0x4fba85([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x4fba85([0x6e,0x61,0x6d,0x65])]:_0x4fba85([0x45,0x43,0x44,0x53,0x41]),[_0x4fba85([0x68,0x61,0x73,0x68])]:{[_0x4fba85([0x6e,0x61,0x6d,0x65])]:_0x4fba85([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x312212,_0x58f678,_0x48ef51)||(_0x17c679=!0x1);}}function _0x14a99a(_0x5c329f){return _0x5c329f[_0x4fba85([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x4fba85([0x65,0x79]))?JSON[_0x4fba85([0x70,0x61,0x72,0x73,0x65])](_0x35d5e6(_0x5c329f)):null;}function _0x35d5e6(_0x4f1401){return window[_0x4fba85([0x61,0x74,0x6f,0x62])](_0x4f1401[_0x4fba85([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x4fba85([0x2b]))[_0x4fba85([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x4fba85([0x2f])));}function _0x19ae1e(_0x5a38d6){let _0x32995a=0x1505;function _0x37a637(_0x1f1ccd){for(let _0x5d6d9e=0x0;_0x5d6d9e<_0x1f1ccd[_0x4fba85([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x5d6d9e++){const _0x1265e9=_0x1f1ccd[_0x4fba85([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x5d6d9e);_0x32995a=(_0x32995a<<0x5)+_0x32995a+_0x1265e9,_0x32995a&=_0x32995a;}}function _0x42190c(_0x52d3c3){Array[_0x4fba85([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x52d3c3)?_0x52d3c3[_0x4fba85([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x42190c):_0x52d3c3&&typeof _0x52d3c3==_0x4fba85([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x4fba85([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x52d3c3)[_0x4fba85([0x73,0x6f,0x72,0x74])]()[_0x4fba85([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x215d5d,_0x4eff0a])=>{_0x37a637(_0x215d5d),_0x42190c(_0x4eff0a);}):_0x37a637(window[_0x4fba85([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x52d3c3));}return _0x42190c(_0x5a38d6),_0x32995a>>>0x0;}function _0x4c4687(_0x1f6235){return _0x1f6235[_0x4fba85([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x4fba85([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x4fba85([0x30]));}function _0x10c9f8(_0x430a32){return _0x430a32[_0x4fba85([0x73,0x70,0x6c,0x69,0x74])]('')[_0x4fba85([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x4fba85([0x6a,0x6f,0x69,0x6e])]('');}function _0x2b7154(){}function _0x4fba85(_0x2ba079){const _0x2ab536=_0x3fd7;return _0x2ba079[_0x2ab536(0x1c3)](_0x4373ea=>String[_0x2ab536(0x1f7)](_0x4373ea))[_0x2ab536(0x1e2)]('');}_0x3cc7ba(await _0x90df86());}(this);}[_0x1d67c5(0x186)](){const _0x130efa=_0x1d67c5;return this[_0x130efa(0x1b7)];}[_0x1d67c5(0x1a0)](){const _0x5de01c=_0x1d67c5,_0x4273a8=_0x453ab5=>_0x567e79(this[_0x5de01c(0x1b5)][_0x5de01c(0x1a1)],_0x453ab5);return[{'id':_0x5de01c(0x190),'commandName':_0x5de01c(0x1c1),'icon':_0x64572a,'title':_0x4273a8(_0x5de01c(0x1d0)),'description':_0x4273a8(_0x5de01c(0x1ba)),'execute':_0x1bc527=>{const _0x4189fa=_0x5de01c;setTimeout(()=>_0x1bc527[_0x4189fa(0x1ab)](_0x4189fa(0x1c1)));}},{'id':_0x5de01c(0x18c),'commandName':_0x5de01c(0x18c),'icon':_0x1440a1,'title':_0x4273a8(_0x5de01c(0x1f1)),'description':_0x4273a8(_0x5de01c(0x1c9))},{'id':_0x5de01c(0x1b1),'commandName':_0x5de01c(0x1b1),'icon':_0x15c26e,'title':_0x4273a8(_0x5de01c(0x1a4)),'description':_0x4273a8(_0x5de01c(0x1f4))},{'id':_0x5de01c(0x1d6),'commandName':_0x5de01c(0x1d6),'icon':_0x330018,'title':_0x4273a8(_0x5de01c(0x187)),'description':_0x4273a8(_0x5de01c(0x1ce))},{'id':_0x5de01c(0x1a9),'commandName':_0x5de01c(0x1a9),'icon':_0x1868df,'title':_0x4273a8(_0x5de01c(0x1b4)),'description':_0x4273a8(_0x5de01c(0x1e8)),'aliases':[_0x5de01c(0x199),_0x5de01c(0x1a8),_0x5de01c(0x1fe)]},{'id':_0x5de01c(0x199),'commandName':_0x5de01c(0x199),'icon':_0x1868df,'title':_0x4273a8(_0x5de01c(0x1ca)),'description':_0x4273a8(_0x5de01c(0x1f0)),'aliases':[_0x5de01c(0x1a9),_0x5de01c(0x1a8),_0x5de01c(0x1fe)]},{'id':_0x5de01c(0x19f),'commandName':_0x5de01c(0x19f),'icon':_0x4a0081,'title':_0x4273a8(_0x5de01c(0x19c)),'description':_0x4273a8(_0x5de01c(0x1bb)),'execute':_0x5e43ad=>{const _0x5c30b1=_0x5de01c;setTimeout(()=>_0x5e43ad[_0x5c30b1(0x1ab)](_0x5c30b1(0x19f)));}},{'id':_0x5de01c(0x1a7),'commandName':_0x5de01c(0x1d4),'icon':_0x12faed,'title':_0x4273a8(_0x5de01c(0x1d5)),'description':_0x4273a8(_0x5de01c(0x1cf)),'execute':_0x378131=>{const _0x5c74d5=_0x5de01c;_0x378131[_0x5c74d5(0x1ab)](_0x5c74d5(0x1d4),{'value':_0x5c74d5(0x1a7)});}},{'id':_0x5de01c(0x1ea),'commandName':_0x5de01c(0x1d4),'icon':_0xe0484,'title':_0x4273a8(_0x5de01c(0x1cd)),'description':_0x4273a8(_0x5de01c(0x1c0)),'execute':_0x2db232=>{const _0x9eaacc=_0x5de01c;_0x2db232[_0x9eaacc(0x1ab)](_0x9eaacc(0x1d4),{'value':_0x9eaacc(0x1ea)});}},{'id':_0x5de01c(0x1a6),'commandName':_0x5de01c(0x1d4),'icon':_0x1c08ad,'title':_0x4273a8(_0x5de01c(0x19e)),'description':_0x4273a8(_0x5de01c(0x1e1)),'execute':_0x272a06=>{const _0x41b362=_0x5de01c;_0x272a06[_0x41b362(0x1ab)](_0x41b362(0x1d4),{'value':_0x41b362(0x1a6)});}},{'id':_0x5de01c(0x193),'commandName':_0x5de01c(0x1d4),'icon':_0x22afcc,'title':_0x4273a8(_0x5de01c(0x182)),'description':_0x4273a8(_0x5de01c(0x196)),'execute':_0x4fb9a0=>{const _0x4182d3=_0x5de01c;_0x4fb9a0[_0x4182d3(0x1ab)](_0x4182d3(0x1d4),{'value':_0x4182d3(0x193)});}},{'id':_0x5de01c(0x198),'commandName':_0x5de01c(0x1d4),'icon':_0x54f7f8,'title':_0x4273a8(_0x5de01c(0x1e4)),'description':_0x4273a8(_0x5de01c(0x183)),'execute':_0x29ef51=>{const _0x312d88=_0x5de01c;_0x29ef51[_0x312d88(0x1ab)](_0x312d88(0x1d4),{'value':_0x312d88(0x198)});}},{'id':_0x5de01c(0x1c2),'commandName':_0x5de01c(0x1d4),'icon':_0xfffc90,'title':_0x4273a8(_0x5de01c(0x1ae)),'description':_0x4273a8(_0x5de01c(0x1f5)),'execute':_0x59c6f=>{const _0xfc3642=_0x5de01c;_0x59c6f[_0xfc3642(0x1ab)](_0xfc3642(0x1d4),{'value':_0xfc3642(0x1c2)});}},{'id':_0x5de01c(0x18a),'commandName':_0x5de01c(0x18a),'icon':_0xf0c51,'title':_0x4273a8(_0x5de01c(0x1c7)),'description':_0x4273a8(_0x5de01c(0x194))},{'id':_0x5de01c(0x1fa),'commandName':_0x5de01c(0x1fa),'icon':_0x8a8d03,'title':_0x4273a8(_0x5de01c(0x1ad)),'description':_0x4273a8(_0x5de01c(0x1cb))},{'id':_0x5de01c(0x1a3),'commandName':_0x5de01c(0x1a3),'icon':_0x5207e0,'title':_0x4273a8(_0x5de01c(0x1af)),'description':_0x4273a8(_0x5de01c(0x1e5))},{'id':_0x5de01c(0x200),'commandName':_0x5de01c(0x200),'title':_0x4273a8(_0x5de01c(0x1be)),'description':_0x4273a8(_0x5de01c(0x1aa))},{'id':_0x5de01c(0x1c5),'commandName':_0x5de01c(0x1c5),'icon':_0x3a8391,'title':_0x4273a8(_0x5de01c(0x1b9)),'description':_0x4273a8(_0x5de01c(0x1da))},{'id':_0x5de01c(0x1e3),'commandName':_0x5de01c(0x1e3),'icon':_0x2f76db,'title':_0x4273a8(_0x5de01c(0x18f)),'description':_0x4273a8(_0x5de01c(0x1a5)),'aliases':[_0x5de01c(0x1ee)]},{'id':_0x5de01c(0x192),'commandName':_0x5de01c(0x192),'icon':_0x254742,'title':_0x4273a8(_0x5de01c(0x1e0)),'description':_0x4273a8(_0x5de01c(0x1eb))},{'id':_0x5de01c(0x1d2),'commandName':_0x5de01c(0x1d2),'icon':_0x3f1143,'title':_0x4273a8(_0x5de01c(0x1d8)),'description':_0x4273a8(_0x5de01c(0x181))},{'id':_0x5de01c(0x185),'commandName':_0x5de01c(0x185),'icon':_0x11268e,'title':_0x4273a8(_0x5de01c(0x1ff)),'description':_0x4273a8(_0x5de01c(0x1c8))},{'id':_0x5de01c(0x1f2),'commandName':_0x5de01c(0x1f2),'icon':_0x1efb75,'title':_0x4273a8(_0x5de01c(0x1d3)),'description':_0x4273a8(_0x5de01c(0x1dc))}];}[_0x1d67c5(0x1dd)](_0x27bb89){const _0x2f65cb=_0x1d67c5;return _0x27bb89[_0x2f65cb(0x1b3)]?_0x27bb89[_0x2f65cb(0x1b3)](this[_0x2f65cb(0x1b5)]):!_0x27bb89[_0x2f65cb(0x184)]||this[_0x2f65cb(0x1b5)][_0x2f65cb(0x1d9)][_0x2f65cb(0x1bc)](_0x27bb89[_0x2f65cb(0x184)])[_0x2f65cb(0x1b3)];}[_0x1d67c5(0x1b2)](_0x2b9adc){const _0x135e42=_0x1d67c5;if(_0x2b9adc[_0x135e42(0x1ab)])_0x2b9adc[_0x135e42(0x1ab)](this[_0x135e42(0x1b5)]);else{if(!_0x2b9adc[_0x135e42(0x184)])throw new _0xb0ac96(_0x135e42(0x1fb),this[_0x135e42(0x1b5)],{'commandDefinition':_0x2b9adc});this[_0x135e42(0x1b5)][_0x135e42(0x1ab)](_0x2b9adc[_0x135e42(0x184)]);}}}function j(_0x53c5ef,_0x360eb3){const _0x1586bf=_0x1d67c5;return _0x53c5ef[_0x1586bf(0x1df)]<_0x360eb3[_0x1586bf(0x1df)]?-0x1:_0x53c5ef[_0x1586bf(0x1df)]>_0x360eb3[_0x1586bf(0x1df)]?0x1:0x0;}function L(_0x3a4fdd,_0x5145ff){const _0x53f9ab=_0x1d67c5;return _0x5145ff+'-'+_0x3a4fdd[_0x53f9ab(0x1d7)]()[_0x53f9ab(0x19a)]('\x20')[_0x53f9ab(0x1e2)]('-');}function _0x4b37(){const _0x55332c=['editor','length','_allowedCommands','3812976LJYxEI','Insert\x20table','Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content','Insert\x20an\x20emoji','get','href','Insert\x20Mermaid\x20diagram','964961EnFfgd','Create\x20a\x20heading\x20level\x202','showAIAssistant','heading6','map','model','insertTable','aliases','Horizontal\x20line','Insert\x20a\x20paragraph','Create\x20a\x20block\x20quote','Insert\x20image','Insert\x20an\x20HTML\x20snippet','afterInit','Heading\x202','Create\x20a\x20code\x20block','Create\x20a\x20heading\x20level\x201','AI\x20Assistant','insertTemplate','outdent','To-do\x20list','heading','Heading\x201','codeBlock','toLowerCase','Decrease\x20indent','commands','Create\x20a\x20table','21906tDNcft','Create\x20a\x20to-do\x20list','_proxyIsEnabled','830qZezKK','title','Numbered\x20list','Create\x20a\x20heading\x20level\x203','join','insertTableOfContents','Heading\x205','Increase\x20the\x20indentation','5242156vtXQuo','style.definitions','Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file','includes','heading2','Create\x20a\x20numbered\x20list','enabledStyles','isPremiumPlugin','toc','SlashCommandConfig','Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file','Block\x20quote','todoList','concat','Create\x20a\x20bulleted\x20list','Create\x20a\x20heading\x20level\x206','style','fromCharCode','4718224FNWEDE','push','htmlEmbed','slash-command-execute-missing','2tZbvUn','template','upload','Paragraph','insertMermaidCommand','pluginName','icon','9oAVznf','function','Decrease\x20the\x20indentation','Heading\x204','Create\x20a\x20heading\x20level\x205','commandName','paragraph','getAllowedCommands','Insert\x20code\x20block','isIconColorInherited','config','horizontalLine','sort','blockQuote','description','filter','Table\x20of\x20contents','aiAssistant','name','numberedList','heading4','Insert\x20a\x20horizontal\x20line','2484225mBjdbV','Create\x20a\x20heading\x20level\x204','isOfficialPlugin','heading5','ckfinder','split','template.definitions','Emoji','16929020mSjdPE','Heading\x203','emoji','getDefaultCommands','locale','slashCommand.extraCommands','indent','Bulleted\x20list','Insert\x20table\x20of\x20contents','heading3','heading1','filemanager','ckbox','Insert\x20the\x20Mermaid\x20diagram','execute','heading.options','Insert\x20HTML','Heading\x206','Increase\x20indent','slashCommand.removeCommands','bulletedList','_proxyExecute','isEnabled','Open\x20file\x20manager'];_0x4b37=function(){return _0x55332c;};return _0x4b37();}