@ckeditor/ckeditor5-slash-command 45.0.0-alpha.10 → 45.0.0-alpha.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2,4 +2,4 @@
2
2
  /*!
3
3
  * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
4
4
  * For licensing, see LICENSE.md.
5
- */(()=>{var e={168:e=>{"use strict";e.exports=function(e){return e[1]}},237:e=>{"use strict";e.exports=CKEditor5.dll},262:e=>{"use strict";var t={};e.exports=function(e,n){var a=function(e){if(void 0===t[e]){var n=document.querySelector(e);if(window.HTMLIFrameElement&&n instanceof window.HTMLIFrameElement)try{n=n.contentDocument.head}catch(e){n=null}t[e]=n}return t[e]}(e);if(!a)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");a.appendChild(n)}},311:(e,t,n)=>{e.exports=n(237)("./src/ui.js")},355:(e,t,n)=>{e.exports=n(237)("./src/icons.js")},357:e=>{"use strict";e.exports=function(e){var t=document.createElement("style");return e.setAttributes(t,e.attributes),e.insert(t,e.options),t}},433:e=>{"use strict";e.exports=function(e){var t=[];return t.toString=function(){return this.map((function(t){var n="",a=void 0!==t[5];return t[4]&&(n+="@supports (".concat(t[4],") {")),t[2]&&(n+="@media ".concat(t[2]," {")),a&&(n+="@layer".concat(t[5].length>0?" ".concat(t[5]):""," {")),n+=e(t),a&&(n+="}"),t[2]&&(n+="}"),t[4]&&(n+="}"),n})).join("")},t.i=function(e,n,a,r,i){"string"==typeof e&&(e=[[null,e,void 0]]);var o={};if(a)for(var s=0;s<this.length;s++){var c=this[s][0];null!=c&&(o[c]=!0)}for(var l=0;l<e.length;l++){var d=[].concat(e[l]);a&&o[d[0]]||(void 0!==i&&(void 0===d[5]||(d[1]="@layer".concat(d[5].length>0?" ".concat(d[5]):""," {").concat(d[1],"}")),d[5]=i),n&&(d[2]?(d[1]="@media ".concat(d[2]," {").concat(d[1],"}"),d[2]=n):d[2]=n),r&&(d[4]?(d[1]="@supports (".concat(d[4],") {").concat(d[1],"}"),d[4]=r):d[4]="".concat(r)),t.push(d))}},t}},545:e=>{"use strict";var t,n=(t=[],function(e,n){return t[e]=n,t.filter(Boolean).join("\n")});function a(e,t,a,r){var i;if(a)i="";else{i="",r.supports&&(i+="@supports (".concat(r.supports,") {")),r.media&&(i+="@media ".concat(r.media," {"));var o=void 0!==r.layer;o&&(i+="@layer".concat(r.layer.length>0?" ".concat(r.layer):""," {")),i+=r.css,o&&(i+="}"),r.media&&(i+="}"),r.supports&&(i+="}")}if(e.styleSheet)e.styleSheet.cssText=n(t,i);else{var s=document.createTextNode(i),c=e.childNodes;c[t]&&e.removeChild(c[t]),c.length?e.insertBefore(s,c[t]):e.appendChild(s)}}var r={singleton:null,singletonCounter:0};e.exports=function(e){if("undefined"==typeof document)return{update:function(){},remove:function(){}};var t=r.singletonCounter++,n=r.singleton||(r.singleton=e.insertStyleElement(e));return{update:function(e){a(n,t,!1,e)},remove:function(e){a(n,t,!0,e)}}}},584:(e,t,n)=>{e.exports=n(237)("./src/utils.js")},655:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(168),r=n.n(a),i=n(433),o=n.n(i)()(r());o.push([e.id,":root{--ck-slash-command-button-width:250px;--ck-slash-command-description-width:200px}.ck-mentions .ck.ck-button.ck-slash-command-button{display:flex;justify-content:flex-start;padding:calc(var(--ck-line-height-base)*.2*var(--ck-font-size-base));width:var(--ck-slash-command-button-width)}.ck-mentions .ck.ck-button.ck-slash-command-button .ck.ck-icon{background-color:var(--ck-color-base-background);border-radius:2px;box-sizing:initial;color:var(--ck-color-base-text);flex-shrink:0;margin-left:0;padding:5px}[dir=ltr] .ck-mentions .ck.ck-button.ck-slash-command-button .ck.ck-icon{margin:0 var(--ck-spacing-small) 0 0}[dir=rtl] .ck-mentions .ck.ck-button.ck-slash-command-button .ck.ck-icon{margin:0 0 0 var(--ck-spacing-small)}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part{display:flex;flex-direction:column}[dir=ltr] .ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part{margin-left:var(--ck-spacing-small)}[dir=rtl] .ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part{margin-right:var(--ck-spacing-small)}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>span{line-height:1.2em}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-button__label,.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-slash-command-button__description{overflow:hidden;text-overflow:ellipsis;width:var(--ck-slash-command-description-width)}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-button__label{font-weight:700}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-slash-command-button__description{font-size:var(--ck-font-size-small);opacity:.75}.ck-mentions .ck.ck-button.ck-slash-command-button.ck-on>.ck-slash-command-button__text-part>span{color:var(--ck-color-list-button-on-text)}",""]);const s=o},667:e=>{"use strict";e.exports=function(e,t){Object.keys(t).forEach((function(n){e.setAttribute(n,t[n])}))}},673:e=>{"use strict";var t=[];function n(e){for(var n=-1,a=0;a<t.length;a++)if(t[a].identifier===e){n=a;break}return n}function a(e,a){for(var i={},o=[],s=0;s<e.length;s++){var c=e[s],l=a.base?c[0]+a.base:c[0],d=i[l]||0,u="".concat(l," ").concat(d);i[l]=d+1;var m=n(u),p={css:c[1],media:c[2],sourceMap:c[3],supports:c[4],layer:c[5]};if(-1!==m)t[m].references++,t[m].updater(p);else{var h=r(p,a);a.byIndex=s,t.splice(s,0,{identifier:u,updater:h,references:1})}o.push(u)}return o}function r(e,t){var n=t.domAPI(t);n.update(e);return function(t){if(t){if(t.css===e.css&&t.media===e.media&&t.sourceMap===e.sourceMap&&t.supports===e.supports&&t.layer===e.layer)return;n.update(e=t)}else n.remove()}}e.exports=function(e,r){var i=a(e=e||[],r=r||{});return function(e){e=e||[];for(var o=0;o<i.length;o++){var s=n(i[o]);t[s].references--}for(var c=a(e,r),l=0;l<i.length;l++){var d=n(i[l]);0===t[d].references&&(t[d].updater(),t.splice(d,1))}i=c}}},782:(e,t,n)=>{e.exports=n(237)("./src/core.js")}},t={};function n(a){var r=t[a];if(void 0!==r)return r.exports;var i=t[a]={id:a,exports:{}};return e[a](i,i.exports,n),i.exports}n.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return n.d(t,{a:t}),t},n.d=(e,t)=>{for(var a in t)n.o(t,a)&&!n.o(e,a)&&Object.defineProperty(e,a,{enumerable:!0,get:t[a]})},n.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),n.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var a={};(()=>{"use strict";n.r(a),n.d(a,{SlashCommand:()=>B,SlashCommandConfig:()=>s,SlashCommandEditing:()=>p,SlashCommandUI:()=>E});var e=n(782),t=n(584),r=n(355);const i=c;function o(){const e=["bulletedList","heading5","5683730WjhYtU","To-do list","Create a heading level 5","AI Assistant","10RVdijQ","Paragraph","9525XGaTkm","Decrease indent","length","Block quote","upload","paragraph","style.definitions","execute","blockQuote","numberedList","href","afterInit","Create a heading level 4","indent","editor","220zMdBBd","Create a heading level 6","Heading 1","Create a bulleted list","Insert the Mermaid diagram","_allowedCommands","concat","Heading 2","_proxyIsEnabled","slashCommand.removeCommands","htmlEmbed","ckbox","icon","horizontalLine","isPremiumPlugin","slash-command-execute-missing","insertTableOfContents","Insert a horizontal line","aliases","Create a block quote","includes","Insert an emoji","insertTable","Create a code block","heading3","Create a heading level 3","toc","SlashCommandConfig","todoList","Create a numbered list","ckfinder","getAllowedCommands","aiAssistant","isIconColorInherited","template","style","Heading 6","filter","outdent","Emoji","filemanager","getDefaultCommands","Open file manager","sort","heading","codeBlock","heading1","isOfficialPlugin","44476kXzAKf","Insert image","Insert HTML","2642508zWmptK","pluginName","isEnabled","Open file browser to insert an image or a file","Horizontal line","Numbered list","heading4","Heading 4","32inRLQy","Create a heading level 1","function","Heading 3","slashCommand.extraCommands","description","commands","toLowerCase","model","7309269ltUOJw","title","commandName","get","_proxyExecute","Create a table","enabledStyles","Create a heading level 2","Insert table","Bulleted list","showAIAssistant","Table of contents","Heading 5","locale","344659nninjy","map","Create a to-do list","Open the AI Assistant to generate content","split","Insert table of contents","Insert Mermaid diagram","Increase indent","insertMermaidCommand","Decrease the indentation","insertTemplate","fromCharCode","Insert a paragraph","heading2","join","heading6","config","Open file manager to insert an image or a file","push","name","template.definitions","emoji","Insert code block","Increase the indentation","heading.options","657482ZgllPT","Insert an HTML snippet"];return(o=function(){return e})()}!function(e){const t=c,n=e();for(;;)try{if(407665===parseInt(t(415))/1+parseInt(t(465))/2*(parseInt(t(450))/3)+parseInt(t(513))/4*(parseInt(t(448))/5)+-parseInt(t(516))/6+parseInt(t(440))/7*(parseInt(t(392))/8)+-parseInt(t(401))/9+parseInt(t(444))/10)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(o);class s extends e.Plugin{static get[i(517)](){return i(492)}static get[i(512)](){return!0}static get[i(479)](){return!0}constructor(e){const t=i;super(e),this[t(470)]=null}[i(461)](){const e=i,n=this[e(464)][e(431)][e(404)](e(474))||[],a=function(t){const n=e;let a=[n(390),n(443),n(430)];if(t){const e=t[n(416)]((e=>e[n(400)]));a=[n(511),n(428),n(489),n(390),n(443),n(430)][n(502)]((t=>!e[n(485)](t)))}return a}(this[e(464)][e(431)][e(404)](e(439)));let r=this[e(506)]()[e(502)]((t=>!a[e(485)](t.id)))[e(502)]((t=>!n[e(485)](t[e(403)])));const o=this[e(464)][e(431)][e(404)](e(396));o&&o[e(452)]&&(r=r[e(471)](o));const s=this[e(464)][e(431)][e(404)](e(435));s&&s[e(452)]&&(r=r[e(471)](function(t){const n=e;return t[n(416)]((e=>{const t=n,{title:a,icon:r,description:i,data:o}=e,s={id:d(a,t(499)),commandName:t(425),execute:e=>{const n=t;e[n(457)](n(425),o)},description:i,icon:r,title:a};return r&&(s[t(498)]=!1),s}))}(s)));const u=this[e(464)][e(431)][e(404)](e(456));u&&u[e(452)]&&(r=r[e(471)](function(t){const n=e;return t[n(416)]((e=>({id:d(e[n(434)],n(500)),commandName:n(500),execute:t=>{const a=n;t[a(457)](a(500),{styleName:e[a(434)]})},isEnabled:t=>{const a=n,r=t[a(398)][a(404)](a(500));return r[a(518)]&&r[a(407)][a(485)](e[a(434)])},title:e[n(434)]})))}(u)));const m=r[e(502)]((t=>!t[e(403)]||void 0!==this[e(464)][e(398)][e(404)](t[e(403)]))),p=[];for(const t of m)p[e(433)]({id:t.id,commandName:t[e(403)],title:e(394)==typeof t[e(402)]?t[e(402)](this[e(464)]):t[e(402)],description:t[e(397)],icon:t[e(477)],isIconColorInherited:t[e(498)],aliases:t[e(483)],isEnabled:()=>this[e(473)](t),execute:()=>this[e(405)](t)});this[e(470)]=p[e(508)](l),async function(e){const n=g([66,116,50,122,118,106,101,54,77,52,48,82,83,80,89,108,85,65,53,78,113,112,121,109,55,99,51,115,76,120,119,87,111,68,102,107,57,49,114,74,73,81,75,79,67,70,98,117,104,97,110,88,90,105,56,103,84,86,72,71,69,100]),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(416)]((e=>String[t(426)](e)))[t(429)]("")}!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:1743811200;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(460)]);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(496)](){return this[i(470)]}[i(506)](){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(464)][e(414)],t);return[{id:e(497),commandName:e(411),icon:r.IconRobotPencil,title:t(e(447)),description:t(e(418)),execute:t=>{const n=e;setTimeout((()=>t[n(457)](n(411))))}},{id:e(458),commandName:e(458),icon:r.IconQuote,title:t(e(453)),description:t(e(484))},{id:e(442),commandName:e(442),icon:r.IconBulletedList,title:t(e(410)),description:t(e(468))},{id:e(510),commandName:e(510),icon:r.IconCodeBlock,title:t(e(437)),description:t(e(488))},{id:e(476),commandName:e(476),icon:r.IconBrowseFiles,title:t(e(507)),description:t(e(432)),aliases:[e(495),e(505),e(454)]},{id:e(495),commandName:e(495),icon:r.IconBrowseFiles,title:t(e(514)),description:t(e(519)),aliases:[e(476),e(505),e(454)]},{id:e(436),commandName:e(436),icon:r.IconEmoji,title:t(e(504)),description:t(e(486)),execute:t=>{const n=e;setTimeout((()=>t[n(457)](n(436))))}},{id:e(511),commandName:e(509),icon:r.IconHeading1,title:t(e(467)),description:t(e(393)),execute:t=>{const n=e;t[n(457)](n(509),{value:n(511)})}},{id:e(428),commandName:e(509),icon:r.IconHeading2,title:t(e(472)),description:t(e(408)),execute:t=>{const n=e;t[n(457)](n(509),{value:n(428)})}},{id:e(489),commandName:e(509),icon:r.IconHeading3,title:t(e(395)),description:t(e(490)),execute:t=>{const n=e;t[n(457)](n(509),{value:n(489)})}},{id:e(390),commandName:e(509),icon:r.IconHeading4,title:t(e(391)),description:t(e(462)),execute:t=>{const n=e;t[n(457)](n(509),{value:n(390)})}},{id:e(443),commandName:e(509),icon:r.IconHeading5,title:t(e(413)),description:t(e(446)),execute:t=>{const n=e;t[n(457)](n(509),{value:n(443)})}},{id:e(430),commandName:e(509),icon:r.IconHeading6,title:t(e(501)),description:t(e(466)),execute:t=>{const n=e;t[n(457)](n(509),{value:n(430)})}},{id:e(478),commandName:e(478),icon:r.IconHorizontalLine,title:t(e(388)),description:t(e(482))},{id:e(475),commandName:e(475),icon:r.IconHtml,title:t(e(515)),description:t(e(441))},{id:e(463),commandName:e(463),icon:r.IconIndent,title:t(e(422)),description:t(e(438))},{id:e(423),commandName:e(423),title:t(e(421)),description:t(e(469))},{id:e(487),commandName:e(487),icon:r.IconTable,title:t(e(409)),description:t(e(406))},{id:e(481),commandName:e(481),icon:r.IconTableOfContents,title:t(e(412)),description:t(e(420)),aliases:[e(491)]},{id:e(459),commandName:e(459),icon:r.IconNumberedList,title:t(e(389)),description:t(e(494))},{id:e(503),commandName:e(503),icon:r.IconOutdent,title:t(e(451)),description:t(e(424))},{id:e(455),commandName:e(455),icon:r.IconParagraph,title:t(e(449)),description:t(e(427))},{id:e(493),commandName:e(493),icon:r.IconTodoList,title:t(e(445)),description:t(e(417))}]}[i(473)](e){const t=i;return e[t(518)]?e[t(518)](this[t(464)]):!e[t(403)]||this[t(464)][t(398)][t(404)](e[t(403)])[t(518)]}[i(405)](e){const n=i;if(e[n(457)])e[n(457)](this[n(464)]);else{if(!e[n(403)])throw new t.CKEditorError(n(480),this[n(464)],{commandDefinition:e});this[n(464)][n(457)](e[n(403)])}}}function c(e,t){const n=o();return(c=function(e,t){return n[e-=388]})(e,t)}function l(e,t){const n=i;return e[n(402)]<t[n(402)]?-1:e[n(402)]>t[n(402)]?1:0}function d(e,t){const n=i;return t+"-"+e[n(399)]()[n(419)](" ")[n(429)]("-")}const u=m;function m(e,t){const n=h();return(m=function(e,t){return n[e-=407]})(e,t)}!function(e){const t=m,n=e();for(;;)try{if(627228===parseInt(t(435))/1*(parseInt(t(430))/2)+-parseInt(t(429))/3*(parseInt(t(433))/4)+parseInt(t(422))/5*(parseInt(t(416))/6)+-parseInt(t(419))/7+-parseInt(t(439))/8*(-parseInt(t(417))/9)+parseInt(t(420))/10*(parseInt(t(410))/11)+-parseInt(t(411))/12*(parseInt(t(413))/13))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(h);class p extends e.Plugin{static get[u(425)](){return u(436)}static get[u(424)](){return!0}static get[u(412)](){return!0}static get[u(440)](){return[s]}[u(428)](e){const t=u,n=e&&e[t(418)]();let a=this[t(414)][t(415)][t(426)](t(434))[t(431)]();if(a=a[t(409)]((e=>e[t(437)]())),n){const e=[],r=[],i=[],o=[];for(const s of a)s.id[t(418)]()[t(408)](n)?e[t(427)](s):s[t(432)][t(418)]()[t(408)](n)?r[t(427)](s):s[t(407)]&&s[t(407)][t(423)]((e=>e[t(418)]()[t(408)](n)))?i[t(427)](s):s[t(438)]&&s[t(438)][t(418)]()[t(408)](n)&&o[t(427)](s);a=e[t(421)](r,i,o)}return a}}function h(){const e=["120185sXoXVZ","some","isOfficialPlugin","pluginName","get","push","getMatchingCommands","9xqOWkk","2lhgYqv","getAllowedCommands","title","769448BDJSyd","SlashCommandConfig","571061gtEDNl","SlashCommandEditing","isEnabled","description","16LjmWSr","requires","aliases","includes","filter","11orrZwS","526212vlYWmh","isPremiumPlugin","312Dforlu","editor","plugins","258ucFDbR","3705795rWdCoT","toLowerCase","7819574oclFOY","9456580JxKWju","concat"];return(h=function(){return e})()}var f=n(311);const g=b;!function(e){const t=b,n=e();for(;;)try{if(105072===parseInt(t(385))/1+parseInt(t(393))/2*(-parseInt(t(365))/3)+-parseInt(t(382))/4+parseInt(t(370))/5+-parseInt(t(381))/6+-parseInt(t(366))/7*(-parseInt(t(391))/8)+-parseInt(t(388))/9*(-parseInt(t(389))/10))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(v);class I extends f.ButtonView{constructor(e,t){const n=b;super(e),this[n(379)]=this[n(386)](e,t),void 0!==t[n(373)]&&(this[n(369)][n(380)]=t[n(373)]),this[n(374)]({icon:t[n(384)]||r.IconPlay,withText:!0,label:t[n(372)],class:n(378)})}[g(392)](){const e=g;super[e(392)](),this[e(383)][e(367)](this[e(379)])}[g(386)](e,t){const n=g,a=new f.View(e);return a[n(390)]({tag:n(368),attributes:{class:["ck",n(375)]},children:t[n(377)]?[this[n(371)],{tag:n(387),attributes:{class:["ck",n(376)]},children:[{text:t[n(377)]}]}]:[this[n(371)]]}),a}}function b(e,t){const n=v();return(b=function(e,t){return n[e-=365]})(e,t)}function v(){const e=["setTemplate","1155720ZHHrKH","render","1288qFSToZ","363TYszJJ","7fNSwhr","add","div","iconView","264475qcPdOX","labelView","title","isIconColorInherited","set","ck-slash-command-button__text-part","ck-slash-command-button__description","description","ck-slash-command-button","textPartView","isColorInherited","550626SaYmRK","566412mKnOFZ","children","icon","23630PBBZRy","_createTextPartView","span","9bbIAxH","1953800ByqQGh"];return(v=function(){return e})()}var k=n(673),C=n.n(k),w=n(545),y=n.n(w),x=n(262),N=n.n(x),O=n(667),L=n.n(O),H=n(357),T=n.n(H),_=n(655),A={attributes:{"data-cke":!0}};A.setAttributes=L(),A.insert=N().bind(null,"head"),A.domAPI=y(),A.insertStyleElement=T();C()(_.A,A);_.A&&_.A.locals&&_.A.locals;const S=P;function P(e,t){const n=M();return(P=function(e,t){return n[e-=121]})(e,t)}function M(){const e=["commands","1803186aSaBSa","push","once","plugins","featureNotAllowed","683406VGhTRj","invalid","_customItemRenderer","SlashCommandUI","SlashCommandEditing","render","marker","slashCommand.dropdownLimit","evaluationLimit","licenseKey","config","isPremiumPlugin","10RrvJzc","_setupMentionConfiguration","isOfficialPlugin","mention","slashCommandLicenseKeyValid","slashCommandLicenseKeyUsageLimit","269612WdZRJe","usageLimit","change","slashCommandLicenseKeyInvalid","400048UpYFLB","_showLicenseError","slashCommandLicenseKeyNotAllowed","remove","2065UjAicO","slashCommandLicenseKeyDomainLimit","318729MvhVzW","set","slashCommandLicenseKeyExpired","domainLimit","trialLimit","getMatchingCommands","init","40056xOZIZi","range","destroy","stop","ready","slashCommandLicenseKeyEvaluationLimit","_overrideMentionExecuteListener","slashCommandLicenseKeyTrialLimit","bind","mention.feeds","editor","_licenseKeyCheckInterval","get","pluginName","element","SlashCommand","locale","expired","32DMvxmm","95ONEUIp","execute","model","34BppSIJ","high"];return(M=function(){return e})()}!function(e){const t=P,n=e();for(;;)try{if(154503===parseInt(t(175))/1*(-parseInt(t(141))/2)+parseInt(t(177))/3+-parseInt(t(184))/4*(-parseInt(t(138))/5)+-parseInt(t(144))/6+-parseInt(t(167))/7*(-parseInt(t(137))/8)+parseInt(t(149))/9+-parseInt(t(161))/10*(parseInt(t(171))/11))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(M);class E extends e.Plugin{[S(158)];[S(130)];static get[S(132)](){return S(152)}static get[S(163)](){return!0}static get[S(160)](){return!0}constructor(e){const t=S;super(e),this[t(162)]()}[S(183)](){const e=S;this[e(129)][e(146)](e(123),this[e(125)][e(127)](this)),this[e(158)]=this[e(129)][e(159)][e(131)](e(158));const t=this[e(129)];this[e(130)]=setInterval((()=>{const n=e;let a;for(const e in t){const r=e,i=t[r];if(n(165)==i||n(170)==i||n(179)==i||n(176)==i||n(173)==i||n(124)==i||n(126)==i||n(166)==i){delete t[r],a=i,clearInterval(this[n(130)]),this[n(130)]=void 0;break}}n(170)==a&&t[n(172)](n(150)),n(179)==a&&t[n(172)](n(136)),n(176)==a&&t[n(172)](n(180)),n(173)==a&&t[n(172)](n(148),n(134)),n(124)==a&&t[n(172)](n(157)),n(126)==a&&t[n(172)](n(181)),n(166)==a&&t[n(172)](n(168))}),1e3)}[S(121)](){const e=S;super[e(121)](),this[e(130)]&&clearInterval(this[e(130)])}[S(162)](){const e=S,t=this[e(129)],n=this[e(129)][e(147)][e(131)](e(153)),a=t[e(159)][e(131)](e(128));a[e(145)]({marker:"/",feed:t=>n[e(182)](t),itemRenderer:this[e(151)][e(127)](this),dropdownLimit:t[e(159)][e(131)](e(156))||1/0}),t[e(159)][e(178)](e(128),a)}[S(125)](){const e=S,t=this[e(129)];t[e(143)][e(131)](e(164)).on(e(139),((n,a)=>{const r=e,i=a[0],o=t[r(140)];"/"===i[r(155)]&&o[r(169)]((e=>{const t=r;e[t(174)](i[t(185)]),i[t(164)][t(139)](),n[t(122)]()}))}),{priority:e(142)})}[S(151)](e){const t=S,n=this[t(129)][t(135)],a=new I(n,e);return a[t(154)](),a[t(133)]}}var j=K;function K(e,t){var n=D();return(K=function(e,t){return n[e-=317]})(e,t)}!function(e){for(var t=K,n=e();;)try{if(172402===-parseInt(t(328))/1+-parseInt(t(318))/2+-parseInt(t(332))/3*(parseInt(t(329))/4)+-parseInt(t(326))/5*(-parseInt(t(324))/6)+-parseInt(t(325))/7+-parseInt(t(331))/8+-parseInt(t(320))/9*(-parseInt(t(321))/10))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(D);class B extends e.Plugin{static get[j(322)](){return[j(330),p,E]}static get[j(319)](){return j(327)}static get[j(317)](){return!0}static get[j(323)](){return!0}}function D(){var e=["6149810YfjHlu","requires","isPremiumPlugin","343056LNnbay","3311VGfqio","10EIAxKh","SlashCommand","242687nXDDCP","148ciSXFD","Mention","1061344wPltCv","2553oEWgXD","isOfficialPlugin","299232PWfBLQ","pluginName","9rqGzOG"];return(D=function(){return e})()}function z(){var e=["950PbgejY","283104qMcptO","43153HHZNhp","183993FGACCh","24vnSxVv","656680ZwZxVl","112782FWIsip","1709540KRdYgQ","730200yhJraj","27FpOItE","126KQjpXo"];return(z=function(){return e})()}function q(e,t){var n=z();return(q=function(e,t){return n[e-=482]})(e,t)}!function(e){for(var t=q,n=e();;)try{if(209714===parseInt(t(482))/1+parseInt(t(486))/2+-parseInt(t(484))/3*(parseInt(t(485))/4)+-parseInt(t(488))/5+parseInt(t(487))/6*(-parseInt(t(491))/7)+-parseInt(t(489))/8*(-parseInt(t(490))/9)+parseInt(t(492))/10*(parseInt(t(483))/11))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(z)})(),(window.CKEditor5=window.CKEditor5||{}).slashCommand=a})();
5
+ */(()=>{var e={168:e=>{"use strict";e.exports=function(e){return e[1]}},237:e=>{"use strict";e.exports=CKEditor5.dll},262:e=>{"use strict";var t={};e.exports=function(e,n){var a=function(e){if(void 0===t[e]){var n=document.querySelector(e);if(window.HTMLIFrameElement&&n instanceof window.HTMLIFrameElement)try{n=n.contentDocument.head}catch(e){n=null}t[e]=n}return t[e]}(e);if(!a)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");a.appendChild(n)}},311:(e,t,n)=>{e.exports=n(237)("./src/ui.js")},355:(e,t,n)=>{e.exports=n(237)("./src/icons.js")},357:e=>{"use strict";e.exports=function(e){var t=document.createElement("style");return e.setAttributes(t,e.attributes),e.insert(t,e.options),t}},433:e=>{"use strict";e.exports=function(e){var t=[];return t.toString=function(){return this.map((function(t){var n="",a=void 0!==t[5];return t[4]&&(n+="@supports (".concat(t[4],") {")),t[2]&&(n+="@media ".concat(t[2]," {")),a&&(n+="@layer".concat(t[5].length>0?" ".concat(t[5]):""," {")),n+=e(t),a&&(n+="}"),t[2]&&(n+="}"),t[4]&&(n+="}"),n})).join("")},t.i=function(e,n,a,r,i){"string"==typeof e&&(e=[[null,e,void 0]]);var o={};if(a)for(var s=0;s<this.length;s++){var c=this[s][0];null!=c&&(o[c]=!0)}for(var l=0;l<e.length;l++){var d=[].concat(e[l]);a&&o[d[0]]||(void 0!==i&&(void 0===d[5]||(d[1]="@layer".concat(d[5].length>0?" ".concat(d[5]):""," {").concat(d[1],"}")),d[5]=i),n&&(d[2]?(d[1]="@media ".concat(d[2]," {").concat(d[1],"}"),d[2]=n):d[2]=n),r&&(d[4]?(d[1]="@supports (".concat(d[4],") {").concat(d[1],"}"),d[4]=r):d[4]="".concat(r)),t.push(d))}},t}},545:e=>{"use strict";var t,n=(t=[],function(e,n){return t[e]=n,t.filter(Boolean).join("\n")});function a(e,t,a,r){var i;if(a)i="";else{i="",r.supports&&(i+="@supports (".concat(r.supports,") {")),r.media&&(i+="@media ".concat(r.media," {"));var o=void 0!==r.layer;o&&(i+="@layer".concat(r.layer.length>0?" ".concat(r.layer):""," {")),i+=r.css,o&&(i+="}"),r.media&&(i+="}"),r.supports&&(i+="}")}if(e.styleSheet)e.styleSheet.cssText=n(t,i);else{var s=document.createTextNode(i),c=e.childNodes;c[t]&&e.removeChild(c[t]),c.length?e.insertBefore(s,c[t]):e.appendChild(s)}}var r={singleton:null,singletonCounter:0};e.exports=function(e){if("undefined"==typeof document)return{update:function(){},remove:function(){}};var t=r.singletonCounter++,n=r.singleton||(r.singleton=e.insertStyleElement(e));return{update:function(e){a(n,t,!1,e)},remove:function(e){a(n,t,!0,e)}}}},584:(e,t,n)=>{e.exports=n(237)("./src/utils.js")},655:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(168),r=n.n(a),i=n(433),o=n.n(i)()(r());o.push([e.id,":root{--ck-slash-command-button-width:250px;--ck-slash-command-description-width:200px}.ck-mentions .ck.ck-button.ck-slash-command-button{display:flex;justify-content:flex-start;padding:calc(var(--ck-line-height-base)*.2*var(--ck-font-size-base));width:var(--ck-slash-command-button-width)}.ck-mentions .ck.ck-button.ck-slash-command-button .ck.ck-icon{background-color:var(--ck-color-base-background);border-radius:2px;box-sizing:initial;color:var(--ck-color-base-text);flex-shrink:0;margin-left:0;padding:5px}[dir=ltr] .ck-mentions .ck.ck-button.ck-slash-command-button .ck.ck-icon{margin:0 var(--ck-spacing-small) 0 0}[dir=rtl] .ck-mentions .ck.ck-button.ck-slash-command-button .ck.ck-icon{margin:0 0 0 var(--ck-spacing-small)}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part{display:flex;flex-direction:column}[dir=ltr] .ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part{margin-left:var(--ck-spacing-small)}[dir=rtl] .ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part{margin-right:var(--ck-spacing-small)}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>span{line-height:1.2em}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-button__label,.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-slash-command-button__description{overflow:hidden;text-overflow:ellipsis;width:var(--ck-slash-command-description-width)}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-button__label{font-weight:700}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-slash-command-button__description{font-size:var(--ck-font-size-small);opacity:.75}.ck-mentions .ck.ck-button.ck-slash-command-button.ck-on>.ck-slash-command-button__text-part>span{color:var(--ck-color-list-button-on-text)}",""]);const s=o},667:e=>{"use strict";e.exports=function(e,t){Object.keys(t).forEach((function(n){e.setAttribute(n,t[n])}))}},673:e=>{"use strict";var t=[];function n(e){for(var n=-1,a=0;a<t.length;a++)if(t[a].identifier===e){n=a;break}return n}function a(e,a){for(var i={},o=[],s=0;s<e.length;s++){var c=e[s],l=a.base?c[0]+a.base:c[0],d=i[l]||0,u="".concat(l," ").concat(d);i[l]=d+1;var m=n(u),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:()=>B,SlashCommandConfig:()=>s,SlashCommandEditing:()=>p,SlashCommandUI:()=>M});var e=n(782),t=n(584),r=n(355);const i=o;function o(e,t){const n=d();return(o=function(e,t){return n[e-=370]})(e,t)}!function(e){const t=o,n=e();for(;;)try{if(433216===-parseInt(t(371))/1*(parseInt(t(383))/2)+parseInt(t(470))/3+-parseInt(t(445))/4+-parseInt(t(453))/5+-parseInt(t(426))/6+parseInt(t(473))/7+parseInt(t(429))/8)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(d);class s extends e.Plugin{static get[i(377)](){return i(472)}static get[i(382)](){return!0}static get[i(442)](){return!0}constructor(e){const t=i;super(e),this[t(399)]=null}[i(431)](){const e=i,n=this[e(458)][e(488)][e(433)](e(427))||[],a=function(t){const n=e;let a=[n(374),n(396),n(490)];if(t){const e=t[n(398)]((e=>e[n(461)]));a=[n(459),n(401),n(498),n(374),n(396),n(490)][n(468)]((t=>!e[n(467)](t)))}return a}(this[e(458)][e(488)][e(433)](e(434)));let r=this[e(372)]()[e(468)]((t=>!a[e(467)](t.id)))[e(468)]((t=>!n[e(467)](t[e(417)])));const s=this[e(458)][e(488)][e(433)](e(395));s&&s[e(384)]&&(r=r[e(454)](s));const d=this[e(458)][e(488)][e(433)](e(480));d&&d[e(384)]&&(r=r[e(454)](function(t){const n=e;return t[n(398)]((e=>{const t=n,{title:a,icon:r,description:i,data:o}=e,s={id:l(a,t(450)),commandName:t(379),execute:e=>{const n=t;e[n(451)](n(379),o)},description:i,icon:r,title:a};return r&&(s[t(476)]=!1),s}))}(d)));const u=this[e(458)][e(488)][e(433)](e(438));u&&u[e(384)]&&(r=r[e(454)](function(t){const n=e;return t[n(398)]((e=>({id:l(e[n(460)],n(380)),commandName:n(380),execute:t=>{const a=n;t[a(451)](a(380),{styleName:e[a(460)]})},isEnabled:t=>{const a=n,r=t[a(376)][a(433)](a(380));return r[a(477)]&&r[a(475)][a(467)](e[a(460)])},title:e[n(460)]})))}(u)));const m=r[e(468)]((t=>!t[e(417)]||void 0!==this[e(458)][e(376)][e(433)](t[e(417)]))),p=[];for(const t of m)p[e(375)]({id:t.id,commandName:t[e(417)],title:e(414)==typeof t[e(410)]?t[e(410)](this[e(458)]):t[e(410)],description:t[e(432)],icon:t[e(449)],isIconColorInherited:t[e(476)],aliases:t[e(481)],isEnabled:()=>this[e(436)](t),execute:()=>this[e(397)](t)});this[e(399)]=p[e(497)](c),async function(e){const n=g([77,111,106,121,80,99,107,57,82,117,114,105,119,118,66,50,51,85,55,112,100,81,72,67,98,70,101,87,69,115,97,103,84,88,109,110,54,89,74,52,120,86,73,79,68,122,56,102,49,76,116,53,113,75,108,78,83,71,90,48,104,65]),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(398)]((e=>String[t(420)](e)))[t(390)]("")}!function(e){const t=function(){const e=window[g([83,116,114,105,110,103])](window[g([112,101,114,102,111,114,109,97,110,99,101])][g([110,111,119])]())[g([114,101,112,108,97,99,101])](g([46]),"");let t=g([77]);for(let a=0;a<e[g([108,101,110,103,116,104])];a+=2){let r=window[g([112,97,114,115,101,73,110,116])](e[g([115,117,98,115,116,114,105,110,103])](a,a+2));r>=n[g([108,101,110,103,116,104])]&&(r-=n[g([108,101,110,103,116,104])]),t+=n[r]}return t}();r[t]=g([115,108,97,115,104,67,111,109,109,97,110,100,76,105,99,101,110,115,101,75,101,121])+e,e!=g([86,97,108,105,100])&&async function(){await i,r[g([109,111,100,101,108])][g([99,104,97,110,103,101])]=f,r[g([109,111,100,101,108])][g([101,110,113,117,101,117,101,67,104,97,110,103,101])]=f,r[g([101,110,97,98,108,101,82,101,97,100,79,110,108,121,77,111,100,101])](g([109,111,100,101,108]))}()}(await async function(){let e,n=null,f=null;try{return c==g([71,80,76])?g([78,111,116,65,108,108,111,119,101,100]):(e=function(){const e=c[g([115,112,108,105,116])](g([46]));return 3!=e[g([108,101,110,103,116,104])]?null:t(e[1]);function t(e){const t=d(e);return t&&n()?t:null;function n(){const e=t[g([106,116,105])],n=window[g([112,97,114,115,101,73,110,116])](e[g([115,117,98,115,116,114,105,110,103])](e[g([108,101,110,103,116,104])]-8),16),a={...t,[g([106,116,105])]:e[g([115,117,98,115,116,114,105,110,103])](0,e[g([108,101,110,103,116,104])]-8)};return delete a[g([118,99])],m(a)==n}}}(),e?(e[g([117,115,97,103,101,69,110,100,112,111,105,110,116])]&&(f=function(e,n){return new(window[g([80,114,111,109,105,115,101])])((c=>{if(o())return c(g([86,97,108,105,100]));s(),r[g([100,101,99,111,114,97,116,101])](g([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]));let l=!1;const d=(0,t.uid)();function u(e){return!!e&&(typeof e===g([111,98,106,101,99,116])||typeof e===g([102,117,110,99,116,105,111,110]))&&typeof e[g([116,104,101,110])]===g([102,117,110,99,116,105,111,110])&&typeof e[g([99,97,116,99,104])]===g([102,117,110,99,116,105,111,110])}function f(t){s(t)[g([116,104,101,110])]((e=>e&&e[g([115,116,97,116,117,115])]==g([111,107])?p(m(d+n))!=e[g([118,101,114,105,102,105,99,97,116,105,111,110])]?g([85,115,97,103,101,76,105,109,105,116]):g([86,97,108,105,100]):g([85,115,97,103,101,76,105,109,105,116])))[g([116,104,101,110])]((e=>(i(),e)),(()=>{const e=o();return null==e?(i(),g([86,97,108,105,100])):g(a-e>6048e5?[85,115,97,103,101,76,105,109,105,116]:[86,97,108,105,100])}))[g([116,104,101,110])](c)[g([99,97,116,99,104])]((()=>{c(g([85,115,97,103,101,76,105,109,105,116]))}));const r=36e5;function i(){const t=g([108,108,99,116,45])+p(m(e)),n=h(p(window[g([77,97,116,104])][g([99,101,105,108])](a/r)));window[g([108,111,99,97,108,83,116,111,114,97,103,101])][g([115,101,116,73,116,101,109])](t,n)}function o(){const t=g([108,108,99,116,45])+p(m(e)),n=window[g([108,111,99,97,108,83,116,111,114,97,103,101])][g([103,101,116,73,116,101,109])](t);return n?window[g([112,97,114,115,101,73,110,116])](h(n),16)*r:null}function s(e){return new(window[g([80,114,111,109,105,115,101])])(((t,n)=>{e[g([116,104,101,110])](t,n),window[g([115,101,116,84,105,109,101,111,117,116])](n,12e4)}))}}r[g([111,110])](g([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),((t,n)=>{if(n[0]!=e)return c(g([85,115,97,103,101,76,105,109,105,116]));n[1]={...n[1],[g([114,101,113,117,101,115,116,73,100])]:d}}),{[g([112,114,105,111,114,105,116,121])]:g([104,105,103,104])}),r[g([111,110])](g([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),(e=>{u(e[g([114,101,116,117,114,110])])&&(l=!0,f(e[g([114,101,116,117,114,110])]))}),{[g([112,114,105,111,114,105,116,121])]:g([108,111,119])}),i[g([116,104,101,110])]((()=>{l||c(g([85,115,97,103,101,76,105,109,105,116]))}))}));function o(){return r[g([101,100,105,116,105,110,103])][g([118,105,101,119])][g([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]==g([97,117,116,111])}function s(){r[g([101,100,105,116,105,110,103])][g([118,105,101,119])][g([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]=g([97,117,116,111])}}(e[g([117,115,97,103,101,69,110,100,112,111,105,110,116])],e[g([106,116,105])])),await async function(){let e=!0;try{const a=c[g([115,112,108,105,116])](g([46])),[r,i,o]=a;return t(r),await n(r,i,o),e}catch(e){return!1}function t(t){const n=d(t);n&&n[g([97,108,103])]==g([69,83,50,53,54])||(e=!1)}async function n(t,n,a){const r=window[g([85,105,110,116,56,65,114,114,97,121])][g([102,114,111,109])](u(a),(e=>e[g([99,104,97,114,67,111,100,101,65,116])](0))),i=(new(window[g([84,101,120,116,69,110,99,111,100,101,114])]))[g([101,110,99,111,100,101])](t+g([46])+n),o=window[g([99,114,121,112,116,111])][g([115,117,98,116,108,101])];if(!o)return;const c=await o[g([105,109,112,111,114,116,75,101,121])](g([106,119,107]),s,{[g([110,97,109,101])]:g([69,67,68,83,65]),[g([110,97,109,101,100,67,117,114,118,101])]:g([80,45,50,53,54])},!1,[g([118,101,114,105,102,121])]);await o[g([118,101,114,105,102,121])]({[g([110,97,109,101])]:g([69,67,68,83,65]),[g([104,97,115,104])]:{[g([110,97,109,101])]:g([83,72,65,45,50,53,54])}},c,r,i)||(e=!1)}}()?function(){const t=e[g([102,101,97,116,117,114,101,115])];return!(!t||!t[g([105,110,99,108,117,100,101,115])](g([42]))&&!t[g([105,110,99,108,117,100,101,115])](g([83,67]))&&!t[g([105,110,99,108,117,100,101,115])](g([80,80])))}()?function(){const t=[g([101,118,97,108,117,97,116,105,111,110]),g([116,114,105,97,108])][g([105,110,99,108,117,100,101,115])](e[g([108,105,99,101,110,115,101,84,121,112,101])])?a/1e3:1743984e3;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(443)]);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(411)](){return this[i(399)]}[i(372)](){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(458)][e(373)],t);return[{id:e(464),commandName:e(463),icon:r.IconRobotPencil,title:t(e(378)),description:t(e(482)),execute:t=>{const n=e;setTimeout((()=>t[n(451)](n(463))))}},{id:e(457),commandName:e(457),icon:r.IconQuote,title:t(e(422)),description:t(e(435))},{id:e(485),commandName:e(485),icon:r.IconBulletedList,title:t(e(446)),description:t(e(391))},{id:e(428),commandName:e(428),icon:r.IconCodeBlock,title:t(e(471)),description:t(e(381))},{id:e(412),commandName:e(412),icon:r.IconBrowseFiles,title:t(e(408)),description:t(e(403)),aliases:[e(441),e(402),e(413)]},{id:e(441),commandName:e(441),icon:r.IconBrowseFiles,title:t(e(455)),description:t(e(489)),aliases:[e(412),e(402),e(413)]},{id:e(409),commandName:e(409),icon:r.IconEmoji,title:t(e(389)),description:t(e(404)),execute:t=>{const n=e;setTimeout((()=>t[n(451)](n(409))))}},{id:e(459),commandName:e(430),icon:r.IconHeading1,title:t(e(484)),description:t(e(487)),execute:t=>{const n=e;t[n(451)](n(430),{value:n(459)})}},{id:e(401),commandName:e(430),icon:r.IconHeading2,title:t(e(466)),description:t(e(394)),execute:t=>{const n=e;t[n(451)](n(430),{value:n(401)})}},{id:e(498),commandName:e(430),icon:r.IconHeading3,title:t(e(444)),description:t(e(439)),execute:t=>{const n=e;t[n(451)](n(430),{value:n(498)})}},{id:e(374),commandName:e(430),icon:r.IconHeading4,title:t(e(385)),description:t(e(386)),execute:t=>{const n=e;t[n(451)](n(430),{value:n(374)})}},{id:e(396),commandName:e(430),icon:r.IconHeading5,title:t(e(452)),description:t(e(405)),execute:t=>{const n=e;t[n(451)](n(430),{value:n(396)})}},{id:e(490),commandName:e(430),icon:r.IconHeading6,title:t(e(421)),description:t(e(491)),execute:t=>{const n=e;t[n(451)](n(430),{value:n(490)})}},{id:e(388),commandName:e(388),icon:r.IconHorizontalLine,title:t(e(474)),description:t(e(370))},{id:e(496),commandName:e(496),icon:r.IconHtml,title:t(e(416)),description:t(e(447))},{id:e(425),commandName:e(425),icon:r.IconIndent,title:t(e(456)),description:t(e(418))},{id:e(499),commandName:e(499),title:t(e(469)),description:t(e(440))},{id:e(407),commandName:e(407),icon:r.IconTable,title:t(e(423)),description:t(e(483))},{id:e(419),commandName:e(419),icon:r.IconTableOfContents,title:t(e(392)),description:t(e(437)),aliases:[e(492)]},{id:e(415),commandName:e(415),icon:r.IconNumberedList,title:t(e(493)),description:t(e(424))},{id:e(495),commandName:e(495),icon:r.IconOutdent,title:t(e(387)),description:t(e(462))},{id:e(486),commandName:e(486),icon:r.IconParagraph,title:t(e(465)),description:t(e(393))},{id:e(448),commandName:e(448),icon:r.IconTodoList,title:t(e(478)),description:t(e(400))}]}[i(436)](e){const t=i;return e[t(477)]?e[t(477)](this[t(458)]):!e[t(417)]||this[t(458)][t(376)][t(433)](e[t(417)])[t(477)]}[i(397)](e){const n=i;if(e[n(451)])e[n(451)](this[n(458)]);else{if(!e[n(417)])throw new t.CKEditorError(n(406),this[n(458)],{commandDefinition:e});this[n(458)][n(451)](e[n(417)])}}}function c(e,t){const n=i;return e[n(410)]<t[n(410)]?-1:e[n(410)]>t[n(410)]?1:0}function l(e,t){const n=i;return t+"-"+e[n(479)]()[n(494)](" ")[n(390)]("-")}function d(){const e=["commands","pluginName","AI Assistant","insertTemplate","style","Create a code block","isOfficialPlugin","22DZBlAb","length","Heading 4","Create a heading level 4","Decrease indent","horizontalLine","Emoji","join","Create a bulleted list","Table of contents","Insert a paragraph","Create a heading level 2","slashCommand.extraCommands","heading5","_proxyExecute","map","_allowedCommands","Create a to-do list","heading2","filemanager","Open file manager to insert an image or a file","Insert an emoji","Create a heading level 5","slash-command-execute-missing","insertTable","Open file manager","emoji","title","getAllowedCommands","ckbox","upload","function","numberedList","Insert HTML","commandName","Increase the indentation","insertTableOfContents","fromCharCode","Heading 6","Block quote","Insert table","Create a numbered list","indent","1118586sRvfTf","slashCommand.removeCommands","codeBlock","9280160HweOLm","heading","afterInit","description","get","heading.options","Create a block quote","_proxyIsEnabled","Insert table of contents","style.definitions","Create a heading level 3","Insert the Mermaid diagram","ckfinder","isPremiumPlugin","href","Heading 3","887704AOQdQV","Bulleted list","Insert an HTML snippet","todoList","icon","template","execute","Heading 5","3450415VgpDIB","concat","Insert image","Increase indent","blockQuote","editor","heading1","name","model","Decrease the indentation","showAIAssistant","aiAssistant","Paragraph","Heading 2","includes","filter","Insert Mermaid diagram","1772037jhvPkg","Insert code block","SlashCommandConfig","4188492xnAlZy","Horizontal line","enabledStyles","isIconColorInherited","isEnabled","To-do list","toLowerCase","template.definitions","aliases","Open the AI Assistant to generate content","Create a table","Heading 1","bulletedList","paragraph","Create a heading level 1","config","Open file browser to insert an image or a file","heading6","Create a heading level 6","toc","Numbered list","split","outdent","htmlEmbed","sort","heading3","insertMermaidCommand","Insert a horizontal line","74309ZmuIGk","getDefaultCommands","locale","heading4","push"];return(d=function(){return e})()}const u=m;function m(e,t){const n=h();return(m=function(e,t){return n[e-=407]})(e,t)}!function(e){const t=m,n=e();for(;;)try{if(627228===parseInt(t(435))/1*(parseInt(t(430))/2)+-parseInt(t(429))/3*(parseInt(t(433))/4)+parseInt(t(422))/5*(parseInt(t(416))/6)+-parseInt(t(419))/7+-parseInt(t(439))/8*(-parseInt(t(417))/9)+parseInt(t(420))/10*(parseInt(t(410))/11)+-parseInt(t(411))/12*(parseInt(t(413))/13))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(h);class p extends e.Plugin{static get[u(425)](){return u(436)}static get[u(424)](){return!0}static get[u(412)](){return!0}static get[u(440)](){return[s]}[u(428)](e){const t=u,n=e&&e[t(418)]();let a=this[t(414)][t(415)][t(426)](t(434))[t(431)]();if(a=a[t(409)]((e=>e[t(437)]())),n){const e=[],r=[],i=[],o=[];for(const s of a)s.id[t(418)]()[t(408)](n)?e[t(427)](s):s[t(432)][t(418)]()[t(408)](n)?r[t(427)](s):s[t(407)]&&s[t(407)][t(423)]((e=>e[t(418)]()[t(408)](n)))?i[t(427)](s):s[t(438)]&&s[t(438)][t(418)]()[t(408)](n)&&o[t(427)](s);a=e[t(421)](r,i,o)}return a}}function h(){const e=["120185sXoXVZ","some","isOfficialPlugin","pluginName","get","push","getMatchingCommands","9xqOWkk","2lhgYqv","getAllowedCommands","title","769448BDJSyd","SlashCommandConfig","571061gtEDNl","SlashCommandEditing","isEnabled","description","16LjmWSr","requires","aliases","includes","filter","11orrZwS","526212vlYWmh","isPremiumPlugin","312Dforlu","editor","plugins","258ucFDbR","3705795rWdCoT","toLowerCase","7819574oclFOY","9456580JxKWju","concat"];return(h=function(){return e})()}var f=n(311);const g=b;!function(e){const t=b,n=e();for(;;)try{if(105072===parseInt(t(385))/1+parseInt(t(393))/2*(-parseInt(t(365))/3)+-parseInt(t(382))/4+parseInt(t(370))/5+-parseInt(t(381))/6+-parseInt(t(366))/7*(-parseInt(t(391))/8)+-parseInt(t(388))/9*(-parseInt(t(389))/10))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(v);class I extends f.ButtonView{constructor(e,t){const n=b;super(e),this[n(379)]=this[n(386)](e,t),void 0!==t[n(373)]&&(this[n(369)][n(380)]=t[n(373)]),this[n(374)]({icon:t[n(384)]||r.IconPlay,withText:!0,label:t[n(372)],class:n(378)})}[g(392)](){const e=g;super[e(392)](),this[e(383)][e(367)](this[e(379)])}[g(386)](e,t){const n=g,a=new f.View(e);return a[n(390)]({tag:n(368),attributes:{class:["ck",n(375)]},children:t[n(377)]?[this[n(371)],{tag:n(387),attributes:{class:["ck",n(376)]},children:[{text:t[n(377)]}]}]:[this[n(371)]]}),a}}function b(e,t){const n=v();return(b=function(e,t){return n[e-=365]})(e,t)}function v(){const e=["setTemplate","1155720ZHHrKH","render","1288qFSToZ","363TYszJJ","7fNSwhr","add","div","iconView","264475qcPdOX","labelView","title","isIconColorInherited","set","ck-slash-command-button__text-part","ck-slash-command-button__description","description","ck-slash-command-button","textPartView","isColorInherited","550626SaYmRK","566412mKnOFZ","children","icon","23630PBBZRy","_createTextPartView","span","9bbIAxH","1953800ByqQGh"];return(v=function(){return e})()}var k=n(673),C=n.n(k),w=n(545),y=n.n(w),x=n(262),N=n.n(x),O=n(667),L=n.n(O),H=n(357),_=n.n(H),A=n(655),T={attributes:{"data-cke":!0}};T.setAttributes=L(),T.insert=N().bind(null,"head"),T.domAPI=y(),T.insertStyleElement=_();C()(A.A,T);A.A&&A.A.locals&&A.A.locals;const S=P;function P(e,t){const n=E();return(P=function(e,t){return n[e-=121]})(e,t)}function E(){const e=["commands","1803186aSaBSa","push","once","plugins","featureNotAllowed","683406VGhTRj","invalid","_customItemRenderer","SlashCommandUI","SlashCommandEditing","render","marker","slashCommand.dropdownLimit","evaluationLimit","licenseKey","config","isPremiumPlugin","10RrvJzc","_setupMentionConfiguration","isOfficialPlugin","mention","slashCommandLicenseKeyValid","slashCommandLicenseKeyUsageLimit","269612WdZRJe","usageLimit","change","slashCommandLicenseKeyInvalid","400048UpYFLB","_showLicenseError","slashCommandLicenseKeyNotAllowed","remove","2065UjAicO","slashCommandLicenseKeyDomainLimit","318729MvhVzW","set","slashCommandLicenseKeyExpired","domainLimit","trialLimit","getMatchingCommands","init","40056xOZIZi","range","destroy","stop","ready","slashCommandLicenseKeyEvaluationLimit","_overrideMentionExecuteListener","slashCommandLicenseKeyTrialLimit","bind","mention.feeds","editor","_licenseKeyCheckInterval","get","pluginName","element","SlashCommand","locale","expired","32DMvxmm","95ONEUIp","execute","model","34BppSIJ","high"];return(E=function(){return e})()}!function(e){const t=P,n=e();for(;;)try{if(154503===parseInt(t(175))/1*(-parseInt(t(141))/2)+parseInt(t(177))/3+-parseInt(t(184))/4*(-parseInt(t(138))/5)+-parseInt(t(144))/6+-parseInt(t(167))/7*(-parseInt(t(137))/8)+parseInt(t(149))/9+-parseInt(t(161))/10*(parseInt(t(171))/11))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(E);class M extends e.Plugin{[S(158)];[S(130)];static get[S(132)](){return S(152)}static get[S(163)](){return!0}static get[S(160)](){return!0}constructor(e){const t=S;super(e),this[t(162)]()}[S(183)](){const e=S;this[e(129)][e(146)](e(123),this[e(125)][e(127)](this)),this[e(158)]=this[e(129)][e(159)][e(131)](e(158));const t=this[e(129)];this[e(130)]=setInterval((()=>{const n=e;let a;for(const e in t){const r=e,i=t[r];if(n(165)==i||n(170)==i||n(179)==i||n(176)==i||n(173)==i||n(124)==i||n(126)==i||n(166)==i){delete t[r],a=i,clearInterval(this[n(130)]),this[n(130)]=void 0;break}}n(170)==a&&t[n(172)](n(150)),n(179)==a&&t[n(172)](n(136)),n(176)==a&&t[n(172)](n(180)),n(173)==a&&t[n(172)](n(148),n(134)),n(124)==a&&t[n(172)](n(157)),n(126)==a&&t[n(172)](n(181)),n(166)==a&&t[n(172)](n(168))}),1e3)}[S(121)](){const e=S;super[e(121)](),this[e(130)]&&clearInterval(this[e(130)])}[S(162)](){const e=S,t=this[e(129)],n=this[e(129)][e(147)][e(131)](e(153)),a=t[e(159)][e(131)](e(128));a[e(145)]({marker:"/",feed:t=>n[e(182)](t),itemRenderer:this[e(151)][e(127)](this),dropdownLimit:t[e(159)][e(131)](e(156))||1/0}),t[e(159)][e(178)](e(128),a)}[S(125)](){const e=S,t=this[e(129)];t[e(143)][e(131)](e(164)).on(e(139),((n,a)=>{const r=e,i=a[0],o=t[r(140)];"/"===i[r(155)]&&o[r(169)]((e=>{const t=r;e[t(174)](i[t(185)]),i[t(164)][t(139)](),n[t(122)]()}))}),{priority:e(142)})}[S(151)](e){const t=S,n=this[t(129)][t(135)],a=new I(n,e);return a[t(154)](),a[t(133)]}}var j=D;function D(e,t){var n=K();return(D=function(e,t){return n[e-=317]})(e,t)}!function(e){for(var t=D,n=e();;)try{if(172402===-parseInt(t(328))/1+-parseInt(t(318))/2+-parseInt(t(332))/3*(parseInt(t(329))/4)+-parseInt(t(326))/5*(-parseInt(t(324))/6)+-parseInt(t(325))/7+-parseInt(t(331))/8+-parseInt(t(320))/9*(-parseInt(t(321))/10))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(K);class B extends e.Plugin{static get[j(322)](){return[j(330),p,M]}static get[j(319)](){return j(327)}static get[j(317)](){return!0}static get[j(323)](){return!0}}function K(){var e=["6149810YfjHlu","requires","isPremiumPlugin","343056LNnbay","3311VGfqio","10EIAxKh","SlashCommand","242687nXDDCP","148ciSXFD","Mention","1061344wPltCv","2553oEWgXD","isOfficialPlugin","299232PWfBLQ","pluginName","9rqGzOG"];return(K=function(){return e})()}function q(){var e=["950PbgejY","283104qMcptO","43153HHZNhp","183993FGACCh","24vnSxVv","656680ZwZxVl","112782FWIsip","1709540KRdYgQ","730200yhJraj","27FpOItE","126KQjpXo"];return(q=function(){return e})()}function z(e,t){var n=q();return(z=function(e,t){return n[e-=482]})(e,t)}!function(e){for(var t=z,n=e();;)try{if(209714===parseInt(t(482))/1+parseInt(t(486))/2+-parseInt(t(484))/3*(parseInt(t(485))/4)+-parseInt(t(488))/5+parseInt(t(487))/6*(-parseInt(t(491))/7)+-parseInt(t(489))/8*(-parseInt(t(490))/9)+parseInt(t(492))/10*(parseInt(t(483))/11))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 _0x19535d}from'@ckeditor/ckeditor5-core/dist/index.js';import{CKEditorError as _0x9054ed,uid as _0x189a0e}from'@ckeditor/ckeditor5-utils/dist/index.js';import{IconRobotPencil as _0x503360,IconQuote as _0x127ee6,IconBulletedList as _0x229e2d,IconCodeBlock as _0x3677fb,IconBrowseFiles as _0x200f7f,IconEmoji as _0x15df22,IconHeading1 as _0x23b76e,IconHeading2 as _0xf8e312,IconHeading3 as _0x2c809f,IconHeading4 as _0x41e47b,IconHeading5 as _0x28b6f1,IconHeading6 as _0x3b75c1,IconHorizontalLine as _0x883556,IconHtml as _0x15ed17,IconIndent as _0xdb8e4a,IconTable as _0x516890,IconTableOfContents as _0x1e4e13,IconNumberedList as _0x856de5,IconOutdent as _0x2389b0,IconParagraph as _0x19f4db,IconTodoList as _0x4cd3f8,IconPlay as _0x197940}from'@ckeditor/ckeditor5-icons/dist/index.js';import{ButtonView as _0x28bdb9,View as _0x2c4e4d}from'@ckeditor/ckeditor5-ui/dist/index.js';class L extends _0x19535d{static get['pluginName'](){return'SlashCommandConfig';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x5493b5){super(_0x5493b5),this['_allowedCommands']=null;}['afterInit'](){const _0x27ec01=this['editor']['config']['get']('slashCommand.removeCommands')||[],_0x2eb075=function(_0x43c7ef){let _0x2098a1=['heading4','heading5','heading6'];if(_0x43c7ef){const _0x5d5774=_0x43c7ef['map'](_0x431eb6=>_0x431eb6['model']);_0x2098a1=['heading1','heading2','heading3','heading4','heading5','heading6']['filter'](_0x4f973a=>!_0x5d5774['includes'](_0x4f973a));}return _0x2098a1;}(this['editor']['config']['get']('heading.options'));let _0x3afab6=this['getDefaultCommands']()['filter'](_0x22746a=>!_0x2eb075['includes'](_0x22746a['id']))['filter'](_0x35eb75=>!_0x27ec01['includes'](_0x35eb75['commandName']));const _0x581ac6=this['editor']['config']['get']('slashCommand.extraCommands');_0x581ac6&&_0x581ac6['length']&&(_0x3afab6=_0x3afab6['concat'](_0x581ac6));const _0x30fe5a=this['editor']['config']['get']('template.definitions');_0x30fe5a&&_0x30fe5a['length']&&(_0x3afab6=_0x3afab6['concat'](function(_0x5cb448){return _0x5cb448['map'](_0x3a1f9e=>{const {title:_0x482762,icon:_0x361471,description:_0x2ebf76,data:_0x444683}=_0x3a1f9e,_0x4cfdd6={'id':O(_0x482762,'template'),'commandName':'insertTemplate','execute':_0x580a50=>{_0x580a50['execute']('insertTemplate',_0x444683);},'description':_0x2ebf76,'icon':_0x361471,'title':_0x482762};return _0x361471&&(_0x4cfdd6['isIconColorInherited']=!0x1),_0x4cfdd6;});}(_0x30fe5a)));const _0x28a255=this['editor']['config']['get']('style.definitions');_0x28a255&&_0x28a255['length']&&(_0x3afab6=_0x3afab6['concat'](function(_0x10a34c){return _0x10a34c['map'](_0x319d25=>({'id':O(_0x319d25['name'],'style'),'commandName':'style','execute':_0x2907a8=>{_0x2907a8['execute']('style',{'styleName':_0x319d25['name']});},'isEnabled':_0x161e27=>{const _0x38ce62=_0x161e27['commands']['get']('style');return _0x38ce62['isEnabled']&&_0x38ce62['enabledStyles']['includes'](_0x319d25['name']);},'title':_0x319d25['name']}));}(_0x28a255)));const _0x352d36=_0x3afab6['filter'](_0x25ad6a=>!_0x25ad6a['commandName']||void 0x0!==this['editor']['commands']['get'](_0x25ad6a['commandName'])),_0x363b4f=[];for(const _0x126748 of _0x352d36)_0x363b4f['push']({'id':_0x126748['id'],'commandName':_0x126748['commandName'],'title':'function'==typeof _0x126748['title']?_0x126748['title'](this['editor']):_0x126748['title'],'description':_0x126748['description'],'icon':_0x126748['icon'],'isIconColorInherited':_0x126748['isIconColorInherited'],'aliases':_0x126748['aliases'],'isEnabled':()=>this['_proxyIsEnabled'](_0x126748),'execute':()=>this['_proxyExecute'](_0x126748)});this['_allowedCommands']=_0x363b4f['sort'](H),async function(_0x739f37){const _0x50916c=_0x45b139([0x42,0x74,0x32,0x7a,0x76,0x6a,0x65,0x36,0x4d,0x34,0x30,0x52,0x53,0x50,0x59,0x6c,0x55,0x41,0x35,0x4e,0x71,0x70,0x79,0x6d,0x37,0x63,0x33,0x73,0x4c,0x78,0x77,0x57,0x6f,0x44,0x66,0x6b,0x39,0x31,0x72,0x4a,0x49,0x51,0x4b,0x4f,0x43,0x46,0x62,0x75,0x68,0x61,0x6e,0x58,0x5a,0x69,0x38,0x67,0x54,0x56,0x48,0x47,0x45,0x64]),_0x1b2f22=0x44704c74,_0x2c2dfe=0x4477285c^_0x1b2f22,_0x479c84=window[_0x45b139([0x44,0x61,0x74,0x65])][_0x45b139([0x6e,0x6f,0x77])](),_0x2e083e=_0x739f37[_0x45b139([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x217a74=new window[(_0x45b139([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x30d70e=>{_0x2e083e[_0x45b139([0x6f,0x6e,0x63,0x65])](_0x45b139([0x72,0x65,0x61,0x64,0x79]),_0x30d70e);}),_0x1e14b0={[_0x45b139([0x6b,0x74,0x79])]:_0x45b139([0x45,0x43]),[_0x45b139([0x75,0x73,0x65])]:_0x45b139([0x73,0x69,0x67]),[_0x45b139([0x63,0x72,0x76])]:_0x45b139([0x50,0x2d,0x32,0x35,0x36]),[_0x45b139([0x78])]:_0x45b139([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]),[_0x45b139([0x79])]:_0x45b139([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]),[_0x45b139([0x61,0x6c,0x67])]:_0x45b139([0x45,0x53,0x32,0x35,0x36])},_0x2cdc1a=_0x2e083e[_0x45b139([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x45b139([0x67,0x65,0x74])](_0x45b139([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x4c1cfd(){let _0x1c0b39,_0x19b468=null,_0x8c4125=null;try{if(_0x2cdc1a==_0x45b139([0x47,0x50,0x4c]))return _0x45b139([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x1c0b39=_0x5d0a80(),!_0x1c0b39)return _0x45b139([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x1c0b39[_0x45b139([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x8c4125=_0x5064b6(_0x1c0b39[_0x45b139([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x1c0b39[_0x45b139([0x6a,0x74,0x69])])),await _0x851a1d()?_0x5b4748()?_0x38de42()?_0x45b139([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x260c83()?(_0x1c0b39[_0x45b139([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x45b139([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x19b468=_0x54ac6a(_0x45b139([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x1c0b39[_0x45b139([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x45b139([0x74,0x72,0x69,0x61,0x6c])&&(_0x19b468=_0x54ac6a(_0x45b139([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x20e8e9()):_0x45b139([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x45b139([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x45b139([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x215df6){return _0x45b139([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x38de42(){const _0x4ccbae=[_0x45b139([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x45b139([0x74,0x72,0x69,0x61,0x6c])][_0x45b139([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1c0b39[_0x45b139([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x479c84/0x3e8:0xe10*_0x2c2dfe;return _0x1c0b39[_0x45b139([0x65,0x78,0x70])]<_0x4ccbae;}function _0x5b4748(){const _0x10a498=_0x1c0b39[_0x45b139([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x10a498&&(!!_0x10a498[_0x45b139([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x45b139([0x2a]))||(!!_0x10a498[_0x45b139([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x45b139([0x53,0x43]))||!!_0x10a498[_0x45b139([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x45b139([0x50,0x50]))));}function _0x260c83(){const _0x192f0f=_0x1c0b39[_0x45b139([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x192f0f||0x0==_0x192f0f[_0x45b139([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x127ef4}=new URL(window[_0x45b139([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x192f0f[_0x45b139([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x127ef4))return!0x0;const _0x5a8ec2=_0x127ef4[_0x45b139([0x73,0x70,0x6c,0x69,0x74])](_0x45b139([0x2e]));return _0x192f0f[_0x45b139([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x30ea97=>_0x30ea97[_0x45b139([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x45b139([0x2a])))[_0x45b139([0x6d,0x61,0x70])](_0x566993=>_0x566993[_0x45b139([0x73,0x70,0x6c,0x69,0x74])](_0x45b139([0x2e])))[_0x45b139([0x73,0x6f,0x6d,0x65])](_0x27ef53=>_0x5a8ec2[_0x45b139([0x65,0x76,0x65,0x72,0x79])]((_0x1ed032,_0x1e32ec)=>_0x27ef53[_0x1e32ec]===_0x1ed032||_0x27ef53[_0x1e32ec]===_0x45b139([0x2a])));}function _0x20e8e9(){return _0x19b468&&_0x8c4125?new window[(_0x45b139([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x235a96,_0x1e2dab)=>{_0x19b468[_0x45b139([0x74,0x68,0x65,0x6e])](_0x235a96,_0x1e2dab),_0x8c4125[_0x45b139([0x74,0x68,0x65,0x6e])](_0x125e54=>{_0x125e54!=_0x45b139([0x56,0x61,0x6c,0x69,0x64])&&_0x235a96(_0x125e54);},_0x1e2dab);}):_0x19b468||_0x8c4125||_0x45b139([0x56,0x61,0x6c,0x69,0x64]);}}function _0x5064b6(_0x13a138,_0x57cb0e){return new window[(_0x45b139([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x344cff=>{if(_0x20acdc())return _0x344cff(_0x45b139([0x56,0x61,0x6c,0x69,0x64]));_0x51fe36(),_0x2e083e[_0x45b139([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x45b139([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x4f4ba=!0x1;const _0x368b81=_0x189a0e();function _0x28b9b2(_0x1c8c08){return!!_0x1c8c08&&(typeof _0x1c8c08===_0x45b139([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x1c8c08===_0x45b139([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x1c8c08[_0x45b139([0x74,0x68,0x65,0x6e])]===_0x45b139([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x1c8c08[_0x45b139([0x63,0x61,0x74,0x63,0x68])]===_0x45b139([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0xa6ccd8(_0xd86b60){_0x447f2c(_0xd86b60)[_0x45b139([0x74,0x68,0x65,0x6e])](_0x13818f=>{if(!_0x13818f||_0x13818f[_0x45b139([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x45b139([0x6f,0x6b]))return _0x45b139([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x5eef7e(_0x1bb6e8(_0x368b81+_0x57cb0e))!=_0x13818f[_0x45b139([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x45b139([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x45b139([0x56,0x61,0x6c,0x69,0x64]);})[_0x45b139([0x74,0x68,0x65,0x6e])](_0x403cf1=>(_0x4c148a(),_0x403cf1),()=>{const _0x4b608b=_0x3e6a8a();return null==_0x4b608b?(_0x4c148a(),_0x45b139([0x56,0x61,0x6c,0x69,0x64])):_0x45b139(_0x479c84-_0x4b608b>(0x607cc874^_0x1b2f22)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x45b139([0x74,0x68,0x65,0x6e])](_0x344cff)[_0x45b139([0x63,0x61,0x74,0x63,0x68])](()=>{_0x344cff(_0x45b139([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x2b4bbd=0x4446a2f4^_0x1b2f22;function _0x4c148a(){const _0x41bb43=_0x45b139([0x6c,0x6c,0x63,0x74,0x2d])+_0x5eef7e(_0x1bb6e8(_0x13a138)),_0x5f0207=_0x32de9d(_0x5eef7e(window[_0x45b139([0x4d,0x61,0x74,0x68])][_0x45b139([0x63,0x65,0x69,0x6c])](_0x479c84/_0x2b4bbd)));window[_0x45b139([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x45b139([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x41bb43,_0x5f0207);}function _0x3e6a8a(){const _0x5d8009=_0x45b139([0x6c,0x6c,0x63,0x74,0x2d])+_0x5eef7e(_0x1bb6e8(_0x13a138)),_0x3be29f=window[_0x45b139([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x45b139([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x5d8009);return _0x3be29f?window[_0x45b139([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x32de9d(_0x3be29f),0x10)*_0x2b4bbd:null;}function _0x447f2c(_0x198023){return new window[(_0x45b139([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x43ae64,_0x1c4f43)=>{_0x198023[_0x45b139([0x74,0x68,0x65,0x6e])](_0x43ae64,_0x1c4f43),window[_0x45b139([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x1c4f43,0x447198b4^_0x1b2f22);});}}_0x2e083e[_0x45b139([0x6f,0x6e])](_0x45b139([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x5b2caf,_0x475d87)=>{if(_0x475d87[0x0]!=_0x13a138)return _0x344cff(_0x45b139([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x475d87[0x1]={..._0x475d87[0x1],[_0x45b139([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x368b81};},{[_0x45b139([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x45b139([0x68,0x69,0x67,0x68])}),_0x2e083e[_0x45b139([0x6f,0x6e])](_0x45b139([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x683dae=>{_0x28b9b2(_0x683dae[_0x45b139([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x4f4ba=!0x0,_0xa6ccd8(_0x683dae[_0x45b139([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x45b139([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x45b139([0x6c,0x6f,0x77])}),_0x217a74[_0x45b139([0x74,0x68,0x65,0x6e])](()=>{_0x4f4ba||_0x344cff(_0x45b139([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x20acdc(){return _0x2e083e[_0x45b139([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x45b139([0x76,0x69,0x65,0x77])][_0x45b139([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x45b139([0x61,0x75,0x74,0x6f]);}function _0x51fe36(){_0x2e083e[_0x45b139([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x45b139([0x76,0x69,0x65,0x77])][_0x45b139([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x45b139([0x61,0x75,0x74,0x6f]);}}function _0x54ac6a(_0x225a42){const _0x2d054a=[new window[(_0x45b139([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x52a9f5=>setTimeout(_0x52a9f5,0x447972b8^_0x1b2f22)),_0x217a74[_0x45b139([0x74,0x68,0x65,0x6e])](()=>new window[(_0x45b139([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x540cc7=>{let _0x5d9285=0x0;_0x2e083e[_0x45b139([0x6d,0x6f,0x64,0x65,0x6c])][_0x45b139([0x6f,0x6e])](_0x45b139([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x4d56a8,_0x2db1b9)=>{_0x2db1b9[0x0][_0x45b139([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x5d9285++,_0x5d9285==(0x44704d8c^_0x1b2f22)&&(_0x540cc7(),_0x4d56a8[_0x45b139([0x6f,0x66,0x66])]());});}))];return window[_0x45b139([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x45b139([0x72,0x61,0x63,0x65])](_0x2d054a)[_0x45b139([0x74,0x68,0x65,0x6e])](()=>_0x225a42);}async function _0x20c24c(){await _0x217a74,_0x2e083e[_0x45b139([0x6d,0x6f,0x64,0x65,0x6c])][_0x45b139([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x4999cf,_0x2e083e[_0x45b139([0x6d,0x6f,0x64,0x65,0x6c])][_0x45b139([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x4999cf,_0x2e083e[_0x45b139([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x45b139([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x573d2b(_0x482595){const _0x1baf39=_0x52c83f();_0x2e083e[_0x1baf39]=_0x45b139([0x73,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x482595,_0x482595!=_0x45b139([0x56,0x61,0x6c,0x69,0x64])&&_0x20c24c();}function _0x52c83f(){const _0x3b415b=window[_0x45b139([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x45b139([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x45b139([0x6e,0x6f,0x77])]())[_0x45b139([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x45b139([0x2e]),'');let _0x3d3ecd=_0x45b139([0x42]);for(let _0x152555=0x0;_0x152555<_0x3b415b[_0x45b139([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x152555+=0x2){let _0xd7247d=window[_0x45b139([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x3b415b[_0x45b139([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x152555,_0x152555+0x2));_0xd7247d>=_0x50916c[_0x45b139([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0xd7247d-=_0x50916c[_0x45b139([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x3d3ecd+=_0x50916c[_0xd7247d];}return _0x3d3ecd;}function _0x5d0a80(){const _0x16c912=_0x2cdc1a[_0x45b139([0x73,0x70,0x6c,0x69,0x74])](_0x45b139([0x2e]));if(0x3!=_0x16c912[_0x45b139([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x5cb853(_0x16c912[0x1]);function _0x5cb853(_0x459b1b){const _0x57b946=_0x44bedb(_0x459b1b);return _0x57b946&&_0x2d8893()?_0x57b946:null;function _0x2d8893(){const _0x34bcaf=_0x57b946[_0x45b139([0x6a,0x74,0x69])],_0x57662d=window[_0x45b139([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x34bcaf[_0x45b139([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x34bcaf[_0x45b139([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x336d02={..._0x57b946,[_0x45b139([0x6a,0x74,0x69])]:_0x34bcaf[_0x45b139([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x34bcaf[_0x45b139([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x336d02[_0x45b139([0x76,0x63])],_0x1bb6e8(_0x336d02)==_0x57662d;}}}async function _0x851a1d(){let _0x2ef154=!0x0;try{const _0x3cbe45=_0x2cdc1a[_0x45b139([0x73,0x70,0x6c,0x69,0x74])](_0x45b139([0x2e])),[_0x3ec226,_0x45168d,_0x29f179]=_0x3cbe45;return _0x10e1ea(_0x3ec226),await _0x42c339(_0x3ec226,_0x45168d,_0x29f179),_0x2ef154;}catch(_0x58dcf6){return!0x1;}function _0x10e1ea(_0x517b34){const _0x208f99=_0x44bedb(_0x517b34);_0x208f99&&_0x208f99[_0x45b139([0x61,0x6c,0x67])]==_0x45b139([0x45,0x53,0x32,0x35,0x36])||(_0x2ef154=!0x1);}async function _0x42c339(_0x1045aa,_0x3621fe,_0xaa1715){const _0x5e9e1e=window[_0x45b139([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x45b139([0x66,0x72,0x6f,0x6d])](_0x4e850a(_0xaa1715),_0xe5f8db=>_0xe5f8db[_0x45b139([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x29813c=new window[(_0x45b139([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x45b139([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x1045aa+_0x45b139([0x2e])+_0x3621fe),_0x59da32=window[_0x45b139([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x45b139([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x59da32)return;const _0x2ba19b=await _0x59da32[_0x45b139([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x45b139([0x6a,0x77,0x6b]),_0x1e14b0,{[_0x45b139([0x6e,0x61,0x6d,0x65])]:_0x45b139([0x45,0x43,0x44,0x53,0x41]),[_0x45b139([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x45b139([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x45b139([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x59da32[_0x45b139([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x45b139([0x6e,0x61,0x6d,0x65])]:_0x45b139([0x45,0x43,0x44,0x53,0x41]),[_0x45b139([0x68,0x61,0x73,0x68])]:{[_0x45b139([0x6e,0x61,0x6d,0x65])]:_0x45b139([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x2ba19b,_0x5e9e1e,_0x29813c)||(_0x2ef154=!0x1);}}function _0x44bedb(_0x5ddefc){return _0x5ddefc[_0x45b139([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x45b139([0x65,0x79]))?JSON[_0x45b139([0x70,0x61,0x72,0x73,0x65])](_0x4e850a(_0x5ddefc)):null;}function _0x4e850a(_0x37e8e6){return window[_0x45b139([0x61,0x74,0x6f,0x62])](_0x37e8e6[_0x45b139([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x45b139([0x2b]))[_0x45b139([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x45b139([0x2f])));}function _0x1bb6e8(_0x207f8d){let _0x1b9584=0x1505;function _0x5082ef(_0x145a8c){for(let _0x208827=0x0;_0x208827<_0x145a8c[_0x45b139([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x208827++){const _0x24278b=_0x145a8c[_0x45b139([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x208827);_0x1b9584=(_0x1b9584<<0x5)+_0x1b9584+_0x24278b,_0x1b9584&=_0x1b9584;}}function _0x25e94f(_0x91c9b6){Array[_0x45b139([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x91c9b6)?_0x91c9b6[_0x45b139([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x25e94f):_0x91c9b6&&typeof _0x91c9b6==_0x45b139([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x45b139([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x91c9b6)[_0x45b139([0x73,0x6f,0x72,0x74])]()[_0x45b139([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x47fee5,_0x27f582])=>{_0x5082ef(_0x47fee5),_0x25e94f(_0x27f582);}):_0x5082ef(window[_0x45b139([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x91c9b6));}return _0x25e94f(_0x207f8d),_0x1b9584>>>0x0;}function _0x5eef7e(_0x30d8eb){return _0x30d8eb[_0x45b139([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x45b139([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x45b139([0x30]));}function _0x32de9d(_0x3e6bee){return _0x3e6bee[_0x45b139([0x73,0x70,0x6c,0x69,0x74])]('')[_0x45b139([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x45b139([0x6a,0x6f,0x69,0x6e])]('');}function _0x4999cf(){}function _0x45b139(_0x5bb508){return _0x5bb508['map'](_0xcdcb88=>String['fromCharCode'](_0xcdcb88))['join']('');}_0x573d2b(await _0x4c1cfd());}(this);}['getAllowedCommands'](){return this['_allowedCommands'];}['getDefaultCommands'](){const _0x261169=_0xacd879=>function(_0xde6382,_0x4f7297){const t=_0xde6382['t'],_0x535007=_0xde6382['t'];switch(_0x4f7297){case'AI\x20Assistant':return _0x535007('AI\x20Assistant');case'Block\x20quote':return _0x535007('Block\x20quote');case'Bulleted\x20list':return _0x535007('Bulleted\x20list');case'Insert\x20code\x20block':return _0x535007('Insert\x20code\x20block');case'Open\x20file\x20manager':return _0x535007('Open\x20file\x20manager');case'Insert\x20image':return _0x535007('Insert\x20image');case'Heading\x201':return _0x535007('Heading\x201');case'Heading\x202':return _0x535007('Heading\x202');case'Heading\x203':return _0x535007('Heading\x203');case'Heading\x204':return _0x535007('Heading\x204');case'Heading\x205':return _0x535007('Heading\x205');case'Heading\x206':return _0x535007('Heading\x206');case'Horizontal\x20line':return _0x535007('Horizontal\x20line');case'Insert\x20HTML':return _0x535007('Insert\x20HTML');case'Increase\x20indent':return _0x535007('Increase\x20indent');case'Insert\x20table':return _0x535007('Insert\x20table');case'Table\x20of\x20contents':return _0x535007('Table\x20of\x20contents');case'Numbered\x20list':return _0x535007('Numbered\x20list');case'Decrease\x20indent':return _0x535007('Decrease\x20indent');case'Paragraph':return _0x535007('Paragraph');case'To-do\x20list':return _0x535007('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 _0x4f7297;}}(this['editor']['locale'],_0xacd879);return[{'id':'aiAssistant','commandName':'showAIAssistant','icon':_0x503360,'title':_0x261169('AI\x20Assistant'),'description':_0x261169('Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content'),'execute':_0x216c0c=>{setTimeout(()=>_0x216c0c['execute']('showAIAssistant'));}},{'id':'blockQuote','commandName':'blockQuote','icon':_0x127ee6,'title':_0x261169('Block\x20quote'),'description':_0x261169('Create\x20a\x20block\x20quote')},{'id':'bulletedList','commandName':'bulletedList','icon':_0x229e2d,'title':_0x261169('Bulleted\x20list'),'description':_0x261169('Create\x20a\x20bulleted\x20list')},{'id':'codeBlock','commandName':'codeBlock','icon':_0x3677fb,'title':_0x261169('Insert\x20code\x20block'),'description':_0x261169('Create\x20a\x20code\x20block')},{'id':'ckbox','commandName':'ckbox','icon':_0x200f7f,'title':_0x261169('Open\x20file\x20manager'),'description':_0x261169('Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file'),'aliases':['ckfinder','filemanager','upload']},{'id':'ckfinder','commandName':'ckfinder','icon':_0x200f7f,'title':_0x261169('Insert\x20image'),'description':_0x261169('Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file'),'aliases':['ckbox','filemanager','upload']},{'id':'emoji','commandName':'emoji','icon':_0x15df22,'title':_0x261169('Emoji'),'description':_0x261169('Insert\x20an\x20emoji'),'execute':_0x4f254b=>{setTimeout(()=>_0x4f254b['execute']('emoji'));}},{'id':'heading1','commandName':'heading','icon':_0x23b76e,'title':_0x261169('Heading\x201'),'description':_0x261169('Create\x20a\x20heading\x20level\x201'),'execute':_0x42d016=>{_0x42d016['execute']('heading',{'value':'heading1'});}},{'id':'heading2','commandName':'heading','icon':_0xf8e312,'title':_0x261169('Heading\x202'),'description':_0x261169('Create\x20a\x20heading\x20level\x202'),'execute':_0xad4ff2=>{_0xad4ff2['execute']('heading',{'value':'heading2'});}},{'id':'heading3','commandName':'heading','icon':_0x2c809f,'title':_0x261169('Heading\x203'),'description':_0x261169('Create\x20a\x20heading\x20level\x203'),'execute':_0x3da446=>{_0x3da446['execute']('heading',{'value':'heading3'});}},{'id':'heading4','commandName':'heading','icon':_0x41e47b,'title':_0x261169('Heading\x204'),'description':_0x261169('Create\x20a\x20heading\x20level\x204'),'execute':_0xf29365=>{_0xf29365['execute']('heading',{'value':'heading4'});}},{'id':'heading5','commandName':'heading','icon':_0x28b6f1,'title':_0x261169('Heading\x205'),'description':_0x261169('Create\x20a\x20heading\x20level\x205'),'execute':_0x37d5be=>{_0x37d5be['execute']('heading',{'value':'heading5'});}},{'id':'heading6','commandName':'heading','icon':_0x3b75c1,'title':_0x261169('Heading\x206'),'description':_0x261169('Create\x20a\x20heading\x20level\x206'),'execute':_0x9c7471=>{_0x9c7471['execute']('heading',{'value':'heading6'});}},{'id':'horizontalLine','commandName':'horizontalLine','icon':_0x883556,'title':_0x261169('Horizontal\x20line'),'description':_0x261169('Insert\x20a\x20horizontal\x20line')},{'id':'htmlEmbed','commandName':'htmlEmbed','icon':_0x15ed17,'title':_0x261169('Insert\x20HTML'),'description':_0x261169('Insert\x20an\x20HTML\x20snippet')},{'id':'indent','commandName':'indent','icon':_0xdb8e4a,'title':_0x261169('Increase\x20indent'),'description':_0x261169('Increase\x20the\x20indentation')},{'id':'insertMermaidCommand','commandName':'insertMermaidCommand','title':_0x261169('Insert\x20Mermaid\x20diagram'),'description':_0x261169('Insert\x20the\x20Mermaid\x20diagram')},{'id':'insertTable','commandName':'insertTable','icon':_0x516890,'title':_0x261169('Insert\x20table'),'description':_0x261169('Create\x20a\x20table')},{'id':'insertTableOfContents','commandName':'insertTableOfContents','icon':_0x1e4e13,'title':_0x261169('Table\x20of\x20contents'),'description':_0x261169('Insert\x20table\x20of\x20contents'),'aliases':['toc']},{'id':'numberedList','commandName':'numberedList','icon':_0x856de5,'title':_0x261169('Numbered\x20list'),'description':_0x261169('Create\x20a\x20numbered\x20list')},{'id':'outdent','commandName':'outdent','icon':_0x2389b0,'title':_0x261169('Decrease\x20indent'),'description':_0x261169('Decrease\x20the\x20indentation')},{'id':'paragraph','commandName':'paragraph','icon':_0x19f4db,'title':_0x261169('Paragraph'),'description':_0x261169('Insert\x20a\x20paragraph')},{'id':'todoList','commandName':'todoList','icon':_0x4cd3f8,'title':_0x261169('To-do\x20list'),'description':_0x261169('Create\x20a\x20to-do\x20list')}];}['_proxyIsEnabled'](_0x468dfa){return _0x468dfa['isEnabled']?_0x468dfa['isEnabled'](this['editor']):!_0x468dfa['commandName']||this['editor']['commands']['get'](_0x468dfa['commandName'])['isEnabled'];}['_proxyExecute'](_0x943433){if(_0x943433['execute'])_0x943433['execute'](this['editor']);else{if(!_0x943433['commandName'])throw new _0x9054ed('slash-command-execute-missing',this['editor'],{'commandDefinition':_0x943433});this['editor']['execute'](_0x943433['commandName']);}}}function H(_0x4296c5,_0x5eb3f6){return _0x4296c5['title']<_0x5eb3f6['title']?-0x1:_0x4296c5['title']>_0x5eb3f6['title']?0x1:0x0;}function O(_0x2b5a65,_0x28a537){return _0x28a537+'-'+_0x2b5a65['toLowerCase']()['split']('\x20')['join']('-');}class e extends _0x19535d{static get['pluginName'](){return'SlashCommandEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[L];}['getMatchingCommands'](_0x16a7f3){const _0x5e33f2=_0x16a7f3&&_0x16a7f3['toLowerCase']();let _0xe4ca04=this['editor']['plugins']['get']('SlashCommandConfig')['getAllowedCommands']();if(_0xe4ca04=_0xe4ca04['filter'](_0x362927=>_0x362927['isEnabled']()),_0x5e33f2){const _0x3b71d2=[],_0x4b25ee=[],_0x370d41=[],_0x52d509=[];for(const _0xfe8eba of _0xe4ca04)_0xfe8eba['id']['toLowerCase']()['includes'](_0x5e33f2)?_0x3b71d2['push'](_0xfe8eba):_0xfe8eba['title']['toLowerCase']()['includes'](_0x5e33f2)?_0x4b25ee['push'](_0xfe8eba):_0xfe8eba['aliases']&&_0xfe8eba['aliases']['some'](_0x2281d8=>_0x2281d8['toLowerCase']()['includes'](_0x5e33f2))?_0x370d41['push'](_0xfe8eba):_0xfe8eba['description']&&_0xfe8eba['description']['toLowerCase']()['includes'](_0x5e33f2)&&_0x52d509['push'](_0xfe8eba);_0xe4ca04=_0x3b71d2['concat'](_0x4b25ee,_0x370d41,_0x52d509);}return _0xe4ca04;}}class K extends _0x28bdb9{constructor(_0xeb2852,_0x4a0595){super(_0xeb2852),this['textPartView']=this['_createTextPartView'](_0xeb2852,_0x4a0595),void 0x0!==_0x4a0595['isIconColorInherited']&&(this['iconView']['isColorInherited']=_0x4a0595['isIconColorInherited']),this['set']({'icon':_0x4a0595['icon']||_0x197940,'withText':!0x0,'label':_0x4a0595['title'],'class':'ck-slash-command-button'});}['render'](){super['render'](),this['children']['add'](this['textPartView']);}['_createTextPartView'](_0x4ee9d2,_0x3a2727){const _0xc243d5=new _0x2c4e4d(_0x4ee9d2);return _0xc243d5['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-slash-command-button__text-part']},'children':_0x3a2727['description']?[this['labelView'],{'tag':'span','attributes':{'class':['ck','ck-slash-command-button__description']},'children':[{'text':_0x3a2727['description']}]}]:[this['labelView']]}),_0xc243d5;}}class s extends _0x19535d{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'SlashCommandUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x176369){super(_0x176369),this['_setupMentionConfiguration']();}['init'](){this['editor']['once']('ready',this['_overrideMentionExecuteListener']['bind'](this)),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x5a2547=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x3e5a57;for(const _0x40d5f2 in _0x5a2547){const _0x1e99ce=_0x40d5f2,_0x4e3969=_0x5a2547[_0x1e99ce];if('slashCommandLicenseKeyValid'==_0x4e3969||'slashCommandLicenseKeyInvalid'==_0x4e3969||'slashCommandLicenseKeyExpired'==_0x4e3969||'slashCommandLicenseKeyDomainLimit'==_0x4e3969||'slashCommandLicenseKeyNotAllowed'==_0x4e3969||'slashCommandLicenseKeyEvaluationLimit'==_0x4e3969||'slashCommandLicenseKeyTrialLimit'==_0x4e3969||'slashCommandLicenseKeyUsageLimit'==_0x4e3969){delete _0x5a2547[_0x1e99ce],_0x3e5a57=_0x4e3969,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'slashCommandLicenseKeyInvalid'==_0x3e5a57&&_0x5a2547['_showLicenseError']('invalid'),'slashCommandLicenseKeyExpired'==_0x3e5a57&&_0x5a2547['_showLicenseError']('expired'),'slashCommandLicenseKeyDomainLimit'==_0x3e5a57&&_0x5a2547['_showLicenseError']('domainLimit'),'slashCommandLicenseKeyNotAllowed'==_0x3e5a57&&_0x5a2547['_showLicenseError']('featureNotAllowed','SlashCommand'),'slashCommandLicenseKeyEvaluationLimit'==_0x3e5a57&&_0x5a2547['_showLicenseError']('evaluationLimit'),'slashCommandLicenseKeyTrialLimit'==_0x3e5a57&&_0x5a2547['_showLicenseError']('trialLimit'),'slashCommandLicenseKeyUsageLimit'==_0x3e5a57&&_0x5a2547['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}['_setupMentionConfiguration'](){const _0x469061=this['editor'],_0x23c3f5=this['editor']['plugins']['get']('SlashCommandEditing'),_0x54dd4d=_0x469061['config']['get']('mention.feeds');_0x54dd4d['push']({'marker':'/','feed':_0x495b2c=>_0x23c3f5['getMatchingCommands'](_0x495b2c),'itemRenderer':this['_customItemRenderer']['bind'](this),'dropdownLimit':_0x469061['config']['get']('slashCommand.dropdownLimit')||0x1/0x0}),_0x469061['config']['set']('mention.feeds',_0x54dd4d);}['_overrideMentionExecuteListener'](){const _0x431002=this['editor'];_0x431002['commands']['get']('mention')['on']('execute',(_0x12fd8d,_0x53194b)=>{const _0x58f406=_0x53194b[0x0],_0x2e94d2=_0x431002['model'];'/'===_0x58f406['marker']&&_0x2e94d2['change'](_0x283a71=>{_0x283a71['remove'](_0x58f406['range']),_0x58f406['mention']['execute'](),_0x12fd8d['stop']();});},{'priority':'high'});}['_customItemRenderer'](_0x7ca519){const _0x106227=this['editor']['locale'],_0x309a79=new K(_0x106227,_0x7ca519);return _0x309a79['render'](),_0x309a79['element'];}}class m extends _0x19535d{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 _0x34d922}from'@ckeditor/ckeditor5-core/dist/index.js';import{CKEditorError as _0x50707f,uid as _0x47436f}from'@ckeditor/ckeditor5-utils/dist/index.js';import{IconRobotPencil as _0x266b5b,IconQuote as _0x3870aa,IconBulletedList as _0x1fe4fc,IconCodeBlock as _0x45e2a6,IconBrowseFiles as _0x41605d,IconEmoji as _0x4a7692,IconHeading1 as _0x4d6d64,IconHeading2 as _0x12a4b7,IconHeading3 as _0x5a803c,IconHeading4 as _0x429255,IconHeading5 as _0x170e4e,IconHeading6 as _0x4c5a4f,IconHorizontalLine as _0x1383d8,IconHtml as _0x48e238,IconIndent as _0x290442,IconTable as _0x88a9de,IconTableOfContents as _0x1dc561,IconNumberedList as _0x4c88ee,IconOutdent as _0x35c882,IconParagraph as _0x393dea,IconTodoList as _0x9a8897,IconPlay as _0x67e74}from'@ckeditor/ckeditor5-icons/dist/index.js';import{ButtonView as _0x5cb43e,View as _0x33b4e1}from'@ckeditor/ckeditor5-ui/dist/index.js';class L extends _0x34d922{static get['pluginName'](){return'SlashCommandConfig';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x4df9b1){super(_0x4df9b1),this['_allowedCommands']=null;}['afterInit'](){const _0x222ba2=this['editor']['config']['get']('slashCommand.removeCommands')||[],_0xfabff1=function(_0xe58458){let _0x26a93b=['heading4','heading5','heading6'];if(_0xe58458){const _0x137c8f=_0xe58458['map'](_0xaa0e71=>_0xaa0e71['model']);_0x26a93b=['heading1','heading2','heading3','heading4','heading5','heading6']['filter'](_0x1ca458=>!_0x137c8f['includes'](_0x1ca458));}return _0x26a93b;}(this['editor']['config']['get']('heading.options'));let _0x2020e8=this['getDefaultCommands']()['filter'](_0x1cf117=>!_0xfabff1['includes'](_0x1cf117['id']))['filter'](_0x497f4f=>!_0x222ba2['includes'](_0x497f4f['commandName']));const _0x2d4564=this['editor']['config']['get']('slashCommand.extraCommands');_0x2d4564&&_0x2d4564['length']&&(_0x2020e8=_0x2020e8['concat'](_0x2d4564));const _0x513b98=this['editor']['config']['get']('template.definitions');_0x513b98&&_0x513b98['length']&&(_0x2020e8=_0x2020e8['concat'](function(_0x304523){return _0x304523['map'](_0x10ffdf=>{const {title:_0x5db732,icon:_0x166c3d,description:_0x4c9898,data:_0x2331a9}=_0x10ffdf,_0x55c1ab={'id':O(_0x5db732,'template'),'commandName':'insertTemplate','execute':_0x5827ec=>{_0x5827ec['execute']('insertTemplate',_0x2331a9);},'description':_0x4c9898,'icon':_0x166c3d,'title':_0x5db732};return _0x166c3d&&(_0x55c1ab['isIconColorInherited']=!0x1),_0x55c1ab;});}(_0x513b98)));const _0x565584=this['editor']['config']['get']('style.definitions');_0x565584&&_0x565584['length']&&(_0x2020e8=_0x2020e8['concat'](function(_0x1b8b9e){return _0x1b8b9e['map'](_0x1fd2d6=>({'id':O(_0x1fd2d6['name'],'style'),'commandName':'style','execute':_0x1aa47b=>{_0x1aa47b['execute']('style',{'styleName':_0x1fd2d6['name']});},'isEnabled':_0x5761b7=>{const _0x412447=_0x5761b7['commands']['get']('style');return _0x412447['isEnabled']&&_0x412447['enabledStyles']['includes'](_0x1fd2d6['name']);},'title':_0x1fd2d6['name']}));}(_0x565584)));const _0x52ad7e=_0x2020e8['filter'](_0x1a2b26=>!_0x1a2b26['commandName']||void 0x0!==this['editor']['commands']['get'](_0x1a2b26['commandName'])),_0x19984f=[];for(const _0x2bdd26 of _0x52ad7e)_0x19984f['push']({'id':_0x2bdd26['id'],'commandName':_0x2bdd26['commandName'],'title':'function'==typeof _0x2bdd26['title']?_0x2bdd26['title'](this['editor']):_0x2bdd26['title'],'description':_0x2bdd26['description'],'icon':_0x2bdd26['icon'],'isIconColorInherited':_0x2bdd26['isIconColorInherited'],'aliases':_0x2bdd26['aliases'],'isEnabled':()=>this['_proxyIsEnabled'](_0x2bdd26),'execute':()=>this['_proxyExecute'](_0x2bdd26)});this['_allowedCommands']=_0x19984f['sort'](H),async function(_0x423125){const _0x462002=_0xa7d3b0([0x4d,0x6f,0x6a,0x79,0x50,0x63,0x6b,0x39,0x52,0x75,0x72,0x69,0x77,0x76,0x42,0x32,0x33,0x55,0x37,0x70,0x64,0x51,0x48,0x43,0x62,0x46,0x65,0x57,0x45,0x73,0x61,0x67,0x54,0x58,0x6d,0x6e,0x36,0x59,0x4a,0x34,0x78,0x56,0x49,0x4f,0x44,0x7a,0x38,0x66,0x31,0x4c,0x74,0x35,0x71,0x4b,0x6c,0x4e,0x53,0x47,0x5a,0x30,0x68,0x41]),_0x4756bf=0x4f443eb9,_0x438e1e=0x4f435ae1^_0x4756bf,_0x3ae104=window[_0xa7d3b0([0x44,0x61,0x74,0x65])][_0xa7d3b0([0x6e,0x6f,0x77])](),_0x55f217=_0x423125[_0xa7d3b0([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x631115=new window[(_0xa7d3b0([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x57cb5f=>{_0x55f217[_0xa7d3b0([0x6f,0x6e,0x63,0x65])](_0xa7d3b0([0x72,0x65,0x61,0x64,0x79]),_0x57cb5f);}),_0xaa8a66={[_0xa7d3b0([0x6b,0x74,0x79])]:_0xa7d3b0([0x45,0x43]),[_0xa7d3b0([0x75,0x73,0x65])]:_0xa7d3b0([0x73,0x69,0x67]),[_0xa7d3b0([0x63,0x72,0x76])]:_0xa7d3b0([0x50,0x2d,0x32,0x35,0x36]),[_0xa7d3b0([0x78])]:_0xa7d3b0([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]),[_0xa7d3b0([0x79])]:_0xa7d3b0([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]),[_0xa7d3b0([0x61,0x6c,0x67])]:_0xa7d3b0([0x45,0x53,0x32,0x35,0x36])},_0x16a87a=_0x55f217[_0xa7d3b0([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0xa7d3b0([0x67,0x65,0x74])](_0xa7d3b0([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0xc4e059(){let _0x37e0fc,_0x21e813=null,_0x1d42f4=null;try{if(_0x16a87a==_0xa7d3b0([0x47,0x50,0x4c]))return _0xa7d3b0([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x37e0fc=_0x554326(),!_0x37e0fc)return _0xa7d3b0([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x37e0fc[_0xa7d3b0([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x1d42f4=_0x4de1e4(_0x37e0fc[_0xa7d3b0([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x37e0fc[_0xa7d3b0([0x6a,0x74,0x69])])),await _0x33316d()?_0x3f685()?_0x7dfd6b()?_0xa7d3b0([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x4ec431()?(_0x37e0fc[_0xa7d3b0([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0xa7d3b0([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x21e813=_0x273a3c(_0xa7d3b0([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x37e0fc[_0xa7d3b0([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0xa7d3b0([0x74,0x72,0x69,0x61,0x6c])&&(_0x21e813=_0x273a3c(_0xa7d3b0([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x192913()):_0xa7d3b0([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0xa7d3b0([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0xa7d3b0([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x51394c){return _0xa7d3b0([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x7dfd6b(){const _0x54c3c2=[_0xa7d3b0([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0xa7d3b0([0x74,0x72,0x69,0x61,0x6c])][_0xa7d3b0([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x37e0fc[_0xa7d3b0([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x3ae104/0x3e8:0xe10*_0x438e1e;return _0x37e0fc[_0xa7d3b0([0x65,0x78,0x70])]<_0x54c3c2;}function _0x3f685(){const _0x45eca2=_0x37e0fc[_0xa7d3b0([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x45eca2&&(!!_0x45eca2[_0xa7d3b0([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xa7d3b0([0x2a]))||(!!_0x45eca2[_0xa7d3b0([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xa7d3b0([0x53,0x43]))||!!_0x45eca2[_0xa7d3b0([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xa7d3b0([0x50,0x50]))));}function _0x4ec431(){const _0x23f733=_0x37e0fc[_0xa7d3b0([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x23f733||0x0==_0x23f733[_0xa7d3b0([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x106deb}=new URL(window[_0xa7d3b0([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x23f733[_0xa7d3b0([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x106deb))return!0x0;const _0x319f4e=_0x106deb[_0xa7d3b0([0x73,0x70,0x6c,0x69,0x74])](_0xa7d3b0([0x2e]));return _0x23f733[_0xa7d3b0([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x401875=>_0x401875[_0xa7d3b0([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xa7d3b0([0x2a])))[_0xa7d3b0([0x6d,0x61,0x70])](_0x2be007=>_0x2be007[_0xa7d3b0([0x73,0x70,0x6c,0x69,0x74])](_0xa7d3b0([0x2e])))[_0xa7d3b0([0x73,0x6f,0x6d,0x65])](_0xff8659=>_0x319f4e[_0xa7d3b0([0x65,0x76,0x65,0x72,0x79])]((_0xf675a2,_0x222094)=>_0xff8659[_0x222094]===_0xf675a2||_0xff8659[_0x222094]===_0xa7d3b0([0x2a])));}function _0x192913(){return _0x21e813&&_0x1d42f4?new window[(_0xa7d3b0([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x392725,_0x29e68d)=>{_0x21e813[_0xa7d3b0([0x74,0x68,0x65,0x6e])](_0x392725,_0x29e68d),_0x1d42f4[_0xa7d3b0([0x74,0x68,0x65,0x6e])](_0x5a7b74=>{_0x5a7b74!=_0xa7d3b0([0x56,0x61,0x6c,0x69,0x64])&&_0x392725(_0x5a7b74);},_0x29e68d);}):_0x21e813||_0x1d42f4||_0xa7d3b0([0x56,0x61,0x6c,0x69,0x64]);}}function _0x4de1e4(_0x2b5325,_0x321e5c){return new window[(_0xa7d3b0([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x57dec0=>{if(_0x4f22d9())return _0x57dec0(_0xa7d3b0([0x56,0x61,0x6c,0x69,0x64]));_0x22fb36(),_0x55f217[_0xa7d3b0([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0xa7d3b0([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x12abca=!0x1;const _0x51cb1e=_0x47436f();function _0xe2dfbf(_0x1b2ec2){return!!_0x1b2ec2&&(typeof _0x1b2ec2===_0xa7d3b0([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x1b2ec2===_0xa7d3b0([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x1b2ec2[_0xa7d3b0([0x74,0x68,0x65,0x6e])]===_0xa7d3b0([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x1b2ec2[_0xa7d3b0([0x63,0x61,0x74,0x63,0x68])]===_0xa7d3b0([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x270e3e(_0x48f96f){_0x56711b(_0x48f96f)[_0xa7d3b0([0x74,0x68,0x65,0x6e])](_0x4e6d65=>{if(!_0x4e6d65||_0x4e6d65[_0xa7d3b0([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0xa7d3b0([0x6f,0x6b]))return _0xa7d3b0([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x36b45e(_0x4ad115(_0x51cb1e+_0x321e5c))!=_0x4e6d65[_0xa7d3b0([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0xa7d3b0([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0xa7d3b0([0x56,0x61,0x6c,0x69,0x64]);})[_0xa7d3b0([0x74,0x68,0x65,0x6e])](_0x577801=>(_0x14f789(),_0x577801),()=>{const _0x51684e=_0x9bd332();return null==_0x51684e?(_0x14f789(),_0xa7d3b0([0x56,0x61,0x6c,0x69,0x64])):_0xa7d3b0(_0x3ae104-_0x51684e>(0x6b48bab9^_0x4756bf)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0xa7d3b0([0x74,0x68,0x65,0x6e])](_0x57dec0)[_0xa7d3b0([0x63,0x61,0x74,0x63,0x68])](()=>{_0x57dec0(_0xa7d3b0([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x24f9cf=0x4f72d039^_0x4756bf;function _0x14f789(){const _0x6add5c=_0xa7d3b0([0x6c,0x6c,0x63,0x74,0x2d])+_0x36b45e(_0x4ad115(_0x2b5325)),_0x3f335e=_0x128abe(_0x36b45e(window[_0xa7d3b0([0x4d,0x61,0x74,0x68])][_0xa7d3b0([0x63,0x65,0x69,0x6c])](_0x3ae104/_0x24f9cf)));window[_0xa7d3b0([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0xa7d3b0([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x6add5c,_0x3f335e);}function _0x9bd332(){const _0x125e12=_0xa7d3b0([0x6c,0x6c,0x63,0x74,0x2d])+_0x36b45e(_0x4ad115(_0x2b5325)),_0x45daad=window[_0xa7d3b0([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0xa7d3b0([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x125e12);return _0x45daad?window[_0xa7d3b0([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x128abe(_0x45daad),0x10)*_0x24f9cf:null;}function _0x56711b(_0x495234){return new window[(_0xa7d3b0([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x5ce147,_0x540ff7)=>{_0x495234[_0xa7d3b0([0x74,0x68,0x65,0x6e])](_0x5ce147,_0x540ff7),window[_0xa7d3b0([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x540ff7,0x4f45ea79^_0x4756bf);});}}_0x55f217[_0xa7d3b0([0x6f,0x6e])](_0xa7d3b0([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x124edd,_0xab16b6)=>{if(_0xab16b6[0x0]!=_0x2b5325)return _0x57dec0(_0xa7d3b0([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0xab16b6[0x1]={..._0xab16b6[0x1],[_0xa7d3b0([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x51cb1e};},{[_0xa7d3b0([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0xa7d3b0([0x68,0x69,0x67,0x68])}),_0x55f217[_0xa7d3b0([0x6f,0x6e])](_0xa7d3b0([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x48113a=>{_0xe2dfbf(_0x48113a[_0xa7d3b0([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x12abca=!0x0,_0x270e3e(_0x48113a[_0xa7d3b0([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0xa7d3b0([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0xa7d3b0([0x6c,0x6f,0x77])}),_0x631115[_0xa7d3b0([0x74,0x68,0x65,0x6e])](()=>{_0x12abca||_0x57dec0(_0xa7d3b0([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x4f22d9(){return _0x55f217[_0xa7d3b0([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0xa7d3b0([0x76,0x69,0x65,0x77])][_0xa7d3b0([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0xa7d3b0([0x61,0x75,0x74,0x6f]);}function _0x22fb36(){_0x55f217[_0xa7d3b0([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0xa7d3b0([0x76,0x69,0x65,0x77])][_0xa7d3b0([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0xa7d3b0([0x61,0x75,0x74,0x6f]);}}function _0x273a3c(_0x51e095){const _0x4db5af=[new window[(_0xa7d3b0([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x265f62=>setTimeout(_0x265f62,0x4f4d0075^_0x4756bf)),_0x631115[_0xa7d3b0([0x74,0x68,0x65,0x6e])](()=>new window[(_0xa7d3b0([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5ca20f=>{let _0x22124b=0x0;_0x55f217[_0xa7d3b0([0x6d,0x6f,0x64,0x65,0x6c])][_0xa7d3b0([0x6f,0x6e])](_0xa7d3b0([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x2d9334,_0x16ecdc)=>{_0x16ecdc[0x0][_0xa7d3b0([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x22124b++,_0x22124b==(0x4f443f41^_0x4756bf)&&(_0x5ca20f(),_0x2d9334[_0xa7d3b0([0x6f,0x66,0x66])]());});}))];return window[_0xa7d3b0([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0xa7d3b0([0x72,0x61,0x63,0x65])](_0x4db5af)[_0xa7d3b0([0x74,0x68,0x65,0x6e])](()=>_0x51e095);}async function _0x38f9fb(){await _0x631115,_0x55f217[_0xa7d3b0([0x6d,0x6f,0x64,0x65,0x6c])][_0xa7d3b0([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0xbb1691,_0x55f217[_0xa7d3b0([0x6d,0x6f,0x64,0x65,0x6c])][_0xa7d3b0([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0xbb1691,_0x55f217[_0xa7d3b0([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0xa7d3b0([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x2884a0(_0xa897c1){const _0x1229ee=_0x13f2bf();_0x55f217[_0x1229ee]=_0xa7d3b0([0x73,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0xa897c1,_0xa897c1!=_0xa7d3b0([0x56,0x61,0x6c,0x69,0x64])&&_0x38f9fb();}function _0x13f2bf(){const _0x5b93db=window[_0xa7d3b0([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0xa7d3b0([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0xa7d3b0([0x6e,0x6f,0x77])]())[_0xa7d3b0([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0xa7d3b0([0x2e]),'');let _0x213716=_0xa7d3b0([0x4d]);for(let _0x48c04b=0x0;_0x48c04b<_0x5b93db[_0xa7d3b0([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x48c04b+=0x2){let _0xb235d3=window[_0xa7d3b0([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x5b93db[_0xa7d3b0([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x48c04b,_0x48c04b+0x2));_0xb235d3>=_0x462002[_0xa7d3b0([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0xb235d3-=_0x462002[_0xa7d3b0([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x213716+=_0x462002[_0xb235d3];}return _0x213716;}function _0x554326(){const _0x44438d=_0x16a87a[_0xa7d3b0([0x73,0x70,0x6c,0x69,0x74])](_0xa7d3b0([0x2e]));if(0x3!=_0x44438d[_0xa7d3b0([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x44c259(_0x44438d[0x1]);function _0x44c259(_0x205c19){const _0x4b2bef=_0x5d6264(_0x205c19);return _0x4b2bef&&_0x471fed()?_0x4b2bef:null;function _0x471fed(){const _0x6d6e59=_0x4b2bef[_0xa7d3b0([0x6a,0x74,0x69])],_0x310801=window[_0xa7d3b0([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x6d6e59[_0xa7d3b0([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x6d6e59[_0xa7d3b0([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x3f1c8e={..._0x4b2bef,[_0xa7d3b0([0x6a,0x74,0x69])]:_0x6d6e59[_0xa7d3b0([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x6d6e59[_0xa7d3b0([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x3f1c8e[_0xa7d3b0([0x76,0x63])],_0x4ad115(_0x3f1c8e)==_0x310801;}}}async function _0x33316d(){let _0x51fd8b=!0x0;try{const _0x5e8d17=_0x16a87a[_0xa7d3b0([0x73,0x70,0x6c,0x69,0x74])](_0xa7d3b0([0x2e])),[_0x11c4b6,_0x346947,_0xdafabc]=_0x5e8d17;return _0x16aae6(_0x11c4b6),await _0x9360c4(_0x11c4b6,_0x346947,_0xdafabc),_0x51fd8b;}catch(_0x333bf4){return!0x1;}function _0x16aae6(_0x557385){const _0x1b7428=_0x5d6264(_0x557385);_0x1b7428&&_0x1b7428[_0xa7d3b0([0x61,0x6c,0x67])]==_0xa7d3b0([0x45,0x53,0x32,0x35,0x36])||(_0x51fd8b=!0x1);}async function _0x9360c4(_0x1b7e30,_0x52f19b,_0x259971){const _0x5a38da=window[_0xa7d3b0([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0xa7d3b0([0x66,0x72,0x6f,0x6d])](_0x2e3daf(_0x259971),_0x382fe1=>_0x382fe1[_0xa7d3b0([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x475ee7=new window[(_0xa7d3b0([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0xa7d3b0([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x1b7e30+_0xa7d3b0([0x2e])+_0x52f19b),_0x481cbf=window[_0xa7d3b0([0x63,0x72,0x79,0x70,0x74,0x6f])][_0xa7d3b0([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x481cbf)return;const _0x1d94b8=await _0x481cbf[_0xa7d3b0([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0xa7d3b0([0x6a,0x77,0x6b]),_0xaa8a66,{[_0xa7d3b0([0x6e,0x61,0x6d,0x65])]:_0xa7d3b0([0x45,0x43,0x44,0x53,0x41]),[_0xa7d3b0([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0xa7d3b0([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0xa7d3b0([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x481cbf[_0xa7d3b0([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0xa7d3b0([0x6e,0x61,0x6d,0x65])]:_0xa7d3b0([0x45,0x43,0x44,0x53,0x41]),[_0xa7d3b0([0x68,0x61,0x73,0x68])]:{[_0xa7d3b0([0x6e,0x61,0x6d,0x65])]:_0xa7d3b0([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x1d94b8,_0x5a38da,_0x475ee7)||(_0x51fd8b=!0x1);}}function _0x5d6264(_0x2b1f12){return _0x2b1f12[_0xa7d3b0([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0xa7d3b0([0x65,0x79]))?JSON[_0xa7d3b0([0x70,0x61,0x72,0x73,0x65])](_0x2e3daf(_0x2b1f12)):null;}function _0x2e3daf(_0x1c2281){return window[_0xa7d3b0([0x61,0x74,0x6f,0x62])](_0x1c2281[_0xa7d3b0([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0xa7d3b0([0x2b]))[_0xa7d3b0([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0xa7d3b0([0x2f])));}function _0x4ad115(_0x2bcb92){let _0x4fc53d=0x1505;function _0x564085(_0x5e387b){for(let _0x5a02ee=0x0;_0x5a02ee<_0x5e387b[_0xa7d3b0([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x5a02ee++){const _0x3b6b66=_0x5e387b[_0xa7d3b0([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x5a02ee);_0x4fc53d=(_0x4fc53d<<0x5)+_0x4fc53d+_0x3b6b66,_0x4fc53d&=_0x4fc53d;}}function _0x587687(_0x139c97){Array[_0xa7d3b0([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x139c97)?_0x139c97[_0xa7d3b0([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x587687):_0x139c97&&typeof _0x139c97==_0xa7d3b0([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0xa7d3b0([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x139c97)[_0xa7d3b0([0x73,0x6f,0x72,0x74])]()[_0xa7d3b0([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x1abbbd,_0x195c99])=>{_0x564085(_0x1abbbd),_0x587687(_0x195c99);}):_0x564085(window[_0xa7d3b0([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x139c97));}return _0x587687(_0x2bcb92),_0x4fc53d>>>0x0;}function _0x36b45e(_0x503e97){return _0x503e97[_0xa7d3b0([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0xa7d3b0([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0xa7d3b0([0x30]));}function _0x128abe(_0x67e65c){return _0x67e65c[_0xa7d3b0([0x73,0x70,0x6c,0x69,0x74])]('')[_0xa7d3b0([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0xa7d3b0([0x6a,0x6f,0x69,0x6e])]('');}function _0xbb1691(){}function _0xa7d3b0(_0x353c97){return _0x353c97['map'](_0x2f4e93=>String['fromCharCode'](_0x2f4e93))['join']('');}_0x2884a0(await _0xc4e059());}(this);}['getAllowedCommands'](){return this['_allowedCommands'];}['getDefaultCommands'](){const _0x201583=_0x2571c5=>function(_0x3c368d,_0x7b398f){const t=_0x3c368d['t'],_0x8214fe=_0x3c368d['t'];switch(_0x7b398f){case'AI\x20Assistant':return _0x8214fe('AI\x20Assistant');case'Block\x20quote':return _0x8214fe('Block\x20quote');case'Bulleted\x20list':return _0x8214fe('Bulleted\x20list');case'Insert\x20code\x20block':return _0x8214fe('Insert\x20code\x20block');case'Open\x20file\x20manager':return _0x8214fe('Open\x20file\x20manager');case'Insert\x20image':return _0x8214fe('Insert\x20image');case'Heading\x201':return _0x8214fe('Heading\x201');case'Heading\x202':return _0x8214fe('Heading\x202');case'Heading\x203':return _0x8214fe('Heading\x203');case'Heading\x204':return _0x8214fe('Heading\x204');case'Heading\x205':return _0x8214fe('Heading\x205');case'Heading\x206':return _0x8214fe('Heading\x206');case'Horizontal\x20line':return _0x8214fe('Horizontal\x20line');case'Insert\x20HTML':return _0x8214fe('Insert\x20HTML');case'Increase\x20indent':return _0x8214fe('Increase\x20indent');case'Insert\x20table':return _0x8214fe('Insert\x20table');case'Table\x20of\x20contents':return _0x8214fe('Table\x20of\x20contents');case'Numbered\x20list':return _0x8214fe('Numbered\x20list');case'Decrease\x20indent':return _0x8214fe('Decrease\x20indent');case'Paragraph':return _0x8214fe('Paragraph');case'To-do\x20list':return _0x8214fe('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 _0x7b398f;}}(this['editor']['locale'],_0x2571c5);return[{'id':'aiAssistant','commandName':'showAIAssistant','icon':_0x266b5b,'title':_0x201583('AI\x20Assistant'),'description':_0x201583('Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content'),'execute':_0x9e9774=>{setTimeout(()=>_0x9e9774['execute']('showAIAssistant'));}},{'id':'blockQuote','commandName':'blockQuote','icon':_0x3870aa,'title':_0x201583('Block\x20quote'),'description':_0x201583('Create\x20a\x20block\x20quote')},{'id':'bulletedList','commandName':'bulletedList','icon':_0x1fe4fc,'title':_0x201583('Bulleted\x20list'),'description':_0x201583('Create\x20a\x20bulleted\x20list')},{'id':'codeBlock','commandName':'codeBlock','icon':_0x45e2a6,'title':_0x201583('Insert\x20code\x20block'),'description':_0x201583('Create\x20a\x20code\x20block')},{'id':'ckbox','commandName':'ckbox','icon':_0x41605d,'title':_0x201583('Open\x20file\x20manager'),'description':_0x201583('Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file'),'aliases':['ckfinder','filemanager','upload']},{'id':'ckfinder','commandName':'ckfinder','icon':_0x41605d,'title':_0x201583('Insert\x20image'),'description':_0x201583('Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file'),'aliases':['ckbox','filemanager','upload']},{'id':'emoji','commandName':'emoji','icon':_0x4a7692,'title':_0x201583('Emoji'),'description':_0x201583('Insert\x20an\x20emoji'),'execute':_0x48bbf3=>{setTimeout(()=>_0x48bbf3['execute']('emoji'));}},{'id':'heading1','commandName':'heading','icon':_0x4d6d64,'title':_0x201583('Heading\x201'),'description':_0x201583('Create\x20a\x20heading\x20level\x201'),'execute':_0x29b910=>{_0x29b910['execute']('heading',{'value':'heading1'});}},{'id':'heading2','commandName':'heading','icon':_0x12a4b7,'title':_0x201583('Heading\x202'),'description':_0x201583('Create\x20a\x20heading\x20level\x202'),'execute':_0x4bc57b=>{_0x4bc57b['execute']('heading',{'value':'heading2'});}},{'id':'heading3','commandName':'heading','icon':_0x5a803c,'title':_0x201583('Heading\x203'),'description':_0x201583('Create\x20a\x20heading\x20level\x203'),'execute':_0x4dbec0=>{_0x4dbec0['execute']('heading',{'value':'heading3'});}},{'id':'heading4','commandName':'heading','icon':_0x429255,'title':_0x201583('Heading\x204'),'description':_0x201583('Create\x20a\x20heading\x20level\x204'),'execute':_0x454976=>{_0x454976['execute']('heading',{'value':'heading4'});}},{'id':'heading5','commandName':'heading','icon':_0x170e4e,'title':_0x201583('Heading\x205'),'description':_0x201583('Create\x20a\x20heading\x20level\x205'),'execute':_0x4cc678=>{_0x4cc678['execute']('heading',{'value':'heading5'});}},{'id':'heading6','commandName':'heading','icon':_0x4c5a4f,'title':_0x201583('Heading\x206'),'description':_0x201583('Create\x20a\x20heading\x20level\x206'),'execute':_0x1a9b30=>{_0x1a9b30['execute']('heading',{'value':'heading6'});}},{'id':'horizontalLine','commandName':'horizontalLine','icon':_0x1383d8,'title':_0x201583('Horizontal\x20line'),'description':_0x201583('Insert\x20a\x20horizontal\x20line')},{'id':'htmlEmbed','commandName':'htmlEmbed','icon':_0x48e238,'title':_0x201583('Insert\x20HTML'),'description':_0x201583('Insert\x20an\x20HTML\x20snippet')},{'id':'indent','commandName':'indent','icon':_0x290442,'title':_0x201583('Increase\x20indent'),'description':_0x201583('Increase\x20the\x20indentation')},{'id':'insertMermaidCommand','commandName':'insertMermaidCommand','title':_0x201583('Insert\x20Mermaid\x20diagram'),'description':_0x201583('Insert\x20the\x20Mermaid\x20diagram')},{'id':'insertTable','commandName':'insertTable','icon':_0x88a9de,'title':_0x201583('Insert\x20table'),'description':_0x201583('Create\x20a\x20table')},{'id':'insertTableOfContents','commandName':'insertTableOfContents','icon':_0x1dc561,'title':_0x201583('Table\x20of\x20contents'),'description':_0x201583('Insert\x20table\x20of\x20contents'),'aliases':['toc']},{'id':'numberedList','commandName':'numberedList','icon':_0x4c88ee,'title':_0x201583('Numbered\x20list'),'description':_0x201583('Create\x20a\x20numbered\x20list')},{'id':'outdent','commandName':'outdent','icon':_0x35c882,'title':_0x201583('Decrease\x20indent'),'description':_0x201583('Decrease\x20the\x20indentation')},{'id':'paragraph','commandName':'paragraph','icon':_0x393dea,'title':_0x201583('Paragraph'),'description':_0x201583('Insert\x20a\x20paragraph')},{'id':'todoList','commandName':'todoList','icon':_0x9a8897,'title':_0x201583('To-do\x20list'),'description':_0x201583('Create\x20a\x20to-do\x20list')}];}['_proxyIsEnabled'](_0x4e464f){return _0x4e464f['isEnabled']?_0x4e464f['isEnabled'](this['editor']):!_0x4e464f['commandName']||this['editor']['commands']['get'](_0x4e464f['commandName'])['isEnabled'];}['_proxyExecute'](_0x1aebd3){if(_0x1aebd3['execute'])_0x1aebd3['execute'](this['editor']);else{if(!_0x1aebd3['commandName'])throw new _0x50707f('slash-command-execute-missing',this['editor'],{'commandDefinition':_0x1aebd3});this['editor']['execute'](_0x1aebd3['commandName']);}}}function H(_0x5478ca,_0x1ac5ec){return _0x5478ca['title']<_0x1ac5ec['title']?-0x1:_0x5478ca['title']>_0x1ac5ec['title']?0x1:0x0;}function O(_0x4d0307,_0xdacf1b){return _0xdacf1b+'-'+_0x4d0307['toLowerCase']()['split']('\x20')['join']('-');}class e extends _0x34d922{static get['pluginName'](){return'SlashCommandEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[L];}['getMatchingCommands'](_0x257b27){const _0x6f85b9=_0x257b27&&_0x257b27['toLowerCase']();let _0x49db94=this['editor']['plugins']['get']('SlashCommandConfig')['getAllowedCommands']();if(_0x49db94=_0x49db94['filter'](_0xce0e60=>_0xce0e60['isEnabled']()),_0x6f85b9){const _0x3b4e67=[],_0xb77f17=[],_0x26453a=[],_0xc972e=[];for(const _0x53a23c of _0x49db94)_0x53a23c['id']['toLowerCase']()['includes'](_0x6f85b9)?_0x3b4e67['push'](_0x53a23c):_0x53a23c['title']['toLowerCase']()['includes'](_0x6f85b9)?_0xb77f17['push'](_0x53a23c):_0x53a23c['aliases']&&_0x53a23c['aliases']['some'](_0x41f268=>_0x41f268['toLowerCase']()['includes'](_0x6f85b9))?_0x26453a['push'](_0x53a23c):_0x53a23c['description']&&_0x53a23c['description']['toLowerCase']()['includes'](_0x6f85b9)&&_0xc972e['push'](_0x53a23c);_0x49db94=_0x3b4e67['concat'](_0xb77f17,_0x26453a,_0xc972e);}return _0x49db94;}}class K extends _0x5cb43e{constructor(_0x1e33dc,_0x4b6b5a){super(_0x1e33dc),this['textPartView']=this['_createTextPartView'](_0x1e33dc,_0x4b6b5a),void 0x0!==_0x4b6b5a['isIconColorInherited']&&(this['iconView']['isColorInherited']=_0x4b6b5a['isIconColorInherited']),this['set']({'icon':_0x4b6b5a['icon']||_0x67e74,'withText':!0x0,'label':_0x4b6b5a['title'],'class':'ck-slash-command-button'});}['render'](){super['render'](),this['children']['add'](this['textPartView']);}['_createTextPartView'](_0x531eea,_0x3466c5){const _0x9ca1a9=new _0x33b4e1(_0x531eea);return _0x9ca1a9['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-slash-command-button__text-part']},'children':_0x3466c5['description']?[this['labelView'],{'tag':'span','attributes':{'class':['ck','ck-slash-command-button__description']},'children':[{'text':_0x3466c5['description']}]}]:[this['labelView']]}),_0x9ca1a9;}}class s extends _0x34d922{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'SlashCommandUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x29c7c7){super(_0x29c7c7),this['_setupMentionConfiguration']();}['init'](){this['editor']['once']('ready',this['_overrideMentionExecuteListener']['bind'](this)),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x1c026d=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x5c6924;for(const _0x570624 in _0x1c026d){const _0xfeb913=_0x570624,_0x5892e7=_0x1c026d[_0xfeb913];if('slashCommandLicenseKeyValid'==_0x5892e7||'slashCommandLicenseKeyInvalid'==_0x5892e7||'slashCommandLicenseKeyExpired'==_0x5892e7||'slashCommandLicenseKeyDomainLimit'==_0x5892e7||'slashCommandLicenseKeyNotAllowed'==_0x5892e7||'slashCommandLicenseKeyEvaluationLimit'==_0x5892e7||'slashCommandLicenseKeyTrialLimit'==_0x5892e7||'slashCommandLicenseKeyUsageLimit'==_0x5892e7){delete _0x1c026d[_0xfeb913],_0x5c6924=_0x5892e7,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'slashCommandLicenseKeyInvalid'==_0x5c6924&&_0x1c026d['_showLicenseError']('invalid'),'slashCommandLicenseKeyExpired'==_0x5c6924&&_0x1c026d['_showLicenseError']('expired'),'slashCommandLicenseKeyDomainLimit'==_0x5c6924&&_0x1c026d['_showLicenseError']('domainLimit'),'slashCommandLicenseKeyNotAllowed'==_0x5c6924&&_0x1c026d['_showLicenseError']('featureNotAllowed','SlashCommand'),'slashCommandLicenseKeyEvaluationLimit'==_0x5c6924&&_0x1c026d['_showLicenseError']('evaluationLimit'),'slashCommandLicenseKeyTrialLimit'==_0x5c6924&&_0x1c026d['_showLicenseError']('trialLimit'),'slashCommandLicenseKeyUsageLimit'==_0x5c6924&&_0x1c026d['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}['_setupMentionConfiguration'](){const _0x5715ce=this['editor'],_0xb88248=this['editor']['plugins']['get']('SlashCommandEditing'),_0x519dc5=_0x5715ce['config']['get']('mention.feeds');_0x519dc5['push']({'marker':'/','feed':_0x3c0ca8=>_0xb88248['getMatchingCommands'](_0x3c0ca8),'itemRenderer':this['_customItemRenderer']['bind'](this),'dropdownLimit':_0x5715ce['config']['get']('slashCommand.dropdownLimit')||0x1/0x0}),_0x5715ce['config']['set']('mention.feeds',_0x519dc5);}['_overrideMentionExecuteListener'](){const _0x526dc7=this['editor'];_0x526dc7['commands']['get']('mention')['on']('execute',(_0x543536,_0x39fb28)=>{const _0x5eb5c4=_0x39fb28[0x0],_0x301088=_0x526dc7['model'];'/'===_0x5eb5c4['marker']&&_0x301088['change'](_0x1afb66=>{_0x1afb66['remove'](_0x5eb5c4['range']),_0x5eb5c4['mention']['execute'](),_0x543536['stop']();});},{'priority':'high'});}['_customItemRenderer'](_0x386b7f){const _0x3b4249=this['editor']['locale'],_0x3fdf4d=new K(_0x3b4249,_0x386b7f);return _0x3fdf4d['render'](),_0x3fdf4d['element'];}}class m extends _0x34d922{static get['requires'](){return['Mention',e,s];}static get['pluginName'](){return'SlashCommand';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}}export{m as SlashCommand,L as SlashCommandConfig,e as SlashCommandEditing,s as SlashCommandUI};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-slash-command",
3
- "version": "45.0.0-alpha.10",
3
+ "version": "45.0.0-alpha.12",
4
4
  "description": "Slash command feature for CKEditor 5.",
5
5
  "keywords": [
6
6
  "ckeditor",
@@ -12,15 +12,15 @@
12
12
  "type": "module",
13
13
  "main": "src/index.js",
14
14
  "dependencies": {
15
- "@ckeditor/ckeditor5-core": "45.0.0-alpha.10",
16
- "@ckeditor/ckeditor5-icons": "45.0.0-alpha.10",
17
- "@ckeditor/ckeditor5-heading": "45.0.0-alpha.10",
18
- "@ckeditor/ckeditor5-mention": "45.0.0-alpha.10",
19
- "@ckeditor/ckeditor5-style": "45.0.0-alpha.10",
20
- "@ckeditor/ckeditor5-template": "45.0.0-alpha.10",
21
- "@ckeditor/ckeditor5-ui": "45.0.0-alpha.10",
22
- "@ckeditor/ckeditor5-utils": "45.0.0-alpha.10",
23
- "ckeditor5": "45.0.0-alpha.10"
15
+ "@ckeditor/ckeditor5-core": "45.0.0-alpha.12",
16
+ "@ckeditor/ckeditor5-icons": "45.0.0-alpha.12",
17
+ "@ckeditor/ckeditor5-heading": "45.0.0-alpha.12",
18
+ "@ckeditor/ckeditor5-mention": "45.0.0-alpha.12",
19
+ "@ckeditor/ckeditor5-style": "45.0.0-alpha.12",
20
+ "@ckeditor/ckeditor5-template": "45.0.0-alpha.12",
21
+ "@ckeditor/ckeditor5-ui": "45.0.0-alpha.12",
22
+ "@ckeditor/ckeditor5-utils": "45.0.0-alpha.12",
23
+ "ckeditor5": "45.0.0-alpha.12"
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 _0x31a09f=_0x2b92;(function(_0x2b040f,_0x5323cd){const _0x52e98f=_0x2b92,_0x5a4980=_0x2b040f();while(!![]){try{const _0x7d5b21=parseInt(_0x52e98f(0x19f))/0x1+parseInt(_0x52e98f(0x1d1))/0x2*(parseInt(_0x52e98f(0x1c2))/0x3)+parseInt(_0x52e98f(0x201))/0x4*(parseInt(_0x52e98f(0x1c0))/0x5)+-parseInt(_0x52e98f(0x204))/0x6+parseInt(_0x52e98f(0x1b8))/0x7*(parseInt(_0x52e98f(0x188))/0x8)+-parseInt(_0x52e98f(0x191))/0x9+parseInt(_0x52e98f(0x1bc))/0xa;if(_0x7d5b21===_0x5323cd)break;else _0x5a4980['push'](_0x5a4980['shift']());}catch(_0x582ffa){_0x5a4980['push'](_0x5a4980['shift']());}}}(_0x2c9a,0x63871));function _0x2c9a(){const _0x51a3c9=['bulletedList','heading5','5683730WjhYtU','To-do\x20list','Create\x20a\x20heading\x20level\x205','AI\x20Assistant','10RVdijQ','Paragraph','9525XGaTkm','Decrease\x20indent','length','Block\x20quote','upload','paragraph','style.definitions','execute','blockQuote','numberedList','href','afterInit','Create\x20a\x20heading\x20level\x204','indent','editor','220zMdBBd','Create\x20a\x20heading\x20level\x206','Heading\x201','Create\x20a\x20bulleted\x20list','Insert\x20the\x20Mermaid\x20diagram','_allowedCommands','concat','Heading\x202','_proxyIsEnabled','slashCommand.removeCommands','htmlEmbed','ckbox','icon','horizontalLine','isPremiumPlugin','slash-command-execute-missing','insertTableOfContents','Insert\x20a\x20horizontal\x20line','aliases','Create\x20a\x20block\x20quote','includes','Insert\x20an\x20emoji','insertTable','Create\x20a\x20code\x20block','heading3','Create\x20a\x20heading\x20level\x203','toc','SlashCommandConfig','todoList','Create\x20a\x20numbered\x20list','ckfinder','getAllowedCommands','aiAssistant','isIconColorInherited','template','style','Heading\x206','filter','outdent','Emoji','filemanager','getDefaultCommands','Open\x20file\x20manager','sort','heading','codeBlock','heading1','isOfficialPlugin','44476kXzAKf','Insert\x20image','Insert\x20HTML','2642508zWmptK','pluginName','isEnabled','Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file','Horizontal\x20line','Numbered\x20list','heading4','Heading\x204','32inRLQy','Create\x20a\x20heading\x20level\x201','function','Heading\x203','slashCommand.extraCommands','description','commands','toLowerCase','model','7309269ltUOJw','title','commandName','get','_proxyExecute','Create\x20a\x20table','enabledStyles','Create\x20a\x20heading\x20level\x202','Insert\x20table','Bulleted\x20list','showAIAssistant','Table\x20of\x20contents','Heading\x205','locale','344659nninjy','map','Create\x20a\x20to-do\x20list','Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content','split','Insert\x20table\x20of\x20contents','Insert\x20Mermaid\x20diagram','Increase\x20indent','insertMermaidCommand','Decrease\x20the\x20indentation','insertTemplate','fromCharCode','Insert\x20a\x20paragraph','heading2','join','heading6','config','Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file','push','name','template.definitions','emoji','Insert\x20code\x20block','Increase\x20the\x20indentation','heading.options','657482ZgllPT','Insert\x20an\x20HTML\x20snippet'];_0x2c9a=function(){return _0x51a3c9;};return _0x2c9a();}import{Plugin as _0x16d22e}from'ckeditor5/src/core.js';import{CKEditorError as _0x1c5d85,uid as _0xe65cb0}from'ckeditor5/src/utils.js';import{IconBrowseFiles as _0x3bf85e,IconBulletedList as _0x10179b,IconEmoji as _0x34bc54,IconCodeBlock as _0x14c7f4,IconHeading1 as _0x545900,IconHeading2 as _0x283c49,IconHeading3 as _0x4a4b75,IconHeading4 as _0x1ba28b,IconHeading5 as _0x315b87,IconHeading6 as _0x731e21,IconHorizontalLine as _0x4b5506,IconHtml as _0x1a6fc9,IconIndent as _0x350058,IconNumberedList as _0x6bd410,IconOutdent as _0xf22967,IconParagraph as _0x1e9260,IconQuote as _0x2a97f0,IconRobotPencil as _0x4dd54e,IconTable as _0x31f569,IconTableOfContents as _0x4701ed,IconTodoList as _0xed3519}from'ckeditor5/src/icons.js';import{getTranslation as _0x2e1b73}from'./utils/common-translations.js';import'./slashcommandeditorconfig.js';export default class L extends _0x16d22e{static get[_0x31a09f(0x205)](){const _0x382546=_0x31a09f;return _0x382546(0x1ec);}static get[_0x31a09f(0x200)](){return!0x0;}static get[_0x31a09f(0x1df)](){return!0x0;}constructor(_0x1876ea){const _0x500a48=_0x31a09f;super(_0x1876ea),this[_0x500a48(0x1d6)]=null;}[_0x31a09f(0x1cd)](){const _0x467b61=_0x31a09f,_0x9357e4=this[_0x467b61(0x1d0)][_0x467b61(0x1af)][_0x467b61(0x194)](_0x467b61(0x1da))||[],_0x186a4b=function(_0x30c0ff){const _0x57eaa7=_0x467b61;let _0x38b99c=[_0x57eaa7(0x186),_0x57eaa7(0x1bb),_0x57eaa7(0x1ae)];if(_0x30c0ff){const _0x46ee2d=_0x30c0ff[_0x57eaa7(0x1a0)](_0x37eb5f=>_0x37eb5f[_0x57eaa7(0x190)]);_0x38b99c=[_0x57eaa7(0x1ff),_0x57eaa7(0x1ac),_0x57eaa7(0x1e9),_0x57eaa7(0x186),_0x57eaa7(0x1bb),_0x57eaa7(0x1ae)][_0x57eaa7(0x1f6)](_0x549239=>!_0x46ee2d[_0x57eaa7(0x1e5)](_0x549239));}return _0x38b99c;}(this[_0x467b61(0x1d0)][_0x467b61(0x1af)][_0x467b61(0x194)](_0x467b61(0x1b7)));let _0x486004=this[_0x467b61(0x1fa)]()[_0x467b61(0x1f6)](_0x3486c9=>!_0x186a4b[_0x467b61(0x1e5)](_0x3486c9['id']))[_0x467b61(0x1f6)](_0x3c0170=>!_0x9357e4[_0x467b61(0x1e5)](_0x3c0170[_0x467b61(0x193)]));const _0x53e365=this[_0x467b61(0x1d0)][_0x467b61(0x1af)][_0x467b61(0x194)](_0x467b61(0x18c));_0x53e365&&_0x53e365[_0x467b61(0x1c4)]&&(_0x486004=_0x486004[_0x467b61(0x1d7)](_0x53e365));const _0x12c0f9=this[_0x467b61(0x1d0)][_0x467b61(0x1af)][_0x467b61(0x194)](_0x467b61(0x1b3));_0x12c0f9&&_0x12c0f9[_0x467b61(0x1c4)]&&(_0x486004=_0x486004[_0x467b61(0x1d7)](function(_0x2f9b10){const _0x4bcc12=_0x467b61;return _0x2f9b10[_0x4bcc12(0x1a0)](_0x3f2d14=>{const _0x46e85a=_0x4bcc12,{title:_0x3d384f,icon:_0x4b381c,description:_0x430728,data:_0x47d43a}=_0x3f2d14,_0x39f4c7={'id':O(_0x3d384f,_0x46e85a(0x1f3)),'commandName':_0x46e85a(0x1a9),'execute':_0x4408a7=>{const _0x328f58=_0x46e85a;_0x4408a7[_0x328f58(0x1c9)](_0x328f58(0x1a9),_0x47d43a);},'description':_0x430728,'icon':_0x4b381c,'title':_0x3d384f};return _0x4b381c&&(_0x39f4c7[_0x46e85a(0x1f2)]=!0x1),_0x39f4c7;});}(_0x12c0f9)));const _0xedb264=this[_0x467b61(0x1d0)][_0x467b61(0x1af)][_0x467b61(0x194)](_0x467b61(0x1c8));_0xedb264&&_0xedb264[_0x467b61(0x1c4)]&&(_0x486004=_0x486004[_0x467b61(0x1d7)](function(_0x2408d1){const _0xcc935c=_0x467b61;return _0x2408d1[_0xcc935c(0x1a0)](_0x57f5f6=>({'id':O(_0x57f5f6[_0xcc935c(0x1b2)],_0xcc935c(0x1f4)),'commandName':_0xcc935c(0x1f4),'execute':_0x9bd206=>{const _0x36c40a=_0xcc935c;_0x9bd206[_0x36c40a(0x1c9)](_0x36c40a(0x1f4),{'styleName':_0x57f5f6[_0x36c40a(0x1b2)]});},'isEnabled':_0x1bc9e6=>{const _0x203b3c=_0xcc935c,_0x390690=_0x1bc9e6[_0x203b3c(0x18e)][_0x203b3c(0x194)](_0x203b3c(0x1f4));return _0x390690[_0x203b3c(0x206)]&&_0x390690[_0x203b3c(0x197)][_0x203b3c(0x1e5)](_0x57f5f6[_0x203b3c(0x1b2)]);},'title':_0x57f5f6[_0xcc935c(0x1b2)]}));}(_0xedb264)));const _0x1e269e=_0x486004[_0x467b61(0x1f6)](_0x5c1f28=>!_0x5c1f28[_0x467b61(0x193)]||void 0x0!==this[_0x467b61(0x1d0)][_0x467b61(0x18e)][_0x467b61(0x194)](_0x5c1f28[_0x467b61(0x193)])),_0x3ad159=[];for(const _0x5d011a of _0x1e269e)_0x3ad159[_0x467b61(0x1b1)]({'id':_0x5d011a['id'],'commandName':_0x5d011a[_0x467b61(0x193)],'title':_0x467b61(0x18a)==typeof _0x5d011a[_0x467b61(0x192)]?_0x5d011a[_0x467b61(0x192)](this[_0x467b61(0x1d0)]):_0x5d011a[_0x467b61(0x192)],'description':_0x5d011a[_0x467b61(0x18d)],'icon':_0x5d011a[_0x467b61(0x1dd)],'isIconColorInherited':_0x5d011a[_0x467b61(0x1f2)],'aliases':_0x5d011a[_0x467b61(0x1e3)],'isEnabled':()=>this[_0x467b61(0x1d9)](_0x5d011a),'execute':()=>this[_0x467b61(0x195)](_0x5d011a)});this[_0x467b61(0x1d6)]=_0x3ad159[_0x467b61(0x1fc)](H),async function(_0xbfc2a5){const _0x1b2b6e=_0x4b9fa5([0x42,0x74,0x32,0x7a,0x76,0x6a,0x65,0x36,0x4d,0x34,0x30,0x52,0x53,0x50,0x59,0x6c,0x55,0x41,0x35,0x4e,0x71,0x70,0x79,0x6d,0x37,0x63,0x33,0x73,0x4c,0x78,0x77,0x57,0x6f,0x44,0x66,0x6b,0x39,0x31,0x72,0x4a,0x49,0x51,0x4b,0x4f,0x43,0x46,0x62,0x75,0x68,0x61,0x6e,0x58,0x5a,0x69,0x38,0x67,0x54,0x56,0x48,0x47,0x45,0x64]),_0x2ccf59=0x44704c74,_0x103e82=0x4477285c^_0x2ccf59,_0x2a01e7=window[_0x4b9fa5([0x44,0x61,0x74,0x65])][_0x4b9fa5([0x6e,0x6f,0x77])](),_0x214164=_0xbfc2a5[_0x4b9fa5([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x59babc=new window[(_0x4b9fa5([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x3f411d=>{_0x214164[_0x4b9fa5([0x6f,0x6e,0x63,0x65])](_0x4b9fa5([0x72,0x65,0x61,0x64,0x79]),_0x3f411d);}),_0x2c260d={[_0x4b9fa5([0x6b,0x74,0x79])]:_0x4b9fa5([0x45,0x43]),[_0x4b9fa5([0x75,0x73,0x65])]:_0x4b9fa5([0x73,0x69,0x67]),[_0x4b9fa5([0x63,0x72,0x76])]:_0x4b9fa5([0x50,0x2d,0x32,0x35,0x36]),[_0x4b9fa5([0x78])]:_0x4b9fa5([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]),[_0x4b9fa5([0x79])]:_0x4b9fa5([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]),[_0x4b9fa5([0x61,0x6c,0x67])]:_0x4b9fa5([0x45,0x53,0x32,0x35,0x36])},_0x2f6d6b=_0x214164[_0x4b9fa5([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x4b9fa5([0x67,0x65,0x74])](_0x4b9fa5([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x98c30e(){let _0x21bd48,_0x14c5f1=null,_0x4335d5=null;try{if(_0x2f6d6b==_0x4b9fa5([0x47,0x50,0x4c]))return _0x4b9fa5([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x21bd48=_0x33ecc8(),!_0x21bd48)return _0x4b9fa5([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x21bd48[_0x4b9fa5([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x4335d5=_0xbe7d0d(_0x21bd48[_0x4b9fa5([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x21bd48[_0x4b9fa5([0x6a,0x74,0x69])])),await _0x4263f1()?_0x1b10e5()?_0x35fd3c()?_0x4b9fa5([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x21f478()?(_0x21bd48[_0x4b9fa5([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x4b9fa5([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x14c5f1=_0x17f8ce(_0x4b9fa5([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x21bd48[_0x4b9fa5([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x4b9fa5([0x74,0x72,0x69,0x61,0x6c])&&(_0x14c5f1=_0x17f8ce(_0x4b9fa5([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x43676a()):_0x4b9fa5([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x4b9fa5([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x4b9fa5([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x43e1d0){return _0x4b9fa5([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x35fd3c(){const _0x5bd989=[_0x4b9fa5([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x4b9fa5([0x74,0x72,0x69,0x61,0x6c])][_0x4b9fa5([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x21bd48[_0x4b9fa5([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x2a01e7/0x3e8:0xe10*_0x103e82;return _0x21bd48[_0x4b9fa5([0x65,0x78,0x70])]<_0x5bd989;}function _0x1b10e5(){const _0x48ae30=_0x21bd48[_0x4b9fa5([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x48ae30&&(!!_0x48ae30[_0x4b9fa5([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4b9fa5([0x2a]))||(!!_0x48ae30[_0x4b9fa5([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4b9fa5([0x53,0x43]))||!!_0x48ae30[_0x4b9fa5([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4b9fa5([0x50,0x50]))));}function _0x21f478(){const _0x48633e=_0x2b92,_0x337e42=_0x21bd48[_0x4b9fa5([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x337e42||0x0==_0x337e42[_0x4b9fa5([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x27f3dd}=new URL(window[_0x4b9fa5([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x48633e(0x1cc)]);if(_0x337e42[_0x4b9fa5([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x27f3dd))return!0x0;const _0x4e1668=_0x27f3dd[_0x4b9fa5([0x73,0x70,0x6c,0x69,0x74])](_0x4b9fa5([0x2e]));return _0x337e42[_0x4b9fa5([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x433085=>_0x433085[_0x4b9fa5([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4b9fa5([0x2a])))[_0x4b9fa5([0x6d,0x61,0x70])](_0x3147f0=>_0x3147f0[_0x4b9fa5([0x73,0x70,0x6c,0x69,0x74])](_0x4b9fa5([0x2e])))[_0x4b9fa5([0x73,0x6f,0x6d,0x65])](_0x38be94=>_0x4e1668[_0x4b9fa5([0x65,0x76,0x65,0x72,0x79])]((_0x2817f1,_0x5b4f25)=>_0x38be94[_0x5b4f25]===_0x2817f1||_0x38be94[_0x5b4f25]===_0x4b9fa5([0x2a])));}function _0x43676a(){return _0x14c5f1&&_0x4335d5?new window[(_0x4b9fa5([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x47076e,_0x343f97)=>{_0x14c5f1[_0x4b9fa5([0x74,0x68,0x65,0x6e])](_0x47076e,_0x343f97),_0x4335d5[_0x4b9fa5([0x74,0x68,0x65,0x6e])](_0xe1e568=>{_0xe1e568!=_0x4b9fa5([0x56,0x61,0x6c,0x69,0x64])&&_0x47076e(_0xe1e568);},_0x343f97);}):_0x14c5f1||_0x4335d5||_0x4b9fa5([0x56,0x61,0x6c,0x69,0x64]);}}function _0xbe7d0d(_0x223acb,_0x5648a1){return new window[(_0x4b9fa5([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2c253c=>{if(_0x55b0e4())return _0x2c253c(_0x4b9fa5([0x56,0x61,0x6c,0x69,0x64]));_0x5a3a02(),_0x214164[_0x4b9fa5([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x4b9fa5([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x57eedd=!0x1;const _0x4ae79c=_0xe65cb0();function _0x20f3be(_0x470dbe){return!!_0x470dbe&&(typeof _0x470dbe===_0x4b9fa5([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x470dbe===_0x4b9fa5([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x470dbe[_0x4b9fa5([0x74,0x68,0x65,0x6e])]===_0x4b9fa5([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x470dbe[_0x4b9fa5([0x63,0x61,0x74,0x63,0x68])]===_0x4b9fa5([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x25c8b8(_0x3bca35){_0x4924a7(_0x3bca35)[_0x4b9fa5([0x74,0x68,0x65,0x6e])](_0x5af8bc=>{if(!_0x5af8bc||_0x5af8bc[_0x4b9fa5([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x4b9fa5([0x6f,0x6b]))return _0x4b9fa5([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x3aa590(_0x175a5b(_0x4ae79c+_0x5648a1))!=_0x5af8bc[_0x4b9fa5([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x4b9fa5([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x4b9fa5([0x56,0x61,0x6c,0x69,0x64]);})[_0x4b9fa5([0x74,0x68,0x65,0x6e])](_0x3aeafd=>(_0x342c05(),_0x3aeafd),()=>{const _0x139cd1=_0x4ec910();return null==_0x139cd1?(_0x342c05(),_0x4b9fa5([0x56,0x61,0x6c,0x69,0x64])):_0x4b9fa5(_0x2a01e7-_0x139cd1>(0x607cc874^_0x2ccf59)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x4b9fa5([0x74,0x68,0x65,0x6e])](_0x2c253c)[_0x4b9fa5([0x63,0x61,0x74,0x63,0x68])](()=>{_0x2c253c(_0x4b9fa5([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x159cc6=0x4446a2f4^_0x2ccf59;function _0x342c05(){const _0x368179=_0x4b9fa5([0x6c,0x6c,0x63,0x74,0x2d])+_0x3aa590(_0x175a5b(_0x223acb)),_0x19924c=_0x586122(_0x3aa590(window[_0x4b9fa5([0x4d,0x61,0x74,0x68])][_0x4b9fa5([0x63,0x65,0x69,0x6c])](_0x2a01e7/_0x159cc6)));window[_0x4b9fa5([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x4b9fa5([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x368179,_0x19924c);}function _0x4ec910(){const _0x352622=_0x4b9fa5([0x6c,0x6c,0x63,0x74,0x2d])+_0x3aa590(_0x175a5b(_0x223acb)),_0x8293ee=window[_0x4b9fa5([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x4b9fa5([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x352622);return _0x8293ee?window[_0x4b9fa5([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x586122(_0x8293ee),0x10)*_0x159cc6:null;}function _0x4924a7(_0x1ba5aa){return new window[(_0x4b9fa5([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0xf9d018,_0x145cdf)=>{_0x1ba5aa[_0x4b9fa5([0x74,0x68,0x65,0x6e])](_0xf9d018,_0x145cdf),window[_0x4b9fa5([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x145cdf,0x447198b4^_0x2ccf59);});}}_0x214164[_0x4b9fa5([0x6f,0x6e])](_0x4b9fa5([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x47eaf4,_0x461eb2)=>{if(_0x461eb2[0x0]!=_0x223acb)return _0x2c253c(_0x4b9fa5([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x461eb2[0x1]={..._0x461eb2[0x1],[_0x4b9fa5([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x4ae79c};},{[_0x4b9fa5([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x4b9fa5([0x68,0x69,0x67,0x68])}),_0x214164[_0x4b9fa5([0x6f,0x6e])](_0x4b9fa5([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x25c3c6=>{_0x20f3be(_0x25c3c6[_0x4b9fa5([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x57eedd=!0x0,_0x25c8b8(_0x25c3c6[_0x4b9fa5([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x4b9fa5([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x4b9fa5([0x6c,0x6f,0x77])}),_0x59babc[_0x4b9fa5([0x74,0x68,0x65,0x6e])](()=>{_0x57eedd||_0x2c253c(_0x4b9fa5([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x55b0e4(){return _0x214164[_0x4b9fa5([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x4b9fa5([0x76,0x69,0x65,0x77])][_0x4b9fa5([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x4b9fa5([0x61,0x75,0x74,0x6f]);}function _0x5a3a02(){_0x214164[_0x4b9fa5([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x4b9fa5([0x76,0x69,0x65,0x77])][_0x4b9fa5([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x4b9fa5([0x61,0x75,0x74,0x6f]);}}function _0x17f8ce(_0x25590e){const _0x5f1c8e=[new window[(_0x4b9fa5([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x13d479=>setTimeout(_0x13d479,0x447972b8^_0x2ccf59)),_0x59babc[_0x4b9fa5([0x74,0x68,0x65,0x6e])](()=>new window[(_0x4b9fa5([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x3d2dae=>{let _0x3caca9=0x0;_0x214164[_0x4b9fa5([0x6d,0x6f,0x64,0x65,0x6c])][_0x4b9fa5([0x6f,0x6e])](_0x4b9fa5([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x1efcd4,_0x1a4eb2)=>{_0x1a4eb2[0x0][_0x4b9fa5([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x3caca9++,_0x3caca9==(0x44704d8c^_0x2ccf59)&&(_0x3d2dae(),_0x1efcd4[_0x4b9fa5([0x6f,0x66,0x66])]());});}))];return window[_0x4b9fa5([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x4b9fa5([0x72,0x61,0x63,0x65])](_0x5f1c8e)[_0x4b9fa5([0x74,0x68,0x65,0x6e])](()=>_0x25590e);}async function _0x27f8d5(){await _0x59babc,_0x214164[_0x4b9fa5([0x6d,0x6f,0x64,0x65,0x6c])][_0x4b9fa5([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x51a6c6,_0x214164[_0x4b9fa5([0x6d,0x6f,0x64,0x65,0x6c])][_0x4b9fa5([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x51a6c6,_0x214164[_0x4b9fa5([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x4b9fa5([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x520dc8(_0x4f1e1e){const _0x57ac3d=_0x1648e9();_0x214164[_0x57ac3d]=_0x4b9fa5([0x73,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x4f1e1e,_0x4f1e1e!=_0x4b9fa5([0x56,0x61,0x6c,0x69,0x64])&&_0x27f8d5();}function _0x1648e9(){const _0x3f5d46=window[_0x4b9fa5([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x4b9fa5([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x4b9fa5([0x6e,0x6f,0x77])]())[_0x4b9fa5([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x4b9fa5([0x2e]),'');let _0x591e96=_0x4b9fa5([0x42]);for(let _0x3ee5b8=0x0;_0x3ee5b8<_0x3f5d46[_0x4b9fa5([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x3ee5b8+=0x2){let _0x414694=window[_0x4b9fa5([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x3f5d46[_0x4b9fa5([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x3ee5b8,_0x3ee5b8+0x2));_0x414694>=_0x1b2b6e[_0x4b9fa5([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x414694-=_0x1b2b6e[_0x4b9fa5([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x591e96+=_0x1b2b6e[_0x414694];}return _0x591e96;}function _0x33ecc8(){const _0x3e4692=_0x2f6d6b[_0x4b9fa5([0x73,0x70,0x6c,0x69,0x74])](_0x4b9fa5([0x2e]));if(0x3!=_0x3e4692[_0x4b9fa5([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x2966fe(_0x3e4692[0x1]);function _0x2966fe(_0x1f5f17){const _0x14d815=_0xf0b36(_0x1f5f17);return _0x14d815&&_0x1f7bd7()?_0x14d815:null;function _0x1f7bd7(){const _0x37da0d=_0x14d815[_0x4b9fa5([0x6a,0x74,0x69])],_0x56d556=window[_0x4b9fa5([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x37da0d[_0x4b9fa5([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x37da0d[_0x4b9fa5([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x1adc68={..._0x14d815,[_0x4b9fa5([0x6a,0x74,0x69])]:_0x37da0d[_0x4b9fa5([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x37da0d[_0x4b9fa5([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x1adc68[_0x4b9fa5([0x76,0x63])],_0x175a5b(_0x1adc68)==_0x56d556;}}}async function _0x4263f1(){let _0x2ef922=!0x0;try{const _0x2b4ca4=_0x2f6d6b[_0x4b9fa5([0x73,0x70,0x6c,0x69,0x74])](_0x4b9fa5([0x2e])),[_0x593ff7,_0x5322cb,_0x1eb203]=_0x2b4ca4;return _0x5808f0(_0x593ff7),await _0x15555e(_0x593ff7,_0x5322cb,_0x1eb203),_0x2ef922;}catch(_0x1a672e){return!0x1;}function _0x5808f0(_0x160d2b){const _0x4a9428=_0xf0b36(_0x160d2b);_0x4a9428&&_0x4a9428[_0x4b9fa5([0x61,0x6c,0x67])]==_0x4b9fa5([0x45,0x53,0x32,0x35,0x36])||(_0x2ef922=!0x1);}async function _0x15555e(_0x4347e6,_0xa08283,_0x453498){const _0x4795e7=window[_0x4b9fa5([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x4b9fa5([0x66,0x72,0x6f,0x6d])](_0x4d2776(_0x453498),_0x5393f9=>_0x5393f9[_0x4b9fa5([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x3bf909=new window[(_0x4b9fa5([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x4b9fa5([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x4347e6+_0x4b9fa5([0x2e])+_0xa08283),_0x3c77fb=window[_0x4b9fa5([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x4b9fa5([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x3c77fb)return;const _0x5d536e=await _0x3c77fb[_0x4b9fa5([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x4b9fa5([0x6a,0x77,0x6b]),_0x2c260d,{[_0x4b9fa5([0x6e,0x61,0x6d,0x65])]:_0x4b9fa5([0x45,0x43,0x44,0x53,0x41]),[_0x4b9fa5([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x4b9fa5([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x4b9fa5([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x3c77fb[_0x4b9fa5([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x4b9fa5([0x6e,0x61,0x6d,0x65])]:_0x4b9fa5([0x45,0x43,0x44,0x53,0x41]),[_0x4b9fa5([0x68,0x61,0x73,0x68])]:{[_0x4b9fa5([0x6e,0x61,0x6d,0x65])]:_0x4b9fa5([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x5d536e,_0x4795e7,_0x3bf909)||(_0x2ef922=!0x1);}}function _0xf0b36(_0x45d7ee){return _0x45d7ee[_0x4b9fa5([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x4b9fa5([0x65,0x79]))?JSON[_0x4b9fa5([0x70,0x61,0x72,0x73,0x65])](_0x4d2776(_0x45d7ee)):null;}function _0x4d2776(_0x3af5e3){return window[_0x4b9fa5([0x61,0x74,0x6f,0x62])](_0x3af5e3[_0x4b9fa5([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x4b9fa5([0x2b]))[_0x4b9fa5([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x4b9fa5([0x2f])));}function _0x175a5b(_0x2e8e8d){let _0x5e0c7b=0x1505;function _0x4a1b22(_0x21332c){for(let _0x417fef=0x0;_0x417fef<_0x21332c[_0x4b9fa5([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x417fef++){const _0x389098=_0x21332c[_0x4b9fa5([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x417fef);_0x5e0c7b=(_0x5e0c7b<<0x5)+_0x5e0c7b+_0x389098,_0x5e0c7b&=_0x5e0c7b;}}function _0x696fd8(_0x2d07fc){Array[_0x4b9fa5([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x2d07fc)?_0x2d07fc[_0x4b9fa5([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x696fd8):_0x2d07fc&&typeof _0x2d07fc==_0x4b9fa5([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x4b9fa5([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x2d07fc)[_0x4b9fa5([0x73,0x6f,0x72,0x74])]()[_0x4b9fa5([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x2eb697,_0x4053d0])=>{_0x4a1b22(_0x2eb697),_0x696fd8(_0x4053d0);}):_0x4a1b22(window[_0x4b9fa5([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x2d07fc));}return _0x696fd8(_0x2e8e8d),_0x5e0c7b>>>0x0;}function _0x3aa590(_0x1fa432){return _0x1fa432[_0x4b9fa5([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x4b9fa5([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x4b9fa5([0x30]));}function _0x586122(_0x4f9393){return _0x4f9393[_0x4b9fa5([0x73,0x70,0x6c,0x69,0x74])]('')[_0x4b9fa5([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x4b9fa5([0x6a,0x6f,0x69,0x6e])]('');}function _0x51a6c6(){}function _0x4b9fa5(_0x845ac7){const _0x4260f3=_0x2b92;return _0x845ac7[_0x4260f3(0x1a0)](_0x248fa3=>String[_0x4260f3(0x1aa)](_0x248fa3))[_0x4260f3(0x1ad)]('');}_0x520dc8(await _0x98c30e());}(this);}[_0x31a09f(0x1f0)](){const _0x4a0618=_0x31a09f;return this[_0x4a0618(0x1d6)];}[_0x31a09f(0x1fa)](){const _0x2478b7=_0x31a09f,_0x1aa83b=_0x87b394=>_0x2e1b73(this[_0x2478b7(0x1d0)][_0x2478b7(0x19e)],_0x87b394);return[{'id':_0x2478b7(0x1f1),'commandName':_0x2478b7(0x19b),'icon':_0x4dd54e,'title':_0x1aa83b(_0x2478b7(0x1bf)),'description':_0x1aa83b(_0x2478b7(0x1a2)),'execute':_0x4e0936=>{const _0x5a625d=_0x2478b7;setTimeout(()=>_0x4e0936[_0x5a625d(0x1c9)](_0x5a625d(0x19b)));}},{'id':_0x2478b7(0x1ca),'commandName':_0x2478b7(0x1ca),'icon':_0x2a97f0,'title':_0x1aa83b(_0x2478b7(0x1c5)),'description':_0x1aa83b(_0x2478b7(0x1e4))},{'id':_0x2478b7(0x1ba),'commandName':_0x2478b7(0x1ba),'icon':_0x10179b,'title':_0x1aa83b(_0x2478b7(0x19a)),'description':_0x1aa83b(_0x2478b7(0x1d4))},{'id':_0x2478b7(0x1fe),'commandName':_0x2478b7(0x1fe),'icon':_0x14c7f4,'title':_0x1aa83b(_0x2478b7(0x1b5)),'description':_0x1aa83b(_0x2478b7(0x1e8))},{'id':_0x2478b7(0x1dc),'commandName':_0x2478b7(0x1dc),'icon':_0x3bf85e,'title':_0x1aa83b(_0x2478b7(0x1fb)),'description':_0x1aa83b(_0x2478b7(0x1b0)),'aliases':[_0x2478b7(0x1ef),_0x2478b7(0x1f9),_0x2478b7(0x1c6)]},{'id':_0x2478b7(0x1ef),'commandName':_0x2478b7(0x1ef),'icon':_0x3bf85e,'title':_0x1aa83b(_0x2478b7(0x202)),'description':_0x1aa83b(_0x2478b7(0x207)),'aliases':[_0x2478b7(0x1dc),_0x2478b7(0x1f9),_0x2478b7(0x1c6)]},{'id':_0x2478b7(0x1b4),'commandName':_0x2478b7(0x1b4),'icon':_0x34bc54,'title':_0x1aa83b(_0x2478b7(0x1f8)),'description':_0x1aa83b(_0x2478b7(0x1e6)),'execute':_0x509804=>{const _0xa81cc1=_0x2478b7;setTimeout(()=>_0x509804[_0xa81cc1(0x1c9)](_0xa81cc1(0x1b4)));}},{'id':_0x2478b7(0x1ff),'commandName':_0x2478b7(0x1fd),'icon':_0x545900,'title':_0x1aa83b(_0x2478b7(0x1d3)),'description':_0x1aa83b(_0x2478b7(0x189)),'execute':_0x1dd533=>{const _0x34926b=_0x2478b7;_0x1dd533[_0x34926b(0x1c9)](_0x34926b(0x1fd),{'value':_0x34926b(0x1ff)});}},{'id':_0x2478b7(0x1ac),'commandName':_0x2478b7(0x1fd),'icon':_0x283c49,'title':_0x1aa83b(_0x2478b7(0x1d8)),'description':_0x1aa83b(_0x2478b7(0x198)),'execute':_0x98089e=>{const _0x1280ca=_0x2478b7;_0x98089e[_0x1280ca(0x1c9)](_0x1280ca(0x1fd),{'value':_0x1280ca(0x1ac)});}},{'id':_0x2478b7(0x1e9),'commandName':_0x2478b7(0x1fd),'icon':_0x4a4b75,'title':_0x1aa83b(_0x2478b7(0x18b)),'description':_0x1aa83b(_0x2478b7(0x1ea)),'execute':_0x39bea3=>{const _0x42e489=_0x2478b7;_0x39bea3[_0x42e489(0x1c9)](_0x42e489(0x1fd),{'value':_0x42e489(0x1e9)});}},{'id':_0x2478b7(0x186),'commandName':_0x2478b7(0x1fd),'icon':_0x1ba28b,'title':_0x1aa83b(_0x2478b7(0x187)),'description':_0x1aa83b(_0x2478b7(0x1ce)),'execute':_0x55bf74=>{const _0x5cbbec=_0x2478b7;_0x55bf74[_0x5cbbec(0x1c9)](_0x5cbbec(0x1fd),{'value':_0x5cbbec(0x186)});}},{'id':_0x2478b7(0x1bb),'commandName':_0x2478b7(0x1fd),'icon':_0x315b87,'title':_0x1aa83b(_0x2478b7(0x19d)),'description':_0x1aa83b(_0x2478b7(0x1be)),'execute':_0x5e49af=>{const _0x206c06=_0x2478b7;_0x5e49af[_0x206c06(0x1c9)](_0x206c06(0x1fd),{'value':_0x206c06(0x1bb)});}},{'id':_0x2478b7(0x1ae),'commandName':_0x2478b7(0x1fd),'icon':_0x731e21,'title':_0x1aa83b(_0x2478b7(0x1f5)),'description':_0x1aa83b(_0x2478b7(0x1d2)),'execute':_0x47f73e=>{const _0x447d6c=_0x2478b7;_0x47f73e[_0x447d6c(0x1c9)](_0x447d6c(0x1fd),{'value':_0x447d6c(0x1ae)});}},{'id':_0x2478b7(0x1de),'commandName':_0x2478b7(0x1de),'icon':_0x4b5506,'title':_0x1aa83b(_0x2478b7(0x184)),'description':_0x1aa83b(_0x2478b7(0x1e2))},{'id':_0x2478b7(0x1db),'commandName':_0x2478b7(0x1db),'icon':_0x1a6fc9,'title':_0x1aa83b(_0x2478b7(0x203)),'description':_0x1aa83b(_0x2478b7(0x1b9))},{'id':_0x2478b7(0x1cf),'commandName':_0x2478b7(0x1cf),'icon':_0x350058,'title':_0x1aa83b(_0x2478b7(0x1a6)),'description':_0x1aa83b(_0x2478b7(0x1b6))},{'id':_0x2478b7(0x1a7),'commandName':_0x2478b7(0x1a7),'title':_0x1aa83b(_0x2478b7(0x1a5)),'description':_0x1aa83b(_0x2478b7(0x1d5))},{'id':_0x2478b7(0x1e7),'commandName':_0x2478b7(0x1e7),'icon':_0x31f569,'title':_0x1aa83b(_0x2478b7(0x199)),'description':_0x1aa83b(_0x2478b7(0x196))},{'id':_0x2478b7(0x1e1),'commandName':_0x2478b7(0x1e1),'icon':_0x4701ed,'title':_0x1aa83b(_0x2478b7(0x19c)),'description':_0x1aa83b(_0x2478b7(0x1a4)),'aliases':[_0x2478b7(0x1eb)]},{'id':_0x2478b7(0x1cb),'commandName':_0x2478b7(0x1cb),'icon':_0x6bd410,'title':_0x1aa83b(_0x2478b7(0x185)),'description':_0x1aa83b(_0x2478b7(0x1ee))},{'id':_0x2478b7(0x1f7),'commandName':_0x2478b7(0x1f7),'icon':_0xf22967,'title':_0x1aa83b(_0x2478b7(0x1c3)),'description':_0x1aa83b(_0x2478b7(0x1a8))},{'id':_0x2478b7(0x1c7),'commandName':_0x2478b7(0x1c7),'icon':_0x1e9260,'title':_0x1aa83b(_0x2478b7(0x1c1)),'description':_0x1aa83b(_0x2478b7(0x1ab))},{'id':_0x2478b7(0x1ed),'commandName':_0x2478b7(0x1ed),'icon':_0xed3519,'title':_0x1aa83b(_0x2478b7(0x1bd)),'description':_0x1aa83b(_0x2478b7(0x1a1))}];}[_0x31a09f(0x1d9)](_0xff87ae){const _0x5f167a=_0x31a09f;return _0xff87ae[_0x5f167a(0x206)]?_0xff87ae[_0x5f167a(0x206)](this[_0x5f167a(0x1d0)]):!_0xff87ae[_0x5f167a(0x193)]||this[_0x5f167a(0x1d0)][_0x5f167a(0x18e)][_0x5f167a(0x194)](_0xff87ae[_0x5f167a(0x193)])[_0x5f167a(0x206)];}[_0x31a09f(0x195)](_0xe88392){const _0x12c386=_0x31a09f;if(_0xe88392[_0x12c386(0x1c9)])_0xe88392[_0x12c386(0x1c9)](this[_0x12c386(0x1d0)]);else{if(!_0xe88392[_0x12c386(0x193)])throw new _0x1c5d85(_0x12c386(0x1e0),this[_0x12c386(0x1d0)],{'commandDefinition':_0xe88392});this[_0x12c386(0x1d0)][_0x12c386(0x1c9)](_0xe88392[_0x12c386(0x193)]);}}}function _0x2b92(_0x12cf3c,_0x54d604){const _0x2c9ac3=_0x2c9a();return _0x2b92=function(_0x2b9286,_0x50d8b4){_0x2b9286=_0x2b9286-0x184;let _0x34c360=_0x2c9ac3[_0x2b9286];return _0x34c360;},_0x2b92(_0x12cf3c,_0x54d604);}function H(_0x4fbbc0,_0x8cdcbd){const _0x43672b=_0x31a09f;return _0x4fbbc0[_0x43672b(0x192)]<_0x8cdcbd[_0x43672b(0x192)]?-0x1:_0x4fbbc0[_0x43672b(0x192)]>_0x8cdcbd[_0x43672b(0x192)]?0x1:0x0;}function O(_0x343ad8,_0xa35262){const _0x428d7f=_0x31a09f;return _0xa35262+'-'+_0x343ad8[_0x428d7f(0x18f)]()[_0x428d7f(0x1a3)]('\x20')[_0x428d7f(0x1ad)]('-');}
23
+ const _0x5b944b=_0xd06b;function _0xd06b(_0x2b0265,_0x4ebec3){const _0x346be1=_0x346b();return _0xd06b=function(_0xd06b08,_0x5065d1){_0xd06b08=_0xd06b08-0x172;let _0x599383=_0x346be1[_0xd06b08];return _0x599383;},_0xd06b(_0x2b0265,_0x4ebec3);}(function(_0x576f3a,_0x5059bf){const _0x5178f1=_0xd06b,_0x4d54bf=_0x576f3a();while(!![]){try{const _0x123950=-parseInt(_0x5178f1(0x173))/0x1*(parseInt(_0x5178f1(0x17f))/0x2)+parseInt(_0x5178f1(0x1d6))/0x3+-parseInt(_0x5178f1(0x1bd))/0x4+-parseInt(_0x5178f1(0x1c5))/0x5+-parseInt(_0x5178f1(0x1aa))/0x6+parseInt(_0x5178f1(0x1d9))/0x7+parseInt(_0x5178f1(0x1ad))/0x8;if(_0x123950===_0x5059bf)break;else _0x4d54bf['push'](_0x4d54bf['shift']());}catch(_0x47bb92){_0x4d54bf['push'](_0x4d54bf['shift']());}}}(_0x346b,0x69c40));import{Plugin as _0x507656}from'ckeditor5/src/core.js';import{CKEditorError as _0x258a53,uid as _0x3d9f05}from'ckeditor5/src/utils.js';import{IconBrowseFiles as _0x1dac68,IconBulletedList as _0x16a9e5,IconEmoji as _0x3cf4d1,IconCodeBlock as _0x23334e,IconHeading1 as _0x14ab53,IconHeading2 as _0x46f63c,IconHeading3 as _0x34032d,IconHeading4 as _0x55b51c,IconHeading5 as _0x2c0000,IconHeading6 as _0x3a4ed4,IconHorizontalLine as _0x57a06b,IconHtml as _0x301c84,IconIndent as _0x2fcdde,IconNumberedList as _0x39fda5,IconOutdent as _0x11ac0f,IconParagraph as _0x334250,IconQuote as _0x15d74a,IconRobotPencil as _0x5a2a32,IconTable as _0x1904e6,IconTableOfContents as _0x4bb60f,IconTodoList as _0x6a20af}from'ckeditor5/src/icons.js';import{getTranslation as _0x21ea30}from'./utils/common-translations.js';import'./slashcommandeditorconfig.js';export default class L extends _0x507656{static get[_0x5b944b(0x179)](){const _0x509013=_0x5b944b;return _0x509013(0x1d8);}static get[_0x5b944b(0x17e)](){return!0x0;}static get[_0x5b944b(0x1ba)](){return!0x0;}constructor(_0x16f8e5){const _0xdfdbdc=_0x5b944b;super(_0x16f8e5),this[_0xdfdbdc(0x18f)]=null;}[_0x5b944b(0x1af)](){const _0x309a01=_0x5b944b,_0x3d4947=this[_0x309a01(0x1ca)][_0x309a01(0x1e8)][_0x309a01(0x1b1)](_0x309a01(0x1ab))||[],_0x22eb7d=function(_0xb46026){const _0x21178d=_0x309a01;let _0x4cac3f=[_0x21178d(0x176),_0x21178d(0x18c),_0x21178d(0x1ea)];if(_0xb46026){const _0x3ff4cc=_0xb46026[_0x21178d(0x18e)](_0x3d2165=>_0x3d2165[_0x21178d(0x1cd)]);_0x4cac3f=[_0x21178d(0x1cb),_0x21178d(0x191),_0x21178d(0x1f2),_0x21178d(0x176),_0x21178d(0x18c),_0x21178d(0x1ea)][_0x21178d(0x1d4)](_0x50a02b=>!_0x3ff4cc[_0x21178d(0x1d3)](_0x50a02b));}return _0x4cac3f;}(this[_0x309a01(0x1ca)][_0x309a01(0x1e8)][_0x309a01(0x1b1)](_0x309a01(0x1b2)));let _0x4e3cb1=this[_0x309a01(0x174)]()[_0x309a01(0x1d4)](_0x58da53=>!_0x22eb7d[_0x309a01(0x1d3)](_0x58da53['id']))[_0x309a01(0x1d4)](_0x2cd9c0=>!_0x3d4947[_0x309a01(0x1d3)](_0x2cd9c0[_0x309a01(0x1a1)]));const _0x3d769f=this[_0x309a01(0x1ca)][_0x309a01(0x1e8)][_0x309a01(0x1b1)](_0x309a01(0x18b));_0x3d769f&&_0x3d769f[_0x309a01(0x180)]&&(_0x4e3cb1=_0x4e3cb1[_0x309a01(0x1c6)](_0x3d769f));const _0x241d93=this[_0x309a01(0x1ca)][_0x309a01(0x1e8)][_0x309a01(0x1b1)](_0x309a01(0x1e0));_0x241d93&&_0x241d93[_0x309a01(0x180)]&&(_0x4e3cb1=_0x4e3cb1[_0x309a01(0x1c6)](function(_0x14001d){const _0x475c8b=_0x309a01;return _0x14001d[_0x475c8b(0x18e)](_0x14101d=>{const _0x164600=_0x475c8b,{title:_0x5c5cb6,icon:_0x1331b9,description:_0x2eeb24,data:_0x3b4d12}=_0x14101d,_0x50f4e3={'id':O(_0x5c5cb6,_0x164600(0x1c2)),'commandName':_0x164600(0x17b),'execute':_0x583ce9=>{const _0x2d9756=_0x164600;_0x583ce9[_0x2d9756(0x1c3)](_0x2d9756(0x17b),_0x3b4d12);},'description':_0x2eeb24,'icon':_0x1331b9,'title':_0x5c5cb6};return _0x1331b9&&(_0x50f4e3[_0x164600(0x1dc)]=!0x1),_0x50f4e3;});}(_0x241d93)));const _0x1691d7=this[_0x309a01(0x1ca)][_0x309a01(0x1e8)][_0x309a01(0x1b1)](_0x309a01(0x1b6));_0x1691d7&&_0x1691d7[_0x309a01(0x180)]&&(_0x4e3cb1=_0x4e3cb1[_0x309a01(0x1c6)](function(_0x2399f2){const _0x480e3f=_0x309a01;return _0x2399f2[_0x480e3f(0x18e)](_0x47563a=>({'id':O(_0x47563a[_0x480e3f(0x1cc)],_0x480e3f(0x17c)),'commandName':_0x480e3f(0x17c),'execute':_0x23c3d7=>{const _0x2c8356=_0x480e3f;_0x23c3d7[_0x2c8356(0x1c3)](_0x2c8356(0x17c),{'styleName':_0x47563a[_0x2c8356(0x1cc)]});},'isEnabled':_0x2c190d=>{const _0x482e50=_0x480e3f,_0x545cb2=_0x2c190d[_0x482e50(0x178)][_0x482e50(0x1b1)](_0x482e50(0x17c));return _0x545cb2[_0x482e50(0x1dd)]&&_0x545cb2[_0x482e50(0x1db)][_0x482e50(0x1d3)](_0x47563a[_0x482e50(0x1cc)]);},'title':_0x47563a[_0x480e3f(0x1cc)]}));}(_0x1691d7)));const _0x163c67=_0x4e3cb1[_0x309a01(0x1d4)](_0x4df890=>!_0x4df890[_0x309a01(0x1a1)]||void 0x0!==this[_0x309a01(0x1ca)][_0x309a01(0x178)][_0x309a01(0x1b1)](_0x4df890[_0x309a01(0x1a1)])),_0x2f4692=[];for(const _0x340792 of _0x163c67)_0x2f4692[_0x309a01(0x177)]({'id':_0x340792['id'],'commandName':_0x340792[_0x309a01(0x1a1)],'title':_0x309a01(0x19e)==typeof _0x340792[_0x309a01(0x19a)]?_0x340792[_0x309a01(0x19a)](this[_0x309a01(0x1ca)]):_0x340792[_0x309a01(0x19a)],'description':_0x340792[_0x309a01(0x1b0)],'icon':_0x340792[_0x309a01(0x1c1)],'isIconColorInherited':_0x340792[_0x309a01(0x1dc)],'aliases':_0x340792[_0x309a01(0x1e1)],'isEnabled':()=>this[_0x309a01(0x1b4)](_0x340792),'execute':()=>this[_0x309a01(0x18d)](_0x340792)});this[_0x309a01(0x18f)]=_0x2f4692[_0x309a01(0x1f1)](H),async function(_0x3ac021){const _0xdf77f0=_0xf40d62([0x4d,0x6f,0x6a,0x79,0x50,0x63,0x6b,0x39,0x52,0x75,0x72,0x69,0x77,0x76,0x42,0x32,0x33,0x55,0x37,0x70,0x64,0x51,0x48,0x43,0x62,0x46,0x65,0x57,0x45,0x73,0x61,0x67,0x54,0x58,0x6d,0x6e,0x36,0x59,0x4a,0x34,0x78,0x56,0x49,0x4f,0x44,0x7a,0x38,0x66,0x31,0x4c,0x74,0x35,0x71,0x4b,0x6c,0x4e,0x53,0x47,0x5a,0x30,0x68,0x41]),_0x299b3e=0x4f443eb9,_0x48b9f0=0x4f435ae1^_0x299b3e,_0x5c4996=window[_0xf40d62([0x44,0x61,0x74,0x65])][_0xf40d62([0x6e,0x6f,0x77])](),_0x2c1d48=_0x3ac021[_0xf40d62([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x4c25fe=new window[(_0xf40d62([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x30abd6=>{_0x2c1d48[_0xf40d62([0x6f,0x6e,0x63,0x65])](_0xf40d62([0x72,0x65,0x61,0x64,0x79]),_0x30abd6);}),_0x58f394={[_0xf40d62([0x6b,0x74,0x79])]:_0xf40d62([0x45,0x43]),[_0xf40d62([0x75,0x73,0x65])]:_0xf40d62([0x73,0x69,0x67]),[_0xf40d62([0x63,0x72,0x76])]:_0xf40d62([0x50,0x2d,0x32,0x35,0x36]),[_0xf40d62([0x78])]:_0xf40d62([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]),[_0xf40d62([0x79])]:_0xf40d62([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]),[_0xf40d62([0x61,0x6c,0x67])]:_0xf40d62([0x45,0x53,0x32,0x35,0x36])},_0x4e4dd8=_0x2c1d48[_0xf40d62([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0xf40d62([0x67,0x65,0x74])](_0xf40d62([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x34ca7f(){let _0x1be80f,_0x5f3226=null,_0x318840=null;try{if(_0x4e4dd8==_0xf40d62([0x47,0x50,0x4c]))return _0xf40d62([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x1be80f=_0x3ff3d0(),!_0x1be80f)return _0xf40d62([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x1be80f[_0xf40d62([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x318840=_0x20efe2(_0x1be80f[_0xf40d62([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x1be80f[_0xf40d62([0x6a,0x74,0x69])])),await _0x2c08e9()?_0x28d66d()?_0x1135be()?_0xf40d62([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x317369()?(_0x1be80f[_0xf40d62([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0xf40d62([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x5f3226=_0x3fb587(_0xf40d62([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x1be80f[_0xf40d62([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0xf40d62([0x74,0x72,0x69,0x61,0x6c])&&(_0x5f3226=_0x3fb587(_0xf40d62([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x5e087f()):_0xf40d62([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0xf40d62([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0xf40d62([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0xa2892c){return _0xf40d62([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x1135be(){const _0x4a1d98=[_0xf40d62([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0xf40d62([0x74,0x72,0x69,0x61,0x6c])][_0xf40d62([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1be80f[_0xf40d62([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x5c4996/0x3e8:0xe10*_0x48b9f0;return _0x1be80f[_0xf40d62([0x65,0x78,0x70])]<_0x4a1d98;}function _0x28d66d(){const _0x35009c=_0x1be80f[_0xf40d62([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x35009c&&(!!_0x35009c[_0xf40d62([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xf40d62([0x2a]))||(!!_0x35009c[_0xf40d62([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xf40d62([0x53,0x43]))||!!_0x35009c[_0xf40d62([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xf40d62([0x50,0x50]))));}function _0x317369(){const _0xf42a56=_0xd06b,_0x57262d=_0x1be80f[_0xf40d62([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x57262d||0x0==_0x57262d[_0xf40d62([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x5bee16}=new URL(window[_0xf40d62([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0xf42a56(0x1bb)]);if(_0x57262d[_0xf40d62([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5bee16))return!0x0;const _0x3884e5=_0x5bee16[_0xf40d62([0x73,0x70,0x6c,0x69,0x74])](_0xf40d62([0x2e]));return _0x57262d[_0xf40d62([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x37eb80=>_0x37eb80[_0xf40d62([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xf40d62([0x2a])))[_0xf40d62([0x6d,0x61,0x70])](_0x263145=>_0x263145[_0xf40d62([0x73,0x70,0x6c,0x69,0x74])](_0xf40d62([0x2e])))[_0xf40d62([0x73,0x6f,0x6d,0x65])](_0x147f95=>_0x3884e5[_0xf40d62([0x65,0x76,0x65,0x72,0x79])]((_0x1f33b0,_0x4dfce9)=>_0x147f95[_0x4dfce9]===_0x1f33b0||_0x147f95[_0x4dfce9]===_0xf40d62([0x2a])));}function _0x5e087f(){return _0x5f3226&&_0x318840?new window[(_0xf40d62([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x507c94,_0x167996)=>{_0x5f3226[_0xf40d62([0x74,0x68,0x65,0x6e])](_0x507c94,_0x167996),_0x318840[_0xf40d62([0x74,0x68,0x65,0x6e])](_0x9c64=>{_0x9c64!=_0xf40d62([0x56,0x61,0x6c,0x69,0x64])&&_0x507c94(_0x9c64);},_0x167996);}):_0x5f3226||_0x318840||_0xf40d62([0x56,0x61,0x6c,0x69,0x64]);}}function _0x20efe2(_0x4d7b77,_0x540e91){return new window[(_0xf40d62([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x50e25c=>{if(_0x4dbf37())return _0x50e25c(_0xf40d62([0x56,0x61,0x6c,0x69,0x64]));_0x3f49b9(),_0x2c1d48[_0xf40d62([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0xf40d62([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x4ba7db=!0x1;const _0x26a4ee=_0x3d9f05();function _0x368d37(_0x4f607d){return!!_0x4f607d&&(typeof _0x4f607d===_0xf40d62([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x4f607d===_0xf40d62([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x4f607d[_0xf40d62([0x74,0x68,0x65,0x6e])]===_0xf40d62([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x4f607d[_0xf40d62([0x63,0x61,0x74,0x63,0x68])]===_0xf40d62([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x71e5cf(_0x51326a){_0x5a9f56(_0x51326a)[_0xf40d62([0x74,0x68,0x65,0x6e])](_0x59c223=>{if(!_0x59c223||_0x59c223[_0xf40d62([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0xf40d62([0x6f,0x6b]))return _0xf40d62([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x53fdf2(_0x3ea343(_0x26a4ee+_0x540e91))!=_0x59c223[_0xf40d62([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0xf40d62([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0xf40d62([0x56,0x61,0x6c,0x69,0x64]);})[_0xf40d62([0x74,0x68,0x65,0x6e])](_0x52ec76=>(_0x4ede67(),_0x52ec76),()=>{const _0x58bf7d=_0x20541d();return null==_0x58bf7d?(_0x4ede67(),_0xf40d62([0x56,0x61,0x6c,0x69,0x64])):_0xf40d62(_0x5c4996-_0x58bf7d>(0x6b48bab9^_0x299b3e)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0xf40d62([0x74,0x68,0x65,0x6e])](_0x50e25c)[_0xf40d62([0x63,0x61,0x74,0x63,0x68])](()=>{_0x50e25c(_0xf40d62([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0xfa54dc=0x4f72d039^_0x299b3e;function _0x4ede67(){const _0x4c4d80=_0xf40d62([0x6c,0x6c,0x63,0x74,0x2d])+_0x53fdf2(_0x3ea343(_0x4d7b77)),_0x45989d=_0x2f83d4(_0x53fdf2(window[_0xf40d62([0x4d,0x61,0x74,0x68])][_0xf40d62([0x63,0x65,0x69,0x6c])](_0x5c4996/_0xfa54dc)));window[_0xf40d62([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0xf40d62([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x4c4d80,_0x45989d);}function _0x20541d(){const _0x57a9b1=_0xf40d62([0x6c,0x6c,0x63,0x74,0x2d])+_0x53fdf2(_0x3ea343(_0x4d7b77)),_0x5062a0=window[_0xf40d62([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0xf40d62([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x57a9b1);return _0x5062a0?window[_0xf40d62([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x2f83d4(_0x5062a0),0x10)*_0xfa54dc:null;}function _0x5a9f56(_0x1bc802){return new window[(_0xf40d62([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x2c6e07,_0x53f400)=>{_0x1bc802[_0xf40d62([0x74,0x68,0x65,0x6e])](_0x2c6e07,_0x53f400),window[_0xf40d62([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x53f400,0x4f45ea79^_0x299b3e);});}}_0x2c1d48[_0xf40d62([0x6f,0x6e])](_0xf40d62([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x275f13,_0xa9222)=>{if(_0xa9222[0x0]!=_0x4d7b77)return _0x50e25c(_0xf40d62([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0xa9222[0x1]={..._0xa9222[0x1],[_0xf40d62([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x26a4ee};},{[_0xf40d62([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0xf40d62([0x68,0x69,0x67,0x68])}),_0x2c1d48[_0xf40d62([0x6f,0x6e])](_0xf40d62([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x32e8d7=>{_0x368d37(_0x32e8d7[_0xf40d62([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x4ba7db=!0x0,_0x71e5cf(_0x32e8d7[_0xf40d62([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0xf40d62([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0xf40d62([0x6c,0x6f,0x77])}),_0x4c25fe[_0xf40d62([0x74,0x68,0x65,0x6e])](()=>{_0x4ba7db||_0x50e25c(_0xf40d62([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x4dbf37(){return _0x2c1d48[_0xf40d62([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0xf40d62([0x76,0x69,0x65,0x77])][_0xf40d62([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0xf40d62([0x61,0x75,0x74,0x6f]);}function _0x3f49b9(){_0x2c1d48[_0xf40d62([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0xf40d62([0x76,0x69,0x65,0x77])][_0xf40d62([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0xf40d62([0x61,0x75,0x74,0x6f]);}}function _0x3fb587(_0x18b59e){const _0x4c43d0=[new window[(_0xf40d62([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x39961a=>setTimeout(_0x39961a,0x4f4d0075^_0x299b3e)),_0x4c25fe[_0xf40d62([0x74,0x68,0x65,0x6e])](()=>new window[(_0xf40d62([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x429102=>{let _0x2e2cf5=0x0;_0x2c1d48[_0xf40d62([0x6d,0x6f,0x64,0x65,0x6c])][_0xf40d62([0x6f,0x6e])](_0xf40d62([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0xca0dc4,_0x3d9c6f)=>{_0x3d9c6f[0x0][_0xf40d62([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x2e2cf5++,_0x2e2cf5==(0x4f443f41^_0x299b3e)&&(_0x429102(),_0xca0dc4[_0xf40d62([0x6f,0x66,0x66])]());});}))];return window[_0xf40d62([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0xf40d62([0x72,0x61,0x63,0x65])](_0x4c43d0)[_0xf40d62([0x74,0x68,0x65,0x6e])](()=>_0x18b59e);}async function _0x12d5a2(){await _0x4c25fe,_0x2c1d48[_0xf40d62([0x6d,0x6f,0x64,0x65,0x6c])][_0xf40d62([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x6e8836,_0x2c1d48[_0xf40d62([0x6d,0x6f,0x64,0x65,0x6c])][_0xf40d62([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x6e8836,_0x2c1d48[_0xf40d62([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0xf40d62([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x55a92a(_0x22b905){const _0x4a6e5d=_0x46bfb4();_0x2c1d48[_0x4a6e5d]=_0xf40d62([0x73,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x22b905,_0x22b905!=_0xf40d62([0x56,0x61,0x6c,0x69,0x64])&&_0x12d5a2();}function _0x46bfb4(){const _0x2ede94=window[_0xf40d62([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0xf40d62([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0xf40d62([0x6e,0x6f,0x77])]())[_0xf40d62([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0xf40d62([0x2e]),'');let _0x28a00f=_0xf40d62([0x4d]);for(let _0x347782=0x0;_0x347782<_0x2ede94[_0xf40d62([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x347782+=0x2){let _0x4ed76a=window[_0xf40d62([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x2ede94[_0xf40d62([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x347782,_0x347782+0x2));_0x4ed76a>=_0xdf77f0[_0xf40d62([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x4ed76a-=_0xdf77f0[_0xf40d62([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x28a00f+=_0xdf77f0[_0x4ed76a];}return _0x28a00f;}function _0x3ff3d0(){const _0x183931=_0x4e4dd8[_0xf40d62([0x73,0x70,0x6c,0x69,0x74])](_0xf40d62([0x2e]));if(0x3!=_0x183931[_0xf40d62([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x298dab(_0x183931[0x1]);function _0x298dab(_0x24996f){const _0x3d65b0=_0x466be3(_0x24996f);return _0x3d65b0&&_0x1f9ae1()?_0x3d65b0:null;function _0x1f9ae1(){const _0x23f372=_0x3d65b0[_0xf40d62([0x6a,0x74,0x69])],_0xc8085f=window[_0xf40d62([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x23f372[_0xf40d62([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x23f372[_0xf40d62([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x4edaf9={..._0x3d65b0,[_0xf40d62([0x6a,0x74,0x69])]:_0x23f372[_0xf40d62([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x23f372[_0xf40d62([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x4edaf9[_0xf40d62([0x76,0x63])],_0x3ea343(_0x4edaf9)==_0xc8085f;}}}async function _0x2c08e9(){let _0x4676a6=!0x0;try{const _0x26bc74=_0x4e4dd8[_0xf40d62([0x73,0x70,0x6c,0x69,0x74])](_0xf40d62([0x2e])),[_0x3fd808,_0x58745c,_0x3aa9f4]=_0x26bc74;return _0x20ce66(_0x3fd808),await _0x234c62(_0x3fd808,_0x58745c,_0x3aa9f4),_0x4676a6;}catch(_0x4ae1c0){return!0x1;}function _0x20ce66(_0x221aa1){const _0x438e73=_0x466be3(_0x221aa1);_0x438e73&&_0x438e73[_0xf40d62([0x61,0x6c,0x67])]==_0xf40d62([0x45,0x53,0x32,0x35,0x36])||(_0x4676a6=!0x1);}async function _0x234c62(_0x4a7aa1,_0x31bdb0,_0x4a67a3){const _0x5edff6=window[_0xf40d62([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0xf40d62([0x66,0x72,0x6f,0x6d])](_0x5313bf(_0x4a67a3),_0x1ba0b8=>_0x1ba0b8[_0xf40d62([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x52e52d=new window[(_0xf40d62([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0xf40d62([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x4a7aa1+_0xf40d62([0x2e])+_0x31bdb0),_0x50ef87=window[_0xf40d62([0x63,0x72,0x79,0x70,0x74,0x6f])][_0xf40d62([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x50ef87)return;const _0x2ca7d0=await _0x50ef87[_0xf40d62([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0xf40d62([0x6a,0x77,0x6b]),_0x58f394,{[_0xf40d62([0x6e,0x61,0x6d,0x65])]:_0xf40d62([0x45,0x43,0x44,0x53,0x41]),[_0xf40d62([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0xf40d62([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0xf40d62([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x50ef87[_0xf40d62([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0xf40d62([0x6e,0x61,0x6d,0x65])]:_0xf40d62([0x45,0x43,0x44,0x53,0x41]),[_0xf40d62([0x68,0x61,0x73,0x68])]:{[_0xf40d62([0x6e,0x61,0x6d,0x65])]:_0xf40d62([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x2ca7d0,_0x5edff6,_0x52e52d)||(_0x4676a6=!0x1);}}function _0x466be3(_0x5977e2){return _0x5977e2[_0xf40d62([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0xf40d62([0x65,0x79]))?JSON[_0xf40d62([0x70,0x61,0x72,0x73,0x65])](_0x5313bf(_0x5977e2)):null;}function _0x5313bf(_0x2da97d){return window[_0xf40d62([0x61,0x74,0x6f,0x62])](_0x2da97d[_0xf40d62([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0xf40d62([0x2b]))[_0xf40d62([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0xf40d62([0x2f])));}function _0x3ea343(_0x25fae9){let _0x404c6f=0x1505;function _0x418f70(_0xf74980){for(let _0x40afdf=0x0;_0x40afdf<_0xf74980[_0xf40d62([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x40afdf++){const _0x5e6972=_0xf74980[_0xf40d62([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x40afdf);_0x404c6f=(_0x404c6f<<0x5)+_0x404c6f+_0x5e6972,_0x404c6f&=_0x404c6f;}}function _0x599dee(_0x388722){Array[_0xf40d62([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x388722)?_0x388722[_0xf40d62([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x599dee):_0x388722&&typeof _0x388722==_0xf40d62([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0xf40d62([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x388722)[_0xf40d62([0x73,0x6f,0x72,0x74])]()[_0xf40d62([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x36f960,_0x3ad434])=>{_0x418f70(_0x36f960),_0x599dee(_0x3ad434);}):_0x418f70(window[_0xf40d62([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x388722));}return _0x599dee(_0x25fae9),_0x404c6f>>>0x0;}function _0x53fdf2(_0x5697e5){return _0x5697e5[_0xf40d62([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0xf40d62([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0xf40d62([0x30]));}function _0x2f83d4(_0x2d0805){return _0x2d0805[_0xf40d62([0x73,0x70,0x6c,0x69,0x74])]('')[_0xf40d62([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0xf40d62([0x6a,0x6f,0x69,0x6e])]('');}function _0x6e8836(){}function _0xf40d62(_0x9f3b08){const _0x1cf57e=_0xd06b;return _0x9f3b08[_0x1cf57e(0x18e)](_0x2a36da=>String[_0x1cf57e(0x1a4)](_0x2a36da))[_0x1cf57e(0x186)]('');}_0x55a92a(await _0x34ca7f());}(this);}[_0x5b944b(0x19b)](){const _0x520ae2=_0x5b944b;return this[_0x520ae2(0x18f)];}[_0x5b944b(0x174)](){const _0x5e4c26=_0x5b944b,_0x3a9944=_0x37486d=>_0x21ea30(this[_0x5e4c26(0x1ca)][_0x5e4c26(0x175)],_0x37486d);return[{'id':_0x5e4c26(0x1d0),'commandName':_0x5e4c26(0x1cf),'icon':_0x5a2a32,'title':_0x3a9944(_0x5e4c26(0x17a)),'description':_0x3a9944(_0x5e4c26(0x1e2)),'execute':_0x2f8f36=>{const _0x2ec9fd=_0x5e4c26;setTimeout(()=>_0x2f8f36[_0x2ec9fd(0x1c3)](_0x2ec9fd(0x1cf)));}},{'id':_0x5e4c26(0x1c9),'commandName':_0x5e4c26(0x1c9),'icon':_0x15d74a,'title':_0x3a9944(_0x5e4c26(0x1a6)),'description':_0x3a9944(_0x5e4c26(0x1b3))},{'id':_0x5e4c26(0x1e5),'commandName':_0x5e4c26(0x1e5),'icon':_0x16a9e5,'title':_0x3a9944(_0x5e4c26(0x1be)),'description':_0x3a9944(_0x5e4c26(0x187))},{'id':_0x5e4c26(0x1ac),'commandName':_0x5e4c26(0x1ac),'icon':_0x23334e,'title':_0x3a9944(_0x5e4c26(0x1d7)),'description':_0x3a9944(_0x5e4c26(0x17d))},{'id':_0x5e4c26(0x19c),'commandName':_0x5e4c26(0x19c),'icon':_0x1dac68,'title':_0x3a9944(_0x5e4c26(0x198)),'description':_0x3a9944(_0x5e4c26(0x193)),'aliases':[_0x5e4c26(0x1b9),_0x5e4c26(0x192),_0x5e4c26(0x19d)]},{'id':_0x5e4c26(0x1b9),'commandName':_0x5e4c26(0x1b9),'icon':_0x1dac68,'title':_0x3a9944(_0x5e4c26(0x1c7)),'description':_0x3a9944(_0x5e4c26(0x1e9)),'aliases':[_0x5e4c26(0x19c),_0x5e4c26(0x192),_0x5e4c26(0x19d)]},{'id':_0x5e4c26(0x199),'commandName':_0x5e4c26(0x199),'icon':_0x3cf4d1,'title':_0x3a9944(_0x5e4c26(0x185)),'description':_0x3a9944(_0x5e4c26(0x194)),'execute':_0x11249b=>{const _0x205a02=_0x5e4c26;setTimeout(()=>_0x11249b[_0x205a02(0x1c3)](_0x205a02(0x199)));}},{'id':_0x5e4c26(0x1cb),'commandName':_0x5e4c26(0x1ae),'icon':_0x14ab53,'title':_0x3a9944(_0x5e4c26(0x1e4)),'description':_0x3a9944(_0x5e4c26(0x1e7)),'execute':_0x1ec522=>{const _0x4b8234=_0x5e4c26;_0x1ec522[_0x4b8234(0x1c3)](_0x4b8234(0x1ae),{'value':_0x4b8234(0x1cb)});}},{'id':_0x5e4c26(0x191),'commandName':_0x5e4c26(0x1ae),'icon':_0x46f63c,'title':_0x3a9944(_0x5e4c26(0x1d2)),'description':_0x3a9944(_0x5e4c26(0x18a)),'execute':_0xc2482b=>{const _0x229618=_0x5e4c26;_0xc2482b[_0x229618(0x1c3)](_0x229618(0x1ae),{'value':_0x229618(0x191)});}},{'id':_0x5e4c26(0x1f2),'commandName':_0x5e4c26(0x1ae),'icon':_0x34032d,'title':_0x3a9944(_0x5e4c26(0x1bc)),'description':_0x3a9944(_0x5e4c26(0x1b7)),'execute':_0x596c67=>{const _0x540f1a=_0x5e4c26;_0x596c67[_0x540f1a(0x1c3)](_0x540f1a(0x1ae),{'value':_0x540f1a(0x1f2)});}},{'id':_0x5e4c26(0x176),'commandName':_0x5e4c26(0x1ae),'icon':_0x55b51c,'title':_0x3a9944(_0x5e4c26(0x181)),'description':_0x3a9944(_0x5e4c26(0x182)),'execute':_0x492018=>{const _0x2a7681=_0x5e4c26;_0x492018[_0x2a7681(0x1c3)](_0x2a7681(0x1ae),{'value':_0x2a7681(0x176)});}},{'id':_0x5e4c26(0x18c),'commandName':_0x5e4c26(0x1ae),'icon':_0x2c0000,'title':_0x3a9944(_0x5e4c26(0x1c4)),'description':_0x3a9944(_0x5e4c26(0x195)),'execute':_0x5c7377=>{const _0x510655=_0x5e4c26;_0x5c7377[_0x510655(0x1c3)](_0x510655(0x1ae),{'value':_0x510655(0x18c)});}},{'id':_0x5e4c26(0x1ea),'commandName':_0x5e4c26(0x1ae),'icon':_0x3a4ed4,'title':_0x3a9944(_0x5e4c26(0x1a5)),'description':_0x3a9944(_0x5e4c26(0x1eb)),'execute':_0x49d37f=>{const _0x66bd53=_0x5e4c26;_0x49d37f[_0x66bd53(0x1c3)](_0x66bd53(0x1ae),{'value':_0x66bd53(0x1ea)});}},{'id':_0x5e4c26(0x184),'commandName':_0x5e4c26(0x184),'icon':_0x57a06b,'title':_0x3a9944(_0x5e4c26(0x1da)),'description':_0x3a9944(_0x5e4c26(0x172))},{'id':_0x5e4c26(0x1f0),'commandName':_0x5e4c26(0x1f0),'icon':_0x301c84,'title':_0x3a9944(_0x5e4c26(0x1a0)),'description':_0x3a9944(_0x5e4c26(0x1bf))},{'id':_0x5e4c26(0x1a9),'commandName':_0x5e4c26(0x1a9),'icon':_0x2fcdde,'title':_0x3a9944(_0x5e4c26(0x1c8)),'description':_0x3a9944(_0x5e4c26(0x1a2))},{'id':_0x5e4c26(0x1f3),'commandName':_0x5e4c26(0x1f3),'title':_0x3a9944(_0x5e4c26(0x1d5)),'description':_0x3a9944(_0x5e4c26(0x1b8))},{'id':_0x5e4c26(0x197),'commandName':_0x5e4c26(0x197),'icon':_0x1904e6,'title':_0x3a9944(_0x5e4c26(0x1a7)),'description':_0x3a9944(_0x5e4c26(0x1e3))},{'id':_0x5e4c26(0x1a3),'commandName':_0x5e4c26(0x1a3),'icon':_0x4bb60f,'title':_0x3a9944(_0x5e4c26(0x188)),'description':_0x3a9944(_0x5e4c26(0x1b5)),'aliases':[_0x5e4c26(0x1ec)]},{'id':_0x5e4c26(0x19f),'commandName':_0x5e4c26(0x19f),'icon':_0x39fda5,'title':_0x3a9944(_0x5e4c26(0x1ed)),'description':_0x3a9944(_0x5e4c26(0x1a8))},{'id':_0x5e4c26(0x1ef),'commandName':_0x5e4c26(0x1ef),'icon':_0x11ac0f,'title':_0x3a9944(_0x5e4c26(0x183)),'description':_0x3a9944(_0x5e4c26(0x1ce))},{'id':_0x5e4c26(0x1e6),'commandName':_0x5e4c26(0x1e6),'icon':_0x334250,'title':_0x3a9944(_0x5e4c26(0x1d1)),'description':_0x3a9944(_0x5e4c26(0x189))},{'id':_0x5e4c26(0x1c0),'commandName':_0x5e4c26(0x1c0),'icon':_0x6a20af,'title':_0x3a9944(_0x5e4c26(0x1de)),'description':_0x3a9944(_0x5e4c26(0x190))}];}[_0x5b944b(0x1b4)](_0x53fa14){const _0x371b56=_0x5b944b;return _0x53fa14[_0x371b56(0x1dd)]?_0x53fa14[_0x371b56(0x1dd)](this[_0x371b56(0x1ca)]):!_0x53fa14[_0x371b56(0x1a1)]||this[_0x371b56(0x1ca)][_0x371b56(0x178)][_0x371b56(0x1b1)](_0x53fa14[_0x371b56(0x1a1)])[_0x371b56(0x1dd)];}[_0x5b944b(0x18d)](_0x51405a){const _0x10740c=_0x5b944b;if(_0x51405a[_0x10740c(0x1c3)])_0x51405a[_0x10740c(0x1c3)](this[_0x10740c(0x1ca)]);else{if(!_0x51405a[_0x10740c(0x1a1)])throw new _0x258a53(_0x10740c(0x196),this[_0x10740c(0x1ca)],{'commandDefinition':_0x51405a});this[_0x10740c(0x1ca)][_0x10740c(0x1c3)](_0x51405a[_0x10740c(0x1a1)]);}}}function H(_0x46bbb0,_0x44f20a){const _0xf07d8f=_0x5b944b;return _0x46bbb0[_0xf07d8f(0x19a)]<_0x44f20a[_0xf07d8f(0x19a)]?-0x1:_0x46bbb0[_0xf07d8f(0x19a)]>_0x44f20a[_0xf07d8f(0x19a)]?0x1:0x0;}function O(_0x757163,_0x276198){const _0x15a053=_0x5b944b;return _0x276198+'-'+_0x757163[_0x15a053(0x1df)]()[_0x15a053(0x1ee)]('\x20')[_0x15a053(0x186)]('-');}function _0x346b(){const _0xc3751a=['commands','pluginName','AI\x20Assistant','insertTemplate','style','Create\x20a\x20code\x20block','isOfficialPlugin','22DZBlAb','length','Heading\x204','Create\x20a\x20heading\x20level\x204','Decrease\x20indent','horizontalLine','Emoji','join','Create\x20a\x20bulleted\x20list','Table\x20of\x20contents','Insert\x20a\x20paragraph','Create\x20a\x20heading\x20level\x202','slashCommand.extraCommands','heading5','_proxyExecute','map','_allowedCommands','Create\x20a\x20to-do\x20list','heading2','filemanager','Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file','Insert\x20an\x20emoji','Create\x20a\x20heading\x20level\x205','slash-command-execute-missing','insertTable','Open\x20file\x20manager','emoji','title','getAllowedCommands','ckbox','upload','function','numberedList','Insert\x20HTML','commandName','Increase\x20the\x20indentation','insertTableOfContents','fromCharCode','Heading\x206','Block\x20quote','Insert\x20table','Create\x20a\x20numbered\x20list','indent','1118586sRvfTf','slashCommand.removeCommands','codeBlock','9280160HweOLm','heading','afterInit','description','get','heading.options','Create\x20a\x20block\x20quote','_proxyIsEnabled','Insert\x20table\x20of\x20contents','style.definitions','Create\x20a\x20heading\x20level\x203','Insert\x20the\x20Mermaid\x20diagram','ckfinder','isPremiumPlugin','href','Heading\x203','887704AOQdQV','Bulleted\x20list','Insert\x20an\x20HTML\x20snippet','todoList','icon','template','execute','Heading\x205','3450415VgpDIB','concat','Insert\x20image','Increase\x20indent','blockQuote','editor','heading1','name','model','Decrease\x20the\x20indentation','showAIAssistant','aiAssistant','Paragraph','Heading\x202','includes','filter','Insert\x20Mermaid\x20diagram','1772037jhvPkg','Insert\x20code\x20block','SlashCommandConfig','4188492xnAlZy','Horizontal\x20line','enabledStyles','isIconColorInherited','isEnabled','To-do\x20list','toLowerCase','template.definitions','aliases','Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content','Create\x20a\x20table','Heading\x201','bulletedList','paragraph','Create\x20a\x20heading\x20level\x201','config','Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file','heading6','Create\x20a\x20heading\x20level\x206','toc','Numbered\x20list','split','outdent','htmlEmbed','sort','heading3','insertMermaidCommand','Insert\x20a\x20horizontal\x20line','74309ZmuIGk','getDefaultCommands','locale','heading4','push'];_0x346b=function(){return _0xc3751a;};return _0x346b();}