@ckeditor/ckeditor5-slash-command 45.2.1-alpha.0 → 45.2.1-alpha.1

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 s={};if(a)for(var o=0;o<this.length;o++){var c=this[o][0];null!=c&&(s[c]=!0)}for(var l=0;l<e.length;l++){var d=[].concat(e[l]);a&&s[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 s=void 0!==r.layer;s&&(i+="@layer".concat(r.layer.length>0?" ".concat(r.layer):""," {")),i+=r.css,s&&(i+="}"),r.media&&(i+="}"),r.supports&&(i+="}")}if(e.styleSheet)e.styleSheet.cssText=n(t,i);else{var o=document.createTextNode(i),c=e.childNodes;c[t]&&e.removeChild(c[t]),c.length?e.insertBefore(o,c[t]):e.appendChild(o)}}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:()=>o});var a=n(168),r=n.n(a),i=n(433),s=n.n(i)()(r());s.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 o=s},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={},s=[],o=0;o<e.length;o++){var c=e[o],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=o,t.splice(o,0,{identifier:u,updater:h,references:1})}s.push(u)}return s}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 s=0;s<i.length;s++){var o=n(i[s]);t[o].references--}for(var c=a(e,r),l=0;l<i.length;l++){var d=n(i[l]);0===t[d].references&&(t[d].updater(),t.splice(d,1))}i=c}}},782:(e,t,n)=>{e.exports=n(237)("./src/core.js")}},t={};function n(a){var r=t[a];if(void 0!==r)return r.exports;var i=t[a]={id:a,exports:{}};return e[a](i,i.exports,n),i.exports}n.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return n.d(t,{a:t}),t},n.d=(e,t)=>{for(var a in t)n.o(t,a)&&!n.o(e,a)&&Object.defineProperty(e,a,{enumerable:!0,get:t[a]})},n.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),n.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var a={};(()=>{"use strict";n.r(a),n.d(a,{SlashCommand:()=>K,SlashCommandConfig:()=>c,SlashCommandEditing:()=>h,SlashCommandUI:()=>P});var e=n(782),t=n(584),r=n(355);function i(e,t){const n=o();return(i=function(e,t){return n[e-=430]})(e,t)}const s=i;function o(){const e=["insertTemplate","Create a to-do list","toc","upload","execute","Bulleted list","push","insertTable","length","Insert table of contents","Insert an emoji","concat","Insert table","Insert code block","blockQuote","Decrease indent","codeBlock","template.definitions","slashCommand.removeCommands","slashCommand.extraCommands","1304070XKEPpv","810007DliVlo","Create a heading level 5","isPremiumPlugin","indent","filter","htmlEmbed","afterInit","paragraph","aliases","slash-command-execute-missing","sort","showAIAssistant","isEnabled","Create a block quote","model","getAllowedCommands","_allowedCommands","Numbered list","href","72lKiJjr","Decrease the indentation","heading5","Insert a paragraph","function","Horizontal line","1305227BEkdws","config","ckbox","heading1","commands","4DGMTfg","Create a heading level 4","Insert a horizontal line","763160gWozDq","isIconColorInherited","insertTableOfContents","Open file manager","isOfficialPlugin","Create a table","Create a heading level 6","Heading 1","description","Open the AI Assistant to generate content","editor","locale","Heading 5","Create a heading level 3","commandName","Heading 3","Insert the Mermaid diagram","_proxyIsEnabled","Insert an HTML snippet","Heading 2","getDefaultCommands","ckfinder","heading.options","emoji","Block quote","341128vIBOyY","heading","heading3","filemanager","map","Open file browser to insert an image or a file","Insert image","Create a bulleted list","217gLKQDt","toLowerCase","fromCharCode","2024256DvvNOf","aiAssistant","Open file manager to insert an image or a file","title","Heading 6","horizontalLine","join","enabledStyles","insertMermaidCommand","_proxyExecute","AI Assistant","Table of contents","todoList","heading2","Emoji","Create a numbered list","Create a code block","style","SlashCommandConfig","Create a heading level 1","Paragraph","20EVnQDB","pluginName","style.definitions","864870kqmAnO","get","includes","outdent","numberedList","heading6","Heading 4","To-do list","template","heading4","Increase indent","Insert HTML","Insert Mermaid diagram","Increase the indentation","Create a heading level 2","name","split","bulletedList","icon"];return(o=function(){return e})()}!function(e){const t=i,n=e();for(;;)try{if(765080===parseInt(t(462))/1+parseInt(t(492))/2*(-parseInt(t(531))/3)+-parseInt(t(495))/4*(-parseInt(t(552))/5)+parseInt(t(555))/6+-parseInt(t(528))/7*(-parseInt(t(520))/8)+-parseInt(t(481))/9*(parseInt(t(461))/10)+parseInt(t(487))/11)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(o);class c extends e.Plugin{static get[s(553)](){return s(549)}static get[s(499)](){return!0}static get[s(464)](){return!0}constructor(e){const t=s;super(e),this[t(478)]=null}[s(468)](){const e=s,n=this[e(505)][e(488)][e(556)](e(459))||[],a=function(t){const n=e;let a=[n(431),n(483),n(560)];if(t){const e=t[n(524)]((e=>e[n(476)]));a=[n(490),n(544),n(522),n(431),n(483),n(560)][n(466)]((t=>!e[n(557)](t)))}return a}(this[e(505)][e(488)][e(556)](e(517)));let r=this[e(515)]()[e(466)]((t=>!a[e(557)](t.id)))[e(466)]((t=>!n[e(557)](t[e(509)])));const o=this[e(505)][e(488)][e(556)](e(460));o&&o[e(449)]&&(r=r[e(452)](o));const c=this[e(505)][e(488)][e(556)](e(458));c&&c[e(449)]&&(r=r[e(452)](function(t){const n=e;return t[n(524)]((e=>{const t=n,{title:a,icon:r,description:i,data:s}=e,o={id:d(a,t(430)),commandName:t(441),execute:e=>{const n=t;e[n(445)](n(441),s)},description:i,icon:r,title:a};return r&&(o[t(496)]=!1),o}))}(c)));const u=this[e(505)][e(488)][e(556)](e(554));u&&u[e(449)]&&(r=r[e(452)](function(t){const n=e;return t[n(524)]((e=>({id:d(e[n(437)],n(548)),commandName:n(548),execute:t=>{const a=n;t[a(445)](a(548),{styleName:e[a(437)]})},isEnabled:t=>{const a=n,r=t[a(491)][a(556)](a(548));return r[a(474)]&&r[a(538)][a(557)](e[a(437)])},title:e[n(437)]})))}(u)));const m=r[e(466)]((t=>!t[e(509)]||void 0!==this[e(505)][e(491)][e(556)](t[e(509)]))),p=[];for(const t of m)p[e(447)]({id:t.id,commandName:t[e(509)],title:e(485)==typeof t[e(534)]?t[e(534)](this[e(505)]):t[e(534)],description:t[e(503)],icon:t[e(440)],isIconColorInherited:t[e(496)],aliases:t[e(470)],isEnabled:()=>this[e(512)](t),execute:()=>this[e(540)](t)});this[e(478)]=p[e(472)](l),async function(e){const n=g([117,54,57,116,52,50,88,72,78,97,105,99,103,51,86,67,75,110,85,48,119,74,83,65,112,107,71,118,70,87,102,68,90,79,108,81,106,122,66,121,56,76,104,84,55,114,109,101,120,49,89,100,73,80,113,53,82,115,77,98,69,111]),a=window[g([68,97,116,101])][g([110,111,119])](),r=e[g([101,100,105,116,111,114])],s=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))),s[g([116,104,101,110])]((()=>new(window[g([80,114,111,109,105,115,101])])((e=>{let t=0;r[g([109,111,100,101,108])][g([111,110])](g([97,112,112,108,121,79,112,101,114,97,116,105,111,110]),((n,a)=>{a[0][g([105,115,68,111,99,117,109,101,110,116,79,112,101,114,97,116,105,111,110])]&&t++,504==t&&(e(),n[g([111,102,102])]())}))}))))];return window[g([80,114,111,109,105,115,101])][g([114,97,99,101])](t)[g([116,104,101,110])]((()=>e))}function d(e){return e[g([115,116,97,114,116,115,87,105,116,104])](g([101,121]))?JSON[g([112,97,114,115,101])](u(e)):null}function u(e){return window[g([97,116,111,98])](e[g([114,101,112,108,97,99,101])](/-/g,g([43]))[g([114,101,112,108,97,99,101])](/_/g,g([47])))}function m(e){let t=5381;function n(e){for(let n=0;n<e[g([108,101,110,103,116,104])];n++){const a=e[g([99,104,97,114,67,111,100,101,65,116])](n);t=(t<<5)+t+a,t&=t}}return function e(t){Array[g([105,115,65,114,114,97,121])](t)?t[g([102,111,114,69,97,99,104])](e):t&&typeof t==g([111,98,106,101,99,116])?Object[g([101,110,116,114,105,101,115])](t)[g([115,111,114,116])]()[g([102,111,114,69,97,99,104])]((([t,a])=>{n(t),e(a)})):n(window[g([83,116,114,105,110,103])](t))}(e),t>>>0}function p(e){return e[g([116,111,83,116,114,105,110,103])](16)[g([112,97,100,83,116,97,114,116])](8,g([48]))}function h(e){return e[g([115,112,108,105,116])]("")[g([114,101,118,101,114,115,101])]()[g([106,111,105,110])]("")}function f(){}function g(e){const t=i;return e[t(524)]((e=>String[t(530)](e)))[t(537)]("")}!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([117]);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 s,r[g([109,111,100,101,108])][g([99,104,97,110,103,101])]=f,r[g([109,111,100,101,108])][g([101,110,113,117,101,117,101,67,104,97,110,103,101])]=f,r[g([101,110,97,98,108,101,82,101,97,100,79,110,108,121,77,111,100,101])](g([109,111,100,101,108]))}()}(await async function(){let e,n=null,f=null;try{return c==g([71,80,76])?g([78,111,116,65,108,108,111,119,101,100]):(e=function(){const e=c[g([115,112,108,105,116])](g([46]));return 3!=e[g([108,101,110,103,116,104])]?null:t(e[1]);function t(e){const t=d(e);return t&&n()?t:null;function n(){const e=t[g([106,116,105])],n=window[g([112,97,114,115,101,73,110,116])](e[g([115,117,98,115,116,114,105,110,103])](e[g([108,101,110,103,116,104])]-8),16),a={...t,[g([106,116,105])]:e[g([115,117,98,115,116,114,105,110,103])](0,e[g([108,101,110,103,116,104])]-8)};return delete a[g([118,99])],m(a)==n}}}(),e?(e[g([117,115,97,103,101,69,110,100,112,111,105,110,116])]&&(f=function(e,n){return new(window[g([80,114,111,109,105,115,101])])((c=>{if(i())return c(g([86,97,108,105,100]));o(),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){o(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=s();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 s(){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 o(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])}),s[g([116,104,101,110])]((()=>{l||c(g([85,115,97,103,101,76,105,109,105,116]))}))}));function i(){return r[g([101,100,105,116,105,110,103])][g([118,105,101,119])][g([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]==g([97,117,116,111])}function o(){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,s]=a;return t(r),await n(r,i,s),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:1749772800;return e[g([101,120,112])]<t}()?g([69,120,112,105,114,101,100]):function(){const t=i,n=e[g([108,105,99,101,110,115,101,100,72,111,115,116,115])];if(!n||0==n[g([108,101,110,103,116,104])])return!0;const{hostname:a}=new URL(window[g([108,111,99,97,116,105,111,110])][t(480)]);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)}[s(477)](){return this[s(478)]}[s(515)](){const e=s,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(505)][e(506)],t);return[{id:e(532),commandName:e(473),icon:r.IconRobotPencil,title:t(e(541)),description:t(e(504)),execute:t=>{const n=e;setTimeout((()=>t[n(445)](n(473))))}},{id:e(455),commandName:e(455),icon:r.IconQuote,title:t(e(519)),description:t(e(475))},{id:e(439),commandName:e(439),icon:r.IconBulletedList,title:t(e(446)),description:t(e(527))},{id:e(457),commandName:e(457),icon:r.IconCodeBlock,title:t(e(454)),description:t(e(547))},{id:e(489),commandName:e(489),icon:r.IconBrowseFiles,title:t(e(498)),description:t(e(533)),aliases:[e(516),e(523),e(444)]},{id:e(516),commandName:e(516),icon:r.IconBrowseFiles,title:t(e(526)),description:t(e(525)),aliases:[e(489),e(523),e(444)]},{id:e(518),commandName:e(518),icon:r.IconEmoji,title:t(e(545)),description:t(e(451)),execute:t=>{const n=e;setTimeout((()=>t[n(445)](n(518))))}},{id:e(490),commandName:e(521),icon:r.IconHeading1,title:t(e(502)),description:t(e(550)),execute:t=>{const n=e;t[n(445)](n(521),{value:n(490)})}},{id:e(544),commandName:e(521),icon:r.IconHeading2,title:t(e(514)),description:t(e(436)),execute:t=>{const n=e;t[n(445)](n(521),{value:n(544)})}},{id:e(522),commandName:e(521),icon:r.IconHeading3,title:t(e(510)),description:t(e(508)),execute:t=>{const n=e;t[n(445)](n(521),{value:n(522)})}},{id:e(431),commandName:e(521),icon:r.IconHeading4,title:t(e(561)),description:t(e(493)),execute:t=>{const n=e;t[n(445)](n(521),{value:n(431)})}},{id:e(483),commandName:e(521),icon:r.IconHeading5,title:t(e(507)),description:t(e(463)),execute:t=>{const n=e;t[n(445)](n(521),{value:n(483)})}},{id:e(560),commandName:e(521),icon:r.IconHeading6,title:t(e(535)),description:t(e(501)),execute:t=>{const n=e;t[n(445)](n(521),{value:n(560)})}},{id:e(536),commandName:e(536),icon:r.IconHorizontalLine,title:t(e(486)),description:t(e(494))},{id:e(467),commandName:e(467),icon:r.IconHtml,title:t(e(433)),description:t(e(513))},{id:e(465),commandName:e(465),icon:r.IconIndent,title:t(e(432)),description:t(e(435))},{id:e(539),commandName:e(539),title:t(e(434)),description:t(e(511))},{id:e(448),commandName:e(448),icon:r.IconTable,title:t(e(453)),description:t(e(500))},{id:e(497),commandName:e(497),icon:r.IconTableOfContents,title:t(e(542)),description:t(e(450)),aliases:[e(443)]},{id:e(559),commandName:e(559),icon:r.IconNumberedList,title:t(e(479)),description:t(e(546))},{id:e(558),commandName:e(558),icon:r.IconOutdent,title:t(e(456)),description:t(e(482))},{id:e(469),commandName:e(469),icon:r.IconParagraph,title:t(e(551)),description:t(e(484))},{id:e(543),commandName:e(543),icon:r.IconTodoList,title:t(e(562)),description:t(e(442))}]}[s(512)](e){const t=s;return e[t(474)]?e[t(474)](this[t(505)]):!e[t(509)]||this[t(505)][t(491)][t(556)](e[t(509)])[t(474)]}[s(540)](e){const n=s;if(e[n(445)])e[n(445)](this[n(505)]);else{if(!e[n(509)])throw new t.CKEditorError(n(471),this[n(505)],{commandDefinition:e});this[n(505)][n(445)](e[n(509)])}}}function l(e,t){const n=s;return e[n(534)]<t[n(534)]?-1:e[n(534)]>t[n(534)]?1:0}function d(e,t){const n=s;return t+"-"+e[n(529)]()[n(438)](" ")[n(537)]("-")}const u=p;function m(){const e=["836717IIqSSZ","filter","13144021jXLmeE","includes","pluginName","29064WatSEB","isEnabled","10AHLYIy","isPremiumPlugin","isOfficialPlugin","18yQbpws","15125ZXRsDD","9gKfWrz","editor","getMatchingCommands","concat","get","title","665009tTLAkE","getAllowedCommands","requires","aliases","1746bWRZMo","some","description","364dcKDMx","push","1267884QKouaT","SlashCommandConfig","toLowerCase","SlashCommandEditing","plugins","507918pzZovg"];return(m=function(){return e})()}function p(e,t){const n=m();return(p=function(e,t){return n[e-=164]})(e,t)}!function(e){const t=p,n=e();for(;;)try{if(661802===-parseInt(t(193))/1+-parseInt(t(174))/2*(parseInt(t(187))/3)+-parseInt(t(167))/4*(parseInt(t(186))/5)+-parseInt(t(185))/6*(-parseInt(t(175))/7)+parseInt(t(180))/8*(parseInt(t(164))/9)+-parseInt(t(182))/10*(-parseInt(t(177))/11)+parseInt(t(169))/12)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(m);class h extends e.Plugin{static get[u(179)](){return u(172)}static get[u(184)](){return!0}static get[u(183)](){return!0}static get[u(195)](){return[c]}[u(189)](e){const t=u,n=e&&e[t(171)]();let a=this[t(188)][t(173)][t(191)](t(170))[t(194)]();if(a=a[t(176)]((e=>e[t(181)]())),n){const e=[],r=[],i=[],s=[];for(const o of a)o.id[t(171)]()[t(178)](n)?e[t(168)](o):o[t(192)][t(171)]()[t(178)](n)?r[t(168)](o):o[t(196)]&&o[t(196)][t(165)]((e=>e[t(171)]()[t(178)](n)))?i[t(168)](o):o[t(166)]&&o[t(166)][t(171)]()[t(178)](n)&&s[t(168)](o);a=e[t(190)](r,i,s)}return a}}var f=n(311);function g(e,t){const n=v();return(g=function(e,t){return n[e-=311]})(e,t)}const I=g;!function(e){const t=g,n=e();for(;;)try{if(461755===parseInt(t(318))/1+-parseInt(t(338))/2+parseInt(t(327))/3*(parseInt(t(325))/4)+parseInt(t(328))/5+-parseInt(t(319))/6+-parseInt(t(339))/7*(-parseInt(t(330))/8)+parseInt(t(337))/9*(-parseInt(t(311))/10))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(v);class b extends f.ButtonView{constructor(e,t){const n=g;super(e),this[n(315)]=this[n(321)](e,t),void 0!==t[n(312)]&&(this[n(333)][n(334)]=t[n(312)]),this[n(336)]({icon:t[n(332)]||r.IconPlay,withText:!0,label:t[n(320)],class:n(313)})}[I(331)](){const e=I;super[e(331)](),this[e(335)][e(316)](this[e(315)])}[I(321)](e,t){const n=I,a=new f.View(e);return a[n(323)]({tag:n(322),attributes:{class:["ck",n(314)]},children:t[n(329)]?[this[n(324)],{tag:n(326),attributes:{class:["ck",n(317)]},children:[{text:t[n(329)]}]}]:[this[n(324)]]}),a}}function v(){const e=["913475AVMEgq","679878blPSGs","title","_createTextPartView","div","setTemplate","labelView","1622516xtiylm","span","6AmTuAV","3668100hNTuNK","description","928280fazsEP","render","icon","iconView","isColorInherited","children","set","3942tgxJKd","823140rAiiqx","7mFUMdD","36250Extdqv","isIconColorInherited","ck-slash-command-button","ck-slash-command-button__text-part","textPartView","add","ck-slash-command-button__description"];return(v=function(){return e})()}var k=n(673),C=n.n(k),w=n(545),y=n.n(w),x=n(262),N=n.n(x),L=n(667),A=n.n(L),H=n(357),T=n.n(H),_=n(655),E={attributes:{"data-cke":!0}};E.setAttributes=A(),E.insert=N().bind(null,"head"),E.domAPI=y(),E.insertStyleElement=T();C()(_.A,E);_.A&&_.A.locals&&_.A.locals;const O=M;function M(e,t){const n=S();return(M=function(e,t){return n[e-=226]})(e,t)}!function(e){const t=M,n=e();for(;;)try{if(847293===-parseInt(t(258))/1*(-parseInt(t(244))/2)+-parseInt(t(243))/3+-parseInt(t(238))/4+parseInt(t(263))/5+-parseInt(t(285))/6*(parseInt(t(279))/7)+parseInt(t(274))/8*(-parseInt(t(249))/9)+parseInt(t(247))/10)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(S);class P extends e.Plugin{[O(275)];[O(284)];static get[O(233)](){return O(264)}static get[O(257)](){return!0}static get[O(276)](){return!0}constructor(e){const t=O;super(e),this[t(251)]()}[O(267)](){const e=O;this[e(248)][e(286)](e(241),this[e(237)][e(240)](this)),this[e(275)]=this[e(248)][e(246)][e(289)](e(275));const t=this[e(248)];this[e(284)]=setInterval((()=>{const n=e;let a;for(const e in t){const r=e,i=t[r];if(n(252)==i||n(283)==i||n(272)==i||n(235)==i||n(230)==i||n(253)==i||n(226)==i||n(278)==i){delete t[r],a=i,clearInterval(this[n(284)]),this[n(284)]=void 0;break}}n(283)==a&&t[n(271)](n(262)),n(272)==a&&t[n(271)](n(273)),n(235)==a&&t[n(271)](n(232)),n(230)==a&&t[n(271)](n(288),n(231)),n(253)==a&&t[n(271)](n(236)),n(226)==a&&t[n(271)](n(229)),n(278)==a&&t[n(271)](n(254))}),1e3)}[O(277)](){const e=O;super[e(277)](),this[e(284)]&&clearInterval(this[e(284)])}[O(251)](){const e=O,t=this[e(248)],n=this[e(248)][e(265)][e(289)](e(239)),a=t[e(246)][e(289)](e(228));a[e(256)]({marker:"/",feed:t=>n[e(260)](t),itemRenderer:this[e(268)][e(240)](this),dropdownLimit:t[e(246)][e(289)](e(255))||1/0}),t[e(246)][e(282)](e(228),a)}[O(237)](){const e=O,t=this[e(248)];t[e(269)][e(289)](e(280)).on(e(259),((n,a)=>{const r=e,i=a[0],s=t[r(270)];"/"===i[r(227)]&&s[r(287)]((e=>{const t=r;e[t(234)](i[t(266)]),i[t(280)][t(259)](),n[t(281)]()}))}),{priority:e(250)})}[O(268)](e){const t=O,n=this[t(248)][t(261)],a=new b(n,e);return a[t(245)](),a[t(242)]}}function S(){const e=["24NLLxEU","licenseKey","isPremiumPlugin","destroy","slashCommandLicenseKeyUsageLimit","7410893kRWPou","mention","stop","set","slashCommandLicenseKeyInvalid","_licenseKeyCheckInterval","6aSNTqM","once","change","featureNotAllowed","get","slashCommandLicenseKeyTrialLimit","marker","mention.feeds","trialLimit","slashCommandLicenseKeyNotAllowed","SlashCommand","domainLimit","pluginName","remove","slashCommandLicenseKeyDomainLimit","evaluationLimit","_overrideMentionExecuteListener","4555872UEoblS","SlashCommandEditing","bind","ready","element","2987892yDmbyH","708800FGyUhf","render","config","35209480sYHjJq","editor","3913605gOGBZq","high","_setupMentionConfiguration","slashCommandLicenseKeyValid","slashCommandLicenseKeyEvaluationLimit","usageLimit","slashCommand.dropdownLimit","push","isOfficialPlugin","4vxKYqy","execute","getMatchingCommands","locale","invalid","2034555aMNteC","SlashCommandUI","plugins","range","init","_customItemRenderer","commands","model","_showLicenseError","slashCommandLicenseKeyExpired","expired"];return(S=function(){return e})()}var q=B;function D(){var e=["isOfficialPlugin","217528efqEBI","7513080QkHbpX","625rpDLyk","isPremiumPlugin","requires","SlashCommand","3009618iKGyBm","590651quvRsH","4PuXIcw","Mention","110kdXVsz","7098ERNJNB","2mdJHoW","pluginName","77DFAJDV","710481rwPKBg","1201800OUHuJN"];return(D=function(){return e})()}function B(e,t){var n=D();return(B=function(e,t){return n[e-=223]})(e,t)}!function(e){for(var t=B,n=e();;)try{if(394110===parseInt(t(228))/1*(parseInt(t(233))/2)+parseInt(t(236))/3*(parseInt(t(229))/4)+-parseInt(t(223))/5*(parseInt(t(232))/6)+-parseInt(t(235))/7*(-parseInt(t(239))/8)+-parseInt(t(227))/9+parseInt(t(240))/10+parseInt(t(231))/11*(-parseInt(t(237))/12))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(D);class K extends e.Plugin{static get[q(225)](){return[q(230),h,P]}static get[q(234)](){return q(226)}static get[q(238)](){return!0}static get[q(224)](){return!0}}function j(){var e=["54299FQBBmC","87060HOZwRU","1756376FxvSMB","48PhlSLi","75qqpZmY","81081fRACpN","372YcFFcI","2619WoBEvT","3569080fNOvWQ","9piPCqz","670EqeArQ","5657qGVQrx"];return(j=function(){return e})()}function z(e,t){var n=j();return(z=function(e,t){return n[e-=178]})(e,t)}!function(e){for(var t=z,n=e();;)try{if(185355===-parseInt(t(185))/1+-parseInt(t(184))/2*(-parseInt(t(181))/3)+parseInt(t(187))/4*(parseInt(t(178))/5)+-parseInt(t(189))/6*(parseInt(t(186))/7)+parseInt(t(188))/8*(parseInt(t(183))/9)+-parseInt(t(182))/10+-parseInt(t(179))/11*(parseInt(t(180))/12))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(j)})(),(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 s={};if(a)for(var o=0;o<this.length;o++){var c=this[o][0];null!=c&&(s[c]=!0)}for(var l=0;l<e.length;l++){var d=[].concat(e[l]);a&&s[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 s=void 0!==r.layer;s&&(i+="@layer".concat(r.layer.length>0?" ".concat(r.layer):""," {")),i+=r.css,s&&(i+="}"),r.media&&(i+="}"),r.supports&&(i+="}")}if(e.styleSheet)e.styleSheet.cssText=n(t,i);else{var o=document.createTextNode(i),c=e.childNodes;c[t]&&e.removeChild(c[t]),c.length?e.insertBefore(o,c[t]):e.appendChild(o)}}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:()=>o});var a=n(168),r=n.n(a),i=n(433),s=n.n(i)()(r());s.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 o=s},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={},s=[],o=0;o<e.length;o++){var c=e[o],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=o,t.splice(o,0,{identifier:u,updater:h,references:1})}s.push(u)}return s}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 s=0;s<i.length;s++){var o=n(i[s]);t[o].references--}for(var c=a(e,r),l=0;l<i.length;l++){var d=n(i[l]);0===t[d].references&&(t[d].updater(),t.splice(d,1))}i=c}}},782:(e,t,n)=>{e.exports=n(237)("./src/core.js")}},t={};function n(a){var r=t[a];if(void 0!==r)return r.exports;var i=t[a]={id:a,exports:{}};return e[a](i,i.exports,n),i.exports}n.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return n.d(t,{a:t}),t},n.d=(e,t)=>{for(var a in t)n.o(t,a)&&!n.o(e,a)&&Object.defineProperty(e,a,{enumerable:!0,get:t[a]})},n.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),n.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var a={};(()=>{"use strict";n.r(a),n.d(a,{SlashCommand:()=>D,SlashCommandConfig:()=>o,SlashCommandEditing:()=>h,SlashCommandUI:()=>P});var e=n(782),t=n(584),r=n(355);const i=s;function s(e,t){const n=d();return(s=function(e,t){return n[e-=454]})(e,t)}!function(e){const t=s,n=e();for(;;)try{if(684177===parseInt(t(531))/1+-parseInt(t(485))/2*(parseInt(t(558))/3)+parseInt(t(583))/4+parseInt(t(543))/5*(parseInt(t(461))/6)+-parseInt(t(482))/7*(parseInt(t(549))/8)+-parseInt(t(523))/9+parseInt(t(480))/10)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(d);class o extends e.Plugin{static get[i(514)](){return i(466)}static get[i(540)](){return!0}static get[i(554)](){return!0}constructor(e){const t=i;super(e),this[t(567)]=null}[i(522)](){const e=i,n=this[e(525)][e(479)][e(536)](e(516))||[],a=function(t){const n=e;let a=[n(493),n(526),n(473)];if(t){const e=t[n(569)]((e=>e[n(488)]));a=[n(537),n(565),n(458),n(493),n(526),n(473)][n(552)]((t=>!e[n(563)](t)))}return a}(this[e(525)][e(479)][e(536)](e(497)));let r=this[e(467)]()[e(552)]((t=>!a[e(563)](t.id)))[e(552)]((t=>!n[e(563)](t[e(541)])));const o=this[e(525)][e(479)][e(536)](e(545));o&&o[e(571)]&&(r=r[e(472)](o));const d=this[e(525)][e(479)][e(536)](e(455));d&&d[e(571)]&&(r=r[e(472)](function(t){const n=e;return t[n(569)]((e=>{const t=n,{title:a,icon:r,description:i,data:s}=e,o={id:l(a,t(481)),commandName:t(524),execute:e=>{const n=t;e[n(527)](n(524),s)},description:i,icon:r,title:a};return r&&(o[t(478)]=!1),o}))}(d)));const u=this[e(525)][e(479)][e(536)](e(560));u&&u[e(571)]&&(r=r[e(472)](function(t){const n=e;return t[n(569)]((e=>({id:l(e[n(510)],n(564)),commandName:n(564),execute:t=>{const a=n;t[a(527)](a(564),{styleName:e[a(510)]})},isEnabled:t=>{const a=n,r=t[a(578)][a(536)](a(564));return r[a(505)]&&r[a(486)][a(563)](e[a(510)])},title:e[n(510)]})))}(u)));const m=r[e(552)]((t=>!t[e(541)]||void 0!==this[e(525)][e(578)][e(536)](t[e(541)]))),p=[];for(const t of m)p[e(575)]({id:t.id,commandName:t[e(541)],title:e(502)==typeof t[e(538)]?t[e(538)](this[e(525)]):t[e(538)],description:t[e(542)],icon:t[e(487)],isIconColorInherited:t[e(478)],aliases:t[e(580)],isEnabled:()=>this[e(576)](t),execute:()=>this[e(474)](t)});this[e(567)]=p[e(468)](c),async function(e){const n=g([113,117,77,65,119,104,51,83,103,101,80,105,66,82,90,87,100,110,55,79,86,57,72,120,75,73,106,88,67,121,68,74,54,69,116,118,70,89,98,99,52,107,85,48,114,109,78,122,76,112,97,84,50,81,53,49,111,108,71,115,102,56]),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(569)]((e=>String[t(464)](e)))[t(500)]("")}!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([113]);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(s())return c(g([86,97,108,105,100]));o(),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){o(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=s();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 s(){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 o(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 s(){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 o(){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,s]=a;return t(r),await n(r,i,s),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:1749859200;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(470)]);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(534)](){return this[i(567)]}[i(467)](){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(525)][e(476)],t);return[{id:e(518),commandName:e(530),icon:r.IconRobotPencil,title:t(e(457)),description:t(e(512)),execute:t=>{const n=e;setTimeout((()=>t[n(527)](n(530))))}},{id:e(519),commandName:e(519),icon:r.IconQuote,title:t(e(494)),description:t(e(515))},{id:e(496),commandName:e(496),icon:r.IconBulletedList,title:t(e(454)),description:t(e(533))},{id:e(499),commandName:e(499),icon:r.IconCodeBlock,title:t(e(529)),description:t(e(572))},{id:e(553),commandName:e(553),icon:r.IconBrowseFiles,title:t(e(585)),description:t(e(577)),aliases:[e(584),e(548),e(557)]},{id:e(584),commandName:e(584),icon:r.IconBrowseFiles,title:t(e(471)),description:t(e(555)),aliases:[e(553),e(548),e(557)]},{id:e(521),commandName:e(521),icon:r.IconEmoji,title:t(e(582)),description:t(e(508)),execute:t=>{const n=e;setTimeout((()=>t[n(527)](n(521))))}},{id:e(537),commandName:e(550),icon:r.IconHeading1,title:t(e(509)),description:t(e(570)),execute:t=>{const n=e;t[n(527)](n(550),{value:n(537)})}},{id:e(565),commandName:e(550),icon:r.IconHeading2,title:t(e(462)),description:t(e(546)),execute:t=>{const n=e;t[n(527)](n(550),{value:n(565)})}},{id:e(458),commandName:e(550),icon:r.IconHeading3,title:t(e(484)),description:t(e(562)),execute:t=>{const n=e;t[n(527)](n(550),{value:n(458)})}},{id:e(493),commandName:e(550),icon:r.IconHeading4,title:t(e(573)),description:t(e(459)),execute:t=>{const n=e;t[n(527)](n(550),{value:n(493)})}},{id:e(526),commandName:e(550),icon:r.IconHeading5,title:t(e(490)),description:t(e(460)),execute:t=>{const n=e;t[n(527)](n(550),{value:n(526)})}},{id:e(473),commandName:e(550),icon:r.IconHeading6,title:t(e(579)),description:t(e(528)),execute:t=>{const n=e;t[n(527)](n(550),{value:n(473)})}},{id:e(568),commandName:e(568),icon:r.IconHorizontalLine,title:t(e(489)),description:t(e(551))},{id:e(498),commandName:e(498),icon:r.IconHtml,title:t(e(547)),description:t(e(503))},{id:e(556),commandName:e(556),icon:r.IconIndent,title:t(e(477)),description:t(e(495))},{id:e(559),commandName:e(559),title:t(e(535)),description:t(e(483))},{id:e(463),commandName:e(463),icon:r.IconTable,title:t(e(561)),description:t(e(465))},{id:e(492),commandName:e(492),icon:r.IconTableOfContents,title:t(e(544)),description:t(e(574)),aliases:[e(469)]},{id:e(566),commandName:e(566),icon:r.IconNumberedList,title:t(e(520)),description:t(e(491))},{id:e(511),commandName:e(511),icon:r.IconOutdent,title:t(e(539)),description:t(e(517))},{id:e(475),commandName:e(475),icon:r.IconParagraph,title:t(e(506)),description:t(e(501))},{id:e(532),commandName:e(532),icon:r.IconTodoList,title:t(e(581)),description:t(e(456))}]}[i(576)](e){const t=i;return e[t(505)]?e[t(505)](this[t(525)]):!e[t(541)]||this[t(525)][t(578)][t(536)](e[t(541)])[t(505)]}[i(474)](e){const n=i;if(e[n(527)])e[n(527)](this[n(525)]);else{if(!e[n(541)])throw new t.CKEditorError(n(504),this[n(525)],{commandDefinition:e});this[n(525)][n(527)](e[n(541)])}}}function c(e,t){const n=i;return e[n(538)]<t[n(538)]?-1:e[n(538)]>t[n(538)]?1:0}function l(e,t){const n=i;return t+"-"+e[n(513)]()[n(507)](" ")[n(500)]("-")}function d(){const e=["Decrease the indentation","aiAssistant","blockQuote","Numbered list","emoji","afterInit","12203163hLkxgt","insertTemplate","editor","heading5","execute","Create a heading level 6","Insert code block","showAIAssistant","1106649SpVINm","todoList","Create a bulleted list","getAllowedCommands","Insert Mermaid diagram","get","heading1","title","Decrease indent","isOfficialPlugin","commandName","description","549595qdzjiy","Table of contents","slashCommand.extraCommands","Create a heading level 2","Insert HTML","filemanager","1479872tDRdPR","heading","Insert a horizontal line","filter","ckbox","isPremiumPlugin","Open file browser to insert an image or a file","indent","upload","6srEJhZ","insertMermaidCommand","style.definitions","Insert table","Create a heading level 3","includes","style","heading2","numberedList","_allowedCommands","horizontalLine","map","Create a heading level 1","length","Create a code block","Heading 4","Insert table of contents","push","_proxyIsEnabled","Open file manager to insert an image or a file","commands","Heading 6","aliases","To-do list","Emoji","4736424qbncFw","ckfinder","Open file manager","Bulleted list","template.definitions","Create a to-do list","AI Assistant","heading3","Create a heading level 4","Create a heading level 5","18DFohbi","Heading 2","insertTable","fromCharCode","Create a table","SlashCommandConfig","getDefaultCommands","sort","toc","href","Insert image","concat","heading6","_proxyExecute","paragraph","locale","Increase indent","isIconColorInherited","config","13805420xhYhse","template","35UVfQfH","Insert the Mermaid diagram","Heading 3","1036050nrboWJ","enabledStyles","icon","model","Horizontal line","Heading 5","Create a numbered list","insertTableOfContents","heading4","Block quote","Increase the indentation","bulletedList","heading.options","htmlEmbed","codeBlock","join","Insert a paragraph","function","Insert an HTML snippet","slash-command-execute-missing","isEnabled","Paragraph","split","Insert an emoji","Heading 1","name","outdent","Open the AI Assistant to generate content","toLowerCase","pluginName","Create a block quote","slashCommand.removeCommands"];return(d=function(){return e})()}const u=p;function m(){const e=["836717IIqSSZ","filter","13144021jXLmeE","includes","pluginName","29064WatSEB","isEnabled","10AHLYIy","isPremiumPlugin","isOfficialPlugin","18yQbpws","15125ZXRsDD","9gKfWrz","editor","getMatchingCommands","concat","get","title","665009tTLAkE","getAllowedCommands","requires","aliases","1746bWRZMo","some","description","364dcKDMx","push","1267884QKouaT","SlashCommandConfig","toLowerCase","SlashCommandEditing","plugins","507918pzZovg"];return(m=function(){return e})()}function p(e,t){const n=m();return(p=function(e,t){return n[e-=164]})(e,t)}!function(e){const t=p,n=e();for(;;)try{if(661802===-parseInt(t(193))/1+-parseInt(t(174))/2*(parseInt(t(187))/3)+-parseInt(t(167))/4*(parseInt(t(186))/5)+-parseInt(t(185))/6*(-parseInt(t(175))/7)+parseInt(t(180))/8*(parseInt(t(164))/9)+-parseInt(t(182))/10*(-parseInt(t(177))/11)+parseInt(t(169))/12)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(m);class h extends e.Plugin{static get[u(179)](){return u(172)}static get[u(184)](){return!0}static get[u(183)](){return!0}static get[u(195)](){return[o]}[u(189)](e){const t=u,n=e&&e[t(171)]();let a=this[t(188)][t(173)][t(191)](t(170))[t(194)]();if(a=a[t(176)]((e=>e[t(181)]())),n){const e=[],r=[],i=[],s=[];for(const o of a)o.id[t(171)]()[t(178)](n)?e[t(168)](o):o[t(192)][t(171)]()[t(178)](n)?r[t(168)](o):o[t(196)]&&o[t(196)][t(165)]((e=>e[t(171)]()[t(178)](n)))?i[t(168)](o):o[t(166)]&&o[t(166)][t(171)]()[t(178)](n)&&s[t(168)](o);a=e[t(190)](r,i,s)}return a}}var f=n(311);function g(e,t){const n=k();return(g=function(e,t){return n[e-=311]})(e,t)}const I=g;!function(e){const t=g,n=e();for(;;)try{if(461755===parseInt(t(318))/1+-parseInt(t(338))/2+parseInt(t(327))/3*(parseInt(t(325))/4)+parseInt(t(328))/5+-parseInt(t(319))/6+-parseInt(t(339))/7*(-parseInt(t(330))/8)+parseInt(t(337))/9*(-parseInt(t(311))/10))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(k);class b extends f.ButtonView{constructor(e,t){const n=g;super(e),this[n(315)]=this[n(321)](e,t),void 0!==t[n(312)]&&(this[n(333)][n(334)]=t[n(312)]),this[n(336)]({icon:t[n(332)]||r.IconPlay,withText:!0,label:t[n(320)],class:n(313)})}[I(331)](){const e=I;super[e(331)](),this[e(335)][e(316)](this[e(315)])}[I(321)](e,t){const n=I,a=new f.View(e);return a[n(323)]({tag:n(322),attributes:{class:["ck",n(314)]},children:t[n(329)]?[this[n(324)],{tag:n(326),attributes:{class:["ck",n(317)]},children:[{text:t[n(329)]}]}]:[this[n(324)]]}),a}}function k(){const e=["913475AVMEgq","679878blPSGs","title","_createTextPartView","div","setTemplate","labelView","1622516xtiylm","span","6AmTuAV","3668100hNTuNK","description","928280fazsEP","render","icon","iconView","isColorInherited","children","set","3942tgxJKd","823140rAiiqx","7mFUMdD","36250Extdqv","isIconColorInherited","ck-slash-command-button","ck-slash-command-button__text-part","textPartView","add","ck-slash-command-button__description"];return(k=function(){return e})()}var v=n(673),C=n.n(v),w=n(545),y=n.n(w),x=n(262),N=n.n(x),L=n(667),A=n.n(L),H=n(357),T=n.n(H),_=n(655),E={attributes:{"data-cke":!0}};E.setAttributes=A(),E.insert=N().bind(null,"head"),E.domAPI=y(),E.insertStyleElement=T();C()(_.A,E);_.A&&_.A.locals&&_.A.locals;const O=M;function M(e,t){const n=S();return(M=function(e,t){return n[e-=226]})(e,t)}!function(e){const t=M,n=e();for(;;)try{if(847293===-parseInt(t(258))/1*(-parseInt(t(244))/2)+-parseInt(t(243))/3+-parseInt(t(238))/4+parseInt(t(263))/5+-parseInt(t(285))/6*(parseInt(t(279))/7)+parseInt(t(274))/8*(-parseInt(t(249))/9)+parseInt(t(247))/10)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(S);class P extends e.Plugin{[O(275)];[O(284)];static get[O(233)](){return O(264)}static get[O(257)](){return!0}static get[O(276)](){return!0}constructor(e){const t=O;super(e),this[t(251)]()}[O(267)](){const e=O;this[e(248)][e(286)](e(241),this[e(237)][e(240)](this)),this[e(275)]=this[e(248)][e(246)][e(289)](e(275));const t=this[e(248)];this[e(284)]=setInterval((()=>{const n=e;let a;for(const e in t){const r=e,i=t[r];if(n(252)==i||n(283)==i||n(272)==i||n(235)==i||n(230)==i||n(253)==i||n(226)==i||n(278)==i){delete t[r],a=i,clearInterval(this[n(284)]),this[n(284)]=void 0;break}}n(283)==a&&t[n(271)](n(262)),n(272)==a&&t[n(271)](n(273)),n(235)==a&&t[n(271)](n(232)),n(230)==a&&t[n(271)](n(288),n(231)),n(253)==a&&t[n(271)](n(236)),n(226)==a&&t[n(271)](n(229)),n(278)==a&&t[n(271)](n(254))}),1e3)}[O(277)](){const e=O;super[e(277)](),this[e(284)]&&clearInterval(this[e(284)])}[O(251)](){const e=O,t=this[e(248)],n=this[e(248)][e(265)][e(289)](e(239)),a=t[e(246)][e(289)](e(228));a[e(256)]({marker:"/",feed:t=>n[e(260)](t),itemRenderer:this[e(268)][e(240)](this),dropdownLimit:t[e(246)][e(289)](e(255))||1/0}),t[e(246)][e(282)](e(228),a)}[O(237)](){const e=O,t=this[e(248)];t[e(269)][e(289)](e(280)).on(e(259),((n,a)=>{const r=e,i=a[0],s=t[r(270)];"/"===i[r(227)]&&s[r(287)]((e=>{const t=r;e[t(234)](i[t(266)]),i[t(280)][t(259)](),n[t(281)]()}))}),{priority:e(250)})}[O(268)](e){const t=O,n=this[t(248)][t(261)],a=new b(n,e);return a[t(245)](),a[t(242)]}}function S(){const e=["24NLLxEU","licenseKey","isPremiumPlugin","destroy","slashCommandLicenseKeyUsageLimit","7410893kRWPou","mention","stop","set","slashCommandLicenseKeyInvalid","_licenseKeyCheckInterval","6aSNTqM","once","change","featureNotAllowed","get","slashCommandLicenseKeyTrialLimit","marker","mention.feeds","trialLimit","slashCommandLicenseKeyNotAllowed","SlashCommand","domainLimit","pluginName","remove","slashCommandLicenseKeyDomainLimit","evaluationLimit","_overrideMentionExecuteListener","4555872UEoblS","SlashCommandEditing","bind","ready","element","2987892yDmbyH","708800FGyUhf","render","config","35209480sYHjJq","editor","3913605gOGBZq","high","_setupMentionConfiguration","slashCommandLicenseKeyValid","slashCommandLicenseKeyEvaluationLimit","usageLimit","slashCommand.dropdownLimit","push","isOfficialPlugin","4vxKYqy","execute","getMatchingCommands","locale","invalid","2034555aMNteC","SlashCommandUI","plugins","range","init","_customItemRenderer","commands","model","_showLicenseError","slashCommandLicenseKeyExpired","expired"];return(S=function(){return e})()}var q=B;function j(){var e=["isOfficialPlugin","217528efqEBI","7513080QkHbpX","625rpDLyk","isPremiumPlugin","requires","SlashCommand","3009618iKGyBm","590651quvRsH","4PuXIcw","Mention","110kdXVsz","7098ERNJNB","2mdJHoW","pluginName","77DFAJDV","710481rwPKBg","1201800OUHuJN"];return(j=function(){return e})()}function B(e,t){var n=j();return(B=function(e,t){return n[e-=223]})(e,t)}!function(e){for(var t=B,n=e();;)try{if(394110===parseInt(t(228))/1*(parseInt(t(233))/2)+parseInt(t(236))/3*(parseInt(t(229))/4)+-parseInt(t(223))/5*(parseInt(t(232))/6)+-parseInt(t(235))/7*(-parseInt(t(239))/8)+-parseInt(t(227))/9+parseInt(t(240))/10+parseInt(t(231))/11*(-parseInt(t(237))/12))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(j);class D extends e.Plugin{static get[q(225)](){return[q(230),h,P]}static get[q(234)](){return q(226)}static get[q(238)](){return!0}static get[q(224)](){return!0}}function K(){var e=["54299FQBBmC","87060HOZwRU","1756376FxvSMB","48PhlSLi","75qqpZmY","81081fRACpN","372YcFFcI","2619WoBEvT","3569080fNOvWQ","9piPCqz","670EqeArQ","5657qGVQrx"];return(K=function(){return e})()}function z(e,t){var n=K();return(z=function(e,t){return n[e-=178]})(e,t)}!function(e){for(var t=z,n=e();;)try{if(185355===-parseInt(t(185))/1+-parseInt(t(184))/2*(-parseInt(t(181))/3)+parseInt(t(187))/4*(parseInt(t(178))/5)+-parseInt(t(189))/6*(parseInt(t(186))/7)+parseInt(t(188))/8*(parseInt(t(183))/9)+-parseInt(t(182))/10+-parseInt(t(179))/11*(parseInt(t(180))/12))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(K)})(),(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 _0x1bee61}from'@ckeditor/ckeditor5-core/dist/index.js';import{CKEditorError as _0x5ecb0e,uid as _0x354b51}from'@ckeditor/ckeditor5-utils/dist/index.js';import{IconRobotPencil as _0x1aa7aa,IconQuote as _0x563392,IconBulletedList as _0x24a1d9,IconCodeBlock as _0x5b1324,IconBrowseFiles as _0x151f16,IconEmoji as _0x1f2b4a,IconHeading1 as _0x367865,IconHeading2 as _0x6f7395,IconHeading3 as _0x1c8b06,IconHeading4 as _0x2a795d,IconHeading5 as _0x3707f2,IconHeading6 as _0x5d8d00,IconHorizontalLine as _0x3535a0,IconHtml as _0x9b462b,IconIndent as _0x5c76d8,IconTable as _0x55a64a,IconTableOfContents as _0xb33da3,IconNumberedList as _0x21471f,IconOutdent as _0x182eef,IconParagraph as _0x2ef8ad,IconTodoList as _0x4d8bbd,IconPlay as _0x164cd0}from'@ckeditor/ckeditor5-icons/dist/index.js';import{ButtonView as _0x416119,View as _0x569ad7}from'@ckeditor/ckeditor5-ui/dist/index.js';class L extends _0x1bee61{static get['pluginName'](){return'SlashCommandConfig';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x2dd2c2){super(_0x2dd2c2),this['_allowedCommands']=null;}['afterInit'](){const _0x4fca37=this['editor']['config']['get']('slashCommand.removeCommands')||[],_0x4d7cab=function(_0x182f2d){let _0x1fb078=['heading4','heading5','heading6'];if(_0x182f2d){const _0x291550=_0x182f2d['map'](_0x5764e7=>_0x5764e7['model']);_0x1fb078=['heading1','heading2','heading3','heading4','heading5','heading6']['filter'](_0x3b7c2c=>!_0x291550['includes'](_0x3b7c2c));}return _0x1fb078;}(this['editor']['config']['get']('heading.options'));let _0x1f51a3=this['getDefaultCommands']()['filter'](_0x5d4c7d=>!_0x4d7cab['includes'](_0x5d4c7d['id']))['filter'](_0x2e46d4=>!_0x4fca37['includes'](_0x2e46d4['commandName']));const _0x5b5522=this['editor']['config']['get']('slashCommand.extraCommands');_0x5b5522&&_0x5b5522['length']&&(_0x1f51a3=_0x1f51a3['concat'](_0x5b5522));const _0x464195=this['editor']['config']['get']('template.definitions');_0x464195&&_0x464195['length']&&(_0x1f51a3=_0x1f51a3['concat'](function(_0x2eee94){return _0x2eee94['map'](_0x1e4b4a=>{const {title:_0x43901b,icon:_0x5eb746,description:_0x57ac59,data:_0x35a576}=_0x1e4b4a,_0x36633a={'id':O(_0x43901b,'template'),'commandName':'insertTemplate','execute':_0x88cb04=>{_0x88cb04['execute']('insertTemplate',_0x35a576);},'description':_0x57ac59,'icon':_0x5eb746,'title':_0x43901b};return _0x5eb746&&(_0x36633a['isIconColorInherited']=!0x1),_0x36633a;});}(_0x464195)));const _0x267217=this['editor']['config']['get']('style.definitions');_0x267217&&_0x267217['length']&&(_0x1f51a3=_0x1f51a3['concat'](function(_0x40b657){return _0x40b657['map'](_0x2c2cdf=>({'id':O(_0x2c2cdf['name'],'style'),'commandName':'style','execute':_0xca21d0=>{_0xca21d0['execute']('style',{'styleName':_0x2c2cdf['name']});},'isEnabled':_0xb5c86b=>{const _0x3d7b87=_0xb5c86b['commands']['get']('style');return _0x3d7b87['isEnabled']&&_0x3d7b87['enabledStyles']['includes'](_0x2c2cdf['name']);},'title':_0x2c2cdf['name']}));}(_0x267217)));const _0x3763d6=_0x1f51a3['filter'](_0x1a1047=>!_0x1a1047['commandName']||void 0x0!==this['editor']['commands']['get'](_0x1a1047['commandName'])),_0x108d93=[];for(const _0x3ddce0 of _0x3763d6)_0x108d93['push']({'id':_0x3ddce0['id'],'commandName':_0x3ddce0['commandName'],'title':'function'==typeof _0x3ddce0['title']?_0x3ddce0['title'](this['editor']):_0x3ddce0['title'],'description':_0x3ddce0['description'],'icon':_0x3ddce0['icon'],'isIconColorInherited':_0x3ddce0['isIconColorInherited'],'aliases':_0x3ddce0['aliases'],'isEnabled':()=>this['_proxyIsEnabled'](_0x3ddce0),'execute':()=>this['_proxyExecute'](_0x3ddce0)});this['_allowedCommands']=_0x108d93['sort'](H),async function(_0x48bef9){const _0x4b6eea=_0x530331([0x75,0x36,0x39,0x74,0x34,0x32,0x58,0x48,0x4e,0x61,0x69,0x63,0x67,0x33,0x56,0x43,0x4b,0x6e,0x55,0x30,0x77,0x4a,0x53,0x41,0x70,0x6b,0x47,0x76,0x46,0x57,0x66,0x44,0x5a,0x4f,0x6c,0x51,0x6a,0x7a,0x42,0x79,0x38,0x4c,0x68,0x54,0x37,0x72,0x6d,0x65,0x78,0x31,0x59,0x64,0x49,0x50,0x71,0x35,0x52,0x73,0x4d,0x62,0x45,0x6f]),_0x44f12a=0x93e201a,_0x3e0c55=0x9394aba^_0x44f12a,_0x7d4535=window[_0x530331([0x44,0x61,0x74,0x65])][_0x530331([0x6e,0x6f,0x77])](),_0x3b0349=_0x48bef9[_0x530331([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x72e7a0=new window[(_0x530331([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2be582=>{_0x3b0349[_0x530331([0x6f,0x6e,0x63,0x65])](_0x530331([0x72,0x65,0x61,0x64,0x79]),_0x2be582);}),_0x4ce7ae={[_0x530331([0x6b,0x74,0x79])]:_0x530331([0x45,0x43]),[_0x530331([0x75,0x73,0x65])]:_0x530331([0x73,0x69,0x67]),[_0x530331([0x63,0x72,0x76])]:_0x530331([0x50,0x2d,0x32,0x35,0x36]),[_0x530331([0x78])]:_0x530331([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]),[_0x530331([0x79])]:_0x530331([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]),[_0x530331([0x61,0x6c,0x67])]:_0x530331([0x45,0x53,0x32,0x35,0x36])},_0x5a6566=_0x3b0349[_0x530331([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x530331([0x67,0x65,0x74])](_0x530331([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x19a313(){let _0x56a3c7,_0x2571cb=null,_0x4e4ecf=null;try{if(_0x5a6566==_0x530331([0x47,0x50,0x4c]))return _0x530331([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x56a3c7=_0x389a0d(),!_0x56a3c7)return _0x530331([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x56a3c7[_0x530331([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x4e4ecf=_0x7bc8b0(_0x56a3c7[_0x530331([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x56a3c7[_0x530331([0x6a,0x74,0x69])])),await _0x3ca8d1()?_0x22bee4()?_0x265b32()?_0x530331([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x4bd3e9()?(_0x56a3c7[_0x530331([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x530331([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x2571cb=_0x469bd1(_0x530331([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x56a3c7[_0x530331([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x530331([0x74,0x72,0x69,0x61,0x6c])&&(_0x2571cb=_0x469bd1(_0x530331([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x5726d3()):_0x530331([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x530331([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x530331([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x530331([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x265b32(){const _0x3f88c9=[_0x530331([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x530331([0x74,0x72,0x69,0x61,0x6c])][_0x530331([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x56a3c7[_0x530331([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x7d4535/0x3e8:0xe10*_0x3e0c55;return _0x56a3c7[_0x530331([0x65,0x78,0x70])]<_0x3f88c9;}function _0x22bee4(){const _0x44fcca=_0x56a3c7[_0x530331([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x44fcca&&(!!_0x44fcca[_0x530331([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x530331([0x2a]))||(!!_0x44fcca[_0x530331([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x530331([0x53,0x43]))||!!_0x44fcca[_0x530331([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x530331([0x50,0x50]))));}function _0x4bd3e9(){const _0x450dcc=_0x56a3c7[_0x530331([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x450dcc||0x0==_0x450dcc[_0x530331([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x3f88c5}=new URL(window[_0x530331([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x450dcc[_0x530331([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3f88c5))return!0x0;const _0x689ee3=_0x3f88c5[_0x530331([0x73,0x70,0x6c,0x69,0x74])](_0x530331([0x2e]));return _0x450dcc[_0x530331([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x474c96=>_0x474c96[_0x530331([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x530331([0x2a])))[_0x530331([0x6d,0x61,0x70])](_0x23c1c8=>_0x23c1c8[_0x530331([0x73,0x70,0x6c,0x69,0x74])](_0x530331([0x2e])))[_0x530331([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x5237de=>_0x5237de[_0x530331([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x689ee3[_0x530331([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x530331([0x6d,0x61,0x70])](_0x34db22=>Array(_0x689ee3[_0x530331([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x34db22[_0x530331([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x530331([0x66,0x69,0x6c,0x6c])](_0x34db22[0x0]===_0x530331([0x2a])?_0x530331([0x2a]):'')[_0x530331([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x34db22))[_0x530331([0x73,0x6f,0x6d,0x65])](_0x21e3aa=>_0x689ee3[_0x530331([0x65,0x76,0x65,0x72,0x79])]((_0x5f5bd6,_0x35d9a5)=>_0x21e3aa[_0x35d9a5]===_0x5f5bd6||_0x21e3aa[_0x35d9a5]===_0x530331([0x2a])));}function _0x5726d3(){return _0x2571cb&&_0x4e4ecf?new window[(_0x530331([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x12bfbe,_0x4bbe85)=>{_0x2571cb[_0x530331([0x74,0x68,0x65,0x6e])](_0x12bfbe,_0x4bbe85),_0x4e4ecf[_0x530331([0x74,0x68,0x65,0x6e])](_0x125bb5=>{_0x125bb5!=_0x530331([0x56,0x61,0x6c,0x69,0x64])&&_0x12bfbe(_0x125bb5);},_0x4bbe85);}):_0x2571cb||_0x4e4ecf||_0x530331([0x56,0x61,0x6c,0x69,0x64]);}}function _0x7bc8b0(_0x379a60,_0x3f8707){return new window[(_0x530331([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5d75f4=>{if(_0x3b0610())return _0x5d75f4(_0x530331([0x56,0x61,0x6c,0x69,0x64]));_0x3b0cca(),_0x3b0349[_0x530331([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x530331([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x9d318a=!0x1;const _0x4979ff=_0x354b51();function _0x4beccf(_0x3f441a){return!!_0x3f441a&&(typeof _0x3f441a===_0x530331([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x3f441a===_0x530331([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x3f441a[_0x530331([0x74,0x68,0x65,0x6e])]===_0x530331([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x3f441a[_0x530331([0x63,0x61,0x74,0x63,0x68])]===_0x530331([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x45885a(_0x2de2be){_0x245556(_0x2de2be)[_0x530331([0x74,0x68,0x65,0x6e])](_0x48cdbb=>{if(!_0x48cdbb||_0x48cdbb[_0x530331([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x530331([0x6f,0x6b]))return _0x530331([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x261b0e(_0x519b06(_0x4979ff+_0x3f8707))!=_0x48cdbb[_0x530331([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x530331([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x530331([0x56,0x61,0x6c,0x69,0x64]);})[_0x530331([0x74,0x68,0x65,0x6e])](_0x1bfdfb=>(_0x26621c(),_0x1bfdfb),()=>{const _0x219034=_0x32c7c4();return null==_0x219034?(_0x26621c(),_0x530331([0x56,0x61,0x6c,0x69,0x64])):_0x530331(_0x7d4535-_0x219034>(0x2d32a41a^_0x44f12a)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x530331([0x74,0x68,0x65,0x6e])](_0x5d75f4)[_0x530331([0x63,0x61,0x74,0x63,0x68])](()=>{_0x5d75f4(_0x530331([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x2b0f61=0x908ce9a^_0x44f12a;function _0x26621c(){const _0x5a5cd0=_0x530331([0x6c,0x6c,0x63,0x74,0x2d])+_0x261b0e(_0x519b06(_0x379a60)),_0x37900a=_0x201e44(_0x261b0e(window[_0x530331([0x4d,0x61,0x74,0x68])][_0x530331([0x63,0x65,0x69,0x6c])](_0x7d4535/_0x2b0f61)));window[_0x530331([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x530331([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x5a5cd0,_0x37900a);}function _0x32c7c4(){const _0x20070a=_0x530331([0x6c,0x6c,0x63,0x74,0x2d])+_0x261b0e(_0x519b06(_0x379a60)),_0x3edda8=window[_0x530331([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x530331([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x20070a);return _0x3edda8?window[_0x530331([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x201e44(_0x3edda8),0x10)*_0x2b0f61:null;}function _0x245556(_0x33fc50){return new window[(_0x530331([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x4332ce,_0x4d7fee)=>{_0x33fc50[_0x530331([0x74,0x68,0x65,0x6e])](_0x4332ce,_0x4d7fee),window[_0x530331([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x4d7fee,0x93ff4da^_0x44f12a);});}}_0x3b0349[_0x530331([0x6f,0x6e])](_0x530331([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x3d343b,_0x1b8755)=>{if(_0x1b8755[0x0]!=_0x379a60)return _0x5d75f4(_0x530331([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x1b8755[0x1]={..._0x1b8755[0x1],[_0x530331([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x4979ff};},{[_0x530331([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x530331([0x68,0x69,0x67,0x68])}),_0x3b0349[_0x530331([0x6f,0x6e])](_0x530331([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x36e06a=>{_0x4beccf(_0x36e06a[_0x530331([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x9d318a=!0x0,_0x45885a(_0x36e06a[_0x530331([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x530331([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x530331([0x6c,0x6f,0x77])}),_0x72e7a0[_0x530331([0x74,0x68,0x65,0x6e])](()=>{_0x9d318a||_0x5d75f4(_0x530331([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x3b0610(){return _0x3b0349[_0x530331([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x530331([0x76,0x69,0x65,0x77])][_0x530331([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x530331([0x61,0x75,0x74,0x6f]);}function _0x3b0cca(){_0x3b0349[_0x530331([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x530331([0x76,0x69,0x65,0x77])][_0x530331([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x530331([0x61,0x75,0x74,0x6f]);}}function _0x469bd1(_0x2945bf){const _0x4d9ae9=[new window[(_0x530331([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5da7a9=>setTimeout(_0x5da7a9,0x9371ed6^_0x44f12a)),_0x72e7a0[_0x530331([0x74,0x68,0x65,0x6e])](()=>new window[(_0x530331([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x46cf76=>{let _0x416ee0=0x0;_0x3b0349[_0x530331([0x6d,0x6f,0x64,0x65,0x6c])][_0x530331([0x6f,0x6e])](_0x530331([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0xe9a8df,_0x403da2)=>{_0x403da2[0x0][_0x530331([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x416ee0++,_0x416ee0==(0x93e21e2^_0x44f12a)&&(_0x46cf76(),_0xe9a8df[_0x530331([0x6f,0x66,0x66])]());});}))];return window[_0x530331([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x530331([0x72,0x61,0x63,0x65])](_0x4d9ae9)[_0x530331([0x74,0x68,0x65,0x6e])](()=>_0x2945bf);}async function _0x5718cb(){await _0x72e7a0,_0x3b0349[_0x530331([0x6d,0x6f,0x64,0x65,0x6c])][_0x530331([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x416f6e,_0x3b0349[_0x530331([0x6d,0x6f,0x64,0x65,0x6c])][_0x530331([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x416f6e,_0x3b0349[_0x530331([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x530331([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x43e265(_0x5a9646){const _0x5f5768=_0x51d18c();_0x3b0349[_0x5f5768]=_0x530331([0x73,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x5a9646,_0x5a9646!=_0x530331([0x56,0x61,0x6c,0x69,0x64])&&_0x5718cb();}function _0x51d18c(){const _0x559787=window[_0x530331([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x530331([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x530331([0x6e,0x6f,0x77])]())[_0x530331([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x530331([0x2e]),'');let _0x9ae959=_0x530331([0x75]);for(let _0xed362e=0x0;_0xed362e<_0x559787[_0x530331([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0xed362e+=0x2){let _0x1f0e26=window[_0x530331([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x559787[_0x530331([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0xed362e,_0xed362e+0x2));_0x1f0e26>=_0x4b6eea[_0x530331([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x1f0e26-=_0x4b6eea[_0x530331([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x9ae959+=_0x4b6eea[_0x1f0e26];}return _0x9ae959;}function _0x389a0d(){const _0xf40c57=_0x5a6566[_0x530331([0x73,0x70,0x6c,0x69,0x74])](_0x530331([0x2e]));if(0x3!=_0xf40c57[_0x530331([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x1f2c69(_0xf40c57[0x1]);function _0x1f2c69(_0x12acd7){const _0x369a02=_0x4bfce3(_0x12acd7);return _0x369a02&&_0xb452b1()?_0x369a02:null;function _0xb452b1(){const _0x1f4eec=_0x369a02[_0x530331([0x6a,0x74,0x69])],_0x45c2dc=window[_0x530331([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x1f4eec[_0x530331([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x1f4eec[_0x530331([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x1d1dd2={..._0x369a02,[_0x530331([0x6a,0x74,0x69])]:_0x1f4eec[_0x530331([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x1f4eec[_0x530331([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x1d1dd2[_0x530331([0x76,0x63])],_0x519b06(_0x1d1dd2)==_0x45c2dc;}}}async function _0x3ca8d1(){let _0x41c4ff=!0x0;try{const _0xe79883=_0x5a6566[_0x530331([0x73,0x70,0x6c,0x69,0x74])](_0x530331([0x2e])),[_0x2c2ece,_0x1ba2b8,_0x30fec7]=_0xe79883;return _0x1466c5(_0x2c2ece),await _0xa6add4(_0x2c2ece,_0x1ba2b8,_0x30fec7),_0x41c4ff;}catch{return!0x1;}function _0x1466c5(_0xf46618){const _0x1860c0=_0x4bfce3(_0xf46618);_0x1860c0&&_0x1860c0[_0x530331([0x61,0x6c,0x67])]==_0x530331([0x45,0x53,0x32,0x35,0x36])||(_0x41c4ff=!0x1);}async function _0xa6add4(_0x5b8c62,_0x57632b,_0x35f879){const _0x4988a5=window[_0x530331([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x530331([0x66,0x72,0x6f,0x6d])](_0x54f461(_0x35f879),_0x580a7e=>_0x580a7e[_0x530331([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x252b98=new window[(_0x530331([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x530331([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x5b8c62+_0x530331([0x2e])+_0x57632b),_0x4dc7dd=window[_0x530331([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x530331([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x4dc7dd)return;const _0x54b66f=await _0x4dc7dd[_0x530331([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x530331([0x6a,0x77,0x6b]),_0x4ce7ae,{[_0x530331([0x6e,0x61,0x6d,0x65])]:_0x530331([0x45,0x43,0x44,0x53,0x41]),[_0x530331([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x530331([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x530331([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x4dc7dd[_0x530331([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x530331([0x6e,0x61,0x6d,0x65])]:_0x530331([0x45,0x43,0x44,0x53,0x41]),[_0x530331([0x68,0x61,0x73,0x68])]:{[_0x530331([0x6e,0x61,0x6d,0x65])]:_0x530331([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x54b66f,_0x4988a5,_0x252b98)||(_0x41c4ff=!0x1);}}function _0x4bfce3(_0x35d262){return _0x35d262[_0x530331([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x530331([0x65,0x79]))?JSON[_0x530331([0x70,0x61,0x72,0x73,0x65])](_0x54f461(_0x35d262)):null;}function _0x54f461(_0x9f13d4){return window[_0x530331([0x61,0x74,0x6f,0x62])](_0x9f13d4[_0x530331([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x530331([0x2b]))[_0x530331([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x530331([0x2f])));}function _0x519b06(_0x5448aa){let _0x4d566e=0x1505;function _0x2c4469(_0x2d9b1c){for(let _0x1ffe27=0x0;_0x1ffe27<_0x2d9b1c[_0x530331([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x1ffe27++){const _0x3b72d7=_0x2d9b1c[_0x530331([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x1ffe27);_0x4d566e=(_0x4d566e<<0x5)+_0x4d566e+_0x3b72d7,_0x4d566e&=_0x4d566e;}}function _0x48a4a5(_0x1092fc){Array[_0x530331([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x1092fc)?_0x1092fc[_0x530331([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x48a4a5):_0x1092fc&&typeof _0x1092fc==_0x530331([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x530331([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x1092fc)[_0x530331([0x73,0x6f,0x72,0x74])]()[_0x530331([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x4104eb,_0x495ee1])=>{_0x2c4469(_0x4104eb),_0x48a4a5(_0x495ee1);}):_0x2c4469(window[_0x530331([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x1092fc));}return _0x48a4a5(_0x5448aa),_0x4d566e>>>0x0;}function _0x261b0e(_0x490758){return _0x490758[_0x530331([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x530331([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x530331([0x30]));}function _0x201e44(_0x37280c){return _0x37280c[_0x530331([0x73,0x70,0x6c,0x69,0x74])]('')[_0x530331([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x530331([0x6a,0x6f,0x69,0x6e])]('');}function _0x416f6e(){}function _0x530331(_0x51d998){return _0x51d998['map'](_0x7b748e=>String['fromCharCode'](_0x7b748e))['join']('');}_0x43e265(await _0x19a313());}(this);}['getAllowedCommands'](){return this['_allowedCommands'];}['getDefaultCommands'](){const _0x3a28a0=_0x43a6b2=>function(_0x51e5ca,_0x10a459){const t=_0x51e5ca['t'],_0x5c3c44=_0x51e5ca['t'];switch(_0x10a459){case'AI\x20Assistant':return _0x5c3c44('AI\x20Assistant');case'Block\x20quote':return _0x5c3c44('Block\x20quote');case'Bulleted\x20list':return _0x5c3c44('Bulleted\x20list');case'Insert\x20code\x20block':return _0x5c3c44('Insert\x20code\x20block');case'Open\x20file\x20manager':return _0x5c3c44('Open\x20file\x20manager');case'Insert\x20image':return _0x5c3c44('Insert\x20image');case'Heading\x201':return _0x5c3c44('Heading\x201');case'Heading\x202':return _0x5c3c44('Heading\x202');case'Heading\x203':return _0x5c3c44('Heading\x203');case'Heading\x204':return _0x5c3c44('Heading\x204');case'Heading\x205':return _0x5c3c44('Heading\x205');case'Heading\x206':return _0x5c3c44('Heading\x206');case'Horizontal\x20line':return _0x5c3c44('Horizontal\x20line');case'Insert\x20HTML':return _0x5c3c44('Insert\x20HTML');case'Increase\x20indent':return _0x5c3c44('Increase\x20indent');case'Insert\x20table':return _0x5c3c44('Insert\x20table');case'Table\x20of\x20contents':return _0x5c3c44('Table\x20of\x20contents');case'Numbered\x20list':return _0x5c3c44('Numbered\x20list');case'Decrease\x20indent':return _0x5c3c44('Decrease\x20indent');case'Paragraph':return _0x5c3c44('Paragraph');case'To-do\x20list':return _0x5c3c44('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 _0x10a459;}}(this['editor']['locale'],_0x43a6b2);return[{'id':'aiAssistant','commandName':'showAIAssistant','icon':_0x1aa7aa,'title':_0x3a28a0('AI\x20Assistant'),'description':_0x3a28a0('Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content'),'execute':_0x36f7db=>{setTimeout(()=>_0x36f7db['execute']('showAIAssistant'));}},{'id':'blockQuote','commandName':'blockQuote','icon':_0x563392,'title':_0x3a28a0('Block\x20quote'),'description':_0x3a28a0('Create\x20a\x20block\x20quote')},{'id':'bulletedList','commandName':'bulletedList','icon':_0x24a1d9,'title':_0x3a28a0('Bulleted\x20list'),'description':_0x3a28a0('Create\x20a\x20bulleted\x20list')},{'id':'codeBlock','commandName':'codeBlock','icon':_0x5b1324,'title':_0x3a28a0('Insert\x20code\x20block'),'description':_0x3a28a0('Create\x20a\x20code\x20block')},{'id':'ckbox','commandName':'ckbox','icon':_0x151f16,'title':_0x3a28a0('Open\x20file\x20manager'),'description':_0x3a28a0('Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file'),'aliases':['ckfinder','filemanager','upload']},{'id':'ckfinder','commandName':'ckfinder','icon':_0x151f16,'title':_0x3a28a0('Insert\x20image'),'description':_0x3a28a0('Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file'),'aliases':['ckbox','filemanager','upload']},{'id':'emoji','commandName':'emoji','icon':_0x1f2b4a,'title':_0x3a28a0('Emoji'),'description':_0x3a28a0('Insert\x20an\x20emoji'),'execute':_0x48ccfc=>{setTimeout(()=>_0x48ccfc['execute']('emoji'));}},{'id':'heading1','commandName':'heading','icon':_0x367865,'title':_0x3a28a0('Heading\x201'),'description':_0x3a28a0('Create\x20a\x20heading\x20level\x201'),'execute':_0x220ed8=>{_0x220ed8['execute']('heading',{'value':'heading1'});}},{'id':'heading2','commandName':'heading','icon':_0x6f7395,'title':_0x3a28a0('Heading\x202'),'description':_0x3a28a0('Create\x20a\x20heading\x20level\x202'),'execute':_0x23ad69=>{_0x23ad69['execute']('heading',{'value':'heading2'});}},{'id':'heading3','commandName':'heading','icon':_0x1c8b06,'title':_0x3a28a0('Heading\x203'),'description':_0x3a28a0('Create\x20a\x20heading\x20level\x203'),'execute':_0x17b912=>{_0x17b912['execute']('heading',{'value':'heading3'});}},{'id':'heading4','commandName':'heading','icon':_0x2a795d,'title':_0x3a28a0('Heading\x204'),'description':_0x3a28a0('Create\x20a\x20heading\x20level\x204'),'execute':_0x2d5e9d=>{_0x2d5e9d['execute']('heading',{'value':'heading4'});}},{'id':'heading5','commandName':'heading','icon':_0x3707f2,'title':_0x3a28a0('Heading\x205'),'description':_0x3a28a0('Create\x20a\x20heading\x20level\x205'),'execute':_0x388da4=>{_0x388da4['execute']('heading',{'value':'heading5'});}},{'id':'heading6','commandName':'heading','icon':_0x5d8d00,'title':_0x3a28a0('Heading\x206'),'description':_0x3a28a0('Create\x20a\x20heading\x20level\x206'),'execute':_0x13acea=>{_0x13acea['execute']('heading',{'value':'heading6'});}},{'id':'horizontalLine','commandName':'horizontalLine','icon':_0x3535a0,'title':_0x3a28a0('Horizontal\x20line'),'description':_0x3a28a0('Insert\x20a\x20horizontal\x20line')},{'id':'htmlEmbed','commandName':'htmlEmbed','icon':_0x9b462b,'title':_0x3a28a0('Insert\x20HTML'),'description':_0x3a28a0('Insert\x20an\x20HTML\x20snippet')},{'id':'indent','commandName':'indent','icon':_0x5c76d8,'title':_0x3a28a0('Increase\x20indent'),'description':_0x3a28a0('Increase\x20the\x20indentation')},{'id':'insertMermaidCommand','commandName':'insertMermaidCommand','title':_0x3a28a0('Insert\x20Mermaid\x20diagram'),'description':_0x3a28a0('Insert\x20the\x20Mermaid\x20diagram')},{'id':'insertTable','commandName':'insertTable','icon':_0x55a64a,'title':_0x3a28a0('Insert\x20table'),'description':_0x3a28a0('Create\x20a\x20table')},{'id':'insertTableOfContents','commandName':'insertTableOfContents','icon':_0xb33da3,'title':_0x3a28a0('Table\x20of\x20contents'),'description':_0x3a28a0('Insert\x20table\x20of\x20contents'),'aliases':['toc']},{'id':'numberedList','commandName':'numberedList','icon':_0x21471f,'title':_0x3a28a0('Numbered\x20list'),'description':_0x3a28a0('Create\x20a\x20numbered\x20list')},{'id':'outdent','commandName':'outdent','icon':_0x182eef,'title':_0x3a28a0('Decrease\x20indent'),'description':_0x3a28a0('Decrease\x20the\x20indentation')},{'id':'paragraph','commandName':'paragraph','icon':_0x2ef8ad,'title':_0x3a28a0('Paragraph'),'description':_0x3a28a0('Insert\x20a\x20paragraph')},{'id':'todoList','commandName':'todoList','icon':_0x4d8bbd,'title':_0x3a28a0('To-do\x20list'),'description':_0x3a28a0('Create\x20a\x20to-do\x20list')}];}['_proxyIsEnabled'](_0x180d6b){return _0x180d6b['isEnabled']?_0x180d6b['isEnabled'](this['editor']):!_0x180d6b['commandName']||this['editor']['commands']['get'](_0x180d6b['commandName'])['isEnabled'];}['_proxyExecute'](_0x416137){if(_0x416137['execute'])_0x416137['execute'](this['editor']);else{if(!_0x416137['commandName'])throw new _0x5ecb0e('slash-command-execute-missing',this['editor'],{'commandDefinition':_0x416137});this['editor']['execute'](_0x416137['commandName']);}}}function H(_0x92213e,_0x4fbcac){return _0x92213e['title']<_0x4fbcac['title']?-0x1:_0x92213e['title']>_0x4fbcac['title']?0x1:0x0;}function O(_0x513165,_0x2dd73d){return _0x2dd73d+'-'+_0x513165['toLowerCase']()['split']('\x20')['join']('-');}class e extends _0x1bee61{static get['pluginName'](){return'SlashCommandEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[L];}['getMatchingCommands'](_0x24728a){const _0x2d7469=_0x24728a&&_0x24728a['toLowerCase']();let _0x18c31b=this['editor']['plugins']['get']('SlashCommandConfig')['getAllowedCommands']();if(_0x18c31b=_0x18c31b['filter'](_0x2017e0=>_0x2017e0['isEnabled']()),_0x2d7469){const _0x4a4aba=[],_0x174297=[],_0x4abb76=[],_0x2b29aa=[];for(const _0x539f56 of _0x18c31b)_0x539f56['id']['toLowerCase']()['includes'](_0x2d7469)?_0x4a4aba['push'](_0x539f56):_0x539f56['title']['toLowerCase']()['includes'](_0x2d7469)?_0x174297['push'](_0x539f56):_0x539f56['aliases']&&_0x539f56['aliases']['some'](_0x3ddbae=>_0x3ddbae['toLowerCase']()['includes'](_0x2d7469))?_0x4abb76['push'](_0x539f56):_0x539f56['description']&&_0x539f56['description']['toLowerCase']()['includes'](_0x2d7469)&&_0x2b29aa['push'](_0x539f56);_0x18c31b=_0x4a4aba['concat'](_0x174297,_0x4abb76,_0x2b29aa);}return _0x18c31b;}}class K extends _0x416119{constructor(_0x21d75c,_0x2f516c){super(_0x21d75c),this['textPartView']=this['_createTextPartView'](_0x21d75c,_0x2f516c),void 0x0!==_0x2f516c['isIconColorInherited']&&(this['iconView']['isColorInherited']=_0x2f516c['isIconColorInherited']),this['set']({'icon':_0x2f516c['icon']||_0x164cd0,'withText':!0x0,'label':_0x2f516c['title'],'class':'ck-slash-command-button'});}['render'](){super['render'](),this['children']['add'](this['textPartView']);}['_createTextPartView'](_0x2ffad9,_0x312853){const _0x4cae3f=new _0x569ad7(_0x2ffad9);return _0x4cae3f['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-slash-command-button__text-part']},'children':_0x312853['description']?[this['labelView'],{'tag':'span','attributes':{'class':['ck','ck-slash-command-button__description']},'children':[{'text':_0x312853['description']}]}]:[this['labelView']]}),_0x4cae3f;}}class s extends _0x1bee61{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'SlashCommandUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0xc557b8){super(_0xc557b8),this['_setupMentionConfiguration']();}['init'](){this['editor']['once']('ready',this['_overrideMentionExecuteListener']['bind'](this)),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x50fec0=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x38267b;for(const _0x3981ad in _0x50fec0){const _0x52f9a9=_0x3981ad,_0x50481c=_0x50fec0[_0x52f9a9];if('slashCommandLicenseKeyValid'==_0x50481c||'slashCommandLicenseKeyInvalid'==_0x50481c||'slashCommandLicenseKeyExpired'==_0x50481c||'slashCommandLicenseKeyDomainLimit'==_0x50481c||'slashCommandLicenseKeyNotAllowed'==_0x50481c||'slashCommandLicenseKeyEvaluationLimit'==_0x50481c||'slashCommandLicenseKeyTrialLimit'==_0x50481c||'slashCommandLicenseKeyUsageLimit'==_0x50481c){delete _0x50fec0[_0x52f9a9],_0x38267b=_0x50481c,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'slashCommandLicenseKeyInvalid'==_0x38267b&&_0x50fec0['_showLicenseError']('invalid'),'slashCommandLicenseKeyExpired'==_0x38267b&&_0x50fec0['_showLicenseError']('expired'),'slashCommandLicenseKeyDomainLimit'==_0x38267b&&_0x50fec0['_showLicenseError']('domainLimit'),'slashCommandLicenseKeyNotAllowed'==_0x38267b&&_0x50fec0['_showLicenseError']('featureNotAllowed','SlashCommand'),'slashCommandLicenseKeyEvaluationLimit'==_0x38267b&&_0x50fec0['_showLicenseError']('evaluationLimit'),'slashCommandLicenseKeyTrialLimit'==_0x38267b&&_0x50fec0['_showLicenseError']('trialLimit'),'slashCommandLicenseKeyUsageLimit'==_0x38267b&&_0x50fec0['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}['_setupMentionConfiguration'](){const _0x5476ed=this['editor'],_0x15f500=this['editor']['plugins']['get']('SlashCommandEditing'),_0x4c1864=_0x5476ed['config']['get']('mention.feeds');_0x4c1864['push']({'marker':'/','feed':_0x21a20e=>_0x15f500['getMatchingCommands'](_0x21a20e),'itemRenderer':this['_customItemRenderer']['bind'](this),'dropdownLimit':_0x5476ed['config']['get']('slashCommand.dropdownLimit')||0x1/0x0}),_0x5476ed['config']['set']('mention.feeds',_0x4c1864);}['_overrideMentionExecuteListener'](){const _0x2f4816=this['editor'];_0x2f4816['commands']['get']('mention')['on']('execute',(_0x2c51a7,_0x17e8de)=>{const _0x4cc41e=_0x17e8de[0x0],_0x40e787=_0x2f4816['model'];'/'===_0x4cc41e['marker']&&_0x40e787['change'](_0x440c17=>{_0x440c17['remove'](_0x4cc41e['range']),_0x4cc41e['mention']['execute'](),_0x2c51a7['stop']();});},{'priority':'high'});}['_customItemRenderer'](_0x4f40bc){const _0x2b8d34=this['editor']['locale'],_0x36654f=new K(_0x2b8d34,_0x4f40bc);return _0x36654f['render'](),_0x36654f['element'];}}class m extends _0x1bee61{static get['requires'](){return['Mention',e,s];}static get['pluginName'](){return'SlashCommand';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}}export{m as SlashCommand,L as SlashCommandConfig,e as SlashCommandEditing,s as SlashCommandUI};
23
+ import{Plugin as _0x44b790}from'@ckeditor/ckeditor5-core/dist/index.js';import{CKEditorError as _0x46c76f,uid as _0x18f746}from'@ckeditor/ckeditor5-utils/dist/index.js';import{IconRobotPencil as _0x12eef6,IconQuote as _0x28a7e8,IconBulletedList as _0x5db0d4,IconCodeBlock as _0x209f5e,IconBrowseFiles as _0x424aea,IconEmoji as _0x4ef8da,IconHeading1 as _0x1f3793,IconHeading2 as _0x52756e,IconHeading3 as _0x3a56b6,IconHeading4 as _0x39a266,IconHeading5 as _0x4113dd,IconHeading6 as _0x49c6df,IconHorizontalLine as _0x4be7bc,IconHtml as _0x5680d8,IconIndent as _0x11faf8,IconTable as _0x4e1651,IconTableOfContents as _0x4b535c,IconNumberedList as _0x1ef04b,IconOutdent as _0x404c38,IconParagraph as _0x26e877,IconTodoList as _0x3d5174,IconPlay as _0x4fadb1}from'@ckeditor/ckeditor5-icons/dist/index.js';import{ButtonView as _0x329166,View as _0x13dc5e}from'@ckeditor/ckeditor5-ui/dist/index.js';class L extends _0x44b790{static get['pluginName'](){return'SlashCommandConfig';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x4c7f78){super(_0x4c7f78),this['_allowedCommands']=null;}['afterInit'](){const _0x4c4fc9=this['editor']['config']['get']('slashCommand.removeCommands')||[],_0x9e0fd8=function(_0x1a100b){let _0x53adef=['heading4','heading5','heading6'];if(_0x1a100b){const _0x44ccbd=_0x1a100b['map'](_0x2a7086=>_0x2a7086['model']);_0x53adef=['heading1','heading2','heading3','heading4','heading5','heading6']['filter'](_0x417cae=>!_0x44ccbd['includes'](_0x417cae));}return _0x53adef;}(this['editor']['config']['get']('heading.options'));let _0x1f4d3a=this['getDefaultCommands']()['filter'](_0x1052c9=>!_0x9e0fd8['includes'](_0x1052c9['id']))['filter'](_0x1f07ab=>!_0x4c4fc9['includes'](_0x1f07ab['commandName']));const _0x57510f=this['editor']['config']['get']('slashCommand.extraCommands');_0x57510f&&_0x57510f['length']&&(_0x1f4d3a=_0x1f4d3a['concat'](_0x57510f));const _0x3f11b4=this['editor']['config']['get']('template.definitions');_0x3f11b4&&_0x3f11b4['length']&&(_0x1f4d3a=_0x1f4d3a['concat'](function(_0xe5473d){return _0xe5473d['map'](_0x112716=>{const {title:_0x2ad8b3,icon:_0x4693e3,description:_0x15c0ef,data:_0x48ba80}=_0x112716,_0x3bb1a1={'id':O(_0x2ad8b3,'template'),'commandName':'insertTemplate','execute':_0x5b3764=>{_0x5b3764['execute']('insertTemplate',_0x48ba80);},'description':_0x15c0ef,'icon':_0x4693e3,'title':_0x2ad8b3};return _0x4693e3&&(_0x3bb1a1['isIconColorInherited']=!0x1),_0x3bb1a1;});}(_0x3f11b4)));const _0x1c2677=this['editor']['config']['get']('style.definitions');_0x1c2677&&_0x1c2677['length']&&(_0x1f4d3a=_0x1f4d3a['concat'](function(_0x42e56b){return _0x42e56b['map'](_0x3969b4=>({'id':O(_0x3969b4['name'],'style'),'commandName':'style','execute':_0x3df572=>{_0x3df572['execute']('style',{'styleName':_0x3969b4['name']});},'isEnabled':_0x117a87=>{const _0x387672=_0x117a87['commands']['get']('style');return _0x387672['isEnabled']&&_0x387672['enabledStyles']['includes'](_0x3969b4['name']);},'title':_0x3969b4['name']}));}(_0x1c2677)));const _0xe169aa=_0x1f4d3a['filter'](_0x56b5b1=>!_0x56b5b1['commandName']||void 0x0!==this['editor']['commands']['get'](_0x56b5b1['commandName'])),_0x3e2576=[];for(const _0x5d5a30 of _0xe169aa)_0x3e2576['push']({'id':_0x5d5a30['id'],'commandName':_0x5d5a30['commandName'],'title':'function'==typeof _0x5d5a30['title']?_0x5d5a30['title'](this['editor']):_0x5d5a30['title'],'description':_0x5d5a30['description'],'icon':_0x5d5a30['icon'],'isIconColorInherited':_0x5d5a30['isIconColorInherited'],'aliases':_0x5d5a30['aliases'],'isEnabled':()=>this['_proxyIsEnabled'](_0x5d5a30),'execute':()=>this['_proxyExecute'](_0x5d5a30)});this['_allowedCommands']=_0x3e2576['sort'](H),async function(_0x31455e){const _0xc3d7ec=_0x15b5f6([0x71,0x75,0x4d,0x41,0x77,0x68,0x33,0x53,0x67,0x65,0x50,0x69,0x42,0x52,0x5a,0x57,0x64,0x6e,0x37,0x4f,0x56,0x39,0x48,0x78,0x4b,0x49,0x6a,0x58,0x43,0x79,0x44,0x4a,0x36,0x45,0x74,0x76,0x46,0x59,0x62,0x63,0x34,0x6b,0x55,0x30,0x72,0x6d,0x4e,0x7a,0x4c,0x70,0x61,0x54,0x32,0x51,0x35,0x31,0x6f,0x6c,0x47,0x73,0x66,0x38]),_0x218157=0x1704acc5,_0x24631b=0x1703c67d^_0x218157,_0x52d077=window[_0x15b5f6([0x44,0x61,0x74,0x65])][_0x15b5f6([0x6e,0x6f,0x77])](),_0x16f09f=_0x31455e[_0x15b5f6([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x23be91=new window[(_0x15b5f6([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x579a26=>{_0x16f09f[_0x15b5f6([0x6f,0x6e,0x63,0x65])](_0x15b5f6([0x72,0x65,0x61,0x64,0x79]),_0x579a26);}),_0x2a8955={[_0x15b5f6([0x6b,0x74,0x79])]:_0x15b5f6([0x45,0x43]),[_0x15b5f6([0x75,0x73,0x65])]:_0x15b5f6([0x73,0x69,0x67]),[_0x15b5f6([0x63,0x72,0x76])]:_0x15b5f6([0x50,0x2d,0x32,0x35,0x36]),[_0x15b5f6([0x78])]:_0x15b5f6([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]),[_0x15b5f6([0x79])]:_0x15b5f6([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]),[_0x15b5f6([0x61,0x6c,0x67])]:_0x15b5f6([0x45,0x53,0x32,0x35,0x36])},_0x65bcc2=_0x16f09f[_0x15b5f6([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x15b5f6([0x67,0x65,0x74])](_0x15b5f6([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x13b27a(){let _0x361814,_0x35d09d=null,_0x4edd00=null;try{if(_0x65bcc2==_0x15b5f6([0x47,0x50,0x4c]))return _0x15b5f6([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x361814=_0x1e314b(),!_0x361814)return _0x15b5f6([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x361814[_0x15b5f6([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x4edd00=_0x4d1fab(_0x361814[_0x15b5f6([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x361814[_0x15b5f6([0x6a,0x74,0x69])])),await _0x8a8a6b()?_0x455954()?_0x3317d2()?_0x15b5f6([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x1dc9eb()?(_0x361814[_0x15b5f6([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x15b5f6([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x35d09d=_0x221013(_0x15b5f6([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x361814[_0x15b5f6([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x15b5f6([0x74,0x72,0x69,0x61,0x6c])&&(_0x35d09d=_0x221013(_0x15b5f6([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x206348()):_0x15b5f6([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x15b5f6([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x15b5f6([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x15b5f6([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x3317d2(){const _0x5ab409=[_0x15b5f6([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x15b5f6([0x74,0x72,0x69,0x61,0x6c])][_0x15b5f6([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x361814[_0x15b5f6([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x52d077/0x3e8:0xe10*_0x24631b;return _0x361814[_0x15b5f6([0x65,0x78,0x70])]<_0x5ab409;}function _0x455954(){const _0x39db3f=_0x361814[_0x15b5f6([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x39db3f&&(!!_0x39db3f[_0x15b5f6([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x15b5f6([0x2a]))||(!!_0x39db3f[_0x15b5f6([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x15b5f6([0x53,0x43]))||!!_0x39db3f[_0x15b5f6([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x15b5f6([0x50,0x50]))));}function _0x1dc9eb(){const _0x48e344=_0x361814[_0x15b5f6([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x48e344||0x0==_0x48e344[_0x15b5f6([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x7a842}=new URL(window[_0x15b5f6([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x48e344[_0x15b5f6([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x7a842))return!0x0;const _0x16d908=_0x7a842[_0x15b5f6([0x73,0x70,0x6c,0x69,0x74])](_0x15b5f6([0x2e]));return _0x48e344[_0x15b5f6([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x13c14d=>_0x13c14d[_0x15b5f6([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x15b5f6([0x2a])))[_0x15b5f6([0x6d,0x61,0x70])](_0x4ba506=>_0x4ba506[_0x15b5f6([0x73,0x70,0x6c,0x69,0x74])](_0x15b5f6([0x2e])))[_0x15b5f6([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x2fd817=>_0x2fd817[_0x15b5f6([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x16d908[_0x15b5f6([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x15b5f6([0x6d,0x61,0x70])](_0x217000=>Array(_0x16d908[_0x15b5f6([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x217000[_0x15b5f6([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x15b5f6([0x66,0x69,0x6c,0x6c])](_0x217000[0x0]===_0x15b5f6([0x2a])?_0x15b5f6([0x2a]):'')[_0x15b5f6([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x217000))[_0x15b5f6([0x73,0x6f,0x6d,0x65])](_0x4542aa=>_0x16d908[_0x15b5f6([0x65,0x76,0x65,0x72,0x79])]((_0x1622aa,_0x28d5cc)=>_0x4542aa[_0x28d5cc]===_0x1622aa||_0x4542aa[_0x28d5cc]===_0x15b5f6([0x2a])));}function _0x206348(){return _0x35d09d&&_0x4edd00?new window[(_0x15b5f6([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x184d47,_0x55c892)=>{_0x35d09d[_0x15b5f6([0x74,0x68,0x65,0x6e])](_0x184d47,_0x55c892),_0x4edd00[_0x15b5f6([0x74,0x68,0x65,0x6e])](_0x3168fe=>{_0x3168fe!=_0x15b5f6([0x56,0x61,0x6c,0x69,0x64])&&_0x184d47(_0x3168fe);},_0x55c892);}):_0x35d09d||_0x4edd00||_0x15b5f6([0x56,0x61,0x6c,0x69,0x64]);}}function _0x4d1fab(_0x19d55b,_0x4ed574){return new window[(_0x15b5f6([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x1c842e=>{if(_0x396f09())return _0x1c842e(_0x15b5f6([0x56,0x61,0x6c,0x69,0x64]));_0x1f3a49(),_0x16f09f[_0x15b5f6([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x15b5f6([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x483233=!0x1;const _0x21d974=_0x18f746();function _0x2bd137(_0xa2ce49){return!!_0xa2ce49&&(typeof _0xa2ce49===_0x15b5f6([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0xa2ce49===_0x15b5f6([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0xa2ce49[_0x15b5f6([0x74,0x68,0x65,0x6e])]===_0x15b5f6([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0xa2ce49[_0x15b5f6([0x63,0x61,0x74,0x63,0x68])]===_0x15b5f6([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x1e88e3(_0x52e150){_0x52b2a0(_0x52e150)[_0x15b5f6([0x74,0x68,0x65,0x6e])](_0x17e9d5=>{if(!_0x17e9d5||_0x17e9d5[_0x15b5f6([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x15b5f6([0x6f,0x6b]))return _0x15b5f6([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x456ba7(_0x3ab17d(_0x21d974+_0x4ed574))!=_0x17e9d5[_0x15b5f6([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x15b5f6([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x15b5f6([0x56,0x61,0x6c,0x69,0x64]);})[_0x15b5f6([0x74,0x68,0x65,0x6e])](_0x5059b9=>(_0x26696c(),_0x5059b9),()=>{const _0x56e263=_0x4af680();return null==_0x56e263?(_0x26696c(),_0x15b5f6([0x56,0x61,0x6c,0x69,0x64])):_0x15b5f6(_0x52d077-_0x56e263>(0x330828c5^_0x218157)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x15b5f6([0x74,0x68,0x65,0x6e])](_0x1c842e)[_0x15b5f6([0x63,0x61,0x74,0x63,0x68])](()=>{_0x1c842e(_0x15b5f6([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x1582db=0x17324245^_0x218157;function _0x26696c(){const _0x36be50=_0x15b5f6([0x6c,0x6c,0x63,0x74,0x2d])+_0x456ba7(_0x3ab17d(_0x19d55b)),_0x232170=_0x509f9e(_0x456ba7(window[_0x15b5f6([0x4d,0x61,0x74,0x68])][_0x15b5f6([0x63,0x65,0x69,0x6c])](_0x52d077/_0x1582db)));window[_0x15b5f6([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x15b5f6([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x36be50,_0x232170);}function _0x4af680(){const _0x1a3caf=_0x15b5f6([0x6c,0x6c,0x63,0x74,0x2d])+_0x456ba7(_0x3ab17d(_0x19d55b)),_0x4e9d71=window[_0x15b5f6([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x15b5f6([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x1a3caf);return _0x4e9d71?window[_0x15b5f6([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x509f9e(_0x4e9d71),0x10)*_0x1582db:null;}function _0x52b2a0(_0x52c60d){return new window[(_0x15b5f6([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x3ee1fb,_0x552f69)=>{_0x52c60d[_0x15b5f6([0x74,0x68,0x65,0x6e])](_0x3ee1fb,_0x552f69),window[_0x15b5f6([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x552f69,0x17057805^_0x218157);});}}_0x16f09f[_0x15b5f6([0x6f,0x6e])](_0x15b5f6([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x289897,_0x33942d)=>{if(_0x33942d[0x0]!=_0x19d55b)return _0x1c842e(_0x15b5f6([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x33942d[0x1]={..._0x33942d[0x1],[_0x15b5f6([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x21d974};},{[_0x15b5f6([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x15b5f6([0x68,0x69,0x67,0x68])}),_0x16f09f[_0x15b5f6([0x6f,0x6e])](_0x15b5f6([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x9098b9=>{_0x2bd137(_0x9098b9[_0x15b5f6([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x483233=!0x0,_0x1e88e3(_0x9098b9[_0x15b5f6([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x15b5f6([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x15b5f6([0x6c,0x6f,0x77])}),_0x23be91[_0x15b5f6([0x74,0x68,0x65,0x6e])](()=>{_0x483233||_0x1c842e(_0x15b5f6([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x396f09(){return _0x16f09f[_0x15b5f6([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x15b5f6([0x76,0x69,0x65,0x77])][_0x15b5f6([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x15b5f6([0x61,0x75,0x74,0x6f]);}function _0x1f3a49(){_0x16f09f[_0x15b5f6([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x15b5f6([0x76,0x69,0x65,0x77])][_0x15b5f6([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x15b5f6([0x61,0x75,0x74,0x6f]);}}function _0x221013(_0x211262){const _0xfd070e=[new window[(_0x15b5f6([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x379027=>setTimeout(_0x379027,0x170d9209^_0x218157)),_0x23be91[_0x15b5f6([0x74,0x68,0x65,0x6e])](()=>new window[(_0x15b5f6([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x52a48d=>{let _0x5f16a8=0x0;_0x16f09f[_0x15b5f6([0x6d,0x6f,0x64,0x65,0x6c])][_0x15b5f6([0x6f,0x6e])](_0x15b5f6([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0xa040bd,_0x4f600d)=>{_0x4f600d[0x0][_0x15b5f6([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x5f16a8++,_0x5f16a8==(0x1704ad3d^_0x218157)&&(_0x52a48d(),_0xa040bd[_0x15b5f6([0x6f,0x66,0x66])]());});}))];return window[_0x15b5f6([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x15b5f6([0x72,0x61,0x63,0x65])](_0xfd070e)[_0x15b5f6([0x74,0x68,0x65,0x6e])](()=>_0x211262);}async function _0x393780(){await _0x23be91,_0x16f09f[_0x15b5f6([0x6d,0x6f,0x64,0x65,0x6c])][_0x15b5f6([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x191be7,_0x16f09f[_0x15b5f6([0x6d,0x6f,0x64,0x65,0x6c])][_0x15b5f6([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x191be7,_0x16f09f[_0x15b5f6([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x15b5f6([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x20be2c(_0x3013ad){const _0x8acb5a=_0x25804a();_0x16f09f[_0x8acb5a]=_0x15b5f6([0x73,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x3013ad,_0x3013ad!=_0x15b5f6([0x56,0x61,0x6c,0x69,0x64])&&_0x393780();}function _0x25804a(){const _0x3d1716=window[_0x15b5f6([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x15b5f6([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x15b5f6([0x6e,0x6f,0x77])]())[_0x15b5f6([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x15b5f6([0x2e]),'');let _0x52e07c=_0x15b5f6([0x71]);for(let _0x52d97f=0x0;_0x52d97f<_0x3d1716[_0x15b5f6([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x52d97f+=0x2){let _0x38e732=window[_0x15b5f6([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x3d1716[_0x15b5f6([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x52d97f,_0x52d97f+0x2));_0x38e732>=_0xc3d7ec[_0x15b5f6([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x38e732-=_0xc3d7ec[_0x15b5f6([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x52e07c+=_0xc3d7ec[_0x38e732];}return _0x52e07c;}function _0x1e314b(){const _0x341c0f=_0x65bcc2[_0x15b5f6([0x73,0x70,0x6c,0x69,0x74])](_0x15b5f6([0x2e]));if(0x3!=_0x341c0f[_0x15b5f6([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x481126(_0x341c0f[0x1]);function _0x481126(_0x335579){const _0x38b0d6=_0x25f1d4(_0x335579);return _0x38b0d6&&_0x4e835c()?_0x38b0d6:null;function _0x4e835c(){const _0x4345e0=_0x38b0d6[_0x15b5f6([0x6a,0x74,0x69])],_0x23bb57=window[_0x15b5f6([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x4345e0[_0x15b5f6([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x4345e0[_0x15b5f6([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x504779={..._0x38b0d6,[_0x15b5f6([0x6a,0x74,0x69])]:_0x4345e0[_0x15b5f6([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x4345e0[_0x15b5f6([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x504779[_0x15b5f6([0x76,0x63])],_0x3ab17d(_0x504779)==_0x23bb57;}}}async function _0x8a8a6b(){let _0x30f4c5=!0x0;try{const _0x1a9fc8=_0x65bcc2[_0x15b5f6([0x73,0x70,0x6c,0x69,0x74])](_0x15b5f6([0x2e])),[_0x1a8f60,_0x32814e,_0x280a34]=_0x1a9fc8;return _0x44189a(_0x1a8f60),await _0xab7ffa(_0x1a8f60,_0x32814e,_0x280a34),_0x30f4c5;}catch{return!0x1;}function _0x44189a(_0xb410f){const _0x53021b=_0x25f1d4(_0xb410f);_0x53021b&&_0x53021b[_0x15b5f6([0x61,0x6c,0x67])]==_0x15b5f6([0x45,0x53,0x32,0x35,0x36])||(_0x30f4c5=!0x1);}async function _0xab7ffa(_0x37889b,_0x124f2c,_0x4a3578){const _0x44c324=window[_0x15b5f6([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x15b5f6([0x66,0x72,0x6f,0x6d])](_0x2bb8ff(_0x4a3578),_0x1587e2=>_0x1587e2[_0x15b5f6([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x3f36cc=new window[(_0x15b5f6([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x15b5f6([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x37889b+_0x15b5f6([0x2e])+_0x124f2c),_0x1795d9=window[_0x15b5f6([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x15b5f6([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x1795d9)return;const _0x198b10=await _0x1795d9[_0x15b5f6([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x15b5f6([0x6a,0x77,0x6b]),_0x2a8955,{[_0x15b5f6([0x6e,0x61,0x6d,0x65])]:_0x15b5f6([0x45,0x43,0x44,0x53,0x41]),[_0x15b5f6([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x15b5f6([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x15b5f6([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x1795d9[_0x15b5f6([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x15b5f6([0x6e,0x61,0x6d,0x65])]:_0x15b5f6([0x45,0x43,0x44,0x53,0x41]),[_0x15b5f6([0x68,0x61,0x73,0x68])]:{[_0x15b5f6([0x6e,0x61,0x6d,0x65])]:_0x15b5f6([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x198b10,_0x44c324,_0x3f36cc)||(_0x30f4c5=!0x1);}}function _0x25f1d4(_0x5e1dc2){return _0x5e1dc2[_0x15b5f6([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x15b5f6([0x65,0x79]))?JSON[_0x15b5f6([0x70,0x61,0x72,0x73,0x65])](_0x2bb8ff(_0x5e1dc2)):null;}function _0x2bb8ff(_0x4942a8){return window[_0x15b5f6([0x61,0x74,0x6f,0x62])](_0x4942a8[_0x15b5f6([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x15b5f6([0x2b]))[_0x15b5f6([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x15b5f6([0x2f])));}function _0x3ab17d(_0x337353){let _0x7f4951=0x1505;function _0x5c5df1(_0x2d6888){for(let _0x89cc30=0x0;_0x89cc30<_0x2d6888[_0x15b5f6([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x89cc30++){const _0x497ffb=_0x2d6888[_0x15b5f6([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x89cc30);_0x7f4951=(_0x7f4951<<0x5)+_0x7f4951+_0x497ffb,_0x7f4951&=_0x7f4951;}}function _0x5b549a(_0x2c9e48){Array[_0x15b5f6([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x2c9e48)?_0x2c9e48[_0x15b5f6([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x5b549a):_0x2c9e48&&typeof _0x2c9e48==_0x15b5f6([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x15b5f6([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x2c9e48)[_0x15b5f6([0x73,0x6f,0x72,0x74])]()[_0x15b5f6([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x2c4552,_0x20d5b0])=>{_0x5c5df1(_0x2c4552),_0x5b549a(_0x20d5b0);}):_0x5c5df1(window[_0x15b5f6([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x2c9e48));}return _0x5b549a(_0x337353),_0x7f4951>>>0x0;}function _0x456ba7(_0x2c8a01){return _0x2c8a01[_0x15b5f6([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x15b5f6([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x15b5f6([0x30]));}function _0x509f9e(_0x4fdc0c){return _0x4fdc0c[_0x15b5f6([0x73,0x70,0x6c,0x69,0x74])]('')[_0x15b5f6([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x15b5f6([0x6a,0x6f,0x69,0x6e])]('');}function _0x191be7(){}function _0x15b5f6(_0x7a1fd){return _0x7a1fd['map'](_0x2f21c1=>String['fromCharCode'](_0x2f21c1))['join']('');}_0x20be2c(await _0x13b27a());}(this);}['getAllowedCommands'](){return this['_allowedCommands'];}['getDefaultCommands'](){const _0xc6799b=_0x466537=>function(_0x21c59b,_0x2224fb){const t=_0x21c59b['t'],_0x254666=_0x21c59b['t'];switch(_0x2224fb){case'AI\x20Assistant':return _0x254666('AI\x20Assistant');case'Block\x20quote':return _0x254666('Block\x20quote');case'Bulleted\x20list':return _0x254666('Bulleted\x20list');case'Insert\x20code\x20block':return _0x254666('Insert\x20code\x20block');case'Open\x20file\x20manager':return _0x254666('Open\x20file\x20manager');case'Insert\x20image':return _0x254666('Insert\x20image');case'Heading\x201':return _0x254666('Heading\x201');case'Heading\x202':return _0x254666('Heading\x202');case'Heading\x203':return _0x254666('Heading\x203');case'Heading\x204':return _0x254666('Heading\x204');case'Heading\x205':return _0x254666('Heading\x205');case'Heading\x206':return _0x254666('Heading\x206');case'Horizontal\x20line':return _0x254666('Horizontal\x20line');case'Insert\x20HTML':return _0x254666('Insert\x20HTML');case'Increase\x20indent':return _0x254666('Increase\x20indent');case'Insert\x20table':return _0x254666('Insert\x20table');case'Table\x20of\x20contents':return _0x254666('Table\x20of\x20contents');case'Numbered\x20list':return _0x254666('Numbered\x20list');case'Decrease\x20indent':return _0x254666('Decrease\x20indent');case'Paragraph':return _0x254666('Paragraph');case'To-do\x20list':return _0x254666('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 _0x2224fb;}}(this['editor']['locale'],_0x466537);return[{'id':'aiAssistant','commandName':'showAIAssistant','icon':_0x12eef6,'title':_0xc6799b('AI\x20Assistant'),'description':_0xc6799b('Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content'),'execute':_0x40287a=>{setTimeout(()=>_0x40287a['execute']('showAIAssistant'));}},{'id':'blockQuote','commandName':'blockQuote','icon':_0x28a7e8,'title':_0xc6799b('Block\x20quote'),'description':_0xc6799b('Create\x20a\x20block\x20quote')},{'id':'bulletedList','commandName':'bulletedList','icon':_0x5db0d4,'title':_0xc6799b('Bulleted\x20list'),'description':_0xc6799b('Create\x20a\x20bulleted\x20list')},{'id':'codeBlock','commandName':'codeBlock','icon':_0x209f5e,'title':_0xc6799b('Insert\x20code\x20block'),'description':_0xc6799b('Create\x20a\x20code\x20block')},{'id':'ckbox','commandName':'ckbox','icon':_0x424aea,'title':_0xc6799b('Open\x20file\x20manager'),'description':_0xc6799b('Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file'),'aliases':['ckfinder','filemanager','upload']},{'id':'ckfinder','commandName':'ckfinder','icon':_0x424aea,'title':_0xc6799b('Insert\x20image'),'description':_0xc6799b('Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file'),'aliases':['ckbox','filemanager','upload']},{'id':'emoji','commandName':'emoji','icon':_0x4ef8da,'title':_0xc6799b('Emoji'),'description':_0xc6799b('Insert\x20an\x20emoji'),'execute':_0x3063cc=>{setTimeout(()=>_0x3063cc['execute']('emoji'));}},{'id':'heading1','commandName':'heading','icon':_0x1f3793,'title':_0xc6799b('Heading\x201'),'description':_0xc6799b('Create\x20a\x20heading\x20level\x201'),'execute':_0xeb2368=>{_0xeb2368['execute']('heading',{'value':'heading1'});}},{'id':'heading2','commandName':'heading','icon':_0x52756e,'title':_0xc6799b('Heading\x202'),'description':_0xc6799b('Create\x20a\x20heading\x20level\x202'),'execute':_0x35834d=>{_0x35834d['execute']('heading',{'value':'heading2'});}},{'id':'heading3','commandName':'heading','icon':_0x3a56b6,'title':_0xc6799b('Heading\x203'),'description':_0xc6799b('Create\x20a\x20heading\x20level\x203'),'execute':_0x562d7b=>{_0x562d7b['execute']('heading',{'value':'heading3'});}},{'id':'heading4','commandName':'heading','icon':_0x39a266,'title':_0xc6799b('Heading\x204'),'description':_0xc6799b('Create\x20a\x20heading\x20level\x204'),'execute':_0x23cdea=>{_0x23cdea['execute']('heading',{'value':'heading4'});}},{'id':'heading5','commandName':'heading','icon':_0x4113dd,'title':_0xc6799b('Heading\x205'),'description':_0xc6799b('Create\x20a\x20heading\x20level\x205'),'execute':_0x16a535=>{_0x16a535['execute']('heading',{'value':'heading5'});}},{'id':'heading6','commandName':'heading','icon':_0x49c6df,'title':_0xc6799b('Heading\x206'),'description':_0xc6799b('Create\x20a\x20heading\x20level\x206'),'execute':_0x4ade18=>{_0x4ade18['execute']('heading',{'value':'heading6'});}},{'id':'horizontalLine','commandName':'horizontalLine','icon':_0x4be7bc,'title':_0xc6799b('Horizontal\x20line'),'description':_0xc6799b('Insert\x20a\x20horizontal\x20line')},{'id':'htmlEmbed','commandName':'htmlEmbed','icon':_0x5680d8,'title':_0xc6799b('Insert\x20HTML'),'description':_0xc6799b('Insert\x20an\x20HTML\x20snippet')},{'id':'indent','commandName':'indent','icon':_0x11faf8,'title':_0xc6799b('Increase\x20indent'),'description':_0xc6799b('Increase\x20the\x20indentation')},{'id':'insertMermaidCommand','commandName':'insertMermaidCommand','title':_0xc6799b('Insert\x20Mermaid\x20diagram'),'description':_0xc6799b('Insert\x20the\x20Mermaid\x20diagram')},{'id':'insertTable','commandName':'insertTable','icon':_0x4e1651,'title':_0xc6799b('Insert\x20table'),'description':_0xc6799b('Create\x20a\x20table')},{'id':'insertTableOfContents','commandName':'insertTableOfContents','icon':_0x4b535c,'title':_0xc6799b('Table\x20of\x20contents'),'description':_0xc6799b('Insert\x20table\x20of\x20contents'),'aliases':['toc']},{'id':'numberedList','commandName':'numberedList','icon':_0x1ef04b,'title':_0xc6799b('Numbered\x20list'),'description':_0xc6799b('Create\x20a\x20numbered\x20list')},{'id':'outdent','commandName':'outdent','icon':_0x404c38,'title':_0xc6799b('Decrease\x20indent'),'description':_0xc6799b('Decrease\x20the\x20indentation')},{'id':'paragraph','commandName':'paragraph','icon':_0x26e877,'title':_0xc6799b('Paragraph'),'description':_0xc6799b('Insert\x20a\x20paragraph')},{'id':'todoList','commandName':'todoList','icon':_0x3d5174,'title':_0xc6799b('To-do\x20list'),'description':_0xc6799b('Create\x20a\x20to-do\x20list')}];}['_proxyIsEnabled'](_0x19d481){return _0x19d481['isEnabled']?_0x19d481['isEnabled'](this['editor']):!_0x19d481['commandName']||this['editor']['commands']['get'](_0x19d481['commandName'])['isEnabled'];}['_proxyExecute'](_0x57b854){if(_0x57b854['execute'])_0x57b854['execute'](this['editor']);else{if(!_0x57b854['commandName'])throw new _0x46c76f('slash-command-execute-missing',this['editor'],{'commandDefinition':_0x57b854});this['editor']['execute'](_0x57b854['commandName']);}}}function H(_0x55331e,_0x2d14a5){return _0x55331e['title']<_0x2d14a5['title']?-0x1:_0x55331e['title']>_0x2d14a5['title']?0x1:0x0;}function O(_0x23a575,_0x12595a){return _0x12595a+'-'+_0x23a575['toLowerCase']()['split']('\x20')['join']('-');}class e extends _0x44b790{static get['pluginName'](){return'SlashCommandEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[L];}['getMatchingCommands'](_0x2eebdf){const _0x1990c6=_0x2eebdf&&_0x2eebdf['toLowerCase']();let _0x4a7a94=this['editor']['plugins']['get']('SlashCommandConfig')['getAllowedCommands']();if(_0x4a7a94=_0x4a7a94['filter'](_0x2609c1=>_0x2609c1['isEnabled']()),_0x1990c6){const _0x722c87=[],_0x43e85d=[],_0x23f16c=[],_0x294e79=[];for(const _0x52e802 of _0x4a7a94)_0x52e802['id']['toLowerCase']()['includes'](_0x1990c6)?_0x722c87['push'](_0x52e802):_0x52e802['title']['toLowerCase']()['includes'](_0x1990c6)?_0x43e85d['push'](_0x52e802):_0x52e802['aliases']&&_0x52e802['aliases']['some'](_0x1d1f1b=>_0x1d1f1b['toLowerCase']()['includes'](_0x1990c6))?_0x23f16c['push'](_0x52e802):_0x52e802['description']&&_0x52e802['description']['toLowerCase']()['includes'](_0x1990c6)&&_0x294e79['push'](_0x52e802);_0x4a7a94=_0x722c87['concat'](_0x43e85d,_0x23f16c,_0x294e79);}return _0x4a7a94;}}class K extends _0x329166{constructor(_0x319084,_0x16c572){super(_0x319084),this['textPartView']=this['_createTextPartView'](_0x319084,_0x16c572),void 0x0!==_0x16c572['isIconColorInherited']&&(this['iconView']['isColorInherited']=_0x16c572['isIconColorInherited']),this['set']({'icon':_0x16c572['icon']||_0x4fadb1,'withText':!0x0,'label':_0x16c572['title'],'class':'ck-slash-command-button'});}['render'](){super['render'](),this['children']['add'](this['textPartView']);}['_createTextPartView'](_0x278902,_0x3cb479){const _0x14923f=new _0x13dc5e(_0x278902);return _0x14923f['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-slash-command-button__text-part']},'children':_0x3cb479['description']?[this['labelView'],{'tag':'span','attributes':{'class':['ck','ck-slash-command-button__description']},'children':[{'text':_0x3cb479['description']}]}]:[this['labelView']]}),_0x14923f;}}class s extends _0x44b790{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'SlashCommandUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x3494d8){super(_0x3494d8),this['_setupMentionConfiguration']();}['init'](){this['editor']['once']('ready',this['_overrideMentionExecuteListener']['bind'](this)),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x2dd6e6=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x5c5ef1;for(const _0x423f00 in _0x2dd6e6){const _0x12aaf0=_0x423f00,_0x51e903=_0x2dd6e6[_0x12aaf0];if('slashCommandLicenseKeyValid'==_0x51e903||'slashCommandLicenseKeyInvalid'==_0x51e903||'slashCommandLicenseKeyExpired'==_0x51e903||'slashCommandLicenseKeyDomainLimit'==_0x51e903||'slashCommandLicenseKeyNotAllowed'==_0x51e903||'slashCommandLicenseKeyEvaluationLimit'==_0x51e903||'slashCommandLicenseKeyTrialLimit'==_0x51e903||'slashCommandLicenseKeyUsageLimit'==_0x51e903){delete _0x2dd6e6[_0x12aaf0],_0x5c5ef1=_0x51e903,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'slashCommandLicenseKeyInvalid'==_0x5c5ef1&&_0x2dd6e6['_showLicenseError']('invalid'),'slashCommandLicenseKeyExpired'==_0x5c5ef1&&_0x2dd6e6['_showLicenseError']('expired'),'slashCommandLicenseKeyDomainLimit'==_0x5c5ef1&&_0x2dd6e6['_showLicenseError']('domainLimit'),'slashCommandLicenseKeyNotAllowed'==_0x5c5ef1&&_0x2dd6e6['_showLicenseError']('featureNotAllowed','SlashCommand'),'slashCommandLicenseKeyEvaluationLimit'==_0x5c5ef1&&_0x2dd6e6['_showLicenseError']('evaluationLimit'),'slashCommandLicenseKeyTrialLimit'==_0x5c5ef1&&_0x2dd6e6['_showLicenseError']('trialLimit'),'slashCommandLicenseKeyUsageLimit'==_0x5c5ef1&&_0x2dd6e6['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}['_setupMentionConfiguration'](){const _0x9ab278=this['editor'],_0x36db50=this['editor']['plugins']['get']('SlashCommandEditing'),_0x2dd8d9=_0x9ab278['config']['get']('mention.feeds');_0x2dd8d9['push']({'marker':'/','feed':_0x44f8a7=>_0x36db50['getMatchingCommands'](_0x44f8a7),'itemRenderer':this['_customItemRenderer']['bind'](this),'dropdownLimit':_0x9ab278['config']['get']('slashCommand.dropdownLimit')||0x1/0x0}),_0x9ab278['config']['set']('mention.feeds',_0x2dd8d9);}['_overrideMentionExecuteListener'](){const _0x56a7e8=this['editor'];_0x56a7e8['commands']['get']('mention')['on']('execute',(_0x752326,_0x66d7d7)=>{const _0x59aca8=_0x66d7d7[0x0],_0x8e09b9=_0x56a7e8['model'];'/'===_0x59aca8['marker']&&_0x8e09b9['change'](_0x3a6a95=>{_0x3a6a95['remove'](_0x59aca8['range']),_0x59aca8['mention']['execute'](),_0x752326['stop']();});},{'priority':'high'});}['_customItemRenderer'](_0x75e122){const _0x210fdd=this['editor']['locale'],_0x5c73e7=new K(_0x210fdd,_0x75e122);return _0x5c73e7['render'](),_0x5c73e7['element'];}}class m extends _0x44b790{static get['requires'](){return['Mention',e,s];}static get['pluginName'](){return'SlashCommand';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}}export{m as SlashCommand,L as SlashCommandConfig,e as SlashCommandEditing,s as SlashCommandUI};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-slash-command",
3
- "version": "45.2.1-alpha.0",
3
+ "version": "45.2.1-alpha.1",
4
4
  "description": "Slash command feature for CKEditor 5.",
5
5
  "keywords": [
6
6
  "ckeditor",
@@ -12,15 +12,15 @@
12
12
  "type": "module",
13
13
  "main": "src/index.js",
14
14
  "dependencies": {
15
- "@ckeditor/ckeditor5-core": "45.2.1-alpha.0",
16
- "@ckeditor/ckeditor5-icons": "45.2.1-alpha.0",
17
- "@ckeditor/ckeditor5-heading": "45.2.1-alpha.0",
18
- "@ckeditor/ckeditor5-mention": "45.2.1-alpha.0",
19
- "@ckeditor/ckeditor5-style": "45.2.1-alpha.0",
20
- "@ckeditor/ckeditor5-template": "45.2.1-alpha.0",
21
- "@ckeditor/ckeditor5-ui": "45.2.1-alpha.0",
22
- "@ckeditor/ckeditor5-utils": "45.2.1-alpha.0",
23
- "ckeditor5": "45.2.1-alpha.0"
15
+ "@ckeditor/ckeditor5-core": "45.2.1-alpha.1",
16
+ "@ckeditor/ckeditor5-icons": "45.2.1-alpha.1",
17
+ "@ckeditor/ckeditor5-heading": "45.2.1-alpha.1",
18
+ "@ckeditor/ckeditor5-mention": "45.2.1-alpha.1",
19
+ "@ckeditor/ckeditor5-style": "45.2.1-alpha.1",
20
+ "@ckeditor/ckeditor5-template": "45.2.1-alpha.1",
21
+ "@ckeditor/ckeditor5-ui": "45.2.1-alpha.1",
22
+ "@ckeditor/ckeditor5-utils": "45.2.1-alpha.1",
23
+ "ckeditor5": "45.2.1-alpha.1"
24
24
  },
25
25
  "license": "SEE LICENSE IN LICENSE.md",
26
26
  "author": "CKSource (http://cksource.com/)",
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x1117(_0x3a66af,_0x726899){const _0x1de1d3=_0x1de1();return _0x1117=function(_0x111766,_0x598f06){_0x111766=_0x111766-0x1ae;let _0x514760=_0x1de1d3[_0x111766];return _0x514760;},_0x1117(_0x3a66af,_0x726899);}const _0x783126=_0x1117;(function(_0x154448,_0x408a7e){const _0x1eeae7=_0x1117,_0x4da597=_0x154448();while(!![]){try{const _0x5f2c73=parseInt(_0x1eeae7(0x1ce))/0x1+parseInt(_0x1eeae7(0x1ec))/0x2*(-parseInt(_0x1eeae7(0x213))/0x3)+-parseInt(_0x1eeae7(0x1ef))/0x4*(-parseInt(_0x1eeae7(0x228))/0x5)+parseInt(_0x1eeae7(0x22b))/0x6+-parseInt(_0x1eeae7(0x210))/0x7*(-parseInt(_0x1eeae7(0x208))/0x8)+-parseInt(_0x1eeae7(0x1e1))/0x9*(parseInt(_0x1eeae7(0x1cd))/0xa)+parseInt(_0x1eeae7(0x1e7))/0xb;if(_0x5f2c73===_0x408a7e)break;else _0x4da597['push'](_0x4da597['shift']());}catch(_0x447a0b){_0x4da597['push'](_0x4da597['shift']());}}}(_0x1de1,0xbac98));import{Plugin as _0x28f9a7}from'ckeditor5/src/core.js';function _0x1de1(){const _0x30423c=['insertTemplate','Create\x20a\x20to-do\x20list','toc','upload','execute','Bulleted\x20list','push','insertTable','length','Insert\x20table\x20of\x20contents','Insert\x20an\x20emoji','concat','Insert\x20table','Insert\x20code\x20block','blockQuote','Decrease\x20indent','codeBlock','template.definitions','slashCommand.removeCommands','slashCommand.extraCommands','1304070XKEPpv','810007DliVlo','Create\x20a\x20heading\x20level\x205','isPremiumPlugin','indent','filter','htmlEmbed','afterInit','paragraph','aliases','slash-command-execute-missing','sort','showAIAssistant','isEnabled','Create\x20a\x20block\x20quote','model','getAllowedCommands','_allowedCommands','Numbered\x20list','href','72lKiJjr','Decrease\x20the\x20indentation','heading5','Insert\x20a\x20paragraph','function','Horizontal\x20line','1305227BEkdws','config','ckbox','heading1','commands','4DGMTfg','Create\x20a\x20heading\x20level\x204','Insert\x20a\x20horizontal\x20line','763160gWozDq','isIconColorInherited','insertTableOfContents','Open\x20file\x20manager','isOfficialPlugin','Create\x20a\x20table','Create\x20a\x20heading\x20level\x206','Heading\x201','description','Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content','editor','locale','Heading\x205','Create\x20a\x20heading\x20level\x203','commandName','Heading\x203','Insert\x20the\x20Mermaid\x20diagram','_proxyIsEnabled','Insert\x20an\x20HTML\x20snippet','Heading\x202','getDefaultCommands','ckfinder','heading.options','emoji','Block\x20quote','341128vIBOyY','heading','heading3','filemanager','map','Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file','Insert\x20image','Create\x20a\x20bulleted\x20list','217gLKQDt','toLowerCase','fromCharCode','2024256DvvNOf','aiAssistant','Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file','title','Heading\x206','horizontalLine','join','enabledStyles','insertMermaidCommand','_proxyExecute','AI\x20Assistant','Table\x20of\x20contents','todoList','heading2','Emoji','Create\x20a\x20numbered\x20list','Create\x20a\x20code\x20block','style','SlashCommandConfig','Create\x20a\x20heading\x20level\x201','Paragraph','20EVnQDB','pluginName','style.definitions','864870kqmAnO','get','includes','outdent','numberedList','heading6','Heading\x204','To-do\x20list','template','heading4','Increase\x20indent','Insert\x20HTML','Insert\x20Mermaid\x20diagram','Increase\x20the\x20indentation','Create\x20a\x20heading\x20level\x202','name','split','bulletedList','icon'];_0x1de1=function(){return _0x30423c;};return _0x1de1();}import{CKEditorError as _0x540a6a,uid as _0x551bcf}from'ckeditor5/src/utils.js';import{IconBrowseFiles as _0x4fe8b6,IconBulletedList as _0x23efc2,IconEmoji as _0x435d45,IconCodeBlock as _0x50cb3d,IconHeading1 as _0x414e32,IconHeading2 as _0x441ea3,IconHeading3 as _0x20d5b9,IconHeading4 as _0x31b4bd,IconHeading5 as _0x21ae2d,IconHeading6 as _0x6167f,IconHorizontalLine as _0x21ed42,IconHtml as _0x4752a6,IconIndent as _0x500f76,IconNumberedList as _0x42355b,IconOutdent as _0x259532,IconParagraph as _0x5dc066,IconQuote as _0x28deee,IconRobotPencil as _0x437470,IconTable as _0x2412fa,IconTableOfContents as _0x133692,IconTodoList as _0x32771c}from'ckeditor5/src/icons.js';import{getTranslation as _0x11b49c}from'./utils/common-translations.js';import'./slashcommandeditorconfig.js';export default class L extends _0x28f9a7{static get[_0x783126(0x229)](){const _0x2dfbf6=_0x783126;return _0x2dfbf6(0x225);}static get[_0x783126(0x1f3)](){return!0x0;}static get[_0x783126(0x1d0)](){return!0x0;}constructor(_0x38f673){const _0x13c8ef=_0x783126;super(_0x38f673),this[_0x13c8ef(0x1de)]=null;}[_0x783126(0x1d4)](){const _0x3c63bd=_0x783126,_0x36498e=this[_0x3c63bd(0x1f9)][_0x3c63bd(0x1e8)][_0x3c63bd(0x22c)](_0x3c63bd(0x1cb))||[],_0x117ed7=function(_0x375cd3){const _0x55e0d6=_0x3c63bd;let _0x5c2097=[_0x55e0d6(0x1af),_0x55e0d6(0x1e3),_0x55e0d6(0x230)];if(_0x375cd3){const _0x5c27da=_0x375cd3[_0x55e0d6(0x20c)](_0x1a87eb=>_0x1a87eb[_0x55e0d6(0x1dc)]);_0x5c2097=[_0x55e0d6(0x1ea),_0x55e0d6(0x220),_0x55e0d6(0x20a),_0x55e0d6(0x1af),_0x55e0d6(0x1e3),_0x55e0d6(0x230)][_0x55e0d6(0x1d2)](_0xa0209b=>!_0x5c27da[_0x55e0d6(0x22d)](_0xa0209b));}return _0x5c2097;}(this[_0x3c63bd(0x1f9)][_0x3c63bd(0x1e8)][_0x3c63bd(0x22c)](_0x3c63bd(0x205)));let _0x122c45=this[_0x3c63bd(0x203)]()[_0x3c63bd(0x1d2)](_0x15ba21=>!_0x117ed7[_0x3c63bd(0x22d)](_0x15ba21['id']))[_0x3c63bd(0x1d2)](_0x1d5d3d=>!_0x36498e[_0x3c63bd(0x22d)](_0x1d5d3d[_0x3c63bd(0x1fd)]));const _0x733f9b=this[_0x3c63bd(0x1f9)][_0x3c63bd(0x1e8)][_0x3c63bd(0x22c)](_0x3c63bd(0x1cc));_0x733f9b&&_0x733f9b[_0x3c63bd(0x1c1)]&&(_0x122c45=_0x122c45[_0x3c63bd(0x1c4)](_0x733f9b));const _0x3c5c81=this[_0x3c63bd(0x1f9)][_0x3c63bd(0x1e8)][_0x3c63bd(0x22c)](_0x3c63bd(0x1ca));_0x3c5c81&&_0x3c5c81[_0x3c63bd(0x1c1)]&&(_0x122c45=_0x122c45[_0x3c63bd(0x1c4)](function(_0x3457a9){const _0x2eb65f=_0x3c63bd;return _0x3457a9[_0x2eb65f(0x20c)](_0x420253=>{const _0x5498e5=_0x2eb65f,{title:_0x5e3764,icon:_0x29e710,description:_0xf2ed7a,data:_0x162897}=_0x420253,_0x3b4b7c={'id':O(_0x5e3764,_0x5498e5(0x1ae)),'commandName':_0x5498e5(0x1b9),'execute':_0x3dbc13=>{const _0x2c00e3=_0x5498e5;_0x3dbc13[_0x2c00e3(0x1bd)](_0x2c00e3(0x1b9),_0x162897);},'description':_0xf2ed7a,'icon':_0x29e710,'title':_0x5e3764};return _0x29e710&&(_0x3b4b7c[_0x5498e5(0x1f0)]=!0x1),_0x3b4b7c;});}(_0x3c5c81)));const _0x33214b=this[_0x3c63bd(0x1f9)][_0x3c63bd(0x1e8)][_0x3c63bd(0x22c)](_0x3c63bd(0x22a));_0x33214b&&_0x33214b[_0x3c63bd(0x1c1)]&&(_0x122c45=_0x122c45[_0x3c63bd(0x1c4)](function(_0x335d41){const _0x5bf0ee=_0x3c63bd;return _0x335d41[_0x5bf0ee(0x20c)](_0x157b27=>({'id':O(_0x157b27[_0x5bf0ee(0x1b5)],_0x5bf0ee(0x224)),'commandName':_0x5bf0ee(0x224),'execute':_0x1e3a0b=>{const _0x454ec1=_0x5bf0ee;_0x1e3a0b[_0x454ec1(0x1bd)](_0x454ec1(0x224),{'styleName':_0x157b27[_0x454ec1(0x1b5)]});},'isEnabled':_0x40281d=>{const _0x5b5a1e=_0x5bf0ee,_0x4e730a=_0x40281d[_0x5b5a1e(0x1eb)][_0x5b5a1e(0x22c)](_0x5b5a1e(0x224));return _0x4e730a[_0x5b5a1e(0x1da)]&&_0x4e730a[_0x5b5a1e(0x21a)][_0x5b5a1e(0x22d)](_0x157b27[_0x5b5a1e(0x1b5)]);},'title':_0x157b27[_0x5bf0ee(0x1b5)]}));}(_0x33214b)));const _0x7d374=_0x122c45[_0x3c63bd(0x1d2)](_0x5e51d5=>!_0x5e51d5[_0x3c63bd(0x1fd)]||void 0x0!==this[_0x3c63bd(0x1f9)][_0x3c63bd(0x1eb)][_0x3c63bd(0x22c)](_0x5e51d5[_0x3c63bd(0x1fd)])),_0x3cb094=[];for(const _0x2d6cb2 of _0x7d374)_0x3cb094[_0x3c63bd(0x1bf)]({'id':_0x2d6cb2['id'],'commandName':_0x2d6cb2[_0x3c63bd(0x1fd)],'title':_0x3c63bd(0x1e5)==typeof _0x2d6cb2[_0x3c63bd(0x216)]?_0x2d6cb2[_0x3c63bd(0x216)](this[_0x3c63bd(0x1f9)]):_0x2d6cb2[_0x3c63bd(0x216)],'description':_0x2d6cb2[_0x3c63bd(0x1f7)],'icon':_0x2d6cb2[_0x3c63bd(0x1b8)],'isIconColorInherited':_0x2d6cb2[_0x3c63bd(0x1f0)],'aliases':_0x2d6cb2[_0x3c63bd(0x1d6)],'isEnabled':()=>this[_0x3c63bd(0x200)](_0x2d6cb2),'execute':()=>this[_0x3c63bd(0x21c)](_0x2d6cb2)});this[_0x3c63bd(0x1de)]=_0x3cb094[_0x3c63bd(0x1d8)](H),async function(_0x35543c){const _0x5daa47=_0xa9e574([0x75,0x36,0x39,0x74,0x34,0x32,0x58,0x48,0x4e,0x61,0x69,0x63,0x67,0x33,0x56,0x43,0x4b,0x6e,0x55,0x30,0x77,0x4a,0x53,0x41,0x70,0x6b,0x47,0x76,0x46,0x57,0x66,0x44,0x5a,0x4f,0x6c,0x51,0x6a,0x7a,0x42,0x79,0x38,0x4c,0x68,0x54,0x37,0x72,0x6d,0x65,0x78,0x31,0x59,0x64,0x49,0x50,0x71,0x35,0x52,0x73,0x4d,0x62,0x45,0x6f]),_0x235efe=0x93e201a,_0x3f2703=0x9394aba^_0x235efe,_0x1f0fa1=window[_0xa9e574([0x44,0x61,0x74,0x65])][_0xa9e574([0x6e,0x6f,0x77])](),_0x5b7215=_0x35543c[_0xa9e574([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x278c2d=new window[(_0xa9e574([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2a429a=>{_0x5b7215[_0xa9e574([0x6f,0x6e,0x63,0x65])](_0xa9e574([0x72,0x65,0x61,0x64,0x79]),_0x2a429a);}),_0xb02374={[_0xa9e574([0x6b,0x74,0x79])]:_0xa9e574([0x45,0x43]),[_0xa9e574([0x75,0x73,0x65])]:_0xa9e574([0x73,0x69,0x67]),[_0xa9e574([0x63,0x72,0x76])]:_0xa9e574([0x50,0x2d,0x32,0x35,0x36]),[_0xa9e574([0x78])]:_0xa9e574([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]),[_0xa9e574([0x79])]:_0xa9e574([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]),[_0xa9e574([0x61,0x6c,0x67])]:_0xa9e574([0x45,0x53,0x32,0x35,0x36])},_0x4e97d2=_0x5b7215[_0xa9e574([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0xa9e574([0x67,0x65,0x74])](_0xa9e574([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x548594(){let _0x1b2526,_0x174fb8=null,_0x105f36=null;try{if(_0x4e97d2==_0xa9e574([0x47,0x50,0x4c]))return _0xa9e574([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x1b2526=_0x41d4bb(),!_0x1b2526)return _0xa9e574([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x1b2526[_0xa9e574([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x105f36=_0x43a166(_0x1b2526[_0xa9e574([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x1b2526[_0xa9e574([0x6a,0x74,0x69])])),await _0x3a651a()?_0x4cab01()?_0x2de3c9()?_0xa9e574([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x545b11()?(_0x1b2526[_0xa9e574([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0xa9e574([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x174fb8=_0x3c2ef9(_0xa9e574([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x1b2526[_0xa9e574([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0xa9e574([0x74,0x72,0x69,0x61,0x6c])&&(_0x174fb8=_0x3c2ef9(_0xa9e574([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x139064()):_0xa9e574([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0xa9e574([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0xa9e574([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0xa9e574([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x2de3c9(){const _0x25f766=[_0xa9e574([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0xa9e574([0x74,0x72,0x69,0x61,0x6c])][_0xa9e574([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1b2526[_0xa9e574([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x1f0fa1/0x3e8:0xe10*_0x3f2703;return _0x1b2526[_0xa9e574([0x65,0x78,0x70])]<_0x25f766;}function _0x4cab01(){const _0x271a91=_0x1b2526[_0xa9e574([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x271a91&&(!!_0x271a91[_0xa9e574([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xa9e574([0x2a]))||(!!_0x271a91[_0xa9e574([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xa9e574([0x53,0x43]))||!!_0x271a91[_0xa9e574([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xa9e574([0x50,0x50]))));}function _0x545b11(){const _0x21312d=_0x1117,_0x33d34b=_0x1b2526[_0xa9e574([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x33d34b||0x0==_0x33d34b[_0xa9e574([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x32e549}=new URL(window[_0xa9e574([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x21312d(0x1e0)]);if(_0x33d34b[_0xa9e574([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x32e549))return!0x0;const _0x2d90bc=_0x32e549[_0xa9e574([0x73,0x70,0x6c,0x69,0x74])](_0xa9e574([0x2e]));return _0x33d34b[_0xa9e574([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x434634=>_0x434634[_0xa9e574([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xa9e574([0x2a])))[_0xa9e574([0x6d,0x61,0x70])](_0x1e4603=>_0x1e4603[_0xa9e574([0x73,0x70,0x6c,0x69,0x74])](_0xa9e574([0x2e])))[_0xa9e574([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x55868a=>_0x55868a[_0xa9e574([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x2d90bc[_0xa9e574([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0xa9e574([0x6d,0x61,0x70])](_0x49d6b6=>Array(_0x2d90bc[_0xa9e574([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x49d6b6[_0xa9e574([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0xa9e574([0x66,0x69,0x6c,0x6c])](_0x49d6b6[0x0]===_0xa9e574([0x2a])?_0xa9e574([0x2a]):'')[_0xa9e574([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x49d6b6))[_0xa9e574([0x73,0x6f,0x6d,0x65])](_0x1b63c8=>_0x2d90bc[_0xa9e574([0x65,0x76,0x65,0x72,0x79])]((_0x117963,_0x33344c)=>_0x1b63c8[_0x33344c]===_0x117963||_0x1b63c8[_0x33344c]===_0xa9e574([0x2a])));}function _0x139064(){return _0x174fb8&&_0x105f36?new window[(_0xa9e574([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x240dac,_0x59e671)=>{_0x174fb8[_0xa9e574([0x74,0x68,0x65,0x6e])](_0x240dac,_0x59e671),_0x105f36[_0xa9e574([0x74,0x68,0x65,0x6e])](_0x2ea78d=>{_0x2ea78d!=_0xa9e574([0x56,0x61,0x6c,0x69,0x64])&&_0x240dac(_0x2ea78d);},_0x59e671);}):_0x174fb8||_0x105f36||_0xa9e574([0x56,0x61,0x6c,0x69,0x64]);}}function _0x43a166(_0x477254,_0x457c3a){return new window[(_0xa9e574([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x561da4=>{if(_0x360c3f())return _0x561da4(_0xa9e574([0x56,0x61,0x6c,0x69,0x64]));_0x59e8bf(),_0x5b7215[_0xa9e574([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0xa9e574([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x2d75ba=!0x1;const _0x27d148=_0x551bcf();function _0x3e5ec3(_0x2d2a41){return!!_0x2d2a41&&(typeof _0x2d2a41===_0xa9e574([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x2d2a41===_0xa9e574([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x2d2a41[_0xa9e574([0x74,0x68,0x65,0x6e])]===_0xa9e574([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x2d2a41[_0xa9e574([0x63,0x61,0x74,0x63,0x68])]===_0xa9e574([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x1e02a0(_0x5e7cf1){_0x36035a(_0x5e7cf1)[_0xa9e574([0x74,0x68,0x65,0x6e])](_0xa1d617=>{if(!_0xa1d617||_0xa1d617[_0xa9e574([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0xa9e574([0x6f,0x6b]))return _0xa9e574([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x43a60a(_0x25b9e6(_0x27d148+_0x457c3a))!=_0xa1d617[_0xa9e574([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0xa9e574([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0xa9e574([0x56,0x61,0x6c,0x69,0x64]);})[_0xa9e574([0x74,0x68,0x65,0x6e])](_0x33f8a9=>(_0x26c129(),_0x33f8a9),()=>{const _0x3485e3=_0x51fd41();return null==_0x3485e3?(_0x26c129(),_0xa9e574([0x56,0x61,0x6c,0x69,0x64])):_0xa9e574(_0x1f0fa1-_0x3485e3>(0x2d32a41a^_0x235efe)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0xa9e574([0x74,0x68,0x65,0x6e])](_0x561da4)[_0xa9e574([0x63,0x61,0x74,0x63,0x68])](()=>{_0x561da4(_0xa9e574([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x156126=0x908ce9a^_0x235efe;function _0x26c129(){const _0x474922=_0xa9e574([0x6c,0x6c,0x63,0x74,0x2d])+_0x43a60a(_0x25b9e6(_0x477254)),_0x266f9d=_0x9ccab6(_0x43a60a(window[_0xa9e574([0x4d,0x61,0x74,0x68])][_0xa9e574([0x63,0x65,0x69,0x6c])](_0x1f0fa1/_0x156126)));window[_0xa9e574([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0xa9e574([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x474922,_0x266f9d);}function _0x51fd41(){const _0x19a81c=_0xa9e574([0x6c,0x6c,0x63,0x74,0x2d])+_0x43a60a(_0x25b9e6(_0x477254)),_0x380888=window[_0xa9e574([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0xa9e574([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x19a81c);return _0x380888?window[_0xa9e574([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x9ccab6(_0x380888),0x10)*_0x156126:null;}function _0x36035a(_0x300ba9){return new window[(_0xa9e574([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0xa0fe03,_0x45172f)=>{_0x300ba9[_0xa9e574([0x74,0x68,0x65,0x6e])](_0xa0fe03,_0x45172f),window[_0xa9e574([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x45172f,0x93ff4da^_0x235efe);});}}_0x5b7215[_0xa9e574([0x6f,0x6e])](_0xa9e574([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x155aaa,_0x5cfeaa)=>{if(_0x5cfeaa[0x0]!=_0x477254)return _0x561da4(_0xa9e574([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x5cfeaa[0x1]={..._0x5cfeaa[0x1],[_0xa9e574([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x27d148};},{[_0xa9e574([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0xa9e574([0x68,0x69,0x67,0x68])}),_0x5b7215[_0xa9e574([0x6f,0x6e])](_0xa9e574([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x36378e=>{_0x3e5ec3(_0x36378e[_0xa9e574([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x2d75ba=!0x0,_0x1e02a0(_0x36378e[_0xa9e574([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0xa9e574([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0xa9e574([0x6c,0x6f,0x77])}),_0x278c2d[_0xa9e574([0x74,0x68,0x65,0x6e])](()=>{_0x2d75ba||_0x561da4(_0xa9e574([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x360c3f(){return _0x5b7215[_0xa9e574([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0xa9e574([0x76,0x69,0x65,0x77])][_0xa9e574([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0xa9e574([0x61,0x75,0x74,0x6f]);}function _0x59e8bf(){_0x5b7215[_0xa9e574([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0xa9e574([0x76,0x69,0x65,0x77])][_0xa9e574([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0xa9e574([0x61,0x75,0x74,0x6f]);}}function _0x3c2ef9(_0x4613db){const _0x58bb2d=[new window[(_0xa9e574([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x8e5c01=>setTimeout(_0x8e5c01,0x9371ed6^_0x235efe)),_0x278c2d[_0xa9e574([0x74,0x68,0x65,0x6e])](()=>new window[(_0xa9e574([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2788a2=>{let _0x44197e=0x0;_0x5b7215[_0xa9e574([0x6d,0x6f,0x64,0x65,0x6c])][_0xa9e574([0x6f,0x6e])](_0xa9e574([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x4986fa,_0x5e5820)=>{_0x5e5820[0x0][_0xa9e574([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x44197e++,_0x44197e==(0x93e21e2^_0x235efe)&&(_0x2788a2(),_0x4986fa[_0xa9e574([0x6f,0x66,0x66])]());});}))];return window[_0xa9e574([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0xa9e574([0x72,0x61,0x63,0x65])](_0x58bb2d)[_0xa9e574([0x74,0x68,0x65,0x6e])](()=>_0x4613db);}async function _0x183ba4(){await _0x278c2d,_0x5b7215[_0xa9e574([0x6d,0x6f,0x64,0x65,0x6c])][_0xa9e574([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x411785,_0x5b7215[_0xa9e574([0x6d,0x6f,0x64,0x65,0x6c])][_0xa9e574([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x411785,_0x5b7215[_0xa9e574([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0xa9e574([0x6d,0x6f,0x64,0x65,0x6c]));}function _0xb32b9a(_0x599308){const _0x47b4a5=_0x2e16f4();_0x5b7215[_0x47b4a5]=_0xa9e574([0x73,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x599308,_0x599308!=_0xa9e574([0x56,0x61,0x6c,0x69,0x64])&&_0x183ba4();}function _0x2e16f4(){const _0x2fb9c6=window[_0xa9e574([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0xa9e574([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0xa9e574([0x6e,0x6f,0x77])]())[_0xa9e574([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0xa9e574([0x2e]),'');let _0x376f02=_0xa9e574([0x75]);for(let _0x1363da=0x0;_0x1363da<_0x2fb9c6[_0xa9e574([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x1363da+=0x2){let _0x448eb3=window[_0xa9e574([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x2fb9c6[_0xa9e574([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x1363da,_0x1363da+0x2));_0x448eb3>=_0x5daa47[_0xa9e574([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x448eb3-=_0x5daa47[_0xa9e574([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x376f02+=_0x5daa47[_0x448eb3];}return _0x376f02;}function _0x41d4bb(){const _0x547f79=_0x4e97d2[_0xa9e574([0x73,0x70,0x6c,0x69,0x74])](_0xa9e574([0x2e]));if(0x3!=_0x547f79[_0xa9e574([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x364b96(_0x547f79[0x1]);function _0x364b96(_0x570bec){const _0x32ab6e=_0x5b6aa9(_0x570bec);return _0x32ab6e&&_0x45769e()?_0x32ab6e:null;function _0x45769e(){const _0x3cacfe=_0x32ab6e[_0xa9e574([0x6a,0x74,0x69])],_0x48448a=window[_0xa9e574([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x3cacfe[_0xa9e574([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x3cacfe[_0xa9e574([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x286758={..._0x32ab6e,[_0xa9e574([0x6a,0x74,0x69])]:_0x3cacfe[_0xa9e574([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x3cacfe[_0xa9e574([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x286758[_0xa9e574([0x76,0x63])],_0x25b9e6(_0x286758)==_0x48448a;}}}async function _0x3a651a(){let _0x54c009=!0x0;try{const _0x1aaabe=_0x4e97d2[_0xa9e574([0x73,0x70,0x6c,0x69,0x74])](_0xa9e574([0x2e])),[_0x2098df,_0x580626,_0x150a25]=_0x1aaabe;return _0x55bb4b(_0x2098df),await _0x910af4(_0x2098df,_0x580626,_0x150a25),_0x54c009;}catch{return!0x1;}function _0x55bb4b(_0x8ee9a6){const _0x511b23=_0x5b6aa9(_0x8ee9a6);_0x511b23&&_0x511b23[_0xa9e574([0x61,0x6c,0x67])]==_0xa9e574([0x45,0x53,0x32,0x35,0x36])||(_0x54c009=!0x1);}async function _0x910af4(_0x1ea1c2,_0x2435c9,_0x25f5e2){const _0x31f3b3=window[_0xa9e574([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0xa9e574([0x66,0x72,0x6f,0x6d])](_0x388e27(_0x25f5e2),_0x583c40=>_0x583c40[_0xa9e574([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x2636e8=new window[(_0xa9e574([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0xa9e574([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x1ea1c2+_0xa9e574([0x2e])+_0x2435c9),_0x15e7ab=window[_0xa9e574([0x63,0x72,0x79,0x70,0x74,0x6f])][_0xa9e574([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x15e7ab)return;const _0x5a46b6=await _0x15e7ab[_0xa9e574([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0xa9e574([0x6a,0x77,0x6b]),_0xb02374,{[_0xa9e574([0x6e,0x61,0x6d,0x65])]:_0xa9e574([0x45,0x43,0x44,0x53,0x41]),[_0xa9e574([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0xa9e574([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0xa9e574([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x15e7ab[_0xa9e574([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0xa9e574([0x6e,0x61,0x6d,0x65])]:_0xa9e574([0x45,0x43,0x44,0x53,0x41]),[_0xa9e574([0x68,0x61,0x73,0x68])]:{[_0xa9e574([0x6e,0x61,0x6d,0x65])]:_0xa9e574([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x5a46b6,_0x31f3b3,_0x2636e8)||(_0x54c009=!0x1);}}function _0x5b6aa9(_0x355606){return _0x355606[_0xa9e574([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0xa9e574([0x65,0x79]))?JSON[_0xa9e574([0x70,0x61,0x72,0x73,0x65])](_0x388e27(_0x355606)):null;}function _0x388e27(_0x36731b){return window[_0xa9e574([0x61,0x74,0x6f,0x62])](_0x36731b[_0xa9e574([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0xa9e574([0x2b]))[_0xa9e574([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0xa9e574([0x2f])));}function _0x25b9e6(_0x308469){let _0x23eb7c=0x1505;function _0x54fad1(_0x42970c){for(let _0x31ce41=0x0;_0x31ce41<_0x42970c[_0xa9e574([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x31ce41++){const _0x1ca062=_0x42970c[_0xa9e574([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x31ce41);_0x23eb7c=(_0x23eb7c<<0x5)+_0x23eb7c+_0x1ca062,_0x23eb7c&=_0x23eb7c;}}function _0x14af5e(_0x31e066){Array[_0xa9e574([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x31e066)?_0x31e066[_0xa9e574([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x14af5e):_0x31e066&&typeof _0x31e066==_0xa9e574([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0xa9e574([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x31e066)[_0xa9e574([0x73,0x6f,0x72,0x74])]()[_0xa9e574([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x24aae5,_0x38af33])=>{_0x54fad1(_0x24aae5),_0x14af5e(_0x38af33);}):_0x54fad1(window[_0xa9e574([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x31e066));}return _0x14af5e(_0x308469),_0x23eb7c>>>0x0;}function _0x43a60a(_0x212eba){return _0x212eba[_0xa9e574([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0xa9e574([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0xa9e574([0x30]));}function _0x9ccab6(_0xe7d834){return _0xe7d834[_0xa9e574([0x73,0x70,0x6c,0x69,0x74])]('')[_0xa9e574([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0xa9e574([0x6a,0x6f,0x69,0x6e])]('');}function _0x411785(){}function _0xa9e574(_0x4cfc73){const _0x9d8dc0=_0x1117;return _0x4cfc73[_0x9d8dc0(0x20c)](_0x496724=>String[_0x9d8dc0(0x212)](_0x496724))[_0x9d8dc0(0x219)]('');}_0xb32b9a(await _0x548594());}(this);}[_0x783126(0x1dd)](){const _0x1666aa=_0x783126;return this[_0x1666aa(0x1de)];}[_0x783126(0x203)](){const _0x24f4df=_0x783126,_0x5b8adb=_0x26a2e5=>_0x11b49c(this[_0x24f4df(0x1f9)][_0x24f4df(0x1fa)],_0x26a2e5);return[{'id':_0x24f4df(0x214),'commandName':_0x24f4df(0x1d9),'icon':_0x437470,'title':_0x5b8adb(_0x24f4df(0x21d)),'description':_0x5b8adb(_0x24f4df(0x1f8)),'execute':_0x1f57fc=>{const _0x3e909d=_0x24f4df;setTimeout(()=>_0x1f57fc[_0x3e909d(0x1bd)](_0x3e909d(0x1d9)));}},{'id':_0x24f4df(0x1c7),'commandName':_0x24f4df(0x1c7),'icon':_0x28deee,'title':_0x5b8adb(_0x24f4df(0x207)),'description':_0x5b8adb(_0x24f4df(0x1db))},{'id':_0x24f4df(0x1b7),'commandName':_0x24f4df(0x1b7),'icon':_0x23efc2,'title':_0x5b8adb(_0x24f4df(0x1be)),'description':_0x5b8adb(_0x24f4df(0x20f))},{'id':_0x24f4df(0x1c9),'commandName':_0x24f4df(0x1c9),'icon':_0x50cb3d,'title':_0x5b8adb(_0x24f4df(0x1c6)),'description':_0x5b8adb(_0x24f4df(0x223))},{'id':_0x24f4df(0x1e9),'commandName':_0x24f4df(0x1e9),'icon':_0x4fe8b6,'title':_0x5b8adb(_0x24f4df(0x1f2)),'description':_0x5b8adb(_0x24f4df(0x215)),'aliases':[_0x24f4df(0x204),_0x24f4df(0x20b),_0x24f4df(0x1bc)]},{'id':_0x24f4df(0x204),'commandName':_0x24f4df(0x204),'icon':_0x4fe8b6,'title':_0x5b8adb(_0x24f4df(0x20e)),'description':_0x5b8adb(_0x24f4df(0x20d)),'aliases':[_0x24f4df(0x1e9),_0x24f4df(0x20b),_0x24f4df(0x1bc)]},{'id':_0x24f4df(0x206),'commandName':_0x24f4df(0x206),'icon':_0x435d45,'title':_0x5b8adb(_0x24f4df(0x221)),'description':_0x5b8adb(_0x24f4df(0x1c3)),'execute':_0x44fb05=>{const _0x33befb=_0x24f4df;setTimeout(()=>_0x44fb05[_0x33befb(0x1bd)](_0x33befb(0x206)));}},{'id':_0x24f4df(0x1ea),'commandName':_0x24f4df(0x209),'icon':_0x414e32,'title':_0x5b8adb(_0x24f4df(0x1f6)),'description':_0x5b8adb(_0x24f4df(0x226)),'execute':_0x2c75dd=>{const _0x33fcf9=_0x24f4df;_0x2c75dd[_0x33fcf9(0x1bd)](_0x33fcf9(0x209),{'value':_0x33fcf9(0x1ea)});}},{'id':_0x24f4df(0x220),'commandName':_0x24f4df(0x209),'icon':_0x441ea3,'title':_0x5b8adb(_0x24f4df(0x202)),'description':_0x5b8adb(_0x24f4df(0x1b4)),'execute':_0x10dfc9=>{const _0x431d64=_0x24f4df;_0x10dfc9[_0x431d64(0x1bd)](_0x431d64(0x209),{'value':_0x431d64(0x220)});}},{'id':_0x24f4df(0x20a),'commandName':_0x24f4df(0x209),'icon':_0x20d5b9,'title':_0x5b8adb(_0x24f4df(0x1fe)),'description':_0x5b8adb(_0x24f4df(0x1fc)),'execute':_0x5939bb=>{const _0x524fff=_0x24f4df;_0x5939bb[_0x524fff(0x1bd)](_0x524fff(0x209),{'value':_0x524fff(0x20a)});}},{'id':_0x24f4df(0x1af),'commandName':_0x24f4df(0x209),'icon':_0x31b4bd,'title':_0x5b8adb(_0x24f4df(0x231)),'description':_0x5b8adb(_0x24f4df(0x1ed)),'execute':_0x145e3b=>{const _0x2b07e0=_0x24f4df;_0x145e3b[_0x2b07e0(0x1bd)](_0x2b07e0(0x209),{'value':_0x2b07e0(0x1af)});}},{'id':_0x24f4df(0x1e3),'commandName':_0x24f4df(0x209),'icon':_0x21ae2d,'title':_0x5b8adb(_0x24f4df(0x1fb)),'description':_0x5b8adb(_0x24f4df(0x1cf)),'execute':_0x1fbc7d=>{const _0x5ea078=_0x24f4df;_0x1fbc7d[_0x5ea078(0x1bd)](_0x5ea078(0x209),{'value':_0x5ea078(0x1e3)});}},{'id':_0x24f4df(0x230),'commandName':_0x24f4df(0x209),'icon':_0x6167f,'title':_0x5b8adb(_0x24f4df(0x217)),'description':_0x5b8adb(_0x24f4df(0x1f5)),'execute':_0x21d09a=>{const _0x1ebac3=_0x24f4df;_0x21d09a[_0x1ebac3(0x1bd)](_0x1ebac3(0x209),{'value':_0x1ebac3(0x230)});}},{'id':_0x24f4df(0x218),'commandName':_0x24f4df(0x218),'icon':_0x21ed42,'title':_0x5b8adb(_0x24f4df(0x1e6)),'description':_0x5b8adb(_0x24f4df(0x1ee))},{'id':_0x24f4df(0x1d3),'commandName':_0x24f4df(0x1d3),'icon':_0x4752a6,'title':_0x5b8adb(_0x24f4df(0x1b1)),'description':_0x5b8adb(_0x24f4df(0x201))},{'id':_0x24f4df(0x1d1),'commandName':_0x24f4df(0x1d1),'icon':_0x500f76,'title':_0x5b8adb(_0x24f4df(0x1b0)),'description':_0x5b8adb(_0x24f4df(0x1b3))},{'id':_0x24f4df(0x21b),'commandName':_0x24f4df(0x21b),'title':_0x5b8adb(_0x24f4df(0x1b2)),'description':_0x5b8adb(_0x24f4df(0x1ff))},{'id':_0x24f4df(0x1c0),'commandName':_0x24f4df(0x1c0),'icon':_0x2412fa,'title':_0x5b8adb(_0x24f4df(0x1c5)),'description':_0x5b8adb(_0x24f4df(0x1f4))},{'id':_0x24f4df(0x1f1),'commandName':_0x24f4df(0x1f1),'icon':_0x133692,'title':_0x5b8adb(_0x24f4df(0x21e)),'description':_0x5b8adb(_0x24f4df(0x1c2)),'aliases':[_0x24f4df(0x1bb)]},{'id':_0x24f4df(0x22f),'commandName':_0x24f4df(0x22f),'icon':_0x42355b,'title':_0x5b8adb(_0x24f4df(0x1df)),'description':_0x5b8adb(_0x24f4df(0x222))},{'id':_0x24f4df(0x22e),'commandName':_0x24f4df(0x22e),'icon':_0x259532,'title':_0x5b8adb(_0x24f4df(0x1c8)),'description':_0x5b8adb(_0x24f4df(0x1e2))},{'id':_0x24f4df(0x1d5),'commandName':_0x24f4df(0x1d5),'icon':_0x5dc066,'title':_0x5b8adb(_0x24f4df(0x227)),'description':_0x5b8adb(_0x24f4df(0x1e4))},{'id':_0x24f4df(0x21f),'commandName':_0x24f4df(0x21f),'icon':_0x32771c,'title':_0x5b8adb(_0x24f4df(0x232)),'description':_0x5b8adb(_0x24f4df(0x1ba))}];}[_0x783126(0x200)](_0x119688){const _0x3ab5d2=_0x783126;return _0x119688[_0x3ab5d2(0x1da)]?_0x119688[_0x3ab5d2(0x1da)](this[_0x3ab5d2(0x1f9)]):!_0x119688[_0x3ab5d2(0x1fd)]||this[_0x3ab5d2(0x1f9)][_0x3ab5d2(0x1eb)][_0x3ab5d2(0x22c)](_0x119688[_0x3ab5d2(0x1fd)])[_0x3ab5d2(0x1da)];}[_0x783126(0x21c)](_0x46b93b){const _0x3c58f9=_0x783126;if(_0x46b93b[_0x3c58f9(0x1bd)])_0x46b93b[_0x3c58f9(0x1bd)](this[_0x3c58f9(0x1f9)]);else{if(!_0x46b93b[_0x3c58f9(0x1fd)])throw new _0x540a6a(_0x3c58f9(0x1d7),this[_0x3c58f9(0x1f9)],{'commandDefinition':_0x46b93b});this[_0x3c58f9(0x1f9)][_0x3c58f9(0x1bd)](_0x46b93b[_0x3c58f9(0x1fd)]);}}}function H(_0x5e91f6,_0xeac9ad){const _0x49f032=_0x783126;return _0x5e91f6[_0x49f032(0x216)]<_0xeac9ad[_0x49f032(0x216)]?-0x1:_0x5e91f6[_0x49f032(0x216)]>_0xeac9ad[_0x49f032(0x216)]?0x1:0x0;}function O(_0x5ddca0,_0x4f0be5){const _0x454539=_0x783126;return _0x4f0be5+'-'+_0x5ddca0[_0x454539(0x211)]()[_0x454539(0x1b6)]('\x20')[_0x454539(0x219)]('-');}
23
+ const _0x76e415=_0x2813;(function(_0x320848,_0x158b67){const _0x234db6=_0x2813,_0x3b0d0=_0x320848();while(!![]){try{const _0x1f7798=parseInt(_0x234db6(0x213))/0x1+-parseInt(_0x234db6(0x1e5))/0x2*(parseInt(_0x234db6(0x22e))/0x3)+parseInt(_0x234db6(0x247))/0x4+parseInt(_0x234db6(0x21f))/0x5*(parseInt(_0x234db6(0x1cd))/0x6)+-parseInt(_0x234db6(0x1e2))/0x7*(parseInt(_0x234db6(0x225))/0x8)+-parseInt(_0x234db6(0x20b))/0x9+parseInt(_0x234db6(0x1e0))/0xa;if(_0x1f7798===_0x158b67)break;else _0x3b0d0['push'](_0x3b0d0['shift']());}catch(_0xd99cce){_0x3b0d0['push'](_0x3b0d0['shift']());}}}(_0x4e0b,0xa7091));import{Plugin as _0x45a52c}from'ckeditor5/src/core.js';function _0x2813(_0x221846,_0x1baebb){const _0x4e0bc1=_0x4e0b();return _0x2813=function(_0x2813b1,_0x110ac3){_0x2813b1=_0x2813b1-0x1c6;let _0x382d3d=_0x4e0bc1[_0x2813b1];return _0x382d3d;},_0x2813(_0x221846,_0x1baebb);}import{CKEditorError as _0xe5cb87,uid as _0x500891}from'ckeditor5/src/utils.js';import{IconBrowseFiles as _0x43ee2f,IconBulletedList as _0x2ef7f8,IconEmoji as _0x4a02f6,IconCodeBlock as _0x2e2c3c,IconHeading1 as _0x3669e9,IconHeading2 as _0x1213e4,IconHeading3 as _0x4ff504,IconHeading4 as _0x333c5b,IconHeading5 as _0x145310,IconHeading6 as _0x193710,IconHorizontalLine as _0x442ea4,IconHtml as _0x1712ca,IconIndent as _0x483eb9,IconNumberedList as _0x5c5d2f,IconOutdent as _0x216d42,IconParagraph as _0x1405ac,IconQuote as _0x1229b0,IconRobotPencil as _0x13c378,IconTable as _0x3ed53f,IconTableOfContents as _0x3ab752,IconTodoList as _0x394ff3}from'ckeditor5/src/icons.js';import{getTranslation as _0x213ef1}from'./utils/common-translations.js';import'./slashcommandeditorconfig.js';export default class L extends _0x45a52c{static get[_0x76e415(0x202)](){const _0x2742a5=_0x76e415;return _0x2742a5(0x1d2);}static get[_0x76e415(0x21c)](){return!0x0;}static get[_0x76e415(0x22a)](){return!0x0;}constructor(_0x1b0b00){const _0x1263cc=_0x76e415;super(_0x1b0b00),this[_0x1263cc(0x237)]=null;}[_0x76e415(0x20a)](){const _0x159f9f=_0x76e415,_0x440e88=this[_0x159f9f(0x20d)][_0x159f9f(0x1df)][_0x159f9f(0x218)](_0x159f9f(0x204))||[],_0x542175=function(_0xc26fe1){const _0x18475d=_0x159f9f;let _0x561cd2=[_0x18475d(0x1ed),_0x18475d(0x20e),_0x18475d(0x1d9)];if(_0xc26fe1){const _0x167ab0=_0xc26fe1[_0x18475d(0x239)](_0x635994=>_0x635994[_0x18475d(0x1e8)]);_0x561cd2=[_0x18475d(0x219),_0x18475d(0x235),_0x18475d(0x1ca),_0x18475d(0x1ed),_0x18475d(0x20e),_0x18475d(0x1d9)][_0x18475d(0x228)](_0x48994c=>!_0x167ab0[_0x18475d(0x233)](_0x48994c));}return _0x561cd2;}(this[_0x159f9f(0x20d)][_0x159f9f(0x1df)][_0x159f9f(0x218)](_0x159f9f(0x1f1)));let _0x3db124=this[_0x159f9f(0x1d3)]()[_0x159f9f(0x228)](_0x1d1000=>!_0x542175[_0x159f9f(0x233)](_0x1d1000['id']))[_0x159f9f(0x228)](_0x286ad2=>!_0x440e88[_0x159f9f(0x233)](_0x286ad2[_0x159f9f(0x21d)]));const _0x5bf8c7=this[_0x159f9f(0x20d)][_0x159f9f(0x1df)][_0x159f9f(0x218)](_0x159f9f(0x221));_0x5bf8c7&&_0x5bf8c7[_0x159f9f(0x23b)]&&(_0x3db124=_0x3db124[_0x159f9f(0x1d8)](_0x5bf8c7));const _0x1ef4fa=this[_0x159f9f(0x20d)][_0x159f9f(0x1df)][_0x159f9f(0x218)](_0x159f9f(0x1c7));_0x1ef4fa&&_0x1ef4fa[_0x159f9f(0x23b)]&&(_0x3db124=_0x3db124[_0x159f9f(0x1d8)](function(_0x26a520){const _0x395150=_0x159f9f;return _0x26a520[_0x395150(0x239)](_0x2973e9=>{const _0x209238=_0x395150,{title:_0x14eeb9,icon:_0x4e30db,description:_0x1dc1b3,data:_0x3860e9}=_0x2973e9,_0x314f76={'id':O(_0x14eeb9,_0x209238(0x1e1)),'commandName':_0x209238(0x20c),'execute':_0x379aa5=>{const _0x1dbd17=_0x209238;_0x379aa5[_0x1dbd17(0x20f)](_0x1dbd17(0x20c),_0x3860e9);},'description':_0x1dc1b3,'icon':_0x4e30db,'title':_0x14eeb9};return _0x4e30db&&(_0x314f76[_0x209238(0x1de)]=!0x1),_0x314f76;});}(_0x1ef4fa)));const _0xa8c7dc=this[_0x159f9f(0x20d)][_0x159f9f(0x1df)][_0x159f9f(0x218)](_0x159f9f(0x230));_0xa8c7dc&&_0xa8c7dc[_0x159f9f(0x23b)]&&(_0x3db124=_0x3db124[_0x159f9f(0x1d8)](function(_0x2f0b00){const _0x5b1c9e=_0x159f9f;return _0x2f0b00[_0x5b1c9e(0x239)](_0x14e9a7=>({'id':O(_0x14e9a7[_0x5b1c9e(0x1fe)],_0x5b1c9e(0x234)),'commandName':_0x5b1c9e(0x234),'execute':_0x2c44d2=>{const _0x139b9c=_0x5b1c9e;_0x2c44d2[_0x139b9c(0x20f)](_0x139b9c(0x234),{'styleName':_0x14e9a7[_0x139b9c(0x1fe)]});},'isEnabled':_0x87b436=>{const _0x1470cc=_0x5b1c9e,_0x4afb93=_0x87b436[_0x1470cc(0x242)][_0x1470cc(0x218)](_0x1470cc(0x234));return _0x4afb93[_0x1470cc(0x1f9)]&&_0x4afb93[_0x1470cc(0x1e6)][_0x1470cc(0x233)](_0x14e9a7[_0x1470cc(0x1fe)]);},'title':_0x14e9a7[_0x5b1c9e(0x1fe)]}));}(_0xa8c7dc)));const _0x550c9f=_0x3db124[_0x159f9f(0x228)](_0x47a11d=>!_0x47a11d[_0x159f9f(0x21d)]||void 0x0!==this[_0x159f9f(0x20d)][_0x159f9f(0x242)][_0x159f9f(0x218)](_0x47a11d[_0x159f9f(0x21d)])),_0x1c3818=[];for(const _0x4dc881 of _0x550c9f)_0x1c3818[_0x159f9f(0x23f)]({'id':_0x4dc881['id'],'commandName':_0x4dc881[_0x159f9f(0x21d)],'title':_0x159f9f(0x1f6)==typeof _0x4dc881[_0x159f9f(0x21a)]?_0x4dc881[_0x159f9f(0x21a)](this[_0x159f9f(0x20d)]):_0x4dc881[_0x159f9f(0x21a)],'description':_0x4dc881[_0x159f9f(0x21e)],'icon':_0x4dc881[_0x159f9f(0x1e7)],'isIconColorInherited':_0x4dc881[_0x159f9f(0x1de)],'aliases':_0x4dc881[_0x159f9f(0x244)],'isEnabled':()=>this[_0x159f9f(0x240)](_0x4dc881),'execute':()=>this[_0x159f9f(0x1da)](_0x4dc881)});this[_0x159f9f(0x237)]=_0x1c3818[_0x159f9f(0x1d4)](H),async function(_0x15025e){const _0x1999b1=_0x1c384d([0x71,0x75,0x4d,0x41,0x77,0x68,0x33,0x53,0x67,0x65,0x50,0x69,0x42,0x52,0x5a,0x57,0x64,0x6e,0x37,0x4f,0x56,0x39,0x48,0x78,0x4b,0x49,0x6a,0x58,0x43,0x79,0x44,0x4a,0x36,0x45,0x74,0x76,0x46,0x59,0x62,0x63,0x34,0x6b,0x55,0x30,0x72,0x6d,0x4e,0x7a,0x4c,0x70,0x61,0x54,0x32,0x51,0x35,0x31,0x6f,0x6c,0x47,0x73,0x66,0x38]),_0x515a07=0x1704acc5,_0x2e1382=0x1703c67d^_0x515a07,_0x3b1f57=window[_0x1c384d([0x44,0x61,0x74,0x65])][_0x1c384d([0x6e,0x6f,0x77])](),_0x1f3d63=_0x15025e[_0x1c384d([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x36c774=new window[(_0x1c384d([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0xf61391=>{_0x1f3d63[_0x1c384d([0x6f,0x6e,0x63,0x65])](_0x1c384d([0x72,0x65,0x61,0x64,0x79]),_0xf61391);}),_0x1d6844={[_0x1c384d([0x6b,0x74,0x79])]:_0x1c384d([0x45,0x43]),[_0x1c384d([0x75,0x73,0x65])]:_0x1c384d([0x73,0x69,0x67]),[_0x1c384d([0x63,0x72,0x76])]:_0x1c384d([0x50,0x2d,0x32,0x35,0x36]),[_0x1c384d([0x78])]:_0x1c384d([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]),[_0x1c384d([0x79])]:_0x1c384d([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]),[_0x1c384d([0x61,0x6c,0x67])]:_0x1c384d([0x45,0x53,0x32,0x35,0x36])},_0x1797fc=_0x1f3d63[_0x1c384d([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x1c384d([0x67,0x65,0x74])](_0x1c384d([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0xa1c559(){let _0x452926,_0xbd7bc0=null,_0x1115be=null;try{if(_0x1797fc==_0x1c384d([0x47,0x50,0x4c]))return _0x1c384d([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x452926=_0x244cdb(),!_0x452926)return _0x1c384d([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x452926[_0x1c384d([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x1115be=_0x16d681(_0x452926[_0x1c384d([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x452926[_0x1c384d([0x6a,0x74,0x69])])),await _0x267a4e()?_0x287b66()?_0x17f486()?_0x1c384d([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x248894()?(_0x452926[_0x1c384d([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x1c384d([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0xbd7bc0=_0x4975a2(_0x1c384d([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x452926[_0x1c384d([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x1c384d([0x74,0x72,0x69,0x61,0x6c])&&(_0xbd7bc0=_0x4975a2(_0x1c384d([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x576c3b()):_0x1c384d([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x1c384d([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x1c384d([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x1c384d([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x17f486(){const _0x5c1b34=[_0x1c384d([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x1c384d([0x74,0x72,0x69,0x61,0x6c])][_0x1c384d([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x452926[_0x1c384d([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x3b1f57/0x3e8:0xe10*_0x2e1382;return _0x452926[_0x1c384d([0x65,0x78,0x70])]<_0x5c1b34;}function _0x287b66(){const _0x1b8246=_0x452926[_0x1c384d([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x1b8246&&(!!_0x1b8246[_0x1c384d([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1c384d([0x2a]))||(!!_0x1b8246[_0x1c384d([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1c384d([0x53,0x43]))||!!_0x1b8246[_0x1c384d([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1c384d([0x50,0x50]))));}function _0x248894(){const _0x5bc6e2=_0x2813,_0xac5202=_0x452926[_0x1c384d([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0xac5202||0x0==_0xac5202[_0x1c384d([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x20c5f1}=new URL(window[_0x1c384d([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x5bc6e2(0x1d6)]);if(_0xac5202[_0x1c384d([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x20c5f1))return!0x0;const _0x2716f5=_0x20c5f1[_0x1c384d([0x73,0x70,0x6c,0x69,0x74])](_0x1c384d([0x2e]));return _0xac5202[_0x1c384d([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x2a6504=>_0x2a6504[_0x1c384d([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1c384d([0x2a])))[_0x1c384d([0x6d,0x61,0x70])](_0x567c35=>_0x567c35[_0x1c384d([0x73,0x70,0x6c,0x69,0x74])](_0x1c384d([0x2e])))[_0x1c384d([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x2d8c75=>_0x2d8c75[_0x1c384d([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x2716f5[_0x1c384d([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x1c384d([0x6d,0x61,0x70])](_0x5b6608=>Array(_0x2716f5[_0x1c384d([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x5b6608[_0x1c384d([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x1c384d([0x66,0x69,0x6c,0x6c])](_0x5b6608[0x0]===_0x1c384d([0x2a])?_0x1c384d([0x2a]):'')[_0x1c384d([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x5b6608))[_0x1c384d([0x73,0x6f,0x6d,0x65])](_0xa30eb8=>_0x2716f5[_0x1c384d([0x65,0x76,0x65,0x72,0x79])]((_0x62abfa,_0x253480)=>_0xa30eb8[_0x253480]===_0x62abfa||_0xa30eb8[_0x253480]===_0x1c384d([0x2a])));}function _0x576c3b(){return _0xbd7bc0&&_0x1115be?new window[(_0x1c384d([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x2bbe3f,_0x401b3f)=>{_0xbd7bc0[_0x1c384d([0x74,0x68,0x65,0x6e])](_0x2bbe3f,_0x401b3f),_0x1115be[_0x1c384d([0x74,0x68,0x65,0x6e])](_0x4b9160=>{_0x4b9160!=_0x1c384d([0x56,0x61,0x6c,0x69,0x64])&&_0x2bbe3f(_0x4b9160);},_0x401b3f);}):_0xbd7bc0||_0x1115be||_0x1c384d([0x56,0x61,0x6c,0x69,0x64]);}}function _0x16d681(_0x5ec471,_0x3b6736){return new window[(_0x1c384d([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x330a89=>{if(_0x4a0228())return _0x330a89(_0x1c384d([0x56,0x61,0x6c,0x69,0x64]));_0x1b24ae(),_0x1f3d63[_0x1c384d([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x1c384d([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x3b1d54=!0x1;const _0x25c049=_0x500891();function _0x48f722(_0x409bd5){return!!_0x409bd5&&(typeof _0x409bd5===_0x1c384d([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x409bd5===_0x1c384d([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x409bd5[_0x1c384d([0x74,0x68,0x65,0x6e])]===_0x1c384d([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x409bd5[_0x1c384d([0x63,0x61,0x74,0x63,0x68])]===_0x1c384d([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x1ca80f(_0x535af2){_0x191fdc(_0x535af2)[_0x1c384d([0x74,0x68,0x65,0x6e])](_0x4373ac=>{if(!_0x4373ac||_0x4373ac[_0x1c384d([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x1c384d([0x6f,0x6b]))return _0x1c384d([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x4c0f6d(_0x289af6(_0x25c049+_0x3b6736))!=_0x4373ac[_0x1c384d([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x1c384d([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x1c384d([0x56,0x61,0x6c,0x69,0x64]);})[_0x1c384d([0x74,0x68,0x65,0x6e])](_0x5adf04=>(_0x1da556(),_0x5adf04),()=>{const _0x1e83e4=_0x48d703();return null==_0x1e83e4?(_0x1da556(),_0x1c384d([0x56,0x61,0x6c,0x69,0x64])):_0x1c384d(_0x3b1f57-_0x1e83e4>(0x330828c5^_0x515a07)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x1c384d([0x74,0x68,0x65,0x6e])](_0x330a89)[_0x1c384d([0x63,0x61,0x74,0x63,0x68])](()=>{_0x330a89(_0x1c384d([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x318d57=0x17324245^_0x515a07;function _0x1da556(){const _0x21512b=_0x1c384d([0x6c,0x6c,0x63,0x74,0x2d])+_0x4c0f6d(_0x289af6(_0x5ec471)),_0x2635f8=_0x362074(_0x4c0f6d(window[_0x1c384d([0x4d,0x61,0x74,0x68])][_0x1c384d([0x63,0x65,0x69,0x6c])](_0x3b1f57/_0x318d57)));window[_0x1c384d([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x1c384d([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x21512b,_0x2635f8);}function _0x48d703(){const _0x50dfca=_0x1c384d([0x6c,0x6c,0x63,0x74,0x2d])+_0x4c0f6d(_0x289af6(_0x5ec471)),_0x453cc4=window[_0x1c384d([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x1c384d([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x50dfca);return _0x453cc4?window[_0x1c384d([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x362074(_0x453cc4),0x10)*_0x318d57:null;}function _0x191fdc(_0x4da983){return new window[(_0x1c384d([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x149667,_0xd9c546)=>{_0x4da983[_0x1c384d([0x74,0x68,0x65,0x6e])](_0x149667,_0xd9c546),window[_0x1c384d([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0xd9c546,0x17057805^_0x515a07);});}}_0x1f3d63[_0x1c384d([0x6f,0x6e])](_0x1c384d([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0xcd32b7,_0x55daca)=>{if(_0x55daca[0x0]!=_0x5ec471)return _0x330a89(_0x1c384d([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x55daca[0x1]={..._0x55daca[0x1],[_0x1c384d([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x25c049};},{[_0x1c384d([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x1c384d([0x68,0x69,0x67,0x68])}),_0x1f3d63[_0x1c384d([0x6f,0x6e])](_0x1c384d([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x247d12=>{_0x48f722(_0x247d12[_0x1c384d([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x3b1d54=!0x0,_0x1ca80f(_0x247d12[_0x1c384d([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x1c384d([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x1c384d([0x6c,0x6f,0x77])}),_0x36c774[_0x1c384d([0x74,0x68,0x65,0x6e])](()=>{_0x3b1d54||_0x330a89(_0x1c384d([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x4a0228(){return _0x1f3d63[_0x1c384d([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x1c384d([0x76,0x69,0x65,0x77])][_0x1c384d([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x1c384d([0x61,0x75,0x74,0x6f]);}function _0x1b24ae(){_0x1f3d63[_0x1c384d([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x1c384d([0x76,0x69,0x65,0x77])][_0x1c384d([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x1c384d([0x61,0x75,0x74,0x6f]);}}function _0x4975a2(_0x6a3c0f){const _0x3dbb8a=[new window[(_0x1c384d([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x50b010=>setTimeout(_0x50b010,0x170d9209^_0x515a07)),_0x36c774[_0x1c384d([0x74,0x68,0x65,0x6e])](()=>new window[(_0x1c384d([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2284af=>{let _0x4c5921=0x0;_0x1f3d63[_0x1c384d([0x6d,0x6f,0x64,0x65,0x6c])][_0x1c384d([0x6f,0x6e])](_0x1c384d([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0xffa7b8,_0x2aecb4)=>{_0x2aecb4[0x0][_0x1c384d([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x4c5921++,_0x4c5921==(0x1704ad3d^_0x515a07)&&(_0x2284af(),_0xffa7b8[_0x1c384d([0x6f,0x66,0x66])]());});}))];return window[_0x1c384d([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x1c384d([0x72,0x61,0x63,0x65])](_0x3dbb8a)[_0x1c384d([0x74,0x68,0x65,0x6e])](()=>_0x6a3c0f);}async function _0xe1f365(){await _0x36c774,_0x1f3d63[_0x1c384d([0x6d,0x6f,0x64,0x65,0x6c])][_0x1c384d([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x3986c9,_0x1f3d63[_0x1c384d([0x6d,0x6f,0x64,0x65,0x6c])][_0x1c384d([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x3986c9,_0x1f3d63[_0x1c384d([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x1c384d([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x3d69a6(_0xb80c60){const _0x479f3b=_0x32207f();_0x1f3d63[_0x479f3b]=_0x1c384d([0x73,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0xb80c60,_0xb80c60!=_0x1c384d([0x56,0x61,0x6c,0x69,0x64])&&_0xe1f365();}function _0x32207f(){const _0x2884d4=window[_0x1c384d([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x1c384d([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x1c384d([0x6e,0x6f,0x77])]())[_0x1c384d([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x1c384d([0x2e]),'');let _0x5a1635=_0x1c384d([0x71]);for(let _0x4a5582=0x0;_0x4a5582<_0x2884d4[_0x1c384d([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x4a5582+=0x2){let _0x67bf12=window[_0x1c384d([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x2884d4[_0x1c384d([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x4a5582,_0x4a5582+0x2));_0x67bf12>=_0x1999b1[_0x1c384d([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x67bf12-=_0x1999b1[_0x1c384d([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x5a1635+=_0x1999b1[_0x67bf12];}return _0x5a1635;}function _0x244cdb(){const _0x18a1b1=_0x1797fc[_0x1c384d([0x73,0x70,0x6c,0x69,0x74])](_0x1c384d([0x2e]));if(0x3!=_0x18a1b1[_0x1c384d([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x2bacb9(_0x18a1b1[0x1]);function _0x2bacb9(_0x209336){const _0x4d10a9=_0x325aba(_0x209336);return _0x4d10a9&&_0x12e3f7()?_0x4d10a9:null;function _0x12e3f7(){const _0x29b941=_0x4d10a9[_0x1c384d([0x6a,0x74,0x69])],_0xe6649d=window[_0x1c384d([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x29b941[_0x1c384d([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x29b941[_0x1c384d([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x1345fc={..._0x4d10a9,[_0x1c384d([0x6a,0x74,0x69])]:_0x29b941[_0x1c384d([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x29b941[_0x1c384d([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x1345fc[_0x1c384d([0x76,0x63])],_0x289af6(_0x1345fc)==_0xe6649d;}}}async function _0x267a4e(){let _0xde85b0=!0x0;try{const _0x3910d9=_0x1797fc[_0x1c384d([0x73,0x70,0x6c,0x69,0x74])](_0x1c384d([0x2e])),[_0x489c7,_0x558f6c,_0x12ddf5]=_0x3910d9;return _0x59e81a(_0x489c7),await _0x51c77d(_0x489c7,_0x558f6c,_0x12ddf5),_0xde85b0;}catch{return!0x1;}function _0x59e81a(_0x16973e){const _0x4f334c=_0x325aba(_0x16973e);_0x4f334c&&_0x4f334c[_0x1c384d([0x61,0x6c,0x67])]==_0x1c384d([0x45,0x53,0x32,0x35,0x36])||(_0xde85b0=!0x1);}async function _0x51c77d(_0x41ec9e,_0x1146b1,_0x3cd0a7){const _0x217c2a=window[_0x1c384d([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x1c384d([0x66,0x72,0x6f,0x6d])](_0x11cc9d(_0x3cd0a7),_0x3a197d=>_0x3a197d[_0x1c384d([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x542ad0=new window[(_0x1c384d([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x1c384d([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x41ec9e+_0x1c384d([0x2e])+_0x1146b1),_0x766d48=window[_0x1c384d([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x1c384d([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x766d48)return;const _0x37c7e5=await _0x766d48[_0x1c384d([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x1c384d([0x6a,0x77,0x6b]),_0x1d6844,{[_0x1c384d([0x6e,0x61,0x6d,0x65])]:_0x1c384d([0x45,0x43,0x44,0x53,0x41]),[_0x1c384d([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x1c384d([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x1c384d([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x766d48[_0x1c384d([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x1c384d([0x6e,0x61,0x6d,0x65])]:_0x1c384d([0x45,0x43,0x44,0x53,0x41]),[_0x1c384d([0x68,0x61,0x73,0x68])]:{[_0x1c384d([0x6e,0x61,0x6d,0x65])]:_0x1c384d([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x37c7e5,_0x217c2a,_0x542ad0)||(_0xde85b0=!0x1);}}function _0x325aba(_0x298112){return _0x298112[_0x1c384d([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x1c384d([0x65,0x79]))?JSON[_0x1c384d([0x70,0x61,0x72,0x73,0x65])](_0x11cc9d(_0x298112)):null;}function _0x11cc9d(_0x58fd23){return window[_0x1c384d([0x61,0x74,0x6f,0x62])](_0x58fd23[_0x1c384d([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x1c384d([0x2b]))[_0x1c384d([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x1c384d([0x2f])));}function _0x289af6(_0x3d6879){let _0x14f828=0x1505;function _0x444c00(_0x4ae6a9){for(let _0x46d664=0x0;_0x46d664<_0x4ae6a9[_0x1c384d([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x46d664++){const _0x47445d=_0x4ae6a9[_0x1c384d([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x46d664);_0x14f828=(_0x14f828<<0x5)+_0x14f828+_0x47445d,_0x14f828&=_0x14f828;}}function _0x109458(_0x5168dd){Array[_0x1c384d([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x5168dd)?_0x5168dd[_0x1c384d([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x109458):_0x5168dd&&typeof _0x5168dd==_0x1c384d([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x1c384d([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x5168dd)[_0x1c384d([0x73,0x6f,0x72,0x74])]()[_0x1c384d([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0xe0fe99,_0x137337])=>{_0x444c00(_0xe0fe99),_0x109458(_0x137337);}):_0x444c00(window[_0x1c384d([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x5168dd));}return _0x109458(_0x3d6879),_0x14f828>>>0x0;}function _0x4c0f6d(_0x3e50bc){return _0x3e50bc[_0x1c384d([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x1c384d([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x1c384d([0x30]));}function _0x362074(_0x207e54){return _0x207e54[_0x1c384d([0x73,0x70,0x6c,0x69,0x74])]('')[_0x1c384d([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x1c384d([0x6a,0x6f,0x69,0x6e])]('');}function _0x3986c9(){}function _0x1c384d(_0x200426){const _0x15c965=_0x2813;return _0x200426[_0x15c965(0x239)](_0x1753f7=>String[_0x15c965(0x1d0)](_0x1753f7))[_0x15c965(0x1f4)]('');}_0x3d69a6(await _0xa1c559());}(this);}[_0x76e415(0x216)](){const _0x4b1e6b=_0x76e415;return this[_0x4b1e6b(0x237)];}[_0x76e415(0x1d3)](){const _0x34c2ec=_0x76e415,_0x317ae7=_0x5a0822=>_0x213ef1(this[_0x34c2ec(0x20d)][_0x34c2ec(0x1dc)],_0x5a0822);return[{'id':_0x34c2ec(0x206),'commandName':_0x34c2ec(0x212),'icon':_0x13c378,'title':_0x317ae7(_0x34c2ec(0x1c9)),'description':_0x317ae7(_0x34c2ec(0x200)),'execute':_0x2bf620=>{const _0x28218a=_0x34c2ec;setTimeout(()=>_0x2bf620[_0x28218a(0x20f)](_0x28218a(0x212)));}},{'id':_0x34c2ec(0x207),'commandName':_0x34c2ec(0x207),'icon':_0x1229b0,'title':_0x317ae7(_0x34c2ec(0x1ee)),'description':_0x317ae7(_0x34c2ec(0x203))},{'id':_0x34c2ec(0x1f0),'commandName':_0x34c2ec(0x1f0),'icon':_0x2ef7f8,'title':_0x317ae7(_0x34c2ec(0x1c6)),'description':_0x317ae7(_0x34c2ec(0x215))},{'id':_0x34c2ec(0x1f3),'commandName':_0x34c2ec(0x1f3),'icon':_0x2e2c3c,'title':_0x317ae7(_0x34c2ec(0x211)),'description':_0x317ae7(_0x34c2ec(0x23c))},{'id':_0x34c2ec(0x229),'commandName':_0x34c2ec(0x229),'icon':_0x43ee2f,'title':_0x317ae7(_0x34c2ec(0x249)),'description':_0x317ae7(_0x34c2ec(0x241)),'aliases':[_0x34c2ec(0x248),_0x34c2ec(0x224),_0x34c2ec(0x22d)]},{'id':_0x34c2ec(0x248),'commandName':_0x34c2ec(0x248),'icon':_0x43ee2f,'title':_0x317ae7(_0x34c2ec(0x1d7)),'description':_0x317ae7(_0x34c2ec(0x22b)),'aliases':[_0x34c2ec(0x229),_0x34c2ec(0x224),_0x34c2ec(0x22d)]},{'id':_0x34c2ec(0x209),'commandName':_0x34c2ec(0x209),'icon':_0x4a02f6,'title':_0x317ae7(_0x34c2ec(0x246)),'description':_0x317ae7(_0x34c2ec(0x1fc)),'execute':_0x3c91ca=>{const _0x3a7d5f=_0x34c2ec;setTimeout(()=>_0x3c91ca[_0x3a7d5f(0x20f)](_0x3a7d5f(0x209)));}},{'id':_0x34c2ec(0x219),'commandName':_0x34c2ec(0x226),'icon':_0x3669e9,'title':_0x317ae7(_0x34c2ec(0x1fd)),'description':_0x317ae7(_0x34c2ec(0x23a)),'execute':_0x37e08b=>{const _0x2c727e=_0x34c2ec;_0x37e08b[_0x2c727e(0x20f)](_0x2c727e(0x226),{'value':_0x2c727e(0x219)});}},{'id':_0x34c2ec(0x235),'commandName':_0x34c2ec(0x226),'icon':_0x1213e4,'title':_0x317ae7(_0x34c2ec(0x1ce)),'description':_0x317ae7(_0x34c2ec(0x222)),'execute':_0x1d1463=>{const _0x132e4f=_0x34c2ec;_0x1d1463[_0x132e4f(0x20f)](_0x132e4f(0x226),{'value':_0x132e4f(0x235)});}},{'id':_0x34c2ec(0x1ca),'commandName':_0x34c2ec(0x226),'icon':_0x4ff504,'title':_0x317ae7(_0x34c2ec(0x1e4)),'description':_0x317ae7(_0x34c2ec(0x232)),'execute':_0x511654=>{const _0x3fd7b8=_0x34c2ec;_0x511654[_0x3fd7b8(0x20f)](_0x3fd7b8(0x226),{'value':_0x3fd7b8(0x1ca)});}},{'id':_0x34c2ec(0x1ed),'commandName':_0x34c2ec(0x226),'icon':_0x333c5b,'title':_0x317ae7(_0x34c2ec(0x23d)),'description':_0x317ae7(_0x34c2ec(0x1cb)),'execute':_0x58ef8c=>{const _0x5bafe7=_0x34c2ec;_0x58ef8c[_0x5bafe7(0x20f)](_0x5bafe7(0x226),{'value':_0x5bafe7(0x1ed)});}},{'id':_0x34c2ec(0x20e),'commandName':_0x34c2ec(0x226),'icon':_0x145310,'title':_0x317ae7(_0x34c2ec(0x1ea)),'description':_0x317ae7(_0x34c2ec(0x1cc)),'execute':_0x4abc9f=>{const _0x4e4b53=_0x34c2ec;_0x4abc9f[_0x4e4b53(0x20f)](_0x4e4b53(0x226),{'value':_0x4e4b53(0x20e)});}},{'id':_0x34c2ec(0x1d9),'commandName':_0x34c2ec(0x226),'icon':_0x193710,'title':_0x317ae7(_0x34c2ec(0x243)),'description':_0x317ae7(_0x34c2ec(0x210)),'execute':_0xb6d51e=>{const _0xd5a70b=_0x34c2ec;_0xb6d51e[_0xd5a70b(0x20f)](_0xd5a70b(0x226),{'value':_0xd5a70b(0x1d9)});}},{'id':_0x34c2ec(0x238),'commandName':_0x34c2ec(0x238),'icon':_0x442ea4,'title':_0x317ae7(_0x34c2ec(0x1e9)),'description':_0x317ae7(_0x34c2ec(0x227))},{'id':_0x34c2ec(0x1f2),'commandName':_0x34c2ec(0x1f2),'icon':_0x1712ca,'title':_0x317ae7(_0x34c2ec(0x223)),'description':_0x317ae7(_0x34c2ec(0x1f7))},{'id':_0x34c2ec(0x22c),'commandName':_0x34c2ec(0x22c),'icon':_0x483eb9,'title':_0x317ae7(_0x34c2ec(0x1dd)),'description':_0x317ae7(_0x34c2ec(0x1ef))},{'id':_0x34c2ec(0x22f),'commandName':_0x34c2ec(0x22f),'title':_0x317ae7(_0x34c2ec(0x217)),'description':_0x317ae7(_0x34c2ec(0x1e3))},{'id':_0x34c2ec(0x1cf),'commandName':_0x34c2ec(0x1cf),'icon':_0x3ed53f,'title':_0x317ae7(_0x34c2ec(0x231)),'description':_0x317ae7(_0x34c2ec(0x1d1))},{'id':_0x34c2ec(0x1ec),'commandName':_0x34c2ec(0x1ec),'icon':_0x3ab752,'title':_0x317ae7(_0x34c2ec(0x220)),'description':_0x317ae7(_0x34c2ec(0x23e)),'aliases':[_0x34c2ec(0x1d5)]},{'id':_0x34c2ec(0x236),'commandName':_0x34c2ec(0x236),'icon':_0x5c5d2f,'title':_0x317ae7(_0x34c2ec(0x208)),'description':_0x317ae7(_0x34c2ec(0x1eb))},{'id':_0x34c2ec(0x1ff),'commandName':_0x34c2ec(0x1ff),'icon':_0x216d42,'title':_0x317ae7(_0x34c2ec(0x21b)),'description':_0x317ae7(_0x34c2ec(0x205))},{'id':_0x34c2ec(0x1db),'commandName':_0x34c2ec(0x1db),'icon':_0x1405ac,'title':_0x317ae7(_0x34c2ec(0x1fa)),'description':_0x317ae7(_0x34c2ec(0x1f5))},{'id':_0x34c2ec(0x214),'commandName':_0x34c2ec(0x214),'icon':_0x394ff3,'title':_0x317ae7(_0x34c2ec(0x245)),'description':_0x317ae7(_0x34c2ec(0x1c8))}];}[_0x76e415(0x240)](_0x13dc83){const _0x38a112=_0x76e415;return _0x13dc83[_0x38a112(0x1f9)]?_0x13dc83[_0x38a112(0x1f9)](this[_0x38a112(0x20d)]):!_0x13dc83[_0x38a112(0x21d)]||this[_0x38a112(0x20d)][_0x38a112(0x242)][_0x38a112(0x218)](_0x13dc83[_0x38a112(0x21d)])[_0x38a112(0x1f9)];}[_0x76e415(0x1da)](_0x4ba417){const _0xcc222f=_0x76e415;if(_0x4ba417[_0xcc222f(0x20f)])_0x4ba417[_0xcc222f(0x20f)](this[_0xcc222f(0x20d)]);else{if(!_0x4ba417[_0xcc222f(0x21d)])throw new _0xe5cb87(_0xcc222f(0x1f8),this[_0xcc222f(0x20d)],{'commandDefinition':_0x4ba417});this[_0xcc222f(0x20d)][_0xcc222f(0x20f)](_0x4ba417[_0xcc222f(0x21d)]);}}}function H(_0x376a3a,_0x3c14f8){const _0x31d536=_0x76e415;return _0x376a3a[_0x31d536(0x21a)]<_0x3c14f8[_0x31d536(0x21a)]?-0x1:_0x376a3a[_0x31d536(0x21a)]>_0x3c14f8[_0x31d536(0x21a)]?0x1:0x0;}function O(_0x538317,_0x5b049b){const _0x2d37e1=_0x76e415;return _0x5b049b+'-'+_0x538317[_0x2d37e1(0x201)]()[_0x2d37e1(0x1fb)]('\x20')[_0x2d37e1(0x1f4)]('-');}function _0x4e0b(){const _0x5cc88c=['Decrease\x20the\x20indentation','aiAssistant','blockQuote','Numbered\x20list','emoji','afterInit','12203163hLkxgt','insertTemplate','editor','heading5','execute','Create\x20a\x20heading\x20level\x206','Insert\x20code\x20block','showAIAssistant','1106649SpVINm','todoList','Create\x20a\x20bulleted\x20list','getAllowedCommands','Insert\x20Mermaid\x20diagram','get','heading1','title','Decrease\x20indent','isOfficialPlugin','commandName','description','549595qdzjiy','Table\x20of\x20contents','slashCommand.extraCommands','Create\x20a\x20heading\x20level\x202','Insert\x20HTML','filemanager','1479872tDRdPR','heading','Insert\x20a\x20horizontal\x20line','filter','ckbox','isPremiumPlugin','Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file','indent','upload','6srEJhZ','insertMermaidCommand','style.definitions','Insert\x20table','Create\x20a\x20heading\x20level\x203','includes','style','heading2','numberedList','_allowedCommands','horizontalLine','map','Create\x20a\x20heading\x20level\x201','length','Create\x20a\x20code\x20block','Heading\x204','Insert\x20table\x20of\x20contents','push','_proxyIsEnabled','Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file','commands','Heading\x206','aliases','To-do\x20list','Emoji','4736424qbncFw','ckfinder','Open\x20file\x20manager','Bulleted\x20list','template.definitions','Create\x20a\x20to-do\x20list','AI\x20Assistant','heading3','Create\x20a\x20heading\x20level\x204','Create\x20a\x20heading\x20level\x205','18DFohbi','Heading\x202','insertTable','fromCharCode','Create\x20a\x20table','SlashCommandConfig','getDefaultCommands','sort','toc','href','Insert\x20image','concat','heading6','_proxyExecute','paragraph','locale','Increase\x20indent','isIconColorInherited','config','13805420xhYhse','template','35UVfQfH','Insert\x20the\x20Mermaid\x20diagram','Heading\x203','1036050nrboWJ','enabledStyles','icon','model','Horizontal\x20line','Heading\x205','Create\x20a\x20numbered\x20list','insertTableOfContents','heading4','Block\x20quote','Increase\x20the\x20indentation','bulletedList','heading.options','htmlEmbed','codeBlock','join','Insert\x20a\x20paragraph','function','Insert\x20an\x20HTML\x20snippet','slash-command-execute-missing','isEnabled','Paragraph','split','Insert\x20an\x20emoji','Heading\x201','name','outdent','Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content','toLowerCase','pluginName','Create\x20a\x20block\x20quote','slashCommand.removeCommands'];_0x4e0b=function(){return _0x5cc88c;};return _0x4e0b();}