@ckeditor/ckeditor5-slash-command 45.2.1-alpha.3 → 45.2.1-alpha.4

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:()=>B,SlashCommandConfig:()=>c,SlashCommandEditing:()=>h,SlashCommandUI:()=>P});var e=n(782),t=n(584),r=n(355);const i=o;function s(){const e=["Insert a horizontal line","1563088kaTcno","Create a numbered list","_proxyExecute","isEnabled","Heading 4","AI Assistant","Create a heading level 4","isOfficialPlugin","Insert Mermaid diagram","includes","isIconColorInherited","commandName","5309469oXcWlS","Heading 3","toLowerCase","To-do list","numberedList","blockQuote","1dxnpIG","map","Create a to-do list","Numbered list","fromCharCode","Heading 2","model","Insert code block","insertTable","template.definitions","pluginName","21TNTDMk","Insert a paragraph","getDefaultCommands","Decrease the indentation","SlashCommandConfig","icon","getAllowedCommands","todoList","9IlxyHH","insertMermaidCommand","execute","editor","Paragraph","Create a code block","config","filter","filemanager","description","horizontalLine","Emoji","10PKHhpb","insertTableOfContents","Create a heading level 1","_allowedCommands","Insert an HTML snippet","Bulleted list","style","Heading 6","emoji","push","Open file browser to insert an image or a file","aliases","_proxyIsEnabled","ckbox","heading.options","Insert image","bulletedList","afterInit","Insert an emoji","Create a bulleted list","Insert the Mermaid diagram","codeBlock","heading1","insertTemplate","heading2","heading","648126fhQMcd","Create a heading level 5","Heading 1","Create a table","paragraph","locale","Decrease indent","Insert table of contents","upload","Create a heading level 3","length","Table of contents","264999bVyyjq","toc","htmlEmbed","Insert HTML","join","Open the AI Assistant to generate content","aiAssistant","12eMtqyj","href","outdent","slashCommand.removeCommands","get","Open file manager to insert an image or a file","heading5","style.definitions","heading6","slashCommand.extraCommands","Open file manager","showAIAssistant","title","Create a heading level 6","name","isPremiumPlugin","template","sort","Create a block quote","Heading 5","split","heading4","function","Increase the indentation","Insert table","slash-command-execute-missing","18264ZhcNZo","concat","indent","1111565GgEwUq","12MkXtuA","heading3","commands","Increase indent","Create a heading level 2","ckfinder","Block quote","enabledStyles","185480aRngrG","Horizontal line"];return(s=function(){return e})()}function o(e,t){const n=s();return(o=function(e,t){return n[e-=218]})(e,t)}!function(e){const t=o,n=e();for(;;)try{if(424714===-parseInt(t(346))/1*(-parseInt(t(268))/2)+-parseInt(t(280))/3*(-parseInt(t(317))/4)+-parseInt(t(242))/5*(-parseInt(t(313))/6)+parseInt(t(222))/7*(-parseInt(t(328))/8)+-parseInt(t(230))/9*(-parseInt(t(325))/10)+parseInt(t(340))/11+-parseInt(t(287))/12*(parseInt(t(316))/13))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(s);class c extends e.Plugin{static get[i(221)](){return i(226)}static get[i(335)](){return!0}static get[i(302)](){return!0}constructor(e){const t=i;super(e),this[t(245)]=null}[i(259)](){const e=i,n=this[e(233)][e(236)][e(291)](e(290))||[],a=function(t){const n=e;let a=[n(308),n(293),n(295)];if(t){const e=t[n(347)]((e=>e[n(352)]));a=[n(264),n(266),n(318),n(308),n(293),n(295)][n(237)]((t=>!e[n(337)](t)))}return a}(this[e(233)][e(236)][e(291)](e(256)));let r=this[e(224)]()[e(237)]((t=>!a[e(337)](t.id)))[e(237)]((t=>!n[e(337)](t[e(339)])));const s=this[e(233)][e(236)][e(291)](e(296));s&&s[e(278)]&&(r=r[e(314)](s));const c=this[e(233)][e(236)][e(291)](e(220));c&&c[e(278)]&&(r=r[e(314)](function(t){const n=e;return t[n(347)]((e=>{const t=n,{title:a,icon:r,description:i,data:s}=e,o={id:d(a,t(303)),commandName:t(265),execute:e=>{const n=t;e[n(232)](n(265),s)},description:i,icon:r,title:a};return r&&(o[t(338)]=!1),o}))}(c)));const u=this[e(233)][e(236)][e(291)](e(294));u&&u[e(278)]&&(r=r[e(314)](function(t){const n=e;return t[n(347)]((e=>({id:d(e[n(301)],n(248)),commandName:n(248),execute:t=>{const a=n;t[a(232)](a(248),{styleName:e[a(301)]})},isEnabled:t=>{const a=n,r=t[a(319)][a(291)](a(248));return r[a(331)]&&r[a(324)][a(337)](e[a(301)])},title:e[n(301)]})))}(u)));const m=r[e(237)]((t=>!t[e(339)]||void 0!==this[e(233)][e(319)][e(291)](t[e(339)]))),p=[];for(const t of m)p[e(251)]({id:t.id,commandName:t[e(339)],title:e(309)==typeof t[e(299)]?t[e(299)](this[e(233)]):t[e(299)],description:t[e(239)],icon:t[e(227)],isIconColorInherited:t[e(338)],aliases:t[e(253)],isEnabled:()=>this[e(254)](t),execute:()=>this[e(330)](t)});this[e(245)]=p[e(304)](l),async function(e){const n=g([89,122,79,67,69,85,76,111,75,56,109,54,81,50,87,57,108,101,119,74,99,86,71,100,82,121,113,83,49,66,112,102,55,103,73,117,84,110,104,114,70,72,116,120,97,98,77,52,65,68,48,90,51,88,107,53,106,80,118,115,78,105]),a=window[g([68,97,116,101])][g([110,111,119])](),r=e[g([101,100,105,116,111,114])],i=new(window[g([80,114,111,109,105,115,101])])((e=>{r[g([111,110,99,101])](g([114,101,97,100,121]),e)})),s={[g([107,116,121])]:g([69,67]),[g([117,115,101])]:g([115,105,103]),[g([99,114,118])]:g([80,45,50,53,54]),[g([120])]:g([105,67,106,79,67,118,68,70,73,54,108,81,72,72,84,49,56,106,86,119,82,102,107,102,72,81,50,97,95,77,121,109,84,51,53,76,81,86,111,70,83,65,73]),[g([121])]:g([107,88,73,121,74,52,101,118,116,67,69,70,82,109,120,75,83,85,112,75,57,102,68,87,52,53,57,118,88,79,118,86,114,104,102,54,117,81,65,101,79,105,111]),[g([97,108,103])]:g([69,83,50,53,54])},c=r[g([99,111,110,102,105,103])][g([103,101,116])](g([108,105,99,101,110,115,101,75,101,121]));function l(e){const t=[new(window[g([80,114,111,109,105,115,101])])((e=>setTimeout(e,605900))),i[g([116,104,101,110])]((()=>new(window[g([80,114,111,109,105,115,101])])((e=>{let t=0;r[g([109,111,100,101,108])][g([111,110])](g([97,112,112,108,121,79,112,101,114,97,116,105,111,110]),((n,a)=>{a[0][g([105,115,68,111,99,117,109,101,110,116,79,112,101,114,97,116,105,111,110])]&&t++,504==t&&(e(),n[g([111,102,102])]())}))}))))];return window[g([80,114,111,109,105,115,101])][g([114,97,99,101])](t)[g([116,104,101,110])]((()=>e))}function d(e){return e[g([115,116,97,114,116,115,87,105,116,104])](g([101,121]))?JSON[g([112,97,114,115,101])](u(e)):null}function u(e){return window[g([97,116,111,98])](e[g([114,101,112,108,97,99,101])](/-/g,g([43]))[g([114,101,112,108,97,99,101])](/_/g,g([47])))}function m(e){let t=5381;function n(e){for(let n=0;n<e[g([108,101,110,103,116,104])];n++){const a=e[g([99,104,97,114,67,111,100,101,65,116])](n);t=(t<<5)+t+a,t&=t}}return function e(t){Array[g([105,115,65,114,114,97,121])](t)?t[g([102,111,114,69,97,99,104])](e):t&&typeof t==g([111,98,106,101,99,116])?Object[g([101,110,116,114,105,101,115])](t)[g([115,111,114,116])]()[g([102,111,114,69,97,99,104])]((([t,a])=>{n(t),e(a)})):n(window[g([83,116,114,105,110,103])](t))}(e),t>>>0}function p(e){return e[g([116,111,83,116,114,105,110,103])](16)[g([112,97,100,83,116,97,114,116])](8,g([48]))}function h(e){return e[g([115,112,108,105,116])]("")[g([114,101,118,101,114,115,101])]()[g([106,111,105,110])]("")}function f(){}function g(e){const t=o;return e[t(347)]((e=>String[t(350)](e)))[t(284)]("")}!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([89]);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),o=window[g([99,114,121,112,116,111])][g([115,117,98,116,108,101])];if(!o)return;const c=await o[g([105,109,112,111,114,116,75,101,121])](g([106,119,107]),s,{[g([110,97,109,101])]:g([69,67,68,83,65]),[g([110,97,109,101,100,67,117,114,118,101])]:g([80,45,50,53,54])},!1,[g([118,101,114,105,102,121])]);await o[g([118,101,114,105,102,121])]({[g([110,97,109,101])]:g([69,67,68,83,65]),[g([104,97,115,104])]:{[g([110,97,109,101])]:g([83,72,65,45,50,53,54])}},c,r,i)||(e=!1)}}()?function(){const t=e[g([102,101,97,116,117,114,101,115])];return!(!t||!t[g([105,110,99,108,117,100,101,115])](g([42]))&&!t[g([105,110,99,108,117,100,101,115])](g([83,67]))&&!t[g([105,110,99,108,117,100,101,115])](g([80,80])))}()?function(){const t=[g([101,118,97,108,117,97,116,105,111,110]),g([116,114,105,97,108])][g([105,110,99,108,117,100,101,115])](e[g([108,105,99,101,110,115,101,84,121,112,101])])?a/1e3:1750032e3;return e[g([101,120,112])]<t}()?g([69,120,112,105,114,101,100]):function(){const t=o,n=e[g([108,105,99,101,110,115,101,100,72,111,115,116,115])];if(!n||0==n[g([108,101,110,103,116,104])])return!0;const{hostname:a}=new URL(window[g([108,111,99,97,116,105,111,110])][t(288)]);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(228)](){return this[i(245)]}[i(224)](){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(233)][e(273)],t);return[{id:e(286),commandName:e(298),icon:r.IconRobotPencil,title:t(e(333)),description:t(e(285)),execute:t=>{const n=e;setTimeout((()=>t[n(232)](n(298))))}},{id:e(345),commandName:e(345),icon:r.IconQuote,title:t(e(323)),description:t(e(305))},{id:e(258),commandName:e(258),icon:r.IconBulletedList,title:t(e(247)),description:t(e(261))},{id:e(263),commandName:e(263),icon:r.IconCodeBlock,title:t(e(218)),description:t(e(235))},{id:e(255),commandName:e(255),icon:r.IconBrowseFiles,title:t(e(297)),description:t(e(292)),aliases:[e(322),e(238),e(276)]},{id:e(322),commandName:e(322),icon:r.IconBrowseFiles,title:t(e(257)),description:t(e(252)),aliases:[e(255),e(238),e(276)]},{id:e(250),commandName:e(250),icon:r.IconEmoji,title:t(e(241)),description:t(e(260)),execute:t=>{const n=e;setTimeout((()=>t[n(232)](n(250))))}},{id:e(264),commandName:e(267),icon:r.IconHeading1,title:t(e(270)),description:t(e(244)),execute:t=>{const n=e;t[n(232)](n(267),{value:n(264)})}},{id:e(266),commandName:e(267),icon:r.IconHeading2,title:t(e(351)),description:t(e(321)),execute:t=>{const n=e;t[n(232)](n(267),{value:n(266)})}},{id:e(318),commandName:e(267),icon:r.IconHeading3,title:t(e(341)),description:t(e(277)),execute:t=>{const n=e;t[n(232)](n(267),{value:n(318)})}},{id:e(308),commandName:e(267),icon:r.IconHeading4,title:t(e(332)),description:t(e(334)),execute:t=>{const n=e;t[n(232)](n(267),{value:n(308)})}},{id:e(293),commandName:e(267),icon:r.IconHeading5,title:t(e(306)),description:t(e(269)),execute:t=>{const n=e;t[n(232)](n(267),{value:n(293)})}},{id:e(295),commandName:e(267),icon:r.IconHeading6,title:t(e(249)),description:t(e(300)),execute:t=>{const n=e;t[n(232)](n(267),{value:n(295)})}},{id:e(240),commandName:e(240),icon:r.IconHorizontalLine,title:t(e(326)),description:t(e(327))},{id:e(282),commandName:e(282),icon:r.IconHtml,title:t(e(283)),description:t(e(246))},{id:e(315),commandName:e(315),icon:r.IconIndent,title:t(e(320)),description:t(e(310))},{id:e(231),commandName:e(231),title:t(e(336)),description:t(e(262))},{id:e(219),commandName:e(219),icon:r.IconTable,title:t(e(311)),description:t(e(271))},{id:e(243),commandName:e(243),icon:r.IconTableOfContents,title:t(e(279)),description:t(e(275)),aliases:[e(281)]},{id:e(344),commandName:e(344),icon:r.IconNumberedList,title:t(e(349)),description:t(e(329))},{id:e(289),commandName:e(289),icon:r.IconOutdent,title:t(e(274)),description:t(e(225))},{id:e(272),commandName:e(272),icon:r.IconParagraph,title:t(e(234)),description:t(e(223))},{id:e(229),commandName:e(229),icon:r.IconTodoList,title:t(e(343)),description:t(e(348))}]}[i(254)](e){const t=i;return e[t(331)]?e[t(331)](this[t(233)]):!e[t(339)]||this[t(233)][t(319)][t(291)](e[t(339)])[t(331)]}[i(330)](e){const n=i;if(e[n(232)])e[n(232)](this[n(233)]);else{if(!e[n(339)])throw new t.CKEditorError(n(312),this[n(233)],{commandDefinition:e});this[n(233)][n(232)](e[n(339)])}}}function l(e,t){const n=i;return e[n(299)]<t[n(299)]?-1:e[n(299)]>t[n(299)]?1:0}function d(e,t){const n=i;return t+"-"+e[n(342)]()[n(307)](" ")[n(284)]("-")}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=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),H=n(667),L=n.n(H),A=n(357),T=n.n(A),_=n(655),E={attributes:{"data-cke":!0}};E.setAttributes=L(),E.insert=N().bind(null,"head"),E.domAPI=y(),E.insertStyleElement=T();C()(_.A,E);_.A&&_.A.locals&&_.A.locals;const M=O;function O(e,t){const n=S();return(O=function(e,t){return n[e-=226]})(e,t)}!function(e){const t=O,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{[M(275)];[M(284)];static get[M(233)](){return M(264)}static get[M(257)](){return!0}static get[M(276)](){return!0}constructor(e){const t=M;super(e),this[t(251)]()}[M(267)](){const e=M;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)}[M(277)](){const e=M;super[e(277)](),this[e(284)]&&clearInterval(this[e(284)])}[M(251)](){const e=M,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)}[M(237)](){const e=M,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)})}[M(268)](e){const t=M,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=K;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 K(e,t){var n=j();return(K=function(e,t){return n[e-=223]})(e,t)}!function(e){for(var t=K,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 B 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 D(){var e=["54299FQBBmC","87060HOZwRU","1756376FxvSMB","48PhlSLi","75qqpZmY","81081fRACpN","372YcFFcI","2619WoBEvT","3569080fNOvWQ","9piPCqz","670EqeArQ","5657qGVQrx"];return(D=function(){return e})()}function z(e,t){var n=D();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())}}(D)})(),(window.CKEditor5=window.CKEditor5||{}).slashCommand=a})();
5
+ */(()=>{var e={168:e=>{"use strict";e.exports=function(e){return e[1]}},237:e=>{"use strict";e.exports=CKEditor5.dll},262:e=>{"use strict";var t={};e.exports=function(e,n){var a=function(e){if(void 0===t[e]){var n=document.querySelector(e);if(window.HTMLIFrameElement&&n instanceof window.HTMLIFrameElement)try{n=n.contentDocument.head}catch(e){n=null}t[e]=n}return t[e]}(e);if(!a)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");a.appendChild(n)}},311:(e,t,n)=>{e.exports=n(237)("./src/ui.js")},355:(e,t,n)=>{e.exports=n(237)("./src/icons.js")},357:e=>{"use strict";e.exports=function(e){var t=document.createElement("style");return e.setAttributes(t,e.attributes),e.insert(t,e.options),t}},433:e=>{"use strict";e.exports=function(e){var t=[];return t.toString=function(){return this.map((function(t){var n="",a=void 0!==t[5];return t[4]&&(n+="@supports (".concat(t[4],") {")),t[2]&&(n+="@media ".concat(t[2]," {")),a&&(n+="@layer".concat(t[5].length>0?" ".concat(t[5]):""," {")),n+=e(t),a&&(n+="}"),t[2]&&(n+="}"),t[4]&&(n+="}"),n})).join("")},t.i=function(e,n,a,r,i){"string"==typeof e&&(e=[[null,e,void 0]]);var o={};if(a)for(var s=0;s<this.length;s++){var c=this[s][0];null!=c&&(o[c]=!0)}for(var l=0;l<e.length;l++){var d=[].concat(e[l]);a&&o[d[0]]||(void 0!==i&&(void 0===d[5]||(d[1]="@layer".concat(d[5].length>0?" ".concat(d[5]):""," {").concat(d[1],"}")),d[5]=i),n&&(d[2]?(d[1]="@media ".concat(d[2]," {").concat(d[1],"}"),d[2]=n):d[2]=n),r&&(d[4]?(d[1]="@supports (".concat(d[4],") {").concat(d[1],"}"),d[4]=r):d[4]="".concat(r)),t.push(d))}},t}},545:e=>{"use strict";var t,n=(t=[],function(e,n){return t[e]=n,t.filter(Boolean).join("\n")});function a(e,t,a,r){var i;if(a)i="";else{i="",r.supports&&(i+="@supports (".concat(r.supports,") {")),r.media&&(i+="@media ".concat(r.media," {"));var o=void 0!==r.layer;o&&(i+="@layer".concat(r.layer.length>0?" ".concat(r.layer):""," {")),i+=r.css,o&&(i+="}"),r.media&&(i+="}"),r.supports&&(i+="}")}if(e.styleSheet)e.styleSheet.cssText=n(t,i);else{var s=document.createTextNode(i),c=e.childNodes;c[t]&&e.removeChild(c[t]),c.length?e.insertBefore(s,c[t]):e.appendChild(s)}}var r={singleton:null,singletonCounter:0};e.exports=function(e){if("undefined"==typeof document)return{update:function(){},remove:function(){}};var t=r.singletonCounter++,n=r.singleton||(r.singleton=e.insertStyleElement(e));return{update:function(e){a(n,t,!1,e)},remove:function(e){a(n,t,!0,e)}}}},584:(e,t,n)=>{e.exports=n(237)("./src/utils.js")},655:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(168),r=n.n(a),i=n(433),o=n.n(i)()(r());o.push([e.id,":root{--ck-slash-command-button-width:250px;--ck-slash-command-description-width:200px}.ck-mentions .ck.ck-button.ck-slash-command-button{display:flex;justify-content:flex-start;padding:calc(var(--ck-line-height-base)*.2*var(--ck-font-size-base));width:var(--ck-slash-command-button-width)}.ck-mentions .ck.ck-button.ck-slash-command-button .ck.ck-icon{background-color:var(--ck-color-base-background);border-radius:2px;box-sizing:initial;color:var(--ck-color-base-text);flex-shrink:0;margin-left:0;padding:5px}[dir=ltr] .ck-mentions .ck.ck-button.ck-slash-command-button .ck.ck-icon{margin:0 var(--ck-spacing-small) 0 0}[dir=rtl] .ck-mentions .ck.ck-button.ck-slash-command-button .ck.ck-icon{margin:0 0 0 var(--ck-spacing-small)}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part{display:flex;flex-direction:column}[dir=ltr] .ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part{margin-left:var(--ck-spacing-small)}[dir=rtl] .ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part{margin-right:var(--ck-spacing-small)}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>span{line-height:1.2em}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-button__label,.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-slash-command-button__description{overflow:hidden;text-overflow:ellipsis;width:var(--ck-slash-command-description-width)}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-button__label{font-weight:700}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-slash-command-button__description{font-size:var(--ck-font-size-small);opacity:.75}.ck-mentions .ck.ck-button.ck-slash-command-button.ck-on>.ck-slash-command-button__text-part>span{color:var(--ck-color-list-button-on-text)}",""]);const s=o},667:e=>{"use strict";e.exports=function(e,t){Object.keys(t).forEach((function(n){e.setAttribute(n,t[n])}))}},673:e=>{"use strict";var t=[];function n(e){for(var n=-1,a=0;a<t.length;a++)if(t[a].identifier===e){n=a;break}return n}function a(e,a){for(var i={},o=[],s=0;s<e.length;s++){var c=e[s],l=a.base?c[0]+a.base:c[0],d=i[l]||0,u="".concat(l," ").concat(d);i[l]=d+1;var m=n(u),p={css:c[1],media:c[2],sourceMap:c[3],supports:c[4],layer:c[5]};if(-1!==m)t[m].references++,t[m].updater(p);else{var h=r(p,a);a.byIndex=s,t.splice(s,0,{identifier:u,updater:h,references:1})}o.push(u)}return o}function r(e,t){var n=t.domAPI(t);n.update(e);return function(t){if(t){if(t.css===e.css&&t.media===e.media&&t.sourceMap===e.sourceMap&&t.supports===e.supports&&t.layer===e.layer)return;n.update(e=t)}else n.remove()}}e.exports=function(e,r){var i=a(e=e||[],r=r||{});return function(e){e=e||[];for(var o=0;o<i.length;o++){var s=n(i[o]);t[s].references--}for(var c=a(e,r),l=0;l<i.length;l++){var d=n(i[l]);0===t[d].references&&(t[d].updater(),t.splice(d,1))}i=c}}},782:(e,t,n)=>{e.exports=n(237)("./src/core.js")}},t={};function n(a){var r=t[a];if(void 0!==r)return r.exports;var i=t[a]={id:a,exports:{}};return e[a](i,i.exports,n),i.exports}n.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return n.d(t,{a:t}),t},n.d=(e,t)=>{for(var a in t)n.o(t,a)&&!n.o(e,a)&&Object.defineProperty(e,a,{enumerable:!0,get:t[a]})},n.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),n.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var a={};(()=>{"use strict";n.r(a),n.d(a,{SlashCommand:()=>K,SlashCommandConfig:()=>s,SlashCommandEditing:()=>h,SlashCommandUI:()=>S});var e=n(782),t=n(584),r=n(355);const i=o;function o(e,t){const n=d();return(o=function(e,t){return n[e-=449]})(e,t)}!function(e){const t=o,n=e();for(;;)try{if(995869===-parseInt(t(529))/1+-parseInt(t(465))/2*(parseInt(t(503))/3)+parseInt(t(451))/4+parseInt(t(552))/5*(parseInt(t(553))/6)+-parseInt(t(499))/7+-parseInt(t(449))/8+parseInt(t(496))/9)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(d);class s extends e.Plugin{static get[i(574)](){return i(579)}static get[i(494)](){return!0}static get[i(489)](){return!0}constructor(e){const t=i;super(e),this[t(534)]=null}[i(480)](){const e=i,n=this[e(572)][e(506)][e(532)](e(562))||[],a=function(t){const n=e;let a=[n(497),n(578),n(554)];if(t){const e=t[n(521)]((e=>e[n(577)]));a=[n(481),n(569),n(531),n(497),n(578),n(554)][n(510)]((t=>!e[n(505)](t)))}return a}(this[e(572)][e(506)][e(532)](e(467)));let r=this[e(470)]()[e(510)]((t=>!a[e(505)](t.id)))[e(510)]((t=>!n[e(505)](t[e(500)])));const s=this[e(572)][e(506)][e(532)](e(546));s&&s[e(460)]&&(r=r[e(488)](s));const d=this[e(572)][e(506)][e(532)](e(517));d&&d[e(460)]&&(r=r[e(488)](function(t){const n=e;return t[n(521)]((e=>{const t=n,{title:a,icon:r,description:i,data:o}=e,s={id:l(a,t(513)),commandName:t(450),execute:e=>{const n=t;e[n(498)](n(450),o)},description:i,icon:r,title:a};return r&&(s[t(458)]=!1),s}))}(d)));const u=this[e(572)][e(506)][e(532)](e(550));u&&u[e(460)]&&(r=r[e(488)](function(t){const n=e;return t[n(521)]((e=>({id:l(e[n(551)],n(530)),commandName:n(530),execute:t=>{const a=n;t[a(498)](a(530),{styleName:e[a(551)]})},isEnabled:t=>{const a=n,r=t[a(462)][a(532)](a(530));return r[a(523)]&&r[a(522)][a(505)](e[a(551)])},title:e[n(551)]})))}(u)));const m=r[e(510)]((t=>!t[e(500)]||void 0!==this[e(572)][e(462)][e(532)](t[e(500)]))),p=[];for(const t of m)p[e(541)]({id:t.id,commandName:t[e(500)],title:e(567)==typeof t[e(516)]?t[e(516)](this[e(572)]):t[e(516)],description:t[e(575)],icon:t[e(482)],isIconColorInherited:t[e(458)],aliases:t[e(483)],isEnabled:()=>this[e(518)](t),execute:()=>this[e(491)](t)});this[e(534)]=p[e(509)](c),async function(e){const n=g([52,88,107,76,87,82,122,85,69,50,74,53,84,106,73,55,108,98,66,115,109,75,112,116,120,78,77,101,79,89,49,113,103,104,117,102,65,68,80,119,83,48,56,118,71,70,114,51,90,81,111,67,121,100,97,99,72,110,57,105,54,86]),a=window[g([68,97,116,101])][g([110,111,119])](),r=e[g([101,100,105,116,111,114])],i=new(window[g([80,114,111,109,105,115,101])])((e=>{r[g([111,110,99,101])](g([114,101,97,100,121]),e)})),s={[g([107,116,121])]:g([69,67]),[g([117,115,101])]:g([115,105,103]),[g([99,114,118])]:g([80,45,50,53,54]),[g([120])]:g([105,67,106,79,67,118,68,70,73,54,108,81,72,72,84,49,56,106,86,119,82,102,107,102,72,81,50,97,95,77,121,109,84,51,53,76,81,86,111,70,83,65,73]),[g([121])]:g([107,88,73,121,74,52,101,118,116,67,69,70,82,109,120,75,83,85,112,75,57,102,68,87,52,53,57,118,88,79,118,86,114,104,102,54,117,81,65,101,79,105,111]),[g([97,108,103])]:g([69,83,50,53,54])},c=r[g([99,111,110,102,105,103])][g([103,101,116])](g([108,105,99,101,110,115,101,75,101,121]));function l(e){const t=[new(window[g([80,114,111,109,105,115,101])])((e=>setTimeout(e,605900))),i[g([116,104,101,110])]((()=>new(window[g([80,114,111,109,105,115,101])])((e=>{let t=0;r[g([109,111,100,101,108])][g([111,110])](g([97,112,112,108,121,79,112,101,114,97,116,105,111,110]),((n,a)=>{a[0][g([105,115,68,111,99,117,109,101,110,116,79,112,101,114,97,116,105,111,110])]&&t++,504==t&&(e(),n[g([111,102,102])]())}))}))))];return window[g([80,114,111,109,105,115,101])][g([114,97,99,101])](t)[g([116,104,101,110])]((()=>e))}function d(e){return e[g([115,116,97,114,116,115,87,105,116,104])](g([101,121]))?JSON[g([112,97,114,115,101])](u(e)):null}function u(e){return window[g([97,116,111,98])](e[g([114,101,112,108,97,99,101])](/-/g,g([43]))[g([114,101,112,108,97,99,101])](/_/g,g([47])))}function m(e){let t=5381;function n(e){for(let n=0;n<e[g([108,101,110,103,116,104])];n++){const a=e[g([99,104,97,114,67,111,100,101,65,116])](n);t=(t<<5)+t+a,t&=t}}return function e(t){Array[g([105,115,65,114,114,97,121])](t)?t[g([102,111,114,69,97,99,104])](e):t&&typeof t==g([111,98,106,101,99,116])?Object[g([101,110,116,114,105,101,115])](t)[g([115,111,114,116])]()[g([102,111,114,69,97,99,104])]((([t,a])=>{n(t),e(a)})):n(window[g([83,116,114,105,110,103])](t))}(e),t>>>0}function p(e){return e[g([116,111,83,116,114,105,110,103])](16)[g([112,97,100,83,116,97,114,116])](8,g([48]))}function h(e){return e[g([115,112,108,105,116])]("")[g([114,101,118,101,114,115,101])]()[g([106,111,105,110])]("")}function f(){}function g(e){const t=o;return e[t(521)]((e=>String[t(452)](e)))[t(564)]("")}!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([88]);for(let a=0;a<e[g([108,101,110,103,116,104])];a+=2){let r=window[g([112,97,114,115,101,73,110,116])](e[g([115,117,98,115,116,114,105,110,103])](a,a+2));r>=n[g([108,101,110,103,116,104])]&&(r-=n[g([108,101,110,103,116,104])]),t+=n[r]}return t}();r[t]=g([115,108,97,115,104,67,111,109,109,97,110,100,76,105,99,101,110,115,101,75,101,121])+e,e!=g([86,97,108,105,100])&&async function(){await i,r[g([109,111,100,101,108])][g([99,104,97,110,103,101])]=f,r[g([109,111,100,101,108])][g([101,110,113,117,101,117,101,67,104,97,110,103,101])]=f,r[g([101,110,97,98,108,101,82,101,97,100,79,110,108,121,77,111,100,101])](g([109,111,100,101,108]))}()}(await async function(){let e,n=null,f=null;try{return c==g([71,80,76])?g([78,111,116,65,108,108,111,119,101,100]):(e=function(){const e=c[g([115,112,108,105,116])](g([46]));return 3!=e[g([108,101,110,103,116,104])]?null:t(e[1]);function t(e){const t=d(e);return t&&n()?t:null;function n(){const e=t[g([106,116,105])],n=window[g([112,97,114,115,101,73,110,116])](e[g([115,117,98,115,116,114,105,110,103])](e[g([108,101,110,103,116,104])]-8),16),a={...t,[g([106,116,105])]:e[g([115,117,98,115,116,114,105,110,103])](0,e[g([108,101,110,103,116,104])]-8)};return delete a[g([118,99])],m(a)==n}}}(),e?(e[g([117,115,97,103,101,69,110,100,112,111,105,110,116])]&&(f=function(e,n){return new(window[g([80,114,111,109,105,115,101])])((c=>{if(o())return c(g([86,97,108,105,100]));s(),r[g([100,101,99,111,114,97,116,101])](g([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]));let l=!1;const d=(0,t.uid)();function u(e){return!!e&&(typeof e===g([111,98,106,101,99,116])||typeof e===g([102,117,110,99,116,105,111,110]))&&typeof e[g([116,104,101,110])]===g([102,117,110,99,116,105,111,110])&&typeof e[g([99,97,116,99,104])]===g([102,117,110,99,116,105,111,110])}function f(t){s(t)[g([116,104,101,110])]((e=>e&&e[g([115,116,97,116,117,115])]==g([111,107])?p(m(d+n))!=e[g([118,101,114,105,102,105,99,97,116,105,111,110])]?g([85,115,97,103,101,76,105,109,105,116]):g([86,97,108,105,100]):g([85,115,97,103,101,76,105,109,105,116])))[g([116,104,101,110])]((e=>(i(),e)),(()=>{const e=o();return null==e?(i(),g([86,97,108,105,100])):g(a-e>6048e5?[85,115,97,103,101,76,105,109,105,116]:[86,97,108,105,100])}))[g([116,104,101,110])](c)[g([99,97,116,99,104])]((()=>{c(g([85,115,97,103,101,76,105,109,105,116]))}));const r=36e5;function i(){const t=g([108,108,99,116,45])+p(m(e)),n=h(p(window[g([77,97,116,104])][g([99,101,105,108])](a/r)));window[g([108,111,99,97,108,83,116,111,114,97,103,101])][g([115,101,116,73,116,101,109])](t,n)}function o(){const t=g([108,108,99,116,45])+p(m(e)),n=window[g([108,111,99,97,108,83,116,111,114,97,103,101])][g([103,101,116,73,116,101,109])](t);return n?window[g([112,97,114,115,101,73,110,116])](h(n),16)*r:null}function s(e){return new(window[g([80,114,111,109,105,115,101])])(((t,n)=>{e[g([116,104,101,110])](t,n),window[g([115,101,116,84,105,109,101,111,117,116])](n,12e4)}))}}r[g([111,110])](g([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),((t,n)=>{if(n[0]!=e)return c(g([85,115,97,103,101,76,105,109,105,116]));n[1]={...n[1],[g([114,101,113,117,101,115,116,73,100])]:d}}),{[g([112,114,105,111,114,105,116,121])]:g([104,105,103,104])}),r[g([111,110])](g([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),(e=>{u(e[g([114,101,116,117,114,110])])&&(l=!0,f(e[g([114,101,116,117,114,110])]))}),{[g([112,114,105,111,114,105,116,121])]:g([108,111,119])}),i[g([116,104,101,110])]((()=>{l||c(g([85,115,97,103,101,76,105,109,105,116]))}))}));function o(){return r[g([101,100,105,116,105,110,103])][g([118,105,101,119])][g([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]==g([97,117,116,111])}function s(){r[g([101,100,105,116,105,110,103])][g([118,105,101,119])][g([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]=g([97,117,116,111])}}(e[g([117,115,97,103,101,69,110,100,112,111,105,110,116])],e[g([106,116,105])])),await async function(){let e=!0;try{const a=c[g([115,112,108,105,116])](g([46])),[r,i,o]=a;return t(r),await n(r,i,o),e}catch{return!1}function t(t){const n=d(t);n&&n[g([97,108,103])]==g([69,83,50,53,54])||(e=!1)}async function n(t,n,a){const r=window[g([85,105,110,116,56,65,114,114,97,121])][g([102,114,111,109])](u(a),(e=>e[g([99,104,97,114,67,111,100,101,65,116])](0))),i=(new(window[g([84,101,120,116,69,110,99,111,100,101,114])]))[g([101,110,99,111,100,101])](t+g([46])+n),o=window[g([99,114,121,112,116,111])][g([115,117,98,116,108,101])];if(!o)return;const c=await o[g([105,109,112,111,114,116,75,101,121])](g([106,119,107]),s,{[g([110,97,109,101])]:g([69,67,68,83,65]),[g([110,97,109,101,100,67,117,114,118,101])]:g([80,45,50,53,54])},!1,[g([118,101,114,105,102,121])]);await o[g([118,101,114,105,102,121])]({[g([110,97,109,101])]:g([69,67,68,83,65]),[g([104,97,115,104])]:{[g([110,97,109,101])]:g([83,72,65,45,50,53,54])}},c,r,i)||(e=!1)}}()?function(){const t=e[g([102,101,97,116,117,114,101,115])];return!(!t||!t[g([105,110,99,108,117,100,101,115])](g([42]))&&!t[g([105,110,99,108,117,100,101,115])](g([83,67]))&&!t[g([105,110,99,108,117,100,101,115])](g([80,80])))}()?function(){const t=[g([101,118,97,108,117,97,116,105,111,110]),g([116,114,105,97,108])][g([105,110,99,108,117,100,101,115])](e[g([108,105,99,101,110,115,101,84,121,112,101])])?a/1e3:1750118400;return e[g([101,120,112])]<t}()?g([69,120,112,105,114,101,100]):function(){const t=o,n=e[g([108,105,99,101,110,115,101,100,72,111,115,116,115])];if(!n||0==n[g([108,101,110,103,116,104])])return!0;const{hostname:a}=new URL(window[g([108,111,99,97,116,105,111,110])][t(568)]);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(543)](){return this[i(534)]}[i(470)](){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(572)][e(528)],t);return[{id:e(525),commandName:e(487),icon:r.IconRobotPencil,title:t(e(479)),description:t(e(473)),execute:t=>{const n=e;setTimeout((()=>t[n(498)](n(487))))}},{id:e(478),commandName:e(478),icon:r.IconQuote,title:t(e(464)),description:t(e(461))},{id:e(502),commandName:e(502),icon:r.IconBulletedList,title:t(e(560)),description:t(e(527))},{id:e(556),commandName:e(556),icon:r.IconCodeBlock,title:t(e(537)),description:t(e(539))},{id:e(540),commandName:e(540),icon:r.IconBrowseFiles,title:t(e(542)),description:t(e(547)),aliases:[e(536),e(486),e(475)]},{id:e(536),commandName:e(536),icon:r.IconBrowseFiles,title:t(e(520)),description:t(e(476)),aliases:[e(540),e(486),e(475)]},{id:e(566),commandName:e(566),icon:r.IconEmoji,title:t(e(561)),description:t(e(565)),execute:t=>{const n=e;setTimeout((()=>t[n(498)](n(566))))}},{id:e(481),commandName:e(571),icon:r.IconHeading1,title:t(e(533)),description:t(e(512)),execute:t=>{const n=e;t[n(498)](n(571),{value:n(481)})}},{id:e(569),commandName:e(571),icon:r.IconHeading2,title:t(e(457)),description:t(e(524)),execute:t=>{const n=e;t[n(498)](n(571),{value:n(569)})}},{id:e(531),commandName:e(571),icon:r.IconHeading3,title:t(e(515)),description:t(e(490)),execute:t=>{const n=e;t[n(498)](n(571),{value:n(531)})}},{id:e(497),commandName:e(571),icon:r.IconHeading4,title:t(e(526)),description:t(e(474)),execute:t=>{const n=e;t[n(498)](n(571),{value:n(497)})}},{id:e(578),commandName:e(571),icon:r.IconHeading5,title:t(e(544)),description:t(e(548)),execute:t=>{const n=e;t[n(498)](n(571),{value:n(578)})}},{id:e(554),commandName:e(571),icon:r.IconHeading6,title:t(e(549)),description:t(e(493)),execute:t=>{const n=e;t[n(498)](n(571),{value:n(554)})}},{id:e(463),commandName:e(463),icon:r.IconHorizontalLine,title:t(e(466)),description:t(e(484))},{id:e(485),commandName:e(485),icon:r.IconHtml,title:t(e(471)),description:t(e(563))},{id:e(495),commandName:e(495),icon:r.IconIndent,title:t(e(508)),description:t(e(459))},{id:e(519),commandName:e(519),title:t(e(468)),description:t(e(557))},{id:e(472),commandName:e(472),icon:r.IconTable,title:t(e(453)),description:t(e(504))},{id:e(576),commandName:e(576),icon:r.IconTableOfContents,title:t(e(477)),description:t(e(469)),aliases:[e(492)]},{id:e(535),commandName:e(535),icon:r.IconNumberedList,title:t(e(501)),description:t(e(514))},{id:e(570),commandName:e(570),icon:r.IconOutdent,title:t(e(573)),description:t(e(454))},{id:e(555),commandName:e(555),icon:r.IconParagraph,title:t(e(455)),description:t(e(559))},{id:e(507),commandName:e(507),icon:r.IconTodoList,title:t(e(558)),description:t(e(511))}]}[i(518)](e){const t=i;return e[t(523)]?e[t(523)](this[t(572)]):!e[t(500)]||this[t(572)][t(462)][t(532)](e[t(500)])[t(523)]}[i(491)](e){const n=i;if(e[n(498)])e[n(498)](this[n(572)]);else{if(!e[n(500)])throw new t.CKEditorError(n(456),this[n(572)],{commandDefinition:e});this[n(572)][n(498)](e[n(500)])}}}function c(e,t){const n=i;return e[n(516)]<t[n(516)]?-1:e[n(516)]>t[n(516)]?1:0}function l(e,t){const n=i;return t+"-"+e[n(545)]()[n(538)](" ")[n(564)]("-")}function d(){const e=["push","Open file manager","getAllowedCommands","Heading 5","toLowerCase","slashCommand.extraCommands","Open file manager to insert an image or a file","Create a heading level 5","Heading 6","style.definitions","name","415lTIQTj","65292UpQilt","heading6","paragraph","codeBlock","Insert the Mermaid diagram","To-do list","Insert a paragraph","Bulleted list","Emoji","slashCommand.removeCommands","Insert an HTML snippet","join","Insert an emoji","emoji","function","href","heading2","outdent","heading","editor","Decrease indent","pluginName","description","insertTableOfContents","model","heading5","SlashCommandConfig","5042512lrmYHq","insertTemplate","3785240FpHXuu","fromCharCode","Insert table","Decrease the indentation","Paragraph","slash-command-execute-missing","Heading 2","isIconColorInherited","Increase the indentation","length","Create a block quote","commands","horizontalLine","Block quote","40882ZSjeZL","Horizontal line","heading.options","Insert Mermaid diagram","Insert table of contents","getDefaultCommands","Insert HTML","insertTable","Open the AI Assistant to generate content","Create a heading level 4","upload","Open file browser to insert an image or a file","Table of contents","blockQuote","AI Assistant","afterInit","heading1","icon","aliases","Insert a horizontal line","htmlEmbed","filemanager","showAIAssistant","concat","isPremiumPlugin","Create a heading level 3","_proxyExecute","toc","Create a heading level 6","isOfficialPlugin","indent","16803441hdGwME","heading4","execute","1900556ZkQQNJ","commandName","Numbered list","bulletedList","255dIVmab","Create a table","includes","config","todoList","Increase indent","sort","filter","Create a to-do list","Create a heading level 1","template","Create a numbered list","Heading 3","title","template.definitions","_proxyIsEnabled","insertMermaidCommand","Insert image","map","enabledStyles","isEnabled","Create a heading level 2","aiAssistant","Heading 4","Create a bulleted list","locale","81389tHxxWZ","style","heading3","get","Heading 1","_allowedCommands","numberedList","ckfinder","Insert code block","split","Create a code block","ckbox"];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[s]}[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=[],o=[];for(const s of a)s.id[t(171)]()[t(178)](n)?e[t(168)](s):s[t(192)][t(171)]()[t(178)](n)?r[t(168)](s):s[t(196)]&&s[t(196)][t(165)]((e=>e[t(171)]()[t(178)](n)))?i[t(168)](s):s[t(166)]&&s[t(166)][t(171)]()[t(178)](n)&&o[t(168)](s);a=e[t(190)](r,i,o)}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),H=n.n(L),A=n(357),T=n.n(A),_=n(655),E={attributes:{"data-cke":!0}};E.setAttributes=H(),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=P();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())}}(P);class S 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],o=t[r(270)];"/"===i[r(227)]&&o[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 P(){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(P=function(){return e})()}var j=B;function q(){var e=["isOfficialPlugin","217528efqEBI","7513080QkHbpX","625rpDLyk","isPremiumPlugin","requires","SlashCommand","3009618iKGyBm","590651quvRsH","4PuXIcw","Mention","110kdXVsz","7098ERNJNB","2mdJHoW","pluginName","77DFAJDV","710481rwPKBg","1201800OUHuJN"];return(q=function(){return e})()}function B(e,t){var n=q();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())}}(q);class K extends e.Plugin{static get[j(225)](){return[j(230),h,S]}static get[j(234)](){return j(226)}static get[j(238)](){return!0}static get[j(224)](){return!0}}function D(){var e=["54299FQBBmC","87060HOZwRU","1756376FxvSMB","48PhlSLi","75qqpZmY","81081fRACpN","372YcFFcI","2619WoBEvT","3569080fNOvWQ","9piPCqz","670EqeArQ","5657qGVQrx"];return(D=function(){return e})()}function z(e,t){var n=D();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())}}(D)})(),(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 _0x381c9a}from'@ckeditor/ckeditor5-core/dist/index.js';import{CKEditorError as _0x43850e,uid as _0x7631b9}from'@ckeditor/ckeditor5-utils/dist/index.js';import{IconRobotPencil as _0x2359de,IconQuote as _0x212103,IconBulletedList as _0x8c830f,IconCodeBlock as _0x41e4a4,IconBrowseFiles as _0x5edc4e,IconEmoji as _0x56f2ca,IconHeading1 as _0x4667ea,IconHeading2 as _0x31c57e,IconHeading3 as _0x2f3e35,IconHeading4 as _0xf37bc9,IconHeading5 as _0x224170,IconHeading6 as _0x4115a4,IconHorizontalLine as _0x4cc5d5,IconHtml as _0x32f699,IconIndent as _0xfbed09,IconTable as _0xadea96,IconTableOfContents as _0x57baef,IconNumberedList as _0x4d78f1,IconOutdent as _0x4d5e49,IconParagraph as _0x58533d,IconTodoList as _0x38bef8,IconPlay as _0x1957e7}from'@ckeditor/ckeditor5-icons/dist/index.js';import{ButtonView as _0x5f54be,View as _0x4358f4}from'@ckeditor/ckeditor5-ui/dist/index.js';class L extends _0x381c9a{static get['pluginName'](){return'SlashCommandConfig';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x216b4a){super(_0x216b4a),this['_allowedCommands']=null;}['afterInit'](){const _0x2ef30d=this['editor']['config']['get']('slashCommand.removeCommands')||[],_0x1baa39=function(_0x2cd308){let _0x5ee037=['heading4','heading5','heading6'];if(_0x2cd308){const _0x4ca17d=_0x2cd308['map'](_0x4a1740=>_0x4a1740['model']);_0x5ee037=['heading1','heading2','heading3','heading4','heading5','heading6']['filter'](_0x58893e=>!_0x4ca17d['includes'](_0x58893e));}return _0x5ee037;}(this['editor']['config']['get']('heading.options'));let _0x20658c=this['getDefaultCommands']()['filter'](_0x57922d=>!_0x1baa39['includes'](_0x57922d['id']))['filter'](_0x52564a=>!_0x2ef30d['includes'](_0x52564a['commandName']));const _0x29d460=this['editor']['config']['get']('slashCommand.extraCommands');_0x29d460&&_0x29d460['length']&&(_0x20658c=_0x20658c['concat'](_0x29d460));const _0x2b7479=this['editor']['config']['get']('template.definitions');_0x2b7479&&_0x2b7479['length']&&(_0x20658c=_0x20658c['concat'](function(_0x334bcd){return _0x334bcd['map'](_0x10c6ac=>{const {title:_0x5be870,icon:_0xbcf671,description:_0x2d3766,data:_0x382565}=_0x10c6ac,_0x21785a={'id':O(_0x5be870,'template'),'commandName':'insertTemplate','execute':_0x5b0e0a=>{_0x5b0e0a['execute']('insertTemplate',_0x382565);},'description':_0x2d3766,'icon':_0xbcf671,'title':_0x5be870};return _0xbcf671&&(_0x21785a['isIconColorInherited']=!0x1),_0x21785a;});}(_0x2b7479)));const _0xc0ae5e=this['editor']['config']['get']('style.definitions');_0xc0ae5e&&_0xc0ae5e['length']&&(_0x20658c=_0x20658c['concat'](function(_0x4ee8f2){return _0x4ee8f2['map'](_0x408d71=>({'id':O(_0x408d71['name'],'style'),'commandName':'style','execute':_0x22b571=>{_0x22b571['execute']('style',{'styleName':_0x408d71['name']});},'isEnabled':_0x3738ca=>{const _0x45d530=_0x3738ca['commands']['get']('style');return _0x45d530['isEnabled']&&_0x45d530['enabledStyles']['includes'](_0x408d71['name']);},'title':_0x408d71['name']}));}(_0xc0ae5e)));const _0xe4a436=_0x20658c['filter'](_0xa40f6f=>!_0xa40f6f['commandName']||void 0x0!==this['editor']['commands']['get'](_0xa40f6f['commandName'])),_0x324eb2=[];for(const _0x52e6c8 of _0xe4a436)_0x324eb2['push']({'id':_0x52e6c8['id'],'commandName':_0x52e6c8['commandName'],'title':'function'==typeof _0x52e6c8['title']?_0x52e6c8['title'](this['editor']):_0x52e6c8['title'],'description':_0x52e6c8['description'],'icon':_0x52e6c8['icon'],'isIconColorInherited':_0x52e6c8['isIconColorInherited'],'aliases':_0x52e6c8['aliases'],'isEnabled':()=>this['_proxyIsEnabled'](_0x52e6c8),'execute':()=>this['_proxyExecute'](_0x52e6c8)});this['_allowedCommands']=_0x324eb2['sort'](H),async function(_0x2835ca){const _0x4c92d0=_0x2bb874([0x59,0x7a,0x4f,0x43,0x45,0x55,0x4c,0x6f,0x4b,0x38,0x6d,0x36,0x51,0x32,0x57,0x39,0x6c,0x65,0x77,0x4a,0x63,0x56,0x47,0x64,0x52,0x79,0x71,0x53,0x31,0x42,0x70,0x66,0x37,0x67,0x49,0x75,0x54,0x6e,0x68,0x72,0x46,0x48,0x74,0x78,0x61,0x62,0x4d,0x34,0x41,0x44,0x30,0x5a,0x33,0x58,0x6b,0x35,0x6a,0x50,0x76,0x73,0x4e,0x69]),_0x18771c=0x47bc5855,_0x7c5dd3=0x47bb32bd^_0x18771c,_0x3cb3eb=window[_0x2bb874([0x44,0x61,0x74,0x65])][_0x2bb874([0x6e,0x6f,0x77])](),_0x50dc1f=_0x2835ca[_0x2bb874([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x211c50=new window[(_0x2bb874([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2e9b87=>{_0x50dc1f[_0x2bb874([0x6f,0x6e,0x63,0x65])](_0x2bb874([0x72,0x65,0x61,0x64,0x79]),_0x2e9b87);}),_0x46a043={[_0x2bb874([0x6b,0x74,0x79])]:_0x2bb874([0x45,0x43]),[_0x2bb874([0x75,0x73,0x65])]:_0x2bb874([0x73,0x69,0x67]),[_0x2bb874([0x63,0x72,0x76])]:_0x2bb874([0x50,0x2d,0x32,0x35,0x36]),[_0x2bb874([0x78])]:_0x2bb874([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]),[_0x2bb874([0x79])]:_0x2bb874([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]),[_0x2bb874([0x61,0x6c,0x67])]:_0x2bb874([0x45,0x53,0x32,0x35,0x36])},_0x237261=_0x50dc1f[_0x2bb874([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x2bb874([0x67,0x65,0x74])](_0x2bb874([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x318ca1(){let _0x33b327,_0x31828f=null,_0x204716=null;try{if(_0x237261==_0x2bb874([0x47,0x50,0x4c]))return _0x2bb874([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x33b327=_0x50f844(),!_0x33b327)return _0x2bb874([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x33b327[_0x2bb874([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x204716=_0x2b3de3(_0x33b327[_0x2bb874([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x33b327[_0x2bb874([0x6a,0x74,0x69])])),await _0x27ceb6()?_0x1ee951()?_0x59e1cf()?_0x2bb874([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x44d3ea()?(_0x33b327[_0x2bb874([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x2bb874([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x31828f=_0x7215c(_0x2bb874([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x33b327[_0x2bb874([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x2bb874([0x74,0x72,0x69,0x61,0x6c])&&(_0x31828f=_0x7215c(_0x2bb874([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x5c950b()):_0x2bb874([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x2bb874([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x2bb874([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x2bb874([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x59e1cf(){const _0x1bf70f=[_0x2bb874([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x2bb874([0x74,0x72,0x69,0x61,0x6c])][_0x2bb874([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x33b327[_0x2bb874([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x3cb3eb/0x3e8:0xe10*_0x7c5dd3;return _0x33b327[_0x2bb874([0x65,0x78,0x70])]<_0x1bf70f;}function _0x1ee951(){const _0x257927=_0x33b327[_0x2bb874([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x257927&&(!!_0x257927[_0x2bb874([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2bb874([0x2a]))||(!!_0x257927[_0x2bb874([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2bb874([0x53,0x43]))||!!_0x257927[_0x2bb874([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2bb874([0x50,0x50]))));}function _0x44d3ea(){const _0x3ee4b7=_0x33b327[_0x2bb874([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x3ee4b7||0x0==_0x3ee4b7[_0x2bb874([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x58d1c5}=new URL(window[_0x2bb874([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x3ee4b7[_0x2bb874([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x58d1c5))return!0x0;const _0x11c9f9=_0x58d1c5[_0x2bb874([0x73,0x70,0x6c,0x69,0x74])](_0x2bb874([0x2e]));return _0x3ee4b7[_0x2bb874([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x527313=>_0x527313[_0x2bb874([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2bb874([0x2a])))[_0x2bb874([0x6d,0x61,0x70])](_0x43aeda=>_0x43aeda[_0x2bb874([0x73,0x70,0x6c,0x69,0x74])](_0x2bb874([0x2e])))[_0x2bb874([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x7a1fc4=>_0x7a1fc4[_0x2bb874([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x11c9f9[_0x2bb874([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x2bb874([0x6d,0x61,0x70])](_0x1b98ef=>Array(_0x11c9f9[_0x2bb874([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x1b98ef[_0x2bb874([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x2bb874([0x66,0x69,0x6c,0x6c])](_0x1b98ef[0x0]===_0x2bb874([0x2a])?_0x2bb874([0x2a]):'')[_0x2bb874([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x1b98ef))[_0x2bb874([0x73,0x6f,0x6d,0x65])](_0x49f220=>_0x11c9f9[_0x2bb874([0x65,0x76,0x65,0x72,0x79])]((_0x5b74a2,_0x22e7bd)=>_0x49f220[_0x22e7bd]===_0x5b74a2||_0x49f220[_0x22e7bd]===_0x2bb874([0x2a])));}function _0x5c950b(){return _0x31828f&&_0x204716?new window[(_0x2bb874([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x1d2236,_0x3ef3d8)=>{_0x31828f[_0x2bb874([0x74,0x68,0x65,0x6e])](_0x1d2236,_0x3ef3d8),_0x204716[_0x2bb874([0x74,0x68,0x65,0x6e])](_0x48a52b=>{_0x48a52b!=_0x2bb874([0x56,0x61,0x6c,0x69,0x64])&&_0x1d2236(_0x48a52b);},_0x3ef3d8);}):_0x31828f||_0x204716||_0x2bb874([0x56,0x61,0x6c,0x69,0x64]);}}function _0x2b3de3(_0x2c77c9,_0x348c42){return new window[(_0x2bb874([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x33e090=>{if(_0x65904d())return _0x33e090(_0x2bb874([0x56,0x61,0x6c,0x69,0x64]));_0x480105(),_0x50dc1f[_0x2bb874([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x2bb874([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x4818c0=!0x1;const _0x5b2177=_0x7631b9();function _0x14a691(_0x1f3b29){return!!_0x1f3b29&&(typeof _0x1f3b29===_0x2bb874([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x1f3b29===_0x2bb874([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x1f3b29[_0x2bb874([0x74,0x68,0x65,0x6e])]===_0x2bb874([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x1f3b29[_0x2bb874([0x63,0x61,0x74,0x63,0x68])]===_0x2bb874([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x585f8f(_0x11cfac){_0x191cd0(_0x11cfac)[_0x2bb874([0x74,0x68,0x65,0x6e])](_0x52cf8a=>{if(!_0x52cf8a||_0x52cf8a[_0x2bb874([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x2bb874([0x6f,0x6b]))return _0x2bb874([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x465372(_0x2fb77e(_0x5b2177+_0x348c42))!=_0x52cf8a[_0x2bb874([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x2bb874([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x2bb874([0x56,0x61,0x6c,0x69,0x64]);})[_0x2bb874([0x74,0x68,0x65,0x6e])](_0x1cabea=>(_0x3282e5(),_0x1cabea),()=>{const _0x3416a3=_0x1152bc();return null==_0x3416a3?(_0x3282e5(),_0x2bb874([0x56,0x61,0x6c,0x69,0x64])):_0x2bb874(_0x3cb3eb-_0x3416a3>(0x63b0dc55^_0x18771c)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x2bb874([0x74,0x68,0x65,0x6e])](_0x33e090)[_0x2bb874([0x63,0x61,0x74,0x63,0x68])](()=>{_0x33e090(_0x2bb874([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x34b850=0x478ab6d5^_0x18771c;function _0x3282e5(){const _0x4abb2d=_0x2bb874([0x6c,0x6c,0x63,0x74,0x2d])+_0x465372(_0x2fb77e(_0x2c77c9)),_0x4d8e42=_0x5f08bc(_0x465372(window[_0x2bb874([0x4d,0x61,0x74,0x68])][_0x2bb874([0x63,0x65,0x69,0x6c])](_0x3cb3eb/_0x34b850)));window[_0x2bb874([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x2bb874([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x4abb2d,_0x4d8e42);}function _0x1152bc(){const _0x296c86=_0x2bb874([0x6c,0x6c,0x63,0x74,0x2d])+_0x465372(_0x2fb77e(_0x2c77c9)),_0x595d69=window[_0x2bb874([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x2bb874([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x296c86);return _0x595d69?window[_0x2bb874([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x5f08bc(_0x595d69),0x10)*_0x34b850:null;}function _0x191cd0(_0x1be902){return new window[(_0x2bb874([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x21a549,_0x14f3ff)=>{_0x1be902[_0x2bb874([0x74,0x68,0x65,0x6e])](_0x21a549,_0x14f3ff),window[_0x2bb874([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x14f3ff,0x47bd8c95^_0x18771c);});}}_0x50dc1f[_0x2bb874([0x6f,0x6e])](_0x2bb874([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x3112be,_0x22b59a)=>{if(_0x22b59a[0x0]!=_0x2c77c9)return _0x33e090(_0x2bb874([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x22b59a[0x1]={..._0x22b59a[0x1],[_0x2bb874([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x5b2177};},{[_0x2bb874([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x2bb874([0x68,0x69,0x67,0x68])}),_0x50dc1f[_0x2bb874([0x6f,0x6e])](_0x2bb874([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x146917=>{_0x14a691(_0x146917[_0x2bb874([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x4818c0=!0x0,_0x585f8f(_0x146917[_0x2bb874([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x2bb874([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x2bb874([0x6c,0x6f,0x77])}),_0x211c50[_0x2bb874([0x74,0x68,0x65,0x6e])](()=>{_0x4818c0||_0x33e090(_0x2bb874([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x65904d(){return _0x50dc1f[_0x2bb874([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x2bb874([0x76,0x69,0x65,0x77])][_0x2bb874([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x2bb874([0x61,0x75,0x74,0x6f]);}function _0x480105(){_0x50dc1f[_0x2bb874([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x2bb874([0x76,0x69,0x65,0x77])][_0x2bb874([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x2bb874([0x61,0x75,0x74,0x6f]);}}function _0x7215c(_0x5449fe){const _0x325ba4=[new window[(_0x2bb874([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x6081c0=>setTimeout(_0x6081c0,0x47b56699^_0x18771c)),_0x211c50[_0x2bb874([0x74,0x68,0x65,0x6e])](()=>new window[(_0x2bb874([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x43d3ca=>{let _0x511e2b=0x0;_0x50dc1f[_0x2bb874([0x6d,0x6f,0x64,0x65,0x6c])][_0x2bb874([0x6f,0x6e])](_0x2bb874([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x3c342e,_0x4191a4)=>{_0x4191a4[0x0][_0x2bb874([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x511e2b++,_0x511e2b==(0x47bc59ad^_0x18771c)&&(_0x43d3ca(),_0x3c342e[_0x2bb874([0x6f,0x66,0x66])]());});}))];return window[_0x2bb874([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x2bb874([0x72,0x61,0x63,0x65])](_0x325ba4)[_0x2bb874([0x74,0x68,0x65,0x6e])](()=>_0x5449fe);}async function _0xc24e03(){await _0x211c50,_0x50dc1f[_0x2bb874([0x6d,0x6f,0x64,0x65,0x6c])][_0x2bb874([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x1ad1ee,_0x50dc1f[_0x2bb874([0x6d,0x6f,0x64,0x65,0x6c])][_0x2bb874([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x1ad1ee,_0x50dc1f[_0x2bb874([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x2bb874([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x5b819e(_0x4b1ae2){const _0x28707d=_0x549b00();_0x50dc1f[_0x28707d]=_0x2bb874([0x73,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x4b1ae2,_0x4b1ae2!=_0x2bb874([0x56,0x61,0x6c,0x69,0x64])&&_0xc24e03();}function _0x549b00(){const _0x202684=window[_0x2bb874([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x2bb874([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x2bb874([0x6e,0x6f,0x77])]())[_0x2bb874([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x2bb874([0x2e]),'');let _0x1bcce3=_0x2bb874([0x59]);for(let _0x41faa8=0x0;_0x41faa8<_0x202684[_0x2bb874([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x41faa8+=0x2){let _0x1db643=window[_0x2bb874([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x202684[_0x2bb874([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x41faa8,_0x41faa8+0x2));_0x1db643>=_0x4c92d0[_0x2bb874([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x1db643-=_0x4c92d0[_0x2bb874([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x1bcce3+=_0x4c92d0[_0x1db643];}return _0x1bcce3;}function _0x50f844(){const _0x2a367d=_0x237261[_0x2bb874([0x73,0x70,0x6c,0x69,0x74])](_0x2bb874([0x2e]));if(0x3!=_0x2a367d[_0x2bb874([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x451f9d(_0x2a367d[0x1]);function _0x451f9d(_0x37096c){const _0x4dadaa=_0x5c3c93(_0x37096c);return _0x4dadaa&&_0x576afb()?_0x4dadaa:null;function _0x576afb(){const _0x42fea9=_0x4dadaa[_0x2bb874([0x6a,0x74,0x69])],_0x30d38c=window[_0x2bb874([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x42fea9[_0x2bb874([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x42fea9[_0x2bb874([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0xe54cd7={..._0x4dadaa,[_0x2bb874([0x6a,0x74,0x69])]:_0x42fea9[_0x2bb874([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x42fea9[_0x2bb874([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0xe54cd7[_0x2bb874([0x76,0x63])],_0x2fb77e(_0xe54cd7)==_0x30d38c;}}}async function _0x27ceb6(){let _0x4fbca1=!0x0;try{const _0x4eface=_0x237261[_0x2bb874([0x73,0x70,0x6c,0x69,0x74])](_0x2bb874([0x2e])),[_0x511708,_0x5bf541,_0x30ed14]=_0x4eface;return _0x336db6(_0x511708),await _0x29fbbd(_0x511708,_0x5bf541,_0x30ed14),_0x4fbca1;}catch{return!0x1;}function _0x336db6(_0x206592){const _0x51447d=_0x5c3c93(_0x206592);_0x51447d&&_0x51447d[_0x2bb874([0x61,0x6c,0x67])]==_0x2bb874([0x45,0x53,0x32,0x35,0x36])||(_0x4fbca1=!0x1);}async function _0x29fbbd(_0x1ba6dc,_0x13e302,_0x336aa9){const _0x461590=window[_0x2bb874([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x2bb874([0x66,0x72,0x6f,0x6d])](_0xf2db46(_0x336aa9),_0x25696b=>_0x25696b[_0x2bb874([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x1b09ab=new window[(_0x2bb874([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x2bb874([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x1ba6dc+_0x2bb874([0x2e])+_0x13e302),_0x4f4247=window[_0x2bb874([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x2bb874([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x4f4247)return;const _0x9c8dc3=await _0x4f4247[_0x2bb874([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x2bb874([0x6a,0x77,0x6b]),_0x46a043,{[_0x2bb874([0x6e,0x61,0x6d,0x65])]:_0x2bb874([0x45,0x43,0x44,0x53,0x41]),[_0x2bb874([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x2bb874([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x2bb874([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x4f4247[_0x2bb874([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x2bb874([0x6e,0x61,0x6d,0x65])]:_0x2bb874([0x45,0x43,0x44,0x53,0x41]),[_0x2bb874([0x68,0x61,0x73,0x68])]:{[_0x2bb874([0x6e,0x61,0x6d,0x65])]:_0x2bb874([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x9c8dc3,_0x461590,_0x1b09ab)||(_0x4fbca1=!0x1);}}function _0x5c3c93(_0x5b3a8e){return _0x5b3a8e[_0x2bb874([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x2bb874([0x65,0x79]))?JSON[_0x2bb874([0x70,0x61,0x72,0x73,0x65])](_0xf2db46(_0x5b3a8e)):null;}function _0xf2db46(_0x4ceca4){return window[_0x2bb874([0x61,0x74,0x6f,0x62])](_0x4ceca4[_0x2bb874([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x2bb874([0x2b]))[_0x2bb874([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x2bb874([0x2f])));}function _0x2fb77e(_0x35ed4e){let _0x4bd279=0x1505;function _0x1ef902(_0x283ec1){for(let _0x7a93b5=0x0;_0x7a93b5<_0x283ec1[_0x2bb874([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x7a93b5++){const _0x237ec3=_0x283ec1[_0x2bb874([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x7a93b5);_0x4bd279=(_0x4bd279<<0x5)+_0x4bd279+_0x237ec3,_0x4bd279&=_0x4bd279;}}function _0x159cac(_0x335204){Array[_0x2bb874([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x335204)?_0x335204[_0x2bb874([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x159cac):_0x335204&&typeof _0x335204==_0x2bb874([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x2bb874([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x335204)[_0x2bb874([0x73,0x6f,0x72,0x74])]()[_0x2bb874([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0xa6ed72,_0x1058ad])=>{_0x1ef902(_0xa6ed72),_0x159cac(_0x1058ad);}):_0x1ef902(window[_0x2bb874([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x335204));}return _0x159cac(_0x35ed4e),_0x4bd279>>>0x0;}function _0x465372(_0x1baeb3){return _0x1baeb3[_0x2bb874([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x2bb874([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x2bb874([0x30]));}function _0x5f08bc(_0x385567){return _0x385567[_0x2bb874([0x73,0x70,0x6c,0x69,0x74])]('')[_0x2bb874([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x2bb874([0x6a,0x6f,0x69,0x6e])]('');}function _0x1ad1ee(){}function _0x2bb874(_0x128a50){return _0x128a50['map'](_0x452a80=>String['fromCharCode'](_0x452a80))['join']('');}_0x5b819e(await _0x318ca1());}(this);}['getAllowedCommands'](){return this['_allowedCommands'];}['getDefaultCommands'](){const _0x2e848e=_0x321ee7=>function(_0x2bfed7,_0x63918f){const t=_0x2bfed7['t'],_0x2a7afe=_0x2bfed7['t'];switch(_0x63918f){case'AI\x20Assistant':return _0x2a7afe('AI\x20Assistant');case'Block\x20quote':return _0x2a7afe('Block\x20quote');case'Bulleted\x20list':return _0x2a7afe('Bulleted\x20list');case'Insert\x20code\x20block':return _0x2a7afe('Insert\x20code\x20block');case'Open\x20file\x20manager':return _0x2a7afe('Open\x20file\x20manager');case'Insert\x20image':return _0x2a7afe('Insert\x20image');case'Heading\x201':return _0x2a7afe('Heading\x201');case'Heading\x202':return _0x2a7afe('Heading\x202');case'Heading\x203':return _0x2a7afe('Heading\x203');case'Heading\x204':return _0x2a7afe('Heading\x204');case'Heading\x205':return _0x2a7afe('Heading\x205');case'Heading\x206':return _0x2a7afe('Heading\x206');case'Horizontal\x20line':return _0x2a7afe('Horizontal\x20line');case'Insert\x20HTML':return _0x2a7afe('Insert\x20HTML');case'Increase\x20indent':return _0x2a7afe('Increase\x20indent');case'Insert\x20table':return _0x2a7afe('Insert\x20table');case'Table\x20of\x20contents':return _0x2a7afe('Table\x20of\x20contents');case'Numbered\x20list':return _0x2a7afe('Numbered\x20list');case'Decrease\x20indent':return _0x2a7afe('Decrease\x20indent');case'Paragraph':return _0x2a7afe('Paragraph');case'To-do\x20list':return _0x2a7afe('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 _0x63918f;}}(this['editor']['locale'],_0x321ee7);return[{'id':'aiAssistant','commandName':'showAIAssistant','icon':_0x2359de,'title':_0x2e848e('AI\x20Assistant'),'description':_0x2e848e('Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content'),'execute':_0x4f12ea=>{setTimeout(()=>_0x4f12ea['execute']('showAIAssistant'));}},{'id':'blockQuote','commandName':'blockQuote','icon':_0x212103,'title':_0x2e848e('Block\x20quote'),'description':_0x2e848e('Create\x20a\x20block\x20quote')},{'id':'bulletedList','commandName':'bulletedList','icon':_0x8c830f,'title':_0x2e848e('Bulleted\x20list'),'description':_0x2e848e('Create\x20a\x20bulleted\x20list')},{'id':'codeBlock','commandName':'codeBlock','icon':_0x41e4a4,'title':_0x2e848e('Insert\x20code\x20block'),'description':_0x2e848e('Create\x20a\x20code\x20block')},{'id':'ckbox','commandName':'ckbox','icon':_0x5edc4e,'title':_0x2e848e('Open\x20file\x20manager'),'description':_0x2e848e('Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file'),'aliases':['ckfinder','filemanager','upload']},{'id':'ckfinder','commandName':'ckfinder','icon':_0x5edc4e,'title':_0x2e848e('Insert\x20image'),'description':_0x2e848e('Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file'),'aliases':['ckbox','filemanager','upload']},{'id':'emoji','commandName':'emoji','icon':_0x56f2ca,'title':_0x2e848e('Emoji'),'description':_0x2e848e('Insert\x20an\x20emoji'),'execute':_0x12ec4b=>{setTimeout(()=>_0x12ec4b['execute']('emoji'));}},{'id':'heading1','commandName':'heading','icon':_0x4667ea,'title':_0x2e848e('Heading\x201'),'description':_0x2e848e('Create\x20a\x20heading\x20level\x201'),'execute':_0x1bc98a=>{_0x1bc98a['execute']('heading',{'value':'heading1'});}},{'id':'heading2','commandName':'heading','icon':_0x31c57e,'title':_0x2e848e('Heading\x202'),'description':_0x2e848e('Create\x20a\x20heading\x20level\x202'),'execute':_0x457f52=>{_0x457f52['execute']('heading',{'value':'heading2'});}},{'id':'heading3','commandName':'heading','icon':_0x2f3e35,'title':_0x2e848e('Heading\x203'),'description':_0x2e848e('Create\x20a\x20heading\x20level\x203'),'execute':_0x3c81f2=>{_0x3c81f2['execute']('heading',{'value':'heading3'});}},{'id':'heading4','commandName':'heading','icon':_0xf37bc9,'title':_0x2e848e('Heading\x204'),'description':_0x2e848e('Create\x20a\x20heading\x20level\x204'),'execute':_0x2f5cf4=>{_0x2f5cf4['execute']('heading',{'value':'heading4'});}},{'id':'heading5','commandName':'heading','icon':_0x224170,'title':_0x2e848e('Heading\x205'),'description':_0x2e848e('Create\x20a\x20heading\x20level\x205'),'execute':_0x4b3c0a=>{_0x4b3c0a['execute']('heading',{'value':'heading5'});}},{'id':'heading6','commandName':'heading','icon':_0x4115a4,'title':_0x2e848e('Heading\x206'),'description':_0x2e848e('Create\x20a\x20heading\x20level\x206'),'execute':_0x140b6f=>{_0x140b6f['execute']('heading',{'value':'heading6'});}},{'id':'horizontalLine','commandName':'horizontalLine','icon':_0x4cc5d5,'title':_0x2e848e('Horizontal\x20line'),'description':_0x2e848e('Insert\x20a\x20horizontal\x20line')},{'id':'htmlEmbed','commandName':'htmlEmbed','icon':_0x32f699,'title':_0x2e848e('Insert\x20HTML'),'description':_0x2e848e('Insert\x20an\x20HTML\x20snippet')},{'id':'indent','commandName':'indent','icon':_0xfbed09,'title':_0x2e848e('Increase\x20indent'),'description':_0x2e848e('Increase\x20the\x20indentation')},{'id':'insertMermaidCommand','commandName':'insertMermaidCommand','title':_0x2e848e('Insert\x20Mermaid\x20diagram'),'description':_0x2e848e('Insert\x20the\x20Mermaid\x20diagram')},{'id':'insertTable','commandName':'insertTable','icon':_0xadea96,'title':_0x2e848e('Insert\x20table'),'description':_0x2e848e('Create\x20a\x20table')},{'id':'insertTableOfContents','commandName':'insertTableOfContents','icon':_0x57baef,'title':_0x2e848e('Table\x20of\x20contents'),'description':_0x2e848e('Insert\x20table\x20of\x20contents'),'aliases':['toc']},{'id':'numberedList','commandName':'numberedList','icon':_0x4d78f1,'title':_0x2e848e('Numbered\x20list'),'description':_0x2e848e('Create\x20a\x20numbered\x20list')},{'id':'outdent','commandName':'outdent','icon':_0x4d5e49,'title':_0x2e848e('Decrease\x20indent'),'description':_0x2e848e('Decrease\x20the\x20indentation')},{'id':'paragraph','commandName':'paragraph','icon':_0x58533d,'title':_0x2e848e('Paragraph'),'description':_0x2e848e('Insert\x20a\x20paragraph')},{'id':'todoList','commandName':'todoList','icon':_0x38bef8,'title':_0x2e848e('To-do\x20list'),'description':_0x2e848e('Create\x20a\x20to-do\x20list')}];}['_proxyIsEnabled'](_0x2328a4){return _0x2328a4['isEnabled']?_0x2328a4['isEnabled'](this['editor']):!_0x2328a4['commandName']||this['editor']['commands']['get'](_0x2328a4['commandName'])['isEnabled'];}['_proxyExecute'](_0xeaaf6){if(_0xeaaf6['execute'])_0xeaaf6['execute'](this['editor']);else{if(!_0xeaaf6['commandName'])throw new _0x43850e('slash-command-execute-missing',this['editor'],{'commandDefinition':_0xeaaf6});this['editor']['execute'](_0xeaaf6['commandName']);}}}function H(_0x2dddf4,_0x464db4){return _0x2dddf4['title']<_0x464db4['title']?-0x1:_0x2dddf4['title']>_0x464db4['title']?0x1:0x0;}function O(_0x407993,_0x3fba20){return _0x3fba20+'-'+_0x407993['toLowerCase']()['split']('\x20')['join']('-');}class e extends _0x381c9a{static get['pluginName'](){return'SlashCommandEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[L];}['getMatchingCommands'](_0x499954){const _0x445482=_0x499954&&_0x499954['toLowerCase']();let _0x512c9e=this['editor']['plugins']['get']('SlashCommandConfig')['getAllowedCommands']();if(_0x512c9e=_0x512c9e['filter'](_0x37cf96=>_0x37cf96['isEnabled']()),_0x445482){const _0x167e08=[],_0x983b6e=[],_0x351561=[],_0x3f7545=[];for(const _0x1354ff of _0x512c9e)_0x1354ff['id']['toLowerCase']()['includes'](_0x445482)?_0x167e08['push'](_0x1354ff):_0x1354ff['title']['toLowerCase']()['includes'](_0x445482)?_0x983b6e['push'](_0x1354ff):_0x1354ff['aliases']&&_0x1354ff['aliases']['some'](_0x1bf5e8=>_0x1bf5e8['toLowerCase']()['includes'](_0x445482))?_0x351561['push'](_0x1354ff):_0x1354ff['description']&&_0x1354ff['description']['toLowerCase']()['includes'](_0x445482)&&_0x3f7545['push'](_0x1354ff);_0x512c9e=_0x167e08['concat'](_0x983b6e,_0x351561,_0x3f7545);}return _0x512c9e;}}class K extends _0x5f54be{constructor(_0x4edcd3,_0x2765a0){super(_0x4edcd3),this['textPartView']=this['_createTextPartView'](_0x4edcd3,_0x2765a0),void 0x0!==_0x2765a0['isIconColorInherited']&&(this['iconView']['isColorInherited']=_0x2765a0['isIconColorInherited']),this['set']({'icon':_0x2765a0['icon']||_0x1957e7,'withText':!0x0,'label':_0x2765a0['title'],'class':'ck-slash-command-button'});}['render'](){super['render'](),this['children']['add'](this['textPartView']);}['_createTextPartView'](_0x3236f7,_0x1b9971){const _0x4637a8=new _0x4358f4(_0x3236f7);return _0x4637a8['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-slash-command-button__text-part']},'children':_0x1b9971['description']?[this['labelView'],{'tag':'span','attributes':{'class':['ck','ck-slash-command-button__description']},'children':[{'text':_0x1b9971['description']}]}]:[this['labelView']]}),_0x4637a8;}}class s extends _0x381c9a{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'SlashCommandUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x2c0038){super(_0x2c0038),this['_setupMentionConfiguration']();}['init'](){this['editor']['once']('ready',this['_overrideMentionExecuteListener']['bind'](this)),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x9ac509=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x302de8;for(const _0x2c26db in _0x9ac509){const _0x54b331=_0x2c26db,_0x48df12=_0x9ac509[_0x54b331];if('slashCommandLicenseKeyValid'==_0x48df12||'slashCommandLicenseKeyInvalid'==_0x48df12||'slashCommandLicenseKeyExpired'==_0x48df12||'slashCommandLicenseKeyDomainLimit'==_0x48df12||'slashCommandLicenseKeyNotAllowed'==_0x48df12||'slashCommandLicenseKeyEvaluationLimit'==_0x48df12||'slashCommandLicenseKeyTrialLimit'==_0x48df12||'slashCommandLicenseKeyUsageLimit'==_0x48df12){delete _0x9ac509[_0x54b331],_0x302de8=_0x48df12,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'slashCommandLicenseKeyInvalid'==_0x302de8&&_0x9ac509['_showLicenseError']('invalid'),'slashCommandLicenseKeyExpired'==_0x302de8&&_0x9ac509['_showLicenseError']('expired'),'slashCommandLicenseKeyDomainLimit'==_0x302de8&&_0x9ac509['_showLicenseError']('domainLimit'),'slashCommandLicenseKeyNotAllowed'==_0x302de8&&_0x9ac509['_showLicenseError']('featureNotAllowed','SlashCommand'),'slashCommandLicenseKeyEvaluationLimit'==_0x302de8&&_0x9ac509['_showLicenseError']('evaluationLimit'),'slashCommandLicenseKeyTrialLimit'==_0x302de8&&_0x9ac509['_showLicenseError']('trialLimit'),'slashCommandLicenseKeyUsageLimit'==_0x302de8&&_0x9ac509['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}['_setupMentionConfiguration'](){const _0x24060a=this['editor'],_0x2373f2=this['editor']['plugins']['get']('SlashCommandEditing'),_0x50b27d=_0x24060a['config']['get']('mention.feeds');_0x50b27d['push']({'marker':'/','feed':_0x5e3ac6=>_0x2373f2['getMatchingCommands'](_0x5e3ac6),'itemRenderer':this['_customItemRenderer']['bind'](this),'dropdownLimit':_0x24060a['config']['get']('slashCommand.dropdownLimit')||0x1/0x0}),_0x24060a['config']['set']('mention.feeds',_0x50b27d);}['_overrideMentionExecuteListener'](){const _0x2d752b=this['editor'];_0x2d752b['commands']['get']('mention')['on']('execute',(_0xe7b1fd,_0x520266)=>{const _0x64a665=_0x520266[0x0],_0x58c3ed=_0x2d752b['model'];'/'===_0x64a665['marker']&&_0x58c3ed['change'](_0x2d74c5=>{_0x2d74c5['remove'](_0x64a665['range']),_0x64a665['mention']['execute'](),_0xe7b1fd['stop']();});},{'priority':'high'});}['_customItemRenderer'](_0x3bd203){const _0x2a4e59=this['editor']['locale'],_0x4fde4c=new K(_0x2a4e59,_0x3bd203);return _0x4fde4c['render'](),_0x4fde4c['element'];}}class m extends _0x381c9a{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 _0xb159bd}from'@ckeditor/ckeditor5-core/dist/index.js';import{CKEditorError as _0x53261f,uid as _0x1725c6}from'@ckeditor/ckeditor5-utils/dist/index.js';import{IconRobotPencil as _0x48e3b6,IconQuote as _0x42bd64,IconBulletedList as _0x478bd3,IconCodeBlock as _0x4f2ba3,IconBrowseFiles as _0x1ba20d,IconEmoji as _0x5e9fc0,IconHeading1 as _0xd6e736,IconHeading2 as _0x26ed4a,IconHeading3 as _0x5a639d,IconHeading4 as _0x17f93b,IconHeading5 as _0x2c1b98,IconHeading6 as _0xfb4cdd,IconHorizontalLine as _0x4b359f,IconHtml as _0x496fd5,IconIndent as _0x407192,IconTable as _0x48ccc2,IconTableOfContents as _0x184f5c,IconNumberedList as _0x4afcf2,IconOutdent as _0x307ede,IconParagraph as _0x4f416f,IconTodoList as _0x299ce0,IconPlay as _0x48b88f}from'@ckeditor/ckeditor5-icons/dist/index.js';import{ButtonView as _0x113252,View as _0x4d55fe}from'@ckeditor/ckeditor5-ui/dist/index.js';class L extends _0xb159bd{static get['pluginName'](){return'SlashCommandConfig';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x378f7b){super(_0x378f7b),this['_allowedCommands']=null;}['afterInit'](){const _0x583024=this['editor']['config']['get']('slashCommand.removeCommands')||[],_0x137182=function(_0x20880c){let _0x2284ff=['heading4','heading5','heading6'];if(_0x20880c){const _0x1baa73=_0x20880c['map'](_0x164620=>_0x164620['model']);_0x2284ff=['heading1','heading2','heading3','heading4','heading5','heading6']['filter'](_0x3014a7=>!_0x1baa73['includes'](_0x3014a7));}return _0x2284ff;}(this['editor']['config']['get']('heading.options'));let _0x29c558=this['getDefaultCommands']()['filter'](_0x3086b6=>!_0x137182['includes'](_0x3086b6['id']))['filter'](_0x23edc2=>!_0x583024['includes'](_0x23edc2['commandName']));const _0x1a3e21=this['editor']['config']['get']('slashCommand.extraCommands');_0x1a3e21&&_0x1a3e21['length']&&(_0x29c558=_0x29c558['concat'](_0x1a3e21));const _0x48741f=this['editor']['config']['get']('template.definitions');_0x48741f&&_0x48741f['length']&&(_0x29c558=_0x29c558['concat'](function(_0xc491d2){return _0xc491d2['map'](_0x5ee1ec=>{const {title:_0x58aecd,icon:_0x505342,description:_0x346836,data:_0x2e79ba}=_0x5ee1ec,_0x288bf6={'id':O(_0x58aecd,'template'),'commandName':'insertTemplate','execute':_0xdd4d29=>{_0xdd4d29['execute']('insertTemplate',_0x2e79ba);},'description':_0x346836,'icon':_0x505342,'title':_0x58aecd};return _0x505342&&(_0x288bf6['isIconColorInherited']=!0x1),_0x288bf6;});}(_0x48741f)));const _0x7a00c8=this['editor']['config']['get']('style.definitions');_0x7a00c8&&_0x7a00c8['length']&&(_0x29c558=_0x29c558['concat'](function(_0x40e040){return _0x40e040['map'](_0x30d32a=>({'id':O(_0x30d32a['name'],'style'),'commandName':'style','execute':_0x4aac74=>{_0x4aac74['execute']('style',{'styleName':_0x30d32a['name']});},'isEnabled':_0x2f8421=>{const _0x4f1d2e=_0x2f8421['commands']['get']('style');return _0x4f1d2e['isEnabled']&&_0x4f1d2e['enabledStyles']['includes'](_0x30d32a['name']);},'title':_0x30d32a['name']}));}(_0x7a00c8)));const _0x52391b=_0x29c558['filter'](_0x23926b=>!_0x23926b['commandName']||void 0x0!==this['editor']['commands']['get'](_0x23926b['commandName'])),_0x3b2533=[];for(const _0x1de26d of _0x52391b)_0x3b2533['push']({'id':_0x1de26d['id'],'commandName':_0x1de26d['commandName'],'title':'function'==typeof _0x1de26d['title']?_0x1de26d['title'](this['editor']):_0x1de26d['title'],'description':_0x1de26d['description'],'icon':_0x1de26d['icon'],'isIconColorInherited':_0x1de26d['isIconColorInherited'],'aliases':_0x1de26d['aliases'],'isEnabled':()=>this['_proxyIsEnabled'](_0x1de26d),'execute':()=>this['_proxyExecute'](_0x1de26d)});this['_allowedCommands']=_0x3b2533['sort'](H),async function(_0x348ef1){const _0x59f56a=_0x30d586([0x34,0x58,0x6b,0x4c,0x57,0x52,0x7a,0x55,0x45,0x32,0x4a,0x35,0x54,0x6a,0x49,0x37,0x6c,0x62,0x42,0x73,0x6d,0x4b,0x70,0x74,0x78,0x4e,0x4d,0x65,0x4f,0x59,0x31,0x71,0x67,0x68,0x75,0x66,0x41,0x44,0x50,0x77,0x53,0x30,0x38,0x76,0x47,0x46,0x72,0x33,0x5a,0x51,0x6f,0x43,0x79,0x64,0x61,0x63,0x48,0x6e,0x39,0x69,0x36,0x56]),_0x45d56e=0x6e6bd9da,_0x8497a4=0x6e6cb2da^_0x45d56e,_0x2abdaf=window[_0x30d586([0x44,0x61,0x74,0x65])][_0x30d586([0x6e,0x6f,0x77])](),_0xa7e6fd=_0x348ef1[_0x30d586([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x23c0fc=new window[(_0x30d586([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2a5e3c=>{_0xa7e6fd[_0x30d586([0x6f,0x6e,0x63,0x65])](_0x30d586([0x72,0x65,0x61,0x64,0x79]),_0x2a5e3c);}),_0x3ea157={[_0x30d586([0x6b,0x74,0x79])]:_0x30d586([0x45,0x43]),[_0x30d586([0x75,0x73,0x65])]:_0x30d586([0x73,0x69,0x67]),[_0x30d586([0x63,0x72,0x76])]:_0x30d586([0x50,0x2d,0x32,0x35,0x36]),[_0x30d586([0x78])]:_0x30d586([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]),[_0x30d586([0x79])]:_0x30d586([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]),[_0x30d586([0x61,0x6c,0x67])]:_0x30d586([0x45,0x53,0x32,0x35,0x36])},_0x2001ec=_0xa7e6fd[_0x30d586([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x30d586([0x67,0x65,0x74])](_0x30d586([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x485b08(){let _0x2ed797,_0x1b5c14=null,_0x8323ee=null;try{if(_0x2001ec==_0x30d586([0x47,0x50,0x4c]))return _0x30d586([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x2ed797=_0x482ef9(),!_0x2ed797)return _0x30d586([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x2ed797[_0x30d586([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x8323ee=_0x5b15f0(_0x2ed797[_0x30d586([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x2ed797[_0x30d586([0x6a,0x74,0x69])])),await _0x1fa26f()?_0x72baa8()?_0x3f822e()?_0x30d586([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x19dadb()?(_0x2ed797[_0x30d586([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x30d586([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x1b5c14=_0x242cee(_0x30d586([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x2ed797[_0x30d586([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x30d586([0x74,0x72,0x69,0x61,0x6c])&&(_0x1b5c14=_0x242cee(_0x30d586([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x3acc98()):_0x30d586([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x30d586([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x30d586([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x30d586([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x3f822e(){const _0x3c21c5=[_0x30d586([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x30d586([0x74,0x72,0x69,0x61,0x6c])][_0x30d586([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2ed797[_0x30d586([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x2abdaf/0x3e8:0xe10*_0x8497a4;return _0x2ed797[_0x30d586([0x65,0x78,0x70])]<_0x3c21c5;}function _0x72baa8(){const _0x2296a3=_0x2ed797[_0x30d586([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x2296a3&&(!!_0x2296a3[_0x30d586([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x30d586([0x2a]))||(!!_0x2296a3[_0x30d586([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x30d586([0x53,0x43]))||!!_0x2296a3[_0x30d586([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x30d586([0x50,0x50]))));}function _0x19dadb(){const _0x35311a=_0x2ed797[_0x30d586([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x35311a||0x0==_0x35311a[_0x30d586([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x4db2d7}=new URL(window[_0x30d586([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x35311a[_0x30d586([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4db2d7))return!0x0;const _0x3654c8=_0x4db2d7[_0x30d586([0x73,0x70,0x6c,0x69,0x74])](_0x30d586([0x2e]));return _0x35311a[_0x30d586([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x226e80=>_0x226e80[_0x30d586([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x30d586([0x2a])))[_0x30d586([0x6d,0x61,0x70])](_0x4c912b=>_0x4c912b[_0x30d586([0x73,0x70,0x6c,0x69,0x74])](_0x30d586([0x2e])))[_0x30d586([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x36c86b=>_0x36c86b[_0x30d586([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x3654c8[_0x30d586([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x30d586([0x6d,0x61,0x70])](_0xd67a37=>Array(_0x3654c8[_0x30d586([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0xd67a37[_0x30d586([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x30d586([0x66,0x69,0x6c,0x6c])](_0xd67a37[0x0]===_0x30d586([0x2a])?_0x30d586([0x2a]):'')[_0x30d586([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0xd67a37))[_0x30d586([0x73,0x6f,0x6d,0x65])](_0x1ecdd1=>_0x3654c8[_0x30d586([0x65,0x76,0x65,0x72,0x79])]((_0x286929,_0x554a90)=>_0x1ecdd1[_0x554a90]===_0x286929||_0x1ecdd1[_0x554a90]===_0x30d586([0x2a])));}function _0x3acc98(){return _0x1b5c14&&_0x8323ee?new window[(_0x30d586([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x25f4a7,_0x823dd5)=>{_0x1b5c14[_0x30d586([0x74,0x68,0x65,0x6e])](_0x25f4a7,_0x823dd5),_0x8323ee[_0x30d586([0x74,0x68,0x65,0x6e])](_0x1e8f96=>{_0x1e8f96!=_0x30d586([0x56,0x61,0x6c,0x69,0x64])&&_0x25f4a7(_0x1e8f96);},_0x823dd5);}):_0x1b5c14||_0x8323ee||_0x30d586([0x56,0x61,0x6c,0x69,0x64]);}}function _0x5b15f0(_0x581931,_0x4a6099){return new window[(_0x30d586([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5e9ce5=>{if(_0x523aea())return _0x5e9ce5(_0x30d586([0x56,0x61,0x6c,0x69,0x64]));_0x2f402d(),_0xa7e6fd[_0x30d586([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x30d586([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x4351be=!0x1;const _0xa7b780=_0x1725c6();function _0x285de7(_0x38ac8e){return!!_0x38ac8e&&(typeof _0x38ac8e===_0x30d586([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x38ac8e===_0x30d586([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x38ac8e[_0x30d586([0x74,0x68,0x65,0x6e])]===_0x30d586([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x38ac8e[_0x30d586([0x63,0x61,0x74,0x63,0x68])]===_0x30d586([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x4a5141(_0x302daf){_0x5921c6(_0x302daf)[_0x30d586([0x74,0x68,0x65,0x6e])](_0x27031a=>{if(!_0x27031a||_0x27031a[_0x30d586([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x30d586([0x6f,0x6b]))return _0x30d586([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x32e6bf(_0x1d08bf(_0xa7b780+_0x4a6099))!=_0x27031a[_0x30d586([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x30d586([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x30d586([0x56,0x61,0x6c,0x69,0x64]);})[_0x30d586([0x74,0x68,0x65,0x6e])](_0xff76f2=>(_0xe1a299(),_0xff76f2),()=>{const _0x2a7ca5=_0x15e101();return null==_0x2a7ca5?(_0xe1a299(),_0x30d586([0x56,0x61,0x6c,0x69,0x64])):_0x30d586(_0x2abdaf-_0x2a7ca5>(0x4a675dda^_0x45d56e)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x30d586([0x74,0x68,0x65,0x6e])](_0x5e9ce5)[_0x30d586([0x63,0x61,0x74,0x63,0x68])](()=>{_0x5e9ce5(_0x30d586([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x50197d=0x6e5d375a^_0x45d56e;function _0xe1a299(){const _0x4a05c1=_0x30d586([0x6c,0x6c,0x63,0x74,0x2d])+_0x32e6bf(_0x1d08bf(_0x581931)),_0x31025d=_0x110d7b(_0x32e6bf(window[_0x30d586([0x4d,0x61,0x74,0x68])][_0x30d586([0x63,0x65,0x69,0x6c])](_0x2abdaf/_0x50197d)));window[_0x30d586([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x30d586([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x4a05c1,_0x31025d);}function _0x15e101(){const _0x12d548=_0x30d586([0x6c,0x6c,0x63,0x74,0x2d])+_0x32e6bf(_0x1d08bf(_0x581931)),_0x2df81d=window[_0x30d586([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x30d586([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x12d548);return _0x2df81d?window[_0x30d586([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x110d7b(_0x2df81d),0x10)*_0x50197d:null;}function _0x5921c6(_0xb38feb){return new window[(_0x30d586([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x34be83,_0x3daead)=>{_0xb38feb[_0x30d586([0x74,0x68,0x65,0x6e])](_0x34be83,_0x3daead),window[_0x30d586([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x3daead,0x6e6a0d1a^_0x45d56e);});}}_0xa7e6fd[_0x30d586([0x6f,0x6e])](_0x30d586([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x1060d6,_0x5de40c)=>{if(_0x5de40c[0x0]!=_0x581931)return _0x5e9ce5(_0x30d586([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x5de40c[0x1]={..._0x5de40c[0x1],[_0x30d586([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0xa7b780};},{[_0x30d586([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x30d586([0x68,0x69,0x67,0x68])}),_0xa7e6fd[_0x30d586([0x6f,0x6e])](_0x30d586([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x2ca149=>{_0x285de7(_0x2ca149[_0x30d586([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x4351be=!0x0,_0x4a5141(_0x2ca149[_0x30d586([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x30d586([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x30d586([0x6c,0x6f,0x77])}),_0x23c0fc[_0x30d586([0x74,0x68,0x65,0x6e])](()=>{_0x4351be||_0x5e9ce5(_0x30d586([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x523aea(){return _0xa7e6fd[_0x30d586([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x30d586([0x76,0x69,0x65,0x77])][_0x30d586([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x30d586([0x61,0x75,0x74,0x6f]);}function _0x2f402d(){_0xa7e6fd[_0x30d586([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x30d586([0x76,0x69,0x65,0x77])][_0x30d586([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x30d586([0x61,0x75,0x74,0x6f]);}}function _0x242cee(_0x13347f){const _0x1d684e=[new window[(_0x30d586([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x336016=>setTimeout(_0x336016,0x6e62e716^_0x45d56e)),_0x23c0fc[_0x30d586([0x74,0x68,0x65,0x6e])](()=>new window[(_0x30d586([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x56226d=>{let _0x50f8fc=0x0;_0xa7e6fd[_0x30d586([0x6d,0x6f,0x64,0x65,0x6c])][_0x30d586([0x6f,0x6e])](_0x30d586([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x1b8e33,_0x5305ec)=>{_0x5305ec[0x0][_0x30d586([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x50f8fc++,_0x50f8fc==(0x6e6bd822^_0x45d56e)&&(_0x56226d(),_0x1b8e33[_0x30d586([0x6f,0x66,0x66])]());});}))];return window[_0x30d586([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x30d586([0x72,0x61,0x63,0x65])](_0x1d684e)[_0x30d586([0x74,0x68,0x65,0x6e])](()=>_0x13347f);}async function _0x1666e1(){await _0x23c0fc,_0xa7e6fd[_0x30d586([0x6d,0x6f,0x64,0x65,0x6c])][_0x30d586([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x3a0c0d,_0xa7e6fd[_0x30d586([0x6d,0x6f,0x64,0x65,0x6c])][_0x30d586([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x3a0c0d,_0xa7e6fd[_0x30d586([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x30d586([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x115439(_0xc1f3ab){const _0x24ee54=_0x349ec8();_0xa7e6fd[_0x24ee54]=_0x30d586([0x73,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0xc1f3ab,_0xc1f3ab!=_0x30d586([0x56,0x61,0x6c,0x69,0x64])&&_0x1666e1();}function _0x349ec8(){const _0x5281eb=window[_0x30d586([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x30d586([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x30d586([0x6e,0x6f,0x77])]())[_0x30d586([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x30d586([0x2e]),'');let _0x47edc7=_0x30d586([0x58]);for(let _0x5c6690=0x0;_0x5c6690<_0x5281eb[_0x30d586([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x5c6690+=0x2){let _0x3763d1=window[_0x30d586([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x5281eb[_0x30d586([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x5c6690,_0x5c6690+0x2));_0x3763d1>=_0x59f56a[_0x30d586([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x3763d1-=_0x59f56a[_0x30d586([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x47edc7+=_0x59f56a[_0x3763d1];}return _0x47edc7;}function _0x482ef9(){const _0xe41b2=_0x2001ec[_0x30d586([0x73,0x70,0x6c,0x69,0x74])](_0x30d586([0x2e]));if(0x3!=_0xe41b2[_0x30d586([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x1bf05a(_0xe41b2[0x1]);function _0x1bf05a(_0x19600d){const _0x303acd=_0x4bbc83(_0x19600d);return _0x303acd&&_0x3fb575()?_0x303acd:null;function _0x3fb575(){const _0x4a59bc=_0x303acd[_0x30d586([0x6a,0x74,0x69])],_0x206a40=window[_0x30d586([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x4a59bc[_0x30d586([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x4a59bc[_0x30d586([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x46e616={..._0x303acd,[_0x30d586([0x6a,0x74,0x69])]:_0x4a59bc[_0x30d586([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x4a59bc[_0x30d586([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x46e616[_0x30d586([0x76,0x63])],_0x1d08bf(_0x46e616)==_0x206a40;}}}async function _0x1fa26f(){let _0x5df48f=!0x0;try{const _0x28270b=_0x2001ec[_0x30d586([0x73,0x70,0x6c,0x69,0x74])](_0x30d586([0x2e])),[_0x22bc77,_0x46d7fd,_0x910167]=_0x28270b;return _0x884072(_0x22bc77),await _0x44ef0d(_0x22bc77,_0x46d7fd,_0x910167),_0x5df48f;}catch{return!0x1;}function _0x884072(_0x236445){const _0x178a4b=_0x4bbc83(_0x236445);_0x178a4b&&_0x178a4b[_0x30d586([0x61,0x6c,0x67])]==_0x30d586([0x45,0x53,0x32,0x35,0x36])||(_0x5df48f=!0x1);}async function _0x44ef0d(_0x591441,_0x2bb32c,_0x57de0c){const _0x40da75=window[_0x30d586([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x30d586([0x66,0x72,0x6f,0x6d])](_0x26f207(_0x57de0c),_0x42e276=>_0x42e276[_0x30d586([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x1f9402=new window[(_0x30d586([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x30d586([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x591441+_0x30d586([0x2e])+_0x2bb32c),_0x479274=window[_0x30d586([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x30d586([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x479274)return;const _0x240e66=await _0x479274[_0x30d586([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x30d586([0x6a,0x77,0x6b]),_0x3ea157,{[_0x30d586([0x6e,0x61,0x6d,0x65])]:_0x30d586([0x45,0x43,0x44,0x53,0x41]),[_0x30d586([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x30d586([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x30d586([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x479274[_0x30d586([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x30d586([0x6e,0x61,0x6d,0x65])]:_0x30d586([0x45,0x43,0x44,0x53,0x41]),[_0x30d586([0x68,0x61,0x73,0x68])]:{[_0x30d586([0x6e,0x61,0x6d,0x65])]:_0x30d586([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x240e66,_0x40da75,_0x1f9402)||(_0x5df48f=!0x1);}}function _0x4bbc83(_0x122cd0){return _0x122cd0[_0x30d586([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x30d586([0x65,0x79]))?JSON[_0x30d586([0x70,0x61,0x72,0x73,0x65])](_0x26f207(_0x122cd0)):null;}function _0x26f207(_0x2576a2){return window[_0x30d586([0x61,0x74,0x6f,0x62])](_0x2576a2[_0x30d586([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x30d586([0x2b]))[_0x30d586([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x30d586([0x2f])));}function _0x1d08bf(_0x49da79){let _0x149f6d=0x1505;function _0x405b8c(_0x44f9a7){for(let _0x4e5e40=0x0;_0x4e5e40<_0x44f9a7[_0x30d586([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x4e5e40++){const _0x3b789a=_0x44f9a7[_0x30d586([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x4e5e40);_0x149f6d=(_0x149f6d<<0x5)+_0x149f6d+_0x3b789a,_0x149f6d&=_0x149f6d;}}function _0x288dc6(_0x4896a){Array[_0x30d586([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x4896a)?_0x4896a[_0x30d586([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x288dc6):_0x4896a&&typeof _0x4896a==_0x30d586([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x30d586([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x4896a)[_0x30d586([0x73,0x6f,0x72,0x74])]()[_0x30d586([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x39feae,_0x5a318a])=>{_0x405b8c(_0x39feae),_0x288dc6(_0x5a318a);}):_0x405b8c(window[_0x30d586([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x4896a));}return _0x288dc6(_0x49da79),_0x149f6d>>>0x0;}function _0x32e6bf(_0x33a322){return _0x33a322[_0x30d586([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x30d586([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x30d586([0x30]));}function _0x110d7b(_0x1433e8){return _0x1433e8[_0x30d586([0x73,0x70,0x6c,0x69,0x74])]('')[_0x30d586([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x30d586([0x6a,0x6f,0x69,0x6e])]('');}function _0x3a0c0d(){}function _0x30d586(_0x5b5c75){return _0x5b5c75['map'](_0x4f04df=>String['fromCharCode'](_0x4f04df))['join']('');}_0x115439(await _0x485b08());}(this);}['getAllowedCommands'](){return this['_allowedCommands'];}['getDefaultCommands'](){const _0x56192a=_0x143894=>function(_0x3f3c51,_0x15728b){const t=_0x3f3c51['t'],_0x5cd0e7=_0x3f3c51['t'];switch(_0x15728b){case'AI\x20Assistant':return _0x5cd0e7('AI\x20Assistant');case'Block\x20quote':return _0x5cd0e7('Block\x20quote');case'Bulleted\x20list':return _0x5cd0e7('Bulleted\x20list');case'Insert\x20code\x20block':return _0x5cd0e7('Insert\x20code\x20block');case'Open\x20file\x20manager':return _0x5cd0e7('Open\x20file\x20manager');case'Insert\x20image':return _0x5cd0e7('Insert\x20image');case'Heading\x201':return _0x5cd0e7('Heading\x201');case'Heading\x202':return _0x5cd0e7('Heading\x202');case'Heading\x203':return _0x5cd0e7('Heading\x203');case'Heading\x204':return _0x5cd0e7('Heading\x204');case'Heading\x205':return _0x5cd0e7('Heading\x205');case'Heading\x206':return _0x5cd0e7('Heading\x206');case'Horizontal\x20line':return _0x5cd0e7('Horizontal\x20line');case'Insert\x20HTML':return _0x5cd0e7('Insert\x20HTML');case'Increase\x20indent':return _0x5cd0e7('Increase\x20indent');case'Insert\x20table':return _0x5cd0e7('Insert\x20table');case'Table\x20of\x20contents':return _0x5cd0e7('Table\x20of\x20contents');case'Numbered\x20list':return _0x5cd0e7('Numbered\x20list');case'Decrease\x20indent':return _0x5cd0e7('Decrease\x20indent');case'Paragraph':return _0x5cd0e7('Paragraph');case'To-do\x20list':return _0x5cd0e7('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 _0x15728b;}}(this['editor']['locale'],_0x143894);return[{'id':'aiAssistant','commandName':'showAIAssistant','icon':_0x48e3b6,'title':_0x56192a('AI\x20Assistant'),'description':_0x56192a('Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content'),'execute':_0xa997a3=>{setTimeout(()=>_0xa997a3['execute']('showAIAssistant'));}},{'id':'blockQuote','commandName':'blockQuote','icon':_0x42bd64,'title':_0x56192a('Block\x20quote'),'description':_0x56192a('Create\x20a\x20block\x20quote')},{'id':'bulletedList','commandName':'bulletedList','icon':_0x478bd3,'title':_0x56192a('Bulleted\x20list'),'description':_0x56192a('Create\x20a\x20bulleted\x20list')},{'id':'codeBlock','commandName':'codeBlock','icon':_0x4f2ba3,'title':_0x56192a('Insert\x20code\x20block'),'description':_0x56192a('Create\x20a\x20code\x20block')},{'id':'ckbox','commandName':'ckbox','icon':_0x1ba20d,'title':_0x56192a('Open\x20file\x20manager'),'description':_0x56192a('Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file'),'aliases':['ckfinder','filemanager','upload']},{'id':'ckfinder','commandName':'ckfinder','icon':_0x1ba20d,'title':_0x56192a('Insert\x20image'),'description':_0x56192a('Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file'),'aliases':['ckbox','filemanager','upload']},{'id':'emoji','commandName':'emoji','icon':_0x5e9fc0,'title':_0x56192a('Emoji'),'description':_0x56192a('Insert\x20an\x20emoji'),'execute':_0x48b199=>{setTimeout(()=>_0x48b199['execute']('emoji'));}},{'id':'heading1','commandName':'heading','icon':_0xd6e736,'title':_0x56192a('Heading\x201'),'description':_0x56192a('Create\x20a\x20heading\x20level\x201'),'execute':_0x4adfff=>{_0x4adfff['execute']('heading',{'value':'heading1'});}},{'id':'heading2','commandName':'heading','icon':_0x26ed4a,'title':_0x56192a('Heading\x202'),'description':_0x56192a('Create\x20a\x20heading\x20level\x202'),'execute':_0x595519=>{_0x595519['execute']('heading',{'value':'heading2'});}},{'id':'heading3','commandName':'heading','icon':_0x5a639d,'title':_0x56192a('Heading\x203'),'description':_0x56192a('Create\x20a\x20heading\x20level\x203'),'execute':_0x507e1e=>{_0x507e1e['execute']('heading',{'value':'heading3'});}},{'id':'heading4','commandName':'heading','icon':_0x17f93b,'title':_0x56192a('Heading\x204'),'description':_0x56192a('Create\x20a\x20heading\x20level\x204'),'execute':_0x3c6a63=>{_0x3c6a63['execute']('heading',{'value':'heading4'});}},{'id':'heading5','commandName':'heading','icon':_0x2c1b98,'title':_0x56192a('Heading\x205'),'description':_0x56192a('Create\x20a\x20heading\x20level\x205'),'execute':_0x37608b=>{_0x37608b['execute']('heading',{'value':'heading5'});}},{'id':'heading6','commandName':'heading','icon':_0xfb4cdd,'title':_0x56192a('Heading\x206'),'description':_0x56192a('Create\x20a\x20heading\x20level\x206'),'execute':_0x337cab=>{_0x337cab['execute']('heading',{'value':'heading6'});}},{'id':'horizontalLine','commandName':'horizontalLine','icon':_0x4b359f,'title':_0x56192a('Horizontal\x20line'),'description':_0x56192a('Insert\x20a\x20horizontal\x20line')},{'id':'htmlEmbed','commandName':'htmlEmbed','icon':_0x496fd5,'title':_0x56192a('Insert\x20HTML'),'description':_0x56192a('Insert\x20an\x20HTML\x20snippet')},{'id':'indent','commandName':'indent','icon':_0x407192,'title':_0x56192a('Increase\x20indent'),'description':_0x56192a('Increase\x20the\x20indentation')},{'id':'insertMermaidCommand','commandName':'insertMermaidCommand','title':_0x56192a('Insert\x20Mermaid\x20diagram'),'description':_0x56192a('Insert\x20the\x20Mermaid\x20diagram')},{'id':'insertTable','commandName':'insertTable','icon':_0x48ccc2,'title':_0x56192a('Insert\x20table'),'description':_0x56192a('Create\x20a\x20table')},{'id':'insertTableOfContents','commandName':'insertTableOfContents','icon':_0x184f5c,'title':_0x56192a('Table\x20of\x20contents'),'description':_0x56192a('Insert\x20table\x20of\x20contents'),'aliases':['toc']},{'id':'numberedList','commandName':'numberedList','icon':_0x4afcf2,'title':_0x56192a('Numbered\x20list'),'description':_0x56192a('Create\x20a\x20numbered\x20list')},{'id':'outdent','commandName':'outdent','icon':_0x307ede,'title':_0x56192a('Decrease\x20indent'),'description':_0x56192a('Decrease\x20the\x20indentation')},{'id':'paragraph','commandName':'paragraph','icon':_0x4f416f,'title':_0x56192a('Paragraph'),'description':_0x56192a('Insert\x20a\x20paragraph')},{'id':'todoList','commandName':'todoList','icon':_0x299ce0,'title':_0x56192a('To-do\x20list'),'description':_0x56192a('Create\x20a\x20to-do\x20list')}];}['_proxyIsEnabled'](_0x368725){return _0x368725['isEnabled']?_0x368725['isEnabled'](this['editor']):!_0x368725['commandName']||this['editor']['commands']['get'](_0x368725['commandName'])['isEnabled'];}['_proxyExecute'](_0xf5a42f){if(_0xf5a42f['execute'])_0xf5a42f['execute'](this['editor']);else{if(!_0xf5a42f['commandName'])throw new _0x53261f('slash-command-execute-missing',this['editor'],{'commandDefinition':_0xf5a42f});this['editor']['execute'](_0xf5a42f['commandName']);}}}function H(_0xc1b170,_0x189dba){return _0xc1b170['title']<_0x189dba['title']?-0x1:_0xc1b170['title']>_0x189dba['title']?0x1:0x0;}function O(_0x529cdb,_0x1698ce){return _0x1698ce+'-'+_0x529cdb['toLowerCase']()['split']('\x20')['join']('-');}class e extends _0xb159bd{static get['pluginName'](){return'SlashCommandEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[L];}['getMatchingCommands'](_0x281a47){const _0x36dc34=_0x281a47&&_0x281a47['toLowerCase']();let _0x401b58=this['editor']['plugins']['get']('SlashCommandConfig')['getAllowedCommands']();if(_0x401b58=_0x401b58['filter'](_0x1073c6=>_0x1073c6['isEnabled']()),_0x36dc34){const _0x1c9810=[],_0xc32bcd=[],_0x4a0391=[],_0x393a8a=[];for(const _0x3b76cb of _0x401b58)_0x3b76cb['id']['toLowerCase']()['includes'](_0x36dc34)?_0x1c9810['push'](_0x3b76cb):_0x3b76cb['title']['toLowerCase']()['includes'](_0x36dc34)?_0xc32bcd['push'](_0x3b76cb):_0x3b76cb['aliases']&&_0x3b76cb['aliases']['some'](_0x46dc33=>_0x46dc33['toLowerCase']()['includes'](_0x36dc34))?_0x4a0391['push'](_0x3b76cb):_0x3b76cb['description']&&_0x3b76cb['description']['toLowerCase']()['includes'](_0x36dc34)&&_0x393a8a['push'](_0x3b76cb);_0x401b58=_0x1c9810['concat'](_0xc32bcd,_0x4a0391,_0x393a8a);}return _0x401b58;}}class K extends _0x113252{constructor(_0x273518,_0x517e69){super(_0x273518),this['textPartView']=this['_createTextPartView'](_0x273518,_0x517e69),void 0x0!==_0x517e69['isIconColorInherited']&&(this['iconView']['isColorInherited']=_0x517e69['isIconColorInherited']),this['set']({'icon':_0x517e69['icon']||_0x48b88f,'withText':!0x0,'label':_0x517e69['title'],'class':'ck-slash-command-button'});}['render'](){super['render'](),this['children']['add'](this['textPartView']);}['_createTextPartView'](_0x275add,_0x38117a){const _0x3f2355=new _0x4d55fe(_0x275add);return _0x3f2355['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-slash-command-button__text-part']},'children':_0x38117a['description']?[this['labelView'],{'tag':'span','attributes':{'class':['ck','ck-slash-command-button__description']},'children':[{'text':_0x38117a['description']}]}]:[this['labelView']]}),_0x3f2355;}}class s extends _0xb159bd{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'SlashCommandUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x3122fe){super(_0x3122fe),this['_setupMentionConfiguration']();}['init'](){this['editor']['once']('ready',this['_overrideMentionExecuteListener']['bind'](this)),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0xbc64e=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x33110c;for(const _0x156838 in _0xbc64e){const _0x22cc11=_0x156838,_0x6049c1=_0xbc64e[_0x22cc11];if('slashCommandLicenseKeyValid'==_0x6049c1||'slashCommandLicenseKeyInvalid'==_0x6049c1||'slashCommandLicenseKeyExpired'==_0x6049c1||'slashCommandLicenseKeyDomainLimit'==_0x6049c1||'slashCommandLicenseKeyNotAllowed'==_0x6049c1||'slashCommandLicenseKeyEvaluationLimit'==_0x6049c1||'slashCommandLicenseKeyTrialLimit'==_0x6049c1||'slashCommandLicenseKeyUsageLimit'==_0x6049c1){delete _0xbc64e[_0x22cc11],_0x33110c=_0x6049c1,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'slashCommandLicenseKeyInvalid'==_0x33110c&&_0xbc64e['_showLicenseError']('invalid'),'slashCommandLicenseKeyExpired'==_0x33110c&&_0xbc64e['_showLicenseError']('expired'),'slashCommandLicenseKeyDomainLimit'==_0x33110c&&_0xbc64e['_showLicenseError']('domainLimit'),'slashCommandLicenseKeyNotAllowed'==_0x33110c&&_0xbc64e['_showLicenseError']('featureNotAllowed','SlashCommand'),'slashCommandLicenseKeyEvaluationLimit'==_0x33110c&&_0xbc64e['_showLicenseError']('evaluationLimit'),'slashCommandLicenseKeyTrialLimit'==_0x33110c&&_0xbc64e['_showLicenseError']('trialLimit'),'slashCommandLicenseKeyUsageLimit'==_0x33110c&&_0xbc64e['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}['_setupMentionConfiguration'](){const _0x1a1e94=this['editor'],_0x45dc6b=this['editor']['plugins']['get']('SlashCommandEditing'),_0x349e9b=_0x1a1e94['config']['get']('mention.feeds');_0x349e9b['push']({'marker':'/','feed':_0x29c47f=>_0x45dc6b['getMatchingCommands'](_0x29c47f),'itemRenderer':this['_customItemRenderer']['bind'](this),'dropdownLimit':_0x1a1e94['config']['get']('slashCommand.dropdownLimit')||0x1/0x0}),_0x1a1e94['config']['set']('mention.feeds',_0x349e9b);}['_overrideMentionExecuteListener'](){const _0x5bd91a=this['editor'];_0x5bd91a['commands']['get']('mention')['on']('execute',(_0x2771c9,_0x10e3b6)=>{const _0x120c1b=_0x10e3b6[0x0],_0x4e0fbb=_0x5bd91a['model'];'/'===_0x120c1b['marker']&&_0x4e0fbb['change'](_0x171f45=>{_0x171f45['remove'](_0x120c1b['range']),_0x120c1b['mention']['execute'](),_0x2771c9['stop']();});},{'priority':'high'});}['_customItemRenderer'](_0x4e6e27){const _0x4be851=this['editor']['locale'],_0x2f94c7=new K(_0x4be851,_0x4e6e27);return _0x2f94c7['render'](),_0x2f94c7['element'];}}class m extends _0xb159bd{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.3",
3
+ "version": "45.2.1-alpha.4",
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.3",
16
- "@ckeditor/ckeditor5-icons": "45.2.1-alpha.3",
17
- "@ckeditor/ckeditor5-heading": "45.2.1-alpha.3",
18
- "@ckeditor/ckeditor5-mention": "45.2.1-alpha.3",
19
- "@ckeditor/ckeditor5-style": "45.2.1-alpha.3",
20
- "@ckeditor/ckeditor5-template": "45.2.1-alpha.3",
21
- "@ckeditor/ckeditor5-ui": "45.2.1-alpha.3",
22
- "@ckeditor/ckeditor5-utils": "45.2.1-alpha.3",
23
- "ckeditor5": "45.2.1-alpha.3"
15
+ "@ckeditor/ckeditor5-core": "45.2.1-alpha.4",
16
+ "@ckeditor/ckeditor5-icons": "45.2.1-alpha.4",
17
+ "@ckeditor/ckeditor5-heading": "45.2.1-alpha.4",
18
+ "@ckeditor/ckeditor5-mention": "45.2.1-alpha.4",
19
+ "@ckeditor/ckeditor5-style": "45.2.1-alpha.4",
20
+ "@ckeditor/ckeditor5-template": "45.2.1-alpha.4",
21
+ "@ckeditor/ckeditor5-ui": "45.2.1-alpha.4",
22
+ "@ckeditor/ckeditor5-utils": "45.2.1-alpha.4",
23
+ "ckeditor5": "45.2.1-alpha.4"
24
24
  },
25
25
  "license": "SEE LICENSE IN LICENSE.md",
26
26
  "author": "CKSource (http://cksource.com/)",
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0xcb18f6=_0x369c;function _0x5d25(){const _0x156681=['Insert\x20a\x20horizontal\x20line','1563088kaTcno','Create\x20a\x20numbered\x20list','_proxyExecute','isEnabled','Heading\x204','AI\x20Assistant','Create\x20a\x20heading\x20level\x204','isOfficialPlugin','Insert\x20Mermaid\x20diagram','includes','isIconColorInherited','commandName','5309469oXcWlS','Heading\x203','toLowerCase','To-do\x20list','numberedList','blockQuote','1dxnpIG','map','Create\x20a\x20to-do\x20list','Numbered\x20list','fromCharCode','Heading\x202','model','Insert\x20code\x20block','insertTable','template.definitions','pluginName','21TNTDMk','Insert\x20a\x20paragraph','getDefaultCommands','Decrease\x20the\x20indentation','SlashCommandConfig','icon','getAllowedCommands','todoList','9IlxyHH','insertMermaidCommand','execute','editor','Paragraph','Create\x20a\x20code\x20block','config','filter','filemanager','description','horizontalLine','Emoji','10PKHhpb','insertTableOfContents','Create\x20a\x20heading\x20level\x201','_allowedCommands','Insert\x20an\x20HTML\x20snippet','Bulleted\x20list','style','Heading\x206','emoji','push','Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file','aliases','_proxyIsEnabled','ckbox','heading.options','Insert\x20image','bulletedList','afterInit','Insert\x20an\x20emoji','Create\x20a\x20bulleted\x20list','Insert\x20the\x20Mermaid\x20diagram','codeBlock','heading1','insertTemplate','heading2','heading','648126fhQMcd','Create\x20a\x20heading\x20level\x205','Heading\x201','Create\x20a\x20table','paragraph','locale','Decrease\x20indent','Insert\x20table\x20of\x20contents','upload','Create\x20a\x20heading\x20level\x203','length','Table\x20of\x20contents','264999bVyyjq','toc','htmlEmbed','Insert\x20HTML','join','Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content','aiAssistant','12eMtqyj','href','outdent','slashCommand.removeCommands','get','Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file','heading5','style.definitions','heading6','slashCommand.extraCommands','Open\x20file\x20manager','showAIAssistant','title','Create\x20a\x20heading\x20level\x206','name','isPremiumPlugin','template','sort','Create\x20a\x20block\x20quote','Heading\x205','split','heading4','function','Increase\x20the\x20indentation','Insert\x20table','slash-command-execute-missing','18264ZhcNZo','concat','indent','1111565GgEwUq','12MkXtuA','heading3','commands','Increase\x20indent','Create\x20a\x20heading\x20level\x202','ckfinder','Block\x20quote','enabledStyles','185480aRngrG','Horizontal\x20line'];_0x5d25=function(){return _0x156681;};return _0x5d25();}(function(_0x4b540f,_0x109220){const _0x55233d=_0x369c,_0x3aed00=_0x4b540f();while(!![]){try{const _0x49e93d=-parseInt(_0x55233d(0x15a))/0x1*(-parseInt(_0x55233d(0x10c))/0x2)+-parseInt(_0x55233d(0x118))/0x3*(-parseInt(_0x55233d(0x13d))/0x4)+-parseInt(_0x55233d(0xf2))/0x5*(-parseInt(_0x55233d(0x139))/0x6)+parseInt(_0x55233d(0xde))/0x7*(-parseInt(_0x55233d(0x148))/0x8)+-parseInt(_0x55233d(0xe6))/0x9*(-parseInt(_0x55233d(0x145))/0xa)+parseInt(_0x55233d(0x154))/0xb+-parseInt(_0x55233d(0x11f))/0xc*(parseInt(_0x55233d(0x13c))/0xd);if(_0x49e93d===_0x109220)break;else _0x3aed00['push'](_0x3aed00['shift']());}catch(_0xc10ce2){_0x3aed00['push'](_0x3aed00['shift']());}}}(_0x5d25,0x67b0a));import{Plugin as _0x4da0fc}from'ckeditor5/src/core.js';import{CKEditorError as _0x41e687,uid as _0x1e50bf}from'ckeditor5/src/utils.js';import{IconBrowseFiles as _0x1afed9,IconBulletedList as _0x1f9abd,IconEmoji as _0x49e1cc,IconCodeBlock as _0x1cead0,IconHeading1 as _0x554db7,IconHeading2 as _0x14b5ec,IconHeading3 as _0x41206f,IconHeading4 as _0x1eefa1,IconHeading5 as _0x57bf08,IconHeading6 as _0x8da684,IconHorizontalLine as _0x33eb7d,IconHtml as _0x5cd1e6,IconIndent as _0x1d80dd,IconNumberedList as _0x5933f0,IconOutdent as _0x501438,IconParagraph as _0x1cd5d9,IconQuote as _0x130743,IconRobotPencil as _0x122271,IconTable as _0x354f25,IconTableOfContents as _0x14e273,IconTodoList as _0x2dec8d}from'ckeditor5/src/icons.js';function _0x369c(_0x1dd6f3,_0x5383ab){const _0x5d2550=_0x5d25();return _0x369c=function(_0x369cb0,_0x26e100){_0x369cb0=_0x369cb0-0xda;let _0x11a225=_0x5d2550[_0x369cb0];return _0x11a225;},_0x369c(_0x1dd6f3,_0x5383ab);}import{getTranslation as _0x53e3ad}from'./utils/common-translations.js';import'./slashcommandeditorconfig.js';export default class L extends _0x4da0fc{static get[_0xcb18f6(0xdd)](){const _0x3adcbf=_0xcb18f6;return _0x3adcbf(0xe2);}static get[_0xcb18f6(0x14f)](){return!0x0;}static get[_0xcb18f6(0x12e)](){return!0x0;}constructor(_0x35e614){const _0x102994=_0xcb18f6;super(_0x35e614),this[_0x102994(0xf5)]=null;}[_0xcb18f6(0x103)](){const _0x9b1c38=_0xcb18f6,_0x409622=this[_0x9b1c38(0xe9)][_0x9b1c38(0xec)][_0x9b1c38(0x123)](_0x9b1c38(0x122))||[],_0x59523f=function(_0x2c2a41){const _0x397fe3=_0x9b1c38;let _0xf26627=[_0x397fe3(0x134),_0x397fe3(0x125),_0x397fe3(0x127)];if(_0x2c2a41){const _0x19b867=_0x2c2a41[_0x397fe3(0x15b)](_0x2b7493=>_0x2b7493[_0x397fe3(0x160)]);_0xf26627=[_0x397fe3(0x108),_0x397fe3(0x10a),_0x397fe3(0x13e),_0x397fe3(0x134),_0x397fe3(0x125),_0x397fe3(0x127)][_0x397fe3(0xed)](_0x77c8fd=>!_0x19b867[_0x397fe3(0x151)](_0x77c8fd));}return _0xf26627;}(this[_0x9b1c38(0xe9)][_0x9b1c38(0xec)][_0x9b1c38(0x123)](_0x9b1c38(0x100)));let _0x2562a5=this[_0x9b1c38(0xe0)]()[_0x9b1c38(0xed)](_0x3f9b62=>!_0x59523f[_0x9b1c38(0x151)](_0x3f9b62['id']))[_0x9b1c38(0xed)](_0x51bfe6=>!_0x409622[_0x9b1c38(0x151)](_0x51bfe6[_0x9b1c38(0x153)]));const _0x473bbd=this[_0x9b1c38(0xe9)][_0x9b1c38(0xec)][_0x9b1c38(0x123)](_0x9b1c38(0x128));_0x473bbd&&_0x473bbd[_0x9b1c38(0x116)]&&(_0x2562a5=_0x2562a5[_0x9b1c38(0x13a)](_0x473bbd));const _0x1735d0=this[_0x9b1c38(0xe9)][_0x9b1c38(0xec)][_0x9b1c38(0x123)](_0x9b1c38(0xdc));_0x1735d0&&_0x1735d0[_0x9b1c38(0x116)]&&(_0x2562a5=_0x2562a5[_0x9b1c38(0x13a)](function(_0x4094b3){const _0x5760cf=_0x9b1c38;return _0x4094b3[_0x5760cf(0x15b)](_0x3f56a9=>{const _0x3414fe=_0x5760cf,{title:_0x1960cf,icon:_0x52c449,description:_0x3cc2fb,data:_0x2eafbe}=_0x3f56a9,_0x23396e={'id':O(_0x1960cf,_0x3414fe(0x12f)),'commandName':_0x3414fe(0x109),'execute':_0x24222d=>{const _0xe0835=_0x3414fe;_0x24222d[_0xe0835(0xe8)](_0xe0835(0x109),_0x2eafbe);},'description':_0x3cc2fb,'icon':_0x52c449,'title':_0x1960cf};return _0x52c449&&(_0x23396e[_0x3414fe(0x152)]=!0x1),_0x23396e;});}(_0x1735d0)));const _0x206869=this[_0x9b1c38(0xe9)][_0x9b1c38(0xec)][_0x9b1c38(0x123)](_0x9b1c38(0x126));_0x206869&&_0x206869[_0x9b1c38(0x116)]&&(_0x2562a5=_0x2562a5[_0x9b1c38(0x13a)](function(_0xe4d1f){const _0x5416e4=_0x9b1c38;return _0xe4d1f[_0x5416e4(0x15b)](_0x332212=>({'id':O(_0x332212[_0x5416e4(0x12d)],_0x5416e4(0xf8)),'commandName':_0x5416e4(0xf8),'execute':_0x359b90=>{const _0x3e88f4=_0x5416e4;_0x359b90[_0x3e88f4(0xe8)](_0x3e88f4(0xf8),{'styleName':_0x332212[_0x3e88f4(0x12d)]});},'isEnabled':_0x4bf192=>{const _0x151e62=_0x5416e4,_0x61e7f1=_0x4bf192[_0x151e62(0x13f)][_0x151e62(0x123)](_0x151e62(0xf8));return _0x61e7f1[_0x151e62(0x14b)]&&_0x61e7f1[_0x151e62(0x144)][_0x151e62(0x151)](_0x332212[_0x151e62(0x12d)]);},'title':_0x332212[_0x5416e4(0x12d)]}));}(_0x206869)));const _0x146585=_0x2562a5[_0x9b1c38(0xed)](_0x14407f=>!_0x14407f[_0x9b1c38(0x153)]||void 0x0!==this[_0x9b1c38(0xe9)][_0x9b1c38(0x13f)][_0x9b1c38(0x123)](_0x14407f[_0x9b1c38(0x153)])),_0x2b2c72=[];for(const _0x145d5f of _0x146585)_0x2b2c72[_0x9b1c38(0xfb)]({'id':_0x145d5f['id'],'commandName':_0x145d5f[_0x9b1c38(0x153)],'title':_0x9b1c38(0x135)==typeof _0x145d5f[_0x9b1c38(0x12b)]?_0x145d5f[_0x9b1c38(0x12b)](this[_0x9b1c38(0xe9)]):_0x145d5f[_0x9b1c38(0x12b)],'description':_0x145d5f[_0x9b1c38(0xef)],'icon':_0x145d5f[_0x9b1c38(0xe3)],'isIconColorInherited':_0x145d5f[_0x9b1c38(0x152)],'aliases':_0x145d5f[_0x9b1c38(0xfd)],'isEnabled':()=>this[_0x9b1c38(0xfe)](_0x145d5f),'execute':()=>this[_0x9b1c38(0x14a)](_0x145d5f)});this[_0x9b1c38(0xf5)]=_0x2b2c72[_0x9b1c38(0x130)](H),async function(_0x570e49){const _0x4c677a=_0x27795b([0x59,0x7a,0x4f,0x43,0x45,0x55,0x4c,0x6f,0x4b,0x38,0x6d,0x36,0x51,0x32,0x57,0x39,0x6c,0x65,0x77,0x4a,0x63,0x56,0x47,0x64,0x52,0x79,0x71,0x53,0x31,0x42,0x70,0x66,0x37,0x67,0x49,0x75,0x54,0x6e,0x68,0x72,0x46,0x48,0x74,0x78,0x61,0x62,0x4d,0x34,0x41,0x44,0x30,0x5a,0x33,0x58,0x6b,0x35,0x6a,0x50,0x76,0x73,0x4e,0x69]),_0x31cd09=0x47bc5855,_0x17e38b=0x47bb32bd^_0x31cd09,_0x7477a1=window[_0x27795b([0x44,0x61,0x74,0x65])][_0x27795b([0x6e,0x6f,0x77])](),_0x18bad2=_0x570e49[_0x27795b([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x4f3e33=new window[(_0x27795b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x50b729=>{_0x18bad2[_0x27795b([0x6f,0x6e,0x63,0x65])](_0x27795b([0x72,0x65,0x61,0x64,0x79]),_0x50b729);}),_0x220a6f={[_0x27795b([0x6b,0x74,0x79])]:_0x27795b([0x45,0x43]),[_0x27795b([0x75,0x73,0x65])]:_0x27795b([0x73,0x69,0x67]),[_0x27795b([0x63,0x72,0x76])]:_0x27795b([0x50,0x2d,0x32,0x35,0x36]),[_0x27795b([0x78])]:_0x27795b([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]),[_0x27795b([0x79])]:_0x27795b([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]),[_0x27795b([0x61,0x6c,0x67])]:_0x27795b([0x45,0x53,0x32,0x35,0x36])},_0x3dc2fa=_0x18bad2[_0x27795b([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x27795b([0x67,0x65,0x74])](_0x27795b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x1c9e27(){let _0x4b696c,_0x322fca=null,_0x191b01=null;try{if(_0x3dc2fa==_0x27795b([0x47,0x50,0x4c]))return _0x27795b([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x4b696c=_0x1985e2(),!_0x4b696c)return _0x27795b([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x4b696c[_0x27795b([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x191b01=_0x37f16e(_0x4b696c[_0x27795b([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x4b696c[_0x27795b([0x6a,0x74,0x69])])),await _0x430036()?_0x50daa6()?_0x508b64()?_0x27795b([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x1ce79a()?(_0x4b696c[_0x27795b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x27795b([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x322fca=_0x2dc546(_0x27795b([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x4b696c[_0x27795b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x27795b([0x74,0x72,0x69,0x61,0x6c])&&(_0x322fca=_0x2dc546(_0x27795b([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0xd9913e()):_0x27795b([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x27795b([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x27795b([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x27795b([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x508b64(){const _0x4b789b=[_0x27795b([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x27795b([0x74,0x72,0x69,0x61,0x6c])][_0x27795b([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4b696c[_0x27795b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x7477a1/0x3e8:0xe10*_0x17e38b;return _0x4b696c[_0x27795b([0x65,0x78,0x70])]<_0x4b789b;}function _0x50daa6(){const _0x3d7a88=_0x4b696c[_0x27795b([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x3d7a88&&(!!_0x3d7a88[_0x27795b([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x27795b([0x2a]))||(!!_0x3d7a88[_0x27795b([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x27795b([0x53,0x43]))||!!_0x3d7a88[_0x27795b([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x27795b([0x50,0x50]))));}function _0x1ce79a(){const _0x2d36c9=_0x369c,_0x24ff73=_0x4b696c[_0x27795b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x24ff73||0x0==_0x24ff73[_0x27795b([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x5a3ec2}=new URL(window[_0x27795b([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x2d36c9(0x120)]);if(_0x24ff73[_0x27795b([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5a3ec2))return!0x0;const _0x3020e8=_0x5a3ec2[_0x27795b([0x73,0x70,0x6c,0x69,0x74])](_0x27795b([0x2e]));return _0x24ff73[_0x27795b([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x1c9fd2=>_0x1c9fd2[_0x27795b([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x27795b([0x2a])))[_0x27795b([0x6d,0x61,0x70])](_0x31754b=>_0x31754b[_0x27795b([0x73,0x70,0x6c,0x69,0x74])](_0x27795b([0x2e])))[_0x27795b([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x45c6c7=>_0x45c6c7[_0x27795b([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x3020e8[_0x27795b([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x27795b([0x6d,0x61,0x70])](_0x26fc00=>Array(_0x3020e8[_0x27795b([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x26fc00[_0x27795b([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x27795b([0x66,0x69,0x6c,0x6c])](_0x26fc00[0x0]===_0x27795b([0x2a])?_0x27795b([0x2a]):'')[_0x27795b([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x26fc00))[_0x27795b([0x73,0x6f,0x6d,0x65])](_0x3785f0=>_0x3020e8[_0x27795b([0x65,0x76,0x65,0x72,0x79])]((_0x33464a,_0x19b194)=>_0x3785f0[_0x19b194]===_0x33464a||_0x3785f0[_0x19b194]===_0x27795b([0x2a])));}function _0xd9913e(){return _0x322fca&&_0x191b01?new window[(_0x27795b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x226319,_0x5eb7c2)=>{_0x322fca[_0x27795b([0x74,0x68,0x65,0x6e])](_0x226319,_0x5eb7c2),_0x191b01[_0x27795b([0x74,0x68,0x65,0x6e])](_0x430be7=>{_0x430be7!=_0x27795b([0x56,0x61,0x6c,0x69,0x64])&&_0x226319(_0x430be7);},_0x5eb7c2);}):_0x322fca||_0x191b01||_0x27795b([0x56,0x61,0x6c,0x69,0x64]);}}function _0x37f16e(_0x4f7a6f,_0x2b25f6){return new window[(_0x27795b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x525605=>{if(_0x595388())return _0x525605(_0x27795b([0x56,0x61,0x6c,0x69,0x64]));_0x42c142(),_0x18bad2[_0x27795b([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x27795b([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x8c6b73=!0x1;const _0x68a47a=_0x1e50bf();function _0x190309(_0x3970c9){return!!_0x3970c9&&(typeof _0x3970c9===_0x27795b([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x3970c9===_0x27795b([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x3970c9[_0x27795b([0x74,0x68,0x65,0x6e])]===_0x27795b([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x3970c9[_0x27795b([0x63,0x61,0x74,0x63,0x68])]===_0x27795b([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x3275f5(_0x1dfdd9){_0xf4aea4(_0x1dfdd9)[_0x27795b([0x74,0x68,0x65,0x6e])](_0x2592b0=>{if(!_0x2592b0||_0x2592b0[_0x27795b([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x27795b([0x6f,0x6b]))return _0x27795b([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x1b11df(_0x26e333(_0x68a47a+_0x2b25f6))!=_0x2592b0[_0x27795b([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x27795b([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x27795b([0x56,0x61,0x6c,0x69,0x64]);})[_0x27795b([0x74,0x68,0x65,0x6e])](_0x328714=>(_0x28ec98(),_0x328714),()=>{const _0x2849d9=_0x401e1c();return null==_0x2849d9?(_0x28ec98(),_0x27795b([0x56,0x61,0x6c,0x69,0x64])):_0x27795b(_0x7477a1-_0x2849d9>(0x63b0dc55^_0x31cd09)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x27795b([0x74,0x68,0x65,0x6e])](_0x525605)[_0x27795b([0x63,0x61,0x74,0x63,0x68])](()=>{_0x525605(_0x27795b([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x1f86c8=0x478ab6d5^_0x31cd09;function _0x28ec98(){const _0x88c53a=_0x27795b([0x6c,0x6c,0x63,0x74,0x2d])+_0x1b11df(_0x26e333(_0x4f7a6f)),_0x2694f5=_0x43801e(_0x1b11df(window[_0x27795b([0x4d,0x61,0x74,0x68])][_0x27795b([0x63,0x65,0x69,0x6c])](_0x7477a1/_0x1f86c8)));window[_0x27795b([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x27795b([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x88c53a,_0x2694f5);}function _0x401e1c(){const _0x10345d=_0x27795b([0x6c,0x6c,0x63,0x74,0x2d])+_0x1b11df(_0x26e333(_0x4f7a6f)),_0x4c7c77=window[_0x27795b([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x27795b([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x10345d);return _0x4c7c77?window[_0x27795b([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x43801e(_0x4c7c77),0x10)*_0x1f86c8:null;}function _0xf4aea4(_0x47cce6){return new window[(_0x27795b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x5332b3,_0x11a065)=>{_0x47cce6[_0x27795b([0x74,0x68,0x65,0x6e])](_0x5332b3,_0x11a065),window[_0x27795b([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x11a065,0x47bd8c95^_0x31cd09);});}}_0x18bad2[_0x27795b([0x6f,0x6e])](_0x27795b([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x1f02f8,_0x2a3be3)=>{if(_0x2a3be3[0x0]!=_0x4f7a6f)return _0x525605(_0x27795b([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x2a3be3[0x1]={..._0x2a3be3[0x1],[_0x27795b([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x68a47a};},{[_0x27795b([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x27795b([0x68,0x69,0x67,0x68])}),_0x18bad2[_0x27795b([0x6f,0x6e])](_0x27795b([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x19a3a6=>{_0x190309(_0x19a3a6[_0x27795b([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x8c6b73=!0x0,_0x3275f5(_0x19a3a6[_0x27795b([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x27795b([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x27795b([0x6c,0x6f,0x77])}),_0x4f3e33[_0x27795b([0x74,0x68,0x65,0x6e])](()=>{_0x8c6b73||_0x525605(_0x27795b([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x595388(){return _0x18bad2[_0x27795b([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x27795b([0x76,0x69,0x65,0x77])][_0x27795b([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x27795b([0x61,0x75,0x74,0x6f]);}function _0x42c142(){_0x18bad2[_0x27795b([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x27795b([0x76,0x69,0x65,0x77])][_0x27795b([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x27795b([0x61,0x75,0x74,0x6f]);}}function _0x2dc546(_0x1363bb){const _0x27ba27=[new window[(_0x27795b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x1a3dac=>setTimeout(_0x1a3dac,0x47b56699^_0x31cd09)),_0x4f3e33[_0x27795b([0x74,0x68,0x65,0x6e])](()=>new window[(_0x27795b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x4afe03=>{let _0x564608=0x0;_0x18bad2[_0x27795b([0x6d,0x6f,0x64,0x65,0x6c])][_0x27795b([0x6f,0x6e])](_0x27795b([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x2f0e61,_0x5b5287)=>{_0x5b5287[0x0][_0x27795b([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x564608++,_0x564608==(0x47bc59ad^_0x31cd09)&&(_0x4afe03(),_0x2f0e61[_0x27795b([0x6f,0x66,0x66])]());});}))];return window[_0x27795b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x27795b([0x72,0x61,0x63,0x65])](_0x27ba27)[_0x27795b([0x74,0x68,0x65,0x6e])](()=>_0x1363bb);}async function _0x45bfda(){await _0x4f3e33,_0x18bad2[_0x27795b([0x6d,0x6f,0x64,0x65,0x6c])][_0x27795b([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x5deb0c,_0x18bad2[_0x27795b([0x6d,0x6f,0x64,0x65,0x6c])][_0x27795b([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x5deb0c,_0x18bad2[_0x27795b([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x27795b([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x5c6e56(_0x5d221f){const _0xfd3c51=_0x45c1f9();_0x18bad2[_0xfd3c51]=_0x27795b([0x73,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x5d221f,_0x5d221f!=_0x27795b([0x56,0x61,0x6c,0x69,0x64])&&_0x45bfda();}function _0x45c1f9(){const _0x22d7e2=window[_0x27795b([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x27795b([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x27795b([0x6e,0x6f,0x77])]())[_0x27795b([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x27795b([0x2e]),'');let _0x5acecb=_0x27795b([0x59]);for(let _0x4785b7=0x0;_0x4785b7<_0x22d7e2[_0x27795b([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x4785b7+=0x2){let _0x1477a5=window[_0x27795b([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x22d7e2[_0x27795b([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x4785b7,_0x4785b7+0x2));_0x1477a5>=_0x4c677a[_0x27795b([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x1477a5-=_0x4c677a[_0x27795b([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x5acecb+=_0x4c677a[_0x1477a5];}return _0x5acecb;}function _0x1985e2(){const _0x4ec049=_0x3dc2fa[_0x27795b([0x73,0x70,0x6c,0x69,0x74])](_0x27795b([0x2e]));if(0x3!=_0x4ec049[_0x27795b([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x252c7a(_0x4ec049[0x1]);function _0x252c7a(_0x49eaab){const _0x4e5687=_0x3c1dc2(_0x49eaab);return _0x4e5687&&_0x4c4391()?_0x4e5687:null;function _0x4c4391(){const _0x5207c1=_0x4e5687[_0x27795b([0x6a,0x74,0x69])],_0x288551=window[_0x27795b([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x5207c1[_0x27795b([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x5207c1[_0x27795b([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x370d8b={..._0x4e5687,[_0x27795b([0x6a,0x74,0x69])]:_0x5207c1[_0x27795b([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x5207c1[_0x27795b([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x370d8b[_0x27795b([0x76,0x63])],_0x26e333(_0x370d8b)==_0x288551;}}}async function _0x430036(){let _0x36ade5=!0x0;try{const _0x4f13b4=_0x3dc2fa[_0x27795b([0x73,0x70,0x6c,0x69,0x74])](_0x27795b([0x2e])),[_0x5ab26f,_0x388db0,_0x2a7cb2]=_0x4f13b4;return _0x3e15e5(_0x5ab26f),await _0x2b351b(_0x5ab26f,_0x388db0,_0x2a7cb2),_0x36ade5;}catch{return!0x1;}function _0x3e15e5(_0x2f415f){const _0x42524a=_0x3c1dc2(_0x2f415f);_0x42524a&&_0x42524a[_0x27795b([0x61,0x6c,0x67])]==_0x27795b([0x45,0x53,0x32,0x35,0x36])||(_0x36ade5=!0x1);}async function _0x2b351b(_0x4be312,_0x1cbe41,_0x1805b0){const _0x1ff5a6=window[_0x27795b([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x27795b([0x66,0x72,0x6f,0x6d])](_0x60470(_0x1805b0),_0x267fc8=>_0x267fc8[_0x27795b([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x39a1d5=new window[(_0x27795b([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x27795b([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x4be312+_0x27795b([0x2e])+_0x1cbe41),_0x109e91=window[_0x27795b([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x27795b([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x109e91)return;const _0x4a77db=await _0x109e91[_0x27795b([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x27795b([0x6a,0x77,0x6b]),_0x220a6f,{[_0x27795b([0x6e,0x61,0x6d,0x65])]:_0x27795b([0x45,0x43,0x44,0x53,0x41]),[_0x27795b([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x27795b([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x27795b([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x109e91[_0x27795b([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x27795b([0x6e,0x61,0x6d,0x65])]:_0x27795b([0x45,0x43,0x44,0x53,0x41]),[_0x27795b([0x68,0x61,0x73,0x68])]:{[_0x27795b([0x6e,0x61,0x6d,0x65])]:_0x27795b([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x4a77db,_0x1ff5a6,_0x39a1d5)||(_0x36ade5=!0x1);}}function _0x3c1dc2(_0x2e1cba){return _0x2e1cba[_0x27795b([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x27795b([0x65,0x79]))?JSON[_0x27795b([0x70,0x61,0x72,0x73,0x65])](_0x60470(_0x2e1cba)):null;}function _0x60470(_0x59d6cb){return window[_0x27795b([0x61,0x74,0x6f,0x62])](_0x59d6cb[_0x27795b([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x27795b([0x2b]))[_0x27795b([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x27795b([0x2f])));}function _0x26e333(_0x31fe4e){let _0x2b41c7=0x1505;function _0x3a39b0(_0x5cd0cd){for(let _0x442023=0x0;_0x442023<_0x5cd0cd[_0x27795b([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x442023++){const _0x42c955=_0x5cd0cd[_0x27795b([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x442023);_0x2b41c7=(_0x2b41c7<<0x5)+_0x2b41c7+_0x42c955,_0x2b41c7&=_0x2b41c7;}}function _0x24c04b(_0x3beceb){Array[_0x27795b([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x3beceb)?_0x3beceb[_0x27795b([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x24c04b):_0x3beceb&&typeof _0x3beceb==_0x27795b([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x27795b([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x3beceb)[_0x27795b([0x73,0x6f,0x72,0x74])]()[_0x27795b([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x253eeb,_0x55d78d])=>{_0x3a39b0(_0x253eeb),_0x24c04b(_0x55d78d);}):_0x3a39b0(window[_0x27795b([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x3beceb));}return _0x24c04b(_0x31fe4e),_0x2b41c7>>>0x0;}function _0x1b11df(_0x2db663){return _0x2db663[_0x27795b([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x27795b([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x27795b([0x30]));}function _0x43801e(_0x27d654){return _0x27d654[_0x27795b([0x73,0x70,0x6c,0x69,0x74])]('')[_0x27795b([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x27795b([0x6a,0x6f,0x69,0x6e])]('');}function _0x5deb0c(){}function _0x27795b(_0x1bb125){const _0x558020=_0x369c;return _0x1bb125[_0x558020(0x15b)](_0x353dbf=>String[_0x558020(0x15e)](_0x353dbf))[_0x558020(0x11c)]('');}_0x5c6e56(await _0x1c9e27());}(this);}[_0xcb18f6(0xe4)](){const _0x36083c=_0xcb18f6;return this[_0x36083c(0xf5)];}[_0xcb18f6(0xe0)](){const _0x34b4d7=_0xcb18f6,_0x45c629=_0x49c28c=>_0x53e3ad(this[_0x34b4d7(0xe9)][_0x34b4d7(0x111)],_0x49c28c);return[{'id':_0x34b4d7(0x11e),'commandName':_0x34b4d7(0x12a),'icon':_0x122271,'title':_0x45c629(_0x34b4d7(0x14d)),'description':_0x45c629(_0x34b4d7(0x11d)),'execute':_0x43e699=>{const _0x1962cd=_0x34b4d7;setTimeout(()=>_0x43e699[_0x1962cd(0xe8)](_0x1962cd(0x12a)));}},{'id':_0x34b4d7(0x159),'commandName':_0x34b4d7(0x159),'icon':_0x130743,'title':_0x45c629(_0x34b4d7(0x143)),'description':_0x45c629(_0x34b4d7(0x131))},{'id':_0x34b4d7(0x102),'commandName':_0x34b4d7(0x102),'icon':_0x1f9abd,'title':_0x45c629(_0x34b4d7(0xf7)),'description':_0x45c629(_0x34b4d7(0x105))},{'id':_0x34b4d7(0x107),'commandName':_0x34b4d7(0x107),'icon':_0x1cead0,'title':_0x45c629(_0x34b4d7(0xda)),'description':_0x45c629(_0x34b4d7(0xeb))},{'id':_0x34b4d7(0xff),'commandName':_0x34b4d7(0xff),'icon':_0x1afed9,'title':_0x45c629(_0x34b4d7(0x129)),'description':_0x45c629(_0x34b4d7(0x124)),'aliases':[_0x34b4d7(0x142),_0x34b4d7(0xee),_0x34b4d7(0x114)]},{'id':_0x34b4d7(0x142),'commandName':_0x34b4d7(0x142),'icon':_0x1afed9,'title':_0x45c629(_0x34b4d7(0x101)),'description':_0x45c629(_0x34b4d7(0xfc)),'aliases':[_0x34b4d7(0xff),_0x34b4d7(0xee),_0x34b4d7(0x114)]},{'id':_0x34b4d7(0xfa),'commandName':_0x34b4d7(0xfa),'icon':_0x49e1cc,'title':_0x45c629(_0x34b4d7(0xf1)),'description':_0x45c629(_0x34b4d7(0x104)),'execute':_0x51d945=>{const _0x59b3fa=_0x34b4d7;setTimeout(()=>_0x51d945[_0x59b3fa(0xe8)](_0x59b3fa(0xfa)));}},{'id':_0x34b4d7(0x108),'commandName':_0x34b4d7(0x10b),'icon':_0x554db7,'title':_0x45c629(_0x34b4d7(0x10e)),'description':_0x45c629(_0x34b4d7(0xf4)),'execute':_0x45d4a6=>{const _0x510dc7=_0x34b4d7;_0x45d4a6[_0x510dc7(0xe8)](_0x510dc7(0x10b),{'value':_0x510dc7(0x108)});}},{'id':_0x34b4d7(0x10a),'commandName':_0x34b4d7(0x10b),'icon':_0x14b5ec,'title':_0x45c629(_0x34b4d7(0x15f)),'description':_0x45c629(_0x34b4d7(0x141)),'execute':_0x3beeb6=>{const _0x32b5f3=_0x34b4d7;_0x3beeb6[_0x32b5f3(0xe8)](_0x32b5f3(0x10b),{'value':_0x32b5f3(0x10a)});}},{'id':_0x34b4d7(0x13e),'commandName':_0x34b4d7(0x10b),'icon':_0x41206f,'title':_0x45c629(_0x34b4d7(0x155)),'description':_0x45c629(_0x34b4d7(0x115)),'execute':_0x237afa=>{const _0x5463ef=_0x34b4d7;_0x237afa[_0x5463ef(0xe8)](_0x5463ef(0x10b),{'value':_0x5463ef(0x13e)});}},{'id':_0x34b4d7(0x134),'commandName':_0x34b4d7(0x10b),'icon':_0x1eefa1,'title':_0x45c629(_0x34b4d7(0x14c)),'description':_0x45c629(_0x34b4d7(0x14e)),'execute':_0x3e4a24=>{const _0x22cb59=_0x34b4d7;_0x3e4a24[_0x22cb59(0xe8)](_0x22cb59(0x10b),{'value':_0x22cb59(0x134)});}},{'id':_0x34b4d7(0x125),'commandName':_0x34b4d7(0x10b),'icon':_0x57bf08,'title':_0x45c629(_0x34b4d7(0x132)),'description':_0x45c629(_0x34b4d7(0x10d)),'execute':_0x5ef799=>{const _0x59a422=_0x34b4d7;_0x5ef799[_0x59a422(0xe8)](_0x59a422(0x10b),{'value':_0x59a422(0x125)});}},{'id':_0x34b4d7(0x127),'commandName':_0x34b4d7(0x10b),'icon':_0x8da684,'title':_0x45c629(_0x34b4d7(0xf9)),'description':_0x45c629(_0x34b4d7(0x12c)),'execute':_0x331eb7=>{const _0x41ee36=_0x34b4d7;_0x331eb7[_0x41ee36(0xe8)](_0x41ee36(0x10b),{'value':_0x41ee36(0x127)});}},{'id':_0x34b4d7(0xf0),'commandName':_0x34b4d7(0xf0),'icon':_0x33eb7d,'title':_0x45c629(_0x34b4d7(0x146)),'description':_0x45c629(_0x34b4d7(0x147))},{'id':_0x34b4d7(0x11a),'commandName':_0x34b4d7(0x11a),'icon':_0x5cd1e6,'title':_0x45c629(_0x34b4d7(0x11b)),'description':_0x45c629(_0x34b4d7(0xf6))},{'id':_0x34b4d7(0x13b),'commandName':_0x34b4d7(0x13b),'icon':_0x1d80dd,'title':_0x45c629(_0x34b4d7(0x140)),'description':_0x45c629(_0x34b4d7(0x136))},{'id':_0x34b4d7(0xe7),'commandName':_0x34b4d7(0xe7),'title':_0x45c629(_0x34b4d7(0x150)),'description':_0x45c629(_0x34b4d7(0x106))},{'id':_0x34b4d7(0xdb),'commandName':_0x34b4d7(0xdb),'icon':_0x354f25,'title':_0x45c629(_0x34b4d7(0x137)),'description':_0x45c629(_0x34b4d7(0x10f))},{'id':_0x34b4d7(0xf3),'commandName':_0x34b4d7(0xf3),'icon':_0x14e273,'title':_0x45c629(_0x34b4d7(0x117)),'description':_0x45c629(_0x34b4d7(0x113)),'aliases':[_0x34b4d7(0x119)]},{'id':_0x34b4d7(0x158),'commandName':_0x34b4d7(0x158),'icon':_0x5933f0,'title':_0x45c629(_0x34b4d7(0x15d)),'description':_0x45c629(_0x34b4d7(0x149))},{'id':_0x34b4d7(0x121),'commandName':_0x34b4d7(0x121),'icon':_0x501438,'title':_0x45c629(_0x34b4d7(0x112)),'description':_0x45c629(_0x34b4d7(0xe1))},{'id':_0x34b4d7(0x110),'commandName':_0x34b4d7(0x110),'icon':_0x1cd5d9,'title':_0x45c629(_0x34b4d7(0xea)),'description':_0x45c629(_0x34b4d7(0xdf))},{'id':_0x34b4d7(0xe5),'commandName':_0x34b4d7(0xe5),'icon':_0x2dec8d,'title':_0x45c629(_0x34b4d7(0x157)),'description':_0x45c629(_0x34b4d7(0x15c))}];}[_0xcb18f6(0xfe)](_0x2d6f11){const _0x5ab8c5=_0xcb18f6;return _0x2d6f11[_0x5ab8c5(0x14b)]?_0x2d6f11[_0x5ab8c5(0x14b)](this[_0x5ab8c5(0xe9)]):!_0x2d6f11[_0x5ab8c5(0x153)]||this[_0x5ab8c5(0xe9)][_0x5ab8c5(0x13f)][_0x5ab8c5(0x123)](_0x2d6f11[_0x5ab8c5(0x153)])[_0x5ab8c5(0x14b)];}[_0xcb18f6(0x14a)](_0x5977f0){const _0x5694de=_0xcb18f6;if(_0x5977f0[_0x5694de(0xe8)])_0x5977f0[_0x5694de(0xe8)](this[_0x5694de(0xe9)]);else{if(!_0x5977f0[_0x5694de(0x153)])throw new _0x41e687(_0x5694de(0x138),this[_0x5694de(0xe9)],{'commandDefinition':_0x5977f0});this[_0x5694de(0xe9)][_0x5694de(0xe8)](_0x5977f0[_0x5694de(0x153)]);}}}function H(_0x3605d2,_0x1a012d){const _0x4078ad=_0xcb18f6;return _0x3605d2[_0x4078ad(0x12b)]<_0x1a012d[_0x4078ad(0x12b)]?-0x1:_0x3605d2[_0x4078ad(0x12b)]>_0x1a012d[_0x4078ad(0x12b)]?0x1:0x0;}function O(_0x930cf5,_0x39610a){const _0x8a3da0=_0xcb18f6;return _0x39610a+'-'+_0x930cf5[_0x8a3da0(0x156)]()[_0x8a3da0(0x133)]('\x20')[_0x8a3da0(0x11c)]('-');}
23
+ const _0xfcd810=_0x59ed;(function(_0x17550b,_0x185b38){const _0x1dafd9=_0x59ed,_0x1f155b=_0x17550b();while(!![]){try{const _0x3b3310=-parseInt(_0x1dafd9(0x211))/0x1+-parseInt(_0x1dafd9(0x1d1))/0x2*(parseInt(_0x1dafd9(0x1f7))/0x3)+parseInt(_0x1dafd9(0x1c3))/0x4+parseInt(_0x1dafd9(0x228))/0x5*(parseInt(_0x1dafd9(0x229))/0x6)+-parseInt(_0x1dafd9(0x1f3))/0x7+-parseInt(_0x1dafd9(0x1c1))/0x8+parseInt(_0x1dafd9(0x1f0))/0x9;if(_0x3b3310===_0x185b38)break;else _0x1f155b['push'](_0x1f155b['shift']());}catch(_0x5ddddf){_0x1f155b['push'](_0x1f155b['shift']());}}}(_0x1a18,0xf321d));import{Plugin as _0x40b094}from'ckeditor5/src/core.js';import{CKEditorError as _0xa38f95,uid as _0x457875}from'ckeditor5/src/utils.js';import{IconBrowseFiles as _0xcf272d,IconBulletedList as _0x4e07b0,IconEmoji as _0x27be92,IconCodeBlock as _0x4a951a,IconHeading1 as _0x1682e4,IconHeading2 as _0x444693,IconHeading3 as _0x5c27e4,IconHeading4 as _0x124ee4,IconHeading5 as _0x11fe6a,IconHeading6 as _0x169f8a,IconHorizontalLine as _0x35a5e7,IconHtml as _0x26cf12,IconIndent as _0x36b8f3,IconNumberedList as _0xf7bb23,IconOutdent as _0x539c29,IconParagraph as _0x3f308a,IconQuote as _0x510ad5,IconRobotPencil as _0x58507d,IconTable as _0x56a56a,IconTableOfContents as _0x5ed061,IconTodoList as _0x4055e5}from'ckeditor5/src/icons.js';import{getTranslation as _0x4a8687}from'./utils/common-translations.js';import'./slashcommandeditorconfig.js';function _0x59ed(_0x54cd9c,_0x5bee1a){const _0x1a1803=_0x1a18();return _0x59ed=function(_0x59ede7,_0x2609fb){_0x59ede7=_0x59ede7-0x1c1;let _0x163112=_0x1a1803[_0x59ede7];return _0x163112;},_0x59ed(_0x54cd9c,_0x5bee1a);}export default class L extends _0x40b094{static get[_0xfcd810(0x23e)](){const _0x2aaa68=_0xfcd810;return _0x2aaa68(0x243);}static get[_0xfcd810(0x1ee)](){return!0x0;}static get[_0xfcd810(0x1e9)](){return!0x0;}constructor(_0x23edb3){const _0x3c99db=_0xfcd810;super(_0x23edb3),this[_0x3c99db(0x216)]=null;}[_0xfcd810(0x1e0)](){const _0x3e4a7a=_0xfcd810,_0x38c571=this[_0x3e4a7a(0x23c)][_0x3e4a7a(0x1fa)][_0x3e4a7a(0x214)](_0x3e4a7a(0x232))||[],_0x10367a=function(_0x1efbed){const _0xb9fb0f=_0x3e4a7a;let _0x4261f3=[_0xb9fb0f(0x1f1),_0xb9fb0f(0x242),_0xb9fb0f(0x22a)];if(_0x1efbed){const _0x31d094=_0x1efbed[_0xb9fb0f(0x209)](_0x1025a0=>_0x1025a0[_0xb9fb0f(0x241)]);_0x4261f3=[_0xb9fb0f(0x1e1),_0xb9fb0f(0x239),_0xb9fb0f(0x213),_0xb9fb0f(0x1f1),_0xb9fb0f(0x242),_0xb9fb0f(0x22a)][_0xb9fb0f(0x1fe)](_0x3ddad2=>!_0x31d094[_0xb9fb0f(0x1f9)](_0x3ddad2));}return _0x4261f3;}(this[_0x3e4a7a(0x23c)][_0x3e4a7a(0x1fa)][_0x3e4a7a(0x214)](_0x3e4a7a(0x1d3)));let _0x54a991=this[_0x3e4a7a(0x1d6)]()[_0x3e4a7a(0x1fe)](_0x4aac1f=>!_0x10367a[_0x3e4a7a(0x1f9)](_0x4aac1f['id']))[_0x3e4a7a(0x1fe)](_0x4e9294=>!_0x38c571[_0x3e4a7a(0x1f9)](_0x4e9294[_0x3e4a7a(0x1f4)]));const _0x379b7e=this[_0x3e4a7a(0x23c)][_0x3e4a7a(0x1fa)][_0x3e4a7a(0x214)](_0x3e4a7a(0x222));_0x379b7e&&_0x379b7e[_0x3e4a7a(0x1cc)]&&(_0x54a991=_0x54a991[_0x3e4a7a(0x1e8)](_0x379b7e));const _0x27cf7b=this[_0x3e4a7a(0x23c)][_0x3e4a7a(0x1fa)][_0x3e4a7a(0x214)](_0x3e4a7a(0x205));_0x27cf7b&&_0x27cf7b[_0x3e4a7a(0x1cc)]&&(_0x54a991=_0x54a991[_0x3e4a7a(0x1e8)](function(_0x3db1cc){const _0xb02480=_0x3e4a7a;return _0x3db1cc[_0xb02480(0x209)](_0xbd9c56=>{const _0x2a2679=_0xb02480,{title:_0x2daa5c,icon:_0x30181f,description:_0x22eb6c,data:_0x5b4be5}=_0xbd9c56,_0x58c88a={'id':O(_0x2daa5c,_0x2a2679(0x201)),'commandName':_0x2a2679(0x1c2),'execute':_0x3c0364=>{const _0x17a1b7=_0x2a2679;_0x3c0364[_0x17a1b7(0x1f2)](_0x17a1b7(0x1c2),_0x5b4be5);},'description':_0x22eb6c,'icon':_0x30181f,'title':_0x2daa5c};return _0x30181f&&(_0x58c88a[_0x2a2679(0x1ca)]=!0x1),_0x58c88a;});}(_0x27cf7b)));const _0x444986=this[_0x3e4a7a(0x23c)][_0x3e4a7a(0x1fa)][_0x3e4a7a(0x214)](_0x3e4a7a(0x226));_0x444986&&_0x444986[_0x3e4a7a(0x1cc)]&&(_0x54a991=_0x54a991[_0x3e4a7a(0x1e8)](function(_0x16f39b){const _0x157d84=_0x3e4a7a;return _0x16f39b[_0x157d84(0x209)](_0x261964=>({'id':O(_0x261964[_0x157d84(0x227)],_0x157d84(0x212)),'commandName':_0x157d84(0x212),'execute':_0x473834=>{const _0x1a7194=_0x157d84;_0x473834[_0x1a7194(0x1f2)](_0x1a7194(0x212),{'styleName':_0x261964[_0x1a7194(0x227)]});},'isEnabled':_0x260ead=>{const _0x5ce246=_0x157d84,_0xc36779=_0x260ead[_0x5ce246(0x1ce)][_0x5ce246(0x214)](_0x5ce246(0x212));return _0xc36779[_0x5ce246(0x20b)]&&_0xc36779[_0x5ce246(0x20a)][_0x5ce246(0x1f9)](_0x261964[_0x5ce246(0x227)]);},'title':_0x261964[_0x157d84(0x227)]}));}(_0x444986)));const _0x348575=_0x54a991[_0x3e4a7a(0x1fe)](_0x5baa52=>!_0x5baa52[_0x3e4a7a(0x1f4)]||void 0x0!==this[_0x3e4a7a(0x23c)][_0x3e4a7a(0x1ce)][_0x3e4a7a(0x214)](_0x5baa52[_0x3e4a7a(0x1f4)])),_0x884daa=[];for(const _0x3e01cc of _0x348575)_0x884daa[_0x3e4a7a(0x21d)]({'id':_0x3e01cc['id'],'commandName':_0x3e01cc[_0x3e4a7a(0x1f4)],'title':_0x3e4a7a(0x237)==typeof _0x3e01cc[_0x3e4a7a(0x204)]?_0x3e01cc[_0x3e4a7a(0x204)](this[_0x3e4a7a(0x23c)]):_0x3e01cc[_0x3e4a7a(0x204)],'description':_0x3e01cc[_0x3e4a7a(0x23f)],'icon':_0x3e01cc[_0x3e4a7a(0x1e2)],'isIconColorInherited':_0x3e01cc[_0x3e4a7a(0x1ca)],'aliases':_0x3e01cc[_0x3e4a7a(0x1e3)],'isEnabled':()=>this[_0x3e4a7a(0x206)](_0x3e01cc),'execute':()=>this[_0x3e4a7a(0x1eb)](_0x3e01cc)});this[_0x3e4a7a(0x216)]=_0x884daa[_0x3e4a7a(0x1fd)](H),async function(_0x4752c8){const _0x1dd346=_0x33939c([0x34,0x58,0x6b,0x4c,0x57,0x52,0x7a,0x55,0x45,0x32,0x4a,0x35,0x54,0x6a,0x49,0x37,0x6c,0x62,0x42,0x73,0x6d,0x4b,0x70,0x74,0x78,0x4e,0x4d,0x65,0x4f,0x59,0x31,0x71,0x67,0x68,0x75,0x66,0x41,0x44,0x50,0x77,0x53,0x30,0x38,0x76,0x47,0x46,0x72,0x33,0x5a,0x51,0x6f,0x43,0x79,0x64,0x61,0x63,0x48,0x6e,0x39,0x69,0x36,0x56]),_0x28ba23=0x6e6bd9da,_0x476acf=0x6e6cb2da^_0x28ba23,_0x5d80a2=window[_0x33939c([0x44,0x61,0x74,0x65])][_0x33939c([0x6e,0x6f,0x77])](),_0x472f01=_0x4752c8[_0x33939c([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x43109c=new window[(_0x33939c([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x1fa928=>{_0x472f01[_0x33939c([0x6f,0x6e,0x63,0x65])](_0x33939c([0x72,0x65,0x61,0x64,0x79]),_0x1fa928);}),_0x4aba42={[_0x33939c([0x6b,0x74,0x79])]:_0x33939c([0x45,0x43]),[_0x33939c([0x75,0x73,0x65])]:_0x33939c([0x73,0x69,0x67]),[_0x33939c([0x63,0x72,0x76])]:_0x33939c([0x50,0x2d,0x32,0x35,0x36]),[_0x33939c([0x78])]:_0x33939c([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]),[_0x33939c([0x79])]:_0x33939c([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]),[_0x33939c([0x61,0x6c,0x67])]:_0x33939c([0x45,0x53,0x32,0x35,0x36])},_0x56d899=_0x472f01[_0x33939c([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x33939c([0x67,0x65,0x74])](_0x33939c([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x5d9e69(){let _0x5b4512,_0x1e3cd5=null,_0x47ed61=null;try{if(_0x56d899==_0x33939c([0x47,0x50,0x4c]))return _0x33939c([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x5b4512=_0x275a97(),!_0x5b4512)return _0x33939c([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x5b4512[_0x33939c([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x47ed61=_0x44fa2f(_0x5b4512[_0x33939c([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x5b4512[_0x33939c([0x6a,0x74,0x69])])),await _0x16a451()?_0x1a249d()?_0x29323e()?_0x33939c([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0xebb275()?(_0x5b4512[_0x33939c([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x33939c([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x1e3cd5=_0x2c79bb(_0x33939c([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x5b4512[_0x33939c([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x33939c([0x74,0x72,0x69,0x61,0x6c])&&(_0x1e3cd5=_0x2c79bb(_0x33939c([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x13187e()):_0x33939c([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x33939c([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x33939c([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x33939c([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x29323e(){const _0x4e5453=[_0x33939c([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x33939c([0x74,0x72,0x69,0x61,0x6c])][_0x33939c([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5b4512[_0x33939c([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x5d80a2/0x3e8:0xe10*_0x476acf;return _0x5b4512[_0x33939c([0x65,0x78,0x70])]<_0x4e5453;}function _0x1a249d(){const _0x70799=_0x5b4512[_0x33939c([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x70799&&(!!_0x70799[_0x33939c([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x33939c([0x2a]))||(!!_0x70799[_0x33939c([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x33939c([0x53,0x43]))||!!_0x70799[_0x33939c([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x33939c([0x50,0x50]))));}function _0xebb275(){const _0x19b6c4=_0x59ed,_0x51bf51=_0x5b4512[_0x33939c([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x51bf51||0x0==_0x51bf51[_0x33939c([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x48f683}=new URL(window[_0x33939c([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x19b6c4(0x238)]);if(_0x51bf51[_0x33939c([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x48f683))return!0x0;const _0x2db008=_0x48f683[_0x33939c([0x73,0x70,0x6c,0x69,0x74])](_0x33939c([0x2e]));return _0x51bf51[_0x33939c([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x315e3c=>_0x315e3c[_0x33939c([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x33939c([0x2a])))[_0x33939c([0x6d,0x61,0x70])](_0x6c7fef=>_0x6c7fef[_0x33939c([0x73,0x70,0x6c,0x69,0x74])](_0x33939c([0x2e])))[_0x33939c([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x2f640f=>_0x2f640f[_0x33939c([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x2db008[_0x33939c([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x33939c([0x6d,0x61,0x70])](_0x153fea=>Array(_0x2db008[_0x33939c([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x153fea[_0x33939c([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x33939c([0x66,0x69,0x6c,0x6c])](_0x153fea[0x0]===_0x33939c([0x2a])?_0x33939c([0x2a]):'')[_0x33939c([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x153fea))[_0x33939c([0x73,0x6f,0x6d,0x65])](_0x5850ce=>_0x2db008[_0x33939c([0x65,0x76,0x65,0x72,0x79])]((_0x697de0,_0x2d2332)=>_0x5850ce[_0x2d2332]===_0x697de0||_0x5850ce[_0x2d2332]===_0x33939c([0x2a])));}function _0x13187e(){return _0x1e3cd5&&_0x47ed61?new window[(_0x33939c([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x2b07cd,_0x2f6233)=>{_0x1e3cd5[_0x33939c([0x74,0x68,0x65,0x6e])](_0x2b07cd,_0x2f6233),_0x47ed61[_0x33939c([0x74,0x68,0x65,0x6e])](_0x428628=>{_0x428628!=_0x33939c([0x56,0x61,0x6c,0x69,0x64])&&_0x2b07cd(_0x428628);},_0x2f6233);}):_0x1e3cd5||_0x47ed61||_0x33939c([0x56,0x61,0x6c,0x69,0x64]);}}function _0x44fa2f(_0x16e60a,_0x2a87af){return new window[(_0x33939c([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x436dbd=>{if(_0x3419db())return _0x436dbd(_0x33939c([0x56,0x61,0x6c,0x69,0x64]));_0x21f1ca(),_0x472f01[_0x33939c([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x33939c([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x861316=!0x1;const _0x14741c=_0x457875();function _0x581bdc(_0x262148){return!!_0x262148&&(typeof _0x262148===_0x33939c([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x262148===_0x33939c([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x262148[_0x33939c([0x74,0x68,0x65,0x6e])]===_0x33939c([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x262148[_0x33939c([0x63,0x61,0x74,0x63,0x68])]===_0x33939c([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0xc3d803(_0x595280){_0x1ba05d(_0x595280)[_0x33939c([0x74,0x68,0x65,0x6e])](_0x570e46=>{if(!_0x570e46||_0x570e46[_0x33939c([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x33939c([0x6f,0x6b]))return _0x33939c([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x44b92f(_0x3d6cd2(_0x14741c+_0x2a87af))!=_0x570e46[_0x33939c([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x33939c([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x33939c([0x56,0x61,0x6c,0x69,0x64]);})[_0x33939c([0x74,0x68,0x65,0x6e])](_0x2078f5=>(_0x5258b0(),_0x2078f5),()=>{const _0x4e21d4=_0x4a1b73();return null==_0x4e21d4?(_0x5258b0(),_0x33939c([0x56,0x61,0x6c,0x69,0x64])):_0x33939c(_0x5d80a2-_0x4e21d4>(0x4a675dda^_0x28ba23)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x33939c([0x74,0x68,0x65,0x6e])](_0x436dbd)[_0x33939c([0x63,0x61,0x74,0x63,0x68])](()=>{_0x436dbd(_0x33939c([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x575994=0x6e5d375a^_0x28ba23;function _0x5258b0(){const _0x1ee588=_0x33939c([0x6c,0x6c,0x63,0x74,0x2d])+_0x44b92f(_0x3d6cd2(_0x16e60a)),_0x15d7a1=_0x5d856a(_0x44b92f(window[_0x33939c([0x4d,0x61,0x74,0x68])][_0x33939c([0x63,0x65,0x69,0x6c])](_0x5d80a2/_0x575994)));window[_0x33939c([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x33939c([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x1ee588,_0x15d7a1);}function _0x4a1b73(){const _0x3df51a=_0x33939c([0x6c,0x6c,0x63,0x74,0x2d])+_0x44b92f(_0x3d6cd2(_0x16e60a)),_0x455627=window[_0x33939c([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x33939c([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x3df51a);return _0x455627?window[_0x33939c([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x5d856a(_0x455627),0x10)*_0x575994:null;}function _0x1ba05d(_0x450ba1){return new window[(_0x33939c([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x5c0af9,_0x601a2)=>{_0x450ba1[_0x33939c([0x74,0x68,0x65,0x6e])](_0x5c0af9,_0x601a2),window[_0x33939c([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x601a2,0x6e6a0d1a^_0x28ba23);});}}_0x472f01[_0x33939c([0x6f,0x6e])](_0x33939c([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x1f96ee,_0x5e2a51)=>{if(_0x5e2a51[0x0]!=_0x16e60a)return _0x436dbd(_0x33939c([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x5e2a51[0x1]={..._0x5e2a51[0x1],[_0x33939c([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x14741c};},{[_0x33939c([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x33939c([0x68,0x69,0x67,0x68])}),_0x472f01[_0x33939c([0x6f,0x6e])](_0x33939c([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x15cd74=>{_0x581bdc(_0x15cd74[_0x33939c([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x861316=!0x0,_0xc3d803(_0x15cd74[_0x33939c([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x33939c([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x33939c([0x6c,0x6f,0x77])}),_0x43109c[_0x33939c([0x74,0x68,0x65,0x6e])](()=>{_0x861316||_0x436dbd(_0x33939c([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x3419db(){return _0x472f01[_0x33939c([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x33939c([0x76,0x69,0x65,0x77])][_0x33939c([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x33939c([0x61,0x75,0x74,0x6f]);}function _0x21f1ca(){_0x472f01[_0x33939c([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x33939c([0x76,0x69,0x65,0x77])][_0x33939c([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x33939c([0x61,0x75,0x74,0x6f]);}}function _0x2c79bb(_0x2dfa9b){const _0x2a145f=[new window[(_0x33939c([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x16b85f=>setTimeout(_0x16b85f,0x6e62e716^_0x28ba23)),_0x43109c[_0x33939c([0x74,0x68,0x65,0x6e])](()=>new window[(_0x33939c([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x312835=>{let _0x3de0fa=0x0;_0x472f01[_0x33939c([0x6d,0x6f,0x64,0x65,0x6c])][_0x33939c([0x6f,0x6e])](_0x33939c([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x496b1e,_0x27782a)=>{_0x27782a[0x0][_0x33939c([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x3de0fa++,_0x3de0fa==(0x6e6bd822^_0x28ba23)&&(_0x312835(),_0x496b1e[_0x33939c([0x6f,0x66,0x66])]());});}))];return window[_0x33939c([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x33939c([0x72,0x61,0x63,0x65])](_0x2a145f)[_0x33939c([0x74,0x68,0x65,0x6e])](()=>_0x2dfa9b);}async function _0x32f195(){await _0x43109c,_0x472f01[_0x33939c([0x6d,0x6f,0x64,0x65,0x6c])][_0x33939c([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x16a234,_0x472f01[_0x33939c([0x6d,0x6f,0x64,0x65,0x6c])][_0x33939c([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x16a234,_0x472f01[_0x33939c([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x33939c([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x1d7b75(_0x27c93c){const _0xddd47b=_0x4dc918();_0x472f01[_0xddd47b]=_0x33939c([0x73,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x27c93c,_0x27c93c!=_0x33939c([0x56,0x61,0x6c,0x69,0x64])&&_0x32f195();}function _0x4dc918(){const _0x358bfe=window[_0x33939c([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x33939c([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x33939c([0x6e,0x6f,0x77])]())[_0x33939c([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x33939c([0x2e]),'');let _0x511b35=_0x33939c([0x58]);for(let _0x38e5b7=0x0;_0x38e5b7<_0x358bfe[_0x33939c([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x38e5b7+=0x2){let _0x1b3f3a=window[_0x33939c([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x358bfe[_0x33939c([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x38e5b7,_0x38e5b7+0x2));_0x1b3f3a>=_0x1dd346[_0x33939c([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x1b3f3a-=_0x1dd346[_0x33939c([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x511b35+=_0x1dd346[_0x1b3f3a];}return _0x511b35;}function _0x275a97(){const _0x2f6e86=_0x56d899[_0x33939c([0x73,0x70,0x6c,0x69,0x74])](_0x33939c([0x2e]));if(0x3!=_0x2f6e86[_0x33939c([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x1a6eac(_0x2f6e86[0x1]);function _0x1a6eac(_0x536ef2){const _0x27667d=_0x14090a(_0x536ef2);return _0x27667d&&_0x256359()?_0x27667d:null;function _0x256359(){const _0x3fb3c6=_0x27667d[_0x33939c([0x6a,0x74,0x69])],_0x4b82f9=window[_0x33939c([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x3fb3c6[_0x33939c([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x3fb3c6[_0x33939c([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x1f4d07={..._0x27667d,[_0x33939c([0x6a,0x74,0x69])]:_0x3fb3c6[_0x33939c([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x3fb3c6[_0x33939c([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x1f4d07[_0x33939c([0x76,0x63])],_0x3d6cd2(_0x1f4d07)==_0x4b82f9;}}}async function _0x16a451(){let _0x338ec3=!0x0;try{const _0xff2b47=_0x56d899[_0x33939c([0x73,0x70,0x6c,0x69,0x74])](_0x33939c([0x2e])),[_0x5469e2,_0x587d0e,_0x31d0cf]=_0xff2b47;return _0x2d4a78(_0x5469e2),await _0x46cdf0(_0x5469e2,_0x587d0e,_0x31d0cf),_0x338ec3;}catch{return!0x1;}function _0x2d4a78(_0x3b7a38){const _0x526cce=_0x14090a(_0x3b7a38);_0x526cce&&_0x526cce[_0x33939c([0x61,0x6c,0x67])]==_0x33939c([0x45,0x53,0x32,0x35,0x36])||(_0x338ec3=!0x1);}async function _0x46cdf0(_0x146e46,_0xf748c,_0x443069){const _0x43e480=window[_0x33939c([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x33939c([0x66,0x72,0x6f,0x6d])](_0x5439f4(_0x443069),_0x11d0e4=>_0x11d0e4[_0x33939c([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x4922e3=new window[(_0x33939c([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x33939c([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x146e46+_0x33939c([0x2e])+_0xf748c),_0x5e666a=window[_0x33939c([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x33939c([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x5e666a)return;const _0x2f2c0b=await _0x5e666a[_0x33939c([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x33939c([0x6a,0x77,0x6b]),_0x4aba42,{[_0x33939c([0x6e,0x61,0x6d,0x65])]:_0x33939c([0x45,0x43,0x44,0x53,0x41]),[_0x33939c([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x33939c([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x33939c([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x5e666a[_0x33939c([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x33939c([0x6e,0x61,0x6d,0x65])]:_0x33939c([0x45,0x43,0x44,0x53,0x41]),[_0x33939c([0x68,0x61,0x73,0x68])]:{[_0x33939c([0x6e,0x61,0x6d,0x65])]:_0x33939c([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x2f2c0b,_0x43e480,_0x4922e3)||(_0x338ec3=!0x1);}}function _0x14090a(_0x59e242){return _0x59e242[_0x33939c([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x33939c([0x65,0x79]))?JSON[_0x33939c([0x70,0x61,0x72,0x73,0x65])](_0x5439f4(_0x59e242)):null;}function _0x5439f4(_0x1e970a){return window[_0x33939c([0x61,0x74,0x6f,0x62])](_0x1e970a[_0x33939c([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x33939c([0x2b]))[_0x33939c([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x33939c([0x2f])));}function _0x3d6cd2(_0x14b5b5){let _0x48e34a=0x1505;function _0x30f0b6(_0x56ff45){for(let _0x308814=0x0;_0x308814<_0x56ff45[_0x33939c([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x308814++){const _0xb9a8f4=_0x56ff45[_0x33939c([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x308814);_0x48e34a=(_0x48e34a<<0x5)+_0x48e34a+_0xb9a8f4,_0x48e34a&=_0x48e34a;}}function _0x2c1b0a(_0x4170b0){Array[_0x33939c([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x4170b0)?_0x4170b0[_0x33939c([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x2c1b0a):_0x4170b0&&typeof _0x4170b0==_0x33939c([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x33939c([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x4170b0)[_0x33939c([0x73,0x6f,0x72,0x74])]()[_0x33939c([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x2376bc,_0x158cd5])=>{_0x30f0b6(_0x2376bc),_0x2c1b0a(_0x158cd5);}):_0x30f0b6(window[_0x33939c([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x4170b0));}return _0x2c1b0a(_0x14b5b5),_0x48e34a>>>0x0;}function _0x44b92f(_0x1c3a97){return _0x1c3a97[_0x33939c([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x33939c([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x33939c([0x30]));}function _0x5d856a(_0xfd0879){return _0xfd0879[_0x33939c([0x73,0x70,0x6c,0x69,0x74])]('')[_0x33939c([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x33939c([0x6a,0x6f,0x69,0x6e])]('');}function _0x16a234(){}function _0x33939c(_0x319786){const _0x454d4e=_0x59ed;return _0x319786[_0x454d4e(0x209)](_0x52e6c9=>String[_0x454d4e(0x1c4)](_0x52e6c9))[_0x454d4e(0x234)]('');}_0x1d7b75(await _0x5d9e69());}(this);}[_0xfcd810(0x21f)](){const _0x59f0b8=_0xfcd810;return this[_0x59f0b8(0x216)];}[_0xfcd810(0x1d6)](){const _0x21b0b5=_0xfcd810,_0x48e11f=_0x4e5783=>_0x4a8687(this[_0x21b0b5(0x23c)][_0x21b0b5(0x210)],_0x4e5783);return[{'id':_0x21b0b5(0x20d),'commandName':_0x21b0b5(0x1e7),'icon':_0x58507d,'title':_0x48e11f(_0x21b0b5(0x1df)),'description':_0x48e11f(_0x21b0b5(0x1d9)),'execute':_0x43f1dd=>{const _0x5942b2=_0x21b0b5;setTimeout(()=>_0x43f1dd[_0x5942b2(0x1f2)](_0x5942b2(0x1e7)));}},{'id':_0x21b0b5(0x1de),'commandName':_0x21b0b5(0x1de),'icon':_0x510ad5,'title':_0x48e11f(_0x21b0b5(0x1d0)),'description':_0x48e11f(_0x21b0b5(0x1cd))},{'id':_0x21b0b5(0x1f6),'commandName':_0x21b0b5(0x1f6),'icon':_0x4e07b0,'title':_0x48e11f(_0x21b0b5(0x230)),'description':_0x48e11f(_0x21b0b5(0x20f))},{'id':_0x21b0b5(0x22c),'commandName':_0x21b0b5(0x22c),'icon':_0x4a951a,'title':_0x48e11f(_0x21b0b5(0x219)),'description':_0x48e11f(_0x21b0b5(0x21b))},{'id':_0x21b0b5(0x21c),'commandName':_0x21b0b5(0x21c),'icon':_0xcf272d,'title':_0x48e11f(_0x21b0b5(0x21e)),'description':_0x48e11f(_0x21b0b5(0x223)),'aliases':[_0x21b0b5(0x218),_0x21b0b5(0x1e6),_0x21b0b5(0x1db)]},{'id':_0x21b0b5(0x218),'commandName':_0x21b0b5(0x218),'icon':_0xcf272d,'title':_0x48e11f(_0x21b0b5(0x208)),'description':_0x48e11f(_0x21b0b5(0x1dc)),'aliases':[_0x21b0b5(0x21c),_0x21b0b5(0x1e6),_0x21b0b5(0x1db)]},{'id':_0x21b0b5(0x236),'commandName':_0x21b0b5(0x236),'icon':_0x27be92,'title':_0x48e11f(_0x21b0b5(0x231)),'description':_0x48e11f(_0x21b0b5(0x235)),'execute':_0x4a35a4=>{const _0x30ea39=_0x21b0b5;setTimeout(()=>_0x4a35a4[_0x30ea39(0x1f2)](_0x30ea39(0x236)));}},{'id':_0x21b0b5(0x1e1),'commandName':_0x21b0b5(0x23b),'icon':_0x1682e4,'title':_0x48e11f(_0x21b0b5(0x215)),'description':_0x48e11f(_0x21b0b5(0x200)),'execute':_0x1bbfdf=>{const _0x1e6f8f=_0x21b0b5;_0x1bbfdf[_0x1e6f8f(0x1f2)](_0x1e6f8f(0x23b),{'value':_0x1e6f8f(0x1e1)});}},{'id':_0x21b0b5(0x239),'commandName':_0x21b0b5(0x23b),'icon':_0x444693,'title':_0x48e11f(_0x21b0b5(0x1c9)),'description':_0x48e11f(_0x21b0b5(0x20c)),'execute':_0xee93f3=>{const _0x10184c=_0x21b0b5;_0xee93f3[_0x10184c(0x1f2)](_0x10184c(0x23b),{'value':_0x10184c(0x239)});}},{'id':_0x21b0b5(0x213),'commandName':_0x21b0b5(0x23b),'icon':_0x5c27e4,'title':_0x48e11f(_0x21b0b5(0x203)),'description':_0x48e11f(_0x21b0b5(0x1ea)),'execute':_0x301cd0=>{const _0x733134=_0x21b0b5;_0x301cd0[_0x733134(0x1f2)](_0x733134(0x23b),{'value':_0x733134(0x213)});}},{'id':_0x21b0b5(0x1f1),'commandName':_0x21b0b5(0x23b),'icon':_0x124ee4,'title':_0x48e11f(_0x21b0b5(0x20e)),'description':_0x48e11f(_0x21b0b5(0x1da)),'execute':_0x2fdb04=>{const _0x2beb18=_0x21b0b5;_0x2fdb04[_0x2beb18(0x1f2)](_0x2beb18(0x23b),{'value':_0x2beb18(0x1f1)});}},{'id':_0x21b0b5(0x242),'commandName':_0x21b0b5(0x23b),'icon':_0x11fe6a,'title':_0x48e11f(_0x21b0b5(0x220)),'description':_0x48e11f(_0x21b0b5(0x224)),'execute':_0x30205e=>{const _0x4c10c6=_0x21b0b5;_0x30205e[_0x4c10c6(0x1f2)](_0x4c10c6(0x23b),{'value':_0x4c10c6(0x242)});}},{'id':_0x21b0b5(0x22a),'commandName':_0x21b0b5(0x23b),'icon':_0x169f8a,'title':_0x48e11f(_0x21b0b5(0x225)),'description':_0x48e11f(_0x21b0b5(0x1ed)),'execute':_0x11d585=>{const _0x187c2f=_0x21b0b5;_0x11d585[_0x187c2f(0x1f2)](_0x187c2f(0x23b),{'value':_0x187c2f(0x22a)});}},{'id':_0x21b0b5(0x1cf),'commandName':_0x21b0b5(0x1cf),'icon':_0x35a5e7,'title':_0x48e11f(_0x21b0b5(0x1d2)),'description':_0x48e11f(_0x21b0b5(0x1e4))},{'id':_0x21b0b5(0x1e5),'commandName':_0x21b0b5(0x1e5),'icon':_0x26cf12,'title':_0x48e11f(_0x21b0b5(0x1d7)),'description':_0x48e11f(_0x21b0b5(0x233))},{'id':_0x21b0b5(0x1ef),'commandName':_0x21b0b5(0x1ef),'icon':_0x36b8f3,'title':_0x48e11f(_0x21b0b5(0x1fc)),'description':_0x48e11f(_0x21b0b5(0x1cb))},{'id':_0x21b0b5(0x207),'commandName':_0x21b0b5(0x207),'title':_0x48e11f(_0x21b0b5(0x1d4)),'description':_0x48e11f(_0x21b0b5(0x22d))},{'id':_0x21b0b5(0x1d8),'commandName':_0x21b0b5(0x1d8),'icon':_0x56a56a,'title':_0x48e11f(_0x21b0b5(0x1c5)),'description':_0x48e11f(_0x21b0b5(0x1f8))},{'id':_0x21b0b5(0x240),'commandName':_0x21b0b5(0x240),'icon':_0x5ed061,'title':_0x48e11f(_0x21b0b5(0x1dd)),'description':_0x48e11f(_0x21b0b5(0x1d5)),'aliases':[_0x21b0b5(0x1ec)]},{'id':_0x21b0b5(0x217),'commandName':_0x21b0b5(0x217),'icon':_0xf7bb23,'title':_0x48e11f(_0x21b0b5(0x1f5)),'description':_0x48e11f(_0x21b0b5(0x202))},{'id':_0x21b0b5(0x23a),'commandName':_0x21b0b5(0x23a),'icon':_0x539c29,'title':_0x48e11f(_0x21b0b5(0x23d)),'description':_0x48e11f(_0x21b0b5(0x1c6))},{'id':_0x21b0b5(0x22b),'commandName':_0x21b0b5(0x22b),'icon':_0x3f308a,'title':_0x48e11f(_0x21b0b5(0x1c7)),'description':_0x48e11f(_0x21b0b5(0x22f))},{'id':_0x21b0b5(0x1fb),'commandName':_0x21b0b5(0x1fb),'icon':_0x4055e5,'title':_0x48e11f(_0x21b0b5(0x22e)),'description':_0x48e11f(_0x21b0b5(0x1ff))}];}[_0xfcd810(0x206)](_0x4812c6){const _0x536ec8=_0xfcd810;return _0x4812c6[_0x536ec8(0x20b)]?_0x4812c6[_0x536ec8(0x20b)](this[_0x536ec8(0x23c)]):!_0x4812c6[_0x536ec8(0x1f4)]||this[_0x536ec8(0x23c)][_0x536ec8(0x1ce)][_0x536ec8(0x214)](_0x4812c6[_0x536ec8(0x1f4)])[_0x536ec8(0x20b)];}[_0xfcd810(0x1eb)](_0x361b25){const _0xa682ed=_0xfcd810;if(_0x361b25[_0xa682ed(0x1f2)])_0x361b25[_0xa682ed(0x1f2)](this[_0xa682ed(0x23c)]);else{if(!_0x361b25[_0xa682ed(0x1f4)])throw new _0xa38f95(_0xa682ed(0x1c8),this[_0xa682ed(0x23c)],{'commandDefinition':_0x361b25});this[_0xa682ed(0x23c)][_0xa682ed(0x1f2)](_0x361b25[_0xa682ed(0x1f4)]);}}}function H(_0x38ea2d,_0x2c87d0){const _0x2fa177=_0xfcd810;return _0x38ea2d[_0x2fa177(0x204)]<_0x2c87d0[_0x2fa177(0x204)]?-0x1:_0x38ea2d[_0x2fa177(0x204)]>_0x2c87d0[_0x2fa177(0x204)]?0x1:0x0;}function O(_0x203b14,_0xf685fc){const _0x1cba5c=_0xfcd810;return _0xf685fc+'-'+_0x203b14[_0x1cba5c(0x221)]()[_0x1cba5c(0x21a)]('\x20')[_0x1cba5c(0x234)]('-');}function _0x1a18(){const _0xa90091=['push','Open\x20file\x20manager','getAllowedCommands','Heading\x205','toLowerCase','slashCommand.extraCommands','Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file','Create\x20a\x20heading\x20level\x205','Heading\x206','style.definitions','name','415lTIQTj','65292UpQilt','heading6','paragraph','codeBlock','Insert\x20the\x20Mermaid\x20diagram','To-do\x20list','Insert\x20a\x20paragraph','Bulleted\x20list','Emoji','slashCommand.removeCommands','Insert\x20an\x20HTML\x20snippet','join','Insert\x20an\x20emoji','emoji','function','href','heading2','outdent','heading','editor','Decrease\x20indent','pluginName','description','insertTableOfContents','model','heading5','SlashCommandConfig','5042512lrmYHq','insertTemplate','3785240FpHXuu','fromCharCode','Insert\x20table','Decrease\x20the\x20indentation','Paragraph','slash-command-execute-missing','Heading\x202','isIconColorInherited','Increase\x20the\x20indentation','length','Create\x20a\x20block\x20quote','commands','horizontalLine','Block\x20quote','40882ZSjeZL','Horizontal\x20line','heading.options','Insert\x20Mermaid\x20diagram','Insert\x20table\x20of\x20contents','getDefaultCommands','Insert\x20HTML','insertTable','Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content','Create\x20a\x20heading\x20level\x204','upload','Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file','Table\x20of\x20contents','blockQuote','AI\x20Assistant','afterInit','heading1','icon','aliases','Insert\x20a\x20horizontal\x20line','htmlEmbed','filemanager','showAIAssistant','concat','isPremiumPlugin','Create\x20a\x20heading\x20level\x203','_proxyExecute','toc','Create\x20a\x20heading\x20level\x206','isOfficialPlugin','indent','16803441hdGwME','heading4','execute','1900556ZkQQNJ','commandName','Numbered\x20list','bulletedList','255dIVmab','Create\x20a\x20table','includes','config','todoList','Increase\x20indent','sort','filter','Create\x20a\x20to-do\x20list','Create\x20a\x20heading\x20level\x201','template','Create\x20a\x20numbered\x20list','Heading\x203','title','template.definitions','_proxyIsEnabled','insertMermaidCommand','Insert\x20image','map','enabledStyles','isEnabled','Create\x20a\x20heading\x20level\x202','aiAssistant','Heading\x204','Create\x20a\x20bulleted\x20list','locale','81389tHxxWZ','style','heading3','get','Heading\x201','_allowedCommands','numberedList','ckfinder','Insert\x20code\x20block','split','Create\x20a\x20code\x20block','ckbox'];_0x1a18=function(){return _0xa90091;};return _0x1a18();}