@ckeditor/ckeditor5-slash-command 46.0.1-alpha.3 → 46.0.1-alpha.5

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:()=>q,SlashCommandConfig:()=>c,SlashCommandEditing:()=>h,SlashCommandUI:()=>E});var e=n(782),t=n(584),r=n(355);const i=s;function s(e,t){const n=o();return(s=function(e,t){return n[e-=277]})(e,t)}function o(){const e=["split","SlashCommandConfig","pluginName","afterInit","Table of contents","isIconColorInherited","slash-command-execute-missing","getDefaultCommands","todoList","Insert an emoji","Create a heading level 4","Create a heading level 2","518344OyWMnl","isOfficialPlugin","fromCharCode","Open file browser to insert an image or a file","Create a numbered list","showAIAssistant","length","Insert table","icon","Heading 1","AI Assistant","editor","Heading 2","Create a heading level 3","Create a heading level 1","config","Create a to-do list","map","Open file manager to insert an image or a file","Insert Mermaid diagram","6TNvbHj","Bulleted list","Emoji","isPremiumPlugin","Heading 5","commands","Insert code block","Create a bulleted list","Insert the Mermaid diagram","Increase the indentation","Heading 6","slashCommand.removeCommands","ckbox","toLowerCase","Decrease indent","heading5","heading3","join","aliases","bulletedList","Create a heading level 5","indent","codeBlock","heading6","upload","ckfinder","getAllowedCommands","3416245hyqQVS","Open the AI Assistant to generate content","_allowedCommands","filemanager","Horizontal line","793283blNIoK","sort","insertTableOfContents","outdent","To-do list","36oodIkJ","heading2","Decrease the indentation","Insert a horizontal line","heading1","title","Heading 3","concat","insertTable","insertTemplate","Increase indent","Create a code block","slashCommand.extraCommands","paragraph","Insert image","_proxyExecute","emoji","heading4","Numbered list","template.definitions","isEnabled","_proxyIsEnabled","toc","htmlEmbed","2609590mUzgbE","push","heading","style.definitions","12SSFooC","Block quote","execute","Insert an HTML snippet","locale","get","style","Insert table of contents","blockQuote","heading.options","horizontalLine","Heading 4","46202kQYkBr","href","Open file manager","filter","2594624keqJhV","enabledStyles","insertMermaidCommand","Create a table","Paragraph","name","numberedList","Create a heading level 6","Insert HTML","aiAssistant","Insert a paragraph","description","template","model","5957280XdYBZM","commandName","Create a block quote","function","includes"];return(o=function(){return e})()}!function(e){const t=s,n=e();for(;;)try{if(996590===parseInt(t(368))/1+-parseInt(t(281))/2*(parseInt(t(401))/3)+parseInt(t(316))/4+-parseInt(t(363))/5*(-parseInt(t(336))/6)+parseInt(t(299))/7+-parseInt(t(285))/8+-parseInt(t(373))/9*(parseInt(t(397))/10))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(o);class c extends e.Plugin{static get[i(306)](){return i(305)}static get[i(317)](){return!0}static get[i(339)](){return!0}constructor(e){const t=i;super(e),this[t(365)]=null}[i(307)](){const e=i,n=this[e(327)][e(331)][e(406)](e(347))||[],a=function(t){const n=e;let a=[n(390),n(351),n(359)];if(t){const e=t[n(333)](e=>e[n(298)]);a=[n(377),n(374),n(352),n(390),n(351),n(359)][n(284)](t=>!e[n(303)](t))}return a}(this[e(327)][e(331)][e(406)](e(278)));let r=this[e(311)]()[e(284)](t=>!a[e(303)](t.id))[e(284)](t=>!n[e(303)](t[e(300)]));const o=this[e(327)][e(331)][e(406)](e(385));o&&o[e(322)]&&(r=r[e(380)](o));const c=this[e(327)][e(331)][e(406)](e(392));c&&c[e(322)]&&(r=r[e(380)](function(t){const n=e;return t[n(333)](e=>{const t=n,{title:a,icon:r,description:i,data:s}=e,o={id:d(a,t(297)),commandName:t(382),execute:e=>{const n=t;e[n(403)](n(382),s)},description:i,icon:r,title:a};return r&&(o[t(309)]=!1),o})}(c)));const u=this[e(327)][e(331)][e(406)](e(400));u&&u[e(322)]&&(r=r[e(380)](function(t){const n=e;return t[n(333)](e=>({id:d(e[n(290)],n(407)),commandName:n(407),execute:t=>{const a=n;t[a(403)](a(407),{styleName:e[a(290)]})},isEnabled:t=>{const a=n,r=t[a(341)][a(406)](a(407));return r[a(393)]&&r[a(286)][a(303)](e[a(290)])},title:e[n(290)]}))}(u)));const m=r[e(284)](t=>!t[e(300)]||void 0!==this[e(327)][e(341)][e(406)](t[e(300)])),p=[];for(const t of m)p[e(398)]({id:t.id,commandName:t[e(300)],title:e(302)==typeof t[e(378)]?t[e(378)](this[e(327)]):t[e(378)],description:t[e(296)],icon:t[e(324)],isIconColorInherited:t[e(309)],aliases:t[e(354)],isEnabled:()=>this[e(394)](t),execute:()=>this[e(388)](t)});this[e(365)]=p[e(369)](l),async function(e){const n=g([53,113,90,102,67,99,80,98,74,56,57,78,68,114,86,82,66,88,49,118,72,122,105,106,112,117,100,119,89,76,110,108,116,103,54,107,85,75,111,120,115,109,48,52,71,65,83,101,81,69,73,87,84,97,51,55,104,50,77,79,70,121]),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(333)](e=>String[t(318)](e))[t(353)]("")}!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:1754092800;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(282)]);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(362)](){return this[i(365)]}[i(311)](){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(327)][e(405)],t);return[{id:e(294),commandName:e(321),icon:r.IconRobotPencil,title:t(e(326)),description:t(e(364)),execute:t=>{const n=e;setTimeout(()=>t[n(403)](n(321)))}},{id:e(277),commandName:e(277),icon:r.IconQuote,title:t(e(402)),description:t(e(301))},{id:e(355),commandName:e(355),icon:r.IconBulletedList,title:t(e(337)),description:t(e(343))},{id:e(358),commandName:e(358),icon:r.IconCodeBlock,title:t(e(342)),description:t(e(384))},{id:e(348),commandName:e(348),icon:r.IconBrowseFiles,title:t(e(283)),description:t(e(334)),aliases:[e(361),e(366),e(360)]},{id:e(361),commandName:e(361),icon:r.IconBrowseFiles,title:t(e(387)),description:t(e(319)),aliases:[e(348),e(366),e(360)]},{id:e(389),commandName:e(389),icon:r.IconEmoji,title:t(e(338)),description:t(e(313)),execute:t=>{const n=e;setTimeout(()=>t[n(403)](n(389)))}},{id:e(377),commandName:e(399),icon:r.IconHeading1,title:t(e(325)),description:t(e(330)),execute:t=>{const n=e;t[n(403)](n(399),{value:n(377)})}},{id:e(374),commandName:e(399),icon:r.IconHeading2,title:t(e(328)),description:t(e(315)),execute:t=>{const n=e;t[n(403)](n(399),{value:n(374)})}},{id:e(352),commandName:e(399),icon:r.IconHeading3,title:t(e(379)),description:t(e(329)),execute:t=>{const n=e;t[n(403)](n(399),{value:n(352)})}},{id:e(390),commandName:e(399),icon:r.IconHeading4,title:t(e(280)),description:t(e(314)),execute:t=>{const n=e;t[n(403)](n(399),{value:n(390)})}},{id:e(351),commandName:e(399),icon:r.IconHeading5,title:t(e(340)),description:t(e(356)),execute:t=>{const n=e;t[n(403)](n(399),{value:n(351)})}},{id:e(359),commandName:e(399),icon:r.IconHeading6,title:t(e(346)),description:t(e(292)),execute:t=>{const n=e;t[n(403)](n(399),{value:n(359)})}},{id:e(279),commandName:e(279),icon:r.IconHorizontalLine,title:t(e(367)),description:t(e(376))},{id:e(396),commandName:e(396),icon:r.IconHtml,title:t(e(293)),description:t(e(404))},{id:e(357),commandName:e(357),icon:r.IconIndent,title:t(e(383)),description:t(e(345))},{id:e(287),commandName:e(287),title:t(e(335)),description:t(e(344))},{id:e(381),commandName:e(381),icon:r.IconTable,title:t(e(323)),description:t(e(288))},{id:e(370),commandName:e(370),icon:r.IconTableOfContents,title:t(e(308)),description:t(e(408)),aliases:[e(395)]},{id:e(291),commandName:e(291),icon:r.IconNumberedList,title:t(e(391)),description:t(e(320))},{id:e(371),commandName:e(371),icon:r.IconOutdent,title:t(e(350)),description:t(e(375))},{id:e(386),commandName:e(386),icon:r.IconParagraph,title:t(e(289)),description:t(e(295))},{id:e(312),commandName:e(312),icon:r.IconTodoList,title:t(e(372)),description:t(e(332))}]}[i(394)](e){const t=i;return e[t(393)]?e[t(393)](this[t(327)]):!e[t(300)]||this[t(327)][t(341)][t(406)](e[t(300)])[t(393)]}[i(388)](e){const n=i;if(e[n(403)])e[n(403)](this[n(327)]);else{if(!e[n(300)])throw new t.CKEditorError(n(310),this[n(327)],{commandDefinition:e});this[n(327)][n(403)](e[n(300)])}}}function l(e,t){const n=i;return e[n(378)]<t[n(378)]?-1:e[n(378)]>t[n(378)]?1:0}function d(e,t){const n=i;return t+"-"+e[n(349)]()[n(304)](" ")[n(353)]("-")}const u=p;function m(){const e=["20SKOsIB","getAllowedCommands","isPremiumPlugin","title","2398500rHLBgn","toLowerCase","2zVQmMU","SlashCommandEditing","416FYrpxp","description","10526780BXBiuq","isEnabled","includes","editor","1171290XbCdMH","requires","isOfficialPlugin","600707tjpdAI","getMatchingCommands","21350LNyqEg","push","2644107RJbGVY","4nyMoZP","plugins","3383016fQYQcz","concat","some","filter","aliases","get","SlashCommandConfig","pluginName"];return(m=function(){return e})()}function p(e,t){const n=m();return(p=function(e,t){return n[e-=265]})(e,t)}!function(e){const t=p,n=e();for(;;)try{if(496082===-parseInt(t(282))/1*(parseInt(t(271))/2)+-parseInt(t(286))/3*(parseInt(t(287))/4)+-parseInt(t(279))/5+parseInt(t(289))/6+-parseInt(t(284))/7*(-parseInt(t(273))/8)+-parseInt(t(269))/9*(-parseInt(t(265))/10)+parseInt(t(275))/11)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(m);class h extends e.Plugin{static get[u(296)](){return u(272)}static get[u(281)](){return!0}static get[u(267)](){return!0}static get[u(280)](){return[c]}[u(283)](e){const t=u,n=e&&e[t(270)]();let a=this[t(278)][t(288)][t(294)](t(295))[t(266)]();if(a=a[t(292)](e=>e[t(276)]()),n){const e=[],r=[],i=[],s=[];for(const o of a)o.id[t(270)]()[t(277)](n)?e[t(285)](o):o[t(268)][t(270)]()[t(277)](n)?r[t(285)](o):o[t(293)]&&o[t(293)][t(291)](e=>e[t(270)]()[t(277)](n))?i[t(285)](o):o[t(274)]&&o[t(274)][t(270)]()[t(277)](n)&&s[t(285)](o);a=e[t(290)](r,i,s)}return a}}var f=n(311);const g=I;function I(e,t){const n=b();return(I=function(e,t){return n[e-=165]})(e,t)}function b(){const e=["children","44645FhKnPS","2ODncta","12IbZhhm","add","249808gDqAkh","ck-slash-command-button","isIconColorInherited","span","202155GscANs","isColorInherited","labelView","4BRsScm","241330aSwyFs","div","title","3153934rWlrtT","set","36FFjcbG","iconView","render","2037838bweQBA","textPartView","setTemplate","4840236yKyyIW","description","ck-slash-command-button__text-part","ck-slash-command-button__description","10BbmzuQ","_createTextPartView","icon"];return(b=function(){return e})()}!function(e){const t=I,n=e();for(;;)try{if(339718===parseInt(t(174))/1*(parseInt(t(194))/2)+parseInt(t(170))/3*(parseInt(t(173))/4)+parseInt(t(193))/5*(parseInt(t(195))/6)+-parseInt(t(177))/7+parseInt(t(166))/8*(-parseInt(t(179))/9)+-parseInt(t(189))/10*(-parseInt(t(182))/11)+parseInt(t(185))/12)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(183)]=this[n(190)](e,t),void 0!==t[n(168)]&&(this[n(180)][n(171)]=t[n(168)]),this[n(178)]({icon:t[n(191)]||r.IconPlay,withText:!0,label:t[n(176)],class:n(167)})}[g(181)](){const e=g;super[e(181)](),this[e(192)][e(165)](this[e(183)])}[g(190)](e,t){const n=g,a=new f.View(e);return a[n(184)]({tag:n(175),attributes:{class:["ck",n(187)]},children:t[n(186)]?[this[n(172)],{tag:n(169),attributes:{class:["ck",n(188)]},children:[{text:t[n(186)]}]}]:[this[n(172)]]}),a}}var v=n(673),C=n.n(v),w=n(545),y=n.n(w),x=n(262),N=n.n(x),L=n(667),T=n.n(L),_=n(357),H=n.n(_),A=n(655),O={attributes:{"data-cke":!0}};O.setAttributes=T(),O.insert=N().bind(null,"head"),O.domAPI=y(),O.insertStyleElement=H();C()(A.A,O);A.A&&A.A.locals&&A.A.locals;function S(){const e=["3870472TXRyfN","getMatchingCommands","model","trialLimit","invalid","expired","mention","commands","slashCommand.dropdownLimit","stop","_setupMentionConfiguration","_showLicenseError","render","high","set","14qpuHjt","SlashCommand","SlashCommandEditing","config","featureNotAllowed","slashCommandLicenseKeyTrialLimit","init","slashCommandLicenseKeyExpired","slashCommandLicenseKeyValid","_licenseKeyCheckInterval","evaluationLimit","slashCommandLicenseKeyEvaluationLimit","slashCommandLicenseKeyNotAllowed","SlashCommandUI","3504228Nddixe","execute","plugins","_customItemRenderer","once","get","domainLimit","slashCommandLicenseKeyInvalid","range","editor","6034990KqnpYS","_overrideMentionExecuteListener","pluginName","4292732hFLqHn","locale","marker","bind","212630XxzbSc","460hGaGWW","destroy","1752120PedyqO","mention.feeds","slashCommandLicenseKeyDomainLimit","licenseKey","isOfficialPlugin","ready","remove","change","299223SjwsRB","element","usageLimit","isPremiumPlugin","push","3WBHvTq","slashCommandLicenseKeyUsageLimit"];return(S=function(){return e})()}const M=P;function P(e,t){const n=S();return(P=function(e,t){return n[e-=322]})(e,t)}!function(e){const t=P,n=e();for(;;)try{if(977169===parseInt(t(375))/1+parseInt(t(378))/2+parseInt(t(327))/3*(parseInt(t(371))/4)+-parseInt(t(368))/5+parseInt(t(358))/6+parseInt(t(344))/7*(parseInt(t(329))/8)+-parseInt(t(322))/9*(parseInt(t(376))/10))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(S);class E extends e.Plugin{[M(381)];[M(353)];static get[M(370)](){return M(357)}static get[M(382)](){return!0}static get[M(325)](){return!0}constructor(e){const t=M;super(e),this[t(339)]()}[M(350)](){const e=M;this[e(367)][e(362)](e(383),this[e(369)][e(374)](this)),this[e(381)]=this[e(367)][e(347)][e(363)](e(381));const t=this[e(367)];this[e(353)]=setInterval(()=>{const n=e;let a;for(const e in t){const r=e,i=t[r];if(n(352)==i||n(365)==i||n(351)==i||n(380)==i||n(356)==i||n(355)==i||n(349)==i||n(328)==i){delete t[r],a=i,clearInterval(this[n(353)]),this[n(353)]=void 0;break}}n(365)==a&&t[n(340)](n(333)),n(351)==a&&t[n(340)](n(334)),n(380)==a&&t[n(340)](n(364)),n(356)==a&&t[n(340)](n(348),n(345)),n(355)==a&&t[n(340)](n(354)),n(349)==a&&t[n(340)](n(332)),n(328)==a&&t[n(340)](n(324))},1e3)}[M(377)](){const e=M;super[e(377)](),this[e(353)]&&clearInterval(this[e(353)])}[M(339)](){const e=M,t=this[e(367)],n=this[e(367)][e(360)][e(363)](e(346)),a=t[e(347)][e(363)](e(379));a[e(326)]({marker:"/",feed:t=>n[e(330)](t),itemRenderer:this[e(361)][e(374)](this),dropdownLimit:t[e(347)][e(363)](e(337))||1/0}),t[e(347)][e(343)](e(379),a)}[M(369)](){const e=M,t=this[e(367)];t[e(336)][e(363)](e(335)).on(e(359),(n,a)=>{const r=e,i=a[0],s=t[r(331)];"/"===i[r(373)]&&s[r(385)](e=>{const t=r;e[t(384)](i[t(366)]),i[t(335)][t(359)](),n[t(338)]()})},{priority:e(342)})}[M(361)](e){const t=M,n=this[t(367)][t(372)],a=new k(n,e);return a[t(341)](),a[t(323)]}}function j(e,t){var n=z();return(j=function(e,t){return n[e-=150]})(e,t)}var B=j;!function(e){for(var t=j,n=e();;)try{if(921881===parseInt(t(164))/1*(-parseInt(t(154))/2)+-parseInt(t(160))/3*(parseInt(t(150))/4)+parseInt(t(163))/5+parseInt(t(165))/6*(parseInt(t(159))/7)+-parseInt(t(162))/8+parseInt(t(166))/9*(-parseInt(t(156))/10)+parseInt(t(167))/11*(parseInt(t(153))/12))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(z);class q extends e.Plugin{static get[B(152)](){return[B(161),h,E]}static get[B(151)](){return B(157)}static get[B(158)](){return!0}static get[B(155)](){return!0}}function z(){var e=["69NSuZGU","4641654FujQUa","15014997IsxqRi","1617IneZFA","20dhsWgN","pluginName","requires","227124vZZNLM","51274luTjQj","isPremiumPlugin","10dtEaiZ","SlashCommand","isOfficialPlugin","7OrarPu","189321Ldlilx","Mention","4623496JTBZvZ","8483805pMlXxf"];return(z=function(){return e})()}function K(e,t){var n=D();return(K=function(e,t){return n[e-=484]})(e,t)}function D(){var e=["8dcrnXY","36PXZhzw","781249sjDqyX","184302BQTgCs","673788OjxRnQ","1084bEItzi","219wPcpeD","216308SyPoqS","128290RGZFno","224495geaCqY"];return(D=function(){return e})()}!function(e){for(var t=K,n=e();;)try{if(130877===parseInt(t(488))/1*(parseInt(t(487))/2)+-parseInt(t(485))/3+-parseInt(t(489))/4+-parseInt(t(491))/5+parseInt(t(486))/6+parseInt(t(484))/7*(parseInt(t(492))/8)+-parseInt(t(493))/9*(parseInt(t(490))/10))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(D)})(),(window.CKEditor5=window.CKEditor5||{}).slashCommand=a})();
5
+ */(()=>{var e={168:e=>{"use strict";e.exports=function(e){return e[1]}},237:e=>{"use strict";e.exports=CKEditor5.dll},262:e=>{"use strict";var t={};e.exports=function(e,n){var a=function(e){if(void 0===t[e]){var n=document.querySelector(e);if(window.HTMLIFrameElement&&n instanceof window.HTMLIFrameElement)try{n=n.contentDocument.head}catch(e){n=null}t[e]=n}return t[e]}(e);if(!a)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");a.appendChild(n)}},311:(e,t,n)=>{e.exports=n(237)("./src/ui.js")},355:(e,t,n)=>{e.exports=n(237)("./src/icons.js")},357:e=>{"use strict";e.exports=function(e){var t=document.createElement("style");return e.setAttributes(t,e.attributes),e.insert(t,e.options),t}},433:e=>{"use strict";e.exports=function(e){var t=[];return t.toString=function(){return this.map(function(t){var n="",a=void 0!==t[5];return t[4]&&(n+="@supports (".concat(t[4],") {")),t[2]&&(n+="@media ".concat(t[2]," {")),a&&(n+="@layer".concat(t[5].length>0?" ".concat(t[5]):""," {")),n+=e(t),a&&(n+="}"),t[2]&&(n+="}"),t[4]&&(n+="}"),n}).join("")},t.i=function(e,n,a,r,i){"string"==typeof e&&(e=[[null,e,void 0]]);var 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:()=>q,SlashCommandConfig:()=>c,SlashCommandEditing:()=>h,SlashCommandUI:()=>j});var e=n(782),t=n(584),r=n(355);const i=o;function s(){const e=["emoji","heading1","filter","heading","isEnabled","ckbox","commandName","Table of contents","map","Insert an emoji","Open file browser to insert an image or a file","isIconColorInherited","locale","template.definitions","execute","Open file manager to insert an image or a file","Numbered list","function","Create a heading level 2","title","Block quote","getDefaultCommands","numberedList","outdent","Paragraph","paragraph","Create a code block","Heading 4","pluginName","Create a to-do list","Heading 6","get","Horizontal line","heading3","isPremiumPlugin","config","Insert code block","heading6","Create a heading level 5","fromCharCode","Create a heading level 4","push","heading.options","Create a heading level 6","filemanager","insertTableOfContents","toLowerCase","Create a bulleted list","bulletedList","Insert Mermaid diagram","Open file manager","793632caZkec","href","Decrease indent","To-do list","editor","upload","commands","length","heading5","slashCommand.extraCommands","130XNGOje","slash-command-execute-missing","Heading 1","ckfinder","Increase the indentation","aliases","56eeTeDJ","Create a table","afterInit","Heading 3","2454708vQVLSS","style","icon","Insert HTML","_proxyIsEnabled","heading4","9rZiRQZ","insertMermaidCommand","includes","Create a numbered list","SlashCommandConfig","insertTemplate","679959WYmsnc","Emoji","aiAssistant","Increase indent","name","Insert an HTML snippet","5812010wynaKc","description","showAIAssistant","toc","1232LBLGmC","isOfficialPlugin","join","model","_allowedCommands","horizontalLine","Heading 2","split","Insert the Mermaid diagram","Insert a horizontal line","Create a heading level 3","codeBlock","AI Assistant","htmlEmbed","insertTable","Create a heading level 1","style.definitions","Insert image","Bulleted list","getAllowedCommands","Open the AI Assistant to generate content","Insert table of contents","concat","sort","slashCommand.removeCommands","13712NyeQGl","Heading 5","Insert a paragraph","blockQuote","Insert table","template","Create a block quote","indent","1000010uMrlgU","Decrease the indentation","_proxyExecute","heading2","todoList","enabledStyles"];return(s=function(){return e})()}function o(e,t){const n=s();return(o=function(e,t){return n[e-=392]})(e,t)}!function(e){const t=o,n=e();for(;;)try{if(653045===-parseInt(t(444))/1+-parseInt(t(487))/2+parseInt(t(432))/3+-parseInt(t(428))/4*(parseInt(t(422))/5)+parseInt(t(412))/6+-parseInt(t(454))/7*(-parseInt(t(479))/8)+parseInt(t(438))/9*(parseInt(t(450))/10))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(s);class c extends e.Plugin{static get[i(521)](){return i(442)}static get[i(455)](){return!0}static get[i(395)](){return!0}constructor(e){const t=i;super(e),this[t(458)]=null}[i(430)](){const e=i,n=this[e(416)][e(396)][e(392)](e(478))||[],a=function(t){const n=e;let a=[n(437),n(420),n(398)];if(t){const e=t[n(501)](e=>e[n(457)]);a=[n(494),n(490),n(394),n(437),n(420),n(398)][n(495)](t=>!e[n(440)](t))}return a}(this[e(416)][e(396)][e(392)](e(403)));let r=this[e(514)]()[e(495)](t=>!a[e(440)](t.id))[e(495)](t=>!n[e(440)](t[e(499)]));const s=this[e(416)][e(396)][e(392)](e(421));s&&s[e(419)]&&(r=r[e(476)](s));const c=this[e(416)][e(396)][e(392)](e(506));c&&c[e(419)]&&(r=r[e(476)](function(t){const n=e;return t[n(501)](e=>{const t=n,{title:a,icon:r,description:i,data:s}=e,o={id:d(a,t(484)),commandName:t(443),execute:e=>{const n=t;e[n(507)](n(443),s)},description:i,icon:r,title:a};return r&&(o[t(504)]=!1),o})}(c)));const u=this[e(416)][e(396)][e(392)](e(470));u&&u[e(419)]&&(r=r[e(476)](function(t){const n=e;return t[n(501)](e=>({id:d(e[n(448)],n(433)),commandName:n(433),execute:t=>{const a=n;t[a(507)](a(433),{styleName:e[a(448)]})},isEnabled:t=>{const a=n,r=t[a(418)][a(392)](a(433));return r[a(497)]&&r[a(492)][a(440)](e[a(448)])},title:e[n(448)]}))}(u)));const m=r[e(495)](t=>!t[e(499)]||void 0!==this[e(416)][e(418)][e(392)](t[e(499)])),p=[];for(const t of m)p[e(402)]({id:t.id,commandName:t[e(499)],title:e(510)==typeof t[e(512)]?t[e(512)](this[e(416)]):t[e(512)],description:t[e(451)],icon:t[e(434)],isIconColorInherited:t[e(504)],aliases:t[e(427)],isEnabled:()=>this[e(436)](t),execute:()=>this[e(489)](t)});this[e(458)]=p[e(477)](l),async function(e){const n=g([82,52,57,107,121,71,69,88,104,87,72,116,83,78,122,56,86,102,109,120,50,66,70,112,77,100,108,89,117,76,105,85,81,49,97,80,84,51,65,114,106,55,113,111,75,110,119,99,67,115,101,90,103,118,54,53,73,79,68,48,74,98]),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(501)](e=>String[t(400)](e))[t(456)]("")}!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([82]);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:1754265600;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(413)]);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(473)](){return this[i(458)]}[i(514)](){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(416)][e(505)],t);return[{id:e(446),commandName:e(452),icon:r.IconRobotPencil,title:t(e(466)),description:t(e(474)),execute:t=>{const n=e;setTimeout(()=>t[n(507)](n(452)))}},{id:e(482),commandName:e(482),icon:r.IconQuote,title:t(e(513)),description:t(e(485))},{id:e(409),commandName:e(409),icon:r.IconBulletedList,title:t(e(472)),description:t(e(408))},{id:e(465),commandName:e(465),icon:r.IconCodeBlock,title:t(e(397)),description:t(e(519))},{id:e(498),commandName:e(498),icon:r.IconBrowseFiles,title:t(e(411)),description:t(e(508)),aliases:[e(425),e(405),e(417)]},{id:e(425),commandName:e(425),icon:r.IconBrowseFiles,title:t(e(471)),description:t(e(503)),aliases:[e(498),e(405),e(417)]},{id:e(493),commandName:e(493),icon:r.IconEmoji,title:t(e(445)),description:t(e(502)),execute:t=>{const n=e;setTimeout(()=>t[n(507)](n(493)))}},{id:e(494),commandName:e(496),icon:r.IconHeading1,title:t(e(424)),description:t(e(469)),execute:t=>{const n=e;t[n(507)](n(496),{value:n(494)})}},{id:e(490),commandName:e(496),icon:r.IconHeading2,title:t(e(460)),description:t(e(511)),execute:t=>{const n=e;t[n(507)](n(496),{value:n(490)})}},{id:e(394),commandName:e(496),icon:r.IconHeading3,title:t(e(431)),description:t(e(464)),execute:t=>{const n=e;t[n(507)](n(496),{value:n(394)})}},{id:e(437),commandName:e(496),icon:r.IconHeading4,title:t(e(520)),description:t(e(401)),execute:t=>{const n=e;t[n(507)](n(496),{value:n(437)})}},{id:e(420),commandName:e(496),icon:r.IconHeading5,title:t(e(480)),description:t(e(399)),execute:t=>{const n=e;t[n(507)](n(496),{value:n(420)})}},{id:e(398),commandName:e(496),icon:r.IconHeading6,title:t(e(523)),description:t(e(404)),execute:t=>{const n=e;t[n(507)](n(496),{value:n(398)})}},{id:e(459),commandName:e(459),icon:r.IconHorizontalLine,title:t(e(393)),description:t(e(463))},{id:e(467),commandName:e(467),icon:r.IconHtml,title:t(e(435)),description:t(e(449))},{id:e(486),commandName:e(486),icon:r.IconIndent,title:t(e(447)),description:t(e(426))},{id:e(439),commandName:e(439),title:t(e(410)),description:t(e(462))},{id:e(468),commandName:e(468),icon:r.IconTable,title:t(e(483)),description:t(e(429))},{id:e(406),commandName:e(406),icon:r.IconTableOfContents,title:t(e(500)),description:t(e(475)),aliases:[e(453)]},{id:e(515),commandName:e(515),icon:r.IconNumberedList,title:t(e(509)),description:t(e(441))},{id:e(516),commandName:e(516),icon:r.IconOutdent,title:t(e(414)),description:t(e(488))},{id:e(518),commandName:e(518),icon:r.IconParagraph,title:t(e(517)),description:t(e(481))},{id:e(491),commandName:e(491),icon:r.IconTodoList,title:t(e(415)),description:t(e(522))}]}[i(436)](e){const t=i;return e[t(497)]?e[t(497)](this[t(416)]):!e[t(499)]||this[t(416)][t(418)][t(392)](e[t(499)])[t(497)]}[i(489)](e){const n=i;if(e[n(507)])e[n(507)](this[n(416)]);else{if(!e[n(499)])throw new t.CKEditorError(n(423),this[n(416)],{commandDefinition:e});this[n(416)][n(507)](e[n(499)])}}}function l(e,t){const n=i;return e[n(512)]<t[n(512)]?-1:e[n(512)]>t[n(512)]?1:0}function d(e,t){const n=i;return t+"-"+e[n(407)]()[n(461)](" ")[n(456)]("-")}const u=p;function m(){const e=["20SKOsIB","getAllowedCommands","isPremiumPlugin","title","2398500rHLBgn","toLowerCase","2zVQmMU","SlashCommandEditing","416FYrpxp","description","10526780BXBiuq","isEnabled","includes","editor","1171290XbCdMH","requires","isOfficialPlugin","600707tjpdAI","getMatchingCommands","21350LNyqEg","push","2644107RJbGVY","4nyMoZP","plugins","3383016fQYQcz","concat","some","filter","aliases","get","SlashCommandConfig","pluginName"];return(m=function(){return e})()}function p(e,t){const n=m();return(p=function(e,t){return n[e-=265]})(e,t)}!function(e){const t=p,n=e();for(;;)try{if(496082===-parseInt(t(282))/1*(parseInt(t(271))/2)+-parseInt(t(286))/3*(parseInt(t(287))/4)+-parseInt(t(279))/5+parseInt(t(289))/6+-parseInt(t(284))/7*(-parseInt(t(273))/8)+-parseInt(t(269))/9*(-parseInt(t(265))/10)+parseInt(t(275))/11)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(m);class h extends e.Plugin{static get[u(296)](){return u(272)}static get[u(281)](){return!0}static get[u(267)](){return!0}static get[u(280)](){return[c]}[u(283)](e){const t=u,n=e&&e[t(270)]();let a=this[t(278)][t(288)][t(294)](t(295))[t(266)]();if(a=a[t(292)](e=>e[t(276)]()),n){const e=[],r=[],i=[],s=[];for(const o of a)o.id[t(270)]()[t(277)](n)?e[t(285)](o):o[t(268)][t(270)]()[t(277)](n)?r[t(285)](o):o[t(293)]&&o[t(293)][t(291)](e=>e[t(270)]()[t(277)](n))?i[t(285)](o):o[t(274)]&&o[t(274)][t(270)]()[t(277)](n)&&s[t(285)](o);a=e[t(290)](r,i,s)}return a}}var f=n(311);const g=I;function I(e,t){const n=b();return(I=function(e,t){return n[e-=165]})(e,t)}function b(){const e=["children","44645FhKnPS","2ODncta","12IbZhhm","add","249808gDqAkh","ck-slash-command-button","isIconColorInherited","span","202155GscANs","isColorInherited","labelView","4BRsScm","241330aSwyFs","div","title","3153934rWlrtT","set","36FFjcbG","iconView","render","2037838bweQBA","textPartView","setTemplate","4840236yKyyIW","description","ck-slash-command-button__text-part","ck-slash-command-button__description","10BbmzuQ","_createTextPartView","icon"];return(b=function(){return e})()}!function(e){const t=I,n=e();for(;;)try{if(339718===parseInt(t(174))/1*(parseInt(t(194))/2)+parseInt(t(170))/3*(parseInt(t(173))/4)+parseInt(t(193))/5*(parseInt(t(195))/6)+-parseInt(t(177))/7+parseInt(t(166))/8*(-parseInt(t(179))/9)+-parseInt(t(189))/10*(-parseInt(t(182))/11)+parseInt(t(185))/12)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(183)]=this[n(190)](e,t),void 0!==t[n(168)]&&(this[n(180)][n(171)]=t[n(168)]),this[n(178)]({icon:t[n(191)]||r.IconPlay,withText:!0,label:t[n(176)],class:n(167)})}[g(181)](){const e=g;super[e(181)](),this[e(192)][e(165)](this[e(183)])}[g(190)](e,t){const n=g,a=new f.View(e);return a[n(184)]({tag:n(175),attributes:{class:["ck",n(187)]},children:t[n(186)]?[this[n(172)],{tag:n(169),attributes:{class:["ck",n(188)]},children:[{text:t[n(186)]}]}]:[this[n(172)]]}),a}}var v=n(673),C=n.n(v),w=n(545),y=n.n(w),x=n(262),N=n.n(x),L=n(667),T=n.n(L),_=n(357),A=n.n(_),H=n(655),O={attributes:{"data-cke":!0}};O.setAttributes=T(),O.insert=N().bind(null,"head"),O.domAPI=y(),O.insertStyleElement=A();C()(H.A,O);H.A&&H.A.locals&&H.A.locals;function S(){const e=["3870472TXRyfN","getMatchingCommands","model","trialLimit","invalid","expired","mention","commands","slashCommand.dropdownLimit","stop","_setupMentionConfiguration","_showLicenseError","render","high","set","14qpuHjt","SlashCommand","SlashCommandEditing","config","featureNotAllowed","slashCommandLicenseKeyTrialLimit","init","slashCommandLicenseKeyExpired","slashCommandLicenseKeyValid","_licenseKeyCheckInterval","evaluationLimit","slashCommandLicenseKeyEvaluationLimit","slashCommandLicenseKeyNotAllowed","SlashCommandUI","3504228Nddixe","execute","plugins","_customItemRenderer","once","get","domainLimit","slashCommandLicenseKeyInvalid","range","editor","6034990KqnpYS","_overrideMentionExecuteListener","pluginName","4292732hFLqHn","locale","marker","bind","212630XxzbSc","460hGaGWW","destroy","1752120PedyqO","mention.feeds","slashCommandLicenseKeyDomainLimit","licenseKey","isOfficialPlugin","ready","remove","change","299223SjwsRB","element","usageLimit","isPremiumPlugin","push","3WBHvTq","slashCommandLicenseKeyUsageLimit"];return(S=function(){return e})()}const M=P;function P(e,t){const n=S();return(P=function(e,t){return n[e-=322]})(e,t)}!function(e){const t=P,n=e();for(;;)try{if(977169===parseInt(t(375))/1+parseInt(t(378))/2+parseInt(t(327))/3*(parseInt(t(371))/4)+-parseInt(t(368))/5+parseInt(t(358))/6+parseInt(t(344))/7*(parseInt(t(329))/8)+-parseInt(t(322))/9*(parseInt(t(376))/10))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(S);class j extends e.Plugin{[M(381)];[M(353)];static get[M(370)](){return M(357)}static get[M(382)](){return!0}static get[M(325)](){return!0}constructor(e){const t=M;super(e),this[t(339)]()}[M(350)](){const e=M;this[e(367)][e(362)](e(383),this[e(369)][e(374)](this)),this[e(381)]=this[e(367)][e(347)][e(363)](e(381));const t=this[e(367)];this[e(353)]=setInterval(()=>{const n=e;let a;for(const e in t){const r=e,i=t[r];if(n(352)==i||n(365)==i||n(351)==i||n(380)==i||n(356)==i||n(355)==i||n(349)==i||n(328)==i){delete t[r],a=i,clearInterval(this[n(353)]),this[n(353)]=void 0;break}}n(365)==a&&t[n(340)](n(333)),n(351)==a&&t[n(340)](n(334)),n(380)==a&&t[n(340)](n(364)),n(356)==a&&t[n(340)](n(348),n(345)),n(355)==a&&t[n(340)](n(354)),n(349)==a&&t[n(340)](n(332)),n(328)==a&&t[n(340)](n(324))},1e3)}[M(377)](){const e=M;super[e(377)](),this[e(353)]&&clearInterval(this[e(353)])}[M(339)](){const e=M,t=this[e(367)],n=this[e(367)][e(360)][e(363)](e(346)),a=t[e(347)][e(363)](e(379));a[e(326)]({marker:"/",feed:t=>n[e(330)](t),itemRenderer:this[e(361)][e(374)](this),dropdownLimit:t[e(347)][e(363)](e(337))||1/0}),t[e(347)][e(343)](e(379),a)}[M(369)](){const e=M,t=this[e(367)];t[e(336)][e(363)](e(335)).on(e(359),(n,a)=>{const r=e,i=a[0],s=t[r(331)];"/"===i[r(373)]&&s[r(385)](e=>{const t=r;e[t(384)](i[t(366)]),i[t(335)][t(359)](),n[t(338)]()})},{priority:e(342)})}[M(361)](e){const t=M,n=this[t(367)][t(372)],a=new k(n,e);return a[t(341)](),a[t(323)]}}function E(e,t){var n=K();return(E=function(e,t){return n[e-=150]})(e,t)}var B=E;!function(e){for(var t=E,n=e();;)try{if(921881===parseInt(t(164))/1*(-parseInt(t(154))/2)+-parseInt(t(160))/3*(parseInt(t(150))/4)+parseInt(t(163))/5+parseInt(t(165))/6*(parseInt(t(159))/7)+-parseInt(t(162))/8+parseInt(t(166))/9*(-parseInt(t(156))/10)+parseInt(t(167))/11*(parseInt(t(153))/12))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(K);class q extends e.Plugin{static get[B(152)](){return[B(161),h,j]}static get[B(151)](){return B(157)}static get[B(158)](){return!0}static get[B(155)](){return!0}}function K(){var e=["69NSuZGU","4641654FujQUa","15014997IsxqRi","1617IneZFA","20dhsWgN","pluginName","requires","227124vZZNLM","51274luTjQj","isPremiumPlugin","10dtEaiZ","SlashCommand","isOfficialPlugin","7OrarPu","189321Ldlilx","Mention","4623496JTBZvZ","8483805pMlXxf"];return(K=function(){return e})()}function z(e,t){var n=D();return(z=function(e,t){return n[e-=484]})(e,t)}function D(){var e=["8dcrnXY","36PXZhzw","781249sjDqyX","184302BQTgCs","673788OjxRnQ","1084bEItzi","219wPcpeD","216308SyPoqS","128290RGZFno","224495geaCqY"];return(D=function(){return e})()}!function(e){for(var t=z,n=e();;)try{if(130877===parseInt(t(488))/1*(parseInt(t(487))/2)+-parseInt(t(485))/3+-parseInt(t(489))/4+-parseInt(t(491))/5+parseInt(t(486))/6+parseInt(t(484))/7*(parseInt(t(492))/8)+-parseInt(t(493))/9*(parseInt(t(490))/10))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(D)})(),(window.CKEditor5=window.CKEditor5||{}).slashCommand=a})();
package/dist/index.js CHANGED
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- import{Plugin as _0xc452e7}from'@ckeditor/ckeditor5-core/dist/index.js';import{CKEditorError as _0x2dd524,uid as _0x10c9a0}from'@ckeditor/ckeditor5-utils/dist/index.js';import{IconRobotPencil as _0x8f2b9b,IconQuote as _0x1670bc,IconBulletedList as _0x4e044e,IconCodeBlock as _0x2ed86e,IconBrowseFiles as _0x3c0dcc,IconEmoji as _0xed264f,IconHeading1 as _0x27360c,IconHeading2 as _0x610e9,IconHeading3 as _0x331815,IconHeading4 as _0x281d28,IconHeading5 as _0x34ef7f,IconHeading6 as _0x5d05cc,IconHorizontalLine as _0xc1261,IconHtml as _0x1dfea9,IconIndent as _0x17be28,IconTable as _0x4429b3,IconTableOfContents as _0x33a96a,IconNumberedList as _0x535b78,IconOutdent as _0x284fe1,IconParagraph as _0x2f9ce0,IconTodoList as _0x311e25,IconPlay as _0x57d411}from'@ckeditor/ckeditor5-icons/dist/index.js';import{ButtonView as _0x17da67,View as _0x35e716}from'@ckeditor/ckeditor5-ui/dist/index.js';class P extends _0xc452e7{static get['pluginName'](){return'SlashCommandConfig';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x2ee356){super(_0x2ee356),this['_allowedCommands']=null;}['afterInit'](){const _0x4f3be4=this['editor']['config']['get']('slashCommand.removeCommands')||[],_0x38312e=function(_0x3a6410){let _0x4ce440=['heading4','heading5','heading6'];if(_0x3a6410){const _0x1e614d=_0x3a6410['map'](_0x21c7df=>_0x21c7df['model']);_0x4ce440=['heading1','heading2','heading3','heading4','heading5','heading6']['filter'](_0x20f182=>!_0x1e614d['includes'](_0x20f182));}return _0x4ce440;}(this['editor']['config']['get']('heading.options'));let _0x14565d=this['getDefaultCommands']()['filter'](_0x49c324=>!_0x38312e['includes'](_0x49c324['id']))['filter'](_0x121631=>!_0x4f3be4['includes'](_0x121631['commandName']));const _0x26363f=this['editor']['config']['get']('slashCommand.extraCommands');_0x26363f&&_0x26363f['length']&&(_0x14565d=_0x14565d['concat'](_0x26363f));const _0x158065=this['editor']['config']['get']('template.definitions');_0x158065&&_0x158065['length']&&(_0x14565d=_0x14565d['concat'](function(_0x74765a){return _0x74765a['map'](_0x2e0ae6=>{const {title:_0xfa06a4,icon:_0x3215f3,description:_0x534c64,data:_0x274e5e}=_0x2e0ae6,_0x18101c={'id':L(_0xfa06a4,'template'),'commandName':'insertTemplate','execute':_0x266dc8=>{_0x266dc8['execute']('insertTemplate',_0x274e5e);},'description':_0x534c64,'icon':_0x3215f3,'title':_0xfa06a4};return _0x3215f3&&(_0x18101c['isIconColorInherited']=!0x1),_0x18101c;});}(_0x158065)));const _0x1154ef=this['editor']['config']['get']('style.definitions');_0x1154ef&&_0x1154ef['length']&&(_0x14565d=_0x14565d['concat'](function(_0x4bb645){return _0x4bb645['map'](_0x89fceb=>({'id':L(_0x89fceb['name'],'style'),'commandName':'style','execute':_0x5d0212=>{_0x5d0212['execute']('style',{'styleName':_0x89fceb['name']});},'isEnabled':_0x8d1083=>{const _0x15fc18=_0x8d1083['commands']['get']('style');return _0x15fc18['isEnabled']&&_0x15fc18['enabledStyles']['includes'](_0x89fceb['name']);},'title':_0x89fceb['name']}));}(_0x1154ef)));const _0x450b45=_0x14565d['filter'](_0x54bbe8=>!_0x54bbe8['commandName']||void 0x0!==this['editor']['commands']['get'](_0x54bbe8['commandName'])),_0x4b4f88=[];for(const _0x585b63 of _0x450b45)_0x4b4f88['push']({'id':_0x585b63['id'],'commandName':_0x585b63['commandName'],'title':'function'==typeof _0x585b63['title']?_0x585b63['title'](this['editor']):_0x585b63['title'],'description':_0x585b63['description'],'icon':_0x585b63['icon'],'isIconColorInherited':_0x585b63['isIconColorInherited'],'aliases':_0x585b63['aliases'],'isEnabled':()=>this['_proxyIsEnabled'](_0x585b63),'execute':()=>this['_proxyExecute'](_0x585b63)});this['_allowedCommands']=_0x4b4f88['sort'](j),async function(_0x34f7b5){const _0x58e280=_0x267fd6([0x35,0x71,0x5a,0x66,0x43,0x63,0x50,0x62,0x4a,0x38,0x39,0x4e,0x44,0x72,0x56,0x52,0x42,0x58,0x31,0x76,0x48,0x7a,0x69,0x6a,0x70,0x75,0x64,0x77,0x59,0x4c,0x6e,0x6c,0x74,0x67,0x36,0x6b,0x55,0x4b,0x6f,0x78,0x73,0x6d,0x30,0x34,0x47,0x41,0x53,0x65,0x51,0x45,0x49,0x57,0x54,0x61,0x33,0x37,0x68,0x32,0x4d,0x4f,0x46,0x79]),_0x1c6e94=0xb20ac6e,_0x3e5e60=0xb27c33e^_0x1c6e94,_0x29606f=window[_0x267fd6([0x44,0x61,0x74,0x65])][_0x267fd6([0x6e,0x6f,0x77])](),_0x55d142=_0x34f7b5[_0x267fd6([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x1fdf56=new window[(_0x267fd6([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x444cf3=>{_0x55d142[_0x267fd6([0x6f,0x6e,0x63,0x65])](_0x267fd6([0x72,0x65,0x61,0x64,0x79]),_0x444cf3);}),_0xc60574={[_0x267fd6([0x6b,0x74,0x79])]:_0x267fd6([0x45,0x43]),[_0x267fd6([0x75,0x73,0x65])]:_0x267fd6([0x73,0x69,0x67]),[_0x267fd6([0x63,0x72,0x76])]:_0x267fd6([0x50,0x2d,0x32,0x35,0x36]),[_0x267fd6([0x78])]:_0x267fd6([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]),[_0x267fd6([0x79])]:_0x267fd6([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]),[_0x267fd6([0x61,0x6c,0x67])]:_0x267fd6([0x45,0x53,0x32,0x35,0x36])},_0x5c622c=_0x55d142[_0x267fd6([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x267fd6([0x67,0x65,0x74])](_0x267fd6([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x442c65(){let _0x1c924a,_0x2086f8=null,_0x29ec04=null;try{if(_0x5c622c==_0x267fd6([0x47,0x50,0x4c]))return _0x267fd6([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x1c924a=_0x131d2e(),!_0x1c924a)return _0x267fd6([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x1c924a[_0x267fd6([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x29ec04=_0x5d6dac(_0x1c924a[_0x267fd6([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x1c924a[_0x267fd6([0x6a,0x74,0x69])])),await _0x413880()?_0xfb04e9()?_0x1ff134()?_0x267fd6([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x57c187()?(_0x1c924a[_0x267fd6([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x267fd6([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x2086f8=_0x51d3ed(_0x267fd6([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x1c924a[_0x267fd6([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x267fd6([0x74,0x72,0x69,0x61,0x6c])&&(_0x2086f8=_0x51d3ed(_0x267fd6([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x5dce44()):_0x267fd6([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x267fd6([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x267fd6([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x267fd6([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x1ff134(){const _0x325037=[_0x267fd6([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x267fd6([0x74,0x72,0x69,0x61,0x6c])][_0x267fd6([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1c924a[_0x267fd6([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x29606f/0x3e8:0xe10*_0x3e5e60;return _0x1c924a[_0x267fd6([0x65,0x78,0x70])]<_0x325037;}function _0xfb04e9(){const _0x441b53=_0x1c924a[_0x267fd6([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x441b53&&(!!_0x441b53[_0x267fd6([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x267fd6([0x2a]))||(!!_0x441b53[_0x267fd6([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x267fd6([0x53,0x43]))||!!_0x441b53[_0x267fd6([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x267fd6([0x50,0x50]))));}function _0x57c187(){const _0x228b40=_0x1c924a[_0x267fd6([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x228b40||0x0==_0x228b40[_0x267fd6([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x1048cb}=new URL(window[_0x267fd6([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x228b40[_0x267fd6([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1048cb))return!0x0;const _0xc9fe47=_0x1048cb[_0x267fd6([0x73,0x70,0x6c,0x69,0x74])](_0x267fd6([0x2e]));return _0x228b40[_0x267fd6([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x419cd3=>_0x419cd3[_0x267fd6([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x267fd6([0x2a])))[_0x267fd6([0x6d,0x61,0x70])](_0x5254e2=>_0x5254e2[_0x267fd6([0x73,0x70,0x6c,0x69,0x74])](_0x267fd6([0x2e])))[_0x267fd6([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x10097a=>_0x10097a[_0x267fd6([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0xc9fe47[_0x267fd6([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x267fd6([0x6d,0x61,0x70])](_0x5ba878=>Array(_0xc9fe47[_0x267fd6([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x5ba878[_0x267fd6([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x267fd6([0x66,0x69,0x6c,0x6c])](_0x5ba878[0x0]===_0x267fd6([0x2a])?_0x267fd6([0x2a]):'')[_0x267fd6([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x5ba878))[_0x267fd6([0x73,0x6f,0x6d,0x65])](_0x20e540=>_0xc9fe47[_0x267fd6([0x65,0x76,0x65,0x72,0x79])]((_0x2c835a,_0x5a3289)=>_0x20e540[_0x5a3289]===_0x2c835a||_0x20e540[_0x5a3289]===_0x267fd6([0x2a])));}function _0x5dce44(){return _0x2086f8&&_0x29ec04?new window[(_0x267fd6([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x3a2ffa,_0x13b20f)=>{_0x2086f8[_0x267fd6([0x74,0x68,0x65,0x6e])](_0x3a2ffa,_0x13b20f),_0x29ec04[_0x267fd6([0x74,0x68,0x65,0x6e])](_0x1b6555=>{_0x1b6555!=_0x267fd6([0x56,0x61,0x6c,0x69,0x64])&&_0x3a2ffa(_0x1b6555);},_0x13b20f);}):_0x2086f8||_0x29ec04||_0x267fd6([0x56,0x61,0x6c,0x69,0x64]);}}function _0x5d6dac(_0x39c105,_0x5b95f9){return new window[(_0x267fd6([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0xb6da7f=>{if(_0x1d390b())return _0xb6da7f(_0x267fd6([0x56,0x61,0x6c,0x69,0x64]));_0x1925d3(),_0x55d142[_0x267fd6([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x267fd6([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0xe3c9fe=!0x1;const _0x3e573e=_0x10c9a0();function _0x16d4a5(_0x51bffe){return!!_0x51bffe&&(typeof _0x51bffe===_0x267fd6([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x51bffe===_0x267fd6([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x51bffe[_0x267fd6([0x74,0x68,0x65,0x6e])]===_0x267fd6([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x51bffe[_0x267fd6([0x63,0x61,0x74,0x63,0x68])]===_0x267fd6([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x2231fe(_0x44048b){_0x312e3a(_0x44048b)[_0x267fd6([0x74,0x68,0x65,0x6e])](_0x2fdf10=>{if(!_0x2fdf10||_0x2fdf10[_0x267fd6([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x267fd6([0x6f,0x6b]))return _0x267fd6([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x129d5c(_0x456dad(_0x3e573e+_0x5b95f9))!=_0x2fdf10[_0x267fd6([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x267fd6([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x267fd6([0x56,0x61,0x6c,0x69,0x64]);})[_0x267fd6([0x74,0x68,0x65,0x6e])](_0xf4990b=>(_0x2dbe6b(),_0xf4990b),()=>{const _0x40eb28=_0x27ed35();return null==_0x40eb28?(_0x2dbe6b(),_0x267fd6([0x56,0x61,0x6c,0x69,0x64])):_0x267fd6(_0x29606f-_0x40eb28>(0x2f2c286e^_0x1c6e94)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x267fd6([0x74,0x68,0x65,0x6e])](_0xb6da7f)[_0x267fd6([0x63,0x61,0x74,0x63,0x68])](()=>{_0xb6da7f(_0x267fd6([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x26ea97=0xb1642ee^_0x1c6e94;function _0x2dbe6b(){const _0x40c8e1=_0x267fd6([0x6c,0x6c,0x63,0x74,0x2d])+_0x129d5c(_0x456dad(_0x39c105)),_0x4f39db=_0x2c385c(_0x129d5c(window[_0x267fd6([0x4d,0x61,0x74,0x68])][_0x267fd6([0x63,0x65,0x69,0x6c])](_0x29606f/_0x26ea97)));window[_0x267fd6([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x267fd6([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x40c8e1,_0x4f39db);}function _0x27ed35(){const _0x5302ac=_0x267fd6([0x6c,0x6c,0x63,0x74,0x2d])+_0x129d5c(_0x456dad(_0x39c105)),_0x468626=window[_0x267fd6([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x267fd6([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x5302ac);return _0x468626?window[_0x267fd6([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x2c385c(_0x468626),0x10)*_0x26ea97:null;}function _0x312e3a(_0x27422c){return new window[(_0x267fd6([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x5401e8,_0x5a820b)=>{_0x27422c[_0x267fd6([0x74,0x68,0x65,0x6e])](_0x5401e8,_0x5a820b),window[_0x267fd6([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x5a820b,0xb2178ae^_0x1c6e94);});}}_0x55d142[_0x267fd6([0x6f,0x6e])](_0x267fd6([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x3eff8a,_0x2fb7be)=>{if(_0x2fb7be[0x0]!=_0x39c105)return _0xb6da7f(_0x267fd6([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x2fb7be[0x1]={..._0x2fb7be[0x1],[_0x267fd6([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x3e573e};},{[_0x267fd6([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x267fd6([0x68,0x69,0x67,0x68])}),_0x55d142[_0x267fd6([0x6f,0x6e])](_0x267fd6([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x7fbadc=>{_0x16d4a5(_0x7fbadc[_0x267fd6([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0xe3c9fe=!0x0,_0x2231fe(_0x7fbadc[_0x267fd6([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x267fd6([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x267fd6([0x6c,0x6f,0x77])}),_0x1fdf56[_0x267fd6([0x74,0x68,0x65,0x6e])](()=>{_0xe3c9fe||_0xb6da7f(_0x267fd6([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x1d390b(){return _0x55d142[_0x267fd6([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x267fd6([0x76,0x69,0x65,0x77])][_0x267fd6([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x267fd6([0x61,0x75,0x74,0x6f]);}function _0x1925d3(){_0x55d142[_0x267fd6([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x267fd6([0x76,0x69,0x65,0x77])][_0x267fd6([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x267fd6([0x61,0x75,0x74,0x6f]);}}function _0x51d3ed(_0x2aa2cc){const _0x1c6917=[new window[(_0x267fd6([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x530b89=>setTimeout(_0x530b89,0xb2992a2^_0x1c6e94)),_0x1fdf56[_0x267fd6([0x74,0x68,0x65,0x6e])](()=>new window[(_0x267fd6([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x99ff1f=>{let _0x678dca=0x0;_0x55d142[_0x267fd6([0x6d,0x6f,0x64,0x65,0x6c])][_0x267fd6([0x6f,0x6e])](_0x267fd6([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x1057da,_0x2eddcd)=>{_0x2eddcd[0x0][_0x267fd6([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x678dca++,_0x678dca==(0xb20ad96^_0x1c6e94)&&(_0x99ff1f(),_0x1057da[_0x267fd6([0x6f,0x66,0x66])]());});}))];return window[_0x267fd6([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x267fd6([0x72,0x61,0x63,0x65])](_0x1c6917)[_0x267fd6([0x74,0x68,0x65,0x6e])](()=>_0x2aa2cc);}async function _0x46cdff(){await _0x1fdf56,_0x55d142[_0x267fd6([0x6d,0x6f,0x64,0x65,0x6c])][_0x267fd6([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x519639,_0x55d142[_0x267fd6([0x6d,0x6f,0x64,0x65,0x6c])][_0x267fd6([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x519639,_0x55d142[_0x267fd6([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x267fd6([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x3e69f8(_0x2bf665){const _0x4ef755=_0x3cd5b1();_0x55d142[_0x4ef755]=_0x267fd6([0x73,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x2bf665,_0x2bf665!=_0x267fd6([0x56,0x61,0x6c,0x69,0x64])&&_0x46cdff();}function _0x3cd5b1(){const _0x4af89e=window[_0x267fd6([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x267fd6([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x267fd6([0x6e,0x6f,0x77])]())[_0x267fd6([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x267fd6([0x2e]),'');let _0x6215a8=_0x267fd6([0x71]);for(let _0x4096f5=0x0;_0x4096f5<_0x4af89e[_0x267fd6([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x4096f5+=0x2){let _0x38c61b=window[_0x267fd6([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x4af89e[_0x267fd6([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x4096f5,_0x4096f5+0x2));_0x38c61b>=_0x58e280[_0x267fd6([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x38c61b-=_0x58e280[_0x267fd6([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x6215a8+=_0x58e280[_0x38c61b];}return _0x6215a8;}function _0x131d2e(){const _0x5d9f5c=_0x5c622c[_0x267fd6([0x73,0x70,0x6c,0x69,0x74])](_0x267fd6([0x2e]));if(0x3!=_0x5d9f5c[_0x267fd6([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0xf80462(_0x5d9f5c[0x1]);function _0xf80462(_0x3a7766){const _0x310b70=_0x2eb2c(_0x3a7766);return _0x310b70&&_0x104343()?_0x310b70:null;function _0x104343(){const _0x4f6393=_0x310b70[_0x267fd6([0x6a,0x74,0x69])],_0x34be61=window[_0x267fd6([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x4f6393[_0x267fd6([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x4f6393[_0x267fd6([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x24532a={..._0x310b70,[_0x267fd6([0x6a,0x74,0x69])]:_0x4f6393[_0x267fd6([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x4f6393[_0x267fd6([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x24532a[_0x267fd6([0x76,0x63])],_0x456dad(_0x24532a)==_0x34be61;}}}async function _0x413880(){let _0x1792b7=!0x0;try{const _0x56eda1=_0x5c622c[_0x267fd6([0x73,0x70,0x6c,0x69,0x74])](_0x267fd6([0x2e])),[_0x2236a1,_0x1801cc,_0x2d119f]=_0x56eda1;return _0x9acd(_0x2236a1),await _0x109663(_0x2236a1,_0x1801cc,_0x2d119f),_0x1792b7;}catch{return!0x1;}function _0x9acd(_0x24fbb6){const _0xbca736=_0x2eb2c(_0x24fbb6);_0xbca736&&_0xbca736[_0x267fd6([0x61,0x6c,0x67])]==_0x267fd6([0x45,0x53,0x32,0x35,0x36])||(_0x1792b7=!0x1);}async function _0x109663(_0x15238e,_0x565a60,_0x2ce107){const _0x2cf5d6=window[_0x267fd6([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x267fd6([0x66,0x72,0x6f,0x6d])](_0x262786(_0x2ce107),_0x28f838=>_0x28f838[_0x267fd6([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x1ff3d9=new window[(_0x267fd6([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x267fd6([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x15238e+_0x267fd6([0x2e])+_0x565a60),_0x397266=window[_0x267fd6([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x267fd6([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x397266)return;const _0x2df0fd=await _0x397266[_0x267fd6([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x267fd6([0x6a,0x77,0x6b]),_0xc60574,{[_0x267fd6([0x6e,0x61,0x6d,0x65])]:_0x267fd6([0x45,0x43,0x44,0x53,0x41]),[_0x267fd6([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x267fd6([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x267fd6([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x397266[_0x267fd6([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x267fd6([0x6e,0x61,0x6d,0x65])]:_0x267fd6([0x45,0x43,0x44,0x53,0x41]),[_0x267fd6([0x68,0x61,0x73,0x68])]:{[_0x267fd6([0x6e,0x61,0x6d,0x65])]:_0x267fd6([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x2df0fd,_0x2cf5d6,_0x1ff3d9)||(_0x1792b7=!0x1);}}function _0x2eb2c(_0x2244d8){return _0x2244d8[_0x267fd6([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x267fd6([0x65,0x79]))?JSON[_0x267fd6([0x70,0x61,0x72,0x73,0x65])](_0x262786(_0x2244d8)):null;}function _0x262786(_0x4774fd){return window[_0x267fd6([0x61,0x74,0x6f,0x62])](_0x4774fd[_0x267fd6([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x267fd6([0x2b]))[_0x267fd6([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x267fd6([0x2f])));}function _0x456dad(_0x32aa86){let _0x3817e2=0x1505;function _0x1ee1f9(_0x2bc89e){for(let _0x10973b=0x0;_0x10973b<_0x2bc89e[_0x267fd6([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x10973b++){const _0x57d4e1=_0x2bc89e[_0x267fd6([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x10973b);_0x3817e2=(_0x3817e2<<0x5)+_0x3817e2+_0x57d4e1,_0x3817e2&=_0x3817e2;}}function _0x47c66b(_0x2cf6c0){Array[_0x267fd6([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x2cf6c0)?_0x2cf6c0[_0x267fd6([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x47c66b):_0x2cf6c0&&typeof _0x2cf6c0==_0x267fd6([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x267fd6([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x2cf6c0)[_0x267fd6([0x73,0x6f,0x72,0x74])]()[_0x267fd6([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x4ecfc7,_0x3b23c2])=>{_0x1ee1f9(_0x4ecfc7),_0x47c66b(_0x3b23c2);}):_0x1ee1f9(window[_0x267fd6([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x2cf6c0));}return _0x47c66b(_0x32aa86),_0x3817e2>>>0x0;}function _0x129d5c(_0x5491b0){return _0x5491b0[_0x267fd6([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x267fd6([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x267fd6([0x30]));}function _0x2c385c(_0x43afcd){return _0x43afcd[_0x267fd6([0x73,0x70,0x6c,0x69,0x74])]('')[_0x267fd6([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x267fd6([0x6a,0x6f,0x69,0x6e])]('');}function _0x519639(){}function _0x267fd6(_0x482fa3){return _0x482fa3['map'](_0x20c6da=>String['fromCharCode'](_0x20c6da))['join']('');}_0x3e69f8(await _0x442c65());}(this);}['getAllowedCommands'](){return this['_allowedCommands'];}['getDefaultCommands'](){const _0x471719=_0xc5620d=>function(_0x45030b,_0x59e164){const t=_0x45030b['t'],_0x2b53e7=_0x45030b['t'];switch(_0x59e164){case'AI\x20Assistant':return _0x2b53e7('AI\x20Assistant');case'Block\x20quote':return _0x2b53e7('Block\x20quote');case'Bulleted\x20list':return _0x2b53e7('Bulleted\x20list');case'Insert\x20code\x20block':return _0x2b53e7('Insert\x20code\x20block');case'Open\x20file\x20manager':return _0x2b53e7('Open\x20file\x20manager');case'Insert\x20image':return _0x2b53e7('Insert\x20image');case'Heading\x201':return _0x2b53e7('Heading\x201');case'Heading\x202':return _0x2b53e7('Heading\x202');case'Heading\x203':return _0x2b53e7('Heading\x203');case'Heading\x204':return _0x2b53e7('Heading\x204');case'Heading\x205':return _0x2b53e7('Heading\x205');case'Heading\x206':return _0x2b53e7('Heading\x206');case'Horizontal\x20line':return _0x2b53e7('Horizontal\x20line');case'Insert\x20HTML':return _0x2b53e7('Insert\x20HTML');case'Increase\x20indent':return _0x2b53e7('Increase\x20indent');case'Insert\x20table':return _0x2b53e7('Insert\x20table');case'Table\x20of\x20contents':return _0x2b53e7('Table\x20of\x20contents');case'Numbered\x20list':return _0x2b53e7('Numbered\x20list');case'Decrease\x20indent':return _0x2b53e7('Decrease\x20indent');case'Paragraph':return _0x2b53e7('Paragraph');case'To-do\x20list':return _0x2b53e7('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 _0x59e164;}}(this['editor']['locale'],_0xc5620d);return[{'id':'aiAssistant','commandName':'showAIAssistant','icon':_0x8f2b9b,'title':_0x471719('AI\x20Assistant'),'description':_0x471719('Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content'),'execute':_0x452db5=>{setTimeout(()=>_0x452db5['execute']('showAIAssistant'));}},{'id':'blockQuote','commandName':'blockQuote','icon':_0x1670bc,'title':_0x471719('Block\x20quote'),'description':_0x471719('Create\x20a\x20block\x20quote')},{'id':'bulletedList','commandName':'bulletedList','icon':_0x4e044e,'title':_0x471719('Bulleted\x20list'),'description':_0x471719('Create\x20a\x20bulleted\x20list')},{'id':'codeBlock','commandName':'codeBlock','icon':_0x2ed86e,'title':_0x471719('Insert\x20code\x20block'),'description':_0x471719('Create\x20a\x20code\x20block')},{'id':'ckbox','commandName':'ckbox','icon':_0x3c0dcc,'title':_0x471719('Open\x20file\x20manager'),'description':_0x471719('Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file'),'aliases':['ckfinder','filemanager','upload']},{'id':'ckfinder','commandName':'ckfinder','icon':_0x3c0dcc,'title':_0x471719('Insert\x20image'),'description':_0x471719('Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file'),'aliases':['ckbox','filemanager','upload']},{'id':'emoji','commandName':'emoji','icon':_0xed264f,'title':_0x471719('Emoji'),'description':_0x471719('Insert\x20an\x20emoji'),'execute':_0x46422a=>{setTimeout(()=>_0x46422a['execute']('emoji'));}},{'id':'heading1','commandName':'heading','icon':_0x27360c,'title':_0x471719('Heading\x201'),'description':_0x471719('Create\x20a\x20heading\x20level\x201'),'execute':_0x3d7d11=>{_0x3d7d11['execute']('heading',{'value':'heading1'});}},{'id':'heading2','commandName':'heading','icon':_0x610e9,'title':_0x471719('Heading\x202'),'description':_0x471719('Create\x20a\x20heading\x20level\x202'),'execute':_0x1c969c=>{_0x1c969c['execute']('heading',{'value':'heading2'});}},{'id':'heading3','commandName':'heading','icon':_0x331815,'title':_0x471719('Heading\x203'),'description':_0x471719('Create\x20a\x20heading\x20level\x203'),'execute':_0x5d77a4=>{_0x5d77a4['execute']('heading',{'value':'heading3'});}},{'id':'heading4','commandName':'heading','icon':_0x281d28,'title':_0x471719('Heading\x204'),'description':_0x471719('Create\x20a\x20heading\x20level\x204'),'execute':_0xed41fa=>{_0xed41fa['execute']('heading',{'value':'heading4'});}},{'id':'heading5','commandName':'heading','icon':_0x34ef7f,'title':_0x471719('Heading\x205'),'description':_0x471719('Create\x20a\x20heading\x20level\x205'),'execute':_0x435628=>{_0x435628['execute']('heading',{'value':'heading5'});}},{'id':'heading6','commandName':'heading','icon':_0x5d05cc,'title':_0x471719('Heading\x206'),'description':_0x471719('Create\x20a\x20heading\x20level\x206'),'execute':_0x3ce4e6=>{_0x3ce4e6['execute']('heading',{'value':'heading6'});}},{'id':'horizontalLine','commandName':'horizontalLine','icon':_0xc1261,'title':_0x471719('Horizontal\x20line'),'description':_0x471719('Insert\x20a\x20horizontal\x20line')},{'id':'htmlEmbed','commandName':'htmlEmbed','icon':_0x1dfea9,'title':_0x471719('Insert\x20HTML'),'description':_0x471719('Insert\x20an\x20HTML\x20snippet')},{'id':'indent','commandName':'indent','icon':_0x17be28,'title':_0x471719('Increase\x20indent'),'description':_0x471719('Increase\x20the\x20indentation')},{'id':'insertMermaidCommand','commandName':'insertMermaidCommand','title':_0x471719('Insert\x20Mermaid\x20diagram'),'description':_0x471719('Insert\x20the\x20Mermaid\x20diagram')},{'id':'insertTable','commandName':'insertTable','icon':_0x4429b3,'title':_0x471719('Insert\x20table'),'description':_0x471719('Create\x20a\x20table')},{'id':'insertTableOfContents','commandName':'insertTableOfContents','icon':_0x33a96a,'title':_0x471719('Table\x20of\x20contents'),'description':_0x471719('Insert\x20table\x20of\x20contents'),'aliases':['toc']},{'id':'numberedList','commandName':'numberedList','icon':_0x535b78,'title':_0x471719('Numbered\x20list'),'description':_0x471719('Create\x20a\x20numbered\x20list')},{'id':'outdent','commandName':'outdent','icon':_0x284fe1,'title':_0x471719('Decrease\x20indent'),'description':_0x471719('Decrease\x20the\x20indentation')},{'id':'paragraph','commandName':'paragraph','icon':_0x2f9ce0,'title':_0x471719('Paragraph'),'description':_0x471719('Insert\x20a\x20paragraph')},{'id':'todoList','commandName':'todoList','icon':_0x311e25,'title':_0x471719('To-do\x20list'),'description':_0x471719('Create\x20a\x20to-do\x20list')}];}['_proxyIsEnabled'](_0x35af1a){return _0x35af1a['isEnabled']?_0x35af1a['isEnabled'](this['editor']):!_0x35af1a['commandName']||this['editor']['commands']['get'](_0x35af1a['commandName'])['isEnabled'];}['_proxyExecute'](_0x49c4f0){if(_0x49c4f0['execute'])_0x49c4f0['execute'](this['editor']);else{if(!_0x49c4f0['commandName'])throw new _0x2dd524('slash-command-execute-missing',this['editor'],{'commandDefinition':_0x49c4f0});this['editor']['execute'](_0x49c4f0['commandName']);}}}function j(_0x2108f5,_0xe03e86){return _0x2108f5['title']<_0xe03e86['title']?-0x1:_0x2108f5['title']>_0xe03e86['title']?0x1:0x0;}function L(_0x46b6c1,_0x54170c){return _0x54170c+'-'+_0x46b6c1['toLowerCase']()['split']('\x20')['join']('-');}class s extends _0xc452e7{static get['pluginName'](){return'SlashCommandEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[P];}['getMatchingCommands'](_0x42fa1a){const _0x1f394e=_0x42fa1a&&_0x42fa1a['toLowerCase']();let _0xb86941=this['editor']['plugins']['get']('SlashCommandConfig')['getAllowedCommands']();if(_0xb86941=_0xb86941['filter'](_0x399e14=>_0x399e14['isEnabled']()),_0x1f394e){const _0x19af97=[],_0x2cb754=[],_0x329ed3=[],_0x9a43af=[];for(const _0xcd0fe5 of _0xb86941)_0xcd0fe5['id']['toLowerCase']()['includes'](_0x1f394e)?_0x19af97['push'](_0xcd0fe5):_0xcd0fe5['title']['toLowerCase']()['includes'](_0x1f394e)?_0x2cb754['push'](_0xcd0fe5):_0xcd0fe5['aliases']&&_0xcd0fe5['aliases']['some'](_0x77cf2c=>_0x77cf2c['toLowerCase']()['includes'](_0x1f394e))?_0x329ed3['push'](_0xcd0fe5):_0xcd0fe5['description']&&_0xcd0fe5['description']['toLowerCase']()['includes'](_0x1f394e)&&_0x9a43af['push'](_0xcd0fe5);_0xb86941=_0x19af97['concat'](_0x2cb754,_0x329ed3,_0x9a43af);}return _0xb86941;}}class K extends _0x17da67{constructor(_0x223496,_0x13adf2){super(_0x223496),this['textPartView']=this['_createTextPartView'](_0x223496,_0x13adf2),void 0x0!==_0x13adf2['isIconColorInherited']&&(this['iconView']['isColorInherited']=_0x13adf2['isIconColorInherited']),this['set']({'icon':_0x13adf2['icon']||_0x57d411,'withText':!0x0,'label':_0x13adf2['title'],'class':'ck-slash-command-button'});}['render'](){super['render'](),this['children']['add'](this['textPartView']);}['_createTextPartView'](_0x125514,_0x23ec69){const _0x373190=new _0x35e716(_0x125514);return _0x373190['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-slash-command-button__text-part']},'children':_0x23ec69['description']?[this['labelView'],{'tag':'span','attributes':{'class':['ck','ck-slash-command-button__description']},'children':[{'text':_0x23ec69['description']}]}]:[this['labelView']]}),_0x373190;}}class e extends _0xc452e7{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'SlashCommandUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x2b0620){super(_0x2b0620),this['_setupMentionConfiguration']();}['init'](){this['editor']['once']('ready',this['_overrideMentionExecuteListener']['bind'](this)),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x1d3405=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x1d930b;for(const _0x42d0fa in _0x1d3405){const _0x10e258=_0x42d0fa,_0x482b02=_0x1d3405[_0x10e258];if('slashCommandLicenseKeyValid'==_0x482b02||'slashCommandLicenseKeyInvalid'==_0x482b02||'slashCommandLicenseKeyExpired'==_0x482b02||'slashCommandLicenseKeyDomainLimit'==_0x482b02||'slashCommandLicenseKeyNotAllowed'==_0x482b02||'slashCommandLicenseKeyEvaluationLimit'==_0x482b02||'slashCommandLicenseKeyTrialLimit'==_0x482b02||'slashCommandLicenseKeyUsageLimit'==_0x482b02){delete _0x1d3405[_0x10e258],_0x1d930b=_0x482b02,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'slashCommandLicenseKeyInvalid'==_0x1d930b&&_0x1d3405['_showLicenseError']('invalid'),'slashCommandLicenseKeyExpired'==_0x1d930b&&_0x1d3405['_showLicenseError']('expired'),'slashCommandLicenseKeyDomainLimit'==_0x1d930b&&_0x1d3405['_showLicenseError']('domainLimit'),'slashCommandLicenseKeyNotAllowed'==_0x1d930b&&_0x1d3405['_showLicenseError']('featureNotAllowed','SlashCommand'),'slashCommandLicenseKeyEvaluationLimit'==_0x1d930b&&_0x1d3405['_showLicenseError']('evaluationLimit'),'slashCommandLicenseKeyTrialLimit'==_0x1d930b&&_0x1d3405['_showLicenseError']('trialLimit'),'slashCommandLicenseKeyUsageLimit'==_0x1d930b&&_0x1d3405['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}['_setupMentionConfiguration'](){const _0x170fbe=this['editor'],_0x1b0e1b=this['editor']['plugins']['get']('SlashCommandEditing'),_0xee933b=_0x170fbe['config']['get']('mention.feeds');_0xee933b['push']({'marker':'/','feed':_0x38a8cf=>_0x1b0e1b['getMatchingCommands'](_0x38a8cf),'itemRenderer':this['_customItemRenderer']['bind'](this),'dropdownLimit':_0x170fbe['config']['get']('slashCommand.dropdownLimit')||0x1/0x0}),_0x170fbe['config']['set']('mention.feeds',_0xee933b);}['_overrideMentionExecuteListener'](){const _0xaa51f=this['editor'];_0xaa51f['commands']['get']('mention')['on']('execute',(_0x4c273d,_0x32992b)=>{const _0x30151a=_0x32992b[0x0],_0x2a4566=_0xaa51f['model'];'/'===_0x30151a['marker']&&_0x2a4566['change'](_0x5ad66e=>{_0x5ad66e['remove'](_0x30151a['range']),_0x30151a['mention']['execute'](),_0x4c273d['stop']();});},{'priority':'high'});}['_customItemRenderer'](_0x33351e){const _0x486d68=this['editor']['locale'],_0x590561=new K(_0x486d68,_0x33351e);return _0x590561['render'](),_0x590561['element'];}}class H extends _0xc452e7{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 _0x220bd0}from'@ckeditor/ckeditor5-core/dist/index.js';import{CKEditorError as _0x4fee6f,uid as _0x2f2036}from'@ckeditor/ckeditor5-utils/dist/index.js';import{IconRobotPencil as _0x41a66e,IconQuote as _0x38724e,IconBulletedList as _0x4bdc0c,IconCodeBlock as _0x8b7e2,IconBrowseFiles as _0x113bf1,IconEmoji as _0x4ac3f2,IconHeading1 as _0x11daf9,IconHeading2 as _0x5580f4,IconHeading3 as _0x45e391,IconHeading4 as _0x3f4f83,IconHeading5 as _0x1ed31a,IconHeading6 as _0x18a02f,IconHorizontalLine as _0x24f510,IconHtml as _0x25d064,IconIndent as _0x543cfe,IconTable as _0x1da0fb,IconTableOfContents as _0x3922d6,IconNumberedList as _0x3dab40,IconOutdent as _0x44b5a9,IconParagraph as _0x1c75db,IconTodoList as _0x1d8963,IconPlay as _0x45e587}from'@ckeditor/ckeditor5-icons/dist/index.js';import{ButtonView as _0x11b25d,View as _0x3b767a}from'@ckeditor/ckeditor5-ui/dist/index.js';class P extends _0x220bd0{static get['pluginName'](){return'SlashCommandConfig';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x1b30d1){super(_0x1b30d1),this['_allowedCommands']=null;}['afterInit'](){const _0x1ca0c5=this['editor']['config']['get']('slashCommand.removeCommands')||[],_0x43f3a7=function(_0x4cbf59){let _0x45bc30=['heading4','heading5','heading6'];if(_0x4cbf59){const _0x3ef84f=_0x4cbf59['map'](_0x53b76b=>_0x53b76b['model']);_0x45bc30=['heading1','heading2','heading3','heading4','heading5','heading6']['filter'](_0x888c84=>!_0x3ef84f['includes'](_0x888c84));}return _0x45bc30;}(this['editor']['config']['get']('heading.options'));let _0x255b14=this['getDefaultCommands']()['filter'](_0x232b2a=>!_0x43f3a7['includes'](_0x232b2a['id']))['filter'](_0x102b73=>!_0x1ca0c5['includes'](_0x102b73['commandName']));const _0x5c4dbb=this['editor']['config']['get']('slashCommand.extraCommands');_0x5c4dbb&&_0x5c4dbb['length']&&(_0x255b14=_0x255b14['concat'](_0x5c4dbb));const _0x1e5695=this['editor']['config']['get']('template.definitions');_0x1e5695&&_0x1e5695['length']&&(_0x255b14=_0x255b14['concat'](function(_0xf91a0d){return _0xf91a0d['map'](_0x5aa0ca=>{const {title:_0x5e9651,icon:_0x5eb828,description:_0x490b23,data:_0x5da4ac}=_0x5aa0ca,_0x190df4={'id':L(_0x5e9651,'template'),'commandName':'insertTemplate','execute':_0x1ecd7b=>{_0x1ecd7b['execute']('insertTemplate',_0x5da4ac);},'description':_0x490b23,'icon':_0x5eb828,'title':_0x5e9651};return _0x5eb828&&(_0x190df4['isIconColorInherited']=!0x1),_0x190df4;});}(_0x1e5695)));const _0x37e3e1=this['editor']['config']['get']('style.definitions');_0x37e3e1&&_0x37e3e1['length']&&(_0x255b14=_0x255b14['concat'](function(_0x3b3109){return _0x3b3109['map'](_0x440498=>({'id':L(_0x440498['name'],'style'),'commandName':'style','execute':_0x4de35d=>{_0x4de35d['execute']('style',{'styleName':_0x440498['name']});},'isEnabled':_0x38c5a3=>{const _0x15b76d=_0x38c5a3['commands']['get']('style');return _0x15b76d['isEnabled']&&_0x15b76d['enabledStyles']['includes'](_0x440498['name']);},'title':_0x440498['name']}));}(_0x37e3e1)));const _0x4b78f4=_0x255b14['filter'](_0x114ae3=>!_0x114ae3['commandName']||void 0x0!==this['editor']['commands']['get'](_0x114ae3['commandName'])),_0xfdfca=[];for(const _0x3b49bb of _0x4b78f4)_0xfdfca['push']({'id':_0x3b49bb['id'],'commandName':_0x3b49bb['commandName'],'title':'function'==typeof _0x3b49bb['title']?_0x3b49bb['title'](this['editor']):_0x3b49bb['title'],'description':_0x3b49bb['description'],'icon':_0x3b49bb['icon'],'isIconColorInherited':_0x3b49bb['isIconColorInherited'],'aliases':_0x3b49bb['aliases'],'isEnabled':()=>this['_proxyIsEnabled'](_0x3b49bb),'execute':()=>this['_proxyExecute'](_0x3b49bb)});this['_allowedCommands']=_0xfdfca['sort'](j),async function(_0x399c2b){const _0x3e097c=_0x1935f8([0x52,0x34,0x39,0x6b,0x79,0x47,0x45,0x58,0x68,0x57,0x48,0x74,0x53,0x4e,0x7a,0x38,0x56,0x66,0x6d,0x78,0x32,0x42,0x46,0x70,0x4d,0x64,0x6c,0x59,0x75,0x4c,0x69,0x55,0x51,0x31,0x61,0x50,0x54,0x33,0x41,0x72,0x6a,0x37,0x71,0x6f,0x4b,0x6e,0x77,0x63,0x43,0x73,0x65,0x5a,0x67,0x76,0x36,0x35,0x49,0x4f,0x44,0x30,0x4a,0x62]),_0x395f1e=0x20dd8872,_0x2a9a1d=0x20dae7f2^_0x395f1e,_0x500249=window[_0x1935f8([0x44,0x61,0x74,0x65])][_0x1935f8([0x6e,0x6f,0x77])](),_0x4c3c8a=_0x399c2b[_0x1935f8([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x37df52=new window[(_0x1935f8([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x4a1893=>{_0x4c3c8a[_0x1935f8([0x6f,0x6e,0x63,0x65])](_0x1935f8([0x72,0x65,0x61,0x64,0x79]),_0x4a1893);}),_0x20738a={[_0x1935f8([0x6b,0x74,0x79])]:_0x1935f8([0x45,0x43]),[_0x1935f8([0x75,0x73,0x65])]:_0x1935f8([0x73,0x69,0x67]),[_0x1935f8([0x63,0x72,0x76])]:_0x1935f8([0x50,0x2d,0x32,0x35,0x36]),[_0x1935f8([0x78])]:_0x1935f8([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]),[_0x1935f8([0x79])]:_0x1935f8([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]),[_0x1935f8([0x61,0x6c,0x67])]:_0x1935f8([0x45,0x53,0x32,0x35,0x36])},_0x1356a9=_0x4c3c8a[_0x1935f8([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x1935f8([0x67,0x65,0x74])](_0x1935f8([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x399102(){let _0x27008d,_0xb5db6f=null,_0x158595=null;try{if(_0x1356a9==_0x1935f8([0x47,0x50,0x4c]))return _0x1935f8([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x27008d=_0x2443d5(),!_0x27008d)return _0x1935f8([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x27008d[_0x1935f8([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x158595=_0x1de9b2(_0x27008d[_0x1935f8([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x27008d[_0x1935f8([0x6a,0x74,0x69])])),await _0x3390b4()?_0xb0238f()?_0x3184c0()?_0x1935f8([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x54746a()?(_0x27008d[_0x1935f8([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x1935f8([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0xb5db6f=_0x48b238(_0x1935f8([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x27008d[_0x1935f8([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x1935f8([0x74,0x72,0x69,0x61,0x6c])&&(_0xb5db6f=_0x48b238(_0x1935f8([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x2abfc6()):_0x1935f8([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x1935f8([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x1935f8([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x1935f8([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x3184c0(){const _0x10da0f=[_0x1935f8([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x1935f8([0x74,0x72,0x69,0x61,0x6c])][_0x1935f8([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x27008d[_0x1935f8([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x500249/0x3e8:0xe10*_0x2a9a1d;return _0x27008d[_0x1935f8([0x65,0x78,0x70])]<_0x10da0f;}function _0xb0238f(){const _0x3111dd=_0x27008d[_0x1935f8([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x3111dd&&(!!_0x3111dd[_0x1935f8([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1935f8([0x2a]))||(!!_0x3111dd[_0x1935f8([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1935f8([0x53,0x43]))||!!_0x3111dd[_0x1935f8([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1935f8([0x50,0x50]))));}function _0x54746a(){const _0x4e1ffb=_0x27008d[_0x1935f8([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x4e1ffb||0x0==_0x4e1ffb[_0x1935f8([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0xd69f69}=new URL(window[_0x1935f8([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x4e1ffb[_0x1935f8([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xd69f69))return!0x0;const _0x46448d=_0xd69f69[_0x1935f8([0x73,0x70,0x6c,0x69,0x74])](_0x1935f8([0x2e]));return _0x4e1ffb[_0x1935f8([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x23e077=>_0x23e077[_0x1935f8([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1935f8([0x2a])))[_0x1935f8([0x6d,0x61,0x70])](_0x172c25=>_0x172c25[_0x1935f8([0x73,0x70,0x6c,0x69,0x74])](_0x1935f8([0x2e])))[_0x1935f8([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x4ce7ff=>_0x4ce7ff[_0x1935f8([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x46448d[_0x1935f8([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x1935f8([0x6d,0x61,0x70])](_0x12fb76=>Array(_0x46448d[_0x1935f8([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x12fb76[_0x1935f8([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x1935f8([0x66,0x69,0x6c,0x6c])](_0x12fb76[0x0]===_0x1935f8([0x2a])?_0x1935f8([0x2a]):'')[_0x1935f8([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x12fb76))[_0x1935f8([0x73,0x6f,0x6d,0x65])](_0x4e34bf=>_0x46448d[_0x1935f8([0x65,0x76,0x65,0x72,0x79])]((_0x40a082,_0x4bc208)=>_0x4e34bf[_0x4bc208]===_0x40a082||_0x4e34bf[_0x4bc208]===_0x1935f8([0x2a])));}function _0x2abfc6(){return _0xb5db6f&&_0x158595?new window[(_0x1935f8([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0xa1aa77,_0x1847d4)=>{_0xb5db6f[_0x1935f8([0x74,0x68,0x65,0x6e])](_0xa1aa77,_0x1847d4),_0x158595[_0x1935f8([0x74,0x68,0x65,0x6e])](_0x394f08=>{_0x394f08!=_0x1935f8([0x56,0x61,0x6c,0x69,0x64])&&_0xa1aa77(_0x394f08);},_0x1847d4);}):_0xb5db6f||_0x158595||_0x1935f8([0x56,0x61,0x6c,0x69,0x64]);}}function _0x1de9b2(_0x248794,_0x3e2da8){return new window[(_0x1935f8([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x3016d7=>{if(_0x31ed1d())return _0x3016d7(_0x1935f8([0x56,0x61,0x6c,0x69,0x64]));_0x330db5(),_0x4c3c8a[_0x1935f8([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x1935f8([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x370f88=!0x1;const _0x1b0834=_0x2f2036();function _0x894ca3(_0x16602f){return!!_0x16602f&&(typeof _0x16602f===_0x1935f8([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x16602f===_0x1935f8([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x16602f[_0x1935f8([0x74,0x68,0x65,0x6e])]===_0x1935f8([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x16602f[_0x1935f8([0x63,0x61,0x74,0x63,0x68])]===_0x1935f8([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x45e6d9(_0x12a274){_0x3f21f0(_0x12a274)[_0x1935f8([0x74,0x68,0x65,0x6e])](_0x1304aa=>{if(!_0x1304aa||_0x1304aa[_0x1935f8([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x1935f8([0x6f,0x6b]))return _0x1935f8([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x91e49b(_0x49455c(_0x1b0834+_0x3e2da8))!=_0x1304aa[_0x1935f8([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x1935f8([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x1935f8([0x56,0x61,0x6c,0x69,0x64]);})[_0x1935f8([0x74,0x68,0x65,0x6e])](_0x3625f2=>(_0x1a54da(),_0x3625f2),()=>{const _0x60da76=_0x307315();return null==_0x60da76?(_0x1a54da(),_0x1935f8([0x56,0x61,0x6c,0x69,0x64])):_0x1935f8(_0x500249-_0x60da76>(0x4d10c72^_0x395f1e)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x1935f8([0x74,0x68,0x65,0x6e])](_0x3016d7)[_0x1935f8([0x63,0x61,0x74,0x63,0x68])](()=>{_0x3016d7(_0x1935f8([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x434528=0x20eb66f2^_0x395f1e;function _0x1a54da(){const _0x58175d=_0x1935f8([0x6c,0x6c,0x63,0x74,0x2d])+_0x91e49b(_0x49455c(_0x248794)),_0x596590=_0x29b407(_0x91e49b(window[_0x1935f8([0x4d,0x61,0x74,0x68])][_0x1935f8([0x63,0x65,0x69,0x6c])](_0x500249/_0x434528)));window[_0x1935f8([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x1935f8([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x58175d,_0x596590);}function _0x307315(){const _0x515c56=_0x1935f8([0x6c,0x6c,0x63,0x74,0x2d])+_0x91e49b(_0x49455c(_0x248794)),_0xa2149=window[_0x1935f8([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x1935f8([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x515c56);return _0xa2149?window[_0x1935f8([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x29b407(_0xa2149),0x10)*_0x434528:null;}function _0x3f21f0(_0x92e861){return new window[(_0x1935f8([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x12a9cc,_0x518268)=>{_0x92e861[_0x1935f8([0x74,0x68,0x65,0x6e])](_0x12a9cc,_0x518268),window[_0x1935f8([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x518268,0x20dc5cb2^_0x395f1e);});}}_0x4c3c8a[_0x1935f8([0x6f,0x6e])](_0x1935f8([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x479fb4,_0x2fa14e)=>{if(_0x2fa14e[0x0]!=_0x248794)return _0x3016d7(_0x1935f8([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x2fa14e[0x1]={..._0x2fa14e[0x1],[_0x1935f8([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x1b0834};},{[_0x1935f8([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x1935f8([0x68,0x69,0x67,0x68])}),_0x4c3c8a[_0x1935f8([0x6f,0x6e])](_0x1935f8([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x303b93=>{_0x894ca3(_0x303b93[_0x1935f8([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x370f88=!0x0,_0x45e6d9(_0x303b93[_0x1935f8([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x1935f8([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x1935f8([0x6c,0x6f,0x77])}),_0x37df52[_0x1935f8([0x74,0x68,0x65,0x6e])](()=>{_0x370f88||_0x3016d7(_0x1935f8([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x31ed1d(){return _0x4c3c8a[_0x1935f8([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x1935f8([0x76,0x69,0x65,0x77])][_0x1935f8([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x1935f8([0x61,0x75,0x74,0x6f]);}function _0x330db5(){_0x4c3c8a[_0x1935f8([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x1935f8([0x76,0x69,0x65,0x77])][_0x1935f8([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x1935f8([0x61,0x75,0x74,0x6f]);}}function _0x48b238(_0x3a7655){const _0x150088=[new window[(_0x1935f8([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x131e23=>setTimeout(_0x131e23,0x20d4b6be^_0x395f1e)),_0x37df52[_0x1935f8([0x74,0x68,0x65,0x6e])](()=>new window[(_0x1935f8([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x215daf=>{let _0x2a5ae6=0x0;_0x4c3c8a[_0x1935f8([0x6d,0x6f,0x64,0x65,0x6c])][_0x1935f8([0x6f,0x6e])](_0x1935f8([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x9ad1f3,_0x80e0f3)=>{_0x80e0f3[0x0][_0x1935f8([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x2a5ae6++,_0x2a5ae6==(0x20dd898a^_0x395f1e)&&(_0x215daf(),_0x9ad1f3[_0x1935f8([0x6f,0x66,0x66])]());});}))];return window[_0x1935f8([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x1935f8([0x72,0x61,0x63,0x65])](_0x150088)[_0x1935f8([0x74,0x68,0x65,0x6e])](()=>_0x3a7655);}async function _0x3ff472(){await _0x37df52,_0x4c3c8a[_0x1935f8([0x6d,0x6f,0x64,0x65,0x6c])][_0x1935f8([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x2238c9,_0x4c3c8a[_0x1935f8([0x6d,0x6f,0x64,0x65,0x6c])][_0x1935f8([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x2238c9,_0x4c3c8a[_0x1935f8([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x1935f8([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x3ec3dc(_0xe61152){const _0x3b8636=_0xbb9705();_0x4c3c8a[_0x3b8636]=_0x1935f8([0x73,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0xe61152,_0xe61152!=_0x1935f8([0x56,0x61,0x6c,0x69,0x64])&&_0x3ff472();}function _0xbb9705(){const _0x338249=window[_0x1935f8([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x1935f8([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x1935f8([0x6e,0x6f,0x77])]())[_0x1935f8([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x1935f8([0x2e]),'');let _0x569a54=_0x1935f8([0x52]);for(let _0x589f02=0x0;_0x589f02<_0x338249[_0x1935f8([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x589f02+=0x2){let _0x3bf579=window[_0x1935f8([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x338249[_0x1935f8([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x589f02,_0x589f02+0x2));_0x3bf579>=_0x3e097c[_0x1935f8([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x3bf579-=_0x3e097c[_0x1935f8([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x569a54+=_0x3e097c[_0x3bf579];}return _0x569a54;}function _0x2443d5(){const _0x49e7e5=_0x1356a9[_0x1935f8([0x73,0x70,0x6c,0x69,0x74])](_0x1935f8([0x2e]));if(0x3!=_0x49e7e5[_0x1935f8([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x10e4dc(_0x49e7e5[0x1]);function _0x10e4dc(_0x32f89e){const _0x3ab143=_0x19bf77(_0x32f89e);return _0x3ab143&&_0xc7d3e0()?_0x3ab143:null;function _0xc7d3e0(){const _0xd28a7c=_0x3ab143[_0x1935f8([0x6a,0x74,0x69])],_0x377da9=window[_0x1935f8([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0xd28a7c[_0x1935f8([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0xd28a7c[_0x1935f8([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x22a8bd={..._0x3ab143,[_0x1935f8([0x6a,0x74,0x69])]:_0xd28a7c[_0x1935f8([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0xd28a7c[_0x1935f8([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x22a8bd[_0x1935f8([0x76,0x63])],_0x49455c(_0x22a8bd)==_0x377da9;}}}async function _0x3390b4(){let _0x4f697e=!0x0;try{const _0x1ac5c4=_0x1356a9[_0x1935f8([0x73,0x70,0x6c,0x69,0x74])](_0x1935f8([0x2e])),[_0x29c9ce,_0x3780e4,_0x283eb5]=_0x1ac5c4;return _0x224b4e(_0x29c9ce),await _0x50dbd0(_0x29c9ce,_0x3780e4,_0x283eb5),_0x4f697e;}catch{return!0x1;}function _0x224b4e(_0x178ba3){const _0x2e6ffb=_0x19bf77(_0x178ba3);_0x2e6ffb&&_0x2e6ffb[_0x1935f8([0x61,0x6c,0x67])]==_0x1935f8([0x45,0x53,0x32,0x35,0x36])||(_0x4f697e=!0x1);}async function _0x50dbd0(_0x46dcf7,_0x50b28a,_0x9be0ac){const _0x46cc5e=window[_0x1935f8([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x1935f8([0x66,0x72,0x6f,0x6d])](_0x2acb7e(_0x9be0ac),_0x4092d1=>_0x4092d1[_0x1935f8([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x48c922=new window[(_0x1935f8([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x1935f8([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x46dcf7+_0x1935f8([0x2e])+_0x50b28a),_0x3957fb=window[_0x1935f8([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x1935f8([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x3957fb)return;const _0x1f0af0=await _0x3957fb[_0x1935f8([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x1935f8([0x6a,0x77,0x6b]),_0x20738a,{[_0x1935f8([0x6e,0x61,0x6d,0x65])]:_0x1935f8([0x45,0x43,0x44,0x53,0x41]),[_0x1935f8([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x1935f8([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x1935f8([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x3957fb[_0x1935f8([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x1935f8([0x6e,0x61,0x6d,0x65])]:_0x1935f8([0x45,0x43,0x44,0x53,0x41]),[_0x1935f8([0x68,0x61,0x73,0x68])]:{[_0x1935f8([0x6e,0x61,0x6d,0x65])]:_0x1935f8([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x1f0af0,_0x46cc5e,_0x48c922)||(_0x4f697e=!0x1);}}function _0x19bf77(_0x7770cf){return _0x7770cf[_0x1935f8([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x1935f8([0x65,0x79]))?JSON[_0x1935f8([0x70,0x61,0x72,0x73,0x65])](_0x2acb7e(_0x7770cf)):null;}function _0x2acb7e(_0x22e4f7){return window[_0x1935f8([0x61,0x74,0x6f,0x62])](_0x22e4f7[_0x1935f8([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x1935f8([0x2b]))[_0x1935f8([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x1935f8([0x2f])));}function _0x49455c(_0x26f248){let _0x1b46ee=0x1505;function _0xbb717(_0x5db7e9){for(let _0x3ce3e3=0x0;_0x3ce3e3<_0x5db7e9[_0x1935f8([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x3ce3e3++){const _0x34dbd3=_0x5db7e9[_0x1935f8([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x3ce3e3);_0x1b46ee=(_0x1b46ee<<0x5)+_0x1b46ee+_0x34dbd3,_0x1b46ee&=_0x1b46ee;}}function _0x2b02be(_0x26cc94){Array[_0x1935f8([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x26cc94)?_0x26cc94[_0x1935f8([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x2b02be):_0x26cc94&&typeof _0x26cc94==_0x1935f8([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x1935f8([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x26cc94)[_0x1935f8([0x73,0x6f,0x72,0x74])]()[_0x1935f8([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x19aefd,_0x299533])=>{_0xbb717(_0x19aefd),_0x2b02be(_0x299533);}):_0xbb717(window[_0x1935f8([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x26cc94));}return _0x2b02be(_0x26f248),_0x1b46ee>>>0x0;}function _0x91e49b(_0x562db3){return _0x562db3[_0x1935f8([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x1935f8([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x1935f8([0x30]));}function _0x29b407(_0x88d72c){return _0x88d72c[_0x1935f8([0x73,0x70,0x6c,0x69,0x74])]('')[_0x1935f8([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x1935f8([0x6a,0x6f,0x69,0x6e])]('');}function _0x2238c9(){}function _0x1935f8(_0x3770a9){return _0x3770a9['map'](_0x40b362=>String['fromCharCode'](_0x40b362))['join']('');}_0x3ec3dc(await _0x399102());}(this);}['getAllowedCommands'](){return this['_allowedCommands'];}['getDefaultCommands'](){const _0x343c75=_0x4539ef=>function(_0x23af3d,_0x1d525f){const t=_0x23af3d['t'],_0x25a5d4=_0x23af3d['t'];switch(_0x1d525f){case'AI\x20Assistant':return _0x25a5d4('AI\x20Assistant');case'Block\x20quote':return _0x25a5d4('Block\x20quote');case'Bulleted\x20list':return _0x25a5d4('Bulleted\x20list');case'Insert\x20code\x20block':return _0x25a5d4('Insert\x20code\x20block');case'Open\x20file\x20manager':return _0x25a5d4('Open\x20file\x20manager');case'Insert\x20image':return _0x25a5d4('Insert\x20image');case'Heading\x201':return _0x25a5d4('Heading\x201');case'Heading\x202':return _0x25a5d4('Heading\x202');case'Heading\x203':return _0x25a5d4('Heading\x203');case'Heading\x204':return _0x25a5d4('Heading\x204');case'Heading\x205':return _0x25a5d4('Heading\x205');case'Heading\x206':return _0x25a5d4('Heading\x206');case'Horizontal\x20line':return _0x25a5d4('Horizontal\x20line');case'Insert\x20HTML':return _0x25a5d4('Insert\x20HTML');case'Increase\x20indent':return _0x25a5d4('Increase\x20indent');case'Insert\x20table':return _0x25a5d4('Insert\x20table');case'Table\x20of\x20contents':return _0x25a5d4('Table\x20of\x20contents');case'Numbered\x20list':return _0x25a5d4('Numbered\x20list');case'Decrease\x20indent':return _0x25a5d4('Decrease\x20indent');case'Paragraph':return _0x25a5d4('Paragraph');case'To-do\x20list':return _0x25a5d4('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 _0x1d525f;}}(this['editor']['locale'],_0x4539ef);return[{'id':'aiAssistant','commandName':'showAIAssistant','icon':_0x41a66e,'title':_0x343c75('AI\x20Assistant'),'description':_0x343c75('Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content'),'execute':_0x34f726=>{setTimeout(()=>_0x34f726['execute']('showAIAssistant'));}},{'id':'blockQuote','commandName':'blockQuote','icon':_0x38724e,'title':_0x343c75('Block\x20quote'),'description':_0x343c75('Create\x20a\x20block\x20quote')},{'id':'bulletedList','commandName':'bulletedList','icon':_0x4bdc0c,'title':_0x343c75('Bulleted\x20list'),'description':_0x343c75('Create\x20a\x20bulleted\x20list')},{'id':'codeBlock','commandName':'codeBlock','icon':_0x8b7e2,'title':_0x343c75('Insert\x20code\x20block'),'description':_0x343c75('Create\x20a\x20code\x20block')},{'id':'ckbox','commandName':'ckbox','icon':_0x113bf1,'title':_0x343c75('Open\x20file\x20manager'),'description':_0x343c75('Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file'),'aliases':['ckfinder','filemanager','upload']},{'id':'ckfinder','commandName':'ckfinder','icon':_0x113bf1,'title':_0x343c75('Insert\x20image'),'description':_0x343c75('Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file'),'aliases':['ckbox','filemanager','upload']},{'id':'emoji','commandName':'emoji','icon':_0x4ac3f2,'title':_0x343c75('Emoji'),'description':_0x343c75('Insert\x20an\x20emoji'),'execute':_0x389f67=>{setTimeout(()=>_0x389f67['execute']('emoji'));}},{'id':'heading1','commandName':'heading','icon':_0x11daf9,'title':_0x343c75('Heading\x201'),'description':_0x343c75('Create\x20a\x20heading\x20level\x201'),'execute':_0x3ddd27=>{_0x3ddd27['execute']('heading',{'value':'heading1'});}},{'id':'heading2','commandName':'heading','icon':_0x5580f4,'title':_0x343c75('Heading\x202'),'description':_0x343c75('Create\x20a\x20heading\x20level\x202'),'execute':_0x126788=>{_0x126788['execute']('heading',{'value':'heading2'});}},{'id':'heading3','commandName':'heading','icon':_0x45e391,'title':_0x343c75('Heading\x203'),'description':_0x343c75('Create\x20a\x20heading\x20level\x203'),'execute':_0x57ac62=>{_0x57ac62['execute']('heading',{'value':'heading3'});}},{'id':'heading4','commandName':'heading','icon':_0x3f4f83,'title':_0x343c75('Heading\x204'),'description':_0x343c75('Create\x20a\x20heading\x20level\x204'),'execute':_0x2546a3=>{_0x2546a3['execute']('heading',{'value':'heading4'});}},{'id':'heading5','commandName':'heading','icon':_0x1ed31a,'title':_0x343c75('Heading\x205'),'description':_0x343c75('Create\x20a\x20heading\x20level\x205'),'execute':_0x2cc550=>{_0x2cc550['execute']('heading',{'value':'heading5'});}},{'id':'heading6','commandName':'heading','icon':_0x18a02f,'title':_0x343c75('Heading\x206'),'description':_0x343c75('Create\x20a\x20heading\x20level\x206'),'execute':_0x34d66b=>{_0x34d66b['execute']('heading',{'value':'heading6'});}},{'id':'horizontalLine','commandName':'horizontalLine','icon':_0x24f510,'title':_0x343c75('Horizontal\x20line'),'description':_0x343c75('Insert\x20a\x20horizontal\x20line')},{'id':'htmlEmbed','commandName':'htmlEmbed','icon':_0x25d064,'title':_0x343c75('Insert\x20HTML'),'description':_0x343c75('Insert\x20an\x20HTML\x20snippet')},{'id':'indent','commandName':'indent','icon':_0x543cfe,'title':_0x343c75('Increase\x20indent'),'description':_0x343c75('Increase\x20the\x20indentation')},{'id':'insertMermaidCommand','commandName':'insertMermaidCommand','title':_0x343c75('Insert\x20Mermaid\x20diagram'),'description':_0x343c75('Insert\x20the\x20Mermaid\x20diagram')},{'id':'insertTable','commandName':'insertTable','icon':_0x1da0fb,'title':_0x343c75('Insert\x20table'),'description':_0x343c75('Create\x20a\x20table')},{'id':'insertTableOfContents','commandName':'insertTableOfContents','icon':_0x3922d6,'title':_0x343c75('Table\x20of\x20contents'),'description':_0x343c75('Insert\x20table\x20of\x20contents'),'aliases':['toc']},{'id':'numberedList','commandName':'numberedList','icon':_0x3dab40,'title':_0x343c75('Numbered\x20list'),'description':_0x343c75('Create\x20a\x20numbered\x20list')},{'id':'outdent','commandName':'outdent','icon':_0x44b5a9,'title':_0x343c75('Decrease\x20indent'),'description':_0x343c75('Decrease\x20the\x20indentation')},{'id':'paragraph','commandName':'paragraph','icon':_0x1c75db,'title':_0x343c75('Paragraph'),'description':_0x343c75('Insert\x20a\x20paragraph')},{'id':'todoList','commandName':'todoList','icon':_0x1d8963,'title':_0x343c75('To-do\x20list'),'description':_0x343c75('Create\x20a\x20to-do\x20list')}];}['_proxyIsEnabled'](_0x53bc36){return _0x53bc36['isEnabled']?_0x53bc36['isEnabled'](this['editor']):!_0x53bc36['commandName']||this['editor']['commands']['get'](_0x53bc36['commandName'])['isEnabled'];}['_proxyExecute'](_0x4cd67b){if(_0x4cd67b['execute'])_0x4cd67b['execute'](this['editor']);else{if(!_0x4cd67b['commandName'])throw new _0x4fee6f('slash-command-execute-missing',this['editor'],{'commandDefinition':_0x4cd67b});this['editor']['execute'](_0x4cd67b['commandName']);}}}function j(_0x5246ff,_0x5b326c){return _0x5246ff['title']<_0x5b326c['title']?-0x1:_0x5246ff['title']>_0x5b326c['title']?0x1:0x0;}function L(_0x4ceaf1,_0x298c55){return _0x298c55+'-'+_0x4ceaf1['toLowerCase']()['split']('\x20')['join']('-');}class s extends _0x220bd0{static get['pluginName'](){return'SlashCommandEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[P];}['getMatchingCommands'](_0x5f5cff){const _0x3d2c52=_0x5f5cff&&_0x5f5cff['toLowerCase']();let _0x49a4a4=this['editor']['plugins']['get']('SlashCommandConfig')['getAllowedCommands']();if(_0x49a4a4=_0x49a4a4['filter'](_0x20b946=>_0x20b946['isEnabled']()),_0x3d2c52){const _0x43046c=[],_0x61d28e=[],_0x460f27=[],_0x2902af=[];for(const _0x22145a of _0x49a4a4)_0x22145a['id']['toLowerCase']()['includes'](_0x3d2c52)?_0x43046c['push'](_0x22145a):_0x22145a['title']['toLowerCase']()['includes'](_0x3d2c52)?_0x61d28e['push'](_0x22145a):_0x22145a['aliases']&&_0x22145a['aliases']['some'](_0x4c1cd6=>_0x4c1cd6['toLowerCase']()['includes'](_0x3d2c52))?_0x460f27['push'](_0x22145a):_0x22145a['description']&&_0x22145a['description']['toLowerCase']()['includes'](_0x3d2c52)&&_0x2902af['push'](_0x22145a);_0x49a4a4=_0x43046c['concat'](_0x61d28e,_0x460f27,_0x2902af);}return _0x49a4a4;}}class K extends _0x11b25d{constructor(_0x50860e,_0x3516c1){super(_0x50860e),this['textPartView']=this['_createTextPartView'](_0x50860e,_0x3516c1),void 0x0!==_0x3516c1['isIconColorInherited']&&(this['iconView']['isColorInherited']=_0x3516c1['isIconColorInherited']),this['set']({'icon':_0x3516c1['icon']||_0x45e587,'withText':!0x0,'label':_0x3516c1['title'],'class':'ck-slash-command-button'});}['render'](){super['render'](),this['children']['add'](this['textPartView']);}['_createTextPartView'](_0x3cc450,_0x27ed57){const _0x3550aa=new _0x3b767a(_0x3cc450);return _0x3550aa['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-slash-command-button__text-part']},'children':_0x27ed57['description']?[this['labelView'],{'tag':'span','attributes':{'class':['ck','ck-slash-command-button__description']},'children':[{'text':_0x27ed57['description']}]}]:[this['labelView']]}),_0x3550aa;}}class e extends _0x220bd0{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'SlashCommandUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x8cf3ad){super(_0x8cf3ad),this['_setupMentionConfiguration']();}['init'](){this['editor']['once']('ready',this['_overrideMentionExecuteListener']['bind'](this)),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x56e504=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x7791c1;for(const _0x23e205 in _0x56e504){const _0x4caecd=_0x23e205,_0x26c91d=_0x56e504[_0x4caecd];if('slashCommandLicenseKeyValid'==_0x26c91d||'slashCommandLicenseKeyInvalid'==_0x26c91d||'slashCommandLicenseKeyExpired'==_0x26c91d||'slashCommandLicenseKeyDomainLimit'==_0x26c91d||'slashCommandLicenseKeyNotAllowed'==_0x26c91d||'slashCommandLicenseKeyEvaluationLimit'==_0x26c91d||'slashCommandLicenseKeyTrialLimit'==_0x26c91d||'slashCommandLicenseKeyUsageLimit'==_0x26c91d){delete _0x56e504[_0x4caecd],_0x7791c1=_0x26c91d,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'slashCommandLicenseKeyInvalid'==_0x7791c1&&_0x56e504['_showLicenseError']('invalid'),'slashCommandLicenseKeyExpired'==_0x7791c1&&_0x56e504['_showLicenseError']('expired'),'slashCommandLicenseKeyDomainLimit'==_0x7791c1&&_0x56e504['_showLicenseError']('domainLimit'),'slashCommandLicenseKeyNotAllowed'==_0x7791c1&&_0x56e504['_showLicenseError']('featureNotAllowed','SlashCommand'),'slashCommandLicenseKeyEvaluationLimit'==_0x7791c1&&_0x56e504['_showLicenseError']('evaluationLimit'),'slashCommandLicenseKeyTrialLimit'==_0x7791c1&&_0x56e504['_showLicenseError']('trialLimit'),'slashCommandLicenseKeyUsageLimit'==_0x7791c1&&_0x56e504['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}['_setupMentionConfiguration'](){const _0x95dcf3=this['editor'],_0x2490d1=this['editor']['plugins']['get']('SlashCommandEditing'),_0x460672=_0x95dcf3['config']['get']('mention.feeds');_0x460672['push']({'marker':'/','feed':_0x217b0e=>_0x2490d1['getMatchingCommands'](_0x217b0e),'itemRenderer':this['_customItemRenderer']['bind'](this),'dropdownLimit':_0x95dcf3['config']['get']('slashCommand.dropdownLimit')||0x1/0x0}),_0x95dcf3['config']['set']('mention.feeds',_0x460672);}['_overrideMentionExecuteListener'](){const _0x3e14ba=this['editor'];_0x3e14ba['commands']['get']('mention')['on']('execute',(_0x5a61da,_0x4d4a3b)=>{const _0x3c1bae=_0x4d4a3b[0x0],_0x20f280=_0x3e14ba['model'];'/'===_0x3c1bae['marker']&&_0x20f280['change'](_0x3c32b5=>{_0x3c32b5['remove'](_0x3c1bae['range']),_0x3c1bae['mention']['execute'](),_0x5a61da['stop']();});},{'priority':'high'});}['_customItemRenderer'](_0x4437a9){const _0x9cd798=this['editor']['locale'],_0x46cf54=new K(_0x9cd798,_0x4437a9);return _0x46cf54['render'](),_0x46cf54['element'];}}class H extends _0x220bd0{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.1-alpha.3",
3
+ "version": "46.0.1-alpha.5",
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.1-alpha.3",
16
- "@ckeditor/ckeditor5-icons": "46.0.1-alpha.3",
17
- "@ckeditor/ckeditor5-heading": "46.0.1-alpha.3",
18
- "@ckeditor/ckeditor5-mention": "46.0.1-alpha.3",
19
- "@ckeditor/ckeditor5-style": "46.0.1-alpha.3",
20
- "@ckeditor/ckeditor5-template": "46.0.1-alpha.3",
21
- "@ckeditor/ckeditor5-ui": "46.0.1-alpha.3",
22
- "@ckeditor/ckeditor5-utils": "46.0.1-alpha.3",
23
- "ckeditor5": "46.0.1-alpha.3"
15
+ "@ckeditor/ckeditor5-core": "46.0.1-alpha.5",
16
+ "@ckeditor/ckeditor5-icons": "46.0.1-alpha.5",
17
+ "@ckeditor/ckeditor5-heading": "46.0.1-alpha.5",
18
+ "@ckeditor/ckeditor5-mention": "46.0.1-alpha.5",
19
+ "@ckeditor/ckeditor5-style": "46.0.1-alpha.5",
20
+ "@ckeditor/ckeditor5-template": "46.0.1-alpha.5",
21
+ "@ckeditor/ckeditor5-ui": "46.0.1-alpha.5",
22
+ "@ckeditor/ckeditor5-utils": "46.0.1-alpha.5",
23
+ "ckeditor5": "46.0.1-alpha.5"
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 _0x596eb6=_0x15bd;(function(_0x401c0c,_0xb91fcd){const _0x27d94c=_0x15bd,_0x5f2570=_0x401c0c();while(!![]){try{const _0x4868ef=parseInt(_0x27d94c(0x170))/0x1+-parseInt(_0x27d94c(0x119))/0x2*(parseInt(_0x27d94c(0x191))/0x3)+parseInt(_0x27d94c(0x13c))/0x4+-parseInt(_0x27d94c(0x16b))/0x5*(-parseInt(_0x27d94c(0x150))/0x6)+parseInt(_0x27d94c(0x12b))/0x7+-parseInt(_0x27d94c(0x11d))/0x8+-parseInt(_0x27d94c(0x175))/0x9*(parseInt(_0x27d94c(0x18d))/0xa);if(_0x4868ef===_0xb91fcd)break;else _0x5f2570['push'](_0x5f2570['shift']());}catch(_0x1527b9){_0x5f2570['push'](_0x5f2570['shift']());}}}(_0x7c0a,0xf34ee));import{Plugin as _0x2c4a08}from'ckeditor5/src/core.js';import{CKEditorError as _0xeb22b6,uid as _0x4bdbc7}from'ckeditor5/src/utils.js';import{IconBrowseFiles as _0x24fef3,IconBulletedList as _0x1d27fe,IconEmoji as _0x2fba3e,IconCodeBlock as _0xdd32ba,IconHeading1 as _0x479eef,IconHeading2 as _0x57fce3,IconHeading3 as _0x1a74fb,IconHeading4 as _0x1c78c0,IconHeading5 as _0xa5ad0,IconHeading6 as _0x362715,IconHorizontalLine as _0x4c6ab6,IconHtml as _0x1674d8,IconIndent as _0xbdb211,IconNumberedList as _0x19042d,IconOutdent as _0x519cad,IconParagraph as _0x55c057,IconQuote as _0x2e5d98,IconRobotPencil as _0x32a482,IconTable as _0xfe2ba,IconTableOfContents as _0x572b42,IconTodoList as _0x12512c}from'ckeditor5/src/icons.js';import{getTranslation as _0xa2fe7a}from'./utils/common-translations.js';function _0x15bd(_0x1b0ae2,_0x4c131b){const _0x7c0a11=_0x7c0a();return _0x15bd=function(_0x15bdc3,_0x238a42){_0x15bdc3=_0x15bdc3-0x115;let _0x44e161=_0x7c0a11[_0x15bdc3];return _0x44e161;},_0x15bd(_0x1b0ae2,_0x4c131b);}import'./slashcommandeditorconfig.js';function _0x7c0a(){const _0x107d74=['split','SlashCommandConfig','pluginName','afterInit','Table\x20of\x20contents','isIconColorInherited','slash-command-execute-missing','getDefaultCommands','todoList','Insert\x20an\x20emoji','Create\x20a\x20heading\x20level\x204','Create\x20a\x20heading\x20level\x202','518344OyWMnl','isOfficialPlugin','fromCharCode','Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file','Create\x20a\x20numbered\x20list','showAIAssistant','length','Insert\x20table','icon','Heading\x201','AI\x20Assistant','editor','Heading\x202','Create\x20a\x20heading\x20level\x203','Create\x20a\x20heading\x20level\x201','config','Create\x20a\x20to-do\x20list','map','Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file','Insert\x20Mermaid\x20diagram','6TNvbHj','Bulleted\x20list','Emoji','isPremiumPlugin','Heading\x205','commands','Insert\x20code\x20block','Create\x20a\x20bulleted\x20list','Insert\x20the\x20Mermaid\x20diagram','Increase\x20the\x20indentation','Heading\x206','slashCommand.removeCommands','ckbox','toLowerCase','Decrease\x20indent','heading5','heading3','join','aliases','bulletedList','Create\x20a\x20heading\x20level\x205','indent','codeBlock','heading6','upload','ckfinder','getAllowedCommands','3416245hyqQVS','Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content','_allowedCommands','filemanager','Horizontal\x20line','793283blNIoK','sort','insertTableOfContents','outdent','To-do\x20list','36oodIkJ','heading2','Decrease\x20the\x20indentation','Insert\x20a\x20horizontal\x20line','heading1','title','Heading\x203','concat','insertTable','insertTemplate','Increase\x20indent','Create\x20a\x20code\x20block','slashCommand.extraCommands','paragraph','Insert\x20image','_proxyExecute','emoji','heading4','Numbered\x20list','template.definitions','isEnabled','_proxyIsEnabled','toc','htmlEmbed','2609590mUzgbE','push','heading','style.definitions','12SSFooC','Block\x20quote','execute','Insert\x20an\x20HTML\x20snippet','locale','get','style','Insert\x20table\x20of\x20contents','blockQuote','heading.options','horizontalLine','Heading\x204','46202kQYkBr','href','Open\x20file\x20manager','filter','2594624keqJhV','enabledStyles','insertMermaidCommand','Create\x20a\x20table','Paragraph','name','numberedList','Create\x20a\x20heading\x20level\x206','Insert\x20HTML','aiAssistant','Insert\x20a\x20paragraph','description','template','model','5957280XdYBZM','commandName','Create\x20a\x20block\x20quote','function','includes'];_0x7c0a=function(){return _0x107d74;};return _0x7c0a();}export class SlashCommandConfig extends _0x2c4a08{static get[_0x596eb6(0x132)](){const _0x1c7dc2=_0x596eb6;return _0x1c7dc2(0x131);}static get[_0x596eb6(0x13d)](){return!0x0;}static get[_0x596eb6(0x153)](){return!0x0;}constructor(_0x3e5666){const _0x2510bd=_0x596eb6;super(_0x3e5666),this[_0x2510bd(0x16d)]=null;}[_0x596eb6(0x133)](){const _0x3af061=_0x596eb6,_0x5a66da=this[_0x3af061(0x147)][_0x3af061(0x14b)][_0x3af061(0x196)](_0x3af061(0x15b))||[],_0x34f6c2=function(_0x3c7f7b){const _0x484477=_0x3af061;let _0x23c523=[_0x484477(0x186),_0x484477(0x15f),_0x484477(0x167)];if(_0x3c7f7b){const _0xcefa2e=_0x3c7f7b[_0x484477(0x14d)](_0x48d86b=>_0x48d86b[_0x484477(0x12a)]);_0x23c523=[_0x484477(0x179),_0x484477(0x176),_0x484477(0x160),_0x484477(0x186),_0x484477(0x15f),_0x484477(0x167)][_0x484477(0x11c)](_0x44046e=>!_0xcefa2e[_0x484477(0x12f)](_0x44046e));}return _0x23c523;}(this[_0x3af061(0x147)][_0x3af061(0x14b)][_0x3af061(0x196)](_0x3af061(0x116)));let _0x2e3961=this[_0x3af061(0x137)]()[_0x3af061(0x11c)](_0x4807d8=>!_0x34f6c2[_0x3af061(0x12f)](_0x4807d8['id']))[_0x3af061(0x11c)](_0x6a1e0a=>!_0x5a66da[_0x3af061(0x12f)](_0x6a1e0a[_0x3af061(0x12c)]));const _0x9fc513=this[_0x3af061(0x147)][_0x3af061(0x14b)][_0x3af061(0x196)](_0x3af061(0x181));_0x9fc513&&_0x9fc513[_0x3af061(0x142)]&&(_0x2e3961=_0x2e3961[_0x3af061(0x17c)](_0x9fc513));const _0x395507=this[_0x3af061(0x147)][_0x3af061(0x14b)][_0x3af061(0x196)](_0x3af061(0x188));_0x395507&&_0x395507[_0x3af061(0x142)]&&(_0x2e3961=_0x2e3961[_0x3af061(0x17c)](function(_0x353f0c){const _0x44478e=_0x3af061;return _0x353f0c[_0x44478e(0x14d)](_0x2ef966=>{const _0x24a1b1=_0x44478e,{title:_0x5a72f3,icon:_0x1f9f1c,description:_0x35afc2,data:_0x315829}=_0x2ef966,_0x31c0b8={'id':L(_0x5a72f3,_0x24a1b1(0x129)),'commandName':_0x24a1b1(0x17e),'execute':_0x1a13ea=>{const _0x3a35a7=_0x24a1b1;_0x1a13ea[_0x3a35a7(0x193)](_0x3a35a7(0x17e),_0x315829);},'description':_0x35afc2,'icon':_0x1f9f1c,'title':_0x5a72f3};return _0x1f9f1c&&(_0x31c0b8[_0x24a1b1(0x135)]=!0x1),_0x31c0b8;});}(_0x395507)));const _0x5972f3=this[_0x3af061(0x147)][_0x3af061(0x14b)][_0x3af061(0x196)](_0x3af061(0x190));_0x5972f3&&_0x5972f3[_0x3af061(0x142)]&&(_0x2e3961=_0x2e3961[_0x3af061(0x17c)](function(_0x4c1d56){const _0x372fce=_0x3af061;return _0x4c1d56[_0x372fce(0x14d)](_0xf6d269=>({'id':L(_0xf6d269[_0x372fce(0x122)],_0x372fce(0x197)),'commandName':_0x372fce(0x197),'execute':_0x48e792=>{const _0x35022c=_0x372fce;_0x48e792[_0x35022c(0x193)](_0x35022c(0x197),{'styleName':_0xf6d269[_0x35022c(0x122)]});},'isEnabled':_0x3ce381=>{const _0x125c0e=_0x372fce,_0x51b1b5=_0x3ce381[_0x125c0e(0x155)][_0x125c0e(0x196)](_0x125c0e(0x197));return _0x51b1b5[_0x125c0e(0x189)]&&_0x51b1b5[_0x125c0e(0x11e)][_0x125c0e(0x12f)](_0xf6d269[_0x125c0e(0x122)]);},'title':_0xf6d269[_0x372fce(0x122)]}));}(_0x5972f3)));const _0x367f72=_0x2e3961[_0x3af061(0x11c)](_0x3e5378=>!_0x3e5378[_0x3af061(0x12c)]||void 0x0!==this[_0x3af061(0x147)][_0x3af061(0x155)][_0x3af061(0x196)](_0x3e5378[_0x3af061(0x12c)])),_0x14905f=[];for(const _0x32e7b of _0x367f72)_0x14905f[_0x3af061(0x18e)]({'id':_0x32e7b['id'],'commandName':_0x32e7b[_0x3af061(0x12c)],'title':_0x3af061(0x12e)==typeof _0x32e7b[_0x3af061(0x17a)]?_0x32e7b[_0x3af061(0x17a)](this[_0x3af061(0x147)]):_0x32e7b[_0x3af061(0x17a)],'description':_0x32e7b[_0x3af061(0x128)],'icon':_0x32e7b[_0x3af061(0x144)],'isIconColorInherited':_0x32e7b[_0x3af061(0x135)],'aliases':_0x32e7b[_0x3af061(0x162)],'isEnabled':()=>this[_0x3af061(0x18a)](_0x32e7b),'execute':()=>this[_0x3af061(0x184)](_0x32e7b)});this[_0x3af061(0x16d)]=_0x14905f[_0x3af061(0x171)](j),async function(_0x57d661){const _0x2d211c=_0x148050([0x35,0x71,0x5a,0x66,0x43,0x63,0x50,0x62,0x4a,0x38,0x39,0x4e,0x44,0x72,0x56,0x52,0x42,0x58,0x31,0x76,0x48,0x7a,0x69,0x6a,0x70,0x75,0x64,0x77,0x59,0x4c,0x6e,0x6c,0x74,0x67,0x36,0x6b,0x55,0x4b,0x6f,0x78,0x73,0x6d,0x30,0x34,0x47,0x41,0x53,0x65,0x51,0x45,0x49,0x57,0x54,0x61,0x33,0x37,0x68,0x32,0x4d,0x4f,0x46,0x79]),_0x52695a=0xb20ac6e,_0x5c0b5b=0xb27c33e^_0x52695a,_0x548a40=window[_0x148050([0x44,0x61,0x74,0x65])][_0x148050([0x6e,0x6f,0x77])](),_0x58b42e=_0x57d661[_0x148050([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x15d2c0=new window[(_0x148050([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0xddf186=>{_0x58b42e[_0x148050([0x6f,0x6e,0x63,0x65])](_0x148050([0x72,0x65,0x61,0x64,0x79]),_0xddf186);}),_0x281f8c={[_0x148050([0x6b,0x74,0x79])]:_0x148050([0x45,0x43]),[_0x148050([0x75,0x73,0x65])]:_0x148050([0x73,0x69,0x67]),[_0x148050([0x63,0x72,0x76])]:_0x148050([0x50,0x2d,0x32,0x35,0x36]),[_0x148050([0x78])]:_0x148050([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]),[_0x148050([0x79])]:_0x148050([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]),[_0x148050([0x61,0x6c,0x67])]:_0x148050([0x45,0x53,0x32,0x35,0x36])},_0x4b9475=_0x58b42e[_0x148050([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x148050([0x67,0x65,0x74])](_0x148050([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x57da3c(){let _0x1826a9,_0x320cbd=null,_0x22f9b8=null;try{if(_0x4b9475==_0x148050([0x47,0x50,0x4c]))return _0x148050([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x1826a9=_0x890fd8(),!_0x1826a9)return _0x148050([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x1826a9[_0x148050([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x22f9b8=_0x11d13c(_0x1826a9[_0x148050([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x1826a9[_0x148050([0x6a,0x74,0x69])])),await _0x263fa4()?_0x13cc06()?_0x1dba23()?_0x148050([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x1d64e5()?(_0x1826a9[_0x148050([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x148050([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x320cbd=_0x1cbd17(_0x148050([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x1826a9[_0x148050([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x148050([0x74,0x72,0x69,0x61,0x6c])&&(_0x320cbd=_0x1cbd17(_0x148050([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x237a6f()):_0x148050([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x148050([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x148050([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x148050([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x1dba23(){const _0x13f3c8=[_0x148050([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x148050([0x74,0x72,0x69,0x61,0x6c])][_0x148050([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1826a9[_0x148050([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x548a40/0x3e8:0xe10*_0x5c0b5b;return _0x1826a9[_0x148050([0x65,0x78,0x70])]<_0x13f3c8;}function _0x13cc06(){const _0x198218=_0x1826a9[_0x148050([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x198218&&(!!_0x198218[_0x148050([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x148050([0x2a]))||(!!_0x198218[_0x148050([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x148050([0x53,0x43]))||!!_0x198218[_0x148050([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x148050([0x50,0x50]))));}function _0x1d64e5(){const _0x2b7a8a=_0x15bd,_0x3f12c7=_0x1826a9[_0x148050([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x3f12c7||0x0==_0x3f12c7[_0x148050([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x1a7e5e}=new URL(window[_0x148050([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x2b7a8a(0x11a)]);if(_0x3f12c7[_0x148050([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1a7e5e))return!0x0;const _0x413478=_0x1a7e5e[_0x148050([0x73,0x70,0x6c,0x69,0x74])](_0x148050([0x2e]));return _0x3f12c7[_0x148050([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x14e6b9=>_0x14e6b9[_0x148050([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x148050([0x2a])))[_0x148050([0x6d,0x61,0x70])](_0x517580=>_0x517580[_0x148050([0x73,0x70,0x6c,0x69,0x74])](_0x148050([0x2e])))[_0x148050([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x3ae4ca=>_0x3ae4ca[_0x148050([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x413478[_0x148050([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x148050([0x6d,0x61,0x70])](_0x32bfef=>Array(_0x413478[_0x148050([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x32bfef[_0x148050([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x148050([0x66,0x69,0x6c,0x6c])](_0x32bfef[0x0]===_0x148050([0x2a])?_0x148050([0x2a]):'')[_0x148050([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x32bfef))[_0x148050([0x73,0x6f,0x6d,0x65])](_0x1b555e=>_0x413478[_0x148050([0x65,0x76,0x65,0x72,0x79])]((_0x455931,_0xa6e012)=>_0x1b555e[_0xa6e012]===_0x455931||_0x1b555e[_0xa6e012]===_0x148050([0x2a])));}function _0x237a6f(){return _0x320cbd&&_0x22f9b8?new window[(_0x148050([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x5bd98a,_0x4ab97a)=>{_0x320cbd[_0x148050([0x74,0x68,0x65,0x6e])](_0x5bd98a,_0x4ab97a),_0x22f9b8[_0x148050([0x74,0x68,0x65,0x6e])](_0xafcf2f=>{_0xafcf2f!=_0x148050([0x56,0x61,0x6c,0x69,0x64])&&_0x5bd98a(_0xafcf2f);},_0x4ab97a);}):_0x320cbd||_0x22f9b8||_0x148050([0x56,0x61,0x6c,0x69,0x64]);}}function _0x11d13c(_0x1794f9,_0xbe1f96){return new window[(_0x148050([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5bb81f=>{if(_0x1ee4cc())return _0x5bb81f(_0x148050([0x56,0x61,0x6c,0x69,0x64]));_0x148815(),_0x58b42e[_0x148050([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x148050([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x16a02f=!0x1;const _0x63792f=_0x4bdbc7();function _0x5e825c(_0x82fb66){return!!_0x82fb66&&(typeof _0x82fb66===_0x148050([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x82fb66===_0x148050([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x82fb66[_0x148050([0x74,0x68,0x65,0x6e])]===_0x148050([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x82fb66[_0x148050([0x63,0x61,0x74,0x63,0x68])]===_0x148050([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x217226(_0x59bfe4){_0x3d6d3f(_0x59bfe4)[_0x148050([0x74,0x68,0x65,0x6e])](_0x2b7566=>{if(!_0x2b7566||_0x2b7566[_0x148050([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x148050([0x6f,0x6b]))return _0x148050([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x31ed69(_0x3a70d9(_0x63792f+_0xbe1f96))!=_0x2b7566[_0x148050([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x148050([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x148050([0x56,0x61,0x6c,0x69,0x64]);})[_0x148050([0x74,0x68,0x65,0x6e])](_0x30625=>(_0x45c0b1(),_0x30625),()=>{const _0xa5ae2=_0x1c0913();return null==_0xa5ae2?(_0x45c0b1(),_0x148050([0x56,0x61,0x6c,0x69,0x64])):_0x148050(_0x548a40-_0xa5ae2>(0x2f2c286e^_0x52695a)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x148050([0x74,0x68,0x65,0x6e])](_0x5bb81f)[_0x148050([0x63,0x61,0x74,0x63,0x68])](()=>{_0x5bb81f(_0x148050([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x3f4835=0xb1642ee^_0x52695a;function _0x45c0b1(){const _0x5c2e2b=_0x148050([0x6c,0x6c,0x63,0x74,0x2d])+_0x31ed69(_0x3a70d9(_0x1794f9)),_0x130085=_0x4e5bb1(_0x31ed69(window[_0x148050([0x4d,0x61,0x74,0x68])][_0x148050([0x63,0x65,0x69,0x6c])](_0x548a40/_0x3f4835)));window[_0x148050([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x148050([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x5c2e2b,_0x130085);}function _0x1c0913(){const _0x229b38=_0x148050([0x6c,0x6c,0x63,0x74,0x2d])+_0x31ed69(_0x3a70d9(_0x1794f9)),_0x2c51b3=window[_0x148050([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x148050([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x229b38);return _0x2c51b3?window[_0x148050([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x4e5bb1(_0x2c51b3),0x10)*_0x3f4835:null;}function _0x3d6d3f(_0x5eaabd){return new window[(_0x148050([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x3d7ab0,_0x426db5)=>{_0x5eaabd[_0x148050([0x74,0x68,0x65,0x6e])](_0x3d7ab0,_0x426db5),window[_0x148050([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x426db5,0xb2178ae^_0x52695a);});}}_0x58b42e[_0x148050([0x6f,0x6e])](_0x148050([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x30cef1,_0x11b7e1)=>{if(_0x11b7e1[0x0]!=_0x1794f9)return _0x5bb81f(_0x148050([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x11b7e1[0x1]={..._0x11b7e1[0x1],[_0x148050([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x63792f};},{[_0x148050([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x148050([0x68,0x69,0x67,0x68])}),_0x58b42e[_0x148050([0x6f,0x6e])](_0x148050([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x792505=>{_0x5e825c(_0x792505[_0x148050([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x16a02f=!0x0,_0x217226(_0x792505[_0x148050([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x148050([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x148050([0x6c,0x6f,0x77])}),_0x15d2c0[_0x148050([0x74,0x68,0x65,0x6e])](()=>{_0x16a02f||_0x5bb81f(_0x148050([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x1ee4cc(){return _0x58b42e[_0x148050([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x148050([0x76,0x69,0x65,0x77])][_0x148050([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x148050([0x61,0x75,0x74,0x6f]);}function _0x148815(){_0x58b42e[_0x148050([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x148050([0x76,0x69,0x65,0x77])][_0x148050([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x148050([0x61,0x75,0x74,0x6f]);}}function _0x1cbd17(_0x498471){const _0x548d76=[new window[(_0x148050([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x16f108=>setTimeout(_0x16f108,0xb2992a2^_0x52695a)),_0x15d2c0[_0x148050([0x74,0x68,0x65,0x6e])](()=>new window[(_0x148050([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x1d7bd0=>{let _0x50987b=0x0;_0x58b42e[_0x148050([0x6d,0x6f,0x64,0x65,0x6c])][_0x148050([0x6f,0x6e])](_0x148050([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x3f159c,_0x364517)=>{_0x364517[0x0][_0x148050([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x50987b++,_0x50987b==(0xb20ad96^_0x52695a)&&(_0x1d7bd0(),_0x3f159c[_0x148050([0x6f,0x66,0x66])]());});}))];return window[_0x148050([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x148050([0x72,0x61,0x63,0x65])](_0x548d76)[_0x148050([0x74,0x68,0x65,0x6e])](()=>_0x498471);}async function _0x1b6756(){await _0x15d2c0,_0x58b42e[_0x148050([0x6d,0x6f,0x64,0x65,0x6c])][_0x148050([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x10e6aa,_0x58b42e[_0x148050([0x6d,0x6f,0x64,0x65,0x6c])][_0x148050([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x10e6aa,_0x58b42e[_0x148050([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x148050([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x2df7ca(_0x54b328){const _0x1ce088=_0x4381f6();_0x58b42e[_0x1ce088]=_0x148050([0x73,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x54b328,_0x54b328!=_0x148050([0x56,0x61,0x6c,0x69,0x64])&&_0x1b6756();}function _0x4381f6(){const _0x2547a8=window[_0x148050([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x148050([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x148050([0x6e,0x6f,0x77])]())[_0x148050([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x148050([0x2e]),'');let _0x24cfcf=_0x148050([0x71]);for(let _0xaf321d=0x0;_0xaf321d<_0x2547a8[_0x148050([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0xaf321d+=0x2){let _0x42428d=window[_0x148050([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x2547a8[_0x148050([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0xaf321d,_0xaf321d+0x2));_0x42428d>=_0x2d211c[_0x148050([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x42428d-=_0x2d211c[_0x148050([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x24cfcf+=_0x2d211c[_0x42428d];}return _0x24cfcf;}function _0x890fd8(){const _0x567760=_0x4b9475[_0x148050([0x73,0x70,0x6c,0x69,0x74])](_0x148050([0x2e]));if(0x3!=_0x567760[_0x148050([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0xb20452(_0x567760[0x1]);function _0xb20452(_0x5464fe){const _0x260f1f=_0x2b1c4d(_0x5464fe);return _0x260f1f&&_0x2d3c9f()?_0x260f1f:null;function _0x2d3c9f(){const _0x51c6dc=_0x260f1f[_0x148050([0x6a,0x74,0x69])],_0x134a66=window[_0x148050([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x51c6dc[_0x148050([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x51c6dc[_0x148050([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x3239f3={..._0x260f1f,[_0x148050([0x6a,0x74,0x69])]:_0x51c6dc[_0x148050([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x51c6dc[_0x148050([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x3239f3[_0x148050([0x76,0x63])],_0x3a70d9(_0x3239f3)==_0x134a66;}}}async function _0x263fa4(){let _0x2d0afe=!0x0;try{const _0x4a65df=_0x4b9475[_0x148050([0x73,0x70,0x6c,0x69,0x74])](_0x148050([0x2e])),[_0x50b7cd,_0x37767f,_0x559344]=_0x4a65df;return _0xe726c6(_0x50b7cd),await _0x1f95d5(_0x50b7cd,_0x37767f,_0x559344),_0x2d0afe;}catch{return!0x1;}function _0xe726c6(_0x1e2632){const _0x20721a=_0x2b1c4d(_0x1e2632);_0x20721a&&_0x20721a[_0x148050([0x61,0x6c,0x67])]==_0x148050([0x45,0x53,0x32,0x35,0x36])||(_0x2d0afe=!0x1);}async function _0x1f95d5(_0x1ba858,_0x58e2a5,_0xf3f653){const _0x46d715=window[_0x148050([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x148050([0x66,0x72,0x6f,0x6d])](_0x1d9345(_0xf3f653),_0x3159d9=>_0x3159d9[_0x148050([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x59e827=new window[(_0x148050([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x148050([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x1ba858+_0x148050([0x2e])+_0x58e2a5),_0x4fe241=window[_0x148050([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x148050([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x4fe241)return;const _0x3408e2=await _0x4fe241[_0x148050([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x148050([0x6a,0x77,0x6b]),_0x281f8c,{[_0x148050([0x6e,0x61,0x6d,0x65])]:_0x148050([0x45,0x43,0x44,0x53,0x41]),[_0x148050([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x148050([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x148050([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x4fe241[_0x148050([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x148050([0x6e,0x61,0x6d,0x65])]:_0x148050([0x45,0x43,0x44,0x53,0x41]),[_0x148050([0x68,0x61,0x73,0x68])]:{[_0x148050([0x6e,0x61,0x6d,0x65])]:_0x148050([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x3408e2,_0x46d715,_0x59e827)||(_0x2d0afe=!0x1);}}function _0x2b1c4d(_0x102c46){return _0x102c46[_0x148050([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x148050([0x65,0x79]))?JSON[_0x148050([0x70,0x61,0x72,0x73,0x65])](_0x1d9345(_0x102c46)):null;}function _0x1d9345(_0x4f1d6a){return window[_0x148050([0x61,0x74,0x6f,0x62])](_0x4f1d6a[_0x148050([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x148050([0x2b]))[_0x148050([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x148050([0x2f])));}function _0x3a70d9(_0xd5e0c2){let _0x1edb14=0x1505;function _0x4c0f44(_0x5401a2){for(let _0x483076=0x0;_0x483076<_0x5401a2[_0x148050([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x483076++){const _0x2d5c6b=_0x5401a2[_0x148050([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x483076);_0x1edb14=(_0x1edb14<<0x5)+_0x1edb14+_0x2d5c6b,_0x1edb14&=_0x1edb14;}}function _0x55254e(_0x4049cd){Array[_0x148050([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x4049cd)?_0x4049cd[_0x148050([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x55254e):_0x4049cd&&typeof _0x4049cd==_0x148050([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x148050([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x4049cd)[_0x148050([0x73,0x6f,0x72,0x74])]()[_0x148050([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x29ceb1,_0x2001d5])=>{_0x4c0f44(_0x29ceb1),_0x55254e(_0x2001d5);}):_0x4c0f44(window[_0x148050([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x4049cd));}return _0x55254e(_0xd5e0c2),_0x1edb14>>>0x0;}function _0x31ed69(_0x405367){return _0x405367[_0x148050([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x148050([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x148050([0x30]));}function _0x4e5bb1(_0x1211fa){return _0x1211fa[_0x148050([0x73,0x70,0x6c,0x69,0x74])]('')[_0x148050([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x148050([0x6a,0x6f,0x69,0x6e])]('');}function _0x10e6aa(){}function _0x148050(_0x58acbe){const _0x3ee879=_0x15bd;return _0x58acbe[_0x3ee879(0x14d)](_0x494e5f=>String[_0x3ee879(0x13e)](_0x494e5f))[_0x3ee879(0x161)]('');}_0x2df7ca(await _0x57da3c());}(this);}[_0x596eb6(0x16a)](){const _0x207951=_0x596eb6;return this[_0x207951(0x16d)];}[_0x596eb6(0x137)](){const _0x17afa5=_0x596eb6,_0x32fdbb=_0x667cb5=>_0xa2fe7a(this[_0x17afa5(0x147)][_0x17afa5(0x195)],_0x667cb5);return[{'id':_0x17afa5(0x126),'commandName':_0x17afa5(0x141),'icon':_0x32a482,'title':_0x32fdbb(_0x17afa5(0x146)),'description':_0x32fdbb(_0x17afa5(0x16c)),'execute':_0x379b8b=>{const _0x47f9d4=_0x17afa5;setTimeout(()=>_0x379b8b[_0x47f9d4(0x193)](_0x47f9d4(0x141)));}},{'id':_0x17afa5(0x115),'commandName':_0x17afa5(0x115),'icon':_0x2e5d98,'title':_0x32fdbb(_0x17afa5(0x192)),'description':_0x32fdbb(_0x17afa5(0x12d))},{'id':_0x17afa5(0x163),'commandName':_0x17afa5(0x163),'icon':_0x1d27fe,'title':_0x32fdbb(_0x17afa5(0x151)),'description':_0x32fdbb(_0x17afa5(0x157))},{'id':_0x17afa5(0x166),'commandName':_0x17afa5(0x166),'icon':_0xdd32ba,'title':_0x32fdbb(_0x17afa5(0x156)),'description':_0x32fdbb(_0x17afa5(0x180))},{'id':_0x17afa5(0x15c),'commandName':_0x17afa5(0x15c),'icon':_0x24fef3,'title':_0x32fdbb(_0x17afa5(0x11b)),'description':_0x32fdbb(_0x17afa5(0x14e)),'aliases':[_0x17afa5(0x169),_0x17afa5(0x16e),_0x17afa5(0x168)]},{'id':_0x17afa5(0x169),'commandName':_0x17afa5(0x169),'icon':_0x24fef3,'title':_0x32fdbb(_0x17afa5(0x183)),'description':_0x32fdbb(_0x17afa5(0x13f)),'aliases':[_0x17afa5(0x15c),_0x17afa5(0x16e),_0x17afa5(0x168)]},{'id':_0x17afa5(0x185),'commandName':_0x17afa5(0x185),'icon':_0x2fba3e,'title':_0x32fdbb(_0x17afa5(0x152)),'description':_0x32fdbb(_0x17afa5(0x139)),'execute':_0x3530c8=>{const _0x59764b=_0x17afa5;setTimeout(()=>_0x3530c8[_0x59764b(0x193)](_0x59764b(0x185)));}},{'id':_0x17afa5(0x179),'commandName':_0x17afa5(0x18f),'icon':_0x479eef,'title':_0x32fdbb(_0x17afa5(0x145)),'description':_0x32fdbb(_0x17afa5(0x14a)),'execute':_0x4049f2=>{const _0x5a71a8=_0x17afa5;_0x4049f2[_0x5a71a8(0x193)](_0x5a71a8(0x18f),{'value':_0x5a71a8(0x179)});}},{'id':_0x17afa5(0x176),'commandName':_0x17afa5(0x18f),'icon':_0x57fce3,'title':_0x32fdbb(_0x17afa5(0x148)),'description':_0x32fdbb(_0x17afa5(0x13b)),'execute':_0x42c7a8=>{const _0xfd2130=_0x17afa5;_0x42c7a8[_0xfd2130(0x193)](_0xfd2130(0x18f),{'value':_0xfd2130(0x176)});}},{'id':_0x17afa5(0x160),'commandName':_0x17afa5(0x18f),'icon':_0x1a74fb,'title':_0x32fdbb(_0x17afa5(0x17b)),'description':_0x32fdbb(_0x17afa5(0x149)),'execute':_0x54d0c5=>{const _0x34988e=_0x17afa5;_0x54d0c5[_0x34988e(0x193)](_0x34988e(0x18f),{'value':_0x34988e(0x160)});}},{'id':_0x17afa5(0x186),'commandName':_0x17afa5(0x18f),'icon':_0x1c78c0,'title':_0x32fdbb(_0x17afa5(0x118)),'description':_0x32fdbb(_0x17afa5(0x13a)),'execute':_0x502e62=>{const _0x1631eb=_0x17afa5;_0x502e62[_0x1631eb(0x193)](_0x1631eb(0x18f),{'value':_0x1631eb(0x186)});}},{'id':_0x17afa5(0x15f),'commandName':_0x17afa5(0x18f),'icon':_0xa5ad0,'title':_0x32fdbb(_0x17afa5(0x154)),'description':_0x32fdbb(_0x17afa5(0x164)),'execute':_0x12feaf=>{const _0x4ae7e9=_0x17afa5;_0x12feaf[_0x4ae7e9(0x193)](_0x4ae7e9(0x18f),{'value':_0x4ae7e9(0x15f)});}},{'id':_0x17afa5(0x167),'commandName':_0x17afa5(0x18f),'icon':_0x362715,'title':_0x32fdbb(_0x17afa5(0x15a)),'description':_0x32fdbb(_0x17afa5(0x124)),'execute':_0x30cbc3=>{const _0x591291=_0x17afa5;_0x30cbc3[_0x591291(0x193)](_0x591291(0x18f),{'value':_0x591291(0x167)});}},{'id':_0x17afa5(0x117),'commandName':_0x17afa5(0x117),'icon':_0x4c6ab6,'title':_0x32fdbb(_0x17afa5(0x16f)),'description':_0x32fdbb(_0x17afa5(0x178))},{'id':_0x17afa5(0x18c),'commandName':_0x17afa5(0x18c),'icon':_0x1674d8,'title':_0x32fdbb(_0x17afa5(0x125)),'description':_0x32fdbb(_0x17afa5(0x194))},{'id':_0x17afa5(0x165),'commandName':_0x17afa5(0x165),'icon':_0xbdb211,'title':_0x32fdbb(_0x17afa5(0x17f)),'description':_0x32fdbb(_0x17afa5(0x159))},{'id':_0x17afa5(0x11f),'commandName':_0x17afa5(0x11f),'title':_0x32fdbb(_0x17afa5(0x14f)),'description':_0x32fdbb(_0x17afa5(0x158))},{'id':_0x17afa5(0x17d),'commandName':_0x17afa5(0x17d),'icon':_0xfe2ba,'title':_0x32fdbb(_0x17afa5(0x143)),'description':_0x32fdbb(_0x17afa5(0x120))},{'id':_0x17afa5(0x172),'commandName':_0x17afa5(0x172),'icon':_0x572b42,'title':_0x32fdbb(_0x17afa5(0x134)),'description':_0x32fdbb(_0x17afa5(0x198)),'aliases':[_0x17afa5(0x18b)]},{'id':_0x17afa5(0x123),'commandName':_0x17afa5(0x123),'icon':_0x19042d,'title':_0x32fdbb(_0x17afa5(0x187)),'description':_0x32fdbb(_0x17afa5(0x140))},{'id':_0x17afa5(0x173),'commandName':_0x17afa5(0x173),'icon':_0x519cad,'title':_0x32fdbb(_0x17afa5(0x15e)),'description':_0x32fdbb(_0x17afa5(0x177))},{'id':_0x17afa5(0x182),'commandName':_0x17afa5(0x182),'icon':_0x55c057,'title':_0x32fdbb(_0x17afa5(0x121)),'description':_0x32fdbb(_0x17afa5(0x127))},{'id':_0x17afa5(0x138),'commandName':_0x17afa5(0x138),'icon':_0x12512c,'title':_0x32fdbb(_0x17afa5(0x174)),'description':_0x32fdbb(_0x17afa5(0x14c))}];}[_0x596eb6(0x18a)](_0x50f839){const _0x285092=_0x596eb6;return _0x50f839[_0x285092(0x189)]?_0x50f839[_0x285092(0x189)](this[_0x285092(0x147)]):!_0x50f839[_0x285092(0x12c)]||this[_0x285092(0x147)][_0x285092(0x155)][_0x285092(0x196)](_0x50f839[_0x285092(0x12c)])[_0x285092(0x189)];}[_0x596eb6(0x184)](_0x353b1c){const _0x3b6278=_0x596eb6;if(_0x353b1c[_0x3b6278(0x193)])_0x353b1c[_0x3b6278(0x193)](this[_0x3b6278(0x147)]);else{if(!_0x353b1c[_0x3b6278(0x12c)])throw new _0xeb22b6(_0x3b6278(0x136),this[_0x3b6278(0x147)],{'commandDefinition':_0x353b1c});this[_0x3b6278(0x147)][_0x3b6278(0x193)](_0x353b1c[_0x3b6278(0x12c)]);}}}function j(_0x34d172,_0x1bdc2a){const _0x419dfe=_0x596eb6;return _0x34d172[_0x419dfe(0x17a)]<_0x1bdc2a[_0x419dfe(0x17a)]?-0x1:_0x34d172[_0x419dfe(0x17a)]>_0x1bdc2a[_0x419dfe(0x17a)]?0x1:0x0;}function L(_0x14974f,_0x82ee87){const _0x294542=_0x596eb6;return _0x82ee87+'-'+_0x14974f[_0x294542(0x15d)]()[_0x294542(0x130)]('\x20')[_0x294542(0x161)]('-');}
23
+ const _0x56814f=_0x253f;(function(_0x2e5aa7,_0x526065){const _0x4ba452=_0x253f,_0x5be6e2=_0x2e5aa7();while(!![]){try{const _0xd9ab86=-parseInt(_0x4ba452(0x1bc))/0x1+-parseInt(_0x4ba452(0x1e7))/0x2+parseInt(_0x4ba452(0x1b0))/0x3+-parseInt(_0x4ba452(0x1ac))/0x4*(parseInt(_0x4ba452(0x1a6))/0x5)+parseInt(_0x4ba452(0x19c))/0x6+-parseInt(_0x4ba452(0x1c6))/0x7*(-parseInt(_0x4ba452(0x1df))/0x8)+parseInt(_0x4ba452(0x1b6))/0x9*(parseInt(_0x4ba452(0x1c2))/0xa);if(_0xd9ab86===_0x526065)break;else _0x5be6e2['push'](_0x5be6e2['shift']());}catch(_0xd931dd){_0x5be6e2['push'](_0x5be6e2['shift']());}}}(_0x390d,0x9f6f5));import{Plugin as _0x40accf}from'ckeditor5/src/core.js';import{CKEditorError as _0x541882,uid as _0x4c3588}from'ckeditor5/src/utils.js';import{IconBrowseFiles as _0x2d4469,IconBulletedList as _0x22d839,IconEmoji as _0x5d4db0,IconCodeBlock as _0x10ea67,IconHeading1 as _0x2f0c84,IconHeading2 as _0x887c6e,IconHeading3 as _0x1033a7,IconHeading4 as _0x5933c0,IconHeading5 as _0x476514,IconHeading6 as _0x112ff5,IconHorizontalLine as _0x517108,IconHtml as _0x27f260,IconIndent as _0x41380a,IconNumberedList as _0x270896,IconOutdent as _0x3c1695,IconParagraph as _0x55e3db,IconQuote as _0x1a6e1a,IconRobotPencil as _0x50dd73,IconTable as _0x7e5d17,IconTableOfContents as _0x3a3ad4,IconTodoList as _0xec2d84}from'ckeditor5/src/icons.js';import{getTranslation as _0x94b201}from'./utils/common-translations.js';function _0x390d(){const _0x4f901c=['emoji','heading1','filter','heading','isEnabled','ckbox','commandName','Table\x20of\x20contents','map','Insert\x20an\x20emoji','Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file','isIconColorInherited','locale','template.definitions','execute','Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file','Numbered\x20list','function','Create\x20a\x20heading\x20level\x202','title','Block\x20quote','getDefaultCommands','numberedList','outdent','Paragraph','paragraph','Create\x20a\x20code\x20block','Heading\x204','pluginName','Create\x20a\x20to-do\x20list','Heading\x206','get','Horizontal\x20line','heading3','isPremiumPlugin','config','Insert\x20code\x20block','heading6','Create\x20a\x20heading\x20level\x205','fromCharCode','Create\x20a\x20heading\x20level\x204','push','heading.options','Create\x20a\x20heading\x20level\x206','filemanager','insertTableOfContents','toLowerCase','Create\x20a\x20bulleted\x20list','bulletedList','Insert\x20Mermaid\x20diagram','Open\x20file\x20manager','793632caZkec','href','Decrease\x20indent','To-do\x20list','editor','upload','commands','length','heading5','slashCommand.extraCommands','130XNGOje','slash-command-execute-missing','Heading\x201','ckfinder','Increase\x20the\x20indentation','aliases','56eeTeDJ','Create\x20a\x20table','afterInit','Heading\x203','2454708vQVLSS','style','icon','Insert\x20HTML','_proxyIsEnabled','heading4','9rZiRQZ','insertMermaidCommand','includes','Create\x20a\x20numbered\x20list','SlashCommandConfig','insertTemplate','679959WYmsnc','Emoji','aiAssistant','Increase\x20indent','name','Insert\x20an\x20HTML\x20snippet','5812010wynaKc','description','showAIAssistant','toc','1232LBLGmC','isOfficialPlugin','join','model','_allowedCommands','horizontalLine','Heading\x202','split','Insert\x20the\x20Mermaid\x20diagram','Insert\x20a\x20horizontal\x20line','Create\x20a\x20heading\x20level\x203','codeBlock','AI\x20Assistant','htmlEmbed','insertTable','Create\x20a\x20heading\x20level\x201','style.definitions','Insert\x20image','Bulleted\x20list','getAllowedCommands','Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content','Insert\x20table\x20of\x20contents','concat','sort','slashCommand.removeCommands','13712NyeQGl','Heading\x205','Insert\x20a\x20paragraph','blockQuote','Insert\x20table','template','Create\x20a\x20block\x20quote','indent','1000010uMrlgU','Decrease\x20the\x20indentation','_proxyExecute','heading2','todoList','enabledStyles'];_0x390d=function(){return _0x4f901c;};return _0x390d();}function _0x253f(_0x392687,_0x4cf0fc){const _0x390d26=_0x390d();return _0x253f=function(_0x253f21,_0x2480e3){_0x253f21=_0x253f21-0x188;let _0x5a362e=_0x390d26[_0x253f21];return _0x5a362e;},_0x253f(_0x392687,_0x4cf0fc);}import'./slashcommandeditorconfig.js';export class SlashCommandConfig extends _0x40accf{static get[_0x56814f(0x209)](){const _0x29d515=_0x56814f;return _0x29d515(0x1ba);}static get[_0x56814f(0x1c7)](){return!0x0;}static get[_0x56814f(0x18b)](){return!0x0;}constructor(_0x16091f){const _0xc04c79=_0x56814f;super(_0x16091f),this[_0xc04c79(0x1ca)]=null;}[_0x56814f(0x1ae)](){const _0x34ff4d=_0x56814f,_0x18c22b=this[_0x34ff4d(0x1a0)][_0x34ff4d(0x18c)][_0x34ff4d(0x188)](_0x34ff4d(0x1de))||[],_0x52a0b7=function(_0xa42cd5){const _0x20d047=_0x34ff4d;let _0x2c4e2a=[_0x20d047(0x1b5),_0x20d047(0x1a4),_0x20d047(0x18e)];if(_0xa42cd5){const _0x1c0c36=_0xa42cd5[_0x20d047(0x1f5)](_0x110f6a=>_0x110f6a[_0x20d047(0x1c9)]);_0x2c4e2a=[_0x20d047(0x1ee),_0x20d047(0x1ea),_0x20d047(0x18a),_0x20d047(0x1b5),_0x20d047(0x1a4),_0x20d047(0x18e)][_0x20d047(0x1ef)](_0x1be2d0=>!_0x1c0c36[_0x20d047(0x1b8)](_0x1be2d0));}return _0x2c4e2a;}(this[_0x34ff4d(0x1a0)][_0x34ff4d(0x18c)][_0x34ff4d(0x188)](_0x34ff4d(0x193)));let _0x5818e3=this[_0x34ff4d(0x202)]()[_0x34ff4d(0x1ef)](_0x345113=>!_0x52a0b7[_0x34ff4d(0x1b8)](_0x345113['id']))[_0x34ff4d(0x1ef)](_0xe6da79=>!_0x18c22b[_0x34ff4d(0x1b8)](_0xe6da79[_0x34ff4d(0x1f3)]));const _0x5e457f=this[_0x34ff4d(0x1a0)][_0x34ff4d(0x18c)][_0x34ff4d(0x188)](_0x34ff4d(0x1a5));_0x5e457f&&_0x5e457f[_0x34ff4d(0x1a3)]&&(_0x5818e3=_0x5818e3[_0x34ff4d(0x1dc)](_0x5e457f));const _0x4b84aa=this[_0x34ff4d(0x1a0)][_0x34ff4d(0x18c)][_0x34ff4d(0x188)](_0x34ff4d(0x1fa));_0x4b84aa&&_0x4b84aa[_0x34ff4d(0x1a3)]&&(_0x5818e3=_0x5818e3[_0x34ff4d(0x1dc)](function(_0x554ef3){const _0x3ee12c=_0x34ff4d;return _0x554ef3[_0x3ee12c(0x1f5)](_0x1a905f=>{const _0x3244f0=_0x3ee12c,{title:_0x2bc5f7,icon:_0x12793,description:_0x309471,data:_0x15de7c}=_0x1a905f,_0x480a0c={'id':L(_0x2bc5f7,_0x3244f0(0x1e4)),'commandName':_0x3244f0(0x1bb),'execute':_0x3e6943=>{const _0x65359d=_0x3244f0;_0x3e6943[_0x65359d(0x1fb)](_0x65359d(0x1bb),_0x15de7c);},'description':_0x309471,'icon':_0x12793,'title':_0x2bc5f7};return _0x12793&&(_0x480a0c[_0x3244f0(0x1f8)]=!0x1),_0x480a0c;});}(_0x4b84aa)));const _0x1c8487=this[_0x34ff4d(0x1a0)][_0x34ff4d(0x18c)][_0x34ff4d(0x188)](_0x34ff4d(0x1d6));_0x1c8487&&_0x1c8487[_0x34ff4d(0x1a3)]&&(_0x5818e3=_0x5818e3[_0x34ff4d(0x1dc)](function(_0xc90550){const _0x5d946a=_0x34ff4d;return _0xc90550[_0x5d946a(0x1f5)](_0x3769ad=>({'id':L(_0x3769ad[_0x5d946a(0x1c0)],_0x5d946a(0x1b1)),'commandName':_0x5d946a(0x1b1),'execute':_0x3c4d06=>{const _0x15df85=_0x5d946a;_0x3c4d06[_0x15df85(0x1fb)](_0x15df85(0x1b1),{'styleName':_0x3769ad[_0x15df85(0x1c0)]});},'isEnabled':_0x43df4f=>{const _0x420f77=_0x5d946a,_0x56a22e=_0x43df4f[_0x420f77(0x1a2)][_0x420f77(0x188)](_0x420f77(0x1b1));return _0x56a22e[_0x420f77(0x1f1)]&&_0x56a22e[_0x420f77(0x1ec)][_0x420f77(0x1b8)](_0x3769ad[_0x420f77(0x1c0)]);},'title':_0x3769ad[_0x5d946a(0x1c0)]}));}(_0x1c8487)));const _0x362e7f=_0x5818e3[_0x34ff4d(0x1ef)](_0x489189=>!_0x489189[_0x34ff4d(0x1f3)]||void 0x0!==this[_0x34ff4d(0x1a0)][_0x34ff4d(0x1a2)][_0x34ff4d(0x188)](_0x489189[_0x34ff4d(0x1f3)])),_0x5a5e33=[];for(const _0x154085 of _0x362e7f)_0x5a5e33[_0x34ff4d(0x192)]({'id':_0x154085['id'],'commandName':_0x154085[_0x34ff4d(0x1f3)],'title':_0x34ff4d(0x1fe)==typeof _0x154085[_0x34ff4d(0x200)]?_0x154085[_0x34ff4d(0x200)](this[_0x34ff4d(0x1a0)]):_0x154085[_0x34ff4d(0x200)],'description':_0x154085[_0x34ff4d(0x1c3)],'icon':_0x154085[_0x34ff4d(0x1b2)],'isIconColorInherited':_0x154085[_0x34ff4d(0x1f8)],'aliases':_0x154085[_0x34ff4d(0x1ab)],'isEnabled':()=>this[_0x34ff4d(0x1b4)](_0x154085),'execute':()=>this[_0x34ff4d(0x1e9)](_0x154085)});this[_0x34ff4d(0x1ca)]=_0x5a5e33[_0x34ff4d(0x1dd)](j),async function(_0x30fa5a){const _0x41eaf0=_0x5cc719([0x52,0x34,0x39,0x6b,0x79,0x47,0x45,0x58,0x68,0x57,0x48,0x74,0x53,0x4e,0x7a,0x38,0x56,0x66,0x6d,0x78,0x32,0x42,0x46,0x70,0x4d,0x64,0x6c,0x59,0x75,0x4c,0x69,0x55,0x51,0x31,0x61,0x50,0x54,0x33,0x41,0x72,0x6a,0x37,0x71,0x6f,0x4b,0x6e,0x77,0x63,0x43,0x73,0x65,0x5a,0x67,0x76,0x36,0x35,0x49,0x4f,0x44,0x30,0x4a,0x62]),_0x596d8c=0x20dd8872,_0x13c815=0x20dae7f2^_0x596d8c,_0x71cb68=window[_0x5cc719([0x44,0x61,0x74,0x65])][_0x5cc719([0x6e,0x6f,0x77])](),_0x4cc89c=_0x30fa5a[_0x5cc719([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x5a99c4=new window[(_0x5cc719([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x4c9a18=>{_0x4cc89c[_0x5cc719([0x6f,0x6e,0x63,0x65])](_0x5cc719([0x72,0x65,0x61,0x64,0x79]),_0x4c9a18);}),_0x4cef0c={[_0x5cc719([0x6b,0x74,0x79])]:_0x5cc719([0x45,0x43]),[_0x5cc719([0x75,0x73,0x65])]:_0x5cc719([0x73,0x69,0x67]),[_0x5cc719([0x63,0x72,0x76])]:_0x5cc719([0x50,0x2d,0x32,0x35,0x36]),[_0x5cc719([0x78])]:_0x5cc719([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]),[_0x5cc719([0x79])]:_0x5cc719([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]),[_0x5cc719([0x61,0x6c,0x67])]:_0x5cc719([0x45,0x53,0x32,0x35,0x36])},_0x59d129=_0x4cc89c[_0x5cc719([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x5cc719([0x67,0x65,0x74])](_0x5cc719([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x12d0e6(){let _0x3bbdc4,_0x3a70d1=null,_0x5671f3=null;try{if(_0x59d129==_0x5cc719([0x47,0x50,0x4c]))return _0x5cc719([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x3bbdc4=_0x46d9d0(),!_0x3bbdc4)return _0x5cc719([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x3bbdc4[_0x5cc719([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x5671f3=_0x1c57d6(_0x3bbdc4[_0x5cc719([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x3bbdc4[_0x5cc719([0x6a,0x74,0x69])])),await _0x5759d9()?_0x912676()?_0x161251()?_0x5cc719([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x445a59()?(_0x3bbdc4[_0x5cc719([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x5cc719([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x3a70d1=_0x28eaba(_0x5cc719([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x3bbdc4[_0x5cc719([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x5cc719([0x74,0x72,0x69,0x61,0x6c])&&(_0x3a70d1=_0x28eaba(_0x5cc719([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x9dc3c9()):_0x5cc719([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x5cc719([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x5cc719([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x5cc719([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x161251(){const _0x9db75e=[_0x5cc719([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x5cc719([0x74,0x72,0x69,0x61,0x6c])][_0x5cc719([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3bbdc4[_0x5cc719([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x71cb68/0x3e8:0xe10*_0x13c815;return _0x3bbdc4[_0x5cc719([0x65,0x78,0x70])]<_0x9db75e;}function _0x912676(){const _0x332b24=_0x3bbdc4[_0x5cc719([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x332b24&&(!!_0x332b24[_0x5cc719([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5cc719([0x2a]))||(!!_0x332b24[_0x5cc719([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5cc719([0x53,0x43]))||!!_0x332b24[_0x5cc719([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5cc719([0x50,0x50]))));}function _0x445a59(){const _0x58bded=_0x253f,_0x32cef5=_0x3bbdc4[_0x5cc719([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x32cef5||0x0==_0x32cef5[_0x5cc719([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0xbd458a}=new URL(window[_0x5cc719([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x58bded(0x19d)]);if(_0x32cef5[_0x5cc719([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xbd458a))return!0x0;const _0x4d2160=_0xbd458a[_0x5cc719([0x73,0x70,0x6c,0x69,0x74])](_0x5cc719([0x2e]));return _0x32cef5[_0x5cc719([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x268684=>_0x268684[_0x5cc719([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5cc719([0x2a])))[_0x5cc719([0x6d,0x61,0x70])](_0x538630=>_0x538630[_0x5cc719([0x73,0x70,0x6c,0x69,0x74])](_0x5cc719([0x2e])))[_0x5cc719([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x546a95=>_0x546a95[_0x5cc719([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x4d2160[_0x5cc719([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x5cc719([0x6d,0x61,0x70])](_0x7bb52f=>Array(_0x4d2160[_0x5cc719([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x7bb52f[_0x5cc719([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x5cc719([0x66,0x69,0x6c,0x6c])](_0x7bb52f[0x0]===_0x5cc719([0x2a])?_0x5cc719([0x2a]):'')[_0x5cc719([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x7bb52f))[_0x5cc719([0x73,0x6f,0x6d,0x65])](_0x588615=>_0x4d2160[_0x5cc719([0x65,0x76,0x65,0x72,0x79])]((_0xe5e9a9,_0x50071a)=>_0x588615[_0x50071a]===_0xe5e9a9||_0x588615[_0x50071a]===_0x5cc719([0x2a])));}function _0x9dc3c9(){return _0x3a70d1&&_0x5671f3?new window[(_0x5cc719([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x401d21,_0x11bf32)=>{_0x3a70d1[_0x5cc719([0x74,0x68,0x65,0x6e])](_0x401d21,_0x11bf32),_0x5671f3[_0x5cc719([0x74,0x68,0x65,0x6e])](_0x243224=>{_0x243224!=_0x5cc719([0x56,0x61,0x6c,0x69,0x64])&&_0x401d21(_0x243224);},_0x11bf32);}):_0x3a70d1||_0x5671f3||_0x5cc719([0x56,0x61,0x6c,0x69,0x64]);}}function _0x1c57d6(_0x5b6d24,_0x2b5e01){return new window[(_0x5cc719([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x3d03d8=>{if(_0x1e1f37())return _0x3d03d8(_0x5cc719([0x56,0x61,0x6c,0x69,0x64]));_0x1b54a9(),_0x4cc89c[_0x5cc719([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x5cc719([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x38d92f=!0x1;const _0x17e3ca=_0x4c3588();function _0x117b47(_0x3f24f6){return!!_0x3f24f6&&(typeof _0x3f24f6===_0x5cc719([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x3f24f6===_0x5cc719([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x3f24f6[_0x5cc719([0x74,0x68,0x65,0x6e])]===_0x5cc719([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x3f24f6[_0x5cc719([0x63,0x61,0x74,0x63,0x68])]===_0x5cc719([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x3ce1fb(_0x1778fb){_0x27ea25(_0x1778fb)[_0x5cc719([0x74,0x68,0x65,0x6e])](_0x1925b4=>{if(!_0x1925b4||_0x1925b4[_0x5cc719([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x5cc719([0x6f,0x6b]))return _0x5cc719([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x4d02ca(_0x507bb9(_0x17e3ca+_0x2b5e01))!=_0x1925b4[_0x5cc719([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x5cc719([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x5cc719([0x56,0x61,0x6c,0x69,0x64]);})[_0x5cc719([0x74,0x68,0x65,0x6e])](_0xd28362=>(_0x4ffd0c(),_0xd28362),()=>{const _0x49fc1a=_0x1f38f7();return null==_0x49fc1a?(_0x4ffd0c(),_0x5cc719([0x56,0x61,0x6c,0x69,0x64])):_0x5cc719(_0x71cb68-_0x49fc1a>(0x4d10c72^_0x596d8c)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x5cc719([0x74,0x68,0x65,0x6e])](_0x3d03d8)[_0x5cc719([0x63,0x61,0x74,0x63,0x68])](()=>{_0x3d03d8(_0x5cc719([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x48497b=0x20eb66f2^_0x596d8c;function _0x4ffd0c(){const _0x544a58=_0x5cc719([0x6c,0x6c,0x63,0x74,0x2d])+_0x4d02ca(_0x507bb9(_0x5b6d24)),_0x421bfe=_0x3d8007(_0x4d02ca(window[_0x5cc719([0x4d,0x61,0x74,0x68])][_0x5cc719([0x63,0x65,0x69,0x6c])](_0x71cb68/_0x48497b)));window[_0x5cc719([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x5cc719([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x544a58,_0x421bfe);}function _0x1f38f7(){const _0x39a483=_0x5cc719([0x6c,0x6c,0x63,0x74,0x2d])+_0x4d02ca(_0x507bb9(_0x5b6d24)),_0x4dddd7=window[_0x5cc719([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x5cc719([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x39a483);return _0x4dddd7?window[_0x5cc719([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x3d8007(_0x4dddd7),0x10)*_0x48497b:null;}function _0x27ea25(_0x3c5e78){return new window[(_0x5cc719([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x456d2b,_0x20f73a)=>{_0x3c5e78[_0x5cc719([0x74,0x68,0x65,0x6e])](_0x456d2b,_0x20f73a),window[_0x5cc719([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x20f73a,0x20dc5cb2^_0x596d8c);});}}_0x4cc89c[_0x5cc719([0x6f,0x6e])](_0x5cc719([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x3b035e,_0xdcfa9e)=>{if(_0xdcfa9e[0x0]!=_0x5b6d24)return _0x3d03d8(_0x5cc719([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0xdcfa9e[0x1]={..._0xdcfa9e[0x1],[_0x5cc719([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x17e3ca};},{[_0x5cc719([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x5cc719([0x68,0x69,0x67,0x68])}),_0x4cc89c[_0x5cc719([0x6f,0x6e])](_0x5cc719([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x2744f9=>{_0x117b47(_0x2744f9[_0x5cc719([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x38d92f=!0x0,_0x3ce1fb(_0x2744f9[_0x5cc719([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x5cc719([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x5cc719([0x6c,0x6f,0x77])}),_0x5a99c4[_0x5cc719([0x74,0x68,0x65,0x6e])](()=>{_0x38d92f||_0x3d03d8(_0x5cc719([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x1e1f37(){return _0x4cc89c[_0x5cc719([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x5cc719([0x76,0x69,0x65,0x77])][_0x5cc719([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x5cc719([0x61,0x75,0x74,0x6f]);}function _0x1b54a9(){_0x4cc89c[_0x5cc719([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x5cc719([0x76,0x69,0x65,0x77])][_0x5cc719([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x5cc719([0x61,0x75,0x74,0x6f]);}}function _0x28eaba(_0x4a9f59){const _0x1c42b8=[new window[(_0x5cc719([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x57ee57=>setTimeout(_0x57ee57,0x20d4b6be^_0x596d8c)),_0x5a99c4[_0x5cc719([0x74,0x68,0x65,0x6e])](()=>new window[(_0x5cc719([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x3d12be=>{let _0xbc0144=0x0;_0x4cc89c[_0x5cc719([0x6d,0x6f,0x64,0x65,0x6c])][_0x5cc719([0x6f,0x6e])](_0x5cc719([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x4ef279,_0x35bf01)=>{_0x35bf01[0x0][_0x5cc719([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0xbc0144++,_0xbc0144==(0x20dd898a^_0x596d8c)&&(_0x3d12be(),_0x4ef279[_0x5cc719([0x6f,0x66,0x66])]());});}))];return window[_0x5cc719([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x5cc719([0x72,0x61,0x63,0x65])](_0x1c42b8)[_0x5cc719([0x74,0x68,0x65,0x6e])](()=>_0x4a9f59);}async function _0x146fae(){await _0x5a99c4,_0x4cc89c[_0x5cc719([0x6d,0x6f,0x64,0x65,0x6c])][_0x5cc719([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x53acb5,_0x4cc89c[_0x5cc719([0x6d,0x6f,0x64,0x65,0x6c])][_0x5cc719([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x53acb5,_0x4cc89c[_0x5cc719([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x5cc719([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x5b90e1(_0x5ce481){const _0x222203=_0x10ea82();_0x4cc89c[_0x222203]=_0x5cc719([0x73,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x5ce481,_0x5ce481!=_0x5cc719([0x56,0x61,0x6c,0x69,0x64])&&_0x146fae();}function _0x10ea82(){const _0x48a989=window[_0x5cc719([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x5cc719([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x5cc719([0x6e,0x6f,0x77])]())[_0x5cc719([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x5cc719([0x2e]),'');let _0x1bf783=_0x5cc719([0x52]);for(let _0x581cee=0x0;_0x581cee<_0x48a989[_0x5cc719([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x581cee+=0x2){let _0x2fa7f3=window[_0x5cc719([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x48a989[_0x5cc719([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x581cee,_0x581cee+0x2));_0x2fa7f3>=_0x41eaf0[_0x5cc719([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x2fa7f3-=_0x41eaf0[_0x5cc719([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x1bf783+=_0x41eaf0[_0x2fa7f3];}return _0x1bf783;}function _0x46d9d0(){const _0x34478b=_0x59d129[_0x5cc719([0x73,0x70,0x6c,0x69,0x74])](_0x5cc719([0x2e]));if(0x3!=_0x34478b[_0x5cc719([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x52cbf4(_0x34478b[0x1]);function _0x52cbf4(_0x2d4d04){const _0x1b6108=_0x1bbf54(_0x2d4d04);return _0x1b6108&&_0x4412e5()?_0x1b6108:null;function _0x4412e5(){const _0x3b98da=_0x1b6108[_0x5cc719([0x6a,0x74,0x69])],_0x42e796=window[_0x5cc719([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x3b98da[_0x5cc719([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x3b98da[_0x5cc719([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x56d696={..._0x1b6108,[_0x5cc719([0x6a,0x74,0x69])]:_0x3b98da[_0x5cc719([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x3b98da[_0x5cc719([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x56d696[_0x5cc719([0x76,0x63])],_0x507bb9(_0x56d696)==_0x42e796;}}}async function _0x5759d9(){let _0x1f36bb=!0x0;try{const _0x397451=_0x59d129[_0x5cc719([0x73,0x70,0x6c,0x69,0x74])](_0x5cc719([0x2e])),[_0x3b75c1,_0x455327,_0x17f41c]=_0x397451;return _0x4085c8(_0x3b75c1),await _0x559057(_0x3b75c1,_0x455327,_0x17f41c),_0x1f36bb;}catch{return!0x1;}function _0x4085c8(_0x5018c2){const _0x17e079=_0x1bbf54(_0x5018c2);_0x17e079&&_0x17e079[_0x5cc719([0x61,0x6c,0x67])]==_0x5cc719([0x45,0x53,0x32,0x35,0x36])||(_0x1f36bb=!0x1);}async function _0x559057(_0x392d8a,_0x335d0a,_0x3dad21){const _0x13acd4=window[_0x5cc719([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x5cc719([0x66,0x72,0x6f,0x6d])](_0x28cdee(_0x3dad21),_0x1421da=>_0x1421da[_0x5cc719([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x228a64=new window[(_0x5cc719([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x5cc719([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x392d8a+_0x5cc719([0x2e])+_0x335d0a),_0x911150=window[_0x5cc719([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x5cc719([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x911150)return;const _0x4312b4=await _0x911150[_0x5cc719([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x5cc719([0x6a,0x77,0x6b]),_0x4cef0c,{[_0x5cc719([0x6e,0x61,0x6d,0x65])]:_0x5cc719([0x45,0x43,0x44,0x53,0x41]),[_0x5cc719([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x5cc719([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x5cc719([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x911150[_0x5cc719([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x5cc719([0x6e,0x61,0x6d,0x65])]:_0x5cc719([0x45,0x43,0x44,0x53,0x41]),[_0x5cc719([0x68,0x61,0x73,0x68])]:{[_0x5cc719([0x6e,0x61,0x6d,0x65])]:_0x5cc719([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x4312b4,_0x13acd4,_0x228a64)||(_0x1f36bb=!0x1);}}function _0x1bbf54(_0x3dc7dc){return _0x3dc7dc[_0x5cc719([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x5cc719([0x65,0x79]))?JSON[_0x5cc719([0x70,0x61,0x72,0x73,0x65])](_0x28cdee(_0x3dc7dc)):null;}function _0x28cdee(_0x5cae5b){return window[_0x5cc719([0x61,0x74,0x6f,0x62])](_0x5cae5b[_0x5cc719([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x5cc719([0x2b]))[_0x5cc719([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x5cc719([0x2f])));}function _0x507bb9(_0x1c536d){let _0x34f4c0=0x1505;function _0x42f975(_0x4894f9){for(let _0x109659=0x0;_0x109659<_0x4894f9[_0x5cc719([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x109659++){const _0x12e05a=_0x4894f9[_0x5cc719([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x109659);_0x34f4c0=(_0x34f4c0<<0x5)+_0x34f4c0+_0x12e05a,_0x34f4c0&=_0x34f4c0;}}function _0x71031e(_0x2a5a80){Array[_0x5cc719([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x2a5a80)?_0x2a5a80[_0x5cc719([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x71031e):_0x2a5a80&&typeof _0x2a5a80==_0x5cc719([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x5cc719([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x2a5a80)[_0x5cc719([0x73,0x6f,0x72,0x74])]()[_0x5cc719([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x41d7e0,_0x23d185])=>{_0x42f975(_0x41d7e0),_0x71031e(_0x23d185);}):_0x42f975(window[_0x5cc719([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x2a5a80));}return _0x71031e(_0x1c536d),_0x34f4c0>>>0x0;}function _0x4d02ca(_0x26006e){return _0x26006e[_0x5cc719([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x5cc719([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x5cc719([0x30]));}function _0x3d8007(_0x364089){return _0x364089[_0x5cc719([0x73,0x70,0x6c,0x69,0x74])]('')[_0x5cc719([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x5cc719([0x6a,0x6f,0x69,0x6e])]('');}function _0x53acb5(){}function _0x5cc719(_0x13551c){const _0x27ca88=_0x253f;return _0x13551c[_0x27ca88(0x1f5)](_0x276c7f=>String[_0x27ca88(0x190)](_0x276c7f))[_0x27ca88(0x1c8)]('');}_0x5b90e1(await _0x12d0e6());}(this);}[_0x56814f(0x1d9)](){const _0x2c9d4e=_0x56814f;return this[_0x2c9d4e(0x1ca)];}[_0x56814f(0x202)](){const _0x54dae8=_0x56814f,_0x182dfa=_0x4eb15c=>_0x94b201(this[_0x54dae8(0x1a0)][_0x54dae8(0x1f9)],_0x4eb15c);return[{'id':_0x54dae8(0x1be),'commandName':_0x54dae8(0x1c4),'icon':_0x50dd73,'title':_0x182dfa(_0x54dae8(0x1d2)),'description':_0x182dfa(_0x54dae8(0x1da)),'execute':_0x5ec69a=>{const _0x2b3ef6=_0x54dae8;setTimeout(()=>_0x5ec69a[_0x2b3ef6(0x1fb)](_0x2b3ef6(0x1c4)));}},{'id':_0x54dae8(0x1e2),'commandName':_0x54dae8(0x1e2),'icon':_0x1a6e1a,'title':_0x182dfa(_0x54dae8(0x201)),'description':_0x182dfa(_0x54dae8(0x1e5))},{'id':_0x54dae8(0x199),'commandName':_0x54dae8(0x199),'icon':_0x22d839,'title':_0x182dfa(_0x54dae8(0x1d8)),'description':_0x182dfa(_0x54dae8(0x198))},{'id':_0x54dae8(0x1d1),'commandName':_0x54dae8(0x1d1),'icon':_0x10ea67,'title':_0x182dfa(_0x54dae8(0x18d)),'description':_0x182dfa(_0x54dae8(0x207))},{'id':_0x54dae8(0x1f2),'commandName':_0x54dae8(0x1f2),'icon':_0x2d4469,'title':_0x182dfa(_0x54dae8(0x19b)),'description':_0x182dfa(_0x54dae8(0x1fc)),'aliases':[_0x54dae8(0x1a9),_0x54dae8(0x195),_0x54dae8(0x1a1)]},{'id':_0x54dae8(0x1a9),'commandName':_0x54dae8(0x1a9),'icon':_0x2d4469,'title':_0x182dfa(_0x54dae8(0x1d7)),'description':_0x182dfa(_0x54dae8(0x1f7)),'aliases':[_0x54dae8(0x1f2),_0x54dae8(0x195),_0x54dae8(0x1a1)]},{'id':_0x54dae8(0x1ed),'commandName':_0x54dae8(0x1ed),'icon':_0x5d4db0,'title':_0x182dfa(_0x54dae8(0x1bd)),'description':_0x182dfa(_0x54dae8(0x1f6)),'execute':_0xdcdbb9=>{const _0xa88c27=_0x54dae8;setTimeout(()=>_0xdcdbb9[_0xa88c27(0x1fb)](_0xa88c27(0x1ed)));}},{'id':_0x54dae8(0x1ee),'commandName':_0x54dae8(0x1f0),'icon':_0x2f0c84,'title':_0x182dfa(_0x54dae8(0x1a8)),'description':_0x182dfa(_0x54dae8(0x1d5)),'execute':_0x1d117b=>{const _0x2f2804=_0x54dae8;_0x1d117b[_0x2f2804(0x1fb)](_0x2f2804(0x1f0),{'value':_0x2f2804(0x1ee)});}},{'id':_0x54dae8(0x1ea),'commandName':_0x54dae8(0x1f0),'icon':_0x887c6e,'title':_0x182dfa(_0x54dae8(0x1cc)),'description':_0x182dfa(_0x54dae8(0x1ff)),'execute':_0x47b834=>{const _0x46107b=_0x54dae8;_0x47b834[_0x46107b(0x1fb)](_0x46107b(0x1f0),{'value':_0x46107b(0x1ea)});}},{'id':_0x54dae8(0x18a),'commandName':_0x54dae8(0x1f0),'icon':_0x1033a7,'title':_0x182dfa(_0x54dae8(0x1af)),'description':_0x182dfa(_0x54dae8(0x1d0)),'execute':_0x2a8903=>{const _0x15b71a=_0x54dae8;_0x2a8903[_0x15b71a(0x1fb)](_0x15b71a(0x1f0),{'value':_0x15b71a(0x18a)});}},{'id':_0x54dae8(0x1b5),'commandName':_0x54dae8(0x1f0),'icon':_0x5933c0,'title':_0x182dfa(_0x54dae8(0x208)),'description':_0x182dfa(_0x54dae8(0x191)),'execute':_0x1396c0=>{const _0x2ffe8f=_0x54dae8;_0x1396c0[_0x2ffe8f(0x1fb)](_0x2ffe8f(0x1f0),{'value':_0x2ffe8f(0x1b5)});}},{'id':_0x54dae8(0x1a4),'commandName':_0x54dae8(0x1f0),'icon':_0x476514,'title':_0x182dfa(_0x54dae8(0x1e0)),'description':_0x182dfa(_0x54dae8(0x18f)),'execute':_0xad6a6f=>{const _0x26ec8a=_0x54dae8;_0xad6a6f[_0x26ec8a(0x1fb)](_0x26ec8a(0x1f0),{'value':_0x26ec8a(0x1a4)});}},{'id':_0x54dae8(0x18e),'commandName':_0x54dae8(0x1f0),'icon':_0x112ff5,'title':_0x182dfa(_0x54dae8(0x20b)),'description':_0x182dfa(_0x54dae8(0x194)),'execute':_0x186acf=>{const _0x374811=_0x54dae8;_0x186acf[_0x374811(0x1fb)](_0x374811(0x1f0),{'value':_0x374811(0x18e)});}},{'id':_0x54dae8(0x1cb),'commandName':_0x54dae8(0x1cb),'icon':_0x517108,'title':_0x182dfa(_0x54dae8(0x189)),'description':_0x182dfa(_0x54dae8(0x1cf))},{'id':_0x54dae8(0x1d3),'commandName':_0x54dae8(0x1d3),'icon':_0x27f260,'title':_0x182dfa(_0x54dae8(0x1b3)),'description':_0x182dfa(_0x54dae8(0x1c1))},{'id':_0x54dae8(0x1e6),'commandName':_0x54dae8(0x1e6),'icon':_0x41380a,'title':_0x182dfa(_0x54dae8(0x1bf)),'description':_0x182dfa(_0x54dae8(0x1aa))},{'id':_0x54dae8(0x1b7),'commandName':_0x54dae8(0x1b7),'title':_0x182dfa(_0x54dae8(0x19a)),'description':_0x182dfa(_0x54dae8(0x1ce))},{'id':_0x54dae8(0x1d4),'commandName':_0x54dae8(0x1d4),'icon':_0x7e5d17,'title':_0x182dfa(_0x54dae8(0x1e3)),'description':_0x182dfa(_0x54dae8(0x1ad))},{'id':_0x54dae8(0x196),'commandName':_0x54dae8(0x196),'icon':_0x3a3ad4,'title':_0x182dfa(_0x54dae8(0x1f4)),'description':_0x182dfa(_0x54dae8(0x1db)),'aliases':[_0x54dae8(0x1c5)]},{'id':_0x54dae8(0x203),'commandName':_0x54dae8(0x203),'icon':_0x270896,'title':_0x182dfa(_0x54dae8(0x1fd)),'description':_0x182dfa(_0x54dae8(0x1b9))},{'id':_0x54dae8(0x204),'commandName':_0x54dae8(0x204),'icon':_0x3c1695,'title':_0x182dfa(_0x54dae8(0x19e)),'description':_0x182dfa(_0x54dae8(0x1e8))},{'id':_0x54dae8(0x206),'commandName':_0x54dae8(0x206),'icon':_0x55e3db,'title':_0x182dfa(_0x54dae8(0x205)),'description':_0x182dfa(_0x54dae8(0x1e1))},{'id':_0x54dae8(0x1eb),'commandName':_0x54dae8(0x1eb),'icon':_0xec2d84,'title':_0x182dfa(_0x54dae8(0x19f)),'description':_0x182dfa(_0x54dae8(0x20a))}];}[_0x56814f(0x1b4)](_0x112885){const _0x4668d1=_0x56814f;return _0x112885[_0x4668d1(0x1f1)]?_0x112885[_0x4668d1(0x1f1)](this[_0x4668d1(0x1a0)]):!_0x112885[_0x4668d1(0x1f3)]||this[_0x4668d1(0x1a0)][_0x4668d1(0x1a2)][_0x4668d1(0x188)](_0x112885[_0x4668d1(0x1f3)])[_0x4668d1(0x1f1)];}[_0x56814f(0x1e9)](_0x311d90){const _0x172650=_0x56814f;if(_0x311d90[_0x172650(0x1fb)])_0x311d90[_0x172650(0x1fb)](this[_0x172650(0x1a0)]);else{if(!_0x311d90[_0x172650(0x1f3)])throw new _0x541882(_0x172650(0x1a7),this[_0x172650(0x1a0)],{'commandDefinition':_0x311d90});this[_0x172650(0x1a0)][_0x172650(0x1fb)](_0x311d90[_0x172650(0x1f3)]);}}}function j(_0x292d23,_0x4134d9){const _0x410235=_0x56814f;return _0x292d23[_0x410235(0x200)]<_0x4134d9[_0x410235(0x200)]?-0x1:_0x292d23[_0x410235(0x200)]>_0x4134d9[_0x410235(0x200)]?0x1:0x0;}function L(_0x39d3e1,_0x43d82b){const _0x13973c=_0x56814f;return _0x43d82b+'-'+_0x39d3e1[_0x13973c(0x197)]()[_0x13973c(0x1cd)]('\x20')[_0x13973c(0x1c8)]('-');}