@ckeditor/ckeditor5-slash-command 46.0.0-alpha.5 → 46.0.0-alpha.6

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:()=>c,SlashCommandEditing:()=>h,SlashCommandUI:()=>j});var e=n(782),t=n(584),r=n(355);function i(e,t){const n=s();return(i=function(e,t){return n[e-=219]})(e,t)}const o=i;function s(){const e=["Horizontal line","upload","heading.options","title","Open file manager to insert an image or a file","template.definitions","Insert an HTML snippet","slashCommand.extraCommands","name","filter","model","Create a bulleted list","Insert code block","Heading 6","Heading 1","Open the AI Assistant to generate content","Heading 4","Create a heading level 2","AI Assistant","Create a heading level 1","getAllowedCommands","8taQuCJ","indent","template","locale","Create a numbered list","Emoji","outdent","insertTable","function","concat","Create a heading level 6","Heading 3","blockQuote","toLowerCase","length","config","includes","showAIAssistant","Create a block quote","Insert table of contents","htmlEmbed","Paragraph","heading1","insertTableOfContents","execute","join","isIconColorInherited","Create a heading level 5","map","split","bulletedList","aliases","description","Bulleted list","Insert a paragraph","Block quote","Insert an emoji","paragraph","16981330telpQC","Create a to-do list","get","commandName","push","Create a heading level 3","pluginName","commands","4460981HnBgeU","heading2","slashCommand.removeCommands","_proxyIsEnabled","Heading 5","_proxyExecute","Numbered list","Insert table","horizontalLine","emoji","toc","numberedList","todoList","isEnabled","Insert the Mermaid diagram","_allowedCommands","href","ckfinder","2802bJDkdw","Table of contents","heading3","SlashCommandConfig","106zZXKdp","Create a code block","insertTemplate","afterInit","heading5","heading4","getDefaultCommands","Create a heading level 4","isPremiumPlugin","Increase the indentation","ckbox","enabledStyles","2304954vEAqOF","Decrease indent","aiAssistant","Insert Mermaid diagram","slash-command-execute-missing","icon","Create a table","insertMermaidCommand","filemanager","Open file manager","fromCharCode","Insert HTML","To-do list","9320cOUVQd","heading6","Increase indent","codeBlock","heading","1031032CXYVFU","isOfficialPlugin","editor","Heading 2","Decrease the indentation","Insert image","sort","style.definitions","Open file browser to insert an image or a file","555294Zjxelz","Insert a horizontal line","style","15656pGdnIj"];return(s=function(){return e})()}!function(e){const t=i,n=e();for(;;)try{if(455960===parseInt(t(338))/1*(parseInt(t(296))/2)+-parseInt(t(335))/3+parseInt(t(326))/4+-parseInt(t(321))/5*(-parseInt(t(292))/6)+parseInt(t(274))/7+-parseInt(t(228))/8*(parseInt(t(308))/9)+-parseInt(t(266))/10)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(s);class c extends e.Plugin{static get[o(272)](){return o(295)}static get[o(327)](){return!0}static get[o(304)](){return!0}constructor(e){const t=o;super(e),this[t(289)]=null}[o(299)](){const e=o,n=this[e(328)][e(243)][e(268)](e(276))||[],a=function(t){const n=e;let a=[n(301),n(300),n(322)];if(t){const e=t[n(256)](e=>e[n(349)]);a=[n(250),n(275),n(294),n(301),n(300),n(322)][n(348)](t=>!e[n(244)](t))}return a}(this[e(328)][e(243)][e(268)](e(341)));let r=this[e(302)]()[e(348)](t=>!a[e(244)](t.id))[e(348)](t=>!n[e(244)](t[e(269)]));const s=this[e(328)][e(243)][e(268)](e(346));s&&s[e(242)]&&(r=r[e(237)](s));const c=this[e(328)][e(243)][e(268)](e(344));c&&c[e(242)]&&(r=r[e(237)](function(t){const n=e;return t[n(256)](e=>{const t=n,{title:a,icon:r,description:i,data:o}=e,s={id:d(a,t(230)),commandName:t(298),execute:e=>{const n=t;e[n(252)](n(298),o)},description:i,icon:r,title:a};return r&&(s[t(254)]=!1),s})}(c)));const u=this[e(328)][e(243)][e(268)](e(333));u&&u[e(242)]&&(r=r[e(237)](function(t){const n=e;return t[n(256)](e=>({id:d(e[n(347)],n(337)),commandName:n(337),execute:t=>{const a=n;t[a(252)](a(337),{styleName:e[a(347)]})},isEnabled:t=>{const a=n,r=t[a(273)][a(268)](a(337));return r[a(287)]&&r[a(307)][a(244)](e[a(347)])},title:e[n(347)]}))}(u)));const m=r[e(348)](t=>!t[e(269)]||void 0!==this[e(328)][e(273)][e(268)](t[e(269)])),p=[];for(const t of m)p[e(270)]({id:t.id,commandName:t[e(269)],title:e(236)==typeof t[e(342)]?t[e(342)](this[e(328)]):t[e(342)],description:t[e(260)],icon:t[e(313)],isIconColorInherited:t[e(254)],aliases:t[e(259)],isEnabled:()=>this[e(277)](t),execute:()=>this[e(279)](t)});this[e(289)]=p[e(332)](l),async function(e){const n=g([80,69,112,50,75,56,115,85,78,109,82,105,54,48,90,77,89,121,65,57,114,100,70,97,119,110,101,73,66,122,116,86,108,120,118,67,81,99,107,117,52,49,55,111,74,71,84,98,51,68,88,104,102,76,106,79,83,87,103,113,53,72]),a=window[g([68,97,116,101])][g([110,111,119])](),r=e[g([101,100,105,116,111,114])],o=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)),o[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=i;return e[t(256)](e=>String[t(318)](e))[t(253)]("")}!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([80]);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 o,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(i())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])}),o[g([116,104,101,110])](()=>{l||c(g([85,115,97,103,101,76,105,109,105,116]))})});function i(){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{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:175176e4;return e[g([101,120,112])]<t}()?g([69,120,112,105,114,101,100]):function(){const t=i,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(290)]);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([102,105,108,116,101,114])](e=>e[g([108,101,110,103,116,104])]<=r[g([108,101,110,103,116,104])])[g([109,97,112])](e=>Array(r[g([108,101,110,103,116,104])]-e[g([108,101,110,103,116,104])])[g([102,105,108,108])](e[0]===g([42])?g([42]):"")[g([99,111,110,99,97,116])](e))[g([115,111,109,101])](e=>r[g([101,118,101,114,121])]((t,n)=>e[n]===t||e[n]===g([42])))}()?(e[g([108,105,99,101,110,115,101,84,121,112,101])]==g([101,118,97,108,117,97,116,105,111,110])&&(n=l(g([69,118,97,108,117,97,116,105,111,110,76,105,109,105,116]))),e[g([108,105,99,101,110,115,101,84,121,112,101])]==g([116,114,105,97,108])&&(n=l(g([84,114,105,97,108,76,105,109,105,116]))),await(n&&f?new(window[g([80,114,111,109,105,115,101])])((e,t)=>{n[g([116,104,101,110])](e,t),f[g([116,104,101,110])](t=>{t!=g([86,97,108,105,100])&&e(t)},t)}):n||f||g([86,97,108,105,100]))):g([68,111,109,97,105,110,76,105,109,105,116]):g([78,111,116,65,108,108,111,119,101,100]):g([73,110,118,97,108,105,100])):g([73,110,118,97,108,105,100]))}catch{return g([73,110,118,97,108,105,100])}}())}(this)}[o(227)](){return this[o(289)]}[o(302)](){const e=o,t=t=>function(e,t){const n=e.t,a=e.t;switch(t){case"AI Assistant":return a("AI Assistant");case"Block quote":return a("Block quote");case"Bulleted list":return a("Bulleted list");case"Insert code block":return a("Insert code block");case"Open file manager":return a("Open file manager");case"Insert image":return a("Insert image");case"Heading 1":return a("Heading 1");case"Heading 2":return a("Heading 2");case"Heading 3":return a("Heading 3");case"Heading 4":return a("Heading 4");case"Heading 5":return a("Heading 5");case"Heading 6":return a("Heading 6");case"Horizontal line":return a("Horizontal line");case"Insert HTML":return a("Insert HTML");case"Increase indent":return a("Increase indent");case"Insert table":return a("Insert table");case"Table of contents":return a("Table of contents");case"Numbered list":return a("Numbered list");case"Decrease indent":return a("Decrease indent");case"Paragraph":return a("Paragraph");case"To-do list":return a("To-do list");case"Create a block quote":return n("Create a block quote");case"Create a bulleted list":return n("Create a bulleted list");case"Create a code block":return n("Create a code block");case"Open file manager to insert an image or a file":return n("Open file manager to insert an image or a file");case"Open file browser to insert an image or a file":return n("Open file browser to insert an image or a file");case"Create a heading level 1":return n("Create a heading level 1");case"Create a heading level 2":return n("Create a heading level 2");case"Create a heading level 3":return n("Create a heading level 3");case"Create a heading level 4":return n("Create a heading level 4");case"Create a heading level 5":return n("Create a heading level 5");case"Create a heading level 6":return n("Create a heading level 6");case"Insert a horizontal line":return n("Insert a horizontal line");case"Insert an HTML snippet":return n("Insert an HTML snippet");case"Increase the indentation":return n("Increase the indentation");case"Insert Mermaid diagram":return n("Insert Mermaid diagram");case"Insert the Mermaid diagram":return n("Insert the Mermaid diagram");case"Create a table":return n("Create a table");case"Insert table of contents":return n("Insert table of contents");case"Create a numbered list":return n("Create a numbered list");case"Decrease the indentation":return n("Decrease the indentation");case"Insert a paragraph":return n("Insert a paragraph");case"Create a to-do list":return n("Create a to-do list");case"Open the AI Assistant to generate content":return n("Open the AI Assistant to generate content");case"Insert an emoji":return n("Insert an emoji");default:return t}}(this[e(328)][e(231)],t);return[{id:e(310),commandName:e(245),icon:r.IconRobotPencil,title:t(e(225)),description:t(e(222)),execute:t=>{const n=e;setTimeout(()=>t[n(252)](n(245)))}},{id:e(240),commandName:e(240),icon:r.IconQuote,title:t(e(263)),description:t(e(246))},{id:e(258),commandName:e(258),icon:r.IconBulletedList,title:t(e(261)),description:t(e(350))},{id:e(324),commandName:e(324),icon:r.IconCodeBlock,title:t(e(219)),description:t(e(297))},{id:e(306),commandName:e(306),icon:r.IconBrowseFiles,title:t(e(317)),description:t(e(343)),aliases:[e(291),e(316),e(340)]},{id:e(291),commandName:e(291),icon:r.IconBrowseFiles,title:t(e(331)),description:t(e(334)),aliases:[e(306),e(316),e(340)]},{id:e(283),commandName:e(283),icon:r.IconEmoji,title:t(e(233)),description:t(e(264)),execute:t=>{const n=e;setTimeout(()=>t[n(252)](n(283)))}},{id:e(250),commandName:e(325),icon:r.IconHeading1,title:t(e(221)),description:t(e(226)),execute:t=>{const n=e;t[n(252)](n(325),{value:n(250)})}},{id:e(275),commandName:e(325),icon:r.IconHeading2,title:t(e(329)),description:t(e(224)),execute:t=>{const n=e;t[n(252)](n(325),{value:n(275)})}},{id:e(294),commandName:e(325),icon:r.IconHeading3,title:t(e(239)),description:t(e(271)),execute:t=>{const n=e;t[n(252)](n(325),{value:n(294)})}},{id:e(301),commandName:e(325),icon:r.IconHeading4,title:t(e(223)),description:t(e(303)),execute:t=>{const n=e;t[n(252)](n(325),{value:n(301)})}},{id:e(300),commandName:e(325),icon:r.IconHeading5,title:t(e(278)),description:t(e(255)),execute:t=>{const n=e;t[n(252)](n(325),{value:n(300)})}},{id:e(322),commandName:e(325),icon:r.IconHeading6,title:t(e(220)),description:t(e(238)),execute:t=>{const n=e;t[n(252)](n(325),{value:n(322)})}},{id:e(282),commandName:e(282),icon:r.IconHorizontalLine,title:t(e(339)),description:t(e(336))},{id:e(248),commandName:e(248),icon:r.IconHtml,title:t(e(319)),description:t(e(345))},{id:e(229),commandName:e(229),icon:r.IconIndent,title:t(e(323)),description:t(e(305))},{id:e(315),commandName:e(315),title:t(e(311)),description:t(e(288))},{id:e(235),commandName:e(235),icon:r.IconTable,title:t(e(281)),description:t(e(314))},{id:e(251),commandName:e(251),icon:r.IconTableOfContents,title:t(e(293)),description:t(e(247)),aliases:[e(284)]},{id:e(285),commandName:e(285),icon:r.IconNumberedList,title:t(e(280)),description:t(e(232))},{id:e(234),commandName:e(234),icon:r.IconOutdent,title:t(e(309)),description:t(e(330))},{id:e(265),commandName:e(265),icon:r.IconParagraph,title:t(e(249)),description:t(e(262))},{id:e(286),commandName:e(286),icon:r.IconTodoList,title:t(e(320)),description:t(e(267))}]}[o(277)](e){const t=o;return e[t(287)]?e[t(287)](this[t(328)]):!e[t(269)]||this[t(328)][t(273)][t(268)](e[t(269)])[t(287)]}[o(279)](e){const n=o;if(e[n(252)])e[n(252)](this[n(328)]);else{if(!e[n(269)])throw new t.CKEditorError(n(312),this[n(328)],{commandDefinition:e});this[n(328)][n(252)](e[n(269)])}}}function l(e,t){const n=o;return e[n(342)]<t[n(342)]?-1:e[n(342)]>t[n(342)]?1:0}function d(e,t){const n=o;return t+"-"+e[n(241)]()[n(257)](" ")[n(253)]("-")}const u=p;function m(){const e=["480764DJymGs","1246870JLtZHe","isOfficialPlugin","isPremiumPlugin","plugins","includes","8ZLwcNh","SlashCommandConfig","getMatchingCommands","concat","8694222yYQQvl","isEnabled","title","some","3knKUuo","editor","1475544XreYWe","toLowerCase","pluginName","SlashCommandEditing","aliases","filter","getAllowedCommands","push","876956LCoMQY","description","3186080QdppSJ","198NaPJSl","get","7396123TOsLrV","requires"];return(m=function(){return e})()}function p(e,t){const n=m();return(p=function(e,t){return n[e-=273]})(e,t)}!function(e){const t=p,n=e();for(;;)try{if(763427===-parseInt(t(277))/1+-parseInt(t(300))/2+-parseInt(t(298))/3*(parseInt(t(284))/4)+-parseInt(t(279))/5+parseInt(t(294))/6+-parseInt(t(282))/7*(parseInt(t(290))/8)+parseInt(t(280))/9*(parseInt(t(285))/10))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(m);class h extends e.Plugin{static get[u(302)](){return u(303)}static get[u(286)](){return!0}static get[u(287)](){return!0}static get[u(283)](){return[c]}[u(292)](e){const t=u,n=e&&e[t(301)]();let a=this[t(299)][t(288)][t(281)](t(291))[t(275)]();if(a=a[t(274)](e=>e[t(295)]()),n){const e=[],r=[],i=[],o=[];for(const s of a)s.id[t(301)]()[t(289)](n)?e[t(276)](s):s[t(296)][t(301)]()[t(289)](n)?r[t(276)](s):s[t(273)]&&s[t(273)][t(297)](e=>e[t(301)]()[t(289)](n))?i[t(276)](s):s[t(278)]&&s[t(278)][t(301)]()[t(289)](n)&&o[t(276)](s);a=e[t(293)](r,i,o)}return a}}var f=n(311);function g(e,t){const n=b();return(g=function(e,t){return n[e-=147]})(e,t)}const I=g;function b(){const e=["description","set","isIconColorInherited","3228066jyNUNM","title","11789000SRPAXL","icon","3910wDuwPf","2vENmdZ","iconView","_createTextPartView","span","ck-slash-command-button","ck-slash-command-button__description","setTemplate","639084hgvHox","103388vMZfHW","div","textPartView","1032hgPwkn","children","ck-slash-command-button__text-part","labelView","250440diDSxo","render","add","28679DBEwcp","2874wEXvpj","isColorInherited"];return(b=function(){return e})()}!function(e){const t=g,n=e();for(;;)try{if(446892===parseInt(t(158))/1+-parseInt(t(151))/2*(parseInt(t(166))/3)+-parseInt(t(159))/4+-parseInt(t(150))/5*(parseInt(t(170))/6)+parseInt(t(169))/7*(-parseInt(t(162))/8)+-parseInt(t(175))/9+parseInt(t(148))/10)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(b);class v extends f.ButtonView{constructor(e,t){const n=g;super(e),this[n(161)]=this[n(153)](e,t),void 0!==t[n(174)]&&(this[n(152)][n(171)]=t[n(174)]),this[n(173)]({icon:t[n(149)]||r.IconPlay,withText:!0,label:t[n(147)],class:n(155)})}[I(167)](){const e=I;super[e(167)](),this[e(163)][e(168)](this[e(161)])}[I(153)](e,t){const n=I,a=new f.View(e);return a[n(157)]({tag:n(160),attributes:{class:["ck",n(164)]},children:t[n(172)]?[this[n(165)],{tag:n(154),attributes:{class:["ck",n(156)]},children:[{text:t[n(172)]}]}]:[this[n(165)]]}),a}}var k=n(673),C=n.n(k),w=n(545),y=n.n(w),x=n(262),N=n.n(x),L=n(667),H=n.n(L),_=n(357),A=n.n(_),O=n(655),T={attributes:{"data-cke":!0}};T.setAttributes=H(),T.insert=N().bind(null,"head"),T.domAPI=y(),T.insertStyleElement=A();C()(O.A,T);O.A&&O.A.locals&&O.A.locals;function E(e,t){const n=M();return(E=function(e,t){return n[e-=297]})(e,t)}const P=E;function M(){const e=["editor","licenseKey","destroy","range","slashCommandLicenseKeyUsageLimit","ready","_customItemRenderer","render","bind","invalid","479574MDrFjm","config","set","10pYiCHn","slashCommandLicenseKeyExpired","_overrideMentionExecuteListener","pluginName","mention","25980wsEbNr","5PKtjQU","init","SlashCommand","slashCommand.dropdownLimit","remove","1409079nmRohb","slashCommandLicenseKeyEvaluationLimit","slashCommandLicenseKeyValid","element","slashCommandLicenseKeyNotAllowed","5mebwPb","expired","slashCommandLicenseKeyTrialLimit","_licenseKeyCheckInterval","push","model","SlashCommandUI","marker","plugins","locale","stop","change","getMatchingCommands","evaluationLimit","1356522YCnEeo","11DEgEGR","domainLimit","6acjKDD","_showLicenseError","trialLimit","_setupMentionConfiguration","isOfficialPlugin","5151936orTjEy","execute","get","slashCommandLicenseKeyInvalid","usageLimit","860176rsUVFi","isPremiumPlugin","21572qyGxQW","once","high","slashCommandLicenseKeyDomainLimit","SlashCommandEditing","commands","featureNotAllowed","mention.feeds"];return(M=function(){return e})()}!function(e){const t=E,n=e();for(;;)try{if(117924===parseInt(t(300))/1*(-parseInt(t(339))/2)+-parseInt(t(327))/3*(-parseInt(t(299))/4)+-parseInt(t(310))/5*(-parseInt(t(324))/6)+parseInt(t(305))/7+parseInt(t(337))/8+-parseInt(t(357))/9*(-parseInt(t(360))/10)+parseInt(t(325))/11*(-parseInt(t(332))/12))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(M);class j extends e.Plugin{[P(348)];[P(313)];static get[P(297)](){return P(316)}static get[P(331)](){return!0}static get[P(338)](){return!0}constructor(e){const t=P;super(e),this[t(330)]()}[P(301)](){const e=P;this[e(347)][e(340)](e(352),this[e(362)][e(355)](this)),this[e(348)]=this[e(347)][e(358)][e(334)](e(348));const t=this[e(347)];this[e(313)]=setInterval(()=>{const n=e;let a;for(const e in t){const r=e,i=t[r];if(n(307)==i||n(335)==i||n(361)==i||n(342)==i||n(309)==i||n(306)==i||n(312)==i||n(351)==i){delete t[r],a=i,clearInterval(this[n(313)]),this[n(313)]=void 0;break}}n(335)==a&&t[n(328)](n(356)),n(361)==a&&t[n(328)](n(311)),n(342)==a&&t[n(328)](n(326)),n(309)==a&&t[n(328)](n(345),n(302)),n(306)==a&&t[n(328)](n(323)),n(312)==a&&t[n(328)](n(329)),n(351)==a&&t[n(328)](n(336))},1e3)}[P(349)](){const e=P;super[e(349)](),this[e(313)]&&clearInterval(this[e(313)])}[P(330)](){const e=P,t=this[e(347)],n=this[e(347)][e(318)][e(334)](e(343)),a=t[e(358)][e(334)](e(346));a[e(314)]({marker:"/",feed:t=>n[e(322)](t),itemRenderer:this[e(353)][e(355)](this),dropdownLimit:t[e(358)][e(334)](e(303))||1/0}),t[e(358)][e(359)](e(346),a)}[P(362)](){const e=P,t=this[e(347)];t[e(344)][e(334)](e(298)).on(e(333),(n,a)=>{const r=e,i=a[0],o=t[r(315)];"/"===i[r(317)]&&o[r(321)](e=>{const t=r;e[t(304)](i[t(350)]),i[t(298)][t(333)](),n[t(320)]()})},{priority:e(341)})}[P(353)](e){const t=P,n=this[t(347)][t(319)],a=new v(n,e);return a[t(354)](),a[t(308)]}}var S=K;function D(){var e=["isPremiumPlugin","1062RNfqnP","165148qojrIu","164064ojfSzm","933nFtlxn","Mention","1808750qyjDrM","SlashCommand","2260HAwBTq","9LNIncc","5895ojrPLJ","isOfficialPlugin","663792CDiEpv","pluginName","11NeJhuY","7vButrW","requires","390640ADQpii"];return(D=function(){return e})()}function K(e,t){var n=D();return(K=function(e,t){return n[e-=359]})(e,t)}!function(e){for(var t=K,n=e();;)try{if(152543===parseInt(t(367))/1+-parseInt(t(364))/2+parseInt(t(369))/3*(parseInt(t(373))/4)+-parseInt(t(375))/5*(parseInt(t(366))/6)+parseInt(t(362))/7*(-parseInt(t(368))/8)+parseInt(t(374))/9*(parseInt(t(371))/10)+parseInt(t(361))/11*(parseInt(t(359))/12))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(D);class B extends e.Plugin{static get[S(363)](){return[S(370),h,j]}static get[S(360)](){return S(372)}static get[S(376)](){return!0}static get[S(365)](){return!0}}function q(){var e=["95329fUfvnh","2130HQctSl","130920QvSYui","1218lOkBsB","24RUQeZw","80130YqXUOU","2769400cAcXWp","342AKyHFY","5173gnPsZG","520536OLjgyV"];return(q=function(){return e})()}function z(e,t){var n=q();return(z=function(e,t){return n[e-=271]})(e,t)}!function(e){for(var t=z,n=e();;)try{if(216938===-parseInt(t(275))/1+parseInt(t(278))/2+-parseInt(t(274))/3+-parseInt(t(279))/4*(parseInt(t(280))/5)+parseInt(t(276))/6*(-parseInt(t(273))/7)+parseInt(t(271))/8+parseInt(t(272))/9*(parseInt(t(277))/10))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(q)})(),(window.CKEditor5=window.CKEditor5||{}).slashCommand=a})();
5
+ */(()=>{var e={168:e=>{"use strict";e.exports=function(e){return e[1]}},237:e=>{"use strict";e.exports=CKEditor5.dll},262:e=>{"use strict";var t={};e.exports=function(e,n){var a=function(e){if(void 0===t[e]){var n=document.querySelector(e);if(window.HTMLIFrameElement&&n instanceof window.HTMLIFrameElement)try{n=n.contentDocument.head}catch(e){n=null}t[e]=n}return t[e]}(e);if(!a)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");a.appendChild(n)}},311:(e,t,n)=>{e.exports=n(237)("./src/ui.js")},355:(e,t,n)=>{e.exports=n(237)("./src/icons.js")},357:e=>{"use strict";e.exports=function(e){var t=document.createElement("style");return e.setAttributes(t,e.attributes),e.insert(t,e.options),t}},433:e=>{"use strict";e.exports=function(e){var t=[];return t.toString=function(){return this.map(function(t){var n="",a=void 0!==t[5];return t[4]&&(n+="@supports (".concat(t[4],") {")),t[2]&&(n+="@media ".concat(t[2]," {")),a&&(n+="@layer".concat(t[5].length>0?" ".concat(t[5]):""," {")),n+=e(t),a&&(n+="}"),t[2]&&(n+="}"),t[4]&&(n+="}"),n}).join("")},t.i=function(e,n,a,r,i){"string"==typeof e&&(e=[[null,e,void 0]]);var o={};if(a)for(var s=0;s<this.length;s++){var c=this[s][0];null!=c&&(o[c]=!0)}for(var l=0;l<e.length;l++){var d=[].concat(e[l]);a&&o[d[0]]||(void 0!==i&&(void 0===d[5]||(d[1]="@layer".concat(d[5].length>0?" ".concat(d[5]):""," {").concat(d[1],"}")),d[5]=i),n&&(d[2]?(d[1]="@media ".concat(d[2]," {").concat(d[1],"}"),d[2]=n):d[2]=n),r&&(d[4]?(d[1]="@supports (".concat(d[4],") {").concat(d[1],"}"),d[4]=r):d[4]="".concat(r)),t.push(d))}},t}},545:e=>{"use strict";var t,n=(t=[],function(e,n){return t[e]=n,t.filter(Boolean).join("\n")});function a(e,t,a,r){var i;if(a)i="";else{i="",r.supports&&(i+="@supports (".concat(r.supports,") {")),r.media&&(i+="@media ".concat(r.media," {"));var o=void 0!==r.layer;o&&(i+="@layer".concat(r.layer.length>0?" ".concat(r.layer):""," {")),i+=r.css,o&&(i+="}"),r.media&&(i+="}"),r.supports&&(i+="}")}if(e.styleSheet)e.styleSheet.cssText=n(t,i);else{var s=document.createTextNode(i),c=e.childNodes;c[t]&&e.removeChild(c[t]),c.length?e.insertBefore(s,c[t]):e.appendChild(s)}}var r={singleton:null,singletonCounter:0};e.exports=function(e){if("undefined"==typeof document)return{update:function(){},remove:function(){}};var t=r.singletonCounter++,n=r.singleton||(r.singleton=e.insertStyleElement(e));return{update:function(e){a(n,t,!1,e)},remove:function(e){a(n,t,!0,e)}}}},584:(e,t,n)=>{e.exports=n(237)("./src/utils.js")},655:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(168),r=n.n(a),i=n(433),o=n.n(i)()(r());o.push([e.id,":root{--ck-slash-command-button-width:250px;--ck-slash-command-description-width:200px}.ck-mentions .ck.ck-button.ck-slash-command-button{display:flex;justify-content:flex-start;padding:calc(var(--ck-line-height-base)*.2*var(--ck-font-size-base));width:var(--ck-slash-command-button-width)}.ck-mentions .ck.ck-button.ck-slash-command-button .ck.ck-icon{background-color:var(--ck-color-base-background);border-radius:2px;box-sizing:initial;color:var(--ck-color-base-text);flex-shrink:0;margin-left:0;padding:5px}[dir=ltr] .ck-mentions .ck.ck-button.ck-slash-command-button .ck.ck-icon{margin:0 var(--ck-spacing-small) 0 0}[dir=rtl] .ck-mentions .ck.ck-button.ck-slash-command-button .ck.ck-icon{margin:0 0 0 var(--ck-spacing-small)}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part{display:flex;flex-direction:column}[dir=ltr] .ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part{margin-left:var(--ck-spacing-small)}[dir=rtl] .ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part{margin-right:var(--ck-spacing-small)}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>span{line-height:1.2em}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-button__label,.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-slash-command-button__description{overflow:hidden;text-overflow:ellipsis;width:var(--ck-slash-command-description-width)}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-button__label{font-weight:700}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-slash-command-button__description{font-size:var(--ck-font-size-small);opacity:.75}.ck-mentions .ck.ck-button.ck-slash-command-button.ck-on>.ck-slash-command-button__text-part>span{color:var(--ck-color-list-button-on-text)}",""]);const s=o},667:e=>{"use strict";e.exports=function(e,t){Object.keys(t).forEach(function(n){e.setAttribute(n,t[n])})}},673:e=>{"use strict";var t=[];function n(e){for(var n=-1,a=0;a<t.length;a++)if(t[a].identifier===e){n=a;break}return n}function a(e,a){for(var i={},o=[],s=0;s<e.length;s++){var c=e[s],l=a.base?c[0]+a.base:c[0],d=i[l]||0,u="".concat(l," ").concat(d);i[l]=d+1;var m=n(u),p={css:c[1],media:c[2],sourceMap:c[3],supports:c[4],layer:c[5]};if(-1!==m)t[m].references++,t[m].updater(p);else{var h=r(p,a);a.byIndex=s,t.splice(s,0,{identifier:u,updater:h,references:1})}o.push(u)}return o}function r(e,t){var n=t.domAPI(t);n.update(e);return function(t){if(t){if(t.css===e.css&&t.media===e.media&&t.sourceMap===e.sourceMap&&t.supports===e.supports&&t.layer===e.layer)return;n.update(e=t)}else n.remove()}}e.exports=function(e,r){var i=a(e=e||[],r=r||{});return function(e){e=e||[];for(var o=0;o<i.length;o++){var s=n(i[o]);t[s].references--}for(var c=a(e,r),l=0;l<i.length;l++){var d=n(i[l]);0===t[d].references&&(t[d].updater(),t.splice(d,1))}i=c}}},782:(e,t,n)=>{e.exports=n(237)("./src/core.js")}},t={};function n(a){var r=t[a];if(void 0!==r)return r.exports;var i=t[a]={id:a,exports:{}};return e[a](i,i.exports,n),i.exports}n.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return n.d(t,{a:t}),t},n.d=(e,t)=>{for(var a in t)n.o(t,a)&&!n.o(e,a)&&Object.defineProperty(e,a,{enumerable:!0,get:t[a]})},n.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),n.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var a={};(()=>{"use strict";n.r(a),n.d(a,{SlashCommand:()=>K,SlashCommandConfig:()=>s,SlashCommandEditing:()=>h,SlashCommandUI:()=>S});var e=n(782),t=n(584),r=n(355);const i=o;function o(e,t){const n=c();return(o=function(e,t){return n[e-=145]})(e,t)}!function(e){const t=o,n=e();for(;;)try{if(579081===-parseInt(t(213))/1+parseInt(t(169))/2+-parseInt(t(275))/3+parseInt(t(267))/4+parseInt(t(153))/5*(parseInt(t(218))/6)+-parseInt(t(187))/7*(-parseInt(t(251))/8)+-parseInt(t(222))/9)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(c);class s extends e.Plugin{static get[i(238)](){return i(161)}static get[i(176)](){return!0}static get[i(198)](){return!0}constructor(e){const t=i;super(e),this[t(189)]=null}[i(229)](){const e=i,n=this[e(230)][e(163)][e(274)](e(214))||[],a=function(t){const n=e;let a=[n(192),n(201),n(256)];if(t){const e=t[n(235)](e=>e[n(180)]);a=[n(271),n(215),n(193),n(192),n(201),n(256)][n(243)](t=>!e[n(196)](t))}return a}(this[e(230)][e(163)][e(274)](e(208)));let r=this[e(226)]()[e(243)](t=>!a[e(196)](t.id))[e(243)](t=>!n[e(196)](t[e(269)]));const s=this[e(230)][e(163)][e(274)](e(232));s&&s[e(197)]&&(r=r[e(178)](s));const c=this[e(230)][e(163)][e(274)](e(247));c&&c[e(197)]&&(r=r[e(178)](function(t){const n=e;return t[n(235)](e=>{const t=n,{title:a,icon:r,description:i,data:o}=e,s={id:d(a,t(200)),commandName:t(181),execute:e=>{const n=t;e[n(264)](n(181),o)},description:i,icon:r,title:a};return r&&(s[t(225)]=!1),s})}(c)));const u=this[e(230)][e(163)][e(274)](e(242));u&&u[e(197)]&&(r=r[e(178)](function(t){const n=e;return t[n(235)](e=>({id:d(e[n(204)],n(244)),commandName:n(244),execute:t=>{const a=n;t[a(264)](a(244),{styleName:e[a(204)]})},isEnabled:t=>{const a=n,r=t[a(234)][a(274)](a(244));return r[a(248)]&&r[a(168)][a(196)](e[a(204)])},title:e[n(204)]}))}(u)));const m=r[e(243)](t=>!t[e(269)]||void 0!==this[e(230)][e(234)][e(274)](t[e(269)])),p=[];for(const t of m)p[e(228)]({id:t.id,commandName:t[e(269)],title:e(171)==typeof t[e(146)]?t[e(146)](this[e(230)]):t[e(146)],description:t[e(272)],icon:t[e(199)],isIconColorInherited:t[e(225)],aliases:t[e(150)],isEnabled:()=>this[e(160)](t),execute:()=>this[e(221)](t)});this[e(189)]=p[e(170)](l),async function(e){const n=g([97,106,114,103,117,121,69,102,111,70,55,86,105,84,100,54,119,80,48,122,118,53,50,108,73,120,87,72,113,81,85,51,65,75,52,89,79,90,66,112,67,56,101,77,99,88,57,98,83,49,116,115,82,107,71,104,110,78,74,76,68,109]),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(235)](e=>String[t(223)](e))[t(162)]("")}!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([97]);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{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:1751846400;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(159)]);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([102,105,108,116,101,114])](e=>e[g([108,101,110,103,116,104])]<=r[g([108,101,110,103,116,104])])[g([109,97,112])](e=>Array(r[g([108,101,110,103,116,104])]-e[g([108,101,110,103,116,104])])[g([102,105,108,108])](e[0]===g([42])?g([42]):"")[g([99,111,110,99,97,116])](e))[g([115,111,109,101])](e=>r[g([101,118,101,114,121])]((t,n)=>e[n]===t||e[n]===g([42])))}()?(e[g([108,105,99,101,110,115,101,84,121,112,101])]==g([101,118,97,108,117,97,116,105,111,110])&&(n=l(g([69,118,97,108,117,97,116,105,111,110,76,105,109,105,116]))),e[g([108,105,99,101,110,115,101,84,121,112,101])]==g([116,114,105,97,108])&&(n=l(g([84,114,105,97,108,76,105,109,105,116]))),await(n&&f?new(window[g([80,114,111,109,105,115,101])])((e,t)=>{n[g([116,104,101,110])](e,t),f[g([116,104,101,110])](t=>{t!=g([86,97,108,105,100])&&e(t)},t)}):n||f||g([86,97,108,105,100]))):g([68,111,109,97,105,110,76,105,109,105,116]):g([78,111,116,65,108,108,111,119,101,100]):g([73,110,118,97,108,105,100])):g([73,110,118,97,108,105,100]))}catch{return g([73,110,118,97,108,105,100])}}())}(this)}[i(252)](){return this[i(189)]}[i(226)](){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(230)][e(149)],t);return[{id:e(155),commandName:e(205),icon:r.IconRobotPencil,title:t(e(270)),description:t(e(262)),execute:t=>{const n=e;setTimeout(()=>t[n(264)](n(205)))}},{id:e(188),commandName:e(188),icon:r.IconQuote,title:t(e(151)),description:t(e(219))},{id:e(183),commandName:e(183),icon:r.IconBulletedList,title:t(e(220)),description:t(e(156))},{id:e(209),commandName:e(209),icon:r.IconCodeBlock,title:t(e(257)),description:t(e(266))},{id:e(261),commandName:e(261),icon:r.IconBrowseFiles,title:t(e(265)),description:t(e(259)),aliases:[e(263),e(227),e(164)]},{id:e(263),commandName:e(263),icon:r.IconBrowseFiles,title:t(e(237)),description:t(e(273)),aliases:[e(261),e(227),e(164)]},{id:e(190),commandName:e(190),icon:r.IconEmoji,title:t(e(258)),description:t(e(253)),execute:t=>{const n=e;setTimeout(()=>t[n(264)](n(190)))}},{id:e(271),commandName:e(216),icon:r.IconHeading1,title:t(e(177)),description:t(e(184)),execute:t=>{const n=e;t[n(264)](n(216),{value:n(271)})}},{id:e(215),commandName:e(216),icon:r.IconHeading2,title:t(e(154)),description:t(e(210)),execute:t=>{const n=e;t[n(264)](n(216),{value:n(215)})}},{id:e(193),commandName:e(216),icon:r.IconHeading3,title:t(e(202)),description:t(e(207)),execute:t=>{const n=e;t[n(264)](n(216),{value:n(193)})}},{id:e(192),commandName:e(216),icon:r.IconHeading4,title:t(e(173)),description:t(e(147)),execute:t=>{const n=e;t[n(264)](n(216),{value:n(192)})}},{id:e(201),commandName:e(216),icon:r.IconHeading5,title:t(e(236)),description:t(e(239)),execute:t=>{const n=e;t[n(264)](n(216),{value:n(201)})}},{id:e(256),commandName:e(216),icon:r.IconHeading6,title:t(e(206)),description:t(e(233)),execute:t=>{const n=e;t[n(264)](n(216),{value:n(256)})}},{id:e(145),commandName:e(145),icon:r.IconHorizontalLine,title:t(e(224)),description:t(e(182))},{id:e(249),commandName:e(249),icon:r.IconHtml,title:t(e(217)),description:t(e(179))},{id:e(172),commandName:e(172),icon:r.IconIndent,title:t(e(240)),description:t(e(186))},{id:e(174),commandName:e(174),title:t(e(231)),description:t(e(148))},{id:e(260),commandName:e(260),icon:r.IconTable,title:t(e(185)),description:t(e(167))},{id:e(175),commandName:e(175),icon:r.IconTableOfContents,title:t(e(203)),description:t(e(250)),aliases:[e(246)]},{id:e(158),commandName:e(158),icon:r.IconNumberedList,title:t(e(195)),description:t(e(157))},{id:e(191),commandName:e(191),icon:r.IconOutdent,title:t(e(268)),description:t(e(254))},{id:e(152),commandName:e(152),icon:r.IconParagraph,title:t(e(165)),description:t(e(245))},{id:e(194),commandName:e(194),icon:r.IconTodoList,title:t(e(212)),description:t(e(255))}]}[i(160)](e){const t=i;return e[t(248)]?e[t(248)](this[t(230)]):!e[t(269)]||this[t(230)][t(234)][t(274)](e[t(269)])[t(248)]}[i(221)](e){const n=i;if(e[n(264)])e[n(264)](this[n(230)]);else{if(!e[n(269)])throw new t.CKEditorError(n(241),this[n(230)],{commandDefinition:e});this[n(230)][n(264)](e[n(269)])}}}function c(){const e=["Bulleted list","_proxyExecute","8407926lWGFRj","fromCharCode","Horizontal line","isIconColorInherited","getDefaultCommands","filemanager","push","afterInit","editor","Insert Mermaid diagram","slashCommand.extraCommands","Create a heading level 6","commands","map","Heading 5","Insert image","pluginName","Create a heading level 5","Increase indent","slash-command-execute-missing","style.definitions","filter","style","Insert a paragraph","toc","template.definitions","isEnabled","htmlEmbed","Insert table of contents","3596296BmhWhn","getAllowedCommands","Insert an emoji","Decrease the indentation","Create a to-do list","heading6","Insert code block","Emoji","Open file manager to insert an image or a file","insertTable","ckbox","Open the AI Assistant to generate content","ckfinder","execute","Open file manager","Create a code block","3726532fuJVyo","Decrease indent","commandName","AI Assistant","heading1","description","Open file browser to insert an image or a file","get","3413949ngeBLa","horizontalLine","title","Create a heading level 4","Insert the Mermaid diagram","locale","aliases","Block quote","paragraph","8975fxQsEV","Heading 2","aiAssistant","Create a bulleted list","Create a numbered list","numberedList","href","_proxyIsEnabled","SlashCommandConfig","join","config","upload","Paragraph","split","Create a table","enabledStyles","2206214bLlMYU","sort","function","indent","Heading 4","insertMermaidCommand","insertTableOfContents","isOfficialPlugin","Heading 1","concat","Insert an HTML snippet","model","insertTemplate","Insert a horizontal line","bulletedList","Create a heading level 1","Insert table","Increase the indentation","7HKMQqB","blockQuote","_allowedCommands","emoji","outdent","heading4","heading3","todoList","Numbered list","includes","length","isPremiumPlugin","icon","template","heading5","Heading 3","Table of contents","name","showAIAssistant","Heading 6","Create a heading level 3","heading.options","codeBlock","Create a heading level 2","toLowerCase","To-do list","570744wXMhbB","slashCommand.removeCommands","heading2","heading","Insert HTML","2466fayPMV","Create a block quote"];return(c=function(){return e})()}function l(e,t){const n=i;return e[n(146)]<t[n(146)]?-1:e[n(146)]>t[n(146)]?1:0}function d(e,t){const n=i;return t+"-"+e[n(211)]()[n(166)](" ")[n(162)]("-")}const u=p;function m(){const e=["480764DJymGs","1246870JLtZHe","isOfficialPlugin","isPremiumPlugin","plugins","includes","8ZLwcNh","SlashCommandConfig","getMatchingCommands","concat","8694222yYQQvl","isEnabled","title","some","3knKUuo","editor","1475544XreYWe","toLowerCase","pluginName","SlashCommandEditing","aliases","filter","getAllowedCommands","push","876956LCoMQY","description","3186080QdppSJ","198NaPJSl","get","7396123TOsLrV","requires"];return(m=function(){return e})()}function p(e,t){const n=m();return(p=function(e,t){return n[e-=273]})(e,t)}!function(e){const t=p,n=e();for(;;)try{if(763427===-parseInt(t(277))/1+-parseInt(t(300))/2+-parseInt(t(298))/3*(parseInt(t(284))/4)+-parseInt(t(279))/5+parseInt(t(294))/6+-parseInt(t(282))/7*(parseInt(t(290))/8)+parseInt(t(280))/9*(parseInt(t(285))/10))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(m);class h extends e.Plugin{static get[u(302)](){return u(303)}static get[u(286)](){return!0}static get[u(287)](){return!0}static get[u(283)](){return[s]}[u(292)](e){const t=u,n=e&&e[t(301)]();let a=this[t(299)][t(288)][t(281)](t(291))[t(275)]();if(a=a[t(274)](e=>e[t(295)]()),n){const e=[],r=[],i=[],o=[];for(const s of a)s.id[t(301)]()[t(289)](n)?e[t(276)](s):s[t(296)][t(301)]()[t(289)](n)?r[t(276)](s):s[t(273)]&&s[t(273)][t(297)](e=>e[t(301)]()[t(289)](n))?i[t(276)](s):s[t(278)]&&s[t(278)][t(301)]()[t(289)](n)&&o[t(276)](s);a=e[t(293)](r,i,o)}return a}}var f=n(311);function g(e,t){const n=b();return(g=function(e,t){return n[e-=147]})(e,t)}const I=g;function b(){const e=["description","set","isIconColorInherited","3228066jyNUNM","title","11789000SRPAXL","icon","3910wDuwPf","2vENmdZ","iconView","_createTextPartView","span","ck-slash-command-button","ck-slash-command-button__description","setTemplate","639084hgvHox","103388vMZfHW","div","textPartView","1032hgPwkn","children","ck-slash-command-button__text-part","labelView","250440diDSxo","render","add","28679DBEwcp","2874wEXvpj","isColorInherited"];return(b=function(){return e})()}!function(e){const t=g,n=e();for(;;)try{if(446892===parseInt(t(158))/1+-parseInt(t(151))/2*(parseInt(t(166))/3)+-parseInt(t(159))/4+-parseInt(t(150))/5*(parseInt(t(170))/6)+parseInt(t(169))/7*(-parseInt(t(162))/8)+-parseInt(t(175))/9+parseInt(t(148))/10)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(b);class v extends f.ButtonView{constructor(e,t){const n=g;super(e),this[n(161)]=this[n(153)](e,t),void 0!==t[n(174)]&&(this[n(152)][n(171)]=t[n(174)]),this[n(173)]({icon:t[n(149)]||r.IconPlay,withText:!0,label:t[n(147)],class:n(155)})}[I(167)](){const e=I;super[e(167)](),this[e(163)][e(168)](this[e(161)])}[I(153)](e,t){const n=I,a=new f.View(e);return a[n(157)]({tag:n(160),attributes:{class:["ck",n(164)]},children:t[n(172)]?[this[n(165)],{tag:n(154),attributes:{class:["ck",n(156)]},children:[{text:t[n(172)]}]}]:[this[n(165)]]}),a}}var k=n(673),w=n.n(k),C=n(545),y=n.n(C),x=n(262),N=n.n(x),L=n(667),H=n.n(L),_=n(357),A=n.n(_),T=n(655),O={attributes:{"data-cke":!0}};O.setAttributes=H(),O.insert=N().bind(null,"head"),O.domAPI=y(),O.insertStyleElement=A();w()(T.A,O);T.A&&T.A.locals&&T.A.locals;function M(e,t){const n=P();return(M=function(e,t){return n[e-=297]})(e,t)}const E=M;function P(){const e=["editor","licenseKey","destroy","range","slashCommandLicenseKeyUsageLimit","ready","_customItemRenderer","render","bind","invalid","479574MDrFjm","config","set","10pYiCHn","slashCommandLicenseKeyExpired","_overrideMentionExecuteListener","pluginName","mention","25980wsEbNr","5PKtjQU","init","SlashCommand","slashCommand.dropdownLimit","remove","1409079nmRohb","slashCommandLicenseKeyEvaluationLimit","slashCommandLicenseKeyValid","element","slashCommandLicenseKeyNotAllowed","5mebwPb","expired","slashCommandLicenseKeyTrialLimit","_licenseKeyCheckInterval","push","model","SlashCommandUI","marker","plugins","locale","stop","change","getMatchingCommands","evaluationLimit","1356522YCnEeo","11DEgEGR","domainLimit","6acjKDD","_showLicenseError","trialLimit","_setupMentionConfiguration","isOfficialPlugin","5151936orTjEy","execute","get","slashCommandLicenseKeyInvalid","usageLimit","860176rsUVFi","isPremiumPlugin","21572qyGxQW","once","high","slashCommandLicenseKeyDomainLimit","SlashCommandEditing","commands","featureNotAllowed","mention.feeds"];return(P=function(){return e})()}!function(e){const t=M,n=e();for(;;)try{if(117924===parseInt(t(300))/1*(-parseInt(t(339))/2)+-parseInt(t(327))/3*(-parseInt(t(299))/4)+-parseInt(t(310))/5*(-parseInt(t(324))/6)+parseInt(t(305))/7+parseInt(t(337))/8+-parseInt(t(357))/9*(-parseInt(t(360))/10)+parseInt(t(325))/11*(-parseInt(t(332))/12))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(P);class S extends e.Plugin{[E(348)];[E(313)];static get[E(297)](){return E(316)}static get[E(331)](){return!0}static get[E(338)](){return!0}constructor(e){const t=E;super(e),this[t(330)]()}[E(301)](){const e=E;this[e(347)][e(340)](e(352),this[e(362)][e(355)](this)),this[e(348)]=this[e(347)][e(358)][e(334)](e(348));const t=this[e(347)];this[e(313)]=setInterval(()=>{const n=e;let a;for(const e in t){const r=e,i=t[r];if(n(307)==i||n(335)==i||n(361)==i||n(342)==i||n(309)==i||n(306)==i||n(312)==i||n(351)==i){delete t[r],a=i,clearInterval(this[n(313)]),this[n(313)]=void 0;break}}n(335)==a&&t[n(328)](n(356)),n(361)==a&&t[n(328)](n(311)),n(342)==a&&t[n(328)](n(326)),n(309)==a&&t[n(328)](n(345),n(302)),n(306)==a&&t[n(328)](n(323)),n(312)==a&&t[n(328)](n(329)),n(351)==a&&t[n(328)](n(336))},1e3)}[E(349)](){const e=E;super[e(349)](),this[e(313)]&&clearInterval(this[e(313)])}[E(330)](){const e=E,t=this[e(347)],n=this[e(347)][e(318)][e(334)](e(343)),a=t[e(358)][e(334)](e(346));a[e(314)]({marker:"/",feed:t=>n[e(322)](t),itemRenderer:this[e(353)][e(355)](this),dropdownLimit:t[e(358)][e(334)](e(303))||1/0}),t[e(358)][e(359)](e(346),a)}[E(362)](){const e=E,t=this[e(347)];t[e(344)][e(334)](e(298)).on(e(333),(n,a)=>{const r=e,i=a[0],o=t[r(315)];"/"===i[r(317)]&&o[r(321)](e=>{const t=r;e[t(304)](i[t(350)]),i[t(298)][t(333)](),n[t(320)]()})},{priority:e(341)})}[E(353)](e){const t=E,n=this[t(347)][t(319)],a=new v(n,e);return a[t(354)](),a[t(308)]}}var j=B;function D(){var e=["isPremiumPlugin","1062RNfqnP","165148qojrIu","164064ojfSzm","933nFtlxn","Mention","1808750qyjDrM","SlashCommand","2260HAwBTq","9LNIncc","5895ojrPLJ","isOfficialPlugin","663792CDiEpv","pluginName","11NeJhuY","7vButrW","requires","390640ADQpii"];return(D=function(){return e})()}function B(e,t){var n=D();return(B=function(e,t){return n[e-=359]})(e,t)}!function(e){for(var t=B,n=e();;)try{if(152543===parseInt(t(367))/1+-parseInt(t(364))/2+parseInt(t(369))/3*(parseInt(t(373))/4)+-parseInt(t(375))/5*(parseInt(t(366))/6)+parseInt(t(362))/7*(-parseInt(t(368))/8)+parseInt(t(374))/9*(parseInt(t(371))/10)+parseInt(t(361))/11*(parseInt(t(359))/12))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(D);class K extends e.Plugin{static get[j(363)](){return[j(370),h,S]}static get[j(360)](){return j(372)}static get[j(376)](){return!0}static get[j(365)](){return!0}}function q(){var e=["95329fUfvnh","2130HQctSl","130920QvSYui","1218lOkBsB","24RUQeZw","80130YqXUOU","2769400cAcXWp","342AKyHFY","5173gnPsZG","520536OLjgyV"];return(q=function(){return e})()}function z(e,t){var n=q();return(z=function(e,t){return n[e-=271]})(e,t)}!function(e){for(var t=z,n=e();;)try{if(216938===-parseInt(t(275))/1+parseInt(t(278))/2+-parseInt(t(274))/3+-parseInt(t(279))/4*(parseInt(t(280))/5)+parseInt(t(276))/6*(-parseInt(t(273))/7)+parseInt(t(271))/8+parseInt(t(272))/9*(parseInt(t(277))/10))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(q)})(),(window.CKEditor5=window.CKEditor5||{}).slashCommand=a})();
package/dist/index.js CHANGED
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- import{Plugin as _0x2d9b57}from'@ckeditor/ckeditor5-core/dist/index.js';import{CKEditorError as _0x5865d6,uid as _0x28f564}from'@ckeditor/ckeditor5-utils/dist/index.js';import{IconRobotPencil as _0x36b91,IconQuote as _0x419bc1,IconBulletedList as _0x16ceb6,IconCodeBlock as _0x52a258,IconBrowseFiles as _0x30cd11,IconEmoji as _0x59a3a5,IconHeading1 as _0x13fc1d,IconHeading2 as _0x3990c1,IconHeading3 as _0x363988,IconHeading4 as _0x4887d6,IconHeading5 as _0x1fcefc,IconHeading6 as _0x3d399b,IconHorizontalLine as _0x219e37,IconHtml as _0x439973,IconIndent as _0x2d337e,IconTable as _0x54eee7,IconTableOfContents as _0x2692b1,IconNumberedList as _0x4b2791,IconOutdent as _0x285737,IconParagraph as _0x20442e,IconTodoList as _0xad522c,IconPlay as _0x5a60e7}from'@ckeditor/ckeditor5-icons/dist/index.js';import{ButtonView as _0x2a4f0a,View as _0x1ef79b}from'@ckeditor/ckeditor5-ui/dist/index.js';class P extends _0x2d9b57{static get['pluginName'](){return'SlashCommandConfig';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x305445){super(_0x305445),this['_allowedCommands']=null;}['afterInit'](){const _0x5388a7=this['editor']['config']['get']('slashCommand.removeCommands')||[],_0x3cdced=function(_0xc29b5d){let _0x2e3452=['heading4','heading5','heading6'];if(_0xc29b5d){const _0xfdb5d1=_0xc29b5d['map'](_0x28c31e=>_0x28c31e['model']);_0x2e3452=['heading1','heading2','heading3','heading4','heading5','heading6']['filter'](_0x1013b8=>!_0xfdb5d1['includes'](_0x1013b8));}return _0x2e3452;}(this['editor']['config']['get']('heading.options'));let _0xbfed10=this['getDefaultCommands']()['filter'](_0x88e0df=>!_0x3cdced['includes'](_0x88e0df['id']))['filter'](_0x1133bd=>!_0x5388a7['includes'](_0x1133bd['commandName']));const _0x458a19=this['editor']['config']['get']('slashCommand.extraCommands');_0x458a19&&_0x458a19['length']&&(_0xbfed10=_0xbfed10['concat'](_0x458a19));const _0x1e2d5e=this['editor']['config']['get']('template.definitions');_0x1e2d5e&&_0x1e2d5e['length']&&(_0xbfed10=_0xbfed10['concat'](function(_0x1aa786){return _0x1aa786['map'](_0x5b3a74=>{const {title:_0x1f8786,icon:_0x792725,description:_0x25ceff,data:_0x2e9bcb}=_0x5b3a74,_0x1d5157={'id':L(_0x1f8786,'template'),'commandName':'insertTemplate','execute':_0x177106=>{_0x177106['execute']('insertTemplate',_0x2e9bcb);},'description':_0x25ceff,'icon':_0x792725,'title':_0x1f8786};return _0x792725&&(_0x1d5157['isIconColorInherited']=!0x1),_0x1d5157;});}(_0x1e2d5e)));const _0x298f30=this['editor']['config']['get']('style.definitions');_0x298f30&&_0x298f30['length']&&(_0xbfed10=_0xbfed10['concat'](function(_0x23e4aa){return _0x23e4aa['map'](_0x2c870a=>({'id':L(_0x2c870a['name'],'style'),'commandName':'style','execute':_0x5b7937=>{_0x5b7937['execute']('style',{'styleName':_0x2c870a['name']});},'isEnabled':_0x17880e=>{const _0x3c31f5=_0x17880e['commands']['get']('style');return _0x3c31f5['isEnabled']&&_0x3c31f5['enabledStyles']['includes'](_0x2c870a['name']);},'title':_0x2c870a['name']}));}(_0x298f30)));const _0x449daf=_0xbfed10['filter'](_0x327b70=>!_0x327b70['commandName']||void 0x0!==this['editor']['commands']['get'](_0x327b70['commandName'])),_0x4d2600=[];for(const _0x329f84 of _0x449daf)_0x4d2600['push']({'id':_0x329f84['id'],'commandName':_0x329f84['commandName'],'title':'function'==typeof _0x329f84['title']?_0x329f84['title'](this['editor']):_0x329f84['title'],'description':_0x329f84['description'],'icon':_0x329f84['icon'],'isIconColorInherited':_0x329f84['isIconColorInherited'],'aliases':_0x329f84['aliases'],'isEnabled':()=>this['_proxyIsEnabled'](_0x329f84),'execute':()=>this['_proxyExecute'](_0x329f84)});this['_allowedCommands']=_0x4d2600['sort'](j),async function(_0x41f33b){const _0x2e9f8a=_0x624932([0x50,0x45,0x70,0x32,0x4b,0x38,0x73,0x55,0x4e,0x6d,0x52,0x69,0x36,0x30,0x5a,0x4d,0x59,0x79,0x41,0x39,0x72,0x64,0x46,0x61,0x77,0x6e,0x65,0x49,0x42,0x7a,0x74,0x56,0x6c,0x78,0x76,0x43,0x51,0x63,0x6b,0x75,0x34,0x31,0x37,0x6f,0x4a,0x47,0x54,0x62,0x33,0x44,0x58,0x68,0x66,0x4c,0x6a,0x4f,0x53,0x57,0x67,0x71,0x35,0x48]),_0x5d1108=0x263ae8ba,_0xa9b461=0x263d8472^_0x5d1108,_0x14264a=window[_0x624932([0x44,0x61,0x74,0x65])][_0x624932([0x6e,0x6f,0x77])](),_0x407565=_0x41f33b[_0x624932([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x22b332=new window[(_0x624932([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x3657d6=>{_0x407565[_0x624932([0x6f,0x6e,0x63,0x65])](_0x624932([0x72,0x65,0x61,0x64,0x79]),_0x3657d6);}),_0x2bdd5f={[_0x624932([0x6b,0x74,0x79])]:_0x624932([0x45,0x43]),[_0x624932([0x75,0x73,0x65])]:_0x624932([0x73,0x69,0x67]),[_0x624932([0x63,0x72,0x76])]:_0x624932([0x50,0x2d,0x32,0x35,0x36]),[_0x624932([0x78])]:_0x624932([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]),[_0x624932([0x79])]:_0x624932([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]),[_0x624932([0x61,0x6c,0x67])]:_0x624932([0x45,0x53,0x32,0x35,0x36])},_0x4cd79c=_0x407565[_0x624932([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x624932([0x67,0x65,0x74])](_0x624932([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x5d0009(){let _0x222748,_0x352458=null,_0x3a7906=null;try{if(_0x4cd79c==_0x624932([0x47,0x50,0x4c]))return _0x624932([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x222748=_0x5abc22(),!_0x222748)return _0x624932([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x222748[_0x624932([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x3a7906=_0x2f82e4(_0x222748[_0x624932([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x222748[_0x624932([0x6a,0x74,0x69])])),await _0x3fcd53()?_0x20acf8()?_0x215ff6()?_0x624932([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x50f320()?(_0x222748[_0x624932([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x624932([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x352458=_0x2b9030(_0x624932([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x222748[_0x624932([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x624932([0x74,0x72,0x69,0x61,0x6c])&&(_0x352458=_0x2b9030(_0x624932([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x23d863()):_0x624932([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x624932([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x624932([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x624932([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x215ff6(){const _0x503638=[_0x624932([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x624932([0x74,0x72,0x69,0x61,0x6c])][_0x624932([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x222748[_0x624932([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x14264a/0x3e8:0xe10*_0xa9b461;return _0x222748[_0x624932([0x65,0x78,0x70])]<_0x503638;}function _0x20acf8(){const _0x2c83d1=_0x222748[_0x624932([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x2c83d1&&(!!_0x2c83d1[_0x624932([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x624932([0x2a]))||(!!_0x2c83d1[_0x624932([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x624932([0x53,0x43]))||!!_0x2c83d1[_0x624932([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x624932([0x50,0x50]))));}function _0x50f320(){const _0x1ae28b=_0x222748[_0x624932([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x1ae28b||0x0==_0x1ae28b[_0x624932([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x3fc9da}=new URL(window[_0x624932([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x1ae28b[_0x624932([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3fc9da))return!0x0;const _0x191403=_0x3fc9da[_0x624932([0x73,0x70,0x6c,0x69,0x74])](_0x624932([0x2e]));return _0x1ae28b[_0x624932([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x7e2a2=>_0x7e2a2[_0x624932([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x624932([0x2a])))[_0x624932([0x6d,0x61,0x70])](_0x1cf00b=>_0x1cf00b[_0x624932([0x73,0x70,0x6c,0x69,0x74])](_0x624932([0x2e])))[_0x624932([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x3ea997=>_0x3ea997[_0x624932([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x191403[_0x624932([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x624932([0x6d,0x61,0x70])](_0x13cdfe=>Array(_0x191403[_0x624932([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x13cdfe[_0x624932([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x624932([0x66,0x69,0x6c,0x6c])](_0x13cdfe[0x0]===_0x624932([0x2a])?_0x624932([0x2a]):'')[_0x624932([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x13cdfe))[_0x624932([0x73,0x6f,0x6d,0x65])](_0x3349ba=>_0x191403[_0x624932([0x65,0x76,0x65,0x72,0x79])]((_0x36fe8f,_0x51f21a)=>_0x3349ba[_0x51f21a]===_0x36fe8f||_0x3349ba[_0x51f21a]===_0x624932([0x2a])));}function _0x23d863(){return _0x352458&&_0x3a7906?new window[(_0x624932([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x189ee7,_0xab2c89)=>{_0x352458[_0x624932([0x74,0x68,0x65,0x6e])](_0x189ee7,_0xab2c89),_0x3a7906[_0x624932([0x74,0x68,0x65,0x6e])](_0x2f353b=>{_0x2f353b!=_0x624932([0x56,0x61,0x6c,0x69,0x64])&&_0x189ee7(_0x2f353b);},_0xab2c89);}):_0x352458||_0x3a7906||_0x624932([0x56,0x61,0x6c,0x69,0x64]);}}function _0x2f82e4(_0x3b00b5,_0x5b870c){return new window[(_0x624932([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x3b3b88=>{if(_0x40c5ae())return _0x3b3b88(_0x624932([0x56,0x61,0x6c,0x69,0x64]));_0x9cd313(),_0x407565[_0x624932([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x624932([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x2e2d18=!0x1;const _0x5a4cf=_0x28f564();function _0x45bc0d(_0x8d4fa7){return!!_0x8d4fa7&&(typeof _0x8d4fa7===_0x624932([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x8d4fa7===_0x624932([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x8d4fa7[_0x624932([0x74,0x68,0x65,0x6e])]===_0x624932([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x8d4fa7[_0x624932([0x63,0x61,0x74,0x63,0x68])]===_0x624932([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0xb824b9(_0xe4bae8){_0x3e5bbf(_0xe4bae8)[_0x624932([0x74,0x68,0x65,0x6e])](_0xaa2b7=>{if(!_0xaa2b7||_0xaa2b7[_0x624932([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x624932([0x6f,0x6b]))return _0x624932([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x56822c(_0xbef7f0(_0x5a4cf+_0x5b870c))!=_0xaa2b7[_0x624932([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x624932([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x624932([0x56,0x61,0x6c,0x69,0x64]);})[_0x624932([0x74,0x68,0x65,0x6e])](_0x55254d=>(_0x523ef4(),_0x55254d),()=>{const _0x3725ff=_0x357c84();return null==_0x3725ff?(_0x523ef4(),_0x624932([0x56,0x61,0x6c,0x69,0x64])):_0x624932(_0x14264a-_0x3725ff>(0x2366cba^_0x5d1108)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x624932([0x74,0x68,0x65,0x6e])](_0x3b3b88)[_0x624932([0x63,0x61,0x74,0x63,0x68])](()=>{_0x3b3b88(_0x624932([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0xd0cece=0x260c063a^_0x5d1108;function _0x523ef4(){const _0x124460=_0x624932([0x6c,0x6c,0x63,0x74,0x2d])+_0x56822c(_0xbef7f0(_0x3b00b5)),_0xdc6860=_0x110177(_0x56822c(window[_0x624932([0x4d,0x61,0x74,0x68])][_0x624932([0x63,0x65,0x69,0x6c])](_0x14264a/_0xd0cece)));window[_0x624932([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x624932([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x124460,_0xdc6860);}function _0x357c84(){const _0x26f303=_0x624932([0x6c,0x6c,0x63,0x74,0x2d])+_0x56822c(_0xbef7f0(_0x3b00b5)),_0x37dbd2=window[_0x624932([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x624932([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x26f303);return _0x37dbd2?window[_0x624932([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x110177(_0x37dbd2),0x10)*_0xd0cece:null;}function _0x3e5bbf(_0x44cd55){return new window[(_0x624932([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x22db1c,_0x392a0f)=>{_0x44cd55[_0x624932([0x74,0x68,0x65,0x6e])](_0x22db1c,_0x392a0f),window[_0x624932([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x392a0f,0x263b3c7a^_0x5d1108);});}}_0x407565[_0x624932([0x6f,0x6e])](_0x624932([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x21001a,_0x5c48ba)=>{if(_0x5c48ba[0x0]!=_0x3b00b5)return _0x3b3b88(_0x624932([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x5c48ba[0x1]={..._0x5c48ba[0x1],[_0x624932([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x5a4cf};},{[_0x624932([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x624932([0x68,0x69,0x67,0x68])}),_0x407565[_0x624932([0x6f,0x6e])](_0x624932([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x3aff8a=>{_0x45bc0d(_0x3aff8a[_0x624932([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x2e2d18=!0x0,_0xb824b9(_0x3aff8a[_0x624932([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x624932([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x624932([0x6c,0x6f,0x77])}),_0x22b332[_0x624932([0x74,0x68,0x65,0x6e])](()=>{_0x2e2d18||_0x3b3b88(_0x624932([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x40c5ae(){return _0x407565[_0x624932([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x624932([0x76,0x69,0x65,0x77])][_0x624932([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x624932([0x61,0x75,0x74,0x6f]);}function _0x9cd313(){_0x407565[_0x624932([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x624932([0x76,0x69,0x65,0x77])][_0x624932([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x624932([0x61,0x75,0x74,0x6f]);}}function _0x2b9030(_0x8c8d4e){const _0x3bcd33=[new window[(_0x624932([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2d0740=>setTimeout(_0x2d0740,0x2633d676^_0x5d1108)),_0x22b332[_0x624932([0x74,0x68,0x65,0x6e])](()=>new window[(_0x624932([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x46f72c=>{let _0x4294c7=0x0;_0x407565[_0x624932([0x6d,0x6f,0x64,0x65,0x6c])][_0x624932([0x6f,0x6e])](_0x624932([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x8a993e,_0x2fe21d)=>{_0x2fe21d[0x0][_0x624932([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x4294c7++,_0x4294c7==(0x263ae942^_0x5d1108)&&(_0x46f72c(),_0x8a993e[_0x624932([0x6f,0x66,0x66])]());});}))];return window[_0x624932([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x624932([0x72,0x61,0x63,0x65])](_0x3bcd33)[_0x624932([0x74,0x68,0x65,0x6e])](()=>_0x8c8d4e);}async function _0x1b551e(){await _0x22b332,_0x407565[_0x624932([0x6d,0x6f,0x64,0x65,0x6c])][_0x624932([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x26aeaf,_0x407565[_0x624932([0x6d,0x6f,0x64,0x65,0x6c])][_0x624932([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x26aeaf,_0x407565[_0x624932([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x624932([0x6d,0x6f,0x64,0x65,0x6c]));}function _0xd0d57a(_0x1034ed){const _0x35a335=_0x150c4a();_0x407565[_0x35a335]=_0x624932([0x73,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x1034ed,_0x1034ed!=_0x624932([0x56,0x61,0x6c,0x69,0x64])&&_0x1b551e();}function _0x150c4a(){const _0x2b068e=window[_0x624932([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x624932([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x624932([0x6e,0x6f,0x77])]())[_0x624932([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x624932([0x2e]),'');let _0x5b65a5=_0x624932([0x50]);for(let _0x2eb9dc=0x0;_0x2eb9dc<_0x2b068e[_0x624932([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x2eb9dc+=0x2){let _0x4c4552=window[_0x624932([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x2b068e[_0x624932([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x2eb9dc,_0x2eb9dc+0x2));_0x4c4552>=_0x2e9f8a[_0x624932([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x4c4552-=_0x2e9f8a[_0x624932([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x5b65a5+=_0x2e9f8a[_0x4c4552];}return _0x5b65a5;}function _0x5abc22(){const _0x56fa39=_0x4cd79c[_0x624932([0x73,0x70,0x6c,0x69,0x74])](_0x624932([0x2e]));if(0x3!=_0x56fa39[_0x624932([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x430f39(_0x56fa39[0x1]);function _0x430f39(_0x54c603){const _0x2ec04d=_0x29f1b8(_0x54c603);return _0x2ec04d&&_0x4da252()?_0x2ec04d:null;function _0x4da252(){const _0x2b3e67=_0x2ec04d[_0x624932([0x6a,0x74,0x69])],_0x242dc3=window[_0x624932([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x2b3e67[_0x624932([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x2b3e67[_0x624932([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x70194e={..._0x2ec04d,[_0x624932([0x6a,0x74,0x69])]:_0x2b3e67[_0x624932([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x2b3e67[_0x624932([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x70194e[_0x624932([0x76,0x63])],_0xbef7f0(_0x70194e)==_0x242dc3;}}}async function _0x3fcd53(){let _0x3483a1=!0x0;try{const _0xdd54a6=_0x4cd79c[_0x624932([0x73,0x70,0x6c,0x69,0x74])](_0x624932([0x2e])),[_0x45c5d7,_0x44b6c9,_0x5d587e]=_0xdd54a6;return _0x340381(_0x45c5d7),await _0x504e3e(_0x45c5d7,_0x44b6c9,_0x5d587e),_0x3483a1;}catch{return!0x1;}function _0x340381(_0xa2d88c){const _0x531da7=_0x29f1b8(_0xa2d88c);_0x531da7&&_0x531da7[_0x624932([0x61,0x6c,0x67])]==_0x624932([0x45,0x53,0x32,0x35,0x36])||(_0x3483a1=!0x1);}async function _0x504e3e(_0x3ff655,_0x49ee2b,_0xd279e1){const _0x34a6cb=window[_0x624932([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x624932([0x66,0x72,0x6f,0x6d])](_0x5ab3e3(_0xd279e1),_0x525eb9=>_0x525eb9[_0x624932([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x2284f0=new window[(_0x624932([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x624932([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x3ff655+_0x624932([0x2e])+_0x49ee2b),_0x295904=window[_0x624932([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x624932([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x295904)return;const _0x49fae8=await _0x295904[_0x624932([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x624932([0x6a,0x77,0x6b]),_0x2bdd5f,{[_0x624932([0x6e,0x61,0x6d,0x65])]:_0x624932([0x45,0x43,0x44,0x53,0x41]),[_0x624932([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x624932([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x624932([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x295904[_0x624932([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x624932([0x6e,0x61,0x6d,0x65])]:_0x624932([0x45,0x43,0x44,0x53,0x41]),[_0x624932([0x68,0x61,0x73,0x68])]:{[_0x624932([0x6e,0x61,0x6d,0x65])]:_0x624932([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x49fae8,_0x34a6cb,_0x2284f0)||(_0x3483a1=!0x1);}}function _0x29f1b8(_0x2be930){return _0x2be930[_0x624932([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x624932([0x65,0x79]))?JSON[_0x624932([0x70,0x61,0x72,0x73,0x65])](_0x5ab3e3(_0x2be930)):null;}function _0x5ab3e3(_0x3ac4a0){return window[_0x624932([0x61,0x74,0x6f,0x62])](_0x3ac4a0[_0x624932([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x624932([0x2b]))[_0x624932([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x624932([0x2f])));}function _0xbef7f0(_0x22cb0f){let _0x11be02=0x1505;function _0x301303(_0x2fc769){for(let _0x3a9612=0x0;_0x3a9612<_0x2fc769[_0x624932([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x3a9612++){const _0x431e33=_0x2fc769[_0x624932([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x3a9612);_0x11be02=(_0x11be02<<0x5)+_0x11be02+_0x431e33,_0x11be02&=_0x11be02;}}function _0x1d47d3(_0x1e0b30){Array[_0x624932([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x1e0b30)?_0x1e0b30[_0x624932([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x1d47d3):_0x1e0b30&&typeof _0x1e0b30==_0x624932([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x624932([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x1e0b30)[_0x624932([0x73,0x6f,0x72,0x74])]()[_0x624932([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x7ab66b,_0x73430c])=>{_0x301303(_0x7ab66b),_0x1d47d3(_0x73430c);}):_0x301303(window[_0x624932([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x1e0b30));}return _0x1d47d3(_0x22cb0f),_0x11be02>>>0x0;}function _0x56822c(_0x16df0f){return _0x16df0f[_0x624932([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x624932([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x624932([0x30]));}function _0x110177(_0x148eac){return _0x148eac[_0x624932([0x73,0x70,0x6c,0x69,0x74])]('')[_0x624932([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x624932([0x6a,0x6f,0x69,0x6e])]('');}function _0x26aeaf(){}function _0x624932(_0x191466){return _0x191466['map'](_0x428fab=>String['fromCharCode'](_0x428fab))['join']('');}_0xd0d57a(await _0x5d0009());}(this);}['getAllowedCommands'](){return this['_allowedCommands'];}['getDefaultCommands'](){const _0x42fcf8=_0x57c0e1=>function(_0x258b38,_0x3b6b44){const t=_0x258b38['t'],_0x49efeb=_0x258b38['t'];switch(_0x3b6b44){case'AI\x20Assistant':return _0x49efeb('AI\x20Assistant');case'Block\x20quote':return _0x49efeb('Block\x20quote');case'Bulleted\x20list':return _0x49efeb('Bulleted\x20list');case'Insert\x20code\x20block':return _0x49efeb('Insert\x20code\x20block');case'Open\x20file\x20manager':return _0x49efeb('Open\x20file\x20manager');case'Insert\x20image':return _0x49efeb('Insert\x20image');case'Heading\x201':return _0x49efeb('Heading\x201');case'Heading\x202':return _0x49efeb('Heading\x202');case'Heading\x203':return _0x49efeb('Heading\x203');case'Heading\x204':return _0x49efeb('Heading\x204');case'Heading\x205':return _0x49efeb('Heading\x205');case'Heading\x206':return _0x49efeb('Heading\x206');case'Horizontal\x20line':return _0x49efeb('Horizontal\x20line');case'Insert\x20HTML':return _0x49efeb('Insert\x20HTML');case'Increase\x20indent':return _0x49efeb('Increase\x20indent');case'Insert\x20table':return _0x49efeb('Insert\x20table');case'Table\x20of\x20contents':return _0x49efeb('Table\x20of\x20contents');case'Numbered\x20list':return _0x49efeb('Numbered\x20list');case'Decrease\x20indent':return _0x49efeb('Decrease\x20indent');case'Paragraph':return _0x49efeb('Paragraph');case'To-do\x20list':return _0x49efeb('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 _0x3b6b44;}}(this['editor']['locale'],_0x57c0e1);return[{'id':'aiAssistant','commandName':'showAIAssistant','icon':_0x36b91,'title':_0x42fcf8('AI\x20Assistant'),'description':_0x42fcf8('Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content'),'execute':_0x187aab=>{setTimeout(()=>_0x187aab['execute']('showAIAssistant'));}},{'id':'blockQuote','commandName':'blockQuote','icon':_0x419bc1,'title':_0x42fcf8('Block\x20quote'),'description':_0x42fcf8('Create\x20a\x20block\x20quote')},{'id':'bulletedList','commandName':'bulletedList','icon':_0x16ceb6,'title':_0x42fcf8('Bulleted\x20list'),'description':_0x42fcf8('Create\x20a\x20bulleted\x20list')},{'id':'codeBlock','commandName':'codeBlock','icon':_0x52a258,'title':_0x42fcf8('Insert\x20code\x20block'),'description':_0x42fcf8('Create\x20a\x20code\x20block')},{'id':'ckbox','commandName':'ckbox','icon':_0x30cd11,'title':_0x42fcf8('Open\x20file\x20manager'),'description':_0x42fcf8('Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file'),'aliases':['ckfinder','filemanager','upload']},{'id':'ckfinder','commandName':'ckfinder','icon':_0x30cd11,'title':_0x42fcf8('Insert\x20image'),'description':_0x42fcf8('Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file'),'aliases':['ckbox','filemanager','upload']},{'id':'emoji','commandName':'emoji','icon':_0x59a3a5,'title':_0x42fcf8('Emoji'),'description':_0x42fcf8('Insert\x20an\x20emoji'),'execute':_0x28a244=>{setTimeout(()=>_0x28a244['execute']('emoji'));}},{'id':'heading1','commandName':'heading','icon':_0x13fc1d,'title':_0x42fcf8('Heading\x201'),'description':_0x42fcf8('Create\x20a\x20heading\x20level\x201'),'execute':_0x4b20c4=>{_0x4b20c4['execute']('heading',{'value':'heading1'});}},{'id':'heading2','commandName':'heading','icon':_0x3990c1,'title':_0x42fcf8('Heading\x202'),'description':_0x42fcf8('Create\x20a\x20heading\x20level\x202'),'execute':_0x3d3a6b=>{_0x3d3a6b['execute']('heading',{'value':'heading2'});}},{'id':'heading3','commandName':'heading','icon':_0x363988,'title':_0x42fcf8('Heading\x203'),'description':_0x42fcf8('Create\x20a\x20heading\x20level\x203'),'execute':_0x20c0b2=>{_0x20c0b2['execute']('heading',{'value':'heading3'});}},{'id':'heading4','commandName':'heading','icon':_0x4887d6,'title':_0x42fcf8('Heading\x204'),'description':_0x42fcf8('Create\x20a\x20heading\x20level\x204'),'execute':_0x18e54c=>{_0x18e54c['execute']('heading',{'value':'heading4'});}},{'id':'heading5','commandName':'heading','icon':_0x1fcefc,'title':_0x42fcf8('Heading\x205'),'description':_0x42fcf8('Create\x20a\x20heading\x20level\x205'),'execute':_0x2081ed=>{_0x2081ed['execute']('heading',{'value':'heading5'});}},{'id':'heading6','commandName':'heading','icon':_0x3d399b,'title':_0x42fcf8('Heading\x206'),'description':_0x42fcf8('Create\x20a\x20heading\x20level\x206'),'execute':_0x355391=>{_0x355391['execute']('heading',{'value':'heading6'});}},{'id':'horizontalLine','commandName':'horizontalLine','icon':_0x219e37,'title':_0x42fcf8('Horizontal\x20line'),'description':_0x42fcf8('Insert\x20a\x20horizontal\x20line')},{'id':'htmlEmbed','commandName':'htmlEmbed','icon':_0x439973,'title':_0x42fcf8('Insert\x20HTML'),'description':_0x42fcf8('Insert\x20an\x20HTML\x20snippet')},{'id':'indent','commandName':'indent','icon':_0x2d337e,'title':_0x42fcf8('Increase\x20indent'),'description':_0x42fcf8('Increase\x20the\x20indentation')},{'id':'insertMermaidCommand','commandName':'insertMermaidCommand','title':_0x42fcf8('Insert\x20Mermaid\x20diagram'),'description':_0x42fcf8('Insert\x20the\x20Mermaid\x20diagram')},{'id':'insertTable','commandName':'insertTable','icon':_0x54eee7,'title':_0x42fcf8('Insert\x20table'),'description':_0x42fcf8('Create\x20a\x20table')},{'id':'insertTableOfContents','commandName':'insertTableOfContents','icon':_0x2692b1,'title':_0x42fcf8('Table\x20of\x20contents'),'description':_0x42fcf8('Insert\x20table\x20of\x20contents'),'aliases':['toc']},{'id':'numberedList','commandName':'numberedList','icon':_0x4b2791,'title':_0x42fcf8('Numbered\x20list'),'description':_0x42fcf8('Create\x20a\x20numbered\x20list')},{'id':'outdent','commandName':'outdent','icon':_0x285737,'title':_0x42fcf8('Decrease\x20indent'),'description':_0x42fcf8('Decrease\x20the\x20indentation')},{'id':'paragraph','commandName':'paragraph','icon':_0x20442e,'title':_0x42fcf8('Paragraph'),'description':_0x42fcf8('Insert\x20a\x20paragraph')},{'id':'todoList','commandName':'todoList','icon':_0xad522c,'title':_0x42fcf8('To-do\x20list'),'description':_0x42fcf8('Create\x20a\x20to-do\x20list')}];}['_proxyIsEnabled'](_0x4b4e1c){return _0x4b4e1c['isEnabled']?_0x4b4e1c['isEnabled'](this['editor']):!_0x4b4e1c['commandName']||this['editor']['commands']['get'](_0x4b4e1c['commandName'])['isEnabled'];}['_proxyExecute'](_0x17cba5){if(_0x17cba5['execute'])_0x17cba5['execute'](this['editor']);else{if(!_0x17cba5['commandName'])throw new _0x5865d6('slash-command-execute-missing',this['editor'],{'commandDefinition':_0x17cba5});this['editor']['execute'](_0x17cba5['commandName']);}}}function j(_0x20059a,_0x2a62f1){return _0x20059a['title']<_0x2a62f1['title']?-0x1:_0x20059a['title']>_0x2a62f1['title']?0x1:0x0;}function L(_0x23e503,_0x6146e8){return _0x6146e8+'-'+_0x23e503['toLowerCase']()['split']('\x20')['join']('-');}class s extends _0x2d9b57{static get['pluginName'](){return'SlashCommandEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[P];}['getMatchingCommands'](_0x205e9c){const _0x35274e=_0x205e9c&&_0x205e9c['toLowerCase']();let _0x5f00bd=this['editor']['plugins']['get']('SlashCommandConfig')['getAllowedCommands']();if(_0x5f00bd=_0x5f00bd['filter'](_0x3c328a=>_0x3c328a['isEnabled']()),_0x35274e){const _0xbebe16=[],_0x5297c2=[],_0x289563=[],_0x28c2db=[];for(const _0x29f919 of _0x5f00bd)_0x29f919['id']['toLowerCase']()['includes'](_0x35274e)?_0xbebe16['push'](_0x29f919):_0x29f919['title']['toLowerCase']()['includes'](_0x35274e)?_0x5297c2['push'](_0x29f919):_0x29f919['aliases']&&_0x29f919['aliases']['some'](_0x3bc239=>_0x3bc239['toLowerCase']()['includes'](_0x35274e))?_0x289563['push'](_0x29f919):_0x29f919['description']&&_0x29f919['description']['toLowerCase']()['includes'](_0x35274e)&&_0x28c2db['push'](_0x29f919);_0x5f00bd=_0xbebe16['concat'](_0x5297c2,_0x289563,_0x28c2db);}return _0x5f00bd;}}class K extends _0x2a4f0a{constructor(_0x131d73,_0x477ddd){super(_0x131d73),this['textPartView']=this['_createTextPartView'](_0x131d73,_0x477ddd),void 0x0!==_0x477ddd['isIconColorInherited']&&(this['iconView']['isColorInherited']=_0x477ddd['isIconColorInherited']),this['set']({'icon':_0x477ddd['icon']||_0x5a60e7,'withText':!0x0,'label':_0x477ddd['title'],'class':'ck-slash-command-button'});}['render'](){super['render'](),this['children']['add'](this['textPartView']);}['_createTextPartView'](_0xdf74ba,_0x16e6c7){const _0x128175=new _0x1ef79b(_0xdf74ba);return _0x128175['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-slash-command-button__text-part']},'children':_0x16e6c7['description']?[this['labelView'],{'tag':'span','attributes':{'class':['ck','ck-slash-command-button__description']},'children':[{'text':_0x16e6c7['description']}]}]:[this['labelView']]}),_0x128175;}}class e extends _0x2d9b57{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'SlashCommandUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x1de417){super(_0x1de417),this['_setupMentionConfiguration']();}['init'](){this['editor']['once']('ready',this['_overrideMentionExecuteListener']['bind'](this)),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x8df5f5=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x13e77a;for(const _0x2a0ad7 in _0x8df5f5){const _0x24f484=_0x2a0ad7,_0x880df5=_0x8df5f5[_0x24f484];if('slashCommandLicenseKeyValid'==_0x880df5||'slashCommandLicenseKeyInvalid'==_0x880df5||'slashCommandLicenseKeyExpired'==_0x880df5||'slashCommandLicenseKeyDomainLimit'==_0x880df5||'slashCommandLicenseKeyNotAllowed'==_0x880df5||'slashCommandLicenseKeyEvaluationLimit'==_0x880df5||'slashCommandLicenseKeyTrialLimit'==_0x880df5||'slashCommandLicenseKeyUsageLimit'==_0x880df5){delete _0x8df5f5[_0x24f484],_0x13e77a=_0x880df5,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'slashCommandLicenseKeyInvalid'==_0x13e77a&&_0x8df5f5['_showLicenseError']('invalid'),'slashCommandLicenseKeyExpired'==_0x13e77a&&_0x8df5f5['_showLicenseError']('expired'),'slashCommandLicenseKeyDomainLimit'==_0x13e77a&&_0x8df5f5['_showLicenseError']('domainLimit'),'slashCommandLicenseKeyNotAllowed'==_0x13e77a&&_0x8df5f5['_showLicenseError']('featureNotAllowed','SlashCommand'),'slashCommandLicenseKeyEvaluationLimit'==_0x13e77a&&_0x8df5f5['_showLicenseError']('evaluationLimit'),'slashCommandLicenseKeyTrialLimit'==_0x13e77a&&_0x8df5f5['_showLicenseError']('trialLimit'),'slashCommandLicenseKeyUsageLimit'==_0x13e77a&&_0x8df5f5['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}['_setupMentionConfiguration'](){const _0x37bbf9=this['editor'],_0x389b5f=this['editor']['plugins']['get']('SlashCommandEditing'),_0xc3c9d2=_0x37bbf9['config']['get']('mention.feeds');_0xc3c9d2['push']({'marker':'/','feed':_0x1081d5=>_0x389b5f['getMatchingCommands'](_0x1081d5),'itemRenderer':this['_customItemRenderer']['bind'](this),'dropdownLimit':_0x37bbf9['config']['get']('slashCommand.dropdownLimit')||0x1/0x0}),_0x37bbf9['config']['set']('mention.feeds',_0xc3c9d2);}['_overrideMentionExecuteListener'](){const _0x7b5dae=this['editor'];_0x7b5dae['commands']['get']('mention')['on']('execute',(_0x5b418e,_0x2cbec7)=>{const _0x1919b0=_0x2cbec7[0x0],_0x37c84e=_0x7b5dae['model'];'/'===_0x1919b0['marker']&&_0x37c84e['change'](_0x32c34b=>{_0x32c34b['remove'](_0x1919b0['range']),_0x1919b0['mention']['execute'](),_0x5b418e['stop']();});},{'priority':'high'});}['_customItemRenderer'](_0x51847e){const _0x5e8ca3=this['editor']['locale'],_0x537439=new K(_0x5e8ca3,_0x51847e);return _0x537439['render'](),_0x537439['element'];}}class H extends _0x2d9b57{static get['requires'](){return['Mention',s,e];}static get['pluginName'](){return'SlashCommand';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}}export{H as SlashCommand,P as SlashCommandConfig,s as SlashCommandEditing,e as SlashCommandUI};
23
+ import{Plugin as _0x221a80}from'@ckeditor/ckeditor5-core/dist/index.js';import{CKEditorError as _0x53067c,uid as _0x5c5119}from'@ckeditor/ckeditor5-utils/dist/index.js';import{IconRobotPencil as _0x15e7d6,IconQuote as _0x4eb189,IconBulletedList as _0x2b64e9,IconCodeBlock as _0x2d3071,IconBrowseFiles as _0x34f7ee,IconEmoji as _0x5d7ac1,IconHeading1 as _0x1f1d65,IconHeading2 as _0x47a47d,IconHeading3 as _0x164b8c,IconHeading4 as _0x19dd29,IconHeading5 as _0x26e9df,IconHeading6 as _0x34c4db,IconHorizontalLine as _0x31c26c,IconHtml as _0x5cf271,IconIndent as _0x365fb5,IconTable as _0x5dc27f,IconTableOfContents as _0x14e300,IconNumberedList as _0x5c28f1,IconOutdent as _0x585694,IconParagraph as _0x27b207,IconTodoList as _0x57b9e1,IconPlay as _0xdab263}from'@ckeditor/ckeditor5-icons/dist/index.js';import{ButtonView as _0x560ff0,View as _0x510fc1}from'@ckeditor/ckeditor5-ui/dist/index.js';class P extends _0x221a80{static get['pluginName'](){return'SlashCommandConfig';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x39f0c0){super(_0x39f0c0),this['_allowedCommands']=null;}['afterInit'](){const _0x64ff04=this['editor']['config']['get']('slashCommand.removeCommands')||[],_0x3eea89=function(_0x154cc2){let _0x5446f9=['heading4','heading5','heading6'];if(_0x154cc2){const _0x541cbb=_0x154cc2['map'](_0x4d4531=>_0x4d4531['model']);_0x5446f9=['heading1','heading2','heading3','heading4','heading5','heading6']['filter'](_0x6e72f0=>!_0x541cbb['includes'](_0x6e72f0));}return _0x5446f9;}(this['editor']['config']['get']('heading.options'));let _0x1c9a22=this['getDefaultCommands']()['filter'](_0x56e85c=>!_0x3eea89['includes'](_0x56e85c['id']))['filter'](_0x579eff=>!_0x64ff04['includes'](_0x579eff['commandName']));const _0xb9f98c=this['editor']['config']['get']('slashCommand.extraCommands');_0xb9f98c&&_0xb9f98c['length']&&(_0x1c9a22=_0x1c9a22['concat'](_0xb9f98c));const _0x38896f=this['editor']['config']['get']('template.definitions');_0x38896f&&_0x38896f['length']&&(_0x1c9a22=_0x1c9a22['concat'](function(_0x32f89b){return _0x32f89b['map'](_0x5ae530=>{const {title:_0x3e492c,icon:_0x41f994,description:_0x21ba74,data:_0x4f2357}=_0x5ae530,_0x2df39d={'id':L(_0x3e492c,'template'),'commandName':'insertTemplate','execute':_0xcb956f=>{_0xcb956f['execute']('insertTemplate',_0x4f2357);},'description':_0x21ba74,'icon':_0x41f994,'title':_0x3e492c};return _0x41f994&&(_0x2df39d['isIconColorInherited']=!0x1),_0x2df39d;});}(_0x38896f)));const _0x103819=this['editor']['config']['get']('style.definitions');_0x103819&&_0x103819['length']&&(_0x1c9a22=_0x1c9a22['concat'](function(_0x1d8675){return _0x1d8675['map'](_0x33f395=>({'id':L(_0x33f395['name'],'style'),'commandName':'style','execute':_0xfdbc52=>{_0xfdbc52['execute']('style',{'styleName':_0x33f395['name']});},'isEnabled':_0x1fea7b=>{const _0x58d3d2=_0x1fea7b['commands']['get']('style');return _0x58d3d2['isEnabled']&&_0x58d3d2['enabledStyles']['includes'](_0x33f395['name']);},'title':_0x33f395['name']}));}(_0x103819)));const _0x560dd2=_0x1c9a22['filter'](_0x17d9ab=>!_0x17d9ab['commandName']||void 0x0!==this['editor']['commands']['get'](_0x17d9ab['commandName'])),_0x12c212=[];for(const _0x487c1c of _0x560dd2)_0x12c212['push']({'id':_0x487c1c['id'],'commandName':_0x487c1c['commandName'],'title':'function'==typeof _0x487c1c['title']?_0x487c1c['title'](this['editor']):_0x487c1c['title'],'description':_0x487c1c['description'],'icon':_0x487c1c['icon'],'isIconColorInherited':_0x487c1c['isIconColorInherited'],'aliases':_0x487c1c['aliases'],'isEnabled':()=>this['_proxyIsEnabled'](_0x487c1c),'execute':()=>this['_proxyExecute'](_0x487c1c)});this['_allowedCommands']=_0x12c212['sort'](j),async function(_0x1bd15b){const _0x21bb61=_0x15ee29([0x61,0x6a,0x72,0x67,0x75,0x79,0x45,0x66,0x6f,0x46,0x37,0x56,0x69,0x54,0x64,0x36,0x77,0x50,0x30,0x7a,0x76,0x35,0x32,0x6c,0x49,0x78,0x57,0x48,0x71,0x51,0x55,0x33,0x41,0x4b,0x34,0x59,0x4f,0x5a,0x42,0x70,0x43,0x38,0x65,0x4d,0x63,0x58,0x39,0x62,0x53,0x31,0x74,0x73,0x52,0x6b,0x47,0x68,0x6e,0x4e,0x4a,0x4c,0x44,0x6d]),_0x54922f=0x67dd82c8,_0x43959f=0x67daee28^_0x54922f,_0x5c4274=window[_0x15ee29([0x44,0x61,0x74,0x65])][_0x15ee29([0x6e,0x6f,0x77])](),_0x1aa726=_0x1bd15b[_0x15ee29([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x8306da=new window[(_0x15ee29([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x34b1b8=>{_0x1aa726[_0x15ee29([0x6f,0x6e,0x63,0x65])](_0x15ee29([0x72,0x65,0x61,0x64,0x79]),_0x34b1b8);}),_0x4f61e0={[_0x15ee29([0x6b,0x74,0x79])]:_0x15ee29([0x45,0x43]),[_0x15ee29([0x75,0x73,0x65])]:_0x15ee29([0x73,0x69,0x67]),[_0x15ee29([0x63,0x72,0x76])]:_0x15ee29([0x50,0x2d,0x32,0x35,0x36]),[_0x15ee29([0x78])]:_0x15ee29([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]),[_0x15ee29([0x79])]:_0x15ee29([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]),[_0x15ee29([0x61,0x6c,0x67])]:_0x15ee29([0x45,0x53,0x32,0x35,0x36])},_0xa70d16=_0x1aa726[_0x15ee29([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x15ee29([0x67,0x65,0x74])](_0x15ee29([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x5eaabc(){let _0x26dabd,_0x162fd2=null,_0x4a4800=null;try{if(_0xa70d16==_0x15ee29([0x47,0x50,0x4c]))return _0x15ee29([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x26dabd=_0x405e86(),!_0x26dabd)return _0x15ee29([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x26dabd[_0x15ee29([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x4a4800=_0x362cca(_0x26dabd[_0x15ee29([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x26dabd[_0x15ee29([0x6a,0x74,0x69])])),await _0x13d266()?_0x24a0b2()?_0x561ae3()?_0x15ee29([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x5e2ed3()?(_0x26dabd[_0x15ee29([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x15ee29([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x162fd2=_0x154b15(_0x15ee29([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x26dabd[_0x15ee29([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x15ee29([0x74,0x72,0x69,0x61,0x6c])&&(_0x162fd2=_0x154b15(_0x15ee29([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0xddd4b2()):_0x15ee29([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x15ee29([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x15ee29([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x15ee29([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x561ae3(){const _0x2dadd6=[_0x15ee29([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x15ee29([0x74,0x72,0x69,0x61,0x6c])][_0x15ee29([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x26dabd[_0x15ee29([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x5c4274/0x3e8:0xe10*_0x43959f;return _0x26dabd[_0x15ee29([0x65,0x78,0x70])]<_0x2dadd6;}function _0x24a0b2(){const _0xafb81e=_0x26dabd[_0x15ee29([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0xafb81e&&(!!_0xafb81e[_0x15ee29([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x15ee29([0x2a]))||(!!_0xafb81e[_0x15ee29([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x15ee29([0x53,0x43]))||!!_0xafb81e[_0x15ee29([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x15ee29([0x50,0x50]))));}function _0x5e2ed3(){const _0x3a0c1f=_0x26dabd[_0x15ee29([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x3a0c1f||0x0==_0x3a0c1f[_0x15ee29([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x51489b}=new URL(window[_0x15ee29([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x3a0c1f[_0x15ee29([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x51489b))return!0x0;const _0x2cc30e=_0x51489b[_0x15ee29([0x73,0x70,0x6c,0x69,0x74])](_0x15ee29([0x2e]));return _0x3a0c1f[_0x15ee29([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x25e90d=>_0x25e90d[_0x15ee29([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x15ee29([0x2a])))[_0x15ee29([0x6d,0x61,0x70])](_0x2c5d5e=>_0x2c5d5e[_0x15ee29([0x73,0x70,0x6c,0x69,0x74])](_0x15ee29([0x2e])))[_0x15ee29([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x193fc6=>_0x193fc6[_0x15ee29([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x2cc30e[_0x15ee29([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x15ee29([0x6d,0x61,0x70])](_0xce52fa=>Array(_0x2cc30e[_0x15ee29([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0xce52fa[_0x15ee29([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x15ee29([0x66,0x69,0x6c,0x6c])](_0xce52fa[0x0]===_0x15ee29([0x2a])?_0x15ee29([0x2a]):'')[_0x15ee29([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0xce52fa))[_0x15ee29([0x73,0x6f,0x6d,0x65])](_0x496c07=>_0x2cc30e[_0x15ee29([0x65,0x76,0x65,0x72,0x79])]((_0x314dd7,_0x2c221a)=>_0x496c07[_0x2c221a]===_0x314dd7||_0x496c07[_0x2c221a]===_0x15ee29([0x2a])));}function _0xddd4b2(){return _0x162fd2&&_0x4a4800?new window[(_0x15ee29([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x5aa9de,_0x4adc09)=>{_0x162fd2[_0x15ee29([0x74,0x68,0x65,0x6e])](_0x5aa9de,_0x4adc09),_0x4a4800[_0x15ee29([0x74,0x68,0x65,0x6e])](_0x246d6f=>{_0x246d6f!=_0x15ee29([0x56,0x61,0x6c,0x69,0x64])&&_0x5aa9de(_0x246d6f);},_0x4adc09);}):_0x162fd2||_0x4a4800||_0x15ee29([0x56,0x61,0x6c,0x69,0x64]);}}function _0x362cca(_0x563134,_0x52ecbf){return new window[(_0x15ee29([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5f76d3=>{if(_0x35e5ab())return _0x5f76d3(_0x15ee29([0x56,0x61,0x6c,0x69,0x64]));_0x59fedc(),_0x1aa726[_0x15ee29([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x15ee29([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x152b4e=!0x1;const _0x5a8c65=_0x5c5119();function _0x4bb867(_0x42c1ce){return!!_0x42c1ce&&(typeof _0x42c1ce===_0x15ee29([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x42c1ce===_0x15ee29([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x42c1ce[_0x15ee29([0x74,0x68,0x65,0x6e])]===_0x15ee29([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x42c1ce[_0x15ee29([0x63,0x61,0x74,0x63,0x68])]===_0x15ee29([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x53bd27(_0x3c7cd9){_0x564c62(_0x3c7cd9)[_0x15ee29([0x74,0x68,0x65,0x6e])](_0x56be91=>{if(!_0x56be91||_0x56be91[_0x15ee29([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x15ee29([0x6f,0x6b]))return _0x15ee29([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x2c3ce2(_0xdf8a6a(_0x5a8c65+_0x52ecbf))!=_0x56be91[_0x15ee29([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x15ee29([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x15ee29([0x56,0x61,0x6c,0x69,0x64]);})[_0x15ee29([0x74,0x68,0x65,0x6e])](_0x3a84bb=>(_0x4fad40(),_0x3a84bb),()=>{const _0x4e139f=_0x59bc4c();return null==_0x4e139f?(_0x4fad40(),_0x15ee29([0x56,0x61,0x6c,0x69,0x64])):_0x15ee29(_0x5c4274-_0x4e139f>(0x43d106c8^_0x54922f)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x15ee29([0x74,0x68,0x65,0x6e])](_0x5f76d3)[_0x15ee29([0x63,0x61,0x74,0x63,0x68])](()=>{_0x5f76d3(_0x15ee29([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x4da588=0x67eb6c48^_0x54922f;function _0x4fad40(){const _0x3ac7ab=_0x15ee29([0x6c,0x6c,0x63,0x74,0x2d])+_0x2c3ce2(_0xdf8a6a(_0x563134)),_0x4477d2=_0x1aa415(_0x2c3ce2(window[_0x15ee29([0x4d,0x61,0x74,0x68])][_0x15ee29([0x63,0x65,0x69,0x6c])](_0x5c4274/_0x4da588)));window[_0x15ee29([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x15ee29([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x3ac7ab,_0x4477d2);}function _0x59bc4c(){const _0x2857e7=_0x15ee29([0x6c,0x6c,0x63,0x74,0x2d])+_0x2c3ce2(_0xdf8a6a(_0x563134)),_0x39429c=window[_0x15ee29([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x15ee29([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x2857e7);return _0x39429c?window[_0x15ee29([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x1aa415(_0x39429c),0x10)*_0x4da588:null;}function _0x564c62(_0x25f51a){return new window[(_0x15ee29([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x4fe3c8,_0x24b350)=>{_0x25f51a[_0x15ee29([0x74,0x68,0x65,0x6e])](_0x4fe3c8,_0x24b350),window[_0x15ee29([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x24b350,0x67dc5608^_0x54922f);});}}_0x1aa726[_0x15ee29([0x6f,0x6e])](_0x15ee29([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x34abf4,_0xa3181a)=>{if(_0xa3181a[0x0]!=_0x563134)return _0x5f76d3(_0x15ee29([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0xa3181a[0x1]={..._0xa3181a[0x1],[_0x15ee29([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x5a8c65};},{[_0x15ee29([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x15ee29([0x68,0x69,0x67,0x68])}),_0x1aa726[_0x15ee29([0x6f,0x6e])](_0x15ee29([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x5c63b5=>{_0x4bb867(_0x5c63b5[_0x15ee29([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x152b4e=!0x0,_0x53bd27(_0x5c63b5[_0x15ee29([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x15ee29([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x15ee29([0x6c,0x6f,0x77])}),_0x8306da[_0x15ee29([0x74,0x68,0x65,0x6e])](()=>{_0x152b4e||_0x5f76d3(_0x15ee29([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x35e5ab(){return _0x1aa726[_0x15ee29([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x15ee29([0x76,0x69,0x65,0x77])][_0x15ee29([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x15ee29([0x61,0x75,0x74,0x6f]);}function _0x59fedc(){_0x1aa726[_0x15ee29([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x15ee29([0x76,0x69,0x65,0x77])][_0x15ee29([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x15ee29([0x61,0x75,0x74,0x6f]);}}function _0x154b15(_0x270b39){const _0x17be8e=[new window[(_0x15ee29([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5eb85a=>setTimeout(_0x5eb85a,0x67d4bc04^_0x54922f)),_0x8306da[_0x15ee29([0x74,0x68,0x65,0x6e])](()=>new window[(_0x15ee29([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x12d1fe=>{let _0x2edb49=0x0;_0x1aa726[_0x15ee29([0x6d,0x6f,0x64,0x65,0x6c])][_0x15ee29([0x6f,0x6e])](_0x15ee29([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x30b7fb,_0x49fb26)=>{_0x49fb26[0x0][_0x15ee29([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x2edb49++,_0x2edb49==(0x67dd8330^_0x54922f)&&(_0x12d1fe(),_0x30b7fb[_0x15ee29([0x6f,0x66,0x66])]());});}))];return window[_0x15ee29([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x15ee29([0x72,0x61,0x63,0x65])](_0x17be8e)[_0x15ee29([0x74,0x68,0x65,0x6e])](()=>_0x270b39);}async function _0x202fe4(){await _0x8306da,_0x1aa726[_0x15ee29([0x6d,0x6f,0x64,0x65,0x6c])][_0x15ee29([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x53601c,_0x1aa726[_0x15ee29([0x6d,0x6f,0x64,0x65,0x6c])][_0x15ee29([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x53601c,_0x1aa726[_0x15ee29([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x15ee29([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x34fc89(_0x3a4ca1){const _0x4755ef=_0x406413();_0x1aa726[_0x4755ef]=_0x15ee29([0x73,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x3a4ca1,_0x3a4ca1!=_0x15ee29([0x56,0x61,0x6c,0x69,0x64])&&_0x202fe4();}function _0x406413(){const _0x33535c=window[_0x15ee29([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x15ee29([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x15ee29([0x6e,0x6f,0x77])]())[_0x15ee29([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x15ee29([0x2e]),'');let _0x3f855f=_0x15ee29([0x61]);for(let _0x4fc331=0x0;_0x4fc331<_0x33535c[_0x15ee29([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x4fc331+=0x2){let _0x5d2731=window[_0x15ee29([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x33535c[_0x15ee29([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x4fc331,_0x4fc331+0x2));_0x5d2731>=_0x21bb61[_0x15ee29([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x5d2731-=_0x21bb61[_0x15ee29([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x3f855f+=_0x21bb61[_0x5d2731];}return _0x3f855f;}function _0x405e86(){const _0x5b356b=_0xa70d16[_0x15ee29([0x73,0x70,0x6c,0x69,0x74])](_0x15ee29([0x2e]));if(0x3!=_0x5b356b[_0x15ee29([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x30be9c(_0x5b356b[0x1]);function _0x30be9c(_0x1cea19){const _0x10f0d8=_0x36ba12(_0x1cea19);return _0x10f0d8&&_0x780c5a()?_0x10f0d8:null;function _0x780c5a(){const _0x409049=_0x10f0d8[_0x15ee29([0x6a,0x74,0x69])],_0x3e783b=window[_0x15ee29([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x409049[_0x15ee29([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x409049[_0x15ee29([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x4c852b={..._0x10f0d8,[_0x15ee29([0x6a,0x74,0x69])]:_0x409049[_0x15ee29([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x409049[_0x15ee29([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x4c852b[_0x15ee29([0x76,0x63])],_0xdf8a6a(_0x4c852b)==_0x3e783b;}}}async function _0x13d266(){let _0x575db1=!0x0;try{const _0x31d375=_0xa70d16[_0x15ee29([0x73,0x70,0x6c,0x69,0x74])](_0x15ee29([0x2e])),[_0x42ff3b,_0x19a82d,_0x737d56]=_0x31d375;return _0x45bece(_0x42ff3b),await _0x27397c(_0x42ff3b,_0x19a82d,_0x737d56),_0x575db1;}catch{return!0x1;}function _0x45bece(_0x59da69){const _0x4dc31a=_0x36ba12(_0x59da69);_0x4dc31a&&_0x4dc31a[_0x15ee29([0x61,0x6c,0x67])]==_0x15ee29([0x45,0x53,0x32,0x35,0x36])||(_0x575db1=!0x1);}async function _0x27397c(_0x53c464,_0x40ecd8,_0xc61811){const _0x2aa4d6=window[_0x15ee29([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x15ee29([0x66,0x72,0x6f,0x6d])](_0x560218(_0xc61811),_0x44ab57=>_0x44ab57[_0x15ee29([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x1924cd=new window[(_0x15ee29([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x15ee29([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x53c464+_0x15ee29([0x2e])+_0x40ecd8),_0x4c4b29=window[_0x15ee29([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x15ee29([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x4c4b29)return;const _0x3c37f8=await _0x4c4b29[_0x15ee29([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x15ee29([0x6a,0x77,0x6b]),_0x4f61e0,{[_0x15ee29([0x6e,0x61,0x6d,0x65])]:_0x15ee29([0x45,0x43,0x44,0x53,0x41]),[_0x15ee29([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x15ee29([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x15ee29([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x4c4b29[_0x15ee29([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x15ee29([0x6e,0x61,0x6d,0x65])]:_0x15ee29([0x45,0x43,0x44,0x53,0x41]),[_0x15ee29([0x68,0x61,0x73,0x68])]:{[_0x15ee29([0x6e,0x61,0x6d,0x65])]:_0x15ee29([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x3c37f8,_0x2aa4d6,_0x1924cd)||(_0x575db1=!0x1);}}function _0x36ba12(_0x17693d){return _0x17693d[_0x15ee29([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x15ee29([0x65,0x79]))?JSON[_0x15ee29([0x70,0x61,0x72,0x73,0x65])](_0x560218(_0x17693d)):null;}function _0x560218(_0x15254c){return window[_0x15ee29([0x61,0x74,0x6f,0x62])](_0x15254c[_0x15ee29([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x15ee29([0x2b]))[_0x15ee29([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x15ee29([0x2f])));}function _0xdf8a6a(_0x386b9a){let _0x414075=0x1505;function _0x392d32(_0x2d4f55){for(let _0x2cbf6d=0x0;_0x2cbf6d<_0x2d4f55[_0x15ee29([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x2cbf6d++){const _0x11b466=_0x2d4f55[_0x15ee29([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x2cbf6d);_0x414075=(_0x414075<<0x5)+_0x414075+_0x11b466,_0x414075&=_0x414075;}}function _0x1f7839(_0x433a63){Array[_0x15ee29([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x433a63)?_0x433a63[_0x15ee29([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x1f7839):_0x433a63&&typeof _0x433a63==_0x15ee29([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x15ee29([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x433a63)[_0x15ee29([0x73,0x6f,0x72,0x74])]()[_0x15ee29([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x37f4cb,_0x35e944])=>{_0x392d32(_0x37f4cb),_0x1f7839(_0x35e944);}):_0x392d32(window[_0x15ee29([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x433a63));}return _0x1f7839(_0x386b9a),_0x414075>>>0x0;}function _0x2c3ce2(_0x26a2da){return _0x26a2da[_0x15ee29([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x15ee29([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x15ee29([0x30]));}function _0x1aa415(_0x4e2d74){return _0x4e2d74[_0x15ee29([0x73,0x70,0x6c,0x69,0x74])]('')[_0x15ee29([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x15ee29([0x6a,0x6f,0x69,0x6e])]('');}function _0x53601c(){}function _0x15ee29(_0x1d52b8){return _0x1d52b8['map'](_0x1879e8=>String['fromCharCode'](_0x1879e8))['join']('');}_0x34fc89(await _0x5eaabc());}(this);}['getAllowedCommands'](){return this['_allowedCommands'];}['getDefaultCommands'](){const _0x152ee1=_0x3c7193=>function(_0x14a846,_0x5446b8){const t=_0x14a846['t'],_0x163a94=_0x14a846['t'];switch(_0x5446b8){case'AI\x20Assistant':return _0x163a94('AI\x20Assistant');case'Block\x20quote':return _0x163a94('Block\x20quote');case'Bulleted\x20list':return _0x163a94('Bulleted\x20list');case'Insert\x20code\x20block':return _0x163a94('Insert\x20code\x20block');case'Open\x20file\x20manager':return _0x163a94('Open\x20file\x20manager');case'Insert\x20image':return _0x163a94('Insert\x20image');case'Heading\x201':return _0x163a94('Heading\x201');case'Heading\x202':return _0x163a94('Heading\x202');case'Heading\x203':return _0x163a94('Heading\x203');case'Heading\x204':return _0x163a94('Heading\x204');case'Heading\x205':return _0x163a94('Heading\x205');case'Heading\x206':return _0x163a94('Heading\x206');case'Horizontal\x20line':return _0x163a94('Horizontal\x20line');case'Insert\x20HTML':return _0x163a94('Insert\x20HTML');case'Increase\x20indent':return _0x163a94('Increase\x20indent');case'Insert\x20table':return _0x163a94('Insert\x20table');case'Table\x20of\x20contents':return _0x163a94('Table\x20of\x20contents');case'Numbered\x20list':return _0x163a94('Numbered\x20list');case'Decrease\x20indent':return _0x163a94('Decrease\x20indent');case'Paragraph':return _0x163a94('Paragraph');case'To-do\x20list':return _0x163a94('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 _0x5446b8;}}(this['editor']['locale'],_0x3c7193);return[{'id':'aiAssistant','commandName':'showAIAssistant','icon':_0x15e7d6,'title':_0x152ee1('AI\x20Assistant'),'description':_0x152ee1('Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content'),'execute':_0x409737=>{setTimeout(()=>_0x409737['execute']('showAIAssistant'));}},{'id':'blockQuote','commandName':'blockQuote','icon':_0x4eb189,'title':_0x152ee1('Block\x20quote'),'description':_0x152ee1('Create\x20a\x20block\x20quote')},{'id':'bulletedList','commandName':'bulletedList','icon':_0x2b64e9,'title':_0x152ee1('Bulleted\x20list'),'description':_0x152ee1('Create\x20a\x20bulleted\x20list')},{'id':'codeBlock','commandName':'codeBlock','icon':_0x2d3071,'title':_0x152ee1('Insert\x20code\x20block'),'description':_0x152ee1('Create\x20a\x20code\x20block')},{'id':'ckbox','commandName':'ckbox','icon':_0x34f7ee,'title':_0x152ee1('Open\x20file\x20manager'),'description':_0x152ee1('Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file'),'aliases':['ckfinder','filemanager','upload']},{'id':'ckfinder','commandName':'ckfinder','icon':_0x34f7ee,'title':_0x152ee1('Insert\x20image'),'description':_0x152ee1('Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file'),'aliases':['ckbox','filemanager','upload']},{'id':'emoji','commandName':'emoji','icon':_0x5d7ac1,'title':_0x152ee1('Emoji'),'description':_0x152ee1('Insert\x20an\x20emoji'),'execute':_0x144014=>{setTimeout(()=>_0x144014['execute']('emoji'));}},{'id':'heading1','commandName':'heading','icon':_0x1f1d65,'title':_0x152ee1('Heading\x201'),'description':_0x152ee1('Create\x20a\x20heading\x20level\x201'),'execute':_0x263c15=>{_0x263c15['execute']('heading',{'value':'heading1'});}},{'id':'heading2','commandName':'heading','icon':_0x47a47d,'title':_0x152ee1('Heading\x202'),'description':_0x152ee1('Create\x20a\x20heading\x20level\x202'),'execute':_0x1fe295=>{_0x1fe295['execute']('heading',{'value':'heading2'});}},{'id':'heading3','commandName':'heading','icon':_0x164b8c,'title':_0x152ee1('Heading\x203'),'description':_0x152ee1('Create\x20a\x20heading\x20level\x203'),'execute':_0x1b630d=>{_0x1b630d['execute']('heading',{'value':'heading3'});}},{'id':'heading4','commandName':'heading','icon':_0x19dd29,'title':_0x152ee1('Heading\x204'),'description':_0x152ee1('Create\x20a\x20heading\x20level\x204'),'execute':_0x3e3f61=>{_0x3e3f61['execute']('heading',{'value':'heading4'});}},{'id':'heading5','commandName':'heading','icon':_0x26e9df,'title':_0x152ee1('Heading\x205'),'description':_0x152ee1('Create\x20a\x20heading\x20level\x205'),'execute':_0x38e9b7=>{_0x38e9b7['execute']('heading',{'value':'heading5'});}},{'id':'heading6','commandName':'heading','icon':_0x34c4db,'title':_0x152ee1('Heading\x206'),'description':_0x152ee1('Create\x20a\x20heading\x20level\x206'),'execute':_0x587142=>{_0x587142['execute']('heading',{'value':'heading6'});}},{'id':'horizontalLine','commandName':'horizontalLine','icon':_0x31c26c,'title':_0x152ee1('Horizontal\x20line'),'description':_0x152ee1('Insert\x20a\x20horizontal\x20line')},{'id':'htmlEmbed','commandName':'htmlEmbed','icon':_0x5cf271,'title':_0x152ee1('Insert\x20HTML'),'description':_0x152ee1('Insert\x20an\x20HTML\x20snippet')},{'id':'indent','commandName':'indent','icon':_0x365fb5,'title':_0x152ee1('Increase\x20indent'),'description':_0x152ee1('Increase\x20the\x20indentation')},{'id':'insertMermaidCommand','commandName':'insertMermaidCommand','title':_0x152ee1('Insert\x20Mermaid\x20diagram'),'description':_0x152ee1('Insert\x20the\x20Mermaid\x20diagram')},{'id':'insertTable','commandName':'insertTable','icon':_0x5dc27f,'title':_0x152ee1('Insert\x20table'),'description':_0x152ee1('Create\x20a\x20table')},{'id':'insertTableOfContents','commandName':'insertTableOfContents','icon':_0x14e300,'title':_0x152ee1('Table\x20of\x20contents'),'description':_0x152ee1('Insert\x20table\x20of\x20contents'),'aliases':['toc']},{'id':'numberedList','commandName':'numberedList','icon':_0x5c28f1,'title':_0x152ee1('Numbered\x20list'),'description':_0x152ee1('Create\x20a\x20numbered\x20list')},{'id':'outdent','commandName':'outdent','icon':_0x585694,'title':_0x152ee1('Decrease\x20indent'),'description':_0x152ee1('Decrease\x20the\x20indentation')},{'id':'paragraph','commandName':'paragraph','icon':_0x27b207,'title':_0x152ee1('Paragraph'),'description':_0x152ee1('Insert\x20a\x20paragraph')},{'id':'todoList','commandName':'todoList','icon':_0x57b9e1,'title':_0x152ee1('To-do\x20list'),'description':_0x152ee1('Create\x20a\x20to-do\x20list')}];}['_proxyIsEnabled'](_0x118ad2){return _0x118ad2['isEnabled']?_0x118ad2['isEnabled'](this['editor']):!_0x118ad2['commandName']||this['editor']['commands']['get'](_0x118ad2['commandName'])['isEnabled'];}['_proxyExecute'](_0x6956d5){if(_0x6956d5['execute'])_0x6956d5['execute'](this['editor']);else{if(!_0x6956d5['commandName'])throw new _0x53067c('slash-command-execute-missing',this['editor'],{'commandDefinition':_0x6956d5});this['editor']['execute'](_0x6956d5['commandName']);}}}function j(_0x19cd5e,_0x37a959){return _0x19cd5e['title']<_0x37a959['title']?-0x1:_0x19cd5e['title']>_0x37a959['title']?0x1:0x0;}function L(_0xae2983,_0x2ad172){return _0x2ad172+'-'+_0xae2983['toLowerCase']()['split']('\x20')['join']('-');}class s extends _0x221a80{static get['pluginName'](){return'SlashCommandEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[P];}['getMatchingCommands'](_0xc28a73){const _0xd5a173=_0xc28a73&&_0xc28a73['toLowerCase']();let _0x39c397=this['editor']['plugins']['get']('SlashCommandConfig')['getAllowedCommands']();if(_0x39c397=_0x39c397['filter'](_0x2e21c8=>_0x2e21c8['isEnabled']()),_0xd5a173){const _0x255f69=[],_0x2ae46a=[],_0x423b70=[],_0x3b211a=[];for(const _0x54bfd9 of _0x39c397)_0x54bfd9['id']['toLowerCase']()['includes'](_0xd5a173)?_0x255f69['push'](_0x54bfd9):_0x54bfd9['title']['toLowerCase']()['includes'](_0xd5a173)?_0x2ae46a['push'](_0x54bfd9):_0x54bfd9['aliases']&&_0x54bfd9['aliases']['some'](_0x5b318b=>_0x5b318b['toLowerCase']()['includes'](_0xd5a173))?_0x423b70['push'](_0x54bfd9):_0x54bfd9['description']&&_0x54bfd9['description']['toLowerCase']()['includes'](_0xd5a173)&&_0x3b211a['push'](_0x54bfd9);_0x39c397=_0x255f69['concat'](_0x2ae46a,_0x423b70,_0x3b211a);}return _0x39c397;}}class K extends _0x560ff0{constructor(_0x3dcf38,_0x55888e){super(_0x3dcf38),this['textPartView']=this['_createTextPartView'](_0x3dcf38,_0x55888e),void 0x0!==_0x55888e['isIconColorInherited']&&(this['iconView']['isColorInherited']=_0x55888e['isIconColorInherited']),this['set']({'icon':_0x55888e['icon']||_0xdab263,'withText':!0x0,'label':_0x55888e['title'],'class':'ck-slash-command-button'});}['render'](){super['render'](),this['children']['add'](this['textPartView']);}['_createTextPartView'](_0x41c06f,_0x228db0){const _0x2b914f=new _0x510fc1(_0x41c06f);return _0x2b914f['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-slash-command-button__text-part']},'children':_0x228db0['description']?[this['labelView'],{'tag':'span','attributes':{'class':['ck','ck-slash-command-button__description']},'children':[{'text':_0x228db0['description']}]}]:[this['labelView']]}),_0x2b914f;}}class e extends _0x221a80{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'SlashCommandUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x5ecd29){super(_0x5ecd29),this['_setupMentionConfiguration']();}['init'](){this['editor']['once']('ready',this['_overrideMentionExecuteListener']['bind'](this)),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x20b5f7=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x10f015;for(const _0x3b4c15 in _0x20b5f7){const _0x58b37d=_0x3b4c15,_0x150b5a=_0x20b5f7[_0x58b37d];if('slashCommandLicenseKeyValid'==_0x150b5a||'slashCommandLicenseKeyInvalid'==_0x150b5a||'slashCommandLicenseKeyExpired'==_0x150b5a||'slashCommandLicenseKeyDomainLimit'==_0x150b5a||'slashCommandLicenseKeyNotAllowed'==_0x150b5a||'slashCommandLicenseKeyEvaluationLimit'==_0x150b5a||'slashCommandLicenseKeyTrialLimit'==_0x150b5a||'slashCommandLicenseKeyUsageLimit'==_0x150b5a){delete _0x20b5f7[_0x58b37d],_0x10f015=_0x150b5a,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'slashCommandLicenseKeyInvalid'==_0x10f015&&_0x20b5f7['_showLicenseError']('invalid'),'slashCommandLicenseKeyExpired'==_0x10f015&&_0x20b5f7['_showLicenseError']('expired'),'slashCommandLicenseKeyDomainLimit'==_0x10f015&&_0x20b5f7['_showLicenseError']('domainLimit'),'slashCommandLicenseKeyNotAllowed'==_0x10f015&&_0x20b5f7['_showLicenseError']('featureNotAllowed','SlashCommand'),'slashCommandLicenseKeyEvaluationLimit'==_0x10f015&&_0x20b5f7['_showLicenseError']('evaluationLimit'),'slashCommandLicenseKeyTrialLimit'==_0x10f015&&_0x20b5f7['_showLicenseError']('trialLimit'),'slashCommandLicenseKeyUsageLimit'==_0x10f015&&_0x20b5f7['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}['_setupMentionConfiguration'](){const _0x157c2c=this['editor'],_0x3b6f7d=this['editor']['plugins']['get']('SlashCommandEditing'),_0x59b364=_0x157c2c['config']['get']('mention.feeds');_0x59b364['push']({'marker':'/','feed':_0x3d81fc=>_0x3b6f7d['getMatchingCommands'](_0x3d81fc),'itemRenderer':this['_customItemRenderer']['bind'](this),'dropdownLimit':_0x157c2c['config']['get']('slashCommand.dropdownLimit')||0x1/0x0}),_0x157c2c['config']['set']('mention.feeds',_0x59b364);}['_overrideMentionExecuteListener'](){const _0x1f5a16=this['editor'];_0x1f5a16['commands']['get']('mention')['on']('execute',(_0x471383,_0x35a16d)=>{const _0x2aa9c4=_0x35a16d[0x0],_0x1ed717=_0x1f5a16['model'];'/'===_0x2aa9c4['marker']&&_0x1ed717['change'](_0x29161b=>{_0x29161b['remove'](_0x2aa9c4['range']),_0x2aa9c4['mention']['execute'](),_0x471383['stop']();});},{'priority':'high'});}['_customItemRenderer'](_0x21ed18){const _0x143fb7=this['editor']['locale'],_0x54f70b=new K(_0x143fb7,_0x21ed18);return _0x54f70b['render'](),_0x54f70b['element'];}}class H extends _0x221a80{static get['requires'](){return['Mention',s,e];}static get['pluginName'](){return'SlashCommand';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}}export{H as SlashCommand,P as SlashCommandConfig,s as SlashCommandEditing,e as SlashCommandUI};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-slash-command",
3
- "version": "46.0.0-alpha.5",
3
+ "version": "46.0.0-alpha.6",
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": "46.0.0-alpha.5",
16
- "@ckeditor/ckeditor5-icons": "46.0.0-alpha.5",
17
- "@ckeditor/ckeditor5-heading": "46.0.0-alpha.5",
18
- "@ckeditor/ckeditor5-mention": "46.0.0-alpha.5",
19
- "@ckeditor/ckeditor5-style": "46.0.0-alpha.5",
20
- "@ckeditor/ckeditor5-template": "46.0.0-alpha.5",
21
- "@ckeditor/ckeditor5-ui": "46.0.0-alpha.5",
22
- "@ckeditor/ckeditor5-utils": "46.0.0-alpha.5",
23
- "ckeditor5": "46.0.0-alpha.5"
15
+ "@ckeditor/ckeditor5-core": "46.0.0-alpha.6",
16
+ "@ckeditor/ckeditor5-icons": "46.0.0-alpha.6",
17
+ "@ckeditor/ckeditor5-heading": "46.0.0-alpha.6",
18
+ "@ckeditor/ckeditor5-mention": "46.0.0-alpha.6",
19
+ "@ckeditor/ckeditor5-style": "46.0.0-alpha.6",
20
+ "@ckeditor/ckeditor5-template": "46.0.0-alpha.6",
21
+ "@ckeditor/ckeditor5-ui": "46.0.0-alpha.6",
22
+ "@ckeditor/ckeditor5-utils": "46.0.0-alpha.6",
23
+ "ckeditor5": "46.0.0-alpha.6"
24
24
  },
25
25
  "license": "SEE LICENSE IN LICENSE.md",
26
26
  "author": "CKSource (http://cksource.com/)",
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x17b3(_0x47f29b,_0x3fb985){const _0xca8a92=_0xca8a();return _0x17b3=function(_0x17b3e6,_0x3e1d10){_0x17b3e6=_0x17b3e6-0xdb;let _0x55eedf=_0xca8a92[_0x17b3e6];return _0x55eedf;},_0x17b3(_0x47f29b,_0x3fb985);}const _0x28d9b3=_0x17b3;(function(_0x17d93f,_0x2b11e2){const _0x35ccc2=_0x17b3,_0x35d3a9=_0x17d93f();while(!![]){try{const _0xd5787e=parseInt(_0x35ccc2(0x152))/0x1*(parseInt(_0x35ccc2(0x128))/0x2)+-parseInt(_0x35ccc2(0x14f))/0x3+parseInt(_0x35ccc2(0x146))/0x4+-parseInt(_0x35ccc2(0x141))/0x5*(-parseInt(_0x35ccc2(0x124))/0x6)+parseInt(_0x35ccc2(0x112))/0x7+-parseInt(_0x35ccc2(0xe4))/0x8*(parseInt(_0x35ccc2(0x134))/0x9)+-parseInt(_0x35ccc2(0x10a))/0xa;if(_0xd5787e===_0x2b11e2)break;else _0x35d3a9['push'](_0x35d3a9['shift']());}catch(_0x5d3209){_0x35d3a9['push'](_0x35d3a9['shift']());}}}(_0xca8a,0x6f518));import{Plugin as _0x9d5ed7}from'ckeditor5/src/core.js';function _0xca8a(){const _0x36e4c1=['Horizontal\x20line','upload','heading.options','title','Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file','template.definitions','Insert\x20an\x20HTML\x20snippet','slashCommand.extraCommands','name','filter','model','Create\x20a\x20bulleted\x20list','Insert\x20code\x20block','Heading\x206','Heading\x201','Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content','Heading\x204','Create\x20a\x20heading\x20level\x202','AI\x20Assistant','Create\x20a\x20heading\x20level\x201','getAllowedCommands','8taQuCJ','indent','template','locale','Create\x20a\x20numbered\x20list','Emoji','outdent','insertTable','function','concat','Create\x20a\x20heading\x20level\x206','Heading\x203','blockQuote','toLowerCase','length','config','includes','showAIAssistant','Create\x20a\x20block\x20quote','Insert\x20table\x20of\x20contents','htmlEmbed','Paragraph','heading1','insertTableOfContents','execute','join','isIconColorInherited','Create\x20a\x20heading\x20level\x205','map','split','bulletedList','aliases','description','Bulleted\x20list','Insert\x20a\x20paragraph','Block\x20quote','Insert\x20an\x20emoji','paragraph','16981330telpQC','Create\x20a\x20to-do\x20list','get','commandName','push','Create\x20a\x20heading\x20level\x203','pluginName','commands','4460981HnBgeU','heading2','slashCommand.removeCommands','_proxyIsEnabled','Heading\x205','_proxyExecute','Numbered\x20list','Insert\x20table','horizontalLine','emoji','toc','numberedList','todoList','isEnabled','Insert\x20the\x20Mermaid\x20diagram','_allowedCommands','href','ckfinder','2802bJDkdw','Table\x20of\x20contents','heading3','SlashCommandConfig','106zZXKdp','Create\x20a\x20code\x20block','insertTemplate','afterInit','heading5','heading4','getDefaultCommands','Create\x20a\x20heading\x20level\x204','isPremiumPlugin','Increase\x20the\x20indentation','ckbox','enabledStyles','2304954vEAqOF','Decrease\x20indent','aiAssistant','Insert\x20Mermaid\x20diagram','slash-command-execute-missing','icon','Create\x20a\x20table','insertMermaidCommand','filemanager','Open\x20file\x20manager','fromCharCode','Insert\x20HTML','To-do\x20list','9320cOUVQd','heading6','Increase\x20indent','codeBlock','heading','1031032CXYVFU','isOfficialPlugin','editor','Heading\x202','Decrease\x20the\x20indentation','Insert\x20image','sort','style.definitions','Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file','555294Zjxelz','Insert\x20a\x20horizontal\x20line','style','15656pGdnIj'];_0xca8a=function(){return _0x36e4c1;};return _0xca8a();}import{CKEditorError as _0x29e67f,uid as _0x462513}from'ckeditor5/src/utils.js';import{IconBrowseFiles as _0x559279,IconBulletedList as _0x179212,IconEmoji as _0x286c29,IconCodeBlock as _0x2a92c9,IconHeading1 as _0x5e2494,IconHeading2 as _0x5ccdc6,IconHeading3 as _0x707a7a,IconHeading4 as _0x91363f,IconHeading5 as _0x11fc76,IconHeading6 as _0x1b619e,IconHorizontalLine as _0x1cd569,IconHtml as _0x3bc3a6,IconIndent as _0x356d87,IconNumberedList as _0x37d178,IconOutdent as _0x3e820f,IconParagraph as _0x5b8b32,IconQuote as _0x5982f2,IconRobotPencil as _0x221dd5,IconTable as _0x3df3c1,IconTableOfContents as _0xa65201,IconTodoList as _0x4e0d3c}from'ckeditor5/src/icons.js';import{getTranslation as _0x45e50d}from'./utils/common-translations.js';import'./slashcommandeditorconfig.js';export class SlashCommandConfig extends _0x9d5ed7{static get[_0x28d9b3(0x110)](){const _0x4bf49e=_0x28d9b3;return _0x4bf49e(0x127);}static get[_0x28d9b3(0x147)](){return!0x0;}static get[_0x28d9b3(0x130)](){return!0x0;}constructor(_0x46b780){const _0x3170b1=_0x28d9b3;super(_0x46b780),this[_0x3170b1(0x121)]=null;}[_0x28d9b3(0x12b)](){const _0x454dd3=_0x28d9b3,_0x44dc3d=this[_0x454dd3(0x148)][_0x454dd3(0xf3)][_0x454dd3(0x10c)](_0x454dd3(0x114))||[],_0x50fd34=function(_0x47fbdd){const _0x194793=_0x454dd3;let _0x3da945=[_0x194793(0x12d),_0x194793(0x12c),_0x194793(0x142)];if(_0x47fbdd){const _0x5ebbd4=_0x47fbdd[_0x194793(0x100)](_0x409545=>_0x409545[_0x194793(0x15d)]);_0x3da945=[_0x194793(0xfa),_0x194793(0x113),_0x194793(0x126),_0x194793(0x12d),_0x194793(0x12c),_0x194793(0x142)][_0x194793(0x15c)](_0x361e2a=>!_0x5ebbd4[_0x194793(0xf4)](_0x361e2a));}return _0x3da945;}(this[_0x454dd3(0x148)][_0x454dd3(0xf3)][_0x454dd3(0x10c)](_0x454dd3(0x155)));let _0x20edb1=this[_0x454dd3(0x12e)]()[_0x454dd3(0x15c)](_0x5de006=>!_0x50fd34[_0x454dd3(0xf4)](_0x5de006['id']))[_0x454dd3(0x15c)](_0x11f2b0=>!_0x44dc3d[_0x454dd3(0xf4)](_0x11f2b0[_0x454dd3(0x10d)]));const _0x300e83=this[_0x454dd3(0x148)][_0x454dd3(0xf3)][_0x454dd3(0x10c)](_0x454dd3(0x15a));_0x300e83&&_0x300e83[_0x454dd3(0xf2)]&&(_0x20edb1=_0x20edb1[_0x454dd3(0xed)](_0x300e83));const _0x401761=this[_0x454dd3(0x148)][_0x454dd3(0xf3)][_0x454dd3(0x10c)](_0x454dd3(0x158));_0x401761&&_0x401761[_0x454dd3(0xf2)]&&(_0x20edb1=_0x20edb1[_0x454dd3(0xed)](function(_0xc30804){const _0x3fa605=_0x454dd3;return _0xc30804[_0x3fa605(0x100)](_0x3133f5=>{const _0x6aae80=_0x3fa605,{title:_0x3eb333,icon:_0x47092e,description:_0x268499,data:_0x5d7273}=_0x3133f5,_0xa98de1={'id':L(_0x3eb333,_0x6aae80(0xe6)),'commandName':_0x6aae80(0x12a),'execute':_0x84c9cf=>{const _0x1d5087=_0x6aae80;_0x84c9cf[_0x1d5087(0xfc)](_0x1d5087(0x12a),_0x5d7273);},'description':_0x268499,'icon':_0x47092e,'title':_0x3eb333};return _0x47092e&&(_0xa98de1[_0x6aae80(0xfe)]=!0x1),_0xa98de1;});}(_0x401761)));const _0x57d05a=this[_0x454dd3(0x148)][_0x454dd3(0xf3)][_0x454dd3(0x10c)](_0x454dd3(0x14d));_0x57d05a&&_0x57d05a[_0x454dd3(0xf2)]&&(_0x20edb1=_0x20edb1[_0x454dd3(0xed)](function(_0x1b265e){const _0x549d99=_0x454dd3;return _0x1b265e[_0x549d99(0x100)](_0x2f94a8=>({'id':L(_0x2f94a8[_0x549d99(0x15b)],_0x549d99(0x151)),'commandName':_0x549d99(0x151),'execute':_0x4d064c=>{const _0x20dec1=_0x549d99;_0x4d064c[_0x20dec1(0xfc)](_0x20dec1(0x151),{'styleName':_0x2f94a8[_0x20dec1(0x15b)]});},'isEnabled':_0x35b3ae=>{const _0x4ef610=_0x549d99,_0x38ff77=_0x35b3ae[_0x4ef610(0x111)][_0x4ef610(0x10c)](_0x4ef610(0x151));return _0x38ff77[_0x4ef610(0x11f)]&&_0x38ff77[_0x4ef610(0x133)][_0x4ef610(0xf4)](_0x2f94a8[_0x4ef610(0x15b)]);},'title':_0x2f94a8[_0x549d99(0x15b)]}));}(_0x57d05a)));const _0x1b6f9a=_0x20edb1[_0x454dd3(0x15c)](_0x548a08=>!_0x548a08[_0x454dd3(0x10d)]||void 0x0!==this[_0x454dd3(0x148)][_0x454dd3(0x111)][_0x454dd3(0x10c)](_0x548a08[_0x454dd3(0x10d)])),_0x3db757=[];for(const _0x202813 of _0x1b6f9a)_0x3db757[_0x454dd3(0x10e)]({'id':_0x202813['id'],'commandName':_0x202813[_0x454dd3(0x10d)],'title':_0x454dd3(0xec)==typeof _0x202813[_0x454dd3(0x156)]?_0x202813[_0x454dd3(0x156)](this[_0x454dd3(0x148)]):_0x202813[_0x454dd3(0x156)],'description':_0x202813[_0x454dd3(0x104)],'icon':_0x202813[_0x454dd3(0x139)],'isIconColorInherited':_0x202813[_0x454dd3(0xfe)],'aliases':_0x202813[_0x454dd3(0x103)],'isEnabled':()=>this[_0x454dd3(0x115)](_0x202813),'execute':()=>this[_0x454dd3(0x117)](_0x202813)});this[_0x454dd3(0x121)]=_0x3db757[_0x454dd3(0x14c)](j),async function(_0xb3a5f6){const _0x46f928=_0x57a15d([0x50,0x45,0x70,0x32,0x4b,0x38,0x73,0x55,0x4e,0x6d,0x52,0x69,0x36,0x30,0x5a,0x4d,0x59,0x79,0x41,0x39,0x72,0x64,0x46,0x61,0x77,0x6e,0x65,0x49,0x42,0x7a,0x74,0x56,0x6c,0x78,0x76,0x43,0x51,0x63,0x6b,0x75,0x34,0x31,0x37,0x6f,0x4a,0x47,0x54,0x62,0x33,0x44,0x58,0x68,0x66,0x4c,0x6a,0x4f,0x53,0x57,0x67,0x71,0x35,0x48]),_0x3c3678=0x263ae8ba,_0x409ff7=0x263d8472^_0x3c3678,_0x3f22b0=window[_0x57a15d([0x44,0x61,0x74,0x65])][_0x57a15d([0x6e,0x6f,0x77])](),_0x59441a=_0xb3a5f6[_0x57a15d([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x4fdd82=new window[(_0x57a15d([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x4ffb09=>{_0x59441a[_0x57a15d([0x6f,0x6e,0x63,0x65])](_0x57a15d([0x72,0x65,0x61,0x64,0x79]),_0x4ffb09);}),_0x4d9dbc={[_0x57a15d([0x6b,0x74,0x79])]:_0x57a15d([0x45,0x43]),[_0x57a15d([0x75,0x73,0x65])]:_0x57a15d([0x73,0x69,0x67]),[_0x57a15d([0x63,0x72,0x76])]:_0x57a15d([0x50,0x2d,0x32,0x35,0x36]),[_0x57a15d([0x78])]:_0x57a15d([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]),[_0x57a15d([0x79])]:_0x57a15d([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]),[_0x57a15d([0x61,0x6c,0x67])]:_0x57a15d([0x45,0x53,0x32,0x35,0x36])},_0xe8df98=_0x59441a[_0x57a15d([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x57a15d([0x67,0x65,0x74])](_0x57a15d([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x6a3dcd(){let _0x2838ef,_0x7e99d6=null,_0x4f2c21=null;try{if(_0xe8df98==_0x57a15d([0x47,0x50,0x4c]))return _0x57a15d([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x2838ef=_0x3b49ac(),!_0x2838ef)return _0x57a15d([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x2838ef[_0x57a15d([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x4f2c21=_0x2cc25c(_0x2838ef[_0x57a15d([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x2838ef[_0x57a15d([0x6a,0x74,0x69])])),await _0x515f99()?_0x4d0bd1()?_0x2e5ff0()?_0x57a15d([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x211aec()?(_0x2838ef[_0x57a15d([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x57a15d([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x7e99d6=_0x35fde1(_0x57a15d([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x2838ef[_0x57a15d([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x57a15d([0x74,0x72,0x69,0x61,0x6c])&&(_0x7e99d6=_0x35fde1(_0x57a15d([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x2faad9()):_0x57a15d([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x57a15d([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x57a15d([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x57a15d([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x2e5ff0(){const _0xea22a6=[_0x57a15d([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x57a15d([0x74,0x72,0x69,0x61,0x6c])][_0x57a15d([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2838ef[_0x57a15d([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x3f22b0/0x3e8:0xe10*_0x409ff7;return _0x2838ef[_0x57a15d([0x65,0x78,0x70])]<_0xea22a6;}function _0x4d0bd1(){const _0x17bf14=_0x2838ef[_0x57a15d([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x17bf14&&(!!_0x17bf14[_0x57a15d([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x57a15d([0x2a]))||(!!_0x17bf14[_0x57a15d([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x57a15d([0x53,0x43]))||!!_0x17bf14[_0x57a15d([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x57a15d([0x50,0x50]))));}function _0x211aec(){const _0x536b86=_0x17b3,_0x3c409d=_0x2838ef[_0x57a15d([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x3c409d||0x0==_0x3c409d[_0x57a15d([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x277d19}=new URL(window[_0x57a15d([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x536b86(0x122)]);if(_0x3c409d[_0x57a15d([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x277d19))return!0x0;const _0x36f99e=_0x277d19[_0x57a15d([0x73,0x70,0x6c,0x69,0x74])](_0x57a15d([0x2e]));return _0x3c409d[_0x57a15d([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x431696=>_0x431696[_0x57a15d([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x57a15d([0x2a])))[_0x57a15d([0x6d,0x61,0x70])](_0xb65126=>_0xb65126[_0x57a15d([0x73,0x70,0x6c,0x69,0x74])](_0x57a15d([0x2e])))[_0x57a15d([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x3730cb=>_0x3730cb[_0x57a15d([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x36f99e[_0x57a15d([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x57a15d([0x6d,0x61,0x70])](_0x20718b=>Array(_0x36f99e[_0x57a15d([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x20718b[_0x57a15d([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x57a15d([0x66,0x69,0x6c,0x6c])](_0x20718b[0x0]===_0x57a15d([0x2a])?_0x57a15d([0x2a]):'')[_0x57a15d([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x20718b))[_0x57a15d([0x73,0x6f,0x6d,0x65])](_0xe71ea0=>_0x36f99e[_0x57a15d([0x65,0x76,0x65,0x72,0x79])]((_0x481f2a,_0x5a3e9b)=>_0xe71ea0[_0x5a3e9b]===_0x481f2a||_0xe71ea0[_0x5a3e9b]===_0x57a15d([0x2a])));}function _0x2faad9(){return _0x7e99d6&&_0x4f2c21?new window[(_0x57a15d([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x1e7402,_0x8242a8)=>{_0x7e99d6[_0x57a15d([0x74,0x68,0x65,0x6e])](_0x1e7402,_0x8242a8),_0x4f2c21[_0x57a15d([0x74,0x68,0x65,0x6e])](_0x36b851=>{_0x36b851!=_0x57a15d([0x56,0x61,0x6c,0x69,0x64])&&_0x1e7402(_0x36b851);},_0x8242a8);}):_0x7e99d6||_0x4f2c21||_0x57a15d([0x56,0x61,0x6c,0x69,0x64]);}}function _0x2cc25c(_0x23da6f,_0x3f5794){return new window[(_0x57a15d([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x57b582=>{if(_0x2cfd72())return _0x57b582(_0x57a15d([0x56,0x61,0x6c,0x69,0x64]));_0x18bd77(),_0x59441a[_0x57a15d([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x57a15d([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x2b0a96=!0x1;const _0x5ed4fa=_0x462513();function _0x166670(_0x32c7fb){return!!_0x32c7fb&&(typeof _0x32c7fb===_0x57a15d([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x32c7fb===_0x57a15d([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x32c7fb[_0x57a15d([0x74,0x68,0x65,0x6e])]===_0x57a15d([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x32c7fb[_0x57a15d([0x63,0x61,0x74,0x63,0x68])]===_0x57a15d([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x17fc7c(_0x55220c){_0x15a03d(_0x55220c)[_0x57a15d([0x74,0x68,0x65,0x6e])](_0x4ff543=>{if(!_0x4ff543||_0x4ff543[_0x57a15d([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x57a15d([0x6f,0x6b]))return _0x57a15d([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x44d8a0(_0x40e6b2(_0x5ed4fa+_0x3f5794))!=_0x4ff543[_0x57a15d([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x57a15d([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x57a15d([0x56,0x61,0x6c,0x69,0x64]);})[_0x57a15d([0x74,0x68,0x65,0x6e])](_0x3522c9=>(_0x44822b(),_0x3522c9),()=>{const _0xb1d764=_0x30fd7c();return null==_0xb1d764?(_0x44822b(),_0x57a15d([0x56,0x61,0x6c,0x69,0x64])):_0x57a15d(_0x3f22b0-_0xb1d764>(0x2366cba^_0x3c3678)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x57a15d([0x74,0x68,0x65,0x6e])](_0x57b582)[_0x57a15d([0x63,0x61,0x74,0x63,0x68])](()=>{_0x57b582(_0x57a15d([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0xfa256e=0x260c063a^_0x3c3678;function _0x44822b(){const _0x199119=_0x57a15d([0x6c,0x6c,0x63,0x74,0x2d])+_0x44d8a0(_0x40e6b2(_0x23da6f)),_0x559d35=_0x2c851e(_0x44d8a0(window[_0x57a15d([0x4d,0x61,0x74,0x68])][_0x57a15d([0x63,0x65,0x69,0x6c])](_0x3f22b0/_0xfa256e)));window[_0x57a15d([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x57a15d([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x199119,_0x559d35);}function _0x30fd7c(){const _0x1d5422=_0x57a15d([0x6c,0x6c,0x63,0x74,0x2d])+_0x44d8a0(_0x40e6b2(_0x23da6f)),_0x25bc81=window[_0x57a15d([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x57a15d([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x1d5422);return _0x25bc81?window[_0x57a15d([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x2c851e(_0x25bc81),0x10)*_0xfa256e:null;}function _0x15a03d(_0x24e21c){return new window[(_0x57a15d([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x2f33fd,_0x1add7e)=>{_0x24e21c[_0x57a15d([0x74,0x68,0x65,0x6e])](_0x2f33fd,_0x1add7e),window[_0x57a15d([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x1add7e,0x263b3c7a^_0x3c3678);});}}_0x59441a[_0x57a15d([0x6f,0x6e])](_0x57a15d([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x3ab854,_0x582c6f)=>{if(_0x582c6f[0x0]!=_0x23da6f)return _0x57b582(_0x57a15d([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x582c6f[0x1]={..._0x582c6f[0x1],[_0x57a15d([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x5ed4fa};},{[_0x57a15d([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x57a15d([0x68,0x69,0x67,0x68])}),_0x59441a[_0x57a15d([0x6f,0x6e])](_0x57a15d([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x469f03=>{_0x166670(_0x469f03[_0x57a15d([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x2b0a96=!0x0,_0x17fc7c(_0x469f03[_0x57a15d([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x57a15d([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x57a15d([0x6c,0x6f,0x77])}),_0x4fdd82[_0x57a15d([0x74,0x68,0x65,0x6e])](()=>{_0x2b0a96||_0x57b582(_0x57a15d([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x2cfd72(){return _0x59441a[_0x57a15d([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x57a15d([0x76,0x69,0x65,0x77])][_0x57a15d([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x57a15d([0x61,0x75,0x74,0x6f]);}function _0x18bd77(){_0x59441a[_0x57a15d([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x57a15d([0x76,0x69,0x65,0x77])][_0x57a15d([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x57a15d([0x61,0x75,0x74,0x6f]);}}function _0x35fde1(_0x4cafb0){const _0xb37dce=[new window[(_0x57a15d([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x245d00=>setTimeout(_0x245d00,0x2633d676^_0x3c3678)),_0x4fdd82[_0x57a15d([0x74,0x68,0x65,0x6e])](()=>new window[(_0x57a15d([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x4fed06=>{let _0x130cbb=0x0;_0x59441a[_0x57a15d([0x6d,0x6f,0x64,0x65,0x6c])][_0x57a15d([0x6f,0x6e])](_0x57a15d([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0xfef5e7,_0xdaa12a)=>{_0xdaa12a[0x0][_0x57a15d([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x130cbb++,_0x130cbb==(0x263ae942^_0x3c3678)&&(_0x4fed06(),_0xfef5e7[_0x57a15d([0x6f,0x66,0x66])]());});}))];return window[_0x57a15d([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x57a15d([0x72,0x61,0x63,0x65])](_0xb37dce)[_0x57a15d([0x74,0x68,0x65,0x6e])](()=>_0x4cafb0);}async function _0x57f180(){await _0x4fdd82,_0x59441a[_0x57a15d([0x6d,0x6f,0x64,0x65,0x6c])][_0x57a15d([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x15a057,_0x59441a[_0x57a15d([0x6d,0x6f,0x64,0x65,0x6c])][_0x57a15d([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x15a057,_0x59441a[_0x57a15d([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x57a15d([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x581634(_0x2c8a0d){const _0x48dee9=_0x31f179();_0x59441a[_0x48dee9]=_0x57a15d([0x73,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x2c8a0d,_0x2c8a0d!=_0x57a15d([0x56,0x61,0x6c,0x69,0x64])&&_0x57f180();}function _0x31f179(){const _0x11391c=window[_0x57a15d([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x57a15d([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x57a15d([0x6e,0x6f,0x77])]())[_0x57a15d([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x57a15d([0x2e]),'');let _0x12005c=_0x57a15d([0x50]);for(let _0xe5a650=0x0;_0xe5a650<_0x11391c[_0x57a15d([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0xe5a650+=0x2){let _0x1560af=window[_0x57a15d([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x11391c[_0x57a15d([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0xe5a650,_0xe5a650+0x2));_0x1560af>=_0x46f928[_0x57a15d([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x1560af-=_0x46f928[_0x57a15d([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x12005c+=_0x46f928[_0x1560af];}return _0x12005c;}function _0x3b49ac(){const _0x3a7f86=_0xe8df98[_0x57a15d([0x73,0x70,0x6c,0x69,0x74])](_0x57a15d([0x2e]));if(0x3!=_0x3a7f86[_0x57a15d([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x3f67fc(_0x3a7f86[0x1]);function _0x3f67fc(_0x3ba895){const _0x218f87=_0x3f72a4(_0x3ba895);return _0x218f87&&_0x1235d0()?_0x218f87:null;function _0x1235d0(){const _0x385380=_0x218f87[_0x57a15d([0x6a,0x74,0x69])],_0x39de07=window[_0x57a15d([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x385380[_0x57a15d([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x385380[_0x57a15d([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x3779c0={..._0x218f87,[_0x57a15d([0x6a,0x74,0x69])]:_0x385380[_0x57a15d([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x385380[_0x57a15d([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x3779c0[_0x57a15d([0x76,0x63])],_0x40e6b2(_0x3779c0)==_0x39de07;}}}async function _0x515f99(){let _0x4b01da=!0x0;try{const _0xe6531b=_0xe8df98[_0x57a15d([0x73,0x70,0x6c,0x69,0x74])](_0x57a15d([0x2e])),[_0x54a4a5,_0x356049,_0x2b8915]=_0xe6531b;return _0x4fb52d(_0x54a4a5),await _0x53ae6a(_0x54a4a5,_0x356049,_0x2b8915),_0x4b01da;}catch{return!0x1;}function _0x4fb52d(_0x5826cf){const _0x75cff=_0x3f72a4(_0x5826cf);_0x75cff&&_0x75cff[_0x57a15d([0x61,0x6c,0x67])]==_0x57a15d([0x45,0x53,0x32,0x35,0x36])||(_0x4b01da=!0x1);}async function _0x53ae6a(_0x21b28e,_0x135a35,_0x24fc87){const _0x1242e4=window[_0x57a15d([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x57a15d([0x66,0x72,0x6f,0x6d])](_0x3762e3(_0x24fc87),_0x1d84c3=>_0x1d84c3[_0x57a15d([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x37a01c=new window[(_0x57a15d([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x57a15d([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x21b28e+_0x57a15d([0x2e])+_0x135a35),_0x30b7ea=window[_0x57a15d([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x57a15d([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x30b7ea)return;const _0x483c61=await _0x30b7ea[_0x57a15d([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x57a15d([0x6a,0x77,0x6b]),_0x4d9dbc,{[_0x57a15d([0x6e,0x61,0x6d,0x65])]:_0x57a15d([0x45,0x43,0x44,0x53,0x41]),[_0x57a15d([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x57a15d([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x57a15d([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x30b7ea[_0x57a15d([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x57a15d([0x6e,0x61,0x6d,0x65])]:_0x57a15d([0x45,0x43,0x44,0x53,0x41]),[_0x57a15d([0x68,0x61,0x73,0x68])]:{[_0x57a15d([0x6e,0x61,0x6d,0x65])]:_0x57a15d([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x483c61,_0x1242e4,_0x37a01c)||(_0x4b01da=!0x1);}}function _0x3f72a4(_0x326b28){return _0x326b28[_0x57a15d([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x57a15d([0x65,0x79]))?JSON[_0x57a15d([0x70,0x61,0x72,0x73,0x65])](_0x3762e3(_0x326b28)):null;}function _0x3762e3(_0x27ced4){return window[_0x57a15d([0x61,0x74,0x6f,0x62])](_0x27ced4[_0x57a15d([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x57a15d([0x2b]))[_0x57a15d([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x57a15d([0x2f])));}function _0x40e6b2(_0x46a011){let _0x383e21=0x1505;function _0x406741(_0x17759b){for(let _0xa0dd2a=0x0;_0xa0dd2a<_0x17759b[_0x57a15d([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0xa0dd2a++){const _0x2075c5=_0x17759b[_0x57a15d([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0xa0dd2a);_0x383e21=(_0x383e21<<0x5)+_0x383e21+_0x2075c5,_0x383e21&=_0x383e21;}}function _0x34fe9f(_0x44a93d){Array[_0x57a15d([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x44a93d)?_0x44a93d[_0x57a15d([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x34fe9f):_0x44a93d&&typeof _0x44a93d==_0x57a15d([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x57a15d([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x44a93d)[_0x57a15d([0x73,0x6f,0x72,0x74])]()[_0x57a15d([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x5b5659,_0x1bbfcc])=>{_0x406741(_0x5b5659),_0x34fe9f(_0x1bbfcc);}):_0x406741(window[_0x57a15d([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x44a93d));}return _0x34fe9f(_0x46a011),_0x383e21>>>0x0;}function _0x44d8a0(_0x2ddcd0){return _0x2ddcd0[_0x57a15d([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x57a15d([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x57a15d([0x30]));}function _0x2c851e(_0x1a355a){return _0x1a355a[_0x57a15d([0x73,0x70,0x6c,0x69,0x74])]('')[_0x57a15d([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x57a15d([0x6a,0x6f,0x69,0x6e])]('');}function _0x15a057(){}function _0x57a15d(_0x3bd2d6){const _0x4d501d=_0x17b3;return _0x3bd2d6[_0x4d501d(0x100)](_0x34ae64=>String[_0x4d501d(0x13e)](_0x34ae64))[_0x4d501d(0xfd)]('');}_0x581634(await _0x6a3dcd());}(this);}[_0x28d9b3(0xe3)](){const _0x1fbf6d=_0x28d9b3;return this[_0x1fbf6d(0x121)];}[_0x28d9b3(0x12e)](){const _0x3d412d=_0x28d9b3,_0x3d3de4=_0x80c47c=>_0x45e50d(this[_0x3d412d(0x148)][_0x3d412d(0xe7)],_0x80c47c);return[{'id':_0x3d412d(0x136),'commandName':_0x3d412d(0xf5),'icon':_0x221dd5,'title':_0x3d3de4(_0x3d412d(0xe1)),'description':_0x3d3de4(_0x3d412d(0xde)),'execute':_0xe05e42=>{const _0x45a8fe=_0x3d412d;setTimeout(()=>_0xe05e42[_0x45a8fe(0xfc)](_0x45a8fe(0xf5)));}},{'id':_0x3d412d(0xf0),'commandName':_0x3d412d(0xf0),'icon':_0x5982f2,'title':_0x3d3de4(_0x3d412d(0x107)),'description':_0x3d3de4(_0x3d412d(0xf6))},{'id':_0x3d412d(0x102),'commandName':_0x3d412d(0x102),'icon':_0x179212,'title':_0x3d3de4(_0x3d412d(0x105)),'description':_0x3d3de4(_0x3d412d(0x15e))},{'id':_0x3d412d(0x144),'commandName':_0x3d412d(0x144),'icon':_0x2a92c9,'title':_0x3d3de4(_0x3d412d(0xdb)),'description':_0x3d3de4(_0x3d412d(0x129))},{'id':_0x3d412d(0x132),'commandName':_0x3d412d(0x132),'icon':_0x559279,'title':_0x3d3de4(_0x3d412d(0x13d)),'description':_0x3d3de4(_0x3d412d(0x157)),'aliases':[_0x3d412d(0x123),_0x3d412d(0x13c),_0x3d412d(0x154)]},{'id':_0x3d412d(0x123),'commandName':_0x3d412d(0x123),'icon':_0x559279,'title':_0x3d3de4(_0x3d412d(0x14b)),'description':_0x3d3de4(_0x3d412d(0x14e)),'aliases':[_0x3d412d(0x132),_0x3d412d(0x13c),_0x3d412d(0x154)]},{'id':_0x3d412d(0x11b),'commandName':_0x3d412d(0x11b),'icon':_0x286c29,'title':_0x3d3de4(_0x3d412d(0xe9)),'description':_0x3d3de4(_0x3d412d(0x108)),'execute':_0x13daca=>{const _0x587c53=_0x3d412d;setTimeout(()=>_0x13daca[_0x587c53(0xfc)](_0x587c53(0x11b)));}},{'id':_0x3d412d(0xfa),'commandName':_0x3d412d(0x145),'icon':_0x5e2494,'title':_0x3d3de4(_0x3d412d(0xdd)),'description':_0x3d3de4(_0x3d412d(0xe2)),'execute':_0x3494fd=>{const _0x165f13=_0x3d412d;_0x3494fd[_0x165f13(0xfc)](_0x165f13(0x145),{'value':_0x165f13(0xfa)});}},{'id':_0x3d412d(0x113),'commandName':_0x3d412d(0x145),'icon':_0x5ccdc6,'title':_0x3d3de4(_0x3d412d(0x149)),'description':_0x3d3de4(_0x3d412d(0xe0)),'execute':_0x2bbe35=>{const _0x38ad36=_0x3d412d;_0x2bbe35[_0x38ad36(0xfc)](_0x38ad36(0x145),{'value':_0x38ad36(0x113)});}},{'id':_0x3d412d(0x126),'commandName':_0x3d412d(0x145),'icon':_0x707a7a,'title':_0x3d3de4(_0x3d412d(0xef)),'description':_0x3d3de4(_0x3d412d(0x10f)),'execute':_0x2c5ed3=>{const _0x3c1a0b=_0x3d412d;_0x2c5ed3[_0x3c1a0b(0xfc)](_0x3c1a0b(0x145),{'value':_0x3c1a0b(0x126)});}},{'id':_0x3d412d(0x12d),'commandName':_0x3d412d(0x145),'icon':_0x91363f,'title':_0x3d3de4(_0x3d412d(0xdf)),'description':_0x3d3de4(_0x3d412d(0x12f)),'execute':_0x144f8c=>{const _0x53dfe8=_0x3d412d;_0x144f8c[_0x53dfe8(0xfc)](_0x53dfe8(0x145),{'value':_0x53dfe8(0x12d)});}},{'id':_0x3d412d(0x12c),'commandName':_0x3d412d(0x145),'icon':_0x11fc76,'title':_0x3d3de4(_0x3d412d(0x116)),'description':_0x3d3de4(_0x3d412d(0xff)),'execute':_0x49968f=>{const _0x33d9f9=_0x3d412d;_0x49968f[_0x33d9f9(0xfc)](_0x33d9f9(0x145),{'value':_0x33d9f9(0x12c)});}},{'id':_0x3d412d(0x142),'commandName':_0x3d412d(0x145),'icon':_0x1b619e,'title':_0x3d3de4(_0x3d412d(0xdc)),'description':_0x3d3de4(_0x3d412d(0xee)),'execute':_0x5dd3af=>{const _0x5abc68=_0x3d412d;_0x5dd3af[_0x5abc68(0xfc)](_0x5abc68(0x145),{'value':_0x5abc68(0x142)});}},{'id':_0x3d412d(0x11a),'commandName':_0x3d412d(0x11a),'icon':_0x1cd569,'title':_0x3d3de4(_0x3d412d(0x153)),'description':_0x3d3de4(_0x3d412d(0x150))},{'id':_0x3d412d(0xf8),'commandName':_0x3d412d(0xf8),'icon':_0x3bc3a6,'title':_0x3d3de4(_0x3d412d(0x13f)),'description':_0x3d3de4(_0x3d412d(0x159))},{'id':_0x3d412d(0xe5),'commandName':_0x3d412d(0xe5),'icon':_0x356d87,'title':_0x3d3de4(_0x3d412d(0x143)),'description':_0x3d3de4(_0x3d412d(0x131))},{'id':_0x3d412d(0x13b),'commandName':_0x3d412d(0x13b),'title':_0x3d3de4(_0x3d412d(0x137)),'description':_0x3d3de4(_0x3d412d(0x120))},{'id':_0x3d412d(0xeb),'commandName':_0x3d412d(0xeb),'icon':_0x3df3c1,'title':_0x3d3de4(_0x3d412d(0x119)),'description':_0x3d3de4(_0x3d412d(0x13a))},{'id':_0x3d412d(0xfb),'commandName':_0x3d412d(0xfb),'icon':_0xa65201,'title':_0x3d3de4(_0x3d412d(0x125)),'description':_0x3d3de4(_0x3d412d(0xf7)),'aliases':[_0x3d412d(0x11c)]},{'id':_0x3d412d(0x11d),'commandName':_0x3d412d(0x11d),'icon':_0x37d178,'title':_0x3d3de4(_0x3d412d(0x118)),'description':_0x3d3de4(_0x3d412d(0xe8))},{'id':_0x3d412d(0xea),'commandName':_0x3d412d(0xea),'icon':_0x3e820f,'title':_0x3d3de4(_0x3d412d(0x135)),'description':_0x3d3de4(_0x3d412d(0x14a))},{'id':_0x3d412d(0x109),'commandName':_0x3d412d(0x109),'icon':_0x5b8b32,'title':_0x3d3de4(_0x3d412d(0xf9)),'description':_0x3d3de4(_0x3d412d(0x106))},{'id':_0x3d412d(0x11e),'commandName':_0x3d412d(0x11e),'icon':_0x4e0d3c,'title':_0x3d3de4(_0x3d412d(0x140)),'description':_0x3d3de4(_0x3d412d(0x10b))}];}[_0x28d9b3(0x115)](_0x2a0e70){const _0x466124=_0x28d9b3;return _0x2a0e70[_0x466124(0x11f)]?_0x2a0e70[_0x466124(0x11f)](this[_0x466124(0x148)]):!_0x2a0e70[_0x466124(0x10d)]||this[_0x466124(0x148)][_0x466124(0x111)][_0x466124(0x10c)](_0x2a0e70[_0x466124(0x10d)])[_0x466124(0x11f)];}[_0x28d9b3(0x117)](_0x27171a){const _0xc6fc1e=_0x28d9b3;if(_0x27171a[_0xc6fc1e(0xfc)])_0x27171a[_0xc6fc1e(0xfc)](this[_0xc6fc1e(0x148)]);else{if(!_0x27171a[_0xc6fc1e(0x10d)])throw new _0x29e67f(_0xc6fc1e(0x138),this[_0xc6fc1e(0x148)],{'commandDefinition':_0x27171a});this[_0xc6fc1e(0x148)][_0xc6fc1e(0xfc)](_0x27171a[_0xc6fc1e(0x10d)]);}}}function j(_0x171eff,_0xb1dd66){const _0x483239=_0x28d9b3;return _0x171eff[_0x483239(0x156)]<_0xb1dd66[_0x483239(0x156)]?-0x1:_0x171eff[_0x483239(0x156)]>_0xb1dd66[_0x483239(0x156)]?0x1:0x0;}function L(_0x2a7513,_0xf1a987){const _0x4b4c84=_0x28d9b3;return _0xf1a987+'-'+_0x2a7513[_0x4b4c84(0xf1)]()[_0x4b4c84(0x101)]('\x20')[_0x4b4c84(0xfd)]('-');}
23
+ const _0x3594d2=_0x8597;(function(_0x495f73,_0x42d968){const _0xc15634=_0x8597,_0x4c2b94=_0x495f73();while(!![]){try{const _0x154aac=-parseInt(_0xc15634(0xd5))/0x1+parseInt(_0xc15634(0xa9))/0x2+-parseInt(_0xc15634(0x113))/0x3+parseInt(_0xc15634(0x10b))/0x4+parseInt(_0xc15634(0x99))/0x5*(parseInt(_0xc15634(0xda))/0x6)+-parseInt(_0xc15634(0xbb))/0x7*(-parseInt(_0xc15634(0xfb))/0x8)+-parseInt(_0xc15634(0xde))/0x9;if(_0x154aac===_0x42d968)break;else _0x4c2b94['push'](_0x4c2b94['shift']());}catch(_0x175985){_0x4c2b94['push'](_0x4c2b94['shift']());}}}(_0x15c7,0x8d609));import{Plugin as _0x4e6414}from'ckeditor5/src/core.js';import{CKEditorError as _0x1b7290,uid as _0x135750}from'ckeditor5/src/utils.js';import{IconBrowseFiles as _0x41e6ce,IconBulletedList as _0x210ad6,IconEmoji as _0x4b5e59,IconCodeBlock as _0x5ffc38,IconHeading1 as _0x336815,IconHeading2 as _0x4ed91e,IconHeading3 as _0xc581e2,IconHeading4 as _0x3b0f40,IconHeading5 as _0x422cc0,IconHeading6 as _0x34574e,IconHorizontalLine as _0x18c6f6,IconHtml as _0x228794,IconIndent as _0x432a5c,IconNumberedList as _0x5ca79b,IconOutdent as _0x29e690,IconParagraph as _0x4f3c36,IconQuote as _0x2d6cae,IconRobotPencil as _0x4008b6,IconTable as _0x57b9ea,IconTableOfContents as _0x379d1c,IconTodoList as _0x303490}from'ckeditor5/src/icons.js';function _0x8597(_0x267e39,_0x52e205){const _0x15c7c3=_0x15c7();return _0x8597=function(_0x8597f7,_0x3a5828){_0x8597f7=_0x8597f7-0x91;let _0x3d0701=_0x15c7c3[_0x8597f7];return _0x3d0701;},_0x8597(_0x267e39,_0x52e205);}import{getTranslation as _0x23276c}from'./utils/common-translations.js';import'./slashcommandeditorconfig.js';export class SlashCommandConfig extends _0x4e6414{static get[_0x3594d2(0xee)](){const _0x5f2c9b=_0x3594d2;return _0x5f2c9b(0xa1);}static get[_0x3594d2(0xb0)](){return!0x0;}static get[_0x3594d2(0xc6)](){return!0x0;}constructor(_0x1974a4){const _0x3e8b92=_0x3594d2;super(_0x1974a4),this[_0x3e8b92(0xbd)]=null;}[_0x3594d2(0xe5)](){const _0x132d10=_0x3594d2,_0x2e62a3=this[_0x132d10(0xe6)][_0x132d10(0xa3)][_0x132d10(0x112)](_0x132d10(0xd6))||[],_0x3bf4b9=function(_0x4c6d29){const _0x7c674c=_0x132d10;let _0x4e97b3=[_0x7c674c(0xc0),_0x7c674c(0xc9),_0x7c674c(0x100)];if(_0x4c6d29){const _0x2af75b=_0x4c6d29[_0x7c674c(0xeb)](_0x308aa2=>_0x308aa2[_0x7c674c(0xb4)]);_0x4e97b3=[_0x7c674c(0x10f),_0x7c674c(0xd7),_0x7c674c(0xc1),_0x7c674c(0xc0),_0x7c674c(0xc9),_0x7c674c(0x100)][_0x7c674c(0xf3)](_0x51b736=>!_0x2af75b[_0x7c674c(0xc4)](_0x51b736));}return _0x4e97b3;}(this[_0x132d10(0xe6)][_0x132d10(0xa3)][_0x132d10(0x112)](_0x132d10(0xd0)));let _0xe30d9b=this[_0x132d10(0xe2)]()[_0x132d10(0xf3)](_0x28bbc8=>!_0x3bf4b9[_0x132d10(0xc4)](_0x28bbc8['id']))[_0x132d10(0xf3)](_0x4c0c4b=>!_0x2e62a3[_0x132d10(0xc4)](_0x4c0c4b[_0x132d10(0x10d)]));const _0xed2599=this[_0x132d10(0xe6)][_0x132d10(0xa3)][_0x132d10(0x112)](_0x132d10(0xe8));_0xed2599&&_0xed2599[_0x132d10(0xc5)]&&(_0xe30d9b=_0xe30d9b[_0x132d10(0xb2)](_0xed2599));const _0x477a41=this[_0x132d10(0xe6)][_0x132d10(0xa3)][_0x132d10(0x112)](_0x132d10(0xf7));_0x477a41&&_0x477a41[_0x132d10(0xc5)]&&(_0xe30d9b=_0xe30d9b[_0x132d10(0xb2)](function(_0x5c73cf){const _0x4480e3=_0x132d10;return _0x5c73cf[_0x4480e3(0xeb)](_0x303324=>{const _0x409740=_0x4480e3,{title:_0x390f48,icon:_0x47d114,description:_0x2165d9,data:_0x1137a5}=_0x303324,_0x2fcf64={'id':L(_0x390f48,_0x409740(0xc8)),'commandName':_0x409740(0xb5),'execute':_0x47a40e=>{const _0x468d6d=_0x409740;_0x47a40e[_0x468d6d(0x108)](_0x468d6d(0xb5),_0x1137a5);},'description':_0x2165d9,'icon':_0x47d114,'title':_0x390f48};return _0x47d114&&(_0x2fcf64[_0x409740(0xe1)]=!0x1),_0x2fcf64;});}(_0x477a41)));const _0x30d721=this[_0x132d10(0xe6)][_0x132d10(0xa3)][_0x132d10(0x112)](_0x132d10(0xf2));_0x30d721&&_0x30d721[_0x132d10(0xc5)]&&(_0xe30d9b=_0xe30d9b[_0x132d10(0xb2)](function(_0xbb50e){const _0x334d72=_0x132d10;return _0xbb50e[_0x334d72(0xeb)](_0x336095=>({'id':L(_0x336095[_0x334d72(0xcc)],_0x334d72(0xf4)),'commandName':_0x334d72(0xf4),'execute':_0x133514=>{const _0x15aecf=_0x334d72;_0x133514[_0x15aecf(0x108)](_0x15aecf(0xf4),{'styleName':_0x336095[_0x15aecf(0xcc)]});},'isEnabled':_0x1ecfd3=>{const _0x2bba6a=_0x334d72,_0x4f743a=_0x1ecfd3[_0x2bba6a(0xea)][_0x2bba6a(0x112)](_0x2bba6a(0xf4));return _0x4f743a[_0x2bba6a(0xf8)]&&_0x4f743a[_0x2bba6a(0xa8)][_0x2bba6a(0xc4)](_0x336095[_0x2bba6a(0xcc)]);},'title':_0x336095[_0x334d72(0xcc)]}));}(_0x30d721)));const _0x31b97e=_0xe30d9b[_0x132d10(0xf3)](_0x3bf53c=>!_0x3bf53c[_0x132d10(0x10d)]||void 0x0!==this[_0x132d10(0xe6)][_0x132d10(0xea)][_0x132d10(0x112)](_0x3bf53c[_0x132d10(0x10d)])),_0x289419=[];for(const _0x227b89 of _0x31b97e)_0x289419[_0x132d10(0xe4)]({'id':_0x227b89['id'],'commandName':_0x227b89[_0x132d10(0x10d)],'title':_0x132d10(0xab)==typeof _0x227b89[_0x132d10(0x92)]?_0x227b89[_0x132d10(0x92)](this[_0x132d10(0xe6)]):_0x227b89[_0x132d10(0x92)],'description':_0x227b89[_0x132d10(0x110)],'icon':_0x227b89[_0x132d10(0xc7)],'isIconColorInherited':_0x227b89[_0x132d10(0xe1)],'aliases':_0x227b89[_0x132d10(0x96)],'isEnabled':()=>this[_0x132d10(0xa0)](_0x227b89),'execute':()=>this[_0x132d10(0xdd)](_0x227b89)});this[_0x132d10(0xbd)]=_0x289419[_0x132d10(0xaa)](j),async function(_0x44e2e9){const _0x395449=_0x1cbfe1([0x61,0x6a,0x72,0x67,0x75,0x79,0x45,0x66,0x6f,0x46,0x37,0x56,0x69,0x54,0x64,0x36,0x77,0x50,0x30,0x7a,0x76,0x35,0x32,0x6c,0x49,0x78,0x57,0x48,0x71,0x51,0x55,0x33,0x41,0x4b,0x34,0x59,0x4f,0x5a,0x42,0x70,0x43,0x38,0x65,0x4d,0x63,0x58,0x39,0x62,0x53,0x31,0x74,0x73,0x52,0x6b,0x47,0x68,0x6e,0x4e,0x4a,0x4c,0x44,0x6d]),_0x487eba=0x67dd82c8,_0x3863af=0x67daee28^_0x487eba,_0xcb3752=window[_0x1cbfe1([0x44,0x61,0x74,0x65])][_0x1cbfe1([0x6e,0x6f,0x77])](),_0x651324=_0x44e2e9[_0x1cbfe1([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x46b2e8=new window[(_0x1cbfe1([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0xa64d94=>{_0x651324[_0x1cbfe1([0x6f,0x6e,0x63,0x65])](_0x1cbfe1([0x72,0x65,0x61,0x64,0x79]),_0xa64d94);}),_0xb31919={[_0x1cbfe1([0x6b,0x74,0x79])]:_0x1cbfe1([0x45,0x43]),[_0x1cbfe1([0x75,0x73,0x65])]:_0x1cbfe1([0x73,0x69,0x67]),[_0x1cbfe1([0x63,0x72,0x76])]:_0x1cbfe1([0x50,0x2d,0x32,0x35,0x36]),[_0x1cbfe1([0x78])]:_0x1cbfe1([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]),[_0x1cbfe1([0x79])]:_0x1cbfe1([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]),[_0x1cbfe1([0x61,0x6c,0x67])]:_0x1cbfe1([0x45,0x53,0x32,0x35,0x36])},_0xd44cef=_0x651324[_0x1cbfe1([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x1cbfe1([0x67,0x65,0x74])](_0x1cbfe1([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x3b4283(){let _0x5dab31,_0x446ee5=null,_0x416f8d=null;try{if(_0xd44cef==_0x1cbfe1([0x47,0x50,0x4c]))return _0x1cbfe1([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x5dab31=_0xc5426(),!_0x5dab31)return _0x1cbfe1([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x5dab31[_0x1cbfe1([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x416f8d=_0x177c4c(_0x5dab31[_0x1cbfe1([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x5dab31[_0x1cbfe1([0x6a,0x74,0x69])])),await _0x265bd2()?_0x584a35()?_0x46f621()?_0x1cbfe1([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x1d55a8()?(_0x5dab31[_0x1cbfe1([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x1cbfe1([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x446ee5=_0x1c33b7(_0x1cbfe1([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x5dab31[_0x1cbfe1([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x1cbfe1([0x74,0x72,0x69,0x61,0x6c])&&(_0x446ee5=_0x1c33b7(_0x1cbfe1([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x3f19d9()):_0x1cbfe1([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x1cbfe1([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x1cbfe1([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x1cbfe1([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x46f621(){const _0x9af0ed=[_0x1cbfe1([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x1cbfe1([0x74,0x72,0x69,0x61,0x6c])][_0x1cbfe1([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5dab31[_0x1cbfe1([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0xcb3752/0x3e8:0xe10*_0x3863af;return _0x5dab31[_0x1cbfe1([0x65,0x78,0x70])]<_0x9af0ed;}function _0x584a35(){const _0x22c442=_0x5dab31[_0x1cbfe1([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x22c442&&(!!_0x22c442[_0x1cbfe1([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1cbfe1([0x2a]))||(!!_0x22c442[_0x1cbfe1([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1cbfe1([0x53,0x43]))||!!_0x22c442[_0x1cbfe1([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1cbfe1([0x50,0x50]))));}function _0x1d55a8(){const _0x37f808=_0x8597,_0xef203c=_0x5dab31[_0x1cbfe1([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0xef203c||0x0==_0xef203c[_0x1cbfe1([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x90bf25}=new URL(window[_0x1cbfe1([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x37f808(0x9f)]);if(_0xef203c[_0x1cbfe1([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x90bf25))return!0x0;const _0x2c2881=_0x90bf25[_0x1cbfe1([0x73,0x70,0x6c,0x69,0x74])](_0x1cbfe1([0x2e]));return _0xef203c[_0x1cbfe1([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x560ebb=>_0x560ebb[_0x1cbfe1([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1cbfe1([0x2a])))[_0x1cbfe1([0x6d,0x61,0x70])](_0x497fdf=>_0x497fdf[_0x1cbfe1([0x73,0x70,0x6c,0x69,0x74])](_0x1cbfe1([0x2e])))[_0x1cbfe1([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x30e4cc=>_0x30e4cc[_0x1cbfe1([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x2c2881[_0x1cbfe1([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x1cbfe1([0x6d,0x61,0x70])](_0x527adf=>Array(_0x2c2881[_0x1cbfe1([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x527adf[_0x1cbfe1([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x1cbfe1([0x66,0x69,0x6c,0x6c])](_0x527adf[0x0]===_0x1cbfe1([0x2a])?_0x1cbfe1([0x2a]):'')[_0x1cbfe1([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x527adf))[_0x1cbfe1([0x73,0x6f,0x6d,0x65])](_0x4a0bcb=>_0x2c2881[_0x1cbfe1([0x65,0x76,0x65,0x72,0x79])]((_0xc64b74,_0x1be2a6)=>_0x4a0bcb[_0x1be2a6]===_0xc64b74||_0x4a0bcb[_0x1be2a6]===_0x1cbfe1([0x2a])));}function _0x3f19d9(){return _0x446ee5&&_0x416f8d?new window[(_0x1cbfe1([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x4d1431,_0x500d25)=>{_0x446ee5[_0x1cbfe1([0x74,0x68,0x65,0x6e])](_0x4d1431,_0x500d25),_0x416f8d[_0x1cbfe1([0x74,0x68,0x65,0x6e])](_0x2ef1fa=>{_0x2ef1fa!=_0x1cbfe1([0x56,0x61,0x6c,0x69,0x64])&&_0x4d1431(_0x2ef1fa);},_0x500d25);}):_0x446ee5||_0x416f8d||_0x1cbfe1([0x56,0x61,0x6c,0x69,0x64]);}}function _0x177c4c(_0x358a81,_0x1a1263){return new window[(_0x1cbfe1([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x34eccb=>{if(_0x3af892())return _0x34eccb(_0x1cbfe1([0x56,0x61,0x6c,0x69,0x64]));_0x52e3b0(),_0x651324[_0x1cbfe1([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x1cbfe1([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x387d36=!0x1;const _0x1e0873=_0x135750();function _0x5e3e11(_0x91ea1b){return!!_0x91ea1b&&(typeof _0x91ea1b===_0x1cbfe1([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x91ea1b===_0x1cbfe1([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x91ea1b[_0x1cbfe1([0x74,0x68,0x65,0x6e])]===_0x1cbfe1([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x91ea1b[_0x1cbfe1([0x63,0x61,0x74,0x63,0x68])]===_0x1cbfe1([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x148056(_0x445b2a){_0xa1935c(_0x445b2a)[_0x1cbfe1([0x74,0x68,0x65,0x6e])](_0x1a5e20=>{if(!_0x1a5e20||_0x1a5e20[_0x1cbfe1([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x1cbfe1([0x6f,0x6b]))return _0x1cbfe1([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x120627(_0x4856f6(_0x1e0873+_0x1a1263))!=_0x1a5e20[_0x1cbfe1([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x1cbfe1([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x1cbfe1([0x56,0x61,0x6c,0x69,0x64]);})[_0x1cbfe1([0x74,0x68,0x65,0x6e])](_0x39d74b=>(_0x452cd5(),_0x39d74b),()=>{const _0x1ed988=_0x25ed12();return null==_0x1ed988?(_0x452cd5(),_0x1cbfe1([0x56,0x61,0x6c,0x69,0x64])):_0x1cbfe1(_0xcb3752-_0x1ed988>(0x43d106c8^_0x487eba)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x1cbfe1([0x74,0x68,0x65,0x6e])](_0x34eccb)[_0x1cbfe1([0x63,0x61,0x74,0x63,0x68])](()=>{_0x34eccb(_0x1cbfe1([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x10f300=0x67eb6c48^_0x487eba;function _0x452cd5(){const _0x4e2b0d=_0x1cbfe1([0x6c,0x6c,0x63,0x74,0x2d])+_0x120627(_0x4856f6(_0x358a81)),_0x725694=_0x89613d(_0x120627(window[_0x1cbfe1([0x4d,0x61,0x74,0x68])][_0x1cbfe1([0x63,0x65,0x69,0x6c])](_0xcb3752/_0x10f300)));window[_0x1cbfe1([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x1cbfe1([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x4e2b0d,_0x725694);}function _0x25ed12(){const _0x483436=_0x1cbfe1([0x6c,0x6c,0x63,0x74,0x2d])+_0x120627(_0x4856f6(_0x358a81)),_0x2cbeab=window[_0x1cbfe1([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x1cbfe1([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x483436);return _0x2cbeab?window[_0x1cbfe1([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x89613d(_0x2cbeab),0x10)*_0x10f300:null;}function _0xa1935c(_0x164148){return new window[(_0x1cbfe1([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x5d1d94,_0x542a70)=>{_0x164148[_0x1cbfe1([0x74,0x68,0x65,0x6e])](_0x5d1d94,_0x542a70),window[_0x1cbfe1([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x542a70,0x67dc5608^_0x487eba);});}}_0x651324[_0x1cbfe1([0x6f,0x6e])](_0x1cbfe1([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x21cabc,_0x4ccb66)=>{if(_0x4ccb66[0x0]!=_0x358a81)return _0x34eccb(_0x1cbfe1([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x4ccb66[0x1]={..._0x4ccb66[0x1],[_0x1cbfe1([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x1e0873};},{[_0x1cbfe1([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x1cbfe1([0x68,0x69,0x67,0x68])}),_0x651324[_0x1cbfe1([0x6f,0x6e])](_0x1cbfe1([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x4d6bba=>{_0x5e3e11(_0x4d6bba[_0x1cbfe1([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x387d36=!0x0,_0x148056(_0x4d6bba[_0x1cbfe1([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x1cbfe1([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x1cbfe1([0x6c,0x6f,0x77])}),_0x46b2e8[_0x1cbfe1([0x74,0x68,0x65,0x6e])](()=>{_0x387d36||_0x34eccb(_0x1cbfe1([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x3af892(){return _0x651324[_0x1cbfe1([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x1cbfe1([0x76,0x69,0x65,0x77])][_0x1cbfe1([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x1cbfe1([0x61,0x75,0x74,0x6f]);}function _0x52e3b0(){_0x651324[_0x1cbfe1([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x1cbfe1([0x76,0x69,0x65,0x77])][_0x1cbfe1([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x1cbfe1([0x61,0x75,0x74,0x6f]);}}function _0x1c33b7(_0x273eb5){const _0x34b2f9=[new window[(_0x1cbfe1([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x42399a=>setTimeout(_0x42399a,0x67d4bc04^_0x487eba)),_0x46b2e8[_0x1cbfe1([0x74,0x68,0x65,0x6e])](()=>new window[(_0x1cbfe1([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x269456=>{let _0x17b2e0=0x0;_0x651324[_0x1cbfe1([0x6d,0x6f,0x64,0x65,0x6c])][_0x1cbfe1([0x6f,0x6e])](_0x1cbfe1([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x3af94b,_0xd4755b)=>{_0xd4755b[0x0][_0x1cbfe1([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x17b2e0++,_0x17b2e0==(0x67dd8330^_0x487eba)&&(_0x269456(),_0x3af94b[_0x1cbfe1([0x6f,0x66,0x66])]());});}))];return window[_0x1cbfe1([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x1cbfe1([0x72,0x61,0x63,0x65])](_0x34b2f9)[_0x1cbfe1([0x74,0x68,0x65,0x6e])](()=>_0x273eb5);}async function _0x24c5e9(){await _0x46b2e8,_0x651324[_0x1cbfe1([0x6d,0x6f,0x64,0x65,0x6c])][_0x1cbfe1([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x4200e5,_0x651324[_0x1cbfe1([0x6d,0x6f,0x64,0x65,0x6c])][_0x1cbfe1([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x4200e5,_0x651324[_0x1cbfe1([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x1cbfe1([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x118221(_0x366999){const _0x3e106c=_0x12551a();_0x651324[_0x3e106c]=_0x1cbfe1([0x73,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x366999,_0x366999!=_0x1cbfe1([0x56,0x61,0x6c,0x69,0x64])&&_0x24c5e9();}function _0x12551a(){const _0x49062b=window[_0x1cbfe1([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x1cbfe1([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x1cbfe1([0x6e,0x6f,0x77])]())[_0x1cbfe1([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x1cbfe1([0x2e]),'');let _0x1a1562=_0x1cbfe1([0x61]);for(let _0x2a96bb=0x0;_0x2a96bb<_0x49062b[_0x1cbfe1([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x2a96bb+=0x2){let _0x136e0a=window[_0x1cbfe1([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x49062b[_0x1cbfe1([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x2a96bb,_0x2a96bb+0x2));_0x136e0a>=_0x395449[_0x1cbfe1([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x136e0a-=_0x395449[_0x1cbfe1([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x1a1562+=_0x395449[_0x136e0a];}return _0x1a1562;}function _0xc5426(){const _0xe2ef3c=_0xd44cef[_0x1cbfe1([0x73,0x70,0x6c,0x69,0x74])](_0x1cbfe1([0x2e]));if(0x3!=_0xe2ef3c[_0x1cbfe1([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x36a820(_0xe2ef3c[0x1]);function _0x36a820(_0x48cfb7){const _0x71bc5b=_0x14e9f1(_0x48cfb7);return _0x71bc5b&&_0x24e2ad()?_0x71bc5b:null;function _0x24e2ad(){const _0x7d8221=_0x71bc5b[_0x1cbfe1([0x6a,0x74,0x69])],_0x2d1378=window[_0x1cbfe1([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x7d8221[_0x1cbfe1([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x7d8221[_0x1cbfe1([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0xaaa218={..._0x71bc5b,[_0x1cbfe1([0x6a,0x74,0x69])]:_0x7d8221[_0x1cbfe1([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x7d8221[_0x1cbfe1([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0xaaa218[_0x1cbfe1([0x76,0x63])],_0x4856f6(_0xaaa218)==_0x2d1378;}}}async function _0x265bd2(){let _0x128e79=!0x0;try{const _0x376920=_0xd44cef[_0x1cbfe1([0x73,0x70,0x6c,0x69,0x74])](_0x1cbfe1([0x2e])),[_0x249217,_0x2e3778,_0xdbfc74]=_0x376920;return _0x4d77bf(_0x249217),await _0x2e10fa(_0x249217,_0x2e3778,_0xdbfc74),_0x128e79;}catch{return!0x1;}function _0x4d77bf(_0x2c27d3){const _0x1cab5c=_0x14e9f1(_0x2c27d3);_0x1cab5c&&_0x1cab5c[_0x1cbfe1([0x61,0x6c,0x67])]==_0x1cbfe1([0x45,0x53,0x32,0x35,0x36])||(_0x128e79=!0x1);}async function _0x2e10fa(_0x484684,_0x1b4117,_0x6489da){const _0x57efb1=window[_0x1cbfe1([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x1cbfe1([0x66,0x72,0x6f,0x6d])](_0xdb13f4(_0x6489da),_0x577699=>_0x577699[_0x1cbfe1([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x5a2b96=new window[(_0x1cbfe1([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x1cbfe1([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x484684+_0x1cbfe1([0x2e])+_0x1b4117),_0x5c6eab=window[_0x1cbfe1([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x1cbfe1([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x5c6eab)return;const _0x2829ce=await _0x5c6eab[_0x1cbfe1([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x1cbfe1([0x6a,0x77,0x6b]),_0xb31919,{[_0x1cbfe1([0x6e,0x61,0x6d,0x65])]:_0x1cbfe1([0x45,0x43,0x44,0x53,0x41]),[_0x1cbfe1([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x1cbfe1([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x1cbfe1([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x5c6eab[_0x1cbfe1([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x1cbfe1([0x6e,0x61,0x6d,0x65])]:_0x1cbfe1([0x45,0x43,0x44,0x53,0x41]),[_0x1cbfe1([0x68,0x61,0x73,0x68])]:{[_0x1cbfe1([0x6e,0x61,0x6d,0x65])]:_0x1cbfe1([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x2829ce,_0x57efb1,_0x5a2b96)||(_0x128e79=!0x1);}}function _0x14e9f1(_0x2aa507){return _0x2aa507[_0x1cbfe1([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x1cbfe1([0x65,0x79]))?JSON[_0x1cbfe1([0x70,0x61,0x72,0x73,0x65])](_0xdb13f4(_0x2aa507)):null;}function _0xdb13f4(_0x480987){return window[_0x1cbfe1([0x61,0x74,0x6f,0x62])](_0x480987[_0x1cbfe1([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x1cbfe1([0x2b]))[_0x1cbfe1([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x1cbfe1([0x2f])));}function _0x4856f6(_0x416690){let _0x204cef=0x1505;function _0x4e4964(_0x29e401){for(let _0x5e4f0b=0x0;_0x5e4f0b<_0x29e401[_0x1cbfe1([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x5e4f0b++){const _0x106ecb=_0x29e401[_0x1cbfe1([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x5e4f0b);_0x204cef=(_0x204cef<<0x5)+_0x204cef+_0x106ecb,_0x204cef&=_0x204cef;}}function _0x3eed98(_0x24f523){Array[_0x1cbfe1([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x24f523)?_0x24f523[_0x1cbfe1([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x3eed98):_0x24f523&&typeof _0x24f523==_0x1cbfe1([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x1cbfe1([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x24f523)[_0x1cbfe1([0x73,0x6f,0x72,0x74])]()[_0x1cbfe1([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x307c0f,_0x4967cf])=>{_0x4e4964(_0x307c0f),_0x3eed98(_0x4967cf);}):_0x4e4964(window[_0x1cbfe1([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x24f523));}return _0x3eed98(_0x416690),_0x204cef>>>0x0;}function _0x120627(_0x55a0ae){return _0x55a0ae[_0x1cbfe1([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x1cbfe1([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x1cbfe1([0x30]));}function _0x89613d(_0x281ca5){return _0x281ca5[_0x1cbfe1([0x73,0x70,0x6c,0x69,0x74])]('')[_0x1cbfe1([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x1cbfe1([0x6a,0x6f,0x69,0x6e])]('');}function _0x4200e5(){}function _0x1cbfe1(_0x29c8e1){const _0x18921f=_0x8597;return _0x29c8e1[_0x18921f(0xeb)](_0x85d163=>String[_0x18921f(0xdf)](_0x85d163))[_0x18921f(0xa2)]('');}_0x118221(await _0x3b4283());}(this);}[_0x3594d2(0xfc)](){const _0x284f7b=_0x3594d2;return this[_0x284f7b(0xbd)];}[_0x3594d2(0xe2)](){const _0x3341dc=_0x3594d2,_0x14e81f=_0x2f4313=>_0x23276c(this[_0x3341dc(0xe6)][_0x3341dc(0x95)],_0x2f4313);return[{'id':_0x3341dc(0x9b),'commandName':_0x3341dc(0xcd),'icon':_0x4008b6,'title':_0x14e81f(_0x3341dc(0x10e)),'description':_0x14e81f(_0x3341dc(0x106)),'execute':_0x129dca=>{const _0x11b5fe=_0x3341dc;setTimeout(()=>_0x129dca[_0x11b5fe(0x108)](_0x11b5fe(0xcd)));}},{'id':_0x3341dc(0xbc),'commandName':_0x3341dc(0xbc),'icon':_0x2d6cae,'title':_0x14e81f(_0x3341dc(0x97)),'description':_0x14e81f(_0x3341dc(0xdb))},{'id':_0x3341dc(0xb7),'commandName':_0x3341dc(0xb7),'icon':_0x210ad6,'title':_0x14e81f(_0x3341dc(0xdc)),'description':_0x14e81f(_0x3341dc(0x9c))},{'id':_0x3341dc(0xd1),'commandName':_0x3341dc(0xd1),'icon':_0x5ffc38,'title':_0x14e81f(_0x3341dc(0x101)),'description':_0x14e81f(_0x3341dc(0x10a))},{'id':_0x3341dc(0x105),'commandName':_0x3341dc(0x105),'icon':_0x41e6ce,'title':_0x14e81f(_0x3341dc(0x109)),'description':_0x14e81f(_0x3341dc(0x103)),'aliases':[_0x3341dc(0x107),_0x3341dc(0xe3),_0x3341dc(0xa4)]},{'id':_0x3341dc(0x107),'commandName':_0x3341dc(0x107),'icon':_0x41e6ce,'title':_0x14e81f(_0x3341dc(0xed)),'description':_0x14e81f(_0x3341dc(0x111)),'aliases':[_0x3341dc(0x105),_0x3341dc(0xe3),_0x3341dc(0xa4)]},{'id':_0x3341dc(0xbe),'commandName':_0x3341dc(0xbe),'icon':_0x4b5e59,'title':_0x14e81f(_0x3341dc(0x102)),'description':_0x14e81f(_0x3341dc(0xfd)),'execute':_0x41ba19=>{const _0x267539=_0x3341dc;setTimeout(()=>_0x41ba19[_0x267539(0x108)](_0x267539(0xbe)));}},{'id':_0x3341dc(0x10f),'commandName':_0x3341dc(0xd8),'icon':_0x336815,'title':_0x14e81f(_0x3341dc(0xb1)),'description':_0x14e81f(_0x3341dc(0xb8)),'execute':_0x46ccec=>{const _0x31833f=_0x3341dc;_0x46ccec[_0x31833f(0x108)](_0x31833f(0xd8),{'value':_0x31833f(0x10f)});}},{'id':_0x3341dc(0xd7),'commandName':_0x3341dc(0xd8),'icon':_0x4ed91e,'title':_0x14e81f(_0x3341dc(0x9a)),'description':_0x14e81f(_0x3341dc(0xd2)),'execute':_0xa8b5da=>{const _0x551167=_0x3341dc;_0xa8b5da[_0x551167(0x108)](_0x551167(0xd8),{'value':_0x551167(0xd7)});}},{'id':_0x3341dc(0xc1),'commandName':_0x3341dc(0xd8),'icon':_0xc581e2,'title':_0x14e81f(_0x3341dc(0xca)),'description':_0x14e81f(_0x3341dc(0xcf)),'execute':_0x3b319d=>{const _0x3be1e6=_0x3341dc;_0x3b319d[_0x3be1e6(0x108)](_0x3be1e6(0xd8),{'value':_0x3be1e6(0xc1)});}},{'id':_0x3341dc(0xc0),'commandName':_0x3341dc(0xd8),'icon':_0x3b0f40,'title':_0x14e81f(_0x3341dc(0xad)),'description':_0x14e81f(_0x3341dc(0x93)),'execute':_0xb9356e=>{const _0x828046=_0x3341dc;_0xb9356e[_0x828046(0x108)](_0x828046(0xd8),{'value':_0x828046(0xc0)});}},{'id':_0x3341dc(0xc9),'commandName':_0x3341dc(0xd8),'icon':_0x422cc0,'title':_0x14e81f(_0x3341dc(0xec)),'description':_0x14e81f(_0x3341dc(0xef)),'execute':_0x51ffe4=>{const _0x5ec5f6=_0x3341dc;_0x51ffe4[_0x5ec5f6(0x108)](_0x5ec5f6(0xd8),{'value':_0x5ec5f6(0xc9)});}},{'id':_0x3341dc(0x100),'commandName':_0x3341dc(0xd8),'icon':_0x34574e,'title':_0x14e81f(_0x3341dc(0xce)),'description':_0x14e81f(_0x3341dc(0xe9)),'execute':_0x193245=>{const _0x6847e8=_0x3341dc;_0x193245[_0x6847e8(0x108)](_0x6847e8(0xd8),{'value':_0x6847e8(0x100)});}},{'id':_0x3341dc(0x91),'commandName':_0x3341dc(0x91),'icon':_0x18c6f6,'title':_0x14e81f(_0x3341dc(0xe0)),'description':_0x14e81f(_0x3341dc(0xb6))},{'id':_0x3341dc(0xf9),'commandName':_0x3341dc(0xf9),'icon':_0x228794,'title':_0x14e81f(_0x3341dc(0xd9)),'description':_0x14e81f(_0x3341dc(0xb3))},{'id':_0x3341dc(0xac),'commandName':_0x3341dc(0xac),'icon':_0x432a5c,'title':_0x14e81f(_0x3341dc(0xf0)),'description':_0x14e81f(_0x3341dc(0xba))},{'id':_0x3341dc(0xae),'commandName':_0x3341dc(0xae),'title':_0x14e81f(_0x3341dc(0xe7)),'description':_0x14e81f(_0x3341dc(0x94))},{'id':_0x3341dc(0x104),'commandName':_0x3341dc(0x104),'icon':_0x57b9ea,'title':_0x14e81f(_0x3341dc(0xb9)),'description':_0x14e81f(_0x3341dc(0xa7))},{'id':_0x3341dc(0xaf),'commandName':_0x3341dc(0xaf),'icon':_0x379d1c,'title':_0x14e81f(_0x3341dc(0xcb)),'description':_0x14e81f(_0x3341dc(0xfa)),'aliases':[_0x3341dc(0xf6)]},{'id':_0x3341dc(0x9e),'commandName':_0x3341dc(0x9e),'icon':_0x5ca79b,'title':_0x14e81f(_0x3341dc(0xc3)),'description':_0x14e81f(_0x3341dc(0x9d))},{'id':_0x3341dc(0xbf),'commandName':_0x3341dc(0xbf),'icon':_0x29e690,'title':_0x14e81f(_0x3341dc(0x10c)),'description':_0x14e81f(_0x3341dc(0xfe))},{'id':_0x3341dc(0x98),'commandName':_0x3341dc(0x98),'icon':_0x4f3c36,'title':_0x14e81f(_0x3341dc(0xa5)),'description':_0x14e81f(_0x3341dc(0xf5))},{'id':_0x3341dc(0xc2),'commandName':_0x3341dc(0xc2),'icon':_0x303490,'title':_0x14e81f(_0x3341dc(0xd4)),'description':_0x14e81f(_0x3341dc(0xff))}];}[_0x3594d2(0xa0)](_0x4fcf7d){const _0x2eede7=_0x3594d2;return _0x4fcf7d[_0x2eede7(0xf8)]?_0x4fcf7d[_0x2eede7(0xf8)](this[_0x2eede7(0xe6)]):!_0x4fcf7d[_0x2eede7(0x10d)]||this[_0x2eede7(0xe6)][_0x2eede7(0xea)][_0x2eede7(0x112)](_0x4fcf7d[_0x2eede7(0x10d)])[_0x2eede7(0xf8)];}[_0x3594d2(0xdd)](_0x1a1ba0){const _0x4a0661=_0x3594d2;if(_0x1a1ba0[_0x4a0661(0x108)])_0x1a1ba0[_0x4a0661(0x108)](this[_0x4a0661(0xe6)]);else{if(!_0x1a1ba0[_0x4a0661(0x10d)])throw new _0x1b7290(_0x4a0661(0xf1),this[_0x4a0661(0xe6)],{'commandDefinition':_0x1a1ba0});this[_0x4a0661(0xe6)][_0x4a0661(0x108)](_0x1a1ba0[_0x4a0661(0x10d)]);}}}function _0x15c7(){const _0x34d64e=['Bulleted\x20list','_proxyExecute','8407926lWGFRj','fromCharCode','Horizontal\x20line','isIconColorInherited','getDefaultCommands','filemanager','push','afterInit','editor','Insert\x20Mermaid\x20diagram','slashCommand.extraCommands','Create\x20a\x20heading\x20level\x206','commands','map','Heading\x205','Insert\x20image','pluginName','Create\x20a\x20heading\x20level\x205','Increase\x20indent','slash-command-execute-missing','style.definitions','filter','style','Insert\x20a\x20paragraph','toc','template.definitions','isEnabled','htmlEmbed','Insert\x20table\x20of\x20contents','3596296BmhWhn','getAllowedCommands','Insert\x20an\x20emoji','Decrease\x20the\x20indentation','Create\x20a\x20to-do\x20list','heading6','Insert\x20code\x20block','Emoji','Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file','insertTable','ckbox','Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content','ckfinder','execute','Open\x20file\x20manager','Create\x20a\x20code\x20block','3726532fuJVyo','Decrease\x20indent','commandName','AI\x20Assistant','heading1','description','Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file','get','3413949ngeBLa','horizontalLine','title','Create\x20a\x20heading\x20level\x204','Insert\x20the\x20Mermaid\x20diagram','locale','aliases','Block\x20quote','paragraph','8975fxQsEV','Heading\x202','aiAssistant','Create\x20a\x20bulleted\x20list','Create\x20a\x20numbered\x20list','numberedList','href','_proxyIsEnabled','SlashCommandConfig','join','config','upload','Paragraph','split','Create\x20a\x20table','enabledStyles','2206214bLlMYU','sort','function','indent','Heading\x204','insertMermaidCommand','insertTableOfContents','isOfficialPlugin','Heading\x201','concat','Insert\x20an\x20HTML\x20snippet','model','insertTemplate','Insert\x20a\x20horizontal\x20line','bulletedList','Create\x20a\x20heading\x20level\x201','Insert\x20table','Increase\x20the\x20indentation','7HKMQqB','blockQuote','_allowedCommands','emoji','outdent','heading4','heading3','todoList','Numbered\x20list','includes','length','isPremiumPlugin','icon','template','heading5','Heading\x203','Table\x20of\x20contents','name','showAIAssistant','Heading\x206','Create\x20a\x20heading\x20level\x203','heading.options','codeBlock','Create\x20a\x20heading\x20level\x202','toLowerCase','To-do\x20list','570744wXMhbB','slashCommand.removeCommands','heading2','heading','Insert\x20HTML','2466fayPMV','Create\x20a\x20block\x20quote'];_0x15c7=function(){return _0x34d64e;};return _0x15c7();}function j(_0x2b4010,_0x47cc11){const _0x158397=_0x3594d2;return _0x2b4010[_0x158397(0x92)]<_0x47cc11[_0x158397(0x92)]?-0x1:_0x2b4010[_0x158397(0x92)]>_0x47cc11[_0x158397(0x92)]?0x1:0x0;}function L(_0x9f2d76,_0x2d10d3){const _0x48aa9c=_0x3594d2;return _0x2d10d3+'-'+_0x9f2d76[_0x48aa9c(0xd3)]()[_0x48aa9c(0xa6)]('\x20')[_0x48aa9c(0xa2)]('-');}