@ckeditor/ckeditor5-slash-command 45.2.0-alpha.1 → 45.2.0-alpha.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2,4 +2,4 @@
2
2
  /*!
3
3
  * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
4
4
  * For licensing, see LICENSE.md.
5
- */(()=>{var e={168:e=>{"use strict";e.exports=function(e){return e[1]}},237:e=>{"use strict";e.exports=CKEditor5.dll},262:e=>{"use strict";var t={};e.exports=function(e,n){var a=function(e){if(void 0===t[e]){var n=document.querySelector(e);if(window.HTMLIFrameElement&&n instanceof window.HTMLIFrameElement)try{n=n.contentDocument.head}catch(e){n=null}t[e]=n}return t[e]}(e);if(!a)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");a.appendChild(n)}},311:(e,t,n)=>{e.exports=n(237)("./src/ui.js")},355:(e,t,n)=>{e.exports=n(237)("./src/icons.js")},357:e=>{"use strict";e.exports=function(e){var t=document.createElement("style");return e.setAttributes(t,e.attributes),e.insert(t,e.options),t}},433:e=>{"use strict";e.exports=function(e){var t=[];return t.toString=function(){return this.map((function(t){var n="",a=void 0!==t[5];return t[4]&&(n+="@supports (".concat(t[4],") {")),t[2]&&(n+="@media ".concat(t[2]," {")),a&&(n+="@layer".concat(t[5].length>0?" ".concat(t[5]):""," {")),n+=e(t),a&&(n+="}"),t[2]&&(n+="}"),t[4]&&(n+="}"),n})).join("")},t.i=function(e,n,a,r,i){"string"==typeof e&&(e=[[null,e,void 0]]);var s={};if(a)for(var o=0;o<this.length;o++){var c=this[o][0];null!=c&&(s[c]=!0)}for(var l=0;l<e.length;l++){var d=[].concat(e[l]);a&&s[d[0]]||(void 0!==i&&(void 0===d[5]||(d[1]="@layer".concat(d[5].length>0?" ".concat(d[5]):""," {").concat(d[1],"}")),d[5]=i),n&&(d[2]?(d[1]="@media ".concat(d[2]," {").concat(d[1],"}"),d[2]=n):d[2]=n),r&&(d[4]?(d[1]="@supports (".concat(d[4],") {").concat(d[1],"}"),d[4]=r):d[4]="".concat(r)),t.push(d))}},t}},545:e=>{"use strict";var t,n=(t=[],function(e,n){return t[e]=n,t.filter(Boolean).join("\n")});function a(e,t,a,r){var i;if(a)i="";else{i="",r.supports&&(i+="@supports (".concat(r.supports,") {")),r.media&&(i+="@media ".concat(r.media," {"));var s=void 0!==r.layer;s&&(i+="@layer".concat(r.layer.length>0?" ".concat(r.layer):""," {")),i+=r.css,s&&(i+="}"),r.media&&(i+="}"),r.supports&&(i+="}")}if(e.styleSheet)e.styleSheet.cssText=n(t,i);else{var o=document.createTextNode(i),c=e.childNodes;c[t]&&e.removeChild(c[t]),c.length?e.insertBefore(o,c[t]):e.appendChild(o)}}var r={singleton:null,singletonCounter:0};e.exports=function(e){if("undefined"==typeof document)return{update:function(){},remove:function(){}};var t=r.singletonCounter++,n=r.singleton||(r.singleton=e.insertStyleElement(e));return{update:function(e){a(n,t,!1,e)},remove:function(e){a(n,t,!0,e)}}}},584:(e,t,n)=>{e.exports=n(237)("./src/utils.js")},655:(e,t,n)=>{"use strict";n.d(t,{A:()=>o});var a=n(168),r=n.n(a),i=n(433),s=n.n(i)()(r());s.push([e.id,":root{--ck-slash-command-button-width:250px;--ck-slash-command-description-width:200px}.ck-mentions .ck.ck-button.ck-slash-command-button{display:flex;justify-content:flex-start;padding:calc(var(--ck-line-height-base)*.2*var(--ck-font-size-base));width:var(--ck-slash-command-button-width)}.ck-mentions .ck.ck-button.ck-slash-command-button .ck.ck-icon{background-color:var(--ck-color-base-background);border-radius:2px;box-sizing:initial;color:var(--ck-color-base-text);flex-shrink:0;margin-left:0;padding:5px}[dir=ltr] .ck-mentions .ck.ck-button.ck-slash-command-button .ck.ck-icon{margin:0 var(--ck-spacing-small) 0 0}[dir=rtl] .ck-mentions .ck.ck-button.ck-slash-command-button .ck.ck-icon{margin:0 0 0 var(--ck-spacing-small)}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part{display:flex;flex-direction:column}[dir=ltr] .ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part{margin-left:var(--ck-spacing-small)}[dir=rtl] .ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part{margin-right:var(--ck-spacing-small)}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>span{line-height:1.2em}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-button__label,.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-slash-command-button__description{overflow:hidden;text-overflow:ellipsis;width:var(--ck-slash-command-description-width)}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-button__label{font-weight:700}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-slash-command-button__description{font-size:var(--ck-font-size-small);opacity:.75}.ck-mentions .ck.ck-button.ck-slash-command-button.ck-on>.ck-slash-command-button__text-part>span{color:var(--ck-color-list-button-on-text)}",""]);const o=s},667:e=>{"use strict";e.exports=function(e,t){Object.keys(t).forEach((function(n){e.setAttribute(n,t[n])}))}},673:e=>{"use strict";var t=[];function n(e){for(var n=-1,a=0;a<t.length;a++)if(t[a].identifier===e){n=a;break}return n}function a(e,a){for(var i={},s=[],o=0;o<e.length;o++){var c=e[o],l=a.base?c[0]+a.base:c[0],d=i[l]||0,u="".concat(l," ").concat(d);i[l]=d+1;var m=n(u),p={css:c[1],media:c[2],sourceMap:c[3],supports:c[4],layer:c[5]};if(-1!==m)t[m].references++,t[m].updater(p);else{var h=r(p,a);a.byIndex=o,t.splice(o,0,{identifier:u,updater:h,references:1})}s.push(u)}return s}function r(e,t){var n=t.domAPI(t);n.update(e);return function(t){if(t){if(t.css===e.css&&t.media===e.media&&t.sourceMap===e.sourceMap&&t.supports===e.supports&&t.layer===e.layer)return;n.update(e=t)}else n.remove()}}e.exports=function(e,r){var i=a(e=e||[],r=r||{});return function(e){e=e||[];for(var s=0;s<i.length;s++){var o=n(i[s]);t[o].references--}for(var c=a(e,r),l=0;l<i.length;l++){var d=n(i[l]);0===t[d].references&&(t[d].updater(),t.splice(d,1))}i=c}}},782:(e,t,n)=>{e.exports=n(237)("./src/core.js")}},t={};function n(a){var r=t[a];if(void 0!==r)return r.exports;var i=t[a]={id:a,exports:{}};return e[a](i,i.exports,n),i.exports}n.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return n.d(t,{a:t}),t},n.d=(e,t)=>{for(var a in t)n.o(t,a)&&!n.o(e,a)&&Object.defineProperty(e,a,{enumerable:!0,get:t[a]})},n.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),n.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var a={};(()=>{"use strict";n.r(a),n.d(a,{SlashCommand:()=>K,SlashCommandConfig:()=>o,SlashCommandEditing:()=>p,SlashCommandUI:()=>S});var e=n(782),t=n(584),r=n(355);function i(){const e=["Open the AI Assistant to generate content","8wtKLKa","Insert an emoji","commandName","Insert the Mermaid diagram","blockQuote","bulletedList","Create a code block","Numbered list","heading5","ckfinder","aliases","14TWsGwZ","icon","Heading 2","Horizontal line","_allowedCommands","SlashCommandConfig","includes","Open file browser to insert an image or a file","4728820GGiYCi","heading3","locale","outdent","12sCZomY","Insert table","Create a bulleted list","showAIAssistant","enabledStyles","indent","emoji","toc","get","codeBlock","isOfficialPlugin","Decrease indent","slashCommand.extraCommands","Insert an HTML snippet","Heading 6","href","Paragraph","paragraph","insertTemplate","147310bauUEn","Insert Mermaid diagram","isIconColorInherited","isPremiumPlugin","1045USnszT","Create a to-do list","heading","execute","Create a heading level 1","To-do list","Block quote","heading1","7708761onFcah","ckbox","commands","slash-command-execute-missing","insertTable","Insert HTML","slashCommand.removeCommands","Create a heading level 6","Insert image","template","push","Open file manager to insert an image or a file","Create a heading level 5","Heading 1","editor","toLowerCase","Heading 5","Create a numbered list","getDefaultCommands","Insert code block","afterInit","_proxyExecute","function","horizontalLine","Increase indent","length","map","sort","isEnabled","title","name","37205JcrmcH","fromCharCode","config","1287884JFpIel","template.definitions","Create a heading level 4","aiAssistant","Insert table of contents","concat","description","split","9623740HipebT","style.definitions","join","filter","Insert a horizontal line","heading6","AI Assistant","391269Ihypjy","Open file manager","heading.options","heading2","Emoji","upload","model","Decrease the indentation","Create a table","getAllowedCommands","insertTableOfContents","Create a heading level 2","style","Create a heading level 3","heading4","Increase the indentation","insertMermaidCommand","filemanager","Table of contents","todoList","Create a block quote","Bulleted list","htmlEmbed","Heading 4","pluginName","Heading 3","Insert a paragraph","numberedList","_proxyIsEnabled"];return(i=function(){return e})()}const s=c;!function(e){const t=c,n=e();for(;;)try{if(690856===parseInt(t(248))/1+-parseInt(t(304))/2*(parseInt(t(263))/3)+parseInt(t(312))/4+-parseInt(t(245))/5*(-parseInt(t(316))/6)+parseInt(t(256))/7+parseInt(t(293))/8*(-parseInt(t(347))/9)+parseInt(t(335))/10*(-parseInt(t(339))/11))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(i);class o extends e.Plugin{static get[s(287)](){return s(309)}static get[s(326)](){return!0}static get[s(338)](){return!0}constructor(e){const t=s;super(e),this[t(308)]=null}[s(234)](){const e=s,n=this[e(361)][e(247)][e(324)](e(353))||[],a=function(t){const n=e;let a=[n(277),n(301),n(261)];if(t){const e=t[n(240)]((e=>e[n(269)]));a=[n(346),n(266),n(313),n(277),n(301),n(261)][n(259)]((t=>!e[n(310)](t)))}return a}(this[e(361)][e(247)][e(324)](e(265)));let r=this[e(232)]()[e(259)]((t=>!a[e(310)](t.id)))[e(259)]((t=>!n[e(310)](t[e(295)])));const i=this[e(361)][e(247)][e(324)](e(328));i&&i[e(239)]&&(r=r[e(253)](i));const o=this[e(361)][e(247)][e(324)](e(249));o&&o[e(239)]&&(r=r[e(253)](function(t){const n=e;return t[n(240)]((e=>{const t=n,{title:a,icon:r,description:i,data:s}=e,o={id:d(a,t(356)),commandName:t(334),execute:e=>{const n=t;e[n(342)](n(334),s)},description:i,icon:r,title:a};return r&&(o[t(337)]=!1),o}))}(o)));const u=this[e(361)][e(247)][e(324)](e(257));u&&u[e(239)]&&(r=r[e(253)](function(t){const n=e;return t[n(240)]((e=>({id:d(e[n(244)],n(275)),commandName:n(275),execute:t=>{const a=n;t[a(342)](a(275),{styleName:e[a(244)]})},isEnabled:t=>{const a=n,r=t[a(349)][a(324)](a(275));return r[a(242)]&&r[a(320)][a(310)](e[a(244)])},title:e[n(244)]})))}(u)));const m=r[e(259)]((t=>!t[e(295)]||void 0!==this[e(361)][e(349)][e(324)](t[e(295)]))),p=[];for(const t of m)p[e(357)]({id:t.id,commandName:t[e(295)],title:e(236)==typeof t[e(243)]?t[e(243)](this[e(361)]):t[e(243)],description:t[e(254)],icon:t[e(305)],isIconColorInherited:t[e(337)],aliases:t[e(303)],isEnabled:()=>this[e(291)](t),execute:()=>this[e(235)](t)});this[e(308)]=p[e(241)](l),async function(e){const n=g([73,109,66,89,67,82,69,78,103,80,97,116,54,87,108,50,115,106,52,55,99,98,113,53,102,111,90,56,121,72,81,85,74,105,75,76,65,57,110,70,83,71,117,84,88,107,114,119,77,49,118,112,100,86,51,101,104,122,79,48,68,120]),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])},o=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=c;return e[t(240)]((e=>String[t(246)](e)))[t(258)]("")}!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([73]);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 o==g([71,80,76])?g([78,111,116,65,108,108,111,119,101,100]):(e=function(){const e=o[g([115,112,108,105,116])](g([46]));return 3!=e[g([108,101,110,103,116,104])]?null:t(e[1]);function t(e){const t=d(e);return t&&n()?t:null;function n(){const e=t[g([106,116,105])],n=window[g([112,97,114,115,101,73,110,116])](e[g([115,117,98,115,116,114,105,110,103])](e[g([108,101,110,103,116,104])]-8),16),a={...t,[g([106,116,105])]:e[g([115,117,98,115,116,114,105,110,103])](0,e[g([108,101,110,103,116,104])]-8)};return delete a[g([118,99])],m(a)==n}}}(),e?(e[g([117,115,97,103,101,69,110,100,112,111,105,110,116])]&&(f=function(e,n){return new(window[g([80,114,111,109,105,115,101])])((c=>{if(s())return c(g([86,97,108,105,100]));o(),r[g([100,101,99,111,114,97,116,101])](g([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]));let l=!1;const d=(0,t.uid)();function u(e){return!!e&&(typeof e===g([111,98,106,101,99,116])||typeof e===g([102,117,110,99,116,105,111,110]))&&typeof e[g([116,104,101,110])]===g([102,117,110,99,116,105,111,110])&&typeof e[g([99,97,116,99,104])]===g([102,117,110,99,116,105,111,110])}function f(t){o(t)[g([116,104,101,110])]((e=>e&&e[g([115,116,97,116,117,115])]==g([111,107])?p(m(d+n))!=e[g([118,101,114,105,102,105,99,97,116,105,111,110])]?g([85,115,97,103,101,76,105,109,105,116]):g([86,97,108,105,100]):g([85,115,97,103,101,76,105,109,105,116])))[g([116,104,101,110])]((e=>(i(),e)),(()=>{const e=s();return null==e?(i(),g([86,97,108,105,100])):g(a-e>6048e5?[85,115,97,103,101,76,105,109,105,116]:[86,97,108,105,100])}))[g([116,104,101,110])](c)[g([99,97,116,99,104])]((()=>{c(g([85,115,97,103,101,76,105,109,105,116]))}));const r=36e5;function i(){const t=g([108,108,99,116,45])+p(m(e)),n=h(p(window[g([77,97,116,104])][g([99,101,105,108])](a/r)));window[g([108,111,99,97,108,83,116,111,114,97,103,101])][g([115,101,116,73,116,101,109])](t,n)}function s(){const t=g([108,108,99,116,45])+p(m(e)),n=window[g([108,111,99,97,108,83,116,111,114,97,103,101])][g([103,101,116,73,116,101,109])](t);return n?window[g([112,97,114,115,101,73,110,116])](h(n),16)*r:null}function o(e){return new(window[g([80,114,111,109,105,115,101])])(((t,n)=>{e[g([116,104,101,110])](t,n),window[g([115,101,116,84,105,109,101,111,117,116])](n,12e4)}))}}r[g([111,110])](g([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),((t,n)=>{if(n[0]!=e)return c(g([85,115,97,103,101,76,105,109,105,116]));n[1]={...n[1],[g([114,101,113,117,101,115,116,73,100])]:d}}),{[g([112,114,105,111,114,105,116,121])]:g([104,105,103,104])}),r[g([111,110])](g([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),(e=>{u(e[g([114,101,116,117,114,110])])&&(l=!0,f(e[g([114,101,116,117,114,110])]))}),{[g([112,114,105,111,114,105,116,121])]:g([108,111,119])}),i[g([116,104,101,110])]((()=>{l||c(g([85,115,97,103,101,76,105,109,105,116]))}))}));function s(){return r[g([101,100,105,116,105,110,103])][g([118,105,101,119])][g([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]==g([97,117,116,111])}function o(){r[g([101,100,105,116,105,110,103])][g([118,105,101,119])][g([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]=g([97,117,116,111])}}(e[g([117,115,97,103,101,69,110,100,112,111,105,110,116])],e[g([106,116,105])])),await async function(){let e=!0;try{const a=o[g([115,112,108,105,116])](g([46])),[r,i,s]=a;return t(r),await n(r,i,s),e}catch{return!1}function t(t){const n=d(t);n&&n[g([97,108,103])]==g([69,83,50,53,54])||(e=!1)}async function n(t,n,a){const r=window[g([85,105,110,116,56,65,114,114,97,121])][g([102,114,111,109])](u(a),(e=>e[g([99,104,97,114,67,111,100,101,65,116])](0))),i=(new(window[g([84,101,120,116,69,110,99,111,100,101,114])]))[g([101,110,99,111,100,101])](t+g([46])+n),o=window[g([99,114,121,112,116,111])][g([115,117,98,116,108,101])];if(!o)return;const c=await o[g([105,109,112,111,114,116,75,101,121])](g([106,119,107]),s,{[g([110,97,109,101])]:g([69,67,68,83,65]),[g([110,97,109,101,100,67,117,114,118,101])]:g([80,45,50,53,54])},!1,[g([118,101,114,105,102,121])]);await o[g([118,101,114,105,102,121])]({[g([110,97,109,101])]:g([69,67,68,83,65]),[g([104,97,115,104])]:{[g([110,97,109,101])]:g([83,72,65,45,50,53,54])}},c,r,i)||(e=!1)}}()?function(){const t=e[g([102,101,97,116,117,114,101,115])];return!(!t||!t[g([105,110,99,108,117,100,101,115])](g([42]))&&!t[g([105,110,99,108,117,100,101,115])](g([83,67]))&&!t[g([105,110,99,108,117,100,101,115])](g([80,80])))}()?function(){const t=[g([101,118,97,108,117,97,116,105,111,110]),g([116,114,105,97,108])][g([105,110,99,108,117,100,101,115])](e[g([108,105,99,101,110,115,101,84,121,112,101])])?a/1e3:1748476800;return e[g([101,120,112])]<t}()?g([69,120,112,105,114,101,100]):function(){const t=c,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(331)]);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{return g([73,110,118,97,108,105,100])}}())}(this)}[s(272)](){return this[s(308)]}[s(232)](){const e=s,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(361)][e(314)],t);return[{id:e(251),commandName:e(319),icon:r.IconRobotPencil,title:t(e(262)),description:t(e(292)),execute:t=>{const n=e;setTimeout((()=>t[n(342)](n(319))))}},{id:e(297),commandName:e(297),icon:r.IconQuote,title:t(e(345)),description:t(e(283))},{id:e(298),commandName:e(298),icon:r.IconBulletedList,title:t(e(284)),description:t(e(318))},{id:e(325),commandName:e(325),icon:r.IconCodeBlock,title:t(e(233)),description:t(e(299))},{id:e(348),commandName:e(348),icon:r.IconBrowseFiles,title:t(e(264)),description:t(e(358)),aliases:[e(302),e(280),e(268)]},{id:e(302),commandName:e(302),icon:r.IconBrowseFiles,title:t(e(355)),description:t(e(311)),aliases:[e(348),e(280),e(268)]},{id:e(322),commandName:e(322),icon:r.IconEmoji,title:t(e(267)),description:t(e(294)),execute:t=>{const n=e;setTimeout((()=>t[n(342)](n(322))))}},{id:e(346),commandName:e(341),icon:r.IconHeading1,title:t(e(360)),description:t(e(343)),execute:t=>{const n=e;t[n(342)](n(341),{value:n(346)})}},{id:e(266),commandName:e(341),icon:r.IconHeading2,title:t(e(306)),description:t(e(274)),execute:t=>{const n=e;t[n(342)](n(341),{value:n(266)})}},{id:e(313),commandName:e(341),icon:r.IconHeading3,title:t(e(288)),description:t(e(276)),execute:t=>{const n=e;t[n(342)](n(341),{value:n(313)})}},{id:e(277),commandName:e(341),icon:r.IconHeading4,title:t(e(286)),description:t(e(250)),execute:t=>{const n=e;t[n(342)](n(341),{value:n(277)})}},{id:e(301),commandName:e(341),icon:r.IconHeading5,title:t(e(230)),description:t(e(359)),execute:t=>{const n=e;t[n(342)](n(341),{value:n(301)})}},{id:e(261),commandName:e(341),icon:r.IconHeading6,title:t(e(330)),description:t(e(354)),execute:t=>{const n=e;t[n(342)](n(341),{value:n(261)})}},{id:e(237),commandName:e(237),icon:r.IconHorizontalLine,title:t(e(307)),description:t(e(260))},{id:e(285),commandName:e(285),icon:r.IconHtml,title:t(e(352)),description:t(e(329))},{id:e(321),commandName:e(321),icon:r.IconIndent,title:t(e(238)),description:t(e(278))},{id:e(279),commandName:e(279),title:t(e(336)),description:t(e(296))},{id:e(351),commandName:e(351),icon:r.IconTable,title:t(e(317)),description:t(e(271))},{id:e(273),commandName:e(273),icon:r.IconTableOfContents,title:t(e(281)),description:t(e(252)),aliases:[e(323)]},{id:e(290),commandName:e(290),icon:r.IconNumberedList,title:t(e(300)),description:t(e(231))},{id:e(315),commandName:e(315),icon:r.IconOutdent,title:t(e(327)),description:t(e(270))},{id:e(333),commandName:e(333),icon:r.IconParagraph,title:t(e(332)),description:t(e(289))},{id:e(282),commandName:e(282),icon:r.IconTodoList,title:t(e(344)),description:t(e(340))}]}[s(291)](e){const t=s;return e[t(242)]?e[t(242)](this[t(361)]):!e[t(295)]||this[t(361)][t(349)][t(324)](e[t(295)])[t(242)]}[s(235)](e){const n=s;if(e[n(342)])e[n(342)](this[n(361)]);else{if(!e[n(295)])throw new t.CKEditorError(n(350),this[n(361)],{commandDefinition:e});this[n(361)][n(342)](e[n(295)])}}}function c(e,t){const n=i();return(c=function(e,t){return n[e-=230]})(e,t)}function l(e,t){const n=s;return e[n(243)]<t[n(243)]?-1:e[n(243)]>t[n(243)]?1:0}function d(e,t){const n=s;return t+"-"+e[n(362)]()[n(255)](" ")[n(258)]("-")}const u=m;function m(e,t){const n=h();return(m=function(e,t){return n[e-=442]})(e,t)}!function(e){const t=m,n=e();for(;;)try{if(384177===-parseInt(t(443))/1*(parseInt(t(468))/2)+parseInt(t(464))/3*(-parseInt(t(449))/4)+-parseInt(t(451))/5+parseInt(t(461))/6+parseInt(t(457))/7+parseInt(t(473))/8*(-parseInt(t(442))/9)+-parseInt(t(459))/10*(-parseInt(t(458))/11))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(h);class p extends e.Plugin{static get[u(462)](){return u(470)}static get[u(450)](){return!0}static get[u(471)](){return!0}static get[u(448)](){return[o]}[u(455)](e){const t=u,n=e&&e[t(467)]();let a=this[t(465)][t(446)][t(447)](t(444))[t(469)]();if(a=a[t(452)]((e=>e[t(466)]())),n){const e=[],r=[],i=[],s=[];for(const o of a)o.id[t(467)]()[t(445)](n)?e[t(463)](o):o[t(453)][t(467)]()[t(445)](n)?r[t(463)](o):o[t(454)]&&o[t(454)][t(460)]((e=>e[t(467)]()[t(445)](n)))?i[t(463)](o):o[t(456)]&&o[t(456)][t(467)]()[t(445)](n)&&s[t(463)](o);a=e[t(472)](r,i,s)}return a}}function h(){const e=["SlashCommandEditing","isPremiumPlugin","concat","35760xXyMZK","9QjQrYV","1zYUANY","SlashCommandConfig","includes","plugins","get","requires","8ouWJnO","isOfficialPlugin","2817540axGEjl","filter","title","aliases","getMatchingCommands","description","2905406YZWBWt","11998129gmZtrV","10ndhFhC","some","371412OWJjsd","pluginName","push","151323cbDQBI","editor","isEnabled","toLowerCase","1029324PsOmZt","getAllowedCommands"];return(h=function(){return e})()}var f=n(311);const g=I;function I(e,t){const n=k();return(I=function(e,t){return n[e-=490]})(e,t)}!function(e){const t=I,n=e();for(;;)try{if(178215===parseInt(t(497))/1*(-parseInt(t(492))/2)+parseInt(t(512))/3+parseInt(t(500))/4+parseInt(t(511))/5*(-parseInt(t(510))/6)+-parseInt(t(516))/7*(parseInt(t(490))/8)+-parseInt(t(502))/9+parseInt(t(493))/10)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(k);class b extends f.ButtonView{constructor(e,t){const n=I;super(e),this[n(517)]=this[n(506)](e,t),void 0!==t[n(507)]&&(this[n(515)][n(494)]=t[n(507)]),this[n(518)]({icon:t[n(495)]||r.IconPlay,withText:!0,label:t[n(498)],class:n(504)})}[g(499)](){const e=g;super[e(499)](),this[e(505)][e(491)](this[e(517)])}[g(506)](e,t){const n=g,a=new f.View(e);return a[n(514)]({tag:n(509),attributes:{class:["ck",n(501)]},children:t[n(496)]?[this[n(508)],{tag:n(503),attributes:{class:["ck",n(513)]},children:[{text:t[n(496)]}]}]:[this[n(508)]]}),a}}function k(){const e=["children","_createTextPartView","isIconColorInherited","labelView","div","15714jBlDBc","505xthZJj","345465dLBIvA","ck-slash-command-button__description","setTemplate","iconView","21PmKejc","textPartView","set","586368OQaMwT","add","9708FGwqre","7141440uNDICo","isColorInherited","icon","description","16rkcgab","title","render","556468nuHihv","ck-slash-command-button__text-part","2053170KPDBrZ","span","ck-slash-command-button"];return(k=function(){return e})()}var v=n(673),C=n.n(v),w=n(545),y=n.n(w),x=n(262),N=n.n(x),L=n(667),O=n.n(L),H=n(357),T=n.n(H),_=n(655),A={attributes:{"data-cke":!0}};A.setAttributes=O(),A.insert=N().bind(null,"head"),A.domAPI=y(),A.insertStyleElement=T();C()(_.A,A);_.A&&_.A.locals&&_.A.locals;const P=M;function E(){const e=["push","featureNotAllowed","slashCommandLicenseKeyTrialLimit","_setupMentionConfiguration","evaluationLimit","get","slashCommandLicenseKeyEvaluationLimit","SlashCommandUI","domainLimit","stop","191795gwIXOA","413347CJuRJZ","change","destroy","_licenseKeyCheckInterval","invalid","remove","marker","execute","editor","mention.feeds","init","SlashCommand","SlashCommandEditing","_overrideMentionExecuteListener","slashCommandLicenseKeyValid","plugins","slashCommandLicenseKeyInvalid","mention","slashCommandLicenseKeyDomainLimit","commands","_customItemRenderer","set","pluginName","high","locale","isPremiumPlugin","isOfficialPlugin","trialLimit","element","8512vcDPWd","_showLicenseError","slashCommandLicenseKeyUsageLimit","once","getMatchingCommands","render","4rlKJwr","licenseKey","expired","slashCommand.dropdownLimit","slashCommandLicenseKeyExpired","865950uzpThF","729BsZmRI","368406DXVLEW","usageLimit","slashCommandLicenseKeyNotAllowed","3mUImOS","1272PtIAtu","4668phVysN","config","range","bind","model","ready","11910JcmHLh","33319isMPWu"];return(E=function(){return e})()}function M(e,t){const n=E();return(M=function(e,t){return n[e-=343]})(e,t)}!function(e){const t=M,n=e();for(;;)try{if(301174===-parseInt(t(373))/1+parseInt(t(349))/2*(-parseInt(t(352))/3)+-parseInt(t(408))/4*(parseInt(t(372))/5)+-parseInt(t(347))/6+parseInt(t(402))/7*(-parseInt(t(353))/8)+parseInt(t(348))/9*(parseInt(t(360))/10)+-parseInt(t(361))/11*(-parseInt(t(354))/12))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(E);class S extends e.Plugin{[P(343)];[P(376)];static get[P(395)](){return P(369)}static get[P(399)](){return!0}static get[P(398)](){return!0}constructor(e){const t=P;super(e),this[t(365)]()}[P(383)](){const e=P;this[e(381)][e(405)](e(359),this[e(386)][e(357)](this)),this[e(343)]=this[e(381)][e(355)][e(367)](e(343));const t=this[e(381)];this[e(376)]=setInterval((()=>{const n=e;let a;for(const e in t){const r=e,i=t[r];if(n(387)==i||n(389)==i||n(346)==i||n(391)==i||n(351)==i||n(368)==i||n(364)==i||n(404)==i){delete t[r],a=i,clearInterval(this[n(376)]),this[n(376)]=void 0;break}}n(389)==a&&t[n(403)](n(377)),n(346)==a&&t[n(403)](n(344)),n(391)==a&&t[n(403)](n(370)),n(351)==a&&t[n(403)](n(363),n(384)),n(368)==a&&t[n(403)](n(366)),n(364)==a&&t[n(403)](n(400)),n(404)==a&&t[n(403)](n(350))}),1e3)}[P(375)](){const e=P;super[e(375)](),this[e(376)]&&clearInterval(this[e(376)])}[P(365)](){const e=P,t=this[e(381)],n=this[e(381)][e(388)][e(367)](e(385)),a=t[e(355)][e(367)](e(382));a[e(362)]({marker:"/",feed:t=>n[e(406)](t),itemRenderer:this[e(393)][e(357)](this),dropdownLimit:t[e(355)][e(367)](e(345))||1/0}),t[e(355)][e(394)](e(382),a)}[P(386)](){const e=P,t=this[e(381)];t[e(392)][e(367)](e(390)).on(e(380),((n,a)=>{const r=e,i=a[0],s=t[r(358)];"/"===i[r(379)]&&s[r(374)]((e=>{const t=r;e[t(378)](i[t(356)]),i[t(390)][t(380)](),n[t(371)]()}))}),{priority:e(396)})}[P(393)](e){const t=P,n=this[t(381)][t(397)],a=new b(n,e);return a[t(407)](),a[t(401)]}}var j=B;function B(e,t){var n=D();return(B=function(e,t){return n[e-=153]})(e,t)}function D(){var e=["pluginName","isPremiumPlugin","440988GDBsTm","9zEypLP","SlashCommand","7058HKIYRx","4863pJPGlQ","isOfficialPlugin","26515752dEPaJD","11RVrnVA","8749672mNANkl","310VHSwQV","Mention","2016510EmCals","592kxurOx","requires","7157423FDsBCa","10ymXvnk"];return(D=function(){return e})()}!function(e){for(var t=B,n=e();;)try{if(598883===parseInt(t(156))/1*(parseInt(t(168))/2)+parseInt(t(169))/3*(-parseInt(t(159))/4)+-parseInt(t(162))/5*(parseInt(t(165))/6)+-parseInt(t(161))/7+parseInt(t(155))/8*(-parseInt(t(166))/9)+-parseInt(t(158))/10+-parseInt(t(154))/11*(-parseInt(t(153))/12))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(D);class K extends e.Plugin{static get[j(160)](){return[j(157),p,S]}static get[j(163)](){return j(167)}static get[j(170)](){return!0}static get[j(164)](){return!0}}function z(){var e=["5GiWFBY","63659URfXyF","1287khbwYR","3456126CboxvU","68580hfYozL","769300viFoSD","854vRSeqr","7782AyukEn","1520288WpSMtV","11399344HBIOPg","10pZuVhO"];return(z=function(){return e})()}function V(e,t){var n=z();return(V=function(e,t){return n[e-=333]})(e,t)}!function(e){for(var t=V,n=e();;)try{if(617614===-parseInt(t(333))/1*(parseInt(t(342))/2)+parseInt(t(335))/3+-parseInt(t(337))/4*(parseInt(t(343))/5)+parseInt(t(339))/6*(-parseInt(t(338))/7)+parseInt(t(340))/8+-parseInt(t(334))/9*(-parseInt(t(336))/10)+-parseInt(t(341))/11)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(z)})(),(window.CKEditor5=window.CKEditor5||{}).slashCommand=a})();
5
+ */(()=>{var e={168:e=>{"use strict";e.exports=function(e){return e[1]}},237:e=>{"use strict";e.exports=CKEditor5.dll},262:e=>{"use strict";var t={};e.exports=function(e,n){var a=function(e){if(void 0===t[e]){var n=document.querySelector(e);if(window.HTMLIFrameElement&&n instanceof window.HTMLIFrameElement)try{n=n.contentDocument.head}catch(e){n=null}t[e]=n}return t[e]}(e);if(!a)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");a.appendChild(n)}},311:(e,t,n)=>{e.exports=n(237)("./src/ui.js")},355:(e,t,n)=>{e.exports=n(237)("./src/icons.js")},357:e=>{"use strict";e.exports=function(e){var t=document.createElement("style");return e.setAttributes(t,e.attributes),e.insert(t,e.options),t}},433:e=>{"use strict";e.exports=function(e){var t=[];return t.toString=function(){return this.map((function(t){var n="",a=void 0!==t[5];return t[4]&&(n+="@supports (".concat(t[4],") {")),t[2]&&(n+="@media ".concat(t[2]," {")),a&&(n+="@layer".concat(t[5].length>0?" ".concat(t[5]):""," {")),n+=e(t),a&&(n+="}"),t[2]&&(n+="}"),t[4]&&(n+="}"),n})).join("")},t.i=function(e,n,a,r,i){"string"==typeof e&&(e=[[null,e,void 0]]);var s={};if(a)for(var o=0;o<this.length;o++){var c=this[o][0];null!=c&&(s[c]=!0)}for(var l=0;l<e.length;l++){var d=[].concat(e[l]);a&&s[d[0]]||(void 0!==i&&(void 0===d[5]||(d[1]="@layer".concat(d[5].length>0?" ".concat(d[5]):""," {").concat(d[1],"}")),d[5]=i),n&&(d[2]?(d[1]="@media ".concat(d[2]," {").concat(d[1],"}"),d[2]=n):d[2]=n),r&&(d[4]?(d[1]="@supports (".concat(d[4],") {").concat(d[1],"}"),d[4]=r):d[4]="".concat(r)),t.push(d))}},t}},545:e=>{"use strict";var t,n=(t=[],function(e,n){return t[e]=n,t.filter(Boolean).join("\n")});function a(e,t,a,r){var i;if(a)i="";else{i="",r.supports&&(i+="@supports (".concat(r.supports,") {")),r.media&&(i+="@media ".concat(r.media," {"));var s=void 0!==r.layer;s&&(i+="@layer".concat(r.layer.length>0?" ".concat(r.layer):""," {")),i+=r.css,s&&(i+="}"),r.media&&(i+="}"),r.supports&&(i+="}")}if(e.styleSheet)e.styleSheet.cssText=n(t,i);else{var o=document.createTextNode(i),c=e.childNodes;c[t]&&e.removeChild(c[t]),c.length?e.insertBefore(o,c[t]):e.appendChild(o)}}var r={singleton:null,singletonCounter:0};e.exports=function(e){if("undefined"==typeof document)return{update:function(){},remove:function(){}};var t=r.singletonCounter++,n=r.singleton||(r.singleton=e.insertStyleElement(e));return{update:function(e){a(n,t,!1,e)},remove:function(e){a(n,t,!0,e)}}}},584:(e,t,n)=>{e.exports=n(237)("./src/utils.js")},655:(e,t,n)=>{"use strict";n.d(t,{A:()=>o});var a=n(168),r=n.n(a),i=n(433),s=n.n(i)()(r());s.push([e.id,":root{--ck-slash-command-button-width:250px;--ck-slash-command-description-width:200px}.ck-mentions .ck.ck-button.ck-slash-command-button{display:flex;justify-content:flex-start;padding:calc(var(--ck-line-height-base)*.2*var(--ck-font-size-base));width:var(--ck-slash-command-button-width)}.ck-mentions .ck.ck-button.ck-slash-command-button .ck.ck-icon{background-color:var(--ck-color-base-background);border-radius:2px;box-sizing:initial;color:var(--ck-color-base-text);flex-shrink:0;margin-left:0;padding:5px}[dir=ltr] .ck-mentions .ck.ck-button.ck-slash-command-button .ck.ck-icon{margin:0 var(--ck-spacing-small) 0 0}[dir=rtl] .ck-mentions .ck.ck-button.ck-slash-command-button .ck.ck-icon{margin:0 0 0 var(--ck-spacing-small)}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part{display:flex;flex-direction:column}[dir=ltr] .ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part{margin-left:var(--ck-spacing-small)}[dir=rtl] .ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part{margin-right:var(--ck-spacing-small)}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>span{line-height:1.2em}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-button__label,.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-slash-command-button__description{overflow:hidden;text-overflow:ellipsis;width:var(--ck-slash-command-description-width)}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-button__label{font-weight:700}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-slash-command-button__description{font-size:var(--ck-font-size-small);opacity:.75}.ck-mentions .ck.ck-button.ck-slash-command-button.ck-on>.ck-slash-command-button__text-part>span{color:var(--ck-color-list-button-on-text)}",""]);const o=s},667:e=>{"use strict";e.exports=function(e,t){Object.keys(t).forEach((function(n){e.setAttribute(n,t[n])}))}},673:e=>{"use strict";var t=[];function n(e){for(var n=-1,a=0;a<t.length;a++)if(t[a].identifier===e){n=a;break}return n}function a(e,a){for(var i={},s=[],o=0;o<e.length;o++){var c=e[o],l=a.base?c[0]+a.base:c[0],d=i[l]||0,u="".concat(l," ").concat(d);i[l]=d+1;var m=n(u),p={css:c[1],media:c[2],sourceMap:c[3],supports:c[4],layer:c[5]};if(-1!==m)t[m].references++,t[m].updater(p);else{var h=r(p,a);a.byIndex=o,t.splice(o,0,{identifier:u,updater:h,references:1})}s.push(u)}return s}function r(e,t){var n=t.domAPI(t);n.update(e);return function(t){if(t){if(t.css===e.css&&t.media===e.media&&t.sourceMap===e.sourceMap&&t.supports===e.supports&&t.layer===e.layer)return;n.update(e=t)}else n.remove()}}e.exports=function(e,r){var i=a(e=e||[],r=r||{});return function(e){e=e||[];for(var s=0;s<i.length;s++){var o=n(i[s]);t[o].references--}for(var c=a(e,r),l=0;l<i.length;l++){var d=n(i[l]);0===t[d].references&&(t[d].updater(),t.splice(d,1))}i=c}}},782:(e,t,n)=>{e.exports=n(237)("./src/core.js")}},t={};function n(a){var r=t[a];if(void 0!==r)return r.exports;var i=t[a]={id:a,exports:{}};return e[a](i,i.exports,n),i.exports}n.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return n.d(t,{a:t}),t},n.d=(e,t)=>{for(var a in t)n.o(t,a)&&!n.o(e,a)&&Object.defineProperty(e,a,{enumerable:!0,get:t[a]})},n.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),n.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var a={};(()=>{"use strict";n.r(a),n.d(a,{SlashCommand:()=>K,SlashCommandConfig:()=>o,SlashCommandEditing:()=>p,SlashCommandUI:()=>E});var e=n(782),t=n(584),r=n(355);function i(){const e=["commands","split","isEnabled","description","ckbox","Emoji","Open file manager","locale","getAllowedCommands","To-do list","2335059rjWddd","htmlEmbed","isPremiumPlugin","fromCharCode","Create a to-do list","Numbered list","418ZrtYDt","Decrease indent","bulletedList","AI Assistant","Heading 5","style","Insert the Mermaid diagram","commandName","pluginName","name","Create a heading level 3","indent","Heading 4","toLowerCase","heading6","860670wTwwsv","Open file browser to insert an image or a file","function","Increase indent","Heading 3","length","concat","aiAssistant","editor","Create a heading level 4","execute","showAIAssistant","template","insertTableOfContents","Create a code block","model","Create a numbered list","getDefaultCommands","Create a table","Heading 1","SlashCommandConfig","Insert a paragraph","heading1","Insert table","config","_proxyExecute","icon","filter","style.definitions","12OSVeZN","2mIuThv","horizontalLine","afterInit","Create a heading level 1","enabledStyles","Create a block quote","heading","heading2","blockQuote","_allowedCommands","href","includes","Open file manager to insert an image or a file","todoList","Open the AI Assistant to generate content","insertTemplate","Heading 2","Paragraph","codeBlock","Insert code block","slashCommand.removeCommands","outdent","heading5","Increase the indentation","title","sort","isIconColorInherited","Insert Mermaid diagram","Create a heading level 6","Create a heading level 5","Insert an emoji","Insert table of contents","heading3","Insert image","50060ZwyXXN","90711QazSKM","map","upload","5015353mHuLSh","aliases","paragraph","heading4","isOfficialPlugin","toc","Create a heading level 2","slashCommand.extraCommands","insertTable","template.definitions","slash-command-execute-missing","heading.options","filemanager","5394468XTaJay","join","Insert HTML","744APLiGc","Heading 6","get","push","Horizontal line","Bulleted list","Decrease the indentation","numberedList","ckfinder","Insert an HTML snippet","Block quote","1910yLcJRR","_proxyIsEnabled","emoji","insertMermaidCommand","Insert a horizontal line","Create a bulleted list","Table of contents"];return(i=function(){return e})()}const s=l;!function(e){const t=l,n=e();for(;;)try{if(783263===parseInt(t(293))/1+-parseInt(t(323))/2*(-parseInt(t(272))/3)+-parseInt(t(241))/4+-parseInt(t(224))/5+-parseInt(t(322))/6*(-parseInt(t(228))/7)+-parseInt(t(244))/8*(parseInt(t(225))/9)+parseInt(t(255))/10*(parseInt(t(278))/11))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(i);class o extends e.Plugin{static get[s(286)](){return s(313)}static get[s(232)](){return!0}static get[s(274)](){return!0}constructor(e){const t=s;super(e),this[t(332)]=null}[s(325)](){const e=s,n=this[e(301)][e(317)][e(246)](e(210))||[],a=function(t){const n=e;let a=[n(231),n(212),n(292)];if(t){const e=t[n(226)]((e=>e[n(308)]));a=[n(315),n(330),n(222),n(231),n(212),n(292)][n(320)]((t=>!e[n(334)](t)))}return a}(this[e(301)][e(317)][e(246)](e(239)));let r=this[e(310)]()[e(320)]((t=>!a[e(334)](t.id)))[e(320)]((t=>!n[e(334)](t[e(285)])));const i=this[e(301)][e(317)][e(246)](e(235));i&&i[e(298)]&&(r=r[e(299)](i));const o=this[e(301)][e(317)][e(246)](e(237));o&&o[e(298)]&&(r=r[e(299)](function(t){const n=e;return t[n(226)]((e=>{const t=n,{title:a,icon:r,description:i,data:s}=e,o={id:d(a,t(305)),commandName:t(338),execute:e=>{const n=t;e[n(303)](n(338),s)},description:i,icon:r,title:a};return r&&(o[t(216)]=!1),o}))}(o)));const u=this[e(301)][e(317)][e(246)](e(321));u&&u[e(298)]&&(r=r[e(299)](function(t){const n=e;return t[n(226)]((e=>({id:d(e[n(287)],n(283)),commandName:n(283),execute:t=>{const a=n;t[a(303)](a(283),{styleName:e[a(287)]})},isEnabled:t=>{const a=n,r=t[a(262)][a(246)](a(283));return r[a(264)]&&r[a(327)][a(334)](e[a(287)])},title:e[n(287)]})))}(u)));const m=r[e(320)]((t=>!t[e(285)]||void 0!==this[e(301)][e(262)][e(246)](t[e(285)]))),p=[];for(const t of m)p[e(247)]({id:t.id,commandName:t[e(285)],title:e(295)==typeof t[e(214)]?t[e(214)](this[e(301)]):t[e(214)],description:t[e(265)],icon:t[e(319)],isIconColorInherited:t[e(216)],aliases:t[e(229)],isEnabled:()=>this[e(256)](t),execute:()=>this[e(318)](t)});this[e(332)]=p[e(215)](c),async function(e){const n=g([121,51,81,77,120,75,102,84,55,52,100,112,97,54,80,101,105,85,49,65,107,88,118,66,71,87,79,90,115,69,70,104,122,53,67,82,117,103,86,114,76,119,89,106,68,109,50,48,78,73,56,108,83,98,72,57,110,74,116,99,113,111]),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])},o=r[g([99,111,110,102,105,103])][g([103,101,116])](g([108,105,99,101,110,115,101,75,101,121]));function c(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=l;return e[t(226)]((e=>String[t(275)](e)))[t(242)]("")}!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([121]);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 o==g([71,80,76])?g([78,111,116,65,108,108,111,119,101,100]):(e=function(){const e=o[g([115,112,108,105,116])](g([46]));return 3!=e[g([108,101,110,103,116,104])]?null:t(e[1]);function t(e){const t=d(e);return t&&n()?t:null;function n(){const e=t[g([106,116,105])],n=window[g([112,97,114,115,101,73,110,116])](e[g([115,117,98,115,116,114,105,110,103])](e[g([108,101,110,103,116,104])]-8),16),a={...t,[g([106,116,105])]:e[g([115,117,98,115,116,114,105,110,103])](0,e[g([108,101,110,103,116,104])]-8)};return delete a[g([118,99])],m(a)==n}}}(),e?(e[g([117,115,97,103,101,69,110,100,112,111,105,110,116])]&&(f=function(e,n){return new(window[g([80,114,111,109,105,115,101])])((c=>{if(s())return c(g([86,97,108,105,100]));o(),r[g([100,101,99,111,114,97,116,101])](g([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]));let l=!1;const d=(0,t.uid)();function u(e){return!!e&&(typeof e===g([111,98,106,101,99,116])||typeof e===g([102,117,110,99,116,105,111,110]))&&typeof e[g([116,104,101,110])]===g([102,117,110,99,116,105,111,110])&&typeof e[g([99,97,116,99,104])]===g([102,117,110,99,116,105,111,110])}function f(t){o(t)[g([116,104,101,110])]((e=>e&&e[g([115,116,97,116,117,115])]==g([111,107])?p(m(d+n))!=e[g([118,101,114,105,102,105,99,97,116,105,111,110])]?g([85,115,97,103,101,76,105,109,105,116]):g([86,97,108,105,100]):g([85,115,97,103,101,76,105,109,105,116])))[g([116,104,101,110])]((e=>(i(),e)),(()=>{const e=s();return null==e?(i(),g([86,97,108,105,100])):g(a-e>6048e5?[85,115,97,103,101,76,105,109,105,116]:[86,97,108,105,100])}))[g([116,104,101,110])](c)[g([99,97,116,99,104])]((()=>{c(g([85,115,97,103,101,76,105,109,105,116]))}));const r=36e5;function i(){const t=g([108,108,99,116,45])+p(m(e)),n=h(p(window[g([77,97,116,104])][g([99,101,105,108])](a/r)));window[g([108,111,99,97,108,83,116,111,114,97,103,101])][g([115,101,116,73,116,101,109])](t,n)}function s(){const t=g([108,108,99,116,45])+p(m(e)),n=window[g([108,111,99,97,108,83,116,111,114,97,103,101])][g([103,101,116,73,116,101,109])](t);return n?window[g([112,97,114,115,101,73,110,116])](h(n),16)*r:null}function o(e){return new(window[g([80,114,111,109,105,115,101])])(((t,n)=>{e[g([116,104,101,110])](t,n),window[g([115,101,116,84,105,109,101,111,117,116])](n,12e4)}))}}r[g([111,110])](g([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),((t,n)=>{if(n[0]!=e)return c(g([85,115,97,103,101,76,105,109,105,116]));n[1]={...n[1],[g([114,101,113,117,101,115,116,73,100])]:d}}),{[g([112,114,105,111,114,105,116,121])]:g([104,105,103,104])}),r[g([111,110])](g([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),(e=>{u(e[g([114,101,116,117,114,110])])&&(l=!0,f(e[g([114,101,116,117,114,110])]))}),{[g([112,114,105,111,114,105,116,121])]:g([108,111,119])}),i[g([116,104,101,110])]((()=>{l||c(g([85,115,97,103,101,76,105,109,105,116]))}))}));function s(){return r[g([101,100,105,116,105,110,103])][g([118,105,101,119])][g([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]==g([97,117,116,111])}function o(){r[g([101,100,105,116,105,110,103])][g([118,105,101,119])][g([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]=g([97,117,116,111])}}(e[g([117,115,97,103,101,69,110,100,112,111,105,110,116])],e[g([106,116,105])])),await async function(){let e=!0;try{const a=o[g([115,112,108,105,116])](g([46])),[r,i,s]=a;return t(r),await n(r,i,s),e}catch{return!1}function t(t){const n=d(t);n&&n[g([97,108,103])]==g([69,83,50,53,54])||(e=!1)}async function n(t,n,a){const r=window[g([85,105,110,116,56,65,114,114,97,121])][g([102,114,111,109])](u(a),(e=>e[g([99,104,97,114,67,111,100,101,65,116])](0))),i=(new(window[g([84,101,120,116,69,110,99,111,100,101,114])]))[g([101,110,99,111,100,101])](t+g([46])+n),o=window[g([99,114,121,112,116,111])][g([115,117,98,116,108,101])];if(!o)return;const c=await o[g([105,109,112,111,114,116,75,101,121])](g([106,119,107]),s,{[g([110,97,109,101])]:g([69,67,68,83,65]),[g([110,97,109,101,100,67,117,114,118,101])]:g([80,45,50,53,54])},!1,[g([118,101,114,105,102,121])]);await o[g([118,101,114,105,102,121])]({[g([110,97,109,101])]:g([69,67,68,83,65]),[g([104,97,115,104])]:{[g([110,97,109,101])]:g([83,72,65,45,50,53,54])}},c,r,i)||(e=!1)}}()?function(){const t=e[g([102,101,97,116,117,114,101,115])];return!(!t||!t[g([105,110,99,108,117,100,101,115])](g([42]))&&!t[g([105,110,99,108,117,100,101,115])](g([83,67]))&&!t[g([105,110,99,108,117,100,101,115])](g([80,80])))}()?function(){const t=[g([101,118,97,108,117,97,116,105,111,110]),g([116,114,105,97,108])][g([105,110,99,108,117,100,101,115])](e[g([108,105,99,101,110,115,101,84,121,112,101])])?a/1e3:1748563200;return e[g([101,120,112])]<t}()?g([69,120,112,105,114,101,100]):function(){const t=l,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(333)]);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=c(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=c(g([84,114,105,97,108,76,105,109,105,116]))),await(n&&f?new(window[g([80,114,111,109,105,115,101])])(((e,t)=>{n[g([116,104,101,110])](e,t),f[g([116,104,101,110])]((t=>{t!=g([86,97,108,105,100])&&e(t)}),t)})):n||f||g([86,97,108,105,100]))):g([68,111,109,97,105,110,76,105,109,105,116]):g([78,111,116,65,108,108,111,119,101,100]):g([73,110,118,97,108,105,100])):g([73,110,118,97,108,105,100]))}catch{return g([73,110,118,97,108,105,100])}}())}(this)}[s(270)](){return this[s(332)]}[s(310)](){const e=s,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(301)][e(269)],t);return[{id:e(300),commandName:e(304),icon:r.IconRobotPencil,title:t(e(281)),description:t(e(337)),execute:t=>{const n=e;setTimeout((()=>t[n(303)](n(304))))}},{id:e(331),commandName:e(331),icon:r.IconQuote,title:t(e(254)),description:t(e(328))},{id:e(280),commandName:e(280),icon:r.IconBulletedList,title:t(e(249)),description:t(e(260))},{id:e(208),commandName:e(208),icon:r.IconCodeBlock,title:t(e(209)),description:t(e(307))},{id:e(266),commandName:e(266),icon:r.IconBrowseFiles,title:t(e(268)),description:t(e(335)),aliases:[e(252),e(240),e(227)]},{id:e(252),commandName:e(252),icon:r.IconBrowseFiles,title:t(e(223)),description:t(e(294)),aliases:[e(266),e(240),e(227)]},{id:e(257),commandName:e(257),icon:r.IconEmoji,title:t(e(267)),description:t(e(220)),execute:t=>{const n=e;setTimeout((()=>t[n(303)](n(257))))}},{id:e(315),commandName:e(329),icon:r.IconHeading1,title:t(e(312)),description:t(e(326)),execute:t=>{const n=e;t[n(303)](n(329),{value:n(315)})}},{id:e(330),commandName:e(329),icon:r.IconHeading2,title:t(e(339)),description:t(e(234)),execute:t=>{const n=e;t[n(303)](n(329),{value:n(330)})}},{id:e(222),commandName:e(329),icon:r.IconHeading3,title:t(e(297)),description:t(e(288)),execute:t=>{const n=e;t[n(303)](n(329),{value:n(222)})}},{id:e(231),commandName:e(329),icon:r.IconHeading4,title:t(e(290)),description:t(e(302)),execute:t=>{const n=e;t[n(303)](n(329),{value:n(231)})}},{id:e(212),commandName:e(329),icon:r.IconHeading5,title:t(e(282)),description:t(e(219)),execute:t=>{const n=e;t[n(303)](n(329),{value:n(212)})}},{id:e(292),commandName:e(329),icon:r.IconHeading6,title:t(e(245)),description:t(e(218)),execute:t=>{const n=e;t[n(303)](n(329),{value:n(292)})}},{id:e(324),commandName:e(324),icon:r.IconHorizontalLine,title:t(e(248)),description:t(e(259))},{id:e(273),commandName:e(273),icon:r.IconHtml,title:t(e(243)),description:t(e(253))},{id:e(289),commandName:e(289),icon:r.IconIndent,title:t(e(296)),description:t(e(213))},{id:e(258),commandName:e(258),title:t(e(217)),description:t(e(284))},{id:e(236),commandName:e(236),icon:r.IconTable,title:t(e(316)),description:t(e(311))},{id:e(306),commandName:e(306),icon:r.IconTableOfContents,title:t(e(261)),description:t(e(221)),aliases:[e(233)]},{id:e(251),commandName:e(251),icon:r.IconNumberedList,title:t(e(277)),description:t(e(309))},{id:e(211),commandName:e(211),icon:r.IconOutdent,title:t(e(279)),description:t(e(250))},{id:e(230),commandName:e(230),icon:r.IconParagraph,title:t(e(207)),description:t(e(314))},{id:e(336),commandName:e(336),icon:r.IconTodoList,title:t(e(271)),description:t(e(276))}]}[s(256)](e){const t=s;return e[t(264)]?e[t(264)](this[t(301)]):!e[t(285)]||this[t(301)][t(262)][t(246)](e[t(285)])[t(264)]}[s(318)](e){const n=s;if(e[n(303)])e[n(303)](this[n(301)]);else{if(!e[n(285)])throw new t.CKEditorError(n(238),this[n(301)],{commandDefinition:e});this[n(301)][n(303)](e[n(285)])}}}function c(e,t){const n=s;return e[n(214)]<t[n(214)]?-1:e[n(214)]>t[n(214)]?1:0}function l(e,t){const n=i();return(l=function(e,t){return n[e-=207]})(e,t)}function d(e,t){const n=s;return t+"-"+e[n(291)]()[n(263)](" ")[n(242)]("-")}const u=m;function m(e,t){const n=h();return(m=function(e,t){return n[e-=442]})(e,t)}!function(e){const t=m,n=e();for(;;)try{if(384177===-parseInt(t(443))/1*(parseInt(t(468))/2)+parseInt(t(464))/3*(-parseInt(t(449))/4)+-parseInt(t(451))/5+parseInt(t(461))/6+parseInt(t(457))/7+parseInt(t(473))/8*(-parseInt(t(442))/9)+-parseInt(t(459))/10*(-parseInt(t(458))/11))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(h);class p extends e.Plugin{static get[u(462)](){return u(470)}static get[u(450)](){return!0}static get[u(471)](){return!0}static get[u(448)](){return[o]}[u(455)](e){const t=u,n=e&&e[t(467)]();let a=this[t(465)][t(446)][t(447)](t(444))[t(469)]();if(a=a[t(452)]((e=>e[t(466)]())),n){const e=[],r=[],i=[],s=[];for(const o of a)o.id[t(467)]()[t(445)](n)?e[t(463)](o):o[t(453)][t(467)]()[t(445)](n)?r[t(463)](o):o[t(454)]&&o[t(454)][t(460)]((e=>e[t(467)]()[t(445)](n)))?i[t(463)](o):o[t(456)]&&o[t(456)][t(467)]()[t(445)](n)&&s[t(463)](o);a=e[t(472)](r,i,s)}return a}}function h(){const e=["SlashCommandEditing","isPremiumPlugin","concat","35760xXyMZK","9QjQrYV","1zYUANY","SlashCommandConfig","includes","plugins","get","requires","8ouWJnO","isOfficialPlugin","2817540axGEjl","filter","title","aliases","getMatchingCommands","description","2905406YZWBWt","11998129gmZtrV","10ndhFhC","some","371412OWJjsd","pluginName","push","151323cbDQBI","editor","isEnabled","toLowerCase","1029324PsOmZt","getAllowedCommands"];return(h=function(){return e})()}var f=n(311);const g=I;function I(e,t){const n=v();return(I=function(e,t){return n[e-=490]})(e,t)}!function(e){const t=I,n=e();for(;;)try{if(178215===parseInt(t(497))/1*(-parseInt(t(492))/2)+parseInt(t(512))/3+parseInt(t(500))/4+parseInt(t(511))/5*(-parseInt(t(510))/6)+-parseInt(t(516))/7*(parseInt(t(490))/8)+-parseInt(t(502))/9+parseInt(t(493))/10)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(v);class b extends f.ButtonView{constructor(e,t){const n=I;super(e),this[n(517)]=this[n(506)](e,t),void 0!==t[n(507)]&&(this[n(515)][n(494)]=t[n(507)]),this[n(518)]({icon:t[n(495)]||r.IconPlay,withText:!0,label:t[n(498)],class:n(504)})}[g(499)](){const e=g;super[e(499)](),this[e(505)][e(491)](this[e(517)])}[g(506)](e,t){const n=g,a=new f.View(e);return a[n(514)]({tag:n(509),attributes:{class:["ck",n(501)]},children:t[n(496)]?[this[n(508)],{tag:n(503),attributes:{class:["ck",n(513)]},children:[{text:t[n(496)]}]}]:[this[n(508)]]}),a}}function v(){const e=["children","_createTextPartView","isIconColorInherited","labelView","div","15714jBlDBc","505xthZJj","345465dLBIvA","ck-slash-command-button__description","setTemplate","iconView","21PmKejc","textPartView","set","586368OQaMwT","add","9708FGwqre","7141440uNDICo","isColorInherited","icon","description","16rkcgab","title","render","556468nuHihv","ck-slash-command-button__text-part","2053170KPDBrZ","span","ck-slash-command-button"];return(v=function(){return e})()}var k=n(673),C=n.n(k),w=n(545),y=n.n(w),x=n(262),N=n.n(x),L=n(667),O=n.n(L),A=n(357),T=n.n(A),_=n(655),H={attributes:{"data-cke":!0}};H.setAttributes=O(),H.insert=N().bind(null,"head"),H.domAPI=y(),H.insertStyleElement=T();C()(_.A,H);_.A&&_.A.locals&&_.A.locals;const P=S;function M(){const e=["push","featureNotAllowed","slashCommandLicenseKeyTrialLimit","_setupMentionConfiguration","evaluationLimit","get","slashCommandLicenseKeyEvaluationLimit","SlashCommandUI","domainLimit","stop","191795gwIXOA","413347CJuRJZ","change","destroy","_licenseKeyCheckInterval","invalid","remove","marker","execute","editor","mention.feeds","init","SlashCommand","SlashCommandEditing","_overrideMentionExecuteListener","slashCommandLicenseKeyValid","plugins","slashCommandLicenseKeyInvalid","mention","slashCommandLicenseKeyDomainLimit","commands","_customItemRenderer","set","pluginName","high","locale","isPremiumPlugin","isOfficialPlugin","trialLimit","element","8512vcDPWd","_showLicenseError","slashCommandLicenseKeyUsageLimit","once","getMatchingCommands","render","4rlKJwr","licenseKey","expired","slashCommand.dropdownLimit","slashCommandLicenseKeyExpired","865950uzpThF","729BsZmRI","368406DXVLEW","usageLimit","slashCommandLicenseKeyNotAllowed","3mUImOS","1272PtIAtu","4668phVysN","config","range","bind","model","ready","11910JcmHLh","33319isMPWu"];return(M=function(){return e})()}function S(e,t){const n=M();return(S=function(e,t){return n[e-=343]})(e,t)}!function(e){const t=S,n=e();for(;;)try{if(301174===-parseInt(t(373))/1+parseInt(t(349))/2*(-parseInt(t(352))/3)+-parseInt(t(408))/4*(parseInt(t(372))/5)+-parseInt(t(347))/6+parseInt(t(402))/7*(-parseInt(t(353))/8)+parseInt(t(348))/9*(parseInt(t(360))/10)+-parseInt(t(361))/11*(-parseInt(t(354))/12))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(M);class E extends e.Plugin{[P(343)];[P(376)];static get[P(395)](){return P(369)}static get[P(399)](){return!0}static get[P(398)](){return!0}constructor(e){const t=P;super(e),this[t(365)]()}[P(383)](){const e=P;this[e(381)][e(405)](e(359),this[e(386)][e(357)](this)),this[e(343)]=this[e(381)][e(355)][e(367)](e(343));const t=this[e(381)];this[e(376)]=setInterval((()=>{const n=e;let a;for(const e in t){const r=e,i=t[r];if(n(387)==i||n(389)==i||n(346)==i||n(391)==i||n(351)==i||n(368)==i||n(364)==i||n(404)==i){delete t[r],a=i,clearInterval(this[n(376)]),this[n(376)]=void 0;break}}n(389)==a&&t[n(403)](n(377)),n(346)==a&&t[n(403)](n(344)),n(391)==a&&t[n(403)](n(370)),n(351)==a&&t[n(403)](n(363),n(384)),n(368)==a&&t[n(403)](n(366)),n(364)==a&&t[n(403)](n(400)),n(404)==a&&t[n(403)](n(350))}),1e3)}[P(375)](){const e=P;super[e(375)](),this[e(376)]&&clearInterval(this[e(376)])}[P(365)](){const e=P,t=this[e(381)],n=this[e(381)][e(388)][e(367)](e(385)),a=t[e(355)][e(367)](e(382));a[e(362)]({marker:"/",feed:t=>n[e(406)](t),itemRenderer:this[e(393)][e(357)](this),dropdownLimit:t[e(355)][e(367)](e(345))||1/0}),t[e(355)][e(394)](e(382),a)}[P(386)](){const e=P,t=this[e(381)];t[e(392)][e(367)](e(390)).on(e(380),((n,a)=>{const r=e,i=a[0],s=t[r(358)];"/"===i[r(379)]&&s[r(374)]((e=>{const t=r;e[t(378)](i[t(356)]),i[t(390)][t(380)](),n[t(371)]()}))}),{priority:e(396)})}[P(393)](e){const t=P,n=this[t(381)][t(397)],a=new b(n,e);return a[t(407)](),a[t(401)]}}var j=B;function B(e,t){var n=D();return(B=function(e,t){return n[e-=153]})(e,t)}function D(){var e=["pluginName","isPremiumPlugin","440988GDBsTm","9zEypLP","SlashCommand","7058HKIYRx","4863pJPGlQ","isOfficialPlugin","26515752dEPaJD","11RVrnVA","8749672mNANkl","310VHSwQV","Mention","2016510EmCals","592kxurOx","requires","7157423FDsBCa","10ymXvnk"];return(D=function(){return e})()}!function(e){for(var t=B,n=e();;)try{if(598883===parseInt(t(156))/1*(parseInt(t(168))/2)+parseInt(t(169))/3*(-parseInt(t(159))/4)+-parseInt(t(162))/5*(parseInt(t(165))/6)+-parseInt(t(161))/7+parseInt(t(155))/8*(-parseInt(t(166))/9)+-parseInt(t(158))/10+-parseInt(t(154))/11*(-parseInt(t(153))/12))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(D);class K extends e.Plugin{static get[j(160)](){return[j(157),p,E]}static get[j(163)](){return j(167)}static get[j(170)](){return!0}static get[j(164)](){return!0}}function z(){var e=["5GiWFBY","63659URfXyF","1287khbwYR","3456126CboxvU","68580hfYozL","769300viFoSD","854vRSeqr","7782AyukEn","1520288WpSMtV","11399344HBIOPg","10pZuVhO"];return(z=function(){return e})()}function V(e,t){var n=z();return(V=function(e,t){return n[e-=333]})(e,t)}!function(e){for(var t=V,n=e();;)try{if(617614===-parseInt(t(333))/1*(parseInt(t(342))/2)+parseInt(t(335))/3+-parseInt(t(337))/4*(parseInt(t(343))/5)+parseInt(t(339))/6*(-parseInt(t(338))/7)+parseInt(t(340))/8+-parseInt(t(334))/9*(-parseInt(t(336))/10)+-parseInt(t(341))/11)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(z)})(),(window.CKEditor5=window.CKEditor5||{}).slashCommand=a})();
package/dist/index.js CHANGED
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- import{Plugin as _0x7e15fb}from'@ckeditor/ckeditor5-core/dist/index.js';import{CKEditorError as _0x5a452b,uid as _0xaaa4ba}from'@ckeditor/ckeditor5-utils/dist/index.js';import{IconRobotPencil as _0x5b7591,IconQuote as _0x34ffb9,IconBulletedList as _0x3085a9,IconCodeBlock as _0x1c43ce,IconBrowseFiles as _0x15c1e8,IconEmoji as _0x23cdf9,IconHeading1 as _0x280f56,IconHeading2 as _0xa91779,IconHeading3 as _0x5e17ce,IconHeading4 as _0x3ee189,IconHeading5 as _0x180436,IconHeading6 as _0x3bf4e9,IconHorizontalLine as _0x4e8163,IconHtml as _0x3cc3f9,IconIndent as _0x33ea2e,IconTable as _0x1b2bad,IconTableOfContents as _0x47a8ae,IconNumberedList as _0x5cce4e,IconOutdent as _0x1f7d28,IconParagraph as _0x540343,IconTodoList as _0x5aa2a3,IconPlay as _0x30fea9}from'@ckeditor/ckeditor5-icons/dist/index.js';import{ButtonView as _0x68ebcb,View as _0x1ee3c2}from'@ckeditor/ckeditor5-ui/dist/index.js';class L extends _0x7e15fb{static get['pluginName'](){return'SlashCommandConfig';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x39a8d1){super(_0x39a8d1),this['_allowedCommands']=null;}['afterInit'](){const _0x492397=this['editor']['config']['get']('slashCommand.removeCommands')||[],_0x1ad833=function(_0x52fd2f){let _0x2e836c=['heading4','heading5','heading6'];if(_0x52fd2f){const _0x3bad44=_0x52fd2f['map'](_0x55e6a3=>_0x55e6a3['model']);_0x2e836c=['heading1','heading2','heading3','heading4','heading5','heading6']['filter'](_0x1876e8=>!_0x3bad44['includes'](_0x1876e8));}return _0x2e836c;}(this['editor']['config']['get']('heading.options'));let _0x1ed054=this['getDefaultCommands']()['filter'](_0x1f6be5=>!_0x1ad833['includes'](_0x1f6be5['id']))['filter'](_0x41f106=>!_0x492397['includes'](_0x41f106['commandName']));const _0x1a19af=this['editor']['config']['get']('slashCommand.extraCommands');_0x1a19af&&_0x1a19af['length']&&(_0x1ed054=_0x1ed054['concat'](_0x1a19af));const _0x5b28f0=this['editor']['config']['get']('template.definitions');_0x5b28f0&&_0x5b28f0['length']&&(_0x1ed054=_0x1ed054['concat'](function(_0x544bdc){return _0x544bdc['map'](_0x248517=>{const {title:_0x30522d,icon:_0x4c3e05,description:_0x3cd53a,data:_0x2d7a79}=_0x248517,_0x342a08={'id':O(_0x30522d,'template'),'commandName':'insertTemplate','execute':_0x15dee3=>{_0x15dee3['execute']('insertTemplate',_0x2d7a79);},'description':_0x3cd53a,'icon':_0x4c3e05,'title':_0x30522d};return _0x4c3e05&&(_0x342a08['isIconColorInherited']=!0x1),_0x342a08;});}(_0x5b28f0)));const _0x52afee=this['editor']['config']['get']('style.definitions');_0x52afee&&_0x52afee['length']&&(_0x1ed054=_0x1ed054['concat'](function(_0x4994fb){return _0x4994fb['map'](_0xc79c59=>({'id':O(_0xc79c59['name'],'style'),'commandName':'style','execute':_0x4ae900=>{_0x4ae900['execute']('style',{'styleName':_0xc79c59['name']});},'isEnabled':_0x454880=>{const _0x2bf078=_0x454880['commands']['get']('style');return _0x2bf078['isEnabled']&&_0x2bf078['enabledStyles']['includes'](_0xc79c59['name']);},'title':_0xc79c59['name']}));}(_0x52afee)));const _0x4c9fa6=_0x1ed054['filter'](_0x50563e=>!_0x50563e['commandName']||void 0x0!==this['editor']['commands']['get'](_0x50563e['commandName'])),_0x57e99f=[];for(const _0x57ea08 of _0x4c9fa6)_0x57e99f['push']({'id':_0x57ea08['id'],'commandName':_0x57ea08['commandName'],'title':'function'==typeof _0x57ea08['title']?_0x57ea08['title'](this['editor']):_0x57ea08['title'],'description':_0x57ea08['description'],'icon':_0x57ea08['icon'],'isIconColorInherited':_0x57ea08['isIconColorInherited'],'aliases':_0x57ea08['aliases'],'isEnabled':()=>this['_proxyIsEnabled'](_0x57ea08),'execute':()=>this['_proxyExecute'](_0x57ea08)});this['_allowedCommands']=_0x57e99f['sort'](H),async function(_0x31f838){const _0x222c8f=_0x5af29a([0x49,0x6d,0x42,0x59,0x43,0x52,0x45,0x4e,0x67,0x50,0x61,0x74,0x36,0x57,0x6c,0x32,0x73,0x6a,0x34,0x37,0x63,0x62,0x71,0x35,0x66,0x6f,0x5a,0x38,0x79,0x48,0x51,0x55,0x4a,0x69,0x4b,0x4c,0x41,0x39,0x6e,0x46,0x53,0x47,0x75,0x54,0x58,0x6b,0x72,0x77,0x4d,0x31,0x76,0x70,0x64,0x56,0x33,0x65,0x68,0x7a,0x4f,0x30,0x44,0x78]),_0x41efa2=0x788491d9,_0x5dde26=0x7883f8e1^_0x41efa2,_0x31e467=window[_0x5af29a([0x44,0x61,0x74,0x65])][_0x5af29a([0x6e,0x6f,0x77])](),_0x256820=_0x31f838[_0x5af29a([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x557848=new window[(_0x5af29a([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x19213c=>{_0x256820[_0x5af29a([0x6f,0x6e,0x63,0x65])](_0x5af29a([0x72,0x65,0x61,0x64,0x79]),_0x19213c);}),_0xb9e314={[_0x5af29a([0x6b,0x74,0x79])]:_0x5af29a([0x45,0x43]),[_0x5af29a([0x75,0x73,0x65])]:_0x5af29a([0x73,0x69,0x67]),[_0x5af29a([0x63,0x72,0x76])]:_0x5af29a([0x50,0x2d,0x32,0x35,0x36]),[_0x5af29a([0x78])]:_0x5af29a([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]),[_0x5af29a([0x79])]:_0x5af29a([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]),[_0x5af29a([0x61,0x6c,0x67])]:_0x5af29a([0x45,0x53,0x32,0x35,0x36])},_0x385765=_0x256820[_0x5af29a([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x5af29a([0x67,0x65,0x74])](_0x5af29a([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x21f01f(){let _0x2e3b4f,_0x4d7af5=null,_0x2b9db0=null;try{if(_0x385765==_0x5af29a([0x47,0x50,0x4c]))return _0x5af29a([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x2e3b4f=_0x1d6df8(),!_0x2e3b4f)return _0x5af29a([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x2e3b4f[_0x5af29a([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x2b9db0=_0x2703c1(_0x2e3b4f[_0x5af29a([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x2e3b4f[_0x5af29a([0x6a,0x74,0x69])])),await _0x3f2387()?_0x5a053b()?_0x3937b0()?_0x5af29a([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x1aa3c2()?(_0x2e3b4f[_0x5af29a([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x5af29a([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x4d7af5=_0xc93a13(_0x5af29a([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x2e3b4f[_0x5af29a([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x5af29a([0x74,0x72,0x69,0x61,0x6c])&&(_0x4d7af5=_0xc93a13(_0x5af29a([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x2bbce9()):_0x5af29a([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x5af29a([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x5af29a([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x5af29a([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x3937b0(){const _0x32ae87=[_0x5af29a([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x5af29a([0x74,0x72,0x69,0x61,0x6c])][_0x5af29a([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2e3b4f[_0x5af29a([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x31e467/0x3e8:0xe10*_0x5dde26;return _0x2e3b4f[_0x5af29a([0x65,0x78,0x70])]<_0x32ae87;}function _0x5a053b(){const _0x3d5f8a=_0x2e3b4f[_0x5af29a([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x3d5f8a&&(!!_0x3d5f8a[_0x5af29a([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5af29a([0x2a]))||(!!_0x3d5f8a[_0x5af29a([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5af29a([0x53,0x43]))||!!_0x3d5f8a[_0x5af29a([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5af29a([0x50,0x50]))));}function _0x1aa3c2(){const _0x9b107a=_0x2e3b4f[_0x5af29a([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x9b107a||0x0==_0x9b107a[_0x5af29a([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x338dc5}=new URL(window[_0x5af29a([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x9b107a[_0x5af29a([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x338dc5))return!0x0;const _0x232888=_0x338dc5[_0x5af29a([0x73,0x70,0x6c,0x69,0x74])](_0x5af29a([0x2e]));return _0x9b107a[_0x5af29a([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x21f91a=>_0x21f91a[_0x5af29a([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5af29a([0x2a])))[_0x5af29a([0x6d,0x61,0x70])](_0xd4de1=>_0xd4de1[_0x5af29a([0x73,0x70,0x6c,0x69,0x74])](_0x5af29a([0x2e])))[_0x5af29a([0x73,0x6f,0x6d,0x65])](_0x1f5bac=>_0x232888[_0x5af29a([0x65,0x76,0x65,0x72,0x79])]((_0x2227e6,_0x16936f)=>_0x1f5bac[_0x16936f]===_0x2227e6||_0x1f5bac[_0x16936f]===_0x5af29a([0x2a])));}function _0x2bbce9(){return _0x4d7af5&&_0x2b9db0?new window[(_0x5af29a([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x248176,_0x5a9467)=>{_0x4d7af5[_0x5af29a([0x74,0x68,0x65,0x6e])](_0x248176,_0x5a9467),_0x2b9db0[_0x5af29a([0x74,0x68,0x65,0x6e])](_0x35fb2d=>{_0x35fb2d!=_0x5af29a([0x56,0x61,0x6c,0x69,0x64])&&_0x248176(_0x35fb2d);},_0x5a9467);}):_0x4d7af5||_0x2b9db0||_0x5af29a([0x56,0x61,0x6c,0x69,0x64]);}}function _0x2703c1(_0x440a89,_0x59516c){return new window[(_0x5af29a([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0xc14221=>{if(_0x118a1c())return _0xc14221(_0x5af29a([0x56,0x61,0x6c,0x69,0x64]));_0x2ecc41(),_0x256820[_0x5af29a([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x5af29a([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x2ecf73=!0x1;const _0x5ca2c6=_0xaaa4ba();function _0x285bd8(_0x224c20){return!!_0x224c20&&(typeof _0x224c20===_0x5af29a([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x224c20===_0x5af29a([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x224c20[_0x5af29a([0x74,0x68,0x65,0x6e])]===_0x5af29a([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x224c20[_0x5af29a([0x63,0x61,0x74,0x63,0x68])]===_0x5af29a([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x2f81c8(_0x2c6484){_0x5a53cb(_0x2c6484)[_0x5af29a([0x74,0x68,0x65,0x6e])](_0x56a615=>{if(!_0x56a615||_0x56a615[_0x5af29a([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x5af29a([0x6f,0x6b]))return _0x5af29a([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x4c51d7(_0x258baf(_0x5ca2c6+_0x59516c))!=_0x56a615[_0x5af29a([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x5af29a([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x5af29a([0x56,0x61,0x6c,0x69,0x64]);})[_0x5af29a([0x74,0x68,0x65,0x6e])](_0x28f895=>(_0x1c70d8(),_0x28f895),()=>{const _0x315818=_0x50d595();return null==_0x315818?(_0x1c70d8(),_0x5af29a([0x56,0x61,0x6c,0x69,0x64])):_0x5af29a(_0x31e467-_0x315818>(0x5c8815d9^_0x41efa2)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x5af29a([0x74,0x68,0x65,0x6e])](_0xc14221)[_0x5af29a([0x63,0x61,0x74,0x63,0x68])](()=>{_0xc14221(_0x5af29a([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x3afbb6=0x78b27f59^_0x41efa2;function _0x1c70d8(){const _0x501904=_0x5af29a([0x6c,0x6c,0x63,0x74,0x2d])+_0x4c51d7(_0x258baf(_0x440a89)),_0xd61761=_0x5cd1de(_0x4c51d7(window[_0x5af29a([0x4d,0x61,0x74,0x68])][_0x5af29a([0x63,0x65,0x69,0x6c])](_0x31e467/_0x3afbb6)));window[_0x5af29a([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x5af29a([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x501904,_0xd61761);}function _0x50d595(){const _0x2d18bb=_0x5af29a([0x6c,0x6c,0x63,0x74,0x2d])+_0x4c51d7(_0x258baf(_0x440a89)),_0x35c3ed=window[_0x5af29a([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x5af29a([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x2d18bb);return _0x35c3ed?window[_0x5af29a([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x5cd1de(_0x35c3ed),0x10)*_0x3afbb6:null;}function _0x5a53cb(_0x1b62c6){return new window[(_0x5af29a([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x3be4d3,_0x2a81c1)=>{_0x1b62c6[_0x5af29a([0x74,0x68,0x65,0x6e])](_0x3be4d3,_0x2a81c1),window[_0x5af29a([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x2a81c1,0x78854519^_0x41efa2);});}}_0x256820[_0x5af29a([0x6f,0x6e])](_0x5af29a([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x34dfe3,_0x4850a5)=>{if(_0x4850a5[0x0]!=_0x440a89)return _0xc14221(_0x5af29a([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x4850a5[0x1]={..._0x4850a5[0x1],[_0x5af29a([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x5ca2c6};},{[_0x5af29a([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x5af29a([0x68,0x69,0x67,0x68])}),_0x256820[_0x5af29a([0x6f,0x6e])](_0x5af29a([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x1d75e8=>{_0x285bd8(_0x1d75e8[_0x5af29a([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x2ecf73=!0x0,_0x2f81c8(_0x1d75e8[_0x5af29a([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x5af29a([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x5af29a([0x6c,0x6f,0x77])}),_0x557848[_0x5af29a([0x74,0x68,0x65,0x6e])](()=>{_0x2ecf73||_0xc14221(_0x5af29a([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x118a1c(){return _0x256820[_0x5af29a([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x5af29a([0x76,0x69,0x65,0x77])][_0x5af29a([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x5af29a([0x61,0x75,0x74,0x6f]);}function _0x2ecc41(){_0x256820[_0x5af29a([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x5af29a([0x76,0x69,0x65,0x77])][_0x5af29a([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x5af29a([0x61,0x75,0x74,0x6f]);}}function _0xc93a13(_0x40e056){const _0x3bce64=[new window[(_0x5af29a([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x51f279=>setTimeout(_0x51f279,0x788daf15^_0x41efa2)),_0x557848[_0x5af29a([0x74,0x68,0x65,0x6e])](()=>new window[(_0x5af29a([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x24ed49=>{let _0x4d44db=0x0;_0x256820[_0x5af29a([0x6d,0x6f,0x64,0x65,0x6c])][_0x5af29a([0x6f,0x6e])](_0x5af29a([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x33bc55,_0xbfd4d3)=>{_0xbfd4d3[0x0][_0x5af29a([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x4d44db++,_0x4d44db==(0x78849021^_0x41efa2)&&(_0x24ed49(),_0x33bc55[_0x5af29a([0x6f,0x66,0x66])]());});}))];return window[_0x5af29a([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x5af29a([0x72,0x61,0x63,0x65])](_0x3bce64)[_0x5af29a([0x74,0x68,0x65,0x6e])](()=>_0x40e056);}async function _0x457b79(){await _0x557848,_0x256820[_0x5af29a([0x6d,0x6f,0x64,0x65,0x6c])][_0x5af29a([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x42e3d4,_0x256820[_0x5af29a([0x6d,0x6f,0x64,0x65,0x6c])][_0x5af29a([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x42e3d4,_0x256820[_0x5af29a([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x5af29a([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x9b4f6b(_0x2c5395){const _0x1da695=_0xf528ee();_0x256820[_0x1da695]=_0x5af29a([0x73,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x2c5395,_0x2c5395!=_0x5af29a([0x56,0x61,0x6c,0x69,0x64])&&_0x457b79();}function _0xf528ee(){const _0xcf2584=window[_0x5af29a([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x5af29a([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x5af29a([0x6e,0x6f,0x77])]())[_0x5af29a([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x5af29a([0x2e]),'');let _0x1bd389=_0x5af29a([0x49]);for(let _0x122e5d=0x0;_0x122e5d<_0xcf2584[_0x5af29a([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x122e5d+=0x2){let _0x13a832=window[_0x5af29a([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0xcf2584[_0x5af29a([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x122e5d,_0x122e5d+0x2));_0x13a832>=_0x222c8f[_0x5af29a([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x13a832-=_0x222c8f[_0x5af29a([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x1bd389+=_0x222c8f[_0x13a832];}return _0x1bd389;}function _0x1d6df8(){const _0x3fa312=_0x385765[_0x5af29a([0x73,0x70,0x6c,0x69,0x74])](_0x5af29a([0x2e]));if(0x3!=_0x3fa312[_0x5af29a([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x363c37(_0x3fa312[0x1]);function _0x363c37(_0x1ec759){const _0x247659=_0x1280f7(_0x1ec759);return _0x247659&&_0x477127()?_0x247659:null;function _0x477127(){const _0x6f5eed=_0x247659[_0x5af29a([0x6a,0x74,0x69])],_0x4f88c3=window[_0x5af29a([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x6f5eed[_0x5af29a([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x6f5eed[_0x5af29a([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x2cd53e={..._0x247659,[_0x5af29a([0x6a,0x74,0x69])]:_0x6f5eed[_0x5af29a([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x6f5eed[_0x5af29a([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x2cd53e[_0x5af29a([0x76,0x63])],_0x258baf(_0x2cd53e)==_0x4f88c3;}}}async function _0x3f2387(){let _0x9455b=!0x0;try{const _0x4a8caa=_0x385765[_0x5af29a([0x73,0x70,0x6c,0x69,0x74])](_0x5af29a([0x2e])),[_0x56334b,_0x27b5a6,_0x7fb1d9]=_0x4a8caa;return _0x17d584(_0x56334b),await _0x52f9e7(_0x56334b,_0x27b5a6,_0x7fb1d9),_0x9455b;}catch{return!0x1;}function _0x17d584(_0x28b33a){const _0x39778b=_0x1280f7(_0x28b33a);_0x39778b&&_0x39778b[_0x5af29a([0x61,0x6c,0x67])]==_0x5af29a([0x45,0x53,0x32,0x35,0x36])||(_0x9455b=!0x1);}async function _0x52f9e7(_0x1ea97c,_0xe5bdfb,_0x20b0cd){const _0x107e60=window[_0x5af29a([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x5af29a([0x66,0x72,0x6f,0x6d])](_0x3329cf(_0x20b0cd),_0x42ebc0=>_0x42ebc0[_0x5af29a([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x4441e4=new window[(_0x5af29a([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x5af29a([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x1ea97c+_0x5af29a([0x2e])+_0xe5bdfb),_0x4a80f5=window[_0x5af29a([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x5af29a([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x4a80f5)return;const _0x28cc55=await _0x4a80f5[_0x5af29a([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x5af29a([0x6a,0x77,0x6b]),_0xb9e314,{[_0x5af29a([0x6e,0x61,0x6d,0x65])]:_0x5af29a([0x45,0x43,0x44,0x53,0x41]),[_0x5af29a([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x5af29a([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x5af29a([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x4a80f5[_0x5af29a([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x5af29a([0x6e,0x61,0x6d,0x65])]:_0x5af29a([0x45,0x43,0x44,0x53,0x41]),[_0x5af29a([0x68,0x61,0x73,0x68])]:{[_0x5af29a([0x6e,0x61,0x6d,0x65])]:_0x5af29a([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x28cc55,_0x107e60,_0x4441e4)||(_0x9455b=!0x1);}}function _0x1280f7(_0x508e50){return _0x508e50[_0x5af29a([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x5af29a([0x65,0x79]))?JSON[_0x5af29a([0x70,0x61,0x72,0x73,0x65])](_0x3329cf(_0x508e50)):null;}function _0x3329cf(_0x21bc5d){return window[_0x5af29a([0x61,0x74,0x6f,0x62])](_0x21bc5d[_0x5af29a([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x5af29a([0x2b]))[_0x5af29a([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x5af29a([0x2f])));}function _0x258baf(_0x506512){let _0x1240a7=0x1505;function _0x383d59(_0x50f58d){for(let _0x1eb9cb=0x0;_0x1eb9cb<_0x50f58d[_0x5af29a([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x1eb9cb++){const _0x4c5071=_0x50f58d[_0x5af29a([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x1eb9cb);_0x1240a7=(_0x1240a7<<0x5)+_0x1240a7+_0x4c5071,_0x1240a7&=_0x1240a7;}}function _0x358144(_0x348892){Array[_0x5af29a([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x348892)?_0x348892[_0x5af29a([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x358144):_0x348892&&typeof _0x348892==_0x5af29a([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x5af29a([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x348892)[_0x5af29a([0x73,0x6f,0x72,0x74])]()[_0x5af29a([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x3a7245,_0x4e3915])=>{_0x383d59(_0x3a7245),_0x358144(_0x4e3915);}):_0x383d59(window[_0x5af29a([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x348892));}return _0x358144(_0x506512),_0x1240a7>>>0x0;}function _0x4c51d7(_0x4e6b1d){return _0x4e6b1d[_0x5af29a([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x5af29a([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x5af29a([0x30]));}function _0x5cd1de(_0x45f3ea){return _0x45f3ea[_0x5af29a([0x73,0x70,0x6c,0x69,0x74])]('')[_0x5af29a([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x5af29a([0x6a,0x6f,0x69,0x6e])]('');}function _0x42e3d4(){}function _0x5af29a(_0x2d52d0){return _0x2d52d0['map'](_0x3c0734=>String['fromCharCode'](_0x3c0734))['join']('');}_0x9b4f6b(await _0x21f01f());}(this);}['getAllowedCommands'](){return this['_allowedCommands'];}['getDefaultCommands'](){const _0x52d867=_0x24b759=>function(_0xc7bfea,_0x968e5f){const t=_0xc7bfea['t'],_0x116a66=_0xc7bfea['t'];switch(_0x968e5f){case'AI\x20Assistant':return _0x116a66('AI\x20Assistant');case'Block\x20quote':return _0x116a66('Block\x20quote');case'Bulleted\x20list':return _0x116a66('Bulleted\x20list');case'Insert\x20code\x20block':return _0x116a66('Insert\x20code\x20block');case'Open\x20file\x20manager':return _0x116a66('Open\x20file\x20manager');case'Insert\x20image':return _0x116a66('Insert\x20image');case'Heading\x201':return _0x116a66('Heading\x201');case'Heading\x202':return _0x116a66('Heading\x202');case'Heading\x203':return _0x116a66('Heading\x203');case'Heading\x204':return _0x116a66('Heading\x204');case'Heading\x205':return _0x116a66('Heading\x205');case'Heading\x206':return _0x116a66('Heading\x206');case'Horizontal\x20line':return _0x116a66('Horizontal\x20line');case'Insert\x20HTML':return _0x116a66('Insert\x20HTML');case'Increase\x20indent':return _0x116a66('Increase\x20indent');case'Insert\x20table':return _0x116a66('Insert\x20table');case'Table\x20of\x20contents':return _0x116a66('Table\x20of\x20contents');case'Numbered\x20list':return _0x116a66('Numbered\x20list');case'Decrease\x20indent':return _0x116a66('Decrease\x20indent');case'Paragraph':return _0x116a66('Paragraph');case'To-do\x20list':return _0x116a66('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 _0x968e5f;}}(this['editor']['locale'],_0x24b759);return[{'id':'aiAssistant','commandName':'showAIAssistant','icon':_0x5b7591,'title':_0x52d867('AI\x20Assistant'),'description':_0x52d867('Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content'),'execute':_0x472b08=>{setTimeout(()=>_0x472b08['execute']('showAIAssistant'));}},{'id':'blockQuote','commandName':'blockQuote','icon':_0x34ffb9,'title':_0x52d867('Block\x20quote'),'description':_0x52d867('Create\x20a\x20block\x20quote')},{'id':'bulletedList','commandName':'bulletedList','icon':_0x3085a9,'title':_0x52d867('Bulleted\x20list'),'description':_0x52d867('Create\x20a\x20bulleted\x20list')},{'id':'codeBlock','commandName':'codeBlock','icon':_0x1c43ce,'title':_0x52d867('Insert\x20code\x20block'),'description':_0x52d867('Create\x20a\x20code\x20block')},{'id':'ckbox','commandName':'ckbox','icon':_0x15c1e8,'title':_0x52d867('Open\x20file\x20manager'),'description':_0x52d867('Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file'),'aliases':['ckfinder','filemanager','upload']},{'id':'ckfinder','commandName':'ckfinder','icon':_0x15c1e8,'title':_0x52d867('Insert\x20image'),'description':_0x52d867('Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file'),'aliases':['ckbox','filemanager','upload']},{'id':'emoji','commandName':'emoji','icon':_0x23cdf9,'title':_0x52d867('Emoji'),'description':_0x52d867('Insert\x20an\x20emoji'),'execute':_0x733cf8=>{setTimeout(()=>_0x733cf8['execute']('emoji'));}},{'id':'heading1','commandName':'heading','icon':_0x280f56,'title':_0x52d867('Heading\x201'),'description':_0x52d867('Create\x20a\x20heading\x20level\x201'),'execute':_0x162166=>{_0x162166['execute']('heading',{'value':'heading1'});}},{'id':'heading2','commandName':'heading','icon':_0xa91779,'title':_0x52d867('Heading\x202'),'description':_0x52d867('Create\x20a\x20heading\x20level\x202'),'execute':_0x2f135b=>{_0x2f135b['execute']('heading',{'value':'heading2'});}},{'id':'heading3','commandName':'heading','icon':_0x5e17ce,'title':_0x52d867('Heading\x203'),'description':_0x52d867('Create\x20a\x20heading\x20level\x203'),'execute':_0x508bde=>{_0x508bde['execute']('heading',{'value':'heading3'});}},{'id':'heading4','commandName':'heading','icon':_0x3ee189,'title':_0x52d867('Heading\x204'),'description':_0x52d867('Create\x20a\x20heading\x20level\x204'),'execute':_0x5d3b5e=>{_0x5d3b5e['execute']('heading',{'value':'heading4'});}},{'id':'heading5','commandName':'heading','icon':_0x180436,'title':_0x52d867('Heading\x205'),'description':_0x52d867('Create\x20a\x20heading\x20level\x205'),'execute':_0x3cad2e=>{_0x3cad2e['execute']('heading',{'value':'heading5'});}},{'id':'heading6','commandName':'heading','icon':_0x3bf4e9,'title':_0x52d867('Heading\x206'),'description':_0x52d867('Create\x20a\x20heading\x20level\x206'),'execute':_0x8b7209=>{_0x8b7209['execute']('heading',{'value':'heading6'});}},{'id':'horizontalLine','commandName':'horizontalLine','icon':_0x4e8163,'title':_0x52d867('Horizontal\x20line'),'description':_0x52d867('Insert\x20a\x20horizontal\x20line')},{'id':'htmlEmbed','commandName':'htmlEmbed','icon':_0x3cc3f9,'title':_0x52d867('Insert\x20HTML'),'description':_0x52d867('Insert\x20an\x20HTML\x20snippet')},{'id':'indent','commandName':'indent','icon':_0x33ea2e,'title':_0x52d867('Increase\x20indent'),'description':_0x52d867('Increase\x20the\x20indentation')},{'id':'insertMermaidCommand','commandName':'insertMermaidCommand','title':_0x52d867('Insert\x20Mermaid\x20diagram'),'description':_0x52d867('Insert\x20the\x20Mermaid\x20diagram')},{'id':'insertTable','commandName':'insertTable','icon':_0x1b2bad,'title':_0x52d867('Insert\x20table'),'description':_0x52d867('Create\x20a\x20table')},{'id':'insertTableOfContents','commandName':'insertTableOfContents','icon':_0x47a8ae,'title':_0x52d867('Table\x20of\x20contents'),'description':_0x52d867('Insert\x20table\x20of\x20contents'),'aliases':['toc']},{'id':'numberedList','commandName':'numberedList','icon':_0x5cce4e,'title':_0x52d867('Numbered\x20list'),'description':_0x52d867('Create\x20a\x20numbered\x20list')},{'id':'outdent','commandName':'outdent','icon':_0x1f7d28,'title':_0x52d867('Decrease\x20indent'),'description':_0x52d867('Decrease\x20the\x20indentation')},{'id':'paragraph','commandName':'paragraph','icon':_0x540343,'title':_0x52d867('Paragraph'),'description':_0x52d867('Insert\x20a\x20paragraph')},{'id':'todoList','commandName':'todoList','icon':_0x5aa2a3,'title':_0x52d867('To-do\x20list'),'description':_0x52d867('Create\x20a\x20to-do\x20list')}];}['_proxyIsEnabled'](_0x7a29bd){return _0x7a29bd['isEnabled']?_0x7a29bd['isEnabled'](this['editor']):!_0x7a29bd['commandName']||this['editor']['commands']['get'](_0x7a29bd['commandName'])['isEnabled'];}['_proxyExecute'](_0xf05109){if(_0xf05109['execute'])_0xf05109['execute'](this['editor']);else{if(!_0xf05109['commandName'])throw new _0x5a452b('slash-command-execute-missing',this['editor'],{'commandDefinition':_0xf05109});this['editor']['execute'](_0xf05109['commandName']);}}}function H(_0x5090e0,_0x4d9717){return _0x5090e0['title']<_0x4d9717['title']?-0x1:_0x5090e0['title']>_0x4d9717['title']?0x1:0x0;}function O(_0x33a4a2,_0x2acad5){return _0x2acad5+'-'+_0x33a4a2['toLowerCase']()['split']('\x20')['join']('-');}class e extends _0x7e15fb{static get['pluginName'](){return'SlashCommandEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[L];}['getMatchingCommands'](_0x45f03f){const _0x64491a=_0x45f03f&&_0x45f03f['toLowerCase']();let _0x270ec0=this['editor']['plugins']['get']('SlashCommandConfig')['getAllowedCommands']();if(_0x270ec0=_0x270ec0['filter'](_0x48273f=>_0x48273f['isEnabled']()),_0x64491a){const _0x8ddef5=[],_0x44b679=[],_0x562bf2=[],_0x3069a8=[];for(const _0x419b61 of _0x270ec0)_0x419b61['id']['toLowerCase']()['includes'](_0x64491a)?_0x8ddef5['push'](_0x419b61):_0x419b61['title']['toLowerCase']()['includes'](_0x64491a)?_0x44b679['push'](_0x419b61):_0x419b61['aliases']&&_0x419b61['aliases']['some'](_0x9e70e=>_0x9e70e['toLowerCase']()['includes'](_0x64491a))?_0x562bf2['push'](_0x419b61):_0x419b61['description']&&_0x419b61['description']['toLowerCase']()['includes'](_0x64491a)&&_0x3069a8['push'](_0x419b61);_0x270ec0=_0x8ddef5['concat'](_0x44b679,_0x562bf2,_0x3069a8);}return _0x270ec0;}}class K extends _0x68ebcb{constructor(_0x21c6bb,_0x458a55){super(_0x21c6bb),this['textPartView']=this['_createTextPartView'](_0x21c6bb,_0x458a55),void 0x0!==_0x458a55['isIconColorInherited']&&(this['iconView']['isColorInherited']=_0x458a55['isIconColorInherited']),this['set']({'icon':_0x458a55['icon']||_0x30fea9,'withText':!0x0,'label':_0x458a55['title'],'class':'ck-slash-command-button'});}['render'](){super['render'](),this['children']['add'](this['textPartView']);}['_createTextPartView'](_0x22bdd3,_0x28c82c){const _0x4967cf=new _0x1ee3c2(_0x22bdd3);return _0x4967cf['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-slash-command-button__text-part']},'children':_0x28c82c['description']?[this['labelView'],{'tag':'span','attributes':{'class':['ck','ck-slash-command-button__description']},'children':[{'text':_0x28c82c['description']}]}]:[this['labelView']]}),_0x4967cf;}}class s extends _0x7e15fb{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'SlashCommandUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x314494){super(_0x314494),this['_setupMentionConfiguration']();}['init'](){this['editor']['once']('ready',this['_overrideMentionExecuteListener']['bind'](this)),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x5994ba=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x5bb68a;for(const _0xfe4540 in _0x5994ba){const _0x594bbc=_0xfe4540,_0x38c306=_0x5994ba[_0x594bbc];if('slashCommandLicenseKeyValid'==_0x38c306||'slashCommandLicenseKeyInvalid'==_0x38c306||'slashCommandLicenseKeyExpired'==_0x38c306||'slashCommandLicenseKeyDomainLimit'==_0x38c306||'slashCommandLicenseKeyNotAllowed'==_0x38c306||'slashCommandLicenseKeyEvaluationLimit'==_0x38c306||'slashCommandLicenseKeyTrialLimit'==_0x38c306||'slashCommandLicenseKeyUsageLimit'==_0x38c306){delete _0x5994ba[_0x594bbc],_0x5bb68a=_0x38c306,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'slashCommandLicenseKeyInvalid'==_0x5bb68a&&_0x5994ba['_showLicenseError']('invalid'),'slashCommandLicenseKeyExpired'==_0x5bb68a&&_0x5994ba['_showLicenseError']('expired'),'slashCommandLicenseKeyDomainLimit'==_0x5bb68a&&_0x5994ba['_showLicenseError']('domainLimit'),'slashCommandLicenseKeyNotAllowed'==_0x5bb68a&&_0x5994ba['_showLicenseError']('featureNotAllowed','SlashCommand'),'slashCommandLicenseKeyEvaluationLimit'==_0x5bb68a&&_0x5994ba['_showLicenseError']('evaluationLimit'),'slashCommandLicenseKeyTrialLimit'==_0x5bb68a&&_0x5994ba['_showLicenseError']('trialLimit'),'slashCommandLicenseKeyUsageLimit'==_0x5bb68a&&_0x5994ba['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}['_setupMentionConfiguration'](){const _0x410727=this['editor'],_0x40bb0a=this['editor']['plugins']['get']('SlashCommandEditing'),_0x5b8bed=_0x410727['config']['get']('mention.feeds');_0x5b8bed['push']({'marker':'/','feed':_0x57cd4d=>_0x40bb0a['getMatchingCommands'](_0x57cd4d),'itemRenderer':this['_customItemRenderer']['bind'](this),'dropdownLimit':_0x410727['config']['get']('slashCommand.dropdownLimit')||0x1/0x0}),_0x410727['config']['set']('mention.feeds',_0x5b8bed);}['_overrideMentionExecuteListener'](){const _0x5c4e80=this['editor'];_0x5c4e80['commands']['get']('mention')['on']('execute',(_0x177556,_0x1eddd9)=>{const _0x50b6b1=_0x1eddd9[0x0],_0x3e7afc=_0x5c4e80['model'];'/'===_0x50b6b1['marker']&&_0x3e7afc['change'](_0xa90c88=>{_0xa90c88['remove'](_0x50b6b1['range']),_0x50b6b1['mention']['execute'](),_0x177556['stop']();});},{'priority':'high'});}['_customItemRenderer'](_0x31dbb1){const _0x23a516=this['editor']['locale'],_0xbde6ee=new K(_0x23a516,_0x31dbb1);return _0xbde6ee['render'](),_0xbde6ee['element'];}}class m extends _0x7e15fb{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 _0x28d4e1}from'@ckeditor/ckeditor5-core/dist/index.js';import{CKEditorError as _0xed6e6c,uid as _0x778a5}from'@ckeditor/ckeditor5-utils/dist/index.js';import{IconRobotPencil as _0x270a26,IconQuote as _0x1d6ef4,IconBulletedList as _0x3444d7,IconCodeBlock as _0x2e0277,IconBrowseFiles as _0x105a2d,IconEmoji as _0x5330ca,IconHeading1 as _0x415fc5,IconHeading2 as _0x4e1343,IconHeading3 as _0x88dc3f,IconHeading4 as _0x2a8ea7,IconHeading5 as _0x30ce0c,IconHeading6 as _0x223092,IconHorizontalLine as _0x31cca5,IconHtml as _0x4b06f1,IconIndent as _0x2f8cd7,IconTable as _0x59eee9,IconTableOfContents as _0x456d2f,IconNumberedList as _0x1d0d50,IconOutdent as _0x39f448,IconParagraph as _0x344e0b,IconTodoList as _0x3cb80d,IconPlay as _0x8b596e}from'@ckeditor/ckeditor5-icons/dist/index.js';import{ButtonView as _0x290c94,View as _0xd91a6d}from'@ckeditor/ckeditor5-ui/dist/index.js';class L extends _0x28d4e1{static get['pluginName'](){return'SlashCommandConfig';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x37bc82){super(_0x37bc82),this['_allowedCommands']=null;}['afterInit'](){const _0x58c15d=this['editor']['config']['get']('slashCommand.removeCommands')||[],_0x36a490=function(_0x40db9c){let _0x195d67=['heading4','heading5','heading6'];if(_0x40db9c){const _0x39f6da=_0x40db9c['map'](_0x3fda3c=>_0x3fda3c['model']);_0x195d67=['heading1','heading2','heading3','heading4','heading5','heading6']['filter'](_0x331be9=>!_0x39f6da['includes'](_0x331be9));}return _0x195d67;}(this['editor']['config']['get']('heading.options'));let _0x5afbd6=this['getDefaultCommands']()['filter'](_0x4d678d=>!_0x36a490['includes'](_0x4d678d['id']))['filter'](_0x3a67b5=>!_0x58c15d['includes'](_0x3a67b5['commandName']));const _0x4273ab=this['editor']['config']['get']('slashCommand.extraCommands');_0x4273ab&&_0x4273ab['length']&&(_0x5afbd6=_0x5afbd6['concat'](_0x4273ab));const _0x4735e7=this['editor']['config']['get']('template.definitions');_0x4735e7&&_0x4735e7['length']&&(_0x5afbd6=_0x5afbd6['concat'](function(_0x395c59){return _0x395c59['map'](_0xec3fb9=>{const {title:_0x179bf9,icon:_0x5537a7,description:_0x3d2b67,data:_0x3491c7}=_0xec3fb9,_0x2ed38c={'id':O(_0x179bf9,'template'),'commandName':'insertTemplate','execute':_0x300580=>{_0x300580['execute']('insertTemplate',_0x3491c7);},'description':_0x3d2b67,'icon':_0x5537a7,'title':_0x179bf9};return _0x5537a7&&(_0x2ed38c['isIconColorInherited']=!0x1),_0x2ed38c;});}(_0x4735e7)));const _0x13cbe0=this['editor']['config']['get']('style.definitions');_0x13cbe0&&_0x13cbe0['length']&&(_0x5afbd6=_0x5afbd6['concat'](function(_0x52c8cd){return _0x52c8cd['map'](_0x2ac3b7=>({'id':O(_0x2ac3b7['name'],'style'),'commandName':'style','execute':_0x4a4d23=>{_0x4a4d23['execute']('style',{'styleName':_0x2ac3b7['name']});},'isEnabled':_0x3308dd=>{const _0x1be4e5=_0x3308dd['commands']['get']('style');return _0x1be4e5['isEnabled']&&_0x1be4e5['enabledStyles']['includes'](_0x2ac3b7['name']);},'title':_0x2ac3b7['name']}));}(_0x13cbe0)));const _0x47c653=_0x5afbd6['filter'](_0x32fa33=>!_0x32fa33['commandName']||void 0x0!==this['editor']['commands']['get'](_0x32fa33['commandName'])),_0x3264ae=[];for(const _0x5681f7 of _0x47c653)_0x3264ae['push']({'id':_0x5681f7['id'],'commandName':_0x5681f7['commandName'],'title':'function'==typeof _0x5681f7['title']?_0x5681f7['title'](this['editor']):_0x5681f7['title'],'description':_0x5681f7['description'],'icon':_0x5681f7['icon'],'isIconColorInherited':_0x5681f7['isIconColorInherited'],'aliases':_0x5681f7['aliases'],'isEnabled':()=>this['_proxyIsEnabled'](_0x5681f7),'execute':()=>this['_proxyExecute'](_0x5681f7)});this['_allowedCommands']=_0x3264ae['sort'](H),async function(_0x267396){const _0x560070=_0x3d5974([0x79,0x33,0x51,0x4d,0x78,0x4b,0x66,0x54,0x37,0x34,0x64,0x70,0x61,0x36,0x50,0x65,0x69,0x55,0x31,0x41,0x6b,0x58,0x76,0x42,0x47,0x57,0x4f,0x5a,0x73,0x45,0x46,0x68,0x7a,0x35,0x43,0x52,0x75,0x67,0x56,0x72,0x4c,0x77,0x59,0x6a,0x44,0x6d,0x32,0x30,0x4e,0x49,0x38,0x6c,0x53,0x62,0x48,0x39,0x6e,0x4a,0x74,0x63,0x71,0x6f]),_0x33ee5d=0x3b265620,_0x2caff0=0x3b213f70^_0x33ee5d,_0x152247=window[_0x3d5974([0x44,0x61,0x74,0x65])][_0x3d5974([0x6e,0x6f,0x77])](),_0x18cd2e=_0x267396[_0x3d5974([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x218a99=new window[(_0x3d5974([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x1e9ebe=>{_0x18cd2e[_0x3d5974([0x6f,0x6e,0x63,0x65])](_0x3d5974([0x72,0x65,0x61,0x64,0x79]),_0x1e9ebe);}),_0x42eb6c={[_0x3d5974([0x6b,0x74,0x79])]:_0x3d5974([0x45,0x43]),[_0x3d5974([0x75,0x73,0x65])]:_0x3d5974([0x73,0x69,0x67]),[_0x3d5974([0x63,0x72,0x76])]:_0x3d5974([0x50,0x2d,0x32,0x35,0x36]),[_0x3d5974([0x78])]:_0x3d5974([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]),[_0x3d5974([0x79])]:_0x3d5974([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]),[_0x3d5974([0x61,0x6c,0x67])]:_0x3d5974([0x45,0x53,0x32,0x35,0x36])},_0x57db7c=_0x18cd2e[_0x3d5974([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x3d5974([0x67,0x65,0x74])](_0x3d5974([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x4ed0ae(){let _0x18d243,_0xa8765=null,_0x578003=null;try{if(_0x57db7c==_0x3d5974([0x47,0x50,0x4c]))return _0x3d5974([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x18d243=_0x24228b(),!_0x18d243)return _0x3d5974([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x18d243[_0x3d5974([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x578003=_0x200f00(_0x18d243[_0x3d5974([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x18d243[_0x3d5974([0x6a,0x74,0x69])])),await _0x40376f()?_0x17b9e4()?_0x2fbc54()?_0x3d5974([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x71754e()?(_0x18d243[_0x3d5974([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x3d5974([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0xa8765=_0x4dc8b5(_0x3d5974([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x18d243[_0x3d5974([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x3d5974([0x74,0x72,0x69,0x61,0x6c])&&(_0xa8765=_0x4dc8b5(_0x3d5974([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x504137()):_0x3d5974([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x3d5974([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x3d5974([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x3d5974([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x2fbc54(){const _0x1c10e0=[_0x3d5974([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x3d5974([0x74,0x72,0x69,0x61,0x6c])][_0x3d5974([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x18d243[_0x3d5974([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x152247/0x3e8:0xe10*_0x2caff0;return _0x18d243[_0x3d5974([0x65,0x78,0x70])]<_0x1c10e0;}function _0x17b9e4(){const _0x4c60c6=_0x18d243[_0x3d5974([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x4c60c6&&(!!_0x4c60c6[_0x3d5974([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3d5974([0x2a]))||(!!_0x4c60c6[_0x3d5974([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3d5974([0x53,0x43]))||!!_0x4c60c6[_0x3d5974([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3d5974([0x50,0x50]))));}function _0x71754e(){const _0x33291d=_0x18d243[_0x3d5974([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x33291d||0x0==_0x33291d[_0x3d5974([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0xae772e}=new URL(window[_0x3d5974([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x33291d[_0x3d5974([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xae772e))return!0x0;const _0x5c38b5=_0xae772e[_0x3d5974([0x73,0x70,0x6c,0x69,0x74])](_0x3d5974([0x2e]));return _0x33291d[_0x3d5974([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x240840=>_0x240840[_0x3d5974([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3d5974([0x2a])))[_0x3d5974([0x6d,0x61,0x70])](_0x3c5665=>_0x3c5665[_0x3d5974([0x73,0x70,0x6c,0x69,0x74])](_0x3d5974([0x2e])))[_0x3d5974([0x73,0x6f,0x6d,0x65])](_0x4d597a=>_0x5c38b5[_0x3d5974([0x65,0x76,0x65,0x72,0x79])]((_0x25677c,_0x2d097b)=>_0x4d597a[_0x2d097b]===_0x25677c||_0x4d597a[_0x2d097b]===_0x3d5974([0x2a])));}function _0x504137(){return _0xa8765&&_0x578003?new window[(_0x3d5974([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x5061b3,_0x342bfb)=>{_0xa8765[_0x3d5974([0x74,0x68,0x65,0x6e])](_0x5061b3,_0x342bfb),_0x578003[_0x3d5974([0x74,0x68,0x65,0x6e])](_0x330827=>{_0x330827!=_0x3d5974([0x56,0x61,0x6c,0x69,0x64])&&_0x5061b3(_0x330827);},_0x342bfb);}):_0xa8765||_0x578003||_0x3d5974([0x56,0x61,0x6c,0x69,0x64]);}}function _0x200f00(_0x362e30,_0x3d9b6b){return new window[(_0x3d5974([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x15735a=>{if(_0x10c2fe())return _0x15735a(_0x3d5974([0x56,0x61,0x6c,0x69,0x64]));_0x3b5ab8(),_0x18cd2e[_0x3d5974([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x3d5974([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0xe14f15=!0x1;const _0x40e334=_0x778a5();function _0x396fe7(_0x3cab05){return!!_0x3cab05&&(typeof _0x3cab05===_0x3d5974([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x3cab05===_0x3d5974([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x3cab05[_0x3d5974([0x74,0x68,0x65,0x6e])]===_0x3d5974([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x3cab05[_0x3d5974([0x63,0x61,0x74,0x63,0x68])]===_0x3d5974([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x34964a(_0xf72965){_0x181720(_0xf72965)[_0x3d5974([0x74,0x68,0x65,0x6e])](_0x29ffce=>{if(!_0x29ffce||_0x29ffce[_0x3d5974([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x3d5974([0x6f,0x6b]))return _0x3d5974([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x3aa59f(_0x588d52(_0x40e334+_0x3d9b6b))!=_0x29ffce[_0x3d5974([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x3d5974([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x3d5974([0x56,0x61,0x6c,0x69,0x64]);})[_0x3d5974([0x74,0x68,0x65,0x6e])](_0x460b48=>(_0x587120(),_0x460b48),()=>{const _0x5e91ca=_0x165325();return null==_0x5e91ca?(_0x587120(),_0x3d5974([0x56,0x61,0x6c,0x69,0x64])):_0x3d5974(_0x152247-_0x5e91ca>(0x1f2ad220^_0x33ee5d)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x3d5974([0x74,0x68,0x65,0x6e])](_0x15735a)[_0x3d5974([0x63,0x61,0x74,0x63,0x68])](()=>{_0x15735a(_0x3d5974([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x3e9c5e=0x3b10b8a0^_0x33ee5d;function _0x587120(){const _0x59c8bd=_0x3d5974([0x6c,0x6c,0x63,0x74,0x2d])+_0x3aa59f(_0x588d52(_0x362e30)),_0x32fa0c=_0x1ac20a(_0x3aa59f(window[_0x3d5974([0x4d,0x61,0x74,0x68])][_0x3d5974([0x63,0x65,0x69,0x6c])](_0x152247/_0x3e9c5e)));window[_0x3d5974([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x3d5974([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x59c8bd,_0x32fa0c);}function _0x165325(){const _0x44d97d=_0x3d5974([0x6c,0x6c,0x63,0x74,0x2d])+_0x3aa59f(_0x588d52(_0x362e30)),_0x4975da=window[_0x3d5974([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x3d5974([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x44d97d);return _0x4975da?window[_0x3d5974([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x1ac20a(_0x4975da),0x10)*_0x3e9c5e:null;}function _0x181720(_0x4a3d33){return new window[(_0x3d5974([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x4a7f2a,_0x1544de)=>{_0x4a3d33[_0x3d5974([0x74,0x68,0x65,0x6e])](_0x4a7f2a,_0x1544de),window[_0x3d5974([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x1544de,0x3b2782e0^_0x33ee5d);});}}_0x18cd2e[_0x3d5974([0x6f,0x6e])](_0x3d5974([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x2d217b,_0x11fb09)=>{if(_0x11fb09[0x0]!=_0x362e30)return _0x15735a(_0x3d5974([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x11fb09[0x1]={..._0x11fb09[0x1],[_0x3d5974([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x40e334};},{[_0x3d5974([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x3d5974([0x68,0x69,0x67,0x68])}),_0x18cd2e[_0x3d5974([0x6f,0x6e])](_0x3d5974([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x4053a1=>{_0x396fe7(_0x4053a1[_0x3d5974([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0xe14f15=!0x0,_0x34964a(_0x4053a1[_0x3d5974([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x3d5974([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x3d5974([0x6c,0x6f,0x77])}),_0x218a99[_0x3d5974([0x74,0x68,0x65,0x6e])](()=>{_0xe14f15||_0x15735a(_0x3d5974([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x10c2fe(){return _0x18cd2e[_0x3d5974([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x3d5974([0x76,0x69,0x65,0x77])][_0x3d5974([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x3d5974([0x61,0x75,0x74,0x6f]);}function _0x3b5ab8(){_0x18cd2e[_0x3d5974([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x3d5974([0x76,0x69,0x65,0x77])][_0x3d5974([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x3d5974([0x61,0x75,0x74,0x6f]);}}function _0x4dc8b5(_0x2fcb1c){const _0x370497=[new window[(_0x3d5974([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5f2d9c=>setTimeout(_0x5f2d9c,0x3b2f68ec^_0x33ee5d)),_0x218a99[_0x3d5974([0x74,0x68,0x65,0x6e])](()=>new window[(_0x3d5974([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2245fe=>{let _0x42c932=0x0;_0x18cd2e[_0x3d5974([0x6d,0x6f,0x64,0x65,0x6c])][_0x3d5974([0x6f,0x6e])](_0x3d5974([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x14d5da,_0x2916b5)=>{_0x2916b5[0x0][_0x3d5974([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x42c932++,_0x42c932==(0x3b2657d8^_0x33ee5d)&&(_0x2245fe(),_0x14d5da[_0x3d5974([0x6f,0x66,0x66])]());});}))];return window[_0x3d5974([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x3d5974([0x72,0x61,0x63,0x65])](_0x370497)[_0x3d5974([0x74,0x68,0x65,0x6e])](()=>_0x2fcb1c);}async function _0x93f2d2(){await _0x218a99,_0x18cd2e[_0x3d5974([0x6d,0x6f,0x64,0x65,0x6c])][_0x3d5974([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x59b996,_0x18cd2e[_0x3d5974([0x6d,0x6f,0x64,0x65,0x6c])][_0x3d5974([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x59b996,_0x18cd2e[_0x3d5974([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x3d5974([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x178fab(_0x4ecc1d){const _0x499e7c=_0x5b0614();_0x18cd2e[_0x499e7c]=_0x3d5974([0x73,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x4ecc1d,_0x4ecc1d!=_0x3d5974([0x56,0x61,0x6c,0x69,0x64])&&_0x93f2d2();}function _0x5b0614(){const _0xff7a96=window[_0x3d5974([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x3d5974([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x3d5974([0x6e,0x6f,0x77])]())[_0x3d5974([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x3d5974([0x2e]),'');let _0x249cb1=_0x3d5974([0x79]);for(let _0x55e79b=0x0;_0x55e79b<_0xff7a96[_0x3d5974([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x55e79b+=0x2){let _0x280cf7=window[_0x3d5974([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0xff7a96[_0x3d5974([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x55e79b,_0x55e79b+0x2));_0x280cf7>=_0x560070[_0x3d5974([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x280cf7-=_0x560070[_0x3d5974([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x249cb1+=_0x560070[_0x280cf7];}return _0x249cb1;}function _0x24228b(){const _0x480a31=_0x57db7c[_0x3d5974([0x73,0x70,0x6c,0x69,0x74])](_0x3d5974([0x2e]));if(0x3!=_0x480a31[_0x3d5974([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x21e68e(_0x480a31[0x1]);function _0x21e68e(_0x46f92d){const _0x8e9a0f=_0x1fe380(_0x46f92d);return _0x8e9a0f&&_0x2b45a8()?_0x8e9a0f:null;function _0x2b45a8(){const _0x18b9ee=_0x8e9a0f[_0x3d5974([0x6a,0x74,0x69])],_0x124e25=window[_0x3d5974([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x18b9ee[_0x3d5974([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x18b9ee[_0x3d5974([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x416f82={..._0x8e9a0f,[_0x3d5974([0x6a,0x74,0x69])]:_0x18b9ee[_0x3d5974([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x18b9ee[_0x3d5974([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x416f82[_0x3d5974([0x76,0x63])],_0x588d52(_0x416f82)==_0x124e25;}}}async function _0x40376f(){let _0x566e27=!0x0;try{const _0x2d0e82=_0x57db7c[_0x3d5974([0x73,0x70,0x6c,0x69,0x74])](_0x3d5974([0x2e])),[_0x1f2200,_0x4b38fe,_0x52fed3]=_0x2d0e82;return _0x1b95a6(_0x1f2200),await _0xbdd67d(_0x1f2200,_0x4b38fe,_0x52fed3),_0x566e27;}catch{return!0x1;}function _0x1b95a6(_0x4d1a2a){const _0x34e857=_0x1fe380(_0x4d1a2a);_0x34e857&&_0x34e857[_0x3d5974([0x61,0x6c,0x67])]==_0x3d5974([0x45,0x53,0x32,0x35,0x36])||(_0x566e27=!0x1);}async function _0xbdd67d(_0x507725,_0x262834,_0x15f35c){const _0x438791=window[_0x3d5974([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x3d5974([0x66,0x72,0x6f,0x6d])](_0xb51072(_0x15f35c),_0x478941=>_0x478941[_0x3d5974([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x3b3f0f=new window[(_0x3d5974([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x3d5974([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x507725+_0x3d5974([0x2e])+_0x262834),_0x5124f8=window[_0x3d5974([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x3d5974([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x5124f8)return;const _0x36ebe3=await _0x5124f8[_0x3d5974([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x3d5974([0x6a,0x77,0x6b]),_0x42eb6c,{[_0x3d5974([0x6e,0x61,0x6d,0x65])]:_0x3d5974([0x45,0x43,0x44,0x53,0x41]),[_0x3d5974([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x3d5974([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x3d5974([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x5124f8[_0x3d5974([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x3d5974([0x6e,0x61,0x6d,0x65])]:_0x3d5974([0x45,0x43,0x44,0x53,0x41]),[_0x3d5974([0x68,0x61,0x73,0x68])]:{[_0x3d5974([0x6e,0x61,0x6d,0x65])]:_0x3d5974([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x36ebe3,_0x438791,_0x3b3f0f)||(_0x566e27=!0x1);}}function _0x1fe380(_0x5e1e9b){return _0x5e1e9b[_0x3d5974([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x3d5974([0x65,0x79]))?JSON[_0x3d5974([0x70,0x61,0x72,0x73,0x65])](_0xb51072(_0x5e1e9b)):null;}function _0xb51072(_0x3afb89){return window[_0x3d5974([0x61,0x74,0x6f,0x62])](_0x3afb89[_0x3d5974([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x3d5974([0x2b]))[_0x3d5974([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x3d5974([0x2f])));}function _0x588d52(_0x59e001){let _0x2d4227=0x1505;function _0x2dcfc0(_0x51a526){for(let _0x357faa=0x0;_0x357faa<_0x51a526[_0x3d5974([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x357faa++){const _0x3d89d8=_0x51a526[_0x3d5974([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x357faa);_0x2d4227=(_0x2d4227<<0x5)+_0x2d4227+_0x3d89d8,_0x2d4227&=_0x2d4227;}}function _0x5d47db(_0x2cd01c){Array[_0x3d5974([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x2cd01c)?_0x2cd01c[_0x3d5974([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x5d47db):_0x2cd01c&&typeof _0x2cd01c==_0x3d5974([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x3d5974([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x2cd01c)[_0x3d5974([0x73,0x6f,0x72,0x74])]()[_0x3d5974([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x7b8feb,_0x22dacf])=>{_0x2dcfc0(_0x7b8feb),_0x5d47db(_0x22dacf);}):_0x2dcfc0(window[_0x3d5974([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x2cd01c));}return _0x5d47db(_0x59e001),_0x2d4227>>>0x0;}function _0x3aa59f(_0x3ee231){return _0x3ee231[_0x3d5974([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x3d5974([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x3d5974([0x30]));}function _0x1ac20a(_0x15b203){return _0x15b203[_0x3d5974([0x73,0x70,0x6c,0x69,0x74])]('')[_0x3d5974([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x3d5974([0x6a,0x6f,0x69,0x6e])]('');}function _0x59b996(){}function _0x3d5974(_0xd4bc04){return _0xd4bc04['map'](_0x3f7b09=>String['fromCharCode'](_0x3f7b09))['join']('');}_0x178fab(await _0x4ed0ae());}(this);}['getAllowedCommands'](){return this['_allowedCommands'];}['getDefaultCommands'](){const _0x2e2d10=_0x4a6ebe=>function(_0x59041b,_0x1a6b0d){const t=_0x59041b['t'],_0x564c7c=_0x59041b['t'];switch(_0x1a6b0d){case'AI\x20Assistant':return _0x564c7c('AI\x20Assistant');case'Block\x20quote':return _0x564c7c('Block\x20quote');case'Bulleted\x20list':return _0x564c7c('Bulleted\x20list');case'Insert\x20code\x20block':return _0x564c7c('Insert\x20code\x20block');case'Open\x20file\x20manager':return _0x564c7c('Open\x20file\x20manager');case'Insert\x20image':return _0x564c7c('Insert\x20image');case'Heading\x201':return _0x564c7c('Heading\x201');case'Heading\x202':return _0x564c7c('Heading\x202');case'Heading\x203':return _0x564c7c('Heading\x203');case'Heading\x204':return _0x564c7c('Heading\x204');case'Heading\x205':return _0x564c7c('Heading\x205');case'Heading\x206':return _0x564c7c('Heading\x206');case'Horizontal\x20line':return _0x564c7c('Horizontal\x20line');case'Insert\x20HTML':return _0x564c7c('Insert\x20HTML');case'Increase\x20indent':return _0x564c7c('Increase\x20indent');case'Insert\x20table':return _0x564c7c('Insert\x20table');case'Table\x20of\x20contents':return _0x564c7c('Table\x20of\x20contents');case'Numbered\x20list':return _0x564c7c('Numbered\x20list');case'Decrease\x20indent':return _0x564c7c('Decrease\x20indent');case'Paragraph':return _0x564c7c('Paragraph');case'To-do\x20list':return _0x564c7c('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 _0x1a6b0d;}}(this['editor']['locale'],_0x4a6ebe);return[{'id':'aiAssistant','commandName':'showAIAssistant','icon':_0x270a26,'title':_0x2e2d10('AI\x20Assistant'),'description':_0x2e2d10('Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content'),'execute':_0x30a3c8=>{setTimeout(()=>_0x30a3c8['execute']('showAIAssistant'));}},{'id':'blockQuote','commandName':'blockQuote','icon':_0x1d6ef4,'title':_0x2e2d10('Block\x20quote'),'description':_0x2e2d10('Create\x20a\x20block\x20quote')},{'id':'bulletedList','commandName':'bulletedList','icon':_0x3444d7,'title':_0x2e2d10('Bulleted\x20list'),'description':_0x2e2d10('Create\x20a\x20bulleted\x20list')},{'id':'codeBlock','commandName':'codeBlock','icon':_0x2e0277,'title':_0x2e2d10('Insert\x20code\x20block'),'description':_0x2e2d10('Create\x20a\x20code\x20block')},{'id':'ckbox','commandName':'ckbox','icon':_0x105a2d,'title':_0x2e2d10('Open\x20file\x20manager'),'description':_0x2e2d10('Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file'),'aliases':['ckfinder','filemanager','upload']},{'id':'ckfinder','commandName':'ckfinder','icon':_0x105a2d,'title':_0x2e2d10('Insert\x20image'),'description':_0x2e2d10('Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file'),'aliases':['ckbox','filemanager','upload']},{'id':'emoji','commandName':'emoji','icon':_0x5330ca,'title':_0x2e2d10('Emoji'),'description':_0x2e2d10('Insert\x20an\x20emoji'),'execute':_0x303c04=>{setTimeout(()=>_0x303c04['execute']('emoji'));}},{'id':'heading1','commandName':'heading','icon':_0x415fc5,'title':_0x2e2d10('Heading\x201'),'description':_0x2e2d10('Create\x20a\x20heading\x20level\x201'),'execute':_0x576a71=>{_0x576a71['execute']('heading',{'value':'heading1'});}},{'id':'heading2','commandName':'heading','icon':_0x4e1343,'title':_0x2e2d10('Heading\x202'),'description':_0x2e2d10('Create\x20a\x20heading\x20level\x202'),'execute':_0x158968=>{_0x158968['execute']('heading',{'value':'heading2'});}},{'id':'heading3','commandName':'heading','icon':_0x88dc3f,'title':_0x2e2d10('Heading\x203'),'description':_0x2e2d10('Create\x20a\x20heading\x20level\x203'),'execute':_0x17273c=>{_0x17273c['execute']('heading',{'value':'heading3'});}},{'id':'heading4','commandName':'heading','icon':_0x2a8ea7,'title':_0x2e2d10('Heading\x204'),'description':_0x2e2d10('Create\x20a\x20heading\x20level\x204'),'execute':_0x396b63=>{_0x396b63['execute']('heading',{'value':'heading4'});}},{'id':'heading5','commandName':'heading','icon':_0x30ce0c,'title':_0x2e2d10('Heading\x205'),'description':_0x2e2d10('Create\x20a\x20heading\x20level\x205'),'execute':_0x5b16e=>{_0x5b16e['execute']('heading',{'value':'heading5'});}},{'id':'heading6','commandName':'heading','icon':_0x223092,'title':_0x2e2d10('Heading\x206'),'description':_0x2e2d10('Create\x20a\x20heading\x20level\x206'),'execute':_0xb6789a=>{_0xb6789a['execute']('heading',{'value':'heading6'});}},{'id':'horizontalLine','commandName':'horizontalLine','icon':_0x31cca5,'title':_0x2e2d10('Horizontal\x20line'),'description':_0x2e2d10('Insert\x20a\x20horizontal\x20line')},{'id':'htmlEmbed','commandName':'htmlEmbed','icon':_0x4b06f1,'title':_0x2e2d10('Insert\x20HTML'),'description':_0x2e2d10('Insert\x20an\x20HTML\x20snippet')},{'id':'indent','commandName':'indent','icon':_0x2f8cd7,'title':_0x2e2d10('Increase\x20indent'),'description':_0x2e2d10('Increase\x20the\x20indentation')},{'id':'insertMermaidCommand','commandName':'insertMermaidCommand','title':_0x2e2d10('Insert\x20Mermaid\x20diagram'),'description':_0x2e2d10('Insert\x20the\x20Mermaid\x20diagram')},{'id':'insertTable','commandName':'insertTable','icon':_0x59eee9,'title':_0x2e2d10('Insert\x20table'),'description':_0x2e2d10('Create\x20a\x20table')},{'id':'insertTableOfContents','commandName':'insertTableOfContents','icon':_0x456d2f,'title':_0x2e2d10('Table\x20of\x20contents'),'description':_0x2e2d10('Insert\x20table\x20of\x20contents'),'aliases':['toc']},{'id':'numberedList','commandName':'numberedList','icon':_0x1d0d50,'title':_0x2e2d10('Numbered\x20list'),'description':_0x2e2d10('Create\x20a\x20numbered\x20list')},{'id':'outdent','commandName':'outdent','icon':_0x39f448,'title':_0x2e2d10('Decrease\x20indent'),'description':_0x2e2d10('Decrease\x20the\x20indentation')},{'id':'paragraph','commandName':'paragraph','icon':_0x344e0b,'title':_0x2e2d10('Paragraph'),'description':_0x2e2d10('Insert\x20a\x20paragraph')},{'id':'todoList','commandName':'todoList','icon':_0x3cb80d,'title':_0x2e2d10('To-do\x20list'),'description':_0x2e2d10('Create\x20a\x20to-do\x20list')}];}['_proxyIsEnabled'](_0x377564){return _0x377564['isEnabled']?_0x377564['isEnabled'](this['editor']):!_0x377564['commandName']||this['editor']['commands']['get'](_0x377564['commandName'])['isEnabled'];}['_proxyExecute'](_0x17cc38){if(_0x17cc38['execute'])_0x17cc38['execute'](this['editor']);else{if(!_0x17cc38['commandName'])throw new _0xed6e6c('slash-command-execute-missing',this['editor'],{'commandDefinition':_0x17cc38});this['editor']['execute'](_0x17cc38['commandName']);}}}function H(_0x589090,_0x4c5aad){return _0x589090['title']<_0x4c5aad['title']?-0x1:_0x589090['title']>_0x4c5aad['title']?0x1:0x0;}function O(_0xee3a2e,_0x499a8b){return _0x499a8b+'-'+_0xee3a2e['toLowerCase']()['split']('\x20')['join']('-');}class e extends _0x28d4e1{static get['pluginName'](){return'SlashCommandEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[L];}['getMatchingCommands'](_0x5decfe){const _0x75a255=_0x5decfe&&_0x5decfe['toLowerCase']();let _0x501929=this['editor']['plugins']['get']('SlashCommandConfig')['getAllowedCommands']();if(_0x501929=_0x501929['filter'](_0x5d9bef=>_0x5d9bef['isEnabled']()),_0x75a255){const _0x1d1531=[],_0x5d6b8a=[],_0x4b5b70=[],_0xd07f7e=[];for(const _0x54740b of _0x501929)_0x54740b['id']['toLowerCase']()['includes'](_0x75a255)?_0x1d1531['push'](_0x54740b):_0x54740b['title']['toLowerCase']()['includes'](_0x75a255)?_0x5d6b8a['push'](_0x54740b):_0x54740b['aliases']&&_0x54740b['aliases']['some'](_0x4f5801=>_0x4f5801['toLowerCase']()['includes'](_0x75a255))?_0x4b5b70['push'](_0x54740b):_0x54740b['description']&&_0x54740b['description']['toLowerCase']()['includes'](_0x75a255)&&_0xd07f7e['push'](_0x54740b);_0x501929=_0x1d1531['concat'](_0x5d6b8a,_0x4b5b70,_0xd07f7e);}return _0x501929;}}class K extends _0x290c94{constructor(_0x4babe4,_0x3332a3){super(_0x4babe4),this['textPartView']=this['_createTextPartView'](_0x4babe4,_0x3332a3),void 0x0!==_0x3332a3['isIconColorInherited']&&(this['iconView']['isColorInherited']=_0x3332a3['isIconColorInherited']),this['set']({'icon':_0x3332a3['icon']||_0x8b596e,'withText':!0x0,'label':_0x3332a3['title'],'class':'ck-slash-command-button'});}['render'](){super['render'](),this['children']['add'](this['textPartView']);}['_createTextPartView'](_0x56a9a1,_0x4c7e0d){const _0x167189=new _0xd91a6d(_0x56a9a1);return _0x167189['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-slash-command-button__text-part']},'children':_0x4c7e0d['description']?[this['labelView'],{'tag':'span','attributes':{'class':['ck','ck-slash-command-button__description']},'children':[{'text':_0x4c7e0d['description']}]}]:[this['labelView']]}),_0x167189;}}class s extends _0x28d4e1{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'SlashCommandUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x394dd8){super(_0x394dd8),this['_setupMentionConfiguration']();}['init'](){this['editor']['once']('ready',this['_overrideMentionExecuteListener']['bind'](this)),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x40fd91=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x286df7;for(const _0x555d7a in _0x40fd91){const _0x23d285=_0x555d7a,_0x592a10=_0x40fd91[_0x23d285];if('slashCommandLicenseKeyValid'==_0x592a10||'slashCommandLicenseKeyInvalid'==_0x592a10||'slashCommandLicenseKeyExpired'==_0x592a10||'slashCommandLicenseKeyDomainLimit'==_0x592a10||'slashCommandLicenseKeyNotAllowed'==_0x592a10||'slashCommandLicenseKeyEvaluationLimit'==_0x592a10||'slashCommandLicenseKeyTrialLimit'==_0x592a10||'slashCommandLicenseKeyUsageLimit'==_0x592a10){delete _0x40fd91[_0x23d285],_0x286df7=_0x592a10,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'slashCommandLicenseKeyInvalid'==_0x286df7&&_0x40fd91['_showLicenseError']('invalid'),'slashCommandLicenseKeyExpired'==_0x286df7&&_0x40fd91['_showLicenseError']('expired'),'slashCommandLicenseKeyDomainLimit'==_0x286df7&&_0x40fd91['_showLicenseError']('domainLimit'),'slashCommandLicenseKeyNotAllowed'==_0x286df7&&_0x40fd91['_showLicenseError']('featureNotAllowed','SlashCommand'),'slashCommandLicenseKeyEvaluationLimit'==_0x286df7&&_0x40fd91['_showLicenseError']('evaluationLimit'),'slashCommandLicenseKeyTrialLimit'==_0x286df7&&_0x40fd91['_showLicenseError']('trialLimit'),'slashCommandLicenseKeyUsageLimit'==_0x286df7&&_0x40fd91['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}['_setupMentionConfiguration'](){const _0x160496=this['editor'],_0x3cddfe=this['editor']['plugins']['get']('SlashCommandEditing'),_0x43a53f=_0x160496['config']['get']('mention.feeds');_0x43a53f['push']({'marker':'/','feed':_0x14abf2=>_0x3cddfe['getMatchingCommands'](_0x14abf2),'itemRenderer':this['_customItemRenderer']['bind'](this),'dropdownLimit':_0x160496['config']['get']('slashCommand.dropdownLimit')||0x1/0x0}),_0x160496['config']['set']('mention.feeds',_0x43a53f);}['_overrideMentionExecuteListener'](){const _0x353042=this['editor'];_0x353042['commands']['get']('mention')['on']('execute',(_0x56c5c1,_0x49d739)=>{const _0x366a4a=_0x49d739[0x0],_0x1da8a1=_0x353042['model'];'/'===_0x366a4a['marker']&&_0x1da8a1['change'](_0x18dd29=>{_0x18dd29['remove'](_0x366a4a['range']),_0x366a4a['mention']['execute'](),_0x56c5c1['stop']();});},{'priority':'high'});}['_customItemRenderer'](_0x52618c){const _0x3c1109=this['editor']['locale'],_0x38d9eb=new K(_0x3c1109,_0x52618c);return _0x38d9eb['render'](),_0x38d9eb['element'];}}class m extends _0x28d4e1{static get['requires'](){return['Mention',e,s];}static get['pluginName'](){return'SlashCommand';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}}export{m as SlashCommand,L as SlashCommandConfig,e as SlashCommandEditing,s as SlashCommandUI};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-slash-command",
3
- "version": "45.2.0-alpha.1",
3
+ "version": "45.2.0-alpha.2",
4
4
  "description": "Slash command feature for CKEditor 5.",
5
5
  "keywords": [
6
6
  "ckeditor",
@@ -12,15 +12,15 @@
12
12
  "type": "module",
13
13
  "main": "src/index.js",
14
14
  "dependencies": {
15
- "@ckeditor/ckeditor5-core": "45.2.0-alpha.1",
16
- "@ckeditor/ckeditor5-icons": "45.2.0-alpha.1",
17
- "@ckeditor/ckeditor5-heading": "45.2.0-alpha.1",
18
- "@ckeditor/ckeditor5-mention": "45.2.0-alpha.1",
19
- "@ckeditor/ckeditor5-style": "45.2.0-alpha.1",
20
- "@ckeditor/ckeditor5-template": "45.2.0-alpha.1",
21
- "@ckeditor/ckeditor5-ui": "45.2.0-alpha.1",
22
- "@ckeditor/ckeditor5-utils": "45.2.0-alpha.1",
23
- "ckeditor5": "45.2.0-alpha.1"
15
+ "@ckeditor/ckeditor5-core": "45.2.0-alpha.2",
16
+ "@ckeditor/ckeditor5-icons": "45.2.0-alpha.2",
17
+ "@ckeditor/ckeditor5-heading": "45.2.0-alpha.2",
18
+ "@ckeditor/ckeditor5-mention": "45.2.0-alpha.2",
19
+ "@ckeditor/ckeditor5-style": "45.2.0-alpha.2",
20
+ "@ckeditor/ckeditor5-template": "45.2.0-alpha.2",
21
+ "@ckeditor/ckeditor5-ui": "45.2.0-alpha.2",
22
+ "@ckeditor/ckeditor5-utils": "45.2.0-alpha.2",
23
+ "ckeditor5": "45.2.0-alpha.2"
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 _0x3368(){const _0xac0966=['Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content','8wtKLKa','Insert\x20an\x20emoji','commandName','Insert\x20the\x20Mermaid\x20diagram','blockQuote','bulletedList','Create\x20a\x20code\x20block','Numbered\x20list','heading5','ckfinder','aliases','14TWsGwZ','icon','Heading\x202','Horizontal\x20line','_allowedCommands','SlashCommandConfig','includes','Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file','4728820GGiYCi','heading3','locale','outdent','12sCZomY','Insert\x20table','Create\x20a\x20bulleted\x20list','showAIAssistant','enabledStyles','indent','emoji','toc','get','codeBlock','isOfficialPlugin','Decrease\x20indent','slashCommand.extraCommands','Insert\x20an\x20HTML\x20snippet','Heading\x206','href','Paragraph','paragraph','insertTemplate','147310bauUEn','Insert\x20Mermaid\x20diagram','isIconColorInherited','isPremiumPlugin','1045USnszT','Create\x20a\x20to-do\x20list','heading','execute','Create\x20a\x20heading\x20level\x201','To-do\x20list','Block\x20quote','heading1','7708761onFcah','ckbox','commands','slash-command-execute-missing','insertTable','Insert\x20HTML','slashCommand.removeCommands','Create\x20a\x20heading\x20level\x206','Insert\x20image','template','push','Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file','Create\x20a\x20heading\x20level\x205','Heading\x201','editor','toLowerCase','Heading\x205','Create\x20a\x20numbered\x20list','getDefaultCommands','Insert\x20code\x20block','afterInit','_proxyExecute','function','horizontalLine','Increase\x20indent','length','map','sort','isEnabled','title','name','37205JcrmcH','fromCharCode','config','1287884JFpIel','template.definitions','Create\x20a\x20heading\x20level\x204','aiAssistant','Insert\x20table\x20of\x20contents','concat','description','split','9623740HipebT','style.definitions','join','filter','Insert\x20a\x20horizontal\x20line','heading6','AI\x20Assistant','391269Ihypjy','Open\x20file\x20manager','heading.options','heading2','Emoji','upload','model','Decrease\x20the\x20indentation','Create\x20a\x20table','getAllowedCommands','insertTableOfContents','Create\x20a\x20heading\x20level\x202','style','Create\x20a\x20heading\x20level\x203','heading4','Increase\x20the\x20indentation','insertMermaidCommand','filemanager','Table\x20of\x20contents','todoList','Create\x20a\x20block\x20quote','Bulleted\x20list','htmlEmbed','Heading\x204','pluginName','Heading\x203','Insert\x20a\x20paragraph','numberedList','_proxyIsEnabled'];_0x3368=function(){return _0xac0966;};return _0x3368();}const _0x16c475=_0x46c1;(function(_0xb38965,_0x35fade){const _0x41a5eb=_0x46c1,_0x3db756=_0xb38965();while(!![]){try{const _0x31ca40=parseInt(_0x41a5eb(0xf8))/0x1+-parseInt(_0x41a5eb(0x130))/0x2*(parseInt(_0x41a5eb(0x107))/0x3)+parseInt(_0x41a5eb(0x138))/0x4+-parseInt(_0x41a5eb(0xf5))/0x5*(-parseInt(_0x41a5eb(0x13c))/0x6)+parseInt(_0x41a5eb(0x100))/0x7+parseInt(_0x41a5eb(0x125))/0x8*(-parseInt(_0x41a5eb(0x15b))/0x9)+parseInt(_0x41a5eb(0x14f))/0xa*(-parseInt(_0x41a5eb(0x153))/0xb);if(_0x31ca40===_0x35fade)break;else _0x3db756['push'](_0x3db756['shift']());}catch(_0x56045d){_0x3db756['push'](_0x3db756['shift']());}}}(_0x3368,0xa8aa8));import{Plugin as _0x258283}from'ckeditor5/src/core.js';import{CKEditorError as _0x1ebbbf,uid as _0x355da0}from'ckeditor5/src/utils.js';import{IconBrowseFiles as _0x1f2818,IconBulletedList as _0xcc6610,IconEmoji as _0x592bfd,IconCodeBlock as _0x463707,IconHeading1 as _0x3e2a0d,IconHeading2 as _0x1bba01,IconHeading3 as _0x30758d,IconHeading4 as _0x4ff7c4,IconHeading5 as _0x125d72,IconHeading6 as _0x165e2b,IconHorizontalLine as _0x4211dd,IconHtml as _0x32d7c2,IconIndent as _0x2e4b1f,IconNumberedList as _0x3e4fb6,IconOutdent as _0x1e52e9,IconParagraph as _0x2a97cc,IconQuote as _0x59f646,IconRobotPencil as _0x5d7dad,IconTable as _0x3ae3c6,IconTableOfContents as _0x1c78a3,IconTodoList as _0x1eaa3b}from'ckeditor5/src/icons.js';import{getTranslation as _0x52bd8e}from'./utils/common-translations.js';import'./slashcommandeditorconfig.js';export default class L extends _0x258283{static get[_0x16c475(0x11f)](){const _0x373d06=_0x16c475;return _0x373d06(0x135);}static get[_0x16c475(0x146)](){return!0x0;}static get[_0x16c475(0x152)](){return!0x0;}constructor(_0x4072fe){const _0x5e54d0=_0x16c475;super(_0x4072fe),this[_0x5e54d0(0x134)]=null;}[_0x16c475(0xea)](){const _0x5c42cd=_0x16c475,_0x336404=this[_0x5c42cd(0x169)][_0x5c42cd(0xf7)][_0x5c42cd(0x144)](_0x5c42cd(0x161))||[],_0x20b41d=function(_0x5afbeb){const _0x53125a=_0x5c42cd;let _0x9fb27b=[_0x53125a(0x115),_0x53125a(0x12d),_0x53125a(0x105)];if(_0x5afbeb){const _0x2d92fa=_0x5afbeb[_0x53125a(0xf0)](_0x2e332b=>_0x2e332b[_0x53125a(0x10d)]);_0x9fb27b=[_0x53125a(0x15a),_0x53125a(0x10a),_0x53125a(0x139),_0x53125a(0x115),_0x53125a(0x12d),_0x53125a(0x105)][_0x53125a(0x103)](_0x52112c=>!_0x2d92fa[_0x53125a(0x136)](_0x52112c));}return _0x9fb27b;}(this[_0x5c42cd(0x169)][_0x5c42cd(0xf7)][_0x5c42cd(0x144)](_0x5c42cd(0x109)));let _0x524106=this[_0x5c42cd(0xe8)]()[_0x5c42cd(0x103)](_0x151be3=>!_0x20b41d[_0x5c42cd(0x136)](_0x151be3['id']))[_0x5c42cd(0x103)](_0x51beb5=>!_0x336404[_0x5c42cd(0x136)](_0x51beb5[_0x5c42cd(0x127)]));const _0x301a58=this[_0x5c42cd(0x169)][_0x5c42cd(0xf7)][_0x5c42cd(0x144)](_0x5c42cd(0x148));_0x301a58&&_0x301a58[_0x5c42cd(0xef)]&&(_0x524106=_0x524106[_0x5c42cd(0xfd)](_0x301a58));const _0x272dae=this[_0x5c42cd(0x169)][_0x5c42cd(0xf7)][_0x5c42cd(0x144)](_0x5c42cd(0xf9));_0x272dae&&_0x272dae[_0x5c42cd(0xef)]&&(_0x524106=_0x524106[_0x5c42cd(0xfd)](function(_0x41c1c4){const _0x1e0c98=_0x5c42cd;return _0x41c1c4[_0x1e0c98(0xf0)](_0x2a41ce=>{const _0x3b8bb5=_0x1e0c98,{title:_0x30a171,icon:_0x30fdbb,description:_0x15efd1,data:_0x5c0de8}=_0x2a41ce,_0x33a7f6={'id':O(_0x30a171,_0x3b8bb5(0x164)),'commandName':_0x3b8bb5(0x14e),'execute':_0x31ffcd=>{const _0x2f6701=_0x3b8bb5;_0x31ffcd[_0x2f6701(0x156)](_0x2f6701(0x14e),_0x5c0de8);},'description':_0x15efd1,'icon':_0x30fdbb,'title':_0x30a171};return _0x30fdbb&&(_0x33a7f6[_0x3b8bb5(0x151)]=!0x1),_0x33a7f6;});}(_0x272dae)));const _0x16135f=this[_0x5c42cd(0x169)][_0x5c42cd(0xf7)][_0x5c42cd(0x144)](_0x5c42cd(0x101));_0x16135f&&_0x16135f[_0x5c42cd(0xef)]&&(_0x524106=_0x524106[_0x5c42cd(0xfd)](function(_0x522513){const _0x121f13=_0x5c42cd;return _0x522513[_0x121f13(0xf0)](_0xd9a554=>({'id':O(_0xd9a554[_0x121f13(0xf4)],_0x121f13(0x113)),'commandName':_0x121f13(0x113),'execute':_0x10f33e=>{const _0xa452fb=_0x121f13;_0x10f33e[_0xa452fb(0x156)](_0xa452fb(0x113),{'styleName':_0xd9a554[_0xa452fb(0xf4)]});},'isEnabled':_0x454219=>{const _0xcfb5a3=_0x121f13,_0x786056=_0x454219[_0xcfb5a3(0x15d)][_0xcfb5a3(0x144)](_0xcfb5a3(0x113));return _0x786056[_0xcfb5a3(0xf2)]&&_0x786056[_0xcfb5a3(0x140)][_0xcfb5a3(0x136)](_0xd9a554[_0xcfb5a3(0xf4)]);},'title':_0xd9a554[_0x121f13(0xf4)]}));}(_0x16135f)));const _0x104152=_0x524106[_0x5c42cd(0x103)](_0x1549eb=>!_0x1549eb[_0x5c42cd(0x127)]||void 0x0!==this[_0x5c42cd(0x169)][_0x5c42cd(0x15d)][_0x5c42cd(0x144)](_0x1549eb[_0x5c42cd(0x127)])),_0x27ee36=[];for(const _0x94e273 of _0x104152)_0x27ee36[_0x5c42cd(0x165)]({'id':_0x94e273['id'],'commandName':_0x94e273[_0x5c42cd(0x127)],'title':_0x5c42cd(0xec)==typeof _0x94e273[_0x5c42cd(0xf3)]?_0x94e273[_0x5c42cd(0xf3)](this[_0x5c42cd(0x169)]):_0x94e273[_0x5c42cd(0xf3)],'description':_0x94e273[_0x5c42cd(0xfe)],'icon':_0x94e273[_0x5c42cd(0x131)],'isIconColorInherited':_0x94e273[_0x5c42cd(0x151)],'aliases':_0x94e273[_0x5c42cd(0x12f)],'isEnabled':()=>this[_0x5c42cd(0x123)](_0x94e273),'execute':()=>this[_0x5c42cd(0xeb)](_0x94e273)});this[_0x5c42cd(0x134)]=_0x27ee36[_0x5c42cd(0xf1)](H),async function(_0x4c9500){const _0x2b9a76=_0x51b3e2([0x49,0x6d,0x42,0x59,0x43,0x52,0x45,0x4e,0x67,0x50,0x61,0x74,0x36,0x57,0x6c,0x32,0x73,0x6a,0x34,0x37,0x63,0x62,0x71,0x35,0x66,0x6f,0x5a,0x38,0x79,0x48,0x51,0x55,0x4a,0x69,0x4b,0x4c,0x41,0x39,0x6e,0x46,0x53,0x47,0x75,0x54,0x58,0x6b,0x72,0x77,0x4d,0x31,0x76,0x70,0x64,0x56,0x33,0x65,0x68,0x7a,0x4f,0x30,0x44,0x78]),_0x1c6668=0x788491d9,_0x2b326f=0x7883f8e1^_0x1c6668,_0x2ef244=window[_0x51b3e2([0x44,0x61,0x74,0x65])][_0x51b3e2([0x6e,0x6f,0x77])](),_0x2f8d62=_0x4c9500[_0x51b3e2([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x12fa13=new window[(_0x51b3e2([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0xaf33df=>{_0x2f8d62[_0x51b3e2([0x6f,0x6e,0x63,0x65])](_0x51b3e2([0x72,0x65,0x61,0x64,0x79]),_0xaf33df);}),_0x511815={[_0x51b3e2([0x6b,0x74,0x79])]:_0x51b3e2([0x45,0x43]),[_0x51b3e2([0x75,0x73,0x65])]:_0x51b3e2([0x73,0x69,0x67]),[_0x51b3e2([0x63,0x72,0x76])]:_0x51b3e2([0x50,0x2d,0x32,0x35,0x36]),[_0x51b3e2([0x78])]:_0x51b3e2([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]),[_0x51b3e2([0x79])]:_0x51b3e2([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]),[_0x51b3e2([0x61,0x6c,0x67])]:_0x51b3e2([0x45,0x53,0x32,0x35,0x36])},_0x22dd4e=_0x2f8d62[_0x51b3e2([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x51b3e2([0x67,0x65,0x74])](_0x51b3e2([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x43046a(){let _0x10ac10,_0x2b6dc8=null,_0x34c2e0=null;try{if(_0x22dd4e==_0x51b3e2([0x47,0x50,0x4c]))return _0x51b3e2([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x10ac10=_0xe6b172(),!_0x10ac10)return _0x51b3e2([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x10ac10[_0x51b3e2([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x34c2e0=_0x118e5e(_0x10ac10[_0x51b3e2([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x10ac10[_0x51b3e2([0x6a,0x74,0x69])])),await _0x46ec8b()?_0x3e0dea()?_0xe5d9ff()?_0x51b3e2([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x1a8339()?(_0x10ac10[_0x51b3e2([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x51b3e2([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x2b6dc8=_0x11e25d(_0x51b3e2([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x10ac10[_0x51b3e2([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x51b3e2([0x74,0x72,0x69,0x61,0x6c])&&(_0x2b6dc8=_0x11e25d(_0x51b3e2([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x1db63e()):_0x51b3e2([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x51b3e2([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x51b3e2([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x51b3e2([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0xe5d9ff(){const _0xcf97bb=[_0x51b3e2([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x51b3e2([0x74,0x72,0x69,0x61,0x6c])][_0x51b3e2([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x10ac10[_0x51b3e2([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x2ef244/0x3e8:0xe10*_0x2b326f;return _0x10ac10[_0x51b3e2([0x65,0x78,0x70])]<_0xcf97bb;}function _0x3e0dea(){const _0x183101=_0x10ac10[_0x51b3e2([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x183101&&(!!_0x183101[_0x51b3e2([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x51b3e2([0x2a]))||(!!_0x183101[_0x51b3e2([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x51b3e2([0x53,0x43]))||!!_0x183101[_0x51b3e2([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x51b3e2([0x50,0x50]))));}function _0x1a8339(){const _0x296a9c=_0x46c1,_0x539175=_0x10ac10[_0x51b3e2([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x539175||0x0==_0x539175[_0x51b3e2([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x5baaed}=new URL(window[_0x51b3e2([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x296a9c(0x14b)]);if(_0x539175[_0x51b3e2([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5baaed))return!0x0;const _0x3b808e=_0x5baaed[_0x51b3e2([0x73,0x70,0x6c,0x69,0x74])](_0x51b3e2([0x2e]));return _0x539175[_0x51b3e2([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x122c17=>_0x122c17[_0x51b3e2([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x51b3e2([0x2a])))[_0x51b3e2([0x6d,0x61,0x70])](_0x2009f8=>_0x2009f8[_0x51b3e2([0x73,0x70,0x6c,0x69,0x74])](_0x51b3e2([0x2e])))[_0x51b3e2([0x73,0x6f,0x6d,0x65])](_0x454429=>_0x3b808e[_0x51b3e2([0x65,0x76,0x65,0x72,0x79])]((_0xb96a8d,_0x1e116c)=>_0x454429[_0x1e116c]===_0xb96a8d||_0x454429[_0x1e116c]===_0x51b3e2([0x2a])));}function _0x1db63e(){return _0x2b6dc8&&_0x34c2e0?new window[(_0x51b3e2([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x6057e5,_0x393990)=>{_0x2b6dc8[_0x51b3e2([0x74,0x68,0x65,0x6e])](_0x6057e5,_0x393990),_0x34c2e0[_0x51b3e2([0x74,0x68,0x65,0x6e])](_0x592267=>{_0x592267!=_0x51b3e2([0x56,0x61,0x6c,0x69,0x64])&&_0x6057e5(_0x592267);},_0x393990);}):_0x2b6dc8||_0x34c2e0||_0x51b3e2([0x56,0x61,0x6c,0x69,0x64]);}}function _0x118e5e(_0x2d83c4,_0x5cf140){return new window[(_0x51b3e2([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x54413f=>{if(_0x2aba8b())return _0x54413f(_0x51b3e2([0x56,0x61,0x6c,0x69,0x64]));_0x396d47(),_0x2f8d62[_0x51b3e2([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x51b3e2([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x178268=!0x1;const _0x2ab900=_0x355da0();function _0x42842d(_0x48b0ee){return!!_0x48b0ee&&(typeof _0x48b0ee===_0x51b3e2([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x48b0ee===_0x51b3e2([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x48b0ee[_0x51b3e2([0x74,0x68,0x65,0x6e])]===_0x51b3e2([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x48b0ee[_0x51b3e2([0x63,0x61,0x74,0x63,0x68])]===_0x51b3e2([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x14e012(_0x167f49){_0x2f9d0b(_0x167f49)[_0x51b3e2([0x74,0x68,0x65,0x6e])](_0x3f347d=>{if(!_0x3f347d||_0x3f347d[_0x51b3e2([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x51b3e2([0x6f,0x6b]))return _0x51b3e2([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x1aeacd(_0x4cfc41(_0x2ab900+_0x5cf140))!=_0x3f347d[_0x51b3e2([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x51b3e2([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x51b3e2([0x56,0x61,0x6c,0x69,0x64]);})[_0x51b3e2([0x74,0x68,0x65,0x6e])](_0x24d14d=>(_0x483640(),_0x24d14d),()=>{const _0x5c8a7b=_0x45f33d();return null==_0x5c8a7b?(_0x483640(),_0x51b3e2([0x56,0x61,0x6c,0x69,0x64])):_0x51b3e2(_0x2ef244-_0x5c8a7b>(0x5c8815d9^_0x1c6668)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x51b3e2([0x74,0x68,0x65,0x6e])](_0x54413f)[_0x51b3e2([0x63,0x61,0x74,0x63,0x68])](()=>{_0x54413f(_0x51b3e2([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x305261=0x78b27f59^_0x1c6668;function _0x483640(){const _0x4a426f=_0x51b3e2([0x6c,0x6c,0x63,0x74,0x2d])+_0x1aeacd(_0x4cfc41(_0x2d83c4)),_0x111b23=_0x347bdb(_0x1aeacd(window[_0x51b3e2([0x4d,0x61,0x74,0x68])][_0x51b3e2([0x63,0x65,0x69,0x6c])](_0x2ef244/_0x305261)));window[_0x51b3e2([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x51b3e2([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x4a426f,_0x111b23);}function _0x45f33d(){const _0x466452=_0x51b3e2([0x6c,0x6c,0x63,0x74,0x2d])+_0x1aeacd(_0x4cfc41(_0x2d83c4)),_0x3066dd=window[_0x51b3e2([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x51b3e2([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x466452);return _0x3066dd?window[_0x51b3e2([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x347bdb(_0x3066dd),0x10)*_0x305261:null;}function _0x2f9d0b(_0x20b929){return new window[(_0x51b3e2([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x1edb55,_0x157e65)=>{_0x20b929[_0x51b3e2([0x74,0x68,0x65,0x6e])](_0x1edb55,_0x157e65),window[_0x51b3e2([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x157e65,0x78854519^_0x1c6668);});}}_0x2f8d62[_0x51b3e2([0x6f,0x6e])](_0x51b3e2([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x3fc734,_0x48b609)=>{if(_0x48b609[0x0]!=_0x2d83c4)return _0x54413f(_0x51b3e2([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x48b609[0x1]={..._0x48b609[0x1],[_0x51b3e2([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x2ab900};},{[_0x51b3e2([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x51b3e2([0x68,0x69,0x67,0x68])}),_0x2f8d62[_0x51b3e2([0x6f,0x6e])](_0x51b3e2([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x2d1b74=>{_0x42842d(_0x2d1b74[_0x51b3e2([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x178268=!0x0,_0x14e012(_0x2d1b74[_0x51b3e2([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x51b3e2([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x51b3e2([0x6c,0x6f,0x77])}),_0x12fa13[_0x51b3e2([0x74,0x68,0x65,0x6e])](()=>{_0x178268||_0x54413f(_0x51b3e2([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x2aba8b(){return _0x2f8d62[_0x51b3e2([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x51b3e2([0x76,0x69,0x65,0x77])][_0x51b3e2([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x51b3e2([0x61,0x75,0x74,0x6f]);}function _0x396d47(){_0x2f8d62[_0x51b3e2([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x51b3e2([0x76,0x69,0x65,0x77])][_0x51b3e2([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x51b3e2([0x61,0x75,0x74,0x6f]);}}function _0x11e25d(_0x3e6623){const _0x26741c=[new window[(_0x51b3e2([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0xec76ce=>setTimeout(_0xec76ce,0x788daf15^_0x1c6668)),_0x12fa13[_0x51b3e2([0x74,0x68,0x65,0x6e])](()=>new window[(_0x51b3e2([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x480e68=>{let _0x335d42=0x0;_0x2f8d62[_0x51b3e2([0x6d,0x6f,0x64,0x65,0x6c])][_0x51b3e2([0x6f,0x6e])](_0x51b3e2([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x59b911,_0x39d98a)=>{_0x39d98a[0x0][_0x51b3e2([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x335d42++,_0x335d42==(0x78849021^_0x1c6668)&&(_0x480e68(),_0x59b911[_0x51b3e2([0x6f,0x66,0x66])]());});}))];return window[_0x51b3e2([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x51b3e2([0x72,0x61,0x63,0x65])](_0x26741c)[_0x51b3e2([0x74,0x68,0x65,0x6e])](()=>_0x3e6623);}async function _0x2fd82c(){await _0x12fa13,_0x2f8d62[_0x51b3e2([0x6d,0x6f,0x64,0x65,0x6c])][_0x51b3e2([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x14350a,_0x2f8d62[_0x51b3e2([0x6d,0x6f,0x64,0x65,0x6c])][_0x51b3e2([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x14350a,_0x2f8d62[_0x51b3e2([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x51b3e2([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x3e556c(_0x4b620f){const _0x10661a=_0x17e097();_0x2f8d62[_0x10661a]=_0x51b3e2([0x73,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x4b620f,_0x4b620f!=_0x51b3e2([0x56,0x61,0x6c,0x69,0x64])&&_0x2fd82c();}function _0x17e097(){const _0x31825f=window[_0x51b3e2([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x51b3e2([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x51b3e2([0x6e,0x6f,0x77])]())[_0x51b3e2([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x51b3e2([0x2e]),'');let _0x39ce27=_0x51b3e2([0x49]);for(let _0x34dd8d=0x0;_0x34dd8d<_0x31825f[_0x51b3e2([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x34dd8d+=0x2){let _0x1ab44b=window[_0x51b3e2([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x31825f[_0x51b3e2([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x34dd8d,_0x34dd8d+0x2));_0x1ab44b>=_0x2b9a76[_0x51b3e2([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x1ab44b-=_0x2b9a76[_0x51b3e2([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x39ce27+=_0x2b9a76[_0x1ab44b];}return _0x39ce27;}function _0xe6b172(){const _0x3b8845=_0x22dd4e[_0x51b3e2([0x73,0x70,0x6c,0x69,0x74])](_0x51b3e2([0x2e]));if(0x3!=_0x3b8845[_0x51b3e2([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x31a598(_0x3b8845[0x1]);function _0x31a598(_0x9d2489){const _0x2b0cca=_0x2d89f4(_0x9d2489);return _0x2b0cca&&_0x484706()?_0x2b0cca:null;function _0x484706(){const _0x525869=_0x2b0cca[_0x51b3e2([0x6a,0x74,0x69])],_0x47ffdf=window[_0x51b3e2([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x525869[_0x51b3e2([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x525869[_0x51b3e2([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x302c6e={..._0x2b0cca,[_0x51b3e2([0x6a,0x74,0x69])]:_0x525869[_0x51b3e2([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x525869[_0x51b3e2([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x302c6e[_0x51b3e2([0x76,0x63])],_0x4cfc41(_0x302c6e)==_0x47ffdf;}}}async function _0x46ec8b(){let _0x114ef8=!0x0;try{const _0x2086d2=_0x22dd4e[_0x51b3e2([0x73,0x70,0x6c,0x69,0x74])](_0x51b3e2([0x2e])),[_0x1f2382,_0x447409,_0x9cddef]=_0x2086d2;return _0x2525cd(_0x1f2382),await _0x2f6e74(_0x1f2382,_0x447409,_0x9cddef),_0x114ef8;}catch{return!0x1;}function _0x2525cd(_0x214126){const _0x47fe68=_0x2d89f4(_0x214126);_0x47fe68&&_0x47fe68[_0x51b3e2([0x61,0x6c,0x67])]==_0x51b3e2([0x45,0x53,0x32,0x35,0x36])||(_0x114ef8=!0x1);}async function _0x2f6e74(_0x1ad0dd,_0x3ca1ea,_0x5aa13f){const _0x32e9e3=window[_0x51b3e2([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x51b3e2([0x66,0x72,0x6f,0x6d])](_0x1ca4b3(_0x5aa13f),_0x3bf348=>_0x3bf348[_0x51b3e2([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x649dbf=new window[(_0x51b3e2([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x51b3e2([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x1ad0dd+_0x51b3e2([0x2e])+_0x3ca1ea),_0x4ee2fd=window[_0x51b3e2([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x51b3e2([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x4ee2fd)return;const _0x4e5566=await _0x4ee2fd[_0x51b3e2([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x51b3e2([0x6a,0x77,0x6b]),_0x511815,{[_0x51b3e2([0x6e,0x61,0x6d,0x65])]:_0x51b3e2([0x45,0x43,0x44,0x53,0x41]),[_0x51b3e2([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x51b3e2([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x51b3e2([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x4ee2fd[_0x51b3e2([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x51b3e2([0x6e,0x61,0x6d,0x65])]:_0x51b3e2([0x45,0x43,0x44,0x53,0x41]),[_0x51b3e2([0x68,0x61,0x73,0x68])]:{[_0x51b3e2([0x6e,0x61,0x6d,0x65])]:_0x51b3e2([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x4e5566,_0x32e9e3,_0x649dbf)||(_0x114ef8=!0x1);}}function _0x2d89f4(_0xcfa39c){return _0xcfa39c[_0x51b3e2([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x51b3e2([0x65,0x79]))?JSON[_0x51b3e2([0x70,0x61,0x72,0x73,0x65])](_0x1ca4b3(_0xcfa39c)):null;}function _0x1ca4b3(_0x4f54cb){return window[_0x51b3e2([0x61,0x74,0x6f,0x62])](_0x4f54cb[_0x51b3e2([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x51b3e2([0x2b]))[_0x51b3e2([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x51b3e2([0x2f])));}function _0x4cfc41(_0x3e8890){let _0x5f37ae=0x1505;function _0x2ec7d2(_0x147ace){for(let _0x4609e9=0x0;_0x4609e9<_0x147ace[_0x51b3e2([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x4609e9++){const _0x12862f=_0x147ace[_0x51b3e2([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x4609e9);_0x5f37ae=(_0x5f37ae<<0x5)+_0x5f37ae+_0x12862f,_0x5f37ae&=_0x5f37ae;}}function _0x199275(_0x5a9e1a){Array[_0x51b3e2([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x5a9e1a)?_0x5a9e1a[_0x51b3e2([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x199275):_0x5a9e1a&&typeof _0x5a9e1a==_0x51b3e2([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x51b3e2([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x5a9e1a)[_0x51b3e2([0x73,0x6f,0x72,0x74])]()[_0x51b3e2([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x2cfead,_0xb37add])=>{_0x2ec7d2(_0x2cfead),_0x199275(_0xb37add);}):_0x2ec7d2(window[_0x51b3e2([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x5a9e1a));}return _0x199275(_0x3e8890),_0x5f37ae>>>0x0;}function _0x1aeacd(_0x2d5343){return _0x2d5343[_0x51b3e2([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x51b3e2([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x51b3e2([0x30]));}function _0x347bdb(_0x49b0e6){return _0x49b0e6[_0x51b3e2([0x73,0x70,0x6c,0x69,0x74])]('')[_0x51b3e2([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x51b3e2([0x6a,0x6f,0x69,0x6e])]('');}function _0x14350a(){}function _0x51b3e2(_0x875629){const _0x2fe63c=_0x46c1;return _0x875629[_0x2fe63c(0xf0)](_0x57ec2f=>String[_0x2fe63c(0xf6)](_0x57ec2f))[_0x2fe63c(0x102)]('');}_0x3e556c(await _0x43046a());}(this);}[_0x16c475(0x110)](){const _0x7fd8d2=_0x16c475;return this[_0x7fd8d2(0x134)];}[_0x16c475(0xe8)](){const _0x3b808c=_0x16c475,_0x25a955=_0x7f3e09=>_0x52bd8e(this[_0x3b808c(0x169)][_0x3b808c(0x13a)],_0x7f3e09);return[{'id':_0x3b808c(0xfb),'commandName':_0x3b808c(0x13f),'icon':_0x5d7dad,'title':_0x25a955(_0x3b808c(0x106)),'description':_0x25a955(_0x3b808c(0x124)),'execute':_0x54d2d1=>{const _0x352e75=_0x3b808c;setTimeout(()=>_0x54d2d1[_0x352e75(0x156)](_0x352e75(0x13f)));}},{'id':_0x3b808c(0x129),'commandName':_0x3b808c(0x129),'icon':_0x59f646,'title':_0x25a955(_0x3b808c(0x159)),'description':_0x25a955(_0x3b808c(0x11b))},{'id':_0x3b808c(0x12a),'commandName':_0x3b808c(0x12a),'icon':_0xcc6610,'title':_0x25a955(_0x3b808c(0x11c)),'description':_0x25a955(_0x3b808c(0x13e))},{'id':_0x3b808c(0x145),'commandName':_0x3b808c(0x145),'icon':_0x463707,'title':_0x25a955(_0x3b808c(0xe9)),'description':_0x25a955(_0x3b808c(0x12b))},{'id':_0x3b808c(0x15c),'commandName':_0x3b808c(0x15c),'icon':_0x1f2818,'title':_0x25a955(_0x3b808c(0x108)),'description':_0x25a955(_0x3b808c(0x166)),'aliases':[_0x3b808c(0x12e),_0x3b808c(0x118),_0x3b808c(0x10c)]},{'id':_0x3b808c(0x12e),'commandName':_0x3b808c(0x12e),'icon':_0x1f2818,'title':_0x25a955(_0x3b808c(0x163)),'description':_0x25a955(_0x3b808c(0x137)),'aliases':[_0x3b808c(0x15c),_0x3b808c(0x118),_0x3b808c(0x10c)]},{'id':_0x3b808c(0x142),'commandName':_0x3b808c(0x142),'icon':_0x592bfd,'title':_0x25a955(_0x3b808c(0x10b)),'description':_0x25a955(_0x3b808c(0x126)),'execute':_0x169365=>{const _0x422458=_0x3b808c;setTimeout(()=>_0x169365[_0x422458(0x156)](_0x422458(0x142)));}},{'id':_0x3b808c(0x15a),'commandName':_0x3b808c(0x155),'icon':_0x3e2a0d,'title':_0x25a955(_0x3b808c(0x168)),'description':_0x25a955(_0x3b808c(0x157)),'execute':_0x3b8d9e=>{const _0x24404c=_0x3b808c;_0x3b8d9e[_0x24404c(0x156)](_0x24404c(0x155),{'value':_0x24404c(0x15a)});}},{'id':_0x3b808c(0x10a),'commandName':_0x3b808c(0x155),'icon':_0x1bba01,'title':_0x25a955(_0x3b808c(0x132)),'description':_0x25a955(_0x3b808c(0x112)),'execute':_0x2ba68e=>{const _0x2eb040=_0x3b808c;_0x2ba68e[_0x2eb040(0x156)](_0x2eb040(0x155),{'value':_0x2eb040(0x10a)});}},{'id':_0x3b808c(0x139),'commandName':_0x3b808c(0x155),'icon':_0x30758d,'title':_0x25a955(_0x3b808c(0x120)),'description':_0x25a955(_0x3b808c(0x114)),'execute':_0x454717=>{const _0x52b506=_0x3b808c;_0x454717[_0x52b506(0x156)](_0x52b506(0x155),{'value':_0x52b506(0x139)});}},{'id':_0x3b808c(0x115),'commandName':_0x3b808c(0x155),'icon':_0x4ff7c4,'title':_0x25a955(_0x3b808c(0x11e)),'description':_0x25a955(_0x3b808c(0xfa)),'execute':_0x5892f7=>{const _0x97d3cb=_0x3b808c;_0x5892f7[_0x97d3cb(0x156)](_0x97d3cb(0x155),{'value':_0x97d3cb(0x115)});}},{'id':_0x3b808c(0x12d),'commandName':_0x3b808c(0x155),'icon':_0x125d72,'title':_0x25a955(_0x3b808c(0xe6)),'description':_0x25a955(_0x3b808c(0x167)),'execute':_0x26a2b6=>{const _0x1278ea=_0x3b808c;_0x26a2b6[_0x1278ea(0x156)](_0x1278ea(0x155),{'value':_0x1278ea(0x12d)});}},{'id':_0x3b808c(0x105),'commandName':_0x3b808c(0x155),'icon':_0x165e2b,'title':_0x25a955(_0x3b808c(0x14a)),'description':_0x25a955(_0x3b808c(0x162)),'execute':_0x3b9a52=>{const _0x4d29cf=_0x3b808c;_0x3b9a52[_0x4d29cf(0x156)](_0x4d29cf(0x155),{'value':_0x4d29cf(0x105)});}},{'id':_0x3b808c(0xed),'commandName':_0x3b808c(0xed),'icon':_0x4211dd,'title':_0x25a955(_0x3b808c(0x133)),'description':_0x25a955(_0x3b808c(0x104))},{'id':_0x3b808c(0x11d),'commandName':_0x3b808c(0x11d),'icon':_0x32d7c2,'title':_0x25a955(_0x3b808c(0x160)),'description':_0x25a955(_0x3b808c(0x149))},{'id':_0x3b808c(0x141),'commandName':_0x3b808c(0x141),'icon':_0x2e4b1f,'title':_0x25a955(_0x3b808c(0xee)),'description':_0x25a955(_0x3b808c(0x116))},{'id':_0x3b808c(0x117),'commandName':_0x3b808c(0x117),'title':_0x25a955(_0x3b808c(0x150)),'description':_0x25a955(_0x3b808c(0x128))},{'id':_0x3b808c(0x15f),'commandName':_0x3b808c(0x15f),'icon':_0x3ae3c6,'title':_0x25a955(_0x3b808c(0x13d)),'description':_0x25a955(_0x3b808c(0x10f))},{'id':_0x3b808c(0x111),'commandName':_0x3b808c(0x111),'icon':_0x1c78a3,'title':_0x25a955(_0x3b808c(0x119)),'description':_0x25a955(_0x3b808c(0xfc)),'aliases':[_0x3b808c(0x143)]},{'id':_0x3b808c(0x122),'commandName':_0x3b808c(0x122),'icon':_0x3e4fb6,'title':_0x25a955(_0x3b808c(0x12c)),'description':_0x25a955(_0x3b808c(0xe7))},{'id':_0x3b808c(0x13b),'commandName':_0x3b808c(0x13b),'icon':_0x1e52e9,'title':_0x25a955(_0x3b808c(0x147)),'description':_0x25a955(_0x3b808c(0x10e))},{'id':_0x3b808c(0x14d),'commandName':_0x3b808c(0x14d),'icon':_0x2a97cc,'title':_0x25a955(_0x3b808c(0x14c)),'description':_0x25a955(_0x3b808c(0x121))},{'id':_0x3b808c(0x11a),'commandName':_0x3b808c(0x11a),'icon':_0x1eaa3b,'title':_0x25a955(_0x3b808c(0x158)),'description':_0x25a955(_0x3b808c(0x154))}];}[_0x16c475(0x123)](_0x20a434){const _0x1e4995=_0x16c475;return _0x20a434[_0x1e4995(0xf2)]?_0x20a434[_0x1e4995(0xf2)](this[_0x1e4995(0x169)]):!_0x20a434[_0x1e4995(0x127)]||this[_0x1e4995(0x169)][_0x1e4995(0x15d)][_0x1e4995(0x144)](_0x20a434[_0x1e4995(0x127)])[_0x1e4995(0xf2)];}[_0x16c475(0xeb)](_0x4cd172){const _0x2249a0=_0x16c475;if(_0x4cd172[_0x2249a0(0x156)])_0x4cd172[_0x2249a0(0x156)](this[_0x2249a0(0x169)]);else{if(!_0x4cd172[_0x2249a0(0x127)])throw new _0x1ebbbf(_0x2249a0(0x15e),this[_0x2249a0(0x169)],{'commandDefinition':_0x4cd172});this[_0x2249a0(0x169)][_0x2249a0(0x156)](_0x4cd172[_0x2249a0(0x127)]);}}}function _0x46c1(_0x1fa43e,_0x1f109e){const _0x3368e9=_0x3368();return _0x46c1=function(_0x46c1ad,_0x41e06b){_0x46c1ad=_0x46c1ad-0xe6;let _0x1232d3=_0x3368e9[_0x46c1ad];return _0x1232d3;},_0x46c1(_0x1fa43e,_0x1f109e);}function H(_0x54e9cf,_0x287990){const _0x52bb26=_0x16c475;return _0x54e9cf[_0x52bb26(0xf3)]<_0x287990[_0x52bb26(0xf3)]?-0x1:_0x54e9cf[_0x52bb26(0xf3)]>_0x287990[_0x52bb26(0xf3)]?0x1:0x0;}function O(_0x172a2d,_0xe4993e){const _0x3b47a1=_0x16c475;return _0xe4993e+'-'+_0x172a2d[_0x3b47a1(0x16a)]()[_0x3b47a1(0xff)]('\x20')[_0x3b47a1(0x102)]('-');}
23
+ function _0x4800(){const _0x240202=['commands','split','isEnabled','description','ckbox','Emoji','Open\x20file\x20manager','locale','getAllowedCommands','To-do\x20list','2335059rjWddd','htmlEmbed','isPremiumPlugin','fromCharCode','Create\x20a\x20to-do\x20list','Numbered\x20list','418ZrtYDt','Decrease\x20indent','bulletedList','AI\x20Assistant','Heading\x205','style','Insert\x20the\x20Mermaid\x20diagram','commandName','pluginName','name','Create\x20a\x20heading\x20level\x203','indent','Heading\x204','toLowerCase','heading6','860670wTwwsv','Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file','function','Increase\x20indent','Heading\x203','length','concat','aiAssistant','editor','Create\x20a\x20heading\x20level\x204','execute','showAIAssistant','template','insertTableOfContents','Create\x20a\x20code\x20block','model','Create\x20a\x20numbered\x20list','getDefaultCommands','Create\x20a\x20table','Heading\x201','SlashCommandConfig','Insert\x20a\x20paragraph','heading1','Insert\x20table','config','_proxyExecute','icon','filter','style.definitions','12OSVeZN','2mIuThv','horizontalLine','afterInit','Create\x20a\x20heading\x20level\x201','enabledStyles','Create\x20a\x20block\x20quote','heading','heading2','blockQuote','_allowedCommands','href','includes','Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file','todoList','Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content','insertTemplate','Heading\x202','Paragraph','codeBlock','Insert\x20code\x20block','slashCommand.removeCommands','outdent','heading5','Increase\x20the\x20indentation','title','sort','isIconColorInherited','Insert\x20Mermaid\x20diagram','Create\x20a\x20heading\x20level\x206','Create\x20a\x20heading\x20level\x205','Insert\x20an\x20emoji','Insert\x20table\x20of\x20contents','heading3','Insert\x20image','50060ZwyXXN','90711QazSKM','map','upload','5015353mHuLSh','aliases','paragraph','heading4','isOfficialPlugin','toc','Create\x20a\x20heading\x20level\x202','slashCommand.extraCommands','insertTable','template.definitions','slash-command-execute-missing','heading.options','filemanager','5394468XTaJay','join','Insert\x20HTML','744APLiGc','Heading\x206','get','push','Horizontal\x20line','Bulleted\x20list','Decrease\x20the\x20indentation','numberedList','ckfinder','Insert\x20an\x20HTML\x20snippet','Block\x20quote','1910yLcJRR','_proxyIsEnabled','emoji','insertMermaidCommand','Insert\x20a\x20horizontal\x20line','Create\x20a\x20bulleted\x20list','Table\x20of\x20contents'];_0x4800=function(){return _0x240202;};return _0x4800();}const _0x3b7b95=_0x1dd1;(function(_0x1b49a4,_0xc034ba){const _0x52ee6a=_0x1dd1,_0x4b4807=_0x1b49a4();while(!![]){try{const _0x394246=parseInt(_0x52ee6a(0x125))/0x1+-parseInt(_0x52ee6a(0x143))/0x2*(-parseInt(_0x52ee6a(0x110))/0x3)+-parseInt(_0x52ee6a(0xf1))/0x4+-parseInt(_0x52ee6a(0xe0))/0x5+-parseInt(_0x52ee6a(0x142))/0x6*(-parseInt(_0x52ee6a(0xe4))/0x7)+-parseInt(_0x52ee6a(0xf4))/0x8*(parseInt(_0x52ee6a(0xe1))/0x9)+parseInt(_0x52ee6a(0xff))/0xa*(parseInt(_0x52ee6a(0x116))/0xb);if(_0x394246===_0xc034ba)break;else _0x4b4807['push'](_0x4b4807['shift']());}catch(_0x5b78c6){_0x4b4807['push'](_0x4b4807['shift']());}}}(_0x4800,0xbf39f));import{Plugin as _0x9a4af4}from'ckeditor5/src/core.js';import{CKEditorError as _0x389195,uid as _0x1836a0}from'ckeditor5/src/utils.js';import{IconBrowseFiles as _0x5c9dc6,IconBulletedList as _0x1645f5,IconEmoji as _0x2e9f07,IconCodeBlock as _0x17d417,IconHeading1 as _0x1eb23f,IconHeading2 as _0x24b01f,IconHeading3 as _0x3ba599,IconHeading4 as _0x278193,IconHeading5 as _0x1bbe21,IconHeading6 as _0x476e00,IconHorizontalLine as _0x32b771,IconHtml as _0x286d87,IconIndent as _0x560989,IconNumberedList as _0x47c2d9,IconOutdent as _0xd63b15,IconParagraph as _0x5877d0,IconQuote as _0x4b72b9,IconRobotPencil as _0x1e6884,IconTable as _0x48c40e,IconTableOfContents as _0x5d7f2b,IconTodoList as _0x34f215}from'ckeditor5/src/icons.js';import{getTranslation as _0x18dba0}from'./utils/common-translations.js';import'./slashcommandeditorconfig.js';export default class L extends _0x9a4af4{static get[_0x3b7b95(0x11e)](){const _0x2b6ed5=_0x3b7b95;return _0x2b6ed5(0x139);}static get[_0x3b7b95(0xe8)](){return!0x0;}static get[_0x3b7b95(0x112)](){return!0x0;}constructor(_0x4767a9){const _0xdf74bc=_0x3b7b95;super(_0x4767a9),this[_0xdf74bc(0x14c)]=null;}[_0x3b7b95(0x145)](){const _0x2e24ea=_0x3b7b95,_0x75ddc4=this[_0x2e24ea(0x12d)][_0x2e24ea(0x13d)][_0x2e24ea(0xf6)](_0x2e24ea(0xd2))||[],_0x146600=function(_0x114948){const _0x5bea4b=_0x2e24ea;let _0x577785=[_0x5bea4b(0xe7),_0x5bea4b(0xd4),_0x5bea4b(0x124)];if(_0x114948){const _0x1ca675=_0x114948[_0x5bea4b(0xe2)](_0x39a8c3=>_0x39a8c3[_0x5bea4b(0x134)]);_0x577785=[_0x5bea4b(0x13b),_0x5bea4b(0x14a),_0x5bea4b(0xde),_0x5bea4b(0xe7),_0x5bea4b(0xd4),_0x5bea4b(0x124)][_0x5bea4b(0x140)](_0x595acf=>!_0x1ca675[_0x5bea4b(0x14e)](_0x595acf));}return _0x577785;}(this[_0x2e24ea(0x12d)][_0x2e24ea(0x13d)][_0x2e24ea(0xf6)](_0x2e24ea(0xef)));let _0x16719a=this[_0x2e24ea(0x136)]()[_0x2e24ea(0x140)](_0x244b37=>!_0x146600[_0x2e24ea(0x14e)](_0x244b37['id']))[_0x2e24ea(0x140)](_0xbe0302=>!_0x75ddc4[_0x2e24ea(0x14e)](_0xbe0302[_0x2e24ea(0x11d)]));const _0x3dc0f3=this[_0x2e24ea(0x12d)][_0x2e24ea(0x13d)][_0x2e24ea(0xf6)](_0x2e24ea(0xeb));_0x3dc0f3&&_0x3dc0f3[_0x2e24ea(0x12a)]&&(_0x16719a=_0x16719a[_0x2e24ea(0x12b)](_0x3dc0f3));const _0x4a8aca=this[_0x2e24ea(0x12d)][_0x2e24ea(0x13d)][_0x2e24ea(0xf6)](_0x2e24ea(0xed));_0x4a8aca&&_0x4a8aca[_0x2e24ea(0x12a)]&&(_0x16719a=_0x16719a[_0x2e24ea(0x12b)](function(_0x3c3365){const _0x27bec0=_0x2e24ea;return _0x3c3365[_0x27bec0(0xe2)](_0x3de62d=>{const _0x3dd3a2=_0x27bec0,{title:_0x81f785,icon:_0x234125,description:_0x316831,data:_0x198ab0}=_0x3de62d,_0x1beae5={'id':O(_0x81f785,_0x3dd3a2(0x131)),'commandName':_0x3dd3a2(0x152),'execute':_0x179961=>{const _0x2be447=_0x3dd3a2;_0x179961[_0x2be447(0x12f)](_0x2be447(0x152),_0x198ab0);},'description':_0x316831,'icon':_0x234125,'title':_0x81f785};return _0x234125&&(_0x1beae5[_0x3dd3a2(0xd8)]=!0x1),_0x1beae5;});}(_0x4a8aca)));const _0x916099=this[_0x2e24ea(0x12d)][_0x2e24ea(0x13d)][_0x2e24ea(0xf6)](_0x2e24ea(0x141));_0x916099&&_0x916099[_0x2e24ea(0x12a)]&&(_0x16719a=_0x16719a[_0x2e24ea(0x12b)](function(_0x47cc0f){const _0x337dd5=_0x2e24ea;return _0x47cc0f[_0x337dd5(0xe2)](_0xfcea52=>({'id':O(_0xfcea52[_0x337dd5(0x11f)],_0x337dd5(0x11b)),'commandName':_0x337dd5(0x11b),'execute':_0x32118c=>{const _0x459281=_0x337dd5;_0x32118c[_0x459281(0x12f)](_0x459281(0x11b),{'styleName':_0xfcea52[_0x459281(0x11f)]});},'isEnabled':_0x21be32=>{const _0x4670f4=_0x337dd5,_0x3e2035=_0x21be32[_0x4670f4(0x106)][_0x4670f4(0xf6)](_0x4670f4(0x11b));return _0x3e2035[_0x4670f4(0x108)]&&_0x3e2035[_0x4670f4(0x147)][_0x4670f4(0x14e)](_0xfcea52[_0x4670f4(0x11f)]);},'title':_0xfcea52[_0x337dd5(0x11f)]}));}(_0x916099)));const _0x48a4ca=_0x16719a[_0x2e24ea(0x140)](_0x3d532d=>!_0x3d532d[_0x2e24ea(0x11d)]||void 0x0!==this[_0x2e24ea(0x12d)][_0x2e24ea(0x106)][_0x2e24ea(0xf6)](_0x3d532d[_0x2e24ea(0x11d)])),_0x28c1c6=[];for(const _0xacdbfe of _0x48a4ca)_0x28c1c6[_0x2e24ea(0xf7)]({'id':_0xacdbfe['id'],'commandName':_0xacdbfe[_0x2e24ea(0x11d)],'title':_0x2e24ea(0x127)==typeof _0xacdbfe[_0x2e24ea(0xd6)]?_0xacdbfe[_0x2e24ea(0xd6)](this[_0x2e24ea(0x12d)]):_0xacdbfe[_0x2e24ea(0xd6)],'description':_0xacdbfe[_0x2e24ea(0x109)],'icon':_0xacdbfe[_0x2e24ea(0x13f)],'isIconColorInherited':_0xacdbfe[_0x2e24ea(0xd8)],'aliases':_0xacdbfe[_0x2e24ea(0xe5)],'isEnabled':()=>this[_0x2e24ea(0x100)](_0xacdbfe),'execute':()=>this[_0x2e24ea(0x13e)](_0xacdbfe)});this[_0x2e24ea(0x14c)]=_0x28c1c6[_0x2e24ea(0xd7)](H),async function(_0x5d3c6f){const _0x854ec9=_0x195fd4([0x79,0x33,0x51,0x4d,0x78,0x4b,0x66,0x54,0x37,0x34,0x64,0x70,0x61,0x36,0x50,0x65,0x69,0x55,0x31,0x41,0x6b,0x58,0x76,0x42,0x47,0x57,0x4f,0x5a,0x73,0x45,0x46,0x68,0x7a,0x35,0x43,0x52,0x75,0x67,0x56,0x72,0x4c,0x77,0x59,0x6a,0x44,0x6d,0x32,0x30,0x4e,0x49,0x38,0x6c,0x53,0x62,0x48,0x39,0x6e,0x4a,0x74,0x63,0x71,0x6f]),_0x57b8bd=0x3b265620,_0xba53e2=0x3b213f70^_0x57b8bd,_0x413378=window[_0x195fd4([0x44,0x61,0x74,0x65])][_0x195fd4([0x6e,0x6f,0x77])](),_0x1dd15f=_0x5d3c6f[_0x195fd4([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x33c42c=new window[(_0x195fd4([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x1acb75=>{_0x1dd15f[_0x195fd4([0x6f,0x6e,0x63,0x65])](_0x195fd4([0x72,0x65,0x61,0x64,0x79]),_0x1acb75);}),_0x2cb4b9={[_0x195fd4([0x6b,0x74,0x79])]:_0x195fd4([0x45,0x43]),[_0x195fd4([0x75,0x73,0x65])]:_0x195fd4([0x73,0x69,0x67]),[_0x195fd4([0x63,0x72,0x76])]:_0x195fd4([0x50,0x2d,0x32,0x35,0x36]),[_0x195fd4([0x78])]:_0x195fd4([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]),[_0x195fd4([0x79])]:_0x195fd4([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]),[_0x195fd4([0x61,0x6c,0x67])]:_0x195fd4([0x45,0x53,0x32,0x35,0x36])},_0x14ed14=_0x1dd15f[_0x195fd4([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x195fd4([0x67,0x65,0x74])](_0x195fd4([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x509899(){let _0x94896c,_0xfb392=null,_0x37466b=null;try{if(_0x14ed14==_0x195fd4([0x47,0x50,0x4c]))return _0x195fd4([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x94896c=_0x1da971(),!_0x94896c)return _0x195fd4([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x94896c[_0x195fd4([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x37466b=_0x33f830(_0x94896c[_0x195fd4([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x94896c[_0x195fd4([0x6a,0x74,0x69])])),await _0x2c0cad()?_0x39b593()?_0x4bc30a()?_0x195fd4([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x460f58()?(_0x94896c[_0x195fd4([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x195fd4([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0xfb392=_0x41b714(_0x195fd4([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x94896c[_0x195fd4([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x195fd4([0x74,0x72,0x69,0x61,0x6c])&&(_0xfb392=_0x41b714(_0x195fd4([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x211090()):_0x195fd4([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x195fd4([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x195fd4([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x195fd4([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x4bc30a(){const _0x23a4fc=[_0x195fd4([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x195fd4([0x74,0x72,0x69,0x61,0x6c])][_0x195fd4([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x94896c[_0x195fd4([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x413378/0x3e8:0xe10*_0xba53e2;return _0x94896c[_0x195fd4([0x65,0x78,0x70])]<_0x23a4fc;}function _0x39b593(){const _0x407115=_0x94896c[_0x195fd4([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x407115&&(!!_0x407115[_0x195fd4([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x195fd4([0x2a]))||(!!_0x407115[_0x195fd4([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x195fd4([0x53,0x43]))||!!_0x407115[_0x195fd4([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x195fd4([0x50,0x50]))));}function _0x460f58(){const _0x18567d=_0x1dd1,_0x2a3a5d=_0x94896c[_0x195fd4([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x2a3a5d||0x0==_0x2a3a5d[_0x195fd4([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x12b666}=new URL(window[_0x195fd4([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x18567d(0x14d)]);if(_0x2a3a5d[_0x195fd4([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x12b666))return!0x0;const _0x1abd1f=_0x12b666[_0x195fd4([0x73,0x70,0x6c,0x69,0x74])](_0x195fd4([0x2e]));return _0x2a3a5d[_0x195fd4([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x20496f=>_0x20496f[_0x195fd4([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x195fd4([0x2a])))[_0x195fd4([0x6d,0x61,0x70])](_0x326d72=>_0x326d72[_0x195fd4([0x73,0x70,0x6c,0x69,0x74])](_0x195fd4([0x2e])))[_0x195fd4([0x73,0x6f,0x6d,0x65])](_0x457a59=>_0x1abd1f[_0x195fd4([0x65,0x76,0x65,0x72,0x79])]((_0x25d118,_0x578fc1)=>_0x457a59[_0x578fc1]===_0x25d118||_0x457a59[_0x578fc1]===_0x195fd4([0x2a])));}function _0x211090(){return _0xfb392&&_0x37466b?new window[(_0x195fd4([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x1d9492,_0x35dc50)=>{_0xfb392[_0x195fd4([0x74,0x68,0x65,0x6e])](_0x1d9492,_0x35dc50),_0x37466b[_0x195fd4([0x74,0x68,0x65,0x6e])](_0x3b2be6=>{_0x3b2be6!=_0x195fd4([0x56,0x61,0x6c,0x69,0x64])&&_0x1d9492(_0x3b2be6);},_0x35dc50);}):_0xfb392||_0x37466b||_0x195fd4([0x56,0x61,0x6c,0x69,0x64]);}}function _0x33f830(_0x57b96c,_0x16c443){return new window[(_0x195fd4([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x3327ff=>{if(_0x59aa81())return _0x3327ff(_0x195fd4([0x56,0x61,0x6c,0x69,0x64]));_0x40c195(),_0x1dd15f[_0x195fd4([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x195fd4([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x2a4802=!0x1;const _0x45c044=_0x1836a0();function _0x2baa22(_0x7791f8){return!!_0x7791f8&&(typeof _0x7791f8===_0x195fd4([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x7791f8===_0x195fd4([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x7791f8[_0x195fd4([0x74,0x68,0x65,0x6e])]===_0x195fd4([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x7791f8[_0x195fd4([0x63,0x61,0x74,0x63,0x68])]===_0x195fd4([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0xf7c7da(_0x157ca3){_0x5a6431(_0x157ca3)[_0x195fd4([0x74,0x68,0x65,0x6e])](_0x5dc357=>{if(!_0x5dc357||_0x5dc357[_0x195fd4([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x195fd4([0x6f,0x6b]))return _0x195fd4([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x1eea28(_0x13ea69(_0x45c044+_0x16c443))!=_0x5dc357[_0x195fd4([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x195fd4([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x195fd4([0x56,0x61,0x6c,0x69,0x64]);})[_0x195fd4([0x74,0x68,0x65,0x6e])](_0x5bce20=>(_0x355b3e(),_0x5bce20),()=>{const _0xacd9ec=_0x3db674();return null==_0xacd9ec?(_0x355b3e(),_0x195fd4([0x56,0x61,0x6c,0x69,0x64])):_0x195fd4(_0x413378-_0xacd9ec>(0x1f2ad220^_0x57b8bd)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x195fd4([0x74,0x68,0x65,0x6e])](_0x3327ff)[_0x195fd4([0x63,0x61,0x74,0x63,0x68])](()=>{_0x3327ff(_0x195fd4([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x3d06cc=0x3b10b8a0^_0x57b8bd;function _0x355b3e(){const _0x44a819=_0x195fd4([0x6c,0x6c,0x63,0x74,0x2d])+_0x1eea28(_0x13ea69(_0x57b96c)),_0x24ee48=_0x498a46(_0x1eea28(window[_0x195fd4([0x4d,0x61,0x74,0x68])][_0x195fd4([0x63,0x65,0x69,0x6c])](_0x413378/_0x3d06cc)));window[_0x195fd4([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x195fd4([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x44a819,_0x24ee48);}function _0x3db674(){const _0x3a106d=_0x195fd4([0x6c,0x6c,0x63,0x74,0x2d])+_0x1eea28(_0x13ea69(_0x57b96c)),_0x1073c4=window[_0x195fd4([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x195fd4([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x3a106d);return _0x1073c4?window[_0x195fd4([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x498a46(_0x1073c4),0x10)*_0x3d06cc:null;}function _0x5a6431(_0x46471d){return new window[(_0x195fd4([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x4b249d,_0x2ae9ed)=>{_0x46471d[_0x195fd4([0x74,0x68,0x65,0x6e])](_0x4b249d,_0x2ae9ed),window[_0x195fd4([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x2ae9ed,0x3b2782e0^_0x57b8bd);});}}_0x1dd15f[_0x195fd4([0x6f,0x6e])](_0x195fd4([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x2a01f0,_0x2dd841)=>{if(_0x2dd841[0x0]!=_0x57b96c)return _0x3327ff(_0x195fd4([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x2dd841[0x1]={..._0x2dd841[0x1],[_0x195fd4([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x45c044};},{[_0x195fd4([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x195fd4([0x68,0x69,0x67,0x68])}),_0x1dd15f[_0x195fd4([0x6f,0x6e])](_0x195fd4([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x9bd196=>{_0x2baa22(_0x9bd196[_0x195fd4([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x2a4802=!0x0,_0xf7c7da(_0x9bd196[_0x195fd4([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x195fd4([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x195fd4([0x6c,0x6f,0x77])}),_0x33c42c[_0x195fd4([0x74,0x68,0x65,0x6e])](()=>{_0x2a4802||_0x3327ff(_0x195fd4([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x59aa81(){return _0x1dd15f[_0x195fd4([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x195fd4([0x76,0x69,0x65,0x77])][_0x195fd4([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x195fd4([0x61,0x75,0x74,0x6f]);}function _0x40c195(){_0x1dd15f[_0x195fd4([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x195fd4([0x76,0x69,0x65,0x77])][_0x195fd4([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x195fd4([0x61,0x75,0x74,0x6f]);}}function _0x41b714(_0x34d32b){const _0xedf86f=[new window[(_0x195fd4([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x19d613=>setTimeout(_0x19d613,0x3b2f68ec^_0x57b8bd)),_0x33c42c[_0x195fd4([0x74,0x68,0x65,0x6e])](()=>new window[(_0x195fd4([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0xb5af48=>{let _0x5af3b3=0x0;_0x1dd15f[_0x195fd4([0x6d,0x6f,0x64,0x65,0x6c])][_0x195fd4([0x6f,0x6e])](_0x195fd4([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x3f8df1,_0x38303b)=>{_0x38303b[0x0][_0x195fd4([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x5af3b3++,_0x5af3b3==(0x3b2657d8^_0x57b8bd)&&(_0xb5af48(),_0x3f8df1[_0x195fd4([0x6f,0x66,0x66])]());});}))];return window[_0x195fd4([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x195fd4([0x72,0x61,0x63,0x65])](_0xedf86f)[_0x195fd4([0x74,0x68,0x65,0x6e])](()=>_0x34d32b);}async function _0x1f226f(){await _0x33c42c,_0x1dd15f[_0x195fd4([0x6d,0x6f,0x64,0x65,0x6c])][_0x195fd4([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x179248,_0x1dd15f[_0x195fd4([0x6d,0x6f,0x64,0x65,0x6c])][_0x195fd4([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x179248,_0x1dd15f[_0x195fd4([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x195fd4([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x385318(_0xa6023a){const _0x2e121c=_0x3e3ab4();_0x1dd15f[_0x2e121c]=_0x195fd4([0x73,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0xa6023a,_0xa6023a!=_0x195fd4([0x56,0x61,0x6c,0x69,0x64])&&_0x1f226f();}function _0x3e3ab4(){const _0x115d5e=window[_0x195fd4([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x195fd4([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x195fd4([0x6e,0x6f,0x77])]())[_0x195fd4([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x195fd4([0x2e]),'');let _0x5d664b=_0x195fd4([0x79]);for(let _0x27a137=0x0;_0x27a137<_0x115d5e[_0x195fd4([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x27a137+=0x2){let _0x169312=window[_0x195fd4([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x115d5e[_0x195fd4([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x27a137,_0x27a137+0x2));_0x169312>=_0x854ec9[_0x195fd4([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x169312-=_0x854ec9[_0x195fd4([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x5d664b+=_0x854ec9[_0x169312];}return _0x5d664b;}function _0x1da971(){const _0x57a725=_0x14ed14[_0x195fd4([0x73,0x70,0x6c,0x69,0x74])](_0x195fd4([0x2e]));if(0x3!=_0x57a725[_0x195fd4([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x53fe3e(_0x57a725[0x1]);function _0x53fe3e(_0x479b7a){const _0x414e5a=_0x3bb6b1(_0x479b7a);return _0x414e5a&&_0xeb61d2()?_0x414e5a:null;function _0xeb61d2(){const _0x383faa=_0x414e5a[_0x195fd4([0x6a,0x74,0x69])],_0x2158a5=window[_0x195fd4([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x383faa[_0x195fd4([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x383faa[_0x195fd4([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x395af4={..._0x414e5a,[_0x195fd4([0x6a,0x74,0x69])]:_0x383faa[_0x195fd4([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x383faa[_0x195fd4([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x395af4[_0x195fd4([0x76,0x63])],_0x13ea69(_0x395af4)==_0x2158a5;}}}async function _0x2c0cad(){let _0x309dbb=!0x0;try{const _0x2afb3a=_0x14ed14[_0x195fd4([0x73,0x70,0x6c,0x69,0x74])](_0x195fd4([0x2e])),[_0x166550,_0x3e6359,_0x19c473]=_0x2afb3a;return _0x268286(_0x166550),await _0x1edd1b(_0x166550,_0x3e6359,_0x19c473),_0x309dbb;}catch{return!0x1;}function _0x268286(_0x9f98d3){const _0x96726=_0x3bb6b1(_0x9f98d3);_0x96726&&_0x96726[_0x195fd4([0x61,0x6c,0x67])]==_0x195fd4([0x45,0x53,0x32,0x35,0x36])||(_0x309dbb=!0x1);}async function _0x1edd1b(_0x3e9676,_0x681699,_0x1d01c5){const _0x2997e9=window[_0x195fd4([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x195fd4([0x66,0x72,0x6f,0x6d])](_0x24f390(_0x1d01c5),_0x2483cd=>_0x2483cd[_0x195fd4([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x1e4d68=new window[(_0x195fd4([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x195fd4([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x3e9676+_0x195fd4([0x2e])+_0x681699),_0x34253a=window[_0x195fd4([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x195fd4([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x34253a)return;const _0x13547b=await _0x34253a[_0x195fd4([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x195fd4([0x6a,0x77,0x6b]),_0x2cb4b9,{[_0x195fd4([0x6e,0x61,0x6d,0x65])]:_0x195fd4([0x45,0x43,0x44,0x53,0x41]),[_0x195fd4([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x195fd4([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x195fd4([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x34253a[_0x195fd4([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x195fd4([0x6e,0x61,0x6d,0x65])]:_0x195fd4([0x45,0x43,0x44,0x53,0x41]),[_0x195fd4([0x68,0x61,0x73,0x68])]:{[_0x195fd4([0x6e,0x61,0x6d,0x65])]:_0x195fd4([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x13547b,_0x2997e9,_0x1e4d68)||(_0x309dbb=!0x1);}}function _0x3bb6b1(_0x21a556){return _0x21a556[_0x195fd4([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x195fd4([0x65,0x79]))?JSON[_0x195fd4([0x70,0x61,0x72,0x73,0x65])](_0x24f390(_0x21a556)):null;}function _0x24f390(_0x1d732f){return window[_0x195fd4([0x61,0x74,0x6f,0x62])](_0x1d732f[_0x195fd4([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x195fd4([0x2b]))[_0x195fd4([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x195fd4([0x2f])));}function _0x13ea69(_0x1548dd){let _0x50e4c1=0x1505;function _0xbade39(_0x6c166){for(let _0x423cac=0x0;_0x423cac<_0x6c166[_0x195fd4([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x423cac++){const _0x4a3eaf=_0x6c166[_0x195fd4([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x423cac);_0x50e4c1=(_0x50e4c1<<0x5)+_0x50e4c1+_0x4a3eaf,_0x50e4c1&=_0x50e4c1;}}function _0x1d9db9(_0x4b682d){Array[_0x195fd4([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x4b682d)?_0x4b682d[_0x195fd4([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x1d9db9):_0x4b682d&&typeof _0x4b682d==_0x195fd4([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x195fd4([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x4b682d)[_0x195fd4([0x73,0x6f,0x72,0x74])]()[_0x195fd4([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x434b0d,_0x135bb3])=>{_0xbade39(_0x434b0d),_0x1d9db9(_0x135bb3);}):_0xbade39(window[_0x195fd4([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x4b682d));}return _0x1d9db9(_0x1548dd),_0x50e4c1>>>0x0;}function _0x1eea28(_0x3d2417){return _0x3d2417[_0x195fd4([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x195fd4([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x195fd4([0x30]));}function _0x498a46(_0x18b8fe){return _0x18b8fe[_0x195fd4([0x73,0x70,0x6c,0x69,0x74])]('')[_0x195fd4([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x195fd4([0x6a,0x6f,0x69,0x6e])]('');}function _0x179248(){}function _0x195fd4(_0x1e0bf4){const _0xb3c7af=_0x1dd1;return _0x1e0bf4[_0xb3c7af(0xe2)](_0x2ab966=>String[_0xb3c7af(0x113)](_0x2ab966))[_0xb3c7af(0xf2)]('');}_0x385318(await _0x509899());}(this);}[_0x3b7b95(0x10e)](){const _0x4f7b3e=_0x3b7b95;return this[_0x4f7b3e(0x14c)];}[_0x3b7b95(0x136)](){const _0x4b6985=_0x3b7b95,_0x32cb86=_0x14c2c6=>_0x18dba0(this[_0x4b6985(0x12d)][_0x4b6985(0x10d)],_0x14c2c6);return[{'id':_0x4b6985(0x12c),'commandName':_0x4b6985(0x130),'icon':_0x1e6884,'title':_0x32cb86(_0x4b6985(0x119)),'description':_0x32cb86(_0x4b6985(0x151)),'execute':_0x2acc48=>{const _0x1e4b06=_0x4b6985;setTimeout(()=>_0x2acc48[_0x1e4b06(0x12f)](_0x1e4b06(0x130)));}},{'id':_0x4b6985(0x14b),'commandName':_0x4b6985(0x14b),'icon':_0x4b72b9,'title':_0x32cb86(_0x4b6985(0xfe)),'description':_0x32cb86(_0x4b6985(0x148))},{'id':_0x4b6985(0x118),'commandName':_0x4b6985(0x118),'icon':_0x1645f5,'title':_0x32cb86(_0x4b6985(0xf9)),'description':_0x32cb86(_0x4b6985(0x104))},{'id':_0x4b6985(0xd0),'commandName':_0x4b6985(0xd0),'icon':_0x17d417,'title':_0x32cb86(_0x4b6985(0xd1)),'description':_0x32cb86(_0x4b6985(0x133))},{'id':_0x4b6985(0x10a),'commandName':_0x4b6985(0x10a),'icon':_0x5c9dc6,'title':_0x32cb86(_0x4b6985(0x10c)),'description':_0x32cb86(_0x4b6985(0x14f)),'aliases':[_0x4b6985(0xfc),_0x4b6985(0xf0),_0x4b6985(0xe3)]},{'id':_0x4b6985(0xfc),'commandName':_0x4b6985(0xfc),'icon':_0x5c9dc6,'title':_0x32cb86(_0x4b6985(0xdf)),'description':_0x32cb86(_0x4b6985(0x126)),'aliases':[_0x4b6985(0x10a),_0x4b6985(0xf0),_0x4b6985(0xe3)]},{'id':_0x4b6985(0x101),'commandName':_0x4b6985(0x101),'icon':_0x2e9f07,'title':_0x32cb86(_0x4b6985(0x10b)),'description':_0x32cb86(_0x4b6985(0xdc)),'execute':_0xda5d40=>{const _0x100784=_0x4b6985;setTimeout(()=>_0xda5d40[_0x100784(0x12f)](_0x100784(0x101)));}},{'id':_0x4b6985(0x13b),'commandName':_0x4b6985(0x149),'icon':_0x1eb23f,'title':_0x32cb86(_0x4b6985(0x138)),'description':_0x32cb86(_0x4b6985(0x146)),'execute':_0x3bb309=>{const _0x1ed325=_0x4b6985;_0x3bb309[_0x1ed325(0x12f)](_0x1ed325(0x149),{'value':_0x1ed325(0x13b)});}},{'id':_0x4b6985(0x14a),'commandName':_0x4b6985(0x149),'icon':_0x24b01f,'title':_0x32cb86(_0x4b6985(0x153)),'description':_0x32cb86(_0x4b6985(0xea)),'execute':_0x5d1687=>{const _0x54aabd=_0x4b6985;_0x5d1687[_0x54aabd(0x12f)](_0x54aabd(0x149),{'value':_0x54aabd(0x14a)});}},{'id':_0x4b6985(0xde),'commandName':_0x4b6985(0x149),'icon':_0x3ba599,'title':_0x32cb86(_0x4b6985(0x129)),'description':_0x32cb86(_0x4b6985(0x120)),'execute':_0x1ddb71=>{const _0xe3b05b=_0x4b6985;_0x1ddb71[_0xe3b05b(0x12f)](_0xe3b05b(0x149),{'value':_0xe3b05b(0xde)});}},{'id':_0x4b6985(0xe7),'commandName':_0x4b6985(0x149),'icon':_0x278193,'title':_0x32cb86(_0x4b6985(0x122)),'description':_0x32cb86(_0x4b6985(0x12e)),'execute':_0x96cbbf=>{const _0x53f19a=_0x4b6985;_0x96cbbf[_0x53f19a(0x12f)](_0x53f19a(0x149),{'value':_0x53f19a(0xe7)});}},{'id':_0x4b6985(0xd4),'commandName':_0x4b6985(0x149),'icon':_0x1bbe21,'title':_0x32cb86(_0x4b6985(0x11a)),'description':_0x32cb86(_0x4b6985(0xdb)),'execute':_0x224686=>{const _0x70d865=_0x4b6985;_0x224686[_0x70d865(0x12f)](_0x70d865(0x149),{'value':_0x70d865(0xd4)});}},{'id':_0x4b6985(0x124),'commandName':_0x4b6985(0x149),'icon':_0x476e00,'title':_0x32cb86(_0x4b6985(0xf5)),'description':_0x32cb86(_0x4b6985(0xda)),'execute':_0x595933=>{const _0xba840d=_0x4b6985;_0x595933[_0xba840d(0x12f)](_0xba840d(0x149),{'value':_0xba840d(0x124)});}},{'id':_0x4b6985(0x144),'commandName':_0x4b6985(0x144),'icon':_0x32b771,'title':_0x32cb86(_0x4b6985(0xf8)),'description':_0x32cb86(_0x4b6985(0x103))},{'id':_0x4b6985(0x111),'commandName':_0x4b6985(0x111),'icon':_0x286d87,'title':_0x32cb86(_0x4b6985(0xf3)),'description':_0x32cb86(_0x4b6985(0xfd))},{'id':_0x4b6985(0x121),'commandName':_0x4b6985(0x121),'icon':_0x560989,'title':_0x32cb86(_0x4b6985(0x128)),'description':_0x32cb86(_0x4b6985(0xd5))},{'id':_0x4b6985(0x102),'commandName':_0x4b6985(0x102),'title':_0x32cb86(_0x4b6985(0xd9)),'description':_0x32cb86(_0x4b6985(0x11c))},{'id':_0x4b6985(0xec),'commandName':_0x4b6985(0xec),'icon':_0x48c40e,'title':_0x32cb86(_0x4b6985(0x13c)),'description':_0x32cb86(_0x4b6985(0x137))},{'id':_0x4b6985(0x132),'commandName':_0x4b6985(0x132),'icon':_0x5d7f2b,'title':_0x32cb86(_0x4b6985(0x105)),'description':_0x32cb86(_0x4b6985(0xdd)),'aliases':[_0x4b6985(0xe9)]},{'id':_0x4b6985(0xfb),'commandName':_0x4b6985(0xfb),'icon':_0x47c2d9,'title':_0x32cb86(_0x4b6985(0x115)),'description':_0x32cb86(_0x4b6985(0x135))},{'id':_0x4b6985(0xd3),'commandName':_0x4b6985(0xd3),'icon':_0xd63b15,'title':_0x32cb86(_0x4b6985(0x117)),'description':_0x32cb86(_0x4b6985(0xfa))},{'id':_0x4b6985(0xe6),'commandName':_0x4b6985(0xe6),'icon':_0x5877d0,'title':_0x32cb86(_0x4b6985(0xcf)),'description':_0x32cb86(_0x4b6985(0x13a))},{'id':_0x4b6985(0x150),'commandName':_0x4b6985(0x150),'icon':_0x34f215,'title':_0x32cb86(_0x4b6985(0x10f)),'description':_0x32cb86(_0x4b6985(0x114))}];}[_0x3b7b95(0x100)](_0x4f8535){const _0x584848=_0x3b7b95;return _0x4f8535[_0x584848(0x108)]?_0x4f8535[_0x584848(0x108)](this[_0x584848(0x12d)]):!_0x4f8535[_0x584848(0x11d)]||this[_0x584848(0x12d)][_0x584848(0x106)][_0x584848(0xf6)](_0x4f8535[_0x584848(0x11d)])[_0x584848(0x108)];}[_0x3b7b95(0x13e)](_0x8cff1d){const _0x49640d=_0x3b7b95;if(_0x8cff1d[_0x49640d(0x12f)])_0x8cff1d[_0x49640d(0x12f)](this[_0x49640d(0x12d)]);else{if(!_0x8cff1d[_0x49640d(0x11d)])throw new _0x389195(_0x49640d(0xee),this[_0x49640d(0x12d)],{'commandDefinition':_0x8cff1d});this[_0x49640d(0x12d)][_0x49640d(0x12f)](_0x8cff1d[_0x49640d(0x11d)]);}}}function H(_0x24a9c7,_0x3ea0df){const _0x10a03c=_0x3b7b95;return _0x24a9c7[_0x10a03c(0xd6)]<_0x3ea0df[_0x10a03c(0xd6)]?-0x1:_0x24a9c7[_0x10a03c(0xd6)]>_0x3ea0df[_0x10a03c(0xd6)]?0x1:0x0;}function _0x1dd1(_0x4448d8,_0x35d694){const _0x480064=_0x4800();return _0x1dd1=function(_0x1dd140,_0x16a447){_0x1dd140=_0x1dd140-0xcf;let _0x4701bb=_0x480064[_0x1dd140];return _0x4701bb;},_0x1dd1(_0x4448d8,_0x35d694);}function O(_0x449e06,_0x2d97ba){const _0x59a937=_0x3b7b95;return _0x2d97ba+'-'+_0x449e06[_0x59a937(0x123)]()[_0x59a937(0x107)]('\x20')[_0x59a937(0xf2)]('-');}