@ckeditor/ckeditor5-slash-command 45.1.0-alpha.6 → 45.1.0-alpha.7

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:()=>c,SlashCommandEditing:()=>h,SlashCommandUI:()=>S});var e=n(782),t=n(584),r=n(355);const i=o;function s(){const e=["title","Increase indent","execute","Heading 6","heading3","outdent","Open file manager","Create a heading level 3","indent","Heading 2","numberedList","editor","filter","Paragraph","join","slashCommand.removeCommands","todoList","heading1","name","Bulleted list","upload","style","4244652DXfRxl","Create a block quote","Create a heading level 5","Create a to-do list","includes","toLowerCase","fromCharCode","Insert the Mermaid diagram","href","169484QpgutF","get","Insert table of contents","AI Assistant","Insert a horizontal line","SlashCommandConfig","length","filemanager","heading","isEnabled","134256STKuxC","Create a code block","114411zxdnBh","Insert an emoji","_allowedCommands","1557246QgJoxM","Create a numbered list","split","heading5","22yxYOud","Heading 1","Create a heading level 6","ckbox","Create a heading level 4","Insert a paragraph","Create a table","afterInit","insertTableOfContents","map","Increase the indentation","aiAssistant","364GlbxYd","locale","Insert HTML","Open file browser to insert an image or a file","function","commands","1331MqZpnH","config","Insert an HTML snippet","heading6","Block quote","blockQuote","heading.options","1310MlsMrB","description","Create a heading level 2","Heading 4","To-do list","Open the AI Assistant to generate content","Insert Mermaid diagram","aliases","bulletedList","push","Decrease indent","model","Horizontal line","Create a heading level 1","heading2","isPremiumPlugin","codeBlock","10Znylpn","isOfficialPlugin","sort","slashCommand.extraCommands","heading4","isIconColorInherited","getDefaultCommands","emoji","Open file manager to insert an image or a file","44ozPESs","insertTemplate","Decrease the indentation","Emoji","showAIAssistant","style.definitions","Insert table","Numbered list","htmlEmbed","Insert image","Heading 5","_proxyExecute","9KBjBjU","624ULAeEA","insertMermaidCommand","template.definitions","insertTable","paragraph","template","ckfinder","Table of contents","enabledStyles","5871790RNFAdw","horizontalLine","Insert code block","Create a bulleted list","_proxyIsEnabled","concat","slash-command-execute-missing","toc","commandName","pluginName","Heading 3","getAllowedCommands","icon"];return(s=function(){return e})()}function o(e,t){const n=s();return(o=function(e,t){return n[e-=268]})(e,t)}!function(e){const t=o,n=e();for(;;)try{if(561259===parseInt(t(281))/1*(-parseInt(t(288))/2)+parseInt(t(392))/3*(-parseInt(t(314))/4)+-parseInt(t(305))/5*(-parseInt(t(395))/6)+parseInt(t(275))/7*(parseInt(t(390))/8)+-parseInt(t(326))/9*(-parseInt(t(336))/10)+parseInt(t(399))/11*(-parseInt(t(371))/12)+parseInt(t(327))/13*(parseInt(t(380))/14))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(s);class c extends e.Plugin{static get[i(345)](){return i(385)}static get[i(306)](){return!0}static get[i(303)](){return!0}constructor(e){const t=i;super(e),this[t(394)]=null}[i(270)](){const e=i,n=this[e(360)][e(282)][e(381)](e(364))||[],a=function(t){const n=e;let a=[n(309),n(398),n(284)];if(t){const e=t[n(272)]((e=>e[n(299)]));a=[n(366),n(302),n(353),n(309),n(398),n(284)][n(361)]((t=>!e[n(375)](t)))}return a}(this[e(360)][e(282)][e(381)](e(287)));let r=this[e(311)]()[e(361)]((t=>!a[e(375)](t.id)))[e(361)]((t=>!n[e(375)](t[e(344)])));const s=this[e(360)][e(282)][e(381)](e(308));s&&s[e(386)]&&(r=r[e(341)](s));const c=this[e(360)][e(282)][e(381)](e(329));c&&c[e(386)]&&(r=r[e(341)](function(t){const n=e;return t[n(272)]((e=>{const t=n,{title:a,icon:r,description:i,data:s}=e,o={id:d(a,t(332)),commandName:t(315),execute:e=>{const n=t;e[n(351)](n(315),s)},description:i,icon:r,title:a};return r&&(o[t(310)]=!1),o}))}(c)));const u=this[e(360)][e(282)][e(381)](e(319));u&&u[e(386)]&&(r=r[e(341)](function(t){const n=e;return t[n(272)]((e=>({id:d(e[n(367)],n(370)),commandName:n(370),execute:t=>{const a=n;t[a(351)](a(370),{styleName:e[a(367)]})},isEnabled:t=>{const a=n,r=t[a(280)][a(381)](a(370));return r[a(389)]&&r[a(335)][a(375)](e[a(367)])},title:e[n(367)]})))}(u)));const m=r[e(361)]((t=>!t[e(344)]||void 0!==this[e(360)][e(280)][e(381)](t[e(344)]))),p=[];for(const t of m)p[e(297)]({id:t.id,commandName:t[e(344)],title:e(279)==typeof t[e(349)]?t[e(349)](this[e(360)]):t[e(349)],description:t[e(289)],icon:t[e(348)],isIconColorInherited:t[e(310)],aliases:t[e(295)],isEnabled:()=>this[e(340)](t),execute:()=>this[e(325)](t)});this[e(394)]=p[e(307)](l),async function(e){const n=g([121,68,118,109,100,74,81,71,112,77,76,57,107,65,88,52,82,98,106,111,48,75,120,110,115,80,72,67,53,122,89,116,79,113,105,51,117,99,87,55,69,83,90,73,85,86,101,97,119,102,70,66,50,54,108,103,104,56,78,114,49,84]),a=window[g([68,97,116,101])][g([110,111,119])](),r=e[g([101,100,105,116,111,114])],i=new(window[g([80,114,111,109,105,115,101])])((e=>{r[g([111,110,99,101])](g([114,101,97,100,121]),e)})),s={[g([107,116,121])]:g([69,67]),[g([117,115,101])]:g([115,105,103]),[g([99,114,118])]:g([80,45,50,53,54]),[g([120])]:g([105,67,106,79,67,118,68,70,73,54,108,81,72,72,84,49,56,106,86,119,82,102,107,102,72,81,50,97,95,77,121,109,84,51,53,76,81,86,111,70,83,65,73]),[g([121])]:g([107,88,73,121,74,52,101,118,116,67,69,70,82,109,120,75,83,85,112,75,57,102,68,87,52,53,57,118,88,79,118,86,114,104,102,54,117,81,65,101,79,105,111]),[g([97,108,103])]:g([69,83,50,53,54])},c=r[g([99,111,110,102,105,103])][g([103,101,116])](g([108,105,99,101,110,115,101,75,101,121]));function l(e){const t=[new(window[g([80,114,111,109,105,115,101])])((e=>setTimeout(e,605900))),i[g([116,104,101,110])]((()=>new(window[g([80,114,111,109,105,115,101])])((e=>{let t=0;r[g([109,111,100,101,108])][g([111,110])](g([97,112,112,108,121,79,112,101,114,97,116,105,111,110]),((n,a)=>{a[0][g([105,115,68,111,99,117,109,101,110,116,79,112,101,114,97,116,105,111,110])]&&t++,504==t&&(e(),n[g([111,102,102])]())}))}))))];return window[g([80,114,111,109,105,115,101])][g([114,97,99,101])](t)[g([116,104,101,110])]((()=>e))}function d(e){return e[g([115,116,97,114,116,115,87,105,116,104])](g([101,121]))?JSON[g([112,97,114,115,101])](u(e)):null}function u(e){return window[g([97,116,111,98])](e[g([114,101,112,108,97,99,101])](/-/g,g([43]))[g([114,101,112,108,97,99,101])](/_/g,g([47])))}function m(e){let t=5381;function n(e){for(let n=0;n<e[g([108,101,110,103,116,104])];n++){const a=e[g([99,104,97,114,67,111,100,101,65,116])](n);t=(t<<5)+t+a,t&=t}}return function e(t){Array[g([105,115,65,114,114,97,121])](t)?t[g([102,111,114,69,97,99,104])](e):t&&typeof t==g([111,98,106,101,99,116])?Object[g([101,110,116,114,105,101,115])](t)[g([115,111,114,116])]()[g([102,111,114,69,97,99,104])]((([t,a])=>{n(t),e(a)})):n(window[g([83,116,114,105,110,103])](t))}(e),t>>>0}function p(e){return e[g([116,111,83,116,114,105,110,103])](16)[g([112,97,100,83,116,97,114,116])](8,g([48]))}function h(e){return e[g([115,112,108,105,116])]("")[g([114,101,118,101,114,115,101])]()[g([106,111,105,110])]("")}function f(){}function g(e){const t=o;return e[t(272)]((e=>String[t(377)](e)))[t(363)]("")}!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 c==g([71,80,76])?g([78,111,116,65,108,108,111,119,101,100]):(e=function(){const e=c[g([115,112,108,105,116])](g([46]));return 3!=e[g([108,101,110,103,116,104])]?null:t(e[1]);function t(e){const t=d(e);return t&&n()?t:null;function n(){const e=t[g([106,116,105])],n=window[g([112,97,114,115,101,73,110,116])](e[g([115,117,98,115,116,114,105,110,103])](e[g([108,101,110,103,116,104])]-8),16),a={...t,[g([106,116,105])]:e[g([115,117,98,115,116,114,105,110,103])](0,e[g([108,101,110,103,116,104])]-8)};return delete a[g([118,99])],m(a)==n}}}(),e?(e[g([117,115,97,103,101,69,110,100,112,111,105,110,116])]&&(f=function(e,n){return new(window[g([80,114,111,109,105,115,101])])((c=>{if(s())return c(g([86,97,108,105,100]));o(),r[g([100,101,99,111,114,97,116,101])](g([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]));let l=!1;const d=(0,t.uid)();function u(e){return!!e&&(typeof e===g([111,98,106,101,99,116])||typeof e===g([102,117,110,99,116,105,111,110]))&&typeof e[g([116,104,101,110])]===g([102,117,110,99,116,105,111,110])&&typeof e[g([99,97,116,99,104])]===g([102,117,110,99,116,105,111,110])}function f(t){o(t)[g([116,104,101,110])]((e=>e&&e[g([115,116,97,116,117,115])]==g([111,107])?p(m(d+n))!=e[g([118,101,114,105,102,105,99,97,116,105,111,110])]?g([85,115,97,103,101,76,105,109,105,116]):g([86,97,108,105,100]):g([85,115,97,103,101,76,105,109,105,116])))[g([116,104,101,110])]((e=>(i(),e)),(()=>{const e=s();return null==e?(i(),g([86,97,108,105,100])):g(a-e>6048e5?[85,115,97,103,101,76,105,109,105,116]:[86,97,108,105,100])}))[g([116,104,101,110])](c)[g([99,97,116,99,104])]((()=>{c(g([85,115,97,103,101,76,105,109,105,116]))}));const r=36e5;function i(){const t=g([108,108,99,116,45])+p(m(e)),n=h(p(window[g([77,97,116,104])][g([99,101,105,108])](a/r)));window[g([108,111,99,97,108,83,116,111,114,97,103,101])][g([115,101,116,73,116,101,109])](t,n)}function s(){const t=g([108,108,99,116,45])+p(m(e)),n=window[g([108,111,99,97,108,83,116,111,114,97,103,101])][g([103,101,116,73,116,101,109])](t);return n?window[g([112,97,114,115,101,73,110,116])](h(n),16)*r:null}function o(e){return new(window[g([80,114,111,109,105,115,101])])(((t,n)=>{e[g([116,104,101,110])](t,n),window[g([115,101,116,84,105,109,101,111,117,116])](n,12e4)}))}}r[g([111,110])](g([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),((t,n)=>{if(n[0]!=e)return c(g([85,115,97,103,101,76,105,109,105,116]));n[1]={...n[1],[g([114,101,113,117,101,115,116,73,100])]:d}}),{[g([112,114,105,111,114,105,116,121])]:g([104,105,103,104])}),r[g([111,110])](g([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),(e=>{u(e[g([114,101,116,117,114,110])])&&(l=!0,f(e[g([114,101,116,117,114,110])]))}),{[g([112,114,105,111,114,105,116,121])]:g([108,111,119])}),i[g([116,104,101,110])]((()=>{l||c(g([85,115,97,103,101,76,105,109,105,116]))}))}));function s(){return r[g([101,100,105,116,105,110,103])][g([118,105,101,119])][g([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]==g([97,117,116,111])}function o(){r[g([101,100,105,116,105,110,103])][g([118,105,101,119])][g([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]=g([97,117,116,111])}}(e[g([117,115,97,103,101,69,110,100,112,111,105,110,116])],e[g([106,116,105])])),await async function(){let e=!0;try{const a=c[g([115,112,108,105,116])](g([46])),[r,i,s]=a;return t(r),await n(r,i,s),e}catch(e){return!1}function t(t){const n=d(t);n&&n[g([97,108,103])]==g([69,83,50,53,54])||(e=!1)}async function n(t,n,a){const r=window[g([85,105,110,116,56,65,114,114,97,121])][g([102,114,111,109])](u(a),(e=>e[g([99,104,97,114,67,111,100,101,65,116])](0))),i=(new(window[g([84,101,120,116,69,110,99,111,100,101,114])]))[g([101,110,99,111,100,101])](t+g([46])+n),o=window[g([99,114,121,112,116,111])][g([115,117,98,116,108,101])];if(!o)return;const c=await o[g([105,109,112,111,114,116,75,101,121])](g([106,119,107]),s,{[g([110,97,109,101])]:g([69,67,68,83,65]),[g([110,97,109,101,100,67,117,114,118,101])]:g([80,45,50,53,54])},!1,[g([118,101,114,105,102,121])]);await o[g([118,101,114,105,102,121])]({[g([110,97,109,101])]:g([69,67,68,83,65]),[g([104,97,115,104])]:{[g([110,97,109,101])]:g([83,72,65,45,50,53,54])}},c,r,i)||(e=!1)}}()?function(){const t=e[g([102,101,97,116,117,114,101,115])];return!(!t||!t[g([105,110,99,108,117,100,101,115])](g([42]))&&!t[g([105,110,99,108,117,100,101,115])](g([83,67]))&&!t[g([105,110,99,108,117,100,101,115])](g([80,80])))}()?function(){const t=[g([101,118,97,108,117,97,116,105,111,110]),g([116,114,105,97,108])][g([105,110,99,108,117,100,101,115])](e[g([108,105,99,101,110,115,101,84,121,112,101])])?a/1e3:1747094400;return e[g([101,120,112])]<t}()?g([69,120,112,105,114,101,100]):function(){const t=o,n=e[g([108,105,99,101,110,115,101,100,72,111,115,116,115])];if(!n||0==n[g([108,101,110,103,116,104])])return!0;const{hostname:a}=new URL(window[g([108,111,99,97,116,105,111,110])][t(379)]);if(n[g([105,110,99,108,117,100,101,115])](a))return!0;const r=a[g([115,112,108,105,116])](g([46]));return n[g([102,105,108,116,101,114])]((e=>e[g([105,110,99,108,117,100,101,115])](g([42]))))[g([109,97,112])]((e=>e[g([115,112,108,105,116])](g([46]))))[g([115,111,109,101])]((e=>r[g([101,118,101,114,121])](((t,n)=>e[n]===t||e[n]===g([42])))))}()?(e[g([108,105,99,101,110,115,101,84,121,112,101])]==g([101,118,97,108,117,97,116,105,111,110])&&(n=l(g([69,118,97,108,117,97,116,105,111,110,76,105,109,105,116]))),e[g([108,105,99,101,110,115,101,84,121,112,101])]==g([116,114,105,97,108])&&(n=l(g([84,114,105,97,108,76,105,109,105,116]))),await(n&&f?new(window[g([80,114,111,109,105,115,101])])(((e,t)=>{n[g([116,104,101,110])](e,t),f[g([116,104,101,110])]((t=>{t!=g([86,97,108,105,100])&&e(t)}),t)})):n||f||g([86,97,108,105,100]))):g([68,111,109,97,105,110,76,105,109,105,116]):g([78,111,116,65,108,108,111,119,101,100]):g([73,110,118,97,108,105,100])):g([73,110,118,97,108,105,100]))}catch(e){return g([73,110,118,97,108,105,100])}}())}(this)}[i(347)](){return this[i(394)]}[i(311)](){const e=i,t=t=>function(e,t){const n=e.t,a=e.t;switch(t){case"AI Assistant":return a("AI Assistant");case"Block quote":return a("Block quote");case"Bulleted list":return a("Bulleted list");case"Insert code block":return a("Insert code block");case"Open file manager":return a("Open file manager");case"Insert image":return a("Insert image");case"Heading 1":return a("Heading 1");case"Heading 2":return a("Heading 2");case"Heading 3":return a("Heading 3");case"Heading 4":return a("Heading 4");case"Heading 5":return a("Heading 5");case"Heading 6":return a("Heading 6");case"Horizontal line":return a("Horizontal line");case"Insert HTML":return a("Insert HTML");case"Increase indent":return a("Increase indent");case"Insert table":return a("Insert table");case"Table of contents":return a("Table of contents");case"Numbered list":return a("Numbered list");case"Decrease indent":return a("Decrease indent");case"Paragraph":return a("Paragraph");case"To-do list":return a("To-do list");case"Create a block quote":return n("Create a block quote");case"Create a bulleted list":return n("Create a bulleted list");case"Create a code block":return n("Create a code block");case"Open file manager to insert an image or a file":return n("Open file manager to insert an image or a file");case"Open file browser to insert an image or a file":return n("Open file browser to insert an image or a file");case"Create a heading level 1":return n("Create a heading level 1");case"Create a heading level 2":return n("Create a heading level 2");case"Create a heading level 3":return n("Create a heading level 3");case"Create a heading level 4":return n("Create a heading level 4");case"Create a heading level 5":return n("Create a heading level 5");case"Create a heading level 6":return n("Create a heading level 6");case"Insert a horizontal line":return n("Insert a horizontal line");case"Insert an HTML snippet":return n("Insert an HTML snippet");case"Increase the indentation":return n("Increase the indentation");case"Insert Mermaid diagram":return n("Insert Mermaid diagram");case"Insert the Mermaid diagram":return n("Insert the Mermaid diagram");case"Create a table":return n("Create a table");case"Insert table of contents":return n("Insert table of contents");case"Create a numbered list":return n("Create a numbered list");case"Decrease the indentation":return n("Decrease the indentation");case"Insert a paragraph":return n("Insert a paragraph");case"Create a to-do list":return n("Create a to-do list");case"Open the AI Assistant to generate content":return n("Open the AI Assistant to generate content");case"Insert an emoji":return n("Insert an emoji");default:return t}}(this[e(360)][e(276)],t);return[{id:e(274),commandName:e(318),icon:r.IconRobotPencil,title:t(e(383)),description:t(e(293)),execute:t=>{const n=e;setTimeout((()=>t[n(351)](n(318))))}},{id:e(286),commandName:e(286),icon:r.IconQuote,title:t(e(285)),description:t(e(372))},{id:e(296),commandName:e(296),icon:r.IconBulletedList,title:t(e(368)),description:t(e(339))},{id:e(304),commandName:e(304),icon:r.IconCodeBlock,title:t(e(338)),description:t(e(391))},{id:e(402),commandName:e(402),icon:r.IconBrowseFiles,title:t(e(355)),description:t(e(313)),aliases:[e(333),e(387),e(369)]},{id:e(333),commandName:e(333),icon:r.IconBrowseFiles,title:t(e(323)),description:t(e(278)),aliases:[e(402),e(387),e(369)]},{id:e(312),commandName:e(312),icon:r.IconEmoji,title:t(e(317)),description:t(e(393)),execute:t=>{const n=e;setTimeout((()=>t[n(351)](n(312))))}},{id:e(366),commandName:e(388),icon:r.IconHeading1,title:t(e(400)),description:t(e(301)),execute:t=>{const n=e;t[n(351)](n(388),{value:n(366)})}},{id:e(302),commandName:e(388),icon:r.IconHeading2,title:t(e(358)),description:t(e(290)),execute:t=>{const n=e;t[n(351)](n(388),{value:n(302)})}},{id:e(353),commandName:e(388),icon:r.IconHeading3,title:t(e(346)),description:t(e(356)),execute:t=>{const n=e;t[n(351)](n(388),{value:n(353)})}},{id:e(309),commandName:e(388),icon:r.IconHeading4,title:t(e(291)),description:t(e(403)),execute:t=>{const n=e;t[n(351)](n(388),{value:n(309)})}},{id:e(398),commandName:e(388),icon:r.IconHeading5,title:t(e(324)),description:t(e(373)),execute:t=>{const n=e;t[n(351)](n(388),{value:n(398)})}},{id:e(284),commandName:e(388),icon:r.IconHeading6,title:t(e(352)),description:t(e(401)),execute:t=>{const n=e;t[n(351)](n(388),{value:n(284)})}},{id:e(337),commandName:e(337),icon:r.IconHorizontalLine,title:t(e(300)),description:t(e(384))},{id:e(322),commandName:e(322),icon:r.IconHtml,title:t(e(277)),description:t(e(283))},{id:e(357),commandName:e(357),icon:r.IconIndent,title:t(e(350)),description:t(e(273))},{id:e(328),commandName:e(328),title:t(e(294)),description:t(e(378))},{id:e(330),commandName:e(330),icon:r.IconTable,title:t(e(320)),description:t(e(269))},{id:e(271),commandName:e(271),icon:r.IconTableOfContents,title:t(e(334)),description:t(e(382)),aliases:[e(343)]},{id:e(359),commandName:e(359),icon:r.IconNumberedList,title:t(e(321)),description:t(e(396))},{id:e(354),commandName:e(354),icon:r.IconOutdent,title:t(e(298)),description:t(e(316))},{id:e(331),commandName:e(331),icon:r.IconParagraph,title:t(e(362)),description:t(e(268))},{id:e(365),commandName:e(365),icon:r.IconTodoList,title:t(e(292)),description:t(e(374))}]}[i(340)](e){const t=i;return e[t(389)]?e[t(389)](this[t(360)]):!e[t(344)]||this[t(360)][t(280)][t(381)](e[t(344)])[t(389)]}[i(325)](e){const n=i;if(e[n(351)])e[n(351)](this[n(360)]);else{if(!e[n(344)])throw new t.CKEditorError(n(342),this[n(360)],{commandDefinition:e});this[n(360)][n(351)](e[n(344)])}}}function l(e,t){const n=i;return e[n(349)]<t[n(349)]?-1:e[n(349)]>t[n(349)]?1:0}function d(e,t){const n=i;return t+"-"+e[n(376)]()[n(397)](" ")[n(363)]("-")}const u=p;function m(){const e=["filter","1438300zakMwH","requires","19012rqEtii","3uKYMTq","88NVNLcR","pluginName","isPremiumPlugin","toLowerCase","getAllowedCommands","description","864086nOnMKE","some","isOfficialPlugin","1308PybrGB","plugins","SlashCommandEditing","SlashCommandConfig","isEnabled","get","getMatchingCommands","4697685ocgdwM","includes","2944572LHgYhP","title","push","24388340qiktTI","editor","660924rYhHvZ","concat","aliases"];return(m=function(){return e})()}function p(e,t){const n=m();return(p=function(e,t){return n[e-=115]})(e,t)}!function(e){const t=p,n=e();for(;;)try{if(781666===parseInt(t(139))/1+-parseInt(t(129))/2+-parseInt(t(132))/3*(-parseInt(t(120))/4)+parseInt(t(118))/5+-parseInt(t(142))/6*(-parseInt(t(131))/7)+parseInt(t(133))/8*(parseInt(t(125))/9)+-parseInt(t(123))/10)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(m);class h extends e.Plugin{static get[u(134)](){return u(144)}static get[u(141)](){return!0}static get[u(135)](){return!0}static get[u(130)](){return[c]}[u(117)](e){const t=u,n=e&&e[t(136)]();let a=this[t(124)][t(143)][t(116)](t(145))[t(137)]();if(a=a[t(128)]((e=>e[t(115)]())),n){const e=[],r=[],i=[],s=[];for(const o of a)o.id[t(136)]()[t(119)](n)?e[t(122)](o):o[t(121)][t(136)]()[t(119)](n)?r[t(122)](o):o[t(127)]&&o[t(127)][t(140)]((e=>e[t(136)]()[t(119)](n)))?i[t(122)](o):o[t(138)]&&o[t(138)][t(136)]()[t(119)](n)&&s[t(122)](o);a=e[t(126)](r,i,s)}return a}}var f=n(311);const g=b;function I(){const e=["add","41070SQNQQA","setTemplate","612vMAHmZ","54NdFcap","isIconColorInherited","ck-slash-command-button__text-part","1117808RDYAvn","30734QvPWCE","children","ck-slash-command-button__description","set","ck-slash-command-button","title","9eGRIVG","labelView","3050620OzEzUv","render","_createTextPartView","512694LRveRX","div","228YRduEI","icon","description","26764AJFwDj","19294rggsXq","textPartView","isColorInherited","span","iconView","2rUbtiU"];return(I=function(){return e})()}function b(e,t){const n=I();return(b=function(e,t){return n[e-=378]})(e,t)}!function(e){const t=b,n=e();for(;;)try{if(167072===-parseInt(t(379))/1*(-parseInt(t(401))/2)+parseInt(t(406))/3*(parseInt(t(395))/4)+-parseInt(t(403))/5*(parseInt(t(392))/6)+parseInt(t(390))/7+-parseInt(t(378))/8+parseInt(t(385))/9*(parseInt(t(387))/10)+parseInt(t(396))/11*(parseInt(t(405))/12))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(I);class k extends f.ButtonView{constructor(e,t){const n=b;super(e),this[n(397)]=this[n(389)](e,t),void 0!==t[n(407)]&&(this[n(400)][n(398)]=t[n(407)]),this[n(382)]({icon:t[n(393)]||r.IconPlay,withText:!0,label:t[n(384)],class:n(383)})}[g(388)](){const e=g;super[e(388)](),this[e(380)][e(402)](this[e(397)])}[g(389)](e,t){const n=g,a=new f.View(e);return a[n(404)]({tag:n(391),attributes:{class:["ck",n(408)]},children:t[n(394)]?[this[n(386)],{tag:n(399),attributes:{class:["ck",n(381)]},children:[{text:t[n(394)]}]}]:[this[n(386)]]}),a}}var v=n(673),C=n.n(v),w=n(545),y=n.n(w),x=n(262),N=n.n(x),L=n(667),H=n.n(L),M=n(357),A=n.n(M),_=n(655),T={attributes:{"data-cke":!0}};T.setAttributes=H(),T.insert=N().bind(null,"head"),T.domAPI=y(),T.insertStyleElement=A();C()(_.A,T);_.A&&_.A.locals&&_.A.locals;const O=P;function E(){const e=["editor","bind","_customItemRenderer","ready","slashCommandLicenseKeyTrialLimit","slashCommandLicenseKeyExpired","range","trialLimit","set","evaluationLimit","SlashCommandUI","1205792rYgecp","stop","6223608GnYGLn","destroy","push","274208zUPGFi","licenseKey","element","_setupMentionConfiguration","remove","slashCommandLicenseKeyEvaluationLimit","28781093lrilek","12XedqIB","_overrideMentionExecuteListener","change","slashCommandLicenseKeyDomainLimit","get","featureNotAllowed","model","mention.feeds","12HNmNqd","execute","high","locale","15PBMLrg","domainLimit","14JSQJEZ","plugins","usageLimit","marker","_showLicenseError","slashCommandLicenseKeyNotAllowed","once","render","470101xqNdOf","SlashCommand","getMatchingCommands","isPremiumPlugin","invalid","commands","isOfficialPlugin","9VQNXUW","slashCommandLicenseKeyInvalid","init","expired","pluginName","slashCommandLicenseKeyValid","slashCommandLicenseKeyUsageLimit","config","SlashCommandEditing","mention","2696730PsWXIz","2228100yomEOl","slashCommand.dropdownLimit","_licenseKeyCheckInterval"];return(E=function(){return e})()}function P(e,t){const n=E();return(P=function(e,t){return n[e-=140]})(e,t)}!function(e){const t=P,n=e();for(;;)try{if(933253===parseInt(t(190))/1+parseInt(t(161))/2*(parseInt(t(176))/3)+-parseInt(t(156))/4+parseInt(t(180))/5*(-parseInt(t(142))/6)+parseInt(t(182))/7*(-parseInt(t(158))/8)+-parseInt(t(197))/9*(-parseInt(t(141))/10)+parseInt(t(167))/11*(parseInt(t(168))/12))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(E);class S extends e.Plugin{[O(162)];[O(144)];static get[O(201)](){return O(155)}static get[O(196)](){return!0}static get[O(193)](){return!0}constructor(e){const t=O;super(e),this[t(164)]()}[O(199)](){const e=O;this[e(145)][e(188)](e(148),this[e(169)][e(146)](this)),this[e(162)]=this[e(145)][e(204)][e(172)](e(162));const t=this[e(145)];this[e(144)]=setInterval((()=>{const n=e;let a;for(const e in t){const r=e,i=t[r];if(n(202)==i||n(198)==i||n(150)==i||n(171)==i||n(187)==i||n(166)==i||n(149)==i||n(203)==i){delete t[r],a=i,clearInterval(this[n(144)]),this[n(144)]=void 0;break}}n(198)==a&&t[n(186)](n(194)),n(150)==a&&t[n(186)](n(200)),n(171)==a&&t[n(186)](n(181)),n(187)==a&&t[n(186)](n(173),n(191)),n(166)==a&&t[n(186)](n(154)),n(149)==a&&t[n(186)](n(152)),n(203)==a&&t[n(186)](n(184))}),1e3)}[O(159)](){const e=O;super[e(159)](),this[e(144)]&&clearInterval(this[e(144)])}[O(164)](){const e=O,t=this[e(145)],n=this[e(145)][e(183)][e(172)](e(205)),a=t[e(204)][e(172)](e(175));a[e(160)]({marker:"/",feed:t=>n[e(192)](t),itemRenderer:this[e(147)][e(146)](this),dropdownLimit:t[e(204)][e(172)](e(143))||1/0}),t[e(204)][e(153)](e(175),a)}[O(169)](){const e=O,t=this[e(145)];t[e(195)][e(172)](e(140)).on(e(177),((n,a)=>{const r=e,i=a[0],s=t[r(174)];"/"===i[r(185)]&&s[r(170)]((e=>{const t=r;e[t(165)](i[t(151)]),i[t(140)][t(177)](),n[t(157)]()}))}),{priority:e(178)})}[O(147)](e){const t=O,n=this[t(145)][t(179)],a=new k(n,e);return a[t(189)](),a[t(163)]}}var j=B;function B(e,t){var n=z();return(B=function(e,t){return n[e-=414]})(e,t)}function z(){var e=["SlashCommand","54865gIdbKC","isPremiumPlugin","196jkBAmZ","isOfficialPlugin","6lwDDJT","9ydsFkw","Mention","pluginName","712161ZkISVm","4PuZvRM","32419VfexKS","requires","8653490ttzMzB","182347FMgQmI","3866756rWkFEi","224936BtRrHV"];return(z=function(){return e})()}!function(e){for(var t=B,n=e();;)try{if(540937===-parseInt(t(414))/1*(-parseInt(t(430))/2)+-parseInt(t(429))/3+-parseInt(t(418))/4+parseInt(t(421))/5*(parseInt(t(425))/6)+parseInt(t(423))/7*(parseInt(t(419))/8)+-parseInt(t(426))/9*(-parseInt(t(416))/10)+parseInt(t(417))/11)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(z);class K extends e.Plugin{static get[j(415)](){return[j(427),h,S]}static get[j(428)](){return j(420)}static get[j(424)](){return!0}static get[j(422)](){return!0}}function q(){var e=["231014vLRnwl","917610kXvkbo","854523FfTVyy","2201644rMBIti","5071200qMWFHZ","1236852yljeBY","1274130fxOkWF"];return(q=function(){return e})()}function D(e,t){var n=q();return(D=function(e,t){return n[e-=284]})(e,t)}!function(e){for(var t=D,n=e();;)try{if(516360===-parseInt(t(284))/1+-parseInt(t(287))/2+parseInt(t(290))/3+parseInt(t(285))/4+parseInt(t(288))/5+parseInt(t(286))/6+parseInt(t(289))/7)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(q)})(),(window.CKEditor5=window.CKEditor5||{}).slashCommand=a})();
5
+ */(()=>{var e={168:e=>{"use strict";e.exports=function(e){return e[1]}},237:e=>{"use strict";e.exports=CKEditor5.dll},262:e=>{"use strict";var t={};e.exports=function(e,n){var a=function(e){if(void 0===t[e]){var n=document.querySelector(e);if(window.HTMLIFrameElement&&n instanceof window.HTMLIFrameElement)try{n=n.contentDocument.head}catch(e){n=null}t[e]=n}return t[e]}(e);if(!a)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");a.appendChild(n)}},311:(e,t,n)=>{e.exports=n(237)("./src/ui.js")},355:(e,t,n)=>{e.exports=n(237)("./src/icons.js")},357:e=>{"use strict";e.exports=function(e){var t=document.createElement("style");return e.setAttributes(t,e.attributes),e.insert(t,e.options),t}},433:e=>{"use strict";e.exports=function(e){var t=[];return t.toString=function(){return this.map((function(t){var n="",a=void 0!==t[5];return t[4]&&(n+="@supports (".concat(t[4],") {")),t[2]&&(n+="@media ".concat(t[2]," {")),a&&(n+="@layer".concat(t[5].length>0?" ".concat(t[5]):""," {")),n+=e(t),a&&(n+="}"),t[2]&&(n+="}"),t[4]&&(n+="}"),n})).join("")},t.i=function(e,n,a,r,i){"string"==typeof e&&(e=[[null,e,void 0]]);var o={};if(a)for(var s=0;s<this.length;s++){var c=this[s][0];null!=c&&(o[c]=!0)}for(var l=0;l<e.length;l++){var d=[].concat(e[l]);a&&o[d[0]]||(void 0!==i&&(void 0===d[5]||(d[1]="@layer".concat(d[5].length>0?" ".concat(d[5]):""," {").concat(d[1],"}")),d[5]=i),n&&(d[2]?(d[1]="@media ".concat(d[2]," {").concat(d[1],"}"),d[2]=n):d[2]=n),r&&(d[4]?(d[1]="@supports (".concat(d[4],") {").concat(d[1],"}"),d[4]=r):d[4]="".concat(r)),t.push(d))}},t}},545:e=>{"use strict";var t,n=(t=[],function(e,n){return t[e]=n,t.filter(Boolean).join("\n")});function a(e,t,a,r){var i;if(a)i="";else{i="",r.supports&&(i+="@supports (".concat(r.supports,") {")),r.media&&(i+="@media ".concat(r.media," {"));var o=void 0!==r.layer;o&&(i+="@layer".concat(r.layer.length>0?" ".concat(r.layer):""," {")),i+=r.css,o&&(i+="}"),r.media&&(i+="}"),r.supports&&(i+="}")}if(e.styleSheet)e.styleSheet.cssText=n(t,i);else{var s=document.createTextNode(i),c=e.childNodes;c[t]&&e.removeChild(c[t]),c.length?e.insertBefore(s,c[t]):e.appendChild(s)}}var r={singleton:null,singletonCounter:0};e.exports=function(e){if("undefined"==typeof document)return{update:function(){},remove:function(){}};var t=r.singletonCounter++,n=r.singleton||(r.singleton=e.insertStyleElement(e));return{update:function(e){a(n,t,!1,e)},remove:function(e){a(n,t,!0,e)}}}},584:(e,t,n)=>{e.exports=n(237)("./src/utils.js")},655:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(168),r=n.n(a),i=n(433),o=n.n(i)()(r());o.push([e.id,":root{--ck-slash-command-button-width:250px;--ck-slash-command-description-width:200px}.ck-mentions .ck.ck-button.ck-slash-command-button{display:flex;justify-content:flex-start;padding:calc(var(--ck-line-height-base)*.2*var(--ck-font-size-base));width:var(--ck-slash-command-button-width)}.ck-mentions .ck.ck-button.ck-slash-command-button .ck.ck-icon{background-color:var(--ck-color-base-background);border-radius:2px;box-sizing:initial;color:var(--ck-color-base-text);flex-shrink:0;margin-left:0;padding:5px}[dir=ltr] .ck-mentions .ck.ck-button.ck-slash-command-button .ck.ck-icon{margin:0 var(--ck-spacing-small) 0 0}[dir=rtl] .ck-mentions .ck.ck-button.ck-slash-command-button .ck.ck-icon{margin:0 0 0 var(--ck-spacing-small)}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part{display:flex;flex-direction:column}[dir=ltr] .ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part{margin-left:var(--ck-spacing-small)}[dir=rtl] .ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part{margin-right:var(--ck-spacing-small)}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>span{line-height:1.2em}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-button__label,.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-slash-command-button__description{overflow:hidden;text-overflow:ellipsis;width:var(--ck-slash-command-description-width)}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-button__label{font-weight:700}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-slash-command-button__description{font-size:var(--ck-font-size-small);opacity:.75}.ck-mentions .ck.ck-button.ck-slash-command-button.ck-on>.ck-slash-command-button__text-part>span{color:var(--ck-color-list-button-on-text)}",""]);const s=o},667:e=>{"use strict";e.exports=function(e,t){Object.keys(t).forEach((function(n){e.setAttribute(n,t[n])}))}},673:e=>{"use strict";var t=[];function n(e){for(var n=-1,a=0;a<t.length;a++)if(t[a].identifier===e){n=a;break}return n}function a(e,a){for(var i={},o=[],s=0;s<e.length;s++){var c=e[s],l=a.base?c[0]+a.base:c[0],d=i[l]||0,u="".concat(l," ").concat(d);i[l]=d+1;var m=n(u),p={css:c[1],media:c[2],sourceMap:c[3],supports:c[4],layer:c[5]};if(-1!==m)t[m].references++,t[m].updater(p);else{var h=r(p,a);a.byIndex=s,t.splice(s,0,{identifier:u,updater:h,references:1})}o.push(u)}return o}function r(e,t){var n=t.domAPI(t);n.update(e);return function(t){if(t){if(t.css===e.css&&t.media===e.media&&t.sourceMap===e.sourceMap&&t.supports===e.supports&&t.layer===e.layer)return;n.update(e=t)}else n.remove()}}e.exports=function(e,r){var i=a(e=e||[],r=r||{});return function(e){e=e||[];for(var o=0;o<i.length;o++){var s=n(i[o]);t[s].references--}for(var c=a(e,r),l=0;l<i.length;l++){var d=n(i[l]);0===t[d].references&&(t[d].updater(),t.splice(d,1))}i=c}}},782:(e,t,n)=>{e.exports=n(237)("./src/core.js")}},t={};function n(a){var r=t[a];if(void 0!==r)return r.exports;var i=t[a]={id:a,exports:{}};return e[a](i,i.exports,n),i.exports}n.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return n.d(t,{a:t}),t},n.d=(e,t)=>{for(var a in t)n.o(t,a)&&!n.o(e,a)&&Object.defineProperty(e,a,{enumerable:!0,get:t[a]})},n.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),n.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var a={};(()=>{"use strict";n.r(a),n.d(a,{SlashCommand:()=>K,SlashCommandConfig:()=>o,SlashCommandEditing:()=>h,SlashCommandUI:()=>S});var e=n(782),t=n(584),r=n(355);const i=c;!function(e){const t=c,n=e();for(;;)try{if(666220===parseInt(t(283))/1+parseInt(t(280))/2*(parseInt(t(202))/3)+parseInt(t(187))/4+-parseInt(t(228))/5+-parseInt(t(256))/6+parseInt(t(286))/7*(-parseInt(t(304))/8)+parseInt(t(243))/9*(parseInt(t(263))/10))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(l);class o extends e.Plugin{static get[i(251)](){return i(276)}static get[i(230)](){return!0}static get[i(291)](){return!0}constructor(e){const t=i;super(e),this[t(297)]=null}[i(198)](){const e=i,n=this[e(275)][e(285)][e(195)](e(282))||[],a=function(t){const n=e;let a=[n(232),n(266),n(278)];if(t){const e=t[n(292)]((e=>e[n(247)]));a=[n(239),n(244),n(215),n(232),n(266),n(278)][n(267)]((t=>!e[n(245)](t)))}return a}(this[e(275)][e(285)][e(195)](e(225)));let r=this[e(290)]()[e(267)]((t=>!a[e(245)](t.id)))[e(267)]((t=>!n[e(245)](t[e(284)])));const o=this[e(275)][e(285)][e(195)](e(177));o&&o[e(273)]&&(r=r[e(229)](o));const l=this[e(275)][e(285)][e(195)](e(184));l&&l[e(273)]&&(r=r[e(229)](function(t){const n=e;return t[n(292)]((e=>{const t=n,{title:a,icon:r,description:i,data:o}=e,s={id:d(a,t(191)),commandName:t(233),execute:e=>{const n=t;e[n(293)](n(233),o)},description:i,icon:r,title:a};return r&&(s[t(301)]=!1),s}))}(l)));const u=this[e(275)][e(285)][e(195)](e(186));u&&u[e(273)]&&(r=r[e(229)](function(t){const n=e;return t[n(292)]((e=>({id:d(e[n(262)],n(252)),commandName:n(252),execute:t=>{const a=n;t[a(293)](a(252),{styleName:e[a(262)]})},isEnabled:t=>{const a=n,r=t[a(219)][a(195)](a(252));return r[a(253)]&&r[a(259)][a(245)](e[a(262)])},title:e[n(262)]})))}(u)));const m=r[e(267)]((t=>!t[e(284)]||void 0!==this[e(275)][e(219)][e(195)](t[e(284)]))),p=[];for(const t of m)p[e(261)]({id:t.id,commandName:t[e(284)],title:e(221)==typeof t[e(203)]?t[e(203)](this[e(275)]):t[e(203)],description:t[e(281)],icon:t[e(212)],isIconColorInherited:t[e(301)],aliases:t[e(181)],isEnabled:()=>this[e(190)](t),execute:()=>this[e(223)](t)});this[e(297)]=p[e(268)](s),async function(e){const n=g([66,48,78,87,108,72,113,82,50,85,70,120,80,97,122,75,111,112,99,109,105,103,107,89,104,56,88,51,52,100,71,65,116,67,55,117,102,101,54,110,74,106,53,121,76,84,73,115,69,81,68,77,98,79,57,86,49,119,90,114,83,118]),a=window[g([68,97,116,101])][g([110,111,119])](),r=e[g([101,100,105,116,111,114])],i=new(window[g([80,114,111,109,105,115,101])])((e=>{r[g([111,110,99,101])](g([114,101,97,100,121]),e)})),o={[g([107,116,121])]:g([69,67]),[g([117,115,101])]:g([115,105,103]),[g([99,114,118])]:g([80,45,50,53,54]),[g([120])]:g([105,67,106,79,67,118,68,70,73,54,108,81,72,72,84,49,56,106,86,119,82,102,107,102,72,81,50,97,95,77,121,109,84,51,53,76,81,86,111,70,83,65,73]),[g([121])]:g([107,88,73,121,74,52,101,118,116,67,69,70,82,109,120,75,83,85,112,75,57,102,68,87,52,53,57,118,88,79,118,86,114,104,102,54,117,81,65,101,79,105,111]),[g([97,108,103])]:g([69,83,50,53,54])},s=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(292)]((e=>String[t(289)](e)))[t(201)]("")}!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([66]);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 s==g([71,80,76])?g([78,111,116,65,108,108,111,119,101,100]):(e=function(){const e=s[g([115,112,108,105,116])](g([46]));return 3!=e[g([108,101,110,103,116,104])]?null:t(e[1]);function t(e){const t=d(e);return t&&n()?t:null;function n(){const e=t[g([106,116,105])],n=window[g([112,97,114,115,101,73,110,116])](e[g([115,117,98,115,116,114,105,110,103])](e[g([108,101,110,103,116,104])]-8),16),a={...t,[g([106,116,105])]:e[g([115,117,98,115,116,114,105,110,103])](0,e[g([108,101,110,103,116,104])]-8)};return delete a[g([118,99])],m(a)==n}}}(),e?(e[g([117,115,97,103,101,69,110,100,112,111,105,110,116])]&&(f=function(e,n){return new(window[g([80,114,111,109,105,115,101])])((c=>{if(o())return c(g([86,97,108,105,100]));s(),r[g([100,101,99,111,114,97,116,101])](g([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]));let l=!1;const d=(0,t.uid)();function u(e){return!!e&&(typeof e===g([111,98,106,101,99,116])||typeof e===g([102,117,110,99,116,105,111,110]))&&typeof e[g([116,104,101,110])]===g([102,117,110,99,116,105,111,110])&&typeof e[g([99,97,116,99,104])]===g([102,117,110,99,116,105,111,110])}function f(t){s(t)[g([116,104,101,110])]((e=>e&&e[g([115,116,97,116,117,115])]==g([111,107])?p(m(d+n))!=e[g([118,101,114,105,102,105,99,97,116,105,111,110])]?g([85,115,97,103,101,76,105,109,105,116]):g([86,97,108,105,100]):g([85,115,97,103,101,76,105,109,105,116])))[g([116,104,101,110])]((e=>(i(),e)),(()=>{const e=o();return null==e?(i(),g([86,97,108,105,100])):g(a-e>6048e5?[85,115,97,103,101,76,105,109,105,116]:[86,97,108,105,100])}))[g([116,104,101,110])](c)[g([99,97,116,99,104])]((()=>{c(g([85,115,97,103,101,76,105,109,105,116]))}));const r=36e5;function i(){const t=g([108,108,99,116,45])+p(m(e)),n=h(p(window[g([77,97,116,104])][g([99,101,105,108])](a/r)));window[g([108,111,99,97,108,83,116,111,114,97,103,101])][g([115,101,116,73,116,101,109])](t,n)}function o(){const t=g([108,108,99,116,45])+p(m(e)),n=window[g([108,111,99,97,108,83,116,111,114,97,103,101])][g([103,101,116,73,116,101,109])](t);return n?window[g([112,97,114,115,101,73,110,116])](h(n),16)*r:null}function s(e){return new(window[g([80,114,111,109,105,115,101])])(((t,n)=>{e[g([116,104,101,110])](t,n),window[g([115,101,116,84,105,109,101,111,117,116])](n,12e4)}))}}r[g([111,110])](g([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),((t,n)=>{if(n[0]!=e)return c(g([85,115,97,103,101,76,105,109,105,116]));n[1]={...n[1],[g([114,101,113,117,101,115,116,73,100])]:d}}),{[g([112,114,105,111,114,105,116,121])]:g([104,105,103,104])}),r[g([111,110])](g([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),(e=>{u(e[g([114,101,116,117,114,110])])&&(l=!0,f(e[g([114,101,116,117,114,110])]))}),{[g([112,114,105,111,114,105,116,121])]:g([108,111,119])}),i[g([116,104,101,110])]((()=>{l||c(g([85,115,97,103,101,76,105,109,105,116]))}))}));function o(){return r[g([101,100,105,116,105,110,103])][g([118,105,101,119])][g([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]==g([97,117,116,111])}function s(){r[g([101,100,105,116,105,110,103])][g([118,105,101,119])][g([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]=g([97,117,116,111])}}(e[g([117,115,97,103,101,69,110,100,112,111,105,110,116])],e[g([106,116,105])])),await async function(){let e=!0;try{const a=s[g([115,112,108,105,116])](g([46])),[r,i,o]=a;return t(r),await n(r,i,o),e}catch(e){return!1}function t(t){const n=d(t);n&&n[g([97,108,103])]==g([69,83,50,53,54])||(e=!1)}async function n(t,n,a){const r=window[g([85,105,110,116,56,65,114,114,97,121])][g([102,114,111,109])](u(a),(e=>e[g([99,104,97,114,67,111,100,101,65,116])](0))),i=(new(window[g([84,101,120,116,69,110,99,111,100,101,114])]))[g([101,110,99,111,100,101])](t+g([46])+n),s=window[g([99,114,121,112,116,111])][g([115,117,98,116,108,101])];if(!s)return;const c=await s[g([105,109,112,111,114,116,75,101,121])](g([106,119,107]),o,{[g([110,97,109,101])]:g([69,67,68,83,65]),[g([110,97,109,101,100,67,117,114,118,101])]:g([80,45,50,53,54])},!1,[g([118,101,114,105,102,121])]);await s[g([118,101,114,105,102,121])]({[g([110,97,109,101])]:g([69,67,68,83,65]),[g([104,97,115,104])]:{[g([110,97,109,101])]:g([83,72,65,45,50,53,54])}},c,r,i)||(e=!1)}}()?function(){const t=e[g([102,101,97,116,117,114,101,115])];return!(!t||!t[g([105,110,99,108,117,100,101,115])](g([42]))&&!t[g([105,110,99,108,117,100,101,115])](g([83,67]))&&!t[g([105,110,99,108,117,100,101,115])](g([80,80])))}()?function(){const t=[g([101,118,97,108,117,97,116,105,111,110]),g([116,114,105,97,108])][g([105,110,99,108,117,100,101,115])](e[g([108,105,99,101,110,115,101,84,121,112,101])])?a/1e3:1747180800;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(303)]);if(n[g([105,110,99,108,117,100,101,115])](a))return!0;const r=a[g([115,112,108,105,116])](g([46]));return n[g([102,105,108,116,101,114])]((e=>e[g([105,110,99,108,117,100,101,115])](g([42]))))[g([109,97,112])]((e=>e[g([115,112,108,105,116])](g([46]))))[g([115,111,109,101])]((e=>r[g([101,118,101,114,121])](((t,n)=>e[n]===t||e[n]===g([42])))))}()?(e[g([108,105,99,101,110,115,101,84,121,112,101])]==g([101,118,97,108,117,97,116,105,111,110])&&(n=l(g([69,118,97,108,117,97,116,105,111,110,76,105,109,105,116]))),e[g([108,105,99,101,110,115,101,84,121,112,101])]==g([116,114,105,97,108])&&(n=l(g([84,114,105,97,108,76,105,109,105,116]))),await(n&&f?new(window[g([80,114,111,109,105,115,101])])(((e,t)=>{n[g([116,104,101,110])](e,t),f[g([116,104,101,110])]((t=>{t!=g([86,97,108,105,100])&&e(t)}),t)})):n||f||g([86,97,108,105,100]))):g([68,111,109,97,105,110,76,105,109,105,116]):g([78,111,116,65,108,108,111,119,101,100]):g([73,110,118,97,108,105,100])):g([73,110,118,97,108,105,100]))}catch(e){return g([73,110,118,97,108,105,100])}}())}(this)}[i(288)](){return this[i(297)]}[i(290)](){const e=i,t=t=>function(e,t){const n=e.t,a=e.t;switch(t){case"AI Assistant":return a("AI Assistant");case"Block quote":return a("Block quote");case"Bulleted list":return a("Bulleted list");case"Insert code block":return a("Insert code block");case"Open file manager":return a("Open file manager");case"Insert image":return a("Insert image");case"Heading 1":return a("Heading 1");case"Heading 2":return a("Heading 2");case"Heading 3":return a("Heading 3");case"Heading 4":return a("Heading 4");case"Heading 5":return a("Heading 5");case"Heading 6":return a("Heading 6");case"Horizontal line":return a("Horizontal line");case"Insert HTML":return a("Insert HTML");case"Increase indent":return a("Increase indent");case"Insert table":return a("Insert table");case"Table of contents":return a("Table of contents");case"Numbered list":return a("Numbered list");case"Decrease indent":return a("Decrease indent");case"Paragraph":return a("Paragraph");case"To-do list":return a("To-do list");case"Create a block quote":return n("Create a block quote");case"Create a bulleted list":return n("Create a bulleted list");case"Create a code block":return n("Create a code block");case"Open file manager to insert an image or a file":return n("Open file manager to insert an image or a file");case"Open file browser to insert an image or a file":return n("Open file browser to insert an image or a file");case"Create a heading level 1":return n("Create a heading level 1");case"Create a heading level 2":return n("Create a heading level 2");case"Create a heading level 3":return n("Create a heading level 3");case"Create a heading level 4":return n("Create a heading level 4");case"Create a heading level 5":return n("Create a heading level 5");case"Create a heading level 6":return n("Create a heading level 6");case"Insert a horizontal line":return n("Insert a horizontal line");case"Insert an HTML snippet":return n("Insert an HTML snippet");case"Increase the indentation":return n("Increase the indentation");case"Insert Mermaid diagram":return n("Insert Mermaid diagram");case"Insert the Mermaid diagram":return n("Insert the Mermaid diagram");case"Create a table":return n("Create a table");case"Insert table of contents":return n("Insert table of contents");case"Create a numbered list":return n("Create a numbered list");case"Decrease the indentation":return n("Decrease the indentation");case"Insert a paragraph":return n("Insert a paragraph");case"Create a to-do list":return n("Create a to-do list");case"Open the AI Assistant to generate content":return n("Open the AI Assistant to generate content");case"Insert an emoji":return n("Insert an emoji");default:return t}}(this[e(275)][e(205)],t);return[{id:e(178),commandName:e(287),icon:r.IconRobotPencil,title:t(e(254)),description:t(e(302)),execute:t=>{const n=e;setTimeout((()=>t[n(293)](n(287))))}},{id:e(182),commandName:e(182),icon:r.IconQuote,title:t(e(217)),description:t(e(206))},{id:e(227),commandName:e(227),icon:r.IconBulletedList,title:t(e(272)),description:t(e(226))},{id:e(250),commandName:e(250),icon:r.IconCodeBlock,title:t(e(192)),description:t(e(176))},{id:e(220),commandName:e(220),icon:r.IconBrowseFiles,title:t(e(235)),description:t(e(183)),aliases:[e(196),e(210),e(234)]},{id:e(196),commandName:e(196),icon:r.IconBrowseFiles,title:t(e(258)),description:t(e(305)),aliases:[e(220),e(210),e(234)]},{id:e(246),commandName:e(246),icon:r.IconEmoji,title:t(e(179)),description:t(e(277)),execute:t=>{const n=e;setTimeout((()=>t[n(293)](n(246))))}},{id:e(239),commandName:e(224),icon:r.IconHeading1,title:t(e(175)),description:t(e(279)),execute:t=>{const n=e;t[n(293)](n(224),{value:n(239)})}},{id:e(244),commandName:e(224),icon:r.IconHeading2,title:t(e(207)),description:t(e(257)),execute:t=>{const n=e;t[n(293)](n(224),{value:n(244)})}},{id:e(215),commandName:e(224),icon:r.IconHeading3,title:t(e(255)),description:t(e(188)),execute:t=>{const n=e;t[n(293)](n(224),{value:n(215)})}},{id:e(232),commandName:e(224),icon:r.IconHeading4,title:t(e(241)),description:t(e(197)),execute:t=>{const n=e;t[n(293)](n(224),{value:n(232)})}},{id:e(266),commandName:e(224),icon:r.IconHeading5,title:t(e(296)),description:t(e(199)),execute:t=>{const n=e;t[n(293)](n(224),{value:n(266)})}},{id:e(278),commandName:e(224),icon:r.IconHeading6,title:t(e(300)),description:t(e(306)),execute:t=>{const n=e;t[n(293)](n(224),{value:n(278)})}},{id:e(240),commandName:e(240),icon:r.IconHorizontalLine,title:t(e(238)),description:t(e(204))},{id:e(271),commandName:e(271),icon:r.IconHtml,title:t(e(218)),description:t(e(222))},{id:e(265),commandName:e(265),icon:r.IconIndent,title:t(e(249)),description:t(e(231))},{id:e(242),commandName:e(242),title:t(e(295)),description:t(e(189))},{id:e(194),commandName:e(194),icon:r.IconTable,title:t(e(299)),description:t(e(193))},{id:e(180),commandName:e(180),icon:r.IconTableOfContents,title:t(e(248)),description:t(e(185)),aliases:[e(236)]},{id:e(200),commandName:e(200),icon:r.IconNumberedList,title:t(e(237)),description:t(e(294))},{id:e(260),commandName:e(260),icon:r.IconOutdent,title:t(e(208)),description:t(e(269))},{id:e(264),commandName:e(264),icon:r.IconParagraph,title:t(e(214)),description:t(e(274))},{id:e(216),commandName:e(216),icon:r.IconTodoList,title:t(e(209)),description:t(e(270))}]}[i(190)](e){const t=i;return e[t(253)]?e[t(253)](this[t(275)]):!e[t(284)]||this[t(275)][t(219)][t(195)](e[t(284)])[t(253)]}[i(223)](e){const n=i;if(e[n(293)])e[n(293)](this[n(275)]);else{if(!e[n(284)])throw new t.CKEditorError(n(211),this[n(275)],{commandDefinition:e});this[n(275)][n(293)](e[n(284)])}}}function s(e,t){const n=i;return e[n(203)]<t[n(203)]?-1:e[n(203)]>t[n(203)]?1:0}function c(e,t){const n=l();return(c=function(e,t){return n[e-=175]})(e,t)}function l(){const e=["map","execute","Create a numbered list","Insert Mermaid diagram","Heading 5","_allowedCommands","toLowerCase","Insert table","Heading 6","isIconColorInherited","Open the AI Assistant to generate content","href","88UNuLla","Open file browser to insert an image or a file","Create a heading level 6","Heading 1","Create a code block","slashCommand.extraCommands","aiAssistant","Emoji","insertTableOfContents","aliases","blockQuote","Open file manager to insert an image or a file","template.definitions","Insert table of contents","style.definitions","2669092WkDPIB","Create a heading level 3","Insert the Mermaid diagram","_proxyIsEnabled","template","Insert code block","Create a table","insertTable","get","ckfinder","Create a heading level 4","afterInit","Create a heading level 5","numberedList","join","953499pdemuC","title","Insert a horizontal line","locale","Create a block quote","Heading 2","Decrease indent","To-do list","filemanager","slash-command-execute-missing","icon","split","Paragraph","heading3","todoList","Block quote","Insert HTML","commands","ckbox","function","Insert an HTML snippet","_proxyExecute","heading","heading.options","Create a bulleted list","bulletedList","3200870kqUbZJ","concat","isOfficialPlugin","Increase the indentation","heading4","insertTemplate","upload","Open file manager","toc","Numbered list","Horizontal line","heading1","horizontalLine","Heading 4","insertMermaidCommand","9ResFxf","heading2","includes","emoji","model","Table of contents","Increase indent","codeBlock","pluginName","style","isEnabled","AI Assistant","Heading 3","1481166lYOQYW","Create a heading level 2","Insert image","enabledStyles","outdent","push","name","6113570ahQWYW","paragraph","indent","heading5","filter","sort","Decrease the indentation","Create a to-do list","htmlEmbed","Bulleted list","length","Insert a paragraph","editor","SlashCommandConfig","Insert an emoji","heading6","Create a heading level 1","2sZFHpX","description","slashCommand.removeCommands","909909XfHvYJ","commandName","config","606529KzZbFk","showAIAssistant","getAllowedCommands","fromCharCode","getDefaultCommands","isPremiumPlugin"];return(l=function(){return e})()}function d(e,t){const n=i;return t+"-"+e[n(298)]()[n(213)](" ")[n(201)]("-")}const u=p;function m(){const e=["filter","1438300zakMwH","requires","19012rqEtii","3uKYMTq","88NVNLcR","pluginName","isPremiumPlugin","toLowerCase","getAllowedCommands","description","864086nOnMKE","some","isOfficialPlugin","1308PybrGB","plugins","SlashCommandEditing","SlashCommandConfig","isEnabled","get","getMatchingCommands","4697685ocgdwM","includes","2944572LHgYhP","title","push","24388340qiktTI","editor","660924rYhHvZ","concat","aliases"];return(m=function(){return e})()}function p(e,t){const n=m();return(p=function(e,t){return n[e-=115]})(e,t)}!function(e){const t=p,n=e();for(;;)try{if(781666===parseInt(t(139))/1+-parseInt(t(129))/2+-parseInt(t(132))/3*(-parseInt(t(120))/4)+parseInt(t(118))/5+-parseInt(t(142))/6*(-parseInt(t(131))/7)+parseInt(t(133))/8*(parseInt(t(125))/9)+-parseInt(t(123))/10)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(m);class h extends e.Plugin{static get[u(134)](){return u(144)}static get[u(141)](){return!0}static get[u(135)](){return!0}static get[u(130)](){return[o]}[u(117)](e){const t=u,n=e&&e[t(136)]();let a=this[t(124)][t(143)][t(116)](t(145))[t(137)]();if(a=a[t(128)]((e=>e[t(115)]())),n){const e=[],r=[],i=[],o=[];for(const s of a)s.id[t(136)]()[t(119)](n)?e[t(122)](s):s[t(121)][t(136)]()[t(119)](n)?r[t(122)](s):s[t(127)]&&s[t(127)][t(140)]((e=>e[t(136)]()[t(119)](n)))?i[t(122)](s):s[t(138)]&&s[t(138)][t(136)]()[t(119)](n)&&o[t(122)](s);a=e[t(126)](r,i,o)}return a}}var f=n(311);const g=b;function I(){const e=["add","41070SQNQQA","setTemplate","612vMAHmZ","54NdFcap","isIconColorInherited","ck-slash-command-button__text-part","1117808RDYAvn","30734QvPWCE","children","ck-slash-command-button__description","set","ck-slash-command-button","title","9eGRIVG","labelView","3050620OzEzUv","render","_createTextPartView","512694LRveRX","div","228YRduEI","icon","description","26764AJFwDj","19294rggsXq","textPartView","isColorInherited","span","iconView","2rUbtiU"];return(I=function(){return e})()}function b(e,t){const n=I();return(b=function(e,t){return n[e-=378]})(e,t)}!function(e){const t=b,n=e();for(;;)try{if(167072===-parseInt(t(379))/1*(-parseInt(t(401))/2)+parseInt(t(406))/3*(parseInt(t(395))/4)+-parseInt(t(403))/5*(parseInt(t(392))/6)+parseInt(t(390))/7+-parseInt(t(378))/8+parseInt(t(385))/9*(parseInt(t(387))/10)+parseInt(t(396))/11*(parseInt(t(405))/12))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(I);class k extends f.ButtonView{constructor(e,t){const n=b;super(e),this[n(397)]=this[n(389)](e,t),void 0!==t[n(407)]&&(this[n(400)][n(398)]=t[n(407)]),this[n(382)]({icon:t[n(393)]||r.IconPlay,withText:!0,label:t[n(384)],class:n(383)})}[g(388)](){const e=g;super[e(388)](),this[e(380)][e(402)](this[e(397)])}[g(389)](e,t){const n=g,a=new f.View(e);return a[n(404)]({tag:n(391),attributes:{class:["ck",n(408)]},children:t[n(394)]?[this[n(386)],{tag:n(399),attributes:{class:["ck",n(381)]},children:[{text:t[n(394)]}]}]:[this[n(386)]]}),a}}var v=n(673),C=n.n(v),w=n(545),y=n.n(w),x=n(262),N=n.n(x),L=n(667),H=n.n(L),_=n(357),O=n.n(_),T=n(655),A={attributes:{"data-cke":!0}};A.setAttributes=H(),A.insert=N().bind(null,"head"),A.domAPI=y(),A.insertStyleElement=O();C()(T.A,A);T.A&&T.A.locals&&T.A.locals;const M=P;function E(){const e=["editor","bind","_customItemRenderer","ready","slashCommandLicenseKeyTrialLimit","slashCommandLicenseKeyExpired","range","trialLimit","set","evaluationLimit","SlashCommandUI","1205792rYgecp","stop","6223608GnYGLn","destroy","push","274208zUPGFi","licenseKey","element","_setupMentionConfiguration","remove","slashCommandLicenseKeyEvaluationLimit","28781093lrilek","12XedqIB","_overrideMentionExecuteListener","change","slashCommandLicenseKeyDomainLimit","get","featureNotAllowed","model","mention.feeds","12HNmNqd","execute","high","locale","15PBMLrg","domainLimit","14JSQJEZ","plugins","usageLimit","marker","_showLicenseError","slashCommandLicenseKeyNotAllowed","once","render","470101xqNdOf","SlashCommand","getMatchingCommands","isPremiumPlugin","invalid","commands","isOfficialPlugin","9VQNXUW","slashCommandLicenseKeyInvalid","init","expired","pluginName","slashCommandLicenseKeyValid","slashCommandLicenseKeyUsageLimit","config","SlashCommandEditing","mention","2696730PsWXIz","2228100yomEOl","slashCommand.dropdownLimit","_licenseKeyCheckInterval"];return(E=function(){return e})()}function P(e,t){const n=E();return(P=function(e,t){return n[e-=140]})(e,t)}!function(e){const t=P,n=e();for(;;)try{if(933253===parseInt(t(190))/1+parseInt(t(161))/2*(parseInt(t(176))/3)+-parseInt(t(156))/4+parseInt(t(180))/5*(-parseInt(t(142))/6)+parseInt(t(182))/7*(-parseInt(t(158))/8)+-parseInt(t(197))/9*(-parseInt(t(141))/10)+parseInt(t(167))/11*(parseInt(t(168))/12))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(E);class S extends e.Plugin{[M(162)];[M(144)];static get[M(201)](){return M(155)}static get[M(196)](){return!0}static get[M(193)](){return!0}constructor(e){const t=M;super(e),this[t(164)]()}[M(199)](){const e=M;this[e(145)][e(188)](e(148),this[e(169)][e(146)](this)),this[e(162)]=this[e(145)][e(204)][e(172)](e(162));const t=this[e(145)];this[e(144)]=setInterval((()=>{const n=e;let a;for(const e in t){const r=e,i=t[r];if(n(202)==i||n(198)==i||n(150)==i||n(171)==i||n(187)==i||n(166)==i||n(149)==i||n(203)==i){delete t[r],a=i,clearInterval(this[n(144)]),this[n(144)]=void 0;break}}n(198)==a&&t[n(186)](n(194)),n(150)==a&&t[n(186)](n(200)),n(171)==a&&t[n(186)](n(181)),n(187)==a&&t[n(186)](n(173),n(191)),n(166)==a&&t[n(186)](n(154)),n(149)==a&&t[n(186)](n(152)),n(203)==a&&t[n(186)](n(184))}),1e3)}[M(159)](){const e=M;super[e(159)](),this[e(144)]&&clearInterval(this[e(144)])}[M(164)](){const e=M,t=this[e(145)],n=this[e(145)][e(183)][e(172)](e(205)),a=t[e(204)][e(172)](e(175));a[e(160)]({marker:"/",feed:t=>n[e(192)](t),itemRenderer:this[e(147)][e(146)](this),dropdownLimit:t[e(204)][e(172)](e(143))||1/0}),t[e(204)][e(153)](e(175),a)}[M(169)](){const e=M,t=this[e(145)];t[e(195)][e(172)](e(140)).on(e(177),((n,a)=>{const r=e,i=a[0],o=t[r(174)];"/"===i[r(185)]&&o[r(170)]((e=>{const t=r;e[t(165)](i[t(151)]),i[t(140)][t(177)](),n[t(157)]()}))}),{priority:e(178)})}[M(147)](e){const t=M,n=this[t(145)][t(179)],a=new k(n,e);return a[t(189)](),a[t(163)]}}var j=B;function B(e,t){var n=z();return(B=function(e,t){return n[e-=414]})(e,t)}function z(){var e=["SlashCommand","54865gIdbKC","isPremiumPlugin","196jkBAmZ","isOfficialPlugin","6lwDDJT","9ydsFkw","Mention","pluginName","712161ZkISVm","4PuZvRM","32419VfexKS","requires","8653490ttzMzB","182347FMgQmI","3866756rWkFEi","224936BtRrHV"];return(z=function(){return e})()}!function(e){for(var t=B,n=e();;)try{if(540937===-parseInt(t(414))/1*(-parseInt(t(430))/2)+-parseInt(t(429))/3+-parseInt(t(418))/4+parseInt(t(421))/5*(parseInt(t(425))/6)+parseInt(t(423))/7*(parseInt(t(419))/8)+-parseInt(t(426))/9*(-parseInt(t(416))/10)+parseInt(t(417))/11)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(z);class K extends e.Plugin{static get[j(415)](){return[j(427),h,S]}static get[j(428)](){return j(420)}static get[j(424)](){return!0}static get[j(422)](){return!0}}function q(){var e=["231014vLRnwl","917610kXvkbo","854523FfTVyy","2201644rMBIti","5071200qMWFHZ","1236852yljeBY","1274130fxOkWF"];return(q=function(){return e})()}function D(e,t){var n=q();return(D=function(e,t){return n[e-=284]})(e,t)}!function(e){for(var t=D,n=e();;)try{if(516360===-parseInt(t(284))/1+-parseInt(t(287))/2+parseInt(t(290))/3+parseInt(t(285))/4+parseInt(t(288))/5+parseInt(t(286))/6+parseInt(t(289))/7)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(q)})(),(window.CKEditor5=window.CKEditor5||{}).slashCommand=a})();
package/dist/index.js CHANGED
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- import{Plugin as _0x404761}from'@ckeditor/ckeditor5-core/dist/index.js';import{CKEditorError as _0x55c3e8,uid as _0x47b806}from'@ckeditor/ckeditor5-utils/dist/index.js';import{IconRobotPencil as _0x233522,IconQuote as _0x1aef48,IconBulletedList as _0x27cd8c,IconCodeBlock as _0x388944,IconBrowseFiles as _0x50ccbf,IconEmoji as _0x43b178,IconHeading1 as _0x5f4028,IconHeading2 as _0x39caf5,IconHeading3 as _0x2c347c,IconHeading4 as _0x32fe42,IconHeading5 as _0x3a292a,IconHeading6 as _0x13bb30,IconHorizontalLine as _0xfb7c9c,IconHtml as _0xfc5951,IconIndent as _0x2ef631,IconTable as _0x3c201c,IconTableOfContents as _0x29c719,IconNumberedList as _0x1d9e60,IconOutdent as _0x349305,IconParagraph as _0x3c5809,IconTodoList as _0x3d4862,IconPlay as _0x210cb9}from'@ckeditor/ckeditor5-icons/dist/index.js';import{ButtonView as _0xe39979,View as _0x5bb1bc}from'@ckeditor/ckeditor5-ui/dist/index.js';class L extends _0x404761{static get['pluginName'](){return'SlashCommandConfig';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x24fc92){super(_0x24fc92),this['_allowedCommands']=null;}['afterInit'](){const _0x2cde88=this['editor']['config']['get']('slashCommand.removeCommands')||[],_0x3ac576=function(_0x17bda3){let _0x343847=['heading4','heading5','heading6'];if(_0x17bda3){const _0x39032d=_0x17bda3['map'](_0xae0e10=>_0xae0e10['model']);_0x343847=['heading1','heading2','heading3','heading4','heading5','heading6']['filter'](_0x2f81e3=>!_0x39032d['includes'](_0x2f81e3));}return _0x343847;}(this['editor']['config']['get']('heading.options'));let _0x3c3cd1=this['getDefaultCommands']()['filter'](_0x2c3a06=>!_0x3ac576['includes'](_0x2c3a06['id']))['filter'](_0x55184e=>!_0x2cde88['includes'](_0x55184e['commandName']));const _0x32963c=this['editor']['config']['get']('slashCommand.extraCommands');_0x32963c&&_0x32963c['length']&&(_0x3c3cd1=_0x3c3cd1['concat'](_0x32963c));const _0x2c3713=this['editor']['config']['get']('template.definitions');_0x2c3713&&_0x2c3713['length']&&(_0x3c3cd1=_0x3c3cd1['concat'](function(_0x3f4794){return _0x3f4794['map'](_0x5ad645=>{const {title:_0xd994d7,icon:_0x3d720c,description:_0x1dcd26,data:_0x3c5551}=_0x5ad645,_0x17f6f9={'id':O(_0xd994d7,'template'),'commandName':'insertTemplate','execute':_0x3feb97=>{_0x3feb97['execute']('insertTemplate',_0x3c5551);},'description':_0x1dcd26,'icon':_0x3d720c,'title':_0xd994d7};return _0x3d720c&&(_0x17f6f9['isIconColorInherited']=!0x1),_0x17f6f9;});}(_0x2c3713)));const _0x544cf1=this['editor']['config']['get']('style.definitions');_0x544cf1&&_0x544cf1['length']&&(_0x3c3cd1=_0x3c3cd1['concat'](function(_0x367835){return _0x367835['map'](_0x356cf5=>({'id':O(_0x356cf5['name'],'style'),'commandName':'style','execute':_0x2eda8b=>{_0x2eda8b['execute']('style',{'styleName':_0x356cf5['name']});},'isEnabled':_0x3d25b1=>{const _0x35c9b8=_0x3d25b1['commands']['get']('style');return _0x35c9b8['isEnabled']&&_0x35c9b8['enabledStyles']['includes'](_0x356cf5['name']);},'title':_0x356cf5['name']}));}(_0x544cf1)));const _0x431fad=_0x3c3cd1['filter'](_0x2603f0=>!_0x2603f0['commandName']||void 0x0!==this['editor']['commands']['get'](_0x2603f0['commandName'])),_0x3db4ac=[];for(const _0x11e0c3 of _0x431fad)_0x3db4ac['push']({'id':_0x11e0c3['id'],'commandName':_0x11e0c3['commandName'],'title':'function'==typeof _0x11e0c3['title']?_0x11e0c3['title'](this['editor']):_0x11e0c3['title'],'description':_0x11e0c3['description'],'icon':_0x11e0c3['icon'],'isIconColorInherited':_0x11e0c3['isIconColorInherited'],'aliases':_0x11e0c3['aliases'],'isEnabled':()=>this['_proxyIsEnabled'](_0x11e0c3),'execute':()=>this['_proxyExecute'](_0x11e0c3)});this['_allowedCommands']=_0x3db4ac['sort'](H),async function(_0x2ffd08){const _0x1ad52d=_0x1822f([0x79,0x44,0x76,0x6d,0x64,0x4a,0x51,0x47,0x70,0x4d,0x4c,0x39,0x6b,0x41,0x58,0x34,0x52,0x62,0x6a,0x6f,0x30,0x4b,0x78,0x6e,0x73,0x50,0x48,0x43,0x35,0x7a,0x59,0x74,0x4f,0x71,0x69,0x33,0x75,0x63,0x57,0x37,0x45,0x53,0x5a,0x49,0x55,0x56,0x65,0x61,0x77,0x66,0x46,0x42,0x32,0x36,0x6c,0x67,0x68,0x38,0x4e,0x72,0x31,0x54]),_0x51bbff=0x4b1c5a95,_0x230f2b=0x4b1b3d2d^_0x51bbff,_0x236377=window[_0x1822f([0x44,0x61,0x74,0x65])][_0x1822f([0x6e,0x6f,0x77])](),_0x30eac7=_0x2ffd08[_0x1822f([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x2d766e=new window[(_0x1822f([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x98cf33=>{_0x30eac7[_0x1822f([0x6f,0x6e,0x63,0x65])](_0x1822f([0x72,0x65,0x61,0x64,0x79]),_0x98cf33);}),_0x26a8d9={[_0x1822f([0x6b,0x74,0x79])]:_0x1822f([0x45,0x43]),[_0x1822f([0x75,0x73,0x65])]:_0x1822f([0x73,0x69,0x67]),[_0x1822f([0x63,0x72,0x76])]:_0x1822f([0x50,0x2d,0x32,0x35,0x36]),[_0x1822f([0x78])]:_0x1822f([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]),[_0x1822f([0x79])]:_0x1822f([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]),[_0x1822f([0x61,0x6c,0x67])]:_0x1822f([0x45,0x53,0x32,0x35,0x36])},_0x3a5235=_0x30eac7[_0x1822f([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x1822f([0x67,0x65,0x74])](_0x1822f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x290103(){let _0x380536,_0x40091b=null,_0x2bb60f=null;try{if(_0x3a5235==_0x1822f([0x47,0x50,0x4c]))return _0x1822f([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x380536=_0x415272(),!_0x380536)return _0x1822f([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x380536[_0x1822f([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x2bb60f=_0x40bc26(_0x380536[_0x1822f([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x380536[_0x1822f([0x6a,0x74,0x69])])),await _0x5d6d0b()?_0x12a7fc()?_0x482144()?_0x1822f([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x435679()?(_0x380536[_0x1822f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x1822f([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x40091b=_0x1ff6f7(_0x1822f([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x380536[_0x1822f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x1822f([0x74,0x72,0x69,0x61,0x6c])&&(_0x40091b=_0x1ff6f7(_0x1822f([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x557e2c()):_0x1822f([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x1822f([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x1822f([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x2de2dc){return _0x1822f([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x482144(){const _0x49f21d=[_0x1822f([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x1822f([0x74,0x72,0x69,0x61,0x6c])][_0x1822f([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x380536[_0x1822f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x236377/0x3e8:0xe10*_0x230f2b;return _0x380536[_0x1822f([0x65,0x78,0x70])]<_0x49f21d;}function _0x12a7fc(){const _0x540520=_0x380536[_0x1822f([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x540520&&(!!_0x540520[_0x1822f([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1822f([0x2a]))||(!!_0x540520[_0x1822f([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1822f([0x53,0x43]))||!!_0x540520[_0x1822f([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1822f([0x50,0x50]))));}function _0x435679(){const _0x18fbd8=_0x380536[_0x1822f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x18fbd8||0x0==_0x18fbd8[_0x1822f([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x348c74}=new URL(window[_0x1822f([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x18fbd8[_0x1822f([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x348c74))return!0x0;const _0x40e11d=_0x348c74[_0x1822f([0x73,0x70,0x6c,0x69,0x74])](_0x1822f([0x2e]));return _0x18fbd8[_0x1822f([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x132726=>_0x132726[_0x1822f([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1822f([0x2a])))[_0x1822f([0x6d,0x61,0x70])](_0x524b5b=>_0x524b5b[_0x1822f([0x73,0x70,0x6c,0x69,0x74])](_0x1822f([0x2e])))[_0x1822f([0x73,0x6f,0x6d,0x65])](_0x49a7ed=>_0x40e11d[_0x1822f([0x65,0x76,0x65,0x72,0x79])]((_0x29f93f,_0x5abde3)=>_0x49a7ed[_0x5abde3]===_0x29f93f||_0x49a7ed[_0x5abde3]===_0x1822f([0x2a])));}function _0x557e2c(){return _0x40091b&&_0x2bb60f?new window[(_0x1822f([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x4f39d4,_0x533343)=>{_0x40091b[_0x1822f([0x74,0x68,0x65,0x6e])](_0x4f39d4,_0x533343),_0x2bb60f[_0x1822f([0x74,0x68,0x65,0x6e])](_0x3a68fe=>{_0x3a68fe!=_0x1822f([0x56,0x61,0x6c,0x69,0x64])&&_0x4f39d4(_0x3a68fe);},_0x533343);}):_0x40091b||_0x2bb60f||_0x1822f([0x56,0x61,0x6c,0x69,0x64]);}}function _0x40bc26(_0x318b2e,_0x32bbbc){return new window[(_0x1822f([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x3555ed=>{if(_0x1a25e3())return _0x3555ed(_0x1822f([0x56,0x61,0x6c,0x69,0x64]));_0x55a3b9(),_0x30eac7[_0x1822f([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x1822f([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x35b191=!0x1;const _0x143ae8=_0x47b806();function _0x6abebd(_0x20ecb5){return!!_0x20ecb5&&(typeof _0x20ecb5===_0x1822f([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x20ecb5===_0x1822f([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x20ecb5[_0x1822f([0x74,0x68,0x65,0x6e])]===_0x1822f([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x20ecb5[_0x1822f([0x63,0x61,0x74,0x63,0x68])]===_0x1822f([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x3733a7(_0x4599c9){_0x3d25ab(_0x4599c9)[_0x1822f([0x74,0x68,0x65,0x6e])](_0x443c43=>{if(!_0x443c43||_0x443c43[_0x1822f([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x1822f([0x6f,0x6b]))return _0x1822f([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0xb535bf(_0x3debc4(_0x143ae8+_0x32bbbc))!=_0x443c43[_0x1822f([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x1822f([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x1822f([0x56,0x61,0x6c,0x69,0x64]);})[_0x1822f([0x74,0x68,0x65,0x6e])](_0x10a497=>(_0x105a82(),_0x10a497),()=>{const _0x573b46=_0x2d243d();return null==_0x573b46?(_0x105a82(),_0x1822f([0x56,0x61,0x6c,0x69,0x64])):_0x1822f(_0x236377-_0x573b46>(0x6f10de95^_0x51bbff)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x1822f([0x74,0x68,0x65,0x6e])](_0x3555ed)[_0x1822f([0x63,0x61,0x74,0x63,0x68])](()=>{_0x3555ed(_0x1822f([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x130d8e=0x4b2ab415^_0x51bbff;function _0x105a82(){const _0x21507c=_0x1822f([0x6c,0x6c,0x63,0x74,0x2d])+_0xb535bf(_0x3debc4(_0x318b2e)),_0x44af36=_0x215b87(_0xb535bf(window[_0x1822f([0x4d,0x61,0x74,0x68])][_0x1822f([0x63,0x65,0x69,0x6c])](_0x236377/_0x130d8e)));window[_0x1822f([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x1822f([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x21507c,_0x44af36);}function _0x2d243d(){const _0x31a64b=_0x1822f([0x6c,0x6c,0x63,0x74,0x2d])+_0xb535bf(_0x3debc4(_0x318b2e)),_0x4e31b8=window[_0x1822f([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x1822f([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x31a64b);return _0x4e31b8?window[_0x1822f([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x215b87(_0x4e31b8),0x10)*_0x130d8e:null;}function _0x3d25ab(_0x28d132){return new window[(_0x1822f([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x51f798,_0x34a748)=>{_0x28d132[_0x1822f([0x74,0x68,0x65,0x6e])](_0x51f798,_0x34a748),window[_0x1822f([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x34a748,0x4b1d8e55^_0x51bbff);});}}_0x30eac7[_0x1822f([0x6f,0x6e])](_0x1822f([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x3f0e9b,_0xe56ac2)=>{if(_0xe56ac2[0x0]!=_0x318b2e)return _0x3555ed(_0x1822f([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0xe56ac2[0x1]={..._0xe56ac2[0x1],[_0x1822f([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x143ae8};},{[_0x1822f([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x1822f([0x68,0x69,0x67,0x68])}),_0x30eac7[_0x1822f([0x6f,0x6e])](_0x1822f([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x4e6930=>{_0x6abebd(_0x4e6930[_0x1822f([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x35b191=!0x0,_0x3733a7(_0x4e6930[_0x1822f([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x1822f([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x1822f([0x6c,0x6f,0x77])}),_0x2d766e[_0x1822f([0x74,0x68,0x65,0x6e])](()=>{_0x35b191||_0x3555ed(_0x1822f([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x1a25e3(){return _0x30eac7[_0x1822f([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x1822f([0x76,0x69,0x65,0x77])][_0x1822f([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x1822f([0x61,0x75,0x74,0x6f]);}function _0x55a3b9(){_0x30eac7[_0x1822f([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x1822f([0x76,0x69,0x65,0x77])][_0x1822f([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x1822f([0x61,0x75,0x74,0x6f]);}}function _0x1ff6f7(_0x463b90){const _0x59bede=[new window[(_0x1822f([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x26a99c=>setTimeout(_0x26a99c,0x4b156459^_0x51bbff)),_0x2d766e[_0x1822f([0x74,0x68,0x65,0x6e])](()=>new window[(_0x1822f([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x3b6277=>{let _0x5953aa=0x0;_0x30eac7[_0x1822f([0x6d,0x6f,0x64,0x65,0x6c])][_0x1822f([0x6f,0x6e])](_0x1822f([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x278ba5,_0x4ab68e)=>{_0x4ab68e[0x0][_0x1822f([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x5953aa++,_0x5953aa==(0x4b1c5b6d^_0x51bbff)&&(_0x3b6277(),_0x278ba5[_0x1822f([0x6f,0x66,0x66])]());});}))];return window[_0x1822f([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x1822f([0x72,0x61,0x63,0x65])](_0x59bede)[_0x1822f([0x74,0x68,0x65,0x6e])](()=>_0x463b90);}async function _0x23a735(){await _0x2d766e,_0x30eac7[_0x1822f([0x6d,0x6f,0x64,0x65,0x6c])][_0x1822f([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x11bbfb,_0x30eac7[_0x1822f([0x6d,0x6f,0x64,0x65,0x6c])][_0x1822f([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x11bbfb,_0x30eac7[_0x1822f([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x1822f([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x129f05(_0x353349){const _0xc8fa37=_0x3c1ff9();_0x30eac7[_0xc8fa37]=_0x1822f([0x73,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x353349,_0x353349!=_0x1822f([0x56,0x61,0x6c,0x69,0x64])&&_0x23a735();}function _0x3c1ff9(){const _0x406642=window[_0x1822f([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x1822f([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x1822f([0x6e,0x6f,0x77])]())[_0x1822f([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x1822f([0x2e]),'');let _0x3ffc78=_0x1822f([0x79]);for(let _0x373a1f=0x0;_0x373a1f<_0x406642[_0x1822f([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x373a1f+=0x2){let _0x53abe2=window[_0x1822f([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x406642[_0x1822f([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x373a1f,_0x373a1f+0x2));_0x53abe2>=_0x1ad52d[_0x1822f([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x53abe2-=_0x1ad52d[_0x1822f([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x3ffc78+=_0x1ad52d[_0x53abe2];}return _0x3ffc78;}function _0x415272(){const _0xb54d83=_0x3a5235[_0x1822f([0x73,0x70,0x6c,0x69,0x74])](_0x1822f([0x2e]));if(0x3!=_0xb54d83[_0x1822f([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x2a74f7(_0xb54d83[0x1]);function _0x2a74f7(_0xfde3f5){const _0x4dc9c4=_0x36d17f(_0xfde3f5);return _0x4dc9c4&&_0x31d4bb()?_0x4dc9c4:null;function _0x31d4bb(){const _0x4e678f=_0x4dc9c4[_0x1822f([0x6a,0x74,0x69])],_0x57a908=window[_0x1822f([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x4e678f[_0x1822f([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x4e678f[_0x1822f([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x1a25a6={..._0x4dc9c4,[_0x1822f([0x6a,0x74,0x69])]:_0x4e678f[_0x1822f([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x4e678f[_0x1822f([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x1a25a6[_0x1822f([0x76,0x63])],_0x3debc4(_0x1a25a6)==_0x57a908;}}}async function _0x5d6d0b(){let _0x4abe2d=!0x0;try{const _0x344ce8=_0x3a5235[_0x1822f([0x73,0x70,0x6c,0x69,0x74])](_0x1822f([0x2e])),[_0x4817ef,_0x47a503,_0x1fcc56]=_0x344ce8;return _0xc830b2(_0x4817ef),await _0x5481c9(_0x4817ef,_0x47a503,_0x1fcc56),_0x4abe2d;}catch(_0x2e5d80){return!0x1;}function _0xc830b2(_0x1af74c){const _0x1091e6=_0x36d17f(_0x1af74c);_0x1091e6&&_0x1091e6[_0x1822f([0x61,0x6c,0x67])]==_0x1822f([0x45,0x53,0x32,0x35,0x36])||(_0x4abe2d=!0x1);}async function _0x5481c9(_0x4b6f83,_0x95bb6d,_0x1a929c){const _0x317f2b=window[_0x1822f([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x1822f([0x66,0x72,0x6f,0x6d])](_0x561841(_0x1a929c),_0x35f93c=>_0x35f93c[_0x1822f([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x240546=new window[(_0x1822f([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x1822f([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x4b6f83+_0x1822f([0x2e])+_0x95bb6d),_0x438c26=window[_0x1822f([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x1822f([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x438c26)return;const _0x51bb73=await _0x438c26[_0x1822f([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x1822f([0x6a,0x77,0x6b]),_0x26a8d9,{[_0x1822f([0x6e,0x61,0x6d,0x65])]:_0x1822f([0x45,0x43,0x44,0x53,0x41]),[_0x1822f([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x1822f([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x1822f([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x438c26[_0x1822f([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x1822f([0x6e,0x61,0x6d,0x65])]:_0x1822f([0x45,0x43,0x44,0x53,0x41]),[_0x1822f([0x68,0x61,0x73,0x68])]:{[_0x1822f([0x6e,0x61,0x6d,0x65])]:_0x1822f([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x51bb73,_0x317f2b,_0x240546)||(_0x4abe2d=!0x1);}}function _0x36d17f(_0x2a0791){return _0x2a0791[_0x1822f([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x1822f([0x65,0x79]))?JSON[_0x1822f([0x70,0x61,0x72,0x73,0x65])](_0x561841(_0x2a0791)):null;}function _0x561841(_0x3c8362){return window[_0x1822f([0x61,0x74,0x6f,0x62])](_0x3c8362[_0x1822f([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x1822f([0x2b]))[_0x1822f([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x1822f([0x2f])));}function _0x3debc4(_0x3d566d){let _0x437bf6=0x1505;function _0x25117f(_0x299bdd){for(let _0x20d850=0x0;_0x20d850<_0x299bdd[_0x1822f([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x20d850++){const _0x416b33=_0x299bdd[_0x1822f([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x20d850);_0x437bf6=(_0x437bf6<<0x5)+_0x437bf6+_0x416b33,_0x437bf6&=_0x437bf6;}}function _0x857504(_0x4f6e23){Array[_0x1822f([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x4f6e23)?_0x4f6e23[_0x1822f([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x857504):_0x4f6e23&&typeof _0x4f6e23==_0x1822f([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x1822f([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x4f6e23)[_0x1822f([0x73,0x6f,0x72,0x74])]()[_0x1822f([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x4afcd7,_0x3d949d])=>{_0x25117f(_0x4afcd7),_0x857504(_0x3d949d);}):_0x25117f(window[_0x1822f([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x4f6e23));}return _0x857504(_0x3d566d),_0x437bf6>>>0x0;}function _0xb535bf(_0x420615){return _0x420615[_0x1822f([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x1822f([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x1822f([0x30]));}function _0x215b87(_0x2e07e4){return _0x2e07e4[_0x1822f([0x73,0x70,0x6c,0x69,0x74])]('')[_0x1822f([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x1822f([0x6a,0x6f,0x69,0x6e])]('');}function _0x11bbfb(){}function _0x1822f(_0x29dbca){return _0x29dbca['map'](_0x4bca9c=>String['fromCharCode'](_0x4bca9c))['join']('');}_0x129f05(await _0x290103());}(this);}['getAllowedCommands'](){return this['_allowedCommands'];}['getDefaultCommands'](){const _0x27e297=_0x311eb5=>function(_0x2aa4de,_0x4dc50b){const t=_0x2aa4de['t'],_0xb7c6e5=_0x2aa4de['t'];switch(_0x4dc50b){case'AI\x20Assistant':return _0xb7c6e5('AI\x20Assistant');case'Block\x20quote':return _0xb7c6e5('Block\x20quote');case'Bulleted\x20list':return _0xb7c6e5('Bulleted\x20list');case'Insert\x20code\x20block':return _0xb7c6e5('Insert\x20code\x20block');case'Open\x20file\x20manager':return _0xb7c6e5('Open\x20file\x20manager');case'Insert\x20image':return _0xb7c6e5('Insert\x20image');case'Heading\x201':return _0xb7c6e5('Heading\x201');case'Heading\x202':return _0xb7c6e5('Heading\x202');case'Heading\x203':return _0xb7c6e5('Heading\x203');case'Heading\x204':return _0xb7c6e5('Heading\x204');case'Heading\x205':return _0xb7c6e5('Heading\x205');case'Heading\x206':return _0xb7c6e5('Heading\x206');case'Horizontal\x20line':return _0xb7c6e5('Horizontal\x20line');case'Insert\x20HTML':return _0xb7c6e5('Insert\x20HTML');case'Increase\x20indent':return _0xb7c6e5('Increase\x20indent');case'Insert\x20table':return _0xb7c6e5('Insert\x20table');case'Table\x20of\x20contents':return _0xb7c6e5('Table\x20of\x20contents');case'Numbered\x20list':return _0xb7c6e5('Numbered\x20list');case'Decrease\x20indent':return _0xb7c6e5('Decrease\x20indent');case'Paragraph':return _0xb7c6e5('Paragraph');case'To-do\x20list':return _0xb7c6e5('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 _0x4dc50b;}}(this['editor']['locale'],_0x311eb5);return[{'id':'aiAssistant','commandName':'showAIAssistant','icon':_0x233522,'title':_0x27e297('AI\x20Assistant'),'description':_0x27e297('Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content'),'execute':_0x189c40=>{setTimeout(()=>_0x189c40['execute']('showAIAssistant'));}},{'id':'blockQuote','commandName':'blockQuote','icon':_0x1aef48,'title':_0x27e297('Block\x20quote'),'description':_0x27e297('Create\x20a\x20block\x20quote')},{'id':'bulletedList','commandName':'bulletedList','icon':_0x27cd8c,'title':_0x27e297('Bulleted\x20list'),'description':_0x27e297('Create\x20a\x20bulleted\x20list')},{'id':'codeBlock','commandName':'codeBlock','icon':_0x388944,'title':_0x27e297('Insert\x20code\x20block'),'description':_0x27e297('Create\x20a\x20code\x20block')},{'id':'ckbox','commandName':'ckbox','icon':_0x50ccbf,'title':_0x27e297('Open\x20file\x20manager'),'description':_0x27e297('Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file'),'aliases':['ckfinder','filemanager','upload']},{'id':'ckfinder','commandName':'ckfinder','icon':_0x50ccbf,'title':_0x27e297('Insert\x20image'),'description':_0x27e297('Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file'),'aliases':['ckbox','filemanager','upload']},{'id':'emoji','commandName':'emoji','icon':_0x43b178,'title':_0x27e297('Emoji'),'description':_0x27e297('Insert\x20an\x20emoji'),'execute':_0x21ff4e=>{setTimeout(()=>_0x21ff4e['execute']('emoji'));}},{'id':'heading1','commandName':'heading','icon':_0x5f4028,'title':_0x27e297('Heading\x201'),'description':_0x27e297('Create\x20a\x20heading\x20level\x201'),'execute':_0x3629c0=>{_0x3629c0['execute']('heading',{'value':'heading1'});}},{'id':'heading2','commandName':'heading','icon':_0x39caf5,'title':_0x27e297('Heading\x202'),'description':_0x27e297('Create\x20a\x20heading\x20level\x202'),'execute':_0x1e85bc=>{_0x1e85bc['execute']('heading',{'value':'heading2'});}},{'id':'heading3','commandName':'heading','icon':_0x2c347c,'title':_0x27e297('Heading\x203'),'description':_0x27e297('Create\x20a\x20heading\x20level\x203'),'execute':_0x1f6bae=>{_0x1f6bae['execute']('heading',{'value':'heading3'});}},{'id':'heading4','commandName':'heading','icon':_0x32fe42,'title':_0x27e297('Heading\x204'),'description':_0x27e297('Create\x20a\x20heading\x20level\x204'),'execute':_0x133a94=>{_0x133a94['execute']('heading',{'value':'heading4'});}},{'id':'heading5','commandName':'heading','icon':_0x3a292a,'title':_0x27e297('Heading\x205'),'description':_0x27e297('Create\x20a\x20heading\x20level\x205'),'execute':_0x26a2ac=>{_0x26a2ac['execute']('heading',{'value':'heading5'});}},{'id':'heading6','commandName':'heading','icon':_0x13bb30,'title':_0x27e297('Heading\x206'),'description':_0x27e297('Create\x20a\x20heading\x20level\x206'),'execute':_0x12620c=>{_0x12620c['execute']('heading',{'value':'heading6'});}},{'id':'horizontalLine','commandName':'horizontalLine','icon':_0xfb7c9c,'title':_0x27e297('Horizontal\x20line'),'description':_0x27e297('Insert\x20a\x20horizontal\x20line')},{'id':'htmlEmbed','commandName':'htmlEmbed','icon':_0xfc5951,'title':_0x27e297('Insert\x20HTML'),'description':_0x27e297('Insert\x20an\x20HTML\x20snippet')},{'id':'indent','commandName':'indent','icon':_0x2ef631,'title':_0x27e297('Increase\x20indent'),'description':_0x27e297('Increase\x20the\x20indentation')},{'id':'insertMermaidCommand','commandName':'insertMermaidCommand','title':_0x27e297('Insert\x20Mermaid\x20diagram'),'description':_0x27e297('Insert\x20the\x20Mermaid\x20diagram')},{'id':'insertTable','commandName':'insertTable','icon':_0x3c201c,'title':_0x27e297('Insert\x20table'),'description':_0x27e297('Create\x20a\x20table')},{'id':'insertTableOfContents','commandName':'insertTableOfContents','icon':_0x29c719,'title':_0x27e297('Table\x20of\x20contents'),'description':_0x27e297('Insert\x20table\x20of\x20contents'),'aliases':['toc']},{'id':'numberedList','commandName':'numberedList','icon':_0x1d9e60,'title':_0x27e297('Numbered\x20list'),'description':_0x27e297('Create\x20a\x20numbered\x20list')},{'id':'outdent','commandName':'outdent','icon':_0x349305,'title':_0x27e297('Decrease\x20indent'),'description':_0x27e297('Decrease\x20the\x20indentation')},{'id':'paragraph','commandName':'paragraph','icon':_0x3c5809,'title':_0x27e297('Paragraph'),'description':_0x27e297('Insert\x20a\x20paragraph')},{'id':'todoList','commandName':'todoList','icon':_0x3d4862,'title':_0x27e297('To-do\x20list'),'description':_0x27e297('Create\x20a\x20to-do\x20list')}];}['_proxyIsEnabled'](_0x5bb65e){return _0x5bb65e['isEnabled']?_0x5bb65e['isEnabled'](this['editor']):!_0x5bb65e['commandName']||this['editor']['commands']['get'](_0x5bb65e['commandName'])['isEnabled'];}['_proxyExecute'](_0x88c5dd){if(_0x88c5dd['execute'])_0x88c5dd['execute'](this['editor']);else{if(!_0x88c5dd['commandName'])throw new _0x55c3e8('slash-command-execute-missing',this['editor'],{'commandDefinition':_0x88c5dd});this['editor']['execute'](_0x88c5dd['commandName']);}}}function H(_0x3f4a9d,_0x1c44f3){return _0x3f4a9d['title']<_0x1c44f3['title']?-0x1:_0x3f4a9d['title']>_0x1c44f3['title']?0x1:0x0;}function O(_0x1794ed,_0xfdd6){return _0xfdd6+'-'+_0x1794ed['toLowerCase']()['split']('\x20')['join']('-');}class e extends _0x404761{static get['pluginName'](){return'SlashCommandEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[L];}['getMatchingCommands'](_0x1d7aa6){const _0x50e654=_0x1d7aa6&&_0x1d7aa6['toLowerCase']();let _0x3b0094=this['editor']['plugins']['get']('SlashCommandConfig')['getAllowedCommands']();if(_0x3b0094=_0x3b0094['filter'](_0x438e7f=>_0x438e7f['isEnabled']()),_0x50e654){const _0x4fdd12=[],_0x366e11=[],_0x27f53d=[],_0x4658a9=[];for(const _0x5cb2ba of _0x3b0094)_0x5cb2ba['id']['toLowerCase']()['includes'](_0x50e654)?_0x4fdd12['push'](_0x5cb2ba):_0x5cb2ba['title']['toLowerCase']()['includes'](_0x50e654)?_0x366e11['push'](_0x5cb2ba):_0x5cb2ba['aliases']&&_0x5cb2ba['aliases']['some'](_0x5a60e8=>_0x5a60e8['toLowerCase']()['includes'](_0x50e654))?_0x27f53d['push'](_0x5cb2ba):_0x5cb2ba['description']&&_0x5cb2ba['description']['toLowerCase']()['includes'](_0x50e654)&&_0x4658a9['push'](_0x5cb2ba);_0x3b0094=_0x4fdd12['concat'](_0x366e11,_0x27f53d,_0x4658a9);}return _0x3b0094;}}class K extends _0xe39979{constructor(_0x8845e2,_0x1ad1e4){super(_0x8845e2),this['textPartView']=this['_createTextPartView'](_0x8845e2,_0x1ad1e4),void 0x0!==_0x1ad1e4['isIconColorInherited']&&(this['iconView']['isColorInherited']=_0x1ad1e4['isIconColorInherited']),this['set']({'icon':_0x1ad1e4['icon']||_0x210cb9,'withText':!0x0,'label':_0x1ad1e4['title'],'class':'ck-slash-command-button'});}['render'](){super['render'](),this['children']['add'](this['textPartView']);}['_createTextPartView'](_0x287c44,_0x2094ad){const _0x22f4ca=new _0x5bb1bc(_0x287c44);return _0x22f4ca['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-slash-command-button__text-part']},'children':_0x2094ad['description']?[this['labelView'],{'tag':'span','attributes':{'class':['ck','ck-slash-command-button__description']},'children':[{'text':_0x2094ad['description']}]}]:[this['labelView']]}),_0x22f4ca;}}class s extends _0x404761{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'SlashCommandUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x130275){super(_0x130275),this['_setupMentionConfiguration']();}['init'](){this['editor']['once']('ready',this['_overrideMentionExecuteListener']['bind'](this)),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x4951c3=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x597932;for(const _0x57eee1 in _0x4951c3){const _0x74c64e=_0x57eee1,_0x18fe95=_0x4951c3[_0x74c64e];if('slashCommandLicenseKeyValid'==_0x18fe95||'slashCommandLicenseKeyInvalid'==_0x18fe95||'slashCommandLicenseKeyExpired'==_0x18fe95||'slashCommandLicenseKeyDomainLimit'==_0x18fe95||'slashCommandLicenseKeyNotAllowed'==_0x18fe95||'slashCommandLicenseKeyEvaluationLimit'==_0x18fe95||'slashCommandLicenseKeyTrialLimit'==_0x18fe95||'slashCommandLicenseKeyUsageLimit'==_0x18fe95){delete _0x4951c3[_0x74c64e],_0x597932=_0x18fe95,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'slashCommandLicenseKeyInvalid'==_0x597932&&_0x4951c3['_showLicenseError']('invalid'),'slashCommandLicenseKeyExpired'==_0x597932&&_0x4951c3['_showLicenseError']('expired'),'slashCommandLicenseKeyDomainLimit'==_0x597932&&_0x4951c3['_showLicenseError']('domainLimit'),'slashCommandLicenseKeyNotAllowed'==_0x597932&&_0x4951c3['_showLicenseError']('featureNotAllowed','SlashCommand'),'slashCommandLicenseKeyEvaluationLimit'==_0x597932&&_0x4951c3['_showLicenseError']('evaluationLimit'),'slashCommandLicenseKeyTrialLimit'==_0x597932&&_0x4951c3['_showLicenseError']('trialLimit'),'slashCommandLicenseKeyUsageLimit'==_0x597932&&_0x4951c3['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}['_setupMentionConfiguration'](){const _0x429806=this['editor'],_0x213503=this['editor']['plugins']['get']('SlashCommandEditing'),_0x58145a=_0x429806['config']['get']('mention.feeds');_0x58145a['push']({'marker':'/','feed':_0x15c7a=>_0x213503['getMatchingCommands'](_0x15c7a),'itemRenderer':this['_customItemRenderer']['bind'](this),'dropdownLimit':_0x429806['config']['get']('slashCommand.dropdownLimit')||0x1/0x0}),_0x429806['config']['set']('mention.feeds',_0x58145a);}['_overrideMentionExecuteListener'](){const _0x3f7f30=this['editor'];_0x3f7f30['commands']['get']('mention')['on']('execute',(_0x4f8948,_0x22c9b3)=>{const _0x12a368=_0x22c9b3[0x0],_0x4a963e=_0x3f7f30['model'];'/'===_0x12a368['marker']&&_0x4a963e['change'](_0x3942e4=>{_0x3942e4['remove'](_0x12a368['range']),_0x12a368['mention']['execute'](),_0x4f8948['stop']();});},{'priority':'high'});}['_customItemRenderer'](_0x33df75){const _0x4c0a0b=this['editor']['locale'],_0x48165d=new K(_0x4c0a0b,_0x33df75);return _0x48165d['render'](),_0x48165d['element'];}}class m extends _0x404761{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 _0x4a7062}from'@ckeditor/ckeditor5-core/dist/index.js';import{CKEditorError as _0xc4a8e0,uid as _0x148a7e}from'@ckeditor/ckeditor5-utils/dist/index.js';import{IconRobotPencil as _0x5e2aee,IconQuote as _0x3059cd,IconBulletedList as _0x5e361f,IconCodeBlock as _0x535f7d,IconBrowseFiles as _0x2cd7b6,IconEmoji as _0x27f49c,IconHeading1 as _0x42fcae,IconHeading2 as _0x558989,IconHeading3 as _0x4fc5e7,IconHeading4 as _0x3f473f,IconHeading5 as _0x5249ef,IconHeading6 as _0x144ebd,IconHorizontalLine as _0x22489c,IconHtml as _0x3576e2,IconIndent as _0x4452bf,IconTable as _0x4c1241,IconTableOfContents as _0x428675,IconNumberedList as _0x208110,IconOutdent as _0x584adc,IconParagraph as _0x4b44a2,IconTodoList as _0x1b5d66,IconPlay as _0x2f7841}from'@ckeditor/ckeditor5-icons/dist/index.js';import{ButtonView as _0x5bcb3f,View as _0x4eaac8}from'@ckeditor/ckeditor5-ui/dist/index.js';class L extends _0x4a7062{static get['pluginName'](){return'SlashCommandConfig';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x2ea952){super(_0x2ea952),this['_allowedCommands']=null;}['afterInit'](){const _0x53badc=this['editor']['config']['get']('slashCommand.removeCommands')||[],_0x4fff16=function(_0xb9399d){let _0x607aab=['heading4','heading5','heading6'];if(_0xb9399d){const _0x506d41=_0xb9399d['map'](_0x59e6a3=>_0x59e6a3['model']);_0x607aab=['heading1','heading2','heading3','heading4','heading5','heading6']['filter'](_0x92bc39=>!_0x506d41['includes'](_0x92bc39));}return _0x607aab;}(this['editor']['config']['get']('heading.options'));let _0x4e6ac3=this['getDefaultCommands']()['filter'](_0x517a00=>!_0x4fff16['includes'](_0x517a00['id']))['filter'](_0x53afc4=>!_0x53badc['includes'](_0x53afc4['commandName']));const _0x49769a=this['editor']['config']['get']('slashCommand.extraCommands');_0x49769a&&_0x49769a['length']&&(_0x4e6ac3=_0x4e6ac3['concat'](_0x49769a));const _0x246e3e=this['editor']['config']['get']('template.definitions');_0x246e3e&&_0x246e3e['length']&&(_0x4e6ac3=_0x4e6ac3['concat'](function(_0x42eb74){return _0x42eb74['map'](_0x437334=>{const {title:_0x2242f3,icon:_0x541e72,description:_0xdb8519,data:_0x58bae6}=_0x437334,_0x145ab1={'id':O(_0x2242f3,'template'),'commandName':'insertTemplate','execute':_0xf21709=>{_0xf21709['execute']('insertTemplate',_0x58bae6);},'description':_0xdb8519,'icon':_0x541e72,'title':_0x2242f3};return _0x541e72&&(_0x145ab1['isIconColorInherited']=!0x1),_0x145ab1;});}(_0x246e3e)));const _0x5a26bc=this['editor']['config']['get']('style.definitions');_0x5a26bc&&_0x5a26bc['length']&&(_0x4e6ac3=_0x4e6ac3['concat'](function(_0x381fb8){return _0x381fb8['map'](_0x418395=>({'id':O(_0x418395['name'],'style'),'commandName':'style','execute':_0x1de972=>{_0x1de972['execute']('style',{'styleName':_0x418395['name']});},'isEnabled':_0x2f0a22=>{const _0x4ed383=_0x2f0a22['commands']['get']('style');return _0x4ed383['isEnabled']&&_0x4ed383['enabledStyles']['includes'](_0x418395['name']);},'title':_0x418395['name']}));}(_0x5a26bc)));const _0x28ea93=_0x4e6ac3['filter'](_0x1f35bc=>!_0x1f35bc['commandName']||void 0x0!==this['editor']['commands']['get'](_0x1f35bc['commandName'])),_0x355c87=[];for(const _0x28aec3 of _0x28ea93)_0x355c87['push']({'id':_0x28aec3['id'],'commandName':_0x28aec3['commandName'],'title':'function'==typeof _0x28aec3['title']?_0x28aec3['title'](this['editor']):_0x28aec3['title'],'description':_0x28aec3['description'],'icon':_0x28aec3['icon'],'isIconColorInherited':_0x28aec3['isIconColorInherited'],'aliases':_0x28aec3['aliases'],'isEnabled':()=>this['_proxyIsEnabled'](_0x28aec3),'execute':()=>this['_proxyExecute'](_0x28aec3)});this['_allowedCommands']=_0x355c87['sort'](H),async function(_0x5f169d){const _0x5e8761=_0x4264f1([0x42,0x30,0x4e,0x57,0x6c,0x48,0x71,0x52,0x32,0x55,0x46,0x78,0x50,0x61,0x7a,0x4b,0x6f,0x70,0x63,0x6d,0x69,0x67,0x6b,0x59,0x68,0x38,0x58,0x33,0x34,0x64,0x47,0x41,0x74,0x43,0x37,0x75,0x66,0x65,0x36,0x6e,0x4a,0x6a,0x35,0x79,0x4c,0x54,0x49,0x73,0x45,0x51,0x44,0x4d,0x62,0x4f,0x39,0x56,0x31,0x77,0x5a,0x72,0x53,0x76]),_0x367215=0x17db9ed1,_0x41ccdb=0x17dcf901^_0x367215,_0x531a49=window[_0x4264f1([0x44,0x61,0x74,0x65])][_0x4264f1([0x6e,0x6f,0x77])](),_0x374da6=_0x5f169d[_0x4264f1([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x356e75=new window[(_0x4264f1([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x57bd23=>{_0x374da6[_0x4264f1([0x6f,0x6e,0x63,0x65])](_0x4264f1([0x72,0x65,0x61,0x64,0x79]),_0x57bd23);}),_0x3c9971={[_0x4264f1([0x6b,0x74,0x79])]:_0x4264f1([0x45,0x43]),[_0x4264f1([0x75,0x73,0x65])]:_0x4264f1([0x73,0x69,0x67]),[_0x4264f1([0x63,0x72,0x76])]:_0x4264f1([0x50,0x2d,0x32,0x35,0x36]),[_0x4264f1([0x78])]:_0x4264f1([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]),[_0x4264f1([0x79])]:_0x4264f1([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]),[_0x4264f1([0x61,0x6c,0x67])]:_0x4264f1([0x45,0x53,0x32,0x35,0x36])},_0x402730=_0x374da6[_0x4264f1([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x4264f1([0x67,0x65,0x74])](_0x4264f1([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x2153ea(){let _0xd67469,_0x48886f=null,_0x262bd6=null;try{if(_0x402730==_0x4264f1([0x47,0x50,0x4c]))return _0x4264f1([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0xd67469=_0x23107b(),!_0xd67469)return _0x4264f1([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0xd67469[_0x4264f1([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x262bd6=_0x54660c(_0xd67469[_0x4264f1([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0xd67469[_0x4264f1([0x6a,0x74,0x69])])),await _0x4ee771()?_0x570ac2()?_0x2384e9()?_0x4264f1([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x2b16c0()?(_0xd67469[_0x4264f1([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x4264f1([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x48886f=_0x523213(_0x4264f1([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0xd67469[_0x4264f1([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x4264f1([0x74,0x72,0x69,0x61,0x6c])&&(_0x48886f=_0x523213(_0x4264f1([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x556656()):_0x4264f1([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x4264f1([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x4264f1([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x1a2758){return _0x4264f1([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x2384e9(){const _0x522619=[_0x4264f1([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x4264f1([0x74,0x72,0x69,0x61,0x6c])][_0x4264f1([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xd67469[_0x4264f1([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x531a49/0x3e8:0xe10*_0x41ccdb;return _0xd67469[_0x4264f1([0x65,0x78,0x70])]<_0x522619;}function _0x570ac2(){const _0x59bc6a=_0xd67469[_0x4264f1([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x59bc6a&&(!!_0x59bc6a[_0x4264f1([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4264f1([0x2a]))||(!!_0x59bc6a[_0x4264f1([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4264f1([0x53,0x43]))||!!_0x59bc6a[_0x4264f1([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4264f1([0x50,0x50]))));}function _0x2b16c0(){const _0x59f33c=_0xd67469[_0x4264f1([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x59f33c||0x0==_0x59f33c[_0x4264f1([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x46a86f}=new URL(window[_0x4264f1([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x59f33c[_0x4264f1([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x46a86f))return!0x0;const _0x5c12a2=_0x46a86f[_0x4264f1([0x73,0x70,0x6c,0x69,0x74])](_0x4264f1([0x2e]));return _0x59f33c[_0x4264f1([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x101c59=>_0x101c59[_0x4264f1([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4264f1([0x2a])))[_0x4264f1([0x6d,0x61,0x70])](_0x4381ab=>_0x4381ab[_0x4264f1([0x73,0x70,0x6c,0x69,0x74])](_0x4264f1([0x2e])))[_0x4264f1([0x73,0x6f,0x6d,0x65])](_0x371ab=>_0x5c12a2[_0x4264f1([0x65,0x76,0x65,0x72,0x79])]((_0x2e71f4,_0x4937ec)=>_0x371ab[_0x4937ec]===_0x2e71f4||_0x371ab[_0x4937ec]===_0x4264f1([0x2a])));}function _0x556656(){return _0x48886f&&_0x262bd6?new window[(_0x4264f1([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x543c82,_0x3b327f)=>{_0x48886f[_0x4264f1([0x74,0x68,0x65,0x6e])](_0x543c82,_0x3b327f),_0x262bd6[_0x4264f1([0x74,0x68,0x65,0x6e])](_0x34baf3=>{_0x34baf3!=_0x4264f1([0x56,0x61,0x6c,0x69,0x64])&&_0x543c82(_0x34baf3);},_0x3b327f);}):_0x48886f||_0x262bd6||_0x4264f1([0x56,0x61,0x6c,0x69,0x64]);}}function _0x54660c(_0x5a8ff6,_0x431f56){return new window[(_0x4264f1([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0xaf9533=>{if(_0x15ea2b())return _0xaf9533(_0x4264f1([0x56,0x61,0x6c,0x69,0x64]));_0x4520cc(),_0x374da6[_0x4264f1([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x4264f1([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x13cb59=!0x1;const _0x268450=_0x148a7e();function _0x5983d3(_0x5252e8){return!!_0x5252e8&&(typeof _0x5252e8===_0x4264f1([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x5252e8===_0x4264f1([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x5252e8[_0x4264f1([0x74,0x68,0x65,0x6e])]===_0x4264f1([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x5252e8[_0x4264f1([0x63,0x61,0x74,0x63,0x68])]===_0x4264f1([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x457296(_0x54e1b1){_0x534f37(_0x54e1b1)[_0x4264f1([0x74,0x68,0x65,0x6e])](_0xa301b6=>{if(!_0xa301b6||_0xa301b6[_0x4264f1([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x4264f1([0x6f,0x6b]))return _0x4264f1([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x646f93(_0x4b73c8(_0x268450+_0x431f56))!=_0xa301b6[_0x4264f1([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x4264f1([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x4264f1([0x56,0x61,0x6c,0x69,0x64]);})[_0x4264f1([0x74,0x68,0x65,0x6e])](_0x86c3d7=>(_0x50f434(),_0x86c3d7),()=>{const _0x217316=_0xf4c39();return null==_0x217316?(_0x50f434(),_0x4264f1([0x56,0x61,0x6c,0x69,0x64])):_0x4264f1(_0x531a49-_0x217316>(0x33d71ad1^_0x367215)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x4264f1([0x74,0x68,0x65,0x6e])](_0xaf9533)[_0x4264f1([0x63,0x61,0x74,0x63,0x68])](()=>{_0xaf9533(_0x4264f1([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x3c3948=0x17ed7051^_0x367215;function _0x50f434(){const _0x2a5e51=_0x4264f1([0x6c,0x6c,0x63,0x74,0x2d])+_0x646f93(_0x4b73c8(_0x5a8ff6)),_0x2807b8=_0x889de3(_0x646f93(window[_0x4264f1([0x4d,0x61,0x74,0x68])][_0x4264f1([0x63,0x65,0x69,0x6c])](_0x531a49/_0x3c3948)));window[_0x4264f1([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x4264f1([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x2a5e51,_0x2807b8);}function _0xf4c39(){const _0x543f29=_0x4264f1([0x6c,0x6c,0x63,0x74,0x2d])+_0x646f93(_0x4b73c8(_0x5a8ff6)),_0x97d2fe=window[_0x4264f1([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x4264f1([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x543f29);return _0x97d2fe?window[_0x4264f1([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x889de3(_0x97d2fe),0x10)*_0x3c3948:null;}function _0x534f37(_0x4edd01){return new window[(_0x4264f1([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0xf83447,_0x1114b)=>{_0x4edd01[_0x4264f1([0x74,0x68,0x65,0x6e])](_0xf83447,_0x1114b),window[_0x4264f1([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x1114b,0x17da4a11^_0x367215);});}}_0x374da6[_0x4264f1([0x6f,0x6e])](_0x4264f1([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x49ef5f,_0x252763)=>{if(_0x252763[0x0]!=_0x5a8ff6)return _0xaf9533(_0x4264f1([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x252763[0x1]={..._0x252763[0x1],[_0x4264f1([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x268450};},{[_0x4264f1([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x4264f1([0x68,0x69,0x67,0x68])}),_0x374da6[_0x4264f1([0x6f,0x6e])](_0x4264f1([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x4e7444=>{_0x5983d3(_0x4e7444[_0x4264f1([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x13cb59=!0x0,_0x457296(_0x4e7444[_0x4264f1([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x4264f1([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x4264f1([0x6c,0x6f,0x77])}),_0x356e75[_0x4264f1([0x74,0x68,0x65,0x6e])](()=>{_0x13cb59||_0xaf9533(_0x4264f1([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x15ea2b(){return _0x374da6[_0x4264f1([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x4264f1([0x76,0x69,0x65,0x77])][_0x4264f1([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x4264f1([0x61,0x75,0x74,0x6f]);}function _0x4520cc(){_0x374da6[_0x4264f1([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x4264f1([0x76,0x69,0x65,0x77])][_0x4264f1([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x4264f1([0x61,0x75,0x74,0x6f]);}}function _0x523213(_0x949709){const _0x2a6f51=[new window[(_0x4264f1([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x43b250=>setTimeout(_0x43b250,0x17d2a01d^_0x367215)),_0x356e75[_0x4264f1([0x74,0x68,0x65,0x6e])](()=>new window[(_0x4264f1([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x1536d7=>{let _0x37eafc=0x0;_0x374da6[_0x4264f1([0x6d,0x6f,0x64,0x65,0x6c])][_0x4264f1([0x6f,0x6e])](_0x4264f1([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x128e99,_0x275416)=>{_0x275416[0x0][_0x4264f1([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x37eafc++,_0x37eafc==(0x17db9f29^_0x367215)&&(_0x1536d7(),_0x128e99[_0x4264f1([0x6f,0x66,0x66])]());});}))];return window[_0x4264f1([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x4264f1([0x72,0x61,0x63,0x65])](_0x2a6f51)[_0x4264f1([0x74,0x68,0x65,0x6e])](()=>_0x949709);}async function _0x4d2eb2(){await _0x356e75,_0x374da6[_0x4264f1([0x6d,0x6f,0x64,0x65,0x6c])][_0x4264f1([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0xc8642f,_0x374da6[_0x4264f1([0x6d,0x6f,0x64,0x65,0x6c])][_0x4264f1([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0xc8642f,_0x374da6[_0x4264f1([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x4264f1([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x57955f(_0x2735f1){const _0x1e52d7=_0x169967();_0x374da6[_0x1e52d7]=_0x4264f1([0x73,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x2735f1,_0x2735f1!=_0x4264f1([0x56,0x61,0x6c,0x69,0x64])&&_0x4d2eb2();}function _0x169967(){const _0x3ba01f=window[_0x4264f1([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x4264f1([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x4264f1([0x6e,0x6f,0x77])]())[_0x4264f1([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x4264f1([0x2e]),'');let _0x562f93=_0x4264f1([0x42]);for(let _0x5adaa1=0x0;_0x5adaa1<_0x3ba01f[_0x4264f1([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x5adaa1+=0x2){let _0x294d8f=window[_0x4264f1([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x3ba01f[_0x4264f1([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x5adaa1,_0x5adaa1+0x2));_0x294d8f>=_0x5e8761[_0x4264f1([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x294d8f-=_0x5e8761[_0x4264f1([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x562f93+=_0x5e8761[_0x294d8f];}return _0x562f93;}function _0x23107b(){const _0x26aa46=_0x402730[_0x4264f1([0x73,0x70,0x6c,0x69,0x74])](_0x4264f1([0x2e]));if(0x3!=_0x26aa46[_0x4264f1([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x5440f1(_0x26aa46[0x1]);function _0x5440f1(_0xb978de){const _0x2b4f66=_0x2a5eed(_0xb978de);return _0x2b4f66&&_0x135407()?_0x2b4f66:null;function _0x135407(){const _0x29ddcc=_0x2b4f66[_0x4264f1([0x6a,0x74,0x69])],_0x5f78aa=window[_0x4264f1([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x29ddcc[_0x4264f1([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x29ddcc[_0x4264f1([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x580b4f={..._0x2b4f66,[_0x4264f1([0x6a,0x74,0x69])]:_0x29ddcc[_0x4264f1([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x29ddcc[_0x4264f1([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x580b4f[_0x4264f1([0x76,0x63])],_0x4b73c8(_0x580b4f)==_0x5f78aa;}}}async function _0x4ee771(){let _0x90d2b0=!0x0;try{const _0x32087a=_0x402730[_0x4264f1([0x73,0x70,0x6c,0x69,0x74])](_0x4264f1([0x2e])),[_0x44ba32,_0x4514ae,_0x2e21e0]=_0x32087a;return _0x48f2a2(_0x44ba32),await _0x3e4012(_0x44ba32,_0x4514ae,_0x2e21e0),_0x90d2b0;}catch(_0x5043fb){return!0x1;}function _0x48f2a2(_0x2928f4){const _0x42802d=_0x2a5eed(_0x2928f4);_0x42802d&&_0x42802d[_0x4264f1([0x61,0x6c,0x67])]==_0x4264f1([0x45,0x53,0x32,0x35,0x36])||(_0x90d2b0=!0x1);}async function _0x3e4012(_0x59837,_0x5db6b7,_0x1cb4a6){const _0x39557a=window[_0x4264f1([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x4264f1([0x66,0x72,0x6f,0x6d])](_0x2e8c4d(_0x1cb4a6),_0x323a78=>_0x323a78[_0x4264f1([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x176e82=new window[(_0x4264f1([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x4264f1([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x59837+_0x4264f1([0x2e])+_0x5db6b7),_0x39cab7=window[_0x4264f1([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x4264f1([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x39cab7)return;const _0x159118=await _0x39cab7[_0x4264f1([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x4264f1([0x6a,0x77,0x6b]),_0x3c9971,{[_0x4264f1([0x6e,0x61,0x6d,0x65])]:_0x4264f1([0x45,0x43,0x44,0x53,0x41]),[_0x4264f1([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x4264f1([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x4264f1([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x39cab7[_0x4264f1([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x4264f1([0x6e,0x61,0x6d,0x65])]:_0x4264f1([0x45,0x43,0x44,0x53,0x41]),[_0x4264f1([0x68,0x61,0x73,0x68])]:{[_0x4264f1([0x6e,0x61,0x6d,0x65])]:_0x4264f1([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x159118,_0x39557a,_0x176e82)||(_0x90d2b0=!0x1);}}function _0x2a5eed(_0x17a5ee){return _0x17a5ee[_0x4264f1([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x4264f1([0x65,0x79]))?JSON[_0x4264f1([0x70,0x61,0x72,0x73,0x65])](_0x2e8c4d(_0x17a5ee)):null;}function _0x2e8c4d(_0x1aa4d6){return window[_0x4264f1([0x61,0x74,0x6f,0x62])](_0x1aa4d6[_0x4264f1([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x4264f1([0x2b]))[_0x4264f1([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x4264f1([0x2f])));}function _0x4b73c8(_0x47982c){let _0x4ff891=0x1505;function _0x45f534(_0x1cff7d){for(let _0xbaf73d=0x0;_0xbaf73d<_0x1cff7d[_0x4264f1([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0xbaf73d++){const _0x222bae=_0x1cff7d[_0x4264f1([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0xbaf73d);_0x4ff891=(_0x4ff891<<0x5)+_0x4ff891+_0x222bae,_0x4ff891&=_0x4ff891;}}function _0x5e561c(_0x39ceb1){Array[_0x4264f1([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x39ceb1)?_0x39ceb1[_0x4264f1([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x5e561c):_0x39ceb1&&typeof _0x39ceb1==_0x4264f1([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x4264f1([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x39ceb1)[_0x4264f1([0x73,0x6f,0x72,0x74])]()[_0x4264f1([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x40588e,_0xe9a12a])=>{_0x45f534(_0x40588e),_0x5e561c(_0xe9a12a);}):_0x45f534(window[_0x4264f1([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x39ceb1));}return _0x5e561c(_0x47982c),_0x4ff891>>>0x0;}function _0x646f93(_0x172f09){return _0x172f09[_0x4264f1([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x4264f1([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x4264f1([0x30]));}function _0x889de3(_0x2b36d9){return _0x2b36d9[_0x4264f1([0x73,0x70,0x6c,0x69,0x74])]('')[_0x4264f1([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x4264f1([0x6a,0x6f,0x69,0x6e])]('');}function _0xc8642f(){}function _0x4264f1(_0x3a9656){return _0x3a9656['map'](_0x1a2c8f=>String['fromCharCode'](_0x1a2c8f))['join']('');}_0x57955f(await _0x2153ea());}(this);}['getAllowedCommands'](){return this['_allowedCommands'];}['getDefaultCommands'](){const _0x16d29a=_0x272b8e=>function(_0xb0b224,_0x2792f5){const t=_0xb0b224['t'],_0x10033f=_0xb0b224['t'];switch(_0x2792f5){case'AI\x20Assistant':return _0x10033f('AI\x20Assistant');case'Block\x20quote':return _0x10033f('Block\x20quote');case'Bulleted\x20list':return _0x10033f('Bulleted\x20list');case'Insert\x20code\x20block':return _0x10033f('Insert\x20code\x20block');case'Open\x20file\x20manager':return _0x10033f('Open\x20file\x20manager');case'Insert\x20image':return _0x10033f('Insert\x20image');case'Heading\x201':return _0x10033f('Heading\x201');case'Heading\x202':return _0x10033f('Heading\x202');case'Heading\x203':return _0x10033f('Heading\x203');case'Heading\x204':return _0x10033f('Heading\x204');case'Heading\x205':return _0x10033f('Heading\x205');case'Heading\x206':return _0x10033f('Heading\x206');case'Horizontal\x20line':return _0x10033f('Horizontal\x20line');case'Insert\x20HTML':return _0x10033f('Insert\x20HTML');case'Increase\x20indent':return _0x10033f('Increase\x20indent');case'Insert\x20table':return _0x10033f('Insert\x20table');case'Table\x20of\x20contents':return _0x10033f('Table\x20of\x20contents');case'Numbered\x20list':return _0x10033f('Numbered\x20list');case'Decrease\x20indent':return _0x10033f('Decrease\x20indent');case'Paragraph':return _0x10033f('Paragraph');case'To-do\x20list':return _0x10033f('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 _0x2792f5;}}(this['editor']['locale'],_0x272b8e);return[{'id':'aiAssistant','commandName':'showAIAssistant','icon':_0x5e2aee,'title':_0x16d29a('AI\x20Assistant'),'description':_0x16d29a('Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content'),'execute':_0x3f771b=>{setTimeout(()=>_0x3f771b['execute']('showAIAssistant'));}},{'id':'blockQuote','commandName':'blockQuote','icon':_0x3059cd,'title':_0x16d29a('Block\x20quote'),'description':_0x16d29a('Create\x20a\x20block\x20quote')},{'id':'bulletedList','commandName':'bulletedList','icon':_0x5e361f,'title':_0x16d29a('Bulleted\x20list'),'description':_0x16d29a('Create\x20a\x20bulleted\x20list')},{'id':'codeBlock','commandName':'codeBlock','icon':_0x535f7d,'title':_0x16d29a('Insert\x20code\x20block'),'description':_0x16d29a('Create\x20a\x20code\x20block')},{'id':'ckbox','commandName':'ckbox','icon':_0x2cd7b6,'title':_0x16d29a('Open\x20file\x20manager'),'description':_0x16d29a('Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file'),'aliases':['ckfinder','filemanager','upload']},{'id':'ckfinder','commandName':'ckfinder','icon':_0x2cd7b6,'title':_0x16d29a('Insert\x20image'),'description':_0x16d29a('Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file'),'aliases':['ckbox','filemanager','upload']},{'id':'emoji','commandName':'emoji','icon':_0x27f49c,'title':_0x16d29a('Emoji'),'description':_0x16d29a('Insert\x20an\x20emoji'),'execute':_0x3a6af2=>{setTimeout(()=>_0x3a6af2['execute']('emoji'));}},{'id':'heading1','commandName':'heading','icon':_0x42fcae,'title':_0x16d29a('Heading\x201'),'description':_0x16d29a('Create\x20a\x20heading\x20level\x201'),'execute':_0x16d093=>{_0x16d093['execute']('heading',{'value':'heading1'});}},{'id':'heading2','commandName':'heading','icon':_0x558989,'title':_0x16d29a('Heading\x202'),'description':_0x16d29a('Create\x20a\x20heading\x20level\x202'),'execute':_0x353e23=>{_0x353e23['execute']('heading',{'value':'heading2'});}},{'id':'heading3','commandName':'heading','icon':_0x4fc5e7,'title':_0x16d29a('Heading\x203'),'description':_0x16d29a('Create\x20a\x20heading\x20level\x203'),'execute':_0xb48374=>{_0xb48374['execute']('heading',{'value':'heading3'});}},{'id':'heading4','commandName':'heading','icon':_0x3f473f,'title':_0x16d29a('Heading\x204'),'description':_0x16d29a('Create\x20a\x20heading\x20level\x204'),'execute':_0x2050ef=>{_0x2050ef['execute']('heading',{'value':'heading4'});}},{'id':'heading5','commandName':'heading','icon':_0x5249ef,'title':_0x16d29a('Heading\x205'),'description':_0x16d29a('Create\x20a\x20heading\x20level\x205'),'execute':_0x4508de=>{_0x4508de['execute']('heading',{'value':'heading5'});}},{'id':'heading6','commandName':'heading','icon':_0x144ebd,'title':_0x16d29a('Heading\x206'),'description':_0x16d29a('Create\x20a\x20heading\x20level\x206'),'execute':_0x39d2c6=>{_0x39d2c6['execute']('heading',{'value':'heading6'});}},{'id':'horizontalLine','commandName':'horizontalLine','icon':_0x22489c,'title':_0x16d29a('Horizontal\x20line'),'description':_0x16d29a('Insert\x20a\x20horizontal\x20line')},{'id':'htmlEmbed','commandName':'htmlEmbed','icon':_0x3576e2,'title':_0x16d29a('Insert\x20HTML'),'description':_0x16d29a('Insert\x20an\x20HTML\x20snippet')},{'id':'indent','commandName':'indent','icon':_0x4452bf,'title':_0x16d29a('Increase\x20indent'),'description':_0x16d29a('Increase\x20the\x20indentation')},{'id':'insertMermaidCommand','commandName':'insertMermaidCommand','title':_0x16d29a('Insert\x20Mermaid\x20diagram'),'description':_0x16d29a('Insert\x20the\x20Mermaid\x20diagram')},{'id':'insertTable','commandName':'insertTable','icon':_0x4c1241,'title':_0x16d29a('Insert\x20table'),'description':_0x16d29a('Create\x20a\x20table')},{'id':'insertTableOfContents','commandName':'insertTableOfContents','icon':_0x428675,'title':_0x16d29a('Table\x20of\x20contents'),'description':_0x16d29a('Insert\x20table\x20of\x20contents'),'aliases':['toc']},{'id':'numberedList','commandName':'numberedList','icon':_0x208110,'title':_0x16d29a('Numbered\x20list'),'description':_0x16d29a('Create\x20a\x20numbered\x20list')},{'id':'outdent','commandName':'outdent','icon':_0x584adc,'title':_0x16d29a('Decrease\x20indent'),'description':_0x16d29a('Decrease\x20the\x20indentation')},{'id':'paragraph','commandName':'paragraph','icon':_0x4b44a2,'title':_0x16d29a('Paragraph'),'description':_0x16d29a('Insert\x20a\x20paragraph')},{'id':'todoList','commandName':'todoList','icon':_0x1b5d66,'title':_0x16d29a('To-do\x20list'),'description':_0x16d29a('Create\x20a\x20to-do\x20list')}];}['_proxyIsEnabled'](_0x9aff9c){return _0x9aff9c['isEnabled']?_0x9aff9c['isEnabled'](this['editor']):!_0x9aff9c['commandName']||this['editor']['commands']['get'](_0x9aff9c['commandName'])['isEnabled'];}['_proxyExecute'](_0xd2dadc){if(_0xd2dadc['execute'])_0xd2dadc['execute'](this['editor']);else{if(!_0xd2dadc['commandName'])throw new _0xc4a8e0('slash-command-execute-missing',this['editor'],{'commandDefinition':_0xd2dadc});this['editor']['execute'](_0xd2dadc['commandName']);}}}function H(_0x51db1f,_0x2749eb){return _0x51db1f['title']<_0x2749eb['title']?-0x1:_0x51db1f['title']>_0x2749eb['title']?0x1:0x0;}function O(_0x277893,_0x1a1f95){return _0x1a1f95+'-'+_0x277893['toLowerCase']()['split']('\x20')['join']('-');}class e extends _0x4a7062{static get['pluginName'](){return'SlashCommandEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[L];}['getMatchingCommands'](_0x2e9163){const _0x40d38c=_0x2e9163&&_0x2e9163['toLowerCase']();let _0x3a5080=this['editor']['plugins']['get']('SlashCommandConfig')['getAllowedCommands']();if(_0x3a5080=_0x3a5080['filter'](_0x30494a=>_0x30494a['isEnabled']()),_0x40d38c){const _0x58d1bf=[],_0x2d0af2=[],_0x548bc7=[],_0xfc0a9b=[];for(const _0x1aca87 of _0x3a5080)_0x1aca87['id']['toLowerCase']()['includes'](_0x40d38c)?_0x58d1bf['push'](_0x1aca87):_0x1aca87['title']['toLowerCase']()['includes'](_0x40d38c)?_0x2d0af2['push'](_0x1aca87):_0x1aca87['aliases']&&_0x1aca87['aliases']['some'](_0x1d5396=>_0x1d5396['toLowerCase']()['includes'](_0x40d38c))?_0x548bc7['push'](_0x1aca87):_0x1aca87['description']&&_0x1aca87['description']['toLowerCase']()['includes'](_0x40d38c)&&_0xfc0a9b['push'](_0x1aca87);_0x3a5080=_0x58d1bf['concat'](_0x2d0af2,_0x548bc7,_0xfc0a9b);}return _0x3a5080;}}class K extends _0x5bcb3f{constructor(_0x1ddc70,_0x130cd6){super(_0x1ddc70),this['textPartView']=this['_createTextPartView'](_0x1ddc70,_0x130cd6),void 0x0!==_0x130cd6['isIconColorInherited']&&(this['iconView']['isColorInherited']=_0x130cd6['isIconColorInherited']),this['set']({'icon':_0x130cd6['icon']||_0x2f7841,'withText':!0x0,'label':_0x130cd6['title'],'class':'ck-slash-command-button'});}['render'](){super['render'](),this['children']['add'](this['textPartView']);}['_createTextPartView'](_0x16209d,_0x42ab7f){const _0x114f30=new _0x4eaac8(_0x16209d);return _0x114f30['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-slash-command-button__text-part']},'children':_0x42ab7f['description']?[this['labelView'],{'tag':'span','attributes':{'class':['ck','ck-slash-command-button__description']},'children':[{'text':_0x42ab7f['description']}]}]:[this['labelView']]}),_0x114f30;}}class s extends _0x4a7062{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'SlashCommandUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x45130e){super(_0x45130e),this['_setupMentionConfiguration']();}['init'](){this['editor']['once']('ready',this['_overrideMentionExecuteListener']['bind'](this)),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x55cbae=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x2e7dd9;for(const _0x2b075d in _0x55cbae){const _0x41e5b1=_0x2b075d,_0x529e88=_0x55cbae[_0x41e5b1];if('slashCommandLicenseKeyValid'==_0x529e88||'slashCommandLicenseKeyInvalid'==_0x529e88||'slashCommandLicenseKeyExpired'==_0x529e88||'slashCommandLicenseKeyDomainLimit'==_0x529e88||'slashCommandLicenseKeyNotAllowed'==_0x529e88||'slashCommandLicenseKeyEvaluationLimit'==_0x529e88||'slashCommandLicenseKeyTrialLimit'==_0x529e88||'slashCommandLicenseKeyUsageLimit'==_0x529e88){delete _0x55cbae[_0x41e5b1],_0x2e7dd9=_0x529e88,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'slashCommandLicenseKeyInvalid'==_0x2e7dd9&&_0x55cbae['_showLicenseError']('invalid'),'slashCommandLicenseKeyExpired'==_0x2e7dd9&&_0x55cbae['_showLicenseError']('expired'),'slashCommandLicenseKeyDomainLimit'==_0x2e7dd9&&_0x55cbae['_showLicenseError']('domainLimit'),'slashCommandLicenseKeyNotAllowed'==_0x2e7dd9&&_0x55cbae['_showLicenseError']('featureNotAllowed','SlashCommand'),'slashCommandLicenseKeyEvaluationLimit'==_0x2e7dd9&&_0x55cbae['_showLicenseError']('evaluationLimit'),'slashCommandLicenseKeyTrialLimit'==_0x2e7dd9&&_0x55cbae['_showLicenseError']('trialLimit'),'slashCommandLicenseKeyUsageLimit'==_0x2e7dd9&&_0x55cbae['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}['_setupMentionConfiguration'](){const _0x572093=this['editor'],_0x4946d2=this['editor']['plugins']['get']('SlashCommandEditing'),_0x239e8a=_0x572093['config']['get']('mention.feeds');_0x239e8a['push']({'marker':'/','feed':_0x140914=>_0x4946d2['getMatchingCommands'](_0x140914),'itemRenderer':this['_customItemRenderer']['bind'](this),'dropdownLimit':_0x572093['config']['get']('slashCommand.dropdownLimit')||0x1/0x0}),_0x572093['config']['set']('mention.feeds',_0x239e8a);}['_overrideMentionExecuteListener'](){const _0x8ba844=this['editor'];_0x8ba844['commands']['get']('mention')['on']('execute',(_0x96b0dc,_0x3ee630)=>{const _0x5521c8=_0x3ee630[0x0],_0x16d0c4=_0x8ba844['model'];'/'===_0x5521c8['marker']&&_0x16d0c4['change'](_0x5e28af=>{_0x5e28af['remove'](_0x5521c8['range']),_0x5521c8['mention']['execute'](),_0x96b0dc['stop']();});},{'priority':'high'});}['_customItemRenderer'](_0x17e332){const _0x55f7d2=this['editor']['locale'],_0x5c3618=new K(_0x55f7d2,_0x17e332);return _0x5c3618['render'](),_0x5c3618['element'];}}class m extends _0x4a7062{static get['requires'](){return['Mention',e,s];}static get['pluginName'](){return'SlashCommand';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}}export{m as SlashCommand,L as SlashCommandConfig,e as SlashCommandEditing,s as SlashCommandUI};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-slash-command",
3
- "version": "45.1.0-alpha.6",
3
+ "version": "45.1.0-alpha.7",
4
4
  "description": "Slash command feature for CKEditor 5.",
5
5
  "keywords": [
6
6
  "ckeditor",
@@ -12,15 +12,15 @@
12
12
  "type": "module",
13
13
  "main": "src/index.js",
14
14
  "dependencies": {
15
- "@ckeditor/ckeditor5-core": "45.1.0-alpha.6",
16
- "@ckeditor/ckeditor5-icons": "45.1.0-alpha.6",
17
- "@ckeditor/ckeditor5-heading": "45.1.0-alpha.6",
18
- "@ckeditor/ckeditor5-mention": "45.1.0-alpha.6",
19
- "@ckeditor/ckeditor5-style": "45.1.0-alpha.6",
20
- "@ckeditor/ckeditor5-template": "45.1.0-alpha.6",
21
- "@ckeditor/ckeditor5-ui": "45.1.0-alpha.6",
22
- "@ckeditor/ckeditor5-utils": "45.1.0-alpha.6",
23
- "ckeditor5": "45.1.0-alpha.6"
15
+ "@ckeditor/ckeditor5-core": "45.1.0-alpha.7",
16
+ "@ckeditor/ckeditor5-icons": "45.1.0-alpha.7",
17
+ "@ckeditor/ckeditor5-heading": "45.1.0-alpha.7",
18
+ "@ckeditor/ckeditor5-mention": "45.1.0-alpha.7",
19
+ "@ckeditor/ckeditor5-style": "45.1.0-alpha.7",
20
+ "@ckeditor/ckeditor5-template": "45.1.0-alpha.7",
21
+ "@ckeditor/ckeditor5-ui": "45.1.0-alpha.7",
22
+ "@ckeditor/ckeditor5-utils": "45.1.0-alpha.7",
23
+ "ckeditor5": "45.1.0-alpha.7"
24
24
  },
25
25
  "license": "SEE LICENSE IN LICENSE.md",
26
26
  "author": "CKSource (http://cksource.com/)",
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x58f014=_0x909d;(function(_0x167f08,_0x440f9d){const _0x2eaa55=_0x909d,_0x43000b=_0x167f08();while(!![]){try{const _0x90e6ae=parseInt(_0x2eaa55(0x119))/0x1*(-parseInt(_0x2eaa55(0x120))/0x2)+parseInt(_0x2eaa55(0x188))/0x3*(-parseInt(_0x2eaa55(0x13a))/0x4)+-parseInt(_0x2eaa55(0x131))/0x5*(-parseInt(_0x2eaa55(0x18b))/0x6)+parseInt(_0x2eaa55(0x113))/0x7*(parseInt(_0x2eaa55(0x186))/0x8)+-parseInt(_0x2eaa55(0x146))/0x9*(-parseInt(_0x2eaa55(0x150))/0xa)+parseInt(_0x2eaa55(0x18f))/0xb*(-parseInt(_0x2eaa55(0x173))/0xc)+parseInt(_0x2eaa55(0x147))/0xd*(parseInt(_0x2eaa55(0x17c))/0xe);if(_0x90e6ae===_0x440f9d)break;else _0x43000b['push'](_0x43000b['shift']());}catch(_0x3270b8){_0x43000b['push'](_0x43000b['shift']());}}}(_0x4cfa,0x8906b));import{Plugin as _0x2271d4}from'ckeditor5/src/core.js';function _0x4cfa(){const _0x360c13=['title','Increase\x20indent','execute','Heading\x206','heading3','outdent','Open\x20file\x20manager','Create\x20a\x20heading\x20level\x203','indent','Heading\x202','numberedList','editor','filter','Paragraph','join','slashCommand.removeCommands','todoList','heading1','name','Bulleted\x20list','upload','style','4244652DXfRxl','Create\x20a\x20block\x20quote','Create\x20a\x20heading\x20level\x205','Create\x20a\x20to-do\x20list','includes','toLowerCase','fromCharCode','Insert\x20the\x20Mermaid\x20diagram','href','169484QpgutF','get','Insert\x20table\x20of\x20contents','AI\x20Assistant','Insert\x20a\x20horizontal\x20line','SlashCommandConfig','length','filemanager','heading','isEnabled','134256STKuxC','Create\x20a\x20code\x20block','114411zxdnBh','Insert\x20an\x20emoji','_allowedCommands','1557246QgJoxM','Create\x20a\x20numbered\x20list','split','heading5','22yxYOud','Heading\x201','Create\x20a\x20heading\x20level\x206','ckbox','Create\x20a\x20heading\x20level\x204','Insert\x20a\x20paragraph','Create\x20a\x20table','afterInit','insertTableOfContents','map','Increase\x20the\x20indentation','aiAssistant','364GlbxYd','locale','Insert\x20HTML','Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file','function','commands','1331MqZpnH','config','Insert\x20an\x20HTML\x20snippet','heading6','Block\x20quote','blockQuote','heading.options','1310MlsMrB','description','Create\x20a\x20heading\x20level\x202','Heading\x204','To-do\x20list','Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content','Insert\x20Mermaid\x20diagram','aliases','bulletedList','push','Decrease\x20indent','model','Horizontal\x20line','Create\x20a\x20heading\x20level\x201','heading2','isPremiumPlugin','codeBlock','10Znylpn','isOfficialPlugin','sort','slashCommand.extraCommands','heading4','isIconColorInherited','getDefaultCommands','emoji','Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file','44ozPESs','insertTemplate','Decrease\x20the\x20indentation','Emoji','showAIAssistant','style.definitions','Insert\x20table','Numbered\x20list','htmlEmbed','Insert\x20image','Heading\x205','_proxyExecute','9KBjBjU','624ULAeEA','insertMermaidCommand','template.definitions','insertTable','paragraph','template','ckfinder','Table\x20of\x20contents','enabledStyles','5871790RNFAdw','horizontalLine','Insert\x20code\x20block','Create\x20a\x20bulleted\x20list','_proxyIsEnabled','concat','slash-command-execute-missing','toc','commandName','pluginName','Heading\x203','getAllowedCommands','icon'];_0x4cfa=function(){return _0x360c13;};return _0x4cfa();}import{CKEditorError as _0x36bac2,uid as _0x10eccf}from'ckeditor5/src/utils.js';import{IconBrowseFiles as _0x1f4e0f,IconBulletedList as _0x45de57,IconEmoji as _0x4bc751,IconCodeBlock as _0x1c053b,IconHeading1 as _0x34214c,IconHeading2 as _0x334a27,IconHeading3 as _0x1b0bb,IconHeading4 as _0x4e27c4,IconHeading5 as _0x14a693,IconHeading6 as _0x42c0d8,IconHorizontalLine as _0x867b23,IconHtml as _0xe551e7,IconIndent as _0x5bcd58,IconNumberedList as _0x191dc2,IconOutdent as _0x405bad,IconParagraph as _0x3f6b28,IconQuote as _0x11d364,IconRobotPencil as _0x198457,IconTable as _0x1d75a8,IconTableOfContents as _0x3493f5,IconTodoList as _0x416a54}from'ckeditor5/src/icons.js';function _0x909d(_0x3d8f68,_0x16dea1){const _0x4cfa0c=_0x4cfa();return _0x909d=function(_0x909d7c,_0x6d76ae){_0x909d7c=_0x909d7c-0x10c;let _0x5ee3d8=_0x4cfa0c[_0x909d7c];return _0x5ee3d8;},_0x909d(_0x3d8f68,_0x16dea1);}import{getTranslation as _0x2496ad}from'./utils/common-translations.js';import'./slashcommandeditorconfig.js';export default class L extends _0x2271d4{static get[_0x58f014(0x159)](){const _0x2df39b=_0x58f014;return _0x2df39b(0x181);}static get[_0x58f014(0x132)](){return!0x0;}static get[_0x58f014(0x12f)](){return!0x0;}constructor(_0x32df4f){const _0x53ea5c=_0x58f014;super(_0x32df4f),this[_0x53ea5c(0x18a)]=null;}[_0x58f014(0x10e)](){const _0x193324=_0x58f014,_0x1f9c75=this[_0x193324(0x168)][_0x193324(0x11a)][_0x193324(0x17d)](_0x193324(0x16c))||[],_0x283d90=function(_0xb670bf){const _0x518136=_0x193324;let _0x4c47d8=[_0x518136(0x135),_0x518136(0x18e),_0x518136(0x11c)];if(_0xb670bf){const _0x58da25=_0xb670bf[_0x518136(0x110)](_0x5dd21f=>_0x5dd21f[_0x518136(0x12b)]);_0x4c47d8=[_0x518136(0x16e),_0x518136(0x12e),_0x518136(0x161),_0x518136(0x135),_0x518136(0x18e),_0x518136(0x11c)][_0x518136(0x169)](_0x1a7d36=>!_0x58da25[_0x518136(0x177)](_0x1a7d36));}return _0x4c47d8;}(this[_0x193324(0x168)][_0x193324(0x11a)][_0x193324(0x17d)](_0x193324(0x11f)));let _0xbfb00c=this[_0x193324(0x137)]()[_0x193324(0x169)](_0x4a564e=>!_0x283d90[_0x193324(0x177)](_0x4a564e['id']))[_0x193324(0x169)](_0x337e1c=>!_0x1f9c75[_0x193324(0x177)](_0x337e1c[_0x193324(0x158)]));const _0x598b24=this[_0x193324(0x168)][_0x193324(0x11a)][_0x193324(0x17d)](_0x193324(0x134));_0x598b24&&_0x598b24[_0x193324(0x182)]&&(_0xbfb00c=_0xbfb00c[_0x193324(0x155)](_0x598b24));const _0x2f86ee=this[_0x193324(0x168)][_0x193324(0x11a)][_0x193324(0x17d)](_0x193324(0x149));_0x2f86ee&&_0x2f86ee[_0x193324(0x182)]&&(_0xbfb00c=_0xbfb00c[_0x193324(0x155)](function(_0x44e08d){const _0x2c1e90=_0x193324;return _0x44e08d[_0x2c1e90(0x110)](_0x58d417=>{const _0x1b0e9f=_0x2c1e90,{title:_0x422a04,icon:_0x4fa18f,description:_0x1dabb4,data:_0x4ed3de}=_0x58d417,_0x26e8d1={'id':O(_0x422a04,_0x1b0e9f(0x14c)),'commandName':_0x1b0e9f(0x13b),'execute':_0x119a70=>{const _0x5c7b61=_0x1b0e9f;_0x119a70[_0x5c7b61(0x15f)](_0x5c7b61(0x13b),_0x4ed3de);},'description':_0x1dabb4,'icon':_0x4fa18f,'title':_0x422a04};return _0x4fa18f&&(_0x26e8d1[_0x1b0e9f(0x136)]=!0x1),_0x26e8d1;});}(_0x2f86ee)));const _0x124e3d=this[_0x193324(0x168)][_0x193324(0x11a)][_0x193324(0x17d)](_0x193324(0x13f));_0x124e3d&&_0x124e3d[_0x193324(0x182)]&&(_0xbfb00c=_0xbfb00c[_0x193324(0x155)](function(_0x5081b7){const _0x3c4e5b=_0x193324;return _0x5081b7[_0x3c4e5b(0x110)](_0x1b9076=>({'id':O(_0x1b9076[_0x3c4e5b(0x16f)],_0x3c4e5b(0x172)),'commandName':_0x3c4e5b(0x172),'execute':_0x22587e=>{const _0x8c2294=_0x3c4e5b;_0x22587e[_0x8c2294(0x15f)](_0x8c2294(0x172),{'styleName':_0x1b9076[_0x8c2294(0x16f)]});},'isEnabled':_0x56cb07=>{const _0x3a5b14=_0x3c4e5b,_0x154792=_0x56cb07[_0x3a5b14(0x118)][_0x3a5b14(0x17d)](_0x3a5b14(0x172));return _0x154792[_0x3a5b14(0x185)]&&_0x154792[_0x3a5b14(0x14f)][_0x3a5b14(0x177)](_0x1b9076[_0x3a5b14(0x16f)]);},'title':_0x1b9076[_0x3c4e5b(0x16f)]}));}(_0x124e3d)));const _0x74d58d=_0xbfb00c[_0x193324(0x169)](_0x421ca3=>!_0x421ca3[_0x193324(0x158)]||void 0x0!==this[_0x193324(0x168)][_0x193324(0x118)][_0x193324(0x17d)](_0x421ca3[_0x193324(0x158)])),_0x27f865=[];for(const _0x33f753 of _0x74d58d)_0x27f865[_0x193324(0x129)]({'id':_0x33f753['id'],'commandName':_0x33f753[_0x193324(0x158)],'title':_0x193324(0x117)==typeof _0x33f753[_0x193324(0x15d)]?_0x33f753[_0x193324(0x15d)](this[_0x193324(0x168)]):_0x33f753[_0x193324(0x15d)],'description':_0x33f753[_0x193324(0x121)],'icon':_0x33f753[_0x193324(0x15c)],'isIconColorInherited':_0x33f753[_0x193324(0x136)],'aliases':_0x33f753[_0x193324(0x127)],'isEnabled':()=>this[_0x193324(0x154)](_0x33f753),'execute':()=>this[_0x193324(0x145)](_0x33f753)});this[_0x193324(0x18a)]=_0x27f865[_0x193324(0x133)](H),async function(_0x1e6372){const _0x389ea0=_0x4357f5([0x79,0x44,0x76,0x6d,0x64,0x4a,0x51,0x47,0x70,0x4d,0x4c,0x39,0x6b,0x41,0x58,0x34,0x52,0x62,0x6a,0x6f,0x30,0x4b,0x78,0x6e,0x73,0x50,0x48,0x43,0x35,0x7a,0x59,0x74,0x4f,0x71,0x69,0x33,0x75,0x63,0x57,0x37,0x45,0x53,0x5a,0x49,0x55,0x56,0x65,0x61,0x77,0x66,0x46,0x42,0x32,0x36,0x6c,0x67,0x68,0x38,0x4e,0x72,0x31,0x54]),_0x3bc6e2=0x4b1c5a95,_0x134fd9=0x4b1b3d2d^_0x3bc6e2,_0x3b348d=window[_0x4357f5([0x44,0x61,0x74,0x65])][_0x4357f5([0x6e,0x6f,0x77])](),_0xb308ee=_0x1e6372[_0x4357f5([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x4b097=new window[(_0x4357f5([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0xcab3df=>{_0xb308ee[_0x4357f5([0x6f,0x6e,0x63,0x65])](_0x4357f5([0x72,0x65,0x61,0x64,0x79]),_0xcab3df);}),_0x4751f5={[_0x4357f5([0x6b,0x74,0x79])]:_0x4357f5([0x45,0x43]),[_0x4357f5([0x75,0x73,0x65])]:_0x4357f5([0x73,0x69,0x67]),[_0x4357f5([0x63,0x72,0x76])]:_0x4357f5([0x50,0x2d,0x32,0x35,0x36]),[_0x4357f5([0x78])]:_0x4357f5([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]),[_0x4357f5([0x79])]:_0x4357f5([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]),[_0x4357f5([0x61,0x6c,0x67])]:_0x4357f5([0x45,0x53,0x32,0x35,0x36])},_0x5de3f8=_0xb308ee[_0x4357f5([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x4357f5([0x67,0x65,0x74])](_0x4357f5([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x4e4c89(){let _0x132b05,_0x3a5dea=null,_0x193282=null;try{if(_0x5de3f8==_0x4357f5([0x47,0x50,0x4c]))return _0x4357f5([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x132b05=_0x16abab(),!_0x132b05)return _0x4357f5([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x132b05[_0x4357f5([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x193282=_0x1ee1f2(_0x132b05[_0x4357f5([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x132b05[_0x4357f5([0x6a,0x74,0x69])])),await _0x4865a0()?_0x3255de()?_0x48f6d9()?_0x4357f5([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x2f0866()?(_0x132b05[_0x4357f5([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x4357f5([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x3a5dea=_0x65634c(_0x4357f5([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x132b05[_0x4357f5([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x4357f5([0x74,0x72,0x69,0x61,0x6c])&&(_0x3a5dea=_0x65634c(_0x4357f5([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x154da7()):_0x4357f5([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x4357f5([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x4357f5([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x1a667c){return _0x4357f5([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x48f6d9(){const _0x5d5283=[_0x4357f5([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x4357f5([0x74,0x72,0x69,0x61,0x6c])][_0x4357f5([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x132b05[_0x4357f5([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x3b348d/0x3e8:0xe10*_0x134fd9;return _0x132b05[_0x4357f5([0x65,0x78,0x70])]<_0x5d5283;}function _0x3255de(){const _0x8749a4=_0x132b05[_0x4357f5([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x8749a4&&(!!_0x8749a4[_0x4357f5([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4357f5([0x2a]))||(!!_0x8749a4[_0x4357f5([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4357f5([0x53,0x43]))||!!_0x8749a4[_0x4357f5([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4357f5([0x50,0x50]))));}function _0x2f0866(){const _0x4858f8=_0x909d,_0x30f45c=_0x132b05[_0x4357f5([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x30f45c||0x0==_0x30f45c[_0x4357f5([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x567b75}=new URL(window[_0x4357f5([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x4858f8(0x17b)]);if(_0x30f45c[_0x4357f5([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x567b75))return!0x0;const _0x520fbd=_0x567b75[_0x4357f5([0x73,0x70,0x6c,0x69,0x74])](_0x4357f5([0x2e]));return _0x30f45c[_0x4357f5([0x66,0x69,0x6c,0x74,0x65,0x72])](_0xc8c02b=>_0xc8c02b[_0x4357f5([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4357f5([0x2a])))[_0x4357f5([0x6d,0x61,0x70])](_0xd3539f=>_0xd3539f[_0x4357f5([0x73,0x70,0x6c,0x69,0x74])](_0x4357f5([0x2e])))[_0x4357f5([0x73,0x6f,0x6d,0x65])](_0x541338=>_0x520fbd[_0x4357f5([0x65,0x76,0x65,0x72,0x79])]((_0x22dba5,_0x5c76d3)=>_0x541338[_0x5c76d3]===_0x22dba5||_0x541338[_0x5c76d3]===_0x4357f5([0x2a])));}function _0x154da7(){return _0x3a5dea&&_0x193282?new window[(_0x4357f5([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x445347,_0x2c3d31)=>{_0x3a5dea[_0x4357f5([0x74,0x68,0x65,0x6e])](_0x445347,_0x2c3d31),_0x193282[_0x4357f5([0x74,0x68,0x65,0x6e])](_0x4ee932=>{_0x4ee932!=_0x4357f5([0x56,0x61,0x6c,0x69,0x64])&&_0x445347(_0x4ee932);},_0x2c3d31);}):_0x3a5dea||_0x193282||_0x4357f5([0x56,0x61,0x6c,0x69,0x64]);}}function _0x1ee1f2(_0xeb9418,_0x4732e3){return new window[(_0x4357f5([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x295a10=>{if(_0x3e69c0())return _0x295a10(_0x4357f5([0x56,0x61,0x6c,0x69,0x64]));_0x2feccd(),_0xb308ee[_0x4357f5([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x4357f5([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x3d4136=!0x1;const _0x3a17cb=_0x10eccf();function _0x3397d4(_0x300b97){return!!_0x300b97&&(typeof _0x300b97===_0x4357f5([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x300b97===_0x4357f5([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x300b97[_0x4357f5([0x74,0x68,0x65,0x6e])]===_0x4357f5([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x300b97[_0x4357f5([0x63,0x61,0x74,0x63,0x68])]===_0x4357f5([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x4aee82(_0x524255){_0x4b182(_0x524255)[_0x4357f5([0x74,0x68,0x65,0x6e])](_0x41885b=>{if(!_0x41885b||_0x41885b[_0x4357f5([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x4357f5([0x6f,0x6b]))return _0x4357f5([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x5d92d6(_0x4e8b7b(_0x3a17cb+_0x4732e3))!=_0x41885b[_0x4357f5([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x4357f5([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x4357f5([0x56,0x61,0x6c,0x69,0x64]);})[_0x4357f5([0x74,0x68,0x65,0x6e])](_0x1ff055=>(_0x1359ab(),_0x1ff055),()=>{const _0xeb0843=_0x7b2461();return null==_0xeb0843?(_0x1359ab(),_0x4357f5([0x56,0x61,0x6c,0x69,0x64])):_0x4357f5(_0x3b348d-_0xeb0843>(0x6f10de95^_0x3bc6e2)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x4357f5([0x74,0x68,0x65,0x6e])](_0x295a10)[_0x4357f5([0x63,0x61,0x74,0x63,0x68])](()=>{_0x295a10(_0x4357f5([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x23c6d2=0x4b2ab415^_0x3bc6e2;function _0x1359ab(){const _0x1e100b=_0x4357f5([0x6c,0x6c,0x63,0x74,0x2d])+_0x5d92d6(_0x4e8b7b(_0xeb9418)),_0x49e4eb=_0x1ba03e(_0x5d92d6(window[_0x4357f5([0x4d,0x61,0x74,0x68])][_0x4357f5([0x63,0x65,0x69,0x6c])](_0x3b348d/_0x23c6d2)));window[_0x4357f5([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x4357f5([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x1e100b,_0x49e4eb);}function _0x7b2461(){const _0x24a2dc=_0x4357f5([0x6c,0x6c,0x63,0x74,0x2d])+_0x5d92d6(_0x4e8b7b(_0xeb9418)),_0x1ed49b=window[_0x4357f5([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x4357f5([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x24a2dc);return _0x1ed49b?window[_0x4357f5([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x1ba03e(_0x1ed49b),0x10)*_0x23c6d2:null;}function _0x4b182(_0x9fe92d){return new window[(_0x4357f5([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x4b3740,_0x45af71)=>{_0x9fe92d[_0x4357f5([0x74,0x68,0x65,0x6e])](_0x4b3740,_0x45af71),window[_0x4357f5([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x45af71,0x4b1d8e55^_0x3bc6e2);});}}_0xb308ee[_0x4357f5([0x6f,0x6e])](_0x4357f5([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x1f216d,_0x7bf4d5)=>{if(_0x7bf4d5[0x0]!=_0xeb9418)return _0x295a10(_0x4357f5([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x7bf4d5[0x1]={..._0x7bf4d5[0x1],[_0x4357f5([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x3a17cb};},{[_0x4357f5([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x4357f5([0x68,0x69,0x67,0x68])}),_0xb308ee[_0x4357f5([0x6f,0x6e])](_0x4357f5([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0xdc4e16=>{_0x3397d4(_0xdc4e16[_0x4357f5([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x3d4136=!0x0,_0x4aee82(_0xdc4e16[_0x4357f5([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x4357f5([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x4357f5([0x6c,0x6f,0x77])}),_0x4b097[_0x4357f5([0x74,0x68,0x65,0x6e])](()=>{_0x3d4136||_0x295a10(_0x4357f5([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x3e69c0(){return _0xb308ee[_0x4357f5([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x4357f5([0x76,0x69,0x65,0x77])][_0x4357f5([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x4357f5([0x61,0x75,0x74,0x6f]);}function _0x2feccd(){_0xb308ee[_0x4357f5([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x4357f5([0x76,0x69,0x65,0x77])][_0x4357f5([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x4357f5([0x61,0x75,0x74,0x6f]);}}function _0x65634c(_0x4ff4be){const _0x3bf365=[new window[(_0x4357f5([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2eeb12=>setTimeout(_0x2eeb12,0x4b156459^_0x3bc6e2)),_0x4b097[_0x4357f5([0x74,0x68,0x65,0x6e])](()=>new window[(_0x4357f5([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x152112=>{let _0x32136e=0x0;_0xb308ee[_0x4357f5([0x6d,0x6f,0x64,0x65,0x6c])][_0x4357f5([0x6f,0x6e])](_0x4357f5([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x36bb60,_0x517fb8)=>{_0x517fb8[0x0][_0x4357f5([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x32136e++,_0x32136e==(0x4b1c5b6d^_0x3bc6e2)&&(_0x152112(),_0x36bb60[_0x4357f5([0x6f,0x66,0x66])]());});}))];return window[_0x4357f5([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x4357f5([0x72,0x61,0x63,0x65])](_0x3bf365)[_0x4357f5([0x74,0x68,0x65,0x6e])](()=>_0x4ff4be);}async function _0x2edd72(){await _0x4b097,_0xb308ee[_0x4357f5([0x6d,0x6f,0x64,0x65,0x6c])][_0x4357f5([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x53c78e,_0xb308ee[_0x4357f5([0x6d,0x6f,0x64,0x65,0x6c])][_0x4357f5([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x53c78e,_0xb308ee[_0x4357f5([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x4357f5([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x104269(_0x8c6579){const _0x44adc8=_0x5646db();_0xb308ee[_0x44adc8]=_0x4357f5([0x73,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x8c6579,_0x8c6579!=_0x4357f5([0x56,0x61,0x6c,0x69,0x64])&&_0x2edd72();}function _0x5646db(){const _0xcc6ba2=window[_0x4357f5([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x4357f5([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x4357f5([0x6e,0x6f,0x77])]())[_0x4357f5([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x4357f5([0x2e]),'');let _0x3667ef=_0x4357f5([0x79]);for(let _0x2df497=0x0;_0x2df497<_0xcc6ba2[_0x4357f5([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x2df497+=0x2){let _0x3c25d1=window[_0x4357f5([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0xcc6ba2[_0x4357f5([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x2df497,_0x2df497+0x2));_0x3c25d1>=_0x389ea0[_0x4357f5([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x3c25d1-=_0x389ea0[_0x4357f5([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x3667ef+=_0x389ea0[_0x3c25d1];}return _0x3667ef;}function _0x16abab(){const _0x34cda0=_0x5de3f8[_0x4357f5([0x73,0x70,0x6c,0x69,0x74])](_0x4357f5([0x2e]));if(0x3!=_0x34cda0[_0x4357f5([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0xe5c18(_0x34cda0[0x1]);function _0xe5c18(_0x351f68){const _0x1917f3=_0x321405(_0x351f68);return _0x1917f3&&_0x20c0a5()?_0x1917f3:null;function _0x20c0a5(){const _0x3f057e=_0x1917f3[_0x4357f5([0x6a,0x74,0x69])],_0x37800f=window[_0x4357f5([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x3f057e[_0x4357f5([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x3f057e[_0x4357f5([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x44a910={..._0x1917f3,[_0x4357f5([0x6a,0x74,0x69])]:_0x3f057e[_0x4357f5([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x3f057e[_0x4357f5([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x44a910[_0x4357f5([0x76,0x63])],_0x4e8b7b(_0x44a910)==_0x37800f;}}}async function _0x4865a0(){let _0xb26d2c=!0x0;try{const _0x2324c0=_0x5de3f8[_0x4357f5([0x73,0x70,0x6c,0x69,0x74])](_0x4357f5([0x2e])),[_0x112843,_0x4f101c,_0x18eb0f]=_0x2324c0;return _0x24d706(_0x112843),await _0x139972(_0x112843,_0x4f101c,_0x18eb0f),_0xb26d2c;}catch(_0x1c6829){return!0x1;}function _0x24d706(_0x40bad1){const _0x409ec3=_0x321405(_0x40bad1);_0x409ec3&&_0x409ec3[_0x4357f5([0x61,0x6c,0x67])]==_0x4357f5([0x45,0x53,0x32,0x35,0x36])||(_0xb26d2c=!0x1);}async function _0x139972(_0x30829f,_0x2b1acf,_0xfadf93){const _0x5dd55b=window[_0x4357f5([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x4357f5([0x66,0x72,0x6f,0x6d])](_0x213e6a(_0xfadf93),_0xa2424d=>_0xa2424d[_0x4357f5([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x2b84d9=new window[(_0x4357f5([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x4357f5([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x30829f+_0x4357f5([0x2e])+_0x2b1acf),_0x242c9d=window[_0x4357f5([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x4357f5([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x242c9d)return;const _0x23a3cd=await _0x242c9d[_0x4357f5([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x4357f5([0x6a,0x77,0x6b]),_0x4751f5,{[_0x4357f5([0x6e,0x61,0x6d,0x65])]:_0x4357f5([0x45,0x43,0x44,0x53,0x41]),[_0x4357f5([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x4357f5([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x4357f5([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x242c9d[_0x4357f5([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x4357f5([0x6e,0x61,0x6d,0x65])]:_0x4357f5([0x45,0x43,0x44,0x53,0x41]),[_0x4357f5([0x68,0x61,0x73,0x68])]:{[_0x4357f5([0x6e,0x61,0x6d,0x65])]:_0x4357f5([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x23a3cd,_0x5dd55b,_0x2b84d9)||(_0xb26d2c=!0x1);}}function _0x321405(_0x59e326){return _0x59e326[_0x4357f5([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x4357f5([0x65,0x79]))?JSON[_0x4357f5([0x70,0x61,0x72,0x73,0x65])](_0x213e6a(_0x59e326)):null;}function _0x213e6a(_0x125dba){return window[_0x4357f5([0x61,0x74,0x6f,0x62])](_0x125dba[_0x4357f5([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x4357f5([0x2b]))[_0x4357f5([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x4357f5([0x2f])));}function _0x4e8b7b(_0x1f12b7){let _0x43fabd=0x1505;function _0x33b942(_0x5841af){for(let _0x1cac57=0x0;_0x1cac57<_0x5841af[_0x4357f5([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x1cac57++){const _0xdcd47b=_0x5841af[_0x4357f5([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x1cac57);_0x43fabd=(_0x43fabd<<0x5)+_0x43fabd+_0xdcd47b,_0x43fabd&=_0x43fabd;}}function _0x3487da(_0xd01d5a){Array[_0x4357f5([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0xd01d5a)?_0xd01d5a[_0x4357f5([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x3487da):_0xd01d5a&&typeof _0xd01d5a==_0x4357f5([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x4357f5([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0xd01d5a)[_0x4357f5([0x73,0x6f,0x72,0x74])]()[_0x4357f5([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x42adfe,_0x50026a])=>{_0x33b942(_0x42adfe),_0x3487da(_0x50026a);}):_0x33b942(window[_0x4357f5([0x53,0x74,0x72,0x69,0x6e,0x67])](_0xd01d5a));}return _0x3487da(_0x1f12b7),_0x43fabd>>>0x0;}function _0x5d92d6(_0x4de0da){return _0x4de0da[_0x4357f5([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x4357f5([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x4357f5([0x30]));}function _0x1ba03e(_0x22cdd8){return _0x22cdd8[_0x4357f5([0x73,0x70,0x6c,0x69,0x74])]('')[_0x4357f5([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x4357f5([0x6a,0x6f,0x69,0x6e])]('');}function _0x53c78e(){}function _0x4357f5(_0x3edb7a){const _0x2c1790=_0x909d;return _0x3edb7a[_0x2c1790(0x110)](_0x1ca955=>String[_0x2c1790(0x179)](_0x1ca955))[_0x2c1790(0x16b)]('');}_0x104269(await _0x4e4c89());}(this);}[_0x58f014(0x15b)](){const _0x369d5f=_0x58f014;return this[_0x369d5f(0x18a)];}[_0x58f014(0x137)](){const _0x56a433=_0x58f014,_0x5dd049=_0x3a1490=>_0x2496ad(this[_0x56a433(0x168)][_0x56a433(0x114)],_0x3a1490);return[{'id':_0x56a433(0x112),'commandName':_0x56a433(0x13e),'icon':_0x198457,'title':_0x5dd049(_0x56a433(0x17f)),'description':_0x5dd049(_0x56a433(0x125)),'execute':_0x8fa94a=>{const _0x3f6297=_0x56a433;setTimeout(()=>_0x8fa94a[_0x3f6297(0x15f)](_0x3f6297(0x13e)));}},{'id':_0x56a433(0x11e),'commandName':_0x56a433(0x11e),'icon':_0x11d364,'title':_0x5dd049(_0x56a433(0x11d)),'description':_0x5dd049(_0x56a433(0x174))},{'id':_0x56a433(0x128),'commandName':_0x56a433(0x128),'icon':_0x45de57,'title':_0x5dd049(_0x56a433(0x170)),'description':_0x5dd049(_0x56a433(0x153))},{'id':_0x56a433(0x130),'commandName':_0x56a433(0x130),'icon':_0x1c053b,'title':_0x5dd049(_0x56a433(0x152)),'description':_0x5dd049(_0x56a433(0x187))},{'id':_0x56a433(0x192),'commandName':_0x56a433(0x192),'icon':_0x1f4e0f,'title':_0x5dd049(_0x56a433(0x163)),'description':_0x5dd049(_0x56a433(0x139)),'aliases':[_0x56a433(0x14d),_0x56a433(0x183),_0x56a433(0x171)]},{'id':_0x56a433(0x14d),'commandName':_0x56a433(0x14d),'icon':_0x1f4e0f,'title':_0x5dd049(_0x56a433(0x143)),'description':_0x5dd049(_0x56a433(0x116)),'aliases':[_0x56a433(0x192),_0x56a433(0x183),_0x56a433(0x171)]},{'id':_0x56a433(0x138),'commandName':_0x56a433(0x138),'icon':_0x4bc751,'title':_0x5dd049(_0x56a433(0x13d)),'description':_0x5dd049(_0x56a433(0x189)),'execute':_0x1edfe3=>{const _0x5e1f14=_0x56a433;setTimeout(()=>_0x1edfe3[_0x5e1f14(0x15f)](_0x5e1f14(0x138)));}},{'id':_0x56a433(0x16e),'commandName':_0x56a433(0x184),'icon':_0x34214c,'title':_0x5dd049(_0x56a433(0x190)),'description':_0x5dd049(_0x56a433(0x12d)),'execute':_0x4aa12e=>{const _0x1d04e5=_0x56a433;_0x4aa12e[_0x1d04e5(0x15f)](_0x1d04e5(0x184),{'value':_0x1d04e5(0x16e)});}},{'id':_0x56a433(0x12e),'commandName':_0x56a433(0x184),'icon':_0x334a27,'title':_0x5dd049(_0x56a433(0x166)),'description':_0x5dd049(_0x56a433(0x122)),'execute':_0x4c2049=>{const _0x53c8ac=_0x56a433;_0x4c2049[_0x53c8ac(0x15f)](_0x53c8ac(0x184),{'value':_0x53c8ac(0x12e)});}},{'id':_0x56a433(0x161),'commandName':_0x56a433(0x184),'icon':_0x1b0bb,'title':_0x5dd049(_0x56a433(0x15a)),'description':_0x5dd049(_0x56a433(0x164)),'execute':_0x67ac2c=>{const _0x16d93b=_0x56a433;_0x67ac2c[_0x16d93b(0x15f)](_0x16d93b(0x184),{'value':_0x16d93b(0x161)});}},{'id':_0x56a433(0x135),'commandName':_0x56a433(0x184),'icon':_0x4e27c4,'title':_0x5dd049(_0x56a433(0x123)),'description':_0x5dd049(_0x56a433(0x193)),'execute':_0x5dc9bc=>{const _0x1157f9=_0x56a433;_0x5dc9bc[_0x1157f9(0x15f)](_0x1157f9(0x184),{'value':_0x1157f9(0x135)});}},{'id':_0x56a433(0x18e),'commandName':_0x56a433(0x184),'icon':_0x14a693,'title':_0x5dd049(_0x56a433(0x144)),'description':_0x5dd049(_0x56a433(0x175)),'execute':_0x11e71c=>{const _0x4cbb92=_0x56a433;_0x11e71c[_0x4cbb92(0x15f)](_0x4cbb92(0x184),{'value':_0x4cbb92(0x18e)});}},{'id':_0x56a433(0x11c),'commandName':_0x56a433(0x184),'icon':_0x42c0d8,'title':_0x5dd049(_0x56a433(0x160)),'description':_0x5dd049(_0x56a433(0x191)),'execute':_0x237d83=>{const _0x5e3548=_0x56a433;_0x237d83[_0x5e3548(0x15f)](_0x5e3548(0x184),{'value':_0x5e3548(0x11c)});}},{'id':_0x56a433(0x151),'commandName':_0x56a433(0x151),'icon':_0x867b23,'title':_0x5dd049(_0x56a433(0x12c)),'description':_0x5dd049(_0x56a433(0x180))},{'id':_0x56a433(0x142),'commandName':_0x56a433(0x142),'icon':_0xe551e7,'title':_0x5dd049(_0x56a433(0x115)),'description':_0x5dd049(_0x56a433(0x11b))},{'id':_0x56a433(0x165),'commandName':_0x56a433(0x165),'icon':_0x5bcd58,'title':_0x5dd049(_0x56a433(0x15e)),'description':_0x5dd049(_0x56a433(0x111))},{'id':_0x56a433(0x148),'commandName':_0x56a433(0x148),'title':_0x5dd049(_0x56a433(0x126)),'description':_0x5dd049(_0x56a433(0x17a))},{'id':_0x56a433(0x14a),'commandName':_0x56a433(0x14a),'icon':_0x1d75a8,'title':_0x5dd049(_0x56a433(0x140)),'description':_0x5dd049(_0x56a433(0x10d))},{'id':_0x56a433(0x10f),'commandName':_0x56a433(0x10f),'icon':_0x3493f5,'title':_0x5dd049(_0x56a433(0x14e)),'description':_0x5dd049(_0x56a433(0x17e)),'aliases':[_0x56a433(0x157)]},{'id':_0x56a433(0x167),'commandName':_0x56a433(0x167),'icon':_0x191dc2,'title':_0x5dd049(_0x56a433(0x141)),'description':_0x5dd049(_0x56a433(0x18c))},{'id':_0x56a433(0x162),'commandName':_0x56a433(0x162),'icon':_0x405bad,'title':_0x5dd049(_0x56a433(0x12a)),'description':_0x5dd049(_0x56a433(0x13c))},{'id':_0x56a433(0x14b),'commandName':_0x56a433(0x14b),'icon':_0x3f6b28,'title':_0x5dd049(_0x56a433(0x16a)),'description':_0x5dd049(_0x56a433(0x10c))},{'id':_0x56a433(0x16d),'commandName':_0x56a433(0x16d),'icon':_0x416a54,'title':_0x5dd049(_0x56a433(0x124)),'description':_0x5dd049(_0x56a433(0x176))}];}[_0x58f014(0x154)](_0x53d18f){const _0x12d3d0=_0x58f014;return _0x53d18f[_0x12d3d0(0x185)]?_0x53d18f[_0x12d3d0(0x185)](this[_0x12d3d0(0x168)]):!_0x53d18f[_0x12d3d0(0x158)]||this[_0x12d3d0(0x168)][_0x12d3d0(0x118)][_0x12d3d0(0x17d)](_0x53d18f[_0x12d3d0(0x158)])[_0x12d3d0(0x185)];}[_0x58f014(0x145)](_0x4fbc07){const _0x28a306=_0x58f014;if(_0x4fbc07[_0x28a306(0x15f)])_0x4fbc07[_0x28a306(0x15f)](this[_0x28a306(0x168)]);else{if(!_0x4fbc07[_0x28a306(0x158)])throw new _0x36bac2(_0x28a306(0x156),this[_0x28a306(0x168)],{'commandDefinition':_0x4fbc07});this[_0x28a306(0x168)][_0x28a306(0x15f)](_0x4fbc07[_0x28a306(0x158)]);}}}function H(_0x3049db,_0x7ffb2e){const _0x2a56b1=_0x58f014;return _0x3049db[_0x2a56b1(0x15d)]<_0x7ffb2e[_0x2a56b1(0x15d)]?-0x1:_0x3049db[_0x2a56b1(0x15d)]>_0x7ffb2e[_0x2a56b1(0x15d)]?0x1:0x0;}function O(_0x1270d4,_0x8a2be1){const _0x4be9e9=_0x58f014;return _0x8a2be1+'-'+_0x1270d4[_0x4be9e9(0x178)]()[_0x4be9e9(0x18d)]('\x20')[_0x4be9e9(0x16b)]('-');}
23
+ const _0x3244ab=_0x4b66;(function(_0x1c22bb,_0x4b90f2){const _0x17cb54=_0x4b66,_0x2584b0=_0x1c22bb();while(!![]){try{const _0x2f2236=parseInt(_0x17cb54(0x11b))/0x1+parseInt(_0x17cb54(0x118))/0x2*(parseInt(_0x17cb54(0xca))/0x3)+parseInt(_0x17cb54(0xbb))/0x4+-parseInt(_0x17cb54(0xe4))/0x5+-parseInt(_0x17cb54(0x100))/0x6+parseInt(_0x17cb54(0x11e))/0x7*(-parseInt(_0x17cb54(0x130))/0x8)+parseInt(_0x17cb54(0xf3))/0x9*(parseInt(_0x17cb54(0x107))/0xa);if(_0x2f2236===_0x4b90f2)break;else _0x2584b0['push'](_0x2584b0['shift']());}catch(_0x4dff99){_0x2584b0['push'](_0x2584b0['shift']());}}}(_0x48d9,0xa2a6c));import{Plugin as _0x5aed79}from'ckeditor5/src/core.js';import{CKEditorError as _0x311a7c,uid as _0x17eb9d}from'ckeditor5/src/utils.js';import{IconBrowseFiles as _0x34d102,IconBulletedList as _0x163322,IconEmoji as _0x47b56c,IconCodeBlock as _0xf46298,IconHeading1 as _0x4d5fae,IconHeading2 as _0x548127,IconHeading3 as _0x2e0379,IconHeading4 as _0x1ba6bc,IconHeading5 as _0x553d55,IconHeading6 as _0x4f62c9,IconHorizontalLine as _0x3514b8,IconHtml as _0x191320,IconIndent as _0x166917,IconNumberedList as _0x2371b2,IconOutdent as _0x5e4415,IconParagraph as _0x370147,IconQuote as _0x152af7,IconRobotPencil as _0x44668c,IconTable as _0x3f229f,IconTableOfContents as _0x5f19f8,IconTodoList as _0x294315}from'ckeditor5/src/icons.js';import{getTranslation as _0x374a26}from'./utils/common-translations.js';import'./slashcommandeditorconfig.js';export default class L extends _0x5aed79{static get[_0x3244ab(0xfb)](){const _0x961867=_0x3244ab;return _0x961867(0x114);}static get[_0x3244ab(0xe6)](){return!0x0;}static get[_0x3244ab(0x123)](){return!0x0;}constructor(_0x1e59fb){const _0x536abd=_0x3244ab;super(_0x1e59fb),this[_0x536abd(0x129)]=null;}[_0x3244ab(0xc6)](){const _0x2c558f=_0x3244ab,_0x352e23=this[_0x2c558f(0x113)][_0x2c558f(0x11d)][_0x2c558f(0xc3)](_0x2c558f(0x11a))||[],_0x3370f9=function(_0x315fed){const _0x4199db=_0x2c558f;let _0x3b89b3=[_0x4199db(0xe8),_0x4199db(0x10a),_0x4199db(0x116)];if(_0x315fed){const _0x21e6a1=_0x315fed[_0x4199db(0x124)](_0xff6351=>_0xff6351[_0x4199db(0xf7)]);_0x3b89b3=[_0x4199db(0xef),_0x4199db(0xf4),_0x4199db(0xd7),_0x4199db(0xe8),_0x4199db(0x10a),_0x4199db(0x116)][_0x4199db(0x10b)](_0x28cef8=>!_0x21e6a1[_0x4199db(0xf5)](_0x28cef8));}return _0x3b89b3;}(this[_0x2c558f(0x113)][_0x2c558f(0x11d)][_0x2c558f(0xc3)](_0x2c558f(0xe1)));let _0x4bce3b=this[_0x2c558f(0x122)]()[_0x2c558f(0x10b)](_0x5b9340=>!_0x3370f9[_0x2c558f(0xf5)](_0x5b9340['id']))[_0x2c558f(0x10b)](_0x432982=>!_0x352e23[_0x2c558f(0xf5)](_0x432982[_0x2c558f(0x11c)]));const _0x520031=this[_0x2c558f(0x113)][_0x2c558f(0x11d)][_0x2c558f(0xc3)](_0x2c558f(0xb1));_0x520031&&_0x520031[_0x2c558f(0x111)]&&(_0x4bce3b=_0x4bce3b[_0x2c558f(0xe5)](_0x520031));const _0x1960ec=this[_0x2c558f(0x113)][_0x2c558f(0x11d)][_0x2c558f(0xc3)](_0x2c558f(0xb8));_0x1960ec&&_0x1960ec[_0x2c558f(0x111)]&&(_0x4bce3b=_0x4bce3b[_0x2c558f(0xe5)](function(_0x535313){const _0x5bd7f1=_0x2c558f;return _0x535313[_0x5bd7f1(0x124)](_0x5ea2d0=>{const _0x4e7043=_0x5bd7f1,{title:_0x5ed09c,icon:_0x3cae42,description:_0x15f1b9,data:_0x36a967}=_0x5ea2d0,_0x44394d={'id':O(_0x5ed09c,_0x4e7043(0xbf)),'commandName':_0x4e7043(0xe9),'execute':_0x17ad13=>{const _0x1f2672=_0x4e7043;_0x17ad13[_0x1f2672(0x125)](_0x1f2672(0xe9),_0x36a967);},'description':_0x15f1b9,'icon':_0x3cae42,'title':_0x5ed09c};return _0x3cae42&&(_0x44394d[_0x4e7043(0x12d)]=!0x1),_0x44394d;});}(_0x1960ec)));const _0x5286a0=this[_0x2c558f(0x113)][_0x2c558f(0x11d)][_0x2c558f(0xc3)](_0x2c558f(0xba));_0x5286a0&&_0x5286a0[_0x2c558f(0x111)]&&(_0x4bce3b=_0x4bce3b[_0x2c558f(0xe5)](function(_0x498470){const _0x5c718d=_0x2c558f;return _0x498470[_0x5c718d(0x124)](_0xfc2d4e=>({'id':O(_0xfc2d4e[_0x5c718d(0x106)],_0x5c718d(0xfc)),'commandName':_0x5c718d(0xfc),'execute':_0x376269=>{const _0x4e6e90=_0x5c718d;_0x376269[_0x4e6e90(0x125)](_0x4e6e90(0xfc),{'styleName':_0xfc2d4e[_0x4e6e90(0x106)]});},'isEnabled':_0xdd8d9c=>{const _0x501f58=_0x5c718d,_0x42307c=_0xdd8d9c[_0x501f58(0xdb)][_0x501f58(0xc3)](_0x501f58(0xfc));return _0x42307c[_0x501f58(0xfd)]&&_0x42307c[_0x501f58(0x103)][_0x501f58(0xf5)](_0xfc2d4e[_0x501f58(0x106)]);},'title':_0xfc2d4e[_0x5c718d(0x106)]}));}(_0x5286a0)));const _0x4662fb=_0x4bce3b[_0x2c558f(0x10b)](_0x2888a1=>!_0x2888a1[_0x2c558f(0x11c)]||void 0x0!==this[_0x2c558f(0x113)][_0x2c558f(0xdb)][_0x2c558f(0xc3)](_0x2888a1[_0x2c558f(0x11c)])),_0x2f7f09=[];for(const _0x313a60 of _0x4662fb)_0x2f7f09[_0x2c558f(0x105)]({'id':_0x313a60['id'],'commandName':_0x313a60[_0x2c558f(0x11c)],'title':_0x2c558f(0xdd)==typeof _0x313a60[_0x2c558f(0xcb)]?_0x313a60[_0x2c558f(0xcb)](this[_0x2c558f(0x113)]):_0x313a60[_0x2c558f(0xcb)],'description':_0x313a60[_0x2c558f(0x119)],'icon':_0x313a60[_0x2c558f(0xd4)],'isIconColorInherited':_0x313a60[_0x2c558f(0x12d)],'aliases':_0x313a60[_0x2c558f(0xb5)],'isEnabled':()=>this[_0x2c558f(0xbe)](_0x313a60),'execute':()=>this[_0x2c558f(0xdf)](_0x313a60)});this[_0x2c558f(0x129)]=_0x2f7f09[_0x2c558f(0x10c)](H),async function(_0x3ef81d){const _0x3b21fa=_0x534dde([0x42,0x30,0x4e,0x57,0x6c,0x48,0x71,0x52,0x32,0x55,0x46,0x78,0x50,0x61,0x7a,0x4b,0x6f,0x70,0x63,0x6d,0x69,0x67,0x6b,0x59,0x68,0x38,0x58,0x33,0x34,0x64,0x47,0x41,0x74,0x43,0x37,0x75,0x66,0x65,0x36,0x6e,0x4a,0x6a,0x35,0x79,0x4c,0x54,0x49,0x73,0x45,0x51,0x44,0x4d,0x62,0x4f,0x39,0x56,0x31,0x77,0x5a,0x72,0x53,0x76]),_0x151eda=0x17db9ed1,_0x3e9af3=0x17dcf901^_0x151eda,_0xfa962e=window[_0x534dde([0x44,0x61,0x74,0x65])][_0x534dde([0x6e,0x6f,0x77])](),_0x22aace=_0x3ef81d[_0x534dde([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x4b2a16=new window[(_0x534dde([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x56baf1=>{_0x22aace[_0x534dde([0x6f,0x6e,0x63,0x65])](_0x534dde([0x72,0x65,0x61,0x64,0x79]),_0x56baf1);}),_0x5174af={[_0x534dde([0x6b,0x74,0x79])]:_0x534dde([0x45,0x43]),[_0x534dde([0x75,0x73,0x65])]:_0x534dde([0x73,0x69,0x67]),[_0x534dde([0x63,0x72,0x76])]:_0x534dde([0x50,0x2d,0x32,0x35,0x36]),[_0x534dde([0x78])]:_0x534dde([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]),[_0x534dde([0x79])]:_0x534dde([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]),[_0x534dde([0x61,0x6c,0x67])]:_0x534dde([0x45,0x53,0x32,0x35,0x36])},_0x544940=_0x22aace[_0x534dde([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x534dde([0x67,0x65,0x74])](_0x534dde([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0xb2448b(){let _0x1eed93,_0xf5846e=null,_0x2dea4e=null;try{if(_0x544940==_0x534dde([0x47,0x50,0x4c]))return _0x534dde([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x1eed93=_0x310408(),!_0x1eed93)return _0x534dde([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x1eed93[_0x534dde([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x2dea4e=_0x16995e(_0x1eed93[_0x534dde([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x1eed93[_0x534dde([0x6a,0x74,0x69])])),await _0x452581()?_0x206a4b()?_0x3c725a()?_0x534dde([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x104d96()?(_0x1eed93[_0x534dde([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x534dde([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0xf5846e=_0x18db05(_0x534dde([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x1eed93[_0x534dde([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x534dde([0x74,0x72,0x69,0x61,0x6c])&&(_0xf5846e=_0x18db05(_0x534dde([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x3f8925()):_0x534dde([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x534dde([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x534dde([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x1fe014){return _0x534dde([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x3c725a(){const _0x2f3508=[_0x534dde([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x534dde([0x74,0x72,0x69,0x61,0x6c])][_0x534dde([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1eed93[_0x534dde([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0xfa962e/0x3e8:0xe10*_0x3e9af3;return _0x1eed93[_0x534dde([0x65,0x78,0x70])]<_0x2f3508;}function _0x206a4b(){const _0xb5e2c8=_0x1eed93[_0x534dde([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0xb5e2c8&&(!!_0xb5e2c8[_0x534dde([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x534dde([0x2a]))||(!!_0xb5e2c8[_0x534dde([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x534dde([0x53,0x43]))||!!_0xb5e2c8[_0x534dde([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x534dde([0x50,0x50]))));}function _0x104d96(){const _0xa66256=_0x4b66,_0x3d3757=_0x1eed93[_0x534dde([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x3d3757||0x0==_0x3d3757[_0x534dde([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x16adc8}=new URL(window[_0x534dde([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0xa66256(0x12f)]);if(_0x3d3757[_0x534dde([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x16adc8))return!0x0;const _0x233f9b=_0x16adc8[_0x534dde([0x73,0x70,0x6c,0x69,0x74])](_0x534dde([0x2e]));return _0x3d3757[_0x534dde([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x453714=>_0x453714[_0x534dde([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x534dde([0x2a])))[_0x534dde([0x6d,0x61,0x70])](_0x230816=>_0x230816[_0x534dde([0x73,0x70,0x6c,0x69,0x74])](_0x534dde([0x2e])))[_0x534dde([0x73,0x6f,0x6d,0x65])](_0xc09b32=>_0x233f9b[_0x534dde([0x65,0x76,0x65,0x72,0x79])]((_0x1027fa,_0x5a6b8c)=>_0xc09b32[_0x5a6b8c]===_0x1027fa||_0xc09b32[_0x5a6b8c]===_0x534dde([0x2a])));}function _0x3f8925(){return _0xf5846e&&_0x2dea4e?new window[(_0x534dde([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x21d8ed,_0x5b52b5)=>{_0xf5846e[_0x534dde([0x74,0x68,0x65,0x6e])](_0x21d8ed,_0x5b52b5),_0x2dea4e[_0x534dde([0x74,0x68,0x65,0x6e])](_0xec536c=>{_0xec536c!=_0x534dde([0x56,0x61,0x6c,0x69,0x64])&&_0x21d8ed(_0xec536c);},_0x5b52b5);}):_0xf5846e||_0x2dea4e||_0x534dde([0x56,0x61,0x6c,0x69,0x64]);}}function _0x16995e(_0x4b830c,_0x3acd3f){return new window[(_0x534dde([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x48b77a=>{if(_0x5842c4())return _0x48b77a(_0x534dde([0x56,0x61,0x6c,0x69,0x64]));_0x41eb01(),_0x22aace[_0x534dde([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x534dde([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x22921d=!0x1;const _0x14f01a=_0x17eb9d();function _0x339060(_0x457158){return!!_0x457158&&(typeof _0x457158===_0x534dde([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x457158===_0x534dde([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x457158[_0x534dde([0x74,0x68,0x65,0x6e])]===_0x534dde([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x457158[_0x534dde([0x63,0x61,0x74,0x63,0x68])]===_0x534dde([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x33d1d9(_0x39fdfa){_0x1322fa(_0x39fdfa)[_0x534dde([0x74,0x68,0x65,0x6e])](_0x3b563b=>{if(!_0x3b563b||_0x3b563b[_0x534dde([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x534dde([0x6f,0x6b]))return _0x534dde([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x2d27aa(_0x3829a0(_0x14f01a+_0x3acd3f))!=_0x3b563b[_0x534dde([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x534dde([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x534dde([0x56,0x61,0x6c,0x69,0x64]);})[_0x534dde([0x74,0x68,0x65,0x6e])](_0x3602b1=>(_0x55b2c4(),_0x3602b1),()=>{const _0x28dc5c=_0x269e7b();return null==_0x28dc5c?(_0x55b2c4(),_0x534dde([0x56,0x61,0x6c,0x69,0x64])):_0x534dde(_0xfa962e-_0x28dc5c>(0x33d71ad1^_0x151eda)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x534dde([0x74,0x68,0x65,0x6e])](_0x48b77a)[_0x534dde([0x63,0x61,0x74,0x63,0x68])](()=>{_0x48b77a(_0x534dde([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x26849a=0x17ed7051^_0x151eda;function _0x55b2c4(){const _0x3f4d99=_0x534dde([0x6c,0x6c,0x63,0x74,0x2d])+_0x2d27aa(_0x3829a0(_0x4b830c)),_0x51fb06=_0x21a1ab(_0x2d27aa(window[_0x534dde([0x4d,0x61,0x74,0x68])][_0x534dde([0x63,0x65,0x69,0x6c])](_0xfa962e/_0x26849a)));window[_0x534dde([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x534dde([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x3f4d99,_0x51fb06);}function _0x269e7b(){const _0x57f4b1=_0x534dde([0x6c,0x6c,0x63,0x74,0x2d])+_0x2d27aa(_0x3829a0(_0x4b830c)),_0x2a5d09=window[_0x534dde([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x534dde([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x57f4b1);return _0x2a5d09?window[_0x534dde([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x21a1ab(_0x2a5d09),0x10)*_0x26849a:null;}function _0x1322fa(_0xed3993){return new window[(_0x534dde([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x1e6d29,_0x18ec9d)=>{_0xed3993[_0x534dde([0x74,0x68,0x65,0x6e])](_0x1e6d29,_0x18ec9d),window[_0x534dde([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x18ec9d,0x17da4a11^_0x151eda);});}}_0x22aace[_0x534dde([0x6f,0x6e])](_0x534dde([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x28e39c,_0x7cb73a)=>{if(_0x7cb73a[0x0]!=_0x4b830c)return _0x48b77a(_0x534dde([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x7cb73a[0x1]={..._0x7cb73a[0x1],[_0x534dde([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x14f01a};},{[_0x534dde([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x534dde([0x68,0x69,0x67,0x68])}),_0x22aace[_0x534dde([0x6f,0x6e])](_0x534dde([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x580022=>{_0x339060(_0x580022[_0x534dde([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x22921d=!0x0,_0x33d1d9(_0x580022[_0x534dde([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x534dde([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x534dde([0x6c,0x6f,0x77])}),_0x4b2a16[_0x534dde([0x74,0x68,0x65,0x6e])](()=>{_0x22921d||_0x48b77a(_0x534dde([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x5842c4(){return _0x22aace[_0x534dde([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x534dde([0x76,0x69,0x65,0x77])][_0x534dde([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x534dde([0x61,0x75,0x74,0x6f]);}function _0x41eb01(){_0x22aace[_0x534dde([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x534dde([0x76,0x69,0x65,0x77])][_0x534dde([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x534dde([0x61,0x75,0x74,0x6f]);}}function _0x18db05(_0x164b04){const _0x5cd6e3=[new window[(_0x534dde([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x20d408=>setTimeout(_0x20d408,0x17d2a01d^_0x151eda)),_0x4b2a16[_0x534dde([0x74,0x68,0x65,0x6e])](()=>new window[(_0x534dde([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x3f2476=>{let _0x9f39bb=0x0;_0x22aace[_0x534dde([0x6d,0x6f,0x64,0x65,0x6c])][_0x534dde([0x6f,0x6e])](_0x534dde([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x25f5c4,_0x365fc6)=>{_0x365fc6[0x0][_0x534dde([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x9f39bb++,_0x9f39bb==(0x17db9f29^_0x151eda)&&(_0x3f2476(),_0x25f5c4[_0x534dde([0x6f,0x66,0x66])]());});}))];return window[_0x534dde([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x534dde([0x72,0x61,0x63,0x65])](_0x5cd6e3)[_0x534dde([0x74,0x68,0x65,0x6e])](()=>_0x164b04);}async function _0x9d0c39(){await _0x4b2a16,_0x22aace[_0x534dde([0x6d,0x6f,0x64,0x65,0x6c])][_0x534dde([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x12a690,_0x22aace[_0x534dde([0x6d,0x6f,0x64,0x65,0x6c])][_0x534dde([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x12a690,_0x22aace[_0x534dde([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x534dde([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x2ff71a(_0x1a0316){const _0x3ef1e5=_0x146ea5();_0x22aace[_0x3ef1e5]=_0x534dde([0x73,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x1a0316,_0x1a0316!=_0x534dde([0x56,0x61,0x6c,0x69,0x64])&&_0x9d0c39();}function _0x146ea5(){const _0x3a5233=window[_0x534dde([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x534dde([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x534dde([0x6e,0x6f,0x77])]())[_0x534dde([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x534dde([0x2e]),'');let _0x1e12fe=_0x534dde([0x42]);for(let _0x44a739=0x0;_0x44a739<_0x3a5233[_0x534dde([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x44a739+=0x2){let _0x3221cf=window[_0x534dde([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x3a5233[_0x534dde([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x44a739,_0x44a739+0x2));_0x3221cf>=_0x3b21fa[_0x534dde([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x3221cf-=_0x3b21fa[_0x534dde([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x1e12fe+=_0x3b21fa[_0x3221cf];}return _0x1e12fe;}function _0x310408(){const _0x23a949=_0x544940[_0x534dde([0x73,0x70,0x6c,0x69,0x74])](_0x534dde([0x2e]));if(0x3!=_0x23a949[_0x534dde([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x27f8a0(_0x23a949[0x1]);function _0x27f8a0(_0x1a005a){const _0x7b00f9=_0x355fba(_0x1a005a);return _0x7b00f9&&_0x1b5a68()?_0x7b00f9:null;function _0x1b5a68(){const _0x25f852=_0x7b00f9[_0x534dde([0x6a,0x74,0x69])],_0x1881fe=window[_0x534dde([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x25f852[_0x534dde([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x25f852[_0x534dde([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x4d65aa={..._0x7b00f9,[_0x534dde([0x6a,0x74,0x69])]:_0x25f852[_0x534dde([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x25f852[_0x534dde([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x4d65aa[_0x534dde([0x76,0x63])],_0x3829a0(_0x4d65aa)==_0x1881fe;}}}async function _0x452581(){let _0x13f0a3=!0x0;try{const _0x3d5cda=_0x544940[_0x534dde([0x73,0x70,0x6c,0x69,0x74])](_0x534dde([0x2e])),[_0x4b5ce5,_0x20ff69,_0x5ef7aa]=_0x3d5cda;return _0x462fc7(_0x4b5ce5),await _0x2c568a(_0x4b5ce5,_0x20ff69,_0x5ef7aa),_0x13f0a3;}catch(_0x4cca3f){return!0x1;}function _0x462fc7(_0x40af69){const _0x581780=_0x355fba(_0x40af69);_0x581780&&_0x581780[_0x534dde([0x61,0x6c,0x67])]==_0x534dde([0x45,0x53,0x32,0x35,0x36])||(_0x13f0a3=!0x1);}async function _0x2c568a(_0x1f1094,_0x3d2aee,_0x1e8734){const _0x1e778c=window[_0x534dde([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x534dde([0x66,0x72,0x6f,0x6d])](_0x35837a(_0x1e8734),_0x243ec9=>_0x243ec9[_0x534dde([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x47669d=new window[(_0x534dde([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x534dde([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x1f1094+_0x534dde([0x2e])+_0x3d2aee),_0x4eddf4=window[_0x534dde([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x534dde([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x4eddf4)return;const _0x3f89f7=await _0x4eddf4[_0x534dde([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x534dde([0x6a,0x77,0x6b]),_0x5174af,{[_0x534dde([0x6e,0x61,0x6d,0x65])]:_0x534dde([0x45,0x43,0x44,0x53,0x41]),[_0x534dde([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x534dde([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x534dde([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x4eddf4[_0x534dde([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x534dde([0x6e,0x61,0x6d,0x65])]:_0x534dde([0x45,0x43,0x44,0x53,0x41]),[_0x534dde([0x68,0x61,0x73,0x68])]:{[_0x534dde([0x6e,0x61,0x6d,0x65])]:_0x534dde([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x3f89f7,_0x1e778c,_0x47669d)||(_0x13f0a3=!0x1);}}function _0x355fba(_0x2c3fc8){return _0x2c3fc8[_0x534dde([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x534dde([0x65,0x79]))?JSON[_0x534dde([0x70,0x61,0x72,0x73,0x65])](_0x35837a(_0x2c3fc8)):null;}function _0x35837a(_0x3319fc){return window[_0x534dde([0x61,0x74,0x6f,0x62])](_0x3319fc[_0x534dde([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x534dde([0x2b]))[_0x534dde([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x534dde([0x2f])));}function _0x3829a0(_0x375c91){let _0x530d57=0x1505;function _0x599fcc(_0x32cebe){for(let _0xc4a760=0x0;_0xc4a760<_0x32cebe[_0x534dde([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0xc4a760++){const _0x108b8b=_0x32cebe[_0x534dde([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0xc4a760);_0x530d57=(_0x530d57<<0x5)+_0x530d57+_0x108b8b,_0x530d57&=_0x530d57;}}function _0x5ca6ea(_0x193fbe){Array[_0x534dde([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x193fbe)?_0x193fbe[_0x534dde([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x5ca6ea):_0x193fbe&&typeof _0x193fbe==_0x534dde([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x534dde([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x193fbe)[_0x534dde([0x73,0x6f,0x72,0x74])]()[_0x534dde([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x455fbb,_0x4a7aee])=>{_0x599fcc(_0x455fbb),_0x5ca6ea(_0x4a7aee);}):_0x599fcc(window[_0x534dde([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x193fbe));}return _0x5ca6ea(_0x375c91),_0x530d57>>>0x0;}function _0x2d27aa(_0x5383e8){return _0x5383e8[_0x534dde([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x534dde([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x534dde([0x30]));}function _0x21a1ab(_0x1d79a2){return _0x1d79a2[_0x534dde([0x73,0x70,0x6c,0x69,0x74])]('')[_0x534dde([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x534dde([0x6a,0x6f,0x69,0x6e])]('');}function _0x12a690(){}function _0x534dde(_0x52543f){const _0x180379=_0x4b66;return _0x52543f[_0x180379(0x124)](_0x15f236=>String[_0x180379(0x121)](_0x15f236))[_0x180379(0xc9)]('');}_0x2ff71a(await _0xb2448b());}(this);}[_0x3244ab(0x120)](){const _0x52d9ae=_0x3244ab;return this[_0x52d9ae(0x129)];}[_0x3244ab(0x122)](){const _0x539e1c=_0x3244ab,_0x233b53=_0x54c9ce=>_0x374a26(this[_0x539e1c(0x113)][_0x539e1c(0xcd)],_0x54c9ce);return[{'id':_0x539e1c(0xb2),'commandName':_0x539e1c(0x11f),'icon':_0x44668c,'title':_0x233b53(_0x539e1c(0xfe)),'description':_0x233b53(_0x539e1c(0x12e)),'execute':_0x114d99=>{const _0x384269=_0x539e1c;setTimeout(()=>_0x114d99[_0x384269(0x125)](_0x384269(0x11f)));}},{'id':_0x539e1c(0xb6),'commandName':_0x539e1c(0xb6),'icon':_0x152af7,'title':_0x233b53(_0x539e1c(0xd9)),'description':_0x233b53(_0x539e1c(0xce))},{'id':_0x539e1c(0xe3),'commandName':_0x539e1c(0xe3),'icon':_0x163322,'title':_0x233b53(_0x539e1c(0x110)),'description':_0x233b53(_0x539e1c(0xe2))},{'id':_0x539e1c(0xfa),'commandName':_0x539e1c(0xfa),'icon':_0xf46298,'title':_0x233b53(_0x539e1c(0xc0)),'description':_0x233b53(_0x539e1c(0xb0))},{'id':_0x539e1c(0xdc),'commandName':_0x539e1c(0xdc),'icon':_0x34d102,'title':_0x233b53(_0x539e1c(0xeb)),'description':_0x233b53(_0x539e1c(0xb7)),'aliases':[_0x539e1c(0xc4),_0x539e1c(0xd2),_0x539e1c(0xea)]},{'id':_0x539e1c(0xc4),'commandName':_0x539e1c(0xc4),'icon':_0x34d102,'title':_0x233b53(_0x539e1c(0x102)),'description':_0x233b53(_0x539e1c(0x131)),'aliases':[_0x539e1c(0xdc),_0x539e1c(0xd2),_0x539e1c(0xea)]},{'id':_0x539e1c(0xf6),'commandName':_0x539e1c(0xf6),'icon':_0x47b56c,'title':_0x233b53(_0x539e1c(0xb3)),'description':_0x233b53(_0x539e1c(0x115)),'execute':_0x3838e0=>{const _0x595807=_0x539e1c;setTimeout(()=>_0x3838e0[_0x595807(0x125)](_0x595807(0xf6)));}},{'id':_0x539e1c(0xef),'commandName':_0x539e1c(0xe0),'icon':_0x4d5fae,'title':_0x233b53(_0x539e1c(0xaf)),'description':_0x233b53(_0x539e1c(0x117)),'execute':_0x42a288=>{const _0x5bfc0a=_0x539e1c;_0x42a288[_0x5bfc0a(0x125)](_0x5bfc0a(0xe0),{'value':_0x5bfc0a(0xef)});}},{'id':_0x539e1c(0xf4),'commandName':_0x539e1c(0xe0),'icon':_0x548127,'title':_0x233b53(_0x539e1c(0xcf)),'description':_0x233b53(_0x539e1c(0x101)),'execute':_0x1a40ac=>{const _0x42bbed=_0x539e1c;_0x1a40ac[_0x42bbed(0x125)](_0x42bbed(0xe0),{'value':_0x42bbed(0xf4)});}},{'id':_0x539e1c(0xd7),'commandName':_0x539e1c(0xe0),'icon':_0x2e0379,'title':_0x233b53(_0x539e1c(0xff)),'description':_0x233b53(_0x539e1c(0xbc)),'execute':_0x19c681=>{const _0x2ebc80=_0x539e1c;_0x19c681[_0x2ebc80(0x125)](_0x2ebc80(0xe0),{'value':_0x2ebc80(0xd7)});}},{'id':_0x539e1c(0xe8),'commandName':_0x539e1c(0xe0),'icon':_0x1ba6bc,'title':_0x233b53(_0x539e1c(0xf1)),'description':_0x233b53(_0x539e1c(0xc5)),'execute':_0x579aa6=>{const _0x1847e7=_0x539e1c;_0x579aa6[_0x1847e7(0x125)](_0x1847e7(0xe0),{'value':_0x1847e7(0xe8)});}},{'id':_0x539e1c(0x10a),'commandName':_0x539e1c(0xe0),'icon':_0x553d55,'title':_0x233b53(_0x539e1c(0x128)),'description':_0x233b53(_0x539e1c(0xc7)),'execute':_0x3c6e6c=>{const _0x328255=_0x539e1c;_0x3c6e6c[_0x328255(0x125)](_0x328255(0xe0),{'value':_0x328255(0x10a)});}},{'id':_0x539e1c(0x116),'commandName':_0x539e1c(0xe0),'icon':_0x4f62c9,'title':_0x233b53(_0x539e1c(0x12c)),'description':_0x233b53(_0x539e1c(0x132)),'execute':_0x2ce713=>{const _0x1ef3f6=_0x539e1c;_0x2ce713[_0x1ef3f6(0x125)](_0x1ef3f6(0xe0),{'value':_0x1ef3f6(0x116)});}},{'id':_0x539e1c(0xf0),'commandName':_0x539e1c(0xf0),'icon':_0x3514b8,'title':_0x233b53(_0x539e1c(0xee)),'description':_0x233b53(_0x539e1c(0xcc))},{'id':_0x539e1c(0x10f),'commandName':_0x539e1c(0x10f),'icon':_0x191320,'title':_0x233b53(_0x539e1c(0xda)),'description':_0x233b53(_0x539e1c(0xde))},{'id':_0x539e1c(0x109),'commandName':_0x539e1c(0x109),'icon':_0x166917,'title':_0x233b53(_0x539e1c(0xf9)),'description':_0x233b53(_0x539e1c(0xe7))},{'id':_0x539e1c(0xf2),'commandName':_0x539e1c(0xf2),'title':_0x233b53(_0x539e1c(0x127)),'description':_0x233b53(_0x539e1c(0xbd))},{'id':_0x539e1c(0xc2),'commandName':_0x539e1c(0xc2),'icon':_0x3f229f,'title':_0x233b53(_0x539e1c(0x12b)),'description':_0x233b53(_0x539e1c(0xc1))},{'id':_0x539e1c(0xb4),'commandName':_0x539e1c(0xb4),'icon':_0x5f19f8,'title':_0x233b53(_0x539e1c(0xf8)),'description':_0x233b53(_0x539e1c(0xb9)),'aliases':[_0x539e1c(0xec)]},{'id':_0x539e1c(0xc8),'commandName':_0x539e1c(0xc8),'icon':_0x2371b2,'title':_0x233b53(_0x539e1c(0xed)),'description':_0x233b53(_0x539e1c(0x126))},{'id':_0x539e1c(0x104),'commandName':_0x539e1c(0x104),'icon':_0x5e4415,'title':_0x233b53(_0x539e1c(0xd0)),'description':_0x233b53(_0x539e1c(0x10d))},{'id':_0x539e1c(0x108),'commandName':_0x539e1c(0x108),'icon':_0x370147,'title':_0x233b53(_0x539e1c(0xd6)),'description':_0x233b53(_0x539e1c(0x112))},{'id':_0x539e1c(0xd8),'commandName':_0x539e1c(0xd8),'icon':_0x294315,'title':_0x233b53(_0x539e1c(0xd1)),'description':_0x233b53(_0x539e1c(0x10e))}];}[_0x3244ab(0xbe)](_0x198a13){const _0x2c5d37=_0x3244ab;return _0x198a13[_0x2c5d37(0xfd)]?_0x198a13[_0x2c5d37(0xfd)](this[_0x2c5d37(0x113)]):!_0x198a13[_0x2c5d37(0x11c)]||this[_0x2c5d37(0x113)][_0x2c5d37(0xdb)][_0x2c5d37(0xc3)](_0x198a13[_0x2c5d37(0x11c)])[_0x2c5d37(0xfd)];}[_0x3244ab(0xdf)](_0x3221b8){const _0x2a3190=_0x3244ab;if(_0x3221b8[_0x2a3190(0x125)])_0x3221b8[_0x2a3190(0x125)](this[_0x2a3190(0x113)]);else{if(!_0x3221b8[_0x2a3190(0x11c)])throw new _0x311a7c(_0x2a3190(0xd3),this[_0x2a3190(0x113)],{'commandDefinition':_0x3221b8});this[_0x2a3190(0x113)][_0x2a3190(0x125)](_0x3221b8[_0x2a3190(0x11c)]);}}}function H(_0x264102,_0x4d3f51){const _0x5a2f6f=_0x3244ab;return _0x264102[_0x5a2f6f(0xcb)]<_0x4d3f51[_0x5a2f6f(0xcb)]?-0x1:_0x264102[_0x5a2f6f(0xcb)]>_0x4d3f51[_0x5a2f6f(0xcb)]?0x1:0x0;}function _0x4b66(_0x214bf7,_0x147a4d){const _0x48d931=_0x48d9();return _0x4b66=function(_0x4b66a4,_0x4650b0){_0x4b66a4=_0x4b66a4-0xaf;let _0x24ccbe=_0x48d931[_0x4b66a4];return _0x24ccbe;},_0x4b66(_0x214bf7,_0x147a4d);}function _0x48d9(){const _0x1cf5ae=['map','execute','Create\x20a\x20numbered\x20list','Insert\x20Mermaid\x20diagram','Heading\x205','_allowedCommands','toLowerCase','Insert\x20table','Heading\x206','isIconColorInherited','Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content','href','88UNuLla','Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file','Create\x20a\x20heading\x20level\x206','Heading\x201','Create\x20a\x20code\x20block','slashCommand.extraCommands','aiAssistant','Emoji','insertTableOfContents','aliases','blockQuote','Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file','template.definitions','Insert\x20table\x20of\x20contents','style.definitions','2669092WkDPIB','Create\x20a\x20heading\x20level\x203','Insert\x20the\x20Mermaid\x20diagram','_proxyIsEnabled','template','Insert\x20code\x20block','Create\x20a\x20table','insertTable','get','ckfinder','Create\x20a\x20heading\x20level\x204','afterInit','Create\x20a\x20heading\x20level\x205','numberedList','join','953499pdemuC','title','Insert\x20a\x20horizontal\x20line','locale','Create\x20a\x20block\x20quote','Heading\x202','Decrease\x20indent','To-do\x20list','filemanager','slash-command-execute-missing','icon','split','Paragraph','heading3','todoList','Block\x20quote','Insert\x20HTML','commands','ckbox','function','Insert\x20an\x20HTML\x20snippet','_proxyExecute','heading','heading.options','Create\x20a\x20bulleted\x20list','bulletedList','3200870kqUbZJ','concat','isOfficialPlugin','Increase\x20the\x20indentation','heading4','insertTemplate','upload','Open\x20file\x20manager','toc','Numbered\x20list','Horizontal\x20line','heading1','horizontalLine','Heading\x204','insertMermaidCommand','9ResFxf','heading2','includes','emoji','model','Table\x20of\x20contents','Increase\x20indent','codeBlock','pluginName','style','isEnabled','AI\x20Assistant','Heading\x203','1481166lYOQYW','Create\x20a\x20heading\x20level\x202','Insert\x20image','enabledStyles','outdent','push','name','6113570ahQWYW','paragraph','indent','heading5','filter','sort','Decrease\x20the\x20indentation','Create\x20a\x20to-do\x20list','htmlEmbed','Bulleted\x20list','length','Insert\x20a\x20paragraph','editor','SlashCommandConfig','Insert\x20an\x20emoji','heading6','Create\x20a\x20heading\x20level\x201','2sZFHpX','description','slashCommand.removeCommands','909909XfHvYJ','commandName','config','606529KzZbFk','showAIAssistant','getAllowedCommands','fromCharCode','getDefaultCommands','isPremiumPlugin'];_0x48d9=function(){return _0x1cf5ae;};return _0x48d9();}function O(_0x4ab492,_0x4747a1){const _0x5aa45c=_0x3244ab;return _0x4747a1+'-'+_0x4ab492[_0x5aa45c(0x12a)]()[_0x5aa45c(0xd5)]('\x20')[_0x5aa45c(0xc9)]('-');}