@ckeditor/ckeditor5-slash-command 46.0.2-alpha.1 → 46.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/slash-command.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +10 -10
- package/src/slashcommandconfig.js +1 -1
package/build/slash-command.js
CHANGED
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
/*!
|
|
3
3
|
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
|
|
4
4
|
* For licensing, see LICENSE.md.
|
|
5
|
-
*/(()=>{var e={168:e=>{"use strict";e.exports=function(e){return e[1]}},237:e=>{"use strict";e.exports=CKEditor5.dll},262:e=>{"use strict";var t={};e.exports=function(e,n){var a=function(e){if(void 0===t[e]){var n=document.querySelector(e);if(window.HTMLIFrameElement&&n instanceof window.HTMLIFrameElement)try{n=n.contentDocument.head}catch(e){n=null}t[e]=n}return t[e]}(e);if(!a)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");a.appendChild(n)}},311:(e,t,n)=>{e.exports=n(237)("./src/ui.js")},355:(e,t,n)=>{e.exports=n(237)("./src/icons.js")},357:e=>{"use strict";e.exports=function(e){var t=document.createElement("style");return e.setAttributes(t,e.attributes),e.insert(t,e.options),t}},433:e=>{"use strict";e.exports=function(e){var t=[];return t.toString=function(){return this.map(function(t){var n="",a=void 0!==t[5];return t[4]&&(n+="@supports (".concat(t[4],") {")),t[2]&&(n+="@media ".concat(t[2]," {")),a&&(n+="@layer".concat(t[5].length>0?" ".concat(t[5]):""," {")),n+=e(t),a&&(n+="}"),t[2]&&(n+="}"),t[4]&&(n+="}"),n}).join("")},t.i=function(e,n,a,r,i){"string"==typeof e&&(e=[[null,e,void 0]]);var s={};if(a)for(var o=0;o<this.length;o++){var c=this[o][0];null!=c&&(s[c]=!0)}for(var l=0;l<e.length;l++){var d=[].concat(e[l]);a&&s[d[0]]||(void 0!==i&&(void 0===d[5]||(d[1]="@layer".concat(d[5].length>0?" ".concat(d[5]):""," {").concat(d[1],"}")),d[5]=i),n&&(d[2]?(d[1]="@media ".concat(d[2]," {").concat(d[1],"}"),d[2]=n):d[2]=n),r&&(d[4]?(d[1]="@supports (".concat(d[4],") {").concat(d[1],"}"),d[4]=r):d[4]="".concat(r)),t.push(d))}},t}},545:e=>{"use strict";var t,n=(t=[],function(e,n){return t[e]=n,t.filter(Boolean).join("\n")});function a(e,t,a,r){var i;if(a)i="";else{i="",r.supports&&(i+="@supports (".concat(r.supports,") {")),r.media&&(i+="@media ".concat(r.media," {"));var s=void 0!==r.layer;s&&(i+="@layer".concat(r.layer.length>0?" ".concat(r.layer):""," {")),i+=r.css,s&&(i+="}"),r.media&&(i+="}"),r.supports&&(i+="}")}if(e.styleSheet)e.styleSheet.cssText=n(t,i);else{var o=document.createTextNode(i),c=e.childNodes;c[t]&&e.removeChild(c[t]),c.length?e.insertBefore(o,c[t]):e.appendChild(o)}}var r={singleton:null,singletonCounter:0};e.exports=function(e){if("undefined"==typeof document)return{update:function(){},remove:function(){}};var t=r.singletonCounter++,n=r.singleton||(r.singleton=e.insertStyleElement(e));return{update:function(e){a(n,t,!1,e)},remove:function(e){a(n,t,!0,e)}}}},584:(e,t,n)=>{e.exports=n(237)("./src/utils.js")},655:(e,t,n)=>{"use strict";n.d(t,{A:()=>o});var a=n(168),r=n.n(a),i=n(433),s=n.n(i)()(r());s.push([e.id,":root{--ck-slash-command-button-width:250px;--ck-slash-command-description-width:200px}.ck-mentions .ck.ck-button.ck-slash-command-button{display:flex;justify-content:flex-start;padding:calc(var(--ck-line-height-base)*.2*var(--ck-font-size-base));width:var(--ck-slash-command-button-width)}.ck-mentions .ck.ck-button.ck-slash-command-button .ck.ck-icon{background-color:var(--ck-color-base-background);border-radius:2px;box-sizing:initial;color:var(--ck-color-base-text);flex-shrink:0;margin-left:0;padding:5px}[dir=ltr] .ck-mentions .ck.ck-button.ck-slash-command-button .ck.ck-icon{margin:0 var(--ck-spacing-small) 0 0}[dir=rtl] .ck-mentions .ck.ck-button.ck-slash-command-button .ck.ck-icon{margin:0 0 0 var(--ck-spacing-small)}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part{display:flex;flex-direction:column}[dir=ltr] .ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part{margin-left:var(--ck-spacing-small)}[dir=rtl] .ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part{margin-right:var(--ck-spacing-small)}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>span{line-height:1.2em}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-button__label,.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-slash-command-button__description{overflow:hidden;text-overflow:ellipsis;width:var(--ck-slash-command-description-width)}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-button__label{font-weight:700}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-slash-command-button__description{font-size:var(--ck-font-size-small);opacity:.75}.ck-mentions .ck.ck-button.ck-slash-command-button.ck-on>.ck-slash-command-button__text-part>span{color:var(--ck-color-list-button-on-text)}",""]);const o=s},667:e=>{"use strict";e.exports=function(e,t){Object.keys(t).forEach(function(n){e.setAttribute(n,t[n])})}},673:e=>{"use strict";var t=[];function n(e){for(var n=-1,a=0;a<t.length;a++)if(t[a].identifier===e){n=a;break}return n}function a(e,a){for(var i={},s=[],o=0;o<e.length;o++){var c=e[o],l=a.base?c[0]+a.base:c[0],d=i[l]||0,u="".concat(l," ").concat(d);i[l]=d+1;var m=n(u),p={css:c[1],media:c[2],sourceMap:c[3],supports:c[4],layer:c[5]};if(-1!==m)t[m].references++,t[m].updater(p);else{var h=r(p,a);a.byIndex=o,t.splice(o,0,{identifier:u,updater:h,references:1})}s.push(u)}return s}function r(e,t){var n=t.domAPI(t);n.update(e);return function(t){if(t){if(t.css===e.css&&t.media===e.media&&t.sourceMap===e.sourceMap&&t.supports===e.supports&&t.layer===e.layer)return;n.update(e=t)}else n.remove()}}e.exports=function(e,r){var i=a(e=e||[],r=r||{});return function(e){e=e||[];for(var s=0;s<i.length;s++){var o=n(i[s]);t[o].references--}for(var c=a(e,r),l=0;l<i.length;l++){var d=n(i[l]);0===t[d].references&&(t[d].updater(),t.splice(d,1))}i=c}}},782:(e,t,n)=>{e.exports=n(237)("./src/core.js")}},t={};function n(a){var r=t[a];if(void 0!==r)return r.exports;var i=t[a]={id:a,exports:{}};return e[a](i,i.exports,n),i.exports}n.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return n.d(t,{a:t}),t},n.d=(e,t)=>{for(var a in t)n.o(t,a)&&!n.o(e,a)&&Object.defineProperty(e,a,{enumerable:!0,get:t[a]})},n.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),n.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var a={};(()=>{"use strict";n.r(a),n.d(a,{SlashCommand:()=>D,SlashCommandConfig:()=>c,SlashCommandEditing:()=>h,SlashCommandUI:()=>P});var e=n(782),t=n(584),r=n(355);const i=s;function s(e,t){const n=o();return(s=function(e,t){return n[e-=438]})(e,t)}function o(){const e=["Heading 2","insertTableOfContents","showAIAssistant","blockQuote","commands","style","getAllowedCommands","upload","heading6","isIconColorInherited","includes","Insert a paragraph","filemanager","Open the AI Assistant to generate content","Open file manager to insert an image or a file","toc","concat","Create a heading level 3","176vsnwqJ","18gDTSSW","sort","Paragraph","numberedList","280464sefRab","Decrease the indentation","heading","execute","htmlEmbed","_allowedCommands","heading2","push","template.definitions","Create a block quote","icon","Heading 6","Open file manager","heading3","Table of contents","aliases","Emoji","insertTemplate","insertMermaidCommand","split","afterInit","6BjYfFM","63ngiPuE","length","Insert code block","isOfficialPlugin","pluginName","paragraph","isEnabled","indent","2886920LMXedY","insertTable","function","ckbox","slashCommand.extraCommands","Insert table","getDefaultCommands","Create a table","map","Create a heading level 1","filter","style.definitions","todoList","Heading 4","Create a bulleted list","994512mlpLef","_proxyIsEnabled","Insert table of contents","Increase indent","join","emoji","Bulleted list","name","Insert Mermaid diagram","aiAssistant","Insert a horizontal line","4256540YuOucZ","Create a heading level 2","commandName","isPremiumPlugin","To-do list","454182BCxtwi","outdent","heading.options","Create a heading level 5","_proxyExecute","Open file browser to insert an image or a file","editor","Create a to-do list","Block quote","14XWElkn","heading5","slash-command-execute-missing","bulletedList","SlashCommandConfig","Create a code block","href","Numbered list","slashCommand.removeCommands","fromCharCode","Create a numbered list","2319040inxgsQ","12789jRYzlh","description","Insert an HTML snippet","title","Heading 1","ckfinder","Insert HTML","config","Increase the indentation","Insert an emoji","Heading 3","horizontalLine","Heading 5","template","get","codeBlock","Create a heading level 4","locale","Insert the Mermaid diagram","heading1","heading4","model","Create a heading level 6","toLowerCase","AI Assistant","Horizontal line","Insert image","Decrease indent","enabledStyles"];return(o=function(){return e})()}!function(e){const t=s,n=e();for(;;)try{if(428785===parseInt(t(469))/1*(-parseInt(t(457))/2)+parseInt(t(448))/3+parseInt(t(468))/4+parseInt(t(443))/5*(parseInt(t(542))/6)+-parseInt(t(543))/7*(parseInt(t(521))/8)+-parseInt(t(517))/9*(-parseInt(t(551))/10)+parseInt(t(516))/11*(-parseInt(t(566))/12))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(o);class c extends e.Plugin{static get[i(547)](){return i(461)}static get[i(546)](){return!0}static get[i(446)](){return!0}constructor(e){const t=i;super(e),this[t(526)]=null}[i(541)](){const e=i,n=this[e(454)][e(476)][e(483)](e(465))||[],a=function(t){const n=e;let a=[n(489),n(458),n(506)];if(t){const e=t[n(559)](e=>e[n(490)]);a=[n(488),n(527),n(534),n(489),n(458),n(506)][n(561)](t=>!e[n(508)](t))}return a}(this[e(454)][e(476)][e(483)](e(450)));let r=this[e(557)]()[e(561)](t=>!a[e(508)](t.id))[e(561)](t=>!n[e(508)](t[e(445)]));const o=this[e(454)][e(476)][e(483)](e(555));o&&o[e(544)]&&(r=r[e(514)](o));const c=this[e(454)][e(476)][e(483)](e(529));c&&c[e(544)]&&(r=r[e(514)](function(t){const n=e;return t[n(559)](e=>{const t=n,{title:a,icon:r,description:i,data:s}=e,o={id:d(a,t(482)),commandName:t(538),execute:e=>{const n=t;e[n(524)](n(538),s)},description:i,icon:r,title:a};return r&&(o[t(507)]=!1),o})}(c)));const u=this[e(454)][e(476)][e(483)](e(562));u&&u[e(544)]&&(r=r[e(514)](function(t){const n=e;return t[n(559)](e=>({id:d(e[n(439)],n(503)),commandName:n(503),execute:t=>{const a=n;t[a(524)](a(503),{styleName:e[a(439)]})},isEnabled:t=>{const a=n,r=t[a(502)][a(483)](a(503));return r[a(549)]&&r[a(497)][a(508)](e[a(439)])},title:e[n(439)]}))}(u)));const m=r[e(561)](t=>!t[e(445)]||void 0!==this[e(454)][e(502)][e(483)](t[e(445)])),p=[];for(const t of m)p[e(528)]({id:t.id,commandName:t[e(445)],title:e(553)==typeof t[e(472)]?t[e(472)](this[e(454)]):t[e(472)],description:t[e(470)],icon:t[e(531)],isIconColorInherited:t[e(507)],aliases:t[e(536)],isEnabled:()=>this[e(567)](t),execute:()=>this[e(452)](t)});this[e(526)]=p[e(518)](l),async function(e){const n=g([116,119,97,90,117,118,107,110,113,50,48,53,88,54,99,120,86,115,70,74,73,114,105,111,78,87,49,112,66,89,101,84,122,102,76,104,80,108,68,52,56,106,72,67,100,79,57,98,82,65,85,81,75,83,77,69,109,103,121,71,55,51]),a=window[g([68,97,116,101])][g([110,111,119])](),r=e[g([101,100,105,116,111,114])],i=new(window[g([80,114,111,109,105,115,101])])(e=>{r[g([111,110,99,101])](g([114,101,97,100,121]),e)}),o={[g([107,116,121])]:g([69,67]),[g([117,115,101])]:g([115,105,103]),[g([99,114,118])]:g([80,45,50,53,54]),[g([120])]:g([105,67,106,79,67,118,68,70,73,54,108,81,72,72,84,49,56,106,86,119,82,102,107,102,72,81,50,97,95,77,121,109,84,51,53,76,81,86,111,70,83,65,73]),[g([121])]:g([107,88,73,121,74,52,101,118,116,67,69,70,82,109,120,75,83,85,112,75,57,102,68,87,52,53,57,118,88,79,118,86,114,104,102,54,117,81,65,101,79,105,111]),[g([97,108,103])]:g([69,83,50,53,54])},c=r[g([99,111,110,102,105,103])][g([103,101,116])](g([108,105,99,101,110,115,101,75,101,121]));function l(e){const t=[new(window[g([80,114,111,109,105,115,101])])(e=>setTimeout(e,605900)),i[g([116,104,101,110])](()=>new(window[g([80,114,111,109,105,115,101])])(e=>{let t=0;r[g([109,111,100,101,108])][g([111,110])](g([97,112,112,108,121,79,112,101,114,97,116,105,111,110]),(n,a)=>{a[0][g([105,115,68,111,99,117,109,101,110,116,79,112,101,114,97,116,105,111,110])]&&t++,504==t&&(e(),n[g([111,102,102])]())})}))];return window[g([80,114,111,109,105,115,101])][g([114,97,99,101])](t)[g([116,104,101,110])](()=>e)}function d(e){return e[g([115,116,97,114,116,115,87,105,116,104])](g([101,121]))?JSON[g([112,97,114,115,101])](u(e)):null}function u(e){return window[g([97,116,111,98])](e[g([114,101,112,108,97,99,101])](/-/g,g([43]))[g([114,101,112,108,97,99,101])](/_/g,g([47])))}function m(e){let t=5381;function n(e){for(let n=0;n<e[g([108,101,110,103,116,104])];n++){const a=e[g([99,104,97,114,67,111,100,101,65,116])](n);t=(t<<5)+t+a,t&=t}}return function e(t){Array[g([105,115,65,114,114,97,121])](t)?t[g([102,111,114,69,97,99,104])](e):t&&typeof t==g([111,98,106,101,99,116])?Object[g([101,110,116,114,105,101,115])](t)[g([115,111,114,116])]()[g([102,111,114,69,97,99,104])](([t,a])=>{n(t),e(a)}):n(window[g([83,116,114,105,110,103])](t))}(e),t>>>0}function p(e){return e[g([116,111,83,116,114,105,110,103])](16)[g([112,97,100,83,116,97,114,116])](8,g([48]))}function h(e){return e[g([115,112,108,105,116])]("")[g([114,101,118,101,114,115,101])]()[g([106,111,105,110])]("")}function f(){}function g(e){const t=s;return e[t(559)](e=>String[t(466)](e))[t(570)]("")}!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([116]);for(let a=0;a<e[g([108,101,110,103,116,104])];a+=2){let r=window[g([112,97,114,115,101,73,110,116])](e[g([115,117,98,115,116,114,105,110,103])](a,a+2));r>=n[g([108,101,110,103,116,104])]&&(r-=n[g([108,101,110,103,116,104])]),t+=n[r]}return t}();r[t]=g([115,108,97,115,104,67,111,109,109,97,110,100,76,105,99,101,110,115,101,75,101,121])+e,e!=g([86,97,108,105,100])&&async function(){await i,r[g([109,111,100,101,108])][g([99,104,97,110,103,101])]=f,r[g([109,111,100,101,108])][g([101,110,113,117,101,117,101,67,104,97,110,103,101])]=f,r[g([101,110,97,98,108,101,82,101,97,100,79,110,108,121,77,111,100,101])](g([109,111,100,101,108]))}()}(await async function(){let e,n=null,f=null;try{return c==g([71,80,76])?g([78,111,116,65,108,108,111,119,101,100]):(e=function(){const e=c[g([115,112,108,105,116])](g([46]));return 3!=e[g([108,101,110,103,116,104])]?null:t(e[1]);function t(e){const t=d(e);return t&&n()?t:null;function n(){const e=t[g([106,116,105])],n=window[g([112,97,114,115,101,73,110,116])](e[g([115,117,98,115,116,114,105,110,103])](e[g([108,101,110,103,116,104])]-8),16),a={...t,[g([106,116,105])]:e[g([115,117,98,115,116,114,105,110,103])](0,e[g([108,101,110,103,116,104])]-8)};return delete a[g([118,99])],m(a)==n}}}(),e?(e[g([117,115,97,103,101,69,110,100,112,111,105,110,116])]&&(f=function(e,n){return new(window[g([80,114,111,109,105,115,101])])(c=>{if(s())return c(g([86,97,108,105,100]));o(),r[g([100,101,99,111,114,97,116,101])](g([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]));let l=!1;const d=(0,t.uid)();function u(e){return!!e&&(typeof e===g([111,98,106,101,99,116])||typeof e===g([102,117,110,99,116,105,111,110]))&&typeof e[g([116,104,101,110])]===g([102,117,110,99,116,105,111,110])&&typeof e[g([99,97,116,99,104])]===g([102,117,110,99,116,105,111,110])}function f(t){o(t)[g([116,104,101,110])](e=>e&&e[g([115,116,97,116,117,115])]==g([111,107])?p(m(d+n))!=e[g([118,101,114,105,102,105,99,97,116,105,111,110])]?g([85,115,97,103,101,76,105,109,105,116]):g([86,97,108,105,100]):g([85,115,97,103,101,76,105,109,105,116]))[g([116,104,101,110])](e=>(i(),e),()=>{const e=s();return null==e?(i(),g([86,97,108,105,100])):g(a-e>6048e5?[85,115,97,103,101,76,105,109,105,116]:[86,97,108,105,100])})[g([116,104,101,110])](c)[g([99,97,116,99,104])](()=>{c(g([85,115,97,103,101,76,105,109,105,116]))});const r=36e5;function i(){const t=g([108,108,99,116,45])+p(m(e)),n=h(p(window[g([77,97,116,104])][g([99,101,105,108])](a/r)));window[g([108,111,99,97,108,83,116,111,114,97,103,101])][g([115,101,116,73,116,101,109])](t,n)}function s(){const t=g([108,108,99,116,45])+p(m(e)),n=window[g([108,111,99,97,108,83,116,111,114,97,103,101])][g([103,101,116,73,116,101,109])](t);return n?window[g([112,97,114,115,101,73,110,116])](h(n),16)*r:null}function o(e){return new(window[g([80,114,111,109,105,115,101])])((t,n)=>{e[g([116,104,101,110])](t,n),window[g([115,101,116,84,105,109,101,111,117,116])](n,12e4)})}}r[g([111,110])](g([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),(t,n)=>{if(n[0]!=e)return c(g([85,115,97,103,101,76,105,109,105,116]));n[1]={...n[1],[g([114,101,113,117,101,115,116,73,100])]:d}},{[g([112,114,105,111,114,105,116,121])]:g([104,105,103,104])}),r[g([111,110])](g([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),e=>{u(e[g([114,101,116,117,114,110])])&&(l=!0,f(e[g([114,101,116,117,114,110])]))},{[g([112,114,105,111,114,105,116,121])]:g([108,111,119])}),i[g([116,104,101,110])](()=>{l||c(g([85,115,97,103,101,76,105,109,105,116]))})});function s(){return r[g([101,100,105,116,105,110,103])][g([118,105,101,119])][g([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]==g([97,117,116,111])}function o(){r[g([101,100,105,116,105,110,103])][g([118,105,101,119])][g([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]=g([97,117,116,111])}}(e[g([117,115,97,103,101,69,110,100,112,111,105,110,116])],e[g([106,116,105])])),await async function(){let e=!0;try{const a=c[g([115,112,108,105,116])](g([46])),[r,i,s]=a;return t(r),await n(r,i,s),e}catch{return!1}function t(t){const n=d(t);n&&n[g([97,108,103])]==g([69,83,50,53,54])||(e=!1)}async function n(t,n,a){const r=window[g([85,105,110,116,56,65,114,114,97,121])][g([102,114,111,109])](u(a),e=>e[g([99,104,97,114,67,111,100,101,65,116])](0)),i=(new(window[g([84,101,120,116,69,110,99,111,100,101,114])]))[g([101,110,99,111,100,101])](t+g([46])+n),s=window[g([99,114,121,112,116,111])][g([115,117,98,116,108,101])];if(!s)return;const c=await s[g([105,109,112,111,114,116,75,101,121])](g([106,119,107]),o,{[g([110,97,109,101])]:g([69,67,68,83,65]),[g([110,97,109,101,100,67,117,114,118,101])]:g([80,45,50,53,54])},!1,[g([118,101,114,105,102,121])]);await s[g([118,101,114,105,102,121])]({[g([110,97,109,101])]:g([69,67,68,83,65]),[g([104,97,115,104])]:{[g([110,97,109,101])]:g([83,72,65,45,50,53,54])}},c,r,i)||(e=!1)}}()?function(){const t=e[g([102,101,97,116,117,114,101,115])];return!(!t||!t[g([105,110,99,108,117,100,101,115])](g([42]))&&!t[g([105,110,99,108,117,100,101,115])](g([83,67]))&&!t[g([105,110,99,108,117,100,101,115])](g([80,80])))}()?function(){const t=[g([101,118,97,108,117,97,116,105,111,110]),g([116,114,105,97,108])][g([105,110,99,108,117,100,101,115])](e[g([108,105,99,101,110,115,101,84,121,112,101])])?a/1e3:1755561600;return e[g([101,120,112])]<t}()?g([69,120,112,105,114,101,100]):function(){const t=s,n=e[g([108,105,99,101,110,115,101,100,72,111,115,116,115])];if(!n||0==n[g([108,101,110,103,116,104])])return!0;const{hostname:a}=new URL(window[g([108,111,99,97,116,105,111,110])][t(463)]);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(504)](){return this[i(526)]}[i(557)](){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(454)][e(486)],t);return[{id:e(441),commandName:e(500),icon:r.IconRobotPencil,title:t(e(493)),description:t(e(511)),execute:t=>{const n=e;setTimeout(()=>t[n(524)](n(500)))}},{id:e(501),commandName:e(501),icon:r.IconQuote,title:t(e(456)),description:t(e(530))},{id:e(460),commandName:e(460),icon:r.IconBulletedList,title:t(e(438)),description:t(e(565))},{id:e(484),commandName:e(484),icon:r.IconCodeBlock,title:t(e(545)),description:t(e(462))},{id:e(554),commandName:e(554),icon:r.IconBrowseFiles,title:t(e(533)),description:t(e(512)),aliases:[e(474),e(510),e(505)]},{id:e(474),commandName:e(474),icon:r.IconBrowseFiles,title:t(e(495)),description:t(e(453)),aliases:[e(554),e(510),e(505)]},{id:e(571),commandName:e(571),icon:r.IconEmoji,title:t(e(537)),description:t(e(478)),execute:t=>{const n=e;setTimeout(()=>t[n(524)](n(571)))}},{id:e(488),commandName:e(523),icon:r.IconHeading1,title:t(e(473)),description:t(e(560)),execute:t=>{const n=e;t[n(524)](n(523),{value:n(488)})}},{id:e(527),commandName:e(523),icon:r.IconHeading2,title:t(e(498)),description:t(e(444)),execute:t=>{const n=e;t[n(524)](n(523),{value:n(527)})}},{id:e(534),commandName:e(523),icon:r.IconHeading3,title:t(e(479)),description:t(e(515)),execute:t=>{const n=e;t[n(524)](n(523),{value:n(534)})}},{id:e(489),commandName:e(523),icon:r.IconHeading4,title:t(e(564)),description:t(e(485)),execute:t=>{const n=e;t[n(524)](n(523),{value:n(489)})}},{id:e(458),commandName:e(523),icon:r.IconHeading5,title:t(e(481)),description:t(e(451)),execute:t=>{const n=e;t[n(524)](n(523),{value:n(458)})}},{id:e(506),commandName:e(523),icon:r.IconHeading6,title:t(e(532)),description:t(e(491)),execute:t=>{const n=e;t[n(524)](n(523),{value:n(506)})}},{id:e(480),commandName:e(480),icon:r.IconHorizontalLine,title:t(e(494)),description:t(e(442))},{id:e(525),commandName:e(525),icon:r.IconHtml,title:t(e(475)),description:t(e(471))},{id:e(550),commandName:e(550),icon:r.IconIndent,title:t(e(569)),description:t(e(477))},{id:e(539),commandName:e(539),title:t(e(440)),description:t(e(487))},{id:e(552),commandName:e(552),icon:r.IconTable,title:t(e(556)),description:t(e(558))},{id:e(499),commandName:e(499),icon:r.IconTableOfContents,title:t(e(535)),description:t(e(568)),aliases:[e(513)]},{id:e(520),commandName:e(520),icon:r.IconNumberedList,title:t(e(464)),description:t(e(467))},{id:e(449),commandName:e(449),icon:r.IconOutdent,title:t(e(496)),description:t(e(522))},{id:e(548),commandName:e(548),icon:r.IconParagraph,title:t(e(519)),description:t(e(509))},{id:e(563),commandName:e(563),icon:r.IconTodoList,title:t(e(447)),description:t(e(455))}]}[i(567)](e){const t=i;return e[t(549)]?e[t(549)](this[t(454)]):!e[t(445)]||this[t(454)][t(502)][t(483)](e[t(445)])[t(549)]}[i(452)](e){const n=i;if(e[n(524)])e[n(524)](this[n(454)]);else{if(!e[n(445)])throw new t.CKEditorError(n(459),this[n(454)],{commandDefinition:e});this[n(454)][n(524)](e[n(445)])}}}function l(e,t){const n=i;return e[n(472)]<t[n(472)]?-1:e[n(472)]>t[n(472)]?1:0}function d(e,t){const n=i;return t+"-"+e[n(492)]()[n(540)](" ")[n(570)]("-")}function u(e,t){const n=p();return(u=function(e,t){return n[e-=431]})(e,t)}const m=u;function p(){const e=["some","3258096dGNtdN","SlashCommandEditing","push","isEnabled","editor","get","getMatchingCommands","96442DVgpqy","18059355aMIWhq","toLowerCase","getAllowedCommands","title","includes","pluginName","aliases","1274OWzlpo","description","concat","12qwQPJh","2044895vJZIfC","requires","plugins","9992VdMbur","1033911AbbDXF","isPremiumPlugin","265842XbtFWA","isOfficialPlugin","SlashCommandConfig","filter"];return(p=function(){return e})()}!function(e){const t=u,n=e();for(;;)try{if(474415===parseInt(t(453))/1+-parseInt(t(435))/2+-parseInt(t(451))/3+-parseInt(t(458))/4+-parseInt(t(447))/5*(parseInt(t(446))/6)+parseInt(t(443))/7*(parseInt(t(450))/8)+parseInt(t(436))/9)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(p);class h extends e.Plugin{static get[m(441)](){return m(459)}static get[m(454)](){return!0}static get[m(452)](){return!0}static get[m(448)](){return[c]}[m(434)](e){const t=m,n=e&&e[t(437)]();let a=this[t(432)][t(449)][t(433)](t(455))[t(438)]();if(a=a[t(456)](e=>e[t(431)]()),n){const e=[],r=[],i=[],s=[];for(const o of a)o.id[t(437)]()[t(440)](n)?e[t(460)](o):o[t(439)][t(437)]()[t(440)](n)?r[t(460)](o):o[t(442)]&&o[t(442)][t(457)](e=>e[t(437)]()[t(440)](n))?i[t(460)](o):o[t(444)]&&o[t(444)][t(437)]()[t(440)](n)&&s[t(460)](o);a=e[t(445)](r,i,s)}return a}}var f=n(311);function g(e,t){const n=b();return(g=function(e,t){return n[e-=263]})(e,t)}const I=g;function b(){const e=["138GKHVBC","ck-slash-command-button","iconView","add","3853545drDEMw","div","setTemplate","ck-slash-command-button__text-part","47740332ucajWc","title","children","icon","1454699sQDwQV","1275802hffmRO","set","isIconColorInherited","9584CjkuhJ","labelView","isColorInherited","365113fomIEU","2wgHzEM","render","3440568MmgFSY","120AYLSMi","_createTextPartView","3708HIzoXB","description","4qhYYdO","textPartView","ck-slash-command-button__description","span"];return(b=function(){return e})()}!function(e){const t=g,n=e();for(;;)try{if(801944===-parseInt(t(271))/1*(parseInt(t(279))/2)+-parseInt(t(281))/3*(-parseInt(t(286))/4)+-parseInt(t(263))/5+-parseInt(t(290))/6*(parseInt(t(278))/7)+-parseInt(t(275))/8*(-parseInt(t(284))/9)+-parseInt(t(282))/10*(parseInt(t(272))/11)+parseInt(t(267))/12)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(b);class k extends f.ButtonView{constructor(e,t){const n=g;super(e),this[n(287)]=this[n(283)](e,t),void 0!==t[n(274)]&&(this[n(292)][n(277)]=t[n(274)]),this[n(273)]({icon:t[n(270)]||r.IconPlay,withText:!0,label:t[n(268)],class:n(291)})}[I(280)](){const e=I;super[e(280)](),this[e(269)][e(293)](this[e(287)])}[I(283)](e,t){const n=I,a=new f.View(e);return a[n(265)]({tag:n(264),attributes:{class:["ck",n(266)]},children:t[n(285)]?[this[n(276)],{tag:n(289),attributes:{class:["ck",n(288)]},children:[{text:t[n(285)]}]}]:[this[n(276)]]}),a}}var v=n(673),C=n.n(v),w=n(545),y=n.n(w),x=n(262),N=n.n(x),L=n(667),H=n.n(L),O=n(357),_=n.n(O),A=n(655),M={attributes:{"data-cke":!0}};M.setAttributes=H(),M.insert=N().bind(null,"head"),M.domAPI=y(),M.insertStyleElement=_();C()(A.A,M);A.A&&A.A.locals&&A.A.locals;const T=S;function E(){const e=["SlashCommandEditing","slashCommandLicenseKeyEvaluationLimit","marker","invalid","render","slashCommandLicenseKeyExpired","isPremiumPlugin","model","range","expired","evaluationLimit","trialLimit","SlashCommand","mention.feeds","high","editor","5xUWkoj","6jXfQeT","execute","plugins","408PwpYHM","slashCommandLicenseKeyTrialLimit","pluginName","slashCommandLicenseKeyValid","set","10YZRJPY","once","bind","init","commands","slashCommandLicenseKeyDomainLimit","featureNotAllowed","slashCommand.dropdownLimit","ready","3081368stuVPD","change","stop","licenseKey","remove","slashCommandLicenseKeyInvalid","config","getMatchingCommands","990068kCOCyn","get","_setupMentionConfiguration","SlashCommandUI","2514659HzTuxz","slashCommandLicenseKeyNotAllowed","2235uwZnVu","slashCommandLicenseKeyUsageLimit","531459zRnasH","isOfficialPlugin","_showLicenseError","usageLimit","locale","17932079dETImk","push","24498BwzFNl","destroy","domainLimit","_customItemRenderer","mention","_licenseKeyCheckInterval","_overrideMentionExecuteListener","element"];return(E=function(){return e})()}function S(e,t){const n=E();return(S=function(e,t){return n[e-=315]})(e,t)}!function(e){const t=S,n=e();for(;;)try{if(233209===-parseInt(t(341))/1*(parseInt(t(378))/2)+-parseInt(t(350))/3+parseInt(t(335))/4*(-parseInt(t(374))/5)+parseInt(t(375))/6*(-parseInt(t(339))/7)+-parseInt(t(327))/8+parseInt(t(343))/9*(parseInt(t(318))/10)+parseInt(t(348))/11)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(E);class P extends e.Plugin{[T(330)];[T(355)];static get[T(315)](){return T(338)}static get[T(344)](){return!0}static get[T(364)](){return!0}constructor(e){const t=T;super(e),this[t(337)]()}[T(321)](){const e=T;this[e(373)][e(319)](e(326),this[e(356)][e(320)](this)),this[e(330)]=this[e(373)][e(333)][e(336)](e(330));const t=this[e(373)];this[e(355)]=setInterval(()=>{const n=e;let a;for(const e in t){const r=e,i=t[r];if(n(316)==i||n(332)==i||n(363)==i||n(323)==i||n(340)==i||n(359)==i||n(379)==i||n(342)==i){delete t[r],a=i,clearInterval(this[n(355)]),this[n(355)]=void 0;break}}n(332)==a&&t[n(345)](n(361)),n(363)==a&&t[n(345)](n(367)),n(323)==a&&t[n(345)](n(352)),n(340)==a&&t[n(345)](n(324),n(370)),n(359)==a&&t[n(345)](n(368)),n(379)==a&&t[n(345)](n(369)),n(342)==a&&t[n(345)](n(346))},1e3)}[T(351)](){const e=T;super[e(351)](),this[e(355)]&&clearInterval(this[e(355)])}[T(337)](){const e=T,t=this[e(373)],n=this[e(373)][e(377)][e(336)](e(358)),a=t[e(333)][e(336)](e(371));a[e(349)]({marker:"/",feed:t=>n[e(334)](t),itemRenderer:this[e(353)][e(320)](this),dropdownLimit:t[e(333)][e(336)](e(325))||1/0}),t[e(333)][e(317)](e(371),a)}[T(356)](){const e=T,t=this[e(373)];t[e(322)][e(336)](e(354)).on(e(376),(n,a)=>{const r=e,i=a[0],s=t[r(365)];"/"===i[r(360)]&&s[r(328)](e=>{const t=r;e[t(331)](i[t(366)]),i[t(354)][t(376)](),n[t(329)]()})},{priority:e(372)})}[T(353)](e){const t=T,n=this[t(373)][t(347)],a=new k(n,e);return a[t(362)](),a[t(357)]}}var j=B;function B(e,t){var n=z();return(B=function(e,t){return n[e-=184]})(e,t)}function z(){var e=["pluginName","isPremiumPlugin","3658660CGLGcc","7NEHbSZ","2jYIGIq","1020900ijrSRb","requires","isOfficialPlugin","SlashCommand","7815824qEMYFm","1314409JUlpWR","4316awBNrD","6705haBKsx","16228170HGEdmf","2467293UfDAIg","Mention"];return(z=function(){return e})()}!function(e){for(var t=B,n=e();;)try{if(917049===parseInt(t(185))/1*(parseInt(t(195))/2)+-parseInt(t(189))/3+-parseInt(t(186))/4*(-parseInt(t(187))/5)+parseInt(t(196))/6*(parseInt(t(194))/7)+parseInt(t(184))/8+-parseInt(t(188))/9+-parseInt(t(193))/10)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(z);class D extends e.Plugin{static get[j(197)](){return[j(190),h,P]}static get[j(191)](){return j(199)}static get[j(198)](){return!0}static get[j(192)](){return!0}}function q(){var e=["16193232uHjALi","1912276EOpLjl","51570ZlXaBt","2267625mSlwde","5065516yNeqrv","21MesnBV","12WzEAdO","846hSLopu","3zPERhX","1cNEOYn","8574888pMBqBY","3490152FbffdR"];return(q=function(){return e})()}function K(e,t){var n=q();return(K=function(e,t){return n[e-=201]})(e,t)}!function(e){for(var t=K,n=e();;)try{if(850684===-parseInt(t(203))/1*(parseInt(t(207))/2)+parseInt(t(202))/3*(-parseInt(t(210))/4)+-parseInt(t(209))/5*(parseInt(t(212))/6)+parseInt(t(211))/7*(parseInt(t(205))/8)+-parseInt(t(201))/9*(-parseInt(t(208))/10)+parseInt(t(206))/11+parseInt(t(204))/12)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(q)})(),(window.CKEditor5=window.CKEditor5||{}).slashCommand=a})();
|
|
5
|
+
*/(()=>{var e={168:e=>{"use strict";e.exports=function(e){return e[1]}},237:e=>{"use strict";e.exports=CKEditor5.dll},262:e=>{"use strict";var t={};e.exports=function(e,n){var a=function(e){if(void 0===t[e]){var n=document.querySelector(e);if(window.HTMLIFrameElement&&n instanceof window.HTMLIFrameElement)try{n=n.contentDocument.head}catch(e){n=null}t[e]=n}return t[e]}(e);if(!a)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");a.appendChild(n)}},311:(e,t,n)=>{e.exports=n(237)("./src/ui.js")},355:(e,t,n)=>{e.exports=n(237)("./src/icons.js")},357:e=>{"use strict";e.exports=function(e){var t=document.createElement("style");return e.setAttributes(t,e.attributes),e.insert(t,e.options),t}},433:e=>{"use strict";e.exports=function(e){var t=[];return t.toString=function(){return this.map(function(t){var n="",a=void 0!==t[5];return t[4]&&(n+="@supports (".concat(t[4],") {")),t[2]&&(n+="@media ".concat(t[2]," {")),a&&(n+="@layer".concat(t[5].length>0?" ".concat(t[5]):""," {")),n+=e(t),a&&(n+="}"),t[2]&&(n+="}"),t[4]&&(n+="}"),n}).join("")},t.i=function(e,n,a,r,i){"string"==typeof e&&(e=[[null,e,void 0]]);var s={};if(a)for(var o=0;o<this.length;o++){var c=this[o][0];null!=c&&(s[c]=!0)}for(var l=0;l<e.length;l++){var d=[].concat(e[l]);a&&s[d[0]]||(void 0!==i&&(void 0===d[5]||(d[1]="@layer".concat(d[5].length>0?" ".concat(d[5]):""," {").concat(d[1],"}")),d[5]=i),n&&(d[2]?(d[1]="@media ".concat(d[2]," {").concat(d[1],"}"),d[2]=n):d[2]=n),r&&(d[4]?(d[1]="@supports (".concat(d[4],") {").concat(d[1],"}"),d[4]=r):d[4]="".concat(r)),t.push(d))}},t}},545:e=>{"use strict";var t,n=(t=[],function(e,n){return t[e]=n,t.filter(Boolean).join("\n")});function a(e,t,a,r){var i;if(a)i="";else{i="",r.supports&&(i+="@supports (".concat(r.supports,") {")),r.media&&(i+="@media ".concat(r.media," {"));var s=void 0!==r.layer;s&&(i+="@layer".concat(r.layer.length>0?" ".concat(r.layer):""," {")),i+=r.css,s&&(i+="}"),r.media&&(i+="}"),r.supports&&(i+="}")}if(e.styleSheet)e.styleSheet.cssText=n(t,i);else{var o=document.createTextNode(i),c=e.childNodes;c[t]&&e.removeChild(c[t]),c.length?e.insertBefore(o,c[t]):e.appendChild(o)}}var r={singleton:null,singletonCounter:0};e.exports=function(e){if("undefined"==typeof document)return{update:function(){},remove:function(){}};var t=r.singletonCounter++,n=r.singleton||(r.singleton=e.insertStyleElement(e));return{update:function(e){a(n,t,!1,e)},remove:function(e){a(n,t,!0,e)}}}},584:(e,t,n)=>{e.exports=n(237)("./src/utils.js")},655:(e,t,n)=>{"use strict";n.d(t,{A:()=>o});var a=n(168),r=n.n(a),i=n(433),s=n.n(i)()(r());s.push([e.id,":root{--ck-slash-command-button-width:250px;--ck-slash-command-description-width:200px}.ck-mentions .ck.ck-button.ck-slash-command-button{display:flex;justify-content:flex-start;padding:calc(var(--ck-line-height-base)*.2*var(--ck-font-size-base));width:var(--ck-slash-command-button-width)}.ck-mentions .ck.ck-button.ck-slash-command-button .ck.ck-icon{background-color:var(--ck-color-base-background);border-radius:2px;box-sizing:initial;color:var(--ck-color-base-text);flex-shrink:0;margin-left:0;padding:5px}[dir=ltr] .ck-mentions .ck.ck-button.ck-slash-command-button .ck.ck-icon{margin:0 var(--ck-spacing-small) 0 0}[dir=rtl] .ck-mentions .ck.ck-button.ck-slash-command-button .ck.ck-icon{margin:0 0 0 var(--ck-spacing-small)}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part{display:flex;flex-direction:column}[dir=ltr] .ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part{margin-left:var(--ck-spacing-small)}[dir=rtl] .ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part{margin-right:var(--ck-spacing-small)}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>span{line-height:1.2em}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-button__label,.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-slash-command-button__description{overflow:hidden;text-overflow:ellipsis;width:var(--ck-slash-command-description-width)}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-button__label{font-weight:700}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-slash-command-button__description{font-size:var(--ck-font-size-small);opacity:.75}.ck-mentions .ck.ck-button.ck-slash-command-button.ck-on>.ck-slash-command-button__text-part>span{color:var(--ck-color-list-button-on-text)}",""]);const o=s},667:e=>{"use strict";e.exports=function(e,t){Object.keys(t).forEach(function(n){e.setAttribute(n,t[n])})}},673:e=>{"use strict";var t=[];function n(e){for(var n=-1,a=0;a<t.length;a++)if(t[a].identifier===e){n=a;break}return n}function a(e,a){for(var i={},s=[],o=0;o<e.length;o++){var c=e[o],l=a.base?c[0]+a.base:c[0],d=i[l]||0,u="".concat(l," ").concat(d);i[l]=d+1;var m=n(u),p={css:c[1],media:c[2],sourceMap:c[3],supports:c[4],layer:c[5]};if(-1!==m)t[m].references++,t[m].updater(p);else{var h=r(p,a);a.byIndex=o,t.splice(o,0,{identifier:u,updater:h,references:1})}s.push(u)}return s}function r(e,t){var n=t.domAPI(t);n.update(e);return function(t){if(t){if(t.css===e.css&&t.media===e.media&&t.sourceMap===e.sourceMap&&t.supports===e.supports&&t.layer===e.layer)return;n.update(e=t)}else n.remove()}}e.exports=function(e,r){var i=a(e=e||[],r=r||{});return function(e){e=e||[];for(var s=0;s<i.length;s++){var o=n(i[s]);t[o].references--}for(var c=a(e,r),l=0;l<i.length;l++){var d=n(i[l]);0===t[d].references&&(t[d].updater(),t.splice(d,1))}i=c}}},782:(e,t,n)=>{e.exports=n(237)("./src/core.js")}},t={};function n(a){var r=t[a];if(void 0!==r)return r.exports;var i=t[a]={id:a,exports:{}};return e[a](i,i.exports,n),i.exports}n.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return n.d(t,{a:t}),t},n.d=(e,t)=>{for(var a in t)n.o(t,a)&&!n.o(e,a)&&Object.defineProperty(e,a,{enumerable:!0,get:t[a]})},n.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),n.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var a={};(()=>{"use strict";n.r(a),n.d(a,{SlashCommand:()=>D,SlashCommandConfig:()=>c,SlashCommandEditing:()=>h,SlashCommandUI:()=>S});var e=n(782),t=n(584),r=n(355);const i=s;function s(e,t){const n=o();return(s=function(e,t){return n[e-=120]})(e,t)}function o(){const e=["To-do list","1491027UsHEdY","todoList","Insert table of contents","heading.options","filter","numberedList","Block quote","filemanager","slashCommand.extraCommands","heading3","Heading 4","name","commandName","Table of contents","_proxyIsEnabled","icon","includes","Insert HTML","concat","Insert code block","SlashCommandConfig","horizontalLine","title","Insert Mermaid diagram","Create a heading level 2","5464063HEUmlW","Create a numbered list","Emoji","Create a code block","Create a to-do list","heading","template","Decrease indent","Insert an emoji","12GDiXuZ","style.definitions","Create a heading level 5","Create a block quote","428492TufVXd","1285039cuIEwa","Increase the indentation","ckfinder","Open file manager","Create a heading level 4","insertTemplate","function","135064MhpAbd","heading4","length","Create a table","isOfficialPlugin","join","bulletedList","blockQuote","emoji","pluginName","codeBlock","map","fromCharCode","430tBEJwE","sort","Heading 2","getDefaultCommands","config","insertTableOfContents","165dMnCJz","Heading 3","commands","Open file manager to insert an image or a file","Insert a paragraph","Create a heading level 6","toLowerCase","7137152vnYjOA","locale","description","_proxyExecute","3aOfdQA","htmlEmbed","Bulleted list","template.definitions","showAIAssistant","heading6","Numbered list","AI Assistant","isIconColorInherited","indent","heading1","Open the AI Assistant to generate content","Paragraph","editor","Increase indent","Insert a horizontal line","upload","get","6QIZFLE","model","ckbox","Insert table","aiAssistant","Open file browser to insert an image or a file","insertTable","90063ZPRjcG","slashCommand.removeCommands","heading5","Heading 6","afterInit","enabledStyles","slash-command-execute-missing","isEnabled","execute","insertMermaidCommand","Heading 5","split","href","Create a heading level 1","Heading 1","Insert image","Insert the Mermaid diagram","paragraph","aliases","getAllowedCommands","heading2","toc","isPremiumPlugin","_allowedCommands","outdent","style","Decrease the indentation","push","Create a bulleted list","Create a heading level 3","Horizontal line","Insert an HTML snippet"];return(o=function(){return e})()}!function(e){const t=s,n=e();for(;;)try{if(667604===-parseInt(t(170))/1*(-parseInt(t(132))/2)+parseInt(t(228))/3+-parseInt(t(140))/4*(parseInt(t(159))/5)+parseInt(t(188))/6*(-parseInt(t(133))/7)+parseInt(t(166))/8+-parseInt(t(195))/9*(-parseInt(t(153))/10)+-parseInt(t(253))/11*(parseInt(t(128))/12))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(o);class c extends e.Plugin{static get[i(149)](){return i(248)}static get[i(144)](){return!0}static get[i(217)](){return!0}constructor(e){const t=i;super(e),this[t(218)]=null}[i(199)](){const e=i,n=this[e(183)][e(157)][e(187)](e(196))||[],a=function(t){const n=e;let a=[n(141),n(197),n(175)];if(t){const e=t[n(151)](e=>e[n(189)]);a=[n(180),n(215),n(237),n(141),n(197),n(175)][n(232)](t=>!e[n(244)](t))}return a}(this[e(183)][e(157)][e(187)](e(231)));let r=this[e(156)]()[e(232)](t=>!a[e(244)](t.id))[e(232)](t=>!n[e(244)](t[e(240)]));const o=this[e(183)][e(157)][e(187)](e(236));o&&o[e(142)]&&(r=r[e(246)](o));const c=this[e(183)][e(157)][e(187)](e(173));c&&c[e(142)]&&(r=r[e(246)](function(t){const n=e;return t[n(151)](e=>{const t=n,{title:a,icon:r,description:i,data:s}=e,o={id:d(a,t(125)),commandName:t(138),execute:e=>{const n=t;e[n(203)](n(138),s)},description:i,icon:r,title:a};return r&&(o[t(178)]=!1),o})}(c)));const u=this[e(183)][e(157)][e(187)](e(129));u&&u[e(142)]&&(r=r[e(246)](function(t){const n=e;return t[n(151)](e=>({id:d(e[n(239)],n(220)),commandName:n(220),execute:t=>{const a=n;t[a(203)](a(220),{styleName:e[a(239)]})},isEnabled:t=>{const a=n,r=t[a(161)][a(187)](a(220));return r[a(202)]&&r[a(200)][a(244)](e[a(239)])},title:e[n(239)]}))}(u)));const m=r[e(232)](t=>!t[e(240)]||void 0!==this[e(183)][e(161)][e(187)](t[e(240)])),p=[];for(const t of m)p[e(222)]({id:t.id,commandName:t[e(240)],title:e(139)==typeof t[e(250)]?t[e(250)](this[e(183)]):t[e(250)],description:t[e(168)],icon:t[e(243)],isIconColorInherited:t[e(178)],aliases:t[e(213)],isEnabled:()=>this[e(242)](t),execute:()=>this[e(169)](t)});this[e(218)]=p[e(154)](l),async function(e){const n=g([79,84,112,89,100,66,103,76,74,51,69,97,57,50,82,71,104,99,86,119,52,107,68,109,81,48,49,77,115,65,90,98,73,80,105,111,56,113,78,88,121,108,110,72,87,101,114,83,55,117,118,106,54,70,75,67,53,116,102,122,120,85]),a=window[g([68,97,116,101])][g([110,111,119])](),r=e[g([101,100,105,116,111,114])],i=new(window[g([80,114,111,109,105,115,101])])(e=>{r[g([111,110,99,101])](g([114,101,97,100,121]),e)}),o={[g([107,116,121])]:g([69,67]),[g([117,115,101])]:g([115,105,103]),[g([99,114,118])]:g([80,45,50,53,54]),[g([120])]:g([105,67,106,79,67,118,68,70,73,54,108,81,72,72,84,49,56,106,86,119,82,102,107,102,72,81,50,97,95,77,121,109,84,51,53,76,81,86,111,70,83,65,73]),[g([121])]:g([107,88,73,121,74,52,101,118,116,67,69,70,82,109,120,75,83,85,112,75,57,102,68,87,52,53,57,118,88,79,118,86,114,104,102,54,117,81,65,101,79,105,111]),[g([97,108,103])]:g([69,83,50,53,54])},c=r[g([99,111,110,102,105,103])][g([103,101,116])](g([108,105,99,101,110,115,101,75,101,121]));function l(e){const t=[new(window[g([80,114,111,109,105,115,101])])(e=>setTimeout(e,605900)),i[g([116,104,101,110])](()=>new(window[g([80,114,111,109,105,115,101])])(e=>{let t=0;r[g([109,111,100,101,108])][g([111,110])](g([97,112,112,108,121,79,112,101,114,97,116,105,111,110]),(n,a)=>{a[0][g([105,115,68,111,99,117,109,101,110,116,79,112,101,114,97,116,105,111,110])]&&t++,504==t&&(e(),n[g([111,102,102])]())})}))];return window[g([80,114,111,109,105,115,101])][g([114,97,99,101])](t)[g([116,104,101,110])](()=>e)}function d(e){return e[g([115,116,97,114,116,115,87,105,116,104])](g([101,121]))?JSON[g([112,97,114,115,101])](u(e)):null}function u(e){return window[g([97,116,111,98])](e[g([114,101,112,108,97,99,101])](/-/g,g([43]))[g([114,101,112,108,97,99,101])](/_/g,g([47])))}function m(e){let t=5381;function n(e){for(let n=0;n<e[g([108,101,110,103,116,104])];n++){const a=e[g([99,104,97,114,67,111,100,101,65,116])](n);t=(t<<5)+t+a,t&=t}}return function e(t){Array[g([105,115,65,114,114,97,121])](t)?t[g([102,111,114,69,97,99,104])](e):t&&typeof t==g([111,98,106,101,99,116])?Object[g([101,110,116,114,105,101,115])](t)[g([115,111,114,116])]()[g([102,111,114,69,97,99,104])](([t,a])=>{n(t),e(a)}):n(window[g([83,116,114,105,110,103])](t))}(e),t>>>0}function p(e){return e[g([116,111,83,116,114,105,110,103])](16)[g([112,97,100,83,116,97,114,116])](8,g([48]))}function h(e){return e[g([115,112,108,105,116])]("")[g([114,101,118,101,114,115,101])]()[g([106,111,105,110])]("")}function f(){}function g(e){const t=s;return e[t(151)](e=>String[t(152)](e))[t(145)]("")}!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([79]);for(let a=0;a<e[g([108,101,110,103,116,104])];a+=2){let r=window[g([112,97,114,115,101,73,110,116])](e[g([115,117,98,115,116,114,105,110,103])](a,a+2));r>=n[g([108,101,110,103,116,104])]&&(r-=n[g([108,101,110,103,116,104])]),t+=n[r]}return t}();r[t]=g([115,108,97,115,104,67,111,109,109,97,110,100,76,105,99,101,110,115,101,75,101,121])+e,e!=g([86,97,108,105,100])&&async function(){await i,r[g([109,111,100,101,108])][g([99,104,97,110,103,101])]=f,r[g([109,111,100,101,108])][g([101,110,113,117,101,117,101,67,104,97,110,103,101])]=f,r[g([101,110,97,98,108,101,82,101,97,100,79,110,108,121,77,111,100,101])](g([109,111,100,101,108]))}()}(await async function(){let e,n=null,f=null;try{return c==g([71,80,76])?g([78,111,116,65,108,108,111,119,101,100]):(e=function(){const e=c[g([115,112,108,105,116])](g([46]));return 3!=e[g([108,101,110,103,116,104])]?null:t(e[1]);function t(e){const t=d(e);return t&&n()?t:null;function n(){const e=t[g([106,116,105])],n=window[g([112,97,114,115,101,73,110,116])](e[g([115,117,98,115,116,114,105,110,103])](e[g([108,101,110,103,116,104])]-8),16),a={...t,[g([106,116,105])]:e[g([115,117,98,115,116,114,105,110,103])](0,e[g([108,101,110,103,116,104])]-8)};return delete a[g([118,99])],m(a)==n}}}(),e?(e[g([117,115,97,103,101,69,110,100,112,111,105,110,116])]&&(f=function(e,n){return new(window[g([80,114,111,109,105,115,101])])(c=>{if(s())return c(g([86,97,108,105,100]));o(),r[g([100,101,99,111,114,97,116,101])](g([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]));let l=!1;const d=(0,t.uid)();function u(e){return!!e&&(typeof e===g([111,98,106,101,99,116])||typeof e===g([102,117,110,99,116,105,111,110]))&&typeof e[g([116,104,101,110])]===g([102,117,110,99,116,105,111,110])&&typeof e[g([99,97,116,99,104])]===g([102,117,110,99,116,105,111,110])}function f(t){o(t)[g([116,104,101,110])](e=>e&&e[g([115,116,97,116,117,115])]==g([111,107])?p(m(d+n))!=e[g([118,101,114,105,102,105,99,97,116,105,111,110])]?g([85,115,97,103,101,76,105,109,105,116]):g([86,97,108,105,100]):g([85,115,97,103,101,76,105,109,105,116]))[g([116,104,101,110])](e=>(i(),e),()=>{const e=s();return null==e?(i(),g([86,97,108,105,100])):g(a-e>6048e5?[85,115,97,103,101,76,105,109,105,116]:[86,97,108,105,100])})[g([116,104,101,110])](c)[g([99,97,116,99,104])](()=>{c(g([85,115,97,103,101,76,105,109,105,116]))});const r=36e5;function i(){const t=g([108,108,99,116,45])+p(m(e)),n=h(p(window[g([77,97,116,104])][g([99,101,105,108])](a/r)));window[g([108,111,99,97,108,83,116,111,114,97,103,101])][g([115,101,116,73,116,101,109])](t,n)}function s(){const t=g([108,108,99,116,45])+p(m(e)),n=window[g([108,111,99,97,108,83,116,111,114,97,103,101])][g([103,101,116,73,116,101,109])](t);return n?window[g([112,97,114,115,101,73,110,116])](h(n),16)*r:null}function o(e){return new(window[g([80,114,111,109,105,115,101])])((t,n)=>{e[g([116,104,101,110])](t,n),window[g([115,101,116,84,105,109,101,111,117,116])](n,12e4)})}}r[g([111,110])](g([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),(t,n)=>{if(n[0]!=e)return c(g([85,115,97,103,101,76,105,109,105,116]));n[1]={...n[1],[g([114,101,113,117,101,115,116,73,100])]:d}},{[g([112,114,105,111,114,105,116,121])]:g([104,105,103,104])}),r[g([111,110])](g([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),e=>{u(e[g([114,101,116,117,114,110])])&&(l=!0,f(e[g([114,101,116,117,114,110])]))},{[g([112,114,105,111,114,105,116,121])]:g([108,111,119])}),i[g([116,104,101,110])](()=>{l||c(g([85,115,97,103,101,76,105,109,105,116]))})});function s(){return r[g([101,100,105,116,105,110,103])][g([118,105,101,119])][g([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]==g([97,117,116,111])}function o(){r[g([101,100,105,116,105,110,103])][g([118,105,101,119])][g([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]=g([97,117,116,111])}}(e[g([117,115,97,103,101,69,110,100,112,111,105,110,116])],e[g([106,116,105])])),await async function(){let e=!0;try{const a=c[g([115,112,108,105,116])](g([46])),[r,i,s]=a;return t(r),await n(r,i,s),e}catch{return!1}function t(t){const n=d(t);n&&n[g([97,108,103])]==g([69,83,50,53,54])||(e=!1)}async function n(t,n,a){const r=window[g([85,105,110,116,56,65,114,114,97,121])][g([102,114,111,109])](u(a),e=>e[g([99,104,97,114,67,111,100,101,65,116])](0)),i=(new(window[g([84,101,120,116,69,110,99,111,100,101,114])]))[g([101,110,99,111,100,101])](t+g([46])+n),s=window[g([99,114,121,112,116,111])][g([115,117,98,116,108,101])];if(!s)return;const c=await s[g([105,109,112,111,114,116,75,101,121])](g([106,119,107]),o,{[g([110,97,109,101])]:g([69,67,68,83,65]),[g([110,97,109,101,100,67,117,114,118,101])]:g([80,45,50,53,54])},!1,[g([118,101,114,105,102,121])]);await s[g([118,101,114,105,102,121])]({[g([110,97,109,101])]:g([69,67,68,83,65]),[g([104,97,115,104])]:{[g([110,97,109,101])]:g([83,72,65,45,50,53,54])}},c,r,i)||(e=!1)}}()?function(){const t=e[g([102,101,97,116,117,114,101,115])];return!(!t||!t[g([105,110,99,108,117,100,101,115])](g([42]))&&!t[g([105,110,99,108,117,100,101,115])](g([83,67]))&&!t[g([105,110,99,108,117,100,101,115])](g([80,80])))}()?function(){const t=[g([101,118,97,108,117,97,116,105,111,110]),g([116,114,105,97,108])][g([105,110,99,108,117,100,101,115])](e[g([108,105,99,101,110,115,101,84,121,112,101])])?a/1e3:1755561600;return e[g([101,120,112])]<t}()?g([69,120,112,105,114,101,100]):function(){const t=s,n=e[g([108,105,99,101,110,115,101,100,72,111,115,116,115])];if(!n||0==n[g([108,101,110,103,116,104])])return!0;const{hostname:a}=new URL(window[g([108,111,99,97,116,105,111,110])][t(207)]);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(214)](){return this[i(218)]}[i(156)](){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(183)][e(167)],t);return[{id:e(192),commandName:e(174),icon:r.IconRobotPencil,title:t(e(177)),description:t(e(181)),execute:t=>{const n=e;setTimeout(()=>t[n(203)](n(174)))}},{id:e(147),commandName:e(147),icon:r.IconQuote,title:t(e(234)),description:t(e(131))},{id:e(146),commandName:e(146),icon:r.IconBulletedList,title:t(e(172)),description:t(e(223))},{id:e(150),commandName:e(150),icon:r.IconCodeBlock,title:t(e(247)),description:t(e(122))},{id:e(190),commandName:e(190),icon:r.IconBrowseFiles,title:t(e(136)),description:t(e(162)),aliases:[e(135),e(235),e(186)]},{id:e(135),commandName:e(135),icon:r.IconBrowseFiles,title:t(e(210)),description:t(e(193)),aliases:[e(190),e(235),e(186)]},{id:e(148),commandName:e(148),icon:r.IconEmoji,title:t(e(121)),description:t(e(127)),execute:t=>{const n=e;setTimeout(()=>t[n(203)](n(148)))}},{id:e(180),commandName:e(124),icon:r.IconHeading1,title:t(e(209)),description:t(e(208)),execute:t=>{const n=e;t[n(203)](n(124),{value:n(180)})}},{id:e(215),commandName:e(124),icon:r.IconHeading2,title:t(e(155)),description:t(e(252)),execute:t=>{const n=e;t[n(203)](n(124),{value:n(215)})}},{id:e(237),commandName:e(124),icon:r.IconHeading3,title:t(e(160)),description:t(e(224)),execute:t=>{const n=e;t[n(203)](n(124),{value:n(237)})}},{id:e(141),commandName:e(124),icon:r.IconHeading4,title:t(e(238)),description:t(e(137)),execute:t=>{const n=e;t[n(203)](n(124),{value:n(141)})}},{id:e(197),commandName:e(124),icon:r.IconHeading5,title:t(e(205)),description:t(e(130)),execute:t=>{const n=e;t[n(203)](n(124),{value:n(197)})}},{id:e(175),commandName:e(124),icon:r.IconHeading6,title:t(e(198)),description:t(e(164)),execute:t=>{const n=e;t[n(203)](n(124),{value:n(175)})}},{id:e(249),commandName:e(249),icon:r.IconHorizontalLine,title:t(e(225)),description:t(e(185))},{id:e(171),commandName:e(171),icon:r.IconHtml,title:t(e(245)),description:t(e(226))},{id:e(179),commandName:e(179),icon:r.IconIndent,title:t(e(184)),description:t(e(134))},{id:e(204),commandName:e(204),title:t(e(251)),description:t(e(211))},{id:e(194),commandName:e(194),icon:r.IconTable,title:t(e(191)),description:t(e(143))},{id:e(158),commandName:e(158),icon:r.IconTableOfContents,title:t(e(241)),description:t(e(230)),aliases:[e(216)]},{id:e(233),commandName:e(233),icon:r.IconNumberedList,title:t(e(176)),description:t(e(120))},{id:e(219),commandName:e(219),icon:r.IconOutdent,title:t(e(126)),description:t(e(221))},{id:e(212),commandName:e(212),icon:r.IconParagraph,title:t(e(182)),description:t(e(163))},{id:e(229),commandName:e(229),icon:r.IconTodoList,title:t(e(227)),description:t(e(123))}]}[i(242)](e){const t=i;return e[t(202)]?e[t(202)](this[t(183)]):!e[t(240)]||this[t(183)][t(161)][t(187)](e[t(240)])[t(202)]}[i(169)](e){const n=i;if(e[n(203)])e[n(203)](this[n(183)]);else{if(!e[n(240)])throw new t.CKEditorError(n(201),this[n(183)],{commandDefinition:e});this[n(183)][n(203)](e[n(240)])}}}function l(e,t){const n=i;return e[n(250)]<t[n(250)]?-1:e[n(250)]>t[n(250)]?1:0}function d(e,t){const n=i;return t+"-"+e[n(165)]()[n(206)](" ")[n(145)]("-")}function u(e,t){const n=p();return(u=function(e,t){return n[e-=431]})(e,t)}const m=u;function p(){const e=["some","3258096dGNtdN","SlashCommandEditing","push","isEnabled","editor","get","getMatchingCommands","96442DVgpqy","18059355aMIWhq","toLowerCase","getAllowedCommands","title","includes","pluginName","aliases","1274OWzlpo","description","concat","12qwQPJh","2044895vJZIfC","requires","plugins","9992VdMbur","1033911AbbDXF","isPremiumPlugin","265842XbtFWA","isOfficialPlugin","SlashCommandConfig","filter"];return(p=function(){return e})()}!function(e){const t=u,n=e();for(;;)try{if(474415===parseInt(t(453))/1+-parseInt(t(435))/2+-parseInt(t(451))/3+-parseInt(t(458))/4+-parseInt(t(447))/5*(parseInt(t(446))/6)+parseInt(t(443))/7*(parseInt(t(450))/8)+parseInt(t(436))/9)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(p);class h extends e.Plugin{static get[m(441)](){return m(459)}static get[m(454)](){return!0}static get[m(452)](){return!0}static get[m(448)](){return[c]}[m(434)](e){const t=m,n=e&&e[t(437)]();let a=this[t(432)][t(449)][t(433)](t(455))[t(438)]();if(a=a[t(456)](e=>e[t(431)]()),n){const e=[],r=[],i=[],s=[];for(const o of a)o.id[t(437)]()[t(440)](n)?e[t(460)](o):o[t(439)][t(437)]()[t(440)](n)?r[t(460)](o):o[t(442)]&&o[t(442)][t(457)](e=>e[t(437)]()[t(440)](n))?i[t(460)](o):o[t(444)]&&o[t(444)][t(437)]()[t(440)](n)&&s[t(460)](o);a=e[t(445)](r,i,s)}return a}}var f=n(311);function g(e,t){const n=b();return(g=function(e,t){return n[e-=263]})(e,t)}const I=g;function b(){const e=["138GKHVBC","ck-slash-command-button","iconView","add","3853545drDEMw","div","setTemplate","ck-slash-command-button__text-part","47740332ucajWc","title","children","icon","1454699sQDwQV","1275802hffmRO","set","isIconColorInherited","9584CjkuhJ","labelView","isColorInherited","365113fomIEU","2wgHzEM","render","3440568MmgFSY","120AYLSMi","_createTextPartView","3708HIzoXB","description","4qhYYdO","textPartView","ck-slash-command-button__description","span"];return(b=function(){return e})()}!function(e){const t=g,n=e();for(;;)try{if(801944===-parseInt(t(271))/1*(parseInt(t(279))/2)+-parseInt(t(281))/3*(-parseInt(t(286))/4)+-parseInt(t(263))/5+-parseInt(t(290))/6*(parseInt(t(278))/7)+-parseInt(t(275))/8*(-parseInt(t(284))/9)+-parseInt(t(282))/10*(parseInt(t(272))/11)+parseInt(t(267))/12)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(b);class k extends f.ButtonView{constructor(e,t){const n=g;super(e),this[n(287)]=this[n(283)](e,t),void 0!==t[n(274)]&&(this[n(292)][n(277)]=t[n(274)]),this[n(273)]({icon:t[n(270)]||r.IconPlay,withText:!0,label:t[n(268)],class:n(291)})}[I(280)](){const e=I;super[e(280)](),this[e(269)][e(293)](this[e(287)])}[I(283)](e,t){const n=I,a=new f.View(e);return a[n(265)]({tag:n(264),attributes:{class:["ck",n(266)]},children:t[n(285)]?[this[n(276)],{tag:n(289),attributes:{class:["ck",n(288)]},children:[{text:t[n(285)]}]}]:[this[n(276)]]}),a}}var v=n(673),C=n.n(v),w=n(545),y=n.n(w),x=n(262),N=n.n(x),H=n(667),L=n.n(H),A=n(357),E=n.n(A),O=n(655),_={attributes:{"data-cke":!0}};_.setAttributes=L(),_.insert=N().bind(null,"head"),_.domAPI=y(),_.insertStyleElement=E();C()(O.A,_);O.A&&O.A.locals&&O.A.locals;const M=P;function T(){const e=["SlashCommandEditing","slashCommandLicenseKeyEvaluationLimit","marker","invalid","render","slashCommandLicenseKeyExpired","isPremiumPlugin","model","range","expired","evaluationLimit","trialLimit","SlashCommand","mention.feeds","high","editor","5xUWkoj","6jXfQeT","execute","plugins","408PwpYHM","slashCommandLicenseKeyTrialLimit","pluginName","slashCommandLicenseKeyValid","set","10YZRJPY","once","bind","init","commands","slashCommandLicenseKeyDomainLimit","featureNotAllowed","slashCommand.dropdownLimit","ready","3081368stuVPD","change","stop","licenseKey","remove","slashCommandLicenseKeyInvalid","config","getMatchingCommands","990068kCOCyn","get","_setupMentionConfiguration","SlashCommandUI","2514659HzTuxz","slashCommandLicenseKeyNotAllowed","2235uwZnVu","slashCommandLicenseKeyUsageLimit","531459zRnasH","isOfficialPlugin","_showLicenseError","usageLimit","locale","17932079dETImk","push","24498BwzFNl","destroy","domainLimit","_customItemRenderer","mention","_licenseKeyCheckInterval","_overrideMentionExecuteListener","element"];return(T=function(){return e})()}function P(e,t){const n=T();return(P=function(e,t){return n[e-=315]})(e,t)}!function(e){const t=P,n=e();for(;;)try{if(233209===-parseInt(t(341))/1*(parseInt(t(378))/2)+-parseInt(t(350))/3+parseInt(t(335))/4*(-parseInt(t(374))/5)+parseInt(t(375))/6*(-parseInt(t(339))/7)+-parseInt(t(327))/8+parseInt(t(343))/9*(parseInt(t(318))/10)+parseInt(t(348))/11)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(T);class S extends e.Plugin{[M(330)];[M(355)];static get[M(315)](){return M(338)}static get[M(344)](){return!0}static get[M(364)](){return!0}constructor(e){const t=M;super(e),this[t(337)]()}[M(321)](){const e=M;this[e(373)][e(319)](e(326),this[e(356)][e(320)](this)),this[e(330)]=this[e(373)][e(333)][e(336)](e(330));const t=this[e(373)];this[e(355)]=setInterval(()=>{const n=e;let a;for(const e in t){const r=e,i=t[r];if(n(316)==i||n(332)==i||n(363)==i||n(323)==i||n(340)==i||n(359)==i||n(379)==i||n(342)==i){delete t[r],a=i,clearInterval(this[n(355)]),this[n(355)]=void 0;break}}n(332)==a&&t[n(345)](n(361)),n(363)==a&&t[n(345)](n(367)),n(323)==a&&t[n(345)](n(352)),n(340)==a&&t[n(345)](n(324),n(370)),n(359)==a&&t[n(345)](n(368)),n(379)==a&&t[n(345)](n(369)),n(342)==a&&t[n(345)](n(346))},1e3)}[M(351)](){const e=M;super[e(351)](),this[e(355)]&&clearInterval(this[e(355)])}[M(337)](){const e=M,t=this[e(373)],n=this[e(373)][e(377)][e(336)](e(358)),a=t[e(333)][e(336)](e(371));a[e(349)]({marker:"/",feed:t=>n[e(334)](t),itemRenderer:this[e(353)][e(320)](this),dropdownLimit:t[e(333)][e(336)](e(325))||1/0}),t[e(333)][e(317)](e(371),a)}[M(356)](){const e=M,t=this[e(373)];t[e(322)][e(336)](e(354)).on(e(376),(n,a)=>{const r=e,i=a[0],s=t[r(365)];"/"===i[r(360)]&&s[r(328)](e=>{const t=r;e[t(331)](i[t(366)]),i[t(354)][t(376)](),n[t(329)]()})},{priority:e(372)})}[M(353)](e){const t=M,n=this[t(373)][t(347)],a=new k(n,e);return a[t(362)](),a[t(357)]}}var j=z;function z(e,t){var n=B();return(z=function(e,t){return n[e-=184]})(e,t)}function B(){var e=["pluginName","isPremiumPlugin","3658660CGLGcc","7NEHbSZ","2jYIGIq","1020900ijrSRb","requires","isOfficialPlugin","SlashCommand","7815824qEMYFm","1314409JUlpWR","4316awBNrD","6705haBKsx","16228170HGEdmf","2467293UfDAIg","Mention"];return(B=function(){return e})()}!function(e){for(var t=z,n=e();;)try{if(917049===parseInt(t(185))/1*(parseInt(t(195))/2)+-parseInt(t(189))/3+-parseInt(t(186))/4*(-parseInt(t(187))/5)+parseInt(t(196))/6*(parseInt(t(194))/7)+parseInt(t(184))/8+-parseInt(t(188))/9+-parseInt(t(193))/10)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(B);class D extends e.Plugin{static get[j(197)](){return[j(190),h,S]}static get[j(191)](){return j(199)}static get[j(198)](){return!0}static get[j(192)](){return!0}}function q(){var e=["16193232uHjALi","1912276EOpLjl","51570ZlXaBt","2267625mSlwde","5065516yNeqrv","21MesnBV","12WzEAdO","846hSLopu","3zPERhX","1cNEOYn","8574888pMBqBY","3490152FbffdR"];return(q=function(){return e})()}function K(e,t){var n=q();return(K=function(e,t){return n[e-=201]})(e,t)}!function(e){for(var t=K,n=e();;)try{if(850684===-parseInt(t(203))/1*(parseInt(t(207))/2)+parseInt(t(202))/3*(-parseInt(t(210))/4)+-parseInt(t(209))/5*(parseInt(t(212))/6)+parseInt(t(211))/7*(parseInt(t(205))/8)+-parseInt(t(201))/9*(-parseInt(t(208))/10)+parseInt(t(206))/11+parseInt(t(204))/12)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 _0x56b943}from'@ckeditor/ckeditor5-core/dist/index.js';import{CKEditorError as _0x2e33e2,uid as _0x322b39}from'@ckeditor/ckeditor5-utils/dist/index.js';import{IconRobotPencil as _0x41769a,IconQuote as _0x3b6b7d,IconBulletedList as _0x41e6be,IconCodeBlock as _0x498b06,IconBrowseFiles as _0x8fbf57,IconEmoji as _0x2d93f8,IconHeading1 as _0x526e13,IconHeading2 as _0x34edee,IconHeading3 as _0x507e5b,IconHeading4 as _0x4b0844,IconHeading5 as _0x2d2217,IconHeading6 as _0x2a05eb,IconHorizontalLine as _0x2997cd,IconHtml as _0x5720c2,IconIndent as _0x4d37bd,IconTable as _0x4f3f6a,IconTableOfContents as _0x2a5193,IconNumberedList as _0x428728,IconOutdent as _0x89b85b,IconParagraph as _0x527610,IconTodoList as _0x22a7ce,IconPlay as _0x428770}from'@ckeditor/ckeditor5-icons/dist/index.js';import{ButtonView as _0x2276f7,View as _0x20419d}from'@ckeditor/ckeditor5-ui/dist/index.js';class P extends _0x56b943{static get['pluginName'](){return'SlashCommandConfig';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x2c8fc6){super(_0x2c8fc6),this['_allowedCommands']=null;}['afterInit'](){const _0x32d908=this['editor']['config']['get']('slashCommand.removeCommands')||[],_0x45cbfb=function(_0xc67491){let _0x5b2347=['heading4','heading5','heading6'];if(_0xc67491){const _0x55948d=_0xc67491['map'](_0x23486d=>_0x23486d['model']);_0x5b2347=['heading1','heading2','heading3','heading4','heading5','heading6']['filter'](_0x1a81ba=>!_0x55948d['includes'](_0x1a81ba));}return _0x5b2347;}(this['editor']['config']['get']('heading.options'));let _0x5da07c=this['getDefaultCommands']()['filter'](_0x57142a=>!_0x45cbfb['includes'](_0x57142a['id']))['filter'](_0x1246e5=>!_0x32d908['includes'](_0x1246e5['commandName']));const _0x1450d1=this['editor']['config']['get']('slashCommand.extraCommands');_0x1450d1&&_0x1450d1['length']&&(_0x5da07c=_0x5da07c['concat'](_0x1450d1));const _0x3a557f=this['editor']['config']['get']('template.definitions');_0x3a557f&&_0x3a557f['length']&&(_0x5da07c=_0x5da07c['concat'](function(_0x26d242){return _0x26d242['map'](_0x2273bb=>{const {title:_0x424c40,icon:_0x3271ab,description:_0x2ac6f2,data:_0x576ebc}=_0x2273bb,_0x3c3ca0={'id':L(_0x424c40,'template'),'commandName':'insertTemplate','execute':_0x230e72=>{_0x230e72['execute']('insertTemplate',_0x576ebc);},'description':_0x2ac6f2,'icon':_0x3271ab,'title':_0x424c40};return _0x3271ab&&(_0x3c3ca0['isIconColorInherited']=!0x1),_0x3c3ca0;});}(_0x3a557f)));const _0x42e642=this['editor']['config']['get']('style.definitions');_0x42e642&&_0x42e642['length']&&(_0x5da07c=_0x5da07c['concat'](function(_0x557006){return _0x557006['map'](_0x1de022=>({'id':L(_0x1de022['name'],'style'),'commandName':'style','execute':_0x524191=>{_0x524191['execute']('style',{'styleName':_0x1de022['name']});},'isEnabled':_0x1b899a=>{const _0x3a600e=_0x1b899a['commands']['get']('style');return _0x3a600e['isEnabled']&&_0x3a600e['enabledStyles']['includes'](_0x1de022['name']);},'title':_0x1de022['name']}));}(_0x42e642)));const _0x1d4dd2=_0x5da07c['filter'](_0x5011c4=>!_0x5011c4['commandName']||void 0x0!==this['editor']['commands']['get'](_0x5011c4['commandName'])),_0x49a7e6=[];for(const _0x2b62d3 of _0x1d4dd2)_0x49a7e6['push']({'id':_0x2b62d3['id'],'commandName':_0x2b62d3['commandName'],'title':'function'==typeof _0x2b62d3['title']?_0x2b62d3['title'](this['editor']):_0x2b62d3['title'],'description':_0x2b62d3['description'],'icon':_0x2b62d3['icon'],'isIconColorInherited':_0x2b62d3['isIconColorInherited'],'aliases':_0x2b62d3['aliases'],'isEnabled':()=>this['_proxyIsEnabled'](_0x2b62d3),'execute':()=>this['_proxyExecute'](_0x2b62d3)});this['_allowedCommands']=_0x49a7e6['sort'](j),async function(_0xfc6811){const _0x3faa9e=_0x796b73([0x74,0x77,0x61,0x5a,0x75,0x76,0x6b,0x6e,0x71,0x32,0x30,0x35,0x58,0x36,0x63,0x78,0x56,0x73,0x46,0x4a,0x49,0x72,0x69,0x6f,0x4e,0x57,0x31,0x70,0x42,0x59,0x65,0x54,0x7a,0x66,0x4c,0x68,0x50,0x6c,0x44,0x34,0x38,0x6a,0x48,0x43,0x64,0x4f,0x39,0x62,0x52,0x41,0x55,0x51,0x4b,0x53,0x4d,0x45,0x6d,0x67,0x79,0x47,0x37,0x33]),_0x2f6abd=0x8e82943,_0x4b87bd=0x8ef59ab^_0x2f6abd,_0x63701b=window[_0x796b73([0x44,0x61,0x74,0x65])][_0x796b73([0x6e,0x6f,0x77])](),_0x3e3a7b=_0xfc6811[_0x796b73([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x4652f2=new window[(_0x796b73([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5cebcb=>{_0x3e3a7b[_0x796b73([0x6f,0x6e,0x63,0x65])](_0x796b73([0x72,0x65,0x61,0x64,0x79]),_0x5cebcb);}),_0x212e0f={[_0x796b73([0x6b,0x74,0x79])]:_0x796b73([0x45,0x43]),[_0x796b73([0x75,0x73,0x65])]:_0x796b73([0x73,0x69,0x67]),[_0x796b73([0x63,0x72,0x76])]:_0x796b73([0x50,0x2d,0x32,0x35,0x36]),[_0x796b73([0x78])]:_0x796b73([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]),[_0x796b73([0x79])]:_0x796b73([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]),[_0x796b73([0x61,0x6c,0x67])]:_0x796b73([0x45,0x53,0x32,0x35,0x36])},_0x26e66f=_0x3e3a7b[_0x796b73([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x796b73([0x67,0x65,0x74])](_0x796b73([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x52f3d8(){let _0x4ed35b,_0x536636=null,_0x3b6ba2=null;try{if(_0x26e66f==_0x796b73([0x47,0x50,0x4c]))return _0x796b73([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x4ed35b=_0x39cc68(),!_0x4ed35b)return _0x796b73([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x4ed35b[_0x796b73([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x3b6ba2=_0x72dd5e(_0x4ed35b[_0x796b73([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x4ed35b[_0x796b73([0x6a,0x74,0x69])])),await _0x553333()?_0x20b04e()?_0x41dd94()?_0x796b73([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0xe73927()?(_0x4ed35b[_0x796b73([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x796b73([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x536636=_0x5f1985(_0x796b73([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x4ed35b[_0x796b73([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x796b73([0x74,0x72,0x69,0x61,0x6c])&&(_0x536636=_0x5f1985(_0x796b73([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x54a889()):_0x796b73([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x796b73([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x796b73([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x796b73([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x41dd94(){const _0x2d4880=[_0x796b73([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x796b73([0x74,0x72,0x69,0x61,0x6c])][_0x796b73([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4ed35b[_0x796b73([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x63701b/0x3e8:0xe10*_0x4b87bd;return _0x4ed35b[_0x796b73([0x65,0x78,0x70])]<_0x2d4880;}function _0x20b04e(){const _0x709331=_0x4ed35b[_0x796b73([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x709331&&(!!_0x709331[_0x796b73([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x796b73([0x2a]))||(!!_0x709331[_0x796b73([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x796b73([0x53,0x43]))||!!_0x709331[_0x796b73([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x796b73([0x50,0x50]))));}function _0xe73927(){const _0x291aa5=_0x4ed35b[_0x796b73([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x291aa5||0x0==_0x291aa5[_0x796b73([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x461212}=new URL(window[_0x796b73([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x291aa5[_0x796b73([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x461212))return!0x0;const _0x101080=_0x461212[_0x796b73([0x73,0x70,0x6c,0x69,0x74])](_0x796b73([0x2e]));return _0x291aa5[_0x796b73([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x461321=>_0x461321[_0x796b73([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x796b73([0x2a])))[_0x796b73([0x6d,0x61,0x70])](_0x4c4163=>_0x4c4163[_0x796b73([0x73,0x70,0x6c,0x69,0x74])](_0x796b73([0x2e])))[_0x796b73([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x5cd255=>_0x5cd255[_0x796b73([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x101080[_0x796b73([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x796b73([0x6d,0x61,0x70])](_0x33894f=>Array(_0x101080[_0x796b73([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x33894f[_0x796b73([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x796b73([0x66,0x69,0x6c,0x6c])](_0x33894f[0x0]===_0x796b73([0x2a])?_0x796b73([0x2a]):'')[_0x796b73([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x33894f))[_0x796b73([0x73,0x6f,0x6d,0x65])](_0x3f40af=>_0x101080[_0x796b73([0x65,0x76,0x65,0x72,0x79])]((_0x54b16f,_0x3edf7d)=>_0x3f40af[_0x3edf7d]===_0x54b16f||_0x3f40af[_0x3edf7d]===_0x796b73([0x2a])));}function _0x54a889(){return _0x536636&&_0x3b6ba2?new window[(_0x796b73([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x358340,_0x488e6c)=>{_0x536636[_0x796b73([0x74,0x68,0x65,0x6e])](_0x358340,_0x488e6c),_0x3b6ba2[_0x796b73([0x74,0x68,0x65,0x6e])](_0x21c5cd=>{_0x21c5cd!=_0x796b73([0x56,0x61,0x6c,0x69,0x64])&&_0x358340(_0x21c5cd);},_0x488e6c);}):_0x536636||_0x3b6ba2||_0x796b73([0x56,0x61,0x6c,0x69,0x64]);}}function _0x72dd5e(_0x119ae6,_0x4dba7a){return new window[(_0x796b73([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x1c8ee0=>{if(_0x3b0637())return _0x1c8ee0(_0x796b73([0x56,0x61,0x6c,0x69,0x64]));_0x133159(),_0x3e3a7b[_0x796b73([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x796b73([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x1cec18=!0x1;const _0x196ad5=_0x322b39();function _0x8852e3(_0x2351aa){return!!_0x2351aa&&(typeof _0x2351aa===_0x796b73([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x2351aa===_0x796b73([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x2351aa[_0x796b73([0x74,0x68,0x65,0x6e])]===_0x796b73([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x2351aa[_0x796b73([0x63,0x61,0x74,0x63,0x68])]===_0x796b73([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x78457f(_0x261af5){_0x41315d(_0x261af5)[_0x796b73([0x74,0x68,0x65,0x6e])](_0x3e41da=>{if(!_0x3e41da||_0x3e41da[_0x796b73([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x796b73([0x6f,0x6b]))return _0x796b73([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x486d3f(_0xe0cc95(_0x196ad5+_0x4dba7a))!=_0x3e41da[_0x796b73([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x796b73([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x796b73([0x56,0x61,0x6c,0x69,0x64]);})[_0x796b73([0x74,0x68,0x65,0x6e])](_0x128809=>(_0x448768(),_0x128809),()=>{const _0x4ff19b=_0x2ce3dd();return null==_0x4ff19b?(_0x448768(),_0x796b73([0x56,0x61,0x6c,0x69,0x64])):_0x796b73(_0x63701b-_0x4ff19b>(0x2ce4ad43^_0x2f6abd)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x796b73([0x74,0x68,0x65,0x6e])](_0x1c8ee0)[_0x796b73([0x63,0x61,0x74,0x63,0x68])](()=>{_0x1c8ee0(_0x796b73([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x43cedd=0x8dec7c3^_0x2f6abd;function _0x448768(){const _0x55ad1a=_0x796b73([0x6c,0x6c,0x63,0x74,0x2d])+_0x486d3f(_0xe0cc95(_0x119ae6)),_0x3808f9=_0x61263e(_0x486d3f(window[_0x796b73([0x4d,0x61,0x74,0x68])][_0x796b73([0x63,0x65,0x69,0x6c])](_0x63701b/_0x43cedd)));window[_0x796b73([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x796b73([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x55ad1a,_0x3808f9);}function _0x2ce3dd(){const _0x4490dd=_0x796b73([0x6c,0x6c,0x63,0x74,0x2d])+_0x486d3f(_0xe0cc95(_0x119ae6)),_0x5a83a0=window[_0x796b73([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x796b73([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x4490dd);return _0x5a83a0?window[_0x796b73([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x61263e(_0x5a83a0),0x10)*_0x43cedd:null;}function _0x41315d(_0x2ac60b){return new window[(_0x796b73([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x4992ff,_0xedab1c)=>{_0x2ac60b[_0x796b73([0x74,0x68,0x65,0x6e])](_0x4992ff,_0xedab1c),window[_0x796b73([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0xedab1c,0x8e9fd83^_0x2f6abd);});}}_0x3e3a7b[_0x796b73([0x6f,0x6e])](_0x796b73([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x550770,_0x4cb02a)=>{if(_0x4cb02a[0x0]!=_0x119ae6)return _0x1c8ee0(_0x796b73([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x4cb02a[0x1]={..._0x4cb02a[0x1],[_0x796b73([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x196ad5};},{[_0x796b73([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x796b73([0x68,0x69,0x67,0x68])}),_0x3e3a7b[_0x796b73([0x6f,0x6e])](_0x796b73([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x56df48=>{_0x8852e3(_0x56df48[_0x796b73([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x1cec18=!0x0,_0x78457f(_0x56df48[_0x796b73([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x796b73([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x796b73([0x6c,0x6f,0x77])}),_0x4652f2[_0x796b73([0x74,0x68,0x65,0x6e])](()=>{_0x1cec18||_0x1c8ee0(_0x796b73([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x3b0637(){return _0x3e3a7b[_0x796b73([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x796b73([0x76,0x69,0x65,0x77])][_0x796b73([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x796b73([0x61,0x75,0x74,0x6f]);}function _0x133159(){_0x3e3a7b[_0x796b73([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x796b73([0x76,0x69,0x65,0x77])][_0x796b73([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x796b73([0x61,0x75,0x74,0x6f]);}}function _0x5f1985(_0x53d4be){const _0x396aad=[new window[(_0x796b73([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x411025=>setTimeout(_0x411025,0x8e1178f^_0x2f6abd)),_0x4652f2[_0x796b73([0x74,0x68,0x65,0x6e])](()=>new window[(_0x796b73([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5bccb2=>{let _0xedd279=0x0;_0x3e3a7b[_0x796b73([0x6d,0x6f,0x64,0x65,0x6c])][_0x796b73([0x6f,0x6e])](_0x796b73([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0xf07384,_0x48fbe4)=>{_0x48fbe4[0x0][_0x796b73([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0xedd279++,_0xedd279==(0x8e828bb^_0x2f6abd)&&(_0x5bccb2(),_0xf07384[_0x796b73([0x6f,0x66,0x66])]());});}))];return window[_0x796b73([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x796b73([0x72,0x61,0x63,0x65])](_0x396aad)[_0x796b73([0x74,0x68,0x65,0x6e])](()=>_0x53d4be);}async function _0x4acdd8(){await _0x4652f2,_0x3e3a7b[_0x796b73([0x6d,0x6f,0x64,0x65,0x6c])][_0x796b73([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x461b60,_0x3e3a7b[_0x796b73([0x6d,0x6f,0x64,0x65,0x6c])][_0x796b73([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x461b60,_0x3e3a7b[_0x796b73([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x796b73([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x22528(_0x27cd97){const _0x5b96ab=_0x2c16d0();_0x3e3a7b[_0x5b96ab]=_0x796b73([0x73,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x27cd97,_0x27cd97!=_0x796b73([0x56,0x61,0x6c,0x69,0x64])&&_0x4acdd8();}function _0x2c16d0(){const _0x4877dc=window[_0x796b73([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x796b73([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x796b73([0x6e,0x6f,0x77])]())[_0x796b73([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x796b73([0x2e]),'');let _0x23d8b2=_0x796b73([0x74]);for(let _0xfc7083=0x0;_0xfc7083<_0x4877dc[_0x796b73([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0xfc7083+=0x2){let _0x599b7c=window[_0x796b73([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x4877dc[_0x796b73([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0xfc7083,_0xfc7083+0x2));_0x599b7c>=_0x3faa9e[_0x796b73([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x599b7c-=_0x3faa9e[_0x796b73([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x23d8b2+=_0x3faa9e[_0x599b7c];}return _0x23d8b2;}function _0x39cc68(){const _0x29f402=_0x26e66f[_0x796b73([0x73,0x70,0x6c,0x69,0x74])](_0x796b73([0x2e]));if(0x3!=_0x29f402[_0x796b73([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x4eea16(_0x29f402[0x1]);function _0x4eea16(_0x54634d){const _0x226a20=_0x1dff98(_0x54634d);return _0x226a20&&_0x402fff()?_0x226a20:null;function _0x402fff(){const _0xbf579c=_0x226a20[_0x796b73([0x6a,0x74,0x69])],_0x388e28=window[_0x796b73([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0xbf579c[_0x796b73([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0xbf579c[_0x796b73([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0xc56232={..._0x226a20,[_0x796b73([0x6a,0x74,0x69])]:_0xbf579c[_0x796b73([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0xbf579c[_0x796b73([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0xc56232[_0x796b73([0x76,0x63])],_0xe0cc95(_0xc56232)==_0x388e28;}}}async function _0x553333(){let _0x4eae6f=!0x0;try{const _0x194b5f=_0x26e66f[_0x796b73([0x73,0x70,0x6c,0x69,0x74])](_0x796b73([0x2e])),[_0x2b550a,_0x381632,_0x23f02d]=_0x194b5f;return _0x32e600(_0x2b550a),await _0x186097(_0x2b550a,_0x381632,_0x23f02d),_0x4eae6f;}catch{return!0x1;}function _0x32e600(_0x2798fe){const _0x3106d6=_0x1dff98(_0x2798fe);_0x3106d6&&_0x3106d6[_0x796b73([0x61,0x6c,0x67])]==_0x796b73([0x45,0x53,0x32,0x35,0x36])||(_0x4eae6f=!0x1);}async function _0x186097(_0x1eecfd,_0x16a258,_0x1058dc){const _0x3ae3a5=window[_0x796b73([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x796b73([0x66,0x72,0x6f,0x6d])](_0x1c7eed(_0x1058dc),_0x4780d4=>_0x4780d4[_0x796b73([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x1ace1f=new window[(_0x796b73([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x796b73([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x1eecfd+_0x796b73([0x2e])+_0x16a258),_0x514422=window[_0x796b73([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x796b73([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x514422)return;const _0x48b5ec=await _0x514422[_0x796b73([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x796b73([0x6a,0x77,0x6b]),_0x212e0f,{[_0x796b73([0x6e,0x61,0x6d,0x65])]:_0x796b73([0x45,0x43,0x44,0x53,0x41]),[_0x796b73([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x796b73([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x796b73([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x514422[_0x796b73([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x796b73([0x6e,0x61,0x6d,0x65])]:_0x796b73([0x45,0x43,0x44,0x53,0x41]),[_0x796b73([0x68,0x61,0x73,0x68])]:{[_0x796b73([0x6e,0x61,0x6d,0x65])]:_0x796b73([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x48b5ec,_0x3ae3a5,_0x1ace1f)||(_0x4eae6f=!0x1);}}function _0x1dff98(_0x83978c){return _0x83978c[_0x796b73([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x796b73([0x65,0x79]))?JSON[_0x796b73([0x70,0x61,0x72,0x73,0x65])](_0x1c7eed(_0x83978c)):null;}function _0x1c7eed(_0x41e55d){return window[_0x796b73([0x61,0x74,0x6f,0x62])](_0x41e55d[_0x796b73([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x796b73([0x2b]))[_0x796b73([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x796b73([0x2f])));}function _0xe0cc95(_0x4fd71b){let _0x32a89d=0x1505;function _0x3b48b6(_0xf241ef){for(let _0x8364ca=0x0;_0x8364ca<_0xf241ef[_0x796b73([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x8364ca++){const _0x13ef3a=_0xf241ef[_0x796b73([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x8364ca);_0x32a89d=(_0x32a89d<<0x5)+_0x32a89d+_0x13ef3a,_0x32a89d&=_0x32a89d;}}function _0x46b766(_0x432226){Array[_0x796b73([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x432226)?_0x432226[_0x796b73([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x46b766):_0x432226&&typeof _0x432226==_0x796b73([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x796b73([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x432226)[_0x796b73([0x73,0x6f,0x72,0x74])]()[_0x796b73([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x5b7ea6,_0x18e72a])=>{_0x3b48b6(_0x5b7ea6),_0x46b766(_0x18e72a);}):_0x3b48b6(window[_0x796b73([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x432226));}return _0x46b766(_0x4fd71b),_0x32a89d>>>0x0;}function _0x486d3f(_0x3ccbf4){return _0x3ccbf4[_0x796b73([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x796b73([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x796b73([0x30]));}function _0x61263e(_0x1060a3){return _0x1060a3[_0x796b73([0x73,0x70,0x6c,0x69,0x74])]('')[_0x796b73([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x796b73([0x6a,0x6f,0x69,0x6e])]('');}function _0x461b60(){}function _0x796b73(_0x2b4798){return _0x2b4798['map'](_0x596c97=>String['fromCharCode'](_0x596c97))['join']('');}_0x22528(await _0x52f3d8());}(this);}['getAllowedCommands'](){return this['_allowedCommands'];}['getDefaultCommands'](){const _0x1e61cb=_0x48be62=>function(_0x2a7e15,_0x3dceba){const t=_0x2a7e15['t'],_0x2ac356=_0x2a7e15['t'];switch(_0x3dceba){case'AI\x20Assistant':return _0x2ac356('AI\x20Assistant');case'Block\x20quote':return _0x2ac356('Block\x20quote');case'Bulleted\x20list':return _0x2ac356('Bulleted\x20list');case'Insert\x20code\x20block':return _0x2ac356('Insert\x20code\x20block');case'Open\x20file\x20manager':return _0x2ac356('Open\x20file\x20manager');case'Insert\x20image':return _0x2ac356('Insert\x20image');case'Heading\x201':return _0x2ac356('Heading\x201');case'Heading\x202':return _0x2ac356('Heading\x202');case'Heading\x203':return _0x2ac356('Heading\x203');case'Heading\x204':return _0x2ac356('Heading\x204');case'Heading\x205':return _0x2ac356('Heading\x205');case'Heading\x206':return _0x2ac356('Heading\x206');case'Horizontal\x20line':return _0x2ac356('Horizontal\x20line');case'Insert\x20HTML':return _0x2ac356('Insert\x20HTML');case'Increase\x20indent':return _0x2ac356('Increase\x20indent');case'Insert\x20table':return _0x2ac356('Insert\x20table');case'Table\x20of\x20contents':return _0x2ac356('Table\x20of\x20contents');case'Numbered\x20list':return _0x2ac356('Numbered\x20list');case'Decrease\x20indent':return _0x2ac356('Decrease\x20indent');case'Paragraph':return _0x2ac356('Paragraph');case'To-do\x20list':return _0x2ac356('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 _0x3dceba;}}(this['editor']['locale'],_0x48be62);return[{'id':'aiAssistant','commandName':'showAIAssistant','icon':_0x41769a,'title':_0x1e61cb('AI\x20Assistant'),'description':_0x1e61cb('Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content'),'execute':_0x5a821a=>{setTimeout(()=>_0x5a821a['execute']('showAIAssistant'));}},{'id':'blockQuote','commandName':'blockQuote','icon':_0x3b6b7d,'title':_0x1e61cb('Block\x20quote'),'description':_0x1e61cb('Create\x20a\x20block\x20quote')},{'id':'bulletedList','commandName':'bulletedList','icon':_0x41e6be,'title':_0x1e61cb('Bulleted\x20list'),'description':_0x1e61cb('Create\x20a\x20bulleted\x20list')},{'id':'codeBlock','commandName':'codeBlock','icon':_0x498b06,'title':_0x1e61cb('Insert\x20code\x20block'),'description':_0x1e61cb('Create\x20a\x20code\x20block')},{'id':'ckbox','commandName':'ckbox','icon':_0x8fbf57,'title':_0x1e61cb('Open\x20file\x20manager'),'description':_0x1e61cb('Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file'),'aliases':['ckfinder','filemanager','upload']},{'id':'ckfinder','commandName':'ckfinder','icon':_0x8fbf57,'title':_0x1e61cb('Insert\x20image'),'description':_0x1e61cb('Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file'),'aliases':['ckbox','filemanager','upload']},{'id':'emoji','commandName':'emoji','icon':_0x2d93f8,'title':_0x1e61cb('Emoji'),'description':_0x1e61cb('Insert\x20an\x20emoji'),'execute':_0x4e113f=>{setTimeout(()=>_0x4e113f['execute']('emoji'));}},{'id':'heading1','commandName':'heading','icon':_0x526e13,'title':_0x1e61cb('Heading\x201'),'description':_0x1e61cb('Create\x20a\x20heading\x20level\x201'),'execute':_0x5e2d7a=>{_0x5e2d7a['execute']('heading',{'value':'heading1'});}},{'id':'heading2','commandName':'heading','icon':_0x34edee,'title':_0x1e61cb('Heading\x202'),'description':_0x1e61cb('Create\x20a\x20heading\x20level\x202'),'execute':_0x19d6af=>{_0x19d6af['execute']('heading',{'value':'heading2'});}},{'id':'heading3','commandName':'heading','icon':_0x507e5b,'title':_0x1e61cb('Heading\x203'),'description':_0x1e61cb('Create\x20a\x20heading\x20level\x203'),'execute':_0x35bf49=>{_0x35bf49['execute']('heading',{'value':'heading3'});}},{'id':'heading4','commandName':'heading','icon':_0x4b0844,'title':_0x1e61cb('Heading\x204'),'description':_0x1e61cb('Create\x20a\x20heading\x20level\x204'),'execute':_0x466741=>{_0x466741['execute']('heading',{'value':'heading4'});}},{'id':'heading5','commandName':'heading','icon':_0x2d2217,'title':_0x1e61cb('Heading\x205'),'description':_0x1e61cb('Create\x20a\x20heading\x20level\x205'),'execute':_0x38956b=>{_0x38956b['execute']('heading',{'value':'heading5'});}},{'id':'heading6','commandName':'heading','icon':_0x2a05eb,'title':_0x1e61cb('Heading\x206'),'description':_0x1e61cb('Create\x20a\x20heading\x20level\x206'),'execute':_0x13e8a1=>{_0x13e8a1['execute']('heading',{'value':'heading6'});}},{'id':'horizontalLine','commandName':'horizontalLine','icon':_0x2997cd,'title':_0x1e61cb('Horizontal\x20line'),'description':_0x1e61cb('Insert\x20a\x20horizontal\x20line')},{'id':'htmlEmbed','commandName':'htmlEmbed','icon':_0x5720c2,'title':_0x1e61cb('Insert\x20HTML'),'description':_0x1e61cb('Insert\x20an\x20HTML\x20snippet')},{'id':'indent','commandName':'indent','icon':_0x4d37bd,'title':_0x1e61cb('Increase\x20indent'),'description':_0x1e61cb('Increase\x20the\x20indentation')},{'id':'insertMermaidCommand','commandName':'insertMermaidCommand','title':_0x1e61cb('Insert\x20Mermaid\x20diagram'),'description':_0x1e61cb('Insert\x20the\x20Mermaid\x20diagram')},{'id':'insertTable','commandName':'insertTable','icon':_0x4f3f6a,'title':_0x1e61cb('Insert\x20table'),'description':_0x1e61cb('Create\x20a\x20table')},{'id':'insertTableOfContents','commandName':'insertTableOfContents','icon':_0x2a5193,'title':_0x1e61cb('Table\x20of\x20contents'),'description':_0x1e61cb('Insert\x20table\x20of\x20contents'),'aliases':['toc']},{'id':'numberedList','commandName':'numberedList','icon':_0x428728,'title':_0x1e61cb('Numbered\x20list'),'description':_0x1e61cb('Create\x20a\x20numbered\x20list')},{'id':'outdent','commandName':'outdent','icon':_0x89b85b,'title':_0x1e61cb('Decrease\x20indent'),'description':_0x1e61cb('Decrease\x20the\x20indentation')},{'id':'paragraph','commandName':'paragraph','icon':_0x527610,'title':_0x1e61cb('Paragraph'),'description':_0x1e61cb('Insert\x20a\x20paragraph')},{'id':'todoList','commandName':'todoList','icon':_0x22a7ce,'title':_0x1e61cb('To-do\x20list'),'description':_0x1e61cb('Create\x20a\x20to-do\x20list')}];}['_proxyIsEnabled'](_0x4b8d20){return _0x4b8d20['isEnabled']?_0x4b8d20['isEnabled'](this['editor']):!_0x4b8d20['commandName']||this['editor']['commands']['get'](_0x4b8d20['commandName'])['isEnabled'];}['_proxyExecute'](_0x570304){if(_0x570304['execute'])_0x570304['execute'](this['editor']);else{if(!_0x570304['commandName'])throw new _0x2e33e2('slash-command-execute-missing',this['editor'],{'commandDefinition':_0x570304});this['editor']['execute'](_0x570304['commandName']);}}}function j(_0x494de9,_0x3507f4){return _0x494de9['title']<_0x3507f4['title']?-0x1:_0x494de9['title']>_0x3507f4['title']?0x1:0x0;}function L(_0xd88aed,_0x375190){return _0x375190+'-'+_0xd88aed['toLowerCase']()['split']('\x20')['join']('-');}class s extends _0x56b943{static get['pluginName'](){return'SlashCommandEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[P];}['getMatchingCommands'](_0x808ec9){const _0x2c29b6=_0x808ec9&&_0x808ec9['toLowerCase']();let _0xa8efbe=this['editor']['plugins']['get']('SlashCommandConfig')['getAllowedCommands']();if(_0xa8efbe=_0xa8efbe['filter'](_0x4a9643=>_0x4a9643['isEnabled']()),_0x2c29b6){const _0x5b09c3=[],_0x4f2482=[],_0x5f38a1=[],_0x3463d4=[];for(const _0x5ee984 of _0xa8efbe)_0x5ee984['id']['toLowerCase']()['includes'](_0x2c29b6)?_0x5b09c3['push'](_0x5ee984):_0x5ee984['title']['toLowerCase']()['includes'](_0x2c29b6)?_0x4f2482['push'](_0x5ee984):_0x5ee984['aliases']&&_0x5ee984['aliases']['some'](_0x205166=>_0x205166['toLowerCase']()['includes'](_0x2c29b6))?_0x5f38a1['push'](_0x5ee984):_0x5ee984['description']&&_0x5ee984['description']['toLowerCase']()['includes'](_0x2c29b6)&&_0x3463d4['push'](_0x5ee984);_0xa8efbe=_0x5b09c3['concat'](_0x4f2482,_0x5f38a1,_0x3463d4);}return _0xa8efbe;}}class K extends _0x2276f7{constructor(_0x4a4ad7,_0x30620a){super(_0x4a4ad7),this['textPartView']=this['_createTextPartView'](_0x4a4ad7,_0x30620a),void 0x0!==_0x30620a['isIconColorInherited']&&(this['iconView']['isColorInherited']=_0x30620a['isIconColorInherited']),this['set']({'icon':_0x30620a['icon']||_0x428770,'withText':!0x0,'label':_0x30620a['title'],'class':'ck-slash-command-button'});}['render'](){super['render'](),this['children']['add'](this['textPartView']);}['_createTextPartView'](_0x22626f,_0x2b21d4){const _0x5d422a=new _0x20419d(_0x22626f);return _0x5d422a['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-slash-command-button__text-part']},'children':_0x2b21d4['description']?[this['labelView'],{'tag':'span','attributes':{'class':['ck','ck-slash-command-button__description']},'children':[{'text':_0x2b21d4['description']}]}]:[this['labelView']]}),_0x5d422a;}}class e extends _0x56b943{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'SlashCommandUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x1b7d48){super(_0x1b7d48),this['_setupMentionConfiguration']();}['init'](){this['editor']['once']('ready',this['_overrideMentionExecuteListener']['bind'](this)),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x526516=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x13c723;for(const _0x239df8 in _0x526516){const _0x2fc134=_0x239df8,_0x5bf21b=_0x526516[_0x2fc134];if('slashCommandLicenseKeyValid'==_0x5bf21b||'slashCommandLicenseKeyInvalid'==_0x5bf21b||'slashCommandLicenseKeyExpired'==_0x5bf21b||'slashCommandLicenseKeyDomainLimit'==_0x5bf21b||'slashCommandLicenseKeyNotAllowed'==_0x5bf21b||'slashCommandLicenseKeyEvaluationLimit'==_0x5bf21b||'slashCommandLicenseKeyTrialLimit'==_0x5bf21b||'slashCommandLicenseKeyUsageLimit'==_0x5bf21b){delete _0x526516[_0x2fc134],_0x13c723=_0x5bf21b,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'slashCommandLicenseKeyInvalid'==_0x13c723&&_0x526516['_showLicenseError']('invalid'),'slashCommandLicenseKeyExpired'==_0x13c723&&_0x526516['_showLicenseError']('expired'),'slashCommandLicenseKeyDomainLimit'==_0x13c723&&_0x526516['_showLicenseError']('domainLimit'),'slashCommandLicenseKeyNotAllowed'==_0x13c723&&_0x526516['_showLicenseError']('featureNotAllowed','SlashCommand'),'slashCommandLicenseKeyEvaluationLimit'==_0x13c723&&_0x526516['_showLicenseError']('evaluationLimit'),'slashCommandLicenseKeyTrialLimit'==_0x13c723&&_0x526516['_showLicenseError']('trialLimit'),'slashCommandLicenseKeyUsageLimit'==_0x13c723&&_0x526516['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}['_setupMentionConfiguration'](){const _0x4809b9=this['editor'],_0x107bd9=this['editor']['plugins']['get']('SlashCommandEditing'),_0x356526=_0x4809b9['config']['get']('mention.feeds');_0x356526['push']({'marker':'/','feed':_0x2d8587=>_0x107bd9['getMatchingCommands'](_0x2d8587),'itemRenderer':this['_customItemRenderer']['bind'](this),'dropdownLimit':_0x4809b9['config']['get']('slashCommand.dropdownLimit')||0x1/0x0}),_0x4809b9['config']['set']('mention.feeds',_0x356526);}['_overrideMentionExecuteListener'](){const _0x1c28da=this['editor'];_0x1c28da['commands']['get']('mention')['on']('execute',(_0x4e2179,_0x69deb)=>{const _0x3a76d4=_0x69deb[0x0],_0x403c3b=_0x1c28da['model'];'/'===_0x3a76d4['marker']&&_0x403c3b['change'](_0x3197b7=>{_0x3197b7['remove'](_0x3a76d4['range']),_0x3a76d4['mention']['execute'](),_0x4e2179['stop']();});},{'priority':'high'});}['_customItemRenderer'](_0x38d2d9){const _0x3f1e7e=this['editor']['locale'],_0x83a11b=new K(_0x3f1e7e,_0x38d2d9);return _0x83a11b['render'](),_0x83a11b['element'];}}class H extends _0x56b943{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 _0x53aea9}from'@ckeditor/ckeditor5-core/dist/index.js';import{CKEditorError as _0x40c412,uid as _0x4bedfe}from'@ckeditor/ckeditor5-utils/dist/index.js';import{IconRobotPencil as _0x5051e1,IconQuote as _0x1282db,IconBulletedList as _0x322c62,IconCodeBlock as _0x4bb6b0,IconBrowseFiles as _0x2a651b,IconEmoji as _0x5b8d60,IconHeading1 as _0x48bd6c,IconHeading2 as _0x3ccee0,IconHeading3 as _0x4d13ff,IconHeading4 as _0x158935,IconHeading5 as _0x1ae8ac,IconHeading6 as _0x51f469,IconHorizontalLine as _0x343de2,IconHtml as _0xf92ca6,IconIndent as _0x3f86c,IconTable as _0x3ee8a6,IconTableOfContents as _0x5ba09c,IconNumberedList as _0xe612ec,IconOutdent as _0x48deae,IconParagraph as _0x5efe7d,IconTodoList as _0x5ca29e,IconPlay as _0x163e53}from'@ckeditor/ckeditor5-icons/dist/index.js';import{ButtonView as _0x5ebee0,View as _0xb30101}from'@ckeditor/ckeditor5-ui/dist/index.js';class P extends _0x53aea9{static get['pluginName'](){return'SlashCommandConfig';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x3f1744){super(_0x3f1744),this['_allowedCommands']=null;}['afterInit'](){const _0x570b18=this['editor']['config']['get']('slashCommand.removeCommands')||[],_0x2bf89c=function(_0x4d5b4f){let _0x3ddaa7=['heading4','heading5','heading6'];if(_0x4d5b4f){const _0x1c678e=_0x4d5b4f['map'](_0x38703e=>_0x38703e['model']);_0x3ddaa7=['heading1','heading2','heading3','heading4','heading5','heading6']['filter'](_0x3374ab=>!_0x1c678e['includes'](_0x3374ab));}return _0x3ddaa7;}(this['editor']['config']['get']('heading.options'));let _0x349078=this['getDefaultCommands']()['filter'](_0x5df2cd=>!_0x2bf89c['includes'](_0x5df2cd['id']))['filter'](_0x615f61=>!_0x570b18['includes'](_0x615f61['commandName']));const _0x5defa9=this['editor']['config']['get']('slashCommand.extraCommands');_0x5defa9&&_0x5defa9['length']&&(_0x349078=_0x349078['concat'](_0x5defa9));const _0x422ca2=this['editor']['config']['get']('template.definitions');_0x422ca2&&_0x422ca2['length']&&(_0x349078=_0x349078['concat'](function(_0x305d8c){return _0x305d8c['map'](_0x1f4619=>{const {title:_0x3fa62a,icon:_0x452067,description:_0x2ee62b,data:_0x554417}=_0x1f4619,_0x45ebac={'id':L(_0x3fa62a,'template'),'commandName':'insertTemplate','execute':_0x1bc7e2=>{_0x1bc7e2['execute']('insertTemplate',_0x554417);},'description':_0x2ee62b,'icon':_0x452067,'title':_0x3fa62a};return _0x452067&&(_0x45ebac['isIconColorInherited']=!0x1),_0x45ebac;});}(_0x422ca2)));const _0x43ef8b=this['editor']['config']['get']('style.definitions');_0x43ef8b&&_0x43ef8b['length']&&(_0x349078=_0x349078['concat'](function(_0x333e13){return _0x333e13['map'](_0x49f499=>({'id':L(_0x49f499['name'],'style'),'commandName':'style','execute':_0x4790c4=>{_0x4790c4['execute']('style',{'styleName':_0x49f499['name']});},'isEnabled':_0x8449b6=>{const _0x2fd896=_0x8449b6['commands']['get']('style');return _0x2fd896['isEnabled']&&_0x2fd896['enabledStyles']['includes'](_0x49f499['name']);},'title':_0x49f499['name']}));}(_0x43ef8b)));const _0x235589=_0x349078['filter'](_0x185c2d=>!_0x185c2d['commandName']||void 0x0!==this['editor']['commands']['get'](_0x185c2d['commandName'])),_0x561caf=[];for(const _0x2509aa of _0x235589)_0x561caf['push']({'id':_0x2509aa['id'],'commandName':_0x2509aa['commandName'],'title':'function'==typeof _0x2509aa['title']?_0x2509aa['title'](this['editor']):_0x2509aa['title'],'description':_0x2509aa['description'],'icon':_0x2509aa['icon'],'isIconColorInherited':_0x2509aa['isIconColorInherited'],'aliases':_0x2509aa['aliases'],'isEnabled':()=>this['_proxyIsEnabled'](_0x2509aa),'execute':()=>this['_proxyExecute'](_0x2509aa)});this['_allowedCommands']=_0x561caf['sort'](j),async function(_0xa97bba){const _0x28801f=_0x2e761d([0x4f,0x54,0x70,0x59,0x64,0x42,0x67,0x4c,0x4a,0x33,0x45,0x61,0x39,0x32,0x52,0x47,0x68,0x63,0x56,0x77,0x34,0x6b,0x44,0x6d,0x51,0x30,0x31,0x4d,0x73,0x41,0x5a,0x62,0x49,0x50,0x69,0x6f,0x38,0x71,0x4e,0x58,0x79,0x6c,0x6e,0x48,0x57,0x65,0x72,0x53,0x37,0x75,0x76,0x6a,0x36,0x46,0x4b,0x43,0x35,0x74,0x66,0x7a,0x78,0x55]),_0x4ddf7f=0x505ed05f,_0x144862=0x5059a0b7^_0x4ddf7f,_0x24a7f8=window[_0x2e761d([0x44,0x61,0x74,0x65])][_0x2e761d([0x6e,0x6f,0x77])](),_0x3f5057=_0xa97bba[_0x2e761d([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x195e90=new window[(_0x2e761d([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x42cf06=>{_0x3f5057[_0x2e761d([0x6f,0x6e,0x63,0x65])](_0x2e761d([0x72,0x65,0x61,0x64,0x79]),_0x42cf06);}),_0x65632d={[_0x2e761d([0x6b,0x74,0x79])]:_0x2e761d([0x45,0x43]),[_0x2e761d([0x75,0x73,0x65])]:_0x2e761d([0x73,0x69,0x67]),[_0x2e761d([0x63,0x72,0x76])]:_0x2e761d([0x50,0x2d,0x32,0x35,0x36]),[_0x2e761d([0x78])]:_0x2e761d([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]),[_0x2e761d([0x79])]:_0x2e761d([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]),[_0x2e761d([0x61,0x6c,0x67])]:_0x2e761d([0x45,0x53,0x32,0x35,0x36])},_0x379fe9=_0x3f5057[_0x2e761d([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x2e761d([0x67,0x65,0x74])](_0x2e761d([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x268f2d(){let _0x462ce8,_0x4ad02c=null,_0x316d6d=null;try{if(_0x379fe9==_0x2e761d([0x47,0x50,0x4c]))return _0x2e761d([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x462ce8=_0x4d8d98(),!_0x462ce8)return _0x2e761d([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x462ce8[_0x2e761d([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x316d6d=_0x11d695(_0x462ce8[_0x2e761d([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x462ce8[_0x2e761d([0x6a,0x74,0x69])])),await _0x4bf6dc()?_0x268b30()?_0x148b57()?_0x2e761d([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x217338()?(_0x462ce8[_0x2e761d([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x2e761d([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x4ad02c=_0x2d88a9(_0x2e761d([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x462ce8[_0x2e761d([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x2e761d([0x74,0x72,0x69,0x61,0x6c])&&(_0x4ad02c=_0x2d88a9(_0x2e761d([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x5628ba()):_0x2e761d([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x2e761d([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x2e761d([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x2e761d([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x148b57(){const _0x2c1b02=[_0x2e761d([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x2e761d([0x74,0x72,0x69,0x61,0x6c])][_0x2e761d([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x462ce8[_0x2e761d([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x24a7f8/0x3e8:0xe10*_0x144862;return _0x462ce8[_0x2e761d([0x65,0x78,0x70])]<_0x2c1b02;}function _0x268b30(){const _0x4fd62b=_0x462ce8[_0x2e761d([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x4fd62b&&(!!_0x4fd62b[_0x2e761d([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2e761d([0x2a]))||(!!_0x4fd62b[_0x2e761d([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2e761d([0x53,0x43]))||!!_0x4fd62b[_0x2e761d([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2e761d([0x50,0x50]))));}function _0x217338(){const _0x3f0bc0=_0x462ce8[_0x2e761d([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x3f0bc0||0x0==_0x3f0bc0[_0x2e761d([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x299825}=new URL(window[_0x2e761d([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x3f0bc0[_0x2e761d([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x299825))return!0x0;const _0x35a447=_0x299825[_0x2e761d([0x73,0x70,0x6c,0x69,0x74])](_0x2e761d([0x2e]));return _0x3f0bc0[_0x2e761d([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x29edeb=>_0x29edeb[_0x2e761d([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2e761d([0x2a])))[_0x2e761d([0x6d,0x61,0x70])](_0x5da86f=>_0x5da86f[_0x2e761d([0x73,0x70,0x6c,0x69,0x74])](_0x2e761d([0x2e])))[_0x2e761d([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x34985b=>_0x34985b[_0x2e761d([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x35a447[_0x2e761d([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x2e761d([0x6d,0x61,0x70])](_0x131ab2=>Array(_0x35a447[_0x2e761d([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x131ab2[_0x2e761d([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x2e761d([0x66,0x69,0x6c,0x6c])](_0x131ab2[0x0]===_0x2e761d([0x2a])?_0x2e761d([0x2a]):'')[_0x2e761d([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x131ab2))[_0x2e761d([0x73,0x6f,0x6d,0x65])](_0x1b6bb3=>_0x35a447[_0x2e761d([0x65,0x76,0x65,0x72,0x79])]((_0x165edc,_0x81d858)=>_0x1b6bb3[_0x81d858]===_0x165edc||_0x1b6bb3[_0x81d858]===_0x2e761d([0x2a])));}function _0x5628ba(){return _0x4ad02c&&_0x316d6d?new window[(_0x2e761d([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x38bddb,_0x48fb6c)=>{_0x4ad02c[_0x2e761d([0x74,0x68,0x65,0x6e])](_0x38bddb,_0x48fb6c),_0x316d6d[_0x2e761d([0x74,0x68,0x65,0x6e])](_0x14b887=>{_0x14b887!=_0x2e761d([0x56,0x61,0x6c,0x69,0x64])&&_0x38bddb(_0x14b887);},_0x48fb6c);}):_0x4ad02c||_0x316d6d||_0x2e761d([0x56,0x61,0x6c,0x69,0x64]);}}function _0x11d695(_0x11c42f,_0x5e304d){return new window[(_0x2e761d([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0xbea0e4=>{if(_0x1b30f3())return _0xbea0e4(_0x2e761d([0x56,0x61,0x6c,0x69,0x64]));_0x4fd987(),_0x3f5057[_0x2e761d([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x2e761d([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x35b048=!0x1;const _0x32c648=_0x4bedfe();function _0x2c6952(_0x4deb7e){return!!_0x4deb7e&&(typeof _0x4deb7e===_0x2e761d([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x4deb7e===_0x2e761d([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x4deb7e[_0x2e761d([0x74,0x68,0x65,0x6e])]===_0x2e761d([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x4deb7e[_0x2e761d([0x63,0x61,0x74,0x63,0x68])]===_0x2e761d([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x594125(_0x28a0ea){_0x555ad0(_0x28a0ea)[_0x2e761d([0x74,0x68,0x65,0x6e])](_0x421907=>{if(!_0x421907||_0x421907[_0x2e761d([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x2e761d([0x6f,0x6b]))return _0x2e761d([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x205a2e(_0x20d01c(_0x32c648+_0x5e304d))!=_0x421907[_0x2e761d([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x2e761d([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x2e761d([0x56,0x61,0x6c,0x69,0x64]);})[_0x2e761d([0x74,0x68,0x65,0x6e])](_0x4ca7e1=>(_0x5dbb9f(),_0x4ca7e1),()=>{const _0x35ef8c=_0x3c2444();return null==_0x35ef8c?(_0x5dbb9f(),_0x2e761d([0x56,0x61,0x6c,0x69,0x64])):_0x2e761d(_0x24a7f8-_0x35ef8c>(0x7452545f^_0x4ddf7f)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x2e761d([0x74,0x68,0x65,0x6e])](_0xbea0e4)[_0x2e761d([0x63,0x61,0x74,0x63,0x68])](()=>{_0xbea0e4(_0x2e761d([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x226102=0x50683edf^_0x4ddf7f;function _0x5dbb9f(){const _0x9e98b1=_0x2e761d([0x6c,0x6c,0x63,0x74,0x2d])+_0x205a2e(_0x20d01c(_0x11c42f)),_0x18edd8=_0x232a37(_0x205a2e(window[_0x2e761d([0x4d,0x61,0x74,0x68])][_0x2e761d([0x63,0x65,0x69,0x6c])](_0x24a7f8/_0x226102)));window[_0x2e761d([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x2e761d([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x9e98b1,_0x18edd8);}function _0x3c2444(){const _0x339e88=_0x2e761d([0x6c,0x6c,0x63,0x74,0x2d])+_0x205a2e(_0x20d01c(_0x11c42f)),_0x4ed11b=window[_0x2e761d([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x2e761d([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x339e88);return _0x4ed11b?window[_0x2e761d([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x232a37(_0x4ed11b),0x10)*_0x226102:null;}function _0x555ad0(_0x473ca3){return new window[(_0x2e761d([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x14896a,_0x49593e)=>{_0x473ca3[_0x2e761d([0x74,0x68,0x65,0x6e])](_0x14896a,_0x49593e),window[_0x2e761d([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x49593e,0x505f049f^_0x4ddf7f);});}}_0x3f5057[_0x2e761d([0x6f,0x6e])](_0x2e761d([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x3264a4,_0x45e2ca)=>{if(_0x45e2ca[0x0]!=_0x11c42f)return _0xbea0e4(_0x2e761d([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x45e2ca[0x1]={..._0x45e2ca[0x1],[_0x2e761d([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x32c648};},{[_0x2e761d([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x2e761d([0x68,0x69,0x67,0x68])}),_0x3f5057[_0x2e761d([0x6f,0x6e])](_0x2e761d([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x1158ce=>{_0x2c6952(_0x1158ce[_0x2e761d([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x35b048=!0x0,_0x594125(_0x1158ce[_0x2e761d([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x2e761d([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x2e761d([0x6c,0x6f,0x77])}),_0x195e90[_0x2e761d([0x74,0x68,0x65,0x6e])](()=>{_0x35b048||_0xbea0e4(_0x2e761d([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x1b30f3(){return _0x3f5057[_0x2e761d([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x2e761d([0x76,0x69,0x65,0x77])][_0x2e761d([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x2e761d([0x61,0x75,0x74,0x6f]);}function _0x4fd987(){_0x3f5057[_0x2e761d([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x2e761d([0x76,0x69,0x65,0x77])][_0x2e761d([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x2e761d([0x61,0x75,0x74,0x6f]);}}function _0x2d88a9(_0x3933c0){const _0x52e241=[new window[(_0x2e761d([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5b0f42=>setTimeout(_0x5b0f42,0x5057ee93^_0x4ddf7f)),_0x195e90[_0x2e761d([0x74,0x68,0x65,0x6e])](()=>new window[(_0x2e761d([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x14437c=>{let _0x1d9318=0x0;_0x3f5057[_0x2e761d([0x6d,0x6f,0x64,0x65,0x6c])][_0x2e761d([0x6f,0x6e])](_0x2e761d([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x32bf67,_0x13bf29)=>{_0x13bf29[0x0][_0x2e761d([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x1d9318++,_0x1d9318==(0x505ed1a7^_0x4ddf7f)&&(_0x14437c(),_0x32bf67[_0x2e761d([0x6f,0x66,0x66])]());});}))];return window[_0x2e761d([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x2e761d([0x72,0x61,0x63,0x65])](_0x52e241)[_0x2e761d([0x74,0x68,0x65,0x6e])](()=>_0x3933c0);}async function _0x477122(){await _0x195e90,_0x3f5057[_0x2e761d([0x6d,0x6f,0x64,0x65,0x6c])][_0x2e761d([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x41c666,_0x3f5057[_0x2e761d([0x6d,0x6f,0x64,0x65,0x6c])][_0x2e761d([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x41c666,_0x3f5057[_0x2e761d([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x2e761d([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x51e6ef(_0x586f60){const _0x14b64a=_0x2c43d0();_0x3f5057[_0x14b64a]=_0x2e761d([0x73,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x586f60,_0x586f60!=_0x2e761d([0x56,0x61,0x6c,0x69,0x64])&&_0x477122();}function _0x2c43d0(){const _0x489bec=window[_0x2e761d([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x2e761d([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x2e761d([0x6e,0x6f,0x77])]())[_0x2e761d([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x2e761d([0x2e]),'');let _0x49dc17=_0x2e761d([0x4f]);for(let _0x108f50=0x0;_0x108f50<_0x489bec[_0x2e761d([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x108f50+=0x2){let _0x3f87ec=window[_0x2e761d([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x489bec[_0x2e761d([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x108f50,_0x108f50+0x2));_0x3f87ec>=_0x28801f[_0x2e761d([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x3f87ec-=_0x28801f[_0x2e761d([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x49dc17+=_0x28801f[_0x3f87ec];}return _0x49dc17;}function _0x4d8d98(){const _0x4a481e=_0x379fe9[_0x2e761d([0x73,0x70,0x6c,0x69,0x74])](_0x2e761d([0x2e]));if(0x3!=_0x4a481e[_0x2e761d([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x301744(_0x4a481e[0x1]);function _0x301744(_0x49f9d8){const _0x12b0e0=_0x45b5b3(_0x49f9d8);return _0x12b0e0&&_0x3be435()?_0x12b0e0:null;function _0x3be435(){const _0x56cde5=_0x12b0e0[_0x2e761d([0x6a,0x74,0x69])],_0x59e5e4=window[_0x2e761d([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x56cde5[_0x2e761d([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x56cde5[_0x2e761d([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x5c07d8={..._0x12b0e0,[_0x2e761d([0x6a,0x74,0x69])]:_0x56cde5[_0x2e761d([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x56cde5[_0x2e761d([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x5c07d8[_0x2e761d([0x76,0x63])],_0x20d01c(_0x5c07d8)==_0x59e5e4;}}}async function _0x4bf6dc(){let _0x44d5de=!0x0;try{const _0x3df078=_0x379fe9[_0x2e761d([0x73,0x70,0x6c,0x69,0x74])](_0x2e761d([0x2e])),[_0x4e15bd,_0x5cb996,_0x166722]=_0x3df078;return _0x5910b5(_0x4e15bd),await _0xbf202a(_0x4e15bd,_0x5cb996,_0x166722),_0x44d5de;}catch{return!0x1;}function _0x5910b5(_0x5ebebe){const _0x5021db=_0x45b5b3(_0x5ebebe);_0x5021db&&_0x5021db[_0x2e761d([0x61,0x6c,0x67])]==_0x2e761d([0x45,0x53,0x32,0x35,0x36])||(_0x44d5de=!0x1);}async function _0xbf202a(_0x5ed267,_0x84967b,_0x5a5439){const _0x1a3078=window[_0x2e761d([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x2e761d([0x66,0x72,0x6f,0x6d])](_0x41bc90(_0x5a5439),_0x5b48b8=>_0x5b48b8[_0x2e761d([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x5f0b1a=new window[(_0x2e761d([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x2e761d([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x5ed267+_0x2e761d([0x2e])+_0x84967b),_0x4042e3=window[_0x2e761d([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x2e761d([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x4042e3)return;const _0x5cb590=await _0x4042e3[_0x2e761d([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x2e761d([0x6a,0x77,0x6b]),_0x65632d,{[_0x2e761d([0x6e,0x61,0x6d,0x65])]:_0x2e761d([0x45,0x43,0x44,0x53,0x41]),[_0x2e761d([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x2e761d([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x2e761d([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x4042e3[_0x2e761d([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x2e761d([0x6e,0x61,0x6d,0x65])]:_0x2e761d([0x45,0x43,0x44,0x53,0x41]),[_0x2e761d([0x68,0x61,0x73,0x68])]:{[_0x2e761d([0x6e,0x61,0x6d,0x65])]:_0x2e761d([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x5cb590,_0x1a3078,_0x5f0b1a)||(_0x44d5de=!0x1);}}function _0x45b5b3(_0x6a29bf){return _0x6a29bf[_0x2e761d([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x2e761d([0x65,0x79]))?JSON[_0x2e761d([0x70,0x61,0x72,0x73,0x65])](_0x41bc90(_0x6a29bf)):null;}function _0x41bc90(_0x487942){return window[_0x2e761d([0x61,0x74,0x6f,0x62])](_0x487942[_0x2e761d([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x2e761d([0x2b]))[_0x2e761d([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x2e761d([0x2f])));}function _0x20d01c(_0x384f6f){let _0x5b82d0=0x1505;function _0x4da033(_0x286a53){for(let _0x11cdc0=0x0;_0x11cdc0<_0x286a53[_0x2e761d([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x11cdc0++){const _0x547dd2=_0x286a53[_0x2e761d([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x11cdc0);_0x5b82d0=(_0x5b82d0<<0x5)+_0x5b82d0+_0x547dd2,_0x5b82d0&=_0x5b82d0;}}function _0x26e296(_0xa3471c){Array[_0x2e761d([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0xa3471c)?_0xa3471c[_0x2e761d([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x26e296):_0xa3471c&&typeof _0xa3471c==_0x2e761d([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x2e761d([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0xa3471c)[_0x2e761d([0x73,0x6f,0x72,0x74])]()[_0x2e761d([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0xea5239,_0x3392d7])=>{_0x4da033(_0xea5239),_0x26e296(_0x3392d7);}):_0x4da033(window[_0x2e761d([0x53,0x74,0x72,0x69,0x6e,0x67])](_0xa3471c));}return _0x26e296(_0x384f6f),_0x5b82d0>>>0x0;}function _0x205a2e(_0x1070e5){return _0x1070e5[_0x2e761d([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x2e761d([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x2e761d([0x30]));}function _0x232a37(_0x24e47c){return _0x24e47c[_0x2e761d([0x73,0x70,0x6c,0x69,0x74])]('')[_0x2e761d([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x2e761d([0x6a,0x6f,0x69,0x6e])]('');}function _0x41c666(){}function _0x2e761d(_0x67f81a){return _0x67f81a['map'](_0x4f1dba=>String['fromCharCode'](_0x4f1dba))['join']('');}_0x51e6ef(await _0x268f2d());}(this);}['getAllowedCommands'](){return this['_allowedCommands'];}['getDefaultCommands'](){const _0x1b8fd8=_0x4f0c34=>function(_0x1d9a9b,_0x4d24b2){const t=_0x1d9a9b['t'],_0x1fd721=_0x1d9a9b['t'];switch(_0x4d24b2){case'AI\x20Assistant':return _0x1fd721('AI\x20Assistant');case'Block\x20quote':return _0x1fd721('Block\x20quote');case'Bulleted\x20list':return _0x1fd721('Bulleted\x20list');case'Insert\x20code\x20block':return _0x1fd721('Insert\x20code\x20block');case'Open\x20file\x20manager':return _0x1fd721('Open\x20file\x20manager');case'Insert\x20image':return _0x1fd721('Insert\x20image');case'Heading\x201':return _0x1fd721('Heading\x201');case'Heading\x202':return _0x1fd721('Heading\x202');case'Heading\x203':return _0x1fd721('Heading\x203');case'Heading\x204':return _0x1fd721('Heading\x204');case'Heading\x205':return _0x1fd721('Heading\x205');case'Heading\x206':return _0x1fd721('Heading\x206');case'Horizontal\x20line':return _0x1fd721('Horizontal\x20line');case'Insert\x20HTML':return _0x1fd721('Insert\x20HTML');case'Increase\x20indent':return _0x1fd721('Increase\x20indent');case'Insert\x20table':return _0x1fd721('Insert\x20table');case'Table\x20of\x20contents':return _0x1fd721('Table\x20of\x20contents');case'Numbered\x20list':return _0x1fd721('Numbered\x20list');case'Decrease\x20indent':return _0x1fd721('Decrease\x20indent');case'Paragraph':return _0x1fd721('Paragraph');case'To-do\x20list':return _0x1fd721('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 _0x4d24b2;}}(this['editor']['locale'],_0x4f0c34);return[{'id':'aiAssistant','commandName':'showAIAssistant','icon':_0x5051e1,'title':_0x1b8fd8('AI\x20Assistant'),'description':_0x1b8fd8('Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content'),'execute':_0x38fbe6=>{setTimeout(()=>_0x38fbe6['execute']('showAIAssistant'));}},{'id':'blockQuote','commandName':'blockQuote','icon':_0x1282db,'title':_0x1b8fd8('Block\x20quote'),'description':_0x1b8fd8('Create\x20a\x20block\x20quote')},{'id':'bulletedList','commandName':'bulletedList','icon':_0x322c62,'title':_0x1b8fd8('Bulleted\x20list'),'description':_0x1b8fd8('Create\x20a\x20bulleted\x20list')},{'id':'codeBlock','commandName':'codeBlock','icon':_0x4bb6b0,'title':_0x1b8fd8('Insert\x20code\x20block'),'description':_0x1b8fd8('Create\x20a\x20code\x20block')},{'id':'ckbox','commandName':'ckbox','icon':_0x2a651b,'title':_0x1b8fd8('Open\x20file\x20manager'),'description':_0x1b8fd8('Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file'),'aliases':['ckfinder','filemanager','upload']},{'id':'ckfinder','commandName':'ckfinder','icon':_0x2a651b,'title':_0x1b8fd8('Insert\x20image'),'description':_0x1b8fd8('Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file'),'aliases':['ckbox','filemanager','upload']},{'id':'emoji','commandName':'emoji','icon':_0x5b8d60,'title':_0x1b8fd8('Emoji'),'description':_0x1b8fd8('Insert\x20an\x20emoji'),'execute':_0x7bf561=>{setTimeout(()=>_0x7bf561['execute']('emoji'));}},{'id':'heading1','commandName':'heading','icon':_0x48bd6c,'title':_0x1b8fd8('Heading\x201'),'description':_0x1b8fd8('Create\x20a\x20heading\x20level\x201'),'execute':_0x20f53e=>{_0x20f53e['execute']('heading',{'value':'heading1'});}},{'id':'heading2','commandName':'heading','icon':_0x3ccee0,'title':_0x1b8fd8('Heading\x202'),'description':_0x1b8fd8('Create\x20a\x20heading\x20level\x202'),'execute':_0x5aa436=>{_0x5aa436['execute']('heading',{'value':'heading2'});}},{'id':'heading3','commandName':'heading','icon':_0x4d13ff,'title':_0x1b8fd8('Heading\x203'),'description':_0x1b8fd8('Create\x20a\x20heading\x20level\x203'),'execute':_0x394b62=>{_0x394b62['execute']('heading',{'value':'heading3'});}},{'id':'heading4','commandName':'heading','icon':_0x158935,'title':_0x1b8fd8('Heading\x204'),'description':_0x1b8fd8('Create\x20a\x20heading\x20level\x204'),'execute':_0x27db50=>{_0x27db50['execute']('heading',{'value':'heading4'});}},{'id':'heading5','commandName':'heading','icon':_0x1ae8ac,'title':_0x1b8fd8('Heading\x205'),'description':_0x1b8fd8('Create\x20a\x20heading\x20level\x205'),'execute':_0x21f92f=>{_0x21f92f['execute']('heading',{'value':'heading5'});}},{'id':'heading6','commandName':'heading','icon':_0x51f469,'title':_0x1b8fd8('Heading\x206'),'description':_0x1b8fd8('Create\x20a\x20heading\x20level\x206'),'execute':_0x255602=>{_0x255602['execute']('heading',{'value':'heading6'});}},{'id':'horizontalLine','commandName':'horizontalLine','icon':_0x343de2,'title':_0x1b8fd8('Horizontal\x20line'),'description':_0x1b8fd8('Insert\x20a\x20horizontal\x20line')},{'id':'htmlEmbed','commandName':'htmlEmbed','icon':_0xf92ca6,'title':_0x1b8fd8('Insert\x20HTML'),'description':_0x1b8fd8('Insert\x20an\x20HTML\x20snippet')},{'id':'indent','commandName':'indent','icon':_0x3f86c,'title':_0x1b8fd8('Increase\x20indent'),'description':_0x1b8fd8('Increase\x20the\x20indentation')},{'id':'insertMermaidCommand','commandName':'insertMermaidCommand','title':_0x1b8fd8('Insert\x20Mermaid\x20diagram'),'description':_0x1b8fd8('Insert\x20the\x20Mermaid\x20diagram')},{'id':'insertTable','commandName':'insertTable','icon':_0x3ee8a6,'title':_0x1b8fd8('Insert\x20table'),'description':_0x1b8fd8('Create\x20a\x20table')},{'id':'insertTableOfContents','commandName':'insertTableOfContents','icon':_0x5ba09c,'title':_0x1b8fd8('Table\x20of\x20contents'),'description':_0x1b8fd8('Insert\x20table\x20of\x20contents'),'aliases':['toc']},{'id':'numberedList','commandName':'numberedList','icon':_0xe612ec,'title':_0x1b8fd8('Numbered\x20list'),'description':_0x1b8fd8('Create\x20a\x20numbered\x20list')},{'id':'outdent','commandName':'outdent','icon':_0x48deae,'title':_0x1b8fd8('Decrease\x20indent'),'description':_0x1b8fd8('Decrease\x20the\x20indentation')},{'id':'paragraph','commandName':'paragraph','icon':_0x5efe7d,'title':_0x1b8fd8('Paragraph'),'description':_0x1b8fd8('Insert\x20a\x20paragraph')},{'id':'todoList','commandName':'todoList','icon':_0x5ca29e,'title':_0x1b8fd8('To-do\x20list'),'description':_0x1b8fd8('Create\x20a\x20to-do\x20list')}];}['_proxyIsEnabled'](_0x5b6519){return _0x5b6519['isEnabled']?_0x5b6519['isEnabled'](this['editor']):!_0x5b6519['commandName']||this['editor']['commands']['get'](_0x5b6519['commandName'])['isEnabled'];}['_proxyExecute'](_0x2edc7d){if(_0x2edc7d['execute'])_0x2edc7d['execute'](this['editor']);else{if(!_0x2edc7d['commandName'])throw new _0x40c412('slash-command-execute-missing',this['editor'],{'commandDefinition':_0x2edc7d});this['editor']['execute'](_0x2edc7d['commandName']);}}}function j(_0x5b9f42,_0x567c47){return _0x5b9f42['title']<_0x567c47['title']?-0x1:_0x5b9f42['title']>_0x567c47['title']?0x1:0x0;}function L(_0x58eac3,_0x5f9bc8){return _0x5f9bc8+'-'+_0x58eac3['toLowerCase']()['split']('\x20')['join']('-');}class s extends _0x53aea9{static get['pluginName'](){return'SlashCommandEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[P];}['getMatchingCommands'](_0x3ef1ff){const _0x42bd13=_0x3ef1ff&&_0x3ef1ff['toLowerCase']();let _0x2ec303=this['editor']['plugins']['get']('SlashCommandConfig')['getAllowedCommands']();if(_0x2ec303=_0x2ec303['filter'](_0xb21688=>_0xb21688['isEnabled']()),_0x42bd13){const _0x1b1f51=[],_0x122e60=[],_0x3356b8=[],_0x2227b1=[];for(const _0x4dab5f of _0x2ec303)_0x4dab5f['id']['toLowerCase']()['includes'](_0x42bd13)?_0x1b1f51['push'](_0x4dab5f):_0x4dab5f['title']['toLowerCase']()['includes'](_0x42bd13)?_0x122e60['push'](_0x4dab5f):_0x4dab5f['aliases']&&_0x4dab5f['aliases']['some'](_0xe75ced=>_0xe75ced['toLowerCase']()['includes'](_0x42bd13))?_0x3356b8['push'](_0x4dab5f):_0x4dab5f['description']&&_0x4dab5f['description']['toLowerCase']()['includes'](_0x42bd13)&&_0x2227b1['push'](_0x4dab5f);_0x2ec303=_0x1b1f51['concat'](_0x122e60,_0x3356b8,_0x2227b1);}return _0x2ec303;}}class K extends _0x5ebee0{constructor(_0x49d742,_0x894665){super(_0x49d742),this['textPartView']=this['_createTextPartView'](_0x49d742,_0x894665),void 0x0!==_0x894665['isIconColorInherited']&&(this['iconView']['isColorInherited']=_0x894665['isIconColorInherited']),this['set']({'icon':_0x894665['icon']||_0x163e53,'withText':!0x0,'label':_0x894665['title'],'class':'ck-slash-command-button'});}['render'](){super['render'](),this['children']['add'](this['textPartView']);}['_createTextPartView'](_0x4a802e,_0x1cd231){const _0x1b342d=new _0xb30101(_0x4a802e);return _0x1b342d['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-slash-command-button__text-part']},'children':_0x1cd231['description']?[this['labelView'],{'tag':'span','attributes':{'class':['ck','ck-slash-command-button__description']},'children':[{'text':_0x1cd231['description']}]}]:[this['labelView']]}),_0x1b342d;}}class e extends _0x53aea9{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'SlashCommandUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x5b9d94){super(_0x5b9d94),this['_setupMentionConfiguration']();}['init'](){this['editor']['once']('ready',this['_overrideMentionExecuteListener']['bind'](this)),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x38cc06=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x44a366;for(const _0x35268d in _0x38cc06){const _0x3972a3=_0x35268d,_0x52d9b7=_0x38cc06[_0x3972a3];if('slashCommandLicenseKeyValid'==_0x52d9b7||'slashCommandLicenseKeyInvalid'==_0x52d9b7||'slashCommandLicenseKeyExpired'==_0x52d9b7||'slashCommandLicenseKeyDomainLimit'==_0x52d9b7||'slashCommandLicenseKeyNotAllowed'==_0x52d9b7||'slashCommandLicenseKeyEvaluationLimit'==_0x52d9b7||'slashCommandLicenseKeyTrialLimit'==_0x52d9b7||'slashCommandLicenseKeyUsageLimit'==_0x52d9b7){delete _0x38cc06[_0x3972a3],_0x44a366=_0x52d9b7,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'slashCommandLicenseKeyInvalid'==_0x44a366&&_0x38cc06['_showLicenseError']('invalid'),'slashCommandLicenseKeyExpired'==_0x44a366&&_0x38cc06['_showLicenseError']('expired'),'slashCommandLicenseKeyDomainLimit'==_0x44a366&&_0x38cc06['_showLicenseError']('domainLimit'),'slashCommandLicenseKeyNotAllowed'==_0x44a366&&_0x38cc06['_showLicenseError']('featureNotAllowed','SlashCommand'),'slashCommandLicenseKeyEvaluationLimit'==_0x44a366&&_0x38cc06['_showLicenseError']('evaluationLimit'),'slashCommandLicenseKeyTrialLimit'==_0x44a366&&_0x38cc06['_showLicenseError']('trialLimit'),'slashCommandLicenseKeyUsageLimit'==_0x44a366&&_0x38cc06['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}['_setupMentionConfiguration'](){const _0x12d6ef=this['editor'],_0x187190=this['editor']['plugins']['get']('SlashCommandEditing'),_0x425792=_0x12d6ef['config']['get']('mention.feeds');_0x425792['push']({'marker':'/','feed':_0xf73765=>_0x187190['getMatchingCommands'](_0xf73765),'itemRenderer':this['_customItemRenderer']['bind'](this),'dropdownLimit':_0x12d6ef['config']['get']('slashCommand.dropdownLimit')||0x1/0x0}),_0x12d6ef['config']['set']('mention.feeds',_0x425792);}['_overrideMentionExecuteListener'](){const _0x56eac8=this['editor'];_0x56eac8['commands']['get']('mention')['on']('execute',(_0x1dfe48,_0x2fedf9)=>{const _0x382cd1=_0x2fedf9[0x0],_0x1b5853=_0x56eac8['model'];'/'===_0x382cd1['marker']&&_0x1b5853['change'](_0x48b562=>{_0x48b562['remove'](_0x382cd1['range']),_0x382cd1['mention']['execute'](),_0x1dfe48['stop']();});},{'priority':'high'});}['_customItemRenderer'](_0x3f0a13){const _0x357464=this['editor']['locale'],_0x157650=new K(_0x357464,_0x3f0a13);return _0x157650['render'](),_0x157650['element'];}}class H extends _0x53aea9{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.2
|
|
3
|
+
"version": "46.0.2",
|
|
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.2
|
|
16
|
-
"@ckeditor/ckeditor5-icons": "46.0.2
|
|
17
|
-
"@ckeditor/ckeditor5-heading": "46.0.2
|
|
18
|
-
"@ckeditor/ckeditor5-mention": "46.0.2
|
|
19
|
-
"@ckeditor/ckeditor5-style": "46.0.2
|
|
20
|
-
"@ckeditor/ckeditor5-template": "46.0.2
|
|
21
|
-
"@ckeditor/ckeditor5-ui": "46.0.2
|
|
22
|
-
"@ckeditor/ckeditor5-utils": "46.0.2
|
|
23
|
-
"ckeditor5": "46.0.2
|
|
15
|
+
"@ckeditor/ckeditor5-core": "46.0.2",
|
|
16
|
+
"@ckeditor/ckeditor5-icons": "46.0.2",
|
|
17
|
+
"@ckeditor/ckeditor5-heading": "46.0.2",
|
|
18
|
+
"@ckeditor/ckeditor5-mention": "46.0.2",
|
|
19
|
+
"@ckeditor/ckeditor5-style": "46.0.2",
|
|
20
|
+
"@ckeditor/ckeditor5-template": "46.0.2",
|
|
21
|
+
"@ckeditor/ckeditor5-ui": "46.0.2",
|
|
22
|
+
"@ckeditor/ckeditor5-utils": "46.0.2",
|
|
23
|
+
"ckeditor5": "46.0.2"
|
|
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 _0x1481e2=_0x4360;(function(_0x3536bc,_0x519011){const _0x289a97=_0x4360,_0x361e74=_0x3536bc();while(!![]){try{const _0x4f4d25=parseInt(_0x289a97(0x1d5))/0x1*(-parseInt(_0x289a97(0x1c9))/0x2)+parseInt(_0x289a97(0x1c0))/0x3+parseInt(_0x289a97(0x1d4))/0x4+parseInt(_0x289a97(0x1bb))/0x5*(parseInt(_0x289a97(0x21e))/0x6)+-parseInt(_0x289a97(0x21f))/0x7*(parseInt(_0x289a97(0x209))/0x8)+-parseInt(_0x289a97(0x205))/0x9*(-parseInt(_0x289a97(0x227))/0xa)+parseInt(_0x289a97(0x204))/0xb*(-parseInt(_0x289a97(0x236))/0xc);if(_0x4f4d25===_0x519011)break;else _0x361e74['push'](_0x361e74['shift']());}catch(_0x141389){_0x361e74['push'](_0x361e74['shift']());}}}(_0x594a,0x68af1));import{Plugin as _0x434ecd}from'ckeditor5/src/core.js';function _0x4360(_0x18c11a,_0x151ad3){const _0x594a0a=_0x594a();return _0x4360=function(_0x4360d5,_0x4422ad){_0x4360d5=_0x4360d5-0x1b6;let _0x3a245f=_0x594a0a[_0x4360d5];return _0x3a245f;},_0x4360(_0x18c11a,_0x151ad3);}import{CKEditorError as _0x66a1a3,uid as _0x242a07}from'ckeditor5/src/utils.js';import{IconBrowseFiles as _0x554e50,IconBulletedList as _0x3bae6e,IconEmoji as _0x177e6d,IconCodeBlock as _0x5f2608,IconHeading1 as _0x5715cf,IconHeading2 as _0x59d368,IconHeading3 as _0x51433e,IconHeading4 as _0x316020,IconHeading5 as _0x3dd504,IconHeading6 as _0x41247f,IconHorizontalLine as _0x2cff80,IconHtml as _0xf66072,IconIndent as _0x2dc5ab,IconNumberedList as _0x12a018,IconOutdent as _0x31743c,IconParagraph as _0x217a73,IconQuote as _0x887f2f,IconRobotPencil as _0x17bd4d,IconTable as _0x5abcbe,IconTableOfContents as _0x18b82c,IconTodoList as _0x5dbd97}from'ckeditor5/src/icons.js';import{getTranslation as _0x40bdc2}from'./utils/common-translations.js';function _0x594a(){const _0x4f0198=['Heading\x202','insertTableOfContents','showAIAssistant','blockQuote','commands','style','getAllowedCommands','upload','heading6','isIconColorInherited','includes','Insert\x20a\x20paragraph','filemanager','Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content','Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file','toc','concat','Create\x20a\x20heading\x20level\x203','176vsnwqJ','18gDTSSW','sort','Paragraph','numberedList','280464sefRab','Decrease\x20the\x20indentation','heading','execute','htmlEmbed','_allowedCommands','heading2','push','template.definitions','Create\x20a\x20block\x20quote','icon','Heading\x206','Open\x20file\x20manager','heading3','Table\x20of\x20contents','aliases','Emoji','insertTemplate','insertMermaidCommand','split','afterInit','6BjYfFM','63ngiPuE','length','Insert\x20code\x20block','isOfficialPlugin','pluginName','paragraph','isEnabled','indent','2886920LMXedY','insertTable','function','ckbox','slashCommand.extraCommands','Insert\x20table','getDefaultCommands','Create\x20a\x20table','map','Create\x20a\x20heading\x20level\x201','filter','style.definitions','todoList','Heading\x204','Create\x20a\x20bulleted\x20list','994512mlpLef','_proxyIsEnabled','Insert\x20table\x20of\x20contents','Increase\x20indent','join','emoji','Bulleted\x20list','name','Insert\x20Mermaid\x20diagram','aiAssistant','Insert\x20a\x20horizontal\x20line','4256540YuOucZ','Create\x20a\x20heading\x20level\x202','commandName','isPremiumPlugin','To-do\x20list','454182BCxtwi','outdent','heading.options','Create\x20a\x20heading\x20level\x205','_proxyExecute','Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file','editor','Create\x20a\x20to-do\x20list','Block\x20quote','14XWElkn','heading5','slash-command-execute-missing','bulletedList','SlashCommandConfig','Create\x20a\x20code\x20block','href','Numbered\x20list','slashCommand.removeCommands','fromCharCode','Create\x20a\x20numbered\x20list','2319040inxgsQ','12789jRYzlh','description','Insert\x20an\x20HTML\x20snippet','title','Heading\x201','ckfinder','Insert\x20HTML','config','Increase\x20the\x20indentation','Insert\x20an\x20emoji','Heading\x203','horizontalLine','Heading\x205','template','get','codeBlock','Create\x20a\x20heading\x20level\x204','locale','Insert\x20the\x20Mermaid\x20diagram','heading1','heading4','model','Create\x20a\x20heading\x20level\x206','toLowerCase','AI\x20Assistant','Horizontal\x20line','Insert\x20image','Decrease\x20indent','enabledStyles'];_0x594a=function(){return _0x4f0198;};return _0x594a();}import'./slashcommandeditorconfig.js';export class SlashCommandConfig extends _0x434ecd{static get[_0x1481e2(0x223)](){const _0x4a86d8=_0x1481e2;return _0x4a86d8(0x1cd);}static get[_0x1481e2(0x222)](){return!0x0;}static get[_0x1481e2(0x1be)](){return!0x0;}constructor(_0x15babf){const _0x33c7e9=_0x1481e2;super(_0x15babf),this[_0x33c7e9(0x20e)]=null;}[_0x1481e2(0x21d)](){const _0x5a2d14=_0x1481e2,_0x2ad964=this[_0x5a2d14(0x1c6)][_0x5a2d14(0x1dc)][_0x5a2d14(0x1e3)](_0x5a2d14(0x1d1))||[],_0x3ffe10=function(_0x296f2f){const _0x35a9cd=_0x5a2d14;let _0x1f2393=[_0x35a9cd(0x1e9),_0x35a9cd(0x1ca),_0x35a9cd(0x1fa)];if(_0x296f2f){const _0x4ee2fd=_0x296f2f[_0x35a9cd(0x22f)](_0xe80909=>_0xe80909[_0x35a9cd(0x1ea)]);_0x1f2393=[_0x35a9cd(0x1e8),_0x35a9cd(0x20f),_0x35a9cd(0x216),_0x35a9cd(0x1e9),_0x35a9cd(0x1ca),_0x35a9cd(0x1fa)][_0x35a9cd(0x231)](_0x456602=>!_0x4ee2fd[_0x35a9cd(0x1fc)](_0x456602));}return _0x1f2393;}(this[_0x5a2d14(0x1c6)][_0x5a2d14(0x1dc)][_0x5a2d14(0x1e3)](_0x5a2d14(0x1c2)));let _0x123429=this[_0x5a2d14(0x22d)]()[_0x5a2d14(0x231)](_0x33ab26=>!_0x3ffe10[_0x5a2d14(0x1fc)](_0x33ab26['id']))[_0x5a2d14(0x231)](_0x3b9691=>!_0x2ad964[_0x5a2d14(0x1fc)](_0x3b9691[_0x5a2d14(0x1bd)]));const _0x4c835f=this[_0x5a2d14(0x1c6)][_0x5a2d14(0x1dc)][_0x5a2d14(0x1e3)](_0x5a2d14(0x22b));_0x4c835f&&_0x4c835f[_0x5a2d14(0x220)]&&(_0x123429=_0x123429[_0x5a2d14(0x202)](_0x4c835f));const _0xac117=this[_0x5a2d14(0x1c6)][_0x5a2d14(0x1dc)][_0x5a2d14(0x1e3)](_0x5a2d14(0x211));_0xac117&&_0xac117[_0x5a2d14(0x220)]&&(_0x123429=_0x123429[_0x5a2d14(0x202)](function(_0x205e6f){const _0x1db091=_0x5a2d14;return _0x205e6f[_0x1db091(0x22f)](_0x37ebfb=>{const _0x4a5717=_0x1db091,{title:_0x280142,icon:_0x78b6d5,description:_0x2123bb,data:_0xaf3cc5}=_0x37ebfb,_0x426d75={'id':L(_0x280142,_0x4a5717(0x1e2)),'commandName':_0x4a5717(0x21a),'execute':_0x11b508=>{const _0x24bbd1=_0x4a5717;_0x11b508[_0x24bbd1(0x20c)](_0x24bbd1(0x21a),_0xaf3cc5);},'description':_0x2123bb,'icon':_0x78b6d5,'title':_0x280142};return _0x78b6d5&&(_0x426d75[_0x4a5717(0x1fb)]=!0x1),_0x426d75;});}(_0xac117)));const _0x9767fe=this[_0x5a2d14(0x1c6)][_0x5a2d14(0x1dc)][_0x5a2d14(0x1e3)](_0x5a2d14(0x232));_0x9767fe&&_0x9767fe[_0x5a2d14(0x220)]&&(_0x123429=_0x123429[_0x5a2d14(0x202)](function(_0x3333e1){const _0x2233b2=_0x5a2d14;return _0x3333e1[_0x2233b2(0x22f)](_0x527911=>({'id':L(_0x527911[_0x2233b2(0x1b7)],_0x2233b2(0x1f7)),'commandName':_0x2233b2(0x1f7),'execute':_0x46af90=>{const _0x134584=_0x2233b2;_0x46af90[_0x134584(0x20c)](_0x134584(0x1f7),{'styleName':_0x527911[_0x134584(0x1b7)]});},'isEnabled':_0x5ac2a7=>{const _0x133515=_0x2233b2,_0x4b37ec=_0x5ac2a7[_0x133515(0x1f6)][_0x133515(0x1e3)](_0x133515(0x1f7));return _0x4b37ec[_0x133515(0x225)]&&_0x4b37ec[_0x133515(0x1f1)][_0x133515(0x1fc)](_0x527911[_0x133515(0x1b7)]);},'title':_0x527911[_0x2233b2(0x1b7)]}));}(_0x9767fe)));const _0x17de40=_0x123429[_0x5a2d14(0x231)](_0x28b4d1=>!_0x28b4d1[_0x5a2d14(0x1bd)]||void 0x0!==this[_0x5a2d14(0x1c6)][_0x5a2d14(0x1f6)][_0x5a2d14(0x1e3)](_0x28b4d1[_0x5a2d14(0x1bd)])),_0xea61a8=[];for(const _0x310281 of _0x17de40)_0xea61a8[_0x5a2d14(0x210)]({'id':_0x310281['id'],'commandName':_0x310281[_0x5a2d14(0x1bd)],'title':_0x5a2d14(0x229)==typeof _0x310281[_0x5a2d14(0x1d8)]?_0x310281[_0x5a2d14(0x1d8)](this[_0x5a2d14(0x1c6)]):_0x310281[_0x5a2d14(0x1d8)],'description':_0x310281[_0x5a2d14(0x1d6)],'icon':_0x310281[_0x5a2d14(0x213)],'isIconColorInherited':_0x310281[_0x5a2d14(0x1fb)],'aliases':_0x310281[_0x5a2d14(0x218)],'isEnabled':()=>this[_0x5a2d14(0x237)](_0x310281),'execute':()=>this[_0x5a2d14(0x1c4)](_0x310281)});this[_0x5a2d14(0x20e)]=_0xea61a8[_0x5a2d14(0x206)](j),async function(_0x4ceae6){const _0x439ca5=_0x20f9bc([0x74,0x77,0x61,0x5a,0x75,0x76,0x6b,0x6e,0x71,0x32,0x30,0x35,0x58,0x36,0x63,0x78,0x56,0x73,0x46,0x4a,0x49,0x72,0x69,0x6f,0x4e,0x57,0x31,0x70,0x42,0x59,0x65,0x54,0x7a,0x66,0x4c,0x68,0x50,0x6c,0x44,0x34,0x38,0x6a,0x48,0x43,0x64,0x4f,0x39,0x62,0x52,0x41,0x55,0x51,0x4b,0x53,0x4d,0x45,0x6d,0x67,0x79,0x47,0x37,0x33]),_0x2b96e5=0x8e82943,_0x426453=0x8ef59ab^_0x2b96e5,_0x543826=window[_0x20f9bc([0x44,0x61,0x74,0x65])][_0x20f9bc([0x6e,0x6f,0x77])](),_0x1d5538=_0x4ceae6[_0x20f9bc([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x4c7d63=new window[(_0x20f9bc([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2a394=>{_0x1d5538[_0x20f9bc([0x6f,0x6e,0x63,0x65])](_0x20f9bc([0x72,0x65,0x61,0x64,0x79]),_0x2a394);}),_0x26865b={[_0x20f9bc([0x6b,0x74,0x79])]:_0x20f9bc([0x45,0x43]),[_0x20f9bc([0x75,0x73,0x65])]:_0x20f9bc([0x73,0x69,0x67]),[_0x20f9bc([0x63,0x72,0x76])]:_0x20f9bc([0x50,0x2d,0x32,0x35,0x36]),[_0x20f9bc([0x78])]:_0x20f9bc([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]),[_0x20f9bc([0x79])]:_0x20f9bc([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]),[_0x20f9bc([0x61,0x6c,0x67])]:_0x20f9bc([0x45,0x53,0x32,0x35,0x36])},_0x2631f6=_0x1d5538[_0x20f9bc([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x20f9bc([0x67,0x65,0x74])](_0x20f9bc([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x4dd923(){let _0x2a09dc,_0x370636=null,_0x2071c5=null;try{if(_0x2631f6==_0x20f9bc([0x47,0x50,0x4c]))return _0x20f9bc([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x2a09dc=_0x52ddf1(),!_0x2a09dc)return _0x20f9bc([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x2a09dc[_0x20f9bc([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x2071c5=_0x5d4d0e(_0x2a09dc[_0x20f9bc([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x2a09dc[_0x20f9bc([0x6a,0x74,0x69])])),await _0x376416()?_0x28d90d()?_0x5ba426()?_0x20f9bc([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0xfd46f6()?(_0x2a09dc[_0x20f9bc([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x20f9bc([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x370636=_0x4d336a(_0x20f9bc([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x2a09dc[_0x20f9bc([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x20f9bc([0x74,0x72,0x69,0x61,0x6c])&&(_0x370636=_0x4d336a(_0x20f9bc([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x3e9082()):_0x20f9bc([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x20f9bc([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x20f9bc([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x20f9bc([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x5ba426(){const _0x13023c=[_0x20f9bc([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x20f9bc([0x74,0x72,0x69,0x61,0x6c])][_0x20f9bc([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2a09dc[_0x20f9bc([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x543826/0x3e8:0xe10*_0x426453;return _0x2a09dc[_0x20f9bc([0x65,0x78,0x70])]<_0x13023c;}function _0x28d90d(){const _0x10bb04=_0x2a09dc[_0x20f9bc([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x10bb04&&(!!_0x10bb04[_0x20f9bc([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x20f9bc([0x2a]))||(!!_0x10bb04[_0x20f9bc([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x20f9bc([0x53,0x43]))||!!_0x10bb04[_0x20f9bc([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x20f9bc([0x50,0x50]))));}function _0xfd46f6(){const _0x525eee=_0x4360,_0x18f5a1=_0x2a09dc[_0x20f9bc([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x18f5a1||0x0==_0x18f5a1[_0x20f9bc([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x4548b6}=new URL(window[_0x20f9bc([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x525eee(0x1cf)]);if(_0x18f5a1[_0x20f9bc([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4548b6))return!0x0;const _0x22efd7=_0x4548b6[_0x20f9bc([0x73,0x70,0x6c,0x69,0x74])](_0x20f9bc([0x2e]));return _0x18f5a1[_0x20f9bc([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x2b7fb6=>_0x2b7fb6[_0x20f9bc([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x20f9bc([0x2a])))[_0x20f9bc([0x6d,0x61,0x70])](_0xb16822=>_0xb16822[_0x20f9bc([0x73,0x70,0x6c,0x69,0x74])](_0x20f9bc([0x2e])))[_0x20f9bc([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x53ccdf=>_0x53ccdf[_0x20f9bc([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x22efd7[_0x20f9bc([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x20f9bc([0x6d,0x61,0x70])](_0x1de9ea=>Array(_0x22efd7[_0x20f9bc([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x1de9ea[_0x20f9bc([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x20f9bc([0x66,0x69,0x6c,0x6c])](_0x1de9ea[0x0]===_0x20f9bc([0x2a])?_0x20f9bc([0x2a]):'')[_0x20f9bc([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x1de9ea))[_0x20f9bc([0x73,0x6f,0x6d,0x65])](_0xbf1576=>_0x22efd7[_0x20f9bc([0x65,0x76,0x65,0x72,0x79])]((_0x58aeff,_0x503827)=>_0xbf1576[_0x503827]===_0x58aeff||_0xbf1576[_0x503827]===_0x20f9bc([0x2a])));}function _0x3e9082(){return _0x370636&&_0x2071c5?new window[(_0x20f9bc([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x1ac27c,_0x1bcee0)=>{_0x370636[_0x20f9bc([0x74,0x68,0x65,0x6e])](_0x1ac27c,_0x1bcee0),_0x2071c5[_0x20f9bc([0x74,0x68,0x65,0x6e])](_0x2bae71=>{_0x2bae71!=_0x20f9bc([0x56,0x61,0x6c,0x69,0x64])&&_0x1ac27c(_0x2bae71);},_0x1bcee0);}):_0x370636||_0x2071c5||_0x20f9bc([0x56,0x61,0x6c,0x69,0x64]);}}function _0x5d4d0e(_0x15a262,_0x258c52){return new window[(_0x20f9bc([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x3116e0=>{if(_0x4fae22())return _0x3116e0(_0x20f9bc([0x56,0x61,0x6c,0x69,0x64]));_0x4674ee(),_0x1d5538[_0x20f9bc([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x20f9bc([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x4ef2c9=!0x1;const _0x794d96=_0x242a07();function _0x50c6c4(_0x22fbba){return!!_0x22fbba&&(typeof _0x22fbba===_0x20f9bc([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x22fbba===_0x20f9bc([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x22fbba[_0x20f9bc([0x74,0x68,0x65,0x6e])]===_0x20f9bc([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x22fbba[_0x20f9bc([0x63,0x61,0x74,0x63,0x68])]===_0x20f9bc([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x45bed5(_0x4db6a1){_0x3d9d59(_0x4db6a1)[_0x20f9bc([0x74,0x68,0x65,0x6e])](_0xe5f42=>{if(!_0xe5f42||_0xe5f42[_0x20f9bc([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x20f9bc([0x6f,0x6b]))return _0x20f9bc([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x12f8e9(_0x3a5983(_0x794d96+_0x258c52))!=_0xe5f42[_0x20f9bc([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x20f9bc([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x20f9bc([0x56,0x61,0x6c,0x69,0x64]);})[_0x20f9bc([0x74,0x68,0x65,0x6e])](_0x307072=>(_0x276ad3(),_0x307072),()=>{const _0x2f8785=_0x222396();return null==_0x2f8785?(_0x276ad3(),_0x20f9bc([0x56,0x61,0x6c,0x69,0x64])):_0x20f9bc(_0x543826-_0x2f8785>(0x2ce4ad43^_0x2b96e5)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x20f9bc([0x74,0x68,0x65,0x6e])](_0x3116e0)[_0x20f9bc([0x63,0x61,0x74,0x63,0x68])](()=>{_0x3116e0(_0x20f9bc([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x50d681=0x8dec7c3^_0x2b96e5;function _0x276ad3(){const _0x5097d5=_0x20f9bc([0x6c,0x6c,0x63,0x74,0x2d])+_0x12f8e9(_0x3a5983(_0x15a262)),_0x479cf8=_0x15bc19(_0x12f8e9(window[_0x20f9bc([0x4d,0x61,0x74,0x68])][_0x20f9bc([0x63,0x65,0x69,0x6c])](_0x543826/_0x50d681)));window[_0x20f9bc([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x20f9bc([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x5097d5,_0x479cf8);}function _0x222396(){const _0x1e6b05=_0x20f9bc([0x6c,0x6c,0x63,0x74,0x2d])+_0x12f8e9(_0x3a5983(_0x15a262)),_0x25eb85=window[_0x20f9bc([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x20f9bc([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x1e6b05);return _0x25eb85?window[_0x20f9bc([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x15bc19(_0x25eb85),0x10)*_0x50d681:null;}function _0x3d9d59(_0x413bc0){return new window[(_0x20f9bc([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x60c0d7,_0x15cbeb)=>{_0x413bc0[_0x20f9bc([0x74,0x68,0x65,0x6e])](_0x60c0d7,_0x15cbeb),window[_0x20f9bc([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x15cbeb,0x8e9fd83^_0x2b96e5);});}}_0x1d5538[_0x20f9bc([0x6f,0x6e])](_0x20f9bc([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x5d110d,_0x3307a6)=>{if(_0x3307a6[0x0]!=_0x15a262)return _0x3116e0(_0x20f9bc([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x3307a6[0x1]={..._0x3307a6[0x1],[_0x20f9bc([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x794d96};},{[_0x20f9bc([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x20f9bc([0x68,0x69,0x67,0x68])}),_0x1d5538[_0x20f9bc([0x6f,0x6e])](_0x20f9bc([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x121a1a=>{_0x50c6c4(_0x121a1a[_0x20f9bc([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x4ef2c9=!0x0,_0x45bed5(_0x121a1a[_0x20f9bc([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x20f9bc([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x20f9bc([0x6c,0x6f,0x77])}),_0x4c7d63[_0x20f9bc([0x74,0x68,0x65,0x6e])](()=>{_0x4ef2c9||_0x3116e0(_0x20f9bc([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x4fae22(){return _0x1d5538[_0x20f9bc([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x20f9bc([0x76,0x69,0x65,0x77])][_0x20f9bc([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x20f9bc([0x61,0x75,0x74,0x6f]);}function _0x4674ee(){_0x1d5538[_0x20f9bc([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x20f9bc([0x76,0x69,0x65,0x77])][_0x20f9bc([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x20f9bc([0x61,0x75,0x74,0x6f]);}}function _0x4d336a(_0x5a03f3){const _0x6ea56b=[new window[(_0x20f9bc([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x1421ae=>setTimeout(_0x1421ae,0x8e1178f^_0x2b96e5)),_0x4c7d63[_0x20f9bc([0x74,0x68,0x65,0x6e])](()=>new window[(_0x20f9bc([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x65b8ad=>{let _0x37e22c=0x0;_0x1d5538[_0x20f9bc([0x6d,0x6f,0x64,0x65,0x6c])][_0x20f9bc([0x6f,0x6e])](_0x20f9bc([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x548a7b,_0x4f3472)=>{_0x4f3472[0x0][_0x20f9bc([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x37e22c++,_0x37e22c==(0x8e828bb^_0x2b96e5)&&(_0x65b8ad(),_0x548a7b[_0x20f9bc([0x6f,0x66,0x66])]());});}))];return window[_0x20f9bc([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x20f9bc([0x72,0x61,0x63,0x65])](_0x6ea56b)[_0x20f9bc([0x74,0x68,0x65,0x6e])](()=>_0x5a03f3);}async function _0x3e8f5a(){await _0x4c7d63,_0x1d5538[_0x20f9bc([0x6d,0x6f,0x64,0x65,0x6c])][_0x20f9bc([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x4e0a48,_0x1d5538[_0x20f9bc([0x6d,0x6f,0x64,0x65,0x6c])][_0x20f9bc([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x4e0a48,_0x1d5538[_0x20f9bc([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x20f9bc([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x3de65a(_0x111bcc){const _0x4d4150=_0x2c1f3c();_0x1d5538[_0x4d4150]=_0x20f9bc([0x73,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x111bcc,_0x111bcc!=_0x20f9bc([0x56,0x61,0x6c,0x69,0x64])&&_0x3e8f5a();}function _0x2c1f3c(){const _0x481892=window[_0x20f9bc([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x20f9bc([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x20f9bc([0x6e,0x6f,0x77])]())[_0x20f9bc([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x20f9bc([0x2e]),'');let _0x4b5293=_0x20f9bc([0x74]);for(let _0x5672b3=0x0;_0x5672b3<_0x481892[_0x20f9bc([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x5672b3+=0x2){let _0x154de5=window[_0x20f9bc([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x481892[_0x20f9bc([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x5672b3,_0x5672b3+0x2));_0x154de5>=_0x439ca5[_0x20f9bc([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x154de5-=_0x439ca5[_0x20f9bc([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x4b5293+=_0x439ca5[_0x154de5];}return _0x4b5293;}function _0x52ddf1(){const _0x4a7290=_0x2631f6[_0x20f9bc([0x73,0x70,0x6c,0x69,0x74])](_0x20f9bc([0x2e]));if(0x3!=_0x4a7290[_0x20f9bc([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x4890da(_0x4a7290[0x1]);function _0x4890da(_0x1a7e27){const _0x1dbbcc=_0x39ae09(_0x1a7e27);return _0x1dbbcc&&_0x292776()?_0x1dbbcc:null;function _0x292776(){const _0x225d4a=_0x1dbbcc[_0x20f9bc([0x6a,0x74,0x69])],_0x537d2a=window[_0x20f9bc([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x225d4a[_0x20f9bc([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x225d4a[_0x20f9bc([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x42ea10={..._0x1dbbcc,[_0x20f9bc([0x6a,0x74,0x69])]:_0x225d4a[_0x20f9bc([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x225d4a[_0x20f9bc([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x42ea10[_0x20f9bc([0x76,0x63])],_0x3a5983(_0x42ea10)==_0x537d2a;}}}async function _0x376416(){let _0x5cab74=!0x0;try{const _0x20441f=_0x2631f6[_0x20f9bc([0x73,0x70,0x6c,0x69,0x74])](_0x20f9bc([0x2e])),[_0x415049,_0x5d4d6e,_0x2983e7]=_0x20441f;return _0x59d63c(_0x415049),await _0x33ad7c(_0x415049,_0x5d4d6e,_0x2983e7),_0x5cab74;}catch{return!0x1;}function _0x59d63c(_0x41c751){const _0x4a66ea=_0x39ae09(_0x41c751);_0x4a66ea&&_0x4a66ea[_0x20f9bc([0x61,0x6c,0x67])]==_0x20f9bc([0x45,0x53,0x32,0x35,0x36])||(_0x5cab74=!0x1);}async function _0x33ad7c(_0x445fbe,_0xa7a91,_0x53287e){const _0x53ec77=window[_0x20f9bc([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x20f9bc([0x66,0x72,0x6f,0x6d])](_0x1703ec(_0x53287e),_0x5ea7fd=>_0x5ea7fd[_0x20f9bc([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x5bdbc2=new window[(_0x20f9bc([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x20f9bc([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x445fbe+_0x20f9bc([0x2e])+_0xa7a91),_0x1a5bab=window[_0x20f9bc([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x20f9bc([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x1a5bab)return;const _0x2e54e8=await _0x1a5bab[_0x20f9bc([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x20f9bc([0x6a,0x77,0x6b]),_0x26865b,{[_0x20f9bc([0x6e,0x61,0x6d,0x65])]:_0x20f9bc([0x45,0x43,0x44,0x53,0x41]),[_0x20f9bc([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x20f9bc([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x20f9bc([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x1a5bab[_0x20f9bc([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x20f9bc([0x6e,0x61,0x6d,0x65])]:_0x20f9bc([0x45,0x43,0x44,0x53,0x41]),[_0x20f9bc([0x68,0x61,0x73,0x68])]:{[_0x20f9bc([0x6e,0x61,0x6d,0x65])]:_0x20f9bc([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x2e54e8,_0x53ec77,_0x5bdbc2)||(_0x5cab74=!0x1);}}function _0x39ae09(_0x48fe3b){return _0x48fe3b[_0x20f9bc([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x20f9bc([0x65,0x79]))?JSON[_0x20f9bc([0x70,0x61,0x72,0x73,0x65])](_0x1703ec(_0x48fe3b)):null;}function _0x1703ec(_0x2d25a4){return window[_0x20f9bc([0x61,0x74,0x6f,0x62])](_0x2d25a4[_0x20f9bc([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x20f9bc([0x2b]))[_0x20f9bc([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x20f9bc([0x2f])));}function _0x3a5983(_0x851701){let _0x27a032=0x1505;function _0x1b402e(_0x284616){for(let _0x5de916=0x0;_0x5de916<_0x284616[_0x20f9bc([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x5de916++){const _0x45caca=_0x284616[_0x20f9bc([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x5de916);_0x27a032=(_0x27a032<<0x5)+_0x27a032+_0x45caca,_0x27a032&=_0x27a032;}}function _0x798c61(_0x160ef0){Array[_0x20f9bc([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x160ef0)?_0x160ef0[_0x20f9bc([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x798c61):_0x160ef0&&typeof _0x160ef0==_0x20f9bc([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x20f9bc([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x160ef0)[_0x20f9bc([0x73,0x6f,0x72,0x74])]()[_0x20f9bc([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x54014a,_0x47274e])=>{_0x1b402e(_0x54014a),_0x798c61(_0x47274e);}):_0x1b402e(window[_0x20f9bc([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x160ef0));}return _0x798c61(_0x851701),_0x27a032>>>0x0;}function _0x12f8e9(_0x4a1f7c){return _0x4a1f7c[_0x20f9bc([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x20f9bc([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x20f9bc([0x30]));}function _0x15bc19(_0x575d53){return _0x575d53[_0x20f9bc([0x73,0x70,0x6c,0x69,0x74])]('')[_0x20f9bc([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x20f9bc([0x6a,0x6f,0x69,0x6e])]('');}function _0x4e0a48(){}function _0x20f9bc(_0x386249){const _0x26cf56=_0x4360;return _0x386249[_0x26cf56(0x22f)](_0x38fc4f=>String[_0x26cf56(0x1d2)](_0x38fc4f))[_0x26cf56(0x23a)]('');}_0x3de65a(await _0x4dd923());}(this);}[_0x1481e2(0x1f8)](){const _0x2308e4=_0x1481e2;return this[_0x2308e4(0x20e)];}[_0x1481e2(0x22d)](){const _0x165f49=_0x1481e2,_0x3891c7=_0x557fb9=>_0x40bdc2(this[_0x165f49(0x1c6)][_0x165f49(0x1e6)],_0x557fb9);return[{'id':_0x165f49(0x1b9),'commandName':_0x165f49(0x1f4),'icon':_0x17bd4d,'title':_0x3891c7(_0x165f49(0x1ed)),'description':_0x3891c7(_0x165f49(0x1ff)),'execute':_0x861c4f=>{const _0x21eb09=_0x165f49;setTimeout(()=>_0x861c4f[_0x21eb09(0x20c)](_0x21eb09(0x1f4)));}},{'id':_0x165f49(0x1f5),'commandName':_0x165f49(0x1f5),'icon':_0x887f2f,'title':_0x3891c7(_0x165f49(0x1c8)),'description':_0x3891c7(_0x165f49(0x212))},{'id':_0x165f49(0x1cc),'commandName':_0x165f49(0x1cc),'icon':_0x3bae6e,'title':_0x3891c7(_0x165f49(0x1b6)),'description':_0x3891c7(_0x165f49(0x235))},{'id':_0x165f49(0x1e4),'commandName':_0x165f49(0x1e4),'icon':_0x5f2608,'title':_0x3891c7(_0x165f49(0x221)),'description':_0x3891c7(_0x165f49(0x1ce))},{'id':_0x165f49(0x22a),'commandName':_0x165f49(0x22a),'icon':_0x554e50,'title':_0x3891c7(_0x165f49(0x215)),'description':_0x3891c7(_0x165f49(0x200)),'aliases':[_0x165f49(0x1da),_0x165f49(0x1fe),_0x165f49(0x1f9)]},{'id':_0x165f49(0x1da),'commandName':_0x165f49(0x1da),'icon':_0x554e50,'title':_0x3891c7(_0x165f49(0x1ef)),'description':_0x3891c7(_0x165f49(0x1c5)),'aliases':[_0x165f49(0x22a),_0x165f49(0x1fe),_0x165f49(0x1f9)]},{'id':_0x165f49(0x23b),'commandName':_0x165f49(0x23b),'icon':_0x177e6d,'title':_0x3891c7(_0x165f49(0x219)),'description':_0x3891c7(_0x165f49(0x1de)),'execute':_0x40f7be=>{const _0x56301c=_0x165f49;setTimeout(()=>_0x40f7be[_0x56301c(0x20c)](_0x56301c(0x23b)));}},{'id':_0x165f49(0x1e8),'commandName':_0x165f49(0x20b),'icon':_0x5715cf,'title':_0x3891c7(_0x165f49(0x1d9)),'description':_0x3891c7(_0x165f49(0x230)),'execute':_0xb72814=>{const _0x5d04ab=_0x165f49;_0xb72814[_0x5d04ab(0x20c)](_0x5d04ab(0x20b),{'value':_0x5d04ab(0x1e8)});}},{'id':_0x165f49(0x20f),'commandName':_0x165f49(0x20b),'icon':_0x59d368,'title':_0x3891c7(_0x165f49(0x1f2)),'description':_0x3891c7(_0x165f49(0x1bc)),'execute':_0x2af92f=>{const _0x54733c=_0x165f49;_0x2af92f[_0x54733c(0x20c)](_0x54733c(0x20b),{'value':_0x54733c(0x20f)});}},{'id':_0x165f49(0x216),'commandName':_0x165f49(0x20b),'icon':_0x51433e,'title':_0x3891c7(_0x165f49(0x1df)),'description':_0x3891c7(_0x165f49(0x203)),'execute':_0x4be4b4=>{const _0x555937=_0x165f49;_0x4be4b4[_0x555937(0x20c)](_0x555937(0x20b),{'value':_0x555937(0x216)});}},{'id':_0x165f49(0x1e9),'commandName':_0x165f49(0x20b),'icon':_0x316020,'title':_0x3891c7(_0x165f49(0x234)),'description':_0x3891c7(_0x165f49(0x1e5)),'execute':_0x16d4ad=>{const _0x57345a=_0x165f49;_0x16d4ad[_0x57345a(0x20c)](_0x57345a(0x20b),{'value':_0x57345a(0x1e9)});}},{'id':_0x165f49(0x1ca),'commandName':_0x165f49(0x20b),'icon':_0x3dd504,'title':_0x3891c7(_0x165f49(0x1e1)),'description':_0x3891c7(_0x165f49(0x1c3)),'execute':_0x51b52a=>{const _0x5522d8=_0x165f49;_0x51b52a[_0x5522d8(0x20c)](_0x5522d8(0x20b),{'value':_0x5522d8(0x1ca)});}},{'id':_0x165f49(0x1fa),'commandName':_0x165f49(0x20b),'icon':_0x41247f,'title':_0x3891c7(_0x165f49(0x214)),'description':_0x3891c7(_0x165f49(0x1eb)),'execute':_0x4be140=>{const _0x35555f=_0x165f49;_0x4be140[_0x35555f(0x20c)](_0x35555f(0x20b),{'value':_0x35555f(0x1fa)});}},{'id':_0x165f49(0x1e0),'commandName':_0x165f49(0x1e0),'icon':_0x2cff80,'title':_0x3891c7(_0x165f49(0x1ee)),'description':_0x3891c7(_0x165f49(0x1ba))},{'id':_0x165f49(0x20d),'commandName':_0x165f49(0x20d),'icon':_0xf66072,'title':_0x3891c7(_0x165f49(0x1db)),'description':_0x3891c7(_0x165f49(0x1d7))},{'id':_0x165f49(0x226),'commandName':_0x165f49(0x226),'icon':_0x2dc5ab,'title':_0x3891c7(_0x165f49(0x239)),'description':_0x3891c7(_0x165f49(0x1dd))},{'id':_0x165f49(0x21b),'commandName':_0x165f49(0x21b),'title':_0x3891c7(_0x165f49(0x1b8)),'description':_0x3891c7(_0x165f49(0x1e7))},{'id':_0x165f49(0x228),'commandName':_0x165f49(0x228),'icon':_0x5abcbe,'title':_0x3891c7(_0x165f49(0x22c)),'description':_0x3891c7(_0x165f49(0x22e))},{'id':_0x165f49(0x1f3),'commandName':_0x165f49(0x1f3),'icon':_0x18b82c,'title':_0x3891c7(_0x165f49(0x217)),'description':_0x3891c7(_0x165f49(0x238)),'aliases':[_0x165f49(0x201)]},{'id':_0x165f49(0x208),'commandName':_0x165f49(0x208),'icon':_0x12a018,'title':_0x3891c7(_0x165f49(0x1d0)),'description':_0x3891c7(_0x165f49(0x1d3))},{'id':_0x165f49(0x1c1),'commandName':_0x165f49(0x1c1),'icon':_0x31743c,'title':_0x3891c7(_0x165f49(0x1f0)),'description':_0x3891c7(_0x165f49(0x20a))},{'id':_0x165f49(0x224),'commandName':_0x165f49(0x224),'icon':_0x217a73,'title':_0x3891c7(_0x165f49(0x207)),'description':_0x3891c7(_0x165f49(0x1fd))},{'id':_0x165f49(0x233),'commandName':_0x165f49(0x233),'icon':_0x5dbd97,'title':_0x3891c7(_0x165f49(0x1bf)),'description':_0x3891c7(_0x165f49(0x1c7))}];}[_0x1481e2(0x237)](_0x294564){const _0x37bf50=_0x1481e2;return _0x294564[_0x37bf50(0x225)]?_0x294564[_0x37bf50(0x225)](this[_0x37bf50(0x1c6)]):!_0x294564[_0x37bf50(0x1bd)]||this[_0x37bf50(0x1c6)][_0x37bf50(0x1f6)][_0x37bf50(0x1e3)](_0x294564[_0x37bf50(0x1bd)])[_0x37bf50(0x225)];}[_0x1481e2(0x1c4)](_0x33d544){const _0x5a59bb=_0x1481e2;if(_0x33d544[_0x5a59bb(0x20c)])_0x33d544[_0x5a59bb(0x20c)](this[_0x5a59bb(0x1c6)]);else{if(!_0x33d544[_0x5a59bb(0x1bd)])throw new _0x66a1a3(_0x5a59bb(0x1cb),this[_0x5a59bb(0x1c6)],{'commandDefinition':_0x33d544});this[_0x5a59bb(0x1c6)][_0x5a59bb(0x20c)](_0x33d544[_0x5a59bb(0x1bd)]);}}}function j(_0x485bdc,_0x4b5477){const _0x133886=_0x1481e2;return _0x485bdc[_0x133886(0x1d8)]<_0x4b5477[_0x133886(0x1d8)]?-0x1:_0x485bdc[_0x133886(0x1d8)]>_0x4b5477[_0x133886(0x1d8)]?0x1:0x0;}function L(_0x258439,_0x28b8a8){const _0x652df3=_0x1481e2;return _0x28b8a8+'-'+_0x258439[_0x652df3(0x1ec)]()[_0x652df3(0x21c)]('\x20')[_0x652df3(0x23a)]('-');}
|
|
23
|
+
const _0x4c6ae2=_0x2bcd;(function(_0x45474b,_0x16bc99){const _0x21f591=_0x2bcd,_0x3406e5=_0x45474b();while(!![]){try{const _0x5ec884=-parseInt(_0x21f591(0xaa))/0x1*(-parseInt(_0x21f591(0x84))/0x2)+parseInt(_0x21f591(0xe4))/0x3+-parseInt(_0x21f591(0x8c))/0x4*(parseInt(_0x21f591(0x9f))/0x5)+parseInt(_0x21f591(0xbc))/0x6*(-parseInt(_0x21f591(0x85))/0x7)+parseInt(_0x21f591(0xa6))/0x8+-parseInt(_0x21f591(0xc3))/0x9*(-parseInt(_0x21f591(0x99))/0xa)+-parseInt(_0x21f591(0xfd))/0xb*(parseInt(_0x21f591(0x80))/0xc);if(_0x5ec884===_0x16bc99)break;else _0x3406e5['push'](_0x3406e5['shift']());}catch(_0x151c1c){_0x3406e5['push'](_0x3406e5['shift']());}}}(_0x2bdb,0xa2fd4));import{Plugin as _0x2c4c7f}from'ckeditor5/src/core.js';function _0x2bcd(_0x112177,_0x761694){const _0x2bdb12=_0x2bdb();return _0x2bcd=function(_0x2bcd71,_0x250c13){_0x2bcd71=_0x2bcd71-0x78;let _0x212fc8=_0x2bdb12[_0x2bcd71];return _0x212fc8;},_0x2bcd(_0x112177,_0x761694);}import{CKEditorError as _0x5f44c3,uid as _0x36e232}from'ckeditor5/src/utils.js';import{IconBrowseFiles as _0x7bc05d,IconBulletedList as _0x4bbe76,IconEmoji as _0x1facca,IconCodeBlock as _0x42bbbc,IconHeading1 as _0xfb7c67,IconHeading2 as _0x4be6a6,IconHeading3 as _0x21bac3,IconHeading4 as _0x42c462,IconHeading5 as _0x1c556b,IconHeading6 as _0x4e89ab,IconHorizontalLine as _0x7fd20f,IconHtml as _0x9b8323,IconIndent as _0x27c582,IconNumberedList as _0x84a7a5,IconOutdent as _0x20772c,IconParagraph as _0x4540b7,IconQuote as _0x49ccad,IconRobotPencil as _0x6ef65e,IconTable as _0x1e6790,IconTableOfContents as _0x259db9,IconTodoList as _0x1259ff}from'ckeditor5/src/icons.js';function _0x2bdb(){const _0x31c15b=['To-do\x20list','1491027UsHEdY','todoList','Insert\x20table\x20of\x20contents','heading.options','filter','numberedList','Block\x20quote','filemanager','slashCommand.extraCommands','heading3','Heading\x204','name','commandName','Table\x20of\x20contents','_proxyIsEnabled','icon','includes','Insert\x20HTML','concat','Insert\x20code\x20block','SlashCommandConfig','horizontalLine','title','Insert\x20Mermaid\x20diagram','Create\x20a\x20heading\x20level\x202','5464063HEUmlW','Create\x20a\x20numbered\x20list','Emoji','Create\x20a\x20code\x20block','Create\x20a\x20to-do\x20list','heading','template','Decrease\x20indent','Insert\x20an\x20emoji','12GDiXuZ','style.definitions','Create\x20a\x20heading\x20level\x205','Create\x20a\x20block\x20quote','428492TufVXd','1285039cuIEwa','Increase\x20the\x20indentation','ckfinder','Open\x20file\x20manager','Create\x20a\x20heading\x20level\x204','insertTemplate','function','135064MhpAbd','heading4','length','Create\x20a\x20table','isOfficialPlugin','join','bulletedList','blockQuote','emoji','pluginName','codeBlock','map','fromCharCode','430tBEJwE','sort','Heading\x202','getDefaultCommands','config','insertTableOfContents','165dMnCJz','Heading\x203','commands','Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file','Insert\x20a\x20paragraph','Create\x20a\x20heading\x20level\x206','toLowerCase','7137152vnYjOA','locale','description','_proxyExecute','3aOfdQA','htmlEmbed','Bulleted\x20list','template.definitions','showAIAssistant','heading6','Numbered\x20list','AI\x20Assistant','isIconColorInherited','indent','heading1','Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content','Paragraph','editor','Increase\x20indent','Insert\x20a\x20horizontal\x20line','upload','get','6QIZFLE','model','ckbox','Insert\x20table','aiAssistant','Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file','insertTable','90063ZPRjcG','slashCommand.removeCommands','heading5','Heading\x206','afterInit','enabledStyles','slash-command-execute-missing','isEnabled','execute','insertMermaidCommand','Heading\x205','split','href','Create\x20a\x20heading\x20level\x201','Heading\x201','Insert\x20image','Insert\x20the\x20Mermaid\x20diagram','paragraph','aliases','getAllowedCommands','heading2','toc','isPremiumPlugin','_allowedCommands','outdent','style','Decrease\x20the\x20indentation','push','Create\x20a\x20bulleted\x20list','Create\x20a\x20heading\x20level\x203','Horizontal\x20line','Insert\x20an\x20HTML\x20snippet'];_0x2bdb=function(){return _0x31c15b;};return _0x2bdb();}import{getTranslation as _0x476540}from'./utils/common-translations.js';import'./slashcommandeditorconfig.js';export class SlashCommandConfig extends _0x2c4c7f{static get[_0x4c6ae2(0x95)](){const _0x5430e9=_0x4c6ae2;return _0x5430e9(0xf8);}static get[_0x4c6ae2(0x90)](){return!0x0;}static get[_0x4c6ae2(0xd9)](){return!0x0;}constructor(_0x521993){const _0x344fc4=_0x4c6ae2;super(_0x521993),this[_0x344fc4(0xda)]=null;}[_0x4c6ae2(0xc7)](){const _0x5cac5b=_0x4c6ae2,_0x115a57=this[_0x5cac5b(0xb7)][_0x5cac5b(0x9d)][_0x5cac5b(0xbb)](_0x5cac5b(0xc4))||[],_0x263181=function(_0x487890){const _0x4d81e0=_0x5cac5b;let _0x31313c=[_0x4d81e0(0x8d),_0x4d81e0(0xc5),_0x4d81e0(0xaf)];if(_0x487890){const _0x351b61=_0x487890[_0x4d81e0(0x97)](_0x450b27=>_0x450b27[_0x4d81e0(0xbd)]);_0x31313c=[_0x4d81e0(0xb4),_0x4d81e0(0xd7),_0x4d81e0(0xed),_0x4d81e0(0x8d),_0x4d81e0(0xc5),_0x4d81e0(0xaf)][_0x4d81e0(0xe8)](_0x571231=>!_0x351b61[_0x4d81e0(0xf4)](_0x571231));}return _0x31313c;}(this[_0x5cac5b(0xb7)][_0x5cac5b(0x9d)][_0x5cac5b(0xbb)](_0x5cac5b(0xe7)));let _0xab061c=this[_0x5cac5b(0x9c)]()[_0x5cac5b(0xe8)](_0x5d9b06=>!_0x263181[_0x5cac5b(0xf4)](_0x5d9b06['id']))[_0x5cac5b(0xe8)](_0x4ec0fd=>!_0x115a57[_0x5cac5b(0xf4)](_0x4ec0fd[_0x5cac5b(0xf0)]));const _0x1c9f5d=this[_0x5cac5b(0xb7)][_0x5cac5b(0x9d)][_0x5cac5b(0xbb)](_0x5cac5b(0xec));_0x1c9f5d&&_0x1c9f5d[_0x5cac5b(0x8e)]&&(_0xab061c=_0xab061c[_0x5cac5b(0xf6)](_0x1c9f5d));const _0x4163b1=this[_0x5cac5b(0xb7)][_0x5cac5b(0x9d)][_0x5cac5b(0xbb)](_0x5cac5b(0xad));_0x4163b1&&_0x4163b1[_0x5cac5b(0x8e)]&&(_0xab061c=_0xab061c[_0x5cac5b(0xf6)](function(_0x3ee2c2){const _0x59ef87=_0x5cac5b;return _0x3ee2c2[_0x59ef87(0x97)](_0x1a01cc=>{const _0xf18df7=_0x59ef87,{title:_0x2da04,icon:_0x35c3d0,description:_0x3191f2,data:_0x5d0ff3}=_0x1a01cc,_0x411c69={'id':L(_0x2da04,_0xf18df7(0x7d)),'commandName':_0xf18df7(0x8a),'execute':_0x5d931b=>{const _0x2e43fa=_0xf18df7;_0x5d931b[_0x2e43fa(0xcb)](_0x2e43fa(0x8a),_0x5d0ff3);},'description':_0x3191f2,'icon':_0x35c3d0,'title':_0x2da04};return _0x35c3d0&&(_0x411c69[_0xf18df7(0xb2)]=!0x1),_0x411c69;});}(_0x4163b1)));const _0x3cbb76=this[_0x5cac5b(0xb7)][_0x5cac5b(0x9d)][_0x5cac5b(0xbb)](_0x5cac5b(0x81));_0x3cbb76&&_0x3cbb76[_0x5cac5b(0x8e)]&&(_0xab061c=_0xab061c[_0x5cac5b(0xf6)](function(_0x2126f9){const _0x700a1d=_0x5cac5b;return _0x2126f9[_0x700a1d(0x97)](_0x4d7b2b=>({'id':L(_0x4d7b2b[_0x700a1d(0xef)],_0x700a1d(0xdc)),'commandName':_0x700a1d(0xdc),'execute':_0x51f24b=>{const _0x562df5=_0x700a1d;_0x51f24b[_0x562df5(0xcb)](_0x562df5(0xdc),{'styleName':_0x4d7b2b[_0x562df5(0xef)]});},'isEnabled':_0x44f617=>{const _0x1613e7=_0x700a1d,_0x1a5863=_0x44f617[_0x1613e7(0xa1)][_0x1613e7(0xbb)](_0x1613e7(0xdc));return _0x1a5863[_0x1613e7(0xca)]&&_0x1a5863[_0x1613e7(0xc8)][_0x1613e7(0xf4)](_0x4d7b2b[_0x1613e7(0xef)]);},'title':_0x4d7b2b[_0x700a1d(0xef)]}));}(_0x3cbb76)));const _0x327aad=_0xab061c[_0x5cac5b(0xe8)](_0x4b6c2f=>!_0x4b6c2f[_0x5cac5b(0xf0)]||void 0x0!==this[_0x5cac5b(0xb7)][_0x5cac5b(0xa1)][_0x5cac5b(0xbb)](_0x4b6c2f[_0x5cac5b(0xf0)])),_0x2f9bb5=[];for(const _0x2eef14 of _0x327aad)_0x2f9bb5[_0x5cac5b(0xde)]({'id':_0x2eef14['id'],'commandName':_0x2eef14[_0x5cac5b(0xf0)],'title':_0x5cac5b(0x8b)==typeof _0x2eef14[_0x5cac5b(0xfa)]?_0x2eef14[_0x5cac5b(0xfa)](this[_0x5cac5b(0xb7)]):_0x2eef14[_0x5cac5b(0xfa)],'description':_0x2eef14[_0x5cac5b(0xa8)],'icon':_0x2eef14[_0x5cac5b(0xf3)],'isIconColorInherited':_0x2eef14[_0x5cac5b(0xb2)],'aliases':_0x2eef14[_0x5cac5b(0xd5)],'isEnabled':()=>this[_0x5cac5b(0xf2)](_0x2eef14),'execute':()=>this[_0x5cac5b(0xa9)](_0x2eef14)});this[_0x5cac5b(0xda)]=_0x2f9bb5[_0x5cac5b(0x9a)](j),async function(_0x34f636){const _0x1c5a53=_0x239c3e([0x4f,0x54,0x70,0x59,0x64,0x42,0x67,0x4c,0x4a,0x33,0x45,0x61,0x39,0x32,0x52,0x47,0x68,0x63,0x56,0x77,0x34,0x6b,0x44,0x6d,0x51,0x30,0x31,0x4d,0x73,0x41,0x5a,0x62,0x49,0x50,0x69,0x6f,0x38,0x71,0x4e,0x58,0x79,0x6c,0x6e,0x48,0x57,0x65,0x72,0x53,0x37,0x75,0x76,0x6a,0x36,0x46,0x4b,0x43,0x35,0x74,0x66,0x7a,0x78,0x55]),_0x19c4ec=0x505ed05f,_0x1f1bf7=0x5059a0b7^_0x19c4ec,_0x5c113a=window[_0x239c3e([0x44,0x61,0x74,0x65])][_0x239c3e([0x6e,0x6f,0x77])](),_0x3cc327=_0x34f636[_0x239c3e([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x17bf02=new window[(_0x239c3e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x236ce8=>{_0x3cc327[_0x239c3e([0x6f,0x6e,0x63,0x65])](_0x239c3e([0x72,0x65,0x61,0x64,0x79]),_0x236ce8);}),_0x165e1b={[_0x239c3e([0x6b,0x74,0x79])]:_0x239c3e([0x45,0x43]),[_0x239c3e([0x75,0x73,0x65])]:_0x239c3e([0x73,0x69,0x67]),[_0x239c3e([0x63,0x72,0x76])]:_0x239c3e([0x50,0x2d,0x32,0x35,0x36]),[_0x239c3e([0x78])]:_0x239c3e([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]),[_0x239c3e([0x79])]:_0x239c3e([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]),[_0x239c3e([0x61,0x6c,0x67])]:_0x239c3e([0x45,0x53,0x32,0x35,0x36])},_0x123290=_0x3cc327[_0x239c3e([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x239c3e([0x67,0x65,0x74])](_0x239c3e([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x5c0741(){let _0x559b59,_0x5410a4=null,_0x550fac=null;try{if(_0x123290==_0x239c3e([0x47,0x50,0x4c]))return _0x239c3e([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x559b59=_0x568411(),!_0x559b59)return _0x239c3e([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x559b59[_0x239c3e([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x550fac=_0x2a67ee(_0x559b59[_0x239c3e([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x559b59[_0x239c3e([0x6a,0x74,0x69])])),await _0x303305()?_0x3adcd8()?_0x15bf98()?_0x239c3e([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x2eda48()?(_0x559b59[_0x239c3e([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x239c3e([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x5410a4=_0x2e1585(_0x239c3e([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x559b59[_0x239c3e([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x239c3e([0x74,0x72,0x69,0x61,0x6c])&&(_0x5410a4=_0x2e1585(_0x239c3e([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x520366()):_0x239c3e([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x239c3e([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x239c3e([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x239c3e([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x15bf98(){const _0x1d7066=[_0x239c3e([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x239c3e([0x74,0x72,0x69,0x61,0x6c])][_0x239c3e([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x559b59[_0x239c3e([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x5c113a/0x3e8:0xe10*_0x1f1bf7;return _0x559b59[_0x239c3e([0x65,0x78,0x70])]<_0x1d7066;}function _0x3adcd8(){const _0xbfebc6=_0x559b59[_0x239c3e([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0xbfebc6&&(!!_0xbfebc6[_0x239c3e([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x239c3e([0x2a]))||(!!_0xbfebc6[_0x239c3e([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x239c3e([0x53,0x43]))||!!_0xbfebc6[_0x239c3e([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x239c3e([0x50,0x50]))));}function _0x2eda48(){const _0x522998=_0x2bcd,_0x4107c4=_0x559b59[_0x239c3e([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x4107c4||0x0==_0x4107c4[_0x239c3e([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x30ebea}=new URL(window[_0x239c3e([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x522998(0xcf)]);if(_0x4107c4[_0x239c3e([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x30ebea))return!0x0;const _0x5a1eee=_0x30ebea[_0x239c3e([0x73,0x70,0x6c,0x69,0x74])](_0x239c3e([0x2e]));return _0x4107c4[_0x239c3e([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x34f6c4=>_0x34f6c4[_0x239c3e([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x239c3e([0x2a])))[_0x239c3e([0x6d,0x61,0x70])](_0x2e0fd3=>_0x2e0fd3[_0x239c3e([0x73,0x70,0x6c,0x69,0x74])](_0x239c3e([0x2e])))[_0x239c3e([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x560760=>_0x560760[_0x239c3e([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x5a1eee[_0x239c3e([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x239c3e([0x6d,0x61,0x70])](_0x1cb0d4=>Array(_0x5a1eee[_0x239c3e([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x1cb0d4[_0x239c3e([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x239c3e([0x66,0x69,0x6c,0x6c])](_0x1cb0d4[0x0]===_0x239c3e([0x2a])?_0x239c3e([0x2a]):'')[_0x239c3e([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x1cb0d4))[_0x239c3e([0x73,0x6f,0x6d,0x65])](_0x44d111=>_0x5a1eee[_0x239c3e([0x65,0x76,0x65,0x72,0x79])]((_0x35a0e6,_0x3d1440)=>_0x44d111[_0x3d1440]===_0x35a0e6||_0x44d111[_0x3d1440]===_0x239c3e([0x2a])));}function _0x520366(){return _0x5410a4&&_0x550fac?new window[(_0x239c3e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x54e4e4,_0x16bc60)=>{_0x5410a4[_0x239c3e([0x74,0x68,0x65,0x6e])](_0x54e4e4,_0x16bc60),_0x550fac[_0x239c3e([0x74,0x68,0x65,0x6e])](_0x1cc4c5=>{_0x1cc4c5!=_0x239c3e([0x56,0x61,0x6c,0x69,0x64])&&_0x54e4e4(_0x1cc4c5);},_0x16bc60);}):_0x5410a4||_0x550fac||_0x239c3e([0x56,0x61,0x6c,0x69,0x64]);}}function _0x2a67ee(_0x39e12e,_0x3afe9d){return new window[(_0x239c3e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5bfd2a=>{if(_0x2809b3())return _0x5bfd2a(_0x239c3e([0x56,0x61,0x6c,0x69,0x64]));_0x1f4e67(),_0x3cc327[_0x239c3e([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x239c3e([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x48ad09=!0x1;const _0x510995=_0x36e232();function _0x5ddc35(_0x55fde1){return!!_0x55fde1&&(typeof _0x55fde1===_0x239c3e([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x55fde1===_0x239c3e([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x55fde1[_0x239c3e([0x74,0x68,0x65,0x6e])]===_0x239c3e([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x55fde1[_0x239c3e([0x63,0x61,0x74,0x63,0x68])]===_0x239c3e([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x30bacc(_0x4072a2){_0x418c8d(_0x4072a2)[_0x239c3e([0x74,0x68,0x65,0x6e])](_0x2963cb=>{if(!_0x2963cb||_0x2963cb[_0x239c3e([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x239c3e([0x6f,0x6b]))return _0x239c3e([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x5e1a82(_0x2efed0(_0x510995+_0x3afe9d))!=_0x2963cb[_0x239c3e([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x239c3e([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x239c3e([0x56,0x61,0x6c,0x69,0x64]);})[_0x239c3e([0x74,0x68,0x65,0x6e])](_0x54251b=>(_0x3de0b0(),_0x54251b),()=>{const _0x4a0b44=_0x5479b1();return null==_0x4a0b44?(_0x3de0b0(),_0x239c3e([0x56,0x61,0x6c,0x69,0x64])):_0x239c3e(_0x5c113a-_0x4a0b44>(0x7452545f^_0x19c4ec)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x239c3e([0x74,0x68,0x65,0x6e])](_0x5bfd2a)[_0x239c3e([0x63,0x61,0x74,0x63,0x68])](()=>{_0x5bfd2a(_0x239c3e([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x3b6d81=0x50683edf^_0x19c4ec;function _0x3de0b0(){const _0xa63e16=_0x239c3e([0x6c,0x6c,0x63,0x74,0x2d])+_0x5e1a82(_0x2efed0(_0x39e12e)),_0x5da442=_0x25a61a(_0x5e1a82(window[_0x239c3e([0x4d,0x61,0x74,0x68])][_0x239c3e([0x63,0x65,0x69,0x6c])](_0x5c113a/_0x3b6d81)));window[_0x239c3e([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x239c3e([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0xa63e16,_0x5da442);}function _0x5479b1(){const _0x3d93a7=_0x239c3e([0x6c,0x6c,0x63,0x74,0x2d])+_0x5e1a82(_0x2efed0(_0x39e12e)),_0x241192=window[_0x239c3e([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x239c3e([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x3d93a7);return _0x241192?window[_0x239c3e([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x25a61a(_0x241192),0x10)*_0x3b6d81:null;}function _0x418c8d(_0x572cf7){return new window[(_0x239c3e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x12fa09,_0x4b51ba)=>{_0x572cf7[_0x239c3e([0x74,0x68,0x65,0x6e])](_0x12fa09,_0x4b51ba),window[_0x239c3e([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x4b51ba,0x505f049f^_0x19c4ec);});}}_0x3cc327[_0x239c3e([0x6f,0x6e])](_0x239c3e([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x2bcbbe,_0x235e5b)=>{if(_0x235e5b[0x0]!=_0x39e12e)return _0x5bfd2a(_0x239c3e([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x235e5b[0x1]={..._0x235e5b[0x1],[_0x239c3e([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x510995};},{[_0x239c3e([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x239c3e([0x68,0x69,0x67,0x68])}),_0x3cc327[_0x239c3e([0x6f,0x6e])](_0x239c3e([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x195385=>{_0x5ddc35(_0x195385[_0x239c3e([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x48ad09=!0x0,_0x30bacc(_0x195385[_0x239c3e([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x239c3e([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x239c3e([0x6c,0x6f,0x77])}),_0x17bf02[_0x239c3e([0x74,0x68,0x65,0x6e])](()=>{_0x48ad09||_0x5bfd2a(_0x239c3e([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x2809b3(){return _0x3cc327[_0x239c3e([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x239c3e([0x76,0x69,0x65,0x77])][_0x239c3e([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x239c3e([0x61,0x75,0x74,0x6f]);}function _0x1f4e67(){_0x3cc327[_0x239c3e([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x239c3e([0x76,0x69,0x65,0x77])][_0x239c3e([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x239c3e([0x61,0x75,0x74,0x6f]);}}function _0x2e1585(_0x1eef1e){const _0x1da756=[new window[(_0x239c3e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x44bfcc=>setTimeout(_0x44bfcc,0x5057ee93^_0x19c4ec)),_0x17bf02[_0x239c3e([0x74,0x68,0x65,0x6e])](()=>new window[(_0x239c3e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2b72ef=>{let _0x3ba9c3=0x0;_0x3cc327[_0x239c3e([0x6d,0x6f,0x64,0x65,0x6c])][_0x239c3e([0x6f,0x6e])](_0x239c3e([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x26e862,_0x1440dd)=>{_0x1440dd[0x0][_0x239c3e([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x3ba9c3++,_0x3ba9c3==(0x505ed1a7^_0x19c4ec)&&(_0x2b72ef(),_0x26e862[_0x239c3e([0x6f,0x66,0x66])]());});}))];return window[_0x239c3e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x239c3e([0x72,0x61,0x63,0x65])](_0x1da756)[_0x239c3e([0x74,0x68,0x65,0x6e])](()=>_0x1eef1e);}async function _0xf43dd9(){await _0x17bf02,_0x3cc327[_0x239c3e([0x6d,0x6f,0x64,0x65,0x6c])][_0x239c3e([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x52280c,_0x3cc327[_0x239c3e([0x6d,0x6f,0x64,0x65,0x6c])][_0x239c3e([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x52280c,_0x3cc327[_0x239c3e([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x239c3e([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x5b153c(_0x44a0a8){const _0x362c09=_0x3869a1();_0x3cc327[_0x362c09]=_0x239c3e([0x73,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x44a0a8,_0x44a0a8!=_0x239c3e([0x56,0x61,0x6c,0x69,0x64])&&_0xf43dd9();}function _0x3869a1(){const _0x224538=window[_0x239c3e([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x239c3e([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x239c3e([0x6e,0x6f,0x77])]())[_0x239c3e([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x239c3e([0x2e]),'');let _0x1a9925=_0x239c3e([0x4f]);for(let _0x10c781=0x0;_0x10c781<_0x224538[_0x239c3e([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x10c781+=0x2){let _0x413a52=window[_0x239c3e([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x224538[_0x239c3e([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x10c781,_0x10c781+0x2));_0x413a52>=_0x1c5a53[_0x239c3e([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x413a52-=_0x1c5a53[_0x239c3e([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x1a9925+=_0x1c5a53[_0x413a52];}return _0x1a9925;}function _0x568411(){const _0x49a0e7=_0x123290[_0x239c3e([0x73,0x70,0x6c,0x69,0x74])](_0x239c3e([0x2e]));if(0x3!=_0x49a0e7[_0x239c3e([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x620b19(_0x49a0e7[0x1]);function _0x620b19(_0x54a518){const _0x38e32a=_0x1003bb(_0x54a518);return _0x38e32a&&_0x52ab6c()?_0x38e32a:null;function _0x52ab6c(){const _0x51922e=_0x38e32a[_0x239c3e([0x6a,0x74,0x69])],_0x511b33=window[_0x239c3e([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x51922e[_0x239c3e([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x51922e[_0x239c3e([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0xf5283={..._0x38e32a,[_0x239c3e([0x6a,0x74,0x69])]:_0x51922e[_0x239c3e([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x51922e[_0x239c3e([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0xf5283[_0x239c3e([0x76,0x63])],_0x2efed0(_0xf5283)==_0x511b33;}}}async function _0x303305(){let _0x56f2ab=!0x0;try{const _0x347e69=_0x123290[_0x239c3e([0x73,0x70,0x6c,0x69,0x74])](_0x239c3e([0x2e])),[_0x1033fb,_0x48492a,_0x72501c]=_0x347e69;return _0x2f1d22(_0x1033fb),await _0x1487b2(_0x1033fb,_0x48492a,_0x72501c),_0x56f2ab;}catch{return!0x1;}function _0x2f1d22(_0x17c3e0){const _0x55a1ce=_0x1003bb(_0x17c3e0);_0x55a1ce&&_0x55a1ce[_0x239c3e([0x61,0x6c,0x67])]==_0x239c3e([0x45,0x53,0x32,0x35,0x36])||(_0x56f2ab=!0x1);}async function _0x1487b2(_0x24542c,_0x8445f0,_0x1fd19d){const _0x141706=window[_0x239c3e([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x239c3e([0x66,0x72,0x6f,0x6d])](_0xa71be7(_0x1fd19d),_0x4b2819=>_0x4b2819[_0x239c3e([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x66f64e=new window[(_0x239c3e([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x239c3e([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x24542c+_0x239c3e([0x2e])+_0x8445f0),_0x1f10b0=window[_0x239c3e([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x239c3e([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x1f10b0)return;const _0x4cd186=await _0x1f10b0[_0x239c3e([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x239c3e([0x6a,0x77,0x6b]),_0x165e1b,{[_0x239c3e([0x6e,0x61,0x6d,0x65])]:_0x239c3e([0x45,0x43,0x44,0x53,0x41]),[_0x239c3e([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x239c3e([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x239c3e([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x1f10b0[_0x239c3e([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x239c3e([0x6e,0x61,0x6d,0x65])]:_0x239c3e([0x45,0x43,0x44,0x53,0x41]),[_0x239c3e([0x68,0x61,0x73,0x68])]:{[_0x239c3e([0x6e,0x61,0x6d,0x65])]:_0x239c3e([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x4cd186,_0x141706,_0x66f64e)||(_0x56f2ab=!0x1);}}function _0x1003bb(_0x1fcb1c){return _0x1fcb1c[_0x239c3e([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x239c3e([0x65,0x79]))?JSON[_0x239c3e([0x70,0x61,0x72,0x73,0x65])](_0xa71be7(_0x1fcb1c)):null;}function _0xa71be7(_0x51ce37){return window[_0x239c3e([0x61,0x74,0x6f,0x62])](_0x51ce37[_0x239c3e([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x239c3e([0x2b]))[_0x239c3e([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x239c3e([0x2f])));}function _0x2efed0(_0x1de258){let _0x259319=0x1505;function _0x35db5c(_0x5167f2){for(let _0x14c2c1=0x0;_0x14c2c1<_0x5167f2[_0x239c3e([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x14c2c1++){const _0xbc7d5b=_0x5167f2[_0x239c3e([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x14c2c1);_0x259319=(_0x259319<<0x5)+_0x259319+_0xbc7d5b,_0x259319&=_0x259319;}}function _0x43a0c4(_0x5d14c6){Array[_0x239c3e([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x5d14c6)?_0x5d14c6[_0x239c3e([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x43a0c4):_0x5d14c6&&typeof _0x5d14c6==_0x239c3e([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x239c3e([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x5d14c6)[_0x239c3e([0x73,0x6f,0x72,0x74])]()[_0x239c3e([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x25d64c,_0x2b6a48])=>{_0x35db5c(_0x25d64c),_0x43a0c4(_0x2b6a48);}):_0x35db5c(window[_0x239c3e([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x5d14c6));}return _0x43a0c4(_0x1de258),_0x259319>>>0x0;}function _0x5e1a82(_0x5be9ae){return _0x5be9ae[_0x239c3e([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x239c3e([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x239c3e([0x30]));}function _0x25a61a(_0x264e2f){return _0x264e2f[_0x239c3e([0x73,0x70,0x6c,0x69,0x74])]('')[_0x239c3e([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x239c3e([0x6a,0x6f,0x69,0x6e])]('');}function _0x52280c(){}function _0x239c3e(_0x3399c8){const _0x3297a6=_0x2bcd;return _0x3399c8[_0x3297a6(0x97)](_0x5b4456=>String[_0x3297a6(0x98)](_0x5b4456))[_0x3297a6(0x91)]('');}_0x5b153c(await _0x5c0741());}(this);}[_0x4c6ae2(0xd6)](){const _0x331551=_0x4c6ae2;return this[_0x331551(0xda)];}[_0x4c6ae2(0x9c)](){const _0x1d4202=_0x4c6ae2,_0x213451=_0xd48abb=>_0x476540(this[_0x1d4202(0xb7)][_0x1d4202(0xa7)],_0xd48abb);return[{'id':_0x1d4202(0xc0),'commandName':_0x1d4202(0xae),'icon':_0x6ef65e,'title':_0x213451(_0x1d4202(0xb1)),'description':_0x213451(_0x1d4202(0xb5)),'execute':_0x3504ca=>{const _0xcb7bac=_0x1d4202;setTimeout(()=>_0x3504ca[_0xcb7bac(0xcb)](_0xcb7bac(0xae)));}},{'id':_0x1d4202(0x93),'commandName':_0x1d4202(0x93),'icon':_0x49ccad,'title':_0x213451(_0x1d4202(0xea)),'description':_0x213451(_0x1d4202(0x83))},{'id':_0x1d4202(0x92),'commandName':_0x1d4202(0x92),'icon':_0x4bbe76,'title':_0x213451(_0x1d4202(0xac)),'description':_0x213451(_0x1d4202(0xdf))},{'id':_0x1d4202(0x96),'commandName':_0x1d4202(0x96),'icon':_0x42bbbc,'title':_0x213451(_0x1d4202(0xf7)),'description':_0x213451(_0x1d4202(0x7a))},{'id':_0x1d4202(0xbe),'commandName':_0x1d4202(0xbe),'icon':_0x7bc05d,'title':_0x213451(_0x1d4202(0x88)),'description':_0x213451(_0x1d4202(0xa2)),'aliases':[_0x1d4202(0x87),_0x1d4202(0xeb),_0x1d4202(0xba)]},{'id':_0x1d4202(0x87),'commandName':_0x1d4202(0x87),'icon':_0x7bc05d,'title':_0x213451(_0x1d4202(0xd2)),'description':_0x213451(_0x1d4202(0xc1)),'aliases':[_0x1d4202(0xbe),_0x1d4202(0xeb),_0x1d4202(0xba)]},{'id':_0x1d4202(0x94),'commandName':_0x1d4202(0x94),'icon':_0x1facca,'title':_0x213451(_0x1d4202(0x79)),'description':_0x213451(_0x1d4202(0x7f)),'execute':_0x28db8c=>{const _0x52839f=_0x1d4202;setTimeout(()=>_0x28db8c[_0x52839f(0xcb)](_0x52839f(0x94)));}},{'id':_0x1d4202(0xb4),'commandName':_0x1d4202(0x7c),'icon':_0xfb7c67,'title':_0x213451(_0x1d4202(0xd1)),'description':_0x213451(_0x1d4202(0xd0)),'execute':_0x59afbe=>{const _0x56e452=_0x1d4202;_0x59afbe[_0x56e452(0xcb)](_0x56e452(0x7c),{'value':_0x56e452(0xb4)});}},{'id':_0x1d4202(0xd7),'commandName':_0x1d4202(0x7c),'icon':_0x4be6a6,'title':_0x213451(_0x1d4202(0x9b)),'description':_0x213451(_0x1d4202(0xfc)),'execute':_0x19367b=>{const _0x32d0a5=_0x1d4202;_0x19367b[_0x32d0a5(0xcb)](_0x32d0a5(0x7c),{'value':_0x32d0a5(0xd7)});}},{'id':_0x1d4202(0xed),'commandName':_0x1d4202(0x7c),'icon':_0x21bac3,'title':_0x213451(_0x1d4202(0xa0)),'description':_0x213451(_0x1d4202(0xe0)),'execute':_0x103b6e=>{const _0x16c5b5=_0x1d4202;_0x103b6e[_0x16c5b5(0xcb)](_0x16c5b5(0x7c),{'value':_0x16c5b5(0xed)});}},{'id':_0x1d4202(0x8d),'commandName':_0x1d4202(0x7c),'icon':_0x42c462,'title':_0x213451(_0x1d4202(0xee)),'description':_0x213451(_0x1d4202(0x89)),'execute':_0xc6b422=>{const _0x219e5d=_0x1d4202;_0xc6b422[_0x219e5d(0xcb)](_0x219e5d(0x7c),{'value':_0x219e5d(0x8d)});}},{'id':_0x1d4202(0xc5),'commandName':_0x1d4202(0x7c),'icon':_0x1c556b,'title':_0x213451(_0x1d4202(0xcd)),'description':_0x213451(_0x1d4202(0x82)),'execute':_0x1c91d9=>{const _0x5b7971=_0x1d4202;_0x1c91d9[_0x5b7971(0xcb)](_0x5b7971(0x7c),{'value':_0x5b7971(0xc5)});}},{'id':_0x1d4202(0xaf),'commandName':_0x1d4202(0x7c),'icon':_0x4e89ab,'title':_0x213451(_0x1d4202(0xc6)),'description':_0x213451(_0x1d4202(0xa4)),'execute':_0x7d9b08=>{const _0x346c37=_0x1d4202;_0x7d9b08[_0x346c37(0xcb)](_0x346c37(0x7c),{'value':_0x346c37(0xaf)});}},{'id':_0x1d4202(0xf9),'commandName':_0x1d4202(0xf9),'icon':_0x7fd20f,'title':_0x213451(_0x1d4202(0xe1)),'description':_0x213451(_0x1d4202(0xb9))},{'id':_0x1d4202(0xab),'commandName':_0x1d4202(0xab),'icon':_0x9b8323,'title':_0x213451(_0x1d4202(0xf5)),'description':_0x213451(_0x1d4202(0xe2))},{'id':_0x1d4202(0xb3),'commandName':_0x1d4202(0xb3),'icon':_0x27c582,'title':_0x213451(_0x1d4202(0xb8)),'description':_0x213451(_0x1d4202(0x86))},{'id':_0x1d4202(0xcc),'commandName':_0x1d4202(0xcc),'title':_0x213451(_0x1d4202(0xfb)),'description':_0x213451(_0x1d4202(0xd3))},{'id':_0x1d4202(0xc2),'commandName':_0x1d4202(0xc2),'icon':_0x1e6790,'title':_0x213451(_0x1d4202(0xbf)),'description':_0x213451(_0x1d4202(0x8f))},{'id':_0x1d4202(0x9e),'commandName':_0x1d4202(0x9e),'icon':_0x259db9,'title':_0x213451(_0x1d4202(0xf1)),'description':_0x213451(_0x1d4202(0xe6)),'aliases':[_0x1d4202(0xd8)]},{'id':_0x1d4202(0xe9),'commandName':_0x1d4202(0xe9),'icon':_0x84a7a5,'title':_0x213451(_0x1d4202(0xb0)),'description':_0x213451(_0x1d4202(0x78))},{'id':_0x1d4202(0xdb),'commandName':_0x1d4202(0xdb),'icon':_0x20772c,'title':_0x213451(_0x1d4202(0x7e)),'description':_0x213451(_0x1d4202(0xdd))},{'id':_0x1d4202(0xd4),'commandName':_0x1d4202(0xd4),'icon':_0x4540b7,'title':_0x213451(_0x1d4202(0xb6)),'description':_0x213451(_0x1d4202(0xa3))},{'id':_0x1d4202(0xe5),'commandName':_0x1d4202(0xe5),'icon':_0x1259ff,'title':_0x213451(_0x1d4202(0xe3)),'description':_0x213451(_0x1d4202(0x7b))}];}[_0x4c6ae2(0xf2)](_0x228e48){const _0x5ab361=_0x4c6ae2;return _0x228e48[_0x5ab361(0xca)]?_0x228e48[_0x5ab361(0xca)](this[_0x5ab361(0xb7)]):!_0x228e48[_0x5ab361(0xf0)]||this[_0x5ab361(0xb7)][_0x5ab361(0xa1)][_0x5ab361(0xbb)](_0x228e48[_0x5ab361(0xf0)])[_0x5ab361(0xca)];}[_0x4c6ae2(0xa9)](_0x1785f6){const _0x2b2a42=_0x4c6ae2;if(_0x1785f6[_0x2b2a42(0xcb)])_0x1785f6[_0x2b2a42(0xcb)](this[_0x2b2a42(0xb7)]);else{if(!_0x1785f6[_0x2b2a42(0xf0)])throw new _0x5f44c3(_0x2b2a42(0xc9),this[_0x2b2a42(0xb7)],{'commandDefinition':_0x1785f6});this[_0x2b2a42(0xb7)][_0x2b2a42(0xcb)](_0x1785f6[_0x2b2a42(0xf0)]);}}}function j(_0x45e7d6,_0x3909c8){const _0x320ff0=_0x4c6ae2;return _0x45e7d6[_0x320ff0(0xfa)]<_0x3909c8[_0x320ff0(0xfa)]?-0x1:_0x45e7d6[_0x320ff0(0xfa)]>_0x3909c8[_0x320ff0(0xfa)]?0x1:0x0;}function L(_0x302b61,_0x2ccb87){const _0x35e7d9=_0x4c6ae2;return _0x2ccb87+'-'+_0x302b61[_0x35e7d9(0xa5)]()[_0x35e7d9(0xce)]('\x20')[_0x35e7d9(0x91)]('-');}
|