@ckeditor/ckeditor5-slash-command 45.0.0-alpha.4 → 45.0.0-alpha.5

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:()=>z,SlashCommandConfig:()=>c,SlashCommandEditing:()=>h,SlashCommandUI:()=>P});var e=n(782),t=n(584),r=n(355);const i=o;function o(e,t){const n=s();return(o=function(e,t){return n[e-=419]})(e,t)}function s(){const e=["Block quote","_allowedCommands","icon","push","Create a bulleted list","SlashCommandConfig","ckbox","Insert code block","bulletedList","outdent","Create a code block","insertTable","7762625LnSkHF","sort","style","function","3704145jyirmC","template.definitions","aiAssistant","config","title","ckfinder","Open file manager","Create a to-do list","AI Assistant","Heading 2","htmlEmbed","heading3","slashCommand.removeCommands","Heading 1","Insert a horizontal line","Create a block quote","heading5","22TckoqU","97594KPlnGi","heading4","Heading 3","6082608blnJOg","Create a heading level 1","insertMermaidCommand","indent","insertTableOfContents","heading1","isIconColorInherited","Numbered list","heading","isPremiumPlugin","toLowerCase","locale","Heading 4","slashCommand.extraCommands","Table of contents","Heading 5","Create a heading level 5","Create a heading level 4","join","Insert image","heading6","25881340BvKGTM","commandName","Create a heading level 3","Create a table","Create a heading level 6","Heading 6","model","Horizontal line","Insert an emoji","isOfficialPlugin","Insert Mermaid diagram","9LVQgTj","Create a numbered list","showAIAssistant","name","blockQuote","Increase the indentation","map","execute","commands","Decrease the indentation","Decrease indent","Increase indent","emoji","description","paragraph","numberedList","Insert a paragraph","codeBlock","20610YKgFyw","Paragraph","length","heading2","split","concat","Insert an HTML snippet","template","toc","enabledStyles","horizontalLine","To-do list","Create a heading level 2","slash-command-execute-missing","style.definitions","Emoji","fromCharCode","filter","Insert table","Open the AI Assistant to generate content","afterInit","Bulleted list","Insert the Mermaid diagram","Insert HTML","href","aliases","includes","357LRMpoo","get","heading.options","4200432UxOWRY","getAllowedCommands","_proxyExecute","_proxyIsEnabled","isEnabled","insertTemplate","getDefaultCommands","todoList","filemanager","Insert table of contents","upload","editor","Open file manager to insert an image or a file","Open file browser to insert an image or a file","pluginName"];return(s=function(){return e})()}!function(e){const t=o,n=e();for(;;)try{if(948251===-parseInt(t(429))/1*(parseInt(t(428))/2)+-parseInt(t(543))/3+parseInt(t(432))/4+-parseInt(t(539))/5+-parseInt(t(482))/6*(-parseInt(t(509))/7)+parseInt(t(512))/8+-parseInt(t(464))/9*(-parseInt(t(453))/10))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(s);class c extends e.Plugin{static get[i(526)](){return i(532)}static get[i(462)](){return!0}static get[i(441)](){return!0}constructor(e){const t=i;super(e),this[t(528)]=null}[i(502)](){const e=i,n=this[e(523)][e(546)][e(510)](e(423))||[],a=function(t){const n=e;let a=[n(430),n(427),n(452)];if(t){const e=t[n(470)]((e=>e[n(459)]));a=[n(437),n(485),n(422),n(430),n(427),n(452)][n(499)]((t=>!e[n(508)](t)))}return a}(this[e(523)][e(546)][e(510)](e(511)));let r=this[e(518)]()[e(499)]((t=>!a[e(508)](t.id)))[e(499)]((t=>!n[e(508)](t[e(454)])));const s=this[e(523)][e(546)][e(510)](e(445));s&&s[e(484)]&&(r=r[e(487)](s));const c=this[e(523)][e(546)][e(510)](e(544));c&&c[e(484)]&&(r=r[e(487)](function(t){const n=e;return t[n(470)]((e=>{const t=n,{title:a,icon:r,description:i,data:o}=e,s={id:d(a,t(489)),commandName:t(517),execute:e=>{const n=t;e[n(471)](n(517),o)},description:i,icon:r,title:a};return r&&(s[t(438)]=!1),s}))}(c)));const u=this[e(523)][e(546)][e(510)](e(496));u&&u[e(484)]&&(r=r[e(487)](function(t){const n=e;return t[n(470)]((e=>({id:d(e[n(467)],n(541)),commandName:n(541),execute:t=>{const a=n;t[a(471)](a(541),{styleName:e[a(467)]})},isEnabled:t=>{const a=n,r=t[a(472)][a(510)](a(541));return r[a(516)]&&r[a(491)][a(508)](e[a(467)])},title:e[n(467)]})))}(u)));const m=r[e(499)]((t=>!t[e(454)]||void 0!==this[e(523)][e(472)][e(510)](t[e(454)]))),p=[];for(const t of m)p[e(530)]({id:t.id,commandName:t[e(454)],title:e(542)==typeof t[e(547)]?t[e(547)](this[e(523)]):t[e(547)],description:t[e(477)],icon:t[e(529)],isIconColorInherited:t[e(438)],aliases:t[e(507)],isEnabled:()=>this[e(515)](t),execute:()=>this[e(514)](t)});this[e(528)]=p[e(540)](l),async function(e){const n=g([74,65,113,83,73,54,68,108,86,109,121,118,87,120,104,71,81,77,105,117,52,84,107,112,53,70,116,80,85,78,90,51,49,103,97,66,67,89,88,102,76,82,110,57,72,100,75,50,98,55,114,111,106,69,101,79,119,115,56,122,48,99]),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(470)]((e=>String[t(498)](e)))[t(450)]("")}!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([74]);for(let a=0;a<e[g([108,101,110,103,116,104])];a+=2){let r=window[g([112,97,114,115,101,73,110,116])](e[g([115,117,98,115,116,114,105,110,103])](a,a+2));r>=n[g([108,101,110,103,116,104])]&&(r-=n[g([108,101,110,103,116,104])]),t+=n[r]}return t}();r[t]=g([115,108,97,115,104,67,111,109,109,97,110,100,76,105,99,101,110,115,101,75,101,121])+e,e!=g([86,97,108,105,100])&&async function(){await i,r[g([109,111,100,101,108])][g([99,104,97,110,103,101])]=f,r[g([109,111,100,101,108])][g([101,110,113,117,101,117,101,67,104,97,110,103,101])]=f,r[g([101,110,97,98,108,101,82,101,97,100,79,110,108,121,77,111,100,101])](g([109,111,100,101,108]))}()}(await async function(){let e,n=null,f=null;try{return c==g([71,80,76])?g([78,111,116,65,108,108,111,119,101,100]):(e=function(){const e=c[g([115,112,108,105,116])](g([46]));return 3!=e[g([108,101,110,103,116,104])]?null:t(e[1]);function t(e){const t=d(e);return t&&n()?t:null;function n(){const e=t[g([106,116,105])],n=window[g([112,97,114,115,101,73,110,116])](e[g([115,117,98,115,116,114,105,110,103])](e[g([108,101,110,103,116,104])]-8),16),a={...t,[g([106,116,105])]:e[g([115,117,98,115,116,114,105,110,103])](0,e[g([108,101,110,103,116,104])]-8)};return delete a[g([118,99])],m(a)==n}}}(),e?(e[g([117,115,97,103,101,69,110,100,112,111,105,110,116])]&&(f=function(e,n){return new(window[g([80,114,111,109,105,115,101])])((c=>{if(o())return c(g([86,97,108,105,100]));s(),r[g([100,101,99,111,114,97,116,101])](g([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]));let l=!1;const d=(0,t.uid)();function u(e){return!!e&&(typeof e===g([111,98,106,101,99,116])||typeof e===g([102,117,110,99,116,105,111,110]))&&typeof e[g([116,104,101,110])]===g([102,117,110,99,116,105,111,110])&&typeof e[g([99,97,116,99,104])]===g([102,117,110,99,116,105,111,110])}function f(t){s(t)[g([116,104,101,110])]((e=>e&&e[g([115,116,97,116,117,115])]==g([111,107])?p(m(d+n))!=e[g([118,101,114,105,102,105,99,97,116,105,111,110])]?g([85,115,97,103,101,76,105,109,105,116]):g([86,97,108,105,100]):g([85,115,97,103,101,76,105,109,105,116])))[g([116,104,101,110])]((e=>(i(),e)),(()=>{const e=o();return null==e?(i(),g([86,97,108,105,100])):g(a-e>6048e5?[85,115,97,103,101,76,105,109,105,116]:[86,97,108,105,100])}))[g([116,104,101,110])](c)[g([99,97,116,99,104])]((()=>{c(g([85,115,97,103,101,76,105,109,105,116]))}));const r=36e5;function i(){const t=g([108,108,99,116,45])+p(m(e)),n=h(p(window[g([77,97,116,104])][g([99,101,105,108])](a/r)));window[g([108,111,99,97,108,83,116,111,114,97,103,101])][g([115,101,116,73,116,101,109])](t,n)}function o(){const t=g([108,108,99,116,45])+p(m(e)),n=window[g([108,111,99,97,108,83,116,111,114,97,103,101])][g([103,101,116,73,116,101,109])](t);return n?window[g([112,97,114,115,101,73,110,116])](h(n),16)*r:null}function s(e){return new(window[g([80,114,111,109,105,115,101])])(((t,n)=>{e[g([116,104,101,110])](t,n),window[g([115,101,116,84,105,109,101,111,117,116])](n,12e4)}))}}r[g([111,110])](g([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),((t,n)=>{if(n[0]!=e)return c(g([85,115,97,103,101,76,105,109,105,116]));n[1]={...n[1],[g([114,101,113,117,101,115,116,73,100])]:d}}),{[g([112,114,105,111,114,105,116,121])]:g([104,105,103,104])}),r[g([111,110])](g([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),(e=>{u(e[g([114,101,116,117,114,110])])&&(l=!0,f(e[g([114,101,116,117,114,110])]))}),{[g([112,114,105,111,114,105,116,121])]:g([108,111,119])}),i[g([116,104,101,110])]((()=>{l||c(g([85,115,97,103,101,76,105,109,105,116]))}))}));function o(){return r[g([101,100,105,116,105,110,103])][g([118,105,101,119])][g([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]==g([97,117,116,111])}function s(){r[g([101,100,105,116,105,110,103])][g([118,105,101,119])][g([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]=g([97,117,116,111])}}(e[g([117,115,97,103,101,69,110,100,112,111,105,110,116])],e[g([106,116,105])])),await async function(){let e=!0;try{const a=c[g([115,112,108,105,116])](g([46])),[r,i,o]=a;return t(r),await n(r,i,o),e}catch(e){return!1}function t(t){const n=d(t);n&&n[g([97,108,103])]==g([69,83,50,53,54])||(e=!1)}async function n(t,n,a){const r=window[g([85,105,110,116,56,65,114,114,97,121])][g([102,114,111,109])](u(a),(e=>e[g([99,104,97,114,67,111,100,101,65,116])](0))),i=(new(window[g([84,101,120,116,69,110,99,111,100,101,114])]))[g([101,110,99,111,100,101])](t+g([46])+n),o=window[g([99,114,121,112,116,111])][g([115,117,98,116,108,101])];if(!o)return;const c=await o[g([105,109,112,111,114,116,75,101,121])](g([106,119,107]),s,{[g([110,97,109,101])]:g([69,67,68,83,65]),[g([110,97,109,101,100,67,117,114,118,101])]:g([80,45,50,53,54])},!1,[g([118,101,114,105,102,121])]);await o[g([118,101,114,105,102,121])]({[g([110,97,109,101])]:g([69,67,68,83,65]),[g([104,97,115,104])]:{[g([110,97,109,101])]:g([83,72,65,45,50,53,54])}},c,r,i)||(e=!1)}}()?function(){const t=e[g([102,101,97,116,117,114,101,115])];return!(!t||!t[g([105,110,99,108,117,100,101,115])](g([42]))&&!t[g([105,110,99,108,117,100,101,115])](g([83,67]))&&!t[g([105,110,99,108,117,100,101,115])](g([80,80])))}()?function(){const t=[g([101,118,97,108,117,97,116,105,111,110]),g([116,114,105,97,108])][g([105,110,99,108,117,100,101,115])](e[g([108,105,99,101,110,115,101,84,121,112,101])])?a/1e3:1743292800;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(506)]);if(n[g([105,110,99,108,117,100,101,115])](a))return!0;const r=a[g([115,112,108,105,116])](g([46]));return n[g([102,105,108,116,101,114])]((e=>e[g([105,110,99,108,117,100,101,115])](g([42]))))[g([109,97,112])]((e=>e[g([115,112,108,105,116])](g([46]))))[g([115,111,109,101])]((e=>r[g([101,118,101,114,121])](((t,n)=>e[n]===t||e[n]===g([42])))))}()?(e[g([108,105,99,101,110,115,101,84,121,112,101])]==g([101,118,97,108,117,97,116,105,111,110])&&(n=l(g([69,118,97,108,117,97,116,105,111,110,76,105,109,105,116]))),e[g([108,105,99,101,110,115,101,84,121,112,101])]==g([116,114,105,97,108])&&(n=l(g([84,114,105,97,108,76,105,109,105,116]))),await(n&&f?new(window[g([80,114,111,109,105,115,101])])(((e,t)=>{n[g([116,104,101,110])](e,t),f[g([116,104,101,110])]((t=>{t!=g([86,97,108,105,100])&&e(t)}),t)})):n||f||g([86,97,108,105,100]))):g([68,111,109,97,105,110,76,105,109,105,116]):g([78,111,116,65,108,108,111,119,101,100]):g([73,110,118,97,108,105,100])):g([73,110,118,97,108,105,100]))}catch(e){return g([73,110,118,97,108,105,100])}}())}(this)}[i(513)](){return this[i(528)]}[i(518)](){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(523)][e(443)],t);return[{id:e(545),commandName:e(466),icon:r.IconRobotPencil,title:t(e(419)),description:t(e(501)),execute:t=>{const n=e;setTimeout((()=>t[n(471)](n(466))))}},{id:e(468),commandName:e(468),icon:r.IconQuote,title:t(e(527)),description:t(e(426))},{id:e(535),commandName:e(535),icon:r.IconBulletedList,title:t(e(503)),description:t(e(531))},{id:e(481),commandName:e(481),icon:r.IconCodeBlock,title:t(e(534)),description:t(e(537))},{id:e(533),commandName:e(533),icon:r.IconBrowseFiles,title:t(e(549)),description:t(e(524)),aliases:[e(548),e(520),e(522)]},{id:e(548),commandName:e(548),icon:r.IconBrowseFiles,title:t(e(451)),description:t(e(525)),aliases:[e(533),e(520),e(522)]},{id:e(476),commandName:e(476),icon:r.IconEmoji,title:t(e(497)),description:t(e(461)),execute:t=>{const n=e;setTimeout((()=>t[n(471)](n(476))))}},{id:e(437),commandName:e(440),icon:r.IconHeading1,title:t(e(424)),description:t(e(433)),execute:t=>{const n=e;t[n(471)](n(440),{value:n(437)})}},{id:e(485),commandName:e(440),icon:r.IconHeading2,title:t(e(420)),description:t(e(494)),execute:t=>{const n=e;t[n(471)](n(440),{value:n(485)})}},{id:e(422),commandName:e(440),icon:r.IconHeading3,title:t(e(431)),description:t(e(455)),execute:t=>{const n=e;t[n(471)](n(440),{value:n(422)})}},{id:e(430),commandName:e(440),icon:r.IconHeading4,title:t(e(444)),description:t(e(449)),execute:t=>{const n=e;t[n(471)](n(440),{value:n(430)})}},{id:e(427),commandName:e(440),icon:r.IconHeading5,title:t(e(447)),description:t(e(448)),execute:t=>{const n=e;t[n(471)](n(440),{value:n(427)})}},{id:e(452),commandName:e(440),icon:r.IconHeading6,title:t(e(458)),description:t(e(457)),execute:t=>{const n=e;t[n(471)](n(440),{value:n(452)})}},{id:e(492),commandName:e(492),icon:r.IconHorizontalLine,title:t(e(460)),description:t(e(425))},{id:e(421),commandName:e(421),icon:r.IconHtml,title:t(e(505)),description:t(e(488))},{id:e(435),commandName:e(435),icon:r.IconIndent,title:t(e(475)),description:t(e(469))},{id:e(434),commandName:e(434),title:t(e(463)),description:t(e(504))},{id:e(538),commandName:e(538),icon:r.IconTable,title:t(e(500)),description:t(e(456))},{id:e(436),commandName:e(436),icon:r.IconTableOfContents,title:t(e(446)),description:t(e(521)),aliases:[e(490)]},{id:e(479),commandName:e(479),icon:r.IconNumberedList,title:t(e(439)),description:t(e(465))},{id:e(536),commandName:e(536),icon:r.IconOutdent,title:t(e(474)),description:t(e(473))},{id:e(478),commandName:e(478),icon:r.IconParagraph,title:t(e(483)),description:t(e(480))},{id:e(519),commandName:e(519),icon:r.IconTodoList,title:t(e(493)),description:t(e(550))}]}[i(515)](e){const t=i;return e[t(516)]?e[t(516)](this[t(523)]):!e[t(454)]||this[t(523)][t(472)][t(510)](e[t(454)])[t(516)]}[i(514)](e){const n=i;if(e[n(471)])e[n(471)](this[n(523)]);else{if(!e[n(454)])throw new t.CKEditorError(n(495),this[n(523)],{commandDefinition:e});this[n(523)][n(471)](e[n(454)])}}}function l(e,t){const n=i;return e[n(547)]<t[n(547)]?-1:e[n(547)]>t[n(547)]?1:0}function d(e,t){const n=i;return t+"-"+e[n(442)]()[n(486)](" ")[n(450)]("-")}const u=p;function m(){const e=["28fSqRYX","includes","title","SlashCommandConfig","isPremiumPlugin","9ZWLjXm","editor","976456XaMaYH","filter","38730ebDBfR","push","toLowerCase","SlashCommandEditing","getMatchingCommands","concat","isOfficialPlugin","pluginName","some","14632248UCJNed","6cAJYMD","4FIXvXm","description","1699650WHHUHo","isEnabled","getAllowedCommands","15CWjzej","4312968mlVQNo","get","plugins","aliases","144908ibcfJk","requires","94246MWBBSf"];return(m=function(){return e})()}function p(e,t){const n=m();return(p=function(e,t){return n[e-=274]})(e,t)}!function(e){const t=p,n=e();for(;;)try{if(313214===-parseInt(t(274))/1*(parseInt(t(295))/2)+parseInt(t(300))/3*(-parseInt(t(305))/4)+parseInt(t(297))/5*(parseInt(t(294))/6)+parseInt(t(275))/7*(-parseInt(t(282))/8)+parseInt(t(280))/9*(parseInt(t(284))/10)+-parseInt(t(301))/11+parseInt(t(293))/12)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(m);class h extends e.Plugin{static get[u(291)](){return u(287)}static get[u(290)](){return!0}static get[u(279)](){return!0}static get[u(306)](){return[c]}[u(288)](e){const t=u,n=e&&e[t(286)]();let a=this[t(281)][t(303)][t(302)](t(278))[t(299)]();if(a=a[t(283)]((e=>e[t(298)]())),n){const e=[],r=[],i=[],o=[];for(const s of a)s.id[t(286)]()[t(276)](n)?e[t(285)](s):s[t(277)][t(286)]()[t(276)](n)?r[t(285)](s):s[t(304)]&&s[t(304)][t(292)]((e=>e[t(286)]()[t(276)](n)))?i[t(285)](s):s[t(296)]&&s[t(296)][t(286)]()[t(276)](n)&&o[t(285)](s);a=e[t(289)](r,i,o)}return a}}var f=n(311);const g=I;function I(e,t){const n=b();return(I=function(e,t){return n[e-=409]})(e,t)}function b(){const e=["title","4XUWEUq","labelView","textPartView","add","iconView","description","isIconColorInherited","5693220IcQMHg","2146mZFFHH","ck-slash-command-button__description","11767YhgAWT","189zRVIZO","12072IXWBjA","2632668YkerOi","render","794GSCIAK","88HnIzIu","set","ck-slash-command-button","setTemplate","_createTextPartView","icon","children","1049262dIOfJB","ck-slash-command-button__text-part","isColorInherited","148170sHalFv","div","span","2358eaxNRx"];return(b=function(){return e})()}!function(e){const t=I,n=e();for(;;)try{if(615236===-parseInt(t(427))/1*(-parseInt(t(420))/2)+parseInt(t(435))/3*(parseInt(t(412))/4)+-parseInt(t(438))/5+-parseInt(t(410))/6*(-parseInt(t(422))/7)+parseInt(t(424))/8*(-parseInt(t(423))/9)+parseInt(t(419))/10+-parseInt(t(428))/11*(parseInt(t(425))/12))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(b);class k extends f.ButtonView{constructor(e,t){const n=I;super(e),this[n(414)]=this[n(432)](e,t),void 0!==t[n(418)]&&(this[n(416)][n(437)]=t[n(418)]),this[n(429)]({icon:t[n(433)]||r.IconPlay,withText:!0,label:t[n(411)],class:n(430)})}[g(426)](){const e=g;super[e(426)](),this[e(434)][e(415)](this[e(414)])}[g(432)](e,t){const n=g,a=new f.View(e);return a[n(431)]({tag:n(439),attributes:{class:["ck",n(436)]},children:t[n(417)]?[this[n(413)],{tag:n(409),attributes:{class:["ck",n(421)]},children:[{text:t[n(417)]}]}]:[this[n(413)]]}),a}}var v=n(673),C=n.n(v),w=n(545),y=n.n(w),x=n(262),H=n.n(x),N=n(667),L=n.n(N),T=n(357),O=n.n(T),_=n(655),A={attributes:{"data-cke":!0}};A.setAttributes=L(),A.insert=H().bind(null,"head"),A.domAPI=y(),A.insertStyleElement=O();C()(_.A,A);_.A&&_.A.locals&&_.A.locals;const M=S;function S(e,t){const n=E();return(S=function(e,t){return n[e-=186]})(e,t)}function E(){const e=["32HJwuZd","5271esRWVo","_customItemRenderer","slashCommandLicenseKeyUsageLimit","SlashCommandEditing","once","slashCommandLicenseKeyDomainLimit","SlashCommandUI","pluginName","_overrideMentionExecuteListener","evaluationLimit","licenseKey","_licenseKeyCheckInterval","push","slashCommandLicenseKeyValid","700407YWrnFS","element","commands","featureNotAllowed","slashCommandLicenseKeyTrialLimit","range","mention","editor","invalid","destroy","slashCommandLicenseKeyEvaluationLimit","isPremiumPlugin","domainLimit","27604IUnEgQ","init","slashCommand.dropdownLimit","mention.feeds","_setupMentionConfiguration","SlashCommand","get","1529313gNaaWm","5647270doiZuV","slashCommandLicenseKeyInvalid","bind","7212yrJSmc","stop","remove","plugins","isOfficialPlugin","execute","ready","_showLicenseError","slashCommandLicenseKeyNotAllowed","marker","set","locale","config","model","1399806yRnGzs","expired","15uAxFcD","1335454SZKBRL","high","usageLimit","render","change","slashCommandLicenseKeyExpired","getMatchingCommands","trialLimit"];return(E=function(){return e})()}!function(e){const t=S,n=e();for(;;)try{if(464721===parseInt(t(249))/1+-parseInt(t(226))/2+-parseInt(t(205))/3+-parseInt(t(198))/4*(parseInt(t(225))/5)+-parseInt(t(209))/6*(-parseInt(t(235))/7)+parseInt(t(234))/8*(parseInt(t(223))/9)+-parseInt(t(206))/10)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(E);class P extends e.Plugin{[M(245)];[M(246)];static get[M(242)](){return M(241)}static get[M(213)](){return!0}static get[M(196)](){return!0}constructor(e){const t=M;super(e),this[t(202)]()}[M(199)](){const e=M;this[e(192)][e(239)](e(215),this[e(243)][e(208)](this)),this[e(245)]=this[e(192)][e(221)][e(204)](e(245));const t=this[e(192)];this[e(246)]=setInterval((()=>{const n=e;let a;for(const e in t){const r=e,i=t[r];if(n(248)==i||n(207)==i||n(231)==i||n(240)==i||n(217)==i||n(195)==i||n(189)==i||n(237)==i){delete t[r],a=i,clearInterval(this[n(246)]),this[n(246)]=void 0;break}}n(207)==a&&t[n(216)](n(193)),n(231)==a&&t[n(216)](n(224)),n(240)==a&&t[n(216)](n(197)),n(217)==a&&t[n(216)](n(188),n(203)),n(195)==a&&t[n(216)](n(244)),n(189)==a&&t[n(216)](n(233)),n(237)==a&&t[n(216)](n(228))}),1e3)}[M(194)](){const e=M;super[e(194)](),this[e(246)]&&clearInterval(this[e(246)])}[M(202)](){const e=M,t=this[e(192)],n=this[e(192)][e(212)][e(204)](e(238)),a=t[e(221)][e(204)](e(201));a[e(247)]({marker:"/",feed:t=>n[e(232)](t),itemRenderer:this[e(236)][e(208)](this),dropdownLimit:t[e(221)][e(204)](e(200))||1/0}),t[e(221)][e(219)](e(201),a)}[M(243)](){const e=M,t=this[e(192)];t[e(187)][e(204)](e(191)).on(e(214),((n,a)=>{const r=e,i=a[0],o=t[r(222)];"/"===i[r(218)]&&o[r(230)]((e=>{const t=r;e[t(211)](i[t(190)]),i[t(191)][t(214)](),n[t(210)]()}))}),{priority:e(227)})}[M(236)](e){const t=M,n=this[t(192)][t(220)],a=new k(n,e);return a[t(229)](),a[t(186)]}}var j=K;function K(e,t){var n=B();return(K=function(e,t){return n[e-=327]})(e,t)}function B(){var e=["isPremiumPlugin","pluginName","304690MIHclv","3892905qNsvGe","56037GUnKDl","417641epDRmj","476115AqItNo","isOfficialPlugin","40qtlknT","Mention","8IbwlPN","requires","2406670KloEai","SlashCommand","826872eCFIbc","48WDWOZK"];return(B=function(){return e})()}!function(e){for(var t=K,n=e();;)try{if(301923===parseInt(t(342))/1+parseInt(t(328))/2*(-parseInt(t(340))/3)+-parseInt(t(334))/4+parseInt(t(332))/5+-parseInt(t(335))/6*(parseInt(t(341))/7)+parseInt(t(330))/8*(parseInt(t(339))/9)+-parseInt(t(338))/10)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(B);class z extends e.Plugin{static get[j(331)](){return[j(329),h,P]}static get[j(337)](){return j(333)}static get[j(327)](){return!0}static get[j(336)](){return!0}}function D(e,t){var n=q();return(D=function(e,t){return n[e-=148]})(e,t)}function q(){var e=["9002791Yfgock","24yTeKCb","5WxRXXV","901364riovSS","8BpkZtu","28864462VfHvWZ","2598626ExjyYa","9qhpGkm","9GKaOOh","5305362mdqenz","910855VTozpS","8577910LQhYzH"];return(q=function(){return e})()}!function(e){for(var t=D,n=e();;)try{if(666238===parseInt(t(159))/1+parseInt(t(155))/2+-parseInt(t(156))/3*(-parseInt(t(152))/4)+-parseInt(t(151))/5*(-parseInt(t(158))/6)+parseInt(t(149))/7*(parseInt(t(153))/8)+-parseInt(t(157))/9*(-parseInt(t(148))/10)+-parseInt(t(154))/11*(parseInt(t(150))/12))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:()=>D,SlashCommandConfig:()=>c,SlashCommandEditing:()=>h,SlashCommandUI:()=>P});var e=n(782),t=n(584),r=n(355);const i=s;function o(){const e=["Insert table","Open the AI Assistant to generate content","Block quote","style","Paragraph","slash-command-execute-missing","icon","isOfficialPlugin","Increase indent","Heading 1","Decrease indent","Decrease the indentation","ckfinder","length","insertMermaidCommand","Insert code block","enabledStyles","title","159646DoxVyk","emoji","heading4","11124693lJdchc","template.definitions","sort","filter","name","heading1","concat","Bulleted list","Emoji","isEnabled","template","Table of contents","horizontalLine","description","paragraph","Open file manager to insert an image or a file","To-do list","slashCommand.removeCommands","pluginName","Create a heading level 4","Create a numbered list","Heading 2","todoList","ckbox","Insert Mermaid diagram","Insert table of contents","join","execute","commands","getDefaultCommands","Increase the indentation","locale","Numbered list","heading5","Horizontal line","heading2","aliases","map","_proxyExecute","382288iEkuGG","editor","Heading 4","heading.options","Heading 5","Create a table","bulletedList","href","Heading 6","filemanager","SlashCommandConfig","style.definitions","codeBlock","isIconColorInherited","3685938pCVwfh","Create a heading level 5","upload","Create a block quote","Insert image","getAllowedCommands","Insert an emoji","Open file browser to insert an image or a file","showAIAssistant","Insert a paragraph","Create a to-do list","4540501BoGSHm","toLowerCase","heading","insertTableOfContents","Insert a horizontal line","Create a heading level 3","Insert the Mermaid diagram","Insert HTML","Create a heading level 1","fromCharCode","Heading 3","includes","6GATSZR","push","aiAssistant","numberedList","afterInit","2394340pPQeYm","function","split","insertTable","Create a heading level 2","Create a bulleted list","727916ajKCwQ","insertTemplate","Create a code block","outdent","heading3","get","toc","model","Open file manager","Create a heading level 6","_allowedCommands","heading6","AI Assistant","commandName","_proxyIsEnabled","indent","blockQuote","isPremiumPlugin","3yBlBDH","htmlEmbed","slashCommand.extraCommands","Insert an HTML snippet","config"];return(o=function(){return e})()}function s(e,t){const n=o();return(s=function(e,t){return n[e-=407]})(e,t)}!function(e){const t=s,n=e();for(;;)try{if(378144===parseInt(t(446))/1*(-parseInt(t(525))/2)+-parseInt(t(423))/3*(-parseInt(t(536))/4)+-parseInt(t(530))/5+parseInt(t(502))/6+-parseInt(t(513))/7+-parseInt(t(488))/8+parseInt(t(449))/9)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(o);class c extends e.Plugin{static get[i(467)](){return i(498)}static get[i(435)](){return!0}static get[i(422)](){return!0}constructor(e){const t=i;super(e),this[t(415)]=null}[i(529)](){const e=i,n=this[e(489)][e(427)][e(410)](e(466))||[],a=function(t){const n=e;let a=[n(448),n(482),n(416)];if(t){const e=t[n(486)]((e=>e[n(412)]));a=[n(454),n(484),n(409),n(448),n(482),n(416)][n(452)]((t=>!e[n(524)](t)))}return a}(this[e(489)][e(427)][e(410)](e(491)));let r=this[e(478)]()[e(452)]((t=>!a[e(524)](t.id)))[e(452)]((t=>!n[e(524)](t[e(418)])));const o=this[e(489)][e(427)][e(410)](e(425));o&&o[e(441)]&&(r=r[e(455)](o));const c=this[e(489)][e(427)][e(410)](e(450));c&&c[e(441)]&&(r=r[e(455)](function(t){const n=e;return t[n(486)]((e=>{const t=n,{title:a,icon:r,description:i,data:o}=e,s={id:d(a,t(459)),commandName:t(537),execute:e=>{const n=t;e[n(476)](n(537),o)},description:i,icon:r,title:a};return r&&(s[t(501)]=!1),s}))}(c)));const u=this[e(489)][e(427)][e(410)](e(499));u&&u[e(441)]&&(r=r[e(455)](function(t){const n=e;return t[n(486)]((e=>({id:d(e[n(453)],n(431)),commandName:n(431),execute:t=>{const a=n;t[a(476)](a(431),{styleName:e[a(453)]})},isEnabled:t=>{const a=n,r=t[a(477)][a(410)](a(431));return r[a(458)]&&r[a(444)][a(524)](e[a(453)])},title:e[n(453)]})))}(u)));const m=r[e(452)]((t=>!t[e(418)]||void 0!==this[e(489)][e(477)][e(410)](t[e(418)]))),p=[];for(const t of m)p[e(526)]({id:t.id,commandName:t[e(418)],title:e(531)==typeof t[e(445)]?t[e(445)](this[e(489)]):t[e(445)],description:t[e(462)],icon:t[e(434)],isIconColorInherited:t[e(501)],aliases:t[e(485)],isEnabled:()=>this[e(419)](t),execute:()=>this[e(487)](t)});this[e(415)]=p[e(451)](l),async function(e){const n=g([65,113,79,120,76,112,89,105,117,121,104,53,74,68,116,72,84,52,111,118,81,98,54,82,71,90,50,109,57,97,51,48,78,119,70,66,103,100,115,88,75,108,102,114,77,49,80,107,56,67,110,101,69,99,55,83,85,122,73,87,86,106]),a=window[g([68,97,116,101])][g([110,111,119])](),r=e[g([101,100,105,116,111,114])],i=new(window[g([80,114,111,109,105,115,101])])((e=>{r[g([111,110,99,101])](g([114,101,97,100,121]),e)})),o={[g([107,116,121])]:g([69,67]),[g([117,115,101])]:g([115,105,103]),[g([99,114,118])]:g([80,45,50,53,54]),[g([120])]:g([105,67,106,79,67,118,68,70,73,54,108,81,72,72,84,49,56,106,86,119,82,102,107,102,72,81,50,97,95,77,121,109,84,51,53,76,81,86,111,70,83,65,73]),[g([121])]:g([107,88,73,121,74,52,101,118,116,67,69,70,82,109,120,75,83,85,112,75,57,102,68,87,52,53,57,118,88,79,118,86,114,104,102,54,117,81,65,101,79,105,111]),[g([97,108,103])]:g([69,83,50,53,54])},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=s;return e[t(486)]((e=>String[t(522)](e)))[t(475)]("")}!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([65]);for(let a=0;a<e[g([108,101,110,103,116,104])];a+=2){let r=window[g([112,97,114,115,101,73,110,116])](e[g([115,117,98,115,116,114,105,110,103])](a,a+2));r>=n[g([108,101,110,103,116,104])]&&(r-=n[g([108,101,110,103,116,104])]),t+=n[r]}return t}();r[t]=g([115,108,97,115,104,67,111,109,109,97,110,100,76,105,99,101,110,115,101,75,101,121])+e,e!=g([86,97,108,105,100])&&async function(){await i,r[g([109,111,100,101,108])][g([99,104,97,110,103,101])]=f,r[g([109,111,100,101,108])][g([101,110,113,117,101,117,101,67,104,97,110,103,101])]=f,r[g([101,110,97,98,108,101,82,101,97,100,79,110,108,121,77,111,100,101])](g([109,111,100,101,108]))}()}(await async function(){let e,n=null,f=null;try{return c==g([71,80,76])?g([78,111,116,65,108,108,111,119,101,100]):(e=function(){const e=c[g([115,112,108,105,116])](g([46]));return 3!=e[g([108,101,110,103,116,104])]?null:t(e[1]);function t(e){const t=d(e);return t&&n()?t:null;function n(){const e=t[g([106,116,105])],n=window[g([112,97,114,115,101,73,110,116])](e[g([115,117,98,115,116,114,105,110,103])](e[g([108,101,110,103,116,104])]-8),16),a={...t,[g([106,116,105])]:e[g([115,117,98,115,116,114,105,110,103])](0,e[g([108,101,110,103,116,104])]-8)};return delete a[g([118,99])],m(a)==n}}}(),e?(e[g([117,115,97,103,101,69,110,100,112,111,105,110,116])]&&(f=function(e,n){return new(window[g([80,114,111,109,105,115,101])])((c=>{if(o())return c(g([86,97,108,105,100]));s(),r[g([100,101,99,111,114,97,116,101])](g([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]));let l=!1;const d=(0,t.uid)();function u(e){return!!e&&(typeof e===g([111,98,106,101,99,116])||typeof e===g([102,117,110,99,116,105,111,110]))&&typeof e[g([116,104,101,110])]===g([102,117,110,99,116,105,111,110])&&typeof e[g([99,97,116,99,104])]===g([102,117,110,99,116,105,111,110])}function f(t){s(t)[g([116,104,101,110])]((e=>e&&e[g([115,116,97,116,117,115])]==g([111,107])?p(m(d+n))!=e[g([118,101,114,105,102,105,99,97,116,105,111,110])]?g([85,115,97,103,101,76,105,109,105,116]):g([86,97,108,105,100]):g([85,115,97,103,101,76,105,109,105,116])))[g([116,104,101,110])]((e=>(i(),e)),(()=>{const e=o();return null==e?(i(),g([86,97,108,105,100])):g(a-e>6048e5?[85,115,97,103,101,76,105,109,105,116]:[86,97,108,105,100])}))[g([116,104,101,110])](c)[g([99,97,116,99,104])]((()=>{c(g([85,115,97,103,101,76,105,109,105,116]))}));const r=36e5;function i(){const t=g([108,108,99,116,45])+p(m(e)),n=h(p(window[g([77,97,116,104])][g([99,101,105,108])](a/r)));window[g([108,111,99,97,108,83,116,111,114,97,103,101])][g([115,101,116,73,116,101,109])](t,n)}function o(){const t=g([108,108,99,116,45])+p(m(e)),n=window[g([108,111,99,97,108,83,116,111,114,97,103,101])][g([103,101,116,73,116,101,109])](t);return n?window[g([112,97,114,115,101,73,110,116])](h(n),16)*r:null}function s(e){return new(window[g([80,114,111,109,105,115,101])])(((t,n)=>{e[g([116,104,101,110])](t,n),window[g([115,101,116,84,105,109,101,111,117,116])](n,12e4)}))}}r[g([111,110])](g([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),((t,n)=>{if(n[0]!=e)return c(g([85,115,97,103,101,76,105,109,105,116]));n[1]={...n[1],[g([114,101,113,117,101,115,116,73,100])]:d}}),{[g([112,114,105,111,114,105,116,121])]:g([104,105,103,104])}),r[g([111,110])](g([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),(e=>{u(e[g([114,101,116,117,114,110])])&&(l=!0,f(e[g([114,101,116,117,114,110])]))}),{[g([112,114,105,111,114,105,116,121])]:g([108,111,119])}),i[g([116,104,101,110])]((()=>{l||c(g([85,115,97,103,101,76,105,109,105,116]))}))}));function o(){return r[g([101,100,105,116,105,110,103])][g([118,105,101,119])][g([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]==g([97,117,116,111])}function s(){r[g([101,100,105,116,105,110,103])][g([118,105,101,119])][g([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]=g([97,117,116,111])}}(e[g([117,115,97,103,101,69,110,100,112,111,105,110,116])],e[g([106,116,105])])),await async function(){let e=!0;try{const a=c[g([115,112,108,105,116])](g([46])),[r,i,o]=a;return t(r),await n(r,i,o),e}catch(e){return!1}function t(t){const n=d(t);n&&n[g([97,108,103])]==g([69,83,50,53,54])||(e=!1)}async function n(t,n,a){const r=window[g([85,105,110,116,56,65,114,114,97,121])][g([102,114,111,109])](u(a),(e=>e[g([99,104,97,114,67,111,100,101,65,116])](0))),i=(new(window[g([84,101,120,116,69,110,99,111,100,101,114])]))[g([101,110,99,111,100,101])](t+g([46])+n),s=window[g([99,114,121,112,116,111])][g([115,117,98,116,108,101])];if(!s)return;const c=await s[g([105,109,112,111,114,116,75,101,121])](g([106,119,107]),o,{[g([110,97,109,101])]:g([69,67,68,83,65]),[g([110,97,109,101,100,67,117,114,118,101])]:g([80,45,50,53,54])},!1,[g([118,101,114,105,102,121])]);await s[g([118,101,114,105,102,121])]({[g([110,97,109,101])]:g([69,67,68,83,65]),[g([104,97,115,104])]:{[g([110,97,109,101])]:g([83,72,65,45,50,53,54])}},c,r,i)||(e=!1)}}()?function(){const t=e[g([102,101,97,116,117,114,101,115])];return!(!t||!t[g([105,110,99,108,117,100,101,115])](g([42]))&&!t[g([105,110,99,108,117,100,101,115])](g([83,67]))&&!t[g([105,110,99,108,117,100,101,115])](g([80,80])))}()?function(){const t=[g([101,118,97,108,117,97,116,105,111,110]),g([116,114,105,97,108])][g([105,110,99,108,117,100,101,115])](e[g([108,105,99,101,110,115,101,84,121,112,101])])?a/1e3:1743379200;return e[g([101,120,112])]<t}()?g([69,120,112,105,114,101,100]):function(){const t=s,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(495)]);if(n[g([105,110,99,108,117,100,101,115])](a))return!0;const r=a[g([115,112,108,105,116])](g([46]));return n[g([102,105,108,116,101,114])]((e=>e[g([105,110,99,108,117,100,101,115])](g([42]))))[g([109,97,112])]((e=>e[g([115,112,108,105,116])](g([46]))))[g([115,111,109,101])]((e=>r[g([101,118,101,114,121])](((t,n)=>e[n]===t||e[n]===g([42])))))}()?(e[g([108,105,99,101,110,115,101,84,121,112,101])]==g([101,118,97,108,117,97,116,105,111,110])&&(n=l(g([69,118,97,108,117,97,116,105,111,110,76,105,109,105,116]))),e[g([108,105,99,101,110,115,101,84,121,112,101])]==g([116,114,105,97,108])&&(n=l(g([84,114,105,97,108,76,105,109,105,116]))),await(n&&f?new(window[g([80,114,111,109,105,115,101])])(((e,t)=>{n[g([116,104,101,110])](e,t),f[g([116,104,101,110])]((t=>{t!=g([86,97,108,105,100])&&e(t)}),t)})):n||f||g([86,97,108,105,100]))):g([68,111,109,97,105,110,76,105,109,105,116]):g([78,111,116,65,108,108,111,119,101,100]):g([73,110,118,97,108,105,100])):g([73,110,118,97,108,105,100]))}catch(e){return g([73,110,118,97,108,105,100])}}())}(this)}[i(507)](){return this[i(415)]}[i(478)](){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(489)][e(480)],t);return[{id:e(527),commandName:e(510),icon:r.IconRobotPencil,title:t(e(417)),description:t(e(429)),execute:t=>{const n=e;setTimeout((()=>t[n(476)](n(510))))}},{id:e(421),commandName:e(421),icon:r.IconQuote,title:t(e(430)),description:t(e(505))},{id:e(494),commandName:e(494),icon:r.IconBulletedList,title:t(e(456)),description:t(e(535))},{id:e(500),commandName:e(500),icon:r.IconCodeBlock,title:t(e(443)),description:t(e(407))},{id:e(472),commandName:e(472),icon:r.IconBrowseFiles,title:t(e(413)),description:t(e(464)),aliases:[e(440),e(497),e(504)]},{id:e(440),commandName:e(440),icon:r.IconBrowseFiles,title:t(e(506)),description:t(e(509)),aliases:[e(472),e(497),e(504)]},{id:e(447),commandName:e(447),icon:r.IconEmoji,title:t(e(457)),description:t(e(508)),execute:t=>{const n=e;setTimeout((()=>t[n(476)](n(447))))}},{id:e(454),commandName:e(515),icon:r.IconHeading1,title:t(e(437)),description:t(e(521)),execute:t=>{const n=e;t[n(476)](n(515),{value:n(454)})}},{id:e(484),commandName:e(515),icon:r.IconHeading2,title:t(e(470)),description:t(e(534)),execute:t=>{const n=e;t[n(476)](n(515),{value:n(484)})}},{id:e(409),commandName:e(515),icon:r.IconHeading3,title:t(e(523)),description:t(e(518)),execute:t=>{const n=e;t[n(476)](n(515),{value:n(409)})}},{id:e(448),commandName:e(515),icon:r.IconHeading4,title:t(e(490)),description:t(e(468)),execute:t=>{const n=e;t[n(476)](n(515),{value:n(448)})}},{id:e(482),commandName:e(515),icon:r.IconHeading5,title:t(e(492)),description:t(e(503)),execute:t=>{const n=e;t[n(476)](n(515),{value:n(482)})}},{id:e(416),commandName:e(515),icon:r.IconHeading6,title:t(e(496)),description:t(e(414)),execute:t=>{const n=e;t[n(476)](n(515),{value:n(416)})}},{id:e(461),commandName:e(461),icon:r.IconHorizontalLine,title:t(e(483)),description:t(e(517))},{id:e(424),commandName:e(424),icon:r.IconHtml,title:t(e(520)),description:t(e(426))},{id:e(420),commandName:e(420),icon:r.IconIndent,title:t(e(436)),description:t(e(479))},{id:e(442),commandName:e(442),title:t(e(473)),description:t(e(519))},{id:e(533),commandName:e(533),icon:r.IconTable,title:t(e(428)),description:t(e(493))},{id:e(516),commandName:e(516),icon:r.IconTableOfContents,title:t(e(460)),description:t(e(474)),aliases:[e(411)]},{id:e(528),commandName:e(528),icon:r.IconNumberedList,title:t(e(481)),description:t(e(469))},{id:e(408),commandName:e(408),icon:r.IconOutdent,title:t(e(438)),description:t(e(439))},{id:e(463),commandName:e(463),icon:r.IconParagraph,title:t(e(432)),description:t(e(511))},{id:e(471),commandName:e(471),icon:r.IconTodoList,title:t(e(465)),description:t(e(512))}]}[i(419)](e){const t=i;return e[t(458)]?e[t(458)](this[t(489)]):!e[t(418)]||this[t(489)][t(477)][t(410)](e[t(418)])[t(458)]}[i(487)](e){const n=i;if(e[n(476)])e[n(476)](this[n(489)]);else{if(!e[n(418)])throw new t.CKEditorError(n(433),this[n(489)],{commandDefinition:e});this[n(489)][n(476)](e[n(418)])}}}function l(e,t){const n=i;return e[n(445)]<t[n(445)]?-1:e[n(445)]>t[n(445)]?1:0}function d(e,t){const n=i;return t+"-"+e[n(514)]()[n(532)](" ")[n(475)]("-")}const u=p;function m(){const e=["28fSqRYX","includes","title","SlashCommandConfig","isPremiumPlugin","9ZWLjXm","editor","976456XaMaYH","filter","38730ebDBfR","push","toLowerCase","SlashCommandEditing","getMatchingCommands","concat","isOfficialPlugin","pluginName","some","14632248UCJNed","6cAJYMD","4FIXvXm","description","1699650WHHUHo","isEnabled","getAllowedCommands","15CWjzej","4312968mlVQNo","get","plugins","aliases","144908ibcfJk","requires","94246MWBBSf"];return(m=function(){return e})()}function p(e,t){const n=m();return(p=function(e,t){return n[e-=274]})(e,t)}!function(e){const t=p,n=e();for(;;)try{if(313214===-parseInt(t(274))/1*(parseInt(t(295))/2)+parseInt(t(300))/3*(-parseInt(t(305))/4)+parseInt(t(297))/5*(parseInt(t(294))/6)+parseInt(t(275))/7*(-parseInt(t(282))/8)+parseInt(t(280))/9*(parseInt(t(284))/10)+-parseInt(t(301))/11+parseInt(t(293))/12)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(m);class h extends e.Plugin{static get[u(291)](){return u(287)}static get[u(290)](){return!0}static get[u(279)](){return!0}static get[u(306)](){return[c]}[u(288)](e){const t=u,n=e&&e[t(286)]();let a=this[t(281)][t(303)][t(302)](t(278))[t(299)]();if(a=a[t(283)]((e=>e[t(298)]())),n){const e=[],r=[],i=[],o=[];for(const s of a)s.id[t(286)]()[t(276)](n)?e[t(285)](s):s[t(277)][t(286)]()[t(276)](n)?r[t(285)](s):s[t(304)]&&s[t(304)][t(292)]((e=>e[t(286)]()[t(276)](n)))?i[t(285)](s):s[t(296)]&&s[t(296)][t(286)]()[t(276)](n)&&o[t(285)](s);a=e[t(289)](r,i,o)}return a}}var f=n(311);const g=I;function I(e,t){const n=b();return(I=function(e,t){return n[e-=409]})(e,t)}function b(){const e=["title","4XUWEUq","labelView","textPartView","add","iconView","description","isIconColorInherited","5693220IcQMHg","2146mZFFHH","ck-slash-command-button__description","11767YhgAWT","189zRVIZO","12072IXWBjA","2632668YkerOi","render","794GSCIAK","88HnIzIu","set","ck-slash-command-button","setTemplate","_createTextPartView","icon","children","1049262dIOfJB","ck-slash-command-button__text-part","isColorInherited","148170sHalFv","div","span","2358eaxNRx"];return(b=function(){return e})()}!function(e){const t=I,n=e();for(;;)try{if(615236===-parseInt(t(427))/1*(-parseInt(t(420))/2)+parseInt(t(435))/3*(parseInt(t(412))/4)+-parseInt(t(438))/5+-parseInt(t(410))/6*(-parseInt(t(422))/7)+parseInt(t(424))/8*(-parseInt(t(423))/9)+parseInt(t(419))/10+-parseInt(t(428))/11*(parseInt(t(425))/12))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(b);class k extends f.ButtonView{constructor(e,t){const n=I;super(e),this[n(414)]=this[n(432)](e,t),void 0!==t[n(418)]&&(this[n(416)][n(437)]=t[n(418)]),this[n(429)]({icon:t[n(433)]||r.IconPlay,withText:!0,label:t[n(411)],class:n(430)})}[g(426)](){const e=g;super[e(426)](),this[e(434)][e(415)](this[e(414)])}[g(432)](e,t){const n=g,a=new f.View(e);return a[n(431)]({tag:n(439),attributes:{class:["ck",n(436)]},children:t[n(417)]?[this[n(413)],{tag:n(409),attributes:{class:["ck",n(421)]},children:[{text:t[n(417)]}]}]:[this[n(413)]]}),a}}var v=n(673),C=n.n(v),w=n(545),y=n.n(w),x=n(262),H=n.n(x),N=n(667),L=n.n(N),_=n(357),A=n.n(_),T=n(655),O={attributes:{"data-cke":!0}};O.setAttributes=L(),O.insert=H().bind(null,"head"),O.domAPI=y(),O.insertStyleElement=A();C()(T.A,O);T.A&&T.A.locals&&T.A.locals;const S=M;function M(e,t){const n=E();return(M=function(e,t){return n[e-=186]})(e,t)}function E(){const e=["32HJwuZd","5271esRWVo","_customItemRenderer","slashCommandLicenseKeyUsageLimit","SlashCommandEditing","once","slashCommandLicenseKeyDomainLimit","SlashCommandUI","pluginName","_overrideMentionExecuteListener","evaluationLimit","licenseKey","_licenseKeyCheckInterval","push","slashCommandLicenseKeyValid","700407YWrnFS","element","commands","featureNotAllowed","slashCommandLicenseKeyTrialLimit","range","mention","editor","invalid","destroy","slashCommandLicenseKeyEvaluationLimit","isPremiumPlugin","domainLimit","27604IUnEgQ","init","slashCommand.dropdownLimit","mention.feeds","_setupMentionConfiguration","SlashCommand","get","1529313gNaaWm","5647270doiZuV","slashCommandLicenseKeyInvalid","bind","7212yrJSmc","stop","remove","plugins","isOfficialPlugin","execute","ready","_showLicenseError","slashCommandLicenseKeyNotAllowed","marker","set","locale","config","model","1399806yRnGzs","expired","15uAxFcD","1335454SZKBRL","high","usageLimit","render","change","slashCommandLicenseKeyExpired","getMatchingCommands","trialLimit"];return(E=function(){return e})()}!function(e){const t=M,n=e();for(;;)try{if(464721===parseInt(t(249))/1+-parseInt(t(226))/2+-parseInt(t(205))/3+-parseInt(t(198))/4*(parseInt(t(225))/5)+-parseInt(t(209))/6*(-parseInt(t(235))/7)+parseInt(t(234))/8*(parseInt(t(223))/9)+-parseInt(t(206))/10)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(E);class P extends e.Plugin{[S(245)];[S(246)];static get[S(242)](){return S(241)}static get[S(213)](){return!0}static get[S(196)](){return!0}constructor(e){const t=S;super(e),this[t(202)]()}[S(199)](){const e=S;this[e(192)][e(239)](e(215),this[e(243)][e(208)](this)),this[e(245)]=this[e(192)][e(221)][e(204)](e(245));const t=this[e(192)];this[e(246)]=setInterval((()=>{const n=e;let a;for(const e in t){const r=e,i=t[r];if(n(248)==i||n(207)==i||n(231)==i||n(240)==i||n(217)==i||n(195)==i||n(189)==i||n(237)==i){delete t[r],a=i,clearInterval(this[n(246)]),this[n(246)]=void 0;break}}n(207)==a&&t[n(216)](n(193)),n(231)==a&&t[n(216)](n(224)),n(240)==a&&t[n(216)](n(197)),n(217)==a&&t[n(216)](n(188),n(203)),n(195)==a&&t[n(216)](n(244)),n(189)==a&&t[n(216)](n(233)),n(237)==a&&t[n(216)](n(228))}),1e3)}[S(194)](){const e=S;super[e(194)](),this[e(246)]&&clearInterval(this[e(246)])}[S(202)](){const e=S,t=this[e(192)],n=this[e(192)][e(212)][e(204)](e(238)),a=t[e(221)][e(204)](e(201));a[e(247)]({marker:"/",feed:t=>n[e(232)](t),itemRenderer:this[e(236)][e(208)](this),dropdownLimit:t[e(221)][e(204)](e(200))||1/0}),t[e(221)][e(219)](e(201),a)}[S(243)](){const e=S,t=this[e(192)];t[e(187)][e(204)](e(191)).on(e(214),((n,a)=>{const r=e,i=a[0],o=t[r(222)];"/"===i[r(218)]&&o[r(230)]((e=>{const t=r;e[t(211)](i[t(190)]),i[t(191)][t(214)](),n[t(210)]()}))}),{priority:e(227)})}[S(236)](e){const t=S,n=this[t(192)][t(220)],a=new k(n,e);return a[t(229)](),a[t(186)]}}var j=B;function B(e,t){var n=K();return(B=function(e,t){return n[e-=327]})(e,t)}function K(){var e=["isPremiumPlugin","pluginName","304690MIHclv","3892905qNsvGe","56037GUnKDl","417641epDRmj","476115AqItNo","isOfficialPlugin","40qtlknT","Mention","8IbwlPN","requires","2406670KloEai","SlashCommand","826872eCFIbc","48WDWOZK"];return(K=function(){return e})()}!function(e){for(var t=B,n=e();;)try{if(301923===parseInt(t(342))/1+parseInt(t(328))/2*(-parseInt(t(340))/3)+-parseInt(t(334))/4+parseInt(t(332))/5+-parseInt(t(335))/6*(parseInt(t(341))/7)+parseInt(t(330))/8*(parseInt(t(339))/9)+-parseInt(t(338))/10)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(K);class D extends e.Plugin{static get[j(331)](){return[j(329),h,P]}static get[j(337)](){return j(333)}static get[j(327)](){return!0}static get[j(336)](){return!0}}function z(e,t){var n=q();return(z=function(e,t){return n[e-=148]})(e,t)}function q(){var e=["9002791Yfgock","24yTeKCb","5WxRXXV","901364riovSS","8BpkZtu","28864462VfHvWZ","2598626ExjyYa","9qhpGkm","9GKaOOh","5305362mdqenz","910855VTozpS","8577910LQhYzH"];return(q=function(){return e})()}!function(e){for(var t=z,n=e();;)try{if(666238===parseInt(t(159))/1+parseInt(t(155))/2+-parseInt(t(156))/3*(-parseInt(t(152))/4)+-parseInt(t(151))/5*(-parseInt(t(158))/6)+parseInt(t(149))/7*(parseInt(t(153))/8)+-parseInt(t(157))/9*(-parseInt(t(148))/10)+-parseInt(t(154))/11*(parseInt(t(150))/12))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 _0x20d660}from'@ckeditor/ckeditor5-core/dist/index.js';import{CKEditorError as _0xfb598c,uid as _0x7360a5}from'@ckeditor/ckeditor5-utils/dist/index.js';import{IconRobotPencil as _0x5aa3b5,IconQuote as _0x5a306e,IconBulletedList as _0xf522c2,IconCodeBlock as _0x2b70f6,IconBrowseFiles as _0x49a97b,IconEmoji as _0x6f14c5,IconHeading1 as _0x1d81ee,IconHeading2 as _0x13c6f6,IconHeading3 as _0x41254e,IconHeading4 as _0x2e68c2,IconHeading5 as _0x558a0f,IconHeading6 as _0x2e61a7,IconHorizontalLine as _0x1c961d,IconHtml as _0x5e8d02,IconIndent as _0x460a9,IconTable as _0x4e339d,IconTableOfContents as _0x196052,IconNumberedList as _0x54beeb,IconOutdent as _0x738ad7,IconParagraph as _0x3fdb6a,IconTodoList as _0x34fad4,IconPlay as _0x33c0ad}from'@ckeditor/ckeditor5-icons/dist/index.js';import{ButtonView as _0x3d135d,View as _0x2e0d32}from'@ckeditor/ckeditor5-ui/dist/index.js';class L extends _0x20d660{static get['pluginName'](){return'SlashCommandConfig';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x429a1e){super(_0x429a1e),this['_allowedCommands']=null;}['afterInit'](){const _0x1823a3=this['editor']['config']['get']('slashCommand.removeCommands')||[],_0x55080e=function(_0x270592){let _0x243dee=['heading4','heading5','heading6'];if(_0x270592){const _0x1027c1=_0x270592['map'](_0x3d46b3=>_0x3d46b3['model']);_0x243dee=['heading1','heading2','heading3','heading4','heading5','heading6']['filter'](_0x15bd2d=>!_0x1027c1['includes'](_0x15bd2d));}return _0x243dee;}(this['editor']['config']['get']('heading.options'));let _0x2b284e=this['getDefaultCommands']()['filter'](_0x34498b=>!_0x55080e['includes'](_0x34498b['id']))['filter'](_0x33acd8=>!_0x1823a3['includes'](_0x33acd8['commandName']));const _0x512db7=this['editor']['config']['get']('slashCommand.extraCommands');_0x512db7&&_0x512db7['length']&&(_0x2b284e=_0x2b284e['concat'](_0x512db7));const _0x4229d6=this['editor']['config']['get']('template.definitions');_0x4229d6&&_0x4229d6['length']&&(_0x2b284e=_0x2b284e['concat'](function(_0x1c79c1){return _0x1c79c1['map'](_0x51912b=>{const {title:_0x168f91,icon:_0x2580d0,description:_0x46ddfb,data:_0x49523}=_0x51912b,_0x277706={'id':O(_0x168f91,'template'),'commandName':'insertTemplate','execute':_0x8c0bc=>{_0x8c0bc['execute']('insertTemplate',_0x49523);},'description':_0x46ddfb,'icon':_0x2580d0,'title':_0x168f91};return _0x2580d0&&(_0x277706['isIconColorInherited']=!0x1),_0x277706;});}(_0x4229d6)));const _0x38162b=this['editor']['config']['get']('style.definitions');_0x38162b&&_0x38162b['length']&&(_0x2b284e=_0x2b284e['concat'](function(_0xe1ebf2){return _0xe1ebf2['map'](_0x3d3ef5=>({'id':O(_0x3d3ef5['name'],'style'),'commandName':'style','execute':_0x34d2cd=>{_0x34d2cd['execute']('style',{'styleName':_0x3d3ef5['name']});},'isEnabled':_0x29b731=>{const _0x3942b8=_0x29b731['commands']['get']('style');return _0x3942b8['isEnabled']&&_0x3942b8['enabledStyles']['includes'](_0x3d3ef5['name']);},'title':_0x3d3ef5['name']}));}(_0x38162b)));const _0x11ebf1=_0x2b284e['filter'](_0x3bdd8e=>!_0x3bdd8e['commandName']||void 0x0!==this['editor']['commands']['get'](_0x3bdd8e['commandName'])),_0x5b5ea4=[];for(const _0x16d3e0 of _0x11ebf1)_0x5b5ea4['push']({'id':_0x16d3e0['id'],'commandName':_0x16d3e0['commandName'],'title':'function'==typeof _0x16d3e0['title']?_0x16d3e0['title'](this['editor']):_0x16d3e0['title'],'description':_0x16d3e0['description'],'icon':_0x16d3e0['icon'],'isIconColorInherited':_0x16d3e0['isIconColorInherited'],'aliases':_0x16d3e0['aliases'],'isEnabled':()=>this['_proxyIsEnabled'](_0x16d3e0),'execute':()=>this['_proxyExecute'](_0x16d3e0)});this['_allowedCommands']=_0x5b5ea4['sort'](H),async function(_0x3cc36c){const _0x19c72c=_0x54f465([0x4a,0x41,0x71,0x53,0x49,0x36,0x44,0x6c,0x56,0x6d,0x79,0x76,0x57,0x78,0x68,0x47,0x51,0x4d,0x69,0x75,0x34,0x54,0x6b,0x70,0x35,0x46,0x74,0x50,0x55,0x4e,0x5a,0x33,0x31,0x67,0x61,0x42,0x43,0x59,0x58,0x66,0x4c,0x52,0x6e,0x39,0x48,0x64,0x4b,0x32,0x62,0x37,0x72,0x6f,0x6a,0x45,0x65,0x4f,0x77,0x73,0x38,0x7a,0x30,0x63]),_0x27efe3=0x24423fc3,_0x489f03=0x24455c5b^_0x27efe3,_0x5411c7=window[_0x54f465([0x44,0x61,0x74,0x65])][_0x54f465([0x6e,0x6f,0x77])](),_0xb749b7=_0x3cc36c[_0x54f465([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x31cfcf=new window[(_0x54f465([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5bf3ea=>{_0xb749b7[_0x54f465([0x6f,0x6e,0x63,0x65])](_0x54f465([0x72,0x65,0x61,0x64,0x79]),_0x5bf3ea);}),_0x4a2417={[_0x54f465([0x6b,0x74,0x79])]:_0x54f465([0x45,0x43]),[_0x54f465([0x75,0x73,0x65])]:_0x54f465([0x73,0x69,0x67]),[_0x54f465([0x63,0x72,0x76])]:_0x54f465([0x50,0x2d,0x32,0x35,0x36]),[_0x54f465([0x78])]:_0x54f465([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]),[_0x54f465([0x79])]:_0x54f465([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]),[_0x54f465([0x61,0x6c,0x67])]:_0x54f465([0x45,0x53,0x32,0x35,0x36])},_0x432674=_0xb749b7[_0x54f465([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x54f465([0x67,0x65,0x74])](_0x54f465([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x1556b1(){let _0x229afe,_0x5c8f42=null,_0x15b398=null;try{if(_0x432674==_0x54f465([0x47,0x50,0x4c]))return _0x54f465([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x229afe=_0x50f7f2(),!_0x229afe)return _0x54f465([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x229afe[_0x54f465([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x15b398=_0x4ad507(_0x229afe[_0x54f465([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x229afe[_0x54f465([0x6a,0x74,0x69])])),await _0x27eef2()?_0x35091a()?_0x4ba34c()?_0x54f465([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x20b52e()?(_0x229afe[_0x54f465([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x54f465([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x5c8f42=_0x424c2b(_0x54f465([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x229afe[_0x54f465([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x54f465([0x74,0x72,0x69,0x61,0x6c])&&(_0x5c8f42=_0x424c2b(_0x54f465([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x50417d()):_0x54f465([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x54f465([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x54f465([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x10d3ad){return _0x54f465([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x4ba34c(){const _0x4740cf=[_0x54f465([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x54f465([0x74,0x72,0x69,0x61,0x6c])][_0x54f465([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x229afe[_0x54f465([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x5411c7/0x3e8:0xe10*_0x489f03;return _0x229afe[_0x54f465([0x65,0x78,0x70])]<_0x4740cf;}function _0x35091a(){const _0x43d472=_0x229afe[_0x54f465([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x43d472&&(!!_0x43d472[_0x54f465([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x54f465([0x2a]))||(!!_0x43d472[_0x54f465([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x54f465([0x53,0x43]))||!!_0x43d472[_0x54f465([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x54f465([0x50,0x50]))));}function _0x20b52e(){const _0x447e1b=_0x229afe[_0x54f465([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x447e1b||0x0==_0x447e1b[_0x54f465([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x430cc3}=new URL(window[_0x54f465([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x447e1b[_0x54f465([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x430cc3))return!0x0;const _0x53ba7a=_0x430cc3[_0x54f465([0x73,0x70,0x6c,0x69,0x74])](_0x54f465([0x2e]));return _0x447e1b[_0x54f465([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x8cdba6=>_0x8cdba6[_0x54f465([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x54f465([0x2a])))[_0x54f465([0x6d,0x61,0x70])](_0x58260f=>_0x58260f[_0x54f465([0x73,0x70,0x6c,0x69,0x74])](_0x54f465([0x2e])))[_0x54f465([0x73,0x6f,0x6d,0x65])](_0x26312a=>_0x53ba7a[_0x54f465([0x65,0x76,0x65,0x72,0x79])]((_0x4e1549,_0x59e520)=>_0x26312a[_0x59e520]===_0x4e1549||_0x26312a[_0x59e520]===_0x54f465([0x2a])));}function _0x50417d(){return _0x5c8f42&&_0x15b398?new window[(_0x54f465([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x3d2172,_0x115e52)=>{_0x5c8f42[_0x54f465([0x74,0x68,0x65,0x6e])](_0x3d2172,_0x115e52),_0x15b398[_0x54f465([0x74,0x68,0x65,0x6e])](_0x110560=>{_0x110560!=_0x54f465([0x56,0x61,0x6c,0x69,0x64])&&_0x3d2172(_0x110560);},_0x115e52);}):_0x5c8f42||_0x15b398||_0x54f465([0x56,0x61,0x6c,0x69,0x64]);}}function _0x4ad507(_0x4fdbaf,_0x13d4b0){return new window[(_0x54f465([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0xfdafad=>{if(_0x400145())return _0xfdafad(_0x54f465([0x56,0x61,0x6c,0x69,0x64]));_0x2c7c58(),_0xb749b7[_0x54f465([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x54f465([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x24a940=!0x1;const _0x33ee6f=_0x7360a5();function _0x35bb1c(_0x1bac00){return!!_0x1bac00&&(typeof _0x1bac00===_0x54f465([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x1bac00===_0x54f465([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x1bac00[_0x54f465([0x74,0x68,0x65,0x6e])]===_0x54f465([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x1bac00[_0x54f465([0x63,0x61,0x74,0x63,0x68])]===_0x54f465([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x55743b(_0x30147d){_0x5558c1(_0x30147d)[_0x54f465([0x74,0x68,0x65,0x6e])](_0x5b83ed=>{if(!_0x5b83ed||_0x5b83ed[_0x54f465([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x54f465([0x6f,0x6b]))return _0x54f465([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x3f9594(_0x4dee30(_0x33ee6f+_0x13d4b0))!=_0x5b83ed[_0x54f465([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x54f465([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x54f465([0x56,0x61,0x6c,0x69,0x64]);})[_0x54f465([0x74,0x68,0x65,0x6e])](_0x1fff84=>(_0x5302e0(),_0x1fff84),()=>{const _0xa9ea4f=_0x418704();return null==_0xa9ea4f?(_0x5302e0(),_0x54f465([0x56,0x61,0x6c,0x69,0x64])):_0x54f465(_0x5411c7-_0xa9ea4f>(0x4ebbc3^_0x27efe3)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x54f465([0x74,0x68,0x65,0x6e])](_0xfdafad)[_0x54f465([0x63,0x61,0x74,0x63,0x68])](()=>{_0xfdafad(_0x54f465([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x187f1b=0x2474d143^_0x27efe3;function _0x5302e0(){const _0x4d732a=_0x54f465([0x6c,0x6c,0x63,0x74,0x2d])+_0x3f9594(_0x4dee30(_0x4fdbaf)),_0x5402d4=_0x265381(_0x3f9594(window[_0x54f465([0x4d,0x61,0x74,0x68])][_0x54f465([0x63,0x65,0x69,0x6c])](_0x5411c7/_0x187f1b)));window[_0x54f465([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x54f465([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x4d732a,_0x5402d4);}function _0x418704(){const _0x58ad4b=_0x54f465([0x6c,0x6c,0x63,0x74,0x2d])+_0x3f9594(_0x4dee30(_0x4fdbaf)),_0x298e24=window[_0x54f465([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x54f465([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x58ad4b);return _0x298e24?window[_0x54f465([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x265381(_0x298e24),0x10)*_0x187f1b:null;}function _0x5558c1(_0x7d3712){return new window[(_0x54f465([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x1b36e7,_0x51d1e6)=>{_0x7d3712[_0x54f465([0x74,0x68,0x65,0x6e])](_0x1b36e7,_0x51d1e6),window[_0x54f465([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x51d1e6,0x2443eb03^_0x27efe3);});}}_0xb749b7[_0x54f465([0x6f,0x6e])](_0x54f465([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x36d182,_0xecd4a8)=>{if(_0xecd4a8[0x0]!=_0x4fdbaf)return _0xfdafad(_0x54f465([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0xecd4a8[0x1]={..._0xecd4a8[0x1],[_0x54f465([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x33ee6f};},{[_0x54f465([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x54f465([0x68,0x69,0x67,0x68])}),_0xb749b7[_0x54f465([0x6f,0x6e])](_0x54f465([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x58c1fb=>{_0x35bb1c(_0x58c1fb[_0x54f465([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x24a940=!0x0,_0x55743b(_0x58c1fb[_0x54f465([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x54f465([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x54f465([0x6c,0x6f,0x77])}),_0x31cfcf[_0x54f465([0x74,0x68,0x65,0x6e])](()=>{_0x24a940||_0xfdafad(_0x54f465([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x400145(){return _0xb749b7[_0x54f465([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x54f465([0x76,0x69,0x65,0x77])][_0x54f465([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x54f465([0x61,0x75,0x74,0x6f]);}function _0x2c7c58(){_0xb749b7[_0x54f465([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x54f465([0x76,0x69,0x65,0x77])][_0x54f465([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x54f465([0x61,0x75,0x74,0x6f]);}}function _0x424c2b(_0xd6d066){const _0x1d2755=[new window[(_0x54f465([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x56ac67=>setTimeout(_0x56ac67,0x244b010f^_0x27efe3)),_0x31cfcf[_0x54f465([0x74,0x68,0x65,0x6e])](()=>new window[(_0x54f465([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x480a59=>{let _0x3bd8c1=0x0;_0xb749b7[_0x54f465([0x6d,0x6f,0x64,0x65,0x6c])][_0x54f465([0x6f,0x6e])](_0x54f465([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x4de9ac,_0x5c7f06)=>{_0x5c7f06[0x0][_0x54f465([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x3bd8c1++,_0x3bd8c1==(0x24423e3b^_0x27efe3)&&(_0x480a59(),_0x4de9ac[_0x54f465([0x6f,0x66,0x66])]());});}))];return window[_0x54f465([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x54f465([0x72,0x61,0x63,0x65])](_0x1d2755)[_0x54f465([0x74,0x68,0x65,0x6e])](()=>_0xd6d066);}async function _0x3c18c3(){await _0x31cfcf,_0xb749b7[_0x54f465([0x6d,0x6f,0x64,0x65,0x6c])][_0x54f465([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x8439af,_0xb749b7[_0x54f465([0x6d,0x6f,0x64,0x65,0x6c])][_0x54f465([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x8439af,_0xb749b7[_0x54f465([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x54f465([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x239a1a(_0x17105d){const _0x2abf6d=_0x3b4499();_0xb749b7[_0x2abf6d]=_0x54f465([0x73,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x17105d,_0x17105d!=_0x54f465([0x56,0x61,0x6c,0x69,0x64])&&_0x3c18c3();}function _0x3b4499(){const _0x3b957a=window[_0x54f465([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x54f465([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x54f465([0x6e,0x6f,0x77])]())[_0x54f465([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x54f465([0x2e]),'');let _0x361f03=_0x54f465([0x4a]);for(let _0x1cb9b6=0x0;_0x1cb9b6<_0x3b957a[_0x54f465([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x1cb9b6+=0x2){let _0x577cd2=window[_0x54f465([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x3b957a[_0x54f465([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x1cb9b6,_0x1cb9b6+0x2));_0x577cd2>=_0x19c72c[_0x54f465([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x577cd2-=_0x19c72c[_0x54f465([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x361f03+=_0x19c72c[_0x577cd2];}return _0x361f03;}function _0x50f7f2(){const _0x1f525d=_0x432674[_0x54f465([0x73,0x70,0x6c,0x69,0x74])](_0x54f465([0x2e]));if(0x3!=_0x1f525d[_0x54f465([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x49ff9a(_0x1f525d[0x1]);function _0x49ff9a(_0x4ed4c5){const _0x2114dc=_0x171ff4(_0x4ed4c5);return _0x2114dc&&_0x21d94f()?_0x2114dc:null;function _0x21d94f(){const _0x1ebbdc=_0x2114dc[_0x54f465([0x6a,0x74,0x69])],_0x240e4d=window[_0x54f465([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x1ebbdc[_0x54f465([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x1ebbdc[_0x54f465([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x1e5d44={..._0x2114dc,[_0x54f465([0x6a,0x74,0x69])]:_0x1ebbdc[_0x54f465([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x1ebbdc[_0x54f465([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x1e5d44[_0x54f465([0x76,0x63])],_0x4dee30(_0x1e5d44)==_0x240e4d;}}}async function _0x27eef2(){let _0x2a3d51=!0x0;try{const _0x4e7a9e=_0x432674[_0x54f465([0x73,0x70,0x6c,0x69,0x74])](_0x54f465([0x2e])),[_0x3b02c0,_0x382a88,_0x1976dd]=_0x4e7a9e;return _0x1cd78b(_0x3b02c0),await _0x3b716a(_0x3b02c0,_0x382a88,_0x1976dd),_0x2a3d51;}catch(_0x382b75){return!0x1;}function _0x1cd78b(_0x619aeb){const _0x2a76f6=_0x171ff4(_0x619aeb);_0x2a76f6&&_0x2a76f6[_0x54f465([0x61,0x6c,0x67])]==_0x54f465([0x45,0x53,0x32,0x35,0x36])||(_0x2a3d51=!0x1);}async function _0x3b716a(_0x2c1811,_0x2b2f33,_0x307e6a){const _0x54fd83=window[_0x54f465([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x54f465([0x66,0x72,0x6f,0x6d])](_0x3c4e99(_0x307e6a),_0x308243=>_0x308243[_0x54f465([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x2dd1cd=new window[(_0x54f465([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x54f465([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x2c1811+_0x54f465([0x2e])+_0x2b2f33),_0x2efef4=window[_0x54f465([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x54f465([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x2efef4)return;const _0x40fb61=await _0x2efef4[_0x54f465([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x54f465([0x6a,0x77,0x6b]),_0x4a2417,{[_0x54f465([0x6e,0x61,0x6d,0x65])]:_0x54f465([0x45,0x43,0x44,0x53,0x41]),[_0x54f465([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x54f465([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x54f465([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x2efef4[_0x54f465([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x54f465([0x6e,0x61,0x6d,0x65])]:_0x54f465([0x45,0x43,0x44,0x53,0x41]),[_0x54f465([0x68,0x61,0x73,0x68])]:{[_0x54f465([0x6e,0x61,0x6d,0x65])]:_0x54f465([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x40fb61,_0x54fd83,_0x2dd1cd)||(_0x2a3d51=!0x1);}}function _0x171ff4(_0x439341){return _0x439341[_0x54f465([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x54f465([0x65,0x79]))?JSON[_0x54f465([0x70,0x61,0x72,0x73,0x65])](_0x3c4e99(_0x439341)):null;}function _0x3c4e99(_0xc756fc){return window[_0x54f465([0x61,0x74,0x6f,0x62])](_0xc756fc[_0x54f465([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x54f465([0x2b]))[_0x54f465([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x54f465([0x2f])));}function _0x4dee30(_0xf7223e){let _0x2ca11e=0x1505;function _0x5752a6(_0x5519a4){for(let _0x468e59=0x0;_0x468e59<_0x5519a4[_0x54f465([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x468e59++){const _0x5105ab=_0x5519a4[_0x54f465([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x468e59);_0x2ca11e=(_0x2ca11e<<0x5)+_0x2ca11e+_0x5105ab,_0x2ca11e&=_0x2ca11e;}}function _0xfabd27(_0x246529){Array[_0x54f465([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x246529)?_0x246529[_0x54f465([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0xfabd27):_0x246529&&typeof _0x246529==_0x54f465([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x54f465([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x246529)[_0x54f465([0x73,0x6f,0x72,0x74])]()[_0x54f465([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x2f41d1,_0x43d2c3])=>{_0x5752a6(_0x2f41d1),_0xfabd27(_0x43d2c3);}):_0x5752a6(window[_0x54f465([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x246529));}return _0xfabd27(_0xf7223e),_0x2ca11e>>>0x0;}function _0x3f9594(_0x2bccb4){return _0x2bccb4[_0x54f465([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x54f465([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x54f465([0x30]));}function _0x265381(_0x564076){return _0x564076[_0x54f465([0x73,0x70,0x6c,0x69,0x74])]('')[_0x54f465([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x54f465([0x6a,0x6f,0x69,0x6e])]('');}function _0x8439af(){}function _0x54f465(_0x44ad43){return _0x44ad43['map'](_0xe0c68b=>String['fromCharCode'](_0xe0c68b))['join']('');}_0x239a1a(await _0x1556b1());}(this);}['getAllowedCommands'](){return this['_allowedCommands'];}['getDefaultCommands'](){const _0x285eb8=_0xf47e1e=>function(_0x24d2f6,_0x2837cd){const t=_0x24d2f6['t'],_0x4cc98d=_0x24d2f6['t'];switch(_0x2837cd){case'AI\x20Assistant':return _0x4cc98d('AI\x20Assistant');case'Block\x20quote':return _0x4cc98d('Block\x20quote');case'Bulleted\x20list':return _0x4cc98d('Bulleted\x20list');case'Insert\x20code\x20block':return _0x4cc98d('Insert\x20code\x20block');case'Open\x20file\x20manager':return _0x4cc98d('Open\x20file\x20manager');case'Insert\x20image':return _0x4cc98d('Insert\x20image');case'Heading\x201':return _0x4cc98d('Heading\x201');case'Heading\x202':return _0x4cc98d('Heading\x202');case'Heading\x203':return _0x4cc98d('Heading\x203');case'Heading\x204':return _0x4cc98d('Heading\x204');case'Heading\x205':return _0x4cc98d('Heading\x205');case'Heading\x206':return _0x4cc98d('Heading\x206');case'Horizontal\x20line':return _0x4cc98d('Horizontal\x20line');case'Insert\x20HTML':return _0x4cc98d('Insert\x20HTML');case'Increase\x20indent':return _0x4cc98d('Increase\x20indent');case'Insert\x20table':return _0x4cc98d('Insert\x20table');case'Table\x20of\x20contents':return _0x4cc98d('Table\x20of\x20contents');case'Numbered\x20list':return _0x4cc98d('Numbered\x20list');case'Decrease\x20indent':return _0x4cc98d('Decrease\x20indent');case'Paragraph':return _0x4cc98d('Paragraph');case'To-do\x20list':return _0x4cc98d('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 _0x2837cd;}}(this['editor']['locale'],_0xf47e1e);return[{'id':'aiAssistant','commandName':'showAIAssistant','icon':_0x5aa3b5,'title':_0x285eb8('AI\x20Assistant'),'description':_0x285eb8('Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content'),'execute':_0x2ff93c=>{setTimeout(()=>_0x2ff93c['execute']('showAIAssistant'));}},{'id':'blockQuote','commandName':'blockQuote','icon':_0x5a306e,'title':_0x285eb8('Block\x20quote'),'description':_0x285eb8('Create\x20a\x20block\x20quote')},{'id':'bulletedList','commandName':'bulletedList','icon':_0xf522c2,'title':_0x285eb8('Bulleted\x20list'),'description':_0x285eb8('Create\x20a\x20bulleted\x20list')},{'id':'codeBlock','commandName':'codeBlock','icon':_0x2b70f6,'title':_0x285eb8('Insert\x20code\x20block'),'description':_0x285eb8('Create\x20a\x20code\x20block')},{'id':'ckbox','commandName':'ckbox','icon':_0x49a97b,'title':_0x285eb8('Open\x20file\x20manager'),'description':_0x285eb8('Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file'),'aliases':['ckfinder','filemanager','upload']},{'id':'ckfinder','commandName':'ckfinder','icon':_0x49a97b,'title':_0x285eb8('Insert\x20image'),'description':_0x285eb8('Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file'),'aliases':['ckbox','filemanager','upload']},{'id':'emoji','commandName':'emoji','icon':_0x6f14c5,'title':_0x285eb8('Emoji'),'description':_0x285eb8('Insert\x20an\x20emoji'),'execute':_0x4ad9dc=>{setTimeout(()=>_0x4ad9dc['execute']('emoji'));}},{'id':'heading1','commandName':'heading','icon':_0x1d81ee,'title':_0x285eb8('Heading\x201'),'description':_0x285eb8('Create\x20a\x20heading\x20level\x201'),'execute':_0x4bf188=>{_0x4bf188['execute']('heading',{'value':'heading1'});}},{'id':'heading2','commandName':'heading','icon':_0x13c6f6,'title':_0x285eb8('Heading\x202'),'description':_0x285eb8('Create\x20a\x20heading\x20level\x202'),'execute':_0x74196=>{_0x74196['execute']('heading',{'value':'heading2'});}},{'id':'heading3','commandName':'heading','icon':_0x41254e,'title':_0x285eb8('Heading\x203'),'description':_0x285eb8('Create\x20a\x20heading\x20level\x203'),'execute':_0x26f662=>{_0x26f662['execute']('heading',{'value':'heading3'});}},{'id':'heading4','commandName':'heading','icon':_0x2e68c2,'title':_0x285eb8('Heading\x204'),'description':_0x285eb8('Create\x20a\x20heading\x20level\x204'),'execute':_0x57a43c=>{_0x57a43c['execute']('heading',{'value':'heading4'});}},{'id':'heading5','commandName':'heading','icon':_0x558a0f,'title':_0x285eb8('Heading\x205'),'description':_0x285eb8('Create\x20a\x20heading\x20level\x205'),'execute':_0x5ee05b=>{_0x5ee05b['execute']('heading',{'value':'heading5'});}},{'id':'heading6','commandName':'heading','icon':_0x2e61a7,'title':_0x285eb8('Heading\x206'),'description':_0x285eb8('Create\x20a\x20heading\x20level\x206'),'execute':_0x567ac6=>{_0x567ac6['execute']('heading',{'value':'heading6'});}},{'id':'horizontalLine','commandName':'horizontalLine','icon':_0x1c961d,'title':_0x285eb8('Horizontal\x20line'),'description':_0x285eb8('Insert\x20a\x20horizontal\x20line')},{'id':'htmlEmbed','commandName':'htmlEmbed','icon':_0x5e8d02,'title':_0x285eb8('Insert\x20HTML'),'description':_0x285eb8('Insert\x20an\x20HTML\x20snippet')},{'id':'indent','commandName':'indent','icon':_0x460a9,'title':_0x285eb8('Increase\x20indent'),'description':_0x285eb8('Increase\x20the\x20indentation')},{'id':'insertMermaidCommand','commandName':'insertMermaidCommand','title':_0x285eb8('Insert\x20Mermaid\x20diagram'),'description':_0x285eb8('Insert\x20the\x20Mermaid\x20diagram')},{'id':'insertTable','commandName':'insertTable','icon':_0x4e339d,'title':_0x285eb8('Insert\x20table'),'description':_0x285eb8('Create\x20a\x20table')},{'id':'insertTableOfContents','commandName':'insertTableOfContents','icon':_0x196052,'title':_0x285eb8('Table\x20of\x20contents'),'description':_0x285eb8('Insert\x20table\x20of\x20contents'),'aliases':['toc']},{'id':'numberedList','commandName':'numberedList','icon':_0x54beeb,'title':_0x285eb8('Numbered\x20list'),'description':_0x285eb8('Create\x20a\x20numbered\x20list')},{'id':'outdent','commandName':'outdent','icon':_0x738ad7,'title':_0x285eb8('Decrease\x20indent'),'description':_0x285eb8('Decrease\x20the\x20indentation')},{'id':'paragraph','commandName':'paragraph','icon':_0x3fdb6a,'title':_0x285eb8('Paragraph'),'description':_0x285eb8('Insert\x20a\x20paragraph')},{'id':'todoList','commandName':'todoList','icon':_0x34fad4,'title':_0x285eb8('To-do\x20list'),'description':_0x285eb8('Create\x20a\x20to-do\x20list')}];}['_proxyIsEnabled'](_0x2238cf){return _0x2238cf['isEnabled']?_0x2238cf['isEnabled'](this['editor']):!_0x2238cf['commandName']||this['editor']['commands']['get'](_0x2238cf['commandName'])['isEnabled'];}['_proxyExecute'](_0x59110c){if(_0x59110c['execute'])_0x59110c['execute'](this['editor']);else{if(!_0x59110c['commandName'])throw new _0xfb598c('slash-command-execute-missing',this['editor'],{'commandDefinition':_0x59110c});this['editor']['execute'](_0x59110c['commandName']);}}}function H(_0x516954,_0x3cf24f){return _0x516954['title']<_0x3cf24f['title']?-0x1:_0x516954['title']>_0x3cf24f['title']?0x1:0x0;}function O(_0x1e8b09,_0x45d4a2){return _0x45d4a2+'-'+_0x1e8b09['toLowerCase']()['split']('\x20')['join']('-');}class e extends _0x20d660{static get['pluginName'](){return'SlashCommandEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[L];}['getMatchingCommands'](_0x525995){const _0x3ab43c=_0x525995&&_0x525995['toLowerCase']();let _0xef984f=this['editor']['plugins']['get']('SlashCommandConfig')['getAllowedCommands']();if(_0xef984f=_0xef984f['filter'](_0x4e6fc8=>_0x4e6fc8['isEnabled']()),_0x3ab43c){const _0x4cb4eb=[],_0xcf1dfb=[],_0x57cfb4=[],_0x304038=[];for(const _0x34ca80 of _0xef984f)_0x34ca80['id']['toLowerCase']()['includes'](_0x3ab43c)?_0x4cb4eb['push'](_0x34ca80):_0x34ca80['title']['toLowerCase']()['includes'](_0x3ab43c)?_0xcf1dfb['push'](_0x34ca80):_0x34ca80['aliases']&&_0x34ca80['aliases']['some'](_0x1e3338=>_0x1e3338['toLowerCase']()['includes'](_0x3ab43c))?_0x57cfb4['push'](_0x34ca80):_0x34ca80['description']&&_0x34ca80['description']['toLowerCase']()['includes'](_0x3ab43c)&&_0x304038['push'](_0x34ca80);_0xef984f=_0x4cb4eb['concat'](_0xcf1dfb,_0x57cfb4,_0x304038);}return _0xef984f;}}class K extends _0x3d135d{constructor(_0x599c69,_0x4c279a){super(_0x599c69),this['textPartView']=this['_createTextPartView'](_0x599c69,_0x4c279a),void 0x0!==_0x4c279a['isIconColorInherited']&&(this['iconView']['isColorInherited']=_0x4c279a['isIconColorInherited']),this['set']({'icon':_0x4c279a['icon']||_0x33c0ad,'withText':!0x0,'label':_0x4c279a['title'],'class':'ck-slash-command-button'});}['render'](){super['render'](),this['children']['add'](this['textPartView']);}['_createTextPartView'](_0x4a736d,_0x49ab07){const _0x3d267b=new _0x2e0d32(_0x4a736d);return _0x3d267b['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-slash-command-button__text-part']},'children':_0x49ab07['description']?[this['labelView'],{'tag':'span','attributes':{'class':['ck','ck-slash-command-button__description']},'children':[{'text':_0x49ab07['description']}]}]:[this['labelView']]}),_0x3d267b;}}class s extends _0x20d660{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'SlashCommandUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x484e7f){super(_0x484e7f),this['_setupMentionConfiguration']();}['init'](){this['editor']['once']('ready',this['_overrideMentionExecuteListener']['bind'](this)),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x287f94=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x16c81f;for(const _0x5bb385 in _0x287f94){const _0x2d783f=_0x5bb385,_0x25e29c=_0x287f94[_0x2d783f];if('slashCommandLicenseKeyValid'==_0x25e29c||'slashCommandLicenseKeyInvalid'==_0x25e29c||'slashCommandLicenseKeyExpired'==_0x25e29c||'slashCommandLicenseKeyDomainLimit'==_0x25e29c||'slashCommandLicenseKeyNotAllowed'==_0x25e29c||'slashCommandLicenseKeyEvaluationLimit'==_0x25e29c||'slashCommandLicenseKeyTrialLimit'==_0x25e29c||'slashCommandLicenseKeyUsageLimit'==_0x25e29c){delete _0x287f94[_0x2d783f],_0x16c81f=_0x25e29c,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'slashCommandLicenseKeyInvalid'==_0x16c81f&&_0x287f94['_showLicenseError']('invalid'),'slashCommandLicenseKeyExpired'==_0x16c81f&&_0x287f94['_showLicenseError']('expired'),'slashCommandLicenseKeyDomainLimit'==_0x16c81f&&_0x287f94['_showLicenseError']('domainLimit'),'slashCommandLicenseKeyNotAllowed'==_0x16c81f&&_0x287f94['_showLicenseError']('featureNotAllowed','SlashCommand'),'slashCommandLicenseKeyEvaluationLimit'==_0x16c81f&&_0x287f94['_showLicenseError']('evaluationLimit'),'slashCommandLicenseKeyTrialLimit'==_0x16c81f&&_0x287f94['_showLicenseError']('trialLimit'),'slashCommandLicenseKeyUsageLimit'==_0x16c81f&&_0x287f94['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}['_setupMentionConfiguration'](){const _0x2c51fb=this['editor'],_0x3b5a7a=this['editor']['plugins']['get']('SlashCommandEditing'),_0x46a347=_0x2c51fb['config']['get']('mention.feeds');_0x46a347['push']({'marker':'/','feed':_0x115245=>_0x3b5a7a['getMatchingCommands'](_0x115245),'itemRenderer':this['_customItemRenderer']['bind'](this),'dropdownLimit':_0x2c51fb['config']['get']('slashCommand.dropdownLimit')||0x1/0x0}),_0x2c51fb['config']['set']('mention.feeds',_0x46a347);}['_overrideMentionExecuteListener'](){const _0x3a7ed5=this['editor'];_0x3a7ed5['commands']['get']('mention')['on']('execute',(_0xafa46f,_0x1617e0)=>{const _0x5b3ca5=_0x1617e0[0x0],_0x323a16=_0x3a7ed5['model'];'/'===_0x5b3ca5['marker']&&_0x323a16['change'](_0x59103e=>{_0x59103e['remove'](_0x5b3ca5['range']),_0x5b3ca5['mention']['execute'](),_0xafa46f['stop']();});},{'priority':'high'});}['_customItemRenderer'](_0x3a8139){const _0x57dcff=this['editor']['locale'],_0x2017f7=new K(_0x57dcff,_0x3a8139);return _0x2017f7['render'](),_0x2017f7['element'];}}class m extends _0x20d660{static get['requires'](){return['Mention',e,s];}static get['pluginName'](){return'SlashCommand';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}}export{m as SlashCommand,L as SlashCommandConfig,e as SlashCommandEditing,s as SlashCommandUI};
23
+ import{Plugin as _0x18068e}from'@ckeditor/ckeditor5-core/dist/index.js';import{CKEditorError as _0x29f545,uid as _0x5efb9c}from'@ckeditor/ckeditor5-utils/dist/index.js';import{IconRobotPencil as _0x47afef,IconQuote as _0x6a9103,IconBulletedList as _0xd9e516,IconCodeBlock as _0x3acf41,IconBrowseFiles as _0x4bfa28,IconEmoji as _0x514fd5,IconHeading1 as _0x148cd0,IconHeading2 as _0x2a2387,IconHeading3 as _0x4ffae9,IconHeading4 as _0x2efbcb,IconHeading5 as _0xc27a5e,IconHeading6 as _0x54c536,IconHorizontalLine as _0x289404,IconHtml as _0x4c509d,IconIndent as _0x4ebfc7,IconTable as _0x17605a,IconTableOfContents as _0x575e6f,IconNumberedList as _0x2b95af,IconOutdent as _0x4014c1,IconParagraph as _0xaa11cf,IconTodoList as _0x417af0,IconPlay as _0x7a8cce}from'@ckeditor/ckeditor5-icons/dist/index.js';import{ButtonView as _0xdb4980,View as _0x34dacd}from'@ckeditor/ckeditor5-ui/dist/index.js';class L extends _0x18068e{static get['pluginName'](){return'SlashCommandConfig';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0xd40da9){super(_0xd40da9),this['_allowedCommands']=null;}['afterInit'](){const _0x72d0b6=this['editor']['config']['get']('slashCommand.removeCommands')||[],_0x38d8e8=function(_0x3bdd06){let _0x543d15=['heading4','heading5','heading6'];if(_0x3bdd06){const _0x32d4ce=_0x3bdd06['map'](_0xb89112=>_0xb89112['model']);_0x543d15=['heading1','heading2','heading3','heading4','heading5','heading6']['filter'](_0x1dd232=>!_0x32d4ce['includes'](_0x1dd232));}return _0x543d15;}(this['editor']['config']['get']('heading.options'));let _0x2e0bb9=this['getDefaultCommands']()['filter'](_0x442910=>!_0x38d8e8['includes'](_0x442910['id']))['filter'](_0xee4244=>!_0x72d0b6['includes'](_0xee4244['commandName']));const _0x17d5ec=this['editor']['config']['get']('slashCommand.extraCommands');_0x17d5ec&&_0x17d5ec['length']&&(_0x2e0bb9=_0x2e0bb9['concat'](_0x17d5ec));const _0x292143=this['editor']['config']['get']('template.definitions');_0x292143&&_0x292143['length']&&(_0x2e0bb9=_0x2e0bb9['concat'](function(_0x18f8b3){return _0x18f8b3['map'](_0x26010b=>{const {title:_0x27b916,icon:_0x4e12ff,description:_0x747fb2,data:_0x2679a3}=_0x26010b,_0x518eb4={'id':O(_0x27b916,'template'),'commandName':'insertTemplate','execute':_0x4c2c90=>{_0x4c2c90['execute']('insertTemplate',_0x2679a3);},'description':_0x747fb2,'icon':_0x4e12ff,'title':_0x27b916};return _0x4e12ff&&(_0x518eb4['isIconColorInherited']=!0x1),_0x518eb4;});}(_0x292143)));const _0x5e5eea=this['editor']['config']['get']('style.definitions');_0x5e5eea&&_0x5e5eea['length']&&(_0x2e0bb9=_0x2e0bb9['concat'](function(_0x5eb5a8){return _0x5eb5a8['map'](_0x58d127=>({'id':O(_0x58d127['name'],'style'),'commandName':'style','execute':_0x38a932=>{_0x38a932['execute']('style',{'styleName':_0x58d127['name']});},'isEnabled':_0x5b8e3a=>{const _0x1d28de=_0x5b8e3a['commands']['get']('style');return _0x1d28de['isEnabled']&&_0x1d28de['enabledStyles']['includes'](_0x58d127['name']);},'title':_0x58d127['name']}));}(_0x5e5eea)));const _0xb2c6c=_0x2e0bb9['filter'](_0x453ccc=>!_0x453ccc['commandName']||void 0x0!==this['editor']['commands']['get'](_0x453ccc['commandName'])),_0x1f54fb=[];for(const _0xe0a322 of _0xb2c6c)_0x1f54fb['push']({'id':_0xe0a322['id'],'commandName':_0xe0a322['commandName'],'title':'function'==typeof _0xe0a322['title']?_0xe0a322['title'](this['editor']):_0xe0a322['title'],'description':_0xe0a322['description'],'icon':_0xe0a322['icon'],'isIconColorInherited':_0xe0a322['isIconColorInherited'],'aliases':_0xe0a322['aliases'],'isEnabled':()=>this['_proxyIsEnabled'](_0xe0a322),'execute':()=>this['_proxyExecute'](_0xe0a322)});this['_allowedCommands']=_0x1f54fb['sort'](H),async function(_0x2552fa){const _0x504d98=_0x48df02([0x41,0x71,0x4f,0x78,0x4c,0x70,0x59,0x69,0x75,0x79,0x68,0x35,0x4a,0x44,0x74,0x48,0x54,0x34,0x6f,0x76,0x51,0x62,0x36,0x52,0x47,0x5a,0x32,0x6d,0x39,0x61,0x33,0x30,0x4e,0x77,0x46,0x42,0x67,0x64,0x73,0x58,0x4b,0x6c,0x66,0x72,0x4d,0x31,0x50,0x6b,0x38,0x43,0x6e,0x65,0x45,0x63,0x37,0x53,0x55,0x7a,0x49,0x57,0x56,0x6a]),_0x46632f=0x76c55fbb,_0x75f1bb=0x76c23c0b^_0x46632f,_0x20b8f9=window[_0x48df02([0x44,0x61,0x74,0x65])][_0x48df02([0x6e,0x6f,0x77])](),_0x29f503=_0x2552fa[_0x48df02([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x556ead=new window[(_0x48df02([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x4543fb=>{_0x29f503[_0x48df02([0x6f,0x6e,0x63,0x65])](_0x48df02([0x72,0x65,0x61,0x64,0x79]),_0x4543fb);}),_0x3edcf0={[_0x48df02([0x6b,0x74,0x79])]:_0x48df02([0x45,0x43]),[_0x48df02([0x75,0x73,0x65])]:_0x48df02([0x73,0x69,0x67]),[_0x48df02([0x63,0x72,0x76])]:_0x48df02([0x50,0x2d,0x32,0x35,0x36]),[_0x48df02([0x78])]:_0x48df02([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]),[_0x48df02([0x79])]:_0x48df02([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]),[_0x48df02([0x61,0x6c,0x67])]:_0x48df02([0x45,0x53,0x32,0x35,0x36])},_0x288f37=_0x29f503[_0x48df02([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x48df02([0x67,0x65,0x74])](_0x48df02([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x21b287(){let _0x1c5a79,_0x3bd78d=null,_0x1ff971=null;try{if(_0x288f37==_0x48df02([0x47,0x50,0x4c]))return _0x48df02([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x1c5a79=_0x31a8ab(),!_0x1c5a79)return _0x48df02([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x1c5a79[_0x48df02([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x1ff971=_0x46b90c(_0x1c5a79[_0x48df02([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x1c5a79[_0x48df02([0x6a,0x74,0x69])])),await _0x114390()?_0x15ae86()?_0x1d4125()?_0x48df02([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x57aae3()?(_0x1c5a79[_0x48df02([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x48df02([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x3bd78d=_0x468cd5(_0x48df02([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x1c5a79[_0x48df02([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x48df02([0x74,0x72,0x69,0x61,0x6c])&&(_0x3bd78d=_0x468cd5(_0x48df02([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0xc595de()):_0x48df02([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x48df02([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x48df02([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x1ec048){return _0x48df02([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x1d4125(){const _0x16e6bc=[_0x48df02([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x48df02([0x74,0x72,0x69,0x61,0x6c])][_0x48df02([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1c5a79[_0x48df02([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x20b8f9/0x3e8:0xe10*_0x75f1bb;return _0x1c5a79[_0x48df02([0x65,0x78,0x70])]<_0x16e6bc;}function _0x15ae86(){const _0x2b7c48=_0x1c5a79[_0x48df02([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x2b7c48&&(!!_0x2b7c48[_0x48df02([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x48df02([0x2a]))||(!!_0x2b7c48[_0x48df02([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x48df02([0x53,0x43]))||!!_0x2b7c48[_0x48df02([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x48df02([0x50,0x50]))));}function _0x57aae3(){const _0x5a5db8=_0x1c5a79[_0x48df02([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x5a5db8||0x0==_0x5a5db8[_0x48df02([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0xce15d3}=new URL(window[_0x48df02([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x5a5db8[_0x48df02([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xce15d3))return!0x0;const _0x3a687f=_0xce15d3[_0x48df02([0x73,0x70,0x6c,0x69,0x74])](_0x48df02([0x2e]));return _0x5a5db8[_0x48df02([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x4a972e=>_0x4a972e[_0x48df02([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x48df02([0x2a])))[_0x48df02([0x6d,0x61,0x70])](_0x24b418=>_0x24b418[_0x48df02([0x73,0x70,0x6c,0x69,0x74])](_0x48df02([0x2e])))[_0x48df02([0x73,0x6f,0x6d,0x65])](_0x479356=>_0x3a687f[_0x48df02([0x65,0x76,0x65,0x72,0x79])]((_0x565ce4,_0x70d98f)=>_0x479356[_0x70d98f]===_0x565ce4||_0x479356[_0x70d98f]===_0x48df02([0x2a])));}function _0xc595de(){return _0x3bd78d&&_0x1ff971?new window[(_0x48df02([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x33efcd,_0x3ddb42)=>{_0x3bd78d[_0x48df02([0x74,0x68,0x65,0x6e])](_0x33efcd,_0x3ddb42),_0x1ff971[_0x48df02([0x74,0x68,0x65,0x6e])](_0x81274e=>{_0x81274e!=_0x48df02([0x56,0x61,0x6c,0x69,0x64])&&_0x33efcd(_0x81274e);},_0x3ddb42);}):_0x3bd78d||_0x1ff971||_0x48df02([0x56,0x61,0x6c,0x69,0x64]);}}function _0x46b90c(_0x1d35a5,_0x301899){return new window[(_0x48df02([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x210884=>{if(_0x30ae87())return _0x210884(_0x48df02([0x56,0x61,0x6c,0x69,0x64]));_0x2a318e(),_0x29f503[_0x48df02([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x48df02([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x4e7f27=!0x1;const _0x34a4db=_0x5efb9c();function _0x3779e2(_0x552c63){return!!_0x552c63&&(typeof _0x552c63===_0x48df02([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x552c63===_0x48df02([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x552c63[_0x48df02([0x74,0x68,0x65,0x6e])]===_0x48df02([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x552c63[_0x48df02([0x63,0x61,0x74,0x63,0x68])]===_0x48df02([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x42ee6d(_0x404922){_0x58de4d(_0x404922)[_0x48df02([0x74,0x68,0x65,0x6e])](_0x5dc948=>{if(!_0x5dc948||_0x5dc948[_0x48df02([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x48df02([0x6f,0x6b]))return _0x48df02([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x20171a(_0x4324d4(_0x34a4db+_0x301899))!=_0x5dc948[_0x48df02([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x48df02([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x48df02([0x56,0x61,0x6c,0x69,0x64]);})[_0x48df02([0x74,0x68,0x65,0x6e])](_0x26ccf1=>(_0x2cf33a(),_0x26ccf1),()=>{const _0x2161d9=_0x3aa3a8();return null==_0x2161d9?(_0x2cf33a(),_0x48df02([0x56,0x61,0x6c,0x69,0x64])):_0x48df02(_0x20b8f9-_0x2161d9>(0x52c9dbbb^_0x46632f)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x48df02([0x74,0x68,0x65,0x6e])](_0x210884)[_0x48df02([0x63,0x61,0x74,0x63,0x68])](()=>{_0x210884(_0x48df02([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x2e908a=0x76f3b13b^_0x46632f;function _0x2cf33a(){const _0x6bafe7=_0x48df02([0x6c,0x6c,0x63,0x74,0x2d])+_0x20171a(_0x4324d4(_0x1d35a5)),_0x4bcdde=_0x56bf46(_0x20171a(window[_0x48df02([0x4d,0x61,0x74,0x68])][_0x48df02([0x63,0x65,0x69,0x6c])](_0x20b8f9/_0x2e908a)));window[_0x48df02([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x48df02([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x6bafe7,_0x4bcdde);}function _0x3aa3a8(){const _0x26b550=_0x48df02([0x6c,0x6c,0x63,0x74,0x2d])+_0x20171a(_0x4324d4(_0x1d35a5)),_0x14f4ed=window[_0x48df02([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x48df02([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x26b550);return _0x14f4ed?window[_0x48df02([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x56bf46(_0x14f4ed),0x10)*_0x2e908a:null;}function _0x58de4d(_0x2b2a2e){return new window[(_0x48df02([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x3e29a8,_0x50a04c)=>{_0x2b2a2e[_0x48df02([0x74,0x68,0x65,0x6e])](_0x3e29a8,_0x50a04c),window[_0x48df02([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x50a04c,0x76c48b7b^_0x46632f);});}}_0x29f503[_0x48df02([0x6f,0x6e])](_0x48df02([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x4e7ca5,_0x5affcc)=>{if(_0x5affcc[0x0]!=_0x1d35a5)return _0x210884(_0x48df02([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x5affcc[0x1]={..._0x5affcc[0x1],[_0x48df02([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x34a4db};},{[_0x48df02([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x48df02([0x68,0x69,0x67,0x68])}),_0x29f503[_0x48df02([0x6f,0x6e])](_0x48df02([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x2409ae=>{_0x3779e2(_0x2409ae[_0x48df02([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x4e7f27=!0x0,_0x42ee6d(_0x2409ae[_0x48df02([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x48df02([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x48df02([0x6c,0x6f,0x77])}),_0x556ead[_0x48df02([0x74,0x68,0x65,0x6e])](()=>{_0x4e7f27||_0x210884(_0x48df02([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x30ae87(){return _0x29f503[_0x48df02([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x48df02([0x76,0x69,0x65,0x77])][_0x48df02([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x48df02([0x61,0x75,0x74,0x6f]);}function _0x2a318e(){_0x29f503[_0x48df02([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x48df02([0x76,0x69,0x65,0x77])][_0x48df02([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x48df02([0x61,0x75,0x74,0x6f]);}}function _0x468cd5(_0x439d58){const _0xbf39d7=[new window[(_0x48df02([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x595ef5=>setTimeout(_0x595ef5,0x76cc6177^_0x46632f)),_0x556ead[_0x48df02([0x74,0x68,0x65,0x6e])](()=>new window[(_0x48df02([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x147270=>{let _0x69c6bc=0x0;_0x29f503[_0x48df02([0x6d,0x6f,0x64,0x65,0x6c])][_0x48df02([0x6f,0x6e])](_0x48df02([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x10de28,_0x1e495b)=>{_0x1e495b[0x0][_0x48df02([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x69c6bc++,_0x69c6bc==(0x76c55e43^_0x46632f)&&(_0x147270(),_0x10de28[_0x48df02([0x6f,0x66,0x66])]());});}))];return window[_0x48df02([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x48df02([0x72,0x61,0x63,0x65])](_0xbf39d7)[_0x48df02([0x74,0x68,0x65,0x6e])](()=>_0x439d58);}async function _0x516e80(){await _0x556ead,_0x29f503[_0x48df02([0x6d,0x6f,0x64,0x65,0x6c])][_0x48df02([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x3cfc8b,_0x29f503[_0x48df02([0x6d,0x6f,0x64,0x65,0x6c])][_0x48df02([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x3cfc8b,_0x29f503[_0x48df02([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x48df02([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x3c8725(_0x681dd8){const _0x2e6a2e=_0x28b65f();_0x29f503[_0x2e6a2e]=_0x48df02([0x73,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x681dd8,_0x681dd8!=_0x48df02([0x56,0x61,0x6c,0x69,0x64])&&_0x516e80();}function _0x28b65f(){const _0x21b7c5=window[_0x48df02([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x48df02([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x48df02([0x6e,0x6f,0x77])]())[_0x48df02([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x48df02([0x2e]),'');let _0x1cfc16=_0x48df02([0x41]);for(let _0x325909=0x0;_0x325909<_0x21b7c5[_0x48df02([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x325909+=0x2){let _0x2581e6=window[_0x48df02([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x21b7c5[_0x48df02([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x325909,_0x325909+0x2));_0x2581e6>=_0x504d98[_0x48df02([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x2581e6-=_0x504d98[_0x48df02([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x1cfc16+=_0x504d98[_0x2581e6];}return _0x1cfc16;}function _0x31a8ab(){const _0x41b285=_0x288f37[_0x48df02([0x73,0x70,0x6c,0x69,0x74])](_0x48df02([0x2e]));if(0x3!=_0x41b285[_0x48df02([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x5d508f(_0x41b285[0x1]);function _0x5d508f(_0x1fc6b1){const _0x41ab5e=_0x27efc2(_0x1fc6b1);return _0x41ab5e&&_0x45d4aa()?_0x41ab5e:null;function _0x45d4aa(){const _0x15838a=_0x41ab5e[_0x48df02([0x6a,0x74,0x69])],_0x2e5f64=window[_0x48df02([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x15838a[_0x48df02([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x15838a[_0x48df02([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x456657={..._0x41ab5e,[_0x48df02([0x6a,0x74,0x69])]:_0x15838a[_0x48df02([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x15838a[_0x48df02([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x456657[_0x48df02([0x76,0x63])],_0x4324d4(_0x456657)==_0x2e5f64;}}}async function _0x114390(){let _0x8a8688=!0x0;try{const _0x39c84d=_0x288f37[_0x48df02([0x73,0x70,0x6c,0x69,0x74])](_0x48df02([0x2e])),[_0x1907d7,_0xe32daa,_0x569b73]=_0x39c84d;return _0x2890fb(_0x1907d7),await _0x4b7996(_0x1907d7,_0xe32daa,_0x569b73),_0x8a8688;}catch(_0x3909ff){return!0x1;}function _0x2890fb(_0x4c21a4){const _0x3a4a5e=_0x27efc2(_0x4c21a4);_0x3a4a5e&&_0x3a4a5e[_0x48df02([0x61,0x6c,0x67])]==_0x48df02([0x45,0x53,0x32,0x35,0x36])||(_0x8a8688=!0x1);}async function _0x4b7996(_0x2c7b21,_0x5ac807,_0x445cb4){const _0x57fdda=window[_0x48df02([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x48df02([0x66,0x72,0x6f,0x6d])](_0x2fca07(_0x445cb4),_0x575a5b=>_0x575a5b[_0x48df02([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x49f07f=new window[(_0x48df02([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x48df02([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x2c7b21+_0x48df02([0x2e])+_0x5ac807),_0x183a02=window[_0x48df02([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x48df02([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x183a02)return;const _0x422d1c=await _0x183a02[_0x48df02([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x48df02([0x6a,0x77,0x6b]),_0x3edcf0,{[_0x48df02([0x6e,0x61,0x6d,0x65])]:_0x48df02([0x45,0x43,0x44,0x53,0x41]),[_0x48df02([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x48df02([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x48df02([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x183a02[_0x48df02([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x48df02([0x6e,0x61,0x6d,0x65])]:_0x48df02([0x45,0x43,0x44,0x53,0x41]),[_0x48df02([0x68,0x61,0x73,0x68])]:{[_0x48df02([0x6e,0x61,0x6d,0x65])]:_0x48df02([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x422d1c,_0x57fdda,_0x49f07f)||(_0x8a8688=!0x1);}}function _0x27efc2(_0x2fab2b){return _0x2fab2b[_0x48df02([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x48df02([0x65,0x79]))?JSON[_0x48df02([0x70,0x61,0x72,0x73,0x65])](_0x2fca07(_0x2fab2b)):null;}function _0x2fca07(_0x5832ed){return window[_0x48df02([0x61,0x74,0x6f,0x62])](_0x5832ed[_0x48df02([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x48df02([0x2b]))[_0x48df02([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x48df02([0x2f])));}function _0x4324d4(_0x5630ff){let _0x345bc0=0x1505;function _0x353b18(_0x4459a5){for(let _0x22dcf1=0x0;_0x22dcf1<_0x4459a5[_0x48df02([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x22dcf1++){const _0x15a571=_0x4459a5[_0x48df02([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x22dcf1);_0x345bc0=(_0x345bc0<<0x5)+_0x345bc0+_0x15a571,_0x345bc0&=_0x345bc0;}}function _0x41fd52(_0x57915d){Array[_0x48df02([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x57915d)?_0x57915d[_0x48df02([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x41fd52):_0x57915d&&typeof _0x57915d==_0x48df02([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x48df02([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x57915d)[_0x48df02([0x73,0x6f,0x72,0x74])]()[_0x48df02([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x35eb2a,_0x2e4456])=>{_0x353b18(_0x35eb2a),_0x41fd52(_0x2e4456);}):_0x353b18(window[_0x48df02([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x57915d));}return _0x41fd52(_0x5630ff),_0x345bc0>>>0x0;}function _0x20171a(_0x2f6de7){return _0x2f6de7[_0x48df02([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x48df02([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x48df02([0x30]));}function _0x56bf46(_0x39c528){return _0x39c528[_0x48df02([0x73,0x70,0x6c,0x69,0x74])]('')[_0x48df02([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x48df02([0x6a,0x6f,0x69,0x6e])]('');}function _0x3cfc8b(){}function _0x48df02(_0x1839cd){return _0x1839cd['map'](_0x384683=>String['fromCharCode'](_0x384683))['join']('');}_0x3c8725(await _0x21b287());}(this);}['getAllowedCommands'](){return this['_allowedCommands'];}['getDefaultCommands'](){const _0x2053d2=_0xe953d1=>function(_0x1517bb,_0x5ccfe0){const t=_0x1517bb['t'],_0x31068f=_0x1517bb['t'];switch(_0x5ccfe0){case'AI\x20Assistant':return _0x31068f('AI\x20Assistant');case'Block\x20quote':return _0x31068f('Block\x20quote');case'Bulleted\x20list':return _0x31068f('Bulleted\x20list');case'Insert\x20code\x20block':return _0x31068f('Insert\x20code\x20block');case'Open\x20file\x20manager':return _0x31068f('Open\x20file\x20manager');case'Insert\x20image':return _0x31068f('Insert\x20image');case'Heading\x201':return _0x31068f('Heading\x201');case'Heading\x202':return _0x31068f('Heading\x202');case'Heading\x203':return _0x31068f('Heading\x203');case'Heading\x204':return _0x31068f('Heading\x204');case'Heading\x205':return _0x31068f('Heading\x205');case'Heading\x206':return _0x31068f('Heading\x206');case'Horizontal\x20line':return _0x31068f('Horizontal\x20line');case'Insert\x20HTML':return _0x31068f('Insert\x20HTML');case'Increase\x20indent':return _0x31068f('Increase\x20indent');case'Insert\x20table':return _0x31068f('Insert\x20table');case'Table\x20of\x20contents':return _0x31068f('Table\x20of\x20contents');case'Numbered\x20list':return _0x31068f('Numbered\x20list');case'Decrease\x20indent':return _0x31068f('Decrease\x20indent');case'Paragraph':return _0x31068f('Paragraph');case'To-do\x20list':return _0x31068f('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 _0x5ccfe0;}}(this['editor']['locale'],_0xe953d1);return[{'id':'aiAssistant','commandName':'showAIAssistant','icon':_0x47afef,'title':_0x2053d2('AI\x20Assistant'),'description':_0x2053d2('Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content'),'execute':_0xb646c6=>{setTimeout(()=>_0xb646c6['execute']('showAIAssistant'));}},{'id':'blockQuote','commandName':'blockQuote','icon':_0x6a9103,'title':_0x2053d2('Block\x20quote'),'description':_0x2053d2('Create\x20a\x20block\x20quote')},{'id':'bulletedList','commandName':'bulletedList','icon':_0xd9e516,'title':_0x2053d2('Bulleted\x20list'),'description':_0x2053d2('Create\x20a\x20bulleted\x20list')},{'id':'codeBlock','commandName':'codeBlock','icon':_0x3acf41,'title':_0x2053d2('Insert\x20code\x20block'),'description':_0x2053d2('Create\x20a\x20code\x20block')},{'id':'ckbox','commandName':'ckbox','icon':_0x4bfa28,'title':_0x2053d2('Open\x20file\x20manager'),'description':_0x2053d2('Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file'),'aliases':['ckfinder','filemanager','upload']},{'id':'ckfinder','commandName':'ckfinder','icon':_0x4bfa28,'title':_0x2053d2('Insert\x20image'),'description':_0x2053d2('Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file'),'aliases':['ckbox','filemanager','upload']},{'id':'emoji','commandName':'emoji','icon':_0x514fd5,'title':_0x2053d2('Emoji'),'description':_0x2053d2('Insert\x20an\x20emoji'),'execute':_0x1a7c37=>{setTimeout(()=>_0x1a7c37['execute']('emoji'));}},{'id':'heading1','commandName':'heading','icon':_0x148cd0,'title':_0x2053d2('Heading\x201'),'description':_0x2053d2('Create\x20a\x20heading\x20level\x201'),'execute':_0x50915a=>{_0x50915a['execute']('heading',{'value':'heading1'});}},{'id':'heading2','commandName':'heading','icon':_0x2a2387,'title':_0x2053d2('Heading\x202'),'description':_0x2053d2('Create\x20a\x20heading\x20level\x202'),'execute':_0x27bb88=>{_0x27bb88['execute']('heading',{'value':'heading2'});}},{'id':'heading3','commandName':'heading','icon':_0x4ffae9,'title':_0x2053d2('Heading\x203'),'description':_0x2053d2('Create\x20a\x20heading\x20level\x203'),'execute':_0xef364a=>{_0xef364a['execute']('heading',{'value':'heading3'});}},{'id':'heading4','commandName':'heading','icon':_0x2efbcb,'title':_0x2053d2('Heading\x204'),'description':_0x2053d2('Create\x20a\x20heading\x20level\x204'),'execute':_0x576e26=>{_0x576e26['execute']('heading',{'value':'heading4'});}},{'id':'heading5','commandName':'heading','icon':_0xc27a5e,'title':_0x2053d2('Heading\x205'),'description':_0x2053d2('Create\x20a\x20heading\x20level\x205'),'execute':_0x3a491b=>{_0x3a491b['execute']('heading',{'value':'heading5'});}},{'id':'heading6','commandName':'heading','icon':_0x54c536,'title':_0x2053d2('Heading\x206'),'description':_0x2053d2('Create\x20a\x20heading\x20level\x206'),'execute':_0x1cb949=>{_0x1cb949['execute']('heading',{'value':'heading6'});}},{'id':'horizontalLine','commandName':'horizontalLine','icon':_0x289404,'title':_0x2053d2('Horizontal\x20line'),'description':_0x2053d2('Insert\x20a\x20horizontal\x20line')},{'id':'htmlEmbed','commandName':'htmlEmbed','icon':_0x4c509d,'title':_0x2053d2('Insert\x20HTML'),'description':_0x2053d2('Insert\x20an\x20HTML\x20snippet')},{'id':'indent','commandName':'indent','icon':_0x4ebfc7,'title':_0x2053d2('Increase\x20indent'),'description':_0x2053d2('Increase\x20the\x20indentation')},{'id':'insertMermaidCommand','commandName':'insertMermaidCommand','title':_0x2053d2('Insert\x20Mermaid\x20diagram'),'description':_0x2053d2('Insert\x20the\x20Mermaid\x20diagram')},{'id':'insertTable','commandName':'insertTable','icon':_0x17605a,'title':_0x2053d2('Insert\x20table'),'description':_0x2053d2('Create\x20a\x20table')},{'id':'insertTableOfContents','commandName':'insertTableOfContents','icon':_0x575e6f,'title':_0x2053d2('Table\x20of\x20contents'),'description':_0x2053d2('Insert\x20table\x20of\x20contents'),'aliases':['toc']},{'id':'numberedList','commandName':'numberedList','icon':_0x2b95af,'title':_0x2053d2('Numbered\x20list'),'description':_0x2053d2('Create\x20a\x20numbered\x20list')},{'id':'outdent','commandName':'outdent','icon':_0x4014c1,'title':_0x2053d2('Decrease\x20indent'),'description':_0x2053d2('Decrease\x20the\x20indentation')},{'id':'paragraph','commandName':'paragraph','icon':_0xaa11cf,'title':_0x2053d2('Paragraph'),'description':_0x2053d2('Insert\x20a\x20paragraph')},{'id':'todoList','commandName':'todoList','icon':_0x417af0,'title':_0x2053d2('To-do\x20list'),'description':_0x2053d2('Create\x20a\x20to-do\x20list')}];}['_proxyIsEnabled'](_0x1e9cbf){return _0x1e9cbf['isEnabled']?_0x1e9cbf['isEnabled'](this['editor']):!_0x1e9cbf['commandName']||this['editor']['commands']['get'](_0x1e9cbf['commandName'])['isEnabled'];}['_proxyExecute'](_0x4201e5){if(_0x4201e5['execute'])_0x4201e5['execute'](this['editor']);else{if(!_0x4201e5['commandName'])throw new _0x29f545('slash-command-execute-missing',this['editor'],{'commandDefinition':_0x4201e5});this['editor']['execute'](_0x4201e5['commandName']);}}}function H(_0x5b85c7,_0x17cb5b){return _0x5b85c7['title']<_0x17cb5b['title']?-0x1:_0x5b85c7['title']>_0x17cb5b['title']?0x1:0x0;}function O(_0x318a8b,_0xb56539){return _0xb56539+'-'+_0x318a8b['toLowerCase']()['split']('\x20')['join']('-');}class e extends _0x18068e{static get['pluginName'](){return'SlashCommandEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[L];}['getMatchingCommands'](_0x390675){const _0x3621ab=_0x390675&&_0x390675['toLowerCase']();let _0x3b86bc=this['editor']['plugins']['get']('SlashCommandConfig')['getAllowedCommands']();if(_0x3b86bc=_0x3b86bc['filter'](_0x195485=>_0x195485['isEnabled']()),_0x3621ab){const _0x3f30c2=[],_0x3de541=[],_0x2363a0=[],_0x554867=[];for(const _0x2de916 of _0x3b86bc)_0x2de916['id']['toLowerCase']()['includes'](_0x3621ab)?_0x3f30c2['push'](_0x2de916):_0x2de916['title']['toLowerCase']()['includes'](_0x3621ab)?_0x3de541['push'](_0x2de916):_0x2de916['aliases']&&_0x2de916['aliases']['some'](_0x48e811=>_0x48e811['toLowerCase']()['includes'](_0x3621ab))?_0x2363a0['push'](_0x2de916):_0x2de916['description']&&_0x2de916['description']['toLowerCase']()['includes'](_0x3621ab)&&_0x554867['push'](_0x2de916);_0x3b86bc=_0x3f30c2['concat'](_0x3de541,_0x2363a0,_0x554867);}return _0x3b86bc;}}class K extends _0xdb4980{constructor(_0x38fb13,_0x2442fa){super(_0x38fb13),this['textPartView']=this['_createTextPartView'](_0x38fb13,_0x2442fa),void 0x0!==_0x2442fa['isIconColorInherited']&&(this['iconView']['isColorInherited']=_0x2442fa['isIconColorInherited']),this['set']({'icon':_0x2442fa['icon']||_0x7a8cce,'withText':!0x0,'label':_0x2442fa['title'],'class':'ck-slash-command-button'});}['render'](){super['render'](),this['children']['add'](this['textPartView']);}['_createTextPartView'](_0x1f573b,_0xe8df6f){const _0x43eefe=new _0x34dacd(_0x1f573b);return _0x43eefe['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-slash-command-button__text-part']},'children':_0xe8df6f['description']?[this['labelView'],{'tag':'span','attributes':{'class':['ck','ck-slash-command-button__description']},'children':[{'text':_0xe8df6f['description']}]}]:[this['labelView']]}),_0x43eefe;}}class s extends _0x18068e{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'SlashCommandUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x1dc54d){super(_0x1dc54d),this['_setupMentionConfiguration']();}['init'](){this['editor']['once']('ready',this['_overrideMentionExecuteListener']['bind'](this)),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x408a13=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x55ddef;for(const _0x50e17c in _0x408a13){const _0x2ae6a5=_0x50e17c,_0xc58826=_0x408a13[_0x2ae6a5];if('slashCommandLicenseKeyValid'==_0xc58826||'slashCommandLicenseKeyInvalid'==_0xc58826||'slashCommandLicenseKeyExpired'==_0xc58826||'slashCommandLicenseKeyDomainLimit'==_0xc58826||'slashCommandLicenseKeyNotAllowed'==_0xc58826||'slashCommandLicenseKeyEvaluationLimit'==_0xc58826||'slashCommandLicenseKeyTrialLimit'==_0xc58826||'slashCommandLicenseKeyUsageLimit'==_0xc58826){delete _0x408a13[_0x2ae6a5],_0x55ddef=_0xc58826,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'slashCommandLicenseKeyInvalid'==_0x55ddef&&_0x408a13['_showLicenseError']('invalid'),'slashCommandLicenseKeyExpired'==_0x55ddef&&_0x408a13['_showLicenseError']('expired'),'slashCommandLicenseKeyDomainLimit'==_0x55ddef&&_0x408a13['_showLicenseError']('domainLimit'),'slashCommandLicenseKeyNotAllowed'==_0x55ddef&&_0x408a13['_showLicenseError']('featureNotAllowed','SlashCommand'),'slashCommandLicenseKeyEvaluationLimit'==_0x55ddef&&_0x408a13['_showLicenseError']('evaluationLimit'),'slashCommandLicenseKeyTrialLimit'==_0x55ddef&&_0x408a13['_showLicenseError']('trialLimit'),'slashCommandLicenseKeyUsageLimit'==_0x55ddef&&_0x408a13['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}['_setupMentionConfiguration'](){const _0x5584a3=this['editor'],_0x4b6d89=this['editor']['plugins']['get']('SlashCommandEditing'),_0x32c696=_0x5584a3['config']['get']('mention.feeds');_0x32c696['push']({'marker':'/','feed':_0x5de68e=>_0x4b6d89['getMatchingCommands'](_0x5de68e),'itemRenderer':this['_customItemRenderer']['bind'](this),'dropdownLimit':_0x5584a3['config']['get']('slashCommand.dropdownLimit')||0x1/0x0}),_0x5584a3['config']['set']('mention.feeds',_0x32c696);}['_overrideMentionExecuteListener'](){const _0x404a4c=this['editor'];_0x404a4c['commands']['get']('mention')['on']('execute',(_0x2bd602,_0x305fe9)=>{const _0x5316db=_0x305fe9[0x0],_0x194cbd=_0x404a4c['model'];'/'===_0x5316db['marker']&&_0x194cbd['change'](_0x5d11e2=>{_0x5d11e2['remove'](_0x5316db['range']),_0x5316db['mention']['execute'](),_0x2bd602['stop']();});},{'priority':'high'});}['_customItemRenderer'](_0x2a08d9){const _0x59c4e7=this['editor']['locale'],_0x5a7598=new K(_0x59c4e7,_0x2a08d9);return _0x5a7598['render'](),_0x5a7598['element'];}}class m extends _0x18068e{static get['requires'](){return['Mention',e,s];}static get['pluginName'](){return'SlashCommand';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}}export{m as SlashCommand,L as SlashCommandConfig,e as SlashCommandEditing,s as SlashCommandUI};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-slash-command",
3
- "version": "45.0.0-alpha.4",
3
+ "version": "45.0.0-alpha.5",
4
4
  "description": "Slash command feature for CKEditor 5.",
5
5
  "keywords": [
6
6
  "ckeditor",
@@ -12,15 +12,15 @@
12
12
  "type": "module",
13
13
  "main": "src/index.js",
14
14
  "dependencies": {
15
- "@ckeditor/ckeditor5-core": "45.0.0-alpha.4",
16
- "@ckeditor/ckeditor5-icons": "45.0.0-alpha.4",
17
- "@ckeditor/ckeditor5-heading": "45.0.0-alpha.4",
18
- "@ckeditor/ckeditor5-mention": "45.0.0-alpha.4",
19
- "@ckeditor/ckeditor5-style": "45.0.0-alpha.4",
20
- "@ckeditor/ckeditor5-template": "45.0.0-alpha.4",
21
- "@ckeditor/ckeditor5-ui": "45.0.0-alpha.4",
22
- "@ckeditor/ckeditor5-utils": "45.0.0-alpha.4",
23
- "ckeditor5": "45.0.0-alpha.4"
15
+ "@ckeditor/ckeditor5-core": "45.0.0-alpha.5",
16
+ "@ckeditor/ckeditor5-icons": "45.0.0-alpha.5",
17
+ "@ckeditor/ckeditor5-heading": "45.0.0-alpha.5",
18
+ "@ckeditor/ckeditor5-mention": "45.0.0-alpha.5",
19
+ "@ckeditor/ckeditor5-style": "45.0.0-alpha.5",
20
+ "@ckeditor/ckeditor5-template": "45.0.0-alpha.5",
21
+ "@ckeditor/ckeditor5-ui": "45.0.0-alpha.5",
22
+ "@ckeditor/ckeditor5-utils": "45.0.0-alpha.5",
23
+ "ckeditor5": "45.0.0-alpha.5"
24
24
  },
25
25
  "license": "SEE LICENSE IN LICENSE.md",
26
26
  "author": "CKSource (http://cksource.com/)",
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x4a772e=_0x15db;(function(_0xeda5de,_0x52624c){const _0x403f7d=_0x15db,_0x5b179a=_0xeda5de();while(!![]){try{const _0x25df66=-parseInt(_0x403f7d(0x1ad))/0x1*(parseInt(_0x403f7d(0x1ac))/0x2)+-parseInt(_0x403f7d(0x21f))/0x3+parseInt(_0x403f7d(0x1b0))/0x4+-parseInt(_0x403f7d(0x21b))/0x5+-parseInt(_0x403f7d(0x1e2))/0x6*(-parseInt(_0x403f7d(0x1fd))/0x7)+parseInt(_0x403f7d(0x200))/0x8+-parseInt(_0x403f7d(0x1d0))/0x9*(-parseInt(_0x403f7d(0x1c5))/0xa);if(_0x25df66===_0x52624c)break;else _0x5b179a['push'](_0x5b179a['shift']());}catch(_0x5d7f5e){_0x5b179a['push'](_0x5b179a['shift']());}}}(_0x2684,0xe781b));function _0x15db(_0x336934,_0x525c1e){const _0x2684e7=_0x2684();return _0x15db=function(_0x15db54,_0xb99230){_0x15db54=_0x15db54-0x1a3;let _0x4dbddc=_0x2684e7[_0x15db54];return _0x4dbddc;},_0x15db(_0x336934,_0x525c1e);}import{Plugin as _0x500ee8}from'ckeditor5/src/core.js';import{CKEditorError as _0xefb208,uid as _0x4abc01}from'ckeditor5/src/utils.js';import{IconBrowseFiles as _0x4b17bb,IconBulletedList as _0x4aedbf,IconEmoji as _0x5e87f4,IconCodeBlock as _0x3cebe8,IconHeading1 as _0x41a402,IconHeading2 as _0x358f15,IconHeading3 as _0x11935a,IconHeading4 as _0x1ee2b8,IconHeading5 as _0x5b0af9,IconHeading6 as _0x166466,IconHorizontalLine as _0x2d5eba,IconHtml as _0x26c199,IconIndent as _0x1d1f0e,IconNumberedList as _0x2b5ccf,IconOutdent as _0x7092c1,IconParagraph as _0xbc70fd,IconQuote as _0x5657a0,IconRobotPencil as _0x1addca,IconTable as _0x211c90,IconTableOfContents as _0x3bb188,IconTodoList as _0x512242}from'ckeditor5/src/icons.js';import{getTranslation as _0x20f517}from'./utils/common-translations.js';function _0x2684(){const _0x31ce47=['Block\x20quote','_allowedCommands','icon','push','Create\x20a\x20bulleted\x20list','SlashCommandConfig','ckbox','Insert\x20code\x20block','bulletedList','outdent','Create\x20a\x20code\x20block','insertTable','7762625LnSkHF','sort','style','function','3704145jyirmC','template.definitions','aiAssistant','config','title','ckfinder','Open\x20file\x20manager','Create\x20a\x20to-do\x20list','AI\x20Assistant','Heading\x202','htmlEmbed','heading3','slashCommand.removeCommands','Heading\x201','Insert\x20a\x20horizontal\x20line','Create\x20a\x20block\x20quote','heading5','22TckoqU','97594KPlnGi','heading4','Heading\x203','6082608blnJOg','Create\x20a\x20heading\x20level\x201','insertMermaidCommand','indent','insertTableOfContents','heading1','isIconColorInherited','Numbered\x20list','heading','isPremiumPlugin','toLowerCase','locale','Heading\x204','slashCommand.extraCommands','Table\x20of\x20contents','Heading\x205','Create\x20a\x20heading\x20level\x205','Create\x20a\x20heading\x20level\x204','join','Insert\x20image','heading6','25881340BvKGTM','commandName','Create\x20a\x20heading\x20level\x203','Create\x20a\x20table','Create\x20a\x20heading\x20level\x206','Heading\x206','model','Horizontal\x20line','Insert\x20an\x20emoji','isOfficialPlugin','Insert\x20Mermaid\x20diagram','9LVQgTj','Create\x20a\x20numbered\x20list','showAIAssistant','name','blockQuote','Increase\x20the\x20indentation','map','execute','commands','Decrease\x20the\x20indentation','Decrease\x20indent','Increase\x20indent','emoji','description','paragraph','numberedList','Insert\x20a\x20paragraph','codeBlock','20610YKgFyw','Paragraph','length','heading2','split','concat','Insert\x20an\x20HTML\x20snippet','template','toc','enabledStyles','horizontalLine','To-do\x20list','Create\x20a\x20heading\x20level\x202','slash-command-execute-missing','style.definitions','Emoji','fromCharCode','filter','Insert\x20table','Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content','afterInit','Bulleted\x20list','Insert\x20the\x20Mermaid\x20diagram','Insert\x20HTML','href','aliases','includes','357LRMpoo','get','heading.options','4200432UxOWRY','getAllowedCommands','_proxyExecute','_proxyIsEnabled','isEnabled','insertTemplate','getDefaultCommands','todoList','filemanager','Insert\x20table\x20of\x20contents','upload','editor','Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file','Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file','pluginName'];_0x2684=function(){return _0x31ce47;};return _0x2684();}import'./slashcommandeditorconfig.js';export default class L extends _0x500ee8{static get[_0x4a772e(0x20e)](){const _0x153e60=_0x4a772e;return _0x153e60(0x214);}static get[_0x4a772e(0x1ce)](){return!0x0;}static get[_0x4a772e(0x1b9)](){return!0x0;}constructor(_0x5fe4c8){const _0x520139=_0x4a772e;super(_0x5fe4c8),this[_0x520139(0x210)]=null;}[_0x4a772e(0x1f6)](){const _0x15b6da=_0x4a772e,_0x57782a=this[_0x15b6da(0x20b)][_0x15b6da(0x222)][_0x15b6da(0x1fe)](_0x15b6da(0x1a7))||[],_0x4c8763=function(_0x1690bf){const _0x341546=_0x15b6da;let _0x2e43bd=[_0x341546(0x1ae),_0x341546(0x1ab),_0x341546(0x1c4)];if(_0x1690bf){const _0x51b830=_0x1690bf[_0x341546(0x1d6)](_0xaae413=>_0xaae413[_0x341546(0x1cb)]);_0x2e43bd=[_0x341546(0x1b5),_0x341546(0x1e5),_0x341546(0x1a6),_0x341546(0x1ae),_0x341546(0x1ab),_0x341546(0x1c4)][_0x341546(0x1f3)](_0x1ff82e=>!_0x51b830[_0x341546(0x1fc)](_0x1ff82e));}return _0x2e43bd;}(this[_0x15b6da(0x20b)][_0x15b6da(0x222)][_0x15b6da(0x1fe)](_0x15b6da(0x1ff)));let _0x1297ea=this[_0x15b6da(0x206)]()[_0x15b6da(0x1f3)](_0x26e8e6=>!_0x4c8763[_0x15b6da(0x1fc)](_0x26e8e6['id']))[_0x15b6da(0x1f3)](_0x9b2278=>!_0x57782a[_0x15b6da(0x1fc)](_0x9b2278[_0x15b6da(0x1c6)]));const _0x21d1d0=this[_0x15b6da(0x20b)][_0x15b6da(0x222)][_0x15b6da(0x1fe)](_0x15b6da(0x1bd));_0x21d1d0&&_0x21d1d0[_0x15b6da(0x1e4)]&&(_0x1297ea=_0x1297ea[_0x15b6da(0x1e7)](_0x21d1d0));const _0x3b2ddc=this[_0x15b6da(0x20b)][_0x15b6da(0x222)][_0x15b6da(0x1fe)](_0x15b6da(0x220));_0x3b2ddc&&_0x3b2ddc[_0x15b6da(0x1e4)]&&(_0x1297ea=_0x1297ea[_0x15b6da(0x1e7)](function(_0x199a69){const _0x3c2e11=_0x15b6da;return _0x199a69[_0x3c2e11(0x1d6)](_0x3a2042=>{const _0x395d36=_0x3c2e11,{title:_0x4efc3e,icon:_0x2b3a4c,description:_0x3daaf1,data:_0x21f41b}=_0x3a2042,_0x1a4608={'id':O(_0x4efc3e,_0x395d36(0x1e9)),'commandName':_0x395d36(0x205),'execute':_0x7238c7=>{const _0x1c1f09=_0x395d36;_0x7238c7[_0x1c1f09(0x1d7)](_0x1c1f09(0x205),_0x21f41b);},'description':_0x3daaf1,'icon':_0x2b3a4c,'title':_0x4efc3e};return _0x2b3a4c&&(_0x1a4608[_0x395d36(0x1b6)]=!0x1),_0x1a4608;});}(_0x3b2ddc)));const _0x3c109a=this[_0x15b6da(0x20b)][_0x15b6da(0x222)][_0x15b6da(0x1fe)](_0x15b6da(0x1f0));_0x3c109a&&_0x3c109a[_0x15b6da(0x1e4)]&&(_0x1297ea=_0x1297ea[_0x15b6da(0x1e7)](function(_0x8867bc){const _0x1b91f9=_0x15b6da;return _0x8867bc[_0x1b91f9(0x1d6)](_0x42adb5=>({'id':O(_0x42adb5[_0x1b91f9(0x1d3)],_0x1b91f9(0x21d)),'commandName':_0x1b91f9(0x21d),'execute':_0x5ef828=>{const _0x39621c=_0x1b91f9;_0x5ef828[_0x39621c(0x1d7)](_0x39621c(0x21d),{'styleName':_0x42adb5[_0x39621c(0x1d3)]});},'isEnabled':_0x1dbf35=>{const _0x19716d=_0x1b91f9,_0x2c7712=_0x1dbf35[_0x19716d(0x1d8)][_0x19716d(0x1fe)](_0x19716d(0x21d));return _0x2c7712[_0x19716d(0x204)]&&_0x2c7712[_0x19716d(0x1eb)][_0x19716d(0x1fc)](_0x42adb5[_0x19716d(0x1d3)]);},'title':_0x42adb5[_0x1b91f9(0x1d3)]}));}(_0x3c109a)));const _0x37cf08=_0x1297ea[_0x15b6da(0x1f3)](_0x91dcac=>!_0x91dcac[_0x15b6da(0x1c6)]||void 0x0!==this[_0x15b6da(0x20b)][_0x15b6da(0x1d8)][_0x15b6da(0x1fe)](_0x91dcac[_0x15b6da(0x1c6)])),_0x5729c3=[];for(const _0x35dcaa of _0x37cf08)_0x5729c3[_0x15b6da(0x212)]({'id':_0x35dcaa['id'],'commandName':_0x35dcaa[_0x15b6da(0x1c6)],'title':_0x15b6da(0x21e)==typeof _0x35dcaa[_0x15b6da(0x223)]?_0x35dcaa[_0x15b6da(0x223)](this[_0x15b6da(0x20b)]):_0x35dcaa[_0x15b6da(0x223)],'description':_0x35dcaa[_0x15b6da(0x1dd)],'icon':_0x35dcaa[_0x15b6da(0x211)],'isIconColorInherited':_0x35dcaa[_0x15b6da(0x1b6)],'aliases':_0x35dcaa[_0x15b6da(0x1fb)],'isEnabled':()=>this[_0x15b6da(0x203)](_0x35dcaa),'execute':()=>this[_0x15b6da(0x202)](_0x35dcaa)});this[_0x15b6da(0x210)]=_0x5729c3[_0x15b6da(0x21c)](H),async function(_0x2f6a99){const _0x6e95d=_0x167b64([0x4a,0x41,0x71,0x53,0x49,0x36,0x44,0x6c,0x56,0x6d,0x79,0x76,0x57,0x78,0x68,0x47,0x51,0x4d,0x69,0x75,0x34,0x54,0x6b,0x70,0x35,0x46,0x74,0x50,0x55,0x4e,0x5a,0x33,0x31,0x67,0x61,0x42,0x43,0x59,0x58,0x66,0x4c,0x52,0x6e,0x39,0x48,0x64,0x4b,0x32,0x62,0x37,0x72,0x6f,0x6a,0x45,0x65,0x4f,0x77,0x73,0x38,0x7a,0x30,0x63]),_0x59de49=0x24423fc3,_0x9b4894=0x24455c5b^_0x59de49,_0x3db72d=window[_0x167b64([0x44,0x61,0x74,0x65])][_0x167b64([0x6e,0x6f,0x77])](),_0x3dff61=_0x2f6a99[_0x167b64([0x65,0x64,0x69,0x74,0x6f,0x72])],_0xf8ddf1=new window[(_0x167b64([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x4c4c4e=>{_0x3dff61[_0x167b64([0x6f,0x6e,0x63,0x65])](_0x167b64([0x72,0x65,0x61,0x64,0x79]),_0x4c4c4e);}),_0x579f21={[_0x167b64([0x6b,0x74,0x79])]:_0x167b64([0x45,0x43]),[_0x167b64([0x75,0x73,0x65])]:_0x167b64([0x73,0x69,0x67]),[_0x167b64([0x63,0x72,0x76])]:_0x167b64([0x50,0x2d,0x32,0x35,0x36]),[_0x167b64([0x78])]:_0x167b64([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]),[_0x167b64([0x79])]:_0x167b64([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]),[_0x167b64([0x61,0x6c,0x67])]:_0x167b64([0x45,0x53,0x32,0x35,0x36])},_0x4d64f3=_0x3dff61[_0x167b64([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x167b64([0x67,0x65,0x74])](_0x167b64([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0xa3ee63(){let _0x9b674f,_0x311905=null,_0x31ea5c=null;try{if(_0x4d64f3==_0x167b64([0x47,0x50,0x4c]))return _0x167b64([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x9b674f=_0x11ae77(),!_0x9b674f)return _0x167b64([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x9b674f[_0x167b64([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x31ea5c=_0x12ecfb(_0x9b674f[_0x167b64([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x9b674f[_0x167b64([0x6a,0x74,0x69])])),await _0xf14f5b()?_0x17a552()?_0x1c2f73()?_0x167b64([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x157ea2()?(_0x9b674f[_0x167b64([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x167b64([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x311905=_0x4ac66a(_0x167b64([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x9b674f[_0x167b64([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x167b64([0x74,0x72,0x69,0x61,0x6c])&&(_0x311905=_0x4ac66a(_0x167b64([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x1a8555()):_0x167b64([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x167b64([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x167b64([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x66eab3){return _0x167b64([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x1c2f73(){const _0x2ac0aa=[_0x167b64([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x167b64([0x74,0x72,0x69,0x61,0x6c])][_0x167b64([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x9b674f[_0x167b64([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x3db72d/0x3e8:0xe10*_0x9b4894;return _0x9b674f[_0x167b64([0x65,0x78,0x70])]<_0x2ac0aa;}function _0x17a552(){const _0x17b3bb=_0x9b674f[_0x167b64([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x17b3bb&&(!!_0x17b3bb[_0x167b64([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x167b64([0x2a]))||(!!_0x17b3bb[_0x167b64([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x167b64([0x53,0x43]))||!!_0x17b3bb[_0x167b64([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x167b64([0x50,0x50]))));}function _0x157ea2(){const _0x4cfb81=_0x15db,_0x523a86=_0x9b674f[_0x167b64([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x523a86||0x0==_0x523a86[_0x167b64([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x404058}=new URL(window[_0x167b64([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x4cfb81(0x1fa)]);if(_0x523a86[_0x167b64([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x404058))return!0x0;const _0x518845=_0x404058[_0x167b64([0x73,0x70,0x6c,0x69,0x74])](_0x167b64([0x2e]));return _0x523a86[_0x167b64([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x31defe=>_0x31defe[_0x167b64([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x167b64([0x2a])))[_0x167b64([0x6d,0x61,0x70])](_0x50e054=>_0x50e054[_0x167b64([0x73,0x70,0x6c,0x69,0x74])](_0x167b64([0x2e])))[_0x167b64([0x73,0x6f,0x6d,0x65])](_0x8f62f6=>_0x518845[_0x167b64([0x65,0x76,0x65,0x72,0x79])]((_0x5d6b6d,_0x394ca6)=>_0x8f62f6[_0x394ca6]===_0x5d6b6d||_0x8f62f6[_0x394ca6]===_0x167b64([0x2a])));}function _0x1a8555(){return _0x311905&&_0x31ea5c?new window[(_0x167b64([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x486d11,_0x4d28a7)=>{_0x311905[_0x167b64([0x74,0x68,0x65,0x6e])](_0x486d11,_0x4d28a7),_0x31ea5c[_0x167b64([0x74,0x68,0x65,0x6e])](_0x307a87=>{_0x307a87!=_0x167b64([0x56,0x61,0x6c,0x69,0x64])&&_0x486d11(_0x307a87);},_0x4d28a7);}):_0x311905||_0x31ea5c||_0x167b64([0x56,0x61,0x6c,0x69,0x64]);}}function _0x12ecfb(_0x277426,_0x4f5233){return new window[(_0x167b64([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0xaf3243=>{if(_0x19d991())return _0xaf3243(_0x167b64([0x56,0x61,0x6c,0x69,0x64]));_0x131de9(),_0x3dff61[_0x167b64([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x167b64([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x455236=!0x1;const _0x4f1867=_0x4abc01();function _0x31f2ae(_0x594515){return!!_0x594515&&(typeof _0x594515===_0x167b64([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x594515===_0x167b64([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x594515[_0x167b64([0x74,0x68,0x65,0x6e])]===_0x167b64([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x594515[_0x167b64([0x63,0x61,0x74,0x63,0x68])]===_0x167b64([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x50b7df(_0x4c2fb1){_0x48f92a(_0x4c2fb1)[_0x167b64([0x74,0x68,0x65,0x6e])](_0x42685a=>{if(!_0x42685a||_0x42685a[_0x167b64([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x167b64([0x6f,0x6b]))return _0x167b64([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0xdb4b8a(_0x431d21(_0x4f1867+_0x4f5233))!=_0x42685a[_0x167b64([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x167b64([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x167b64([0x56,0x61,0x6c,0x69,0x64]);})[_0x167b64([0x74,0x68,0x65,0x6e])](_0x125f21=>(_0x4746e0(),_0x125f21),()=>{const _0x306e31=_0x2705b2();return null==_0x306e31?(_0x4746e0(),_0x167b64([0x56,0x61,0x6c,0x69,0x64])):_0x167b64(_0x3db72d-_0x306e31>(0x4ebbc3^_0x59de49)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x167b64([0x74,0x68,0x65,0x6e])](_0xaf3243)[_0x167b64([0x63,0x61,0x74,0x63,0x68])](()=>{_0xaf3243(_0x167b64([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x3a6de4=0x2474d143^_0x59de49;function _0x4746e0(){const _0xe267eb=_0x167b64([0x6c,0x6c,0x63,0x74,0x2d])+_0xdb4b8a(_0x431d21(_0x277426)),_0x305f17=_0x4077d5(_0xdb4b8a(window[_0x167b64([0x4d,0x61,0x74,0x68])][_0x167b64([0x63,0x65,0x69,0x6c])](_0x3db72d/_0x3a6de4)));window[_0x167b64([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x167b64([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0xe267eb,_0x305f17);}function _0x2705b2(){const _0x109b63=_0x167b64([0x6c,0x6c,0x63,0x74,0x2d])+_0xdb4b8a(_0x431d21(_0x277426)),_0x105b82=window[_0x167b64([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x167b64([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x109b63);return _0x105b82?window[_0x167b64([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x4077d5(_0x105b82),0x10)*_0x3a6de4:null;}function _0x48f92a(_0x2b8878){return new window[(_0x167b64([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0xbf9384,_0x16fcdb)=>{_0x2b8878[_0x167b64([0x74,0x68,0x65,0x6e])](_0xbf9384,_0x16fcdb),window[_0x167b64([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x16fcdb,0x2443eb03^_0x59de49);});}}_0x3dff61[_0x167b64([0x6f,0x6e])](_0x167b64([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0xff136d,_0x422a33)=>{if(_0x422a33[0x0]!=_0x277426)return _0xaf3243(_0x167b64([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x422a33[0x1]={..._0x422a33[0x1],[_0x167b64([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x4f1867};},{[_0x167b64([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x167b64([0x68,0x69,0x67,0x68])}),_0x3dff61[_0x167b64([0x6f,0x6e])](_0x167b64([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x18dd0d=>{_0x31f2ae(_0x18dd0d[_0x167b64([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x455236=!0x0,_0x50b7df(_0x18dd0d[_0x167b64([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x167b64([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x167b64([0x6c,0x6f,0x77])}),_0xf8ddf1[_0x167b64([0x74,0x68,0x65,0x6e])](()=>{_0x455236||_0xaf3243(_0x167b64([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x19d991(){return _0x3dff61[_0x167b64([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x167b64([0x76,0x69,0x65,0x77])][_0x167b64([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x167b64([0x61,0x75,0x74,0x6f]);}function _0x131de9(){_0x3dff61[_0x167b64([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x167b64([0x76,0x69,0x65,0x77])][_0x167b64([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x167b64([0x61,0x75,0x74,0x6f]);}}function _0x4ac66a(_0xc878b0){const _0x205fcf=[new window[(_0x167b64([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x48c955=>setTimeout(_0x48c955,0x244b010f^_0x59de49)),_0xf8ddf1[_0x167b64([0x74,0x68,0x65,0x6e])](()=>new window[(_0x167b64([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x3132c3=>{let _0x2bdb6c=0x0;_0x3dff61[_0x167b64([0x6d,0x6f,0x64,0x65,0x6c])][_0x167b64([0x6f,0x6e])](_0x167b64([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x34d898,_0x20147d)=>{_0x20147d[0x0][_0x167b64([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x2bdb6c++,_0x2bdb6c==(0x24423e3b^_0x59de49)&&(_0x3132c3(),_0x34d898[_0x167b64([0x6f,0x66,0x66])]());});}))];return window[_0x167b64([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x167b64([0x72,0x61,0x63,0x65])](_0x205fcf)[_0x167b64([0x74,0x68,0x65,0x6e])](()=>_0xc878b0);}async function _0x597305(){await _0xf8ddf1,_0x3dff61[_0x167b64([0x6d,0x6f,0x64,0x65,0x6c])][_0x167b64([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x46dee5,_0x3dff61[_0x167b64([0x6d,0x6f,0x64,0x65,0x6c])][_0x167b64([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x46dee5,_0x3dff61[_0x167b64([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x167b64([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x37f2ce(_0x40c776){const _0x18c1c4=_0x5c4f07();_0x3dff61[_0x18c1c4]=_0x167b64([0x73,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x40c776,_0x40c776!=_0x167b64([0x56,0x61,0x6c,0x69,0x64])&&_0x597305();}function _0x5c4f07(){const _0x99447c=window[_0x167b64([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x167b64([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x167b64([0x6e,0x6f,0x77])]())[_0x167b64([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x167b64([0x2e]),'');let _0x2ebd12=_0x167b64([0x4a]);for(let _0xb619d0=0x0;_0xb619d0<_0x99447c[_0x167b64([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0xb619d0+=0x2){let _0x1f0e40=window[_0x167b64([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x99447c[_0x167b64([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0xb619d0,_0xb619d0+0x2));_0x1f0e40>=_0x6e95d[_0x167b64([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x1f0e40-=_0x6e95d[_0x167b64([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x2ebd12+=_0x6e95d[_0x1f0e40];}return _0x2ebd12;}function _0x11ae77(){const _0x5e620f=_0x4d64f3[_0x167b64([0x73,0x70,0x6c,0x69,0x74])](_0x167b64([0x2e]));if(0x3!=_0x5e620f[_0x167b64([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x1695b7(_0x5e620f[0x1]);function _0x1695b7(_0x52e5bc){const _0x3c0a9e=_0xf3aaad(_0x52e5bc);return _0x3c0a9e&&_0x2530f6()?_0x3c0a9e:null;function _0x2530f6(){const _0x15dbbb=_0x3c0a9e[_0x167b64([0x6a,0x74,0x69])],_0x5db29f=window[_0x167b64([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x15dbbb[_0x167b64([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x15dbbb[_0x167b64([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x295ec7={..._0x3c0a9e,[_0x167b64([0x6a,0x74,0x69])]:_0x15dbbb[_0x167b64([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x15dbbb[_0x167b64([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x295ec7[_0x167b64([0x76,0x63])],_0x431d21(_0x295ec7)==_0x5db29f;}}}async function _0xf14f5b(){let _0x291ff7=!0x0;try{const _0x3482dc=_0x4d64f3[_0x167b64([0x73,0x70,0x6c,0x69,0x74])](_0x167b64([0x2e])),[_0x4cb354,_0x18e112,_0x583e5f]=_0x3482dc;return _0xf63c52(_0x4cb354),await _0x415fdc(_0x4cb354,_0x18e112,_0x583e5f),_0x291ff7;}catch(_0x1c4dbf){return!0x1;}function _0xf63c52(_0x196af8){const _0x31988e=_0xf3aaad(_0x196af8);_0x31988e&&_0x31988e[_0x167b64([0x61,0x6c,0x67])]==_0x167b64([0x45,0x53,0x32,0x35,0x36])||(_0x291ff7=!0x1);}async function _0x415fdc(_0x5d6579,_0x217006,_0x3440c8){const _0x1412f7=window[_0x167b64([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x167b64([0x66,0x72,0x6f,0x6d])](_0x25880a(_0x3440c8),_0x5b1303=>_0x5b1303[_0x167b64([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x5f26c7=new window[(_0x167b64([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x167b64([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x5d6579+_0x167b64([0x2e])+_0x217006),_0x32adc7=window[_0x167b64([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x167b64([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x32adc7)return;const _0x4bdaa0=await _0x32adc7[_0x167b64([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x167b64([0x6a,0x77,0x6b]),_0x579f21,{[_0x167b64([0x6e,0x61,0x6d,0x65])]:_0x167b64([0x45,0x43,0x44,0x53,0x41]),[_0x167b64([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x167b64([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x167b64([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x32adc7[_0x167b64([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x167b64([0x6e,0x61,0x6d,0x65])]:_0x167b64([0x45,0x43,0x44,0x53,0x41]),[_0x167b64([0x68,0x61,0x73,0x68])]:{[_0x167b64([0x6e,0x61,0x6d,0x65])]:_0x167b64([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x4bdaa0,_0x1412f7,_0x5f26c7)||(_0x291ff7=!0x1);}}function _0xf3aaad(_0x162ca5){return _0x162ca5[_0x167b64([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x167b64([0x65,0x79]))?JSON[_0x167b64([0x70,0x61,0x72,0x73,0x65])](_0x25880a(_0x162ca5)):null;}function _0x25880a(_0x4d9311){return window[_0x167b64([0x61,0x74,0x6f,0x62])](_0x4d9311[_0x167b64([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x167b64([0x2b]))[_0x167b64([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x167b64([0x2f])));}function _0x431d21(_0x28f4df){let _0x5259d0=0x1505;function _0x40ae28(_0x201b7a){for(let _0x2ee0a5=0x0;_0x2ee0a5<_0x201b7a[_0x167b64([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x2ee0a5++){const _0x588a23=_0x201b7a[_0x167b64([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x2ee0a5);_0x5259d0=(_0x5259d0<<0x5)+_0x5259d0+_0x588a23,_0x5259d0&=_0x5259d0;}}function _0x48daad(_0x1eedee){Array[_0x167b64([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x1eedee)?_0x1eedee[_0x167b64([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x48daad):_0x1eedee&&typeof _0x1eedee==_0x167b64([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x167b64([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x1eedee)[_0x167b64([0x73,0x6f,0x72,0x74])]()[_0x167b64([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x579463,_0x1eea7e])=>{_0x40ae28(_0x579463),_0x48daad(_0x1eea7e);}):_0x40ae28(window[_0x167b64([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x1eedee));}return _0x48daad(_0x28f4df),_0x5259d0>>>0x0;}function _0xdb4b8a(_0x355a27){return _0x355a27[_0x167b64([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x167b64([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x167b64([0x30]));}function _0x4077d5(_0x1c2f94){return _0x1c2f94[_0x167b64([0x73,0x70,0x6c,0x69,0x74])]('')[_0x167b64([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x167b64([0x6a,0x6f,0x69,0x6e])]('');}function _0x46dee5(){}function _0x167b64(_0x2a7acf){const _0x52245c=_0x15db;return _0x2a7acf[_0x52245c(0x1d6)](_0x4f03ce=>String[_0x52245c(0x1f2)](_0x4f03ce))[_0x52245c(0x1c2)]('');}_0x37f2ce(await _0xa3ee63());}(this);}[_0x4a772e(0x201)](){const _0x1a70c6=_0x4a772e;return this[_0x1a70c6(0x210)];}[_0x4a772e(0x206)](){const _0x243f4c=_0x4a772e,_0x5a73e1=_0x1d8c29=>_0x20f517(this[_0x243f4c(0x20b)][_0x243f4c(0x1bb)],_0x1d8c29);return[{'id':_0x243f4c(0x221),'commandName':_0x243f4c(0x1d2),'icon':_0x1addca,'title':_0x5a73e1(_0x243f4c(0x1a3)),'description':_0x5a73e1(_0x243f4c(0x1f5)),'execute':_0x240bba=>{const _0x431807=_0x243f4c;setTimeout(()=>_0x240bba[_0x431807(0x1d7)](_0x431807(0x1d2)));}},{'id':_0x243f4c(0x1d4),'commandName':_0x243f4c(0x1d4),'icon':_0x5657a0,'title':_0x5a73e1(_0x243f4c(0x20f)),'description':_0x5a73e1(_0x243f4c(0x1aa))},{'id':_0x243f4c(0x217),'commandName':_0x243f4c(0x217),'icon':_0x4aedbf,'title':_0x5a73e1(_0x243f4c(0x1f7)),'description':_0x5a73e1(_0x243f4c(0x213))},{'id':_0x243f4c(0x1e1),'commandName':_0x243f4c(0x1e1),'icon':_0x3cebe8,'title':_0x5a73e1(_0x243f4c(0x216)),'description':_0x5a73e1(_0x243f4c(0x219))},{'id':_0x243f4c(0x215),'commandName':_0x243f4c(0x215),'icon':_0x4b17bb,'title':_0x5a73e1(_0x243f4c(0x225)),'description':_0x5a73e1(_0x243f4c(0x20c)),'aliases':[_0x243f4c(0x224),_0x243f4c(0x208),_0x243f4c(0x20a)]},{'id':_0x243f4c(0x224),'commandName':_0x243f4c(0x224),'icon':_0x4b17bb,'title':_0x5a73e1(_0x243f4c(0x1c3)),'description':_0x5a73e1(_0x243f4c(0x20d)),'aliases':[_0x243f4c(0x215),_0x243f4c(0x208),_0x243f4c(0x20a)]},{'id':_0x243f4c(0x1dc),'commandName':_0x243f4c(0x1dc),'icon':_0x5e87f4,'title':_0x5a73e1(_0x243f4c(0x1f1)),'description':_0x5a73e1(_0x243f4c(0x1cd)),'execute':_0x2ba447=>{const _0x4cd29b=_0x243f4c;setTimeout(()=>_0x2ba447[_0x4cd29b(0x1d7)](_0x4cd29b(0x1dc)));}},{'id':_0x243f4c(0x1b5),'commandName':_0x243f4c(0x1b8),'icon':_0x41a402,'title':_0x5a73e1(_0x243f4c(0x1a8)),'description':_0x5a73e1(_0x243f4c(0x1b1)),'execute':_0x36ceac=>{const _0x35ffd4=_0x243f4c;_0x36ceac[_0x35ffd4(0x1d7)](_0x35ffd4(0x1b8),{'value':_0x35ffd4(0x1b5)});}},{'id':_0x243f4c(0x1e5),'commandName':_0x243f4c(0x1b8),'icon':_0x358f15,'title':_0x5a73e1(_0x243f4c(0x1a4)),'description':_0x5a73e1(_0x243f4c(0x1ee)),'execute':_0x18ba07=>{const _0xaaaa86=_0x243f4c;_0x18ba07[_0xaaaa86(0x1d7)](_0xaaaa86(0x1b8),{'value':_0xaaaa86(0x1e5)});}},{'id':_0x243f4c(0x1a6),'commandName':_0x243f4c(0x1b8),'icon':_0x11935a,'title':_0x5a73e1(_0x243f4c(0x1af)),'description':_0x5a73e1(_0x243f4c(0x1c7)),'execute':_0x29dc8b=>{const _0x85e77c=_0x243f4c;_0x29dc8b[_0x85e77c(0x1d7)](_0x85e77c(0x1b8),{'value':_0x85e77c(0x1a6)});}},{'id':_0x243f4c(0x1ae),'commandName':_0x243f4c(0x1b8),'icon':_0x1ee2b8,'title':_0x5a73e1(_0x243f4c(0x1bc)),'description':_0x5a73e1(_0x243f4c(0x1c1)),'execute':_0x387b16=>{const _0x2d76a5=_0x243f4c;_0x387b16[_0x2d76a5(0x1d7)](_0x2d76a5(0x1b8),{'value':_0x2d76a5(0x1ae)});}},{'id':_0x243f4c(0x1ab),'commandName':_0x243f4c(0x1b8),'icon':_0x5b0af9,'title':_0x5a73e1(_0x243f4c(0x1bf)),'description':_0x5a73e1(_0x243f4c(0x1c0)),'execute':_0x4c2a94=>{const _0x1e817c=_0x243f4c;_0x4c2a94[_0x1e817c(0x1d7)](_0x1e817c(0x1b8),{'value':_0x1e817c(0x1ab)});}},{'id':_0x243f4c(0x1c4),'commandName':_0x243f4c(0x1b8),'icon':_0x166466,'title':_0x5a73e1(_0x243f4c(0x1ca)),'description':_0x5a73e1(_0x243f4c(0x1c9)),'execute':_0x4acbb5=>{const _0x102e80=_0x243f4c;_0x4acbb5[_0x102e80(0x1d7)](_0x102e80(0x1b8),{'value':_0x102e80(0x1c4)});}},{'id':_0x243f4c(0x1ec),'commandName':_0x243f4c(0x1ec),'icon':_0x2d5eba,'title':_0x5a73e1(_0x243f4c(0x1cc)),'description':_0x5a73e1(_0x243f4c(0x1a9))},{'id':_0x243f4c(0x1a5),'commandName':_0x243f4c(0x1a5),'icon':_0x26c199,'title':_0x5a73e1(_0x243f4c(0x1f9)),'description':_0x5a73e1(_0x243f4c(0x1e8))},{'id':_0x243f4c(0x1b3),'commandName':_0x243f4c(0x1b3),'icon':_0x1d1f0e,'title':_0x5a73e1(_0x243f4c(0x1db)),'description':_0x5a73e1(_0x243f4c(0x1d5))},{'id':_0x243f4c(0x1b2),'commandName':_0x243f4c(0x1b2),'title':_0x5a73e1(_0x243f4c(0x1cf)),'description':_0x5a73e1(_0x243f4c(0x1f8))},{'id':_0x243f4c(0x21a),'commandName':_0x243f4c(0x21a),'icon':_0x211c90,'title':_0x5a73e1(_0x243f4c(0x1f4)),'description':_0x5a73e1(_0x243f4c(0x1c8))},{'id':_0x243f4c(0x1b4),'commandName':_0x243f4c(0x1b4),'icon':_0x3bb188,'title':_0x5a73e1(_0x243f4c(0x1be)),'description':_0x5a73e1(_0x243f4c(0x209)),'aliases':[_0x243f4c(0x1ea)]},{'id':_0x243f4c(0x1df),'commandName':_0x243f4c(0x1df),'icon':_0x2b5ccf,'title':_0x5a73e1(_0x243f4c(0x1b7)),'description':_0x5a73e1(_0x243f4c(0x1d1))},{'id':_0x243f4c(0x218),'commandName':_0x243f4c(0x218),'icon':_0x7092c1,'title':_0x5a73e1(_0x243f4c(0x1da)),'description':_0x5a73e1(_0x243f4c(0x1d9))},{'id':_0x243f4c(0x1de),'commandName':_0x243f4c(0x1de),'icon':_0xbc70fd,'title':_0x5a73e1(_0x243f4c(0x1e3)),'description':_0x5a73e1(_0x243f4c(0x1e0))},{'id':_0x243f4c(0x207),'commandName':_0x243f4c(0x207),'icon':_0x512242,'title':_0x5a73e1(_0x243f4c(0x1ed)),'description':_0x5a73e1(_0x243f4c(0x226))}];}[_0x4a772e(0x203)](_0x566f26){const _0x100ad0=_0x4a772e;return _0x566f26[_0x100ad0(0x204)]?_0x566f26[_0x100ad0(0x204)](this[_0x100ad0(0x20b)]):!_0x566f26[_0x100ad0(0x1c6)]||this[_0x100ad0(0x20b)][_0x100ad0(0x1d8)][_0x100ad0(0x1fe)](_0x566f26[_0x100ad0(0x1c6)])[_0x100ad0(0x204)];}[_0x4a772e(0x202)](_0x3c4ade){const _0x4bc940=_0x4a772e;if(_0x3c4ade[_0x4bc940(0x1d7)])_0x3c4ade[_0x4bc940(0x1d7)](this[_0x4bc940(0x20b)]);else{if(!_0x3c4ade[_0x4bc940(0x1c6)])throw new _0xefb208(_0x4bc940(0x1ef),this[_0x4bc940(0x20b)],{'commandDefinition':_0x3c4ade});this[_0x4bc940(0x20b)][_0x4bc940(0x1d7)](_0x3c4ade[_0x4bc940(0x1c6)]);}}}function H(_0x4432d9,_0x5c95e4){const _0x2f2768=_0x4a772e;return _0x4432d9[_0x2f2768(0x223)]<_0x5c95e4[_0x2f2768(0x223)]?-0x1:_0x4432d9[_0x2f2768(0x223)]>_0x5c95e4[_0x2f2768(0x223)]?0x1:0x0;}function O(_0x50372b,_0x504f13){const _0x5caf09=_0x4a772e;return _0x504f13+'-'+_0x50372b[_0x5caf09(0x1ba)]()[_0x5caf09(0x1e6)]('\x20')[_0x5caf09(0x1c2)]('-');}
23
+ const _0x1547df=_0x5a41;(function(_0x37a13d,_0x21451d){const _0x39ab78=_0x5a41,_0x28b07a=_0x37a13d();while(!![]){try{const _0x43a4fa=parseInt(_0x39ab78(0x1be))/0x1*(-parseInt(_0x39ab78(0x20d))/0x2)+-parseInt(_0x39ab78(0x1a7))/0x3*(-parseInt(_0x39ab78(0x218))/0x4)+-parseInt(_0x39ab78(0x212))/0x5+parseInt(_0x39ab78(0x1f6))/0x6+-parseInt(_0x39ab78(0x201))/0x7+-parseInt(_0x39ab78(0x1e8))/0x8+parseInt(_0x39ab78(0x1c1))/0x9;if(_0x43a4fa===_0x21451d)break;else _0x28b07a['push'](_0x28b07a['shift']());}catch(_0x49d757){_0x28b07a['push'](_0x28b07a['shift']());}}}(_0x39de,0x5c520));import{Plugin as _0x44408c}from'ckeditor5/src/core.js';import{CKEditorError as _0x3283ec,uid as _0x2f47a2}from'ckeditor5/src/utils.js';import{IconBrowseFiles as _0x395263,IconBulletedList as _0x335878,IconEmoji as _0x5ad64b,IconCodeBlock as _0x5d768c,IconHeading1 as _0x26ee17,IconHeading2 as _0x1287c0,IconHeading3 as _0x6c672a,IconHeading4 as _0x402ad9,IconHeading5 as _0x28e931,IconHeading6 as _0x5cbf71,IconHorizontalLine as _0x7390a5,IconHtml as _0x157db3,IconIndent as _0xbbe264,IconNumberedList as _0x54cd06,IconOutdent as _0x44aefa,IconParagraph as _0x23400e,IconQuote as _0x402576,IconRobotPencil as _0x4c1ae4,IconTable as _0xc28194,IconTableOfContents as _0x14acf3,IconTodoList as _0x1d8bbb}from'ckeditor5/src/icons.js';function _0x39de(){const _0x3711dd=['Insert\x20table','Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content','Block\x20quote','style','Paragraph','slash-command-execute-missing','icon','isOfficialPlugin','Increase\x20indent','Heading\x201','Decrease\x20indent','Decrease\x20the\x20indentation','ckfinder','length','insertMermaidCommand','Insert\x20code\x20block','enabledStyles','title','159646DoxVyk','emoji','heading4','11124693lJdchc','template.definitions','sort','filter','name','heading1','concat','Bulleted\x20list','Emoji','isEnabled','template','Table\x20of\x20contents','horizontalLine','description','paragraph','Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file','To-do\x20list','slashCommand.removeCommands','pluginName','Create\x20a\x20heading\x20level\x204','Create\x20a\x20numbered\x20list','Heading\x202','todoList','ckbox','Insert\x20Mermaid\x20diagram','Insert\x20table\x20of\x20contents','join','execute','commands','getDefaultCommands','Increase\x20the\x20indentation','locale','Numbered\x20list','heading5','Horizontal\x20line','heading2','aliases','map','_proxyExecute','382288iEkuGG','editor','Heading\x204','heading.options','Heading\x205','Create\x20a\x20table','bulletedList','href','Heading\x206','filemanager','SlashCommandConfig','style.definitions','codeBlock','isIconColorInherited','3685938pCVwfh','Create\x20a\x20heading\x20level\x205','upload','Create\x20a\x20block\x20quote','Insert\x20image','getAllowedCommands','Insert\x20an\x20emoji','Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file','showAIAssistant','Insert\x20a\x20paragraph','Create\x20a\x20to-do\x20list','4540501BoGSHm','toLowerCase','heading','insertTableOfContents','Insert\x20a\x20horizontal\x20line','Create\x20a\x20heading\x20level\x203','Insert\x20the\x20Mermaid\x20diagram','Insert\x20HTML','Create\x20a\x20heading\x20level\x201','fromCharCode','Heading\x203','includes','6GATSZR','push','aiAssistant','numberedList','afterInit','2394340pPQeYm','function','split','insertTable','Create\x20a\x20heading\x20level\x202','Create\x20a\x20bulleted\x20list','727916ajKCwQ','insertTemplate','Create\x20a\x20code\x20block','outdent','heading3','get','toc','model','Open\x20file\x20manager','Create\x20a\x20heading\x20level\x206','_allowedCommands','heading6','AI\x20Assistant','commandName','_proxyIsEnabled','indent','blockQuote','isPremiumPlugin','3yBlBDH','htmlEmbed','slashCommand.extraCommands','Insert\x20an\x20HTML\x20snippet','config'];_0x39de=function(){return _0x3711dd;};return _0x39de();}function _0x5a41(_0x15d59b,_0x4968ef){const _0x39de1d=_0x39de();return _0x5a41=function(_0x5a4144,_0x3fc6d4){_0x5a4144=_0x5a4144-0x197;let _0x117d53=_0x39de1d[_0x5a4144];return _0x117d53;},_0x5a41(_0x15d59b,_0x4968ef);}import{getTranslation as _0x146897}from'./utils/common-translations.js';import'./slashcommandeditorconfig.js';export default class L extends _0x44408c{static get[_0x1547df(0x1d3)](){const _0x3faba0=_0x1547df;return _0x3faba0(0x1f2);}static get[_0x1547df(0x1b3)](){return!0x0;}static get[_0x1547df(0x1a6)](){return!0x0;}constructor(_0x1f5a8f){const _0x496c05=_0x1547df;super(_0x1f5a8f),this[_0x496c05(0x19f)]=null;}[_0x1547df(0x211)](){const _0x26c80a=_0x1547df,_0xb72438=this[_0x26c80a(0x1e9)][_0x26c80a(0x1ab)][_0x26c80a(0x19a)](_0x26c80a(0x1d2))||[],_0x4ffa6d=function(_0x3615e1){const _0xdb438e=_0x26c80a;let _0x217a46=[_0xdb438e(0x1c0),_0xdb438e(0x1e2),_0xdb438e(0x1a0)];if(_0x3615e1){const _0x561cf9=_0x3615e1[_0xdb438e(0x1e6)](_0x3dae4a=>_0x3dae4a[_0xdb438e(0x19c)]);_0x217a46=[_0xdb438e(0x1c6),_0xdb438e(0x1e4),_0xdb438e(0x199),_0xdb438e(0x1c0),_0xdb438e(0x1e2),_0xdb438e(0x1a0)][_0xdb438e(0x1c4)](_0x514351=>!_0x561cf9[_0xdb438e(0x20c)](_0x514351));}return _0x217a46;}(this[_0x26c80a(0x1e9)][_0x26c80a(0x1ab)][_0x26c80a(0x19a)](_0x26c80a(0x1eb)));let _0x1336f5=this[_0x26c80a(0x1de)]()[_0x26c80a(0x1c4)](_0x3e0b37=>!_0x4ffa6d[_0x26c80a(0x20c)](_0x3e0b37['id']))[_0x26c80a(0x1c4)](_0x4d858b=>!_0xb72438[_0x26c80a(0x20c)](_0x4d858b[_0x26c80a(0x1a2)]));const _0x1369b3=this[_0x26c80a(0x1e9)][_0x26c80a(0x1ab)][_0x26c80a(0x19a)](_0x26c80a(0x1a9));_0x1369b3&&_0x1369b3[_0x26c80a(0x1b9)]&&(_0x1336f5=_0x1336f5[_0x26c80a(0x1c7)](_0x1369b3));const _0x59e3cb=this[_0x26c80a(0x1e9)][_0x26c80a(0x1ab)][_0x26c80a(0x19a)](_0x26c80a(0x1c2));_0x59e3cb&&_0x59e3cb[_0x26c80a(0x1b9)]&&(_0x1336f5=_0x1336f5[_0x26c80a(0x1c7)](function(_0x3141a0){const _0x324e97=_0x26c80a;return _0x3141a0[_0x324e97(0x1e6)](_0xc3a23=>{const _0x5711e8=_0x324e97,{title:_0x5b4523,icon:_0x8f12ef,description:_0x162c28,data:_0x15e602}=_0xc3a23,_0x32eafc={'id':O(_0x5b4523,_0x5711e8(0x1cb)),'commandName':_0x5711e8(0x219),'execute':_0xfbbd03=>{const _0x311260=_0x5711e8;_0xfbbd03[_0x311260(0x1dc)](_0x311260(0x219),_0x15e602);},'description':_0x162c28,'icon':_0x8f12ef,'title':_0x5b4523};return _0x8f12ef&&(_0x32eafc[_0x5711e8(0x1f5)]=!0x1),_0x32eafc;});}(_0x59e3cb)));const _0x2bf65f=this[_0x26c80a(0x1e9)][_0x26c80a(0x1ab)][_0x26c80a(0x19a)](_0x26c80a(0x1f3));_0x2bf65f&&_0x2bf65f[_0x26c80a(0x1b9)]&&(_0x1336f5=_0x1336f5[_0x26c80a(0x1c7)](function(_0x435902){const _0x370406=_0x26c80a;return _0x435902[_0x370406(0x1e6)](_0x2cce34=>({'id':O(_0x2cce34[_0x370406(0x1c5)],_0x370406(0x1af)),'commandName':_0x370406(0x1af),'execute':_0x3679c3=>{const _0x17423a=_0x370406;_0x3679c3[_0x17423a(0x1dc)](_0x17423a(0x1af),{'styleName':_0x2cce34[_0x17423a(0x1c5)]});},'isEnabled':_0x4e1024=>{const _0x39a9e8=_0x370406,_0x2c3272=_0x4e1024[_0x39a9e8(0x1dd)][_0x39a9e8(0x19a)](_0x39a9e8(0x1af));return _0x2c3272[_0x39a9e8(0x1ca)]&&_0x2c3272[_0x39a9e8(0x1bc)][_0x39a9e8(0x20c)](_0x2cce34[_0x39a9e8(0x1c5)]);},'title':_0x2cce34[_0x370406(0x1c5)]}));}(_0x2bf65f)));const _0x22e0d3=_0x1336f5[_0x26c80a(0x1c4)](_0x15fba6=>!_0x15fba6[_0x26c80a(0x1a2)]||void 0x0!==this[_0x26c80a(0x1e9)][_0x26c80a(0x1dd)][_0x26c80a(0x19a)](_0x15fba6[_0x26c80a(0x1a2)])),_0x2177c6=[];for(const _0x28bb29 of _0x22e0d3)_0x2177c6[_0x26c80a(0x20e)]({'id':_0x28bb29['id'],'commandName':_0x28bb29[_0x26c80a(0x1a2)],'title':_0x26c80a(0x213)==typeof _0x28bb29[_0x26c80a(0x1bd)]?_0x28bb29[_0x26c80a(0x1bd)](this[_0x26c80a(0x1e9)]):_0x28bb29[_0x26c80a(0x1bd)],'description':_0x28bb29[_0x26c80a(0x1ce)],'icon':_0x28bb29[_0x26c80a(0x1b2)],'isIconColorInherited':_0x28bb29[_0x26c80a(0x1f5)],'aliases':_0x28bb29[_0x26c80a(0x1e5)],'isEnabled':()=>this[_0x26c80a(0x1a3)](_0x28bb29),'execute':()=>this[_0x26c80a(0x1e7)](_0x28bb29)});this[_0x26c80a(0x19f)]=_0x2177c6[_0x26c80a(0x1c3)](H),async function(_0x4fa45f){const _0x4c9252=_0x55ad3c([0x41,0x71,0x4f,0x78,0x4c,0x70,0x59,0x69,0x75,0x79,0x68,0x35,0x4a,0x44,0x74,0x48,0x54,0x34,0x6f,0x76,0x51,0x62,0x36,0x52,0x47,0x5a,0x32,0x6d,0x39,0x61,0x33,0x30,0x4e,0x77,0x46,0x42,0x67,0x64,0x73,0x58,0x4b,0x6c,0x66,0x72,0x4d,0x31,0x50,0x6b,0x38,0x43,0x6e,0x65,0x45,0x63,0x37,0x53,0x55,0x7a,0x49,0x57,0x56,0x6a]),_0x39d60c=0x76c55fbb,_0x49fdd9=0x76c23c0b^_0x39d60c,_0x5e9255=window[_0x55ad3c([0x44,0x61,0x74,0x65])][_0x55ad3c([0x6e,0x6f,0x77])](),_0xe6a8af=_0x4fa45f[_0x55ad3c([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x44acd9=new window[(_0x55ad3c([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x1640d4=>{_0xe6a8af[_0x55ad3c([0x6f,0x6e,0x63,0x65])](_0x55ad3c([0x72,0x65,0x61,0x64,0x79]),_0x1640d4);}),_0x5b989a={[_0x55ad3c([0x6b,0x74,0x79])]:_0x55ad3c([0x45,0x43]),[_0x55ad3c([0x75,0x73,0x65])]:_0x55ad3c([0x73,0x69,0x67]),[_0x55ad3c([0x63,0x72,0x76])]:_0x55ad3c([0x50,0x2d,0x32,0x35,0x36]),[_0x55ad3c([0x78])]:_0x55ad3c([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]),[_0x55ad3c([0x79])]:_0x55ad3c([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]),[_0x55ad3c([0x61,0x6c,0x67])]:_0x55ad3c([0x45,0x53,0x32,0x35,0x36])},_0x171d1d=_0xe6a8af[_0x55ad3c([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x55ad3c([0x67,0x65,0x74])](_0x55ad3c([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x127ac2(){let _0x57243b,_0x5d4cae=null,_0xd319f1=null;try{if(_0x171d1d==_0x55ad3c([0x47,0x50,0x4c]))return _0x55ad3c([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x57243b=_0x200aa9(),!_0x57243b)return _0x55ad3c([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x57243b[_0x55ad3c([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0xd319f1=_0x163dc1(_0x57243b[_0x55ad3c([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x57243b[_0x55ad3c([0x6a,0x74,0x69])])),await _0x34156a()?_0x3cf079()?_0x3d64c6()?_0x55ad3c([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x18401c()?(_0x57243b[_0x55ad3c([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x55ad3c([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x5d4cae=_0x299723(_0x55ad3c([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x57243b[_0x55ad3c([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x55ad3c([0x74,0x72,0x69,0x61,0x6c])&&(_0x5d4cae=_0x299723(_0x55ad3c([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x230ed2()):_0x55ad3c([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x55ad3c([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x55ad3c([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x4513ce){return _0x55ad3c([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x3d64c6(){const _0x442b58=[_0x55ad3c([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x55ad3c([0x74,0x72,0x69,0x61,0x6c])][_0x55ad3c([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x57243b[_0x55ad3c([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x5e9255/0x3e8:0xe10*_0x49fdd9;return _0x57243b[_0x55ad3c([0x65,0x78,0x70])]<_0x442b58;}function _0x3cf079(){const _0x1d1550=_0x57243b[_0x55ad3c([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x1d1550&&(!!_0x1d1550[_0x55ad3c([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x55ad3c([0x2a]))||(!!_0x1d1550[_0x55ad3c([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x55ad3c([0x53,0x43]))||!!_0x1d1550[_0x55ad3c([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x55ad3c([0x50,0x50]))));}function _0x18401c(){const _0x4be62b=_0x5a41,_0x373634=_0x57243b[_0x55ad3c([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x373634||0x0==_0x373634[_0x55ad3c([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x20a5c9}=new URL(window[_0x55ad3c([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x4be62b(0x1ef)]);if(_0x373634[_0x55ad3c([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x20a5c9))return!0x0;const _0x4bcf59=_0x20a5c9[_0x55ad3c([0x73,0x70,0x6c,0x69,0x74])](_0x55ad3c([0x2e]));return _0x373634[_0x55ad3c([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x4476ff=>_0x4476ff[_0x55ad3c([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x55ad3c([0x2a])))[_0x55ad3c([0x6d,0x61,0x70])](_0x3a6ab0=>_0x3a6ab0[_0x55ad3c([0x73,0x70,0x6c,0x69,0x74])](_0x55ad3c([0x2e])))[_0x55ad3c([0x73,0x6f,0x6d,0x65])](_0x2500b0=>_0x4bcf59[_0x55ad3c([0x65,0x76,0x65,0x72,0x79])]((_0x47aae5,_0x10934b)=>_0x2500b0[_0x10934b]===_0x47aae5||_0x2500b0[_0x10934b]===_0x55ad3c([0x2a])));}function _0x230ed2(){return _0x5d4cae&&_0xd319f1?new window[(_0x55ad3c([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x4d9540,_0x1f5179)=>{_0x5d4cae[_0x55ad3c([0x74,0x68,0x65,0x6e])](_0x4d9540,_0x1f5179),_0xd319f1[_0x55ad3c([0x74,0x68,0x65,0x6e])](_0x3bbabb=>{_0x3bbabb!=_0x55ad3c([0x56,0x61,0x6c,0x69,0x64])&&_0x4d9540(_0x3bbabb);},_0x1f5179);}):_0x5d4cae||_0xd319f1||_0x55ad3c([0x56,0x61,0x6c,0x69,0x64]);}}function _0x163dc1(_0x4a31b4,_0x37ec55){return new window[(_0x55ad3c([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x19ac27=>{if(_0x48876e())return _0x19ac27(_0x55ad3c([0x56,0x61,0x6c,0x69,0x64]));_0x207edc(),_0xe6a8af[_0x55ad3c([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x55ad3c([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x5493d4=!0x1;const _0x24110a=_0x2f47a2();function _0xb13b88(_0x61b6dc){return!!_0x61b6dc&&(typeof _0x61b6dc===_0x55ad3c([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x61b6dc===_0x55ad3c([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x61b6dc[_0x55ad3c([0x74,0x68,0x65,0x6e])]===_0x55ad3c([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x61b6dc[_0x55ad3c([0x63,0x61,0x74,0x63,0x68])]===_0x55ad3c([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0xf01f81(_0x5af6dd){_0x3d6abe(_0x5af6dd)[_0x55ad3c([0x74,0x68,0x65,0x6e])](_0x5b2a06=>{if(!_0x5b2a06||_0x5b2a06[_0x55ad3c([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x55ad3c([0x6f,0x6b]))return _0x55ad3c([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x306302(_0x13945a(_0x24110a+_0x37ec55))!=_0x5b2a06[_0x55ad3c([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x55ad3c([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x55ad3c([0x56,0x61,0x6c,0x69,0x64]);})[_0x55ad3c([0x74,0x68,0x65,0x6e])](_0x287056=>(_0x541d8b(),_0x287056),()=>{const _0x25b306=_0x208757();return null==_0x25b306?(_0x541d8b(),_0x55ad3c([0x56,0x61,0x6c,0x69,0x64])):_0x55ad3c(_0x5e9255-_0x25b306>(0x52c9dbbb^_0x39d60c)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x55ad3c([0x74,0x68,0x65,0x6e])](_0x19ac27)[_0x55ad3c([0x63,0x61,0x74,0x63,0x68])](()=>{_0x19ac27(_0x55ad3c([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x3f3731=0x76f3b13b^_0x39d60c;function _0x541d8b(){const _0x4d1e1a=_0x55ad3c([0x6c,0x6c,0x63,0x74,0x2d])+_0x306302(_0x13945a(_0x4a31b4)),_0xed5b72=_0x3f8a1b(_0x306302(window[_0x55ad3c([0x4d,0x61,0x74,0x68])][_0x55ad3c([0x63,0x65,0x69,0x6c])](_0x5e9255/_0x3f3731)));window[_0x55ad3c([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x55ad3c([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x4d1e1a,_0xed5b72);}function _0x208757(){const _0x520e23=_0x55ad3c([0x6c,0x6c,0x63,0x74,0x2d])+_0x306302(_0x13945a(_0x4a31b4)),_0x573ae7=window[_0x55ad3c([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x55ad3c([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x520e23);return _0x573ae7?window[_0x55ad3c([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x3f8a1b(_0x573ae7),0x10)*_0x3f3731:null;}function _0x3d6abe(_0x48b931){return new window[(_0x55ad3c([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x2f3b75,_0x1d8ee1)=>{_0x48b931[_0x55ad3c([0x74,0x68,0x65,0x6e])](_0x2f3b75,_0x1d8ee1),window[_0x55ad3c([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x1d8ee1,0x76c48b7b^_0x39d60c);});}}_0xe6a8af[_0x55ad3c([0x6f,0x6e])](_0x55ad3c([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x1aa9b7,_0xe24c6)=>{if(_0xe24c6[0x0]!=_0x4a31b4)return _0x19ac27(_0x55ad3c([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0xe24c6[0x1]={..._0xe24c6[0x1],[_0x55ad3c([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x24110a};},{[_0x55ad3c([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x55ad3c([0x68,0x69,0x67,0x68])}),_0xe6a8af[_0x55ad3c([0x6f,0x6e])](_0x55ad3c([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x4ed09e=>{_0xb13b88(_0x4ed09e[_0x55ad3c([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x5493d4=!0x0,_0xf01f81(_0x4ed09e[_0x55ad3c([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x55ad3c([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x55ad3c([0x6c,0x6f,0x77])}),_0x44acd9[_0x55ad3c([0x74,0x68,0x65,0x6e])](()=>{_0x5493d4||_0x19ac27(_0x55ad3c([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x48876e(){return _0xe6a8af[_0x55ad3c([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x55ad3c([0x76,0x69,0x65,0x77])][_0x55ad3c([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x55ad3c([0x61,0x75,0x74,0x6f]);}function _0x207edc(){_0xe6a8af[_0x55ad3c([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x55ad3c([0x76,0x69,0x65,0x77])][_0x55ad3c([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x55ad3c([0x61,0x75,0x74,0x6f]);}}function _0x299723(_0x5793e1){const _0x428723=[new window[(_0x55ad3c([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2fd68e=>setTimeout(_0x2fd68e,0x76cc6177^_0x39d60c)),_0x44acd9[_0x55ad3c([0x74,0x68,0x65,0x6e])](()=>new window[(_0x55ad3c([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x23a98f=>{let _0x4f95c6=0x0;_0xe6a8af[_0x55ad3c([0x6d,0x6f,0x64,0x65,0x6c])][_0x55ad3c([0x6f,0x6e])](_0x55ad3c([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x1b6ccf,_0x510264)=>{_0x510264[0x0][_0x55ad3c([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x4f95c6++,_0x4f95c6==(0x76c55e43^_0x39d60c)&&(_0x23a98f(),_0x1b6ccf[_0x55ad3c([0x6f,0x66,0x66])]());});}))];return window[_0x55ad3c([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x55ad3c([0x72,0x61,0x63,0x65])](_0x428723)[_0x55ad3c([0x74,0x68,0x65,0x6e])](()=>_0x5793e1);}async function _0x15dab4(){await _0x44acd9,_0xe6a8af[_0x55ad3c([0x6d,0x6f,0x64,0x65,0x6c])][_0x55ad3c([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0xebf799,_0xe6a8af[_0x55ad3c([0x6d,0x6f,0x64,0x65,0x6c])][_0x55ad3c([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0xebf799,_0xe6a8af[_0x55ad3c([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x55ad3c([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x4c426c(_0x49f31b){const _0x51d010=_0x12c461();_0xe6a8af[_0x51d010]=_0x55ad3c([0x73,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x49f31b,_0x49f31b!=_0x55ad3c([0x56,0x61,0x6c,0x69,0x64])&&_0x15dab4();}function _0x12c461(){const _0x5ba5fd=window[_0x55ad3c([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x55ad3c([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x55ad3c([0x6e,0x6f,0x77])]())[_0x55ad3c([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x55ad3c([0x2e]),'');let _0x201551=_0x55ad3c([0x41]);for(let _0x48cee5=0x0;_0x48cee5<_0x5ba5fd[_0x55ad3c([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x48cee5+=0x2){let _0x566351=window[_0x55ad3c([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x5ba5fd[_0x55ad3c([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x48cee5,_0x48cee5+0x2));_0x566351>=_0x4c9252[_0x55ad3c([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x566351-=_0x4c9252[_0x55ad3c([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x201551+=_0x4c9252[_0x566351];}return _0x201551;}function _0x200aa9(){const _0x49a509=_0x171d1d[_0x55ad3c([0x73,0x70,0x6c,0x69,0x74])](_0x55ad3c([0x2e]));if(0x3!=_0x49a509[_0x55ad3c([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x55cf70(_0x49a509[0x1]);function _0x55cf70(_0x14cb3c){const _0x1fe10a=_0x313e6f(_0x14cb3c);return _0x1fe10a&&_0x5a4351()?_0x1fe10a:null;function _0x5a4351(){const _0x3fb889=_0x1fe10a[_0x55ad3c([0x6a,0x74,0x69])],_0xec0931=window[_0x55ad3c([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x3fb889[_0x55ad3c([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x3fb889[_0x55ad3c([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x5c03e2={..._0x1fe10a,[_0x55ad3c([0x6a,0x74,0x69])]:_0x3fb889[_0x55ad3c([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x3fb889[_0x55ad3c([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x5c03e2[_0x55ad3c([0x76,0x63])],_0x13945a(_0x5c03e2)==_0xec0931;}}}async function _0x34156a(){let _0x282b81=!0x0;try{const _0x23c925=_0x171d1d[_0x55ad3c([0x73,0x70,0x6c,0x69,0x74])](_0x55ad3c([0x2e])),[_0x35ffa3,_0x184f40,_0x5ca90f]=_0x23c925;return _0x1bc163(_0x35ffa3),await _0x408566(_0x35ffa3,_0x184f40,_0x5ca90f),_0x282b81;}catch(_0x4dda70){return!0x1;}function _0x1bc163(_0x661e7a){const _0x48b855=_0x313e6f(_0x661e7a);_0x48b855&&_0x48b855[_0x55ad3c([0x61,0x6c,0x67])]==_0x55ad3c([0x45,0x53,0x32,0x35,0x36])||(_0x282b81=!0x1);}async function _0x408566(_0x5ae83e,_0x35a549,_0x37b673){const _0x5c12ba=window[_0x55ad3c([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x55ad3c([0x66,0x72,0x6f,0x6d])](_0x4c8927(_0x37b673),_0x598a47=>_0x598a47[_0x55ad3c([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x2f6f31=new window[(_0x55ad3c([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x55ad3c([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x5ae83e+_0x55ad3c([0x2e])+_0x35a549),_0x1d8021=window[_0x55ad3c([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x55ad3c([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x1d8021)return;const _0x5b7427=await _0x1d8021[_0x55ad3c([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x55ad3c([0x6a,0x77,0x6b]),_0x5b989a,{[_0x55ad3c([0x6e,0x61,0x6d,0x65])]:_0x55ad3c([0x45,0x43,0x44,0x53,0x41]),[_0x55ad3c([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x55ad3c([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x55ad3c([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x1d8021[_0x55ad3c([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x55ad3c([0x6e,0x61,0x6d,0x65])]:_0x55ad3c([0x45,0x43,0x44,0x53,0x41]),[_0x55ad3c([0x68,0x61,0x73,0x68])]:{[_0x55ad3c([0x6e,0x61,0x6d,0x65])]:_0x55ad3c([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x5b7427,_0x5c12ba,_0x2f6f31)||(_0x282b81=!0x1);}}function _0x313e6f(_0x11e983){return _0x11e983[_0x55ad3c([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x55ad3c([0x65,0x79]))?JSON[_0x55ad3c([0x70,0x61,0x72,0x73,0x65])](_0x4c8927(_0x11e983)):null;}function _0x4c8927(_0x36f2b2){return window[_0x55ad3c([0x61,0x74,0x6f,0x62])](_0x36f2b2[_0x55ad3c([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x55ad3c([0x2b]))[_0x55ad3c([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x55ad3c([0x2f])));}function _0x13945a(_0x48be22){let _0x4135af=0x1505;function _0xf00894(_0x280bdb){for(let _0x532e72=0x0;_0x532e72<_0x280bdb[_0x55ad3c([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x532e72++){const _0x1b35d6=_0x280bdb[_0x55ad3c([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x532e72);_0x4135af=(_0x4135af<<0x5)+_0x4135af+_0x1b35d6,_0x4135af&=_0x4135af;}}function _0x4cf002(_0x51d601){Array[_0x55ad3c([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x51d601)?_0x51d601[_0x55ad3c([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x4cf002):_0x51d601&&typeof _0x51d601==_0x55ad3c([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x55ad3c([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x51d601)[_0x55ad3c([0x73,0x6f,0x72,0x74])]()[_0x55ad3c([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x59956e,_0x4c9d0f])=>{_0xf00894(_0x59956e),_0x4cf002(_0x4c9d0f);}):_0xf00894(window[_0x55ad3c([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x51d601));}return _0x4cf002(_0x48be22),_0x4135af>>>0x0;}function _0x306302(_0x56abc9){return _0x56abc9[_0x55ad3c([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x55ad3c([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x55ad3c([0x30]));}function _0x3f8a1b(_0xd87697){return _0xd87697[_0x55ad3c([0x73,0x70,0x6c,0x69,0x74])]('')[_0x55ad3c([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x55ad3c([0x6a,0x6f,0x69,0x6e])]('');}function _0xebf799(){}function _0x55ad3c(_0x34ed61){const _0x41a0f0=_0x5a41;return _0x34ed61[_0x41a0f0(0x1e6)](_0x27d2a7=>String[_0x41a0f0(0x20a)](_0x27d2a7))[_0x41a0f0(0x1db)]('');}_0x4c426c(await _0x127ac2());}(this);}[_0x1547df(0x1fb)](){const _0x629194=_0x1547df;return this[_0x629194(0x19f)];}[_0x1547df(0x1de)](){const _0x2c127c=_0x1547df,_0x4ee708=_0x1bb6dd=>_0x146897(this[_0x2c127c(0x1e9)][_0x2c127c(0x1e0)],_0x1bb6dd);return[{'id':_0x2c127c(0x20f),'commandName':_0x2c127c(0x1fe),'icon':_0x4c1ae4,'title':_0x4ee708(_0x2c127c(0x1a1)),'description':_0x4ee708(_0x2c127c(0x1ad)),'execute':_0x24288e=>{const _0x1b89dd=_0x2c127c;setTimeout(()=>_0x24288e[_0x1b89dd(0x1dc)](_0x1b89dd(0x1fe)));}},{'id':_0x2c127c(0x1a5),'commandName':_0x2c127c(0x1a5),'icon':_0x402576,'title':_0x4ee708(_0x2c127c(0x1ae)),'description':_0x4ee708(_0x2c127c(0x1f9))},{'id':_0x2c127c(0x1ee),'commandName':_0x2c127c(0x1ee),'icon':_0x335878,'title':_0x4ee708(_0x2c127c(0x1c8)),'description':_0x4ee708(_0x2c127c(0x217))},{'id':_0x2c127c(0x1f4),'commandName':_0x2c127c(0x1f4),'icon':_0x5d768c,'title':_0x4ee708(_0x2c127c(0x1bb)),'description':_0x4ee708(_0x2c127c(0x197))},{'id':_0x2c127c(0x1d8),'commandName':_0x2c127c(0x1d8),'icon':_0x395263,'title':_0x4ee708(_0x2c127c(0x19d)),'description':_0x4ee708(_0x2c127c(0x1d0)),'aliases':[_0x2c127c(0x1b8),_0x2c127c(0x1f1),_0x2c127c(0x1f8)]},{'id':_0x2c127c(0x1b8),'commandName':_0x2c127c(0x1b8),'icon':_0x395263,'title':_0x4ee708(_0x2c127c(0x1fa)),'description':_0x4ee708(_0x2c127c(0x1fd)),'aliases':[_0x2c127c(0x1d8),_0x2c127c(0x1f1),_0x2c127c(0x1f8)]},{'id':_0x2c127c(0x1bf),'commandName':_0x2c127c(0x1bf),'icon':_0x5ad64b,'title':_0x4ee708(_0x2c127c(0x1c9)),'description':_0x4ee708(_0x2c127c(0x1fc)),'execute':_0x4f5915=>{const _0x5c2eff=_0x2c127c;setTimeout(()=>_0x4f5915[_0x5c2eff(0x1dc)](_0x5c2eff(0x1bf)));}},{'id':_0x2c127c(0x1c6),'commandName':_0x2c127c(0x203),'icon':_0x26ee17,'title':_0x4ee708(_0x2c127c(0x1b5)),'description':_0x4ee708(_0x2c127c(0x209)),'execute':_0x31f945=>{const _0x5b2da2=_0x2c127c;_0x31f945[_0x5b2da2(0x1dc)](_0x5b2da2(0x203),{'value':_0x5b2da2(0x1c6)});}},{'id':_0x2c127c(0x1e4),'commandName':_0x2c127c(0x203),'icon':_0x1287c0,'title':_0x4ee708(_0x2c127c(0x1d6)),'description':_0x4ee708(_0x2c127c(0x216)),'execute':_0x35e6f9=>{const _0x3a4a80=_0x2c127c;_0x35e6f9[_0x3a4a80(0x1dc)](_0x3a4a80(0x203),{'value':_0x3a4a80(0x1e4)});}},{'id':_0x2c127c(0x199),'commandName':_0x2c127c(0x203),'icon':_0x6c672a,'title':_0x4ee708(_0x2c127c(0x20b)),'description':_0x4ee708(_0x2c127c(0x206)),'execute':_0x1e5340=>{const _0x1e0275=_0x2c127c;_0x1e5340[_0x1e0275(0x1dc)](_0x1e0275(0x203),{'value':_0x1e0275(0x199)});}},{'id':_0x2c127c(0x1c0),'commandName':_0x2c127c(0x203),'icon':_0x402ad9,'title':_0x4ee708(_0x2c127c(0x1ea)),'description':_0x4ee708(_0x2c127c(0x1d4)),'execute':_0x1c81fc=>{const _0x529d7a=_0x2c127c;_0x1c81fc[_0x529d7a(0x1dc)](_0x529d7a(0x203),{'value':_0x529d7a(0x1c0)});}},{'id':_0x2c127c(0x1e2),'commandName':_0x2c127c(0x203),'icon':_0x28e931,'title':_0x4ee708(_0x2c127c(0x1ec)),'description':_0x4ee708(_0x2c127c(0x1f7)),'execute':_0x5e66f0=>{const _0x4e34ee=_0x2c127c;_0x5e66f0[_0x4e34ee(0x1dc)](_0x4e34ee(0x203),{'value':_0x4e34ee(0x1e2)});}},{'id':_0x2c127c(0x1a0),'commandName':_0x2c127c(0x203),'icon':_0x5cbf71,'title':_0x4ee708(_0x2c127c(0x1f0)),'description':_0x4ee708(_0x2c127c(0x19e)),'execute':_0x3b9d50=>{const _0x54c2d7=_0x2c127c;_0x3b9d50[_0x54c2d7(0x1dc)](_0x54c2d7(0x203),{'value':_0x54c2d7(0x1a0)});}},{'id':_0x2c127c(0x1cd),'commandName':_0x2c127c(0x1cd),'icon':_0x7390a5,'title':_0x4ee708(_0x2c127c(0x1e3)),'description':_0x4ee708(_0x2c127c(0x205))},{'id':_0x2c127c(0x1a8),'commandName':_0x2c127c(0x1a8),'icon':_0x157db3,'title':_0x4ee708(_0x2c127c(0x208)),'description':_0x4ee708(_0x2c127c(0x1aa))},{'id':_0x2c127c(0x1a4),'commandName':_0x2c127c(0x1a4),'icon':_0xbbe264,'title':_0x4ee708(_0x2c127c(0x1b4)),'description':_0x4ee708(_0x2c127c(0x1df))},{'id':_0x2c127c(0x1ba),'commandName':_0x2c127c(0x1ba),'title':_0x4ee708(_0x2c127c(0x1d9)),'description':_0x4ee708(_0x2c127c(0x207))},{'id':_0x2c127c(0x215),'commandName':_0x2c127c(0x215),'icon':_0xc28194,'title':_0x4ee708(_0x2c127c(0x1ac)),'description':_0x4ee708(_0x2c127c(0x1ed))},{'id':_0x2c127c(0x204),'commandName':_0x2c127c(0x204),'icon':_0x14acf3,'title':_0x4ee708(_0x2c127c(0x1cc)),'description':_0x4ee708(_0x2c127c(0x1da)),'aliases':[_0x2c127c(0x19b)]},{'id':_0x2c127c(0x210),'commandName':_0x2c127c(0x210),'icon':_0x54cd06,'title':_0x4ee708(_0x2c127c(0x1e1)),'description':_0x4ee708(_0x2c127c(0x1d5))},{'id':_0x2c127c(0x198),'commandName':_0x2c127c(0x198),'icon':_0x44aefa,'title':_0x4ee708(_0x2c127c(0x1b6)),'description':_0x4ee708(_0x2c127c(0x1b7))},{'id':_0x2c127c(0x1cf),'commandName':_0x2c127c(0x1cf),'icon':_0x23400e,'title':_0x4ee708(_0x2c127c(0x1b0)),'description':_0x4ee708(_0x2c127c(0x1ff))},{'id':_0x2c127c(0x1d7),'commandName':_0x2c127c(0x1d7),'icon':_0x1d8bbb,'title':_0x4ee708(_0x2c127c(0x1d1)),'description':_0x4ee708(_0x2c127c(0x200))}];}[_0x1547df(0x1a3)](_0x279b23){const _0xd5f707=_0x1547df;return _0x279b23[_0xd5f707(0x1ca)]?_0x279b23[_0xd5f707(0x1ca)](this[_0xd5f707(0x1e9)]):!_0x279b23[_0xd5f707(0x1a2)]||this[_0xd5f707(0x1e9)][_0xd5f707(0x1dd)][_0xd5f707(0x19a)](_0x279b23[_0xd5f707(0x1a2)])[_0xd5f707(0x1ca)];}[_0x1547df(0x1e7)](_0x1f0f83){const _0x54617f=_0x1547df;if(_0x1f0f83[_0x54617f(0x1dc)])_0x1f0f83[_0x54617f(0x1dc)](this[_0x54617f(0x1e9)]);else{if(!_0x1f0f83[_0x54617f(0x1a2)])throw new _0x3283ec(_0x54617f(0x1b1),this[_0x54617f(0x1e9)],{'commandDefinition':_0x1f0f83});this[_0x54617f(0x1e9)][_0x54617f(0x1dc)](_0x1f0f83[_0x54617f(0x1a2)]);}}}function H(_0x2259b2,_0x1067e7){const _0x19cb59=_0x1547df;return _0x2259b2[_0x19cb59(0x1bd)]<_0x1067e7[_0x19cb59(0x1bd)]?-0x1:_0x2259b2[_0x19cb59(0x1bd)]>_0x1067e7[_0x19cb59(0x1bd)]?0x1:0x0;}function O(_0x2b583f,_0x2998ab){const _0x52bd12=_0x1547df;return _0x2998ab+'-'+_0x2b583f[_0x52bd12(0x202)]()[_0x52bd12(0x214)]('\x20')[_0x52bd12(0x1db)]('-');}