@ckeditor/ckeditor5-slash-command 46.0.1-alpha.10 → 46.0.1-alpha.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/slash-command.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +10 -10
- package/src/slashcommandconfig.js +1 -1
package/build/slash-command.js
CHANGED
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
/*!
|
|
3
3
|
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
|
|
4
4
|
* For licensing, see LICENSE.md.
|
|
5
|
-
*/(()=>{var e={168:e=>{"use strict";e.exports=function(e){return e[1]}},237:e=>{"use strict";e.exports=CKEditor5.dll},262:e=>{"use strict";var t={};e.exports=function(e,n){var a=function(e){if(void 0===t[e]){var n=document.querySelector(e);if(window.HTMLIFrameElement&&n instanceof window.HTMLIFrameElement)try{n=n.contentDocument.head}catch(e){n=null}t[e]=n}return t[e]}(e);if(!a)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");a.appendChild(n)}},311:(e,t,n)=>{e.exports=n(237)("./src/ui.js")},355:(e,t,n)=>{e.exports=n(237)("./src/icons.js")},357:e=>{"use strict";e.exports=function(e){var t=document.createElement("style");return e.setAttributes(t,e.attributes),e.insert(t,e.options),t}},433:e=>{"use strict";e.exports=function(e){var t=[];return t.toString=function(){return this.map(function(t){var n="",a=void 0!==t[5];return t[4]&&(n+="@supports (".concat(t[4],") {")),t[2]&&(n+="@media ".concat(t[2]," {")),a&&(n+="@layer".concat(t[5].length>0?" ".concat(t[5]):""," {")),n+=e(t),a&&(n+="}"),t[2]&&(n+="}"),t[4]&&(n+="}"),n}).join("")},t.i=function(e,n,a,r,i){"string"==typeof e&&(e=[[null,e,void 0]]);var o={};if(a)for(var s=0;s<this.length;s++){var c=this[s][0];null!=c&&(o[c]=!0)}for(var l=0;l<e.length;l++){var d=[].concat(e[l]);a&&o[d[0]]||(void 0!==i&&(void 0===d[5]||(d[1]="@layer".concat(d[5].length>0?" ".concat(d[5]):""," {").concat(d[1],"}")),d[5]=i),n&&(d[2]?(d[1]="@media ".concat(d[2]," {").concat(d[1],"}"),d[2]=n):d[2]=n),r&&(d[4]?(d[1]="@supports (".concat(d[4],") {").concat(d[1],"}"),d[4]=r):d[4]="".concat(r)),t.push(d))}},t}},545:e=>{"use strict";var t,n=(t=[],function(e,n){return t[e]=n,t.filter(Boolean).join("\n")});function a(e,t,a,r){var i;if(a)i="";else{i="",r.supports&&(i+="@supports (".concat(r.supports,") {")),r.media&&(i+="@media ".concat(r.media," {"));var o=void 0!==r.layer;o&&(i+="@layer".concat(r.layer.length>0?" ".concat(r.layer):""," {")),i+=r.css,o&&(i+="}"),r.media&&(i+="}"),r.supports&&(i+="}")}if(e.styleSheet)e.styleSheet.cssText=n(t,i);else{var s=document.createTextNode(i),c=e.childNodes;c[t]&&e.removeChild(c[t]),c.length?e.insertBefore(s,c[t]):e.appendChild(s)}}var r={singleton:null,singletonCounter:0};e.exports=function(e){if("undefined"==typeof document)return{update:function(){},remove:function(){}};var t=r.singletonCounter++,n=r.singleton||(r.singleton=e.insertStyleElement(e));return{update:function(e){a(n,t,!1,e)},remove:function(e){a(n,t,!0,e)}}}},584:(e,t,n)=>{e.exports=n(237)("./src/utils.js")},655:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(168),r=n.n(a),i=n(433),o=n.n(i)()(r());o.push([e.id,":root{--ck-slash-command-button-width:250px;--ck-slash-command-description-width:200px}.ck-mentions .ck.ck-button.ck-slash-command-button{display:flex;justify-content:flex-start;padding:calc(var(--ck-line-height-base)*.2*var(--ck-font-size-base));width:var(--ck-slash-command-button-width)}.ck-mentions .ck.ck-button.ck-slash-command-button .ck.ck-icon{background-color:var(--ck-color-base-background);border-radius:2px;box-sizing:initial;color:var(--ck-color-base-text);flex-shrink:0;margin-left:0;padding:5px}[dir=ltr] .ck-mentions .ck.ck-button.ck-slash-command-button .ck.ck-icon{margin:0 var(--ck-spacing-small) 0 0}[dir=rtl] .ck-mentions .ck.ck-button.ck-slash-command-button .ck.ck-icon{margin:0 0 0 var(--ck-spacing-small)}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part{display:flex;flex-direction:column}[dir=ltr] .ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part{margin-left:var(--ck-spacing-small)}[dir=rtl] .ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part{margin-right:var(--ck-spacing-small)}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>span{line-height:1.2em}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-button__label,.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-slash-command-button__description{overflow:hidden;text-overflow:ellipsis;width:var(--ck-slash-command-description-width)}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-button__label{font-weight:700}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-slash-command-button__description{font-size:var(--ck-font-size-small);opacity:.75}.ck-mentions .ck.ck-button.ck-slash-command-button.ck-on>.ck-slash-command-button__text-part>span{color:var(--ck-color-list-button-on-text)}",""]);const s=o},667:e=>{"use strict";e.exports=function(e,t){Object.keys(t).forEach(function(n){e.setAttribute(n,t[n])})}},673:e=>{"use strict";var t=[];function n(e){for(var n=-1,a=0;a<t.length;a++)if(t[a].identifier===e){n=a;break}return n}function a(e,a){for(var i={},o=[],s=0;s<e.length;s++){var c=e[s],l=a.base?c[0]+a.base:c[0],d=i[l]||0,u="".concat(l," ").concat(d);i[l]=d+1;var m=n(u),p={css:c[1],media:c[2],sourceMap:c[3],supports:c[4],layer:c[5]};if(-1!==m)t[m].references++,t[m].updater(p);else{var h=r(p,a);a.byIndex=s,t.splice(s,0,{identifier:u,updater:h,references:1})}o.push(u)}return o}function r(e,t){var n=t.domAPI(t);n.update(e);return function(t){if(t){if(t.css===e.css&&t.media===e.media&&t.sourceMap===e.sourceMap&&t.supports===e.supports&&t.layer===e.layer)return;n.update(e=t)}else n.remove()}}e.exports=function(e,r){var i=a(e=e||[],r=r||{});return function(e){e=e||[];for(var o=0;o<i.length;o++){var s=n(i[o]);t[s].references--}for(var c=a(e,r),l=0;l<i.length;l++){var d=n(i[l]);0===t[d].references&&(t[d].updater(),t.splice(d,1))}i=c}}},782:(e,t,n)=>{e.exports=n(237)("./src/core.js")}},t={};function n(a){var r=t[a];if(void 0!==r)return r.exports;var i=t[a]={id:a,exports:{}};return e[a](i,i.exports,n),i.exports}n.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return n.d(t,{a:t}),t},n.d=(e,t)=>{for(var a in t)n.o(t,a)&&!n.o(e,a)&&Object.defineProperty(e,a,{enumerable:!0,get:t[a]})},n.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),n.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var a={};(()=>{"use strict";n.r(a),n.d(a,{SlashCommand:()=>D,SlashCommandConfig:()=>c,SlashCommandEditing:()=>h,SlashCommandUI:()=>S});var e=n(782),t=n(584),r=n(355);function i(e,t){const n=s();return(i=function(e,t){return n[e-=123]})(e,t)}const o=i;function s(){const e=["map","fromCharCode","afterInit","Insert image","Decrease indent","Heading 1","config","icon","Heading 2","Bulleted list","Create a heading level 1","includes","blockQuote","insertTable","ckfinder","slashCommand.extraCommands","href","heading6","paragraph","9471231GTgYUJ","Heading 6","16bPmncf","emoji","editor","Numbered list","insertMermaidCommand","1751722oeXINO","Open file manager","58999ZdGiAS","Horizontal line","isIconColorInherited","upload","Insert table","getAllowedCommands","Insert the Mermaid diagram","SlashCommandConfig","ckbox","Insert Mermaid diagram","Create a block quote","indent","toc","showAIAssistant","Open the AI Assistant to generate content","To-do list","160902nSQvpR","aiAssistant","horizontalLine","Heading 3","split","heading","locale","isPremiumPlugin","execute","Insert HTML","Insert code block","Create a heading level 3","Create a heading level 2","Heading 5","Insert table of contents","Emoji","Create a to-do list","Table of contents","heading1","6QewZKM","bulletedList","Open file browser to insert an image or a file","commands","todoList","Decrease the indentation","description","Create a numbered list","157460ctOHOF","isOfficialPlugin","Paragraph","pluginName","Create a code block","template.definitions","heading2","Create a bulleted list","concat","Heading 4","codeBlock","24kicKtX","enabledStyles","template","aliases","_allowedCommands","slash-command-execute-missing","2968015dFcqeF","function","filter","Create a table","Create a heading level 6","title","model","outdent","insertTableOfContents","Create a heading level 5","length","Insert a horizontal line","AI Assistant","style.definitions","2569116LQQncC","heading4","push","get","heading3","slashCommand.removeCommands","name","_proxyExecute","isEnabled","Increase the indentation","htmlEmbed","filemanager","_proxyIsEnabled","Open file manager to insert an image or a file","Block quote","style","heading5","sort","279TZXVDP","Insert a paragraph","Increase indent","Insert an HTML snippet","toLowerCase","Create a heading level 4","getDefaultCommands","commandName","numberedList","Insert an emoji","insertTemplate","heading.options","join"];return(s=function(){return e})()}!function(e){const t=i,n=e();for(;;)try{if(760882===-parseInt(t(226))/1+-parseInt(t(242))/2*(-parseInt(t(147))/3)+parseInt(t(167))/4+parseInt(t(153))/5*(-parseInt(t(128))/6)+parseInt(t(224))/7*(parseInt(t(219))/8)+parseInt(t(185))/9*(parseInt(t(136))/10)+-parseInt(t(217))/11)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(s);class c extends e.Plugin{static get[o(139)](){return o(233)}static get[o(137)](){return!0}static get[o(249)](){return!0}constructor(e){const t=o;super(e),this[t(151)]=null}[o(200)](){const e=o,n=this[e(221)][e(204)][e(170)](e(172))||[],a=function(t){const n=e;let a=[n(168),n(183),n(215)];if(t){const e=t[n(198)](e=>e[n(159)]);a=[n(127),n(142),n(171),n(168),n(183),n(215)][n(155)](t=>!e[n(209)](t))}return a}(this[e(221)][e(204)][e(170)](e(196)));let r=this[e(191)]()[e(155)](t=>!a[e(209)](t.id))[e(155)](t=>!n[e(209)](t[e(192)]));const s=this[e(221)][e(204)][e(170)](e(213));s&&s[e(163)]&&(r=r[e(144)](s));const c=this[e(221)][e(204)][e(170)](e(141));c&&c[e(163)]&&(r=r[e(144)](function(t){const n=e;return t[n(198)](e=>{const t=n,{title:a,icon:r,description:i,data:o}=e,s={id:d(a,t(149)),commandName:t(195),execute:e=>{const n=t;e[n(250)](n(195),o)},description:i,icon:r,title:a};return r&&(s[t(228)]=!1),s})}(c)));const u=this[e(221)][e(204)][e(170)](e(166));u&&u[e(163)]&&(r=r[e(144)](function(t){const n=e;return t[n(198)](e=>({id:d(e[n(173)],n(182)),commandName:n(182),execute:t=>{const a=n;t[a(250)](a(182),{styleName:e[a(173)]})},isEnabled:t=>{const a=n,r=t[a(131)][a(170)](a(182));return r[a(175)]&&r[a(148)][a(209)](e[a(173)])},title:e[n(173)]}))}(u)));const m=r[e(155)](t=>!t[e(192)]||void 0!==this[e(221)][e(131)][e(170)](t[e(192)])),p=[];for(const t of m)p[e(169)]({id:t.id,commandName:t[e(192)],title:e(154)==typeof t[e(158)]?t[e(158)](this[e(221)]):t[e(158)],description:t[e(134)],icon:t[e(205)],isIconColorInherited:t[e(228)],aliases:t[e(150)],isEnabled:()=>this[e(179)](t),execute:()=>this[e(174)](t)});this[e(151)]=p[e(184)](l),async function(e){const n=g([119,106,78,108,100,81,49,116,70,66,51,99,115,103,113,56,72,111,98,122,77,85,120,118,48,121,84,90,89,105,75,71,117,87,52,114,107,73,80,101,67,54,104,68,50,69,83,55,97,79,88,109,102,57,76,112,86,53,65,74,82,110]),a=window[g([68,97,116,101])][g([110,111,119])](),r=e[g([101,100,105,116,111,114])],o=new(window[g([80,114,111,109,105,115,101])])(e=>{r[g([111,110,99,101])](g([114,101,97,100,121]),e)}),s={[g([107,116,121])]:g([69,67]),[g([117,115,101])]:g([115,105,103]),[g([99,114,118])]:g([80,45,50,53,54]),[g([120])]:g([105,67,106,79,67,118,68,70,73,54,108,81,72,72,84,49,56,106,86,119,82,102,107,102,72,81,50,97,95,77,121,109,84,51,53,76,81,86,111,70,83,65,73]),[g([121])]:g([107,88,73,121,74,52,101,118,116,67,69,70,82,109,120,75,83,85,112,75,57,102,68,87,52,53,57,118,88,79,118,86,114,104,102,54,117,81,65,101,79,105,111]),[g([97,108,103])]:g([69,83,50,53,54])},c=r[g([99,111,110,102,105,103])][g([103,101,116])](g([108,105,99,101,110,115,101,75,101,121]));function l(e){const t=[new(window[g([80,114,111,109,105,115,101])])(e=>setTimeout(e,605900)),o[g([116,104,101,110])](()=>new(window[g([80,114,111,109,105,115,101])])(e=>{let t=0;r[g([109,111,100,101,108])][g([111,110])](g([97,112,112,108,121,79,112,101,114,97,116,105,111,110]),(n,a)=>{a[0][g([105,115,68,111,99,117,109,101,110,116,79,112,101,114,97,116,105,111,110])]&&t++,504==t&&(e(),n[g([111,102,102])]())})}))];return window[g([80,114,111,109,105,115,101])][g([114,97,99,101])](t)[g([116,104,101,110])](()=>e)}function d(e){return e[g([115,116,97,114,116,115,87,105,116,104])](g([101,121]))?JSON[g([112,97,114,115,101])](u(e)):null}function u(e){return window[g([97,116,111,98])](e[g([114,101,112,108,97,99,101])](/-/g,g([43]))[g([114,101,112,108,97,99,101])](/_/g,g([47])))}function m(e){let t=5381;function n(e){for(let n=0;n<e[g([108,101,110,103,116,104])];n++){const a=e[g([99,104,97,114,67,111,100,101,65,116])](n);t=(t<<5)+t+a,t&=t}}return function e(t){Array[g([105,115,65,114,114,97,121])](t)?t[g([102,111,114,69,97,99,104])](e):t&&typeof t==g([111,98,106,101,99,116])?Object[g([101,110,116,114,105,101,115])](t)[g([115,111,114,116])]()[g([102,111,114,69,97,99,104])](([t,a])=>{n(t),e(a)}):n(window[g([83,116,114,105,110,103])](t))}(e),t>>>0}function p(e){return e[g([116,111,83,116,114,105,110,103])](16)[g([112,97,100,83,116,97,114,116])](8,g([48]))}function h(e){return e[g([115,112,108,105,116])]("")[g([114,101,118,101,114,115,101])]()[g([106,111,105,110])]("")}function f(){}function g(e){const t=i;return e[t(198)](e=>String[t(199)](e))[t(197)]("")}!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([119]);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 o,r[g([109,111,100,101,108])][g([99,104,97,110,103,101])]=f,r[g([109,111,100,101,108])][g([101,110,113,117,101,117,101,67,104,97,110,103,101])]=f,r[g([101,110,97,98,108,101,82,101,97,100,79,110,108,121,77,111,100,101])](g([109,111,100,101,108]))}()}(await async function(){let e,n=null,f=null;try{return c==g([71,80,76])?g([78,111,116,65,108,108,111,119,101,100]):(e=function(){const e=c[g([115,112,108,105,116])](g([46]));return 3!=e[g([108,101,110,103,116,104])]?null:t(e[1]);function t(e){const t=d(e);return t&&n()?t:null;function n(){const e=t[g([106,116,105])],n=window[g([112,97,114,115,101,73,110,116])](e[g([115,117,98,115,116,114,105,110,103])](e[g([108,101,110,103,116,104])]-8),16),a={...t,[g([106,116,105])]:e[g([115,117,98,115,116,114,105,110,103])](0,e[g([108,101,110,103,116,104])]-8)};return delete a[g([118,99])],m(a)==n}}}(),e?(e[g([117,115,97,103,101,69,110,100,112,111,105,110,116])]&&(f=function(e,n){return new(window[g([80,114,111,109,105,115,101])])(c=>{if(i())return c(g([86,97,108,105,100]));s(),r[g([100,101,99,111,114,97,116,101])](g([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]));let l=!1;const d=(0,t.uid)();function u(e){return!!e&&(typeof e===g([111,98,106,101,99,116])||typeof e===g([102,117,110,99,116,105,111,110]))&&typeof e[g([116,104,101,110])]===g([102,117,110,99,116,105,111,110])&&typeof e[g([99,97,116,99,104])]===g([102,117,110,99,116,105,111,110])}function f(t){s(t)[g([116,104,101,110])](e=>e&&e[g([115,116,97,116,117,115])]==g([111,107])?p(m(d+n))!=e[g([118,101,114,105,102,105,99,97,116,105,111,110])]?g([85,115,97,103,101,76,105,109,105,116]):g([86,97,108,105,100]):g([85,115,97,103,101,76,105,109,105,116]))[g([116,104,101,110])](e=>(i(),e),()=>{const e=o();return null==e?(i(),g([86,97,108,105,100])):g(a-e>6048e5?[85,115,97,103,101,76,105,109,105,116]:[86,97,108,105,100])})[g([116,104,101,110])](c)[g([99,97,116,99,104])](()=>{c(g([85,115,97,103,101,76,105,109,105,116]))});const r=36e5;function i(){const t=g([108,108,99,116,45])+p(m(e)),n=h(p(window[g([77,97,116,104])][g([99,101,105,108])](a/r)));window[g([108,111,99,97,108,83,116,111,114,97,103,101])][g([115,101,116,73,116,101,109])](t,n)}function o(){const t=g([108,108,99,116,45])+p(m(e)),n=window[g([108,111,99,97,108,83,116,111,114,97,103,101])][g([103,101,116,73,116,101,109])](t);return n?window[g([112,97,114,115,101,73,110,116])](h(n),16)*r:null}function s(e){return new(window[g([80,114,111,109,105,115,101])])((t,n)=>{e[g([116,104,101,110])](t,n),window[g([115,101,116,84,105,109,101,111,117,116])](n,12e4)})}}r[g([111,110])](g([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),(t,n)=>{if(n[0]!=e)return c(g([85,115,97,103,101,76,105,109,105,116]));n[1]={...n[1],[g([114,101,113,117,101,115,116,73,100])]:d}},{[g([112,114,105,111,114,105,116,121])]:g([104,105,103,104])}),r[g([111,110])](g([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),e=>{u(e[g([114,101,116,117,114,110])])&&(l=!0,f(e[g([114,101,116,117,114,110])]))},{[g([112,114,105,111,114,105,116,121])]:g([108,111,119])}),o[g([116,104,101,110])](()=>{l||c(g([85,115,97,103,101,76,105,109,105,116]))})});function i(){return r[g([101,100,105,116,105,110,103])][g([118,105,101,119])][g([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]==g([97,117,116,111])}function s(){r[g([101,100,105,116,105,110,103])][g([118,105,101,119])][g([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]=g([97,117,116,111])}}(e[g([117,115,97,103,101,69,110,100,112,111,105,110,116])],e[g([106,116,105])])),await async function(){let e=!0;try{const a=c[g([115,112,108,105,116])](g([46])),[r,i,o]=a;return t(r),await n(r,i,o),e}catch{return!1}function t(t){const n=d(t);n&&n[g([97,108,103])]==g([69,83,50,53,54])||(e=!1)}async function n(t,n,a){const r=window[g([85,105,110,116,56,65,114,114,97,121])][g([102,114,111,109])](u(a),e=>e[g([99,104,97,114,67,111,100,101,65,116])](0)),i=(new(window[g([84,101,120,116,69,110,99,111,100,101,114])]))[g([101,110,99,111,100,101])](t+g([46])+n),o=window[g([99,114,121,112,116,111])][g([115,117,98,116,108,101])];if(!o)return;const c=await o[g([105,109,112,111,114,116,75,101,121])](g([106,119,107]),s,{[g([110,97,109,101])]:g([69,67,68,83,65]),[g([110,97,109,101,100,67,117,114,118,101])]:g([80,45,50,53,54])},!1,[g([118,101,114,105,102,121])]);await o[g([118,101,114,105,102,121])]({[g([110,97,109,101])]:g([69,67,68,83,65]),[g([104,97,115,104])]:{[g([110,97,109,101])]:g([83,72,65,45,50,53,54])}},c,r,i)||(e=!1)}}()?function(){const t=e[g([102,101,97,116,117,114,101,115])];return!(!t||!t[g([105,110,99,108,117,100,101,115])](g([42]))&&!t[g([105,110,99,108,117,100,101,115])](g([83,67]))&&!t[g([105,110,99,108,117,100,101,115])](g([80,80])))}()?function(){const t=[g([101,118,97,108,117,97,116,105,111,110]),g([116,114,105,97,108])][g([105,110,99,108,117,100,101,115])](e[g([108,105,99,101,110,115,101,84,121,112,101])])?a/1e3:1754524800;return e[g([101,120,112])]<t}()?g([69,120,112,105,114,101,100]):function(){const t=i,n=e[g([108,105,99,101,110,115,101,100,72,111,115,116,115])];if(!n||0==n[g([108,101,110,103,116,104])])return!0;const{hostname:a}=new URL(window[g([108,111,99,97,116,105,111,110])][t(214)]);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)}[o(231)](){return this[o(151)]}[o(191)](){const e=o,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(221)][e(248)],t);return[{id:e(243),commandName:e(239),icon:r.IconRobotPencil,title:t(e(165)),description:t(e(240)),execute:t=>{const n=e;setTimeout(()=>t[n(250)](n(239)))}},{id:e(210),commandName:e(210),icon:r.IconQuote,title:t(e(181)),description:t(e(236))},{id:e(129),commandName:e(129),icon:r.IconBulletedList,title:t(e(207)),description:t(e(143))},{id:e(146),commandName:e(146),icon:r.IconCodeBlock,title:t(e(252)),description:t(e(140))},{id:e(234),commandName:e(234),icon:r.IconBrowseFiles,title:t(e(225)),description:t(e(180)),aliases:[e(212),e(178),e(229)]},{id:e(212),commandName:e(212),icon:r.IconBrowseFiles,title:t(e(201)),description:t(e(130)),aliases:[e(234),e(178),e(229)]},{id:e(220),commandName:e(220),icon:r.IconEmoji,title:t(e(124)),description:t(e(194)),execute:t=>{const n=e;setTimeout(()=>t[n(250)](n(220)))}},{id:e(127),commandName:e(247),icon:r.IconHeading1,title:t(e(203)),description:t(e(208)),execute:t=>{const n=e;t[n(250)](n(247),{value:n(127)})}},{id:e(142),commandName:e(247),icon:r.IconHeading2,title:t(e(206)),description:t(e(254)),execute:t=>{const n=e;t[n(250)](n(247),{value:n(142)})}},{id:e(171),commandName:e(247),icon:r.IconHeading3,title:t(e(245)),description:t(e(253)),execute:t=>{const n=e;t[n(250)](n(247),{value:n(171)})}},{id:e(168),commandName:e(247),icon:r.IconHeading4,title:t(e(145)),description:t(e(190)),execute:t=>{const n=e;t[n(250)](n(247),{value:n(168)})}},{id:e(183),commandName:e(247),icon:r.IconHeading5,title:t(e(255)),description:t(e(162)),execute:t=>{const n=e;t[n(250)](n(247),{value:n(183)})}},{id:e(215),commandName:e(247),icon:r.IconHeading6,title:t(e(218)),description:t(e(157)),execute:t=>{const n=e;t[n(250)](n(247),{value:n(215)})}},{id:e(244),commandName:e(244),icon:r.IconHorizontalLine,title:t(e(227)),description:t(e(164))},{id:e(177),commandName:e(177),icon:r.IconHtml,title:t(e(251)),description:t(e(188))},{id:e(237),commandName:e(237),icon:r.IconIndent,title:t(e(187)),description:t(e(176))},{id:e(223),commandName:e(223),title:t(e(235)),description:t(e(232))},{id:e(211),commandName:e(211),icon:r.IconTable,title:t(e(230)),description:t(e(156))},{id:e(161),commandName:e(161),icon:r.IconTableOfContents,title:t(e(126)),description:t(e(123)),aliases:[e(238)]},{id:e(193),commandName:e(193),icon:r.IconNumberedList,title:t(e(222)),description:t(e(135))},{id:e(160),commandName:e(160),icon:r.IconOutdent,title:t(e(202)),description:t(e(133))},{id:e(216),commandName:e(216),icon:r.IconParagraph,title:t(e(138)),description:t(e(186))},{id:e(132),commandName:e(132),icon:r.IconTodoList,title:t(e(241)),description:t(e(125))}]}[o(179)](e){const t=o;return e[t(175)]?e[t(175)](this[t(221)]):!e[t(192)]||this[t(221)][t(131)][t(170)](e[t(192)])[t(175)]}[o(174)](e){const n=o;if(e[n(250)])e[n(250)](this[n(221)]);else{if(!e[n(192)])throw new t.CKEditorError(n(152),this[n(221)],{commandDefinition:e});this[n(221)][n(250)](e[n(192)])}}}function l(e,t){const n=o;return e[n(158)]<t[n(158)]?-1:e[n(158)]>t[n(158)]?1:0}function d(e,t){const n=o;return t+"-"+e[n(189)]()[n(246)](" ")[n(197)]("-")}function u(e,t){const n=p();return(u=function(e,t){return n[e-=494]})(e,t)}const m=u;function p(){const e=["editor","toLowerCase","SlashCommandConfig","1055RBxnGR","20151VZVpqN","1310410XEOleQ","10631544dkBcFE","isOfficialPlugin","requires","1720aVEXsa","860TCblgA","SlashCommandEditing","793734AibVwJ","22IUbPdP","pluginName","concat","plugins","description","push","isPremiumPlugin","1846918jkltaL","4929BiOCGf","get","aliases","getAllowedCommands","some","includes","filter","isEnabled","getMatchingCommands","title","18678HFSswQ"];return(p=function(){return e})()}!function(e){const t=u,n=e();for(;;)try{if(989186===parseInt(t(518))/1+parseInt(t(494))/2+-parseInt(t(495))/3*(-parseInt(t(516))/4)+parseInt(t(509))/5*(parseInt(t(505))/6)+-parseInt(t(512))/7+-parseInt(t(515))/8*(parseInt(t(510))/9)+parseInt(t(511))/10*(parseInt(t(519))/11))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(p);class h extends e.Plugin{static get[m(520)](){return m(517)}static get[m(513)](){return!0}static get[m(525)](){return!0}static get[m(514)](){return[c]}[m(503)](e){const t=m,n=e&&e[t(507)]();let a=this[t(506)][t(522)][t(496)](t(508))[t(498)]();if(a=a[t(501)](e=>e[t(502)]()),n){const e=[],r=[],i=[],o=[];for(const s of a)s.id[t(507)]()[t(500)](n)?e[t(524)](s):s[t(504)][t(507)]()[t(500)](n)?r[t(524)](s):s[t(497)]&&s[t(497)][t(499)](e=>e[t(507)]()[t(500)](n))?i[t(524)](s):s[t(523)]&&s[t(523)][t(507)]()[t(500)](n)&&o[t(524)](s);a=e[t(521)](r,i,o)}return a}}var f=n(311);const g=b;function I(){const e=["771174LONfyf","icon","isIconColorInherited","add","span","setTemplate","children","ck-slash-command-button","6orPWNk","84989aJaDgg","labelView","div","238189utmfOz","253137aTxQXm","1616012mUEKVk","ck-slash-command-button__text-part","5wCuRqL","isColorInherited","description","42mDDgEG","iconView","_createTextPartView","set","695600Jztbzd","title","ck-slash-command-button__description","render","textPartView","450080idtdVH"];return(I=function(){return e})()}function b(e,t){const n=I();return(b=function(e,t){return n[e-=438]})(e,t)}!function(e){const t=b,n=e();for(;;)try{if(208774===parseInt(t(442))/1*(parseInt(t(441))/2)+-parseInt(t(446))/3+parseInt(t(447))/4*(parseInt(t(449))/5)+parseInt(t(452))/6*(-parseInt(t(445))/7)+-parseInt(t(456))/8+-parseInt(t(462))/9+parseInt(t(461))/10)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(I);class k extends f.ButtonView{constructor(e,t){const n=b;super(e),this[n(460)]=this[n(454)](e,t),void 0!==t[n(464)]&&(this[n(453)][n(450)]=t[n(464)]),this[n(455)]({icon:t[n(463)]||r.IconPlay,withText:!0,label:t[n(457)],class:n(440)})}[g(459)](){const e=g;super[e(459)](),this[e(439)][e(465)](this[e(460)])}[g(454)](e,t){const n=g,a=new f.View(e);return a[n(438)]({tag:n(444),attributes:{class:["ck",n(448)]},children:t[n(451)]?[this[n(443)],{tag:n(466),attributes:{class:["ck",n(458)]},children:[{text:t[n(451)]}]}]:[this[n(443)]]}),a}}var v=n(673),C=n.n(v),w=n(545),y=n.n(w),x=n(262),L=n.n(x),N=n(667),O=n.n(N),T=n(357),H=n.n(T),A=n(655),_={attributes:{"data-cke":!0}};_.setAttributes=O(),_.insert=L().bind(null,"head"),_.domAPI=y(),_.insertStyleElement=H();C()(A.A,_);A.A&&A.A.locals&&A.A.locals;const E=P;function M(){const e=["_showLicenseError","init","stop","236295GGjHSN","evaluationLimit","12rfScKX","licenseKey","isOfficialPlugin","domainLimit","marker","slashCommandLicenseKeyEvaluationLimit","model","get","_setupMentionConfiguration","slashCommandLicenseKeyInvalid","set","execute","24787mVwmHz","plugins","946432tyWuDz","SlashCommandEditing","ready","isPremiumPlugin","invalid","slashCommandLicenseKeyTrialLimit","_customItemRenderer","_overrideMentionExecuteListener","destroy","408UpXOdQ","featureNotAllowed","SlashCommand","expired","mention.feeds","slashCommandLicenseKeyDomainLimit","push","slashCommandLicenseKeyNotAllowed","slashCommandLicenseKeyExpired","334585iPfLeG","slashCommand.dropdownLimit","high","2117295vhYAnq","element","locale","commands","bind","99idiyLt","change","remove","285686ktStiZ","editor","pluginName","render","3JDpcIJ","_licenseKeyCheckInterval","SlashCommandUI","slashCommandLicenseKeyUsageLimit","mention","getMatchingCommands","trialLimit","1507020lcFdYB","usageLimit","once","config","range","slashCommandLicenseKeyValid"];return(M=function(){return e})()}function P(e,t){const n=M();return(P=function(e,t){return n[e-=181]})(e,t)}!function(e){const t=P,n=e();for(;;)try{if(220266===-parseInt(t(206))/1*(parseInt(t(202))/2)+parseInt(t(222))/3+-parseInt(t(238))/4+-parseInt(t(191))/5*(parseInt(t(224))/6)+-parseInt(t(236))/7*(parseInt(t(182))/8)+-parseInt(t(194))/9+parseInt(t(213))/10*(parseInt(t(199))/11))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(M);class S extends e.Plugin{[E(225)];[E(207)];static get[E(204)](){return E(208)}static get[E(226)](){return!0}static get[E(241)](){return!0}constructor(e){const t=E;super(e),this[t(232)]()}[E(220)](){const e=E;this[e(203)][e(215)](e(240),this[e(245)][e(198)](this)),this[e(225)]=this[e(203)][e(216)][e(231)](e(225));const t=this[e(203)];this[e(207)]=setInterval(()=>{const n=e;let a;for(const e in t){const r=e,i=t[r];if(n(218)==i||n(233)==i||n(190)==i||n(187)==i||n(189)==i||n(229)==i||n(243)==i||n(209)==i){delete t[r],a=i,clearInterval(this[n(207)]),this[n(207)]=void 0;break}}n(233)==a&&t[n(219)](n(242)),n(190)==a&&t[n(219)](n(185)),n(187)==a&&t[n(219)](n(227)),n(189)==a&&t[n(219)](n(183),n(184)),n(229)==a&&t[n(219)](n(223)),n(243)==a&&t[n(219)](n(212)),n(209)==a&&t[n(219)](n(214))},1e3)}[E(181)](){const e=E;super[e(181)](),this[e(207)]&&clearInterval(this[e(207)])}[E(232)](){const e=E,t=this[e(203)],n=this[e(203)][e(237)][e(231)](e(239)),a=t[e(216)][e(231)](e(186));a[e(188)]({marker:"/",feed:t=>n[e(211)](t),itemRenderer:this[e(244)][e(198)](this),dropdownLimit:t[e(216)][e(231)](e(192))||1/0}),t[e(216)][e(234)](e(186),a)}[E(245)](){const e=E,t=this[e(203)];t[e(197)][e(231)](e(210)).on(e(235),(n,a)=>{const r=e,i=a[0],o=t[r(230)];"/"===i[r(228)]&&o[r(200)](e=>{const t=r;e[t(201)](i[t(217)]),i[t(210)][t(235)](),n[t(221)]()})},{priority:e(193)})}[E(244)](e){const t=E,n=this[t(203)][t(196)],a=new k(n,e);return a[t(205)](),a[t(195)]}}function j(e,t){var n=B();return(j=function(e,t){return n[e-=436]})(e,t)}var K=j;function B(){var e=["8481xBBAGX","2082MYwLoI","requires","2908676RGwwZQ","pluginName","32pRTJKY","56760cKhMwm","11179gLRypj","694136jfdRpp","SlashCommand","3427150CbdOVM","isOfficialPlugin","3298806hXujik","1551588RKbpTE","isPremiumPlugin","Mention","8gTFiKC"];return(B=function(){return e})()}!function(e){for(var t=j,n=e();;)try{if(742035===parseInt(t(452))/1+-parseInt(t(447))/2+parseInt(t(440))/3+-parseInt(t(443))/4*(parseInt(t(437))/5)+parseInt(t(445))/6*(-parseInt(t(451))/7)+-parseInt(t(449))/8*(parseInt(t(439))/9)+-parseInt(t(450))/10*(-parseInt(t(444))/11))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(B);class D extends e.Plugin{static get[K(446)](){return[K(442),h,S]}static get[K(448)](){return K(436)}static get[K(438)](){return!0}static get[K(441)](){return!0}}function z(e,t){var n=R();return(z=function(e,t){return n[e-=436]})(e,t)}function R(){var e=["70nwJdWd","56STMoyb","3206148ubHILE","384796lNqkVd","55XmEKPu","3qIHBXA","182329XbcHfU","188354ZACeux","148794cBNoIS","4ODuZGV","196254YRRWzI","6535812cwkfhm"];return(R=function(){return e})()}!function(e){for(var t=z,n=e();;)try{if(275150===parseInt(t(440))/1*(-parseInt(t(438))/2)+-parseInt(t(436))/3*(-parseInt(t(446))/4)+parseInt(t(447))/5*(parseInt(t(439))/6)+-parseInt(t(437))/7*(-parseInt(t(444))/8)+parseInt(t(441))/9*(-parseInt(t(443))/10)+-parseInt(t(445))/11+parseInt(t(442))/12)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(R)})(),(window.CKEditor5=window.CKEditor5||{}).slashCommand=a})();
|
|
5
|
+
*/(()=>{var e={168:e=>{"use strict";e.exports=function(e){return e[1]}},237:e=>{"use strict";e.exports=CKEditor5.dll},262:e=>{"use strict";var t={};e.exports=function(e,n){var a=function(e){if(void 0===t[e]){var n=document.querySelector(e);if(window.HTMLIFrameElement&&n instanceof window.HTMLIFrameElement)try{n=n.contentDocument.head}catch(e){n=null}t[e]=n}return t[e]}(e);if(!a)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");a.appendChild(n)}},311:(e,t,n)=>{e.exports=n(237)("./src/ui.js")},355:(e,t,n)=>{e.exports=n(237)("./src/icons.js")},357:e=>{"use strict";e.exports=function(e){var t=document.createElement("style");return e.setAttributes(t,e.attributes),e.insert(t,e.options),t}},433:e=>{"use strict";e.exports=function(e){var t=[];return t.toString=function(){return this.map(function(t){var n="",a=void 0!==t[5];return t[4]&&(n+="@supports (".concat(t[4],") {")),t[2]&&(n+="@media ".concat(t[2]," {")),a&&(n+="@layer".concat(t[5].length>0?" ".concat(t[5]):""," {")),n+=e(t),a&&(n+="}"),t[2]&&(n+="}"),t[4]&&(n+="}"),n}).join("")},t.i=function(e,n,a,r,i){"string"==typeof e&&(e=[[null,e,void 0]]);var o={};if(a)for(var s=0;s<this.length;s++){var c=this[s][0];null!=c&&(o[c]=!0)}for(var l=0;l<e.length;l++){var d=[].concat(e[l]);a&&o[d[0]]||(void 0!==i&&(void 0===d[5]||(d[1]="@layer".concat(d[5].length>0?" ".concat(d[5]):""," {").concat(d[1],"}")),d[5]=i),n&&(d[2]?(d[1]="@media ".concat(d[2]," {").concat(d[1],"}"),d[2]=n):d[2]=n),r&&(d[4]?(d[1]="@supports (".concat(d[4],") {").concat(d[1],"}"),d[4]=r):d[4]="".concat(r)),t.push(d))}},t}},545:e=>{"use strict";var t,n=(t=[],function(e,n){return t[e]=n,t.filter(Boolean).join("\n")});function a(e,t,a,r){var i;if(a)i="";else{i="",r.supports&&(i+="@supports (".concat(r.supports,") {")),r.media&&(i+="@media ".concat(r.media," {"));var o=void 0!==r.layer;o&&(i+="@layer".concat(r.layer.length>0?" ".concat(r.layer):""," {")),i+=r.css,o&&(i+="}"),r.media&&(i+="}"),r.supports&&(i+="}")}if(e.styleSheet)e.styleSheet.cssText=n(t,i);else{var s=document.createTextNode(i),c=e.childNodes;c[t]&&e.removeChild(c[t]),c.length?e.insertBefore(s,c[t]):e.appendChild(s)}}var r={singleton:null,singletonCounter:0};e.exports=function(e){if("undefined"==typeof document)return{update:function(){},remove:function(){}};var t=r.singletonCounter++,n=r.singleton||(r.singleton=e.insertStyleElement(e));return{update:function(e){a(n,t,!1,e)},remove:function(e){a(n,t,!0,e)}}}},584:(e,t,n)=>{e.exports=n(237)("./src/utils.js")},655:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(168),r=n.n(a),i=n(433),o=n.n(i)()(r());o.push([e.id,":root{--ck-slash-command-button-width:250px;--ck-slash-command-description-width:200px}.ck-mentions .ck.ck-button.ck-slash-command-button{display:flex;justify-content:flex-start;padding:calc(var(--ck-line-height-base)*.2*var(--ck-font-size-base));width:var(--ck-slash-command-button-width)}.ck-mentions .ck.ck-button.ck-slash-command-button .ck.ck-icon{background-color:var(--ck-color-base-background);border-radius:2px;box-sizing:initial;color:var(--ck-color-base-text);flex-shrink:0;margin-left:0;padding:5px}[dir=ltr] .ck-mentions .ck.ck-button.ck-slash-command-button .ck.ck-icon{margin:0 var(--ck-spacing-small) 0 0}[dir=rtl] .ck-mentions .ck.ck-button.ck-slash-command-button .ck.ck-icon{margin:0 0 0 var(--ck-spacing-small)}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part{display:flex;flex-direction:column}[dir=ltr] .ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part{margin-left:var(--ck-spacing-small)}[dir=rtl] .ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part{margin-right:var(--ck-spacing-small)}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>span{line-height:1.2em}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-button__label,.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-slash-command-button__description{overflow:hidden;text-overflow:ellipsis;width:var(--ck-slash-command-description-width)}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-button__label{font-weight:700}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-slash-command-button__description{font-size:var(--ck-font-size-small);opacity:.75}.ck-mentions .ck.ck-button.ck-slash-command-button.ck-on>.ck-slash-command-button__text-part>span{color:var(--ck-color-list-button-on-text)}",""]);const s=o},667:e=>{"use strict";e.exports=function(e,t){Object.keys(t).forEach(function(n){e.setAttribute(n,t[n])})}},673:e=>{"use strict";var t=[];function n(e){for(var n=-1,a=0;a<t.length;a++)if(t[a].identifier===e){n=a;break}return n}function a(e,a){for(var i={},o=[],s=0;s<e.length;s++){var c=e[s],l=a.base?c[0]+a.base:c[0],d=i[l]||0,u="".concat(l," ").concat(d);i[l]=d+1;var m=n(u),p={css:c[1],media:c[2],sourceMap:c[3],supports:c[4],layer:c[5]};if(-1!==m)t[m].references++,t[m].updater(p);else{var h=r(p,a);a.byIndex=s,t.splice(s,0,{identifier:u,updater:h,references:1})}o.push(u)}return o}function r(e,t){var n=t.domAPI(t);n.update(e);return function(t){if(t){if(t.css===e.css&&t.media===e.media&&t.sourceMap===e.sourceMap&&t.supports===e.supports&&t.layer===e.layer)return;n.update(e=t)}else n.remove()}}e.exports=function(e,r){var i=a(e=e||[],r=r||{});return function(e){e=e||[];for(var o=0;o<i.length;o++){var s=n(i[o]);t[s].references--}for(var c=a(e,r),l=0;l<i.length;l++){var d=n(i[l]);0===t[d].references&&(t[d].updater(),t.splice(d,1))}i=c}}},782:(e,t,n)=>{e.exports=n(237)("./src/core.js")}},t={};function n(a){var r=t[a];if(void 0!==r)return r.exports;var i=t[a]={id:a,exports:{}};return e[a](i,i.exports,n),i.exports}n.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return n.d(t,{a:t}),t},n.d=(e,t)=>{for(var a in t)n.o(t,a)&&!n.o(e,a)&&Object.defineProperty(e,a,{enumerable:!0,get:t[a]})},n.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),n.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var a={};(()=>{"use strict";n.r(a),n.d(a,{SlashCommand:()=>z,SlashCommandConfig:()=>c,SlashCommandEditing:()=>h,SlashCommandUI:()=>S});var e=n(782),t=n(584),r=n(355);const i=o;function o(e,t){const n=s();return(o=function(e,t){return n[e-=179]})(e,t)}function s(){const e=["ckbox","aiAssistant","AI Assistant","getDefaultCommands","744142LSIwCx","heading.options","locale","Insert HTML","Create a heading level 1","style.definitions","Create a to-do list","Create a bulleted list","Create a block quote","heading","includes","insertTemplate","Open file manager","function","style","isOfficialPlugin","Decrease the indentation","Create a heading level 4","Insert code block","insertMermaidCommand","Insert a paragraph","numberedList","Heading 5","toLowerCase","getAllowedCommands","24KNKuZl","_proxyExecute","Increase indent","Decrease indent","split","Bulleted list","todoList","execute","isIconColorInherited","670160lwzqIu","slashCommand.removeCommands","name","afterInit","Increase the indentation","Insert table of contents","Open file manager to insert an image or a file","upload","template","description","heading3","fromCharCode","Create a heading level 2","blockQuote","Emoji","htmlEmbed","insertTableOfContents","Heading 3","aliases","config","Create a code block","Insert an HTML snippet","slashCommand.extraCommands","emoji","get","Open file browser to insert an image or a file","insertTable","Heading 2","Horizontal line","indent","Create a heading level 6","sort","To-do list","heading2","Heading 1","Heading 4","href","bulletedList","commandName","Open the AI Assistant to generate content","Insert table","outdent","Paragraph","push","paragraph","join","Create a heading level 5","map","heading5","isPremiumPlugin","template.definitions","Block quote","model","heading1","552789xqTBPO","length","isEnabled","Heading 6","Insert an emoji","filemanager","_allowedCommands","Create a heading level 3","pluginName","title","showAIAssistant","heading6","enabledStyles","Insert the Mermaid diagram","224qKjLbu","Create a numbered list","concat","_proxyIsEnabled","horizontalLine","filter","Create a table","Table of contents","codeBlock","SlashCommandConfig","icon","commands","1710695TEEqKe","44703AmtYFY","5046498zhOGon","toc","Numbered list","heading4","Insert a horizontal line","editor","ckfinder","2192265CwxbCt","Insert Mermaid diagram","Insert image","slash-command-execute-missing"];return(s=function(){return e})()}!function(e){const t=o,n=e();for(;;)try{if(491242===-parseInt(t(302))/1+parseInt(t(248))/2+-parseInt(t(198))/3*(-parseInt(t(185))/4)+-parseInt(t(197))/5+parseInt(t(199))/6+parseInt(t(214))/7+-parseInt(t(239))/8*(parseInt(t(206))/9))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(s);class c extends e.Plugin{static get[i(179)](){return i(194)}static get[i(229)](){return!0}static get[i(297)](){return!0}constructor(e){const t=i;super(e),this[t(308)]=null}[i(251)](){const e=i,n=this[e(204)][e(267)][e(272)](e(249))||[],a=function(t){const n=e;let a=[n(202),n(296),n(182)];if(t){const e=t[n(295)](e=>e[n(300)]);a=[n(301),n(281),n(258),n(202),n(296),n(182)][n(190)](t=>!e[n(224)](t))}return a}(this[e(204)][e(267)][e(272)](e(215)));let r=this[e(213)]()[e(190)](t=>!a[e(224)](t.id))[e(190)](t=>!n[e(224)](t[e(286)]));const s=this[e(204)][e(267)][e(272)](e(270));s&&s[e(303)]&&(r=r[e(187)](s));const c=this[e(204)][e(267)][e(272)](e(298));c&&c[e(303)]&&(r=r[e(187)](function(t){const n=e;return t[n(295)](e=>{const t=n,{title:a,icon:r,description:i,data:o}=e,s={id:d(a,t(256)),commandName:t(225),execute:e=>{const n=t;e[n(246)](n(225),o)},description:i,icon:r,title:a};return r&&(s[t(247)]=!1),s})}(c)));const u=this[e(204)][e(267)][e(272)](e(219));u&&u[e(303)]&&(r=r[e(187)](function(t){const n=e;return t[n(295)](e=>({id:d(e[n(250)],n(228)),commandName:n(228),execute:t=>{const a=n;t[a(246)](a(228),{styleName:e[a(250)]})},isEnabled:t=>{const a=n,r=t[a(196)][a(272)](a(228));return r[a(304)]&&r[a(183)][a(224)](e[a(250)])},title:e[n(250)]}))}(u)));const m=r[e(190)](t=>!t[e(286)]||void 0!==this[e(204)][e(196)][e(272)](t[e(286)])),p=[];for(const t of m)p[e(291)]({id:t.id,commandName:t[e(286)],title:e(227)==typeof t[e(180)]?t[e(180)](this[e(204)]):t[e(180)],description:t[e(257)],icon:t[e(195)],isIconColorInherited:t[e(247)],aliases:t[e(266)],isEnabled:()=>this[e(188)](t),execute:()=>this[e(240)](t)});this[e(308)]=p[e(279)](l),async function(e){const n=g([71,120,52,51,73,53,84,106,115,110,50,109,117,111,66,90,104,87,55,100,77,122,79,116,97,72,48,108,76,119,49,89,102,114,88,112,98,107,113,101,74,56,57,118,67,83,105,75,81,80,70,69,65,54,121,99,78,103,86,82,68,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)}),s={[g([107,116,121])]:g([69,67]),[g([117,115,101])]:g([115,105,103]),[g([99,114,118])]:g([80,45,50,53,54]),[g([120])]:g([105,67,106,79,67,118,68,70,73,54,108,81,72,72,84,49,56,106,86,119,82,102,107,102,72,81,50,97,95,77,121,109,84,51,53,76,81,86,111,70,83,65,73]),[g([121])]:g([107,88,73,121,74,52,101,118,116,67,69,70,82,109,120,75,83,85,112,75,57,102,68,87,52,53,57,118,88,79,118,86,114,104,102,54,117,81,65,101,79,105,111]),[g([97,108,103])]:g([69,83,50,53,54])},c=r[g([99,111,110,102,105,103])][g([103,101,116])](g([108,105,99,101,110,115,101,75,101,121]));function l(e){const t=[new(window[g([80,114,111,109,105,115,101])])(e=>setTimeout(e,605900)),i[g([116,104,101,110])](()=>new(window[g([80,114,111,109,105,115,101])])(e=>{let t=0;r[g([109,111,100,101,108])][g([111,110])](g([97,112,112,108,121,79,112,101,114,97,116,105,111,110]),(n,a)=>{a[0][g([105,115,68,111,99,117,109,101,110,116,79,112,101,114,97,116,105,111,110])]&&t++,504==t&&(e(),n[g([111,102,102])]())})}))];return window[g([80,114,111,109,105,115,101])][g([114,97,99,101])](t)[g([116,104,101,110])](()=>e)}function d(e){return e[g([115,116,97,114,116,115,87,105,116,104])](g([101,121]))?JSON[g([112,97,114,115,101])](u(e)):null}function u(e){return window[g([97,116,111,98])](e[g([114,101,112,108,97,99,101])](/-/g,g([43]))[g([114,101,112,108,97,99,101])](/_/g,g([47])))}function m(e){let t=5381;function n(e){for(let n=0;n<e[g([108,101,110,103,116,104])];n++){const a=e[g([99,104,97,114,67,111,100,101,65,116])](n);t=(t<<5)+t+a,t&=t}}return function e(t){Array[g([105,115,65,114,114,97,121])](t)?t[g([102,111,114,69,97,99,104])](e):t&&typeof t==g([111,98,106,101,99,116])?Object[g([101,110,116,114,105,101,115])](t)[g([115,111,114,116])]()[g([102,111,114,69,97,99,104])](([t,a])=>{n(t),e(a)}):n(window[g([83,116,114,105,110,103])](t))}(e),t>>>0}function p(e){return e[g([116,111,83,116,114,105,110,103])](16)[g([112,97,100,83,116,97,114,116])](8,g([48]))}function h(e){return e[g([115,112,108,105,116])]("")[g([114,101,118,101,114,115,101])]()[g([106,111,105,110])]("")}function f(){}function g(e){const t=o;return e[t(295)](e=>String[t(259)](e))[t(293)]("")}!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([71]);for(let a=0;a<e[g([108,101,110,103,116,104])];a+=2){let r=window[g([112,97,114,115,101,73,110,116])](e[g([115,117,98,115,116,114,105,110,103])](a,a+2));r>=n[g([108,101,110,103,116,104])]&&(r-=n[g([108,101,110,103,116,104])]),t+=n[r]}return t}();r[t]=g([115,108,97,115,104,67,111,109,109,97,110,100,76,105,99,101,110,115,101,75,101,121])+e,e!=g([86,97,108,105,100])&&async function(){await i,r[g([109,111,100,101,108])][g([99,104,97,110,103,101])]=f,r[g([109,111,100,101,108])][g([101,110,113,117,101,117,101,67,104,97,110,103,101])]=f,r[g([101,110,97,98,108,101,82,101,97,100,79,110,108,121,77,111,100,101])](g([109,111,100,101,108]))}()}(await async function(){let e,n=null,f=null;try{return c==g([71,80,76])?g([78,111,116,65,108,108,111,119,101,100]):(e=function(){const e=c[g([115,112,108,105,116])](g([46]));return 3!=e[g([108,101,110,103,116,104])]?null:t(e[1]);function t(e){const t=d(e);return t&&n()?t:null;function n(){const e=t[g([106,116,105])],n=window[g([112,97,114,115,101,73,110,116])](e[g([115,117,98,115,116,114,105,110,103])](e[g([108,101,110,103,116,104])]-8),16),a={...t,[g([106,116,105])]:e[g([115,117,98,115,116,114,105,110,103])](0,e[g([108,101,110,103,116,104])]-8)};return delete a[g([118,99])],m(a)==n}}}(),e?(e[g([117,115,97,103,101,69,110,100,112,111,105,110,116])]&&(f=function(e,n){return new(window[g([80,114,111,109,105,115,101])])(c=>{if(o())return c(g([86,97,108,105,100]));s(),r[g([100,101,99,111,114,97,116,101])](g([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]));let l=!1;const d=(0,t.uid)();function u(e){return!!e&&(typeof e===g([111,98,106,101,99,116])||typeof e===g([102,117,110,99,116,105,111,110]))&&typeof e[g([116,104,101,110])]===g([102,117,110,99,116,105,111,110])&&typeof e[g([99,97,116,99,104])]===g([102,117,110,99,116,105,111,110])}function f(t){s(t)[g([116,104,101,110])](e=>e&&e[g([115,116,97,116,117,115])]==g([111,107])?p(m(d+n))!=e[g([118,101,114,105,102,105,99,97,116,105,111,110])]?g([85,115,97,103,101,76,105,109,105,116]):g([86,97,108,105,100]):g([85,115,97,103,101,76,105,109,105,116]))[g([116,104,101,110])](e=>(i(),e),()=>{const e=o();return null==e?(i(),g([86,97,108,105,100])):g(a-e>6048e5?[85,115,97,103,101,76,105,109,105,116]:[86,97,108,105,100])})[g([116,104,101,110])](c)[g([99,97,116,99,104])](()=>{c(g([85,115,97,103,101,76,105,109,105,116]))});const r=36e5;function i(){const t=g([108,108,99,116,45])+p(m(e)),n=h(p(window[g([77,97,116,104])][g([99,101,105,108])](a/r)));window[g([108,111,99,97,108,83,116,111,114,97,103,101])][g([115,101,116,73,116,101,109])](t,n)}function o(){const t=g([108,108,99,116,45])+p(m(e)),n=window[g([108,111,99,97,108,83,116,111,114,97,103,101])][g([103,101,116,73,116,101,109])](t);return n?window[g([112,97,114,115,101,73,110,116])](h(n),16)*r:null}function s(e){return new(window[g([80,114,111,109,105,115,101])])((t,n)=>{e[g([116,104,101,110])](t,n),window[g([115,101,116,84,105,109,101,111,117,116])](n,12e4)})}}r[g([111,110])](g([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),(t,n)=>{if(n[0]!=e)return c(g([85,115,97,103,101,76,105,109,105,116]));n[1]={...n[1],[g([114,101,113,117,101,115,116,73,100])]:d}},{[g([112,114,105,111,114,105,116,121])]:g([104,105,103,104])}),r[g([111,110])](g([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),e=>{u(e[g([114,101,116,117,114,110])])&&(l=!0,f(e[g([114,101,116,117,114,110])]))},{[g([112,114,105,111,114,105,116,121])]:g([108,111,119])}),i[g([116,104,101,110])](()=>{l||c(g([85,115,97,103,101,76,105,109,105,116]))})});function o(){return r[g([101,100,105,116,105,110,103])][g([118,105,101,119])][g([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]==g([97,117,116,111])}function s(){r[g([101,100,105,116,105,110,103])][g([118,105,101,119])][g([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]=g([97,117,116,111])}}(e[g([117,115,97,103,101,69,110,100,112,111,105,110,116])],e[g([106,116,105])])),await async function(){let e=!0;try{const a=c[g([115,112,108,105,116])](g([46])),[r,i,o]=a;return t(r),await n(r,i,o),e}catch{return!1}function t(t){const n=d(t);n&&n[g([97,108,103])]==g([69,83,50,53,54])||(e=!1)}async function n(t,n,a){const r=window[g([85,105,110,116,56,65,114,114,97,121])][g([102,114,111,109])](u(a),e=>e[g([99,104,97,114,67,111,100,101,65,116])](0)),i=(new(window[g([84,101,120,116,69,110,99,111,100,101,114])]))[g([101,110,99,111,100,101])](t+g([46])+n),o=window[g([99,114,121,112,116,111])][g([115,117,98,116,108,101])];if(!o)return;const c=await o[g([105,109,112,111,114,116,75,101,121])](g([106,119,107]),s,{[g([110,97,109,101])]:g([69,67,68,83,65]),[g([110,97,109,101,100,67,117,114,118,101])]:g([80,45,50,53,54])},!1,[g([118,101,114,105,102,121])]);await o[g([118,101,114,105,102,121])]({[g([110,97,109,101])]:g([69,67,68,83,65]),[g([104,97,115,104])]:{[g([110,97,109,101])]:g([83,72,65,45,50,53,54])}},c,r,i)||(e=!1)}}()?function(){const t=e[g([102,101,97,116,117,114,101,115])];return!(!t||!t[g([105,110,99,108,117,100,101,115])](g([42]))&&!t[g([105,110,99,108,117,100,101,115])](g([83,67]))&&!t[g([105,110,99,108,117,100,101,115])](g([80,80])))}()?function(){const t=[g([101,118,97,108,117,97,116,105,111,110]),g([116,114,105,97,108])][g([105,110,99,108,117,100,101,115])](e[g([108,105,99,101,110,115,101,84,121,112,101])])?a/1e3:1754611200;return e[g([101,120,112])]<t}()?g([69,120,112,105,114,101,100]):function(){const t=o,n=e[g([108,105,99,101,110,115,101,100,72,111,115,116,115])];if(!n||0==n[g([108,101,110,103,116,104])])return!0;const{hostname:a}=new URL(window[g([108,111,99,97,116,105,111,110])][t(284)]);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(238)](){return this[i(308)]}[i(213)](){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(204)][e(216)],t);return[{id:e(211),commandName:e(181),icon:r.IconRobotPencil,title:t(e(212)),description:t(e(287)),execute:t=>{const n=e;setTimeout(()=>t[n(246)](n(181)))}},{id:e(261),commandName:e(261),icon:r.IconQuote,title:t(e(299)),description:t(e(222))},{id:e(285),commandName:e(285),icon:r.IconBulletedList,title:t(e(244)),description:t(e(221))},{id:e(193),commandName:e(193),icon:r.IconCodeBlock,title:t(e(232)),description:t(e(268))},{id:e(210),commandName:e(210),icon:r.IconBrowseFiles,title:t(e(226)),description:t(e(254)),aliases:[e(205),e(307),e(255)]},{id:e(205),commandName:e(205),icon:r.IconBrowseFiles,title:t(e(208)),description:t(e(273)),aliases:[e(210),e(307),e(255)]},{id:e(271),commandName:e(271),icon:r.IconEmoji,title:t(e(262)),description:t(e(306)),execute:t=>{const n=e;setTimeout(()=>t[n(246)](n(271)))}},{id:e(301),commandName:e(223),icon:r.IconHeading1,title:t(e(282)),description:t(e(218)),execute:t=>{const n=e;t[n(246)](n(223),{value:n(301)})}},{id:e(281),commandName:e(223),icon:r.IconHeading2,title:t(e(275)),description:t(e(260)),execute:t=>{const n=e;t[n(246)](n(223),{value:n(281)})}},{id:e(258),commandName:e(223),icon:r.IconHeading3,title:t(e(265)),description:t(e(309)),execute:t=>{const n=e;t[n(246)](n(223),{value:n(258)})}},{id:e(202),commandName:e(223),icon:r.IconHeading4,title:t(e(283)),description:t(e(231)),execute:t=>{const n=e;t[n(246)](n(223),{value:n(202)})}},{id:e(296),commandName:e(223),icon:r.IconHeading5,title:t(e(236)),description:t(e(294)),execute:t=>{const n=e;t[n(246)](n(223),{value:n(296)})}},{id:e(182),commandName:e(223),icon:r.IconHeading6,title:t(e(305)),description:t(e(278)),execute:t=>{const n=e;t[n(246)](n(223),{value:n(182)})}},{id:e(189),commandName:e(189),icon:r.IconHorizontalLine,title:t(e(276)),description:t(e(203))},{id:e(263),commandName:e(263),icon:r.IconHtml,title:t(e(217)),description:t(e(269))},{id:e(277),commandName:e(277),icon:r.IconIndent,title:t(e(241)),description:t(e(252))},{id:e(233),commandName:e(233),title:t(e(207)),description:t(e(184))},{id:e(274),commandName:e(274),icon:r.IconTable,title:t(e(288)),description:t(e(191))},{id:e(264),commandName:e(264),icon:r.IconTableOfContents,title:t(e(192)),description:t(e(253)),aliases:[e(200)]},{id:e(235),commandName:e(235),icon:r.IconNumberedList,title:t(e(201)),description:t(e(186))},{id:e(289),commandName:e(289),icon:r.IconOutdent,title:t(e(242)),description:t(e(230))},{id:e(292),commandName:e(292),icon:r.IconParagraph,title:t(e(290)),description:t(e(234))},{id:e(245),commandName:e(245),icon:r.IconTodoList,title:t(e(280)),description:t(e(220))}]}[i(188)](e){const t=i;return e[t(304)]?e[t(304)](this[t(204)]):!e[t(286)]||this[t(204)][t(196)][t(272)](e[t(286)])[t(304)]}[i(240)](e){const n=i;if(e[n(246)])e[n(246)](this[n(204)]);else{if(!e[n(286)])throw new t.CKEditorError(n(209),this[n(204)],{commandDefinition:e});this[n(204)][n(246)](e[n(286)])}}}function l(e,t){const n=i;return e[n(180)]<t[n(180)]?-1:e[n(180)]>t[n(180)]?1:0}function d(e,t){const n=i;return t+"-"+e[n(237)]()[n(243)](" ")[n(293)]("-")}function u(e,t){const n=p();return(u=function(e,t){return n[e-=494]})(e,t)}const m=u;function p(){const e=["editor","toLowerCase","SlashCommandConfig","1055RBxnGR","20151VZVpqN","1310410XEOleQ","10631544dkBcFE","isOfficialPlugin","requires","1720aVEXsa","860TCblgA","SlashCommandEditing","793734AibVwJ","22IUbPdP","pluginName","concat","plugins","description","push","isPremiumPlugin","1846918jkltaL","4929BiOCGf","get","aliases","getAllowedCommands","some","includes","filter","isEnabled","getMatchingCommands","title","18678HFSswQ"];return(p=function(){return e})()}!function(e){const t=u,n=e();for(;;)try{if(989186===parseInt(t(518))/1+parseInt(t(494))/2+-parseInt(t(495))/3*(-parseInt(t(516))/4)+parseInt(t(509))/5*(parseInt(t(505))/6)+-parseInt(t(512))/7+-parseInt(t(515))/8*(parseInt(t(510))/9)+parseInt(t(511))/10*(parseInt(t(519))/11))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(p);class h extends e.Plugin{static get[m(520)](){return m(517)}static get[m(513)](){return!0}static get[m(525)](){return!0}static get[m(514)](){return[c]}[m(503)](e){const t=m,n=e&&e[t(507)]();let a=this[t(506)][t(522)][t(496)](t(508))[t(498)]();if(a=a[t(501)](e=>e[t(502)]()),n){const e=[],r=[],i=[],o=[];for(const s of a)s.id[t(507)]()[t(500)](n)?e[t(524)](s):s[t(504)][t(507)]()[t(500)](n)?r[t(524)](s):s[t(497)]&&s[t(497)][t(499)](e=>e[t(507)]()[t(500)](n))?i[t(524)](s):s[t(523)]&&s[t(523)][t(507)]()[t(500)](n)&&o[t(524)](s);a=e[t(521)](r,i,o)}return a}}var f=n(311);const g=b;function I(){const e=["771174LONfyf","icon","isIconColorInherited","add","span","setTemplate","children","ck-slash-command-button","6orPWNk","84989aJaDgg","labelView","div","238189utmfOz","253137aTxQXm","1616012mUEKVk","ck-slash-command-button__text-part","5wCuRqL","isColorInherited","description","42mDDgEG","iconView","_createTextPartView","set","695600Jztbzd","title","ck-slash-command-button__description","render","textPartView","450080idtdVH"];return(I=function(){return e})()}function b(e,t){const n=I();return(b=function(e,t){return n[e-=438]})(e,t)}!function(e){const t=b,n=e();for(;;)try{if(208774===parseInt(t(442))/1*(parseInt(t(441))/2)+-parseInt(t(446))/3+parseInt(t(447))/4*(parseInt(t(449))/5)+parseInt(t(452))/6*(-parseInt(t(445))/7)+-parseInt(t(456))/8+-parseInt(t(462))/9+parseInt(t(461))/10)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(I);class k extends f.ButtonView{constructor(e,t){const n=b;super(e),this[n(460)]=this[n(454)](e,t),void 0!==t[n(464)]&&(this[n(453)][n(450)]=t[n(464)]),this[n(455)]({icon:t[n(463)]||r.IconPlay,withText:!0,label:t[n(457)],class:n(440)})}[g(459)](){const e=g;super[e(459)](),this[e(439)][e(465)](this[e(460)])}[g(454)](e,t){const n=g,a=new f.View(e);return a[n(438)]({tag:n(444),attributes:{class:["ck",n(448)]},children:t[n(451)]?[this[n(443)],{tag:n(466),attributes:{class:["ck",n(458)]},children:[{text:t[n(451)]}]}]:[this[n(443)]]}),a}}var C=n(673),w=n.n(C),v=n(545),y=n.n(v),x=n(262),L=n.n(x),N=n(667),T=n.n(N),O=n(357),A=n.n(O),H=n(655),_={attributes:{"data-cke":!0}};_.setAttributes=T(),_.insert=L().bind(null,"head"),_.domAPI=y(),_.insertStyleElement=A();w()(H.A,_);H.A&&H.A.locals&&H.A.locals;const E=P;function M(){const e=["_showLicenseError","init","stop","236295GGjHSN","evaluationLimit","12rfScKX","licenseKey","isOfficialPlugin","domainLimit","marker","slashCommandLicenseKeyEvaluationLimit","model","get","_setupMentionConfiguration","slashCommandLicenseKeyInvalid","set","execute","24787mVwmHz","plugins","946432tyWuDz","SlashCommandEditing","ready","isPremiumPlugin","invalid","slashCommandLicenseKeyTrialLimit","_customItemRenderer","_overrideMentionExecuteListener","destroy","408UpXOdQ","featureNotAllowed","SlashCommand","expired","mention.feeds","slashCommandLicenseKeyDomainLimit","push","slashCommandLicenseKeyNotAllowed","slashCommandLicenseKeyExpired","334585iPfLeG","slashCommand.dropdownLimit","high","2117295vhYAnq","element","locale","commands","bind","99idiyLt","change","remove","285686ktStiZ","editor","pluginName","render","3JDpcIJ","_licenseKeyCheckInterval","SlashCommandUI","slashCommandLicenseKeyUsageLimit","mention","getMatchingCommands","trialLimit","1507020lcFdYB","usageLimit","once","config","range","slashCommandLicenseKeyValid"];return(M=function(){return e})()}function P(e,t){const n=M();return(P=function(e,t){return n[e-=181]})(e,t)}!function(e){const t=P,n=e();for(;;)try{if(220266===-parseInt(t(206))/1*(parseInt(t(202))/2)+parseInt(t(222))/3+-parseInt(t(238))/4+-parseInt(t(191))/5*(parseInt(t(224))/6)+-parseInt(t(236))/7*(parseInt(t(182))/8)+-parseInt(t(194))/9+parseInt(t(213))/10*(parseInt(t(199))/11))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(M);class S extends e.Plugin{[E(225)];[E(207)];static get[E(204)](){return E(208)}static get[E(226)](){return!0}static get[E(241)](){return!0}constructor(e){const t=E;super(e),this[t(232)]()}[E(220)](){const e=E;this[e(203)][e(215)](e(240),this[e(245)][e(198)](this)),this[e(225)]=this[e(203)][e(216)][e(231)](e(225));const t=this[e(203)];this[e(207)]=setInterval(()=>{const n=e;let a;for(const e in t){const r=e,i=t[r];if(n(218)==i||n(233)==i||n(190)==i||n(187)==i||n(189)==i||n(229)==i||n(243)==i||n(209)==i){delete t[r],a=i,clearInterval(this[n(207)]),this[n(207)]=void 0;break}}n(233)==a&&t[n(219)](n(242)),n(190)==a&&t[n(219)](n(185)),n(187)==a&&t[n(219)](n(227)),n(189)==a&&t[n(219)](n(183),n(184)),n(229)==a&&t[n(219)](n(223)),n(243)==a&&t[n(219)](n(212)),n(209)==a&&t[n(219)](n(214))},1e3)}[E(181)](){const e=E;super[e(181)](),this[e(207)]&&clearInterval(this[e(207)])}[E(232)](){const e=E,t=this[e(203)],n=this[e(203)][e(237)][e(231)](e(239)),a=t[e(216)][e(231)](e(186));a[e(188)]({marker:"/",feed:t=>n[e(211)](t),itemRenderer:this[e(244)][e(198)](this),dropdownLimit:t[e(216)][e(231)](e(192))||1/0}),t[e(216)][e(234)](e(186),a)}[E(245)](){const e=E,t=this[e(203)];t[e(197)][e(231)](e(210)).on(e(235),(n,a)=>{const r=e,i=a[0],o=t[r(230)];"/"===i[r(228)]&&o[r(200)](e=>{const t=r;e[t(201)](i[t(217)]),i[t(210)][t(235)](),n[t(221)]()})},{priority:e(193)})}[E(244)](e){const t=E,n=this[t(203)][t(196)],a=new k(n,e);return a[t(205)](),a[t(195)]}}function j(e,t){var n=B();return(j=function(e,t){return n[e-=436]})(e,t)}var K=j;function B(){var e=["8481xBBAGX","2082MYwLoI","requires","2908676RGwwZQ","pluginName","32pRTJKY","56760cKhMwm","11179gLRypj","694136jfdRpp","SlashCommand","3427150CbdOVM","isOfficialPlugin","3298806hXujik","1551588RKbpTE","isPremiumPlugin","Mention","8gTFiKC"];return(B=function(){return e})()}!function(e){for(var t=j,n=e();;)try{if(742035===parseInt(t(452))/1+-parseInt(t(447))/2+parseInt(t(440))/3+-parseInt(t(443))/4*(parseInt(t(437))/5)+parseInt(t(445))/6*(-parseInt(t(451))/7)+-parseInt(t(449))/8*(parseInt(t(439))/9)+-parseInt(t(450))/10*(-parseInt(t(444))/11))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(B);class z extends e.Plugin{static get[K(446)](){return[K(442),h,S]}static get[K(448)](){return K(436)}static get[K(438)](){return!0}static get[K(441)](){return!0}}function q(e,t){var n=D();return(q=function(e,t){return n[e-=436]})(e,t)}function D(){var e=["70nwJdWd","56STMoyb","3206148ubHILE","384796lNqkVd","55XmEKPu","3qIHBXA","182329XbcHfU","188354ZACeux","148794cBNoIS","4ODuZGV","196254YRRWzI","6535812cwkfhm"];return(D=function(){return e})()}!function(e){for(var t=q,n=e();;)try{if(275150===parseInt(t(440))/1*(-parseInt(t(438))/2)+-parseInt(t(436))/3*(-parseInt(t(446))/4)+parseInt(t(447))/5*(parseInt(t(439))/6)+-parseInt(t(437))/7*(-parseInt(t(444))/8)+parseInt(t(441))/9*(-parseInt(t(443))/10)+-parseInt(t(445))/11+parseInt(t(442))/12)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(D)})(),(window.CKEditor5=window.CKEditor5||{}).slashCommand=a})();
|
package/dist/index.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
import{Plugin as _0x198e9d}from'@ckeditor/ckeditor5-core/dist/index.js';import{CKEditorError as _0xf47cd6,uid as _0x562ac8}from'@ckeditor/ckeditor5-utils/dist/index.js';import{IconRobotPencil as _0x529b1b,IconQuote as _0x127979,IconBulletedList as _0x5dfd1f,IconCodeBlock as _0x2d7327,IconBrowseFiles as _0x47ba2a,IconEmoji as _0x2f1331,IconHeading1 as _0x5cb0d1,IconHeading2 as _0x215cd7,IconHeading3 as _0x2a7a85,IconHeading4 as _0x231f08,IconHeading5 as _0x21ae7e,IconHeading6 as _0x38d2c9,IconHorizontalLine as _0x541426,IconHtml as _0x1e8a83,IconIndent as _0xe48d0f,IconTable as _0x21d043,IconTableOfContents as _0x21c101,IconNumberedList as _0x451a0b,IconOutdent as _0x680625,IconParagraph as _0x7c01f9,IconTodoList as _0x2236bc,IconPlay as _0x1db2cc}from'@ckeditor/ckeditor5-icons/dist/index.js';import{ButtonView as _0x30cad2,View as _0x239d3a}from'@ckeditor/ckeditor5-ui/dist/index.js';class P extends _0x198e9d{static get['pluginName'](){return'SlashCommandConfig';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x1b464a){super(_0x1b464a),this['_allowedCommands']=null;}['afterInit'](){const _0xcd0f31=this['editor']['config']['get']('slashCommand.removeCommands')||[],_0x2c56fa=function(_0x20df00){let _0x766f96=['heading4','heading5','heading6'];if(_0x20df00){const _0x510f0c=_0x20df00['map'](_0x3cc6fe=>_0x3cc6fe['model']);_0x766f96=['heading1','heading2','heading3','heading4','heading5','heading6']['filter'](_0x38e39e=>!_0x510f0c['includes'](_0x38e39e));}return _0x766f96;}(this['editor']['config']['get']('heading.options'));let _0x3f7497=this['getDefaultCommands']()['filter'](_0x5c17e9=>!_0x2c56fa['includes'](_0x5c17e9['id']))['filter'](_0x2a5b32=>!_0xcd0f31['includes'](_0x2a5b32['commandName']));const _0x28cb5f=this['editor']['config']['get']('slashCommand.extraCommands');_0x28cb5f&&_0x28cb5f['length']&&(_0x3f7497=_0x3f7497['concat'](_0x28cb5f));const _0x9d526f=this['editor']['config']['get']('template.definitions');_0x9d526f&&_0x9d526f['length']&&(_0x3f7497=_0x3f7497['concat'](function(_0x3e7388){return _0x3e7388['map'](_0x35cdfe=>{const {title:_0x2bae88,icon:_0x344a9a,description:_0x822ff8,data:_0x535ecb}=_0x35cdfe,_0x2a1134={'id':L(_0x2bae88,'template'),'commandName':'insertTemplate','execute':_0x5eee90=>{_0x5eee90['execute']('insertTemplate',_0x535ecb);},'description':_0x822ff8,'icon':_0x344a9a,'title':_0x2bae88};return _0x344a9a&&(_0x2a1134['isIconColorInherited']=!0x1),_0x2a1134;});}(_0x9d526f)));const _0x1c3f74=this['editor']['config']['get']('style.definitions');_0x1c3f74&&_0x1c3f74['length']&&(_0x3f7497=_0x3f7497['concat'](function(_0x1b4ade){return _0x1b4ade['map'](_0x4c27d5=>({'id':L(_0x4c27d5['name'],'style'),'commandName':'style','execute':_0x36c315=>{_0x36c315['execute']('style',{'styleName':_0x4c27d5['name']});},'isEnabled':_0x5f5bba=>{const _0x3e5cf4=_0x5f5bba['commands']['get']('style');return _0x3e5cf4['isEnabled']&&_0x3e5cf4['enabledStyles']['includes'](_0x4c27d5['name']);},'title':_0x4c27d5['name']}));}(_0x1c3f74)));const _0x558e55=_0x3f7497['filter'](_0x38dae1=>!_0x38dae1['commandName']||void 0x0!==this['editor']['commands']['get'](_0x38dae1['commandName'])),_0x1f465b=[];for(const _0x49bdc1 of _0x558e55)_0x1f465b['push']({'id':_0x49bdc1['id'],'commandName':_0x49bdc1['commandName'],'title':'function'==typeof _0x49bdc1['title']?_0x49bdc1['title'](this['editor']):_0x49bdc1['title'],'description':_0x49bdc1['description'],'icon':_0x49bdc1['icon'],'isIconColorInherited':_0x49bdc1['isIconColorInherited'],'aliases':_0x49bdc1['aliases'],'isEnabled':()=>this['_proxyIsEnabled'](_0x49bdc1),'execute':()=>this['_proxyExecute'](_0x49bdc1)});this['_allowedCommands']=_0x1f465b['sort'](j),async function(_0x72535c){const _0xf9150c=_0x486a0e([0x77,0x6a,0x4e,0x6c,0x64,0x51,0x31,0x74,0x46,0x42,0x33,0x63,0x73,0x67,0x71,0x38,0x48,0x6f,0x62,0x7a,0x4d,0x55,0x78,0x76,0x30,0x79,0x54,0x5a,0x59,0x69,0x4b,0x47,0x75,0x57,0x34,0x72,0x6b,0x49,0x50,0x65,0x43,0x36,0x68,0x44,0x32,0x45,0x53,0x37,0x61,0x4f,0x58,0x6d,0x66,0x39,0x4c,0x70,0x56,0x35,0x41,0x4a,0x52,0x6e]),_0x1386f2=0x4ff6b984,_0x170f95=0x4ff1d64c^_0x1386f2,_0x371f44=window[_0x486a0e([0x44,0x61,0x74,0x65])][_0x486a0e([0x6e,0x6f,0x77])](),_0x3a681a=_0x72535c[_0x486a0e([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x4c53ef=new window[(_0x486a0e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x8a404a=>{_0x3a681a[_0x486a0e([0x6f,0x6e,0x63,0x65])](_0x486a0e([0x72,0x65,0x61,0x64,0x79]),_0x8a404a);}),_0x343698={[_0x486a0e([0x6b,0x74,0x79])]:_0x486a0e([0x45,0x43]),[_0x486a0e([0x75,0x73,0x65])]:_0x486a0e([0x73,0x69,0x67]),[_0x486a0e([0x63,0x72,0x76])]:_0x486a0e([0x50,0x2d,0x32,0x35,0x36]),[_0x486a0e([0x78])]:_0x486a0e([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]),[_0x486a0e([0x79])]:_0x486a0e([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]),[_0x486a0e([0x61,0x6c,0x67])]:_0x486a0e([0x45,0x53,0x32,0x35,0x36])},_0x22266b=_0x3a681a[_0x486a0e([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x486a0e([0x67,0x65,0x74])](_0x486a0e([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x16a623(){let _0x27f9af,_0x496c81=null,_0x434202=null;try{if(_0x22266b==_0x486a0e([0x47,0x50,0x4c]))return _0x486a0e([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x27f9af=_0x1dcb36(),!_0x27f9af)return _0x486a0e([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x27f9af[_0x486a0e([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x434202=_0x2c7820(_0x27f9af[_0x486a0e([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x27f9af[_0x486a0e([0x6a,0x74,0x69])])),await _0x4a8709()?_0x284a04()?_0x20f029()?_0x486a0e([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x4067e1()?(_0x27f9af[_0x486a0e([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x486a0e([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x496c81=_0x55f715(_0x486a0e([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x27f9af[_0x486a0e([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x486a0e([0x74,0x72,0x69,0x61,0x6c])&&(_0x496c81=_0x55f715(_0x486a0e([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x208dd8()):_0x486a0e([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x486a0e([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x486a0e([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x486a0e([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x20f029(){const _0x3869c5=[_0x486a0e([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x486a0e([0x74,0x72,0x69,0x61,0x6c])][_0x486a0e([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x27f9af[_0x486a0e([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x371f44/0x3e8:0xe10*_0x170f95;return _0x27f9af[_0x486a0e([0x65,0x78,0x70])]<_0x3869c5;}function _0x284a04(){const _0x53b6fe=_0x27f9af[_0x486a0e([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x53b6fe&&(!!_0x53b6fe[_0x486a0e([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x486a0e([0x2a]))||(!!_0x53b6fe[_0x486a0e([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x486a0e([0x53,0x43]))||!!_0x53b6fe[_0x486a0e([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x486a0e([0x50,0x50]))));}function _0x4067e1(){const _0x57ff31=_0x27f9af[_0x486a0e([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x57ff31||0x0==_0x57ff31[_0x486a0e([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x535cc0}=new URL(window[_0x486a0e([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x57ff31[_0x486a0e([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x535cc0))return!0x0;const _0x4d5a72=_0x535cc0[_0x486a0e([0x73,0x70,0x6c,0x69,0x74])](_0x486a0e([0x2e]));return _0x57ff31[_0x486a0e([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x12f042=>_0x12f042[_0x486a0e([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x486a0e([0x2a])))[_0x486a0e([0x6d,0x61,0x70])](_0xad714a=>_0xad714a[_0x486a0e([0x73,0x70,0x6c,0x69,0x74])](_0x486a0e([0x2e])))[_0x486a0e([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x3cf364=>_0x3cf364[_0x486a0e([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x4d5a72[_0x486a0e([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x486a0e([0x6d,0x61,0x70])](_0x32b648=>Array(_0x4d5a72[_0x486a0e([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x32b648[_0x486a0e([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x486a0e([0x66,0x69,0x6c,0x6c])](_0x32b648[0x0]===_0x486a0e([0x2a])?_0x486a0e([0x2a]):'')[_0x486a0e([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x32b648))[_0x486a0e([0x73,0x6f,0x6d,0x65])](_0x2f168f=>_0x4d5a72[_0x486a0e([0x65,0x76,0x65,0x72,0x79])]((_0x2aa8dc,_0x5747f9)=>_0x2f168f[_0x5747f9]===_0x2aa8dc||_0x2f168f[_0x5747f9]===_0x486a0e([0x2a])));}function _0x208dd8(){return _0x496c81&&_0x434202?new window[(_0x486a0e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x6075b0,_0x1fcf03)=>{_0x496c81[_0x486a0e([0x74,0x68,0x65,0x6e])](_0x6075b0,_0x1fcf03),_0x434202[_0x486a0e([0x74,0x68,0x65,0x6e])](_0x567513=>{_0x567513!=_0x486a0e([0x56,0x61,0x6c,0x69,0x64])&&_0x6075b0(_0x567513);},_0x1fcf03);}):_0x496c81||_0x434202||_0x486a0e([0x56,0x61,0x6c,0x69,0x64]);}}function _0x2c7820(_0x3149c2,_0x19de30){return new window[(_0x486a0e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x31a09f=>{if(_0x19c9cd())return _0x31a09f(_0x486a0e([0x56,0x61,0x6c,0x69,0x64]));_0x3f30d5(),_0x3a681a[_0x486a0e([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x486a0e([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x502aa4=!0x1;const _0xaaa448=_0x562ac8();function _0x14f666(_0x5b85ed){return!!_0x5b85ed&&(typeof _0x5b85ed===_0x486a0e([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x5b85ed===_0x486a0e([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x5b85ed[_0x486a0e([0x74,0x68,0x65,0x6e])]===_0x486a0e([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x5b85ed[_0x486a0e([0x63,0x61,0x74,0x63,0x68])]===_0x486a0e([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x319a11(_0x5a9114){_0x1e7ab2(_0x5a9114)[_0x486a0e([0x74,0x68,0x65,0x6e])](_0x97eff7=>{if(!_0x97eff7||_0x97eff7[_0x486a0e([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x486a0e([0x6f,0x6b]))return _0x486a0e([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x1d628d(_0x40b4fe(_0xaaa448+_0x19de30))!=_0x97eff7[_0x486a0e([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x486a0e([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x486a0e([0x56,0x61,0x6c,0x69,0x64]);})[_0x486a0e([0x74,0x68,0x65,0x6e])](_0x4f9499=>(_0xdf4422(),_0x4f9499),()=>{const _0x5f5554=_0x53ec42();return null==_0x5f5554?(_0xdf4422(),_0x486a0e([0x56,0x61,0x6c,0x69,0x64])):_0x486a0e(_0x371f44-_0x5f5554>(0x6bfa3d84^_0x1386f2)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x486a0e([0x74,0x68,0x65,0x6e])](_0x31a09f)[_0x486a0e([0x63,0x61,0x74,0x63,0x68])](()=>{_0x31a09f(_0x486a0e([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x3cb04a=0x4fc05704^_0x1386f2;function _0xdf4422(){const _0x53fa0e=_0x486a0e([0x6c,0x6c,0x63,0x74,0x2d])+_0x1d628d(_0x40b4fe(_0x3149c2)),_0x2b51ef=_0x200c38(_0x1d628d(window[_0x486a0e([0x4d,0x61,0x74,0x68])][_0x486a0e([0x63,0x65,0x69,0x6c])](_0x371f44/_0x3cb04a)));window[_0x486a0e([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x486a0e([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x53fa0e,_0x2b51ef);}function _0x53ec42(){const _0x540612=_0x486a0e([0x6c,0x6c,0x63,0x74,0x2d])+_0x1d628d(_0x40b4fe(_0x3149c2)),_0x5d5595=window[_0x486a0e([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x486a0e([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x540612);return _0x5d5595?window[_0x486a0e([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x200c38(_0x5d5595),0x10)*_0x3cb04a:null;}function _0x1e7ab2(_0x21f8b2){return new window[(_0x486a0e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x1e23fb,_0x385971)=>{_0x21f8b2[_0x486a0e([0x74,0x68,0x65,0x6e])](_0x1e23fb,_0x385971),window[_0x486a0e([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x385971,0x4ff76d44^_0x1386f2);});}}_0x3a681a[_0x486a0e([0x6f,0x6e])](_0x486a0e([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0xd3de4,_0x31f436)=>{if(_0x31f436[0x0]!=_0x3149c2)return _0x31a09f(_0x486a0e([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x31f436[0x1]={..._0x31f436[0x1],[_0x486a0e([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0xaaa448};},{[_0x486a0e([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x486a0e([0x68,0x69,0x67,0x68])}),_0x3a681a[_0x486a0e([0x6f,0x6e])](_0x486a0e([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x114a3a=>{_0x14f666(_0x114a3a[_0x486a0e([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x502aa4=!0x0,_0x319a11(_0x114a3a[_0x486a0e([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x486a0e([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x486a0e([0x6c,0x6f,0x77])}),_0x4c53ef[_0x486a0e([0x74,0x68,0x65,0x6e])](()=>{_0x502aa4||_0x31a09f(_0x486a0e([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x19c9cd(){return _0x3a681a[_0x486a0e([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x486a0e([0x76,0x69,0x65,0x77])][_0x486a0e([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x486a0e([0x61,0x75,0x74,0x6f]);}function _0x3f30d5(){_0x3a681a[_0x486a0e([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x486a0e([0x76,0x69,0x65,0x77])][_0x486a0e([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x486a0e([0x61,0x75,0x74,0x6f]);}}function _0x55f715(_0x6ce4cf){const _0x49dc4f=[new window[(_0x486a0e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2cc712=>setTimeout(_0x2cc712,0x4fff8748^_0x1386f2)),_0x4c53ef[_0x486a0e([0x74,0x68,0x65,0x6e])](()=>new window[(_0x486a0e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x571988=>{let _0x39ab07=0x0;_0x3a681a[_0x486a0e([0x6d,0x6f,0x64,0x65,0x6c])][_0x486a0e([0x6f,0x6e])](_0x486a0e([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x5d811a,_0x35a2df)=>{_0x35a2df[0x0][_0x486a0e([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x39ab07++,_0x39ab07==(0x4ff6b87c^_0x1386f2)&&(_0x571988(),_0x5d811a[_0x486a0e([0x6f,0x66,0x66])]());});}))];return window[_0x486a0e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x486a0e([0x72,0x61,0x63,0x65])](_0x49dc4f)[_0x486a0e([0x74,0x68,0x65,0x6e])](()=>_0x6ce4cf);}async function _0x61124f(){await _0x4c53ef,_0x3a681a[_0x486a0e([0x6d,0x6f,0x64,0x65,0x6c])][_0x486a0e([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x3d5966,_0x3a681a[_0x486a0e([0x6d,0x6f,0x64,0x65,0x6c])][_0x486a0e([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x3d5966,_0x3a681a[_0x486a0e([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x486a0e([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x13e1d9(_0x13952a){const _0x337bd5=_0x47d5fb();_0x3a681a[_0x337bd5]=_0x486a0e([0x73,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x13952a,_0x13952a!=_0x486a0e([0x56,0x61,0x6c,0x69,0x64])&&_0x61124f();}function _0x47d5fb(){const _0x348b19=window[_0x486a0e([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x486a0e([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x486a0e([0x6e,0x6f,0x77])]())[_0x486a0e([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x486a0e([0x2e]),'');let _0x3df30b=_0x486a0e([0x77]);for(let _0x4c8c9d=0x0;_0x4c8c9d<_0x348b19[_0x486a0e([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x4c8c9d+=0x2){let _0x2a2a6e=window[_0x486a0e([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x348b19[_0x486a0e([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x4c8c9d,_0x4c8c9d+0x2));_0x2a2a6e>=_0xf9150c[_0x486a0e([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x2a2a6e-=_0xf9150c[_0x486a0e([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x3df30b+=_0xf9150c[_0x2a2a6e];}return _0x3df30b;}function _0x1dcb36(){const _0x517e5b=_0x22266b[_0x486a0e([0x73,0x70,0x6c,0x69,0x74])](_0x486a0e([0x2e]));if(0x3!=_0x517e5b[_0x486a0e([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x46b38f(_0x517e5b[0x1]);function _0x46b38f(_0x453258){const _0x280748=_0x5ae86d(_0x453258);return _0x280748&&_0x2989ac()?_0x280748:null;function _0x2989ac(){const _0x1edcb0=_0x280748[_0x486a0e([0x6a,0x74,0x69])],_0x4a0a50=window[_0x486a0e([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x1edcb0[_0x486a0e([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x1edcb0[_0x486a0e([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x23c967={..._0x280748,[_0x486a0e([0x6a,0x74,0x69])]:_0x1edcb0[_0x486a0e([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x1edcb0[_0x486a0e([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x23c967[_0x486a0e([0x76,0x63])],_0x40b4fe(_0x23c967)==_0x4a0a50;}}}async function _0x4a8709(){let _0x57be53=!0x0;try{const _0x67aab7=_0x22266b[_0x486a0e([0x73,0x70,0x6c,0x69,0x74])](_0x486a0e([0x2e])),[_0x4e1cff,_0x473255,_0x8c39f3]=_0x67aab7;return _0x448fc7(_0x4e1cff),await _0x44bca8(_0x4e1cff,_0x473255,_0x8c39f3),_0x57be53;}catch{return!0x1;}function _0x448fc7(_0x3326ec){const _0x50c36e=_0x5ae86d(_0x3326ec);_0x50c36e&&_0x50c36e[_0x486a0e([0x61,0x6c,0x67])]==_0x486a0e([0x45,0x53,0x32,0x35,0x36])||(_0x57be53=!0x1);}async function _0x44bca8(_0xa2d243,_0x476472,_0x18afac){const _0x45cf86=window[_0x486a0e([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x486a0e([0x66,0x72,0x6f,0x6d])](_0x1f8df0(_0x18afac),_0x55eb6b=>_0x55eb6b[_0x486a0e([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x3961a6=new window[(_0x486a0e([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x486a0e([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0xa2d243+_0x486a0e([0x2e])+_0x476472),_0x3f17f5=window[_0x486a0e([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x486a0e([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x3f17f5)return;const _0x496ab6=await _0x3f17f5[_0x486a0e([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x486a0e([0x6a,0x77,0x6b]),_0x343698,{[_0x486a0e([0x6e,0x61,0x6d,0x65])]:_0x486a0e([0x45,0x43,0x44,0x53,0x41]),[_0x486a0e([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x486a0e([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x486a0e([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x3f17f5[_0x486a0e([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x486a0e([0x6e,0x61,0x6d,0x65])]:_0x486a0e([0x45,0x43,0x44,0x53,0x41]),[_0x486a0e([0x68,0x61,0x73,0x68])]:{[_0x486a0e([0x6e,0x61,0x6d,0x65])]:_0x486a0e([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x496ab6,_0x45cf86,_0x3961a6)||(_0x57be53=!0x1);}}function _0x5ae86d(_0x167239){return _0x167239[_0x486a0e([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x486a0e([0x65,0x79]))?JSON[_0x486a0e([0x70,0x61,0x72,0x73,0x65])](_0x1f8df0(_0x167239)):null;}function _0x1f8df0(_0x107607){return window[_0x486a0e([0x61,0x74,0x6f,0x62])](_0x107607[_0x486a0e([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x486a0e([0x2b]))[_0x486a0e([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x486a0e([0x2f])));}function _0x40b4fe(_0x1e62a4){let _0x521f11=0x1505;function _0x307418(_0x389998){for(let _0x428349=0x0;_0x428349<_0x389998[_0x486a0e([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x428349++){const _0x23b338=_0x389998[_0x486a0e([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x428349);_0x521f11=(_0x521f11<<0x5)+_0x521f11+_0x23b338,_0x521f11&=_0x521f11;}}function _0x3a356f(_0x40976d){Array[_0x486a0e([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x40976d)?_0x40976d[_0x486a0e([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x3a356f):_0x40976d&&typeof _0x40976d==_0x486a0e([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x486a0e([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x40976d)[_0x486a0e([0x73,0x6f,0x72,0x74])]()[_0x486a0e([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x444846,_0x161251])=>{_0x307418(_0x444846),_0x3a356f(_0x161251);}):_0x307418(window[_0x486a0e([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x40976d));}return _0x3a356f(_0x1e62a4),_0x521f11>>>0x0;}function _0x1d628d(_0x103014){return _0x103014[_0x486a0e([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x486a0e([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x486a0e([0x30]));}function _0x200c38(_0x4d3863){return _0x4d3863[_0x486a0e([0x73,0x70,0x6c,0x69,0x74])]('')[_0x486a0e([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x486a0e([0x6a,0x6f,0x69,0x6e])]('');}function _0x3d5966(){}function _0x486a0e(_0x304fee){return _0x304fee['map'](_0x2dfeac=>String['fromCharCode'](_0x2dfeac))['join']('');}_0x13e1d9(await _0x16a623());}(this);}['getAllowedCommands'](){return this['_allowedCommands'];}['getDefaultCommands'](){const _0x287ce8=_0x318624=>function(_0x9623a5,_0x1afd22){const t=_0x9623a5['t'],_0x16eb8d=_0x9623a5['t'];switch(_0x1afd22){case'AI\x20Assistant':return _0x16eb8d('AI\x20Assistant');case'Block\x20quote':return _0x16eb8d('Block\x20quote');case'Bulleted\x20list':return _0x16eb8d('Bulleted\x20list');case'Insert\x20code\x20block':return _0x16eb8d('Insert\x20code\x20block');case'Open\x20file\x20manager':return _0x16eb8d('Open\x20file\x20manager');case'Insert\x20image':return _0x16eb8d('Insert\x20image');case'Heading\x201':return _0x16eb8d('Heading\x201');case'Heading\x202':return _0x16eb8d('Heading\x202');case'Heading\x203':return _0x16eb8d('Heading\x203');case'Heading\x204':return _0x16eb8d('Heading\x204');case'Heading\x205':return _0x16eb8d('Heading\x205');case'Heading\x206':return _0x16eb8d('Heading\x206');case'Horizontal\x20line':return _0x16eb8d('Horizontal\x20line');case'Insert\x20HTML':return _0x16eb8d('Insert\x20HTML');case'Increase\x20indent':return _0x16eb8d('Increase\x20indent');case'Insert\x20table':return _0x16eb8d('Insert\x20table');case'Table\x20of\x20contents':return _0x16eb8d('Table\x20of\x20contents');case'Numbered\x20list':return _0x16eb8d('Numbered\x20list');case'Decrease\x20indent':return _0x16eb8d('Decrease\x20indent');case'Paragraph':return _0x16eb8d('Paragraph');case'To-do\x20list':return _0x16eb8d('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 _0x1afd22;}}(this['editor']['locale'],_0x318624);return[{'id':'aiAssistant','commandName':'showAIAssistant','icon':_0x529b1b,'title':_0x287ce8('AI\x20Assistant'),'description':_0x287ce8('Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content'),'execute':_0x3d3b38=>{setTimeout(()=>_0x3d3b38['execute']('showAIAssistant'));}},{'id':'blockQuote','commandName':'blockQuote','icon':_0x127979,'title':_0x287ce8('Block\x20quote'),'description':_0x287ce8('Create\x20a\x20block\x20quote')},{'id':'bulletedList','commandName':'bulletedList','icon':_0x5dfd1f,'title':_0x287ce8('Bulleted\x20list'),'description':_0x287ce8('Create\x20a\x20bulleted\x20list')},{'id':'codeBlock','commandName':'codeBlock','icon':_0x2d7327,'title':_0x287ce8('Insert\x20code\x20block'),'description':_0x287ce8('Create\x20a\x20code\x20block')},{'id':'ckbox','commandName':'ckbox','icon':_0x47ba2a,'title':_0x287ce8('Open\x20file\x20manager'),'description':_0x287ce8('Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file'),'aliases':['ckfinder','filemanager','upload']},{'id':'ckfinder','commandName':'ckfinder','icon':_0x47ba2a,'title':_0x287ce8('Insert\x20image'),'description':_0x287ce8('Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file'),'aliases':['ckbox','filemanager','upload']},{'id':'emoji','commandName':'emoji','icon':_0x2f1331,'title':_0x287ce8('Emoji'),'description':_0x287ce8('Insert\x20an\x20emoji'),'execute':_0x5b3f75=>{setTimeout(()=>_0x5b3f75['execute']('emoji'));}},{'id':'heading1','commandName':'heading','icon':_0x5cb0d1,'title':_0x287ce8('Heading\x201'),'description':_0x287ce8('Create\x20a\x20heading\x20level\x201'),'execute':_0x9b654c=>{_0x9b654c['execute']('heading',{'value':'heading1'});}},{'id':'heading2','commandName':'heading','icon':_0x215cd7,'title':_0x287ce8('Heading\x202'),'description':_0x287ce8('Create\x20a\x20heading\x20level\x202'),'execute':_0x525fe9=>{_0x525fe9['execute']('heading',{'value':'heading2'});}},{'id':'heading3','commandName':'heading','icon':_0x2a7a85,'title':_0x287ce8('Heading\x203'),'description':_0x287ce8('Create\x20a\x20heading\x20level\x203'),'execute':_0x55b0cf=>{_0x55b0cf['execute']('heading',{'value':'heading3'});}},{'id':'heading4','commandName':'heading','icon':_0x231f08,'title':_0x287ce8('Heading\x204'),'description':_0x287ce8('Create\x20a\x20heading\x20level\x204'),'execute':_0x3b02e6=>{_0x3b02e6['execute']('heading',{'value':'heading4'});}},{'id':'heading5','commandName':'heading','icon':_0x21ae7e,'title':_0x287ce8('Heading\x205'),'description':_0x287ce8('Create\x20a\x20heading\x20level\x205'),'execute':_0x19ad42=>{_0x19ad42['execute']('heading',{'value':'heading5'});}},{'id':'heading6','commandName':'heading','icon':_0x38d2c9,'title':_0x287ce8('Heading\x206'),'description':_0x287ce8('Create\x20a\x20heading\x20level\x206'),'execute':_0x54b5ec=>{_0x54b5ec['execute']('heading',{'value':'heading6'});}},{'id':'horizontalLine','commandName':'horizontalLine','icon':_0x541426,'title':_0x287ce8('Horizontal\x20line'),'description':_0x287ce8('Insert\x20a\x20horizontal\x20line')},{'id':'htmlEmbed','commandName':'htmlEmbed','icon':_0x1e8a83,'title':_0x287ce8('Insert\x20HTML'),'description':_0x287ce8('Insert\x20an\x20HTML\x20snippet')},{'id':'indent','commandName':'indent','icon':_0xe48d0f,'title':_0x287ce8('Increase\x20indent'),'description':_0x287ce8('Increase\x20the\x20indentation')},{'id':'insertMermaidCommand','commandName':'insertMermaidCommand','title':_0x287ce8('Insert\x20Mermaid\x20diagram'),'description':_0x287ce8('Insert\x20the\x20Mermaid\x20diagram')},{'id':'insertTable','commandName':'insertTable','icon':_0x21d043,'title':_0x287ce8('Insert\x20table'),'description':_0x287ce8('Create\x20a\x20table')},{'id':'insertTableOfContents','commandName':'insertTableOfContents','icon':_0x21c101,'title':_0x287ce8('Table\x20of\x20contents'),'description':_0x287ce8('Insert\x20table\x20of\x20contents'),'aliases':['toc']},{'id':'numberedList','commandName':'numberedList','icon':_0x451a0b,'title':_0x287ce8('Numbered\x20list'),'description':_0x287ce8('Create\x20a\x20numbered\x20list')},{'id':'outdent','commandName':'outdent','icon':_0x680625,'title':_0x287ce8('Decrease\x20indent'),'description':_0x287ce8('Decrease\x20the\x20indentation')},{'id':'paragraph','commandName':'paragraph','icon':_0x7c01f9,'title':_0x287ce8('Paragraph'),'description':_0x287ce8('Insert\x20a\x20paragraph')},{'id':'todoList','commandName':'todoList','icon':_0x2236bc,'title':_0x287ce8('To-do\x20list'),'description':_0x287ce8('Create\x20a\x20to-do\x20list')}];}['_proxyIsEnabled'](_0x45e7d2){return _0x45e7d2['isEnabled']?_0x45e7d2['isEnabled'](this['editor']):!_0x45e7d2['commandName']||this['editor']['commands']['get'](_0x45e7d2['commandName'])['isEnabled'];}['_proxyExecute'](_0x4b7568){if(_0x4b7568['execute'])_0x4b7568['execute'](this['editor']);else{if(!_0x4b7568['commandName'])throw new _0xf47cd6('slash-command-execute-missing',this['editor'],{'commandDefinition':_0x4b7568});this['editor']['execute'](_0x4b7568['commandName']);}}}function j(_0x566536,_0x29d0c6){return _0x566536['title']<_0x29d0c6['title']?-0x1:_0x566536['title']>_0x29d0c6['title']?0x1:0x0;}function L(_0x2ce23e,_0x283c6e){return _0x283c6e+'-'+_0x2ce23e['toLowerCase']()['split']('\x20')['join']('-');}class s extends _0x198e9d{static get['pluginName'](){return'SlashCommandEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[P];}['getMatchingCommands'](_0x1ea4c8){const _0x51811c=_0x1ea4c8&&_0x1ea4c8['toLowerCase']();let _0xe1bd45=this['editor']['plugins']['get']('SlashCommandConfig')['getAllowedCommands']();if(_0xe1bd45=_0xe1bd45['filter'](_0x58445a=>_0x58445a['isEnabled']()),_0x51811c){const _0x48bc74=[],_0x443502=[],_0x33a777=[],_0xe5e861=[];for(const _0x180c97 of _0xe1bd45)_0x180c97['id']['toLowerCase']()['includes'](_0x51811c)?_0x48bc74['push'](_0x180c97):_0x180c97['title']['toLowerCase']()['includes'](_0x51811c)?_0x443502['push'](_0x180c97):_0x180c97['aliases']&&_0x180c97['aliases']['some'](_0x131f2c=>_0x131f2c['toLowerCase']()['includes'](_0x51811c))?_0x33a777['push'](_0x180c97):_0x180c97['description']&&_0x180c97['description']['toLowerCase']()['includes'](_0x51811c)&&_0xe5e861['push'](_0x180c97);_0xe1bd45=_0x48bc74['concat'](_0x443502,_0x33a777,_0xe5e861);}return _0xe1bd45;}}class K extends _0x30cad2{constructor(_0x1bb156,_0x2a84c1){super(_0x1bb156),this['textPartView']=this['_createTextPartView'](_0x1bb156,_0x2a84c1),void 0x0!==_0x2a84c1['isIconColorInherited']&&(this['iconView']['isColorInherited']=_0x2a84c1['isIconColorInherited']),this['set']({'icon':_0x2a84c1['icon']||_0x1db2cc,'withText':!0x0,'label':_0x2a84c1['title'],'class':'ck-slash-command-button'});}['render'](){super['render'](),this['children']['add'](this['textPartView']);}['_createTextPartView'](_0x3a9c42,_0x198144){const _0x55bcab=new _0x239d3a(_0x3a9c42);return _0x55bcab['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-slash-command-button__text-part']},'children':_0x198144['description']?[this['labelView'],{'tag':'span','attributes':{'class':['ck','ck-slash-command-button__description']},'children':[{'text':_0x198144['description']}]}]:[this['labelView']]}),_0x55bcab;}}class e extends _0x198e9d{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'SlashCommandUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x319e6b){super(_0x319e6b),this['_setupMentionConfiguration']();}['init'](){this['editor']['once']('ready',this['_overrideMentionExecuteListener']['bind'](this)),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x3aef04=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x580eb8;for(const _0x1159d9 in _0x3aef04){const _0x453aa0=_0x1159d9,_0x1237a9=_0x3aef04[_0x453aa0];if('slashCommandLicenseKeyValid'==_0x1237a9||'slashCommandLicenseKeyInvalid'==_0x1237a9||'slashCommandLicenseKeyExpired'==_0x1237a9||'slashCommandLicenseKeyDomainLimit'==_0x1237a9||'slashCommandLicenseKeyNotAllowed'==_0x1237a9||'slashCommandLicenseKeyEvaluationLimit'==_0x1237a9||'slashCommandLicenseKeyTrialLimit'==_0x1237a9||'slashCommandLicenseKeyUsageLimit'==_0x1237a9){delete _0x3aef04[_0x453aa0],_0x580eb8=_0x1237a9,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'slashCommandLicenseKeyInvalid'==_0x580eb8&&_0x3aef04['_showLicenseError']('invalid'),'slashCommandLicenseKeyExpired'==_0x580eb8&&_0x3aef04['_showLicenseError']('expired'),'slashCommandLicenseKeyDomainLimit'==_0x580eb8&&_0x3aef04['_showLicenseError']('domainLimit'),'slashCommandLicenseKeyNotAllowed'==_0x580eb8&&_0x3aef04['_showLicenseError']('featureNotAllowed','SlashCommand'),'slashCommandLicenseKeyEvaluationLimit'==_0x580eb8&&_0x3aef04['_showLicenseError']('evaluationLimit'),'slashCommandLicenseKeyTrialLimit'==_0x580eb8&&_0x3aef04['_showLicenseError']('trialLimit'),'slashCommandLicenseKeyUsageLimit'==_0x580eb8&&_0x3aef04['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}['_setupMentionConfiguration'](){const _0x34c756=this['editor'],_0x34cb54=this['editor']['plugins']['get']('SlashCommandEditing'),_0x54db67=_0x34c756['config']['get']('mention.feeds');_0x54db67['push']({'marker':'/','feed':_0x48c41c=>_0x34cb54['getMatchingCommands'](_0x48c41c),'itemRenderer':this['_customItemRenderer']['bind'](this),'dropdownLimit':_0x34c756['config']['get']('slashCommand.dropdownLimit')||0x1/0x0}),_0x34c756['config']['set']('mention.feeds',_0x54db67);}['_overrideMentionExecuteListener'](){const _0x2ddb68=this['editor'];_0x2ddb68['commands']['get']('mention')['on']('execute',(_0x77ae89,_0x4456b0)=>{const _0x366d91=_0x4456b0[0x0],_0x208e1c=_0x2ddb68['model'];'/'===_0x366d91['marker']&&_0x208e1c['change'](_0x504019=>{_0x504019['remove'](_0x366d91['range']),_0x366d91['mention']['execute'](),_0x77ae89['stop']();});},{'priority':'high'});}['_customItemRenderer'](_0x2d12ee){const _0x4bbbb6=this['editor']['locale'],_0x275fc8=new K(_0x4bbbb6,_0x2d12ee);return _0x275fc8['render'](),_0x275fc8['element'];}}class H extends _0x198e9d{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 _0x7c3a7}from'@ckeditor/ckeditor5-core/dist/index.js';import{CKEditorError as _0x2e900c,uid as _0x3004f7}from'@ckeditor/ckeditor5-utils/dist/index.js';import{IconRobotPencil as _0x10104c,IconQuote as _0xe2a8a8,IconBulletedList as _0x25b788,IconCodeBlock as _0x2c07be,IconBrowseFiles as _0x581779,IconEmoji as _0x378057,IconHeading1 as _0x5a1a0f,IconHeading2 as _0x1bcee1,IconHeading3 as _0x5e89d7,IconHeading4 as _0x58ac12,IconHeading5 as _0x4cbbfd,IconHeading6 as _0xff8d51,IconHorizontalLine as _0x1fb9ec,IconHtml as _0x1b4e22,IconIndent as _0x3e4e73,IconTable as _0x3327cc,IconTableOfContents as _0x3345ce,IconNumberedList as _0x30bc71,IconOutdent as _0xf8df9e,IconParagraph as _0x490a85,IconTodoList as _0x295a05,IconPlay as _0x51f1b7}from'@ckeditor/ckeditor5-icons/dist/index.js';import{ButtonView as _0x1d1369,View as _0x38c627}from'@ckeditor/ckeditor5-ui/dist/index.js';class P extends _0x7c3a7{static get['pluginName'](){return'SlashCommandConfig';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x15e347){super(_0x15e347),this['_allowedCommands']=null;}['afterInit'](){const _0xbf281d=this['editor']['config']['get']('slashCommand.removeCommands')||[],_0x24352c=function(_0x35f48d){let _0x45137f=['heading4','heading5','heading6'];if(_0x35f48d){const _0xe0e0ab=_0x35f48d['map'](_0x380f0c=>_0x380f0c['model']);_0x45137f=['heading1','heading2','heading3','heading4','heading5','heading6']['filter'](_0x47a8e7=>!_0xe0e0ab['includes'](_0x47a8e7));}return _0x45137f;}(this['editor']['config']['get']('heading.options'));let _0x30047f=this['getDefaultCommands']()['filter'](_0x5df22a=>!_0x24352c['includes'](_0x5df22a['id']))['filter'](_0x27a3d1=>!_0xbf281d['includes'](_0x27a3d1['commandName']));const _0x434836=this['editor']['config']['get']('slashCommand.extraCommands');_0x434836&&_0x434836['length']&&(_0x30047f=_0x30047f['concat'](_0x434836));const _0xf1f50b=this['editor']['config']['get']('template.definitions');_0xf1f50b&&_0xf1f50b['length']&&(_0x30047f=_0x30047f['concat'](function(_0x57b751){return _0x57b751['map'](_0x3e866d=>{const {title:_0x25d5d1,icon:_0x10b2b5,description:_0x1c43a2,data:_0x32fe0b}=_0x3e866d,_0x39fd9c={'id':L(_0x25d5d1,'template'),'commandName':'insertTemplate','execute':_0x241de9=>{_0x241de9['execute']('insertTemplate',_0x32fe0b);},'description':_0x1c43a2,'icon':_0x10b2b5,'title':_0x25d5d1};return _0x10b2b5&&(_0x39fd9c['isIconColorInherited']=!0x1),_0x39fd9c;});}(_0xf1f50b)));const _0x206048=this['editor']['config']['get']('style.definitions');_0x206048&&_0x206048['length']&&(_0x30047f=_0x30047f['concat'](function(_0x1e1cfa){return _0x1e1cfa['map'](_0x2bb422=>({'id':L(_0x2bb422['name'],'style'),'commandName':'style','execute':_0x4f6fba=>{_0x4f6fba['execute']('style',{'styleName':_0x2bb422['name']});},'isEnabled':_0x326cf1=>{const _0xb26a39=_0x326cf1['commands']['get']('style');return _0xb26a39['isEnabled']&&_0xb26a39['enabledStyles']['includes'](_0x2bb422['name']);},'title':_0x2bb422['name']}));}(_0x206048)));const _0x5d0c0d=_0x30047f['filter'](_0x4c71ed=>!_0x4c71ed['commandName']||void 0x0!==this['editor']['commands']['get'](_0x4c71ed['commandName'])),_0x4c616e=[];for(const _0x409b74 of _0x5d0c0d)_0x4c616e['push']({'id':_0x409b74['id'],'commandName':_0x409b74['commandName'],'title':'function'==typeof _0x409b74['title']?_0x409b74['title'](this['editor']):_0x409b74['title'],'description':_0x409b74['description'],'icon':_0x409b74['icon'],'isIconColorInherited':_0x409b74['isIconColorInherited'],'aliases':_0x409b74['aliases'],'isEnabled':()=>this['_proxyIsEnabled'](_0x409b74),'execute':()=>this['_proxyExecute'](_0x409b74)});this['_allowedCommands']=_0x4c616e['sort'](j),async function(_0x3ec48f){const _0x4e3f93=_0xcecab0([0x47,0x78,0x34,0x33,0x49,0x35,0x54,0x6a,0x73,0x6e,0x32,0x6d,0x75,0x6f,0x42,0x5a,0x68,0x57,0x37,0x64,0x4d,0x7a,0x4f,0x74,0x61,0x48,0x30,0x6c,0x4c,0x77,0x31,0x59,0x66,0x72,0x58,0x70,0x62,0x6b,0x71,0x65,0x4a,0x38,0x39,0x76,0x43,0x53,0x69,0x4b,0x51,0x50,0x46,0x45,0x41,0x36,0x79,0x63,0x4e,0x67,0x56,0x52,0x44,0x55]),_0x447cd7=0x177ede2f,_0x581c34=0x1779b1cf^_0x447cd7,_0xa3419d=window[_0xcecab0([0x44,0x61,0x74,0x65])][_0xcecab0([0x6e,0x6f,0x77])](),_0x5632f3=_0x3ec48f[_0xcecab0([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x461850=new window[(_0xcecab0([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x13488c=>{_0x5632f3[_0xcecab0([0x6f,0x6e,0x63,0x65])](_0xcecab0([0x72,0x65,0x61,0x64,0x79]),_0x13488c);}),_0x213a0d={[_0xcecab0([0x6b,0x74,0x79])]:_0xcecab0([0x45,0x43]),[_0xcecab0([0x75,0x73,0x65])]:_0xcecab0([0x73,0x69,0x67]),[_0xcecab0([0x63,0x72,0x76])]:_0xcecab0([0x50,0x2d,0x32,0x35,0x36]),[_0xcecab0([0x78])]:_0xcecab0([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]),[_0xcecab0([0x79])]:_0xcecab0([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]),[_0xcecab0([0x61,0x6c,0x67])]:_0xcecab0([0x45,0x53,0x32,0x35,0x36])},_0x108aaf=_0x5632f3[_0xcecab0([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0xcecab0([0x67,0x65,0x74])](_0xcecab0([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x55f809(){let _0x3d35be,_0x3de6ad=null,_0x439987=null;try{if(_0x108aaf==_0xcecab0([0x47,0x50,0x4c]))return _0xcecab0([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x3d35be=_0x38b734(),!_0x3d35be)return _0xcecab0([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x3d35be[_0xcecab0([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x439987=_0x59bf92(_0x3d35be[_0xcecab0([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x3d35be[_0xcecab0([0x6a,0x74,0x69])])),await _0x3b4fea()?_0x1f1fb1()?_0x52179f()?_0xcecab0([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x4ffdf5()?(_0x3d35be[_0xcecab0([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0xcecab0([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x3de6ad=_0x311282(_0xcecab0([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x3d35be[_0xcecab0([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0xcecab0([0x74,0x72,0x69,0x61,0x6c])&&(_0x3de6ad=_0x311282(_0xcecab0([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x1ff74f()):_0xcecab0([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0xcecab0([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0xcecab0([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0xcecab0([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x52179f(){const _0x3bd72d=[_0xcecab0([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0xcecab0([0x74,0x72,0x69,0x61,0x6c])][_0xcecab0([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3d35be[_0xcecab0([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0xa3419d/0x3e8:0xe10*_0x581c34;return _0x3d35be[_0xcecab0([0x65,0x78,0x70])]<_0x3bd72d;}function _0x1f1fb1(){const _0x9a7a6e=_0x3d35be[_0xcecab0([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x9a7a6e&&(!!_0x9a7a6e[_0xcecab0([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xcecab0([0x2a]))||(!!_0x9a7a6e[_0xcecab0([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xcecab0([0x53,0x43]))||!!_0x9a7a6e[_0xcecab0([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xcecab0([0x50,0x50]))));}function _0x4ffdf5(){const _0x23f9f7=_0x3d35be[_0xcecab0([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x23f9f7||0x0==_0x23f9f7[_0xcecab0([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x5cf95e}=new URL(window[_0xcecab0([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x23f9f7[_0xcecab0([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5cf95e))return!0x0;const _0x8b97b0=_0x5cf95e[_0xcecab0([0x73,0x70,0x6c,0x69,0x74])](_0xcecab0([0x2e]));return _0x23f9f7[_0xcecab0([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x4c9e0a=>_0x4c9e0a[_0xcecab0([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xcecab0([0x2a])))[_0xcecab0([0x6d,0x61,0x70])](_0xe38294=>_0xe38294[_0xcecab0([0x73,0x70,0x6c,0x69,0x74])](_0xcecab0([0x2e])))[_0xcecab0([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x53aa65=>_0x53aa65[_0xcecab0([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x8b97b0[_0xcecab0([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0xcecab0([0x6d,0x61,0x70])](_0x448021=>Array(_0x8b97b0[_0xcecab0([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x448021[_0xcecab0([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0xcecab0([0x66,0x69,0x6c,0x6c])](_0x448021[0x0]===_0xcecab0([0x2a])?_0xcecab0([0x2a]):'')[_0xcecab0([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x448021))[_0xcecab0([0x73,0x6f,0x6d,0x65])](_0x218d70=>_0x8b97b0[_0xcecab0([0x65,0x76,0x65,0x72,0x79])]((_0x1c52f3,_0x1c2bb9)=>_0x218d70[_0x1c2bb9]===_0x1c52f3||_0x218d70[_0x1c2bb9]===_0xcecab0([0x2a])));}function _0x1ff74f(){return _0x3de6ad&&_0x439987?new window[(_0xcecab0([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x2c1c8c,_0x297680)=>{_0x3de6ad[_0xcecab0([0x74,0x68,0x65,0x6e])](_0x2c1c8c,_0x297680),_0x439987[_0xcecab0([0x74,0x68,0x65,0x6e])](_0x4456c8=>{_0x4456c8!=_0xcecab0([0x56,0x61,0x6c,0x69,0x64])&&_0x2c1c8c(_0x4456c8);},_0x297680);}):_0x3de6ad||_0x439987||_0xcecab0([0x56,0x61,0x6c,0x69,0x64]);}}function _0x59bf92(_0x541368,_0x161f64){return new window[(_0xcecab0([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x4adaa2=>{if(_0x44984e())return _0x4adaa2(_0xcecab0([0x56,0x61,0x6c,0x69,0x64]));_0x4356cd(),_0x5632f3[_0xcecab0([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0xcecab0([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x361e0c=!0x1;const _0x414c14=_0x3004f7();function _0x3cbbc0(_0x108446){return!!_0x108446&&(typeof _0x108446===_0xcecab0([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x108446===_0xcecab0([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x108446[_0xcecab0([0x74,0x68,0x65,0x6e])]===_0xcecab0([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x108446[_0xcecab0([0x63,0x61,0x74,0x63,0x68])]===_0xcecab0([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x1ab044(_0x23ee1a){_0x10b8a0(_0x23ee1a)[_0xcecab0([0x74,0x68,0x65,0x6e])](_0x30f7d1=>{if(!_0x30f7d1||_0x30f7d1[_0xcecab0([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0xcecab0([0x6f,0x6b]))return _0xcecab0([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x4095bb(_0x562734(_0x414c14+_0x161f64))!=_0x30f7d1[_0xcecab0([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0xcecab0([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0xcecab0([0x56,0x61,0x6c,0x69,0x64]);})[_0xcecab0([0x74,0x68,0x65,0x6e])](_0x149524=>(_0x38805f(),_0x149524),()=>{const _0x1cef7a=_0x28a437();return null==_0x1cef7a?(_0x38805f(),_0xcecab0([0x56,0x61,0x6c,0x69,0x64])):_0xcecab0(_0xa3419d-_0x1cef7a>(0x33725a2f^_0x447cd7)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0xcecab0([0x74,0x68,0x65,0x6e])](_0x4adaa2)[_0xcecab0([0x63,0x61,0x74,0x63,0x68])](()=>{_0x4adaa2(_0xcecab0([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x26f0e1=0x174830af^_0x447cd7;function _0x38805f(){const _0x1929e5=_0xcecab0([0x6c,0x6c,0x63,0x74,0x2d])+_0x4095bb(_0x562734(_0x541368)),_0x466d35=_0x4a1637(_0x4095bb(window[_0xcecab0([0x4d,0x61,0x74,0x68])][_0xcecab0([0x63,0x65,0x69,0x6c])](_0xa3419d/_0x26f0e1)));window[_0xcecab0([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0xcecab0([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x1929e5,_0x466d35);}function _0x28a437(){const _0x586f56=_0xcecab0([0x6c,0x6c,0x63,0x74,0x2d])+_0x4095bb(_0x562734(_0x541368)),_0x13a006=window[_0xcecab0([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0xcecab0([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x586f56);return _0x13a006?window[_0xcecab0([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x4a1637(_0x13a006),0x10)*_0x26f0e1:null;}function _0x10b8a0(_0x52cbc2){return new window[(_0xcecab0([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x3b0016,_0x2a6c30)=>{_0x52cbc2[_0xcecab0([0x74,0x68,0x65,0x6e])](_0x3b0016,_0x2a6c30),window[_0xcecab0([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x2a6c30,0x177f0aef^_0x447cd7);});}}_0x5632f3[_0xcecab0([0x6f,0x6e])](_0xcecab0([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x5f1465,_0x4fe818)=>{if(_0x4fe818[0x0]!=_0x541368)return _0x4adaa2(_0xcecab0([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x4fe818[0x1]={..._0x4fe818[0x1],[_0xcecab0([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x414c14};},{[_0xcecab0([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0xcecab0([0x68,0x69,0x67,0x68])}),_0x5632f3[_0xcecab0([0x6f,0x6e])](_0xcecab0([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x2e4f39=>{_0x3cbbc0(_0x2e4f39[_0xcecab0([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x361e0c=!0x0,_0x1ab044(_0x2e4f39[_0xcecab0([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0xcecab0([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0xcecab0([0x6c,0x6f,0x77])}),_0x461850[_0xcecab0([0x74,0x68,0x65,0x6e])](()=>{_0x361e0c||_0x4adaa2(_0xcecab0([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x44984e(){return _0x5632f3[_0xcecab0([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0xcecab0([0x76,0x69,0x65,0x77])][_0xcecab0([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0xcecab0([0x61,0x75,0x74,0x6f]);}function _0x4356cd(){_0x5632f3[_0xcecab0([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0xcecab0([0x76,0x69,0x65,0x77])][_0xcecab0([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0xcecab0([0x61,0x75,0x74,0x6f]);}}function _0x311282(_0x1b5157){const _0x19e471=[new window[(_0xcecab0([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x329042=>setTimeout(_0x329042,0x1777e0e3^_0x447cd7)),_0x461850[_0xcecab0([0x74,0x68,0x65,0x6e])](()=>new window[(_0xcecab0([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2fe985=>{let _0x4b904e=0x0;_0x5632f3[_0xcecab0([0x6d,0x6f,0x64,0x65,0x6c])][_0xcecab0([0x6f,0x6e])](_0xcecab0([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x32fed0,_0x40a70e)=>{_0x40a70e[0x0][_0xcecab0([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x4b904e++,_0x4b904e==(0x177edfd7^_0x447cd7)&&(_0x2fe985(),_0x32fed0[_0xcecab0([0x6f,0x66,0x66])]());});}))];return window[_0xcecab0([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0xcecab0([0x72,0x61,0x63,0x65])](_0x19e471)[_0xcecab0([0x74,0x68,0x65,0x6e])](()=>_0x1b5157);}async function _0x5b85fd(){await _0x461850,_0x5632f3[_0xcecab0([0x6d,0x6f,0x64,0x65,0x6c])][_0xcecab0([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x6fd2f2,_0x5632f3[_0xcecab0([0x6d,0x6f,0x64,0x65,0x6c])][_0xcecab0([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x6fd2f2,_0x5632f3[_0xcecab0([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0xcecab0([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x52bd36(_0x42e38f){const _0x919f12=_0x5cedbd();_0x5632f3[_0x919f12]=_0xcecab0([0x73,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x42e38f,_0x42e38f!=_0xcecab0([0x56,0x61,0x6c,0x69,0x64])&&_0x5b85fd();}function _0x5cedbd(){const _0x8c4c37=window[_0xcecab0([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0xcecab0([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0xcecab0([0x6e,0x6f,0x77])]())[_0xcecab0([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0xcecab0([0x2e]),'');let _0x2d2e76=_0xcecab0([0x47]);for(let _0x212935=0x0;_0x212935<_0x8c4c37[_0xcecab0([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x212935+=0x2){let _0x5ee62b=window[_0xcecab0([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x8c4c37[_0xcecab0([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x212935,_0x212935+0x2));_0x5ee62b>=_0x4e3f93[_0xcecab0([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x5ee62b-=_0x4e3f93[_0xcecab0([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x2d2e76+=_0x4e3f93[_0x5ee62b];}return _0x2d2e76;}function _0x38b734(){const _0x210472=_0x108aaf[_0xcecab0([0x73,0x70,0x6c,0x69,0x74])](_0xcecab0([0x2e]));if(0x3!=_0x210472[_0xcecab0([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x2ffe58(_0x210472[0x1]);function _0x2ffe58(_0xada0bd){const _0x578dd0=_0x4e3a5f(_0xada0bd);return _0x578dd0&&_0x247ab8()?_0x578dd0:null;function _0x247ab8(){const _0x21f5be=_0x578dd0[_0xcecab0([0x6a,0x74,0x69])],_0x5a6507=window[_0xcecab0([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x21f5be[_0xcecab0([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x21f5be[_0xcecab0([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x5aaae8={..._0x578dd0,[_0xcecab0([0x6a,0x74,0x69])]:_0x21f5be[_0xcecab0([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x21f5be[_0xcecab0([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x5aaae8[_0xcecab0([0x76,0x63])],_0x562734(_0x5aaae8)==_0x5a6507;}}}async function _0x3b4fea(){let _0x4e859c=!0x0;try{const _0x310cd2=_0x108aaf[_0xcecab0([0x73,0x70,0x6c,0x69,0x74])](_0xcecab0([0x2e])),[_0x42ddc9,_0x3c0f99,_0x1b2e6d]=_0x310cd2;return _0x3246f9(_0x42ddc9),await _0x57ca1b(_0x42ddc9,_0x3c0f99,_0x1b2e6d),_0x4e859c;}catch{return!0x1;}function _0x3246f9(_0x525720){const _0x106634=_0x4e3a5f(_0x525720);_0x106634&&_0x106634[_0xcecab0([0x61,0x6c,0x67])]==_0xcecab0([0x45,0x53,0x32,0x35,0x36])||(_0x4e859c=!0x1);}async function _0x57ca1b(_0x3cff59,_0xb49290,_0x2eac7c){const _0x435cee=window[_0xcecab0([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0xcecab0([0x66,0x72,0x6f,0x6d])](_0x3f45ad(_0x2eac7c),_0x1d6deb=>_0x1d6deb[_0xcecab0([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x55eecd=new window[(_0xcecab0([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0xcecab0([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x3cff59+_0xcecab0([0x2e])+_0xb49290),_0x2f88f5=window[_0xcecab0([0x63,0x72,0x79,0x70,0x74,0x6f])][_0xcecab0([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x2f88f5)return;const _0x46fe24=await _0x2f88f5[_0xcecab0([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0xcecab0([0x6a,0x77,0x6b]),_0x213a0d,{[_0xcecab0([0x6e,0x61,0x6d,0x65])]:_0xcecab0([0x45,0x43,0x44,0x53,0x41]),[_0xcecab0([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0xcecab0([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0xcecab0([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x2f88f5[_0xcecab0([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0xcecab0([0x6e,0x61,0x6d,0x65])]:_0xcecab0([0x45,0x43,0x44,0x53,0x41]),[_0xcecab0([0x68,0x61,0x73,0x68])]:{[_0xcecab0([0x6e,0x61,0x6d,0x65])]:_0xcecab0([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x46fe24,_0x435cee,_0x55eecd)||(_0x4e859c=!0x1);}}function _0x4e3a5f(_0x124981){return _0x124981[_0xcecab0([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0xcecab0([0x65,0x79]))?JSON[_0xcecab0([0x70,0x61,0x72,0x73,0x65])](_0x3f45ad(_0x124981)):null;}function _0x3f45ad(_0x47a80b){return window[_0xcecab0([0x61,0x74,0x6f,0x62])](_0x47a80b[_0xcecab0([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0xcecab0([0x2b]))[_0xcecab0([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0xcecab0([0x2f])));}function _0x562734(_0x36583d){let _0x157277=0x1505;function _0x9c773e(_0x1edfc9){for(let _0x4dfc64=0x0;_0x4dfc64<_0x1edfc9[_0xcecab0([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x4dfc64++){const _0x4d773b=_0x1edfc9[_0xcecab0([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x4dfc64);_0x157277=(_0x157277<<0x5)+_0x157277+_0x4d773b,_0x157277&=_0x157277;}}function _0x5f076d(_0x9b1561){Array[_0xcecab0([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x9b1561)?_0x9b1561[_0xcecab0([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x5f076d):_0x9b1561&&typeof _0x9b1561==_0xcecab0([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0xcecab0([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x9b1561)[_0xcecab0([0x73,0x6f,0x72,0x74])]()[_0xcecab0([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x569588,_0x5eb6dc])=>{_0x9c773e(_0x569588),_0x5f076d(_0x5eb6dc);}):_0x9c773e(window[_0xcecab0([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x9b1561));}return _0x5f076d(_0x36583d),_0x157277>>>0x0;}function _0x4095bb(_0x498a83){return _0x498a83[_0xcecab0([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0xcecab0([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0xcecab0([0x30]));}function _0x4a1637(_0x1dfa66){return _0x1dfa66[_0xcecab0([0x73,0x70,0x6c,0x69,0x74])]('')[_0xcecab0([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0xcecab0([0x6a,0x6f,0x69,0x6e])]('');}function _0x6fd2f2(){}function _0xcecab0(_0x3ac70e){return _0x3ac70e['map'](_0x1572fe=>String['fromCharCode'](_0x1572fe))['join']('');}_0x52bd36(await _0x55f809());}(this);}['getAllowedCommands'](){return this['_allowedCommands'];}['getDefaultCommands'](){const _0x3697b7=_0x529320=>function(_0x1bbdaf,_0x4eca88){const t=_0x1bbdaf['t'],_0x3fd3e6=_0x1bbdaf['t'];switch(_0x4eca88){case'AI\x20Assistant':return _0x3fd3e6('AI\x20Assistant');case'Block\x20quote':return _0x3fd3e6('Block\x20quote');case'Bulleted\x20list':return _0x3fd3e6('Bulleted\x20list');case'Insert\x20code\x20block':return _0x3fd3e6('Insert\x20code\x20block');case'Open\x20file\x20manager':return _0x3fd3e6('Open\x20file\x20manager');case'Insert\x20image':return _0x3fd3e6('Insert\x20image');case'Heading\x201':return _0x3fd3e6('Heading\x201');case'Heading\x202':return _0x3fd3e6('Heading\x202');case'Heading\x203':return _0x3fd3e6('Heading\x203');case'Heading\x204':return _0x3fd3e6('Heading\x204');case'Heading\x205':return _0x3fd3e6('Heading\x205');case'Heading\x206':return _0x3fd3e6('Heading\x206');case'Horizontal\x20line':return _0x3fd3e6('Horizontal\x20line');case'Insert\x20HTML':return _0x3fd3e6('Insert\x20HTML');case'Increase\x20indent':return _0x3fd3e6('Increase\x20indent');case'Insert\x20table':return _0x3fd3e6('Insert\x20table');case'Table\x20of\x20contents':return _0x3fd3e6('Table\x20of\x20contents');case'Numbered\x20list':return _0x3fd3e6('Numbered\x20list');case'Decrease\x20indent':return _0x3fd3e6('Decrease\x20indent');case'Paragraph':return _0x3fd3e6('Paragraph');case'To-do\x20list':return _0x3fd3e6('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 _0x4eca88;}}(this['editor']['locale'],_0x529320);return[{'id':'aiAssistant','commandName':'showAIAssistant','icon':_0x10104c,'title':_0x3697b7('AI\x20Assistant'),'description':_0x3697b7('Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content'),'execute':_0x1c2f61=>{setTimeout(()=>_0x1c2f61['execute']('showAIAssistant'));}},{'id':'blockQuote','commandName':'blockQuote','icon':_0xe2a8a8,'title':_0x3697b7('Block\x20quote'),'description':_0x3697b7('Create\x20a\x20block\x20quote')},{'id':'bulletedList','commandName':'bulletedList','icon':_0x25b788,'title':_0x3697b7('Bulleted\x20list'),'description':_0x3697b7('Create\x20a\x20bulleted\x20list')},{'id':'codeBlock','commandName':'codeBlock','icon':_0x2c07be,'title':_0x3697b7('Insert\x20code\x20block'),'description':_0x3697b7('Create\x20a\x20code\x20block')},{'id':'ckbox','commandName':'ckbox','icon':_0x581779,'title':_0x3697b7('Open\x20file\x20manager'),'description':_0x3697b7('Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file'),'aliases':['ckfinder','filemanager','upload']},{'id':'ckfinder','commandName':'ckfinder','icon':_0x581779,'title':_0x3697b7('Insert\x20image'),'description':_0x3697b7('Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file'),'aliases':['ckbox','filemanager','upload']},{'id':'emoji','commandName':'emoji','icon':_0x378057,'title':_0x3697b7('Emoji'),'description':_0x3697b7('Insert\x20an\x20emoji'),'execute':_0x30963d=>{setTimeout(()=>_0x30963d['execute']('emoji'));}},{'id':'heading1','commandName':'heading','icon':_0x5a1a0f,'title':_0x3697b7('Heading\x201'),'description':_0x3697b7('Create\x20a\x20heading\x20level\x201'),'execute':_0x1be719=>{_0x1be719['execute']('heading',{'value':'heading1'});}},{'id':'heading2','commandName':'heading','icon':_0x1bcee1,'title':_0x3697b7('Heading\x202'),'description':_0x3697b7('Create\x20a\x20heading\x20level\x202'),'execute':_0x2d7f3d=>{_0x2d7f3d['execute']('heading',{'value':'heading2'});}},{'id':'heading3','commandName':'heading','icon':_0x5e89d7,'title':_0x3697b7('Heading\x203'),'description':_0x3697b7('Create\x20a\x20heading\x20level\x203'),'execute':_0x20efb7=>{_0x20efb7['execute']('heading',{'value':'heading3'});}},{'id':'heading4','commandName':'heading','icon':_0x58ac12,'title':_0x3697b7('Heading\x204'),'description':_0x3697b7('Create\x20a\x20heading\x20level\x204'),'execute':_0x8ccd83=>{_0x8ccd83['execute']('heading',{'value':'heading4'});}},{'id':'heading5','commandName':'heading','icon':_0x4cbbfd,'title':_0x3697b7('Heading\x205'),'description':_0x3697b7('Create\x20a\x20heading\x20level\x205'),'execute':_0x11f442=>{_0x11f442['execute']('heading',{'value':'heading5'});}},{'id':'heading6','commandName':'heading','icon':_0xff8d51,'title':_0x3697b7('Heading\x206'),'description':_0x3697b7('Create\x20a\x20heading\x20level\x206'),'execute':_0x40a646=>{_0x40a646['execute']('heading',{'value':'heading6'});}},{'id':'horizontalLine','commandName':'horizontalLine','icon':_0x1fb9ec,'title':_0x3697b7('Horizontal\x20line'),'description':_0x3697b7('Insert\x20a\x20horizontal\x20line')},{'id':'htmlEmbed','commandName':'htmlEmbed','icon':_0x1b4e22,'title':_0x3697b7('Insert\x20HTML'),'description':_0x3697b7('Insert\x20an\x20HTML\x20snippet')},{'id':'indent','commandName':'indent','icon':_0x3e4e73,'title':_0x3697b7('Increase\x20indent'),'description':_0x3697b7('Increase\x20the\x20indentation')},{'id':'insertMermaidCommand','commandName':'insertMermaidCommand','title':_0x3697b7('Insert\x20Mermaid\x20diagram'),'description':_0x3697b7('Insert\x20the\x20Mermaid\x20diagram')},{'id':'insertTable','commandName':'insertTable','icon':_0x3327cc,'title':_0x3697b7('Insert\x20table'),'description':_0x3697b7('Create\x20a\x20table')},{'id':'insertTableOfContents','commandName':'insertTableOfContents','icon':_0x3345ce,'title':_0x3697b7('Table\x20of\x20contents'),'description':_0x3697b7('Insert\x20table\x20of\x20contents'),'aliases':['toc']},{'id':'numberedList','commandName':'numberedList','icon':_0x30bc71,'title':_0x3697b7('Numbered\x20list'),'description':_0x3697b7('Create\x20a\x20numbered\x20list')},{'id':'outdent','commandName':'outdent','icon':_0xf8df9e,'title':_0x3697b7('Decrease\x20indent'),'description':_0x3697b7('Decrease\x20the\x20indentation')},{'id':'paragraph','commandName':'paragraph','icon':_0x490a85,'title':_0x3697b7('Paragraph'),'description':_0x3697b7('Insert\x20a\x20paragraph')},{'id':'todoList','commandName':'todoList','icon':_0x295a05,'title':_0x3697b7('To-do\x20list'),'description':_0x3697b7('Create\x20a\x20to-do\x20list')}];}['_proxyIsEnabled'](_0x253ceb){return _0x253ceb['isEnabled']?_0x253ceb['isEnabled'](this['editor']):!_0x253ceb['commandName']||this['editor']['commands']['get'](_0x253ceb['commandName'])['isEnabled'];}['_proxyExecute'](_0x258b24){if(_0x258b24['execute'])_0x258b24['execute'](this['editor']);else{if(!_0x258b24['commandName'])throw new _0x2e900c('slash-command-execute-missing',this['editor'],{'commandDefinition':_0x258b24});this['editor']['execute'](_0x258b24['commandName']);}}}function j(_0x46311a,_0x16e659){return _0x46311a['title']<_0x16e659['title']?-0x1:_0x46311a['title']>_0x16e659['title']?0x1:0x0;}function L(_0x1b14ed,_0x5a22d9){return _0x5a22d9+'-'+_0x1b14ed['toLowerCase']()['split']('\x20')['join']('-');}class s extends _0x7c3a7{static get['pluginName'](){return'SlashCommandEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[P];}['getMatchingCommands'](_0x47116d){const _0x4a4181=_0x47116d&&_0x47116d['toLowerCase']();let _0x1bae7f=this['editor']['plugins']['get']('SlashCommandConfig')['getAllowedCommands']();if(_0x1bae7f=_0x1bae7f['filter'](_0x2d698b=>_0x2d698b['isEnabled']()),_0x4a4181){const _0x5b91fa=[],_0x1086f1=[],_0x1b38f2=[],_0x511720=[];for(const _0x47e699 of _0x1bae7f)_0x47e699['id']['toLowerCase']()['includes'](_0x4a4181)?_0x5b91fa['push'](_0x47e699):_0x47e699['title']['toLowerCase']()['includes'](_0x4a4181)?_0x1086f1['push'](_0x47e699):_0x47e699['aliases']&&_0x47e699['aliases']['some'](_0xa99bd7=>_0xa99bd7['toLowerCase']()['includes'](_0x4a4181))?_0x1b38f2['push'](_0x47e699):_0x47e699['description']&&_0x47e699['description']['toLowerCase']()['includes'](_0x4a4181)&&_0x511720['push'](_0x47e699);_0x1bae7f=_0x5b91fa['concat'](_0x1086f1,_0x1b38f2,_0x511720);}return _0x1bae7f;}}class K extends _0x1d1369{constructor(_0x5228e7,_0x476387){super(_0x5228e7),this['textPartView']=this['_createTextPartView'](_0x5228e7,_0x476387),void 0x0!==_0x476387['isIconColorInherited']&&(this['iconView']['isColorInherited']=_0x476387['isIconColorInherited']),this['set']({'icon':_0x476387['icon']||_0x51f1b7,'withText':!0x0,'label':_0x476387['title'],'class':'ck-slash-command-button'});}['render'](){super['render'](),this['children']['add'](this['textPartView']);}['_createTextPartView'](_0x1c3b7a,_0x36ec45){const _0x73851f=new _0x38c627(_0x1c3b7a);return _0x73851f['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-slash-command-button__text-part']},'children':_0x36ec45['description']?[this['labelView'],{'tag':'span','attributes':{'class':['ck','ck-slash-command-button__description']},'children':[{'text':_0x36ec45['description']}]}]:[this['labelView']]}),_0x73851f;}}class e extends _0x7c3a7{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'SlashCommandUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x261694){super(_0x261694),this['_setupMentionConfiguration']();}['init'](){this['editor']['once']('ready',this['_overrideMentionExecuteListener']['bind'](this)),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x223a35=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x118a38;for(const _0x55356f in _0x223a35){const _0xb50c31=_0x55356f,_0x5d9a7a=_0x223a35[_0xb50c31];if('slashCommandLicenseKeyValid'==_0x5d9a7a||'slashCommandLicenseKeyInvalid'==_0x5d9a7a||'slashCommandLicenseKeyExpired'==_0x5d9a7a||'slashCommandLicenseKeyDomainLimit'==_0x5d9a7a||'slashCommandLicenseKeyNotAllowed'==_0x5d9a7a||'slashCommandLicenseKeyEvaluationLimit'==_0x5d9a7a||'slashCommandLicenseKeyTrialLimit'==_0x5d9a7a||'slashCommandLicenseKeyUsageLimit'==_0x5d9a7a){delete _0x223a35[_0xb50c31],_0x118a38=_0x5d9a7a,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'slashCommandLicenseKeyInvalid'==_0x118a38&&_0x223a35['_showLicenseError']('invalid'),'slashCommandLicenseKeyExpired'==_0x118a38&&_0x223a35['_showLicenseError']('expired'),'slashCommandLicenseKeyDomainLimit'==_0x118a38&&_0x223a35['_showLicenseError']('domainLimit'),'slashCommandLicenseKeyNotAllowed'==_0x118a38&&_0x223a35['_showLicenseError']('featureNotAllowed','SlashCommand'),'slashCommandLicenseKeyEvaluationLimit'==_0x118a38&&_0x223a35['_showLicenseError']('evaluationLimit'),'slashCommandLicenseKeyTrialLimit'==_0x118a38&&_0x223a35['_showLicenseError']('trialLimit'),'slashCommandLicenseKeyUsageLimit'==_0x118a38&&_0x223a35['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}['_setupMentionConfiguration'](){const _0x1bb4cb=this['editor'],_0x3df83f=this['editor']['plugins']['get']('SlashCommandEditing'),_0x580f8c=_0x1bb4cb['config']['get']('mention.feeds');_0x580f8c['push']({'marker':'/','feed':_0x5abcc1=>_0x3df83f['getMatchingCommands'](_0x5abcc1),'itemRenderer':this['_customItemRenderer']['bind'](this),'dropdownLimit':_0x1bb4cb['config']['get']('slashCommand.dropdownLimit')||0x1/0x0}),_0x1bb4cb['config']['set']('mention.feeds',_0x580f8c);}['_overrideMentionExecuteListener'](){const _0x3a0c87=this['editor'];_0x3a0c87['commands']['get']('mention')['on']('execute',(_0x28aad7,_0x1f624f)=>{const _0x35bb35=_0x1f624f[0x0],_0x1cbcfc=_0x3a0c87['model'];'/'===_0x35bb35['marker']&&_0x1cbcfc['change'](_0x58a5dd=>{_0x58a5dd['remove'](_0x35bb35['range']),_0x35bb35['mention']['execute'](),_0x28aad7['stop']();});},{'priority':'high'});}['_customItemRenderer'](_0x464740){const _0x579961=this['editor']['locale'],_0x1937b2=new K(_0x579961,_0x464740);return _0x1937b2['render'](),_0x1937b2['element'];}}class H extends _0x7c3a7{static get['requires'](){return['Mention',s,e];}static get['pluginName'](){return'SlashCommand';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}}export{H as SlashCommand,P as SlashCommandConfig,s as SlashCommandEditing,e as SlashCommandUI};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ckeditor/ckeditor5-slash-command",
|
|
3
|
-
"version": "46.0.1-alpha.
|
|
3
|
+
"version": "46.0.1-alpha.11",
|
|
4
4
|
"description": "Slash command feature for CKEditor 5.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ckeditor",
|
|
@@ -12,15 +12,15 @@
|
|
|
12
12
|
"type": "module",
|
|
13
13
|
"main": "src/index.js",
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@ckeditor/ckeditor5-core": "46.0.1-alpha.
|
|
16
|
-
"@ckeditor/ckeditor5-icons": "46.0.1-alpha.
|
|
17
|
-
"@ckeditor/ckeditor5-heading": "46.0.1-alpha.
|
|
18
|
-
"@ckeditor/ckeditor5-mention": "46.0.1-alpha.
|
|
19
|
-
"@ckeditor/ckeditor5-style": "46.0.1-alpha.
|
|
20
|
-
"@ckeditor/ckeditor5-template": "46.0.1-alpha.
|
|
21
|
-
"@ckeditor/ckeditor5-ui": "46.0.1-alpha.
|
|
22
|
-
"@ckeditor/ckeditor5-utils": "46.0.1-alpha.
|
|
23
|
-
"ckeditor5": "46.0.1-alpha.
|
|
15
|
+
"@ckeditor/ckeditor5-core": "46.0.1-alpha.11",
|
|
16
|
+
"@ckeditor/ckeditor5-icons": "46.0.1-alpha.11",
|
|
17
|
+
"@ckeditor/ckeditor5-heading": "46.0.1-alpha.11",
|
|
18
|
+
"@ckeditor/ckeditor5-mention": "46.0.1-alpha.11",
|
|
19
|
+
"@ckeditor/ckeditor5-style": "46.0.1-alpha.11",
|
|
20
|
+
"@ckeditor/ckeditor5-template": "46.0.1-alpha.11",
|
|
21
|
+
"@ckeditor/ckeditor5-ui": "46.0.1-alpha.11",
|
|
22
|
+
"@ckeditor/ckeditor5-utils": "46.0.1-alpha.11",
|
|
23
|
+
"ckeditor5": "46.0.1-alpha.11"
|
|
24
24
|
},
|
|
25
25
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
26
26
|
"author": "CKSource (http://cksource.com/)",
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
function _0x286f(_0x1181dd,_0xd534f8){const _0x303b4d=_0x303b();return _0x286f=function(_0x286f42,_0x1bf858){_0x286f42=_0x286f42-0x7b;let _0xe341d0=_0x303b4d[_0x286f42];return _0xe341d0;},_0x286f(_0x1181dd,_0xd534f8);}const _0x11feeb=_0x286f;(function(_0x2549ab,_0x36a04b){const _0x42a149=_0x286f,_0xc2d4fe=_0x2549ab();while(!![]){try{const _0x1259f6=-parseInt(_0x42a149(0xe2))/0x1+-parseInt(_0x42a149(0xf2))/0x2*(-parseInt(_0x42a149(0x93))/0x3)+parseInt(_0x42a149(0xa7))/0x4+parseInt(_0x42a149(0x99))/0x5*(-parseInt(_0x42a149(0x80))/0x6)+parseInt(_0x42a149(0xe0))/0x7*(parseInt(_0x42a149(0xdb))/0x8)+parseInt(_0x42a149(0xb9))/0x9*(parseInt(_0x42a149(0x88))/0xa)+-parseInt(_0x42a149(0xd9))/0xb;if(_0x1259f6===_0x36a04b)break;else _0xc2d4fe['push'](_0xc2d4fe['shift']());}catch(_0x56cc5c){_0xc2d4fe['push'](_0xc2d4fe['shift']());}}}(_0x303b,0xb9c32));import{Plugin as _0x445355}from'ckeditor5/src/core.js';import{CKEditorError as _0x47ae76,uid as _0x246f58}from'ckeditor5/src/utils.js';function _0x303b(){const _0x3c1125=['map','fromCharCode','afterInit','Insert\x20image','Decrease\x20indent','Heading\x201','config','icon','Heading\x202','Bulleted\x20list','Create\x20a\x20heading\x20level\x201','includes','blockQuote','insertTable','ckfinder','slashCommand.extraCommands','href','heading6','paragraph','9471231GTgYUJ','Heading\x206','16bPmncf','emoji','editor','Numbered\x20list','insertMermaidCommand','1751722oeXINO','Open\x20file\x20manager','58999ZdGiAS','Horizontal\x20line','isIconColorInherited','upload','Insert\x20table','getAllowedCommands','Insert\x20the\x20Mermaid\x20diagram','SlashCommandConfig','ckbox','Insert\x20Mermaid\x20diagram','Create\x20a\x20block\x20quote','indent','toc','showAIAssistant','Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content','To-do\x20list','160902nSQvpR','aiAssistant','horizontalLine','Heading\x203','split','heading','locale','isPremiumPlugin','execute','Insert\x20HTML','Insert\x20code\x20block','Create\x20a\x20heading\x20level\x203','Create\x20a\x20heading\x20level\x202','Heading\x205','Insert\x20table\x20of\x20contents','Emoji','Create\x20a\x20to-do\x20list','Table\x20of\x20contents','heading1','6QewZKM','bulletedList','Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file','commands','todoList','Decrease\x20the\x20indentation','description','Create\x20a\x20numbered\x20list','157460ctOHOF','isOfficialPlugin','Paragraph','pluginName','Create\x20a\x20code\x20block','template.definitions','heading2','Create\x20a\x20bulleted\x20list','concat','Heading\x204','codeBlock','24kicKtX','enabledStyles','template','aliases','_allowedCommands','slash-command-execute-missing','2968015dFcqeF','function','filter','Create\x20a\x20table','Create\x20a\x20heading\x20level\x206','title','model','outdent','insertTableOfContents','Create\x20a\x20heading\x20level\x205','length','Insert\x20a\x20horizontal\x20line','AI\x20Assistant','style.definitions','2569116LQQncC','heading4','push','get','heading3','slashCommand.removeCommands','name','_proxyExecute','isEnabled','Increase\x20the\x20indentation','htmlEmbed','filemanager','_proxyIsEnabled','Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file','Block\x20quote','style','heading5','sort','279TZXVDP','Insert\x20a\x20paragraph','Increase\x20indent','Insert\x20an\x20HTML\x20snippet','toLowerCase','Create\x20a\x20heading\x20level\x204','getDefaultCommands','commandName','numberedList','Insert\x20an\x20emoji','insertTemplate','heading.options','join'];_0x303b=function(){return _0x3c1125;};return _0x303b();}import{IconBrowseFiles as _0x5efb99,IconBulletedList as _0x52bceb,IconEmoji as _0x5ee638,IconCodeBlock as _0x3d4398,IconHeading1 as _0x26187b,IconHeading2 as _0x9fc26f,IconHeading3 as _0x279b7b,IconHeading4 as _0x38da40,IconHeading5 as _0x50bb3f,IconHeading6 as _0x29c1ec,IconHorizontalLine as _0x245638,IconHtml as _0x13862b,IconIndent as _0x314887,IconNumberedList as _0x5cbdd2,IconOutdent as _0x11ab00,IconParagraph as _0x4696b6,IconQuote as _0x46d640,IconRobotPencil as _0x54735c,IconTable as _0x5adaf4,IconTableOfContents as _0x31d60b,IconTodoList as _0x22f137}from'ckeditor5/src/icons.js';import{getTranslation as _0x135314}from'./utils/common-translations.js';import'./slashcommandeditorconfig.js';export class SlashCommandConfig extends _0x445355{static get[_0x11feeb(0x8b)](){const _0x4718e8=_0x11feeb;return _0x4718e8(0xe9);}static get[_0x11feeb(0x89)](){return!0x0;}static get[_0x11feeb(0xf9)](){return!0x0;}constructor(_0x88abea){const _0x5d7963=_0x11feeb;super(_0x88abea),this[_0x5d7963(0x97)]=null;}[_0x11feeb(0xc8)](){const _0x2f01e0=_0x11feeb,_0x45637b=this[_0x2f01e0(0xdd)][_0x2f01e0(0xcc)][_0x2f01e0(0xaa)](_0x2f01e0(0xac))||[],_0x48d621=function(_0x4c6c61){const _0x1bc0a8=_0x2f01e0;let _0x2ea351=[_0x1bc0a8(0xa8),_0x1bc0a8(0xb7),_0x1bc0a8(0xd7)];if(_0x4c6c61){const _0x33245a=_0x4c6c61[_0x1bc0a8(0xc6)](_0x27ef74=>_0x27ef74[_0x1bc0a8(0x9f)]);_0x2ea351=[_0x1bc0a8(0x7f),_0x1bc0a8(0x8e),_0x1bc0a8(0xab),_0x1bc0a8(0xa8),_0x1bc0a8(0xb7),_0x1bc0a8(0xd7)][_0x1bc0a8(0x9b)](_0x17cf98=>!_0x33245a[_0x1bc0a8(0xd1)](_0x17cf98));}return _0x2ea351;}(this[_0x2f01e0(0xdd)][_0x2f01e0(0xcc)][_0x2f01e0(0xaa)](_0x2f01e0(0xc4)));let _0x312b45=this[_0x2f01e0(0xbf)]()[_0x2f01e0(0x9b)](_0x8751cc=>!_0x48d621[_0x2f01e0(0xd1)](_0x8751cc['id']))[_0x2f01e0(0x9b)](_0x4deb57=>!_0x45637b[_0x2f01e0(0xd1)](_0x4deb57[_0x2f01e0(0xc0)]));const _0x22e27f=this[_0x2f01e0(0xdd)][_0x2f01e0(0xcc)][_0x2f01e0(0xaa)](_0x2f01e0(0xd5));_0x22e27f&&_0x22e27f[_0x2f01e0(0xa3)]&&(_0x312b45=_0x312b45[_0x2f01e0(0x90)](_0x22e27f));const _0x30b15e=this[_0x2f01e0(0xdd)][_0x2f01e0(0xcc)][_0x2f01e0(0xaa)](_0x2f01e0(0x8d));_0x30b15e&&_0x30b15e[_0x2f01e0(0xa3)]&&(_0x312b45=_0x312b45[_0x2f01e0(0x90)](function(_0x2e4bf1){const _0x127bb2=_0x2f01e0;return _0x2e4bf1[_0x127bb2(0xc6)](_0x31e21c=>{const _0x207e1e=_0x127bb2,{title:_0x34d31d,icon:_0x2d81da,description:_0x22c4bd,data:_0x309344}=_0x31e21c,_0x1b5bc7={'id':L(_0x34d31d,_0x207e1e(0x95)),'commandName':_0x207e1e(0xc3),'execute':_0x2d2d7d=>{const _0x30d796=_0x207e1e;_0x2d2d7d[_0x30d796(0xfa)](_0x30d796(0xc3),_0x309344);},'description':_0x22c4bd,'icon':_0x2d81da,'title':_0x34d31d};return _0x2d81da&&(_0x1b5bc7[_0x207e1e(0xe4)]=!0x1),_0x1b5bc7;});}(_0x30b15e)));const _0x311791=this[_0x2f01e0(0xdd)][_0x2f01e0(0xcc)][_0x2f01e0(0xaa)](_0x2f01e0(0xa6));_0x311791&&_0x311791[_0x2f01e0(0xa3)]&&(_0x312b45=_0x312b45[_0x2f01e0(0x90)](function(_0x297106){const _0x4750bc=_0x2f01e0;return _0x297106[_0x4750bc(0xc6)](_0x4209be=>({'id':L(_0x4209be[_0x4750bc(0xad)],_0x4750bc(0xb6)),'commandName':_0x4750bc(0xb6),'execute':_0x387a9e=>{const _0x3df7c1=_0x4750bc;_0x387a9e[_0x3df7c1(0xfa)](_0x3df7c1(0xb6),{'styleName':_0x4209be[_0x3df7c1(0xad)]});},'isEnabled':_0x469ee6=>{const _0x9c8882=_0x4750bc,_0x43ccd6=_0x469ee6[_0x9c8882(0x83)][_0x9c8882(0xaa)](_0x9c8882(0xb6));return _0x43ccd6[_0x9c8882(0xaf)]&&_0x43ccd6[_0x9c8882(0x94)][_0x9c8882(0xd1)](_0x4209be[_0x9c8882(0xad)]);},'title':_0x4209be[_0x4750bc(0xad)]}));}(_0x311791)));const _0x50082c=_0x312b45[_0x2f01e0(0x9b)](_0x4c3218=>!_0x4c3218[_0x2f01e0(0xc0)]||void 0x0!==this[_0x2f01e0(0xdd)][_0x2f01e0(0x83)][_0x2f01e0(0xaa)](_0x4c3218[_0x2f01e0(0xc0)])),_0x36e276=[];for(const _0x4fcb28 of _0x50082c)_0x36e276[_0x2f01e0(0xa9)]({'id':_0x4fcb28['id'],'commandName':_0x4fcb28[_0x2f01e0(0xc0)],'title':_0x2f01e0(0x9a)==typeof _0x4fcb28[_0x2f01e0(0x9e)]?_0x4fcb28[_0x2f01e0(0x9e)](this[_0x2f01e0(0xdd)]):_0x4fcb28[_0x2f01e0(0x9e)],'description':_0x4fcb28[_0x2f01e0(0x86)],'icon':_0x4fcb28[_0x2f01e0(0xcd)],'isIconColorInherited':_0x4fcb28[_0x2f01e0(0xe4)],'aliases':_0x4fcb28[_0x2f01e0(0x96)],'isEnabled':()=>this[_0x2f01e0(0xb3)](_0x4fcb28),'execute':()=>this[_0x2f01e0(0xae)](_0x4fcb28)});this[_0x2f01e0(0x97)]=_0x36e276[_0x2f01e0(0xb8)](j),async function(_0x1812bb){const _0x57f91c=_0x32c0b8([0x77,0x6a,0x4e,0x6c,0x64,0x51,0x31,0x74,0x46,0x42,0x33,0x63,0x73,0x67,0x71,0x38,0x48,0x6f,0x62,0x7a,0x4d,0x55,0x78,0x76,0x30,0x79,0x54,0x5a,0x59,0x69,0x4b,0x47,0x75,0x57,0x34,0x72,0x6b,0x49,0x50,0x65,0x43,0x36,0x68,0x44,0x32,0x45,0x53,0x37,0x61,0x4f,0x58,0x6d,0x66,0x39,0x4c,0x70,0x56,0x35,0x41,0x4a,0x52,0x6e]),_0x1b3b7c=0x4ff6b984,_0x226f75=0x4ff1d64c^_0x1b3b7c,_0x46f86e=window[_0x32c0b8([0x44,0x61,0x74,0x65])][_0x32c0b8([0x6e,0x6f,0x77])](),_0x4ec500=_0x1812bb[_0x32c0b8([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x20d79f=new window[(_0x32c0b8([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x4eaad4=>{_0x4ec500[_0x32c0b8([0x6f,0x6e,0x63,0x65])](_0x32c0b8([0x72,0x65,0x61,0x64,0x79]),_0x4eaad4);}),_0x2d2481={[_0x32c0b8([0x6b,0x74,0x79])]:_0x32c0b8([0x45,0x43]),[_0x32c0b8([0x75,0x73,0x65])]:_0x32c0b8([0x73,0x69,0x67]),[_0x32c0b8([0x63,0x72,0x76])]:_0x32c0b8([0x50,0x2d,0x32,0x35,0x36]),[_0x32c0b8([0x78])]:_0x32c0b8([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]),[_0x32c0b8([0x79])]:_0x32c0b8([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]),[_0x32c0b8([0x61,0x6c,0x67])]:_0x32c0b8([0x45,0x53,0x32,0x35,0x36])},_0xadfbd5=_0x4ec500[_0x32c0b8([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x32c0b8([0x67,0x65,0x74])](_0x32c0b8([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x443f56(){let _0x3a8826,_0x4cdd43=null,_0x1db653=null;try{if(_0xadfbd5==_0x32c0b8([0x47,0x50,0x4c]))return _0x32c0b8([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x3a8826=_0x4b712c(),!_0x3a8826)return _0x32c0b8([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x3a8826[_0x32c0b8([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x1db653=_0x4e3991(_0x3a8826[_0x32c0b8([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x3a8826[_0x32c0b8([0x6a,0x74,0x69])])),await _0x507ceb()?_0x192fd3()?_0x2bf300()?_0x32c0b8([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x1010c5()?(_0x3a8826[_0x32c0b8([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x32c0b8([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x4cdd43=_0x1b5125(_0x32c0b8([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x3a8826[_0x32c0b8([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x32c0b8([0x74,0x72,0x69,0x61,0x6c])&&(_0x4cdd43=_0x1b5125(_0x32c0b8([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0xc53fbf()):_0x32c0b8([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x32c0b8([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x32c0b8([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x32c0b8([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x2bf300(){const _0x488d1e=[_0x32c0b8([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x32c0b8([0x74,0x72,0x69,0x61,0x6c])][_0x32c0b8([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3a8826[_0x32c0b8([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x46f86e/0x3e8:0xe10*_0x226f75;return _0x3a8826[_0x32c0b8([0x65,0x78,0x70])]<_0x488d1e;}function _0x192fd3(){const _0x839386=_0x3a8826[_0x32c0b8([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x839386&&(!!_0x839386[_0x32c0b8([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x32c0b8([0x2a]))||(!!_0x839386[_0x32c0b8([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x32c0b8([0x53,0x43]))||!!_0x839386[_0x32c0b8([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x32c0b8([0x50,0x50]))));}function _0x1010c5(){const _0x4fa04b=_0x286f,_0x3ac920=_0x3a8826[_0x32c0b8([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x3ac920||0x0==_0x3ac920[_0x32c0b8([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x1c70eb}=new URL(window[_0x32c0b8([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x4fa04b(0xd6)]);if(_0x3ac920[_0x32c0b8([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1c70eb))return!0x0;const _0xa06c33=_0x1c70eb[_0x32c0b8([0x73,0x70,0x6c,0x69,0x74])](_0x32c0b8([0x2e]));return _0x3ac920[_0x32c0b8([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x4fd77=>_0x4fd77[_0x32c0b8([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x32c0b8([0x2a])))[_0x32c0b8([0x6d,0x61,0x70])](_0x8916bb=>_0x8916bb[_0x32c0b8([0x73,0x70,0x6c,0x69,0x74])](_0x32c0b8([0x2e])))[_0x32c0b8([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x5c36e7=>_0x5c36e7[_0x32c0b8([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0xa06c33[_0x32c0b8([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x32c0b8([0x6d,0x61,0x70])](_0x191656=>Array(_0xa06c33[_0x32c0b8([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x191656[_0x32c0b8([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x32c0b8([0x66,0x69,0x6c,0x6c])](_0x191656[0x0]===_0x32c0b8([0x2a])?_0x32c0b8([0x2a]):'')[_0x32c0b8([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x191656))[_0x32c0b8([0x73,0x6f,0x6d,0x65])](_0x54019e=>_0xa06c33[_0x32c0b8([0x65,0x76,0x65,0x72,0x79])]((_0xbc5c5f,_0x239ab8)=>_0x54019e[_0x239ab8]===_0xbc5c5f||_0x54019e[_0x239ab8]===_0x32c0b8([0x2a])));}function _0xc53fbf(){return _0x4cdd43&&_0x1db653?new window[(_0x32c0b8([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x4a52f7,_0x492df1)=>{_0x4cdd43[_0x32c0b8([0x74,0x68,0x65,0x6e])](_0x4a52f7,_0x492df1),_0x1db653[_0x32c0b8([0x74,0x68,0x65,0x6e])](_0x5a5d88=>{_0x5a5d88!=_0x32c0b8([0x56,0x61,0x6c,0x69,0x64])&&_0x4a52f7(_0x5a5d88);},_0x492df1);}):_0x4cdd43||_0x1db653||_0x32c0b8([0x56,0x61,0x6c,0x69,0x64]);}}function _0x4e3991(_0x3e4a5d,_0x24bd89){return new window[(_0x32c0b8([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x1a4d2d=>{if(_0x111f43())return _0x1a4d2d(_0x32c0b8([0x56,0x61,0x6c,0x69,0x64]));_0x2ac917(),_0x4ec500[_0x32c0b8([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x32c0b8([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x5e5773=!0x1;const _0x3d5b8f=_0x246f58();function _0x10d306(_0x1cd078){return!!_0x1cd078&&(typeof _0x1cd078===_0x32c0b8([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x1cd078===_0x32c0b8([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x1cd078[_0x32c0b8([0x74,0x68,0x65,0x6e])]===_0x32c0b8([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x1cd078[_0x32c0b8([0x63,0x61,0x74,0x63,0x68])]===_0x32c0b8([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x42e8e7(_0x4ada26){_0x471a17(_0x4ada26)[_0x32c0b8([0x74,0x68,0x65,0x6e])](_0x1f0975=>{if(!_0x1f0975||_0x1f0975[_0x32c0b8([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x32c0b8([0x6f,0x6b]))return _0x32c0b8([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x586852(_0x3aef9f(_0x3d5b8f+_0x24bd89))!=_0x1f0975[_0x32c0b8([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x32c0b8([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x32c0b8([0x56,0x61,0x6c,0x69,0x64]);})[_0x32c0b8([0x74,0x68,0x65,0x6e])](_0x300df1=>(_0x453de9(),_0x300df1),()=>{const _0x27a741=_0x7453b9();return null==_0x27a741?(_0x453de9(),_0x32c0b8([0x56,0x61,0x6c,0x69,0x64])):_0x32c0b8(_0x46f86e-_0x27a741>(0x6bfa3d84^_0x1b3b7c)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x32c0b8([0x74,0x68,0x65,0x6e])](_0x1a4d2d)[_0x32c0b8([0x63,0x61,0x74,0x63,0x68])](()=>{_0x1a4d2d(_0x32c0b8([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x5e64d4=0x4fc05704^_0x1b3b7c;function _0x453de9(){const _0x2fc1bc=_0x32c0b8([0x6c,0x6c,0x63,0x74,0x2d])+_0x586852(_0x3aef9f(_0x3e4a5d)),_0x2b4b2c=_0x5ee265(_0x586852(window[_0x32c0b8([0x4d,0x61,0x74,0x68])][_0x32c0b8([0x63,0x65,0x69,0x6c])](_0x46f86e/_0x5e64d4)));window[_0x32c0b8([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x32c0b8([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x2fc1bc,_0x2b4b2c);}function _0x7453b9(){const _0x27fb3c=_0x32c0b8([0x6c,0x6c,0x63,0x74,0x2d])+_0x586852(_0x3aef9f(_0x3e4a5d)),_0x24ec13=window[_0x32c0b8([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x32c0b8([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x27fb3c);return _0x24ec13?window[_0x32c0b8([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x5ee265(_0x24ec13),0x10)*_0x5e64d4:null;}function _0x471a17(_0x8709b9){return new window[(_0x32c0b8([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x48ef6a,_0x2ede33)=>{_0x8709b9[_0x32c0b8([0x74,0x68,0x65,0x6e])](_0x48ef6a,_0x2ede33),window[_0x32c0b8([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x2ede33,0x4ff76d44^_0x1b3b7c);});}}_0x4ec500[_0x32c0b8([0x6f,0x6e])](_0x32c0b8([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x2dc2d0,_0x5bcdf6)=>{if(_0x5bcdf6[0x0]!=_0x3e4a5d)return _0x1a4d2d(_0x32c0b8([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x5bcdf6[0x1]={..._0x5bcdf6[0x1],[_0x32c0b8([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x3d5b8f};},{[_0x32c0b8([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x32c0b8([0x68,0x69,0x67,0x68])}),_0x4ec500[_0x32c0b8([0x6f,0x6e])](_0x32c0b8([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x52f80e=>{_0x10d306(_0x52f80e[_0x32c0b8([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x5e5773=!0x0,_0x42e8e7(_0x52f80e[_0x32c0b8([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x32c0b8([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x32c0b8([0x6c,0x6f,0x77])}),_0x20d79f[_0x32c0b8([0x74,0x68,0x65,0x6e])](()=>{_0x5e5773||_0x1a4d2d(_0x32c0b8([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x111f43(){return _0x4ec500[_0x32c0b8([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x32c0b8([0x76,0x69,0x65,0x77])][_0x32c0b8([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x32c0b8([0x61,0x75,0x74,0x6f]);}function _0x2ac917(){_0x4ec500[_0x32c0b8([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x32c0b8([0x76,0x69,0x65,0x77])][_0x32c0b8([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x32c0b8([0x61,0x75,0x74,0x6f]);}}function _0x1b5125(_0x2ad480){const _0xef24ac=[new window[(_0x32c0b8([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x195df6=>setTimeout(_0x195df6,0x4fff8748^_0x1b3b7c)),_0x20d79f[_0x32c0b8([0x74,0x68,0x65,0x6e])](()=>new window[(_0x32c0b8([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x366140=>{let _0x34e787=0x0;_0x4ec500[_0x32c0b8([0x6d,0x6f,0x64,0x65,0x6c])][_0x32c0b8([0x6f,0x6e])](_0x32c0b8([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x4262b9,_0x437118)=>{_0x437118[0x0][_0x32c0b8([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x34e787++,_0x34e787==(0x4ff6b87c^_0x1b3b7c)&&(_0x366140(),_0x4262b9[_0x32c0b8([0x6f,0x66,0x66])]());});}))];return window[_0x32c0b8([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x32c0b8([0x72,0x61,0x63,0x65])](_0xef24ac)[_0x32c0b8([0x74,0x68,0x65,0x6e])](()=>_0x2ad480);}async function _0x12896c(){await _0x20d79f,_0x4ec500[_0x32c0b8([0x6d,0x6f,0x64,0x65,0x6c])][_0x32c0b8([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x15d3a4,_0x4ec500[_0x32c0b8([0x6d,0x6f,0x64,0x65,0x6c])][_0x32c0b8([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x15d3a4,_0x4ec500[_0x32c0b8([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x32c0b8([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x332f76(_0x15138e){const _0x29b305=_0x199ec7();_0x4ec500[_0x29b305]=_0x32c0b8([0x73,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x15138e,_0x15138e!=_0x32c0b8([0x56,0x61,0x6c,0x69,0x64])&&_0x12896c();}function _0x199ec7(){const _0x51fccd=window[_0x32c0b8([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x32c0b8([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x32c0b8([0x6e,0x6f,0x77])]())[_0x32c0b8([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x32c0b8([0x2e]),'');let _0x356995=_0x32c0b8([0x77]);for(let _0x13e33a=0x0;_0x13e33a<_0x51fccd[_0x32c0b8([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x13e33a+=0x2){let _0x5a46cb=window[_0x32c0b8([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x51fccd[_0x32c0b8([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x13e33a,_0x13e33a+0x2));_0x5a46cb>=_0x57f91c[_0x32c0b8([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x5a46cb-=_0x57f91c[_0x32c0b8([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x356995+=_0x57f91c[_0x5a46cb];}return _0x356995;}function _0x4b712c(){const _0x2a622e=_0xadfbd5[_0x32c0b8([0x73,0x70,0x6c,0x69,0x74])](_0x32c0b8([0x2e]));if(0x3!=_0x2a622e[_0x32c0b8([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x2824ec(_0x2a622e[0x1]);function _0x2824ec(_0xf1bd34){const _0x2b2869=_0xe6cbc3(_0xf1bd34);return _0x2b2869&&_0x30c7ad()?_0x2b2869:null;function _0x30c7ad(){const _0x4f7008=_0x2b2869[_0x32c0b8([0x6a,0x74,0x69])],_0x25b7f8=window[_0x32c0b8([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x4f7008[_0x32c0b8([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x4f7008[_0x32c0b8([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x1162db={..._0x2b2869,[_0x32c0b8([0x6a,0x74,0x69])]:_0x4f7008[_0x32c0b8([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x4f7008[_0x32c0b8([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x1162db[_0x32c0b8([0x76,0x63])],_0x3aef9f(_0x1162db)==_0x25b7f8;}}}async function _0x507ceb(){let _0x560cc7=!0x0;try{const _0x4cf08b=_0xadfbd5[_0x32c0b8([0x73,0x70,0x6c,0x69,0x74])](_0x32c0b8([0x2e])),[_0x12c166,_0x40e3e4,_0x22d5b1]=_0x4cf08b;return _0x469dbf(_0x12c166),await _0x4937d5(_0x12c166,_0x40e3e4,_0x22d5b1),_0x560cc7;}catch{return!0x1;}function _0x469dbf(_0x373694){const _0x48f5b5=_0xe6cbc3(_0x373694);_0x48f5b5&&_0x48f5b5[_0x32c0b8([0x61,0x6c,0x67])]==_0x32c0b8([0x45,0x53,0x32,0x35,0x36])||(_0x560cc7=!0x1);}async function _0x4937d5(_0x40d3ea,_0x15c6ce,_0x580f1b){const _0x28e2d2=window[_0x32c0b8([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x32c0b8([0x66,0x72,0x6f,0x6d])](_0x399729(_0x580f1b),_0x433d2b=>_0x433d2b[_0x32c0b8([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x50098a=new window[(_0x32c0b8([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x32c0b8([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x40d3ea+_0x32c0b8([0x2e])+_0x15c6ce),_0x51d03e=window[_0x32c0b8([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x32c0b8([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x51d03e)return;const _0x45b30d=await _0x51d03e[_0x32c0b8([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x32c0b8([0x6a,0x77,0x6b]),_0x2d2481,{[_0x32c0b8([0x6e,0x61,0x6d,0x65])]:_0x32c0b8([0x45,0x43,0x44,0x53,0x41]),[_0x32c0b8([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x32c0b8([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x32c0b8([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x51d03e[_0x32c0b8([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x32c0b8([0x6e,0x61,0x6d,0x65])]:_0x32c0b8([0x45,0x43,0x44,0x53,0x41]),[_0x32c0b8([0x68,0x61,0x73,0x68])]:{[_0x32c0b8([0x6e,0x61,0x6d,0x65])]:_0x32c0b8([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x45b30d,_0x28e2d2,_0x50098a)||(_0x560cc7=!0x1);}}function _0xe6cbc3(_0x4e8b25){return _0x4e8b25[_0x32c0b8([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x32c0b8([0x65,0x79]))?JSON[_0x32c0b8([0x70,0x61,0x72,0x73,0x65])](_0x399729(_0x4e8b25)):null;}function _0x399729(_0x5ddbad){return window[_0x32c0b8([0x61,0x74,0x6f,0x62])](_0x5ddbad[_0x32c0b8([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x32c0b8([0x2b]))[_0x32c0b8([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x32c0b8([0x2f])));}function _0x3aef9f(_0x584310){let _0x234ff4=0x1505;function _0x403732(_0x619a17){for(let _0x24fe82=0x0;_0x24fe82<_0x619a17[_0x32c0b8([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x24fe82++){const _0x4b3215=_0x619a17[_0x32c0b8([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x24fe82);_0x234ff4=(_0x234ff4<<0x5)+_0x234ff4+_0x4b3215,_0x234ff4&=_0x234ff4;}}function _0x56f3cd(_0x16d49b){Array[_0x32c0b8([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x16d49b)?_0x16d49b[_0x32c0b8([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x56f3cd):_0x16d49b&&typeof _0x16d49b==_0x32c0b8([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x32c0b8([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x16d49b)[_0x32c0b8([0x73,0x6f,0x72,0x74])]()[_0x32c0b8([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x4fe401,_0xf3b4e1])=>{_0x403732(_0x4fe401),_0x56f3cd(_0xf3b4e1);}):_0x403732(window[_0x32c0b8([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x16d49b));}return _0x56f3cd(_0x584310),_0x234ff4>>>0x0;}function _0x586852(_0x481880){return _0x481880[_0x32c0b8([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x32c0b8([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x32c0b8([0x30]));}function _0x5ee265(_0x2e39e2){return _0x2e39e2[_0x32c0b8([0x73,0x70,0x6c,0x69,0x74])]('')[_0x32c0b8([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x32c0b8([0x6a,0x6f,0x69,0x6e])]('');}function _0x15d3a4(){}function _0x32c0b8(_0x5a75d2){const _0x40234f=_0x286f;return _0x5a75d2[_0x40234f(0xc6)](_0x2a85ab=>String[_0x40234f(0xc7)](_0x2a85ab))[_0x40234f(0xc5)]('');}_0x332f76(await _0x443f56());}(this);}[_0x11feeb(0xe7)](){const _0x1895f1=_0x11feeb;return this[_0x1895f1(0x97)];}[_0x11feeb(0xbf)](){const _0xa88dfb=_0x11feeb,_0x59220d=_0x3b7f42=>_0x135314(this[_0xa88dfb(0xdd)][_0xa88dfb(0xf8)],_0x3b7f42);return[{'id':_0xa88dfb(0xf3),'commandName':_0xa88dfb(0xef),'icon':_0x54735c,'title':_0x59220d(_0xa88dfb(0xa5)),'description':_0x59220d(_0xa88dfb(0xf0)),'execute':_0x38a639=>{const _0x39a50b=_0xa88dfb;setTimeout(()=>_0x38a639[_0x39a50b(0xfa)](_0x39a50b(0xef)));}},{'id':_0xa88dfb(0xd2),'commandName':_0xa88dfb(0xd2),'icon':_0x46d640,'title':_0x59220d(_0xa88dfb(0xb5)),'description':_0x59220d(_0xa88dfb(0xec))},{'id':_0xa88dfb(0x81),'commandName':_0xa88dfb(0x81),'icon':_0x52bceb,'title':_0x59220d(_0xa88dfb(0xcf)),'description':_0x59220d(_0xa88dfb(0x8f))},{'id':_0xa88dfb(0x92),'commandName':_0xa88dfb(0x92),'icon':_0x3d4398,'title':_0x59220d(_0xa88dfb(0xfc)),'description':_0x59220d(_0xa88dfb(0x8c))},{'id':_0xa88dfb(0xea),'commandName':_0xa88dfb(0xea),'icon':_0x5efb99,'title':_0x59220d(_0xa88dfb(0xe1)),'description':_0x59220d(_0xa88dfb(0xb4)),'aliases':[_0xa88dfb(0xd4),_0xa88dfb(0xb2),_0xa88dfb(0xe5)]},{'id':_0xa88dfb(0xd4),'commandName':_0xa88dfb(0xd4),'icon':_0x5efb99,'title':_0x59220d(_0xa88dfb(0xc9)),'description':_0x59220d(_0xa88dfb(0x82)),'aliases':[_0xa88dfb(0xea),_0xa88dfb(0xb2),_0xa88dfb(0xe5)]},{'id':_0xa88dfb(0xdc),'commandName':_0xa88dfb(0xdc),'icon':_0x5ee638,'title':_0x59220d(_0xa88dfb(0x7c)),'description':_0x59220d(_0xa88dfb(0xc2)),'execute':_0x2bbd58=>{const _0x16a322=_0xa88dfb;setTimeout(()=>_0x2bbd58[_0x16a322(0xfa)](_0x16a322(0xdc)));}},{'id':_0xa88dfb(0x7f),'commandName':_0xa88dfb(0xf7),'icon':_0x26187b,'title':_0x59220d(_0xa88dfb(0xcb)),'description':_0x59220d(_0xa88dfb(0xd0)),'execute':_0x5d2602=>{const _0x1bed9e=_0xa88dfb;_0x5d2602[_0x1bed9e(0xfa)](_0x1bed9e(0xf7),{'value':_0x1bed9e(0x7f)});}},{'id':_0xa88dfb(0x8e),'commandName':_0xa88dfb(0xf7),'icon':_0x9fc26f,'title':_0x59220d(_0xa88dfb(0xce)),'description':_0x59220d(_0xa88dfb(0xfe)),'execute':_0x343c80=>{const _0x358c73=_0xa88dfb;_0x343c80[_0x358c73(0xfa)](_0x358c73(0xf7),{'value':_0x358c73(0x8e)});}},{'id':_0xa88dfb(0xab),'commandName':_0xa88dfb(0xf7),'icon':_0x279b7b,'title':_0x59220d(_0xa88dfb(0xf5)),'description':_0x59220d(_0xa88dfb(0xfd)),'execute':_0xf25c24=>{const _0x100dcb=_0xa88dfb;_0xf25c24[_0x100dcb(0xfa)](_0x100dcb(0xf7),{'value':_0x100dcb(0xab)});}},{'id':_0xa88dfb(0xa8),'commandName':_0xa88dfb(0xf7),'icon':_0x38da40,'title':_0x59220d(_0xa88dfb(0x91)),'description':_0x59220d(_0xa88dfb(0xbe)),'execute':_0x53510b=>{const _0x8fcafe=_0xa88dfb;_0x53510b[_0x8fcafe(0xfa)](_0x8fcafe(0xf7),{'value':_0x8fcafe(0xa8)});}},{'id':_0xa88dfb(0xb7),'commandName':_0xa88dfb(0xf7),'icon':_0x50bb3f,'title':_0x59220d(_0xa88dfb(0xff)),'description':_0x59220d(_0xa88dfb(0xa2)),'execute':_0x5623d6=>{const _0x33fcb3=_0xa88dfb;_0x5623d6[_0x33fcb3(0xfa)](_0x33fcb3(0xf7),{'value':_0x33fcb3(0xb7)});}},{'id':_0xa88dfb(0xd7),'commandName':_0xa88dfb(0xf7),'icon':_0x29c1ec,'title':_0x59220d(_0xa88dfb(0xda)),'description':_0x59220d(_0xa88dfb(0x9d)),'execute':_0xd12e26=>{const _0x59afe4=_0xa88dfb;_0xd12e26[_0x59afe4(0xfa)](_0x59afe4(0xf7),{'value':_0x59afe4(0xd7)});}},{'id':_0xa88dfb(0xf4),'commandName':_0xa88dfb(0xf4),'icon':_0x245638,'title':_0x59220d(_0xa88dfb(0xe3)),'description':_0x59220d(_0xa88dfb(0xa4))},{'id':_0xa88dfb(0xb1),'commandName':_0xa88dfb(0xb1),'icon':_0x13862b,'title':_0x59220d(_0xa88dfb(0xfb)),'description':_0x59220d(_0xa88dfb(0xbc))},{'id':_0xa88dfb(0xed),'commandName':_0xa88dfb(0xed),'icon':_0x314887,'title':_0x59220d(_0xa88dfb(0xbb)),'description':_0x59220d(_0xa88dfb(0xb0))},{'id':_0xa88dfb(0xdf),'commandName':_0xa88dfb(0xdf),'title':_0x59220d(_0xa88dfb(0xeb)),'description':_0x59220d(_0xa88dfb(0xe8))},{'id':_0xa88dfb(0xd3),'commandName':_0xa88dfb(0xd3),'icon':_0x5adaf4,'title':_0x59220d(_0xa88dfb(0xe6)),'description':_0x59220d(_0xa88dfb(0x9c))},{'id':_0xa88dfb(0xa1),'commandName':_0xa88dfb(0xa1),'icon':_0x31d60b,'title':_0x59220d(_0xa88dfb(0x7e)),'description':_0x59220d(_0xa88dfb(0x7b)),'aliases':[_0xa88dfb(0xee)]},{'id':_0xa88dfb(0xc1),'commandName':_0xa88dfb(0xc1),'icon':_0x5cbdd2,'title':_0x59220d(_0xa88dfb(0xde)),'description':_0x59220d(_0xa88dfb(0x87))},{'id':_0xa88dfb(0xa0),'commandName':_0xa88dfb(0xa0),'icon':_0x11ab00,'title':_0x59220d(_0xa88dfb(0xca)),'description':_0x59220d(_0xa88dfb(0x85))},{'id':_0xa88dfb(0xd8),'commandName':_0xa88dfb(0xd8),'icon':_0x4696b6,'title':_0x59220d(_0xa88dfb(0x8a)),'description':_0x59220d(_0xa88dfb(0xba))},{'id':_0xa88dfb(0x84),'commandName':_0xa88dfb(0x84),'icon':_0x22f137,'title':_0x59220d(_0xa88dfb(0xf1)),'description':_0x59220d(_0xa88dfb(0x7d))}];}[_0x11feeb(0xb3)](_0x55285c){const _0x1552a0=_0x11feeb;return _0x55285c[_0x1552a0(0xaf)]?_0x55285c[_0x1552a0(0xaf)](this[_0x1552a0(0xdd)]):!_0x55285c[_0x1552a0(0xc0)]||this[_0x1552a0(0xdd)][_0x1552a0(0x83)][_0x1552a0(0xaa)](_0x55285c[_0x1552a0(0xc0)])[_0x1552a0(0xaf)];}[_0x11feeb(0xae)](_0x5f1a0b){const _0x4dce05=_0x11feeb;if(_0x5f1a0b[_0x4dce05(0xfa)])_0x5f1a0b[_0x4dce05(0xfa)](this[_0x4dce05(0xdd)]);else{if(!_0x5f1a0b[_0x4dce05(0xc0)])throw new _0x47ae76(_0x4dce05(0x98),this[_0x4dce05(0xdd)],{'commandDefinition':_0x5f1a0b});this[_0x4dce05(0xdd)][_0x4dce05(0xfa)](_0x5f1a0b[_0x4dce05(0xc0)]);}}}function j(_0x3eaef5,_0x3b5d15){const _0x5535e5=_0x11feeb;return _0x3eaef5[_0x5535e5(0x9e)]<_0x3b5d15[_0x5535e5(0x9e)]?-0x1:_0x3eaef5[_0x5535e5(0x9e)]>_0x3b5d15[_0x5535e5(0x9e)]?0x1:0x0;}function L(_0x19ea7d,_0x76acaf){const _0x574b6f=_0x11feeb;return _0x76acaf+'-'+_0x19ea7d[_0x574b6f(0xbd)]()[_0x574b6f(0xf6)]('\x20')[_0x574b6f(0xc5)]('-');}
|
|
23
|
+
const _0x358b8a=_0x4bd3;function _0x4bd3(_0x36ca16,_0x45fa55){const _0x2dc2ad=_0x2dc2();return _0x4bd3=function(_0x4bd3ea,_0x39baf5){_0x4bd3ea=_0x4bd3ea-0xb3;let _0x483e60=_0x2dc2ad[_0x4bd3ea];return _0x483e60;},_0x4bd3(_0x36ca16,_0x45fa55);}(function(_0x3147c9,_0x389a7e){const _0x1bcc7a=_0x4bd3,_0x44c759=_0x3147c9();while(!![]){try{const _0x3d86e6=-parseInt(_0x1bcc7a(0x12e))/0x1+parseInt(_0x1bcc7a(0xf8))/0x2+-parseInt(_0x1bcc7a(0xc6))/0x3*(-parseInt(_0x1bcc7a(0xb9))/0x4)+-parseInt(_0x1bcc7a(0xc5))/0x5+parseInt(_0x1bcc7a(0xc7))/0x6+parseInt(_0x1bcc7a(0xd6))/0x7+-parseInt(_0x1bcc7a(0xef))/0x8*(parseInt(_0x1bcc7a(0xce))/0x9);if(_0x3d86e6===_0x389a7e)break;else _0x44c759['push'](_0x44c759['shift']());}catch(_0x1a0698){_0x44c759['push'](_0x44c759['shift']());}}}(_0x2dc2,0x77eea));function _0x2dc2(){const _0x3f6465=['ckbox','aiAssistant','AI\x20Assistant','getDefaultCommands','744142LSIwCx','heading.options','locale','Insert\x20HTML','Create\x20a\x20heading\x20level\x201','style.definitions','Create\x20a\x20to-do\x20list','Create\x20a\x20bulleted\x20list','Create\x20a\x20block\x20quote','heading','includes','insertTemplate','Open\x20file\x20manager','function','style','isOfficialPlugin','Decrease\x20the\x20indentation','Create\x20a\x20heading\x20level\x204','Insert\x20code\x20block','insertMermaidCommand','Insert\x20a\x20paragraph','numberedList','Heading\x205','toLowerCase','getAllowedCommands','24KNKuZl','_proxyExecute','Increase\x20indent','Decrease\x20indent','split','Bulleted\x20list','todoList','execute','isIconColorInherited','670160lwzqIu','slashCommand.removeCommands','name','afterInit','Increase\x20the\x20indentation','Insert\x20table\x20of\x20contents','Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file','upload','template','description','heading3','fromCharCode','Create\x20a\x20heading\x20level\x202','blockQuote','Emoji','htmlEmbed','insertTableOfContents','Heading\x203','aliases','config','Create\x20a\x20code\x20block','Insert\x20an\x20HTML\x20snippet','slashCommand.extraCommands','emoji','get','Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file','insertTable','Heading\x202','Horizontal\x20line','indent','Create\x20a\x20heading\x20level\x206','sort','To-do\x20list','heading2','Heading\x201','Heading\x204','href','bulletedList','commandName','Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content','Insert\x20table','outdent','Paragraph','push','paragraph','join','Create\x20a\x20heading\x20level\x205','map','heading5','isPremiumPlugin','template.definitions','Block\x20quote','model','heading1','552789xqTBPO','length','isEnabled','Heading\x206','Insert\x20an\x20emoji','filemanager','_allowedCommands','Create\x20a\x20heading\x20level\x203','pluginName','title','showAIAssistant','heading6','enabledStyles','Insert\x20the\x20Mermaid\x20diagram','224qKjLbu','Create\x20a\x20numbered\x20list','concat','_proxyIsEnabled','horizontalLine','filter','Create\x20a\x20table','Table\x20of\x20contents','codeBlock','SlashCommandConfig','icon','commands','1710695TEEqKe','44703AmtYFY','5046498zhOGon','toc','Numbered\x20list','heading4','Insert\x20a\x20horizontal\x20line','editor','ckfinder','2192265CwxbCt','Insert\x20Mermaid\x20diagram','Insert\x20image','slash-command-execute-missing'];_0x2dc2=function(){return _0x3f6465;};return _0x2dc2();}import{Plugin as _0x18cba0}from'ckeditor5/src/core.js';import{CKEditorError as _0x24365d,uid as _0x2fea3b}from'ckeditor5/src/utils.js';import{IconBrowseFiles as _0xa14e95,IconBulletedList as _0xb2155e,IconEmoji as _0x4fc9ff,IconCodeBlock as _0x481c5b,IconHeading1 as _0xc9cb1e,IconHeading2 as _0x5c238f,IconHeading3 as _0x172b63,IconHeading4 as _0x319785,IconHeading5 as _0x44f0ea,IconHeading6 as _0xb9fff7,IconHorizontalLine as _0x39bf64,IconHtml as _0x3d6b8b,IconIndent as _0x41d7b0,IconNumberedList as _0x4bc870,IconOutdent as _0x2fe64f,IconParagraph as _0x4b8667,IconQuote as _0x37ca9f,IconRobotPencil as _0x3e9ff7,IconTable as _0x517afb,IconTableOfContents as _0x12154f,IconTodoList as _0x271538}from'ckeditor5/src/icons.js';import{getTranslation as _0x14fc3d}from'./utils/common-translations.js';import'./slashcommandeditorconfig.js';export class SlashCommandConfig extends _0x18cba0{static get[_0x358b8a(0xb3)](){const _0x19cbe8=_0x358b8a;return _0x19cbe8(0xc2);}static get[_0x358b8a(0xe5)](){return!0x0;}static get[_0x358b8a(0x129)](){return!0x0;}constructor(_0x33dc51){const _0x2bacaf=_0x358b8a;super(_0x33dc51),this[_0x2bacaf(0x134)]=null;}[_0x358b8a(0xfb)](){const _0x456a52=_0x358b8a,_0x124f85=this[_0x456a52(0xcc)][_0x456a52(0x10b)][_0x456a52(0x110)](_0x456a52(0xf9))||[],_0x3d763f=function(_0x1eb08d){const _0xe6ab80=_0x456a52;let _0x647cea=[_0xe6ab80(0xca),_0xe6ab80(0x128),_0xe6ab80(0xb6)];if(_0x1eb08d){const _0x1de06f=_0x1eb08d[_0xe6ab80(0x127)](_0xa9bec=>_0xa9bec[_0xe6ab80(0x12c)]);_0x647cea=[_0xe6ab80(0x12d),_0xe6ab80(0x119),_0xe6ab80(0x102),_0xe6ab80(0xca),_0xe6ab80(0x128),_0xe6ab80(0xb6)][_0xe6ab80(0xbe)](_0x5d3653=>!_0x1de06f[_0xe6ab80(0xe0)](_0x5d3653));}return _0x647cea;}(this[_0x456a52(0xcc)][_0x456a52(0x10b)][_0x456a52(0x110)](_0x456a52(0xd7)));let _0x2152f7=this[_0x456a52(0xd5)]()[_0x456a52(0xbe)](_0x31170a=>!_0x3d763f[_0x456a52(0xe0)](_0x31170a['id']))[_0x456a52(0xbe)](_0x217f52=>!_0x124f85[_0x456a52(0xe0)](_0x217f52[_0x456a52(0x11e)]));const _0x4ceca2=this[_0x456a52(0xcc)][_0x456a52(0x10b)][_0x456a52(0x110)](_0x456a52(0x10e));_0x4ceca2&&_0x4ceca2[_0x456a52(0x12f)]&&(_0x2152f7=_0x2152f7[_0x456a52(0xbb)](_0x4ceca2));const _0x118a9b=this[_0x456a52(0xcc)][_0x456a52(0x10b)][_0x456a52(0x110)](_0x456a52(0x12a));_0x118a9b&&_0x118a9b[_0x456a52(0x12f)]&&(_0x2152f7=_0x2152f7[_0x456a52(0xbb)](function(_0x30579e){const _0x13235f=_0x456a52;return _0x30579e[_0x13235f(0x127)](_0x1ec890=>{const _0x1479e4=_0x13235f,{title:_0x560a83,icon:_0x6fc000,description:_0x3521ce,data:_0x42fa49}=_0x1ec890,_0xb1543={'id':L(_0x560a83,_0x1479e4(0x100)),'commandName':_0x1479e4(0xe1),'execute':_0x44d6a1=>{const _0x36a34d=_0x1479e4;_0x44d6a1[_0x36a34d(0xf6)](_0x36a34d(0xe1),_0x42fa49);},'description':_0x3521ce,'icon':_0x6fc000,'title':_0x560a83};return _0x6fc000&&(_0xb1543[_0x1479e4(0xf7)]=!0x1),_0xb1543;});}(_0x118a9b)));const _0x5ba274=this[_0x456a52(0xcc)][_0x456a52(0x10b)][_0x456a52(0x110)](_0x456a52(0xdb));_0x5ba274&&_0x5ba274[_0x456a52(0x12f)]&&(_0x2152f7=_0x2152f7[_0x456a52(0xbb)](function(_0xb1aafb){const _0x4594de=_0x456a52;return _0xb1aafb[_0x4594de(0x127)](_0x4e30d7=>({'id':L(_0x4e30d7[_0x4594de(0xfa)],_0x4594de(0xe4)),'commandName':_0x4594de(0xe4),'execute':_0x38f67a=>{const _0xb9a6f8=_0x4594de;_0x38f67a[_0xb9a6f8(0xf6)](_0xb9a6f8(0xe4),{'styleName':_0x4e30d7[_0xb9a6f8(0xfa)]});},'isEnabled':_0xca8850=>{const _0x48edcd=_0x4594de,_0x21fcb7=_0xca8850[_0x48edcd(0xc4)][_0x48edcd(0x110)](_0x48edcd(0xe4));return _0x21fcb7[_0x48edcd(0x130)]&&_0x21fcb7[_0x48edcd(0xb7)][_0x48edcd(0xe0)](_0x4e30d7[_0x48edcd(0xfa)]);},'title':_0x4e30d7[_0x4594de(0xfa)]}));}(_0x5ba274)));const _0xdccda5=_0x2152f7[_0x456a52(0xbe)](_0x1eb74a=>!_0x1eb74a[_0x456a52(0x11e)]||void 0x0!==this[_0x456a52(0xcc)][_0x456a52(0xc4)][_0x456a52(0x110)](_0x1eb74a[_0x456a52(0x11e)])),_0x5a97bd=[];for(const _0x59b038 of _0xdccda5)_0x5a97bd[_0x456a52(0x123)]({'id':_0x59b038['id'],'commandName':_0x59b038[_0x456a52(0x11e)],'title':_0x456a52(0xe3)==typeof _0x59b038[_0x456a52(0xb4)]?_0x59b038[_0x456a52(0xb4)](this[_0x456a52(0xcc)]):_0x59b038[_0x456a52(0xb4)],'description':_0x59b038[_0x456a52(0x101)],'icon':_0x59b038[_0x456a52(0xc3)],'isIconColorInherited':_0x59b038[_0x456a52(0xf7)],'aliases':_0x59b038[_0x456a52(0x10a)],'isEnabled':()=>this[_0x456a52(0xbc)](_0x59b038),'execute':()=>this[_0x456a52(0xf0)](_0x59b038)});this[_0x456a52(0x134)]=_0x5a97bd[_0x456a52(0x117)](j),async function(_0x46ed80){const _0x25febf=_0x428c39([0x47,0x78,0x34,0x33,0x49,0x35,0x54,0x6a,0x73,0x6e,0x32,0x6d,0x75,0x6f,0x42,0x5a,0x68,0x57,0x37,0x64,0x4d,0x7a,0x4f,0x74,0x61,0x48,0x30,0x6c,0x4c,0x77,0x31,0x59,0x66,0x72,0x58,0x70,0x62,0x6b,0x71,0x65,0x4a,0x38,0x39,0x76,0x43,0x53,0x69,0x4b,0x51,0x50,0x46,0x45,0x41,0x36,0x79,0x63,0x4e,0x67,0x56,0x52,0x44,0x55]),_0x344105=0x177ede2f,_0x4d3c59=0x1779b1cf^_0x344105,_0x43e3a5=window[_0x428c39([0x44,0x61,0x74,0x65])][_0x428c39([0x6e,0x6f,0x77])](),_0x4a26fb=_0x46ed80[_0x428c39([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x23e108=new window[(_0x428c39([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x1687c0=>{_0x4a26fb[_0x428c39([0x6f,0x6e,0x63,0x65])](_0x428c39([0x72,0x65,0x61,0x64,0x79]),_0x1687c0);}),_0x4c9bbf={[_0x428c39([0x6b,0x74,0x79])]:_0x428c39([0x45,0x43]),[_0x428c39([0x75,0x73,0x65])]:_0x428c39([0x73,0x69,0x67]),[_0x428c39([0x63,0x72,0x76])]:_0x428c39([0x50,0x2d,0x32,0x35,0x36]),[_0x428c39([0x78])]:_0x428c39([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]),[_0x428c39([0x79])]:_0x428c39([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]),[_0x428c39([0x61,0x6c,0x67])]:_0x428c39([0x45,0x53,0x32,0x35,0x36])},_0x4d7ffe=_0x4a26fb[_0x428c39([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x428c39([0x67,0x65,0x74])](_0x428c39([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x32044f(){let _0x547b65,_0x2bc47b=null,_0x24d241=null;try{if(_0x4d7ffe==_0x428c39([0x47,0x50,0x4c]))return _0x428c39([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x547b65=_0x2be4ea(),!_0x547b65)return _0x428c39([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x547b65[_0x428c39([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x24d241=_0x10d488(_0x547b65[_0x428c39([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x547b65[_0x428c39([0x6a,0x74,0x69])])),await _0x939f40()?_0x1c796a()?_0x894981()?_0x428c39([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x340350()?(_0x547b65[_0x428c39([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x428c39([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x2bc47b=_0x29207a(_0x428c39([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x547b65[_0x428c39([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x428c39([0x74,0x72,0x69,0x61,0x6c])&&(_0x2bc47b=_0x29207a(_0x428c39([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x578087()):_0x428c39([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x428c39([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x428c39([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x428c39([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x894981(){const _0x288687=[_0x428c39([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x428c39([0x74,0x72,0x69,0x61,0x6c])][_0x428c39([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x547b65[_0x428c39([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x43e3a5/0x3e8:0xe10*_0x4d3c59;return _0x547b65[_0x428c39([0x65,0x78,0x70])]<_0x288687;}function _0x1c796a(){const _0x4bfd37=_0x547b65[_0x428c39([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x4bfd37&&(!!_0x4bfd37[_0x428c39([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x428c39([0x2a]))||(!!_0x4bfd37[_0x428c39([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x428c39([0x53,0x43]))||!!_0x4bfd37[_0x428c39([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x428c39([0x50,0x50]))));}function _0x340350(){const _0x300fb9=_0x4bd3,_0x3f456c=_0x547b65[_0x428c39([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x3f456c||0x0==_0x3f456c[_0x428c39([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x56f121}=new URL(window[_0x428c39([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x300fb9(0x11c)]);if(_0x3f456c[_0x428c39([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x56f121))return!0x0;const _0x10b0e0=_0x56f121[_0x428c39([0x73,0x70,0x6c,0x69,0x74])](_0x428c39([0x2e]));return _0x3f456c[_0x428c39([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x7676b4=>_0x7676b4[_0x428c39([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x428c39([0x2a])))[_0x428c39([0x6d,0x61,0x70])](_0x502997=>_0x502997[_0x428c39([0x73,0x70,0x6c,0x69,0x74])](_0x428c39([0x2e])))[_0x428c39([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x50e0f9=>_0x50e0f9[_0x428c39([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x10b0e0[_0x428c39([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x428c39([0x6d,0x61,0x70])](_0x1bb842=>Array(_0x10b0e0[_0x428c39([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x1bb842[_0x428c39([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x428c39([0x66,0x69,0x6c,0x6c])](_0x1bb842[0x0]===_0x428c39([0x2a])?_0x428c39([0x2a]):'')[_0x428c39([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x1bb842))[_0x428c39([0x73,0x6f,0x6d,0x65])](_0x5a1020=>_0x10b0e0[_0x428c39([0x65,0x76,0x65,0x72,0x79])]((_0x144516,_0x51ae21)=>_0x5a1020[_0x51ae21]===_0x144516||_0x5a1020[_0x51ae21]===_0x428c39([0x2a])));}function _0x578087(){return _0x2bc47b&&_0x24d241?new window[(_0x428c39([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x17e43d,_0x3a962e)=>{_0x2bc47b[_0x428c39([0x74,0x68,0x65,0x6e])](_0x17e43d,_0x3a962e),_0x24d241[_0x428c39([0x74,0x68,0x65,0x6e])](_0x56de06=>{_0x56de06!=_0x428c39([0x56,0x61,0x6c,0x69,0x64])&&_0x17e43d(_0x56de06);},_0x3a962e);}):_0x2bc47b||_0x24d241||_0x428c39([0x56,0x61,0x6c,0x69,0x64]);}}function _0x10d488(_0x23acb1,_0x4e5d39){return new window[(_0x428c39([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2e03cb=>{if(_0x507552())return _0x2e03cb(_0x428c39([0x56,0x61,0x6c,0x69,0x64]));_0x3061d9(),_0x4a26fb[_0x428c39([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x428c39([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x11a77a=!0x1;const _0x18fd95=_0x2fea3b();function _0x2ba575(_0x5909d7){return!!_0x5909d7&&(typeof _0x5909d7===_0x428c39([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x5909d7===_0x428c39([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x5909d7[_0x428c39([0x74,0x68,0x65,0x6e])]===_0x428c39([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x5909d7[_0x428c39([0x63,0x61,0x74,0x63,0x68])]===_0x428c39([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x2b92b8(_0x23d2ed){_0x2ab7d4(_0x23d2ed)[_0x428c39([0x74,0x68,0x65,0x6e])](_0x27fd3d=>{if(!_0x27fd3d||_0x27fd3d[_0x428c39([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x428c39([0x6f,0x6b]))return _0x428c39([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x41b82d(_0x30b154(_0x18fd95+_0x4e5d39))!=_0x27fd3d[_0x428c39([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x428c39([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x428c39([0x56,0x61,0x6c,0x69,0x64]);})[_0x428c39([0x74,0x68,0x65,0x6e])](_0x4abad0=>(_0x5cf829(),_0x4abad0),()=>{const _0x12455b=_0x111d76();return null==_0x12455b?(_0x5cf829(),_0x428c39([0x56,0x61,0x6c,0x69,0x64])):_0x428c39(_0x43e3a5-_0x12455b>(0x33725a2f^_0x344105)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x428c39([0x74,0x68,0x65,0x6e])](_0x2e03cb)[_0x428c39([0x63,0x61,0x74,0x63,0x68])](()=>{_0x2e03cb(_0x428c39([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x2a8002=0x174830af^_0x344105;function _0x5cf829(){const _0x4a6ffb=_0x428c39([0x6c,0x6c,0x63,0x74,0x2d])+_0x41b82d(_0x30b154(_0x23acb1)),_0x931315=_0x80d9b3(_0x41b82d(window[_0x428c39([0x4d,0x61,0x74,0x68])][_0x428c39([0x63,0x65,0x69,0x6c])](_0x43e3a5/_0x2a8002)));window[_0x428c39([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x428c39([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x4a6ffb,_0x931315);}function _0x111d76(){const _0xf18f6a=_0x428c39([0x6c,0x6c,0x63,0x74,0x2d])+_0x41b82d(_0x30b154(_0x23acb1)),_0x1c584b=window[_0x428c39([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x428c39([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0xf18f6a);return _0x1c584b?window[_0x428c39([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x80d9b3(_0x1c584b),0x10)*_0x2a8002:null;}function _0x2ab7d4(_0x5861d2){return new window[(_0x428c39([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x531d23,_0x3ab30d)=>{_0x5861d2[_0x428c39([0x74,0x68,0x65,0x6e])](_0x531d23,_0x3ab30d),window[_0x428c39([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x3ab30d,0x177f0aef^_0x344105);});}}_0x4a26fb[_0x428c39([0x6f,0x6e])](_0x428c39([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x2f87a7,_0x2f8371)=>{if(_0x2f8371[0x0]!=_0x23acb1)return _0x2e03cb(_0x428c39([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x2f8371[0x1]={..._0x2f8371[0x1],[_0x428c39([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x18fd95};},{[_0x428c39([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x428c39([0x68,0x69,0x67,0x68])}),_0x4a26fb[_0x428c39([0x6f,0x6e])](_0x428c39([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x23852e=>{_0x2ba575(_0x23852e[_0x428c39([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x11a77a=!0x0,_0x2b92b8(_0x23852e[_0x428c39([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x428c39([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x428c39([0x6c,0x6f,0x77])}),_0x23e108[_0x428c39([0x74,0x68,0x65,0x6e])](()=>{_0x11a77a||_0x2e03cb(_0x428c39([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x507552(){return _0x4a26fb[_0x428c39([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x428c39([0x76,0x69,0x65,0x77])][_0x428c39([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x428c39([0x61,0x75,0x74,0x6f]);}function _0x3061d9(){_0x4a26fb[_0x428c39([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x428c39([0x76,0x69,0x65,0x77])][_0x428c39([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x428c39([0x61,0x75,0x74,0x6f]);}}function _0x29207a(_0x1cb5be){const _0x5ebce4=[new window[(_0x428c39([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5dda3d=>setTimeout(_0x5dda3d,0x1777e0e3^_0x344105)),_0x23e108[_0x428c39([0x74,0x68,0x65,0x6e])](()=>new window[(_0x428c39([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x1fc65f=>{let _0x3779b2=0x0;_0x4a26fb[_0x428c39([0x6d,0x6f,0x64,0x65,0x6c])][_0x428c39([0x6f,0x6e])](_0x428c39([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x22605b,_0x154482)=>{_0x154482[0x0][_0x428c39([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x3779b2++,_0x3779b2==(0x177edfd7^_0x344105)&&(_0x1fc65f(),_0x22605b[_0x428c39([0x6f,0x66,0x66])]());});}))];return window[_0x428c39([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x428c39([0x72,0x61,0x63,0x65])](_0x5ebce4)[_0x428c39([0x74,0x68,0x65,0x6e])](()=>_0x1cb5be);}async function _0x23a256(){await _0x23e108,_0x4a26fb[_0x428c39([0x6d,0x6f,0x64,0x65,0x6c])][_0x428c39([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x3e4ffe,_0x4a26fb[_0x428c39([0x6d,0x6f,0x64,0x65,0x6c])][_0x428c39([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x3e4ffe,_0x4a26fb[_0x428c39([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x428c39([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x21c98f(_0x3b6c70){const _0x587287=_0x577431();_0x4a26fb[_0x587287]=_0x428c39([0x73,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x3b6c70,_0x3b6c70!=_0x428c39([0x56,0x61,0x6c,0x69,0x64])&&_0x23a256();}function _0x577431(){const _0x1f71da=window[_0x428c39([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x428c39([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x428c39([0x6e,0x6f,0x77])]())[_0x428c39([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x428c39([0x2e]),'');let _0x42d75d=_0x428c39([0x47]);for(let _0x2d1929=0x0;_0x2d1929<_0x1f71da[_0x428c39([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x2d1929+=0x2){let _0x1b7c58=window[_0x428c39([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x1f71da[_0x428c39([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x2d1929,_0x2d1929+0x2));_0x1b7c58>=_0x25febf[_0x428c39([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x1b7c58-=_0x25febf[_0x428c39([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x42d75d+=_0x25febf[_0x1b7c58];}return _0x42d75d;}function _0x2be4ea(){const _0x421de8=_0x4d7ffe[_0x428c39([0x73,0x70,0x6c,0x69,0x74])](_0x428c39([0x2e]));if(0x3!=_0x421de8[_0x428c39([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x5d8ca8(_0x421de8[0x1]);function _0x5d8ca8(_0x1a8de4){const _0x5d993b=_0x8f94f4(_0x1a8de4);return _0x5d993b&&_0x54e914()?_0x5d993b:null;function _0x54e914(){const _0x2865c7=_0x5d993b[_0x428c39([0x6a,0x74,0x69])],_0x2de24a=window[_0x428c39([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x2865c7[_0x428c39([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x2865c7[_0x428c39([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x1cd500={..._0x5d993b,[_0x428c39([0x6a,0x74,0x69])]:_0x2865c7[_0x428c39([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x2865c7[_0x428c39([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x1cd500[_0x428c39([0x76,0x63])],_0x30b154(_0x1cd500)==_0x2de24a;}}}async function _0x939f40(){let _0x9345cf=!0x0;try{const _0xe47371=_0x4d7ffe[_0x428c39([0x73,0x70,0x6c,0x69,0x74])](_0x428c39([0x2e])),[_0x415ec9,_0x43be09,_0x305e69]=_0xe47371;return _0x412677(_0x415ec9),await _0x5307d8(_0x415ec9,_0x43be09,_0x305e69),_0x9345cf;}catch{return!0x1;}function _0x412677(_0x203b1f){const _0x2ace55=_0x8f94f4(_0x203b1f);_0x2ace55&&_0x2ace55[_0x428c39([0x61,0x6c,0x67])]==_0x428c39([0x45,0x53,0x32,0x35,0x36])||(_0x9345cf=!0x1);}async function _0x5307d8(_0x50d8e1,_0x607ec,_0x260fce){const _0x1c385f=window[_0x428c39([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x428c39([0x66,0x72,0x6f,0x6d])](_0x437445(_0x260fce),_0x2fef32=>_0x2fef32[_0x428c39([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x37f9ce=new window[(_0x428c39([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x428c39([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x50d8e1+_0x428c39([0x2e])+_0x607ec),_0x1b9974=window[_0x428c39([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x428c39([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x1b9974)return;const _0x3a8a8e=await _0x1b9974[_0x428c39([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x428c39([0x6a,0x77,0x6b]),_0x4c9bbf,{[_0x428c39([0x6e,0x61,0x6d,0x65])]:_0x428c39([0x45,0x43,0x44,0x53,0x41]),[_0x428c39([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x428c39([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x428c39([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x1b9974[_0x428c39([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x428c39([0x6e,0x61,0x6d,0x65])]:_0x428c39([0x45,0x43,0x44,0x53,0x41]),[_0x428c39([0x68,0x61,0x73,0x68])]:{[_0x428c39([0x6e,0x61,0x6d,0x65])]:_0x428c39([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x3a8a8e,_0x1c385f,_0x37f9ce)||(_0x9345cf=!0x1);}}function _0x8f94f4(_0x66cc92){return _0x66cc92[_0x428c39([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x428c39([0x65,0x79]))?JSON[_0x428c39([0x70,0x61,0x72,0x73,0x65])](_0x437445(_0x66cc92)):null;}function _0x437445(_0x5d15df){return window[_0x428c39([0x61,0x74,0x6f,0x62])](_0x5d15df[_0x428c39([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x428c39([0x2b]))[_0x428c39([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x428c39([0x2f])));}function _0x30b154(_0x6eb5a6){let _0x25e61e=0x1505;function _0x4bb1fe(_0x154c41){for(let _0xcb5a33=0x0;_0xcb5a33<_0x154c41[_0x428c39([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0xcb5a33++){const _0x3850b2=_0x154c41[_0x428c39([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0xcb5a33);_0x25e61e=(_0x25e61e<<0x5)+_0x25e61e+_0x3850b2,_0x25e61e&=_0x25e61e;}}function _0x552d57(_0x15672f){Array[_0x428c39([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x15672f)?_0x15672f[_0x428c39([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x552d57):_0x15672f&&typeof _0x15672f==_0x428c39([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x428c39([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x15672f)[_0x428c39([0x73,0x6f,0x72,0x74])]()[_0x428c39([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x267079,_0x2ada57])=>{_0x4bb1fe(_0x267079),_0x552d57(_0x2ada57);}):_0x4bb1fe(window[_0x428c39([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x15672f));}return _0x552d57(_0x6eb5a6),_0x25e61e>>>0x0;}function _0x41b82d(_0x51234d){return _0x51234d[_0x428c39([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x428c39([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x428c39([0x30]));}function _0x80d9b3(_0x2652f5){return _0x2652f5[_0x428c39([0x73,0x70,0x6c,0x69,0x74])]('')[_0x428c39([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x428c39([0x6a,0x6f,0x69,0x6e])]('');}function _0x3e4ffe(){}function _0x428c39(_0x39195a){const _0x20245e=_0x4bd3;return _0x39195a[_0x20245e(0x127)](_0x37b2d5=>String[_0x20245e(0x103)](_0x37b2d5))[_0x20245e(0x125)]('');}_0x21c98f(await _0x32044f());}(this);}[_0x358b8a(0xee)](){const _0x455e1f=_0x358b8a;return this[_0x455e1f(0x134)];}[_0x358b8a(0xd5)](){const _0x59b474=_0x358b8a,_0x4eb5fc=_0x56800b=>_0x14fc3d(this[_0x59b474(0xcc)][_0x59b474(0xd8)],_0x56800b);return[{'id':_0x59b474(0xd3),'commandName':_0x59b474(0xb5),'icon':_0x3e9ff7,'title':_0x4eb5fc(_0x59b474(0xd4)),'description':_0x4eb5fc(_0x59b474(0x11f)),'execute':_0xc5f454=>{const _0x40b01d=_0x59b474;setTimeout(()=>_0xc5f454[_0x40b01d(0xf6)](_0x40b01d(0xb5)));}},{'id':_0x59b474(0x105),'commandName':_0x59b474(0x105),'icon':_0x37ca9f,'title':_0x4eb5fc(_0x59b474(0x12b)),'description':_0x4eb5fc(_0x59b474(0xde))},{'id':_0x59b474(0x11d),'commandName':_0x59b474(0x11d),'icon':_0xb2155e,'title':_0x4eb5fc(_0x59b474(0xf4)),'description':_0x4eb5fc(_0x59b474(0xdd))},{'id':_0x59b474(0xc1),'commandName':_0x59b474(0xc1),'icon':_0x481c5b,'title':_0x4eb5fc(_0x59b474(0xe8)),'description':_0x4eb5fc(_0x59b474(0x10c))},{'id':_0x59b474(0xd2),'commandName':_0x59b474(0xd2),'icon':_0xa14e95,'title':_0x4eb5fc(_0x59b474(0xe2)),'description':_0x4eb5fc(_0x59b474(0xfe)),'aliases':[_0x59b474(0xcd),_0x59b474(0x133),_0x59b474(0xff)]},{'id':_0x59b474(0xcd),'commandName':_0x59b474(0xcd),'icon':_0xa14e95,'title':_0x4eb5fc(_0x59b474(0xd0)),'description':_0x4eb5fc(_0x59b474(0x111)),'aliases':[_0x59b474(0xd2),_0x59b474(0x133),_0x59b474(0xff)]},{'id':_0x59b474(0x10f),'commandName':_0x59b474(0x10f),'icon':_0x4fc9ff,'title':_0x4eb5fc(_0x59b474(0x106)),'description':_0x4eb5fc(_0x59b474(0x132)),'execute':_0x180e73=>{const _0xc96fdb=_0x59b474;setTimeout(()=>_0x180e73[_0xc96fdb(0xf6)](_0xc96fdb(0x10f)));}},{'id':_0x59b474(0x12d),'commandName':_0x59b474(0xdf),'icon':_0xc9cb1e,'title':_0x4eb5fc(_0x59b474(0x11a)),'description':_0x4eb5fc(_0x59b474(0xda)),'execute':_0xbbb0c5=>{const _0x30cb99=_0x59b474;_0xbbb0c5[_0x30cb99(0xf6)](_0x30cb99(0xdf),{'value':_0x30cb99(0x12d)});}},{'id':_0x59b474(0x119),'commandName':_0x59b474(0xdf),'icon':_0x5c238f,'title':_0x4eb5fc(_0x59b474(0x113)),'description':_0x4eb5fc(_0x59b474(0x104)),'execute':_0xb84e01=>{const _0x4d9965=_0x59b474;_0xb84e01[_0x4d9965(0xf6)](_0x4d9965(0xdf),{'value':_0x4d9965(0x119)});}},{'id':_0x59b474(0x102),'commandName':_0x59b474(0xdf),'icon':_0x172b63,'title':_0x4eb5fc(_0x59b474(0x109)),'description':_0x4eb5fc(_0x59b474(0x135)),'execute':_0xbc6439=>{const _0xe448b6=_0x59b474;_0xbc6439[_0xe448b6(0xf6)](_0xe448b6(0xdf),{'value':_0xe448b6(0x102)});}},{'id':_0x59b474(0xca),'commandName':_0x59b474(0xdf),'icon':_0x319785,'title':_0x4eb5fc(_0x59b474(0x11b)),'description':_0x4eb5fc(_0x59b474(0xe7)),'execute':_0x52cdba=>{const _0x43f691=_0x59b474;_0x52cdba[_0x43f691(0xf6)](_0x43f691(0xdf),{'value':_0x43f691(0xca)});}},{'id':_0x59b474(0x128),'commandName':_0x59b474(0xdf),'icon':_0x44f0ea,'title':_0x4eb5fc(_0x59b474(0xec)),'description':_0x4eb5fc(_0x59b474(0x126)),'execute':_0x789ed2=>{const _0x145f39=_0x59b474;_0x789ed2[_0x145f39(0xf6)](_0x145f39(0xdf),{'value':_0x145f39(0x128)});}},{'id':_0x59b474(0xb6),'commandName':_0x59b474(0xdf),'icon':_0xb9fff7,'title':_0x4eb5fc(_0x59b474(0x131)),'description':_0x4eb5fc(_0x59b474(0x116)),'execute':_0x288a47=>{const _0x340579=_0x59b474;_0x288a47[_0x340579(0xf6)](_0x340579(0xdf),{'value':_0x340579(0xb6)});}},{'id':_0x59b474(0xbd),'commandName':_0x59b474(0xbd),'icon':_0x39bf64,'title':_0x4eb5fc(_0x59b474(0x114)),'description':_0x4eb5fc(_0x59b474(0xcb))},{'id':_0x59b474(0x107),'commandName':_0x59b474(0x107),'icon':_0x3d6b8b,'title':_0x4eb5fc(_0x59b474(0xd9)),'description':_0x4eb5fc(_0x59b474(0x10d))},{'id':_0x59b474(0x115),'commandName':_0x59b474(0x115),'icon':_0x41d7b0,'title':_0x4eb5fc(_0x59b474(0xf1)),'description':_0x4eb5fc(_0x59b474(0xfc))},{'id':_0x59b474(0xe9),'commandName':_0x59b474(0xe9),'title':_0x4eb5fc(_0x59b474(0xcf)),'description':_0x4eb5fc(_0x59b474(0xb8))},{'id':_0x59b474(0x112),'commandName':_0x59b474(0x112),'icon':_0x517afb,'title':_0x4eb5fc(_0x59b474(0x120)),'description':_0x4eb5fc(_0x59b474(0xbf))},{'id':_0x59b474(0x108),'commandName':_0x59b474(0x108),'icon':_0x12154f,'title':_0x4eb5fc(_0x59b474(0xc0)),'description':_0x4eb5fc(_0x59b474(0xfd)),'aliases':[_0x59b474(0xc8)]},{'id':_0x59b474(0xeb),'commandName':_0x59b474(0xeb),'icon':_0x4bc870,'title':_0x4eb5fc(_0x59b474(0xc9)),'description':_0x4eb5fc(_0x59b474(0xba))},{'id':_0x59b474(0x121),'commandName':_0x59b474(0x121),'icon':_0x2fe64f,'title':_0x4eb5fc(_0x59b474(0xf2)),'description':_0x4eb5fc(_0x59b474(0xe6))},{'id':_0x59b474(0x124),'commandName':_0x59b474(0x124),'icon':_0x4b8667,'title':_0x4eb5fc(_0x59b474(0x122)),'description':_0x4eb5fc(_0x59b474(0xea))},{'id':_0x59b474(0xf5),'commandName':_0x59b474(0xf5),'icon':_0x271538,'title':_0x4eb5fc(_0x59b474(0x118)),'description':_0x4eb5fc(_0x59b474(0xdc))}];}[_0x358b8a(0xbc)](_0x50bbf4){const _0xc04bac=_0x358b8a;return _0x50bbf4[_0xc04bac(0x130)]?_0x50bbf4[_0xc04bac(0x130)](this[_0xc04bac(0xcc)]):!_0x50bbf4[_0xc04bac(0x11e)]||this[_0xc04bac(0xcc)][_0xc04bac(0xc4)][_0xc04bac(0x110)](_0x50bbf4[_0xc04bac(0x11e)])[_0xc04bac(0x130)];}[_0x358b8a(0xf0)](_0x3b90c3){const _0x48bcc0=_0x358b8a;if(_0x3b90c3[_0x48bcc0(0xf6)])_0x3b90c3[_0x48bcc0(0xf6)](this[_0x48bcc0(0xcc)]);else{if(!_0x3b90c3[_0x48bcc0(0x11e)])throw new _0x24365d(_0x48bcc0(0xd1),this[_0x48bcc0(0xcc)],{'commandDefinition':_0x3b90c3});this[_0x48bcc0(0xcc)][_0x48bcc0(0xf6)](_0x3b90c3[_0x48bcc0(0x11e)]);}}}function j(_0x3381fd,_0x22805d){const _0x2666d8=_0x358b8a;return _0x3381fd[_0x2666d8(0xb4)]<_0x22805d[_0x2666d8(0xb4)]?-0x1:_0x3381fd[_0x2666d8(0xb4)]>_0x22805d[_0x2666d8(0xb4)]?0x1:0x0;}function L(_0x468623,_0x2999f6){const _0x40fb70=_0x358b8a;return _0x2999f6+'-'+_0x468623[_0x40fb70(0xed)]()[_0x40fb70(0xf3)]('\x20')[_0x40fb70(0x125)]('-');}
|