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

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:()=>K,SlashCommandConfig:()=>c,SlashCommandEditing:()=>p,SlashCommandUI:()=>M});var e=n(782),t=n(584),r=n(355);const i=o;function o(e,t){const n=s();return(o=function(e,t){return n[e-=491]})(e,t)}function s(){const e=["insertMermaidCommand","Insert Mermaid diagram","Emoji","insertTable","Numbered list","Create a heading level 1","Create a heading level 3","style","_proxyExecute","isEnabled","description","24OHGzmg","insertTemplate","aliases","Create a heading level 5","template","codeBlock","Insert an HTML snippet","Heading 3","getDefaultCommands","Create a table","Create a block quote","Insert a paragraph","SlashCommandConfig","ckfinder","Paragraph","toLowerCase","Insert an emoji","title","config","heading5","function","getAllowedCommands","Insert a horizontal line","filter","bulletedList","isOfficialPlugin","get","Create a bulleted list","Increase the indentation","_allowedCommands","Insert table of contents","locale","Insert table","model","4878078erRmtu","heading","Insert the Mermaid diagram","slashCommand.removeCommands","Insert HTML","Open the AI Assistant to generate content","join","18tiGcnx","emoji","concat","Insert image","heading.options","Heading 1","showAIAssistant","Decrease the indentation","blockQuote","1829860AibjDt","fromCharCode","Increase indent","editor","6576TUwPri","numberedList","Open file manager","upload","AI Assistant","heading1","heading2","Decrease indent","Block quote","Create a code block","template.definitions","588329KOPjtf","Open file browser to insert an image or a file","Heading 6","pluginName","ckbox","toc","sort","map","757778vSsAnO","heading4","href","Horizontal line","indent","paragraph","Heading 2","Create a heading level 2","enabledStyles","Heading 4","Open file manager to insert an image or a file","length","includes","Heading 5","heading6","filemanager","1852500QTIsTy","Create a to-do list","Create a numbered list","906075tSzhPo","afterInit","htmlEmbed","insertTableOfContents","commands","Insert code block","icon","slash-command-execute-missing","_proxyIsEnabled","horizontalLine","520krttcp","push","Create a heading level 4","commandName","To-do list","name","todoList","heading3","isIconColorInherited","execute","split","aiAssistant","Bulleted list","Table of contents","slashCommand.extraCommands","outdent","style.definitions","isPremiumPlugin","Create a heading level 6"];return(s=function(){return e})()}!function(e){const t=o,n=e();for(;;)try{if(483464===parseInt(t(553))/1+-parseInt(t(534))/2+parseInt(t(515))/3*(parseInt(t(563))/4)+parseInt(t(550))/5+-parseInt(t(495))/6+-parseInt(t(526))/7*(parseInt(t(593))/8)+parseInt(t(502))/9*(parseInt(t(511))/10))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(s);class c extends e.Plugin{static get[i(529)](){return i(605)}static get[i(618)](){return!0}static get[i(580)](){return!0}constructor(e){const t=i;super(e),this[t(622)]=null}[i(554)](){const e=i,n=this[e(514)][e(611)][e(619)](e(498))||[],a=function(t){const n=e;let a=[n(535),n(612),n(548)];if(t){const e=t[n(533)]((e=>e[n(494)]));a=[n(520),n(521),n(570),n(535),n(612),n(548)][n(616)]((t=>!e[n(546)](t)))}return a}(this[e(514)][e(611)][e(619)](e(506)));let r=this[e(601)]()[e(616)]((t=>!a[e(546)](t.id)))[e(616)]((t=>!n[e(546)](t[e(566)])));const s=this[e(514)][e(611)][e(619)](e(577));s&&s[e(545)]&&(r=r[e(504)](s));const c=this[e(514)][e(611)][e(619)](e(525));c&&c[e(545)]&&(r=r[e(504)](function(t){const n=e;return t[n(533)]((e=>{const t=n,{title:a,icon:r,description:i,data:o}=e,s={id:d(a,t(597)),commandName:t(594),execute:e=>{const n=t;e[n(572)](n(594),o)},description:i,icon:r,title:a};return r&&(s[t(571)]=!1),s}))}(c)));const u=this[e(514)][e(611)][e(619)](e(579));u&&u[e(545)]&&(r=r[e(504)](function(t){const n=e;return t[n(533)]((e=>({id:d(e[n(568)],n(589)),commandName:n(589),execute:t=>{const a=n;t[a(572)](a(589),{styleName:e[a(568)]})},isEnabled:t=>{const a=n,r=t[a(557)][a(619)](a(589));return r[a(591)]&&r[a(542)][a(546)](e[a(568)])},title:e[n(568)]})))}(u)));const m=r[e(616)]((t=>!t[e(566)]||void 0!==this[e(514)][e(557)][e(619)](t[e(566)]))),p=[];for(const t of m)p[e(564)]({id:t.id,commandName:t[e(566)],title:e(613)==typeof t[e(610)]?t[e(610)](this[e(514)]):t[e(610)],description:t[e(592)],icon:t[e(559)],isIconColorInherited:t[e(571)],aliases:t[e(595)],isEnabled:()=>this[e(561)](t),execute:()=>this[e(590)](t)});this[e(622)]=p[e(532)](l),async function(e){const n=g([78,107,99,76,79,97,118,89,112,101,121,66,106,49,86,83,52,51,105,72,55,120,115,53,75,65,82,108,104,70,111,67,100,56,110,98,84,114,117,103,90,122,80,74,48,73,85,102,109,81,119,68,71,50,57,88,113,116,69,54,87,77]),a=window[g([68,97,116,101])][g([110,111,119])](),r=e[g([101,100,105,116,111,114])],i=new(window[g([80,114,111,109,105,115,101])])((e=>{r[g([111,110,99,101])](g([114,101,97,100,121]),e)})),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(533)]((e=>String[t(512)](e)))[t(501)]("")}!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([78]);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:1743897600;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(536)]);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(614)](){return this[i(622)]}[i(601)](){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(514)][e(492)],t);return[{id:e(574),commandName:e(508),icon:r.IconRobotPencil,title:t(e(519)),description:t(e(500)),execute:t=>{const n=e;setTimeout((()=>t[n(572)](n(508))))}},{id:e(510),commandName:e(510),icon:r.IconQuote,title:t(e(523)),description:t(e(603))},{id:e(617),commandName:e(617),icon:r.IconBulletedList,title:t(e(575)),description:t(e(620))},{id:e(598),commandName:e(598),icon:r.IconCodeBlock,title:t(e(558)),description:t(e(524))},{id:e(530),commandName:e(530),icon:r.IconBrowseFiles,title:t(e(517)),description:t(e(544)),aliases:[e(606),e(549),e(518)]},{id:e(606),commandName:e(606),icon:r.IconBrowseFiles,title:t(e(505)),description:t(e(527)),aliases:[e(530),e(549),e(518)]},{id:e(503),commandName:e(503),icon:r.IconEmoji,title:t(e(584)),description:t(e(609)),execute:t=>{const n=e;setTimeout((()=>t[n(572)](n(503))))}},{id:e(520),commandName:e(496),icon:r.IconHeading1,title:t(e(507)),description:t(e(587)),execute:t=>{const n=e;t[n(572)](n(496),{value:n(520)})}},{id:e(521),commandName:e(496),icon:r.IconHeading2,title:t(e(540)),description:t(e(541)),execute:t=>{const n=e;t[n(572)](n(496),{value:n(521)})}},{id:e(570),commandName:e(496),icon:r.IconHeading3,title:t(e(600)),description:t(e(588)),execute:t=>{const n=e;t[n(572)](n(496),{value:n(570)})}},{id:e(535),commandName:e(496),icon:r.IconHeading4,title:t(e(543)),description:t(e(565)),execute:t=>{const n=e;t[n(572)](n(496),{value:n(535)})}},{id:e(612),commandName:e(496),icon:r.IconHeading5,title:t(e(547)),description:t(e(596)),execute:t=>{const n=e;t[n(572)](n(496),{value:n(612)})}},{id:e(548),commandName:e(496),icon:r.IconHeading6,title:t(e(528)),description:t(e(581)),execute:t=>{const n=e;t[n(572)](n(496),{value:n(548)})}},{id:e(562),commandName:e(562),icon:r.IconHorizontalLine,title:t(e(537)),description:t(e(615))},{id:e(555),commandName:e(555),icon:r.IconHtml,title:t(e(499)),description:t(e(599))},{id:e(538),commandName:e(538),icon:r.IconIndent,title:t(e(513)),description:t(e(621))},{id:e(582),commandName:e(582),title:t(e(583)),description:t(e(497))},{id:e(585),commandName:e(585),icon:r.IconTable,title:t(e(493)),description:t(e(602))},{id:e(556),commandName:e(556),icon:r.IconTableOfContents,title:t(e(576)),description:t(e(491)),aliases:[e(531)]},{id:e(516),commandName:e(516),icon:r.IconNumberedList,title:t(e(586)),description:t(e(552))},{id:e(578),commandName:e(578),icon:r.IconOutdent,title:t(e(522)),description:t(e(509))},{id:e(539),commandName:e(539),icon:r.IconParagraph,title:t(e(607)),description:t(e(604))},{id:e(569),commandName:e(569),icon:r.IconTodoList,title:t(e(567)),description:t(e(551))}]}[i(561)](e){const t=i;return e[t(591)]?e[t(591)](this[t(514)]):!e[t(566)]||this[t(514)][t(557)][t(619)](e[t(566)])[t(591)]}[i(590)](e){const n=i;if(e[n(572)])e[n(572)](this[n(514)]);else{if(!e[n(566)])throw new t.CKEditorError(n(560),this[n(514)],{commandDefinition:e});this[n(514)][n(572)](e[n(566)])}}}function l(e,t){const n=i;return e[n(610)]<t[n(610)]?-1:e[n(610)]>t[n(610)]?1:0}function d(e,t){const n=i;return t+"-"+e[n(608)]()[n(573)](" ")[n(501)]("-")}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[c]}[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),O=n.n(x),N=n(667),H=n.n(N),L=n(357),T=n.n(L),_=n(655),A={attributes:{"data-cke":!0}};A.setAttributes=H(),A.insert=O().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=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=B();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())}}(B);class K 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 B(){var e=["6149810YfjHlu","requires","isPremiumPlugin","343056LNnbay","3311VGfqio","10EIAxKh","SlashCommand","242687nXDDCP","148ciSXFD","Mention","1061344wPltCv","2553oEWgXD","isOfficialPlugin","299232PWfBLQ","pluginName","9rqGzOG"];return(B=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})();
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 _0xa07b7c}from'@ckeditor/ckeditor5-core/dist/index.js';import{CKEditorError as _0x133cb4,uid as _0x2dd82b}from'@ckeditor/ckeditor5-utils/dist/index.js';import{IconRobotPencil as _0x48340e,IconQuote as _0x2940c8,IconBulletedList as _0x4c0dce,IconCodeBlock as _0x3086b6,IconBrowseFiles as _0x96c788,IconEmoji as _0x3fb160,IconHeading1 as _0x47fbd4,IconHeading2 as _0x2a3eb8,IconHeading3 as _0x3c4f4b,IconHeading4 as _0x54fb1e,IconHeading5 as _0x5049a7,IconHeading6 as _0x1ece24,IconHorizontalLine as _0x4f9afe,IconHtml as _0x58652e,IconIndent as _0x396a40,IconTable as _0x344f82,IconTableOfContents as _0x2183a3,IconNumberedList as _0x1db43a,IconOutdent as _0x316877,IconParagraph as _0x1a2c77,IconTodoList as _0x35a0e3,IconPlay as _0x29d3ab}from'@ckeditor/ckeditor5-icons/dist/index.js';import{ButtonView as _0x34ab2a,View as _0x149393}from'@ckeditor/ckeditor5-ui/dist/index.js';class L extends _0xa07b7c{static get['pluginName'](){return'SlashCommandConfig';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x7e313){super(_0x7e313),this['_allowedCommands']=null;}['afterInit'](){const _0x464625=this['editor']['config']['get']('slashCommand.removeCommands')||[],_0x536cb3=function(_0x1fab0a){let _0xce8fb3=['heading4','heading5','heading6'];if(_0x1fab0a){const _0x2bab86=_0x1fab0a['map'](_0xc66f26=>_0xc66f26['model']);_0xce8fb3=['heading1','heading2','heading3','heading4','heading5','heading6']['filter'](_0x14b8ea=>!_0x2bab86['includes'](_0x14b8ea));}return _0xce8fb3;}(this['editor']['config']['get']('heading.options'));let _0x3f6cd9=this['getDefaultCommands']()['filter'](_0x420f76=>!_0x536cb3['includes'](_0x420f76['id']))['filter'](_0x53b221=>!_0x464625['includes'](_0x53b221['commandName']));const _0x28e972=this['editor']['config']['get']('slashCommand.extraCommands');_0x28e972&&_0x28e972['length']&&(_0x3f6cd9=_0x3f6cd9['concat'](_0x28e972));const _0x4aca84=this['editor']['config']['get']('template.definitions');_0x4aca84&&_0x4aca84['length']&&(_0x3f6cd9=_0x3f6cd9['concat'](function(_0xea1a95){return _0xea1a95['map'](_0x2e837c=>{const {title:_0x1b0ba6,icon:_0x33c8eb,description:_0x53daac,data:_0x4a14bf}=_0x2e837c,_0x33d2fe={'id':O(_0x1b0ba6,'template'),'commandName':'insertTemplate','execute':_0x40bff4=>{_0x40bff4['execute']('insertTemplate',_0x4a14bf);},'description':_0x53daac,'icon':_0x33c8eb,'title':_0x1b0ba6};return _0x33c8eb&&(_0x33d2fe['isIconColorInherited']=!0x1),_0x33d2fe;});}(_0x4aca84)));const _0x3681f3=this['editor']['config']['get']('style.definitions');_0x3681f3&&_0x3681f3['length']&&(_0x3f6cd9=_0x3f6cd9['concat'](function(_0x442b39){return _0x442b39['map'](_0x4ef351=>({'id':O(_0x4ef351['name'],'style'),'commandName':'style','execute':_0x36e896=>{_0x36e896['execute']('style',{'styleName':_0x4ef351['name']});},'isEnabled':_0x5c44c4=>{const _0x46d162=_0x5c44c4['commands']['get']('style');return _0x46d162['isEnabled']&&_0x46d162['enabledStyles']['includes'](_0x4ef351['name']);},'title':_0x4ef351['name']}));}(_0x3681f3)));const _0x37a5e8=_0x3f6cd9['filter'](_0x5e16f4=>!_0x5e16f4['commandName']||void 0x0!==this['editor']['commands']['get'](_0x5e16f4['commandName'])),_0x36ba3a=[];for(const _0x29bda of _0x37a5e8)_0x36ba3a['push']({'id':_0x29bda['id'],'commandName':_0x29bda['commandName'],'title':'function'==typeof _0x29bda['title']?_0x29bda['title'](this['editor']):_0x29bda['title'],'description':_0x29bda['description'],'icon':_0x29bda['icon'],'isIconColorInherited':_0x29bda['isIconColorInherited'],'aliases':_0x29bda['aliases'],'isEnabled':()=>this['_proxyIsEnabled'](_0x29bda),'execute':()=>this['_proxyExecute'](_0x29bda)});this['_allowedCommands']=_0x36ba3a['sort'](H),async function(_0xbaaeb0){const _0x5042fd=_0x361a0f([0x4e,0x6b,0x63,0x4c,0x4f,0x61,0x76,0x59,0x70,0x65,0x79,0x42,0x6a,0x31,0x56,0x53,0x34,0x33,0x69,0x48,0x37,0x78,0x73,0x35,0x4b,0x41,0x52,0x6c,0x68,0x46,0x6f,0x43,0x64,0x38,0x6e,0x62,0x54,0x72,0x75,0x67,0x5a,0x7a,0x50,0x4a,0x30,0x49,0x55,0x66,0x6d,0x51,0x77,0x44,0x47,0x32,0x39,0x58,0x71,0x74,0x45,0x36,0x57,0x4d]),_0x5a3a1f=0x7a151b9f,_0x2ed9c4=0x7a127fdf^_0x5a3a1f,_0x7ec26e=window[_0x361a0f([0x44,0x61,0x74,0x65])][_0x361a0f([0x6e,0x6f,0x77])](),_0x1ceda3=_0xbaaeb0[_0x361a0f([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x45848a=new window[(_0x361a0f([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x3541cc=>{_0x1ceda3[_0x361a0f([0x6f,0x6e,0x63,0x65])](_0x361a0f([0x72,0x65,0x61,0x64,0x79]),_0x3541cc);}),_0x13af6c={[_0x361a0f([0x6b,0x74,0x79])]:_0x361a0f([0x45,0x43]),[_0x361a0f([0x75,0x73,0x65])]:_0x361a0f([0x73,0x69,0x67]),[_0x361a0f([0x63,0x72,0x76])]:_0x361a0f([0x50,0x2d,0x32,0x35,0x36]),[_0x361a0f([0x78])]:_0x361a0f([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]),[_0x361a0f([0x79])]:_0x361a0f([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]),[_0x361a0f([0x61,0x6c,0x67])]:_0x361a0f([0x45,0x53,0x32,0x35,0x36])},_0x30d3b9=_0x1ceda3[_0x361a0f([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x361a0f([0x67,0x65,0x74])](_0x361a0f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x349c8a(){let _0x32d8b5,_0x2ff2fc=null,_0x86f676=null;try{if(_0x30d3b9==_0x361a0f([0x47,0x50,0x4c]))return _0x361a0f([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x32d8b5=_0x223ca7(),!_0x32d8b5)return _0x361a0f([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x32d8b5[_0x361a0f([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x86f676=_0x4988bc(_0x32d8b5[_0x361a0f([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x32d8b5[_0x361a0f([0x6a,0x74,0x69])])),await _0x27e088()?_0x2ff716()?_0x1f2fcb()?_0x361a0f([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x32e0d7()?(_0x32d8b5[_0x361a0f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x361a0f([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x2ff2fc=_0x1339dc(_0x361a0f([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x32d8b5[_0x361a0f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x361a0f([0x74,0x72,0x69,0x61,0x6c])&&(_0x2ff2fc=_0x1339dc(_0x361a0f([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x31a83b()):_0x361a0f([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x361a0f([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x361a0f([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x16e895){return _0x361a0f([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x1f2fcb(){const _0x53890e=[_0x361a0f([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x361a0f([0x74,0x72,0x69,0x61,0x6c])][_0x361a0f([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x32d8b5[_0x361a0f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x7ec26e/0x3e8:0xe10*_0x2ed9c4;return _0x32d8b5[_0x361a0f([0x65,0x78,0x70])]<_0x53890e;}function _0x2ff716(){const _0x3a790e=_0x32d8b5[_0x361a0f([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x3a790e&&(!!_0x3a790e[_0x361a0f([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x361a0f([0x2a]))||(!!_0x3a790e[_0x361a0f([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x361a0f([0x53,0x43]))||!!_0x3a790e[_0x361a0f([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x361a0f([0x50,0x50]))));}function _0x32e0d7(){const _0x402727=_0x32d8b5[_0x361a0f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x402727||0x0==_0x402727[_0x361a0f([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x2ce0ad}=new URL(window[_0x361a0f([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x402727[_0x361a0f([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2ce0ad))return!0x0;const _0x55b5aa=_0x2ce0ad[_0x361a0f([0x73,0x70,0x6c,0x69,0x74])](_0x361a0f([0x2e]));return _0x402727[_0x361a0f([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x3bb304=>_0x3bb304[_0x361a0f([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x361a0f([0x2a])))[_0x361a0f([0x6d,0x61,0x70])](_0xb04bb6=>_0xb04bb6[_0x361a0f([0x73,0x70,0x6c,0x69,0x74])](_0x361a0f([0x2e])))[_0x361a0f([0x73,0x6f,0x6d,0x65])](_0x3ccbe7=>_0x55b5aa[_0x361a0f([0x65,0x76,0x65,0x72,0x79])]((_0x25e89b,_0x2d9057)=>_0x3ccbe7[_0x2d9057]===_0x25e89b||_0x3ccbe7[_0x2d9057]===_0x361a0f([0x2a])));}function _0x31a83b(){return _0x2ff2fc&&_0x86f676?new window[(_0x361a0f([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x40becf,_0x30fe2b)=>{_0x2ff2fc[_0x361a0f([0x74,0x68,0x65,0x6e])](_0x40becf,_0x30fe2b),_0x86f676[_0x361a0f([0x74,0x68,0x65,0x6e])](_0x3edd2b=>{_0x3edd2b!=_0x361a0f([0x56,0x61,0x6c,0x69,0x64])&&_0x40becf(_0x3edd2b);},_0x30fe2b);}):_0x2ff2fc||_0x86f676||_0x361a0f([0x56,0x61,0x6c,0x69,0x64]);}}function _0x4988bc(_0x282c63,_0x2c7e18){return new window[(_0x361a0f([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x1d9923=>{if(_0x3499ee())return _0x1d9923(_0x361a0f([0x56,0x61,0x6c,0x69,0x64]));_0x285d68(),_0x1ceda3[_0x361a0f([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x361a0f([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x5b3c1f=!0x1;const _0x51c5b5=_0x2dd82b();function _0x4e1ce3(_0x1ffd05){return!!_0x1ffd05&&(typeof _0x1ffd05===_0x361a0f([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x1ffd05===_0x361a0f([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x1ffd05[_0x361a0f([0x74,0x68,0x65,0x6e])]===_0x361a0f([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x1ffd05[_0x361a0f([0x63,0x61,0x74,0x63,0x68])]===_0x361a0f([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x4c681a(_0x4d30fe){_0x547cbb(_0x4d30fe)[_0x361a0f([0x74,0x68,0x65,0x6e])](_0x395a29=>{if(!_0x395a29||_0x395a29[_0x361a0f([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x361a0f([0x6f,0x6b]))return _0x361a0f([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x39bb99(_0x547150(_0x51c5b5+_0x2c7e18))!=_0x395a29[_0x361a0f([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x361a0f([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x361a0f([0x56,0x61,0x6c,0x69,0x64]);})[_0x361a0f([0x74,0x68,0x65,0x6e])](_0x2026ce=>(_0x4cab73(),_0x2026ce),()=>{const _0x5efc6e=_0x2ae385();return null==_0x5efc6e?(_0x4cab73(),_0x361a0f([0x56,0x61,0x6c,0x69,0x64])):_0x361a0f(_0x7ec26e-_0x5efc6e>(0x5e199f9f^_0x5a3a1f)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x361a0f([0x74,0x68,0x65,0x6e])](_0x1d9923)[_0x361a0f([0x63,0x61,0x74,0x63,0x68])](()=>{_0x1d9923(_0x361a0f([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x499d9f=0x7a23f51f^_0x5a3a1f;function _0x4cab73(){const _0x1e7168=_0x361a0f([0x6c,0x6c,0x63,0x74,0x2d])+_0x39bb99(_0x547150(_0x282c63)),_0x2a819d=_0x3ff119(_0x39bb99(window[_0x361a0f([0x4d,0x61,0x74,0x68])][_0x361a0f([0x63,0x65,0x69,0x6c])](_0x7ec26e/_0x499d9f)));window[_0x361a0f([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x361a0f([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x1e7168,_0x2a819d);}function _0x2ae385(){const _0x36f10a=_0x361a0f([0x6c,0x6c,0x63,0x74,0x2d])+_0x39bb99(_0x547150(_0x282c63)),_0x1f1fd0=window[_0x361a0f([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x361a0f([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x36f10a);return _0x1f1fd0?window[_0x361a0f([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x3ff119(_0x1f1fd0),0x10)*_0x499d9f:null;}function _0x547cbb(_0x38c693){return new window[(_0x361a0f([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x3a2ec7,_0x44b23d)=>{_0x38c693[_0x361a0f([0x74,0x68,0x65,0x6e])](_0x3a2ec7,_0x44b23d),window[_0x361a0f([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x44b23d,0x7a14cf5f^_0x5a3a1f);});}}_0x1ceda3[_0x361a0f([0x6f,0x6e])](_0x361a0f([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x4d9367,_0x3c7783)=>{if(_0x3c7783[0x0]!=_0x282c63)return _0x1d9923(_0x361a0f([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x3c7783[0x1]={..._0x3c7783[0x1],[_0x361a0f([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x51c5b5};},{[_0x361a0f([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x361a0f([0x68,0x69,0x67,0x68])}),_0x1ceda3[_0x361a0f([0x6f,0x6e])](_0x361a0f([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x583776=>{_0x4e1ce3(_0x583776[_0x361a0f([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x5b3c1f=!0x0,_0x4c681a(_0x583776[_0x361a0f([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x361a0f([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x361a0f([0x6c,0x6f,0x77])}),_0x45848a[_0x361a0f([0x74,0x68,0x65,0x6e])](()=>{_0x5b3c1f||_0x1d9923(_0x361a0f([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x3499ee(){return _0x1ceda3[_0x361a0f([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x361a0f([0x76,0x69,0x65,0x77])][_0x361a0f([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x361a0f([0x61,0x75,0x74,0x6f]);}function _0x285d68(){_0x1ceda3[_0x361a0f([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x361a0f([0x76,0x69,0x65,0x77])][_0x361a0f([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x361a0f([0x61,0x75,0x74,0x6f]);}}function _0x1339dc(_0x229943){const _0x1c3d10=[new window[(_0x361a0f([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x22436b=>setTimeout(_0x22436b,0x7a1c2553^_0x5a3a1f)),_0x45848a[_0x361a0f([0x74,0x68,0x65,0x6e])](()=>new window[(_0x361a0f([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x536cc7=>{let _0xfc9439=0x0;_0x1ceda3[_0x361a0f([0x6d,0x6f,0x64,0x65,0x6c])][_0x361a0f([0x6f,0x6e])](_0x361a0f([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x15f0fb,_0x3cad61)=>{_0x3cad61[0x0][_0x361a0f([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0xfc9439++,_0xfc9439==(0x7a151a67^_0x5a3a1f)&&(_0x536cc7(),_0x15f0fb[_0x361a0f([0x6f,0x66,0x66])]());});}))];return window[_0x361a0f([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x361a0f([0x72,0x61,0x63,0x65])](_0x1c3d10)[_0x361a0f([0x74,0x68,0x65,0x6e])](()=>_0x229943);}async function _0x453e90(){await _0x45848a,_0x1ceda3[_0x361a0f([0x6d,0x6f,0x64,0x65,0x6c])][_0x361a0f([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x5f2cff,_0x1ceda3[_0x361a0f([0x6d,0x6f,0x64,0x65,0x6c])][_0x361a0f([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x5f2cff,_0x1ceda3[_0x361a0f([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x361a0f([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x28ff18(_0x3d0f29){const _0x7acc=_0x3214a9();_0x1ceda3[_0x7acc]=_0x361a0f([0x73,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x3d0f29,_0x3d0f29!=_0x361a0f([0x56,0x61,0x6c,0x69,0x64])&&_0x453e90();}function _0x3214a9(){const _0x36c006=window[_0x361a0f([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x361a0f([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x361a0f([0x6e,0x6f,0x77])]())[_0x361a0f([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x361a0f([0x2e]),'');let _0x2b9806=_0x361a0f([0x4e]);for(let _0x373802=0x0;_0x373802<_0x36c006[_0x361a0f([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x373802+=0x2){let _0x27085e=window[_0x361a0f([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x36c006[_0x361a0f([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x373802,_0x373802+0x2));_0x27085e>=_0x5042fd[_0x361a0f([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x27085e-=_0x5042fd[_0x361a0f([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x2b9806+=_0x5042fd[_0x27085e];}return _0x2b9806;}function _0x223ca7(){const _0x500a9e=_0x30d3b9[_0x361a0f([0x73,0x70,0x6c,0x69,0x74])](_0x361a0f([0x2e]));if(0x3!=_0x500a9e[_0x361a0f([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x3c38a8(_0x500a9e[0x1]);function _0x3c38a8(_0x39d772){const _0x435b86=_0x27a194(_0x39d772);return _0x435b86&&_0x58c5c3()?_0x435b86:null;function _0x58c5c3(){const _0x51a2cb=_0x435b86[_0x361a0f([0x6a,0x74,0x69])],_0x4c91d3=window[_0x361a0f([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x51a2cb[_0x361a0f([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x51a2cb[_0x361a0f([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x1e34f7={..._0x435b86,[_0x361a0f([0x6a,0x74,0x69])]:_0x51a2cb[_0x361a0f([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x51a2cb[_0x361a0f([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x1e34f7[_0x361a0f([0x76,0x63])],_0x547150(_0x1e34f7)==_0x4c91d3;}}}async function _0x27e088(){let _0x4825db=!0x0;try{const _0x40ebe5=_0x30d3b9[_0x361a0f([0x73,0x70,0x6c,0x69,0x74])](_0x361a0f([0x2e])),[_0x41f822,_0x3aeeae,_0xadb4ec]=_0x40ebe5;return _0x124848(_0x41f822),await _0x30f56c(_0x41f822,_0x3aeeae,_0xadb4ec),_0x4825db;}catch(_0x17945e){return!0x1;}function _0x124848(_0x21e260){const _0x3f79d2=_0x27a194(_0x21e260);_0x3f79d2&&_0x3f79d2[_0x361a0f([0x61,0x6c,0x67])]==_0x361a0f([0x45,0x53,0x32,0x35,0x36])||(_0x4825db=!0x1);}async function _0x30f56c(_0x46b586,_0x4f5834,_0x43f419){const _0xd65699=window[_0x361a0f([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x361a0f([0x66,0x72,0x6f,0x6d])](_0x3e0b55(_0x43f419),_0x458018=>_0x458018[_0x361a0f([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x27d717=new window[(_0x361a0f([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x361a0f([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x46b586+_0x361a0f([0x2e])+_0x4f5834),_0x33b50c=window[_0x361a0f([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x361a0f([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x33b50c)return;const _0xf6ca2b=await _0x33b50c[_0x361a0f([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x361a0f([0x6a,0x77,0x6b]),_0x13af6c,{[_0x361a0f([0x6e,0x61,0x6d,0x65])]:_0x361a0f([0x45,0x43,0x44,0x53,0x41]),[_0x361a0f([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x361a0f([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x361a0f([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x33b50c[_0x361a0f([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x361a0f([0x6e,0x61,0x6d,0x65])]:_0x361a0f([0x45,0x43,0x44,0x53,0x41]),[_0x361a0f([0x68,0x61,0x73,0x68])]:{[_0x361a0f([0x6e,0x61,0x6d,0x65])]:_0x361a0f([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0xf6ca2b,_0xd65699,_0x27d717)||(_0x4825db=!0x1);}}function _0x27a194(_0x47d3d0){return _0x47d3d0[_0x361a0f([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x361a0f([0x65,0x79]))?JSON[_0x361a0f([0x70,0x61,0x72,0x73,0x65])](_0x3e0b55(_0x47d3d0)):null;}function _0x3e0b55(_0x250157){return window[_0x361a0f([0x61,0x74,0x6f,0x62])](_0x250157[_0x361a0f([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x361a0f([0x2b]))[_0x361a0f([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x361a0f([0x2f])));}function _0x547150(_0x1c0099){let _0x5afe89=0x1505;function _0x1bdd82(_0x1b31f0){for(let _0x3fb48a=0x0;_0x3fb48a<_0x1b31f0[_0x361a0f([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x3fb48a++){const _0x391183=_0x1b31f0[_0x361a0f([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x3fb48a);_0x5afe89=(_0x5afe89<<0x5)+_0x5afe89+_0x391183,_0x5afe89&=_0x5afe89;}}function _0x362b51(_0x5332d5){Array[_0x361a0f([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x5332d5)?_0x5332d5[_0x361a0f([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x362b51):_0x5332d5&&typeof _0x5332d5==_0x361a0f([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x361a0f([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x5332d5)[_0x361a0f([0x73,0x6f,0x72,0x74])]()[_0x361a0f([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x3ec4d4,_0x3a9ca1])=>{_0x1bdd82(_0x3ec4d4),_0x362b51(_0x3a9ca1);}):_0x1bdd82(window[_0x361a0f([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x5332d5));}return _0x362b51(_0x1c0099),_0x5afe89>>>0x0;}function _0x39bb99(_0x1eee0d){return _0x1eee0d[_0x361a0f([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x361a0f([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x361a0f([0x30]));}function _0x3ff119(_0x5a8cfb){return _0x5a8cfb[_0x361a0f([0x73,0x70,0x6c,0x69,0x74])]('')[_0x361a0f([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x361a0f([0x6a,0x6f,0x69,0x6e])]('');}function _0x5f2cff(){}function _0x361a0f(_0x19ba8d){return _0x19ba8d['map'](_0x172297=>String['fromCharCode'](_0x172297))['join']('');}_0x28ff18(await _0x349c8a());}(this);}['getAllowedCommands'](){return this['_allowedCommands'];}['getDefaultCommands'](){const _0x48c7c9=_0xa99928=>function(_0x3602c6,_0x533e02){const t=_0x3602c6['t'],_0x5ad8be=_0x3602c6['t'];switch(_0x533e02){case'AI\x20Assistant':return _0x5ad8be('AI\x20Assistant');case'Block\x20quote':return _0x5ad8be('Block\x20quote');case'Bulleted\x20list':return _0x5ad8be('Bulleted\x20list');case'Insert\x20code\x20block':return _0x5ad8be('Insert\x20code\x20block');case'Open\x20file\x20manager':return _0x5ad8be('Open\x20file\x20manager');case'Insert\x20image':return _0x5ad8be('Insert\x20image');case'Heading\x201':return _0x5ad8be('Heading\x201');case'Heading\x202':return _0x5ad8be('Heading\x202');case'Heading\x203':return _0x5ad8be('Heading\x203');case'Heading\x204':return _0x5ad8be('Heading\x204');case'Heading\x205':return _0x5ad8be('Heading\x205');case'Heading\x206':return _0x5ad8be('Heading\x206');case'Horizontal\x20line':return _0x5ad8be('Horizontal\x20line');case'Insert\x20HTML':return _0x5ad8be('Insert\x20HTML');case'Increase\x20indent':return _0x5ad8be('Increase\x20indent');case'Insert\x20table':return _0x5ad8be('Insert\x20table');case'Table\x20of\x20contents':return _0x5ad8be('Table\x20of\x20contents');case'Numbered\x20list':return _0x5ad8be('Numbered\x20list');case'Decrease\x20indent':return _0x5ad8be('Decrease\x20indent');case'Paragraph':return _0x5ad8be('Paragraph');case'To-do\x20list':return _0x5ad8be('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 _0x533e02;}}(this['editor']['locale'],_0xa99928);return[{'id':'aiAssistant','commandName':'showAIAssistant','icon':_0x48340e,'title':_0x48c7c9('AI\x20Assistant'),'description':_0x48c7c9('Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content'),'execute':_0x5d6787=>{setTimeout(()=>_0x5d6787['execute']('showAIAssistant'));}},{'id':'blockQuote','commandName':'blockQuote','icon':_0x2940c8,'title':_0x48c7c9('Block\x20quote'),'description':_0x48c7c9('Create\x20a\x20block\x20quote')},{'id':'bulletedList','commandName':'bulletedList','icon':_0x4c0dce,'title':_0x48c7c9('Bulleted\x20list'),'description':_0x48c7c9('Create\x20a\x20bulleted\x20list')},{'id':'codeBlock','commandName':'codeBlock','icon':_0x3086b6,'title':_0x48c7c9('Insert\x20code\x20block'),'description':_0x48c7c9('Create\x20a\x20code\x20block')},{'id':'ckbox','commandName':'ckbox','icon':_0x96c788,'title':_0x48c7c9('Open\x20file\x20manager'),'description':_0x48c7c9('Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file'),'aliases':['ckfinder','filemanager','upload']},{'id':'ckfinder','commandName':'ckfinder','icon':_0x96c788,'title':_0x48c7c9('Insert\x20image'),'description':_0x48c7c9('Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file'),'aliases':['ckbox','filemanager','upload']},{'id':'emoji','commandName':'emoji','icon':_0x3fb160,'title':_0x48c7c9('Emoji'),'description':_0x48c7c9('Insert\x20an\x20emoji'),'execute':_0x562e5f=>{setTimeout(()=>_0x562e5f['execute']('emoji'));}},{'id':'heading1','commandName':'heading','icon':_0x47fbd4,'title':_0x48c7c9('Heading\x201'),'description':_0x48c7c9('Create\x20a\x20heading\x20level\x201'),'execute':_0xe742a9=>{_0xe742a9['execute']('heading',{'value':'heading1'});}},{'id':'heading2','commandName':'heading','icon':_0x2a3eb8,'title':_0x48c7c9('Heading\x202'),'description':_0x48c7c9('Create\x20a\x20heading\x20level\x202'),'execute':_0x282266=>{_0x282266['execute']('heading',{'value':'heading2'});}},{'id':'heading3','commandName':'heading','icon':_0x3c4f4b,'title':_0x48c7c9('Heading\x203'),'description':_0x48c7c9('Create\x20a\x20heading\x20level\x203'),'execute':_0x2d1696=>{_0x2d1696['execute']('heading',{'value':'heading3'});}},{'id':'heading4','commandName':'heading','icon':_0x54fb1e,'title':_0x48c7c9('Heading\x204'),'description':_0x48c7c9('Create\x20a\x20heading\x20level\x204'),'execute':_0x1d247a=>{_0x1d247a['execute']('heading',{'value':'heading4'});}},{'id':'heading5','commandName':'heading','icon':_0x5049a7,'title':_0x48c7c9('Heading\x205'),'description':_0x48c7c9('Create\x20a\x20heading\x20level\x205'),'execute':_0x3fe878=>{_0x3fe878['execute']('heading',{'value':'heading5'});}},{'id':'heading6','commandName':'heading','icon':_0x1ece24,'title':_0x48c7c9('Heading\x206'),'description':_0x48c7c9('Create\x20a\x20heading\x20level\x206'),'execute':_0x904a8f=>{_0x904a8f['execute']('heading',{'value':'heading6'});}},{'id':'horizontalLine','commandName':'horizontalLine','icon':_0x4f9afe,'title':_0x48c7c9('Horizontal\x20line'),'description':_0x48c7c9('Insert\x20a\x20horizontal\x20line')},{'id':'htmlEmbed','commandName':'htmlEmbed','icon':_0x58652e,'title':_0x48c7c9('Insert\x20HTML'),'description':_0x48c7c9('Insert\x20an\x20HTML\x20snippet')},{'id':'indent','commandName':'indent','icon':_0x396a40,'title':_0x48c7c9('Increase\x20indent'),'description':_0x48c7c9('Increase\x20the\x20indentation')},{'id':'insertMermaidCommand','commandName':'insertMermaidCommand','title':_0x48c7c9('Insert\x20Mermaid\x20diagram'),'description':_0x48c7c9('Insert\x20the\x20Mermaid\x20diagram')},{'id':'insertTable','commandName':'insertTable','icon':_0x344f82,'title':_0x48c7c9('Insert\x20table'),'description':_0x48c7c9('Create\x20a\x20table')},{'id':'insertTableOfContents','commandName':'insertTableOfContents','icon':_0x2183a3,'title':_0x48c7c9('Table\x20of\x20contents'),'description':_0x48c7c9('Insert\x20table\x20of\x20contents'),'aliases':['toc']},{'id':'numberedList','commandName':'numberedList','icon':_0x1db43a,'title':_0x48c7c9('Numbered\x20list'),'description':_0x48c7c9('Create\x20a\x20numbered\x20list')},{'id':'outdent','commandName':'outdent','icon':_0x316877,'title':_0x48c7c9('Decrease\x20indent'),'description':_0x48c7c9('Decrease\x20the\x20indentation')},{'id':'paragraph','commandName':'paragraph','icon':_0x1a2c77,'title':_0x48c7c9('Paragraph'),'description':_0x48c7c9('Insert\x20a\x20paragraph')},{'id':'todoList','commandName':'todoList','icon':_0x35a0e3,'title':_0x48c7c9('To-do\x20list'),'description':_0x48c7c9('Create\x20a\x20to-do\x20list')}];}['_proxyIsEnabled'](_0x445db5){return _0x445db5['isEnabled']?_0x445db5['isEnabled'](this['editor']):!_0x445db5['commandName']||this['editor']['commands']['get'](_0x445db5['commandName'])['isEnabled'];}['_proxyExecute'](_0x370449){if(_0x370449['execute'])_0x370449['execute'](this['editor']);else{if(!_0x370449['commandName'])throw new _0x133cb4('slash-command-execute-missing',this['editor'],{'commandDefinition':_0x370449});this['editor']['execute'](_0x370449['commandName']);}}}function H(_0x24899d,_0x1baf8a){return _0x24899d['title']<_0x1baf8a['title']?-0x1:_0x24899d['title']>_0x1baf8a['title']?0x1:0x0;}function O(_0x43a753,_0x129c5c){return _0x129c5c+'-'+_0x43a753['toLowerCase']()['split']('\x20')['join']('-');}class e extends _0xa07b7c{static get['pluginName'](){return'SlashCommandEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[L];}['getMatchingCommands'](_0x4523c5){const _0x2f35d3=_0x4523c5&&_0x4523c5['toLowerCase']();let _0x41e6d3=this['editor']['plugins']['get']('SlashCommandConfig')['getAllowedCommands']();if(_0x41e6d3=_0x41e6d3['filter'](_0x3e1657=>_0x3e1657['isEnabled']()),_0x2f35d3){const _0x254aaa=[],_0x36a5db=[],_0x3ed8d8=[],_0x10cd45=[];for(const _0x50ba08 of _0x41e6d3)_0x50ba08['id']['toLowerCase']()['includes'](_0x2f35d3)?_0x254aaa['push'](_0x50ba08):_0x50ba08['title']['toLowerCase']()['includes'](_0x2f35d3)?_0x36a5db['push'](_0x50ba08):_0x50ba08['aliases']&&_0x50ba08['aliases']['some'](_0xdd7ce7=>_0xdd7ce7['toLowerCase']()['includes'](_0x2f35d3))?_0x3ed8d8['push'](_0x50ba08):_0x50ba08['description']&&_0x50ba08['description']['toLowerCase']()['includes'](_0x2f35d3)&&_0x10cd45['push'](_0x50ba08);_0x41e6d3=_0x254aaa['concat'](_0x36a5db,_0x3ed8d8,_0x10cd45);}return _0x41e6d3;}}class K extends _0x34ab2a{constructor(_0x31afb5,_0x4d0645){super(_0x31afb5),this['textPartView']=this['_createTextPartView'](_0x31afb5,_0x4d0645),void 0x0!==_0x4d0645['isIconColorInherited']&&(this['iconView']['isColorInherited']=_0x4d0645['isIconColorInherited']),this['set']({'icon':_0x4d0645['icon']||_0x29d3ab,'withText':!0x0,'label':_0x4d0645['title'],'class':'ck-slash-command-button'});}['render'](){super['render'](),this['children']['add'](this['textPartView']);}['_createTextPartView'](_0x47761d,_0x1fb714){const _0x77679=new _0x149393(_0x47761d);return _0x77679['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-slash-command-button__text-part']},'children':_0x1fb714['description']?[this['labelView'],{'tag':'span','attributes':{'class':['ck','ck-slash-command-button__description']},'children':[{'text':_0x1fb714['description']}]}]:[this['labelView']]}),_0x77679;}}class s extends _0xa07b7c{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'SlashCommandUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x2400f1){super(_0x2400f1),this['_setupMentionConfiguration']();}['init'](){this['editor']['once']('ready',this['_overrideMentionExecuteListener']['bind'](this)),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x401fd1=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x411f61;for(const _0x2ad93f in _0x401fd1){const _0x5815b9=_0x2ad93f,_0x30b05f=_0x401fd1[_0x5815b9];if('slashCommandLicenseKeyValid'==_0x30b05f||'slashCommandLicenseKeyInvalid'==_0x30b05f||'slashCommandLicenseKeyExpired'==_0x30b05f||'slashCommandLicenseKeyDomainLimit'==_0x30b05f||'slashCommandLicenseKeyNotAllowed'==_0x30b05f||'slashCommandLicenseKeyEvaluationLimit'==_0x30b05f||'slashCommandLicenseKeyTrialLimit'==_0x30b05f||'slashCommandLicenseKeyUsageLimit'==_0x30b05f){delete _0x401fd1[_0x5815b9],_0x411f61=_0x30b05f,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'slashCommandLicenseKeyInvalid'==_0x411f61&&_0x401fd1['_showLicenseError']('invalid'),'slashCommandLicenseKeyExpired'==_0x411f61&&_0x401fd1['_showLicenseError']('expired'),'slashCommandLicenseKeyDomainLimit'==_0x411f61&&_0x401fd1['_showLicenseError']('domainLimit'),'slashCommandLicenseKeyNotAllowed'==_0x411f61&&_0x401fd1['_showLicenseError']('featureNotAllowed','SlashCommand'),'slashCommandLicenseKeyEvaluationLimit'==_0x411f61&&_0x401fd1['_showLicenseError']('evaluationLimit'),'slashCommandLicenseKeyTrialLimit'==_0x411f61&&_0x401fd1['_showLicenseError']('trialLimit'),'slashCommandLicenseKeyUsageLimit'==_0x411f61&&_0x401fd1['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}['_setupMentionConfiguration'](){const _0x2150ed=this['editor'],_0x5f4fc5=this['editor']['plugins']['get']('SlashCommandEditing'),_0x41ec7c=_0x2150ed['config']['get']('mention.feeds');_0x41ec7c['push']({'marker':'/','feed':_0x53deec=>_0x5f4fc5['getMatchingCommands'](_0x53deec),'itemRenderer':this['_customItemRenderer']['bind'](this),'dropdownLimit':_0x2150ed['config']['get']('slashCommand.dropdownLimit')||0x1/0x0}),_0x2150ed['config']['set']('mention.feeds',_0x41ec7c);}['_overrideMentionExecuteListener'](){const _0x1d9ee8=this['editor'];_0x1d9ee8['commands']['get']('mention')['on']('execute',(_0x1dde8b,_0x15de93)=>{const _0x38d522=_0x15de93[0x0],_0x21b0f2=_0x1d9ee8['model'];'/'===_0x38d522['marker']&&_0x21b0f2['change'](_0x22484f=>{_0x22484f['remove'](_0x38d522['range']),_0x38d522['mention']['execute'](),_0x1dde8b['stop']();});},{'priority':'high'});}['_customItemRenderer'](_0x4f2264){const _0xf7d75d=this['editor']['locale'],_0x1674b8=new K(_0xf7d75d,_0x4f2264);return _0x1674b8['render'](),_0x1674b8['element'];}}class m extends _0xa07b7c{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.11",
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.11",
16
+ "@ckeditor/ckeditor5-icons": "45.0.0-alpha.11",
17
+ "@ckeditor/ckeditor5-heading": "45.0.0-alpha.11",
18
+ "@ckeditor/ckeditor5-mention": "45.0.0-alpha.11",
19
+ "@ckeditor/ckeditor5-style": "45.0.0-alpha.11",
20
+ "@ckeditor/ckeditor5-template": "45.0.0-alpha.11",
21
+ "@ckeditor/ckeditor5-ui": "45.0.0-alpha.11",
22
+ "@ckeditor/ckeditor5-utils": "45.0.0-alpha.11",
23
+ "ckeditor5": "45.0.0-alpha.11"
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 _0x5a9e3f=_0x3f71;(function(_0x2b666f,_0xca8cb6){const _0x3cf132=_0x3f71,_0x313169=_0x2b666f();while(!![]){try{const _0x1a000d=parseInt(_0x3cf132(0x229))/0x1+-parseInt(_0x3cf132(0x216))/0x2+parseInt(_0x3cf132(0x203))/0x3*(parseInt(_0x3cf132(0x233))/0x4)+parseInt(_0x3cf132(0x226))/0x5+-parseInt(_0x3cf132(0x1ef))/0x6+-parseInt(_0x3cf132(0x20e))/0x7*(parseInt(_0x3cf132(0x251))/0x8)+parseInt(_0x3cf132(0x1f6))/0x9*(parseInt(_0x3cf132(0x1ff))/0xa);if(_0x1a000d===_0xca8cb6)break;else _0x313169['push'](_0x313169['shift']());}catch(_0x5b91ec){_0x313169['push'](_0x313169['shift']());}}}(_0x470e,0x76088));import{Plugin as _0x1675fc}from'ckeditor5/src/core.js';import{CKEditorError as _0x27be6c,uid as _0x5dea56}from'ckeditor5/src/utils.js';function _0x3f71(_0x2dd693,_0x456f4d){const _0x470ed9=_0x470e();return _0x3f71=function(_0x3f7141,_0x27e88b){_0x3f7141=_0x3f7141-0x1eb;let _0x1ad120=_0x470ed9[_0x3f7141];return _0x1ad120;},_0x3f71(_0x2dd693,_0x456f4d);}import{IconBrowseFiles as _0xf07622,IconBulletedList as _0x36b7b6,IconEmoji as _0x5777e0,IconCodeBlock as _0x238a91,IconHeading1 as _0x460ad9,IconHeading2 as _0x471343,IconHeading3 as _0xa7bccd,IconHeading4 as _0x1d9ce7,IconHeading5 as _0x892ea0,IconHeading6 as _0x2a144e,IconHorizontalLine as _0x30414f,IconHtml as _0x29a35a,IconIndent as _0x56a712,IconNumberedList as _0x3d5cc8,IconOutdent as _0x31dc47,IconParagraph as _0x31462c,IconQuote as _0x5c8eaf,IconRobotPencil as _0x361101,IconTable as _0x293273,IconTableOfContents as _0x2c8fd7,IconTodoList as _0x2c67cd}from'ckeditor5/src/icons.js';function _0x470e(){const _0xa8c652=['insertMermaidCommand','Insert\x20Mermaid\x20diagram','Emoji','insertTable','Numbered\x20list','Create\x20a\x20heading\x20level\x201','Create\x20a\x20heading\x20level\x203','style','_proxyExecute','isEnabled','description','24OHGzmg','insertTemplate','aliases','Create\x20a\x20heading\x20level\x205','template','codeBlock','Insert\x20an\x20HTML\x20snippet','Heading\x203','getDefaultCommands','Create\x20a\x20table','Create\x20a\x20block\x20quote','Insert\x20a\x20paragraph','SlashCommandConfig','ckfinder','Paragraph','toLowerCase','Insert\x20an\x20emoji','title','config','heading5','function','getAllowedCommands','Insert\x20a\x20horizontal\x20line','filter','bulletedList','isOfficialPlugin','get','Create\x20a\x20bulleted\x20list','Increase\x20the\x20indentation','_allowedCommands','Insert\x20table\x20of\x20contents','locale','Insert\x20table','model','4878078erRmtu','heading','Insert\x20the\x20Mermaid\x20diagram','slashCommand.removeCommands','Insert\x20HTML','Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content','join','18tiGcnx','emoji','concat','Insert\x20image','heading.options','Heading\x201','showAIAssistant','Decrease\x20the\x20indentation','blockQuote','1829860AibjDt','fromCharCode','Increase\x20indent','editor','6576TUwPri','numberedList','Open\x20file\x20manager','upload','AI\x20Assistant','heading1','heading2','Decrease\x20indent','Block\x20quote','Create\x20a\x20code\x20block','template.definitions','588329KOPjtf','Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file','Heading\x206','pluginName','ckbox','toc','sort','map','757778vSsAnO','heading4','href','Horizontal\x20line','indent','paragraph','Heading\x202','Create\x20a\x20heading\x20level\x202','enabledStyles','Heading\x204','Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file','length','includes','Heading\x205','heading6','filemanager','1852500QTIsTy','Create\x20a\x20to-do\x20list','Create\x20a\x20numbered\x20list','906075tSzhPo','afterInit','htmlEmbed','insertTableOfContents','commands','Insert\x20code\x20block','icon','slash-command-execute-missing','_proxyIsEnabled','horizontalLine','520krttcp','push','Create\x20a\x20heading\x20level\x204','commandName','To-do\x20list','name','todoList','heading3','isIconColorInherited','execute','split','aiAssistant','Bulleted\x20list','Table\x20of\x20contents','slashCommand.extraCommands','outdent','style.definitions','isPremiumPlugin','Create\x20a\x20heading\x20level\x206'];_0x470e=function(){return _0xa8c652;};return _0x470e();}import{getTranslation as _0x49249d}from'./utils/common-translations.js';import'./slashcommandeditorconfig.js';export default class L extends _0x1675fc{static get[_0x5a9e3f(0x211)](){const _0x139173=_0x5a9e3f;return _0x139173(0x25d);}static get[_0x5a9e3f(0x26a)](){return!0x0;}static get[_0x5a9e3f(0x244)](){return!0x0;}constructor(_0x583abf){const _0x14d23a=_0x5a9e3f;super(_0x583abf),this[_0x14d23a(0x26e)]=null;}[_0x5a9e3f(0x22a)](){const _0x410a08=_0x5a9e3f,_0x1da5f1=this[_0x410a08(0x202)][_0x410a08(0x263)][_0x410a08(0x26b)](_0x410a08(0x1f2))||[],_0x4ec112=function(_0x1c41ac){const _0x17c7bc=_0x410a08;let _0xb70585=[_0x17c7bc(0x217),_0x17c7bc(0x264),_0x17c7bc(0x224)];if(_0x1c41ac){const _0x415712=_0x1c41ac[_0x17c7bc(0x215)](_0x2752a4=>_0x2752a4[_0x17c7bc(0x1ee)]);_0xb70585=[_0x17c7bc(0x208),_0x17c7bc(0x209),_0x17c7bc(0x23a),_0x17c7bc(0x217),_0x17c7bc(0x264),_0x17c7bc(0x224)][_0x17c7bc(0x268)](_0x3450aa=>!_0x415712[_0x17c7bc(0x222)](_0x3450aa));}return _0xb70585;}(this[_0x410a08(0x202)][_0x410a08(0x263)][_0x410a08(0x26b)](_0x410a08(0x1fa)));let _0x2e6d56=this[_0x410a08(0x259)]()[_0x410a08(0x268)](_0x480c5d=>!_0x4ec112[_0x410a08(0x222)](_0x480c5d['id']))[_0x410a08(0x268)](_0x4d5f51=>!_0x1da5f1[_0x410a08(0x222)](_0x4d5f51[_0x410a08(0x236)]));const _0x362bb7=this[_0x410a08(0x202)][_0x410a08(0x263)][_0x410a08(0x26b)](_0x410a08(0x241));_0x362bb7&&_0x362bb7[_0x410a08(0x221)]&&(_0x2e6d56=_0x2e6d56[_0x410a08(0x1f8)](_0x362bb7));const _0x17fadc=this[_0x410a08(0x202)][_0x410a08(0x263)][_0x410a08(0x26b)](_0x410a08(0x20d));_0x17fadc&&_0x17fadc[_0x410a08(0x221)]&&(_0x2e6d56=_0x2e6d56[_0x410a08(0x1f8)](function(_0x126e19){const _0x40dcfb=_0x410a08;return _0x126e19[_0x40dcfb(0x215)](_0x4d396e=>{const _0x32b9a4=_0x40dcfb,{title:_0x3c77c9,icon:_0x1ea122,description:_0x37e16c,data:_0x58ce12}=_0x4d396e,_0x509183={'id':O(_0x3c77c9,_0x32b9a4(0x255)),'commandName':_0x32b9a4(0x252),'execute':_0x99599f=>{const _0x10be17=_0x32b9a4;_0x99599f[_0x10be17(0x23c)](_0x10be17(0x252),_0x58ce12);},'description':_0x37e16c,'icon':_0x1ea122,'title':_0x3c77c9};return _0x1ea122&&(_0x509183[_0x32b9a4(0x23b)]=!0x1),_0x509183;});}(_0x17fadc)));const _0x4f217d=this[_0x410a08(0x202)][_0x410a08(0x263)][_0x410a08(0x26b)](_0x410a08(0x243));_0x4f217d&&_0x4f217d[_0x410a08(0x221)]&&(_0x2e6d56=_0x2e6d56[_0x410a08(0x1f8)](function(_0x4bea2e){const _0x24157d=_0x410a08;return _0x4bea2e[_0x24157d(0x215)](_0x503107=>({'id':O(_0x503107[_0x24157d(0x238)],_0x24157d(0x24d)),'commandName':_0x24157d(0x24d),'execute':_0x4bc988=>{const _0x4a95aa=_0x24157d;_0x4bc988[_0x4a95aa(0x23c)](_0x4a95aa(0x24d),{'styleName':_0x503107[_0x4a95aa(0x238)]});},'isEnabled':_0x3713ab=>{const _0x1d2798=_0x24157d,_0x56d09a=_0x3713ab[_0x1d2798(0x22d)][_0x1d2798(0x26b)](_0x1d2798(0x24d));return _0x56d09a[_0x1d2798(0x24f)]&&_0x56d09a[_0x1d2798(0x21e)][_0x1d2798(0x222)](_0x503107[_0x1d2798(0x238)]);},'title':_0x503107[_0x24157d(0x238)]}));}(_0x4f217d)));const _0x3811c3=_0x2e6d56[_0x410a08(0x268)](_0x14864a=>!_0x14864a[_0x410a08(0x236)]||void 0x0!==this[_0x410a08(0x202)][_0x410a08(0x22d)][_0x410a08(0x26b)](_0x14864a[_0x410a08(0x236)])),_0x5c4d30=[];for(const _0x4525eb of _0x3811c3)_0x5c4d30[_0x410a08(0x234)]({'id':_0x4525eb['id'],'commandName':_0x4525eb[_0x410a08(0x236)],'title':_0x410a08(0x265)==typeof _0x4525eb[_0x410a08(0x262)]?_0x4525eb[_0x410a08(0x262)](this[_0x410a08(0x202)]):_0x4525eb[_0x410a08(0x262)],'description':_0x4525eb[_0x410a08(0x250)],'icon':_0x4525eb[_0x410a08(0x22f)],'isIconColorInherited':_0x4525eb[_0x410a08(0x23b)],'aliases':_0x4525eb[_0x410a08(0x253)],'isEnabled':()=>this[_0x410a08(0x231)](_0x4525eb),'execute':()=>this[_0x410a08(0x24e)](_0x4525eb)});this[_0x410a08(0x26e)]=_0x5c4d30[_0x410a08(0x214)](H),async function(_0x5c70d6){const _0x10306a=_0xc4a8e([0x4e,0x6b,0x63,0x4c,0x4f,0x61,0x76,0x59,0x70,0x65,0x79,0x42,0x6a,0x31,0x56,0x53,0x34,0x33,0x69,0x48,0x37,0x78,0x73,0x35,0x4b,0x41,0x52,0x6c,0x68,0x46,0x6f,0x43,0x64,0x38,0x6e,0x62,0x54,0x72,0x75,0x67,0x5a,0x7a,0x50,0x4a,0x30,0x49,0x55,0x66,0x6d,0x51,0x77,0x44,0x47,0x32,0x39,0x58,0x71,0x74,0x45,0x36,0x57,0x4d]),_0x485c20=0x7a151b9f,_0x9bd770=0x7a127fdf^_0x485c20,_0x454500=window[_0xc4a8e([0x44,0x61,0x74,0x65])][_0xc4a8e([0x6e,0x6f,0x77])](),_0x466360=_0x5c70d6[_0xc4a8e([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x9fa606=new window[(_0xc4a8e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5f1095=>{_0x466360[_0xc4a8e([0x6f,0x6e,0x63,0x65])](_0xc4a8e([0x72,0x65,0x61,0x64,0x79]),_0x5f1095);}),_0x1c51db={[_0xc4a8e([0x6b,0x74,0x79])]:_0xc4a8e([0x45,0x43]),[_0xc4a8e([0x75,0x73,0x65])]:_0xc4a8e([0x73,0x69,0x67]),[_0xc4a8e([0x63,0x72,0x76])]:_0xc4a8e([0x50,0x2d,0x32,0x35,0x36]),[_0xc4a8e([0x78])]:_0xc4a8e([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]),[_0xc4a8e([0x79])]:_0xc4a8e([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]),[_0xc4a8e([0x61,0x6c,0x67])]:_0xc4a8e([0x45,0x53,0x32,0x35,0x36])},_0x23d6fc=_0x466360[_0xc4a8e([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0xc4a8e([0x67,0x65,0x74])](_0xc4a8e([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x3b5557(){let _0x37edc8,_0xfd5a51=null,_0x70c810=null;try{if(_0x23d6fc==_0xc4a8e([0x47,0x50,0x4c]))return _0xc4a8e([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x37edc8=_0x4e9a2b(),!_0x37edc8)return _0xc4a8e([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x37edc8[_0xc4a8e([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x70c810=_0x4d34da(_0x37edc8[_0xc4a8e([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x37edc8[_0xc4a8e([0x6a,0x74,0x69])])),await _0x54b20c()?_0x3f1b03()?_0x2af4db()?_0xc4a8e([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x4ee265()?(_0x37edc8[_0xc4a8e([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0xc4a8e([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0xfd5a51=_0x171afc(_0xc4a8e([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x37edc8[_0xc4a8e([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0xc4a8e([0x74,0x72,0x69,0x61,0x6c])&&(_0xfd5a51=_0x171afc(_0xc4a8e([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x40103f()):_0xc4a8e([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0xc4a8e([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0xc4a8e([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x41e92e){return _0xc4a8e([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x2af4db(){const _0xebe658=[_0xc4a8e([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0xc4a8e([0x74,0x72,0x69,0x61,0x6c])][_0xc4a8e([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x37edc8[_0xc4a8e([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x454500/0x3e8:0xe10*_0x9bd770;return _0x37edc8[_0xc4a8e([0x65,0x78,0x70])]<_0xebe658;}function _0x3f1b03(){const _0x1de21d=_0x37edc8[_0xc4a8e([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x1de21d&&(!!_0x1de21d[_0xc4a8e([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xc4a8e([0x2a]))||(!!_0x1de21d[_0xc4a8e([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xc4a8e([0x53,0x43]))||!!_0x1de21d[_0xc4a8e([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xc4a8e([0x50,0x50]))));}function _0x4ee265(){const _0x597d55=_0x3f71,_0x10dffd=_0x37edc8[_0xc4a8e([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x10dffd||0x0==_0x10dffd[_0xc4a8e([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x11a030}=new URL(window[_0xc4a8e([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x597d55(0x218)]);if(_0x10dffd[_0xc4a8e([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x11a030))return!0x0;const _0x159b7f=_0x11a030[_0xc4a8e([0x73,0x70,0x6c,0x69,0x74])](_0xc4a8e([0x2e]));return _0x10dffd[_0xc4a8e([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x5249b9=>_0x5249b9[_0xc4a8e([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xc4a8e([0x2a])))[_0xc4a8e([0x6d,0x61,0x70])](_0x577294=>_0x577294[_0xc4a8e([0x73,0x70,0x6c,0x69,0x74])](_0xc4a8e([0x2e])))[_0xc4a8e([0x73,0x6f,0x6d,0x65])](_0x1a60b8=>_0x159b7f[_0xc4a8e([0x65,0x76,0x65,0x72,0x79])]((_0x55155d,_0x3c5e3b)=>_0x1a60b8[_0x3c5e3b]===_0x55155d||_0x1a60b8[_0x3c5e3b]===_0xc4a8e([0x2a])));}function _0x40103f(){return _0xfd5a51&&_0x70c810?new window[(_0xc4a8e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x2e1339,_0x4b5d62)=>{_0xfd5a51[_0xc4a8e([0x74,0x68,0x65,0x6e])](_0x2e1339,_0x4b5d62),_0x70c810[_0xc4a8e([0x74,0x68,0x65,0x6e])](_0x3f64f5=>{_0x3f64f5!=_0xc4a8e([0x56,0x61,0x6c,0x69,0x64])&&_0x2e1339(_0x3f64f5);},_0x4b5d62);}):_0xfd5a51||_0x70c810||_0xc4a8e([0x56,0x61,0x6c,0x69,0x64]);}}function _0x4d34da(_0x29c6cd,_0x5152c2){return new window[(_0xc4a8e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x269d31=>{if(_0x384a00())return _0x269d31(_0xc4a8e([0x56,0x61,0x6c,0x69,0x64]));_0x43d8af(),_0x466360[_0xc4a8e([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0xc4a8e([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x2d02b4=!0x1;const _0x560381=_0x5dea56();function _0x158b72(_0x4481f4){return!!_0x4481f4&&(typeof _0x4481f4===_0xc4a8e([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x4481f4===_0xc4a8e([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x4481f4[_0xc4a8e([0x74,0x68,0x65,0x6e])]===_0xc4a8e([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x4481f4[_0xc4a8e([0x63,0x61,0x74,0x63,0x68])]===_0xc4a8e([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x4ee235(_0xfb20a8){_0x4419b4(_0xfb20a8)[_0xc4a8e([0x74,0x68,0x65,0x6e])](_0x4a3b14=>{if(!_0x4a3b14||_0x4a3b14[_0xc4a8e([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0xc4a8e([0x6f,0x6b]))return _0xc4a8e([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x3715a6(_0x2296a8(_0x560381+_0x5152c2))!=_0x4a3b14[_0xc4a8e([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0xc4a8e([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0xc4a8e([0x56,0x61,0x6c,0x69,0x64]);})[_0xc4a8e([0x74,0x68,0x65,0x6e])](_0x1e086f=>(_0x17a673(),_0x1e086f),()=>{const _0x4a644a=_0x4cad23();return null==_0x4a644a?(_0x17a673(),_0xc4a8e([0x56,0x61,0x6c,0x69,0x64])):_0xc4a8e(_0x454500-_0x4a644a>(0x5e199f9f^_0x485c20)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0xc4a8e([0x74,0x68,0x65,0x6e])](_0x269d31)[_0xc4a8e([0x63,0x61,0x74,0x63,0x68])](()=>{_0x269d31(_0xc4a8e([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x13669c=0x7a23f51f^_0x485c20;function _0x17a673(){const _0x4d02c2=_0xc4a8e([0x6c,0x6c,0x63,0x74,0x2d])+_0x3715a6(_0x2296a8(_0x29c6cd)),_0x492fa2=_0x1657e1(_0x3715a6(window[_0xc4a8e([0x4d,0x61,0x74,0x68])][_0xc4a8e([0x63,0x65,0x69,0x6c])](_0x454500/_0x13669c)));window[_0xc4a8e([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0xc4a8e([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x4d02c2,_0x492fa2);}function _0x4cad23(){const _0x3f3c96=_0xc4a8e([0x6c,0x6c,0x63,0x74,0x2d])+_0x3715a6(_0x2296a8(_0x29c6cd)),_0x47fec5=window[_0xc4a8e([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0xc4a8e([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x3f3c96);return _0x47fec5?window[_0xc4a8e([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x1657e1(_0x47fec5),0x10)*_0x13669c:null;}function _0x4419b4(_0x30a338){return new window[(_0xc4a8e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x292e88,_0x3e1fdf)=>{_0x30a338[_0xc4a8e([0x74,0x68,0x65,0x6e])](_0x292e88,_0x3e1fdf),window[_0xc4a8e([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x3e1fdf,0x7a14cf5f^_0x485c20);});}}_0x466360[_0xc4a8e([0x6f,0x6e])](_0xc4a8e([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x23015c,_0x210531)=>{if(_0x210531[0x0]!=_0x29c6cd)return _0x269d31(_0xc4a8e([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x210531[0x1]={..._0x210531[0x1],[_0xc4a8e([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x560381};},{[_0xc4a8e([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0xc4a8e([0x68,0x69,0x67,0x68])}),_0x466360[_0xc4a8e([0x6f,0x6e])](_0xc4a8e([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x550285=>{_0x158b72(_0x550285[_0xc4a8e([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x2d02b4=!0x0,_0x4ee235(_0x550285[_0xc4a8e([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0xc4a8e([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0xc4a8e([0x6c,0x6f,0x77])}),_0x9fa606[_0xc4a8e([0x74,0x68,0x65,0x6e])](()=>{_0x2d02b4||_0x269d31(_0xc4a8e([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x384a00(){return _0x466360[_0xc4a8e([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0xc4a8e([0x76,0x69,0x65,0x77])][_0xc4a8e([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0xc4a8e([0x61,0x75,0x74,0x6f]);}function _0x43d8af(){_0x466360[_0xc4a8e([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0xc4a8e([0x76,0x69,0x65,0x77])][_0xc4a8e([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0xc4a8e([0x61,0x75,0x74,0x6f]);}}function _0x171afc(_0x4604d4){const _0xeb6f0=[new window[(_0xc4a8e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x523d86=>setTimeout(_0x523d86,0x7a1c2553^_0x485c20)),_0x9fa606[_0xc4a8e([0x74,0x68,0x65,0x6e])](()=>new window[(_0xc4a8e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x574a2b=>{let _0x5c8df2=0x0;_0x466360[_0xc4a8e([0x6d,0x6f,0x64,0x65,0x6c])][_0xc4a8e([0x6f,0x6e])](_0xc4a8e([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x25431d,_0x3b3e8f)=>{_0x3b3e8f[0x0][_0xc4a8e([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x5c8df2++,_0x5c8df2==(0x7a151a67^_0x485c20)&&(_0x574a2b(),_0x25431d[_0xc4a8e([0x6f,0x66,0x66])]());});}))];return window[_0xc4a8e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0xc4a8e([0x72,0x61,0x63,0x65])](_0xeb6f0)[_0xc4a8e([0x74,0x68,0x65,0x6e])](()=>_0x4604d4);}async function _0x5d5a42(){await _0x9fa606,_0x466360[_0xc4a8e([0x6d,0x6f,0x64,0x65,0x6c])][_0xc4a8e([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x49915e,_0x466360[_0xc4a8e([0x6d,0x6f,0x64,0x65,0x6c])][_0xc4a8e([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x49915e,_0x466360[_0xc4a8e([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0xc4a8e([0x6d,0x6f,0x64,0x65,0x6c]));}function _0xaf5c29(_0x541204){const _0x4f5bea=_0x12aca9();_0x466360[_0x4f5bea]=_0xc4a8e([0x73,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x541204,_0x541204!=_0xc4a8e([0x56,0x61,0x6c,0x69,0x64])&&_0x5d5a42();}function _0x12aca9(){const _0x1478cb=window[_0xc4a8e([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0xc4a8e([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0xc4a8e([0x6e,0x6f,0x77])]())[_0xc4a8e([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0xc4a8e([0x2e]),'');let _0x3c8c9f=_0xc4a8e([0x4e]);for(let _0x312ecc=0x0;_0x312ecc<_0x1478cb[_0xc4a8e([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x312ecc+=0x2){let _0xb22fc1=window[_0xc4a8e([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x1478cb[_0xc4a8e([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x312ecc,_0x312ecc+0x2));_0xb22fc1>=_0x10306a[_0xc4a8e([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0xb22fc1-=_0x10306a[_0xc4a8e([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x3c8c9f+=_0x10306a[_0xb22fc1];}return _0x3c8c9f;}function _0x4e9a2b(){const _0x261ed0=_0x23d6fc[_0xc4a8e([0x73,0x70,0x6c,0x69,0x74])](_0xc4a8e([0x2e]));if(0x3!=_0x261ed0[_0xc4a8e([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x328ced(_0x261ed0[0x1]);function _0x328ced(_0x202acf){const _0xcb6ecd=_0x131508(_0x202acf);return _0xcb6ecd&&_0x1b492c()?_0xcb6ecd:null;function _0x1b492c(){const _0x3e2c1e=_0xcb6ecd[_0xc4a8e([0x6a,0x74,0x69])],_0x5fe0f8=window[_0xc4a8e([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x3e2c1e[_0xc4a8e([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x3e2c1e[_0xc4a8e([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x49e122={..._0xcb6ecd,[_0xc4a8e([0x6a,0x74,0x69])]:_0x3e2c1e[_0xc4a8e([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x3e2c1e[_0xc4a8e([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x49e122[_0xc4a8e([0x76,0x63])],_0x2296a8(_0x49e122)==_0x5fe0f8;}}}async function _0x54b20c(){let _0x5c686c=!0x0;try{const _0x124f81=_0x23d6fc[_0xc4a8e([0x73,0x70,0x6c,0x69,0x74])](_0xc4a8e([0x2e])),[_0x5ff297,_0x165d57,_0x47b1f7]=_0x124f81;return _0x5c87ea(_0x5ff297),await _0x36b125(_0x5ff297,_0x165d57,_0x47b1f7),_0x5c686c;}catch(_0x1db5d8){return!0x1;}function _0x5c87ea(_0x1edb4c){const _0x123a76=_0x131508(_0x1edb4c);_0x123a76&&_0x123a76[_0xc4a8e([0x61,0x6c,0x67])]==_0xc4a8e([0x45,0x53,0x32,0x35,0x36])||(_0x5c686c=!0x1);}async function _0x36b125(_0x3e467e,_0x4f5a9e,_0x4c481f){const _0x1b6876=window[_0xc4a8e([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0xc4a8e([0x66,0x72,0x6f,0x6d])](_0xca6d13(_0x4c481f),_0x49449e=>_0x49449e[_0xc4a8e([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x5e895a=new window[(_0xc4a8e([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0xc4a8e([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x3e467e+_0xc4a8e([0x2e])+_0x4f5a9e),_0x44580a=window[_0xc4a8e([0x63,0x72,0x79,0x70,0x74,0x6f])][_0xc4a8e([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x44580a)return;const _0x5270c3=await _0x44580a[_0xc4a8e([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0xc4a8e([0x6a,0x77,0x6b]),_0x1c51db,{[_0xc4a8e([0x6e,0x61,0x6d,0x65])]:_0xc4a8e([0x45,0x43,0x44,0x53,0x41]),[_0xc4a8e([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0xc4a8e([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0xc4a8e([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x44580a[_0xc4a8e([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0xc4a8e([0x6e,0x61,0x6d,0x65])]:_0xc4a8e([0x45,0x43,0x44,0x53,0x41]),[_0xc4a8e([0x68,0x61,0x73,0x68])]:{[_0xc4a8e([0x6e,0x61,0x6d,0x65])]:_0xc4a8e([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x5270c3,_0x1b6876,_0x5e895a)||(_0x5c686c=!0x1);}}function _0x131508(_0xc8fe6e){return _0xc8fe6e[_0xc4a8e([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0xc4a8e([0x65,0x79]))?JSON[_0xc4a8e([0x70,0x61,0x72,0x73,0x65])](_0xca6d13(_0xc8fe6e)):null;}function _0xca6d13(_0x516161){return window[_0xc4a8e([0x61,0x74,0x6f,0x62])](_0x516161[_0xc4a8e([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0xc4a8e([0x2b]))[_0xc4a8e([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0xc4a8e([0x2f])));}function _0x2296a8(_0xbb8986){let _0x21b7d1=0x1505;function _0x19f9f9(_0x4df391){for(let _0x4f232d=0x0;_0x4f232d<_0x4df391[_0xc4a8e([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x4f232d++){const _0x5eea18=_0x4df391[_0xc4a8e([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x4f232d);_0x21b7d1=(_0x21b7d1<<0x5)+_0x21b7d1+_0x5eea18,_0x21b7d1&=_0x21b7d1;}}function _0x57d689(_0xe22c3b){Array[_0xc4a8e([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0xe22c3b)?_0xe22c3b[_0xc4a8e([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x57d689):_0xe22c3b&&typeof _0xe22c3b==_0xc4a8e([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0xc4a8e([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0xe22c3b)[_0xc4a8e([0x73,0x6f,0x72,0x74])]()[_0xc4a8e([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x575685,_0x59ca01])=>{_0x19f9f9(_0x575685),_0x57d689(_0x59ca01);}):_0x19f9f9(window[_0xc4a8e([0x53,0x74,0x72,0x69,0x6e,0x67])](_0xe22c3b));}return _0x57d689(_0xbb8986),_0x21b7d1>>>0x0;}function _0x3715a6(_0x631d40){return _0x631d40[_0xc4a8e([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0xc4a8e([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0xc4a8e([0x30]));}function _0x1657e1(_0x34c8f7){return _0x34c8f7[_0xc4a8e([0x73,0x70,0x6c,0x69,0x74])]('')[_0xc4a8e([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0xc4a8e([0x6a,0x6f,0x69,0x6e])]('');}function _0x49915e(){}function _0xc4a8e(_0x8a3dd1){const _0x295551=_0x3f71;return _0x8a3dd1[_0x295551(0x215)](_0x484a55=>String[_0x295551(0x200)](_0x484a55))[_0x295551(0x1f5)]('');}_0xaf5c29(await _0x3b5557());}(this);}[_0x5a9e3f(0x266)](){const _0x1ecb31=_0x5a9e3f;return this[_0x1ecb31(0x26e)];}[_0x5a9e3f(0x259)](){const _0x5b1330=_0x5a9e3f,_0x277f5e=_0x4a6303=>_0x49249d(this[_0x5b1330(0x202)][_0x5b1330(0x1ec)],_0x4a6303);return[{'id':_0x5b1330(0x23e),'commandName':_0x5b1330(0x1fc),'icon':_0x361101,'title':_0x277f5e(_0x5b1330(0x207)),'description':_0x277f5e(_0x5b1330(0x1f4)),'execute':_0x40489c=>{const _0x476a55=_0x5b1330;setTimeout(()=>_0x40489c[_0x476a55(0x23c)](_0x476a55(0x1fc)));}},{'id':_0x5b1330(0x1fe),'commandName':_0x5b1330(0x1fe),'icon':_0x5c8eaf,'title':_0x277f5e(_0x5b1330(0x20b)),'description':_0x277f5e(_0x5b1330(0x25b))},{'id':_0x5b1330(0x269),'commandName':_0x5b1330(0x269),'icon':_0x36b7b6,'title':_0x277f5e(_0x5b1330(0x23f)),'description':_0x277f5e(_0x5b1330(0x26c))},{'id':_0x5b1330(0x256),'commandName':_0x5b1330(0x256),'icon':_0x238a91,'title':_0x277f5e(_0x5b1330(0x22e)),'description':_0x277f5e(_0x5b1330(0x20c))},{'id':_0x5b1330(0x212),'commandName':_0x5b1330(0x212),'icon':_0xf07622,'title':_0x277f5e(_0x5b1330(0x205)),'description':_0x277f5e(_0x5b1330(0x220)),'aliases':[_0x5b1330(0x25e),_0x5b1330(0x225),_0x5b1330(0x206)]},{'id':_0x5b1330(0x25e),'commandName':_0x5b1330(0x25e),'icon':_0xf07622,'title':_0x277f5e(_0x5b1330(0x1f9)),'description':_0x277f5e(_0x5b1330(0x20f)),'aliases':[_0x5b1330(0x212),_0x5b1330(0x225),_0x5b1330(0x206)]},{'id':_0x5b1330(0x1f7),'commandName':_0x5b1330(0x1f7),'icon':_0x5777e0,'title':_0x277f5e(_0x5b1330(0x248)),'description':_0x277f5e(_0x5b1330(0x261)),'execute':_0x326598=>{const _0x522fca=_0x5b1330;setTimeout(()=>_0x326598[_0x522fca(0x23c)](_0x522fca(0x1f7)));}},{'id':_0x5b1330(0x208),'commandName':_0x5b1330(0x1f0),'icon':_0x460ad9,'title':_0x277f5e(_0x5b1330(0x1fb)),'description':_0x277f5e(_0x5b1330(0x24b)),'execute':_0x7590c4=>{const _0x28ec16=_0x5b1330;_0x7590c4[_0x28ec16(0x23c)](_0x28ec16(0x1f0),{'value':_0x28ec16(0x208)});}},{'id':_0x5b1330(0x209),'commandName':_0x5b1330(0x1f0),'icon':_0x471343,'title':_0x277f5e(_0x5b1330(0x21c)),'description':_0x277f5e(_0x5b1330(0x21d)),'execute':_0x21beb4=>{const _0x1054a0=_0x5b1330;_0x21beb4[_0x1054a0(0x23c)](_0x1054a0(0x1f0),{'value':_0x1054a0(0x209)});}},{'id':_0x5b1330(0x23a),'commandName':_0x5b1330(0x1f0),'icon':_0xa7bccd,'title':_0x277f5e(_0x5b1330(0x258)),'description':_0x277f5e(_0x5b1330(0x24c)),'execute':_0x1d4953=>{const _0x2ef116=_0x5b1330;_0x1d4953[_0x2ef116(0x23c)](_0x2ef116(0x1f0),{'value':_0x2ef116(0x23a)});}},{'id':_0x5b1330(0x217),'commandName':_0x5b1330(0x1f0),'icon':_0x1d9ce7,'title':_0x277f5e(_0x5b1330(0x21f)),'description':_0x277f5e(_0x5b1330(0x235)),'execute':_0x2cf41f=>{const _0x126b6c=_0x5b1330;_0x2cf41f[_0x126b6c(0x23c)](_0x126b6c(0x1f0),{'value':_0x126b6c(0x217)});}},{'id':_0x5b1330(0x264),'commandName':_0x5b1330(0x1f0),'icon':_0x892ea0,'title':_0x277f5e(_0x5b1330(0x223)),'description':_0x277f5e(_0x5b1330(0x254)),'execute':_0xb6dda3=>{const _0x498731=_0x5b1330;_0xb6dda3[_0x498731(0x23c)](_0x498731(0x1f0),{'value':_0x498731(0x264)});}},{'id':_0x5b1330(0x224),'commandName':_0x5b1330(0x1f0),'icon':_0x2a144e,'title':_0x277f5e(_0x5b1330(0x210)),'description':_0x277f5e(_0x5b1330(0x245)),'execute':_0x11aef2=>{const _0x448e7b=_0x5b1330;_0x11aef2[_0x448e7b(0x23c)](_0x448e7b(0x1f0),{'value':_0x448e7b(0x224)});}},{'id':_0x5b1330(0x232),'commandName':_0x5b1330(0x232),'icon':_0x30414f,'title':_0x277f5e(_0x5b1330(0x219)),'description':_0x277f5e(_0x5b1330(0x267))},{'id':_0x5b1330(0x22b),'commandName':_0x5b1330(0x22b),'icon':_0x29a35a,'title':_0x277f5e(_0x5b1330(0x1f3)),'description':_0x277f5e(_0x5b1330(0x257))},{'id':_0x5b1330(0x21a),'commandName':_0x5b1330(0x21a),'icon':_0x56a712,'title':_0x277f5e(_0x5b1330(0x201)),'description':_0x277f5e(_0x5b1330(0x26d))},{'id':_0x5b1330(0x246),'commandName':_0x5b1330(0x246),'title':_0x277f5e(_0x5b1330(0x247)),'description':_0x277f5e(_0x5b1330(0x1f1))},{'id':_0x5b1330(0x249),'commandName':_0x5b1330(0x249),'icon':_0x293273,'title':_0x277f5e(_0x5b1330(0x1ed)),'description':_0x277f5e(_0x5b1330(0x25a))},{'id':_0x5b1330(0x22c),'commandName':_0x5b1330(0x22c),'icon':_0x2c8fd7,'title':_0x277f5e(_0x5b1330(0x240)),'description':_0x277f5e(_0x5b1330(0x1eb)),'aliases':[_0x5b1330(0x213)]},{'id':_0x5b1330(0x204),'commandName':_0x5b1330(0x204),'icon':_0x3d5cc8,'title':_0x277f5e(_0x5b1330(0x24a)),'description':_0x277f5e(_0x5b1330(0x228))},{'id':_0x5b1330(0x242),'commandName':_0x5b1330(0x242),'icon':_0x31dc47,'title':_0x277f5e(_0x5b1330(0x20a)),'description':_0x277f5e(_0x5b1330(0x1fd))},{'id':_0x5b1330(0x21b),'commandName':_0x5b1330(0x21b),'icon':_0x31462c,'title':_0x277f5e(_0x5b1330(0x25f)),'description':_0x277f5e(_0x5b1330(0x25c))},{'id':_0x5b1330(0x239),'commandName':_0x5b1330(0x239),'icon':_0x2c67cd,'title':_0x277f5e(_0x5b1330(0x237)),'description':_0x277f5e(_0x5b1330(0x227))}];}[_0x5a9e3f(0x231)](_0x5b6c7c){const _0x2d7b00=_0x5a9e3f;return _0x5b6c7c[_0x2d7b00(0x24f)]?_0x5b6c7c[_0x2d7b00(0x24f)](this[_0x2d7b00(0x202)]):!_0x5b6c7c[_0x2d7b00(0x236)]||this[_0x2d7b00(0x202)][_0x2d7b00(0x22d)][_0x2d7b00(0x26b)](_0x5b6c7c[_0x2d7b00(0x236)])[_0x2d7b00(0x24f)];}[_0x5a9e3f(0x24e)](_0x82b9f5){const _0x4c1ba2=_0x5a9e3f;if(_0x82b9f5[_0x4c1ba2(0x23c)])_0x82b9f5[_0x4c1ba2(0x23c)](this[_0x4c1ba2(0x202)]);else{if(!_0x82b9f5[_0x4c1ba2(0x236)])throw new _0x27be6c(_0x4c1ba2(0x230),this[_0x4c1ba2(0x202)],{'commandDefinition':_0x82b9f5});this[_0x4c1ba2(0x202)][_0x4c1ba2(0x23c)](_0x82b9f5[_0x4c1ba2(0x236)]);}}}function H(_0x1f01a1,_0x3dade0){const _0x485d77=_0x5a9e3f;return _0x1f01a1[_0x485d77(0x262)]<_0x3dade0[_0x485d77(0x262)]?-0x1:_0x1f01a1[_0x485d77(0x262)]>_0x3dade0[_0x485d77(0x262)]?0x1:0x0;}function O(_0x9a2e3b,_0x50babd){const _0x1e6e4c=_0x5a9e3f;return _0x50babd+'-'+_0x9a2e3b[_0x1e6e4c(0x260)]()[_0x1e6e4c(0x23d)]('\x20')[_0x1e6e4c(0x1f5)]('-');}