@ckeditor/ckeditor5-slash-command 46.0.0-alpha.7 → 46.0.0-alpha.8
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 o={};if(a)for(var s=0;s<this.length;s++){var c=this[s][0];null!=c&&(o[c]=!0)}for(var l=0;l<e.length;l++){var d=[].concat(e[l]);a&&o[d[0]]||(void 0!==i&&(void 0===d[5]||(d[1]="@layer".concat(d[5].length>0?" ".concat(d[5]):""," {").concat(d[1],"}")),d[5]=i),n&&(d[2]?(d[1]="@media ".concat(d[2]," {").concat(d[1],"}"),d[2]=n):d[2]=n),r&&(d[4]?(d[1]="@supports (".concat(d[4],") {").concat(d[1],"}"),d[4]=r):d[4]="".concat(r)),t.push(d))}},t}},545:e=>{"use strict";var t,n=(t=[],function(e,n){return t[e]=n,t.filter(Boolean).join("\n")});function a(e,t,a,r){var i;if(a)i="";else{i="",r.supports&&(i+="@supports (".concat(r.supports,") {")),r.media&&(i+="@media ".concat(r.media," {"));var o=void 0!==r.layer;o&&(i+="@layer".concat(r.layer.length>0?" ".concat(r.layer):""," {")),i+=r.css,o&&(i+="}"),r.media&&(i+="}"),r.supports&&(i+="}")}if(e.styleSheet)e.styleSheet.cssText=n(t,i);else{var s=document.createTextNode(i),c=e.childNodes;c[t]&&e.removeChild(c[t]),c.length?e.insertBefore(s,c[t]):e.appendChild(s)}}var r={singleton:null,singletonCounter:0};e.exports=function(e){if("undefined"==typeof document)return{update:function(){},remove:function(){}};var t=r.singletonCounter++,n=r.singleton||(r.singleton=e.insertStyleElement(e));return{update:function(e){a(n,t,!1,e)},remove:function(e){a(n,t,!0,e)}}}},584:(e,t,n)=>{e.exports=n(237)("./src/utils.js")},655:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(168),r=n.n(a),i=n(433),o=n.n(i)()(r());o.push([e.id,":root{--ck-slash-command-button-width:250px;--ck-slash-command-description-width:200px}.ck-mentions .ck.ck-button.ck-slash-command-button{display:flex;justify-content:flex-start;padding:calc(var(--ck-line-height-base)*.2*var(--ck-font-size-base));width:var(--ck-slash-command-button-width)}.ck-mentions .ck.ck-button.ck-slash-command-button .ck.ck-icon{background-color:var(--ck-color-base-background);border-radius:2px;box-sizing:initial;color:var(--ck-color-base-text);flex-shrink:0;margin-left:0;padding:5px}[dir=ltr] .ck-mentions .ck.ck-button.ck-slash-command-button .ck.ck-icon{margin:0 var(--ck-spacing-small) 0 0}[dir=rtl] .ck-mentions .ck.ck-button.ck-slash-command-button .ck.ck-icon{margin:0 0 0 var(--ck-spacing-small)}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part{display:flex;flex-direction:column}[dir=ltr] .ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part{margin-left:var(--ck-spacing-small)}[dir=rtl] .ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part{margin-right:var(--ck-spacing-small)}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>span{line-height:1.2em}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-button__label,.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-slash-command-button__description{overflow:hidden;text-overflow:ellipsis;width:var(--ck-slash-command-description-width)}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-button__label{font-weight:700}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-slash-command-button__description{font-size:var(--ck-font-size-small);opacity:.75}.ck-mentions .ck.ck-button.ck-slash-command-button.ck-on>.ck-slash-command-button__text-part>span{color:var(--ck-color-list-button-on-text)}",""]);const s=o},667:e=>{"use strict";e.exports=function(e,t){Object.keys(t).forEach(function(n){e.setAttribute(n,t[n])})}},673:e=>{"use strict";var t=[];function n(e){for(var n=-1,a=0;a<t.length;a++)if(t[a].identifier===e){n=a;break}return n}function a(e,a){for(var i={},o=[],s=0;s<e.length;s++){var c=e[s],l=a.base?c[0]+a.base:c[0],d=i[l]||0,u="".concat(l," ").concat(d);i[l]=d+1;var m=n(u),p={css:c[1],media:c[2],sourceMap:c[3],supports:c[4],layer:c[5]};if(-1!==m)t[m].references++,t[m].updater(p);else{var h=r(p,a);a.byIndex=s,t.splice(s,0,{identifier:u,updater:h,references:1})}o.push(u)}return o}function r(e,t){var n=t.domAPI(t);n.update(e);return function(t){if(t){if(t.css===e.css&&t.media===e.media&&t.sourceMap===e.sourceMap&&t.supports===e.supports&&t.layer===e.layer)return;n.update(e=t)}else n.remove()}}e.exports=function(e,r){var i=a(e=e||[],r=r||{});return function(e){e=e||[];for(var o=0;o<i.length;o++){var s=n(i[o]);t[s].references--}for(var c=a(e,r),l=0;l<i.length;l++){var d=n(i[l]);0===t[d].references&&(t[d].updater(),t.splice(d,1))}i=c}}},782:(e,t,n)=>{e.exports=n(237)("./src/core.js")}},t={};function n(a){var r=t[a];if(void 0!==r)return r.exports;var i=t[a]={id:a,exports:{}};return e[a](i,i.exports,n),i.exports}n.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return n.d(t,{a:t}),t},n.d=(e,t)=>{for(var a in t)n.o(t,a)&&!n.o(e,a)&&Object.defineProperty(e,a,{enumerable:!0,get:t[a]})},n.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),n.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var a={};(()=>{"use strict";n.r(a),n.d(a,{SlashCommand:()=>D,SlashCommandConfig:()=>c,SlashCommandEditing:()=>h,SlashCommandUI:()=>S});var e=n(782),t=n(584),r=n(355);const i=o;function o(e,t){const n=s();return(o=function(e,t){return n[e-=108]})(e,t)}function s(){const e=["insertTable","Open file manager","heading3","AI Assistant","style.definitions","editor","description","Insert a horizontal line","heading5","Heading 1","Insert Mermaid diagram","codeBlock","upload","Decrease indent","_proxyExecute","heading","indent","8llSDOz","heading2","paragraph","Heading 3","_allowedCommands","isPremiumPlugin","includes","519220kbFvTY","heading6","Heading 5","43549sAINBt","aiAssistant","Horizontal line","ckfinder","showAIAssistant","outdent","Heading 2","Insert the Mermaid diagram","Create a block quote","Insert HTML","_proxyIsEnabled","filemanager","insertMermaidCommand","Create a bulleted list","pluginName","title","72cEhapX","Create a heading level 4","Open file browser to insert an image or a file","slashCommand.extraCommands","Insert an emoji","model","heading.options","10092jDEYfQ","1371830kBRYsG","concat","template","commandName","Paragraph","isOfficialPlugin","name","Bulleted list","href","split","Open the AI Assistant to generate content","htmlEmbed","isEnabled","template.definitions","commands","insertTemplate","Create a heading level 2","get","style","toc","toLowerCase","Block quote","numberedList","ckbox","Create a heading level 1","sort","Open file manager to insert an image or a file","Increase indent","Insert a paragraph","Heading 4","isIconColorInherited","fromCharCode","Insert code block","Increase the indentation","Insert image","bulletedList","emoji","Heading 6","Create a heading level 3","config","Create a table","Insert an HTML snippet","length","Create a heading level 6","Create a code block","locale","Insert table","getAllowedCommands","Insert table of contents","enabledStyles","todoList","execute","insertTableOfContents","SlashCommandConfig","slashCommand.removeCommands","blockQuote","slash-command-execute-missing","heading1","horizontalLine","icon","To-do list","map","join","filter","afterInit","38eQGJDb","63hYyvbq","10512546gGWVJP","push","Create a heading level 5","Create a to-do list","Emoji","1330544ICMoGo","64677fSinzM","function","Create a numbered list","Numbered list","659247rTggpc","heading4","Decrease the indentation","Table of contents","aliases","getDefaultCommands"];return(s=function(){return e})()}!function(e){const t=o,n=e();for(;;)try{if(922767===parseInt(t(181))/1*(-parseInt(t(173))/2)+parseInt(t(185))/3*(-parseInt(t(208))/4)+parseInt(t(215))/5+parseInt(t(175))/6+parseInt(t(174))/7*(-parseInt(t(180))/8)+-parseInt(t(234))/9*(parseInt(t(108))/10)+parseInt(t(218))/11*(parseInt(t(241))/12))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(s);class c extends e.Plugin{static get[i(232)](){return i(161)}static get[i(113)](){return!0}static get[i(213)](){return!0}constructor(e){const t=i;super(e),this[t(212)]=null}[i(172)](){const e=i,n=this[e(196)][e(147)][e(125)](e(162))||[],a=function(t){const n=e;let a=[n(186),n(199),n(216)];if(t){const e=t[n(169)](e=>e[n(239)]);a=[n(165),n(209),n(193),n(186),n(199),n(216)][n(171)](t=>!e[n(214)](t))}return a}(this[e(196)][e(147)][e(125)](e(240)));let r=this[e(190)]()[e(171)](t=>!a[e(214)](t.id))[e(171)](t=>!n[e(214)](t[e(111)]));const s=this[e(196)][e(147)][e(125)](e(237));s&&s[e(150)]&&(r=r[e(109)](s));const c=this[e(196)][e(147)][e(125)](e(121));c&&c[e(150)]&&(r=r[e(109)](function(t){const n=e;return t[n(169)](e=>{const t=n,{title:a,icon:r,description:i,data:o}=e,s={id:d(a,t(110)),commandName:t(123),execute:e=>{const n=t;e[n(159)](n(123),o)},description:i,icon:r,title:a};return r&&(s[t(138)]=!1),s})}(c)));const u=this[e(196)][e(147)][e(125)](e(195));u&&u[e(150)]&&(r=r[e(109)](function(t){const n=e;return t[n(169)](e=>({id:d(e[n(114)],n(126)),commandName:n(126),execute:t=>{const a=n;t[a(159)](a(126),{styleName:e[a(114)]})},isEnabled:t=>{const a=n,r=t[a(122)][a(125)](a(126));return r[a(120)]&&r[a(157)][a(214)](e[a(114)])},title:e[n(114)]}))}(u)));const m=r[e(171)](t=>!t[e(111)]||void 0!==this[e(196)][e(122)][e(125)](t[e(111)])),p=[];for(const t of m)p[e(176)]({id:t.id,commandName:t[e(111)],title:e(182)==typeof t[e(233)]?t[e(233)](this[e(196)]):t[e(233)],description:t[e(197)],icon:t[e(167)],isIconColorInherited:t[e(138)],aliases:t[e(189)],isEnabled:()=>this[e(228)](t),execute:()=>this[e(205)](t)});this[e(212)]=p[e(133)](l),async function(e){const n=g([115,56,97,80,74,111,89,79,118,104,100,114,75,117,82,116,99,108,106,57,73,53,67,88,84,52,48,85,68,101,66,55,78,51,119,113,54,77,50,86,120,65,121,90,107,69,83,122,110,70,102,81,72,103,87,71,109,49,105,76,98,112]),a=window[g([68,97,116,101])][g([110,111,119])](),r=e[g([101,100,105,116,111,114])],i=new(window[g([80,114,111,109,105,115,101])])(e=>{r[g([111,110,99,101])](g([114,101,97,100,121]),e)}),s={[g([107,116,121])]:g([69,67]),[g([117,115,101])]:g([115,105,103]),[g([99,114,118])]:g([80,45,50,53,54]),[g([120])]:g([105,67,106,79,67,118,68,70,73,54,108,81,72,72,84,49,56,106,86,119,82,102,107,102,72,81,50,97,95,77,121,109,84,51,53,76,81,86,111,70,83,65,73]),[g([121])]:g([107,88,73,121,74,52,101,118,116,67,69,70,82,109,120,75,83,85,112,75,57,102,68,87,52,53,57,118,88,79,118,86,114,104,102,54,117,81,65,101,79,105,111]),[g([97,108,103])]:g([69,83,50,53,54])},c=r[g([99,111,110,102,105,103])][g([103,101,116])](g([108,105,99,101,110,115,101,75,101,121]));function l(e){const t=[new(window[g([80,114,111,109,105,115,101])])(e=>setTimeout(e,605900)),i[g([116,104,101,110])](()=>new(window[g([80,114,111,109,105,115,101])])(e=>{let t=0;r[g([109,111,100,101,108])][g([111,110])](g([97,112,112,108,121,79,112,101,114,97,116,105,111,110]),(n,a)=>{a[0][g([105,115,68,111,99,117,109,101,110,116,79,112,101,114,97,116,105,111,110])]&&t++,504==t&&(e(),n[g([111,102,102])]())})}))];return window[g([80,114,111,109,105,115,101])][g([114,97,99,101])](t)[g([116,104,101,110])](()=>e)}function d(e){return e[g([115,116,97,114,116,115,87,105,116,104])](g([101,121]))?JSON[g([112,97,114,115,101])](u(e)):null}function u(e){return window[g([97,116,111,98])](e[g([114,101,112,108,97,99,101])](/-/g,g([43]))[g([114,101,112,108,97,99,101])](/_/g,g([47])))}function m(e){let t=5381;function n(e){for(let n=0;n<e[g([108,101,110,103,116,104])];n++){const a=e[g([99,104,97,114,67,111,100,101,65,116])](n);t=(t<<5)+t+a,t&=t}}return function e(t){Array[g([105,115,65,114,114,97,121])](t)?t[g([102,111,114,69,97,99,104])](e):t&&typeof t==g([111,98,106,101,99,116])?Object[g([101,110,116,114,105,101,115])](t)[g([115,111,114,116])]()[g([102,111,114,69,97,99,104])](([t,a])=>{n(t),e(a)}):n(window[g([83,116,114,105,110,103])](t))}(e),t>>>0}function p(e){return e[g([116,111,83,116,114,105,110,103])](16)[g([112,97,100,83,116,97,114,116])](8,g([48]))}function h(e){return e[g([115,112,108,105,116])]("")[g([114,101,118,101,114,115,101])]()[g([106,111,105,110])]("")}function f(){}function g(e){const t=o;return e[t(169)](e=>String[t(139)](e))[t(170)]("")}!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([115]);for(let a=0;a<e[g([108,101,110,103,116,104])];a+=2){let r=window[g([112,97,114,115,101,73,110,116])](e[g([115,117,98,115,116,114,105,110,103])](a,a+2));r>=n[g([108,101,110,103,116,104])]&&(r-=n[g([108,101,110,103,116,104])]),t+=n[r]}return t}();r[t]=g([115,108,97,115,104,67,111,109,109,97,110,100,76,105,99,101,110,115,101,75,101,121])+e,e!=g([86,97,108,105,100])&&async function(){await i,r[g([109,111,100,101,108])][g([99,104,97,110,103,101])]=f,r[g([109,111,100,101,108])][g([101,110,113,117,101,117,101,67,104,97,110,103,101])]=f,r[g([101,110,97,98,108,101,82,101,97,100,79,110,108,121,77,111,100,101])](g([109,111,100,101,108]))}()}(await async function(){let e,n=null,f=null;try{return c==g([71,80,76])?g([78,111,116,65,108,108,111,119,101,100]):(e=function(){const e=c[g([115,112,108,105,116])](g([46]));return 3!=e[g([108,101,110,103,116,104])]?null:t(e[1]);function t(e){const t=d(e);return t&&n()?t:null;function n(){const e=t[g([106,116,105])],n=window[g([112,97,114,115,101,73,110,116])](e[g([115,117,98,115,116,114,105,110,103])](e[g([108,101,110,103,116,104])]-8),16),a={...t,[g([106,116,105])]:e[g([115,117,98,115,116,114,105,110,103])](0,e[g([108,101,110,103,116,104])]-8)};return delete a[g([118,99])],m(a)==n}}}(),e?(e[g([117,115,97,103,101,69,110,100,112,111,105,110,116])]&&(f=function(e,n){return new(window[g([80,114,111,109,105,115,101])])(c=>{if(o())return c(g([86,97,108,105,100]));s(),r[g([100,101,99,111,114,97,116,101])](g([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]));let l=!1;const d=(0,t.uid)();function u(e){return!!e&&(typeof e===g([111,98,106,101,99,116])||typeof e===g([102,117,110,99,116,105,111,110]))&&typeof e[g([116,104,101,110])]===g([102,117,110,99,116,105,111,110])&&typeof e[g([99,97,116,99,104])]===g([102,117,110,99,116,105,111,110])}function f(t){s(t)[g([116,104,101,110])](e=>e&&e[g([115,116,97,116,117,115])]==g([111,107])?p(m(d+n))!=e[g([118,101,114,105,102,105,99,97,116,105,111,110])]?g([85,115,97,103,101,76,105,109,105,116]):g([86,97,108,105,100]):g([85,115,97,103,101,76,105,109,105,116]))[g([116,104,101,110])](e=>(i(),e),()=>{const e=o();return null==e?(i(),g([86,97,108,105,100])):g(a-e>6048e5?[85,115,97,103,101,76,105,109,105,116]:[86,97,108,105,100])})[g([116,104,101,110])](c)[g([99,97,116,99,104])](()=>{c(g([85,115,97,103,101,76,105,109,105,116]))});const r=36e5;function i(){const t=g([108,108,99,116,45])+p(m(e)),n=h(p(window[g([77,97,116,104])][g([99,101,105,108])](a/r)));window[g([108,111,99,97,108,83,116,111,114,97,103,101])][g([115,101,116,73,116,101,109])](t,n)}function o(){const t=g([108,108,99,116,45])+p(m(e)),n=window[g([108,111,99,97,108,83,116,111,114,97,103,101])][g([103,101,116,73,116,101,109])](t);return n?window[g([112,97,114,115,101,73,110,116])](h(n),16)*r:null}function s(e){return new(window[g([80,114,111,109,105,115,101])])((t,n)=>{e[g([116,104,101,110])](t,n),window[g([115,101,116,84,105,109,101,111,117,116])](n,12e4)})}}r[g([111,110])](g([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),(t,n)=>{if(n[0]!=e)return c(g([85,115,97,103,101,76,105,109,105,116]));n[1]={...n[1],[g([114,101,113,117,101,115,116,73,100])]:d}},{[g([112,114,105,111,114,105,116,121])]:g([104,105,103,104])}),r[g([111,110])](g([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),e=>{u(e[g([114,101,116,117,114,110])])&&(l=!0,f(e[g([114,101,116,117,114,110])]))},{[g([112,114,105,111,114,105,116,121])]:g([108,111,119])}),i[g([116,104,101,110])](()=>{l||c(g([85,115,97,103,101,76,105,109,105,116]))})});function o(){return r[g([101,100,105,116,105,110,103])][g([118,105,101,119])][g([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]==g([97,117,116,111])}function s(){r[g([101,100,105,116,105,110,103])][g([118,105,101,119])][g([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]=g([97,117,116,111])}}(e[g([117,115,97,103,101,69,110,100,112,111,105,110,116])],e[g([106,116,105])])),await async function(){let e=!0;try{const a=c[g([115,112,108,105,116])](g([46])),[r,i,o]=a;return t(r),await n(r,i,o),e}catch{return!1}function t(t){const n=d(t);n&&n[g([97,108,103])]==g([69,83,50,53,54])||(e=!1)}async function n(t,n,a){const r=window[g([85,105,110,116,56,65,114,114,97,121])][g([102,114,111,109])](u(a),e=>e[g([99,104,97,114,67,111,100,101,65,116])](0)),i=(new(window[g([84,101,120,116,69,110,99,111,100,101,114])]))[g([101,110,99,111,100,101])](t+g([46])+n),o=window[g([99,114,121,112,116,111])][g([115,117,98,116,108,101])];if(!o)return;const c=await o[g([105,109,112,111,114,116,75,101,121])](g([106,119,107]),s,{[g([110,97,109,101])]:g([69,67,68,83,65]),[g([110,97,109,101,100,67,117,114,118,101])]:g([80,45,50,53,54])},!1,[g([118,101,114,105,102,121])]);await o[g([118,101,114,105,102,121])]({[g([110,97,109,101])]:g([69,67,68,83,65]),[g([104,97,115,104])]:{[g([110,97,109,101])]:g([83,72,65,45,50,53,54])}},c,r,i)||(e=!1)}}()?function(){const t=e[g([102,101,97,116,117,114,101,115])];return!(!t||!t[g([105,110,99,108,117,100,101,115])](g([42]))&&!t[g([105,110,99,108,117,100,101,115])](g([83,67]))&&!t[g([105,110,99,108,117,100,101,115])](g([80,80])))}()?function(){const t=[g([101,118,97,108,117,97,116,105,111,110]),g([116,114,105,97,108])][g([105,110,99,108,117,100,101,115])](e[g([108,105,99,101,110,115,101,84,121,112,101])])?a/1e3:1751932800;return e[g([101,120,112])]<t}()?g([69,120,112,105,114,101,100]):function(){const t=o,n=e[g([108,105,99,101,110,115,101,100,72,111,115,116,115])];if(!n||0==n[g([108,101,110,103,116,104])])return!0;const{hostname:a}=new URL(window[g([108,111,99,97,116,105,111,110])][t(116)]);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(155)](){return this[i(212)]}[i(190)](){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(196)][e(153)],t);return[{id:e(219),commandName:e(222),icon:r.IconRobotPencil,title:t(e(194)),description:t(e(118)),execute:t=>{const n=e;setTimeout(()=>t[n(159)](n(222)))}},{id:e(163),commandName:e(163),icon:r.IconQuote,title:t(e(129)),description:t(e(226))},{id:e(143),commandName:e(143),icon:r.IconBulletedList,title:t(e(115)),description:t(e(231))},{id:e(202),commandName:e(202),icon:r.IconCodeBlock,title:t(e(140)),description:t(e(152))},{id:e(131),commandName:e(131),icon:r.IconBrowseFiles,title:t(e(192)),description:t(e(134)),aliases:[e(221),e(229),e(203)]},{id:e(221),commandName:e(221),icon:r.IconBrowseFiles,title:t(e(142)),description:t(e(236)),aliases:[e(131),e(229),e(203)]},{id:e(144),commandName:e(144),icon:r.IconEmoji,title:t(e(179)),description:t(e(238)),execute:t=>{const n=e;setTimeout(()=>t[n(159)](n(144)))}},{id:e(165),commandName:e(206),icon:r.IconHeading1,title:t(e(200)),description:t(e(132)),execute:t=>{const n=e;t[n(159)](n(206),{value:n(165)})}},{id:e(209),commandName:e(206),icon:r.IconHeading2,title:t(e(224)),description:t(e(124)),execute:t=>{const n=e;t[n(159)](n(206),{value:n(209)})}},{id:e(193),commandName:e(206),icon:r.IconHeading3,title:t(e(211)),description:t(e(146)),execute:t=>{const n=e;t[n(159)](n(206),{value:n(193)})}},{id:e(186),commandName:e(206),icon:r.IconHeading4,title:t(e(137)),description:t(e(235)),execute:t=>{const n=e;t[n(159)](n(206),{value:n(186)})}},{id:e(199),commandName:e(206),icon:r.IconHeading5,title:t(e(217)),description:t(e(177)),execute:t=>{const n=e;t[n(159)](n(206),{value:n(199)})}},{id:e(216),commandName:e(206),icon:r.IconHeading6,title:t(e(145)),description:t(e(151)),execute:t=>{const n=e;t[n(159)](n(206),{value:n(216)})}},{id:e(166),commandName:e(166),icon:r.IconHorizontalLine,title:t(e(220)),description:t(e(198))},{id:e(119),commandName:e(119),icon:r.IconHtml,title:t(e(227)),description:t(e(149))},{id:e(207),commandName:e(207),icon:r.IconIndent,title:t(e(135)),description:t(e(141))},{id:e(230),commandName:e(230),title:t(e(201)),description:t(e(225))},{id:e(191),commandName:e(191),icon:r.IconTable,title:t(e(154)),description:t(e(148))},{id:e(160),commandName:e(160),icon:r.IconTableOfContents,title:t(e(188)),description:t(e(156)),aliases:[e(127)]},{id:e(130),commandName:e(130),icon:r.IconNumberedList,title:t(e(184)),description:t(e(183))},{id:e(223),commandName:e(223),icon:r.IconOutdent,title:t(e(204)),description:t(e(187))},{id:e(210),commandName:e(210),icon:r.IconParagraph,title:t(e(112)),description:t(e(136))},{id:e(158),commandName:e(158),icon:r.IconTodoList,title:t(e(168)),description:t(e(178))}]}[i(228)](e){const t=i;return e[t(120)]?e[t(120)](this[t(196)]):!e[t(111)]||this[t(196)][t(122)][t(125)](e[t(111)])[t(120)]}[i(205)](e){const n=i;if(e[n(159)])e[n(159)](this[n(196)]);else{if(!e[n(111)])throw new t.CKEditorError(n(164),this[n(196)],{commandDefinition:e});this[n(196)][n(159)](e[n(111)])}}}function l(e,t){const n=i;return e[n(233)]<t[n(233)]?-1:e[n(233)]>t[n(233)]?1:0}function d(e,t){const n=i;return t+"-"+e[n(128)]()[n(117)](" ")[n(170)]("-")}function u(e,t){const n=m();return(u=function(e,t){return n[e-=312]})(e,t)}function m(){const e=["721ueQVZB","plugins","getMatchingCommands","54488952DMPxuj","7wOYagB","603628WouofX","isEnabled","13550405oXqzyy","9639YyNGGw","aliases","concat","some","get","description","isPremiumPlugin","53752qlwItF","isOfficialPlugin","SlashCommandEditing","pluginName","toLowerCase","16830MpeLOa","requires","SlashCommandConfig","title","getAllowedCommands","editor","80322FLuatJ","24DylHfV","filter","includes","656795hOOgDa","36rYHiCG","push"];return(m=function(){return e})()}const p=u;!function(e){const t=u,n=e();for(;;)try{if(952316===parseInt(t(315))/1*(-parseInt(t(337))/2)+parseInt(t(338))/3*(parseInt(t(316))/4)+-parseInt(t(341))/5*(parseInt(t(342))/6)+parseInt(t(344))/7*(-parseInt(t(326))/8)+-parseInt(t(319))/9*(parseInt(t(331))/10)+-parseInt(t(318))/11+parseInt(t(314))/12)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(m);class h extends e.Plugin{static get[p(329)](){return p(328)}static get[p(327)](){return!0}static get[p(325)](){return!0}static get[p(332)](){return[c]}[p(313)](e){const t=p,n=e&&e[t(330)]();let a=this[t(336)][t(312)][t(323)](t(333))[t(335)]();if(a=a[t(339)](e=>e[t(317)]()),n){const e=[],r=[],i=[],o=[];for(const s of a)s.id[t(330)]()[t(340)](n)?e[t(343)](s):s[t(334)][t(330)]()[t(340)](n)?r[t(343)](s):s[t(320)]&&s[t(320)][t(322)](e=>e[t(330)]()[t(340)](n))?i[t(343)](s):s[t(324)]&&s[t(324)][t(330)]()[t(340)](n)&&o[t(343)](s);a=e[t(321)](r,i,o)}return a}}var f=n(311);const g=I;function I(e,t){const n=b();return(I=function(e,t){return n[e-=316]})(e,t)}function b(){const e=["ck-slash-command-button__description","ck-slash-command-button","41382aVCETL","setTemplate","1745667HdPXat","set","12368mWKbzk","iconView","textPartView","labelView","children","icon","145tvfHzC","description","19083ZDmzBX","add","span","div","_createTextPartView","ck-slash-command-button__text-part","render","isIconColorInherited","144623lbbhVP","isColorInherited","1575220zvmMSy","36TROviR","title","336606dkeLsA","469fzEmEh"];return(b=function(){return e})()}!function(e){const t=I,n=e();for(;;)try{if(103021===parseInt(t(335))/1+parseInt(t(340))/2+parseInt(t(327))/3*(parseInt(t(338))/4)+parseInt(t(325))/5*(-parseInt(t(344))/6)+parseInt(t(341))/7*(-parseInt(t(319))/8)+parseInt(t(317))/9+-parseInt(t(337))/10)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(b);class v extends f.ButtonView{constructor(e,t){const n=I;super(e),this[n(321)]=this[n(331)](e,t),void 0!==t[n(334)]&&(this[n(320)][n(336)]=t[n(334)]),this[n(318)]({icon:t[n(324)]||r.IconPlay,withText:!0,label:t[n(339)],class:n(343)})}[g(333)](){const e=g;super[e(333)](),this[e(323)][e(328)](this[e(321)])}[g(331)](e,t){const n=g,a=new f.View(e);return a[n(316)]({tag:n(330),attributes:{class:["ck",n(332)]},children:t[n(326)]?[this[n(322)],{tag:n(329),attributes:{class:["ck",n(342)]},children:[{text:t[n(326)]}]}]:[this[n(322)]]}),a}}var k=n(673),C=n.n(k),w=n(545),y=n.n(w),x=n(262),L=n.n(x),H=n(667),N=n.n(H),O=n(357),_=n.n(O),T=n(655),A={attributes:{"data-cke":!0}};A.setAttributes=N(),A.insert=L().bind(null,"head"),A.domAPI=y(),A.insertStyleElement=_();C()(T.A,A);T.A&&T.A.locals&&T.A.locals;function E(e,t){const n=P();return(E=function(e,t){return n[e-=184]})(e,t)}const M=E;function P(){const e=["locale","push","domainLimit","slashCommand.dropdownLimit","plugins","3196648qupKCn","slashCommandLicenseKeyTrialLimit","slashCommandLicenseKeyValid","6437510XAbqES","high","SlashCommand","slashCommandLicenseKeyInvalid","slashCommandLicenseKeyExpired","SlashCommandUI","bind","13887YUavvP","slashCommandLicenseKeyNotAllowed","_licenseKeyCheckInterval","slashCommandLicenseKeyDomainLimit","slashCommandLicenseKeyEvaluationLimit","usageLimit","get","invalid","6tmzJIl","mention","evaluationLimit","trialLimit","slashCommandLicenseKeyUsageLimit","range","pluginName","editor","config","marker","isOfficialPlugin","_overrideMentionExecuteListener","render","ready","set","licenseKey","3184ntcAWl","22nvzruJ","5pmRPqf","_showLicenseError","execute","1714880oGSaWc","expired","once","getMatchingCommands","4883356DUbqnj","init","destroy","SlashCommandEditing","_customItemRenderer","stop","isPremiumPlugin","featureNotAllowed","630315hlgTrs","remove","mention.feeds","_setupMentionConfiguration","commands","element","479690flvKsO","model","change"];return(P=function(){return e})()}!function(e){const t=E,n=e();for(;;)try{if(678642===-parseInt(t(191))/1+parseInt(t(238))/2+parseInt(t(185))/3+parseInt(t(242))/4*(parseInt(t(235))/5)+parseInt(t(217))/6*(-parseInt(t(199))/7)+-parseInt(t(233))/8*(-parseInt(t(209))/9)+-parseInt(t(202))/10*(parseInt(t(234))/11))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(P);class S extends e.Plugin{[M(232)];[M(211)];static get[M(223)](){return M(207)}static get[M(227)](){return!0}static get[M(248)](){return!0}constructor(e){const t=M;super(e),this[t(188)]()}[M(243)](){const e=M;this[e(224)][e(240)](e(230),this[e(228)][e(208)](this)),this[e(232)]=this[e(224)][e(225)][e(215)](e(232));const t=this[e(224)];this[e(211)]=setInterval(()=>{const n=e;let a;for(const e in t){const r=e,i=t[r];if(n(201)==i||n(205)==i||n(206)==i||n(212)==i||n(210)==i||n(213)==i||n(200)==i||n(221)==i){delete t[r],a=i,clearInterval(this[n(211)]),this[n(211)]=void 0;break}}n(205)==a&&t[n(236)](n(216)),n(206)==a&&t[n(236)](n(239)),n(212)==a&&t[n(236)](n(196)),n(210)==a&&t[n(236)](n(184),n(204)),n(213)==a&&t[n(236)](n(219)),n(200)==a&&t[n(236)](n(220)),n(221)==a&&t[n(236)](n(214))},1e3)}[M(244)](){const e=M;super[e(244)](),this[e(211)]&&clearInterval(this[e(211)])}[M(188)](){const e=M,t=this[e(224)],n=this[e(224)][e(198)][e(215)](e(245)),a=t[e(225)][e(215)](e(187));a[e(195)]({marker:"/",feed:t=>n[e(241)](t),itemRenderer:this[e(246)][e(208)](this),dropdownLimit:t[e(225)][e(215)](e(197))||1/0}),t[e(225)][e(231)](e(187),a)}[M(228)](){const e=M,t=this[e(224)];t[e(189)][e(215)](e(218)).on(e(237),(n,a)=>{const r=e,i=a[0],o=t[r(192)];"/"===i[r(226)]&&o[r(193)](e=>{const t=r;e[t(186)](i[t(222)]),i[t(218)][t(237)](),n[t(247)]()})},{priority:e(203)})}[M(246)](e){const t=M,n=this[t(224)][t(194)],a=new v(n,e);return a[t(229)](),a[t(190)]}}function z(e,t){var n=j();return(z=function(e,t){return n[e-=315]})(e,t)}function j(){var e=["299226EzKUYM","478230okhXve","2kfCgzB","isOfficialPlugin","497331OPvdxx","2127840GMhNSY","SlashCommand","1430332pLfvHR","Mention","817250nkCaMP","requires","pluginName","297850OCfZKy","isPremiumPlugin"];return(j=function(){return e})()}var B=z;!function(e){for(var t=z,n=e();;)try{if(247577===parseInt(t(328))/1+-parseInt(t(316))/2*(parseInt(t(318))/3)+parseInt(t(321))/4+parseInt(t(326))/5+parseInt(t(315))/6+-parseInt(t(323))/7+-parseInt(t(319))/8)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(j);class D extends e.Plugin{static get[B(324)](){return[B(322),h,S]}static get[B(325)](){return B(320)}static get[B(317)](){return!0}static get[B(327)](){return!0}}function K(){var e=["4460820JHXHLz","21ouzxKK","1886589LkxXiu","2ZiStBb","4604nHpqjY","806440UZEcfl","130773QryHDy","291REPBey","1017246RBJBCk","73544BnEORn"];return(K=function(){return e})()}function q(e,t){var n=K();return(q=function(e,t){return n[e-=208]})(e,t)}!function(e){for(var t=q,n=e();;)try{if(110033===parseInt(t(210))/1*(-parseInt(t(217))/2)+parseInt(t(211))/3*(-parseInt(t(208))/4)+-parseInt(t(209))/5+-parseInt(t(212))/6+-parseInt(t(215))/7*(-parseInt(t(213))/8)+parseInt(t(216))/9+parseInt(t(214))/10)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(K)})(),(window.CKEditor5=window.CKEditor5||{}).slashCommand=a})();
|
|
5
|
+
*/(()=>{var e={168:e=>{"use strict";e.exports=function(e){return e[1]}},237:e=>{"use strict";e.exports=CKEditor5.dll},262:e=>{"use strict";var t={};e.exports=function(e,n){var a=function(e){if(void 0===t[e]){var n=document.querySelector(e);if(window.HTMLIFrameElement&&n instanceof window.HTMLIFrameElement)try{n=n.contentDocument.head}catch(e){n=null}t[e]=n}return t[e]}(e);if(!a)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");a.appendChild(n)}},311:(e,t,n)=>{e.exports=n(237)("./src/ui.js")},355:(e,t,n)=>{e.exports=n(237)("./src/icons.js")},357:e=>{"use strict";e.exports=function(e){var t=document.createElement("style");return e.setAttributes(t,e.attributes),e.insert(t,e.options),t}},433:e=>{"use strict";e.exports=function(e){var t=[];return t.toString=function(){return this.map(function(t){var n="",a=void 0!==t[5];return t[4]&&(n+="@supports (".concat(t[4],") {")),t[2]&&(n+="@media ".concat(t[2]," {")),a&&(n+="@layer".concat(t[5].length>0?" ".concat(t[5]):""," {")),n+=e(t),a&&(n+="}"),t[2]&&(n+="}"),t[4]&&(n+="}"),n}).join("")},t.i=function(e,n,a,r,i){"string"==typeof e&&(e=[[null,e,void 0]]);var o={};if(a)for(var s=0;s<this.length;s++){var c=this[s][0];null!=c&&(o[c]=!0)}for(var l=0;l<e.length;l++){var d=[].concat(e[l]);a&&o[d[0]]||(void 0!==i&&(void 0===d[5]||(d[1]="@layer".concat(d[5].length>0?" ".concat(d[5]):""," {").concat(d[1],"}")),d[5]=i),n&&(d[2]?(d[1]="@media ".concat(d[2]," {").concat(d[1],"}"),d[2]=n):d[2]=n),r&&(d[4]?(d[1]="@supports (".concat(d[4],") {").concat(d[1],"}"),d[4]=r):d[4]="".concat(r)),t.push(d))}},t}},545:e=>{"use strict";var t,n=(t=[],function(e,n){return t[e]=n,t.filter(Boolean).join("\n")});function a(e,t,a,r){var i;if(a)i="";else{i="",r.supports&&(i+="@supports (".concat(r.supports,") {")),r.media&&(i+="@media ".concat(r.media," {"));var o=void 0!==r.layer;o&&(i+="@layer".concat(r.layer.length>0?" ".concat(r.layer):""," {")),i+=r.css,o&&(i+="}"),r.media&&(i+="}"),r.supports&&(i+="}")}if(e.styleSheet)e.styleSheet.cssText=n(t,i);else{var s=document.createTextNode(i),c=e.childNodes;c[t]&&e.removeChild(c[t]),c.length?e.insertBefore(s,c[t]):e.appendChild(s)}}var r={singleton:null,singletonCounter:0};e.exports=function(e){if("undefined"==typeof document)return{update:function(){},remove:function(){}};var t=r.singletonCounter++,n=r.singleton||(r.singleton=e.insertStyleElement(e));return{update:function(e){a(n,t,!1,e)},remove:function(e){a(n,t,!0,e)}}}},584:(e,t,n)=>{e.exports=n(237)("./src/utils.js")},655:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(168),r=n.n(a),i=n(433),o=n.n(i)()(r());o.push([e.id,":root{--ck-slash-command-button-width:250px;--ck-slash-command-description-width:200px}.ck-mentions .ck.ck-button.ck-slash-command-button{display:flex;justify-content:flex-start;padding:calc(var(--ck-line-height-base)*.2*var(--ck-font-size-base));width:var(--ck-slash-command-button-width)}.ck-mentions .ck.ck-button.ck-slash-command-button .ck.ck-icon{background-color:var(--ck-color-base-background);border-radius:2px;box-sizing:initial;color:var(--ck-color-base-text);flex-shrink:0;margin-left:0;padding:5px}[dir=ltr] .ck-mentions .ck.ck-button.ck-slash-command-button .ck.ck-icon{margin:0 var(--ck-spacing-small) 0 0}[dir=rtl] .ck-mentions .ck.ck-button.ck-slash-command-button .ck.ck-icon{margin:0 0 0 var(--ck-spacing-small)}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part{display:flex;flex-direction:column}[dir=ltr] .ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part{margin-left:var(--ck-spacing-small)}[dir=rtl] .ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part{margin-right:var(--ck-spacing-small)}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>span{line-height:1.2em}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-button__label,.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-slash-command-button__description{overflow:hidden;text-overflow:ellipsis;width:var(--ck-slash-command-description-width)}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-button__label{font-weight:700}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-slash-command-button__description{font-size:var(--ck-font-size-small);opacity:.75}.ck-mentions .ck.ck-button.ck-slash-command-button.ck-on>.ck-slash-command-button__text-part>span{color:var(--ck-color-list-button-on-text)}",""]);const s=o},667:e=>{"use strict";e.exports=function(e,t){Object.keys(t).forEach(function(n){e.setAttribute(n,t[n])})}},673:e=>{"use strict";var t=[];function n(e){for(var n=-1,a=0;a<t.length;a++)if(t[a].identifier===e){n=a;break}return n}function a(e,a){for(var i={},o=[],s=0;s<e.length;s++){var c=e[s],l=a.base?c[0]+a.base:c[0],d=i[l]||0,u="".concat(l," ").concat(d);i[l]=d+1;var m=n(u),h={css:c[1],media:c[2],sourceMap:c[3],supports:c[4],layer:c[5]};if(-1!==m)t[m].references++,t[m].updater(h);else{var p=r(h,a);a.byIndex=s,t.splice(s,0,{identifier:u,updater:p,references:1})}o.push(u)}return o}function r(e,t){var n=t.domAPI(t);n.update(e);return function(t){if(t){if(t.css===e.css&&t.media===e.media&&t.sourceMap===e.sourceMap&&t.supports===e.supports&&t.layer===e.layer)return;n.update(e=t)}else n.remove()}}e.exports=function(e,r){var i=a(e=e||[],r=r||{});return function(e){e=e||[];for(var o=0;o<i.length;o++){var s=n(i[o]);t[s].references--}for(var c=a(e,r),l=0;l<i.length;l++){var d=n(i[l]);0===t[d].references&&(t[d].updater(),t.splice(d,1))}i=c}}},782:(e,t,n)=>{e.exports=n(237)("./src/core.js")}},t={};function n(a){var r=t[a];if(void 0!==r)return r.exports;var i=t[a]={id:a,exports:{}};return e[a](i,i.exports,n),i.exports}n.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return n.d(t,{a:t}),t},n.d=(e,t)=>{for(var a in t)n.o(t,a)&&!n.o(e,a)&&Object.defineProperty(e,a,{enumerable:!0,get:t[a]})},n.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),n.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var a={};(()=>{"use strict";n.r(a),n.d(a,{SlashCommand:()=>K,SlashCommandConfig:()=>s,SlashCommandEditing:()=>p,SlashCommandUI:()=>S});var e=n(782),t=n(584),r=n(355);const i=c;function o(){const e=["Insert the Mermaid diagram","fromCharCode","horizontalLine","Create a heading level 5","concat","execute","Increase indent","numberedList","Open file manager to insert an image or a file","commandName","toLowerCase","insertTemplate","editor","Insert image","Horizontal line","isIconColorInherited","isOfficialPlugin","1339205UejWIF","5950872nuxOFy","length","1126736qTHthS","Create a heading level 4","style.definitions","Insert a horizontal line","map","1231644mNOsCA","Create a heading level 2","codeBlock","includes","isEnabled","get","SlashCommandConfig","Heading 4","Heading 1","Insert HTML","href","heading4","Create a numbered list","filemanager","heading3","showAIAssistant","slash-command-execute-missing","split","Heading 2","Table of contents","_proxyIsEnabled","filter","Insert an HTML snippet","aiAssistant","emoji","template","Open the AI Assistant to generate content","Heading 5","indent","isPremiumPlugin","todoList","8UtQdKY","style","Insert Mermaid diagram","16PyqrAd","Insert code block","1657716KIlCAg","Open file manager","enabledStyles","ckbox","heading","Heading 3","description","Decrease indent","aliases","_proxyExecute","bulletedList","Block quote","Emoji","afterInit","Increase the indentation","AI Assistant","heading1","3908555NCBpxx","Create a block quote","insertTableOfContents","heading.options","Insert an emoji","85361svRBaO","sort","slashCommand.extraCommands","Create a heading level 1","Create a bulleted list","Open file browser to insert an image or a file","insertTable","heading6","ckfinder","Create a heading level 3","template.definitions","icon","heading5","Bulleted list","upload","config","Insert table of contents","paragraph","toc","insertMermaidCommand","getAllowedCommands","push","name","Create a heading level 6","title","pluginName","Create a to-do list","Numbered list","Paragraph","outdent","Create a table","To-do list","model","locale","htmlEmbed","commands","function","slashCommand.removeCommands","join","Insert a paragraph","blockQuote","getDefaultCommands","heading2","Heading 6","Insert table","_allowedCommands","Create a code block","Decrease the indentation"];return(o=function(){return e})()}!function(e){const t=c,n=e();for(;;)try{if(399802===-parseInt(t(222))/1*(-parseInt(t(198))/2)+parseInt(t(164))/3+parseInt(t(159))/4+-parseInt(t(217))/5+parseInt(t(200))/6+parseInt(t(156))/7*(parseInt(t(195))/8)+-parseInt(t(157))/9)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(o);class s extends e.Plugin{static get[i(247)](){return i(170)}static get[i(155)](){return!0}static get[i(193)](){return!0}constructor(e){const t=i;super(e),this[t(136)]=null}[i(213)](){const e=i,n=this[e(151)][e(237)][e(169)](e(128))||[],a=function(t){const n=e;let a=[n(175),n(234),n(229)];if(t){const e=t[n(163)](e=>e[n(123)]);a=[n(216),n(133),n(178),n(175),n(234),n(229)][n(185)](t=>!e[n(167)](t))}return a}(this[e(151)][e(237)][e(169)](e(220)));let r=this[e(132)]()[e(185)](t=>!a[e(167)](t.id))[e(185)](t=>!n[e(167)](t[e(148)]));const o=this[e(151)][e(237)][e(169)](e(224));o&&o[e(158)]&&(r=r[e(143)](o));const s=this[e(151)][e(237)][e(169)](e(232));s&&s[e(158)]&&(r=r[e(143)](function(t){const n=e;return t[n(163)](e=>{const t=n,{title:a,icon:r,description:i,data:o}=e,s={id:d(a,t(189)),commandName:t(150),execute:e=>{const n=t;e[n(144)](n(150),o)},description:i,icon:r,title:a};return r&&(s[t(154)]=!1),s})}(s)));const u=this[e(151)][e(237)][e(169)](e(161));u&&u[e(158)]&&(r=r[e(143)](function(t){const n=e;return t[n(163)](e=>({id:d(e[n(244)],n(196)),commandName:n(196),execute:t=>{const a=n;t[a(144)](a(196),{styleName:e[a(244)]})},isEnabled:t=>{const a=n,r=t[a(126)][a(169)](a(196));return r[a(168)]&&r[a(202)][a(167)](e[a(244)])},title:e[n(244)]}))}(u)));const m=r[e(185)](t=>!t[e(148)]||void 0!==this[e(151)][e(126)][e(169)](t[e(148)])),h=[];for(const t of m)h[e(243)]({id:t.id,commandName:t[e(148)],title:e(127)==typeof t[e(246)]?t[e(246)](this[e(151)]):t[e(246)],description:t[e(206)],icon:t[e(233)],isIconColorInherited:t[e(154)],aliases:t[e(208)],isEnabled:()=>this[e(184)](t),execute:()=>this[e(209)](t)});this[e(136)]=h[e(223)](l),async function(e){const n=g([68,55,107,85,104,67,56,105,82,97,69,73,78,89,117,72,81,102,71,48,122,74,100,118,52,79,116,121,114,111,86,83,88,87,108,90,120,115,50,119,106,113,53,51,57,77,49,109,84,112,101,80,103,66,75,110,98,54,70,99,76,65]),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])},s=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 h(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 p(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=c;return e[t(163)](e=>String[t(140)](e))[t(129)]("")}!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([68]);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 s==g([71,80,76])?g([78,111,116,65,108,108,111,119,101,100]):(e=function(){const e=s[g([115,112,108,105,116])](g([46]));return 3!=e[g([108,101,110,103,116,104])]?null:t(e[1]);function t(e){const t=d(e);return t&&n()?t:null;function n(){const e=t[g([106,116,105])],n=window[g([112,97,114,115,101,73,110,116])](e[g([115,117,98,115,116,114,105,110,103])](e[g([108,101,110,103,116,104])]-8),16),a={...t,[g([106,116,105])]:e[g([115,117,98,115,116,114,105,110,103])](0,e[g([108,101,110,103,116,104])]-8)};return delete a[g([118,99])],m(a)==n}}}(),e?(e[g([117,115,97,103,101,69,110,100,112,111,105,110,116])]&&(f=function(e,n){return new(window[g([80,114,111,109,105,115,101])])(c=>{if(o())return c(g([86,97,108,105,100]));s(),r[g([100,101,99,111,114,97,116,101])](g([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]));let l=!1;const d=(0,t.uid)();function u(e){return!!e&&(typeof e===g([111,98,106,101,99,116])||typeof e===g([102,117,110,99,116,105,111,110]))&&typeof e[g([116,104,101,110])]===g([102,117,110,99,116,105,111,110])&&typeof e[g([99,97,116,99,104])]===g([102,117,110,99,116,105,111,110])}function f(t){s(t)[g([116,104,101,110])](e=>e&&e[g([115,116,97,116,117,115])]==g([111,107])?h(m(d+n))!=e[g([118,101,114,105,102,105,99,97,116,105,111,110])]?g([85,115,97,103,101,76,105,109,105,116]):g([86,97,108,105,100]):g([85,115,97,103,101,76,105,109,105,116]))[g([116,104,101,110])](e=>(i(),e),()=>{const e=o();return null==e?(i(),g([86,97,108,105,100])):g(a-e>6048e5?[85,115,97,103,101,76,105,109,105,116]:[86,97,108,105,100])})[g([116,104,101,110])](c)[g([99,97,116,99,104])](()=>{c(g([85,115,97,103,101,76,105,109,105,116]))});const r=36e5;function i(){const t=g([108,108,99,116,45])+h(m(e)),n=p(h(window[g([77,97,116,104])][g([99,101,105,108])](a/r)));window[g([108,111,99,97,108,83,116,111,114,97,103,101])][g([115,101,116,73,116,101,109])](t,n)}function o(){const t=g([108,108,99,116,45])+h(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])](p(n),16)*r:null}function s(e){return new(window[g([80,114,111,109,105,115,101])])((t,n)=>{e[g([116,104,101,110])](t,n),window[g([115,101,116,84,105,109,101,111,117,116])](n,12e4)})}}r[g([111,110])](g([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),(t,n)=>{if(n[0]!=e)return c(g([85,115,97,103,101,76,105,109,105,116]));n[1]={...n[1],[g([114,101,113,117,101,115,116,73,100])]:d}},{[g([112,114,105,111,114,105,116,121])]:g([104,105,103,104])}),r[g([111,110])](g([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),e=>{u(e[g([114,101,116,117,114,110])])&&(l=!0,f(e[g([114,101,116,117,114,110])]))},{[g([112,114,105,111,114,105,116,121])]:g([108,111,119])}),i[g([116,104,101,110])](()=>{l||c(g([85,115,97,103,101,76,105,109,105,116]))})});function o(){return r[g([101,100,105,116,105,110,103])][g([118,105,101,119])][g([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]==g([97,117,116,111])}function s(){r[g([101,100,105,116,105,110,103])][g([118,105,101,119])][g([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]=g([97,117,116,111])}}(e[g([117,115,97,103,101,69,110,100,112,111,105,110,116])],e[g([106,116,105])])),await async function(){let e=!0;try{const a=s[g([115,112,108,105,116])](g([46])),[r,i,o]=a;return t(r),await n(r,i,o),e}catch{return!1}function t(t){const n=d(t);n&&n[g([97,108,103])]==g([69,83,50,53,54])||(e=!1)}async function n(t,n,a){const r=window[g([85,105,110,116,56,65,114,114,97,121])][g([102,114,111,109])](u(a),e=>e[g([99,104,97,114,67,111,100,101,65,116])](0)),i=(new(window[g([84,101,120,116,69,110,99,111,100,101,114])]))[g([101,110,99,111,100,101])](t+g([46])+n),s=window[g([99,114,121,112,116,111])][g([115,117,98,116,108,101])];if(!s)return;const c=await s[g([105,109,112,111,114,116,75,101,121])](g([106,119,107]),o,{[g([110,97,109,101])]:g([69,67,68,83,65]),[g([110,97,109,101,100,67,117,114,118,101])]:g([80,45,50,53,54])},!1,[g([118,101,114,105,102,121])]);await s[g([118,101,114,105,102,121])]({[g([110,97,109,101])]:g([69,67,68,83,65]),[g([104,97,115,104])]:{[g([110,97,109,101])]:g([83,72,65,45,50,53,54])}},c,r,i)||(e=!1)}}()?function(){const t=e[g([102,101,97,116,117,114,101,115])];return!(!t||!t[g([105,110,99,108,117,100,101,115])](g([42]))&&!t[g([105,110,99,108,117,100,101,115])](g([83,67]))&&!t[g([105,110,99,108,117,100,101,115])](g([80,80])))}()?function(){const t=[g([101,118,97,108,117,97,116,105,111,110]),g([116,114,105,97,108])][g([105,110,99,108,117,100,101,115])](e[g([108,105,99,101,110,115,101,84,121,112,101])])?a/1e3:1752019200;return e[g([101,120,112])]<t}()?g([69,120,112,105,114,101,100]):function(){const t=c,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(174)]);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(242)](){return this[i(136)]}[i(132)](){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(151)][e(124)],t);return[{id:e(187),commandName:e(179),icon:r.IconRobotPencil,title:t(e(215)),description:t(e(190)),execute:t=>{const n=e;setTimeout(()=>t[n(144)](n(179)))}},{id:e(131),commandName:e(131),icon:r.IconQuote,title:t(e(211)),description:t(e(218))},{id:e(210),commandName:e(210),icon:r.IconBulletedList,title:t(e(235)),description:t(e(226))},{id:e(166),commandName:e(166),icon:r.IconCodeBlock,title:t(e(199)),description:t(e(137))},{id:e(203),commandName:e(203),icon:r.IconBrowseFiles,title:t(e(201)),description:t(e(147)),aliases:[e(230),e(177),e(236)]},{id:e(230),commandName:e(230),icon:r.IconBrowseFiles,title:t(e(152)),description:t(e(227)),aliases:[e(203),e(177),e(236)]},{id:e(188),commandName:e(188),icon:r.IconEmoji,title:t(e(212)),description:t(e(221)),execute:t=>{const n=e;setTimeout(()=>t[n(144)](n(188)))}},{id:e(216),commandName:e(204),icon:r.IconHeading1,title:t(e(172)),description:t(e(225)),execute:t=>{const n=e;t[n(144)](n(204),{value:n(216)})}},{id:e(133),commandName:e(204),icon:r.IconHeading2,title:t(e(182)),description:t(e(165)),execute:t=>{const n=e;t[n(144)](n(204),{value:n(133)})}},{id:e(178),commandName:e(204),icon:r.IconHeading3,title:t(e(205)),description:t(e(231)),execute:t=>{const n=e;t[n(144)](n(204),{value:n(178)})}},{id:e(175),commandName:e(204),icon:r.IconHeading4,title:t(e(171)),description:t(e(160)),execute:t=>{const n=e;t[n(144)](n(204),{value:n(175)})}},{id:e(234),commandName:e(204),icon:r.IconHeading5,title:t(e(191)),description:t(e(142)),execute:t=>{const n=e;t[n(144)](n(204),{value:n(234)})}},{id:e(229),commandName:e(204),icon:r.IconHeading6,title:t(e(134)),description:t(e(245)),execute:t=>{const n=e;t[n(144)](n(204),{value:n(229)})}},{id:e(141),commandName:e(141),icon:r.IconHorizontalLine,title:t(e(153)),description:t(e(162))},{id:e(125),commandName:e(125),icon:r.IconHtml,title:t(e(173)),description:t(e(186))},{id:e(192),commandName:e(192),icon:r.IconIndent,title:t(e(145)),description:t(e(214))},{id:e(241),commandName:e(241),title:t(e(197)),description:t(e(139))},{id:e(228),commandName:e(228),icon:r.IconTable,title:t(e(135)),description:t(e(121))},{id:e(219),commandName:e(219),icon:r.IconTableOfContents,title:t(e(183)),description:t(e(238)),aliases:[e(240)]},{id:e(146),commandName:e(146),icon:r.IconNumberedList,title:t(e(249)),description:t(e(176))},{id:e(120),commandName:e(120),icon:r.IconOutdent,title:t(e(207)),description:t(e(138))},{id:e(239),commandName:e(239),icon:r.IconParagraph,title:t(e(119)),description:t(e(130))},{id:e(194),commandName:e(194),icon:r.IconTodoList,title:t(e(122)),description:t(e(248))}]}[i(184)](e){const t=i;return e[t(168)]?e[t(168)](this[t(151)]):!e[t(148)]||this[t(151)][t(126)][t(169)](e[t(148)])[t(168)]}[i(209)](e){const n=i;if(e[n(144)])e[n(144)](this[n(151)]);else{if(!e[n(148)])throw new t.CKEditorError(n(180),this[n(151)],{commandDefinition:e});this[n(151)][n(144)](e[n(148)])}}}function c(e,t){const n=o();return(c=function(e,t){return n[e-=119]})(e,t)}function l(e,t){const n=i;return e[n(246)]<t[n(246)]?-1:e[n(246)]>t[n(246)]?1:0}function d(e,t){const n=i;return t+"-"+e[n(149)]()[n(181)](" ")[n(129)]("-")}function u(e,t){const n=m();return(u=function(e,t){return n[e-=312]})(e,t)}function m(){const e=["721ueQVZB","plugins","getMatchingCommands","54488952DMPxuj","7wOYagB","603628WouofX","isEnabled","13550405oXqzyy","9639YyNGGw","aliases","concat","some","get","description","isPremiumPlugin","53752qlwItF","isOfficialPlugin","SlashCommandEditing","pluginName","toLowerCase","16830MpeLOa","requires","SlashCommandConfig","title","getAllowedCommands","editor","80322FLuatJ","24DylHfV","filter","includes","656795hOOgDa","36rYHiCG","push"];return(m=function(){return e})()}const h=u;!function(e){const t=u,n=e();for(;;)try{if(952316===parseInt(t(315))/1*(-parseInt(t(337))/2)+parseInt(t(338))/3*(parseInt(t(316))/4)+-parseInt(t(341))/5*(parseInt(t(342))/6)+parseInt(t(344))/7*(-parseInt(t(326))/8)+-parseInt(t(319))/9*(parseInt(t(331))/10)+-parseInt(t(318))/11+parseInt(t(314))/12)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(m);class p extends e.Plugin{static get[h(329)](){return h(328)}static get[h(327)](){return!0}static get[h(325)](){return!0}static get[h(332)](){return[s]}[h(313)](e){const t=h,n=e&&e[t(330)]();let a=this[t(336)][t(312)][t(323)](t(333))[t(335)]();if(a=a[t(339)](e=>e[t(317)]()),n){const e=[],r=[],i=[],o=[];for(const s of a)s.id[t(330)]()[t(340)](n)?e[t(343)](s):s[t(334)][t(330)]()[t(340)](n)?r[t(343)](s):s[t(320)]&&s[t(320)][t(322)](e=>e[t(330)]()[t(340)](n))?i[t(343)](s):s[t(324)]&&s[t(324)][t(330)]()[t(340)](n)&&o[t(343)](s);a=e[t(321)](r,i,o)}return a}}var f=n(311);const g=I;function I(e,t){const n=b();return(I=function(e,t){return n[e-=316]})(e,t)}function b(){const e=["ck-slash-command-button__description","ck-slash-command-button","41382aVCETL","setTemplate","1745667HdPXat","set","12368mWKbzk","iconView","textPartView","labelView","children","icon","145tvfHzC","description","19083ZDmzBX","add","span","div","_createTextPartView","ck-slash-command-button__text-part","render","isIconColorInherited","144623lbbhVP","isColorInherited","1575220zvmMSy","36TROviR","title","336606dkeLsA","469fzEmEh"];return(b=function(){return e})()}!function(e){const t=I,n=e();for(;;)try{if(103021===parseInt(t(335))/1+parseInt(t(340))/2+parseInt(t(327))/3*(parseInt(t(338))/4)+parseInt(t(325))/5*(-parseInt(t(344))/6)+parseInt(t(341))/7*(-parseInt(t(319))/8)+parseInt(t(317))/9+-parseInt(t(337))/10)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(b);class v extends f.ButtonView{constructor(e,t){const n=I;super(e),this[n(321)]=this[n(331)](e,t),void 0!==t[n(334)]&&(this[n(320)][n(336)]=t[n(334)]),this[n(318)]({icon:t[n(324)]||r.IconPlay,withText:!0,label:t[n(339)],class:n(343)})}[g(333)](){const e=g;super[e(333)](),this[e(323)][e(328)](this[e(321)])}[g(331)](e,t){const n=g,a=new f.View(e);return a[n(316)]({tag:n(330),attributes:{class:["ck",n(332)]},children:t[n(326)]?[this[n(322)],{tag:n(329),attributes:{class:["ck",n(342)]},children:[{text:t[n(326)]}]}]:[this[n(322)]]}),a}}var k=n(673),C=n.n(k),w=n(545),y=n.n(w),x=n(262),L=n.n(x),O=n(667),H=n.n(O),N=n(357),_=n.n(N),A=n(655),T={attributes:{"data-cke":!0}};T.setAttributes=H(),T.insert=L().bind(null,"head"),T.domAPI=y(),T.insertStyleElement=_();C()(A.A,T);A.A&&A.A.locals&&A.A.locals;function P(e,t){const n=M();return(P=function(e,t){return n[e-=184]})(e,t)}const E=P;function M(){const e=["locale","push","domainLimit","slashCommand.dropdownLimit","plugins","3196648qupKCn","slashCommandLicenseKeyTrialLimit","slashCommandLicenseKeyValid","6437510XAbqES","high","SlashCommand","slashCommandLicenseKeyInvalid","slashCommandLicenseKeyExpired","SlashCommandUI","bind","13887YUavvP","slashCommandLicenseKeyNotAllowed","_licenseKeyCheckInterval","slashCommandLicenseKeyDomainLimit","slashCommandLicenseKeyEvaluationLimit","usageLimit","get","invalid","6tmzJIl","mention","evaluationLimit","trialLimit","slashCommandLicenseKeyUsageLimit","range","pluginName","editor","config","marker","isOfficialPlugin","_overrideMentionExecuteListener","render","ready","set","licenseKey","3184ntcAWl","22nvzruJ","5pmRPqf","_showLicenseError","execute","1714880oGSaWc","expired","once","getMatchingCommands","4883356DUbqnj","init","destroy","SlashCommandEditing","_customItemRenderer","stop","isPremiumPlugin","featureNotAllowed","630315hlgTrs","remove","mention.feeds","_setupMentionConfiguration","commands","element","479690flvKsO","model","change"];return(M=function(){return e})()}!function(e){const t=P,n=e();for(;;)try{if(678642===-parseInt(t(191))/1+parseInt(t(238))/2+parseInt(t(185))/3+parseInt(t(242))/4*(parseInt(t(235))/5)+parseInt(t(217))/6*(-parseInt(t(199))/7)+-parseInt(t(233))/8*(-parseInt(t(209))/9)+-parseInt(t(202))/10*(parseInt(t(234))/11))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(M);class S extends e.Plugin{[E(232)];[E(211)];static get[E(223)](){return E(207)}static get[E(227)](){return!0}static get[E(248)](){return!0}constructor(e){const t=E;super(e),this[t(188)]()}[E(243)](){const e=E;this[e(224)][e(240)](e(230),this[e(228)][e(208)](this)),this[e(232)]=this[e(224)][e(225)][e(215)](e(232));const t=this[e(224)];this[e(211)]=setInterval(()=>{const n=e;let a;for(const e in t){const r=e,i=t[r];if(n(201)==i||n(205)==i||n(206)==i||n(212)==i||n(210)==i||n(213)==i||n(200)==i||n(221)==i){delete t[r],a=i,clearInterval(this[n(211)]),this[n(211)]=void 0;break}}n(205)==a&&t[n(236)](n(216)),n(206)==a&&t[n(236)](n(239)),n(212)==a&&t[n(236)](n(196)),n(210)==a&&t[n(236)](n(184),n(204)),n(213)==a&&t[n(236)](n(219)),n(200)==a&&t[n(236)](n(220)),n(221)==a&&t[n(236)](n(214))},1e3)}[E(244)](){const e=E;super[e(244)](),this[e(211)]&&clearInterval(this[e(211)])}[E(188)](){const e=E,t=this[e(224)],n=this[e(224)][e(198)][e(215)](e(245)),a=t[e(225)][e(215)](e(187));a[e(195)]({marker:"/",feed:t=>n[e(241)](t),itemRenderer:this[e(246)][e(208)](this),dropdownLimit:t[e(225)][e(215)](e(197))||1/0}),t[e(225)][e(231)](e(187),a)}[E(228)](){const e=E,t=this[e(224)];t[e(189)][e(215)](e(218)).on(e(237),(n,a)=>{const r=e,i=a[0],o=t[r(192)];"/"===i[r(226)]&&o[r(193)](e=>{const t=r;e[t(186)](i[t(222)]),i[t(218)][t(237)](),n[t(247)]()})},{priority:e(203)})}[E(246)](e){const t=E,n=this[t(224)][t(194)],a=new v(n,e);return a[t(229)](),a[t(190)]}}function j(e,t){var n=z();return(j=function(e,t){return n[e-=315]})(e,t)}function z(){var e=["299226EzKUYM","478230okhXve","2kfCgzB","isOfficialPlugin","497331OPvdxx","2127840GMhNSY","SlashCommand","1430332pLfvHR","Mention","817250nkCaMP","requires","pluginName","297850OCfZKy","isPremiumPlugin"];return(z=function(){return e})()}var B=j;!function(e){for(var t=j,n=e();;)try{if(247577===parseInt(t(328))/1+-parseInt(t(316))/2*(parseInt(t(318))/3)+parseInt(t(321))/4+parseInt(t(326))/5+parseInt(t(315))/6+-parseInt(t(323))/7+-parseInt(t(319))/8)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(z);class K extends e.Plugin{static get[B(324)](){return[B(322),p,S]}static get[B(325)](){return B(320)}static get[B(317)](){return!0}static get[B(327)](){return!0}}function q(){var e=["4460820JHXHLz","21ouzxKK","1886589LkxXiu","2ZiStBb","4604nHpqjY","806440UZEcfl","130773QryHDy","291REPBey","1017246RBJBCk","73544BnEORn"];return(q=function(){return e})()}function D(e,t){var n=q();return(D=function(e,t){return n[e-=208]})(e,t)}!function(e){for(var t=D,n=e();;)try{if(110033===parseInt(t(210))/1*(-parseInt(t(217))/2)+parseInt(t(211))/3*(-parseInt(t(208))/4)+-parseInt(t(209))/5+-parseInt(t(212))/6+-parseInt(t(215))/7*(-parseInt(t(213))/8)+parseInt(t(216))/9+parseInt(t(214))/10)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(q)})(),(window.CKEditor5=window.CKEditor5||{}).slashCommand=a})();
|
package/dist/index.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
import{Plugin as _0x4b8389}from'@ckeditor/ckeditor5-core/dist/index.js';import{CKEditorError as _0x2468b0,uid as _0x2e89c6}from'@ckeditor/ckeditor5-utils/dist/index.js';import{IconRobotPencil as _0x27faff,IconQuote as _0x40491d,IconBulletedList as _0x3168eb,IconCodeBlock as _0x45414b,IconBrowseFiles as _0xae0e74,IconEmoji as _0x3f35e6,IconHeading1 as _0x18a953,IconHeading2 as _0x498561,IconHeading3 as _0x17e0a6,IconHeading4 as _0x425daa,IconHeading5 as _0x228447,IconHeading6 as _0x29fb1a,IconHorizontalLine as _0x25b478,IconHtml as _0x3cd2f8,IconIndent as _0x36ff22,IconTable as _0x47d624,IconTableOfContents as _0x376ba,IconNumberedList as _0x35738b,IconOutdent as _0x382be2,IconParagraph as _0x14dbea,IconTodoList as _0x145949,IconPlay as _0x4f94f8}from'@ckeditor/ckeditor5-icons/dist/index.js';import{ButtonView as _0x6dc393,View as _0x22d3e2}from'@ckeditor/ckeditor5-ui/dist/index.js';class P extends _0x4b8389{static get['pluginName'](){return'SlashCommandConfig';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x40feac){super(_0x40feac),this['_allowedCommands']=null;}['afterInit'](){const _0x40468b=this['editor']['config']['get']('slashCommand.removeCommands')||[],_0x369737=function(_0xdf4c9){let _0x2d3dd7=['heading4','heading5','heading6'];if(_0xdf4c9){const _0x3b84eb=_0xdf4c9['map'](_0x361c43=>_0x361c43['model']);_0x2d3dd7=['heading1','heading2','heading3','heading4','heading5','heading6']['filter'](_0x4d9932=>!_0x3b84eb['includes'](_0x4d9932));}return _0x2d3dd7;}(this['editor']['config']['get']('heading.options'));let _0x440d5f=this['getDefaultCommands']()['filter'](_0x36a1a9=>!_0x369737['includes'](_0x36a1a9['id']))['filter'](_0x149e05=>!_0x40468b['includes'](_0x149e05['commandName']));const _0xedd281=this['editor']['config']['get']('slashCommand.extraCommands');_0xedd281&&_0xedd281['length']&&(_0x440d5f=_0x440d5f['concat'](_0xedd281));const _0x516cf2=this['editor']['config']['get']('template.definitions');_0x516cf2&&_0x516cf2['length']&&(_0x440d5f=_0x440d5f['concat'](function(_0x41f984){return _0x41f984['map'](_0x348731=>{const {title:_0x2e1735,icon:_0x33e179,description:_0x4e2429,data:_0x54b834}=_0x348731,_0x5eb880={'id':L(_0x2e1735,'template'),'commandName':'insertTemplate','execute':_0x211b79=>{_0x211b79['execute']('insertTemplate',_0x54b834);},'description':_0x4e2429,'icon':_0x33e179,'title':_0x2e1735};return _0x33e179&&(_0x5eb880['isIconColorInherited']=!0x1),_0x5eb880;});}(_0x516cf2)));const _0x3fedbe=this['editor']['config']['get']('style.definitions');_0x3fedbe&&_0x3fedbe['length']&&(_0x440d5f=_0x440d5f['concat'](function(_0x3ce474){return _0x3ce474['map'](_0x59761b=>({'id':L(_0x59761b['name'],'style'),'commandName':'style','execute':_0x13fbe3=>{_0x13fbe3['execute']('style',{'styleName':_0x59761b['name']});},'isEnabled':_0x324c46=>{const _0x1b5730=_0x324c46['commands']['get']('style');return _0x1b5730['isEnabled']&&_0x1b5730['enabledStyles']['includes'](_0x59761b['name']);},'title':_0x59761b['name']}));}(_0x3fedbe)));const _0x3ca032=_0x440d5f['filter'](_0x2a4069=>!_0x2a4069['commandName']||void 0x0!==this['editor']['commands']['get'](_0x2a4069['commandName'])),_0x23e377=[];for(const _0xc5cf7c of _0x3ca032)_0x23e377['push']({'id':_0xc5cf7c['id'],'commandName':_0xc5cf7c['commandName'],'title':'function'==typeof _0xc5cf7c['title']?_0xc5cf7c['title'](this['editor']):_0xc5cf7c['title'],'description':_0xc5cf7c['description'],'icon':_0xc5cf7c['icon'],'isIconColorInherited':_0xc5cf7c['isIconColorInherited'],'aliases':_0xc5cf7c['aliases'],'isEnabled':()=>this['_proxyIsEnabled'](_0xc5cf7c),'execute':()=>this['_proxyExecute'](_0xc5cf7c)});this['_allowedCommands']=_0x23e377['sort'](j),async function(_0x480469){const _0x3ce121=_0x598cc8([0x73,0x38,0x61,0x50,0x4a,0x6f,0x59,0x4f,0x76,0x68,0x64,0x72,0x4b,0x75,0x52,0x74,0x63,0x6c,0x6a,0x39,0x49,0x35,0x43,0x58,0x54,0x34,0x30,0x55,0x44,0x65,0x42,0x37,0x4e,0x33,0x77,0x71,0x36,0x4d,0x32,0x56,0x78,0x41,0x79,0x5a,0x6b,0x45,0x53,0x7a,0x6e,0x46,0x66,0x51,0x48,0x67,0x57,0x47,0x6d,0x31,0x69,0x4c,0x62,0x70]),_0x3c924f=0x5816a0a0,_0x40f2e6=0x5811cc58^_0x3c924f,_0x511c0d=window[_0x598cc8([0x44,0x61,0x74,0x65])][_0x598cc8([0x6e,0x6f,0x77])](),_0x4af000=_0x480469[_0x598cc8([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x2de325=new window[(_0x598cc8([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0xf80bfc=>{_0x4af000[_0x598cc8([0x6f,0x6e,0x63,0x65])](_0x598cc8([0x72,0x65,0x61,0x64,0x79]),_0xf80bfc);}),_0x4ccf52={[_0x598cc8([0x6b,0x74,0x79])]:_0x598cc8([0x45,0x43]),[_0x598cc8([0x75,0x73,0x65])]:_0x598cc8([0x73,0x69,0x67]),[_0x598cc8([0x63,0x72,0x76])]:_0x598cc8([0x50,0x2d,0x32,0x35,0x36]),[_0x598cc8([0x78])]:_0x598cc8([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]),[_0x598cc8([0x79])]:_0x598cc8([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]),[_0x598cc8([0x61,0x6c,0x67])]:_0x598cc8([0x45,0x53,0x32,0x35,0x36])},_0x14b1af=_0x4af000[_0x598cc8([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x598cc8([0x67,0x65,0x74])](_0x598cc8([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0xd81a0f(){let _0x22a4ce,_0x301187=null,_0x15a9ee=null;try{if(_0x14b1af==_0x598cc8([0x47,0x50,0x4c]))return _0x598cc8([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x22a4ce=_0x303a3b(),!_0x22a4ce)return _0x598cc8([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x22a4ce[_0x598cc8([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x15a9ee=_0x407373(_0x22a4ce[_0x598cc8([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x22a4ce[_0x598cc8([0x6a,0x74,0x69])])),await _0x53be1f()?_0x52c24e()?_0x451677()?_0x598cc8([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x4536be()?(_0x22a4ce[_0x598cc8([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x598cc8([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x301187=_0x1a93d8(_0x598cc8([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x22a4ce[_0x598cc8([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x598cc8([0x74,0x72,0x69,0x61,0x6c])&&(_0x301187=_0x1a93d8(_0x598cc8([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x43b358()):_0x598cc8([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x598cc8([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x598cc8([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x598cc8([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x451677(){const _0x19caec=[_0x598cc8([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x598cc8([0x74,0x72,0x69,0x61,0x6c])][_0x598cc8([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x22a4ce[_0x598cc8([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x511c0d/0x3e8:0xe10*_0x40f2e6;return _0x22a4ce[_0x598cc8([0x65,0x78,0x70])]<_0x19caec;}function _0x52c24e(){const _0x93b56b=_0x22a4ce[_0x598cc8([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x93b56b&&(!!_0x93b56b[_0x598cc8([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x598cc8([0x2a]))||(!!_0x93b56b[_0x598cc8([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x598cc8([0x53,0x43]))||!!_0x93b56b[_0x598cc8([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x598cc8([0x50,0x50]))));}function _0x4536be(){const _0x3ae4ec=_0x22a4ce[_0x598cc8([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x3ae4ec||0x0==_0x3ae4ec[_0x598cc8([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x584044}=new URL(window[_0x598cc8([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x3ae4ec[_0x598cc8([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x584044))return!0x0;const _0x5cd544=_0x584044[_0x598cc8([0x73,0x70,0x6c,0x69,0x74])](_0x598cc8([0x2e]));return _0x3ae4ec[_0x598cc8([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x1245d7=>_0x1245d7[_0x598cc8([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x598cc8([0x2a])))[_0x598cc8([0x6d,0x61,0x70])](_0xc33ae5=>_0xc33ae5[_0x598cc8([0x73,0x70,0x6c,0x69,0x74])](_0x598cc8([0x2e])))[_0x598cc8([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x363d53=>_0x363d53[_0x598cc8([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x5cd544[_0x598cc8([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x598cc8([0x6d,0x61,0x70])](_0x4b9e0b=>Array(_0x5cd544[_0x598cc8([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x4b9e0b[_0x598cc8([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x598cc8([0x66,0x69,0x6c,0x6c])](_0x4b9e0b[0x0]===_0x598cc8([0x2a])?_0x598cc8([0x2a]):'')[_0x598cc8([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x4b9e0b))[_0x598cc8([0x73,0x6f,0x6d,0x65])](_0x3ef2dc=>_0x5cd544[_0x598cc8([0x65,0x76,0x65,0x72,0x79])]((_0x11651c,_0xafd120)=>_0x3ef2dc[_0xafd120]===_0x11651c||_0x3ef2dc[_0xafd120]===_0x598cc8([0x2a])));}function _0x43b358(){return _0x301187&&_0x15a9ee?new window[(_0x598cc8([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x49bac2,_0x272375)=>{_0x301187[_0x598cc8([0x74,0x68,0x65,0x6e])](_0x49bac2,_0x272375),_0x15a9ee[_0x598cc8([0x74,0x68,0x65,0x6e])](_0x4e4ad8=>{_0x4e4ad8!=_0x598cc8([0x56,0x61,0x6c,0x69,0x64])&&_0x49bac2(_0x4e4ad8);},_0x272375);}):_0x301187||_0x15a9ee||_0x598cc8([0x56,0x61,0x6c,0x69,0x64]);}}function _0x407373(_0x4abdd9,_0x1dc3c2){return new window[(_0x598cc8([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x1d97a2=>{if(_0x5aa013())return _0x1d97a2(_0x598cc8([0x56,0x61,0x6c,0x69,0x64]));_0x5cca9d(),_0x4af000[_0x598cc8([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x598cc8([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x1d3bf9=!0x1;const _0x290d21=_0x2e89c6();function _0x240bcb(_0x231e3e){return!!_0x231e3e&&(typeof _0x231e3e===_0x598cc8([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x231e3e===_0x598cc8([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x231e3e[_0x598cc8([0x74,0x68,0x65,0x6e])]===_0x598cc8([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x231e3e[_0x598cc8([0x63,0x61,0x74,0x63,0x68])]===_0x598cc8([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x3e2996(_0x404766){_0x5134ec(_0x404766)[_0x598cc8([0x74,0x68,0x65,0x6e])](_0x577a87=>{if(!_0x577a87||_0x577a87[_0x598cc8([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x598cc8([0x6f,0x6b]))return _0x598cc8([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x4342e9(_0x3654d2(_0x290d21+_0x1dc3c2))!=_0x577a87[_0x598cc8([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x598cc8([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x598cc8([0x56,0x61,0x6c,0x69,0x64]);})[_0x598cc8([0x74,0x68,0x65,0x6e])](_0x3d5273=>(_0x28de47(),_0x3d5273),()=>{const _0x2c62ff=_0xbe62b();return null==_0x2c62ff?(_0x28de47(),_0x598cc8([0x56,0x61,0x6c,0x69,0x64])):_0x598cc8(_0x511c0d-_0x2c62ff>(0x7c1a24a0^_0x3c924f)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x598cc8([0x74,0x68,0x65,0x6e])](_0x1d97a2)[_0x598cc8([0x63,0x61,0x74,0x63,0x68])](()=>{_0x1d97a2(_0x598cc8([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x3523b4=0x58204e20^_0x3c924f;function _0x28de47(){const _0xa17404=_0x598cc8([0x6c,0x6c,0x63,0x74,0x2d])+_0x4342e9(_0x3654d2(_0x4abdd9)),_0x4f80a1=_0x33958f(_0x4342e9(window[_0x598cc8([0x4d,0x61,0x74,0x68])][_0x598cc8([0x63,0x65,0x69,0x6c])](_0x511c0d/_0x3523b4)));window[_0x598cc8([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x598cc8([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0xa17404,_0x4f80a1);}function _0xbe62b(){const _0x84d044=_0x598cc8([0x6c,0x6c,0x63,0x74,0x2d])+_0x4342e9(_0x3654d2(_0x4abdd9)),_0xc935f7=window[_0x598cc8([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x598cc8([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x84d044);return _0xc935f7?window[_0x598cc8([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x33958f(_0xc935f7),0x10)*_0x3523b4:null;}function _0x5134ec(_0x36d035){return new window[(_0x598cc8([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0xe7e651,_0x3d3faa)=>{_0x36d035[_0x598cc8([0x74,0x68,0x65,0x6e])](_0xe7e651,_0x3d3faa),window[_0x598cc8([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x3d3faa,0x58177460^_0x3c924f);});}}_0x4af000[_0x598cc8([0x6f,0x6e])](_0x598cc8([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x2c5d9a,_0x55fba9)=>{if(_0x55fba9[0x0]!=_0x4abdd9)return _0x1d97a2(_0x598cc8([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x55fba9[0x1]={..._0x55fba9[0x1],[_0x598cc8([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x290d21};},{[_0x598cc8([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x598cc8([0x68,0x69,0x67,0x68])}),_0x4af000[_0x598cc8([0x6f,0x6e])](_0x598cc8([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x179772=>{_0x240bcb(_0x179772[_0x598cc8([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x1d3bf9=!0x0,_0x3e2996(_0x179772[_0x598cc8([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x598cc8([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x598cc8([0x6c,0x6f,0x77])}),_0x2de325[_0x598cc8([0x74,0x68,0x65,0x6e])](()=>{_0x1d3bf9||_0x1d97a2(_0x598cc8([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x5aa013(){return _0x4af000[_0x598cc8([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x598cc8([0x76,0x69,0x65,0x77])][_0x598cc8([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x598cc8([0x61,0x75,0x74,0x6f]);}function _0x5cca9d(){_0x4af000[_0x598cc8([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x598cc8([0x76,0x69,0x65,0x77])][_0x598cc8([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x598cc8([0x61,0x75,0x74,0x6f]);}}function _0x1a93d8(_0x4e67de){const _0x237a58=[new window[(_0x598cc8([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2a4143=>setTimeout(_0x2a4143,0x581f9e6c^_0x3c924f)),_0x2de325[_0x598cc8([0x74,0x68,0x65,0x6e])](()=>new window[(_0x598cc8([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x24f621=>{let _0x281d51=0x0;_0x4af000[_0x598cc8([0x6d,0x6f,0x64,0x65,0x6c])][_0x598cc8([0x6f,0x6e])](_0x598cc8([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x54c090,_0x5f2f5c)=>{_0x5f2f5c[0x0][_0x598cc8([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x281d51++,_0x281d51==(0x5816a158^_0x3c924f)&&(_0x24f621(),_0x54c090[_0x598cc8([0x6f,0x66,0x66])]());});}))];return window[_0x598cc8([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x598cc8([0x72,0x61,0x63,0x65])](_0x237a58)[_0x598cc8([0x74,0x68,0x65,0x6e])](()=>_0x4e67de);}async function _0x40fc2c(){await _0x2de325,_0x4af000[_0x598cc8([0x6d,0x6f,0x64,0x65,0x6c])][_0x598cc8([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x33a45a,_0x4af000[_0x598cc8([0x6d,0x6f,0x64,0x65,0x6c])][_0x598cc8([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x33a45a,_0x4af000[_0x598cc8([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x598cc8([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x43f755(_0x36ffa4){const _0x4f412a=_0x13b21e();_0x4af000[_0x4f412a]=_0x598cc8([0x73,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x36ffa4,_0x36ffa4!=_0x598cc8([0x56,0x61,0x6c,0x69,0x64])&&_0x40fc2c();}function _0x13b21e(){const _0x15e525=window[_0x598cc8([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x598cc8([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x598cc8([0x6e,0x6f,0x77])]())[_0x598cc8([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x598cc8([0x2e]),'');let _0x574f63=_0x598cc8([0x73]);for(let _0xd2f6df=0x0;_0xd2f6df<_0x15e525[_0x598cc8([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0xd2f6df+=0x2){let _0x1701c4=window[_0x598cc8([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x15e525[_0x598cc8([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0xd2f6df,_0xd2f6df+0x2));_0x1701c4>=_0x3ce121[_0x598cc8([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x1701c4-=_0x3ce121[_0x598cc8([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x574f63+=_0x3ce121[_0x1701c4];}return _0x574f63;}function _0x303a3b(){const _0x3510e8=_0x14b1af[_0x598cc8([0x73,0x70,0x6c,0x69,0x74])](_0x598cc8([0x2e]));if(0x3!=_0x3510e8[_0x598cc8([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x4ed789(_0x3510e8[0x1]);function _0x4ed789(_0x589213){const _0x36b8f2=_0x5ebdf9(_0x589213);return _0x36b8f2&&_0x4ff2f5()?_0x36b8f2:null;function _0x4ff2f5(){const _0x56bbfe=_0x36b8f2[_0x598cc8([0x6a,0x74,0x69])],_0x310ae5=window[_0x598cc8([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x56bbfe[_0x598cc8([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x56bbfe[_0x598cc8([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x28f41d={..._0x36b8f2,[_0x598cc8([0x6a,0x74,0x69])]:_0x56bbfe[_0x598cc8([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x56bbfe[_0x598cc8([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x28f41d[_0x598cc8([0x76,0x63])],_0x3654d2(_0x28f41d)==_0x310ae5;}}}async function _0x53be1f(){let _0x149aa5=!0x0;try{const _0x409be2=_0x14b1af[_0x598cc8([0x73,0x70,0x6c,0x69,0x74])](_0x598cc8([0x2e])),[_0x11de7b,_0x282621,_0x47d93f]=_0x409be2;return _0xe2d3e6(_0x11de7b),await _0x20bef1(_0x11de7b,_0x282621,_0x47d93f),_0x149aa5;}catch{return!0x1;}function _0xe2d3e6(_0x2f0bd7){const _0x1da686=_0x5ebdf9(_0x2f0bd7);_0x1da686&&_0x1da686[_0x598cc8([0x61,0x6c,0x67])]==_0x598cc8([0x45,0x53,0x32,0x35,0x36])||(_0x149aa5=!0x1);}async function _0x20bef1(_0x213d3c,_0x5bba2e,_0x2a9b75){const _0x4642dc=window[_0x598cc8([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x598cc8([0x66,0x72,0x6f,0x6d])](_0x3e3172(_0x2a9b75),_0x236a88=>_0x236a88[_0x598cc8([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x224438=new window[(_0x598cc8([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x598cc8([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x213d3c+_0x598cc8([0x2e])+_0x5bba2e),_0x8137c=window[_0x598cc8([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x598cc8([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x8137c)return;const _0x3de75b=await _0x8137c[_0x598cc8([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x598cc8([0x6a,0x77,0x6b]),_0x4ccf52,{[_0x598cc8([0x6e,0x61,0x6d,0x65])]:_0x598cc8([0x45,0x43,0x44,0x53,0x41]),[_0x598cc8([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x598cc8([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x598cc8([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x8137c[_0x598cc8([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x598cc8([0x6e,0x61,0x6d,0x65])]:_0x598cc8([0x45,0x43,0x44,0x53,0x41]),[_0x598cc8([0x68,0x61,0x73,0x68])]:{[_0x598cc8([0x6e,0x61,0x6d,0x65])]:_0x598cc8([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x3de75b,_0x4642dc,_0x224438)||(_0x149aa5=!0x1);}}function _0x5ebdf9(_0x110c10){return _0x110c10[_0x598cc8([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x598cc8([0x65,0x79]))?JSON[_0x598cc8([0x70,0x61,0x72,0x73,0x65])](_0x3e3172(_0x110c10)):null;}function _0x3e3172(_0x52cd6f){return window[_0x598cc8([0x61,0x74,0x6f,0x62])](_0x52cd6f[_0x598cc8([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x598cc8([0x2b]))[_0x598cc8([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x598cc8([0x2f])));}function _0x3654d2(_0x12bafb){let _0x51c0fe=0x1505;function _0x555304(_0x1dc0be){for(let _0x28e8b1=0x0;_0x28e8b1<_0x1dc0be[_0x598cc8([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x28e8b1++){const _0x476d46=_0x1dc0be[_0x598cc8([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x28e8b1);_0x51c0fe=(_0x51c0fe<<0x5)+_0x51c0fe+_0x476d46,_0x51c0fe&=_0x51c0fe;}}function _0x17d6c8(_0x20fabe){Array[_0x598cc8([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x20fabe)?_0x20fabe[_0x598cc8([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x17d6c8):_0x20fabe&&typeof _0x20fabe==_0x598cc8([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x598cc8([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x20fabe)[_0x598cc8([0x73,0x6f,0x72,0x74])]()[_0x598cc8([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x2851a3,_0x478a25])=>{_0x555304(_0x2851a3),_0x17d6c8(_0x478a25);}):_0x555304(window[_0x598cc8([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x20fabe));}return _0x17d6c8(_0x12bafb),_0x51c0fe>>>0x0;}function _0x4342e9(_0x542e01){return _0x542e01[_0x598cc8([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x598cc8([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x598cc8([0x30]));}function _0x33958f(_0x4bf7cd){return _0x4bf7cd[_0x598cc8([0x73,0x70,0x6c,0x69,0x74])]('')[_0x598cc8([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x598cc8([0x6a,0x6f,0x69,0x6e])]('');}function _0x33a45a(){}function _0x598cc8(_0x35f96e){return _0x35f96e['map'](_0x9199af=>String['fromCharCode'](_0x9199af))['join']('');}_0x43f755(await _0xd81a0f());}(this);}['getAllowedCommands'](){return this['_allowedCommands'];}['getDefaultCommands'](){const _0x542d20=_0x2ff8a0=>function(_0x2d888c,_0x40b06b){const t=_0x2d888c['t'],_0x4d473e=_0x2d888c['t'];switch(_0x40b06b){case'AI\x20Assistant':return _0x4d473e('AI\x20Assistant');case'Block\x20quote':return _0x4d473e('Block\x20quote');case'Bulleted\x20list':return _0x4d473e('Bulleted\x20list');case'Insert\x20code\x20block':return _0x4d473e('Insert\x20code\x20block');case'Open\x20file\x20manager':return _0x4d473e('Open\x20file\x20manager');case'Insert\x20image':return _0x4d473e('Insert\x20image');case'Heading\x201':return _0x4d473e('Heading\x201');case'Heading\x202':return _0x4d473e('Heading\x202');case'Heading\x203':return _0x4d473e('Heading\x203');case'Heading\x204':return _0x4d473e('Heading\x204');case'Heading\x205':return _0x4d473e('Heading\x205');case'Heading\x206':return _0x4d473e('Heading\x206');case'Horizontal\x20line':return _0x4d473e('Horizontal\x20line');case'Insert\x20HTML':return _0x4d473e('Insert\x20HTML');case'Increase\x20indent':return _0x4d473e('Increase\x20indent');case'Insert\x20table':return _0x4d473e('Insert\x20table');case'Table\x20of\x20contents':return _0x4d473e('Table\x20of\x20contents');case'Numbered\x20list':return _0x4d473e('Numbered\x20list');case'Decrease\x20indent':return _0x4d473e('Decrease\x20indent');case'Paragraph':return _0x4d473e('Paragraph');case'To-do\x20list':return _0x4d473e('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 _0x40b06b;}}(this['editor']['locale'],_0x2ff8a0);return[{'id':'aiAssistant','commandName':'showAIAssistant','icon':_0x27faff,'title':_0x542d20('AI\x20Assistant'),'description':_0x542d20('Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content'),'execute':_0x56150f=>{setTimeout(()=>_0x56150f['execute']('showAIAssistant'));}},{'id':'blockQuote','commandName':'blockQuote','icon':_0x40491d,'title':_0x542d20('Block\x20quote'),'description':_0x542d20('Create\x20a\x20block\x20quote')},{'id':'bulletedList','commandName':'bulletedList','icon':_0x3168eb,'title':_0x542d20('Bulleted\x20list'),'description':_0x542d20('Create\x20a\x20bulleted\x20list')},{'id':'codeBlock','commandName':'codeBlock','icon':_0x45414b,'title':_0x542d20('Insert\x20code\x20block'),'description':_0x542d20('Create\x20a\x20code\x20block')},{'id':'ckbox','commandName':'ckbox','icon':_0xae0e74,'title':_0x542d20('Open\x20file\x20manager'),'description':_0x542d20('Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file'),'aliases':['ckfinder','filemanager','upload']},{'id':'ckfinder','commandName':'ckfinder','icon':_0xae0e74,'title':_0x542d20('Insert\x20image'),'description':_0x542d20('Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file'),'aliases':['ckbox','filemanager','upload']},{'id':'emoji','commandName':'emoji','icon':_0x3f35e6,'title':_0x542d20('Emoji'),'description':_0x542d20('Insert\x20an\x20emoji'),'execute':_0x2a0841=>{setTimeout(()=>_0x2a0841['execute']('emoji'));}},{'id':'heading1','commandName':'heading','icon':_0x18a953,'title':_0x542d20('Heading\x201'),'description':_0x542d20('Create\x20a\x20heading\x20level\x201'),'execute':_0x1e4899=>{_0x1e4899['execute']('heading',{'value':'heading1'});}},{'id':'heading2','commandName':'heading','icon':_0x498561,'title':_0x542d20('Heading\x202'),'description':_0x542d20('Create\x20a\x20heading\x20level\x202'),'execute':_0x3f4520=>{_0x3f4520['execute']('heading',{'value':'heading2'});}},{'id':'heading3','commandName':'heading','icon':_0x17e0a6,'title':_0x542d20('Heading\x203'),'description':_0x542d20('Create\x20a\x20heading\x20level\x203'),'execute':_0x37e54c=>{_0x37e54c['execute']('heading',{'value':'heading3'});}},{'id':'heading4','commandName':'heading','icon':_0x425daa,'title':_0x542d20('Heading\x204'),'description':_0x542d20('Create\x20a\x20heading\x20level\x204'),'execute':_0x1edb86=>{_0x1edb86['execute']('heading',{'value':'heading4'});}},{'id':'heading5','commandName':'heading','icon':_0x228447,'title':_0x542d20('Heading\x205'),'description':_0x542d20('Create\x20a\x20heading\x20level\x205'),'execute':_0x2c97ce=>{_0x2c97ce['execute']('heading',{'value':'heading5'});}},{'id':'heading6','commandName':'heading','icon':_0x29fb1a,'title':_0x542d20('Heading\x206'),'description':_0x542d20('Create\x20a\x20heading\x20level\x206'),'execute':_0x516a91=>{_0x516a91['execute']('heading',{'value':'heading6'});}},{'id':'horizontalLine','commandName':'horizontalLine','icon':_0x25b478,'title':_0x542d20('Horizontal\x20line'),'description':_0x542d20('Insert\x20a\x20horizontal\x20line')},{'id':'htmlEmbed','commandName':'htmlEmbed','icon':_0x3cd2f8,'title':_0x542d20('Insert\x20HTML'),'description':_0x542d20('Insert\x20an\x20HTML\x20snippet')},{'id':'indent','commandName':'indent','icon':_0x36ff22,'title':_0x542d20('Increase\x20indent'),'description':_0x542d20('Increase\x20the\x20indentation')},{'id':'insertMermaidCommand','commandName':'insertMermaidCommand','title':_0x542d20('Insert\x20Mermaid\x20diagram'),'description':_0x542d20('Insert\x20the\x20Mermaid\x20diagram')},{'id':'insertTable','commandName':'insertTable','icon':_0x47d624,'title':_0x542d20('Insert\x20table'),'description':_0x542d20('Create\x20a\x20table')},{'id':'insertTableOfContents','commandName':'insertTableOfContents','icon':_0x376ba,'title':_0x542d20('Table\x20of\x20contents'),'description':_0x542d20('Insert\x20table\x20of\x20contents'),'aliases':['toc']},{'id':'numberedList','commandName':'numberedList','icon':_0x35738b,'title':_0x542d20('Numbered\x20list'),'description':_0x542d20('Create\x20a\x20numbered\x20list')},{'id':'outdent','commandName':'outdent','icon':_0x382be2,'title':_0x542d20('Decrease\x20indent'),'description':_0x542d20('Decrease\x20the\x20indentation')},{'id':'paragraph','commandName':'paragraph','icon':_0x14dbea,'title':_0x542d20('Paragraph'),'description':_0x542d20('Insert\x20a\x20paragraph')},{'id':'todoList','commandName':'todoList','icon':_0x145949,'title':_0x542d20('To-do\x20list'),'description':_0x542d20('Create\x20a\x20to-do\x20list')}];}['_proxyIsEnabled'](_0x5d08f6){return _0x5d08f6['isEnabled']?_0x5d08f6['isEnabled'](this['editor']):!_0x5d08f6['commandName']||this['editor']['commands']['get'](_0x5d08f6['commandName'])['isEnabled'];}['_proxyExecute'](_0x112977){if(_0x112977['execute'])_0x112977['execute'](this['editor']);else{if(!_0x112977['commandName'])throw new _0x2468b0('slash-command-execute-missing',this['editor'],{'commandDefinition':_0x112977});this['editor']['execute'](_0x112977['commandName']);}}}function j(_0x4b675b,_0x5398ac){return _0x4b675b['title']<_0x5398ac['title']?-0x1:_0x4b675b['title']>_0x5398ac['title']?0x1:0x0;}function L(_0xf3495f,_0x1e46e1){return _0x1e46e1+'-'+_0xf3495f['toLowerCase']()['split']('\x20')['join']('-');}class s extends _0x4b8389{static get['pluginName'](){return'SlashCommandEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[P];}['getMatchingCommands'](_0x3a1b83){const _0x44e325=_0x3a1b83&&_0x3a1b83['toLowerCase']();let _0x4eee66=this['editor']['plugins']['get']('SlashCommandConfig')['getAllowedCommands']();if(_0x4eee66=_0x4eee66['filter'](_0x3eafa8=>_0x3eafa8['isEnabled']()),_0x44e325){const _0x29c630=[],_0x2c8c2e=[],_0x564057=[],_0xf7bfd7=[];for(const _0x5d0367 of _0x4eee66)_0x5d0367['id']['toLowerCase']()['includes'](_0x44e325)?_0x29c630['push'](_0x5d0367):_0x5d0367['title']['toLowerCase']()['includes'](_0x44e325)?_0x2c8c2e['push'](_0x5d0367):_0x5d0367['aliases']&&_0x5d0367['aliases']['some'](_0x5e3350=>_0x5e3350['toLowerCase']()['includes'](_0x44e325))?_0x564057['push'](_0x5d0367):_0x5d0367['description']&&_0x5d0367['description']['toLowerCase']()['includes'](_0x44e325)&&_0xf7bfd7['push'](_0x5d0367);_0x4eee66=_0x29c630['concat'](_0x2c8c2e,_0x564057,_0xf7bfd7);}return _0x4eee66;}}class K extends _0x6dc393{constructor(_0x1681b2,_0xbf78dd){super(_0x1681b2),this['textPartView']=this['_createTextPartView'](_0x1681b2,_0xbf78dd),void 0x0!==_0xbf78dd['isIconColorInherited']&&(this['iconView']['isColorInherited']=_0xbf78dd['isIconColorInherited']),this['set']({'icon':_0xbf78dd['icon']||_0x4f94f8,'withText':!0x0,'label':_0xbf78dd['title'],'class':'ck-slash-command-button'});}['render'](){super['render'](),this['children']['add'](this['textPartView']);}['_createTextPartView'](_0x38b66d,_0x2760ce){const _0x5dd037=new _0x22d3e2(_0x38b66d);return _0x5dd037['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-slash-command-button__text-part']},'children':_0x2760ce['description']?[this['labelView'],{'tag':'span','attributes':{'class':['ck','ck-slash-command-button__description']},'children':[{'text':_0x2760ce['description']}]}]:[this['labelView']]}),_0x5dd037;}}class e extends _0x4b8389{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'SlashCommandUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x1ff8d8){super(_0x1ff8d8),this['_setupMentionConfiguration']();}['init'](){this['editor']['once']('ready',this['_overrideMentionExecuteListener']['bind'](this)),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x440868=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x2cff30;for(const _0x2d075c in _0x440868){const _0x3fff8f=_0x2d075c,_0x8a76da=_0x440868[_0x3fff8f];if('slashCommandLicenseKeyValid'==_0x8a76da||'slashCommandLicenseKeyInvalid'==_0x8a76da||'slashCommandLicenseKeyExpired'==_0x8a76da||'slashCommandLicenseKeyDomainLimit'==_0x8a76da||'slashCommandLicenseKeyNotAllowed'==_0x8a76da||'slashCommandLicenseKeyEvaluationLimit'==_0x8a76da||'slashCommandLicenseKeyTrialLimit'==_0x8a76da||'slashCommandLicenseKeyUsageLimit'==_0x8a76da){delete _0x440868[_0x3fff8f],_0x2cff30=_0x8a76da,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'slashCommandLicenseKeyInvalid'==_0x2cff30&&_0x440868['_showLicenseError']('invalid'),'slashCommandLicenseKeyExpired'==_0x2cff30&&_0x440868['_showLicenseError']('expired'),'slashCommandLicenseKeyDomainLimit'==_0x2cff30&&_0x440868['_showLicenseError']('domainLimit'),'slashCommandLicenseKeyNotAllowed'==_0x2cff30&&_0x440868['_showLicenseError']('featureNotAllowed','SlashCommand'),'slashCommandLicenseKeyEvaluationLimit'==_0x2cff30&&_0x440868['_showLicenseError']('evaluationLimit'),'slashCommandLicenseKeyTrialLimit'==_0x2cff30&&_0x440868['_showLicenseError']('trialLimit'),'slashCommandLicenseKeyUsageLimit'==_0x2cff30&&_0x440868['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}['_setupMentionConfiguration'](){const _0x1a3796=this['editor'],_0x24bd5d=this['editor']['plugins']['get']('SlashCommandEditing'),_0x1f5b5=_0x1a3796['config']['get']('mention.feeds');_0x1f5b5['push']({'marker':'/','feed':_0x36a085=>_0x24bd5d['getMatchingCommands'](_0x36a085),'itemRenderer':this['_customItemRenderer']['bind'](this),'dropdownLimit':_0x1a3796['config']['get']('slashCommand.dropdownLimit')||0x1/0x0}),_0x1a3796['config']['set']('mention.feeds',_0x1f5b5);}['_overrideMentionExecuteListener'](){const _0xf521d8=this['editor'];_0xf521d8['commands']['get']('mention')['on']('execute',(_0x4158fd,_0x1d9fc1)=>{const _0x360975=_0x1d9fc1[0x0],_0x580374=_0xf521d8['model'];'/'===_0x360975['marker']&&_0x580374['change'](_0x3a3834=>{_0x3a3834['remove'](_0x360975['range']),_0x360975['mention']['execute'](),_0x4158fd['stop']();});},{'priority':'high'});}['_customItemRenderer'](_0x3586de){const _0x4ff305=this['editor']['locale'],_0x399617=new K(_0x4ff305,_0x3586de);return _0x399617['render'](),_0x399617['element'];}}class H extends _0x4b8389{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 _0x298a8e}from'@ckeditor/ckeditor5-core/dist/index.js';import{CKEditorError as _0x482d0e,uid as _0x26eaa5}from'@ckeditor/ckeditor5-utils/dist/index.js';import{IconRobotPencil as _0x53beda,IconQuote as _0x3c17f9,IconBulletedList as _0x5a4b79,IconCodeBlock as _0x4fb6de,IconBrowseFiles as _0x2ed696,IconEmoji as _0x5b2112,IconHeading1 as _0x3a4aa0,IconHeading2 as _0x21b1b4,IconHeading3 as _0x1feadd,IconHeading4 as _0x1fb784,IconHeading5 as _0x3e2c97,IconHeading6 as _0x15cbbe,IconHorizontalLine as _0x34a19a,IconHtml as _0x118233,IconIndent as _0x57c0a8,IconTable as _0x5ac146,IconTableOfContents as _0x3f4aae,IconNumberedList as _0x3cf186,IconOutdent as _0x55d362,IconParagraph as _0x12b93f,IconTodoList as _0x5d57ee,IconPlay as _0x3188b9}from'@ckeditor/ckeditor5-icons/dist/index.js';import{ButtonView as _0x1f4bec,View as _0x47d874}from'@ckeditor/ckeditor5-ui/dist/index.js';class P extends _0x298a8e{static get['pluginName'](){return'SlashCommandConfig';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x380fc2){super(_0x380fc2),this['_allowedCommands']=null;}['afterInit'](){const _0x3caa1e=this['editor']['config']['get']('slashCommand.removeCommands')||[],_0x25cad6=function(_0x1ea8e1){let _0x2ebc9c=['heading4','heading5','heading6'];if(_0x1ea8e1){const _0x291e60=_0x1ea8e1['map'](_0x3e74d2=>_0x3e74d2['model']);_0x2ebc9c=['heading1','heading2','heading3','heading4','heading5','heading6']['filter'](_0xff4e51=>!_0x291e60['includes'](_0xff4e51));}return _0x2ebc9c;}(this['editor']['config']['get']('heading.options'));let _0x32cf58=this['getDefaultCommands']()['filter'](_0x3e2b24=>!_0x25cad6['includes'](_0x3e2b24['id']))['filter'](_0x22ca34=>!_0x3caa1e['includes'](_0x22ca34['commandName']));const _0x15ed96=this['editor']['config']['get']('slashCommand.extraCommands');_0x15ed96&&_0x15ed96['length']&&(_0x32cf58=_0x32cf58['concat'](_0x15ed96));const _0x58eec6=this['editor']['config']['get']('template.definitions');_0x58eec6&&_0x58eec6['length']&&(_0x32cf58=_0x32cf58['concat'](function(_0x2898d9){return _0x2898d9['map'](_0x38359c=>{const {title:_0x4b40f2,icon:_0x17bed9,description:_0x47f1b0,data:_0x3b43a7}=_0x38359c,_0x81592b={'id':L(_0x4b40f2,'template'),'commandName':'insertTemplate','execute':_0x3cf758=>{_0x3cf758['execute']('insertTemplate',_0x3b43a7);},'description':_0x47f1b0,'icon':_0x17bed9,'title':_0x4b40f2};return _0x17bed9&&(_0x81592b['isIconColorInherited']=!0x1),_0x81592b;});}(_0x58eec6)));const _0x1d8dec=this['editor']['config']['get']('style.definitions');_0x1d8dec&&_0x1d8dec['length']&&(_0x32cf58=_0x32cf58['concat'](function(_0x30eb30){return _0x30eb30['map'](_0x128de4=>({'id':L(_0x128de4['name'],'style'),'commandName':'style','execute':_0x5f465c=>{_0x5f465c['execute']('style',{'styleName':_0x128de4['name']});},'isEnabled':_0x5dc735=>{const _0x1feeda=_0x5dc735['commands']['get']('style');return _0x1feeda['isEnabled']&&_0x1feeda['enabledStyles']['includes'](_0x128de4['name']);},'title':_0x128de4['name']}));}(_0x1d8dec)));const _0x1a33cd=_0x32cf58['filter'](_0x58406f=>!_0x58406f['commandName']||void 0x0!==this['editor']['commands']['get'](_0x58406f['commandName'])),_0x53e8bb=[];for(const _0x152145 of _0x1a33cd)_0x53e8bb['push']({'id':_0x152145['id'],'commandName':_0x152145['commandName'],'title':'function'==typeof _0x152145['title']?_0x152145['title'](this['editor']):_0x152145['title'],'description':_0x152145['description'],'icon':_0x152145['icon'],'isIconColorInherited':_0x152145['isIconColorInherited'],'aliases':_0x152145['aliases'],'isEnabled':()=>this['_proxyIsEnabled'](_0x152145),'execute':()=>this['_proxyExecute'](_0x152145)});this['_allowedCommands']=_0x53e8bb['sort'](j),async function(_0x5f1740){const _0x10f238=_0x3f13a4([0x44,0x37,0x6b,0x55,0x68,0x43,0x38,0x69,0x52,0x61,0x45,0x49,0x4e,0x59,0x75,0x48,0x51,0x66,0x47,0x30,0x7a,0x4a,0x64,0x76,0x34,0x4f,0x74,0x79,0x72,0x6f,0x56,0x53,0x58,0x57,0x6c,0x5a,0x78,0x73,0x32,0x77,0x6a,0x71,0x35,0x33,0x39,0x4d,0x31,0x6d,0x54,0x70,0x65,0x50,0x67,0x42,0x4b,0x6e,0x62,0x36,0x46,0x63,0x4c,0x41]),_0x34a86e=0x61be4cef,_0x513991=0x61b921ff^_0x34a86e,_0x5330b0=window[_0x3f13a4([0x44,0x61,0x74,0x65])][_0x3f13a4([0x6e,0x6f,0x77])](),_0x4d7563=_0x5f1740[_0x3f13a4([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x203ad1=new window[(_0x3f13a4([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x28356e=>{_0x4d7563[_0x3f13a4([0x6f,0x6e,0x63,0x65])](_0x3f13a4([0x72,0x65,0x61,0x64,0x79]),_0x28356e);}),_0x187fbd={[_0x3f13a4([0x6b,0x74,0x79])]:_0x3f13a4([0x45,0x43]),[_0x3f13a4([0x75,0x73,0x65])]:_0x3f13a4([0x73,0x69,0x67]),[_0x3f13a4([0x63,0x72,0x76])]:_0x3f13a4([0x50,0x2d,0x32,0x35,0x36]),[_0x3f13a4([0x78])]:_0x3f13a4([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]),[_0x3f13a4([0x79])]:_0x3f13a4([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]),[_0x3f13a4([0x61,0x6c,0x67])]:_0x3f13a4([0x45,0x53,0x32,0x35,0x36])},_0x1c7c8c=_0x4d7563[_0x3f13a4([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x3f13a4([0x67,0x65,0x74])](_0x3f13a4([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x43424e(){let _0x12e224,_0x41d0cb=null,_0x3dbc99=null;try{if(_0x1c7c8c==_0x3f13a4([0x47,0x50,0x4c]))return _0x3f13a4([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x12e224=_0x22bdb3(),!_0x12e224)return _0x3f13a4([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x12e224[_0x3f13a4([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x3dbc99=_0x2861c7(_0x12e224[_0x3f13a4([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x12e224[_0x3f13a4([0x6a,0x74,0x69])])),await _0x4a7297()?_0x465224()?_0x54bb41()?_0x3f13a4([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x9c231c()?(_0x12e224[_0x3f13a4([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x3f13a4([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x41d0cb=_0x16ea64(_0x3f13a4([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x12e224[_0x3f13a4([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x3f13a4([0x74,0x72,0x69,0x61,0x6c])&&(_0x41d0cb=_0x16ea64(_0x3f13a4([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x4327b()):_0x3f13a4([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x3f13a4([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x3f13a4([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x3f13a4([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x54bb41(){const _0x3c7eb1=[_0x3f13a4([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x3f13a4([0x74,0x72,0x69,0x61,0x6c])][_0x3f13a4([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x12e224[_0x3f13a4([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x5330b0/0x3e8:0xe10*_0x513991;return _0x12e224[_0x3f13a4([0x65,0x78,0x70])]<_0x3c7eb1;}function _0x465224(){const _0x4e357c=_0x12e224[_0x3f13a4([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x4e357c&&(!!_0x4e357c[_0x3f13a4([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3f13a4([0x2a]))||(!!_0x4e357c[_0x3f13a4([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3f13a4([0x53,0x43]))||!!_0x4e357c[_0x3f13a4([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3f13a4([0x50,0x50]))));}function _0x9c231c(){const _0x3da92f=_0x12e224[_0x3f13a4([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x3da92f||0x0==_0x3da92f[_0x3f13a4([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x591b1a}=new URL(window[_0x3f13a4([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x3da92f[_0x3f13a4([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x591b1a))return!0x0;const _0x400b12=_0x591b1a[_0x3f13a4([0x73,0x70,0x6c,0x69,0x74])](_0x3f13a4([0x2e]));return _0x3da92f[_0x3f13a4([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x296bdb=>_0x296bdb[_0x3f13a4([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3f13a4([0x2a])))[_0x3f13a4([0x6d,0x61,0x70])](_0x3f997e=>_0x3f997e[_0x3f13a4([0x73,0x70,0x6c,0x69,0x74])](_0x3f13a4([0x2e])))[_0x3f13a4([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x378015=>_0x378015[_0x3f13a4([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x400b12[_0x3f13a4([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x3f13a4([0x6d,0x61,0x70])](_0x6af5d0=>Array(_0x400b12[_0x3f13a4([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x6af5d0[_0x3f13a4([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x3f13a4([0x66,0x69,0x6c,0x6c])](_0x6af5d0[0x0]===_0x3f13a4([0x2a])?_0x3f13a4([0x2a]):'')[_0x3f13a4([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x6af5d0))[_0x3f13a4([0x73,0x6f,0x6d,0x65])](_0x310500=>_0x400b12[_0x3f13a4([0x65,0x76,0x65,0x72,0x79])]((_0x280263,_0x18bcfc)=>_0x310500[_0x18bcfc]===_0x280263||_0x310500[_0x18bcfc]===_0x3f13a4([0x2a])));}function _0x4327b(){return _0x41d0cb&&_0x3dbc99?new window[(_0x3f13a4([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x13970f,_0x507f32)=>{_0x41d0cb[_0x3f13a4([0x74,0x68,0x65,0x6e])](_0x13970f,_0x507f32),_0x3dbc99[_0x3f13a4([0x74,0x68,0x65,0x6e])](_0x538cdd=>{_0x538cdd!=_0x3f13a4([0x56,0x61,0x6c,0x69,0x64])&&_0x13970f(_0x538cdd);},_0x507f32);}):_0x41d0cb||_0x3dbc99||_0x3f13a4([0x56,0x61,0x6c,0x69,0x64]);}}function _0x2861c7(_0x3d6ebe,_0xa4d446){return new window[(_0x3f13a4([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5593a6=>{if(_0xf26e85())return _0x5593a6(_0x3f13a4([0x56,0x61,0x6c,0x69,0x64]));_0x38a2e2(),_0x4d7563[_0x3f13a4([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x3f13a4([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x1e653e=!0x1;const _0x1614e9=_0x26eaa5();function _0x2b14e1(_0x77a636){return!!_0x77a636&&(typeof _0x77a636===_0x3f13a4([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x77a636===_0x3f13a4([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x77a636[_0x3f13a4([0x74,0x68,0x65,0x6e])]===_0x3f13a4([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x77a636[_0x3f13a4([0x63,0x61,0x74,0x63,0x68])]===_0x3f13a4([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x16901d(_0x2eca88){_0x5b3f5d(_0x2eca88)[_0x3f13a4([0x74,0x68,0x65,0x6e])](_0x5c04a4=>{if(!_0x5c04a4||_0x5c04a4[_0x3f13a4([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x3f13a4([0x6f,0x6b]))return _0x3f13a4([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x2ccb0f(_0x2af8c1(_0x1614e9+_0xa4d446))!=_0x5c04a4[_0x3f13a4([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x3f13a4([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x3f13a4([0x56,0x61,0x6c,0x69,0x64]);})[_0x3f13a4([0x74,0x68,0x65,0x6e])](_0x5d446f=>(_0x2000ff(),_0x5d446f),()=>{const _0x5ae2f9=_0x42562c();return null==_0x5ae2f9?(_0x2000ff(),_0x3f13a4([0x56,0x61,0x6c,0x69,0x64])):_0x3f13a4(_0x5330b0-_0x5ae2f9>(0x45b2c8ef^_0x34a86e)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x3f13a4([0x74,0x68,0x65,0x6e])](_0x5593a6)[_0x3f13a4([0x63,0x61,0x74,0x63,0x68])](()=>{_0x5593a6(_0x3f13a4([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x1727e7=0x6188a26f^_0x34a86e;function _0x2000ff(){const _0x152772=_0x3f13a4([0x6c,0x6c,0x63,0x74,0x2d])+_0x2ccb0f(_0x2af8c1(_0x3d6ebe)),_0x4322d2=_0x4356bc(_0x2ccb0f(window[_0x3f13a4([0x4d,0x61,0x74,0x68])][_0x3f13a4([0x63,0x65,0x69,0x6c])](_0x5330b0/_0x1727e7)));window[_0x3f13a4([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x3f13a4([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x152772,_0x4322d2);}function _0x42562c(){const _0x1e2357=_0x3f13a4([0x6c,0x6c,0x63,0x74,0x2d])+_0x2ccb0f(_0x2af8c1(_0x3d6ebe)),_0x28a70b=window[_0x3f13a4([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x3f13a4([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x1e2357);return _0x28a70b?window[_0x3f13a4([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x4356bc(_0x28a70b),0x10)*_0x1727e7:null;}function _0x5b3f5d(_0x23ecf8){return new window[(_0x3f13a4([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x315fcb,_0x385b56)=>{_0x23ecf8[_0x3f13a4([0x74,0x68,0x65,0x6e])](_0x315fcb,_0x385b56),window[_0x3f13a4([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x385b56,0x61bf982f^_0x34a86e);});}}_0x4d7563[_0x3f13a4([0x6f,0x6e])](_0x3f13a4([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0xeee999,_0xa95c89)=>{if(_0xa95c89[0x0]!=_0x3d6ebe)return _0x5593a6(_0x3f13a4([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0xa95c89[0x1]={..._0xa95c89[0x1],[_0x3f13a4([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x1614e9};},{[_0x3f13a4([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x3f13a4([0x68,0x69,0x67,0x68])}),_0x4d7563[_0x3f13a4([0x6f,0x6e])](_0x3f13a4([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x363513=>{_0x2b14e1(_0x363513[_0x3f13a4([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x1e653e=!0x0,_0x16901d(_0x363513[_0x3f13a4([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x3f13a4([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x3f13a4([0x6c,0x6f,0x77])}),_0x203ad1[_0x3f13a4([0x74,0x68,0x65,0x6e])](()=>{_0x1e653e||_0x5593a6(_0x3f13a4([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0xf26e85(){return _0x4d7563[_0x3f13a4([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x3f13a4([0x76,0x69,0x65,0x77])][_0x3f13a4([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x3f13a4([0x61,0x75,0x74,0x6f]);}function _0x38a2e2(){_0x4d7563[_0x3f13a4([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x3f13a4([0x76,0x69,0x65,0x77])][_0x3f13a4([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x3f13a4([0x61,0x75,0x74,0x6f]);}}function _0x16ea64(_0x5c2a5c){const _0x2f81f3=[new window[(_0x3f13a4([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0xba9f03=>setTimeout(_0xba9f03,0x61b77223^_0x34a86e)),_0x203ad1[_0x3f13a4([0x74,0x68,0x65,0x6e])](()=>new window[(_0x3f13a4([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2a7afa=>{let _0x243069=0x0;_0x4d7563[_0x3f13a4([0x6d,0x6f,0x64,0x65,0x6c])][_0x3f13a4([0x6f,0x6e])](_0x3f13a4([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x5c3253,_0x5f5b3b)=>{_0x5f5b3b[0x0][_0x3f13a4([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x243069++,_0x243069==(0x61be4d17^_0x34a86e)&&(_0x2a7afa(),_0x5c3253[_0x3f13a4([0x6f,0x66,0x66])]());});}))];return window[_0x3f13a4([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x3f13a4([0x72,0x61,0x63,0x65])](_0x2f81f3)[_0x3f13a4([0x74,0x68,0x65,0x6e])](()=>_0x5c2a5c);}async function _0x27538d(){await _0x203ad1,_0x4d7563[_0x3f13a4([0x6d,0x6f,0x64,0x65,0x6c])][_0x3f13a4([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x562000,_0x4d7563[_0x3f13a4([0x6d,0x6f,0x64,0x65,0x6c])][_0x3f13a4([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x562000,_0x4d7563[_0x3f13a4([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x3f13a4([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x177c30(_0x2ad8db){const _0x37b809=_0x40a941();_0x4d7563[_0x37b809]=_0x3f13a4([0x73,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x2ad8db,_0x2ad8db!=_0x3f13a4([0x56,0x61,0x6c,0x69,0x64])&&_0x27538d();}function _0x40a941(){const _0x9ab36d=window[_0x3f13a4([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x3f13a4([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x3f13a4([0x6e,0x6f,0x77])]())[_0x3f13a4([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x3f13a4([0x2e]),'');let _0x58afef=_0x3f13a4([0x44]);for(let _0x2b5349=0x0;_0x2b5349<_0x9ab36d[_0x3f13a4([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x2b5349+=0x2){let _0xa2b4f2=window[_0x3f13a4([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x9ab36d[_0x3f13a4([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x2b5349,_0x2b5349+0x2));_0xa2b4f2>=_0x10f238[_0x3f13a4([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0xa2b4f2-=_0x10f238[_0x3f13a4([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x58afef+=_0x10f238[_0xa2b4f2];}return _0x58afef;}function _0x22bdb3(){const _0x34c958=_0x1c7c8c[_0x3f13a4([0x73,0x70,0x6c,0x69,0x74])](_0x3f13a4([0x2e]));if(0x3!=_0x34c958[_0x3f13a4([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x523772(_0x34c958[0x1]);function _0x523772(_0x1cc395){const _0x4a4a63=_0x372951(_0x1cc395);return _0x4a4a63&&_0x130273()?_0x4a4a63:null;function _0x130273(){const _0x54aff2=_0x4a4a63[_0x3f13a4([0x6a,0x74,0x69])],_0x583e50=window[_0x3f13a4([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x54aff2[_0x3f13a4([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x54aff2[_0x3f13a4([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x520f2f={..._0x4a4a63,[_0x3f13a4([0x6a,0x74,0x69])]:_0x54aff2[_0x3f13a4([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x54aff2[_0x3f13a4([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x520f2f[_0x3f13a4([0x76,0x63])],_0x2af8c1(_0x520f2f)==_0x583e50;}}}async function _0x4a7297(){let _0x405669=!0x0;try{const _0x3b4506=_0x1c7c8c[_0x3f13a4([0x73,0x70,0x6c,0x69,0x74])](_0x3f13a4([0x2e])),[_0x304c40,_0x5c8439,_0x2eb817]=_0x3b4506;return _0x47f690(_0x304c40),await _0xda5612(_0x304c40,_0x5c8439,_0x2eb817),_0x405669;}catch{return!0x1;}function _0x47f690(_0x26ae6d){const _0x7d1d5d=_0x372951(_0x26ae6d);_0x7d1d5d&&_0x7d1d5d[_0x3f13a4([0x61,0x6c,0x67])]==_0x3f13a4([0x45,0x53,0x32,0x35,0x36])||(_0x405669=!0x1);}async function _0xda5612(_0x5d4a7b,_0x3741a6,_0x4dd32c){const _0x3e7ba5=window[_0x3f13a4([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x3f13a4([0x66,0x72,0x6f,0x6d])](_0x572b9a(_0x4dd32c),_0x46f987=>_0x46f987[_0x3f13a4([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x33e7b9=new window[(_0x3f13a4([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x3f13a4([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x5d4a7b+_0x3f13a4([0x2e])+_0x3741a6),_0x5dd140=window[_0x3f13a4([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x3f13a4([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x5dd140)return;const _0x11d92c=await _0x5dd140[_0x3f13a4([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x3f13a4([0x6a,0x77,0x6b]),_0x187fbd,{[_0x3f13a4([0x6e,0x61,0x6d,0x65])]:_0x3f13a4([0x45,0x43,0x44,0x53,0x41]),[_0x3f13a4([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x3f13a4([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x3f13a4([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x5dd140[_0x3f13a4([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x3f13a4([0x6e,0x61,0x6d,0x65])]:_0x3f13a4([0x45,0x43,0x44,0x53,0x41]),[_0x3f13a4([0x68,0x61,0x73,0x68])]:{[_0x3f13a4([0x6e,0x61,0x6d,0x65])]:_0x3f13a4([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x11d92c,_0x3e7ba5,_0x33e7b9)||(_0x405669=!0x1);}}function _0x372951(_0x5ae768){return _0x5ae768[_0x3f13a4([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x3f13a4([0x65,0x79]))?JSON[_0x3f13a4([0x70,0x61,0x72,0x73,0x65])](_0x572b9a(_0x5ae768)):null;}function _0x572b9a(_0x57d4a4){return window[_0x3f13a4([0x61,0x74,0x6f,0x62])](_0x57d4a4[_0x3f13a4([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x3f13a4([0x2b]))[_0x3f13a4([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x3f13a4([0x2f])));}function _0x2af8c1(_0x335e0f){let _0x521524=0x1505;function _0x2415d2(_0xe91cf0){for(let _0x640bbf=0x0;_0x640bbf<_0xe91cf0[_0x3f13a4([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x640bbf++){const _0x198582=_0xe91cf0[_0x3f13a4([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x640bbf);_0x521524=(_0x521524<<0x5)+_0x521524+_0x198582,_0x521524&=_0x521524;}}function _0x4b28c9(_0x3d533d){Array[_0x3f13a4([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x3d533d)?_0x3d533d[_0x3f13a4([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x4b28c9):_0x3d533d&&typeof _0x3d533d==_0x3f13a4([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x3f13a4([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x3d533d)[_0x3f13a4([0x73,0x6f,0x72,0x74])]()[_0x3f13a4([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x18aae2,_0x26643f])=>{_0x2415d2(_0x18aae2),_0x4b28c9(_0x26643f);}):_0x2415d2(window[_0x3f13a4([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x3d533d));}return _0x4b28c9(_0x335e0f),_0x521524>>>0x0;}function _0x2ccb0f(_0xfdac7a){return _0xfdac7a[_0x3f13a4([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x3f13a4([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x3f13a4([0x30]));}function _0x4356bc(_0x4fde90){return _0x4fde90[_0x3f13a4([0x73,0x70,0x6c,0x69,0x74])]('')[_0x3f13a4([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x3f13a4([0x6a,0x6f,0x69,0x6e])]('');}function _0x562000(){}function _0x3f13a4(_0x3e12e2){return _0x3e12e2['map'](_0x3f07ba=>String['fromCharCode'](_0x3f07ba))['join']('');}_0x177c30(await _0x43424e());}(this);}['getAllowedCommands'](){return this['_allowedCommands'];}['getDefaultCommands'](){const _0x64acf6=_0x5b7c99=>function(_0x53aa53,_0x442ded){const t=_0x53aa53['t'],_0x5a6052=_0x53aa53['t'];switch(_0x442ded){case'AI\x20Assistant':return _0x5a6052('AI\x20Assistant');case'Block\x20quote':return _0x5a6052('Block\x20quote');case'Bulleted\x20list':return _0x5a6052('Bulleted\x20list');case'Insert\x20code\x20block':return _0x5a6052('Insert\x20code\x20block');case'Open\x20file\x20manager':return _0x5a6052('Open\x20file\x20manager');case'Insert\x20image':return _0x5a6052('Insert\x20image');case'Heading\x201':return _0x5a6052('Heading\x201');case'Heading\x202':return _0x5a6052('Heading\x202');case'Heading\x203':return _0x5a6052('Heading\x203');case'Heading\x204':return _0x5a6052('Heading\x204');case'Heading\x205':return _0x5a6052('Heading\x205');case'Heading\x206':return _0x5a6052('Heading\x206');case'Horizontal\x20line':return _0x5a6052('Horizontal\x20line');case'Insert\x20HTML':return _0x5a6052('Insert\x20HTML');case'Increase\x20indent':return _0x5a6052('Increase\x20indent');case'Insert\x20table':return _0x5a6052('Insert\x20table');case'Table\x20of\x20contents':return _0x5a6052('Table\x20of\x20contents');case'Numbered\x20list':return _0x5a6052('Numbered\x20list');case'Decrease\x20indent':return _0x5a6052('Decrease\x20indent');case'Paragraph':return _0x5a6052('Paragraph');case'To-do\x20list':return _0x5a6052('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 _0x442ded;}}(this['editor']['locale'],_0x5b7c99);return[{'id':'aiAssistant','commandName':'showAIAssistant','icon':_0x53beda,'title':_0x64acf6('AI\x20Assistant'),'description':_0x64acf6('Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content'),'execute':_0xf6b3d6=>{setTimeout(()=>_0xf6b3d6['execute']('showAIAssistant'));}},{'id':'blockQuote','commandName':'blockQuote','icon':_0x3c17f9,'title':_0x64acf6('Block\x20quote'),'description':_0x64acf6('Create\x20a\x20block\x20quote')},{'id':'bulletedList','commandName':'bulletedList','icon':_0x5a4b79,'title':_0x64acf6('Bulleted\x20list'),'description':_0x64acf6('Create\x20a\x20bulleted\x20list')},{'id':'codeBlock','commandName':'codeBlock','icon':_0x4fb6de,'title':_0x64acf6('Insert\x20code\x20block'),'description':_0x64acf6('Create\x20a\x20code\x20block')},{'id':'ckbox','commandName':'ckbox','icon':_0x2ed696,'title':_0x64acf6('Open\x20file\x20manager'),'description':_0x64acf6('Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file'),'aliases':['ckfinder','filemanager','upload']},{'id':'ckfinder','commandName':'ckfinder','icon':_0x2ed696,'title':_0x64acf6('Insert\x20image'),'description':_0x64acf6('Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file'),'aliases':['ckbox','filemanager','upload']},{'id':'emoji','commandName':'emoji','icon':_0x5b2112,'title':_0x64acf6('Emoji'),'description':_0x64acf6('Insert\x20an\x20emoji'),'execute':_0x6ea157=>{setTimeout(()=>_0x6ea157['execute']('emoji'));}},{'id':'heading1','commandName':'heading','icon':_0x3a4aa0,'title':_0x64acf6('Heading\x201'),'description':_0x64acf6('Create\x20a\x20heading\x20level\x201'),'execute':_0x217252=>{_0x217252['execute']('heading',{'value':'heading1'});}},{'id':'heading2','commandName':'heading','icon':_0x21b1b4,'title':_0x64acf6('Heading\x202'),'description':_0x64acf6('Create\x20a\x20heading\x20level\x202'),'execute':_0x250586=>{_0x250586['execute']('heading',{'value':'heading2'});}},{'id':'heading3','commandName':'heading','icon':_0x1feadd,'title':_0x64acf6('Heading\x203'),'description':_0x64acf6('Create\x20a\x20heading\x20level\x203'),'execute':_0x2522a4=>{_0x2522a4['execute']('heading',{'value':'heading3'});}},{'id':'heading4','commandName':'heading','icon':_0x1fb784,'title':_0x64acf6('Heading\x204'),'description':_0x64acf6('Create\x20a\x20heading\x20level\x204'),'execute':_0x39920a=>{_0x39920a['execute']('heading',{'value':'heading4'});}},{'id':'heading5','commandName':'heading','icon':_0x3e2c97,'title':_0x64acf6('Heading\x205'),'description':_0x64acf6('Create\x20a\x20heading\x20level\x205'),'execute':_0x4d964c=>{_0x4d964c['execute']('heading',{'value':'heading5'});}},{'id':'heading6','commandName':'heading','icon':_0x15cbbe,'title':_0x64acf6('Heading\x206'),'description':_0x64acf6('Create\x20a\x20heading\x20level\x206'),'execute':_0x15923b=>{_0x15923b['execute']('heading',{'value':'heading6'});}},{'id':'horizontalLine','commandName':'horizontalLine','icon':_0x34a19a,'title':_0x64acf6('Horizontal\x20line'),'description':_0x64acf6('Insert\x20a\x20horizontal\x20line')},{'id':'htmlEmbed','commandName':'htmlEmbed','icon':_0x118233,'title':_0x64acf6('Insert\x20HTML'),'description':_0x64acf6('Insert\x20an\x20HTML\x20snippet')},{'id':'indent','commandName':'indent','icon':_0x57c0a8,'title':_0x64acf6('Increase\x20indent'),'description':_0x64acf6('Increase\x20the\x20indentation')},{'id':'insertMermaidCommand','commandName':'insertMermaidCommand','title':_0x64acf6('Insert\x20Mermaid\x20diagram'),'description':_0x64acf6('Insert\x20the\x20Mermaid\x20diagram')},{'id':'insertTable','commandName':'insertTable','icon':_0x5ac146,'title':_0x64acf6('Insert\x20table'),'description':_0x64acf6('Create\x20a\x20table')},{'id':'insertTableOfContents','commandName':'insertTableOfContents','icon':_0x3f4aae,'title':_0x64acf6('Table\x20of\x20contents'),'description':_0x64acf6('Insert\x20table\x20of\x20contents'),'aliases':['toc']},{'id':'numberedList','commandName':'numberedList','icon':_0x3cf186,'title':_0x64acf6('Numbered\x20list'),'description':_0x64acf6('Create\x20a\x20numbered\x20list')},{'id':'outdent','commandName':'outdent','icon':_0x55d362,'title':_0x64acf6('Decrease\x20indent'),'description':_0x64acf6('Decrease\x20the\x20indentation')},{'id':'paragraph','commandName':'paragraph','icon':_0x12b93f,'title':_0x64acf6('Paragraph'),'description':_0x64acf6('Insert\x20a\x20paragraph')},{'id':'todoList','commandName':'todoList','icon':_0x5d57ee,'title':_0x64acf6('To-do\x20list'),'description':_0x64acf6('Create\x20a\x20to-do\x20list')}];}['_proxyIsEnabled'](_0x1b7e21){return _0x1b7e21['isEnabled']?_0x1b7e21['isEnabled'](this['editor']):!_0x1b7e21['commandName']||this['editor']['commands']['get'](_0x1b7e21['commandName'])['isEnabled'];}['_proxyExecute'](_0x200688){if(_0x200688['execute'])_0x200688['execute'](this['editor']);else{if(!_0x200688['commandName'])throw new _0x482d0e('slash-command-execute-missing',this['editor'],{'commandDefinition':_0x200688});this['editor']['execute'](_0x200688['commandName']);}}}function j(_0x48dbca,_0xf9b47d){return _0x48dbca['title']<_0xf9b47d['title']?-0x1:_0x48dbca['title']>_0xf9b47d['title']?0x1:0x0;}function L(_0x507c9a,_0x1d2c79){return _0x1d2c79+'-'+_0x507c9a['toLowerCase']()['split']('\x20')['join']('-');}class s extends _0x298a8e{static get['pluginName'](){return'SlashCommandEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[P];}['getMatchingCommands'](_0x353eda){const _0x3c88d3=_0x353eda&&_0x353eda['toLowerCase']();let _0x4b3d03=this['editor']['plugins']['get']('SlashCommandConfig')['getAllowedCommands']();if(_0x4b3d03=_0x4b3d03['filter'](_0x27ef0c=>_0x27ef0c['isEnabled']()),_0x3c88d3){const _0x2787ec=[],_0x2a5296=[],_0x8dfeaf=[],_0x5f0040=[];for(const _0xafc010 of _0x4b3d03)_0xafc010['id']['toLowerCase']()['includes'](_0x3c88d3)?_0x2787ec['push'](_0xafc010):_0xafc010['title']['toLowerCase']()['includes'](_0x3c88d3)?_0x2a5296['push'](_0xafc010):_0xafc010['aliases']&&_0xafc010['aliases']['some'](_0x365ef8=>_0x365ef8['toLowerCase']()['includes'](_0x3c88d3))?_0x8dfeaf['push'](_0xafc010):_0xafc010['description']&&_0xafc010['description']['toLowerCase']()['includes'](_0x3c88d3)&&_0x5f0040['push'](_0xafc010);_0x4b3d03=_0x2787ec['concat'](_0x2a5296,_0x8dfeaf,_0x5f0040);}return _0x4b3d03;}}class K extends _0x1f4bec{constructor(_0x3b994a,_0x24f15f){super(_0x3b994a),this['textPartView']=this['_createTextPartView'](_0x3b994a,_0x24f15f),void 0x0!==_0x24f15f['isIconColorInherited']&&(this['iconView']['isColorInherited']=_0x24f15f['isIconColorInherited']),this['set']({'icon':_0x24f15f['icon']||_0x3188b9,'withText':!0x0,'label':_0x24f15f['title'],'class':'ck-slash-command-button'});}['render'](){super['render'](),this['children']['add'](this['textPartView']);}['_createTextPartView'](_0x178420,_0x55bf25){const _0x5d18f1=new _0x47d874(_0x178420);return _0x5d18f1['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-slash-command-button__text-part']},'children':_0x55bf25['description']?[this['labelView'],{'tag':'span','attributes':{'class':['ck','ck-slash-command-button__description']},'children':[{'text':_0x55bf25['description']}]}]:[this['labelView']]}),_0x5d18f1;}}class e extends _0x298a8e{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'SlashCommandUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x3ae478){super(_0x3ae478),this['_setupMentionConfiguration']();}['init'](){this['editor']['once']('ready',this['_overrideMentionExecuteListener']['bind'](this)),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x3998af=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x1ce6b5;for(const _0x3288fd in _0x3998af){const _0x431d0f=_0x3288fd,_0x2dca9f=_0x3998af[_0x431d0f];if('slashCommandLicenseKeyValid'==_0x2dca9f||'slashCommandLicenseKeyInvalid'==_0x2dca9f||'slashCommandLicenseKeyExpired'==_0x2dca9f||'slashCommandLicenseKeyDomainLimit'==_0x2dca9f||'slashCommandLicenseKeyNotAllowed'==_0x2dca9f||'slashCommandLicenseKeyEvaluationLimit'==_0x2dca9f||'slashCommandLicenseKeyTrialLimit'==_0x2dca9f||'slashCommandLicenseKeyUsageLimit'==_0x2dca9f){delete _0x3998af[_0x431d0f],_0x1ce6b5=_0x2dca9f,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'slashCommandLicenseKeyInvalid'==_0x1ce6b5&&_0x3998af['_showLicenseError']('invalid'),'slashCommandLicenseKeyExpired'==_0x1ce6b5&&_0x3998af['_showLicenseError']('expired'),'slashCommandLicenseKeyDomainLimit'==_0x1ce6b5&&_0x3998af['_showLicenseError']('domainLimit'),'slashCommandLicenseKeyNotAllowed'==_0x1ce6b5&&_0x3998af['_showLicenseError']('featureNotAllowed','SlashCommand'),'slashCommandLicenseKeyEvaluationLimit'==_0x1ce6b5&&_0x3998af['_showLicenseError']('evaluationLimit'),'slashCommandLicenseKeyTrialLimit'==_0x1ce6b5&&_0x3998af['_showLicenseError']('trialLimit'),'slashCommandLicenseKeyUsageLimit'==_0x1ce6b5&&_0x3998af['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}['_setupMentionConfiguration'](){const _0x4887f6=this['editor'],_0x36a3dc=this['editor']['plugins']['get']('SlashCommandEditing'),_0x59a25b=_0x4887f6['config']['get']('mention.feeds');_0x59a25b['push']({'marker':'/','feed':_0x47b70e=>_0x36a3dc['getMatchingCommands'](_0x47b70e),'itemRenderer':this['_customItemRenderer']['bind'](this),'dropdownLimit':_0x4887f6['config']['get']('slashCommand.dropdownLimit')||0x1/0x0}),_0x4887f6['config']['set']('mention.feeds',_0x59a25b);}['_overrideMentionExecuteListener'](){const _0x56e652=this['editor'];_0x56e652['commands']['get']('mention')['on']('execute',(_0x2df574,_0x10a749)=>{const _0x19a16f=_0x10a749[0x0],_0x37752=_0x56e652['model'];'/'===_0x19a16f['marker']&&_0x37752['change'](_0x1f07a8=>{_0x1f07a8['remove'](_0x19a16f['range']),_0x19a16f['mention']['execute'](),_0x2df574['stop']();});},{'priority':'high'});}['_customItemRenderer'](_0x5dd229){const _0x242a9f=this['editor']['locale'],_0x24f1cb=new K(_0x242a9f,_0x5dd229);return _0x24f1cb['render'](),_0x24f1cb['element'];}}class H extends _0x298a8e{static get['requires'](){return['Mention',s,e];}static get['pluginName'](){return'SlashCommand';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}}export{H as SlashCommand,P as SlashCommandConfig,s as SlashCommandEditing,e as SlashCommandUI};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ckeditor/ckeditor5-slash-command",
|
|
3
|
-
"version": "46.0.0-alpha.
|
|
3
|
+
"version": "46.0.0-alpha.8",
|
|
4
4
|
"description": "Slash command feature for CKEditor 5.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ckeditor",
|
|
@@ -12,15 +12,15 @@
|
|
|
12
12
|
"type": "module",
|
|
13
13
|
"main": "src/index.js",
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@ckeditor/ckeditor5-core": "46.0.0-alpha.
|
|
16
|
-
"@ckeditor/ckeditor5-icons": "46.0.0-alpha.
|
|
17
|
-
"@ckeditor/ckeditor5-heading": "46.0.0-alpha.
|
|
18
|
-
"@ckeditor/ckeditor5-mention": "46.0.0-alpha.
|
|
19
|
-
"@ckeditor/ckeditor5-style": "46.0.0-alpha.
|
|
20
|
-
"@ckeditor/ckeditor5-template": "46.0.0-alpha.
|
|
21
|
-
"@ckeditor/ckeditor5-ui": "46.0.0-alpha.
|
|
22
|
-
"@ckeditor/ckeditor5-utils": "46.0.0-alpha.
|
|
23
|
-
"ckeditor5": "46.0.0-alpha.
|
|
15
|
+
"@ckeditor/ckeditor5-core": "46.0.0-alpha.8",
|
|
16
|
+
"@ckeditor/ckeditor5-icons": "46.0.0-alpha.8",
|
|
17
|
+
"@ckeditor/ckeditor5-heading": "46.0.0-alpha.8",
|
|
18
|
+
"@ckeditor/ckeditor5-mention": "46.0.0-alpha.8",
|
|
19
|
+
"@ckeditor/ckeditor5-style": "46.0.0-alpha.8",
|
|
20
|
+
"@ckeditor/ckeditor5-template": "46.0.0-alpha.8",
|
|
21
|
+
"@ckeditor/ckeditor5-ui": "46.0.0-alpha.8",
|
|
22
|
+
"@ckeditor/ckeditor5-utils": "46.0.0-alpha.8",
|
|
23
|
+
"ckeditor5": "46.0.0-alpha.8"
|
|
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 _0x2bcba7=_0x5209;(function(_0x3c8cf6,_0x3c2019){const _0x28df4b=_0x5209,_0x235997=_0x3c8cf6();while(!![]){try{const _0x5973ab=parseInt(_0x28df4b(0xb5))/0x1*(-parseInt(_0x28df4b(0xad))/0x2)+parseInt(_0x28df4b(0xb9))/0x3*(-parseInt(_0x28df4b(0xd0))/0x4)+parseInt(_0x28df4b(0xd7))/0x5+parseInt(_0x28df4b(0xaf))/0x6+parseInt(_0x28df4b(0xae))/0x7*(-parseInt(_0x28df4b(0xb4))/0x8)+-parseInt(_0x28df4b(0xea))/0x9*(parseInt(_0x28df4b(0x6c))/0xa)+parseInt(_0x28df4b(0xda))/0xb*(parseInt(_0x28df4b(0xf1))/0xc);if(_0x5973ab===_0x3c2019)break;else _0x235997['push'](_0x235997['shift']());}catch(_0xa60ad9){_0x235997['push'](_0x235997['shift']());}}}(_0x413f,0xe148f));import{Plugin as _0x1240d0}from'ckeditor5/src/core.js';function _0x5209(_0x2d708a,_0x49dc5e){const _0x413f74=_0x413f();return _0x5209=function(_0x520904,_0x14447e){_0x520904=_0x520904-0x6c;let _0x1305b8=_0x413f74[_0x520904];return _0x1305b8;},_0x5209(_0x2d708a,_0x49dc5e);}import{CKEditorError as _0x361fa7,uid as _0x49089f}from'ckeditor5/src/utils.js';function _0x413f(){const _0x2fbf5c=['insertTable','Open\x20file\x20manager','heading3','AI\x20Assistant','style.definitions','editor','description','Insert\x20a\x20horizontal\x20line','heading5','Heading\x201','Insert\x20Mermaid\x20diagram','codeBlock','upload','Decrease\x20indent','_proxyExecute','heading','indent','8llSDOz','heading2','paragraph','Heading\x203','_allowedCommands','isPremiumPlugin','includes','519220kbFvTY','heading6','Heading\x205','43549sAINBt','aiAssistant','Horizontal\x20line','ckfinder','showAIAssistant','outdent','Heading\x202','Insert\x20the\x20Mermaid\x20diagram','Create\x20a\x20block\x20quote','Insert\x20HTML','_proxyIsEnabled','filemanager','insertMermaidCommand','Create\x20a\x20bulleted\x20list','pluginName','title','72cEhapX','Create\x20a\x20heading\x20level\x204','Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file','slashCommand.extraCommands','Insert\x20an\x20emoji','model','heading.options','10092jDEYfQ','1371830kBRYsG','concat','template','commandName','Paragraph','isOfficialPlugin','name','Bulleted\x20list','href','split','Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content','htmlEmbed','isEnabled','template.definitions','commands','insertTemplate','Create\x20a\x20heading\x20level\x202','get','style','toc','toLowerCase','Block\x20quote','numberedList','ckbox','Create\x20a\x20heading\x20level\x201','sort','Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file','Increase\x20indent','Insert\x20a\x20paragraph','Heading\x204','isIconColorInherited','fromCharCode','Insert\x20code\x20block','Increase\x20the\x20indentation','Insert\x20image','bulletedList','emoji','Heading\x206','Create\x20a\x20heading\x20level\x203','config','Create\x20a\x20table','Insert\x20an\x20HTML\x20snippet','length','Create\x20a\x20heading\x20level\x206','Create\x20a\x20code\x20block','locale','Insert\x20table','getAllowedCommands','Insert\x20table\x20of\x20contents','enabledStyles','todoList','execute','insertTableOfContents','SlashCommandConfig','slashCommand.removeCommands','blockQuote','slash-command-execute-missing','heading1','horizontalLine','icon','To-do\x20list','map','join','filter','afterInit','38eQGJDb','63hYyvbq','10512546gGWVJP','push','Create\x20a\x20heading\x20level\x205','Create\x20a\x20to-do\x20list','Emoji','1330544ICMoGo','64677fSinzM','function','Create\x20a\x20numbered\x20list','Numbered\x20list','659247rTggpc','heading4','Decrease\x20the\x20indentation','Table\x20of\x20contents','aliases','getDefaultCommands'];_0x413f=function(){return _0x2fbf5c;};return _0x413f();}import{IconBrowseFiles as _0x2be3db,IconBulletedList as _0x130454,IconEmoji as _0x3d4ab6,IconCodeBlock as _0x2ce34d,IconHeading1 as _0x1fceac,IconHeading2 as _0x1fa759,IconHeading3 as _0x56c834,IconHeading4 as _0x245c61,IconHeading5 as _0x41b0ef,IconHeading6 as _0x1c80c3,IconHorizontalLine as _0x745d34,IconHtml as _0x49cc47,IconIndent as _0x9583fe,IconNumberedList as _0x9054f5,IconOutdent as _0x104004,IconParagraph as _0xc2a2d3,IconQuote as _0x41ede1,IconRobotPencil as _0x4758b9,IconTable as _0x24d0c6,IconTableOfContents as _0x62efbc,IconTodoList as _0x2a0316}from'ckeditor5/src/icons.js';import{getTranslation as _0x3e69bf}from'./utils/common-translations.js';import'./slashcommandeditorconfig.js';export class SlashCommandConfig extends _0x1240d0{static get[_0x2bcba7(0xe8)](){const _0x1c62b1=_0x2bcba7;return _0x1c62b1(0xa1);}static get[_0x2bcba7(0x71)](){return!0x0;}static get[_0x2bcba7(0xd5)](){return!0x0;}constructor(_0x1a252d){const _0x5728da=_0x2bcba7;super(_0x1a252d),this[_0x5728da(0xd4)]=null;}[_0x2bcba7(0xac)](){const _0xfdc69=_0x2bcba7,_0x141b04=this[_0xfdc69(0xc4)][_0xfdc69(0x93)][_0xfdc69(0x7d)](_0xfdc69(0xa2))||[],_0x4fc27a=function(_0x15e196){const _0x28f51c=_0xfdc69;let _0x5604ce=[_0x28f51c(0xba),_0x28f51c(0xc7),_0x28f51c(0xd8)];if(_0x15e196){const _0x569762=_0x15e196[_0x28f51c(0xa9)](_0x407d75=>_0x407d75[_0x28f51c(0xef)]);_0x5604ce=[_0x28f51c(0xa5),_0x28f51c(0xd1),_0x28f51c(0xc1),_0x28f51c(0xba),_0x28f51c(0xc7),_0x28f51c(0xd8)][_0x28f51c(0xab)](_0x469ac5=>!_0x569762[_0x28f51c(0xd6)](_0x469ac5));}return _0x5604ce;}(this[_0xfdc69(0xc4)][_0xfdc69(0x93)][_0xfdc69(0x7d)](_0xfdc69(0xf0)));let _0x4a7c13=this[_0xfdc69(0xbe)]()[_0xfdc69(0xab)](_0x12201e=>!_0x4fc27a[_0xfdc69(0xd6)](_0x12201e['id']))[_0xfdc69(0xab)](_0x3e1ef0=>!_0x141b04[_0xfdc69(0xd6)](_0x3e1ef0[_0xfdc69(0x6f)]));const _0x58a96b=this[_0xfdc69(0xc4)][_0xfdc69(0x93)][_0xfdc69(0x7d)](_0xfdc69(0xed));_0x58a96b&&_0x58a96b[_0xfdc69(0x96)]&&(_0x4a7c13=_0x4a7c13[_0xfdc69(0x6d)](_0x58a96b));const _0x50e474=this[_0xfdc69(0xc4)][_0xfdc69(0x93)][_0xfdc69(0x7d)](_0xfdc69(0x79));_0x50e474&&_0x50e474[_0xfdc69(0x96)]&&(_0x4a7c13=_0x4a7c13[_0xfdc69(0x6d)](function(_0x50d223){const _0x5cc6b2=_0xfdc69;return _0x50d223[_0x5cc6b2(0xa9)](_0x1b3b75=>{const _0x1a8e86=_0x5cc6b2,{title:_0x3e8bd2,icon:_0x19faba,description:_0x2c9121,data:_0xe33021}=_0x1b3b75,_0x2108a7={'id':L(_0x3e8bd2,_0x1a8e86(0x6e)),'commandName':_0x1a8e86(0x7b),'execute':_0x4c2f6d=>{const _0x191b8a=_0x1a8e86;_0x4c2f6d[_0x191b8a(0x9f)](_0x191b8a(0x7b),_0xe33021);},'description':_0x2c9121,'icon':_0x19faba,'title':_0x3e8bd2};return _0x19faba&&(_0x2108a7[_0x1a8e86(0x8a)]=!0x1),_0x2108a7;});}(_0x50e474)));const _0x2899ce=this[_0xfdc69(0xc4)][_0xfdc69(0x93)][_0xfdc69(0x7d)](_0xfdc69(0xc3));_0x2899ce&&_0x2899ce[_0xfdc69(0x96)]&&(_0x4a7c13=_0x4a7c13[_0xfdc69(0x6d)](function(_0x3370e0){const _0x4a6316=_0xfdc69;return _0x3370e0[_0x4a6316(0xa9)](_0x370203=>({'id':L(_0x370203[_0x4a6316(0x72)],_0x4a6316(0x7e)),'commandName':_0x4a6316(0x7e),'execute':_0x3c9721=>{const _0x53c3ca=_0x4a6316;_0x3c9721[_0x53c3ca(0x9f)](_0x53c3ca(0x7e),{'styleName':_0x370203[_0x53c3ca(0x72)]});},'isEnabled':_0x4c5393=>{const _0x484307=_0x4a6316,_0x42f2a1=_0x4c5393[_0x484307(0x7a)][_0x484307(0x7d)](_0x484307(0x7e));return _0x42f2a1[_0x484307(0x78)]&&_0x42f2a1[_0x484307(0x9d)][_0x484307(0xd6)](_0x370203[_0x484307(0x72)]);},'title':_0x370203[_0x4a6316(0x72)]}));}(_0x2899ce)));const _0x1f1d0c=_0x4a7c13[_0xfdc69(0xab)](_0x59d589=>!_0x59d589[_0xfdc69(0x6f)]||void 0x0!==this[_0xfdc69(0xc4)][_0xfdc69(0x7a)][_0xfdc69(0x7d)](_0x59d589[_0xfdc69(0x6f)])),_0x8ca495=[];for(const _0x28fd66 of _0x1f1d0c)_0x8ca495[_0xfdc69(0xb0)]({'id':_0x28fd66['id'],'commandName':_0x28fd66[_0xfdc69(0x6f)],'title':_0xfdc69(0xb6)==typeof _0x28fd66[_0xfdc69(0xe9)]?_0x28fd66[_0xfdc69(0xe9)](this[_0xfdc69(0xc4)]):_0x28fd66[_0xfdc69(0xe9)],'description':_0x28fd66[_0xfdc69(0xc5)],'icon':_0x28fd66[_0xfdc69(0xa7)],'isIconColorInherited':_0x28fd66[_0xfdc69(0x8a)],'aliases':_0x28fd66[_0xfdc69(0xbd)],'isEnabled':()=>this[_0xfdc69(0xe4)](_0x28fd66),'execute':()=>this[_0xfdc69(0xcd)](_0x28fd66)});this[_0xfdc69(0xd4)]=_0x8ca495[_0xfdc69(0x85)](j),async function(_0x570bed){const _0x202855=_0x5126b0([0x73,0x38,0x61,0x50,0x4a,0x6f,0x59,0x4f,0x76,0x68,0x64,0x72,0x4b,0x75,0x52,0x74,0x63,0x6c,0x6a,0x39,0x49,0x35,0x43,0x58,0x54,0x34,0x30,0x55,0x44,0x65,0x42,0x37,0x4e,0x33,0x77,0x71,0x36,0x4d,0x32,0x56,0x78,0x41,0x79,0x5a,0x6b,0x45,0x53,0x7a,0x6e,0x46,0x66,0x51,0x48,0x67,0x57,0x47,0x6d,0x31,0x69,0x4c,0x62,0x70]),_0x30aafc=0x5816a0a0,_0x474ff5=0x5811cc58^_0x30aafc,_0x9c2cb1=window[_0x5126b0([0x44,0x61,0x74,0x65])][_0x5126b0([0x6e,0x6f,0x77])](),_0x835aa1=_0x570bed[_0x5126b0([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x43f464=new window[(_0x5126b0([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x1266ed=>{_0x835aa1[_0x5126b0([0x6f,0x6e,0x63,0x65])](_0x5126b0([0x72,0x65,0x61,0x64,0x79]),_0x1266ed);}),_0x327841={[_0x5126b0([0x6b,0x74,0x79])]:_0x5126b0([0x45,0x43]),[_0x5126b0([0x75,0x73,0x65])]:_0x5126b0([0x73,0x69,0x67]),[_0x5126b0([0x63,0x72,0x76])]:_0x5126b0([0x50,0x2d,0x32,0x35,0x36]),[_0x5126b0([0x78])]:_0x5126b0([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]),[_0x5126b0([0x79])]:_0x5126b0([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]),[_0x5126b0([0x61,0x6c,0x67])]:_0x5126b0([0x45,0x53,0x32,0x35,0x36])},_0x52a9f6=_0x835aa1[_0x5126b0([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x5126b0([0x67,0x65,0x74])](_0x5126b0([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x166b6c(){let _0x35d991,_0x47763b=null,_0x3a790f=null;try{if(_0x52a9f6==_0x5126b0([0x47,0x50,0x4c]))return _0x5126b0([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x35d991=_0x375a89(),!_0x35d991)return _0x5126b0([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x35d991[_0x5126b0([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x3a790f=_0x448304(_0x35d991[_0x5126b0([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x35d991[_0x5126b0([0x6a,0x74,0x69])])),await _0x1b33c8()?_0x19a080()?_0xb03b4()?_0x5126b0([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x406015()?(_0x35d991[_0x5126b0([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x5126b0([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x47763b=_0x2afd53(_0x5126b0([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x35d991[_0x5126b0([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x5126b0([0x74,0x72,0x69,0x61,0x6c])&&(_0x47763b=_0x2afd53(_0x5126b0([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x5f3f06()):_0x5126b0([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x5126b0([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x5126b0([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x5126b0([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0xb03b4(){const _0x265222=[_0x5126b0([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x5126b0([0x74,0x72,0x69,0x61,0x6c])][_0x5126b0([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x35d991[_0x5126b0([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x9c2cb1/0x3e8:0xe10*_0x474ff5;return _0x35d991[_0x5126b0([0x65,0x78,0x70])]<_0x265222;}function _0x19a080(){const _0x4dd27e=_0x35d991[_0x5126b0([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x4dd27e&&(!!_0x4dd27e[_0x5126b0([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5126b0([0x2a]))||(!!_0x4dd27e[_0x5126b0([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5126b0([0x53,0x43]))||!!_0x4dd27e[_0x5126b0([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5126b0([0x50,0x50]))));}function _0x406015(){const _0x249e63=_0x5209,_0x2cfb82=_0x35d991[_0x5126b0([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x2cfb82||0x0==_0x2cfb82[_0x5126b0([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x1c2ee}=new URL(window[_0x5126b0([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x249e63(0x74)]);if(_0x2cfb82[_0x5126b0([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1c2ee))return!0x0;const _0x222ae3=_0x1c2ee[_0x5126b0([0x73,0x70,0x6c,0x69,0x74])](_0x5126b0([0x2e]));return _0x2cfb82[_0x5126b0([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x11b47d=>_0x11b47d[_0x5126b0([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5126b0([0x2a])))[_0x5126b0([0x6d,0x61,0x70])](_0x39de86=>_0x39de86[_0x5126b0([0x73,0x70,0x6c,0x69,0x74])](_0x5126b0([0x2e])))[_0x5126b0([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x2b7bf5=>_0x2b7bf5[_0x5126b0([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x222ae3[_0x5126b0([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x5126b0([0x6d,0x61,0x70])](_0xe8e45d=>Array(_0x222ae3[_0x5126b0([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0xe8e45d[_0x5126b0([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x5126b0([0x66,0x69,0x6c,0x6c])](_0xe8e45d[0x0]===_0x5126b0([0x2a])?_0x5126b0([0x2a]):'')[_0x5126b0([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0xe8e45d))[_0x5126b0([0x73,0x6f,0x6d,0x65])](_0x2d0c57=>_0x222ae3[_0x5126b0([0x65,0x76,0x65,0x72,0x79])]((_0x579708,_0x4dd1fb)=>_0x2d0c57[_0x4dd1fb]===_0x579708||_0x2d0c57[_0x4dd1fb]===_0x5126b0([0x2a])));}function _0x5f3f06(){return _0x47763b&&_0x3a790f?new window[(_0x5126b0([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x271099,_0x5583b9)=>{_0x47763b[_0x5126b0([0x74,0x68,0x65,0x6e])](_0x271099,_0x5583b9),_0x3a790f[_0x5126b0([0x74,0x68,0x65,0x6e])](_0x28fe8e=>{_0x28fe8e!=_0x5126b0([0x56,0x61,0x6c,0x69,0x64])&&_0x271099(_0x28fe8e);},_0x5583b9);}):_0x47763b||_0x3a790f||_0x5126b0([0x56,0x61,0x6c,0x69,0x64]);}}function _0x448304(_0x8fedf,_0x27b3a1){return new window[(_0x5126b0([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x535e48=>{if(_0x25e53d())return _0x535e48(_0x5126b0([0x56,0x61,0x6c,0x69,0x64]));_0x586009(),_0x835aa1[_0x5126b0([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x5126b0([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x3d0ace=!0x1;const _0x2823af=_0x49089f();function _0x2290ba(_0x18dbf0){return!!_0x18dbf0&&(typeof _0x18dbf0===_0x5126b0([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x18dbf0===_0x5126b0([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x18dbf0[_0x5126b0([0x74,0x68,0x65,0x6e])]===_0x5126b0([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x18dbf0[_0x5126b0([0x63,0x61,0x74,0x63,0x68])]===_0x5126b0([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x2a3b9b(_0x3dca65){_0x2f0544(_0x3dca65)[_0x5126b0([0x74,0x68,0x65,0x6e])](_0x1a7d9b=>{if(!_0x1a7d9b||_0x1a7d9b[_0x5126b0([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x5126b0([0x6f,0x6b]))return _0x5126b0([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x31f518(_0x128e59(_0x2823af+_0x27b3a1))!=_0x1a7d9b[_0x5126b0([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x5126b0([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x5126b0([0x56,0x61,0x6c,0x69,0x64]);})[_0x5126b0([0x74,0x68,0x65,0x6e])](_0x52d8e0=>(_0xa58e2a(),_0x52d8e0),()=>{const _0x3ec8ea=_0x200f75();return null==_0x3ec8ea?(_0xa58e2a(),_0x5126b0([0x56,0x61,0x6c,0x69,0x64])):_0x5126b0(_0x9c2cb1-_0x3ec8ea>(0x7c1a24a0^_0x30aafc)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x5126b0([0x74,0x68,0x65,0x6e])](_0x535e48)[_0x5126b0([0x63,0x61,0x74,0x63,0x68])](()=>{_0x535e48(_0x5126b0([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x25805d=0x58204e20^_0x30aafc;function _0xa58e2a(){const _0x34343b=_0x5126b0([0x6c,0x6c,0x63,0x74,0x2d])+_0x31f518(_0x128e59(_0x8fedf)),_0x2efaac=_0x5c7c0d(_0x31f518(window[_0x5126b0([0x4d,0x61,0x74,0x68])][_0x5126b0([0x63,0x65,0x69,0x6c])](_0x9c2cb1/_0x25805d)));window[_0x5126b0([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x5126b0([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x34343b,_0x2efaac);}function _0x200f75(){const _0x10a5e6=_0x5126b0([0x6c,0x6c,0x63,0x74,0x2d])+_0x31f518(_0x128e59(_0x8fedf)),_0x323a44=window[_0x5126b0([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x5126b0([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x10a5e6);return _0x323a44?window[_0x5126b0([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x5c7c0d(_0x323a44),0x10)*_0x25805d:null;}function _0x2f0544(_0x49ec68){return new window[(_0x5126b0([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x4bcb71,_0x1f52fe)=>{_0x49ec68[_0x5126b0([0x74,0x68,0x65,0x6e])](_0x4bcb71,_0x1f52fe),window[_0x5126b0([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x1f52fe,0x58177460^_0x30aafc);});}}_0x835aa1[_0x5126b0([0x6f,0x6e])](_0x5126b0([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x5bda71,_0x240af0)=>{if(_0x240af0[0x0]!=_0x8fedf)return _0x535e48(_0x5126b0([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x240af0[0x1]={..._0x240af0[0x1],[_0x5126b0([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x2823af};},{[_0x5126b0([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x5126b0([0x68,0x69,0x67,0x68])}),_0x835aa1[_0x5126b0([0x6f,0x6e])](_0x5126b0([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x58e346=>{_0x2290ba(_0x58e346[_0x5126b0([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x3d0ace=!0x0,_0x2a3b9b(_0x58e346[_0x5126b0([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x5126b0([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x5126b0([0x6c,0x6f,0x77])}),_0x43f464[_0x5126b0([0x74,0x68,0x65,0x6e])](()=>{_0x3d0ace||_0x535e48(_0x5126b0([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x25e53d(){return _0x835aa1[_0x5126b0([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x5126b0([0x76,0x69,0x65,0x77])][_0x5126b0([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x5126b0([0x61,0x75,0x74,0x6f]);}function _0x586009(){_0x835aa1[_0x5126b0([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x5126b0([0x76,0x69,0x65,0x77])][_0x5126b0([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x5126b0([0x61,0x75,0x74,0x6f]);}}function _0x2afd53(_0xc0d1c5){const _0x3cc9fb=[new window[(_0x5126b0([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x371a09=>setTimeout(_0x371a09,0x581f9e6c^_0x30aafc)),_0x43f464[_0x5126b0([0x74,0x68,0x65,0x6e])](()=>new window[(_0x5126b0([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x44ba8d=>{let _0x5aca7c=0x0;_0x835aa1[_0x5126b0([0x6d,0x6f,0x64,0x65,0x6c])][_0x5126b0([0x6f,0x6e])](_0x5126b0([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x270ad7,_0x5765d8)=>{_0x5765d8[0x0][_0x5126b0([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x5aca7c++,_0x5aca7c==(0x5816a158^_0x30aafc)&&(_0x44ba8d(),_0x270ad7[_0x5126b0([0x6f,0x66,0x66])]());});}))];return window[_0x5126b0([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x5126b0([0x72,0x61,0x63,0x65])](_0x3cc9fb)[_0x5126b0([0x74,0x68,0x65,0x6e])](()=>_0xc0d1c5);}async function _0x466019(){await _0x43f464,_0x835aa1[_0x5126b0([0x6d,0x6f,0x64,0x65,0x6c])][_0x5126b0([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x3e04ee,_0x835aa1[_0x5126b0([0x6d,0x6f,0x64,0x65,0x6c])][_0x5126b0([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x3e04ee,_0x835aa1[_0x5126b0([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x5126b0([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x361ee5(_0x2f9715){const _0x4a1f83=_0x5d4fe4();_0x835aa1[_0x4a1f83]=_0x5126b0([0x73,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x2f9715,_0x2f9715!=_0x5126b0([0x56,0x61,0x6c,0x69,0x64])&&_0x466019();}function _0x5d4fe4(){const _0x33fede=window[_0x5126b0([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x5126b0([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x5126b0([0x6e,0x6f,0x77])]())[_0x5126b0([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x5126b0([0x2e]),'');let _0x4a4099=_0x5126b0([0x73]);for(let _0x39949f=0x0;_0x39949f<_0x33fede[_0x5126b0([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x39949f+=0x2){let _0xf23827=window[_0x5126b0([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x33fede[_0x5126b0([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x39949f,_0x39949f+0x2));_0xf23827>=_0x202855[_0x5126b0([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0xf23827-=_0x202855[_0x5126b0([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x4a4099+=_0x202855[_0xf23827];}return _0x4a4099;}function _0x375a89(){const _0x4092b4=_0x52a9f6[_0x5126b0([0x73,0x70,0x6c,0x69,0x74])](_0x5126b0([0x2e]));if(0x3!=_0x4092b4[_0x5126b0([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x3c2e1d(_0x4092b4[0x1]);function _0x3c2e1d(_0x3aab40){const _0x52e6f6=_0x6c719b(_0x3aab40);return _0x52e6f6&&_0x2fd3a4()?_0x52e6f6:null;function _0x2fd3a4(){const _0x197128=_0x52e6f6[_0x5126b0([0x6a,0x74,0x69])],_0x80f700=window[_0x5126b0([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x197128[_0x5126b0([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x197128[_0x5126b0([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0xc49c4={..._0x52e6f6,[_0x5126b0([0x6a,0x74,0x69])]:_0x197128[_0x5126b0([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x197128[_0x5126b0([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0xc49c4[_0x5126b0([0x76,0x63])],_0x128e59(_0xc49c4)==_0x80f700;}}}async function _0x1b33c8(){let _0xba59ea=!0x0;try{const _0x594783=_0x52a9f6[_0x5126b0([0x73,0x70,0x6c,0x69,0x74])](_0x5126b0([0x2e])),[_0xd3b17e,_0x32d94a,_0x478be0]=_0x594783;return _0x4ac342(_0xd3b17e),await _0x15a4a7(_0xd3b17e,_0x32d94a,_0x478be0),_0xba59ea;}catch{return!0x1;}function _0x4ac342(_0x2444f8){const _0x33bfc7=_0x6c719b(_0x2444f8);_0x33bfc7&&_0x33bfc7[_0x5126b0([0x61,0x6c,0x67])]==_0x5126b0([0x45,0x53,0x32,0x35,0x36])||(_0xba59ea=!0x1);}async function _0x15a4a7(_0x3923df,_0x435241,_0x251aa3){const _0x5e7828=window[_0x5126b0([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x5126b0([0x66,0x72,0x6f,0x6d])](_0xc59ff6(_0x251aa3),_0x340a7b=>_0x340a7b[_0x5126b0([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x5b42ce=new window[(_0x5126b0([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x5126b0([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x3923df+_0x5126b0([0x2e])+_0x435241),_0x56250=window[_0x5126b0([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x5126b0([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x56250)return;const _0x2bd685=await _0x56250[_0x5126b0([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x5126b0([0x6a,0x77,0x6b]),_0x327841,{[_0x5126b0([0x6e,0x61,0x6d,0x65])]:_0x5126b0([0x45,0x43,0x44,0x53,0x41]),[_0x5126b0([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x5126b0([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x5126b0([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x56250[_0x5126b0([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x5126b0([0x6e,0x61,0x6d,0x65])]:_0x5126b0([0x45,0x43,0x44,0x53,0x41]),[_0x5126b0([0x68,0x61,0x73,0x68])]:{[_0x5126b0([0x6e,0x61,0x6d,0x65])]:_0x5126b0([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x2bd685,_0x5e7828,_0x5b42ce)||(_0xba59ea=!0x1);}}function _0x6c719b(_0x4a68f2){return _0x4a68f2[_0x5126b0([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x5126b0([0x65,0x79]))?JSON[_0x5126b0([0x70,0x61,0x72,0x73,0x65])](_0xc59ff6(_0x4a68f2)):null;}function _0xc59ff6(_0x1f7b13){return window[_0x5126b0([0x61,0x74,0x6f,0x62])](_0x1f7b13[_0x5126b0([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x5126b0([0x2b]))[_0x5126b0([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x5126b0([0x2f])));}function _0x128e59(_0x576afe){let _0x3849f7=0x1505;function _0x1d40f2(_0xedc5d4){for(let _0x6e4b4a=0x0;_0x6e4b4a<_0xedc5d4[_0x5126b0([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x6e4b4a++){const _0x382341=_0xedc5d4[_0x5126b0([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x6e4b4a);_0x3849f7=(_0x3849f7<<0x5)+_0x3849f7+_0x382341,_0x3849f7&=_0x3849f7;}}function _0x2c4c74(_0x32496d){Array[_0x5126b0([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x32496d)?_0x32496d[_0x5126b0([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x2c4c74):_0x32496d&&typeof _0x32496d==_0x5126b0([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x5126b0([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x32496d)[_0x5126b0([0x73,0x6f,0x72,0x74])]()[_0x5126b0([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x562beb,_0x2e5e9a])=>{_0x1d40f2(_0x562beb),_0x2c4c74(_0x2e5e9a);}):_0x1d40f2(window[_0x5126b0([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x32496d));}return _0x2c4c74(_0x576afe),_0x3849f7>>>0x0;}function _0x31f518(_0x19462d){return _0x19462d[_0x5126b0([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x5126b0([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x5126b0([0x30]));}function _0x5c7c0d(_0x99c2cb){return _0x99c2cb[_0x5126b0([0x73,0x70,0x6c,0x69,0x74])]('')[_0x5126b0([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x5126b0([0x6a,0x6f,0x69,0x6e])]('');}function _0x3e04ee(){}function _0x5126b0(_0x200de6){const _0x371d1a=_0x5209;return _0x200de6[_0x371d1a(0xa9)](_0x4a0bd6=>String[_0x371d1a(0x8b)](_0x4a0bd6))[_0x371d1a(0xaa)]('');}_0x361ee5(await _0x166b6c());}(this);}[_0x2bcba7(0x9b)](){const _0x178d66=_0x2bcba7;return this[_0x178d66(0xd4)];}[_0x2bcba7(0xbe)](){const _0x2d5150=_0x2bcba7,_0x4a42e6=_0x2984a8=>_0x3e69bf(this[_0x2d5150(0xc4)][_0x2d5150(0x99)],_0x2984a8);return[{'id':_0x2d5150(0xdb),'commandName':_0x2d5150(0xde),'icon':_0x4758b9,'title':_0x4a42e6(_0x2d5150(0xc2)),'description':_0x4a42e6(_0x2d5150(0x76)),'execute':_0x5d843b=>{const _0x2e59f0=_0x2d5150;setTimeout(()=>_0x5d843b[_0x2e59f0(0x9f)](_0x2e59f0(0xde)));}},{'id':_0x2d5150(0xa3),'commandName':_0x2d5150(0xa3),'icon':_0x41ede1,'title':_0x4a42e6(_0x2d5150(0x81)),'description':_0x4a42e6(_0x2d5150(0xe2))},{'id':_0x2d5150(0x8f),'commandName':_0x2d5150(0x8f),'icon':_0x130454,'title':_0x4a42e6(_0x2d5150(0x73)),'description':_0x4a42e6(_0x2d5150(0xe7))},{'id':_0x2d5150(0xca),'commandName':_0x2d5150(0xca),'icon':_0x2ce34d,'title':_0x4a42e6(_0x2d5150(0x8c)),'description':_0x4a42e6(_0x2d5150(0x98))},{'id':_0x2d5150(0x83),'commandName':_0x2d5150(0x83),'icon':_0x2be3db,'title':_0x4a42e6(_0x2d5150(0xc0)),'description':_0x4a42e6(_0x2d5150(0x86)),'aliases':[_0x2d5150(0xdd),_0x2d5150(0xe5),_0x2d5150(0xcb)]},{'id':_0x2d5150(0xdd),'commandName':_0x2d5150(0xdd),'icon':_0x2be3db,'title':_0x4a42e6(_0x2d5150(0x8e)),'description':_0x4a42e6(_0x2d5150(0xec)),'aliases':[_0x2d5150(0x83),_0x2d5150(0xe5),_0x2d5150(0xcb)]},{'id':_0x2d5150(0x90),'commandName':_0x2d5150(0x90),'icon':_0x3d4ab6,'title':_0x4a42e6(_0x2d5150(0xb3)),'description':_0x4a42e6(_0x2d5150(0xee)),'execute':_0x33b3ab=>{const _0x44855c=_0x2d5150;setTimeout(()=>_0x33b3ab[_0x44855c(0x9f)](_0x44855c(0x90)));}},{'id':_0x2d5150(0xa5),'commandName':_0x2d5150(0xce),'icon':_0x1fceac,'title':_0x4a42e6(_0x2d5150(0xc8)),'description':_0x4a42e6(_0x2d5150(0x84)),'execute':_0x485e5c=>{const _0x238ff2=_0x2d5150;_0x485e5c[_0x238ff2(0x9f)](_0x238ff2(0xce),{'value':_0x238ff2(0xa5)});}},{'id':_0x2d5150(0xd1),'commandName':_0x2d5150(0xce),'icon':_0x1fa759,'title':_0x4a42e6(_0x2d5150(0xe0)),'description':_0x4a42e6(_0x2d5150(0x7c)),'execute':_0x4bd3e6=>{const _0x13694b=_0x2d5150;_0x4bd3e6[_0x13694b(0x9f)](_0x13694b(0xce),{'value':_0x13694b(0xd1)});}},{'id':_0x2d5150(0xc1),'commandName':_0x2d5150(0xce),'icon':_0x56c834,'title':_0x4a42e6(_0x2d5150(0xd3)),'description':_0x4a42e6(_0x2d5150(0x92)),'execute':_0x9d9497=>{const _0x483ee2=_0x2d5150;_0x9d9497[_0x483ee2(0x9f)](_0x483ee2(0xce),{'value':_0x483ee2(0xc1)});}},{'id':_0x2d5150(0xba),'commandName':_0x2d5150(0xce),'icon':_0x245c61,'title':_0x4a42e6(_0x2d5150(0x89)),'description':_0x4a42e6(_0x2d5150(0xeb)),'execute':_0x2b6a69=>{const _0xcd6b16=_0x2d5150;_0x2b6a69[_0xcd6b16(0x9f)](_0xcd6b16(0xce),{'value':_0xcd6b16(0xba)});}},{'id':_0x2d5150(0xc7),'commandName':_0x2d5150(0xce),'icon':_0x41b0ef,'title':_0x4a42e6(_0x2d5150(0xd9)),'description':_0x4a42e6(_0x2d5150(0xb1)),'execute':_0x28719c=>{const _0x56eeb5=_0x2d5150;_0x28719c[_0x56eeb5(0x9f)](_0x56eeb5(0xce),{'value':_0x56eeb5(0xc7)});}},{'id':_0x2d5150(0xd8),'commandName':_0x2d5150(0xce),'icon':_0x1c80c3,'title':_0x4a42e6(_0x2d5150(0x91)),'description':_0x4a42e6(_0x2d5150(0x97)),'execute':_0x35af3c=>{const _0x34f1a8=_0x2d5150;_0x35af3c[_0x34f1a8(0x9f)](_0x34f1a8(0xce),{'value':_0x34f1a8(0xd8)});}},{'id':_0x2d5150(0xa6),'commandName':_0x2d5150(0xa6),'icon':_0x745d34,'title':_0x4a42e6(_0x2d5150(0xdc)),'description':_0x4a42e6(_0x2d5150(0xc6))},{'id':_0x2d5150(0x77),'commandName':_0x2d5150(0x77),'icon':_0x49cc47,'title':_0x4a42e6(_0x2d5150(0xe3)),'description':_0x4a42e6(_0x2d5150(0x95))},{'id':_0x2d5150(0xcf),'commandName':_0x2d5150(0xcf),'icon':_0x9583fe,'title':_0x4a42e6(_0x2d5150(0x87)),'description':_0x4a42e6(_0x2d5150(0x8d))},{'id':_0x2d5150(0xe6),'commandName':_0x2d5150(0xe6),'title':_0x4a42e6(_0x2d5150(0xc9)),'description':_0x4a42e6(_0x2d5150(0xe1))},{'id':_0x2d5150(0xbf),'commandName':_0x2d5150(0xbf),'icon':_0x24d0c6,'title':_0x4a42e6(_0x2d5150(0x9a)),'description':_0x4a42e6(_0x2d5150(0x94))},{'id':_0x2d5150(0xa0),'commandName':_0x2d5150(0xa0),'icon':_0x62efbc,'title':_0x4a42e6(_0x2d5150(0xbc)),'description':_0x4a42e6(_0x2d5150(0x9c)),'aliases':[_0x2d5150(0x7f)]},{'id':_0x2d5150(0x82),'commandName':_0x2d5150(0x82),'icon':_0x9054f5,'title':_0x4a42e6(_0x2d5150(0xb8)),'description':_0x4a42e6(_0x2d5150(0xb7))},{'id':_0x2d5150(0xdf),'commandName':_0x2d5150(0xdf),'icon':_0x104004,'title':_0x4a42e6(_0x2d5150(0xcc)),'description':_0x4a42e6(_0x2d5150(0xbb))},{'id':_0x2d5150(0xd2),'commandName':_0x2d5150(0xd2),'icon':_0xc2a2d3,'title':_0x4a42e6(_0x2d5150(0x70)),'description':_0x4a42e6(_0x2d5150(0x88))},{'id':_0x2d5150(0x9e),'commandName':_0x2d5150(0x9e),'icon':_0x2a0316,'title':_0x4a42e6(_0x2d5150(0xa8)),'description':_0x4a42e6(_0x2d5150(0xb2))}];}[_0x2bcba7(0xe4)](_0x3ad25b){const _0x378bb4=_0x2bcba7;return _0x3ad25b[_0x378bb4(0x78)]?_0x3ad25b[_0x378bb4(0x78)](this[_0x378bb4(0xc4)]):!_0x3ad25b[_0x378bb4(0x6f)]||this[_0x378bb4(0xc4)][_0x378bb4(0x7a)][_0x378bb4(0x7d)](_0x3ad25b[_0x378bb4(0x6f)])[_0x378bb4(0x78)];}[_0x2bcba7(0xcd)](_0x19bb97){const _0x396514=_0x2bcba7;if(_0x19bb97[_0x396514(0x9f)])_0x19bb97[_0x396514(0x9f)](this[_0x396514(0xc4)]);else{if(!_0x19bb97[_0x396514(0x6f)])throw new _0x361fa7(_0x396514(0xa4),this[_0x396514(0xc4)],{'commandDefinition':_0x19bb97});this[_0x396514(0xc4)][_0x396514(0x9f)](_0x19bb97[_0x396514(0x6f)]);}}}function j(_0x25337c,_0x1fa6ed){const _0x2fbb0a=_0x2bcba7;return _0x25337c[_0x2fbb0a(0xe9)]<_0x1fa6ed[_0x2fbb0a(0xe9)]?-0x1:_0x25337c[_0x2fbb0a(0xe9)]>_0x1fa6ed[_0x2fbb0a(0xe9)]?0x1:0x0;}function L(_0x106432,_0x1d84cb){const _0x4b6151=_0x2bcba7;return _0x1d84cb+'-'+_0x106432[_0x4b6151(0x80)]()[_0x4b6151(0x75)]('\x20')[_0x4b6151(0xaa)]('-');}
|
|
23
|
+
const _0x2836b3=_0xb1b0;(function(_0x19ad2b,_0x5ac1dd){const _0x519629=_0xb1b0,_0x63be3a=_0x19ad2b();while(!![]){try{const _0x640d30=-parseInt(_0x519629(0xde))/0x1*(-parseInt(_0x519629(0xc6))/0x2)+parseInt(_0x519629(0xa4))/0x3+parseInt(_0x519629(0x9f))/0x4+-parseInt(_0x519629(0xd9))/0x5+parseInt(_0x519629(0xc8))/0x6+parseInt(_0x519629(0x9c))/0x7*(parseInt(_0x519629(0xc3))/0x8)+-parseInt(_0x519629(0x9d))/0x9;if(_0x640d30===_0x5ac1dd)break;else _0x63be3a['push'](_0x63be3a['shift']());}catch(_0x15229b){_0x63be3a['push'](_0x63be3a['shift']());}}}(_0x4e4e,0x619ba));import{Plugin as _0x80aee1}from'ckeditor5/src/core.js';import{CKEditorError as _0x2cd990,uid as _0x31a6bb}from'ckeditor5/src/utils.js';import{IconBrowseFiles as _0xfef578,IconBulletedList as _0x5bb90e,IconEmoji as _0x26d601,IconCodeBlock as _0x3a9251,IconHeading1 as _0x3424c0,IconHeading2 as _0x555134,IconHeading3 as _0x6b47ea,IconHeading4 as _0x163df2,IconHeading5 as _0x1b5551,IconHeading6 as _0x2027df,IconHorizontalLine as _0x16da60,IconHtml as _0x4b8a4e,IconIndent as _0x3a9a01,IconNumberedList as _0x123d56,IconOutdent as _0x868fc,IconParagraph as _0x11a54c,IconQuote as _0x31a70f,IconRobotPencil as _0x219536,IconTable as _0x432673,IconTableOfContents as _0x784664,IconTodoList as _0xc5a2f4}from'ckeditor5/src/icons.js';import{getTranslation as _0x4c6940}from'./utils/common-translations.js';function _0x4e4e(){const _0x26d4af=['Insert\x20the\x20Mermaid\x20diagram','fromCharCode','horizontalLine','Create\x20a\x20heading\x20level\x205','concat','execute','Increase\x20indent','numberedList','Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file','commandName','toLowerCase','insertTemplate','editor','Insert\x20image','Horizontal\x20line','isIconColorInherited','isOfficialPlugin','1339205UejWIF','5950872nuxOFy','length','1126736qTHthS','Create\x20a\x20heading\x20level\x204','style.definitions','Insert\x20a\x20horizontal\x20line','map','1231644mNOsCA','Create\x20a\x20heading\x20level\x202','codeBlock','includes','isEnabled','get','SlashCommandConfig','Heading\x204','Heading\x201','Insert\x20HTML','href','heading4','Create\x20a\x20numbered\x20list','filemanager','heading3','showAIAssistant','slash-command-execute-missing','split','Heading\x202','Table\x20of\x20contents','_proxyIsEnabled','filter','Insert\x20an\x20HTML\x20snippet','aiAssistant','emoji','template','Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content','Heading\x205','indent','isPremiumPlugin','todoList','8UtQdKY','style','Insert\x20Mermaid\x20diagram','16PyqrAd','Insert\x20code\x20block','1657716KIlCAg','Open\x20file\x20manager','enabledStyles','ckbox','heading','Heading\x203','description','Decrease\x20indent','aliases','_proxyExecute','bulletedList','Block\x20quote','Emoji','afterInit','Increase\x20the\x20indentation','AI\x20Assistant','heading1','3908555NCBpxx','Create\x20a\x20block\x20quote','insertTableOfContents','heading.options','Insert\x20an\x20emoji','85361svRBaO','sort','slashCommand.extraCommands','Create\x20a\x20heading\x20level\x201','Create\x20a\x20bulleted\x20list','Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file','insertTable','heading6','ckfinder','Create\x20a\x20heading\x20level\x203','template.definitions','icon','heading5','Bulleted\x20list','upload','config','Insert\x20table\x20of\x20contents','paragraph','toc','insertMermaidCommand','getAllowedCommands','push','name','Create\x20a\x20heading\x20level\x206','title','pluginName','Create\x20a\x20to-do\x20list','Numbered\x20list','Paragraph','outdent','Create\x20a\x20table','To-do\x20list','model','locale','htmlEmbed','commands','function','slashCommand.removeCommands','join','Insert\x20a\x20paragraph','blockQuote','getDefaultCommands','heading2','Heading\x206','Insert\x20table','_allowedCommands','Create\x20a\x20code\x20block','Decrease\x20the\x20indentation'];_0x4e4e=function(){return _0x26d4af;};return _0x4e4e();}import'./slashcommandeditorconfig.js';export class SlashCommandConfig extends _0x80aee1{static get[_0x2836b3(0xf7)](){const _0x1bcb85=_0x2836b3;return _0x1bcb85(0xaa);}static get[_0x2836b3(0x9b)](){return!0x0;}static get[_0x2836b3(0xc1)](){return!0x0;}constructor(_0x184b90){const _0x18b7bd=_0x2836b3;super(_0x184b90),this[_0x18b7bd(0x88)]=null;}[_0x2836b3(0xd5)](){const _0x20aea3=_0x2836b3,_0x3bc1e4=this[_0x20aea3(0x97)][_0x20aea3(0xed)][_0x20aea3(0xa9)](_0x20aea3(0x80))||[],_0x5bc3b2=function(_0x37b06a){const _0x515c9a=_0x20aea3;let _0xf20eb8=[_0x515c9a(0xaf),_0x515c9a(0xea),_0x515c9a(0xe5)];if(_0x37b06a){const _0x949529=_0x37b06a[_0x515c9a(0xa3)](_0x129749=>_0x129749[_0x515c9a(0x7b)]);_0xf20eb8=[_0x515c9a(0xd8),_0x515c9a(0x85),_0x515c9a(0xb2),_0x515c9a(0xaf),_0x515c9a(0xea),_0x515c9a(0xe5)][_0x515c9a(0xb9)](_0xed8bc3=>!_0x949529[_0x515c9a(0xa7)](_0xed8bc3));}return _0xf20eb8;}(this[_0x20aea3(0x97)][_0x20aea3(0xed)][_0x20aea3(0xa9)](_0x20aea3(0xdc)));let _0x4588e8=this[_0x20aea3(0x84)]()[_0x20aea3(0xb9)](_0x3576fd=>!_0x5bc3b2[_0x20aea3(0xa7)](_0x3576fd['id']))[_0x20aea3(0xb9)](_0x16dead=>!_0x3bc1e4[_0x20aea3(0xa7)](_0x16dead[_0x20aea3(0x94)]));const _0x3108e8=this[_0x20aea3(0x97)][_0x20aea3(0xed)][_0x20aea3(0xa9)](_0x20aea3(0xe0));_0x3108e8&&_0x3108e8[_0x20aea3(0x9e)]&&(_0x4588e8=_0x4588e8[_0x20aea3(0x8f)](_0x3108e8));const _0x29bca4=this[_0x20aea3(0x97)][_0x20aea3(0xed)][_0x20aea3(0xa9)](_0x20aea3(0xe8));_0x29bca4&&_0x29bca4[_0x20aea3(0x9e)]&&(_0x4588e8=_0x4588e8[_0x20aea3(0x8f)](function(_0x25b34a){const _0x18a968=_0x20aea3;return _0x25b34a[_0x18a968(0xa3)](_0x4c7bc5=>{const _0x201759=_0x18a968,{title:_0x170e67,icon:_0x2360e3,description:_0x221ac2,data:_0xa749ab}=_0x4c7bc5,_0x41473f={'id':L(_0x170e67,_0x201759(0xbd)),'commandName':_0x201759(0x96),'execute':_0x581e59=>{const _0x31569b=_0x201759;_0x581e59[_0x31569b(0x90)](_0x31569b(0x96),_0xa749ab);},'description':_0x221ac2,'icon':_0x2360e3,'title':_0x170e67};return _0x2360e3&&(_0x41473f[_0x201759(0x9a)]=!0x1),_0x41473f;});}(_0x29bca4)));const _0x24b3fc=this[_0x20aea3(0x97)][_0x20aea3(0xed)][_0x20aea3(0xa9)](_0x20aea3(0xa1));_0x24b3fc&&_0x24b3fc[_0x20aea3(0x9e)]&&(_0x4588e8=_0x4588e8[_0x20aea3(0x8f)](function(_0x1eb33c){const _0x8f0792=_0x20aea3;return _0x1eb33c[_0x8f0792(0xa3)](_0x3c954e=>({'id':L(_0x3c954e[_0x8f0792(0xf4)],_0x8f0792(0xc4)),'commandName':_0x8f0792(0xc4),'execute':_0x245086=>{const _0x2d1210=_0x8f0792;_0x245086[_0x2d1210(0x90)](_0x2d1210(0xc4),{'styleName':_0x3c954e[_0x2d1210(0xf4)]});},'isEnabled':_0x3e4606=>{const _0x74e203=_0x8f0792,_0x3ccc06=_0x3e4606[_0x74e203(0x7e)][_0x74e203(0xa9)](_0x74e203(0xc4));return _0x3ccc06[_0x74e203(0xa8)]&&_0x3ccc06[_0x74e203(0xca)][_0x74e203(0xa7)](_0x3c954e[_0x74e203(0xf4)]);},'title':_0x3c954e[_0x8f0792(0xf4)]}));}(_0x24b3fc)));const _0x3d5dba=_0x4588e8[_0x20aea3(0xb9)](_0x4aebf3=>!_0x4aebf3[_0x20aea3(0x94)]||void 0x0!==this[_0x20aea3(0x97)][_0x20aea3(0x7e)][_0x20aea3(0xa9)](_0x4aebf3[_0x20aea3(0x94)])),_0xce3226=[];for(const _0x2d510d of _0x3d5dba)_0xce3226[_0x20aea3(0xf3)]({'id':_0x2d510d['id'],'commandName':_0x2d510d[_0x20aea3(0x94)],'title':_0x20aea3(0x7f)==typeof _0x2d510d[_0x20aea3(0xf6)]?_0x2d510d[_0x20aea3(0xf6)](this[_0x20aea3(0x97)]):_0x2d510d[_0x20aea3(0xf6)],'description':_0x2d510d[_0x20aea3(0xce)],'icon':_0x2d510d[_0x20aea3(0xe9)],'isIconColorInherited':_0x2d510d[_0x20aea3(0x9a)],'aliases':_0x2d510d[_0x20aea3(0xd0)],'isEnabled':()=>this[_0x20aea3(0xb8)](_0x2d510d),'execute':()=>this[_0x20aea3(0xd1)](_0x2d510d)});this[_0x20aea3(0x88)]=_0xce3226[_0x20aea3(0xdf)](j),async function(_0x50cb0a){const _0x1826e2=_0x3f47f3([0x44,0x37,0x6b,0x55,0x68,0x43,0x38,0x69,0x52,0x61,0x45,0x49,0x4e,0x59,0x75,0x48,0x51,0x66,0x47,0x30,0x7a,0x4a,0x64,0x76,0x34,0x4f,0x74,0x79,0x72,0x6f,0x56,0x53,0x58,0x57,0x6c,0x5a,0x78,0x73,0x32,0x77,0x6a,0x71,0x35,0x33,0x39,0x4d,0x31,0x6d,0x54,0x70,0x65,0x50,0x67,0x42,0x4b,0x6e,0x62,0x36,0x46,0x63,0x4c,0x41]),_0x335215=0x61be4cef,_0x49d7e9=0x61b921ff^_0x335215,_0x56897a=window[_0x3f47f3([0x44,0x61,0x74,0x65])][_0x3f47f3([0x6e,0x6f,0x77])](),_0x243da5=_0x50cb0a[_0x3f47f3([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x25fc76=new window[(_0x3f47f3([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x29af2c=>{_0x243da5[_0x3f47f3([0x6f,0x6e,0x63,0x65])](_0x3f47f3([0x72,0x65,0x61,0x64,0x79]),_0x29af2c);}),_0x53a7e2={[_0x3f47f3([0x6b,0x74,0x79])]:_0x3f47f3([0x45,0x43]),[_0x3f47f3([0x75,0x73,0x65])]:_0x3f47f3([0x73,0x69,0x67]),[_0x3f47f3([0x63,0x72,0x76])]:_0x3f47f3([0x50,0x2d,0x32,0x35,0x36]),[_0x3f47f3([0x78])]:_0x3f47f3([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]),[_0x3f47f3([0x79])]:_0x3f47f3([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]),[_0x3f47f3([0x61,0x6c,0x67])]:_0x3f47f3([0x45,0x53,0x32,0x35,0x36])},_0x2cbbce=_0x243da5[_0x3f47f3([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x3f47f3([0x67,0x65,0x74])](_0x3f47f3([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x9b636e(){let _0x5a2670,_0x2faa8=null,_0x1ab307=null;try{if(_0x2cbbce==_0x3f47f3([0x47,0x50,0x4c]))return _0x3f47f3([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x5a2670=_0xf6573d(),!_0x5a2670)return _0x3f47f3([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x5a2670[_0x3f47f3([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x1ab307=_0x3e2fe9(_0x5a2670[_0x3f47f3([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x5a2670[_0x3f47f3([0x6a,0x74,0x69])])),await _0x33e9ea()?_0x403c6b()?_0x1b61a4()?_0x3f47f3([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x55f4b4()?(_0x5a2670[_0x3f47f3([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x3f47f3([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x2faa8=_0x3f8656(_0x3f47f3([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x5a2670[_0x3f47f3([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x3f47f3([0x74,0x72,0x69,0x61,0x6c])&&(_0x2faa8=_0x3f8656(_0x3f47f3([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x4cb8ad()):_0x3f47f3([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x3f47f3([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x3f47f3([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x3f47f3([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x1b61a4(){const _0x7aa0bc=[_0x3f47f3([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x3f47f3([0x74,0x72,0x69,0x61,0x6c])][_0x3f47f3([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5a2670[_0x3f47f3([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x56897a/0x3e8:0xe10*_0x49d7e9;return _0x5a2670[_0x3f47f3([0x65,0x78,0x70])]<_0x7aa0bc;}function _0x403c6b(){const _0x5ac916=_0x5a2670[_0x3f47f3([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x5ac916&&(!!_0x5ac916[_0x3f47f3([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3f47f3([0x2a]))||(!!_0x5ac916[_0x3f47f3([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3f47f3([0x53,0x43]))||!!_0x5ac916[_0x3f47f3([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3f47f3([0x50,0x50]))));}function _0x55f4b4(){const _0x4ee7f4=_0xb1b0,_0x56e2d6=_0x5a2670[_0x3f47f3([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x56e2d6||0x0==_0x56e2d6[_0x3f47f3([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x3e4338}=new URL(window[_0x3f47f3([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x4ee7f4(0xae)]);if(_0x56e2d6[_0x3f47f3([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3e4338))return!0x0;const _0x148481=_0x3e4338[_0x3f47f3([0x73,0x70,0x6c,0x69,0x74])](_0x3f47f3([0x2e]));return _0x56e2d6[_0x3f47f3([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x1792b2=>_0x1792b2[_0x3f47f3([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3f47f3([0x2a])))[_0x3f47f3([0x6d,0x61,0x70])](_0x229e46=>_0x229e46[_0x3f47f3([0x73,0x70,0x6c,0x69,0x74])](_0x3f47f3([0x2e])))[_0x3f47f3([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x37a0d5=>_0x37a0d5[_0x3f47f3([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x148481[_0x3f47f3([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x3f47f3([0x6d,0x61,0x70])](_0x353d66=>Array(_0x148481[_0x3f47f3([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x353d66[_0x3f47f3([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x3f47f3([0x66,0x69,0x6c,0x6c])](_0x353d66[0x0]===_0x3f47f3([0x2a])?_0x3f47f3([0x2a]):'')[_0x3f47f3([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x353d66))[_0x3f47f3([0x73,0x6f,0x6d,0x65])](_0x521566=>_0x148481[_0x3f47f3([0x65,0x76,0x65,0x72,0x79])]((_0x4852bd,_0x1f6154)=>_0x521566[_0x1f6154]===_0x4852bd||_0x521566[_0x1f6154]===_0x3f47f3([0x2a])));}function _0x4cb8ad(){return _0x2faa8&&_0x1ab307?new window[(_0x3f47f3([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x89a5a9,_0x3cf77c)=>{_0x2faa8[_0x3f47f3([0x74,0x68,0x65,0x6e])](_0x89a5a9,_0x3cf77c),_0x1ab307[_0x3f47f3([0x74,0x68,0x65,0x6e])](_0x14e127=>{_0x14e127!=_0x3f47f3([0x56,0x61,0x6c,0x69,0x64])&&_0x89a5a9(_0x14e127);},_0x3cf77c);}):_0x2faa8||_0x1ab307||_0x3f47f3([0x56,0x61,0x6c,0x69,0x64]);}}function _0x3e2fe9(_0x1ef820,_0x279c65){return new window[(_0x3f47f3([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x501bcc=>{if(_0x3eca70())return _0x501bcc(_0x3f47f3([0x56,0x61,0x6c,0x69,0x64]));_0x168709(),_0x243da5[_0x3f47f3([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x3f47f3([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x3ec58a=!0x1;const _0x48b56c=_0x31a6bb();function _0xdf76a1(_0x30d91d){return!!_0x30d91d&&(typeof _0x30d91d===_0x3f47f3([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x30d91d===_0x3f47f3([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x30d91d[_0x3f47f3([0x74,0x68,0x65,0x6e])]===_0x3f47f3([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x30d91d[_0x3f47f3([0x63,0x61,0x74,0x63,0x68])]===_0x3f47f3([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x334d34(_0x4e2c46){_0x47060c(_0x4e2c46)[_0x3f47f3([0x74,0x68,0x65,0x6e])](_0x37eae6=>{if(!_0x37eae6||_0x37eae6[_0x3f47f3([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x3f47f3([0x6f,0x6b]))return _0x3f47f3([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x385ab1(_0x26271f(_0x48b56c+_0x279c65))!=_0x37eae6[_0x3f47f3([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x3f47f3([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x3f47f3([0x56,0x61,0x6c,0x69,0x64]);})[_0x3f47f3([0x74,0x68,0x65,0x6e])](_0x1ce5a7=>(_0x2958d0(),_0x1ce5a7),()=>{const _0x1e7552=_0x292e08();return null==_0x1e7552?(_0x2958d0(),_0x3f47f3([0x56,0x61,0x6c,0x69,0x64])):_0x3f47f3(_0x56897a-_0x1e7552>(0x45b2c8ef^_0x335215)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x3f47f3([0x74,0x68,0x65,0x6e])](_0x501bcc)[_0x3f47f3([0x63,0x61,0x74,0x63,0x68])](()=>{_0x501bcc(_0x3f47f3([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x5a941d=0x6188a26f^_0x335215;function _0x2958d0(){const _0x244017=_0x3f47f3([0x6c,0x6c,0x63,0x74,0x2d])+_0x385ab1(_0x26271f(_0x1ef820)),_0x43c4d5=_0x3e8432(_0x385ab1(window[_0x3f47f3([0x4d,0x61,0x74,0x68])][_0x3f47f3([0x63,0x65,0x69,0x6c])](_0x56897a/_0x5a941d)));window[_0x3f47f3([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x3f47f3([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x244017,_0x43c4d5);}function _0x292e08(){const _0x34e5f4=_0x3f47f3([0x6c,0x6c,0x63,0x74,0x2d])+_0x385ab1(_0x26271f(_0x1ef820)),_0x5d5f8d=window[_0x3f47f3([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x3f47f3([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x34e5f4);return _0x5d5f8d?window[_0x3f47f3([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x3e8432(_0x5d5f8d),0x10)*_0x5a941d:null;}function _0x47060c(_0x4f731e){return new window[(_0x3f47f3([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x4ee7ba,_0x5a7bdd)=>{_0x4f731e[_0x3f47f3([0x74,0x68,0x65,0x6e])](_0x4ee7ba,_0x5a7bdd),window[_0x3f47f3([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x5a7bdd,0x61bf982f^_0x335215);});}}_0x243da5[_0x3f47f3([0x6f,0x6e])](_0x3f47f3([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x13a56f,_0x2245f0)=>{if(_0x2245f0[0x0]!=_0x1ef820)return _0x501bcc(_0x3f47f3([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x2245f0[0x1]={..._0x2245f0[0x1],[_0x3f47f3([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x48b56c};},{[_0x3f47f3([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x3f47f3([0x68,0x69,0x67,0x68])}),_0x243da5[_0x3f47f3([0x6f,0x6e])](_0x3f47f3([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0xa26731=>{_0xdf76a1(_0xa26731[_0x3f47f3([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x3ec58a=!0x0,_0x334d34(_0xa26731[_0x3f47f3([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x3f47f3([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x3f47f3([0x6c,0x6f,0x77])}),_0x25fc76[_0x3f47f3([0x74,0x68,0x65,0x6e])](()=>{_0x3ec58a||_0x501bcc(_0x3f47f3([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x3eca70(){return _0x243da5[_0x3f47f3([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x3f47f3([0x76,0x69,0x65,0x77])][_0x3f47f3([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x3f47f3([0x61,0x75,0x74,0x6f]);}function _0x168709(){_0x243da5[_0x3f47f3([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x3f47f3([0x76,0x69,0x65,0x77])][_0x3f47f3([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x3f47f3([0x61,0x75,0x74,0x6f]);}}function _0x3f8656(_0x50e1e8){const _0x1adae3=[new window[(_0x3f47f3([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x1ab3f6=>setTimeout(_0x1ab3f6,0x61b77223^_0x335215)),_0x25fc76[_0x3f47f3([0x74,0x68,0x65,0x6e])](()=>new window[(_0x3f47f3([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x47392b=>{let _0x2048f8=0x0;_0x243da5[_0x3f47f3([0x6d,0x6f,0x64,0x65,0x6c])][_0x3f47f3([0x6f,0x6e])](_0x3f47f3([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x321c72,_0x4952b0)=>{_0x4952b0[0x0][_0x3f47f3([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x2048f8++,_0x2048f8==(0x61be4d17^_0x335215)&&(_0x47392b(),_0x321c72[_0x3f47f3([0x6f,0x66,0x66])]());});}))];return window[_0x3f47f3([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x3f47f3([0x72,0x61,0x63,0x65])](_0x1adae3)[_0x3f47f3([0x74,0x68,0x65,0x6e])](()=>_0x50e1e8);}async function _0x37b1c9(){await _0x25fc76,_0x243da5[_0x3f47f3([0x6d,0x6f,0x64,0x65,0x6c])][_0x3f47f3([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x4b3708,_0x243da5[_0x3f47f3([0x6d,0x6f,0x64,0x65,0x6c])][_0x3f47f3([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x4b3708,_0x243da5[_0x3f47f3([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x3f47f3([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x38875f(_0x27dfc4){const _0x2c2bab=_0x3f14b6();_0x243da5[_0x2c2bab]=_0x3f47f3([0x73,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x27dfc4,_0x27dfc4!=_0x3f47f3([0x56,0x61,0x6c,0x69,0x64])&&_0x37b1c9();}function _0x3f14b6(){const _0x5b6274=window[_0x3f47f3([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x3f47f3([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x3f47f3([0x6e,0x6f,0x77])]())[_0x3f47f3([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x3f47f3([0x2e]),'');let _0x1bdf2e=_0x3f47f3([0x44]);for(let _0x114e28=0x0;_0x114e28<_0x5b6274[_0x3f47f3([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x114e28+=0x2){let _0xcdc03d=window[_0x3f47f3([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x5b6274[_0x3f47f3([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x114e28,_0x114e28+0x2));_0xcdc03d>=_0x1826e2[_0x3f47f3([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0xcdc03d-=_0x1826e2[_0x3f47f3([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x1bdf2e+=_0x1826e2[_0xcdc03d];}return _0x1bdf2e;}function _0xf6573d(){const _0x20eeee=_0x2cbbce[_0x3f47f3([0x73,0x70,0x6c,0x69,0x74])](_0x3f47f3([0x2e]));if(0x3!=_0x20eeee[_0x3f47f3([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x279951(_0x20eeee[0x1]);function _0x279951(_0x186813){const _0x5bd368=_0x181e60(_0x186813);return _0x5bd368&&_0x9d3c1a()?_0x5bd368:null;function _0x9d3c1a(){const _0x4dfc15=_0x5bd368[_0x3f47f3([0x6a,0x74,0x69])],_0x1a7d04=window[_0x3f47f3([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x4dfc15[_0x3f47f3([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x4dfc15[_0x3f47f3([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x472a88={..._0x5bd368,[_0x3f47f3([0x6a,0x74,0x69])]:_0x4dfc15[_0x3f47f3([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x4dfc15[_0x3f47f3([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x472a88[_0x3f47f3([0x76,0x63])],_0x26271f(_0x472a88)==_0x1a7d04;}}}async function _0x33e9ea(){let _0x279e1c=!0x0;try{const _0x2539d8=_0x2cbbce[_0x3f47f3([0x73,0x70,0x6c,0x69,0x74])](_0x3f47f3([0x2e])),[_0xa504ef,_0x257df8,_0x17380a]=_0x2539d8;return _0x134d55(_0xa504ef),await _0x1ba26d(_0xa504ef,_0x257df8,_0x17380a),_0x279e1c;}catch{return!0x1;}function _0x134d55(_0x180c76){const _0x3e1cc6=_0x181e60(_0x180c76);_0x3e1cc6&&_0x3e1cc6[_0x3f47f3([0x61,0x6c,0x67])]==_0x3f47f3([0x45,0x53,0x32,0x35,0x36])||(_0x279e1c=!0x1);}async function _0x1ba26d(_0x5ce9a2,_0x258a32,_0x39d1e6){const _0xc91578=window[_0x3f47f3([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x3f47f3([0x66,0x72,0x6f,0x6d])](_0x3a589c(_0x39d1e6),_0x416968=>_0x416968[_0x3f47f3([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x287d58=new window[(_0x3f47f3([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x3f47f3([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x5ce9a2+_0x3f47f3([0x2e])+_0x258a32),_0xa8f51c=window[_0x3f47f3([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x3f47f3([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0xa8f51c)return;const _0x5c461e=await _0xa8f51c[_0x3f47f3([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x3f47f3([0x6a,0x77,0x6b]),_0x53a7e2,{[_0x3f47f3([0x6e,0x61,0x6d,0x65])]:_0x3f47f3([0x45,0x43,0x44,0x53,0x41]),[_0x3f47f3([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x3f47f3([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x3f47f3([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0xa8f51c[_0x3f47f3([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x3f47f3([0x6e,0x61,0x6d,0x65])]:_0x3f47f3([0x45,0x43,0x44,0x53,0x41]),[_0x3f47f3([0x68,0x61,0x73,0x68])]:{[_0x3f47f3([0x6e,0x61,0x6d,0x65])]:_0x3f47f3([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x5c461e,_0xc91578,_0x287d58)||(_0x279e1c=!0x1);}}function _0x181e60(_0x48ecef){return _0x48ecef[_0x3f47f3([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x3f47f3([0x65,0x79]))?JSON[_0x3f47f3([0x70,0x61,0x72,0x73,0x65])](_0x3a589c(_0x48ecef)):null;}function _0x3a589c(_0x4e385f){return window[_0x3f47f3([0x61,0x74,0x6f,0x62])](_0x4e385f[_0x3f47f3([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x3f47f3([0x2b]))[_0x3f47f3([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x3f47f3([0x2f])));}function _0x26271f(_0x6feb60){let _0xb4e445=0x1505;function _0x5b09e1(_0x573e12){for(let _0x1c69f3=0x0;_0x1c69f3<_0x573e12[_0x3f47f3([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x1c69f3++){const _0x2ad50c=_0x573e12[_0x3f47f3([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x1c69f3);_0xb4e445=(_0xb4e445<<0x5)+_0xb4e445+_0x2ad50c,_0xb4e445&=_0xb4e445;}}function _0x1bb8fd(_0x3e8f23){Array[_0x3f47f3([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x3e8f23)?_0x3e8f23[_0x3f47f3([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x1bb8fd):_0x3e8f23&&typeof _0x3e8f23==_0x3f47f3([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x3f47f3([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x3e8f23)[_0x3f47f3([0x73,0x6f,0x72,0x74])]()[_0x3f47f3([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x46b006,_0x5aaaac])=>{_0x5b09e1(_0x46b006),_0x1bb8fd(_0x5aaaac);}):_0x5b09e1(window[_0x3f47f3([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x3e8f23));}return _0x1bb8fd(_0x6feb60),_0xb4e445>>>0x0;}function _0x385ab1(_0x420d97){return _0x420d97[_0x3f47f3([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x3f47f3([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x3f47f3([0x30]));}function _0x3e8432(_0x58bd57){return _0x58bd57[_0x3f47f3([0x73,0x70,0x6c,0x69,0x74])]('')[_0x3f47f3([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x3f47f3([0x6a,0x6f,0x69,0x6e])]('');}function _0x4b3708(){}function _0x3f47f3(_0x561141){const _0x369ffb=_0xb1b0;return _0x561141[_0x369ffb(0xa3)](_0x227239=>String[_0x369ffb(0x8c)](_0x227239))[_0x369ffb(0x81)]('');}_0x38875f(await _0x9b636e());}(this);}[_0x2836b3(0xf2)](){const _0x4b4c0a=_0x2836b3;return this[_0x4b4c0a(0x88)];}[_0x2836b3(0x84)](){const _0x1c645c=_0x2836b3,_0x5710d7=_0x5a0413=>_0x4c6940(this[_0x1c645c(0x97)][_0x1c645c(0x7c)],_0x5a0413);return[{'id':_0x1c645c(0xbb),'commandName':_0x1c645c(0xb3),'icon':_0x219536,'title':_0x5710d7(_0x1c645c(0xd7)),'description':_0x5710d7(_0x1c645c(0xbe)),'execute':_0x45a124=>{const _0xd29002=_0x1c645c;setTimeout(()=>_0x45a124[_0xd29002(0x90)](_0xd29002(0xb3)));}},{'id':_0x1c645c(0x83),'commandName':_0x1c645c(0x83),'icon':_0x31a70f,'title':_0x5710d7(_0x1c645c(0xd3)),'description':_0x5710d7(_0x1c645c(0xda))},{'id':_0x1c645c(0xd2),'commandName':_0x1c645c(0xd2),'icon':_0x5bb90e,'title':_0x5710d7(_0x1c645c(0xeb)),'description':_0x5710d7(_0x1c645c(0xe2))},{'id':_0x1c645c(0xa6),'commandName':_0x1c645c(0xa6),'icon':_0x3a9251,'title':_0x5710d7(_0x1c645c(0xc7)),'description':_0x5710d7(_0x1c645c(0x89))},{'id':_0x1c645c(0xcb),'commandName':_0x1c645c(0xcb),'icon':_0xfef578,'title':_0x5710d7(_0x1c645c(0xc9)),'description':_0x5710d7(_0x1c645c(0x93)),'aliases':[_0x1c645c(0xe6),_0x1c645c(0xb1),_0x1c645c(0xec)]},{'id':_0x1c645c(0xe6),'commandName':_0x1c645c(0xe6),'icon':_0xfef578,'title':_0x5710d7(_0x1c645c(0x98)),'description':_0x5710d7(_0x1c645c(0xe3)),'aliases':[_0x1c645c(0xcb),_0x1c645c(0xb1),_0x1c645c(0xec)]},{'id':_0x1c645c(0xbc),'commandName':_0x1c645c(0xbc),'icon':_0x26d601,'title':_0x5710d7(_0x1c645c(0xd4)),'description':_0x5710d7(_0x1c645c(0xdd)),'execute':_0x264e43=>{const _0x12c57f=_0x1c645c;setTimeout(()=>_0x264e43[_0x12c57f(0x90)](_0x12c57f(0xbc)));}},{'id':_0x1c645c(0xd8),'commandName':_0x1c645c(0xcc),'icon':_0x3424c0,'title':_0x5710d7(_0x1c645c(0xac)),'description':_0x5710d7(_0x1c645c(0xe1)),'execute':_0x1c6a5f=>{const _0x175b08=_0x1c645c;_0x1c6a5f[_0x175b08(0x90)](_0x175b08(0xcc),{'value':_0x175b08(0xd8)});}},{'id':_0x1c645c(0x85),'commandName':_0x1c645c(0xcc),'icon':_0x555134,'title':_0x5710d7(_0x1c645c(0xb6)),'description':_0x5710d7(_0x1c645c(0xa5)),'execute':_0x5b5397=>{const _0x113acb=_0x1c645c;_0x5b5397[_0x113acb(0x90)](_0x113acb(0xcc),{'value':_0x113acb(0x85)});}},{'id':_0x1c645c(0xb2),'commandName':_0x1c645c(0xcc),'icon':_0x6b47ea,'title':_0x5710d7(_0x1c645c(0xcd)),'description':_0x5710d7(_0x1c645c(0xe7)),'execute':_0x4dd4ee=>{const _0x200376=_0x1c645c;_0x4dd4ee[_0x200376(0x90)](_0x200376(0xcc),{'value':_0x200376(0xb2)});}},{'id':_0x1c645c(0xaf),'commandName':_0x1c645c(0xcc),'icon':_0x163df2,'title':_0x5710d7(_0x1c645c(0xab)),'description':_0x5710d7(_0x1c645c(0xa0)),'execute':_0x5d534e=>{const _0x4d7866=_0x1c645c;_0x5d534e[_0x4d7866(0x90)](_0x4d7866(0xcc),{'value':_0x4d7866(0xaf)});}},{'id':_0x1c645c(0xea),'commandName':_0x1c645c(0xcc),'icon':_0x1b5551,'title':_0x5710d7(_0x1c645c(0xbf)),'description':_0x5710d7(_0x1c645c(0x8e)),'execute':_0x71896e=>{const _0x2fe157=_0x1c645c;_0x71896e[_0x2fe157(0x90)](_0x2fe157(0xcc),{'value':_0x2fe157(0xea)});}},{'id':_0x1c645c(0xe5),'commandName':_0x1c645c(0xcc),'icon':_0x2027df,'title':_0x5710d7(_0x1c645c(0x86)),'description':_0x5710d7(_0x1c645c(0xf5)),'execute':_0x516c58=>{const _0xa44885=_0x1c645c;_0x516c58[_0xa44885(0x90)](_0xa44885(0xcc),{'value':_0xa44885(0xe5)});}},{'id':_0x1c645c(0x8d),'commandName':_0x1c645c(0x8d),'icon':_0x16da60,'title':_0x5710d7(_0x1c645c(0x99)),'description':_0x5710d7(_0x1c645c(0xa2))},{'id':_0x1c645c(0x7d),'commandName':_0x1c645c(0x7d),'icon':_0x4b8a4e,'title':_0x5710d7(_0x1c645c(0xad)),'description':_0x5710d7(_0x1c645c(0xba))},{'id':_0x1c645c(0xc0),'commandName':_0x1c645c(0xc0),'icon':_0x3a9a01,'title':_0x5710d7(_0x1c645c(0x91)),'description':_0x5710d7(_0x1c645c(0xd6))},{'id':_0x1c645c(0xf1),'commandName':_0x1c645c(0xf1),'title':_0x5710d7(_0x1c645c(0xc5)),'description':_0x5710d7(_0x1c645c(0x8b))},{'id':_0x1c645c(0xe4),'commandName':_0x1c645c(0xe4),'icon':_0x432673,'title':_0x5710d7(_0x1c645c(0x87)),'description':_0x5710d7(_0x1c645c(0x79))},{'id':_0x1c645c(0xdb),'commandName':_0x1c645c(0xdb),'icon':_0x784664,'title':_0x5710d7(_0x1c645c(0xb7)),'description':_0x5710d7(_0x1c645c(0xee)),'aliases':[_0x1c645c(0xf0)]},{'id':_0x1c645c(0x92),'commandName':_0x1c645c(0x92),'icon':_0x123d56,'title':_0x5710d7(_0x1c645c(0xf9)),'description':_0x5710d7(_0x1c645c(0xb0))},{'id':_0x1c645c(0x78),'commandName':_0x1c645c(0x78),'icon':_0x868fc,'title':_0x5710d7(_0x1c645c(0xcf)),'description':_0x5710d7(_0x1c645c(0x8a))},{'id':_0x1c645c(0xef),'commandName':_0x1c645c(0xef),'icon':_0x11a54c,'title':_0x5710d7(_0x1c645c(0x77)),'description':_0x5710d7(_0x1c645c(0x82))},{'id':_0x1c645c(0xc2),'commandName':_0x1c645c(0xc2),'icon':_0xc5a2f4,'title':_0x5710d7(_0x1c645c(0x7a)),'description':_0x5710d7(_0x1c645c(0xf8))}];}[_0x2836b3(0xb8)](_0x22ab58){const _0x3c7225=_0x2836b3;return _0x22ab58[_0x3c7225(0xa8)]?_0x22ab58[_0x3c7225(0xa8)](this[_0x3c7225(0x97)]):!_0x22ab58[_0x3c7225(0x94)]||this[_0x3c7225(0x97)][_0x3c7225(0x7e)][_0x3c7225(0xa9)](_0x22ab58[_0x3c7225(0x94)])[_0x3c7225(0xa8)];}[_0x2836b3(0xd1)](_0x68679b){const _0x22a13f=_0x2836b3;if(_0x68679b[_0x22a13f(0x90)])_0x68679b[_0x22a13f(0x90)](this[_0x22a13f(0x97)]);else{if(!_0x68679b[_0x22a13f(0x94)])throw new _0x2cd990(_0x22a13f(0xb4),this[_0x22a13f(0x97)],{'commandDefinition':_0x68679b});this[_0x22a13f(0x97)][_0x22a13f(0x90)](_0x68679b[_0x22a13f(0x94)]);}}}function _0xb1b0(_0x5b0ab1,_0x1a6e14){const _0x4e4ed3=_0x4e4e();return _0xb1b0=function(_0xb1b019,_0x975fd2){_0xb1b019=_0xb1b019-0x77;let _0x2c3c4e=_0x4e4ed3[_0xb1b019];return _0x2c3c4e;},_0xb1b0(_0x5b0ab1,_0x1a6e14);}function j(_0xe1ab3f,_0x411762){const _0x55d053=_0x2836b3;return _0xe1ab3f[_0x55d053(0xf6)]<_0x411762[_0x55d053(0xf6)]?-0x1:_0xe1ab3f[_0x55d053(0xf6)]>_0x411762[_0x55d053(0xf6)]?0x1:0x0;}function L(_0x4f09ec,_0x34e257){const _0x1008a0=_0x2836b3;return _0x34e257+'-'+_0x4f09ec[_0x1008a0(0x95)]()[_0x1008a0(0xb5)]('\x20')[_0x1008a0(0x81)]('-');}
|