@ckeditor/ckeditor5-slash-command 46.0.1-alpha.3 → 46.0.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.
- package/build/slash-command.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +10 -10
- package/src/slashcommandconfig.js +1 -1
package/build/slash-command.js
CHANGED
|
@@ -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:()=>q,SlashCommandConfig:()=>c,SlashCommandEditing:()=>h,SlashCommandUI:()=>E});var e=n(782),t=n(584),r=n(355);const i=s;function s(e,t){const n=o();return(s=function(e,t){return n[e-=277]})(e,t)}function o(){const e=["split","SlashCommandConfig","pluginName","afterInit","Table of contents","isIconColorInherited","slash-command-execute-missing","getDefaultCommands","todoList","Insert an emoji","Create a heading level 4","Create a heading level 2","518344OyWMnl","isOfficialPlugin","fromCharCode","Open file browser to insert an image or a file","Create a numbered list","showAIAssistant","length","Insert table","icon","Heading 1","AI Assistant","editor","Heading 2","Create a heading level 3","Create a heading level 1","config","Create a to-do list","map","Open file manager to insert an image or a file","Insert Mermaid diagram","6TNvbHj","Bulleted list","Emoji","isPremiumPlugin","Heading 5","commands","Insert code block","Create a bulleted list","Insert the Mermaid diagram","Increase the indentation","Heading 6","slashCommand.removeCommands","ckbox","toLowerCase","Decrease indent","heading5","heading3","join","aliases","bulletedList","Create a heading level 5","indent","codeBlock","heading6","upload","ckfinder","getAllowedCommands","3416245hyqQVS","Open the AI Assistant to generate content","_allowedCommands","filemanager","Horizontal line","793283blNIoK","sort","insertTableOfContents","outdent","To-do list","36oodIkJ","heading2","Decrease the indentation","Insert a horizontal line","heading1","title","Heading 3","concat","insertTable","insertTemplate","Increase indent","Create a code block","slashCommand.extraCommands","paragraph","Insert image","_proxyExecute","emoji","heading4","Numbered list","template.definitions","isEnabled","_proxyIsEnabled","toc","htmlEmbed","2609590mUzgbE","push","heading","style.definitions","12SSFooC","Block quote","execute","Insert an HTML snippet","locale","get","style","Insert table of contents","blockQuote","heading.options","horizontalLine","Heading 4","46202kQYkBr","href","Open file manager","filter","2594624keqJhV","enabledStyles","insertMermaidCommand","Create a table","Paragraph","name","numberedList","Create a heading level 6","Insert HTML","aiAssistant","Insert a paragraph","description","template","model","5957280XdYBZM","commandName","Create a block quote","function","includes"];return(o=function(){return e})()}!function(e){const t=s,n=e();for(;;)try{if(996590===parseInt(t(368))/1+-parseInt(t(281))/2*(parseInt(t(401))/3)+parseInt(t(316))/4+-parseInt(t(363))/5*(-parseInt(t(336))/6)+parseInt(t(299))/7+-parseInt(t(285))/8+-parseInt(t(373))/9*(parseInt(t(397))/10))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(o);class c extends e.Plugin{static get[i(306)](){return i(305)}static get[i(317)](){return!0}static get[i(339)](){return!0}constructor(e){const t=i;super(e),this[t(365)]=null}[i(307)](){const e=i,n=this[e(327)][e(331)][e(406)](e(347))||[],a=function(t){const n=e;let a=[n(390),n(351),n(359)];if(t){const e=t[n(333)](e=>e[n(298)]);a=[n(377),n(374),n(352),n(390),n(351),n(359)][n(284)](t=>!e[n(303)](t))}return a}(this[e(327)][e(331)][e(406)](e(278)));let r=this[e(311)]()[e(284)](t=>!a[e(303)](t.id))[e(284)](t=>!n[e(303)](t[e(300)]));const o=this[e(327)][e(331)][e(406)](e(385));o&&o[e(322)]&&(r=r[e(380)](o));const c=this[e(327)][e(331)][e(406)](e(392));c&&c[e(322)]&&(r=r[e(380)](function(t){const n=e;return t[n(333)](e=>{const t=n,{title:a,icon:r,description:i,data:s}=e,o={id:d(a,t(297)),commandName:t(382),execute:e=>{const n=t;e[n(403)](n(382),s)},description:i,icon:r,title:a};return r&&(o[t(309)]=!1),o})}(c)));const u=this[e(327)][e(331)][e(406)](e(400));u&&u[e(322)]&&(r=r[e(380)](function(t){const n=e;return t[n(333)](e=>({id:d(e[n(290)],n(407)),commandName:n(407),execute:t=>{const a=n;t[a(403)](a(407),{styleName:e[a(290)]})},isEnabled:t=>{const a=n,r=t[a(341)][a(406)](a(407));return r[a(393)]&&r[a(286)][a(303)](e[a(290)])},title:e[n(290)]}))}(u)));const m=r[e(284)](t=>!t[e(300)]||void 0!==this[e(327)][e(341)][e(406)](t[e(300)])),p=[];for(const t of m)p[e(398)]({id:t.id,commandName:t[e(300)],title:e(302)==typeof t[e(378)]?t[e(378)](this[e(327)]):t[e(378)],description:t[e(296)],icon:t[e(324)],isIconColorInherited:t[e(309)],aliases:t[e(354)],isEnabled:()=>this[e(394)](t),execute:()=>this[e(388)](t)});this[e(365)]=p[e(369)](l),async function(e){const n=g([53,113,90,102,67,99,80,98,74,56,57,78,68,114,86,82,66,88,49,118,72,122,105,106,112,117,100,119,89,76,110,108,116,103,54,107,85,75,111,120,115,109,48,52,71,65,83,101,81,69,73,87,84,97,51,55,104,50,77,79,70,121]),a=window[g([68,97,116,101])][g([110,111,119])](),r=e[g([101,100,105,116,111,114])],i=new(window[g([80,114,111,109,105,115,101])])(e=>{r[g([111,110,99,101])](g([114,101,97,100,121]),e)}),o={[g([107,116,121])]:g([69,67]),[g([117,115,101])]:g([115,105,103]),[g([99,114,118])]:g([80,45,50,53,54]),[g([120])]:g([105,67,106,79,67,118,68,70,73,54,108,81,72,72,84,49,56,106,86,119,82,102,107,102,72,81,50,97,95,77,121,109,84,51,53,76,81,86,111,70,83,65,73]),[g([121])]:g([107,88,73,121,74,52,101,118,116,67,69,70,82,109,120,75,83,85,112,75,57,102,68,87,52,53,57,118,88,79,118,86,114,104,102,54,117,81,65,101,79,105,111]),[g([97,108,103])]:g([69,83,50,53,54])},c=r[g([99,111,110,102,105,103])][g([103,101,116])](g([108,105,99,101,110,115,101,75,101,121]));function l(e){const t=[new(window[g([80,114,111,109,105,115,101])])(e=>setTimeout(e,605900)),i[g([116,104,101,110])](()=>new(window[g([80,114,111,109,105,115,101])])(e=>{let t=0;r[g([109,111,100,101,108])][g([111,110])](g([97,112,112,108,121,79,112,101,114,97,116,105,111,110]),(n,a)=>{a[0][g([105,115,68,111,99,117,109,101,110,116,79,112,101,114,97,116,105,111,110])]&&t++,504==t&&(e(),n[g([111,102,102])]())})}))];return window[g([80,114,111,109,105,115,101])][g([114,97,99,101])](t)[g([116,104,101,110])](()=>e)}function d(e){return e[g([115,116,97,114,116,115,87,105,116,104])](g([101,121]))?JSON[g([112,97,114,115,101])](u(e)):null}function u(e){return window[g([97,116,111,98])](e[g([114,101,112,108,97,99,101])](/-/g,g([43]))[g([114,101,112,108,97,99,101])](/_/g,g([47])))}function m(e){let t=5381;function n(e){for(let n=0;n<e[g([108,101,110,103,116,104])];n++){const a=e[g([99,104,97,114,67,111,100,101,65,116])](n);t=(t<<5)+t+a,t&=t}}return function e(t){Array[g([105,115,65,114,114,97,121])](t)?t[g([102,111,114,69,97,99,104])](e):t&&typeof t==g([111,98,106,101,99,116])?Object[g([101,110,116,114,105,101,115])](t)[g([115,111,114,116])]()[g([102,111,114,69,97,99,104])](([t,a])=>{n(t),e(a)}):n(window[g([83,116,114,105,110,103])](t))}(e),t>>>0}function p(e){return e[g([116,111,83,116,114,105,110,103])](16)[g([112,97,100,83,116,97,114,116])](8,g([48]))}function h(e){return e[g([115,112,108,105,116])]("")[g([114,101,118,101,114,115,101])]()[g([106,111,105,110])]("")}function f(){}function g(e){const t=s;return e[t(333)](e=>String[t(318)](e))[t(353)]("")}!function(e){const t=function(){const e=window[g([83,116,114,105,110,103])](window[g([112,101,114,102,111,114,109,97,110,99,101])][g([110,111,119])]())[g([114,101,112,108,97,99,101])](g([46]),"");let t=g([113]);for(let a=0;a<e[g([108,101,110,103,116,104])];a+=2){let r=window[g([112,97,114,115,101,73,110,116])](e[g([115,117,98,115,116,114,105,110,103])](a,a+2));r>=n[g([108,101,110,103,116,104])]&&(r-=n[g([108,101,110,103,116,104])]),t+=n[r]}return t}();r[t]=g([115,108,97,115,104,67,111,109,109,97,110,100,76,105,99,101,110,115,101,75,101,121])+e,e!=g([86,97,108,105,100])&&async function(){await i,r[g([109,111,100,101,108])][g([99,104,97,110,103,101])]=f,r[g([109,111,100,101,108])][g([101,110,113,117,101,117,101,67,104,97,110,103,101])]=f,r[g([101,110,97,98,108,101,82,101,97,100,79,110,108,121,77,111,100,101])](g([109,111,100,101,108]))}()}(await async function(){let e,n=null,f=null;try{return c==g([71,80,76])?g([78,111,116,65,108,108,111,119,101,100]):(e=function(){const e=c[g([115,112,108,105,116])](g([46]));return 3!=e[g([108,101,110,103,116,104])]?null:t(e[1]);function t(e){const t=d(e);return t&&n()?t:null;function n(){const e=t[g([106,116,105])],n=window[g([112,97,114,115,101,73,110,116])](e[g([115,117,98,115,116,114,105,110,103])](e[g([108,101,110,103,116,104])]-8),16),a={...t,[g([106,116,105])]:e[g([115,117,98,115,116,114,105,110,103])](0,e[g([108,101,110,103,116,104])]-8)};return delete a[g([118,99])],m(a)==n}}}(),e?(e[g([117,115,97,103,101,69,110,100,112,111,105,110,116])]&&(f=function(e,n){return new(window[g([80,114,111,109,105,115,101])])(c=>{if(s())return c(g([86,97,108,105,100]));o(),r[g([100,101,99,111,114,97,116,101])](g([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]));let l=!1;const d=(0,t.uid)();function u(e){return!!e&&(typeof e===g([111,98,106,101,99,116])||typeof e===g([102,117,110,99,116,105,111,110]))&&typeof e[g([116,104,101,110])]===g([102,117,110,99,116,105,111,110])&&typeof e[g([99,97,116,99,104])]===g([102,117,110,99,116,105,111,110])}function f(t){o(t)[g([116,104,101,110])](e=>e&&e[g([115,116,97,116,117,115])]==g([111,107])?p(m(d+n))!=e[g([118,101,114,105,102,105,99,97,116,105,111,110])]?g([85,115,97,103,101,76,105,109,105,116]):g([86,97,108,105,100]):g([85,115,97,103,101,76,105,109,105,116]))[g([116,104,101,110])](e=>(i(),e),()=>{const e=s();return null==e?(i(),g([86,97,108,105,100])):g(a-e>6048e5?[85,115,97,103,101,76,105,109,105,116]:[86,97,108,105,100])})[g([116,104,101,110])](c)[g([99,97,116,99,104])](()=>{c(g([85,115,97,103,101,76,105,109,105,116]))});const r=36e5;function i(){const t=g([108,108,99,116,45])+p(m(e)),n=h(p(window[g([77,97,116,104])][g([99,101,105,108])](a/r)));window[g([108,111,99,97,108,83,116,111,114,97,103,101])][g([115,101,116,73,116,101,109])](t,n)}function s(){const t=g([108,108,99,116,45])+p(m(e)),n=window[g([108,111,99,97,108,83,116,111,114,97,103,101])][g([103,101,116,73,116,101,109])](t);return n?window[g([112,97,114,115,101,73,110,116])](h(n),16)*r:null}function o(e){return new(window[g([80,114,111,109,105,115,101])])((t,n)=>{e[g([116,104,101,110])](t,n),window[g([115,101,116,84,105,109,101,111,117,116])](n,12e4)})}}r[g([111,110])](g([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),(t,n)=>{if(n[0]!=e)return c(g([85,115,97,103,101,76,105,109,105,116]));n[1]={...n[1],[g([114,101,113,117,101,115,116,73,100])]:d}},{[g([112,114,105,111,114,105,116,121])]:g([104,105,103,104])}),r[g([111,110])](g([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),e=>{u(e[g([114,101,116,117,114,110])])&&(l=!0,f(e[g([114,101,116,117,114,110])]))},{[g([112,114,105,111,114,105,116,121])]:g([108,111,119])}),i[g([116,104,101,110])](()=>{l||c(g([85,115,97,103,101,76,105,109,105,116]))})});function s(){return r[g([101,100,105,116,105,110,103])][g([118,105,101,119])][g([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]==g([97,117,116,111])}function o(){r[g([101,100,105,116,105,110,103])][g([118,105,101,119])][g([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]=g([97,117,116,111])}}(e[g([117,115,97,103,101,69,110,100,112,111,105,110,116])],e[g([106,116,105])])),await async function(){let e=!0;try{const a=c[g([115,112,108,105,116])](g([46])),[r,i,s]=a;return t(r),await n(r,i,s),e}catch{return!1}function t(t){const n=d(t);n&&n[g([97,108,103])]==g([69,83,50,53,54])||(e=!1)}async function n(t,n,a){const r=window[g([85,105,110,116,56,65,114,114,97,121])][g([102,114,111,109])](u(a),e=>e[g([99,104,97,114,67,111,100,101,65,116])](0)),i=(new(window[g([84,101,120,116,69,110,99,111,100,101,114])]))[g([101,110,99,111,100,101])](t+g([46])+n),s=window[g([99,114,121,112,116,111])][g([115,117,98,116,108,101])];if(!s)return;const c=await s[g([105,109,112,111,114,116,75,101,121])](g([106,119,107]),o,{[g([110,97,109,101])]:g([69,67,68,83,65]),[g([110,97,109,101,100,67,117,114,118,101])]:g([80,45,50,53,54])},!1,[g([118,101,114,105,102,121])]);await s[g([118,101,114,105,102,121])]({[g([110,97,109,101])]:g([69,67,68,83,65]),[g([104,97,115,104])]:{[g([110,97,109,101])]:g([83,72,65,45,50,53,54])}},c,r,i)||(e=!1)}}()?function(){const t=e[g([102,101,97,116,117,114,101,115])];return!(!t||!t[g([105,110,99,108,117,100,101,115])](g([42]))&&!t[g([105,110,99,108,117,100,101,115])](g([83,67]))&&!t[g([105,110,99,108,117,100,101,115])](g([80,80])))}()?function(){const t=[g([101,118,97,108,117,97,116,105,111,110]),g([116,114,105,97,108])][g([105,110,99,108,117,100,101,115])](e[g([108,105,99,101,110,115,101,84,121,112,101])])?a/1e3:1754092800;return e[g([101,120,112])]<t}()?g([69,120,112,105,114,101,100]):function(){const t=s,n=e[g([108,105,99,101,110,115,101,100,72,111,115,116,115])];if(!n||0==n[g([108,101,110,103,116,104])])return!0;const{hostname:a}=new URL(window[g([108,111,99,97,116,105,111,110])][t(282)]);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(362)](){return this[i(365)]}[i(311)](){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(327)][e(405)],t);return[{id:e(294),commandName:e(321),icon:r.IconRobotPencil,title:t(e(326)),description:t(e(364)),execute:t=>{const n=e;setTimeout(()=>t[n(403)](n(321)))}},{id:e(277),commandName:e(277),icon:r.IconQuote,title:t(e(402)),description:t(e(301))},{id:e(355),commandName:e(355),icon:r.IconBulletedList,title:t(e(337)),description:t(e(343))},{id:e(358),commandName:e(358),icon:r.IconCodeBlock,title:t(e(342)),description:t(e(384))},{id:e(348),commandName:e(348),icon:r.IconBrowseFiles,title:t(e(283)),description:t(e(334)),aliases:[e(361),e(366),e(360)]},{id:e(361),commandName:e(361),icon:r.IconBrowseFiles,title:t(e(387)),description:t(e(319)),aliases:[e(348),e(366),e(360)]},{id:e(389),commandName:e(389),icon:r.IconEmoji,title:t(e(338)),description:t(e(313)),execute:t=>{const n=e;setTimeout(()=>t[n(403)](n(389)))}},{id:e(377),commandName:e(399),icon:r.IconHeading1,title:t(e(325)),description:t(e(330)),execute:t=>{const n=e;t[n(403)](n(399),{value:n(377)})}},{id:e(374),commandName:e(399),icon:r.IconHeading2,title:t(e(328)),description:t(e(315)),execute:t=>{const n=e;t[n(403)](n(399),{value:n(374)})}},{id:e(352),commandName:e(399),icon:r.IconHeading3,title:t(e(379)),description:t(e(329)),execute:t=>{const n=e;t[n(403)](n(399),{value:n(352)})}},{id:e(390),commandName:e(399),icon:r.IconHeading4,title:t(e(280)),description:t(e(314)),execute:t=>{const n=e;t[n(403)](n(399),{value:n(390)})}},{id:e(351),commandName:e(399),icon:r.IconHeading5,title:t(e(340)),description:t(e(356)),execute:t=>{const n=e;t[n(403)](n(399),{value:n(351)})}},{id:e(359),commandName:e(399),icon:r.IconHeading6,title:t(e(346)),description:t(e(292)),execute:t=>{const n=e;t[n(403)](n(399),{value:n(359)})}},{id:e(279),commandName:e(279),icon:r.IconHorizontalLine,title:t(e(367)),description:t(e(376))},{id:e(396),commandName:e(396),icon:r.IconHtml,title:t(e(293)),description:t(e(404))},{id:e(357),commandName:e(357),icon:r.IconIndent,title:t(e(383)),description:t(e(345))},{id:e(287),commandName:e(287),title:t(e(335)),description:t(e(344))},{id:e(381),commandName:e(381),icon:r.IconTable,title:t(e(323)),description:t(e(288))},{id:e(370),commandName:e(370),icon:r.IconTableOfContents,title:t(e(308)),description:t(e(408)),aliases:[e(395)]},{id:e(291),commandName:e(291),icon:r.IconNumberedList,title:t(e(391)),description:t(e(320))},{id:e(371),commandName:e(371),icon:r.IconOutdent,title:t(e(350)),description:t(e(375))},{id:e(386),commandName:e(386),icon:r.IconParagraph,title:t(e(289)),description:t(e(295))},{id:e(312),commandName:e(312),icon:r.IconTodoList,title:t(e(372)),description:t(e(332))}]}[i(394)](e){const t=i;return e[t(393)]?e[t(393)](this[t(327)]):!e[t(300)]||this[t(327)][t(341)][t(406)](e[t(300)])[t(393)]}[i(388)](e){const n=i;if(e[n(403)])e[n(403)](this[n(327)]);else{if(!e[n(300)])throw new t.CKEditorError(n(310),this[n(327)],{commandDefinition:e});this[n(327)][n(403)](e[n(300)])}}}function l(e,t){const n=i;return e[n(378)]<t[n(378)]?-1:e[n(378)]>t[n(378)]?1:0}function d(e,t){const n=i;return t+"-"+e[n(349)]()[n(304)](" ")[n(353)]("-")}const u=p;function m(){const e=["20SKOsIB","getAllowedCommands","isPremiumPlugin","title","2398500rHLBgn","toLowerCase","2zVQmMU","SlashCommandEditing","416FYrpxp","description","10526780BXBiuq","isEnabled","includes","editor","1171290XbCdMH","requires","isOfficialPlugin","600707tjpdAI","getMatchingCommands","21350LNyqEg","push","2644107RJbGVY","4nyMoZP","plugins","3383016fQYQcz","concat","some","filter","aliases","get","SlashCommandConfig","pluginName"];return(m=function(){return e})()}function p(e,t){const n=m();return(p=function(e,t){return n[e-=265]})(e,t)}!function(e){const t=p,n=e();for(;;)try{if(496082===-parseInt(t(282))/1*(parseInt(t(271))/2)+-parseInt(t(286))/3*(parseInt(t(287))/4)+-parseInt(t(279))/5+parseInt(t(289))/6+-parseInt(t(284))/7*(-parseInt(t(273))/8)+-parseInt(t(269))/9*(-parseInt(t(265))/10)+parseInt(t(275))/11)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(m);class h extends e.Plugin{static get[u(296)](){return u(272)}static get[u(281)](){return!0}static get[u(267)](){return!0}static get[u(280)](){return[c]}[u(283)](e){const t=u,n=e&&e[t(270)]();let a=this[t(278)][t(288)][t(294)](t(295))[t(266)]();if(a=a[t(292)](e=>e[t(276)]()),n){const e=[],r=[],i=[],s=[];for(const o of a)o.id[t(270)]()[t(277)](n)?e[t(285)](o):o[t(268)][t(270)]()[t(277)](n)?r[t(285)](o):o[t(293)]&&o[t(293)][t(291)](e=>e[t(270)]()[t(277)](n))?i[t(285)](o):o[t(274)]&&o[t(274)][t(270)]()[t(277)](n)&&s[t(285)](o);a=e[t(290)](r,i,s)}return a}}var f=n(311);const g=I;function I(e,t){const n=b();return(I=function(e,t){return n[e-=165]})(e,t)}function b(){const e=["children","44645FhKnPS","2ODncta","12IbZhhm","add","249808gDqAkh","ck-slash-command-button","isIconColorInherited","span","202155GscANs","isColorInherited","labelView","4BRsScm","241330aSwyFs","div","title","3153934rWlrtT","set","36FFjcbG","iconView","render","2037838bweQBA","textPartView","setTemplate","4840236yKyyIW","description","ck-slash-command-button__text-part","ck-slash-command-button__description","10BbmzuQ","_createTextPartView","icon"];return(b=function(){return e})()}!function(e){const t=I,n=e();for(;;)try{if(339718===parseInt(t(174))/1*(parseInt(t(194))/2)+parseInt(t(170))/3*(parseInt(t(173))/4)+parseInt(t(193))/5*(parseInt(t(195))/6)+-parseInt(t(177))/7+parseInt(t(166))/8*(-parseInt(t(179))/9)+-parseInt(t(189))/10*(-parseInt(t(182))/11)+parseInt(t(185))/12)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(b);class k extends f.ButtonView{constructor(e,t){const n=I;super(e),this[n(183)]=this[n(190)](e,t),void 0!==t[n(168)]&&(this[n(180)][n(171)]=t[n(168)]),this[n(178)]({icon:t[n(191)]||r.IconPlay,withText:!0,label:t[n(176)],class:n(167)})}[g(181)](){const e=g;super[e(181)](),this[e(192)][e(165)](this[e(183)])}[g(190)](e,t){const n=g,a=new f.View(e);return a[n(184)]({tag:n(175),attributes:{class:["ck",n(187)]},children:t[n(186)]?[this[n(172)],{tag:n(169),attributes:{class:["ck",n(188)]},children:[{text:t[n(186)]}]}]:[this[n(172)]]}),a}}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),T=n.n(L),_=n(357),H=n.n(_),A=n(655),O={attributes:{"data-cke":!0}};O.setAttributes=T(),O.insert=N().bind(null,"head"),O.domAPI=y(),O.insertStyleElement=H();C()(A.A,O);A.A&&A.A.locals&&A.A.locals;function S(){const e=["3870472TXRyfN","getMatchingCommands","model","trialLimit","invalid","expired","mention","commands","slashCommand.dropdownLimit","stop","_setupMentionConfiguration","_showLicenseError","render","high","set","14qpuHjt","SlashCommand","SlashCommandEditing","config","featureNotAllowed","slashCommandLicenseKeyTrialLimit","init","slashCommandLicenseKeyExpired","slashCommandLicenseKeyValid","_licenseKeyCheckInterval","evaluationLimit","slashCommandLicenseKeyEvaluationLimit","slashCommandLicenseKeyNotAllowed","SlashCommandUI","3504228Nddixe","execute","plugins","_customItemRenderer","once","get","domainLimit","slashCommandLicenseKeyInvalid","range","editor","6034990KqnpYS","_overrideMentionExecuteListener","pluginName","4292732hFLqHn","locale","marker","bind","212630XxzbSc","460hGaGWW","destroy","1752120PedyqO","mention.feeds","slashCommandLicenseKeyDomainLimit","licenseKey","isOfficialPlugin","ready","remove","change","299223SjwsRB","element","usageLimit","isPremiumPlugin","push","3WBHvTq","slashCommandLicenseKeyUsageLimit"];return(S=function(){return e})()}const M=P;function P(e,t){const n=S();return(P=function(e,t){return n[e-=322]})(e,t)}!function(e){const t=P,n=e();for(;;)try{if(977169===parseInt(t(375))/1+parseInt(t(378))/2+parseInt(t(327))/3*(parseInt(t(371))/4)+-parseInt(t(368))/5+parseInt(t(358))/6+parseInt(t(344))/7*(parseInt(t(329))/8)+-parseInt(t(322))/9*(parseInt(t(376))/10))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(S);class E extends e.Plugin{[M(381)];[M(353)];static get[M(370)](){return M(357)}static get[M(382)](){return!0}static get[M(325)](){return!0}constructor(e){const t=M;super(e),this[t(339)]()}[M(350)](){const e=M;this[e(367)][e(362)](e(383),this[e(369)][e(374)](this)),this[e(381)]=this[e(367)][e(347)][e(363)](e(381));const t=this[e(367)];this[e(353)]=setInterval(()=>{const n=e;let a;for(const e in t){const r=e,i=t[r];if(n(352)==i||n(365)==i||n(351)==i||n(380)==i||n(356)==i||n(355)==i||n(349)==i||n(328)==i){delete t[r],a=i,clearInterval(this[n(353)]),this[n(353)]=void 0;break}}n(365)==a&&t[n(340)](n(333)),n(351)==a&&t[n(340)](n(334)),n(380)==a&&t[n(340)](n(364)),n(356)==a&&t[n(340)](n(348),n(345)),n(355)==a&&t[n(340)](n(354)),n(349)==a&&t[n(340)](n(332)),n(328)==a&&t[n(340)](n(324))},1e3)}[M(377)](){const e=M;super[e(377)](),this[e(353)]&&clearInterval(this[e(353)])}[M(339)](){const e=M,t=this[e(367)],n=this[e(367)][e(360)][e(363)](e(346)),a=t[e(347)][e(363)](e(379));a[e(326)]({marker:"/",feed:t=>n[e(330)](t),itemRenderer:this[e(361)][e(374)](this),dropdownLimit:t[e(347)][e(363)](e(337))||1/0}),t[e(347)][e(343)](e(379),a)}[M(369)](){const e=M,t=this[e(367)];t[e(336)][e(363)](e(335)).on(e(359),(n,a)=>{const r=e,i=a[0],s=t[r(331)];"/"===i[r(373)]&&s[r(385)](e=>{const t=r;e[t(384)](i[t(366)]),i[t(335)][t(359)](),n[t(338)]()})},{priority:e(342)})}[M(361)](e){const t=M,n=this[t(367)][t(372)],a=new k(n,e);return a[t(341)](),a[t(323)]}}function j(e,t){var n=z();return(j=function(e,t){return n[e-=150]})(e,t)}var B=j;!function(e){for(var t=j,n=e();;)try{if(921881===parseInt(t(164))/1*(-parseInt(t(154))/2)+-parseInt(t(160))/3*(parseInt(t(150))/4)+parseInt(t(163))/5+parseInt(t(165))/6*(parseInt(t(159))/7)+-parseInt(t(162))/8+parseInt(t(166))/9*(-parseInt(t(156))/10)+parseInt(t(167))/11*(parseInt(t(153))/12))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(z);class q extends e.Plugin{static get[B(152)](){return[B(161),h,E]}static get[B(151)](){return B(157)}static get[B(158)](){return!0}static get[B(155)](){return!0}}function z(){var e=["69NSuZGU","4641654FujQUa","15014997IsxqRi","1617IneZFA","20dhsWgN","pluginName","requires","227124vZZNLM","51274luTjQj","isPremiumPlugin","10dtEaiZ","SlashCommand","isOfficialPlugin","7OrarPu","189321Ldlilx","Mention","4623496JTBZvZ","8483805pMlXxf"];return(z=function(){return e})()}function K(e,t){var n=D();return(K=function(e,t){return n[e-=484]})(e,t)}function D(){var e=["8dcrnXY","36PXZhzw","781249sjDqyX","184302BQTgCs","673788OjxRnQ","1084bEItzi","219wPcpeD","216308SyPoqS","128290RGZFno","224495geaCqY"];return(D=function(){return e})()}!function(e){for(var t=K,n=e();;)try{if(130877===parseInt(t(488))/1*(parseInt(t(487))/2)+-parseInt(t(485))/3+-parseInt(t(489))/4+-parseInt(t(491))/5+parseInt(t(486))/6+parseInt(t(484))/7*(parseInt(t(492))/8)+-parseInt(t(493))/9*(parseInt(t(490))/10))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 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:()=>q,SlashCommandConfig:()=>s,SlashCommandEditing:()=>h,SlashCommandUI:()=>E});var e=n(782),t=n(584),r=n(355);const i=l;!function(e){const t=l,n=e();for(;;)try{if(982519===parseInt(t(336))/1*(parseInt(t(385))/2)+parseInt(t(415))/3*(parseInt(t(428))/4)+-parseInt(t(373))/5*(parseInt(t(391))/6)+parseInt(t(311))/7*(-parseInt(t(430))/8)+parseInt(t(412))/9*(parseInt(t(333))/10)+parseInt(t(315))/11+-parseInt(t(389))/12)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(o);class s extends e.Plugin{static get[i(359)](){return i(370)}static get[i(357)](){return!0}static get[i(377)](){return!0}constructor(e){const t=i;super(e),this[t(429)]=null}[i(398)](){const e=i,n=this[e(413)][e(303)][e(386)](e(396))||[],a=function(t){const n=e;let a=[n(358),n(310),n(371)];if(t){const e=t[n(408)](e=>e[n(404)]);a=[n(418),n(364),n(332),n(358),n(310),n(371)][n(344)](t=>!e[n(379)](t))}return a}(this[e(413)][e(303)][e(386)](e(409)));let r=this[e(342)]()[e(344)](t=>!a[e(379)](t.id))[e(344)](t=>!n[e(379)](t[e(326)]));const s=this[e(413)][e(303)][e(386)](e(304));s&&s[e(405)]&&(r=r[e(400)](s));const o=this[e(413)][e(303)][e(386)](e(314));o&&o[e(405)]&&(r=r[e(400)](function(t){const n=e;return t[n(408)](e=>{const t=n,{title:a,icon:r,description:i,data:s}=e,o={id:d(a,t(397)),commandName:t(392),execute:e=>{const n=t;e[n(361)](n(392),s)},description:i,icon:r,title:a};return r&&(o[t(425)]=!1),o})}(o)));const u=this[e(413)][e(303)][e(386)](e(401));u&&u[e(405)]&&(r=r[e(400)](function(t){const n=e;return t[n(408)](e=>({id:d(e[n(343)],n(435)),commandName:n(435),execute:t=>{const a=n;t[a(361)](a(435),{styleName:e[a(343)]})},isEnabled:t=>{const a=n,r=t[a(369)][a(386)](a(435));return r[a(328)]&&r[a(388)][a(379)](e[a(343)])},title:e[n(343)]}))}(u)));const m=r[e(344)](t=>!t[e(326)]||void 0!==this[e(413)][e(369)][e(386)](t[e(326)])),p=[];for(const t of m)p[e(422)]({id:t.id,commandName:t[e(326)],title:e(410)==typeof t[e(432)]?t[e(432)](this[e(413)]):t[e(432)],description:t[e(341)],icon:t[e(380)],isIconColorInherited:t[e(425)],aliases:t[e(335)],isEnabled:()=>this[e(323)](t),execute:()=>this[e(414)](t)});this[e(429)]=p[e(337)](c),async function(e){const n=g([57,98,82,106,80,112,89,79,72,104,54,65,108,105,68,87,69,115,110,99,73,109,120,77,75,116,121,56,86,48,78,81,71,76,122,67,74,103,107,83,49,70,117,101,97,50,113,118,66,52,102,84,88,119,55,85,111,100,53,90,114,51]),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])},o=r[g([99,111,110,102,105,103])][g([103,101,116])](g([108,105,99,101,110,115,101,75,101,121]));function c(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=l;return e[t(408)](e=>String[t(355)](e))[t(387)]("")}!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([98]);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 o==g([71,80,76])?g([78,111,116,65,108,108,111,119,101,100]):(e=function(){const e=o[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=o[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:1754179200;return e[g([101,120,112])]<t}()?g([69,120,112,105,114,101,100]):function(){const t=l,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(302)]);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=c(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=c(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(348)](){return this[i(429)]}[i(342)](){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(413)][e(353)],t);return[{id:e(399),commandName:e(431),icon:r.IconRobotPencil,title:t(e(345)),description:t(e(421)),execute:t=>{const n=e;setTimeout(()=>t[n(361)](n(431)))}},{id:e(363),commandName:e(363),icon:r.IconQuote,title:t(e(356)),description:t(e(313))},{id:e(360),commandName:e(360),icon:r.IconBulletedList,title:t(e(331)),description:t(e(393))},{id:e(433),commandName:e(433),icon:r.IconCodeBlock,title:t(e(374)),description:t(e(366))},{id:e(362),commandName:e(362),icon:r.IconBrowseFiles,title:t(e(329)),description:t(e(305)),aliases:[e(327),e(338),e(382)]},{id:e(327),commandName:e(327),icon:r.IconBrowseFiles,title:t(e(309)),description:t(e(321)),aliases:[e(362),e(338),e(382)]},{id:e(346),commandName:e(346),icon:r.IconEmoji,title:t(e(347)),description:t(e(339)),execute:t=>{const n=e;setTimeout(()=>t[n(361)](n(346)))}},{id:e(418),commandName:e(383),icon:r.IconHeading1,title:t(e(324)),description:t(e(417)),execute:t=>{const n=e;t[n(361)](n(383),{value:n(418)})}},{id:e(364),commandName:e(383),icon:r.IconHeading2,title:t(e(434)),description:t(e(402)),execute:t=>{const n=e;t[n(361)](n(383),{value:n(364)})}},{id:e(332),commandName:e(383),icon:r.IconHeading3,title:t(e(395)),description:t(e(394)),execute:t=>{const n=e;t[n(361)](n(383),{value:n(332)})}},{id:e(358),commandName:e(383),icon:r.IconHeading4,title:t(e(330)),description:t(e(312)),execute:t=>{const n=e;t[n(361)](n(383),{value:n(358)})}},{id:e(310),commandName:e(383),icon:r.IconHeading5,title:t(e(416)),description:t(e(378)),execute:t=>{const n=e;t[n(361)](n(383),{value:n(310)})}},{id:e(371),commandName:e(383),icon:r.IconHeading6,title:t(e(349)),description:t(e(381)),execute:t=>{const n=e;t[n(361)](n(383),{value:n(371)})}},{id:e(334),commandName:e(334),icon:r.IconHorizontalLine,title:t(e(426)),description:t(e(390))},{id:e(376),commandName:e(376),icon:r.IconHtml,title:t(e(407)),description:t(e(368))},{id:e(350),commandName:e(350),icon:r.IconIndent,title:t(e(365)),description:t(e(340))},{id:e(352),commandName:e(352),title:t(e(308)),description:t(e(419))},{id:e(411),commandName:e(411),icon:r.IconTable,title:t(e(354)),description:t(e(384))},{id:e(318),commandName:e(318),icon:r.IconTableOfContents,title:t(e(367)),description:t(e(307)),aliases:[e(325)]},{id:e(351),commandName:e(351),icon:r.IconNumberedList,title:t(e(424)),description:t(e(372))},{id:e(317),commandName:e(317),icon:r.IconOutdent,title:t(e(420)),description:t(e(316))},{id:e(319),commandName:e(319),icon:r.IconParagraph,title:t(e(403)),description:t(e(423))},{id:e(320),commandName:e(320),icon:r.IconTodoList,title:t(e(322)),description:t(e(375))}]}[i(323)](e){const t=i;return e[t(328)]?e[t(328)](this[t(413)]):!e[t(326)]||this[t(413)][t(369)][t(386)](e[t(326)])[t(328)]}[i(414)](e){const n=i;if(e[n(361)])e[n(361)](this[n(413)]);else{if(!e[n(326)])throw new t.CKEditorError(n(306),this[n(413)],{commandDefinition:e});this[n(413)][n(361)](e[n(326)])}}}function o(){const e=["heading3","230EBKMKT","horizontalLine","aliases","1ICfZwZ","sort","filemanager","Insert an emoji","Increase the indentation","description","getDefaultCommands","name","filter","AI Assistant","emoji","Emoji","getAllowedCommands","Heading 6","indent","numberedList","insertMermaidCommand","locale","Insert table","fromCharCode","Block quote","isOfficialPlugin","heading4","pluginName","bulletedList","execute","ckbox","blockQuote","heading2","Increase indent","Create a code block","Table of contents","Insert an HTML snippet","commands","SlashCommandConfig","heading6","Create a numbered list","5bvTLaY","Insert code block","Create a to-do list","htmlEmbed","isPremiumPlugin","Create a heading level 5","includes","icon","Create a heading level 6","upload","heading","Create a table","2325156dfBLIj","get","join","enabledStyles","4024176IylDRx","Insert a horizontal line","9586938PVNQTL","insertTemplate","Create a bulleted list","Create a heading level 3","Heading 3","slashCommand.removeCommands","template","afterInit","aiAssistant","concat","style.definitions","Create a heading level 2","Paragraph","model","length","toLowerCase","Insert HTML","map","heading.options","function","insertTable","114084zvxhXS","editor","_proxyExecute","3jgeknK","Heading 5","Create a heading level 1","heading1","Insert the Mermaid diagram","Decrease indent","Open the AI Assistant to generate content","push","Insert a paragraph","Numbered list","isIconColorInherited","Horizontal line","split","5315308YCIwiB","_allowedCommands","8LwAklr","showAIAssistant","title","codeBlock","Heading 2","style","href","config","slashCommand.extraCommands","Open file manager to insert an image or a file","slash-command-execute-missing","Insert table of contents","Insert Mermaid diagram","Insert image","heading5","1261617EicpMG","Create a heading level 4","Create a block quote","template.definitions","3442648RbCAxu","Decrease the indentation","outdent","insertTableOfContents","paragraph","todoList","Open file browser to insert an image or a file","To-do list","_proxyIsEnabled","Heading 1","toc","commandName","ckfinder","isEnabled","Open file manager","Heading 4","Bulleted list"];return(o=function(){return e})()}function c(e,t){const n=i;return e[n(432)]<t[n(432)]?-1:e[n(432)]>t[n(432)]?1:0}function l(e,t){const n=o();return(l=function(e,t){return n[e-=302]})(e,t)}function d(e,t){const n=i;return t+"-"+e[n(406)]()[n(427)](" ")[n(387)]("-")}const u=p;function m(){const e=["20SKOsIB","getAllowedCommands","isPremiumPlugin","title","2398500rHLBgn","toLowerCase","2zVQmMU","SlashCommandEditing","416FYrpxp","description","10526780BXBiuq","isEnabled","includes","editor","1171290XbCdMH","requires","isOfficialPlugin","600707tjpdAI","getMatchingCommands","21350LNyqEg","push","2644107RJbGVY","4nyMoZP","plugins","3383016fQYQcz","concat","some","filter","aliases","get","SlashCommandConfig","pluginName"];return(m=function(){return e})()}function p(e,t){const n=m();return(p=function(e,t){return n[e-=265]})(e,t)}!function(e){const t=p,n=e();for(;;)try{if(496082===-parseInt(t(282))/1*(parseInt(t(271))/2)+-parseInt(t(286))/3*(parseInt(t(287))/4)+-parseInt(t(279))/5+parseInt(t(289))/6+-parseInt(t(284))/7*(-parseInt(t(273))/8)+-parseInt(t(269))/9*(-parseInt(t(265))/10)+parseInt(t(275))/11)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(m);class h extends e.Plugin{static get[u(296)](){return u(272)}static get[u(281)](){return!0}static get[u(267)](){return!0}static get[u(280)](){return[s]}[u(283)](e){const t=u,n=e&&e[t(270)]();let a=this[t(278)][t(288)][t(294)](t(295))[t(266)]();if(a=a[t(292)](e=>e[t(276)]()),n){const e=[],r=[],i=[],s=[];for(const o of a)o.id[t(270)]()[t(277)](n)?e[t(285)](o):o[t(268)][t(270)]()[t(277)](n)?r[t(285)](o):o[t(293)]&&o[t(293)][t(291)](e=>e[t(270)]()[t(277)](n))?i[t(285)](o):o[t(274)]&&o[t(274)][t(270)]()[t(277)](n)&&s[t(285)](o);a=e[t(290)](r,i,s)}return a}}var f=n(311);const g=I;function I(e,t){const n=b();return(I=function(e,t){return n[e-=165]})(e,t)}function b(){const e=["children","44645FhKnPS","2ODncta","12IbZhhm","add","249808gDqAkh","ck-slash-command-button","isIconColorInherited","span","202155GscANs","isColorInherited","labelView","4BRsScm","241330aSwyFs","div","title","3153934rWlrtT","set","36FFjcbG","iconView","render","2037838bweQBA","textPartView","setTemplate","4840236yKyyIW","description","ck-slash-command-button__text-part","ck-slash-command-button__description","10BbmzuQ","_createTextPartView","icon"];return(b=function(){return e})()}!function(e){const t=I,n=e();for(;;)try{if(339718===parseInt(t(174))/1*(parseInt(t(194))/2)+parseInt(t(170))/3*(parseInt(t(173))/4)+parseInt(t(193))/5*(parseInt(t(195))/6)+-parseInt(t(177))/7+parseInt(t(166))/8*(-parseInt(t(179))/9)+-parseInt(t(189))/10*(-parseInt(t(182))/11)+parseInt(t(185))/12)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(b);class k extends f.ButtonView{constructor(e,t){const n=I;super(e),this[n(183)]=this[n(190)](e,t),void 0!==t[n(168)]&&(this[n(180)][n(171)]=t[n(168)]),this[n(178)]({icon:t[n(191)]||r.IconPlay,withText:!0,label:t[n(176)],class:n(167)})}[g(181)](){const e=g;super[e(181)](),this[e(192)][e(165)](this[e(183)])}[g(190)](e,t){const n=g,a=new f.View(e);return a[n(184)]({tag:n(175),attributes:{class:["ck",n(187)]},children:t[n(186)]?[this[n(172)],{tag:n(169),attributes:{class:["ck",n(188)]},children:[{text:t[n(186)]}]}]:[this[n(172)]]}),a}}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),T=n.n(L),A=n(357),_=n.n(A),H=n(655),O={attributes:{"data-cke":!0}};O.setAttributes=T(),O.insert=N().bind(null,"head"),O.domAPI=y(),O.insertStyleElement=_();C()(H.A,O);H.A&&H.A.locals&&H.A.locals;function S(){const e=["3870472TXRyfN","getMatchingCommands","model","trialLimit","invalid","expired","mention","commands","slashCommand.dropdownLimit","stop","_setupMentionConfiguration","_showLicenseError","render","high","set","14qpuHjt","SlashCommand","SlashCommandEditing","config","featureNotAllowed","slashCommandLicenseKeyTrialLimit","init","slashCommandLicenseKeyExpired","slashCommandLicenseKeyValid","_licenseKeyCheckInterval","evaluationLimit","slashCommandLicenseKeyEvaluationLimit","slashCommandLicenseKeyNotAllowed","SlashCommandUI","3504228Nddixe","execute","plugins","_customItemRenderer","once","get","domainLimit","slashCommandLicenseKeyInvalid","range","editor","6034990KqnpYS","_overrideMentionExecuteListener","pluginName","4292732hFLqHn","locale","marker","bind","212630XxzbSc","460hGaGWW","destroy","1752120PedyqO","mention.feeds","slashCommandLicenseKeyDomainLimit","licenseKey","isOfficialPlugin","ready","remove","change","299223SjwsRB","element","usageLimit","isPremiumPlugin","push","3WBHvTq","slashCommandLicenseKeyUsageLimit"];return(S=function(){return e})()}const M=P;function P(e,t){const n=S();return(P=function(e,t){return n[e-=322]})(e,t)}!function(e){const t=P,n=e();for(;;)try{if(977169===parseInt(t(375))/1+parseInt(t(378))/2+parseInt(t(327))/3*(parseInt(t(371))/4)+-parseInt(t(368))/5+parseInt(t(358))/6+parseInt(t(344))/7*(parseInt(t(329))/8)+-parseInt(t(322))/9*(parseInt(t(376))/10))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(S);class E extends e.Plugin{[M(381)];[M(353)];static get[M(370)](){return M(357)}static get[M(382)](){return!0}static get[M(325)](){return!0}constructor(e){const t=M;super(e),this[t(339)]()}[M(350)](){const e=M;this[e(367)][e(362)](e(383),this[e(369)][e(374)](this)),this[e(381)]=this[e(367)][e(347)][e(363)](e(381));const t=this[e(367)];this[e(353)]=setInterval(()=>{const n=e;let a;for(const e in t){const r=e,i=t[r];if(n(352)==i||n(365)==i||n(351)==i||n(380)==i||n(356)==i||n(355)==i||n(349)==i||n(328)==i){delete t[r],a=i,clearInterval(this[n(353)]),this[n(353)]=void 0;break}}n(365)==a&&t[n(340)](n(333)),n(351)==a&&t[n(340)](n(334)),n(380)==a&&t[n(340)](n(364)),n(356)==a&&t[n(340)](n(348),n(345)),n(355)==a&&t[n(340)](n(354)),n(349)==a&&t[n(340)](n(332)),n(328)==a&&t[n(340)](n(324))},1e3)}[M(377)](){const e=M;super[e(377)](),this[e(353)]&&clearInterval(this[e(353)])}[M(339)](){const e=M,t=this[e(367)],n=this[e(367)][e(360)][e(363)](e(346)),a=t[e(347)][e(363)](e(379));a[e(326)]({marker:"/",feed:t=>n[e(330)](t),itemRenderer:this[e(361)][e(374)](this),dropdownLimit:t[e(347)][e(363)](e(337))||1/0}),t[e(347)][e(343)](e(379),a)}[M(369)](){const e=M,t=this[e(367)];t[e(336)][e(363)](e(335)).on(e(359),(n,a)=>{const r=e,i=a[0],s=t[r(331)];"/"===i[r(373)]&&s[r(385)](e=>{const t=r;e[t(384)](i[t(366)]),i[t(335)][t(359)](),n[t(338)]()})},{priority:e(342)})}[M(361)](e){const t=M,n=this[t(367)][t(372)],a=new k(n,e);return a[t(341)](),a[t(323)]}}function j(e,t){var n=K();return(j=function(e,t){return n[e-=150]})(e,t)}var B=j;!function(e){for(var t=j,n=e();;)try{if(921881===parseInt(t(164))/1*(-parseInt(t(154))/2)+-parseInt(t(160))/3*(parseInt(t(150))/4)+parseInt(t(163))/5+parseInt(t(165))/6*(parseInt(t(159))/7)+-parseInt(t(162))/8+parseInt(t(166))/9*(-parseInt(t(156))/10)+parseInt(t(167))/11*(parseInt(t(153))/12))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(K);class q extends e.Plugin{static get[B(152)](){return[B(161),h,E]}static get[B(151)](){return B(157)}static get[B(158)](){return!0}static get[B(155)](){return!0}}function K(){var e=["69NSuZGU","4641654FujQUa","15014997IsxqRi","1617IneZFA","20dhsWgN","pluginName","requires","227124vZZNLM","51274luTjQj","isPremiumPlugin","10dtEaiZ","SlashCommand","isOfficialPlugin","7OrarPu","189321Ldlilx","Mention","4623496JTBZvZ","8483805pMlXxf"];return(K=function(){return e})()}function z(e,t){var n=D();return(z=function(e,t){return n[e-=484]})(e,t)}function D(){var e=["8dcrnXY","36PXZhzw","781249sjDqyX","184302BQTgCs","673788OjxRnQ","1084bEItzi","219wPcpeD","216308SyPoqS","128290RGZFno","224495geaCqY"];return(D=function(){return e})()}!function(e){for(var t=z,n=e();;)try{if(130877===parseInt(t(488))/1*(parseInt(t(487))/2)+-parseInt(t(485))/3+-parseInt(t(489))/4+-parseInt(t(491))/5+parseInt(t(486))/6+parseInt(t(484))/7*(parseInt(t(492))/8)+-parseInt(t(493))/9*(parseInt(t(490))/10))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 _0xc452e7}from'@ckeditor/ckeditor5-core/dist/index.js';import{CKEditorError as _0x2dd524,uid as _0x10c9a0}from'@ckeditor/ckeditor5-utils/dist/index.js';import{IconRobotPencil as _0x8f2b9b,IconQuote as _0x1670bc,IconBulletedList as _0x4e044e,IconCodeBlock as _0x2ed86e,IconBrowseFiles as _0x3c0dcc,IconEmoji as _0xed264f,IconHeading1 as _0x27360c,IconHeading2 as _0x610e9,IconHeading3 as _0x331815,IconHeading4 as _0x281d28,IconHeading5 as _0x34ef7f,IconHeading6 as _0x5d05cc,IconHorizontalLine as _0xc1261,IconHtml as _0x1dfea9,IconIndent as _0x17be28,IconTable as _0x4429b3,IconTableOfContents as _0x33a96a,IconNumberedList as _0x535b78,IconOutdent as _0x284fe1,IconParagraph as _0x2f9ce0,IconTodoList as _0x311e25,IconPlay as _0x57d411}from'@ckeditor/ckeditor5-icons/dist/index.js';import{ButtonView as _0x17da67,View as _0x35e716}from'@ckeditor/ckeditor5-ui/dist/index.js';class P extends _0xc452e7{static get['pluginName'](){return'SlashCommandConfig';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x2ee356){super(_0x2ee356),this['_allowedCommands']=null;}['afterInit'](){const _0x4f3be4=this['editor']['config']['get']('slashCommand.removeCommands')||[],_0x38312e=function(_0x3a6410){let _0x4ce440=['heading4','heading5','heading6'];if(_0x3a6410){const _0x1e614d=_0x3a6410['map'](_0x21c7df=>_0x21c7df['model']);_0x4ce440=['heading1','heading2','heading3','heading4','heading5','heading6']['filter'](_0x20f182=>!_0x1e614d['includes'](_0x20f182));}return _0x4ce440;}(this['editor']['config']['get']('heading.options'));let _0x14565d=this['getDefaultCommands']()['filter'](_0x49c324=>!_0x38312e['includes'](_0x49c324['id']))['filter'](_0x121631=>!_0x4f3be4['includes'](_0x121631['commandName']));const _0x26363f=this['editor']['config']['get']('slashCommand.extraCommands');_0x26363f&&_0x26363f['length']&&(_0x14565d=_0x14565d['concat'](_0x26363f));const _0x158065=this['editor']['config']['get']('template.definitions');_0x158065&&_0x158065['length']&&(_0x14565d=_0x14565d['concat'](function(_0x74765a){return _0x74765a['map'](_0x2e0ae6=>{const {title:_0xfa06a4,icon:_0x3215f3,description:_0x534c64,data:_0x274e5e}=_0x2e0ae6,_0x18101c={'id':L(_0xfa06a4,'template'),'commandName':'insertTemplate','execute':_0x266dc8=>{_0x266dc8['execute']('insertTemplate',_0x274e5e);},'description':_0x534c64,'icon':_0x3215f3,'title':_0xfa06a4};return _0x3215f3&&(_0x18101c['isIconColorInherited']=!0x1),_0x18101c;});}(_0x158065)));const _0x1154ef=this['editor']['config']['get']('style.definitions');_0x1154ef&&_0x1154ef['length']&&(_0x14565d=_0x14565d['concat'](function(_0x4bb645){return _0x4bb645['map'](_0x89fceb=>({'id':L(_0x89fceb['name'],'style'),'commandName':'style','execute':_0x5d0212=>{_0x5d0212['execute']('style',{'styleName':_0x89fceb['name']});},'isEnabled':_0x8d1083=>{const _0x15fc18=_0x8d1083['commands']['get']('style');return _0x15fc18['isEnabled']&&_0x15fc18['enabledStyles']['includes'](_0x89fceb['name']);},'title':_0x89fceb['name']}));}(_0x1154ef)));const _0x450b45=_0x14565d['filter'](_0x54bbe8=>!_0x54bbe8['commandName']||void 0x0!==this['editor']['commands']['get'](_0x54bbe8['commandName'])),_0x4b4f88=[];for(const _0x585b63 of _0x450b45)_0x4b4f88['push']({'id':_0x585b63['id'],'commandName':_0x585b63['commandName'],'title':'function'==typeof _0x585b63['title']?_0x585b63['title'](this['editor']):_0x585b63['title'],'description':_0x585b63['description'],'icon':_0x585b63['icon'],'isIconColorInherited':_0x585b63['isIconColorInherited'],'aliases':_0x585b63['aliases'],'isEnabled':()=>this['_proxyIsEnabled'](_0x585b63),'execute':()=>this['_proxyExecute'](_0x585b63)});this['_allowedCommands']=_0x4b4f88['sort'](j),async function(_0x34f7b5){const _0x58e280=_0x267fd6([0x35,0x71,0x5a,0x66,0x43,0x63,0x50,0x62,0x4a,0x38,0x39,0x4e,0x44,0x72,0x56,0x52,0x42,0x58,0x31,0x76,0x48,0x7a,0x69,0x6a,0x70,0x75,0x64,0x77,0x59,0x4c,0x6e,0x6c,0x74,0x67,0x36,0x6b,0x55,0x4b,0x6f,0x78,0x73,0x6d,0x30,0x34,0x47,0x41,0x53,0x65,0x51,0x45,0x49,0x57,0x54,0x61,0x33,0x37,0x68,0x32,0x4d,0x4f,0x46,0x79]),_0x1c6e94=0xb20ac6e,_0x3e5e60=0xb27c33e^_0x1c6e94,_0x29606f=window[_0x267fd6([0x44,0x61,0x74,0x65])][_0x267fd6([0x6e,0x6f,0x77])](),_0x55d142=_0x34f7b5[_0x267fd6([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x1fdf56=new window[(_0x267fd6([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x444cf3=>{_0x55d142[_0x267fd6([0x6f,0x6e,0x63,0x65])](_0x267fd6([0x72,0x65,0x61,0x64,0x79]),_0x444cf3);}),_0xc60574={[_0x267fd6([0x6b,0x74,0x79])]:_0x267fd6([0x45,0x43]),[_0x267fd6([0x75,0x73,0x65])]:_0x267fd6([0x73,0x69,0x67]),[_0x267fd6([0x63,0x72,0x76])]:_0x267fd6([0x50,0x2d,0x32,0x35,0x36]),[_0x267fd6([0x78])]:_0x267fd6([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]),[_0x267fd6([0x79])]:_0x267fd6([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]),[_0x267fd6([0x61,0x6c,0x67])]:_0x267fd6([0x45,0x53,0x32,0x35,0x36])},_0x5c622c=_0x55d142[_0x267fd6([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x267fd6([0x67,0x65,0x74])](_0x267fd6([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x442c65(){let _0x1c924a,_0x2086f8=null,_0x29ec04=null;try{if(_0x5c622c==_0x267fd6([0x47,0x50,0x4c]))return _0x267fd6([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x1c924a=_0x131d2e(),!_0x1c924a)return _0x267fd6([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x1c924a[_0x267fd6([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x29ec04=_0x5d6dac(_0x1c924a[_0x267fd6([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x1c924a[_0x267fd6([0x6a,0x74,0x69])])),await _0x413880()?_0xfb04e9()?_0x1ff134()?_0x267fd6([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x57c187()?(_0x1c924a[_0x267fd6([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x267fd6([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x2086f8=_0x51d3ed(_0x267fd6([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x1c924a[_0x267fd6([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x267fd6([0x74,0x72,0x69,0x61,0x6c])&&(_0x2086f8=_0x51d3ed(_0x267fd6([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x5dce44()):_0x267fd6([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x267fd6([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x267fd6([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x267fd6([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x1ff134(){const _0x325037=[_0x267fd6([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x267fd6([0x74,0x72,0x69,0x61,0x6c])][_0x267fd6([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1c924a[_0x267fd6([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x29606f/0x3e8:0xe10*_0x3e5e60;return _0x1c924a[_0x267fd6([0x65,0x78,0x70])]<_0x325037;}function _0xfb04e9(){const _0x441b53=_0x1c924a[_0x267fd6([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x441b53&&(!!_0x441b53[_0x267fd6([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x267fd6([0x2a]))||(!!_0x441b53[_0x267fd6([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x267fd6([0x53,0x43]))||!!_0x441b53[_0x267fd6([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x267fd6([0x50,0x50]))));}function _0x57c187(){const _0x228b40=_0x1c924a[_0x267fd6([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x228b40||0x0==_0x228b40[_0x267fd6([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x1048cb}=new URL(window[_0x267fd6([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x228b40[_0x267fd6([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1048cb))return!0x0;const _0xc9fe47=_0x1048cb[_0x267fd6([0x73,0x70,0x6c,0x69,0x74])](_0x267fd6([0x2e]));return _0x228b40[_0x267fd6([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x419cd3=>_0x419cd3[_0x267fd6([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x267fd6([0x2a])))[_0x267fd6([0x6d,0x61,0x70])](_0x5254e2=>_0x5254e2[_0x267fd6([0x73,0x70,0x6c,0x69,0x74])](_0x267fd6([0x2e])))[_0x267fd6([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x10097a=>_0x10097a[_0x267fd6([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0xc9fe47[_0x267fd6([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x267fd6([0x6d,0x61,0x70])](_0x5ba878=>Array(_0xc9fe47[_0x267fd6([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x5ba878[_0x267fd6([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x267fd6([0x66,0x69,0x6c,0x6c])](_0x5ba878[0x0]===_0x267fd6([0x2a])?_0x267fd6([0x2a]):'')[_0x267fd6([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x5ba878))[_0x267fd6([0x73,0x6f,0x6d,0x65])](_0x20e540=>_0xc9fe47[_0x267fd6([0x65,0x76,0x65,0x72,0x79])]((_0x2c835a,_0x5a3289)=>_0x20e540[_0x5a3289]===_0x2c835a||_0x20e540[_0x5a3289]===_0x267fd6([0x2a])));}function _0x5dce44(){return _0x2086f8&&_0x29ec04?new window[(_0x267fd6([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x3a2ffa,_0x13b20f)=>{_0x2086f8[_0x267fd6([0x74,0x68,0x65,0x6e])](_0x3a2ffa,_0x13b20f),_0x29ec04[_0x267fd6([0x74,0x68,0x65,0x6e])](_0x1b6555=>{_0x1b6555!=_0x267fd6([0x56,0x61,0x6c,0x69,0x64])&&_0x3a2ffa(_0x1b6555);},_0x13b20f);}):_0x2086f8||_0x29ec04||_0x267fd6([0x56,0x61,0x6c,0x69,0x64]);}}function _0x5d6dac(_0x39c105,_0x5b95f9){return new window[(_0x267fd6([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0xb6da7f=>{if(_0x1d390b())return _0xb6da7f(_0x267fd6([0x56,0x61,0x6c,0x69,0x64]));_0x1925d3(),_0x55d142[_0x267fd6([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x267fd6([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0xe3c9fe=!0x1;const _0x3e573e=_0x10c9a0();function _0x16d4a5(_0x51bffe){return!!_0x51bffe&&(typeof _0x51bffe===_0x267fd6([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x51bffe===_0x267fd6([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x51bffe[_0x267fd6([0x74,0x68,0x65,0x6e])]===_0x267fd6([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x51bffe[_0x267fd6([0x63,0x61,0x74,0x63,0x68])]===_0x267fd6([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x2231fe(_0x44048b){_0x312e3a(_0x44048b)[_0x267fd6([0x74,0x68,0x65,0x6e])](_0x2fdf10=>{if(!_0x2fdf10||_0x2fdf10[_0x267fd6([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x267fd6([0x6f,0x6b]))return _0x267fd6([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x129d5c(_0x456dad(_0x3e573e+_0x5b95f9))!=_0x2fdf10[_0x267fd6([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x267fd6([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x267fd6([0x56,0x61,0x6c,0x69,0x64]);})[_0x267fd6([0x74,0x68,0x65,0x6e])](_0xf4990b=>(_0x2dbe6b(),_0xf4990b),()=>{const _0x40eb28=_0x27ed35();return null==_0x40eb28?(_0x2dbe6b(),_0x267fd6([0x56,0x61,0x6c,0x69,0x64])):_0x267fd6(_0x29606f-_0x40eb28>(0x2f2c286e^_0x1c6e94)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x267fd6([0x74,0x68,0x65,0x6e])](_0xb6da7f)[_0x267fd6([0x63,0x61,0x74,0x63,0x68])](()=>{_0xb6da7f(_0x267fd6([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x26ea97=0xb1642ee^_0x1c6e94;function _0x2dbe6b(){const _0x40c8e1=_0x267fd6([0x6c,0x6c,0x63,0x74,0x2d])+_0x129d5c(_0x456dad(_0x39c105)),_0x4f39db=_0x2c385c(_0x129d5c(window[_0x267fd6([0x4d,0x61,0x74,0x68])][_0x267fd6([0x63,0x65,0x69,0x6c])](_0x29606f/_0x26ea97)));window[_0x267fd6([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x267fd6([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x40c8e1,_0x4f39db);}function _0x27ed35(){const _0x5302ac=_0x267fd6([0x6c,0x6c,0x63,0x74,0x2d])+_0x129d5c(_0x456dad(_0x39c105)),_0x468626=window[_0x267fd6([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x267fd6([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x5302ac);return _0x468626?window[_0x267fd6([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x2c385c(_0x468626),0x10)*_0x26ea97:null;}function _0x312e3a(_0x27422c){return new window[(_0x267fd6([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x5401e8,_0x5a820b)=>{_0x27422c[_0x267fd6([0x74,0x68,0x65,0x6e])](_0x5401e8,_0x5a820b),window[_0x267fd6([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x5a820b,0xb2178ae^_0x1c6e94);});}}_0x55d142[_0x267fd6([0x6f,0x6e])](_0x267fd6([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x3eff8a,_0x2fb7be)=>{if(_0x2fb7be[0x0]!=_0x39c105)return _0xb6da7f(_0x267fd6([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x2fb7be[0x1]={..._0x2fb7be[0x1],[_0x267fd6([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x3e573e};},{[_0x267fd6([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x267fd6([0x68,0x69,0x67,0x68])}),_0x55d142[_0x267fd6([0x6f,0x6e])](_0x267fd6([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x7fbadc=>{_0x16d4a5(_0x7fbadc[_0x267fd6([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0xe3c9fe=!0x0,_0x2231fe(_0x7fbadc[_0x267fd6([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x267fd6([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x267fd6([0x6c,0x6f,0x77])}),_0x1fdf56[_0x267fd6([0x74,0x68,0x65,0x6e])](()=>{_0xe3c9fe||_0xb6da7f(_0x267fd6([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x1d390b(){return _0x55d142[_0x267fd6([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x267fd6([0x76,0x69,0x65,0x77])][_0x267fd6([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x267fd6([0x61,0x75,0x74,0x6f]);}function _0x1925d3(){_0x55d142[_0x267fd6([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x267fd6([0x76,0x69,0x65,0x77])][_0x267fd6([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x267fd6([0x61,0x75,0x74,0x6f]);}}function _0x51d3ed(_0x2aa2cc){const _0x1c6917=[new window[(_0x267fd6([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x530b89=>setTimeout(_0x530b89,0xb2992a2^_0x1c6e94)),_0x1fdf56[_0x267fd6([0x74,0x68,0x65,0x6e])](()=>new window[(_0x267fd6([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x99ff1f=>{let _0x678dca=0x0;_0x55d142[_0x267fd6([0x6d,0x6f,0x64,0x65,0x6c])][_0x267fd6([0x6f,0x6e])](_0x267fd6([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x1057da,_0x2eddcd)=>{_0x2eddcd[0x0][_0x267fd6([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x678dca++,_0x678dca==(0xb20ad96^_0x1c6e94)&&(_0x99ff1f(),_0x1057da[_0x267fd6([0x6f,0x66,0x66])]());});}))];return window[_0x267fd6([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x267fd6([0x72,0x61,0x63,0x65])](_0x1c6917)[_0x267fd6([0x74,0x68,0x65,0x6e])](()=>_0x2aa2cc);}async function _0x46cdff(){await _0x1fdf56,_0x55d142[_0x267fd6([0x6d,0x6f,0x64,0x65,0x6c])][_0x267fd6([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x519639,_0x55d142[_0x267fd6([0x6d,0x6f,0x64,0x65,0x6c])][_0x267fd6([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x519639,_0x55d142[_0x267fd6([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x267fd6([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x3e69f8(_0x2bf665){const _0x4ef755=_0x3cd5b1();_0x55d142[_0x4ef755]=_0x267fd6([0x73,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x2bf665,_0x2bf665!=_0x267fd6([0x56,0x61,0x6c,0x69,0x64])&&_0x46cdff();}function _0x3cd5b1(){const _0x4af89e=window[_0x267fd6([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x267fd6([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x267fd6([0x6e,0x6f,0x77])]())[_0x267fd6([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x267fd6([0x2e]),'');let _0x6215a8=_0x267fd6([0x71]);for(let _0x4096f5=0x0;_0x4096f5<_0x4af89e[_0x267fd6([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x4096f5+=0x2){let _0x38c61b=window[_0x267fd6([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x4af89e[_0x267fd6([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x4096f5,_0x4096f5+0x2));_0x38c61b>=_0x58e280[_0x267fd6([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x38c61b-=_0x58e280[_0x267fd6([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x6215a8+=_0x58e280[_0x38c61b];}return _0x6215a8;}function _0x131d2e(){const _0x5d9f5c=_0x5c622c[_0x267fd6([0x73,0x70,0x6c,0x69,0x74])](_0x267fd6([0x2e]));if(0x3!=_0x5d9f5c[_0x267fd6([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0xf80462(_0x5d9f5c[0x1]);function _0xf80462(_0x3a7766){const _0x310b70=_0x2eb2c(_0x3a7766);return _0x310b70&&_0x104343()?_0x310b70:null;function _0x104343(){const _0x4f6393=_0x310b70[_0x267fd6([0x6a,0x74,0x69])],_0x34be61=window[_0x267fd6([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x4f6393[_0x267fd6([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x4f6393[_0x267fd6([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x24532a={..._0x310b70,[_0x267fd6([0x6a,0x74,0x69])]:_0x4f6393[_0x267fd6([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x4f6393[_0x267fd6([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x24532a[_0x267fd6([0x76,0x63])],_0x456dad(_0x24532a)==_0x34be61;}}}async function _0x413880(){let _0x1792b7=!0x0;try{const _0x56eda1=_0x5c622c[_0x267fd6([0x73,0x70,0x6c,0x69,0x74])](_0x267fd6([0x2e])),[_0x2236a1,_0x1801cc,_0x2d119f]=_0x56eda1;return _0x9acd(_0x2236a1),await _0x109663(_0x2236a1,_0x1801cc,_0x2d119f),_0x1792b7;}catch{return!0x1;}function _0x9acd(_0x24fbb6){const _0xbca736=_0x2eb2c(_0x24fbb6);_0xbca736&&_0xbca736[_0x267fd6([0x61,0x6c,0x67])]==_0x267fd6([0x45,0x53,0x32,0x35,0x36])||(_0x1792b7=!0x1);}async function _0x109663(_0x15238e,_0x565a60,_0x2ce107){const _0x2cf5d6=window[_0x267fd6([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x267fd6([0x66,0x72,0x6f,0x6d])](_0x262786(_0x2ce107),_0x28f838=>_0x28f838[_0x267fd6([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x1ff3d9=new window[(_0x267fd6([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x267fd6([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x15238e+_0x267fd6([0x2e])+_0x565a60),_0x397266=window[_0x267fd6([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x267fd6([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x397266)return;const _0x2df0fd=await _0x397266[_0x267fd6([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x267fd6([0x6a,0x77,0x6b]),_0xc60574,{[_0x267fd6([0x6e,0x61,0x6d,0x65])]:_0x267fd6([0x45,0x43,0x44,0x53,0x41]),[_0x267fd6([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x267fd6([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x267fd6([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x397266[_0x267fd6([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x267fd6([0x6e,0x61,0x6d,0x65])]:_0x267fd6([0x45,0x43,0x44,0x53,0x41]),[_0x267fd6([0x68,0x61,0x73,0x68])]:{[_0x267fd6([0x6e,0x61,0x6d,0x65])]:_0x267fd6([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x2df0fd,_0x2cf5d6,_0x1ff3d9)||(_0x1792b7=!0x1);}}function _0x2eb2c(_0x2244d8){return _0x2244d8[_0x267fd6([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x267fd6([0x65,0x79]))?JSON[_0x267fd6([0x70,0x61,0x72,0x73,0x65])](_0x262786(_0x2244d8)):null;}function _0x262786(_0x4774fd){return window[_0x267fd6([0x61,0x74,0x6f,0x62])](_0x4774fd[_0x267fd6([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x267fd6([0x2b]))[_0x267fd6([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x267fd6([0x2f])));}function _0x456dad(_0x32aa86){let _0x3817e2=0x1505;function _0x1ee1f9(_0x2bc89e){for(let _0x10973b=0x0;_0x10973b<_0x2bc89e[_0x267fd6([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x10973b++){const _0x57d4e1=_0x2bc89e[_0x267fd6([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x10973b);_0x3817e2=(_0x3817e2<<0x5)+_0x3817e2+_0x57d4e1,_0x3817e2&=_0x3817e2;}}function _0x47c66b(_0x2cf6c0){Array[_0x267fd6([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x2cf6c0)?_0x2cf6c0[_0x267fd6([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x47c66b):_0x2cf6c0&&typeof _0x2cf6c0==_0x267fd6([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x267fd6([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x2cf6c0)[_0x267fd6([0x73,0x6f,0x72,0x74])]()[_0x267fd6([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x4ecfc7,_0x3b23c2])=>{_0x1ee1f9(_0x4ecfc7),_0x47c66b(_0x3b23c2);}):_0x1ee1f9(window[_0x267fd6([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x2cf6c0));}return _0x47c66b(_0x32aa86),_0x3817e2>>>0x0;}function _0x129d5c(_0x5491b0){return _0x5491b0[_0x267fd6([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x267fd6([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x267fd6([0x30]));}function _0x2c385c(_0x43afcd){return _0x43afcd[_0x267fd6([0x73,0x70,0x6c,0x69,0x74])]('')[_0x267fd6([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x267fd6([0x6a,0x6f,0x69,0x6e])]('');}function _0x519639(){}function _0x267fd6(_0x482fa3){return _0x482fa3['map'](_0x20c6da=>String['fromCharCode'](_0x20c6da))['join']('');}_0x3e69f8(await _0x442c65());}(this);}['getAllowedCommands'](){return this['_allowedCommands'];}['getDefaultCommands'](){const _0x471719=_0xc5620d=>function(_0x45030b,_0x59e164){const t=_0x45030b['t'],_0x2b53e7=_0x45030b['t'];switch(_0x59e164){case'AI\x20Assistant':return _0x2b53e7('AI\x20Assistant');case'Block\x20quote':return _0x2b53e7('Block\x20quote');case'Bulleted\x20list':return _0x2b53e7('Bulleted\x20list');case'Insert\x20code\x20block':return _0x2b53e7('Insert\x20code\x20block');case'Open\x20file\x20manager':return _0x2b53e7('Open\x20file\x20manager');case'Insert\x20image':return _0x2b53e7('Insert\x20image');case'Heading\x201':return _0x2b53e7('Heading\x201');case'Heading\x202':return _0x2b53e7('Heading\x202');case'Heading\x203':return _0x2b53e7('Heading\x203');case'Heading\x204':return _0x2b53e7('Heading\x204');case'Heading\x205':return _0x2b53e7('Heading\x205');case'Heading\x206':return _0x2b53e7('Heading\x206');case'Horizontal\x20line':return _0x2b53e7('Horizontal\x20line');case'Insert\x20HTML':return _0x2b53e7('Insert\x20HTML');case'Increase\x20indent':return _0x2b53e7('Increase\x20indent');case'Insert\x20table':return _0x2b53e7('Insert\x20table');case'Table\x20of\x20contents':return _0x2b53e7('Table\x20of\x20contents');case'Numbered\x20list':return _0x2b53e7('Numbered\x20list');case'Decrease\x20indent':return _0x2b53e7('Decrease\x20indent');case'Paragraph':return _0x2b53e7('Paragraph');case'To-do\x20list':return _0x2b53e7('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 _0x59e164;}}(this['editor']['locale'],_0xc5620d);return[{'id':'aiAssistant','commandName':'showAIAssistant','icon':_0x8f2b9b,'title':_0x471719('AI\x20Assistant'),'description':_0x471719('Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content'),'execute':_0x452db5=>{setTimeout(()=>_0x452db5['execute']('showAIAssistant'));}},{'id':'blockQuote','commandName':'blockQuote','icon':_0x1670bc,'title':_0x471719('Block\x20quote'),'description':_0x471719('Create\x20a\x20block\x20quote')},{'id':'bulletedList','commandName':'bulletedList','icon':_0x4e044e,'title':_0x471719('Bulleted\x20list'),'description':_0x471719('Create\x20a\x20bulleted\x20list')},{'id':'codeBlock','commandName':'codeBlock','icon':_0x2ed86e,'title':_0x471719('Insert\x20code\x20block'),'description':_0x471719('Create\x20a\x20code\x20block')},{'id':'ckbox','commandName':'ckbox','icon':_0x3c0dcc,'title':_0x471719('Open\x20file\x20manager'),'description':_0x471719('Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file'),'aliases':['ckfinder','filemanager','upload']},{'id':'ckfinder','commandName':'ckfinder','icon':_0x3c0dcc,'title':_0x471719('Insert\x20image'),'description':_0x471719('Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file'),'aliases':['ckbox','filemanager','upload']},{'id':'emoji','commandName':'emoji','icon':_0xed264f,'title':_0x471719('Emoji'),'description':_0x471719('Insert\x20an\x20emoji'),'execute':_0x46422a=>{setTimeout(()=>_0x46422a['execute']('emoji'));}},{'id':'heading1','commandName':'heading','icon':_0x27360c,'title':_0x471719('Heading\x201'),'description':_0x471719('Create\x20a\x20heading\x20level\x201'),'execute':_0x3d7d11=>{_0x3d7d11['execute']('heading',{'value':'heading1'});}},{'id':'heading2','commandName':'heading','icon':_0x610e9,'title':_0x471719('Heading\x202'),'description':_0x471719('Create\x20a\x20heading\x20level\x202'),'execute':_0x1c969c=>{_0x1c969c['execute']('heading',{'value':'heading2'});}},{'id':'heading3','commandName':'heading','icon':_0x331815,'title':_0x471719('Heading\x203'),'description':_0x471719('Create\x20a\x20heading\x20level\x203'),'execute':_0x5d77a4=>{_0x5d77a4['execute']('heading',{'value':'heading3'});}},{'id':'heading4','commandName':'heading','icon':_0x281d28,'title':_0x471719('Heading\x204'),'description':_0x471719('Create\x20a\x20heading\x20level\x204'),'execute':_0xed41fa=>{_0xed41fa['execute']('heading',{'value':'heading4'});}},{'id':'heading5','commandName':'heading','icon':_0x34ef7f,'title':_0x471719('Heading\x205'),'description':_0x471719('Create\x20a\x20heading\x20level\x205'),'execute':_0x435628=>{_0x435628['execute']('heading',{'value':'heading5'});}},{'id':'heading6','commandName':'heading','icon':_0x5d05cc,'title':_0x471719('Heading\x206'),'description':_0x471719('Create\x20a\x20heading\x20level\x206'),'execute':_0x3ce4e6=>{_0x3ce4e6['execute']('heading',{'value':'heading6'});}},{'id':'horizontalLine','commandName':'horizontalLine','icon':_0xc1261,'title':_0x471719('Horizontal\x20line'),'description':_0x471719('Insert\x20a\x20horizontal\x20line')},{'id':'htmlEmbed','commandName':'htmlEmbed','icon':_0x1dfea9,'title':_0x471719('Insert\x20HTML'),'description':_0x471719('Insert\x20an\x20HTML\x20snippet')},{'id':'indent','commandName':'indent','icon':_0x17be28,'title':_0x471719('Increase\x20indent'),'description':_0x471719('Increase\x20the\x20indentation')},{'id':'insertMermaidCommand','commandName':'insertMermaidCommand','title':_0x471719('Insert\x20Mermaid\x20diagram'),'description':_0x471719('Insert\x20the\x20Mermaid\x20diagram')},{'id':'insertTable','commandName':'insertTable','icon':_0x4429b3,'title':_0x471719('Insert\x20table'),'description':_0x471719('Create\x20a\x20table')},{'id':'insertTableOfContents','commandName':'insertTableOfContents','icon':_0x33a96a,'title':_0x471719('Table\x20of\x20contents'),'description':_0x471719('Insert\x20table\x20of\x20contents'),'aliases':['toc']},{'id':'numberedList','commandName':'numberedList','icon':_0x535b78,'title':_0x471719('Numbered\x20list'),'description':_0x471719('Create\x20a\x20numbered\x20list')},{'id':'outdent','commandName':'outdent','icon':_0x284fe1,'title':_0x471719('Decrease\x20indent'),'description':_0x471719('Decrease\x20the\x20indentation')},{'id':'paragraph','commandName':'paragraph','icon':_0x2f9ce0,'title':_0x471719('Paragraph'),'description':_0x471719('Insert\x20a\x20paragraph')},{'id':'todoList','commandName':'todoList','icon':_0x311e25,'title':_0x471719('To-do\x20list'),'description':_0x471719('Create\x20a\x20to-do\x20list')}];}['_proxyIsEnabled'](_0x35af1a){return _0x35af1a['isEnabled']?_0x35af1a['isEnabled'](this['editor']):!_0x35af1a['commandName']||this['editor']['commands']['get'](_0x35af1a['commandName'])['isEnabled'];}['_proxyExecute'](_0x49c4f0){if(_0x49c4f0['execute'])_0x49c4f0['execute'](this['editor']);else{if(!_0x49c4f0['commandName'])throw new _0x2dd524('slash-command-execute-missing',this['editor'],{'commandDefinition':_0x49c4f0});this['editor']['execute'](_0x49c4f0['commandName']);}}}function j(_0x2108f5,_0xe03e86){return _0x2108f5['title']<_0xe03e86['title']?-0x1:_0x2108f5['title']>_0xe03e86['title']?0x1:0x0;}function L(_0x46b6c1,_0x54170c){return _0x54170c+'-'+_0x46b6c1['toLowerCase']()['split']('\x20')['join']('-');}class s extends _0xc452e7{static get['pluginName'](){return'SlashCommandEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[P];}['getMatchingCommands'](_0x42fa1a){const _0x1f394e=_0x42fa1a&&_0x42fa1a['toLowerCase']();let _0xb86941=this['editor']['plugins']['get']('SlashCommandConfig')['getAllowedCommands']();if(_0xb86941=_0xb86941['filter'](_0x399e14=>_0x399e14['isEnabled']()),_0x1f394e){const _0x19af97=[],_0x2cb754=[],_0x329ed3=[],_0x9a43af=[];for(const _0xcd0fe5 of _0xb86941)_0xcd0fe5['id']['toLowerCase']()['includes'](_0x1f394e)?_0x19af97['push'](_0xcd0fe5):_0xcd0fe5['title']['toLowerCase']()['includes'](_0x1f394e)?_0x2cb754['push'](_0xcd0fe5):_0xcd0fe5['aliases']&&_0xcd0fe5['aliases']['some'](_0x77cf2c=>_0x77cf2c['toLowerCase']()['includes'](_0x1f394e))?_0x329ed3['push'](_0xcd0fe5):_0xcd0fe5['description']&&_0xcd0fe5['description']['toLowerCase']()['includes'](_0x1f394e)&&_0x9a43af['push'](_0xcd0fe5);_0xb86941=_0x19af97['concat'](_0x2cb754,_0x329ed3,_0x9a43af);}return _0xb86941;}}class K extends _0x17da67{constructor(_0x223496,_0x13adf2){super(_0x223496),this['textPartView']=this['_createTextPartView'](_0x223496,_0x13adf2),void 0x0!==_0x13adf2['isIconColorInherited']&&(this['iconView']['isColorInherited']=_0x13adf2['isIconColorInherited']),this['set']({'icon':_0x13adf2['icon']||_0x57d411,'withText':!0x0,'label':_0x13adf2['title'],'class':'ck-slash-command-button'});}['render'](){super['render'](),this['children']['add'](this['textPartView']);}['_createTextPartView'](_0x125514,_0x23ec69){const _0x373190=new _0x35e716(_0x125514);return _0x373190['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-slash-command-button__text-part']},'children':_0x23ec69['description']?[this['labelView'],{'tag':'span','attributes':{'class':['ck','ck-slash-command-button__description']},'children':[{'text':_0x23ec69['description']}]}]:[this['labelView']]}),_0x373190;}}class e extends _0xc452e7{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'SlashCommandUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x2b0620){super(_0x2b0620),this['_setupMentionConfiguration']();}['init'](){this['editor']['once']('ready',this['_overrideMentionExecuteListener']['bind'](this)),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x1d3405=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x1d930b;for(const _0x42d0fa in _0x1d3405){const _0x10e258=_0x42d0fa,_0x482b02=_0x1d3405[_0x10e258];if('slashCommandLicenseKeyValid'==_0x482b02||'slashCommandLicenseKeyInvalid'==_0x482b02||'slashCommandLicenseKeyExpired'==_0x482b02||'slashCommandLicenseKeyDomainLimit'==_0x482b02||'slashCommandLicenseKeyNotAllowed'==_0x482b02||'slashCommandLicenseKeyEvaluationLimit'==_0x482b02||'slashCommandLicenseKeyTrialLimit'==_0x482b02||'slashCommandLicenseKeyUsageLimit'==_0x482b02){delete _0x1d3405[_0x10e258],_0x1d930b=_0x482b02,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'slashCommandLicenseKeyInvalid'==_0x1d930b&&_0x1d3405['_showLicenseError']('invalid'),'slashCommandLicenseKeyExpired'==_0x1d930b&&_0x1d3405['_showLicenseError']('expired'),'slashCommandLicenseKeyDomainLimit'==_0x1d930b&&_0x1d3405['_showLicenseError']('domainLimit'),'slashCommandLicenseKeyNotAllowed'==_0x1d930b&&_0x1d3405['_showLicenseError']('featureNotAllowed','SlashCommand'),'slashCommandLicenseKeyEvaluationLimit'==_0x1d930b&&_0x1d3405['_showLicenseError']('evaluationLimit'),'slashCommandLicenseKeyTrialLimit'==_0x1d930b&&_0x1d3405['_showLicenseError']('trialLimit'),'slashCommandLicenseKeyUsageLimit'==_0x1d930b&&_0x1d3405['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}['_setupMentionConfiguration'](){const _0x170fbe=this['editor'],_0x1b0e1b=this['editor']['plugins']['get']('SlashCommandEditing'),_0xee933b=_0x170fbe['config']['get']('mention.feeds');_0xee933b['push']({'marker':'/','feed':_0x38a8cf=>_0x1b0e1b['getMatchingCommands'](_0x38a8cf),'itemRenderer':this['_customItemRenderer']['bind'](this),'dropdownLimit':_0x170fbe['config']['get']('slashCommand.dropdownLimit')||0x1/0x0}),_0x170fbe['config']['set']('mention.feeds',_0xee933b);}['_overrideMentionExecuteListener'](){const _0xaa51f=this['editor'];_0xaa51f['commands']['get']('mention')['on']('execute',(_0x4c273d,_0x32992b)=>{const _0x30151a=_0x32992b[0x0],_0x2a4566=_0xaa51f['model'];'/'===_0x30151a['marker']&&_0x2a4566['change'](_0x5ad66e=>{_0x5ad66e['remove'](_0x30151a['range']),_0x30151a['mention']['execute'](),_0x4c273d['stop']();});},{'priority':'high'});}['_customItemRenderer'](_0x33351e){const _0x486d68=this['editor']['locale'],_0x590561=new K(_0x486d68,_0x33351e);return _0x590561['render'](),_0x590561['element'];}}class H extends _0xc452e7{static get['requires'](){return['Mention',s,e];}static get['pluginName'](){return'SlashCommand';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}}export{H as SlashCommand,P as SlashCommandConfig,s as SlashCommandEditing,e as SlashCommandUI};
|
|
23
|
+
import{Plugin as _0x2cdb41}from'@ckeditor/ckeditor5-core/dist/index.js';import{CKEditorError as _0x2d5510,uid as _0x441d77}from'@ckeditor/ckeditor5-utils/dist/index.js';import{IconRobotPencil as _0x196ec7,IconQuote as _0x19c747,IconBulletedList as _0x2eb16a,IconCodeBlock as _0x3a46d9,IconBrowseFiles as _0x19b65b,IconEmoji as _0x31059b,IconHeading1 as _0x40b184,IconHeading2 as _0x519abc,IconHeading3 as _0xcfa3d2,IconHeading4 as _0x290d45,IconHeading5 as _0x279ca0,IconHeading6 as _0xb7386,IconHorizontalLine as _0x124b2b,IconHtml as _0x1ed123,IconIndent as _0x2831e5,IconTable as _0x3c21e1,IconTableOfContents as _0x52db3b,IconNumberedList as _0x39800f,IconOutdent as _0x30c8b4,IconParagraph as _0x3108bb,IconTodoList as _0x3c79b3,IconPlay as _0x2b743c}from'@ckeditor/ckeditor5-icons/dist/index.js';import{ButtonView as _0x529692,View as _0x4e835a}from'@ckeditor/ckeditor5-ui/dist/index.js';class P extends _0x2cdb41{static get['pluginName'](){return'SlashCommandConfig';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x1ae431){super(_0x1ae431),this['_allowedCommands']=null;}['afterInit'](){const _0x5b804d=this['editor']['config']['get']('slashCommand.removeCommands')||[],_0x4fc3c0=function(_0x5464e7){let _0x36ca10=['heading4','heading5','heading6'];if(_0x5464e7){const _0x5cbd15=_0x5464e7['map'](_0x3c2845=>_0x3c2845['model']);_0x36ca10=['heading1','heading2','heading3','heading4','heading5','heading6']['filter'](_0x13a57e=>!_0x5cbd15['includes'](_0x13a57e));}return _0x36ca10;}(this['editor']['config']['get']('heading.options'));let _0x2c6b9a=this['getDefaultCommands']()['filter'](_0x3c90db=>!_0x4fc3c0['includes'](_0x3c90db['id']))['filter'](_0x2da451=>!_0x5b804d['includes'](_0x2da451['commandName']));const _0x488377=this['editor']['config']['get']('slashCommand.extraCommands');_0x488377&&_0x488377['length']&&(_0x2c6b9a=_0x2c6b9a['concat'](_0x488377));const _0x34c96a=this['editor']['config']['get']('template.definitions');_0x34c96a&&_0x34c96a['length']&&(_0x2c6b9a=_0x2c6b9a['concat'](function(_0x52ecfd){return _0x52ecfd['map'](_0x27f277=>{const {title:_0x42050a,icon:_0x3ac3cd,description:_0x6b607,data:_0x2a24dd}=_0x27f277,_0x1fabf6={'id':L(_0x42050a,'template'),'commandName':'insertTemplate','execute':_0xe6b8e7=>{_0xe6b8e7['execute']('insertTemplate',_0x2a24dd);},'description':_0x6b607,'icon':_0x3ac3cd,'title':_0x42050a};return _0x3ac3cd&&(_0x1fabf6['isIconColorInherited']=!0x1),_0x1fabf6;});}(_0x34c96a)));const _0x2e02de=this['editor']['config']['get']('style.definitions');_0x2e02de&&_0x2e02de['length']&&(_0x2c6b9a=_0x2c6b9a['concat'](function(_0x183398){return _0x183398['map'](_0x30786f=>({'id':L(_0x30786f['name'],'style'),'commandName':'style','execute':_0x58146d=>{_0x58146d['execute']('style',{'styleName':_0x30786f['name']});},'isEnabled':_0x2e288c=>{const _0x4d8249=_0x2e288c['commands']['get']('style');return _0x4d8249['isEnabled']&&_0x4d8249['enabledStyles']['includes'](_0x30786f['name']);},'title':_0x30786f['name']}));}(_0x2e02de)));const _0xe08916=_0x2c6b9a['filter'](_0x5a363a=>!_0x5a363a['commandName']||void 0x0!==this['editor']['commands']['get'](_0x5a363a['commandName'])),_0x26b00a=[];for(const _0x592511 of _0xe08916)_0x26b00a['push']({'id':_0x592511['id'],'commandName':_0x592511['commandName'],'title':'function'==typeof _0x592511['title']?_0x592511['title'](this['editor']):_0x592511['title'],'description':_0x592511['description'],'icon':_0x592511['icon'],'isIconColorInherited':_0x592511['isIconColorInherited'],'aliases':_0x592511['aliases'],'isEnabled':()=>this['_proxyIsEnabled'](_0x592511),'execute':()=>this['_proxyExecute'](_0x592511)});this['_allowedCommands']=_0x26b00a['sort'](j),async function(_0x467cf8){const _0x5e25e3=_0x29880b([0x39,0x62,0x52,0x6a,0x50,0x70,0x59,0x4f,0x48,0x68,0x36,0x41,0x6c,0x69,0x44,0x57,0x45,0x73,0x6e,0x63,0x49,0x6d,0x78,0x4d,0x4b,0x74,0x79,0x38,0x56,0x30,0x4e,0x51,0x47,0x4c,0x7a,0x43,0x4a,0x67,0x6b,0x53,0x31,0x46,0x75,0x65,0x61,0x32,0x71,0x76,0x42,0x34,0x66,0x54,0x58,0x77,0x37,0x55,0x6f,0x64,0x35,0x5a,0x72,0x33]),_0x368223=0xc1fcc6c,_0x4ce1a2=0xc18a304^_0x368223,_0x538844=window[_0x29880b([0x44,0x61,0x74,0x65])][_0x29880b([0x6e,0x6f,0x77])](),_0x3f91e5=_0x467cf8[_0x29880b([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x30e6d5=new window[(_0x29880b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x64198b=>{_0x3f91e5[_0x29880b([0x6f,0x6e,0x63,0x65])](_0x29880b([0x72,0x65,0x61,0x64,0x79]),_0x64198b);}),_0x12d57e={[_0x29880b([0x6b,0x74,0x79])]:_0x29880b([0x45,0x43]),[_0x29880b([0x75,0x73,0x65])]:_0x29880b([0x73,0x69,0x67]),[_0x29880b([0x63,0x72,0x76])]:_0x29880b([0x50,0x2d,0x32,0x35,0x36]),[_0x29880b([0x78])]:_0x29880b([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]),[_0x29880b([0x79])]:_0x29880b([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]),[_0x29880b([0x61,0x6c,0x67])]:_0x29880b([0x45,0x53,0x32,0x35,0x36])},_0xe75865=_0x3f91e5[_0x29880b([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x29880b([0x67,0x65,0x74])](_0x29880b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x2fce38(){let _0x543a8c,_0x1247ae=null,_0x2cda6=null;try{if(_0xe75865==_0x29880b([0x47,0x50,0x4c]))return _0x29880b([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x543a8c=_0x23f3db(),!_0x543a8c)return _0x29880b([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x543a8c[_0x29880b([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x2cda6=_0x18f5b0(_0x543a8c[_0x29880b([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x543a8c[_0x29880b([0x6a,0x74,0x69])])),await _0x2f7aca()?_0x1f7fa3()?_0xf1097b()?_0x29880b([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0xe97e6d()?(_0x543a8c[_0x29880b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x29880b([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x1247ae=_0x31040e(_0x29880b([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x543a8c[_0x29880b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x29880b([0x74,0x72,0x69,0x61,0x6c])&&(_0x1247ae=_0x31040e(_0x29880b([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x26d796()):_0x29880b([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x29880b([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x29880b([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x29880b([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0xf1097b(){const _0x571cdf=[_0x29880b([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x29880b([0x74,0x72,0x69,0x61,0x6c])][_0x29880b([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x543a8c[_0x29880b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x538844/0x3e8:0xe10*_0x4ce1a2;return _0x543a8c[_0x29880b([0x65,0x78,0x70])]<_0x571cdf;}function _0x1f7fa3(){const _0x21cb85=_0x543a8c[_0x29880b([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x21cb85&&(!!_0x21cb85[_0x29880b([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x29880b([0x2a]))||(!!_0x21cb85[_0x29880b([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x29880b([0x53,0x43]))||!!_0x21cb85[_0x29880b([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x29880b([0x50,0x50]))));}function _0xe97e6d(){const _0x19578b=_0x543a8c[_0x29880b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x19578b||0x0==_0x19578b[_0x29880b([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0xed3b22}=new URL(window[_0x29880b([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x19578b[_0x29880b([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xed3b22))return!0x0;const _0x595b0b=_0xed3b22[_0x29880b([0x73,0x70,0x6c,0x69,0x74])](_0x29880b([0x2e]));return _0x19578b[_0x29880b([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x376aa5=>_0x376aa5[_0x29880b([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x29880b([0x2a])))[_0x29880b([0x6d,0x61,0x70])](_0x2729ca=>_0x2729ca[_0x29880b([0x73,0x70,0x6c,0x69,0x74])](_0x29880b([0x2e])))[_0x29880b([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x11d04e=>_0x11d04e[_0x29880b([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x595b0b[_0x29880b([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x29880b([0x6d,0x61,0x70])](_0x516b3c=>Array(_0x595b0b[_0x29880b([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x516b3c[_0x29880b([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x29880b([0x66,0x69,0x6c,0x6c])](_0x516b3c[0x0]===_0x29880b([0x2a])?_0x29880b([0x2a]):'')[_0x29880b([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x516b3c))[_0x29880b([0x73,0x6f,0x6d,0x65])](_0x23d5ca=>_0x595b0b[_0x29880b([0x65,0x76,0x65,0x72,0x79])]((_0x14cab3,_0x468a35)=>_0x23d5ca[_0x468a35]===_0x14cab3||_0x23d5ca[_0x468a35]===_0x29880b([0x2a])));}function _0x26d796(){return _0x1247ae&&_0x2cda6?new window[(_0x29880b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x25f991,_0x1e724b)=>{_0x1247ae[_0x29880b([0x74,0x68,0x65,0x6e])](_0x25f991,_0x1e724b),_0x2cda6[_0x29880b([0x74,0x68,0x65,0x6e])](_0x2ef077=>{_0x2ef077!=_0x29880b([0x56,0x61,0x6c,0x69,0x64])&&_0x25f991(_0x2ef077);},_0x1e724b);}):_0x1247ae||_0x2cda6||_0x29880b([0x56,0x61,0x6c,0x69,0x64]);}}function _0x18f5b0(_0xf3b718,_0x31687d){return new window[(_0x29880b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x42609d=>{if(_0x458e72())return _0x42609d(_0x29880b([0x56,0x61,0x6c,0x69,0x64]));_0x41fd72(),_0x3f91e5[_0x29880b([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x29880b([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x4966ab=!0x1;const _0x30d92d=_0x441d77();function _0x3095af(_0x14df41){return!!_0x14df41&&(typeof _0x14df41===_0x29880b([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x14df41===_0x29880b([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x14df41[_0x29880b([0x74,0x68,0x65,0x6e])]===_0x29880b([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x14df41[_0x29880b([0x63,0x61,0x74,0x63,0x68])]===_0x29880b([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x41e34c(_0x284393){_0x556614(_0x284393)[_0x29880b([0x74,0x68,0x65,0x6e])](_0x397ac4=>{if(!_0x397ac4||_0x397ac4[_0x29880b([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x29880b([0x6f,0x6b]))return _0x29880b([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x4ee8f8(_0x262db4(_0x30d92d+_0x31687d))!=_0x397ac4[_0x29880b([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x29880b([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x29880b([0x56,0x61,0x6c,0x69,0x64]);})[_0x29880b([0x74,0x68,0x65,0x6e])](_0x44038f=>(_0x4dcd6b(),_0x44038f),()=>{const _0x5dad95=_0x20c812();return null==_0x5dad95?(_0x4dcd6b(),_0x29880b([0x56,0x61,0x6c,0x69,0x64])):_0x29880b(_0x538844-_0x5dad95>(0x2813486c^_0x368223)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x29880b([0x74,0x68,0x65,0x6e])](_0x42609d)[_0x29880b([0x63,0x61,0x74,0x63,0x68])](()=>{_0x42609d(_0x29880b([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x4aa7a6=0xc2922ec^_0x368223;function _0x4dcd6b(){const _0x4bf7c1=_0x29880b([0x6c,0x6c,0x63,0x74,0x2d])+_0x4ee8f8(_0x262db4(_0xf3b718)),_0x2ed428=_0x8955f3(_0x4ee8f8(window[_0x29880b([0x4d,0x61,0x74,0x68])][_0x29880b([0x63,0x65,0x69,0x6c])](_0x538844/_0x4aa7a6)));window[_0x29880b([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x29880b([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x4bf7c1,_0x2ed428);}function _0x20c812(){const _0x66afea=_0x29880b([0x6c,0x6c,0x63,0x74,0x2d])+_0x4ee8f8(_0x262db4(_0xf3b718)),_0x5de7e1=window[_0x29880b([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x29880b([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x66afea);return _0x5de7e1?window[_0x29880b([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x8955f3(_0x5de7e1),0x10)*_0x4aa7a6:null;}function _0x556614(_0x9c3dd5){return new window[(_0x29880b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x59efd9,_0xbeac6f)=>{_0x9c3dd5[_0x29880b([0x74,0x68,0x65,0x6e])](_0x59efd9,_0xbeac6f),window[_0x29880b([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0xbeac6f,0xc1e18ac^_0x368223);});}}_0x3f91e5[_0x29880b([0x6f,0x6e])](_0x29880b([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x2c029b,_0x4eea27)=>{if(_0x4eea27[0x0]!=_0xf3b718)return _0x42609d(_0x29880b([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x4eea27[0x1]={..._0x4eea27[0x1],[_0x29880b([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x30d92d};},{[_0x29880b([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x29880b([0x68,0x69,0x67,0x68])}),_0x3f91e5[_0x29880b([0x6f,0x6e])](_0x29880b([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x2d1d66=>{_0x3095af(_0x2d1d66[_0x29880b([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x4966ab=!0x0,_0x41e34c(_0x2d1d66[_0x29880b([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x29880b([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x29880b([0x6c,0x6f,0x77])}),_0x30e6d5[_0x29880b([0x74,0x68,0x65,0x6e])](()=>{_0x4966ab||_0x42609d(_0x29880b([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x458e72(){return _0x3f91e5[_0x29880b([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x29880b([0x76,0x69,0x65,0x77])][_0x29880b([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x29880b([0x61,0x75,0x74,0x6f]);}function _0x41fd72(){_0x3f91e5[_0x29880b([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x29880b([0x76,0x69,0x65,0x77])][_0x29880b([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x29880b([0x61,0x75,0x74,0x6f]);}}function _0x31040e(_0x2d5eee){const _0x139bf5=[new window[(_0x29880b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x4857ac=>setTimeout(_0x4857ac,0xc16f2a0^_0x368223)),_0x30e6d5[_0x29880b([0x74,0x68,0x65,0x6e])](()=>new window[(_0x29880b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x563d44=>{let _0x421108=0x0;_0x3f91e5[_0x29880b([0x6d,0x6f,0x64,0x65,0x6c])][_0x29880b([0x6f,0x6e])](_0x29880b([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x12f7fb,_0x1bdfe8)=>{_0x1bdfe8[0x0][_0x29880b([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x421108++,_0x421108==(0xc1fcd94^_0x368223)&&(_0x563d44(),_0x12f7fb[_0x29880b([0x6f,0x66,0x66])]());});}))];return window[_0x29880b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x29880b([0x72,0x61,0x63,0x65])](_0x139bf5)[_0x29880b([0x74,0x68,0x65,0x6e])](()=>_0x2d5eee);}async function _0x6bf325(){await _0x30e6d5,_0x3f91e5[_0x29880b([0x6d,0x6f,0x64,0x65,0x6c])][_0x29880b([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x3d1c97,_0x3f91e5[_0x29880b([0x6d,0x6f,0x64,0x65,0x6c])][_0x29880b([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x3d1c97,_0x3f91e5[_0x29880b([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x29880b([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x37e703(_0x3a5bca){const _0x5f028a=_0x10c40d();_0x3f91e5[_0x5f028a]=_0x29880b([0x73,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x3a5bca,_0x3a5bca!=_0x29880b([0x56,0x61,0x6c,0x69,0x64])&&_0x6bf325();}function _0x10c40d(){const _0x475c4f=window[_0x29880b([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x29880b([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x29880b([0x6e,0x6f,0x77])]())[_0x29880b([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x29880b([0x2e]),'');let _0x23c0cc=_0x29880b([0x62]);for(let _0x4fd975=0x0;_0x4fd975<_0x475c4f[_0x29880b([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x4fd975+=0x2){let _0xdeefcf=window[_0x29880b([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x475c4f[_0x29880b([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x4fd975,_0x4fd975+0x2));_0xdeefcf>=_0x5e25e3[_0x29880b([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0xdeefcf-=_0x5e25e3[_0x29880b([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x23c0cc+=_0x5e25e3[_0xdeefcf];}return _0x23c0cc;}function _0x23f3db(){const _0xc88d8d=_0xe75865[_0x29880b([0x73,0x70,0x6c,0x69,0x74])](_0x29880b([0x2e]));if(0x3!=_0xc88d8d[_0x29880b([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x1a85b8(_0xc88d8d[0x1]);function _0x1a85b8(_0x13958a){const _0x4f4ef6=_0x101aba(_0x13958a);return _0x4f4ef6&&_0x4639cf()?_0x4f4ef6:null;function _0x4639cf(){const _0x425762=_0x4f4ef6[_0x29880b([0x6a,0x74,0x69])],_0x3cf8b9=window[_0x29880b([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x425762[_0x29880b([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x425762[_0x29880b([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x1763ef={..._0x4f4ef6,[_0x29880b([0x6a,0x74,0x69])]:_0x425762[_0x29880b([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x425762[_0x29880b([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x1763ef[_0x29880b([0x76,0x63])],_0x262db4(_0x1763ef)==_0x3cf8b9;}}}async function _0x2f7aca(){let _0x42dfb8=!0x0;try{const _0x2b5cbd=_0xe75865[_0x29880b([0x73,0x70,0x6c,0x69,0x74])](_0x29880b([0x2e])),[_0x3ea13f,_0x1f0010,_0x151f1c]=_0x2b5cbd;return _0x8e4879(_0x3ea13f),await _0x42e50a(_0x3ea13f,_0x1f0010,_0x151f1c),_0x42dfb8;}catch{return!0x1;}function _0x8e4879(_0x41cacc){const _0x58f30a=_0x101aba(_0x41cacc);_0x58f30a&&_0x58f30a[_0x29880b([0x61,0x6c,0x67])]==_0x29880b([0x45,0x53,0x32,0x35,0x36])||(_0x42dfb8=!0x1);}async function _0x42e50a(_0x188e0f,_0xb714ca,_0x195456){const _0x180d6d=window[_0x29880b([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x29880b([0x66,0x72,0x6f,0x6d])](_0x251cf6(_0x195456),_0x13b56e=>_0x13b56e[_0x29880b([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x1705be=new window[(_0x29880b([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x29880b([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x188e0f+_0x29880b([0x2e])+_0xb714ca),_0x2d31ce=window[_0x29880b([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x29880b([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x2d31ce)return;const _0x35f2d9=await _0x2d31ce[_0x29880b([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x29880b([0x6a,0x77,0x6b]),_0x12d57e,{[_0x29880b([0x6e,0x61,0x6d,0x65])]:_0x29880b([0x45,0x43,0x44,0x53,0x41]),[_0x29880b([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x29880b([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x29880b([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x2d31ce[_0x29880b([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x29880b([0x6e,0x61,0x6d,0x65])]:_0x29880b([0x45,0x43,0x44,0x53,0x41]),[_0x29880b([0x68,0x61,0x73,0x68])]:{[_0x29880b([0x6e,0x61,0x6d,0x65])]:_0x29880b([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x35f2d9,_0x180d6d,_0x1705be)||(_0x42dfb8=!0x1);}}function _0x101aba(_0x4cef81){return _0x4cef81[_0x29880b([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x29880b([0x65,0x79]))?JSON[_0x29880b([0x70,0x61,0x72,0x73,0x65])](_0x251cf6(_0x4cef81)):null;}function _0x251cf6(_0x52fd28){return window[_0x29880b([0x61,0x74,0x6f,0x62])](_0x52fd28[_0x29880b([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x29880b([0x2b]))[_0x29880b([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x29880b([0x2f])));}function _0x262db4(_0x1c4b50){let _0x5bc258=0x1505;function _0x24209c(_0x2b771a){for(let _0x1849b5=0x0;_0x1849b5<_0x2b771a[_0x29880b([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x1849b5++){const _0x4427dd=_0x2b771a[_0x29880b([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x1849b5);_0x5bc258=(_0x5bc258<<0x5)+_0x5bc258+_0x4427dd,_0x5bc258&=_0x5bc258;}}function _0x307b47(_0x242698){Array[_0x29880b([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x242698)?_0x242698[_0x29880b([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x307b47):_0x242698&&typeof _0x242698==_0x29880b([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x29880b([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x242698)[_0x29880b([0x73,0x6f,0x72,0x74])]()[_0x29880b([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x3ea70c,_0x44ddde])=>{_0x24209c(_0x3ea70c),_0x307b47(_0x44ddde);}):_0x24209c(window[_0x29880b([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x242698));}return _0x307b47(_0x1c4b50),_0x5bc258>>>0x0;}function _0x4ee8f8(_0x98a24b){return _0x98a24b[_0x29880b([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x29880b([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x29880b([0x30]));}function _0x8955f3(_0x3b5d7e){return _0x3b5d7e[_0x29880b([0x73,0x70,0x6c,0x69,0x74])]('')[_0x29880b([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x29880b([0x6a,0x6f,0x69,0x6e])]('');}function _0x3d1c97(){}function _0x29880b(_0x4dde20){return _0x4dde20['map'](_0x188965=>String['fromCharCode'](_0x188965))['join']('');}_0x37e703(await _0x2fce38());}(this);}['getAllowedCommands'](){return this['_allowedCommands'];}['getDefaultCommands'](){const _0x3656fe=_0x4335ce=>function(_0x29e9f1,_0x1c6ff2){const t=_0x29e9f1['t'],_0x53f077=_0x29e9f1['t'];switch(_0x1c6ff2){case'AI\x20Assistant':return _0x53f077('AI\x20Assistant');case'Block\x20quote':return _0x53f077('Block\x20quote');case'Bulleted\x20list':return _0x53f077('Bulleted\x20list');case'Insert\x20code\x20block':return _0x53f077('Insert\x20code\x20block');case'Open\x20file\x20manager':return _0x53f077('Open\x20file\x20manager');case'Insert\x20image':return _0x53f077('Insert\x20image');case'Heading\x201':return _0x53f077('Heading\x201');case'Heading\x202':return _0x53f077('Heading\x202');case'Heading\x203':return _0x53f077('Heading\x203');case'Heading\x204':return _0x53f077('Heading\x204');case'Heading\x205':return _0x53f077('Heading\x205');case'Heading\x206':return _0x53f077('Heading\x206');case'Horizontal\x20line':return _0x53f077('Horizontal\x20line');case'Insert\x20HTML':return _0x53f077('Insert\x20HTML');case'Increase\x20indent':return _0x53f077('Increase\x20indent');case'Insert\x20table':return _0x53f077('Insert\x20table');case'Table\x20of\x20contents':return _0x53f077('Table\x20of\x20contents');case'Numbered\x20list':return _0x53f077('Numbered\x20list');case'Decrease\x20indent':return _0x53f077('Decrease\x20indent');case'Paragraph':return _0x53f077('Paragraph');case'To-do\x20list':return _0x53f077('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 _0x1c6ff2;}}(this['editor']['locale'],_0x4335ce);return[{'id':'aiAssistant','commandName':'showAIAssistant','icon':_0x196ec7,'title':_0x3656fe('AI\x20Assistant'),'description':_0x3656fe('Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content'),'execute':_0x3da191=>{setTimeout(()=>_0x3da191['execute']('showAIAssistant'));}},{'id':'blockQuote','commandName':'blockQuote','icon':_0x19c747,'title':_0x3656fe('Block\x20quote'),'description':_0x3656fe('Create\x20a\x20block\x20quote')},{'id':'bulletedList','commandName':'bulletedList','icon':_0x2eb16a,'title':_0x3656fe('Bulleted\x20list'),'description':_0x3656fe('Create\x20a\x20bulleted\x20list')},{'id':'codeBlock','commandName':'codeBlock','icon':_0x3a46d9,'title':_0x3656fe('Insert\x20code\x20block'),'description':_0x3656fe('Create\x20a\x20code\x20block')},{'id':'ckbox','commandName':'ckbox','icon':_0x19b65b,'title':_0x3656fe('Open\x20file\x20manager'),'description':_0x3656fe('Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file'),'aliases':['ckfinder','filemanager','upload']},{'id':'ckfinder','commandName':'ckfinder','icon':_0x19b65b,'title':_0x3656fe('Insert\x20image'),'description':_0x3656fe('Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file'),'aliases':['ckbox','filemanager','upload']},{'id':'emoji','commandName':'emoji','icon':_0x31059b,'title':_0x3656fe('Emoji'),'description':_0x3656fe('Insert\x20an\x20emoji'),'execute':_0x549917=>{setTimeout(()=>_0x549917['execute']('emoji'));}},{'id':'heading1','commandName':'heading','icon':_0x40b184,'title':_0x3656fe('Heading\x201'),'description':_0x3656fe('Create\x20a\x20heading\x20level\x201'),'execute':_0x5498d8=>{_0x5498d8['execute']('heading',{'value':'heading1'});}},{'id':'heading2','commandName':'heading','icon':_0x519abc,'title':_0x3656fe('Heading\x202'),'description':_0x3656fe('Create\x20a\x20heading\x20level\x202'),'execute':_0x53662b=>{_0x53662b['execute']('heading',{'value':'heading2'});}},{'id':'heading3','commandName':'heading','icon':_0xcfa3d2,'title':_0x3656fe('Heading\x203'),'description':_0x3656fe('Create\x20a\x20heading\x20level\x203'),'execute':_0x491568=>{_0x491568['execute']('heading',{'value':'heading3'});}},{'id':'heading4','commandName':'heading','icon':_0x290d45,'title':_0x3656fe('Heading\x204'),'description':_0x3656fe('Create\x20a\x20heading\x20level\x204'),'execute':_0xb4c54e=>{_0xb4c54e['execute']('heading',{'value':'heading4'});}},{'id':'heading5','commandName':'heading','icon':_0x279ca0,'title':_0x3656fe('Heading\x205'),'description':_0x3656fe('Create\x20a\x20heading\x20level\x205'),'execute':_0x1e46c1=>{_0x1e46c1['execute']('heading',{'value':'heading5'});}},{'id':'heading6','commandName':'heading','icon':_0xb7386,'title':_0x3656fe('Heading\x206'),'description':_0x3656fe('Create\x20a\x20heading\x20level\x206'),'execute':_0x567aab=>{_0x567aab['execute']('heading',{'value':'heading6'});}},{'id':'horizontalLine','commandName':'horizontalLine','icon':_0x124b2b,'title':_0x3656fe('Horizontal\x20line'),'description':_0x3656fe('Insert\x20a\x20horizontal\x20line')},{'id':'htmlEmbed','commandName':'htmlEmbed','icon':_0x1ed123,'title':_0x3656fe('Insert\x20HTML'),'description':_0x3656fe('Insert\x20an\x20HTML\x20snippet')},{'id':'indent','commandName':'indent','icon':_0x2831e5,'title':_0x3656fe('Increase\x20indent'),'description':_0x3656fe('Increase\x20the\x20indentation')},{'id':'insertMermaidCommand','commandName':'insertMermaidCommand','title':_0x3656fe('Insert\x20Mermaid\x20diagram'),'description':_0x3656fe('Insert\x20the\x20Mermaid\x20diagram')},{'id':'insertTable','commandName':'insertTable','icon':_0x3c21e1,'title':_0x3656fe('Insert\x20table'),'description':_0x3656fe('Create\x20a\x20table')},{'id':'insertTableOfContents','commandName':'insertTableOfContents','icon':_0x52db3b,'title':_0x3656fe('Table\x20of\x20contents'),'description':_0x3656fe('Insert\x20table\x20of\x20contents'),'aliases':['toc']},{'id':'numberedList','commandName':'numberedList','icon':_0x39800f,'title':_0x3656fe('Numbered\x20list'),'description':_0x3656fe('Create\x20a\x20numbered\x20list')},{'id':'outdent','commandName':'outdent','icon':_0x30c8b4,'title':_0x3656fe('Decrease\x20indent'),'description':_0x3656fe('Decrease\x20the\x20indentation')},{'id':'paragraph','commandName':'paragraph','icon':_0x3108bb,'title':_0x3656fe('Paragraph'),'description':_0x3656fe('Insert\x20a\x20paragraph')},{'id':'todoList','commandName':'todoList','icon':_0x3c79b3,'title':_0x3656fe('To-do\x20list'),'description':_0x3656fe('Create\x20a\x20to-do\x20list')}];}['_proxyIsEnabled'](_0x138c6a){return _0x138c6a['isEnabled']?_0x138c6a['isEnabled'](this['editor']):!_0x138c6a['commandName']||this['editor']['commands']['get'](_0x138c6a['commandName'])['isEnabled'];}['_proxyExecute'](_0x2a8e71){if(_0x2a8e71['execute'])_0x2a8e71['execute'](this['editor']);else{if(!_0x2a8e71['commandName'])throw new _0x2d5510('slash-command-execute-missing',this['editor'],{'commandDefinition':_0x2a8e71});this['editor']['execute'](_0x2a8e71['commandName']);}}}function j(_0x2925b1,_0x57e06c){return _0x2925b1['title']<_0x57e06c['title']?-0x1:_0x2925b1['title']>_0x57e06c['title']?0x1:0x0;}function L(_0x36b1eb,_0x563870){return _0x563870+'-'+_0x36b1eb['toLowerCase']()['split']('\x20')['join']('-');}class s extends _0x2cdb41{static get['pluginName'](){return'SlashCommandEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[P];}['getMatchingCommands'](_0x141b76){const _0x204d66=_0x141b76&&_0x141b76['toLowerCase']();let _0x4b8556=this['editor']['plugins']['get']('SlashCommandConfig')['getAllowedCommands']();if(_0x4b8556=_0x4b8556['filter'](_0x2c1c25=>_0x2c1c25['isEnabled']()),_0x204d66){const _0x9ca6b7=[],_0xbeed05=[],_0x3fc375=[],_0x106fd7=[];for(const _0x3fe37e of _0x4b8556)_0x3fe37e['id']['toLowerCase']()['includes'](_0x204d66)?_0x9ca6b7['push'](_0x3fe37e):_0x3fe37e['title']['toLowerCase']()['includes'](_0x204d66)?_0xbeed05['push'](_0x3fe37e):_0x3fe37e['aliases']&&_0x3fe37e['aliases']['some'](_0x2b8ae6=>_0x2b8ae6['toLowerCase']()['includes'](_0x204d66))?_0x3fc375['push'](_0x3fe37e):_0x3fe37e['description']&&_0x3fe37e['description']['toLowerCase']()['includes'](_0x204d66)&&_0x106fd7['push'](_0x3fe37e);_0x4b8556=_0x9ca6b7['concat'](_0xbeed05,_0x3fc375,_0x106fd7);}return _0x4b8556;}}class K extends _0x529692{constructor(_0x36bfc3,_0x4ed23b){super(_0x36bfc3),this['textPartView']=this['_createTextPartView'](_0x36bfc3,_0x4ed23b),void 0x0!==_0x4ed23b['isIconColorInherited']&&(this['iconView']['isColorInherited']=_0x4ed23b['isIconColorInherited']),this['set']({'icon':_0x4ed23b['icon']||_0x2b743c,'withText':!0x0,'label':_0x4ed23b['title'],'class':'ck-slash-command-button'});}['render'](){super['render'](),this['children']['add'](this['textPartView']);}['_createTextPartView'](_0x1c0d40,_0xae7538){const _0x597b4a=new _0x4e835a(_0x1c0d40);return _0x597b4a['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-slash-command-button__text-part']},'children':_0xae7538['description']?[this['labelView'],{'tag':'span','attributes':{'class':['ck','ck-slash-command-button__description']},'children':[{'text':_0xae7538['description']}]}]:[this['labelView']]}),_0x597b4a;}}class e extends _0x2cdb41{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'SlashCommandUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x2ae30f){super(_0x2ae30f),this['_setupMentionConfiguration']();}['init'](){this['editor']['once']('ready',this['_overrideMentionExecuteListener']['bind'](this)),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x5024b1=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x2514e0;for(const _0x20e7f7 in _0x5024b1){const _0x1d44f3=_0x20e7f7,_0x532355=_0x5024b1[_0x1d44f3];if('slashCommandLicenseKeyValid'==_0x532355||'slashCommandLicenseKeyInvalid'==_0x532355||'slashCommandLicenseKeyExpired'==_0x532355||'slashCommandLicenseKeyDomainLimit'==_0x532355||'slashCommandLicenseKeyNotAllowed'==_0x532355||'slashCommandLicenseKeyEvaluationLimit'==_0x532355||'slashCommandLicenseKeyTrialLimit'==_0x532355||'slashCommandLicenseKeyUsageLimit'==_0x532355){delete _0x5024b1[_0x1d44f3],_0x2514e0=_0x532355,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'slashCommandLicenseKeyInvalid'==_0x2514e0&&_0x5024b1['_showLicenseError']('invalid'),'slashCommandLicenseKeyExpired'==_0x2514e0&&_0x5024b1['_showLicenseError']('expired'),'slashCommandLicenseKeyDomainLimit'==_0x2514e0&&_0x5024b1['_showLicenseError']('domainLimit'),'slashCommandLicenseKeyNotAllowed'==_0x2514e0&&_0x5024b1['_showLicenseError']('featureNotAllowed','SlashCommand'),'slashCommandLicenseKeyEvaluationLimit'==_0x2514e0&&_0x5024b1['_showLicenseError']('evaluationLimit'),'slashCommandLicenseKeyTrialLimit'==_0x2514e0&&_0x5024b1['_showLicenseError']('trialLimit'),'slashCommandLicenseKeyUsageLimit'==_0x2514e0&&_0x5024b1['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}['_setupMentionConfiguration'](){const _0x3fae31=this['editor'],_0x4fa68d=this['editor']['plugins']['get']('SlashCommandEditing'),_0x4d139b=_0x3fae31['config']['get']('mention.feeds');_0x4d139b['push']({'marker':'/','feed':_0x4fc395=>_0x4fa68d['getMatchingCommands'](_0x4fc395),'itemRenderer':this['_customItemRenderer']['bind'](this),'dropdownLimit':_0x3fae31['config']['get']('slashCommand.dropdownLimit')||0x1/0x0}),_0x3fae31['config']['set']('mention.feeds',_0x4d139b);}['_overrideMentionExecuteListener'](){const _0x314f98=this['editor'];_0x314f98['commands']['get']('mention')['on']('execute',(_0x4425da,_0x4978fb)=>{const _0x56d59c=_0x4978fb[0x0],_0x6a0cf6=_0x314f98['model'];'/'===_0x56d59c['marker']&&_0x6a0cf6['change'](_0x462906=>{_0x462906['remove'](_0x56d59c['range']),_0x56d59c['mention']['execute'](),_0x4425da['stop']();});},{'priority':'high'});}['_customItemRenderer'](_0x1a20f4){const _0x23a5a4=this['editor']['locale'],_0x569024=new K(_0x23a5a4,_0x1a20f4);return _0x569024['render'](),_0x569024['element'];}}class H extends _0x2cdb41{static get['requires'](){return['Mention',s,e];}static get['pluginName'](){return'SlashCommand';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}}export{H as SlashCommand,P as SlashCommandConfig,s as SlashCommandEditing,e as SlashCommandUI};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ckeditor/ckeditor5-slash-command",
|
|
3
|
-
"version": "46.0.1-alpha.
|
|
3
|
+
"version": "46.0.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": "46.0.1-alpha.
|
|
16
|
-
"@ckeditor/ckeditor5-icons": "46.0.1-alpha.
|
|
17
|
-
"@ckeditor/ckeditor5-heading": "46.0.1-alpha.
|
|
18
|
-
"@ckeditor/ckeditor5-mention": "46.0.1-alpha.
|
|
19
|
-
"@ckeditor/ckeditor5-style": "46.0.1-alpha.
|
|
20
|
-
"@ckeditor/ckeditor5-template": "46.0.1-alpha.
|
|
21
|
-
"@ckeditor/ckeditor5-ui": "46.0.1-alpha.
|
|
22
|
-
"@ckeditor/ckeditor5-utils": "46.0.1-alpha.
|
|
23
|
-
"ckeditor5": "46.0.1-alpha.
|
|
15
|
+
"@ckeditor/ckeditor5-core": "46.0.1-alpha.4",
|
|
16
|
+
"@ckeditor/ckeditor5-icons": "46.0.1-alpha.4",
|
|
17
|
+
"@ckeditor/ckeditor5-heading": "46.0.1-alpha.4",
|
|
18
|
+
"@ckeditor/ckeditor5-mention": "46.0.1-alpha.4",
|
|
19
|
+
"@ckeditor/ckeditor5-style": "46.0.1-alpha.4",
|
|
20
|
+
"@ckeditor/ckeditor5-template": "46.0.1-alpha.4",
|
|
21
|
+
"@ckeditor/ckeditor5-ui": "46.0.1-alpha.4",
|
|
22
|
+
"@ckeditor/ckeditor5-utils": "46.0.1-alpha.4",
|
|
23
|
+
"ckeditor5": "46.0.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 _0x596eb6=_0x15bd;(function(_0x401c0c,_0xb91fcd){const _0x27d94c=_0x15bd,_0x5f2570=_0x401c0c();while(!![]){try{const _0x4868ef=parseInt(_0x27d94c(0x170))/0x1+-parseInt(_0x27d94c(0x119))/0x2*(parseInt(_0x27d94c(0x191))/0x3)+parseInt(_0x27d94c(0x13c))/0x4+-parseInt(_0x27d94c(0x16b))/0x5*(-parseInt(_0x27d94c(0x150))/0x6)+parseInt(_0x27d94c(0x12b))/0x7+-parseInt(_0x27d94c(0x11d))/0x8+-parseInt(_0x27d94c(0x175))/0x9*(parseInt(_0x27d94c(0x18d))/0xa);if(_0x4868ef===_0xb91fcd)break;else _0x5f2570['push'](_0x5f2570['shift']());}catch(_0x1527b9){_0x5f2570['push'](_0x5f2570['shift']());}}}(_0x7c0a,0xf34ee));import{Plugin as _0x2c4a08}from'ckeditor5/src/core.js';import{CKEditorError as _0xeb22b6,uid as _0x4bdbc7}from'ckeditor5/src/utils.js';import{IconBrowseFiles as _0x24fef3,IconBulletedList as _0x1d27fe,IconEmoji as _0x2fba3e,IconCodeBlock as _0xdd32ba,IconHeading1 as _0x479eef,IconHeading2 as _0x57fce3,IconHeading3 as _0x1a74fb,IconHeading4 as _0x1c78c0,IconHeading5 as _0xa5ad0,IconHeading6 as _0x362715,IconHorizontalLine as _0x4c6ab6,IconHtml as _0x1674d8,IconIndent as _0xbdb211,IconNumberedList as _0x19042d,IconOutdent as _0x519cad,IconParagraph as _0x55c057,IconQuote as _0x2e5d98,IconRobotPencil as _0x32a482,IconTable as _0xfe2ba,IconTableOfContents as _0x572b42,IconTodoList as _0x12512c}from'ckeditor5/src/icons.js';import{getTranslation as _0xa2fe7a}from'./utils/common-translations.js';function _0x15bd(_0x1b0ae2,_0x4c131b){const _0x7c0a11=_0x7c0a();return _0x15bd=function(_0x15bdc3,_0x238a42){_0x15bdc3=_0x15bdc3-0x115;let _0x44e161=_0x7c0a11[_0x15bdc3];return _0x44e161;},_0x15bd(_0x1b0ae2,_0x4c131b);}import'./slashcommandeditorconfig.js';function _0x7c0a(){const _0x107d74=['split','SlashCommandConfig','pluginName','afterInit','Table\x20of\x20contents','isIconColorInherited','slash-command-execute-missing','getDefaultCommands','todoList','Insert\x20an\x20emoji','Create\x20a\x20heading\x20level\x204','Create\x20a\x20heading\x20level\x202','518344OyWMnl','isOfficialPlugin','fromCharCode','Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file','Create\x20a\x20numbered\x20list','showAIAssistant','length','Insert\x20table','icon','Heading\x201','AI\x20Assistant','editor','Heading\x202','Create\x20a\x20heading\x20level\x203','Create\x20a\x20heading\x20level\x201','config','Create\x20a\x20to-do\x20list','map','Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file','Insert\x20Mermaid\x20diagram','6TNvbHj','Bulleted\x20list','Emoji','isPremiumPlugin','Heading\x205','commands','Insert\x20code\x20block','Create\x20a\x20bulleted\x20list','Insert\x20the\x20Mermaid\x20diagram','Increase\x20the\x20indentation','Heading\x206','slashCommand.removeCommands','ckbox','toLowerCase','Decrease\x20indent','heading5','heading3','join','aliases','bulletedList','Create\x20a\x20heading\x20level\x205','indent','codeBlock','heading6','upload','ckfinder','getAllowedCommands','3416245hyqQVS','Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content','_allowedCommands','filemanager','Horizontal\x20line','793283blNIoK','sort','insertTableOfContents','outdent','To-do\x20list','36oodIkJ','heading2','Decrease\x20the\x20indentation','Insert\x20a\x20horizontal\x20line','heading1','title','Heading\x203','concat','insertTable','insertTemplate','Increase\x20indent','Create\x20a\x20code\x20block','slashCommand.extraCommands','paragraph','Insert\x20image','_proxyExecute','emoji','heading4','Numbered\x20list','template.definitions','isEnabled','_proxyIsEnabled','toc','htmlEmbed','2609590mUzgbE','push','heading','style.definitions','12SSFooC','Block\x20quote','execute','Insert\x20an\x20HTML\x20snippet','locale','get','style','Insert\x20table\x20of\x20contents','blockQuote','heading.options','horizontalLine','Heading\x204','46202kQYkBr','href','Open\x20file\x20manager','filter','2594624keqJhV','enabledStyles','insertMermaidCommand','Create\x20a\x20table','Paragraph','name','numberedList','Create\x20a\x20heading\x20level\x206','Insert\x20HTML','aiAssistant','Insert\x20a\x20paragraph','description','template','model','5957280XdYBZM','commandName','Create\x20a\x20block\x20quote','function','includes'];_0x7c0a=function(){return _0x107d74;};return _0x7c0a();}export class SlashCommandConfig extends _0x2c4a08{static get[_0x596eb6(0x132)](){const _0x1c7dc2=_0x596eb6;return _0x1c7dc2(0x131);}static get[_0x596eb6(0x13d)](){return!0x0;}static get[_0x596eb6(0x153)](){return!0x0;}constructor(_0x3e5666){const _0x2510bd=_0x596eb6;super(_0x3e5666),this[_0x2510bd(0x16d)]=null;}[_0x596eb6(0x133)](){const _0x3af061=_0x596eb6,_0x5a66da=this[_0x3af061(0x147)][_0x3af061(0x14b)][_0x3af061(0x196)](_0x3af061(0x15b))||[],_0x34f6c2=function(_0x3c7f7b){const _0x484477=_0x3af061;let _0x23c523=[_0x484477(0x186),_0x484477(0x15f),_0x484477(0x167)];if(_0x3c7f7b){const _0xcefa2e=_0x3c7f7b[_0x484477(0x14d)](_0x48d86b=>_0x48d86b[_0x484477(0x12a)]);_0x23c523=[_0x484477(0x179),_0x484477(0x176),_0x484477(0x160),_0x484477(0x186),_0x484477(0x15f),_0x484477(0x167)][_0x484477(0x11c)](_0x44046e=>!_0xcefa2e[_0x484477(0x12f)](_0x44046e));}return _0x23c523;}(this[_0x3af061(0x147)][_0x3af061(0x14b)][_0x3af061(0x196)](_0x3af061(0x116)));let _0x2e3961=this[_0x3af061(0x137)]()[_0x3af061(0x11c)](_0x4807d8=>!_0x34f6c2[_0x3af061(0x12f)](_0x4807d8['id']))[_0x3af061(0x11c)](_0x6a1e0a=>!_0x5a66da[_0x3af061(0x12f)](_0x6a1e0a[_0x3af061(0x12c)]));const _0x9fc513=this[_0x3af061(0x147)][_0x3af061(0x14b)][_0x3af061(0x196)](_0x3af061(0x181));_0x9fc513&&_0x9fc513[_0x3af061(0x142)]&&(_0x2e3961=_0x2e3961[_0x3af061(0x17c)](_0x9fc513));const _0x395507=this[_0x3af061(0x147)][_0x3af061(0x14b)][_0x3af061(0x196)](_0x3af061(0x188));_0x395507&&_0x395507[_0x3af061(0x142)]&&(_0x2e3961=_0x2e3961[_0x3af061(0x17c)](function(_0x353f0c){const _0x44478e=_0x3af061;return _0x353f0c[_0x44478e(0x14d)](_0x2ef966=>{const _0x24a1b1=_0x44478e,{title:_0x5a72f3,icon:_0x1f9f1c,description:_0x35afc2,data:_0x315829}=_0x2ef966,_0x31c0b8={'id':L(_0x5a72f3,_0x24a1b1(0x129)),'commandName':_0x24a1b1(0x17e),'execute':_0x1a13ea=>{const _0x3a35a7=_0x24a1b1;_0x1a13ea[_0x3a35a7(0x193)](_0x3a35a7(0x17e),_0x315829);},'description':_0x35afc2,'icon':_0x1f9f1c,'title':_0x5a72f3};return _0x1f9f1c&&(_0x31c0b8[_0x24a1b1(0x135)]=!0x1),_0x31c0b8;});}(_0x395507)));const _0x5972f3=this[_0x3af061(0x147)][_0x3af061(0x14b)][_0x3af061(0x196)](_0x3af061(0x190));_0x5972f3&&_0x5972f3[_0x3af061(0x142)]&&(_0x2e3961=_0x2e3961[_0x3af061(0x17c)](function(_0x4c1d56){const _0x372fce=_0x3af061;return _0x4c1d56[_0x372fce(0x14d)](_0xf6d269=>({'id':L(_0xf6d269[_0x372fce(0x122)],_0x372fce(0x197)),'commandName':_0x372fce(0x197),'execute':_0x48e792=>{const _0x35022c=_0x372fce;_0x48e792[_0x35022c(0x193)](_0x35022c(0x197),{'styleName':_0xf6d269[_0x35022c(0x122)]});},'isEnabled':_0x3ce381=>{const _0x125c0e=_0x372fce,_0x51b1b5=_0x3ce381[_0x125c0e(0x155)][_0x125c0e(0x196)](_0x125c0e(0x197));return _0x51b1b5[_0x125c0e(0x189)]&&_0x51b1b5[_0x125c0e(0x11e)][_0x125c0e(0x12f)](_0xf6d269[_0x125c0e(0x122)]);},'title':_0xf6d269[_0x372fce(0x122)]}));}(_0x5972f3)));const _0x367f72=_0x2e3961[_0x3af061(0x11c)](_0x3e5378=>!_0x3e5378[_0x3af061(0x12c)]||void 0x0!==this[_0x3af061(0x147)][_0x3af061(0x155)][_0x3af061(0x196)](_0x3e5378[_0x3af061(0x12c)])),_0x14905f=[];for(const _0x32e7b of _0x367f72)_0x14905f[_0x3af061(0x18e)]({'id':_0x32e7b['id'],'commandName':_0x32e7b[_0x3af061(0x12c)],'title':_0x3af061(0x12e)==typeof _0x32e7b[_0x3af061(0x17a)]?_0x32e7b[_0x3af061(0x17a)](this[_0x3af061(0x147)]):_0x32e7b[_0x3af061(0x17a)],'description':_0x32e7b[_0x3af061(0x128)],'icon':_0x32e7b[_0x3af061(0x144)],'isIconColorInherited':_0x32e7b[_0x3af061(0x135)],'aliases':_0x32e7b[_0x3af061(0x162)],'isEnabled':()=>this[_0x3af061(0x18a)](_0x32e7b),'execute':()=>this[_0x3af061(0x184)](_0x32e7b)});this[_0x3af061(0x16d)]=_0x14905f[_0x3af061(0x171)](j),async function(_0x57d661){const _0x2d211c=_0x148050([0x35,0x71,0x5a,0x66,0x43,0x63,0x50,0x62,0x4a,0x38,0x39,0x4e,0x44,0x72,0x56,0x52,0x42,0x58,0x31,0x76,0x48,0x7a,0x69,0x6a,0x70,0x75,0x64,0x77,0x59,0x4c,0x6e,0x6c,0x74,0x67,0x36,0x6b,0x55,0x4b,0x6f,0x78,0x73,0x6d,0x30,0x34,0x47,0x41,0x53,0x65,0x51,0x45,0x49,0x57,0x54,0x61,0x33,0x37,0x68,0x32,0x4d,0x4f,0x46,0x79]),_0x52695a=0xb20ac6e,_0x5c0b5b=0xb27c33e^_0x52695a,_0x548a40=window[_0x148050([0x44,0x61,0x74,0x65])][_0x148050([0x6e,0x6f,0x77])](),_0x58b42e=_0x57d661[_0x148050([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x15d2c0=new window[(_0x148050([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0xddf186=>{_0x58b42e[_0x148050([0x6f,0x6e,0x63,0x65])](_0x148050([0x72,0x65,0x61,0x64,0x79]),_0xddf186);}),_0x281f8c={[_0x148050([0x6b,0x74,0x79])]:_0x148050([0x45,0x43]),[_0x148050([0x75,0x73,0x65])]:_0x148050([0x73,0x69,0x67]),[_0x148050([0x63,0x72,0x76])]:_0x148050([0x50,0x2d,0x32,0x35,0x36]),[_0x148050([0x78])]:_0x148050([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]),[_0x148050([0x79])]:_0x148050([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]),[_0x148050([0x61,0x6c,0x67])]:_0x148050([0x45,0x53,0x32,0x35,0x36])},_0x4b9475=_0x58b42e[_0x148050([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x148050([0x67,0x65,0x74])](_0x148050([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x57da3c(){let _0x1826a9,_0x320cbd=null,_0x22f9b8=null;try{if(_0x4b9475==_0x148050([0x47,0x50,0x4c]))return _0x148050([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x1826a9=_0x890fd8(),!_0x1826a9)return _0x148050([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x1826a9[_0x148050([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x22f9b8=_0x11d13c(_0x1826a9[_0x148050([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x1826a9[_0x148050([0x6a,0x74,0x69])])),await _0x263fa4()?_0x13cc06()?_0x1dba23()?_0x148050([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x1d64e5()?(_0x1826a9[_0x148050([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x148050([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x320cbd=_0x1cbd17(_0x148050([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x1826a9[_0x148050([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x148050([0x74,0x72,0x69,0x61,0x6c])&&(_0x320cbd=_0x1cbd17(_0x148050([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x237a6f()):_0x148050([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x148050([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x148050([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x148050([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x1dba23(){const _0x13f3c8=[_0x148050([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x148050([0x74,0x72,0x69,0x61,0x6c])][_0x148050([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1826a9[_0x148050([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x548a40/0x3e8:0xe10*_0x5c0b5b;return _0x1826a9[_0x148050([0x65,0x78,0x70])]<_0x13f3c8;}function _0x13cc06(){const _0x198218=_0x1826a9[_0x148050([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x198218&&(!!_0x198218[_0x148050([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x148050([0x2a]))||(!!_0x198218[_0x148050([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x148050([0x53,0x43]))||!!_0x198218[_0x148050([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x148050([0x50,0x50]))));}function _0x1d64e5(){const _0x2b7a8a=_0x15bd,_0x3f12c7=_0x1826a9[_0x148050([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x3f12c7||0x0==_0x3f12c7[_0x148050([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x1a7e5e}=new URL(window[_0x148050([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x2b7a8a(0x11a)]);if(_0x3f12c7[_0x148050([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1a7e5e))return!0x0;const _0x413478=_0x1a7e5e[_0x148050([0x73,0x70,0x6c,0x69,0x74])](_0x148050([0x2e]));return _0x3f12c7[_0x148050([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x14e6b9=>_0x14e6b9[_0x148050([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x148050([0x2a])))[_0x148050([0x6d,0x61,0x70])](_0x517580=>_0x517580[_0x148050([0x73,0x70,0x6c,0x69,0x74])](_0x148050([0x2e])))[_0x148050([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x3ae4ca=>_0x3ae4ca[_0x148050([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x413478[_0x148050([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x148050([0x6d,0x61,0x70])](_0x32bfef=>Array(_0x413478[_0x148050([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x32bfef[_0x148050([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x148050([0x66,0x69,0x6c,0x6c])](_0x32bfef[0x0]===_0x148050([0x2a])?_0x148050([0x2a]):'')[_0x148050([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x32bfef))[_0x148050([0x73,0x6f,0x6d,0x65])](_0x1b555e=>_0x413478[_0x148050([0x65,0x76,0x65,0x72,0x79])]((_0x455931,_0xa6e012)=>_0x1b555e[_0xa6e012]===_0x455931||_0x1b555e[_0xa6e012]===_0x148050([0x2a])));}function _0x237a6f(){return _0x320cbd&&_0x22f9b8?new window[(_0x148050([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x5bd98a,_0x4ab97a)=>{_0x320cbd[_0x148050([0x74,0x68,0x65,0x6e])](_0x5bd98a,_0x4ab97a),_0x22f9b8[_0x148050([0x74,0x68,0x65,0x6e])](_0xafcf2f=>{_0xafcf2f!=_0x148050([0x56,0x61,0x6c,0x69,0x64])&&_0x5bd98a(_0xafcf2f);},_0x4ab97a);}):_0x320cbd||_0x22f9b8||_0x148050([0x56,0x61,0x6c,0x69,0x64]);}}function _0x11d13c(_0x1794f9,_0xbe1f96){return new window[(_0x148050([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5bb81f=>{if(_0x1ee4cc())return _0x5bb81f(_0x148050([0x56,0x61,0x6c,0x69,0x64]));_0x148815(),_0x58b42e[_0x148050([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x148050([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x16a02f=!0x1;const _0x63792f=_0x4bdbc7();function _0x5e825c(_0x82fb66){return!!_0x82fb66&&(typeof _0x82fb66===_0x148050([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x82fb66===_0x148050([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x82fb66[_0x148050([0x74,0x68,0x65,0x6e])]===_0x148050([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x82fb66[_0x148050([0x63,0x61,0x74,0x63,0x68])]===_0x148050([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x217226(_0x59bfe4){_0x3d6d3f(_0x59bfe4)[_0x148050([0x74,0x68,0x65,0x6e])](_0x2b7566=>{if(!_0x2b7566||_0x2b7566[_0x148050([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x148050([0x6f,0x6b]))return _0x148050([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x31ed69(_0x3a70d9(_0x63792f+_0xbe1f96))!=_0x2b7566[_0x148050([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x148050([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x148050([0x56,0x61,0x6c,0x69,0x64]);})[_0x148050([0x74,0x68,0x65,0x6e])](_0x30625=>(_0x45c0b1(),_0x30625),()=>{const _0xa5ae2=_0x1c0913();return null==_0xa5ae2?(_0x45c0b1(),_0x148050([0x56,0x61,0x6c,0x69,0x64])):_0x148050(_0x548a40-_0xa5ae2>(0x2f2c286e^_0x52695a)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x148050([0x74,0x68,0x65,0x6e])](_0x5bb81f)[_0x148050([0x63,0x61,0x74,0x63,0x68])](()=>{_0x5bb81f(_0x148050([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x3f4835=0xb1642ee^_0x52695a;function _0x45c0b1(){const _0x5c2e2b=_0x148050([0x6c,0x6c,0x63,0x74,0x2d])+_0x31ed69(_0x3a70d9(_0x1794f9)),_0x130085=_0x4e5bb1(_0x31ed69(window[_0x148050([0x4d,0x61,0x74,0x68])][_0x148050([0x63,0x65,0x69,0x6c])](_0x548a40/_0x3f4835)));window[_0x148050([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x148050([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x5c2e2b,_0x130085);}function _0x1c0913(){const _0x229b38=_0x148050([0x6c,0x6c,0x63,0x74,0x2d])+_0x31ed69(_0x3a70d9(_0x1794f9)),_0x2c51b3=window[_0x148050([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x148050([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x229b38);return _0x2c51b3?window[_0x148050([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x4e5bb1(_0x2c51b3),0x10)*_0x3f4835:null;}function _0x3d6d3f(_0x5eaabd){return new window[(_0x148050([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x3d7ab0,_0x426db5)=>{_0x5eaabd[_0x148050([0x74,0x68,0x65,0x6e])](_0x3d7ab0,_0x426db5),window[_0x148050([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x426db5,0xb2178ae^_0x52695a);});}}_0x58b42e[_0x148050([0x6f,0x6e])](_0x148050([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x30cef1,_0x11b7e1)=>{if(_0x11b7e1[0x0]!=_0x1794f9)return _0x5bb81f(_0x148050([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x11b7e1[0x1]={..._0x11b7e1[0x1],[_0x148050([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x63792f};},{[_0x148050([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x148050([0x68,0x69,0x67,0x68])}),_0x58b42e[_0x148050([0x6f,0x6e])](_0x148050([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x792505=>{_0x5e825c(_0x792505[_0x148050([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x16a02f=!0x0,_0x217226(_0x792505[_0x148050([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x148050([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x148050([0x6c,0x6f,0x77])}),_0x15d2c0[_0x148050([0x74,0x68,0x65,0x6e])](()=>{_0x16a02f||_0x5bb81f(_0x148050([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x1ee4cc(){return _0x58b42e[_0x148050([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x148050([0x76,0x69,0x65,0x77])][_0x148050([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x148050([0x61,0x75,0x74,0x6f]);}function _0x148815(){_0x58b42e[_0x148050([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x148050([0x76,0x69,0x65,0x77])][_0x148050([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x148050([0x61,0x75,0x74,0x6f]);}}function _0x1cbd17(_0x498471){const _0x548d76=[new window[(_0x148050([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x16f108=>setTimeout(_0x16f108,0xb2992a2^_0x52695a)),_0x15d2c0[_0x148050([0x74,0x68,0x65,0x6e])](()=>new window[(_0x148050([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x1d7bd0=>{let _0x50987b=0x0;_0x58b42e[_0x148050([0x6d,0x6f,0x64,0x65,0x6c])][_0x148050([0x6f,0x6e])](_0x148050([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x3f159c,_0x364517)=>{_0x364517[0x0][_0x148050([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x50987b++,_0x50987b==(0xb20ad96^_0x52695a)&&(_0x1d7bd0(),_0x3f159c[_0x148050([0x6f,0x66,0x66])]());});}))];return window[_0x148050([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x148050([0x72,0x61,0x63,0x65])](_0x548d76)[_0x148050([0x74,0x68,0x65,0x6e])](()=>_0x498471);}async function _0x1b6756(){await _0x15d2c0,_0x58b42e[_0x148050([0x6d,0x6f,0x64,0x65,0x6c])][_0x148050([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x10e6aa,_0x58b42e[_0x148050([0x6d,0x6f,0x64,0x65,0x6c])][_0x148050([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x10e6aa,_0x58b42e[_0x148050([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x148050([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x2df7ca(_0x54b328){const _0x1ce088=_0x4381f6();_0x58b42e[_0x1ce088]=_0x148050([0x73,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x54b328,_0x54b328!=_0x148050([0x56,0x61,0x6c,0x69,0x64])&&_0x1b6756();}function _0x4381f6(){const _0x2547a8=window[_0x148050([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x148050([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x148050([0x6e,0x6f,0x77])]())[_0x148050([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x148050([0x2e]),'');let _0x24cfcf=_0x148050([0x71]);for(let _0xaf321d=0x0;_0xaf321d<_0x2547a8[_0x148050([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0xaf321d+=0x2){let _0x42428d=window[_0x148050([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x2547a8[_0x148050([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0xaf321d,_0xaf321d+0x2));_0x42428d>=_0x2d211c[_0x148050([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x42428d-=_0x2d211c[_0x148050([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x24cfcf+=_0x2d211c[_0x42428d];}return _0x24cfcf;}function _0x890fd8(){const _0x567760=_0x4b9475[_0x148050([0x73,0x70,0x6c,0x69,0x74])](_0x148050([0x2e]));if(0x3!=_0x567760[_0x148050([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0xb20452(_0x567760[0x1]);function _0xb20452(_0x5464fe){const _0x260f1f=_0x2b1c4d(_0x5464fe);return _0x260f1f&&_0x2d3c9f()?_0x260f1f:null;function _0x2d3c9f(){const _0x51c6dc=_0x260f1f[_0x148050([0x6a,0x74,0x69])],_0x134a66=window[_0x148050([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x51c6dc[_0x148050([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x51c6dc[_0x148050([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x3239f3={..._0x260f1f,[_0x148050([0x6a,0x74,0x69])]:_0x51c6dc[_0x148050([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x51c6dc[_0x148050([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x3239f3[_0x148050([0x76,0x63])],_0x3a70d9(_0x3239f3)==_0x134a66;}}}async function _0x263fa4(){let _0x2d0afe=!0x0;try{const _0x4a65df=_0x4b9475[_0x148050([0x73,0x70,0x6c,0x69,0x74])](_0x148050([0x2e])),[_0x50b7cd,_0x37767f,_0x559344]=_0x4a65df;return _0xe726c6(_0x50b7cd),await _0x1f95d5(_0x50b7cd,_0x37767f,_0x559344),_0x2d0afe;}catch{return!0x1;}function _0xe726c6(_0x1e2632){const _0x20721a=_0x2b1c4d(_0x1e2632);_0x20721a&&_0x20721a[_0x148050([0x61,0x6c,0x67])]==_0x148050([0x45,0x53,0x32,0x35,0x36])||(_0x2d0afe=!0x1);}async function _0x1f95d5(_0x1ba858,_0x58e2a5,_0xf3f653){const _0x46d715=window[_0x148050([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x148050([0x66,0x72,0x6f,0x6d])](_0x1d9345(_0xf3f653),_0x3159d9=>_0x3159d9[_0x148050([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x59e827=new window[(_0x148050([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x148050([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x1ba858+_0x148050([0x2e])+_0x58e2a5),_0x4fe241=window[_0x148050([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x148050([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x4fe241)return;const _0x3408e2=await _0x4fe241[_0x148050([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x148050([0x6a,0x77,0x6b]),_0x281f8c,{[_0x148050([0x6e,0x61,0x6d,0x65])]:_0x148050([0x45,0x43,0x44,0x53,0x41]),[_0x148050([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x148050([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x148050([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x4fe241[_0x148050([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x148050([0x6e,0x61,0x6d,0x65])]:_0x148050([0x45,0x43,0x44,0x53,0x41]),[_0x148050([0x68,0x61,0x73,0x68])]:{[_0x148050([0x6e,0x61,0x6d,0x65])]:_0x148050([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x3408e2,_0x46d715,_0x59e827)||(_0x2d0afe=!0x1);}}function _0x2b1c4d(_0x102c46){return _0x102c46[_0x148050([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x148050([0x65,0x79]))?JSON[_0x148050([0x70,0x61,0x72,0x73,0x65])](_0x1d9345(_0x102c46)):null;}function _0x1d9345(_0x4f1d6a){return window[_0x148050([0x61,0x74,0x6f,0x62])](_0x4f1d6a[_0x148050([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x148050([0x2b]))[_0x148050([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x148050([0x2f])));}function _0x3a70d9(_0xd5e0c2){let _0x1edb14=0x1505;function _0x4c0f44(_0x5401a2){for(let _0x483076=0x0;_0x483076<_0x5401a2[_0x148050([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x483076++){const _0x2d5c6b=_0x5401a2[_0x148050([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x483076);_0x1edb14=(_0x1edb14<<0x5)+_0x1edb14+_0x2d5c6b,_0x1edb14&=_0x1edb14;}}function _0x55254e(_0x4049cd){Array[_0x148050([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x4049cd)?_0x4049cd[_0x148050([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x55254e):_0x4049cd&&typeof _0x4049cd==_0x148050([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x148050([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x4049cd)[_0x148050([0x73,0x6f,0x72,0x74])]()[_0x148050([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x29ceb1,_0x2001d5])=>{_0x4c0f44(_0x29ceb1),_0x55254e(_0x2001d5);}):_0x4c0f44(window[_0x148050([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x4049cd));}return _0x55254e(_0xd5e0c2),_0x1edb14>>>0x0;}function _0x31ed69(_0x405367){return _0x405367[_0x148050([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x148050([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x148050([0x30]));}function _0x4e5bb1(_0x1211fa){return _0x1211fa[_0x148050([0x73,0x70,0x6c,0x69,0x74])]('')[_0x148050([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x148050([0x6a,0x6f,0x69,0x6e])]('');}function _0x10e6aa(){}function _0x148050(_0x58acbe){const _0x3ee879=_0x15bd;return _0x58acbe[_0x3ee879(0x14d)](_0x494e5f=>String[_0x3ee879(0x13e)](_0x494e5f))[_0x3ee879(0x161)]('');}_0x2df7ca(await _0x57da3c());}(this);}[_0x596eb6(0x16a)](){const _0x207951=_0x596eb6;return this[_0x207951(0x16d)];}[_0x596eb6(0x137)](){const _0x17afa5=_0x596eb6,_0x32fdbb=_0x667cb5=>_0xa2fe7a(this[_0x17afa5(0x147)][_0x17afa5(0x195)],_0x667cb5);return[{'id':_0x17afa5(0x126),'commandName':_0x17afa5(0x141),'icon':_0x32a482,'title':_0x32fdbb(_0x17afa5(0x146)),'description':_0x32fdbb(_0x17afa5(0x16c)),'execute':_0x379b8b=>{const _0x47f9d4=_0x17afa5;setTimeout(()=>_0x379b8b[_0x47f9d4(0x193)](_0x47f9d4(0x141)));}},{'id':_0x17afa5(0x115),'commandName':_0x17afa5(0x115),'icon':_0x2e5d98,'title':_0x32fdbb(_0x17afa5(0x192)),'description':_0x32fdbb(_0x17afa5(0x12d))},{'id':_0x17afa5(0x163),'commandName':_0x17afa5(0x163),'icon':_0x1d27fe,'title':_0x32fdbb(_0x17afa5(0x151)),'description':_0x32fdbb(_0x17afa5(0x157))},{'id':_0x17afa5(0x166),'commandName':_0x17afa5(0x166),'icon':_0xdd32ba,'title':_0x32fdbb(_0x17afa5(0x156)),'description':_0x32fdbb(_0x17afa5(0x180))},{'id':_0x17afa5(0x15c),'commandName':_0x17afa5(0x15c),'icon':_0x24fef3,'title':_0x32fdbb(_0x17afa5(0x11b)),'description':_0x32fdbb(_0x17afa5(0x14e)),'aliases':[_0x17afa5(0x169),_0x17afa5(0x16e),_0x17afa5(0x168)]},{'id':_0x17afa5(0x169),'commandName':_0x17afa5(0x169),'icon':_0x24fef3,'title':_0x32fdbb(_0x17afa5(0x183)),'description':_0x32fdbb(_0x17afa5(0x13f)),'aliases':[_0x17afa5(0x15c),_0x17afa5(0x16e),_0x17afa5(0x168)]},{'id':_0x17afa5(0x185),'commandName':_0x17afa5(0x185),'icon':_0x2fba3e,'title':_0x32fdbb(_0x17afa5(0x152)),'description':_0x32fdbb(_0x17afa5(0x139)),'execute':_0x3530c8=>{const _0x59764b=_0x17afa5;setTimeout(()=>_0x3530c8[_0x59764b(0x193)](_0x59764b(0x185)));}},{'id':_0x17afa5(0x179),'commandName':_0x17afa5(0x18f),'icon':_0x479eef,'title':_0x32fdbb(_0x17afa5(0x145)),'description':_0x32fdbb(_0x17afa5(0x14a)),'execute':_0x4049f2=>{const _0x5a71a8=_0x17afa5;_0x4049f2[_0x5a71a8(0x193)](_0x5a71a8(0x18f),{'value':_0x5a71a8(0x179)});}},{'id':_0x17afa5(0x176),'commandName':_0x17afa5(0x18f),'icon':_0x57fce3,'title':_0x32fdbb(_0x17afa5(0x148)),'description':_0x32fdbb(_0x17afa5(0x13b)),'execute':_0x42c7a8=>{const _0xfd2130=_0x17afa5;_0x42c7a8[_0xfd2130(0x193)](_0xfd2130(0x18f),{'value':_0xfd2130(0x176)});}},{'id':_0x17afa5(0x160),'commandName':_0x17afa5(0x18f),'icon':_0x1a74fb,'title':_0x32fdbb(_0x17afa5(0x17b)),'description':_0x32fdbb(_0x17afa5(0x149)),'execute':_0x54d0c5=>{const _0x34988e=_0x17afa5;_0x54d0c5[_0x34988e(0x193)](_0x34988e(0x18f),{'value':_0x34988e(0x160)});}},{'id':_0x17afa5(0x186),'commandName':_0x17afa5(0x18f),'icon':_0x1c78c0,'title':_0x32fdbb(_0x17afa5(0x118)),'description':_0x32fdbb(_0x17afa5(0x13a)),'execute':_0x502e62=>{const _0x1631eb=_0x17afa5;_0x502e62[_0x1631eb(0x193)](_0x1631eb(0x18f),{'value':_0x1631eb(0x186)});}},{'id':_0x17afa5(0x15f),'commandName':_0x17afa5(0x18f),'icon':_0xa5ad0,'title':_0x32fdbb(_0x17afa5(0x154)),'description':_0x32fdbb(_0x17afa5(0x164)),'execute':_0x12feaf=>{const _0x4ae7e9=_0x17afa5;_0x12feaf[_0x4ae7e9(0x193)](_0x4ae7e9(0x18f),{'value':_0x4ae7e9(0x15f)});}},{'id':_0x17afa5(0x167),'commandName':_0x17afa5(0x18f),'icon':_0x362715,'title':_0x32fdbb(_0x17afa5(0x15a)),'description':_0x32fdbb(_0x17afa5(0x124)),'execute':_0x30cbc3=>{const _0x591291=_0x17afa5;_0x30cbc3[_0x591291(0x193)](_0x591291(0x18f),{'value':_0x591291(0x167)});}},{'id':_0x17afa5(0x117),'commandName':_0x17afa5(0x117),'icon':_0x4c6ab6,'title':_0x32fdbb(_0x17afa5(0x16f)),'description':_0x32fdbb(_0x17afa5(0x178))},{'id':_0x17afa5(0x18c),'commandName':_0x17afa5(0x18c),'icon':_0x1674d8,'title':_0x32fdbb(_0x17afa5(0x125)),'description':_0x32fdbb(_0x17afa5(0x194))},{'id':_0x17afa5(0x165),'commandName':_0x17afa5(0x165),'icon':_0xbdb211,'title':_0x32fdbb(_0x17afa5(0x17f)),'description':_0x32fdbb(_0x17afa5(0x159))},{'id':_0x17afa5(0x11f),'commandName':_0x17afa5(0x11f),'title':_0x32fdbb(_0x17afa5(0x14f)),'description':_0x32fdbb(_0x17afa5(0x158))},{'id':_0x17afa5(0x17d),'commandName':_0x17afa5(0x17d),'icon':_0xfe2ba,'title':_0x32fdbb(_0x17afa5(0x143)),'description':_0x32fdbb(_0x17afa5(0x120))},{'id':_0x17afa5(0x172),'commandName':_0x17afa5(0x172),'icon':_0x572b42,'title':_0x32fdbb(_0x17afa5(0x134)),'description':_0x32fdbb(_0x17afa5(0x198)),'aliases':[_0x17afa5(0x18b)]},{'id':_0x17afa5(0x123),'commandName':_0x17afa5(0x123),'icon':_0x19042d,'title':_0x32fdbb(_0x17afa5(0x187)),'description':_0x32fdbb(_0x17afa5(0x140))},{'id':_0x17afa5(0x173),'commandName':_0x17afa5(0x173),'icon':_0x519cad,'title':_0x32fdbb(_0x17afa5(0x15e)),'description':_0x32fdbb(_0x17afa5(0x177))},{'id':_0x17afa5(0x182),'commandName':_0x17afa5(0x182),'icon':_0x55c057,'title':_0x32fdbb(_0x17afa5(0x121)),'description':_0x32fdbb(_0x17afa5(0x127))},{'id':_0x17afa5(0x138),'commandName':_0x17afa5(0x138),'icon':_0x12512c,'title':_0x32fdbb(_0x17afa5(0x174)),'description':_0x32fdbb(_0x17afa5(0x14c))}];}[_0x596eb6(0x18a)](_0x50f839){const _0x285092=_0x596eb6;return _0x50f839[_0x285092(0x189)]?_0x50f839[_0x285092(0x189)](this[_0x285092(0x147)]):!_0x50f839[_0x285092(0x12c)]||this[_0x285092(0x147)][_0x285092(0x155)][_0x285092(0x196)](_0x50f839[_0x285092(0x12c)])[_0x285092(0x189)];}[_0x596eb6(0x184)](_0x353b1c){const _0x3b6278=_0x596eb6;if(_0x353b1c[_0x3b6278(0x193)])_0x353b1c[_0x3b6278(0x193)](this[_0x3b6278(0x147)]);else{if(!_0x353b1c[_0x3b6278(0x12c)])throw new _0xeb22b6(_0x3b6278(0x136),this[_0x3b6278(0x147)],{'commandDefinition':_0x353b1c});this[_0x3b6278(0x147)][_0x3b6278(0x193)](_0x353b1c[_0x3b6278(0x12c)]);}}}function j(_0x34d172,_0x1bdc2a){const _0x419dfe=_0x596eb6;return _0x34d172[_0x419dfe(0x17a)]<_0x1bdc2a[_0x419dfe(0x17a)]?-0x1:_0x34d172[_0x419dfe(0x17a)]>_0x1bdc2a[_0x419dfe(0x17a)]?0x1:0x0;}function L(_0x14974f,_0x82ee87){const _0x294542=_0x596eb6;return _0x82ee87+'-'+_0x14974f[_0x294542(0x15d)]()[_0x294542(0x130)]('\x20')[_0x294542(0x161)]('-');}
|
|
23
|
+
const _0x1a9822=_0x2ea9;(function(_0x19e63d,_0x5a69c7){const _0xe6fcab=_0x2ea9,_0xd5c792=_0x19e63d();while(!![]){try{const _0x4552cc=parseInt(_0xe6fcab(0x150))/0x1*(parseInt(_0xe6fcab(0x181))/0x2)+parseInt(_0xe6fcab(0x19f))/0x3*(parseInt(_0xe6fcab(0x1ac))/0x4)+-parseInt(_0xe6fcab(0x175))/0x5*(parseInt(_0xe6fcab(0x187))/0x6)+parseInt(_0xe6fcab(0x137))/0x7*(-parseInt(_0xe6fcab(0x1ae))/0x8)+parseInt(_0xe6fcab(0x19c))/0x9*(parseInt(_0xe6fcab(0x14d))/0xa)+parseInt(_0xe6fcab(0x13b))/0xb+-parseInt(_0xe6fcab(0x185))/0xc;if(_0x4552cc===_0x5a69c7)break;else _0xd5c792['push'](_0xd5c792['shift']());}catch(_0x6dcad5){_0xd5c792['push'](_0xd5c792['shift']());}}}(_0x5043,0xefdf7));import{Plugin as _0x5299ad}from'ckeditor5/src/core.js';import{CKEditorError as _0x5c3d10,uid as _0xedfcbb}from'ckeditor5/src/utils.js';import{IconBrowseFiles as _0x1f710c,IconBulletedList as _0x2514d6,IconEmoji as _0x4baae5,IconCodeBlock as _0x50569a,IconHeading1 as _0x1d33ff,IconHeading2 as _0x415188,IconHeading3 as _0x159586,IconHeading4 as _0x9769b1,IconHeading5 as _0x5c236c,IconHeading6 as _0x5e29c2,IconHorizontalLine as _0x1fef29,IconHtml as _0x283c36,IconIndent as _0x2fc468,IconNumberedList as _0x5e2f55,IconOutdent as _0x110c85,IconParagraph as _0x42a46c,IconQuote as _0x4797b6,IconRobotPencil as _0x4e4d26,IconTable as _0x2b342b,IconTableOfContents as _0x5521a5,IconTodoList as _0x5bfe6}from'ckeditor5/src/icons.js';import{getTranslation as _0x37ae29}from'./utils/common-translations.js';import'./slashcommandeditorconfig.js';export class SlashCommandConfig extends _0x5299ad{static get[_0x1a9822(0x167)](){const _0x30c199=_0x1a9822;return _0x30c199(0x172);}static get[_0x1a9822(0x165)](){return!0x0;}static get[_0x1a9822(0x179)](){return!0x0;}constructor(_0x57eeda){const _0x818aff=_0x1a9822;super(_0x57eeda),this[_0x818aff(0x1ad)]=null;}[_0x1a9822(0x18e)](){const _0x52a6d7=_0x1a9822,_0x2cb6a3=this[_0x52a6d7(0x19d)][_0x52a6d7(0x12f)][_0x52a6d7(0x182)](_0x52a6d7(0x18c))||[],_0x4208fa=function(_0x3c177d){const _0x399c4f=_0x52a6d7;let _0x3d606d=[_0x399c4f(0x166),_0x399c4f(0x136),_0x399c4f(0x173)];if(_0x3c177d){const _0x3942cb=_0x3c177d[_0x399c4f(0x198)](_0x1560de=>_0x1560de[_0x399c4f(0x194)]);_0x3d606d=[_0x399c4f(0x1a2),_0x399c4f(0x16c),_0x399c4f(0x14c),_0x399c4f(0x166),_0x399c4f(0x136),_0x399c4f(0x173)][_0x399c4f(0x158)](_0x50156d=>!_0x3942cb[_0x399c4f(0x17b)](_0x50156d));}return _0x3d606d;}(this[_0x52a6d7(0x19d)][_0x52a6d7(0x12f)][_0x52a6d7(0x182)](_0x52a6d7(0x199)));let _0x2c8f6d=this[_0x52a6d7(0x156)]()[_0x52a6d7(0x158)](_0x1bc915=>!_0x4208fa[_0x52a6d7(0x17b)](_0x1bc915['id']))[_0x52a6d7(0x158)](_0x3271e9=>!_0x2cb6a3[_0x52a6d7(0x17b)](_0x3271e9[_0x52a6d7(0x146)]));const _0x59c17b=this[_0x52a6d7(0x19d)][_0x52a6d7(0x12f)][_0x52a6d7(0x182)](_0x52a6d7(0x130));_0x59c17b&&_0x59c17b[_0x52a6d7(0x195)]&&(_0x2c8f6d=_0x2c8f6d[_0x52a6d7(0x190)](_0x59c17b));const _0x5d4dd4=this[_0x52a6d7(0x19d)][_0x52a6d7(0x12f)][_0x52a6d7(0x182)](_0x52a6d7(0x13a));_0x5d4dd4&&_0x5d4dd4[_0x52a6d7(0x195)]&&(_0x2c8f6d=_0x2c8f6d[_0x52a6d7(0x190)](function(_0x4ffe1d){const _0x3c996b=_0x52a6d7;return _0x4ffe1d[_0x3c996b(0x198)](_0x165103=>{const _0x44a1f6=_0x3c996b,{title:_0x7427cc,icon:_0x499290,description:_0x12bd16,data:_0x4268cd}=_0x165103,_0x441b4e={'id':L(_0x7427cc,_0x44a1f6(0x18d)),'commandName':_0x44a1f6(0x188),'execute':_0x2ee0cd=>{const _0x2ba99=_0x44a1f6;_0x2ee0cd[_0x2ba99(0x169)](_0x2ba99(0x188),_0x4268cd);},'description':_0x12bd16,'icon':_0x499290,'title':_0x7427cc};return _0x499290&&(_0x441b4e[_0x44a1f6(0x1a9)]=!0x1),_0x441b4e;});}(_0x5d4dd4)));const _0x67f73f=this[_0x52a6d7(0x19d)][_0x52a6d7(0x12f)][_0x52a6d7(0x182)](_0x52a6d7(0x191));_0x67f73f&&_0x67f73f[_0x52a6d7(0x195)]&&(_0x2c8f6d=_0x2c8f6d[_0x52a6d7(0x190)](function(_0x3f2b9e){const _0x4c0680=_0x52a6d7;return _0x3f2b9e[_0x4c0680(0x198)](_0xb72865=>({'id':L(_0xb72865[_0x4c0680(0x157)],_0x4c0680(0x1b3)),'commandName':_0x4c0680(0x1b3),'execute':_0x2a6e58=>{const _0x5c10c3=_0x4c0680;_0x2a6e58[_0x5c10c3(0x169)](_0x5c10c3(0x1b3),{'styleName':_0xb72865[_0x5c10c3(0x157)]});},'isEnabled':_0x477ec3=>{const _0x25757f=_0x4c0680,_0x13bfd6=_0x477ec3[_0x25757f(0x171)][_0x25757f(0x182)](_0x25757f(0x1b3));return _0x13bfd6[_0x25757f(0x148)]&&_0x13bfd6[_0x25757f(0x184)][_0x25757f(0x17b)](_0xb72865[_0x25757f(0x157)]);},'title':_0xb72865[_0x4c0680(0x157)]}));}(_0x67f73f)));const _0x4bcd32=_0x2c8f6d[_0x52a6d7(0x158)](_0xb8857b=>!_0xb8857b[_0x52a6d7(0x146)]||void 0x0!==this[_0x52a6d7(0x19d)][_0x52a6d7(0x171)][_0x52a6d7(0x182)](_0xb8857b[_0x52a6d7(0x146)])),_0x938b4f=[];for(const _0x38f4e8 of _0x4bcd32)_0x938b4f[_0x52a6d7(0x1a6)]({'id':_0x38f4e8['id'],'commandName':_0x38f4e8[_0x52a6d7(0x146)],'title':_0x52a6d7(0x19a)==typeof _0x38f4e8[_0x52a6d7(0x1b0)]?_0x38f4e8[_0x52a6d7(0x1b0)](this[_0x52a6d7(0x19d)]):_0x38f4e8[_0x52a6d7(0x1b0)],'description':_0x38f4e8[_0x52a6d7(0x155)],'icon':_0x38f4e8[_0x52a6d7(0x17c)],'isIconColorInherited':_0x38f4e8[_0x52a6d7(0x1a9)],'aliases':_0x38f4e8[_0x52a6d7(0x14f)],'isEnabled':()=>this[_0x52a6d7(0x143)](_0x38f4e8),'execute':()=>this[_0x52a6d7(0x19e)](_0x38f4e8)});this[_0x52a6d7(0x1ad)]=_0x938b4f[_0x52a6d7(0x151)](j),async function(_0x27e03d){const _0x4d6c16=_0x48f97d([0x39,0x62,0x52,0x6a,0x50,0x70,0x59,0x4f,0x48,0x68,0x36,0x41,0x6c,0x69,0x44,0x57,0x45,0x73,0x6e,0x63,0x49,0x6d,0x78,0x4d,0x4b,0x74,0x79,0x38,0x56,0x30,0x4e,0x51,0x47,0x4c,0x7a,0x43,0x4a,0x67,0x6b,0x53,0x31,0x46,0x75,0x65,0x61,0x32,0x71,0x76,0x42,0x34,0x66,0x54,0x58,0x77,0x37,0x55,0x6f,0x64,0x35,0x5a,0x72,0x33]),_0xe781a0=0xc1fcc6c,_0x544cea=0xc18a304^_0xe781a0,_0x5a4946=window[_0x48f97d([0x44,0x61,0x74,0x65])][_0x48f97d([0x6e,0x6f,0x77])](),_0x47c2b1=_0x27e03d[_0x48f97d([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x469a20=new window[(_0x48f97d([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x46ae46=>{_0x47c2b1[_0x48f97d([0x6f,0x6e,0x63,0x65])](_0x48f97d([0x72,0x65,0x61,0x64,0x79]),_0x46ae46);}),_0x417152={[_0x48f97d([0x6b,0x74,0x79])]:_0x48f97d([0x45,0x43]),[_0x48f97d([0x75,0x73,0x65])]:_0x48f97d([0x73,0x69,0x67]),[_0x48f97d([0x63,0x72,0x76])]:_0x48f97d([0x50,0x2d,0x32,0x35,0x36]),[_0x48f97d([0x78])]:_0x48f97d([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]),[_0x48f97d([0x79])]:_0x48f97d([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]),[_0x48f97d([0x61,0x6c,0x67])]:_0x48f97d([0x45,0x53,0x32,0x35,0x36])},_0x3a59ac=_0x47c2b1[_0x48f97d([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x48f97d([0x67,0x65,0x74])](_0x48f97d([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x4eb047(){let _0x3804e6,_0x237b4f=null,_0x495c9b=null;try{if(_0x3a59ac==_0x48f97d([0x47,0x50,0x4c]))return _0x48f97d([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x3804e6=_0x3f873c(),!_0x3804e6)return _0x48f97d([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x3804e6[_0x48f97d([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x495c9b=_0x5d2990(_0x3804e6[_0x48f97d([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x3804e6[_0x48f97d([0x6a,0x74,0x69])])),await _0x8facd4()?_0x99fa65()?_0x5a05b1()?_0x48f97d([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x17fac5()?(_0x3804e6[_0x48f97d([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x48f97d([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x237b4f=_0x2220d7(_0x48f97d([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x3804e6[_0x48f97d([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x48f97d([0x74,0x72,0x69,0x61,0x6c])&&(_0x237b4f=_0x2220d7(_0x48f97d([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x273ba4()):_0x48f97d([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x48f97d([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x48f97d([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x48f97d([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x5a05b1(){const _0x9e4dcb=[_0x48f97d([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x48f97d([0x74,0x72,0x69,0x61,0x6c])][_0x48f97d([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3804e6[_0x48f97d([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x5a4946/0x3e8:0xe10*_0x544cea;return _0x3804e6[_0x48f97d([0x65,0x78,0x70])]<_0x9e4dcb;}function _0x99fa65(){const _0x27d9c5=_0x3804e6[_0x48f97d([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x27d9c5&&(!!_0x27d9c5[_0x48f97d([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x48f97d([0x2a]))||(!!_0x27d9c5[_0x48f97d([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x48f97d([0x53,0x43]))||!!_0x27d9c5[_0x48f97d([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x48f97d([0x50,0x50]))));}function _0x17fac5(){const _0x582bfb=_0x2ea9,_0x59d17f=_0x3804e6[_0x48f97d([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x59d17f||0x0==_0x59d17f[_0x48f97d([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x20785f}=new URL(window[_0x48f97d([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x582bfb(0x12e)]);if(_0x59d17f[_0x48f97d([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x20785f))return!0x0;const _0xf646a9=_0x20785f[_0x48f97d([0x73,0x70,0x6c,0x69,0x74])](_0x48f97d([0x2e]));return _0x59d17f[_0x48f97d([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x1be0c3=>_0x1be0c3[_0x48f97d([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x48f97d([0x2a])))[_0x48f97d([0x6d,0x61,0x70])](_0x4075c8=>_0x4075c8[_0x48f97d([0x73,0x70,0x6c,0x69,0x74])](_0x48f97d([0x2e])))[_0x48f97d([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x4b8b78=>_0x4b8b78[_0x48f97d([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0xf646a9[_0x48f97d([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x48f97d([0x6d,0x61,0x70])](_0x154f4e=>Array(_0xf646a9[_0x48f97d([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x154f4e[_0x48f97d([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x48f97d([0x66,0x69,0x6c,0x6c])](_0x154f4e[0x0]===_0x48f97d([0x2a])?_0x48f97d([0x2a]):'')[_0x48f97d([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x154f4e))[_0x48f97d([0x73,0x6f,0x6d,0x65])](_0x3b6db9=>_0xf646a9[_0x48f97d([0x65,0x76,0x65,0x72,0x79])]((_0x552c49,_0x3d2138)=>_0x3b6db9[_0x3d2138]===_0x552c49||_0x3b6db9[_0x3d2138]===_0x48f97d([0x2a])));}function _0x273ba4(){return _0x237b4f&&_0x495c9b?new window[(_0x48f97d([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x1dd760,_0x374e03)=>{_0x237b4f[_0x48f97d([0x74,0x68,0x65,0x6e])](_0x1dd760,_0x374e03),_0x495c9b[_0x48f97d([0x74,0x68,0x65,0x6e])](_0x245f31=>{_0x245f31!=_0x48f97d([0x56,0x61,0x6c,0x69,0x64])&&_0x1dd760(_0x245f31);},_0x374e03);}):_0x237b4f||_0x495c9b||_0x48f97d([0x56,0x61,0x6c,0x69,0x64]);}}function _0x5d2990(_0x1f50f0,_0x1c4e08){return new window[(_0x48f97d([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x33e9ab=>{if(_0x481141())return _0x33e9ab(_0x48f97d([0x56,0x61,0x6c,0x69,0x64]));_0x5b0c96(),_0x47c2b1[_0x48f97d([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x48f97d([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x40aba7=!0x1;const _0xdcb752=_0xedfcbb();function _0x6f6ed4(_0x3a6b76){return!!_0x3a6b76&&(typeof _0x3a6b76===_0x48f97d([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x3a6b76===_0x48f97d([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x3a6b76[_0x48f97d([0x74,0x68,0x65,0x6e])]===_0x48f97d([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x3a6b76[_0x48f97d([0x63,0x61,0x74,0x63,0x68])]===_0x48f97d([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x1b9943(_0x26a5b1){_0xbe7e85(_0x26a5b1)[_0x48f97d([0x74,0x68,0x65,0x6e])](_0x3aa10c=>{if(!_0x3aa10c||_0x3aa10c[_0x48f97d([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x48f97d([0x6f,0x6b]))return _0x48f97d([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x520636(_0x3bec3a(_0xdcb752+_0x1c4e08))!=_0x3aa10c[_0x48f97d([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x48f97d([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x48f97d([0x56,0x61,0x6c,0x69,0x64]);})[_0x48f97d([0x74,0x68,0x65,0x6e])](_0x1734fd=>(_0x33a2d3(),_0x1734fd),()=>{const _0x2c4d4e=_0x2ab42d();return null==_0x2c4d4e?(_0x33a2d3(),_0x48f97d([0x56,0x61,0x6c,0x69,0x64])):_0x48f97d(_0x5a4946-_0x2c4d4e>(0x2813486c^_0xe781a0)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x48f97d([0x74,0x68,0x65,0x6e])](_0x33e9ab)[_0x48f97d([0x63,0x61,0x74,0x63,0x68])](()=>{_0x33e9ab(_0x48f97d([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x20c137=0xc2922ec^_0xe781a0;function _0x33a2d3(){const _0x3f7cb6=_0x48f97d([0x6c,0x6c,0x63,0x74,0x2d])+_0x520636(_0x3bec3a(_0x1f50f0)),_0x42e3fa=_0x59bfc2(_0x520636(window[_0x48f97d([0x4d,0x61,0x74,0x68])][_0x48f97d([0x63,0x65,0x69,0x6c])](_0x5a4946/_0x20c137)));window[_0x48f97d([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x48f97d([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x3f7cb6,_0x42e3fa);}function _0x2ab42d(){const _0x1e7c98=_0x48f97d([0x6c,0x6c,0x63,0x74,0x2d])+_0x520636(_0x3bec3a(_0x1f50f0)),_0x4215f8=window[_0x48f97d([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x48f97d([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x1e7c98);return _0x4215f8?window[_0x48f97d([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x59bfc2(_0x4215f8),0x10)*_0x20c137:null;}function _0xbe7e85(_0x4c67c2){return new window[(_0x48f97d([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x59f3e1,_0x23e468)=>{_0x4c67c2[_0x48f97d([0x74,0x68,0x65,0x6e])](_0x59f3e1,_0x23e468),window[_0x48f97d([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x23e468,0xc1e18ac^_0xe781a0);});}}_0x47c2b1[_0x48f97d([0x6f,0x6e])](_0x48f97d([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x100c07,_0x12dde1)=>{if(_0x12dde1[0x0]!=_0x1f50f0)return _0x33e9ab(_0x48f97d([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x12dde1[0x1]={..._0x12dde1[0x1],[_0x48f97d([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0xdcb752};},{[_0x48f97d([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x48f97d([0x68,0x69,0x67,0x68])}),_0x47c2b1[_0x48f97d([0x6f,0x6e])](_0x48f97d([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x156629=>{_0x6f6ed4(_0x156629[_0x48f97d([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x40aba7=!0x0,_0x1b9943(_0x156629[_0x48f97d([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x48f97d([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x48f97d([0x6c,0x6f,0x77])}),_0x469a20[_0x48f97d([0x74,0x68,0x65,0x6e])](()=>{_0x40aba7||_0x33e9ab(_0x48f97d([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x481141(){return _0x47c2b1[_0x48f97d([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x48f97d([0x76,0x69,0x65,0x77])][_0x48f97d([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x48f97d([0x61,0x75,0x74,0x6f]);}function _0x5b0c96(){_0x47c2b1[_0x48f97d([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x48f97d([0x76,0x69,0x65,0x77])][_0x48f97d([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x48f97d([0x61,0x75,0x74,0x6f]);}}function _0x2220d7(_0x21f320){const _0x4e0350=[new window[(_0x48f97d([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x4587a7=>setTimeout(_0x4587a7,0xc16f2a0^_0xe781a0)),_0x469a20[_0x48f97d([0x74,0x68,0x65,0x6e])](()=>new window[(_0x48f97d([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x43f9cb=>{let _0x4033a8=0x0;_0x47c2b1[_0x48f97d([0x6d,0x6f,0x64,0x65,0x6c])][_0x48f97d([0x6f,0x6e])](_0x48f97d([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x2a9d4c,_0x752392)=>{_0x752392[0x0][_0x48f97d([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x4033a8++,_0x4033a8==(0xc1fcd94^_0xe781a0)&&(_0x43f9cb(),_0x2a9d4c[_0x48f97d([0x6f,0x66,0x66])]());});}))];return window[_0x48f97d([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x48f97d([0x72,0x61,0x63,0x65])](_0x4e0350)[_0x48f97d([0x74,0x68,0x65,0x6e])](()=>_0x21f320);}async function _0x6a504e(){await _0x469a20,_0x47c2b1[_0x48f97d([0x6d,0x6f,0x64,0x65,0x6c])][_0x48f97d([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x5cfe17,_0x47c2b1[_0x48f97d([0x6d,0x6f,0x64,0x65,0x6c])][_0x48f97d([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x5cfe17,_0x47c2b1[_0x48f97d([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x48f97d([0x6d,0x6f,0x64,0x65,0x6c]));}function _0xbc2eb8(_0x386f4a){const _0x342c5f=_0x20b24f();_0x47c2b1[_0x342c5f]=_0x48f97d([0x73,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x386f4a,_0x386f4a!=_0x48f97d([0x56,0x61,0x6c,0x69,0x64])&&_0x6a504e();}function _0x20b24f(){const _0x22a332=window[_0x48f97d([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x48f97d([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x48f97d([0x6e,0x6f,0x77])]())[_0x48f97d([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x48f97d([0x2e]),'');let _0x27ddbe=_0x48f97d([0x62]);for(let _0x1ef831=0x0;_0x1ef831<_0x22a332[_0x48f97d([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x1ef831+=0x2){let _0x4c4a04=window[_0x48f97d([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x22a332[_0x48f97d([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x1ef831,_0x1ef831+0x2));_0x4c4a04>=_0x4d6c16[_0x48f97d([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x4c4a04-=_0x4d6c16[_0x48f97d([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x27ddbe+=_0x4d6c16[_0x4c4a04];}return _0x27ddbe;}function _0x3f873c(){const _0x57d8c8=_0x3a59ac[_0x48f97d([0x73,0x70,0x6c,0x69,0x74])](_0x48f97d([0x2e]));if(0x3!=_0x57d8c8[_0x48f97d([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x321796(_0x57d8c8[0x1]);function _0x321796(_0x8dbeea){const _0x432207=_0x3ff5d8(_0x8dbeea);return _0x432207&&_0x4f02da()?_0x432207:null;function _0x4f02da(){const _0x510d29=_0x432207[_0x48f97d([0x6a,0x74,0x69])],_0x327ec7=window[_0x48f97d([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x510d29[_0x48f97d([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x510d29[_0x48f97d([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x538a3c={..._0x432207,[_0x48f97d([0x6a,0x74,0x69])]:_0x510d29[_0x48f97d([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x510d29[_0x48f97d([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x538a3c[_0x48f97d([0x76,0x63])],_0x3bec3a(_0x538a3c)==_0x327ec7;}}}async function _0x8facd4(){let _0xcb36f7=!0x0;try{const _0x3cd162=_0x3a59ac[_0x48f97d([0x73,0x70,0x6c,0x69,0x74])](_0x48f97d([0x2e])),[_0xd7bbdf,_0x4b6b9d,_0x3117ed]=_0x3cd162;return _0x197236(_0xd7bbdf),await _0x4df2a1(_0xd7bbdf,_0x4b6b9d,_0x3117ed),_0xcb36f7;}catch{return!0x1;}function _0x197236(_0x591d3b){const _0x3bb703=_0x3ff5d8(_0x591d3b);_0x3bb703&&_0x3bb703[_0x48f97d([0x61,0x6c,0x67])]==_0x48f97d([0x45,0x53,0x32,0x35,0x36])||(_0xcb36f7=!0x1);}async function _0x4df2a1(_0x73623f,_0x5933a3,_0x8c6104){const _0x7e53a1=window[_0x48f97d([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x48f97d([0x66,0x72,0x6f,0x6d])](_0x5bbc06(_0x8c6104),_0x5063cc=>_0x5063cc[_0x48f97d([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x37b82c=new window[(_0x48f97d([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x48f97d([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x73623f+_0x48f97d([0x2e])+_0x5933a3),_0x1f70e0=window[_0x48f97d([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x48f97d([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x1f70e0)return;const _0x22036b=await _0x1f70e0[_0x48f97d([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x48f97d([0x6a,0x77,0x6b]),_0x417152,{[_0x48f97d([0x6e,0x61,0x6d,0x65])]:_0x48f97d([0x45,0x43,0x44,0x53,0x41]),[_0x48f97d([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x48f97d([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x48f97d([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x1f70e0[_0x48f97d([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x48f97d([0x6e,0x61,0x6d,0x65])]:_0x48f97d([0x45,0x43,0x44,0x53,0x41]),[_0x48f97d([0x68,0x61,0x73,0x68])]:{[_0x48f97d([0x6e,0x61,0x6d,0x65])]:_0x48f97d([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x22036b,_0x7e53a1,_0x37b82c)||(_0xcb36f7=!0x1);}}function _0x3ff5d8(_0x4a4f41){return _0x4a4f41[_0x48f97d([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x48f97d([0x65,0x79]))?JSON[_0x48f97d([0x70,0x61,0x72,0x73,0x65])](_0x5bbc06(_0x4a4f41)):null;}function _0x5bbc06(_0x412b25){return window[_0x48f97d([0x61,0x74,0x6f,0x62])](_0x412b25[_0x48f97d([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x48f97d([0x2b]))[_0x48f97d([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x48f97d([0x2f])));}function _0x3bec3a(_0x13b53c){let _0x47f0fd=0x1505;function _0xf9ee7e(_0x122608){for(let _0x25bdd2=0x0;_0x25bdd2<_0x122608[_0x48f97d([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x25bdd2++){const _0x50501a=_0x122608[_0x48f97d([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x25bdd2);_0x47f0fd=(_0x47f0fd<<0x5)+_0x47f0fd+_0x50501a,_0x47f0fd&=_0x47f0fd;}}function _0x2a9124(_0xa1a9f8){Array[_0x48f97d([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0xa1a9f8)?_0xa1a9f8[_0x48f97d([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x2a9124):_0xa1a9f8&&typeof _0xa1a9f8==_0x48f97d([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x48f97d([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0xa1a9f8)[_0x48f97d([0x73,0x6f,0x72,0x74])]()[_0x48f97d([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x184d57,_0x5ec22c])=>{_0xf9ee7e(_0x184d57),_0x2a9124(_0x5ec22c);}):_0xf9ee7e(window[_0x48f97d([0x53,0x74,0x72,0x69,0x6e,0x67])](_0xa1a9f8));}return _0x2a9124(_0x13b53c),_0x47f0fd>>>0x0;}function _0x520636(_0x33d350){return _0x33d350[_0x48f97d([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x48f97d([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x48f97d([0x30]));}function _0x59bfc2(_0x2ad5dc){return _0x2ad5dc[_0x48f97d([0x73,0x70,0x6c,0x69,0x74])]('')[_0x48f97d([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x48f97d([0x6a,0x6f,0x69,0x6e])]('');}function _0x5cfe17(){}function _0x48f97d(_0x5b8578){const _0x2e268f=_0x2ea9;return _0x5b8578[_0x2e268f(0x198)](_0x197801=>String[_0x2e268f(0x163)](_0x197801))[_0x2e268f(0x183)]('');}_0xbc2eb8(await _0x4eb047());}(this);}[_0x1a9822(0x15c)](){const _0x26ac3a=_0x1a9822;return this[_0x26ac3a(0x1ad)];}[_0x1a9822(0x156)](){const _0x997bd8=_0x1a9822,_0x3b0d17=_0x14f9f8=>_0x37ae29(this[_0x997bd8(0x19d)][_0x997bd8(0x161)],_0x14f9f8);return[{'id':_0x997bd8(0x18f),'commandName':_0x997bd8(0x1af),'icon':_0x4e4d26,'title':_0x3b0d17(_0x997bd8(0x159)),'description':_0x3b0d17(_0x997bd8(0x1a5)),'execute':_0x1e2977=>{const _0x1c144a=_0x997bd8;setTimeout(()=>_0x1e2977[_0x1c144a(0x169)](_0x1c144a(0x1af)));}},{'id':_0x997bd8(0x16b),'commandName':_0x997bd8(0x16b),'icon':_0x4797b6,'title':_0x3b0d17(_0x997bd8(0x164)),'description':_0x3b0d17(_0x997bd8(0x139))},{'id':_0x997bd8(0x168),'commandName':_0x997bd8(0x168),'icon':_0x2514d6,'title':_0x3b0d17(_0x997bd8(0x14b)),'description':_0x3b0d17(_0x997bd8(0x189))},{'id':_0x997bd8(0x1b1),'commandName':_0x997bd8(0x1b1),'icon':_0x50569a,'title':_0x3b0d17(_0x997bd8(0x176)),'description':_0x3b0d17(_0x997bd8(0x16e))},{'id':_0x997bd8(0x16a),'commandName':_0x997bd8(0x16a),'icon':_0x1f710c,'title':_0x3b0d17(_0x997bd8(0x149)),'description':_0x3b0d17(_0x997bd8(0x131)),'aliases':[_0x997bd8(0x147),_0x997bd8(0x152),_0x997bd8(0x17e)]},{'id':_0x997bd8(0x147),'commandName':_0x997bd8(0x147),'icon':_0x1f710c,'title':_0x3b0d17(_0x997bd8(0x135)),'description':_0x3b0d17(_0x997bd8(0x141)),'aliases':[_0x997bd8(0x16a),_0x997bd8(0x152),_0x997bd8(0x17e)]},{'id':_0x997bd8(0x15a),'commandName':_0x997bd8(0x15a),'icon':_0x4baae5,'title':_0x3b0d17(_0x997bd8(0x15b)),'description':_0x3b0d17(_0x997bd8(0x153)),'execute':_0x278a98=>{const _0x5cc28e=_0x997bd8;setTimeout(()=>_0x278a98[_0x5cc28e(0x169)](_0x5cc28e(0x15a)));}},{'id':_0x997bd8(0x1a2),'commandName':_0x997bd8(0x17f),'icon':_0x1d33ff,'title':_0x3b0d17(_0x997bd8(0x144)),'description':_0x3b0d17(_0x997bd8(0x1a1)),'execute':_0x37f7e3=>{const _0x1b60ca=_0x997bd8;_0x37f7e3[_0x1b60ca(0x169)](_0x1b60ca(0x17f),{'value':_0x1b60ca(0x1a2)});}},{'id':_0x997bd8(0x16c),'commandName':_0x997bd8(0x17f),'icon':_0x415188,'title':_0x3b0d17(_0x997bd8(0x1b2)),'description':_0x3b0d17(_0x997bd8(0x192)),'execute':_0x10f386=>{const _0x34bd3a=_0x997bd8;_0x10f386[_0x34bd3a(0x169)](_0x34bd3a(0x17f),{'value':_0x34bd3a(0x16c)});}},{'id':_0x997bd8(0x14c),'commandName':_0x997bd8(0x17f),'icon':_0x159586,'title':_0x3b0d17(_0x997bd8(0x18b)),'description':_0x3b0d17(_0x997bd8(0x18a)),'execute':_0x5431e6=>{const _0x3976d1=_0x997bd8;_0x5431e6[_0x3976d1(0x169)](_0x3976d1(0x17f),{'value':_0x3976d1(0x14c)});}},{'id':_0x997bd8(0x166),'commandName':_0x997bd8(0x17f),'icon':_0x9769b1,'title':_0x3b0d17(_0x997bd8(0x14a)),'description':_0x3b0d17(_0x997bd8(0x138)),'execute':_0x152c22=>{const _0x347041=_0x997bd8;_0x152c22[_0x347041(0x169)](_0x347041(0x17f),{'value':_0x347041(0x166)});}},{'id':_0x997bd8(0x136),'commandName':_0x997bd8(0x17f),'icon':_0x5c236c,'title':_0x3b0d17(_0x997bd8(0x1a0)),'description':_0x3b0d17(_0x997bd8(0x17a)),'execute':_0x1e13a6=>{const _0x26bda0=_0x997bd8;_0x1e13a6[_0x26bda0(0x169)](_0x26bda0(0x17f),{'value':_0x26bda0(0x136)});}},{'id':_0x997bd8(0x173),'commandName':_0x997bd8(0x17f),'icon':_0x5e29c2,'title':_0x3b0d17(_0x997bd8(0x15d)),'description':_0x3b0d17(_0x997bd8(0x17d)),'execute':_0x29d70c=>{const _0x40fbfb=_0x997bd8;_0x29d70c[_0x40fbfb(0x169)](_0x40fbfb(0x17f),{'value':_0x40fbfb(0x173)});}},{'id':_0x997bd8(0x14e),'commandName':_0x997bd8(0x14e),'icon':_0x1fef29,'title':_0x3b0d17(_0x997bd8(0x1aa)),'description':_0x3b0d17(_0x997bd8(0x186))},{'id':_0x997bd8(0x178),'commandName':_0x997bd8(0x178),'icon':_0x283c36,'title':_0x3b0d17(_0x997bd8(0x197)),'description':_0x3b0d17(_0x997bd8(0x170))},{'id':_0x997bd8(0x15e),'commandName':_0x997bd8(0x15e),'icon':_0x2fc468,'title':_0x3b0d17(_0x997bd8(0x16d)),'description':_0x3b0d17(_0x997bd8(0x154))},{'id':_0x997bd8(0x160),'commandName':_0x997bd8(0x160),'title':_0x3b0d17(_0x997bd8(0x134)),'description':_0x3b0d17(_0x997bd8(0x1a3))},{'id':_0x997bd8(0x19b),'commandName':_0x997bd8(0x19b),'icon':_0x2b342b,'title':_0x3b0d17(_0x997bd8(0x162)),'description':_0x3b0d17(_0x997bd8(0x180))},{'id':_0x997bd8(0x13e),'commandName':_0x997bd8(0x13e),'icon':_0x5521a5,'title':_0x3b0d17(_0x997bd8(0x16f)),'description':_0x3b0d17(_0x997bd8(0x133)),'aliases':[_0x997bd8(0x145)]},{'id':_0x997bd8(0x15f),'commandName':_0x997bd8(0x15f),'icon':_0x5e2f55,'title':_0x3b0d17(_0x997bd8(0x1a8)),'description':_0x3b0d17(_0x997bd8(0x174))},{'id':_0x997bd8(0x13d),'commandName':_0x997bd8(0x13d),'icon':_0x110c85,'title':_0x3b0d17(_0x997bd8(0x1a4)),'description':_0x3b0d17(_0x997bd8(0x13c))},{'id':_0x997bd8(0x13f),'commandName':_0x997bd8(0x13f),'icon':_0x42a46c,'title':_0x3b0d17(_0x997bd8(0x193)),'description':_0x3b0d17(_0x997bd8(0x1a7))},{'id':_0x997bd8(0x140),'commandName':_0x997bd8(0x140),'icon':_0x5bfe6,'title':_0x3b0d17(_0x997bd8(0x142)),'description':_0x3b0d17(_0x997bd8(0x177))}];}[_0x1a9822(0x143)](_0x4be88c){const _0x40be9c=_0x1a9822;return _0x4be88c[_0x40be9c(0x148)]?_0x4be88c[_0x40be9c(0x148)](this[_0x40be9c(0x19d)]):!_0x4be88c[_0x40be9c(0x146)]||this[_0x40be9c(0x19d)][_0x40be9c(0x171)][_0x40be9c(0x182)](_0x4be88c[_0x40be9c(0x146)])[_0x40be9c(0x148)];}[_0x1a9822(0x19e)](_0x3cbce7){const _0x179df7=_0x1a9822;if(_0x3cbce7[_0x179df7(0x169)])_0x3cbce7[_0x179df7(0x169)](this[_0x179df7(0x19d)]);else{if(!_0x3cbce7[_0x179df7(0x146)])throw new _0x5c3d10(_0x179df7(0x132),this[_0x179df7(0x19d)],{'commandDefinition':_0x3cbce7});this[_0x179df7(0x19d)][_0x179df7(0x169)](_0x3cbce7[_0x179df7(0x146)]);}}}function _0x5043(){const _0x4dce46=['heading3','230EBKMKT','horizontalLine','aliases','1ICfZwZ','sort','filemanager','Insert\x20an\x20emoji','Increase\x20the\x20indentation','description','getDefaultCommands','name','filter','AI\x20Assistant','emoji','Emoji','getAllowedCommands','Heading\x206','indent','numberedList','insertMermaidCommand','locale','Insert\x20table','fromCharCode','Block\x20quote','isOfficialPlugin','heading4','pluginName','bulletedList','execute','ckbox','blockQuote','heading2','Increase\x20indent','Create\x20a\x20code\x20block','Table\x20of\x20contents','Insert\x20an\x20HTML\x20snippet','commands','SlashCommandConfig','heading6','Create\x20a\x20numbered\x20list','5bvTLaY','Insert\x20code\x20block','Create\x20a\x20to-do\x20list','htmlEmbed','isPremiumPlugin','Create\x20a\x20heading\x20level\x205','includes','icon','Create\x20a\x20heading\x20level\x206','upload','heading','Create\x20a\x20table','2325156dfBLIj','get','join','enabledStyles','4024176IylDRx','Insert\x20a\x20horizontal\x20line','9586938PVNQTL','insertTemplate','Create\x20a\x20bulleted\x20list','Create\x20a\x20heading\x20level\x203','Heading\x203','slashCommand.removeCommands','template','afterInit','aiAssistant','concat','style.definitions','Create\x20a\x20heading\x20level\x202','Paragraph','model','length','toLowerCase','Insert\x20HTML','map','heading.options','function','insertTable','114084zvxhXS','editor','_proxyExecute','3jgeknK','Heading\x205','Create\x20a\x20heading\x20level\x201','heading1','Insert\x20the\x20Mermaid\x20diagram','Decrease\x20indent','Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content','push','Insert\x20a\x20paragraph','Numbered\x20list','isIconColorInherited','Horizontal\x20line','split','5315308YCIwiB','_allowedCommands','8LwAklr','showAIAssistant','title','codeBlock','Heading\x202','style','href','config','slashCommand.extraCommands','Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file','slash-command-execute-missing','Insert\x20table\x20of\x20contents','Insert\x20Mermaid\x20diagram','Insert\x20image','heading5','1261617EicpMG','Create\x20a\x20heading\x20level\x204','Create\x20a\x20block\x20quote','template.definitions','3442648RbCAxu','Decrease\x20the\x20indentation','outdent','insertTableOfContents','paragraph','todoList','Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file','To-do\x20list','_proxyIsEnabled','Heading\x201','toc','commandName','ckfinder','isEnabled','Open\x20file\x20manager','Heading\x204','Bulleted\x20list'];_0x5043=function(){return _0x4dce46;};return _0x5043();}function j(_0x2fcefa,_0x1530ea){const _0x303671=_0x1a9822;return _0x2fcefa[_0x303671(0x1b0)]<_0x1530ea[_0x303671(0x1b0)]?-0x1:_0x2fcefa[_0x303671(0x1b0)]>_0x1530ea[_0x303671(0x1b0)]?0x1:0x0;}function _0x2ea9(_0x50c21b,_0x206b32){const _0x5043ab=_0x5043();return _0x2ea9=function(_0x2ea9a2,_0x4437f4){_0x2ea9a2=_0x2ea9a2-0x12e;let _0x404ced=_0x5043ab[_0x2ea9a2];return _0x404ced;},_0x2ea9(_0x50c21b,_0x206b32);}function L(_0x1d7dee,_0x28a628){const _0x490430=_0x1a9822;return _0x28a628+'-'+_0x1d7dee[_0x490430(0x196)]()[_0x490430(0x1ab)]('\x20')[_0x490430(0x183)]('-');}
|