@ckeditor/ckeditor5-slash-command 46.0.1-alpha.4 → 46.0.1-alpha.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2,4 +2,4 @@
2
2
  /*!
3
3
  * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
4
4
  * For licensing, see LICENSE.md.
5
- */(()=>{var e={168:e=>{"use strict";e.exports=function(e){return e[1]}},237:e=>{"use strict";e.exports=CKEditor5.dll},262:e=>{"use strict";var t={};e.exports=function(e,n){var a=function(e){if(void 0===t[e]){var n=document.querySelector(e);if(window.HTMLIFrameElement&&n instanceof window.HTMLIFrameElement)try{n=n.contentDocument.head}catch(e){n=null}t[e]=n}return t[e]}(e);if(!a)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");a.appendChild(n)}},311:(e,t,n)=>{e.exports=n(237)("./src/ui.js")},355:(e,t,n)=>{e.exports=n(237)("./src/icons.js")},357:e=>{"use strict";e.exports=function(e){var t=document.createElement("style");return e.setAttributes(t,e.attributes),e.insert(t,e.options),t}},433:e=>{"use strict";e.exports=function(e){var t=[];return t.toString=function(){return this.map(function(t){var n="",a=void 0!==t[5];return t[4]&&(n+="@supports (".concat(t[4],") {")),t[2]&&(n+="@media ".concat(t[2]," {")),a&&(n+="@layer".concat(t[5].length>0?" ".concat(t[5]):""," {")),n+=e(t),a&&(n+="}"),t[2]&&(n+="}"),t[4]&&(n+="}"),n}).join("")},t.i=function(e,n,a,r,i){"string"==typeof e&&(e=[[null,e,void 0]]);var s={};if(a)for(var o=0;o<this.length;o++){var c=this[o][0];null!=c&&(s[c]=!0)}for(var l=0;l<e.length;l++){var d=[].concat(e[l]);a&&s[d[0]]||(void 0!==i&&(void 0===d[5]||(d[1]="@layer".concat(d[5].length>0?" ".concat(d[5]):""," {").concat(d[1],"}")),d[5]=i),n&&(d[2]?(d[1]="@media ".concat(d[2]," {").concat(d[1],"}"),d[2]=n):d[2]=n),r&&(d[4]?(d[1]="@supports (".concat(d[4],") {").concat(d[1],"}"),d[4]=r):d[4]="".concat(r)),t.push(d))}},t}},545:e=>{"use strict";var t,n=(t=[],function(e,n){return t[e]=n,t.filter(Boolean).join("\n")});function a(e,t,a,r){var i;if(a)i="";else{i="",r.supports&&(i+="@supports (".concat(r.supports,") {")),r.media&&(i+="@media ".concat(r.media," {"));var s=void 0!==r.layer;s&&(i+="@layer".concat(r.layer.length>0?" ".concat(r.layer):""," {")),i+=r.css,s&&(i+="}"),r.media&&(i+="}"),r.supports&&(i+="}")}if(e.styleSheet)e.styleSheet.cssText=n(t,i);else{var o=document.createTextNode(i),c=e.childNodes;c[t]&&e.removeChild(c[t]),c.length?e.insertBefore(o,c[t]):e.appendChild(o)}}var r={singleton:null,singletonCounter:0};e.exports=function(e){if("undefined"==typeof document)return{update:function(){},remove:function(){}};var t=r.singletonCounter++,n=r.singleton||(r.singleton=e.insertStyleElement(e));return{update:function(e){a(n,t,!1,e)},remove:function(e){a(n,t,!0,e)}}}},584:(e,t,n)=>{e.exports=n(237)("./src/utils.js")},655:(e,t,n)=>{"use strict";n.d(t,{A:()=>o});var a=n(168),r=n.n(a),i=n(433),s=n.n(i)()(r());s.push([e.id,":root{--ck-slash-command-button-width:250px;--ck-slash-command-description-width:200px}.ck-mentions .ck.ck-button.ck-slash-command-button{display:flex;justify-content:flex-start;padding:calc(var(--ck-line-height-base)*.2*var(--ck-font-size-base));width:var(--ck-slash-command-button-width)}.ck-mentions .ck.ck-button.ck-slash-command-button .ck.ck-icon{background-color:var(--ck-color-base-background);border-radius:2px;box-sizing:initial;color:var(--ck-color-base-text);flex-shrink:0;margin-left:0;padding:5px}[dir=ltr] .ck-mentions .ck.ck-button.ck-slash-command-button .ck.ck-icon{margin:0 var(--ck-spacing-small) 0 0}[dir=rtl] .ck-mentions .ck.ck-button.ck-slash-command-button .ck.ck-icon{margin:0 0 0 var(--ck-spacing-small)}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part{display:flex;flex-direction:column}[dir=ltr] .ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part{margin-left:var(--ck-spacing-small)}[dir=rtl] .ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part{margin-right:var(--ck-spacing-small)}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>span{line-height:1.2em}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-button__label,.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-slash-command-button__description{overflow:hidden;text-overflow:ellipsis;width:var(--ck-slash-command-description-width)}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-button__label{font-weight:700}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-slash-command-button__description{font-size:var(--ck-font-size-small);opacity:.75}.ck-mentions .ck.ck-button.ck-slash-command-button.ck-on>.ck-slash-command-button__text-part>span{color:var(--ck-color-list-button-on-text)}",""]);const o=s},667:e=>{"use strict";e.exports=function(e,t){Object.keys(t).forEach(function(n){e.setAttribute(n,t[n])})}},673:e=>{"use strict";var t=[];function n(e){for(var n=-1,a=0;a<t.length;a++)if(t[a].identifier===e){n=a;break}return n}function a(e,a){for(var i={},s=[],o=0;o<e.length;o++){var c=e[o],l=a.base?c[0]+a.base:c[0],d=i[l]||0,u="".concat(l," ").concat(d);i[l]=d+1;var m=n(u),p={css:c[1],media:c[2],sourceMap:c[3],supports:c[4],layer:c[5]};if(-1!==m)t[m].references++,t[m].updater(p);else{var h=r(p,a);a.byIndex=o,t.splice(o,0,{identifier:u,updater:h,references:1})}s.push(u)}return s}function r(e,t){var n=t.domAPI(t);n.update(e);return function(t){if(t){if(t.css===e.css&&t.media===e.media&&t.sourceMap===e.sourceMap&&t.supports===e.supports&&t.layer===e.layer)return;n.update(e=t)}else n.remove()}}e.exports=function(e,r){var i=a(e=e||[],r=r||{});return function(e){e=e||[];for(var s=0;s<i.length;s++){var o=n(i[s]);t[o].references--}for(var c=a(e,r),l=0;l<i.length;l++){var d=n(i[l]);0===t[d].references&&(t[d].updater(),t.splice(d,1))}i=c}}},782:(e,t,n)=>{e.exports=n(237)("./src/core.js")}},t={};function n(a){var r=t[a];if(void 0!==r)return r.exports;var i=t[a]={id:a,exports:{}};return e[a](i,i.exports,n),i.exports}n.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return n.d(t,{a:t}),t},n.d=(e,t)=>{for(var a in t)n.o(t,a)&&!n.o(e,a)&&Object.defineProperty(e,a,{enumerable:!0,get:t[a]})},n.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),n.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var a={};(()=>{"use strict";n.r(a),n.d(a,{SlashCommand:()=>q,SlashCommandConfig:()=>s,SlashCommandEditing:()=>h,SlashCommandUI:()=>E});var e=n(782),t=n(584),r=n(355);const i=l;!function(e){const t=l,n=e();for(;;)try{if(982519===parseInt(t(336))/1*(parseInt(t(385))/2)+parseInt(t(415))/3*(parseInt(t(428))/4)+-parseInt(t(373))/5*(parseInt(t(391))/6)+parseInt(t(311))/7*(-parseInt(t(430))/8)+parseInt(t(412))/9*(parseInt(t(333))/10)+parseInt(t(315))/11+-parseInt(t(389))/12)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(o);class s extends e.Plugin{static get[i(359)](){return i(370)}static get[i(357)](){return!0}static get[i(377)](){return!0}constructor(e){const t=i;super(e),this[t(429)]=null}[i(398)](){const e=i,n=this[e(413)][e(303)][e(386)](e(396))||[],a=function(t){const n=e;let a=[n(358),n(310),n(371)];if(t){const e=t[n(408)](e=>e[n(404)]);a=[n(418),n(364),n(332),n(358),n(310),n(371)][n(344)](t=>!e[n(379)](t))}return a}(this[e(413)][e(303)][e(386)](e(409)));let r=this[e(342)]()[e(344)](t=>!a[e(379)](t.id))[e(344)](t=>!n[e(379)](t[e(326)]));const s=this[e(413)][e(303)][e(386)](e(304));s&&s[e(405)]&&(r=r[e(400)](s));const o=this[e(413)][e(303)][e(386)](e(314));o&&o[e(405)]&&(r=r[e(400)](function(t){const n=e;return t[n(408)](e=>{const t=n,{title:a,icon:r,description:i,data:s}=e,o={id:d(a,t(397)),commandName:t(392),execute:e=>{const n=t;e[n(361)](n(392),s)},description:i,icon:r,title:a};return r&&(o[t(425)]=!1),o})}(o)));const u=this[e(413)][e(303)][e(386)](e(401));u&&u[e(405)]&&(r=r[e(400)](function(t){const n=e;return t[n(408)](e=>({id:d(e[n(343)],n(435)),commandName:n(435),execute:t=>{const a=n;t[a(361)](a(435),{styleName:e[a(343)]})},isEnabled:t=>{const a=n,r=t[a(369)][a(386)](a(435));return r[a(328)]&&r[a(388)][a(379)](e[a(343)])},title:e[n(343)]}))}(u)));const m=r[e(344)](t=>!t[e(326)]||void 0!==this[e(413)][e(369)][e(386)](t[e(326)])),p=[];for(const t of m)p[e(422)]({id:t.id,commandName:t[e(326)],title:e(410)==typeof t[e(432)]?t[e(432)](this[e(413)]):t[e(432)],description:t[e(341)],icon:t[e(380)],isIconColorInherited:t[e(425)],aliases:t[e(335)],isEnabled:()=>this[e(323)](t),execute:()=>this[e(414)](t)});this[e(429)]=p[e(337)](c),async function(e){const n=g([57,98,82,106,80,112,89,79,72,104,54,65,108,105,68,87,69,115,110,99,73,109,120,77,75,116,121,56,86,48,78,81,71,76,122,67,74,103,107,83,49,70,117,101,97,50,113,118,66,52,102,84,88,119,55,85,111,100,53,90,114,51]),a=window[g([68,97,116,101])][g([110,111,119])](),r=e[g([101,100,105,116,111,114])],i=new(window[g([80,114,111,109,105,115,101])])(e=>{r[g([111,110,99,101])](g([114,101,97,100,121]),e)}),s={[g([107,116,121])]:g([69,67]),[g([117,115,101])]:g([115,105,103]),[g([99,114,118])]:g([80,45,50,53,54]),[g([120])]:g([105,67,106,79,67,118,68,70,73,54,108,81,72,72,84,49,56,106,86,119,82,102,107,102,72,81,50,97,95,77,121,109,84,51,53,76,81,86,111,70,83,65,73]),[g([121])]:g([107,88,73,121,74,52,101,118,116,67,69,70,82,109,120,75,83,85,112,75,57,102,68,87,52,53,57,118,88,79,118,86,114,104,102,54,117,81,65,101,79,105,111]),[g([97,108,103])]:g([69,83,50,53,54])},o=r[g([99,111,110,102,105,103])][g([103,101,116])](g([108,105,99,101,110,115,101,75,101,121]));function c(e){const t=[new(window[g([80,114,111,109,105,115,101])])(e=>setTimeout(e,605900)),i[g([116,104,101,110])](()=>new(window[g([80,114,111,109,105,115,101])])(e=>{let t=0;r[g([109,111,100,101,108])][g([111,110])](g([97,112,112,108,121,79,112,101,114,97,116,105,111,110]),(n,a)=>{a[0][g([105,115,68,111,99,117,109,101,110,116,79,112,101,114,97,116,105,111,110])]&&t++,504==t&&(e(),n[g([111,102,102])]())})}))];return window[g([80,114,111,109,105,115,101])][g([114,97,99,101])](t)[g([116,104,101,110])](()=>e)}function d(e){return e[g([115,116,97,114,116,115,87,105,116,104])](g([101,121]))?JSON[g([112,97,114,115,101])](u(e)):null}function u(e){return window[g([97,116,111,98])](e[g([114,101,112,108,97,99,101])](/-/g,g([43]))[g([114,101,112,108,97,99,101])](/_/g,g([47])))}function m(e){let t=5381;function n(e){for(let n=0;n<e[g([108,101,110,103,116,104])];n++){const a=e[g([99,104,97,114,67,111,100,101,65,116])](n);t=(t<<5)+t+a,t&=t}}return function e(t){Array[g([105,115,65,114,114,97,121])](t)?t[g([102,111,114,69,97,99,104])](e):t&&typeof t==g([111,98,106,101,99,116])?Object[g([101,110,116,114,105,101,115])](t)[g([115,111,114,116])]()[g([102,111,114,69,97,99,104])](([t,a])=>{n(t),e(a)}):n(window[g([83,116,114,105,110,103])](t))}(e),t>>>0}function p(e){return e[g([116,111,83,116,114,105,110,103])](16)[g([112,97,100,83,116,97,114,116])](8,g([48]))}function h(e){return e[g([115,112,108,105,116])]("")[g([114,101,118,101,114,115,101])]()[g([106,111,105,110])]("")}function f(){}function g(e){const t=l;return e[t(408)](e=>String[t(355)](e))[t(387)]("")}!function(e){const t=function(){const e=window[g([83,116,114,105,110,103])](window[g([112,101,114,102,111,114,109,97,110,99,101])][g([110,111,119])]())[g([114,101,112,108,97,99,101])](g([46]),"");let t=g([98]);for(let a=0;a<e[g([108,101,110,103,116,104])];a+=2){let r=window[g([112,97,114,115,101,73,110,116])](e[g([115,117,98,115,116,114,105,110,103])](a,a+2));r>=n[g([108,101,110,103,116,104])]&&(r-=n[g([108,101,110,103,116,104])]),t+=n[r]}return t}();r[t]=g([115,108,97,115,104,67,111,109,109,97,110,100,76,105,99,101,110,115,101,75,101,121])+e,e!=g([86,97,108,105,100])&&async function(){await i,r[g([109,111,100,101,108])][g([99,104,97,110,103,101])]=f,r[g([109,111,100,101,108])][g([101,110,113,117,101,117,101,67,104,97,110,103,101])]=f,r[g([101,110,97,98,108,101,82,101,97,100,79,110,108,121,77,111,100,101])](g([109,111,100,101,108]))}()}(await async function(){let e,n=null,f=null;try{return o==g([71,80,76])?g([78,111,116,65,108,108,111,119,101,100]):(e=function(){const e=o[g([115,112,108,105,116])](g([46]));return 3!=e[g([108,101,110,103,116,104])]?null:t(e[1]);function t(e){const t=d(e);return t&&n()?t:null;function n(){const e=t[g([106,116,105])],n=window[g([112,97,114,115,101,73,110,116])](e[g([115,117,98,115,116,114,105,110,103])](e[g([108,101,110,103,116,104])]-8),16),a={...t,[g([106,116,105])]:e[g([115,117,98,115,116,114,105,110,103])](0,e[g([108,101,110,103,116,104])]-8)};return delete a[g([118,99])],m(a)==n}}}(),e?(e[g([117,115,97,103,101,69,110,100,112,111,105,110,116])]&&(f=function(e,n){return new(window[g([80,114,111,109,105,115,101])])(c=>{if(s())return c(g([86,97,108,105,100]));o(),r[g([100,101,99,111,114,97,116,101])](g([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]));let l=!1;const d=(0,t.uid)();function u(e){return!!e&&(typeof e===g([111,98,106,101,99,116])||typeof e===g([102,117,110,99,116,105,111,110]))&&typeof e[g([116,104,101,110])]===g([102,117,110,99,116,105,111,110])&&typeof e[g([99,97,116,99,104])]===g([102,117,110,99,116,105,111,110])}function f(t){o(t)[g([116,104,101,110])](e=>e&&e[g([115,116,97,116,117,115])]==g([111,107])?p(m(d+n))!=e[g([118,101,114,105,102,105,99,97,116,105,111,110])]?g([85,115,97,103,101,76,105,109,105,116]):g([86,97,108,105,100]):g([85,115,97,103,101,76,105,109,105,116]))[g([116,104,101,110])](e=>(i(),e),()=>{const e=s();return null==e?(i(),g([86,97,108,105,100])):g(a-e>6048e5?[85,115,97,103,101,76,105,109,105,116]:[86,97,108,105,100])})[g([116,104,101,110])](c)[g([99,97,116,99,104])](()=>{c(g([85,115,97,103,101,76,105,109,105,116]))});const r=36e5;function i(){const t=g([108,108,99,116,45])+p(m(e)),n=h(p(window[g([77,97,116,104])][g([99,101,105,108])](a/r)));window[g([108,111,99,97,108,83,116,111,114,97,103,101])][g([115,101,116,73,116,101,109])](t,n)}function s(){const t=g([108,108,99,116,45])+p(m(e)),n=window[g([108,111,99,97,108,83,116,111,114,97,103,101])][g([103,101,116,73,116,101,109])](t);return n?window[g([112,97,114,115,101,73,110,116])](h(n),16)*r:null}function o(e){return new(window[g([80,114,111,109,105,115,101])])((t,n)=>{e[g([116,104,101,110])](t,n),window[g([115,101,116,84,105,109,101,111,117,116])](n,12e4)})}}r[g([111,110])](g([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),(t,n)=>{if(n[0]!=e)return c(g([85,115,97,103,101,76,105,109,105,116]));n[1]={...n[1],[g([114,101,113,117,101,115,116,73,100])]:d}},{[g([112,114,105,111,114,105,116,121])]:g([104,105,103,104])}),r[g([111,110])](g([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),e=>{u(e[g([114,101,116,117,114,110])])&&(l=!0,f(e[g([114,101,116,117,114,110])]))},{[g([112,114,105,111,114,105,116,121])]:g([108,111,119])}),i[g([116,104,101,110])](()=>{l||c(g([85,115,97,103,101,76,105,109,105,116]))})});function s(){return r[g([101,100,105,116,105,110,103])][g([118,105,101,119])][g([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]==g([97,117,116,111])}function o(){r[g([101,100,105,116,105,110,103])][g([118,105,101,119])][g([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]=g([97,117,116,111])}}(e[g([117,115,97,103,101,69,110,100,112,111,105,110,116])],e[g([106,116,105])])),await async function(){let e=!0;try{const a=o[g([115,112,108,105,116])](g([46])),[r,i,s]=a;return t(r),await n(r,i,s),e}catch{return!1}function t(t){const n=d(t);n&&n[g([97,108,103])]==g([69,83,50,53,54])||(e=!1)}async function n(t,n,a){const r=window[g([85,105,110,116,56,65,114,114,97,121])][g([102,114,111,109])](u(a),e=>e[g([99,104,97,114,67,111,100,101,65,116])](0)),i=(new(window[g([84,101,120,116,69,110,99,111,100,101,114])]))[g([101,110,99,111,100,101])](t+g([46])+n),o=window[g([99,114,121,112,116,111])][g([115,117,98,116,108,101])];if(!o)return;const c=await o[g([105,109,112,111,114,116,75,101,121])](g([106,119,107]),s,{[g([110,97,109,101])]:g([69,67,68,83,65]),[g([110,97,109,101,100,67,117,114,118,101])]:g([80,45,50,53,54])},!1,[g([118,101,114,105,102,121])]);await o[g([118,101,114,105,102,121])]({[g([110,97,109,101])]:g([69,67,68,83,65]),[g([104,97,115,104])]:{[g([110,97,109,101])]:g([83,72,65,45,50,53,54])}},c,r,i)||(e=!1)}}()?function(){const t=e[g([102,101,97,116,117,114,101,115])];return!(!t||!t[g([105,110,99,108,117,100,101,115])](g([42]))&&!t[g([105,110,99,108,117,100,101,115])](g([83,67]))&&!t[g([105,110,99,108,117,100,101,115])](g([80,80])))}()?function(){const t=[g([101,118,97,108,117,97,116,105,111,110]),g([116,114,105,97,108])][g([105,110,99,108,117,100,101,115])](e[g([108,105,99,101,110,115,101,84,121,112,101])])?a/1e3:1754179200;return e[g([101,120,112])]<t}()?g([69,120,112,105,114,101,100]):function(){const t=l,n=e[g([108,105,99,101,110,115,101,100,72,111,115,116,115])];if(!n||0==n[g([108,101,110,103,116,104])])return!0;const{hostname:a}=new URL(window[g([108,111,99,97,116,105,111,110])][t(302)]);if(n[g([105,110,99,108,117,100,101,115])](a))return!0;const r=a[g([115,112,108,105,116])](g([46]));return n[g([102,105,108,116,101,114])](e=>e[g([105,110,99,108,117,100,101,115])](g([42])))[g([109,97,112])](e=>e[g([115,112,108,105,116])](g([46])))[g([102,105,108,116,101,114])](e=>e[g([108,101,110,103,116,104])]<=r[g([108,101,110,103,116,104])])[g([109,97,112])](e=>Array(r[g([108,101,110,103,116,104])]-e[g([108,101,110,103,116,104])])[g([102,105,108,108])](e[0]===g([42])?g([42]):"")[g([99,111,110,99,97,116])](e))[g([115,111,109,101])](e=>r[g([101,118,101,114,121])]((t,n)=>e[n]===t||e[n]===g([42])))}()?(e[g([108,105,99,101,110,115,101,84,121,112,101])]==g([101,118,97,108,117,97,116,105,111,110])&&(n=c(g([69,118,97,108,117,97,116,105,111,110,76,105,109,105,116]))),e[g([108,105,99,101,110,115,101,84,121,112,101])]==g([116,114,105,97,108])&&(n=c(g([84,114,105,97,108,76,105,109,105,116]))),await(n&&f?new(window[g([80,114,111,109,105,115,101])])((e,t)=>{n[g([116,104,101,110])](e,t),f[g([116,104,101,110])](t=>{t!=g([86,97,108,105,100])&&e(t)},t)}):n||f||g([86,97,108,105,100]))):g([68,111,109,97,105,110,76,105,109,105,116]):g([78,111,116,65,108,108,111,119,101,100]):g([73,110,118,97,108,105,100])):g([73,110,118,97,108,105,100]))}catch{return g([73,110,118,97,108,105,100])}}())}(this)}[i(348)](){return this[i(429)]}[i(342)](){const e=i,t=t=>function(e,t){const n=e.t,a=e.t;switch(t){case"AI Assistant":return a("AI Assistant");case"Block quote":return a("Block quote");case"Bulleted list":return a("Bulleted list");case"Insert code block":return a("Insert code block");case"Open file manager":return a("Open file manager");case"Insert image":return a("Insert image");case"Heading 1":return a("Heading 1");case"Heading 2":return a("Heading 2");case"Heading 3":return a("Heading 3");case"Heading 4":return a("Heading 4");case"Heading 5":return a("Heading 5");case"Heading 6":return a("Heading 6");case"Horizontal line":return a("Horizontal line");case"Insert HTML":return a("Insert HTML");case"Increase indent":return a("Increase indent");case"Insert table":return a("Insert table");case"Table of contents":return a("Table of contents");case"Numbered list":return a("Numbered list");case"Decrease indent":return a("Decrease indent");case"Paragraph":return a("Paragraph");case"To-do list":return a("To-do list");case"Create a block quote":return n("Create a block quote");case"Create a bulleted list":return n("Create a bulleted list");case"Create a code block":return n("Create a code block");case"Open file manager to insert an image or a file":return n("Open file manager to insert an image or a file");case"Open file browser to insert an image or a file":return n("Open file browser to insert an image or a file");case"Create a heading level 1":return n("Create a heading level 1");case"Create a heading level 2":return n("Create a heading level 2");case"Create a heading level 3":return n("Create a heading level 3");case"Create a heading level 4":return n("Create a heading level 4");case"Create a heading level 5":return n("Create a heading level 5");case"Create a heading level 6":return n("Create a heading level 6");case"Insert a horizontal line":return n("Insert a horizontal line");case"Insert an HTML snippet":return n("Insert an HTML snippet");case"Increase the indentation":return n("Increase the indentation");case"Insert Mermaid diagram":return n("Insert Mermaid diagram");case"Insert the Mermaid diagram":return n("Insert the Mermaid diagram");case"Create a table":return n("Create a table");case"Insert table of contents":return n("Insert table of contents");case"Create a numbered list":return n("Create a numbered list");case"Decrease the indentation":return n("Decrease the indentation");case"Insert a paragraph":return n("Insert a paragraph");case"Create a to-do list":return n("Create a to-do list");case"Open the AI Assistant to generate content":return n("Open the AI Assistant to generate content");case"Insert an emoji":return n("Insert an emoji");default:return t}}(this[e(413)][e(353)],t);return[{id:e(399),commandName:e(431),icon:r.IconRobotPencil,title:t(e(345)),description:t(e(421)),execute:t=>{const n=e;setTimeout(()=>t[n(361)](n(431)))}},{id:e(363),commandName:e(363),icon:r.IconQuote,title:t(e(356)),description:t(e(313))},{id:e(360),commandName:e(360),icon:r.IconBulletedList,title:t(e(331)),description:t(e(393))},{id:e(433),commandName:e(433),icon:r.IconCodeBlock,title:t(e(374)),description:t(e(366))},{id:e(362),commandName:e(362),icon:r.IconBrowseFiles,title:t(e(329)),description:t(e(305)),aliases:[e(327),e(338),e(382)]},{id:e(327),commandName:e(327),icon:r.IconBrowseFiles,title:t(e(309)),description:t(e(321)),aliases:[e(362),e(338),e(382)]},{id:e(346),commandName:e(346),icon:r.IconEmoji,title:t(e(347)),description:t(e(339)),execute:t=>{const n=e;setTimeout(()=>t[n(361)](n(346)))}},{id:e(418),commandName:e(383),icon:r.IconHeading1,title:t(e(324)),description:t(e(417)),execute:t=>{const n=e;t[n(361)](n(383),{value:n(418)})}},{id:e(364),commandName:e(383),icon:r.IconHeading2,title:t(e(434)),description:t(e(402)),execute:t=>{const n=e;t[n(361)](n(383),{value:n(364)})}},{id:e(332),commandName:e(383),icon:r.IconHeading3,title:t(e(395)),description:t(e(394)),execute:t=>{const n=e;t[n(361)](n(383),{value:n(332)})}},{id:e(358),commandName:e(383),icon:r.IconHeading4,title:t(e(330)),description:t(e(312)),execute:t=>{const n=e;t[n(361)](n(383),{value:n(358)})}},{id:e(310),commandName:e(383),icon:r.IconHeading5,title:t(e(416)),description:t(e(378)),execute:t=>{const n=e;t[n(361)](n(383),{value:n(310)})}},{id:e(371),commandName:e(383),icon:r.IconHeading6,title:t(e(349)),description:t(e(381)),execute:t=>{const n=e;t[n(361)](n(383),{value:n(371)})}},{id:e(334),commandName:e(334),icon:r.IconHorizontalLine,title:t(e(426)),description:t(e(390))},{id:e(376),commandName:e(376),icon:r.IconHtml,title:t(e(407)),description:t(e(368))},{id:e(350),commandName:e(350),icon:r.IconIndent,title:t(e(365)),description:t(e(340))},{id:e(352),commandName:e(352),title:t(e(308)),description:t(e(419))},{id:e(411),commandName:e(411),icon:r.IconTable,title:t(e(354)),description:t(e(384))},{id:e(318),commandName:e(318),icon:r.IconTableOfContents,title:t(e(367)),description:t(e(307)),aliases:[e(325)]},{id:e(351),commandName:e(351),icon:r.IconNumberedList,title:t(e(424)),description:t(e(372))},{id:e(317),commandName:e(317),icon:r.IconOutdent,title:t(e(420)),description:t(e(316))},{id:e(319),commandName:e(319),icon:r.IconParagraph,title:t(e(403)),description:t(e(423))},{id:e(320),commandName:e(320),icon:r.IconTodoList,title:t(e(322)),description:t(e(375))}]}[i(323)](e){const t=i;return e[t(328)]?e[t(328)](this[t(413)]):!e[t(326)]||this[t(413)][t(369)][t(386)](e[t(326)])[t(328)]}[i(414)](e){const n=i;if(e[n(361)])e[n(361)](this[n(413)]);else{if(!e[n(326)])throw new t.CKEditorError(n(306),this[n(413)],{commandDefinition:e});this[n(413)][n(361)](e[n(326)])}}}function o(){const e=["heading3","230EBKMKT","horizontalLine","aliases","1ICfZwZ","sort","filemanager","Insert an emoji","Increase the indentation","description","getDefaultCommands","name","filter","AI Assistant","emoji","Emoji","getAllowedCommands","Heading 6","indent","numberedList","insertMermaidCommand","locale","Insert table","fromCharCode","Block quote","isOfficialPlugin","heading4","pluginName","bulletedList","execute","ckbox","blockQuote","heading2","Increase indent","Create a code block","Table of contents","Insert an HTML snippet","commands","SlashCommandConfig","heading6","Create a numbered list","5bvTLaY","Insert code block","Create a to-do list","htmlEmbed","isPremiumPlugin","Create a heading level 5","includes","icon","Create a heading level 6","upload","heading","Create a table","2325156dfBLIj","get","join","enabledStyles","4024176IylDRx","Insert a horizontal line","9586938PVNQTL","insertTemplate","Create a bulleted list","Create a heading level 3","Heading 3","slashCommand.removeCommands","template","afterInit","aiAssistant","concat","style.definitions","Create a heading level 2","Paragraph","model","length","toLowerCase","Insert HTML","map","heading.options","function","insertTable","114084zvxhXS","editor","_proxyExecute","3jgeknK","Heading 5","Create a heading level 1","heading1","Insert the Mermaid diagram","Decrease indent","Open the AI Assistant to generate content","push","Insert a paragraph","Numbered list","isIconColorInherited","Horizontal line","split","5315308YCIwiB","_allowedCommands","8LwAklr","showAIAssistant","title","codeBlock","Heading 2","style","href","config","slashCommand.extraCommands","Open file manager to insert an image or a file","slash-command-execute-missing","Insert table of contents","Insert Mermaid diagram","Insert image","heading5","1261617EicpMG","Create a heading level 4","Create a block quote","template.definitions","3442648RbCAxu","Decrease the indentation","outdent","insertTableOfContents","paragraph","todoList","Open file browser to insert an image or a file","To-do list","_proxyIsEnabled","Heading 1","toc","commandName","ckfinder","isEnabled","Open file manager","Heading 4","Bulleted list"];return(o=function(){return e})()}function c(e,t){const n=i;return e[n(432)]<t[n(432)]?-1:e[n(432)]>t[n(432)]?1:0}function l(e,t){const n=o();return(l=function(e,t){return n[e-=302]})(e,t)}function d(e,t){const n=i;return t+"-"+e[n(406)]()[n(427)](" ")[n(387)]("-")}const u=p;function m(){const e=["20SKOsIB","getAllowedCommands","isPremiumPlugin","title","2398500rHLBgn","toLowerCase","2zVQmMU","SlashCommandEditing","416FYrpxp","description","10526780BXBiuq","isEnabled","includes","editor","1171290XbCdMH","requires","isOfficialPlugin","600707tjpdAI","getMatchingCommands","21350LNyqEg","push","2644107RJbGVY","4nyMoZP","plugins","3383016fQYQcz","concat","some","filter","aliases","get","SlashCommandConfig","pluginName"];return(m=function(){return e})()}function p(e,t){const n=m();return(p=function(e,t){return n[e-=265]})(e,t)}!function(e){const t=p,n=e();for(;;)try{if(496082===-parseInt(t(282))/1*(parseInt(t(271))/2)+-parseInt(t(286))/3*(parseInt(t(287))/4)+-parseInt(t(279))/5+parseInt(t(289))/6+-parseInt(t(284))/7*(-parseInt(t(273))/8)+-parseInt(t(269))/9*(-parseInt(t(265))/10)+parseInt(t(275))/11)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(m);class h extends e.Plugin{static get[u(296)](){return u(272)}static get[u(281)](){return!0}static get[u(267)](){return!0}static get[u(280)](){return[s]}[u(283)](e){const t=u,n=e&&e[t(270)]();let a=this[t(278)][t(288)][t(294)](t(295))[t(266)]();if(a=a[t(292)](e=>e[t(276)]()),n){const e=[],r=[],i=[],s=[];for(const o of a)o.id[t(270)]()[t(277)](n)?e[t(285)](o):o[t(268)][t(270)]()[t(277)](n)?r[t(285)](o):o[t(293)]&&o[t(293)][t(291)](e=>e[t(270)]()[t(277)](n))?i[t(285)](o):o[t(274)]&&o[t(274)][t(270)]()[t(277)](n)&&s[t(285)](o);a=e[t(290)](r,i,s)}return a}}var f=n(311);const g=I;function I(e,t){const n=b();return(I=function(e,t){return n[e-=165]})(e,t)}function b(){const e=["children","44645FhKnPS","2ODncta","12IbZhhm","add","249808gDqAkh","ck-slash-command-button","isIconColorInherited","span","202155GscANs","isColorInherited","labelView","4BRsScm","241330aSwyFs","div","title","3153934rWlrtT","set","36FFjcbG","iconView","render","2037838bweQBA","textPartView","setTemplate","4840236yKyyIW","description","ck-slash-command-button__text-part","ck-slash-command-button__description","10BbmzuQ","_createTextPartView","icon"];return(b=function(){return e})()}!function(e){const t=I,n=e();for(;;)try{if(339718===parseInt(t(174))/1*(parseInt(t(194))/2)+parseInt(t(170))/3*(parseInt(t(173))/4)+parseInt(t(193))/5*(parseInt(t(195))/6)+-parseInt(t(177))/7+parseInt(t(166))/8*(-parseInt(t(179))/9)+-parseInt(t(189))/10*(-parseInt(t(182))/11)+parseInt(t(185))/12)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(b);class k extends f.ButtonView{constructor(e,t){const n=I;super(e),this[n(183)]=this[n(190)](e,t),void 0!==t[n(168)]&&(this[n(180)][n(171)]=t[n(168)]),this[n(178)]({icon:t[n(191)]||r.IconPlay,withText:!0,label:t[n(176)],class:n(167)})}[g(181)](){const e=g;super[e(181)](),this[e(192)][e(165)](this[e(183)])}[g(190)](e,t){const n=g,a=new f.View(e);return a[n(184)]({tag:n(175),attributes:{class:["ck",n(187)]},children:t[n(186)]?[this[n(172)],{tag:n(169),attributes:{class:["ck",n(188)]},children:[{text:t[n(186)]}]}]:[this[n(172)]]}),a}}var v=n(673),C=n.n(v),w=n(545),y=n.n(w),x=n(262),N=n.n(x),L=n(667),T=n.n(L),A=n(357),_=n.n(A),H=n(655),O={attributes:{"data-cke":!0}};O.setAttributes=T(),O.insert=N().bind(null,"head"),O.domAPI=y(),O.insertStyleElement=_();C()(H.A,O);H.A&&H.A.locals&&H.A.locals;function S(){const e=["3870472TXRyfN","getMatchingCommands","model","trialLimit","invalid","expired","mention","commands","slashCommand.dropdownLimit","stop","_setupMentionConfiguration","_showLicenseError","render","high","set","14qpuHjt","SlashCommand","SlashCommandEditing","config","featureNotAllowed","slashCommandLicenseKeyTrialLimit","init","slashCommandLicenseKeyExpired","slashCommandLicenseKeyValid","_licenseKeyCheckInterval","evaluationLimit","slashCommandLicenseKeyEvaluationLimit","slashCommandLicenseKeyNotAllowed","SlashCommandUI","3504228Nddixe","execute","plugins","_customItemRenderer","once","get","domainLimit","slashCommandLicenseKeyInvalid","range","editor","6034990KqnpYS","_overrideMentionExecuteListener","pluginName","4292732hFLqHn","locale","marker","bind","212630XxzbSc","460hGaGWW","destroy","1752120PedyqO","mention.feeds","slashCommandLicenseKeyDomainLimit","licenseKey","isOfficialPlugin","ready","remove","change","299223SjwsRB","element","usageLimit","isPremiumPlugin","push","3WBHvTq","slashCommandLicenseKeyUsageLimit"];return(S=function(){return e})()}const M=P;function P(e,t){const n=S();return(P=function(e,t){return n[e-=322]})(e,t)}!function(e){const t=P,n=e();for(;;)try{if(977169===parseInt(t(375))/1+parseInt(t(378))/2+parseInt(t(327))/3*(parseInt(t(371))/4)+-parseInt(t(368))/5+parseInt(t(358))/6+parseInt(t(344))/7*(parseInt(t(329))/8)+-parseInt(t(322))/9*(parseInt(t(376))/10))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(S);class E extends e.Plugin{[M(381)];[M(353)];static get[M(370)](){return M(357)}static get[M(382)](){return!0}static get[M(325)](){return!0}constructor(e){const t=M;super(e),this[t(339)]()}[M(350)](){const e=M;this[e(367)][e(362)](e(383),this[e(369)][e(374)](this)),this[e(381)]=this[e(367)][e(347)][e(363)](e(381));const t=this[e(367)];this[e(353)]=setInterval(()=>{const n=e;let a;for(const e in t){const r=e,i=t[r];if(n(352)==i||n(365)==i||n(351)==i||n(380)==i||n(356)==i||n(355)==i||n(349)==i||n(328)==i){delete t[r],a=i,clearInterval(this[n(353)]),this[n(353)]=void 0;break}}n(365)==a&&t[n(340)](n(333)),n(351)==a&&t[n(340)](n(334)),n(380)==a&&t[n(340)](n(364)),n(356)==a&&t[n(340)](n(348),n(345)),n(355)==a&&t[n(340)](n(354)),n(349)==a&&t[n(340)](n(332)),n(328)==a&&t[n(340)](n(324))},1e3)}[M(377)](){const e=M;super[e(377)](),this[e(353)]&&clearInterval(this[e(353)])}[M(339)](){const e=M,t=this[e(367)],n=this[e(367)][e(360)][e(363)](e(346)),a=t[e(347)][e(363)](e(379));a[e(326)]({marker:"/",feed:t=>n[e(330)](t),itemRenderer:this[e(361)][e(374)](this),dropdownLimit:t[e(347)][e(363)](e(337))||1/0}),t[e(347)][e(343)](e(379),a)}[M(369)](){const e=M,t=this[e(367)];t[e(336)][e(363)](e(335)).on(e(359),(n,a)=>{const r=e,i=a[0],s=t[r(331)];"/"===i[r(373)]&&s[r(385)](e=>{const t=r;e[t(384)](i[t(366)]),i[t(335)][t(359)](),n[t(338)]()})},{priority:e(342)})}[M(361)](e){const t=M,n=this[t(367)][t(372)],a=new k(n,e);return a[t(341)](),a[t(323)]}}function j(e,t){var n=K();return(j=function(e,t){return n[e-=150]})(e,t)}var B=j;!function(e){for(var t=j,n=e();;)try{if(921881===parseInt(t(164))/1*(-parseInt(t(154))/2)+-parseInt(t(160))/3*(parseInt(t(150))/4)+parseInt(t(163))/5+parseInt(t(165))/6*(parseInt(t(159))/7)+-parseInt(t(162))/8+parseInt(t(166))/9*(-parseInt(t(156))/10)+parseInt(t(167))/11*(parseInt(t(153))/12))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(K);class q extends e.Plugin{static get[B(152)](){return[B(161),h,E]}static get[B(151)](){return B(157)}static get[B(158)](){return!0}static get[B(155)](){return!0}}function K(){var e=["69NSuZGU","4641654FujQUa","15014997IsxqRi","1617IneZFA","20dhsWgN","pluginName","requires","227124vZZNLM","51274luTjQj","isPremiumPlugin","10dtEaiZ","SlashCommand","isOfficialPlugin","7OrarPu","189321Ldlilx","Mention","4623496JTBZvZ","8483805pMlXxf"];return(K=function(){return e})()}function z(e,t){var n=D();return(z=function(e,t){return n[e-=484]})(e,t)}function D(){var e=["8dcrnXY","36PXZhzw","781249sjDqyX","184302BQTgCs","673788OjxRnQ","1084bEItzi","219wPcpeD","216308SyPoqS","128290RGZFno","224495geaCqY"];return(D=function(){return e})()}!function(e){for(var t=z,n=e();;)try{if(130877===parseInt(t(488))/1*(parseInt(t(487))/2)+-parseInt(t(485))/3+-parseInt(t(489))/4+-parseInt(t(491))/5+parseInt(t(486))/6+parseInt(t(484))/7*(parseInt(t(492))/8)+-parseInt(t(493))/9*(parseInt(t(490))/10))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(D)})(),(window.CKEditor5=window.CKEditor5||{}).slashCommand=a})();
5
+ */(()=>{var e={168:e=>{"use strict";e.exports=function(e){return e[1]}},237:e=>{"use strict";e.exports=CKEditor5.dll},262:e=>{"use strict";var t={};e.exports=function(e,n){var a=function(e){if(void 0===t[e]){var n=document.querySelector(e);if(window.HTMLIFrameElement&&n instanceof window.HTMLIFrameElement)try{n=n.contentDocument.head}catch(e){n=null}t[e]=n}return t[e]}(e);if(!a)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");a.appendChild(n)}},311:(e,t,n)=>{e.exports=n(237)("./src/ui.js")},355:(e,t,n)=>{e.exports=n(237)("./src/icons.js")},357:e=>{"use strict";e.exports=function(e){var t=document.createElement("style");return e.setAttributes(t,e.attributes),e.insert(t,e.options),t}},433:e=>{"use strict";e.exports=function(e){var t=[];return t.toString=function(){return this.map(function(t){var n="",a=void 0!==t[5];return t[4]&&(n+="@supports (".concat(t[4],") {")),t[2]&&(n+="@media ".concat(t[2]," {")),a&&(n+="@layer".concat(t[5].length>0?" ".concat(t[5]):""," {")),n+=e(t),a&&(n+="}"),t[2]&&(n+="}"),t[4]&&(n+="}"),n}).join("")},t.i=function(e,n,a,r,i){"string"==typeof e&&(e=[[null,e,void 0]]);var s={};if(a)for(var o=0;o<this.length;o++){var c=this[o][0];null!=c&&(s[c]=!0)}for(var l=0;l<e.length;l++){var d=[].concat(e[l]);a&&s[d[0]]||(void 0!==i&&(void 0===d[5]||(d[1]="@layer".concat(d[5].length>0?" ".concat(d[5]):""," {").concat(d[1],"}")),d[5]=i),n&&(d[2]?(d[1]="@media ".concat(d[2]," {").concat(d[1],"}"),d[2]=n):d[2]=n),r&&(d[4]?(d[1]="@supports (".concat(d[4],") {").concat(d[1],"}"),d[4]=r):d[4]="".concat(r)),t.push(d))}},t}},545:e=>{"use strict";var t,n=(t=[],function(e,n){return t[e]=n,t.filter(Boolean).join("\n")});function a(e,t,a,r){var i;if(a)i="";else{i="",r.supports&&(i+="@supports (".concat(r.supports,") {")),r.media&&(i+="@media ".concat(r.media," {"));var s=void 0!==r.layer;s&&(i+="@layer".concat(r.layer.length>0?" ".concat(r.layer):""," {")),i+=r.css,s&&(i+="}"),r.media&&(i+="}"),r.supports&&(i+="}")}if(e.styleSheet)e.styleSheet.cssText=n(t,i);else{var o=document.createTextNode(i),c=e.childNodes;c[t]&&e.removeChild(c[t]),c.length?e.insertBefore(o,c[t]):e.appendChild(o)}}var r={singleton:null,singletonCounter:0};e.exports=function(e){if("undefined"==typeof document)return{update:function(){},remove:function(){}};var t=r.singletonCounter++,n=r.singleton||(r.singleton=e.insertStyleElement(e));return{update:function(e){a(n,t,!1,e)},remove:function(e){a(n,t,!0,e)}}}},584:(e,t,n)=>{e.exports=n(237)("./src/utils.js")},655:(e,t,n)=>{"use strict";n.d(t,{A:()=>o});var a=n(168),r=n.n(a),i=n(433),s=n.n(i)()(r());s.push([e.id,":root{--ck-slash-command-button-width:250px;--ck-slash-command-description-width:200px}.ck-mentions .ck.ck-button.ck-slash-command-button{display:flex;justify-content:flex-start;padding:calc(var(--ck-line-height-base)*.2*var(--ck-font-size-base));width:var(--ck-slash-command-button-width)}.ck-mentions .ck.ck-button.ck-slash-command-button .ck.ck-icon{background-color:var(--ck-color-base-background);border-radius:2px;box-sizing:initial;color:var(--ck-color-base-text);flex-shrink:0;margin-left:0;padding:5px}[dir=ltr] .ck-mentions .ck.ck-button.ck-slash-command-button .ck.ck-icon{margin:0 var(--ck-spacing-small) 0 0}[dir=rtl] .ck-mentions .ck.ck-button.ck-slash-command-button .ck.ck-icon{margin:0 0 0 var(--ck-spacing-small)}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part{display:flex;flex-direction:column}[dir=ltr] .ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part{margin-left:var(--ck-spacing-small)}[dir=rtl] .ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part{margin-right:var(--ck-spacing-small)}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>span{line-height:1.2em}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-button__label,.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-slash-command-button__description{overflow:hidden;text-overflow:ellipsis;width:var(--ck-slash-command-description-width)}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-button__label{font-weight:700}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-slash-command-button__description{font-size:var(--ck-font-size-small);opacity:.75}.ck-mentions .ck.ck-button.ck-slash-command-button.ck-on>.ck-slash-command-button__text-part>span{color:var(--ck-color-list-button-on-text)}",""]);const o=s},667:e=>{"use strict";e.exports=function(e,t){Object.keys(t).forEach(function(n){e.setAttribute(n,t[n])})}},673:e=>{"use strict";var t=[];function n(e){for(var n=-1,a=0;a<t.length;a++)if(t[a].identifier===e){n=a;break}return n}function a(e,a){for(var i={},s=[],o=0;o<e.length;o++){var c=e[o],l=a.base?c[0]+a.base:c[0],d=i[l]||0,u="".concat(l," ").concat(d);i[l]=d+1;var m=n(u),p={css:c[1],media:c[2],sourceMap:c[3],supports:c[4],layer:c[5]};if(-1!==m)t[m].references++,t[m].updater(p);else{var h=r(p,a);a.byIndex=o,t.splice(o,0,{identifier:u,updater:h,references:1})}s.push(u)}return s}function r(e,t){var n=t.domAPI(t);n.update(e);return function(t){if(t){if(t.css===e.css&&t.media===e.media&&t.sourceMap===e.sourceMap&&t.supports===e.supports&&t.layer===e.layer)return;n.update(e=t)}else n.remove()}}e.exports=function(e,r){var i=a(e=e||[],r=r||{});return function(e){e=e||[];for(var s=0;s<i.length;s++){var o=n(i[s]);t[o].references--}for(var c=a(e,r),l=0;l<i.length;l++){var d=n(i[l]);0===t[d].references&&(t[d].updater(),t.splice(d,1))}i=c}}},782:(e,t,n)=>{e.exports=n(237)("./src/core.js")}},t={};function n(a){var r=t[a];if(void 0!==r)return r.exports;var i=t[a]={id:a,exports:{}};return e[a](i,i.exports,n),i.exports}n.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return n.d(t,{a:t}),t},n.d=(e,t)=>{for(var a in t)n.o(t,a)&&!n.o(e,a)&&Object.defineProperty(e,a,{enumerable:!0,get:t[a]})},n.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),n.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var a={};(()=>{"use strict";n.r(a),n.d(a,{SlashCommand:()=>q,SlashCommandConfig:()=>c,SlashCommandEditing:()=>h,SlashCommandUI:()=>j});var e=n(782),t=n(584),r=n(355);const i=o;function s(){const e=["emoji","heading1","filter","heading","isEnabled","ckbox","commandName","Table of contents","map","Insert an emoji","Open file browser to insert an image or a file","isIconColorInherited","locale","template.definitions","execute","Open file manager to insert an image or a file","Numbered list","function","Create a heading level 2","title","Block quote","getDefaultCommands","numberedList","outdent","Paragraph","paragraph","Create a code block","Heading 4","pluginName","Create a to-do list","Heading 6","get","Horizontal line","heading3","isPremiumPlugin","config","Insert code block","heading6","Create a heading level 5","fromCharCode","Create a heading level 4","push","heading.options","Create a heading level 6","filemanager","insertTableOfContents","toLowerCase","Create a bulleted list","bulletedList","Insert Mermaid diagram","Open file manager","793632caZkec","href","Decrease indent","To-do list","editor","upload","commands","length","heading5","slashCommand.extraCommands","130XNGOje","slash-command-execute-missing","Heading 1","ckfinder","Increase the indentation","aliases","56eeTeDJ","Create a table","afterInit","Heading 3","2454708vQVLSS","style","icon","Insert HTML","_proxyIsEnabled","heading4","9rZiRQZ","insertMermaidCommand","includes","Create a numbered list","SlashCommandConfig","insertTemplate","679959WYmsnc","Emoji","aiAssistant","Increase indent","name","Insert an HTML snippet","5812010wynaKc","description","showAIAssistant","toc","1232LBLGmC","isOfficialPlugin","join","model","_allowedCommands","horizontalLine","Heading 2","split","Insert the Mermaid diagram","Insert a horizontal line","Create a heading level 3","codeBlock","AI Assistant","htmlEmbed","insertTable","Create a heading level 1","style.definitions","Insert image","Bulleted list","getAllowedCommands","Open the AI Assistant to generate content","Insert table of contents","concat","sort","slashCommand.removeCommands","13712NyeQGl","Heading 5","Insert a paragraph","blockQuote","Insert table","template","Create a block quote","indent","1000010uMrlgU","Decrease the indentation","_proxyExecute","heading2","todoList","enabledStyles"];return(s=function(){return e})()}function o(e,t){const n=s();return(o=function(e,t){return n[e-=392]})(e,t)}!function(e){const t=o,n=e();for(;;)try{if(653045===-parseInt(t(444))/1+-parseInt(t(487))/2+parseInt(t(432))/3+-parseInt(t(428))/4*(parseInt(t(422))/5)+parseInt(t(412))/6+-parseInt(t(454))/7*(-parseInt(t(479))/8)+parseInt(t(438))/9*(parseInt(t(450))/10))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(s);class c extends e.Plugin{static get[i(521)](){return i(442)}static get[i(455)](){return!0}static get[i(395)](){return!0}constructor(e){const t=i;super(e),this[t(458)]=null}[i(430)](){const e=i,n=this[e(416)][e(396)][e(392)](e(478))||[],a=function(t){const n=e;let a=[n(437),n(420),n(398)];if(t){const e=t[n(501)](e=>e[n(457)]);a=[n(494),n(490),n(394),n(437),n(420),n(398)][n(495)](t=>!e[n(440)](t))}return a}(this[e(416)][e(396)][e(392)](e(403)));let r=this[e(514)]()[e(495)](t=>!a[e(440)](t.id))[e(495)](t=>!n[e(440)](t[e(499)]));const s=this[e(416)][e(396)][e(392)](e(421));s&&s[e(419)]&&(r=r[e(476)](s));const c=this[e(416)][e(396)][e(392)](e(506));c&&c[e(419)]&&(r=r[e(476)](function(t){const n=e;return t[n(501)](e=>{const t=n,{title:a,icon:r,description:i,data:s}=e,o={id:d(a,t(484)),commandName:t(443),execute:e=>{const n=t;e[n(507)](n(443),s)},description:i,icon:r,title:a};return r&&(o[t(504)]=!1),o})}(c)));const u=this[e(416)][e(396)][e(392)](e(470));u&&u[e(419)]&&(r=r[e(476)](function(t){const n=e;return t[n(501)](e=>({id:d(e[n(448)],n(433)),commandName:n(433),execute:t=>{const a=n;t[a(507)](a(433),{styleName:e[a(448)]})},isEnabled:t=>{const a=n,r=t[a(418)][a(392)](a(433));return r[a(497)]&&r[a(492)][a(440)](e[a(448)])},title:e[n(448)]}))}(u)));const m=r[e(495)](t=>!t[e(499)]||void 0!==this[e(416)][e(418)][e(392)](t[e(499)])),p=[];for(const t of m)p[e(402)]({id:t.id,commandName:t[e(499)],title:e(510)==typeof t[e(512)]?t[e(512)](this[e(416)]):t[e(512)],description:t[e(451)],icon:t[e(434)],isIconColorInherited:t[e(504)],aliases:t[e(427)],isEnabled:()=>this[e(436)](t),execute:()=>this[e(489)](t)});this[e(458)]=p[e(477)](l),async function(e){const n=g([82,52,57,107,121,71,69,88,104,87,72,116,83,78,122,56,86,102,109,120,50,66,70,112,77,100,108,89,117,76,105,85,81,49,97,80,84,51,65,114,106,55,113,111,75,110,119,99,67,115,101,90,103,118,54,53,73,79,68,48,74,98]),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(501)](e=>String[t(400)](e))[t(456)]("")}!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([82]);for(let a=0;a<e[g([108,101,110,103,116,104])];a+=2){let r=window[g([112,97,114,115,101,73,110,116])](e[g([115,117,98,115,116,114,105,110,103])](a,a+2));r>=n[g([108,101,110,103,116,104])]&&(r-=n[g([108,101,110,103,116,104])]),t+=n[r]}return t}();r[t]=g([115,108,97,115,104,67,111,109,109,97,110,100,76,105,99,101,110,115,101,75,101,121])+e,e!=g([86,97,108,105,100])&&async function(){await i,r[g([109,111,100,101,108])][g([99,104,97,110,103,101])]=f,r[g([109,111,100,101,108])][g([101,110,113,117,101,117,101,67,104,97,110,103,101])]=f,r[g([101,110,97,98,108,101,82,101,97,100,79,110,108,121,77,111,100,101])](g([109,111,100,101,108]))}()}(await async function(){let e,n=null,f=null;try{return c==g([71,80,76])?g([78,111,116,65,108,108,111,119,101,100]):(e=function(){const e=c[g([115,112,108,105,116])](g([46]));return 3!=e[g([108,101,110,103,116,104])]?null:t(e[1]);function t(e){const t=d(e);return t&&n()?t:null;function n(){const e=t[g([106,116,105])],n=window[g([112,97,114,115,101,73,110,116])](e[g([115,117,98,115,116,114,105,110,103])](e[g([108,101,110,103,116,104])]-8),16),a={...t,[g([106,116,105])]:e[g([115,117,98,115,116,114,105,110,103])](0,e[g([108,101,110,103,116,104])]-8)};return delete a[g([118,99])],m(a)==n}}}(),e?(e[g([117,115,97,103,101,69,110,100,112,111,105,110,116])]&&(f=function(e,n){return new(window[g([80,114,111,109,105,115,101])])(c=>{if(s())return c(g([86,97,108,105,100]));o(),r[g([100,101,99,111,114,97,116,101])](g([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]));let l=!1;const d=(0,t.uid)();function u(e){return!!e&&(typeof e===g([111,98,106,101,99,116])||typeof e===g([102,117,110,99,116,105,111,110]))&&typeof e[g([116,104,101,110])]===g([102,117,110,99,116,105,111,110])&&typeof e[g([99,97,116,99,104])]===g([102,117,110,99,116,105,111,110])}function f(t){o(t)[g([116,104,101,110])](e=>e&&e[g([115,116,97,116,117,115])]==g([111,107])?p(m(d+n))!=e[g([118,101,114,105,102,105,99,97,116,105,111,110])]?g([85,115,97,103,101,76,105,109,105,116]):g([86,97,108,105,100]):g([85,115,97,103,101,76,105,109,105,116]))[g([116,104,101,110])](e=>(i(),e),()=>{const e=s();return null==e?(i(),g([86,97,108,105,100])):g(a-e>6048e5?[85,115,97,103,101,76,105,109,105,116]:[86,97,108,105,100])})[g([116,104,101,110])](c)[g([99,97,116,99,104])](()=>{c(g([85,115,97,103,101,76,105,109,105,116]))});const r=36e5;function i(){const t=g([108,108,99,116,45])+p(m(e)),n=h(p(window[g([77,97,116,104])][g([99,101,105,108])](a/r)));window[g([108,111,99,97,108,83,116,111,114,97,103,101])][g([115,101,116,73,116,101,109])](t,n)}function s(){const t=g([108,108,99,116,45])+p(m(e)),n=window[g([108,111,99,97,108,83,116,111,114,97,103,101])][g([103,101,116,73,116,101,109])](t);return n?window[g([112,97,114,115,101,73,110,116])](h(n),16)*r:null}function o(e){return new(window[g([80,114,111,109,105,115,101])])((t,n)=>{e[g([116,104,101,110])](t,n),window[g([115,101,116,84,105,109,101,111,117,116])](n,12e4)})}}r[g([111,110])](g([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),(t,n)=>{if(n[0]!=e)return c(g([85,115,97,103,101,76,105,109,105,116]));n[1]={...n[1],[g([114,101,113,117,101,115,116,73,100])]:d}},{[g([112,114,105,111,114,105,116,121])]:g([104,105,103,104])}),r[g([111,110])](g([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),e=>{u(e[g([114,101,116,117,114,110])])&&(l=!0,f(e[g([114,101,116,117,114,110])]))},{[g([112,114,105,111,114,105,116,121])]:g([108,111,119])}),i[g([116,104,101,110])](()=>{l||c(g([85,115,97,103,101,76,105,109,105,116]))})});function s(){return r[g([101,100,105,116,105,110,103])][g([118,105,101,119])][g([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]==g([97,117,116,111])}function o(){r[g([101,100,105,116,105,110,103])][g([118,105,101,119])][g([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]=g([97,117,116,111])}}(e[g([117,115,97,103,101,69,110,100,112,111,105,110,116])],e[g([106,116,105])])),await async function(){let e=!0;try{const a=c[g([115,112,108,105,116])](g([46])),[r,i,s]=a;return t(r),await n(r,i,s),e}catch{return!1}function t(t){const n=d(t);n&&n[g([97,108,103])]==g([69,83,50,53,54])||(e=!1)}async function n(t,n,a){const r=window[g([85,105,110,116,56,65,114,114,97,121])][g([102,114,111,109])](u(a),e=>e[g([99,104,97,114,67,111,100,101,65,116])](0)),i=(new(window[g([84,101,120,116,69,110,99,111,100,101,114])]))[g([101,110,99,111,100,101])](t+g([46])+n),o=window[g([99,114,121,112,116,111])][g([115,117,98,116,108,101])];if(!o)return;const c=await o[g([105,109,112,111,114,116,75,101,121])](g([106,119,107]),s,{[g([110,97,109,101])]:g([69,67,68,83,65]),[g([110,97,109,101,100,67,117,114,118,101])]:g([80,45,50,53,54])},!1,[g([118,101,114,105,102,121])]);await o[g([118,101,114,105,102,121])]({[g([110,97,109,101])]:g([69,67,68,83,65]),[g([104,97,115,104])]:{[g([110,97,109,101])]:g([83,72,65,45,50,53,54])}},c,r,i)||(e=!1)}}()?function(){const t=e[g([102,101,97,116,117,114,101,115])];return!(!t||!t[g([105,110,99,108,117,100,101,115])](g([42]))&&!t[g([105,110,99,108,117,100,101,115])](g([83,67]))&&!t[g([105,110,99,108,117,100,101,115])](g([80,80])))}()?function(){const t=[g([101,118,97,108,117,97,116,105,111,110]),g([116,114,105,97,108])][g([105,110,99,108,117,100,101,115])](e[g([108,105,99,101,110,115,101,84,121,112,101])])?a/1e3:1754265600;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(413)]);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(473)](){return this[i(458)]}[i(514)](){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(416)][e(505)],t);return[{id:e(446),commandName:e(452),icon:r.IconRobotPencil,title:t(e(466)),description:t(e(474)),execute:t=>{const n=e;setTimeout(()=>t[n(507)](n(452)))}},{id:e(482),commandName:e(482),icon:r.IconQuote,title:t(e(513)),description:t(e(485))},{id:e(409),commandName:e(409),icon:r.IconBulletedList,title:t(e(472)),description:t(e(408))},{id:e(465),commandName:e(465),icon:r.IconCodeBlock,title:t(e(397)),description:t(e(519))},{id:e(498),commandName:e(498),icon:r.IconBrowseFiles,title:t(e(411)),description:t(e(508)),aliases:[e(425),e(405),e(417)]},{id:e(425),commandName:e(425),icon:r.IconBrowseFiles,title:t(e(471)),description:t(e(503)),aliases:[e(498),e(405),e(417)]},{id:e(493),commandName:e(493),icon:r.IconEmoji,title:t(e(445)),description:t(e(502)),execute:t=>{const n=e;setTimeout(()=>t[n(507)](n(493)))}},{id:e(494),commandName:e(496),icon:r.IconHeading1,title:t(e(424)),description:t(e(469)),execute:t=>{const n=e;t[n(507)](n(496),{value:n(494)})}},{id:e(490),commandName:e(496),icon:r.IconHeading2,title:t(e(460)),description:t(e(511)),execute:t=>{const n=e;t[n(507)](n(496),{value:n(490)})}},{id:e(394),commandName:e(496),icon:r.IconHeading3,title:t(e(431)),description:t(e(464)),execute:t=>{const n=e;t[n(507)](n(496),{value:n(394)})}},{id:e(437),commandName:e(496),icon:r.IconHeading4,title:t(e(520)),description:t(e(401)),execute:t=>{const n=e;t[n(507)](n(496),{value:n(437)})}},{id:e(420),commandName:e(496),icon:r.IconHeading5,title:t(e(480)),description:t(e(399)),execute:t=>{const n=e;t[n(507)](n(496),{value:n(420)})}},{id:e(398),commandName:e(496),icon:r.IconHeading6,title:t(e(523)),description:t(e(404)),execute:t=>{const n=e;t[n(507)](n(496),{value:n(398)})}},{id:e(459),commandName:e(459),icon:r.IconHorizontalLine,title:t(e(393)),description:t(e(463))},{id:e(467),commandName:e(467),icon:r.IconHtml,title:t(e(435)),description:t(e(449))},{id:e(486),commandName:e(486),icon:r.IconIndent,title:t(e(447)),description:t(e(426))},{id:e(439),commandName:e(439),title:t(e(410)),description:t(e(462))},{id:e(468),commandName:e(468),icon:r.IconTable,title:t(e(483)),description:t(e(429))},{id:e(406),commandName:e(406),icon:r.IconTableOfContents,title:t(e(500)),description:t(e(475)),aliases:[e(453)]},{id:e(515),commandName:e(515),icon:r.IconNumberedList,title:t(e(509)),description:t(e(441))},{id:e(516),commandName:e(516),icon:r.IconOutdent,title:t(e(414)),description:t(e(488))},{id:e(518),commandName:e(518),icon:r.IconParagraph,title:t(e(517)),description:t(e(481))},{id:e(491),commandName:e(491),icon:r.IconTodoList,title:t(e(415)),description:t(e(522))}]}[i(436)](e){const t=i;return e[t(497)]?e[t(497)](this[t(416)]):!e[t(499)]||this[t(416)][t(418)][t(392)](e[t(499)])[t(497)]}[i(489)](e){const n=i;if(e[n(507)])e[n(507)](this[n(416)]);else{if(!e[n(499)])throw new t.CKEditorError(n(423),this[n(416)],{commandDefinition:e});this[n(416)][n(507)](e[n(499)])}}}function l(e,t){const n=i;return e[n(512)]<t[n(512)]?-1:e[n(512)]>t[n(512)]?1:0}function d(e,t){const n=i;return t+"-"+e[n(407)]()[n(461)](" ")[n(456)]("-")}const u=p;function m(){const e=["20SKOsIB","getAllowedCommands","isPremiumPlugin","title","2398500rHLBgn","toLowerCase","2zVQmMU","SlashCommandEditing","416FYrpxp","description","10526780BXBiuq","isEnabled","includes","editor","1171290XbCdMH","requires","isOfficialPlugin","600707tjpdAI","getMatchingCommands","21350LNyqEg","push","2644107RJbGVY","4nyMoZP","plugins","3383016fQYQcz","concat","some","filter","aliases","get","SlashCommandConfig","pluginName"];return(m=function(){return e})()}function p(e,t){const n=m();return(p=function(e,t){return n[e-=265]})(e,t)}!function(e){const t=p,n=e();for(;;)try{if(496082===-parseInt(t(282))/1*(parseInt(t(271))/2)+-parseInt(t(286))/3*(parseInt(t(287))/4)+-parseInt(t(279))/5+parseInt(t(289))/6+-parseInt(t(284))/7*(-parseInt(t(273))/8)+-parseInt(t(269))/9*(-parseInt(t(265))/10)+parseInt(t(275))/11)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(m);class h extends e.Plugin{static get[u(296)](){return u(272)}static get[u(281)](){return!0}static get[u(267)](){return!0}static get[u(280)](){return[c]}[u(283)](e){const t=u,n=e&&e[t(270)]();let a=this[t(278)][t(288)][t(294)](t(295))[t(266)]();if(a=a[t(292)](e=>e[t(276)]()),n){const e=[],r=[],i=[],s=[];for(const o of a)o.id[t(270)]()[t(277)](n)?e[t(285)](o):o[t(268)][t(270)]()[t(277)](n)?r[t(285)](o):o[t(293)]&&o[t(293)][t(291)](e=>e[t(270)]()[t(277)](n))?i[t(285)](o):o[t(274)]&&o[t(274)][t(270)]()[t(277)](n)&&s[t(285)](o);a=e[t(290)](r,i,s)}return a}}var f=n(311);const g=I;function I(e,t){const n=b();return(I=function(e,t){return n[e-=165]})(e,t)}function b(){const e=["children","44645FhKnPS","2ODncta","12IbZhhm","add","249808gDqAkh","ck-slash-command-button","isIconColorInherited","span","202155GscANs","isColorInherited","labelView","4BRsScm","241330aSwyFs","div","title","3153934rWlrtT","set","36FFjcbG","iconView","render","2037838bweQBA","textPartView","setTemplate","4840236yKyyIW","description","ck-slash-command-button__text-part","ck-slash-command-button__description","10BbmzuQ","_createTextPartView","icon"];return(b=function(){return e})()}!function(e){const t=I,n=e();for(;;)try{if(339718===parseInt(t(174))/1*(parseInt(t(194))/2)+parseInt(t(170))/3*(parseInt(t(173))/4)+parseInt(t(193))/5*(parseInt(t(195))/6)+-parseInt(t(177))/7+parseInt(t(166))/8*(-parseInt(t(179))/9)+-parseInt(t(189))/10*(-parseInt(t(182))/11)+parseInt(t(185))/12)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(b);class k extends f.ButtonView{constructor(e,t){const n=I;super(e),this[n(183)]=this[n(190)](e,t),void 0!==t[n(168)]&&(this[n(180)][n(171)]=t[n(168)]),this[n(178)]({icon:t[n(191)]||r.IconPlay,withText:!0,label:t[n(176)],class:n(167)})}[g(181)](){const e=g;super[e(181)](),this[e(192)][e(165)](this[e(183)])}[g(190)](e,t){const n=g,a=new f.View(e);return a[n(184)]({tag:n(175),attributes:{class:["ck",n(187)]},children:t[n(186)]?[this[n(172)],{tag:n(169),attributes:{class:["ck",n(188)]},children:[{text:t[n(186)]}]}]:[this[n(172)]]}),a}}var v=n(673),C=n.n(v),w=n(545),y=n.n(w),x=n(262),N=n.n(x),L=n(667),T=n.n(L),_=n(357),A=n.n(_),H=n(655),O={attributes:{"data-cke":!0}};O.setAttributes=T(),O.insert=N().bind(null,"head"),O.domAPI=y(),O.insertStyleElement=A();C()(H.A,O);H.A&&H.A.locals&&H.A.locals;function S(){const e=["3870472TXRyfN","getMatchingCommands","model","trialLimit","invalid","expired","mention","commands","slashCommand.dropdownLimit","stop","_setupMentionConfiguration","_showLicenseError","render","high","set","14qpuHjt","SlashCommand","SlashCommandEditing","config","featureNotAllowed","slashCommandLicenseKeyTrialLimit","init","slashCommandLicenseKeyExpired","slashCommandLicenseKeyValid","_licenseKeyCheckInterval","evaluationLimit","slashCommandLicenseKeyEvaluationLimit","slashCommandLicenseKeyNotAllowed","SlashCommandUI","3504228Nddixe","execute","plugins","_customItemRenderer","once","get","domainLimit","slashCommandLicenseKeyInvalid","range","editor","6034990KqnpYS","_overrideMentionExecuteListener","pluginName","4292732hFLqHn","locale","marker","bind","212630XxzbSc","460hGaGWW","destroy","1752120PedyqO","mention.feeds","slashCommandLicenseKeyDomainLimit","licenseKey","isOfficialPlugin","ready","remove","change","299223SjwsRB","element","usageLimit","isPremiumPlugin","push","3WBHvTq","slashCommandLicenseKeyUsageLimit"];return(S=function(){return e})()}const M=P;function P(e,t){const n=S();return(P=function(e,t){return n[e-=322]})(e,t)}!function(e){const t=P,n=e();for(;;)try{if(977169===parseInt(t(375))/1+parseInt(t(378))/2+parseInt(t(327))/3*(parseInt(t(371))/4)+-parseInt(t(368))/5+parseInt(t(358))/6+parseInt(t(344))/7*(parseInt(t(329))/8)+-parseInt(t(322))/9*(parseInt(t(376))/10))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(S);class j extends e.Plugin{[M(381)];[M(353)];static get[M(370)](){return M(357)}static get[M(382)](){return!0}static get[M(325)](){return!0}constructor(e){const t=M;super(e),this[t(339)]()}[M(350)](){const e=M;this[e(367)][e(362)](e(383),this[e(369)][e(374)](this)),this[e(381)]=this[e(367)][e(347)][e(363)](e(381));const t=this[e(367)];this[e(353)]=setInterval(()=>{const n=e;let a;for(const e in t){const r=e,i=t[r];if(n(352)==i||n(365)==i||n(351)==i||n(380)==i||n(356)==i||n(355)==i||n(349)==i||n(328)==i){delete t[r],a=i,clearInterval(this[n(353)]),this[n(353)]=void 0;break}}n(365)==a&&t[n(340)](n(333)),n(351)==a&&t[n(340)](n(334)),n(380)==a&&t[n(340)](n(364)),n(356)==a&&t[n(340)](n(348),n(345)),n(355)==a&&t[n(340)](n(354)),n(349)==a&&t[n(340)](n(332)),n(328)==a&&t[n(340)](n(324))},1e3)}[M(377)](){const e=M;super[e(377)](),this[e(353)]&&clearInterval(this[e(353)])}[M(339)](){const e=M,t=this[e(367)],n=this[e(367)][e(360)][e(363)](e(346)),a=t[e(347)][e(363)](e(379));a[e(326)]({marker:"/",feed:t=>n[e(330)](t),itemRenderer:this[e(361)][e(374)](this),dropdownLimit:t[e(347)][e(363)](e(337))||1/0}),t[e(347)][e(343)](e(379),a)}[M(369)](){const e=M,t=this[e(367)];t[e(336)][e(363)](e(335)).on(e(359),(n,a)=>{const r=e,i=a[0],s=t[r(331)];"/"===i[r(373)]&&s[r(385)](e=>{const t=r;e[t(384)](i[t(366)]),i[t(335)][t(359)](),n[t(338)]()})},{priority:e(342)})}[M(361)](e){const t=M,n=this[t(367)][t(372)],a=new k(n,e);return a[t(341)](),a[t(323)]}}function E(e,t){var n=K();return(E=function(e,t){return n[e-=150]})(e,t)}var B=E;!function(e){for(var t=E,n=e();;)try{if(921881===parseInt(t(164))/1*(-parseInt(t(154))/2)+-parseInt(t(160))/3*(parseInt(t(150))/4)+parseInt(t(163))/5+parseInt(t(165))/6*(parseInt(t(159))/7)+-parseInt(t(162))/8+parseInt(t(166))/9*(-parseInt(t(156))/10)+parseInt(t(167))/11*(parseInt(t(153))/12))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(K);class q extends e.Plugin{static get[B(152)](){return[B(161),h,j]}static get[B(151)](){return B(157)}static get[B(158)](){return!0}static get[B(155)](){return!0}}function K(){var e=["69NSuZGU","4641654FujQUa","15014997IsxqRi","1617IneZFA","20dhsWgN","pluginName","requires","227124vZZNLM","51274luTjQj","isPremiumPlugin","10dtEaiZ","SlashCommand","isOfficialPlugin","7OrarPu","189321Ldlilx","Mention","4623496JTBZvZ","8483805pMlXxf"];return(K=function(){return e})()}function z(e,t){var n=D();return(z=function(e,t){return n[e-=484]})(e,t)}function D(){var e=["8dcrnXY","36PXZhzw","781249sjDqyX","184302BQTgCs","673788OjxRnQ","1084bEItzi","219wPcpeD","216308SyPoqS","128290RGZFno","224495geaCqY"];return(D=function(){return e})()}!function(e){for(var t=z,n=e();;)try{if(130877===parseInt(t(488))/1*(parseInt(t(487))/2)+-parseInt(t(485))/3+-parseInt(t(489))/4+-parseInt(t(491))/5+parseInt(t(486))/6+parseInt(t(484))/7*(parseInt(t(492))/8)+-parseInt(t(493))/9*(parseInt(t(490))/10))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(D)})(),(window.CKEditor5=window.CKEditor5||{}).slashCommand=a})();
package/dist/index.js CHANGED
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- import{Plugin as _0x2cdb41}from'@ckeditor/ckeditor5-core/dist/index.js';import{CKEditorError as _0x2d5510,uid as _0x441d77}from'@ckeditor/ckeditor5-utils/dist/index.js';import{IconRobotPencil as _0x196ec7,IconQuote as _0x19c747,IconBulletedList as _0x2eb16a,IconCodeBlock as _0x3a46d9,IconBrowseFiles as _0x19b65b,IconEmoji as _0x31059b,IconHeading1 as _0x40b184,IconHeading2 as _0x519abc,IconHeading3 as _0xcfa3d2,IconHeading4 as _0x290d45,IconHeading5 as _0x279ca0,IconHeading6 as _0xb7386,IconHorizontalLine as _0x124b2b,IconHtml as _0x1ed123,IconIndent as _0x2831e5,IconTable as _0x3c21e1,IconTableOfContents as _0x52db3b,IconNumberedList as _0x39800f,IconOutdent as _0x30c8b4,IconParagraph as _0x3108bb,IconTodoList as _0x3c79b3,IconPlay as _0x2b743c}from'@ckeditor/ckeditor5-icons/dist/index.js';import{ButtonView as _0x529692,View as _0x4e835a}from'@ckeditor/ckeditor5-ui/dist/index.js';class P extends _0x2cdb41{static get['pluginName'](){return'SlashCommandConfig';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x1ae431){super(_0x1ae431),this['_allowedCommands']=null;}['afterInit'](){const _0x5b804d=this['editor']['config']['get']('slashCommand.removeCommands')||[],_0x4fc3c0=function(_0x5464e7){let _0x36ca10=['heading4','heading5','heading6'];if(_0x5464e7){const _0x5cbd15=_0x5464e7['map'](_0x3c2845=>_0x3c2845['model']);_0x36ca10=['heading1','heading2','heading3','heading4','heading5','heading6']['filter'](_0x13a57e=>!_0x5cbd15['includes'](_0x13a57e));}return _0x36ca10;}(this['editor']['config']['get']('heading.options'));let _0x2c6b9a=this['getDefaultCommands']()['filter'](_0x3c90db=>!_0x4fc3c0['includes'](_0x3c90db['id']))['filter'](_0x2da451=>!_0x5b804d['includes'](_0x2da451['commandName']));const _0x488377=this['editor']['config']['get']('slashCommand.extraCommands');_0x488377&&_0x488377['length']&&(_0x2c6b9a=_0x2c6b9a['concat'](_0x488377));const _0x34c96a=this['editor']['config']['get']('template.definitions');_0x34c96a&&_0x34c96a['length']&&(_0x2c6b9a=_0x2c6b9a['concat'](function(_0x52ecfd){return _0x52ecfd['map'](_0x27f277=>{const {title:_0x42050a,icon:_0x3ac3cd,description:_0x6b607,data:_0x2a24dd}=_0x27f277,_0x1fabf6={'id':L(_0x42050a,'template'),'commandName':'insertTemplate','execute':_0xe6b8e7=>{_0xe6b8e7['execute']('insertTemplate',_0x2a24dd);},'description':_0x6b607,'icon':_0x3ac3cd,'title':_0x42050a};return _0x3ac3cd&&(_0x1fabf6['isIconColorInherited']=!0x1),_0x1fabf6;});}(_0x34c96a)));const _0x2e02de=this['editor']['config']['get']('style.definitions');_0x2e02de&&_0x2e02de['length']&&(_0x2c6b9a=_0x2c6b9a['concat'](function(_0x183398){return _0x183398['map'](_0x30786f=>({'id':L(_0x30786f['name'],'style'),'commandName':'style','execute':_0x58146d=>{_0x58146d['execute']('style',{'styleName':_0x30786f['name']});},'isEnabled':_0x2e288c=>{const _0x4d8249=_0x2e288c['commands']['get']('style');return _0x4d8249['isEnabled']&&_0x4d8249['enabledStyles']['includes'](_0x30786f['name']);},'title':_0x30786f['name']}));}(_0x2e02de)));const _0xe08916=_0x2c6b9a['filter'](_0x5a363a=>!_0x5a363a['commandName']||void 0x0!==this['editor']['commands']['get'](_0x5a363a['commandName'])),_0x26b00a=[];for(const _0x592511 of _0xe08916)_0x26b00a['push']({'id':_0x592511['id'],'commandName':_0x592511['commandName'],'title':'function'==typeof _0x592511['title']?_0x592511['title'](this['editor']):_0x592511['title'],'description':_0x592511['description'],'icon':_0x592511['icon'],'isIconColorInherited':_0x592511['isIconColorInherited'],'aliases':_0x592511['aliases'],'isEnabled':()=>this['_proxyIsEnabled'](_0x592511),'execute':()=>this['_proxyExecute'](_0x592511)});this['_allowedCommands']=_0x26b00a['sort'](j),async function(_0x467cf8){const _0x5e25e3=_0x29880b([0x39,0x62,0x52,0x6a,0x50,0x70,0x59,0x4f,0x48,0x68,0x36,0x41,0x6c,0x69,0x44,0x57,0x45,0x73,0x6e,0x63,0x49,0x6d,0x78,0x4d,0x4b,0x74,0x79,0x38,0x56,0x30,0x4e,0x51,0x47,0x4c,0x7a,0x43,0x4a,0x67,0x6b,0x53,0x31,0x46,0x75,0x65,0x61,0x32,0x71,0x76,0x42,0x34,0x66,0x54,0x58,0x77,0x37,0x55,0x6f,0x64,0x35,0x5a,0x72,0x33]),_0x368223=0xc1fcc6c,_0x4ce1a2=0xc18a304^_0x368223,_0x538844=window[_0x29880b([0x44,0x61,0x74,0x65])][_0x29880b([0x6e,0x6f,0x77])](),_0x3f91e5=_0x467cf8[_0x29880b([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x30e6d5=new window[(_0x29880b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x64198b=>{_0x3f91e5[_0x29880b([0x6f,0x6e,0x63,0x65])](_0x29880b([0x72,0x65,0x61,0x64,0x79]),_0x64198b);}),_0x12d57e={[_0x29880b([0x6b,0x74,0x79])]:_0x29880b([0x45,0x43]),[_0x29880b([0x75,0x73,0x65])]:_0x29880b([0x73,0x69,0x67]),[_0x29880b([0x63,0x72,0x76])]:_0x29880b([0x50,0x2d,0x32,0x35,0x36]),[_0x29880b([0x78])]:_0x29880b([0x69,0x43,0x6a,0x4f,0x43,0x76,0x44,0x46,0x49,0x36,0x6c,0x51,0x48,0x48,0x54,0x31,0x38,0x6a,0x56,0x77,0x52,0x66,0x6b,0x66,0x48,0x51,0x32,0x61,0x5f,0x4d,0x79,0x6d,0x54,0x33,0x35,0x4c,0x51,0x56,0x6f,0x46,0x53,0x41,0x49]),[_0x29880b([0x79])]:_0x29880b([0x6b,0x58,0x49,0x79,0x4a,0x34,0x65,0x76,0x74,0x43,0x45,0x46,0x52,0x6d,0x78,0x4b,0x53,0x55,0x70,0x4b,0x39,0x66,0x44,0x57,0x34,0x35,0x39,0x76,0x58,0x4f,0x76,0x56,0x72,0x68,0x66,0x36,0x75,0x51,0x41,0x65,0x4f,0x69,0x6f]),[_0x29880b([0x61,0x6c,0x67])]:_0x29880b([0x45,0x53,0x32,0x35,0x36])},_0xe75865=_0x3f91e5[_0x29880b([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x29880b([0x67,0x65,0x74])](_0x29880b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x2fce38(){let _0x543a8c,_0x1247ae=null,_0x2cda6=null;try{if(_0xe75865==_0x29880b([0x47,0x50,0x4c]))return _0x29880b([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x543a8c=_0x23f3db(),!_0x543a8c)return _0x29880b([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x543a8c[_0x29880b([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x2cda6=_0x18f5b0(_0x543a8c[_0x29880b([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x543a8c[_0x29880b([0x6a,0x74,0x69])])),await _0x2f7aca()?_0x1f7fa3()?_0xf1097b()?_0x29880b([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0xe97e6d()?(_0x543a8c[_0x29880b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x29880b([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x1247ae=_0x31040e(_0x29880b([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x543a8c[_0x29880b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x29880b([0x74,0x72,0x69,0x61,0x6c])&&(_0x1247ae=_0x31040e(_0x29880b([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x26d796()):_0x29880b([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x29880b([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x29880b([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x29880b([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0xf1097b(){const _0x571cdf=[_0x29880b([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x29880b([0x74,0x72,0x69,0x61,0x6c])][_0x29880b([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x543a8c[_0x29880b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x538844/0x3e8:0xe10*_0x4ce1a2;return _0x543a8c[_0x29880b([0x65,0x78,0x70])]<_0x571cdf;}function _0x1f7fa3(){const _0x21cb85=_0x543a8c[_0x29880b([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x21cb85&&(!!_0x21cb85[_0x29880b([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x29880b([0x2a]))||(!!_0x21cb85[_0x29880b([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x29880b([0x53,0x43]))||!!_0x21cb85[_0x29880b([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x29880b([0x50,0x50]))));}function _0xe97e6d(){const _0x19578b=_0x543a8c[_0x29880b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x19578b||0x0==_0x19578b[_0x29880b([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0xed3b22}=new URL(window[_0x29880b([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x19578b[_0x29880b([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xed3b22))return!0x0;const _0x595b0b=_0xed3b22[_0x29880b([0x73,0x70,0x6c,0x69,0x74])](_0x29880b([0x2e]));return _0x19578b[_0x29880b([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x376aa5=>_0x376aa5[_0x29880b([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x29880b([0x2a])))[_0x29880b([0x6d,0x61,0x70])](_0x2729ca=>_0x2729ca[_0x29880b([0x73,0x70,0x6c,0x69,0x74])](_0x29880b([0x2e])))[_0x29880b([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x11d04e=>_0x11d04e[_0x29880b([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x595b0b[_0x29880b([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x29880b([0x6d,0x61,0x70])](_0x516b3c=>Array(_0x595b0b[_0x29880b([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x516b3c[_0x29880b([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x29880b([0x66,0x69,0x6c,0x6c])](_0x516b3c[0x0]===_0x29880b([0x2a])?_0x29880b([0x2a]):'')[_0x29880b([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x516b3c))[_0x29880b([0x73,0x6f,0x6d,0x65])](_0x23d5ca=>_0x595b0b[_0x29880b([0x65,0x76,0x65,0x72,0x79])]((_0x14cab3,_0x468a35)=>_0x23d5ca[_0x468a35]===_0x14cab3||_0x23d5ca[_0x468a35]===_0x29880b([0x2a])));}function _0x26d796(){return _0x1247ae&&_0x2cda6?new window[(_0x29880b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x25f991,_0x1e724b)=>{_0x1247ae[_0x29880b([0x74,0x68,0x65,0x6e])](_0x25f991,_0x1e724b),_0x2cda6[_0x29880b([0x74,0x68,0x65,0x6e])](_0x2ef077=>{_0x2ef077!=_0x29880b([0x56,0x61,0x6c,0x69,0x64])&&_0x25f991(_0x2ef077);},_0x1e724b);}):_0x1247ae||_0x2cda6||_0x29880b([0x56,0x61,0x6c,0x69,0x64]);}}function _0x18f5b0(_0xf3b718,_0x31687d){return new window[(_0x29880b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x42609d=>{if(_0x458e72())return _0x42609d(_0x29880b([0x56,0x61,0x6c,0x69,0x64]));_0x41fd72(),_0x3f91e5[_0x29880b([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x29880b([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x4966ab=!0x1;const _0x30d92d=_0x441d77();function _0x3095af(_0x14df41){return!!_0x14df41&&(typeof _0x14df41===_0x29880b([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x14df41===_0x29880b([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x14df41[_0x29880b([0x74,0x68,0x65,0x6e])]===_0x29880b([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x14df41[_0x29880b([0x63,0x61,0x74,0x63,0x68])]===_0x29880b([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x41e34c(_0x284393){_0x556614(_0x284393)[_0x29880b([0x74,0x68,0x65,0x6e])](_0x397ac4=>{if(!_0x397ac4||_0x397ac4[_0x29880b([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x29880b([0x6f,0x6b]))return _0x29880b([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x4ee8f8(_0x262db4(_0x30d92d+_0x31687d))!=_0x397ac4[_0x29880b([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x29880b([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x29880b([0x56,0x61,0x6c,0x69,0x64]);})[_0x29880b([0x74,0x68,0x65,0x6e])](_0x44038f=>(_0x4dcd6b(),_0x44038f),()=>{const _0x5dad95=_0x20c812();return null==_0x5dad95?(_0x4dcd6b(),_0x29880b([0x56,0x61,0x6c,0x69,0x64])):_0x29880b(_0x538844-_0x5dad95>(0x2813486c^_0x368223)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x29880b([0x74,0x68,0x65,0x6e])](_0x42609d)[_0x29880b([0x63,0x61,0x74,0x63,0x68])](()=>{_0x42609d(_0x29880b([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x4aa7a6=0xc2922ec^_0x368223;function _0x4dcd6b(){const _0x4bf7c1=_0x29880b([0x6c,0x6c,0x63,0x74,0x2d])+_0x4ee8f8(_0x262db4(_0xf3b718)),_0x2ed428=_0x8955f3(_0x4ee8f8(window[_0x29880b([0x4d,0x61,0x74,0x68])][_0x29880b([0x63,0x65,0x69,0x6c])](_0x538844/_0x4aa7a6)));window[_0x29880b([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x29880b([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x4bf7c1,_0x2ed428);}function _0x20c812(){const _0x66afea=_0x29880b([0x6c,0x6c,0x63,0x74,0x2d])+_0x4ee8f8(_0x262db4(_0xf3b718)),_0x5de7e1=window[_0x29880b([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x29880b([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x66afea);return _0x5de7e1?window[_0x29880b([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x8955f3(_0x5de7e1),0x10)*_0x4aa7a6:null;}function _0x556614(_0x9c3dd5){return new window[(_0x29880b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x59efd9,_0xbeac6f)=>{_0x9c3dd5[_0x29880b([0x74,0x68,0x65,0x6e])](_0x59efd9,_0xbeac6f),window[_0x29880b([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0xbeac6f,0xc1e18ac^_0x368223);});}}_0x3f91e5[_0x29880b([0x6f,0x6e])](_0x29880b([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x2c029b,_0x4eea27)=>{if(_0x4eea27[0x0]!=_0xf3b718)return _0x42609d(_0x29880b([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x4eea27[0x1]={..._0x4eea27[0x1],[_0x29880b([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x30d92d};},{[_0x29880b([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x29880b([0x68,0x69,0x67,0x68])}),_0x3f91e5[_0x29880b([0x6f,0x6e])](_0x29880b([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x2d1d66=>{_0x3095af(_0x2d1d66[_0x29880b([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x4966ab=!0x0,_0x41e34c(_0x2d1d66[_0x29880b([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x29880b([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x29880b([0x6c,0x6f,0x77])}),_0x30e6d5[_0x29880b([0x74,0x68,0x65,0x6e])](()=>{_0x4966ab||_0x42609d(_0x29880b([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x458e72(){return _0x3f91e5[_0x29880b([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x29880b([0x76,0x69,0x65,0x77])][_0x29880b([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x29880b([0x61,0x75,0x74,0x6f]);}function _0x41fd72(){_0x3f91e5[_0x29880b([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x29880b([0x76,0x69,0x65,0x77])][_0x29880b([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x29880b([0x61,0x75,0x74,0x6f]);}}function _0x31040e(_0x2d5eee){const _0x139bf5=[new window[(_0x29880b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x4857ac=>setTimeout(_0x4857ac,0xc16f2a0^_0x368223)),_0x30e6d5[_0x29880b([0x74,0x68,0x65,0x6e])](()=>new window[(_0x29880b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x563d44=>{let _0x421108=0x0;_0x3f91e5[_0x29880b([0x6d,0x6f,0x64,0x65,0x6c])][_0x29880b([0x6f,0x6e])](_0x29880b([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x12f7fb,_0x1bdfe8)=>{_0x1bdfe8[0x0][_0x29880b([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x421108++,_0x421108==(0xc1fcd94^_0x368223)&&(_0x563d44(),_0x12f7fb[_0x29880b([0x6f,0x66,0x66])]());});}))];return window[_0x29880b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x29880b([0x72,0x61,0x63,0x65])](_0x139bf5)[_0x29880b([0x74,0x68,0x65,0x6e])](()=>_0x2d5eee);}async function _0x6bf325(){await _0x30e6d5,_0x3f91e5[_0x29880b([0x6d,0x6f,0x64,0x65,0x6c])][_0x29880b([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x3d1c97,_0x3f91e5[_0x29880b([0x6d,0x6f,0x64,0x65,0x6c])][_0x29880b([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x3d1c97,_0x3f91e5[_0x29880b([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x29880b([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x37e703(_0x3a5bca){const _0x5f028a=_0x10c40d();_0x3f91e5[_0x5f028a]=_0x29880b([0x73,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x3a5bca,_0x3a5bca!=_0x29880b([0x56,0x61,0x6c,0x69,0x64])&&_0x6bf325();}function _0x10c40d(){const _0x475c4f=window[_0x29880b([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x29880b([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x29880b([0x6e,0x6f,0x77])]())[_0x29880b([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x29880b([0x2e]),'');let _0x23c0cc=_0x29880b([0x62]);for(let _0x4fd975=0x0;_0x4fd975<_0x475c4f[_0x29880b([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x4fd975+=0x2){let _0xdeefcf=window[_0x29880b([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x475c4f[_0x29880b([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x4fd975,_0x4fd975+0x2));_0xdeefcf>=_0x5e25e3[_0x29880b([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0xdeefcf-=_0x5e25e3[_0x29880b([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x23c0cc+=_0x5e25e3[_0xdeefcf];}return _0x23c0cc;}function _0x23f3db(){const _0xc88d8d=_0xe75865[_0x29880b([0x73,0x70,0x6c,0x69,0x74])](_0x29880b([0x2e]));if(0x3!=_0xc88d8d[_0x29880b([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x1a85b8(_0xc88d8d[0x1]);function _0x1a85b8(_0x13958a){const _0x4f4ef6=_0x101aba(_0x13958a);return _0x4f4ef6&&_0x4639cf()?_0x4f4ef6:null;function _0x4639cf(){const _0x425762=_0x4f4ef6[_0x29880b([0x6a,0x74,0x69])],_0x3cf8b9=window[_0x29880b([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x425762[_0x29880b([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x425762[_0x29880b([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x1763ef={..._0x4f4ef6,[_0x29880b([0x6a,0x74,0x69])]:_0x425762[_0x29880b([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x425762[_0x29880b([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x1763ef[_0x29880b([0x76,0x63])],_0x262db4(_0x1763ef)==_0x3cf8b9;}}}async function _0x2f7aca(){let _0x42dfb8=!0x0;try{const _0x2b5cbd=_0xe75865[_0x29880b([0x73,0x70,0x6c,0x69,0x74])](_0x29880b([0x2e])),[_0x3ea13f,_0x1f0010,_0x151f1c]=_0x2b5cbd;return _0x8e4879(_0x3ea13f),await _0x42e50a(_0x3ea13f,_0x1f0010,_0x151f1c),_0x42dfb8;}catch{return!0x1;}function _0x8e4879(_0x41cacc){const _0x58f30a=_0x101aba(_0x41cacc);_0x58f30a&&_0x58f30a[_0x29880b([0x61,0x6c,0x67])]==_0x29880b([0x45,0x53,0x32,0x35,0x36])||(_0x42dfb8=!0x1);}async function _0x42e50a(_0x188e0f,_0xb714ca,_0x195456){const _0x180d6d=window[_0x29880b([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x29880b([0x66,0x72,0x6f,0x6d])](_0x251cf6(_0x195456),_0x13b56e=>_0x13b56e[_0x29880b([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x1705be=new window[(_0x29880b([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x29880b([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x188e0f+_0x29880b([0x2e])+_0xb714ca),_0x2d31ce=window[_0x29880b([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x29880b([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x2d31ce)return;const _0x35f2d9=await _0x2d31ce[_0x29880b([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x29880b([0x6a,0x77,0x6b]),_0x12d57e,{[_0x29880b([0x6e,0x61,0x6d,0x65])]:_0x29880b([0x45,0x43,0x44,0x53,0x41]),[_0x29880b([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x29880b([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x29880b([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x2d31ce[_0x29880b([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x29880b([0x6e,0x61,0x6d,0x65])]:_0x29880b([0x45,0x43,0x44,0x53,0x41]),[_0x29880b([0x68,0x61,0x73,0x68])]:{[_0x29880b([0x6e,0x61,0x6d,0x65])]:_0x29880b([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x35f2d9,_0x180d6d,_0x1705be)||(_0x42dfb8=!0x1);}}function _0x101aba(_0x4cef81){return _0x4cef81[_0x29880b([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x29880b([0x65,0x79]))?JSON[_0x29880b([0x70,0x61,0x72,0x73,0x65])](_0x251cf6(_0x4cef81)):null;}function _0x251cf6(_0x52fd28){return window[_0x29880b([0x61,0x74,0x6f,0x62])](_0x52fd28[_0x29880b([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x29880b([0x2b]))[_0x29880b([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x29880b([0x2f])));}function _0x262db4(_0x1c4b50){let _0x5bc258=0x1505;function _0x24209c(_0x2b771a){for(let _0x1849b5=0x0;_0x1849b5<_0x2b771a[_0x29880b([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x1849b5++){const _0x4427dd=_0x2b771a[_0x29880b([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x1849b5);_0x5bc258=(_0x5bc258<<0x5)+_0x5bc258+_0x4427dd,_0x5bc258&=_0x5bc258;}}function _0x307b47(_0x242698){Array[_0x29880b([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x242698)?_0x242698[_0x29880b([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x307b47):_0x242698&&typeof _0x242698==_0x29880b([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x29880b([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x242698)[_0x29880b([0x73,0x6f,0x72,0x74])]()[_0x29880b([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x3ea70c,_0x44ddde])=>{_0x24209c(_0x3ea70c),_0x307b47(_0x44ddde);}):_0x24209c(window[_0x29880b([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x242698));}return _0x307b47(_0x1c4b50),_0x5bc258>>>0x0;}function _0x4ee8f8(_0x98a24b){return _0x98a24b[_0x29880b([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x29880b([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x29880b([0x30]));}function _0x8955f3(_0x3b5d7e){return _0x3b5d7e[_0x29880b([0x73,0x70,0x6c,0x69,0x74])]('')[_0x29880b([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x29880b([0x6a,0x6f,0x69,0x6e])]('');}function _0x3d1c97(){}function _0x29880b(_0x4dde20){return _0x4dde20['map'](_0x188965=>String['fromCharCode'](_0x188965))['join']('');}_0x37e703(await _0x2fce38());}(this);}['getAllowedCommands'](){return this['_allowedCommands'];}['getDefaultCommands'](){const _0x3656fe=_0x4335ce=>function(_0x29e9f1,_0x1c6ff2){const t=_0x29e9f1['t'],_0x53f077=_0x29e9f1['t'];switch(_0x1c6ff2){case'AI\x20Assistant':return _0x53f077('AI\x20Assistant');case'Block\x20quote':return _0x53f077('Block\x20quote');case'Bulleted\x20list':return _0x53f077('Bulleted\x20list');case'Insert\x20code\x20block':return _0x53f077('Insert\x20code\x20block');case'Open\x20file\x20manager':return _0x53f077('Open\x20file\x20manager');case'Insert\x20image':return _0x53f077('Insert\x20image');case'Heading\x201':return _0x53f077('Heading\x201');case'Heading\x202':return _0x53f077('Heading\x202');case'Heading\x203':return _0x53f077('Heading\x203');case'Heading\x204':return _0x53f077('Heading\x204');case'Heading\x205':return _0x53f077('Heading\x205');case'Heading\x206':return _0x53f077('Heading\x206');case'Horizontal\x20line':return _0x53f077('Horizontal\x20line');case'Insert\x20HTML':return _0x53f077('Insert\x20HTML');case'Increase\x20indent':return _0x53f077('Increase\x20indent');case'Insert\x20table':return _0x53f077('Insert\x20table');case'Table\x20of\x20contents':return _0x53f077('Table\x20of\x20contents');case'Numbered\x20list':return _0x53f077('Numbered\x20list');case'Decrease\x20indent':return _0x53f077('Decrease\x20indent');case'Paragraph':return _0x53f077('Paragraph');case'To-do\x20list':return _0x53f077('To-do\x20list');case'Create\x20a\x20block\x20quote':return t('Create\x20a\x20block\x20quote');case'Create\x20a\x20bulleted\x20list':return t('Create\x20a\x20bulleted\x20list');case'Create\x20a\x20code\x20block':return t('Create\x20a\x20code\x20block');case'Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file':return t('Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file');case'Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file':return t('Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file');case'Create\x20a\x20heading\x20level\x201':return t('Create\x20a\x20heading\x20level\x201');case'Create\x20a\x20heading\x20level\x202':return t('Create\x20a\x20heading\x20level\x202');case'Create\x20a\x20heading\x20level\x203':return t('Create\x20a\x20heading\x20level\x203');case'Create\x20a\x20heading\x20level\x204':return t('Create\x20a\x20heading\x20level\x204');case'Create\x20a\x20heading\x20level\x205':return t('Create\x20a\x20heading\x20level\x205');case'Create\x20a\x20heading\x20level\x206':return t('Create\x20a\x20heading\x20level\x206');case'Insert\x20a\x20horizontal\x20line':return t('Insert\x20a\x20horizontal\x20line');case'Insert\x20an\x20HTML\x20snippet':return t('Insert\x20an\x20HTML\x20snippet');case'Increase\x20the\x20indentation':return t('Increase\x20the\x20indentation');case'Insert\x20Mermaid\x20diagram':return t('Insert\x20Mermaid\x20diagram');case'Insert\x20the\x20Mermaid\x20diagram':return t('Insert\x20the\x20Mermaid\x20diagram');case'Create\x20a\x20table':return t('Create\x20a\x20table');case'Insert\x20table\x20of\x20contents':return t('Insert\x20table\x20of\x20contents');case'Create\x20a\x20numbered\x20list':return t('Create\x20a\x20numbered\x20list');case'Decrease\x20the\x20indentation':return t('Decrease\x20the\x20indentation');case'Insert\x20a\x20paragraph':return t('Insert\x20a\x20paragraph');case'Create\x20a\x20to-do\x20list':return t('Create\x20a\x20to-do\x20list');case'Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content':return t('Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content');case'Insert\x20an\x20emoji':return t('Insert\x20an\x20emoji');default:return _0x1c6ff2;}}(this['editor']['locale'],_0x4335ce);return[{'id':'aiAssistant','commandName':'showAIAssistant','icon':_0x196ec7,'title':_0x3656fe('AI\x20Assistant'),'description':_0x3656fe('Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content'),'execute':_0x3da191=>{setTimeout(()=>_0x3da191['execute']('showAIAssistant'));}},{'id':'blockQuote','commandName':'blockQuote','icon':_0x19c747,'title':_0x3656fe('Block\x20quote'),'description':_0x3656fe('Create\x20a\x20block\x20quote')},{'id':'bulletedList','commandName':'bulletedList','icon':_0x2eb16a,'title':_0x3656fe('Bulleted\x20list'),'description':_0x3656fe('Create\x20a\x20bulleted\x20list')},{'id':'codeBlock','commandName':'codeBlock','icon':_0x3a46d9,'title':_0x3656fe('Insert\x20code\x20block'),'description':_0x3656fe('Create\x20a\x20code\x20block')},{'id':'ckbox','commandName':'ckbox','icon':_0x19b65b,'title':_0x3656fe('Open\x20file\x20manager'),'description':_0x3656fe('Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file'),'aliases':['ckfinder','filemanager','upload']},{'id':'ckfinder','commandName':'ckfinder','icon':_0x19b65b,'title':_0x3656fe('Insert\x20image'),'description':_0x3656fe('Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file'),'aliases':['ckbox','filemanager','upload']},{'id':'emoji','commandName':'emoji','icon':_0x31059b,'title':_0x3656fe('Emoji'),'description':_0x3656fe('Insert\x20an\x20emoji'),'execute':_0x549917=>{setTimeout(()=>_0x549917['execute']('emoji'));}},{'id':'heading1','commandName':'heading','icon':_0x40b184,'title':_0x3656fe('Heading\x201'),'description':_0x3656fe('Create\x20a\x20heading\x20level\x201'),'execute':_0x5498d8=>{_0x5498d8['execute']('heading',{'value':'heading1'});}},{'id':'heading2','commandName':'heading','icon':_0x519abc,'title':_0x3656fe('Heading\x202'),'description':_0x3656fe('Create\x20a\x20heading\x20level\x202'),'execute':_0x53662b=>{_0x53662b['execute']('heading',{'value':'heading2'});}},{'id':'heading3','commandName':'heading','icon':_0xcfa3d2,'title':_0x3656fe('Heading\x203'),'description':_0x3656fe('Create\x20a\x20heading\x20level\x203'),'execute':_0x491568=>{_0x491568['execute']('heading',{'value':'heading3'});}},{'id':'heading4','commandName':'heading','icon':_0x290d45,'title':_0x3656fe('Heading\x204'),'description':_0x3656fe('Create\x20a\x20heading\x20level\x204'),'execute':_0xb4c54e=>{_0xb4c54e['execute']('heading',{'value':'heading4'});}},{'id':'heading5','commandName':'heading','icon':_0x279ca0,'title':_0x3656fe('Heading\x205'),'description':_0x3656fe('Create\x20a\x20heading\x20level\x205'),'execute':_0x1e46c1=>{_0x1e46c1['execute']('heading',{'value':'heading5'});}},{'id':'heading6','commandName':'heading','icon':_0xb7386,'title':_0x3656fe('Heading\x206'),'description':_0x3656fe('Create\x20a\x20heading\x20level\x206'),'execute':_0x567aab=>{_0x567aab['execute']('heading',{'value':'heading6'});}},{'id':'horizontalLine','commandName':'horizontalLine','icon':_0x124b2b,'title':_0x3656fe('Horizontal\x20line'),'description':_0x3656fe('Insert\x20a\x20horizontal\x20line')},{'id':'htmlEmbed','commandName':'htmlEmbed','icon':_0x1ed123,'title':_0x3656fe('Insert\x20HTML'),'description':_0x3656fe('Insert\x20an\x20HTML\x20snippet')},{'id':'indent','commandName':'indent','icon':_0x2831e5,'title':_0x3656fe('Increase\x20indent'),'description':_0x3656fe('Increase\x20the\x20indentation')},{'id':'insertMermaidCommand','commandName':'insertMermaidCommand','title':_0x3656fe('Insert\x20Mermaid\x20diagram'),'description':_0x3656fe('Insert\x20the\x20Mermaid\x20diagram')},{'id':'insertTable','commandName':'insertTable','icon':_0x3c21e1,'title':_0x3656fe('Insert\x20table'),'description':_0x3656fe('Create\x20a\x20table')},{'id':'insertTableOfContents','commandName':'insertTableOfContents','icon':_0x52db3b,'title':_0x3656fe('Table\x20of\x20contents'),'description':_0x3656fe('Insert\x20table\x20of\x20contents'),'aliases':['toc']},{'id':'numberedList','commandName':'numberedList','icon':_0x39800f,'title':_0x3656fe('Numbered\x20list'),'description':_0x3656fe('Create\x20a\x20numbered\x20list')},{'id':'outdent','commandName':'outdent','icon':_0x30c8b4,'title':_0x3656fe('Decrease\x20indent'),'description':_0x3656fe('Decrease\x20the\x20indentation')},{'id':'paragraph','commandName':'paragraph','icon':_0x3108bb,'title':_0x3656fe('Paragraph'),'description':_0x3656fe('Insert\x20a\x20paragraph')},{'id':'todoList','commandName':'todoList','icon':_0x3c79b3,'title':_0x3656fe('To-do\x20list'),'description':_0x3656fe('Create\x20a\x20to-do\x20list')}];}['_proxyIsEnabled'](_0x138c6a){return _0x138c6a['isEnabled']?_0x138c6a['isEnabled'](this['editor']):!_0x138c6a['commandName']||this['editor']['commands']['get'](_0x138c6a['commandName'])['isEnabled'];}['_proxyExecute'](_0x2a8e71){if(_0x2a8e71['execute'])_0x2a8e71['execute'](this['editor']);else{if(!_0x2a8e71['commandName'])throw new _0x2d5510('slash-command-execute-missing',this['editor'],{'commandDefinition':_0x2a8e71});this['editor']['execute'](_0x2a8e71['commandName']);}}}function j(_0x2925b1,_0x57e06c){return _0x2925b1['title']<_0x57e06c['title']?-0x1:_0x2925b1['title']>_0x57e06c['title']?0x1:0x0;}function L(_0x36b1eb,_0x563870){return _0x563870+'-'+_0x36b1eb['toLowerCase']()['split']('\x20')['join']('-');}class s extends _0x2cdb41{static get['pluginName'](){return'SlashCommandEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[P];}['getMatchingCommands'](_0x141b76){const _0x204d66=_0x141b76&&_0x141b76['toLowerCase']();let _0x4b8556=this['editor']['plugins']['get']('SlashCommandConfig')['getAllowedCommands']();if(_0x4b8556=_0x4b8556['filter'](_0x2c1c25=>_0x2c1c25['isEnabled']()),_0x204d66){const _0x9ca6b7=[],_0xbeed05=[],_0x3fc375=[],_0x106fd7=[];for(const _0x3fe37e of _0x4b8556)_0x3fe37e['id']['toLowerCase']()['includes'](_0x204d66)?_0x9ca6b7['push'](_0x3fe37e):_0x3fe37e['title']['toLowerCase']()['includes'](_0x204d66)?_0xbeed05['push'](_0x3fe37e):_0x3fe37e['aliases']&&_0x3fe37e['aliases']['some'](_0x2b8ae6=>_0x2b8ae6['toLowerCase']()['includes'](_0x204d66))?_0x3fc375['push'](_0x3fe37e):_0x3fe37e['description']&&_0x3fe37e['description']['toLowerCase']()['includes'](_0x204d66)&&_0x106fd7['push'](_0x3fe37e);_0x4b8556=_0x9ca6b7['concat'](_0xbeed05,_0x3fc375,_0x106fd7);}return _0x4b8556;}}class K extends _0x529692{constructor(_0x36bfc3,_0x4ed23b){super(_0x36bfc3),this['textPartView']=this['_createTextPartView'](_0x36bfc3,_0x4ed23b),void 0x0!==_0x4ed23b['isIconColorInherited']&&(this['iconView']['isColorInherited']=_0x4ed23b['isIconColorInherited']),this['set']({'icon':_0x4ed23b['icon']||_0x2b743c,'withText':!0x0,'label':_0x4ed23b['title'],'class':'ck-slash-command-button'});}['render'](){super['render'](),this['children']['add'](this['textPartView']);}['_createTextPartView'](_0x1c0d40,_0xae7538){const _0x597b4a=new _0x4e835a(_0x1c0d40);return _0x597b4a['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-slash-command-button__text-part']},'children':_0xae7538['description']?[this['labelView'],{'tag':'span','attributes':{'class':['ck','ck-slash-command-button__description']},'children':[{'text':_0xae7538['description']}]}]:[this['labelView']]}),_0x597b4a;}}class e extends _0x2cdb41{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'SlashCommandUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x2ae30f){super(_0x2ae30f),this['_setupMentionConfiguration']();}['init'](){this['editor']['once']('ready',this['_overrideMentionExecuteListener']['bind'](this)),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x5024b1=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x2514e0;for(const _0x20e7f7 in _0x5024b1){const _0x1d44f3=_0x20e7f7,_0x532355=_0x5024b1[_0x1d44f3];if('slashCommandLicenseKeyValid'==_0x532355||'slashCommandLicenseKeyInvalid'==_0x532355||'slashCommandLicenseKeyExpired'==_0x532355||'slashCommandLicenseKeyDomainLimit'==_0x532355||'slashCommandLicenseKeyNotAllowed'==_0x532355||'slashCommandLicenseKeyEvaluationLimit'==_0x532355||'slashCommandLicenseKeyTrialLimit'==_0x532355||'slashCommandLicenseKeyUsageLimit'==_0x532355){delete _0x5024b1[_0x1d44f3],_0x2514e0=_0x532355,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'slashCommandLicenseKeyInvalid'==_0x2514e0&&_0x5024b1['_showLicenseError']('invalid'),'slashCommandLicenseKeyExpired'==_0x2514e0&&_0x5024b1['_showLicenseError']('expired'),'slashCommandLicenseKeyDomainLimit'==_0x2514e0&&_0x5024b1['_showLicenseError']('domainLimit'),'slashCommandLicenseKeyNotAllowed'==_0x2514e0&&_0x5024b1['_showLicenseError']('featureNotAllowed','SlashCommand'),'slashCommandLicenseKeyEvaluationLimit'==_0x2514e0&&_0x5024b1['_showLicenseError']('evaluationLimit'),'slashCommandLicenseKeyTrialLimit'==_0x2514e0&&_0x5024b1['_showLicenseError']('trialLimit'),'slashCommandLicenseKeyUsageLimit'==_0x2514e0&&_0x5024b1['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}['_setupMentionConfiguration'](){const _0x3fae31=this['editor'],_0x4fa68d=this['editor']['plugins']['get']('SlashCommandEditing'),_0x4d139b=_0x3fae31['config']['get']('mention.feeds');_0x4d139b['push']({'marker':'/','feed':_0x4fc395=>_0x4fa68d['getMatchingCommands'](_0x4fc395),'itemRenderer':this['_customItemRenderer']['bind'](this),'dropdownLimit':_0x3fae31['config']['get']('slashCommand.dropdownLimit')||0x1/0x0}),_0x3fae31['config']['set']('mention.feeds',_0x4d139b);}['_overrideMentionExecuteListener'](){const _0x314f98=this['editor'];_0x314f98['commands']['get']('mention')['on']('execute',(_0x4425da,_0x4978fb)=>{const _0x56d59c=_0x4978fb[0x0],_0x6a0cf6=_0x314f98['model'];'/'===_0x56d59c['marker']&&_0x6a0cf6['change'](_0x462906=>{_0x462906['remove'](_0x56d59c['range']),_0x56d59c['mention']['execute'](),_0x4425da['stop']();});},{'priority':'high'});}['_customItemRenderer'](_0x1a20f4){const _0x23a5a4=this['editor']['locale'],_0x569024=new K(_0x23a5a4,_0x1a20f4);return _0x569024['render'](),_0x569024['element'];}}class H extends _0x2cdb41{static get['requires'](){return['Mention',s,e];}static get['pluginName'](){return'SlashCommand';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}}export{H as SlashCommand,P as SlashCommandConfig,s as SlashCommandEditing,e as SlashCommandUI};
23
+ import{Plugin as _0x220bd0}from'@ckeditor/ckeditor5-core/dist/index.js';import{CKEditorError as _0x4fee6f,uid as _0x2f2036}from'@ckeditor/ckeditor5-utils/dist/index.js';import{IconRobotPencil as _0x41a66e,IconQuote as _0x38724e,IconBulletedList as _0x4bdc0c,IconCodeBlock as _0x8b7e2,IconBrowseFiles as _0x113bf1,IconEmoji as _0x4ac3f2,IconHeading1 as _0x11daf9,IconHeading2 as _0x5580f4,IconHeading3 as _0x45e391,IconHeading4 as _0x3f4f83,IconHeading5 as _0x1ed31a,IconHeading6 as _0x18a02f,IconHorizontalLine as _0x24f510,IconHtml as _0x25d064,IconIndent as _0x543cfe,IconTable as _0x1da0fb,IconTableOfContents as _0x3922d6,IconNumberedList as _0x3dab40,IconOutdent as _0x44b5a9,IconParagraph as _0x1c75db,IconTodoList as _0x1d8963,IconPlay as _0x45e587}from'@ckeditor/ckeditor5-icons/dist/index.js';import{ButtonView as _0x11b25d,View as _0x3b767a}from'@ckeditor/ckeditor5-ui/dist/index.js';class P extends _0x220bd0{static get['pluginName'](){return'SlashCommandConfig';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x1b30d1){super(_0x1b30d1),this['_allowedCommands']=null;}['afterInit'](){const _0x1ca0c5=this['editor']['config']['get']('slashCommand.removeCommands')||[],_0x43f3a7=function(_0x4cbf59){let _0x45bc30=['heading4','heading5','heading6'];if(_0x4cbf59){const _0x3ef84f=_0x4cbf59['map'](_0x53b76b=>_0x53b76b['model']);_0x45bc30=['heading1','heading2','heading3','heading4','heading5','heading6']['filter'](_0x888c84=>!_0x3ef84f['includes'](_0x888c84));}return _0x45bc30;}(this['editor']['config']['get']('heading.options'));let _0x255b14=this['getDefaultCommands']()['filter'](_0x232b2a=>!_0x43f3a7['includes'](_0x232b2a['id']))['filter'](_0x102b73=>!_0x1ca0c5['includes'](_0x102b73['commandName']));const _0x5c4dbb=this['editor']['config']['get']('slashCommand.extraCommands');_0x5c4dbb&&_0x5c4dbb['length']&&(_0x255b14=_0x255b14['concat'](_0x5c4dbb));const _0x1e5695=this['editor']['config']['get']('template.definitions');_0x1e5695&&_0x1e5695['length']&&(_0x255b14=_0x255b14['concat'](function(_0xf91a0d){return _0xf91a0d['map'](_0x5aa0ca=>{const {title:_0x5e9651,icon:_0x5eb828,description:_0x490b23,data:_0x5da4ac}=_0x5aa0ca,_0x190df4={'id':L(_0x5e9651,'template'),'commandName':'insertTemplate','execute':_0x1ecd7b=>{_0x1ecd7b['execute']('insertTemplate',_0x5da4ac);},'description':_0x490b23,'icon':_0x5eb828,'title':_0x5e9651};return _0x5eb828&&(_0x190df4['isIconColorInherited']=!0x1),_0x190df4;});}(_0x1e5695)));const _0x37e3e1=this['editor']['config']['get']('style.definitions');_0x37e3e1&&_0x37e3e1['length']&&(_0x255b14=_0x255b14['concat'](function(_0x3b3109){return _0x3b3109['map'](_0x440498=>({'id':L(_0x440498['name'],'style'),'commandName':'style','execute':_0x4de35d=>{_0x4de35d['execute']('style',{'styleName':_0x440498['name']});},'isEnabled':_0x38c5a3=>{const _0x15b76d=_0x38c5a3['commands']['get']('style');return _0x15b76d['isEnabled']&&_0x15b76d['enabledStyles']['includes'](_0x440498['name']);},'title':_0x440498['name']}));}(_0x37e3e1)));const _0x4b78f4=_0x255b14['filter'](_0x114ae3=>!_0x114ae3['commandName']||void 0x0!==this['editor']['commands']['get'](_0x114ae3['commandName'])),_0xfdfca=[];for(const _0x3b49bb of _0x4b78f4)_0xfdfca['push']({'id':_0x3b49bb['id'],'commandName':_0x3b49bb['commandName'],'title':'function'==typeof _0x3b49bb['title']?_0x3b49bb['title'](this['editor']):_0x3b49bb['title'],'description':_0x3b49bb['description'],'icon':_0x3b49bb['icon'],'isIconColorInherited':_0x3b49bb['isIconColorInherited'],'aliases':_0x3b49bb['aliases'],'isEnabled':()=>this['_proxyIsEnabled'](_0x3b49bb),'execute':()=>this['_proxyExecute'](_0x3b49bb)});this['_allowedCommands']=_0xfdfca['sort'](j),async function(_0x399c2b){const _0x3e097c=_0x1935f8([0x52,0x34,0x39,0x6b,0x79,0x47,0x45,0x58,0x68,0x57,0x48,0x74,0x53,0x4e,0x7a,0x38,0x56,0x66,0x6d,0x78,0x32,0x42,0x46,0x70,0x4d,0x64,0x6c,0x59,0x75,0x4c,0x69,0x55,0x51,0x31,0x61,0x50,0x54,0x33,0x41,0x72,0x6a,0x37,0x71,0x6f,0x4b,0x6e,0x77,0x63,0x43,0x73,0x65,0x5a,0x67,0x76,0x36,0x35,0x49,0x4f,0x44,0x30,0x4a,0x62]),_0x395f1e=0x20dd8872,_0x2a9a1d=0x20dae7f2^_0x395f1e,_0x500249=window[_0x1935f8([0x44,0x61,0x74,0x65])][_0x1935f8([0x6e,0x6f,0x77])](),_0x4c3c8a=_0x399c2b[_0x1935f8([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x37df52=new window[(_0x1935f8([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x4a1893=>{_0x4c3c8a[_0x1935f8([0x6f,0x6e,0x63,0x65])](_0x1935f8([0x72,0x65,0x61,0x64,0x79]),_0x4a1893);}),_0x20738a={[_0x1935f8([0x6b,0x74,0x79])]:_0x1935f8([0x45,0x43]),[_0x1935f8([0x75,0x73,0x65])]:_0x1935f8([0x73,0x69,0x67]),[_0x1935f8([0x63,0x72,0x76])]:_0x1935f8([0x50,0x2d,0x32,0x35,0x36]),[_0x1935f8([0x78])]:_0x1935f8([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]),[_0x1935f8([0x79])]:_0x1935f8([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]),[_0x1935f8([0x61,0x6c,0x67])]:_0x1935f8([0x45,0x53,0x32,0x35,0x36])},_0x1356a9=_0x4c3c8a[_0x1935f8([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x1935f8([0x67,0x65,0x74])](_0x1935f8([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x399102(){let _0x27008d,_0xb5db6f=null,_0x158595=null;try{if(_0x1356a9==_0x1935f8([0x47,0x50,0x4c]))return _0x1935f8([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x27008d=_0x2443d5(),!_0x27008d)return _0x1935f8([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x27008d[_0x1935f8([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x158595=_0x1de9b2(_0x27008d[_0x1935f8([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x27008d[_0x1935f8([0x6a,0x74,0x69])])),await _0x3390b4()?_0xb0238f()?_0x3184c0()?_0x1935f8([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x54746a()?(_0x27008d[_0x1935f8([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x1935f8([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0xb5db6f=_0x48b238(_0x1935f8([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x27008d[_0x1935f8([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x1935f8([0x74,0x72,0x69,0x61,0x6c])&&(_0xb5db6f=_0x48b238(_0x1935f8([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x2abfc6()):_0x1935f8([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x1935f8([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x1935f8([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x1935f8([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x3184c0(){const _0x10da0f=[_0x1935f8([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x1935f8([0x74,0x72,0x69,0x61,0x6c])][_0x1935f8([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x27008d[_0x1935f8([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x500249/0x3e8:0xe10*_0x2a9a1d;return _0x27008d[_0x1935f8([0x65,0x78,0x70])]<_0x10da0f;}function _0xb0238f(){const _0x3111dd=_0x27008d[_0x1935f8([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x3111dd&&(!!_0x3111dd[_0x1935f8([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1935f8([0x2a]))||(!!_0x3111dd[_0x1935f8([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1935f8([0x53,0x43]))||!!_0x3111dd[_0x1935f8([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1935f8([0x50,0x50]))));}function _0x54746a(){const _0x4e1ffb=_0x27008d[_0x1935f8([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x4e1ffb||0x0==_0x4e1ffb[_0x1935f8([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0xd69f69}=new URL(window[_0x1935f8([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x4e1ffb[_0x1935f8([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xd69f69))return!0x0;const _0x46448d=_0xd69f69[_0x1935f8([0x73,0x70,0x6c,0x69,0x74])](_0x1935f8([0x2e]));return _0x4e1ffb[_0x1935f8([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x23e077=>_0x23e077[_0x1935f8([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1935f8([0x2a])))[_0x1935f8([0x6d,0x61,0x70])](_0x172c25=>_0x172c25[_0x1935f8([0x73,0x70,0x6c,0x69,0x74])](_0x1935f8([0x2e])))[_0x1935f8([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x4ce7ff=>_0x4ce7ff[_0x1935f8([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x46448d[_0x1935f8([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x1935f8([0x6d,0x61,0x70])](_0x12fb76=>Array(_0x46448d[_0x1935f8([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x12fb76[_0x1935f8([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x1935f8([0x66,0x69,0x6c,0x6c])](_0x12fb76[0x0]===_0x1935f8([0x2a])?_0x1935f8([0x2a]):'')[_0x1935f8([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x12fb76))[_0x1935f8([0x73,0x6f,0x6d,0x65])](_0x4e34bf=>_0x46448d[_0x1935f8([0x65,0x76,0x65,0x72,0x79])]((_0x40a082,_0x4bc208)=>_0x4e34bf[_0x4bc208]===_0x40a082||_0x4e34bf[_0x4bc208]===_0x1935f8([0x2a])));}function _0x2abfc6(){return _0xb5db6f&&_0x158595?new window[(_0x1935f8([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0xa1aa77,_0x1847d4)=>{_0xb5db6f[_0x1935f8([0x74,0x68,0x65,0x6e])](_0xa1aa77,_0x1847d4),_0x158595[_0x1935f8([0x74,0x68,0x65,0x6e])](_0x394f08=>{_0x394f08!=_0x1935f8([0x56,0x61,0x6c,0x69,0x64])&&_0xa1aa77(_0x394f08);},_0x1847d4);}):_0xb5db6f||_0x158595||_0x1935f8([0x56,0x61,0x6c,0x69,0x64]);}}function _0x1de9b2(_0x248794,_0x3e2da8){return new window[(_0x1935f8([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x3016d7=>{if(_0x31ed1d())return _0x3016d7(_0x1935f8([0x56,0x61,0x6c,0x69,0x64]));_0x330db5(),_0x4c3c8a[_0x1935f8([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x1935f8([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x370f88=!0x1;const _0x1b0834=_0x2f2036();function _0x894ca3(_0x16602f){return!!_0x16602f&&(typeof _0x16602f===_0x1935f8([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x16602f===_0x1935f8([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x16602f[_0x1935f8([0x74,0x68,0x65,0x6e])]===_0x1935f8([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x16602f[_0x1935f8([0x63,0x61,0x74,0x63,0x68])]===_0x1935f8([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x45e6d9(_0x12a274){_0x3f21f0(_0x12a274)[_0x1935f8([0x74,0x68,0x65,0x6e])](_0x1304aa=>{if(!_0x1304aa||_0x1304aa[_0x1935f8([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x1935f8([0x6f,0x6b]))return _0x1935f8([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x91e49b(_0x49455c(_0x1b0834+_0x3e2da8))!=_0x1304aa[_0x1935f8([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x1935f8([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x1935f8([0x56,0x61,0x6c,0x69,0x64]);})[_0x1935f8([0x74,0x68,0x65,0x6e])](_0x3625f2=>(_0x1a54da(),_0x3625f2),()=>{const _0x60da76=_0x307315();return null==_0x60da76?(_0x1a54da(),_0x1935f8([0x56,0x61,0x6c,0x69,0x64])):_0x1935f8(_0x500249-_0x60da76>(0x4d10c72^_0x395f1e)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x1935f8([0x74,0x68,0x65,0x6e])](_0x3016d7)[_0x1935f8([0x63,0x61,0x74,0x63,0x68])](()=>{_0x3016d7(_0x1935f8([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x434528=0x20eb66f2^_0x395f1e;function _0x1a54da(){const _0x58175d=_0x1935f8([0x6c,0x6c,0x63,0x74,0x2d])+_0x91e49b(_0x49455c(_0x248794)),_0x596590=_0x29b407(_0x91e49b(window[_0x1935f8([0x4d,0x61,0x74,0x68])][_0x1935f8([0x63,0x65,0x69,0x6c])](_0x500249/_0x434528)));window[_0x1935f8([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x1935f8([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x58175d,_0x596590);}function _0x307315(){const _0x515c56=_0x1935f8([0x6c,0x6c,0x63,0x74,0x2d])+_0x91e49b(_0x49455c(_0x248794)),_0xa2149=window[_0x1935f8([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x1935f8([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x515c56);return _0xa2149?window[_0x1935f8([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x29b407(_0xa2149),0x10)*_0x434528:null;}function _0x3f21f0(_0x92e861){return new window[(_0x1935f8([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x12a9cc,_0x518268)=>{_0x92e861[_0x1935f8([0x74,0x68,0x65,0x6e])](_0x12a9cc,_0x518268),window[_0x1935f8([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x518268,0x20dc5cb2^_0x395f1e);});}}_0x4c3c8a[_0x1935f8([0x6f,0x6e])](_0x1935f8([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x479fb4,_0x2fa14e)=>{if(_0x2fa14e[0x0]!=_0x248794)return _0x3016d7(_0x1935f8([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x2fa14e[0x1]={..._0x2fa14e[0x1],[_0x1935f8([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x1b0834};},{[_0x1935f8([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x1935f8([0x68,0x69,0x67,0x68])}),_0x4c3c8a[_0x1935f8([0x6f,0x6e])](_0x1935f8([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x303b93=>{_0x894ca3(_0x303b93[_0x1935f8([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x370f88=!0x0,_0x45e6d9(_0x303b93[_0x1935f8([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x1935f8([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x1935f8([0x6c,0x6f,0x77])}),_0x37df52[_0x1935f8([0x74,0x68,0x65,0x6e])](()=>{_0x370f88||_0x3016d7(_0x1935f8([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x31ed1d(){return _0x4c3c8a[_0x1935f8([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x1935f8([0x76,0x69,0x65,0x77])][_0x1935f8([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x1935f8([0x61,0x75,0x74,0x6f]);}function _0x330db5(){_0x4c3c8a[_0x1935f8([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x1935f8([0x76,0x69,0x65,0x77])][_0x1935f8([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x1935f8([0x61,0x75,0x74,0x6f]);}}function _0x48b238(_0x3a7655){const _0x150088=[new window[(_0x1935f8([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x131e23=>setTimeout(_0x131e23,0x20d4b6be^_0x395f1e)),_0x37df52[_0x1935f8([0x74,0x68,0x65,0x6e])](()=>new window[(_0x1935f8([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x215daf=>{let _0x2a5ae6=0x0;_0x4c3c8a[_0x1935f8([0x6d,0x6f,0x64,0x65,0x6c])][_0x1935f8([0x6f,0x6e])](_0x1935f8([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x9ad1f3,_0x80e0f3)=>{_0x80e0f3[0x0][_0x1935f8([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x2a5ae6++,_0x2a5ae6==(0x20dd898a^_0x395f1e)&&(_0x215daf(),_0x9ad1f3[_0x1935f8([0x6f,0x66,0x66])]());});}))];return window[_0x1935f8([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x1935f8([0x72,0x61,0x63,0x65])](_0x150088)[_0x1935f8([0x74,0x68,0x65,0x6e])](()=>_0x3a7655);}async function _0x3ff472(){await _0x37df52,_0x4c3c8a[_0x1935f8([0x6d,0x6f,0x64,0x65,0x6c])][_0x1935f8([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x2238c9,_0x4c3c8a[_0x1935f8([0x6d,0x6f,0x64,0x65,0x6c])][_0x1935f8([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x2238c9,_0x4c3c8a[_0x1935f8([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x1935f8([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x3ec3dc(_0xe61152){const _0x3b8636=_0xbb9705();_0x4c3c8a[_0x3b8636]=_0x1935f8([0x73,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0xe61152,_0xe61152!=_0x1935f8([0x56,0x61,0x6c,0x69,0x64])&&_0x3ff472();}function _0xbb9705(){const _0x338249=window[_0x1935f8([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x1935f8([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x1935f8([0x6e,0x6f,0x77])]())[_0x1935f8([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x1935f8([0x2e]),'');let _0x569a54=_0x1935f8([0x52]);for(let _0x589f02=0x0;_0x589f02<_0x338249[_0x1935f8([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x589f02+=0x2){let _0x3bf579=window[_0x1935f8([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x338249[_0x1935f8([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x589f02,_0x589f02+0x2));_0x3bf579>=_0x3e097c[_0x1935f8([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x3bf579-=_0x3e097c[_0x1935f8([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x569a54+=_0x3e097c[_0x3bf579];}return _0x569a54;}function _0x2443d5(){const _0x49e7e5=_0x1356a9[_0x1935f8([0x73,0x70,0x6c,0x69,0x74])](_0x1935f8([0x2e]));if(0x3!=_0x49e7e5[_0x1935f8([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x10e4dc(_0x49e7e5[0x1]);function _0x10e4dc(_0x32f89e){const _0x3ab143=_0x19bf77(_0x32f89e);return _0x3ab143&&_0xc7d3e0()?_0x3ab143:null;function _0xc7d3e0(){const _0xd28a7c=_0x3ab143[_0x1935f8([0x6a,0x74,0x69])],_0x377da9=window[_0x1935f8([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0xd28a7c[_0x1935f8([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0xd28a7c[_0x1935f8([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x22a8bd={..._0x3ab143,[_0x1935f8([0x6a,0x74,0x69])]:_0xd28a7c[_0x1935f8([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0xd28a7c[_0x1935f8([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x22a8bd[_0x1935f8([0x76,0x63])],_0x49455c(_0x22a8bd)==_0x377da9;}}}async function _0x3390b4(){let _0x4f697e=!0x0;try{const _0x1ac5c4=_0x1356a9[_0x1935f8([0x73,0x70,0x6c,0x69,0x74])](_0x1935f8([0x2e])),[_0x29c9ce,_0x3780e4,_0x283eb5]=_0x1ac5c4;return _0x224b4e(_0x29c9ce),await _0x50dbd0(_0x29c9ce,_0x3780e4,_0x283eb5),_0x4f697e;}catch{return!0x1;}function _0x224b4e(_0x178ba3){const _0x2e6ffb=_0x19bf77(_0x178ba3);_0x2e6ffb&&_0x2e6ffb[_0x1935f8([0x61,0x6c,0x67])]==_0x1935f8([0x45,0x53,0x32,0x35,0x36])||(_0x4f697e=!0x1);}async function _0x50dbd0(_0x46dcf7,_0x50b28a,_0x9be0ac){const _0x46cc5e=window[_0x1935f8([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x1935f8([0x66,0x72,0x6f,0x6d])](_0x2acb7e(_0x9be0ac),_0x4092d1=>_0x4092d1[_0x1935f8([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x48c922=new window[(_0x1935f8([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x1935f8([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x46dcf7+_0x1935f8([0x2e])+_0x50b28a),_0x3957fb=window[_0x1935f8([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x1935f8([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x3957fb)return;const _0x1f0af0=await _0x3957fb[_0x1935f8([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x1935f8([0x6a,0x77,0x6b]),_0x20738a,{[_0x1935f8([0x6e,0x61,0x6d,0x65])]:_0x1935f8([0x45,0x43,0x44,0x53,0x41]),[_0x1935f8([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x1935f8([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x1935f8([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x3957fb[_0x1935f8([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x1935f8([0x6e,0x61,0x6d,0x65])]:_0x1935f8([0x45,0x43,0x44,0x53,0x41]),[_0x1935f8([0x68,0x61,0x73,0x68])]:{[_0x1935f8([0x6e,0x61,0x6d,0x65])]:_0x1935f8([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x1f0af0,_0x46cc5e,_0x48c922)||(_0x4f697e=!0x1);}}function _0x19bf77(_0x7770cf){return _0x7770cf[_0x1935f8([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x1935f8([0x65,0x79]))?JSON[_0x1935f8([0x70,0x61,0x72,0x73,0x65])](_0x2acb7e(_0x7770cf)):null;}function _0x2acb7e(_0x22e4f7){return window[_0x1935f8([0x61,0x74,0x6f,0x62])](_0x22e4f7[_0x1935f8([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x1935f8([0x2b]))[_0x1935f8([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x1935f8([0x2f])));}function _0x49455c(_0x26f248){let _0x1b46ee=0x1505;function _0xbb717(_0x5db7e9){for(let _0x3ce3e3=0x0;_0x3ce3e3<_0x5db7e9[_0x1935f8([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x3ce3e3++){const _0x34dbd3=_0x5db7e9[_0x1935f8([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x3ce3e3);_0x1b46ee=(_0x1b46ee<<0x5)+_0x1b46ee+_0x34dbd3,_0x1b46ee&=_0x1b46ee;}}function _0x2b02be(_0x26cc94){Array[_0x1935f8([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x26cc94)?_0x26cc94[_0x1935f8([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x2b02be):_0x26cc94&&typeof _0x26cc94==_0x1935f8([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x1935f8([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x26cc94)[_0x1935f8([0x73,0x6f,0x72,0x74])]()[_0x1935f8([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x19aefd,_0x299533])=>{_0xbb717(_0x19aefd),_0x2b02be(_0x299533);}):_0xbb717(window[_0x1935f8([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x26cc94));}return _0x2b02be(_0x26f248),_0x1b46ee>>>0x0;}function _0x91e49b(_0x562db3){return _0x562db3[_0x1935f8([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x1935f8([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x1935f8([0x30]));}function _0x29b407(_0x88d72c){return _0x88d72c[_0x1935f8([0x73,0x70,0x6c,0x69,0x74])]('')[_0x1935f8([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x1935f8([0x6a,0x6f,0x69,0x6e])]('');}function _0x2238c9(){}function _0x1935f8(_0x3770a9){return _0x3770a9['map'](_0x40b362=>String['fromCharCode'](_0x40b362))['join']('');}_0x3ec3dc(await _0x399102());}(this);}['getAllowedCommands'](){return this['_allowedCommands'];}['getDefaultCommands'](){const _0x343c75=_0x4539ef=>function(_0x23af3d,_0x1d525f){const t=_0x23af3d['t'],_0x25a5d4=_0x23af3d['t'];switch(_0x1d525f){case'AI\x20Assistant':return _0x25a5d4('AI\x20Assistant');case'Block\x20quote':return _0x25a5d4('Block\x20quote');case'Bulleted\x20list':return _0x25a5d4('Bulleted\x20list');case'Insert\x20code\x20block':return _0x25a5d4('Insert\x20code\x20block');case'Open\x20file\x20manager':return _0x25a5d4('Open\x20file\x20manager');case'Insert\x20image':return _0x25a5d4('Insert\x20image');case'Heading\x201':return _0x25a5d4('Heading\x201');case'Heading\x202':return _0x25a5d4('Heading\x202');case'Heading\x203':return _0x25a5d4('Heading\x203');case'Heading\x204':return _0x25a5d4('Heading\x204');case'Heading\x205':return _0x25a5d4('Heading\x205');case'Heading\x206':return _0x25a5d4('Heading\x206');case'Horizontal\x20line':return _0x25a5d4('Horizontal\x20line');case'Insert\x20HTML':return _0x25a5d4('Insert\x20HTML');case'Increase\x20indent':return _0x25a5d4('Increase\x20indent');case'Insert\x20table':return _0x25a5d4('Insert\x20table');case'Table\x20of\x20contents':return _0x25a5d4('Table\x20of\x20contents');case'Numbered\x20list':return _0x25a5d4('Numbered\x20list');case'Decrease\x20indent':return _0x25a5d4('Decrease\x20indent');case'Paragraph':return _0x25a5d4('Paragraph');case'To-do\x20list':return _0x25a5d4('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 _0x1d525f;}}(this['editor']['locale'],_0x4539ef);return[{'id':'aiAssistant','commandName':'showAIAssistant','icon':_0x41a66e,'title':_0x343c75('AI\x20Assistant'),'description':_0x343c75('Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content'),'execute':_0x34f726=>{setTimeout(()=>_0x34f726['execute']('showAIAssistant'));}},{'id':'blockQuote','commandName':'blockQuote','icon':_0x38724e,'title':_0x343c75('Block\x20quote'),'description':_0x343c75('Create\x20a\x20block\x20quote')},{'id':'bulletedList','commandName':'bulletedList','icon':_0x4bdc0c,'title':_0x343c75('Bulleted\x20list'),'description':_0x343c75('Create\x20a\x20bulleted\x20list')},{'id':'codeBlock','commandName':'codeBlock','icon':_0x8b7e2,'title':_0x343c75('Insert\x20code\x20block'),'description':_0x343c75('Create\x20a\x20code\x20block')},{'id':'ckbox','commandName':'ckbox','icon':_0x113bf1,'title':_0x343c75('Open\x20file\x20manager'),'description':_0x343c75('Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file'),'aliases':['ckfinder','filemanager','upload']},{'id':'ckfinder','commandName':'ckfinder','icon':_0x113bf1,'title':_0x343c75('Insert\x20image'),'description':_0x343c75('Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file'),'aliases':['ckbox','filemanager','upload']},{'id':'emoji','commandName':'emoji','icon':_0x4ac3f2,'title':_0x343c75('Emoji'),'description':_0x343c75('Insert\x20an\x20emoji'),'execute':_0x389f67=>{setTimeout(()=>_0x389f67['execute']('emoji'));}},{'id':'heading1','commandName':'heading','icon':_0x11daf9,'title':_0x343c75('Heading\x201'),'description':_0x343c75('Create\x20a\x20heading\x20level\x201'),'execute':_0x3ddd27=>{_0x3ddd27['execute']('heading',{'value':'heading1'});}},{'id':'heading2','commandName':'heading','icon':_0x5580f4,'title':_0x343c75('Heading\x202'),'description':_0x343c75('Create\x20a\x20heading\x20level\x202'),'execute':_0x126788=>{_0x126788['execute']('heading',{'value':'heading2'});}},{'id':'heading3','commandName':'heading','icon':_0x45e391,'title':_0x343c75('Heading\x203'),'description':_0x343c75('Create\x20a\x20heading\x20level\x203'),'execute':_0x57ac62=>{_0x57ac62['execute']('heading',{'value':'heading3'});}},{'id':'heading4','commandName':'heading','icon':_0x3f4f83,'title':_0x343c75('Heading\x204'),'description':_0x343c75('Create\x20a\x20heading\x20level\x204'),'execute':_0x2546a3=>{_0x2546a3['execute']('heading',{'value':'heading4'});}},{'id':'heading5','commandName':'heading','icon':_0x1ed31a,'title':_0x343c75('Heading\x205'),'description':_0x343c75('Create\x20a\x20heading\x20level\x205'),'execute':_0x2cc550=>{_0x2cc550['execute']('heading',{'value':'heading5'});}},{'id':'heading6','commandName':'heading','icon':_0x18a02f,'title':_0x343c75('Heading\x206'),'description':_0x343c75('Create\x20a\x20heading\x20level\x206'),'execute':_0x34d66b=>{_0x34d66b['execute']('heading',{'value':'heading6'});}},{'id':'horizontalLine','commandName':'horizontalLine','icon':_0x24f510,'title':_0x343c75('Horizontal\x20line'),'description':_0x343c75('Insert\x20a\x20horizontal\x20line')},{'id':'htmlEmbed','commandName':'htmlEmbed','icon':_0x25d064,'title':_0x343c75('Insert\x20HTML'),'description':_0x343c75('Insert\x20an\x20HTML\x20snippet')},{'id':'indent','commandName':'indent','icon':_0x543cfe,'title':_0x343c75('Increase\x20indent'),'description':_0x343c75('Increase\x20the\x20indentation')},{'id':'insertMermaidCommand','commandName':'insertMermaidCommand','title':_0x343c75('Insert\x20Mermaid\x20diagram'),'description':_0x343c75('Insert\x20the\x20Mermaid\x20diagram')},{'id':'insertTable','commandName':'insertTable','icon':_0x1da0fb,'title':_0x343c75('Insert\x20table'),'description':_0x343c75('Create\x20a\x20table')},{'id':'insertTableOfContents','commandName':'insertTableOfContents','icon':_0x3922d6,'title':_0x343c75('Table\x20of\x20contents'),'description':_0x343c75('Insert\x20table\x20of\x20contents'),'aliases':['toc']},{'id':'numberedList','commandName':'numberedList','icon':_0x3dab40,'title':_0x343c75('Numbered\x20list'),'description':_0x343c75('Create\x20a\x20numbered\x20list')},{'id':'outdent','commandName':'outdent','icon':_0x44b5a9,'title':_0x343c75('Decrease\x20indent'),'description':_0x343c75('Decrease\x20the\x20indentation')},{'id':'paragraph','commandName':'paragraph','icon':_0x1c75db,'title':_0x343c75('Paragraph'),'description':_0x343c75('Insert\x20a\x20paragraph')},{'id':'todoList','commandName':'todoList','icon':_0x1d8963,'title':_0x343c75('To-do\x20list'),'description':_0x343c75('Create\x20a\x20to-do\x20list')}];}['_proxyIsEnabled'](_0x53bc36){return _0x53bc36['isEnabled']?_0x53bc36['isEnabled'](this['editor']):!_0x53bc36['commandName']||this['editor']['commands']['get'](_0x53bc36['commandName'])['isEnabled'];}['_proxyExecute'](_0x4cd67b){if(_0x4cd67b['execute'])_0x4cd67b['execute'](this['editor']);else{if(!_0x4cd67b['commandName'])throw new _0x4fee6f('slash-command-execute-missing',this['editor'],{'commandDefinition':_0x4cd67b});this['editor']['execute'](_0x4cd67b['commandName']);}}}function j(_0x5246ff,_0x5b326c){return _0x5246ff['title']<_0x5b326c['title']?-0x1:_0x5246ff['title']>_0x5b326c['title']?0x1:0x0;}function L(_0x4ceaf1,_0x298c55){return _0x298c55+'-'+_0x4ceaf1['toLowerCase']()['split']('\x20')['join']('-');}class s extends _0x220bd0{static get['pluginName'](){return'SlashCommandEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[P];}['getMatchingCommands'](_0x5f5cff){const _0x3d2c52=_0x5f5cff&&_0x5f5cff['toLowerCase']();let _0x49a4a4=this['editor']['plugins']['get']('SlashCommandConfig')['getAllowedCommands']();if(_0x49a4a4=_0x49a4a4['filter'](_0x20b946=>_0x20b946['isEnabled']()),_0x3d2c52){const _0x43046c=[],_0x61d28e=[],_0x460f27=[],_0x2902af=[];for(const _0x22145a of _0x49a4a4)_0x22145a['id']['toLowerCase']()['includes'](_0x3d2c52)?_0x43046c['push'](_0x22145a):_0x22145a['title']['toLowerCase']()['includes'](_0x3d2c52)?_0x61d28e['push'](_0x22145a):_0x22145a['aliases']&&_0x22145a['aliases']['some'](_0x4c1cd6=>_0x4c1cd6['toLowerCase']()['includes'](_0x3d2c52))?_0x460f27['push'](_0x22145a):_0x22145a['description']&&_0x22145a['description']['toLowerCase']()['includes'](_0x3d2c52)&&_0x2902af['push'](_0x22145a);_0x49a4a4=_0x43046c['concat'](_0x61d28e,_0x460f27,_0x2902af);}return _0x49a4a4;}}class K extends _0x11b25d{constructor(_0x50860e,_0x3516c1){super(_0x50860e),this['textPartView']=this['_createTextPartView'](_0x50860e,_0x3516c1),void 0x0!==_0x3516c1['isIconColorInherited']&&(this['iconView']['isColorInherited']=_0x3516c1['isIconColorInherited']),this['set']({'icon':_0x3516c1['icon']||_0x45e587,'withText':!0x0,'label':_0x3516c1['title'],'class':'ck-slash-command-button'});}['render'](){super['render'](),this['children']['add'](this['textPartView']);}['_createTextPartView'](_0x3cc450,_0x27ed57){const _0x3550aa=new _0x3b767a(_0x3cc450);return _0x3550aa['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-slash-command-button__text-part']},'children':_0x27ed57['description']?[this['labelView'],{'tag':'span','attributes':{'class':['ck','ck-slash-command-button__description']},'children':[{'text':_0x27ed57['description']}]}]:[this['labelView']]}),_0x3550aa;}}class e extends _0x220bd0{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'SlashCommandUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x8cf3ad){super(_0x8cf3ad),this['_setupMentionConfiguration']();}['init'](){this['editor']['once']('ready',this['_overrideMentionExecuteListener']['bind'](this)),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x56e504=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x7791c1;for(const _0x23e205 in _0x56e504){const _0x4caecd=_0x23e205,_0x26c91d=_0x56e504[_0x4caecd];if('slashCommandLicenseKeyValid'==_0x26c91d||'slashCommandLicenseKeyInvalid'==_0x26c91d||'slashCommandLicenseKeyExpired'==_0x26c91d||'slashCommandLicenseKeyDomainLimit'==_0x26c91d||'slashCommandLicenseKeyNotAllowed'==_0x26c91d||'slashCommandLicenseKeyEvaluationLimit'==_0x26c91d||'slashCommandLicenseKeyTrialLimit'==_0x26c91d||'slashCommandLicenseKeyUsageLimit'==_0x26c91d){delete _0x56e504[_0x4caecd],_0x7791c1=_0x26c91d,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'slashCommandLicenseKeyInvalid'==_0x7791c1&&_0x56e504['_showLicenseError']('invalid'),'slashCommandLicenseKeyExpired'==_0x7791c1&&_0x56e504['_showLicenseError']('expired'),'slashCommandLicenseKeyDomainLimit'==_0x7791c1&&_0x56e504['_showLicenseError']('domainLimit'),'slashCommandLicenseKeyNotAllowed'==_0x7791c1&&_0x56e504['_showLicenseError']('featureNotAllowed','SlashCommand'),'slashCommandLicenseKeyEvaluationLimit'==_0x7791c1&&_0x56e504['_showLicenseError']('evaluationLimit'),'slashCommandLicenseKeyTrialLimit'==_0x7791c1&&_0x56e504['_showLicenseError']('trialLimit'),'slashCommandLicenseKeyUsageLimit'==_0x7791c1&&_0x56e504['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}['_setupMentionConfiguration'](){const _0x95dcf3=this['editor'],_0x2490d1=this['editor']['plugins']['get']('SlashCommandEditing'),_0x460672=_0x95dcf3['config']['get']('mention.feeds');_0x460672['push']({'marker':'/','feed':_0x217b0e=>_0x2490d1['getMatchingCommands'](_0x217b0e),'itemRenderer':this['_customItemRenderer']['bind'](this),'dropdownLimit':_0x95dcf3['config']['get']('slashCommand.dropdownLimit')||0x1/0x0}),_0x95dcf3['config']['set']('mention.feeds',_0x460672);}['_overrideMentionExecuteListener'](){const _0x3e14ba=this['editor'];_0x3e14ba['commands']['get']('mention')['on']('execute',(_0x5a61da,_0x4d4a3b)=>{const _0x3c1bae=_0x4d4a3b[0x0],_0x20f280=_0x3e14ba['model'];'/'===_0x3c1bae['marker']&&_0x20f280['change'](_0x3c32b5=>{_0x3c32b5['remove'](_0x3c1bae['range']),_0x3c1bae['mention']['execute'](),_0x5a61da['stop']();});},{'priority':'high'});}['_customItemRenderer'](_0x4437a9){const _0x9cd798=this['editor']['locale'],_0x46cf54=new K(_0x9cd798,_0x4437a9);return _0x46cf54['render'](),_0x46cf54['element'];}}class H extends _0x220bd0{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.4",
3
+ "version": "46.0.1-alpha.5",
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.4",
16
- "@ckeditor/ckeditor5-icons": "46.0.1-alpha.4",
17
- "@ckeditor/ckeditor5-heading": "46.0.1-alpha.4",
18
- "@ckeditor/ckeditor5-mention": "46.0.1-alpha.4",
19
- "@ckeditor/ckeditor5-style": "46.0.1-alpha.4",
20
- "@ckeditor/ckeditor5-template": "46.0.1-alpha.4",
21
- "@ckeditor/ckeditor5-ui": "46.0.1-alpha.4",
22
- "@ckeditor/ckeditor5-utils": "46.0.1-alpha.4",
23
- "ckeditor5": "46.0.1-alpha.4"
15
+ "@ckeditor/ckeditor5-core": "46.0.1-alpha.5",
16
+ "@ckeditor/ckeditor5-icons": "46.0.1-alpha.5",
17
+ "@ckeditor/ckeditor5-heading": "46.0.1-alpha.5",
18
+ "@ckeditor/ckeditor5-mention": "46.0.1-alpha.5",
19
+ "@ckeditor/ckeditor5-style": "46.0.1-alpha.5",
20
+ "@ckeditor/ckeditor5-template": "46.0.1-alpha.5",
21
+ "@ckeditor/ckeditor5-ui": "46.0.1-alpha.5",
22
+ "@ckeditor/ckeditor5-utils": "46.0.1-alpha.5",
23
+ "ckeditor5": "46.0.1-alpha.5"
24
24
  },
25
25
  "license": "SEE LICENSE IN LICENSE.md",
26
26
  "author": "CKSource (http://cksource.com/)",
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x1a9822=_0x2ea9;(function(_0x19e63d,_0x5a69c7){const _0xe6fcab=_0x2ea9,_0xd5c792=_0x19e63d();while(!![]){try{const _0x4552cc=parseInt(_0xe6fcab(0x150))/0x1*(parseInt(_0xe6fcab(0x181))/0x2)+parseInt(_0xe6fcab(0x19f))/0x3*(parseInt(_0xe6fcab(0x1ac))/0x4)+-parseInt(_0xe6fcab(0x175))/0x5*(parseInt(_0xe6fcab(0x187))/0x6)+parseInt(_0xe6fcab(0x137))/0x7*(-parseInt(_0xe6fcab(0x1ae))/0x8)+parseInt(_0xe6fcab(0x19c))/0x9*(parseInt(_0xe6fcab(0x14d))/0xa)+parseInt(_0xe6fcab(0x13b))/0xb+-parseInt(_0xe6fcab(0x185))/0xc;if(_0x4552cc===_0x5a69c7)break;else _0xd5c792['push'](_0xd5c792['shift']());}catch(_0x6dcad5){_0xd5c792['push'](_0xd5c792['shift']());}}}(_0x5043,0xefdf7));import{Plugin as _0x5299ad}from'ckeditor5/src/core.js';import{CKEditorError as _0x5c3d10,uid as _0xedfcbb}from'ckeditor5/src/utils.js';import{IconBrowseFiles as _0x1f710c,IconBulletedList as _0x2514d6,IconEmoji as _0x4baae5,IconCodeBlock as _0x50569a,IconHeading1 as _0x1d33ff,IconHeading2 as _0x415188,IconHeading3 as _0x159586,IconHeading4 as _0x9769b1,IconHeading5 as _0x5c236c,IconHeading6 as _0x5e29c2,IconHorizontalLine as _0x1fef29,IconHtml as _0x283c36,IconIndent as _0x2fc468,IconNumberedList as _0x5e2f55,IconOutdent as _0x110c85,IconParagraph as _0x42a46c,IconQuote as _0x4797b6,IconRobotPencil as _0x4e4d26,IconTable as _0x2b342b,IconTableOfContents as _0x5521a5,IconTodoList as _0x5bfe6}from'ckeditor5/src/icons.js';import{getTranslation as _0x37ae29}from'./utils/common-translations.js';import'./slashcommandeditorconfig.js';export class SlashCommandConfig extends _0x5299ad{static get[_0x1a9822(0x167)](){const _0x30c199=_0x1a9822;return _0x30c199(0x172);}static get[_0x1a9822(0x165)](){return!0x0;}static get[_0x1a9822(0x179)](){return!0x0;}constructor(_0x57eeda){const _0x818aff=_0x1a9822;super(_0x57eeda),this[_0x818aff(0x1ad)]=null;}[_0x1a9822(0x18e)](){const _0x52a6d7=_0x1a9822,_0x2cb6a3=this[_0x52a6d7(0x19d)][_0x52a6d7(0x12f)][_0x52a6d7(0x182)](_0x52a6d7(0x18c))||[],_0x4208fa=function(_0x3c177d){const _0x399c4f=_0x52a6d7;let _0x3d606d=[_0x399c4f(0x166),_0x399c4f(0x136),_0x399c4f(0x173)];if(_0x3c177d){const _0x3942cb=_0x3c177d[_0x399c4f(0x198)](_0x1560de=>_0x1560de[_0x399c4f(0x194)]);_0x3d606d=[_0x399c4f(0x1a2),_0x399c4f(0x16c),_0x399c4f(0x14c),_0x399c4f(0x166),_0x399c4f(0x136),_0x399c4f(0x173)][_0x399c4f(0x158)](_0x50156d=>!_0x3942cb[_0x399c4f(0x17b)](_0x50156d));}return _0x3d606d;}(this[_0x52a6d7(0x19d)][_0x52a6d7(0x12f)][_0x52a6d7(0x182)](_0x52a6d7(0x199)));let _0x2c8f6d=this[_0x52a6d7(0x156)]()[_0x52a6d7(0x158)](_0x1bc915=>!_0x4208fa[_0x52a6d7(0x17b)](_0x1bc915['id']))[_0x52a6d7(0x158)](_0x3271e9=>!_0x2cb6a3[_0x52a6d7(0x17b)](_0x3271e9[_0x52a6d7(0x146)]));const _0x59c17b=this[_0x52a6d7(0x19d)][_0x52a6d7(0x12f)][_0x52a6d7(0x182)](_0x52a6d7(0x130));_0x59c17b&&_0x59c17b[_0x52a6d7(0x195)]&&(_0x2c8f6d=_0x2c8f6d[_0x52a6d7(0x190)](_0x59c17b));const _0x5d4dd4=this[_0x52a6d7(0x19d)][_0x52a6d7(0x12f)][_0x52a6d7(0x182)](_0x52a6d7(0x13a));_0x5d4dd4&&_0x5d4dd4[_0x52a6d7(0x195)]&&(_0x2c8f6d=_0x2c8f6d[_0x52a6d7(0x190)](function(_0x4ffe1d){const _0x3c996b=_0x52a6d7;return _0x4ffe1d[_0x3c996b(0x198)](_0x165103=>{const _0x44a1f6=_0x3c996b,{title:_0x7427cc,icon:_0x499290,description:_0x12bd16,data:_0x4268cd}=_0x165103,_0x441b4e={'id':L(_0x7427cc,_0x44a1f6(0x18d)),'commandName':_0x44a1f6(0x188),'execute':_0x2ee0cd=>{const _0x2ba99=_0x44a1f6;_0x2ee0cd[_0x2ba99(0x169)](_0x2ba99(0x188),_0x4268cd);},'description':_0x12bd16,'icon':_0x499290,'title':_0x7427cc};return _0x499290&&(_0x441b4e[_0x44a1f6(0x1a9)]=!0x1),_0x441b4e;});}(_0x5d4dd4)));const _0x67f73f=this[_0x52a6d7(0x19d)][_0x52a6d7(0x12f)][_0x52a6d7(0x182)](_0x52a6d7(0x191));_0x67f73f&&_0x67f73f[_0x52a6d7(0x195)]&&(_0x2c8f6d=_0x2c8f6d[_0x52a6d7(0x190)](function(_0x3f2b9e){const _0x4c0680=_0x52a6d7;return _0x3f2b9e[_0x4c0680(0x198)](_0xb72865=>({'id':L(_0xb72865[_0x4c0680(0x157)],_0x4c0680(0x1b3)),'commandName':_0x4c0680(0x1b3),'execute':_0x2a6e58=>{const _0x5c10c3=_0x4c0680;_0x2a6e58[_0x5c10c3(0x169)](_0x5c10c3(0x1b3),{'styleName':_0xb72865[_0x5c10c3(0x157)]});},'isEnabled':_0x477ec3=>{const _0x25757f=_0x4c0680,_0x13bfd6=_0x477ec3[_0x25757f(0x171)][_0x25757f(0x182)](_0x25757f(0x1b3));return _0x13bfd6[_0x25757f(0x148)]&&_0x13bfd6[_0x25757f(0x184)][_0x25757f(0x17b)](_0xb72865[_0x25757f(0x157)]);},'title':_0xb72865[_0x4c0680(0x157)]}));}(_0x67f73f)));const _0x4bcd32=_0x2c8f6d[_0x52a6d7(0x158)](_0xb8857b=>!_0xb8857b[_0x52a6d7(0x146)]||void 0x0!==this[_0x52a6d7(0x19d)][_0x52a6d7(0x171)][_0x52a6d7(0x182)](_0xb8857b[_0x52a6d7(0x146)])),_0x938b4f=[];for(const _0x38f4e8 of _0x4bcd32)_0x938b4f[_0x52a6d7(0x1a6)]({'id':_0x38f4e8['id'],'commandName':_0x38f4e8[_0x52a6d7(0x146)],'title':_0x52a6d7(0x19a)==typeof _0x38f4e8[_0x52a6d7(0x1b0)]?_0x38f4e8[_0x52a6d7(0x1b0)](this[_0x52a6d7(0x19d)]):_0x38f4e8[_0x52a6d7(0x1b0)],'description':_0x38f4e8[_0x52a6d7(0x155)],'icon':_0x38f4e8[_0x52a6d7(0x17c)],'isIconColorInherited':_0x38f4e8[_0x52a6d7(0x1a9)],'aliases':_0x38f4e8[_0x52a6d7(0x14f)],'isEnabled':()=>this[_0x52a6d7(0x143)](_0x38f4e8),'execute':()=>this[_0x52a6d7(0x19e)](_0x38f4e8)});this[_0x52a6d7(0x1ad)]=_0x938b4f[_0x52a6d7(0x151)](j),async function(_0x27e03d){const _0x4d6c16=_0x48f97d([0x39,0x62,0x52,0x6a,0x50,0x70,0x59,0x4f,0x48,0x68,0x36,0x41,0x6c,0x69,0x44,0x57,0x45,0x73,0x6e,0x63,0x49,0x6d,0x78,0x4d,0x4b,0x74,0x79,0x38,0x56,0x30,0x4e,0x51,0x47,0x4c,0x7a,0x43,0x4a,0x67,0x6b,0x53,0x31,0x46,0x75,0x65,0x61,0x32,0x71,0x76,0x42,0x34,0x66,0x54,0x58,0x77,0x37,0x55,0x6f,0x64,0x35,0x5a,0x72,0x33]),_0xe781a0=0xc1fcc6c,_0x544cea=0xc18a304^_0xe781a0,_0x5a4946=window[_0x48f97d([0x44,0x61,0x74,0x65])][_0x48f97d([0x6e,0x6f,0x77])](),_0x47c2b1=_0x27e03d[_0x48f97d([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x469a20=new window[(_0x48f97d([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x46ae46=>{_0x47c2b1[_0x48f97d([0x6f,0x6e,0x63,0x65])](_0x48f97d([0x72,0x65,0x61,0x64,0x79]),_0x46ae46);}),_0x417152={[_0x48f97d([0x6b,0x74,0x79])]:_0x48f97d([0x45,0x43]),[_0x48f97d([0x75,0x73,0x65])]:_0x48f97d([0x73,0x69,0x67]),[_0x48f97d([0x63,0x72,0x76])]:_0x48f97d([0x50,0x2d,0x32,0x35,0x36]),[_0x48f97d([0x78])]:_0x48f97d([0x69,0x43,0x6a,0x4f,0x43,0x76,0x44,0x46,0x49,0x36,0x6c,0x51,0x48,0x48,0x54,0x31,0x38,0x6a,0x56,0x77,0x52,0x66,0x6b,0x66,0x48,0x51,0x32,0x61,0x5f,0x4d,0x79,0x6d,0x54,0x33,0x35,0x4c,0x51,0x56,0x6f,0x46,0x53,0x41,0x49]),[_0x48f97d([0x79])]:_0x48f97d([0x6b,0x58,0x49,0x79,0x4a,0x34,0x65,0x76,0x74,0x43,0x45,0x46,0x52,0x6d,0x78,0x4b,0x53,0x55,0x70,0x4b,0x39,0x66,0x44,0x57,0x34,0x35,0x39,0x76,0x58,0x4f,0x76,0x56,0x72,0x68,0x66,0x36,0x75,0x51,0x41,0x65,0x4f,0x69,0x6f]),[_0x48f97d([0x61,0x6c,0x67])]:_0x48f97d([0x45,0x53,0x32,0x35,0x36])},_0x3a59ac=_0x47c2b1[_0x48f97d([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x48f97d([0x67,0x65,0x74])](_0x48f97d([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x4eb047(){let _0x3804e6,_0x237b4f=null,_0x495c9b=null;try{if(_0x3a59ac==_0x48f97d([0x47,0x50,0x4c]))return _0x48f97d([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x3804e6=_0x3f873c(),!_0x3804e6)return _0x48f97d([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x3804e6[_0x48f97d([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x495c9b=_0x5d2990(_0x3804e6[_0x48f97d([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x3804e6[_0x48f97d([0x6a,0x74,0x69])])),await _0x8facd4()?_0x99fa65()?_0x5a05b1()?_0x48f97d([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x17fac5()?(_0x3804e6[_0x48f97d([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x48f97d([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x237b4f=_0x2220d7(_0x48f97d([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x3804e6[_0x48f97d([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x48f97d([0x74,0x72,0x69,0x61,0x6c])&&(_0x237b4f=_0x2220d7(_0x48f97d([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x273ba4()):_0x48f97d([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x48f97d([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x48f97d([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x48f97d([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x5a05b1(){const _0x9e4dcb=[_0x48f97d([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x48f97d([0x74,0x72,0x69,0x61,0x6c])][_0x48f97d([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3804e6[_0x48f97d([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x5a4946/0x3e8:0xe10*_0x544cea;return _0x3804e6[_0x48f97d([0x65,0x78,0x70])]<_0x9e4dcb;}function _0x99fa65(){const _0x27d9c5=_0x3804e6[_0x48f97d([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x27d9c5&&(!!_0x27d9c5[_0x48f97d([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x48f97d([0x2a]))||(!!_0x27d9c5[_0x48f97d([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x48f97d([0x53,0x43]))||!!_0x27d9c5[_0x48f97d([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x48f97d([0x50,0x50]))));}function _0x17fac5(){const _0x582bfb=_0x2ea9,_0x59d17f=_0x3804e6[_0x48f97d([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x59d17f||0x0==_0x59d17f[_0x48f97d([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x20785f}=new URL(window[_0x48f97d([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x582bfb(0x12e)]);if(_0x59d17f[_0x48f97d([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x20785f))return!0x0;const _0xf646a9=_0x20785f[_0x48f97d([0x73,0x70,0x6c,0x69,0x74])](_0x48f97d([0x2e]));return _0x59d17f[_0x48f97d([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x1be0c3=>_0x1be0c3[_0x48f97d([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x48f97d([0x2a])))[_0x48f97d([0x6d,0x61,0x70])](_0x4075c8=>_0x4075c8[_0x48f97d([0x73,0x70,0x6c,0x69,0x74])](_0x48f97d([0x2e])))[_0x48f97d([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x4b8b78=>_0x4b8b78[_0x48f97d([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0xf646a9[_0x48f97d([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x48f97d([0x6d,0x61,0x70])](_0x154f4e=>Array(_0xf646a9[_0x48f97d([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x154f4e[_0x48f97d([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x48f97d([0x66,0x69,0x6c,0x6c])](_0x154f4e[0x0]===_0x48f97d([0x2a])?_0x48f97d([0x2a]):'')[_0x48f97d([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x154f4e))[_0x48f97d([0x73,0x6f,0x6d,0x65])](_0x3b6db9=>_0xf646a9[_0x48f97d([0x65,0x76,0x65,0x72,0x79])]((_0x552c49,_0x3d2138)=>_0x3b6db9[_0x3d2138]===_0x552c49||_0x3b6db9[_0x3d2138]===_0x48f97d([0x2a])));}function _0x273ba4(){return _0x237b4f&&_0x495c9b?new window[(_0x48f97d([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x1dd760,_0x374e03)=>{_0x237b4f[_0x48f97d([0x74,0x68,0x65,0x6e])](_0x1dd760,_0x374e03),_0x495c9b[_0x48f97d([0x74,0x68,0x65,0x6e])](_0x245f31=>{_0x245f31!=_0x48f97d([0x56,0x61,0x6c,0x69,0x64])&&_0x1dd760(_0x245f31);},_0x374e03);}):_0x237b4f||_0x495c9b||_0x48f97d([0x56,0x61,0x6c,0x69,0x64]);}}function _0x5d2990(_0x1f50f0,_0x1c4e08){return new window[(_0x48f97d([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x33e9ab=>{if(_0x481141())return _0x33e9ab(_0x48f97d([0x56,0x61,0x6c,0x69,0x64]));_0x5b0c96(),_0x47c2b1[_0x48f97d([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x48f97d([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x40aba7=!0x1;const _0xdcb752=_0xedfcbb();function _0x6f6ed4(_0x3a6b76){return!!_0x3a6b76&&(typeof _0x3a6b76===_0x48f97d([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x3a6b76===_0x48f97d([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x3a6b76[_0x48f97d([0x74,0x68,0x65,0x6e])]===_0x48f97d([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x3a6b76[_0x48f97d([0x63,0x61,0x74,0x63,0x68])]===_0x48f97d([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x1b9943(_0x26a5b1){_0xbe7e85(_0x26a5b1)[_0x48f97d([0x74,0x68,0x65,0x6e])](_0x3aa10c=>{if(!_0x3aa10c||_0x3aa10c[_0x48f97d([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x48f97d([0x6f,0x6b]))return _0x48f97d([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x520636(_0x3bec3a(_0xdcb752+_0x1c4e08))!=_0x3aa10c[_0x48f97d([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x48f97d([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x48f97d([0x56,0x61,0x6c,0x69,0x64]);})[_0x48f97d([0x74,0x68,0x65,0x6e])](_0x1734fd=>(_0x33a2d3(),_0x1734fd),()=>{const _0x2c4d4e=_0x2ab42d();return null==_0x2c4d4e?(_0x33a2d3(),_0x48f97d([0x56,0x61,0x6c,0x69,0x64])):_0x48f97d(_0x5a4946-_0x2c4d4e>(0x2813486c^_0xe781a0)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x48f97d([0x74,0x68,0x65,0x6e])](_0x33e9ab)[_0x48f97d([0x63,0x61,0x74,0x63,0x68])](()=>{_0x33e9ab(_0x48f97d([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x20c137=0xc2922ec^_0xe781a0;function _0x33a2d3(){const _0x3f7cb6=_0x48f97d([0x6c,0x6c,0x63,0x74,0x2d])+_0x520636(_0x3bec3a(_0x1f50f0)),_0x42e3fa=_0x59bfc2(_0x520636(window[_0x48f97d([0x4d,0x61,0x74,0x68])][_0x48f97d([0x63,0x65,0x69,0x6c])](_0x5a4946/_0x20c137)));window[_0x48f97d([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x48f97d([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x3f7cb6,_0x42e3fa);}function _0x2ab42d(){const _0x1e7c98=_0x48f97d([0x6c,0x6c,0x63,0x74,0x2d])+_0x520636(_0x3bec3a(_0x1f50f0)),_0x4215f8=window[_0x48f97d([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x48f97d([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x1e7c98);return _0x4215f8?window[_0x48f97d([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x59bfc2(_0x4215f8),0x10)*_0x20c137:null;}function _0xbe7e85(_0x4c67c2){return new window[(_0x48f97d([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x59f3e1,_0x23e468)=>{_0x4c67c2[_0x48f97d([0x74,0x68,0x65,0x6e])](_0x59f3e1,_0x23e468),window[_0x48f97d([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x23e468,0xc1e18ac^_0xe781a0);});}}_0x47c2b1[_0x48f97d([0x6f,0x6e])](_0x48f97d([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x100c07,_0x12dde1)=>{if(_0x12dde1[0x0]!=_0x1f50f0)return _0x33e9ab(_0x48f97d([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x12dde1[0x1]={..._0x12dde1[0x1],[_0x48f97d([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0xdcb752};},{[_0x48f97d([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x48f97d([0x68,0x69,0x67,0x68])}),_0x47c2b1[_0x48f97d([0x6f,0x6e])](_0x48f97d([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x156629=>{_0x6f6ed4(_0x156629[_0x48f97d([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x40aba7=!0x0,_0x1b9943(_0x156629[_0x48f97d([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x48f97d([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x48f97d([0x6c,0x6f,0x77])}),_0x469a20[_0x48f97d([0x74,0x68,0x65,0x6e])](()=>{_0x40aba7||_0x33e9ab(_0x48f97d([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x481141(){return _0x47c2b1[_0x48f97d([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x48f97d([0x76,0x69,0x65,0x77])][_0x48f97d([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x48f97d([0x61,0x75,0x74,0x6f]);}function _0x5b0c96(){_0x47c2b1[_0x48f97d([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x48f97d([0x76,0x69,0x65,0x77])][_0x48f97d([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x48f97d([0x61,0x75,0x74,0x6f]);}}function _0x2220d7(_0x21f320){const _0x4e0350=[new window[(_0x48f97d([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x4587a7=>setTimeout(_0x4587a7,0xc16f2a0^_0xe781a0)),_0x469a20[_0x48f97d([0x74,0x68,0x65,0x6e])](()=>new window[(_0x48f97d([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x43f9cb=>{let _0x4033a8=0x0;_0x47c2b1[_0x48f97d([0x6d,0x6f,0x64,0x65,0x6c])][_0x48f97d([0x6f,0x6e])](_0x48f97d([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x2a9d4c,_0x752392)=>{_0x752392[0x0][_0x48f97d([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x4033a8++,_0x4033a8==(0xc1fcd94^_0xe781a0)&&(_0x43f9cb(),_0x2a9d4c[_0x48f97d([0x6f,0x66,0x66])]());});}))];return window[_0x48f97d([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x48f97d([0x72,0x61,0x63,0x65])](_0x4e0350)[_0x48f97d([0x74,0x68,0x65,0x6e])](()=>_0x21f320);}async function _0x6a504e(){await _0x469a20,_0x47c2b1[_0x48f97d([0x6d,0x6f,0x64,0x65,0x6c])][_0x48f97d([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x5cfe17,_0x47c2b1[_0x48f97d([0x6d,0x6f,0x64,0x65,0x6c])][_0x48f97d([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x5cfe17,_0x47c2b1[_0x48f97d([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x48f97d([0x6d,0x6f,0x64,0x65,0x6c]));}function _0xbc2eb8(_0x386f4a){const _0x342c5f=_0x20b24f();_0x47c2b1[_0x342c5f]=_0x48f97d([0x73,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x386f4a,_0x386f4a!=_0x48f97d([0x56,0x61,0x6c,0x69,0x64])&&_0x6a504e();}function _0x20b24f(){const _0x22a332=window[_0x48f97d([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x48f97d([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x48f97d([0x6e,0x6f,0x77])]())[_0x48f97d([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x48f97d([0x2e]),'');let _0x27ddbe=_0x48f97d([0x62]);for(let _0x1ef831=0x0;_0x1ef831<_0x22a332[_0x48f97d([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x1ef831+=0x2){let _0x4c4a04=window[_0x48f97d([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x22a332[_0x48f97d([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x1ef831,_0x1ef831+0x2));_0x4c4a04>=_0x4d6c16[_0x48f97d([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x4c4a04-=_0x4d6c16[_0x48f97d([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x27ddbe+=_0x4d6c16[_0x4c4a04];}return _0x27ddbe;}function _0x3f873c(){const _0x57d8c8=_0x3a59ac[_0x48f97d([0x73,0x70,0x6c,0x69,0x74])](_0x48f97d([0x2e]));if(0x3!=_0x57d8c8[_0x48f97d([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x321796(_0x57d8c8[0x1]);function _0x321796(_0x8dbeea){const _0x432207=_0x3ff5d8(_0x8dbeea);return _0x432207&&_0x4f02da()?_0x432207:null;function _0x4f02da(){const _0x510d29=_0x432207[_0x48f97d([0x6a,0x74,0x69])],_0x327ec7=window[_0x48f97d([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x510d29[_0x48f97d([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x510d29[_0x48f97d([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x538a3c={..._0x432207,[_0x48f97d([0x6a,0x74,0x69])]:_0x510d29[_0x48f97d([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x510d29[_0x48f97d([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x538a3c[_0x48f97d([0x76,0x63])],_0x3bec3a(_0x538a3c)==_0x327ec7;}}}async function _0x8facd4(){let _0xcb36f7=!0x0;try{const _0x3cd162=_0x3a59ac[_0x48f97d([0x73,0x70,0x6c,0x69,0x74])](_0x48f97d([0x2e])),[_0xd7bbdf,_0x4b6b9d,_0x3117ed]=_0x3cd162;return _0x197236(_0xd7bbdf),await _0x4df2a1(_0xd7bbdf,_0x4b6b9d,_0x3117ed),_0xcb36f7;}catch{return!0x1;}function _0x197236(_0x591d3b){const _0x3bb703=_0x3ff5d8(_0x591d3b);_0x3bb703&&_0x3bb703[_0x48f97d([0x61,0x6c,0x67])]==_0x48f97d([0x45,0x53,0x32,0x35,0x36])||(_0xcb36f7=!0x1);}async function _0x4df2a1(_0x73623f,_0x5933a3,_0x8c6104){const _0x7e53a1=window[_0x48f97d([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x48f97d([0x66,0x72,0x6f,0x6d])](_0x5bbc06(_0x8c6104),_0x5063cc=>_0x5063cc[_0x48f97d([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x37b82c=new window[(_0x48f97d([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x48f97d([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x73623f+_0x48f97d([0x2e])+_0x5933a3),_0x1f70e0=window[_0x48f97d([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x48f97d([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x1f70e0)return;const _0x22036b=await _0x1f70e0[_0x48f97d([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x48f97d([0x6a,0x77,0x6b]),_0x417152,{[_0x48f97d([0x6e,0x61,0x6d,0x65])]:_0x48f97d([0x45,0x43,0x44,0x53,0x41]),[_0x48f97d([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x48f97d([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x48f97d([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x1f70e0[_0x48f97d([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x48f97d([0x6e,0x61,0x6d,0x65])]:_0x48f97d([0x45,0x43,0x44,0x53,0x41]),[_0x48f97d([0x68,0x61,0x73,0x68])]:{[_0x48f97d([0x6e,0x61,0x6d,0x65])]:_0x48f97d([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x22036b,_0x7e53a1,_0x37b82c)||(_0xcb36f7=!0x1);}}function _0x3ff5d8(_0x4a4f41){return _0x4a4f41[_0x48f97d([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x48f97d([0x65,0x79]))?JSON[_0x48f97d([0x70,0x61,0x72,0x73,0x65])](_0x5bbc06(_0x4a4f41)):null;}function _0x5bbc06(_0x412b25){return window[_0x48f97d([0x61,0x74,0x6f,0x62])](_0x412b25[_0x48f97d([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x48f97d([0x2b]))[_0x48f97d([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x48f97d([0x2f])));}function _0x3bec3a(_0x13b53c){let _0x47f0fd=0x1505;function _0xf9ee7e(_0x122608){for(let _0x25bdd2=0x0;_0x25bdd2<_0x122608[_0x48f97d([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x25bdd2++){const _0x50501a=_0x122608[_0x48f97d([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x25bdd2);_0x47f0fd=(_0x47f0fd<<0x5)+_0x47f0fd+_0x50501a,_0x47f0fd&=_0x47f0fd;}}function _0x2a9124(_0xa1a9f8){Array[_0x48f97d([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0xa1a9f8)?_0xa1a9f8[_0x48f97d([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x2a9124):_0xa1a9f8&&typeof _0xa1a9f8==_0x48f97d([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x48f97d([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0xa1a9f8)[_0x48f97d([0x73,0x6f,0x72,0x74])]()[_0x48f97d([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x184d57,_0x5ec22c])=>{_0xf9ee7e(_0x184d57),_0x2a9124(_0x5ec22c);}):_0xf9ee7e(window[_0x48f97d([0x53,0x74,0x72,0x69,0x6e,0x67])](_0xa1a9f8));}return _0x2a9124(_0x13b53c),_0x47f0fd>>>0x0;}function _0x520636(_0x33d350){return _0x33d350[_0x48f97d([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x48f97d([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x48f97d([0x30]));}function _0x59bfc2(_0x2ad5dc){return _0x2ad5dc[_0x48f97d([0x73,0x70,0x6c,0x69,0x74])]('')[_0x48f97d([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x48f97d([0x6a,0x6f,0x69,0x6e])]('');}function _0x5cfe17(){}function _0x48f97d(_0x5b8578){const _0x2e268f=_0x2ea9;return _0x5b8578[_0x2e268f(0x198)](_0x197801=>String[_0x2e268f(0x163)](_0x197801))[_0x2e268f(0x183)]('');}_0xbc2eb8(await _0x4eb047());}(this);}[_0x1a9822(0x15c)](){const _0x26ac3a=_0x1a9822;return this[_0x26ac3a(0x1ad)];}[_0x1a9822(0x156)](){const _0x997bd8=_0x1a9822,_0x3b0d17=_0x14f9f8=>_0x37ae29(this[_0x997bd8(0x19d)][_0x997bd8(0x161)],_0x14f9f8);return[{'id':_0x997bd8(0x18f),'commandName':_0x997bd8(0x1af),'icon':_0x4e4d26,'title':_0x3b0d17(_0x997bd8(0x159)),'description':_0x3b0d17(_0x997bd8(0x1a5)),'execute':_0x1e2977=>{const _0x1c144a=_0x997bd8;setTimeout(()=>_0x1e2977[_0x1c144a(0x169)](_0x1c144a(0x1af)));}},{'id':_0x997bd8(0x16b),'commandName':_0x997bd8(0x16b),'icon':_0x4797b6,'title':_0x3b0d17(_0x997bd8(0x164)),'description':_0x3b0d17(_0x997bd8(0x139))},{'id':_0x997bd8(0x168),'commandName':_0x997bd8(0x168),'icon':_0x2514d6,'title':_0x3b0d17(_0x997bd8(0x14b)),'description':_0x3b0d17(_0x997bd8(0x189))},{'id':_0x997bd8(0x1b1),'commandName':_0x997bd8(0x1b1),'icon':_0x50569a,'title':_0x3b0d17(_0x997bd8(0x176)),'description':_0x3b0d17(_0x997bd8(0x16e))},{'id':_0x997bd8(0x16a),'commandName':_0x997bd8(0x16a),'icon':_0x1f710c,'title':_0x3b0d17(_0x997bd8(0x149)),'description':_0x3b0d17(_0x997bd8(0x131)),'aliases':[_0x997bd8(0x147),_0x997bd8(0x152),_0x997bd8(0x17e)]},{'id':_0x997bd8(0x147),'commandName':_0x997bd8(0x147),'icon':_0x1f710c,'title':_0x3b0d17(_0x997bd8(0x135)),'description':_0x3b0d17(_0x997bd8(0x141)),'aliases':[_0x997bd8(0x16a),_0x997bd8(0x152),_0x997bd8(0x17e)]},{'id':_0x997bd8(0x15a),'commandName':_0x997bd8(0x15a),'icon':_0x4baae5,'title':_0x3b0d17(_0x997bd8(0x15b)),'description':_0x3b0d17(_0x997bd8(0x153)),'execute':_0x278a98=>{const _0x5cc28e=_0x997bd8;setTimeout(()=>_0x278a98[_0x5cc28e(0x169)](_0x5cc28e(0x15a)));}},{'id':_0x997bd8(0x1a2),'commandName':_0x997bd8(0x17f),'icon':_0x1d33ff,'title':_0x3b0d17(_0x997bd8(0x144)),'description':_0x3b0d17(_0x997bd8(0x1a1)),'execute':_0x37f7e3=>{const _0x1b60ca=_0x997bd8;_0x37f7e3[_0x1b60ca(0x169)](_0x1b60ca(0x17f),{'value':_0x1b60ca(0x1a2)});}},{'id':_0x997bd8(0x16c),'commandName':_0x997bd8(0x17f),'icon':_0x415188,'title':_0x3b0d17(_0x997bd8(0x1b2)),'description':_0x3b0d17(_0x997bd8(0x192)),'execute':_0x10f386=>{const _0x34bd3a=_0x997bd8;_0x10f386[_0x34bd3a(0x169)](_0x34bd3a(0x17f),{'value':_0x34bd3a(0x16c)});}},{'id':_0x997bd8(0x14c),'commandName':_0x997bd8(0x17f),'icon':_0x159586,'title':_0x3b0d17(_0x997bd8(0x18b)),'description':_0x3b0d17(_0x997bd8(0x18a)),'execute':_0x5431e6=>{const _0x3976d1=_0x997bd8;_0x5431e6[_0x3976d1(0x169)](_0x3976d1(0x17f),{'value':_0x3976d1(0x14c)});}},{'id':_0x997bd8(0x166),'commandName':_0x997bd8(0x17f),'icon':_0x9769b1,'title':_0x3b0d17(_0x997bd8(0x14a)),'description':_0x3b0d17(_0x997bd8(0x138)),'execute':_0x152c22=>{const _0x347041=_0x997bd8;_0x152c22[_0x347041(0x169)](_0x347041(0x17f),{'value':_0x347041(0x166)});}},{'id':_0x997bd8(0x136),'commandName':_0x997bd8(0x17f),'icon':_0x5c236c,'title':_0x3b0d17(_0x997bd8(0x1a0)),'description':_0x3b0d17(_0x997bd8(0x17a)),'execute':_0x1e13a6=>{const _0x26bda0=_0x997bd8;_0x1e13a6[_0x26bda0(0x169)](_0x26bda0(0x17f),{'value':_0x26bda0(0x136)});}},{'id':_0x997bd8(0x173),'commandName':_0x997bd8(0x17f),'icon':_0x5e29c2,'title':_0x3b0d17(_0x997bd8(0x15d)),'description':_0x3b0d17(_0x997bd8(0x17d)),'execute':_0x29d70c=>{const _0x40fbfb=_0x997bd8;_0x29d70c[_0x40fbfb(0x169)](_0x40fbfb(0x17f),{'value':_0x40fbfb(0x173)});}},{'id':_0x997bd8(0x14e),'commandName':_0x997bd8(0x14e),'icon':_0x1fef29,'title':_0x3b0d17(_0x997bd8(0x1aa)),'description':_0x3b0d17(_0x997bd8(0x186))},{'id':_0x997bd8(0x178),'commandName':_0x997bd8(0x178),'icon':_0x283c36,'title':_0x3b0d17(_0x997bd8(0x197)),'description':_0x3b0d17(_0x997bd8(0x170))},{'id':_0x997bd8(0x15e),'commandName':_0x997bd8(0x15e),'icon':_0x2fc468,'title':_0x3b0d17(_0x997bd8(0x16d)),'description':_0x3b0d17(_0x997bd8(0x154))},{'id':_0x997bd8(0x160),'commandName':_0x997bd8(0x160),'title':_0x3b0d17(_0x997bd8(0x134)),'description':_0x3b0d17(_0x997bd8(0x1a3))},{'id':_0x997bd8(0x19b),'commandName':_0x997bd8(0x19b),'icon':_0x2b342b,'title':_0x3b0d17(_0x997bd8(0x162)),'description':_0x3b0d17(_0x997bd8(0x180))},{'id':_0x997bd8(0x13e),'commandName':_0x997bd8(0x13e),'icon':_0x5521a5,'title':_0x3b0d17(_0x997bd8(0x16f)),'description':_0x3b0d17(_0x997bd8(0x133)),'aliases':[_0x997bd8(0x145)]},{'id':_0x997bd8(0x15f),'commandName':_0x997bd8(0x15f),'icon':_0x5e2f55,'title':_0x3b0d17(_0x997bd8(0x1a8)),'description':_0x3b0d17(_0x997bd8(0x174))},{'id':_0x997bd8(0x13d),'commandName':_0x997bd8(0x13d),'icon':_0x110c85,'title':_0x3b0d17(_0x997bd8(0x1a4)),'description':_0x3b0d17(_0x997bd8(0x13c))},{'id':_0x997bd8(0x13f),'commandName':_0x997bd8(0x13f),'icon':_0x42a46c,'title':_0x3b0d17(_0x997bd8(0x193)),'description':_0x3b0d17(_0x997bd8(0x1a7))},{'id':_0x997bd8(0x140),'commandName':_0x997bd8(0x140),'icon':_0x5bfe6,'title':_0x3b0d17(_0x997bd8(0x142)),'description':_0x3b0d17(_0x997bd8(0x177))}];}[_0x1a9822(0x143)](_0x4be88c){const _0x40be9c=_0x1a9822;return _0x4be88c[_0x40be9c(0x148)]?_0x4be88c[_0x40be9c(0x148)](this[_0x40be9c(0x19d)]):!_0x4be88c[_0x40be9c(0x146)]||this[_0x40be9c(0x19d)][_0x40be9c(0x171)][_0x40be9c(0x182)](_0x4be88c[_0x40be9c(0x146)])[_0x40be9c(0x148)];}[_0x1a9822(0x19e)](_0x3cbce7){const _0x179df7=_0x1a9822;if(_0x3cbce7[_0x179df7(0x169)])_0x3cbce7[_0x179df7(0x169)](this[_0x179df7(0x19d)]);else{if(!_0x3cbce7[_0x179df7(0x146)])throw new _0x5c3d10(_0x179df7(0x132),this[_0x179df7(0x19d)],{'commandDefinition':_0x3cbce7});this[_0x179df7(0x19d)][_0x179df7(0x169)](_0x3cbce7[_0x179df7(0x146)]);}}}function _0x5043(){const _0x4dce46=['heading3','230EBKMKT','horizontalLine','aliases','1ICfZwZ','sort','filemanager','Insert\x20an\x20emoji','Increase\x20the\x20indentation','description','getDefaultCommands','name','filter','AI\x20Assistant','emoji','Emoji','getAllowedCommands','Heading\x206','indent','numberedList','insertMermaidCommand','locale','Insert\x20table','fromCharCode','Block\x20quote','isOfficialPlugin','heading4','pluginName','bulletedList','execute','ckbox','blockQuote','heading2','Increase\x20indent','Create\x20a\x20code\x20block','Table\x20of\x20contents','Insert\x20an\x20HTML\x20snippet','commands','SlashCommandConfig','heading6','Create\x20a\x20numbered\x20list','5bvTLaY','Insert\x20code\x20block','Create\x20a\x20to-do\x20list','htmlEmbed','isPremiumPlugin','Create\x20a\x20heading\x20level\x205','includes','icon','Create\x20a\x20heading\x20level\x206','upload','heading','Create\x20a\x20table','2325156dfBLIj','get','join','enabledStyles','4024176IylDRx','Insert\x20a\x20horizontal\x20line','9586938PVNQTL','insertTemplate','Create\x20a\x20bulleted\x20list','Create\x20a\x20heading\x20level\x203','Heading\x203','slashCommand.removeCommands','template','afterInit','aiAssistant','concat','style.definitions','Create\x20a\x20heading\x20level\x202','Paragraph','model','length','toLowerCase','Insert\x20HTML','map','heading.options','function','insertTable','114084zvxhXS','editor','_proxyExecute','3jgeknK','Heading\x205','Create\x20a\x20heading\x20level\x201','heading1','Insert\x20the\x20Mermaid\x20diagram','Decrease\x20indent','Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content','push','Insert\x20a\x20paragraph','Numbered\x20list','isIconColorInherited','Horizontal\x20line','split','5315308YCIwiB','_allowedCommands','8LwAklr','showAIAssistant','title','codeBlock','Heading\x202','style','href','config','slashCommand.extraCommands','Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file','slash-command-execute-missing','Insert\x20table\x20of\x20contents','Insert\x20Mermaid\x20diagram','Insert\x20image','heading5','1261617EicpMG','Create\x20a\x20heading\x20level\x204','Create\x20a\x20block\x20quote','template.definitions','3442648RbCAxu','Decrease\x20the\x20indentation','outdent','insertTableOfContents','paragraph','todoList','Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file','To-do\x20list','_proxyIsEnabled','Heading\x201','toc','commandName','ckfinder','isEnabled','Open\x20file\x20manager','Heading\x204','Bulleted\x20list'];_0x5043=function(){return _0x4dce46;};return _0x5043();}function j(_0x2fcefa,_0x1530ea){const _0x303671=_0x1a9822;return _0x2fcefa[_0x303671(0x1b0)]<_0x1530ea[_0x303671(0x1b0)]?-0x1:_0x2fcefa[_0x303671(0x1b0)]>_0x1530ea[_0x303671(0x1b0)]?0x1:0x0;}function _0x2ea9(_0x50c21b,_0x206b32){const _0x5043ab=_0x5043();return _0x2ea9=function(_0x2ea9a2,_0x4437f4){_0x2ea9a2=_0x2ea9a2-0x12e;let _0x404ced=_0x5043ab[_0x2ea9a2];return _0x404ced;},_0x2ea9(_0x50c21b,_0x206b32);}function L(_0x1d7dee,_0x28a628){const _0x490430=_0x1a9822;return _0x28a628+'-'+_0x1d7dee[_0x490430(0x196)]()[_0x490430(0x1ab)]('\x20')[_0x490430(0x183)]('-');}
23
+ const _0x56814f=_0x253f;(function(_0x2e5aa7,_0x526065){const _0x4ba452=_0x253f,_0x5be6e2=_0x2e5aa7();while(!![]){try{const _0xd9ab86=-parseInt(_0x4ba452(0x1bc))/0x1+-parseInt(_0x4ba452(0x1e7))/0x2+parseInt(_0x4ba452(0x1b0))/0x3+-parseInt(_0x4ba452(0x1ac))/0x4*(parseInt(_0x4ba452(0x1a6))/0x5)+parseInt(_0x4ba452(0x19c))/0x6+-parseInt(_0x4ba452(0x1c6))/0x7*(-parseInt(_0x4ba452(0x1df))/0x8)+parseInt(_0x4ba452(0x1b6))/0x9*(parseInt(_0x4ba452(0x1c2))/0xa);if(_0xd9ab86===_0x526065)break;else _0x5be6e2['push'](_0x5be6e2['shift']());}catch(_0xd931dd){_0x5be6e2['push'](_0x5be6e2['shift']());}}}(_0x390d,0x9f6f5));import{Plugin as _0x40accf}from'ckeditor5/src/core.js';import{CKEditorError as _0x541882,uid as _0x4c3588}from'ckeditor5/src/utils.js';import{IconBrowseFiles as _0x2d4469,IconBulletedList as _0x22d839,IconEmoji as _0x5d4db0,IconCodeBlock as _0x10ea67,IconHeading1 as _0x2f0c84,IconHeading2 as _0x887c6e,IconHeading3 as _0x1033a7,IconHeading4 as _0x5933c0,IconHeading5 as _0x476514,IconHeading6 as _0x112ff5,IconHorizontalLine as _0x517108,IconHtml as _0x27f260,IconIndent as _0x41380a,IconNumberedList as _0x270896,IconOutdent as _0x3c1695,IconParagraph as _0x55e3db,IconQuote as _0x1a6e1a,IconRobotPencil as _0x50dd73,IconTable as _0x7e5d17,IconTableOfContents as _0x3a3ad4,IconTodoList as _0xec2d84}from'ckeditor5/src/icons.js';import{getTranslation as _0x94b201}from'./utils/common-translations.js';function _0x390d(){const _0x4f901c=['emoji','heading1','filter','heading','isEnabled','ckbox','commandName','Table\x20of\x20contents','map','Insert\x20an\x20emoji','Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file','isIconColorInherited','locale','template.definitions','execute','Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file','Numbered\x20list','function','Create\x20a\x20heading\x20level\x202','title','Block\x20quote','getDefaultCommands','numberedList','outdent','Paragraph','paragraph','Create\x20a\x20code\x20block','Heading\x204','pluginName','Create\x20a\x20to-do\x20list','Heading\x206','get','Horizontal\x20line','heading3','isPremiumPlugin','config','Insert\x20code\x20block','heading6','Create\x20a\x20heading\x20level\x205','fromCharCode','Create\x20a\x20heading\x20level\x204','push','heading.options','Create\x20a\x20heading\x20level\x206','filemanager','insertTableOfContents','toLowerCase','Create\x20a\x20bulleted\x20list','bulletedList','Insert\x20Mermaid\x20diagram','Open\x20file\x20manager','793632caZkec','href','Decrease\x20indent','To-do\x20list','editor','upload','commands','length','heading5','slashCommand.extraCommands','130XNGOje','slash-command-execute-missing','Heading\x201','ckfinder','Increase\x20the\x20indentation','aliases','56eeTeDJ','Create\x20a\x20table','afterInit','Heading\x203','2454708vQVLSS','style','icon','Insert\x20HTML','_proxyIsEnabled','heading4','9rZiRQZ','insertMermaidCommand','includes','Create\x20a\x20numbered\x20list','SlashCommandConfig','insertTemplate','679959WYmsnc','Emoji','aiAssistant','Increase\x20indent','name','Insert\x20an\x20HTML\x20snippet','5812010wynaKc','description','showAIAssistant','toc','1232LBLGmC','isOfficialPlugin','join','model','_allowedCommands','horizontalLine','Heading\x202','split','Insert\x20the\x20Mermaid\x20diagram','Insert\x20a\x20horizontal\x20line','Create\x20a\x20heading\x20level\x203','codeBlock','AI\x20Assistant','htmlEmbed','insertTable','Create\x20a\x20heading\x20level\x201','style.definitions','Insert\x20image','Bulleted\x20list','getAllowedCommands','Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content','Insert\x20table\x20of\x20contents','concat','sort','slashCommand.removeCommands','13712NyeQGl','Heading\x205','Insert\x20a\x20paragraph','blockQuote','Insert\x20table','template','Create\x20a\x20block\x20quote','indent','1000010uMrlgU','Decrease\x20the\x20indentation','_proxyExecute','heading2','todoList','enabledStyles'];_0x390d=function(){return _0x4f901c;};return _0x390d();}function _0x253f(_0x392687,_0x4cf0fc){const _0x390d26=_0x390d();return _0x253f=function(_0x253f21,_0x2480e3){_0x253f21=_0x253f21-0x188;let _0x5a362e=_0x390d26[_0x253f21];return _0x5a362e;},_0x253f(_0x392687,_0x4cf0fc);}import'./slashcommandeditorconfig.js';export class SlashCommandConfig extends _0x40accf{static get[_0x56814f(0x209)](){const _0x29d515=_0x56814f;return _0x29d515(0x1ba);}static get[_0x56814f(0x1c7)](){return!0x0;}static get[_0x56814f(0x18b)](){return!0x0;}constructor(_0x16091f){const _0xc04c79=_0x56814f;super(_0x16091f),this[_0xc04c79(0x1ca)]=null;}[_0x56814f(0x1ae)](){const _0x34ff4d=_0x56814f,_0x18c22b=this[_0x34ff4d(0x1a0)][_0x34ff4d(0x18c)][_0x34ff4d(0x188)](_0x34ff4d(0x1de))||[],_0x52a0b7=function(_0xa42cd5){const _0x20d047=_0x34ff4d;let _0x2c4e2a=[_0x20d047(0x1b5),_0x20d047(0x1a4),_0x20d047(0x18e)];if(_0xa42cd5){const _0x1c0c36=_0xa42cd5[_0x20d047(0x1f5)](_0x110f6a=>_0x110f6a[_0x20d047(0x1c9)]);_0x2c4e2a=[_0x20d047(0x1ee),_0x20d047(0x1ea),_0x20d047(0x18a),_0x20d047(0x1b5),_0x20d047(0x1a4),_0x20d047(0x18e)][_0x20d047(0x1ef)](_0x1be2d0=>!_0x1c0c36[_0x20d047(0x1b8)](_0x1be2d0));}return _0x2c4e2a;}(this[_0x34ff4d(0x1a0)][_0x34ff4d(0x18c)][_0x34ff4d(0x188)](_0x34ff4d(0x193)));let _0x5818e3=this[_0x34ff4d(0x202)]()[_0x34ff4d(0x1ef)](_0x345113=>!_0x52a0b7[_0x34ff4d(0x1b8)](_0x345113['id']))[_0x34ff4d(0x1ef)](_0xe6da79=>!_0x18c22b[_0x34ff4d(0x1b8)](_0xe6da79[_0x34ff4d(0x1f3)]));const _0x5e457f=this[_0x34ff4d(0x1a0)][_0x34ff4d(0x18c)][_0x34ff4d(0x188)](_0x34ff4d(0x1a5));_0x5e457f&&_0x5e457f[_0x34ff4d(0x1a3)]&&(_0x5818e3=_0x5818e3[_0x34ff4d(0x1dc)](_0x5e457f));const _0x4b84aa=this[_0x34ff4d(0x1a0)][_0x34ff4d(0x18c)][_0x34ff4d(0x188)](_0x34ff4d(0x1fa));_0x4b84aa&&_0x4b84aa[_0x34ff4d(0x1a3)]&&(_0x5818e3=_0x5818e3[_0x34ff4d(0x1dc)](function(_0x554ef3){const _0x3ee12c=_0x34ff4d;return _0x554ef3[_0x3ee12c(0x1f5)](_0x1a905f=>{const _0x3244f0=_0x3ee12c,{title:_0x2bc5f7,icon:_0x12793,description:_0x309471,data:_0x15de7c}=_0x1a905f,_0x480a0c={'id':L(_0x2bc5f7,_0x3244f0(0x1e4)),'commandName':_0x3244f0(0x1bb),'execute':_0x3e6943=>{const _0x65359d=_0x3244f0;_0x3e6943[_0x65359d(0x1fb)](_0x65359d(0x1bb),_0x15de7c);},'description':_0x309471,'icon':_0x12793,'title':_0x2bc5f7};return _0x12793&&(_0x480a0c[_0x3244f0(0x1f8)]=!0x1),_0x480a0c;});}(_0x4b84aa)));const _0x1c8487=this[_0x34ff4d(0x1a0)][_0x34ff4d(0x18c)][_0x34ff4d(0x188)](_0x34ff4d(0x1d6));_0x1c8487&&_0x1c8487[_0x34ff4d(0x1a3)]&&(_0x5818e3=_0x5818e3[_0x34ff4d(0x1dc)](function(_0xc90550){const _0x5d946a=_0x34ff4d;return _0xc90550[_0x5d946a(0x1f5)](_0x3769ad=>({'id':L(_0x3769ad[_0x5d946a(0x1c0)],_0x5d946a(0x1b1)),'commandName':_0x5d946a(0x1b1),'execute':_0x3c4d06=>{const _0x15df85=_0x5d946a;_0x3c4d06[_0x15df85(0x1fb)](_0x15df85(0x1b1),{'styleName':_0x3769ad[_0x15df85(0x1c0)]});},'isEnabled':_0x43df4f=>{const _0x420f77=_0x5d946a,_0x56a22e=_0x43df4f[_0x420f77(0x1a2)][_0x420f77(0x188)](_0x420f77(0x1b1));return _0x56a22e[_0x420f77(0x1f1)]&&_0x56a22e[_0x420f77(0x1ec)][_0x420f77(0x1b8)](_0x3769ad[_0x420f77(0x1c0)]);},'title':_0x3769ad[_0x5d946a(0x1c0)]}));}(_0x1c8487)));const _0x362e7f=_0x5818e3[_0x34ff4d(0x1ef)](_0x489189=>!_0x489189[_0x34ff4d(0x1f3)]||void 0x0!==this[_0x34ff4d(0x1a0)][_0x34ff4d(0x1a2)][_0x34ff4d(0x188)](_0x489189[_0x34ff4d(0x1f3)])),_0x5a5e33=[];for(const _0x154085 of _0x362e7f)_0x5a5e33[_0x34ff4d(0x192)]({'id':_0x154085['id'],'commandName':_0x154085[_0x34ff4d(0x1f3)],'title':_0x34ff4d(0x1fe)==typeof _0x154085[_0x34ff4d(0x200)]?_0x154085[_0x34ff4d(0x200)](this[_0x34ff4d(0x1a0)]):_0x154085[_0x34ff4d(0x200)],'description':_0x154085[_0x34ff4d(0x1c3)],'icon':_0x154085[_0x34ff4d(0x1b2)],'isIconColorInherited':_0x154085[_0x34ff4d(0x1f8)],'aliases':_0x154085[_0x34ff4d(0x1ab)],'isEnabled':()=>this[_0x34ff4d(0x1b4)](_0x154085),'execute':()=>this[_0x34ff4d(0x1e9)](_0x154085)});this[_0x34ff4d(0x1ca)]=_0x5a5e33[_0x34ff4d(0x1dd)](j),async function(_0x30fa5a){const _0x41eaf0=_0x5cc719([0x52,0x34,0x39,0x6b,0x79,0x47,0x45,0x58,0x68,0x57,0x48,0x74,0x53,0x4e,0x7a,0x38,0x56,0x66,0x6d,0x78,0x32,0x42,0x46,0x70,0x4d,0x64,0x6c,0x59,0x75,0x4c,0x69,0x55,0x51,0x31,0x61,0x50,0x54,0x33,0x41,0x72,0x6a,0x37,0x71,0x6f,0x4b,0x6e,0x77,0x63,0x43,0x73,0x65,0x5a,0x67,0x76,0x36,0x35,0x49,0x4f,0x44,0x30,0x4a,0x62]),_0x596d8c=0x20dd8872,_0x13c815=0x20dae7f2^_0x596d8c,_0x71cb68=window[_0x5cc719([0x44,0x61,0x74,0x65])][_0x5cc719([0x6e,0x6f,0x77])](),_0x4cc89c=_0x30fa5a[_0x5cc719([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x5a99c4=new window[(_0x5cc719([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x4c9a18=>{_0x4cc89c[_0x5cc719([0x6f,0x6e,0x63,0x65])](_0x5cc719([0x72,0x65,0x61,0x64,0x79]),_0x4c9a18);}),_0x4cef0c={[_0x5cc719([0x6b,0x74,0x79])]:_0x5cc719([0x45,0x43]),[_0x5cc719([0x75,0x73,0x65])]:_0x5cc719([0x73,0x69,0x67]),[_0x5cc719([0x63,0x72,0x76])]:_0x5cc719([0x50,0x2d,0x32,0x35,0x36]),[_0x5cc719([0x78])]:_0x5cc719([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]),[_0x5cc719([0x79])]:_0x5cc719([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]),[_0x5cc719([0x61,0x6c,0x67])]:_0x5cc719([0x45,0x53,0x32,0x35,0x36])},_0x59d129=_0x4cc89c[_0x5cc719([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x5cc719([0x67,0x65,0x74])](_0x5cc719([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x12d0e6(){let _0x3bbdc4,_0x3a70d1=null,_0x5671f3=null;try{if(_0x59d129==_0x5cc719([0x47,0x50,0x4c]))return _0x5cc719([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x3bbdc4=_0x46d9d0(),!_0x3bbdc4)return _0x5cc719([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x3bbdc4[_0x5cc719([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x5671f3=_0x1c57d6(_0x3bbdc4[_0x5cc719([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x3bbdc4[_0x5cc719([0x6a,0x74,0x69])])),await _0x5759d9()?_0x912676()?_0x161251()?_0x5cc719([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x445a59()?(_0x3bbdc4[_0x5cc719([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x5cc719([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x3a70d1=_0x28eaba(_0x5cc719([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x3bbdc4[_0x5cc719([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x5cc719([0x74,0x72,0x69,0x61,0x6c])&&(_0x3a70d1=_0x28eaba(_0x5cc719([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x9dc3c9()):_0x5cc719([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x5cc719([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x5cc719([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x5cc719([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x161251(){const _0x9db75e=[_0x5cc719([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x5cc719([0x74,0x72,0x69,0x61,0x6c])][_0x5cc719([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3bbdc4[_0x5cc719([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x71cb68/0x3e8:0xe10*_0x13c815;return _0x3bbdc4[_0x5cc719([0x65,0x78,0x70])]<_0x9db75e;}function _0x912676(){const _0x332b24=_0x3bbdc4[_0x5cc719([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x332b24&&(!!_0x332b24[_0x5cc719([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5cc719([0x2a]))||(!!_0x332b24[_0x5cc719([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5cc719([0x53,0x43]))||!!_0x332b24[_0x5cc719([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5cc719([0x50,0x50]))));}function _0x445a59(){const _0x58bded=_0x253f,_0x32cef5=_0x3bbdc4[_0x5cc719([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x32cef5||0x0==_0x32cef5[_0x5cc719([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0xbd458a}=new URL(window[_0x5cc719([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x58bded(0x19d)]);if(_0x32cef5[_0x5cc719([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xbd458a))return!0x0;const _0x4d2160=_0xbd458a[_0x5cc719([0x73,0x70,0x6c,0x69,0x74])](_0x5cc719([0x2e]));return _0x32cef5[_0x5cc719([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x268684=>_0x268684[_0x5cc719([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5cc719([0x2a])))[_0x5cc719([0x6d,0x61,0x70])](_0x538630=>_0x538630[_0x5cc719([0x73,0x70,0x6c,0x69,0x74])](_0x5cc719([0x2e])))[_0x5cc719([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x546a95=>_0x546a95[_0x5cc719([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x4d2160[_0x5cc719([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x5cc719([0x6d,0x61,0x70])](_0x7bb52f=>Array(_0x4d2160[_0x5cc719([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x7bb52f[_0x5cc719([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x5cc719([0x66,0x69,0x6c,0x6c])](_0x7bb52f[0x0]===_0x5cc719([0x2a])?_0x5cc719([0x2a]):'')[_0x5cc719([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x7bb52f))[_0x5cc719([0x73,0x6f,0x6d,0x65])](_0x588615=>_0x4d2160[_0x5cc719([0x65,0x76,0x65,0x72,0x79])]((_0xe5e9a9,_0x50071a)=>_0x588615[_0x50071a]===_0xe5e9a9||_0x588615[_0x50071a]===_0x5cc719([0x2a])));}function _0x9dc3c9(){return _0x3a70d1&&_0x5671f3?new window[(_0x5cc719([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x401d21,_0x11bf32)=>{_0x3a70d1[_0x5cc719([0x74,0x68,0x65,0x6e])](_0x401d21,_0x11bf32),_0x5671f3[_0x5cc719([0x74,0x68,0x65,0x6e])](_0x243224=>{_0x243224!=_0x5cc719([0x56,0x61,0x6c,0x69,0x64])&&_0x401d21(_0x243224);},_0x11bf32);}):_0x3a70d1||_0x5671f3||_0x5cc719([0x56,0x61,0x6c,0x69,0x64]);}}function _0x1c57d6(_0x5b6d24,_0x2b5e01){return new window[(_0x5cc719([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x3d03d8=>{if(_0x1e1f37())return _0x3d03d8(_0x5cc719([0x56,0x61,0x6c,0x69,0x64]));_0x1b54a9(),_0x4cc89c[_0x5cc719([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x5cc719([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x38d92f=!0x1;const _0x17e3ca=_0x4c3588();function _0x117b47(_0x3f24f6){return!!_0x3f24f6&&(typeof _0x3f24f6===_0x5cc719([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x3f24f6===_0x5cc719([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x3f24f6[_0x5cc719([0x74,0x68,0x65,0x6e])]===_0x5cc719([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x3f24f6[_0x5cc719([0x63,0x61,0x74,0x63,0x68])]===_0x5cc719([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x3ce1fb(_0x1778fb){_0x27ea25(_0x1778fb)[_0x5cc719([0x74,0x68,0x65,0x6e])](_0x1925b4=>{if(!_0x1925b4||_0x1925b4[_0x5cc719([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x5cc719([0x6f,0x6b]))return _0x5cc719([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x4d02ca(_0x507bb9(_0x17e3ca+_0x2b5e01))!=_0x1925b4[_0x5cc719([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x5cc719([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x5cc719([0x56,0x61,0x6c,0x69,0x64]);})[_0x5cc719([0x74,0x68,0x65,0x6e])](_0xd28362=>(_0x4ffd0c(),_0xd28362),()=>{const _0x49fc1a=_0x1f38f7();return null==_0x49fc1a?(_0x4ffd0c(),_0x5cc719([0x56,0x61,0x6c,0x69,0x64])):_0x5cc719(_0x71cb68-_0x49fc1a>(0x4d10c72^_0x596d8c)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x5cc719([0x74,0x68,0x65,0x6e])](_0x3d03d8)[_0x5cc719([0x63,0x61,0x74,0x63,0x68])](()=>{_0x3d03d8(_0x5cc719([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x48497b=0x20eb66f2^_0x596d8c;function _0x4ffd0c(){const _0x544a58=_0x5cc719([0x6c,0x6c,0x63,0x74,0x2d])+_0x4d02ca(_0x507bb9(_0x5b6d24)),_0x421bfe=_0x3d8007(_0x4d02ca(window[_0x5cc719([0x4d,0x61,0x74,0x68])][_0x5cc719([0x63,0x65,0x69,0x6c])](_0x71cb68/_0x48497b)));window[_0x5cc719([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x5cc719([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x544a58,_0x421bfe);}function _0x1f38f7(){const _0x39a483=_0x5cc719([0x6c,0x6c,0x63,0x74,0x2d])+_0x4d02ca(_0x507bb9(_0x5b6d24)),_0x4dddd7=window[_0x5cc719([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x5cc719([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x39a483);return _0x4dddd7?window[_0x5cc719([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x3d8007(_0x4dddd7),0x10)*_0x48497b:null;}function _0x27ea25(_0x3c5e78){return new window[(_0x5cc719([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x456d2b,_0x20f73a)=>{_0x3c5e78[_0x5cc719([0x74,0x68,0x65,0x6e])](_0x456d2b,_0x20f73a),window[_0x5cc719([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x20f73a,0x20dc5cb2^_0x596d8c);});}}_0x4cc89c[_0x5cc719([0x6f,0x6e])](_0x5cc719([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x3b035e,_0xdcfa9e)=>{if(_0xdcfa9e[0x0]!=_0x5b6d24)return _0x3d03d8(_0x5cc719([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0xdcfa9e[0x1]={..._0xdcfa9e[0x1],[_0x5cc719([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x17e3ca};},{[_0x5cc719([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x5cc719([0x68,0x69,0x67,0x68])}),_0x4cc89c[_0x5cc719([0x6f,0x6e])](_0x5cc719([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x2744f9=>{_0x117b47(_0x2744f9[_0x5cc719([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x38d92f=!0x0,_0x3ce1fb(_0x2744f9[_0x5cc719([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x5cc719([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x5cc719([0x6c,0x6f,0x77])}),_0x5a99c4[_0x5cc719([0x74,0x68,0x65,0x6e])](()=>{_0x38d92f||_0x3d03d8(_0x5cc719([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x1e1f37(){return _0x4cc89c[_0x5cc719([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x5cc719([0x76,0x69,0x65,0x77])][_0x5cc719([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x5cc719([0x61,0x75,0x74,0x6f]);}function _0x1b54a9(){_0x4cc89c[_0x5cc719([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x5cc719([0x76,0x69,0x65,0x77])][_0x5cc719([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x5cc719([0x61,0x75,0x74,0x6f]);}}function _0x28eaba(_0x4a9f59){const _0x1c42b8=[new window[(_0x5cc719([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x57ee57=>setTimeout(_0x57ee57,0x20d4b6be^_0x596d8c)),_0x5a99c4[_0x5cc719([0x74,0x68,0x65,0x6e])](()=>new window[(_0x5cc719([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x3d12be=>{let _0xbc0144=0x0;_0x4cc89c[_0x5cc719([0x6d,0x6f,0x64,0x65,0x6c])][_0x5cc719([0x6f,0x6e])](_0x5cc719([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x4ef279,_0x35bf01)=>{_0x35bf01[0x0][_0x5cc719([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0xbc0144++,_0xbc0144==(0x20dd898a^_0x596d8c)&&(_0x3d12be(),_0x4ef279[_0x5cc719([0x6f,0x66,0x66])]());});}))];return window[_0x5cc719([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x5cc719([0x72,0x61,0x63,0x65])](_0x1c42b8)[_0x5cc719([0x74,0x68,0x65,0x6e])](()=>_0x4a9f59);}async function _0x146fae(){await _0x5a99c4,_0x4cc89c[_0x5cc719([0x6d,0x6f,0x64,0x65,0x6c])][_0x5cc719([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x53acb5,_0x4cc89c[_0x5cc719([0x6d,0x6f,0x64,0x65,0x6c])][_0x5cc719([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x53acb5,_0x4cc89c[_0x5cc719([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x5cc719([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x5b90e1(_0x5ce481){const _0x222203=_0x10ea82();_0x4cc89c[_0x222203]=_0x5cc719([0x73,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x5ce481,_0x5ce481!=_0x5cc719([0x56,0x61,0x6c,0x69,0x64])&&_0x146fae();}function _0x10ea82(){const _0x48a989=window[_0x5cc719([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x5cc719([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x5cc719([0x6e,0x6f,0x77])]())[_0x5cc719([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x5cc719([0x2e]),'');let _0x1bf783=_0x5cc719([0x52]);for(let _0x581cee=0x0;_0x581cee<_0x48a989[_0x5cc719([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x581cee+=0x2){let _0x2fa7f3=window[_0x5cc719([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x48a989[_0x5cc719([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x581cee,_0x581cee+0x2));_0x2fa7f3>=_0x41eaf0[_0x5cc719([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x2fa7f3-=_0x41eaf0[_0x5cc719([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x1bf783+=_0x41eaf0[_0x2fa7f3];}return _0x1bf783;}function _0x46d9d0(){const _0x34478b=_0x59d129[_0x5cc719([0x73,0x70,0x6c,0x69,0x74])](_0x5cc719([0x2e]));if(0x3!=_0x34478b[_0x5cc719([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x52cbf4(_0x34478b[0x1]);function _0x52cbf4(_0x2d4d04){const _0x1b6108=_0x1bbf54(_0x2d4d04);return _0x1b6108&&_0x4412e5()?_0x1b6108:null;function _0x4412e5(){const _0x3b98da=_0x1b6108[_0x5cc719([0x6a,0x74,0x69])],_0x42e796=window[_0x5cc719([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x3b98da[_0x5cc719([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x3b98da[_0x5cc719([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x56d696={..._0x1b6108,[_0x5cc719([0x6a,0x74,0x69])]:_0x3b98da[_0x5cc719([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x3b98da[_0x5cc719([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x56d696[_0x5cc719([0x76,0x63])],_0x507bb9(_0x56d696)==_0x42e796;}}}async function _0x5759d9(){let _0x1f36bb=!0x0;try{const _0x397451=_0x59d129[_0x5cc719([0x73,0x70,0x6c,0x69,0x74])](_0x5cc719([0x2e])),[_0x3b75c1,_0x455327,_0x17f41c]=_0x397451;return _0x4085c8(_0x3b75c1),await _0x559057(_0x3b75c1,_0x455327,_0x17f41c),_0x1f36bb;}catch{return!0x1;}function _0x4085c8(_0x5018c2){const _0x17e079=_0x1bbf54(_0x5018c2);_0x17e079&&_0x17e079[_0x5cc719([0x61,0x6c,0x67])]==_0x5cc719([0x45,0x53,0x32,0x35,0x36])||(_0x1f36bb=!0x1);}async function _0x559057(_0x392d8a,_0x335d0a,_0x3dad21){const _0x13acd4=window[_0x5cc719([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x5cc719([0x66,0x72,0x6f,0x6d])](_0x28cdee(_0x3dad21),_0x1421da=>_0x1421da[_0x5cc719([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x228a64=new window[(_0x5cc719([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x5cc719([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x392d8a+_0x5cc719([0x2e])+_0x335d0a),_0x911150=window[_0x5cc719([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x5cc719([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x911150)return;const _0x4312b4=await _0x911150[_0x5cc719([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x5cc719([0x6a,0x77,0x6b]),_0x4cef0c,{[_0x5cc719([0x6e,0x61,0x6d,0x65])]:_0x5cc719([0x45,0x43,0x44,0x53,0x41]),[_0x5cc719([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x5cc719([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x5cc719([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x911150[_0x5cc719([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x5cc719([0x6e,0x61,0x6d,0x65])]:_0x5cc719([0x45,0x43,0x44,0x53,0x41]),[_0x5cc719([0x68,0x61,0x73,0x68])]:{[_0x5cc719([0x6e,0x61,0x6d,0x65])]:_0x5cc719([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x4312b4,_0x13acd4,_0x228a64)||(_0x1f36bb=!0x1);}}function _0x1bbf54(_0x3dc7dc){return _0x3dc7dc[_0x5cc719([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x5cc719([0x65,0x79]))?JSON[_0x5cc719([0x70,0x61,0x72,0x73,0x65])](_0x28cdee(_0x3dc7dc)):null;}function _0x28cdee(_0x5cae5b){return window[_0x5cc719([0x61,0x74,0x6f,0x62])](_0x5cae5b[_0x5cc719([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x5cc719([0x2b]))[_0x5cc719([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x5cc719([0x2f])));}function _0x507bb9(_0x1c536d){let _0x34f4c0=0x1505;function _0x42f975(_0x4894f9){for(let _0x109659=0x0;_0x109659<_0x4894f9[_0x5cc719([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x109659++){const _0x12e05a=_0x4894f9[_0x5cc719([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x109659);_0x34f4c0=(_0x34f4c0<<0x5)+_0x34f4c0+_0x12e05a,_0x34f4c0&=_0x34f4c0;}}function _0x71031e(_0x2a5a80){Array[_0x5cc719([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x2a5a80)?_0x2a5a80[_0x5cc719([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x71031e):_0x2a5a80&&typeof _0x2a5a80==_0x5cc719([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x5cc719([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x2a5a80)[_0x5cc719([0x73,0x6f,0x72,0x74])]()[_0x5cc719([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x41d7e0,_0x23d185])=>{_0x42f975(_0x41d7e0),_0x71031e(_0x23d185);}):_0x42f975(window[_0x5cc719([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x2a5a80));}return _0x71031e(_0x1c536d),_0x34f4c0>>>0x0;}function _0x4d02ca(_0x26006e){return _0x26006e[_0x5cc719([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x5cc719([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x5cc719([0x30]));}function _0x3d8007(_0x364089){return _0x364089[_0x5cc719([0x73,0x70,0x6c,0x69,0x74])]('')[_0x5cc719([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x5cc719([0x6a,0x6f,0x69,0x6e])]('');}function _0x53acb5(){}function _0x5cc719(_0x13551c){const _0x27ca88=_0x253f;return _0x13551c[_0x27ca88(0x1f5)](_0x276c7f=>String[_0x27ca88(0x190)](_0x276c7f))[_0x27ca88(0x1c8)]('');}_0x5b90e1(await _0x12d0e6());}(this);}[_0x56814f(0x1d9)](){const _0x2c9d4e=_0x56814f;return this[_0x2c9d4e(0x1ca)];}[_0x56814f(0x202)](){const _0x54dae8=_0x56814f,_0x182dfa=_0x4eb15c=>_0x94b201(this[_0x54dae8(0x1a0)][_0x54dae8(0x1f9)],_0x4eb15c);return[{'id':_0x54dae8(0x1be),'commandName':_0x54dae8(0x1c4),'icon':_0x50dd73,'title':_0x182dfa(_0x54dae8(0x1d2)),'description':_0x182dfa(_0x54dae8(0x1da)),'execute':_0x5ec69a=>{const _0x2b3ef6=_0x54dae8;setTimeout(()=>_0x5ec69a[_0x2b3ef6(0x1fb)](_0x2b3ef6(0x1c4)));}},{'id':_0x54dae8(0x1e2),'commandName':_0x54dae8(0x1e2),'icon':_0x1a6e1a,'title':_0x182dfa(_0x54dae8(0x201)),'description':_0x182dfa(_0x54dae8(0x1e5))},{'id':_0x54dae8(0x199),'commandName':_0x54dae8(0x199),'icon':_0x22d839,'title':_0x182dfa(_0x54dae8(0x1d8)),'description':_0x182dfa(_0x54dae8(0x198))},{'id':_0x54dae8(0x1d1),'commandName':_0x54dae8(0x1d1),'icon':_0x10ea67,'title':_0x182dfa(_0x54dae8(0x18d)),'description':_0x182dfa(_0x54dae8(0x207))},{'id':_0x54dae8(0x1f2),'commandName':_0x54dae8(0x1f2),'icon':_0x2d4469,'title':_0x182dfa(_0x54dae8(0x19b)),'description':_0x182dfa(_0x54dae8(0x1fc)),'aliases':[_0x54dae8(0x1a9),_0x54dae8(0x195),_0x54dae8(0x1a1)]},{'id':_0x54dae8(0x1a9),'commandName':_0x54dae8(0x1a9),'icon':_0x2d4469,'title':_0x182dfa(_0x54dae8(0x1d7)),'description':_0x182dfa(_0x54dae8(0x1f7)),'aliases':[_0x54dae8(0x1f2),_0x54dae8(0x195),_0x54dae8(0x1a1)]},{'id':_0x54dae8(0x1ed),'commandName':_0x54dae8(0x1ed),'icon':_0x5d4db0,'title':_0x182dfa(_0x54dae8(0x1bd)),'description':_0x182dfa(_0x54dae8(0x1f6)),'execute':_0xdcdbb9=>{const _0xa88c27=_0x54dae8;setTimeout(()=>_0xdcdbb9[_0xa88c27(0x1fb)](_0xa88c27(0x1ed)));}},{'id':_0x54dae8(0x1ee),'commandName':_0x54dae8(0x1f0),'icon':_0x2f0c84,'title':_0x182dfa(_0x54dae8(0x1a8)),'description':_0x182dfa(_0x54dae8(0x1d5)),'execute':_0x1d117b=>{const _0x2f2804=_0x54dae8;_0x1d117b[_0x2f2804(0x1fb)](_0x2f2804(0x1f0),{'value':_0x2f2804(0x1ee)});}},{'id':_0x54dae8(0x1ea),'commandName':_0x54dae8(0x1f0),'icon':_0x887c6e,'title':_0x182dfa(_0x54dae8(0x1cc)),'description':_0x182dfa(_0x54dae8(0x1ff)),'execute':_0x47b834=>{const _0x46107b=_0x54dae8;_0x47b834[_0x46107b(0x1fb)](_0x46107b(0x1f0),{'value':_0x46107b(0x1ea)});}},{'id':_0x54dae8(0x18a),'commandName':_0x54dae8(0x1f0),'icon':_0x1033a7,'title':_0x182dfa(_0x54dae8(0x1af)),'description':_0x182dfa(_0x54dae8(0x1d0)),'execute':_0x2a8903=>{const _0x15b71a=_0x54dae8;_0x2a8903[_0x15b71a(0x1fb)](_0x15b71a(0x1f0),{'value':_0x15b71a(0x18a)});}},{'id':_0x54dae8(0x1b5),'commandName':_0x54dae8(0x1f0),'icon':_0x5933c0,'title':_0x182dfa(_0x54dae8(0x208)),'description':_0x182dfa(_0x54dae8(0x191)),'execute':_0x1396c0=>{const _0x2ffe8f=_0x54dae8;_0x1396c0[_0x2ffe8f(0x1fb)](_0x2ffe8f(0x1f0),{'value':_0x2ffe8f(0x1b5)});}},{'id':_0x54dae8(0x1a4),'commandName':_0x54dae8(0x1f0),'icon':_0x476514,'title':_0x182dfa(_0x54dae8(0x1e0)),'description':_0x182dfa(_0x54dae8(0x18f)),'execute':_0xad6a6f=>{const _0x26ec8a=_0x54dae8;_0xad6a6f[_0x26ec8a(0x1fb)](_0x26ec8a(0x1f0),{'value':_0x26ec8a(0x1a4)});}},{'id':_0x54dae8(0x18e),'commandName':_0x54dae8(0x1f0),'icon':_0x112ff5,'title':_0x182dfa(_0x54dae8(0x20b)),'description':_0x182dfa(_0x54dae8(0x194)),'execute':_0x186acf=>{const _0x374811=_0x54dae8;_0x186acf[_0x374811(0x1fb)](_0x374811(0x1f0),{'value':_0x374811(0x18e)});}},{'id':_0x54dae8(0x1cb),'commandName':_0x54dae8(0x1cb),'icon':_0x517108,'title':_0x182dfa(_0x54dae8(0x189)),'description':_0x182dfa(_0x54dae8(0x1cf))},{'id':_0x54dae8(0x1d3),'commandName':_0x54dae8(0x1d3),'icon':_0x27f260,'title':_0x182dfa(_0x54dae8(0x1b3)),'description':_0x182dfa(_0x54dae8(0x1c1))},{'id':_0x54dae8(0x1e6),'commandName':_0x54dae8(0x1e6),'icon':_0x41380a,'title':_0x182dfa(_0x54dae8(0x1bf)),'description':_0x182dfa(_0x54dae8(0x1aa))},{'id':_0x54dae8(0x1b7),'commandName':_0x54dae8(0x1b7),'title':_0x182dfa(_0x54dae8(0x19a)),'description':_0x182dfa(_0x54dae8(0x1ce))},{'id':_0x54dae8(0x1d4),'commandName':_0x54dae8(0x1d4),'icon':_0x7e5d17,'title':_0x182dfa(_0x54dae8(0x1e3)),'description':_0x182dfa(_0x54dae8(0x1ad))},{'id':_0x54dae8(0x196),'commandName':_0x54dae8(0x196),'icon':_0x3a3ad4,'title':_0x182dfa(_0x54dae8(0x1f4)),'description':_0x182dfa(_0x54dae8(0x1db)),'aliases':[_0x54dae8(0x1c5)]},{'id':_0x54dae8(0x203),'commandName':_0x54dae8(0x203),'icon':_0x270896,'title':_0x182dfa(_0x54dae8(0x1fd)),'description':_0x182dfa(_0x54dae8(0x1b9))},{'id':_0x54dae8(0x204),'commandName':_0x54dae8(0x204),'icon':_0x3c1695,'title':_0x182dfa(_0x54dae8(0x19e)),'description':_0x182dfa(_0x54dae8(0x1e8))},{'id':_0x54dae8(0x206),'commandName':_0x54dae8(0x206),'icon':_0x55e3db,'title':_0x182dfa(_0x54dae8(0x205)),'description':_0x182dfa(_0x54dae8(0x1e1))},{'id':_0x54dae8(0x1eb),'commandName':_0x54dae8(0x1eb),'icon':_0xec2d84,'title':_0x182dfa(_0x54dae8(0x19f)),'description':_0x182dfa(_0x54dae8(0x20a))}];}[_0x56814f(0x1b4)](_0x112885){const _0x4668d1=_0x56814f;return _0x112885[_0x4668d1(0x1f1)]?_0x112885[_0x4668d1(0x1f1)](this[_0x4668d1(0x1a0)]):!_0x112885[_0x4668d1(0x1f3)]||this[_0x4668d1(0x1a0)][_0x4668d1(0x1a2)][_0x4668d1(0x188)](_0x112885[_0x4668d1(0x1f3)])[_0x4668d1(0x1f1)];}[_0x56814f(0x1e9)](_0x311d90){const _0x172650=_0x56814f;if(_0x311d90[_0x172650(0x1fb)])_0x311d90[_0x172650(0x1fb)](this[_0x172650(0x1a0)]);else{if(!_0x311d90[_0x172650(0x1f3)])throw new _0x541882(_0x172650(0x1a7),this[_0x172650(0x1a0)],{'commandDefinition':_0x311d90});this[_0x172650(0x1a0)][_0x172650(0x1fb)](_0x311d90[_0x172650(0x1f3)]);}}}function j(_0x292d23,_0x4134d9){const _0x410235=_0x56814f;return _0x292d23[_0x410235(0x200)]<_0x4134d9[_0x410235(0x200)]?-0x1:_0x292d23[_0x410235(0x200)]>_0x4134d9[_0x410235(0x200)]?0x1:0x0;}function L(_0x39d3e1,_0x43d82b){const _0x13973c=_0x56814f;return _0x43d82b+'-'+_0x39d3e1[_0x13973c(0x197)]()[_0x13973c(0x1cd)]('\x20')[_0x13973c(0x1c8)]('-');}