@ckeditor/ckeditor5-slash-command 45.2.1-alpha.5 → 45.2.1-alpha.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2,4 +2,4 @@
2
2
  /*!
3
3
  * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
4
4
  * For licensing, see LICENSE.md.
5
- */(()=>{var e={168:e=>{"use strict";e.exports=function(e){return e[1]}},237:e=>{"use strict";e.exports=CKEditor5.dll},262:e=>{"use strict";var t={};e.exports=function(e,n){var a=function(e){if(void 0===t[e]){var n=document.querySelector(e);if(window.HTMLIFrameElement&&n instanceof window.HTMLIFrameElement)try{n=n.contentDocument.head}catch(e){n=null}t[e]=n}return t[e]}(e);if(!a)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");a.appendChild(n)}},311:(e,t,n)=>{e.exports=n(237)("./src/ui.js")},355:(e,t,n)=>{e.exports=n(237)("./src/icons.js")},357:e=>{"use strict";e.exports=function(e){var t=document.createElement("style");return e.setAttributes(t,e.attributes),e.insert(t,e.options),t}},433:e=>{"use strict";e.exports=function(e){var t=[];return t.toString=function(){return this.map(function(t){var n="",a=void 0!==t[5];return t[4]&&(n+="@supports (".concat(t[4],") {")),t[2]&&(n+="@media ".concat(t[2]," {")),a&&(n+="@layer".concat(t[5].length>0?" ".concat(t[5]):""," {")),n+=e(t),a&&(n+="}"),t[2]&&(n+="}"),t[4]&&(n+="}"),n}).join("")},t.i=function(e,n,a,r,i){"string"==typeof e&&(e=[[null,e,void 0]]);var o={};if(a)for(var s=0;s<this.length;s++){var c=this[s][0];null!=c&&(o[c]=!0)}for(var l=0;l<e.length;l++){var d=[].concat(e[l]);a&&o[d[0]]||(void 0!==i&&(void 0===d[5]||(d[1]="@layer".concat(d[5].length>0?" ".concat(d[5]):""," {").concat(d[1],"}")),d[5]=i),n&&(d[2]?(d[1]="@media ".concat(d[2]," {").concat(d[1],"}"),d[2]=n):d[2]=n),r&&(d[4]?(d[1]="@supports (".concat(d[4],") {").concat(d[1],"}"),d[4]=r):d[4]="".concat(r)),t.push(d))}},t}},545:e=>{"use strict";var t,n=(t=[],function(e,n){return t[e]=n,t.filter(Boolean).join("\n")});function a(e,t,a,r){var i;if(a)i="";else{i="",r.supports&&(i+="@supports (".concat(r.supports,") {")),r.media&&(i+="@media ".concat(r.media," {"));var o=void 0!==r.layer;o&&(i+="@layer".concat(r.layer.length>0?" ".concat(r.layer):""," {")),i+=r.css,o&&(i+="}"),r.media&&(i+="}"),r.supports&&(i+="}")}if(e.styleSheet)e.styleSheet.cssText=n(t,i);else{var s=document.createTextNode(i),c=e.childNodes;c[t]&&e.removeChild(c[t]),c.length?e.insertBefore(s,c[t]):e.appendChild(s)}}var r={singleton:null,singletonCounter:0};e.exports=function(e){if("undefined"==typeof document)return{update:function(){},remove:function(){}};var t=r.singletonCounter++,n=r.singleton||(r.singleton=e.insertStyleElement(e));return{update:function(e){a(n,t,!1,e)},remove:function(e){a(n,t,!0,e)}}}},584:(e,t,n)=>{e.exports=n(237)("./src/utils.js")},655:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(168),r=n.n(a),i=n(433),o=n.n(i)()(r());o.push([e.id,":root{--ck-slash-command-button-width:250px;--ck-slash-command-description-width:200px}.ck-mentions .ck.ck-button.ck-slash-command-button{display:flex;justify-content:flex-start;padding:calc(var(--ck-line-height-base)*.2*var(--ck-font-size-base));width:var(--ck-slash-command-button-width)}.ck-mentions .ck.ck-button.ck-slash-command-button .ck.ck-icon{background-color:var(--ck-color-base-background);border-radius:2px;box-sizing:initial;color:var(--ck-color-base-text);flex-shrink:0;margin-left:0;padding:5px}[dir=ltr] .ck-mentions .ck.ck-button.ck-slash-command-button .ck.ck-icon{margin:0 var(--ck-spacing-small) 0 0}[dir=rtl] .ck-mentions .ck.ck-button.ck-slash-command-button .ck.ck-icon{margin:0 0 0 var(--ck-spacing-small)}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part{display:flex;flex-direction:column}[dir=ltr] .ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part{margin-left:var(--ck-spacing-small)}[dir=rtl] .ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part{margin-right:var(--ck-spacing-small)}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>span{line-height:1.2em}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-button__label,.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-slash-command-button__description{overflow:hidden;text-overflow:ellipsis;width:var(--ck-slash-command-description-width)}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-button__label{font-weight:700}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-slash-command-button__description{font-size:var(--ck-font-size-small);opacity:.75}.ck-mentions .ck.ck-button.ck-slash-command-button.ck-on>.ck-slash-command-button__text-part>span{color:var(--ck-color-list-button-on-text)}",""]);const s=o},667:e=>{"use strict";e.exports=function(e,t){Object.keys(t).forEach(function(n){e.setAttribute(n,t[n])})}},673:e=>{"use strict";var t=[];function n(e){for(var n=-1,a=0;a<t.length;a++)if(t[a].identifier===e){n=a;break}return n}function a(e,a){for(var i={},o=[],s=0;s<e.length;s++){var c=e[s],l=a.base?c[0]+a.base:c[0],d=i[l]||0,u="".concat(l," ").concat(d);i[l]=d+1;var m=n(u),h={css:c[1],media:c[2],sourceMap:c[3],supports:c[4],layer:c[5]};if(-1!==m)t[m].references++,t[m].updater(h);else{var p=r(h,a);a.byIndex=s,t.splice(s,0,{identifier:u,updater:p,references:1})}o.push(u)}return o}function r(e,t){var n=t.domAPI(t);n.update(e);return function(t){if(t){if(t.css===e.css&&t.media===e.media&&t.sourceMap===e.sourceMap&&t.supports===e.supports&&t.layer===e.layer)return;n.update(e=t)}else n.remove()}}e.exports=function(e,r){var i=a(e=e||[],r=r||{});return function(e){e=e||[];for(var o=0;o<i.length;o++){var s=n(i[o]);t[s].references--}for(var c=a(e,r),l=0;l<i.length;l++){var d=n(i[l]);0===t[d].references&&(t[d].updater(),t.splice(d,1))}i=c}}},782:(e,t,n)=>{e.exports=n(237)("./src/core.js")}},t={};function n(a){var r=t[a];if(void 0!==r)return r.exports;var i=t[a]={id:a,exports:{}};return e[a](i,i.exports,n),i.exports}n.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return n.d(t,{a:t}),t},n.d=(e,t)=>{for(var a in t)n.o(t,a)&&!n.o(e,a)&&Object.defineProperty(e,a,{enumerable:!0,get:t[a]})},n.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),n.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var a={};(()=>{"use strict";n.r(a),n.d(a,{SlashCommand:()=>q,SlashCommandConfig:()=>c,SlashCommandEditing:()=>p,SlashCommandUI:()=>S});var e=n(782),t=n(584),r=n(355);const i=o;function o(e,t){const n=s();return(o=function(e,t){return n[e-=373]})(e,t)}function s(){const e=["emoji","sort","join","Increase indent","title","editor","3934452gDkwhn","4645728nhTUkh","toc","Paragraph","showAIAssistant","todoList","heading","SlashCommandConfig","Create a table","Horizontal line","getAllowedCommands","_proxyExecute","getDefaultCommands","Create a heading level 5","execute","includes","commandName","Create a code block","Table of contents","Heading 4","pluginName","insertTable","Insert image","heading4","enabledStyles","icon","Create a heading level 1","Insert the Mermaid diagram","_allowedCommands","aiAssistant","split","Decrease the indentation","length","heading2","isOfficialPlugin","config","locale","isIconColorInherited","upload","concat","Numbered list","Create a heading level 2","numberedList","ckbox","heading1","Insert code block","Insert a horizontal line","outdent","Heading 5","filter","Create a bulleted list","Insert HTML","codeBlock","heading5","template.definitions","blockQuote","Open file browser to insert an image or a file","Block quote","heading3","Heading 6","description","ckfinder","AI Assistant","Insert an emoji","function","Bulleted list","horizontalLine","Create a heading level 3","Insert table","Decrease indent","Insert table of contents","7FlpVBc","style.definitions","paragraph","Heading 2","Heading 3","isEnabled","href","template","Insert a paragraph","To-do list","Insert an HTML snippet","insertMermaidCommand","slashCommand.extraCommands","isPremiumPlugin","heading.options","bulletedList","Heading 1","aliases","insertTemplate","Create a numbered list","commands","_proxyIsEnabled","slash-command-execute-missing","Open the AI Assistant to generate content","7076530delrrA","filemanager","name","Open file manager","Insert Mermaid diagram","Create a to-do list","indent","Create a block quote","Create a heading level 4","594733QryzAG","insertTableOfContents","afterInit","Increase the indentation","2037704gZIykD","22348755LNDkpQ","Emoji","style","htmlEmbed","4BOokQl","map","get","push","heading6","153570grutfd","toLowerCase","Create a heading level 6","model","fromCharCode","slashCommand.removeCommands","Open file manager to insert an image or a file"];return(s=function(){return e})()}!function(e){const t=o,n=e();for(;;)try{if(746084===parseInt(t(474))/1*(parseInt(t(483))/2)+parseInt(t(488))/3+-parseInt(t(502))/4+-parseInt(t(465))/5+-parseInt(t(501))/6+parseInt(t(441))/7*(parseInt(t(478))/8)+parseInt(t(479))/9)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(s);class c extends e.Plugin{static get[i(390)](){return i(377)}static get[i(404)](){return!0}static get[i(454)](){return!0}constructor(e){const t=i;super(e),this[t(398)]=null}[i(476)](){const e=i,n=this[e(500)][e(405)][e(485)](e(493))||[],a=function(t){const n=e;let a=[n(393),n(423),n(487)];if(t){const e=t[n(484)](e=>e[n(491)]);a=[n(414),n(403),n(428),n(393),n(423),n(487)][n(419)](t=>!e[n(385)](t))}return a}(this[e(500)][e(405)][e(485)](e(455)));let r=this[e(382)]()[e(419)](t=>!a[e(385)](t.id))[e(419)](t=>!n[e(385)](t[e(386)]));const s=this[e(500)][e(405)][e(485)](e(453));s&&s[e(402)]&&(r=r[e(409)](s));const c=this[e(500)][e(405)][e(485)](e(424));c&&c[e(402)]&&(r=r[e(409)](function(t){const n=e;return t[n(484)](e=>{const t=n,{title:a,icon:r,description:i,data:o}=e,s={id:d(a,t(448)),commandName:t(459),execute:e=>{const n=t;e[n(384)](n(459),o)},description:i,icon:r,title:a};return r&&(s[t(407)]=!1),s})}(c)));const u=this[e(500)][e(405)][e(485)](e(442));u&&u[e(402)]&&(r=r[e(409)](function(t){const n=e;return t[n(484)](e=>({id:d(e[n(467)],n(481)),commandName:n(481),execute:t=>{const a=n;t[a(384)](a(481),{styleName:e[a(467)]})},isEnabled:t=>{const a=n,r=t[a(461)][a(485)](a(481));return r[a(446)]&&r[a(394)][a(385)](e[a(467)])},title:e[n(467)]}))}(u)));const m=r[e(419)](t=>!t[e(386)]||void 0!==this[e(500)][e(461)][e(485)](t[e(386)])),h=[];for(const t of m)h[e(486)]({id:t.id,commandName:t[e(386)],title:e(434)==typeof t[e(499)]?t[e(499)](this[e(500)]):t[e(499)],description:t[e(430)],icon:t[e(395)],isIconColorInherited:t[e(407)],aliases:t[e(458)],isEnabled:()=>this[e(462)](t),execute:()=>this[e(381)](t)});this[e(398)]=h[e(496)](l),async function(e){const n=g([74,50,49,75,98,84,107,105,101,66,120,118,67,65,48,109,89,119,80,122,99,73,53,52,113,100,76,110,106,108,87,57,77,83,85,116,69,56,78,81,90,88,86,111,79,103,68,71,97,55,70,104,82,72,117,51,112,102,121,114,115,54]),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 h(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 p(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(484)](e=>String[t(492)](e))[t(497)]("")}!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([74]);for(let a=0;a<e[g([108,101,110,103,116,104])];a+=2){let r=window[g([112,97,114,115,101,73,110,116])](e[g([115,117,98,115,116,114,105,110,103])](a,a+2));r>=n[g([108,101,110,103,116,104])]&&(r-=n[g([108,101,110,103,116,104])]),t+=n[r]}return t}();r[t]=g([115,108,97,115,104,67,111,109,109,97,110,100,76,105,99,101,110,115,101,75,101,121])+e,e!=g([86,97,108,105,100])&&async function(){await i,r[g([109,111,100,101,108])][g([99,104,97,110,103,101])]=f,r[g([109,111,100,101,108])][g([101,110,113,117,101,117,101,67,104,97,110,103,101])]=f,r[g([101,110,97,98,108,101,82,101,97,100,79,110,108,121,77,111,100,101])](g([109,111,100,101,108]))}()}(await async function(){let e,n=null,f=null;try{return c==g([71,80,76])?g([78,111,116,65,108,108,111,119,101,100]):(e=function(){const e=c[g([115,112,108,105,116])](g([46]));return 3!=e[g([108,101,110,103,116,104])]?null:t(e[1]);function t(e){const t=d(e);return t&&n()?t:null;function n(){const e=t[g([106,116,105])],n=window[g([112,97,114,115,101,73,110,116])](e[g([115,117,98,115,116,114,105,110,103])](e[g([108,101,110,103,116,104])]-8),16),a={...t,[g([106,116,105])]:e[g([115,117,98,115,116,114,105,110,103])](0,e[g([108,101,110,103,116,104])]-8)};return delete a[g([118,99])],m(a)==n}}}(),e?(e[g([117,115,97,103,101,69,110,100,112,111,105,110,116])]&&(f=function(e,n){return new(window[g([80,114,111,109,105,115,101])])(c=>{if(o())return c(g([86,97,108,105,100]));s(),r[g([100,101,99,111,114,97,116,101])](g([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]));let l=!1;const d=(0,t.uid)();function u(e){return!!e&&(typeof e===g([111,98,106,101,99,116])||typeof e===g([102,117,110,99,116,105,111,110]))&&typeof e[g([116,104,101,110])]===g([102,117,110,99,116,105,111,110])&&typeof e[g([99,97,116,99,104])]===g([102,117,110,99,116,105,111,110])}function f(t){s(t)[g([116,104,101,110])](e=>e&&e[g([115,116,97,116,117,115])]==g([111,107])?h(m(d+n))!=e[g([118,101,114,105,102,105,99,97,116,105,111,110])]?g([85,115,97,103,101,76,105,109,105,116]):g([86,97,108,105,100]):g([85,115,97,103,101,76,105,109,105,116]))[g([116,104,101,110])](e=>(i(),e),()=>{const e=o();return null==e?(i(),g([86,97,108,105,100])):g(a-e>6048e5?[85,115,97,103,101,76,105,109,105,116]:[86,97,108,105,100])})[g([116,104,101,110])](c)[g([99,97,116,99,104])](()=>{c(g([85,115,97,103,101,76,105,109,105,116]))});const r=36e5;function i(){const t=g([108,108,99,116,45])+h(m(e)),n=p(h(window[g([77,97,116,104])][g([99,101,105,108])](a/r)));window[g([108,111,99,97,108,83,116,111,114,97,103,101])][g([115,101,116,73,116,101,109])](t,n)}function o(){const t=g([108,108,99,116,45])+h(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])](p(n),16)*r:null}function s(e){return new(window[g([80,114,111,109,105,115,101])])((t,n)=>{e[g([116,104,101,110])](t,n),window[g([115,101,116,84,105,109,101,111,117,116])](n,12e4)})}}r[g([111,110])](g([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),(t,n)=>{if(n[0]!=e)return c(g([85,115,97,103,101,76,105,109,105,116]));n[1]={...n[1],[g([114,101,113,117,101,115,116,73,100])]:d}},{[g([112,114,105,111,114,105,116,121])]:g([104,105,103,104])}),r[g([111,110])](g([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),e=>{u(e[g([114,101,116,117,114,110])])&&(l=!0,f(e[g([114,101,116,117,114,110])]))},{[g([112,114,105,111,114,105,116,121])]:g([108,111,119])}),i[g([116,104,101,110])](()=>{l||c(g([85,115,97,103,101,76,105,109,105,116]))})});function o(){return r[g([101,100,105,116,105,110,103])][g([118,105,101,119])][g([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]==g([97,117,116,111])}function s(){r[g([101,100,105,116,105,110,103])][g([118,105,101,119])][g([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]=g([97,117,116,111])}}(e[g([117,115,97,103,101,69,110,100,112,111,105,110,116])],e[g([106,116,105])])),await async function(){let e=!0;try{const a=c[g([115,112,108,105,116])](g([46])),[r,i,o]=a;return t(r),await n(r,i,o),e}catch{return!1}function t(t){const n=d(t);n&&n[g([97,108,103])]==g([69,83,50,53,54])||(e=!1)}async function n(t,n,a){const r=window[g([85,105,110,116,56,65,114,114,97,121])][g([102,114,111,109])](u(a),e=>e[g([99,104,97,114,67,111,100,101,65,116])](0)),i=(new(window[g([84,101,120,116,69,110,99,111,100,101,114])]))[g([101,110,99,111,100,101])](t+g([46])+n),o=window[g([99,114,121,112,116,111])][g([115,117,98,116,108,101])];if(!o)return;const c=await o[g([105,109,112,111,114,116,75,101,121])](g([106,119,107]),s,{[g([110,97,109,101])]:g([69,67,68,83,65]),[g([110,97,109,101,100,67,117,114,118,101])]:g([80,45,50,53,54])},!1,[g([118,101,114,105,102,121])]);await o[g([118,101,114,105,102,121])]({[g([110,97,109,101])]:g([69,67,68,83,65]),[g([104,97,115,104])]:{[g([110,97,109,101])]:g([83,72,65,45,50,53,54])}},c,r,i)||(e=!1)}}()?function(){const t=e[g([102,101,97,116,117,114,101,115])];return!(!t||!t[g([105,110,99,108,117,100,101,115])](g([42]))&&!t[g([105,110,99,108,117,100,101,115])](g([83,67]))&&!t[g([105,110,99,108,117,100,101,115])](g([80,80])))}()?function(){const t=[g([101,118,97,108,117,97,116,105,111,110]),g([116,114,105,97,108])][g([105,110,99,108,117,100,101,115])](e[g([108,105,99,101,110,115,101,84,121,112,101])])?a/1e3:1750291200;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(447)]);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(380)](){return this[i(398)]}[i(382)](){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(500)][e(406)],t);return[{id:e(399),commandName:e(374),icon:r.IconRobotPencil,title:t(e(432)),description:t(e(464)),execute:t=>{const n=e;setTimeout(()=>t[n(384)](n(374)))}},{id:e(425),commandName:e(425),icon:r.IconQuote,title:t(e(427)),description:t(e(472))},{id:e(456),commandName:e(456),icon:r.IconBulletedList,title:t(e(435)),description:t(e(420))},{id:e(422),commandName:e(422),icon:r.IconCodeBlock,title:t(e(415)),description:t(e(387))},{id:e(413),commandName:e(413),icon:r.IconBrowseFiles,title:t(e(468)),description:t(e(494)),aliases:[e(431),e(466),e(408)]},{id:e(431),commandName:e(431),icon:r.IconBrowseFiles,title:t(e(392)),description:t(e(426)),aliases:[e(413),e(466),e(408)]},{id:e(495),commandName:e(495),icon:r.IconEmoji,title:t(e(480)),description:t(e(433)),execute:t=>{const n=e;setTimeout(()=>t[n(384)](n(495)))}},{id:e(414),commandName:e(376),icon:r.IconHeading1,title:t(e(457)),description:t(e(396)),execute:t=>{const n=e;t[n(384)](n(376),{value:n(414)})}},{id:e(403),commandName:e(376),icon:r.IconHeading2,title:t(e(444)),description:t(e(411)),execute:t=>{const n=e;t[n(384)](n(376),{value:n(403)})}},{id:e(428),commandName:e(376),icon:r.IconHeading3,title:t(e(445)),description:t(e(437)),execute:t=>{const n=e;t[n(384)](n(376),{value:n(428)})}},{id:e(393),commandName:e(376),icon:r.IconHeading4,title:t(e(389)),description:t(e(473)),execute:t=>{const n=e;t[n(384)](n(376),{value:n(393)})}},{id:e(423),commandName:e(376),icon:r.IconHeading5,title:t(e(418)),description:t(e(383)),execute:t=>{const n=e;t[n(384)](n(376),{value:n(423)})}},{id:e(487),commandName:e(376),icon:r.IconHeading6,title:t(e(429)),description:t(e(490)),execute:t=>{const n=e;t[n(384)](n(376),{value:n(487)})}},{id:e(436),commandName:e(436),icon:r.IconHorizontalLine,title:t(e(379)),description:t(e(416))},{id:e(482),commandName:e(482),icon:r.IconHtml,title:t(e(421)),description:t(e(451))},{id:e(471),commandName:e(471),icon:r.IconIndent,title:t(e(498)),description:t(e(477))},{id:e(452),commandName:e(452),title:t(e(469)),description:t(e(397))},{id:e(391),commandName:e(391),icon:r.IconTable,title:t(e(438)),description:t(e(378))},{id:e(475),commandName:e(475),icon:r.IconTableOfContents,title:t(e(388)),description:t(e(440)),aliases:[e(503)]},{id:e(412),commandName:e(412),icon:r.IconNumberedList,title:t(e(410)),description:t(e(460))},{id:e(417),commandName:e(417),icon:r.IconOutdent,title:t(e(439)),description:t(e(401))},{id:e(443),commandName:e(443),icon:r.IconParagraph,title:t(e(373)),description:t(e(449))},{id:e(375),commandName:e(375),icon:r.IconTodoList,title:t(e(450)),description:t(e(470))}]}[i(462)](e){const t=i;return e[t(446)]?e[t(446)](this[t(500)]):!e[t(386)]||this[t(500)][t(461)][t(485)](e[t(386)])[t(446)]}[i(381)](e){const n=i;if(e[n(384)])e[n(384)](this[n(500)]);else{if(!e[n(386)])throw new t.CKEditorError(n(463),this[n(500)],{commandDefinition:e});this[n(500)][n(384)](e[n(386)])}}}function l(e,t){const n=i;return e[n(499)]<t[n(499)]?-1:e[n(499)]>t[n(499)]?1:0}function d(e,t){const n=i;return t+"-"+e[n(489)]()[n(400)](" ")[n(497)]("-")}function u(){const e=["filter","pluginName","639AQaRff","716924AZXrii","some","14rHRvBg","push","isOfficialPlugin","getAllowedCommands","getMatchingCommands","toLowerCase","SlashCommandConfig","96CrFDPt","13668809euKfCq","isEnabled","title","222124Hcnxwy","concat","editor","description","12830nxFuYT","includes","166748PVIlus","get","576MKZXbn","requires","6390TvbKuH","isPremiumPlugin","SlashCommandEditing","aliases","94983tciULK","plugins"];return(u=function(){return e})()}const m=h;function h(e,t){const n=u();return(h=function(e,t){return n[e-=331]})(e,t)}!function(e){const t=h,n=e();for(;;)try{if(262634===-parseInt(t(343))/1+-parseInt(t(358))/2*(parseInt(t(351))/3)+-parseInt(t(356))/4+parseInt(t(347))/5*(-parseInt(t(345))/6)+parseInt(t(337))/7*(-parseInt(t(333))/8)+parseInt(t(355))/9*(parseInt(t(341))/10)+parseInt(t(334))/11)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(u);class p extends e.Plugin{static get[m(354)](){return m(349)}static get[m(360)](){return!0}static get[m(348)](){return!0}static get[m(346)](){return[c]}[m(362)](e){const t=m,n=e&&e[t(331)]();let a=this[t(339)][t(352)][t(344)](t(332))[t(361)]();if(a=a[t(353)](e=>e[t(335)]()),n){const e=[],r=[],i=[],o=[];for(const s of a)s.id[t(331)]()[t(342)](n)?e[t(359)](s):s[t(336)][t(331)]()[t(342)](n)?r[t(359)](s):s[t(350)]&&s[t(350)][t(357)](e=>e[t(331)]()[t(342)](n))?i[t(359)](s):s[t(340)]&&s[t(340)][t(331)]()[t(342)](n)&&o[t(359)](s);a=e[t(338)](r,i,o)}return a}}var f=n(311);const g=I;function I(e,t){const n=b();return(I=function(e,t){return n[e-=467]})(e,t)}function b(){const e=["setTemplate","span","iconView","description","9097228XljxAB","1337255fIagPs","labelView","4787088qxgtLd","18qkyVZh","ck-slash-command-button__text-part","1810628BcuOCr","155600bPMuqv","icon","isColorInherited","div","children","set","ck-slash-command-button","textPartView","ck-slash-command-button__description","render","isIconColorInherited","add","2426781SUdLqM","title","_createTextPartView","3118436ECuwON"];return(b=function(){return e})()}!function(e){const t=I,n=e();for(;;)try{if(664749===-parseInt(t(467))/1+parseInt(t(493))/2+-parseInt(t(479))/3+-parseInt(t(482))/4+parseInt(t(488))/5*(parseInt(t(491))/6)+parseInt(t(487))/7+-parseInt(t(490))/8)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(474)]=this[n(481)](e,t),void 0!==t[n(477)]&&(this[n(485)][n(469)]=t[n(477)]),this[n(472)]({icon:t[n(468)]||r.IconPlay,withText:!0,label:t[n(480)],class:n(473)})}[g(476)](){const e=g;super[e(476)](),this[e(471)][e(478)](this[e(474)])}[g(481)](e,t){const n=g,a=new f.View(e);return a[n(483)]({tag:n(470),attributes:{class:["ck",n(492)]},children:t[n(486)]?[this[n(489)],{tag:n(484),attributes:{class:["ck",n(475)]},children:[{text:t[n(486)]}]}]:[this[n(489)]]}),a}}var v=n(673),C=n.n(v),w=n(545),y=n.n(w),x=n(262),L=n.n(x),N=n(667),T=n.n(N),A=n(357),H=n.n(A),_=n(655),O={attributes:{"data-cke":!0}};O.setAttributes=T(),O.insert=L().bind(null,"head"),O.domAPI=y(),O.insertStyleElement=H();C()(_.A,O);_.A&&_.A.locals&&_.A.locals;const M=P;function P(e,t){const n=E();return(P=function(e,t){return n[e-=257]})(e,t)}function E(){const e=["slashCommandLicenseKeyNotAllowed","_setupMentionConfiguration","editor","_licenseKeyCheckInterval","mention.feeds","mention","58207oEkklD","change","979220FoTsAL","slashCommandLicenseKeyInvalid","once","_overrideMentionExecuteListener","getMatchingCommands","destroy","expired","evaluationLimit","element","plugins","config","389384Xptiji","slashCommandLicenseKeyExpired","305310LmvmpD","model","range","10onyVra","SlashCommandUI","bind","slashCommandLicenseKeyTrialLimit","stop","1413EiIiqN","invalid","licenseKey","1156770QTLJes","slashCommand.dropdownLimit","slashCommandLicenseKeyDomainLimit","set","slashCommandLicenseKeyEvaluationLimit","marker","locale","_showLicenseError","commands","render","SlashCommand","pluginName","high","domainLimit","isOfficialPlugin","get","isPremiumPlugin","slashCommandLicenseKeyValid","trialLimit","_customItemRenderer","837162HQdtTr","execute","featureNotAllowed","remove","ready","SlashCommandEditing","usageLimit","slashCommandLicenseKeyUsageLimit","1468bSRqzp","push","7GhJCye","init"];return(E=function(){return e})()}!function(e){const t=P,n=e();for(;;)try{if(258888===-parseInt(t(262))/1+parseInt(t(316))/2*(parseInt(t(285))/3)+parseInt(t(264))/4+parseInt(t(277))/5+-parseInt(t(288))/6+-parseInt(t(318))/7*(parseInt(t(275))/8)+parseInt(t(308))/9*(-parseInt(t(280))/10))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(E);class S extends e.Plugin{[M(287)];[M(259)];static get[M(299)](){return M(281)}static get[M(302)](){return!0}static get[M(304)](){return!0}constructor(e){const t=M;super(e),this[t(257)]()}[M(319)](){const e=M;this[e(258)][e(266)](e(312),this[e(267)][e(282)](this)),this[e(287)]=this[e(258)][e(274)][e(303)](e(287));const t=this[e(258)];this[e(259)]=setInterval(()=>{const n=e;let a;for(const e in t){const r=e,i=t[r];if(n(305)==i||n(265)==i||n(276)==i||n(290)==i||n(320)==i||n(292)==i||n(283)==i||n(315)==i){delete t[r],a=i,clearInterval(this[n(259)]),this[n(259)]=void 0;break}}n(265)==a&&t[n(295)](n(286)),n(276)==a&&t[n(295)](n(270)),n(290)==a&&t[n(295)](n(301)),n(320)==a&&t[n(295)](n(310),n(298)),n(292)==a&&t[n(295)](n(271)),n(283)==a&&t[n(295)](n(306)),n(315)==a&&t[n(295)](n(314))},1e3)}[M(269)](){const e=M;super[e(269)](),this[e(259)]&&clearInterval(this[e(259)])}[M(257)](){const e=M,t=this[e(258)],n=this[e(258)][e(273)][e(303)](e(313)),a=t[e(274)][e(303)](e(260));a[e(317)]({marker:"/",feed:t=>n[e(268)](t),itemRenderer:this[e(307)][e(282)](this),dropdownLimit:t[e(274)][e(303)](e(289))||1/0}),t[e(274)][e(291)](e(260),a)}[M(267)](){const e=M,t=this[e(258)];t[e(296)][e(303)](e(261)).on(e(309),(n,a)=>{const r=e,i=a[0],o=t[r(278)];"/"===i[r(293)]&&o[r(263)](e=>{const t=r;e[t(311)](i[t(279)]),i[t(261)][t(309)](),n[t(284)]()})},{priority:e(300)})}[M(307)](e){const t=M,n=this[t(258)][t(294)],a=new k(n,e);return a[t(297)](),a[t(272)]}}var j=K;function K(e,t){var n=B();return(K=function(e,t){return n[e-=379]})(e,t)}function B(){var e=["14fUeZKb","1033168RpGtwI","3621735dCrWvz","pluginName","48280190mCcPwq","requires","isPremiumPlugin","11558025MwHWyp","3853576wUcjib","isOfficialPlugin","5RxXVVy","3548070fQhyoT","Mention","4046452LTGUnz","2zlehVw","SlashCommand"];return(B=function(){return e})()}!function(e){for(var t=K,n=e();;)try{if(663817===-parseInt(t(385))/1*(parseInt(t(388))/2)+-parseInt(t(389))/3+-parseInt(t(384))/4*(parseInt(t(381))/5)+-parseInt(t(382))/6+parseInt(t(387))/7*(parseInt(t(379))/8)+-parseInt(t(394))/9+parseInt(t(391))/10)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(B);class q extends e.Plugin{static get[j(392)](){return[j(383),p,S]}static get[j(390)](){return j(386)}static get[j(380)](){return!0}static get[j(393)](){return!0}}function z(){var e=["12480HUGWxS","14770vdBBYK","4734OnAZBk","16754PQqYnG","183krIQMe","5678920gwKtbY","239028hpsNuJ","9ykZOFz","2140qXdshH","37476428NhUJbS","13044568IfsVvl"];return(z=function(){return e})()}function D(e,t){var n=z();return(D=function(e,t){return n[e-=162]})(e,t)}!function(e){for(var t=D,n=e();;)try{if(927850===-parseInt(t(165))/1+parseInt(t(162))/2*(parseInt(t(163))/3)+-parseInt(t(170))/4*(-parseInt(t(167))/5)+-parseInt(t(172))/6*(-parseInt(t(171))/7)+parseInt(t(169))/8+parseInt(t(166))/9*(-parseInt(t(164))/10)+-parseInt(t(168))/11)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(z)})(),(window.CKEditor5=window.CKEditor5||{}).slashCommand=a})();
5
+ */(()=>{var e={168:e=>{"use strict";e.exports=function(e){return e[1]}},237:e=>{"use strict";e.exports=CKEditor5.dll},262:e=>{"use strict";var t={};e.exports=function(e,n){var a=function(e){if(void 0===t[e]){var n=document.querySelector(e);if(window.HTMLIFrameElement&&n instanceof window.HTMLIFrameElement)try{n=n.contentDocument.head}catch(e){n=null}t[e]=n}return t[e]}(e);if(!a)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");a.appendChild(n)}},311:(e,t,n)=>{e.exports=n(237)("./src/ui.js")},355:(e,t,n)=>{e.exports=n(237)("./src/icons.js")},357:e=>{"use strict";e.exports=function(e){var t=document.createElement("style");return e.setAttributes(t,e.attributes),e.insert(t,e.options),t}},433:e=>{"use strict";e.exports=function(e){var t=[];return t.toString=function(){return this.map(function(t){var n="",a=void 0!==t[5];return t[4]&&(n+="@supports (".concat(t[4],") {")),t[2]&&(n+="@media ".concat(t[2]," {")),a&&(n+="@layer".concat(t[5].length>0?" ".concat(t[5]):""," {")),n+=e(t),a&&(n+="}"),t[2]&&(n+="}"),t[4]&&(n+="}"),n}).join("")},t.i=function(e,n,a,r,i){"string"==typeof e&&(e=[[null,e,void 0]]);var o={};if(a)for(var s=0;s<this.length;s++){var c=this[s][0];null!=c&&(o[c]=!0)}for(var l=0;l<e.length;l++){var d=[].concat(e[l]);a&&o[d[0]]||(void 0!==i&&(void 0===d[5]||(d[1]="@layer".concat(d[5].length>0?" ".concat(d[5]):""," {").concat(d[1],"}")),d[5]=i),n&&(d[2]?(d[1]="@media ".concat(d[2]," {").concat(d[1],"}"),d[2]=n):d[2]=n),r&&(d[4]?(d[1]="@supports (".concat(d[4],") {").concat(d[1],"}"),d[4]=r):d[4]="".concat(r)),t.push(d))}},t}},545:e=>{"use strict";var t,n=(t=[],function(e,n){return t[e]=n,t.filter(Boolean).join("\n")});function a(e,t,a,r){var i;if(a)i="";else{i="",r.supports&&(i+="@supports (".concat(r.supports,") {")),r.media&&(i+="@media ".concat(r.media," {"));var o=void 0!==r.layer;o&&(i+="@layer".concat(r.layer.length>0?" ".concat(r.layer):""," {")),i+=r.css,o&&(i+="}"),r.media&&(i+="}"),r.supports&&(i+="}")}if(e.styleSheet)e.styleSheet.cssText=n(t,i);else{var s=document.createTextNode(i),c=e.childNodes;c[t]&&e.removeChild(c[t]),c.length?e.insertBefore(s,c[t]):e.appendChild(s)}}var r={singleton:null,singletonCounter:0};e.exports=function(e){if("undefined"==typeof document)return{update:function(){},remove:function(){}};var t=r.singletonCounter++,n=r.singleton||(r.singleton=e.insertStyleElement(e));return{update:function(e){a(n,t,!1,e)},remove:function(e){a(n,t,!0,e)}}}},584:(e,t,n)=>{e.exports=n(237)("./src/utils.js")},655:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(168),r=n.n(a),i=n(433),o=n.n(i)()(r());o.push([e.id,":root{--ck-slash-command-button-width:250px;--ck-slash-command-description-width:200px}.ck-mentions .ck.ck-button.ck-slash-command-button{display:flex;justify-content:flex-start;padding:calc(var(--ck-line-height-base)*.2*var(--ck-font-size-base));width:var(--ck-slash-command-button-width)}.ck-mentions .ck.ck-button.ck-slash-command-button .ck.ck-icon{background-color:var(--ck-color-base-background);border-radius:2px;box-sizing:initial;color:var(--ck-color-base-text);flex-shrink:0;margin-left:0;padding:5px}[dir=ltr] .ck-mentions .ck.ck-button.ck-slash-command-button .ck.ck-icon{margin:0 var(--ck-spacing-small) 0 0}[dir=rtl] .ck-mentions .ck.ck-button.ck-slash-command-button .ck.ck-icon{margin:0 0 0 var(--ck-spacing-small)}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part{display:flex;flex-direction:column}[dir=ltr] .ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part{margin-left:var(--ck-spacing-small)}[dir=rtl] .ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part{margin-right:var(--ck-spacing-small)}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>span{line-height:1.2em}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-button__label,.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-slash-command-button__description{overflow:hidden;text-overflow:ellipsis;width:var(--ck-slash-command-description-width)}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-button__label{font-weight:700}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-slash-command-button__description{font-size:var(--ck-font-size-small);opacity:.75}.ck-mentions .ck.ck-button.ck-slash-command-button.ck-on>.ck-slash-command-button__text-part>span{color:var(--ck-color-list-button-on-text)}",""]);const s=o},667:e=>{"use strict";e.exports=function(e,t){Object.keys(t).forEach(function(n){e.setAttribute(n,t[n])})}},673:e=>{"use strict";var t=[];function n(e){for(var n=-1,a=0;a<t.length;a++)if(t[a].identifier===e){n=a;break}return n}function a(e,a){for(var i={},o=[],s=0;s<e.length;s++){var c=e[s],l=a.base?c[0]+a.base:c[0],d=i[l]||0,u="".concat(l," ").concat(d);i[l]=d+1;var m=n(u),h={css:c[1],media:c[2],sourceMap:c[3],supports:c[4],layer:c[5]};if(-1!==m)t[m].references++,t[m].updater(h);else{var p=r(h,a);a.byIndex=s,t.splice(s,0,{identifier:u,updater:p,references:1})}o.push(u)}return o}function r(e,t){var n=t.domAPI(t);n.update(e);return function(t){if(t){if(t.css===e.css&&t.media===e.media&&t.sourceMap===e.sourceMap&&t.supports===e.supports&&t.layer===e.layer)return;n.update(e=t)}else n.remove()}}e.exports=function(e,r){var i=a(e=e||[],r=r||{});return function(e){e=e||[];for(var o=0;o<i.length;o++){var s=n(i[o]);t[s].references--}for(var c=a(e,r),l=0;l<i.length;l++){var d=n(i[l]);0===t[d].references&&(t[d].updater(),t.splice(d,1))}i=c}}},782:(e,t,n)=>{e.exports=n(237)("./src/core.js")}},t={};function n(a){var r=t[a];if(void 0!==r)return r.exports;var i=t[a]={id:a,exports:{}};return e[a](i,i.exports,n),i.exports}n.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return n.d(t,{a:t}),t},n.d=(e,t)=>{for(var a in t)n.o(t,a)&&!n.o(e,a)&&Object.defineProperty(e,a,{enumerable:!0,get:t[a]})},n.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),n.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var a={};(()=>{"use strict";n.r(a),n.d(a,{SlashCommand:()=>B,SlashCommandConfig:()=>s,SlashCommandEditing:()=>p,SlashCommandUI:()=>E});var e=n(782),t=n(584),r=n(355);const i=o;function o(e,t){const n=c();return(o=function(e,t){return n[e-=370]})(e,t)}!function(e){const t=o,n=e();for(;;)try{if(591188===-parseInt(t(371))/1+parseInt(t(428))/2*(-parseInt(t(408))/3)+parseInt(t(384))/4+parseInt(t(419))/5+-parseInt(t(391))/6+parseInt(t(475))/7+-parseInt(t(462))/8*(-parseInt(t(401))/9))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(c);class s extends e.Plugin{static get[i(374)](){return i(464)}static get[i(431)](){return!0}static get[i(377)](){return!0}constructor(e){const t=i;super(e),this[t(381)]=null}[i(471)](){const e=i,n=this[e(483)][e(486)][e(438)](e(399))||[],a=function(t){const n=e;let a=[n(448),n(463),n(452)];if(t){const e=t[n(488)](e=>e[n(402)]);a=[n(473),n(432),n(487),n(448),n(463),n(452)][n(433)](t=>!e[n(415)](t))}return a}(this[e(483)][e(486)][e(438)](e(420)));let r=this[e(459)]()[e(433)](t=>!a[e(415)](t.id))[e(433)](t=>!n[e(415)](t[e(484)]));const s=this[e(483)][e(486)][e(438)](e(442));s&&s[e(409)]&&(r=r[e(425)](s));const c=this[e(483)][e(486)][e(438)](e(439));c&&c[e(409)]&&(r=r[e(425)](function(t){const n=e;return t[n(488)](e=>{const t=n,{title:a,icon:r,description:i,data:o}=e,s={id:d(a,t(394)),commandName:t(396),execute:e=>{const n=t;e[n(454)](n(396),o)},description:i,icon:r,title:a};return r&&(s[t(372)]=!1),s})}(c)));const u=this[e(483)][e(486)][e(438)](e(400));u&&u[e(409)]&&(r=r[e(425)](function(t){const n=e;return t[n(488)](e=>({id:d(e[n(481)],n(455)),commandName:n(455),execute:t=>{const a=n;t[a(454)](a(455),{styleName:e[a(481)]})},isEnabled:t=>{const a=n,r=t[a(395)][a(438)](a(455));return r[a(444)]&&r[a(370)][a(415)](e[a(481)])},title:e[n(481)]}))}(u)));const m=r[e(433)](t=>!t[e(484)]||void 0!==this[e(483)][e(395)][e(438)](t[e(484)])),h=[];for(const t of m)h[e(476)]({id:t.id,commandName:t[e(484)],title:e(393)==typeof t[e(480)]?t[e(480)](this[e(483)]):t[e(480)],description:t[e(447)],icon:t[e(375)],isIconColorInherited:t[e(372)],aliases:t[e(407)],isEnabled:()=>this[e(500)](t),execute:()=>this[e(421)](t)});this[e(381)]=h[e(492)](l),async function(e){const n=g([116,112,76,72,97,121,71,56,113,85,57,81,101,67,84,114,100,69,51,68,50,48,120,86,83,104,87,111,82,107,90,98,88,109,80,65,53,119,54,66,75,70,52,102,106,110,55,118,99,115,117,108,122,73,49,105,77,79,74,89,103,78]),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 h(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 p(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(488)](e=>String[t(388)](e))[t(435)]("")}!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([116]);for(let a=0;a<e[g([108,101,110,103,116,104])];a+=2){let r=window[g([112,97,114,115,101,73,110,116])](e[g([115,117,98,115,116,114,105,110,103])](a,a+2));r>=n[g([108,101,110,103,116,104])]&&(r-=n[g([108,101,110,103,116,104])]),t+=n[r]}return t}();r[t]=g([115,108,97,115,104,67,111,109,109,97,110,100,76,105,99,101,110,115,101,75,101,121])+e,e!=g([86,97,108,105,100])&&async function(){await i,r[g([109,111,100,101,108])][g([99,104,97,110,103,101])]=f,r[g([109,111,100,101,108])][g([101,110,113,117,101,117,101,67,104,97,110,103,101])]=f,r[g([101,110,97,98,108,101,82,101,97,100,79,110,108,121,77,111,100,101])](g([109,111,100,101,108]))}()}(await async function(){let e,n=null,f=null;try{return c==g([71,80,76])?g([78,111,116,65,108,108,111,119,101,100]):(e=function(){const e=c[g([115,112,108,105,116])](g([46]));return 3!=e[g([108,101,110,103,116,104])]?null:t(e[1]);function t(e){const t=d(e);return t&&n()?t:null;function n(){const e=t[g([106,116,105])],n=window[g([112,97,114,115,101,73,110,116])](e[g([115,117,98,115,116,114,105,110,103])](e[g([108,101,110,103,116,104])]-8),16),a={...t,[g([106,116,105])]:e[g([115,117,98,115,116,114,105,110,103])](0,e[g([108,101,110,103,116,104])]-8)};return delete a[g([118,99])],m(a)==n}}}(),e?(e[g([117,115,97,103,101,69,110,100,112,111,105,110,116])]&&(f=function(e,n){return new(window[g([80,114,111,109,105,115,101])])(c=>{if(o())return c(g([86,97,108,105,100]));s(),r[g([100,101,99,111,114,97,116,101])](g([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]));let l=!1;const d=(0,t.uid)();function u(e){return!!e&&(typeof e===g([111,98,106,101,99,116])||typeof e===g([102,117,110,99,116,105,111,110]))&&typeof e[g([116,104,101,110])]===g([102,117,110,99,116,105,111,110])&&typeof e[g([99,97,116,99,104])]===g([102,117,110,99,116,105,111,110])}function f(t){s(t)[g([116,104,101,110])](e=>e&&e[g([115,116,97,116,117,115])]==g([111,107])?h(m(d+n))!=e[g([118,101,114,105,102,105,99,97,116,105,111,110])]?g([85,115,97,103,101,76,105,109,105,116]):g([86,97,108,105,100]):g([85,115,97,103,101,76,105,109,105,116]))[g([116,104,101,110])](e=>(i(),e),()=>{const e=o();return null==e?(i(),g([86,97,108,105,100])):g(a-e>6048e5?[85,115,97,103,101,76,105,109,105,116]:[86,97,108,105,100])})[g([116,104,101,110])](c)[g([99,97,116,99,104])](()=>{c(g([85,115,97,103,101,76,105,109,105,116]))});const r=36e5;function i(){const t=g([108,108,99,116,45])+h(m(e)),n=p(h(window[g([77,97,116,104])][g([99,101,105,108])](a/r)));window[g([108,111,99,97,108,83,116,111,114,97,103,101])][g([115,101,116,73,116,101,109])](t,n)}function o(){const t=g([108,108,99,116,45])+h(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])](p(n),16)*r:null}function s(e){return new(window[g([80,114,111,109,105,115,101])])((t,n)=>{e[g([116,104,101,110])](t,n),window[g([115,101,116,84,105,109,101,111,117,116])](n,12e4)})}}r[g([111,110])](g([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),(t,n)=>{if(n[0]!=e)return c(g([85,115,97,103,101,76,105,109,105,116]));n[1]={...n[1],[g([114,101,113,117,101,115,116,73,100])]:d}},{[g([112,114,105,111,114,105,116,121])]:g([104,105,103,104])}),r[g([111,110])](g([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),e=>{u(e[g([114,101,116,117,114,110])])&&(l=!0,f(e[g([114,101,116,117,114,110])]))},{[g([112,114,105,111,114,105,116,121])]:g([108,111,119])}),i[g([116,104,101,110])](()=>{l||c(g([85,115,97,103,101,76,105,109,105,116]))})});function o(){return r[g([101,100,105,116,105,110,103])][g([118,105,101,119])][g([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]==g([97,117,116,111])}function s(){r[g([101,100,105,116,105,110,103])][g([118,105,101,119])][g([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]=g([97,117,116,111])}}(e[g([117,115,97,103,101,69,110,100,112,111,105,110,116])],e[g([106,116,105])])),await async function(){let e=!0;try{const a=c[g([115,112,108,105,116])](g([46])),[r,i,o]=a;return t(r),await n(r,i,o),e}catch{return!1}function t(t){const n=d(t);n&&n[g([97,108,103])]==g([69,83,50,53,54])||(e=!1)}async function n(t,n,a){const r=window[g([85,105,110,116,56,65,114,114,97,121])][g([102,114,111,109])](u(a),e=>e[g([99,104,97,114,67,111,100,101,65,116])](0)),i=(new(window[g([84,101,120,116,69,110,99,111,100,101,114])]))[g([101,110,99,111,100,101])](t+g([46])+n),o=window[g([99,114,121,112,116,111])][g([115,117,98,116,108,101])];if(!o)return;const c=await o[g([105,109,112,111,114,116,75,101,121])](g([106,119,107]),s,{[g([110,97,109,101])]:g([69,67,68,83,65]),[g([110,97,109,101,100,67,117,114,118,101])]:g([80,45,50,53,54])},!1,[g([118,101,114,105,102,121])]);await o[g([118,101,114,105,102,121])]({[g([110,97,109,101])]:g([69,67,68,83,65]),[g([104,97,115,104])]:{[g([110,97,109,101])]:g([83,72,65,45,50,53,54])}},c,r,i)||(e=!1)}}()?function(){const t=e[g([102,101,97,116,117,114,101,115])];return!(!t||!t[g([105,110,99,108,117,100,101,115])](g([42]))&&!t[g([105,110,99,108,117,100,101,115])](g([83,67]))&&!t[g([105,110,99,108,117,100,101,115])](g([80,80])))}()?function(){const t=[g([101,118,97,108,117,97,116,105,111,110]),g([116,114,105,97,108])][g([105,110,99,108,117,100,101,115])](e[g([108,105,99,101,110,115,101,84,121,112,101])])?a/1e3:1750377600;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(422)]);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(458)](){return this[i(381)]}[i(459)](){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(483)][e(441)],t);return[{id:e(496),commandName:e(423),icon:r.IconRobotPencil,title:t(e(494)),description:t(e(382)),execute:t=>{const n=e;setTimeout(()=>t[n(454)](n(423)))}},{id:e(414),commandName:e(414),icon:r.IconQuote,title:t(e(426)),description:t(e(437))},{id:e(373),commandName:e(373),icon:r.IconBulletedList,title:t(e(493)),description:t(e(410))},{id:e(416),commandName:e(416),icon:r.IconCodeBlock,title:t(e(478)),description:t(e(385))},{id:e(440),commandName:e(440),icon:r.IconBrowseFiles,title:t(e(470)),description:t(e(378)),aliases:[e(461),e(445),e(450)]},{id:e(461),commandName:e(461),icon:r.IconBrowseFiles,title:t(e(424)),description:t(e(398)),aliases:[e(440),e(445),e(450)]},{id:e(379),commandName:e(379),icon:r.IconEmoji,title:t(e(443)),description:t(e(485)),execute:t=>{const n=e;setTimeout(()=>t[n(454)](n(379)))}},{id:e(473),commandName:e(397),icon:r.IconHeading1,title:t(e(417)),description:t(e(499)),execute:t=>{const n=e;t[n(454)](n(397),{value:n(473)})}},{id:e(432),commandName:e(397),icon:r.IconHeading2,title:t(e(465)),description:t(e(489)),execute:t=>{const n=e;t[n(454)](n(397),{value:n(432)})}},{id:e(487),commandName:e(397),icon:r.IconHeading3,title:t(e(429)),description:t(e(418)),execute:t=>{const n=e;t[n(454)](n(397),{value:n(487)})}},{id:e(448),commandName:e(397),icon:r.IconHeading4,title:t(e(468)),description:t(e(449)),execute:t=>{const n=e;t[n(454)](n(397),{value:n(448)})}},{id:e(463),commandName:e(397),icon:r.IconHeading5,title:t(e(477)),description:t(e(389)),execute:t=>{const n=e;t[n(454)](n(397),{value:n(463)})}},{id:e(452),commandName:e(397),icon:r.IconHeading6,title:t(e(427)),description:t(e(467)),execute:t=>{const n=e;t[n(454)](n(397),{value:n(452)})}},{id:e(482),commandName:e(482),icon:r.IconHorizontalLine,title:t(e(457)),description:t(e(380))},{id:e(479),commandName:e(479),icon:r.IconHtml,title:t(e(472)),description:t(e(411))},{id:e(498),commandName:e(498),icon:r.IconIndent,title:t(e(497)),description:t(e(453))},{id:e(495),commandName:e(495),title:t(e(466)),description:t(e(406))},{id:e(387),commandName:e(387),icon:r.IconTable,title:t(e(383)),description:t(e(403))},{id:e(392),commandName:e(392),icon:r.IconTableOfContents,title:t(e(434)),description:t(e(446)),aliases:[e(490)]},{id:e(404),commandName:e(404),icon:r.IconNumberedList,title:t(e(451)),description:t(e(474))},{id:e(376),commandName:e(376),icon:r.IconOutdent,title:t(e(405)),description:t(e(469))},{id:e(390),commandName:e(390),icon:r.IconParagraph,title:t(e(491)),description:t(e(412))},{id:e(386),commandName:e(386),icon:r.IconTodoList,title:t(e(456)),description:t(e(413))}]}[i(500)](e){const t=i;return e[t(444)]?e[t(444)](this[t(483)]):!e[t(484)]||this[t(483)][t(395)][t(438)](e[t(484)])[t(444)]}[i(421)](e){const n=i;if(e[n(454)])e[n(454)](this[n(483)]);else{if(!e[n(484)])throw new t.CKEditorError(n(436),this[n(483)],{commandDefinition:e});this[n(483)][n(454)](e[n(484)])}}}function c(){const e=["style","To-do list","Horizontal line","getAllowedCommands","getDefaultCommands","split","ckfinder","479144tRkPpN","heading5","SlashCommandConfig","Heading 2","Insert Mermaid diagram","Create a heading level 6","Heading 4","Decrease the indentation","Open file manager","afterInit","Insert HTML","heading1","Create a numbered list","7434014oprohI","push","Heading 5","Insert code block","htmlEmbed","title","name","horizontalLine","editor","commandName","Insert an emoji","config","heading3","map","Create a heading level 2","toc","Paragraph","sort","Bulleted list","AI Assistant","insertMermaidCommand","aiAssistant","Increase indent","indent","Create a heading level 1","_proxyIsEnabled","enabledStyles","493187wTvtTd","isIconColorInherited","bulletedList","pluginName","icon","outdent","isPremiumPlugin","Open file manager to insert an image or a file","emoji","Insert a horizontal line","_allowedCommands","Open the AI Assistant to generate content","Insert table","1119032pLCuhf","Create a code block","todoList","insertTable","fromCharCode","Create a heading level 5","paragraph","4837824cvfizv","insertTableOfContents","function","template","commands","insertTemplate","heading","Open file browser to insert an image or a file","slashCommand.removeCommands","style.definitions","117PnycDy","model","Create a table","numberedList","Decrease indent","Insert the Mermaid diagram","aliases","9LyMIUr","length","Create a bulleted list","Insert an HTML snippet","Insert a paragraph","Create a to-do list","blockQuote","includes","codeBlock","Heading 1","Create a heading level 3","2375305hxSfHB","heading.options","_proxyExecute","href","showAIAssistant","Insert image","concat","Block quote","Heading 6","469834vQjVxr","Heading 3","toLowerCase","isOfficialPlugin","heading2","filter","Table of contents","join","slash-command-execute-missing","Create a block quote","get","template.definitions","ckbox","locale","slashCommand.extraCommands","Emoji","isEnabled","filemanager","Insert table of contents","description","heading4","Create a heading level 4","upload","Numbered list","heading6","Increase the indentation","execute"];return(c=function(){return e})()}function l(e,t){const n=i;return e[n(480)]<t[n(480)]?-1:e[n(480)]>t[n(480)]?1:0}function d(e,t){const n=i;return t+"-"+e[n(430)]()[n(460)](" ")[n(435)]("-")}function u(){const e=["filter","pluginName","639AQaRff","716924AZXrii","some","14rHRvBg","push","isOfficialPlugin","getAllowedCommands","getMatchingCommands","toLowerCase","SlashCommandConfig","96CrFDPt","13668809euKfCq","isEnabled","title","222124Hcnxwy","concat","editor","description","12830nxFuYT","includes","166748PVIlus","get","576MKZXbn","requires","6390TvbKuH","isPremiumPlugin","SlashCommandEditing","aliases","94983tciULK","plugins"];return(u=function(){return e})()}const m=h;function h(e,t){const n=u();return(h=function(e,t){return n[e-=331]})(e,t)}!function(e){const t=h,n=e();for(;;)try{if(262634===-parseInt(t(343))/1+-parseInt(t(358))/2*(parseInt(t(351))/3)+-parseInt(t(356))/4+parseInt(t(347))/5*(-parseInt(t(345))/6)+parseInt(t(337))/7*(-parseInt(t(333))/8)+parseInt(t(355))/9*(parseInt(t(341))/10)+parseInt(t(334))/11)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(u);class p extends e.Plugin{static get[m(354)](){return m(349)}static get[m(360)](){return!0}static get[m(348)](){return!0}static get[m(346)](){return[s]}[m(362)](e){const t=m,n=e&&e[t(331)]();let a=this[t(339)][t(352)][t(344)](t(332))[t(361)]();if(a=a[t(353)](e=>e[t(335)]()),n){const e=[],r=[],i=[],o=[];for(const s of a)s.id[t(331)]()[t(342)](n)?e[t(359)](s):s[t(336)][t(331)]()[t(342)](n)?r[t(359)](s):s[t(350)]&&s[t(350)][t(357)](e=>e[t(331)]()[t(342)](n))?i[t(359)](s):s[t(340)]&&s[t(340)][t(331)]()[t(342)](n)&&o[t(359)](s);a=e[t(338)](r,i,o)}return a}}var f=n(311);const g=I;function I(e,t){const n=b();return(I=function(e,t){return n[e-=467]})(e,t)}function b(){const e=["setTemplate","span","iconView","description","9097228XljxAB","1337255fIagPs","labelView","4787088qxgtLd","18qkyVZh","ck-slash-command-button__text-part","1810628BcuOCr","155600bPMuqv","icon","isColorInherited","div","children","set","ck-slash-command-button","textPartView","ck-slash-command-button__description","render","isIconColorInherited","add","2426781SUdLqM","title","_createTextPartView","3118436ECuwON"];return(b=function(){return e})()}!function(e){const t=I,n=e();for(;;)try{if(664749===-parseInt(t(467))/1+parseInt(t(493))/2+-parseInt(t(479))/3+-parseInt(t(482))/4+parseInt(t(488))/5*(parseInt(t(491))/6)+parseInt(t(487))/7+-parseInt(t(490))/8)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(b);class v extends f.ButtonView{constructor(e,t){const n=I;super(e),this[n(474)]=this[n(481)](e,t),void 0!==t[n(477)]&&(this[n(485)][n(469)]=t[n(477)]),this[n(472)]({icon:t[n(468)]||r.IconPlay,withText:!0,label:t[n(480)],class:n(473)})}[g(476)](){const e=g;super[e(476)](),this[e(471)][e(478)](this[e(474)])}[g(481)](e,t){const n=g,a=new f.View(e);return a[n(483)]({tag:n(470),attributes:{class:["ck",n(492)]},children:t[n(486)]?[this[n(489)],{tag:n(484),attributes:{class:["ck",n(475)]},children:[{text:t[n(486)]}]}]:[this[n(489)]]}),a}}var k=n(673),C=n.n(k),w=n(545),y=n.n(w),x=n(262),L=n.n(x),N=n(667),T=n.n(N),H=n(357),_=n.n(H),A=n(655),O={attributes:{"data-cke":!0}};O.setAttributes=T(),O.insert=L().bind(null,"head"),O.domAPI=y(),O.insertStyleElement=_();C()(A.A,O);A.A&&A.A.locals&&A.A.locals;const M=P;function P(e,t){const n=S();return(P=function(e,t){return n[e-=257]})(e,t)}function S(){const e=["slashCommandLicenseKeyNotAllowed","_setupMentionConfiguration","editor","_licenseKeyCheckInterval","mention.feeds","mention","58207oEkklD","change","979220FoTsAL","slashCommandLicenseKeyInvalid","once","_overrideMentionExecuteListener","getMatchingCommands","destroy","expired","evaluationLimit","element","plugins","config","389384Xptiji","slashCommandLicenseKeyExpired","305310LmvmpD","model","range","10onyVra","SlashCommandUI","bind","slashCommandLicenseKeyTrialLimit","stop","1413EiIiqN","invalid","licenseKey","1156770QTLJes","slashCommand.dropdownLimit","slashCommandLicenseKeyDomainLimit","set","slashCommandLicenseKeyEvaluationLimit","marker","locale","_showLicenseError","commands","render","SlashCommand","pluginName","high","domainLimit","isOfficialPlugin","get","isPremiumPlugin","slashCommandLicenseKeyValid","trialLimit","_customItemRenderer","837162HQdtTr","execute","featureNotAllowed","remove","ready","SlashCommandEditing","usageLimit","slashCommandLicenseKeyUsageLimit","1468bSRqzp","push","7GhJCye","init"];return(S=function(){return e})()}!function(e){const t=P,n=e();for(;;)try{if(258888===-parseInt(t(262))/1+parseInt(t(316))/2*(parseInt(t(285))/3)+parseInt(t(264))/4+parseInt(t(277))/5+-parseInt(t(288))/6+-parseInt(t(318))/7*(parseInt(t(275))/8)+parseInt(t(308))/9*(-parseInt(t(280))/10))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(S);class E extends e.Plugin{[M(287)];[M(259)];static get[M(299)](){return M(281)}static get[M(302)](){return!0}static get[M(304)](){return!0}constructor(e){const t=M;super(e),this[t(257)]()}[M(319)](){const e=M;this[e(258)][e(266)](e(312),this[e(267)][e(282)](this)),this[e(287)]=this[e(258)][e(274)][e(303)](e(287));const t=this[e(258)];this[e(259)]=setInterval(()=>{const n=e;let a;for(const e in t){const r=e,i=t[r];if(n(305)==i||n(265)==i||n(276)==i||n(290)==i||n(320)==i||n(292)==i||n(283)==i||n(315)==i){delete t[r],a=i,clearInterval(this[n(259)]),this[n(259)]=void 0;break}}n(265)==a&&t[n(295)](n(286)),n(276)==a&&t[n(295)](n(270)),n(290)==a&&t[n(295)](n(301)),n(320)==a&&t[n(295)](n(310),n(298)),n(292)==a&&t[n(295)](n(271)),n(283)==a&&t[n(295)](n(306)),n(315)==a&&t[n(295)](n(314))},1e3)}[M(269)](){const e=M;super[e(269)](),this[e(259)]&&clearInterval(this[e(259)])}[M(257)](){const e=M,t=this[e(258)],n=this[e(258)][e(273)][e(303)](e(313)),a=t[e(274)][e(303)](e(260));a[e(317)]({marker:"/",feed:t=>n[e(268)](t),itemRenderer:this[e(307)][e(282)](this),dropdownLimit:t[e(274)][e(303)](e(289))||1/0}),t[e(274)][e(291)](e(260),a)}[M(267)](){const e=M,t=this[e(258)];t[e(296)][e(303)](e(261)).on(e(309),(n,a)=>{const r=e,i=a[0],o=t[r(278)];"/"===i[r(293)]&&o[r(263)](e=>{const t=r;e[t(311)](i[t(279)]),i[t(261)][t(309)](),n[t(284)]()})},{priority:e(300)})}[M(307)](e){const t=M,n=this[t(258)][t(294)],a=new v(n,e);return a[t(297)](),a[t(272)]}}var j=K;function K(e,t){var n=q();return(K=function(e,t){return n[e-=379]})(e,t)}function q(){var e=["14fUeZKb","1033168RpGtwI","3621735dCrWvz","pluginName","48280190mCcPwq","requires","isPremiumPlugin","11558025MwHWyp","3853576wUcjib","isOfficialPlugin","5RxXVVy","3548070fQhyoT","Mention","4046452LTGUnz","2zlehVw","SlashCommand"];return(q=function(){return e})()}!function(e){for(var t=K,n=e();;)try{if(663817===-parseInt(t(385))/1*(parseInt(t(388))/2)+-parseInt(t(389))/3+-parseInt(t(384))/4*(parseInt(t(381))/5)+-parseInt(t(382))/6+parseInt(t(387))/7*(parseInt(t(379))/8)+-parseInt(t(394))/9+parseInt(t(391))/10)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(q);class B extends e.Plugin{static get[j(392)](){return[j(383),p,E]}static get[j(390)](){return j(386)}static get[j(380)](){return!0}static get[j(393)](){return!0}}function z(){var e=["12480HUGWxS","14770vdBBYK","4734OnAZBk","16754PQqYnG","183krIQMe","5678920gwKtbY","239028hpsNuJ","9ykZOFz","2140qXdshH","37476428NhUJbS","13044568IfsVvl"];return(z=function(){return e})()}function D(e,t){var n=z();return(D=function(e,t){return n[e-=162]})(e,t)}!function(e){for(var t=D,n=e();;)try{if(927850===-parseInt(t(165))/1+parseInt(t(162))/2*(parseInt(t(163))/3)+-parseInt(t(170))/4*(-parseInt(t(167))/5)+-parseInt(t(172))/6*(-parseInt(t(171))/7)+parseInt(t(169))/8+parseInt(t(166))/9*(-parseInt(t(164))/10)+-parseInt(t(168))/11)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(z)})(),(window.CKEditor5=window.CKEditor5||{}).slashCommand=a})();
package/dist/index.js CHANGED
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- import{Plugin as _0x346446}from'@ckeditor/ckeditor5-core/dist/index.js';import{CKEditorError as _0x755a02,uid as _0x7210e0}from'@ckeditor/ckeditor5-utils/dist/index.js';import{IconRobotPencil as _0xf412ab,IconQuote as _0xab7ada,IconBulletedList as _0x469aa3,IconCodeBlock as _0x56d6e3,IconBrowseFiles as _0x17f711,IconEmoji as _0x23346c,IconHeading1 as _0x23e5e0,IconHeading2 as _0x15941e,IconHeading3 as _0x371aad,IconHeading4 as _0xa6fd75,IconHeading5 as _0x4a1a4d,IconHeading6 as _0x3f7d0f,IconHorizontalLine as _0x1ddbbe,IconHtml as _0x311d77,IconIndent as _0x103570,IconTable as _0x4a48a4,IconTableOfContents as _0x2a7f55,IconNumberedList as _0x21711d,IconOutdent as _0x712983,IconParagraph as _0x20bb57,IconTodoList as _0x119ecc,IconPlay as _0x57833a}from'@ckeditor/ckeditor5-icons/dist/index.js';import{ButtonView as _0x16985e,View as _0x49081d}from'@ckeditor/ckeditor5-ui/dist/index.js';class L extends _0x346446{static get['pluginName'](){return'SlashCommandConfig';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x255e42){super(_0x255e42),this['_allowedCommands']=null;}['afterInit'](){const _0x297a9f=this['editor']['config']['get']('slashCommand.removeCommands')||[],_0x1ffa51=function(_0x383cdf){let _0x187ce4=['heading4','heading5','heading6'];if(_0x383cdf){const _0x86df35=_0x383cdf['map'](_0x9fd94=>_0x9fd94['model']);_0x187ce4=['heading1','heading2','heading3','heading4','heading5','heading6']['filter'](_0x2dc4c7=>!_0x86df35['includes'](_0x2dc4c7));}return _0x187ce4;}(this['editor']['config']['get']('heading.options'));let _0x46d10f=this['getDefaultCommands']()['filter'](_0x369ddd=>!_0x1ffa51['includes'](_0x369ddd['id']))['filter'](_0x2a4e1a=>!_0x297a9f['includes'](_0x2a4e1a['commandName']));const _0x3a5660=this['editor']['config']['get']('slashCommand.extraCommands');_0x3a5660&&_0x3a5660['length']&&(_0x46d10f=_0x46d10f['concat'](_0x3a5660));const _0x10df2e=this['editor']['config']['get']('template.definitions');_0x10df2e&&_0x10df2e['length']&&(_0x46d10f=_0x46d10f['concat'](function(_0x31691a){return _0x31691a['map'](_0x40b183=>{const {title:_0x59da52,icon:_0x51b799,description:_0x14b129,data:_0x47bca5}=_0x40b183,_0x562636={'id':O(_0x59da52,'template'),'commandName':'insertTemplate','execute':_0x1f346e=>{_0x1f346e['execute']('insertTemplate',_0x47bca5);},'description':_0x14b129,'icon':_0x51b799,'title':_0x59da52};return _0x51b799&&(_0x562636['isIconColorInherited']=!0x1),_0x562636;});}(_0x10df2e)));const _0x3fd0cc=this['editor']['config']['get']('style.definitions');_0x3fd0cc&&_0x3fd0cc['length']&&(_0x46d10f=_0x46d10f['concat'](function(_0x58f6e1){return _0x58f6e1['map'](_0x274913=>({'id':O(_0x274913['name'],'style'),'commandName':'style','execute':_0x5cdd7d=>{_0x5cdd7d['execute']('style',{'styleName':_0x274913['name']});},'isEnabled':_0x42c3a3=>{const _0x33a072=_0x42c3a3['commands']['get']('style');return _0x33a072['isEnabled']&&_0x33a072['enabledStyles']['includes'](_0x274913['name']);},'title':_0x274913['name']}));}(_0x3fd0cc)));const _0x5659c6=_0x46d10f['filter'](_0x360087=>!_0x360087['commandName']||void 0x0!==this['editor']['commands']['get'](_0x360087['commandName'])),_0x986ad1=[];for(const _0x2a6260 of _0x5659c6)_0x986ad1['push']({'id':_0x2a6260['id'],'commandName':_0x2a6260['commandName'],'title':'function'==typeof _0x2a6260['title']?_0x2a6260['title'](this['editor']):_0x2a6260['title'],'description':_0x2a6260['description'],'icon':_0x2a6260['icon'],'isIconColorInherited':_0x2a6260['isIconColorInherited'],'aliases':_0x2a6260['aliases'],'isEnabled':()=>this['_proxyIsEnabled'](_0x2a6260),'execute':()=>this['_proxyExecute'](_0x2a6260)});this['_allowedCommands']=_0x986ad1['sort'](H),async function(_0x1f5a83){const _0x4fd134=_0x13359b([0x4a,0x32,0x31,0x4b,0x62,0x54,0x6b,0x69,0x65,0x42,0x78,0x76,0x43,0x41,0x30,0x6d,0x59,0x77,0x50,0x7a,0x63,0x49,0x35,0x34,0x71,0x64,0x4c,0x6e,0x6a,0x6c,0x57,0x39,0x4d,0x53,0x55,0x74,0x45,0x38,0x4e,0x51,0x5a,0x58,0x56,0x6f,0x4f,0x67,0x44,0x47,0x61,0x37,0x46,0x68,0x52,0x48,0x75,0x33,0x70,0x66,0x79,0x72,0x73,0x36]),_0x36c561=0x48988370,_0x4cd9dc=0x489fe840^_0x36c561,_0x4008f4=window[_0x13359b([0x44,0x61,0x74,0x65])][_0x13359b([0x6e,0x6f,0x77])](),_0x8b3219=_0x1f5a83[_0x13359b([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x3e6658=new window[(_0x13359b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x461c5a=>{_0x8b3219[_0x13359b([0x6f,0x6e,0x63,0x65])](_0x13359b([0x72,0x65,0x61,0x64,0x79]),_0x461c5a);}),_0x441865={[_0x13359b([0x6b,0x74,0x79])]:_0x13359b([0x45,0x43]),[_0x13359b([0x75,0x73,0x65])]:_0x13359b([0x73,0x69,0x67]),[_0x13359b([0x63,0x72,0x76])]:_0x13359b([0x50,0x2d,0x32,0x35,0x36]),[_0x13359b([0x78])]:_0x13359b([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]),[_0x13359b([0x79])]:_0x13359b([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]),[_0x13359b([0x61,0x6c,0x67])]:_0x13359b([0x45,0x53,0x32,0x35,0x36])},_0x55ceb8=_0x8b3219[_0x13359b([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x13359b([0x67,0x65,0x74])](_0x13359b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x466fdf(){let _0x2a2218,_0xce6a9e=null,_0x3df17b=null;try{if(_0x55ceb8==_0x13359b([0x47,0x50,0x4c]))return _0x13359b([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x2a2218=_0x20454b(),!_0x2a2218)return _0x13359b([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x2a2218[_0x13359b([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x3df17b=_0x33a2ff(_0x2a2218[_0x13359b([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x2a2218[_0x13359b([0x6a,0x74,0x69])])),await _0x4aa386()?_0x5ed6c8()?_0x2c5c03()?_0x13359b([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x318211()?(_0x2a2218[_0x13359b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x13359b([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0xce6a9e=_0x5c035d(_0x13359b([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x2a2218[_0x13359b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x13359b([0x74,0x72,0x69,0x61,0x6c])&&(_0xce6a9e=_0x5c035d(_0x13359b([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x2895ad()):_0x13359b([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x13359b([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x13359b([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x13359b([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x2c5c03(){const _0x57b147=[_0x13359b([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x13359b([0x74,0x72,0x69,0x61,0x6c])][_0x13359b([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2a2218[_0x13359b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x4008f4/0x3e8:0xe10*_0x4cd9dc;return _0x2a2218[_0x13359b([0x65,0x78,0x70])]<_0x57b147;}function _0x5ed6c8(){const _0x3694ec=_0x2a2218[_0x13359b([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x3694ec&&(!!_0x3694ec[_0x13359b([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x13359b([0x2a]))||(!!_0x3694ec[_0x13359b([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x13359b([0x53,0x43]))||!!_0x3694ec[_0x13359b([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x13359b([0x50,0x50]))));}function _0x318211(){const _0x46dc2c=_0x2a2218[_0x13359b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x46dc2c||0x0==_0x46dc2c[_0x13359b([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x3016fe}=new URL(window[_0x13359b([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x46dc2c[_0x13359b([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3016fe))return!0x0;const _0x1613a3=_0x3016fe[_0x13359b([0x73,0x70,0x6c,0x69,0x74])](_0x13359b([0x2e]));return _0x46dc2c[_0x13359b([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x29dc30=>_0x29dc30[_0x13359b([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x13359b([0x2a])))[_0x13359b([0x6d,0x61,0x70])](_0x58d108=>_0x58d108[_0x13359b([0x73,0x70,0x6c,0x69,0x74])](_0x13359b([0x2e])))[_0x13359b([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x40fb67=>_0x40fb67[_0x13359b([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x1613a3[_0x13359b([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x13359b([0x6d,0x61,0x70])](_0x4aac5a=>Array(_0x1613a3[_0x13359b([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x4aac5a[_0x13359b([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x13359b([0x66,0x69,0x6c,0x6c])](_0x4aac5a[0x0]===_0x13359b([0x2a])?_0x13359b([0x2a]):'')[_0x13359b([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x4aac5a))[_0x13359b([0x73,0x6f,0x6d,0x65])](_0x164050=>_0x1613a3[_0x13359b([0x65,0x76,0x65,0x72,0x79])]((_0x34cd2b,_0x84bc3b)=>_0x164050[_0x84bc3b]===_0x34cd2b||_0x164050[_0x84bc3b]===_0x13359b([0x2a])));}function _0x2895ad(){return _0xce6a9e&&_0x3df17b?new window[(_0x13359b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x1b81d7,_0x23fe62)=>{_0xce6a9e[_0x13359b([0x74,0x68,0x65,0x6e])](_0x1b81d7,_0x23fe62),_0x3df17b[_0x13359b([0x74,0x68,0x65,0x6e])](_0x1a16d0=>{_0x1a16d0!=_0x13359b([0x56,0x61,0x6c,0x69,0x64])&&_0x1b81d7(_0x1a16d0);},_0x23fe62);}):_0xce6a9e||_0x3df17b||_0x13359b([0x56,0x61,0x6c,0x69,0x64]);}}function _0x33a2ff(_0x5af655,_0x25bed5){return new window[(_0x13359b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0xadc4cd=>{if(_0x465de8())return _0xadc4cd(_0x13359b([0x56,0x61,0x6c,0x69,0x64]));_0x1ecf6f(),_0x8b3219[_0x13359b([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x13359b([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x332c46=!0x1;const _0x27d513=_0x7210e0();function _0x2b06eb(_0x42ffca){return!!_0x42ffca&&(typeof _0x42ffca===_0x13359b([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x42ffca===_0x13359b([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x42ffca[_0x13359b([0x74,0x68,0x65,0x6e])]===_0x13359b([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x42ffca[_0x13359b([0x63,0x61,0x74,0x63,0x68])]===_0x13359b([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x30c387(_0x228c74){_0x37cf19(_0x228c74)[_0x13359b([0x74,0x68,0x65,0x6e])](_0x1dc2e7=>{if(!_0x1dc2e7||_0x1dc2e7[_0x13359b([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x13359b([0x6f,0x6b]))return _0x13359b([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x45f7f2(_0x226c63(_0x27d513+_0x25bed5))!=_0x1dc2e7[_0x13359b([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x13359b([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x13359b([0x56,0x61,0x6c,0x69,0x64]);})[_0x13359b([0x74,0x68,0x65,0x6e])](_0x10f2ba=>(_0x488303(),_0x10f2ba),()=>{const _0x288222=_0x8882ee();return null==_0x288222?(_0x488303(),_0x13359b([0x56,0x61,0x6c,0x69,0x64])):_0x13359b(_0x4008f4-_0x288222>(0x6c940770^_0x36c561)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x13359b([0x74,0x68,0x65,0x6e])](_0xadc4cd)[_0x13359b([0x63,0x61,0x74,0x63,0x68])](()=>{_0xadc4cd(_0x13359b([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x9d392d=0x48ae6df0^_0x36c561;function _0x488303(){const _0x4c63b2=_0x13359b([0x6c,0x6c,0x63,0x74,0x2d])+_0x45f7f2(_0x226c63(_0x5af655)),_0x368d54=_0x4715ca(_0x45f7f2(window[_0x13359b([0x4d,0x61,0x74,0x68])][_0x13359b([0x63,0x65,0x69,0x6c])](_0x4008f4/_0x9d392d)));window[_0x13359b([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x13359b([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x4c63b2,_0x368d54);}function _0x8882ee(){const _0x39a036=_0x13359b([0x6c,0x6c,0x63,0x74,0x2d])+_0x45f7f2(_0x226c63(_0x5af655)),_0x60d99a=window[_0x13359b([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x13359b([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x39a036);return _0x60d99a?window[_0x13359b([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x4715ca(_0x60d99a),0x10)*_0x9d392d:null;}function _0x37cf19(_0x5972c9){return new window[(_0x13359b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x3ef4e8,_0x3cd676)=>{_0x5972c9[_0x13359b([0x74,0x68,0x65,0x6e])](_0x3ef4e8,_0x3cd676),window[_0x13359b([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x3cd676,0x489957b0^_0x36c561);});}}_0x8b3219[_0x13359b([0x6f,0x6e])](_0x13359b([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x96edd2,_0x4b8248)=>{if(_0x4b8248[0x0]!=_0x5af655)return _0xadc4cd(_0x13359b([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x4b8248[0x1]={..._0x4b8248[0x1],[_0x13359b([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x27d513};},{[_0x13359b([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x13359b([0x68,0x69,0x67,0x68])}),_0x8b3219[_0x13359b([0x6f,0x6e])](_0x13359b([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x5a61c5=>{_0x2b06eb(_0x5a61c5[_0x13359b([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x332c46=!0x0,_0x30c387(_0x5a61c5[_0x13359b([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x13359b([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x13359b([0x6c,0x6f,0x77])}),_0x3e6658[_0x13359b([0x74,0x68,0x65,0x6e])](()=>{_0x332c46||_0xadc4cd(_0x13359b([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x465de8(){return _0x8b3219[_0x13359b([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x13359b([0x76,0x69,0x65,0x77])][_0x13359b([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x13359b([0x61,0x75,0x74,0x6f]);}function _0x1ecf6f(){_0x8b3219[_0x13359b([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x13359b([0x76,0x69,0x65,0x77])][_0x13359b([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x13359b([0x61,0x75,0x74,0x6f]);}}function _0x5c035d(_0x4974ec){const _0x39300f=[new window[(_0x13359b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x1a111d=>setTimeout(_0x1a111d,0x4891bdbc^_0x36c561)),_0x3e6658[_0x13359b([0x74,0x68,0x65,0x6e])](()=>new window[(_0x13359b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x3c8649=>{let _0x541fa7=0x0;_0x8b3219[_0x13359b([0x6d,0x6f,0x64,0x65,0x6c])][_0x13359b([0x6f,0x6e])](_0x13359b([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x340c0e,_0x2e6209)=>{_0x2e6209[0x0][_0x13359b([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x541fa7++,_0x541fa7==(0x48988288^_0x36c561)&&(_0x3c8649(),_0x340c0e[_0x13359b([0x6f,0x66,0x66])]());});}))];return window[_0x13359b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x13359b([0x72,0x61,0x63,0x65])](_0x39300f)[_0x13359b([0x74,0x68,0x65,0x6e])](()=>_0x4974ec);}async function _0x2509a7(){await _0x3e6658,_0x8b3219[_0x13359b([0x6d,0x6f,0x64,0x65,0x6c])][_0x13359b([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x2c795a,_0x8b3219[_0x13359b([0x6d,0x6f,0x64,0x65,0x6c])][_0x13359b([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x2c795a,_0x8b3219[_0x13359b([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x13359b([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x17fa07(_0x4bc723){const _0x31847b=_0x1c0fb6();_0x8b3219[_0x31847b]=_0x13359b([0x73,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x4bc723,_0x4bc723!=_0x13359b([0x56,0x61,0x6c,0x69,0x64])&&_0x2509a7();}function _0x1c0fb6(){const _0xfa9fbe=window[_0x13359b([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x13359b([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x13359b([0x6e,0x6f,0x77])]())[_0x13359b([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x13359b([0x2e]),'');let _0x10d2e8=_0x13359b([0x4a]);for(let _0x2df49f=0x0;_0x2df49f<_0xfa9fbe[_0x13359b([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x2df49f+=0x2){let _0x5a616d=window[_0x13359b([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0xfa9fbe[_0x13359b([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x2df49f,_0x2df49f+0x2));_0x5a616d>=_0x4fd134[_0x13359b([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x5a616d-=_0x4fd134[_0x13359b([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x10d2e8+=_0x4fd134[_0x5a616d];}return _0x10d2e8;}function _0x20454b(){const _0x40a905=_0x55ceb8[_0x13359b([0x73,0x70,0x6c,0x69,0x74])](_0x13359b([0x2e]));if(0x3!=_0x40a905[_0x13359b([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x506aa8(_0x40a905[0x1]);function _0x506aa8(_0x31a06e){const _0x15d9e4=_0x37442f(_0x31a06e);return _0x15d9e4&&_0x54d42e()?_0x15d9e4:null;function _0x54d42e(){const _0x3da44b=_0x15d9e4[_0x13359b([0x6a,0x74,0x69])],_0x2f0213=window[_0x13359b([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x3da44b[_0x13359b([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x3da44b[_0x13359b([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x12230e={..._0x15d9e4,[_0x13359b([0x6a,0x74,0x69])]:_0x3da44b[_0x13359b([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x3da44b[_0x13359b([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x12230e[_0x13359b([0x76,0x63])],_0x226c63(_0x12230e)==_0x2f0213;}}}async function _0x4aa386(){let _0x1843ff=!0x0;try{const _0x304ad7=_0x55ceb8[_0x13359b([0x73,0x70,0x6c,0x69,0x74])](_0x13359b([0x2e])),[_0x32be3b,_0x2bee50,_0x5d5441]=_0x304ad7;return _0x1ac205(_0x32be3b),await _0x56ae8d(_0x32be3b,_0x2bee50,_0x5d5441),_0x1843ff;}catch{return!0x1;}function _0x1ac205(_0x332352){const _0x2400c2=_0x37442f(_0x332352);_0x2400c2&&_0x2400c2[_0x13359b([0x61,0x6c,0x67])]==_0x13359b([0x45,0x53,0x32,0x35,0x36])||(_0x1843ff=!0x1);}async function _0x56ae8d(_0x1cdc73,_0x334532,_0x5a4541){const _0x548402=window[_0x13359b([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x13359b([0x66,0x72,0x6f,0x6d])](_0x16c6c4(_0x5a4541),_0x42fdd2=>_0x42fdd2[_0x13359b([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x5b985d=new window[(_0x13359b([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x13359b([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x1cdc73+_0x13359b([0x2e])+_0x334532),_0x231421=window[_0x13359b([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x13359b([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x231421)return;const _0x590bdd=await _0x231421[_0x13359b([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x13359b([0x6a,0x77,0x6b]),_0x441865,{[_0x13359b([0x6e,0x61,0x6d,0x65])]:_0x13359b([0x45,0x43,0x44,0x53,0x41]),[_0x13359b([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x13359b([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x13359b([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x231421[_0x13359b([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x13359b([0x6e,0x61,0x6d,0x65])]:_0x13359b([0x45,0x43,0x44,0x53,0x41]),[_0x13359b([0x68,0x61,0x73,0x68])]:{[_0x13359b([0x6e,0x61,0x6d,0x65])]:_0x13359b([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x590bdd,_0x548402,_0x5b985d)||(_0x1843ff=!0x1);}}function _0x37442f(_0x37c211){return _0x37c211[_0x13359b([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x13359b([0x65,0x79]))?JSON[_0x13359b([0x70,0x61,0x72,0x73,0x65])](_0x16c6c4(_0x37c211)):null;}function _0x16c6c4(_0xf30cd7){return window[_0x13359b([0x61,0x74,0x6f,0x62])](_0xf30cd7[_0x13359b([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x13359b([0x2b]))[_0x13359b([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x13359b([0x2f])));}function _0x226c63(_0x5ed1be){let _0x4b270f=0x1505;function _0x382cd2(_0x3c4ffb){for(let _0x2a2b52=0x0;_0x2a2b52<_0x3c4ffb[_0x13359b([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x2a2b52++){const _0x5364c0=_0x3c4ffb[_0x13359b([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x2a2b52);_0x4b270f=(_0x4b270f<<0x5)+_0x4b270f+_0x5364c0,_0x4b270f&=_0x4b270f;}}function _0x2f5026(_0x6d4117){Array[_0x13359b([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x6d4117)?_0x6d4117[_0x13359b([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x2f5026):_0x6d4117&&typeof _0x6d4117==_0x13359b([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x13359b([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x6d4117)[_0x13359b([0x73,0x6f,0x72,0x74])]()[_0x13359b([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0xe2fd53,_0x5ebab3])=>{_0x382cd2(_0xe2fd53),_0x2f5026(_0x5ebab3);}):_0x382cd2(window[_0x13359b([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x6d4117));}return _0x2f5026(_0x5ed1be),_0x4b270f>>>0x0;}function _0x45f7f2(_0x5f1732){return _0x5f1732[_0x13359b([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x13359b([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x13359b([0x30]));}function _0x4715ca(_0x34f778){return _0x34f778[_0x13359b([0x73,0x70,0x6c,0x69,0x74])]('')[_0x13359b([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x13359b([0x6a,0x6f,0x69,0x6e])]('');}function _0x2c795a(){}function _0x13359b(_0x18651e){return _0x18651e['map'](_0x149f66=>String['fromCharCode'](_0x149f66))['join']('');}_0x17fa07(await _0x466fdf());}(this);}['getAllowedCommands'](){return this['_allowedCommands'];}['getDefaultCommands'](){const _0x152dfc=_0x1cdda3=>function(_0x50f688,_0x5c3d7d){const t=_0x50f688['t'],_0x50aaa7=_0x50f688['t'];switch(_0x5c3d7d){case'AI\x20Assistant':return _0x50aaa7('AI\x20Assistant');case'Block\x20quote':return _0x50aaa7('Block\x20quote');case'Bulleted\x20list':return _0x50aaa7('Bulleted\x20list');case'Insert\x20code\x20block':return _0x50aaa7('Insert\x20code\x20block');case'Open\x20file\x20manager':return _0x50aaa7('Open\x20file\x20manager');case'Insert\x20image':return _0x50aaa7('Insert\x20image');case'Heading\x201':return _0x50aaa7('Heading\x201');case'Heading\x202':return _0x50aaa7('Heading\x202');case'Heading\x203':return _0x50aaa7('Heading\x203');case'Heading\x204':return _0x50aaa7('Heading\x204');case'Heading\x205':return _0x50aaa7('Heading\x205');case'Heading\x206':return _0x50aaa7('Heading\x206');case'Horizontal\x20line':return _0x50aaa7('Horizontal\x20line');case'Insert\x20HTML':return _0x50aaa7('Insert\x20HTML');case'Increase\x20indent':return _0x50aaa7('Increase\x20indent');case'Insert\x20table':return _0x50aaa7('Insert\x20table');case'Table\x20of\x20contents':return _0x50aaa7('Table\x20of\x20contents');case'Numbered\x20list':return _0x50aaa7('Numbered\x20list');case'Decrease\x20indent':return _0x50aaa7('Decrease\x20indent');case'Paragraph':return _0x50aaa7('Paragraph');case'To-do\x20list':return _0x50aaa7('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 _0x5c3d7d;}}(this['editor']['locale'],_0x1cdda3);return[{'id':'aiAssistant','commandName':'showAIAssistant','icon':_0xf412ab,'title':_0x152dfc('AI\x20Assistant'),'description':_0x152dfc('Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content'),'execute':_0x274e7c=>{setTimeout(()=>_0x274e7c['execute']('showAIAssistant'));}},{'id':'blockQuote','commandName':'blockQuote','icon':_0xab7ada,'title':_0x152dfc('Block\x20quote'),'description':_0x152dfc('Create\x20a\x20block\x20quote')},{'id':'bulletedList','commandName':'bulletedList','icon':_0x469aa3,'title':_0x152dfc('Bulleted\x20list'),'description':_0x152dfc('Create\x20a\x20bulleted\x20list')},{'id':'codeBlock','commandName':'codeBlock','icon':_0x56d6e3,'title':_0x152dfc('Insert\x20code\x20block'),'description':_0x152dfc('Create\x20a\x20code\x20block')},{'id':'ckbox','commandName':'ckbox','icon':_0x17f711,'title':_0x152dfc('Open\x20file\x20manager'),'description':_0x152dfc('Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file'),'aliases':['ckfinder','filemanager','upload']},{'id':'ckfinder','commandName':'ckfinder','icon':_0x17f711,'title':_0x152dfc('Insert\x20image'),'description':_0x152dfc('Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file'),'aliases':['ckbox','filemanager','upload']},{'id':'emoji','commandName':'emoji','icon':_0x23346c,'title':_0x152dfc('Emoji'),'description':_0x152dfc('Insert\x20an\x20emoji'),'execute':_0x4678fe=>{setTimeout(()=>_0x4678fe['execute']('emoji'));}},{'id':'heading1','commandName':'heading','icon':_0x23e5e0,'title':_0x152dfc('Heading\x201'),'description':_0x152dfc('Create\x20a\x20heading\x20level\x201'),'execute':_0xcdf5b0=>{_0xcdf5b0['execute']('heading',{'value':'heading1'});}},{'id':'heading2','commandName':'heading','icon':_0x15941e,'title':_0x152dfc('Heading\x202'),'description':_0x152dfc('Create\x20a\x20heading\x20level\x202'),'execute':_0xd46aa6=>{_0xd46aa6['execute']('heading',{'value':'heading2'});}},{'id':'heading3','commandName':'heading','icon':_0x371aad,'title':_0x152dfc('Heading\x203'),'description':_0x152dfc('Create\x20a\x20heading\x20level\x203'),'execute':_0x1f90cc=>{_0x1f90cc['execute']('heading',{'value':'heading3'});}},{'id':'heading4','commandName':'heading','icon':_0xa6fd75,'title':_0x152dfc('Heading\x204'),'description':_0x152dfc('Create\x20a\x20heading\x20level\x204'),'execute':_0xc64c25=>{_0xc64c25['execute']('heading',{'value':'heading4'});}},{'id':'heading5','commandName':'heading','icon':_0x4a1a4d,'title':_0x152dfc('Heading\x205'),'description':_0x152dfc('Create\x20a\x20heading\x20level\x205'),'execute':_0xf6600=>{_0xf6600['execute']('heading',{'value':'heading5'});}},{'id':'heading6','commandName':'heading','icon':_0x3f7d0f,'title':_0x152dfc('Heading\x206'),'description':_0x152dfc('Create\x20a\x20heading\x20level\x206'),'execute':_0x1c03e3=>{_0x1c03e3['execute']('heading',{'value':'heading6'});}},{'id':'horizontalLine','commandName':'horizontalLine','icon':_0x1ddbbe,'title':_0x152dfc('Horizontal\x20line'),'description':_0x152dfc('Insert\x20a\x20horizontal\x20line')},{'id':'htmlEmbed','commandName':'htmlEmbed','icon':_0x311d77,'title':_0x152dfc('Insert\x20HTML'),'description':_0x152dfc('Insert\x20an\x20HTML\x20snippet')},{'id':'indent','commandName':'indent','icon':_0x103570,'title':_0x152dfc('Increase\x20indent'),'description':_0x152dfc('Increase\x20the\x20indentation')},{'id':'insertMermaidCommand','commandName':'insertMermaidCommand','title':_0x152dfc('Insert\x20Mermaid\x20diagram'),'description':_0x152dfc('Insert\x20the\x20Mermaid\x20diagram')},{'id':'insertTable','commandName':'insertTable','icon':_0x4a48a4,'title':_0x152dfc('Insert\x20table'),'description':_0x152dfc('Create\x20a\x20table')},{'id':'insertTableOfContents','commandName':'insertTableOfContents','icon':_0x2a7f55,'title':_0x152dfc('Table\x20of\x20contents'),'description':_0x152dfc('Insert\x20table\x20of\x20contents'),'aliases':['toc']},{'id':'numberedList','commandName':'numberedList','icon':_0x21711d,'title':_0x152dfc('Numbered\x20list'),'description':_0x152dfc('Create\x20a\x20numbered\x20list')},{'id':'outdent','commandName':'outdent','icon':_0x712983,'title':_0x152dfc('Decrease\x20indent'),'description':_0x152dfc('Decrease\x20the\x20indentation')},{'id':'paragraph','commandName':'paragraph','icon':_0x20bb57,'title':_0x152dfc('Paragraph'),'description':_0x152dfc('Insert\x20a\x20paragraph')},{'id':'todoList','commandName':'todoList','icon':_0x119ecc,'title':_0x152dfc('To-do\x20list'),'description':_0x152dfc('Create\x20a\x20to-do\x20list')}];}['_proxyIsEnabled'](_0x4b1c79){return _0x4b1c79['isEnabled']?_0x4b1c79['isEnabled'](this['editor']):!_0x4b1c79['commandName']||this['editor']['commands']['get'](_0x4b1c79['commandName'])['isEnabled'];}['_proxyExecute'](_0x1bb387){if(_0x1bb387['execute'])_0x1bb387['execute'](this['editor']);else{if(!_0x1bb387['commandName'])throw new _0x755a02('slash-command-execute-missing',this['editor'],{'commandDefinition':_0x1bb387});this['editor']['execute'](_0x1bb387['commandName']);}}}function H(_0x1ae1d7,_0x27b67e){return _0x1ae1d7['title']<_0x27b67e['title']?-0x1:_0x1ae1d7['title']>_0x27b67e['title']?0x1:0x0;}function O(_0x50b7d2,_0x551bcf){return _0x551bcf+'-'+_0x50b7d2['toLowerCase']()['split']('\x20')['join']('-');}class e extends _0x346446{static get['pluginName'](){return'SlashCommandEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[L];}['getMatchingCommands'](_0x2cdfb7){const _0x442f9a=_0x2cdfb7&&_0x2cdfb7['toLowerCase']();let _0x679df=this['editor']['plugins']['get']('SlashCommandConfig')['getAllowedCommands']();if(_0x679df=_0x679df['filter'](_0x16a132=>_0x16a132['isEnabled']()),_0x442f9a){const _0x53b1f1=[],_0x41c3ab=[],_0x5b6f5b=[],_0x574b4b=[];for(const _0x55f4ef of _0x679df)_0x55f4ef['id']['toLowerCase']()['includes'](_0x442f9a)?_0x53b1f1['push'](_0x55f4ef):_0x55f4ef['title']['toLowerCase']()['includes'](_0x442f9a)?_0x41c3ab['push'](_0x55f4ef):_0x55f4ef['aliases']&&_0x55f4ef['aliases']['some'](_0x39730c=>_0x39730c['toLowerCase']()['includes'](_0x442f9a))?_0x5b6f5b['push'](_0x55f4ef):_0x55f4ef['description']&&_0x55f4ef['description']['toLowerCase']()['includes'](_0x442f9a)&&_0x574b4b['push'](_0x55f4ef);_0x679df=_0x53b1f1['concat'](_0x41c3ab,_0x5b6f5b,_0x574b4b);}return _0x679df;}}class K extends _0x16985e{constructor(_0x20c171,_0x5058c8){super(_0x20c171),this['textPartView']=this['_createTextPartView'](_0x20c171,_0x5058c8),void 0x0!==_0x5058c8['isIconColorInherited']&&(this['iconView']['isColorInherited']=_0x5058c8['isIconColorInherited']),this['set']({'icon':_0x5058c8['icon']||_0x57833a,'withText':!0x0,'label':_0x5058c8['title'],'class':'ck-slash-command-button'});}['render'](){super['render'](),this['children']['add'](this['textPartView']);}['_createTextPartView'](_0x4a42de,_0x1f0a55){const _0x468985=new _0x49081d(_0x4a42de);return _0x468985['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-slash-command-button__text-part']},'children':_0x1f0a55['description']?[this['labelView'],{'tag':'span','attributes':{'class':['ck','ck-slash-command-button__description']},'children':[{'text':_0x1f0a55['description']}]}]:[this['labelView']]}),_0x468985;}}class s extends _0x346446{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'SlashCommandUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x467d11){super(_0x467d11),this['_setupMentionConfiguration']();}['init'](){this['editor']['once']('ready',this['_overrideMentionExecuteListener']['bind'](this)),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x40854a=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x5ab7a6;for(const _0x131e57 in _0x40854a){const _0x3e65cd=_0x131e57,_0x1c8eca=_0x40854a[_0x3e65cd];if('slashCommandLicenseKeyValid'==_0x1c8eca||'slashCommandLicenseKeyInvalid'==_0x1c8eca||'slashCommandLicenseKeyExpired'==_0x1c8eca||'slashCommandLicenseKeyDomainLimit'==_0x1c8eca||'slashCommandLicenseKeyNotAllowed'==_0x1c8eca||'slashCommandLicenseKeyEvaluationLimit'==_0x1c8eca||'slashCommandLicenseKeyTrialLimit'==_0x1c8eca||'slashCommandLicenseKeyUsageLimit'==_0x1c8eca){delete _0x40854a[_0x3e65cd],_0x5ab7a6=_0x1c8eca,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'slashCommandLicenseKeyInvalid'==_0x5ab7a6&&_0x40854a['_showLicenseError']('invalid'),'slashCommandLicenseKeyExpired'==_0x5ab7a6&&_0x40854a['_showLicenseError']('expired'),'slashCommandLicenseKeyDomainLimit'==_0x5ab7a6&&_0x40854a['_showLicenseError']('domainLimit'),'slashCommandLicenseKeyNotAllowed'==_0x5ab7a6&&_0x40854a['_showLicenseError']('featureNotAllowed','SlashCommand'),'slashCommandLicenseKeyEvaluationLimit'==_0x5ab7a6&&_0x40854a['_showLicenseError']('evaluationLimit'),'slashCommandLicenseKeyTrialLimit'==_0x5ab7a6&&_0x40854a['_showLicenseError']('trialLimit'),'slashCommandLicenseKeyUsageLimit'==_0x5ab7a6&&_0x40854a['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}['_setupMentionConfiguration'](){const _0x3269cc=this['editor'],_0x56cabc=this['editor']['plugins']['get']('SlashCommandEditing'),_0x530474=_0x3269cc['config']['get']('mention.feeds');_0x530474['push']({'marker':'/','feed':_0x461778=>_0x56cabc['getMatchingCommands'](_0x461778),'itemRenderer':this['_customItemRenderer']['bind'](this),'dropdownLimit':_0x3269cc['config']['get']('slashCommand.dropdownLimit')||0x1/0x0}),_0x3269cc['config']['set']('mention.feeds',_0x530474);}['_overrideMentionExecuteListener'](){const _0x38d4d1=this['editor'];_0x38d4d1['commands']['get']('mention')['on']('execute',(_0x2db7e8,_0x3e5f52)=>{const _0x266d99=_0x3e5f52[0x0],_0x202b03=_0x38d4d1['model'];'/'===_0x266d99['marker']&&_0x202b03['change'](_0x999ac1=>{_0x999ac1['remove'](_0x266d99['range']),_0x266d99['mention']['execute'](),_0x2db7e8['stop']();});},{'priority':'high'});}['_customItemRenderer'](_0x3ceb20){const _0x2110ad=this['editor']['locale'],_0x4c8f7e=new K(_0x2110ad,_0x3ceb20);return _0x4c8f7e['render'](),_0x4c8f7e['element'];}}class m extends _0x346446{static get['requires'](){return['Mention',e,s];}static get['pluginName'](){return'SlashCommand';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}}export{m as SlashCommand,L as SlashCommandConfig,e as SlashCommandEditing,s as SlashCommandUI};
23
+ import{Plugin as _0x4c3062}from'@ckeditor/ckeditor5-core/dist/index.js';import{CKEditorError as _0x37d68f,uid as _0x18a9d8}from'@ckeditor/ckeditor5-utils/dist/index.js';import{IconRobotPencil as _0x4bfb04,IconQuote as _0x1c7bef,IconBulletedList as _0x3ed34d,IconCodeBlock as _0x46dd46,IconBrowseFiles as _0x5a6c32,IconEmoji as _0x5e9436,IconHeading1 as _0x5b50cb,IconHeading2 as _0x16d409,IconHeading3 as _0x3b6bd5,IconHeading4 as _0x135311,IconHeading5 as _0x21d115,IconHeading6 as _0x3145ea,IconHorizontalLine as _0x47ed3e,IconHtml as _0x368573,IconIndent as _0x22ab21,IconTable as _0x20cbb2,IconTableOfContents as _0x9d9d58,IconNumberedList as _0x40fba4,IconOutdent as _0x106d49,IconParagraph as _0x1e6ca2,IconTodoList as _0x2b81f1,IconPlay as _0x32a703}from'@ckeditor/ckeditor5-icons/dist/index.js';import{ButtonView as _0x54aab6,View as _0x101537}from'@ckeditor/ckeditor5-ui/dist/index.js';class L extends _0x4c3062{static get['pluginName'](){return'SlashCommandConfig';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x2c3be6){super(_0x2c3be6),this['_allowedCommands']=null;}['afterInit'](){const _0x338ac3=this['editor']['config']['get']('slashCommand.removeCommands')||[],_0x12baca=function(_0x12f75d){let _0x3ae500=['heading4','heading5','heading6'];if(_0x12f75d){const _0x101d82=_0x12f75d['map'](_0x5d679b=>_0x5d679b['model']);_0x3ae500=['heading1','heading2','heading3','heading4','heading5','heading6']['filter'](_0x27c34e=>!_0x101d82['includes'](_0x27c34e));}return _0x3ae500;}(this['editor']['config']['get']('heading.options'));let _0x206bac=this['getDefaultCommands']()['filter'](_0x3723fd=>!_0x12baca['includes'](_0x3723fd['id']))['filter'](_0x5454c2=>!_0x338ac3['includes'](_0x5454c2['commandName']));const _0x2e80f8=this['editor']['config']['get']('slashCommand.extraCommands');_0x2e80f8&&_0x2e80f8['length']&&(_0x206bac=_0x206bac['concat'](_0x2e80f8));const _0x4dada8=this['editor']['config']['get']('template.definitions');_0x4dada8&&_0x4dada8['length']&&(_0x206bac=_0x206bac['concat'](function(_0x31bcbc){return _0x31bcbc['map'](_0x24db95=>{const {title:_0x40464d,icon:_0x59b284,description:_0x1f700d,data:_0x24366d}=_0x24db95,_0x33b1fa={'id':O(_0x40464d,'template'),'commandName':'insertTemplate','execute':_0x308bd7=>{_0x308bd7['execute']('insertTemplate',_0x24366d);},'description':_0x1f700d,'icon':_0x59b284,'title':_0x40464d};return _0x59b284&&(_0x33b1fa['isIconColorInherited']=!0x1),_0x33b1fa;});}(_0x4dada8)));const _0x39567d=this['editor']['config']['get']('style.definitions');_0x39567d&&_0x39567d['length']&&(_0x206bac=_0x206bac['concat'](function(_0xac3cb4){return _0xac3cb4['map'](_0xc3329c=>({'id':O(_0xc3329c['name'],'style'),'commandName':'style','execute':_0x312366=>{_0x312366['execute']('style',{'styleName':_0xc3329c['name']});},'isEnabled':_0x54bae8=>{const _0x17a754=_0x54bae8['commands']['get']('style');return _0x17a754['isEnabled']&&_0x17a754['enabledStyles']['includes'](_0xc3329c['name']);},'title':_0xc3329c['name']}));}(_0x39567d)));const _0x43bb86=_0x206bac['filter'](_0x57cf78=>!_0x57cf78['commandName']||void 0x0!==this['editor']['commands']['get'](_0x57cf78['commandName'])),_0x7594d4=[];for(const _0x541375 of _0x43bb86)_0x7594d4['push']({'id':_0x541375['id'],'commandName':_0x541375['commandName'],'title':'function'==typeof _0x541375['title']?_0x541375['title'](this['editor']):_0x541375['title'],'description':_0x541375['description'],'icon':_0x541375['icon'],'isIconColorInherited':_0x541375['isIconColorInherited'],'aliases':_0x541375['aliases'],'isEnabled':()=>this['_proxyIsEnabled'](_0x541375),'execute':()=>this['_proxyExecute'](_0x541375)});this['_allowedCommands']=_0x7594d4['sort'](H),async function(_0x26134b){const _0x31f443=_0x529636([0x74,0x70,0x4c,0x48,0x61,0x79,0x47,0x38,0x71,0x55,0x39,0x51,0x65,0x43,0x54,0x72,0x64,0x45,0x33,0x44,0x32,0x30,0x78,0x56,0x53,0x68,0x57,0x6f,0x52,0x6b,0x5a,0x62,0x58,0x6d,0x50,0x41,0x35,0x77,0x36,0x42,0x4b,0x46,0x34,0x66,0x6a,0x6e,0x37,0x76,0x63,0x73,0x75,0x6c,0x7a,0x49,0x31,0x69,0x4d,0x4f,0x4a,0x59,0x67,0x4e]),_0x2238c8=0x47d05fc6,_0x130ef4=0x47d7348e^_0x2238c8,_0x145fca=window[_0x529636([0x44,0x61,0x74,0x65])][_0x529636([0x6e,0x6f,0x77])](),_0x3a6e54=_0x26134b[_0x529636([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x536410=new window[(_0x529636([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x24c83b=>{_0x3a6e54[_0x529636([0x6f,0x6e,0x63,0x65])](_0x529636([0x72,0x65,0x61,0x64,0x79]),_0x24c83b);}),_0x283644={[_0x529636([0x6b,0x74,0x79])]:_0x529636([0x45,0x43]),[_0x529636([0x75,0x73,0x65])]:_0x529636([0x73,0x69,0x67]),[_0x529636([0x63,0x72,0x76])]:_0x529636([0x50,0x2d,0x32,0x35,0x36]),[_0x529636([0x78])]:_0x529636([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]),[_0x529636([0x79])]:_0x529636([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]),[_0x529636([0x61,0x6c,0x67])]:_0x529636([0x45,0x53,0x32,0x35,0x36])},_0x11f79a=_0x3a6e54[_0x529636([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x529636([0x67,0x65,0x74])](_0x529636([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x283071(){let _0x3a8260,_0x46d0e2=null,_0x5d5b80=null;try{if(_0x11f79a==_0x529636([0x47,0x50,0x4c]))return _0x529636([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x3a8260=_0x209266(),!_0x3a8260)return _0x529636([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x3a8260[_0x529636([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x5d5b80=_0x1cc74b(_0x3a8260[_0x529636([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x3a8260[_0x529636([0x6a,0x74,0x69])])),await _0xd71bf0()?_0x484a6c()?_0x4a3b24()?_0x529636([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x41825e()?(_0x3a8260[_0x529636([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x529636([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x46d0e2=_0x2b97a8(_0x529636([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x3a8260[_0x529636([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x529636([0x74,0x72,0x69,0x61,0x6c])&&(_0x46d0e2=_0x2b97a8(_0x529636([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x221e21()):_0x529636([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x529636([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x529636([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x529636([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x4a3b24(){const _0x480fd4=[_0x529636([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x529636([0x74,0x72,0x69,0x61,0x6c])][_0x529636([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3a8260[_0x529636([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x145fca/0x3e8:0xe10*_0x130ef4;return _0x3a8260[_0x529636([0x65,0x78,0x70])]<_0x480fd4;}function _0x484a6c(){const _0x98bc3d=_0x3a8260[_0x529636([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x98bc3d&&(!!_0x98bc3d[_0x529636([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x529636([0x2a]))||(!!_0x98bc3d[_0x529636([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x529636([0x53,0x43]))||!!_0x98bc3d[_0x529636([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x529636([0x50,0x50]))));}function _0x41825e(){const _0x5719ae=_0x3a8260[_0x529636([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x5719ae||0x0==_0x5719ae[_0x529636([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x50b69d}=new URL(window[_0x529636([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x5719ae[_0x529636([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x50b69d))return!0x0;const _0x2ab03a=_0x50b69d[_0x529636([0x73,0x70,0x6c,0x69,0x74])](_0x529636([0x2e]));return _0x5719ae[_0x529636([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x56f24b=>_0x56f24b[_0x529636([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x529636([0x2a])))[_0x529636([0x6d,0x61,0x70])](_0x3b437d=>_0x3b437d[_0x529636([0x73,0x70,0x6c,0x69,0x74])](_0x529636([0x2e])))[_0x529636([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x2bb881=>_0x2bb881[_0x529636([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x2ab03a[_0x529636([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x529636([0x6d,0x61,0x70])](_0x4c21a5=>Array(_0x2ab03a[_0x529636([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x4c21a5[_0x529636([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x529636([0x66,0x69,0x6c,0x6c])](_0x4c21a5[0x0]===_0x529636([0x2a])?_0x529636([0x2a]):'')[_0x529636([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x4c21a5))[_0x529636([0x73,0x6f,0x6d,0x65])](_0x4ec855=>_0x2ab03a[_0x529636([0x65,0x76,0x65,0x72,0x79])]((_0x4ef9e2,_0x3eae9a)=>_0x4ec855[_0x3eae9a]===_0x4ef9e2||_0x4ec855[_0x3eae9a]===_0x529636([0x2a])));}function _0x221e21(){return _0x46d0e2&&_0x5d5b80?new window[(_0x529636([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x9358a6,_0x58aed3)=>{_0x46d0e2[_0x529636([0x74,0x68,0x65,0x6e])](_0x9358a6,_0x58aed3),_0x5d5b80[_0x529636([0x74,0x68,0x65,0x6e])](_0x2124b3=>{_0x2124b3!=_0x529636([0x56,0x61,0x6c,0x69,0x64])&&_0x9358a6(_0x2124b3);},_0x58aed3);}):_0x46d0e2||_0x5d5b80||_0x529636([0x56,0x61,0x6c,0x69,0x64]);}}function _0x1cc74b(_0x5cc958,_0x392194){return new window[(_0x529636([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0xe6a8ce=>{if(_0x278a91())return _0xe6a8ce(_0x529636([0x56,0x61,0x6c,0x69,0x64]));_0x33260c(),_0x3a6e54[_0x529636([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x529636([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0xa01ac4=!0x1;const _0x12f8e7=_0x18a9d8();function _0x47cad4(_0x2043ae){return!!_0x2043ae&&(typeof _0x2043ae===_0x529636([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x2043ae===_0x529636([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x2043ae[_0x529636([0x74,0x68,0x65,0x6e])]===_0x529636([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x2043ae[_0x529636([0x63,0x61,0x74,0x63,0x68])]===_0x529636([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x1f2d51(_0x596ab0){_0x920d9b(_0x596ab0)[_0x529636([0x74,0x68,0x65,0x6e])](_0xa06c9d=>{if(!_0xa06c9d||_0xa06c9d[_0x529636([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x529636([0x6f,0x6b]))return _0x529636([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x17ee78(_0x2983eb(_0x12f8e7+_0x392194))!=_0xa06c9d[_0x529636([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x529636([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x529636([0x56,0x61,0x6c,0x69,0x64]);})[_0x529636([0x74,0x68,0x65,0x6e])](_0x4c9087=>(_0x26e5e4(),_0x4c9087),()=>{const _0x4499f1=_0x2a8020();return null==_0x4499f1?(_0x26e5e4(),_0x529636([0x56,0x61,0x6c,0x69,0x64])):_0x529636(_0x145fca-_0x4499f1>(0x63dcdbc6^_0x2238c8)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x529636([0x74,0x68,0x65,0x6e])](_0xe6a8ce)[_0x529636([0x63,0x61,0x74,0x63,0x68])](()=>{_0xe6a8ce(_0x529636([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x325d21=0x47e6b146^_0x2238c8;function _0x26e5e4(){const _0x41bde6=_0x529636([0x6c,0x6c,0x63,0x74,0x2d])+_0x17ee78(_0x2983eb(_0x5cc958)),_0x1152fc=_0x16eaed(_0x17ee78(window[_0x529636([0x4d,0x61,0x74,0x68])][_0x529636([0x63,0x65,0x69,0x6c])](_0x145fca/_0x325d21)));window[_0x529636([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x529636([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x41bde6,_0x1152fc);}function _0x2a8020(){const _0x15964e=_0x529636([0x6c,0x6c,0x63,0x74,0x2d])+_0x17ee78(_0x2983eb(_0x5cc958)),_0x14a285=window[_0x529636([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x529636([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x15964e);return _0x14a285?window[_0x529636([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x16eaed(_0x14a285),0x10)*_0x325d21:null;}function _0x920d9b(_0x1c1b5b){return new window[(_0x529636([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x356374,_0x390951)=>{_0x1c1b5b[_0x529636([0x74,0x68,0x65,0x6e])](_0x356374,_0x390951),window[_0x529636([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x390951,0x47d18b06^_0x2238c8);});}}_0x3a6e54[_0x529636([0x6f,0x6e])](_0x529636([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x453f10,_0x5bcd68)=>{if(_0x5bcd68[0x0]!=_0x5cc958)return _0xe6a8ce(_0x529636([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x5bcd68[0x1]={..._0x5bcd68[0x1],[_0x529636([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x12f8e7};},{[_0x529636([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x529636([0x68,0x69,0x67,0x68])}),_0x3a6e54[_0x529636([0x6f,0x6e])](_0x529636([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x4de852=>{_0x47cad4(_0x4de852[_0x529636([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0xa01ac4=!0x0,_0x1f2d51(_0x4de852[_0x529636([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x529636([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x529636([0x6c,0x6f,0x77])}),_0x536410[_0x529636([0x74,0x68,0x65,0x6e])](()=>{_0xa01ac4||_0xe6a8ce(_0x529636([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x278a91(){return _0x3a6e54[_0x529636([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x529636([0x76,0x69,0x65,0x77])][_0x529636([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x529636([0x61,0x75,0x74,0x6f]);}function _0x33260c(){_0x3a6e54[_0x529636([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x529636([0x76,0x69,0x65,0x77])][_0x529636([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x529636([0x61,0x75,0x74,0x6f]);}}function _0x2b97a8(_0x16907a){const _0x599890=[new window[(_0x529636([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5914a4=>setTimeout(_0x5914a4,0x47d9610a^_0x2238c8)),_0x536410[_0x529636([0x74,0x68,0x65,0x6e])](()=>new window[(_0x529636([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x992aab=>{let _0x120076=0x0;_0x3a6e54[_0x529636([0x6d,0x6f,0x64,0x65,0x6c])][_0x529636([0x6f,0x6e])](_0x529636([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x2e4da7,_0x2da98a)=>{_0x2da98a[0x0][_0x529636([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x120076++,_0x120076==(0x47d05e3e^_0x2238c8)&&(_0x992aab(),_0x2e4da7[_0x529636([0x6f,0x66,0x66])]());});}))];return window[_0x529636([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x529636([0x72,0x61,0x63,0x65])](_0x599890)[_0x529636([0x74,0x68,0x65,0x6e])](()=>_0x16907a);}async function _0x347178(){await _0x536410,_0x3a6e54[_0x529636([0x6d,0x6f,0x64,0x65,0x6c])][_0x529636([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x2bead1,_0x3a6e54[_0x529636([0x6d,0x6f,0x64,0x65,0x6c])][_0x529636([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x2bead1,_0x3a6e54[_0x529636([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x529636([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x5bfd7d(_0x5e1f23){const _0x71444f=_0x285200();_0x3a6e54[_0x71444f]=_0x529636([0x73,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x5e1f23,_0x5e1f23!=_0x529636([0x56,0x61,0x6c,0x69,0x64])&&_0x347178();}function _0x285200(){const _0x28ab8f=window[_0x529636([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x529636([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x529636([0x6e,0x6f,0x77])]())[_0x529636([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x529636([0x2e]),'');let _0x2d8613=_0x529636([0x74]);for(let _0x276518=0x0;_0x276518<_0x28ab8f[_0x529636([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x276518+=0x2){let _0x426e7e=window[_0x529636([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x28ab8f[_0x529636([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x276518,_0x276518+0x2));_0x426e7e>=_0x31f443[_0x529636([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x426e7e-=_0x31f443[_0x529636([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x2d8613+=_0x31f443[_0x426e7e];}return _0x2d8613;}function _0x209266(){const _0x4768b5=_0x11f79a[_0x529636([0x73,0x70,0x6c,0x69,0x74])](_0x529636([0x2e]));if(0x3!=_0x4768b5[_0x529636([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x4bd5ef(_0x4768b5[0x1]);function _0x4bd5ef(_0x44e2b5){const _0x371f00=_0x4e3c02(_0x44e2b5);return _0x371f00&&_0x270d9a()?_0x371f00:null;function _0x270d9a(){const _0x3e6d32=_0x371f00[_0x529636([0x6a,0x74,0x69])],_0x26fb32=window[_0x529636([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x3e6d32[_0x529636([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x3e6d32[_0x529636([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x14b8e8={..._0x371f00,[_0x529636([0x6a,0x74,0x69])]:_0x3e6d32[_0x529636([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x3e6d32[_0x529636([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x14b8e8[_0x529636([0x76,0x63])],_0x2983eb(_0x14b8e8)==_0x26fb32;}}}async function _0xd71bf0(){let _0x36ee2c=!0x0;try{const _0x560af7=_0x11f79a[_0x529636([0x73,0x70,0x6c,0x69,0x74])](_0x529636([0x2e])),[_0x1aa680,_0x3e7121,_0x2de77e]=_0x560af7;return _0x39021a(_0x1aa680),await _0x1e0991(_0x1aa680,_0x3e7121,_0x2de77e),_0x36ee2c;}catch{return!0x1;}function _0x39021a(_0x1d8699){const _0x5712bf=_0x4e3c02(_0x1d8699);_0x5712bf&&_0x5712bf[_0x529636([0x61,0x6c,0x67])]==_0x529636([0x45,0x53,0x32,0x35,0x36])||(_0x36ee2c=!0x1);}async function _0x1e0991(_0x1d6c52,_0x2093e0,_0x1b1926){const _0x3e5e10=window[_0x529636([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x529636([0x66,0x72,0x6f,0x6d])](_0x536895(_0x1b1926),_0x3e3842=>_0x3e3842[_0x529636([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x5ad2d9=new window[(_0x529636([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x529636([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x1d6c52+_0x529636([0x2e])+_0x2093e0),_0xa1eb89=window[_0x529636([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x529636([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0xa1eb89)return;const _0x1cd237=await _0xa1eb89[_0x529636([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x529636([0x6a,0x77,0x6b]),_0x283644,{[_0x529636([0x6e,0x61,0x6d,0x65])]:_0x529636([0x45,0x43,0x44,0x53,0x41]),[_0x529636([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x529636([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x529636([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0xa1eb89[_0x529636([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x529636([0x6e,0x61,0x6d,0x65])]:_0x529636([0x45,0x43,0x44,0x53,0x41]),[_0x529636([0x68,0x61,0x73,0x68])]:{[_0x529636([0x6e,0x61,0x6d,0x65])]:_0x529636([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x1cd237,_0x3e5e10,_0x5ad2d9)||(_0x36ee2c=!0x1);}}function _0x4e3c02(_0x18b2c0){return _0x18b2c0[_0x529636([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x529636([0x65,0x79]))?JSON[_0x529636([0x70,0x61,0x72,0x73,0x65])](_0x536895(_0x18b2c0)):null;}function _0x536895(_0x58cd8e){return window[_0x529636([0x61,0x74,0x6f,0x62])](_0x58cd8e[_0x529636([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x529636([0x2b]))[_0x529636([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x529636([0x2f])));}function _0x2983eb(_0x44d7c1){let _0x48fc43=0x1505;function _0xa5d51a(_0x69b3cf){for(let _0x5e4aab=0x0;_0x5e4aab<_0x69b3cf[_0x529636([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x5e4aab++){const _0x18460d=_0x69b3cf[_0x529636([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x5e4aab);_0x48fc43=(_0x48fc43<<0x5)+_0x48fc43+_0x18460d,_0x48fc43&=_0x48fc43;}}function _0x53fff5(_0x520508){Array[_0x529636([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x520508)?_0x520508[_0x529636([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x53fff5):_0x520508&&typeof _0x520508==_0x529636([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x529636([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x520508)[_0x529636([0x73,0x6f,0x72,0x74])]()[_0x529636([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x2a454d,_0x1ab26f])=>{_0xa5d51a(_0x2a454d),_0x53fff5(_0x1ab26f);}):_0xa5d51a(window[_0x529636([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x520508));}return _0x53fff5(_0x44d7c1),_0x48fc43>>>0x0;}function _0x17ee78(_0x356e66){return _0x356e66[_0x529636([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x529636([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x529636([0x30]));}function _0x16eaed(_0x54d33a){return _0x54d33a[_0x529636([0x73,0x70,0x6c,0x69,0x74])]('')[_0x529636([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x529636([0x6a,0x6f,0x69,0x6e])]('');}function _0x2bead1(){}function _0x529636(_0x544cf9){return _0x544cf9['map'](_0x3d58de=>String['fromCharCode'](_0x3d58de))['join']('');}_0x5bfd7d(await _0x283071());}(this);}['getAllowedCommands'](){return this['_allowedCommands'];}['getDefaultCommands'](){const _0x1d6b6b=_0x4cfa86=>function(_0x1f8188,_0x3d0e2f){const t=_0x1f8188['t'],_0x42bb2a=_0x1f8188['t'];switch(_0x3d0e2f){case'AI\x20Assistant':return _0x42bb2a('AI\x20Assistant');case'Block\x20quote':return _0x42bb2a('Block\x20quote');case'Bulleted\x20list':return _0x42bb2a('Bulleted\x20list');case'Insert\x20code\x20block':return _0x42bb2a('Insert\x20code\x20block');case'Open\x20file\x20manager':return _0x42bb2a('Open\x20file\x20manager');case'Insert\x20image':return _0x42bb2a('Insert\x20image');case'Heading\x201':return _0x42bb2a('Heading\x201');case'Heading\x202':return _0x42bb2a('Heading\x202');case'Heading\x203':return _0x42bb2a('Heading\x203');case'Heading\x204':return _0x42bb2a('Heading\x204');case'Heading\x205':return _0x42bb2a('Heading\x205');case'Heading\x206':return _0x42bb2a('Heading\x206');case'Horizontal\x20line':return _0x42bb2a('Horizontal\x20line');case'Insert\x20HTML':return _0x42bb2a('Insert\x20HTML');case'Increase\x20indent':return _0x42bb2a('Increase\x20indent');case'Insert\x20table':return _0x42bb2a('Insert\x20table');case'Table\x20of\x20contents':return _0x42bb2a('Table\x20of\x20contents');case'Numbered\x20list':return _0x42bb2a('Numbered\x20list');case'Decrease\x20indent':return _0x42bb2a('Decrease\x20indent');case'Paragraph':return _0x42bb2a('Paragraph');case'To-do\x20list':return _0x42bb2a('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 _0x3d0e2f;}}(this['editor']['locale'],_0x4cfa86);return[{'id':'aiAssistant','commandName':'showAIAssistant','icon':_0x4bfb04,'title':_0x1d6b6b('AI\x20Assistant'),'description':_0x1d6b6b('Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content'),'execute':_0x169b8a=>{setTimeout(()=>_0x169b8a['execute']('showAIAssistant'));}},{'id':'blockQuote','commandName':'blockQuote','icon':_0x1c7bef,'title':_0x1d6b6b('Block\x20quote'),'description':_0x1d6b6b('Create\x20a\x20block\x20quote')},{'id':'bulletedList','commandName':'bulletedList','icon':_0x3ed34d,'title':_0x1d6b6b('Bulleted\x20list'),'description':_0x1d6b6b('Create\x20a\x20bulleted\x20list')},{'id':'codeBlock','commandName':'codeBlock','icon':_0x46dd46,'title':_0x1d6b6b('Insert\x20code\x20block'),'description':_0x1d6b6b('Create\x20a\x20code\x20block')},{'id':'ckbox','commandName':'ckbox','icon':_0x5a6c32,'title':_0x1d6b6b('Open\x20file\x20manager'),'description':_0x1d6b6b('Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file'),'aliases':['ckfinder','filemanager','upload']},{'id':'ckfinder','commandName':'ckfinder','icon':_0x5a6c32,'title':_0x1d6b6b('Insert\x20image'),'description':_0x1d6b6b('Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file'),'aliases':['ckbox','filemanager','upload']},{'id':'emoji','commandName':'emoji','icon':_0x5e9436,'title':_0x1d6b6b('Emoji'),'description':_0x1d6b6b('Insert\x20an\x20emoji'),'execute':_0x40bdb9=>{setTimeout(()=>_0x40bdb9['execute']('emoji'));}},{'id':'heading1','commandName':'heading','icon':_0x5b50cb,'title':_0x1d6b6b('Heading\x201'),'description':_0x1d6b6b('Create\x20a\x20heading\x20level\x201'),'execute':_0x958e67=>{_0x958e67['execute']('heading',{'value':'heading1'});}},{'id':'heading2','commandName':'heading','icon':_0x16d409,'title':_0x1d6b6b('Heading\x202'),'description':_0x1d6b6b('Create\x20a\x20heading\x20level\x202'),'execute':_0x3ce13e=>{_0x3ce13e['execute']('heading',{'value':'heading2'});}},{'id':'heading3','commandName':'heading','icon':_0x3b6bd5,'title':_0x1d6b6b('Heading\x203'),'description':_0x1d6b6b('Create\x20a\x20heading\x20level\x203'),'execute':_0x162c3d=>{_0x162c3d['execute']('heading',{'value':'heading3'});}},{'id':'heading4','commandName':'heading','icon':_0x135311,'title':_0x1d6b6b('Heading\x204'),'description':_0x1d6b6b('Create\x20a\x20heading\x20level\x204'),'execute':_0x300921=>{_0x300921['execute']('heading',{'value':'heading4'});}},{'id':'heading5','commandName':'heading','icon':_0x21d115,'title':_0x1d6b6b('Heading\x205'),'description':_0x1d6b6b('Create\x20a\x20heading\x20level\x205'),'execute':_0x4c154a=>{_0x4c154a['execute']('heading',{'value':'heading5'});}},{'id':'heading6','commandName':'heading','icon':_0x3145ea,'title':_0x1d6b6b('Heading\x206'),'description':_0x1d6b6b('Create\x20a\x20heading\x20level\x206'),'execute':_0x122674=>{_0x122674['execute']('heading',{'value':'heading6'});}},{'id':'horizontalLine','commandName':'horizontalLine','icon':_0x47ed3e,'title':_0x1d6b6b('Horizontal\x20line'),'description':_0x1d6b6b('Insert\x20a\x20horizontal\x20line')},{'id':'htmlEmbed','commandName':'htmlEmbed','icon':_0x368573,'title':_0x1d6b6b('Insert\x20HTML'),'description':_0x1d6b6b('Insert\x20an\x20HTML\x20snippet')},{'id':'indent','commandName':'indent','icon':_0x22ab21,'title':_0x1d6b6b('Increase\x20indent'),'description':_0x1d6b6b('Increase\x20the\x20indentation')},{'id':'insertMermaidCommand','commandName':'insertMermaidCommand','title':_0x1d6b6b('Insert\x20Mermaid\x20diagram'),'description':_0x1d6b6b('Insert\x20the\x20Mermaid\x20diagram')},{'id':'insertTable','commandName':'insertTable','icon':_0x20cbb2,'title':_0x1d6b6b('Insert\x20table'),'description':_0x1d6b6b('Create\x20a\x20table')},{'id':'insertTableOfContents','commandName':'insertTableOfContents','icon':_0x9d9d58,'title':_0x1d6b6b('Table\x20of\x20contents'),'description':_0x1d6b6b('Insert\x20table\x20of\x20contents'),'aliases':['toc']},{'id':'numberedList','commandName':'numberedList','icon':_0x40fba4,'title':_0x1d6b6b('Numbered\x20list'),'description':_0x1d6b6b('Create\x20a\x20numbered\x20list')},{'id':'outdent','commandName':'outdent','icon':_0x106d49,'title':_0x1d6b6b('Decrease\x20indent'),'description':_0x1d6b6b('Decrease\x20the\x20indentation')},{'id':'paragraph','commandName':'paragraph','icon':_0x1e6ca2,'title':_0x1d6b6b('Paragraph'),'description':_0x1d6b6b('Insert\x20a\x20paragraph')},{'id':'todoList','commandName':'todoList','icon':_0x2b81f1,'title':_0x1d6b6b('To-do\x20list'),'description':_0x1d6b6b('Create\x20a\x20to-do\x20list')}];}['_proxyIsEnabled'](_0x2dc1ad){return _0x2dc1ad['isEnabled']?_0x2dc1ad['isEnabled'](this['editor']):!_0x2dc1ad['commandName']||this['editor']['commands']['get'](_0x2dc1ad['commandName'])['isEnabled'];}['_proxyExecute'](_0x1d72a9){if(_0x1d72a9['execute'])_0x1d72a9['execute'](this['editor']);else{if(!_0x1d72a9['commandName'])throw new _0x37d68f('slash-command-execute-missing',this['editor'],{'commandDefinition':_0x1d72a9});this['editor']['execute'](_0x1d72a9['commandName']);}}}function H(_0x247b61,_0x587172){return _0x247b61['title']<_0x587172['title']?-0x1:_0x247b61['title']>_0x587172['title']?0x1:0x0;}function O(_0x6608bb,_0x4f83ee){return _0x4f83ee+'-'+_0x6608bb['toLowerCase']()['split']('\x20')['join']('-');}class e extends _0x4c3062{static get['pluginName'](){return'SlashCommandEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[L];}['getMatchingCommands'](_0x358015){const _0x49597b=_0x358015&&_0x358015['toLowerCase']();let _0x5cf887=this['editor']['plugins']['get']('SlashCommandConfig')['getAllowedCommands']();if(_0x5cf887=_0x5cf887['filter'](_0x54b733=>_0x54b733['isEnabled']()),_0x49597b){const _0xa0e7a6=[],_0x268b39=[],_0x2b7aa1=[],_0x564daa=[];for(const _0x1a05aa of _0x5cf887)_0x1a05aa['id']['toLowerCase']()['includes'](_0x49597b)?_0xa0e7a6['push'](_0x1a05aa):_0x1a05aa['title']['toLowerCase']()['includes'](_0x49597b)?_0x268b39['push'](_0x1a05aa):_0x1a05aa['aliases']&&_0x1a05aa['aliases']['some'](_0xfdd0cd=>_0xfdd0cd['toLowerCase']()['includes'](_0x49597b))?_0x2b7aa1['push'](_0x1a05aa):_0x1a05aa['description']&&_0x1a05aa['description']['toLowerCase']()['includes'](_0x49597b)&&_0x564daa['push'](_0x1a05aa);_0x5cf887=_0xa0e7a6['concat'](_0x268b39,_0x2b7aa1,_0x564daa);}return _0x5cf887;}}class K extends _0x54aab6{constructor(_0x37a144,_0x53eada){super(_0x37a144),this['textPartView']=this['_createTextPartView'](_0x37a144,_0x53eada),void 0x0!==_0x53eada['isIconColorInherited']&&(this['iconView']['isColorInherited']=_0x53eada['isIconColorInherited']),this['set']({'icon':_0x53eada['icon']||_0x32a703,'withText':!0x0,'label':_0x53eada['title'],'class':'ck-slash-command-button'});}['render'](){super['render'](),this['children']['add'](this['textPartView']);}['_createTextPartView'](_0x1a32a,_0x5f34b3){const _0x5a8472=new _0x101537(_0x1a32a);return _0x5a8472['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-slash-command-button__text-part']},'children':_0x5f34b3['description']?[this['labelView'],{'tag':'span','attributes':{'class':['ck','ck-slash-command-button__description']},'children':[{'text':_0x5f34b3['description']}]}]:[this['labelView']]}),_0x5a8472;}}class s extends _0x4c3062{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'SlashCommandUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x10b7d8){super(_0x10b7d8),this['_setupMentionConfiguration']();}['init'](){this['editor']['once']('ready',this['_overrideMentionExecuteListener']['bind'](this)),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x3596a1=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x227bed;for(const _0x2eac99 in _0x3596a1){const _0x18bcff=_0x2eac99,_0x491f7f=_0x3596a1[_0x18bcff];if('slashCommandLicenseKeyValid'==_0x491f7f||'slashCommandLicenseKeyInvalid'==_0x491f7f||'slashCommandLicenseKeyExpired'==_0x491f7f||'slashCommandLicenseKeyDomainLimit'==_0x491f7f||'slashCommandLicenseKeyNotAllowed'==_0x491f7f||'slashCommandLicenseKeyEvaluationLimit'==_0x491f7f||'slashCommandLicenseKeyTrialLimit'==_0x491f7f||'slashCommandLicenseKeyUsageLimit'==_0x491f7f){delete _0x3596a1[_0x18bcff],_0x227bed=_0x491f7f,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'slashCommandLicenseKeyInvalid'==_0x227bed&&_0x3596a1['_showLicenseError']('invalid'),'slashCommandLicenseKeyExpired'==_0x227bed&&_0x3596a1['_showLicenseError']('expired'),'slashCommandLicenseKeyDomainLimit'==_0x227bed&&_0x3596a1['_showLicenseError']('domainLimit'),'slashCommandLicenseKeyNotAllowed'==_0x227bed&&_0x3596a1['_showLicenseError']('featureNotAllowed','SlashCommand'),'slashCommandLicenseKeyEvaluationLimit'==_0x227bed&&_0x3596a1['_showLicenseError']('evaluationLimit'),'slashCommandLicenseKeyTrialLimit'==_0x227bed&&_0x3596a1['_showLicenseError']('trialLimit'),'slashCommandLicenseKeyUsageLimit'==_0x227bed&&_0x3596a1['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}['_setupMentionConfiguration'](){const _0xb0874f=this['editor'],_0x192da7=this['editor']['plugins']['get']('SlashCommandEditing'),_0x344f4b=_0xb0874f['config']['get']('mention.feeds');_0x344f4b['push']({'marker':'/','feed':_0x47cc19=>_0x192da7['getMatchingCommands'](_0x47cc19),'itemRenderer':this['_customItemRenderer']['bind'](this),'dropdownLimit':_0xb0874f['config']['get']('slashCommand.dropdownLimit')||0x1/0x0}),_0xb0874f['config']['set']('mention.feeds',_0x344f4b);}['_overrideMentionExecuteListener'](){const _0x178ae4=this['editor'];_0x178ae4['commands']['get']('mention')['on']('execute',(_0x57d4a2,_0x4ddcb6)=>{const _0x4c171f=_0x4ddcb6[0x0],_0x4ccbd8=_0x178ae4['model'];'/'===_0x4c171f['marker']&&_0x4ccbd8['change'](_0x32255e=>{_0x32255e['remove'](_0x4c171f['range']),_0x4c171f['mention']['execute'](),_0x57d4a2['stop']();});},{'priority':'high'});}['_customItemRenderer'](_0x102d3e){const _0x5dfee0=this['editor']['locale'],_0x3d0249=new K(_0x5dfee0,_0x102d3e);return _0x3d0249['render'](),_0x3d0249['element'];}}class m extends _0x4c3062{static get['requires'](){return['Mention',e,s];}static get['pluginName'](){return'SlashCommand';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}}export{m as SlashCommand,L as SlashCommandConfig,e as SlashCommandEditing,s as SlashCommandUI};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-slash-command",
3
- "version": "45.2.1-alpha.5",
3
+ "version": "45.2.1-alpha.6",
4
4
  "description": "Slash command feature for CKEditor 5.",
5
5
  "keywords": [
6
6
  "ckeditor",
@@ -12,15 +12,15 @@
12
12
  "type": "module",
13
13
  "main": "src/index.js",
14
14
  "dependencies": {
15
- "@ckeditor/ckeditor5-core": "45.2.1-alpha.5",
16
- "@ckeditor/ckeditor5-icons": "45.2.1-alpha.5",
17
- "@ckeditor/ckeditor5-heading": "45.2.1-alpha.5",
18
- "@ckeditor/ckeditor5-mention": "45.2.1-alpha.5",
19
- "@ckeditor/ckeditor5-style": "45.2.1-alpha.5",
20
- "@ckeditor/ckeditor5-template": "45.2.1-alpha.5",
21
- "@ckeditor/ckeditor5-ui": "45.2.1-alpha.5",
22
- "@ckeditor/ckeditor5-utils": "45.2.1-alpha.5",
23
- "ckeditor5": "45.2.1-alpha.5"
15
+ "@ckeditor/ckeditor5-core": "45.2.1-alpha.6",
16
+ "@ckeditor/ckeditor5-icons": "45.2.1-alpha.6",
17
+ "@ckeditor/ckeditor5-heading": "45.2.1-alpha.6",
18
+ "@ckeditor/ckeditor5-mention": "45.2.1-alpha.6",
19
+ "@ckeditor/ckeditor5-style": "45.2.1-alpha.6",
20
+ "@ckeditor/ckeditor5-template": "45.2.1-alpha.6",
21
+ "@ckeditor/ckeditor5-ui": "45.2.1-alpha.6",
22
+ "@ckeditor/ckeditor5-utils": "45.2.1-alpha.6",
23
+ "ckeditor5": "45.2.1-alpha.6"
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 _0x31a36d=_0x4c2b;(function(_0x527026,_0x21fce2){const _0x503e7e=_0x4c2b,_0x2c4a24=_0x527026();while(!![]){try{const _0xc38bee=parseInt(_0x503e7e(0x1da))/0x1*(parseInt(_0x503e7e(0x1e3))/0x2)+parseInt(_0x503e7e(0x1e8))/0x3+-parseInt(_0x503e7e(0x1f6))/0x4+-parseInt(_0x503e7e(0x1d1))/0x5+-parseInt(_0x503e7e(0x1f5))/0x6+parseInt(_0x503e7e(0x1b9))/0x7*(parseInt(_0x503e7e(0x1de))/0x8)+parseInt(_0x503e7e(0x1df))/0x9;if(_0xc38bee===_0x21fce2)break;else _0x2c4a24['push'](_0x2c4a24['shift']());}catch(_0x2f049e){_0x2c4a24['push'](_0x2c4a24['shift']());}}}(_0x3c59,0xb6264));import{Plugin as _0x892dc1}from'ckeditor5/src/core.js';function _0x4c2b(_0x3ed53b,_0x1663bf){const _0x3c597d=_0x3c59();return _0x4c2b=function(_0x4c2bc0,_0x1afc2d){_0x4c2bc0=_0x4c2bc0-0x175;let _0x4c7dcc=_0x3c597d[_0x4c2bc0];return _0x4c7dcc;},_0x4c2b(_0x3ed53b,_0x1663bf);}import{CKEditorError as _0x37aae2,uid as _0x184b22}from'ckeditor5/src/utils.js';import{IconBrowseFiles as _0x858623,IconBulletedList as _0x39b4f5,IconEmoji as _0x113802,IconCodeBlock as _0x27f092,IconHeading1 as _0x4f5432,IconHeading2 as _0x56d149,IconHeading3 as _0x98afd5,IconHeading4 as _0x5591f9,IconHeading5 as _0x30c441,IconHeading6 as _0xeb5850,IconHorizontalLine as _0x4c1700,IconHtml as _0x120c97,IconIndent as _0x37d681,IconNumberedList as _0x195b54,IconOutdent as _0x4e6151,IconParagraph as _0x49c4d6,IconQuote as _0x44b21c,IconRobotPencil as _0x1f4cde,IconTable as _0x1e7c92,IconTableOfContents as _0x2944f5,IconTodoList as _0x416312}from'ckeditor5/src/icons.js';import{getTranslation as _0x15ab74}from'./utils/common-translations.js';import'./slashcommandeditorconfig.js';function _0x3c59(){const _0x47aceb=['emoji','sort','join','Increase\x20indent','title','editor','3934452gDkwhn','4645728nhTUkh','toc','Paragraph','showAIAssistant','todoList','heading','SlashCommandConfig','Create\x20a\x20table','Horizontal\x20line','getAllowedCommands','_proxyExecute','getDefaultCommands','Create\x20a\x20heading\x20level\x205','execute','includes','commandName','Create\x20a\x20code\x20block','Table\x20of\x20contents','Heading\x204','pluginName','insertTable','Insert\x20image','heading4','enabledStyles','icon','Create\x20a\x20heading\x20level\x201','Insert\x20the\x20Mermaid\x20diagram','_allowedCommands','aiAssistant','split','Decrease\x20the\x20indentation','length','heading2','isOfficialPlugin','config','locale','isIconColorInherited','upload','concat','Numbered\x20list','Create\x20a\x20heading\x20level\x202','numberedList','ckbox','heading1','Insert\x20code\x20block','Insert\x20a\x20horizontal\x20line','outdent','Heading\x205','filter','Create\x20a\x20bulleted\x20list','Insert\x20HTML','codeBlock','heading5','template.definitions','blockQuote','Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file','Block\x20quote','heading3','Heading\x206','description','ckfinder','AI\x20Assistant','Insert\x20an\x20emoji','function','Bulleted\x20list','horizontalLine','Create\x20a\x20heading\x20level\x203','Insert\x20table','Decrease\x20indent','Insert\x20table\x20of\x20contents','7FlpVBc','style.definitions','paragraph','Heading\x202','Heading\x203','isEnabled','href','template','Insert\x20a\x20paragraph','To-do\x20list','Insert\x20an\x20HTML\x20snippet','insertMermaidCommand','slashCommand.extraCommands','isPremiumPlugin','heading.options','bulletedList','Heading\x201','aliases','insertTemplate','Create\x20a\x20numbered\x20list','commands','_proxyIsEnabled','slash-command-execute-missing','Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content','7076530delrrA','filemanager','name','Open\x20file\x20manager','Insert\x20Mermaid\x20diagram','Create\x20a\x20to-do\x20list','indent','Create\x20a\x20block\x20quote','Create\x20a\x20heading\x20level\x204','594733QryzAG','insertTableOfContents','afterInit','Increase\x20the\x20indentation','2037704gZIykD','22348755LNDkpQ','Emoji','style','htmlEmbed','4BOokQl','map','get','push','heading6','153570grutfd','toLowerCase','Create\x20a\x20heading\x20level\x206','model','fromCharCode','slashCommand.removeCommands','Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file'];_0x3c59=function(){return _0x47aceb;};return _0x3c59();}export default class L extends _0x892dc1{static get[_0x31a36d(0x186)](){const _0x17912e=_0x31a36d;return _0x17912e(0x179);}static get[_0x31a36d(0x194)](){return!0x0;}static get[_0x31a36d(0x1c6)](){return!0x0;}constructor(_0x3cb2af){const _0xebc264=_0x31a36d;super(_0x3cb2af),this[_0xebc264(0x18e)]=null;}[_0x31a36d(0x1dc)](){const _0x10219e=_0x31a36d,_0x19a725=this[_0x10219e(0x1f4)][_0x10219e(0x195)][_0x10219e(0x1e5)](_0x10219e(0x1ed))||[],_0x3d706d=function(_0x3e5a24){const _0xf0f2cb=_0x10219e;let _0x2da13c=[_0xf0f2cb(0x189),_0xf0f2cb(0x1a7),_0xf0f2cb(0x1e7)];if(_0x3e5a24){const _0x36b148=_0x3e5a24[_0xf0f2cb(0x1e4)](_0x356e0b=>_0x356e0b[_0xf0f2cb(0x1eb)]);_0x2da13c=[_0xf0f2cb(0x19e),_0xf0f2cb(0x193),_0xf0f2cb(0x1ac),_0xf0f2cb(0x189),_0xf0f2cb(0x1a7),_0xf0f2cb(0x1e7)][_0xf0f2cb(0x1a3)](_0x51596b=>!_0x36b148[_0xf0f2cb(0x181)](_0x51596b));}return _0x2da13c;}(this[_0x10219e(0x1f4)][_0x10219e(0x195)][_0x10219e(0x1e5)](_0x10219e(0x1c7)));let _0x275e78=this[_0x10219e(0x17e)]()[_0x10219e(0x1a3)](_0x5d99dd=>!_0x3d706d[_0x10219e(0x181)](_0x5d99dd['id']))[_0x10219e(0x1a3)](_0x40a929=>!_0x19a725[_0x10219e(0x181)](_0x40a929[_0x10219e(0x182)]));const _0x26bab8=this[_0x10219e(0x1f4)][_0x10219e(0x195)][_0x10219e(0x1e5)](_0x10219e(0x1c5));_0x26bab8&&_0x26bab8[_0x10219e(0x192)]&&(_0x275e78=_0x275e78[_0x10219e(0x199)](_0x26bab8));const _0x1fd4ef=this[_0x10219e(0x1f4)][_0x10219e(0x195)][_0x10219e(0x1e5)](_0x10219e(0x1a8));_0x1fd4ef&&_0x1fd4ef[_0x10219e(0x192)]&&(_0x275e78=_0x275e78[_0x10219e(0x199)](function(_0xf9b455){const _0x5c8a81=_0x10219e;return _0xf9b455[_0x5c8a81(0x1e4)](_0x528ffa=>{const _0x2ac631=_0x5c8a81,{title:_0x46c266,icon:_0x209275,description:_0x24a596,data:_0x44f1f6}=_0x528ffa,_0x1d8476={'id':O(_0x46c266,_0x2ac631(0x1c0)),'commandName':_0x2ac631(0x1cb),'execute':_0x416cbd=>{const _0x5d04ac=_0x2ac631;_0x416cbd[_0x5d04ac(0x180)](_0x5d04ac(0x1cb),_0x44f1f6);},'description':_0x24a596,'icon':_0x209275,'title':_0x46c266};return _0x209275&&(_0x1d8476[_0x2ac631(0x197)]=!0x1),_0x1d8476;});}(_0x1fd4ef)));const _0x495d5a=this[_0x10219e(0x1f4)][_0x10219e(0x195)][_0x10219e(0x1e5)](_0x10219e(0x1ba));_0x495d5a&&_0x495d5a[_0x10219e(0x192)]&&(_0x275e78=_0x275e78[_0x10219e(0x199)](function(_0x1df19d){const _0x2e984e=_0x10219e;return _0x1df19d[_0x2e984e(0x1e4)](_0x39f052=>({'id':O(_0x39f052[_0x2e984e(0x1d3)],_0x2e984e(0x1e1)),'commandName':_0x2e984e(0x1e1),'execute':_0x4aaaac=>{const _0x1bac4d=_0x2e984e;_0x4aaaac[_0x1bac4d(0x180)](_0x1bac4d(0x1e1),{'styleName':_0x39f052[_0x1bac4d(0x1d3)]});},'isEnabled':_0x5beb17=>{const _0xf541ca=_0x2e984e,_0x142f6a=_0x5beb17[_0xf541ca(0x1cd)][_0xf541ca(0x1e5)](_0xf541ca(0x1e1));return _0x142f6a[_0xf541ca(0x1be)]&&_0x142f6a[_0xf541ca(0x18a)][_0xf541ca(0x181)](_0x39f052[_0xf541ca(0x1d3)]);},'title':_0x39f052[_0x2e984e(0x1d3)]}));}(_0x495d5a)));const _0x154eb3=_0x275e78[_0x10219e(0x1a3)](_0x5357e3=>!_0x5357e3[_0x10219e(0x182)]||void 0x0!==this[_0x10219e(0x1f4)][_0x10219e(0x1cd)][_0x10219e(0x1e5)](_0x5357e3[_0x10219e(0x182)])),_0x33745=[];for(const _0x48ca0c of _0x154eb3)_0x33745[_0x10219e(0x1e6)]({'id':_0x48ca0c['id'],'commandName':_0x48ca0c[_0x10219e(0x182)],'title':_0x10219e(0x1b2)==typeof _0x48ca0c[_0x10219e(0x1f3)]?_0x48ca0c[_0x10219e(0x1f3)](this[_0x10219e(0x1f4)]):_0x48ca0c[_0x10219e(0x1f3)],'description':_0x48ca0c[_0x10219e(0x1ae)],'icon':_0x48ca0c[_0x10219e(0x18b)],'isIconColorInherited':_0x48ca0c[_0x10219e(0x197)],'aliases':_0x48ca0c[_0x10219e(0x1ca)],'isEnabled':()=>this[_0x10219e(0x1ce)](_0x48ca0c),'execute':()=>this[_0x10219e(0x17d)](_0x48ca0c)});this[_0x10219e(0x18e)]=_0x33745[_0x10219e(0x1f0)](H),async function(_0x5269a8){const _0x1da443=_0x560c5a([0x4a,0x32,0x31,0x4b,0x62,0x54,0x6b,0x69,0x65,0x42,0x78,0x76,0x43,0x41,0x30,0x6d,0x59,0x77,0x50,0x7a,0x63,0x49,0x35,0x34,0x71,0x64,0x4c,0x6e,0x6a,0x6c,0x57,0x39,0x4d,0x53,0x55,0x74,0x45,0x38,0x4e,0x51,0x5a,0x58,0x56,0x6f,0x4f,0x67,0x44,0x47,0x61,0x37,0x46,0x68,0x52,0x48,0x75,0x33,0x70,0x66,0x79,0x72,0x73,0x36]),_0x442e75=0x48988370,_0x219f1f=0x489fe840^_0x442e75,_0x5a0244=window[_0x560c5a([0x44,0x61,0x74,0x65])][_0x560c5a([0x6e,0x6f,0x77])](),_0x3f9774=_0x5269a8[_0x560c5a([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x2d7b4d=new window[(_0x560c5a([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x3fcf85=>{_0x3f9774[_0x560c5a([0x6f,0x6e,0x63,0x65])](_0x560c5a([0x72,0x65,0x61,0x64,0x79]),_0x3fcf85);}),_0x1a13e8={[_0x560c5a([0x6b,0x74,0x79])]:_0x560c5a([0x45,0x43]),[_0x560c5a([0x75,0x73,0x65])]:_0x560c5a([0x73,0x69,0x67]),[_0x560c5a([0x63,0x72,0x76])]:_0x560c5a([0x50,0x2d,0x32,0x35,0x36]),[_0x560c5a([0x78])]:_0x560c5a([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]),[_0x560c5a([0x79])]:_0x560c5a([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]),[_0x560c5a([0x61,0x6c,0x67])]:_0x560c5a([0x45,0x53,0x32,0x35,0x36])},_0x1eca84=_0x3f9774[_0x560c5a([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x560c5a([0x67,0x65,0x74])](_0x560c5a([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x315625(){let _0x557ec5,_0x1c2b35=null,_0xbbb737=null;try{if(_0x1eca84==_0x560c5a([0x47,0x50,0x4c]))return _0x560c5a([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x557ec5=_0x521d4a(),!_0x557ec5)return _0x560c5a([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x557ec5[_0x560c5a([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0xbbb737=_0x2720e3(_0x557ec5[_0x560c5a([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x557ec5[_0x560c5a([0x6a,0x74,0x69])])),await _0x1e4dc8()?_0x59c17d()?_0x4861cd()?_0x560c5a([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x2691ac()?(_0x557ec5[_0x560c5a([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x560c5a([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x1c2b35=_0x596f86(_0x560c5a([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x557ec5[_0x560c5a([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x560c5a([0x74,0x72,0x69,0x61,0x6c])&&(_0x1c2b35=_0x596f86(_0x560c5a([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x5db073()):_0x560c5a([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x560c5a([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x560c5a([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x560c5a([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x4861cd(){const _0x5832aa=[_0x560c5a([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x560c5a([0x74,0x72,0x69,0x61,0x6c])][_0x560c5a([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x557ec5[_0x560c5a([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x5a0244/0x3e8:0xe10*_0x219f1f;return _0x557ec5[_0x560c5a([0x65,0x78,0x70])]<_0x5832aa;}function _0x59c17d(){const _0xd437b=_0x557ec5[_0x560c5a([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0xd437b&&(!!_0xd437b[_0x560c5a([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x560c5a([0x2a]))||(!!_0xd437b[_0x560c5a([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x560c5a([0x53,0x43]))||!!_0xd437b[_0x560c5a([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x560c5a([0x50,0x50]))));}function _0x2691ac(){const _0x1cb517=_0x4c2b,_0x678086=_0x557ec5[_0x560c5a([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x678086||0x0==_0x678086[_0x560c5a([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x55366e}=new URL(window[_0x560c5a([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x1cb517(0x1bf)]);if(_0x678086[_0x560c5a([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x55366e))return!0x0;const _0x38bc2b=_0x55366e[_0x560c5a([0x73,0x70,0x6c,0x69,0x74])](_0x560c5a([0x2e]));return _0x678086[_0x560c5a([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x52da5a=>_0x52da5a[_0x560c5a([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x560c5a([0x2a])))[_0x560c5a([0x6d,0x61,0x70])](_0x1a525f=>_0x1a525f[_0x560c5a([0x73,0x70,0x6c,0x69,0x74])](_0x560c5a([0x2e])))[_0x560c5a([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x34e47e=>_0x34e47e[_0x560c5a([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x38bc2b[_0x560c5a([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x560c5a([0x6d,0x61,0x70])](_0x4bff46=>Array(_0x38bc2b[_0x560c5a([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x4bff46[_0x560c5a([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x560c5a([0x66,0x69,0x6c,0x6c])](_0x4bff46[0x0]===_0x560c5a([0x2a])?_0x560c5a([0x2a]):'')[_0x560c5a([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x4bff46))[_0x560c5a([0x73,0x6f,0x6d,0x65])](_0x4b849f=>_0x38bc2b[_0x560c5a([0x65,0x76,0x65,0x72,0x79])]((_0xb05019,_0x1d8749)=>_0x4b849f[_0x1d8749]===_0xb05019||_0x4b849f[_0x1d8749]===_0x560c5a([0x2a])));}function _0x5db073(){return _0x1c2b35&&_0xbbb737?new window[(_0x560c5a([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x533e3a,_0x80a69a)=>{_0x1c2b35[_0x560c5a([0x74,0x68,0x65,0x6e])](_0x533e3a,_0x80a69a),_0xbbb737[_0x560c5a([0x74,0x68,0x65,0x6e])](_0x767854=>{_0x767854!=_0x560c5a([0x56,0x61,0x6c,0x69,0x64])&&_0x533e3a(_0x767854);},_0x80a69a);}):_0x1c2b35||_0xbbb737||_0x560c5a([0x56,0x61,0x6c,0x69,0x64]);}}function _0x2720e3(_0x50f2f1,_0x6030e0){return new window[(_0x560c5a([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x61146=>{if(_0x1e1481())return _0x61146(_0x560c5a([0x56,0x61,0x6c,0x69,0x64]));_0x8c93b8(),_0x3f9774[_0x560c5a([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x560c5a([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x3fec5d=!0x1;const _0x36fac1=_0x184b22();function _0x5d2350(_0x12c61a){return!!_0x12c61a&&(typeof _0x12c61a===_0x560c5a([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x12c61a===_0x560c5a([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x12c61a[_0x560c5a([0x74,0x68,0x65,0x6e])]===_0x560c5a([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x12c61a[_0x560c5a([0x63,0x61,0x74,0x63,0x68])]===_0x560c5a([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0xd15e2e(_0x520364){_0x31b4f8(_0x520364)[_0x560c5a([0x74,0x68,0x65,0x6e])](_0x17c0d9=>{if(!_0x17c0d9||_0x17c0d9[_0x560c5a([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x560c5a([0x6f,0x6b]))return _0x560c5a([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x2ed611(_0xf91888(_0x36fac1+_0x6030e0))!=_0x17c0d9[_0x560c5a([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x560c5a([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x560c5a([0x56,0x61,0x6c,0x69,0x64]);})[_0x560c5a([0x74,0x68,0x65,0x6e])](_0x17ff93=>(_0x39a8fa(),_0x17ff93),()=>{const _0x462841=_0x1dae03();return null==_0x462841?(_0x39a8fa(),_0x560c5a([0x56,0x61,0x6c,0x69,0x64])):_0x560c5a(_0x5a0244-_0x462841>(0x6c940770^_0x442e75)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x560c5a([0x74,0x68,0x65,0x6e])](_0x61146)[_0x560c5a([0x63,0x61,0x74,0x63,0x68])](()=>{_0x61146(_0x560c5a([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x28a8ad=0x48ae6df0^_0x442e75;function _0x39a8fa(){const _0x988888=_0x560c5a([0x6c,0x6c,0x63,0x74,0x2d])+_0x2ed611(_0xf91888(_0x50f2f1)),_0x1b1615=_0x51b12e(_0x2ed611(window[_0x560c5a([0x4d,0x61,0x74,0x68])][_0x560c5a([0x63,0x65,0x69,0x6c])](_0x5a0244/_0x28a8ad)));window[_0x560c5a([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x560c5a([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x988888,_0x1b1615);}function _0x1dae03(){const _0x567089=_0x560c5a([0x6c,0x6c,0x63,0x74,0x2d])+_0x2ed611(_0xf91888(_0x50f2f1)),_0x481e69=window[_0x560c5a([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x560c5a([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x567089);return _0x481e69?window[_0x560c5a([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x51b12e(_0x481e69),0x10)*_0x28a8ad:null;}function _0x31b4f8(_0x4f16c4){return new window[(_0x560c5a([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x26611d,_0x4f633a)=>{_0x4f16c4[_0x560c5a([0x74,0x68,0x65,0x6e])](_0x26611d,_0x4f633a),window[_0x560c5a([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x4f633a,0x489957b0^_0x442e75);});}}_0x3f9774[_0x560c5a([0x6f,0x6e])](_0x560c5a([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x3acb62,_0x104556)=>{if(_0x104556[0x0]!=_0x50f2f1)return _0x61146(_0x560c5a([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x104556[0x1]={..._0x104556[0x1],[_0x560c5a([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x36fac1};},{[_0x560c5a([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x560c5a([0x68,0x69,0x67,0x68])}),_0x3f9774[_0x560c5a([0x6f,0x6e])](_0x560c5a([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x42c53d=>{_0x5d2350(_0x42c53d[_0x560c5a([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x3fec5d=!0x0,_0xd15e2e(_0x42c53d[_0x560c5a([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x560c5a([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x560c5a([0x6c,0x6f,0x77])}),_0x2d7b4d[_0x560c5a([0x74,0x68,0x65,0x6e])](()=>{_0x3fec5d||_0x61146(_0x560c5a([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x1e1481(){return _0x3f9774[_0x560c5a([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x560c5a([0x76,0x69,0x65,0x77])][_0x560c5a([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x560c5a([0x61,0x75,0x74,0x6f]);}function _0x8c93b8(){_0x3f9774[_0x560c5a([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x560c5a([0x76,0x69,0x65,0x77])][_0x560c5a([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x560c5a([0x61,0x75,0x74,0x6f]);}}function _0x596f86(_0xd3178f){const _0x3a4e28=[new window[(_0x560c5a([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x536543=>setTimeout(_0x536543,0x4891bdbc^_0x442e75)),_0x2d7b4d[_0x560c5a([0x74,0x68,0x65,0x6e])](()=>new window[(_0x560c5a([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x65ffe=>{let _0x29ab2f=0x0;_0x3f9774[_0x560c5a([0x6d,0x6f,0x64,0x65,0x6c])][_0x560c5a([0x6f,0x6e])](_0x560c5a([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x8ad9cc,_0x9230c6)=>{_0x9230c6[0x0][_0x560c5a([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x29ab2f++,_0x29ab2f==(0x48988288^_0x442e75)&&(_0x65ffe(),_0x8ad9cc[_0x560c5a([0x6f,0x66,0x66])]());});}))];return window[_0x560c5a([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x560c5a([0x72,0x61,0x63,0x65])](_0x3a4e28)[_0x560c5a([0x74,0x68,0x65,0x6e])](()=>_0xd3178f);}async function _0x1ced82(){await _0x2d7b4d,_0x3f9774[_0x560c5a([0x6d,0x6f,0x64,0x65,0x6c])][_0x560c5a([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x21e69e,_0x3f9774[_0x560c5a([0x6d,0x6f,0x64,0x65,0x6c])][_0x560c5a([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x21e69e,_0x3f9774[_0x560c5a([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x560c5a([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x42c370(_0x501159){const _0x4734dd=_0x556d1f();_0x3f9774[_0x4734dd]=_0x560c5a([0x73,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x501159,_0x501159!=_0x560c5a([0x56,0x61,0x6c,0x69,0x64])&&_0x1ced82();}function _0x556d1f(){const _0x47db8f=window[_0x560c5a([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x560c5a([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x560c5a([0x6e,0x6f,0x77])]())[_0x560c5a([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x560c5a([0x2e]),'');let _0xfc24c2=_0x560c5a([0x4a]);for(let _0x306970=0x0;_0x306970<_0x47db8f[_0x560c5a([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x306970+=0x2){let _0x575c33=window[_0x560c5a([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x47db8f[_0x560c5a([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x306970,_0x306970+0x2));_0x575c33>=_0x1da443[_0x560c5a([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x575c33-=_0x1da443[_0x560c5a([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0xfc24c2+=_0x1da443[_0x575c33];}return _0xfc24c2;}function _0x521d4a(){const _0xda38d5=_0x1eca84[_0x560c5a([0x73,0x70,0x6c,0x69,0x74])](_0x560c5a([0x2e]));if(0x3!=_0xda38d5[_0x560c5a([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x1a1b33(_0xda38d5[0x1]);function _0x1a1b33(_0x3d2991){const _0x2207c3=_0x3e6f35(_0x3d2991);return _0x2207c3&&_0x511afd()?_0x2207c3:null;function _0x511afd(){const _0x810a92=_0x2207c3[_0x560c5a([0x6a,0x74,0x69])],_0x163b32=window[_0x560c5a([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x810a92[_0x560c5a([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x810a92[_0x560c5a([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x3ebec1={..._0x2207c3,[_0x560c5a([0x6a,0x74,0x69])]:_0x810a92[_0x560c5a([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x810a92[_0x560c5a([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x3ebec1[_0x560c5a([0x76,0x63])],_0xf91888(_0x3ebec1)==_0x163b32;}}}async function _0x1e4dc8(){let _0xf619ed=!0x0;try{const _0x29cfb4=_0x1eca84[_0x560c5a([0x73,0x70,0x6c,0x69,0x74])](_0x560c5a([0x2e])),[_0x1f2c5b,_0x4db387,_0x20c472]=_0x29cfb4;return _0x31be52(_0x1f2c5b),await _0x4e00aa(_0x1f2c5b,_0x4db387,_0x20c472),_0xf619ed;}catch{return!0x1;}function _0x31be52(_0x1d4f9c){const _0x2e7d45=_0x3e6f35(_0x1d4f9c);_0x2e7d45&&_0x2e7d45[_0x560c5a([0x61,0x6c,0x67])]==_0x560c5a([0x45,0x53,0x32,0x35,0x36])||(_0xf619ed=!0x1);}async function _0x4e00aa(_0xfdffee,_0x21aea1,_0x42b459){const _0x412b32=window[_0x560c5a([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x560c5a([0x66,0x72,0x6f,0x6d])](_0x216b6e(_0x42b459),_0x459084=>_0x459084[_0x560c5a([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x3e843a=new window[(_0x560c5a([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x560c5a([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0xfdffee+_0x560c5a([0x2e])+_0x21aea1),_0x82986d=window[_0x560c5a([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x560c5a([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x82986d)return;const _0x4c0184=await _0x82986d[_0x560c5a([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x560c5a([0x6a,0x77,0x6b]),_0x1a13e8,{[_0x560c5a([0x6e,0x61,0x6d,0x65])]:_0x560c5a([0x45,0x43,0x44,0x53,0x41]),[_0x560c5a([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x560c5a([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x560c5a([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x82986d[_0x560c5a([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x560c5a([0x6e,0x61,0x6d,0x65])]:_0x560c5a([0x45,0x43,0x44,0x53,0x41]),[_0x560c5a([0x68,0x61,0x73,0x68])]:{[_0x560c5a([0x6e,0x61,0x6d,0x65])]:_0x560c5a([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x4c0184,_0x412b32,_0x3e843a)||(_0xf619ed=!0x1);}}function _0x3e6f35(_0x4acffe){return _0x4acffe[_0x560c5a([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x560c5a([0x65,0x79]))?JSON[_0x560c5a([0x70,0x61,0x72,0x73,0x65])](_0x216b6e(_0x4acffe)):null;}function _0x216b6e(_0x50ffa3){return window[_0x560c5a([0x61,0x74,0x6f,0x62])](_0x50ffa3[_0x560c5a([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x560c5a([0x2b]))[_0x560c5a([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x560c5a([0x2f])));}function _0xf91888(_0x54a895){let _0x457610=0x1505;function _0xbae30e(_0x152ef0){for(let _0x32ccf8=0x0;_0x32ccf8<_0x152ef0[_0x560c5a([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x32ccf8++){const _0xa695b3=_0x152ef0[_0x560c5a([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x32ccf8);_0x457610=(_0x457610<<0x5)+_0x457610+_0xa695b3,_0x457610&=_0x457610;}}function _0x436f3e(_0x142eec){Array[_0x560c5a([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x142eec)?_0x142eec[_0x560c5a([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x436f3e):_0x142eec&&typeof _0x142eec==_0x560c5a([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x560c5a([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x142eec)[_0x560c5a([0x73,0x6f,0x72,0x74])]()[_0x560c5a([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x857415,_0x2800e1])=>{_0xbae30e(_0x857415),_0x436f3e(_0x2800e1);}):_0xbae30e(window[_0x560c5a([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x142eec));}return _0x436f3e(_0x54a895),_0x457610>>>0x0;}function _0x2ed611(_0xd0ddef){return _0xd0ddef[_0x560c5a([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x560c5a([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x560c5a([0x30]));}function _0x51b12e(_0x358d46){return _0x358d46[_0x560c5a([0x73,0x70,0x6c,0x69,0x74])]('')[_0x560c5a([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x560c5a([0x6a,0x6f,0x69,0x6e])]('');}function _0x21e69e(){}function _0x560c5a(_0x5ad5b5){const _0x4552a0=_0x4c2b;return _0x5ad5b5[_0x4552a0(0x1e4)](_0x18a0c2=>String[_0x4552a0(0x1ec)](_0x18a0c2))[_0x4552a0(0x1f1)]('');}_0x42c370(await _0x315625());}(this);}[_0x31a36d(0x17c)](){const _0x498766=_0x31a36d;return this[_0x498766(0x18e)];}[_0x31a36d(0x17e)](){const _0x1315c8=_0x31a36d,_0x33be8a=_0x5ca678=>_0x15ab74(this[_0x1315c8(0x1f4)][_0x1315c8(0x196)],_0x5ca678);return[{'id':_0x1315c8(0x18f),'commandName':_0x1315c8(0x176),'icon':_0x1f4cde,'title':_0x33be8a(_0x1315c8(0x1b0)),'description':_0x33be8a(_0x1315c8(0x1d0)),'execute':_0x46a711=>{const _0x4aa19c=_0x1315c8;setTimeout(()=>_0x46a711[_0x4aa19c(0x180)](_0x4aa19c(0x176)));}},{'id':_0x1315c8(0x1a9),'commandName':_0x1315c8(0x1a9),'icon':_0x44b21c,'title':_0x33be8a(_0x1315c8(0x1ab)),'description':_0x33be8a(_0x1315c8(0x1d8))},{'id':_0x1315c8(0x1c8),'commandName':_0x1315c8(0x1c8),'icon':_0x39b4f5,'title':_0x33be8a(_0x1315c8(0x1b3)),'description':_0x33be8a(_0x1315c8(0x1a4))},{'id':_0x1315c8(0x1a6),'commandName':_0x1315c8(0x1a6),'icon':_0x27f092,'title':_0x33be8a(_0x1315c8(0x19f)),'description':_0x33be8a(_0x1315c8(0x183))},{'id':_0x1315c8(0x19d),'commandName':_0x1315c8(0x19d),'icon':_0x858623,'title':_0x33be8a(_0x1315c8(0x1d4)),'description':_0x33be8a(_0x1315c8(0x1ee)),'aliases':[_0x1315c8(0x1af),_0x1315c8(0x1d2),_0x1315c8(0x198)]},{'id':_0x1315c8(0x1af),'commandName':_0x1315c8(0x1af),'icon':_0x858623,'title':_0x33be8a(_0x1315c8(0x188)),'description':_0x33be8a(_0x1315c8(0x1aa)),'aliases':[_0x1315c8(0x19d),_0x1315c8(0x1d2),_0x1315c8(0x198)]},{'id':_0x1315c8(0x1ef),'commandName':_0x1315c8(0x1ef),'icon':_0x113802,'title':_0x33be8a(_0x1315c8(0x1e0)),'description':_0x33be8a(_0x1315c8(0x1b1)),'execute':_0x174f10=>{const _0x3352f8=_0x1315c8;setTimeout(()=>_0x174f10[_0x3352f8(0x180)](_0x3352f8(0x1ef)));}},{'id':_0x1315c8(0x19e),'commandName':_0x1315c8(0x178),'icon':_0x4f5432,'title':_0x33be8a(_0x1315c8(0x1c9)),'description':_0x33be8a(_0x1315c8(0x18c)),'execute':_0x3f9dcb=>{const _0x4db96f=_0x1315c8;_0x3f9dcb[_0x4db96f(0x180)](_0x4db96f(0x178),{'value':_0x4db96f(0x19e)});}},{'id':_0x1315c8(0x193),'commandName':_0x1315c8(0x178),'icon':_0x56d149,'title':_0x33be8a(_0x1315c8(0x1bc)),'description':_0x33be8a(_0x1315c8(0x19b)),'execute':_0x233700=>{const _0x17dc30=_0x1315c8;_0x233700[_0x17dc30(0x180)](_0x17dc30(0x178),{'value':_0x17dc30(0x193)});}},{'id':_0x1315c8(0x1ac),'commandName':_0x1315c8(0x178),'icon':_0x98afd5,'title':_0x33be8a(_0x1315c8(0x1bd)),'description':_0x33be8a(_0x1315c8(0x1b5)),'execute':_0x39e8a6=>{const _0x32a8de=_0x1315c8;_0x39e8a6[_0x32a8de(0x180)](_0x32a8de(0x178),{'value':_0x32a8de(0x1ac)});}},{'id':_0x1315c8(0x189),'commandName':_0x1315c8(0x178),'icon':_0x5591f9,'title':_0x33be8a(_0x1315c8(0x185)),'description':_0x33be8a(_0x1315c8(0x1d9)),'execute':_0x3fe262=>{const _0x479016=_0x1315c8;_0x3fe262[_0x479016(0x180)](_0x479016(0x178),{'value':_0x479016(0x189)});}},{'id':_0x1315c8(0x1a7),'commandName':_0x1315c8(0x178),'icon':_0x30c441,'title':_0x33be8a(_0x1315c8(0x1a2)),'description':_0x33be8a(_0x1315c8(0x17f)),'execute':_0x4662b6=>{const _0x116faa=_0x1315c8;_0x4662b6[_0x116faa(0x180)](_0x116faa(0x178),{'value':_0x116faa(0x1a7)});}},{'id':_0x1315c8(0x1e7),'commandName':_0x1315c8(0x178),'icon':_0xeb5850,'title':_0x33be8a(_0x1315c8(0x1ad)),'description':_0x33be8a(_0x1315c8(0x1ea)),'execute':_0x35109b=>{const _0x287919=_0x1315c8;_0x35109b[_0x287919(0x180)](_0x287919(0x178),{'value':_0x287919(0x1e7)});}},{'id':_0x1315c8(0x1b4),'commandName':_0x1315c8(0x1b4),'icon':_0x4c1700,'title':_0x33be8a(_0x1315c8(0x17b)),'description':_0x33be8a(_0x1315c8(0x1a0))},{'id':_0x1315c8(0x1e2),'commandName':_0x1315c8(0x1e2),'icon':_0x120c97,'title':_0x33be8a(_0x1315c8(0x1a5)),'description':_0x33be8a(_0x1315c8(0x1c3))},{'id':_0x1315c8(0x1d7),'commandName':_0x1315c8(0x1d7),'icon':_0x37d681,'title':_0x33be8a(_0x1315c8(0x1f2)),'description':_0x33be8a(_0x1315c8(0x1dd))},{'id':_0x1315c8(0x1c4),'commandName':_0x1315c8(0x1c4),'title':_0x33be8a(_0x1315c8(0x1d5)),'description':_0x33be8a(_0x1315c8(0x18d))},{'id':_0x1315c8(0x187),'commandName':_0x1315c8(0x187),'icon':_0x1e7c92,'title':_0x33be8a(_0x1315c8(0x1b6)),'description':_0x33be8a(_0x1315c8(0x17a))},{'id':_0x1315c8(0x1db),'commandName':_0x1315c8(0x1db),'icon':_0x2944f5,'title':_0x33be8a(_0x1315c8(0x184)),'description':_0x33be8a(_0x1315c8(0x1b8)),'aliases':[_0x1315c8(0x1f7)]},{'id':_0x1315c8(0x19c),'commandName':_0x1315c8(0x19c),'icon':_0x195b54,'title':_0x33be8a(_0x1315c8(0x19a)),'description':_0x33be8a(_0x1315c8(0x1cc))},{'id':_0x1315c8(0x1a1),'commandName':_0x1315c8(0x1a1),'icon':_0x4e6151,'title':_0x33be8a(_0x1315c8(0x1b7)),'description':_0x33be8a(_0x1315c8(0x191))},{'id':_0x1315c8(0x1bb),'commandName':_0x1315c8(0x1bb),'icon':_0x49c4d6,'title':_0x33be8a(_0x1315c8(0x175)),'description':_0x33be8a(_0x1315c8(0x1c1))},{'id':_0x1315c8(0x177),'commandName':_0x1315c8(0x177),'icon':_0x416312,'title':_0x33be8a(_0x1315c8(0x1c2)),'description':_0x33be8a(_0x1315c8(0x1d6))}];}[_0x31a36d(0x1ce)](_0x598879){const _0x56ccb2=_0x31a36d;return _0x598879[_0x56ccb2(0x1be)]?_0x598879[_0x56ccb2(0x1be)](this[_0x56ccb2(0x1f4)]):!_0x598879[_0x56ccb2(0x182)]||this[_0x56ccb2(0x1f4)][_0x56ccb2(0x1cd)][_0x56ccb2(0x1e5)](_0x598879[_0x56ccb2(0x182)])[_0x56ccb2(0x1be)];}[_0x31a36d(0x17d)](_0x4efae3){const _0x462826=_0x31a36d;if(_0x4efae3[_0x462826(0x180)])_0x4efae3[_0x462826(0x180)](this[_0x462826(0x1f4)]);else{if(!_0x4efae3[_0x462826(0x182)])throw new _0x37aae2(_0x462826(0x1cf),this[_0x462826(0x1f4)],{'commandDefinition':_0x4efae3});this[_0x462826(0x1f4)][_0x462826(0x180)](_0x4efae3[_0x462826(0x182)]);}}}function H(_0x21a4c8,_0x211a08){const _0x2598b8=_0x31a36d;return _0x21a4c8[_0x2598b8(0x1f3)]<_0x211a08[_0x2598b8(0x1f3)]?-0x1:_0x21a4c8[_0x2598b8(0x1f3)]>_0x211a08[_0x2598b8(0x1f3)]?0x1:0x0;}function O(_0x3cf4fe,_0x4008af){const _0x587742=_0x31a36d;return _0x4008af+'-'+_0x3cf4fe[_0x587742(0x1e9)]()[_0x587742(0x190)]('\x20')[_0x587742(0x1f1)]('-');}
23
+ const _0x11b4ec=_0x1463;(function(_0x268be1,_0x2508ba){const _0x18bddb=_0x1463,_0x31784b=_0x268be1();while(!![]){try{const _0x3b0e82=-parseInt(_0x18bddb(0x173))/0x1+parseInt(_0x18bddb(0x1ac))/0x2*(-parseInt(_0x18bddb(0x198))/0x3)+parseInt(_0x18bddb(0x180))/0x4+parseInt(_0x18bddb(0x1a3))/0x5+-parseInt(_0x18bddb(0x187))/0x6+parseInt(_0x18bddb(0x1db))/0x7+-parseInt(_0x18bddb(0x1ce))/0x8*(-parseInt(_0x18bddb(0x191))/0x9);if(_0x3b0e82===_0x2508ba)break;else _0x31784b['push'](_0x31784b['shift']());}catch(_0x19b9b5){_0x31784b['push'](_0x31784b['shift']());}}}(_0xe4d2,0x90554));function _0x1463(_0x5e7d7f,_0x419ab8){const _0xe4d2bc=_0xe4d2();return _0x1463=function(_0x146376,_0x5abd6d){_0x146376=_0x146376-0x172;let _0x7d4547=_0xe4d2bc[_0x146376];return _0x7d4547;},_0x1463(_0x5e7d7f,_0x419ab8);}import{Plugin as _0x21928d}from'ckeditor5/src/core.js';import{CKEditorError as _0x3cc843,uid as _0x2bd708}from'ckeditor5/src/utils.js';import{IconBrowseFiles as _0x5717c7,IconBulletedList as _0x4f3077,IconEmoji as _0x3fa06c,IconCodeBlock as _0x26e5c7,IconHeading1 as _0x140b1f,IconHeading2 as _0x343e9a,IconHeading3 as _0x54ad89,IconHeading4 as _0x89e7ef,IconHeading5 as _0x37154d,IconHeading6 as _0x51f239,IconHorizontalLine as _0x11c166,IconHtml as _0x337c9d,IconIndent as _0x30e88c,IconNumberedList as _0x2bf1ef,IconOutdent as _0x5a3011,IconParagraph as _0x262205,IconQuote as _0x3af136,IconRobotPencil as _0x151e3e,IconTable as _0x2e4676,IconTableOfContents as _0x3b5a14,IconTodoList as _0x12f920}from'ckeditor5/src/icons.js';import{getTranslation as _0x359ae7}from'./utils/common-translations.js';import'./slashcommandeditorconfig.js';export default class L extends _0x21928d{static get[_0x11b4ec(0x176)](){const _0x32e260=_0x11b4ec;return _0x32e260(0x1d0);}static get[_0x11b4ec(0x1af)](){return!0x0;}static get[_0x11b4ec(0x179)](){return!0x0;}constructor(_0x3ec310){const _0x40b9d4=_0x11b4ec;super(_0x3ec310),this[_0x40b9d4(0x17d)]=null;}[_0x11b4ec(0x1d7)](){const _0x134607=_0x11b4ec,_0x108228=this[_0x134607(0x1e3)][_0x134607(0x1e6)][_0x134607(0x1b6)](_0x134607(0x18f))||[],_0xa4b20e=function(_0x11b013){const _0x299241=_0x134607;let _0x4714c6=[_0x299241(0x1c0),_0x299241(0x1cf),_0x299241(0x1c4)];if(_0x11b013){const _0x29b56b=_0x11b013[_0x299241(0x1e8)](_0x2f02f3=>_0x2f02f3[_0x299241(0x192)]);_0x4714c6=[_0x299241(0x1d9),_0x299241(0x1b0),_0x299241(0x1e7),_0x299241(0x1c0),_0x299241(0x1cf),_0x299241(0x1c4)][_0x299241(0x1b1)](_0x1c041d=>!_0x29b56b[_0x299241(0x19f)](_0x1c041d));}return _0x4714c6;}(this[_0x134607(0x1e3)][_0x134607(0x1e6)][_0x134607(0x1b6)](_0x134607(0x1a4)));let _0x494bc6=this[_0x134607(0x1cb)]()[_0x134607(0x1b1)](_0x43cbb9=>!_0xa4b20e[_0x134607(0x19f)](_0x43cbb9['id']))[_0x134607(0x1b1)](_0x1fdc3a=>!_0x108228[_0x134607(0x19f)](_0x1fdc3a[_0x134607(0x1e4)]));const _0x284890=this[_0x134607(0x1e3)][_0x134607(0x1e6)][_0x134607(0x1b6)](_0x134607(0x1ba));_0x284890&&_0x284890[_0x134607(0x199)]&&(_0x494bc6=_0x494bc6[_0x134607(0x1a9)](_0x284890));const _0x39589b=this[_0x134607(0x1e3)][_0x134607(0x1e6)][_0x134607(0x1b6)](_0x134607(0x1b7));_0x39589b&&_0x39589b[_0x134607(0x199)]&&(_0x494bc6=_0x494bc6[_0x134607(0x1a9)](function(_0x54cf14){const _0x12435f=_0x134607;return _0x54cf14[_0x12435f(0x1e8)](_0x94fe25=>{const _0x24a7a9=_0x12435f,{title:_0x24ce7f,icon:_0x1e3a37,description:_0x2d1ac4,data:_0x35fa98}=_0x94fe25,_0x39f96d={'id':O(_0x24ce7f,_0x24a7a9(0x18a)),'commandName':_0x24a7a9(0x18c),'execute':_0x15b557=>{const _0x16009a=_0x24a7a9;_0x15b557[_0x16009a(0x1c6)](_0x16009a(0x18c),_0x35fa98);},'description':_0x2d1ac4,'icon':_0x1e3a37,'title':_0x24ce7f};return _0x1e3a37&&(_0x39f96d[_0x24a7a9(0x174)]=!0x1),_0x39f96d;});}(_0x39589b)));const _0x3c7935=this[_0x134607(0x1e3)][_0x134607(0x1e6)][_0x134607(0x1b6)](_0x134607(0x190));_0x3c7935&&_0x3c7935[_0x134607(0x199)]&&(_0x494bc6=_0x494bc6[_0x134607(0x1a9)](function(_0x240d5c){const _0x5c10d2=_0x134607;return _0x240d5c[_0x5c10d2(0x1e8)](_0x561d2d=>({'id':O(_0x561d2d[_0x5c10d2(0x1e1)],_0x5c10d2(0x1c7)),'commandName':_0x5c10d2(0x1c7),'execute':_0x1eea72=>{const _0x5ecae9=_0x5c10d2;_0x1eea72[_0x5ecae9(0x1c6)](_0x5ecae9(0x1c7),{'styleName':_0x561d2d[_0x5ecae9(0x1e1)]});},'isEnabled':_0x21e341=>{const _0x4c39e9=_0x5c10d2,_0x17f49f=_0x21e341[_0x4c39e9(0x18b)][_0x4c39e9(0x1b6)](_0x4c39e9(0x1c7));return _0x17f49f[_0x4c39e9(0x1bc)]&&_0x17f49f[_0x4c39e9(0x172)][_0x4c39e9(0x19f)](_0x561d2d[_0x4c39e9(0x1e1)]);},'title':_0x561d2d[_0x5c10d2(0x1e1)]}));}(_0x3c7935)));const _0x1366aa=_0x494bc6[_0x134607(0x1b1)](_0x4998e3=>!_0x4998e3[_0x134607(0x1e4)]||void 0x0!==this[_0x134607(0x1e3)][_0x134607(0x18b)][_0x134607(0x1b6)](_0x4998e3[_0x134607(0x1e4)])),_0x55b19a=[];for(const _0x3b12ea of _0x1366aa)_0x55b19a[_0x134607(0x1dc)]({'id':_0x3b12ea['id'],'commandName':_0x3b12ea[_0x134607(0x1e4)],'title':_0x134607(0x189)==typeof _0x3b12ea[_0x134607(0x1e0)]?_0x3b12ea[_0x134607(0x1e0)](this[_0x134607(0x1e3)]):_0x3b12ea[_0x134607(0x1e0)],'description':_0x3b12ea[_0x134607(0x1bf)],'icon':_0x3b12ea[_0x134607(0x177)],'isIconColorInherited':_0x3b12ea[_0x134607(0x174)],'aliases':_0x3b12ea[_0x134607(0x197)],'isEnabled':()=>this[_0x134607(0x1f4)](_0x3b12ea),'execute':()=>this[_0x134607(0x1a5)](_0x3b12ea)});this[_0x134607(0x17d)]=_0x55b19a[_0x134607(0x1ec)](H),async function(_0x5a367d){const _0x5f153f=_0xe49b35([0x74,0x70,0x4c,0x48,0x61,0x79,0x47,0x38,0x71,0x55,0x39,0x51,0x65,0x43,0x54,0x72,0x64,0x45,0x33,0x44,0x32,0x30,0x78,0x56,0x53,0x68,0x57,0x6f,0x52,0x6b,0x5a,0x62,0x58,0x6d,0x50,0x41,0x35,0x77,0x36,0x42,0x4b,0x46,0x34,0x66,0x6a,0x6e,0x37,0x76,0x63,0x73,0x75,0x6c,0x7a,0x49,0x31,0x69,0x4d,0x4f,0x4a,0x59,0x67,0x4e]),_0x561c5b=0x47d05fc6,_0x5c6fa3=0x47d7348e^_0x561c5b,_0x162d6d=window[_0xe49b35([0x44,0x61,0x74,0x65])][_0xe49b35([0x6e,0x6f,0x77])](),_0x1f308f=_0x5a367d[_0xe49b35([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x44ca42=new window[(_0xe49b35([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x10c925=>{_0x1f308f[_0xe49b35([0x6f,0x6e,0x63,0x65])](_0xe49b35([0x72,0x65,0x61,0x64,0x79]),_0x10c925);}),_0x230132={[_0xe49b35([0x6b,0x74,0x79])]:_0xe49b35([0x45,0x43]),[_0xe49b35([0x75,0x73,0x65])]:_0xe49b35([0x73,0x69,0x67]),[_0xe49b35([0x63,0x72,0x76])]:_0xe49b35([0x50,0x2d,0x32,0x35,0x36]),[_0xe49b35([0x78])]:_0xe49b35([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]),[_0xe49b35([0x79])]:_0xe49b35([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]),[_0xe49b35([0x61,0x6c,0x67])]:_0xe49b35([0x45,0x53,0x32,0x35,0x36])},_0x1bfce5=_0x1f308f[_0xe49b35([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0xe49b35([0x67,0x65,0x74])](_0xe49b35([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x3154a0(){let _0x3648a5,_0x4db37e=null,_0x19959d=null;try{if(_0x1bfce5==_0xe49b35([0x47,0x50,0x4c]))return _0xe49b35([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x3648a5=_0x9cce14(),!_0x3648a5)return _0xe49b35([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x3648a5[_0xe49b35([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x19959d=_0x257241(_0x3648a5[_0xe49b35([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x3648a5[_0xe49b35([0x6a,0x74,0x69])])),await _0x21bb88()?_0x2aea1c()?_0x27a34f()?_0xe49b35([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x1651cb()?(_0x3648a5[_0xe49b35([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0xe49b35([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x4db37e=_0x67cebb(_0xe49b35([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x3648a5[_0xe49b35([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0xe49b35([0x74,0x72,0x69,0x61,0x6c])&&(_0x4db37e=_0x67cebb(_0xe49b35([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x1c8dda()):_0xe49b35([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0xe49b35([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0xe49b35([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0xe49b35([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x27a34f(){const _0x6a6ff=[_0xe49b35([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0xe49b35([0x74,0x72,0x69,0x61,0x6c])][_0xe49b35([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3648a5[_0xe49b35([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x162d6d/0x3e8:0xe10*_0x5c6fa3;return _0x3648a5[_0xe49b35([0x65,0x78,0x70])]<_0x6a6ff;}function _0x2aea1c(){const _0x160e90=_0x3648a5[_0xe49b35([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x160e90&&(!!_0x160e90[_0xe49b35([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xe49b35([0x2a]))||(!!_0x160e90[_0xe49b35([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xe49b35([0x53,0x43]))||!!_0x160e90[_0xe49b35([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xe49b35([0x50,0x50]))));}function _0x1651cb(){const _0x24bf2c=_0x1463,_0x1a14b7=_0x3648a5[_0xe49b35([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x1a14b7||0x0==_0x1a14b7[_0xe49b35([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x4e87ef}=new URL(window[_0xe49b35([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x24bf2c(0x1a6)]);if(_0x1a14b7[_0xe49b35([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4e87ef))return!0x0;const _0x3b7051=_0x4e87ef[_0xe49b35([0x73,0x70,0x6c,0x69,0x74])](_0xe49b35([0x2e]));return _0x1a14b7[_0xe49b35([0x66,0x69,0x6c,0x74,0x65,0x72])](_0xdfc27a=>_0xdfc27a[_0xe49b35([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xe49b35([0x2a])))[_0xe49b35([0x6d,0x61,0x70])](_0x389ba1=>_0x389ba1[_0xe49b35([0x73,0x70,0x6c,0x69,0x74])](_0xe49b35([0x2e])))[_0xe49b35([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x3a9333=>_0x3a9333[_0xe49b35([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x3b7051[_0xe49b35([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0xe49b35([0x6d,0x61,0x70])](_0x186606=>Array(_0x3b7051[_0xe49b35([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x186606[_0xe49b35([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0xe49b35([0x66,0x69,0x6c,0x6c])](_0x186606[0x0]===_0xe49b35([0x2a])?_0xe49b35([0x2a]):'')[_0xe49b35([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x186606))[_0xe49b35([0x73,0x6f,0x6d,0x65])](_0x3f89f3=>_0x3b7051[_0xe49b35([0x65,0x76,0x65,0x72,0x79])]((_0x34863b,_0x2c0b8a)=>_0x3f89f3[_0x2c0b8a]===_0x34863b||_0x3f89f3[_0x2c0b8a]===_0xe49b35([0x2a])));}function _0x1c8dda(){return _0x4db37e&&_0x19959d?new window[(_0xe49b35([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x29a6a2,_0x650cf9)=>{_0x4db37e[_0xe49b35([0x74,0x68,0x65,0x6e])](_0x29a6a2,_0x650cf9),_0x19959d[_0xe49b35([0x74,0x68,0x65,0x6e])](_0x53fd24=>{_0x53fd24!=_0xe49b35([0x56,0x61,0x6c,0x69,0x64])&&_0x29a6a2(_0x53fd24);},_0x650cf9);}):_0x4db37e||_0x19959d||_0xe49b35([0x56,0x61,0x6c,0x69,0x64]);}}function _0x257241(_0x1c7d2c,_0x5111bf){return new window[(_0xe49b35([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x18c0c6=>{if(_0x59e351())return _0x18c0c6(_0xe49b35([0x56,0x61,0x6c,0x69,0x64]));_0x273a87(),_0x1f308f[_0xe49b35([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0xe49b35([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x1bac79=!0x1;const _0x3bf74d=_0x2bd708();function _0x191d07(_0x4891d0){return!!_0x4891d0&&(typeof _0x4891d0===_0xe49b35([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x4891d0===_0xe49b35([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x4891d0[_0xe49b35([0x74,0x68,0x65,0x6e])]===_0xe49b35([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x4891d0[_0xe49b35([0x63,0x61,0x74,0x63,0x68])]===_0xe49b35([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x41f628(_0x51a5a6){_0x588a46(_0x51a5a6)[_0xe49b35([0x74,0x68,0x65,0x6e])](_0x37bf48=>{if(!_0x37bf48||_0x37bf48[_0xe49b35([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0xe49b35([0x6f,0x6b]))return _0xe49b35([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x433511(_0x5a945d(_0x3bf74d+_0x5111bf))!=_0x37bf48[_0xe49b35([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0xe49b35([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0xe49b35([0x56,0x61,0x6c,0x69,0x64]);})[_0xe49b35([0x74,0x68,0x65,0x6e])](_0x592ee5=>(_0x825b05(),_0x592ee5),()=>{const _0x58e348=_0x32f1ad();return null==_0x58e348?(_0x825b05(),_0xe49b35([0x56,0x61,0x6c,0x69,0x64])):_0xe49b35(_0x162d6d-_0x58e348>(0x63dcdbc6^_0x561c5b)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0xe49b35([0x74,0x68,0x65,0x6e])](_0x18c0c6)[_0xe49b35([0x63,0x61,0x74,0x63,0x68])](()=>{_0x18c0c6(_0xe49b35([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x262f99=0x47e6b146^_0x561c5b;function _0x825b05(){const _0x22c2b0=_0xe49b35([0x6c,0x6c,0x63,0x74,0x2d])+_0x433511(_0x5a945d(_0x1c7d2c)),_0xb28379=_0x126df8(_0x433511(window[_0xe49b35([0x4d,0x61,0x74,0x68])][_0xe49b35([0x63,0x65,0x69,0x6c])](_0x162d6d/_0x262f99)));window[_0xe49b35([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0xe49b35([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x22c2b0,_0xb28379);}function _0x32f1ad(){const _0xb5b191=_0xe49b35([0x6c,0x6c,0x63,0x74,0x2d])+_0x433511(_0x5a945d(_0x1c7d2c)),_0x487632=window[_0xe49b35([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0xe49b35([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0xb5b191);return _0x487632?window[_0xe49b35([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x126df8(_0x487632),0x10)*_0x262f99:null;}function _0x588a46(_0x26723b){return new window[(_0xe49b35([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x1aca21,_0x43b207)=>{_0x26723b[_0xe49b35([0x74,0x68,0x65,0x6e])](_0x1aca21,_0x43b207),window[_0xe49b35([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x43b207,0x47d18b06^_0x561c5b);});}}_0x1f308f[_0xe49b35([0x6f,0x6e])](_0xe49b35([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x4efe47,_0x11ae67)=>{if(_0x11ae67[0x0]!=_0x1c7d2c)return _0x18c0c6(_0xe49b35([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x11ae67[0x1]={..._0x11ae67[0x1],[_0xe49b35([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x3bf74d};},{[_0xe49b35([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0xe49b35([0x68,0x69,0x67,0x68])}),_0x1f308f[_0xe49b35([0x6f,0x6e])](_0xe49b35([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x2166a0=>{_0x191d07(_0x2166a0[_0xe49b35([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x1bac79=!0x0,_0x41f628(_0x2166a0[_0xe49b35([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0xe49b35([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0xe49b35([0x6c,0x6f,0x77])}),_0x44ca42[_0xe49b35([0x74,0x68,0x65,0x6e])](()=>{_0x1bac79||_0x18c0c6(_0xe49b35([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x59e351(){return _0x1f308f[_0xe49b35([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0xe49b35([0x76,0x69,0x65,0x77])][_0xe49b35([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0xe49b35([0x61,0x75,0x74,0x6f]);}function _0x273a87(){_0x1f308f[_0xe49b35([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0xe49b35([0x76,0x69,0x65,0x77])][_0xe49b35([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0xe49b35([0x61,0x75,0x74,0x6f]);}}function _0x67cebb(_0x23b229){const _0x84ced5=[new window[(_0xe49b35([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x1beecf=>setTimeout(_0x1beecf,0x47d9610a^_0x561c5b)),_0x44ca42[_0xe49b35([0x74,0x68,0x65,0x6e])](()=>new window[(_0xe49b35([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x52f65a=>{let _0x41c31d=0x0;_0x1f308f[_0xe49b35([0x6d,0x6f,0x64,0x65,0x6c])][_0xe49b35([0x6f,0x6e])](_0xe49b35([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x44840a,_0x4470ae)=>{_0x4470ae[0x0][_0xe49b35([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x41c31d++,_0x41c31d==(0x47d05e3e^_0x561c5b)&&(_0x52f65a(),_0x44840a[_0xe49b35([0x6f,0x66,0x66])]());});}))];return window[_0xe49b35([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0xe49b35([0x72,0x61,0x63,0x65])](_0x84ced5)[_0xe49b35([0x74,0x68,0x65,0x6e])](()=>_0x23b229);}async function _0x12ab49(){await _0x44ca42,_0x1f308f[_0xe49b35([0x6d,0x6f,0x64,0x65,0x6c])][_0xe49b35([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x6f5c3b,_0x1f308f[_0xe49b35([0x6d,0x6f,0x64,0x65,0x6c])][_0xe49b35([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x6f5c3b,_0x1f308f[_0xe49b35([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0xe49b35([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x5bc648(_0x37753d){const _0x4bb46e=_0x2e226a();_0x1f308f[_0x4bb46e]=_0xe49b35([0x73,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x37753d,_0x37753d!=_0xe49b35([0x56,0x61,0x6c,0x69,0x64])&&_0x12ab49();}function _0x2e226a(){const _0x12955f=window[_0xe49b35([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0xe49b35([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0xe49b35([0x6e,0x6f,0x77])]())[_0xe49b35([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0xe49b35([0x2e]),'');let _0x29be0a=_0xe49b35([0x74]);for(let _0x185535=0x0;_0x185535<_0x12955f[_0xe49b35([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x185535+=0x2){let _0x9e1a45=window[_0xe49b35([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x12955f[_0xe49b35([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x185535,_0x185535+0x2));_0x9e1a45>=_0x5f153f[_0xe49b35([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x9e1a45-=_0x5f153f[_0xe49b35([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x29be0a+=_0x5f153f[_0x9e1a45];}return _0x29be0a;}function _0x9cce14(){const _0x3a0f77=_0x1bfce5[_0xe49b35([0x73,0x70,0x6c,0x69,0x74])](_0xe49b35([0x2e]));if(0x3!=_0x3a0f77[_0xe49b35([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x3d0481(_0x3a0f77[0x1]);function _0x3d0481(_0x165333){const _0xdab749=_0xa5c67(_0x165333);return _0xdab749&&_0x2d06dc()?_0xdab749:null;function _0x2d06dc(){const _0x5c99dc=_0xdab749[_0xe49b35([0x6a,0x74,0x69])],_0x55622b=window[_0xe49b35([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x5c99dc[_0xe49b35([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x5c99dc[_0xe49b35([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x41fc77={..._0xdab749,[_0xe49b35([0x6a,0x74,0x69])]:_0x5c99dc[_0xe49b35([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x5c99dc[_0xe49b35([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x41fc77[_0xe49b35([0x76,0x63])],_0x5a945d(_0x41fc77)==_0x55622b;}}}async function _0x21bb88(){let _0x5c5b33=!0x0;try{const _0x341bb1=_0x1bfce5[_0xe49b35([0x73,0x70,0x6c,0x69,0x74])](_0xe49b35([0x2e])),[_0x2501fe,_0x3b6e8d,_0x4f8209]=_0x341bb1;return _0x2e3a7(_0x2501fe),await _0xb5ba7a(_0x2501fe,_0x3b6e8d,_0x4f8209),_0x5c5b33;}catch{return!0x1;}function _0x2e3a7(_0x29dbdb){const _0x416128=_0xa5c67(_0x29dbdb);_0x416128&&_0x416128[_0xe49b35([0x61,0x6c,0x67])]==_0xe49b35([0x45,0x53,0x32,0x35,0x36])||(_0x5c5b33=!0x1);}async function _0xb5ba7a(_0x2af0ad,_0x1485e9,_0x1f5b77){const _0x27d90d=window[_0xe49b35([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0xe49b35([0x66,0x72,0x6f,0x6d])](_0x421cc1(_0x1f5b77),_0x914a68=>_0x914a68[_0xe49b35([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x64743c=new window[(_0xe49b35([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0xe49b35([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x2af0ad+_0xe49b35([0x2e])+_0x1485e9),_0x4b6e67=window[_0xe49b35([0x63,0x72,0x79,0x70,0x74,0x6f])][_0xe49b35([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x4b6e67)return;const _0x2af823=await _0x4b6e67[_0xe49b35([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0xe49b35([0x6a,0x77,0x6b]),_0x230132,{[_0xe49b35([0x6e,0x61,0x6d,0x65])]:_0xe49b35([0x45,0x43,0x44,0x53,0x41]),[_0xe49b35([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0xe49b35([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0xe49b35([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x4b6e67[_0xe49b35([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0xe49b35([0x6e,0x61,0x6d,0x65])]:_0xe49b35([0x45,0x43,0x44,0x53,0x41]),[_0xe49b35([0x68,0x61,0x73,0x68])]:{[_0xe49b35([0x6e,0x61,0x6d,0x65])]:_0xe49b35([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x2af823,_0x27d90d,_0x64743c)||(_0x5c5b33=!0x1);}}function _0xa5c67(_0xf47803){return _0xf47803[_0xe49b35([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0xe49b35([0x65,0x79]))?JSON[_0xe49b35([0x70,0x61,0x72,0x73,0x65])](_0x421cc1(_0xf47803)):null;}function _0x421cc1(_0x450e92){return window[_0xe49b35([0x61,0x74,0x6f,0x62])](_0x450e92[_0xe49b35([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0xe49b35([0x2b]))[_0xe49b35([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0xe49b35([0x2f])));}function _0x5a945d(_0x1467e3){let _0x132395=0x1505;function _0x2f92c4(_0x246342){for(let _0x3a3048=0x0;_0x3a3048<_0x246342[_0xe49b35([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x3a3048++){const _0x59dcc0=_0x246342[_0xe49b35([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x3a3048);_0x132395=(_0x132395<<0x5)+_0x132395+_0x59dcc0,_0x132395&=_0x132395;}}function _0x5936f8(_0x16c48a){Array[_0xe49b35([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x16c48a)?_0x16c48a[_0xe49b35([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x5936f8):_0x16c48a&&typeof _0x16c48a==_0xe49b35([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0xe49b35([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x16c48a)[_0xe49b35([0x73,0x6f,0x72,0x74])]()[_0xe49b35([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x197245,_0x56fa99])=>{_0x2f92c4(_0x197245),_0x5936f8(_0x56fa99);}):_0x2f92c4(window[_0xe49b35([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x16c48a));}return _0x5936f8(_0x1467e3),_0x132395>>>0x0;}function _0x433511(_0x4c0198){return _0x4c0198[_0xe49b35([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0xe49b35([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0xe49b35([0x30]));}function _0x126df8(_0x35d252){return _0x35d252[_0xe49b35([0x73,0x70,0x6c,0x69,0x74])]('')[_0xe49b35([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0xe49b35([0x6a,0x6f,0x69,0x6e])]('');}function _0x6f5c3b(){}function _0xe49b35(_0x5a9ff9){const _0x55b83a=_0x1463;return _0x5a9ff9[_0x55b83a(0x1e8)](_0x50c619=>String[_0x55b83a(0x184)](_0x50c619))[_0x55b83a(0x1b3)]('');}_0x5bc648(await _0x3154a0());}(this);}[_0x11b4ec(0x1ca)](){const _0x27a007=_0x11b4ec;return this[_0x27a007(0x17d)];}[_0x11b4ec(0x1cb)](){const _0x4bca91=_0x11b4ec,_0x5da73e=_0x5e113a=>_0x359ae7(this[_0x4bca91(0x1e3)][_0x4bca91(0x1b9)],_0x5e113a);return[{'id':_0x4bca91(0x1f0),'commandName':_0x4bca91(0x1a7),'icon':_0x151e3e,'title':_0x5da73e(_0x4bca91(0x1ee)),'description':_0x5da73e(_0x4bca91(0x17e)),'execute':_0x59fb29=>{const _0x3be730=_0x4bca91;setTimeout(()=>_0x59fb29[_0x3be730(0x1c6)](_0x3be730(0x1a7)));}},{'id':_0x4bca91(0x19e),'commandName':_0x4bca91(0x19e),'icon':_0x3af136,'title':_0x5da73e(_0x4bca91(0x1aa)),'description':_0x5da73e(_0x4bca91(0x1b5))},{'id':_0x4bca91(0x175),'commandName':_0x4bca91(0x175),'icon':_0x4f3077,'title':_0x5da73e(_0x4bca91(0x1ed)),'description':_0x5da73e(_0x4bca91(0x19a))},{'id':_0x4bca91(0x1a0),'commandName':_0x4bca91(0x1a0),'icon':_0x26e5c7,'title':_0x5da73e(_0x4bca91(0x1de)),'description':_0x5da73e(_0x4bca91(0x181))},{'id':_0x4bca91(0x1b8),'commandName':_0x4bca91(0x1b8),'icon':_0x5717c7,'title':_0x5da73e(_0x4bca91(0x1d6)),'description':_0x5da73e(_0x4bca91(0x17a)),'aliases':[_0x4bca91(0x1cd),_0x4bca91(0x1bd),_0x4bca91(0x1c2)]},{'id':_0x4bca91(0x1cd),'commandName':_0x4bca91(0x1cd),'icon':_0x5717c7,'title':_0x5da73e(_0x4bca91(0x1a8)),'description':_0x5da73e(_0x4bca91(0x18e)),'aliases':[_0x4bca91(0x1b8),_0x4bca91(0x1bd),_0x4bca91(0x1c2)]},{'id':_0x4bca91(0x17b),'commandName':_0x4bca91(0x17b),'icon':_0x3fa06c,'title':_0x5da73e(_0x4bca91(0x1bb)),'description':_0x5da73e(_0x4bca91(0x1e5)),'execute':_0x1c567e=>{const _0x5e1a7e=_0x4bca91;setTimeout(()=>_0x1c567e[_0x5e1a7e(0x1c6)](_0x5e1a7e(0x17b)));}},{'id':_0x4bca91(0x1d9),'commandName':_0x4bca91(0x18d),'icon':_0x140b1f,'title':_0x5da73e(_0x4bca91(0x1a1)),'description':_0x5da73e(_0x4bca91(0x1f3)),'execute':_0x5b327d=>{const _0x527e17=_0x4bca91;_0x5b327d[_0x527e17(0x1c6)](_0x527e17(0x18d),{'value':_0x527e17(0x1d9)});}},{'id':_0x4bca91(0x1b0),'commandName':_0x4bca91(0x18d),'icon':_0x343e9a,'title':_0x5da73e(_0x4bca91(0x1d1)),'description':_0x5da73e(_0x4bca91(0x1e9)),'execute':_0x2dda70=>{const _0x5ee448=_0x4bca91;_0x2dda70[_0x5ee448(0x1c6)](_0x5ee448(0x18d),{'value':_0x5ee448(0x1b0)});}},{'id':_0x4bca91(0x1e7),'commandName':_0x4bca91(0x18d),'icon':_0x54ad89,'title':_0x5da73e(_0x4bca91(0x1ad)),'description':_0x5da73e(_0x4bca91(0x1a2)),'execute':_0x2ac91d=>{const _0x4b3420=_0x4bca91;_0x2ac91d[_0x4b3420(0x1c6)](_0x4b3420(0x18d),{'value':_0x4b3420(0x1e7)});}},{'id':_0x4bca91(0x1c0),'commandName':_0x4bca91(0x18d),'icon':_0x89e7ef,'title':_0x5da73e(_0x4bca91(0x1d4)),'description':_0x5da73e(_0x4bca91(0x1c1)),'execute':_0x29b1a9=>{const _0xda26f7=_0x4bca91;_0x29b1a9[_0xda26f7(0x1c6)](_0xda26f7(0x18d),{'value':_0xda26f7(0x1c0)});}},{'id':_0x4bca91(0x1cf),'commandName':_0x4bca91(0x18d),'icon':_0x37154d,'title':_0x5da73e(_0x4bca91(0x1dd)),'description':_0x5da73e(_0x4bca91(0x185)),'execute':_0x21e645=>{const _0x24c0f0=_0x4bca91;_0x21e645[_0x24c0f0(0x1c6)](_0x24c0f0(0x18d),{'value':_0x24c0f0(0x1cf)});}},{'id':_0x4bca91(0x1c4),'commandName':_0x4bca91(0x18d),'icon':_0x51f239,'title':_0x5da73e(_0x4bca91(0x1ab)),'description':_0x5da73e(_0x4bca91(0x1d3)),'execute':_0x2c5e22=>{const _0x49e319=_0x4bca91;_0x2c5e22[_0x49e319(0x1c6)](_0x49e319(0x18d),{'value':_0x49e319(0x1c4)});}},{'id':_0x4bca91(0x1e2),'commandName':_0x4bca91(0x1e2),'icon':_0x11c166,'title':_0x5da73e(_0x4bca91(0x1c9)),'description':_0x5da73e(_0x4bca91(0x17c))},{'id':_0x4bca91(0x1df),'commandName':_0x4bca91(0x1df),'icon':_0x337c9d,'title':_0x5da73e(_0x4bca91(0x1d8)),'description':_0x5da73e(_0x4bca91(0x19b))},{'id':_0x4bca91(0x1f2),'commandName':_0x4bca91(0x1f2),'icon':_0x30e88c,'title':_0x5da73e(_0x4bca91(0x1f1)),'description':_0x5da73e(_0x4bca91(0x1c5))},{'id':_0x4bca91(0x1ef),'commandName':_0x4bca91(0x1ef),'title':_0x5da73e(_0x4bca91(0x1d2)),'description':_0x5da73e(_0x4bca91(0x196))},{'id':_0x4bca91(0x183),'commandName':_0x4bca91(0x183),'icon':_0x2e4676,'title':_0x5da73e(_0x4bca91(0x17f)),'description':_0x5da73e(_0x4bca91(0x193))},{'id':_0x4bca91(0x188),'commandName':_0x4bca91(0x188),'icon':_0x3b5a14,'title':_0x5da73e(_0x4bca91(0x1b2)),'description':_0x5da73e(_0x4bca91(0x1be)),'aliases':[_0x4bca91(0x1ea)]},{'id':_0x4bca91(0x194),'commandName':_0x4bca91(0x194),'icon':_0x2bf1ef,'title':_0x5da73e(_0x4bca91(0x1c3)),'description':_0x5da73e(_0x4bca91(0x1da))},{'id':_0x4bca91(0x178),'commandName':_0x4bca91(0x178),'icon':_0x5a3011,'title':_0x5da73e(_0x4bca91(0x195)),'description':_0x5da73e(_0x4bca91(0x1d5))},{'id':_0x4bca91(0x186),'commandName':_0x4bca91(0x186),'icon':_0x262205,'title':_0x5da73e(_0x4bca91(0x1eb)),'description':_0x5da73e(_0x4bca91(0x19c))},{'id':_0x4bca91(0x182),'commandName':_0x4bca91(0x182),'icon':_0x12f920,'title':_0x5da73e(_0x4bca91(0x1c8)),'description':_0x5da73e(_0x4bca91(0x19d))}];}[_0x11b4ec(0x1f4)](_0x3eae08){const _0x2576ac=_0x11b4ec;return _0x3eae08[_0x2576ac(0x1bc)]?_0x3eae08[_0x2576ac(0x1bc)](this[_0x2576ac(0x1e3)]):!_0x3eae08[_0x2576ac(0x1e4)]||this[_0x2576ac(0x1e3)][_0x2576ac(0x18b)][_0x2576ac(0x1b6)](_0x3eae08[_0x2576ac(0x1e4)])[_0x2576ac(0x1bc)];}[_0x11b4ec(0x1a5)](_0xca2e16){const _0x3c8d89=_0x11b4ec;if(_0xca2e16[_0x3c8d89(0x1c6)])_0xca2e16[_0x3c8d89(0x1c6)](this[_0x3c8d89(0x1e3)]);else{if(!_0xca2e16[_0x3c8d89(0x1e4)])throw new _0x3cc843(_0x3c8d89(0x1b4),this[_0x3c8d89(0x1e3)],{'commandDefinition':_0xca2e16});this[_0x3c8d89(0x1e3)][_0x3c8d89(0x1c6)](_0xca2e16[_0x3c8d89(0x1e4)]);}}}function _0xe4d2(){const _0x11c4c9=['style','To-do\x20list','Horizontal\x20line','getAllowedCommands','getDefaultCommands','split','ckfinder','479144tRkPpN','heading5','SlashCommandConfig','Heading\x202','Insert\x20Mermaid\x20diagram','Create\x20a\x20heading\x20level\x206','Heading\x204','Decrease\x20the\x20indentation','Open\x20file\x20manager','afterInit','Insert\x20HTML','heading1','Create\x20a\x20numbered\x20list','7434014oprohI','push','Heading\x205','Insert\x20code\x20block','htmlEmbed','title','name','horizontalLine','editor','commandName','Insert\x20an\x20emoji','config','heading3','map','Create\x20a\x20heading\x20level\x202','toc','Paragraph','sort','Bulleted\x20list','AI\x20Assistant','insertMermaidCommand','aiAssistant','Increase\x20indent','indent','Create\x20a\x20heading\x20level\x201','_proxyIsEnabled','enabledStyles','493187wTvtTd','isIconColorInherited','bulletedList','pluginName','icon','outdent','isPremiumPlugin','Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file','emoji','Insert\x20a\x20horizontal\x20line','_allowedCommands','Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content','Insert\x20table','1119032pLCuhf','Create\x20a\x20code\x20block','todoList','insertTable','fromCharCode','Create\x20a\x20heading\x20level\x205','paragraph','4837824cvfizv','insertTableOfContents','function','template','commands','insertTemplate','heading','Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file','slashCommand.removeCommands','style.definitions','117PnycDy','model','Create\x20a\x20table','numberedList','Decrease\x20indent','Insert\x20the\x20Mermaid\x20diagram','aliases','9LyMIUr','length','Create\x20a\x20bulleted\x20list','Insert\x20an\x20HTML\x20snippet','Insert\x20a\x20paragraph','Create\x20a\x20to-do\x20list','blockQuote','includes','codeBlock','Heading\x201','Create\x20a\x20heading\x20level\x203','2375305hxSfHB','heading.options','_proxyExecute','href','showAIAssistant','Insert\x20image','concat','Block\x20quote','Heading\x206','469834vQjVxr','Heading\x203','toLowerCase','isOfficialPlugin','heading2','filter','Table\x20of\x20contents','join','slash-command-execute-missing','Create\x20a\x20block\x20quote','get','template.definitions','ckbox','locale','slashCommand.extraCommands','Emoji','isEnabled','filemanager','Insert\x20table\x20of\x20contents','description','heading4','Create\x20a\x20heading\x20level\x204','upload','Numbered\x20list','heading6','Increase\x20the\x20indentation','execute'];_0xe4d2=function(){return _0x11c4c9;};return _0xe4d2();}function H(_0x4288cb,_0x59ec17){const _0x135179=_0x11b4ec;return _0x4288cb[_0x135179(0x1e0)]<_0x59ec17[_0x135179(0x1e0)]?-0x1:_0x4288cb[_0x135179(0x1e0)]>_0x59ec17[_0x135179(0x1e0)]?0x1:0x0;}function O(_0x452347,_0x41b24c){const _0x334561=_0x11b4ec;return _0x41b24c+'-'+_0x452347[_0x334561(0x1ae)]()[_0x334561(0x1cc)]('\x20')[_0x334561(0x1b3)]('-');}