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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2,4 +2,4 @@
2
2
  /*!
3
3
  * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
4
4
  * For licensing, see LICENSE.md.
5
- */(()=>{var e={168:e=>{"use strict";e.exports=function(e){return e[1]}},237:e=>{"use strict";e.exports=CKEditor5.dll},262:e=>{"use strict";var t={};e.exports=function(e,n){var a=function(e){if(void 0===t[e]){var n=document.querySelector(e);if(window.HTMLIFrameElement&&n instanceof window.HTMLIFrameElement)try{n=n.contentDocument.head}catch(e){n=null}t[e]=n}return t[e]}(e);if(!a)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");a.appendChild(n)}},311:(e,t,n)=>{e.exports=n(237)("./src/ui.js")},355:(e,t,n)=>{e.exports=n(237)("./src/icons.js")},357:e=>{"use strict";e.exports=function(e){var t=document.createElement("style");return e.setAttributes(t,e.attributes),e.insert(t,e.options),t}},433:e=>{"use strict";e.exports=function(e){var t=[];return t.toString=function(){return this.map((function(t){var n="",a=void 0!==t[5];return t[4]&&(n+="@supports (".concat(t[4],") {")),t[2]&&(n+="@media ".concat(t[2]," {")),a&&(n+="@layer".concat(t[5].length>0?" ".concat(t[5]):""," {")),n+=e(t),a&&(n+="}"),t[2]&&(n+="}"),t[4]&&(n+="}"),n})).join("")},t.i=function(e,n,a,r,i){"string"==typeof e&&(e=[[null,e,void 0]]);var o={};if(a)for(var s=0;s<this.length;s++){var c=this[s][0];null!=c&&(o[c]=!0)}for(var l=0;l<e.length;l++){var d=[].concat(e[l]);a&&o[d[0]]||(void 0!==i&&(void 0===d[5]||(d[1]="@layer".concat(d[5].length>0?" ".concat(d[5]):""," {").concat(d[1],"}")),d[5]=i),n&&(d[2]?(d[1]="@media ".concat(d[2]," {").concat(d[1],"}"),d[2]=n):d[2]=n),r&&(d[4]?(d[1]="@supports (".concat(d[4],") {").concat(d[1],"}"),d[4]=r):d[4]="".concat(r)),t.push(d))}},t}},545:e=>{"use strict";var t,n=(t=[],function(e,n){return t[e]=n,t.filter(Boolean).join("\n")});function a(e,t,a,r){var i;if(a)i="";else{i="",r.supports&&(i+="@supports (".concat(r.supports,") {")),r.media&&(i+="@media ".concat(r.media," {"));var o=void 0!==r.layer;o&&(i+="@layer".concat(r.layer.length>0?" ".concat(r.layer):""," {")),i+=r.css,o&&(i+="}"),r.media&&(i+="}"),r.supports&&(i+="}")}if(e.styleSheet)e.styleSheet.cssText=n(t,i);else{var s=document.createTextNode(i),c=e.childNodes;c[t]&&e.removeChild(c[t]),c.length?e.insertBefore(s,c[t]):e.appendChild(s)}}var r={singleton:null,singletonCounter:0};e.exports=function(e){if("undefined"==typeof document)return{update:function(){},remove:function(){}};var t=r.singletonCounter++,n=r.singleton||(r.singleton=e.insertStyleElement(e));return{update:function(e){a(n,t,!1,e)},remove:function(e){a(n,t,!0,e)}}}},584:(e,t,n)=>{e.exports=n(237)("./src/utils.js")},655:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(168),r=n.n(a),i=n(433),o=n.n(i)()(r());o.push([e.id,":root{--ck-slash-command-button-width:250px;--ck-slash-command-description-width:200px}.ck-mentions .ck.ck-button.ck-slash-command-button{display:flex;justify-content:flex-start;padding:calc(var(--ck-line-height-base)*.2*var(--ck-font-size-base));width:var(--ck-slash-command-button-width)}.ck-mentions .ck.ck-button.ck-slash-command-button .ck.ck-icon{background-color:var(--ck-color-base-background);border-radius:2px;box-sizing:initial;color:var(--ck-color-base-text);flex-shrink:0;margin-left:0;padding:5px}[dir=ltr] .ck-mentions .ck.ck-button.ck-slash-command-button .ck.ck-icon{margin:0 var(--ck-spacing-small) 0 0}[dir=rtl] .ck-mentions .ck.ck-button.ck-slash-command-button .ck.ck-icon{margin:0 0 0 var(--ck-spacing-small)}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part{display:flex;flex-direction:column}[dir=ltr] .ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part{margin-left:var(--ck-spacing-small)}[dir=rtl] .ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part{margin-right:var(--ck-spacing-small)}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>span{line-height:1.2em}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-button__label,.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-slash-command-button__description{overflow:hidden;text-overflow:ellipsis;width:var(--ck-slash-command-description-width)}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-button__label{font-weight:700}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-slash-command-button__description{font-size:var(--ck-font-size-small);opacity:.75}.ck-mentions .ck.ck-button.ck-slash-command-button.ck-on>.ck-slash-command-button__text-part>span{color:var(--ck-color-list-button-on-text)}",""]);const s=o},667:e=>{"use strict";e.exports=function(e,t){Object.keys(t).forEach((function(n){e.setAttribute(n,t[n])}))}},673:e=>{"use strict";var t=[];function n(e){for(var n=-1,a=0;a<t.length;a++)if(t[a].identifier===e){n=a;break}return n}function a(e,a){for(var i={},o=[],s=0;s<e.length;s++){var c=e[s],l=a.base?c[0]+a.base:c[0],d=i[l]||0,u="".concat(l," ").concat(d);i[l]=d+1;var m=n(u),p={css:c[1],media:c[2],sourceMap:c[3],supports:c[4],layer:c[5]};if(-1!==m)t[m].references++,t[m].updater(p);else{var h=r(p,a);a.byIndex=s,t.splice(s,0,{identifier:u,updater:h,references:1})}o.push(u)}return o}function r(e,t){var n=t.domAPI(t);n.update(e);return function(t){if(t){if(t.css===e.css&&t.media===e.media&&t.sourceMap===e.sourceMap&&t.supports===e.supports&&t.layer===e.layer)return;n.update(e=t)}else n.remove()}}e.exports=function(e,r){var i=a(e=e||[],r=r||{});return function(e){e=e||[];for(var o=0;o<i.length;o++){var s=n(i[o]);t[s].references--}for(var c=a(e,r),l=0;l<i.length;l++){var d=n(i[l]);0===t[d].references&&(t[d].updater(),t.splice(d,1))}i=c}}},782:(e,t,n)=>{e.exports=n(237)("./src/core.js")}},t={};function n(a){var r=t[a];if(void 0!==r)return r.exports;var i=t[a]={id:a,exports:{}};return e[a](i,i.exports,n),i.exports}n.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return n.d(t,{a:t}),t},n.d=(e,t)=>{for(var a in t)n.o(t,a)&&!n.o(e,a)&&Object.defineProperty(e,a,{enumerable:!0,get:t[a]})},n.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),n.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var a={};(()=>{"use strict";n.r(a),n.d(a,{SlashCommand:()=>z,SlashCommandConfig:()=>c,SlashCommandEditing:()=>h,SlashCommandUI:()=>P});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-=225]})(e,t)}function s(){const e=["Insert an emoji","Create a code block","6458760gDZcfX","Decrease the indentation","Heading 6","Heading 2","icon","Create a table","href","execute","afterInit","_proxyExecute","Emoji","Create a heading level 4","Create a block quote","265qhDuIx","4VuJrSS","isEnabled","Create a bulleted list","split","Insert table of contents","model","160948VsRGgq","_allowedCommands","11079CtVsjN","isIconColorInherited","outdent","toLowerCase","Open the AI Assistant to generate content","Create a numbered list","Create a heading level 2","Open file manager to insert an image or a file","filter","isOfficialPlugin","Heading 5","Numbered list","8YFAJWx","aliases","heading1","insertTemplate","Paragraph","Create a to-do list","paragraph","Horizontal line","get","Block quote","pluginName","heading","Insert an HTML snippet","_proxyIsEnabled","join","getAllowedCommands","upload","locale","function","style","heading3","Insert image","slash-command-execute-missing","238987rAnuhp","Create a heading level 6","Open file manager","htmlEmbed","Increase the indentation","editor","commands","description","map","codeBlock","enabledStyles","455vufuwm","slashCommand.removeCommands","horizontalLine","getDefaultCommands","insertMermaidCommand","3EzlDoZ","name","Insert a paragraph","insertTable","title","isPremiumPlugin","numberedList","bulletedList","length","Insert code block","Insert a horizontal line","Increase indent","indent","fromCharCode","Decrease indent","Insert the Mermaid diagram","Open file browser to insert an image or a file","slashCommand.extraCommands","Heading 4","aiAssistant","Heading 1","emoji","Heading 3","Insert table","template","concat","showAIAssistant","config","heading5","Create a heading level 5","insertTableOfContents","Bulleted list","AI Assistant","Insert HTML","template.definitions","ckbox","244812NYjHUR","todoList","push","style.definitions","commandName","23181ptexfB","heading2","Insert Mermaid diagram","ckfinder","toc","heading4","blockQuote","860cnPOAZ","sort","heading.options","6954iGCQol","includes","To-do list","SlashCommandConfig","Create a heading level 1","Table of contents","heading6","filemanager","Create a heading level 3"];return(s=function(){return e})()}!function(e){const t=o,n=e();for(;;)try{if(350272===parseInt(t(250))/1*(parseInt(t(332))/2)+-parseInt(t(291))/3*(parseInt(t(326))/4)+parseInt(t(325))/5*(parseInt(t(301))/6)+-parseInt(t(234))/7*(-parseInt(t(346))/8)+parseInt(t(334))/9*(-parseInt(t(298))/10)+-parseInt(t(312))/11+-parseInt(t(286))/12*(-parseInt(t(245))/13))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(s);class c extends e.Plugin{static get[i(356)](){return i(304)}static get[i(343)](){return!0}static get[i(255)](){return!0}constructor(e){const t=i;super(e),this[t(333)]=null}[i(320)](){const e=i,n=this[e(239)][e(277)][e(354)](e(246))||[],a=function(t){const n=e;let a=[n(296),n(278),n(307)];if(t){const e=t[n(242)]((e=>e[n(331)]));a=[n(348),n(292),n(231),n(296),n(278),n(307)][n(342)]((t=>!e[n(302)](t)))}return a}(this[e(239)][e(277)][e(354)](e(300)));let r=this[e(248)]()[e(342)]((t=>!a[e(302)](t.id)))[e(342)]((t=>!n[e(302)](t[e(290)])));const s=this[e(239)][e(277)][e(354)](e(267));s&&s[e(258)]&&(r=r[e(275)](s));const c=this[e(239)][e(277)][e(354)](e(284));c&&c[e(258)]&&(r=r[e(275)](function(t){const n=e;return t[n(242)]((e=>{const t=n,{title:a,icon:r,description:i,data:o}=e,s={id:d(a,t(274)),commandName:t(349),execute:e=>{const n=t;e[n(319)](n(349),o)},description:i,icon:r,title:a};return r&&(s[t(335)]=!1),s}))}(c)));const u=this[e(239)][e(277)][e(354)](e(289));u&&u[e(258)]&&(r=r[e(275)](function(t){const n=e;return t[n(242)]((e=>({id:d(e[n(251)],n(230)),commandName:n(230),execute:t=>{const a=n;t[a(319)](a(230),{styleName:e[a(251)]})},isEnabled:t=>{const a=n,r=t[a(240)][a(354)](a(230));return r[a(327)]&&r[a(244)][a(302)](e[a(251)])},title:e[n(251)]})))}(u)));const m=r[e(342)]((t=>!t[e(290)]||void 0!==this[e(239)][e(240)][e(354)](t[e(290)]))),p=[];for(const t of m)p[e(288)]({id:t.id,commandName:t[e(290)],title:e(229)==typeof t[e(254)]?t[e(254)](this[e(239)]):t[e(254)],description:t[e(241)],icon:t[e(316)],isIconColorInherited:t[e(335)],aliases:t[e(347)],isEnabled:()=>this[e(359)](t),execute:()=>this[e(321)](t)});this[e(333)]=p[e(299)](l),async function(e){const n=g([101,69,52,118,73,120,102,122,78,85,51,55,74,87,71,114,106,99,50,83,110,77,66,98,113,65,89,97,103,68,79,57,72,115,80,121,56,49,67,76,107,105,54,84,116,111,104,90,48,81,88,109,70,117,112,53,86,119,82,108,100,75]),a=window[g([68,97,116,101])][g([110,111,119])](),r=e[g([101,100,105,116,111,114])],i=new(window[g([80,114,111,109,105,115,101])])((e=>{r[g([111,110,99,101])](g([114,101,97,100,121]),e)})),s={[g([107,116,121])]:g([69,67]),[g([117,115,101])]:g([115,105,103]),[g([99,114,118])]:g([80,45,50,53,54]),[g([120])]:g([105,67,106,79,67,118,68,70,73,54,108,81,72,72,84,49,56,106,86,119,82,102,107,102,72,81,50,97,95,77,121,109,84,51,53,76,81,86,111,70,83,65,73]),[g([121])]:g([107,88,73,121,74,52,101,118,116,67,69,70,82,109,120,75,83,85,112,75,57,102,68,87,52,53,57,118,88,79,118,86,114,104,102,54,117,81,65,101,79,105,111]),[g([97,108,103])]:g([69,83,50,53,54])},c=r[g([99,111,110,102,105,103])][g([103,101,116])](g([108,105,99,101,110,115,101,75,101,121]));function l(e){const t=[new(window[g([80,114,111,109,105,115,101])])((e=>setTimeout(e,605900))),i[g([116,104,101,110])]((()=>new(window[g([80,114,111,109,105,115,101])])((e=>{let t=0;r[g([109,111,100,101,108])][g([111,110])](g([97,112,112,108,121,79,112,101,114,97,116,105,111,110]),((n,a)=>{a[0][g([105,115,68,111,99,117,109,101,110,116,79,112,101,114,97,116,105,111,110])]&&t++,504==t&&(e(),n[g([111,102,102])]())}))}))))];return window[g([80,114,111,109,105,115,101])][g([114,97,99,101])](t)[g([116,104,101,110])]((()=>e))}function d(e){return e[g([115,116,97,114,116,115,87,105,116,104])](g([101,121]))?JSON[g([112,97,114,115,101])](u(e)):null}function u(e){return window[g([97,116,111,98])](e[g([114,101,112,108,97,99,101])](/-/g,g([43]))[g([114,101,112,108,97,99,101])](/_/g,g([47])))}function m(e){let t=5381;function n(e){for(let n=0;n<e[g([108,101,110,103,116,104])];n++){const a=e[g([99,104,97,114,67,111,100,101,65,116])](n);t=(t<<5)+t+a,t&=t}}return function e(t){Array[g([105,115,65,114,114,97,121])](t)?t[g([102,111,114,69,97,99,104])](e):t&&typeof t==g([111,98,106,101,99,116])?Object[g([101,110,116,114,105,101,115])](t)[g([115,111,114,116])]()[g([102,111,114,69,97,99,104])]((([t,a])=>{n(t),e(a)})):n(window[g([83,116,114,105,110,103])](t))}(e),t>>>0}function p(e){return e[g([116,111,83,116,114,105,110,103])](16)[g([112,97,100,83,116,97,114,116])](8,g([48]))}function h(e){return e[g([115,112,108,105,116])]("")[g([114,101,118,101,114,115,101])]()[g([106,111,105,110])]("")}function f(){}function g(e){const t=o;return e[t(242)]((e=>String[t(263)](e)))[t(225)]("")}!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([101]);for(let a=0;a<e[g([108,101,110,103,116,104])];a+=2){let r=window[g([112,97,114,115,101,73,110,116])](e[g([115,117,98,115,116,114,105,110,103])](a,a+2));r>=n[g([108,101,110,103,116,104])]&&(r-=n[g([108,101,110,103,116,104])]),t+=n[r]}return t}();r[t]=g([115,108,97,115,104,67,111,109,109,97,110,100,76,105,99,101,110,115,101,75,101,121])+e,e!=g([86,97,108,105,100])&&async function(){await i,r[g([109,111,100,101,108])][g([99,104,97,110,103,101])]=f,r[g([109,111,100,101,108])][g([101,110,113,117,101,117,101,67,104,97,110,103,101])]=f,r[g([101,110,97,98,108,101,82,101,97,100,79,110,108,121,77,111,100,101])](g([109,111,100,101,108]))}()}(await async function(){let e,n=null,f=null;try{return c==g([71,80,76])?g([78,111,116,65,108,108,111,119,101,100]):(e=function(){const e=c[g([115,112,108,105,116])](g([46]));return 3!=e[g([108,101,110,103,116,104])]?null:t(e[1]);function t(e){const t=d(e);return t&&n()?t:null;function n(){const e=t[g([106,116,105])],n=window[g([112,97,114,115,101,73,110,116])](e[g([115,117,98,115,116,114,105,110,103])](e[g([108,101,110,103,116,104])]-8),16),a={...t,[g([106,116,105])]:e[g([115,117,98,115,116,114,105,110,103])](0,e[g([108,101,110,103,116,104])]-8)};return delete a[g([118,99])],m(a)==n}}}(),e?(e[g([117,115,97,103,101,69,110,100,112,111,105,110,116])]&&(f=function(e,n){return new(window[g([80,114,111,109,105,115,101])])((c=>{if(o())return c(g([86,97,108,105,100]));s(),r[g([100,101,99,111,114,97,116,101])](g([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]));let l=!1;const d=(0,t.uid)();function u(e){return!!e&&(typeof e===g([111,98,106,101,99,116])||typeof e===g([102,117,110,99,116,105,111,110]))&&typeof e[g([116,104,101,110])]===g([102,117,110,99,116,105,111,110])&&typeof e[g([99,97,116,99,104])]===g([102,117,110,99,116,105,111,110])}function f(t){s(t)[g([116,104,101,110])]((e=>e&&e[g([115,116,97,116,117,115])]==g([111,107])?p(m(d+n))!=e[g([118,101,114,105,102,105,99,97,116,105,111,110])]?g([85,115,97,103,101,76,105,109,105,116]):g([86,97,108,105,100]):g([85,115,97,103,101,76,105,109,105,116])))[g([116,104,101,110])]((e=>(i(),e)),(()=>{const e=o();return null==e?(i(),g([86,97,108,105,100])):g(a-e>6048e5?[85,115,97,103,101,76,105,109,105,116]:[86,97,108,105,100])}))[g([116,104,101,110])](c)[g([99,97,116,99,104])]((()=>{c(g([85,115,97,103,101,76,105,109,105,116]))}));const r=36e5;function i(){const t=g([108,108,99,116,45])+p(m(e)),n=h(p(window[g([77,97,116,104])][g([99,101,105,108])](a/r)));window[g([108,111,99,97,108,83,116,111,114,97,103,101])][g([115,101,116,73,116,101,109])](t,n)}function o(){const t=g([108,108,99,116,45])+p(m(e)),n=window[g([108,111,99,97,108,83,116,111,114,97,103,101])][g([103,101,116,73,116,101,109])](t);return n?window[g([112,97,114,115,101,73,110,116])](h(n),16)*r:null}function s(e){return new(window[g([80,114,111,109,105,115,101])])(((t,n)=>{e[g([116,104,101,110])](t,n),window[g([115,101,116,84,105,109,101,111,117,116])](n,12e4)}))}}r[g([111,110])](g([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),((t,n)=>{if(n[0]!=e)return c(g([85,115,97,103,101,76,105,109,105,116]));n[1]={...n[1],[g([114,101,113,117,101,115,116,73,100])]:d}}),{[g([112,114,105,111,114,105,116,121])]:g([104,105,103,104])}),r[g([111,110])](g([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),(e=>{u(e[g([114,101,116,117,114,110])])&&(l=!0,f(e[g([114,101,116,117,114,110])]))}),{[g([112,114,105,111,114,105,116,121])]:g([108,111,119])}),i[g([116,104,101,110])]((()=>{l||c(g([85,115,97,103,101,76,105,109,105,116]))}))}));function o(){return r[g([101,100,105,116,105,110,103])][g([118,105,101,119])][g([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]==g([97,117,116,111])}function s(){r[g([101,100,105,116,105,110,103])][g([118,105,101,119])][g([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]=g([97,117,116,111])}}(e[g([117,115,97,103,101,69,110,100,112,111,105,110,116])],e[g([106,116,105])])),await async function(){let e=!0;try{const a=c[g([115,112,108,105,116])](g([46])),[r,i,o]=a;return t(r),await n(r,i,o),e}catch(e){return!1}function t(t){const n=d(t);n&&n[g([97,108,103])]==g([69,83,50,53,54])||(e=!1)}async function n(t,n,a){const r=window[g([85,105,110,116,56,65,114,114,97,121])][g([102,114,111,109])](u(a),(e=>e[g([99,104,97,114,67,111,100,101,65,116])](0))),i=(new(window[g([84,101,120,116,69,110,99,111,100,101,114])]))[g([101,110,99,111,100,101])](t+g([46])+n),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:1743206400;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(318)]);if(n[g([105,110,99,108,117,100,101,115])](a))return!0;const r=a[g([115,112,108,105,116])](g([46]));return n[g([102,105,108,116,101,114])]((e=>e[g([105,110,99,108,117,100,101,115])](g([42]))))[g([109,97,112])]((e=>e[g([115,112,108,105,116])](g([46]))))[g([115,111,109,101])]((e=>r[g([101,118,101,114,121])](((t,n)=>e[n]===t||e[n]===g([42])))))}()?(e[g([108,105,99,101,110,115,101,84,121,112,101])]==g([101,118,97,108,117,97,116,105,111,110])&&(n=l(g([69,118,97,108,117,97,116,105,111,110,76,105,109,105,116]))),e[g([108,105,99,101,110,115,101,84,121,112,101])]==g([116,114,105,97,108])&&(n=l(g([84,114,105,97,108,76,105,109,105,116]))),await(n&&f?new(window[g([80,114,111,109,105,115,101])])(((e,t)=>{n[g([116,104,101,110])](e,t),f[g([116,104,101,110])]((t=>{t!=g([86,97,108,105,100])&&e(t)}),t)})):n||f||g([86,97,108,105,100]))):g([68,111,109,97,105,110,76,105,109,105,116]):g([78,111,116,65,108,108,111,119,101,100]):g([73,110,118,97,108,105,100])):g([73,110,118,97,108,105,100]))}catch(e){return g([73,110,118,97,108,105,100])}}())}(this)}[i(226)](){return this[i(333)]}[i(248)](){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(239)][e(228)],t);return[{id:e(269),commandName:e(276),icon:r.IconRobotPencil,title:t(e(282)),description:t(e(338)),execute:t=>{const n=e;setTimeout((()=>t[n(319)](n(276))))}},{id:e(297),commandName:e(297),icon:r.IconQuote,title:t(e(355)),description:t(e(324))},{id:e(257),commandName:e(257),icon:r.IconBulletedList,title:t(e(281)),description:t(e(328))},{id:e(243),commandName:e(243),icon:r.IconCodeBlock,title:t(e(259)),description:t(e(311))},{id:e(285),commandName:e(285),icon:r.IconBrowseFiles,title:t(e(236)),description:t(e(341)),aliases:[e(294),e(308),e(227)]},{id:e(294),commandName:e(294),icon:r.IconBrowseFiles,title:t(e(232)),description:t(e(266)),aliases:[e(285),e(308),e(227)]},{id:e(271),commandName:e(271),icon:r.IconEmoji,title:t(e(322)),description:t(e(310)),execute:t=>{const n=e;setTimeout((()=>t[n(319)](n(271))))}},{id:e(348),commandName:e(357),icon:r.IconHeading1,title:t(e(270)),description:t(e(305)),execute:t=>{const n=e;t[n(319)](n(357),{value:n(348)})}},{id:e(292),commandName:e(357),icon:r.IconHeading2,title:t(e(315)),description:t(e(340)),execute:t=>{const n=e;t[n(319)](n(357),{value:n(292)})}},{id:e(231),commandName:e(357),icon:r.IconHeading3,title:t(e(272)),description:t(e(309)),execute:t=>{const n=e;t[n(319)](n(357),{value:n(231)})}},{id:e(296),commandName:e(357),icon:r.IconHeading4,title:t(e(268)),description:t(e(323)),execute:t=>{const n=e;t[n(319)](n(357),{value:n(296)})}},{id:e(278),commandName:e(357),icon:r.IconHeading5,title:t(e(344)),description:t(e(279)),execute:t=>{const n=e;t[n(319)](n(357),{value:n(278)})}},{id:e(307),commandName:e(357),icon:r.IconHeading6,title:t(e(314)),description:t(e(235)),execute:t=>{const n=e;t[n(319)](n(357),{value:n(307)})}},{id:e(247),commandName:e(247),icon:r.IconHorizontalLine,title:t(e(353)),description:t(e(260))},{id:e(237),commandName:e(237),icon:r.IconHtml,title:t(e(283)),description:t(e(358))},{id:e(262),commandName:e(262),icon:r.IconIndent,title:t(e(261)),description:t(e(238))},{id:e(249),commandName:e(249),title:t(e(293)),description:t(e(265))},{id:e(253),commandName:e(253),icon:r.IconTable,title:t(e(273)),description:t(e(317))},{id:e(280),commandName:e(280),icon:r.IconTableOfContents,title:t(e(306)),description:t(e(330)),aliases:[e(295)]},{id:e(256),commandName:e(256),icon:r.IconNumberedList,title:t(e(345)),description:t(e(339))},{id:e(336),commandName:e(336),icon:r.IconOutdent,title:t(e(264)),description:t(e(313))},{id:e(352),commandName:e(352),icon:r.IconParagraph,title:t(e(350)),description:t(e(252))},{id:e(287),commandName:e(287),icon:r.IconTodoList,title:t(e(303)),description:t(e(351))}]}[i(359)](e){const t=i;return e[t(327)]?e[t(327)](this[t(239)]):!e[t(290)]||this[t(239)][t(240)][t(354)](e[t(290)])[t(327)]}[i(321)](e){const n=i;if(e[n(319)])e[n(319)](this[n(239)]);else{if(!e[n(290)])throw new t.CKEditorError(n(233),this[n(239)],{commandDefinition:e});this[n(239)][n(319)](e[n(290)])}}}function l(e,t){const n=i;return e[n(254)]<t[n(254)]?-1:e[n(254)]>t[n(254)]?1:0}function d(e,t){const n=i;return t+"-"+e[n(337)]()[n(329)](" ")[n(225)]("-")}const u=p;function m(){const e=["28fSqRYX","includes","title","SlashCommandConfig","isPremiumPlugin","9ZWLjXm","editor","976456XaMaYH","filter","38730ebDBfR","push","toLowerCase","SlashCommandEditing","getMatchingCommands","concat","isOfficialPlugin","pluginName","some","14632248UCJNed","6cAJYMD","4FIXvXm","description","1699650WHHUHo","isEnabled","getAllowedCommands","15CWjzej","4312968mlVQNo","get","plugins","aliases","144908ibcfJk","requires","94246MWBBSf"];return(m=function(){return e})()}function p(e,t){const n=m();return(p=function(e,t){return n[e-=274]})(e,t)}!function(e){const t=p,n=e();for(;;)try{if(313214===-parseInt(t(274))/1*(parseInt(t(295))/2)+parseInt(t(300))/3*(-parseInt(t(305))/4)+parseInt(t(297))/5*(parseInt(t(294))/6)+parseInt(t(275))/7*(-parseInt(t(282))/8)+parseInt(t(280))/9*(parseInt(t(284))/10)+-parseInt(t(301))/11+parseInt(t(293))/12)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(m);class h extends e.Plugin{static get[u(291)](){return u(287)}static get[u(290)](){return!0}static get[u(279)](){return!0}static get[u(306)](){return[c]}[u(288)](e){const t=u,n=e&&e[t(286)]();let a=this[t(281)][t(303)][t(302)](t(278))[t(299)]();if(a=a[t(283)]((e=>e[t(298)]())),n){const e=[],r=[],i=[],o=[];for(const s of a)s.id[t(286)]()[t(276)](n)?e[t(285)](s):s[t(277)][t(286)]()[t(276)](n)?r[t(285)](s):s[t(304)]&&s[t(304)][t(292)]((e=>e[t(286)]()[t(276)](n)))?i[t(285)](s):s[t(296)]&&s[t(296)][t(286)]()[t(276)](n)&&o[t(285)](s);a=e[t(289)](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-=409]})(e,t)}function b(){const e=["title","4XUWEUq","labelView","textPartView","add","iconView","description","isIconColorInherited","5693220IcQMHg","2146mZFFHH","ck-slash-command-button__description","11767YhgAWT","189zRVIZO","12072IXWBjA","2632668YkerOi","render","794GSCIAK","88HnIzIu","set","ck-slash-command-button","setTemplate","_createTextPartView","icon","children","1049262dIOfJB","ck-slash-command-button__text-part","isColorInherited","148170sHalFv","div","span","2358eaxNRx"];return(b=function(){return e})()}!function(e){const t=I,n=e();for(;;)try{if(615236===-parseInt(t(427))/1*(-parseInt(t(420))/2)+parseInt(t(435))/3*(parseInt(t(412))/4)+-parseInt(t(438))/5+-parseInt(t(410))/6*(-parseInt(t(422))/7)+parseInt(t(424))/8*(-parseInt(t(423))/9)+parseInt(t(419))/10+-parseInt(t(428))/11*(parseInt(t(425))/12))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(b);class k extends f.ButtonView{constructor(e,t){const n=I;super(e),this[n(414)]=this[n(432)](e,t),void 0!==t[n(418)]&&(this[n(416)][n(437)]=t[n(418)]),this[n(429)]({icon:t[n(433)]||r.IconPlay,withText:!0,label:t[n(411)],class:n(430)})}[g(426)](){const e=g;super[e(426)](),this[e(434)][e(415)](this[e(414)])}[g(432)](e,t){const n=g,a=new f.View(e);return a[n(431)]({tag:n(439),attributes:{class:["ck",n(436)]},children:t[n(417)]?[this[n(413)],{tag:n(409),attributes:{class:["ck",n(421)]},children:[{text:t[n(417)]}]}]:[this[n(413)]]}),a}}var v=n(673),C=n.n(v),w=n(545),x=n.n(w),y=n(262),N=n.n(y),H=n(667),A=n.n(H),L=n(357),_=n.n(L),O=n(655),T={attributes:{"data-cke":!0}};T.setAttributes=A(),T.insert=N().bind(null,"head"),T.domAPI=x(),T.insertStyleElement=_();C()(O.A,T);O.A&&O.A.locals&&O.A.locals;const S=M;function M(e,t){const n=E();return(M=function(e,t){return n[e-=186]})(e,t)}function E(){const e=["32HJwuZd","5271esRWVo","_customItemRenderer","slashCommandLicenseKeyUsageLimit","SlashCommandEditing","once","slashCommandLicenseKeyDomainLimit","SlashCommandUI","pluginName","_overrideMentionExecuteListener","evaluationLimit","licenseKey","_licenseKeyCheckInterval","push","slashCommandLicenseKeyValid","700407YWrnFS","element","commands","featureNotAllowed","slashCommandLicenseKeyTrialLimit","range","mention","editor","invalid","destroy","slashCommandLicenseKeyEvaluationLimit","isPremiumPlugin","domainLimit","27604IUnEgQ","init","slashCommand.dropdownLimit","mention.feeds","_setupMentionConfiguration","SlashCommand","get","1529313gNaaWm","5647270doiZuV","slashCommandLicenseKeyInvalid","bind","7212yrJSmc","stop","remove","plugins","isOfficialPlugin","execute","ready","_showLicenseError","slashCommandLicenseKeyNotAllowed","marker","set","locale","config","model","1399806yRnGzs","expired","15uAxFcD","1335454SZKBRL","high","usageLimit","render","change","slashCommandLicenseKeyExpired","getMatchingCommands","trialLimit"];return(E=function(){return e})()}!function(e){const t=M,n=e();for(;;)try{if(464721===parseInt(t(249))/1+-parseInt(t(226))/2+-parseInt(t(205))/3+-parseInt(t(198))/4*(parseInt(t(225))/5)+-parseInt(t(209))/6*(-parseInt(t(235))/7)+parseInt(t(234))/8*(parseInt(t(223))/9)+-parseInt(t(206))/10)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(E);class P extends e.Plugin{[S(245)];[S(246)];static get[S(242)](){return S(241)}static get[S(213)](){return!0}static get[S(196)](){return!0}constructor(e){const t=S;super(e),this[t(202)]()}[S(199)](){const e=S;this[e(192)][e(239)](e(215),this[e(243)][e(208)](this)),this[e(245)]=this[e(192)][e(221)][e(204)](e(245));const t=this[e(192)];this[e(246)]=setInterval((()=>{const n=e;let a;for(const e in t){const r=e,i=t[r];if(n(248)==i||n(207)==i||n(231)==i||n(240)==i||n(217)==i||n(195)==i||n(189)==i||n(237)==i){delete t[r],a=i,clearInterval(this[n(246)]),this[n(246)]=void 0;break}}n(207)==a&&t[n(216)](n(193)),n(231)==a&&t[n(216)](n(224)),n(240)==a&&t[n(216)](n(197)),n(217)==a&&t[n(216)](n(188),n(203)),n(195)==a&&t[n(216)](n(244)),n(189)==a&&t[n(216)](n(233)),n(237)==a&&t[n(216)](n(228))}),1e3)}[S(194)](){const e=S;super[e(194)](),this[e(246)]&&clearInterval(this[e(246)])}[S(202)](){const e=S,t=this[e(192)],n=this[e(192)][e(212)][e(204)](e(238)),a=t[e(221)][e(204)](e(201));a[e(247)]({marker:"/",feed:t=>n[e(232)](t),itemRenderer:this[e(236)][e(208)](this),dropdownLimit:t[e(221)][e(204)](e(200))||1/0}),t[e(221)][e(219)](e(201),a)}[S(243)](){const e=S,t=this[e(192)];t[e(187)][e(204)](e(191)).on(e(214),((n,a)=>{const r=e,i=a[0],o=t[r(222)];"/"===i[r(218)]&&o[r(230)]((e=>{const t=r;e[t(211)](i[t(190)]),i[t(191)][t(214)](),n[t(210)]()}))}),{priority:e(227)})}[S(236)](e){const t=S,n=this[t(192)][t(220)],a=new k(n,e);return a[t(229)](),a[t(186)]}}var j=D;function D(e,t){var n=K();return(D=function(e,t){return n[e-=327]})(e,t)}function K(){var e=["isPremiumPlugin","pluginName","304690MIHclv","3892905qNsvGe","56037GUnKDl","417641epDRmj","476115AqItNo","isOfficialPlugin","40qtlknT","Mention","8IbwlPN","requires","2406670KloEai","SlashCommand","826872eCFIbc","48WDWOZK"];return(K=function(){return e})()}!function(e){for(var t=D,n=e();;)try{if(301923===parseInt(t(342))/1+parseInt(t(328))/2*(-parseInt(t(340))/3)+-parseInt(t(334))/4+parseInt(t(332))/5+-parseInt(t(335))/6*(parseInt(t(341))/7)+parseInt(t(330))/8*(parseInt(t(339))/9)+-parseInt(t(338))/10)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(K);class z extends e.Plugin{static get[j(331)](){return[j(329),h,P]}static get[j(337)](){return j(333)}static get[j(327)](){return!0}static get[j(336)](){return!0}}function B(e,t){var n=q();return(B=function(e,t){return n[e-=148]})(e,t)}function q(){var e=["9002791Yfgock","24yTeKCb","5WxRXXV","901364riovSS","8BpkZtu","28864462VfHvWZ","2598626ExjyYa","9qhpGkm","9GKaOOh","5305362mdqenz","910855VTozpS","8577910LQhYzH"];return(q=function(){return e})()}!function(e){for(var t=B,n=e();;)try{if(666238===parseInt(t(159))/1+parseInt(t(155))/2+-parseInt(t(156))/3*(-parseInt(t(152))/4)+-parseInt(t(151))/5*(-parseInt(t(158))/6)+parseInt(t(149))/7*(parseInt(t(153))/8)+-parseInt(t(157))/9*(-parseInt(t(148))/10)+-parseInt(t(154))/11*(parseInt(t(150))/12))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(q)})(),(window.CKEditor5=window.CKEditor5||{}).slashCommand=a})();
5
+ */(()=>{var e={168:e=>{"use strict";e.exports=function(e){return e[1]}},237:e=>{"use strict";e.exports=CKEditor5.dll},262:e=>{"use strict";var t={};e.exports=function(e,n){var a=function(e){if(void 0===t[e]){var n=document.querySelector(e);if(window.HTMLIFrameElement&&n instanceof window.HTMLIFrameElement)try{n=n.contentDocument.head}catch(e){n=null}t[e]=n}return t[e]}(e);if(!a)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");a.appendChild(n)}},311:(e,t,n)=>{e.exports=n(237)("./src/ui.js")},355:(e,t,n)=>{e.exports=n(237)("./src/icons.js")},357:e=>{"use strict";e.exports=function(e){var t=document.createElement("style");return e.setAttributes(t,e.attributes),e.insert(t,e.options),t}},433:e=>{"use strict";e.exports=function(e){var t=[];return t.toString=function(){return this.map((function(t){var n="",a=void 0!==t[5];return t[4]&&(n+="@supports (".concat(t[4],") {")),t[2]&&(n+="@media ".concat(t[2]," {")),a&&(n+="@layer".concat(t[5].length>0?" ".concat(t[5]):""," {")),n+=e(t),a&&(n+="}"),t[2]&&(n+="}"),t[4]&&(n+="}"),n})).join("")},t.i=function(e,n,a,r,i){"string"==typeof e&&(e=[[null,e,void 0]]);var o={};if(a)for(var s=0;s<this.length;s++){var c=this[s][0];null!=c&&(o[c]=!0)}for(var l=0;l<e.length;l++){var d=[].concat(e[l]);a&&o[d[0]]||(void 0!==i&&(void 0===d[5]||(d[1]="@layer".concat(d[5].length>0?" ".concat(d[5]):""," {").concat(d[1],"}")),d[5]=i),n&&(d[2]?(d[1]="@media ".concat(d[2]," {").concat(d[1],"}"),d[2]=n):d[2]=n),r&&(d[4]?(d[1]="@supports (".concat(d[4],") {").concat(d[1],"}"),d[4]=r):d[4]="".concat(r)),t.push(d))}},t}},545:e=>{"use strict";var t,n=(t=[],function(e,n){return t[e]=n,t.filter(Boolean).join("\n")});function a(e,t,a,r){var i;if(a)i="";else{i="",r.supports&&(i+="@supports (".concat(r.supports,") {")),r.media&&(i+="@media ".concat(r.media," {"));var o=void 0!==r.layer;o&&(i+="@layer".concat(r.layer.length>0?" ".concat(r.layer):""," {")),i+=r.css,o&&(i+="}"),r.media&&(i+="}"),r.supports&&(i+="}")}if(e.styleSheet)e.styleSheet.cssText=n(t,i);else{var s=document.createTextNode(i),c=e.childNodes;c[t]&&e.removeChild(c[t]),c.length?e.insertBefore(s,c[t]):e.appendChild(s)}}var r={singleton:null,singletonCounter:0};e.exports=function(e){if("undefined"==typeof document)return{update:function(){},remove:function(){}};var t=r.singletonCounter++,n=r.singleton||(r.singleton=e.insertStyleElement(e));return{update:function(e){a(n,t,!1,e)},remove:function(e){a(n,t,!0,e)}}}},584:(e,t,n)=>{e.exports=n(237)("./src/utils.js")},655:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(168),r=n.n(a),i=n(433),o=n.n(i)()(r());o.push([e.id,":root{--ck-slash-command-button-width:250px;--ck-slash-command-description-width:200px}.ck-mentions .ck.ck-button.ck-slash-command-button{display:flex;justify-content:flex-start;padding:calc(var(--ck-line-height-base)*.2*var(--ck-font-size-base));width:var(--ck-slash-command-button-width)}.ck-mentions .ck.ck-button.ck-slash-command-button .ck.ck-icon{background-color:var(--ck-color-base-background);border-radius:2px;box-sizing:initial;color:var(--ck-color-base-text);flex-shrink:0;margin-left:0;padding:5px}[dir=ltr] .ck-mentions .ck.ck-button.ck-slash-command-button .ck.ck-icon{margin:0 var(--ck-spacing-small) 0 0}[dir=rtl] .ck-mentions .ck.ck-button.ck-slash-command-button .ck.ck-icon{margin:0 0 0 var(--ck-spacing-small)}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part{display:flex;flex-direction:column}[dir=ltr] .ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part{margin-left:var(--ck-spacing-small)}[dir=rtl] .ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part{margin-right:var(--ck-spacing-small)}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>span{line-height:1.2em}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-button__label,.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-slash-command-button__description{overflow:hidden;text-overflow:ellipsis;width:var(--ck-slash-command-description-width)}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-button__label{font-weight:700}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-slash-command-button__description{font-size:var(--ck-font-size-small);opacity:.75}.ck-mentions .ck.ck-button.ck-slash-command-button.ck-on>.ck-slash-command-button__text-part>span{color:var(--ck-color-list-button-on-text)}",""]);const s=o},667:e=>{"use strict";e.exports=function(e,t){Object.keys(t).forEach((function(n){e.setAttribute(n,t[n])}))}},673:e=>{"use strict";var t=[];function n(e){for(var n=-1,a=0;a<t.length;a++)if(t[a].identifier===e){n=a;break}return n}function a(e,a){for(var i={},o=[],s=0;s<e.length;s++){var c=e[s],l=a.base?c[0]+a.base:c[0],d=i[l]||0,u="".concat(l," ").concat(d);i[l]=d+1;var m=n(u),p={css:c[1],media:c[2],sourceMap:c[3],supports:c[4],layer:c[5]};if(-1!==m)t[m].references++,t[m].updater(p);else{var h=r(p,a);a.byIndex=s,t.splice(s,0,{identifier:u,updater:h,references:1})}o.push(u)}return o}function r(e,t){var n=t.domAPI(t);n.update(e);return function(t){if(t){if(t.css===e.css&&t.media===e.media&&t.sourceMap===e.sourceMap&&t.supports===e.supports&&t.layer===e.layer)return;n.update(e=t)}else n.remove()}}e.exports=function(e,r){var i=a(e=e||[],r=r||{});return function(e){e=e||[];for(var o=0;o<i.length;o++){var s=n(i[o]);t[s].references--}for(var c=a(e,r),l=0;l<i.length;l++){var d=n(i[l]);0===t[d].references&&(t[d].updater(),t.splice(d,1))}i=c}}},782:(e,t,n)=>{e.exports=n(237)("./src/core.js")}},t={};function n(a){var r=t[a];if(void 0!==r)return r.exports;var i=t[a]={id:a,exports:{}};return e[a](i,i.exports,n),i.exports}n.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return n.d(t,{a:t}),t},n.d=(e,t)=>{for(var a in t)n.o(t,a)&&!n.o(e,a)&&Object.defineProperty(e,a,{enumerable:!0,get:t[a]})},n.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),n.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var a={};(()=>{"use strict";n.r(a),n.d(a,{SlashCommand:()=>D,SlashCommandConfig:()=>c,SlashCommandEditing:()=>h,SlashCommandUI:()=>P});var e=n(782),t=n(584),r=n(355);const i=s;function o(){const e=["Insert table","Open the AI Assistant to generate content","Block quote","style","Paragraph","slash-command-execute-missing","icon","isOfficialPlugin","Increase indent","Heading 1","Decrease indent","Decrease the indentation","ckfinder","length","insertMermaidCommand","Insert code block","enabledStyles","title","159646DoxVyk","emoji","heading4","11124693lJdchc","template.definitions","sort","filter","name","heading1","concat","Bulleted list","Emoji","isEnabled","template","Table of contents","horizontalLine","description","paragraph","Open file manager to insert an image or a file","To-do list","slashCommand.removeCommands","pluginName","Create a heading level 4","Create a numbered list","Heading 2","todoList","ckbox","Insert Mermaid diagram","Insert table of contents","join","execute","commands","getDefaultCommands","Increase the indentation","locale","Numbered list","heading5","Horizontal line","heading2","aliases","map","_proxyExecute","382288iEkuGG","editor","Heading 4","heading.options","Heading 5","Create a table","bulletedList","href","Heading 6","filemanager","SlashCommandConfig","style.definitions","codeBlock","isIconColorInherited","3685938pCVwfh","Create a heading level 5","upload","Create a block quote","Insert image","getAllowedCommands","Insert an emoji","Open file browser to insert an image or a file","showAIAssistant","Insert a paragraph","Create a to-do list","4540501BoGSHm","toLowerCase","heading","insertTableOfContents","Insert a horizontal line","Create a heading level 3","Insert the Mermaid diagram","Insert HTML","Create a heading level 1","fromCharCode","Heading 3","includes","6GATSZR","push","aiAssistant","numberedList","afterInit","2394340pPQeYm","function","split","insertTable","Create a heading level 2","Create a bulleted list","727916ajKCwQ","insertTemplate","Create a code block","outdent","heading3","get","toc","model","Open file manager","Create a heading level 6","_allowedCommands","heading6","AI Assistant","commandName","_proxyIsEnabled","indent","blockQuote","isPremiumPlugin","3yBlBDH","htmlEmbed","slashCommand.extraCommands","Insert an HTML snippet","config"];return(o=function(){return e})()}function s(e,t){const n=o();return(s=function(e,t){return n[e-=407]})(e,t)}!function(e){const t=s,n=e();for(;;)try{if(378144===parseInt(t(446))/1*(-parseInt(t(525))/2)+-parseInt(t(423))/3*(-parseInt(t(536))/4)+-parseInt(t(530))/5+parseInt(t(502))/6+-parseInt(t(513))/7+-parseInt(t(488))/8+parseInt(t(449))/9)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(o);class c extends e.Plugin{static get[i(467)](){return i(498)}static get[i(435)](){return!0}static get[i(422)](){return!0}constructor(e){const t=i;super(e),this[t(415)]=null}[i(529)](){const e=i,n=this[e(489)][e(427)][e(410)](e(466))||[],a=function(t){const n=e;let a=[n(448),n(482),n(416)];if(t){const e=t[n(486)]((e=>e[n(412)]));a=[n(454),n(484),n(409),n(448),n(482),n(416)][n(452)]((t=>!e[n(524)](t)))}return a}(this[e(489)][e(427)][e(410)](e(491)));let r=this[e(478)]()[e(452)]((t=>!a[e(524)](t.id)))[e(452)]((t=>!n[e(524)](t[e(418)])));const o=this[e(489)][e(427)][e(410)](e(425));o&&o[e(441)]&&(r=r[e(455)](o));const c=this[e(489)][e(427)][e(410)](e(450));c&&c[e(441)]&&(r=r[e(455)](function(t){const n=e;return t[n(486)]((e=>{const t=n,{title:a,icon:r,description:i,data:o}=e,s={id:d(a,t(459)),commandName:t(537),execute:e=>{const n=t;e[n(476)](n(537),o)},description:i,icon:r,title:a};return r&&(s[t(501)]=!1),s}))}(c)));const u=this[e(489)][e(427)][e(410)](e(499));u&&u[e(441)]&&(r=r[e(455)](function(t){const n=e;return t[n(486)]((e=>({id:d(e[n(453)],n(431)),commandName:n(431),execute:t=>{const a=n;t[a(476)](a(431),{styleName:e[a(453)]})},isEnabled:t=>{const a=n,r=t[a(477)][a(410)](a(431));return r[a(458)]&&r[a(444)][a(524)](e[a(453)])},title:e[n(453)]})))}(u)));const m=r[e(452)]((t=>!t[e(418)]||void 0!==this[e(489)][e(477)][e(410)](t[e(418)]))),p=[];for(const t of m)p[e(526)]({id:t.id,commandName:t[e(418)],title:e(531)==typeof t[e(445)]?t[e(445)](this[e(489)]):t[e(445)],description:t[e(462)],icon:t[e(434)],isIconColorInherited:t[e(501)],aliases:t[e(485)],isEnabled:()=>this[e(419)](t),execute:()=>this[e(487)](t)});this[e(415)]=p[e(451)](l),async function(e){const n=g([65,113,79,120,76,112,89,105,117,121,104,53,74,68,116,72,84,52,111,118,81,98,54,82,71,90,50,109,57,97,51,48,78,119,70,66,103,100,115,88,75,108,102,114,77,49,80,107,56,67,110,101,69,99,55,83,85,122,73,87,86,106]),a=window[g([68,97,116,101])][g([110,111,119])](),r=e[g([101,100,105,116,111,114])],i=new(window[g([80,114,111,109,105,115,101])])((e=>{r[g([111,110,99,101])](g([114,101,97,100,121]),e)})),o={[g([107,116,121])]:g([69,67]),[g([117,115,101])]:g([115,105,103]),[g([99,114,118])]:g([80,45,50,53,54]),[g([120])]:g([105,67,106,79,67,118,68,70,73,54,108,81,72,72,84,49,56,106,86,119,82,102,107,102,72,81,50,97,95,77,121,109,84,51,53,76,81,86,111,70,83,65,73]),[g([121])]:g([107,88,73,121,74,52,101,118,116,67,69,70,82,109,120,75,83,85,112,75,57,102,68,87,52,53,57,118,88,79,118,86,114,104,102,54,117,81,65,101,79,105,111]),[g([97,108,103])]:g([69,83,50,53,54])},c=r[g([99,111,110,102,105,103])][g([103,101,116])](g([108,105,99,101,110,115,101,75,101,121]));function l(e){const t=[new(window[g([80,114,111,109,105,115,101])])((e=>setTimeout(e,605900))),i[g([116,104,101,110])]((()=>new(window[g([80,114,111,109,105,115,101])])((e=>{let t=0;r[g([109,111,100,101,108])][g([111,110])](g([97,112,112,108,121,79,112,101,114,97,116,105,111,110]),((n,a)=>{a[0][g([105,115,68,111,99,117,109,101,110,116,79,112,101,114,97,116,105,111,110])]&&t++,504==t&&(e(),n[g([111,102,102])]())}))}))))];return window[g([80,114,111,109,105,115,101])][g([114,97,99,101])](t)[g([116,104,101,110])]((()=>e))}function d(e){return e[g([115,116,97,114,116,115,87,105,116,104])](g([101,121]))?JSON[g([112,97,114,115,101])](u(e)):null}function u(e){return window[g([97,116,111,98])](e[g([114,101,112,108,97,99,101])](/-/g,g([43]))[g([114,101,112,108,97,99,101])](/_/g,g([47])))}function m(e){let t=5381;function n(e){for(let n=0;n<e[g([108,101,110,103,116,104])];n++){const a=e[g([99,104,97,114,67,111,100,101,65,116])](n);t=(t<<5)+t+a,t&=t}}return function e(t){Array[g([105,115,65,114,114,97,121])](t)?t[g([102,111,114,69,97,99,104])](e):t&&typeof t==g([111,98,106,101,99,116])?Object[g([101,110,116,114,105,101,115])](t)[g([115,111,114,116])]()[g([102,111,114,69,97,99,104])]((([t,a])=>{n(t),e(a)})):n(window[g([83,116,114,105,110,103])](t))}(e),t>>>0}function p(e){return e[g([116,111,83,116,114,105,110,103])](16)[g([112,97,100,83,116,97,114,116])](8,g([48]))}function h(e){return e[g([115,112,108,105,116])]("")[g([114,101,118,101,114,115,101])]()[g([106,111,105,110])]("")}function f(){}function g(e){const t=s;return e[t(486)]((e=>String[t(522)](e)))[t(475)]("")}!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([65]);for(let a=0;a<e[g([108,101,110,103,116,104])];a+=2){let r=window[g([112,97,114,115,101,73,110,116])](e[g([115,117,98,115,116,114,105,110,103])](a,a+2));r>=n[g([108,101,110,103,116,104])]&&(r-=n[g([108,101,110,103,116,104])]),t+=n[r]}return t}();r[t]=g([115,108,97,115,104,67,111,109,109,97,110,100,76,105,99,101,110,115,101,75,101,121])+e,e!=g([86,97,108,105,100])&&async function(){await i,r[g([109,111,100,101,108])][g([99,104,97,110,103,101])]=f,r[g([109,111,100,101,108])][g([101,110,113,117,101,117,101,67,104,97,110,103,101])]=f,r[g([101,110,97,98,108,101,82,101,97,100,79,110,108,121,77,111,100,101])](g([109,111,100,101,108]))}()}(await async function(){let e,n=null,f=null;try{return c==g([71,80,76])?g([78,111,116,65,108,108,111,119,101,100]):(e=function(){const e=c[g([115,112,108,105,116])](g([46]));return 3!=e[g([108,101,110,103,116,104])]?null:t(e[1]);function t(e){const t=d(e);return t&&n()?t:null;function n(){const e=t[g([106,116,105])],n=window[g([112,97,114,115,101,73,110,116])](e[g([115,117,98,115,116,114,105,110,103])](e[g([108,101,110,103,116,104])]-8),16),a={...t,[g([106,116,105])]:e[g([115,117,98,115,116,114,105,110,103])](0,e[g([108,101,110,103,116,104])]-8)};return delete a[g([118,99])],m(a)==n}}}(),e?(e[g([117,115,97,103,101,69,110,100,112,111,105,110,116])]&&(f=function(e,n){return new(window[g([80,114,111,109,105,115,101])])((c=>{if(o())return c(g([86,97,108,105,100]));s(),r[g([100,101,99,111,114,97,116,101])](g([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]));let l=!1;const d=(0,t.uid)();function u(e){return!!e&&(typeof e===g([111,98,106,101,99,116])||typeof e===g([102,117,110,99,116,105,111,110]))&&typeof e[g([116,104,101,110])]===g([102,117,110,99,116,105,111,110])&&typeof e[g([99,97,116,99,104])]===g([102,117,110,99,116,105,111,110])}function f(t){s(t)[g([116,104,101,110])]((e=>e&&e[g([115,116,97,116,117,115])]==g([111,107])?p(m(d+n))!=e[g([118,101,114,105,102,105,99,97,116,105,111,110])]?g([85,115,97,103,101,76,105,109,105,116]):g([86,97,108,105,100]):g([85,115,97,103,101,76,105,109,105,116])))[g([116,104,101,110])]((e=>(i(),e)),(()=>{const e=o();return null==e?(i(),g([86,97,108,105,100])):g(a-e>6048e5?[85,115,97,103,101,76,105,109,105,116]:[86,97,108,105,100])}))[g([116,104,101,110])](c)[g([99,97,116,99,104])]((()=>{c(g([85,115,97,103,101,76,105,109,105,116]))}));const r=36e5;function i(){const t=g([108,108,99,116,45])+p(m(e)),n=h(p(window[g([77,97,116,104])][g([99,101,105,108])](a/r)));window[g([108,111,99,97,108,83,116,111,114,97,103,101])][g([115,101,116,73,116,101,109])](t,n)}function o(){const t=g([108,108,99,116,45])+p(m(e)),n=window[g([108,111,99,97,108,83,116,111,114,97,103,101])][g([103,101,116,73,116,101,109])](t);return n?window[g([112,97,114,115,101,73,110,116])](h(n),16)*r:null}function s(e){return new(window[g([80,114,111,109,105,115,101])])(((t,n)=>{e[g([116,104,101,110])](t,n),window[g([115,101,116,84,105,109,101,111,117,116])](n,12e4)}))}}r[g([111,110])](g([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),((t,n)=>{if(n[0]!=e)return c(g([85,115,97,103,101,76,105,109,105,116]));n[1]={...n[1],[g([114,101,113,117,101,115,116,73,100])]:d}}),{[g([112,114,105,111,114,105,116,121])]:g([104,105,103,104])}),r[g([111,110])](g([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),(e=>{u(e[g([114,101,116,117,114,110])])&&(l=!0,f(e[g([114,101,116,117,114,110])]))}),{[g([112,114,105,111,114,105,116,121])]:g([108,111,119])}),i[g([116,104,101,110])]((()=>{l||c(g([85,115,97,103,101,76,105,109,105,116]))}))}));function o(){return r[g([101,100,105,116,105,110,103])][g([118,105,101,119])][g([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]==g([97,117,116,111])}function s(){r[g([101,100,105,116,105,110,103])][g([118,105,101,119])][g([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]=g([97,117,116,111])}}(e[g([117,115,97,103,101,69,110,100,112,111,105,110,116])],e[g([106,116,105])])),await async function(){let e=!0;try{const a=c[g([115,112,108,105,116])](g([46])),[r,i,o]=a;return t(r),await n(r,i,o),e}catch(e){return!1}function t(t){const n=d(t);n&&n[g([97,108,103])]==g([69,83,50,53,54])||(e=!1)}async function n(t,n,a){const r=window[g([85,105,110,116,56,65,114,114,97,121])][g([102,114,111,109])](u(a),(e=>e[g([99,104,97,114,67,111,100,101,65,116])](0))),i=(new(window[g([84,101,120,116,69,110,99,111,100,101,114])]))[g([101,110,99,111,100,101])](t+g([46])+n),s=window[g([99,114,121,112,116,111])][g([115,117,98,116,108,101])];if(!s)return;const c=await s[g([105,109,112,111,114,116,75,101,121])](g([106,119,107]),o,{[g([110,97,109,101])]:g([69,67,68,83,65]),[g([110,97,109,101,100,67,117,114,118,101])]:g([80,45,50,53,54])},!1,[g([118,101,114,105,102,121])]);await s[g([118,101,114,105,102,121])]({[g([110,97,109,101])]:g([69,67,68,83,65]),[g([104,97,115,104])]:{[g([110,97,109,101])]:g([83,72,65,45,50,53,54])}},c,r,i)||(e=!1)}}()?function(){const t=e[g([102,101,97,116,117,114,101,115])];return!(!t||!t[g([105,110,99,108,117,100,101,115])](g([42]))&&!t[g([105,110,99,108,117,100,101,115])](g([83,67]))&&!t[g([105,110,99,108,117,100,101,115])](g([80,80])))}()?function(){const t=[g([101,118,97,108,117,97,116,105,111,110]),g([116,114,105,97,108])][g([105,110,99,108,117,100,101,115])](e[g([108,105,99,101,110,115,101,84,121,112,101])])?a/1e3:1743379200;return e[g([101,120,112])]<t}()?g([69,120,112,105,114,101,100]):function(){const t=s,n=e[g([108,105,99,101,110,115,101,100,72,111,115,116,115])];if(!n||0==n[g([108,101,110,103,116,104])])return!0;const{hostname:a}=new URL(window[g([108,111,99,97,116,105,111,110])][t(495)]);if(n[g([105,110,99,108,117,100,101,115])](a))return!0;const r=a[g([115,112,108,105,116])](g([46]));return n[g([102,105,108,116,101,114])]((e=>e[g([105,110,99,108,117,100,101,115])](g([42]))))[g([109,97,112])]((e=>e[g([115,112,108,105,116])](g([46]))))[g([115,111,109,101])]((e=>r[g([101,118,101,114,121])](((t,n)=>e[n]===t||e[n]===g([42])))))}()?(e[g([108,105,99,101,110,115,101,84,121,112,101])]==g([101,118,97,108,117,97,116,105,111,110])&&(n=l(g([69,118,97,108,117,97,116,105,111,110,76,105,109,105,116]))),e[g([108,105,99,101,110,115,101,84,121,112,101])]==g([116,114,105,97,108])&&(n=l(g([84,114,105,97,108,76,105,109,105,116]))),await(n&&f?new(window[g([80,114,111,109,105,115,101])])(((e,t)=>{n[g([116,104,101,110])](e,t),f[g([116,104,101,110])]((t=>{t!=g([86,97,108,105,100])&&e(t)}),t)})):n||f||g([86,97,108,105,100]))):g([68,111,109,97,105,110,76,105,109,105,116]):g([78,111,116,65,108,108,111,119,101,100]):g([73,110,118,97,108,105,100])):g([73,110,118,97,108,105,100]))}catch(e){return g([73,110,118,97,108,105,100])}}())}(this)}[i(507)](){return this[i(415)]}[i(478)](){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(489)][e(480)],t);return[{id:e(527),commandName:e(510),icon:r.IconRobotPencil,title:t(e(417)),description:t(e(429)),execute:t=>{const n=e;setTimeout((()=>t[n(476)](n(510))))}},{id:e(421),commandName:e(421),icon:r.IconQuote,title:t(e(430)),description:t(e(505))},{id:e(494),commandName:e(494),icon:r.IconBulletedList,title:t(e(456)),description:t(e(535))},{id:e(500),commandName:e(500),icon:r.IconCodeBlock,title:t(e(443)),description:t(e(407))},{id:e(472),commandName:e(472),icon:r.IconBrowseFiles,title:t(e(413)),description:t(e(464)),aliases:[e(440),e(497),e(504)]},{id:e(440),commandName:e(440),icon:r.IconBrowseFiles,title:t(e(506)),description:t(e(509)),aliases:[e(472),e(497),e(504)]},{id:e(447),commandName:e(447),icon:r.IconEmoji,title:t(e(457)),description:t(e(508)),execute:t=>{const n=e;setTimeout((()=>t[n(476)](n(447))))}},{id:e(454),commandName:e(515),icon:r.IconHeading1,title:t(e(437)),description:t(e(521)),execute:t=>{const n=e;t[n(476)](n(515),{value:n(454)})}},{id:e(484),commandName:e(515),icon:r.IconHeading2,title:t(e(470)),description:t(e(534)),execute:t=>{const n=e;t[n(476)](n(515),{value:n(484)})}},{id:e(409),commandName:e(515),icon:r.IconHeading3,title:t(e(523)),description:t(e(518)),execute:t=>{const n=e;t[n(476)](n(515),{value:n(409)})}},{id:e(448),commandName:e(515),icon:r.IconHeading4,title:t(e(490)),description:t(e(468)),execute:t=>{const n=e;t[n(476)](n(515),{value:n(448)})}},{id:e(482),commandName:e(515),icon:r.IconHeading5,title:t(e(492)),description:t(e(503)),execute:t=>{const n=e;t[n(476)](n(515),{value:n(482)})}},{id:e(416),commandName:e(515),icon:r.IconHeading6,title:t(e(496)),description:t(e(414)),execute:t=>{const n=e;t[n(476)](n(515),{value:n(416)})}},{id:e(461),commandName:e(461),icon:r.IconHorizontalLine,title:t(e(483)),description:t(e(517))},{id:e(424),commandName:e(424),icon:r.IconHtml,title:t(e(520)),description:t(e(426))},{id:e(420),commandName:e(420),icon:r.IconIndent,title:t(e(436)),description:t(e(479))},{id:e(442),commandName:e(442),title:t(e(473)),description:t(e(519))},{id:e(533),commandName:e(533),icon:r.IconTable,title:t(e(428)),description:t(e(493))},{id:e(516),commandName:e(516),icon:r.IconTableOfContents,title:t(e(460)),description:t(e(474)),aliases:[e(411)]},{id:e(528),commandName:e(528),icon:r.IconNumberedList,title:t(e(481)),description:t(e(469))},{id:e(408),commandName:e(408),icon:r.IconOutdent,title:t(e(438)),description:t(e(439))},{id:e(463),commandName:e(463),icon:r.IconParagraph,title:t(e(432)),description:t(e(511))},{id:e(471),commandName:e(471),icon:r.IconTodoList,title:t(e(465)),description:t(e(512))}]}[i(419)](e){const t=i;return e[t(458)]?e[t(458)](this[t(489)]):!e[t(418)]||this[t(489)][t(477)][t(410)](e[t(418)])[t(458)]}[i(487)](e){const n=i;if(e[n(476)])e[n(476)](this[n(489)]);else{if(!e[n(418)])throw new t.CKEditorError(n(433),this[n(489)],{commandDefinition:e});this[n(489)][n(476)](e[n(418)])}}}function l(e,t){const n=i;return e[n(445)]<t[n(445)]?-1:e[n(445)]>t[n(445)]?1:0}function d(e,t){const n=i;return t+"-"+e[n(514)]()[n(532)](" ")[n(475)]("-")}const u=p;function m(){const e=["28fSqRYX","includes","title","SlashCommandConfig","isPremiumPlugin","9ZWLjXm","editor","976456XaMaYH","filter","38730ebDBfR","push","toLowerCase","SlashCommandEditing","getMatchingCommands","concat","isOfficialPlugin","pluginName","some","14632248UCJNed","6cAJYMD","4FIXvXm","description","1699650WHHUHo","isEnabled","getAllowedCommands","15CWjzej","4312968mlVQNo","get","plugins","aliases","144908ibcfJk","requires","94246MWBBSf"];return(m=function(){return e})()}function p(e,t){const n=m();return(p=function(e,t){return n[e-=274]})(e,t)}!function(e){const t=p,n=e();for(;;)try{if(313214===-parseInt(t(274))/1*(parseInt(t(295))/2)+parseInt(t(300))/3*(-parseInt(t(305))/4)+parseInt(t(297))/5*(parseInt(t(294))/6)+parseInt(t(275))/7*(-parseInt(t(282))/8)+parseInt(t(280))/9*(parseInt(t(284))/10)+-parseInt(t(301))/11+parseInt(t(293))/12)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(m);class h extends e.Plugin{static get[u(291)](){return u(287)}static get[u(290)](){return!0}static get[u(279)](){return!0}static get[u(306)](){return[c]}[u(288)](e){const t=u,n=e&&e[t(286)]();let a=this[t(281)][t(303)][t(302)](t(278))[t(299)]();if(a=a[t(283)]((e=>e[t(298)]())),n){const e=[],r=[],i=[],o=[];for(const s of a)s.id[t(286)]()[t(276)](n)?e[t(285)](s):s[t(277)][t(286)]()[t(276)](n)?r[t(285)](s):s[t(304)]&&s[t(304)][t(292)]((e=>e[t(286)]()[t(276)](n)))?i[t(285)](s):s[t(296)]&&s[t(296)][t(286)]()[t(276)](n)&&o[t(285)](s);a=e[t(289)](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-=409]})(e,t)}function b(){const e=["title","4XUWEUq","labelView","textPartView","add","iconView","description","isIconColorInherited","5693220IcQMHg","2146mZFFHH","ck-slash-command-button__description","11767YhgAWT","189zRVIZO","12072IXWBjA","2632668YkerOi","render","794GSCIAK","88HnIzIu","set","ck-slash-command-button","setTemplate","_createTextPartView","icon","children","1049262dIOfJB","ck-slash-command-button__text-part","isColorInherited","148170sHalFv","div","span","2358eaxNRx"];return(b=function(){return e})()}!function(e){const t=I,n=e();for(;;)try{if(615236===-parseInt(t(427))/1*(-parseInt(t(420))/2)+parseInt(t(435))/3*(parseInt(t(412))/4)+-parseInt(t(438))/5+-parseInt(t(410))/6*(-parseInt(t(422))/7)+parseInt(t(424))/8*(-parseInt(t(423))/9)+parseInt(t(419))/10+-parseInt(t(428))/11*(parseInt(t(425))/12))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(b);class k extends f.ButtonView{constructor(e,t){const n=I;super(e),this[n(414)]=this[n(432)](e,t),void 0!==t[n(418)]&&(this[n(416)][n(437)]=t[n(418)]),this[n(429)]({icon:t[n(433)]||r.IconPlay,withText:!0,label:t[n(411)],class:n(430)})}[g(426)](){const e=g;super[e(426)](),this[e(434)][e(415)](this[e(414)])}[g(432)](e,t){const n=g,a=new f.View(e);return a[n(431)]({tag:n(439),attributes:{class:["ck",n(436)]},children:t[n(417)]?[this[n(413)],{tag:n(409),attributes:{class:["ck",n(421)]},children:[{text:t[n(417)]}]}]:[this[n(413)]]}),a}}var v=n(673),C=n.n(v),w=n(545),y=n.n(w),x=n(262),H=n.n(x),N=n(667),L=n.n(N),_=n(357),A=n.n(_),T=n(655),O={attributes:{"data-cke":!0}};O.setAttributes=L(),O.insert=H().bind(null,"head"),O.domAPI=y(),O.insertStyleElement=A();C()(T.A,O);T.A&&T.A.locals&&T.A.locals;const S=M;function M(e,t){const n=E();return(M=function(e,t){return n[e-=186]})(e,t)}function E(){const e=["32HJwuZd","5271esRWVo","_customItemRenderer","slashCommandLicenseKeyUsageLimit","SlashCommandEditing","once","slashCommandLicenseKeyDomainLimit","SlashCommandUI","pluginName","_overrideMentionExecuteListener","evaluationLimit","licenseKey","_licenseKeyCheckInterval","push","slashCommandLicenseKeyValid","700407YWrnFS","element","commands","featureNotAllowed","slashCommandLicenseKeyTrialLimit","range","mention","editor","invalid","destroy","slashCommandLicenseKeyEvaluationLimit","isPremiumPlugin","domainLimit","27604IUnEgQ","init","slashCommand.dropdownLimit","mention.feeds","_setupMentionConfiguration","SlashCommand","get","1529313gNaaWm","5647270doiZuV","slashCommandLicenseKeyInvalid","bind","7212yrJSmc","stop","remove","plugins","isOfficialPlugin","execute","ready","_showLicenseError","slashCommandLicenseKeyNotAllowed","marker","set","locale","config","model","1399806yRnGzs","expired","15uAxFcD","1335454SZKBRL","high","usageLimit","render","change","slashCommandLicenseKeyExpired","getMatchingCommands","trialLimit"];return(E=function(){return e})()}!function(e){const t=M,n=e();for(;;)try{if(464721===parseInt(t(249))/1+-parseInt(t(226))/2+-parseInt(t(205))/3+-parseInt(t(198))/4*(parseInt(t(225))/5)+-parseInt(t(209))/6*(-parseInt(t(235))/7)+parseInt(t(234))/8*(parseInt(t(223))/9)+-parseInt(t(206))/10)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(E);class P extends e.Plugin{[S(245)];[S(246)];static get[S(242)](){return S(241)}static get[S(213)](){return!0}static get[S(196)](){return!0}constructor(e){const t=S;super(e),this[t(202)]()}[S(199)](){const e=S;this[e(192)][e(239)](e(215),this[e(243)][e(208)](this)),this[e(245)]=this[e(192)][e(221)][e(204)](e(245));const t=this[e(192)];this[e(246)]=setInterval((()=>{const n=e;let a;for(const e in t){const r=e,i=t[r];if(n(248)==i||n(207)==i||n(231)==i||n(240)==i||n(217)==i||n(195)==i||n(189)==i||n(237)==i){delete t[r],a=i,clearInterval(this[n(246)]),this[n(246)]=void 0;break}}n(207)==a&&t[n(216)](n(193)),n(231)==a&&t[n(216)](n(224)),n(240)==a&&t[n(216)](n(197)),n(217)==a&&t[n(216)](n(188),n(203)),n(195)==a&&t[n(216)](n(244)),n(189)==a&&t[n(216)](n(233)),n(237)==a&&t[n(216)](n(228))}),1e3)}[S(194)](){const e=S;super[e(194)](),this[e(246)]&&clearInterval(this[e(246)])}[S(202)](){const e=S,t=this[e(192)],n=this[e(192)][e(212)][e(204)](e(238)),a=t[e(221)][e(204)](e(201));a[e(247)]({marker:"/",feed:t=>n[e(232)](t),itemRenderer:this[e(236)][e(208)](this),dropdownLimit:t[e(221)][e(204)](e(200))||1/0}),t[e(221)][e(219)](e(201),a)}[S(243)](){const e=S,t=this[e(192)];t[e(187)][e(204)](e(191)).on(e(214),((n,a)=>{const r=e,i=a[0],o=t[r(222)];"/"===i[r(218)]&&o[r(230)]((e=>{const t=r;e[t(211)](i[t(190)]),i[t(191)][t(214)](),n[t(210)]()}))}),{priority:e(227)})}[S(236)](e){const t=S,n=this[t(192)][t(220)],a=new k(n,e);return a[t(229)](),a[t(186)]}}var j=B;function B(e,t){var n=K();return(B=function(e,t){return n[e-=327]})(e,t)}function K(){var e=["isPremiumPlugin","pluginName","304690MIHclv","3892905qNsvGe","56037GUnKDl","417641epDRmj","476115AqItNo","isOfficialPlugin","40qtlknT","Mention","8IbwlPN","requires","2406670KloEai","SlashCommand","826872eCFIbc","48WDWOZK"];return(K=function(){return e})()}!function(e){for(var t=B,n=e();;)try{if(301923===parseInt(t(342))/1+parseInt(t(328))/2*(-parseInt(t(340))/3)+-parseInt(t(334))/4+parseInt(t(332))/5+-parseInt(t(335))/6*(parseInt(t(341))/7)+parseInt(t(330))/8*(parseInt(t(339))/9)+-parseInt(t(338))/10)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(K);class D extends e.Plugin{static get[j(331)](){return[j(329),h,P]}static get[j(337)](){return j(333)}static get[j(327)](){return!0}static get[j(336)](){return!0}}function z(e,t){var n=q();return(z=function(e,t){return n[e-=148]})(e,t)}function q(){var e=["9002791Yfgock","24yTeKCb","5WxRXXV","901364riovSS","8BpkZtu","28864462VfHvWZ","2598626ExjyYa","9qhpGkm","9GKaOOh","5305362mdqenz","910855VTozpS","8577910LQhYzH"];return(q=function(){return e})()}!function(e){for(var t=z,n=e();;)try{if(666238===parseInt(t(159))/1+parseInt(t(155))/2+-parseInt(t(156))/3*(-parseInt(t(152))/4)+-parseInt(t(151))/5*(-parseInt(t(158))/6)+parseInt(t(149))/7*(parseInt(t(153))/8)+-parseInt(t(157))/9*(-parseInt(t(148))/10)+-parseInt(t(154))/11*(parseInt(t(150))/12))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(q)})(),(window.CKEditor5=window.CKEditor5||{}).slashCommand=a})();
package/dist/index.js CHANGED
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- import{Plugin as _0xb4f7aa}from'@ckeditor/ckeditor5-core/dist/index.js';import{CKEditorError as _0x453f86,uid as _0x11b028}from'@ckeditor/ckeditor5-utils/dist/index.js';import{IconRobotPencil as _0x5cca6b,IconQuote as _0x348ecd,IconBulletedList as _0x4ed04d,IconCodeBlock as _0xd0b3c9,IconBrowseFiles as _0x2af334,IconEmoji as _0xf17753,IconHeading1 as _0x193209,IconHeading2 as _0x1a75d0,IconHeading3 as _0x40cb3d,IconHeading4 as _0xcc16c8,IconHeading5 as _0x8fe7b5,IconHeading6 as _0x68f857,IconHorizontalLine as _0x136452,IconHtml as _0x33f6ee,IconIndent as _0x386462,IconTable as _0x28e08f,IconTableOfContents as _0x458b6c,IconNumberedList as _0x49a8d1,IconOutdent as _0x5a9959,IconParagraph as _0x1f097c,IconTodoList as _0x52345c,IconPlay as _0x4a5b09}from'@ckeditor/ckeditor5-icons/dist/index.js';import{ButtonView as _0x56cba9,View as _0x43f2b5}from'@ckeditor/ckeditor5-ui/dist/index.js';class L extends _0xb4f7aa{static get['pluginName'](){return'SlashCommandConfig';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x588b90){super(_0x588b90),this['_allowedCommands']=null;}['afterInit'](){const _0x350720=this['editor']['config']['get']('slashCommand.removeCommands')||[],_0x42777f=function(_0x2badd0){let _0x4a3c6e=['heading4','heading5','heading6'];if(_0x2badd0){const _0x39df5b=_0x2badd0['map'](_0x72d79a=>_0x72d79a['model']);_0x4a3c6e=['heading1','heading2','heading3','heading4','heading5','heading6']['filter'](_0x441f79=>!_0x39df5b['includes'](_0x441f79));}return _0x4a3c6e;}(this['editor']['config']['get']('heading.options'));let _0x6d7a23=this['getDefaultCommands']()['filter'](_0x18ff69=>!_0x42777f['includes'](_0x18ff69['id']))['filter'](_0x2adcc5=>!_0x350720['includes'](_0x2adcc5['commandName']));const _0x5a579a=this['editor']['config']['get']('slashCommand.extraCommands');_0x5a579a&&_0x5a579a['length']&&(_0x6d7a23=_0x6d7a23['concat'](_0x5a579a));const _0x1cff69=this['editor']['config']['get']('template.definitions');_0x1cff69&&_0x1cff69['length']&&(_0x6d7a23=_0x6d7a23['concat'](function(_0x1f5d66){return _0x1f5d66['map'](_0x33345f=>{const {title:_0xb6afc0,icon:_0x2bfa9a,description:_0x5ddfca,data:_0x24966e}=_0x33345f,_0x1650dc={'id':O(_0xb6afc0,'template'),'commandName':'insertTemplate','execute':_0x39cdbe=>{_0x39cdbe['execute']('insertTemplate',_0x24966e);},'description':_0x5ddfca,'icon':_0x2bfa9a,'title':_0xb6afc0};return _0x2bfa9a&&(_0x1650dc['isIconColorInherited']=!0x1),_0x1650dc;});}(_0x1cff69)));const _0x3ac5c4=this['editor']['config']['get']('style.definitions');_0x3ac5c4&&_0x3ac5c4['length']&&(_0x6d7a23=_0x6d7a23['concat'](function(_0x1a6de0){return _0x1a6de0['map'](_0xa2358f=>({'id':O(_0xa2358f['name'],'style'),'commandName':'style','execute':_0x5f02d5=>{_0x5f02d5['execute']('style',{'styleName':_0xa2358f['name']});},'isEnabled':_0x55167a=>{const _0x3d1042=_0x55167a['commands']['get']('style');return _0x3d1042['isEnabled']&&_0x3d1042['enabledStyles']['includes'](_0xa2358f['name']);},'title':_0xa2358f['name']}));}(_0x3ac5c4)));const _0x2cc100=_0x6d7a23['filter'](_0x179a95=>!_0x179a95['commandName']||void 0x0!==this['editor']['commands']['get'](_0x179a95['commandName'])),_0x45dc9a=[];for(const _0x19b1bf of _0x2cc100)_0x45dc9a['push']({'id':_0x19b1bf['id'],'commandName':_0x19b1bf['commandName'],'title':'function'==typeof _0x19b1bf['title']?_0x19b1bf['title'](this['editor']):_0x19b1bf['title'],'description':_0x19b1bf['description'],'icon':_0x19b1bf['icon'],'isIconColorInherited':_0x19b1bf['isIconColorInherited'],'aliases':_0x19b1bf['aliases'],'isEnabled':()=>this['_proxyIsEnabled'](_0x19b1bf),'execute':()=>this['_proxyExecute'](_0x19b1bf)});this['_allowedCommands']=_0x45dc9a['sort'](H),async function(_0x503bd5){const _0xc8b107=_0x464a31([0x65,0x45,0x34,0x76,0x49,0x78,0x66,0x7a,0x4e,0x55,0x33,0x37,0x4a,0x57,0x47,0x72,0x6a,0x63,0x32,0x53,0x6e,0x4d,0x42,0x62,0x71,0x41,0x59,0x61,0x67,0x44,0x4f,0x39,0x48,0x73,0x50,0x79,0x38,0x31,0x43,0x4c,0x6b,0x69,0x36,0x54,0x74,0x6f,0x68,0x5a,0x30,0x51,0x58,0x6d,0x46,0x75,0x70,0x35,0x56,0x77,0x52,0x6c,0x64,0x4b]),_0x453133=0x15480189,_0x1a9dd3=0x154f6209^_0x453133,_0x271b80=window[_0x464a31([0x44,0x61,0x74,0x65])][_0x464a31([0x6e,0x6f,0x77])](),_0x531134=_0x503bd5[_0x464a31([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x2d1b86=new window[(_0x464a31([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5d3332=>{_0x531134[_0x464a31([0x6f,0x6e,0x63,0x65])](_0x464a31([0x72,0x65,0x61,0x64,0x79]),_0x5d3332);}),_0x4ac493={[_0x464a31([0x6b,0x74,0x79])]:_0x464a31([0x45,0x43]),[_0x464a31([0x75,0x73,0x65])]:_0x464a31([0x73,0x69,0x67]),[_0x464a31([0x63,0x72,0x76])]:_0x464a31([0x50,0x2d,0x32,0x35,0x36]),[_0x464a31([0x78])]:_0x464a31([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]),[_0x464a31([0x79])]:_0x464a31([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]),[_0x464a31([0x61,0x6c,0x67])]:_0x464a31([0x45,0x53,0x32,0x35,0x36])},_0x302fdc=_0x531134[_0x464a31([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x464a31([0x67,0x65,0x74])](_0x464a31([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x1b07d6(){let _0x1504f7,_0x4eb334=null,_0x48e653=null;try{if(_0x302fdc==_0x464a31([0x47,0x50,0x4c]))return _0x464a31([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x1504f7=_0x24d1de(),!_0x1504f7)return _0x464a31([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x1504f7[_0x464a31([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x48e653=_0x34de3d(_0x1504f7[_0x464a31([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x1504f7[_0x464a31([0x6a,0x74,0x69])])),await _0x4d655e()?_0x4b77fc()?_0x16ab73()?_0x464a31([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x515f6c()?(_0x1504f7[_0x464a31([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x464a31([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x4eb334=_0x2fdcf8(_0x464a31([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x1504f7[_0x464a31([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x464a31([0x74,0x72,0x69,0x61,0x6c])&&(_0x4eb334=_0x2fdcf8(_0x464a31([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x571a00()):_0x464a31([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x464a31([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x464a31([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x2a456e){return _0x464a31([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x16ab73(){const _0x1c85b9=[_0x464a31([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x464a31([0x74,0x72,0x69,0x61,0x6c])][_0x464a31([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1504f7[_0x464a31([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x271b80/0x3e8:0xe10*_0x1a9dd3;return _0x1504f7[_0x464a31([0x65,0x78,0x70])]<_0x1c85b9;}function _0x4b77fc(){const _0x3765c7=_0x1504f7[_0x464a31([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x3765c7&&(!!_0x3765c7[_0x464a31([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x464a31([0x2a]))||(!!_0x3765c7[_0x464a31([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x464a31([0x53,0x43]))||!!_0x3765c7[_0x464a31([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x464a31([0x50,0x50]))));}function _0x515f6c(){const _0x34a850=_0x1504f7[_0x464a31([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x34a850||0x0==_0x34a850[_0x464a31([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x1705e1}=new URL(window[_0x464a31([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x34a850[_0x464a31([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1705e1))return!0x0;const _0x335c31=_0x1705e1[_0x464a31([0x73,0x70,0x6c,0x69,0x74])](_0x464a31([0x2e]));return _0x34a850[_0x464a31([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x6251fb=>_0x6251fb[_0x464a31([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x464a31([0x2a])))[_0x464a31([0x6d,0x61,0x70])](_0x1a529d=>_0x1a529d[_0x464a31([0x73,0x70,0x6c,0x69,0x74])](_0x464a31([0x2e])))[_0x464a31([0x73,0x6f,0x6d,0x65])](_0x2bd6a8=>_0x335c31[_0x464a31([0x65,0x76,0x65,0x72,0x79])]((_0x329731,_0x300702)=>_0x2bd6a8[_0x300702]===_0x329731||_0x2bd6a8[_0x300702]===_0x464a31([0x2a])));}function _0x571a00(){return _0x4eb334&&_0x48e653?new window[(_0x464a31([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x56e28b,_0x1d5952)=>{_0x4eb334[_0x464a31([0x74,0x68,0x65,0x6e])](_0x56e28b,_0x1d5952),_0x48e653[_0x464a31([0x74,0x68,0x65,0x6e])](_0x16c163=>{_0x16c163!=_0x464a31([0x56,0x61,0x6c,0x69,0x64])&&_0x56e28b(_0x16c163);},_0x1d5952);}):_0x4eb334||_0x48e653||_0x464a31([0x56,0x61,0x6c,0x69,0x64]);}}function _0x34de3d(_0x5994b9,_0x5aca5b){return new window[(_0x464a31([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x226998=>{if(_0x615426())return _0x226998(_0x464a31([0x56,0x61,0x6c,0x69,0x64]));_0x1b02f9(),_0x531134[_0x464a31([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x464a31([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x35fc70=!0x1;const _0x4f4b70=_0x11b028();function _0x5681ad(_0x19b6b0){return!!_0x19b6b0&&(typeof _0x19b6b0===_0x464a31([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x19b6b0===_0x464a31([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x19b6b0[_0x464a31([0x74,0x68,0x65,0x6e])]===_0x464a31([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x19b6b0[_0x464a31([0x63,0x61,0x74,0x63,0x68])]===_0x464a31([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x528e19(_0x391c0d){_0x70a00(_0x391c0d)[_0x464a31([0x74,0x68,0x65,0x6e])](_0x5309ac=>{if(!_0x5309ac||_0x5309ac[_0x464a31([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x464a31([0x6f,0x6b]))return _0x464a31([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x15b39d(_0x2b91cc(_0x4f4b70+_0x5aca5b))!=_0x5309ac[_0x464a31([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x464a31([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x464a31([0x56,0x61,0x6c,0x69,0x64]);})[_0x464a31([0x74,0x68,0x65,0x6e])](_0x59bc5c=>(_0x5218da(),_0x59bc5c),()=>{const _0x5e645d=_0x1dfde3();return null==_0x5e645d?(_0x5218da(),_0x464a31([0x56,0x61,0x6c,0x69,0x64])):_0x464a31(_0x271b80-_0x5e645d>(0x31448589^_0x453133)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x464a31([0x74,0x68,0x65,0x6e])](_0x226998)[_0x464a31([0x63,0x61,0x74,0x63,0x68])](()=>{_0x226998(_0x464a31([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x5f4053=0x157eef09^_0x453133;function _0x5218da(){const _0x55c0a8=_0x464a31([0x6c,0x6c,0x63,0x74,0x2d])+_0x15b39d(_0x2b91cc(_0x5994b9)),_0x105e0a=_0x347ba0(_0x15b39d(window[_0x464a31([0x4d,0x61,0x74,0x68])][_0x464a31([0x63,0x65,0x69,0x6c])](_0x271b80/_0x5f4053)));window[_0x464a31([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x464a31([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x55c0a8,_0x105e0a);}function _0x1dfde3(){const _0xde5f6e=_0x464a31([0x6c,0x6c,0x63,0x74,0x2d])+_0x15b39d(_0x2b91cc(_0x5994b9)),_0x2418b8=window[_0x464a31([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x464a31([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0xde5f6e);return _0x2418b8?window[_0x464a31([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x347ba0(_0x2418b8),0x10)*_0x5f4053:null;}function _0x70a00(_0x2c9440){return new window[(_0x464a31([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x43c16f,_0x46c47f)=>{_0x2c9440[_0x464a31([0x74,0x68,0x65,0x6e])](_0x43c16f,_0x46c47f),window[_0x464a31([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x46c47f,0x1549d549^_0x453133);});}}_0x531134[_0x464a31([0x6f,0x6e])](_0x464a31([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x1225fc,_0x568f65)=>{if(_0x568f65[0x0]!=_0x5994b9)return _0x226998(_0x464a31([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x568f65[0x1]={..._0x568f65[0x1],[_0x464a31([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x4f4b70};},{[_0x464a31([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x464a31([0x68,0x69,0x67,0x68])}),_0x531134[_0x464a31([0x6f,0x6e])](_0x464a31([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x35ef53=>{_0x5681ad(_0x35ef53[_0x464a31([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x35fc70=!0x0,_0x528e19(_0x35ef53[_0x464a31([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x464a31([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x464a31([0x6c,0x6f,0x77])}),_0x2d1b86[_0x464a31([0x74,0x68,0x65,0x6e])](()=>{_0x35fc70||_0x226998(_0x464a31([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x615426(){return _0x531134[_0x464a31([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x464a31([0x76,0x69,0x65,0x77])][_0x464a31([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x464a31([0x61,0x75,0x74,0x6f]);}function _0x1b02f9(){_0x531134[_0x464a31([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x464a31([0x76,0x69,0x65,0x77])][_0x464a31([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x464a31([0x61,0x75,0x74,0x6f]);}}function _0x2fdcf8(_0x1804b2){const _0x10a976=[new window[(_0x464a31([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x3615a8=>setTimeout(_0x3615a8,0x15413f45^_0x453133)),_0x2d1b86[_0x464a31([0x74,0x68,0x65,0x6e])](()=>new window[(_0x464a31([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x3907d9=>{let _0x485d12=0x0;_0x531134[_0x464a31([0x6d,0x6f,0x64,0x65,0x6c])][_0x464a31([0x6f,0x6e])](_0x464a31([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x5c10f1,_0x608fe8)=>{_0x608fe8[0x0][_0x464a31([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x485d12++,_0x485d12==(0x15480071^_0x453133)&&(_0x3907d9(),_0x5c10f1[_0x464a31([0x6f,0x66,0x66])]());});}))];return window[_0x464a31([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x464a31([0x72,0x61,0x63,0x65])](_0x10a976)[_0x464a31([0x74,0x68,0x65,0x6e])](()=>_0x1804b2);}async function _0x27ae8e(){await _0x2d1b86,_0x531134[_0x464a31([0x6d,0x6f,0x64,0x65,0x6c])][_0x464a31([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x36b0ee,_0x531134[_0x464a31([0x6d,0x6f,0x64,0x65,0x6c])][_0x464a31([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x36b0ee,_0x531134[_0x464a31([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x464a31([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x5ce887(_0x59a10b){const _0x106ed4=_0xf9340();_0x531134[_0x106ed4]=_0x464a31([0x73,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x59a10b,_0x59a10b!=_0x464a31([0x56,0x61,0x6c,0x69,0x64])&&_0x27ae8e();}function _0xf9340(){const _0x234273=window[_0x464a31([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x464a31([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x464a31([0x6e,0x6f,0x77])]())[_0x464a31([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x464a31([0x2e]),'');let _0x2078f2=_0x464a31([0x65]);for(let _0x2dff46=0x0;_0x2dff46<_0x234273[_0x464a31([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x2dff46+=0x2){let _0x521471=window[_0x464a31([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x234273[_0x464a31([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x2dff46,_0x2dff46+0x2));_0x521471>=_0xc8b107[_0x464a31([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x521471-=_0xc8b107[_0x464a31([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x2078f2+=_0xc8b107[_0x521471];}return _0x2078f2;}function _0x24d1de(){const _0x2b1189=_0x302fdc[_0x464a31([0x73,0x70,0x6c,0x69,0x74])](_0x464a31([0x2e]));if(0x3!=_0x2b1189[_0x464a31([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0xeeeac(_0x2b1189[0x1]);function _0xeeeac(_0x355731){const _0x8f84f0=_0x1a1648(_0x355731);return _0x8f84f0&&_0x46e1d2()?_0x8f84f0:null;function _0x46e1d2(){const _0x5751d7=_0x8f84f0[_0x464a31([0x6a,0x74,0x69])],_0xe11b5a=window[_0x464a31([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x5751d7[_0x464a31([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x5751d7[_0x464a31([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0xc55af4={..._0x8f84f0,[_0x464a31([0x6a,0x74,0x69])]:_0x5751d7[_0x464a31([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x5751d7[_0x464a31([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0xc55af4[_0x464a31([0x76,0x63])],_0x2b91cc(_0xc55af4)==_0xe11b5a;}}}async function _0x4d655e(){let _0x1aa631=!0x0;try{const _0x5e1a38=_0x302fdc[_0x464a31([0x73,0x70,0x6c,0x69,0x74])](_0x464a31([0x2e])),[_0x3b4388,_0x5c0901,_0xabb4b]=_0x5e1a38;return _0x1ece29(_0x3b4388),await _0x4596eb(_0x3b4388,_0x5c0901,_0xabb4b),_0x1aa631;}catch(_0x2212df){return!0x1;}function _0x1ece29(_0x181a48){const _0x3d3987=_0x1a1648(_0x181a48);_0x3d3987&&_0x3d3987[_0x464a31([0x61,0x6c,0x67])]==_0x464a31([0x45,0x53,0x32,0x35,0x36])||(_0x1aa631=!0x1);}async function _0x4596eb(_0x3b165a,_0x2b31bd,_0x3afb1b){const _0xb10961=window[_0x464a31([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x464a31([0x66,0x72,0x6f,0x6d])](_0x11c05c(_0x3afb1b),_0x12c1f8=>_0x12c1f8[_0x464a31([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x5a1de7=new window[(_0x464a31([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x464a31([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x3b165a+_0x464a31([0x2e])+_0x2b31bd),_0x1b981f=window[_0x464a31([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x464a31([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x1b981f)return;const _0x2ea55c=await _0x1b981f[_0x464a31([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x464a31([0x6a,0x77,0x6b]),_0x4ac493,{[_0x464a31([0x6e,0x61,0x6d,0x65])]:_0x464a31([0x45,0x43,0x44,0x53,0x41]),[_0x464a31([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x464a31([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x464a31([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x1b981f[_0x464a31([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x464a31([0x6e,0x61,0x6d,0x65])]:_0x464a31([0x45,0x43,0x44,0x53,0x41]),[_0x464a31([0x68,0x61,0x73,0x68])]:{[_0x464a31([0x6e,0x61,0x6d,0x65])]:_0x464a31([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x2ea55c,_0xb10961,_0x5a1de7)||(_0x1aa631=!0x1);}}function _0x1a1648(_0x396a95){return _0x396a95[_0x464a31([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x464a31([0x65,0x79]))?JSON[_0x464a31([0x70,0x61,0x72,0x73,0x65])](_0x11c05c(_0x396a95)):null;}function _0x11c05c(_0xacf400){return window[_0x464a31([0x61,0x74,0x6f,0x62])](_0xacf400[_0x464a31([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x464a31([0x2b]))[_0x464a31([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x464a31([0x2f])));}function _0x2b91cc(_0x3d64d0){let _0x2dee4c=0x1505;function _0x210bb3(_0x23b4db){for(let _0x5d6e7e=0x0;_0x5d6e7e<_0x23b4db[_0x464a31([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x5d6e7e++){const _0x51f512=_0x23b4db[_0x464a31([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x5d6e7e);_0x2dee4c=(_0x2dee4c<<0x5)+_0x2dee4c+_0x51f512,_0x2dee4c&=_0x2dee4c;}}function _0xbd82d1(_0x23b203){Array[_0x464a31([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x23b203)?_0x23b203[_0x464a31([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0xbd82d1):_0x23b203&&typeof _0x23b203==_0x464a31([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x464a31([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x23b203)[_0x464a31([0x73,0x6f,0x72,0x74])]()[_0x464a31([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x57fa45,_0x2f1489])=>{_0x210bb3(_0x57fa45),_0xbd82d1(_0x2f1489);}):_0x210bb3(window[_0x464a31([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x23b203));}return _0xbd82d1(_0x3d64d0),_0x2dee4c>>>0x0;}function _0x15b39d(_0x5b88d2){return _0x5b88d2[_0x464a31([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x464a31([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x464a31([0x30]));}function _0x347ba0(_0x3c3655){return _0x3c3655[_0x464a31([0x73,0x70,0x6c,0x69,0x74])]('')[_0x464a31([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x464a31([0x6a,0x6f,0x69,0x6e])]('');}function _0x36b0ee(){}function _0x464a31(_0x5166ce){return _0x5166ce['map'](_0x5974dd=>String['fromCharCode'](_0x5974dd))['join']('');}_0x5ce887(await _0x1b07d6());}(this);}['getAllowedCommands'](){return this['_allowedCommands'];}['getDefaultCommands'](){const _0x59f0e5=_0x734e63=>function(_0x4ce13b,_0x5cecb2){const t=_0x4ce13b['t'],_0x4e3916=_0x4ce13b['t'];switch(_0x5cecb2){case'AI\x20Assistant':return _0x4e3916('AI\x20Assistant');case'Block\x20quote':return _0x4e3916('Block\x20quote');case'Bulleted\x20list':return _0x4e3916('Bulleted\x20list');case'Insert\x20code\x20block':return _0x4e3916('Insert\x20code\x20block');case'Open\x20file\x20manager':return _0x4e3916('Open\x20file\x20manager');case'Insert\x20image':return _0x4e3916('Insert\x20image');case'Heading\x201':return _0x4e3916('Heading\x201');case'Heading\x202':return _0x4e3916('Heading\x202');case'Heading\x203':return _0x4e3916('Heading\x203');case'Heading\x204':return _0x4e3916('Heading\x204');case'Heading\x205':return _0x4e3916('Heading\x205');case'Heading\x206':return _0x4e3916('Heading\x206');case'Horizontal\x20line':return _0x4e3916('Horizontal\x20line');case'Insert\x20HTML':return _0x4e3916('Insert\x20HTML');case'Increase\x20indent':return _0x4e3916('Increase\x20indent');case'Insert\x20table':return _0x4e3916('Insert\x20table');case'Table\x20of\x20contents':return _0x4e3916('Table\x20of\x20contents');case'Numbered\x20list':return _0x4e3916('Numbered\x20list');case'Decrease\x20indent':return _0x4e3916('Decrease\x20indent');case'Paragraph':return _0x4e3916('Paragraph');case'To-do\x20list':return _0x4e3916('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 _0x5cecb2;}}(this['editor']['locale'],_0x734e63);return[{'id':'aiAssistant','commandName':'showAIAssistant','icon':_0x5cca6b,'title':_0x59f0e5('AI\x20Assistant'),'description':_0x59f0e5('Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content'),'execute':_0x20f371=>{setTimeout(()=>_0x20f371['execute']('showAIAssistant'));}},{'id':'blockQuote','commandName':'blockQuote','icon':_0x348ecd,'title':_0x59f0e5('Block\x20quote'),'description':_0x59f0e5('Create\x20a\x20block\x20quote')},{'id':'bulletedList','commandName':'bulletedList','icon':_0x4ed04d,'title':_0x59f0e5('Bulleted\x20list'),'description':_0x59f0e5('Create\x20a\x20bulleted\x20list')},{'id':'codeBlock','commandName':'codeBlock','icon':_0xd0b3c9,'title':_0x59f0e5('Insert\x20code\x20block'),'description':_0x59f0e5('Create\x20a\x20code\x20block')},{'id':'ckbox','commandName':'ckbox','icon':_0x2af334,'title':_0x59f0e5('Open\x20file\x20manager'),'description':_0x59f0e5('Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file'),'aliases':['ckfinder','filemanager','upload']},{'id':'ckfinder','commandName':'ckfinder','icon':_0x2af334,'title':_0x59f0e5('Insert\x20image'),'description':_0x59f0e5('Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file'),'aliases':['ckbox','filemanager','upload']},{'id':'emoji','commandName':'emoji','icon':_0xf17753,'title':_0x59f0e5('Emoji'),'description':_0x59f0e5('Insert\x20an\x20emoji'),'execute':_0x228a30=>{setTimeout(()=>_0x228a30['execute']('emoji'));}},{'id':'heading1','commandName':'heading','icon':_0x193209,'title':_0x59f0e5('Heading\x201'),'description':_0x59f0e5('Create\x20a\x20heading\x20level\x201'),'execute':_0xf644d1=>{_0xf644d1['execute']('heading',{'value':'heading1'});}},{'id':'heading2','commandName':'heading','icon':_0x1a75d0,'title':_0x59f0e5('Heading\x202'),'description':_0x59f0e5('Create\x20a\x20heading\x20level\x202'),'execute':_0x7dc28c=>{_0x7dc28c['execute']('heading',{'value':'heading2'});}},{'id':'heading3','commandName':'heading','icon':_0x40cb3d,'title':_0x59f0e5('Heading\x203'),'description':_0x59f0e5('Create\x20a\x20heading\x20level\x203'),'execute':_0x5e6596=>{_0x5e6596['execute']('heading',{'value':'heading3'});}},{'id':'heading4','commandName':'heading','icon':_0xcc16c8,'title':_0x59f0e5('Heading\x204'),'description':_0x59f0e5('Create\x20a\x20heading\x20level\x204'),'execute':_0xdcbc7d=>{_0xdcbc7d['execute']('heading',{'value':'heading4'});}},{'id':'heading5','commandName':'heading','icon':_0x8fe7b5,'title':_0x59f0e5('Heading\x205'),'description':_0x59f0e5('Create\x20a\x20heading\x20level\x205'),'execute':_0x485acc=>{_0x485acc['execute']('heading',{'value':'heading5'});}},{'id':'heading6','commandName':'heading','icon':_0x68f857,'title':_0x59f0e5('Heading\x206'),'description':_0x59f0e5('Create\x20a\x20heading\x20level\x206'),'execute':_0xe00960=>{_0xe00960['execute']('heading',{'value':'heading6'});}},{'id':'horizontalLine','commandName':'horizontalLine','icon':_0x136452,'title':_0x59f0e5('Horizontal\x20line'),'description':_0x59f0e5('Insert\x20a\x20horizontal\x20line')},{'id':'htmlEmbed','commandName':'htmlEmbed','icon':_0x33f6ee,'title':_0x59f0e5('Insert\x20HTML'),'description':_0x59f0e5('Insert\x20an\x20HTML\x20snippet')},{'id':'indent','commandName':'indent','icon':_0x386462,'title':_0x59f0e5('Increase\x20indent'),'description':_0x59f0e5('Increase\x20the\x20indentation')},{'id':'insertMermaidCommand','commandName':'insertMermaidCommand','title':_0x59f0e5('Insert\x20Mermaid\x20diagram'),'description':_0x59f0e5('Insert\x20the\x20Mermaid\x20diagram')},{'id':'insertTable','commandName':'insertTable','icon':_0x28e08f,'title':_0x59f0e5('Insert\x20table'),'description':_0x59f0e5('Create\x20a\x20table')},{'id':'insertTableOfContents','commandName':'insertTableOfContents','icon':_0x458b6c,'title':_0x59f0e5('Table\x20of\x20contents'),'description':_0x59f0e5('Insert\x20table\x20of\x20contents'),'aliases':['toc']},{'id':'numberedList','commandName':'numberedList','icon':_0x49a8d1,'title':_0x59f0e5('Numbered\x20list'),'description':_0x59f0e5('Create\x20a\x20numbered\x20list')},{'id':'outdent','commandName':'outdent','icon':_0x5a9959,'title':_0x59f0e5('Decrease\x20indent'),'description':_0x59f0e5('Decrease\x20the\x20indentation')},{'id':'paragraph','commandName':'paragraph','icon':_0x1f097c,'title':_0x59f0e5('Paragraph'),'description':_0x59f0e5('Insert\x20a\x20paragraph')},{'id':'todoList','commandName':'todoList','icon':_0x52345c,'title':_0x59f0e5('To-do\x20list'),'description':_0x59f0e5('Create\x20a\x20to-do\x20list')}];}['_proxyIsEnabled'](_0x54be4c){return _0x54be4c['isEnabled']?_0x54be4c['isEnabled'](this['editor']):!_0x54be4c['commandName']||this['editor']['commands']['get'](_0x54be4c['commandName'])['isEnabled'];}['_proxyExecute'](_0x4604ed){if(_0x4604ed['execute'])_0x4604ed['execute'](this['editor']);else{if(!_0x4604ed['commandName'])throw new _0x453f86('slash-command-execute-missing',this['editor'],{'commandDefinition':_0x4604ed});this['editor']['execute'](_0x4604ed['commandName']);}}}function H(_0x2a0437,_0x4e6459){return _0x2a0437['title']<_0x4e6459['title']?-0x1:_0x2a0437['title']>_0x4e6459['title']?0x1:0x0;}function O(_0x1241b2,_0x214b3f){return _0x214b3f+'-'+_0x1241b2['toLowerCase']()['split']('\x20')['join']('-');}class e extends _0xb4f7aa{static get['pluginName'](){return'SlashCommandEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[L];}['getMatchingCommands'](_0x5bc7ed){const _0x44235d=_0x5bc7ed&&_0x5bc7ed['toLowerCase']();let _0x37a9e2=this['editor']['plugins']['get']('SlashCommandConfig')['getAllowedCommands']();if(_0x37a9e2=_0x37a9e2['filter'](_0x542705=>_0x542705['isEnabled']()),_0x44235d){const _0x31429e=[],_0x7401b1=[],_0x1666f1=[],_0xc5ca65=[];for(const _0x2d6263 of _0x37a9e2)_0x2d6263['id']['toLowerCase']()['includes'](_0x44235d)?_0x31429e['push'](_0x2d6263):_0x2d6263['title']['toLowerCase']()['includes'](_0x44235d)?_0x7401b1['push'](_0x2d6263):_0x2d6263['aliases']&&_0x2d6263['aliases']['some'](_0x199e91=>_0x199e91['toLowerCase']()['includes'](_0x44235d))?_0x1666f1['push'](_0x2d6263):_0x2d6263['description']&&_0x2d6263['description']['toLowerCase']()['includes'](_0x44235d)&&_0xc5ca65['push'](_0x2d6263);_0x37a9e2=_0x31429e['concat'](_0x7401b1,_0x1666f1,_0xc5ca65);}return _0x37a9e2;}}class K extends _0x56cba9{constructor(_0x1edb67,_0x1acfcd){super(_0x1edb67),this['textPartView']=this['_createTextPartView'](_0x1edb67,_0x1acfcd),void 0x0!==_0x1acfcd['isIconColorInherited']&&(this['iconView']['isColorInherited']=_0x1acfcd['isIconColorInherited']),this['set']({'icon':_0x1acfcd['icon']||_0x4a5b09,'withText':!0x0,'label':_0x1acfcd['title'],'class':'ck-slash-command-button'});}['render'](){super['render'](),this['children']['add'](this['textPartView']);}['_createTextPartView'](_0x251b03,_0x44a8aa){const _0x548b92=new _0x43f2b5(_0x251b03);return _0x548b92['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-slash-command-button__text-part']},'children':_0x44a8aa['description']?[this['labelView'],{'tag':'span','attributes':{'class':['ck','ck-slash-command-button__description']},'children':[{'text':_0x44a8aa['description']}]}]:[this['labelView']]}),_0x548b92;}}class s extends _0xb4f7aa{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'SlashCommandUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x590024){super(_0x590024),this['_setupMentionConfiguration']();}['init'](){this['editor']['once']('ready',this['_overrideMentionExecuteListener']['bind'](this)),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x27ea5a=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x516bfe;for(const _0x48c373 in _0x27ea5a){const _0x1b11e4=_0x48c373,_0x375aa9=_0x27ea5a[_0x1b11e4];if('slashCommandLicenseKeyValid'==_0x375aa9||'slashCommandLicenseKeyInvalid'==_0x375aa9||'slashCommandLicenseKeyExpired'==_0x375aa9||'slashCommandLicenseKeyDomainLimit'==_0x375aa9||'slashCommandLicenseKeyNotAllowed'==_0x375aa9||'slashCommandLicenseKeyEvaluationLimit'==_0x375aa9||'slashCommandLicenseKeyTrialLimit'==_0x375aa9||'slashCommandLicenseKeyUsageLimit'==_0x375aa9){delete _0x27ea5a[_0x1b11e4],_0x516bfe=_0x375aa9,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'slashCommandLicenseKeyInvalid'==_0x516bfe&&_0x27ea5a['_showLicenseError']('invalid'),'slashCommandLicenseKeyExpired'==_0x516bfe&&_0x27ea5a['_showLicenseError']('expired'),'slashCommandLicenseKeyDomainLimit'==_0x516bfe&&_0x27ea5a['_showLicenseError']('domainLimit'),'slashCommandLicenseKeyNotAllowed'==_0x516bfe&&_0x27ea5a['_showLicenseError']('featureNotAllowed','SlashCommand'),'slashCommandLicenseKeyEvaluationLimit'==_0x516bfe&&_0x27ea5a['_showLicenseError']('evaluationLimit'),'slashCommandLicenseKeyTrialLimit'==_0x516bfe&&_0x27ea5a['_showLicenseError']('trialLimit'),'slashCommandLicenseKeyUsageLimit'==_0x516bfe&&_0x27ea5a['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}['_setupMentionConfiguration'](){const _0x3d8d10=this['editor'],_0xda6e3c=this['editor']['plugins']['get']('SlashCommandEditing'),_0xd598db=_0x3d8d10['config']['get']('mention.feeds');_0xd598db['push']({'marker':'/','feed':_0x3f8d4b=>_0xda6e3c['getMatchingCommands'](_0x3f8d4b),'itemRenderer':this['_customItemRenderer']['bind'](this),'dropdownLimit':_0x3d8d10['config']['get']('slashCommand.dropdownLimit')||0x1/0x0}),_0x3d8d10['config']['set']('mention.feeds',_0xd598db);}['_overrideMentionExecuteListener'](){const _0x36eddd=this['editor'];_0x36eddd['commands']['get']('mention')['on']('execute',(_0x2b9a0b,_0x984047)=>{const _0x310d3e=_0x984047[0x0],_0x31051d=_0x36eddd['model'];'/'===_0x310d3e['marker']&&_0x31051d['change'](_0x5a953e=>{_0x5a953e['remove'](_0x310d3e['range']),_0x310d3e['mention']['execute'](),_0x2b9a0b['stop']();});},{'priority':'high'});}['_customItemRenderer'](_0x5627f3){const _0x4fa017=this['editor']['locale'],_0x37736f=new K(_0x4fa017,_0x5627f3);return _0x37736f['render'](),_0x37736f['element'];}}class m extends _0xb4f7aa{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 _0x18068e}from'@ckeditor/ckeditor5-core/dist/index.js';import{CKEditorError as _0x29f545,uid as _0x5efb9c}from'@ckeditor/ckeditor5-utils/dist/index.js';import{IconRobotPencil as _0x47afef,IconQuote as _0x6a9103,IconBulletedList as _0xd9e516,IconCodeBlock as _0x3acf41,IconBrowseFiles as _0x4bfa28,IconEmoji as _0x514fd5,IconHeading1 as _0x148cd0,IconHeading2 as _0x2a2387,IconHeading3 as _0x4ffae9,IconHeading4 as _0x2efbcb,IconHeading5 as _0xc27a5e,IconHeading6 as _0x54c536,IconHorizontalLine as _0x289404,IconHtml as _0x4c509d,IconIndent as _0x4ebfc7,IconTable as _0x17605a,IconTableOfContents as _0x575e6f,IconNumberedList as _0x2b95af,IconOutdent as _0x4014c1,IconParagraph as _0xaa11cf,IconTodoList as _0x417af0,IconPlay as _0x7a8cce}from'@ckeditor/ckeditor5-icons/dist/index.js';import{ButtonView as _0xdb4980,View as _0x34dacd}from'@ckeditor/ckeditor5-ui/dist/index.js';class L extends _0x18068e{static get['pluginName'](){return'SlashCommandConfig';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0xd40da9){super(_0xd40da9),this['_allowedCommands']=null;}['afterInit'](){const _0x72d0b6=this['editor']['config']['get']('slashCommand.removeCommands')||[],_0x38d8e8=function(_0x3bdd06){let _0x543d15=['heading4','heading5','heading6'];if(_0x3bdd06){const _0x32d4ce=_0x3bdd06['map'](_0xb89112=>_0xb89112['model']);_0x543d15=['heading1','heading2','heading3','heading4','heading5','heading6']['filter'](_0x1dd232=>!_0x32d4ce['includes'](_0x1dd232));}return _0x543d15;}(this['editor']['config']['get']('heading.options'));let _0x2e0bb9=this['getDefaultCommands']()['filter'](_0x442910=>!_0x38d8e8['includes'](_0x442910['id']))['filter'](_0xee4244=>!_0x72d0b6['includes'](_0xee4244['commandName']));const _0x17d5ec=this['editor']['config']['get']('slashCommand.extraCommands');_0x17d5ec&&_0x17d5ec['length']&&(_0x2e0bb9=_0x2e0bb9['concat'](_0x17d5ec));const _0x292143=this['editor']['config']['get']('template.definitions');_0x292143&&_0x292143['length']&&(_0x2e0bb9=_0x2e0bb9['concat'](function(_0x18f8b3){return _0x18f8b3['map'](_0x26010b=>{const {title:_0x27b916,icon:_0x4e12ff,description:_0x747fb2,data:_0x2679a3}=_0x26010b,_0x518eb4={'id':O(_0x27b916,'template'),'commandName':'insertTemplate','execute':_0x4c2c90=>{_0x4c2c90['execute']('insertTemplate',_0x2679a3);},'description':_0x747fb2,'icon':_0x4e12ff,'title':_0x27b916};return _0x4e12ff&&(_0x518eb4['isIconColorInherited']=!0x1),_0x518eb4;});}(_0x292143)));const _0x5e5eea=this['editor']['config']['get']('style.definitions');_0x5e5eea&&_0x5e5eea['length']&&(_0x2e0bb9=_0x2e0bb9['concat'](function(_0x5eb5a8){return _0x5eb5a8['map'](_0x58d127=>({'id':O(_0x58d127['name'],'style'),'commandName':'style','execute':_0x38a932=>{_0x38a932['execute']('style',{'styleName':_0x58d127['name']});},'isEnabled':_0x5b8e3a=>{const _0x1d28de=_0x5b8e3a['commands']['get']('style');return _0x1d28de['isEnabled']&&_0x1d28de['enabledStyles']['includes'](_0x58d127['name']);},'title':_0x58d127['name']}));}(_0x5e5eea)));const _0xb2c6c=_0x2e0bb9['filter'](_0x453ccc=>!_0x453ccc['commandName']||void 0x0!==this['editor']['commands']['get'](_0x453ccc['commandName'])),_0x1f54fb=[];for(const _0xe0a322 of _0xb2c6c)_0x1f54fb['push']({'id':_0xe0a322['id'],'commandName':_0xe0a322['commandName'],'title':'function'==typeof _0xe0a322['title']?_0xe0a322['title'](this['editor']):_0xe0a322['title'],'description':_0xe0a322['description'],'icon':_0xe0a322['icon'],'isIconColorInherited':_0xe0a322['isIconColorInherited'],'aliases':_0xe0a322['aliases'],'isEnabled':()=>this['_proxyIsEnabled'](_0xe0a322),'execute':()=>this['_proxyExecute'](_0xe0a322)});this['_allowedCommands']=_0x1f54fb['sort'](H),async function(_0x2552fa){const _0x504d98=_0x48df02([0x41,0x71,0x4f,0x78,0x4c,0x70,0x59,0x69,0x75,0x79,0x68,0x35,0x4a,0x44,0x74,0x48,0x54,0x34,0x6f,0x76,0x51,0x62,0x36,0x52,0x47,0x5a,0x32,0x6d,0x39,0x61,0x33,0x30,0x4e,0x77,0x46,0x42,0x67,0x64,0x73,0x58,0x4b,0x6c,0x66,0x72,0x4d,0x31,0x50,0x6b,0x38,0x43,0x6e,0x65,0x45,0x63,0x37,0x53,0x55,0x7a,0x49,0x57,0x56,0x6a]),_0x46632f=0x76c55fbb,_0x75f1bb=0x76c23c0b^_0x46632f,_0x20b8f9=window[_0x48df02([0x44,0x61,0x74,0x65])][_0x48df02([0x6e,0x6f,0x77])](),_0x29f503=_0x2552fa[_0x48df02([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x556ead=new window[(_0x48df02([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x4543fb=>{_0x29f503[_0x48df02([0x6f,0x6e,0x63,0x65])](_0x48df02([0x72,0x65,0x61,0x64,0x79]),_0x4543fb);}),_0x3edcf0={[_0x48df02([0x6b,0x74,0x79])]:_0x48df02([0x45,0x43]),[_0x48df02([0x75,0x73,0x65])]:_0x48df02([0x73,0x69,0x67]),[_0x48df02([0x63,0x72,0x76])]:_0x48df02([0x50,0x2d,0x32,0x35,0x36]),[_0x48df02([0x78])]:_0x48df02([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]),[_0x48df02([0x79])]:_0x48df02([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]),[_0x48df02([0x61,0x6c,0x67])]:_0x48df02([0x45,0x53,0x32,0x35,0x36])},_0x288f37=_0x29f503[_0x48df02([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x48df02([0x67,0x65,0x74])](_0x48df02([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x21b287(){let _0x1c5a79,_0x3bd78d=null,_0x1ff971=null;try{if(_0x288f37==_0x48df02([0x47,0x50,0x4c]))return _0x48df02([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x1c5a79=_0x31a8ab(),!_0x1c5a79)return _0x48df02([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x1c5a79[_0x48df02([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x1ff971=_0x46b90c(_0x1c5a79[_0x48df02([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x1c5a79[_0x48df02([0x6a,0x74,0x69])])),await _0x114390()?_0x15ae86()?_0x1d4125()?_0x48df02([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x57aae3()?(_0x1c5a79[_0x48df02([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x48df02([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x3bd78d=_0x468cd5(_0x48df02([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x1c5a79[_0x48df02([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x48df02([0x74,0x72,0x69,0x61,0x6c])&&(_0x3bd78d=_0x468cd5(_0x48df02([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0xc595de()):_0x48df02([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x48df02([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x48df02([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x1ec048){return _0x48df02([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x1d4125(){const _0x16e6bc=[_0x48df02([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x48df02([0x74,0x72,0x69,0x61,0x6c])][_0x48df02([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1c5a79[_0x48df02([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x20b8f9/0x3e8:0xe10*_0x75f1bb;return _0x1c5a79[_0x48df02([0x65,0x78,0x70])]<_0x16e6bc;}function _0x15ae86(){const _0x2b7c48=_0x1c5a79[_0x48df02([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x2b7c48&&(!!_0x2b7c48[_0x48df02([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x48df02([0x2a]))||(!!_0x2b7c48[_0x48df02([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x48df02([0x53,0x43]))||!!_0x2b7c48[_0x48df02([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x48df02([0x50,0x50]))));}function _0x57aae3(){const _0x5a5db8=_0x1c5a79[_0x48df02([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x5a5db8||0x0==_0x5a5db8[_0x48df02([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0xce15d3}=new URL(window[_0x48df02([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x5a5db8[_0x48df02([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xce15d3))return!0x0;const _0x3a687f=_0xce15d3[_0x48df02([0x73,0x70,0x6c,0x69,0x74])](_0x48df02([0x2e]));return _0x5a5db8[_0x48df02([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x4a972e=>_0x4a972e[_0x48df02([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x48df02([0x2a])))[_0x48df02([0x6d,0x61,0x70])](_0x24b418=>_0x24b418[_0x48df02([0x73,0x70,0x6c,0x69,0x74])](_0x48df02([0x2e])))[_0x48df02([0x73,0x6f,0x6d,0x65])](_0x479356=>_0x3a687f[_0x48df02([0x65,0x76,0x65,0x72,0x79])]((_0x565ce4,_0x70d98f)=>_0x479356[_0x70d98f]===_0x565ce4||_0x479356[_0x70d98f]===_0x48df02([0x2a])));}function _0xc595de(){return _0x3bd78d&&_0x1ff971?new window[(_0x48df02([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x33efcd,_0x3ddb42)=>{_0x3bd78d[_0x48df02([0x74,0x68,0x65,0x6e])](_0x33efcd,_0x3ddb42),_0x1ff971[_0x48df02([0x74,0x68,0x65,0x6e])](_0x81274e=>{_0x81274e!=_0x48df02([0x56,0x61,0x6c,0x69,0x64])&&_0x33efcd(_0x81274e);},_0x3ddb42);}):_0x3bd78d||_0x1ff971||_0x48df02([0x56,0x61,0x6c,0x69,0x64]);}}function _0x46b90c(_0x1d35a5,_0x301899){return new window[(_0x48df02([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x210884=>{if(_0x30ae87())return _0x210884(_0x48df02([0x56,0x61,0x6c,0x69,0x64]));_0x2a318e(),_0x29f503[_0x48df02([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x48df02([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x4e7f27=!0x1;const _0x34a4db=_0x5efb9c();function _0x3779e2(_0x552c63){return!!_0x552c63&&(typeof _0x552c63===_0x48df02([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x552c63===_0x48df02([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x552c63[_0x48df02([0x74,0x68,0x65,0x6e])]===_0x48df02([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x552c63[_0x48df02([0x63,0x61,0x74,0x63,0x68])]===_0x48df02([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x42ee6d(_0x404922){_0x58de4d(_0x404922)[_0x48df02([0x74,0x68,0x65,0x6e])](_0x5dc948=>{if(!_0x5dc948||_0x5dc948[_0x48df02([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x48df02([0x6f,0x6b]))return _0x48df02([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x20171a(_0x4324d4(_0x34a4db+_0x301899))!=_0x5dc948[_0x48df02([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x48df02([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x48df02([0x56,0x61,0x6c,0x69,0x64]);})[_0x48df02([0x74,0x68,0x65,0x6e])](_0x26ccf1=>(_0x2cf33a(),_0x26ccf1),()=>{const _0x2161d9=_0x3aa3a8();return null==_0x2161d9?(_0x2cf33a(),_0x48df02([0x56,0x61,0x6c,0x69,0x64])):_0x48df02(_0x20b8f9-_0x2161d9>(0x52c9dbbb^_0x46632f)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x48df02([0x74,0x68,0x65,0x6e])](_0x210884)[_0x48df02([0x63,0x61,0x74,0x63,0x68])](()=>{_0x210884(_0x48df02([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x2e908a=0x76f3b13b^_0x46632f;function _0x2cf33a(){const _0x6bafe7=_0x48df02([0x6c,0x6c,0x63,0x74,0x2d])+_0x20171a(_0x4324d4(_0x1d35a5)),_0x4bcdde=_0x56bf46(_0x20171a(window[_0x48df02([0x4d,0x61,0x74,0x68])][_0x48df02([0x63,0x65,0x69,0x6c])](_0x20b8f9/_0x2e908a)));window[_0x48df02([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x48df02([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x6bafe7,_0x4bcdde);}function _0x3aa3a8(){const _0x26b550=_0x48df02([0x6c,0x6c,0x63,0x74,0x2d])+_0x20171a(_0x4324d4(_0x1d35a5)),_0x14f4ed=window[_0x48df02([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x48df02([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x26b550);return _0x14f4ed?window[_0x48df02([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x56bf46(_0x14f4ed),0x10)*_0x2e908a:null;}function _0x58de4d(_0x2b2a2e){return new window[(_0x48df02([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x3e29a8,_0x50a04c)=>{_0x2b2a2e[_0x48df02([0x74,0x68,0x65,0x6e])](_0x3e29a8,_0x50a04c),window[_0x48df02([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x50a04c,0x76c48b7b^_0x46632f);});}}_0x29f503[_0x48df02([0x6f,0x6e])](_0x48df02([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x4e7ca5,_0x5affcc)=>{if(_0x5affcc[0x0]!=_0x1d35a5)return _0x210884(_0x48df02([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x5affcc[0x1]={..._0x5affcc[0x1],[_0x48df02([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x34a4db};},{[_0x48df02([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x48df02([0x68,0x69,0x67,0x68])}),_0x29f503[_0x48df02([0x6f,0x6e])](_0x48df02([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x2409ae=>{_0x3779e2(_0x2409ae[_0x48df02([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x4e7f27=!0x0,_0x42ee6d(_0x2409ae[_0x48df02([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x48df02([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x48df02([0x6c,0x6f,0x77])}),_0x556ead[_0x48df02([0x74,0x68,0x65,0x6e])](()=>{_0x4e7f27||_0x210884(_0x48df02([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x30ae87(){return _0x29f503[_0x48df02([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x48df02([0x76,0x69,0x65,0x77])][_0x48df02([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x48df02([0x61,0x75,0x74,0x6f]);}function _0x2a318e(){_0x29f503[_0x48df02([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x48df02([0x76,0x69,0x65,0x77])][_0x48df02([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x48df02([0x61,0x75,0x74,0x6f]);}}function _0x468cd5(_0x439d58){const _0xbf39d7=[new window[(_0x48df02([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x595ef5=>setTimeout(_0x595ef5,0x76cc6177^_0x46632f)),_0x556ead[_0x48df02([0x74,0x68,0x65,0x6e])](()=>new window[(_0x48df02([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x147270=>{let _0x69c6bc=0x0;_0x29f503[_0x48df02([0x6d,0x6f,0x64,0x65,0x6c])][_0x48df02([0x6f,0x6e])](_0x48df02([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x10de28,_0x1e495b)=>{_0x1e495b[0x0][_0x48df02([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x69c6bc++,_0x69c6bc==(0x76c55e43^_0x46632f)&&(_0x147270(),_0x10de28[_0x48df02([0x6f,0x66,0x66])]());});}))];return window[_0x48df02([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x48df02([0x72,0x61,0x63,0x65])](_0xbf39d7)[_0x48df02([0x74,0x68,0x65,0x6e])](()=>_0x439d58);}async function _0x516e80(){await _0x556ead,_0x29f503[_0x48df02([0x6d,0x6f,0x64,0x65,0x6c])][_0x48df02([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x3cfc8b,_0x29f503[_0x48df02([0x6d,0x6f,0x64,0x65,0x6c])][_0x48df02([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x3cfc8b,_0x29f503[_0x48df02([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x48df02([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x3c8725(_0x681dd8){const _0x2e6a2e=_0x28b65f();_0x29f503[_0x2e6a2e]=_0x48df02([0x73,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x681dd8,_0x681dd8!=_0x48df02([0x56,0x61,0x6c,0x69,0x64])&&_0x516e80();}function _0x28b65f(){const _0x21b7c5=window[_0x48df02([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x48df02([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x48df02([0x6e,0x6f,0x77])]())[_0x48df02([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x48df02([0x2e]),'');let _0x1cfc16=_0x48df02([0x41]);for(let _0x325909=0x0;_0x325909<_0x21b7c5[_0x48df02([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x325909+=0x2){let _0x2581e6=window[_0x48df02([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x21b7c5[_0x48df02([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x325909,_0x325909+0x2));_0x2581e6>=_0x504d98[_0x48df02([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x2581e6-=_0x504d98[_0x48df02([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x1cfc16+=_0x504d98[_0x2581e6];}return _0x1cfc16;}function _0x31a8ab(){const _0x41b285=_0x288f37[_0x48df02([0x73,0x70,0x6c,0x69,0x74])](_0x48df02([0x2e]));if(0x3!=_0x41b285[_0x48df02([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x5d508f(_0x41b285[0x1]);function _0x5d508f(_0x1fc6b1){const _0x41ab5e=_0x27efc2(_0x1fc6b1);return _0x41ab5e&&_0x45d4aa()?_0x41ab5e:null;function _0x45d4aa(){const _0x15838a=_0x41ab5e[_0x48df02([0x6a,0x74,0x69])],_0x2e5f64=window[_0x48df02([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x15838a[_0x48df02([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x15838a[_0x48df02([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x456657={..._0x41ab5e,[_0x48df02([0x6a,0x74,0x69])]:_0x15838a[_0x48df02([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x15838a[_0x48df02([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x456657[_0x48df02([0x76,0x63])],_0x4324d4(_0x456657)==_0x2e5f64;}}}async function _0x114390(){let _0x8a8688=!0x0;try{const _0x39c84d=_0x288f37[_0x48df02([0x73,0x70,0x6c,0x69,0x74])](_0x48df02([0x2e])),[_0x1907d7,_0xe32daa,_0x569b73]=_0x39c84d;return _0x2890fb(_0x1907d7),await _0x4b7996(_0x1907d7,_0xe32daa,_0x569b73),_0x8a8688;}catch(_0x3909ff){return!0x1;}function _0x2890fb(_0x4c21a4){const _0x3a4a5e=_0x27efc2(_0x4c21a4);_0x3a4a5e&&_0x3a4a5e[_0x48df02([0x61,0x6c,0x67])]==_0x48df02([0x45,0x53,0x32,0x35,0x36])||(_0x8a8688=!0x1);}async function _0x4b7996(_0x2c7b21,_0x5ac807,_0x445cb4){const _0x57fdda=window[_0x48df02([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x48df02([0x66,0x72,0x6f,0x6d])](_0x2fca07(_0x445cb4),_0x575a5b=>_0x575a5b[_0x48df02([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x49f07f=new window[(_0x48df02([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x48df02([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x2c7b21+_0x48df02([0x2e])+_0x5ac807),_0x183a02=window[_0x48df02([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x48df02([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x183a02)return;const _0x422d1c=await _0x183a02[_0x48df02([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x48df02([0x6a,0x77,0x6b]),_0x3edcf0,{[_0x48df02([0x6e,0x61,0x6d,0x65])]:_0x48df02([0x45,0x43,0x44,0x53,0x41]),[_0x48df02([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x48df02([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x48df02([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x183a02[_0x48df02([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x48df02([0x6e,0x61,0x6d,0x65])]:_0x48df02([0x45,0x43,0x44,0x53,0x41]),[_0x48df02([0x68,0x61,0x73,0x68])]:{[_0x48df02([0x6e,0x61,0x6d,0x65])]:_0x48df02([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x422d1c,_0x57fdda,_0x49f07f)||(_0x8a8688=!0x1);}}function _0x27efc2(_0x2fab2b){return _0x2fab2b[_0x48df02([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x48df02([0x65,0x79]))?JSON[_0x48df02([0x70,0x61,0x72,0x73,0x65])](_0x2fca07(_0x2fab2b)):null;}function _0x2fca07(_0x5832ed){return window[_0x48df02([0x61,0x74,0x6f,0x62])](_0x5832ed[_0x48df02([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x48df02([0x2b]))[_0x48df02([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x48df02([0x2f])));}function _0x4324d4(_0x5630ff){let _0x345bc0=0x1505;function _0x353b18(_0x4459a5){for(let _0x22dcf1=0x0;_0x22dcf1<_0x4459a5[_0x48df02([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x22dcf1++){const _0x15a571=_0x4459a5[_0x48df02([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x22dcf1);_0x345bc0=(_0x345bc0<<0x5)+_0x345bc0+_0x15a571,_0x345bc0&=_0x345bc0;}}function _0x41fd52(_0x57915d){Array[_0x48df02([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x57915d)?_0x57915d[_0x48df02([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x41fd52):_0x57915d&&typeof _0x57915d==_0x48df02([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x48df02([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x57915d)[_0x48df02([0x73,0x6f,0x72,0x74])]()[_0x48df02([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x35eb2a,_0x2e4456])=>{_0x353b18(_0x35eb2a),_0x41fd52(_0x2e4456);}):_0x353b18(window[_0x48df02([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x57915d));}return _0x41fd52(_0x5630ff),_0x345bc0>>>0x0;}function _0x20171a(_0x2f6de7){return _0x2f6de7[_0x48df02([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x48df02([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x48df02([0x30]));}function _0x56bf46(_0x39c528){return _0x39c528[_0x48df02([0x73,0x70,0x6c,0x69,0x74])]('')[_0x48df02([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x48df02([0x6a,0x6f,0x69,0x6e])]('');}function _0x3cfc8b(){}function _0x48df02(_0x1839cd){return _0x1839cd['map'](_0x384683=>String['fromCharCode'](_0x384683))['join']('');}_0x3c8725(await _0x21b287());}(this);}['getAllowedCommands'](){return this['_allowedCommands'];}['getDefaultCommands'](){const _0x2053d2=_0xe953d1=>function(_0x1517bb,_0x5ccfe0){const t=_0x1517bb['t'],_0x31068f=_0x1517bb['t'];switch(_0x5ccfe0){case'AI\x20Assistant':return _0x31068f('AI\x20Assistant');case'Block\x20quote':return _0x31068f('Block\x20quote');case'Bulleted\x20list':return _0x31068f('Bulleted\x20list');case'Insert\x20code\x20block':return _0x31068f('Insert\x20code\x20block');case'Open\x20file\x20manager':return _0x31068f('Open\x20file\x20manager');case'Insert\x20image':return _0x31068f('Insert\x20image');case'Heading\x201':return _0x31068f('Heading\x201');case'Heading\x202':return _0x31068f('Heading\x202');case'Heading\x203':return _0x31068f('Heading\x203');case'Heading\x204':return _0x31068f('Heading\x204');case'Heading\x205':return _0x31068f('Heading\x205');case'Heading\x206':return _0x31068f('Heading\x206');case'Horizontal\x20line':return _0x31068f('Horizontal\x20line');case'Insert\x20HTML':return _0x31068f('Insert\x20HTML');case'Increase\x20indent':return _0x31068f('Increase\x20indent');case'Insert\x20table':return _0x31068f('Insert\x20table');case'Table\x20of\x20contents':return _0x31068f('Table\x20of\x20contents');case'Numbered\x20list':return _0x31068f('Numbered\x20list');case'Decrease\x20indent':return _0x31068f('Decrease\x20indent');case'Paragraph':return _0x31068f('Paragraph');case'To-do\x20list':return _0x31068f('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 _0x5ccfe0;}}(this['editor']['locale'],_0xe953d1);return[{'id':'aiAssistant','commandName':'showAIAssistant','icon':_0x47afef,'title':_0x2053d2('AI\x20Assistant'),'description':_0x2053d2('Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content'),'execute':_0xb646c6=>{setTimeout(()=>_0xb646c6['execute']('showAIAssistant'));}},{'id':'blockQuote','commandName':'blockQuote','icon':_0x6a9103,'title':_0x2053d2('Block\x20quote'),'description':_0x2053d2('Create\x20a\x20block\x20quote')},{'id':'bulletedList','commandName':'bulletedList','icon':_0xd9e516,'title':_0x2053d2('Bulleted\x20list'),'description':_0x2053d2('Create\x20a\x20bulleted\x20list')},{'id':'codeBlock','commandName':'codeBlock','icon':_0x3acf41,'title':_0x2053d2('Insert\x20code\x20block'),'description':_0x2053d2('Create\x20a\x20code\x20block')},{'id':'ckbox','commandName':'ckbox','icon':_0x4bfa28,'title':_0x2053d2('Open\x20file\x20manager'),'description':_0x2053d2('Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file'),'aliases':['ckfinder','filemanager','upload']},{'id':'ckfinder','commandName':'ckfinder','icon':_0x4bfa28,'title':_0x2053d2('Insert\x20image'),'description':_0x2053d2('Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file'),'aliases':['ckbox','filemanager','upload']},{'id':'emoji','commandName':'emoji','icon':_0x514fd5,'title':_0x2053d2('Emoji'),'description':_0x2053d2('Insert\x20an\x20emoji'),'execute':_0x1a7c37=>{setTimeout(()=>_0x1a7c37['execute']('emoji'));}},{'id':'heading1','commandName':'heading','icon':_0x148cd0,'title':_0x2053d2('Heading\x201'),'description':_0x2053d2('Create\x20a\x20heading\x20level\x201'),'execute':_0x50915a=>{_0x50915a['execute']('heading',{'value':'heading1'});}},{'id':'heading2','commandName':'heading','icon':_0x2a2387,'title':_0x2053d2('Heading\x202'),'description':_0x2053d2('Create\x20a\x20heading\x20level\x202'),'execute':_0x27bb88=>{_0x27bb88['execute']('heading',{'value':'heading2'});}},{'id':'heading3','commandName':'heading','icon':_0x4ffae9,'title':_0x2053d2('Heading\x203'),'description':_0x2053d2('Create\x20a\x20heading\x20level\x203'),'execute':_0xef364a=>{_0xef364a['execute']('heading',{'value':'heading3'});}},{'id':'heading4','commandName':'heading','icon':_0x2efbcb,'title':_0x2053d2('Heading\x204'),'description':_0x2053d2('Create\x20a\x20heading\x20level\x204'),'execute':_0x576e26=>{_0x576e26['execute']('heading',{'value':'heading4'});}},{'id':'heading5','commandName':'heading','icon':_0xc27a5e,'title':_0x2053d2('Heading\x205'),'description':_0x2053d2('Create\x20a\x20heading\x20level\x205'),'execute':_0x3a491b=>{_0x3a491b['execute']('heading',{'value':'heading5'});}},{'id':'heading6','commandName':'heading','icon':_0x54c536,'title':_0x2053d2('Heading\x206'),'description':_0x2053d2('Create\x20a\x20heading\x20level\x206'),'execute':_0x1cb949=>{_0x1cb949['execute']('heading',{'value':'heading6'});}},{'id':'horizontalLine','commandName':'horizontalLine','icon':_0x289404,'title':_0x2053d2('Horizontal\x20line'),'description':_0x2053d2('Insert\x20a\x20horizontal\x20line')},{'id':'htmlEmbed','commandName':'htmlEmbed','icon':_0x4c509d,'title':_0x2053d2('Insert\x20HTML'),'description':_0x2053d2('Insert\x20an\x20HTML\x20snippet')},{'id':'indent','commandName':'indent','icon':_0x4ebfc7,'title':_0x2053d2('Increase\x20indent'),'description':_0x2053d2('Increase\x20the\x20indentation')},{'id':'insertMermaidCommand','commandName':'insertMermaidCommand','title':_0x2053d2('Insert\x20Mermaid\x20diagram'),'description':_0x2053d2('Insert\x20the\x20Mermaid\x20diagram')},{'id':'insertTable','commandName':'insertTable','icon':_0x17605a,'title':_0x2053d2('Insert\x20table'),'description':_0x2053d2('Create\x20a\x20table')},{'id':'insertTableOfContents','commandName':'insertTableOfContents','icon':_0x575e6f,'title':_0x2053d2('Table\x20of\x20contents'),'description':_0x2053d2('Insert\x20table\x20of\x20contents'),'aliases':['toc']},{'id':'numberedList','commandName':'numberedList','icon':_0x2b95af,'title':_0x2053d2('Numbered\x20list'),'description':_0x2053d2('Create\x20a\x20numbered\x20list')},{'id':'outdent','commandName':'outdent','icon':_0x4014c1,'title':_0x2053d2('Decrease\x20indent'),'description':_0x2053d2('Decrease\x20the\x20indentation')},{'id':'paragraph','commandName':'paragraph','icon':_0xaa11cf,'title':_0x2053d2('Paragraph'),'description':_0x2053d2('Insert\x20a\x20paragraph')},{'id':'todoList','commandName':'todoList','icon':_0x417af0,'title':_0x2053d2('To-do\x20list'),'description':_0x2053d2('Create\x20a\x20to-do\x20list')}];}['_proxyIsEnabled'](_0x1e9cbf){return _0x1e9cbf['isEnabled']?_0x1e9cbf['isEnabled'](this['editor']):!_0x1e9cbf['commandName']||this['editor']['commands']['get'](_0x1e9cbf['commandName'])['isEnabled'];}['_proxyExecute'](_0x4201e5){if(_0x4201e5['execute'])_0x4201e5['execute'](this['editor']);else{if(!_0x4201e5['commandName'])throw new _0x29f545('slash-command-execute-missing',this['editor'],{'commandDefinition':_0x4201e5});this['editor']['execute'](_0x4201e5['commandName']);}}}function H(_0x5b85c7,_0x17cb5b){return _0x5b85c7['title']<_0x17cb5b['title']?-0x1:_0x5b85c7['title']>_0x17cb5b['title']?0x1:0x0;}function O(_0x318a8b,_0xb56539){return _0xb56539+'-'+_0x318a8b['toLowerCase']()['split']('\x20')['join']('-');}class e extends _0x18068e{static get['pluginName'](){return'SlashCommandEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[L];}['getMatchingCommands'](_0x390675){const _0x3621ab=_0x390675&&_0x390675['toLowerCase']();let _0x3b86bc=this['editor']['plugins']['get']('SlashCommandConfig')['getAllowedCommands']();if(_0x3b86bc=_0x3b86bc['filter'](_0x195485=>_0x195485['isEnabled']()),_0x3621ab){const _0x3f30c2=[],_0x3de541=[],_0x2363a0=[],_0x554867=[];for(const _0x2de916 of _0x3b86bc)_0x2de916['id']['toLowerCase']()['includes'](_0x3621ab)?_0x3f30c2['push'](_0x2de916):_0x2de916['title']['toLowerCase']()['includes'](_0x3621ab)?_0x3de541['push'](_0x2de916):_0x2de916['aliases']&&_0x2de916['aliases']['some'](_0x48e811=>_0x48e811['toLowerCase']()['includes'](_0x3621ab))?_0x2363a0['push'](_0x2de916):_0x2de916['description']&&_0x2de916['description']['toLowerCase']()['includes'](_0x3621ab)&&_0x554867['push'](_0x2de916);_0x3b86bc=_0x3f30c2['concat'](_0x3de541,_0x2363a0,_0x554867);}return _0x3b86bc;}}class K extends _0xdb4980{constructor(_0x38fb13,_0x2442fa){super(_0x38fb13),this['textPartView']=this['_createTextPartView'](_0x38fb13,_0x2442fa),void 0x0!==_0x2442fa['isIconColorInherited']&&(this['iconView']['isColorInherited']=_0x2442fa['isIconColorInherited']),this['set']({'icon':_0x2442fa['icon']||_0x7a8cce,'withText':!0x0,'label':_0x2442fa['title'],'class':'ck-slash-command-button'});}['render'](){super['render'](),this['children']['add'](this['textPartView']);}['_createTextPartView'](_0x1f573b,_0xe8df6f){const _0x43eefe=new _0x34dacd(_0x1f573b);return _0x43eefe['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-slash-command-button__text-part']},'children':_0xe8df6f['description']?[this['labelView'],{'tag':'span','attributes':{'class':['ck','ck-slash-command-button__description']},'children':[{'text':_0xe8df6f['description']}]}]:[this['labelView']]}),_0x43eefe;}}class s extends _0x18068e{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'SlashCommandUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x1dc54d){super(_0x1dc54d),this['_setupMentionConfiguration']();}['init'](){this['editor']['once']('ready',this['_overrideMentionExecuteListener']['bind'](this)),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x408a13=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x55ddef;for(const _0x50e17c in _0x408a13){const _0x2ae6a5=_0x50e17c,_0xc58826=_0x408a13[_0x2ae6a5];if('slashCommandLicenseKeyValid'==_0xc58826||'slashCommandLicenseKeyInvalid'==_0xc58826||'slashCommandLicenseKeyExpired'==_0xc58826||'slashCommandLicenseKeyDomainLimit'==_0xc58826||'slashCommandLicenseKeyNotAllowed'==_0xc58826||'slashCommandLicenseKeyEvaluationLimit'==_0xc58826||'slashCommandLicenseKeyTrialLimit'==_0xc58826||'slashCommandLicenseKeyUsageLimit'==_0xc58826){delete _0x408a13[_0x2ae6a5],_0x55ddef=_0xc58826,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'slashCommandLicenseKeyInvalid'==_0x55ddef&&_0x408a13['_showLicenseError']('invalid'),'slashCommandLicenseKeyExpired'==_0x55ddef&&_0x408a13['_showLicenseError']('expired'),'slashCommandLicenseKeyDomainLimit'==_0x55ddef&&_0x408a13['_showLicenseError']('domainLimit'),'slashCommandLicenseKeyNotAllowed'==_0x55ddef&&_0x408a13['_showLicenseError']('featureNotAllowed','SlashCommand'),'slashCommandLicenseKeyEvaluationLimit'==_0x55ddef&&_0x408a13['_showLicenseError']('evaluationLimit'),'slashCommandLicenseKeyTrialLimit'==_0x55ddef&&_0x408a13['_showLicenseError']('trialLimit'),'slashCommandLicenseKeyUsageLimit'==_0x55ddef&&_0x408a13['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}['_setupMentionConfiguration'](){const _0x5584a3=this['editor'],_0x4b6d89=this['editor']['plugins']['get']('SlashCommandEditing'),_0x32c696=_0x5584a3['config']['get']('mention.feeds');_0x32c696['push']({'marker':'/','feed':_0x5de68e=>_0x4b6d89['getMatchingCommands'](_0x5de68e),'itemRenderer':this['_customItemRenderer']['bind'](this),'dropdownLimit':_0x5584a3['config']['get']('slashCommand.dropdownLimit')||0x1/0x0}),_0x5584a3['config']['set']('mention.feeds',_0x32c696);}['_overrideMentionExecuteListener'](){const _0x404a4c=this['editor'];_0x404a4c['commands']['get']('mention')['on']('execute',(_0x2bd602,_0x305fe9)=>{const _0x5316db=_0x305fe9[0x0],_0x194cbd=_0x404a4c['model'];'/'===_0x5316db['marker']&&_0x194cbd['change'](_0x5d11e2=>{_0x5d11e2['remove'](_0x5316db['range']),_0x5316db['mention']['execute'](),_0x2bd602['stop']();});},{'priority':'high'});}['_customItemRenderer'](_0x2a08d9){const _0x59c4e7=this['editor']['locale'],_0x5a7598=new K(_0x59c4e7,_0x2a08d9);return _0x5a7598['render'](),_0x5a7598['element'];}}class m extends _0x18068e{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.0.0-alpha.3",
3
+ "version": "45.0.0-alpha.5",
4
4
  "description": "Slash command feature for CKEditor 5.",
5
5
  "keywords": [
6
6
  "ckeditor",
@@ -12,15 +12,15 @@
12
12
  "type": "module",
13
13
  "main": "src/index.js",
14
14
  "dependencies": {
15
- "@ckeditor/ckeditor5-core": "45.0.0-alpha.3",
16
- "@ckeditor/ckeditor5-icons": "45.0.0-alpha.3",
17
- "@ckeditor/ckeditor5-heading": "45.0.0-alpha.3",
18
- "@ckeditor/ckeditor5-mention": "45.0.0-alpha.3",
19
- "@ckeditor/ckeditor5-style": "45.0.0-alpha.3",
20
- "@ckeditor/ckeditor5-template": "45.0.0-alpha.3",
21
- "@ckeditor/ckeditor5-ui": "45.0.0-alpha.3",
22
- "@ckeditor/ckeditor5-utils": "45.0.0-alpha.3",
23
- "ckeditor5": "45.0.0-alpha.3"
15
+ "@ckeditor/ckeditor5-core": "45.0.0-alpha.5",
16
+ "@ckeditor/ckeditor5-icons": "45.0.0-alpha.5",
17
+ "@ckeditor/ckeditor5-heading": "45.0.0-alpha.5",
18
+ "@ckeditor/ckeditor5-mention": "45.0.0-alpha.5",
19
+ "@ckeditor/ckeditor5-style": "45.0.0-alpha.5",
20
+ "@ckeditor/ckeditor5-template": "45.0.0-alpha.5",
21
+ "@ckeditor/ckeditor5-ui": "45.0.0-alpha.5",
22
+ "@ckeditor/ckeditor5-utils": "45.0.0-alpha.5",
23
+ "ckeditor5": "45.0.0-alpha.5"
24
24
  },
25
25
  "license": "SEE LICENSE IN LICENSE.md",
26
26
  "author": "CKSource (http://cksource.com/)",
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x29364a=_0x4069;(function(_0x1e7805,_0x4ef886){const _0x5c3434=_0x4069,_0x2b90cf=_0x1e7805();while(!![]){try{const _0x4c42f0=parseInt(_0x5c3434(0xfa))/0x1*(parseInt(_0x5c3434(0x14c))/0x2)+-parseInt(_0x5c3434(0x123))/0x3*(parseInt(_0x5c3434(0x146))/0x4)+parseInt(_0x5c3434(0x145))/0x5*(parseInt(_0x5c3434(0x12d))/0x6)+-parseInt(_0x5c3434(0xea))/0x7*(-parseInt(_0x5c3434(0x15a))/0x8)+parseInt(_0x5c3434(0x14e))/0x9*(-parseInt(_0x5c3434(0x12a))/0xa)+-parseInt(_0x5c3434(0x138))/0xb+-parseInt(_0x5c3434(0x11e))/0xc*(-parseInt(_0x5c3434(0xf5))/0xd);if(_0x4c42f0===_0x4ef886)break;else _0x2b90cf['push'](_0x2b90cf['shift']());}catch(_0x81aa98){_0x2b90cf['push'](_0x2b90cf['shift']());}}}(_0x1adb,0x55840));function _0x4069(_0x244127,_0x4f7ff4){const _0x1adb45=_0x1adb();return _0x4069=function(_0x40693c,_0x5ebd39){_0x40693c=_0x40693c-0xe1;let _0x4bea10=_0x1adb45[_0x40693c];return _0x4bea10;},_0x4069(_0x244127,_0x4f7ff4);}import{Plugin as _0x4647c6}from'ckeditor5/src/core.js';import{CKEditorError as _0x5591e4,uid as _0x3eb2a1}from'ckeditor5/src/utils.js';import{IconBrowseFiles as _0x10b7ac,IconBulletedList as _0x59aac6,IconEmoji as _0x35949f,IconCodeBlock as _0x3d9511,IconHeading1 as _0xe0901a,IconHeading2 as _0x37ec1f,IconHeading3 as _0x25e264,IconHeading4 as _0x128288,IconHeading5 as _0x110314,IconHeading6 as _0x8121f,IconHorizontalLine as _0x4439b7,IconHtml as _0x2e9d59,IconIndent as _0x5c394a,IconNumberedList as _0x1b9461,IconOutdent as _0x4245e0,IconParagraph as _0x123c1b,IconQuote as _0x3d523f,IconRobotPencil as _0x237cbf,IconTable as _0x36e983,IconTableOfContents as _0x289f40,IconTodoList as _0x5619bd}from'ckeditor5/src/icons.js';import{getTranslation as _0x4e11fe}from'./utils/common-translations.js';function _0x1adb(){const _0x739c1c=['Insert\x20an\x20emoji','Create\x20a\x20code\x20block','6458760gDZcfX','Decrease\x20the\x20indentation','Heading\x206','Heading\x202','icon','Create\x20a\x20table','href','execute','afterInit','_proxyExecute','Emoji','Create\x20a\x20heading\x20level\x204','Create\x20a\x20block\x20quote','265qhDuIx','4VuJrSS','isEnabled','Create\x20a\x20bulleted\x20list','split','Insert\x20table\x20of\x20contents','model','160948VsRGgq','_allowedCommands','11079CtVsjN','isIconColorInherited','outdent','toLowerCase','Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content','Create\x20a\x20numbered\x20list','Create\x20a\x20heading\x20level\x202','Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file','filter','isOfficialPlugin','Heading\x205','Numbered\x20list','8YFAJWx','aliases','heading1','insertTemplate','Paragraph','Create\x20a\x20to-do\x20list','paragraph','Horizontal\x20line','get','Block\x20quote','pluginName','heading','Insert\x20an\x20HTML\x20snippet','_proxyIsEnabled','join','getAllowedCommands','upload','locale','function','style','heading3','Insert\x20image','slash-command-execute-missing','238987rAnuhp','Create\x20a\x20heading\x20level\x206','Open\x20file\x20manager','htmlEmbed','Increase\x20the\x20indentation','editor','commands','description','map','codeBlock','enabledStyles','455vufuwm','slashCommand.removeCommands','horizontalLine','getDefaultCommands','insertMermaidCommand','3EzlDoZ','name','Insert\x20a\x20paragraph','insertTable','title','isPremiumPlugin','numberedList','bulletedList','length','Insert\x20code\x20block','Insert\x20a\x20horizontal\x20line','Increase\x20indent','indent','fromCharCode','Decrease\x20indent','Insert\x20the\x20Mermaid\x20diagram','Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file','slashCommand.extraCommands','Heading\x204','aiAssistant','Heading\x201','emoji','Heading\x203','Insert\x20table','template','concat','showAIAssistant','config','heading5','Create\x20a\x20heading\x20level\x205','insertTableOfContents','Bulleted\x20list','AI\x20Assistant','Insert\x20HTML','template.definitions','ckbox','244812NYjHUR','todoList','push','style.definitions','commandName','23181ptexfB','heading2','Insert\x20Mermaid\x20diagram','ckfinder','toc','heading4','blockQuote','860cnPOAZ','sort','heading.options','6954iGCQol','includes','To-do\x20list','SlashCommandConfig','Create\x20a\x20heading\x20level\x201','Table\x20of\x20contents','heading6','filemanager','Create\x20a\x20heading\x20level\x203'];_0x1adb=function(){return _0x739c1c;};return _0x1adb();}import'./slashcommandeditorconfig.js';export default class L extends _0x4647c6{static get[_0x29364a(0x164)](){const _0x5d9a3c=_0x29364a;return _0x5d9a3c(0x130);}static get[_0x29364a(0x157)](){return!0x0;}static get[_0x29364a(0xff)](){return!0x0;}constructor(_0x25fb99){const _0x4d5f54=_0x29364a;super(_0x25fb99),this[_0x4d5f54(0x14d)]=null;}[_0x29364a(0x140)](){const _0x84c145=_0x29364a,_0x573b10=this[_0x84c145(0xef)][_0x84c145(0x115)][_0x84c145(0x162)](_0x84c145(0xf6))||[],_0x44bede=function(_0x234890){const _0x541e24=_0x84c145;let _0x3c3944=[_0x541e24(0x128),_0x541e24(0x116),_0x541e24(0x133)];if(_0x234890){const _0x3d8fb2=_0x234890[_0x541e24(0xf2)](_0x42c9f2=>_0x42c9f2[_0x541e24(0x14b)]);_0x3c3944=[_0x541e24(0x15c),_0x541e24(0x124),_0x541e24(0xe7),_0x541e24(0x128),_0x541e24(0x116),_0x541e24(0x133)][_0x541e24(0x156)](_0xb55196=>!_0x3d8fb2[_0x541e24(0x12e)](_0xb55196));}return _0x3c3944;}(this[_0x84c145(0xef)][_0x84c145(0x115)][_0x84c145(0x162)](_0x84c145(0x12c)));let _0x50e3d6=this[_0x84c145(0xf8)]()[_0x84c145(0x156)](_0x171c95=>!_0x44bede[_0x84c145(0x12e)](_0x171c95['id']))[_0x84c145(0x156)](_0x54dc54=>!_0x573b10[_0x84c145(0x12e)](_0x54dc54[_0x84c145(0x122)]));const _0x2e718c=this[_0x84c145(0xef)][_0x84c145(0x115)][_0x84c145(0x162)](_0x84c145(0x10b));_0x2e718c&&_0x2e718c[_0x84c145(0x102)]&&(_0x50e3d6=_0x50e3d6[_0x84c145(0x113)](_0x2e718c));const _0x14cfa9=this[_0x84c145(0xef)][_0x84c145(0x115)][_0x84c145(0x162)](_0x84c145(0x11c));_0x14cfa9&&_0x14cfa9[_0x84c145(0x102)]&&(_0x50e3d6=_0x50e3d6[_0x84c145(0x113)](function(_0x30f245){const _0x3ac67d=_0x84c145;return _0x30f245[_0x3ac67d(0xf2)](_0x22f00d=>{const _0x55581a=_0x3ac67d,{title:_0x2b214f,icon:_0x1d1d13,description:_0x5a731c,data:_0x1566b8}=_0x22f00d,_0x322fcb={'id':O(_0x2b214f,_0x55581a(0x112)),'commandName':_0x55581a(0x15d),'execute':_0x4dd400=>{const _0x3cb9f7=_0x55581a;_0x4dd400[_0x3cb9f7(0x13f)](_0x3cb9f7(0x15d),_0x1566b8);},'description':_0x5a731c,'icon':_0x1d1d13,'title':_0x2b214f};return _0x1d1d13&&(_0x322fcb[_0x55581a(0x14f)]=!0x1),_0x322fcb;});}(_0x14cfa9)));const _0x9ea85b=this[_0x84c145(0xef)][_0x84c145(0x115)][_0x84c145(0x162)](_0x84c145(0x121));_0x9ea85b&&_0x9ea85b[_0x84c145(0x102)]&&(_0x50e3d6=_0x50e3d6[_0x84c145(0x113)](function(_0x475e2e){const _0x369cf8=_0x84c145;return _0x475e2e[_0x369cf8(0xf2)](_0x692b30=>({'id':O(_0x692b30[_0x369cf8(0xfb)],_0x369cf8(0xe6)),'commandName':_0x369cf8(0xe6),'execute':_0x51baad=>{const _0x4f6e6a=_0x369cf8;_0x51baad[_0x4f6e6a(0x13f)](_0x4f6e6a(0xe6),{'styleName':_0x692b30[_0x4f6e6a(0xfb)]});},'isEnabled':_0x20ab61=>{const _0x14118b=_0x369cf8,_0x28f4f0=_0x20ab61[_0x14118b(0xf0)][_0x14118b(0x162)](_0x14118b(0xe6));return _0x28f4f0[_0x14118b(0x147)]&&_0x28f4f0[_0x14118b(0xf4)][_0x14118b(0x12e)](_0x692b30[_0x14118b(0xfb)]);},'title':_0x692b30[_0x369cf8(0xfb)]}));}(_0x9ea85b)));const _0x299e72=_0x50e3d6[_0x84c145(0x156)](_0x471465=>!_0x471465[_0x84c145(0x122)]||void 0x0!==this[_0x84c145(0xef)][_0x84c145(0xf0)][_0x84c145(0x162)](_0x471465[_0x84c145(0x122)])),_0x37eea7=[];for(const _0x177107 of _0x299e72)_0x37eea7[_0x84c145(0x120)]({'id':_0x177107['id'],'commandName':_0x177107[_0x84c145(0x122)],'title':_0x84c145(0xe5)==typeof _0x177107[_0x84c145(0xfe)]?_0x177107[_0x84c145(0xfe)](this[_0x84c145(0xef)]):_0x177107[_0x84c145(0xfe)],'description':_0x177107[_0x84c145(0xf1)],'icon':_0x177107[_0x84c145(0x13c)],'isIconColorInherited':_0x177107[_0x84c145(0x14f)],'aliases':_0x177107[_0x84c145(0x15b)],'isEnabled':()=>this[_0x84c145(0x167)](_0x177107),'execute':()=>this[_0x84c145(0x141)](_0x177107)});this[_0x84c145(0x14d)]=_0x37eea7[_0x84c145(0x12b)](H),async function(_0xec4419){const _0x1c0e13=_0x1b3b54([0x65,0x45,0x34,0x76,0x49,0x78,0x66,0x7a,0x4e,0x55,0x33,0x37,0x4a,0x57,0x47,0x72,0x6a,0x63,0x32,0x53,0x6e,0x4d,0x42,0x62,0x71,0x41,0x59,0x61,0x67,0x44,0x4f,0x39,0x48,0x73,0x50,0x79,0x38,0x31,0x43,0x4c,0x6b,0x69,0x36,0x54,0x74,0x6f,0x68,0x5a,0x30,0x51,0x58,0x6d,0x46,0x75,0x70,0x35,0x56,0x77,0x52,0x6c,0x64,0x4b]),_0x1e48bc=0x15480189,_0x5e2af3=0x154f6209^_0x1e48bc,_0xf8c6f7=window[_0x1b3b54([0x44,0x61,0x74,0x65])][_0x1b3b54([0x6e,0x6f,0x77])](),_0x3a6cf4=_0xec4419[_0x1b3b54([0x65,0x64,0x69,0x74,0x6f,0x72])],_0xf0b629=new window[(_0x1b3b54([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x191e03=>{_0x3a6cf4[_0x1b3b54([0x6f,0x6e,0x63,0x65])](_0x1b3b54([0x72,0x65,0x61,0x64,0x79]),_0x191e03);}),_0x124c86={[_0x1b3b54([0x6b,0x74,0x79])]:_0x1b3b54([0x45,0x43]),[_0x1b3b54([0x75,0x73,0x65])]:_0x1b3b54([0x73,0x69,0x67]),[_0x1b3b54([0x63,0x72,0x76])]:_0x1b3b54([0x50,0x2d,0x32,0x35,0x36]),[_0x1b3b54([0x78])]:_0x1b3b54([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]),[_0x1b3b54([0x79])]:_0x1b3b54([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]),[_0x1b3b54([0x61,0x6c,0x67])]:_0x1b3b54([0x45,0x53,0x32,0x35,0x36])},_0x37bfe2=_0x3a6cf4[_0x1b3b54([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x1b3b54([0x67,0x65,0x74])](_0x1b3b54([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x4db186(){let _0x43f177,_0x2bef34=null,_0x40fbfa=null;try{if(_0x37bfe2==_0x1b3b54([0x47,0x50,0x4c]))return _0x1b3b54([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x43f177=_0x3abaf8(),!_0x43f177)return _0x1b3b54([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x43f177[_0x1b3b54([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x40fbfa=_0x1a9e5b(_0x43f177[_0x1b3b54([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x43f177[_0x1b3b54([0x6a,0x74,0x69])])),await _0x53da31()?_0x56b39e()?_0x27f63c()?_0x1b3b54([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x184ef6()?(_0x43f177[_0x1b3b54([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x1b3b54([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x2bef34=_0xe78485(_0x1b3b54([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x43f177[_0x1b3b54([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x1b3b54([0x74,0x72,0x69,0x61,0x6c])&&(_0x2bef34=_0xe78485(_0x1b3b54([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x345293()):_0x1b3b54([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x1b3b54([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x1b3b54([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x5b330e){return _0x1b3b54([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x27f63c(){const _0x36bcdd=[_0x1b3b54([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x1b3b54([0x74,0x72,0x69,0x61,0x6c])][_0x1b3b54([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x43f177[_0x1b3b54([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0xf8c6f7/0x3e8:0xe10*_0x5e2af3;return _0x43f177[_0x1b3b54([0x65,0x78,0x70])]<_0x36bcdd;}function _0x56b39e(){const _0x2b3f96=_0x43f177[_0x1b3b54([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x2b3f96&&(!!_0x2b3f96[_0x1b3b54([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1b3b54([0x2a]))||(!!_0x2b3f96[_0x1b3b54([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1b3b54([0x53,0x43]))||!!_0x2b3f96[_0x1b3b54([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1b3b54([0x50,0x50]))));}function _0x184ef6(){const _0x4873fc=_0x4069,_0x3f20ba=_0x43f177[_0x1b3b54([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x3f20ba||0x0==_0x3f20ba[_0x1b3b54([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x567d53}=new URL(window[_0x1b3b54([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x4873fc(0x13e)]);if(_0x3f20ba[_0x1b3b54([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x567d53))return!0x0;const _0x3da533=_0x567d53[_0x1b3b54([0x73,0x70,0x6c,0x69,0x74])](_0x1b3b54([0x2e]));return _0x3f20ba[_0x1b3b54([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x3a78e9=>_0x3a78e9[_0x1b3b54([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1b3b54([0x2a])))[_0x1b3b54([0x6d,0x61,0x70])](_0x7c844d=>_0x7c844d[_0x1b3b54([0x73,0x70,0x6c,0x69,0x74])](_0x1b3b54([0x2e])))[_0x1b3b54([0x73,0x6f,0x6d,0x65])](_0x55d5a7=>_0x3da533[_0x1b3b54([0x65,0x76,0x65,0x72,0x79])]((_0x59ddf8,_0x436cd5)=>_0x55d5a7[_0x436cd5]===_0x59ddf8||_0x55d5a7[_0x436cd5]===_0x1b3b54([0x2a])));}function _0x345293(){return _0x2bef34&&_0x40fbfa?new window[(_0x1b3b54([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x323e99,_0x2367fc)=>{_0x2bef34[_0x1b3b54([0x74,0x68,0x65,0x6e])](_0x323e99,_0x2367fc),_0x40fbfa[_0x1b3b54([0x74,0x68,0x65,0x6e])](_0x1f6467=>{_0x1f6467!=_0x1b3b54([0x56,0x61,0x6c,0x69,0x64])&&_0x323e99(_0x1f6467);},_0x2367fc);}):_0x2bef34||_0x40fbfa||_0x1b3b54([0x56,0x61,0x6c,0x69,0x64]);}}function _0x1a9e5b(_0x404464,_0x162d45){return new window[(_0x1b3b54([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x59f965=>{if(_0x3c3cce())return _0x59f965(_0x1b3b54([0x56,0x61,0x6c,0x69,0x64]));_0x2a4869(),_0x3a6cf4[_0x1b3b54([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x1b3b54([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x21004b=!0x1;const _0x589bf7=_0x3eb2a1();function _0x59df8f(_0x2dcb4c){return!!_0x2dcb4c&&(typeof _0x2dcb4c===_0x1b3b54([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x2dcb4c===_0x1b3b54([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x2dcb4c[_0x1b3b54([0x74,0x68,0x65,0x6e])]===_0x1b3b54([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x2dcb4c[_0x1b3b54([0x63,0x61,0x74,0x63,0x68])]===_0x1b3b54([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x71f777(_0xa7005f){_0x20f5c4(_0xa7005f)[_0x1b3b54([0x74,0x68,0x65,0x6e])](_0x40cb11=>{if(!_0x40cb11||_0x40cb11[_0x1b3b54([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x1b3b54([0x6f,0x6b]))return _0x1b3b54([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x1851cc(_0x555a79(_0x589bf7+_0x162d45))!=_0x40cb11[_0x1b3b54([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x1b3b54([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x1b3b54([0x56,0x61,0x6c,0x69,0x64]);})[_0x1b3b54([0x74,0x68,0x65,0x6e])](_0x1240b8=>(_0x822f38(),_0x1240b8),()=>{const _0x3c190b=_0x989ec4();return null==_0x3c190b?(_0x822f38(),_0x1b3b54([0x56,0x61,0x6c,0x69,0x64])):_0x1b3b54(_0xf8c6f7-_0x3c190b>(0x31448589^_0x1e48bc)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x1b3b54([0x74,0x68,0x65,0x6e])](_0x59f965)[_0x1b3b54([0x63,0x61,0x74,0x63,0x68])](()=>{_0x59f965(_0x1b3b54([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x40fc7a=0x157eef09^_0x1e48bc;function _0x822f38(){const _0x4baea3=_0x1b3b54([0x6c,0x6c,0x63,0x74,0x2d])+_0x1851cc(_0x555a79(_0x404464)),_0x24c792=_0x2c9816(_0x1851cc(window[_0x1b3b54([0x4d,0x61,0x74,0x68])][_0x1b3b54([0x63,0x65,0x69,0x6c])](_0xf8c6f7/_0x40fc7a)));window[_0x1b3b54([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x1b3b54([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x4baea3,_0x24c792);}function _0x989ec4(){const _0x2abd6f=_0x1b3b54([0x6c,0x6c,0x63,0x74,0x2d])+_0x1851cc(_0x555a79(_0x404464)),_0x2abc0f=window[_0x1b3b54([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x1b3b54([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x2abd6f);return _0x2abc0f?window[_0x1b3b54([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x2c9816(_0x2abc0f),0x10)*_0x40fc7a:null;}function _0x20f5c4(_0x2bcb54){return new window[(_0x1b3b54([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x2ee838,_0x149fb0)=>{_0x2bcb54[_0x1b3b54([0x74,0x68,0x65,0x6e])](_0x2ee838,_0x149fb0),window[_0x1b3b54([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x149fb0,0x1549d549^_0x1e48bc);});}}_0x3a6cf4[_0x1b3b54([0x6f,0x6e])](_0x1b3b54([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0xe641b4,_0x184038)=>{if(_0x184038[0x0]!=_0x404464)return _0x59f965(_0x1b3b54([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x184038[0x1]={..._0x184038[0x1],[_0x1b3b54([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x589bf7};},{[_0x1b3b54([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x1b3b54([0x68,0x69,0x67,0x68])}),_0x3a6cf4[_0x1b3b54([0x6f,0x6e])](_0x1b3b54([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x1cd375=>{_0x59df8f(_0x1cd375[_0x1b3b54([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x21004b=!0x0,_0x71f777(_0x1cd375[_0x1b3b54([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x1b3b54([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x1b3b54([0x6c,0x6f,0x77])}),_0xf0b629[_0x1b3b54([0x74,0x68,0x65,0x6e])](()=>{_0x21004b||_0x59f965(_0x1b3b54([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x3c3cce(){return _0x3a6cf4[_0x1b3b54([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x1b3b54([0x76,0x69,0x65,0x77])][_0x1b3b54([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x1b3b54([0x61,0x75,0x74,0x6f]);}function _0x2a4869(){_0x3a6cf4[_0x1b3b54([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x1b3b54([0x76,0x69,0x65,0x77])][_0x1b3b54([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x1b3b54([0x61,0x75,0x74,0x6f]);}}function _0xe78485(_0x2ec3ef){const _0xbc4b37=[new window[(_0x1b3b54([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x1b481a=>setTimeout(_0x1b481a,0x15413f45^_0x1e48bc)),_0xf0b629[_0x1b3b54([0x74,0x68,0x65,0x6e])](()=>new window[(_0x1b3b54([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x517fe7=>{let _0x438534=0x0;_0x3a6cf4[_0x1b3b54([0x6d,0x6f,0x64,0x65,0x6c])][_0x1b3b54([0x6f,0x6e])](_0x1b3b54([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0xd66ab5,_0x11d1df)=>{_0x11d1df[0x0][_0x1b3b54([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x438534++,_0x438534==(0x15480071^_0x1e48bc)&&(_0x517fe7(),_0xd66ab5[_0x1b3b54([0x6f,0x66,0x66])]());});}))];return window[_0x1b3b54([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x1b3b54([0x72,0x61,0x63,0x65])](_0xbc4b37)[_0x1b3b54([0x74,0x68,0x65,0x6e])](()=>_0x2ec3ef);}async function _0x3aa443(){await _0xf0b629,_0x3a6cf4[_0x1b3b54([0x6d,0x6f,0x64,0x65,0x6c])][_0x1b3b54([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x2fa329,_0x3a6cf4[_0x1b3b54([0x6d,0x6f,0x64,0x65,0x6c])][_0x1b3b54([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x2fa329,_0x3a6cf4[_0x1b3b54([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x1b3b54([0x6d,0x6f,0x64,0x65,0x6c]));}function _0xf67371(_0x8e2e4a){const _0x447227=_0x3337bb();_0x3a6cf4[_0x447227]=_0x1b3b54([0x73,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x8e2e4a,_0x8e2e4a!=_0x1b3b54([0x56,0x61,0x6c,0x69,0x64])&&_0x3aa443();}function _0x3337bb(){const _0x20298e=window[_0x1b3b54([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x1b3b54([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x1b3b54([0x6e,0x6f,0x77])]())[_0x1b3b54([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x1b3b54([0x2e]),'');let _0x3290d1=_0x1b3b54([0x65]);for(let _0x1d4aa4=0x0;_0x1d4aa4<_0x20298e[_0x1b3b54([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x1d4aa4+=0x2){let _0x51de76=window[_0x1b3b54([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x20298e[_0x1b3b54([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x1d4aa4,_0x1d4aa4+0x2));_0x51de76>=_0x1c0e13[_0x1b3b54([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x51de76-=_0x1c0e13[_0x1b3b54([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x3290d1+=_0x1c0e13[_0x51de76];}return _0x3290d1;}function _0x3abaf8(){const _0x4be31c=_0x37bfe2[_0x1b3b54([0x73,0x70,0x6c,0x69,0x74])](_0x1b3b54([0x2e]));if(0x3!=_0x4be31c[_0x1b3b54([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x26f978(_0x4be31c[0x1]);function _0x26f978(_0x48f931){const _0x5f4d44=_0x231d65(_0x48f931);return _0x5f4d44&&_0x43918d()?_0x5f4d44:null;function _0x43918d(){const _0x53e2a1=_0x5f4d44[_0x1b3b54([0x6a,0x74,0x69])],_0x1223c1=window[_0x1b3b54([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x53e2a1[_0x1b3b54([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x53e2a1[_0x1b3b54([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x248848={..._0x5f4d44,[_0x1b3b54([0x6a,0x74,0x69])]:_0x53e2a1[_0x1b3b54([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x53e2a1[_0x1b3b54([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x248848[_0x1b3b54([0x76,0x63])],_0x555a79(_0x248848)==_0x1223c1;}}}async function _0x53da31(){let _0x81daef=!0x0;try{const _0x2497a8=_0x37bfe2[_0x1b3b54([0x73,0x70,0x6c,0x69,0x74])](_0x1b3b54([0x2e])),[_0x4e2fc8,_0x577219,_0x3a5ab1]=_0x2497a8;return _0x3b9a3c(_0x4e2fc8),await _0x766dd5(_0x4e2fc8,_0x577219,_0x3a5ab1),_0x81daef;}catch(_0x18edc7){return!0x1;}function _0x3b9a3c(_0x1d88ea){const _0x350d1f=_0x231d65(_0x1d88ea);_0x350d1f&&_0x350d1f[_0x1b3b54([0x61,0x6c,0x67])]==_0x1b3b54([0x45,0x53,0x32,0x35,0x36])||(_0x81daef=!0x1);}async function _0x766dd5(_0x4a22d3,_0x576c77,_0x1d9c63){const _0x5eac68=window[_0x1b3b54([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x1b3b54([0x66,0x72,0x6f,0x6d])](_0x5864c8(_0x1d9c63),_0x5364ac=>_0x5364ac[_0x1b3b54([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x5077f6=new window[(_0x1b3b54([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x1b3b54([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x4a22d3+_0x1b3b54([0x2e])+_0x576c77),_0x19d78c=window[_0x1b3b54([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x1b3b54([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x19d78c)return;const _0x26288e=await _0x19d78c[_0x1b3b54([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x1b3b54([0x6a,0x77,0x6b]),_0x124c86,{[_0x1b3b54([0x6e,0x61,0x6d,0x65])]:_0x1b3b54([0x45,0x43,0x44,0x53,0x41]),[_0x1b3b54([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x1b3b54([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x1b3b54([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x19d78c[_0x1b3b54([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x1b3b54([0x6e,0x61,0x6d,0x65])]:_0x1b3b54([0x45,0x43,0x44,0x53,0x41]),[_0x1b3b54([0x68,0x61,0x73,0x68])]:{[_0x1b3b54([0x6e,0x61,0x6d,0x65])]:_0x1b3b54([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x26288e,_0x5eac68,_0x5077f6)||(_0x81daef=!0x1);}}function _0x231d65(_0x1d6039){return _0x1d6039[_0x1b3b54([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x1b3b54([0x65,0x79]))?JSON[_0x1b3b54([0x70,0x61,0x72,0x73,0x65])](_0x5864c8(_0x1d6039)):null;}function _0x5864c8(_0x478f26){return window[_0x1b3b54([0x61,0x74,0x6f,0x62])](_0x478f26[_0x1b3b54([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x1b3b54([0x2b]))[_0x1b3b54([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x1b3b54([0x2f])));}function _0x555a79(_0x461dca){let _0x7465c1=0x1505;function _0x41ecbe(_0x122ebb){for(let _0x4596a6=0x0;_0x4596a6<_0x122ebb[_0x1b3b54([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x4596a6++){const _0xf40553=_0x122ebb[_0x1b3b54([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x4596a6);_0x7465c1=(_0x7465c1<<0x5)+_0x7465c1+_0xf40553,_0x7465c1&=_0x7465c1;}}function _0x4cf112(_0x28d8ca){Array[_0x1b3b54([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x28d8ca)?_0x28d8ca[_0x1b3b54([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x4cf112):_0x28d8ca&&typeof _0x28d8ca==_0x1b3b54([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x1b3b54([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x28d8ca)[_0x1b3b54([0x73,0x6f,0x72,0x74])]()[_0x1b3b54([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x48758c,_0x51aa5b])=>{_0x41ecbe(_0x48758c),_0x4cf112(_0x51aa5b);}):_0x41ecbe(window[_0x1b3b54([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x28d8ca));}return _0x4cf112(_0x461dca),_0x7465c1>>>0x0;}function _0x1851cc(_0x67a614){return _0x67a614[_0x1b3b54([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x1b3b54([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x1b3b54([0x30]));}function _0x2c9816(_0x5d6315){return _0x5d6315[_0x1b3b54([0x73,0x70,0x6c,0x69,0x74])]('')[_0x1b3b54([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x1b3b54([0x6a,0x6f,0x69,0x6e])]('');}function _0x2fa329(){}function _0x1b3b54(_0x12ce61){const _0x41f08c=_0x4069;return _0x12ce61[_0x41f08c(0xf2)](_0x446c5e=>String[_0x41f08c(0x107)](_0x446c5e))[_0x41f08c(0xe1)]('');}_0xf67371(await _0x4db186());}(this);}[_0x29364a(0xe2)](){const _0x2de20d=_0x29364a;return this[_0x2de20d(0x14d)];}[_0x29364a(0xf8)](){const _0x2489b3=_0x29364a,_0x4c18f6=_0x12a563=>_0x4e11fe(this[_0x2489b3(0xef)][_0x2489b3(0xe4)],_0x12a563);return[{'id':_0x2489b3(0x10d),'commandName':_0x2489b3(0x114),'icon':_0x237cbf,'title':_0x4c18f6(_0x2489b3(0x11a)),'description':_0x4c18f6(_0x2489b3(0x152)),'execute':_0x2d5c0f=>{const _0x13b571=_0x2489b3;setTimeout(()=>_0x2d5c0f[_0x13b571(0x13f)](_0x13b571(0x114)));}},{'id':_0x2489b3(0x129),'commandName':_0x2489b3(0x129),'icon':_0x3d523f,'title':_0x4c18f6(_0x2489b3(0x163)),'description':_0x4c18f6(_0x2489b3(0x144))},{'id':_0x2489b3(0x101),'commandName':_0x2489b3(0x101),'icon':_0x59aac6,'title':_0x4c18f6(_0x2489b3(0x119)),'description':_0x4c18f6(_0x2489b3(0x148))},{'id':_0x2489b3(0xf3),'commandName':_0x2489b3(0xf3),'icon':_0x3d9511,'title':_0x4c18f6(_0x2489b3(0x103)),'description':_0x4c18f6(_0x2489b3(0x137))},{'id':_0x2489b3(0x11d),'commandName':_0x2489b3(0x11d),'icon':_0x10b7ac,'title':_0x4c18f6(_0x2489b3(0xec)),'description':_0x4c18f6(_0x2489b3(0x155)),'aliases':[_0x2489b3(0x126),_0x2489b3(0x134),_0x2489b3(0xe3)]},{'id':_0x2489b3(0x126),'commandName':_0x2489b3(0x126),'icon':_0x10b7ac,'title':_0x4c18f6(_0x2489b3(0xe8)),'description':_0x4c18f6(_0x2489b3(0x10a)),'aliases':[_0x2489b3(0x11d),_0x2489b3(0x134),_0x2489b3(0xe3)]},{'id':_0x2489b3(0x10f),'commandName':_0x2489b3(0x10f),'icon':_0x35949f,'title':_0x4c18f6(_0x2489b3(0x142)),'description':_0x4c18f6(_0x2489b3(0x136)),'execute':_0x3283e1=>{const _0x41728c=_0x2489b3;setTimeout(()=>_0x3283e1[_0x41728c(0x13f)](_0x41728c(0x10f)));}},{'id':_0x2489b3(0x15c),'commandName':_0x2489b3(0x165),'icon':_0xe0901a,'title':_0x4c18f6(_0x2489b3(0x10e)),'description':_0x4c18f6(_0x2489b3(0x131)),'execute':_0x56910e=>{const _0x3ad9c0=_0x2489b3;_0x56910e[_0x3ad9c0(0x13f)](_0x3ad9c0(0x165),{'value':_0x3ad9c0(0x15c)});}},{'id':_0x2489b3(0x124),'commandName':_0x2489b3(0x165),'icon':_0x37ec1f,'title':_0x4c18f6(_0x2489b3(0x13b)),'description':_0x4c18f6(_0x2489b3(0x154)),'execute':_0x4b952e=>{const _0x3ccc63=_0x2489b3;_0x4b952e[_0x3ccc63(0x13f)](_0x3ccc63(0x165),{'value':_0x3ccc63(0x124)});}},{'id':_0x2489b3(0xe7),'commandName':_0x2489b3(0x165),'icon':_0x25e264,'title':_0x4c18f6(_0x2489b3(0x110)),'description':_0x4c18f6(_0x2489b3(0x135)),'execute':_0x5457ea=>{const _0x324ef3=_0x2489b3;_0x5457ea[_0x324ef3(0x13f)](_0x324ef3(0x165),{'value':_0x324ef3(0xe7)});}},{'id':_0x2489b3(0x128),'commandName':_0x2489b3(0x165),'icon':_0x128288,'title':_0x4c18f6(_0x2489b3(0x10c)),'description':_0x4c18f6(_0x2489b3(0x143)),'execute':_0xe0fa4=>{const _0x19d105=_0x2489b3;_0xe0fa4[_0x19d105(0x13f)](_0x19d105(0x165),{'value':_0x19d105(0x128)});}},{'id':_0x2489b3(0x116),'commandName':_0x2489b3(0x165),'icon':_0x110314,'title':_0x4c18f6(_0x2489b3(0x158)),'description':_0x4c18f6(_0x2489b3(0x117)),'execute':_0x4c5782=>{const _0x21d664=_0x2489b3;_0x4c5782[_0x21d664(0x13f)](_0x21d664(0x165),{'value':_0x21d664(0x116)});}},{'id':_0x2489b3(0x133),'commandName':_0x2489b3(0x165),'icon':_0x8121f,'title':_0x4c18f6(_0x2489b3(0x13a)),'description':_0x4c18f6(_0x2489b3(0xeb)),'execute':_0x1770d1=>{const _0x5a19ee=_0x2489b3;_0x1770d1[_0x5a19ee(0x13f)](_0x5a19ee(0x165),{'value':_0x5a19ee(0x133)});}},{'id':_0x2489b3(0xf7),'commandName':_0x2489b3(0xf7),'icon':_0x4439b7,'title':_0x4c18f6(_0x2489b3(0x161)),'description':_0x4c18f6(_0x2489b3(0x104))},{'id':_0x2489b3(0xed),'commandName':_0x2489b3(0xed),'icon':_0x2e9d59,'title':_0x4c18f6(_0x2489b3(0x11b)),'description':_0x4c18f6(_0x2489b3(0x166))},{'id':_0x2489b3(0x106),'commandName':_0x2489b3(0x106),'icon':_0x5c394a,'title':_0x4c18f6(_0x2489b3(0x105)),'description':_0x4c18f6(_0x2489b3(0xee))},{'id':_0x2489b3(0xf9),'commandName':_0x2489b3(0xf9),'title':_0x4c18f6(_0x2489b3(0x125)),'description':_0x4c18f6(_0x2489b3(0x109))},{'id':_0x2489b3(0xfd),'commandName':_0x2489b3(0xfd),'icon':_0x36e983,'title':_0x4c18f6(_0x2489b3(0x111)),'description':_0x4c18f6(_0x2489b3(0x13d))},{'id':_0x2489b3(0x118),'commandName':_0x2489b3(0x118),'icon':_0x289f40,'title':_0x4c18f6(_0x2489b3(0x132)),'description':_0x4c18f6(_0x2489b3(0x14a)),'aliases':[_0x2489b3(0x127)]},{'id':_0x2489b3(0x100),'commandName':_0x2489b3(0x100),'icon':_0x1b9461,'title':_0x4c18f6(_0x2489b3(0x159)),'description':_0x4c18f6(_0x2489b3(0x153))},{'id':_0x2489b3(0x150),'commandName':_0x2489b3(0x150),'icon':_0x4245e0,'title':_0x4c18f6(_0x2489b3(0x108)),'description':_0x4c18f6(_0x2489b3(0x139))},{'id':_0x2489b3(0x160),'commandName':_0x2489b3(0x160),'icon':_0x123c1b,'title':_0x4c18f6(_0x2489b3(0x15e)),'description':_0x4c18f6(_0x2489b3(0xfc))},{'id':_0x2489b3(0x11f),'commandName':_0x2489b3(0x11f),'icon':_0x5619bd,'title':_0x4c18f6(_0x2489b3(0x12f)),'description':_0x4c18f6(_0x2489b3(0x15f))}];}[_0x29364a(0x167)](_0x48890d){const _0x58fce4=_0x29364a;return _0x48890d[_0x58fce4(0x147)]?_0x48890d[_0x58fce4(0x147)](this[_0x58fce4(0xef)]):!_0x48890d[_0x58fce4(0x122)]||this[_0x58fce4(0xef)][_0x58fce4(0xf0)][_0x58fce4(0x162)](_0x48890d[_0x58fce4(0x122)])[_0x58fce4(0x147)];}[_0x29364a(0x141)](_0x532279){const _0x44457b=_0x29364a;if(_0x532279[_0x44457b(0x13f)])_0x532279[_0x44457b(0x13f)](this[_0x44457b(0xef)]);else{if(!_0x532279[_0x44457b(0x122)])throw new _0x5591e4(_0x44457b(0xe9),this[_0x44457b(0xef)],{'commandDefinition':_0x532279});this[_0x44457b(0xef)][_0x44457b(0x13f)](_0x532279[_0x44457b(0x122)]);}}}function H(_0x475e6c,_0x8096d3){const _0x32939b=_0x29364a;return _0x475e6c[_0x32939b(0xfe)]<_0x8096d3[_0x32939b(0xfe)]?-0x1:_0x475e6c[_0x32939b(0xfe)]>_0x8096d3[_0x32939b(0xfe)]?0x1:0x0;}function O(_0x42cb22,_0x31d279){const _0x34bf1a=_0x29364a;return _0x31d279+'-'+_0x42cb22[_0x34bf1a(0x151)]()[_0x34bf1a(0x149)]('\x20')[_0x34bf1a(0xe1)]('-');}
23
+ const _0x1547df=_0x5a41;(function(_0x37a13d,_0x21451d){const _0x39ab78=_0x5a41,_0x28b07a=_0x37a13d();while(!![]){try{const _0x43a4fa=parseInt(_0x39ab78(0x1be))/0x1*(-parseInt(_0x39ab78(0x20d))/0x2)+-parseInt(_0x39ab78(0x1a7))/0x3*(-parseInt(_0x39ab78(0x218))/0x4)+-parseInt(_0x39ab78(0x212))/0x5+parseInt(_0x39ab78(0x1f6))/0x6+-parseInt(_0x39ab78(0x201))/0x7+-parseInt(_0x39ab78(0x1e8))/0x8+parseInt(_0x39ab78(0x1c1))/0x9;if(_0x43a4fa===_0x21451d)break;else _0x28b07a['push'](_0x28b07a['shift']());}catch(_0x49d757){_0x28b07a['push'](_0x28b07a['shift']());}}}(_0x39de,0x5c520));import{Plugin as _0x44408c}from'ckeditor5/src/core.js';import{CKEditorError as _0x3283ec,uid as _0x2f47a2}from'ckeditor5/src/utils.js';import{IconBrowseFiles as _0x395263,IconBulletedList as _0x335878,IconEmoji as _0x5ad64b,IconCodeBlock as _0x5d768c,IconHeading1 as _0x26ee17,IconHeading2 as _0x1287c0,IconHeading3 as _0x6c672a,IconHeading4 as _0x402ad9,IconHeading5 as _0x28e931,IconHeading6 as _0x5cbf71,IconHorizontalLine as _0x7390a5,IconHtml as _0x157db3,IconIndent as _0xbbe264,IconNumberedList as _0x54cd06,IconOutdent as _0x44aefa,IconParagraph as _0x23400e,IconQuote as _0x402576,IconRobotPencil as _0x4c1ae4,IconTable as _0xc28194,IconTableOfContents as _0x14acf3,IconTodoList as _0x1d8bbb}from'ckeditor5/src/icons.js';function _0x39de(){const _0x3711dd=['Insert\x20table','Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content','Block\x20quote','style','Paragraph','slash-command-execute-missing','icon','isOfficialPlugin','Increase\x20indent','Heading\x201','Decrease\x20indent','Decrease\x20the\x20indentation','ckfinder','length','insertMermaidCommand','Insert\x20code\x20block','enabledStyles','title','159646DoxVyk','emoji','heading4','11124693lJdchc','template.definitions','sort','filter','name','heading1','concat','Bulleted\x20list','Emoji','isEnabled','template','Table\x20of\x20contents','horizontalLine','description','paragraph','Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file','To-do\x20list','slashCommand.removeCommands','pluginName','Create\x20a\x20heading\x20level\x204','Create\x20a\x20numbered\x20list','Heading\x202','todoList','ckbox','Insert\x20Mermaid\x20diagram','Insert\x20table\x20of\x20contents','join','execute','commands','getDefaultCommands','Increase\x20the\x20indentation','locale','Numbered\x20list','heading5','Horizontal\x20line','heading2','aliases','map','_proxyExecute','382288iEkuGG','editor','Heading\x204','heading.options','Heading\x205','Create\x20a\x20table','bulletedList','href','Heading\x206','filemanager','SlashCommandConfig','style.definitions','codeBlock','isIconColorInherited','3685938pCVwfh','Create\x20a\x20heading\x20level\x205','upload','Create\x20a\x20block\x20quote','Insert\x20image','getAllowedCommands','Insert\x20an\x20emoji','Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file','showAIAssistant','Insert\x20a\x20paragraph','Create\x20a\x20to-do\x20list','4540501BoGSHm','toLowerCase','heading','insertTableOfContents','Insert\x20a\x20horizontal\x20line','Create\x20a\x20heading\x20level\x203','Insert\x20the\x20Mermaid\x20diagram','Insert\x20HTML','Create\x20a\x20heading\x20level\x201','fromCharCode','Heading\x203','includes','6GATSZR','push','aiAssistant','numberedList','afterInit','2394340pPQeYm','function','split','insertTable','Create\x20a\x20heading\x20level\x202','Create\x20a\x20bulleted\x20list','727916ajKCwQ','insertTemplate','Create\x20a\x20code\x20block','outdent','heading3','get','toc','model','Open\x20file\x20manager','Create\x20a\x20heading\x20level\x206','_allowedCommands','heading6','AI\x20Assistant','commandName','_proxyIsEnabled','indent','blockQuote','isPremiumPlugin','3yBlBDH','htmlEmbed','slashCommand.extraCommands','Insert\x20an\x20HTML\x20snippet','config'];_0x39de=function(){return _0x3711dd;};return _0x39de();}function _0x5a41(_0x15d59b,_0x4968ef){const _0x39de1d=_0x39de();return _0x5a41=function(_0x5a4144,_0x3fc6d4){_0x5a4144=_0x5a4144-0x197;let _0x117d53=_0x39de1d[_0x5a4144];return _0x117d53;},_0x5a41(_0x15d59b,_0x4968ef);}import{getTranslation as _0x146897}from'./utils/common-translations.js';import'./slashcommandeditorconfig.js';export default class L extends _0x44408c{static get[_0x1547df(0x1d3)](){const _0x3faba0=_0x1547df;return _0x3faba0(0x1f2);}static get[_0x1547df(0x1b3)](){return!0x0;}static get[_0x1547df(0x1a6)](){return!0x0;}constructor(_0x1f5a8f){const _0x496c05=_0x1547df;super(_0x1f5a8f),this[_0x496c05(0x19f)]=null;}[_0x1547df(0x211)](){const _0x26c80a=_0x1547df,_0xb72438=this[_0x26c80a(0x1e9)][_0x26c80a(0x1ab)][_0x26c80a(0x19a)](_0x26c80a(0x1d2))||[],_0x4ffa6d=function(_0x3615e1){const _0xdb438e=_0x26c80a;let _0x217a46=[_0xdb438e(0x1c0),_0xdb438e(0x1e2),_0xdb438e(0x1a0)];if(_0x3615e1){const _0x561cf9=_0x3615e1[_0xdb438e(0x1e6)](_0x3dae4a=>_0x3dae4a[_0xdb438e(0x19c)]);_0x217a46=[_0xdb438e(0x1c6),_0xdb438e(0x1e4),_0xdb438e(0x199),_0xdb438e(0x1c0),_0xdb438e(0x1e2),_0xdb438e(0x1a0)][_0xdb438e(0x1c4)](_0x514351=>!_0x561cf9[_0xdb438e(0x20c)](_0x514351));}return _0x217a46;}(this[_0x26c80a(0x1e9)][_0x26c80a(0x1ab)][_0x26c80a(0x19a)](_0x26c80a(0x1eb)));let _0x1336f5=this[_0x26c80a(0x1de)]()[_0x26c80a(0x1c4)](_0x3e0b37=>!_0x4ffa6d[_0x26c80a(0x20c)](_0x3e0b37['id']))[_0x26c80a(0x1c4)](_0x4d858b=>!_0xb72438[_0x26c80a(0x20c)](_0x4d858b[_0x26c80a(0x1a2)]));const _0x1369b3=this[_0x26c80a(0x1e9)][_0x26c80a(0x1ab)][_0x26c80a(0x19a)](_0x26c80a(0x1a9));_0x1369b3&&_0x1369b3[_0x26c80a(0x1b9)]&&(_0x1336f5=_0x1336f5[_0x26c80a(0x1c7)](_0x1369b3));const _0x59e3cb=this[_0x26c80a(0x1e9)][_0x26c80a(0x1ab)][_0x26c80a(0x19a)](_0x26c80a(0x1c2));_0x59e3cb&&_0x59e3cb[_0x26c80a(0x1b9)]&&(_0x1336f5=_0x1336f5[_0x26c80a(0x1c7)](function(_0x3141a0){const _0x324e97=_0x26c80a;return _0x3141a0[_0x324e97(0x1e6)](_0xc3a23=>{const _0x5711e8=_0x324e97,{title:_0x5b4523,icon:_0x8f12ef,description:_0x162c28,data:_0x15e602}=_0xc3a23,_0x32eafc={'id':O(_0x5b4523,_0x5711e8(0x1cb)),'commandName':_0x5711e8(0x219),'execute':_0xfbbd03=>{const _0x311260=_0x5711e8;_0xfbbd03[_0x311260(0x1dc)](_0x311260(0x219),_0x15e602);},'description':_0x162c28,'icon':_0x8f12ef,'title':_0x5b4523};return _0x8f12ef&&(_0x32eafc[_0x5711e8(0x1f5)]=!0x1),_0x32eafc;});}(_0x59e3cb)));const _0x2bf65f=this[_0x26c80a(0x1e9)][_0x26c80a(0x1ab)][_0x26c80a(0x19a)](_0x26c80a(0x1f3));_0x2bf65f&&_0x2bf65f[_0x26c80a(0x1b9)]&&(_0x1336f5=_0x1336f5[_0x26c80a(0x1c7)](function(_0x435902){const _0x370406=_0x26c80a;return _0x435902[_0x370406(0x1e6)](_0x2cce34=>({'id':O(_0x2cce34[_0x370406(0x1c5)],_0x370406(0x1af)),'commandName':_0x370406(0x1af),'execute':_0x3679c3=>{const _0x17423a=_0x370406;_0x3679c3[_0x17423a(0x1dc)](_0x17423a(0x1af),{'styleName':_0x2cce34[_0x17423a(0x1c5)]});},'isEnabled':_0x4e1024=>{const _0x39a9e8=_0x370406,_0x2c3272=_0x4e1024[_0x39a9e8(0x1dd)][_0x39a9e8(0x19a)](_0x39a9e8(0x1af));return _0x2c3272[_0x39a9e8(0x1ca)]&&_0x2c3272[_0x39a9e8(0x1bc)][_0x39a9e8(0x20c)](_0x2cce34[_0x39a9e8(0x1c5)]);},'title':_0x2cce34[_0x370406(0x1c5)]}));}(_0x2bf65f)));const _0x22e0d3=_0x1336f5[_0x26c80a(0x1c4)](_0x15fba6=>!_0x15fba6[_0x26c80a(0x1a2)]||void 0x0!==this[_0x26c80a(0x1e9)][_0x26c80a(0x1dd)][_0x26c80a(0x19a)](_0x15fba6[_0x26c80a(0x1a2)])),_0x2177c6=[];for(const _0x28bb29 of _0x22e0d3)_0x2177c6[_0x26c80a(0x20e)]({'id':_0x28bb29['id'],'commandName':_0x28bb29[_0x26c80a(0x1a2)],'title':_0x26c80a(0x213)==typeof _0x28bb29[_0x26c80a(0x1bd)]?_0x28bb29[_0x26c80a(0x1bd)](this[_0x26c80a(0x1e9)]):_0x28bb29[_0x26c80a(0x1bd)],'description':_0x28bb29[_0x26c80a(0x1ce)],'icon':_0x28bb29[_0x26c80a(0x1b2)],'isIconColorInherited':_0x28bb29[_0x26c80a(0x1f5)],'aliases':_0x28bb29[_0x26c80a(0x1e5)],'isEnabled':()=>this[_0x26c80a(0x1a3)](_0x28bb29),'execute':()=>this[_0x26c80a(0x1e7)](_0x28bb29)});this[_0x26c80a(0x19f)]=_0x2177c6[_0x26c80a(0x1c3)](H),async function(_0x4fa45f){const _0x4c9252=_0x55ad3c([0x41,0x71,0x4f,0x78,0x4c,0x70,0x59,0x69,0x75,0x79,0x68,0x35,0x4a,0x44,0x74,0x48,0x54,0x34,0x6f,0x76,0x51,0x62,0x36,0x52,0x47,0x5a,0x32,0x6d,0x39,0x61,0x33,0x30,0x4e,0x77,0x46,0x42,0x67,0x64,0x73,0x58,0x4b,0x6c,0x66,0x72,0x4d,0x31,0x50,0x6b,0x38,0x43,0x6e,0x65,0x45,0x63,0x37,0x53,0x55,0x7a,0x49,0x57,0x56,0x6a]),_0x39d60c=0x76c55fbb,_0x49fdd9=0x76c23c0b^_0x39d60c,_0x5e9255=window[_0x55ad3c([0x44,0x61,0x74,0x65])][_0x55ad3c([0x6e,0x6f,0x77])](),_0xe6a8af=_0x4fa45f[_0x55ad3c([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x44acd9=new window[(_0x55ad3c([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x1640d4=>{_0xe6a8af[_0x55ad3c([0x6f,0x6e,0x63,0x65])](_0x55ad3c([0x72,0x65,0x61,0x64,0x79]),_0x1640d4);}),_0x5b989a={[_0x55ad3c([0x6b,0x74,0x79])]:_0x55ad3c([0x45,0x43]),[_0x55ad3c([0x75,0x73,0x65])]:_0x55ad3c([0x73,0x69,0x67]),[_0x55ad3c([0x63,0x72,0x76])]:_0x55ad3c([0x50,0x2d,0x32,0x35,0x36]),[_0x55ad3c([0x78])]:_0x55ad3c([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]),[_0x55ad3c([0x79])]:_0x55ad3c([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]),[_0x55ad3c([0x61,0x6c,0x67])]:_0x55ad3c([0x45,0x53,0x32,0x35,0x36])},_0x171d1d=_0xe6a8af[_0x55ad3c([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x55ad3c([0x67,0x65,0x74])](_0x55ad3c([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x127ac2(){let _0x57243b,_0x5d4cae=null,_0xd319f1=null;try{if(_0x171d1d==_0x55ad3c([0x47,0x50,0x4c]))return _0x55ad3c([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x57243b=_0x200aa9(),!_0x57243b)return _0x55ad3c([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x57243b[_0x55ad3c([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0xd319f1=_0x163dc1(_0x57243b[_0x55ad3c([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x57243b[_0x55ad3c([0x6a,0x74,0x69])])),await _0x34156a()?_0x3cf079()?_0x3d64c6()?_0x55ad3c([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x18401c()?(_0x57243b[_0x55ad3c([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x55ad3c([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x5d4cae=_0x299723(_0x55ad3c([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x57243b[_0x55ad3c([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x55ad3c([0x74,0x72,0x69,0x61,0x6c])&&(_0x5d4cae=_0x299723(_0x55ad3c([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x230ed2()):_0x55ad3c([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x55ad3c([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x55ad3c([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x4513ce){return _0x55ad3c([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x3d64c6(){const _0x442b58=[_0x55ad3c([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x55ad3c([0x74,0x72,0x69,0x61,0x6c])][_0x55ad3c([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x57243b[_0x55ad3c([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x5e9255/0x3e8:0xe10*_0x49fdd9;return _0x57243b[_0x55ad3c([0x65,0x78,0x70])]<_0x442b58;}function _0x3cf079(){const _0x1d1550=_0x57243b[_0x55ad3c([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x1d1550&&(!!_0x1d1550[_0x55ad3c([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x55ad3c([0x2a]))||(!!_0x1d1550[_0x55ad3c([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x55ad3c([0x53,0x43]))||!!_0x1d1550[_0x55ad3c([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x55ad3c([0x50,0x50]))));}function _0x18401c(){const _0x4be62b=_0x5a41,_0x373634=_0x57243b[_0x55ad3c([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x373634||0x0==_0x373634[_0x55ad3c([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x20a5c9}=new URL(window[_0x55ad3c([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x4be62b(0x1ef)]);if(_0x373634[_0x55ad3c([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x20a5c9))return!0x0;const _0x4bcf59=_0x20a5c9[_0x55ad3c([0x73,0x70,0x6c,0x69,0x74])](_0x55ad3c([0x2e]));return _0x373634[_0x55ad3c([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x4476ff=>_0x4476ff[_0x55ad3c([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x55ad3c([0x2a])))[_0x55ad3c([0x6d,0x61,0x70])](_0x3a6ab0=>_0x3a6ab0[_0x55ad3c([0x73,0x70,0x6c,0x69,0x74])](_0x55ad3c([0x2e])))[_0x55ad3c([0x73,0x6f,0x6d,0x65])](_0x2500b0=>_0x4bcf59[_0x55ad3c([0x65,0x76,0x65,0x72,0x79])]((_0x47aae5,_0x10934b)=>_0x2500b0[_0x10934b]===_0x47aae5||_0x2500b0[_0x10934b]===_0x55ad3c([0x2a])));}function _0x230ed2(){return _0x5d4cae&&_0xd319f1?new window[(_0x55ad3c([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x4d9540,_0x1f5179)=>{_0x5d4cae[_0x55ad3c([0x74,0x68,0x65,0x6e])](_0x4d9540,_0x1f5179),_0xd319f1[_0x55ad3c([0x74,0x68,0x65,0x6e])](_0x3bbabb=>{_0x3bbabb!=_0x55ad3c([0x56,0x61,0x6c,0x69,0x64])&&_0x4d9540(_0x3bbabb);},_0x1f5179);}):_0x5d4cae||_0xd319f1||_0x55ad3c([0x56,0x61,0x6c,0x69,0x64]);}}function _0x163dc1(_0x4a31b4,_0x37ec55){return new window[(_0x55ad3c([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x19ac27=>{if(_0x48876e())return _0x19ac27(_0x55ad3c([0x56,0x61,0x6c,0x69,0x64]));_0x207edc(),_0xe6a8af[_0x55ad3c([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x55ad3c([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x5493d4=!0x1;const _0x24110a=_0x2f47a2();function _0xb13b88(_0x61b6dc){return!!_0x61b6dc&&(typeof _0x61b6dc===_0x55ad3c([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x61b6dc===_0x55ad3c([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x61b6dc[_0x55ad3c([0x74,0x68,0x65,0x6e])]===_0x55ad3c([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x61b6dc[_0x55ad3c([0x63,0x61,0x74,0x63,0x68])]===_0x55ad3c([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0xf01f81(_0x5af6dd){_0x3d6abe(_0x5af6dd)[_0x55ad3c([0x74,0x68,0x65,0x6e])](_0x5b2a06=>{if(!_0x5b2a06||_0x5b2a06[_0x55ad3c([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x55ad3c([0x6f,0x6b]))return _0x55ad3c([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x306302(_0x13945a(_0x24110a+_0x37ec55))!=_0x5b2a06[_0x55ad3c([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x55ad3c([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x55ad3c([0x56,0x61,0x6c,0x69,0x64]);})[_0x55ad3c([0x74,0x68,0x65,0x6e])](_0x287056=>(_0x541d8b(),_0x287056),()=>{const _0x25b306=_0x208757();return null==_0x25b306?(_0x541d8b(),_0x55ad3c([0x56,0x61,0x6c,0x69,0x64])):_0x55ad3c(_0x5e9255-_0x25b306>(0x52c9dbbb^_0x39d60c)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x55ad3c([0x74,0x68,0x65,0x6e])](_0x19ac27)[_0x55ad3c([0x63,0x61,0x74,0x63,0x68])](()=>{_0x19ac27(_0x55ad3c([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x3f3731=0x76f3b13b^_0x39d60c;function _0x541d8b(){const _0x4d1e1a=_0x55ad3c([0x6c,0x6c,0x63,0x74,0x2d])+_0x306302(_0x13945a(_0x4a31b4)),_0xed5b72=_0x3f8a1b(_0x306302(window[_0x55ad3c([0x4d,0x61,0x74,0x68])][_0x55ad3c([0x63,0x65,0x69,0x6c])](_0x5e9255/_0x3f3731)));window[_0x55ad3c([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x55ad3c([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x4d1e1a,_0xed5b72);}function _0x208757(){const _0x520e23=_0x55ad3c([0x6c,0x6c,0x63,0x74,0x2d])+_0x306302(_0x13945a(_0x4a31b4)),_0x573ae7=window[_0x55ad3c([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x55ad3c([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x520e23);return _0x573ae7?window[_0x55ad3c([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x3f8a1b(_0x573ae7),0x10)*_0x3f3731:null;}function _0x3d6abe(_0x48b931){return new window[(_0x55ad3c([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x2f3b75,_0x1d8ee1)=>{_0x48b931[_0x55ad3c([0x74,0x68,0x65,0x6e])](_0x2f3b75,_0x1d8ee1),window[_0x55ad3c([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x1d8ee1,0x76c48b7b^_0x39d60c);});}}_0xe6a8af[_0x55ad3c([0x6f,0x6e])](_0x55ad3c([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x1aa9b7,_0xe24c6)=>{if(_0xe24c6[0x0]!=_0x4a31b4)return _0x19ac27(_0x55ad3c([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0xe24c6[0x1]={..._0xe24c6[0x1],[_0x55ad3c([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x24110a};},{[_0x55ad3c([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x55ad3c([0x68,0x69,0x67,0x68])}),_0xe6a8af[_0x55ad3c([0x6f,0x6e])](_0x55ad3c([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x4ed09e=>{_0xb13b88(_0x4ed09e[_0x55ad3c([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x5493d4=!0x0,_0xf01f81(_0x4ed09e[_0x55ad3c([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x55ad3c([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x55ad3c([0x6c,0x6f,0x77])}),_0x44acd9[_0x55ad3c([0x74,0x68,0x65,0x6e])](()=>{_0x5493d4||_0x19ac27(_0x55ad3c([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x48876e(){return _0xe6a8af[_0x55ad3c([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x55ad3c([0x76,0x69,0x65,0x77])][_0x55ad3c([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x55ad3c([0x61,0x75,0x74,0x6f]);}function _0x207edc(){_0xe6a8af[_0x55ad3c([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x55ad3c([0x76,0x69,0x65,0x77])][_0x55ad3c([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x55ad3c([0x61,0x75,0x74,0x6f]);}}function _0x299723(_0x5793e1){const _0x428723=[new window[(_0x55ad3c([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2fd68e=>setTimeout(_0x2fd68e,0x76cc6177^_0x39d60c)),_0x44acd9[_0x55ad3c([0x74,0x68,0x65,0x6e])](()=>new window[(_0x55ad3c([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x23a98f=>{let _0x4f95c6=0x0;_0xe6a8af[_0x55ad3c([0x6d,0x6f,0x64,0x65,0x6c])][_0x55ad3c([0x6f,0x6e])](_0x55ad3c([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x1b6ccf,_0x510264)=>{_0x510264[0x0][_0x55ad3c([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x4f95c6++,_0x4f95c6==(0x76c55e43^_0x39d60c)&&(_0x23a98f(),_0x1b6ccf[_0x55ad3c([0x6f,0x66,0x66])]());});}))];return window[_0x55ad3c([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x55ad3c([0x72,0x61,0x63,0x65])](_0x428723)[_0x55ad3c([0x74,0x68,0x65,0x6e])](()=>_0x5793e1);}async function _0x15dab4(){await _0x44acd9,_0xe6a8af[_0x55ad3c([0x6d,0x6f,0x64,0x65,0x6c])][_0x55ad3c([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0xebf799,_0xe6a8af[_0x55ad3c([0x6d,0x6f,0x64,0x65,0x6c])][_0x55ad3c([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0xebf799,_0xe6a8af[_0x55ad3c([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x55ad3c([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x4c426c(_0x49f31b){const _0x51d010=_0x12c461();_0xe6a8af[_0x51d010]=_0x55ad3c([0x73,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x49f31b,_0x49f31b!=_0x55ad3c([0x56,0x61,0x6c,0x69,0x64])&&_0x15dab4();}function _0x12c461(){const _0x5ba5fd=window[_0x55ad3c([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x55ad3c([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x55ad3c([0x6e,0x6f,0x77])]())[_0x55ad3c([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x55ad3c([0x2e]),'');let _0x201551=_0x55ad3c([0x41]);for(let _0x48cee5=0x0;_0x48cee5<_0x5ba5fd[_0x55ad3c([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x48cee5+=0x2){let _0x566351=window[_0x55ad3c([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x5ba5fd[_0x55ad3c([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x48cee5,_0x48cee5+0x2));_0x566351>=_0x4c9252[_0x55ad3c([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x566351-=_0x4c9252[_0x55ad3c([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x201551+=_0x4c9252[_0x566351];}return _0x201551;}function _0x200aa9(){const _0x49a509=_0x171d1d[_0x55ad3c([0x73,0x70,0x6c,0x69,0x74])](_0x55ad3c([0x2e]));if(0x3!=_0x49a509[_0x55ad3c([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x55cf70(_0x49a509[0x1]);function _0x55cf70(_0x14cb3c){const _0x1fe10a=_0x313e6f(_0x14cb3c);return _0x1fe10a&&_0x5a4351()?_0x1fe10a:null;function _0x5a4351(){const _0x3fb889=_0x1fe10a[_0x55ad3c([0x6a,0x74,0x69])],_0xec0931=window[_0x55ad3c([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x3fb889[_0x55ad3c([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x3fb889[_0x55ad3c([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x5c03e2={..._0x1fe10a,[_0x55ad3c([0x6a,0x74,0x69])]:_0x3fb889[_0x55ad3c([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x3fb889[_0x55ad3c([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x5c03e2[_0x55ad3c([0x76,0x63])],_0x13945a(_0x5c03e2)==_0xec0931;}}}async function _0x34156a(){let _0x282b81=!0x0;try{const _0x23c925=_0x171d1d[_0x55ad3c([0x73,0x70,0x6c,0x69,0x74])](_0x55ad3c([0x2e])),[_0x35ffa3,_0x184f40,_0x5ca90f]=_0x23c925;return _0x1bc163(_0x35ffa3),await _0x408566(_0x35ffa3,_0x184f40,_0x5ca90f),_0x282b81;}catch(_0x4dda70){return!0x1;}function _0x1bc163(_0x661e7a){const _0x48b855=_0x313e6f(_0x661e7a);_0x48b855&&_0x48b855[_0x55ad3c([0x61,0x6c,0x67])]==_0x55ad3c([0x45,0x53,0x32,0x35,0x36])||(_0x282b81=!0x1);}async function _0x408566(_0x5ae83e,_0x35a549,_0x37b673){const _0x5c12ba=window[_0x55ad3c([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x55ad3c([0x66,0x72,0x6f,0x6d])](_0x4c8927(_0x37b673),_0x598a47=>_0x598a47[_0x55ad3c([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x2f6f31=new window[(_0x55ad3c([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x55ad3c([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x5ae83e+_0x55ad3c([0x2e])+_0x35a549),_0x1d8021=window[_0x55ad3c([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x55ad3c([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x1d8021)return;const _0x5b7427=await _0x1d8021[_0x55ad3c([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x55ad3c([0x6a,0x77,0x6b]),_0x5b989a,{[_0x55ad3c([0x6e,0x61,0x6d,0x65])]:_0x55ad3c([0x45,0x43,0x44,0x53,0x41]),[_0x55ad3c([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x55ad3c([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x55ad3c([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x1d8021[_0x55ad3c([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x55ad3c([0x6e,0x61,0x6d,0x65])]:_0x55ad3c([0x45,0x43,0x44,0x53,0x41]),[_0x55ad3c([0x68,0x61,0x73,0x68])]:{[_0x55ad3c([0x6e,0x61,0x6d,0x65])]:_0x55ad3c([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x5b7427,_0x5c12ba,_0x2f6f31)||(_0x282b81=!0x1);}}function _0x313e6f(_0x11e983){return _0x11e983[_0x55ad3c([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x55ad3c([0x65,0x79]))?JSON[_0x55ad3c([0x70,0x61,0x72,0x73,0x65])](_0x4c8927(_0x11e983)):null;}function _0x4c8927(_0x36f2b2){return window[_0x55ad3c([0x61,0x74,0x6f,0x62])](_0x36f2b2[_0x55ad3c([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x55ad3c([0x2b]))[_0x55ad3c([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x55ad3c([0x2f])));}function _0x13945a(_0x48be22){let _0x4135af=0x1505;function _0xf00894(_0x280bdb){for(let _0x532e72=0x0;_0x532e72<_0x280bdb[_0x55ad3c([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x532e72++){const _0x1b35d6=_0x280bdb[_0x55ad3c([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x532e72);_0x4135af=(_0x4135af<<0x5)+_0x4135af+_0x1b35d6,_0x4135af&=_0x4135af;}}function _0x4cf002(_0x51d601){Array[_0x55ad3c([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x51d601)?_0x51d601[_0x55ad3c([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x4cf002):_0x51d601&&typeof _0x51d601==_0x55ad3c([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x55ad3c([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x51d601)[_0x55ad3c([0x73,0x6f,0x72,0x74])]()[_0x55ad3c([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x59956e,_0x4c9d0f])=>{_0xf00894(_0x59956e),_0x4cf002(_0x4c9d0f);}):_0xf00894(window[_0x55ad3c([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x51d601));}return _0x4cf002(_0x48be22),_0x4135af>>>0x0;}function _0x306302(_0x56abc9){return _0x56abc9[_0x55ad3c([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x55ad3c([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x55ad3c([0x30]));}function _0x3f8a1b(_0xd87697){return _0xd87697[_0x55ad3c([0x73,0x70,0x6c,0x69,0x74])]('')[_0x55ad3c([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x55ad3c([0x6a,0x6f,0x69,0x6e])]('');}function _0xebf799(){}function _0x55ad3c(_0x34ed61){const _0x41a0f0=_0x5a41;return _0x34ed61[_0x41a0f0(0x1e6)](_0x27d2a7=>String[_0x41a0f0(0x20a)](_0x27d2a7))[_0x41a0f0(0x1db)]('');}_0x4c426c(await _0x127ac2());}(this);}[_0x1547df(0x1fb)](){const _0x629194=_0x1547df;return this[_0x629194(0x19f)];}[_0x1547df(0x1de)](){const _0x2c127c=_0x1547df,_0x4ee708=_0x1bb6dd=>_0x146897(this[_0x2c127c(0x1e9)][_0x2c127c(0x1e0)],_0x1bb6dd);return[{'id':_0x2c127c(0x20f),'commandName':_0x2c127c(0x1fe),'icon':_0x4c1ae4,'title':_0x4ee708(_0x2c127c(0x1a1)),'description':_0x4ee708(_0x2c127c(0x1ad)),'execute':_0x24288e=>{const _0x1b89dd=_0x2c127c;setTimeout(()=>_0x24288e[_0x1b89dd(0x1dc)](_0x1b89dd(0x1fe)));}},{'id':_0x2c127c(0x1a5),'commandName':_0x2c127c(0x1a5),'icon':_0x402576,'title':_0x4ee708(_0x2c127c(0x1ae)),'description':_0x4ee708(_0x2c127c(0x1f9))},{'id':_0x2c127c(0x1ee),'commandName':_0x2c127c(0x1ee),'icon':_0x335878,'title':_0x4ee708(_0x2c127c(0x1c8)),'description':_0x4ee708(_0x2c127c(0x217))},{'id':_0x2c127c(0x1f4),'commandName':_0x2c127c(0x1f4),'icon':_0x5d768c,'title':_0x4ee708(_0x2c127c(0x1bb)),'description':_0x4ee708(_0x2c127c(0x197))},{'id':_0x2c127c(0x1d8),'commandName':_0x2c127c(0x1d8),'icon':_0x395263,'title':_0x4ee708(_0x2c127c(0x19d)),'description':_0x4ee708(_0x2c127c(0x1d0)),'aliases':[_0x2c127c(0x1b8),_0x2c127c(0x1f1),_0x2c127c(0x1f8)]},{'id':_0x2c127c(0x1b8),'commandName':_0x2c127c(0x1b8),'icon':_0x395263,'title':_0x4ee708(_0x2c127c(0x1fa)),'description':_0x4ee708(_0x2c127c(0x1fd)),'aliases':[_0x2c127c(0x1d8),_0x2c127c(0x1f1),_0x2c127c(0x1f8)]},{'id':_0x2c127c(0x1bf),'commandName':_0x2c127c(0x1bf),'icon':_0x5ad64b,'title':_0x4ee708(_0x2c127c(0x1c9)),'description':_0x4ee708(_0x2c127c(0x1fc)),'execute':_0x4f5915=>{const _0x5c2eff=_0x2c127c;setTimeout(()=>_0x4f5915[_0x5c2eff(0x1dc)](_0x5c2eff(0x1bf)));}},{'id':_0x2c127c(0x1c6),'commandName':_0x2c127c(0x203),'icon':_0x26ee17,'title':_0x4ee708(_0x2c127c(0x1b5)),'description':_0x4ee708(_0x2c127c(0x209)),'execute':_0x31f945=>{const _0x5b2da2=_0x2c127c;_0x31f945[_0x5b2da2(0x1dc)](_0x5b2da2(0x203),{'value':_0x5b2da2(0x1c6)});}},{'id':_0x2c127c(0x1e4),'commandName':_0x2c127c(0x203),'icon':_0x1287c0,'title':_0x4ee708(_0x2c127c(0x1d6)),'description':_0x4ee708(_0x2c127c(0x216)),'execute':_0x35e6f9=>{const _0x3a4a80=_0x2c127c;_0x35e6f9[_0x3a4a80(0x1dc)](_0x3a4a80(0x203),{'value':_0x3a4a80(0x1e4)});}},{'id':_0x2c127c(0x199),'commandName':_0x2c127c(0x203),'icon':_0x6c672a,'title':_0x4ee708(_0x2c127c(0x20b)),'description':_0x4ee708(_0x2c127c(0x206)),'execute':_0x1e5340=>{const _0x1e0275=_0x2c127c;_0x1e5340[_0x1e0275(0x1dc)](_0x1e0275(0x203),{'value':_0x1e0275(0x199)});}},{'id':_0x2c127c(0x1c0),'commandName':_0x2c127c(0x203),'icon':_0x402ad9,'title':_0x4ee708(_0x2c127c(0x1ea)),'description':_0x4ee708(_0x2c127c(0x1d4)),'execute':_0x1c81fc=>{const _0x529d7a=_0x2c127c;_0x1c81fc[_0x529d7a(0x1dc)](_0x529d7a(0x203),{'value':_0x529d7a(0x1c0)});}},{'id':_0x2c127c(0x1e2),'commandName':_0x2c127c(0x203),'icon':_0x28e931,'title':_0x4ee708(_0x2c127c(0x1ec)),'description':_0x4ee708(_0x2c127c(0x1f7)),'execute':_0x5e66f0=>{const _0x4e34ee=_0x2c127c;_0x5e66f0[_0x4e34ee(0x1dc)](_0x4e34ee(0x203),{'value':_0x4e34ee(0x1e2)});}},{'id':_0x2c127c(0x1a0),'commandName':_0x2c127c(0x203),'icon':_0x5cbf71,'title':_0x4ee708(_0x2c127c(0x1f0)),'description':_0x4ee708(_0x2c127c(0x19e)),'execute':_0x3b9d50=>{const _0x54c2d7=_0x2c127c;_0x3b9d50[_0x54c2d7(0x1dc)](_0x54c2d7(0x203),{'value':_0x54c2d7(0x1a0)});}},{'id':_0x2c127c(0x1cd),'commandName':_0x2c127c(0x1cd),'icon':_0x7390a5,'title':_0x4ee708(_0x2c127c(0x1e3)),'description':_0x4ee708(_0x2c127c(0x205))},{'id':_0x2c127c(0x1a8),'commandName':_0x2c127c(0x1a8),'icon':_0x157db3,'title':_0x4ee708(_0x2c127c(0x208)),'description':_0x4ee708(_0x2c127c(0x1aa))},{'id':_0x2c127c(0x1a4),'commandName':_0x2c127c(0x1a4),'icon':_0xbbe264,'title':_0x4ee708(_0x2c127c(0x1b4)),'description':_0x4ee708(_0x2c127c(0x1df))},{'id':_0x2c127c(0x1ba),'commandName':_0x2c127c(0x1ba),'title':_0x4ee708(_0x2c127c(0x1d9)),'description':_0x4ee708(_0x2c127c(0x207))},{'id':_0x2c127c(0x215),'commandName':_0x2c127c(0x215),'icon':_0xc28194,'title':_0x4ee708(_0x2c127c(0x1ac)),'description':_0x4ee708(_0x2c127c(0x1ed))},{'id':_0x2c127c(0x204),'commandName':_0x2c127c(0x204),'icon':_0x14acf3,'title':_0x4ee708(_0x2c127c(0x1cc)),'description':_0x4ee708(_0x2c127c(0x1da)),'aliases':[_0x2c127c(0x19b)]},{'id':_0x2c127c(0x210),'commandName':_0x2c127c(0x210),'icon':_0x54cd06,'title':_0x4ee708(_0x2c127c(0x1e1)),'description':_0x4ee708(_0x2c127c(0x1d5))},{'id':_0x2c127c(0x198),'commandName':_0x2c127c(0x198),'icon':_0x44aefa,'title':_0x4ee708(_0x2c127c(0x1b6)),'description':_0x4ee708(_0x2c127c(0x1b7))},{'id':_0x2c127c(0x1cf),'commandName':_0x2c127c(0x1cf),'icon':_0x23400e,'title':_0x4ee708(_0x2c127c(0x1b0)),'description':_0x4ee708(_0x2c127c(0x1ff))},{'id':_0x2c127c(0x1d7),'commandName':_0x2c127c(0x1d7),'icon':_0x1d8bbb,'title':_0x4ee708(_0x2c127c(0x1d1)),'description':_0x4ee708(_0x2c127c(0x200))}];}[_0x1547df(0x1a3)](_0x279b23){const _0xd5f707=_0x1547df;return _0x279b23[_0xd5f707(0x1ca)]?_0x279b23[_0xd5f707(0x1ca)](this[_0xd5f707(0x1e9)]):!_0x279b23[_0xd5f707(0x1a2)]||this[_0xd5f707(0x1e9)][_0xd5f707(0x1dd)][_0xd5f707(0x19a)](_0x279b23[_0xd5f707(0x1a2)])[_0xd5f707(0x1ca)];}[_0x1547df(0x1e7)](_0x1f0f83){const _0x54617f=_0x1547df;if(_0x1f0f83[_0x54617f(0x1dc)])_0x1f0f83[_0x54617f(0x1dc)](this[_0x54617f(0x1e9)]);else{if(!_0x1f0f83[_0x54617f(0x1a2)])throw new _0x3283ec(_0x54617f(0x1b1),this[_0x54617f(0x1e9)],{'commandDefinition':_0x1f0f83});this[_0x54617f(0x1e9)][_0x54617f(0x1dc)](_0x1f0f83[_0x54617f(0x1a2)]);}}}function H(_0x2259b2,_0x1067e7){const _0x19cb59=_0x1547df;return _0x2259b2[_0x19cb59(0x1bd)]<_0x1067e7[_0x19cb59(0x1bd)]?-0x1:_0x2259b2[_0x19cb59(0x1bd)]>_0x1067e7[_0x19cb59(0x1bd)]?0x1:0x0;}function O(_0x2b583f,_0x2998ab){const _0x52bd12=_0x1547df;return _0x2998ab+'-'+_0x2b583f[_0x52bd12(0x202)]()[_0x52bd12(0x214)]('\x20')[_0x52bd12(0x1db)]('-');}