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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2,4 +2,4 @@
2
2
  /*!
3
3
  * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
4
4
  * For licensing, see LICENSE.md.
5
- */(()=>{var e={168:e=>{"use strict";e.exports=function(e){return e[1]}},237:e=>{"use strict";e.exports=CKEditor5.dll},262:e=>{"use strict";var t={};e.exports=function(e,n){var a=function(e){if(void 0===t[e]){var n=document.querySelector(e);if(window.HTMLIFrameElement&&n instanceof window.HTMLIFrameElement)try{n=n.contentDocument.head}catch(e){n=null}t[e]=n}return t[e]}(e);if(!a)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");a.appendChild(n)}},311:(e,t,n)=>{e.exports=n(237)("./src/ui.js")},355:(e,t,n)=>{e.exports=n(237)("./src/icons.js")},357:e=>{"use strict";e.exports=function(e){var t=document.createElement("style");return e.setAttributes(t,e.attributes),e.insert(t,e.options),t}},433:e=>{"use strict";e.exports=function(e){var t=[];return t.toString=function(){return this.map((function(t){var n="",a=void 0!==t[5];return t[4]&&(n+="@supports (".concat(t[4],") {")),t[2]&&(n+="@media ".concat(t[2]," {")),a&&(n+="@layer".concat(t[5].length>0?" ".concat(t[5]):""," {")),n+=e(t),a&&(n+="}"),t[2]&&(n+="}"),t[4]&&(n+="}"),n})).join("")},t.i=function(e,n,a,r,i){"string"==typeof e&&(e=[[null,e,void 0]]);var 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);function i(){const e=["function","46468VAPrbg","fromCharCode","To-do list","aliases","heading1","Heading 2","Create a to-do list","join","SlashCommandConfig","insertTableOfContents","Open file manager","length","110AXbwXn","insertTemplate","heading3","ckfinder","AI Assistant","slash-command-execute-missing","Increase indent","name","1074664GoiSry","Open file manager to insert an image or a file","Insert table","Heading 1","title","Bulleted list","Create a heading level 3","Horizontal line","commands","includes","toc","29090cLqrpM","Insert Mermaid diagram","toLowerCase","Decrease indent","commandName","afterInit","Heading 5","Decrease the indentation","editor","Create a heading level 2","Create a block quote","13737588PAWhmi","execute","getDefaultCommands","horizontalLine","aiAssistant","Insert an HTML snippet","locale","description","enabledStyles","Insert image","pluginName","getAllowedCommands","heading6","Create a numbered list","outdent","8137182EvNcSF","Insert an emoji","Insert table of contents","upload","heading4","Create a heading level 5","Create a table","filemanager","filter","Table of contents","icon","Insert a horizontal line","concat","template","_allowedCommands","_proxyIsEnabled","paragraph","Open file browser to insert an image or a file","isOfficialPlugin","2sfcArT","emoji","showAIAssistant","insertTable","Insert the Mermaid diagram","heading5","99dZFqTg","2684XKFApC","Create a heading level 6","Emoji","Create a heading level 4","Numbered list","sort","map","model","style.definitions","Open the AI Assistant to generate content","heading2","Create a heading level 1","codeBlock","isEnabled","numberedList","push","heading.options","template.definitions","blockQuote","Heading 3","Block quote","href","Insert HTML","slashCommand.extraCommands","7VfdHLk","Insert code block","config","Heading 6","Create a bulleted list","insertMermaidCommand","bulletedList","style","indent","get","htmlEmbed","ckbox","Heading 4","Increase the indentation","heading","isIconColorInherited","Paragraph","985874HUmLCb","todoList","split","isPremiumPlugin","2465877VetJiQ","slashCommand.removeCommands","Insert a paragraph","Create a code block","_proxyExecute"];return(i=function(){return e})()}const o=s;function s(e,t){const n=i();return(s=function(e,t){return n[e-=470]})(e,t)}!function(e){const t=s,n=e();for(;;)try{if(846598===-parseInt(t(584))/1+parseInt(t(536))/2*(-parseInt(t(588))/3)+-parseInt(t(594))/4*(-parseInt(t(472))/5)+-parseInt(t(517))/6*(-parseInt(t(567))/7)+-parseInt(t(480))/8*(-parseInt(t(542))/9)+parseInt(t(491))/10*(parseInt(t(543))/11)+-parseInt(t(502))/12)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(i);class c extends e.Plugin{static get[o(512)](){return o(602)}static get[o(535)](){return!0}static get[o(587)](){return!0}constructor(e){const t=o;super(e),this[t(531)]=null}[o(496)](){const e=o,n=this[e(499)][e(569)][e(576)](e(589))||[],a=function(t){const n=e;let a=[n(521),n(541),n(514)];if(t){const e=t[n(549)]((e=>e[n(550)]));a=[n(598),n(553),n(474),n(521),n(541),n(514)][n(525)]((t=>!e[n(489)](t)))}return a}(this[e(499)][e(569)][e(576)](e(559)));let r=this[e(504)]()[e(525)]((t=>!a[e(489)](t.id)))[e(525)]((t=>!n[e(489)](t[e(495)])));const i=this[e(499)][e(569)][e(576)](e(566));i&&i[e(471)]&&(r=r[e(529)](i));const c=this[e(499)][e(569)][e(576)](e(560));c&&c[e(471)]&&(r=r[e(529)](function(t){const n=e;return t[n(549)]((e=>{const t=n,{title:a,icon:r,description:i,data:o}=e,s={id:d(a,t(530)),commandName:t(473),execute:e=>{const n=t;e[n(503)](n(473),o)},description:i,icon:r,title:a};return r&&(s[t(582)]=!1),s}))}(c)));const u=this[e(499)][e(569)][e(576)](e(551));u&&u[e(471)]&&(r=r[e(529)](function(t){const n=e;return t[n(549)]((e=>({id:d(e[n(479)],n(574)),commandName:n(574),execute:t=>{const a=n;t[a(503)](a(574),{styleName:e[a(479)]})},isEnabled:t=>{const a=n,r=t[a(488)][a(576)](a(574));return r[a(556)]&&r[a(510)][a(489)](e[a(479)])},title:e[n(479)]})))}(u)));const m=r[e(525)]((t=>!t[e(495)]||void 0!==this[e(499)][e(488)][e(576)](t[e(495)]))),p=[];for(const t of m)p[e(558)]({id:t.id,commandName:t[e(495)],title:e(593)==typeof t[e(484)]?t[e(484)](this[e(499)]):t[e(484)],description:t[e(509)],icon:t[e(527)],isIconColorInherited:t[e(582)],aliases:t[e(597)],isEnabled:()=>this[e(532)](t),execute:()=>this[e(592)](t)});this[e(531)]=p[e(548)](l),async function(e){const n=g([50,111,53,97,113,72,70,121,114,112,89,105,116,102,118,54,71,74,90,101,119,100,67,122,65,78,82,104,69,108,83,81,76,103,84,117,49,99,57,109,48,75,86,107,80,73,56,110,115,106,87,51,79,120,68,52,55,85,98,66,88,77]),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(549)]((e=>String[t(595)](e)))[t(601)]("")}!function(e){const t=function(){const e=window[g([83,116,114,105,110,103])](window[g([112,101,114,102,111,114,109,97,110,99,101])][g([110,111,119])]())[g([114,101,112,108,97,99,101])](g([46]),"");let t=g([111]);for(let a=0;a<e[g([108,101,110,103,116,104])];a+=2){let r=window[g([112,97,114,115,101,73,110,116])](e[g([115,117,98,115,116,114,105,110,103])](a,a+2));r>=n[g([108,101,110,103,116,104])]&&(r-=n[g([108,101,110,103,116,104])]),t+=n[r]}return t}();r[t]=g([115,108,97,115,104,67,111,109,109,97,110,100,76,105,99,101,110,115,101,75,101,121])+e,e!=g([86,97,108,105,100])&&async function(){await i,r[g([109,111,100,101,108])][g([99,104,97,110,103,101])]=f,r[g([109,111,100,101,108])][g([101,110,113,117,101,117,101,67,104,97,110,103,101])]=f,r[g([101,110,97,98,108,101,82,101,97,100,79,110,108,121,77,111,100,101])](g([109,111,100,101,108]))}()}(await async function(){let e,n=null,f=null;try{return 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:1746576e3;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(564)]);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)}[o(513)](){return this[o(531)]}[o(504)](){const e=o,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(499)][e(508)],t);return[{id:e(506),commandName:e(538),icon:r.IconRobotPencil,title:t(e(476)),description:t(e(552)),execute:t=>{const n=e;setTimeout((()=>t[n(503)](n(538))))}},{id:e(561),commandName:e(561),icon:r.IconQuote,title:t(e(563)),description:t(e(501))},{id:e(573),commandName:e(573),icon:r.IconBulletedList,title:t(e(485)),description:t(e(571))},{id:e(555),commandName:e(555),icon:r.IconCodeBlock,title:t(e(568)),description:t(e(591))},{id:e(578),commandName:e(578),icon:r.IconBrowseFiles,title:t(e(470)),description:t(e(481)),aliases:[e(475),e(524),e(520)]},{id:e(475),commandName:e(475),icon:r.IconBrowseFiles,title:t(e(511)),description:t(e(534)),aliases:[e(578),e(524),e(520)]},{id:e(537),commandName:e(537),icon:r.IconEmoji,title:t(e(545)),description:t(e(518)),execute:t=>{const n=e;setTimeout((()=>t[n(503)](n(537))))}},{id:e(598),commandName:e(581),icon:r.IconHeading1,title:t(e(483)),description:t(e(554)),execute:t=>{const n=e;t[n(503)](n(581),{value:n(598)})}},{id:e(553),commandName:e(581),icon:r.IconHeading2,title:t(e(599)),description:t(e(500)),execute:t=>{const n=e;t[n(503)](n(581),{value:n(553)})}},{id:e(474),commandName:e(581),icon:r.IconHeading3,title:t(e(562)),description:t(e(486)),execute:t=>{const n=e;t[n(503)](n(581),{value:n(474)})}},{id:e(521),commandName:e(581),icon:r.IconHeading4,title:t(e(579)),description:t(e(546)),execute:t=>{const n=e;t[n(503)](n(581),{value:n(521)})}},{id:e(541),commandName:e(581),icon:r.IconHeading5,title:t(e(497)),description:t(e(522)),execute:t=>{const n=e;t[n(503)](n(581),{value:n(541)})}},{id:e(514),commandName:e(581),icon:r.IconHeading6,title:t(e(570)),description:t(e(544)),execute:t=>{const n=e;t[n(503)](n(581),{value:n(514)})}},{id:e(505),commandName:e(505),icon:r.IconHorizontalLine,title:t(e(487)),description:t(e(528))},{id:e(577),commandName:e(577),icon:r.IconHtml,title:t(e(565)),description:t(e(507))},{id:e(575),commandName:e(575),icon:r.IconIndent,title:t(e(478)),description:t(e(580))},{id:e(572),commandName:e(572),title:t(e(492)),description:t(e(540))},{id:e(539),commandName:e(539),icon:r.IconTable,title:t(e(482)),description:t(e(523))},{id:e(603),commandName:e(603),icon:r.IconTableOfContents,title:t(e(526)),description:t(e(519)),aliases:[e(490)]},{id:e(557),commandName:e(557),icon:r.IconNumberedList,title:t(e(547)),description:t(e(515))},{id:e(516),commandName:e(516),icon:r.IconOutdent,title:t(e(494)),description:t(e(498))},{id:e(533),commandName:e(533),icon:r.IconParagraph,title:t(e(583)),description:t(e(590))},{id:e(585),commandName:e(585),icon:r.IconTodoList,title:t(e(596)),description:t(e(600))}]}[o(532)](e){const t=o;return e[t(556)]?e[t(556)](this[t(499)]):!e[t(495)]||this[t(499)][t(488)][t(576)](e[t(495)])[t(556)]}[o(592)](e){const n=o;if(e[n(503)])e[n(503)](this[n(499)]);else{if(!e[n(495)])throw new t.CKEditorError(n(477),this[n(499)],{commandDefinition:e});this[n(499)][n(503)](e[n(495)])}}}function l(e,t){const n=o;return e[n(484)]<t[n(484)]?-1:e[n(484)]>t[n(484)]?1:0}function d(e,t){const n=o;return t+"-"+e[n(493)]()[n(586)](" ")[n(601)]("-")}function u(e,t){const n=m();return(u=function(e,t){return n[e-=493]})(e,t)}function m(){const e=["aliases","concat","toLowerCase","pluginName","265812vUUIJe","requires","editor","1625zofJSl","8754712EqEOYZ","isEnabled","plugins","9AOsBtv","description","push","some","isPremiumPlugin","216FpQqLX","SlashCommandConfig","filter","79389roVMcb","150bfPvLe","isOfficialPlugin","includes","776567olLXjC","getMatchingCommands","getAllowedCommands","322785pOoblX","get","5xSFqCq","title","86cEGPSs","521232JUEVEI","283402KTKXFa","SlashCommandEditing"];return(m=function(){return e})()}const p=u;!function(e){const t=u,n=e();for(;;)try{if(749087===parseInt(t(509))/1+parseInt(t(513))/2*(parseInt(t(502))/3)+parseInt(t(514))/4*(parseInt(t(511))/5)+-parseInt(t(499))/6*(parseInt(t(515))/7)+-parseInt(t(525))/8*(parseInt(t(494))/9)+-parseInt(t(503))/10*(parseInt(t(506))/11)+-parseInt(t(521))/12*(-parseInt(t(524))/13))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(m);class h extends e.Plugin{static get[p(520)](){return p(516)}static get[p(504)](){return!0}static get[p(498)](){return!0}static get[p(522)](){return[c]}[p(507)](e){const t=p,n=e&&e[t(519)]();let a=this[t(523)][t(493)][t(510)](t(500))[t(508)]();if(a=a[t(501)]((e=>e[t(526)]())),n){const e=[],r=[],i=[],o=[];for(const s of a)s.id[t(519)]()[t(505)](n)?e[t(496)](s):s[t(512)][t(519)]()[t(505)](n)?r[t(496)](s):s[t(517)]&&s[t(517)][t(497)]((e=>e[t(519)]()[t(505)](n)))?i[t(496)](s):s[t(495)]&&s[t(495)][t(519)]()[t(505)](n)&&o[t(496)](s);a=e[t(518)](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-=416]})(e,t)}function b(){const e=["525sPxkBI","description","2009576geZRWH","ck-slash-command-button__text-part","setTemplate","7598BDAEhe","set","ck-slash-command-button__description","div","3IUmGiw","span","title","9fHzGYS","labelView","ck-slash-command-button","isIconColorInherited","1992520nZisRN","1309gTSIzb","81610ojsbDZ","add","textPartView","children","19686kGEvMt","1114768LghjQZ","71979qmFjGi","icon","isColorInherited","render","_createTextPartView","iconView"];return(b=function(){return e})()}!function(e){const t=I,n=e();for(;;)try{if(285895===-parseInt(t(416))/1+parseInt(t(427))/2*(parseInt(t(431))/3)+parseInt(t(445))/4+-parseInt(t(438))/5+parseInt(t(444))/6*(-parseInt(t(422))/7)+parseInt(t(424))/8*(-parseInt(t(434))/9)+parseInt(t(440))/10*(parseInt(t(439))/11))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(442)]=this[n(420)](e,t),void 0!==t[n(437)]&&(this[n(421)][n(418)]=t[n(437)]),this[n(428)]({icon:t[n(417)]||r.IconPlay,withText:!0,label:t[n(433)],class:n(436)})}[g(419)](){const e=g;super[e(419)](),this[e(443)][e(441)](this[e(442)])}[g(420)](e,t){const n=g,a=new f.View(e);return a[n(426)]({tag:n(430),attributes:{class:["ck",n(425)]},children:t[n(423)]?[this[n(435)],{tag:n(432),attributes:{class:["ck",n(429)]},children:[{text:t[n(423)]}]}]:[this[n(435)]]}),a}}var v=n(673),C=n.n(v),w=n(545),y=n.n(w),x=n(262),L=n.n(x),A=n(667),N=n.n(A),T=n(357),S=n.n(T),H=n(655),_={attributes:{"data-cke":!0}};_.setAttributes=N(),_.insert=L().bind(null,"head"),_.domAPI=y(),_.insertStyleElement=S();C()(H.A,_);H.A&&H.A.locals&&H.A.locals;const E=M;function O(){const e=["SlashCommand","stop","range","slashCommandLicenseKeyTrialLimit","locale","featureNotAllowed","SlashCommandUI","commands","plugins","slashCommandLicenseKeyInvalid","mention","usageLimit","_overrideMentionExecuteListener","slashCommandLicenseKeyExpired","895358dMCVjU","269380NYkbSy","slashCommandLicenseKeyUsageLimit","isOfficialPlugin","_licenseKeyCheckInterval","once","2278339SSPqvt","2960788UGpoLC","4395858GoLiLt","config","set","change","slashCommandLicenseKeyEvaluationLimit","get","_showLicenseError","_setupMentionConfiguration","bind","slashCommandLicenseKeyValid","_customItemRenderer","slashCommand.dropdownLimit","domainLimit","destroy","pluginName","marker","push","element","editor","882513SQRYYA","slashCommandLicenseKeyDomainLimit","licenseKey","SlashCommandEditing","expired","mention.feeds","572908olWigI","high","slashCommandLicenseKeyNotAllowed","model","getMatchingCommands","execute","remove","invalid","init","render","trialLimit","isPremiumPlugin","ready","16SkKWAG","evaluationLimit","3EjbZfx"];return(O=function(){return e})()}function M(e,t){const n=O();return(M=function(e,t){return n[e-=447]})(e,t)}!function(e){const t=M,n=e();for(;;)try{if(473990===-parseInt(t(468))/1+-parseInt(t(498))/2*(-parseInt(t(483))/3)+-parseInt(t(505))/4+parseInt(t(499))/5+parseInt(t(506))/6+parseInt(t(504))/7*(parseInt(t(481))/8)+-parseInt(t(462))/9)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(O);class P extends e.Plugin{[E(464)];[E(502)];static get[E(457)](){return E(490)}static get[E(501)](){return!0}static get[E(479)](){return!0}constructor(e){const t=E;super(e),this[t(450)]()}[E(476)](){const e=E;this[e(461)][e(503)](e(480),this[e(496)][e(451)](this)),this[e(464)]=this[e(461)][e(507)][e(448)](e(464));const t=this[e(461)];this[e(502)]=setInterval((()=>{const n=e;let a;for(const e in t){const r=e,i=t[r];if(n(452)==i||n(493)==i||n(497)==i||n(463)==i||n(470)==i||n(447)==i||n(487)==i||n(500)==i){delete t[r],a=i,clearInterval(this[n(502)]),this[n(502)]=void 0;break}}n(493)==a&&t[n(449)](n(475)),n(497)==a&&t[n(449)](n(466)),n(463)==a&&t[n(449)](n(455)),n(470)==a&&t[n(449)](n(489),n(484)),n(447)==a&&t[n(449)](n(482)),n(487)==a&&t[n(449)](n(478)),n(500)==a&&t[n(449)](n(495))}),1e3)}[E(456)](){const e=E;super[e(456)](),this[e(502)]&&clearInterval(this[e(502)])}[E(450)](){const e=E,t=this[e(461)],n=this[e(461)][e(492)][e(448)](e(465)),a=t[e(507)][e(448)](e(467));a[e(459)]({marker:"/",feed:t=>n[e(472)](t),itemRenderer:this[e(453)][e(451)](this),dropdownLimit:t[e(507)][e(448)](e(454))||1/0}),t[e(507)][e(508)](e(467),a)}[E(496)](){const e=E,t=this[e(461)];t[e(491)][e(448)](e(494)).on(e(473),((n,a)=>{const r=e,i=a[0],o=t[r(471)];"/"===i[r(458)]&&o[r(509)]((e=>{const t=r;e[t(474)](i[t(486)]),i[t(494)][t(473)](),n[t(485)]()}))}),{priority:e(469)})}[E(453)](e){const t=E,n=this[t(461)][t(488)],a=new k(n,e);return a[t(477)](),a[t(460)]}}function j(e,t){var n=q();return(j=function(e,t){return n[e-=287]})(e,t)}var K=j;function q(){var e=["5225344rrEndw","pluginName","7cFpLhD","5KoZTAe","1762568nXSiGG","isOfficialPlugin","requires","Mention","1314906vZspCS","1250112AoKnGZ","38902eSmIsf","598510ooRNLW","117HzSxDZ","1859814mdBSFF","isPremiumPlugin","SlashCommand"];return(q=function(){return e})()}!function(e){for(var t=j,n=e();;)try{if(657635===-parseInt(t(301))/1+-parseInt(t(288))/2+parseInt(t(300))/3+-parseInt(t(295))/4*(parseInt(t(294))/5)+parseInt(t(299))/6+parseInt(t(293))/7*(parseInt(t(291))/8)+parseInt(t(287))/9*(parseInt(t(302))/10))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(q);class z extends e.Plugin{static get[K(297)](){return[K(298),h,P]}static get[K(292)](){return K(290)}static get[K(296)](){return!0}static get[K(289)](){return!0}}function B(e,t){var n=D();return(B=function(e,t){return n[e-=384]})(e,t)}function D(){var e=["11007964zdVkKY","1271785TgWzAR","40Tjqiof","1209936TiEgUM","862MtMGjE","2715520wIrSqG","194871jahGMM","434OBcHDH","12lNXeyk","6BDTfbj","266652hJJPUv"];return(D=function(){return e})()}!function(e){for(var t=B,n=e();;)try{if(161644===-parseInt(t(391))/1*(parseInt(t(388))/2)+parseInt(t(390))/3*(parseInt(t(392))/4)+-parseInt(t(385))/5*(parseInt(t(393))/6)+-parseInt(t(387))/7+-parseInt(t(386))/8*(parseInt(t(394))/9)+-parseInt(t(389))/10+parseInt(t(384))/11)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(D)})(),(window.CKEditor5=window.CKEditor5||{}).slashCommand=a})();
5
+ */(()=>{var e={168:e=>{"use strict";e.exports=function(e){return e[1]}},237:e=>{"use strict";e.exports=CKEditor5.dll},262:e=>{"use strict";var t={};e.exports=function(e,n){var a=function(e){if(void 0===t[e]){var n=document.querySelector(e);if(window.HTMLIFrameElement&&n instanceof window.HTMLIFrameElement)try{n=n.contentDocument.head}catch(e){n=null}t[e]=n}return t[e]}(e);if(!a)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");a.appendChild(n)}},311:(e,t,n)=>{e.exports=n(237)("./src/ui.js")},355:(e,t,n)=>{e.exports=n(237)("./src/icons.js")},357:e=>{"use strict";e.exports=function(e){var t=document.createElement("style");return e.setAttributes(t,e.attributes),e.insert(t,e.options),t}},433:e=>{"use strict";e.exports=function(e){var t=[];return t.toString=function(){return this.map((function(t){var n="",a=void 0!==t[5];return t[4]&&(n+="@supports (".concat(t[4],") {")),t[2]&&(n+="@media ".concat(t[2]," {")),a&&(n+="@layer".concat(t[5].length>0?" ".concat(t[5]):""," {")),n+=e(t),a&&(n+="}"),t[2]&&(n+="}"),t[4]&&(n+="}"),n})).join("")},t.i=function(e,n,a,r,i){"string"==typeof e&&(e=[[null,e,void 0]]);var 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=o;function o(e,t){const n=s();return(o=function(e,t){return n[e-=204]})(e,t)}function s(){const e=["map","icon","_proxyExecute","htmlEmbed","Horizontal line","join","Heading 4","name","Heading 3","heading6","Create a heading level 4","template.definitions","isIconColorInherited","showAIAssistant","commands","config","Insert image","Open file browser to insert an image or a file","push","insertMermaidCommand","Create a heading level 6","slashCommand.extraCommands","_proxyIsEnabled","insertTable","Insert a paragraph","insertTemplate","Open file manager to insert an image or a file","Insert a horizontal line","Insert Mermaid diagram","Block quote","Heading 6","Create a heading level 1","commandName","length","Insert table","outdent","todoList","Increase indent","function","Paragraph","Create a code block","Create a heading level 3","paragraph","250138QSZcma","getDefaultCommands","concat","isPremiumPlugin","351830afVEEF","ckbox","1625452fENZna","Insert table of contents","Create a to-do list","template","insertTableOfContents","numberedList","SlashCommandConfig","style","5aSqvZT","Create a block quote","enabledStyles","Insert code block","aliases","Numbered list","sort","Heading 5","Create a numbered list","Heading 1","afterInit","heading1","model","heading4","includes","Table of contents","To-do list","upload","Decrease the indentation","Increase the indentation","1875720WANkRR","locale","2339080ojyeGp","3zulOSb","getAllowedCommands","isOfficialPlugin","toc","Create a heading level 5","Insert HTML","isEnabled","Insert an emoji","split","indent","AI Assistant","ckfinder","emoji","editor","Insert an HTML snippet","605rDYfew","slashCommand.removeCommands","Open the AI Assistant to generate content","toLowerCase","aiAssistant","filemanager","heading.options","Decrease indent","Create a table","Emoji","_allowedCommands","execute","horizontalLine","Bulleted list","codeBlock","pluginName","374226MSPdKz","Create a heading level 2","114gTwTtp","heading3","slash-command-execute-missing","fromCharCode","heading2","title","filter","heading","Create a bulleted list","blockQuote","get","Insert the Mermaid diagram","href","style.definitions","Open file manager","heading5","description","bulletedList","10606725AJelik","Heading 2"];return(s=function(){return e})()}!function(e){const t=o,n=e();for(;;)try{if(761087===parseInt(t(279))/1*(-parseInt(t(333))/2)+parseInt(t(302))/3*(-parseInt(t(271))/4)+parseInt(t(299))/5+parseInt(t(335))/6*(parseInt(t(265))/7)+parseInt(t(301))/8+-parseInt(t(220))/9+-parseInt(t(269))/10*(-parseInt(t(317))/11))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(s);class c extends e.Plugin{static get[i(332)](){return i(277)}static get[i(304)](){return!0}static get[i(268)](){return!0}constructor(e){const t=i;super(e),this[t(327)]=null}[i(289)](){const e=i,n=this[e(315)][e(237)][e(212)](e(318))||[],a=function(t){const n=e;let a=[n(292),n(217),n(231)];if(t){const e=t[n(222)]((e=>e[n(291)]));a=[n(290),n(206),n(336),n(292),n(217),n(231)][n(208)]((t=>!e[n(293)](t)))}return a}(this[e(315)][e(237)][e(212)](e(323)));let r=this[e(266)]()[e(208)]((t=>!a[e(293)](t.id)))[e(208)]((t=>!n[e(293)](t[e(254)])));const s=this[e(315)][e(237)][e(212)](e(243));s&&s[e(255)]&&(r=r[e(267)](s));const c=this[e(315)][e(237)][e(212)](e(233));c&&c[e(255)]&&(r=r[e(267)](function(t){const n=e;return t[n(222)]((e=>{const t=n,{title:a,icon:r,description:i,data:o}=e,s={id:d(a,t(274)),commandName:t(247),execute:e=>{const n=t;e[n(328)](n(247),o)},description:i,icon:r,title:a};return r&&(s[t(234)]=!1),s}))}(c)));const u=this[e(315)][e(237)][e(212)](e(215));u&&u[e(255)]&&(r=r[e(267)](function(t){const n=e;return t[n(222)]((e=>({id:d(e[n(229)],n(278)),commandName:n(278),execute:t=>{const a=n;t[a(328)](a(278),{styleName:e[a(229)]})},isEnabled:t=>{const a=n,r=t[a(236)][a(212)](a(278));return r[a(308)]&&r[a(281)][a(293)](e[a(229)])},title:e[n(229)]})))}(u)));const m=r[e(208)]((t=>!t[e(254)]||void 0!==this[e(315)][e(236)][e(212)](t[e(254)]))),p=[];for(const t of m)p[e(240)]({id:t.id,commandName:t[e(254)],title:e(260)==typeof t[e(207)]?t[e(207)](this[e(315)]):t[e(207)],description:t[e(218)],icon:t[e(223)],isIconColorInherited:t[e(234)],aliases:t[e(283)],isEnabled:()=>this[e(244)](t),execute:()=>this[e(224)](t)});this[e(327)]=p[e(285)](l),async function(e){const n=g([48,77,121,86,87,99,109,88,103,106,104,117,53,52,115,90,76,102,116,71,120,82,113,111,66,50,79,107,73,51,49,75,118,56,119,84,74,97,101,65,68,81,122,70,85,100,110,105,108,57,80,78,112,114,54,89,67,69,98,55,83,72]),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(222)]((e=>String[t(205)](e)))[t(227)]("")}!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([77]);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:1746662400;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(214)]);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(303)](){return this[i(327)]}[i(266)](){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(315)][e(300)],t);return[{id:e(321),commandName:e(235),icon:r.IconRobotPencil,title:t(e(312)),description:t(e(319)),execute:t=>{const n=e;setTimeout((()=>t[n(328)](n(235))))}},{id:e(211),commandName:e(211),icon:r.IconQuote,title:t(e(251)),description:t(e(280))},{id:e(219),commandName:e(219),icon:r.IconBulletedList,title:t(e(330)),description:t(e(210))},{id:e(331),commandName:e(331),icon:r.IconCodeBlock,title:t(e(282)),description:t(e(262))},{id:e(270),commandName:e(270),icon:r.IconBrowseFiles,title:t(e(216)),description:t(e(248)),aliases:[e(313),e(322),e(296)]},{id:e(313),commandName:e(313),icon:r.IconBrowseFiles,title:t(e(238)),description:t(e(239)),aliases:[e(270),e(322),e(296)]},{id:e(314),commandName:e(314),icon:r.IconEmoji,title:t(e(326)),description:t(e(309)),execute:t=>{const n=e;setTimeout((()=>t[n(328)](n(314))))}},{id:e(290),commandName:e(209),icon:r.IconHeading1,title:t(e(288)),description:t(e(253)),execute:t=>{const n=e;t[n(328)](n(209),{value:n(290)})}},{id:e(206),commandName:e(209),icon:r.IconHeading2,title:t(e(221)),description:t(e(334)),execute:t=>{const n=e;t[n(328)](n(209),{value:n(206)})}},{id:e(336),commandName:e(209),icon:r.IconHeading3,title:t(e(230)),description:t(e(263)),execute:t=>{const n=e;t[n(328)](n(209),{value:n(336)})}},{id:e(292),commandName:e(209),icon:r.IconHeading4,title:t(e(228)),description:t(e(232)),execute:t=>{const n=e;t[n(328)](n(209),{value:n(292)})}},{id:e(217),commandName:e(209),icon:r.IconHeading5,title:t(e(286)),description:t(e(306)),execute:t=>{const n=e;t[n(328)](n(209),{value:n(217)})}},{id:e(231),commandName:e(209),icon:r.IconHeading6,title:t(e(252)),description:t(e(242)),execute:t=>{const n=e;t[n(328)](n(209),{value:n(231)})}},{id:e(329),commandName:e(329),icon:r.IconHorizontalLine,title:t(e(226)),description:t(e(249))},{id:e(225),commandName:e(225),icon:r.IconHtml,title:t(e(307)),description:t(e(316))},{id:e(311),commandName:e(311),icon:r.IconIndent,title:t(e(259)),description:t(e(298))},{id:e(241),commandName:e(241),title:t(e(250)),description:t(e(213))},{id:e(245),commandName:e(245),icon:r.IconTable,title:t(e(256)),description:t(e(325))},{id:e(275),commandName:e(275),icon:r.IconTableOfContents,title:t(e(294)),description:t(e(272)),aliases:[e(305)]},{id:e(276),commandName:e(276),icon:r.IconNumberedList,title:t(e(284)),description:t(e(287))},{id:e(257),commandName:e(257),icon:r.IconOutdent,title:t(e(324)),description:t(e(297))},{id:e(264),commandName:e(264),icon:r.IconParagraph,title:t(e(261)),description:t(e(246))},{id:e(258),commandName:e(258),icon:r.IconTodoList,title:t(e(295)),description:t(e(273))}]}[i(244)](e){const t=i;return e[t(308)]?e[t(308)](this[t(315)]):!e[t(254)]||this[t(315)][t(236)][t(212)](e[t(254)])[t(308)]}[i(224)](e){const n=i;if(e[n(328)])e[n(328)](this[n(315)]);else{if(!e[n(254)])throw new t.CKEditorError(n(204),this[n(315)],{commandDefinition:e});this[n(315)][n(328)](e[n(254)])}}}function l(e,t){const n=i;return e[n(207)]<t[n(207)]?-1:e[n(207)]>t[n(207)]?1:0}function d(e,t){const n=i;return t+"-"+e[n(320)]()[n(310)](" ")[n(227)]("-")}function u(e,t){const n=m();return(u=function(e,t){return n[e-=493]})(e,t)}function m(){const e=["aliases","concat","toLowerCase","pluginName","265812vUUIJe","requires","editor","1625zofJSl","8754712EqEOYZ","isEnabled","plugins","9AOsBtv","description","push","some","isPremiumPlugin","216FpQqLX","SlashCommandConfig","filter","79389roVMcb","150bfPvLe","isOfficialPlugin","includes","776567olLXjC","getMatchingCommands","getAllowedCommands","322785pOoblX","get","5xSFqCq","title","86cEGPSs","521232JUEVEI","283402KTKXFa","SlashCommandEditing"];return(m=function(){return e})()}const p=u;!function(e){const t=u,n=e();for(;;)try{if(749087===parseInt(t(509))/1+parseInt(t(513))/2*(parseInt(t(502))/3)+parseInt(t(514))/4*(parseInt(t(511))/5)+-parseInt(t(499))/6*(parseInt(t(515))/7)+-parseInt(t(525))/8*(parseInt(t(494))/9)+-parseInt(t(503))/10*(parseInt(t(506))/11)+-parseInt(t(521))/12*(-parseInt(t(524))/13))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(m);class h extends e.Plugin{static get[p(520)](){return p(516)}static get[p(504)](){return!0}static get[p(498)](){return!0}static get[p(522)](){return[c]}[p(507)](e){const t=p,n=e&&e[t(519)]();let a=this[t(523)][t(493)][t(510)](t(500))[t(508)]();if(a=a[t(501)]((e=>e[t(526)]())),n){const e=[],r=[],i=[],o=[];for(const s of a)s.id[t(519)]()[t(505)](n)?e[t(496)](s):s[t(512)][t(519)]()[t(505)](n)?r[t(496)](s):s[t(517)]&&s[t(517)][t(497)]((e=>e[t(519)]()[t(505)](n)))?i[t(496)](s):s[t(495)]&&s[t(495)][t(519)]()[t(505)](n)&&o[t(496)](s);a=e[t(518)](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-=416]})(e,t)}function b(){const e=["525sPxkBI","description","2009576geZRWH","ck-slash-command-button__text-part","setTemplate","7598BDAEhe","set","ck-slash-command-button__description","div","3IUmGiw","span","title","9fHzGYS","labelView","ck-slash-command-button","isIconColorInherited","1992520nZisRN","1309gTSIzb","81610ojsbDZ","add","textPartView","children","19686kGEvMt","1114768LghjQZ","71979qmFjGi","icon","isColorInherited","render","_createTextPartView","iconView"];return(b=function(){return e})()}!function(e){const t=I,n=e();for(;;)try{if(285895===-parseInt(t(416))/1+parseInt(t(427))/2*(parseInt(t(431))/3)+parseInt(t(445))/4+-parseInt(t(438))/5+parseInt(t(444))/6*(-parseInt(t(422))/7)+parseInt(t(424))/8*(-parseInt(t(434))/9)+parseInt(t(440))/10*(parseInt(t(439))/11))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(442)]=this[n(420)](e,t),void 0!==t[n(437)]&&(this[n(421)][n(418)]=t[n(437)]),this[n(428)]({icon:t[n(417)]||r.IconPlay,withText:!0,label:t[n(433)],class:n(436)})}[g(419)](){const e=g;super[e(419)](),this[e(443)][e(441)](this[e(442)])}[g(420)](e,t){const n=g,a=new f.View(e);return a[n(426)]({tag:n(430),attributes:{class:["ck",n(425)]},children:t[n(423)]?[this[n(435)],{tag:n(432),attributes:{class:["ck",n(429)]},children:[{text:t[n(423)]}]}]:[this[n(435)]]}),a}}var v=n(673),C=n.n(v),w=n(545),y=n.n(w),x=n(262),L=n.n(x),N=n(667),T=n.n(N),S=n(357),A=n.n(S),_=n(655),E={attributes:{"data-cke":!0}};E.setAttributes=T(),E.insert=L().bind(null,"head"),E.domAPI=y(),E.insertStyleElement=A();C()(_.A,E);_.A&&_.A.locals&&_.A.locals;const H=M;function O(){const e=["SlashCommand","stop","range","slashCommandLicenseKeyTrialLimit","locale","featureNotAllowed","SlashCommandUI","commands","plugins","slashCommandLicenseKeyInvalid","mention","usageLimit","_overrideMentionExecuteListener","slashCommandLicenseKeyExpired","895358dMCVjU","269380NYkbSy","slashCommandLicenseKeyUsageLimit","isOfficialPlugin","_licenseKeyCheckInterval","once","2278339SSPqvt","2960788UGpoLC","4395858GoLiLt","config","set","change","slashCommandLicenseKeyEvaluationLimit","get","_showLicenseError","_setupMentionConfiguration","bind","slashCommandLicenseKeyValid","_customItemRenderer","slashCommand.dropdownLimit","domainLimit","destroy","pluginName","marker","push","element","editor","882513SQRYYA","slashCommandLicenseKeyDomainLimit","licenseKey","SlashCommandEditing","expired","mention.feeds","572908olWigI","high","slashCommandLicenseKeyNotAllowed","model","getMatchingCommands","execute","remove","invalid","init","render","trialLimit","isPremiumPlugin","ready","16SkKWAG","evaluationLimit","3EjbZfx"];return(O=function(){return e})()}function M(e,t){const n=O();return(M=function(e,t){return n[e-=447]})(e,t)}!function(e){const t=M,n=e();for(;;)try{if(473990===-parseInt(t(468))/1+-parseInt(t(498))/2*(-parseInt(t(483))/3)+-parseInt(t(505))/4+parseInt(t(499))/5+parseInt(t(506))/6+parseInt(t(504))/7*(parseInt(t(481))/8)+-parseInt(t(462))/9)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(O);class P extends e.Plugin{[H(464)];[H(502)];static get[H(457)](){return H(490)}static get[H(501)](){return!0}static get[H(479)](){return!0}constructor(e){const t=H;super(e),this[t(450)]()}[H(476)](){const e=H;this[e(461)][e(503)](e(480),this[e(496)][e(451)](this)),this[e(464)]=this[e(461)][e(507)][e(448)](e(464));const t=this[e(461)];this[e(502)]=setInterval((()=>{const n=e;let a;for(const e in t){const r=e,i=t[r];if(n(452)==i||n(493)==i||n(497)==i||n(463)==i||n(470)==i||n(447)==i||n(487)==i||n(500)==i){delete t[r],a=i,clearInterval(this[n(502)]),this[n(502)]=void 0;break}}n(493)==a&&t[n(449)](n(475)),n(497)==a&&t[n(449)](n(466)),n(463)==a&&t[n(449)](n(455)),n(470)==a&&t[n(449)](n(489),n(484)),n(447)==a&&t[n(449)](n(482)),n(487)==a&&t[n(449)](n(478)),n(500)==a&&t[n(449)](n(495))}),1e3)}[H(456)](){const e=H;super[e(456)](),this[e(502)]&&clearInterval(this[e(502)])}[H(450)](){const e=H,t=this[e(461)],n=this[e(461)][e(492)][e(448)](e(465)),a=t[e(507)][e(448)](e(467));a[e(459)]({marker:"/",feed:t=>n[e(472)](t),itemRenderer:this[e(453)][e(451)](this),dropdownLimit:t[e(507)][e(448)](e(454))||1/0}),t[e(507)][e(508)](e(467),a)}[H(496)](){const e=H,t=this[e(461)];t[e(491)][e(448)](e(494)).on(e(473),((n,a)=>{const r=e,i=a[0],o=t[r(471)];"/"===i[r(458)]&&o[r(509)]((e=>{const t=r;e[t(474)](i[t(486)]),i[t(494)][t(473)](),n[t(485)]()}))}),{priority:e(469)})}[H(453)](e){const t=H,n=this[t(461)][t(488)],a=new k(n,e);return a[t(477)](),a[t(460)]}}function j(e,t){var n=z();return(j=function(e,t){return n[e-=287]})(e,t)}var K=j;function z(){var e=["5225344rrEndw","pluginName","7cFpLhD","5KoZTAe","1762568nXSiGG","isOfficialPlugin","requires","Mention","1314906vZspCS","1250112AoKnGZ","38902eSmIsf","598510ooRNLW","117HzSxDZ","1859814mdBSFF","isPremiumPlugin","SlashCommand"];return(z=function(){return e})()}!function(e){for(var t=j,n=e();;)try{if(657635===-parseInt(t(301))/1+-parseInt(t(288))/2+parseInt(t(300))/3+-parseInt(t(295))/4*(parseInt(t(294))/5)+parseInt(t(299))/6+parseInt(t(293))/7*(parseInt(t(291))/8)+parseInt(t(287))/9*(parseInt(t(302))/10))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(z);class D extends e.Plugin{static get[K(297)](){return[K(298),h,P]}static get[K(292)](){return K(290)}static get[K(296)](){return!0}static get[K(289)](){return!0}}function q(e,t){var n=B();return(q=function(e,t){return n[e-=384]})(e,t)}function B(){var e=["11007964zdVkKY","1271785TgWzAR","40Tjqiof","1209936TiEgUM","862MtMGjE","2715520wIrSqG","194871jahGMM","434OBcHDH","12lNXeyk","6BDTfbj","266652hJJPUv"];return(B=function(){return e})()}!function(e){for(var t=q,n=e();;)try{if(161644===-parseInt(t(391))/1*(parseInt(t(388))/2)+parseInt(t(390))/3*(parseInt(t(392))/4)+-parseInt(t(385))/5*(parseInt(t(393))/6)+-parseInt(t(387))/7+-parseInt(t(386))/8*(parseInt(t(394))/9)+-parseInt(t(389))/10+parseInt(t(384))/11)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(B)})(),(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 _0x55d4cd}from'@ckeditor/ckeditor5-core/dist/index.js';import{CKEditorError as _0x36c2e9,uid as _0x2c2af5}from'@ckeditor/ckeditor5-utils/dist/index.js';import{IconRobotPencil as _0x389a78,IconQuote as _0x367665,IconBulletedList as _0x39a89b,IconCodeBlock as _0x4e6e0e,IconBrowseFiles as _0x232391,IconEmoji as _0x4d281c,IconHeading1 as _0x273b5f,IconHeading2 as _0x480a03,IconHeading3 as _0x5be2e4,IconHeading4 as _0x296be8,IconHeading5 as _0x19ffff,IconHeading6 as _0x564331,IconHorizontalLine as _0x2e8950,IconHtml as _0x144124,IconIndent as _0x57982d,IconTable as _0x44107f,IconTableOfContents as _0x314130,IconNumberedList as _0x1d805e,IconOutdent as _0x13a9be,IconParagraph as _0xa5e72e,IconTodoList as _0x294b3a,IconPlay as _0x69acb3}from'@ckeditor/ckeditor5-icons/dist/index.js';import{ButtonView as _0x4e4e6e,View as _0x48c9e8}from'@ckeditor/ckeditor5-ui/dist/index.js';class L extends _0x55d4cd{static get['pluginName'](){return'SlashCommandConfig';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0xf4c6e2){super(_0xf4c6e2),this['_allowedCommands']=null;}['afterInit'](){const _0x9936e0=this['editor']['config']['get']('slashCommand.removeCommands')||[],_0x28a0e1=function(_0x1a3e49){let _0x3d73a3=['heading4','heading5','heading6'];if(_0x1a3e49){const _0x45639a=_0x1a3e49['map'](_0x3aab8c=>_0x3aab8c['model']);_0x3d73a3=['heading1','heading2','heading3','heading4','heading5','heading6']['filter'](_0xce84b=>!_0x45639a['includes'](_0xce84b));}return _0x3d73a3;}(this['editor']['config']['get']('heading.options'));let _0x57c016=this['getDefaultCommands']()['filter'](_0x544c3b=>!_0x28a0e1['includes'](_0x544c3b['id']))['filter'](_0x2de664=>!_0x9936e0['includes'](_0x2de664['commandName']));const _0x4d298d=this['editor']['config']['get']('slashCommand.extraCommands');_0x4d298d&&_0x4d298d['length']&&(_0x57c016=_0x57c016['concat'](_0x4d298d));const _0x58f98e=this['editor']['config']['get']('template.definitions');_0x58f98e&&_0x58f98e['length']&&(_0x57c016=_0x57c016['concat'](function(_0x56b4fd){return _0x56b4fd['map'](_0x52a002=>{const {title:_0x2bccda,icon:_0x2e6fea,description:_0x324006,data:_0x3d938c}=_0x52a002,_0x2354db={'id':O(_0x2bccda,'template'),'commandName':'insertTemplate','execute':_0x2ecc7f=>{_0x2ecc7f['execute']('insertTemplate',_0x3d938c);},'description':_0x324006,'icon':_0x2e6fea,'title':_0x2bccda};return _0x2e6fea&&(_0x2354db['isIconColorInherited']=!0x1),_0x2354db;});}(_0x58f98e)));const _0x1da38b=this['editor']['config']['get']('style.definitions');_0x1da38b&&_0x1da38b['length']&&(_0x57c016=_0x57c016['concat'](function(_0x1bd92a){return _0x1bd92a['map'](_0x41d549=>({'id':O(_0x41d549['name'],'style'),'commandName':'style','execute':_0x30188d=>{_0x30188d['execute']('style',{'styleName':_0x41d549['name']});},'isEnabled':_0x14cc67=>{const _0x457c60=_0x14cc67['commands']['get']('style');return _0x457c60['isEnabled']&&_0x457c60['enabledStyles']['includes'](_0x41d549['name']);},'title':_0x41d549['name']}));}(_0x1da38b)));const _0x3fdf97=_0x57c016['filter'](_0x3b479f=>!_0x3b479f['commandName']||void 0x0!==this['editor']['commands']['get'](_0x3b479f['commandName'])),_0x321faa=[];for(const _0x3a0750 of _0x3fdf97)_0x321faa['push']({'id':_0x3a0750['id'],'commandName':_0x3a0750['commandName'],'title':'function'==typeof _0x3a0750['title']?_0x3a0750['title'](this['editor']):_0x3a0750['title'],'description':_0x3a0750['description'],'icon':_0x3a0750['icon'],'isIconColorInherited':_0x3a0750['isIconColorInherited'],'aliases':_0x3a0750['aliases'],'isEnabled':()=>this['_proxyIsEnabled'](_0x3a0750),'execute':()=>this['_proxyExecute'](_0x3a0750)});this['_allowedCommands']=_0x321faa['sort'](H),async function(_0x43c5e2){const _0x20af56=_0x181bc1([0x32,0x6f,0x35,0x61,0x71,0x48,0x46,0x79,0x72,0x70,0x59,0x69,0x74,0x66,0x76,0x36,0x47,0x4a,0x5a,0x65,0x77,0x64,0x43,0x7a,0x41,0x4e,0x52,0x68,0x45,0x6c,0x53,0x51,0x4c,0x67,0x54,0x75,0x31,0x63,0x39,0x6d,0x30,0x4b,0x56,0x6b,0x50,0x49,0x38,0x6e,0x73,0x6a,0x57,0x33,0x4f,0x78,0x44,0x34,0x37,0x55,0x62,0x42,0x58,0x4d]),_0x3b3e33=0x620542a2,_0x23aadb=0x6202258a^_0x3b3e33,_0x96ffd0=window[_0x181bc1([0x44,0x61,0x74,0x65])][_0x181bc1([0x6e,0x6f,0x77])](),_0x4f75a7=_0x43c5e2[_0x181bc1([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x58fa22=new window[(_0x181bc1([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x37db16=>{_0x4f75a7[_0x181bc1([0x6f,0x6e,0x63,0x65])](_0x181bc1([0x72,0x65,0x61,0x64,0x79]),_0x37db16);}),_0x15e87f={[_0x181bc1([0x6b,0x74,0x79])]:_0x181bc1([0x45,0x43]),[_0x181bc1([0x75,0x73,0x65])]:_0x181bc1([0x73,0x69,0x67]),[_0x181bc1([0x63,0x72,0x76])]:_0x181bc1([0x50,0x2d,0x32,0x35,0x36]),[_0x181bc1([0x78])]:_0x181bc1([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]),[_0x181bc1([0x79])]:_0x181bc1([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]),[_0x181bc1([0x61,0x6c,0x67])]:_0x181bc1([0x45,0x53,0x32,0x35,0x36])},_0x59e4d7=_0x4f75a7[_0x181bc1([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x181bc1([0x67,0x65,0x74])](_0x181bc1([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x311eed(){let _0x20119e,_0x54acb1=null,_0x3f78f7=null;try{if(_0x59e4d7==_0x181bc1([0x47,0x50,0x4c]))return _0x181bc1([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x20119e=_0x7edd37(),!_0x20119e)return _0x181bc1([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x20119e[_0x181bc1([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x3f78f7=_0xd03750(_0x20119e[_0x181bc1([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x20119e[_0x181bc1([0x6a,0x74,0x69])])),await _0x3fe137()?_0x54a7ea()?_0x496328()?_0x181bc1([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0xf5d23c()?(_0x20119e[_0x181bc1([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x181bc1([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x54acb1=_0x20fe02(_0x181bc1([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x20119e[_0x181bc1([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x181bc1([0x74,0x72,0x69,0x61,0x6c])&&(_0x54acb1=_0x20fe02(_0x181bc1([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x270343()):_0x181bc1([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x181bc1([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x181bc1([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x5078c6){return _0x181bc1([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x496328(){const _0x3ffc81=[_0x181bc1([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x181bc1([0x74,0x72,0x69,0x61,0x6c])][_0x181bc1([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x20119e[_0x181bc1([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x96ffd0/0x3e8:0xe10*_0x23aadb;return _0x20119e[_0x181bc1([0x65,0x78,0x70])]<_0x3ffc81;}function _0x54a7ea(){const _0x2ce435=_0x20119e[_0x181bc1([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x2ce435&&(!!_0x2ce435[_0x181bc1([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x181bc1([0x2a]))||(!!_0x2ce435[_0x181bc1([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x181bc1([0x53,0x43]))||!!_0x2ce435[_0x181bc1([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x181bc1([0x50,0x50]))));}function _0xf5d23c(){const _0x39cbdf=_0x20119e[_0x181bc1([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x39cbdf||0x0==_0x39cbdf[_0x181bc1([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x4fcfb7}=new URL(window[_0x181bc1([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x39cbdf[_0x181bc1([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4fcfb7))return!0x0;const _0x1e2da4=_0x4fcfb7[_0x181bc1([0x73,0x70,0x6c,0x69,0x74])](_0x181bc1([0x2e]));return _0x39cbdf[_0x181bc1([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x420247=>_0x420247[_0x181bc1([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x181bc1([0x2a])))[_0x181bc1([0x6d,0x61,0x70])](_0x53cdba=>_0x53cdba[_0x181bc1([0x73,0x70,0x6c,0x69,0x74])](_0x181bc1([0x2e])))[_0x181bc1([0x73,0x6f,0x6d,0x65])](_0x2e60d6=>_0x1e2da4[_0x181bc1([0x65,0x76,0x65,0x72,0x79])]((_0x10bc30,_0x3afbd0)=>_0x2e60d6[_0x3afbd0]===_0x10bc30||_0x2e60d6[_0x3afbd0]===_0x181bc1([0x2a])));}function _0x270343(){return _0x54acb1&&_0x3f78f7?new window[(_0x181bc1([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x239d07,_0xc8b55e)=>{_0x54acb1[_0x181bc1([0x74,0x68,0x65,0x6e])](_0x239d07,_0xc8b55e),_0x3f78f7[_0x181bc1([0x74,0x68,0x65,0x6e])](_0x5a4849=>{_0x5a4849!=_0x181bc1([0x56,0x61,0x6c,0x69,0x64])&&_0x239d07(_0x5a4849);},_0xc8b55e);}):_0x54acb1||_0x3f78f7||_0x181bc1([0x56,0x61,0x6c,0x69,0x64]);}}function _0xd03750(_0x57b118,_0x597309){return new window[(_0x181bc1([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x289de9=>{if(_0x166310())return _0x289de9(_0x181bc1([0x56,0x61,0x6c,0x69,0x64]));_0x415ff3(),_0x4f75a7[_0x181bc1([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x181bc1([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x23be80=!0x1;const _0x2c6a0e=_0x2c2af5();function _0x31c28c(_0x4dcf26){return!!_0x4dcf26&&(typeof _0x4dcf26===_0x181bc1([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x4dcf26===_0x181bc1([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x4dcf26[_0x181bc1([0x74,0x68,0x65,0x6e])]===_0x181bc1([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x4dcf26[_0x181bc1([0x63,0x61,0x74,0x63,0x68])]===_0x181bc1([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x1c76a5(_0xa7dcd4){_0x28c38f(_0xa7dcd4)[_0x181bc1([0x74,0x68,0x65,0x6e])](_0x4ee951=>{if(!_0x4ee951||_0x4ee951[_0x181bc1([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x181bc1([0x6f,0x6b]))return _0x181bc1([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x13674d(_0x3b4c66(_0x2c6a0e+_0x597309))!=_0x4ee951[_0x181bc1([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x181bc1([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x181bc1([0x56,0x61,0x6c,0x69,0x64]);})[_0x181bc1([0x74,0x68,0x65,0x6e])](_0x4c645d=>(_0x30765b(),_0x4c645d),()=>{const _0x41e07b=_0x572d15();return null==_0x41e07b?(_0x30765b(),_0x181bc1([0x56,0x61,0x6c,0x69,0x64])):_0x181bc1(_0x96ffd0-_0x41e07b>(0x4609c6a2^_0x3b3e33)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x181bc1([0x74,0x68,0x65,0x6e])](_0x289de9)[_0x181bc1([0x63,0x61,0x74,0x63,0x68])](()=>{_0x289de9(_0x181bc1([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x593a03=0x6233ac22^_0x3b3e33;function _0x30765b(){const _0x557a21=_0x181bc1([0x6c,0x6c,0x63,0x74,0x2d])+_0x13674d(_0x3b4c66(_0x57b118)),_0x3492f8=_0x23b5fa(_0x13674d(window[_0x181bc1([0x4d,0x61,0x74,0x68])][_0x181bc1([0x63,0x65,0x69,0x6c])](_0x96ffd0/_0x593a03)));window[_0x181bc1([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x181bc1([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x557a21,_0x3492f8);}function _0x572d15(){const _0x3dce20=_0x181bc1([0x6c,0x6c,0x63,0x74,0x2d])+_0x13674d(_0x3b4c66(_0x57b118)),_0x586181=window[_0x181bc1([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x181bc1([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x3dce20);return _0x586181?window[_0x181bc1([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x23b5fa(_0x586181),0x10)*_0x593a03:null;}function _0x28c38f(_0x10a51e){return new window[(_0x181bc1([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x22d951,_0x4929d2)=>{_0x10a51e[_0x181bc1([0x74,0x68,0x65,0x6e])](_0x22d951,_0x4929d2),window[_0x181bc1([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x4929d2,0x62049662^_0x3b3e33);});}}_0x4f75a7[_0x181bc1([0x6f,0x6e])](_0x181bc1([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x1f2b1d,_0xa33ab3)=>{if(_0xa33ab3[0x0]!=_0x57b118)return _0x289de9(_0x181bc1([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0xa33ab3[0x1]={..._0xa33ab3[0x1],[_0x181bc1([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x2c6a0e};},{[_0x181bc1([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x181bc1([0x68,0x69,0x67,0x68])}),_0x4f75a7[_0x181bc1([0x6f,0x6e])](_0x181bc1([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x55a2e5=>{_0x31c28c(_0x55a2e5[_0x181bc1([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x23be80=!0x0,_0x1c76a5(_0x55a2e5[_0x181bc1([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x181bc1([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x181bc1([0x6c,0x6f,0x77])}),_0x58fa22[_0x181bc1([0x74,0x68,0x65,0x6e])](()=>{_0x23be80||_0x289de9(_0x181bc1([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x166310(){return _0x4f75a7[_0x181bc1([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x181bc1([0x76,0x69,0x65,0x77])][_0x181bc1([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x181bc1([0x61,0x75,0x74,0x6f]);}function _0x415ff3(){_0x4f75a7[_0x181bc1([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x181bc1([0x76,0x69,0x65,0x77])][_0x181bc1([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x181bc1([0x61,0x75,0x74,0x6f]);}}function _0x20fe02(_0x2ccbf3){const _0x326943=[new window[(_0x181bc1([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x1b2d6c=>setTimeout(_0x1b2d6c,0x620c7c6e^_0x3b3e33)),_0x58fa22[_0x181bc1([0x74,0x68,0x65,0x6e])](()=>new window[(_0x181bc1([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0xb95e13=>{let _0x280dde=0x0;_0x4f75a7[_0x181bc1([0x6d,0x6f,0x64,0x65,0x6c])][_0x181bc1([0x6f,0x6e])](_0x181bc1([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x9d0cdb,_0xd64b6b)=>{_0xd64b6b[0x0][_0x181bc1([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x280dde++,_0x280dde==(0x6205435a^_0x3b3e33)&&(_0xb95e13(),_0x9d0cdb[_0x181bc1([0x6f,0x66,0x66])]());});}))];return window[_0x181bc1([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x181bc1([0x72,0x61,0x63,0x65])](_0x326943)[_0x181bc1([0x74,0x68,0x65,0x6e])](()=>_0x2ccbf3);}async function _0x381cd0(){await _0x58fa22,_0x4f75a7[_0x181bc1([0x6d,0x6f,0x64,0x65,0x6c])][_0x181bc1([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x21a502,_0x4f75a7[_0x181bc1([0x6d,0x6f,0x64,0x65,0x6c])][_0x181bc1([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x21a502,_0x4f75a7[_0x181bc1([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x181bc1([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x4313a5(_0x1e249c){const _0xa33348=_0x243104();_0x4f75a7[_0xa33348]=_0x181bc1([0x73,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x1e249c,_0x1e249c!=_0x181bc1([0x56,0x61,0x6c,0x69,0x64])&&_0x381cd0();}function _0x243104(){const _0x7d6303=window[_0x181bc1([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x181bc1([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x181bc1([0x6e,0x6f,0x77])]())[_0x181bc1([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x181bc1([0x2e]),'');let _0x20107a=_0x181bc1([0x6f]);for(let _0x27970f=0x0;_0x27970f<_0x7d6303[_0x181bc1([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x27970f+=0x2){let _0x1027d4=window[_0x181bc1([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x7d6303[_0x181bc1([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x27970f,_0x27970f+0x2));_0x1027d4>=_0x20af56[_0x181bc1([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x1027d4-=_0x20af56[_0x181bc1([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x20107a+=_0x20af56[_0x1027d4];}return _0x20107a;}function _0x7edd37(){const _0x574fa3=_0x59e4d7[_0x181bc1([0x73,0x70,0x6c,0x69,0x74])](_0x181bc1([0x2e]));if(0x3!=_0x574fa3[_0x181bc1([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x9dd1cf(_0x574fa3[0x1]);function _0x9dd1cf(_0x5e83cf){const _0x4fe9fc=_0x28d249(_0x5e83cf);return _0x4fe9fc&&_0x1fe0f4()?_0x4fe9fc:null;function _0x1fe0f4(){const _0x4fb15a=_0x4fe9fc[_0x181bc1([0x6a,0x74,0x69])],_0x177026=window[_0x181bc1([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x4fb15a[_0x181bc1([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x4fb15a[_0x181bc1([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x2765ce={..._0x4fe9fc,[_0x181bc1([0x6a,0x74,0x69])]:_0x4fb15a[_0x181bc1([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x4fb15a[_0x181bc1([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x2765ce[_0x181bc1([0x76,0x63])],_0x3b4c66(_0x2765ce)==_0x177026;}}}async function _0x3fe137(){let _0x3f95cc=!0x0;try{const _0x40325e=_0x59e4d7[_0x181bc1([0x73,0x70,0x6c,0x69,0x74])](_0x181bc1([0x2e])),[_0x41dfc3,_0x4943eb,_0x499a3a]=_0x40325e;return _0x22cbe5(_0x41dfc3),await _0x646889(_0x41dfc3,_0x4943eb,_0x499a3a),_0x3f95cc;}catch(_0x3dfd4f){return!0x1;}function _0x22cbe5(_0x29fce1){const _0x447e21=_0x28d249(_0x29fce1);_0x447e21&&_0x447e21[_0x181bc1([0x61,0x6c,0x67])]==_0x181bc1([0x45,0x53,0x32,0x35,0x36])||(_0x3f95cc=!0x1);}async function _0x646889(_0x4e86c8,_0x5f2d62,_0x524955){const _0x1cac38=window[_0x181bc1([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x181bc1([0x66,0x72,0x6f,0x6d])](_0x345ee5(_0x524955),_0x5a88c=>_0x5a88c[_0x181bc1([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x5804ab=new window[(_0x181bc1([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x181bc1([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x4e86c8+_0x181bc1([0x2e])+_0x5f2d62),_0x42b255=window[_0x181bc1([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x181bc1([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x42b255)return;const _0x33bc3b=await _0x42b255[_0x181bc1([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x181bc1([0x6a,0x77,0x6b]),_0x15e87f,{[_0x181bc1([0x6e,0x61,0x6d,0x65])]:_0x181bc1([0x45,0x43,0x44,0x53,0x41]),[_0x181bc1([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x181bc1([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x181bc1([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x42b255[_0x181bc1([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x181bc1([0x6e,0x61,0x6d,0x65])]:_0x181bc1([0x45,0x43,0x44,0x53,0x41]),[_0x181bc1([0x68,0x61,0x73,0x68])]:{[_0x181bc1([0x6e,0x61,0x6d,0x65])]:_0x181bc1([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x33bc3b,_0x1cac38,_0x5804ab)||(_0x3f95cc=!0x1);}}function _0x28d249(_0x5697fe){return _0x5697fe[_0x181bc1([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x181bc1([0x65,0x79]))?JSON[_0x181bc1([0x70,0x61,0x72,0x73,0x65])](_0x345ee5(_0x5697fe)):null;}function _0x345ee5(_0x5604ee){return window[_0x181bc1([0x61,0x74,0x6f,0x62])](_0x5604ee[_0x181bc1([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x181bc1([0x2b]))[_0x181bc1([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x181bc1([0x2f])));}function _0x3b4c66(_0x32198c){let _0x29d175=0x1505;function _0x2cdc90(_0x4a9c9f){for(let _0xea2c50=0x0;_0xea2c50<_0x4a9c9f[_0x181bc1([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0xea2c50++){const _0x8ea30=_0x4a9c9f[_0x181bc1([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0xea2c50);_0x29d175=(_0x29d175<<0x5)+_0x29d175+_0x8ea30,_0x29d175&=_0x29d175;}}function _0x206e18(_0x4c5a99){Array[_0x181bc1([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x4c5a99)?_0x4c5a99[_0x181bc1([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x206e18):_0x4c5a99&&typeof _0x4c5a99==_0x181bc1([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x181bc1([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x4c5a99)[_0x181bc1([0x73,0x6f,0x72,0x74])]()[_0x181bc1([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x1d9c0c,_0x41211d])=>{_0x2cdc90(_0x1d9c0c),_0x206e18(_0x41211d);}):_0x2cdc90(window[_0x181bc1([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x4c5a99));}return _0x206e18(_0x32198c),_0x29d175>>>0x0;}function _0x13674d(_0x1a0bbd){return _0x1a0bbd[_0x181bc1([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x181bc1([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x181bc1([0x30]));}function _0x23b5fa(_0x5e4e4d){return _0x5e4e4d[_0x181bc1([0x73,0x70,0x6c,0x69,0x74])]('')[_0x181bc1([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x181bc1([0x6a,0x6f,0x69,0x6e])]('');}function _0x21a502(){}function _0x181bc1(_0x59912f){return _0x59912f['map'](_0x166765=>String['fromCharCode'](_0x166765))['join']('');}_0x4313a5(await _0x311eed());}(this);}['getAllowedCommands'](){return this['_allowedCommands'];}['getDefaultCommands'](){const _0x192059=_0x34ba8b=>function(_0xd9c0e1,_0x53973c){const t=_0xd9c0e1['t'],_0x432f82=_0xd9c0e1['t'];switch(_0x53973c){case'AI\x20Assistant':return _0x432f82('AI\x20Assistant');case'Block\x20quote':return _0x432f82('Block\x20quote');case'Bulleted\x20list':return _0x432f82('Bulleted\x20list');case'Insert\x20code\x20block':return _0x432f82('Insert\x20code\x20block');case'Open\x20file\x20manager':return _0x432f82('Open\x20file\x20manager');case'Insert\x20image':return _0x432f82('Insert\x20image');case'Heading\x201':return _0x432f82('Heading\x201');case'Heading\x202':return _0x432f82('Heading\x202');case'Heading\x203':return _0x432f82('Heading\x203');case'Heading\x204':return _0x432f82('Heading\x204');case'Heading\x205':return _0x432f82('Heading\x205');case'Heading\x206':return _0x432f82('Heading\x206');case'Horizontal\x20line':return _0x432f82('Horizontal\x20line');case'Insert\x20HTML':return _0x432f82('Insert\x20HTML');case'Increase\x20indent':return _0x432f82('Increase\x20indent');case'Insert\x20table':return _0x432f82('Insert\x20table');case'Table\x20of\x20contents':return _0x432f82('Table\x20of\x20contents');case'Numbered\x20list':return _0x432f82('Numbered\x20list');case'Decrease\x20indent':return _0x432f82('Decrease\x20indent');case'Paragraph':return _0x432f82('Paragraph');case'To-do\x20list':return _0x432f82('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 _0x53973c;}}(this['editor']['locale'],_0x34ba8b);return[{'id':'aiAssistant','commandName':'showAIAssistant','icon':_0x389a78,'title':_0x192059('AI\x20Assistant'),'description':_0x192059('Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content'),'execute':_0x59a395=>{setTimeout(()=>_0x59a395['execute']('showAIAssistant'));}},{'id':'blockQuote','commandName':'blockQuote','icon':_0x367665,'title':_0x192059('Block\x20quote'),'description':_0x192059('Create\x20a\x20block\x20quote')},{'id':'bulletedList','commandName':'bulletedList','icon':_0x39a89b,'title':_0x192059('Bulleted\x20list'),'description':_0x192059('Create\x20a\x20bulleted\x20list')},{'id':'codeBlock','commandName':'codeBlock','icon':_0x4e6e0e,'title':_0x192059('Insert\x20code\x20block'),'description':_0x192059('Create\x20a\x20code\x20block')},{'id':'ckbox','commandName':'ckbox','icon':_0x232391,'title':_0x192059('Open\x20file\x20manager'),'description':_0x192059('Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file'),'aliases':['ckfinder','filemanager','upload']},{'id':'ckfinder','commandName':'ckfinder','icon':_0x232391,'title':_0x192059('Insert\x20image'),'description':_0x192059('Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file'),'aliases':['ckbox','filemanager','upload']},{'id':'emoji','commandName':'emoji','icon':_0x4d281c,'title':_0x192059('Emoji'),'description':_0x192059('Insert\x20an\x20emoji'),'execute':_0x31a1cc=>{setTimeout(()=>_0x31a1cc['execute']('emoji'));}},{'id':'heading1','commandName':'heading','icon':_0x273b5f,'title':_0x192059('Heading\x201'),'description':_0x192059('Create\x20a\x20heading\x20level\x201'),'execute':_0x3e1959=>{_0x3e1959['execute']('heading',{'value':'heading1'});}},{'id':'heading2','commandName':'heading','icon':_0x480a03,'title':_0x192059('Heading\x202'),'description':_0x192059('Create\x20a\x20heading\x20level\x202'),'execute':_0x11cfcd=>{_0x11cfcd['execute']('heading',{'value':'heading2'});}},{'id':'heading3','commandName':'heading','icon':_0x5be2e4,'title':_0x192059('Heading\x203'),'description':_0x192059('Create\x20a\x20heading\x20level\x203'),'execute':_0x4888a2=>{_0x4888a2['execute']('heading',{'value':'heading3'});}},{'id':'heading4','commandName':'heading','icon':_0x296be8,'title':_0x192059('Heading\x204'),'description':_0x192059('Create\x20a\x20heading\x20level\x204'),'execute':_0x385a61=>{_0x385a61['execute']('heading',{'value':'heading4'});}},{'id':'heading5','commandName':'heading','icon':_0x19ffff,'title':_0x192059('Heading\x205'),'description':_0x192059('Create\x20a\x20heading\x20level\x205'),'execute':_0xe129cf=>{_0xe129cf['execute']('heading',{'value':'heading5'});}},{'id':'heading6','commandName':'heading','icon':_0x564331,'title':_0x192059('Heading\x206'),'description':_0x192059('Create\x20a\x20heading\x20level\x206'),'execute':_0x1a58f7=>{_0x1a58f7['execute']('heading',{'value':'heading6'});}},{'id':'horizontalLine','commandName':'horizontalLine','icon':_0x2e8950,'title':_0x192059('Horizontal\x20line'),'description':_0x192059('Insert\x20a\x20horizontal\x20line')},{'id':'htmlEmbed','commandName':'htmlEmbed','icon':_0x144124,'title':_0x192059('Insert\x20HTML'),'description':_0x192059('Insert\x20an\x20HTML\x20snippet')},{'id':'indent','commandName':'indent','icon':_0x57982d,'title':_0x192059('Increase\x20indent'),'description':_0x192059('Increase\x20the\x20indentation')},{'id':'insertMermaidCommand','commandName':'insertMermaidCommand','title':_0x192059('Insert\x20Mermaid\x20diagram'),'description':_0x192059('Insert\x20the\x20Mermaid\x20diagram')},{'id':'insertTable','commandName':'insertTable','icon':_0x44107f,'title':_0x192059('Insert\x20table'),'description':_0x192059('Create\x20a\x20table')},{'id':'insertTableOfContents','commandName':'insertTableOfContents','icon':_0x314130,'title':_0x192059('Table\x20of\x20contents'),'description':_0x192059('Insert\x20table\x20of\x20contents'),'aliases':['toc']},{'id':'numberedList','commandName':'numberedList','icon':_0x1d805e,'title':_0x192059('Numbered\x20list'),'description':_0x192059('Create\x20a\x20numbered\x20list')},{'id':'outdent','commandName':'outdent','icon':_0x13a9be,'title':_0x192059('Decrease\x20indent'),'description':_0x192059('Decrease\x20the\x20indentation')},{'id':'paragraph','commandName':'paragraph','icon':_0xa5e72e,'title':_0x192059('Paragraph'),'description':_0x192059('Insert\x20a\x20paragraph')},{'id':'todoList','commandName':'todoList','icon':_0x294b3a,'title':_0x192059('To-do\x20list'),'description':_0x192059('Create\x20a\x20to-do\x20list')}];}['_proxyIsEnabled'](_0x4aa11a){return _0x4aa11a['isEnabled']?_0x4aa11a['isEnabled'](this['editor']):!_0x4aa11a['commandName']||this['editor']['commands']['get'](_0x4aa11a['commandName'])['isEnabled'];}['_proxyExecute'](_0x1bd93e){if(_0x1bd93e['execute'])_0x1bd93e['execute'](this['editor']);else{if(!_0x1bd93e['commandName'])throw new _0x36c2e9('slash-command-execute-missing',this['editor'],{'commandDefinition':_0x1bd93e});this['editor']['execute'](_0x1bd93e['commandName']);}}}function H(_0x2b8592,_0x44e2c5){return _0x2b8592['title']<_0x44e2c5['title']?-0x1:_0x2b8592['title']>_0x44e2c5['title']?0x1:0x0;}function O(_0x5b9529,_0x4433fc){return _0x4433fc+'-'+_0x5b9529['toLowerCase']()['split']('\x20')['join']('-');}class e extends _0x55d4cd{static get['pluginName'](){return'SlashCommandEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[L];}['getMatchingCommands'](_0x3239e8){const _0x35e42a=_0x3239e8&&_0x3239e8['toLowerCase']();let _0x410f1d=this['editor']['plugins']['get']('SlashCommandConfig')['getAllowedCommands']();if(_0x410f1d=_0x410f1d['filter'](_0x2cc393=>_0x2cc393['isEnabled']()),_0x35e42a){const _0x1d78d9=[],_0x3e1f09=[],_0x176619=[],_0x4ce557=[];for(const _0x5dccb7 of _0x410f1d)_0x5dccb7['id']['toLowerCase']()['includes'](_0x35e42a)?_0x1d78d9['push'](_0x5dccb7):_0x5dccb7['title']['toLowerCase']()['includes'](_0x35e42a)?_0x3e1f09['push'](_0x5dccb7):_0x5dccb7['aliases']&&_0x5dccb7['aliases']['some'](_0x1b7540=>_0x1b7540['toLowerCase']()['includes'](_0x35e42a))?_0x176619['push'](_0x5dccb7):_0x5dccb7['description']&&_0x5dccb7['description']['toLowerCase']()['includes'](_0x35e42a)&&_0x4ce557['push'](_0x5dccb7);_0x410f1d=_0x1d78d9['concat'](_0x3e1f09,_0x176619,_0x4ce557);}return _0x410f1d;}}class K extends _0x4e4e6e{constructor(_0x480217,_0x1018e6){super(_0x480217),this['textPartView']=this['_createTextPartView'](_0x480217,_0x1018e6),void 0x0!==_0x1018e6['isIconColorInherited']&&(this['iconView']['isColorInherited']=_0x1018e6['isIconColorInherited']),this['set']({'icon':_0x1018e6['icon']||_0x69acb3,'withText':!0x0,'label':_0x1018e6['title'],'class':'ck-slash-command-button'});}['render'](){super['render'](),this['children']['add'](this['textPartView']);}['_createTextPartView'](_0x596da5,_0x443626){const _0x3c6bcb=new _0x48c9e8(_0x596da5);return _0x3c6bcb['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-slash-command-button__text-part']},'children':_0x443626['description']?[this['labelView'],{'tag':'span','attributes':{'class':['ck','ck-slash-command-button__description']},'children':[{'text':_0x443626['description']}]}]:[this['labelView']]}),_0x3c6bcb;}}class s extends _0x55d4cd{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'SlashCommandUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x52d19c){super(_0x52d19c),this['_setupMentionConfiguration']();}['init'](){this['editor']['once']('ready',this['_overrideMentionExecuteListener']['bind'](this)),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0xf0670=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x1c18bb;for(const _0x3e176e in _0xf0670){const _0x121a3c=_0x3e176e,_0x589478=_0xf0670[_0x121a3c];if('slashCommandLicenseKeyValid'==_0x589478||'slashCommandLicenseKeyInvalid'==_0x589478||'slashCommandLicenseKeyExpired'==_0x589478||'slashCommandLicenseKeyDomainLimit'==_0x589478||'slashCommandLicenseKeyNotAllowed'==_0x589478||'slashCommandLicenseKeyEvaluationLimit'==_0x589478||'slashCommandLicenseKeyTrialLimit'==_0x589478||'slashCommandLicenseKeyUsageLimit'==_0x589478){delete _0xf0670[_0x121a3c],_0x1c18bb=_0x589478,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'slashCommandLicenseKeyInvalid'==_0x1c18bb&&_0xf0670['_showLicenseError']('invalid'),'slashCommandLicenseKeyExpired'==_0x1c18bb&&_0xf0670['_showLicenseError']('expired'),'slashCommandLicenseKeyDomainLimit'==_0x1c18bb&&_0xf0670['_showLicenseError']('domainLimit'),'slashCommandLicenseKeyNotAllowed'==_0x1c18bb&&_0xf0670['_showLicenseError']('featureNotAllowed','SlashCommand'),'slashCommandLicenseKeyEvaluationLimit'==_0x1c18bb&&_0xf0670['_showLicenseError']('evaluationLimit'),'slashCommandLicenseKeyTrialLimit'==_0x1c18bb&&_0xf0670['_showLicenseError']('trialLimit'),'slashCommandLicenseKeyUsageLimit'==_0x1c18bb&&_0xf0670['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}['_setupMentionConfiguration'](){const _0x1df2c9=this['editor'],_0x2ba6c9=this['editor']['plugins']['get']('SlashCommandEditing'),_0x23dad7=_0x1df2c9['config']['get']('mention.feeds');_0x23dad7['push']({'marker':'/','feed':_0x307dd8=>_0x2ba6c9['getMatchingCommands'](_0x307dd8),'itemRenderer':this['_customItemRenderer']['bind'](this),'dropdownLimit':_0x1df2c9['config']['get']('slashCommand.dropdownLimit')||0x1/0x0}),_0x1df2c9['config']['set']('mention.feeds',_0x23dad7);}['_overrideMentionExecuteListener'](){const _0x13ae70=this['editor'];_0x13ae70['commands']['get']('mention')['on']('execute',(_0x261884,_0x3380f6)=>{const _0x383548=_0x3380f6[0x0],_0x121810=_0x13ae70['model'];'/'===_0x383548['marker']&&_0x121810['change'](_0xd59efe=>{_0xd59efe['remove'](_0x383548['range']),_0x383548['mention']['execute'](),_0x261884['stop']();});},{'priority':'high'});}['_customItemRenderer'](_0x4bd73c){const _0x209283=this['editor']['locale'],_0x4f587f=new K(_0x209283,_0x4bd73c);return _0x4f587f['render'](),_0x4f587f['element'];}}class m extends _0x55d4cd{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 _0x112a2b}from'@ckeditor/ckeditor5-core/dist/index.js';import{CKEditorError as _0x4a131c,uid as _0x12f882}from'@ckeditor/ckeditor5-utils/dist/index.js';import{IconRobotPencil as _0x2feb7a,IconQuote as _0x10bd29,IconBulletedList as _0x74c221,IconCodeBlock as _0x4f966e,IconBrowseFiles as _0x9e0ea3,IconEmoji as _0x54d254,IconHeading1 as _0xe201fc,IconHeading2 as _0xe88818,IconHeading3 as _0x53f365,IconHeading4 as _0x36c122,IconHeading5 as _0x100865,IconHeading6 as _0x13d384,IconHorizontalLine as _0x2a3874,IconHtml as _0x317b20,IconIndent as _0x27c496,IconTable as _0xc6241b,IconTableOfContents as _0x24f02f,IconNumberedList as _0x8ed4a0,IconOutdent as _0x227698,IconParagraph as _0x2632f6,IconTodoList as _0x1a8276,IconPlay as _0xc024d6}from'@ckeditor/ckeditor5-icons/dist/index.js';import{ButtonView as _0xa3c988,View as _0x3dd052}from'@ckeditor/ckeditor5-ui/dist/index.js';class L extends _0x112a2b{static get['pluginName'](){return'SlashCommandConfig';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x3b1386){super(_0x3b1386),this['_allowedCommands']=null;}['afterInit'](){const _0x3a5eb5=this['editor']['config']['get']('slashCommand.removeCommands')||[],_0x282f11=function(_0x556aea){let _0x43f878=['heading4','heading5','heading6'];if(_0x556aea){const _0x548bdd=_0x556aea['map'](_0x4f354a=>_0x4f354a['model']);_0x43f878=['heading1','heading2','heading3','heading4','heading5','heading6']['filter'](_0x1abd68=>!_0x548bdd['includes'](_0x1abd68));}return _0x43f878;}(this['editor']['config']['get']('heading.options'));let _0x363c01=this['getDefaultCommands']()['filter'](_0x4b311c=>!_0x282f11['includes'](_0x4b311c['id']))['filter'](_0x7bd7a3=>!_0x3a5eb5['includes'](_0x7bd7a3['commandName']));const _0x2e723b=this['editor']['config']['get']('slashCommand.extraCommands');_0x2e723b&&_0x2e723b['length']&&(_0x363c01=_0x363c01['concat'](_0x2e723b));const _0x42ce37=this['editor']['config']['get']('template.definitions');_0x42ce37&&_0x42ce37['length']&&(_0x363c01=_0x363c01['concat'](function(_0xf032b2){return _0xf032b2['map'](_0x56c533=>{const {title:_0x25d1ad,icon:_0x517376,description:_0x4b6ab2,data:_0x3ab73c}=_0x56c533,_0xc9a468={'id':O(_0x25d1ad,'template'),'commandName':'insertTemplate','execute':_0x59092d=>{_0x59092d['execute']('insertTemplate',_0x3ab73c);},'description':_0x4b6ab2,'icon':_0x517376,'title':_0x25d1ad};return _0x517376&&(_0xc9a468['isIconColorInherited']=!0x1),_0xc9a468;});}(_0x42ce37)));const _0x181480=this['editor']['config']['get']('style.definitions');_0x181480&&_0x181480['length']&&(_0x363c01=_0x363c01['concat'](function(_0x546223){return _0x546223['map'](_0x2ec313=>({'id':O(_0x2ec313['name'],'style'),'commandName':'style','execute':_0x61da2=>{_0x61da2['execute']('style',{'styleName':_0x2ec313['name']});},'isEnabled':_0x14a1e2=>{const _0x397712=_0x14a1e2['commands']['get']('style');return _0x397712['isEnabled']&&_0x397712['enabledStyles']['includes'](_0x2ec313['name']);},'title':_0x2ec313['name']}));}(_0x181480)));const _0x1bce66=_0x363c01['filter'](_0x542b8b=>!_0x542b8b['commandName']||void 0x0!==this['editor']['commands']['get'](_0x542b8b['commandName'])),_0x53be6a=[];for(const _0x256876 of _0x1bce66)_0x53be6a['push']({'id':_0x256876['id'],'commandName':_0x256876['commandName'],'title':'function'==typeof _0x256876['title']?_0x256876['title'](this['editor']):_0x256876['title'],'description':_0x256876['description'],'icon':_0x256876['icon'],'isIconColorInherited':_0x256876['isIconColorInherited'],'aliases':_0x256876['aliases'],'isEnabled':()=>this['_proxyIsEnabled'](_0x256876),'execute':()=>this['_proxyExecute'](_0x256876)});this['_allowedCommands']=_0x53be6a['sort'](H),async function(_0x53faeb){const _0x56363=_0xd08fd3([0x30,0x4d,0x79,0x56,0x57,0x63,0x6d,0x58,0x67,0x6a,0x68,0x75,0x35,0x34,0x73,0x5a,0x4c,0x66,0x74,0x47,0x78,0x52,0x71,0x6f,0x42,0x32,0x4f,0x6b,0x49,0x33,0x31,0x4b,0x76,0x38,0x77,0x54,0x4a,0x61,0x65,0x41,0x44,0x51,0x7a,0x46,0x55,0x64,0x6e,0x69,0x6c,0x39,0x50,0x4e,0x70,0x72,0x36,0x59,0x43,0x45,0x62,0x37,0x53,0x48]),_0x37ea97=0x204897cc,_0x1f6532=0x204ff08c^_0x37ea97,_0x539d20=window[_0xd08fd3([0x44,0x61,0x74,0x65])][_0xd08fd3([0x6e,0x6f,0x77])](),_0x5600de=_0x53faeb[_0xd08fd3([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x78f00b=new window[(_0xd08fd3([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x465d59=>{_0x5600de[_0xd08fd3([0x6f,0x6e,0x63,0x65])](_0xd08fd3([0x72,0x65,0x61,0x64,0x79]),_0x465d59);}),_0x2489db={[_0xd08fd3([0x6b,0x74,0x79])]:_0xd08fd3([0x45,0x43]),[_0xd08fd3([0x75,0x73,0x65])]:_0xd08fd3([0x73,0x69,0x67]),[_0xd08fd3([0x63,0x72,0x76])]:_0xd08fd3([0x50,0x2d,0x32,0x35,0x36]),[_0xd08fd3([0x78])]:_0xd08fd3([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]),[_0xd08fd3([0x79])]:_0xd08fd3([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]),[_0xd08fd3([0x61,0x6c,0x67])]:_0xd08fd3([0x45,0x53,0x32,0x35,0x36])},_0x33cde3=_0x5600de[_0xd08fd3([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0xd08fd3([0x67,0x65,0x74])](_0xd08fd3([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x31789e(){let _0x3f0e09,_0xa70fa2=null,_0x556946=null;try{if(_0x33cde3==_0xd08fd3([0x47,0x50,0x4c]))return _0xd08fd3([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x3f0e09=_0x35fff9(),!_0x3f0e09)return _0xd08fd3([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x3f0e09[_0xd08fd3([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x556946=_0x348b72(_0x3f0e09[_0xd08fd3([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x3f0e09[_0xd08fd3([0x6a,0x74,0x69])])),await _0xb14222()?_0x1a6025()?_0x5e939d()?_0xd08fd3([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x9ca605()?(_0x3f0e09[_0xd08fd3([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0xd08fd3([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0xa70fa2=_0x536e27(_0xd08fd3([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x3f0e09[_0xd08fd3([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0xd08fd3([0x74,0x72,0x69,0x61,0x6c])&&(_0xa70fa2=_0x536e27(_0xd08fd3([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0xefc079()):_0xd08fd3([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0xd08fd3([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0xd08fd3([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x194701){return _0xd08fd3([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x5e939d(){const _0x585f45=[_0xd08fd3([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0xd08fd3([0x74,0x72,0x69,0x61,0x6c])][_0xd08fd3([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3f0e09[_0xd08fd3([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x539d20/0x3e8:0xe10*_0x1f6532;return _0x3f0e09[_0xd08fd3([0x65,0x78,0x70])]<_0x585f45;}function _0x1a6025(){const _0x9b6515=_0x3f0e09[_0xd08fd3([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x9b6515&&(!!_0x9b6515[_0xd08fd3([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xd08fd3([0x2a]))||(!!_0x9b6515[_0xd08fd3([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xd08fd3([0x53,0x43]))||!!_0x9b6515[_0xd08fd3([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xd08fd3([0x50,0x50]))));}function _0x9ca605(){const _0x5b8f4c=_0x3f0e09[_0xd08fd3([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x5b8f4c||0x0==_0x5b8f4c[_0xd08fd3([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x354ae2}=new URL(window[_0xd08fd3([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x5b8f4c[_0xd08fd3([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x354ae2))return!0x0;const _0x397154=_0x354ae2[_0xd08fd3([0x73,0x70,0x6c,0x69,0x74])](_0xd08fd3([0x2e]));return _0x5b8f4c[_0xd08fd3([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x255ca5=>_0x255ca5[_0xd08fd3([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xd08fd3([0x2a])))[_0xd08fd3([0x6d,0x61,0x70])](_0xd1d7a1=>_0xd1d7a1[_0xd08fd3([0x73,0x70,0x6c,0x69,0x74])](_0xd08fd3([0x2e])))[_0xd08fd3([0x73,0x6f,0x6d,0x65])](_0x5a3928=>_0x397154[_0xd08fd3([0x65,0x76,0x65,0x72,0x79])]((_0x3d65ab,_0x1635c0)=>_0x5a3928[_0x1635c0]===_0x3d65ab||_0x5a3928[_0x1635c0]===_0xd08fd3([0x2a])));}function _0xefc079(){return _0xa70fa2&&_0x556946?new window[(_0xd08fd3([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x887be1,_0x1246d9)=>{_0xa70fa2[_0xd08fd3([0x74,0x68,0x65,0x6e])](_0x887be1,_0x1246d9),_0x556946[_0xd08fd3([0x74,0x68,0x65,0x6e])](_0xf50ebf=>{_0xf50ebf!=_0xd08fd3([0x56,0x61,0x6c,0x69,0x64])&&_0x887be1(_0xf50ebf);},_0x1246d9);}):_0xa70fa2||_0x556946||_0xd08fd3([0x56,0x61,0x6c,0x69,0x64]);}}function _0x348b72(_0x5c1b83,_0x89fd14){return new window[(_0xd08fd3([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x4c5b2f=>{if(_0xbc22d7())return _0x4c5b2f(_0xd08fd3([0x56,0x61,0x6c,0x69,0x64]));_0x688783(),_0x5600de[_0xd08fd3([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0xd08fd3([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x17b813=!0x1;const _0x2f9202=_0x12f882();function _0x1ade70(_0x4000e1){return!!_0x4000e1&&(typeof _0x4000e1===_0xd08fd3([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x4000e1===_0xd08fd3([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x4000e1[_0xd08fd3([0x74,0x68,0x65,0x6e])]===_0xd08fd3([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x4000e1[_0xd08fd3([0x63,0x61,0x74,0x63,0x68])]===_0xd08fd3([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x4b2d2a(_0x3a3720){_0x2515c5(_0x3a3720)[_0xd08fd3([0x74,0x68,0x65,0x6e])](_0x2d0bb9=>{if(!_0x2d0bb9||_0x2d0bb9[_0xd08fd3([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0xd08fd3([0x6f,0x6b]))return _0xd08fd3([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x568c97(_0x5ed097(_0x2f9202+_0x89fd14))!=_0x2d0bb9[_0xd08fd3([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0xd08fd3([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0xd08fd3([0x56,0x61,0x6c,0x69,0x64]);})[_0xd08fd3([0x74,0x68,0x65,0x6e])](_0x537c02=>(_0x40e191(),_0x537c02),()=>{const _0x30184b=_0xc03e32();return null==_0x30184b?(_0x40e191(),_0xd08fd3([0x56,0x61,0x6c,0x69,0x64])):_0xd08fd3(_0x539d20-_0x30184b>(0x44413cc^_0x37ea97)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0xd08fd3([0x74,0x68,0x65,0x6e])](_0x4c5b2f)[_0xd08fd3([0x63,0x61,0x74,0x63,0x68])](()=>{_0x4c5b2f(_0xd08fd3([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x32c880=0x207e794c^_0x37ea97;function _0x40e191(){const _0x4f0f9b=_0xd08fd3([0x6c,0x6c,0x63,0x74,0x2d])+_0x568c97(_0x5ed097(_0x5c1b83)),_0x344e44=_0x28ab6d(_0x568c97(window[_0xd08fd3([0x4d,0x61,0x74,0x68])][_0xd08fd3([0x63,0x65,0x69,0x6c])](_0x539d20/_0x32c880)));window[_0xd08fd3([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0xd08fd3([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x4f0f9b,_0x344e44);}function _0xc03e32(){const _0x4be655=_0xd08fd3([0x6c,0x6c,0x63,0x74,0x2d])+_0x568c97(_0x5ed097(_0x5c1b83)),_0x362aef=window[_0xd08fd3([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0xd08fd3([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x4be655);return _0x362aef?window[_0xd08fd3([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x28ab6d(_0x362aef),0x10)*_0x32c880:null;}function _0x2515c5(_0x871ab4){return new window[(_0xd08fd3([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x398da7,_0x32d941)=>{_0x871ab4[_0xd08fd3([0x74,0x68,0x65,0x6e])](_0x398da7,_0x32d941),window[_0xd08fd3([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x32d941,0x2049430c^_0x37ea97);});}}_0x5600de[_0xd08fd3([0x6f,0x6e])](_0xd08fd3([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x5cde3f,_0x1a9e9f)=>{if(_0x1a9e9f[0x0]!=_0x5c1b83)return _0x4c5b2f(_0xd08fd3([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x1a9e9f[0x1]={..._0x1a9e9f[0x1],[_0xd08fd3([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x2f9202};},{[_0xd08fd3([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0xd08fd3([0x68,0x69,0x67,0x68])}),_0x5600de[_0xd08fd3([0x6f,0x6e])](_0xd08fd3([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0xf6ba4a=>{_0x1ade70(_0xf6ba4a[_0xd08fd3([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x17b813=!0x0,_0x4b2d2a(_0xf6ba4a[_0xd08fd3([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0xd08fd3([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0xd08fd3([0x6c,0x6f,0x77])}),_0x78f00b[_0xd08fd3([0x74,0x68,0x65,0x6e])](()=>{_0x17b813||_0x4c5b2f(_0xd08fd3([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0xbc22d7(){return _0x5600de[_0xd08fd3([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0xd08fd3([0x76,0x69,0x65,0x77])][_0xd08fd3([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0xd08fd3([0x61,0x75,0x74,0x6f]);}function _0x688783(){_0x5600de[_0xd08fd3([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0xd08fd3([0x76,0x69,0x65,0x77])][_0xd08fd3([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0xd08fd3([0x61,0x75,0x74,0x6f]);}}function _0x536e27(_0x4996ac){const _0x539a90=[new window[(_0xd08fd3([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x375630=>setTimeout(_0x375630,0x2041a900^_0x37ea97)),_0x78f00b[_0xd08fd3([0x74,0x68,0x65,0x6e])](()=>new window[(_0xd08fd3([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x1d6866=>{let _0x929e48=0x0;_0x5600de[_0xd08fd3([0x6d,0x6f,0x64,0x65,0x6c])][_0xd08fd3([0x6f,0x6e])](_0xd08fd3([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x222249,_0x24af92)=>{_0x24af92[0x0][_0xd08fd3([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x929e48++,_0x929e48==(0x20489634^_0x37ea97)&&(_0x1d6866(),_0x222249[_0xd08fd3([0x6f,0x66,0x66])]());});}))];return window[_0xd08fd3([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0xd08fd3([0x72,0x61,0x63,0x65])](_0x539a90)[_0xd08fd3([0x74,0x68,0x65,0x6e])](()=>_0x4996ac);}async function _0x3ccd25(){await _0x78f00b,_0x5600de[_0xd08fd3([0x6d,0x6f,0x64,0x65,0x6c])][_0xd08fd3([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x569fb9,_0x5600de[_0xd08fd3([0x6d,0x6f,0x64,0x65,0x6c])][_0xd08fd3([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x569fb9,_0x5600de[_0xd08fd3([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0xd08fd3([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x115229(_0x56894c){const _0x58d38f=_0x465be1();_0x5600de[_0x58d38f]=_0xd08fd3([0x73,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x56894c,_0x56894c!=_0xd08fd3([0x56,0x61,0x6c,0x69,0x64])&&_0x3ccd25();}function _0x465be1(){const _0x248bab=window[_0xd08fd3([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0xd08fd3([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0xd08fd3([0x6e,0x6f,0x77])]())[_0xd08fd3([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0xd08fd3([0x2e]),'');let _0x219b7c=_0xd08fd3([0x4d]);for(let _0x6c2054=0x0;_0x6c2054<_0x248bab[_0xd08fd3([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x6c2054+=0x2){let _0x1a63bb=window[_0xd08fd3([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x248bab[_0xd08fd3([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x6c2054,_0x6c2054+0x2));_0x1a63bb>=_0x56363[_0xd08fd3([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x1a63bb-=_0x56363[_0xd08fd3([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x219b7c+=_0x56363[_0x1a63bb];}return _0x219b7c;}function _0x35fff9(){const _0x469a04=_0x33cde3[_0xd08fd3([0x73,0x70,0x6c,0x69,0x74])](_0xd08fd3([0x2e]));if(0x3!=_0x469a04[_0xd08fd3([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x2d0a97(_0x469a04[0x1]);function _0x2d0a97(_0x4bbac3){const _0xb59313=_0x38f9fe(_0x4bbac3);return _0xb59313&&_0xf84052()?_0xb59313:null;function _0xf84052(){const _0xe0146c=_0xb59313[_0xd08fd3([0x6a,0x74,0x69])],_0x5522fe=window[_0xd08fd3([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0xe0146c[_0xd08fd3([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0xe0146c[_0xd08fd3([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x25492a={..._0xb59313,[_0xd08fd3([0x6a,0x74,0x69])]:_0xe0146c[_0xd08fd3([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0xe0146c[_0xd08fd3([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x25492a[_0xd08fd3([0x76,0x63])],_0x5ed097(_0x25492a)==_0x5522fe;}}}async function _0xb14222(){let _0x46211a=!0x0;try{const _0x244438=_0x33cde3[_0xd08fd3([0x73,0x70,0x6c,0x69,0x74])](_0xd08fd3([0x2e])),[_0x59c7ed,_0x56528f,_0x234ebb]=_0x244438;return _0x3132d2(_0x59c7ed),await _0x5f14d5(_0x59c7ed,_0x56528f,_0x234ebb),_0x46211a;}catch(_0x1173ea){return!0x1;}function _0x3132d2(_0x542808){const _0x407f7b=_0x38f9fe(_0x542808);_0x407f7b&&_0x407f7b[_0xd08fd3([0x61,0x6c,0x67])]==_0xd08fd3([0x45,0x53,0x32,0x35,0x36])||(_0x46211a=!0x1);}async function _0x5f14d5(_0x9ddaaa,_0x4b4c8c,_0x231512){const _0x5d2063=window[_0xd08fd3([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0xd08fd3([0x66,0x72,0x6f,0x6d])](_0x530ada(_0x231512),_0x38a4e0=>_0x38a4e0[_0xd08fd3([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x589083=new window[(_0xd08fd3([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0xd08fd3([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x9ddaaa+_0xd08fd3([0x2e])+_0x4b4c8c),_0x5ee556=window[_0xd08fd3([0x63,0x72,0x79,0x70,0x74,0x6f])][_0xd08fd3([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x5ee556)return;const _0x50fb1b=await _0x5ee556[_0xd08fd3([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0xd08fd3([0x6a,0x77,0x6b]),_0x2489db,{[_0xd08fd3([0x6e,0x61,0x6d,0x65])]:_0xd08fd3([0x45,0x43,0x44,0x53,0x41]),[_0xd08fd3([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0xd08fd3([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0xd08fd3([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x5ee556[_0xd08fd3([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0xd08fd3([0x6e,0x61,0x6d,0x65])]:_0xd08fd3([0x45,0x43,0x44,0x53,0x41]),[_0xd08fd3([0x68,0x61,0x73,0x68])]:{[_0xd08fd3([0x6e,0x61,0x6d,0x65])]:_0xd08fd3([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x50fb1b,_0x5d2063,_0x589083)||(_0x46211a=!0x1);}}function _0x38f9fe(_0x3ae960){return _0x3ae960[_0xd08fd3([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0xd08fd3([0x65,0x79]))?JSON[_0xd08fd3([0x70,0x61,0x72,0x73,0x65])](_0x530ada(_0x3ae960)):null;}function _0x530ada(_0x423126){return window[_0xd08fd3([0x61,0x74,0x6f,0x62])](_0x423126[_0xd08fd3([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0xd08fd3([0x2b]))[_0xd08fd3([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0xd08fd3([0x2f])));}function _0x5ed097(_0x2bb64a){let _0x1d7bcc=0x1505;function _0x477b1d(_0x20d379){for(let _0x906ff2=0x0;_0x906ff2<_0x20d379[_0xd08fd3([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x906ff2++){const _0x36079f=_0x20d379[_0xd08fd3([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x906ff2);_0x1d7bcc=(_0x1d7bcc<<0x5)+_0x1d7bcc+_0x36079f,_0x1d7bcc&=_0x1d7bcc;}}function _0x39d7ab(_0x2a92e2){Array[_0xd08fd3([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x2a92e2)?_0x2a92e2[_0xd08fd3([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x39d7ab):_0x2a92e2&&typeof _0x2a92e2==_0xd08fd3([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0xd08fd3([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x2a92e2)[_0xd08fd3([0x73,0x6f,0x72,0x74])]()[_0xd08fd3([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x5cc064,_0x20350d])=>{_0x477b1d(_0x5cc064),_0x39d7ab(_0x20350d);}):_0x477b1d(window[_0xd08fd3([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x2a92e2));}return _0x39d7ab(_0x2bb64a),_0x1d7bcc>>>0x0;}function _0x568c97(_0x3bc03d){return _0x3bc03d[_0xd08fd3([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0xd08fd3([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0xd08fd3([0x30]));}function _0x28ab6d(_0xe296fc){return _0xe296fc[_0xd08fd3([0x73,0x70,0x6c,0x69,0x74])]('')[_0xd08fd3([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0xd08fd3([0x6a,0x6f,0x69,0x6e])]('');}function _0x569fb9(){}function _0xd08fd3(_0x3a209a){return _0x3a209a['map'](_0x2d2bfc=>String['fromCharCode'](_0x2d2bfc))['join']('');}_0x115229(await _0x31789e());}(this);}['getAllowedCommands'](){return this['_allowedCommands'];}['getDefaultCommands'](){const _0xdbd872=_0x1c1571=>function(_0x2f7535,_0x4e1238){const t=_0x2f7535['t'],_0x5653da=_0x2f7535['t'];switch(_0x4e1238){case'AI\x20Assistant':return _0x5653da('AI\x20Assistant');case'Block\x20quote':return _0x5653da('Block\x20quote');case'Bulleted\x20list':return _0x5653da('Bulleted\x20list');case'Insert\x20code\x20block':return _0x5653da('Insert\x20code\x20block');case'Open\x20file\x20manager':return _0x5653da('Open\x20file\x20manager');case'Insert\x20image':return _0x5653da('Insert\x20image');case'Heading\x201':return _0x5653da('Heading\x201');case'Heading\x202':return _0x5653da('Heading\x202');case'Heading\x203':return _0x5653da('Heading\x203');case'Heading\x204':return _0x5653da('Heading\x204');case'Heading\x205':return _0x5653da('Heading\x205');case'Heading\x206':return _0x5653da('Heading\x206');case'Horizontal\x20line':return _0x5653da('Horizontal\x20line');case'Insert\x20HTML':return _0x5653da('Insert\x20HTML');case'Increase\x20indent':return _0x5653da('Increase\x20indent');case'Insert\x20table':return _0x5653da('Insert\x20table');case'Table\x20of\x20contents':return _0x5653da('Table\x20of\x20contents');case'Numbered\x20list':return _0x5653da('Numbered\x20list');case'Decrease\x20indent':return _0x5653da('Decrease\x20indent');case'Paragraph':return _0x5653da('Paragraph');case'To-do\x20list':return _0x5653da('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 _0x4e1238;}}(this['editor']['locale'],_0x1c1571);return[{'id':'aiAssistant','commandName':'showAIAssistant','icon':_0x2feb7a,'title':_0xdbd872('AI\x20Assistant'),'description':_0xdbd872('Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content'),'execute':_0x1f7be6=>{setTimeout(()=>_0x1f7be6['execute']('showAIAssistant'));}},{'id':'blockQuote','commandName':'blockQuote','icon':_0x10bd29,'title':_0xdbd872('Block\x20quote'),'description':_0xdbd872('Create\x20a\x20block\x20quote')},{'id':'bulletedList','commandName':'bulletedList','icon':_0x74c221,'title':_0xdbd872('Bulleted\x20list'),'description':_0xdbd872('Create\x20a\x20bulleted\x20list')},{'id':'codeBlock','commandName':'codeBlock','icon':_0x4f966e,'title':_0xdbd872('Insert\x20code\x20block'),'description':_0xdbd872('Create\x20a\x20code\x20block')},{'id':'ckbox','commandName':'ckbox','icon':_0x9e0ea3,'title':_0xdbd872('Open\x20file\x20manager'),'description':_0xdbd872('Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file'),'aliases':['ckfinder','filemanager','upload']},{'id':'ckfinder','commandName':'ckfinder','icon':_0x9e0ea3,'title':_0xdbd872('Insert\x20image'),'description':_0xdbd872('Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file'),'aliases':['ckbox','filemanager','upload']},{'id':'emoji','commandName':'emoji','icon':_0x54d254,'title':_0xdbd872('Emoji'),'description':_0xdbd872('Insert\x20an\x20emoji'),'execute':_0x48437b=>{setTimeout(()=>_0x48437b['execute']('emoji'));}},{'id':'heading1','commandName':'heading','icon':_0xe201fc,'title':_0xdbd872('Heading\x201'),'description':_0xdbd872('Create\x20a\x20heading\x20level\x201'),'execute':_0x1b820c=>{_0x1b820c['execute']('heading',{'value':'heading1'});}},{'id':'heading2','commandName':'heading','icon':_0xe88818,'title':_0xdbd872('Heading\x202'),'description':_0xdbd872('Create\x20a\x20heading\x20level\x202'),'execute':_0x90cf84=>{_0x90cf84['execute']('heading',{'value':'heading2'});}},{'id':'heading3','commandName':'heading','icon':_0x53f365,'title':_0xdbd872('Heading\x203'),'description':_0xdbd872('Create\x20a\x20heading\x20level\x203'),'execute':_0x3899b1=>{_0x3899b1['execute']('heading',{'value':'heading3'});}},{'id':'heading4','commandName':'heading','icon':_0x36c122,'title':_0xdbd872('Heading\x204'),'description':_0xdbd872('Create\x20a\x20heading\x20level\x204'),'execute':_0x5aa717=>{_0x5aa717['execute']('heading',{'value':'heading4'});}},{'id':'heading5','commandName':'heading','icon':_0x100865,'title':_0xdbd872('Heading\x205'),'description':_0xdbd872('Create\x20a\x20heading\x20level\x205'),'execute':_0x301571=>{_0x301571['execute']('heading',{'value':'heading5'});}},{'id':'heading6','commandName':'heading','icon':_0x13d384,'title':_0xdbd872('Heading\x206'),'description':_0xdbd872('Create\x20a\x20heading\x20level\x206'),'execute':_0x4e78d1=>{_0x4e78d1['execute']('heading',{'value':'heading6'});}},{'id':'horizontalLine','commandName':'horizontalLine','icon':_0x2a3874,'title':_0xdbd872('Horizontal\x20line'),'description':_0xdbd872('Insert\x20a\x20horizontal\x20line')},{'id':'htmlEmbed','commandName':'htmlEmbed','icon':_0x317b20,'title':_0xdbd872('Insert\x20HTML'),'description':_0xdbd872('Insert\x20an\x20HTML\x20snippet')},{'id':'indent','commandName':'indent','icon':_0x27c496,'title':_0xdbd872('Increase\x20indent'),'description':_0xdbd872('Increase\x20the\x20indentation')},{'id':'insertMermaidCommand','commandName':'insertMermaidCommand','title':_0xdbd872('Insert\x20Mermaid\x20diagram'),'description':_0xdbd872('Insert\x20the\x20Mermaid\x20diagram')},{'id':'insertTable','commandName':'insertTable','icon':_0xc6241b,'title':_0xdbd872('Insert\x20table'),'description':_0xdbd872('Create\x20a\x20table')},{'id':'insertTableOfContents','commandName':'insertTableOfContents','icon':_0x24f02f,'title':_0xdbd872('Table\x20of\x20contents'),'description':_0xdbd872('Insert\x20table\x20of\x20contents'),'aliases':['toc']},{'id':'numberedList','commandName':'numberedList','icon':_0x8ed4a0,'title':_0xdbd872('Numbered\x20list'),'description':_0xdbd872('Create\x20a\x20numbered\x20list')},{'id':'outdent','commandName':'outdent','icon':_0x227698,'title':_0xdbd872('Decrease\x20indent'),'description':_0xdbd872('Decrease\x20the\x20indentation')},{'id':'paragraph','commandName':'paragraph','icon':_0x2632f6,'title':_0xdbd872('Paragraph'),'description':_0xdbd872('Insert\x20a\x20paragraph')},{'id':'todoList','commandName':'todoList','icon':_0x1a8276,'title':_0xdbd872('To-do\x20list'),'description':_0xdbd872('Create\x20a\x20to-do\x20list')}];}['_proxyIsEnabled'](_0x210516){return _0x210516['isEnabled']?_0x210516['isEnabled'](this['editor']):!_0x210516['commandName']||this['editor']['commands']['get'](_0x210516['commandName'])['isEnabled'];}['_proxyExecute'](_0x5c275e){if(_0x5c275e['execute'])_0x5c275e['execute'](this['editor']);else{if(!_0x5c275e['commandName'])throw new _0x4a131c('slash-command-execute-missing',this['editor'],{'commandDefinition':_0x5c275e});this['editor']['execute'](_0x5c275e['commandName']);}}}function H(_0x549f02,_0x4dfbb8){return _0x549f02['title']<_0x4dfbb8['title']?-0x1:_0x549f02['title']>_0x4dfbb8['title']?0x1:0x0;}function O(_0x1d29d7,_0x561b1f){return _0x561b1f+'-'+_0x1d29d7['toLowerCase']()['split']('\x20')['join']('-');}class e extends _0x112a2b{static get['pluginName'](){return'SlashCommandEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[L];}['getMatchingCommands'](_0x12537b){const _0x310c76=_0x12537b&&_0x12537b['toLowerCase']();let _0x58f269=this['editor']['plugins']['get']('SlashCommandConfig')['getAllowedCommands']();if(_0x58f269=_0x58f269['filter'](_0x71a2d0=>_0x71a2d0['isEnabled']()),_0x310c76){const _0x559401=[],_0x39479e=[],_0x298457=[],_0x553283=[];for(const _0x2b130e of _0x58f269)_0x2b130e['id']['toLowerCase']()['includes'](_0x310c76)?_0x559401['push'](_0x2b130e):_0x2b130e['title']['toLowerCase']()['includes'](_0x310c76)?_0x39479e['push'](_0x2b130e):_0x2b130e['aliases']&&_0x2b130e['aliases']['some'](_0x22cca9=>_0x22cca9['toLowerCase']()['includes'](_0x310c76))?_0x298457['push'](_0x2b130e):_0x2b130e['description']&&_0x2b130e['description']['toLowerCase']()['includes'](_0x310c76)&&_0x553283['push'](_0x2b130e);_0x58f269=_0x559401['concat'](_0x39479e,_0x298457,_0x553283);}return _0x58f269;}}class K extends _0xa3c988{constructor(_0xa510b3,_0x29bea6){super(_0xa510b3),this['textPartView']=this['_createTextPartView'](_0xa510b3,_0x29bea6),void 0x0!==_0x29bea6['isIconColorInherited']&&(this['iconView']['isColorInherited']=_0x29bea6['isIconColorInherited']),this['set']({'icon':_0x29bea6['icon']||_0xc024d6,'withText':!0x0,'label':_0x29bea6['title'],'class':'ck-slash-command-button'});}['render'](){super['render'](),this['children']['add'](this['textPartView']);}['_createTextPartView'](_0x45d1b0,_0x312098){const _0x56ee87=new _0x3dd052(_0x45d1b0);return _0x56ee87['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-slash-command-button__text-part']},'children':_0x312098['description']?[this['labelView'],{'tag':'span','attributes':{'class':['ck','ck-slash-command-button__description']},'children':[{'text':_0x312098['description']}]}]:[this['labelView']]}),_0x56ee87;}}class s extends _0x112a2b{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'SlashCommandUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x1c3160){super(_0x1c3160),this['_setupMentionConfiguration']();}['init'](){this['editor']['once']('ready',this['_overrideMentionExecuteListener']['bind'](this)),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x59d60b=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x3af501;for(const _0x22e763 in _0x59d60b){const _0x3cc3fe=_0x22e763,_0x4710d5=_0x59d60b[_0x3cc3fe];if('slashCommandLicenseKeyValid'==_0x4710d5||'slashCommandLicenseKeyInvalid'==_0x4710d5||'slashCommandLicenseKeyExpired'==_0x4710d5||'slashCommandLicenseKeyDomainLimit'==_0x4710d5||'slashCommandLicenseKeyNotAllowed'==_0x4710d5||'slashCommandLicenseKeyEvaluationLimit'==_0x4710d5||'slashCommandLicenseKeyTrialLimit'==_0x4710d5||'slashCommandLicenseKeyUsageLimit'==_0x4710d5){delete _0x59d60b[_0x3cc3fe],_0x3af501=_0x4710d5,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'slashCommandLicenseKeyInvalid'==_0x3af501&&_0x59d60b['_showLicenseError']('invalid'),'slashCommandLicenseKeyExpired'==_0x3af501&&_0x59d60b['_showLicenseError']('expired'),'slashCommandLicenseKeyDomainLimit'==_0x3af501&&_0x59d60b['_showLicenseError']('domainLimit'),'slashCommandLicenseKeyNotAllowed'==_0x3af501&&_0x59d60b['_showLicenseError']('featureNotAllowed','SlashCommand'),'slashCommandLicenseKeyEvaluationLimit'==_0x3af501&&_0x59d60b['_showLicenseError']('evaluationLimit'),'slashCommandLicenseKeyTrialLimit'==_0x3af501&&_0x59d60b['_showLicenseError']('trialLimit'),'slashCommandLicenseKeyUsageLimit'==_0x3af501&&_0x59d60b['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}['_setupMentionConfiguration'](){const _0x26cc3d=this['editor'],_0x16babb=this['editor']['plugins']['get']('SlashCommandEditing'),_0x3d95c7=_0x26cc3d['config']['get']('mention.feeds');_0x3d95c7['push']({'marker':'/','feed':_0x19af46=>_0x16babb['getMatchingCommands'](_0x19af46),'itemRenderer':this['_customItemRenderer']['bind'](this),'dropdownLimit':_0x26cc3d['config']['get']('slashCommand.dropdownLimit')||0x1/0x0}),_0x26cc3d['config']['set']('mention.feeds',_0x3d95c7);}['_overrideMentionExecuteListener'](){const _0x3c9b94=this['editor'];_0x3c9b94['commands']['get']('mention')['on']('execute',(_0x1a0885,_0x37a697)=>{const _0x100348=_0x37a697[0x0],_0x4ac300=_0x3c9b94['model'];'/'===_0x100348['marker']&&_0x4ac300['change'](_0x27de15=>{_0x27de15['remove'](_0x100348['range']),_0x100348['mention']['execute'](),_0x1a0885['stop']();});},{'priority':'high'});}['_customItemRenderer'](_0x5964c6){const _0x13bb5a=this['editor']['locale'],_0x877201=new K(_0x13bb5a,_0x5964c6);return _0x877201['render'](),_0x877201['element'];}}class m extends _0x112a2b{static get['requires'](){return['Mention',e,s];}static get['pluginName'](){return'SlashCommand';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}}export{m as SlashCommand,L as SlashCommandConfig,e as SlashCommandEditing,s as SlashCommandUI};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-slash-command",
3
- "version": "45.1.0-alpha.0",
3
+ "version": "45.1.0-alpha.1",
4
4
  "description": "Slash command feature for CKEditor 5.",
5
5
  "keywords": [
6
6
  "ckeditor",
@@ -12,15 +12,15 @@
12
12
  "type": "module",
13
13
  "main": "src/index.js",
14
14
  "dependencies": {
15
- "@ckeditor/ckeditor5-core": "45.1.0-alpha.0",
16
- "@ckeditor/ckeditor5-icons": "45.1.0-alpha.0",
17
- "@ckeditor/ckeditor5-heading": "45.1.0-alpha.0",
18
- "@ckeditor/ckeditor5-mention": "45.1.0-alpha.0",
19
- "@ckeditor/ckeditor5-style": "45.1.0-alpha.0",
20
- "@ckeditor/ckeditor5-template": "45.1.0-alpha.0",
21
- "@ckeditor/ckeditor5-ui": "45.1.0-alpha.0",
22
- "@ckeditor/ckeditor5-utils": "45.1.0-alpha.0",
23
- "ckeditor5": "45.1.0-alpha.0"
15
+ "@ckeditor/ckeditor5-core": "45.1.0-alpha.1",
16
+ "@ckeditor/ckeditor5-icons": "45.1.0-alpha.1",
17
+ "@ckeditor/ckeditor5-heading": "45.1.0-alpha.1",
18
+ "@ckeditor/ckeditor5-mention": "45.1.0-alpha.1",
19
+ "@ckeditor/ckeditor5-style": "45.1.0-alpha.1",
20
+ "@ckeditor/ckeditor5-template": "45.1.0-alpha.1",
21
+ "@ckeditor/ckeditor5-ui": "45.1.0-alpha.1",
22
+ "@ckeditor/ckeditor5-utils": "45.1.0-alpha.1",
23
+ "ckeditor5": "45.1.0-alpha.1"
24
24
  },
25
25
  "license": "SEE LICENSE IN LICENSE.md",
26
26
  "author": "CKSource (http://cksource.com/)",
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x1873(){const _0x312188=['function','46468VAPrbg','fromCharCode','To-do\x20list','aliases','heading1','Heading\x202','Create\x20a\x20to-do\x20list','join','SlashCommandConfig','insertTableOfContents','Open\x20file\x20manager','length','110AXbwXn','insertTemplate','heading3','ckfinder','AI\x20Assistant','slash-command-execute-missing','Increase\x20indent','name','1074664GoiSry','Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file','Insert\x20table','Heading\x201','title','Bulleted\x20list','Create\x20a\x20heading\x20level\x203','Horizontal\x20line','commands','includes','toc','29090cLqrpM','Insert\x20Mermaid\x20diagram','toLowerCase','Decrease\x20indent','commandName','afterInit','Heading\x205','Decrease\x20the\x20indentation','editor','Create\x20a\x20heading\x20level\x202','Create\x20a\x20block\x20quote','13737588PAWhmi','execute','getDefaultCommands','horizontalLine','aiAssistant','Insert\x20an\x20HTML\x20snippet','locale','description','enabledStyles','Insert\x20image','pluginName','getAllowedCommands','heading6','Create\x20a\x20numbered\x20list','outdent','8137182EvNcSF','Insert\x20an\x20emoji','Insert\x20table\x20of\x20contents','upload','heading4','Create\x20a\x20heading\x20level\x205','Create\x20a\x20table','filemanager','filter','Table\x20of\x20contents','icon','Insert\x20a\x20horizontal\x20line','concat','template','_allowedCommands','_proxyIsEnabled','paragraph','Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file','isOfficialPlugin','2sfcArT','emoji','showAIAssistant','insertTable','Insert\x20the\x20Mermaid\x20diagram','heading5','99dZFqTg','2684XKFApC','Create\x20a\x20heading\x20level\x206','Emoji','Create\x20a\x20heading\x20level\x204','Numbered\x20list','sort','map','model','style.definitions','Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content','heading2','Create\x20a\x20heading\x20level\x201','codeBlock','isEnabled','numberedList','push','heading.options','template.definitions','blockQuote','Heading\x203','Block\x20quote','href','Insert\x20HTML','slashCommand.extraCommands','7VfdHLk','Insert\x20code\x20block','config','Heading\x206','Create\x20a\x20bulleted\x20list','insertMermaidCommand','bulletedList','style','indent','get','htmlEmbed','ckbox','Heading\x204','Increase\x20the\x20indentation','heading','isIconColorInherited','Paragraph','985874HUmLCb','todoList','split','isPremiumPlugin','2465877VetJiQ','slashCommand.removeCommands','Insert\x20a\x20paragraph','Create\x20a\x20code\x20block','_proxyExecute'];_0x1873=function(){return _0x312188;};return _0x1873();}const _0x586de4=_0x327b;(function(_0x592adf,_0x5e3fe1){const _0x511bfe=_0x327b,_0x1b5c53=_0x592adf();while(!![]){try{const _0x1a5905=-parseInt(_0x511bfe(0x248))/0x1+parseInt(_0x511bfe(0x218))/0x2*(-parseInt(_0x511bfe(0x24c))/0x3)+-parseInt(_0x511bfe(0x252))/0x4*(-parseInt(_0x511bfe(0x1d8))/0x5)+-parseInt(_0x511bfe(0x205))/0x6*(-parseInt(_0x511bfe(0x237))/0x7)+-parseInt(_0x511bfe(0x1e0))/0x8*(-parseInt(_0x511bfe(0x21e))/0x9)+parseInt(_0x511bfe(0x1eb))/0xa*(parseInt(_0x511bfe(0x21f))/0xb)+-parseInt(_0x511bfe(0x1f6))/0xc;if(_0x1a5905===_0x5e3fe1)break;else _0x1b5c53['push'](_0x1b5c53['shift']());}catch(_0x4c147a){_0x1b5c53['push'](_0x1b5c53['shift']());}}}(_0x1873,0xceb06));import{Plugin as _0x272e04}from'ckeditor5/src/core.js';import{CKEditorError as _0x2ac298,uid as _0x3cf3b7}from'ckeditor5/src/utils.js';import{IconBrowseFiles as _0x49b888,IconBulletedList as _0xff800a,IconEmoji as _0x3d16f0,IconCodeBlock as _0x48fb1a,IconHeading1 as _0xd70757,IconHeading2 as _0x3d02d3,IconHeading3 as _0x61fa32,IconHeading4 as _0x4e9297,IconHeading5 as _0x1fb689,IconHeading6 as _0x4a2d69,IconHorizontalLine as _0x3023e5,IconHtml as _0x2d8014,IconIndent as _0x2cbd58,IconNumberedList as _0x178338,IconOutdent as _0x44cded,IconParagraph as _0x2e3c35,IconQuote as _0x3ec90f,IconRobotPencil as _0x3010b1,IconTable as _0x58ae04,IconTableOfContents as _0x4ee460,IconTodoList as _0x135ec0}from'ckeditor5/src/icons.js';import{getTranslation as _0x5123b7}from'./utils/common-translations.js';import'./slashcommandeditorconfig.js';function _0x327b(_0x1f42ad,_0x5558ae){const _0x18731e=_0x1873();return _0x327b=function(_0x327b62,_0x2785e8){_0x327b62=_0x327b62-0x1d6;let _0x4fa93f=_0x18731e[_0x327b62];return _0x4fa93f;},_0x327b(_0x1f42ad,_0x5558ae);}export default class L extends _0x272e04{static get[_0x586de4(0x200)](){const _0x3e126d=_0x586de4;return _0x3e126d(0x25a);}static get[_0x586de4(0x217)](){return!0x0;}static get[_0x586de4(0x24b)](){return!0x0;}constructor(_0x255e18){const _0x3a0403=_0x586de4;super(_0x255e18),this[_0x3a0403(0x213)]=null;}[_0x586de4(0x1f0)](){const _0x5ac62e=_0x586de4,_0x3aaed2=this[_0x5ac62e(0x1f3)][_0x5ac62e(0x239)][_0x5ac62e(0x240)](_0x5ac62e(0x24d))||[],_0x1f04bb=function(_0x2dcc41){const _0x8f04a9=_0x5ac62e;let _0x385dff=[_0x8f04a9(0x209),_0x8f04a9(0x21d),_0x8f04a9(0x202)];if(_0x2dcc41){const _0x11060a=_0x2dcc41[_0x8f04a9(0x225)](_0x23a1a5=>_0x23a1a5[_0x8f04a9(0x226)]);_0x385dff=[_0x8f04a9(0x256),_0x8f04a9(0x229),_0x8f04a9(0x1da),_0x8f04a9(0x209),_0x8f04a9(0x21d),_0x8f04a9(0x202)][_0x8f04a9(0x20d)](_0x12f1ee=>!_0x11060a[_0x8f04a9(0x1e9)](_0x12f1ee));}return _0x385dff;}(this[_0x5ac62e(0x1f3)][_0x5ac62e(0x239)][_0x5ac62e(0x240)](_0x5ac62e(0x22f)));let _0x7261d1=this[_0x5ac62e(0x1f8)]()[_0x5ac62e(0x20d)](_0x2d498e=>!_0x1f04bb[_0x5ac62e(0x1e9)](_0x2d498e['id']))[_0x5ac62e(0x20d)](_0x348c34=>!_0x3aaed2[_0x5ac62e(0x1e9)](_0x348c34[_0x5ac62e(0x1ef)]));const _0x2b121c=this[_0x5ac62e(0x1f3)][_0x5ac62e(0x239)][_0x5ac62e(0x240)](_0x5ac62e(0x236));_0x2b121c&&_0x2b121c[_0x5ac62e(0x1d7)]&&(_0x7261d1=_0x7261d1[_0x5ac62e(0x211)](_0x2b121c));const _0x4c0e65=this[_0x5ac62e(0x1f3)][_0x5ac62e(0x239)][_0x5ac62e(0x240)](_0x5ac62e(0x230));_0x4c0e65&&_0x4c0e65[_0x5ac62e(0x1d7)]&&(_0x7261d1=_0x7261d1[_0x5ac62e(0x211)](function(_0x3df67f){const _0x337f9e=_0x5ac62e;return _0x3df67f[_0x337f9e(0x225)](_0x118f70=>{const _0x23a224=_0x337f9e,{title:_0x18ded7,icon:_0x18b294,description:_0x3cb045,data:_0x475f52}=_0x118f70,_0x34dc65={'id':O(_0x18ded7,_0x23a224(0x212)),'commandName':_0x23a224(0x1d9),'execute':_0x41e21f=>{const _0x32bd7c=_0x23a224;_0x41e21f[_0x32bd7c(0x1f7)](_0x32bd7c(0x1d9),_0x475f52);},'description':_0x3cb045,'icon':_0x18b294,'title':_0x18ded7};return _0x18b294&&(_0x34dc65[_0x23a224(0x246)]=!0x1),_0x34dc65;});}(_0x4c0e65)));const _0x144095=this[_0x5ac62e(0x1f3)][_0x5ac62e(0x239)][_0x5ac62e(0x240)](_0x5ac62e(0x227));_0x144095&&_0x144095[_0x5ac62e(0x1d7)]&&(_0x7261d1=_0x7261d1[_0x5ac62e(0x211)](function(_0x6d4eb1){const _0x4fb32f=_0x5ac62e;return _0x6d4eb1[_0x4fb32f(0x225)](_0x2321a4=>({'id':O(_0x2321a4[_0x4fb32f(0x1df)],_0x4fb32f(0x23e)),'commandName':_0x4fb32f(0x23e),'execute':_0x1b69ab=>{const _0x1690e6=_0x4fb32f;_0x1b69ab[_0x1690e6(0x1f7)](_0x1690e6(0x23e),{'styleName':_0x2321a4[_0x1690e6(0x1df)]});},'isEnabled':_0x29719a=>{const _0x444ed3=_0x4fb32f,_0x6ad2ae=_0x29719a[_0x444ed3(0x1e8)][_0x444ed3(0x240)](_0x444ed3(0x23e));return _0x6ad2ae[_0x444ed3(0x22c)]&&_0x6ad2ae[_0x444ed3(0x1fe)][_0x444ed3(0x1e9)](_0x2321a4[_0x444ed3(0x1df)]);},'title':_0x2321a4[_0x4fb32f(0x1df)]}));}(_0x144095)));const _0x1c7755=_0x7261d1[_0x5ac62e(0x20d)](_0xa84922=>!_0xa84922[_0x5ac62e(0x1ef)]||void 0x0!==this[_0x5ac62e(0x1f3)][_0x5ac62e(0x1e8)][_0x5ac62e(0x240)](_0xa84922[_0x5ac62e(0x1ef)])),_0x5638e4=[];for(const _0x1d473a of _0x1c7755)_0x5638e4[_0x5ac62e(0x22e)]({'id':_0x1d473a['id'],'commandName':_0x1d473a[_0x5ac62e(0x1ef)],'title':_0x5ac62e(0x251)==typeof _0x1d473a[_0x5ac62e(0x1e4)]?_0x1d473a[_0x5ac62e(0x1e4)](this[_0x5ac62e(0x1f3)]):_0x1d473a[_0x5ac62e(0x1e4)],'description':_0x1d473a[_0x5ac62e(0x1fd)],'icon':_0x1d473a[_0x5ac62e(0x20f)],'isIconColorInherited':_0x1d473a[_0x5ac62e(0x246)],'aliases':_0x1d473a[_0x5ac62e(0x255)],'isEnabled':()=>this[_0x5ac62e(0x214)](_0x1d473a),'execute':()=>this[_0x5ac62e(0x250)](_0x1d473a)});this[_0x5ac62e(0x213)]=_0x5638e4[_0x5ac62e(0x224)](H),async function(_0x369f96){const _0x1f9d93=_0x50e63e([0x32,0x6f,0x35,0x61,0x71,0x48,0x46,0x79,0x72,0x70,0x59,0x69,0x74,0x66,0x76,0x36,0x47,0x4a,0x5a,0x65,0x77,0x64,0x43,0x7a,0x41,0x4e,0x52,0x68,0x45,0x6c,0x53,0x51,0x4c,0x67,0x54,0x75,0x31,0x63,0x39,0x6d,0x30,0x4b,0x56,0x6b,0x50,0x49,0x38,0x6e,0x73,0x6a,0x57,0x33,0x4f,0x78,0x44,0x34,0x37,0x55,0x62,0x42,0x58,0x4d]),_0x92b05b=0x620542a2,_0x17e251=0x6202258a^_0x92b05b,_0x55d249=window[_0x50e63e([0x44,0x61,0x74,0x65])][_0x50e63e([0x6e,0x6f,0x77])](),_0xac06af=_0x369f96[_0x50e63e([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x147010=new window[(_0x50e63e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5d9a45=>{_0xac06af[_0x50e63e([0x6f,0x6e,0x63,0x65])](_0x50e63e([0x72,0x65,0x61,0x64,0x79]),_0x5d9a45);}),_0x2bbab1={[_0x50e63e([0x6b,0x74,0x79])]:_0x50e63e([0x45,0x43]),[_0x50e63e([0x75,0x73,0x65])]:_0x50e63e([0x73,0x69,0x67]),[_0x50e63e([0x63,0x72,0x76])]:_0x50e63e([0x50,0x2d,0x32,0x35,0x36]),[_0x50e63e([0x78])]:_0x50e63e([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]),[_0x50e63e([0x79])]:_0x50e63e([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]),[_0x50e63e([0x61,0x6c,0x67])]:_0x50e63e([0x45,0x53,0x32,0x35,0x36])},_0x41656f=_0xac06af[_0x50e63e([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x50e63e([0x67,0x65,0x74])](_0x50e63e([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x33a8e7(){let _0x17d39e,_0x3ee1c0=null,_0x90a12d=null;try{if(_0x41656f==_0x50e63e([0x47,0x50,0x4c]))return _0x50e63e([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x17d39e=_0x20a370(),!_0x17d39e)return _0x50e63e([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x17d39e[_0x50e63e([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x90a12d=_0x31ee0e(_0x17d39e[_0x50e63e([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x17d39e[_0x50e63e([0x6a,0x74,0x69])])),await _0x351aaa()?_0x348fc4()?_0x37ebb2()?_0x50e63e([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x599082()?(_0x17d39e[_0x50e63e([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x50e63e([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x3ee1c0=_0x9ddeb6(_0x50e63e([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x17d39e[_0x50e63e([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x50e63e([0x74,0x72,0x69,0x61,0x6c])&&(_0x3ee1c0=_0x9ddeb6(_0x50e63e([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x2db5ac()):_0x50e63e([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x50e63e([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x50e63e([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x2c8247){return _0x50e63e([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x37ebb2(){const _0x22e10a=[_0x50e63e([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x50e63e([0x74,0x72,0x69,0x61,0x6c])][_0x50e63e([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x17d39e[_0x50e63e([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x55d249/0x3e8:0xe10*_0x17e251;return _0x17d39e[_0x50e63e([0x65,0x78,0x70])]<_0x22e10a;}function _0x348fc4(){const _0x8d464e=_0x17d39e[_0x50e63e([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x8d464e&&(!!_0x8d464e[_0x50e63e([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x50e63e([0x2a]))||(!!_0x8d464e[_0x50e63e([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x50e63e([0x53,0x43]))||!!_0x8d464e[_0x50e63e([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x50e63e([0x50,0x50]))));}function _0x599082(){const _0x41e7cf=_0x327b,_0x444da5=_0x17d39e[_0x50e63e([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x444da5||0x0==_0x444da5[_0x50e63e([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x3953be}=new URL(window[_0x50e63e([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x41e7cf(0x234)]);if(_0x444da5[_0x50e63e([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3953be))return!0x0;const _0x13da0b=_0x3953be[_0x50e63e([0x73,0x70,0x6c,0x69,0x74])](_0x50e63e([0x2e]));return _0x444da5[_0x50e63e([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x4a9119=>_0x4a9119[_0x50e63e([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x50e63e([0x2a])))[_0x50e63e([0x6d,0x61,0x70])](_0x145d7f=>_0x145d7f[_0x50e63e([0x73,0x70,0x6c,0x69,0x74])](_0x50e63e([0x2e])))[_0x50e63e([0x73,0x6f,0x6d,0x65])](_0x1b16b5=>_0x13da0b[_0x50e63e([0x65,0x76,0x65,0x72,0x79])]((_0x119da2,_0x3d0c83)=>_0x1b16b5[_0x3d0c83]===_0x119da2||_0x1b16b5[_0x3d0c83]===_0x50e63e([0x2a])));}function _0x2db5ac(){return _0x3ee1c0&&_0x90a12d?new window[(_0x50e63e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x11d5e7,_0x5b8d7b)=>{_0x3ee1c0[_0x50e63e([0x74,0x68,0x65,0x6e])](_0x11d5e7,_0x5b8d7b),_0x90a12d[_0x50e63e([0x74,0x68,0x65,0x6e])](_0x430925=>{_0x430925!=_0x50e63e([0x56,0x61,0x6c,0x69,0x64])&&_0x11d5e7(_0x430925);},_0x5b8d7b);}):_0x3ee1c0||_0x90a12d||_0x50e63e([0x56,0x61,0x6c,0x69,0x64]);}}function _0x31ee0e(_0x44f251,_0x2de99d){return new window[(_0x50e63e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x3dcd99=>{if(_0x439129())return _0x3dcd99(_0x50e63e([0x56,0x61,0x6c,0x69,0x64]));_0x27d183(),_0xac06af[_0x50e63e([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x50e63e([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x484515=!0x1;const _0x466127=_0x3cf3b7();function _0x268074(_0x13ab1c){return!!_0x13ab1c&&(typeof _0x13ab1c===_0x50e63e([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x13ab1c===_0x50e63e([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x13ab1c[_0x50e63e([0x74,0x68,0x65,0x6e])]===_0x50e63e([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x13ab1c[_0x50e63e([0x63,0x61,0x74,0x63,0x68])]===_0x50e63e([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x15e755(_0x38ebd3){_0x2e87e9(_0x38ebd3)[_0x50e63e([0x74,0x68,0x65,0x6e])](_0x312d43=>{if(!_0x312d43||_0x312d43[_0x50e63e([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x50e63e([0x6f,0x6b]))return _0x50e63e([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x42df43(_0xded9b8(_0x466127+_0x2de99d))!=_0x312d43[_0x50e63e([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x50e63e([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x50e63e([0x56,0x61,0x6c,0x69,0x64]);})[_0x50e63e([0x74,0x68,0x65,0x6e])](_0x368837=>(_0xab0f3b(),_0x368837),()=>{const _0x33fc01=_0x1e4abb();return null==_0x33fc01?(_0xab0f3b(),_0x50e63e([0x56,0x61,0x6c,0x69,0x64])):_0x50e63e(_0x55d249-_0x33fc01>(0x4609c6a2^_0x92b05b)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x50e63e([0x74,0x68,0x65,0x6e])](_0x3dcd99)[_0x50e63e([0x63,0x61,0x74,0x63,0x68])](()=>{_0x3dcd99(_0x50e63e([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x5d3728=0x6233ac22^_0x92b05b;function _0xab0f3b(){const _0xf631e=_0x50e63e([0x6c,0x6c,0x63,0x74,0x2d])+_0x42df43(_0xded9b8(_0x44f251)),_0x1c58c8=_0x2d8db3(_0x42df43(window[_0x50e63e([0x4d,0x61,0x74,0x68])][_0x50e63e([0x63,0x65,0x69,0x6c])](_0x55d249/_0x5d3728)));window[_0x50e63e([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x50e63e([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0xf631e,_0x1c58c8);}function _0x1e4abb(){const _0x15e945=_0x50e63e([0x6c,0x6c,0x63,0x74,0x2d])+_0x42df43(_0xded9b8(_0x44f251)),_0x4be3ee=window[_0x50e63e([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x50e63e([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x15e945);return _0x4be3ee?window[_0x50e63e([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x2d8db3(_0x4be3ee),0x10)*_0x5d3728:null;}function _0x2e87e9(_0x44bc27){return new window[(_0x50e63e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0xed67da,_0x13f800)=>{_0x44bc27[_0x50e63e([0x74,0x68,0x65,0x6e])](_0xed67da,_0x13f800),window[_0x50e63e([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x13f800,0x62049662^_0x92b05b);});}}_0xac06af[_0x50e63e([0x6f,0x6e])](_0x50e63e([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x2c4782,_0x1cb5d3)=>{if(_0x1cb5d3[0x0]!=_0x44f251)return _0x3dcd99(_0x50e63e([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x1cb5d3[0x1]={..._0x1cb5d3[0x1],[_0x50e63e([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x466127};},{[_0x50e63e([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x50e63e([0x68,0x69,0x67,0x68])}),_0xac06af[_0x50e63e([0x6f,0x6e])](_0x50e63e([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x4ccc31=>{_0x268074(_0x4ccc31[_0x50e63e([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x484515=!0x0,_0x15e755(_0x4ccc31[_0x50e63e([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x50e63e([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x50e63e([0x6c,0x6f,0x77])}),_0x147010[_0x50e63e([0x74,0x68,0x65,0x6e])](()=>{_0x484515||_0x3dcd99(_0x50e63e([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x439129(){return _0xac06af[_0x50e63e([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x50e63e([0x76,0x69,0x65,0x77])][_0x50e63e([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x50e63e([0x61,0x75,0x74,0x6f]);}function _0x27d183(){_0xac06af[_0x50e63e([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x50e63e([0x76,0x69,0x65,0x77])][_0x50e63e([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x50e63e([0x61,0x75,0x74,0x6f]);}}function _0x9ddeb6(_0x259246){const _0x5700a2=[new window[(_0x50e63e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x4406ef=>setTimeout(_0x4406ef,0x620c7c6e^_0x92b05b)),_0x147010[_0x50e63e([0x74,0x68,0x65,0x6e])](()=>new window[(_0x50e63e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2102dc=>{let _0x33743c=0x0;_0xac06af[_0x50e63e([0x6d,0x6f,0x64,0x65,0x6c])][_0x50e63e([0x6f,0x6e])](_0x50e63e([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x220edc,_0x41a1ab)=>{_0x41a1ab[0x0][_0x50e63e([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x33743c++,_0x33743c==(0x6205435a^_0x92b05b)&&(_0x2102dc(),_0x220edc[_0x50e63e([0x6f,0x66,0x66])]());});}))];return window[_0x50e63e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x50e63e([0x72,0x61,0x63,0x65])](_0x5700a2)[_0x50e63e([0x74,0x68,0x65,0x6e])](()=>_0x259246);}async function _0x4d82dd(){await _0x147010,_0xac06af[_0x50e63e([0x6d,0x6f,0x64,0x65,0x6c])][_0x50e63e([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x42f136,_0xac06af[_0x50e63e([0x6d,0x6f,0x64,0x65,0x6c])][_0x50e63e([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x42f136,_0xac06af[_0x50e63e([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x50e63e([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x7f7571(_0x577f36){const _0x215b46=_0x2c899d();_0xac06af[_0x215b46]=_0x50e63e([0x73,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x577f36,_0x577f36!=_0x50e63e([0x56,0x61,0x6c,0x69,0x64])&&_0x4d82dd();}function _0x2c899d(){const _0x198bba=window[_0x50e63e([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x50e63e([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x50e63e([0x6e,0x6f,0x77])]())[_0x50e63e([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x50e63e([0x2e]),'');let _0x5c43d6=_0x50e63e([0x6f]);for(let _0x23fc54=0x0;_0x23fc54<_0x198bba[_0x50e63e([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x23fc54+=0x2){let _0x212da5=window[_0x50e63e([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x198bba[_0x50e63e([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x23fc54,_0x23fc54+0x2));_0x212da5>=_0x1f9d93[_0x50e63e([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x212da5-=_0x1f9d93[_0x50e63e([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x5c43d6+=_0x1f9d93[_0x212da5];}return _0x5c43d6;}function _0x20a370(){const _0x1fdaba=_0x41656f[_0x50e63e([0x73,0x70,0x6c,0x69,0x74])](_0x50e63e([0x2e]));if(0x3!=_0x1fdaba[_0x50e63e([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x2defa9(_0x1fdaba[0x1]);function _0x2defa9(_0x339108){const _0x23bd8a=_0x2f168a(_0x339108);return _0x23bd8a&&_0x3e01e2()?_0x23bd8a:null;function _0x3e01e2(){const _0x4632d7=_0x23bd8a[_0x50e63e([0x6a,0x74,0x69])],_0x28997d=window[_0x50e63e([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x4632d7[_0x50e63e([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x4632d7[_0x50e63e([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x5e31e0={..._0x23bd8a,[_0x50e63e([0x6a,0x74,0x69])]:_0x4632d7[_0x50e63e([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x4632d7[_0x50e63e([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x5e31e0[_0x50e63e([0x76,0x63])],_0xded9b8(_0x5e31e0)==_0x28997d;}}}async function _0x351aaa(){let _0x210aad=!0x0;try{const _0x442cb6=_0x41656f[_0x50e63e([0x73,0x70,0x6c,0x69,0x74])](_0x50e63e([0x2e])),[_0x37be1e,_0x32aa17,_0x110f39]=_0x442cb6;return _0x4323ed(_0x37be1e),await _0x5d48a9(_0x37be1e,_0x32aa17,_0x110f39),_0x210aad;}catch(_0x4ea41d){return!0x1;}function _0x4323ed(_0x5342ac){const _0x239d34=_0x2f168a(_0x5342ac);_0x239d34&&_0x239d34[_0x50e63e([0x61,0x6c,0x67])]==_0x50e63e([0x45,0x53,0x32,0x35,0x36])||(_0x210aad=!0x1);}async function _0x5d48a9(_0x3b8f66,_0x4d1abd,_0x34704e){const _0xef7654=window[_0x50e63e([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x50e63e([0x66,0x72,0x6f,0x6d])](_0xc57006(_0x34704e),_0x302966=>_0x302966[_0x50e63e([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x3260db=new window[(_0x50e63e([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x50e63e([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x3b8f66+_0x50e63e([0x2e])+_0x4d1abd),_0x5a8169=window[_0x50e63e([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x50e63e([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x5a8169)return;const _0x27a671=await _0x5a8169[_0x50e63e([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x50e63e([0x6a,0x77,0x6b]),_0x2bbab1,{[_0x50e63e([0x6e,0x61,0x6d,0x65])]:_0x50e63e([0x45,0x43,0x44,0x53,0x41]),[_0x50e63e([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x50e63e([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x50e63e([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x5a8169[_0x50e63e([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x50e63e([0x6e,0x61,0x6d,0x65])]:_0x50e63e([0x45,0x43,0x44,0x53,0x41]),[_0x50e63e([0x68,0x61,0x73,0x68])]:{[_0x50e63e([0x6e,0x61,0x6d,0x65])]:_0x50e63e([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x27a671,_0xef7654,_0x3260db)||(_0x210aad=!0x1);}}function _0x2f168a(_0x2ef11b){return _0x2ef11b[_0x50e63e([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x50e63e([0x65,0x79]))?JSON[_0x50e63e([0x70,0x61,0x72,0x73,0x65])](_0xc57006(_0x2ef11b)):null;}function _0xc57006(_0x6861d1){return window[_0x50e63e([0x61,0x74,0x6f,0x62])](_0x6861d1[_0x50e63e([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x50e63e([0x2b]))[_0x50e63e([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x50e63e([0x2f])));}function _0xded9b8(_0x29afa2){let _0x3f182b=0x1505;function _0x4b6f2b(_0x5ce647){for(let _0x2e6c7b=0x0;_0x2e6c7b<_0x5ce647[_0x50e63e([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x2e6c7b++){const _0xb16f5=_0x5ce647[_0x50e63e([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x2e6c7b);_0x3f182b=(_0x3f182b<<0x5)+_0x3f182b+_0xb16f5,_0x3f182b&=_0x3f182b;}}function _0x3adaa1(_0x29b5af){Array[_0x50e63e([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x29b5af)?_0x29b5af[_0x50e63e([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x3adaa1):_0x29b5af&&typeof _0x29b5af==_0x50e63e([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x50e63e([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x29b5af)[_0x50e63e([0x73,0x6f,0x72,0x74])]()[_0x50e63e([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x53cab9,_0x25a480])=>{_0x4b6f2b(_0x53cab9),_0x3adaa1(_0x25a480);}):_0x4b6f2b(window[_0x50e63e([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x29b5af));}return _0x3adaa1(_0x29afa2),_0x3f182b>>>0x0;}function _0x42df43(_0x301689){return _0x301689[_0x50e63e([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x50e63e([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x50e63e([0x30]));}function _0x2d8db3(_0x1ff128){return _0x1ff128[_0x50e63e([0x73,0x70,0x6c,0x69,0x74])]('')[_0x50e63e([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x50e63e([0x6a,0x6f,0x69,0x6e])]('');}function _0x42f136(){}function _0x50e63e(_0x39adf8){const _0x858461=_0x327b;return _0x39adf8[_0x858461(0x225)](_0x2b1003=>String[_0x858461(0x253)](_0x2b1003))[_0x858461(0x259)]('');}_0x7f7571(await _0x33a8e7());}(this);}[_0x586de4(0x201)](){const _0x88cc00=_0x586de4;return this[_0x88cc00(0x213)];}[_0x586de4(0x1f8)](){const _0x19e65a=_0x586de4,_0x4391cf=_0x246190=>_0x5123b7(this[_0x19e65a(0x1f3)][_0x19e65a(0x1fc)],_0x246190);return[{'id':_0x19e65a(0x1fa),'commandName':_0x19e65a(0x21a),'icon':_0x3010b1,'title':_0x4391cf(_0x19e65a(0x1dc)),'description':_0x4391cf(_0x19e65a(0x228)),'execute':_0x27c173=>{const _0x3c9248=_0x19e65a;setTimeout(()=>_0x27c173[_0x3c9248(0x1f7)](_0x3c9248(0x21a)));}},{'id':_0x19e65a(0x231),'commandName':_0x19e65a(0x231),'icon':_0x3ec90f,'title':_0x4391cf(_0x19e65a(0x233)),'description':_0x4391cf(_0x19e65a(0x1f5))},{'id':_0x19e65a(0x23d),'commandName':_0x19e65a(0x23d),'icon':_0xff800a,'title':_0x4391cf(_0x19e65a(0x1e5)),'description':_0x4391cf(_0x19e65a(0x23b))},{'id':_0x19e65a(0x22b),'commandName':_0x19e65a(0x22b),'icon':_0x48fb1a,'title':_0x4391cf(_0x19e65a(0x238)),'description':_0x4391cf(_0x19e65a(0x24f))},{'id':_0x19e65a(0x242),'commandName':_0x19e65a(0x242),'icon':_0x49b888,'title':_0x4391cf(_0x19e65a(0x1d6)),'description':_0x4391cf(_0x19e65a(0x1e1)),'aliases':[_0x19e65a(0x1db),_0x19e65a(0x20c),_0x19e65a(0x208)]},{'id':_0x19e65a(0x1db),'commandName':_0x19e65a(0x1db),'icon':_0x49b888,'title':_0x4391cf(_0x19e65a(0x1ff)),'description':_0x4391cf(_0x19e65a(0x216)),'aliases':[_0x19e65a(0x242),_0x19e65a(0x20c),_0x19e65a(0x208)]},{'id':_0x19e65a(0x219),'commandName':_0x19e65a(0x219),'icon':_0x3d16f0,'title':_0x4391cf(_0x19e65a(0x221)),'description':_0x4391cf(_0x19e65a(0x206)),'execute':_0xba53b0=>{const _0x229cc8=_0x19e65a;setTimeout(()=>_0xba53b0[_0x229cc8(0x1f7)](_0x229cc8(0x219)));}},{'id':_0x19e65a(0x256),'commandName':_0x19e65a(0x245),'icon':_0xd70757,'title':_0x4391cf(_0x19e65a(0x1e3)),'description':_0x4391cf(_0x19e65a(0x22a)),'execute':_0x2b30e2=>{const _0x5b06cf=_0x19e65a;_0x2b30e2[_0x5b06cf(0x1f7)](_0x5b06cf(0x245),{'value':_0x5b06cf(0x256)});}},{'id':_0x19e65a(0x229),'commandName':_0x19e65a(0x245),'icon':_0x3d02d3,'title':_0x4391cf(_0x19e65a(0x257)),'description':_0x4391cf(_0x19e65a(0x1f4)),'execute':_0xf7813=>{const _0x784aa5=_0x19e65a;_0xf7813[_0x784aa5(0x1f7)](_0x784aa5(0x245),{'value':_0x784aa5(0x229)});}},{'id':_0x19e65a(0x1da),'commandName':_0x19e65a(0x245),'icon':_0x61fa32,'title':_0x4391cf(_0x19e65a(0x232)),'description':_0x4391cf(_0x19e65a(0x1e6)),'execute':_0x28db4f=>{const _0x2f3acf=_0x19e65a;_0x28db4f[_0x2f3acf(0x1f7)](_0x2f3acf(0x245),{'value':_0x2f3acf(0x1da)});}},{'id':_0x19e65a(0x209),'commandName':_0x19e65a(0x245),'icon':_0x4e9297,'title':_0x4391cf(_0x19e65a(0x243)),'description':_0x4391cf(_0x19e65a(0x222)),'execute':_0x42efde=>{const _0x1c3c61=_0x19e65a;_0x42efde[_0x1c3c61(0x1f7)](_0x1c3c61(0x245),{'value':_0x1c3c61(0x209)});}},{'id':_0x19e65a(0x21d),'commandName':_0x19e65a(0x245),'icon':_0x1fb689,'title':_0x4391cf(_0x19e65a(0x1f1)),'description':_0x4391cf(_0x19e65a(0x20a)),'execute':_0x5e7317=>{const _0x232bed=_0x19e65a;_0x5e7317[_0x232bed(0x1f7)](_0x232bed(0x245),{'value':_0x232bed(0x21d)});}},{'id':_0x19e65a(0x202),'commandName':_0x19e65a(0x245),'icon':_0x4a2d69,'title':_0x4391cf(_0x19e65a(0x23a)),'description':_0x4391cf(_0x19e65a(0x220)),'execute':_0x29ed8f=>{const _0x38d568=_0x19e65a;_0x29ed8f[_0x38d568(0x1f7)](_0x38d568(0x245),{'value':_0x38d568(0x202)});}},{'id':_0x19e65a(0x1f9),'commandName':_0x19e65a(0x1f9),'icon':_0x3023e5,'title':_0x4391cf(_0x19e65a(0x1e7)),'description':_0x4391cf(_0x19e65a(0x210))},{'id':_0x19e65a(0x241),'commandName':_0x19e65a(0x241),'icon':_0x2d8014,'title':_0x4391cf(_0x19e65a(0x235)),'description':_0x4391cf(_0x19e65a(0x1fb))},{'id':_0x19e65a(0x23f),'commandName':_0x19e65a(0x23f),'icon':_0x2cbd58,'title':_0x4391cf(_0x19e65a(0x1de)),'description':_0x4391cf(_0x19e65a(0x244))},{'id':_0x19e65a(0x23c),'commandName':_0x19e65a(0x23c),'title':_0x4391cf(_0x19e65a(0x1ec)),'description':_0x4391cf(_0x19e65a(0x21c))},{'id':_0x19e65a(0x21b),'commandName':_0x19e65a(0x21b),'icon':_0x58ae04,'title':_0x4391cf(_0x19e65a(0x1e2)),'description':_0x4391cf(_0x19e65a(0x20b))},{'id':_0x19e65a(0x25b),'commandName':_0x19e65a(0x25b),'icon':_0x4ee460,'title':_0x4391cf(_0x19e65a(0x20e)),'description':_0x4391cf(_0x19e65a(0x207)),'aliases':[_0x19e65a(0x1ea)]},{'id':_0x19e65a(0x22d),'commandName':_0x19e65a(0x22d),'icon':_0x178338,'title':_0x4391cf(_0x19e65a(0x223)),'description':_0x4391cf(_0x19e65a(0x203))},{'id':_0x19e65a(0x204),'commandName':_0x19e65a(0x204),'icon':_0x44cded,'title':_0x4391cf(_0x19e65a(0x1ee)),'description':_0x4391cf(_0x19e65a(0x1f2))},{'id':_0x19e65a(0x215),'commandName':_0x19e65a(0x215),'icon':_0x2e3c35,'title':_0x4391cf(_0x19e65a(0x247)),'description':_0x4391cf(_0x19e65a(0x24e))},{'id':_0x19e65a(0x249),'commandName':_0x19e65a(0x249),'icon':_0x135ec0,'title':_0x4391cf(_0x19e65a(0x254)),'description':_0x4391cf(_0x19e65a(0x258))}];}[_0x586de4(0x214)](_0x3cc9a0){const _0x483c5a=_0x586de4;return _0x3cc9a0[_0x483c5a(0x22c)]?_0x3cc9a0[_0x483c5a(0x22c)](this[_0x483c5a(0x1f3)]):!_0x3cc9a0[_0x483c5a(0x1ef)]||this[_0x483c5a(0x1f3)][_0x483c5a(0x1e8)][_0x483c5a(0x240)](_0x3cc9a0[_0x483c5a(0x1ef)])[_0x483c5a(0x22c)];}[_0x586de4(0x250)](_0x39fe39){const _0x345d5e=_0x586de4;if(_0x39fe39[_0x345d5e(0x1f7)])_0x39fe39[_0x345d5e(0x1f7)](this[_0x345d5e(0x1f3)]);else{if(!_0x39fe39[_0x345d5e(0x1ef)])throw new _0x2ac298(_0x345d5e(0x1dd),this[_0x345d5e(0x1f3)],{'commandDefinition':_0x39fe39});this[_0x345d5e(0x1f3)][_0x345d5e(0x1f7)](_0x39fe39[_0x345d5e(0x1ef)]);}}}function H(_0x5e00ed,_0x2f85b7){const _0x172c21=_0x586de4;return _0x5e00ed[_0x172c21(0x1e4)]<_0x2f85b7[_0x172c21(0x1e4)]?-0x1:_0x5e00ed[_0x172c21(0x1e4)]>_0x2f85b7[_0x172c21(0x1e4)]?0x1:0x0;}function O(_0x5a1b10,_0x3d2918){const _0x5d78be=_0x586de4;return _0x3d2918+'-'+_0x5a1b10[_0x5d78be(0x1ed)]()[_0x5d78be(0x24a)]('\x20')[_0x5d78be(0x259)]('-');}
23
+ const _0x200f2d=_0x2d3e;(function(_0x2b6451,_0x5dce01){const _0x53204b=_0x2d3e,_0x3e816b=_0x2b6451();while(!![]){try{const _0x1baf09=parseInt(_0x53204b(0x117))/0x1*(-parseInt(_0x53204b(0x14d))/0x2)+parseInt(_0x53204b(0x12e))/0x3*(-parseInt(_0x53204b(0x10f))/0x4)+parseInt(_0x53204b(0x12b))/0x5+parseInt(_0x53204b(0x14f))/0x6*(parseInt(_0x53204b(0x109))/0x7)+parseInt(_0x53204b(0x12d))/0x8+-parseInt(_0x53204b(0xdc))/0x9+-parseInt(_0x53204b(0x10d))/0xa*(-parseInt(_0x53204b(0x13d))/0xb);if(_0x1baf09===_0x5dce01)break;else _0x3e816b['push'](_0x3e816b['shift']());}catch(_0x4eafd7){_0x3e816b['push'](_0x3e816b['shift']());}}}(_0x5cd8,0xb9cff));import{Plugin as _0x3f74a1}from'ckeditor5/src/core.js';function _0x2d3e(_0x25a7d4,_0x2cc958){const _0x5cd8b2=_0x5cd8();return _0x2d3e=function(_0x2d3ea7,_0x5cb9b8){_0x2d3ea7=_0x2d3ea7-0xcc;let _0x17f2b8=_0x5cd8b2[_0x2d3ea7];return _0x17f2b8;},_0x2d3e(_0x25a7d4,_0x2cc958);}import{CKEditorError as _0x273e57,uid as _0x2eb4cc}from'ckeditor5/src/utils.js';import{IconBrowseFiles as _0x4390a9,IconBulletedList as _0x3a2b18,IconEmoji as _0x403650,IconCodeBlock as _0x351f5a,IconHeading1 as _0x228e36,IconHeading2 as _0x52fc94,IconHeading3 as _0x909cc0,IconHeading4 as _0x64c0d,IconHeading5 as _0x33d60f,IconHeading6 as _0x3f2ffd,IconHorizontalLine as _0x83450a,IconHtml as _0x45a8c8,IconIndent as _0x25ee9d,IconNumberedList as _0x4610ab,IconOutdent as _0x353185,IconParagraph as _0x37ab8f,IconQuote as _0x3734b4,IconRobotPencil as _0x533843,IconTable as _0x1a077e,IconTableOfContents as _0x1a275f,IconTodoList as _0xf48b83}from'ckeditor5/src/icons.js';function _0x5cd8(){const _0x11d90d=['map','icon','_proxyExecute','htmlEmbed','Horizontal\x20line','join','Heading\x204','name','Heading\x203','heading6','Create\x20a\x20heading\x20level\x204','template.definitions','isIconColorInherited','showAIAssistant','commands','config','Insert\x20image','Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file','push','insertMermaidCommand','Create\x20a\x20heading\x20level\x206','slashCommand.extraCommands','_proxyIsEnabled','insertTable','Insert\x20a\x20paragraph','insertTemplate','Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file','Insert\x20a\x20horizontal\x20line','Insert\x20Mermaid\x20diagram','Block\x20quote','Heading\x206','Create\x20a\x20heading\x20level\x201','commandName','length','Insert\x20table','outdent','todoList','Increase\x20indent','function','Paragraph','Create\x20a\x20code\x20block','Create\x20a\x20heading\x20level\x203','paragraph','250138QSZcma','getDefaultCommands','concat','isPremiumPlugin','351830afVEEF','ckbox','1625452fENZna','Insert\x20table\x20of\x20contents','Create\x20a\x20to-do\x20list','template','insertTableOfContents','numberedList','SlashCommandConfig','style','5aSqvZT','Create\x20a\x20block\x20quote','enabledStyles','Insert\x20code\x20block','aliases','Numbered\x20list','sort','Heading\x205','Create\x20a\x20numbered\x20list','Heading\x201','afterInit','heading1','model','heading4','includes','Table\x20of\x20contents','To-do\x20list','upload','Decrease\x20the\x20indentation','Increase\x20the\x20indentation','1875720WANkRR','locale','2339080ojyeGp','3zulOSb','getAllowedCommands','isOfficialPlugin','toc','Create\x20a\x20heading\x20level\x205','Insert\x20HTML','isEnabled','Insert\x20an\x20emoji','split','indent','AI\x20Assistant','ckfinder','emoji','editor','Insert\x20an\x20HTML\x20snippet','605rDYfew','slashCommand.removeCommands','Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content','toLowerCase','aiAssistant','filemanager','heading.options','Decrease\x20indent','Create\x20a\x20table','Emoji','_allowedCommands','execute','horizontalLine','Bulleted\x20list','codeBlock','pluginName','374226MSPdKz','Create\x20a\x20heading\x20level\x202','114gTwTtp','heading3','slash-command-execute-missing','fromCharCode','heading2','title','filter','heading','Create\x20a\x20bulleted\x20list','blockQuote','get','Insert\x20the\x20Mermaid\x20diagram','href','style.definitions','Open\x20file\x20manager','heading5','description','bulletedList','10606725AJelik','Heading\x202'];_0x5cd8=function(){return _0x11d90d;};return _0x5cd8();}import{getTranslation as _0x2cfdbc}from'./utils/common-translations.js';import'./slashcommandeditorconfig.js';export default class L extends _0x3f74a1{static get[_0x200f2d(0x14c)](){const _0x39c663=_0x200f2d;return _0x39c663(0x115);}static get[_0x200f2d(0x130)](){return!0x0;}static get[_0x200f2d(0x10c)](){return!0x0;}constructor(_0x3ee33d){const _0x277753=_0x200f2d;super(_0x3ee33d),this[_0x277753(0x147)]=null;}[_0x200f2d(0x121)](){const _0x21d14a=_0x200f2d,_0xdd8ef7=this[_0x21d14a(0x13b)][_0x21d14a(0xed)][_0x21d14a(0xd4)](_0x21d14a(0x13e))||[],_0x6c9b88=function(_0x5e3b22){const _0x22ee31=_0x21d14a;let _0x4c2916=[_0x22ee31(0x124),_0x22ee31(0xd9),_0x22ee31(0xe7)];if(_0x5e3b22){const _0xcfc2ef=_0x5e3b22[_0x22ee31(0xde)](_0x307d38=>_0x307d38[_0x22ee31(0x123)]);_0x4c2916=[_0x22ee31(0x122),_0x22ee31(0xce),_0x22ee31(0x150),_0x22ee31(0x124),_0x22ee31(0xd9),_0x22ee31(0xe7)][_0x22ee31(0xd0)](_0x10e412=>!_0xcfc2ef[_0x22ee31(0x125)](_0x10e412));}return _0x4c2916;}(this[_0x21d14a(0x13b)][_0x21d14a(0xed)][_0x21d14a(0xd4)](_0x21d14a(0x143)));let _0x36dc15=this[_0x21d14a(0x10a)]()[_0x21d14a(0xd0)](_0x576e2b=>!_0x6c9b88[_0x21d14a(0x125)](_0x576e2b['id']))[_0x21d14a(0xd0)](_0x344717=>!_0xdd8ef7[_0x21d14a(0x125)](_0x344717[_0x21d14a(0xfe)]));const _0x4634c0=this[_0x21d14a(0x13b)][_0x21d14a(0xed)][_0x21d14a(0xd4)](_0x21d14a(0xf3));_0x4634c0&&_0x4634c0[_0x21d14a(0xff)]&&(_0x36dc15=_0x36dc15[_0x21d14a(0x10b)](_0x4634c0));const _0x201733=this[_0x21d14a(0x13b)][_0x21d14a(0xed)][_0x21d14a(0xd4)](_0x21d14a(0xe9));_0x201733&&_0x201733[_0x21d14a(0xff)]&&(_0x36dc15=_0x36dc15[_0x21d14a(0x10b)](function(_0x4dad36){const _0x27d87a=_0x21d14a;return _0x4dad36[_0x27d87a(0xde)](_0x1bc1fa=>{const _0x350b26=_0x27d87a,{title:_0x5381d0,icon:_0x5a0738,description:_0x205e99,data:_0xd1410}=_0x1bc1fa,_0x5d28c6={'id':O(_0x5381d0,_0x350b26(0x112)),'commandName':_0x350b26(0xf7),'execute':_0x17680d=>{const _0x3b2dda=_0x350b26;_0x17680d[_0x3b2dda(0x148)](_0x3b2dda(0xf7),_0xd1410);},'description':_0x205e99,'icon':_0x5a0738,'title':_0x5381d0};return _0x5a0738&&(_0x5d28c6[_0x350b26(0xea)]=!0x1),_0x5d28c6;});}(_0x201733)));const _0x33ab26=this[_0x21d14a(0x13b)][_0x21d14a(0xed)][_0x21d14a(0xd4)](_0x21d14a(0xd7));_0x33ab26&&_0x33ab26[_0x21d14a(0xff)]&&(_0x36dc15=_0x36dc15[_0x21d14a(0x10b)](function(_0x2bbc43){const _0x58432f=_0x21d14a;return _0x2bbc43[_0x58432f(0xde)](_0x1cee28=>({'id':O(_0x1cee28[_0x58432f(0xe5)],_0x58432f(0x116)),'commandName':_0x58432f(0x116),'execute':_0x2acdaf=>{const _0x404300=_0x58432f;_0x2acdaf[_0x404300(0x148)](_0x404300(0x116),{'styleName':_0x1cee28[_0x404300(0xe5)]});},'isEnabled':_0x561054=>{const _0x125a2e=_0x58432f,_0x3d0867=_0x561054[_0x125a2e(0xec)][_0x125a2e(0xd4)](_0x125a2e(0x116));return _0x3d0867[_0x125a2e(0x134)]&&_0x3d0867[_0x125a2e(0x119)][_0x125a2e(0x125)](_0x1cee28[_0x125a2e(0xe5)]);},'title':_0x1cee28[_0x58432f(0xe5)]}));}(_0x33ab26)));const _0x14e997=_0x36dc15[_0x21d14a(0xd0)](_0x3302a9=>!_0x3302a9[_0x21d14a(0xfe)]||void 0x0!==this[_0x21d14a(0x13b)][_0x21d14a(0xec)][_0x21d14a(0xd4)](_0x3302a9[_0x21d14a(0xfe)])),_0x3c84e3=[];for(const _0xb1b752 of _0x14e997)_0x3c84e3[_0x21d14a(0xf0)]({'id':_0xb1b752['id'],'commandName':_0xb1b752[_0x21d14a(0xfe)],'title':_0x21d14a(0x104)==typeof _0xb1b752[_0x21d14a(0xcf)]?_0xb1b752[_0x21d14a(0xcf)](this[_0x21d14a(0x13b)]):_0xb1b752[_0x21d14a(0xcf)],'description':_0xb1b752[_0x21d14a(0xda)],'icon':_0xb1b752[_0x21d14a(0xdf)],'isIconColorInherited':_0xb1b752[_0x21d14a(0xea)],'aliases':_0xb1b752[_0x21d14a(0x11b)],'isEnabled':()=>this[_0x21d14a(0xf4)](_0xb1b752),'execute':()=>this[_0x21d14a(0xe0)](_0xb1b752)});this[_0x21d14a(0x147)]=_0x3c84e3[_0x21d14a(0x11d)](H),async function(_0x68a5a5){const _0x399f83=_0x779ce([0x30,0x4d,0x79,0x56,0x57,0x63,0x6d,0x58,0x67,0x6a,0x68,0x75,0x35,0x34,0x73,0x5a,0x4c,0x66,0x74,0x47,0x78,0x52,0x71,0x6f,0x42,0x32,0x4f,0x6b,0x49,0x33,0x31,0x4b,0x76,0x38,0x77,0x54,0x4a,0x61,0x65,0x41,0x44,0x51,0x7a,0x46,0x55,0x64,0x6e,0x69,0x6c,0x39,0x50,0x4e,0x70,0x72,0x36,0x59,0x43,0x45,0x62,0x37,0x53,0x48]),_0x503c41=0x204897cc,_0x11e07c=0x204ff08c^_0x503c41,_0x1fa448=window[_0x779ce([0x44,0x61,0x74,0x65])][_0x779ce([0x6e,0x6f,0x77])](),_0x10643f=_0x68a5a5[_0x779ce([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x3b1e4b=new window[(_0x779ce([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x19c8b9=>{_0x10643f[_0x779ce([0x6f,0x6e,0x63,0x65])](_0x779ce([0x72,0x65,0x61,0x64,0x79]),_0x19c8b9);}),_0x4384e1={[_0x779ce([0x6b,0x74,0x79])]:_0x779ce([0x45,0x43]),[_0x779ce([0x75,0x73,0x65])]:_0x779ce([0x73,0x69,0x67]),[_0x779ce([0x63,0x72,0x76])]:_0x779ce([0x50,0x2d,0x32,0x35,0x36]),[_0x779ce([0x78])]:_0x779ce([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]),[_0x779ce([0x79])]:_0x779ce([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]),[_0x779ce([0x61,0x6c,0x67])]:_0x779ce([0x45,0x53,0x32,0x35,0x36])},_0x5b50b7=_0x10643f[_0x779ce([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x779ce([0x67,0x65,0x74])](_0x779ce([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0xd6bd25(){let _0x201b92,_0x258bd0=null,_0x353a14=null;try{if(_0x5b50b7==_0x779ce([0x47,0x50,0x4c]))return _0x779ce([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x201b92=_0x1e9d30(),!_0x201b92)return _0x779ce([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x201b92[_0x779ce([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x353a14=_0x20fd0d(_0x201b92[_0x779ce([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x201b92[_0x779ce([0x6a,0x74,0x69])])),await _0x26d351()?_0x9e7983()?_0x403429()?_0x779ce([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x5e59e5()?(_0x201b92[_0x779ce([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x779ce([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x258bd0=_0x3fce3a(_0x779ce([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x201b92[_0x779ce([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x779ce([0x74,0x72,0x69,0x61,0x6c])&&(_0x258bd0=_0x3fce3a(_0x779ce([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x42ec40()):_0x779ce([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x779ce([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x779ce([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x75bf2b){return _0x779ce([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x403429(){const _0x59349b=[_0x779ce([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x779ce([0x74,0x72,0x69,0x61,0x6c])][_0x779ce([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x201b92[_0x779ce([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x1fa448/0x3e8:0xe10*_0x11e07c;return _0x201b92[_0x779ce([0x65,0x78,0x70])]<_0x59349b;}function _0x9e7983(){const _0x34cc5a=_0x201b92[_0x779ce([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x34cc5a&&(!!_0x34cc5a[_0x779ce([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x779ce([0x2a]))||(!!_0x34cc5a[_0x779ce([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x779ce([0x53,0x43]))||!!_0x34cc5a[_0x779ce([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x779ce([0x50,0x50]))));}function _0x5e59e5(){const _0x4a94d0=_0x2d3e,_0x839bf1=_0x201b92[_0x779ce([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x839bf1||0x0==_0x839bf1[_0x779ce([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x3734d2}=new URL(window[_0x779ce([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x4a94d0(0xd6)]);if(_0x839bf1[_0x779ce([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3734d2))return!0x0;const _0x3db8e2=_0x3734d2[_0x779ce([0x73,0x70,0x6c,0x69,0x74])](_0x779ce([0x2e]));return _0x839bf1[_0x779ce([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x137788=>_0x137788[_0x779ce([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x779ce([0x2a])))[_0x779ce([0x6d,0x61,0x70])](_0x10f33b=>_0x10f33b[_0x779ce([0x73,0x70,0x6c,0x69,0x74])](_0x779ce([0x2e])))[_0x779ce([0x73,0x6f,0x6d,0x65])](_0x31836d=>_0x3db8e2[_0x779ce([0x65,0x76,0x65,0x72,0x79])]((_0x31af15,_0x2a5a9c)=>_0x31836d[_0x2a5a9c]===_0x31af15||_0x31836d[_0x2a5a9c]===_0x779ce([0x2a])));}function _0x42ec40(){return _0x258bd0&&_0x353a14?new window[(_0x779ce([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x121134,_0x49f9bc)=>{_0x258bd0[_0x779ce([0x74,0x68,0x65,0x6e])](_0x121134,_0x49f9bc),_0x353a14[_0x779ce([0x74,0x68,0x65,0x6e])](_0x3ae563=>{_0x3ae563!=_0x779ce([0x56,0x61,0x6c,0x69,0x64])&&_0x121134(_0x3ae563);},_0x49f9bc);}):_0x258bd0||_0x353a14||_0x779ce([0x56,0x61,0x6c,0x69,0x64]);}}function _0x20fd0d(_0x4577c7,_0x45f858){return new window[(_0x779ce([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x71a162=>{if(_0x28a8a6())return _0x71a162(_0x779ce([0x56,0x61,0x6c,0x69,0x64]));_0x14ca41(),_0x10643f[_0x779ce([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x779ce([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0xa119a6=!0x1;const _0x376f04=_0x2eb4cc();function _0x295a03(_0x54a870){return!!_0x54a870&&(typeof _0x54a870===_0x779ce([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x54a870===_0x779ce([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x54a870[_0x779ce([0x74,0x68,0x65,0x6e])]===_0x779ce([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x54a870[_0x779ce([0x63,0x61,0x74,0x63,0x68])]===_0x779ce([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x387fd3(_0x3f106a){_0x30e7bc(_0x3f106a)[_0x779ce([0x74,0x68,0x65,0x6e])](_0x1d7110=>{if(!_0x1d7110||_0x1d7110[_0x779ce([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x779ce([0x6f,0x6b]))return _0x779ce([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x447402(_0x2d50f2(_0x376f04+_0x45f858))!=_0x1d7110[_0x779ce([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x779ce([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x779ce([0x56,0x61,0x6c,0x69,0x64]);})[_0x779ce([0x74,0x68,0x65,0x6e])](_0x1da674=>(_0x461c0f(),_0x1da674),()=>{const _0x1685ed=_0x445785();return null==_0x1685ed?(_0x461c0f(),_0x779ce([0x56,0x61,0x6c,0x69,0x64])):_0x779ce(_0x1fa448-_0x1685ed>(0x44413cc^_0x503c41)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x779ce([0x74,0x68,0x65,0x6e])](_0x71a162)[_0x779ce([0x63,0x61,0x74,0x63,0x68])](()=>{_0x71a162(_0x779ce([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x36550d=0x207e794c^_0x503c41;function _0x461c0f(){const _0x14e237=_0x779ce([0x6c,0x6c,0x63,0x74,0x2d])+_0x447402(_0x2d50f2(_0x4577c7)),_0x5ba62e=_0x2b0562(_0x447402(window[_0x779ce([0x4d,0x61,0x74,0x68])][_0x779ce([0x63,0x65,0x69,0x6c])](_0x1fa448/_0x36550d)));window[_0x779ce([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x779ce([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x14e237,_0x5ba62e);}function _0x445785(){const _0x8783ec=_0x779ce([0x6c,0x6c,0x63,0x74,0x2d])+_0x447402(_0x2d50f2(_0x4577c7)),_0xc60896=window[_0x779ce([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x779ce([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x8783ec);return _0xc60896?window[_0x779ce([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x2b0562(_0xc60896),0x10)*_0x36550d:null;}function _0x30e7bc(_0x345bf3){return new window[(_0x779ce([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x242135,_0x50487e)=>{_0x345bf3[_0x779ce([0x74,0x68,0x65,0x6e])](_0x242135,_0x50487e),window[_0x779ce([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x50487e,0x2049430c^_0x503c41);});}}_0x10643f[_0x779ce([0x6f,0x6e])](_0x779ce([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0xa87c1a,_0x17a65d)=>{if(_0x17a65d[0x0]!=_0x4577c7)return _0x71a162(_0x779ce([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x17a65d[0x1]={..._0x17a65d[0x1],[_0x779ce([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x376f04};},{[_0x779ce([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x779ce([0x68,0x69,0x67,0x68])}),_0x10643f[_0x779ce([0x6f,0x6e])](_0x779ce([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x5b4e55=>{_0x295a03(_0x5b4e55[_0x779ce([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0xa119a6=!0x0,_0x387fd3(_0x5b4e55[_0x779ce([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x779ce([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x779ce([0x6c,0x6f,0x77])}),_0x3b1e4b[_0x779ce([0x74,0x68,0x65,0x6e])](()=>{_0xa119a6||_0x71a162(_0x779ce([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x28a8a6(){return _0x10643f[_0x779ce([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x779ce([0x76,0x69,0x65,0x77])][_0x779ce([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x779ce([0x61,0x75,0x74,0x6f]);}function _0x14ca41(){_0x10643f[_0x779ce([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x779ce([0x76,0x69,0x65,0x77])][_0x779ce([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x779ce([0x61,0x75,0x74,0x6f]);}}function _0x3fce3a(_0x1dcfde){const _0x412b3e=[new window[(_0x779ce([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x36cbfb=>setTimeout(_0x36cbfb,0x2041a900^_0x503c41)),_0x3b1e4b[_0x779ce([0x74,0x68,0x65,0x6e])](()=>new window[(_0x779ce([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2b3c2c=>{let _0x4c7313=0x0;_0x10643f[_0x779ce([0x6d,0x6f,0x64,0x65,0x6c])][_0x779ce([0x6f,0x6e])](_0x779ce([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x3a233,_0x18f77c)=>{_0x18f77c[0x0][_0x779ce([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x4c7313++,_0x4c7313==(0x20489634^_0x503c41)&&(_0x2b3c2c(),_0x3a233[_0x779ce([0x6f,0x66,0x66])]());});}))];return window[_0x779ce([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x779ce([0x72,0x61,0x63,0x65])](_0x412b3e)[_0x779ce([0x74,0x68,0x65,0x6e])](()=>_0x1dcfde);}async function _0x18d389(){await _0x3b1e4b,_0x10643f[_0x779ce([0x6d,0x6f,0x64,0x65,0x6c])][_0x779ce([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x18ff5b,_0x10643f[_0x779ce([0x6d,0x6f,0x64,0x65,0x6c])][_0x779ce([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x18ff5b,_0x10643f[_0x779ce([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x779ce([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x227c47(_0x1d529){const _0x3c26cd=_0x4ca5e8();_0x10643f[_0x3c26cd]=_0x779ce([0x73,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x1d529,_0x1d529!=_0x779ce([0x56,0x61,0x6c,0x69,0x64])&&_0x18d389();}function _0x4ca5e8(){const _0x5ceeef=window[_0x779ce([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x779ce([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x779ce([0x6e,0x6f,0x77])]())[_0x779ce([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x779ce([0x2e]),'');let _0x218541=_0x779ce([0x4d]);for(let _0x530a1e=0x0;_0x530a1e<_0x5ceeef[_0x779ce([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x530a1e+=0x2){let _0x162a07=window[_0x779ce([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x5ceeef[_0x779ce([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x530a1e,_0x530a1e+0x2));_0x162a07>=_0x399f83[_0x779ce([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x162a07-=_0x399f83[_0x779ce([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x218541+=_0x399f83[_0x162a07];}return _0x218541;}function _0x1e9d30(){const _0x49b9c5=_0x5b50b7[_0x779ce([0x73,0x70,0x6c,0x69,0x74])](_0x779ce([0x2e]));if(0x3!=_0x49b9c5[_0x779ce([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x806a7c(_0x49b9c5[0x1]);function _0x806a7c(_0x40efad){const _0x58f591=_0x28a92f(_0x40efad);return _0x58f591&&_0xec3223()?_0x58f591:null;function _0xec3223(){const _0x3f5727=_0x58f591[_0x779ce([0x6a,0x74,0x69])],_0x5d0b92=window[_0x779ce([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x3f5727[_0x779ce([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x3f5727[_0x779ce([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x5653e8={..._0x58f591,[_0x779ce([0x6a,0x74,0x69])]:_0x3f5727[_0x779ce([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x3f5727[_0x779ce([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x5653e8[_0x779ce([0x76,0x63])],_0x2d50f2(_0x5653e8)==_0x5d0b92;}}}async function _0x26d351(){let _0x4540b7=!0x0;try{const _0x383fe7=_0x5b50b7[_0x779ce([0x73,0x70,0x6c,0x69,0x74])](_0x779ce([0x2e])),[_0x1d48a0,_0x393263,_0x258f8a]=_0x383fe7;return _0xb8e765(_0x1d48a0),await _0x1d135d(_0x1d48a0,_0x393263,_0x258f8a),_0x4540b7;}catch(_0x50901b){return!0x1;}function _0xb8e765(_0x4bb6f4){const _0x567d8f=_0x28a92f(_0x4bb6f4);_0x567d8f&&_0x567d8f[_0x779ce([0x61,0x6c,0x67])]==_0x779ce([0x45,0x53,0x32,0x35,0x36])||(_0x4540b7=!0x1);}async function _0x1d135d(_0x15c31a,_0x18bcba,_0x20673c){const _0xaef486=window[_0x779ce([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x779ce([0x66,0x72,0x6f,0x6d])](_0x5dcc5b(_0x20673c),_0x369bc1=>_0x369bc1[_0x779ce([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x443428=new window[(_0x779ce([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x779ce([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x15c31a+_0x779ce([0x2e])+_0x18bcba),_0x129f64=window[_0x779ce([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x779ce([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x129f64)return;const _0x57e0cf=await _0x129f64[_0x779ce([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x779ce([0x6a,0x77,0x6b]),_0x4384e1,{[_0x779ce([0x6e,0x61,0x6d,0x65])]:_0x779ce([0x45,0x43,0x44,0x53,0x41]),[_0x779ce([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x779ce([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x779ce([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x129f64[_0x779ce([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x779ce([0x6e,0x61,0x6d,0x65])]:_0x779ce([0x45,0x43,0x44,0x53,0x41]),[_0x779ce([0x68,0x61,0x73,0x68])]:{[_0x779ce([0x6e,0x61,0x6d,0x65])]:_0x779ce([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x57e0cf,_0xaef486,_0x443428)||(_0x4540b7=!0x1);}}function _0x28a92f(_0x3c6e4c){return _0x3c6e4c[_0x779ce([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x779ce([0x65,0x79]))?JSON[_0x779ce([0x70,0x61,0x72,0x73,0x65])](_0x5dcc5b(_0x3c6e4c)):null;}function _0x5dcc5b(_0x1fcfa7){return window[_0x779ce([0x61,0x74,0x6f,0x62])](_0x1fcfa7[_0x779ce([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x779ce([0x2b]))[_0x779ce([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x779ce([0x2f])));}function _0x2d50f2(_0x5c5c3f){let _0x51a7f1=0x1505;function _0x18e85b(_0x3d8804){for(let _0x218d83=0x0;_0x218d83<_0x3d8804[_0x779ce([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x218d83++){const _0x3f67c4=_0x3d8804[_0x779ce([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x218d83);_0x51a7f1=(_0x51a7f1<<0x5)+_0x51a7f1+_0x3f67c4,_0x51a7f1&=_0x51a7f1;}}function _0x1d47f1(_0x458cb7){Array[_0x779ce([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x458cb7)?_0x458cb7[_0x779ce([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x1d47f1):_0x458cb7&&typeof _0x458cb7==_0x779ce([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x779ce([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x458cb7)[_0x779ce([0x73,0x6f,0x72,0x74])]()[_0x779ce([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x4d6d85,_0x4454ea])=>{_0x18e85b(_0x4d6d85),_0x1d47f1(_0x4454ea);}):_0x18e85b(window[_0x779ce([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x458cb7));}return _0x1d47f1(_0x5c5c3f),_0x51a7f1>>>0x0;}function _0x447402(_0x4d9344){return _0x4d9344[_0x779ce([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x779ce([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x779ce([0x30]));}function _0x2b0562(_0x10b678){return _0x10b678[_0x779ce([0x73,0x70,0x6c,0x69,0x74])]('')[_0x779ce([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x779ce([0x6a,0x6f,0x69,0x6e])]('');}function _0x18ff5b(){}function _0x779ce(_0x49d88){const _0xbfc74=_0x2d3e;return _0x49d88[_0xbfc74(0xde)](_0x2236b5=>String[_0xbfc74(0xcd)](_0x2236b5))[_0xbfc74(0xe3)]('');}_0x227c47(await _0xd6bd25());}(this);}[_0x200f2d(0x12f)](){const _0x393f81=_0x200f2d;return this[_0x393f81(0x147)];}[_0x200f2d(0x10a)](){const _0x5537e4=_0x200f2d,_0x22877f=_0x3c157a=>_0x2cfdbc(this[_0x5537e4(0x13b)][_0x5537e4(0x12c)],_0x3c157a);return[{'id':_0x5537e4(0x141),'commandName':_0x5537e4(0xeb),'icon':_0x533843,'title':_0x22877f(_0x5537e4(0x138)),'description':_0x22877f(_0x5537e4(0x13f)),'execute':_0x2738ef=>{const _0x11df48=_0x5537e4;setTimeout(()=>_0x2738ef[_0x11df48(0x148)](_0x11df48(0xeb)));}},{'id':_0x5537e4(0xd3),'commandName':_0x5537e4(0xd3),'icon':_0x3734b4,'title':_0x22877f(_0x5537e4(0xfb)),'description':_0x22877f(_0x5537e4(0x118))},{'id':_0x5537e4(0xdb),'commandName':_0x5537e4(0xdb),'icon':_0x3a2b18,'title':_0x22877f(_0x5537e4(0x14a)),'description':_0x22877f(_0x5537e4(0xd2))},{'id':_0x5537e4(0x14b),'commandName':_0x5537e4(0x14b),'icon':_0x351f5a,'title':_0x22877f(_0x5537e4(0x11a)),'description':_0x22877f(_0x5537e4(0x106))},{'id':_0x5537e4(0x10e),'commandName':_0x5537e4(0x10e),'icon':_0x4390a9,'title':_0x22877f(_0x5537e4(0xd8)),'description':_0x22877f(_0x5537e4(0xf8)),'aliases':[_0x5537e4(0x139),_0x5537e4(0x142),_0x5537e4(0x128)]},{'id':_0x5537e4(0x139),'commandName':_0x5537e4(0x139),'icon':_0x4390a9,'title':_0x22877f(_0x5537e4(0xee)),'description':_0x22877f(_0x5537e4(0xef)),'aliases':[_0x5537e4(0x10e),_0x5537e4(0x142),_0x5537e4(0x128)]},{'id':_0x5537e4(0x13a),'commandName':_0x5537e4(0x13a),'icon':_0x403650,'title':_0x22877f(_0x5537e4(0x146)),'description':_0x22877f(_0x5537e4(0x135)),'execute':_0x3259d3=>{const _0x379c18=_0x5537e4;setTimeout(()=>_0x3259d3[_0x379c18(0x148)](_0x379c18(0x13a)));}},{'id':_0x5537e4(0x122),'commandName':_0x5537e4(0xd1),'icon':_0x228e36,'title':_0x22877f(_0x5537e4(0x120)),'description':_0x22877f(_0x5537e4(0xfd)),'execute':_0x34f1e7=>{const _0x438662=_0x5537e4;_0x34f1e7[_0x438662(0x148)](_0x438662(0xd1),{'value':_0x438662(0x122)});}},{'id':_0x5537e4(0xce),'commandName':_0x5537e4(0xd1),'icon':_0x52fc94,'title':_0x22877f(_0x5537e4(0xdd)),'description':_0x22877f(_0x5537e4(0x14e)),'execute':_0x594706=>{const _0x2c1001=_0x5537e4;_0x594706[_0x2c1001(0x148)](_0x2c1001(0xd1),{'value':_0x2c1001(0xce)});}},{'id':_0x5537e4(0x150),'commandName':_0x5537e4(0xd1),'icon':_0x909cc0,'title':_0x22877f(_0x5537e4(0xe6)),'description':_0x22877f(_0x5537e4(0x107)),'execute':_0x352a53=>{const _0x2030a0=_0x5537e4;_0x352a53[_0x2030a0(0x148)](_0x2030a0(0xd1),{'value':_0x2030a0(0x150)});}},{'id':_0x5537e4(0x124),'commandName':_0x5537e4(0xd1),'icon':_0x64c0d,'title':_0x22877f(_0x5537e4(0xe4)),'description':_0x22877f(_0x5537e4(0xe8)),'execute':_0x1e5c8a=>{const _0x4733a8=_0x5537e4;_0x1e5c8a[_0x4733a8(0x148)](_0x4733a8(0xd1),{'value':_0x4733a8(0x124)});}},{'id':_0x5537e4(0xd9),'commandName':_0x5537e4(0xd1),'icon':_0x33d60f,'title':_0x22877f(_0x5537e4(0x11e)),'description':_0x22877f(_0x5537e4(0x132)),'execute':_0x3a5742=>{const _0x2b2a07=_0x5537e4;_0x3a5742[_0x2b2a07(0x148)](_0x2b2a07(0xd1),{'value':_0x2b2a07(0xd9)});}},{'id':_0x5537e4(0xe7),'commandName':_0x5537e4(0xd1),'icon':_0x3f2ffd,'title':_0x22877f(_0x5537e4(0xfc)),'description':_0x22877f(_0x5537e4(0xf2)),'execute':_0x5e9b47=>{const _0xff68f4=_0x5537e4;_0x5e9b47[_0xff68f4(0x148)](_0xff68f4(0xd1),{'value':_0xff68f4(0xe7)});}},{'id':_0x5537e4(0x149),'commandName':_0x5537e4(0x149),'icon':_0x83450a,'title':_0x22877f(_0x5537e4(0xe2)),'description':_0x22877f(_0x5537e4(0xf9))},{'id':_0x5537e4(0xe1),'commandName':_0x5537e4(0xe1),'icon':_0x45a8c8,'title':_0x22877f(_0x5537e4(0x133)),'description':_0x22877f(_0x5537e4(0x13c))},{'id':_0x5537e4(0x137),'commandName':_0x5537e4(0x137),'icon':_0x25ee9d,'title':_0x22877f(_0x5537e4(0x103)),'description':_0x22877f(_0x5537e4(0x12a))},{'id':_0x5537e4(0xf1),'commandName':_0x5537e4(0xf1),'title':_0x22877f(_0x5537e4(0xfa)),'description':_0x22877f(_0x5537e4(0xd5))},{'id':_0x5537e4(0xf5),'commandName':_0x5537e4(0xf5),'icon':_0x1a077e,'title':_0x22877f(_0x5537e4(0x100)),'description':_0x22877f(_0x5537e4(0x145))},{'id':_0x5537e4(0x113),'commandName':_0x5537e4(0x113),'icon':_0x1a275f,'title':_0x22877f(_0x5537e4(0x126)),'description':_0x22877f(_0x5537e4(0x110)),'aliases':[_0x5537e4(0x131)]},{'id':_0x5537e4(0x114),'commandName':_0x5537e4(0x114),'icon':_0x4610ab,'title':_0x22877f(_0x5537e4(0x11c)),'description':_0x22877f(_0x5537e4(0x11f))},{'id':_0x5537e4(0x101),'commandName':_0x5537e4(0x101),'icon':_0x353185,'title':_0x22877f(_0x5537e4(0x144)),'description':_0x22877f(_0x5537e4(0x129))},{'id':_0x5537e4(0x108),'commandName':_0x5537e4(0x108),'icon':_0x37ab8f,'title':_0x22877f(_0x5537e4(0x105)),'description':_0x22877f(_0x5537e4(0xf6))},{'id':_0x5537e4(0x102),'commandName':_0x5537e4(0x102),'icon':_0xf48b83,'title':_0x22877f(_0x5537e4(0x127)),'description':_0x22877f(_0x5537e4(0x111))}];}[_0x200f2d(0xf4)](_0x3c138){const _0x3ec64=_0x200f2d;return _0x3c138[_0x3ec64(0x134)]?_0x3c138[_0x3ec64(0x134)](this[_0x3ec64(0x13b)]):!_0x3c138[_0x3ec64(0xfe)]||this[_0x3ec64(0x13b)][_0x3ec64(0xec)][_0x3ec64(0xd4)](_0x3c138[_0x3ec64(0xfe)])[_0x3ec64(0x134)];}[_0x200f2d(0xe0)](_0x2bb777){const _0x36cca1=_0x200f2d;if(_0x2bb777[_0x36cca1(0x148)])_0x2bb777[_0x36cca1(0x148)](this[_0x36cca1(0x13b)]);else{if(!_0x2bb777[_0x36cca1(0xfe)])throw new _0x273e57(_0x36cca1(0xcc),this[_0x36cca1(0x13b)],{'commandDefinition':_0x2bb777});this[_0x36cca1(0x13b)][_0x36cca1(0x148)](_0x2bb777[_0x36cca1(0xfe)]);}}}function H(_0x4c31f4,_0x24cef8){const _0x4252e3=_0x200f2d;return _0x4c31f4[_0x4252e3(0xcf)]<_0x24cef8[_0x4252e3(0xcf)]?-0x1:_0x4c31f4[_0x4252e3(0xcf)]>_0x24cef8[_0x4252e3(0xcf)]?0x1:0x0;}function O(_0x70de15,_0x511a09){const _0x50083e=_0x200f2d;return _0x511a09+'-'+_0x70de15[_0x50083e(0x140)]()[_0x50083e(0x136)]('\x20')[_0x50083e(0xe3)]('-');}