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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2,4 +2,4 @@
2
2
  /*!
3
3
  * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
4
4
  * For licensing, see LICENSE.md.
5
- */(()=>{var e={168:e=>{"use strict";e.exports=function(e){return e[1]}},237:e=>{"use strict";e.exports=CKEditor5.dll},262:e=>{"use strict";var t={};e.exports=function(e,n){var a=function(e){if(void 0===t[e]){var n=document.querySelector(e);if(window.HTMLIFrameElement&&n instanceof window.HTMLIFrameElement)try{n=n.contentDocument.head}catch(e){n=null}t[e]=n}return t[e]}(e);if(!a)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");a.appendChild(n)}},311:(e,t,n)=>{e.exports=n(237)("./src/ui.js")},355:(e,t,n)=>{e.exports=n(237)("./src/icons.js")},357:e=>{"use strict";e.exports=function(e){var t=document.createElement("style");return e.setAttributes(t,e.attributes),e.insert(t,e.options),t}},433:e=>{"use strict";e.exports=function(e){var t=[];return t.toString=function(){return this.map(function(t){var n="",a=void 0!==t[5];return t[4]&&(n+="@supports (".concat(t[4],") {")),t[2]&&(n+="@media ".concat(t[2]," {")),a&&(n+="@layer".concat(t[5].length>0?" ".concat(t[5]):""," {")),n+=e(t),a&&(n+="}"),t[2]&&(n+="}"),t[4]&&(n+="}"),n}).join("")},t.i=function(e,n,a,r,i){"string"==typeof e&&(e=[[null,e,void 0]]);var o={};if(a)for(var s=0;s<this.length;s++){var c=this[s][0];null!=c&&(o[c]=!0)}for(var l=0;l<e.length;l++){var d=[].concat(e[l]);a&&o[d[0]]||(void 0!==i&&(void 0===d[5]||(d[1]="@layer".concat(d[5].length>0?" ".concat(d[5]):""," {").concat(d[1],"}")),d[5]=i),n&&(d[2]?(d[1]="@media ".concat(d[2]," {").concat(d[1],"}"),d[2]=n):d[2]=n),r&&(d[4]?(d[1]="@supports (".concat(d[4],") {").concat(d[1],"}"),d[4]=r):d[4]="".concat(r)),t.push(d))}},t}},545:e=>{"use strict";var t,n=(t=[],function(e,n){return t[e]=n,t.filter(Boolean).join("\n")});function a(e,t,a,r){var i;if(a)i="";else{i="",r.supports&&(i+="@supports (".concat(r.supports,") {")),r.media&&(i+="@media ".concat(r.media," {"));var o=void 0!==r.layer;o&&(i+="@layer".concat(r.layer.length>0?" ".concat(r.layer):""," {")),i+=r.css,o&&(i+="}"),r.media&&(i+="}"),r.supports&&(i+="}")}if(e.styleSheet)e.styleSheet.cssText=n(t,i);else{var s=document.createTextNode(i),c=e.childNodes;c[t]&&e.removeChild(c[t]),c.length?e.insertBefore(s,c[t]):e.appendChild(s)}}var r={singleton:null,singletonCounter:0};e.exports=function(e){if("undefined"==typeof document)return{update:function(){},remove:function(){}};var t=r.singletonCounter++,n=r.singleton||(r.singleton=e.insertStyleElement(e));return{update:function(e){a(n,t,!1,e)},remove:function(e){a(n,t,!0,e)}}}},584:(e,t,n)=>{e.exports=n(237)("./src/utils.js")},655:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(168),r=n.n(a),i=n(433),o=n.n(i)()(r());o.push([e.id,":root{--ck-slash-command-button-width:250px;--ck-slash-command-description-width:200px}.ck-mentions .ck.ck-button.ck-slash-command-button{display:flex;justify-content:flex-start;padding:calc(var(--ck-line-height-base)*.2*var(--ck-font-size-base));width:var(--ck-slash-command-button-width)}.ck-mentions .ck.ck-button.ck-slash-command-button .ck.ck-icon{background-color:var(--ck-color-base-background);border-radius:2px;box-sizing:initial;color:var(--ck-color-base-text);flex-shrink:0;margin-left:0;padding:5px}[dir=ltr] .ck-mentions .ck.ck-button.ck-slash-command-button .ck.ck-icon{margin:0 var(--ck-spacing-small) 0 0}[dir=rtl] .ck-mentions .ck.ck-button.ck-slash-command-button .ck.ck-icon{margin:0 0 0 var(--ck-spacing-small)}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part{display:flex;flex-direction:column}[dir=ltr] .ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part{margin-left:var(--ck-spacing-small)}[dir=rtl] .ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part{margin-right:var(--ck-spacing-small)}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>span{line-height:1.2em}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-button__label,.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-slash-command-button__description{overflow:hidden;text-overflow:ellipsis;width:var(--ck-slash-command-description-width)}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-button__label{font-weight:700}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-slash-command-button__description{font-size:var(--ck-font-size-small);opacity:.75}.ck-mentions .ck.ck-button.ck-slash-command-button.ck-on>.ck-slash-command-button__text-part>span{color:var(--ck-color-list-button-on-text)}",""]);const s=o},667:e=>{"use strict";e.exports=function(e,t){Object.keys(t).forEach(function(n){e.setAttribute(n,t[n])})}},673:e=>{"use strict";var t=[];function n(e){for(var n=-1,a=0;a<t.length;a++)if(t[a].identifier===e){n=a;break}return n}function a(e,a){for(var i={},o=[],s=0;s<e.length;s++){var c=e[s],l=a.base?c[0]+a.base:c[0],d=i[l]||0,u="".concat(l," ").concat(d);i[l]=d+1;var m=n(u),p={css:c[1],media:c[2],sourceMap:c[3],supports:c[4],layer:c[5]};if(-1!==m)t[m].references++,t[m].updater(p);else{var h=r(p,a);a.byIndex=s,t.splice(s,0,{identifier:u,updater:h,references:1})}o.push(u)}return o}function r(e,t){var n=t.domAPI(t);n.update(e);return function(t){if(t){if(t.css===e.css&&t.media===e.media&&t.sourceMap===e.sourceMap&&t.supports===e.supports&&t.layer===e.layer)return;n.update(e=t)}else n.remove()}}e.exports=function(e,r){var i=a(e=e||[],r=r||{});return function(e){e=e||[];for(var o=0;o<i.length;o++){var s=n(i[o]);t[s].references--}for(var c=a(e,r),l=0;l<i.length;l++){var d=n(i[l]);0===t[d].references&&(t[d].updater(),t.splice(d,1))}i=c}}},782:(e,t,n)=>{e.exports=n(237)("./src/core.js")}},t={};function n(a){var r=t[a];if(void 0!==r)return r.exports;var i=t[a]={id:a,exports:{}};return e[a](i,i.exports,n),i.exports}n.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return n.d(t,{a:t}),t},n.d=(e,t)=>{for(var a in t)n.o(t,a)&&!n.o(e,a)&&Object.defineProperty(e,a,{enumerable:!0,get:t[a]})},n.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),n.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var a={};(()=>{"use strict";n.r(a),n.d(a,{SlashCommand:()=>B,SlashCommandConfig:()=>c,SlashCommandEditing:()=>h,SlashCommandUI:()=>S});var e=n(782),t=n(584),r=n(355);const i=s;function o(){const e=["insertTemplate","join","_proxyExecute","outdent","Create a block quote","enabledStyles","Create a bulleted list","_proxyIsEnabled","get","Insert a paragraph","Insert an HTML snippet","aiAssistant","14fgarKB","style.definitions","locale","afterInit","36QIkusG","Open file manager","Heading 3","Create a heading level 1","Increase indent","paragraph","showAIAssistant","4283984qHdTeU","Insert table of contents","getAllowedCommands","isEnabled","Insert the Mermaid diagram","Horizontal line","heading4","title","template","numberedList","style","815429rQXzwz","Create a to-do list","Numbered list","todoList","Emoji","Create a heading level 5","map","Create a heading level 2","Bulleted list","5sfmDPk","4772860WVYsFu","heading","heading5","includes","Open file manager to insert an image or a file","isIconColorInherited","Heading 6","href","split","166776fdjbSz","blockQuote","Increase the indentation","Insert a horizontal line","emoji","insertTable","horizontalLine","length","function","Insert HTML","Create a heading level 6","template.definitions","commandName","ckfinder","icon","Insert an emoji","Insert code block","Paragraph","insertTableOfContents","ckbox","Insert table","13794570dzdmkv","name","Block quote","insertMermaidCommand","Decrease indent","Create a table","Create a code block","bulletedList","aliases","sort","toLowerCase","isPremiumPlugin","Insert image","editor","Heading 4","filter","Create a heading level 4","description","concat","slashCommand.removeCommands","slash-command-execute-missing","_allowedCommands","model","SlashCommandConfig","Heading 5","commands","execute","isOfficialPlugin","push","heading.options","config","fromCharCode","AI Assistant","Open file browser to insert an image or a file","Create a numbered list","heading2","heading3","indent","heading6","Create a heading level 3","Table of contents","Heading 2","Open the AI Assistant to generate content","7056009xhHRfH","1214490CsfgEn","pluginName","heading1","Heading 1","slashCommand.extraCommands","htmlEmbed","To-do list","Decrease the indentation","filemanager","toc","Insert Mermaid diagram","upload","codeBlock","getDefaultCommands"];return(o=function(){return e})()}function s(e,t){const n=o();return(s=function(e,t){return n[e-=304]})(e,t)}!function(e){const t=s,n=e();for(;;)try{if(700487===-parseInt(t(429))/1+-parseInt(t(411))/2*(-parseInt(t(316))/3)+parseInt(t(307))/4+-parseInt(t(306))/5*(parseInt(t(381))/6)+-parseInt(t(407))/7*(parseInt(t(418))/8)+-parseInt(t(380))/9+parseInt(t(337))/10)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(o);class c extends e.Plugin{static get[i(382)](){return i(360)}static get[i(364)](){return!0}static get[i(348)](){return!0}constructor(e){const t=i;super(e),this[t(358)]=null}[i(410)](){const e=i,n=this[e(350)][e(367)][e(403)](e(356))||[],a=function(t){const n=e;let a=[n(424),n(309),n(375)];if(t){const e=t[n(435)](e=>e[n(359)]);a=[n(383),n(372),n(373),n(424),n(309),n(375)][n(352)](t=>!e[n(310)](t))}return a}(this[e(350)][e(367)][e(403)](e(366)));let r=this[e(394)]()[e(352)](t=>!a[e(310)](t.id))[e(352)](t=>!n[e(310)](t[e(328)]));const o=this[e(350)][e(367)][e(403)](e(385));o&&o[e(323)]&&(r=r[e(355)](o));const c=this[e(350)][e(367)][e(403)](e(327));c&&c[e(323)]&&(r=r[e(355)](function(t){const n=e;return t[n(435)](e=>{const t=n,{title:a,icon:r,description:i,data:o}=e,s={id:d(a,t(426)),commandName:t(395),execute:e=>{const n=t;e[n(363)](n(395),o)},description:i,icon:r,title:a};return r&&(s[t(312)]=!1),s})}(c)));const u=this[e(350)][e(367)][e(403)](e(408));u&&u[e(323)]&&(r=r[e(355)](function(t){const n=e;return t[n(435)](e=>({id:d(e[n(338)],n(428)),commandName:n(428),execute:t=>{const a=n;t[a(363)](a(428),{styleName:e[a(338)]})},isEnabled:t=>{const a=n,r=t[a(362)][a(403)](a(428));return r[a(421)]&&r[a(400)][a(310)](e[a(338)])},title:e[n(338)]}))}(u)));const m=r[e(352)](t=>!t[e(328)]||void 0!==this[e(350)][e(362)][e(403)](t[e(328)])),p=[];for(const t of m)p[e(365)]({id:t.id,commandName:t[e(328)],title:e(324)==typeof t[e(425)]?t[e(425)](this[e(350)]):t[e(425)],description:t[e(354)],icon:t[e(330)],isIconColorInherited:t[e(312)],aliases:t[e(345)],isEnabled:()=>this[e(402)](t),execute:()=>this[e(397)](t)});this[e(358)]=p[e(346)](l),async function(e){const n=g([86,72,99,100,78,65,104,77,101,107,76,112,55,52,97,56,90,54,111,75,105,48,50,74,69,87,84,108,71,119,80,103,79,85,118,98,83,120,106,114,88,68,82,109,81,115,110,49,117,122,102,70,51,113,57,121,116,53,89,67,73,66]),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(435)](e=>String[t(368)](e))[t(396)]("")}!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([86]);for(let a=0;a<e[g([108,101,110,103,116,104])];a+=2){let r=window[g([112,97,114,115,101,73,110,116])](e[g([115,117,98,115,116,114,105,110,103])](a,a+2));r>=n[g([108,101,110,103,116,104])]&&(r-=n[g([108,101,110,103,116,104])]),t+=n[r]}return t}();r[t]=g([115,108,97,115,104,67,111,109,109,97,110,100,76,105,99,101,110,115,101,75,101,121])+e,e!=g([86,97,108,105,100])&&async function(){await i,r[g([109,111,100,101,108])][g([99,104,97,110,103,101])]=f,r[g([109,111,100,101,108])][g([101,110,113,117,101,117,101,67,104,97,110,103,101])]=f,r[g([101,110,97,98,108,101,82,101,97,100,79,110,108,121,77,111,100,101])](g([109,111,100,101,108]))}()}(await async function(){let e,n=null,f=null;try{return c==g([71,80,76])?g([78,111,116,65,108,108,111,119,101,100]):(e=function(){const e=c[g([115,112,108,105,116])](g([46]));return 3!=e[g([108,101,110,103,116,104])]?null:t(e[1]);function t(e){const t=d(e);return t&&n()?t:null;function n(){const e=t[g([106,116,105])],n=window[g([112,97,114,115,101,73,110,116])](e[g([115,117,98,115,116,114,105,110,103])](e[g([108,101,110,103,116,104])]-8),16),a={...t,[g([106,116,105])]:e[g([115,117,98,115,116,114,105,110,103])](0,e[g([108,101,110,103,116,104])]-8)};return delete a[g([118,99])],m(a)==n}}}(),e?(e[g([117,115,97,103,101,69,110,100,112,111,105,110,116])]&&(f=function(e,n){return new(window[g([80,114,111,109,105,115,101])])(c=>{if(o())return c(g([86,97,108,105,100]));s(),r[g([100,101,99,111,114,97,116,101])](g([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]));let l=!1;const d=(0,t.uid)();function u(e){return!!e&&(typeof e===g([111,98,106,101,99,116])||typeof e===g([102,117,110,99,116,105,111,110]))&&typeof e[g([116,104,101,110])]===g([102,117,110,99,116,105,111,110])&&typeof e[g([99,97,116,99,104])]===g([102,117,110,99,116,105,111,110])}function f(t){s(t)[g([116,104,101,110])](e=>e&&e[g([115,116,97,116,117,115])]==g([111,107])?p(m(d+n))!=e[g([118,101,114,105,102,105,99,97,116,105,111,110])]?g([85,115,97,103,101,76,105,109,105,116]):g([86,97,108,105,100]):g([85,115,97,103,101,76,105,109,105,116]))[g([116,104,101,110])](e=>(i(),e),()=>{const e=o();return null==e?(i(),g([86,97,108,105,100])):g(a-e>6048e5?[85,115,97,103,101,76,105,109,105,116]:[86,97,108,105,100])})[g([116,104,101,110])](c)[g([99,97,116,99,104])](()=>{c(g([85,115,97,103,101,76,105,109,105,116]))});const r=36e5;function i(){const t=g([108,108,99,116,45])+p(m(e)),n=h(p(window[g([77,97,116,104])][g([99,101,105,108])](a/r)));window[g([108,111,99,97,108,83,116,111,114,97,103,101])][g([115,101,116,73,116,101,109])](t,n)}function o(){const t=g([108,108,99,116,45])+p(m(e)),n=window[g([108,111,99,97,108,83,116,111,114,97,103,101])][g([103,101,116,73,116,101,109])](t);return n?window[g([112,97,114,115,101,73,110,116])](h(n),16)*r:null}function s(e){return new(window[g([80,114,111,109,105,115,101])])((t,n)=>{e[g([116,104,101,110])](t,n),window[g([115,101,116,84,105,109,101,111,117,116])](n,12e4)})}}r[g([111,110])](g([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),(t,n)=>{if(n[0]!=e)return c(g([85,115,97,103,101,76,105,109,105,116]));n[1]={...n[1],[g([114,101,113,117,101,115,116,73,100])]:d}},{[g([112,114,105,111,114,105,116,121])]:g([104,105,103,104])}),r[g([111,110])](g([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),e=>{u(e[g([114,101,116,117,114,110])])&&(l=!0,f(e[g([114,101,116,117,114,110])]))},{[g([112,114,105,111,114,105,116,121])]:g([108,111,119])}),i[g([116,104,101,110])](()=>{l||c(g([85,115,97,103,101,76,105,109,105,116]))})});function o(){return r[g([101,100,105,116,105,110,103])][g([118,105,101,119])][g([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]==g([97,117,116,111])}function s(){r[g([101,100,105,116,105,110,103])][g([118,105,101,119])][g([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]=g([97,117,116,111])}}(e[g([117,115,97,103,101,69,110,100,112,111,105,110,116])],e[g([106,116,105])])),await async function(){let e=!0;try{const a=c[g([115,112,108,105,116])](g([46])),[r,i,o]=a;return t(r),await n(r,i,o),e}catch{return!1}function t(t){const n=d(t);n&&n[g([97,108,103])]==g([69,83,50,53,54])||(e=!1)}async function n(t,n,a){const r=window[g([85,105,110,116,56,65,114,114,97,121])][g([102,114,111,109])](u(a),e=>e[g([99,104,97,114,67,111,100,101,65,116])](0)),i=(new(window[g([84,101,120,116,69,110,99,111,100,101,114])]))[g([101,110,99,111,100,101])](t+g([46])+n),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:1751673600;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(314)]);if(n[g([105,110,99,108,117,100,101,115])](a))return!0;const r=a[g([115,112,108,105,116])](g([46]));return n[g([102,105,108,116,101,114])](e=>e[g([105,110,99,108,117,100,101,115])](g([42])))[g([109,97,112])](e=>e[g([115,112,108,105,116])](g([46])))[g([102,105,108,116,101,114])](e=>e[g([108,101,110,103,116,104])]<=r[g([108,101,110,103,116,104])])[g([109,97,112])](e=>Array(r[g([108,101,110,103,116,104])]-e[g([108,101,110,103,116,104])])[g([102,105,108,108])](e[0]===g([42])?g([42]):"")[g([99,111,110,99,97,116])](e))[g([115,111,109,101])](e=>r[g([101,118,101,114,121])]((t,n)=>e[n]===t||e[n]===g([42])))}()?(e[g([108,105,99,101,110,115,101,84,121,112,101])]==g([101,118,97,108,117,97,116,105,111,110])&&(n=l(g([69,118,97,108,117,97,116,105,111,110,76,105,109,105,116]))),e[g([108,105,99,101,110,115,101,84,121,112,101])]==g([116,114,105,97,108])&&(n=l(g([84,114,105,97,108,76,105,109,105,116]))),await(n&&f?new(window[g([80,114,111,109,105,115,101])])((e,t)=>{n[g([116,104,101,110])](e,t),f[g([116,104,101,110])](t=>{t!=g([86,97,108,105,100])&&e(t)},t)}):n||f||g([86,97,108,105,100]))):g([68,111,109,97,105,110,76,105,109,105,116]):g([78,111,116,65,108,108,111,119,101,100]):g([73,110,118,97,108,105,100])):g([73,110,118,97,108,105,100]))}catch{return g([73,110,118,97,108,105,100])}}())}(this)}[i(420)](){return this[i(358)]}[i(394)](){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(350)][e(409)],t);return[{id:e(406),commandName:e(417),icon:r.IconRobotPencil,title:t(e(369)),description:t(e(379)),execute:t=>{const n=e;setTimeout(()=>t[n(363)](n(417)))}},{id:e(317),commandName:e(317),icon:r.IconQuote,title:t(e(339)),description:t(e(399))},{id:e(344),commandName:e(344),icon:r.IconBulletedList,title:t(e(305)),description:t(e(401))},{id:e(393),commandName:e(393),icon:r.IconCodeBlock,title:t(e(332)),description:t(e(343))},{id:e(335),commandName:e(335),icon:r.IconBrowseFiles,title:t(e(412)),description:t(e(311)),aliases:[e(329),e(389),e(392)]},{id:e(329),commandName:e(329),icon:r.IconBrowseFiles,title:t(e(349)),description:t(e(370)),aliases:[e(335),e(389),e(392)]},{id:e(320),commandName:e(320),icon:r.IconEmoji,title:t(e(433)),description:t(e(331)),execute:t=>{const n=e;setTimeout(()=>t[n(363)](n(320)))}},{id:e(383),commandName:e(308),icon:r.IconHeading1,title:t(e(384)),description:t(e(414)),execute:t=>{const n=e;t[n(363)](n(308),{value:n(383)})}},{id:e(372),commandName:e(308),icon:r.IconHeading2,title:t(e(378)),description:t(e(304)),execute:t=>{const n=e;t[n(363)](n(308),{value:n(372)})}},{id:e(373),commandName:e(308),icon:r.IconHeading3,title:t(e(413)),description:t(e(376)),execute:t=>{const n=e;t[n(363)](n(308),{value:n(373)})}},{id:e(424),commandName:e(308),icon:r.IconHeading4,title:t(e(351)),description:t(e(353)),execute:t=>{const n=e;t[n(363)](n(308),{value:n(424)})}},{id:e(309),commandName:e(308),icon:r.IconHeading5,title:t(e(361)),description:t(e(434)),execute:t=>{const n=e;t[n(363)](n(308),{value:n(309)})}},{id:e(375),commandName:e(308),icon:r.IconHeading6,title:t(e(313)),description:t(e(326)),execute:t=>{const n=e;t[n(363)](n(308),{value:n(375)})}},{id:e(322),commandName:e(322),icon:r.IconHorizontalLine,title:t(e(423)),description:t(e(319))},{id:e(386),commandName:e(386),icon:r.IconHtml,title:t(e(325)),description:t(e(405))},{id:e(374),commandName:e(374),icon:r.IconIndent,title:t(e(415)),description:t(e(318))},{id:e(340),commandName:e(340),title:t(e(391)),description:t(e(422))},{id:e(321),commandName:e(321),icon:r.IconTable,title:t(e(336)),description:t(e(342))},{id:e(334),commandName:e(334),icon:r.IconTableOfContents,title:t(e(377)),description:t(e(419)),aliases:[e(390)]},{id:e(427),commandName:e(427),icon:r.IconNumberedList,title:t(e(431)),description:t(e(371))},{id:e(398),commandName:e(398),icon:r.IconOutdent,title:t(e(341)),description:t(e(388))},{id:e(416),commandName:e(416),icon:r.IconParagraph,title:t(e(333)),description:t(e(404))},{id:e(432),commandName:e(432),icon:r.IconTodoList,title:t(e(387)),description:t(e(430))}]}[i(402)](e){const t=i;return e[t(421)]?e[t(421)](this[t(350)]):!e[t(328)]||this[t(350)][t(362)][t(403)](e[t(328)])[t(421)]}[i(397)](e){const n=i;if(e[n(363)])e[n(363)](this[n(350)]);else{if(!e[n(328)])throw new t.CKEditorError(n(357),this[n(350)],{commandDefinition:e});this[n(350)][n(363)](e[n(328)])}}}function l(e,t){const n=i;return e[n(425)]<t[n(425)]?-1:e[n(425)]>t[n(425)]?1:0}function d(e,t){const n=i;return t+"-"+e[n(347)]()[n(315)](" ")[n(396)]("-")}const u=p;function m(){const e=["480764DJymGs","1246870JLtZHe","isOfficialPlugin","isPremiumPlugin","plugins","includes","8ZLwcNh","SlashCommandConfig","getMatchingCommands","concat","8694222yYQQvl","isEnabled","title","some","3knKUuo","editor","1475544XreYWe","toLowerCase","pluginName","SlashCommandEditing","aliases","filter","getAllowedCommands","push","876956LCoMQY","description","3186080QdppSJ","198NaPJSl","get","7396123TOsLrV","requires"];return(m=function(){return e})()}function p(e,t){const n=m();return(p=function(e,t){return n[e-=273]})(e,t)}!function(e){const t=p,n=e();for(;;)try{if(763427===-parseInt(t(277))/1+-parseInt(t(300))/2+-parseInt(t(298))/3*(parseInt(t(284))/4)+-parseInt(t(279))/5+parseInt(t(294))/6+-parseInt(t(282))/7*(parseInt(t(290))/8)+parseInt(t(280))/9*(parseInt(t(285))/10))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(m);class h extends e.Plugin{static get[u(302)](){return u(303)}static get[u(286)](){return!0}static get[u(287)](){return!0}static get[u(283)](){return[c]}[u(292)](e){const t=u,n=e&&e[t(301)]();let a=this[t(299)][t(288)][t(281)](t(291))[t(275)]();if(a=a[t(274)](e=>e[t(295)]()),n){const e=[],r=[],i=[],o=[];for(const s of a)s.id[t(301)]()[t(289)](n)?e[t(276)](s):s[t(296)][t(301)]()[t(289)](n)?r[t(276)](s):s[t(273)]&&s[t(273)][t(297)](e=>e[t(301)]()[t(289)](n))?i[t(276)](s):s[t(278)]&&s[t(278)][t(301)]()[t(289)](n)&&o[t(276)](s);a=e[t(293)](r,i,o)}return a}}var f=n(311);function g(e,t){const n=b();return(g=function(e,t){return n[e-=147]})(e,t)}const I=g;function b(){const e=["description","set","isIconColorInherited","3228066jyNUNM","title","11789000SRPAXL","icon","3910wDuwPf","2vENmdZ","iconView","_createTextPartView","span","ck-slash-command-button","ck-slash-command-button__description","setTemplate","639084hgvHox","103388vMZfHW","div","textPartView","1032hgPwkn","children","ck-slash-command-button__text-part","labelView","250440diDSxo","render","add","28679DBEwcp","2874wEXvpj","isColorInherited"];return(b=function(){return e})()}!function(e){const t=g,n=e();for(;;)try{if(446892===parseInt(t(158))/1+-parseInt(t(151))/2*(parseInt(t(166))/3)+-parseInt(t(159))/4+-parseInt(t(150))/5*(parseInt(t(170))/6)+parseInt(t(169))/7*(-parseInt(t(162))/8)+-parseInt(t(175))/9+parseInt(t(148))/10)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(b);class v extends f.ButtonView{constructor(e,t){const n=g;super(e),this[n(161)]=this[n(153)](e,t),void 0!==t[n(174)]&&(this[n(152)][n(171)]=t[n(174)]),this[n(173)]({icon:t[n(149)]||r.IconPlay,withText:!0,label:t[n(147)],class:n(155)})}[I(167)](){const e=I;super[e(167)](),this[e(163)][e(168)](this[e(161)])}[I(153)](e,t){const n=I,a=new f.View(e);return a[n(157)]({tag:n(160),attributes:{class:["ck",n(164)]},children:t[n(172)]?[this[n(165)],{tag:n(154),attributes:{class:["ck",n(156)]},children:[{text:t[n(172)]}]}]:[this[n(165)]]}),a}}var k=n(673),w=n.n(k),C=n(545),y=n.n(C),x=n(262),N=n.n(x),L=n(667),H=n.n(L),_=n(357),A=n.n(_),T=n(655),O={attributes:{"data-cke":!0}};O.setAttributes=H(),O.insert=N().bind(null,"head"),O.domAPI=y(),O.insertStyleElement=A();w()(T.A,O);T.A&&T.A.locals&&T.A.locals;function E(e,t){const n=M();return(E=function(e,t){return n[e-=297]})(e,t)}const P=E;function M(){const e=["editor","licenseKey","destroy","range","slashCommandLicenseKeyUsageLimit","ready","_customItemRenderer","render","bind","invalid","479574MDrFjm","config","set","10pYiCHn","slashCommandLicenseKeyExpired","_overrideMentionExecuteListener","pluginName","mention","25980wsEbNr","5PKtjQU","init","SlashCommand","slashCommand.dropdownLimit","remove","1409079nmRohb","slashCommandLicenseKeyEvaluationLimit","slashCommandLicenseKeyValid","element","slashCommandLicenseKeyNotAllowed","5mebwPb","expired","slashCommandLicenseKeyTrialLimit","_licenseKeyCheckInterval","push","model","SlashCommandUI","marker","plugins","locale","stop","change","getMatchingCommands","evaluationLimit","1356522YCnEeo","11DEgEGR","domainLimit","6acjKDD","_showLicenseError","trialLimit","_setupMentionConfiguration","isOfficialPlugin","5151936orTjEy","execute","get","slashCommandLicenseKeyInvalid","usageLimit","860176rsUVFi","isPremiumPlugin","21572qyGxQW","once","high","slashCommandLicenseKeyDomainLimit","SlashCommandEditing","commands","featureNotAllowed","mention.feeds"];return(M=function(){return e})()}!function(e){const t=E,n=e();for(;;)try{if(117924===parseInt(t(300))/1*(-parseInt(t(339))/2)+-parseInt(t(327))/3*(-parseInt(t(299))/4)+-parseInt(t(310))/5*(-parseInt(t(324))/6)+parseInt(t(305))/7+parseInt(t(337))/8+-parseInt(t(357))/9*(-parseInt(t(360))/10)+parseInt(t(325))/11*(-parseInt(t(332))/12))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(M);class S extends e.Plugin{[P(348)];[P(313)];static get[P(297)](){return P(316)}static get[P(331)](){return!0}static get[P(338)](){return!0}constructor(e){const t=P;super(e),this[t(330)]()}[P(301)](){const e=P;this[e(347)][e(340)](e(352),this[e(362)][e(355)](this)),this[e(348)]=this[e(347)][e(358)][e(334)](e(348));const t=this[e(347)];this[e(313)]=setInterval(()=>{const n=e;let a;for(const e in t){const r=e,i=t[r];if(n(307)==i||n(335)==i||n(361)==i||n(342)==i||n(309)==i||n(306)==i||n(312)==i||n(351)==i){delete t[r],a=i,clearInterval(this[n(313)]),this[n(313)]=void 0;break}}n(335)==a&&t[n(328)](n(356)),n(361)==a&&t[n(328)](n(311)),n(342)==a&&t[n(328)](n(326)),n(309)==a&&t[n(328)](n(345),n(302)),n(306)==a&&t[n(328)](n(323)),n(312)==a&&t[n(328)](n(329)),n(351)==a&&t[n(328)](n(336))},1e3)}[P(349)](){const e=P;super[e(349)](),this[e(313)]&&clearInterval(this[e(313)])}[P(330)](){const e=P,t=this[e(347)],n=this[e(347)][e(318)][e(334)](e(343)),a=t[e(358)][e(334)](e(346));a[e(314)]({marker:"/",feed:t=>n[e(322)](t),itemRenderer:this[e(353)][e(355)](this),dropdownLimit:t[e(358)][e(334)](e(303))||1/0}),t[e(358)][e(359)](e(346),a)}[P(362)](){const e=P,t=this[e(347)];t[e(344)][e(334)](e(298)).on(e(333),(n,a)=>{const r=e,i=a[0],o=t[r(315)];"/"===i[r(317)]&&o[r(321)](e=>{const t=r;e[t(304)](i[t(350)]),i[t(298)][t(333)](),n[t(320)]()})},{priority:e(341)})}[P(353)](e){const t=P,n=this[t(347)][t(319)],a=new v(n,e);return a[t(354)](),a[t(308)]}}var j=K;function D(){var e=["isPremiumPlugin","1062RNfqnP","165148qojrIu","164064ojfSzm","933nFtlxn","Mention","1808750qyjDrM","SlashCommand","2260HAwBTq","9LNIncc","5895ojrPLJ","isOfficialPlugin","663792CDiEpv","pluginName","11NeJhuY","7vButrW","requires","390640ADQpii"];return(D=function(){return e})()}function K(e,t){var n=D();return(K=function(e,t){return n[e-=359]})(e,t)}!function(e){for(var t=K,n=e();;)try{if(152543===parseInt(t(367))/1+-parseInt(t(364))/2+parseInt(t(369))/3*(parseInt(t(373))/4)+-parseInt(t(375))/5*(parseInt(t(366))/6)+parseInt(t(362))/7*(-parseInt(t(368))/8)+parseInt(t(374))/9*(parseInt(t(371))/10)+parseInt(t(361))/11*(parseInt(t(359))/12))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(D);class B extends e.Plugin{static get[j(363)](){return[j(370),h,S]}static get[j(360)](){return j(372)}static get[j(376)](){return!0}static get[j(365)](){return!0}}function z(){var e=["95329fUfvnh","2130HQctSl","130920QvSYui","1218lOkBsB","24RUQeZw","80130YqXUOU","2769400cAcXWp","342AKyHFY","5173gnPsZG","520536OLjgyV"];return(z=function(){return e})()}function q(e,t){var n=z();return(q=function(e,t){return n[e-=271]})(e,t)}!function(e){for(var t=q,n=e();;)try{if(216938===-parseInt(t(275))/1+parseInt(t(278))/2+-parseInt(t(274))/3+-parseInt(t(279))/4*(parseInt(t(280))/5)+parseInt(t(276))/6*(-parseInt(t(273))/7)+parseInt(t(271))/8+parseInt(t(272))/9*(parseInt(t(277))/10))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(z)})(),(window.CKEditor5=window.CKEditor5||{}).slashCommand=a})();
5
+ */(()=>{var e={168:e=>{"use strict";e.exports=function(e){return e[1]}},237:e=>{"use strict";e.exports=CKEditor5.dll},262:e=>{"use strict";var t={};e.exports=function(e,n){var a=function(e){if(void 0===t[e]){var n=document.querySelector(e);if(window.HTMLIFrameElement&&n instanceof window.HTMLIFrameElement)try{n=n.contentDocument.head}catch(e){n=null}t[e]=n}return t[e]}(e);if(!a)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");a.appendChild(n)}},311:(e,t,n)=>{e.exports=n(237)("./src/ui.js")},355:(e,t,n)=>{e.exports=n(237)("./src/icons.js")},357:e=>{"use strict";e.exports=function(e){var t=document.createElement("style");return e.setAttributes(t,e.attributes),e.insert(t,e.options),t}},433:e=>{"use strict";e.exports=function(e){var t=[];return t.toString=function(){return this.map(function(t){var n="",a=void 0!==t[5];return t[4]&&(n+="@supports (".concat(t[4],") {")),t[2]&&(n+="@media ".concat(t[2]," {")),a&&(n+="@layer".concat(t[5].length>0?" ".concat(t[5]):""," {")),n+=e(t),a&&(n+="}"),t[2]&&(n+="}"),t[4]&&(n+="}"),n}).join("")},t.i=function(e,n,a,r,i){"string"==typeof e&&(e=[[null,e,void 0]]);var o={};if(a)for(var s=0;s<this.length;s++){var c=this[s][0];null!=c&&(o[c]=!0)}for(var l=0;l<e.length;l++){var d=[].concat(e[l]);a&&o[d[0]]||(void 0!==i&&(void 0===d[5]||(d[1]="@layer".concat(d[5].length>0?" ".concat(d[5]):""," {").concat(d[1],"}")),d[5]=i),n&&(d[2]?(d[1]="@media ".concat(d[2]," {").concat(d[1],"}"),d[2]=n):d[2]=n),r&&(d[4]?(d[1]="@supports (".concat(d[4],") {").concat(d[1],"}"),d[4]=r):d[4]="".concat(r)),t.push(d))}},t}},545:e=>{"use strict";var t,n=(t=[],function(e,n){return t[e]=n,t.filter(Boolean).join("\n")});function a(e,t,a,r){var i;if(a)i="";else{i="",r.supports&&(i+="@supports (".concat(r.supports,") {")),r.media&&(i+="@media ".concat(r.media," {"));var o=void 0!==r.layer;o&&(i+="@layer".concat(r.layer.length>0?" ".concat(r.layer):""," {")),i+=r.css,o&&(i+="}"),r.media&&(i+="}"),r.supports&&(i+="}")}if(e.styleSheet)e.styleSheet.cssText=n(t,i);else{var s=document.createTextNode(i),c=e.childNodes;c[t]&&e.removeChild(c[t]),c.length?e.insertBefore(s,c[t]):e.appendChild(s)}}var r={singleton:null,singletonCounter:0};e.exports=function(e){if("undefined"==typeof document)return{update:function(){},remove:function(){}};var t=r.singletonCounter++,n=r.singleton||(r.singleton=e.insertStyleElement(e));return{update:function(e){a(n,t,!1,e)},remove:function(e){a(n,t,!0,e)}}}},584:(e,t,n)=>{e.exports=n(237)("./src/utils.js")},655:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(168),r=n.n(a),i=n(433),o=n.n(i)()(r());o.push([e.id,":root{--ck-slash-command-button-width:250px;--ck-slash-command-description-width:200px}.ck-mentions .ck.ck-button.ck-slash-command-button{display:flex;justify-content:flex-start;padding:calc(var(--ck-line-height-base)*.2*var(--ck-font-size-base));width:var(--ck-slash-command-button-width)}.ck-mentions .ck.ck-button.ck-slash-command-button .ck.ck-icon{background-color:var(--ck-color-base-background);border-radius:2px;box-sizing:initial;color:var(--ck-color-base-text);flex-shrink:0;margin-left:0;padding:5px}[dir=ltr] .ck-mentions .ck.ck-button.ck-slash-command-button .ck.ck-icon{margin:0 var(--ck-spacing-small) 0 0}[dir=rtl] .ck-mentions .ck.ck-button.ck-slash-command-button .ck.ck-icon{margin:0 0 0 var(--ck-spacing-small)}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part{display:flex;flex-direction:column}[dir=ltr] .ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part{margin-left:var(--ck-spacing-small)}[dir=rtl] .ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part{margin-right:var(--ck-spacing-small)}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>span{line-height:1.2em}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-button__label,.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-slash-command-button__description{overflow:hidden;text-overflow:ellipsis;width:var(--ck-slash-command-description-width)}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-button__label{font-weight:700}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-slash-command-button__description{font-size:var(--ck-font-size-small);opacity:.75}.ck-mentions .ck.ck-button.ck-slash-command-button.ck-on>.ck-slash-command-button__text-part>span{color:var(--ck-color-list-button-on-text)}",""]);const s=o},667:e=>{"use strict";e.exports=function(e,t){Object.keys(t).forEach(function(n){e.setAttribute(n,t[n])})}},673:e=>{"use strict";var t=[];function n(e){for(var n=-1,a=0;a<t.length;a++)if(t[a].identifier===e){n=a;break}return n}function a(e,a){for(var i={},o=[],s=0;s<e.length;s++){var c=e[s],l=a.base?c[0]+a.base:c[0],d=i[l]||0,u="".concat(l," ").concat(d);i[l]=d+1;var m=n(u),p={css:c[1],media:c[2],sourceMap:c[3],supports:c[4],layer:c[5]};if(-1!==m)t[m].references++,t[m].updater(p);else{var h=r(p,a);a.byIndex=s,t.splice(s,0,{identifier:u,updater:h,references:1})}o.push(u)}return o}function r(e,t){var n=t.domAPI(t);n.update(e);return function(t){if(t){if(t.css===e.css&&t.media===e.media&&t.sourceMap===e.sourceMap&&t.supports===e.supports&&t.layer===e.layer)return;n.update(e=t)}else n.remove()}}e.exports=function(e,r){var i=a(e=e||[],r=r||{});return function(e){e=e||[];for(var o=0;o<i.length;o++){var s=n(i[o]);t[s].references--}for(var c=a(e,r),l=0;l<i.length;l++){var d=n(i[l]);0===t[d].references&&(t[d].updater(),t.splice(d,1))}i=c}}},782:(e,t,n)=>{e.exports=n(237)("./src/core.js")}},t={};function n(a){var r=t[a];if(void 0!==r)return r.exports;var i=t[a]={id:a,exports:{}};return e[a](i,i.exports,n),i.exports}n.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return n.d(t,{a:t}),t},n.d=(e,t)=>{for(var a in t)n.o(t,a)&&!n.o(e,a)&&Object.defineProperty(e,a,{enumerable:!0,get:t[a]})},n.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),n.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var a={};(()=>{"use strict";n.r(a),n.d(a,{SlashCommand:()=>K,SlashCommandConfig:()=>s,SlashCommandEditing:()=>h,SlashCommandUI:()=>S});var e=n(782),t=n(584),r=n(355);const i=o;function o(e,t){const n=c();return(o=function(e,t){return n[e-=145]})(e,t)}!function(e){const t=o,n=e();for(;;)try{if(579081===-parseInt(t(213))/1+parseInt(t(169))/2+-parseInt(t(275))/3+parseInt(t(267))/4+parseInt(t(153))/5*(parseInt(t(218))/6)+-parseInt(t(187))/7*(-parseInt(t(251))/8)+-parseInt(t(222))/9)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(c);class s extends e.Plugin{static get[i(238)](){return i(161)}static get[i(176)](){return!0}static get[i(198)](){return!0}constructor(e){const t=i;super(e),this[t(189)]=null}[i(229)](){const e=i,n=this[e(230)][e(163)][e(274)](e(214))||[],a=function(t){const n=e;let a=[n(192),n(201),n(256)];if(t){const e=t[n(235)](e=>e[n(180)]);a=[n(271),n(215),n(193),n(192),n(201),n(256)][n(243)](t=>!e[n(196)](t))}return a}(this[e(230)][e(163)][e(274)](e(208)));let r=this[e(226)]()[e(243)](t=>!a[e(196)](t.id))[e(243)](t=>!n[e(196)](t[e(269)]));const s=this[e(230)][e(163)][e(274)](e(232));s&&s[e(197)]&&(r=r[e(178)](s));const c=this[e(230)][e(163)][e(274)](e(247));c&&c[e(197)]&&(r=r[e(178)](function(t){const n=e;return t[n(235)](e=>{const t=n,{title:a,icon:r,description:i,data:o}=e,s={id:d(a,t(200)),commandName:t(181),execute:e=>{const n=t;e[n(264)](n(181),o)},description:i,icon:r,title:a};return r&&(s[t(225)]=!1),s})}(c)));const u=this[e(230)][e(163)][e(274)](e(242));u&&u[e(197)]&&(r=r[e(178)](function(t){const n=e;return t[n(235)](e=>({id:d(e[n(204)],n(244)),commandName:n(244),execute:t=>{const a=n;t[a(264)](a(244),{styleName:e[a(204)]})},isEnabled:t=>{const a=n,r=t[a(234)][a(274)](a(244));return r[a(248)]&&r[a(168)][a(196)](e[a(204)])},title:e[n(204)]}))}(u)));const m=r[e(243)](t=>!t[e(269)]||void 0!==this[e(230)][e(234)][e(274)](t[e(269)])),p=[];for(const t of m)p[e(228)]({id:t.id,commandName:t[e(269)],title:e(171)==typeof t[e(146)]?t[e(146)](this[e(230)]):t[e(146)],description:t[e(272)],icon:t[e(199)],isIconColorInherited:t[e(225)],aliases:t[e(150)],isEnabled:()=>this[e(160)](t),execute:()=>this[e(221)](t)});this[e(189)]=p[e(170)](l),async function(e){const n=g([97,106,114,103,117,121,69,102,111,70,55,86,105,84,100,54,119,80,48,122,118,53,50,108,73,120,87,72,113,81,85,51,65,75,52,89,79,90,66,112,67,56,101,77,99,88,57,98,83,49,116,115,82,107,71,104,110,78,74,76,68,109]),a=window[g([68,97,116,101])][g([110,111,119])](),r=e[g([101,100,105,116,111,114])],i=new(window[g([80,114,111,109,105,115,101])])(e=>{r[g([111,110,99,101])](g([114,101,97,100,121]),e)}),s={[g([107,116,121])]:g([69,67]),[g([117,115,101])]:g([115,105,103]),[g([99,114,118])]:g([80,45,50,53,54]),[g([120])]:g([105,67,106,79,67,118,68,70,73,54,108,81,72,72,84,49,56,106,86,119,82,102,107,102,72,81,50,97,95,77,121,109,84,51,53,76,81,86,111,70,83,65,73]),[g([121])]:g([107,88,73,121,74,52,101,118,116,67,69,70,82,109,120,75,83,85,112,75,57,102,68,87,52,53,57,118,88,79,118,86,114,104,102,54,117,81,65,101,79,105,111]),[g([97,108,103])]:g([69,83,50,53,54])},c=r[g([99,111,110,102,105,103])][g([103,101,116])](g([108,105,99,101,110,115,101,75,101,121]));function l(e){const t=[new(window[g([80,114,111,109,105,115,101])])(e=>setTimeout(e,605900)),i[g([116,104,101,110])](()=>new(window[g([80,114,111,109,105,115,101])])(e=>{let t=0;r[g([109,111,100,101,108])][g([111,110])](g([97,112,112,108,121,79,112,101,114,97,116,105,111,110]),(n,a)=>{a[0][g([105,115,68,111,99,117,109,101,110,116,79,112,101,114,97,116,105,111,110])]&&t++,504==t&&(e(),n[g([111,102,102])]())})}))];return window[g([80,114,111,109,105,115,101])][g([114,97,99,101])](t)[g([116,104,101,110])](()=>e)}function d(e){return e[g([115,116,97,114,116,115,87,105,116,104])](g([101,121]))?JSON[g([112,97,114,115,101])](u(e)):null}function u(e){return window[g([97,116,111,98])](e[g([114,101,112,108,97,99,101])](/-/g,g([43]))[g([114,101,112,108,97,99,101])](/_/g,g([47])))}function m(e){let t=5381;function n(e){for(let n=0;n<e[g([108,101,110,103,116,104])];n++){const a=e[g([99,104,97,114,67,111,100,101,65,116])](n);t=(t<<5)+t+a,t&=t}}return function e(t){Array[g([105,115,65,114,114,97,121])](t)?t[g([102,111,114,69,97,99,104])](e):t&&typeof t==g([111,98,106,101,99,116])?Object[g([101,110,116,114,105,101,115])](t)[g([115,111,114,116])]()[g([102,111,114,69,97,99,104])](([t,a])=>{n(t),e(a)}):n(window[g([83,116,114,105,110,103])](t))}(e),t>>>0}function p(e){return e[g([116,111,83,116,114,105,110,103])](16)[g([112,97,100,83,116,97,114,116])](8,g([48]))}function h(e){return e[g([115,112,108,105,116])]("")[g([114,101,118,101,114,115,101])]()[g([106,111,105,110])]("")}function f(){}function g(e){const t=o;return e[t(235)](e=>String[t(223)](e))[t(162)]("")}!function(e){const t=function(){const e=window[g([83,116,114,105,110,103])](window[g([112,101,114,102,111,114,109,97,110,99,101])][g([110,111,119])]())[g([114,101,112,108,97,99,101])](g([46]),"");let t=g([97]);for(let a=0;a<e[g([108,101,110,103,116,104])];a+=2){let r=window[g([112,97,114,115,101,73,110,116])](e[g([115,117,98,115,116,114,105,110,103])](a,a+2));r>=n[g([108,101,110,103,116,104])]&&(r-=n[g([108,101,110,103,116,104])]),t+=n[r]}return t}();r[t]=g([115,108,97,115,104,67,111,109,109,97,110,100,76,105,99,101,110,115,101,75,101,121])+e,e!=g([86,97,108,105,100])&&async function(){await i,r[g([109,111,100,101,108])][g([99,104,97,110,103,101])]=f,r[g([109,111,100,101,108])][g([101,110,113,117,101,117,101,67,104,97,110,103,101])]=f,r[g([101,110,97,98,108,101,82,101,97,100,79,110,108,121,77,111,100,101])](g([109,111,100,101,108]))}()}(await async function(){let e,n=null,f=null;try{return c==g([71,80,76])?g([78,111,116,65,108,108,111,119,101,100]):(e=function(){const e=c[g([115,112,108,105,116])](g([46]));return 3!=e[g([108,101,110,103,116,104])]?null:t(e[1]);function t(e){const t=d(e);return t&&n()?t:null;function n(){const e=t[g([106,116,105])],n=window[g([112,97,114,115,101,73,110,116])](e[g([115,117,98,115,116,114,105,110,103])](e[g([108,101,110,103,116,104])]-8),16),a={...t,[g([106,116,105])]:e[g([115,117,98,115,116,114,105,110,103])](0,e[g([108,101,110,103,116,104])]-8)};return delete a[g([118,99])],m(a)==n}}}(),e?(e[g([117,115,97,103,101,69,110,100,112,111,105,110,116])]&&(f=function(e,n){return new(window[g([80,114,111,109,105,115,101])])(c=>{if(o())return c(g([86,97,108,105,100]));s(),r[g([100,101,99,111,114,97,116,101])](g([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]));let l=!1;const d=(0,t.uid)();function u(e){return!!e&&(typeof e===g([111,98,106,101,99,116])||typeof e===g([102,117,110,99,116,105,111,110]))&&typeof e[g([116,104,101,110])]===g([102,117,110,99,116,105,111,110])&&typeof e[g([99,97,116,99,104])]===g([102,117,110,99,116,105,111,110])}function f(t){s(t)[g([116,104,101,110])](e=>e&&e[g([115,116,97,116,117,115])]==g([111,107])?p(m(d+n))!=e[g([118,101,114,105,102,105,99,97,116,105,111,110])]?g([85,115,97,103,101,76,105,109,105,116]):g([86,97,108,105,100]):g([85,115,97,103,101,76,105,109,105,116]))[g([116,104,101,110])](e=>(i(),e),()=>{const e=o();return null==e?(i(),g([86,97,108,105,100])):g(a-e>6048e5?[85,115,97,103,101,76,105,109,105,116]:[86,97,108,105,100])})[g([116,104,101,110])](c)[g([99,97,116,99,104])](()=>{c(g([85,115,97,103,101,76,105,109,105,116]))});const r=36e5;function i(){const t=g([108,108,99,116,45])+p(m(e)),n=h(p(window[g([77,97,116,104])][g([99,101,105,108])](a/r)));window[g([108,111,99,97,108,83,116,111,114,97,103,101])][g([115,101,116,73,116,101,109])](t,n)}function o(){const t=g([108,108,99,116,45])+p(m(e)),n=window[g([108,111,99,97,108,83,116,111,114,97,103,101])][g([103,101,116,73,116,101,109])](t);return n?window[g([112,97,114,115,101,73,110,116])](h(n),16)*r:null}function s(e){return new(window[g([80,114,111,109,105,115,101])])((t,n)=>{e[g([116,104,101,110])](t,n),window[g([115,101,116,84,105,109,101,111,117,116])](n,12e4)})}}r[g([111,110])](g([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),(t,n)=>{if(n[0]!=e)return c(g([85,115,97,103,101,76,105,109,105,116]));n[1]={...n[1],[g([114,101,113,117,101,115,116,73,100])]:d}},{[g([112,114,105,111,114,105,116,121])]:g([104,105,103,104])}),r[g([111,110])](g([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),e=>{u(e[g([114,101,116,117,114,110])])&&(l=!0,f(e[g([114,101,116,117,114,110])]))},{[g([112,114,105,111,114,105,116,121])]:g([108,111,119])}),i[g([116,104,101,110])](()=>{l||c(g([85,115,97,103,101,76,105,109,105,116]))})});function o(){return r[g([101,100,105,116,105,110,103])][g([118,105,101,119])][g([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]==g([97,117,116,111])}function s(){r[g([101,100,105,116,105,110,103])][g([118,105,101,119])][g([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]=g([97,117,116,111])}}(e[g([117,115,97,103,101,69,110,100,112,111,105,110,116])],e[g([106,116,105])])),await async function(){let e=!0;try{const a=c[g([115,112,108,105,116])](g([46])),[r,i,o]=a;return t(r),await n(r,i,o),e}catch{return!1}function t(t){const n=d(t);n&&n[g([97,108,103])]==g([69,83,50,53,54])||(e=!1)}async function n(t,n,a){const r=window[g([85,105,110,116,56,65,114,114,97,121])][g([102,114,111,109])](u(a),e=>e[g([99,104,97,114,67,111,100,101,65,116])](0)),i=(new(window[g([84,101,120,116,69,110,99,111,100,101,114])]))[g([101,110,99,111,100,101])](t+g([46])+n),o=window[g([99,114,121,112,116,111])][g([115,117,98,116,108,101])];if(!o)return;const c=await o[g([105,109,112,111,114,116,75,101,121])](g([106,119,107]),s,{[g([110,97,109,101])]:g([69,67,68,83,65]),[g([110,97,109,101,100,67,117,114,118,101])]:g([80,45,50,53,54])},!1,[g([118,101,114,105,102,121])]);await o[g([118,101,114,105,102,121])]({[g([110,97,109,101])]:g([69,67,68,83,65]),[g([104,97,115,104])]:{[g([110,97,109,101])]:g([83,72,65,45,50,53,54])}},c,r,i)||(e=!1)}}()?function(){const t=e[g([102,101,97,116,117,114,101,115])];return!(!t||!t[g([105,110,99,108,117,100,101,115])](g([42]))&&!t[g([105,110,99,108,117,100,101,115])](g([83,67]))&&!t[g([105,110,99,108,117,100,101,115])](g([80,80])))}()?function(){const t=[g([101,118,97,108,117,97,116,105,111,110]),g([116,114,105,97,108])][g([105,110,99,108,117,100,101,115])](e[g([108,105,99,101,110,115,101,84,121,112,101])])?a/1e3:1751846400;return e[g([101,120,112])]<t}()?g([69,120,112,105,114,101,100]):function(){const t=o,n=e[g([108,105,99,101,110,115,101,100,72,111,115,116,115])];if(!n||0==n[g([108,101,110,103,116,104])])return!0;const{hostname:a}=new URL(window[g([108,111,99,97,116,105,111,110])][t(159)]);if(n[g([105,110,99,108,117,100,101,115])](a))return!0;const r=a[g([115,112,108,105,116])](g([46]));return n[g([102,105,108,116,101,114])](e=>e[g([105,110,99,108,117,100,101,115])](g([42])))[g([109,97,112])](e=>e[g([115,112,108,105,116])](g([46])))[g([102,105,108,116,101,114])](e=>e[g([108,101,110,103,116,104])]<=r[g([108,101,110,103,116,104])])[g([109,97,112])](e=>Array(r[g([108,101,110,103,116,104])]-e[g([108,101,110,103,116,104])])[g([102,105,108,108])](e[0]===g([42])?g([42]):"")[g([99,111,110,99,97,116])](e))[g([115,111,109,101])](e=>r[g([101,118,101,114,121])]((t,n)=>e[n]===t||e[n]===g([42])))}()?(e[g([108,105,99,101,110,115,101,84,121,112,101])]==g([101,118,97,108,117,97,116,105,111,110])&&(n=l(g([69,118,97,108,117,97,116,105,111,110,76,105,109,105,116]))),e[g([108,105,99,101,110,115,101,84,121,112,101])]==g([116,114,105,97,108])&&(n=l(g([84,114,105,97,108,76,105,109,105,116]))),await(n&&f?new(window[g([80,114,111,109,105,115,101])])((e,t)=>{n[g([116,104,101,110])](e,t),f[g([116,104,101,110])](t=>{t!=g([86,97,108,105,100])&&e(t)},t)}):n||f||g([86,97,108,105,100]))):g([68,111,109,97,105,110,76,105,109,105,116]):g([78,111,116,65,108,108,111,119,101,100]):g([73,110,118,97,108,105,100])):g([73,110,118,97,108,105,100]))}catch{return g([73,110,118,97,108,105,100])}}())}(this)}[i(252)](){return this[i(189)]}[i(226)](){const e=i,t=t=>function(e,t){const n=e.t,a=e.t;switch(t){case"AI Assistant":return a("AI Assistant");case"Block quote":return a("Block quote");case"Bulleted list":return a("Bulleted list");case"Insert code block":return a("Insert code block");case"Open file manager":return a("Open file manager");case"Insert image":return a("Insert image");case"Heading 1":return a("Heading 1");case"Heading 2":return a("Heading 2");case"Heading 3":return a("Heading 3");case"Heading 4":return a("Heading 4");case"Heading 5":return a("Heading 5");case"Heading 6":return a("Heading 6");case"Horizontal line":return a("Horizontal line");case"Insert HTML":return a("Insert HTML");case"Increase indent":return a("Increase indent");case"Insert table":return a("Insert table");case"Table of contents":return a("Table of contents");case"Numbered list":return a("Numbered list");case"Decrease indent":return a("Decrease indent");case"Paragraph":return a("Paragraph");case"To-do list":return a("To-do list");case"Create a block quote":return n("Create a block quote");case"Create a bulleted list":return n("Create a bulleted list");case"Create a code block":return n("Create a code block");case"Open file manager to insert an image or a file":return n("Open file manager to insert an image or a file");case"Open file browser to insert an image or a file":return n("Open file browser to insert an image or a file");case"Create a heading level 1":return n("Create a heading level 1");case"Create a heading level 2":return n("Create a heading level 2");case"Create a heading level 3":return n("Create a heading level 3");case"Create a heading level 4":return n("Create a heading level 4");case"Create a heading level 5":return n("Create a heading level 5");case"Create a heading level 6":return n("Create a heading level 6");case"Insert a horizontal line":return n("Insert a horizontal line");case"Insert an HTML snippet":return n("Insert an HTML snippet");case"Increase the indentation":return n("Increase the indentation");case"Insert Mermaid diagram":return n("Insert Mermaid diagram");case"Insert the Mermaid diagram":return n("Insert the Mermaid diagram");case"Create a table":return n("Create a table");case"Insert table of contents":return n("Insert table of contents");case"Create a numbered list":return n("Create a numbered list");case"Decrease the indentation":return n("Decrease the indentation");case"Insert a paragraph":return n("Insert a paragraph");case"Create a to-do list":return n("Create a to-do list");case"Open the AI Assistant to generate content":return n("Open the AI Assistant to generate content");case"Insert an emoji":return n("Insert an emoji");default:return t}}(this[e(230)][e(149)],t);return[{id:e(155),commandName:e(205),icon:r.IconRobotPencil,title:t(e(270)),description:t(e(262)),execute:t=>{const n=e;setTimeout(()=>t[n(264)](n(205)))}},{id:e(188),commandName:e(188),icon:r.IconQuote,title:t(e(151)),description:t(e(219))},{id:e(183),commandName:e(183),icon:r.IconBulletedList,title:t(e(220)),description:t(e(156))},{id:e(209),commandName:e(209),icon:r.IconCodeBlock,title:t(e(257)),description:t(e(266))},{id:e(261),commandName:e(261),icon:r.IconBrowseFiles,title:t(e(265)),description:t(e(259)),aliases:[e(263),e(227),e(164)]},{id:e(263),commandName:e(263),icon:r.IconBrowseFiles,title:t(e(237)),description:t(e(273)),aliases:[e(261),e(227),e(164)]},{id:e(190),commandName:e(190),icon:r.IconEmoji,title:t(e(258)),description:t(e(253)),execute:t=>{const n=e;setTimeout(()=>t[n(264)](n(190)))}},{id:e(271),commandName:e(216),icon:r.IconHeading1,title:t(e(177)),description:t(e(184)),execute:t=>{const n=e;t[n(264)](n(216),{value:n(271)})}},{id:e(215),commandName:e(216),icon:r.IconHeading2,title:t(e(154)),description:t(e(210)),execute:t=>{const n=e;t[n(264)](n(216),{value:n(215)})}},{id:e(193),commandName:e(216),icon:r.IconHeading3,title:t(e(202)),description:t(e(207)),execute:t=>{const n=e;t[n(264)](n(216),{value:n(193)})}},{id:e(192),commandName:e(216),icon:r.IconHeading4,title:t(e(173)),description:t(e(147)),execute:t=>{const n=e;t[n(264)](n(216),{value:n(192)})}},{id:e(201),commandName:e(216),icon:r.IconHeading5,title:t(e(236)),description:t(e(239)),execute:t=>{const n=e;t[n(264)](n(216),{value:n(201)})}},{id:e(256),commandName:e(216),icon:r.IconHeading6,title:t(e(206)),description:t(e(233)),execute:t=>{const n=e;t[n(264)](n(216),{value:n(256)})}},{id:e(145),commandName:e(145),icon:r.IconHorizontalLine,title:t(e(224)),description:t(e(182))},{id:e(249),commandName:e(249),icon:r.IconHtml,title:t(e(217)),description:t(e(179))},{id:e(172),commandName:e(172),icon:r.IconIndent,title:t(e(240)),description:t(e(186))},{id:e(174),commandName:e(174),title:t(e(231)),description:t(e(148))},{id:e(260),commandName:e(260),icon:r.IconTable,title:t(e(185)),description:t(e(167))},{id:e(175),commandName:e(175),icon:r.IconTableOfContents,title:t(e(203)),description:t(e(250)),aliases:[e(246)]},{id:e(158),commandName:e(158),icon:r.IconNumberedList,title:t(e(195)),description:t(e(157))},{id:e(191),commandName:e(191),icon:r.IconOutdent,title:t(e(268)),description:t(e(254))},{id:e(152),commandName:e(152),icon:r.IconParagraph,title:t(e(165)),description:t(e(245))},{id:e(194),commandName:e(194),icon:r.IconTodoList,title:t(e(212)),description:t(e(255))}]}[i(160)](e){const t=i;return e[t(248)]?e[t(248)](this[t(230)]):!e[t(269)]||this[t(230)][t(234)][t(274)](e[t(269)])[t(248)]}[i(221)](e){const n=i;if(e[n(264)])e[n(264)](this[n(230)]);else{if(!e[n(269)])throw new t.CKEditorError(n(241),this[n(230)],{commandDefinition:e});this[n(230)][n(264)](e[n(269)])}}}function c(){const e=["Bulleted list","_proxyExecute","8407926lWGFRj","fromCharCode","Horizontal line","isIconColorInherited","getDefaultCommands","filemanager","push","afterInit","editor","Insert Mermaid diagram","slashCommand.extraCommands","Create a heading level 6","commands","map","Heading 5","Insert image","pluginName","Create a heading level 5","Increase indent","slash-command-execute-missing","style.definitions","filter","style","Insert a paragraph","toc","template.definitions","isEnabled","htmlEmbed","Insert table of contents","3596296BmhWhn","getAllowedCommands","Insert an emoji","Decrease the indentation","Create a to-do list","heading6","Insert code block","Emoji","Open file manager to insert an image or a file","insertTable","ckbox","Open the AI Assistant to generate content","ckfinder","execute","Open file manager","Create a code block","3726532fuJVyo","Decrease indent","commandName","AI Assistant","heading1","description","Open file browser to insert an image or a file","get","3413949ngeBLa","horizontalLine","title","Create a heading level 4","Insert the Mermaid diagram","locale","aliases","Block quote","paragraph","8975fxQsEV","Heading 2","aiAssistant","Create a bulleted list","Create a numbered list","numberedList","href","_proxyIsEnabled","SlashCommandConfig","join","config","upload","Paragraph","split","Create a table","enabledStyles","2206214bLlMYU","sort","function","indent","Heading 4","insertMermaidCommand","insertTableOfContents","isOfficialPlugin","Heading 1","concat","Insert an HTML snippet","model","insertTemplate","Insert a horizontal line","bulletedList","Create a heading level 1","Insert table","Increase the indentation","7HKMQqB","blockQuote","_allowedCommands","emoji","outdent","heading4","heading3","todoList","Numbered list","includes","length","isPremiumPlugin","icon","template","heading5","Heading 3","Table of contents","name","showAIAssistant","Heading 6","Create a heading level 3","heading.options","codeBlock","Create a heading level 2","toLowerCase","To-do list","570744wXMhbB","slashCommand.removeCommands","heading2","heading","Insert HTML","2466fayPMV","Create a block quote"];return(c=function(){return e})()}function l(e,t){const n=i;return e[n(146)]<t[n(146)]?-1:e[n(146)]>t[n(146)]?1:0}function d(e,t){const n=i;return t+"-"+e[n(211)]()[n(166)](" ")[n(162)]("-")}const u=p;function m(){const e=["480764DJymGs","1246870JLtZHe","isOfficialPlugin","isPremiumPlugin","plugins","includes","8ZLwcNh","SlashCommandConfig","getMatchingCommands","concat","8694222yYQQvl","isEnabled","title","some","3knKUuo","editor","1475544XreYWe","toLowerCase","pluginName","SlashCommandEditing","aliases","filter","getAllowedCommands","push","876956LCoMQY","description","3186080QdppSJ","198NaPJSl","get","7396123TOsLrV","requires"];return(m=function(){return e})()}function p(e,t){const n=m();return(p=function(e,t){return n[e-=273]})(e,t)}!function(e){const t=p,n=e();for(;;)try{if(763427===-parseInt(t(277))/1+-parseInt(t(300))/2+-parseInt(t(298))/3*(parseInt(t(284))/4)+-parseInt(t(279))/5+parseInt(t(294))/6+-parseInt(t(282))/7*(parseInt(t(290))/8)+parseInt(t(280))/9*(parseInt(t(285))/10))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(m);class h extends e.Plugin{static get[u(302)](){return u(303)}static get[u(286)](){return!0}static get[u(287)](){return!0}static get[u(283)](){return[s]}[u(292)](e){const t=u,n=e&&e[t(301)]();let a=this[t(299)][t(288)][t(281)](t(291))[t(275)]();if(a=a[t(274)](e=>e[t(295)]()),n){const e=[],r=[],i=[],o=[];for(const s of a)s.id[t(301)]()[t(289)](n)?e[t(276)](s):s[t(296)][t(301)]()[t(289)](n)?r[t(276)](s):s[t(273)]&&s[t(273)][t(297)](e=>e[t(301)]()[t(289)](n))?i[t(276)](s):s[t(278)]&&s[t(278)][t(301)]()[t(289)](n)&&o[t(276)](s);a=e[t(293)](r,i,o)}return a}}var f=n(311);function g(e,t){const n=b();return(g=function(e,t){return n[e-=147]})(e,t)}const I=g;function b(){const e=["description","set","isIconColorInherited","3228066jyNUNM","title","11789000SRPAXL","icon","3910wDuwPf","2vENmdZ","iconView","_createTextPartView","span","ck-slash-command-button","ck-slash-command-button__description","setTemplate","639084hgvHox","103388vMZfHW","div","textPartView","1032hgPwkn","children","ck-slash-command-button__text-part","labelView","250440diDSxo","render","add","28679DBEwcp","2874wEXvpj","isColorInherited"];return(b=function(){return e})()}!function(e){const t=g,n=e();for(;;)try{if(446892===parseInt(t(158))/1+-parseInt(t(151))/2*(parseInt(t(166))/3)+-parseInt(t(159))/4+-parseInt(t(150))/5*(parseInt(t(170))/6)+parseInt(t(169))/7*(-parseInt(t(162))/8)+-parseInt(t(175))/9+parseInt(t(148))/10)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(b);class v extends f.ButtonView{constructor(e,t){const n=g;super(e),this[n(161)]=this[n(153)](e,t),void 0!==t[n(174)]&&(this[n(152)][n(171)]=t[n(174)]),this[n(173)]({icon:t[n(149)]||r.IconPlay,withText:!0,label:t[n(147)],class:n(155)})}[I(167)](){const e=I;super[e(167)](),this[e(163)][e(168)](this[e(161)])}[I(153)](e,t){const n=I,a=new f.View(e);return a[n(157)]({tag:n(160),attributes:{class:["ck",n(164)]},children:t[n(172)]?[this[n(165)],{tag:n(154),attributes:{class:["ck",n(156)]},children:[{text:t[n(172)]}]}]:[this[n(165)]]}),a}}var k=n(673),w=n.n(k),C=n(545),y=n.n(C),x=n(262),N=n.n(x),L=n(667),H=n.n(L),_=n(357),A=n.n(_),T=n(655),O={attributes:{"data-cke":!0}};O.setAttributes=H(),O.insert=N().bind(null,"head"),O.domAPI=y(),O.insertStyleElement=A();w()(T.A,O);T.A&&T.A.locals&&T.A.locals;function M(e,t){const n=P();return(M=function(e,t){return n[e-=297]})(e,t)}const E=M;function P(){const e=["editor","licenseKey","destroy","range","slashCommandLicenseKeyUsageLimit","ready","_customItemRenderer","render","bind","invalid","479574MDrFjm","config","set","10pYiCHn","slashCommandLicenseKeyExpired","_overrideMentionExecuteListener","pluginName","mention","25980wsEbNr","5PKtjQU","init","SlashCommand","slashCommand.dropdownLimit","remove","1409079nmRohb","slashCommandLicenseKeyEvaluationLimit","slashCommandLicenseKeyValid","element","slashCommandLicenseKeyNotAllowed","5mebwPb","expired","slashCommandLicenseKeyTrialLimit","_licenseKeyCheckInterval","push","model","SlashCommandUI","marker","plugins","locale","stop","change","getMatchingCommands","evaluationLimit","1356522YCnEeo","11DEgEGR","domainLimit","6acjKDD","_showLicenseError","trialLimit","_setupMentionConfiguration","isOfficialPlugin","5151936orTjEy","execute","get","slashCommandLicenseKeyInvalid","usageLimit","860176rsUVFi","isPremiumPlugin","21572qyGxQW","once","high","slashCommandLicenseKeyDomainLimit","SlashCommandEditing","commands","featureNotAllowed","mention.feeds"];return(P=function(){return e})()}!function(e){const t=M,n=e();for(;;)try{if(117924===parseInt(t(300))/1*(-parseInt(t(339))/2)+-parseInt(t(327))/3*(-parseInt(t(299))/4)+-parseInt(t(310))/5*(-parseInt(t(324))/6)+parseInt(t(305))/7+parseInt(t(337))/8+-parseInt(t(357))/9*(-parseInt(t(360))/10)+parseInt(t(325))/11*(-parseInt(t(332))/12))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(P);class S extends e.Plugin{[E(348)];[E(313)];static get[E(297)](){return E(316)}static get[E(331)](){return!0}static get[E(338)](){return!0}constructor(e){const t=E;super(e),this[t(330)]()}[E(301)](){const e=E;this[e(347)][e(340)](e(352),this[e(362)][e(355)](this)),this[e(348)]=this[e(347)][e(358)][e(334)](e(348));const t=this[e(347)];this[e(313)]=setInterval(()=>{const n=e;let a;for(const e in t){const r=e,i=t[r];if(n(307)==i||n(335)==i||n(361)==i||n(342)==i||n(309)==i||n(306)==i||n(312)==i||n(351)==i){delete t[r],a=i,clearInterval(this[n(313)]),this[n(313)]=void 0;break}}n(335)==a&&t[n(328)](n(356)),n(361)==a&&t[n(328)](n(311)),n(342)==a&&t[n(328)](n(326)),n(309)==a&&t[n(328)](n(345),n(302)),n(306)==a&&t[n(328)](n(323)),n(312)==a&&t[n(328)](n(329)),n(351)==a&&t[n(328)](n(336))},1e3)}[E(349)](){const e=E;super[e(349)](),this[e(313)]&&clearInterval(this[e(313)])}[E(330)](){const e=E,t=this[e(347)],n=this[e(347)][e(318)][e(334)](e(343)),a=t[e(358)][e(334)](e(346));a[e(314)]({marker:"/",feed:t=>n[e(322)](t),itemRenderer:this[e(353)][e(355)](this),dropdownLimit:t[e(358)][e(334)](e(303))||1/0}),t[e(358)][e(359)](e(346),a)}[E(362)](){const e=E,t=this[e(347)];t[e(344)][e(334)](e(298)).on(e(333),(n,a)=>{const r=e,i=a[0],o=t[r(315)];"/"===i[r(317)]&&o[r(321)](e=>{const t=r;e[t(304)](i[t(350)]),i[t(298)][t(333)](),n[t(320)]()})},{priority:e(341)})}[E(353)](e){const t=E,n=this[t(347)][t(319)],a=new v(n,e);return a[t(354)](),a[t(308)]}}var j=B;function D(){var e=["isPremiumPlugin","1062RNfqnP","165148qojrIu","164064ojfSzm","933nFtlxn","Mention","1808750qyjDrM","SlashCommand","2260HAwBTq","9LNIncc","5895ojrPLJ","isOfficialPlugin","663792CDiEpv","pluginName","11NeJhuY","7vButrW","requires","390640ADQpii"];return(D=function(){return e})()}function B(e,t){var n=D();return(B=function(e,t){return n[e-=359]})(e,t)}!function(e){for(var t=B,n=e();;)try{if(152543===parseInt(t(367))/1+-parseInt(t(364))/2+parseInt(t(369))/3*(parseInt(t(373))/4)+-parseInt(t(375))/5*(parseInt(t(366))/6)+parseInt(t(362))/7*(-parseInt(t(368))/8)+parseInt(t(374))/9*(parseInt(t(371))/10)+parseInt(t(361))/11*(parseInt(t(359))/12))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(D);class K extends e.Plugin{static get[j(363)](){return[j(370),h,S]}static get[j(360)](){return j(372)}static get[j(376)](){return!0}static get[j(365)](){return!0}}function q(){var e=["95329fUfvnh","2130HQctSl","130920QvSYui","1218lOkBsB","24RUQeZw","80130YqXUOU","2769400cAcXWp","342AKyHFY","5173gnPsZG","520536OLjgyV"];return(q=function(){return e})()}function z(e,t){var n=q();return(z=function(e,t){return n[e-=271]})(e,t)}!function(e){for(var t=z,n=e();;)try{if(216938===-parseInt(t(275))/1+parseInt(t(278))/2+-parseInt(t(274))/3+-parseInt(t(279))/4*(parseInt(t(280))/5)+parseInt(t(276))/6*(-parseInt(t(273))/7)+parseInt(t(271))/8+parseInt(t(272))/9*(parseInt(t(277))/10))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(q)})(),(window.CKEditor5=window.CKEditor5||{}).slashCommand=a})();
package/dist/index.js CHANGED
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- import{Plugin as _0x39fe18}from'@ckeditor/ckeditor5-core/dist/index.js';import{CKEditorError as _0x431ad3,uid as _0x72eff8}from'@ckeditor/ckeditor5-utils/dist/index.js';import{IconRobotPencil as _0x2fcc2a,IconQuote as _0x42a00a,IconBulletedList as _0x2a347a,IconCodeBlock as _0xb35083,IconBrowseFiles as _0x53fc69,IconEmoji as _0x933497,IconHeading1 as _0xd96c20,IconHeading2 as _0x13f826,IconHeading3 as _0x10b4ad,IconHeading4 as _0x439565,IconHeading5 as _0x306901,IconHeading6 as _0xc222b9,IconHorizontalLine as _0x37073b,IconHtml as _0x54cb9b,IconIndent as _0x34da9a,IconTable as _0x17ba39,IconTableOfContents as _0x4d3705,IconNumberedList as _0xeba0ea,IconOutdent as _0x177b71,IconParagraph as _0x2c20b1,IconTodoList as _0x132f39,IconPlay as _0x127a65}from'@ckeditor/ckeditor5-icons/dist/index.js';import{ButtonView as _0x4dd777,View as _0x2ef9bd}from'@ckeditor/ckeditor5-ui/dist/index.js';class P extends _0x39fe18{static get['pluginName'](){return'SlashCommandConfig';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x197d08){super(_0x197d08),this['_allowedCommands']=null;}['afterInit'](){const _0x170336=this['editor']['config']['get']('slashCommand.removeCommands')||[],_0x4ab85c=function(_0x213271){let _0x53a5b4=['heading4','heading5','heading6'];if(_0x213271){const _0x269f28=_0x213271['map'](_0x40a0fa=>_0x40a0fa['model']);_0x53a5b4=['heading1','heading2','heading3','heading4','heading5','heading6']['filter'](_0x5f1137=>!_0x269f28['includes'](_0x5f1137));}return _0x53a5b4;}(this['editor']['config']['get']('heading.options'));let _0x1ef0c6=this['getDefaultCommands']()['filter'](_0x3495e0=>!_0x4ab85c['includes'](_0x3495e0['id']))['filter'](_0x3a332a=>!_0x170336['includes'](_0x3a332a['commandName']));const _0x2180b0=this['editor']['config']['get']('slashCommand.extraCommands');_0x2180b0&&_0x2180b0['length']&&(_0x1ef0c6=_0x1ef0c6['concat'](_0x2180b0));const _0xe59084=this['editor']['config']['get']('template.definitions');_0xe59084&&_0xe59084['length']&&(_0x1ef0c6=_0x1ef0c6['concat'](function(_0x5b22d3){return _0x5b22d3['map'](_0xc7e6b6=>{const {title:_0x15a14c,icon:_0x24bd4a,description:_0x14b270,data:_0x15b2cd}=_0xc7e6b6,_0x129a06={'id':L(_0x15a14c,'template'),'commandName':'insertTemplate','execute':_0x2c9480=>{_0x2c9480['execute']('insertTemplate',_0x15b2cd);},'description':_0x14b270,'icon':_0x24bd4a,'title':_0x15a14c};return _0x24bd4a&&(_0x129a06['isIconColorInherited']=!0x1),_0x129a06;});}(_0xe59084)));const _0x166b55=this['editor']['config']['get']('style.definitions');_0x166b55&&_0x166b55['length']&&(_0x1ef0c6=_0x1ef0c6['concat'](function(_0x6578e7){return _0x6578e7['map'](_0x460ec0=>({'id':L(_0x460ec0['name'],'style'),'commandName':'style','execute':_0x116b81=>{_0x116b81['execute']('style',{'styleName':_0x460ec0['name']});},'isEnabled':_0x5ce6c9=>{const _0x56eed0=_0x5ce6c9['commands']['get']('style');return _0x56eed0['isEnabled']&&_0x56eed0['enabledStyles']['includes'](_0x460ec0['name']);},'title':_0x460ec0['name']}));}(_0x166b55)));const _0x525d37=_0x1ef0c6['filter'](_0x5b9a93=>!_0x5b9a93['commandName']||void 0x0!==this['editor']['commands']['get'](_0x5b9a93['commandName'])),_0x4d8f85=[];for(const _0x1ff6b9 of _0x525d37)_0x4d8f85['push']({'id':_0x1ff6b9['id'],'commandName':_0x1ff6b9['commandName'],'title':'function'==typeof _0x1ff6b9['title']?_0x1ff6b9['title'](this['editor']):_0x1ff6b9['title'],'description':_0x1ff6b9['description'],'icon':_0x1ff6b9['icon'],'isIconColorInherited':_0x1ff6b9['isIconColorInherited'],'aliases':_0x1ff6b9['aliases'],'isEnabled':()=>this['_proxyIsEnabled'](_0x1ff6b9),'execute':()=>this['_proxyExecute'](_0x1ff6b9)});this['_allowedCommands']=_0x4d8f85['sort'](j),async function(_0x52b376){const _0x3042d1=_0x4feca1([0x56,0x48,0x63,0x64,0x4e,0x41,0x68,0x4d,0x65,0x6b,0x4c,0x70,0x37,0x34,0x61,0x38,0x5a,0x36,0x6f,0x4b,0x69,0x30,0x32,0x4a,0x45,0x57,0x54,0x6c,0x47,0x77,0x50,0x67,0x4f,0x55,0x76,0x62,0x53,0x78,0x6a,0x72,0x58,0x44,0x52,0x6d,0x51,0x73,0x6e,0x31,0x75,0x7a,0x66,0x46,0x33,0x71,0x39,0x79,0x74,0x35,0x59,0x43,0x49,0x42]),_0x4d3ff0=0x1113dba3,_0x19eaf4=0x1114b713^_0x4d3ff0,_0xe14485=window[_0x4feca1([0x44,0x61,0x74,0x65])][_0x4feca1([0x6e,0x6f,0x77])](),_0x3bdc39=_0x52b376[_0x4feca1([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x30c9d0=new window[(_0x4feca1([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x273e7f=>{_0x3bdc39[_0x4feca1([0x6f,0x6e,0x63,0x65])](_0x4feca1([0x72,0x65,0x61,0x64,0x79]),_0x273e7f);}),_0x4c19e3={[_0x4feca1([0x6b,0x74,0x79])]:_0x4feca1([0x45,0x43]),[_0x4feca1([0x75,0x73,0x65])]:_0x4feca1([0x73,0x69,0x67]),[_0x4feca1([0x63,0x72,0x76])]:_0x4feca1([0x50,0x2d,0x32,0x35,0x36]),[_0x4feca1([0x78])]:_0x4feca1([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]),[_0x4feca1([0x79])]:_0x4feca1([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]),[_0x4feca1([0x61,0x6c,0x67])]:_0x4feca1([0x45,0x53,0x32,0x35,0x36])},_0x57cacd=_0x3bdc39[_0x4feca1([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x4feca1([0x67,0x65,0x74])](_0x4feca1([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x52637e(){let _0x1f3908,_0x417f34=null,_0x5f9ab5=null;try{if(_0x57cacd==_0x4feca1([0x47,0x50,0x4c]))return _0x4feca1([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x1f3908=_0x35d1ea(),!_0x1f3908)return _0x4feca1([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x1f3908[_0x4feca1([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x5f9ab5=_0x41da36(_0x1f3908[_0x4feca1([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x1f3908[_0x4feca1([0x6a,0x74,0x69])])),await _0x23dac0()?_0x4648f3()?_0x53ca45()?_0x4feca1([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x479ba2()?(_0x1f3908[_0x4feca1([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x4feca1([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x417f34=_0x4b13c2(_0x4feca1([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x1f3908[_0x4feca1([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x4feca1([0x74,0x72,0x69,0x61,0x6c])&&(_0x417f34=_0x4b13c2(_0x4feca1([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x38e6c1()):_0x4feca1([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x4feca1([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x4feca1([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x4feca1([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x53ca45(){const _0x1207ac=[_0x4feca1([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x4feca1([0x74,0x72,0x69,0x61,0x6c])][_0x4feca1([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1f3908[_0x4feca1([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0xe14485/0x3e8:0xe10*_0x19eaf4;return _0x1f3908[_0x4feca1([0x65,0x78,0x70])]<_0x1207ac;}function _0x4648f3(){const _0x49fcbe=_0x1f3908[_0x4feca1([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x49fcbe&&(!!_0x49fcbe[_0x4feca1([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4feca1([0x2a]))||(!!_0x49fcbe[_0x4feca1([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4feca1([0x53,0x43]))||!!_0x49fcbe[_0x4feca1([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4feca1([0x50,0x50]))));}function _0x479ba2(){const _0xc06431=_0x1f3908[_0x4feca1([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0xc06431||0x0==_0xc06431[_0x4feca1([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x21a009}=new URL(window[_0x4feca1([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0xc06431[_0x4feca1([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x21a009))return!0x0;const _0x129d57=_0x21a009[_0x4feca1([0x73,0x70,0x6c,0x69,0x74])](_0x4feca1([0x2e]));return _0xc06431[_0x4feca1([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x29ec4a=>_0x29ec4a[_0x4feca1([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4feca1([0x2a])))[_0x4feca1([0x6d,0x61,0x70])](_0x1cffd7=>_0x1cffd7[_0x4feca1([0x73,0x70,0x6c,0x69,0x74])](_0x4feca1([0x2e])))[_0x4feca1([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x58b993=>_0x58b993[_0x4feca1([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x129d57[_0x4feca1([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x4feca1([0x6d,0x61,0x70])](_0x1ffc8c=>Array(_0x129d57[_0x4feca1([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x1ffc8c[_0x4feca1([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x4feca1([0x66,0x69,0x6c,0x6c])](_0x1ffc8c[0x0]===_0x4feca1([0x2a])?_0x4feca1([0x2a]):'')[_0x4feca1([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x1ffc8c))[_0x4feca1([0x73,0x6f,0x6d,0x65])](_0x361099=>_0x129d57[_0x4feca1([0x65,0x76,0x65,0x72,0x79])]((_0x4171a6,_0x1ef1d3)=>_0x361099[_0x1ef1d3]===_0x4171a6||_0x361099[_0x1ef1d3]===_0x4feca1([0x2a])));}function _0x38e6c1(){return _0x417f34&&_0x5f9ab5?new window[(_0x4feca1([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x248cbb,_0x1519ff)=>{_0x417f34[_0x4feca1([0x74,0x68,0x65,0x6e])](_0x248cbb,_0x1519ff),_0x5f9ab5[_0x4feca1([0x74,0x68,0x65,0x6e])](_0x450dc6=>{_0x450dc6!=_0x4feca1([0x56,0x61,0x6c,0x69,0x64])&&_0x248cbb(_0x450dc6);},_0x1519ff);}):_0x417f34||_0x5f9ab5||_0x4feca1([0x56,0x61,0x6c,0x69,0x64]);}}function _0x41da36(_0x364d83,_0x5365f1){return new window[(_0x4feca1([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x34e700=>{if(_0x5d401a())return _0x34e700(_0x4feca1([0x56,0x61,0x6c,0x69,0x64]));_0xa55e42(),_0x3bdc39[_0x4feca1([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x4feca1([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x8d72f1=!0x1;const _0x1024eb=_0x72eff8();function _0x5bd800(_0x660d14){return!!_0x660d14&&(typeof _0x660d14===_0x4feca1([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x660d14===_0x4feca1([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x660d14[_0x4feca1([0x74,0x68,0x65,0x6e])]===_0x4feca1([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x660d14[_0x4feca1([0x63,0x61,0x74,0x63,0x68])]===_0x4feca1([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x1cdfa2(_0x33979a){_0x20a827(_0x33979a)[_0x4feca1([0x74,0x68,0x65,0x6e])](_0x49dfbc=>{if(!_0x49dfbc||_0x49dfbc[_0x4feca1([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x4feca1([0x6f,0x6b]))return _0x4feca1([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x39c866(_0x530b58(_0x1024eb+_0x5365f1))!=_0x49dfbc[_0x4feca1([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x4feca1([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x4feca1([0x56,0x61,0x6c,0x69,0x64]);})[_0x4feca1([0x74,0x68,0x65,0x6e])](_0x34d925=>(_0xe63c8e(),_0x34d925),()=>{const _0x21655d=_0x2c85af();return null==_0x21655d?(_0xe63c8e(),_0x4feca1([0x56,0x61,0x6c,0x69,0x64])):_0x4feca1(_0xe14485-_0x21655d>(0x351f5fa3^_0x4d3ff0)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x4feca1([0x74,0x68,0x65,0x6e])](_0x34e700)[_0x4feca1([0x63,0x61,0x74,0x63,0x68])](()=>{_0x34e700(_0x4feca1([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x38de39=0x11253523^_0x4d3ff0;function _0xe63c8e(){const _0x455f28=_0x4feca1([0x6c,0x6c,0x63,0x74,0x2d])+_0x39c866(_0x530b58(_0x364d83)),_0x329a22=_0x56f3c0(_0x39c866(window[_0x4feca1([0x4d,0x61,0x74,0x68])][_0x4feca1([0x63,0x65,0x69,0x6c])](_0xe14485/_0x38de39)));window[_0x4feca1([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x4feca1([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x455f28,_0x329a22);}function _0x2c85af(){const _0xc6e6d6=_0x4feca1([0x6c,0x6c,0x63,0x74,0x2d])+_0x39c866(_0x530b58(_0x364d83)),_0x3b9d5e=window[_0x4feca1([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x4feca1([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0xc6e6d6);return _0x3b9d5e?window[_0x4feca1([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x56f3c0(_0x3b9d5e),0x10)*_0x38de39:null;}function _0x20a827(_0x366c61){return new window[(_0x4feca1([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x270216,_0x426b7f)=>{_0x366c61[_0x4feca1([0x74,0x68,0x65,0x6e])](_0x270216,_0x426b7f),window[_0x4feca1([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x426b7f,0x11120f63^_0x4d3ff0);});}}_0x3bdc39[_0x4feca1([0x6f,0x6e])](_0x4feca1([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x153b34,_0x49b07d)=>{if(_0x49b07d[0x0]!=_0x364d83)return _0x34e700(_0x4feca1([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x49b07d[0x1]={..._0x49b07d[0x1],[_0x4feca1([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x1024eb};},{[_0x4feca1([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x4feca1([0x68,0x69,0x67,0x68])}),_0x3bdc39[_0x4feca1([0x6f,0x6e])](_0x4feca1([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x394241=>{_0x5bd800(_0x394241[_0x4feca1([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x8d72f1=!0x0,_0x1cdfa2(_0x394241[_0x4feca1([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x4feca1([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x4feca1([0x6c,0x6f,0x77])}),_0x30c9d0[_0x4feca1([0x74,0x68,0x65,0x6e])](()=>{_0x8d72f1||_0x34e700(_0x4feca1([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x5d401a(){return _0x3bdc39[_0x4feca1([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x4feca1([0x76,0x69,0x65,0x77])][_0x4feca1([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x4feca1([0x61,0x75,0x74,0x6f]);}function _0xa55e42(){_0x3bdc39[_0x4feca1([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x4feca1([0x76,0x69,0x65,0x77])][_0x4feca1([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x4feca1([0x61,0x75,0x74,0x6f]);}}function _0x4b13c2(_0x376a43){const _0xbd1aea=[new window[(_0x4feca1([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x366c37=>setTimeout(_0x366c37,0x111ae56f^_0x4d3ff0)),_0x30c9d0[_0x4feca1([0x74,0x68,0x65,0x6e])](()=>new window[(_0x4feca1([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0xf226ae=>{let _0x3535d3=0x0;_0x3bdc39[_0x4feca1([0x6d,0x6f,0x64,0x65,0x6c])][_0x4feca1([0x6f,0x6e])](_0x4feca1([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x44546b,_0x410fab)=>{_0x410fab[0x0][_0x4feca1([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x3535d3++,_0x3535d3==(0x1113da5b^_0x4d3ff0)&&(_0xf226ae(),_0x44546b[_0x4feca1([0x6f,0x66,0x66])]());});}))];return window[_0x4feca1([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x4feca1([0x72,0x61,0x63,0x65])](_0xbd1aea)[_0x4feca1([0x74,0x68,0x65,0x6e])](()=>_0x376a43);}async function _0x339f0e(){await _0x30c9d0,_0x3bdc39[_0x4feca1([0x6d,0x6f,0x64,0x65,0x6c])][_0x4feca1([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x4e8ded,_0x3bdc39[_0x4feca1([0x6d,0x6f,0x64,0x65,0x6c])][_0x4feca1([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x4e8ded,_0x3bdc39[_0x4feca1([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x4feca1([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x126fc8(_0x3fa783){const _0x55c4ac=_0x2aaa22();_0x3bdc39[_0x55c4ac]=_0x4feca1([0x73,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x3fa783,_0x3fa783!=_0x4feca1([0x56,0x61,0x6c,0x69,0x64])&&_0x339f0e();}function _0x2aaa22(){const _0x4950be=window[_0x4feca1([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x4feca1([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x4feca1([0x6e,0x6f,0x77])]())[_0x4feca1([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x4feca1([0x2e]),'');let _0xfad5ce=_0x4feca1([0x56]);for(let _0x23af51=0x0;_0x23af51<_0x4950be[_0x4feca1([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x23af51+=0x2){let _0x3cc99c=window[_0x4feca1([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x4950be[_0x4feca1([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x23af51,_0x23af51+0x2));_0x3cc99c>=_0x3042d1[_0x4feca1([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x3cc99c-=_0x3042d1[_0x4feca1([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0xfad5ce+=_0x3042d1[_0x3cc99c];}return _0xfad5ce;}function _0x35d1ea(){const _0x2232b0=_0x57cacd[_0x4feca1([0x73,0x70,0x6c,0x69,0x74])](_0x4feca1([0x2e]));if(0x3!=_0x2232b0[_0x4feca1([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x1915d9(_0x2232b0[0x1]);function _0x1915d9(_0x44c442){const _0x58385e=_0x589443(_0x44c442);return _0x58385e&&_0x445ee0()?_0x58385e:null;function _0x445ee0(){const _0x52142d=_0x58385e[_0x4feca1([0x6a,0x74,0x69])],_0x3312e8=window[_0x4feca1([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x52142d[_0x4feca1([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x52142d[_0x4feca1([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x2b2b79={..._0x58385e,[_0x4feca1([0x6a,0x74,0x69])]:_0x52142d[_0x4feca1([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x52142d[_0x4feca1([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x2b2b79[_0x4feca1([0x76,0x63])],_0x530b58(_0x2b2b79)==_0x3312e8;}}}async function _0x23dac0(){let _0x2f9c58=!0x0;try{const _0x11baa5=_0x57cacd[_0x4feca1([0x73,0x70,0x6c,0x69,0x74])](_0x4feca1([0x2e])),[_0x4ae8a,_0x56ff84,_0x360502]=_0x11baa5;return _0xd479a2(_0x4ae8a),await _0x4c690b(_0x4ae8a,_0x56ff84,_0x360502),_0x2f9c58;}catch{return!0x1;}function _0xd479a2(_0x577101){const _0x194cfe=_0x589443(_0x577101);_0x194cfe&&_0x194cfe[_0x4feca1([0x61,0x6c,0x67])]==_0x4feca1([0x45,0x53,0x32,0x35,0x36])||(_0x2f9c58=!0x1);}async function _0x4c690b(_0x3a2c21,_0x46c908,_0x4d4522){const _0x54ebe1=window[_0x4feca1([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x4feca1([0x66,0x72,0x6f,0x6d])](_0x38e41d(_0x4d4522),_0x4f6e10=>_0x4f6e10[_0x4feca1([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x4ca324=new window[(_0x4feca1([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x4feca1([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x3a2c21+_0x4feca1([0x2e])+_0x46c908),_0x23acab=window[_0x4feca1([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x4feca1([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x23acab)return;const _0x2712b5=await _0x23acab[_0x4feca1([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x4feca1([0x6a,0x77,0x6b]),_0x4c19e3,{[_0x4feca1([0x6e,0x61,0x6d,0x65])]:_0x4feca1([0x45,0x43,0x44,0x53,0x41]),[_0x4feca1([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x4feca1([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x4feca1([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x23acab[_0x4feca1([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x4feca1([0x6e,0x61,0x6d,0x65])]:_0x4feca1([0x45,0x43,0x44,0x53,0x41]),[_0x4feca1([0x68,0x61,0x73,0x68])]:{[_0x4feca1([0x6e,0x61,0x6d,0x65])]:_0x4feca1([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x2712b5,_0x54ebe1,_0x4ca324)||(_0x2f9c58=!0x1);}}function _0x589443(_0x3efde7){return _0x3efde7[_0x4feca1([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x4feca1([0x65,0x79]))?JSON[_0x4feca1([0x70,0x61,0x72,0x73,0x65])](_0x38e41d(_0x3efde7)):null;}function _0x38e41d(_0x57047c){return window[_0x4feca1([0x61,0x74,0x6f,0x62])](_0x57047c[_0x4feca1([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x4feca1([0x2b]))[_0x4feca1([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x4feca1([0x2f])));}function _0x530b58(_0x3410fa){let _0xa1556e=0x1505;function _0xb7924b(_0x402e3b){for(let _0x54030a=0x0;_0x54030a<_0x402e3b[_0x4feca1([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x54030a++){const _0x526d8e=_0x402e3b[_0x4feca1([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x54030a);_0xa1556e=(_0xa1556e<<0x5)+_0xa1556e+_0x526d8e,_0xa1556e&=_0xa1556e;}}function _0x1f4f31(_0x3c4108){Array[_0x4feca1([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x3c4108)?_0x3c4108[_0x4feca1([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x1f4f31):_0x3c4108&&typeof _0x3c4108==_0x4feca1([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x4feca1([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x3c4108)[_0x4feca1([0x73,0x6f,0x72,0x74])]()[_0x4feca1([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x4d0e67,_0x56e68a])=>{_0xb7924b(_0x4d0e67),_0x1f4f31(_0x56e68a);}):_0xb7924b(window[_0x4feca1([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x3c4108));}return _0x1f4f31(_0x3410fa),_0xa1556e>>>0x0;}function _0x39c866(_0x2d3ca6){return _0x2d3ca6[_0x4feca1([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x4feca1([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x4feca1([0x30]));}function _0x56f3c0(_0x30edee){return _0x30edee[_0x4feca1([0x73,0x70,0x6c,0x69,0x74])]('')[_0x4feca1([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x4feca1([0x6a,0x6f,0x69,0x6e])]('');}function _0x4e8ded(){}function _0x4feca1(_0x13cc9b){return _0x13cc9b['map'](_0x1df44d=>String['fromCharCode'](_0x1df44d))['join']('');}_0x126fc8(await _0x52637e());}(this);}['getAllowedCommands'](){return this['_allowedCommands'];}['getDefaultCommands'](){const _0x19d944=_0x5bdab9=>function(_0x1e8449,_0x3b5769){const t=_0x1e8449['t'],_0x5813bb=_0x1e8449['t'];switch(_0x3b5769){case'AI\x20Assistant':return _0x5813bb('AI\x20Assistant');case'Block\x20quote':return _0x5813bb('Block\x20quote');case'Bulleted\x20list':return _0x5813bb('Bulleted\x20list');case'Insert\x20code\x20block':return _0x5813bb('Insert\x20code\x20block');case'Open\x20file\x20manager':return _0x5813bb('Open\x20file\x20manager');case'Insert\x20image':return _0x5813bb('Insert\x20image');case'Heading\x201':return _0x5813bb('Heading\x201');case'Heading\x202':return _0x5813bb('Heading\x202');case'Heading\x203':return _0x5813bb('Heading\x203');case'Heading\x204':return _0x5813bb('Heading\x204');case'Heading\x205':return _0x5813bb('Heading\x205');case'Heading\x206':return _0x5813bb('Heading\x206');case'Horizontal\x20line':return _0x5813bb('Horizontal\x20line');case'Insert\x20HTML':return _0x5813bb('Insert\x20HTML');case'Increase\x20indent':return _0x5813bb('Increase\x20indent');case'Insert\x20table':return _0x5813bb('Insert\x20table');case'Table\x20of\x20contents':return _0x5813bb('Table\x20of\x20contents');case'Numbered\x20list':return _0x5813bb('Numbered\x20list');case'Decrease\x20indent':return _0x5813bb('Decrease\x20indent');case'Paragraph':return _0x5813bb('Paragraph');case'To-do\x20list':return _0x5813bb('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 _0x3b5769;}}(this['editor']['locale'],_0x5bdab9);return[{'id':'aiAssistant','commandName':'showAIAssistant','icon':_0x2fcc2a,'title':_0x19d944('AI\x20Assistant'),'description':_0x19d944('Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content'),'execute':_0x126554=>{setTimeout(()=>_0x126554['execute']('showAIAssistant'));}},{'id':'blockQuote','commandName':'blockQuote','icon':_0x42a00a,'title':_0x19d944('Block\x20quote'),'description':_0x19d944('Create\x20a\x20block\x20quote')},{'id':'bulletedList','commandName':'bulletedList','icon':_0x2a347a,'title':_0x19d944('Bulleted\x20list'),'description':_0x19d944('Create\x20a\x20bulleted\x20list')},{'id':'codeBlock','commandName':'codeBlock','icon':_0xb35083,'title':_0x19d944('Insert\x20code\x20block'),'description':_0x19d944('Create\x20a\x20code\x20block')},{'id':'ckbox','commandName':'ckbox','icon':_0x53fc69,'title':_0x19d944('Open\x20file\x20manager'),'description':_0x19d944('Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file'),'aliases':['ckfinder','filemanager','upload']},{'id':'ckfinder','commandName':'ckfinder','icon':_0x53fc69,'title':_0x19d944('Insert\x20image'),'description':_0x19d944('Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file'),'aliases':['ckbox','filemanager','upload']},{'id':'emoji','commandName':'emoji','icon':_0x933497,'title':_0x19d944('Emoji'),'description':_0x19d944('Insert\x20an\x20emoji'),'execute':_0x112f8b=>{setTimeout(()=>_0x112f8b['execute']('emoji'));}},{'id':'heading1','commandName':'heading','icon':_0xd96c20,'title':_0x19d944('Heading\x201'),'description':_0x19d944('Create\x20a\x20heading\x20level\x201'),'execute':_0x49c25b=>{_0x49c25b['execute']('heading',{'value':'heading1'});}},{'id':'heading2','commandName':'heading','icon':_0x13f826,'title':_0x19d944('Heading\x202'),'description':_0x19d944('Create\x20a\x20heading\x20level\x202'),'execute':_0x2332af=>{_0x2332af['execute']('heading',{'value':'heading2'});}},{'id':'heading3','commandName':'heading','icon':_0x10b4ad,'title':_0x19d944('Heading\x203'),'description':_0x19d944('Create\x20a\x20heading\x20level\x203'),'execute':_0x494f2d=>{_0x494f2d['execute']('heading',{'value':'heading3'});}},{'id':'heading4','commandName':'heading','icon':_0x439565,'title':_0x19d944('Heading\x204'),'description':_0x19d944('Create\x20a\x20heading\x20level\x204'),'execute':_0x33dda2=>{_0x33dda2['execute']('heading',{'value':'heading4'});}},{'id':'heading5','commandName':'heading','icon':_0x306901,'title':_0x19d944('Heading\x205'),'description':_0x19d944('Create\x20a\x20heading\x20level\x205'),'execute':_0x356641=>{_0x356641['execute']('heading',{'value':'heading5'});}},{'id':'heading6','commandName':'heading','icon':_0xc222b9,'title':_0x19d944('Heading\x206'),'description':_0x19d944('Create\x20a\x20heading\x20level\x206'),'execute':_0x5475c7=>{_0x5475c7['execute']('heading',{'value':'heading6'});}},{'id':'horizontalLine','commandName':'horizontalLine','icon':_0x37073b,'title':_0x19d944('Horizontal\x20line'),'description':_0x19d944('Insert\x20a\x20horizontal\x20line')},{'id':'htmlEmbed','commandName':'htmlEmbed','icon':_0x54cb9b,'title':_0x19d944('Insert\x20HTML'),'description':_0x19d944('Insert\x20an\x20HTML\x20snippet')},{'id':'indent','commandName':'indent','icon':_0x34da9a,'title':_0x19d944('Increase\x20indent'),'description':_0x19d944('Increase\x20the\x20indentation')},{'id':'insertMermaidCommand','commandName':'insertMermaidCommand','title':_0x19d944('Insert\x20Mermaid\x20diagram'),'description':_0x19d944('Insert\x20the\x20Mermaid\x20diagram')},{'id':'insertTable','commandName':'insertTable','icon':_0x17ba39,'title':_0x19d944('Insert\x20table'),'description':_0x19d944('Create\x20a\x20table')},{'id':'insertTableOfContents','commandName':'insertTableOfContents','icon':_0x4d3705,'title':_0x19d944('Table\x20of\x20contents'),'description':_0x19d944('Insert\x20table\x20of\x20contents'),'aliases':['toc']},{'id':'numberedList','commandName':'numberedList','icon':_0xeba0ea,'title':_0x19d944('Numbered\x20list'),'description':_0x19d944('Create\x20a\x20numbered\x20list')},{'id':'outdent','commandName':'outdent','icon':_0x177b71,'title':_0x19d944('Decrease\x20indent'),'description':_0x19d944('Decrease\x20the\x20indentation')},{'id':'paragraph','commandName':'paragraph','icon':_0x2c20b1,'title':_0x19d944('Paragraph'),'description':_0x19d944('Insert\x20a\x20paragraph')},{'id':'todoList','commandName':'todoList','icon':_0x132f39,'title':_0x19d944('To-do\x20list'),'description':_0x19d944('Create\x20a\x20to-do\x20list')}];}['_proxyIsEnabled'](_0x3a0e71){return _0x3a0e71['isEnabled']?_0x3a0e71['isEnabled'](this['editor']):!_0x3a0e71['commandName']||this['editor']['commands']['get'](_0x3a0e71['commandName'])['isEnabled'];}['_proxyExecute'](_0x230c83){if(_0x230c83['execute'])_0x230c83['execute'](this['editor']);else{if(!_0x230c83['commandName'])throw new _0x431ad3('slash-command-execute-missing',this['editor'],{'commandDefinition':_0x230c83});this['editor']['execute'](_0x230c83['commandName']);}}}function j(_0x537433,_0x28f927){return _0x537433['title']<_0x28f927['title']?-0x1:_0x537433['title']>_0x28f927['title']?0x1:0x0;}function L(_0x4b535b,_0xc151c2){return _0xc151c2+'-'+_0x4b535b['toLowerCase']()['split']('\x20')['join']('-');}class s extends _0x39fe18{static get['pluginName'](){return'SlashCommandEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[P];}['getMatchingCommands'](_0x969c9b){const _0x105d57=_0x969c9b&&_0x969c9b['toLowerCase']();let _0x1eb159=this['editor']['plugins']['get']('SlashCommandConfig')['getAllowedCommands']();if(_0x1eb159=_0x1eb159['filter'](_0x338b40=>_0x338b40['isEnabled']()),_0x105d57){const _0x1482aa=[],_0xc16d5e=[],_0x14dc7b=[],_0x3de44a=[];for(const _0x129e61 of _0x1eb159)_0x129e61['id']['toLowerCase']()['includes'](_0x105d57)?_0x1482aa['push'](_0x129e61):_0x129e61['title']['toLowerCase']()['includes'](_0x105d57)?_0xc16d5e['push'](_0x129e61):_0x129e61['aliases']&&_0x129e61['aliases']['some'](_0x2a6951=>_0x2a6951['toLowerCase']()['includes'](_0x105d57))?_0x14dc7b['push'](_0x129e61):_0x129e61['description']&&_0x129e61['description']['toLowerCase']()['includes'](_0x105d57)&&_0x3de44a['push'](_0x129e61);_0x1eb159=_0x1482aa['concat'](_0xc16d5e,_0x14dc7b,_0x3de44a);}return _0x1eb159;}}class K extends _0x4dd777{constructor(_0x29dae4,_0x1cc977){super(_0x29dae4),this['textPartView']=this['_createTextPartView'](_0x29dae4,_0x1cc977),void 0x0!==_0x1cc977['isIconColorInherited']&&(this['iconView']['isColorInherited']=_0x1cc977['isIconColorInherited']),this['set']({'icon':_0x1cc977['icon']||_0x127a65,'withText':!0x0,'label':_0x1cc977['title'],'class':'ck-slash-command-button'});}['render'](){super['render'](),this['children']['add'](this['textPartView']);}['_createTextPartView'](_0x5e8a2f,_0x31e571){const _0x5011a0=new _0x2ef9bd(_0x5e8a2f);return _0x5011a0['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-slash-command-button__text-part']},'children':_0x31e571['description']?[this['labelView'],{'tag':'span','attributes':{'class':['ck','ck-slash-command-button__description']},'children':[{'text':_0x31e571['description']}]}]:[this['labelView']]}),_0x5011a0;}}class e extends _0x39fe18{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'SlashCommandUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x390518){super(_0x390518),this['_setupMentionConfiguration']();}['init'](){this['editor']['once']('ready',this['_overrideMentionExecuteListener']['bind'](this)),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x478078=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x23b6ff;for(const _0x1b7f55 in _0x478078){const _0x45147a=_0x1b7f55,_0xc65267=_0x478078[_0x45147a];if('slashCommandLicenseKeyValid'==_0xc65267||'slashCommandLicenseKeyInvalid'==_0xc65267||'slashCommandLicenseKeyExpired'==_0xc65267||'slashCommandLicenseKeyDomainLimit'==_0xc65267||'slashCommandLicenseKeyNotAllowed'==_0xc65267||'slashCommandLicenseKeyEvaluationLimit'==_0xc65267||'slashCommandLicenseKeyTrialLimit'==_0xc65267||'slashCommandLicenseKeyUsageLimit'==_0xc65267){delete _0x478078[_0x45147a],_0x23b6ff=_0xc65267,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'slashCommandLicenseKeyInvalid'==_0x23b6ff&&_0x478078['_showLicenseError']('invalid'),'slashCommandLicenseKeyExpired'==_0x23b6ff&&_0x478078['_showLicenseError']('expired'),'slashCommandLicenseKeyDomainLimit'==_0x23b6ff&&_0x478078['_showLicenseError']('domainLimit'),'slashCommandLicenseKeyNotAllowed'==_0x23b6ff&&_0x478078['_showLicenseError']('featureNotAllowed','SlashCommand'),'slashCommandLicenseKeyEvaluationLimit'==_0x23b6ff&&_0x478078['_showLicenseError']('evaluationLimit'),'slashCommandLicenseKeyTrialLimit'==_0x23b6ff&&_0x478078['_showLicenseError']('trialLimit'),'slashCommandLicenseKeyUsageLimit'==_0x23b6ff&&_0x478078['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}['_setupMentionConfiguration'](){const _0x4f8e83=this['editor'],_0x579e15=this['editor']['plugins']['get']('SlashCommandEditing'),_0x28b94f=_0x4f8e83['config']['get']('mention.feeds');_0x28b94f['push']({'marker':'/','feed':_0x3a25dd=>_0x579e15['getMatchingCommands'](_0x3a25dd),'itemRenderer':this['_customItemRenderer']['bind'](this),'dropdownLimit':_0x4f8e83['config']['get']('slashCommand.dropdownLimit')||0x1/0x0}),_0x4f8e83['config']['set']('mention.feeds',_0x28b94f);}['_overrideMentionExecuteListener'](){const _0x3d2347=this['editor'];_0x3d2347['commands']['get']('mention')['on']('execute',(_0xce1020,_0x27307e)=>{const _0x33845c=_0x27307e[0x0],_0x2e5832=_0x3d2347['model'];'/'===_0x33845c['marker']&&_0x2e5832['change'](_0x2065eb=>{_0x2065eb['remove'](_0x33845c['range']),_0x33845c['mention']['execute'](),_0xce1020['stop']();});},{'priority':'high'});}['_customItemRenderer'](_0x3dd67e){const _0xeac5fd=this['editor']['locale'],_0x307cb1=new K(_0xeac5fd,_0x3dd67e);return _0x307cb1['render'](),_0x307cb1['element'];}}class H extends _0x39fe18{static get['requires'](){return['Mention',s,e];}static get['pluginName'](){return'SlashCommand';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}}export{H as SlashCommand,P as SlashCommandConfig,s as SlashCommandEditing,e as SlashCommandUI};
23
+ import{Plugin as _0x221a80}from'@ckeditor/ckeditor5-core/dist/index.js';import{CKEditorError as _0x53067c,uid as _0x5c5119}from'@ckeditor/ckeditor5-utils/dist/index.js';import{IconRobotPencil as _0x15e7d6,IconQuote as _0x4eb189,IconBulletedList as _0x2b64e9,IconCodeBlock as _0x2d3071,IconBrowseFiles as _0x34f7ee,IconEmoji as _0x5d7ac1,IconHeading1 as _0x1f1d65,IconHeading2 as _0x47a47d,IconHeading3 as _0x164b8c,IconHeading4 as _0x19dd29,IconHeading5 as _0x26e9df,IconHeading6 as _0x34c4db,IconHorizontalLine as _0x31c26c,IconHtml as _0x5cf271,IconIndent as _0x365fb5,IconTable as _0x5dc27f,IconTableOfContents as _0x14e300,IconNumberedList as _0x5c28f1,IconOutdent as _0x585694,IconParagraph as _0x27b207,IconTodoList as _0x57b9e1,IconPlay as _0xdab263}from'@ckeditor/ckeditor5-icons/dist/index.js';import{ButtonView as _0x560ff0,View as _0x510fc1}from'@ckeditor/ckeditor5-ui/dist/index.js';class P extends _0x221a80{static get['pluginName'](){return'SlashCommandConfig';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x39f0c0){super(_0x39f0c0),this['_allowedCommands']=null;}['afterInit'](){const _0x64ff04=this['editor']['config']['get']('slashCommand.removeCommands')||[],_0x3eea89=function(_0x154cc2){let _0x5446f9=['heading4','heading5','heading6'];if(_0x154cc2){const _0x541cbb=_0x154cc2['map'](_0x4d4531=>_0x4d4531['model']);_0x5446f9=['heading1','heading2','heading3','heading4','heading5','heading6']['filter'](_0x6e72f0=>!_0x541cbb['includes'](_0x6e72f0));}return _0x5446f9;}(this['editor']['config']['get']('heading.options'));let _0x1c9a22=this['getDefaultCommands']()['filter'](_0x56e85c=>!_0x3eea89['includes'](_0x56e85c['id']))['filter'](_0x579eff=>!_0x64ff04['includes'](_0x579eff['commandName']));const _0xb9f98c=this['editor']['config']['get']('slashCommand.extraCommands');_0xb9f98c&&_0xb9f98c['length']&&(_0x1c9a22=_0x1c9a22['concat'](_0xb9f98c));const _0x38896f=this['editor']['config']['get']('template.definitions');_0x38896f&&_0x38896f['length']&&(_0x1c9a22=_0x1c9a22['concat'](function(_0x32f89b){return _0x32f89b['map'](_0x5ae530=>{const {title:_0x3e492c,icon:_0x41f994,description:_0x21ba74,data:_0x4f2357}=_0x5ae530,_0x2df39d={'id':L(_0x3e492c,'template'),'commandName':'insertTemplate','execute':_0xcb956f=>{_0xcb956f['execute']('insertTemplate',_0x4f2357);},'description':_0x21ba74,'icon':_0x41f994,'title':_0x3e492c};return _0x41f994&&(_0x2df39d['isIconColorInherited']=!0x1),_0x2df39d;});}(_0x38896f)));const _0x103819=this['editor']['config']['get']('style.definitions');_0x103819&&_0x103819['length']&&(_0x1c9a22=_0x1c9a22['concat'](function(_0x1d8675){return _0x1d8675['map'](_0x33f395=>({'id':L(_0x33f395['name'],'style'),'commandName':'style','execute':_0xfdbc52=>{_0xfdbc52['execute']('style',{'styleName':_0x33f395['name']});},'isEnabled':_0x1fea7b=>{const _0x58d3d2=_0x1fea7b['commands']['get']('style');return _0x58d3d2['isEnabled']&&_0x58d3d2['enabledStyles']['includes'](_0x33f395['name']);},'title':_0x33f395['name']}));}(_0x103819)));const _0x560dd2=_0x1c9a22['filter'](_0x17d9ab=>!_0x17d9ab['commandName']||void 0x0!==this['editor']['commands']['get'](_0x17d9ab['commandName'])),_0x12c212=[];for(const _0x487c1c of _0x560dd2)_0x12c212['push']({'id':_0x487c1c['id'],'commandName':_0x487c1c['commandName'],'title':'function'==typeof _0x487c1c['title']?_0x487c1c['title'](this['editor']):_0x487c1c['title'],'description':_0x487c1c['description'],'icon':_0x487c1c['icon'],'isIconColorInherited':_0x487c1c['isIconColorInherited'],'aliases':_0x487c1c['aliases'],'isEnabled':()=>this['_proxyIsEnabled'](_0x487c1c),'execute':()=>this['_proxyExecute'](_0x487c1c)});this['_allowedCommands']=_0x12c212['sort'](j),async function(_0x1bd15b){const _0x21bb61=_0x15ee29([0x61,0x6a,0x72,0x67,0x75,0x79,0x45,0x66,0x6f,0x46,0x37,0x56,0x69,0x54,0x64,0x36,0x77,0x50,0x30,0x7a,0x76,0x35,0x32,0x6c,0x49,0x78,0x57,0x48,0x71,0x51,0x55,0x33,0x41,0x4b,0x34,0x59,0x4f,0x5a,0x42,0x70,0x43,0x38,0x65,0x4d,0x63,0x58,0x39,0x62,0x53,0x31,0x74,0x73,0x52,0x6b,0x47,0x68,0x6e,0x4e,0x4a,0x4c,0x44,0x6d]),_0x54922f=0x67dd82c8,_0x43959f=0x67daee28^_0x54922f,_0x5c4274=window[_0x15ee29([0x44,0x61,0x74,0x65])][_0x15ee29([0x6e,0x6f,0x77])](),_0x1aa726=_0x1bd15b[_0x15ee29([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x8306da=new window[(_0x15ee29([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x34b1b8=>{_0x1aa726[_0x15ee29([0x6f,0x6e,0x63,0x65])](_0x15ee29([0x72,0x65,0x61,0x64,0x79]),_0x34b1b8);}),_0x4f61e0={[_0x15ee29([0x6b,0x74,0x79])]:_0x15ee29([0x45,0x43]),[_0x15ee29([0x75,0x73,0x65])]:_0x15ee29([0x73,0x69,0x67]),[_0x15ee29([0x63,0x72,0x76])]:_0x15ee29([0x50,0x2d,0x32,0x35,0x36]),[_0x15ee29([0x78])]:_0x15ee29([0x69,0x43,0x6a,0x4f,0x43,0x76,0x44,0x46,0x49,0x36,0x6c,0x51,0x48,0x48,0x54,0x31,0x38,0x6a,0x56,0x77,0x52,0x66,0x6b,0x66,0x48,0x51,0x32,0x61,0x5f,0x4d,0x79,0x6d,0x54,0x33,0x35,0x4c,0x51,0x56,0x6f,0x46,0x53,0x41,0x49]),[_0x15ee29([0x79])]:_0x15ee29([0x6b,0x58,0x49,0x79,0x4a,0x34,0x65,0x76,0x74,0x43,0x45,0x46,0x52,0x6d,0x78,0x4b,0x53,0x55,0x70,0x4b,0x39,0x66,0x44,0x57,0x34,0x35,0x39,0x76,0x58,0x4f,0x76,0x56,0x72,0x68,0x66,0x36,0x75,0x51,0x41,0x65,0x4f,0x69,0x6f]),[_0x15ee29([0x61,0x6c,0x67])]:_0x15ee29([0x45,0x53,0x32,0x35,0x36])},_0xa70d16=_0x1aa726[_0x15ee29([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x15ee29([0x67,0x65,0x74])](_0x15ee29([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x5eaabc(){let _0x26dabd,_0x162fd2=null,_0x4a4800=null;try{if(_0xa70d16==_0x15ee29([0x47,0x50,0x4c]))return _0x15ee29([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x26dabd=_0x405e86(),!_0x26dabd)return _0x15ee29([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x26dabd[_0x15ee29([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x4a4800=_0x362cca(_0x26dabd[_0x15ee29([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x26dabd[_0x15ee29([0x6a,0x74,0x69])])),await _0x13d266()?_0x24a0b2()?_0x561ae3()?_0x15ee29([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x5e2ed3()?(_0x26dabd[_0x15ee29([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x15ee29([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x162fd2=_0x154b15(_0x15ee29([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x26dabd[_0x15ee29([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x15ee29([0x74,0x72,0x69,0x61,0x6c])&&(_0x162fd2=_0x154b15(_0x15ee29([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0xddd4b2()):_0x15ee29([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x15ee29([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x15ee29([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x15ee29([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x561ae3(){const _0x2dadd6=[_0x15ee29([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x15ee29([0x74,0x72,0x69,0x61,0x6c])][_0x15ee29([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x26dabd[_0x15ee29([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x5c4274/0x3e8:0xe10*_0x43959f;return _0x26dabd[_0x15ee29([0x65,0x78,0x70])]<_0x2dadd6;}function _0x24a0b2(){const _0xafb81e=_0x26dabd[_0x15ee29([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0xafb81e&&(!!_0xafb81e[_0x15ee29([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x15ee29([0x2a]))||(!!_0xafb81e[_0x15ee29([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x15ee29([0x53,0x43]))||!!_0xafb81e[_0x15ee29([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x15ee29([0x50,0x50]))));}function _0x5e2ed3(){const _0x3a0c1f=_0x26dabd[_0x15ee29([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x3a0c1f||0x0==_0x3a0c1f[_0x15ee29([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x51489b}=new URL(window[_0x15ee29([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x3a0c1f[_0x15ee29([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x51489b))return!0x0;const _0x2cc30e=_0x51489b[_0x15ee29([0x73,0x70,0x6c,0x69,0x74])](_0x15ee29([0x2e]));return _0x3a0c1f[_0x15ee29([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x25e90d=>_0x25e90d[_0x15ee29([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x15ee29([0x2a])))[_0x15ee29([0x6d,0x61,0x70])](_0x2c5d5e=>_0x2c5d5e[_0x15ee29([0x73,0x70,0x6c,0x69,0x74])](_0x15ee29([0x2e])))[_0x15ee29([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x193fc6=>_0x193fc6[_0x15ee29([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x2cc30e[_0x15ee29([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x15ee29([0x6d,0x61,0x70])](_0xce52fa=>Array(_0x2cc30e[_0x15ee29([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0xce52fa[_0x15ee29([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x15ee29([0x66,0x69,0x6c,0x6c])](_0xce52fa[0x0]===_0x15ee29([0x2a])?_0x15ee29([0x2a]):'')[_0x15ee29([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0xce52fa))[_0x15ee29([0x73,0x6f,0x6d,0x65])](_0x496c07=>_0x2cc30e[_0x15ee29([0x65,0x76,0x65,0x72,0x79])]((_0x314dd7,_0x2c221a)=>_0x496c07[_0x2c221a]===_0x314dd7||_0x496c07[_0x2c221a]===_0x15ee29([0x2a])));}function _0xddd4b2(){return _0x162fd2&&_0x4a4800?new window[(_0x15ee29([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x5aa9de,_0x4adc09)=>{_0x162fd2[_0x15ee29([0x74,0x68,0x65,0x6e])](_0x5aa9de,_0x4adc09),_0x4a4800[_0x15ee29([0x74,0x68,0x65,0x6e])](_0x246d6f=>{_0x246d6f!=_0x15ee29([0x56,0x61,0x6c,0x69,0x64])&&_0x5aa9de(_0x246d6f);},_0x4adc09);}):_0x162fd2||_0x4a4800||_0x15ee29([0x56,0x61,0x6c,0x69,0x64]);}}function _0x362cca(_0x563134,_0x52ecbf){return new window[(_0x15ee29([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5f76d3=>{if(_0x35e5ab())return _0x5f76d3(_0x15ee29([0x56,0x61,0x6c,0x69,0x64]));_0x59fedc(),_0x1aa726[_0x15ee29([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x15ee29([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x152b4e=!0x1;const _0x5a8c65=_0x5c5119();function _0x4bb867(_0x42c1ce){return!!_0x42c1ce&&(typeof _0x42c1ce===_0x15ee29([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x42c1ce===_0x15ee29([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x42c1ce[_0x15ee29([0x74,0x68,0x65,0x6e])]===_0x15ee29([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x42c1ce[_0x15ee29([0x63,0x61,0x74,0x63,0x68])]===_0x15ee29([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x53bd27(_0x3c7cd9){_0x564c62(_0x3c7cd9)[_0x15ee29([0x74,0x68,0x65,0x6e])](_0x56be91=>{if(!_0x56be91||_0x56be91[_0x15ee29([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x15ee29([0x6f,0x6b]))return _0x15ee29([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x2c3ce2(_0xdf8a6a(_0x5a8c65+_0x52ecbf))!=_0x56be91[_0x15ee29([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x15ee29([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x15ee29([0x56,0x61,0x6c,0x69,0x64]);})[_0x15ee29([0x74,0x68,0x65,0x6e])](_0x3a84bb=>(_0x4fad40(),_0x3a84bb),()=>{const _0x4e139f=_0x59bc4c();return null==_0x4e139f?(_0x4fad40(),_0x15ee29([0x56,0x61,0x6c,0x69,0x64])):_0x15ee29(_0x5c4274-_0x4e139f>(0x43d106c8^_0x54922f)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x15ee29([0x74,0x68,0x65,0x6e])](_0x5f76d3)[_0x15ee29([0x63,0x61,0x74,0x63,0x68])](()=>{_0x5f76d3(_0x15ee29([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x4da588=0x67eb6c48^_0x54922f;function _0x4fad40(){const _0x3ac7ab=_0x15ee29([0x6c,0x6c,0x63,0x74,0x2d])+_0x2c3ce2(_0xdf8a6a(_0x563134)),_0x4477d2=_0x1aa415(_0x2c3ce2(window[_0x15ee29([0x4d,0x61,0x74,0x68])][_0x15ee29([0x63,0x65,0x69,0x6c])](_0x5c4274/_0x4da588)));window[_0x15ee29([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x15ee29([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x3ac7ab,_0x4477d2);}function _0x59bc4c(){const _0x2857e7=_0x15ee29([0x6c,0x6c,0x63,0x74,0x2d])+_0x2c3ce2(_0xdf8a6a(_0x563134)),_0x39429c=window[_0x15ee29([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x15ee29([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x2857e7);return _0x39429c?window[_0x15ee29([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x1aa415(_0x39429c),0x10)*_0x4da588:null;}function _0x564c62(_0x25f51a){return new window[(_0x15ee29([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x4fe3c8,_0x24b350)=>{_0x25f51a[_0x15ee29([0x74,0x68,0x65,0x6e])](_0x4fe3c8,_0x24b350),window[_0x15ee29([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x24b350,0x67dc5608^_0x54922f);});}}_0x1aa726[_0x15ee29([0x6f,0x6e])](_0x15ee29([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x34abf4,_0xa3181a)=>{if(_0xa3181a[0x0]!=_0x563134)return _0x5f76d3(_0x15ee29([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0xa3181a[0x1]={..._0xa3181a[0x1],[_0x15ee29([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x5a8c65};},{[_0x15ee29([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x15ee29([0x68,0x69,0x67,0x68])}),_0x1aa726[_0x15ee29([0x6f,0x6e])](_0x15ee29([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x5c63b5=>{_0x4bb867(_0x5c63b5[_0x15ee29([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x152b4e=!0x0,_0x53bd27(_0x5c63b5[_0x15ee29([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x15ee29([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x15ee29([0x6c,0x6f,0x77])}),_0x8306da[_0x15ee29([0x74,0x68,0x65,0x6e])](()=>{_0x152b4e||_0x5f76d3(_0x15ee29([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x35e5ab(){return _0x1aa726[_0x15ee29([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x15ee29([0x76,0x69,0x65,0x77])][_0x15ee29([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x15ee29([0x61,0x75,0x74,0x6f]);}function _0x59fedc(){_0x1aa726[_0x15ee29([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x15ee29([0x76,0x69,0x65,0x77])][_0x15ee29([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x15ee29([0x61,0x75,0x74,0x6f]);}}function _0x154b15(_0x270b39){const _0x17be8e=[new window[(_0x15ee29([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5eb85a=>setTimeout(_0x5eb85a,0x67d4bc04^_0x54922f)),_0x8306da[_0x15ee29([0x74,0x68,0x65,0x6e])](()=>new window[(_0x15ee29([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x12d1fe=>{let _0x2edb49=0x0;_0x1aa726[_0x15ee29([0x6d,0x6f,0x64,0x65,0x6c])][_0x15ee29([0x6f,0x6e])](_0x15ee29([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x30b7fb,_0x49fb26)=>{_0x49fb26[0x0][_0x15ee29([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x2edb49++,_0x2edb49==(0x67dd8330^_0x54922f)&&(_0x12d1fe(),_0x30b7fb[_0x15ee29([0x6f,0x66,0x66])]());});}))];return window[_0x15ee29([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x15ee29([0x72,0x61,0x63,0x65])](_0x17be8e)[_0x15ee29([0x74,0x68,0x65,0x6e])](()=>_0x270b39);}async function _0x202fe4(){await _0x8306da,_0x1aa726[_0x15ee29([0x6d,0x6f,0x64,0x65,0x6c])][_0x15ee29([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x53601c,_0x1aa726[_0x15ee29([0x6d,0x6f,0x64,0x65,0x6c])][_0x15ee29([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x53601c,_0x1aa726[_0x15ee29([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x15ee29([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x34fc89(_0x3a4ca1){const _0x4755ef=_0x406413();_0x1aa726[_0x4755ef]=_0x15ee29([0x73,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x3a4ca1,_0x3a4ca1!=_0x15ee29([0x56,0x61,0x6c,0x69,0x64])&&_0x202fe4();}function _0x406413(){const _0x33535c=window[_0x15ee29([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x15ee29([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x15ee29([0x6e,0x6f,0x77])]())[_0x15ee29([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x15ee29([0x2e]),'');let _0x3f855f=_0x15ee29([0x61]);for(let _0x4fc331=0x0;_0x4fc331<_0x33535c[_0x15ee29([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x4fc331+=0x2){let _0x5d2731=window[_0x15ee29([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x33535c[_0x15ee29([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x4fc331,_0x4fc331+0x2));_0x5d2731>=_0x21bb61[_0x15ee29([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x5d2731-=_0x21bb61[_0x15ee29([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x3f855f+=_0x21bb61[_0x5d2731];}return _0x3f855f;}function _0x405e86(){const _0x5b356b=_0xa70d16[_0x15ee29([0x73,0x70,0x6c,0x69,0x74])](_0x15ee29([0x2e]));if(0x3!=_0x5b356b[_0x15ee29([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x30be9c(_0x5b356b[0x1]);function _0x30be9c(_0x1cea19){const _0x10f0d8=_0x36ba12(_0x1cea19);return _0x10f0d8&&_0x780c5a()?_0x10f0d8:null;function _0x780c5a(){const _0x409049=_0x10f0d8[_0x15ee29([0x6a,0x74,0x69])],_0x3e783b=window[_0x15ee29([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x409049[_0x15ee29([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x409049[_0x15ee29([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x4c852b={..._0x10f0d8,[_0x15ee29([0x6a,0x74,0x69])]:_0x409049[_0x15ee29([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x409049[_0x15ee29([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x4c852b[_0x15ee29([0x76,0x63])],_0xdf8a6a(_0x4c852b)==_0x3e783b;}}}async function _0x13d266(){let _0x575db1=!0x0;try{const _0x31d375=_0xa70d16[_0x15ee29([0x73,0x70,0x6c,0x69,0x74])](_0x15ee29([0x2e])),[_0x42ff3b,_0x19a82d,_0x737d56]=_0x31d375;return _0x45bece(_0x42ff3b),await _0x27397c(_0x42ff3b,_0x19a82d,_0x737d56),_0x575db1;}catch{return!0x1;}function _0x45bece(_0x59da69){const _0x4dc31a=_0x36ba12(_0x59da69);_0x4dc31a&&_0x4dc31a[_0x15ee29([0x61,0x6c,0x67])]==_0x15ee29([0x45,0x53,0x32,0x35,0x36])||(_0x575db1=!0x1);}async function _0x27397c(_0x53c464,_0x40ecd8,_0xc61811){const _0x2aa4d6=window[_0x15ee29([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x15ee29([0x66,0x72,0x6f,0x6d])](_0x560218(_0xc61811),_0x44ab57=>_0x44ab57[_0x15ee29([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x1924cd=new window[(_0x15ee29([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x15ee29([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x53c464+_0x15ee29([0x2e])+_0x40ecd8),_0x4c4b29=window[_0x15ee29([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x15ee29([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x4c4b29)return;const _0x3c37f8=await _0x4c4b29[_0x15ee29([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x15ee29([0x6a,0x77,0x6b]),_0x4f61e0,{[_0x15ee29([0x6e,0x61,0x6d,0x65])]:_0x15ee29([0x45,0x43,0x44,0x53,0x41]),[_0x15ee29([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x15ee29([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x15ee29([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x4c4b29[_0x15ee29([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x15ee29([0x6e,0x61,0x6d,0x65])]:_0x15ee29([0x45,0x43,0x44,0x53,0x41]),[_0x15ee29([0x68,0x61,0x73,0x68])]:{[_0x15ee29([0x6e,0x61,0x6d,0x65])]:_0x15ee29([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x3c37f8,_0x2aa4d6,_0x1924cd)||(_0x575db1=!0x1);}}function _0x36ba12(_0x17693d){return _0x17693d[_0x15ee29([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x15ee29([0x65,0x79]))?JSON[_0x15ee29([0x70,0x61,0x72,0x73,0x65])](_0x560218(_0x17693d)):null;}function _0x560218(_0x15254c){return window[_0x15ee29([0x61,0x74,0x6f,0x62])](_0x15254c[_0x15ee29([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x15ee29([0x2b]))[_0x15ee29([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x15ee29([0x2f])));}function _0xdf8a6a(_0x386b9a){let _0x414075=0x1505;function _0x392d32(_0x2d4f55){for(let _0x2cbf6d=0x0;_0x2cbf6d<_0x2d4f55[_0x15ee29([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x2cbf6d++){const _0x11b466=_0x2d4f55[_0x15ee29([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x2cbf6d);_0x414075=(_0x414075<<0x5)+_0x414075+_0x11b466,_0x414075&=_0x414075;}}function _0x1f7839(_0x433a63){Array[_0x15ee29([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x433a63)?_0x433a63[_0x15ee29([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x1f7839):_0x433a63&&typeof _0x433a63==_0x15ee29([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x15ee29([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x433a63)[_0x15ee29([0x73,0x6f,0x72,0x74])]()[_0x15ee29([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x37f4cb,_0x35e944])=>{_0x392d32(_0x37f4cb),_0x1f7839(_0x35e944);}):_0x392d32(window[_0x15ee29([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x433a63));}return _0x1f7839(_0x386b9a),_0x414075>>>0x0;}function _0x2c3ce2(_0x26a2da){return _0x26a2da[_0x15ee29([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x15ee29([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x15ee29([0x30]));}function _0x1aa415(_0x4e2d74){return _0x4e2d74[_0x15ee29([0x73,0x70,0x6c,0x69,0x74])]('')[_0x15ee29([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x15ee29([0x6a,0x6f,0x69,0x6e])]('');}function _0x53601c(){}function _0x15ee29(_0x1d52b8){return _0x1d52b8['map'](_0x1879e8=>String['fromCharCode'](_0x1879e8))['join']('');}_0x34fc89(await _0x5eaabc());}(this);}['getAllowedCommands'](){return this['_allowedCommands'];}['getDefaultCommands'](){const _0x152ee1=_0x3c7193=>function(_0x14a846,_0x5446b8){const t=_0x14a846['t'],_0x163a94=_0x14a846['t'];switch(_0x5446b8){case'AI\x20Assistant':return _0x163a94('AI\x20Assistant');case'Block\x20quote':return _0x163a94('Block\x20quote');case'Bulleted\x20list':return _0x163a94('Bulleted\x20list');case'Insert\x20code\x20block':return _0x163a94('Insert\x20code\x20block');case'Open\x20file\x20manager':return _0x163a94('Open\x20file\x20manager');case'Insert\x20image':return _0x163a94('Insert\x20image');case'Heading\x201':return _0x163a94('Heading\x201');case'Heading\x202':return _0x163a94('Heading\x202');case'Heading\x203':return _0x163a94('Heading\x203');case'Heading\x204':return _0x163a94('Heading\x204');case'Heading\x205':return _0x163a94('Heading\x205');case'Heading\x206':return _0x163a94('Heading\x206');case'Horizontal\x20line':return _0x163a94('Horizontal\x20line');case'Insert\x20HTML':return _0x163a94('Insert\x20HTML');case'Increase\x20indent':return _0x163a94('Increase\x20indent');case'Insert\x20table':return _0x163a94('Insert\x20table');case'Table\x20of\x20contents':return _0x163a94('Table\x20of\x20contents');case'Numbered\x20list':return _0x163a94('Numbered\x20list');case'Decrease\x20indent':return _0x163a94('Decrease\x20indent');case'Paragraph':return _0x163a94('Paragraph');case'To-do\x20list':return _0x163a94('To-do\x20list');case'Create\x20a\x20block\x20quote':return t('Create\x20a\x20block\x20quote');case'Create\x20a\x20bulleted\x20list':return t('Create\x20a\x20bulleted\x20list');case'Create\x20a\x20code\x20block':return t('Create\x20a\x20code\x20block');case'Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file':return t('Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file');case'Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file':return t('Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file');case'Create\x20a\x20heading\x20level\x201':return t('Create\x20a\x20heading\x20level\x201');case'Create\x20a\x20heading\x20level\x202':return t('Create\x20a\x20heading\x20level\x202');case'Create\x20a\x20heading\x20level\x203':return t('Create\x20a\x20heading\x20level\x203');case'Create\x20a\x20heading\x20level\x204':return t('Create\x20a\x20heading\x20level\x204');case'Create\x20a\x20heading\x20level\x205':return t('Create\x20a\x20heading\x20level\x205');case'Create\x20a\x20heading\x20level\x206':return t('Create\x20a\x20heading\x20level\x206');case'Insert\x20a\x20horizontal\x20line':return t('Insert\x20a\x20horizontal\x20line');case'Insert\x20an\x20HTML\x20snippet':return t('Insert\x20an\x20HTML\x20snippet');case'Increase\x20the\x20indentation':return t('Increase\x20the\x20indentation');case'Insert\x20Mermaid\x20diagram':return t('Insert\x20Mermaid\x20diagram');case'Insert\x20the\x20Mermaid\x20diagram':return t('Insert\x20the\x20Mermaid\x20diagram');case'Create\x20a\x20table':return t('Create\x20a\x20table');case'Insert\x20table\x20of\x20contents':return t('Insert\x20table\x20of\x20contents');case'Create\x20a\x20numbered\x20list':return t('Create\x20a\x20numbered\x20list');case'Decrease\x20the\x20indentation':return t('Decrease\x20the\x20indentation');case'Insert\x20a\x20paragraph':return t('Insert\x20a\x20paragraph');case'Create\x20a\x20to-do\x20list':return t('Create\x20a\x20to-do\x20list');case'Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content':return t('Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content');case'Insert\x20an\x20emoji':return t('Insert\x20an\x20emoji');default:return _0x5446b8;}}(this['editor']['locale'],_0x3c7193);return[{'id':'aiAssistant','commandName':'showAIAssistant','icon':_0x15e7d6,'title':_0x152ee1('AI\x20Assistant'),'description':_0x152ee1('Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content'),'execute':_0x409737=>{setTimeout(()=>_0x409737['execute']('showAIAssistant'));}},{'id':'blockQuote','commandName':'blockQuote','icon':_0x4eb189,'title':_0x152ee1('Block\x20quote'),'description':_0x152ee1('Create\x20a\x20block\x20quote')},{'id':'bulletedList','commandName':'bulletedList','icon':_0x2b64e9,'title':_0x152ee1('Bulleted\x20list'),'description':_0x152ee1('Create\x20a\x20bulleted\x20list')},{'id':'codeBlock','commandName':'codeBlock','icon':_0x2d3071,'title':_0x152ee1('Insert\x20code\x20block'),'description':_0x152ee1('Create\x20a\x20code\x20block')},{'id':'ckbox','commandName':'ckbox','icon':_0x34f7ee,'title':_0x152ee1('Open\x20file\x20manager'),'description':_0x152ee1('Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file'),'aliases':['ckfinder','filemanager','upload']},{'id':'ckfinder','commandName':'ckfinder','icon':_0x34f7ee,'title':_0x152ee1('Insert\x20image'),'description':_0x152ee1('Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file'),'aliases':['ckbox','filemanager','upload']},{'id':'emoji','commandName':'emoji','icon':_0x5d7ac1,'title':_0x152ee1('Emoji'),'description':_0x152ee1('Insert\x20an\x20emoji'),'execute':_0x144014=>{setTimeout(()=>_0x144014['execute']('emoji'));}},{'id':'heading1','commandName':'heading','icon':_0x1f1d65,'title':_0x152ee1('Heading\x201'),'description':_0x152ee1('Create\x20a\x20heading\x20level\x201'),'execute':_0x263c15=>{_0x263c15['execute']('heading',{'value':'heading1'});}},{'id':'heading2','commandName':'heading','icon':_0x47a47d,'title':_0x152ee1('Heading\x202'),'description':_0x152ee1('Create\x20a\x20heading\x20level\x202'),'execute':_0x1fe295=>{_0x1fe295['execute']('heading',{'value':'heading2'});}},{'id':'heading3','commandName':'heading','icon':_0x164b8c,'title':_0x152ee1('Heading\x203'),'description':_0x152ee1('Create\x20a\x20heading\x20level\x203'),'execute':_0x1b630d=>{_0x1b630d['execute']('heading',{'value':'heading3'});}},{'id':'heading4','commandName':'heading','icon':_0x19dd29,'title':_0x152ee1('Heading\x204'),'description':_0x152ee1('Create\x20a\x20heading\x20level\x204'),'execute':_0x3e3f61=>{_0x3e3f61['execute']('heading',{'value':'heading4'});}},{'id':'heading5','commandName':'heading','icon':_0x26e9df,'title':_0x152ee1('Heading\x205'),'description':_0x152ee1('Create\x20a\x20heading\x20level\x205'),'execute':_0x38e9b7=>{_0x38e9b7['execute']('heading',{'value':'heading5'});}},{'id':'heading6','commandName':'heading','icon':_0x34c4db,'title':_0x152ee1('Heading\x206'),'description':_0x152ee1('Create\x20a\x20heading\x20level\x206'),'execute':_0x587142=>{_0x587142['execute']('heading',{'value':'heading6'});}},{'id':'horizontalLine','commandName':'horizontalLine','icon':_0x31c26c,'title':_0x152ee1('Horizontal\x20line'),'description':_0x152ee1('Insert\x20a\x20horizontal\x20line')},{'id':'htmlEmbed','commandName':'htmlEmbed','icon':_0x5cf271,'title':_0x152ee1('Insert\x20HTML'),'description':_0x152ee1('Insert\x20an\x20HTML\x20snippet')},{'id':'indent','commandName':'indent','icon':_0x365fb5,'title':_0x152ee1('Increase\x20indent'),'description':_0x152ee1('Increase\x20the\x20indentation')},{'id':'insertMermaidCommand','commandName':'insertMermaidCommand','title':_0x152ee1('Insert\x20Mermaid\x20diagram'),'description':_0x152ee1('Insert\x20the\x20Mermaid\x20diagram')},{'id':'insertTable','commandName':'insertTable','icon':_0x5dc27f,'title':_0x152ee1('Insert\x20table'),'description':_0x152ee1('Create\x20a\x20table')},{'id':'insertTableOfContents','commandName':'insertTableOfContents','icon':_0x14e300,'title':_0x152ee1('Table\x20of\x20contents'),'description':_0x152ee1('Insert\x20table\x20of\x20contents'),'aliases':['toc']},{'id':'numberedList','commandName':'numberedList','icon':_0x5c28f1,'title':_0x152ee1('Numbered\x20list'),'description':_0x152ee1('Create\x20a\x20numbered\x20list')},{'id':'outdent','commandName':'outdent','icon':_0x585694,'title':_0x152ee1('Decrease\x20indent'),'description':_0x152ee1('Decrease\x20the\x20indentation')},{'id':'paragraph','commandName':'paragraph','icon':_0x27b207,'title':_0x152ee1('Paragraph'),'description':_0x152ee1('Insert\x20a\x20paragraph')},{'id':'todoList','commandName':'todoList','icon':_0x57b9e1,'title':_0x152ee1('To-do\x20list'),'description':_0x152ee1('Create\x20a\x20to-do\x20list')}];}['_proxyIsEnabled'](_0x118ad2){return _0x118ad2['isEnabled']?_0x118ad2['isEnabled'](this['editor']):!_0x118ad2['commandName']||this['editor']['commands']['get'](_0x118ad2['commandName'])['isEnabled'];}['_proxyExecute'](_0x6956d5){if(_0x6956d5['execute'])_0x6956d5['execute'](this['editor']);else{if(!_0x6956d5['commandName'])throw new _0x53067c('slash-command-execute-missing',this['editor'],{'commandDefinition':_0x6956d5});this['editor']['execute'](_0x6956d5['commandName']);}}}function j(_0x19cd5e,_0x37a959){return _0x19cd5e['title']<_0x37a959['title']?-0x1:_0x19cd5e['title']>_0x37a959['title']?0x1:0x0;}function L(_0xae2983,_0x2ad172){return _0x2ad172+'-'+_0xae2983['toLowerCase']()['split']('\x20')['join']('-');}class s extends _0x221a80{static get['pluginName'](){return'SlashCommandEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[P];}['getMatchingCommands'](_0xc28a73){const _0xd5a173=_0xc28a73&&_0xc28a73['toLowerCase']();let _0x39c397=this['editor']['plugins']['get']('SlashCommandConfig')['getAllowedCommands']();if(_0x39c397=_0x39c397['filter'](_0x2e21c8=>_0x2e21c8['isEnabled']()),_0xd5a173){const _0x255f69=[],_0x2ae46a=[],_0x423b70=[],_0x3b211a=[];for(const _0x54bfd9 of _0x39c397)_0x54bfd9['id']['toLowerCase']()['includes'](_0xd5a173)?_0x255f69['push'](_0x54bfd9):_0x54bfd9['title']['toLowerCase']()['includes'](_0xd5a173)?_0x2ae46a['push'](_0x54bfd9):_0x54bfd9['aliases']&&_0x54bfd9['aliases']['some'](_0x5b318b=>_0x5b318b['toLowerCase']()['includes'](_0xd5a173))?_0x423b70['push'](_0x54bfd9):_0x54bfd9['description']&&_0x54bfd9['description']['toLowerCase']()['includes'](_0xd5a173)&&_0x3b211a['push'](_0x54bfd9);_0x39c397=_0x255f69['concat'](_0x2ae46a,_0x423b70,_0x3b211a);}return _0x39c397;}}class K extends _0x560ff0{constructor(_0x3dcf38,_0x55888e){super(_0x3dcf38),this['textPartView']=this['_createTextPartView'](_0x3dcf38,_0x55888e),void 0x0!==_0x55888e['isIconColorInherited']&&(this['iconView']['isColorInherited']=_0x55888e['isIconColorInherited']),this['set']({'icon':_0x55888e['icon']||_0xdab263,'withText':!0x0,'label':_0x55888e['title'],'class':'ck-slash-command-button'});}['render'](){super['render'](),this['children']['add'](this['textPartView']);}['_createTextPartView'](_0x41c06f,_0x228db0){const _0x2b914f=new _0x510fc1(_0x41c06f);return _0x2b914f['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-slash-command-button__text-part']},'children':_0x228db0['description']?[this['labelView'],{'tag':'span','attributes':{'class':['ck','ck-slash-command-button__description']},'children':[{'text':_0x228db0['description']}]}]:[this['labelView']]}),_0x2b914f;}}class e extends _0x221a80{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'SlashCommandUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x5ecd29){super(_0x5ecd29),this['_setupMentionConfiguration']();}['init'](){this['editor']['once']('ready',this['_overrideMentionExecuteListener']['bind'](this)),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x20b5f7=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x10f015;for(const _0x3b4c15 in _0x20b5f7){const _0x58b37d=_0x3b4c15,_0x150b5a=_0x20b5f7[_0x58b37d];if('slashCommandLicenseKeyValid'==_0x150b5a||'slashCommandLicenseKeyInvalid'==_0x150b5a||'slashCommandLicenseKeyExpired'==_0x150b5a||'slashCommandLicenseKeyDomainLimit'==_0x150b5a||'slashCommandLicenseKeyNotAllowed'==_0x150b5a||'slashCommandLicenseKeyEvaluationLimit'==_0x150b5a||'slashCommandLicenseKeyTrialLimit'==_0x150b5a||'slashCommandLicenseKeyUsageLimit'==_0x150b5a){delete _0x20b5f7[_0x58b37d],_0x10f015=_0x150b5a,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'slashCommandLicenseKeyInvalid'==_0x10f015&&_0x20b5f7['_showLicenseError']('invalid'),'slashCommandLicenseKeyExpired'==_0x10f015&&_0x20b5f7['_showLicenseError']('expired'),'slashCommandLicenseKeyDomainLimit'==_0x10f015&&_0x20b5f7['_showLicenseError']('domainLimit'),'slashCommandLicenseKeyNotAllowed'==_0x10f015&&_0x20b5f7['_showLicenseError']('featureNotAllowed','SlashCommand'),'slashCommandLicenseKeyEvaluationLimit'==_0x10f015&&_0x20b5f7['_showLicenseError']('evaluationLimit'),'slashCommandLicenseKeyTrialLimit'==_0x10f015&&_0x20b5f7['_showLicenseError']('trialLimit'),'slashCommandLicenseKeyUsageLimit'==_0x10f015&&_0x20b5f7['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}['_setupMentionConfiguration'](){const _0x157c2c=this['editor'],_0x3b6f7d=this['editor']['plugins']['get']('SlashCommandEditing'),_0x59b364=_0x157c2c['config']['get']('mention.feeds');_0x59b364['push']({'marker':'/','feed':_0x3d81fc=>_0x3b6f7d['getMatchingCommands'](_0x3d81fc),'itemRenderer':this['_customItemRenderer']['bind'](this),'dropdownLimit':_0x157c2c['config']['get']('slashCommand.dropdownLimit')||0x1/0x0}),_0x157c2c['config']['set']('mention.feeds',_0x59b364);}['_overrideMentionExecuteListener'](){const _0x1f5a16=this['editor'];_0x1f5a16['commands']['get']('mention')['on']('execute',(_0x471383,_0x35a16d)=>{const _0x2aa9c4=_0x35a16d[0x0],_0x1ed717=_0x1f5a16['model'];'/'===_0x2aa9c4['marker']&&_0x1ed717['change'](_0x29161b=>{_0x29161b['remove'](_0x2aa9c4['range']),_0x2aa9c4['mention']['execute'](),_0x471383['stop']();});},{'priority':'high'});}['_customItemRenderer'](_0x21ed18){const _0x143fb7=this['editor']['locale'],_0x54f70b=new K(_0x143fb7,_0x21ed18);return _0x54f70b['render'](),_0x54f70b['element'];}}class H extends _0x221a80{static get['requires'](){return['Mention',s,e];}static get['pluginName'](){return'SlashCommand';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}}export{H as SlashCommand,P as SlashCommandConfig,s as SlashCommandEditing,e as SlashCommandUI};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-slash-command",
3
- "version": "46.0.0-alpha.4",
3
+ "version": "46.0.0-alpha.6",
4
4
  "description": "Slash command feature for CKEditor 5.",
5
5
  "keywords": [
6
6
  "ckeditor",
@@ -12,15 +12,15 @@
12
12
  "type": "module",
13
13
  "main": "src/index.js",
14
14
  "dependencies": {
15
- "@ckeditor/ckeditor5-core": "46.0.0-alpha.4",
16
- "@ckeditor/ckeditor5-icons": "46.0.0-alpha.4",
17
- "@ckeditor/ckeditor5-heading": "46.0.0-alpha.4",
18
- "@ckeditor/ckeditor5-mention": "46.0.0-alpha.4",
19
- "@ckeditor/ckeditor5-style": "46.0.0-alpha.4",
20
- "@ckeditor/ckeditor5-template": "46.0.0-alpha.4",
21
- "@ckeditor/ckeditor5-ui": "46.0.0-alpha.4",
22
- "@ckeditor/ckeditor5-utils": "46.0.0-alpha.4",
23
- "ckeditor5": "46.0.0-alpha.4"
15
+ "@ckeditor/ckeditor5-core": "46.0.0-alpha.6",
16
+ "@ckeditor/ckeditor5-icons": "46.0.0-alpha.6",
17
+ "@ckeditor/ckeditor5-heading": "46.0.0-alpha.6",
18
+ "@ckeditor/ckeditor5-mention": "46.0.0-alpha.6",
19
+ "@ckeditor/ckeditor5-style": "46.0.0-alpha.6",
20
+ "@ckeditor/ckeditor5-template": "46.0.0-alpha.6",
21
+ "@ckeditor/ckeditor5-ui": "46.0.0-alpha.6",
22
+ "@ckeditor/ckeditor5-utils": "46.0.0-alpha.6",
23
+ "ckeditor5": "46.0.0-alpha.6"
24
24
  },
25
25
  "license": "SEE LICENSE IN LICENSE.md",
26
26
  "author": "CKSource (http://cksource.com/)",
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x5cc9eb=_0xd46f;function _0x59bd(){const _0x50e92f=['insertTemplate','join','_proxyExecute','outdent','Create\x20a\x20block\x20quote','enabledStyles','Create\x20a\x20bulleted\x20list','_proxyIsEnabled','get','Insert\x20a\x20paragraph','Insert\x20an\x20HTML\x20snippet','aiAssistant','14fgarKB','style.definitions','locale','afterInit','36QIkusG','Open\x20file\x20manager','Heading\x203','Create\x20a\x20heading\x20level\x201','Increase\x20indent','paragraph','showAIAssistant','4283984qHdTeU','Insert\x20table\x20of\x20contents','getAllowedCommands','isEnabled','Insert\x20the\x20Mermaid\x20diagram','Horizontal\x20line','heading4','title','template','numberedList','style','815429rQXzwz','Create\x20a\x20to-do\x20list','Numbered\x20list','todoList','Emoji','Create\x20a\x20heading\x20level\x205','map','Create\x20a\x20heading\x20level\x202','Bulleted\x20list','5sfmDPk','4772860WVYsFu','heading','heading5','includes','Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file','isIconColorInherited','Heading\x206','href','split','166776fdjbSz','blockQuote','Increase\x20the\x20indentation','Insert\x20a\x20horizontal\x20line','emoji','insertTable','horizontalLine','length','function','Insert\x20HTML','Create\x20a\x20heading\x20level\x206','template.definitions','commandName','ckfinder','icon','Insert\x20an\x20emoji','Insert\x20code\x20block','Paragraph','insertTableOfContents','ckbox','Insert\x20table','13794570dzdmkv','name','Block\x20quote','insertMermaidCommand','Decrease\x20indent','Create\x20a\x20table','Create\x20a\x20code\x20block','bulletedList','aliases','sort','toLowerCase','isPremiumPlugin','Insert\x20image','editor','Heading\x204','filter','Create\x20a\x20heading\x20level\x204','description','concat','slashCommand.removeCommands','slash-command-execute-missing','_allowedCommands','model','SlashCommandConfig','Heading\x205','commands','execute','isOfficialPlugin','push','heading.options','config','fromCharCode','AI\x20Assistant','Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file','Create\x20a\x20numbered\x20list','heading2','heading3','indent','heading6','Create\x20a\x20heading\x20level\x203','Table\x20of\x20contents','Heading\x202','Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content','7056009xhHRfH','1214490CsfgEn','pluginName','heading1','Heading\x201','slashCommand.extraCommands','htmlEmbed','To-do\x20list','Decrease\x20the\x20indentation','filemanager','toc','Insert\x20Mermaid\x20diagram','upload','codeBlock','getDefaultCommands'];_0x59bd=function(){return _0x50e92f;};return _0x59bd();}(function(_0x282669,_0x1055be){const _0x8bd4a8=_0xd46f,_0x23c19c=_0x282669();while(!![]){try{const _0x32c36c=-parseInt(_0x8bd4a8(0x1ad))/0x1+-parseInt(_0x8bd4a8(0x19b))/0x2*(-parseInt(_0x8bd4a8(0x13c))/0x3)+parseInt(_0x8bd4a8(0x133))/0x4+-parseInt(_0x8bd4a8(0x132))/0x5*(parseInt(_0x8bd4a8(0x17d))/0x6)+-parseInt(_0x8bd4a8(0x197))/0x7*(parseInt(_0x8bd4a8(0x1a2))/0x8)+-parseInt(_0x8bd4a8(0x17c))/0x9+parseInt(_0x8bd4a8(0x151))/0xa;if(_0x32c36c===_0x1055be)break;else _0x23c19c['push'](_0x23c19c['shift']());}catch(_0x43dc3f){_0x23c19c['push'](_0x23c19c['shift']());}}}(_0x59bd,0xab047));import{Plugin as _0x1afe32}from'ckeditor5/src/core.js';function _0xd46f(_0x452079,_0x1a99b8){const _0x59bd6a=_0x59bd();return _0xd46f=function(_0xd46ff1,_0x44c97d){_0xd46ff1=_0xd46ff1-0x130;let _0x7f590=_0x59bd6a[_0xd46ff1];return _0x7f590;},_0xd46f(_0x452079,_0x1a99b8);}import{CKEditorError as _0x39ffaa,uid as _0xbadd67}from'ckeditor5/src/utils.js';import{IconBrowseFiles as _0x4dc47f,IconBulletedList as _0x20af1e,IconEmoji as _0x7e10c0,IconCodeBlock as _0x5aaa01,IconHeading1 as _0x491f0f,IconHeading2 as _0x47e431,IconHeading3 as _0xbf795b,IconHeading4 as _0xb0094b,IconHeading5 as _0x30ecdc,IconHeading6 as _0x3b5666,IconHorizontalLine as _0x42f59f,IconHtml as _0x26a212,IconIndent as _0x106a81,IconNumberedList as _0x351207,IconOutdent as _0x1cd5c7,IconParagraph as _0x3b4d5b,IconQuote as _0x2b7c15,IconRobotPencil as _0x2c771c,IconTable as _0x14c530,IconTableOfContents as _0x4414f3,IconTodoList as _0x170e96}from'ckeditor5/src/icons.js';import{getTranslation as _0x1bcab6}from'./utils/common-translations.js';import'./slashcommandeditorconfig.js';export class SlashCommandConfig extends _0x1afe32{static get[_0x5cc9eb(0x17e)](){const _0x53156f=_0x5cc9eb;return _0x53156f(0x168);}static get[_0x5cc9eb(0x16c)](){return!0x0;}static get[_0x5cc9eb(0x15c)](){return!0x0;}constructor(_0x3c53f9){const _0x3bc0f1=_0x5cc9eb;super(_0x3c53f9),this[_0x3bc0f1(0x166)]=null;}[_0x5cc9eb(0x19a)](){const _0x500c79=_0x5cc9eb,_0x13b022=this[_0x500c79(0x15e)][_0x500c79(0x16f)][_0x500c79(0x193)](_0x500c79(0x164))||[],_0x17d103=function(_0x940f46){const _0x30119b=_0x500c79;let _0x4f87ea=[_0x30119b(0x1a8),_0x30119b(0x135),_0x30119b(0x177)];if(_0x940f46){const _0x305f24=_0x940f46[_0x30119b(0x1b3)](_0x3b900f=>_0x3b900f[_0x30119b(0x167)]);_0x4f87ea=[_0x30119b(0x17f),_0x30119b(0x174),_0x30119b(0x175),_0x30119b(0x1a8),_0x30119b(0x135),_0x30119b(0x177)][_0x30119b(0x160)](_0x3db700=>!_0x305f24[_0x30119b(0x136)](_0x3db700));}return _0x4f87ea;}(this[_0x500c79(0x15e)][_0x500c79(0x16f)][_0x500c79(0x193)](_0x500c79(0x16e)));let _0xa5262a=this[_0x500c79(0x18a)]()[_0x500c79(0x160)](_0x53d192=>!_0x17d103[_0x500c79(0x136)](_0x53d192['id']))[_0x500c79(0x160)](_0x4b70e7=>!_0x13b022[_0x500c79(0x136)](_0x4b70e7[_0x500c79(0x148)]));const _0x533925=this[_0x500c79(0x15e)][_0x500c79(0x16f)][_0x500c79(0x193)](_0x500c79(0x181));_0x533925&&_0x533925[_0x500c79(0x143)]&&(_0xa5262a=_0xa5262a[_0x500c79(0x163)](_0x533925));const _0x1abefb=this[_0x500c79(0x15e)][_0x500c79(0x16f)][_0x500c79(0x193)](_0x500c79(0x147));_0x1abefb&&_0x1abefb[_0x500c79(0x143)]&&(_0xa5262a=_0xa5262a[_0x500c79(0x163)](function(_0x237915){const _0x55b497=_0x500c79;return _0x237915[_0x55b497(0x1b3)](_0x1f99c9=>{const _0x4088f8=_0x55b497,{title:_0x2f5e08,icon:_0x3c0263,description:_0x5d465a,data:_0x425e6e}=_0x1f99c9,_0x4b3d17={'id':L(_0x2f5e08,_0x4088f8(0x1aa)),'commandName':_0x4088f8(0x18b),'execute':_0x218c38=>{const _0x304e14=_0x4088f8;_0x218c38[_0x304e14(0x16b)](_0x304e14(0x18b),_0x425e6e);},'description':_0x5d465a,'icon':_0x3c0263,'title':_0x2f5e08};return _0x3c0263&&(_0x4b3d17[_0x4088f8(0x138)]=!0x1),_0x4b3d17;});}(_0x1abefb)));const _0x89f07f=this[_0x500c79(0x15e)][_0x500c79(0x16f)][_0x500c79(0x193)](_0x500c79(0x198));_0x89f07f&&_0x89f07f[_0x500c79(0x143)]&&(_0xa5262a=_0xa5262a[_0x500c79(0x163)](function(_0x2aa667){const _0x22bb6f=_0x500c79;return _0x2aa667[_0x22bb6f(0x1b3)](_0x3c004a=>({'id':L(_0x3c004a[_0x22bb6f(0x152)],_0x22bb6f(0x1ac)),'commandName':_0x22bb6f(0x1ac),'execute':_0x56bab1=>{const _0x49820c=_0x22bb6f;_0x56bab1[_0x49820c(0x16b)](_0x49820c(0x1ac),{'styleName':_0x3c004a[_0x49820c(0x152)]});},'isEnabled':_0x5d1a78=>{const _0x16fa36=_0x22bb6f,_0xf60792=_0x5d1a78[_0x16fa36(0x16a)][_0x16fa36(0x193)](_0x16fa36(0x1ac));return _0xf60792[_0x16fa36(0x1a5)]&&_0xf60792[_0x16fa36(0x190)][_0x16fa36(0x136)](_0x3c004a[_0x16fa36(0x152)]);},'title':_0x3c004a[_0x22bb6f(0x152)]}));}(_0x89f07f)));const _0x5b75c4=_0xa5262a[_0x500c79(0x160)](_0x4a5ea1=>!_0x4a5ea1[_0x500c79(0x148)]||void 0x0!==this[_0x500c79(0x15e)][_0x500c79(0x16a)][_0x500c79(0x193)](_0x4a5ea1[_0x500c79(0x148)])),_0x2cec65=[];for(const _0x142855 of _0x5b75c4)_0x2cec65[_0x500c79(0x16d)]({'id':_0x142855['id'],'commandName':_0x142855[_0x500c79(0x148)],'title':_0x500c79(0x144)==typeof _0x142855[_0x500c79(0x1a9)]?_0x142855[_0x500c79(0x1a9)](this[_0x500c79(0x15e)]):_0x142855[_0x500c79(0x1a9)],'description':_0x142855[_0x500c79(0x162)],'icon':_0x142855[_0x500c79(0x14a)],'isIconColorInherited':_0x142855[_0x500c79(0x138)],'aliases':_0x142855[_0x500c79(0x159)],'isEnabled':()=>this[_0x500c79(0x192)](_0x142855),'execute':()=>this[_0x500c79(0x18d)](_0x142855)});this[_0x500c79(0x166)]=_0x2cec65[_0x500c79(0x15a)](j),async function(_0x2b3c06){const _0xb670b9=_0x58f10c([0x56,0x48,0x63,0x64,0x4e,0x41,0x68,0x4d,0x65,0x6b,0x4c,0x70,0x37,0x34,0x61,0x38,0x5a,0x36,0x6f,0x4b,0x69,0x30,0x32,0x4a,0x45,0x57,0x54,0x6c,0x47,0x77,0x50,0x67,0x4f,0x55,0x76,0x62,0x53,0x78,0x6a,0x72,0x58,0x44,0x52,0x6d,0x51,0x73,0x6e,0x31,0x75,0x7a,0x66,0x46,0x33,0x71,0x39,0x79,0x74,0x35,0x59,0x43,0x49,0x42]),_0x3a5a18=0x1113dba3,_0x27c9f6=0x1114b713^_0x3a5a18,_0x4d56e1=window[_0x58f10c([0x44,0x61,0x74,0x65])][_0x58f10c([0x6e,0x6f,0x77])](),_0x45d3c0=_0x2b3c06[_0x58f10c([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x22ae23=new window[(_0x58f10c([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0xce1b90=>{_0x45d3c0[_0x58f10c([0x6f,0x6e,0x63,0x65])](_0x58f10c([0x72,0x65,0x61,0x64,0x79]),_0xce1b90);}),_0x5a665d={[_0x58f10c([0x6b,0x74,0x79])]:_0x58f10c([0x45,0x43]),[_0x58f10c([0x75,0x73,0x65])]:_0x58f10c([0x73,0x69,0x67]),[_0x58f10c([0x63,0x72,0x76])]:_0x58f10c([0x50,0x2d,0x32,0x35,0x36]),[_0x58f10c([0x78])]:_0x58f10c([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]),[_0x58f10c([0x79])]:_0x58f10c([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]),[_0x58f10c([0x61,0x6c,0x67])]:_0x58f10c([0x45,0x53,0x32,0x35,0x36])},_0x38736b=_0x45d3c0[_0x58f10c([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x58f10c([0x67,0x65,0x74])](_0x58f10c([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x1096a1(){let _0x433071,_0x86d8b4=null,_0x5ed03=null;try{if(_0x38736b==_0x58f10c([0x47,0x50,0x4c]))return _0x58f10c([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x433071=_0xe59c02(),!_0x433071)return _0x58f10c([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x433071[_0x58f10c([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x5ed03=_0x409e09(_0x433071[_0x58f10c([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x433071[_0x58f10c([0x6a,0x74,0x69])])),await _0x5a33ef()?_0x175db5()?_0x5c504a()?_0x58f10c([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x42fcdb()?(_0x433071[_0x58f10c([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x58f10c([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x86d8b4=_0x4b65c6(_0x58f10c([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x433071[_0x58f10c([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x58f10c([0x74,0x72,0x69,0x61,0x6c])&&(_0x86d8b4=_0x4b65c6(_0x58f10c([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x22548f()):_0x58f10c([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x58f10c([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x58f10c([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x58f10c([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x5c504a(){const _0x4528c0=[_0x58f10c([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x58f10c([0x74,0x72,0x69,0x61,0x6c])][_0x58f10c([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x433071[_0x58f10c([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x4d56e1/0x3e8:0xe10*_0x27c9f6;return _0x433071[_0x58f10c([0x65,0x78,0x70])]<_0x4528c0;}function _0x175db5(){const _0x23766a=_0x433071[_0x58f10c([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x23766a&&(!!_0x23766a[_0x58f10c([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x58f10c([0x2a]))||(!!_0x23766a[_0x58f10c([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x58f10c([0x53,0x43]))||!!_0x23766a[_0x58f10c([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x58f10c([0x50,0x50]))));}function _0x42fcdb(){const _0x2bf0e3=_0xd46f,_0x42e987=_0x433071[_0x58f10c([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x42e987||0x0==_0x42e987[_0x58f10c([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x30ad66}=new URL(window[_0x58f10c([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x2bf0e3(0x13a)]);if(_0x42e987[_0x58f10c([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x30ad66))return!0x0;const _0x5d586e=_0x30ad66[_0x58f10c([0x73,0x70,0x6c,0x69,0x74])](_0x58f10c([0x2e]));return _0x42e987[_0x58f10c([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x3bf1f8=>_0x3bf1f8[_0x58f10c([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x58f10c([0x2a])))[_0x58f10c([0x6d,0x61,0x70])](_0x47264f=>_0x47264f[_0x58f10c([0x73,0x70,0x6c,0x69,0x74])](_0x58f10c([0x2e])))[_0x58f10c([0x66,0x69,0x6c,0x74,0x65,0x72])](_0xd0324a=>_0xd0324a[_0x58f10c([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x5d586e[_0x58f10c([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x58f10c([0x6d,0x61,0x70])](_0x1fda7f=>Array(_0x5d586e[_0x58f10c([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x1fda7f[_0x58f10c([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x58f10c([0x66,0x69,0x6c,0x6c])](_0x1fda7f[0x0]===_0x58f10c([0x2a])?_0x58f10c([0x2a]):'')[_0x58f10c([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x1fda7f))[_0x58f10c([0x73,0x6f,0x6d,0x65])](_0x195b4b=>_0x5d586e[_0x58f10c([0x65,0x76,0x65,0x72,0x79])]((_0x548020,_0x23bd01)=>_0x195b4b[_0x23bd01]===_0x548020||_0x195b4b[_0x23bd01]===_0x58f10c([0x2a])));}function _0x22548f(){return _0x86d8b4&&_0x5ed03?new window[(_0x58f10c([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x457432,_0x2a9bec)=>{_0x86d8b4[_0x58f10c([0x74,0x68,0x65,0x6e])](_0x457432,_0x2a9bec),_0x5ed03[_0x58f10c([0x74,0x68,0x65,0x6e])](_0x25c4ec=>{_0x25c4ec!=_0x58f10c([0x56,0x61,0x6c,0x69,0x64])&&_0x457432(_0x25c4ec);},_0x2a9bec);}):_0x86d8b4||_0x5ed03||_0x58f10c([0x56,0x61,0x6c,0x69,0x64]);}}function _0x409e09(_0xad7f8d,_0x448c5a){return new window[(_0x58f10c([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x50662b=>{if(_0x102e61())return _0x50662b(_0x58f10c([0x56,0x61,0x6c,0x69,0x64]));_0x310137(),_0x45d3c0[_0x58f10c([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x58f10c([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x481b18=!0x1;const _0x1591dd=_0xbadd67();function _0x51b4ec(_0x183964){return!!_0x183964&&(typeof _0x183964===_0x58f10c([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x183964===_0x58f10c([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x183964[_0x58f10c([0x74,0x68,0x65,0x6e])]===_0x58f10c([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x183964[_0x58f10c([0x63,0x61,0x74,0x63,0x68])]===_0x58f10c([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x130712(_0xa15b76){_0x162606(_0xa15b76)[_0x58f10c([0x74,0x68,0x65,0x6e])](_0x5b4553=>{if(!_0x5b4553||_0x5b4553[_0x58f10c([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x58f10c([0x6f,0x6b]))return _0x58f10c([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x485790(_0x2f7219(_0x1591dd+_0x448c5a))!=_0x5b4553[_0x58f10c([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x58f10c([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x58f10c([0x56,0x61,0x6c,0x69,0x64]);})[_0x58f10c([0x74,0x68,0x65,0x6e])](_0x118148=>(_0x295124(),_0x118148),()=>{const _0x17933e=_0x304828();return null==_0x17933e?(_0x295124(),_0x58f10c([0x56,0x61,0x6c,0x69,0x64])):_0x58f10c(_0x4d56e1-_0x17933e>(0x351f5fa3^_0x3a5a18)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x58f10c([0x74,0x68,0x65,0x6e])](_0x50662b)[_0x58f10c([0x63,0x61,0x74,0x63,0x68])](()=>{_0x50662b(_0x58f10c([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x5a32ff=0x11253523^_0x3a5a18;function _0x295124(){const _0x1be94b=_0x58f10c([0x6c,0x6c,0x63,0x74,0x2d])+_0x485790(_0x2f7219(_0xad7f8d)),_0x4111b4=_0x9cf382(_0x485790(window[_0x58f10c([0x4d,0x61,0x74,0x68])][_0x58f10c([0x63,0x65,0x69,0x6c])](_0x4d56e1/_0x5a32ff)));window[_0x58f10c([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x58f10c([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x1be94b,_0x4111b4);}function _0x304828(){const _0x3e0797=_0x58f10c([0x6c,0x6c,0x63,0x74,0x2d])+_0x485790(_0x2f7219(_0xad7f8d)),_0x2c0943=window[_0x58f10c([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x58f10c([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x3e0797);return _0x2c0943?window[_0x58f10c([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x9cf382(_0x2c0943),0x10)*_0x5a32ff:null;}function _0x162606(_0x197bfe){return new window[(_0x58f10c([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x439831,_0x53c523)=>{_0x197bfe[_0x58f10c([0x74,0x68,0x65,0x6e])](_0x439831,_0x53c523),window[_0x58f10c([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x53c523,0x11120f63^_0x3a5a18);});}}_0x45d3c0[_0x58f10c([0x6f,0x6e])](_0x58f10c([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x2d04a3,_0x5889fb)=>{if(_0x5889fb[0x0]!=_0xad7f8d)return _0x50662b(_0x58f10c([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x5889fb[0x1]={..._0x5889fb[0x1],[_0x58f10c([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x1591dd};},{[_0x58f10c([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x58f10c([0x68,0x69,0x67,0x68])}),_0x45d3c0[_0x58f10c([0x6f,0x6e])](_0x58f10c([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x1f21d6=>{_0x51b4ec(_0x1f21d6[_0x58f10c([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x481b18=!0x0,_0x130712(_0x1f21d6[_0x58f10c([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x58f10c([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x58f10c([0x6c,0x6f,0x77])}),_0x22ae23[_0x58f10c([0x74,0x68,0x65,0x6e])](()=>{_0x481b18||_0x50662b(_0x58f10c([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x102e61(){return _0x45d3c0[_0x58f10c([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x58f10c([0x76,0x69,0x65,0x77])][_0x58f10c([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x58f10c([0x61,0x75,0x74,0x6f]);}function _0x310137(){_0x45d3c0[_0x58f10c([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x58f10c([0x76,0x69,0x65,0x77])][_0x58f10c([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x58f10c([0x61,0x75,0x74,0x6f]);}}function _0x4b65c6(_0x23c081){const _0x19e4a6=[new window[(_0x58f10c([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0xf9c9ea=>setTimeout(_0xf9c9ea,0x111ae56f^_0x3a5a18)),_0x22ae23[_0x58f10c([0x74,0x68,0x65,0x6e])](()=>new window[(_0x58f10c([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x4a98e8=>{let _0x45f5a4=0x0;_0x45d3c0[_0x58f10c([0x6d,0x6f,0x64,0x65,0x6c])][_0x58f10c([0x6f,0x6e])](_0x58f10c([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x34623a,_0x46f7ed)=>{_0x46f7ed[0x0][_0x58f10c([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x45f5a4++,_0x45f5a4==(0x1113da5b^_0x3a5a18)&&(_0x4a98e8(),_0x34623a[_0x58f10c([0x6f,0x66,0x66])]());});}))];return window[_0x58f10c([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x58f10c([0x72,0x61,0x63,0x65])](_0x19e4a6)[_0x58f10c([0x74,0x68,0x65,0x6e])](()=>_0x23c081);}async function _0x42fdd6(){await _0x22ae23,_0x45d3c0[_0x58f10c([0x6d,0x6f,0x64,0x65,0x6c])][_0x58f10c([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x3467f3,_0x45d3c0[_0x58f10c([0x6d,0x6f,0x64,0x65,0x6c])][_0x58f10c([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x3467f3,_0x45d3c0[_0x58f10c([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x58f10c([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x43a5ee(_0x348e37){const _0x547f5e=_0x57c393();_0x45d3c0[_0x547f5e]=_0x58f10c([0x73,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x348e37,_0x348e37!=_0x58f10c([0x56,0x61,0x6c,0x69,0x64])&&_0x42fdd6();}function _0x57c393(){const _0x446bf0=window[_0x58f10c([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x58f10c([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x58f10c([0x6e,0x6f,0x77])]())[_0x58f10c([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x58f10c([0x2e]),'');let _0x42991f=_0x58f10c([0x56]);for(let _0x38018a=0x0;_0x38018a<_0x446bf0[_0x58f10c([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x38018a+=0x2){let _0x1d7090=window[_0x58f10c([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x446bf0[_0x58f10c([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x38018a,_0x38018a+0x2));_0x1d7090>=_0xb670b9[_0x58f10c([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x1d7090-=_0xb670b9[_0x58f10c([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x42991f+=_0xb670b9[_0x1d7090];}return _0x42991f;}function _0xe59c02(){const _0x18f2f1=_0x38736b[_0x58f10c([0x73,0x70,0x6c,0x69,0x74])](_0x58f10c([0x2e]));if(0x3!=_0x18f2f1[_0x58f10c([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x261e1b(_0x18f2f1[0x1]);function _0x261e1b(_0x1ca0b8){const _0xdebc88=_0x390dba(_0x1ca0b8);return _0xdebc88&&_0x564c1e()?_0xdebc88:null;function _0x564c1e(){const _0x3886ab=_0xdebc88[_0x58f10c([0x6a,0x74,0x69])],_0x2c75fc=window[_0x58f10c([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x3886ab[_0x58f10c([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x3886ab[_0x58f10c([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x4bcbe2={..._0xdebc88,[_0x58f10c([0x6a,0x74,0x69])]:_0x3886ab[_0x58f10c([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x3886ab[_0x58f10c([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x4bcbe2[_0x58f10c([0x76,0x63])],_0x2f7219(_0x4bcbe2)==_0x2c75fc;}}}async function _0x5a33ef(){let _0x63bba5=!0x0;try{const _0x374543=_0x38736b[_0x58f10c([0x73,0x70,0x6c,0x69,0x74])](_0x58f10c([0x2e])),[_0x4a6865,_0x3a8511,_0x120062]=_0x374543;return _0x3dfcc4(_0x4a6865),await _0x3836bb(_0x4a6865,_0x3a8511,_0x120062),_0x63bba5;}catch{return!0x1;}function _0x3dfcc4(_0x513250){const _0x1d1a57=_0x390dba(_0x513250);_0x1d1a57&&_0x1d1a57[_0x58f10c([0x61,0x6c,0x67])]==_0x58f10c([0x45,0x53,0x32,0x35,0x36])||(_0x63bba5=!0x1);}async function _0x3836bb(_0x24ed18,_0x427400,_0x5f0b8a){const _0x48ff14=window[_0x58f10c([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x58f10c([0x66,0x72,0x6f,0x6d])](_0x67cdf9(_0x5f0b8a),_0x5c8126=>_0x5c8126[_0x58f10c([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x75d457=new window[(_0x58f10c([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x58f10c([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x24ed18+_0x58f10c([0x2e])+_0x427400),_0x1afe94=window[_0x58f10c([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x58f10c([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x1afe94)return;const _0x1ae0ed=await _0x1afe94[_0x58f10c([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x58f10c([0x6a,0x77,0x6b]),_0x5a665d,{[_0x58f10c([0x6e,0x61,0x6d,0x65])]:_0x58f10c([0x45,0x43,0x44,0x53,0x41]),[_0x58f10c([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x58f10c([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x58f10c([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x1afe94[_0x58f10c([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x58f10c([0x6e,0x61,0x6d,0x65])]:_0x58f10c([0x45,0x43,0x44,0x53,0x41]),[_0x58f10c([0x68,0x61,0x73,0x68])]:{[_0x58f10c([0x6e,0x61,0x6d,0x65])]:_0x58f10c([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x1ae0ed,_0x48ff14,_0x75d457)||(_0x63bba5=!0x1);}}function _0x390dba(_0xf94e6f){return _0xf94e6f[_0x58f10c([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x58f10c([0x65,0x79]))?JSON[_0x58f10c([0x70,0x61,0x72,0x73,0x65])](_0x67cdf9(_0xf94e6f)):null;}function _0x67cdf9(_0x1ab2f1){return window[_0x58f10c([0x61,0x74,0x6f,0x62])](_0x1ab2f1[_0x58f10c([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x58f10c([0x2b]))[_0x58f10c([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x58f10c([0x2f])));}function _0x2f7219(_0x42203a){let _0x30f6da=0x1505;function _0x1d444c(_0x5cba86){for(let _0x31c61c=0x0;_0x31c61c<_0x5cba86[_0x58f10c([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x31c61c++){const _0xbc6ab=_0x5cba86[_0x58f10c([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x31c61c);_0x30f6da=(_0x30f6da<<0x5)+_0x30f6da+_0xbc6ab,_0x30f6da&=_0x30f6da;}}function _0x55ea8a(_0x77b775){Array[_0x58f10c([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x77b775)?_0x77b775[_0x58f10c([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x55ea8a):_0x77b775&&typeof _0x77b775==_0x58f10c([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x58f10c([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x77b775)[_0x58f10c([0x73,0x6f,0x72,0x74])]()[_0x58f10c([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x84b343,_0x2f437b])=>{_0x1d444c(_0x84b343),_0x55ea8a(_0x2f437b);}):_0x1d444c(window[_0x58f10c([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x77b775));}return _0x55ea8a(_0x42203a),_0x30f6da>>>0x0;}function _0x485790(_0x46ff49){return _0x46ff49[_0x58f10c([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x58f10c([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x58f10c([0x30]));}function _0x9cf382(_0x330036){return _0x330036[_0x58f10c([0x73,0x70,0x6c,0x69,0x74])]('')[_0x58f10c([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x58f10c([0x6a,0x6f,0x69,0x6e])]('');}function _0x3467f3(){}function _0x58f10c(_0x28cbbc){const _0x188834=_0xd46f;return _0x28cbbc[_0x188834(0x1b3)](_0x45b94a=>String[_0x188834(0x170)](_0x45b94a))[_0x188834(0x18c)]('');}_0x43a5ee(await _0x1096a1());}(this);}[_0x5cc9eb(0x1a4)](){const _0x13c67d=_0x5cc9eb;return this[_0x13c67d(0x166)];}[_0x5cc9eb(0x18a)](){const _0x145ec3=_0x5cc9eb,_0x36b6b3=_0x2927f9=>_0x1bcab6(this[_0x145ec3(0x15e)][_0x145ec3(0x199)],_0x2927f9);return[{'id':_0x145ec3(0x196),'commandName':_0x145ec3(0x1a1),'icon':_0x2c771c,'title':_0x36b6b3(_0x145ec3(0x171)),'description':_0x36b6b3(_0x145ec3(0x17b)),'execute':_0x56a3af=>{const _0x152c9d=_0x145ec3;setTimeout(()=>_0x56a3af[_0x152c9d(0x16b)](_0x152c9d(0x1a1)));}},{'id':_0x145ec3(0x13d),'commandName':_0x145ec3(0x13d),'icon':_0x2b7c15,'title':_0x36b6b3(_0x145ec3(0x153)),'description':_0x36b6b3(_0x145ec3(0x18f))},{'id':_0x145ec3(0x158),'commandName':_0x145ec3(0x158),'icon':_0x20af1e,'title':_0x36b6b3(_0x145ec3(0x131)),'description':_0x36b6b3(_0x145ec3(0x191))},{'id':_0x145ec3(0x189),'commandName':_0x145ec3(0x189),'icon':_0x5aaa01,'title':_0x36b6b3(_0x145ec3(0x14c)),'description':_0x36b6b3(_0x145ec3(0x157))},{'id':_0x145ec3(0x14f),'commandName':_0x145ec3(0x14f),'icon':_0x4dc47f,'title':_0x36b6b3(_0x145ec3(0x19c)),'description':_0x36b6b3(_0x145ec3(0x137)),'aliases':[_0x145ec3(0x149),_0x145ec3(0x185),_0x145ec3(0x188)]},{'id':_0x145ec3(0x149),'commandName':_0x145ec3(0x149),'icon':_0x4dc47f,'title':_0x36b6b3(_0x145ec3(0x15d)),'description':_0x36b6b3(_0x145ec3(0x172)),'aliases':[_0x145ec3(0x14f),_0x145ec3(0x185),_0x145ec3(0x188)]},{'id':_0x145ec3(0x140),'commandName':_0x145ec3(0x140),'icon':_0x7e10c0,'title':_0x36b6b3(_0x145ec3(0x1b1)),'description':_0x36b6b3(_0x145ec3(0x14b)),'execute':_0x3f11bf=>{const _0x219d9a=_0x145ec3;setTimeout(()=>_0x3f11bf[_0x219d9a(0x16b)](_0x219d9a(0x140)));}},{'id':_0x145ec3(0x17f),'commandName':_0x145ec3(0x134),'icon':_0x491f0f,'title':_0x36b6b3(_0x145ec3(0x180)),'description':_0x36b6b3(_0x145ec3(0x19e)),'execute':_0x453c77=>{const _0x2f46f2=_0x145ec3;_0x453c77[_0x2f46f2(0x16b)](_0x2f46f2(0x134),{'value':_0x2f46f2(0x17f)});}},{'id':_0x145ec3(0x174),'commandName':_0x145ec3(0x134),'icon':_0x47e431,'title':_0x36b6b3(_0x145ec3(0x17a)),'description':_0x36b6b3(_0x145ec3(0x130)),'execute':_0x46dfcb=>{const _0x56a549=_0x145ec3;_0x46dfcb[_0x56a549(0x16b)](_0x56a549(0x134),{'value':_0x56a549(0x174)});}},{'id':_0x145ec3(0x175),'commandName':_0x145ec3(0x134),'icon':_0xbf795b,'title':_0x36b6b3(_0x145ec3(0x19d)),'description':_0x36b6b3(_0x145ec3(0x178)),'execute':_0x38afb3=>{const _0x308ea2=_0x145ec3;_0x38afb3[_0x308ea2(0x16b)](_0x308ea2(0x134),{'value':_0x308ea2(0x175)});}},{'id':_0x145ec3(0x1a8),'commandName':_0x145ec3(0x134),'icon':_0xb0094b,'title':_0x36b6b3(_0x145ec3(0x15f)),'description':_0x36b6b3(_0x145ec3(0x161)),'execute':_0x40069c=>{const _0x262b81=_0x145ec3;_0x40069c[_0x262b81(0x16b)](_0x262b81(0x134),{'value':_0x262b81(0x1a8)});}},{'id':_0x145ec3(0x135),'commandName':_0x145ec3(0x134),'icon':_0x30ecdc,'title':_0x36b6b3(_0x145ec3(0x169)),'description':_0x36b6b3(_0x145ec3(0x1b2)),'execute':_0x55cca2=>{const _0x24ce6b=_0x145ec3;_0x55cca2[_0x24ce6b(0x16b)](_0x24ce6b(0x134),{'value':_0x24ce6b(0x135)});}},{'id':_0x145ec3(0x177),'commandName':_0x145ec3(0x134),'icon':_0x3b5666,'title':_0x36b6b3(_0x145ec3(0x139)),'description':_0x36b6b3(_0x145ec3(0x146)),'execute':_0x1b8d76=>{const _0x4ca652=_0x145ec3;_0x1b8d76[_0x4ca652(0x16b)](_0x4ca652(0x134),{'value':_0x4ca652(0x177)});}},{'id':_0x145ec3(0x142),'commandName':_0x145ec3(0x142),'icon':_0x42f59f,'title':_0x36b6b3(_0x145ec3(0x1a7)),'description':_0x36b6b3(_0x145ec3(0x13f))},{'id':_0x145ec3(0x182),'commandName':_0x145ec3(0x182),'icon':_0x26a212,'title':_0x36b6b3(_0x145ec3(0x145)),'description':_0x36b6b3(_0x145ec3(0x195))},{'id':_0x145ec3(0x176),'commandName':_0x145ec3(0x176),'icon':_0x106a81,'title':_0x36b6b3(_0x145ec3(0x19f)),'description':_0x36b6b3(_0x145ec3(0x13e))},{'id':_0x145ec3(0x154),'commandName':_0x145ec3(0x154),'title':_0x36b6b3(_0x145ec3(0x187)),'description':_0x36b6b3(_0x145ec3(0x1a6))},{'id':_0x145ec3(0x141),'commandName':_0x145ec3(0x141),'icon':_0x14c530,'title':_0x36b6b3(_0x145ec3(0x150)),'description':_0x36b6b3(_0x145ec3(0x156))},{'id':_0x145ec3(0x14e),'commandName':_0x145ec3(0x14e),'icon':_0x4414f3,'title':_0x36b6b3(_0x145ec3(0x179)),'description':_0x36b6b3(_0x145ec3(0x1a3)),'aliases':[_0x145ec3(0x186)]},{'id':_0x145ec3(0x1ab),'commandName':_0x145ec3(0x1ab),'icon':_0x351207,'title':_0x36b6b3(_0x145ec3(0x1af)),'description':_0x36b6b3(_0x145ec3(0x173))},{'id':_0x145ec3(0x18e),'commandName':_0x145ec3(0x18e),'icon':_0x1cd5c7,'title':_0x36b6b3(_0x145ec3(0x155)),'description':_0x36b6b3(_0x145ec3(0x184))},{'id':_0x145ec3(0x1a0),'commandName':_0x145ec3(0x1a0),'icon':_0x3b4d5b,'title':_0x36b6b3(_0x145ec3(0x14d)),'description':_0x36b6b3(_0x145ec3(0x194))},{'id':_0x145ec3(0x1b0),'commandName':_0x145ec3(0x1b0),'icon':_0x170e96,'title':_0x36b6b3(_0x145ec3(0x183)),'description':_0x36b6b3(_0x145ec3(0x1ae))}];}[_0x5cc9eb(0x192)](_0x2ebe44){const _0x29048b=_0x5cc9eb;return _0x2ebe44[_0x29048b(0x1a5)]?_0x2ebe44[_0x29048b(0x1a5)](this[_0x29048b(0x15e)]):!_0x2ebe44[_0x29048b(0x148)]||this[_0x29048b(0x15e)][_0x29048b(0x16a)][_0x29048b(0x193)](_0x2ebe44[_0x29048b(0x148)])[_0x29048b(0x1a5)];}[_0x5cc9eb(0x18d)](_0x2101d6){const _0x2e91b5=_0x5cc9eb;if(_0x2101d6[_0x2e91b5(0x16b)])_0x2101d6[_0x2e91b5(0x16b)](this[_0x2e91b5(0x15e)]);else{if(!_0x2101d6[_0x2e91b5(0x148)])throw new _0x39ffaa(_0x2e91b5(0x165),this[_0x2e91b5(0x15e)],{'commandDefinition':_0x2101d6});this[_0x2e91b5(0x15e)][_0x2e91b5(0x16b)](_0x2101d6[_0x2e91b5(0x148)]);}}}function j(_0x32f59e,_0x42b323){const _0x271526=_0x5cc9eb;return _0x32f59e[_0x271526(0x1a9)]<_0x42b323[_0x271526(0x1a9)]?-0x1:_0x32f59e[_0x271526(0x1a9)]>_0x42b323[_0x271526(0x1a9)]?0x1:0x0;}function L(_0x2b44c1,_0x5b20b8){const _0xf07522=_0x5cc9eb;return _0x5b20b8+'-'+_0x2b44c1[_0xf07522(0x15b)]()[_0xf07522(0x13b)]('\x20')[_0xf07522(0x18c)]('-');}
23
+ const _0x3594d2=_0x8597;(function(_0x495f73,_0x42d968){const _0xc15634=_0x8597,_0x4c2b94=_0x495f73();while(!![]){try{const _0x154aac=-parseInt(_0xc15634(0xd5))/0x1+parseInt(_0xc15634(0xa9))/0x2+-parseInt(_0xc15634(0x113))/0x3+parseInt(_0xc15634(0x10b))/0x4+parseInt(_0xc15634(0x99))/0x5*(parseInt(_0xc15634(0xda))/0x6)+-parseInt(_0xc15634(0xbb))/0x7*(-parseInt(_0xc15634(0xfb))/0x8)+-parseInt(_0xc15634(0xde))/0x9;if(_0x154aac===_0x42d968)break;else _0x4c2b94['push'](_0x4c2b94['shift']());}catch(_0x175985){_0x4c2b94['push'](_0x4c2b94['shift']());}}}(_0x15c7,0x8d609));import{Plugin as _0x4e6414}from'ckeditor5/src/core.js';import{CKEditorError as _0x1b7290,uid as _0x135750}from'ckeditor5/src/utils.js';import{IconBrowseFiles as _0x41e6ce,IconBulletedList as _0x210ad6,IconEmoji as _0x4b5e59,IconCodeBlock as _0x5ffc38,IconHeading1 as _0x336815,IconHeading2 as _0x4ed91e,IconHeading3 as _0xc581e2,IconHeading4 as _0x3b0f40,IconHeading5 as _0x422cc0,IconHeading6 as _0x34574e,IconHorizontalLine as _0x18c6f6,IconHtml as _0x228794,IconIndent as _0x432a5c,IconNumberedList as _0x5ca79b,IconOutdent as _0x29e690,IconParagraph as _0x4f3c36,IconQuote as _0x2d6cae,IconRobotPencil as _0x4008b6,IconTable as _0x57b9ea,IconTableOfContents as _0x379d1c,IconTodoList as _0x303490}from'ckeditor5/src/icons.js';function _0x8597(_0x267e39,_0x52e205){const _0x15c7c3=_0x15c7();return _0x8597=function(_0x8597f7,_0x3a5828){_0x8597f7=_0x8597f7-0x91;let _0x3d0701=_0x15c7c3[_0x8597f7];return _0x3d0701;},_0x8597(_0x267e39,_0x52e205);}import{getTranslation as _0x23276c}from'./utils/common-translations.js';import'./slashcommandeditorconfig.js';export class SlashCommandConfig extends _0x4e6414{static get[_0x3594d2(0xee)](){const _0x5f2c9b=_0x3594d2;return _0x5f2c9b(0xa1);}static get[_0x3594d2(0xb0)](){return!0x0;}static get[_0x3594d2(0xc6)](){return!0x0;}constructor(_0x1974a4){const _0x3e8b92=_0x3594d2;super(_0x1974a4),this[_0x3e8b92(0xbd)]=null;}[_0x3594d2(0xe5)](){const _0x132d10=_0x3594d2,_0x2e62a3=this[_0x132d10(0xe6)][_0x132d10(0xa3)][_0x132d10(0x112)](_0x132d10(0xd6))||[],_0x3bf4b9=function(_0x4c6d29){const _0x7c674c=_0x132d10;let _0x4e97b3=[_0x7c674c(0xc0),_0x7c674c(0xc9),_0x7c674c(0x100)];if(_0x4c6d29){const _0x2af75b=_0x4c6d29[_0x7c674c(0xeb)](_0x308aa2=>_0x308aa2[_0x7c674c(0xb4)]);_0x4e97b3=[_0x7c674c(0x10f),_0x7c674c(0xd7),_0x7c674c(0xc1),_0x7c674c(0xc0),_0x7c674c(0xc9),_0x7c674c(0x100)][_0x7c674c(0xf3)](_0x51b736=>!_0x2af75b[_0x7c674c(0xc4)](_0x51b736));}return _0x4e97b3;}(this[_0x132d10(0xe6)][_0x132d10(0xa3)][_0x132d10(0x112)](_0x132d10(0xd0)));let _0xe30d9b=this[_0x132d10(0xe2)]()[_0x132d10(0xf3)](_0x28bbc8=>!_0x3bf4b9[_0x132d10(0xc4)](_0x28bbc8['id']))[_0x132d10(0xf3)](_0x4c0c4b=>!_0x2e62a3[_0x132d10(0xc4)](_0x4c0c4b[_0x132d10(0x10d)]));const _0xed2599=this[_0x132d10(0xe6)][_0x132d10(0xa3)][_0x132d10(0x112)](_0x132d10(0xe8));_0xed2599&&_0xed2599[_0x132d10(0xc5)]&&(_0xe30d9b=_0xe30d9b[_0x132d10(0xb2)](_0xed2599));const _0x477a41=this[_0x132d10(0xe6)][_0x132d10(0xa3)][_0x132d10(0x112)](_0x132d10(0xf7));_0x477a41&&_0x477a41[_0x132d10(0xc5)]&&(_0xe30d9b=_0xe30d9b[_0x132d10(0xb2)](function(_0x5c73cf){const _0x4480e3=_0x132d10;return _0x5c73cf[_0x4480e3(0xeb)](_0x303324=>{const _0x409740=_0x4480e3,{title:_0x390f48,icon:_0x47d114,description:_0x2165d9,data:_0x1137a5}=_0x303324,_0x2fcf64={'id':L(_0x390f48,_0x409740(0xc8)),'commandName':_0x409740(0xb5),'execute':_0x47a40e=>{const _0x468d6d=_0x409740;_0x47a40e[_0x468d6d(0x108)](_0x468d6d(0xb5),_0x1137a5);},'description':_0x2165d9,'icon':_0x47d114,'title':_0x390f48};return _0x47d114&&(_0x2fcf64[_0x409740(0xe1)]=!0x1),_0x2fcf64;});}(_0x477a41)));const _0x30d721=this[_0x132d10(0xe6)][_0x132d10(0xa3)][_0x132d10(0x112)](_0x132d10(0xf2));_0x30d721&&_0x30d721[_0x132d10(0xc5)]&&(_0xe30d9b=_0xe30d9b[_0x132d10(0xb2)](function(_0xbb50e){const _0x334d72=_0x132d10;return _0xbb50e[_0x334d72(0xeb)](_0x336095=>({'id':L(_0x336095[_0x334d72(0xcc)],_0x334d72(0xf4)),'commandName':_0x334d72(0xf4),'execute':_0x133514=>{const _0x15aecf=_0x334d72;_0x133514[_0x15aecf(0x108)](_0x15aecf(0xf4),{'styleName':_0x336095[_0x15aecf(0xcc)]});},'isEnabled':_0x1ecfd3=>{const _0x2bba6a=_0x334d72,_0x4f743a=_0x1ecfd3[_0x2bba6a(0xea)][_0x2bba6a(0x112)](_0x2bba6a(0xf4));return _0x4f743a[_0x2bba6a(0xf8)]&&_0x4f743a[_0x2bba6a(0xa8)][_0x2bba6a(0xc4)](_0x336095[_0x2bba6a(0xcc)]);},'title':_0x336095[_0x334d72(0xcc)]}));}(_0x30d721)));const _0x31b97e=_0xe30d9b[_0x132d10(0xf3)](_0x3bf53c=>!_0x3bf53c[_0x132d10(0x10d)]||void 0x0!==this[_0x132d10(0xe6)][_0x132d10(0xea)][_0x132d10(0x112)](_0x3bf53c[_0x132d10(0x10d)])),_0x289419=[];for(const _0x227b89 of _0x31b97e)_0x289419[_0x132d10(0xe4)]({'id':_0x227b89['id'],'commandName':_0x227b89[_0x132d10(0x10d)],'title':_0x132d10(0xab)==typeof _0x227b89[_0x132d10(0x92)]?_0x227b89[_0x132d10(0x92)](this[_0x132d10(0xe6)]):_0x227b89[_0x132d10(0x92)],'description':_0x227b89[_0x132d10(0x110)],'icon':_0x227b89[_0x132d10(0xc7)],'isIconColorInherited':_0x227b89[_0x132d10(0xe1)],'aliases':_0x227b89[_0x132d10(0x96)],'isEnabled':()=>this[_0x132d10(0xa0)](_0x227b89),'execute':()=>this[_0x132d10(0xdd)](_0x227b89)});this[_0x132d10(0xbd)]=_0x289419[_0x132d10(0xaa)](j),async function(_0x44e2e9){const _0x395449=_0x1cbfe1([0x61,0x6a,0x72,0x67,0x75,0x79,0x45,0x66,0x6f,0x46,0x37,0x56,0x69,0x54,0x64,0x36,0x77,0x50,0x30,0x7a,0x76,0x35,0x32,0x6c,0x49,0x78,0x57,0x48,0x71,0x51,0x55,0x33,0x41,0x4b,0x34,0x59,0x4f,0x5a,0x42,0x70,0x43,0x38,0x65,0x4d,0x63,0x58,0x39,0x62,0x53,0x31,0x74,0x73,0x52,0x6b,0x47,0x68,0x6e,0x4e,0x4a,0x4c,0x44,0x6d]),_0x487eba=0x67dd82c8,_0x3863af=0x67daee28^_0x487eba,_0xcb3752=window[_0x1cbfe1([0x44,0x61,0x74,0x65])][_0x1cbfe1([0x6e,0x6f,0x77])](),_0x651324=_0x44e2e9[_0x1cbfe1([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x46b2e8=new window[(_0x1cbfe1([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0xa64d94=>{_0x651324[_0x1cbfe1([0x6f,0x6e,0x63,0x65])](_0x1cbfe1([0x72,0x65,0x61,0x64,0x79]),_0xa64d94);}),_0xb31919={[_0x1cbfe1([0x6b,0x74,0x79])]:_0x1cbfe1([0x45,0x43]),[_0x1cbfe1([0x75,0x73,0x65])]:_0x1cbfe1([0x73,0x69,0x67]),[_0x1cbfe1([0x63,0x72,0x76])]:_0x1cbfe1([0x50,0x2d,0x32,0x35,0x36]),[_0x1cbfe1([0x78])]:_0x1cbfe1([0x69,0x43,0x6a,0x4f,0x43,0x76,0x44,0x46,0x49,0x36,0x6c,0x51,0x48,0x48,0x54,0x31,0x38,0x6a,0x56,0x77,0x52,0x66,0x6b,0x66,0x48,0x51,0x32,0x61,0x5f,0x4d,0x79,0x6d,0x54,0x33,0x35,0x4c,0x51,0x56,0x6f,0x46,0x53,0x41,0x49]),[_0x1cbfe1([0x79])]:_0x1cbfe1([0x6b,0x58,0x49,0x79,0x4a,0x34,0x65,0x76,0x74,0x43,0x45,0x46,0x52,0x6d,0x78,0x4b,0x53,0x55,0x70,0x4b,0x39,0x66,0x44,0x57,0x34,0x35,0x39,0x76,0x58,0x4f,0x76,0x56,0x72,0x68,0x66,0x36,0x75,0x51,0x41,0x65,0x4f,0x69,0x6f]),[_0x1cbfe1([0x61,0x6c,0x67])]:_0x1cbfe1([0x45,0x53,0x32,0x35,0x36])},_0xd44cef=_0x651324[_0x1cbfe1([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x1cbfe1([0x67,0x65,0x74])](_0x1cbfe1([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x3b4283(){let _0x5dab31,_0x446ee5=null,_0x416f8d=null;try{if(_0xd44cef==_0x1cbfe1([0x47,0x50,0x4c]))return _0x1cbfe1([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x5dab31=_0xc5426(),!_0x5dab31)return _0x1cbfe1([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x5dab31[_0x1cbfe1([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x416f8d=_0x177c4c(_0x5dab31[_0x1cbfe1([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x5dab31[_0x1cbfe1([0x6a,0x74,0x69])])),await _0x265bd2()?_0x584a35()?_0x46f621()?_0x1cbfe1([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x1d55a8()?(_0x5dab31[_0x1cbfe1([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x1cbfe1([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x446ee5=_0x1c33b7(_0x1cbfe1([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x5dab31[_0x1cbfe1([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x1cbfe1([0x74,0x72,0x69,0x61,0x6c])&&(_0x446ee5=_0x1c33b7(_0x1cbfe1([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x3f19d9()):_0x1cbfe1([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x1cbfe1([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x1cbfe1([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x1cbfe1([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x46f621(){const _0x9af0ed=[_0x1cbfe1([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x1cbfe1([0x74,0x72,0x69,0x61,0x6c])][_0x1cbfe1([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5dab31[_0x1cbfe1([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0xcb3752/0x3e8:0xe10*_0x3863af;return _0x5dab31[_0x1cbfe1([0x65,0x78,0x70])]<_0x9af0ed;}function _0x584a35(){const _0x22c442=_0x5dab31[_0x1cbfe1([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x22c442&&(!!_0x22c442[_0x1cbfe1([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1cbfe1([0x2a]))||(!!_0x22c442[_0x1cbfe1([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1cbfe1([0x53,0x43]))||!!_0x22c442[_0x1cbfe1([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1cbfe1([0x50,0x50]))));}function _0x1d55a8(){const _0x37f808=_0x8597,_0xef203c=_0x5dab31[_0x1cbfe1([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0xef203c||0x0==_0xef203c[_0x1cbfe1([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x90bf25}=new URL(window[_0x1cbfe1([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x37f808(0x9f)]);if(_0xef203c[_0x1cbfe1([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x90bf25))return!0x0;const _0x2c2881=_0x90bf25[_0x1cbfe1([0x73,0x70,0x6c,0x69,0x74])](_0x1cbfe1([0x2e]));return _0xef203c[_0x1cbfe1([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x560ebb=>_0x560ebb[_0x1cbfe1([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1cbfe1([0x2a])))[_0x1cbfe1([0x6d,0x61,0x70])](_0x497fdf=>_0x497fdf[_0x1cbfe1([0x73,0x70,0x6c,0x69,0x74])](_0x1cbfe1([0x2e])))[_0x1cbfe1([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x30e4cc=>_0x30e4cc[_0x1cbfe1([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x2c2881[_0x1cbfe1([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x1cbfe1([0x6d,0x61,0x70])](_0x527adf=>Array(_0x2c2881[_0x1cbfe1([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x527adf[_0x1cbfe1([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x1cbfe1([0x66,0x69,0x6c,0x6c])](_0x527adf[0x0]===_0x1cbfe1([0x2a])?_0x1cbfe1([0x2a]):'')[_0x1cbfe1([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x527adf))[_0x1cbfe1([0x73,0x6f,0x6d,0x65])](_0x4a0bcb=>_0x2c2881[_0x1cbfe1([0x65,0x76,0x65,0x72,0x79])]((_0xc64b74,_0x1be2a6)=>_0x4a0bcb[_0x1be2a6]===_0xc64b74||_0x4a0bcb[_0x1be2a6]===_0x1cbfe1([0x2a])));}function _0x3f19d9(){return _0x446ee5&&_0x416f8d?new window[(_0x1cbfe1([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x4d1431,_0x500d25)=>{_0x446ee5[_0x1cbfe1([0x74,0x68,0x65,0x6e])](_0x4d1431,_0x500d25),_0x416f8d[_0x1cbfe1([0x74,0x68,0x65,0x6e])](_0x2ef1fa=>{_0x2ef1fa!=_0x1cbfe1([0x56,0x61,0x6c,0x69,0x64])&&_0x4d1431(_0x2ef1fa);},_0x500d25);}):_0x446ee5||_0x416f8d||_0x1cbfe1([0x56,0x61,0x6c,0x69,0x64]);}}function _0x177c4c(_0x358a81,_0x1a1263){return new window[(_0x1cbfe1([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x34eccb=>{if(_0x3af892())return _0x34eccb(_0x1cbfe1([0x56,0x61,0x6c,0x69,0x64]));_0x52e3b0(),_0x651324[_0x1cbfe1([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x1cbfe1([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x387d36=!0x1;const _0x1e0873=_0x135750();function _0x5e3e11(_0x91ea1b){return!!_0x91ea1b&&(typeof _0x91ea1b===_0x1cbfe1([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x91ea1b===_0x1cbfe1([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x91ea1b[_0x1cbfe1([0x74,0x68,0x65,0x6e])]===_0x1cbfe1([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x91ea1b[_0x1cbfe1([0x63,0x61,0x74,0x63,0x68])]===_0x1cbfe1([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x148056(_0x445b2a){_0xa1935c(_0x445b2a)[_0x1cbfe1([0x74,0x68,0x65,0x6e])](_0x1a5e20=>{if(!_0x1a5e20||_0x1a5e20[_0x1cbfe1([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x1cbfe1([0x6f,0x6b]))return _0x1cbfe1([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x120627(_0x4856f6(_0x1e0873+_0x1a1263))!=_0x1a5e20[_0x1cbfe1([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x1cbfe1([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x1cbfe1([0x56,0x61,0x6c,0x69,0x64]);})[_0x1cbfe1([0x74,0x68,0x65,0x6e])](_0x39d74b=>(_0x452cd5(),_0x39d74b),()=>{const _0x1ed988=_0x25ed12();return null==_0x1ed988?(_0x452cd5(),_0x1cbfe1([0x56,0x61,0x6c,0x69,0x64])):_0x1cbfe1(_0xcb3752-_0x1ed988>(0x43d106c8^_0x487eba)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x1cbfe1([0x74,0x68,0x65,0x6e])](_0x34eccb)[_0x1cbfe1([0x63,0x61,0x74,0x63,0x68])](()=>{_0x34eccb(_0x1cbfe1([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x10f300=0x67eb6c48^_0x487eba;function _0x452cd5(){const _0x4e2b0d=_0x1cbfe1([0x6c,0x6c,0x63,0x74,0x2d])+_0x120627(_0x4856f6(_0x358a81)),_0x725694=_0x89613d(_0x120627(window[_0x1cbfe1([0x4d,0x61,0x74,0x68])][_0x1cbfe1([0x63,0x65,0x69,0x6c])](_0xcb3752/_0x10f300)));window[_0x1cbfe1([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x1cbfe1([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x4e2b0d,_0x725694);}function _0x25ed12(){const _0x483436=_0x1cbfe1([0x6c,0x6c,0x63,0x74,0x2d])+_0x120627(_0x4856f6(_0x358a81)),_0x2cbeab=window[_0x1cbfe1([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x1cbfe1([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x483436);return _0x2cbeab?window[_0x1cbfe1([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x89613d(_0x2cbeab),0x10)*_0x10f300:null;}function _0xa1935c(_0x164148){return new window[(_0x1cbfe1([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x5d1d94,_0x542a70)=>{_0x164148[_0x1cbfe1([0x74,0x68,0x65,0x6e])](_0x5d1d94,_0x542a70),window[_0x1cbfe1([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x542a70,0x67dc5608^_0x487eba);});}}_0x651324[_0x1cbfe1([0x6f,0x6e])](_0x1cbfe1([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x21cabc,_0x4ccb66)=>{if(_0x4ccb66[0x0]!=_0x358a81)return _0x34eccb(_0x1cbfe1([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x4ccb66[0x1]={..._0x4ccb66[0x1],[_0x1cbfe1([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x1e0873};},{[_0x1cbfe1([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x1cbfe1([0x68,0x69,0x67,0x68])}),_0x651324[_0x1cbfe1([0x6f,0x6e])](_0x1cbfe1([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x4d6bba=>{_0x5e3e11(_0x4d6bba[_0x1cbfe1([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x387d36=!0x0,_0x148056(_0x4d6bba[_0x1cbfe1([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x1cbfe1([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x1cbfe1([0x6c,0x6f,0x77])}),_0x46b2e8[_0x1cbfe1([0x74,0x68,0x65,0x6e])](()=>{_0x387d36||_0x34eccb(_0x1cbfe1([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x3af892(){return _0x651324[_0x1cbfe1([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x1cbfe1([0x76,0x69,0x65,0x77])][_0x1cbfe1([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x1cbfe1([0x61,0x75,0x74,0x6f]);}function _0x52e3b0(){_0x651324[_0x1cbfe1([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x1cbfe1([0x76,0x69,0x65,0x77])][_0x1cbfe1([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x1cbfe1([0x61,0x75,0x74,0x6f]);}}function _0x1c33b7(_0x273eb5){const _0x34b2f9=[new window[(_0x1cbfe1([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x42399a=>setTimeout(_0x42399a,0x67d4bc04^_0x487eba)),_0x46b2e8[_0x1cbfe1([0x74,0x68,0x65,0x6e])](()=>new window[(_0x1cbfe1([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x269456=>{let _0x17b2e0=0x0;_0x651324[_0x1cbfe1([0x6d,0x6f,0x64,0x65,0x6c])][_0x1cbfe1([0x6f,0x6e])](_0x1cbfe1([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x3af94b,_0xd4755b)=>{_0xd4755b[0x0][_0x1cbfe1([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x17b2e0++,_0x17b2e0==(0x67dd8330^_0x487eba)&&(_0x269456(),_0x3af94b[_0x1cbfe1([0x6f,0x66,0x66])]());});}))];return window[_0x1cbfe1([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x1cbfe1([0x72,0x61,0x63,0x65])](_0x34b2f9)[_0x1cbfe1([0x74,0x68,0x65,0x6e])](()=>_0x273eb5);}async function _0x24c5e9(){await _0x46b2e8,_0x651324[_0x1cbfe1([0x6d,0x6f,0x64,0x65,0x6c])][_0x1cbfe1([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x4200e5,_0x651324[_0x1cbfe1([0x6d,0x6f,0x64,0x65,0x6c])][_0x1cbfe1([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x4200e5,_0x651324[_0x1cbfe1([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x1cbfe1([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x118221(_0x366999){const _0x3e106c=_0x12551a();_0x651324[_0x3e106c]=_0x1cbfe1([0x73,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x366999,_0x366999!=_0x1cbfe1([0x56,0x61,0x6c,0x69,0x64])&&_0x24c5e9();}function _0x12551a(){const _0x49062b=window[_0x1cbfe1([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x1cbfe1([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x1cbfe1([0x6e,0x6f,0x77])]())[_0x1cbfe1([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x1cbfe1([0x2e]),'');let _0x1a1562=_0x1cbfe1([0x61]);for(let _0x2a96bb=0x0;_0x2a96bb<_0x49062b[_0x1cbfe1([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x2a96bb+=0x2){let _0x136e0a=window[_0x1cbfe1([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x49062b[_0x1cbfe1([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x2a96bb,_0x2a96bb+0x2));_0x136e0a>=_0x395449[_0x1cbfe1([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x136e0a-=_0x395449[_0x1cbfe1([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x1a1562+=_0x395449[_0x136e0a];}return _0x1a1562;}function _0xc5426(){const _0xe2ef3c=_0xd44cef[_0x1cbfe1([0x73,0x70,0x6c,0x69,0x74])](_0x1cbfe1([0x2e]));if(0x3!=_0xe2ef3c[_0x1cbfe1([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x36a820(_0xe2ef3c[0x1]);function _0x36a820(_0x48cfb7){const _0x71bc5b=_0x14e9f1(_0x48cfb7);return _0x71bc5b&&_0x24e2ad()?_0x71bc5b:null;function _0x24e2ad(){const _0x7d8221=_0x71bc5b[_0x1cbfe1([0x6a,0x74,0x69])],_0x2d1378=window[_0x1cbfe1([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x7d8221[_0x1cbfe1([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x7d8221[_0x1cbfe1([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0xaaa218={..._0x71bc5b,[_0x1cbfe1([0x6a,0x74,0x69])]:_0x7d8221[_0x1cbfe1([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x7d8221[_0x1cbfe1([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0xaaa218[_0x1cbfe1([0x76,0x63])],_0x4856f6(_0xaaa218)==_0x2d1378;}}}async function _0x265bd2(){let _0x128e79=!0x0;try{const _0x376920=_0xd44cef[_0x1cbfe1([0x73,0x70,0x6c,0x69,0x74])](_0x1cbfe1([0x2e])),[_0x249217,_0x2e3778,_0xdbfc74]=_0x376920;return _0x4d77bf(_0x249217),await _0x2e10fa(_0x249217,_0x2e3778,_0xdbfc74),_0x128e79;}catch{return!0x1;}function _0x4d77bf(_0x2c27d3){const _0x1cab5c=_0x14e9f1(_0x2c27d3);_0x1cab5c&&_0x1cab5c[_0x1cbfe1([0x61,0x6c,0x67])]==_0x1cbfe1([0x45,0x53,0x32,0x35,0x36])||(_0x128e79=!0x1);}async function _0x2e10fa(_0x484684,_0x1b4117,_0x6489da){const _0x57efb1=window[_0x1cbfe1([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x1cbfe1([0x66,0x72,0x6f,0x6d])](_0xdb13f4(_0x6489da),_0x577699=>_0x577699[_0x1cbfe1([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x5a2b96=new window[(_0x1cbfe1([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x1cbfe1([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x484684+_0x1cbfe1([0x2e])+_0x1b4117),_0x5c6eab=window[_0x1cbfe1([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x1cbfe1([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x5c6eab)return;const _0x2829ce=await _0x5c6eab[_0x1cbfe1([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x1cbfe1([0x6a,0x77,0x6b]),_0xb31919,{[_0x1cbfe1([0x6e,0x61,0x6d,0x65])]:_0x1cbfe1([0x45,0x43,0x44,0x53,0x41]),[_0x1cbfe1([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x1cbfe1([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x1cbfe1([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x5c6eab[_0x1cbfe1([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x1cbfe1([0x6e,0x61,0x6d,0x65])]:_0x1cbfe1([0x45,0x43,0x44,0x53,0x41]),[_0x1cbfe1([0x68,0x61,0x73,0x68])]:{[_0x1cbfe1([0x6e,0x61,0x6d,0x65])]:_0x1cbfe1([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x2829ce,_0x57efb1,_0x5a2b96)||(_0x128e79=!0x1);}}function _0x14e9f1(_0x2aa507){return _0x2aa507[_0x1cbfe1([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x1cbfe1([0x65,0x79]))?JSON[_0x1cbfe1([0x70,0x61,0x72,0x73,0x65])](_0xdb13f4(_0x2aa507)):null;}function _0xdb13f4(_0x480987){return window[_0x1cbfe1([0x61,0x74,0x6f,0x62])](_0x480987[_0x1cbfe1([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x1cbfe1([0x2b]))[_0x1cbfe1([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x1cbfe1([0x2f])));}function _0x4856f6(_0x416690){let _0x204cef=0x1505;function _0x4e4964(_0x29e401){for(let _0x5e4f0b=0x0;_0x5e4f0b<_0x29e401[_0x1cbfe1([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x5e4f0b++){const _0x106ecb=_0x29e401[_0x1cbfe1([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x5e4f0b);_0x204cef=(_0x204cef<<0x5)+_0x204cef+_0x106ecb,_0x204cef&=_0x204cef;}}function _0x3eed98(_0x24f523){Array[_0x1cbfe1([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x24f523)?_0x24f523[_0x1cbfe1([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x3eed98):_0x24f523&&typeof _0x24f523==_0x1cbfe1([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x1cbfe1([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x24f523)[_0x1cbfe1([0x73,0x6f,0x72,0x74])]()[_0x1cbfe1([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x307c0f,_0x4967cf])=>{_0x4e4964(_0x307c0f),_0x3eed98(_0x4967cf);}):_0x4e4964(window[_0x1cbfe1([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x24f523));}return _0x3eed98(_0x416690),_0x204cef>>>0x0;}function _0x120627(_0x55a0ae){return _0x55a0ae[_0x1cbfe1([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x1cbfe1([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x1cbfe1([0x30]));}function _0x89613d(_0x281ca5){return _0x281ca5[_0x1cbfe1([0x73,0x70,0x6c,0x69,0x74])]('')[_0x1cbfe1([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x1cbfe1([0x6a,0x6f,0x69,0x6e])]('');}function _0x4200e5(){}function _0x1cbfe1(_0x29c8e1){const _0x18921f=_0x8597;return _0x29c8e1[_0x18921f(0xeb)](_0x85d163=>String[_0x18921f(0xdf)](_0x85d163))[_0x18921f(0xa2)]('');}_0x118221(await _0x3b4283());}(this);}[_0x3594d2(0xfc)](){const _0x284f7b=_0x3594d2;return this[_0x284f7b(0xbd)];}[_0x3594d2(0xe2)](){const _0x3341dc=_0x3594d2,_0x14e81f=_0x2f4313=>_0x23276c(this[_0x3341dc(0xe6)][_0x3341dc(0x95)],_0x2f4313);return[{'id':_0x3341dc(0x9b),'commandName':_0x3341dc(0xcd),'icon':_0x4008b6,'title':_0x14e81f(_0x3341dc(0x10e)),'description':_0x14e81f(_0x3341dc(0x106)),'execute':_0x129dca=>{const _0x11b5fe=_0x3341dc;setTimeout(()=>_0x129dca[_0x11b5fe(0x108)](_0x11b5fe(0xcd)));}},{'id':_0x3341dc(0xbc),'commandName':_0x3341dc(0xbc),'icon':_0x2d6cae,'title':_0x14e81f(_0x3341dc(0x97)),'description':_0x14e81f(_0x3341dc(0xdb))},{'id':_0x3341dc(0xb7),'commandName':_0x3341dc(0xb7),'icon':_0x210ad6,'title':_0x14e81f(_0x3341dc(0xdc)),'description':_0x14e81f(_0x3341dc(0x9c))},{'id':_0x3341dc(0xd1),'commandName':_0x3341dc(0xd1),'icon':_0x5ffc38,'title':_0x14e81f(_0x3341dc(0x101)),'description':_0x14e81f(_0x3341dc(0x10a))},{'id':_0x3341dc(0x105),'commandName':_0x3341dc(0x105),'icon':_0x41e6ce,'title':_0x14e81f(_0x3341dc(0x109)),'description':_0x14e81f(_0x3341dc(0x103)),'aliases':[_0x3341dc(0x107),_0x3341dc(0xe3),_0x3341dc(0xa4)]},{'id':_0x3341dc(0x107),'commandName':_0x3341dc(0x107),'icon':_0x41e6ce,'title':_0x14e81f(_0x3341dc(0xed)),'description':_0x14e81f(_0x3341dc(0x111)),'aliases':[_0x3341dc(0x105),_0x3341dc(0xe3),_0x3341dc(0xa4)]},{'id':_0x3341dc(0xbe),'commandName':_0x3341dc(0xbe),'icon':_0x4b5e59,'title':_0x14e81f(_0x3341dc(0x102)),'description':_0x14e81f(_0x3341dc(0xfd)),'execute':_0x41ba19=>{const _0x267539=_0x3341dc;setTimeout(()=>_0x41ba19[_0x267539(0x108)](_0x267539(0xbe)));}},{'id':_0x3341dc(0x10f),'commandName':_0x3341dc(0xd8),'icon':_0x336815,'title':_0x14e81f(_0x3341dc(0xb1)),'description':_0x14e81f(_0x3341dc(0xb8)),'execute':_0x46ccec=>{const _0x31833f=_0x3341dc;_0x46ccec[_0x31833f(0x108)](_0x31833f(0xd8),{'value':_0x31833f(0x10f)});}},{'id':_0x3341dc(0xd7),'commandName':_0x3341dc(0xd8),'icon':_0x4ed91e,'title':_0x14e81f(_0x3341dc(0x9a)),'description':_0x14e81f(_0x3341dc(0xd2)),'execute':_0xa8b5da=>{const _0x551167=_0x3341dc;_0xa8b5da[_0x551167(0x108)](_0x551167(0xd8),{'value':_0x551167(0xd7)});}},{'id':_0x3341dc(0xc1),'commandName':_0x3341dc(0xd8),'icon':_0xc581e2,'title':_0x14e81f(_0x3341dc(0xca)),'description':_0x14e81f(_0x3341dc(0xcf)),'execute':_0x3b319d=>{const _0x3be1e6=_0x3341dc;_0x3b319d[_0x3be1e6(0x108)](_0x3be1e6(0xd8),{'value':_0x3be1e6(0xc1)});}},{'id':_0x3341dc(0xc0),'commandName':_0x3341dc(0xd8),'icon':_0x3b0f40,'title':_0x14e81f(_0x3341dc(0xad)),'description':_0x14e81f(_0x3341dc(0x93)),'execute':_0xb9356e=>{const _0x828046=_0x3341dc;_0xb9356e[_0x828046(0x108)](_0x828046(0xd8),{'value':_0x828046(0xc0)});}},{'id':_0x3341dc(0xc9),'commandName':_0x3341dc(0xd8),'icon':_0x422cc0,'title':_0x14e81f(_0x3341dc(0xec)),'description':_0x14e81f(_0x3341dc(0xef)),'execute':_0x51ffe4=>{const _0x5ec5f6=_0x3341dc;_0x51ffe4[_0x5ec5f6(0x108)](_0x5ec5f6(0xd8),{'value':_0x5ec5f6(0xc9)});}},{'id':_0x3341dc(0x100),'commandName':_0x3341dc(0xd8),'icon':_0x34574e,'title':_0x14e81f(_0x3341dc(0xce)),'description':_0x14e81f(_0x3341dc(0xe9)),'execute':_0x193245=>{const _0x6847e8=_0x3341dc;_0x193245[_0x6847e8(0x108)](_0x6847e8(0xd8),{'value':_0x6847e8(0x100)});}},{'id':_0x3341dc(0x91),'commandName':_0x3341dc(0x91),'icon':_0x18c6f6,'title':_0x14e81f(_0x3341dc(0xe0)),'description':_0x14e81f(_0x3341dc(0xb6))},{'id':_0x3341dc(0xf9),'commandName':_0x3341dc(0xf9),'icon':_0x228794,'title':_0x14e81f(_0x3341dc(0xd9)),'description':_0x14e81f(_0x3341dc(0xb3))},{'id':_0x3341dc(0xac),'commandName':_0x3341dc(0xac),'icon':_0x432a5c,'title':_0x14e81f(_0x3341dc(0xf0)),'description':_0x14e81f(_0x3341dc(0xba))},{'id':_0x3341dc(0xae),'commandName':_0x3341dc(0xae),'title':_0x14e81f(_0x3341dc(0xe7)),'description':_0x14e81f(_0x3341dc(0x94))},{'id':_0x3341dc(0x104),'commandName':_0x3341dc(0x104),'icon':_0x57b9ea,'title':_0x14e81f(_0x3341dc(0xb9)),'description':_0x14e81f(_0x3341dc(0xa7))},{'id':_0x3341dc(0xaf),'commandName':_0x3341dc(0xaf),'icon':_0x379d1c,'title':_0x14e81f(_0x3341dc(0xcb)),'description':_0x14e81f(_0x3341dc(0xfa)),'aliases':[_0x3341dc(0xf6)]},{'id':_0x3341dc(0x9e),'commandName':_0x3341dc(0x9e),'icon':_0x5ca79b,'title':_0x14e81f(_0x3341dc(0xc3)),'description':_0x14e81f(_0x3341dc(0x9d))},{'id':_0x3341dc(0xbf),'commandName':_0x3341dc(0xbf),'icon':_0x29e690,'title':_0x14e81f(_0x3341dc(0x10c)),'description':_0x14e81f(_0x3341dc(0xfe))},{'id':_0x3341dc(0x98),'commandName':_0x3341dc(0x98),'icon':_0x4f3c36,'title':_0x14e81f(_0x3341dc(0xa5)),'description':_0x14e81f(_0x3341dc(0xf5))},{'id':_0x3341dc(0xc2),'commandName':_0x3341dc(0xc2),'icon':_0x303490,'title':_0x14e81f(_0x3341dc(0xd4)),'description':_0x14e81f(_0x3341dc(0xff))}];}[_0x3594d2(0xa0)](_0x4fcf7d){const _0x2eede7=_0x3594d2;return _0x4fcf7d[_0x2eede7(0xf8)]?_0x4fcf7d[_0x2eede7(0xf8)](this[_0x2eede7(0xe6)]):!_0x4fcf7d[_0x2eede7(0x10d)]||this[_0x2eede7(0xe6)][_0x2eede7(0xea)][_0x2eede7(0x112)](_0x4fcf7d[_0x2eede7(0x10d)])[_0x2eede7(0xf8)];}[_0x3594d2(0xdd)](_0x1a1ba0){const _0x4a0661=_0x3594d2;if(_0x1a1ba0[_0x4a0661(0x108)])_0x1a1ba0[_0x4a0661(0x108)](this[_0x4a0661(0xe6)]);else{if(!_0x1a1ba0[_0x4a0661(0x10d)])throw new _0x1b7290(_0x4a0661(0xf1),this[_0x4a0661(0xe6)],{'commandDefinition':_0x1a1ba0});this[_0x4a0661(0xe6)][_0x4a0661(0x108)](_0x1a1ba0[_0x4a0661(0x10d)]);}}}function _0x15c7(){const _0x34d64e=['Bulleted\x20list','_proxyExecute','8407926lWGFRj','fromCharCode','Horizontal\x20line','isIconColorInherited','getDefaultCommands','filemanager','push','afterInit','editor','Insert\x20Mermaid\x20diagram','slashCommand.extraCommands','Create\x20a\x20heading\x20level\x206','commands','map','Heading\x205','Insert\x20image','pluginName','Create\x20a\x20heading\x20level\x205','Increase\x20indent','slash-command-execute-missing','style.definitions','filter','style','Insert\x20a\x20paragraph','toc','template.definitions','isEnabled','htmlEmbed','Insert\x20table\x20of\x20contents','3596296BmhWhn','getAllowedCommands','Insert\x20an\x20emoji','Decrease\x20the\x20indentation','Create\x20a\x20to-do\x20list','heading6','Insert\x20code\x20block','Emoji','Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file','insertTable','ckbox','Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content','ckfinder','execute','Open\x20file\x20manager','Create\x20a\x20code\x20block','3726532fuJVyo','Decrease\x20indent','commandName','AI\x20Assistant','heading1','description','Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file','get','3413949ngeBLa','horizontalLine','title','Create\x20a\x20heading\x20level\x204','Insert\x20the\x20Mermaid\x20diagram','locale','aliases','Block\x20quote','paragraph','8975fxQsEV','Heading\x202','aiAssistant','Create\x20a\x20bulleted\x20list','Create\x20a\x20numbered\x20list','numberedList','href','_proxyIsEnabled','SlashCommandConfig','join','config','upload','Paragraph','split','Create\x20a\x20table','enabledStyles','2206214bLlMYU','sort','function','indent','Heading\x204','insertMermaidCommand','insertTableOfContents','isOfficialPlugin','Heading\x201','concat','Insert\x20an\x20HTML\x20snippet','model','insertTemplate','Insert\x20a\x20horizontal\x20line','bulletedList','Create\x20a\x20heading\x20level\x201','Insert\x20table','Increase\x20the\x20indentation','7HKMQqB','blockQuote','_allowedCommands','emoji','outdent','heading4','heading3','todoList','Numbered\x20list','includes','length','isPremiumPlugin','icon','template','heading5','Heading\x203','Table\x20of\x20contents','name','showAIAssistant','Heading\x206','Create\x20a\x20heading\x20level\x203','heading.options','codeBlock','Create\x20a\x20heading\x20level\x202','toLowerCase','To-do\x20list','570744wXMhbB','slashCommand.removeCommands','heading2','heading','Insert\x20HTML','2466fayPMV','Create\x20a\x20block\x20quote'];_0x15c7=function(){return _0x34d64e;};return _0x15c7();}function j(_0x2b4010,_0x47cc11){const _0x158397=_0x3594d2;return _0x2b4010[_0x158397(0x92)]<_0x47cc11[_0x158397(0x92)]?-0x1:_0x2b4010[_0x158397(0x92)]>_0x47cc11[_0x158397(0x92)]?0x1:0x0;}function L(_0x9f2d76,_0x2d10d3){const _0x48aa9c=_0x3594d2;return _0x2d10d3+'-'+_0x9f2d76[_0x48aa9c(0xd3)]()[_0x48aa9c(0xa6)]('\x20')[_0x48aa9c(0xa2)]('-');}