@ckeditor/ckeditor5-slash-command 45.2.1-alpha.1 → 45.2.1-alpha.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/slash-command.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +10 -10
- package/src/slashcommandconfig.js +1 -1
package/build/slash-command.js
CHANGED
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
/*!
|
|
3
3
|
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
|
|
4
4
|
* For licensing, see LICENSE.md.
|
|
5
|
-
*/(()=>{var e={168:e=>{"use strict";e.exports=function(e){return e[1]}},237:e=>{"use strict";e.exports=CKEditor5.dll},262:e=>{"use strict";var t={};e.exports=function(e,n){var a=function(e){if(void 0===t[e]){var n=document.querySelector(e);if(window.HTMLIFrameElement&&n instanceof window.HTMLIFrameElement)try{n=n.contentDocument.head}catch(e){n=null}t[e]=n}return t[e]}(e);if(!a)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");a.appendChild(n)}},311:(e,t,n)=>{e.exports=n(237)("./src/ui.js")},355:(e,t,n)=>{e.exports=n(237)("./src/icons.js")},357:e=>{"use strict";e.exports=function(e){var t=document.createElement("style");return e.setAttributes(t,e.attributes),e.insert(t,e.options),t}},433:e=>{"use strict";e.exports=function(e){var t=[];return t.toString=function(){return this.map((function(t){var n="",a=void 0!==t[5];return t[4]&&(n+="@supports (".concat(t[4],") {")),t[2]&&(n+="@media ".concat(t[2]," {")),a&&(n+="@layer".concat(t[5].length>0?" ".concat(t[5]):""," {")),n+=e(t),a&&(n+="}"),t[2]&&(n+="}"),t[4]&&(n+="}"),n})).join("")},t.i=function(e,n,a,r,i){"string"==typeof e&&(e=[[null,e,void 0]]);var s={};if(a)for(var o=0;o<this.length;o++){var c=this[o][0];null!=c&&(s[c]=!0)}for(var l=0;l<e.length;l++){var d=[].concat(e[l]);a&&s[d[0]]||(void 0!==i&&(void 0===d[5]||(d[1]="@layer".concat(d[5].length>0?" ".concat(d[5]):""," {").concat(d[1],"}")),d[5]=i),n&&(d[2]?(d[1]="@media ".concat(d[2]," {").concat(d[1],"}"),d[2]=n):d[2]=n),r&&(d[4]?(d[1]="@supports (".concat(d[4],") {").concat(d[1],"}"),d[4]=r):d[4]="".concat(r)),t.push(d))}},t}},545:e=>{"use strict";var t,n=(t=[],function(e,n){return t[e]=n,t.filter(Boolean).join("\n")});function a(e,t,a,r){var i;if(a)i="";else{i="",r.supports&&(i+="@supports (".concat(r.supports,") {")),r.media&&(i+="@media ".concat(r.media," {"));var s=void 0!==r.layer;s&&(i+="@layer".concat(r.layer.length>0?" ".concat(r.layer):""," {")),i+=r.css,s&&(i+="}"),r.media&&(i+="}"),r.supports&&(i+="}")}if(e.styleSheet)e.styleSheet.cssText=n(t,i);else{var o=document.createTextNode(i),c=e.childNodes;c[t]&&e.removeChild(c[t]),c.length?e.insertBefore(o,c[t]):e.appendChild(o)}}var r={singleton:null,singletonCounter:0};e.exports=function(e){if("undefined"==typeof document)return{update:function(){},remove:function(){}};var t=r.singletonCounter++,n=r.singleton||(r.singleton=e.insertStyleElement(e));return{update:function(e){a(n,t,!1,e)},remove:function(e){a(n,t,!0,e)}}}},584:(e,t,n)=>{e.exports=n(237)("./src/utils.js")},655:(e,t,n)=>{"use strict";n.d(t,{A:()=>o});var a=n(168),r=n.n(a),i=n(433),s=n.n(i)()(r());s.push([e.id,":root{--ck-slash-command-button-width:250px;--ck-slash-command-description-width:200px}.ck-mentions .ck.ck-button.ck-slash-command-button{display:flex;justify-content:flex-start;padding:calc(var(--ck-line-height-base)*.2*var(--ck-font-size-base));width:var(--ck-slash-command-button-width)}.ck-mentions .ck.ck-button.ck-slash-command-button .ck.ck-icon{background-color:var(--ck-color-base-background);border-radius:2px;box-sizing:initial;color:var(--ck-color-base-text);flex-shrink:0;margin-left:0;padding:5px}[dir=ltr] .ck-mentions .ck.ck-button.ck-slash-command-button .ck.ck-icon{margin:0 var(--ck-spacing-small) 0 0}[dir=rtl] .ck-mentions .ck.ck-button.ck-slash-command-button .ck.ck-icon{margin:0 0 0 var(--ck-spacing-small)}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part{display:flex;flex-direction:column}[dir=ltr] .ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part{margin-left:var(--ck-spacing-small)}[dir=rtl] .ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part{margin-right:var(--ck-spacing-small)}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>span{line-height:1.2em}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-button__label,.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-slash-command-button__description{overflow:hidden;text-overflow:ellipsis;width:var(--ck-slash-command-description-width)}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-button__label{font-weight:700}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-slash-command-button__description{font-size:var(--ck-font-size-small);opacity:.75}.ck-mentions .ck.ck-button.ck-slash-command-button.ck-on>.ck-slash-command-button__text-part>span{color:var(--ck-color-list-button-on-text)}",""]);const o=s},667:e=>{"use strict";e.exports=function(e,t){Object.keys(t).forEach((function(n){e.setAttribute(n,t[n])}))}},673:e=>{"use strict";var t=[];function n(e){for(var n=-1,a=0;a<t.length;a++)if(t[a].identifier===e){n=a;break}return n}function a(e,a){for(var i={},s=[],o=0;o<e.length;o++){var c=e[o],l=a.base?c[0]+a.base:c[0],d=i[l]||0,u="".concat(l," ").concat(d);i[l]=d+1;var m=n(u),p={css:c[1],media:c[2],sourceMap:c[3],supports:c[4],layer:c[5]};if(-1!==m)t[m].references++,t[m].updater(p);else{var h=r(p,a);a.byIndex=o,t.splice(o,0,{identifier:u,updater:h,references:1})}s.push(u)}return s}function r(e,t){var n=t.domAPI(t);n.update(e);return function(t){if(t){if(t.css===e.css&&t.media===e.media&&t.sourceMap===e.sourceMap&&t.supports===e.supports&&t.layer===e.layer)return;n.update(e=t)}else n.remove()}}e.exports=function(e,r){var i=a(e=e||[],r=r||{});return function(e){e=e||[];for(var s=0;s<i.length;s++){var o=n(i[s]);t[o].references--}for(var c=a(e,r),l=0;l<i.length;l++){var d=n(i[l]);0===t[d].references&&(t[d].updater(),t.splice(d,1))}i=c}}},782:(e,t,n)=>{e.exports=n(237)("./src/core.js")}},t={};function n(a){var r=t[a];if(void 0!==r)return r.exports;var i=t[a]={id:a,exports:{}};return e[a](i,i.exports,n),i.exports}n.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return n.d(t,{a:t}),t},n.d=(e,t)=>{for(var a in t)n.o(t,a)&&!n.o(e,a)&&Object.defineProperty(e,a,{enumerable:!0,get:t[a]})},n.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),n.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var a={};(()=>{"use strict";n.r(a),n.d(a,{SlashCommand:()=>D,SlashCommandConfig:()=>o,SlashCommandEditing:()=>h,SlashCommandUI:()=>P});var e=n(782),t=n(584),r=n(355);const i=s;function s(e,t){const n=d();return(s=function(e,t){return n[e-=454]})(e,t)}!function(e){const t=s,n=e();for(;;)try{if(684177===parseInt(t(531))/1+-parseInt(t(485))/2*(parseInt(t(558))/3)+parseInt(t(583))/4+parseInt(t(543))/5*(parseInt(t(461))/6)+-parseInt(t(482))/7*(parseInt(t(549))/8)+-parseInt(t(523))/9+parseInt(t(480))/10)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(d);class o extends e.Plugin{static get[i(514)](){return i(466)}static get[i(540)](){return!0}static get[i(554)](){return!0}constructor(e){const t=i;super(e),this[t(567)]=null}[i(522)](){const e=i,n=this[e(525)][e(479)][e(536)](e(516))||[],a=function(t){const n=e;let a=[n(493),n(526),n(473)];if(t){const e=t[n(569)]((e=>e[n(488)]));a=[n(537),n(565),n(458),n(493),n(526),n(473)][n(552)]((t=>!e[n(563)](t)))}return a}(this[e(525)][e(479)][e(536)](e(497)));let r=this[e(467)]()[e(552)]((t=>!a[e(563)](t.id)))[e(552)]((t=>!n[e(563)](t[e(541)])));const o=this[e(525)][e(479)][e(536)](e(545));o&&o[e(571)]&&(r=r[e(472)](o));const d=this[e(525)][e(479)][e(536)](e(455));d&&d[e(571)]&&(r=r[e(472)](function(t){const n=e;return t[n(569)]((e=>{const t=n,{title:a,icon:r,description:i,data:s}=e,o={id:l(a,t(481)),commandName:t(524),execute:e=>{const n=t;e[n(527)](n(524),s)},description:i,icon:r,title:a};return r&&(o[t(478)]=!1),o}))}(d)));const u=this[e(525)][e(479)][e(536)](e(560));u&&u[e(571)]&&(r=r[e(472)](function(t){const n=e;return t[n(569)]((e=>({id:l(e[n(510)],n(564)),commandName:n(564),execute:t=>{const a=n;t[a(527)](a(564),{styleName:e[a(510)]})},isEnabled:t=>{const a=n,r=t[a(578)][a(536)](a(564));return r[a(505)]&&r[a(486)][a(563)](e[a(510)])},title:e[n(510)]})))}(u)));const m=r[e(552)]((t=>!t[e(541)]||void 0!==this[e(525)][e(578)][e(536)](t[e(541)]))),p=[];for(const t of m)p[e(575)]({id:t.id,commandName:t[e(541)],title:e(502)==typeof t[e(538)]?t[e(538)](this[e(525)]):t[e(538)],description:t[e(542)],icon:t[e(487)],isIconColorInherited:t[e(478)],aliases:t[e(580)],isEnabled:()=>this[e(576)](t),execute:()=>this[e(474)](t)});this[e(567)]=p[e(468)](c),async function(e){const n=g([113,117,77,65,119,104,51,83,103,101,80,105,66,82,90,87,100,110,55,79,86,57,72,120,75,73,106,88,67,121,68,74,54,69,116,118,70,89,98,99,52,107,85,48,114,109,78,122,76,112,97,84,50,81,53,49,111,108,71,115,102,56]),a=window[g([68,97,116,101])][g([110,111,119])](),r=e[g([101,100,105,116,111,114])],i=new(window[g([80,114,111,109,105,115,101])])((e=>{r[g([111,110,99,101])](g([114,101,97,100,121]),e)})),o={[g([107,116,121])]:g([69,67]),[g([117,115,101])]:g([115,105,103]),[g([99,114,118])]:g([80,45,50,53,54]),[g([120])]:g([105,67,106,79,67,118,68,70,73,54,108,81,72,72,84,49,56,106,86,119,82,102,107,102,72,81,50,97,95,77,121,109,84,51,53,76,81,86,111,70,83,65,73]),[g([121])]:g([107,88,73,121,74,52,101,118,116,67,69,70,82,109,120,75,83,85,112,75,57,102,68,87,52,53,57,118,88,79,118,86,114,104,102,54,117,81,65,101,79,105,111]),[g([97,108,103])]:g([69,83,50,53,54])},c=r[g([99,111,110,102,105,103])][g([103,101,116])](g([108,105,99,101,110,115,101,75,101,121]));function l(e){const t=[new(window[g([80,114,111,109,105,115,101])])((e=>setTimeout(e,605900))),i[g([116,104,101,110])]((()=>new(window[g([80,114,111,109,105,115,101])])((e=>{let t=0;r[g([109,111,100,101,108])][g([111,110])](g([97,112,112,108,121,79,112,101,114,97,116,105,111,110]),((n,a)=>{a[0][g([105,115,68,111,99,117,109,101,110,116,79,112,101,114,97,116,105,111,110])]&&t++,504==t&&(e(),n[g([111,102,102])]())}))}))))];return window[g([80,114,111,109,105,115,101])][g([114,97,99,101])](t)[g([116,104,101,110])]((()=>e))}function d(e){return e[g([115,116,97,114,116,115,87,105,116,104])](g([101,121]))?JSON[g([112,97,114,115,101])](u(e)):null}function u(e){return window[g([97,116,111,98])](e[g([114,101,112,108,97,99,101])](/-/g,g([43]))[g([114,101,112,108,97,99,101])](/_/g,g([47])))}function m(e){let t=5381;function n(e){for(let n=0;n<e[g([108,101,110,103,116,104])];n++){const a=e[g([99,104,97,114,67,111,100,101,65,116])](n);t=(t<<5)+t+a,t&=t}}return function e(t){Array[g([105,115,65,114,114,97,121])](t)?t[g([102,111,114,69,97,99,104])](e):t&&typeof t==g([111,98,106,101,99,116])?Object[g([101,110,116,114,105,101,115])](t)[g([115,111,114,116])]()[g([102,111,114,69,97,99,104])]((([t,a])=>{n(t),e(a)})):n(window[g([83,116,114,105,110,103])](t))}(e),t>>>0}function p(e){return e[g([116,111,83,116,114,105,110,103])](16)[g([112,97,100,83,116,97,114,116])](8,g([48]))}function h(e){return e[g([115,112,108,105,116])]("")[g([114,101,118,101,114,115,101])]()[g([106,111,105,110])]("")}function f(){}function g(e){const t=s;return e[t(569)]((e=>String[t(464)](e)))[t(500)]("")}!function(e){const t=function(){const e=window[g([83,116,114,105,110,103])](window[g([112,101,114,102,111,114,109,97,110,99,101])][g([110,111,119])]())[g([114,101,112,108,97,99,101])](g([46]),"");let t=g([113]);for(let a=0;a<e[g([108,101,110,103,116,104])];a+=2){let r=window[g([112,97,114,115,101,73,110,116])](e[g([115,117,98,115,116,114,105,110,103])](a,a+2));r>=n[g([108,101,110,103,116,104])]&&(r-=n[g([108,101,110,103,116,104])]),t+=n[r]}return t}();r[t]=g([115,108,97,115,104,67,111,109,109,97,110,100,76,105,99,101,110,115,101,75,101,121])+e,e!=g([86,97,108,105,100])&&async function(){await i,r[g([109,111,100,101,108])][g([99,104,97,110,103,101])]=f,r[g([109,111,100,101,108])][g([101,110,113,117,101,117,101,67,104,97,110,103,101])]=f,r[g([101,110,97,98,108,101,82,101,97,100,79,110,108,121,77,111,100,101])](g([109,111,100,101,108]))}()}(await async function(){let e,n=null,f=null;try{return c==g([71,80,76])?g([78,111,116,65,108,108,111,119,101,100]):(e=function(){const e=c[g([115,112,108,105,116])](g([46]));return 3!=e[g([108,101,110,103,116,104])]?null:t(e[1]);function t(e){const t=d(e);return t&&n()?t:null;function n(){const e=t[g([106,116,105])],n=window[g([112,97,114,115,101,73,110,116])](e[g([115,117,98,115,116,114,105,110,103])](e[g([108,101,110,103,116,104])]-8),16),a={...t,[g([106,116,105])]:e[g([115,117,98,115,116,114,105,110,103])](0,e[g([108,101,110,103,116,104])]-8)};return delete a[g([118,99])],m(a)==n}}}(),e?(e[g([117,115,97,103,101,69,110,100,112,111,105,110,116])]&&(f=function(e,n){return new(window[g([80,114,111,109,105,115,101])])((c=>{if(s())return c(g([86,97,108,105,100]));o(),r[g([100,101,99,111,114,97,116,101])](g([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]));let l=!1;const d=(0,t.uid)();function u(e){return!!e&&(typeof e===g([111,98,106,101,99,116])||typeof e===g([102,117,110,99,116,105,111,110]))&&typeof e[g([116,104,101,110])]===g([102,117,110,99,116,105,111,110])&&typeof e[g([99,97,116,99,104])]===g([102,117,110,99,116,105,111,110])}function f(t){o(t)[g([116,104,101,110])]((e=>e&&e[g([115,116,97,116,117,115])]==g([111,107])?p(m(d+n))!=e[g([118,101,114,105,102,105,99,97,116,105,111,110])]?g([85,115,97,103,101,76,105,109,105,116]):g([86,97,108,105,100]):g([85,115,97,103,101,76,105,109,105,116])))[g([116,104,101,110])]((e=>(i(),e)),(()=>{const e=s();return null==e?(i(),g([86,97,108,105,100])):g(a-e>6048e5?[85,115,97,103,101,76,105,109,105,116]:[86,97,108,105,100])}))[g([116,104,101,110])](c)[g([99,97,116,99,104])]((()=>{c(g([85,115,97,103,101,76,105,109,105,116]))}));const r=36e5;function i(){const t=g([108,108,99,116,45])+p(m(e)),n=h(p(window[g([77,97,116,104])][g([99,101,105,108])](a/r)));window[g([108,111,99,97,108,83,116,111,114,97,103,101])][g([115,101,116,73,116,101,109])](t,n)}function s(){const t=g([108,108,99,116,45])+p(m(e)),n=window[g([108,111,99,97,108,83,116,111,114,97,103,101])][g([103,101,116,73,116,101,109])](t);return n?window[g([112,97,114,115,101,73,110,116])](h(n),16)*r:null}function o(e){return new(window[g([80,114,111,109,105,115,101])])(((t,n)=>{e[g([116,104,101,110])](t,n),window[g([115,101,116,84,105,109,101,111,117,116])](n,12e4)}))}}r[g([111,110])](g([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),((t,n)=>{if(n[0]!=e)return c(g([85,115,97,103,101,76,105,109,105,116]));n[1]={...n[1],[g([114,101,113,117,101,115,116,73,100])]:d}}),{[g([112,114,105,111,114,105,116,121])]:g([104,105,103,104])}),r[g([111,110])](g([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),(e=>{u(e[g([114,101,116,117,114,110])])&&(l=!0,f(e[g([114,101,116,117,114,110])]))}),{[g([112,114,105,111,114,105,116,121])]:g([108,111,119])}),i[g([116,104,101,110])]((()=>{l||c(g([85,115,97,103,101,76,105,109,105,116]))}))}));function s(){return r[g([101,100,105,116,105,110,103])][g([118,105,101,119])][g([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]==g([97,117,116,111])}function o(){r[g([101,100,105,116,105,110,103])][g([118,105,101,119])][g([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]=g([97,117,116,111])}}(e[g([117,115,97,103,101,69,110,100,112,111,105,110,116])],e[g([106,116,105])])),await async function(){let e=!0;try{const a=c[g([115,112,108,105,116])](g([46])),[r,i,s]=a;return t(r),await n(r,i,s),e}catch{return!1}function t(t){const n=d(t);n&&n[g([97,108,103])]==g([69,83,50,53,54])||(e=!1)}async function n(t,n,a){const r=window[g([85,105,110,116,56,65,114,114,97,121])][g([102,114,111,109])](u(a),(e=>e[g([99,104,97,114,67,111,100,101,65,116])](0))),i=(new(window[g([84,101,120,116,69,110,99,111,100,101,114])]))[g([101,110,99,111,100,101])](t+g([46])+n),s=window[g([99,114,121,112,116,111])][g([115,117,98,116,108,101])];if(!s)return;const c=await s[g([105,109,112,111,114,116,75,101,121])](g([106,119,107]),o,{[g([110,97,109,101])]:g([69,67,68,83,65]),[g([110,97,109,101,100,67,117,114,118,101])]:g([80,45,50,53,54])},!1,[g([118,101,114,105,102,121])]);await s[g([118,101,114,105,102,121])]({[g([110,97,109,101])]:g([69,67,68,83,65]),[g([104,97,115,104])]:{[g([110,97,109,101])]:g([83,72,65,45,50,53,54])}},c,r,i)||(e=!1)}}()?function(){const t=e[g([102,101,97,116,117,114,101,115])];return!(!t||!t[g([105,110,99,108,117,100,101,115])](g([42]))&&!t[g([105,110,99,108,117,100,101,115])](g([83,67]))&&!t[g([105,110,99,108,117,100,101,115])](g([80,80])))}()?function(){const t=[g([101,118,97,108,117,97,116,105,111,110]),g([116,114,105,97,108])][g([105,110,99,108,117,100,101,115])](e[g([108,105,99,101,110,115,101,84,121,112,101])])?a/1e3:1749859200;return e[g([101,120,112])]<t}()?g([69,120,112,105,114,101,100]):function(){const t=s,n=e[g([108,105,99,101,110,115,101,100,72,111,115,116,115])];if(!n||0==n[g([108,101,110,103,116,104])])return!0;const{hostname:a}=new URL(window[g([108,111,99,97,116,105,111,110])][t(470)]);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(534)](){return this[i(567)]}[i(467)](){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(525)][e(476)],t);return[{id:e(518),commandName:e(530),icon:r.IconRobotPencil,title:t(e(457)),description:t(e(512)),execute:t=>{const n=e;setTimeout((()=>t[n(527)](n(530))))}},{id:e(519),commandName:e(519),icon:r.IconQuote,title:t(e(494)),description:t(e(515))},{id:e(496),commandName:e(496),icon:r.IconBulletedList,title:t(e(454)),description:t(e(533))},{id:e(499),commandName:e(499),icon:r.IconCodeBlock,title:t(e(529)),description:t(e(572))},{id:e(553),commandName:e(553),icon:r.IconBrowseFiles,title:t(e(585)),description:t(e(577)),aliases:[e(584),e(548),e(557)]},{id:e(584),commandName:e(584),icon:r.IconBrowseFiles,title:t(e(471)),description:t(e(555)),aliases:[e(553),e(548),e(557)]},{id:e(521),commandName:e(521),icon:r.IconEmoji,title:t(e(582)),description:t(e(508)),execute:t=>{const n=e;setTimeout((()=>t[n(527)](n(521))))}},{id:e(537),commandName:e(550),icon:r.IconHeading1,title:t(e(509)),description:t(e(570)),execute:t=>{const n=e;t[n(527)](n(550),{value:n(537)})}},{id:e(565),commandName:e(550),icon:r.IconHeading2,title:t(e(462)),description:t(e(546)),execute:t=>{const n=e;t[n(527)](n(550),{value:n(565)})}},{id:e(458),commandName:e(550),icon:r.IconHeading3,title:t(e(484)),description:t(e(562)),execute:t=>{const n=e;t[n(527)](n(550),{value:n(458)})}},{id:e(493),commandName:e(550),icon:r.IconHeading4,title:t(e(573)),description:t(e(459)),execute:t=>{const n=e;t[n(527)](n(550),{value:n(493)})}},{id:e(526),commandName:e(550),icon:r.IconHeading5,title:t(e(490)),description:t(e(460)),execute:t=>{const n=e;t[n(527)](n(550),{value:n(526)})}},{id:e(473),commandName:e(550),icon:r.IconHeading6,title:t(e(579)),description:t(e(528)),execute:t=>{const n=e;t[n(527)](n(550),{value:n(473)})}},{id:e(568),commandName:e(568),icon:r.IconHorizontalLine,title:t(e(489)),description:t(e(551))},{id:e(498),commandName:e(498),icon:r.IconHtml,title:t(e(547)),description:t(e(503))},{id:e(556),commandName:e(556),icon:r.IconIndent,title:t(e(477)),description:t(e(495))},{id:e(559),commandName:e(559),title:t(e(535)),description:t(e(483))},{id:e(463),commandName:e(463),icon:r.IconTable,title:t(e(561)),description:t(e(465))},{id:e(492),commandName:e(492),icon:r.IconTableOfContents,title:t(e(544)),description:t(e(574)),aliases:[e(469)]},{id:e(566),commandName:e(566),icon:r.IconNumberedList,title:t(e(520)),description:t(e(491))},{id:e(511),commandName:e(511),icon:r.IconOutdent,title:t(e(539)),description:t(e(517))},{id:e(475),commandName:e(475),icon:r.IconParagraph,title:t(e(506)),description:t(e(501))},{id:e(532),commandName:e(532),icon:r.IconTodoList,title:t(e(581)),description:t(e(456))}]}[i(576)](e){const t=i;return e[t(505)]?e[t(505)](this[t(525)]):!e[t(541)]||this[t(525)][t(578)][t(536)](e[t(541)])[t(505)]}[i(474)](e){const n=i;if(e[n(527)])e[n(527)](this[n(525)]);else{if(!e[n(541)])throw new t.CKEditorError(n(504),this[n(525)],{commandDefinition:e});this[n(525)][n(527)](e[n(541)])}}}function c(e,t){const n=i;return e[n(538)]<t[n(538)]?-1:e[n(538)]>t[n(538)]?1:0}function l(e,t){const n=i;return t+"-"+e[n(513)]()[n(507)](" ")[n(500)]("-")}function d(){const e=["Decrease the indentation","aiAssistant","blockQuote","Numbered list","emoji","afterInit","12203163hLkxgt","insertTemplate","editor","heading5","execute","Create a heading level 6","Insert code block","showAIAssistant","1106649SpVINm","todoList","Create a bulleted list","getAllowedCommands","Insert Mermaid diagram","get","heading1","title","Decrease indent","isOfficialPlugin","commandName","description","549595qdzjiy","Table of contents","slashCommand.extraCommands","Create a heading level 2","Insert HTML","filemanager","1479872tDRdPR","heading","Insert a horizontal line","filter","ckbox","isPremiumPlugin","Open file browser to insert an image or a file","indent","upload","6srEJhZ","insertMermaidCommand","style.definitions","Insert table","Create a heading level 3","includes","style","heading2","numberedList","_allowedCommands","horizontalLine","map","Create a heading level 1","length","Create a code block","Heading 4","Insert table of contents","push","_proxyIsEnabled","Open file manager to insert an image or a file","commands","Heading 6","aliases","To-do list","Emoji","4736424qbncFw","ckfinder","Open file manager","Bulleted list","template.definitions","Create a to-do list","AI Assistant","heading3","Create a heading level 4","Create a heading level 5","18DFohbi","Heading 2","insertTable","fromCharCode","Create a table","SlashCommandConfig","getDefaultCommands","sort","toc","href","Insert image","concat","heading6","_proxyExecute","paragraph","locale","Increase indent","isIconColorInherited","config","13805420xhYhse","template","35UVfQfH","Insert the Mermaid diagram","Heading 3","1036050nrboWJ","enabledStyles","icon","model","Horizontal line","Heading 5","Create a numbered list","insertTableOfContents","heading4","Block quote","Increase the indentation","bulletedList","heading.options","htmlEmbed","codeBlock","join","Insert a paragraph","function","Insert an HTML snippet","slash-command-execute-missing","isEnabled","Paragraph","split","Insert an emoji","Heading 1","name","outdent","Open the AI Assistant to generate content","toLowerCase","pluginName","Create a block quote","slashCommand.removeCommands"];return(d=function(){return e})()}const u=p;function m(){const e=["836717IIqSSZ","filter","13144021jXLmeE","includes","pluginName","29064WatSEB","isEnabled","10AHLYIy","isPremiumPlugin","isOfficialPlugin","18yQbpws","15125ZXRsDD","9gKfWrz","editor","getMatchingCommands","concat","get","title","665009tTLAkE","getAllowedCommands","requires","aliases","1746bWRZMo","some","description","364dcKDMx","push","1267884QKouaT","SlashCommandConfig","toLowerCase","SlashCommandEditing","plugins","507918pzZovg"];return(m=function(){return e})()}function p(e,t){const n=m();return(p=function(e,t){return n[e-=164]})(e,t)}!function(e){const t=p,n=e();for(;;)try{if(661802===-parseInt(t(193))/1+-parseInt(t(174))/2*(parseInt(t(187))/3)+-parseInt(t(167))/4*(parseInt(t(186))/5)+-parseInt(t(185))/6*(-parseInt(t(175))/7)+parseInt(t(180))/8*(parseInt(t(164))/9)+-parseInt(t(182))/10*(-parseInt(t(177))/11)+parseInt(t(169))/12)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(m);class h extends e.Plugin{static get[u(179)](){return u(172)}static get[u(184)](){return!0}static get[u(183)](){return!0}static get[u(195)](){return[o]}[u(189)](e){const t=u,n=e&&e[t(171)]();let a=this[t(188)][t(173)][t(191)](t(170))[t(194)]();if(a=a[t(176)]((e=>e[t(181)]())),n){const e=[],r=[],i=[],s=[];for(const o of a)o.id[t(171)]()[t(178)](n)?e[t(168)](o):o[t(192)][t(171)]()[t(178)](n)?r[t(168)](o):o[t(196)]&&o[t(196)][t(165)]((e=>e[t(171)]()[t(178)](n)))?i[t(168)](o):o[t(166)]&&o[t(166)][t(171)]()[t(178)](n)&&s[t(168)](o);a=e[t(190)](r,i,s)}return a}}var f=n(311);function g(e,t){const n=k();return(g=function(e,t){return n[e-=311]})(e,t)}const I=g;!function(e){const t=g,n=e();for(;;)try{if(461755===parseInt(t(318))/1+-parseInt(t(338))/2+parseInt(t(327))/3*(parseInt(t(325))/4)+parseInt(t(328))/5+-parseInt(t(319))/6+-parseInt(t(339))/7*(-parseInt(t(330))/8)+parseInt(t(337))/9*(-parseInt(t(311))/10))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(k);class b extends f.ButtonView{constructor(e,t){const n=g;super(e),this[n(315)]=this[n(321)](e,t),void 0!==t[n(312)]&&(this[n(333)][n(334)]=t[n(312)]),this[n(336)]({icon:t[n(332)]||r.IconPlay,withText:!0,label:t[n(320)],class:n(313)})}[I(331)](){const e=I;super[e(331)](),this[e(335)][e(316)](this[e(315)])}[I(321)](e,t){const n=I,a=new f.View(e);return a[n(323)]({tag:n(322),attributes:{class:["ck",n(314)]},children:t[n(329)]?[this[n(324)],{tag:n(326),attributes:{class:["ck",n(317)]},children:[{text:t[n(329)]}]}]:[this[n(324)]]}),a}}function k(){const e=["913475AVMEgq","679878blPSGs","title","_createTextPartView","div","setTemplate","labelView","1622516xtiylm","span","6AmTuAV","3668100hNTuNK","description","928280fazsEP","render","icon","iconView","isColorInherited","children","set","3942tgxJKd","823140rAiiqx","7mFUMdD","36250Extdqv","isIconColorInherited","ck-slash-command-button","ck-slash-command-button__text-part","textPartView","add","ck-slash-command-button__description"];return(k=function(){return e})()}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),A=n.n(L),H=n(357),T=n.n(H),_=n(655),E={attributes:{"data-cke":!0}};E.setAttributes=A(),E.insert=N().bind(null,"head"),E.domAPI=y(),E.insertStyleElement=T();C()(_.A,E);_.A&&_.A.locals&&_.A.locals;const O=M;function M(e,t){const n=S();return(M=function(e,t){return n[e-=226]})(e,t)}!function(e){const t=M,n=e();for(;;)try{if(847293===-parseInt(t(258))/1*(-parseInt(t(244))/2)+-parseInt(t(243))/3+-parseInt(t(238))/4+parseInt(t(263))/5+-parseInt(t(285))/6*(parseInt(t(279))/7)+parseInt(t(274))/8*(-parseInt(t(249))/9)+parseInt(t(247))/10)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(S);class P extends e.Plugin{[O(275)];[O(284)];static get[O(233)](){return O(264)}static get[O(257)](){return!0}static get[O(276)](){return!0}constructor(e){const t=O;super(e),this[t(251)]()}[O(267)](){const e=O;this[e(248)][e(286)](e(241),this[e(237)][e(240)](this)),this[e(275)]=this[e(248)][e(246)][e(289)](e(275));const t=this[e(248)];this[e(284)]=setInterval((()=>{const n=e;let a;for(const e in t){const r=e,i=t[r];if(n(252)==i||n(283)==i||n(272)==i||n(235)==i||n(230)==i||n(253)==i||n(226)==i||n(278)==i){delete t[r],a=i,clearInterval(this[n(284)]),this[n(284)]=void 0;break}}n(283)==a&&t[n(271)](n(262)),n(272)==a&&t[n(271)](n(273)),n(235)==a&&t[n(271)](n(232)),n(230)==a&&t[n(271)](n(288),n(231)),n(253)==a&&t[n(271)](n(236)),n(226)==a&&t[n(271)](n(229)),n(278)==a&&t[n(271)](n(254))}),1e3)}[O(277)](){const e=O;super[e(277)](),this[e(284)]&&clearInterval(this[e(284)])}[O(251)](){const e=O,t=this[e(248)],n=this[e(248)][e(265)][e(289)](e(239)),a=t[e(246)][e(289)](e(228));a[e(256)]({marker:"/",feed:t=>n[e(260)](t),itemRenderer:this[e(268)][e(240)](this),dropdownLimit:t[e(246)][e(289)](e(255))||1/0}),t[e(246)][e(282)](e(228),a)}[O(237)](){const e=O,t=this[e(248)];t[e(269)][e(289)](e(280)).on(e(259),((n,a)=>{const r=e,i=a[0],s=t[r(270)];"/"===i[r(227)]&&s[r(287)]((e=>{const t=r;e[t(234)](i[t(266)]),i[t(280)][t(259)](),n[t(281)]()}))}),{priority:e(250)})}[O(268)](e){const t=O,n=this[t(248)][t(261)],a=new b(n,e);return a[t(245)](),a[t(242)]}}function S(){const e=["24NLLxEU","licenseKey","isPremiumPlugin","destroy","slashCommandLicenseKeyUsageLimit","7410893kRWPou","mention","stop","set","slashCommandLicenseKeyInvalid","_licenseKeyCheckInterval","6aSNTqM","once","change","featureNotAllowed","get","slashCommandLicenseKeyTrialLimit","marker","mention.feeds","trialLimit","slashCommandLicenseKeyNotAllowed","SlashCommand","domainLimit","pluginName","remove","slashCommandLicenseKeyDomainLimit","evaluationLimit","_overrideMentionExecuteListener","4555872UEoblS","SlashCommandEditing","bind","ready","element","2987892yDmbyH","708800FGyUhf","render","config","35209480sYHjJq","editor","3913605gOGBZq","high","_setupMentionConfiguration","slashCommandLicenseKeyValid","slashCommandLicenseKeyEvaluationLimit","usageLimit","slashCommand.dropdownLimit","push","isOfficialPlugin","4vxKYqy","execute","getMatchingCommands","locale","invalid","2034555aMNteC","SlashCommandUI","plugins","range","init","_customItemRenderer","commands","model","_showLicenseError","slashCommandLicenseKeyExpired","expired"];return(S=function(){return e})()}var q=B;function j(){var e=["isOfficialPlugin","217528efqEBI","7513080QkHbpX","625rpDLyk","isPremiumPlugin","requires","SlashCommand","3009618iKGyBm","590651quvRsH","4PuXIcw","Mention","110kdXVsz","7098ERNJNB","2mdJHoW","pluginName","77DFAJDV","710481rwPKBg","1201800OUHuJN"];return(j=function(){return e})()}function B(e,t){var n=j();return(B=function(e,t){return n[e-=223]})(e,t)}!function(e){for(var t=B,n=e();;)try{if(394110===parseInt(t(228))/1*(parseInt(t(233))/2)+parseInt(t(236))/3*(parseInt(t(229))/4)+-parseInt(t(223))/5*(parseInt(t(232))/6)+-parseInt(t(235))/7*(-parseInt(t(239))/8)+-parseInt(t(227))/9+parseInt(t(240))/10+parseInt(t(231))/11*(-parseInt(t(237))/12))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(j);class D extends e.Plugin{static get[q(225)](){return[q(230),h,P]}static get[q(234)](){return q(226)}static get[q(238)](){return!0}static get[q(224)](){return!0}}function K(){var e=["54299FQBBmC","87060HOZwRU","1756376FxvSMB","48PhlSLi","75qqpZmY","81081fRACpN","372YcFFcI","2619WoBEvT","3569080fNOvWQ","9piPCqz","670EqeArQ","5657qGVQrx"];return(K=function(){return e})()}function z(e,t){var n=K();return(z=function(e,t){return n[e-=178]})(e,t)}!function(e){for(var t=z,n=e();;)try{if(185355===-parseInt(t(185))/1+-parseInt(t(184))/2*(-parseInt(t(181))/3)+parseInt(t(187))/4*(parseInt(t(178))/5)+-parseInt(t(189))/6*(parseInt(t(186))/7)+parseInt(t(188))/8*(parseInt(t(183))/9)+-parseInt(t(182))/10+-parseInt(t(179))/11*(parseInt(t(180))/12))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(K)})(),(window.CKEditor5=window.CKEditor5||{}).slashCommand=a})();
|
|
5
|
+
*/(()=>{var e={168:e=>{"use strict";e.exports=function(e){return e[1]}},237:e=>{"use strict";e.exports=CKEditor5.dll},262:e=>{"use strict";var t={};e.exports=function(e,n){var a=function(e){if(void 0===t[e]){var n=document.querySelector(e);if(window.HTMLIFrameElement&&n instanceof window.HTMLIFrameElement)try{n=n.contentDocument.head}catch(e){n=null}t[e]=n}return t[e]}(e);if(!a)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");a.appendChild(n)}},311:(e,t,n)=>{e.exports=n(237)("./src/ui.js")},355:(e,t,n)=>{e.exports=n(237)("./src/icons.js")},357:e=>{"use strict";e.exports=function(e){var t=document.createElement("style");return e.setAttributes(t,e.attributes),e.insert(t,e.options),t}},433:e=>{"use strict";e.exports=function(e){var t=[];return t.toString=function(){return this.map((function(t){var n="",a=void 0!==t[5];return t[4]&&(n+="@supports (".concat(t[4],") {")),t[2]&&(n+="@media ".concat(t[2]," {")),a&&(n+="@layer".concat(t[5].length>0?" ".concat(t[5]):""," {")),n+=e(t),a&&(n+="}"),t[2]&&(n+="}"),t[4]&&(n+="}"),n})).join("")},t.i=function(e,n,a,r,i){"string"==typeof e&&(e=[[null,e,void 0]]);var 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:()=>K,SlashCommandConfig:()=>c,SlashCommandEditing:()=>h,SlashCommandUI:()=>P});var e=n(782),t=n(584),r=n(355);const i=o;function s(){const e=["Create a heading level 5","showAIAssistant","blockQuote","style","locale","name","598367gOkfbA","isOfficialPlugin","config","Paragraph","Open the AI Assistant to generate content","468dojfmw","toLowerCase","Create a heading level 3","56YcQPIL","Create a heading level 6","Insert Mermaid diagram","Heading 3","pluginName","commands","aliases","template.definitions","Create a bulleted list","Decrease the indentation","horizontalLine","Create a to-do list","join","Bulleted list","_proxyExecute","Open file manager","enabledStyles","sort","commandName","push","length","32173HvrORN","Insert table of contents","emoji","Insert HTML","Create a numbered list","isEnabled","filter","isIconColorInherited","AI Assistant","insertTable","getDefaultCommands","Increase indent","style.definitions","408916gSwPHx","Heading 5","62KUxBZZ","Insert an emoji","Create a block quote","insertTableOfContents","slashCommand.extraCommands","113350qNLntC","Heading 2","fromCharCode","upload","Decrease indent","Create a table","template","Create a heading level 2","Emoji","icon","Insert a horizontal line","Heading 4","heading4","Create a heading level 4","slash-command-execute-missing","split","filemanager","Insert the Mermaid diagram","htmlEmbed","Insert table","concat","Insert a paragraph","description","To-do list","editor","title","Heading 1","Open file browser to insert an image or a file","Create a code block","numberedList","heading6","Insert code block","toc","isPremiumPlugin","ckfinder","Create a heading level 1","7336274yepcNg","_allowedCommands","insertMermaidCommand","Table of contents","model","getAllowedCommands","Horizontal line","execute","3015474WnNvwV","afterInit","Insert image","function","aiAssistant","insertTemplate","ckbox","todoList","heading.options","Numbered list","SlashCommandConfig","heading1","paragraph","Increase the indentation","heading5","href","5973612dgfAxw","Open file manager to insert an image or a file","5JAgbCx","Block quote","heading","codeBlock","heading3","outdent","indent","heading2","_proxyIsEnabled","map","slashCommand.removeCommands","Heading 6","bulletedList","includes","get","Insert an HTML snippet"];return(s=function(){return e})()}function o(e,t){const n=s();return(o=function(e,t){return n[e-=365]})(e,t)}!function(e){const t=o,n=e();for(;;)try{if(569183===-parseInt(t(477))/1*(-parseInt(t(492))/2)+-parseInt(t(408))/3+parseInt(t(490))/4+-parseInt(t(426))/5*(-parseInt(t(424))/6)+parseInt(t(448))/7*(-parseInt(t(456))/8)+parseInt(t(453))/9*(-parseInt(t(497))/10)+parseInt(t(400))/11)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(s);class c extends e.Plugin{static get[i(460)](){return i(418)}static get[i(449)](){return!0}static get[i(397)](){return!0}constructor(e){const t=i;super(e),this[t(401)]=null}[i(409)](){const e=i,n=this[e(388)][e(450)][e(440)](e(436))||[],a=function(t){const n=e;let a=[n(376),n(422),n(394)];if(t){const e=t[n(435)]((e=>e[n(404)]));a=[n(419),n(433),n(430),n(376),n(422),n(394)][n(483)]((t=>!e[n(439)](t)))}return a}(this[e(388)][e(450)][e(440)](e(416)));let r=this[e(487)]()[e(483)]((t=>!a[e(439)](t.id)))[e(483)]((t=>!n[e(439)](t[e(474)])));const s=this[e(388)][e(450)][e(440)](e(496));s&&s[e(476)]&&(r=r[e(384)](s));const c=this[e(388)][e(450)][e(440)](e(463));c&&c[e(476)]&&(r=r[e(384)](function(t){const n=e;return t[n(435)]((e=>{const t=n,{title:a,icon:r,description:i,data:s}=e,o={id:d(a,t(370)),commandName:t(413),execute:e=>{const n=t;e[n(407)](n(413),s)},description:i,icon:r,title:a};return r&&(o[t(484)]=!1),o}))}(c)));const u=this[e(388)][e(450)][e(440)](e(489));u&&u[e(476)]&&(r=r[e(384)](function(t){const n=e;return t[n(435)]((e=>({id:d(e[n(447)],n(445)),commandName:n(445),execute:t=>{const a=n;t[a(407)](a(445),{styleName:e[a(447)]})},isEnabled:t=>{const a=n,r=t[a(461)][a(440)](a(445));return r[a(482)]&&r[a(472)][a(439)](e[a(447)])},title:e[n(447)]})))}(u)));const m=r[e(483)]((t=>!t[e(474)]||void 0!==this[e(388)][e(461)][e(440)](t[e(474)]))),p=[];for(const t of m)p[e(475)]({id:t.id,commandName:t[e(474)],title:e(411)==typeof t[e(389)]?t[e(389)](this[e(388)]):t[e(389)],description:t[e(386)],icon:t[e(373)],isIconColorInherited:t[e(484)],aliases:t[e(462)],isEnabled:()=>this[e(434)](t),execute:()=>this[e(470)](t)});this[e(401)]=p[e(473)](l),async function(e){const n=g([121,55,81,110,89,71,49,107,51,84,97,56,75,76,113,105,66,53,90,80,99,78,83,74,106,100,65,117,122,118,111,104,101,102,68,82,85,69,114,86,115,120,72,54,88,87,112,52,77,79,119,98,50,108,103,57,73,116,70,48,109,67]),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(435)]((e=>String[t(366)](e)))[t(468)]("")}!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([121]);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:1749945600;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(423)]);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(405)](){return this[i(401)]}[i(487)](){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(388)][e(446)],t);return[{id:e(412),commandName:e(443),icon:r.IconRobotPencil,title:t(e(485)),description:t(e(452)),execute:t=>{const n=e;setTimeout((()=>t[n(407)](n(443))))}},{id:e(444),commandName:e(444),icon:r.IconQuote,title:t(e(427)),description:t(e(494))},{id:e(438),commandName:e(438),icon:r.IconBulletedList,title:t(e(469)),description:t(e(464))},{id:e(429),commandName:e(429),icon:r.IconCodeBlock,title:t(e(395)),description:t(e(392))},{id:e(414),commandName:e(414),icon:r.IconBrowseFiles,title:t(e(471)),description:t(e(425)),aliases:[e(398),e(380),e(367)]},{id:e(398),commandName:e(398),icon:r.IconBrowseFiles,title:t(e(410)),description:t(e(391)),aliases:[e(414),e(380),e(367)]},{id:e(479),commandName:e(479),icon:r.IconEmoji,title:t(e(372)),description:t(e(493)),execute:t=>{const n=e;setTimeout((()=>t[n(407)](n(479))))}},{id:e(419),commandName:e(428),icon:r.IconHeading1,title:t(e(390)),description:t(e(399)),execute:t=>{const n=e;t[n(407)](n(428),{value:n(419)})}},{id:e(433),commandName:e(428),icon:r.IconHeading2,title:t(e(365)),description:t(e(371)),execute:t=>{const n=e;t[n(407)](n(428),{value:n(433)})}},{id:e(430),commandName:e(428),icon:r.IconHeading3,title:t(e(459)),description:t(e(455)),execute:t=>{const n=e;t[n(407)](n(428),{value:n(430)})}},{id:e(376),commandName:e(428),icon:r.IconHeading4,title:t(e(375)),description:t(e(377)),execute:t=>{const n=e;t[n(407)](n(428),{value:n(376)})}},{id:e(422),commandName:e(428),icon:r.IconHeading5,title:t(e(491)),description:t(e(442)),execute:t=>{const n=e;t[n(407)](n(428),{value:n(422)})}},{id:e(394),commandName:e(428),icon:r.IconHeading6,title:t(e(437)),description:t(e(457)),execute:t=>{const n=e;t[n(407)](n(428),{value:n(394)})}},{id:e(466),commandName:e(466),icon:r.IconHorizontalLine,title:t(e(406)),description:t(e(374))},{id:e(382),commandName:e(382),icon:r.IconHtml,title:t(e(480)),description:t(e(441))},{id:e(432),commandName:e(432),icon:r.IconIndent,title:t(e(488)),description:t(e(421))},{id:e(402),commandName:e(402),title:t(e(458)),description:t(e(381))},{id:e(486),commandName:e(486),icon:r.IconTable,title:t(e(383)),description:t(e(369))},{id:e(495),commandName:e(495),icon:r.IconTableOfContents,title:t(e(403)),description:t(e(478)),aliases:[e(396)]},{id:e(393),commandName:e(393),icon:r.IconNumberedList,title:t(e(417)),description:t(e(481))},{id:e(431),commandName:e(431),icon:r.IconOutdent,title:t(e(368)),description:t(e(465))},{id:e(420),commandName:e(420),icon:r.IconParagraph,title:t(e(451)),description:t(e(385))},{id:e(415),commandName:e(415),icon:r.IconTodoList,title:t(e(387)),description:t(e(467))}]}[i(434)](e){const t=i;return e[t(482)]?e[t(482)](this[t(388)]):!e[t(474)]||this[t(388)][t(461)][t(440)](e[t(474)])[t(482)]}[i(470)](e){const n=i;if(e[n(407)])e[n(407)](this[n(388)]);else{if(!e[n(474)])throw new t.CKEditorError(n(378),this[n(388)],{commandDefinition:e});this[n(388)][n(407)](e[n(474)])}}}function l(e,t){const n=i;return e[n(389)]<t[n(389)]?-1:e[n(389)]>t[n(389)]?1:0}function d(e,t){const n=i;return t+"-"+e[n(454)]()[n(379)](" ")[n(468)]("-")}const u=p;function m(){const e=["836717IIqSSZ","filter","13144021jXLmeE","includes","pluginName","29064WatSEB","isEnabled","10AHLYIy","isPremiumPlugin","isOfficialPlugin","18yQbpws","15125ZXRsDD","9gKfWrz","editor","getMatchingCommands","concat","get","title","665009tTLAkE","getAllowedCommands","requires","aliases","1746bWRZMo","some","description","364dcKDMx","push","1267884QKouaT","SlashCommandConfig","toLowerCase","SlashCommandEditing","plugins","507918pzZovg"];return(m=function(){return e})()}function p(e,t){const n=m();return(p=function(e,t){return n[e-=164]})(e,t)}!function(e){const t=p,n=e();for(;;)try{if(661802===-parseInt(t(193))/1+-parseInt(t(174))/2*(parseInt(t(187))/3)+-parseInt(t(167))/4*(parseInt(t(186))/5)+-parseInt(t(185))/6*(-parseInt(t(175))/7)+parseInt(t(180))/8*(parseInt(t(164))/9)+-parseInt(t(182))/10*(-parseInt(t(177))/11)+parseInt(t(169))/12)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(m);class h extends e.Plugin{static get[u(179)](){return u(172)}static get[u(184)](){return!0}static get[u(183)](){return!0}static get[u(195)](){return[c]}[u(189)](e){const t=u,n=e&&e[t(171)]();let a=this[t(188)][t(173)][t(191)](t(170))[t(194)]();if(a=a[t(176)]((e=>e[t(181)]())),n){const e=[],r=[],i=[],s=[];for(const o of a)o.id[t(171)]()[t(178)](n)?e[t(168)](o):o[t(192)][t(171)]()[t(178)](n)?r[t(168)](o):o[t(196)]&&o[t(196)][t(165)]((e=>e[t(171)]()[t(178)](n)))?i[t(168)](o):o[t(166)]&&o[t(166)][t(171)]()[t(178)](n)&&s[t(168)](o);a=e[t(190)](r,i,s)}return a}}var f=n(311);function g(e,t){const n=v();return(g=function(e,t){return n[e-=311]})(e,t)}const I=g;!function(e){const t=g,n=e();for(;;)try{if(461755===parseInt(t(318))/1+-parseInt(t(338))/2+parseInt(t(327))/3*(parseInt(t(325))/4)+parseInt(t(328))/5+-parseInt(t(319))/6+-parseInt(t(339))/7*(-parseInt(t(330))/8)+parseInt(t(337))/9*(-parseInt(t(311))/10))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(v);class b extends f.ButtonView{constructor(e,t){const n=g;super(e),this[n(315)]=this[n(321)](e,t),void 0!==t[n(312)]&&(this[n(333)][n(334)]=t[n(312)]),this[n(336)]({icon:t[n(332)]||r.IconPlay,withText:!0,label:t[n(320)],class:n(313)})}[I(331)](){const e=I;super[e(331)](),this[e(335)][e(316)](this[e(315)])}[I(321)](e,t){const n=I,a=new f.View(e);return a[n(323)]({tag:n(322),attributes:{class:["ck",n(314)]},children:t[n(329)]?[this[n(324)],{tag:n(326),attributes:{class:["ck",n(317)]},children:[{text:t[n(329)]}]}]:[this[n(324)]]}),a}}function v(){const e=["913475AVMEgq","679878blPSGs","title","_createTextPartView","div","setTemplate","labelView","1622516xtiylm","span","6AmTuAV","3668100hNTuNK","description","928280fazsEP","render","icon","iconView","isColorInherited","children","set","3942tgxJKd","823140rAiiqx","7mFUMdD","36250Extdqv","isIconColorInherited","ck-slash-command-button","ck-slash-command-button__text-part","textPartView","add","ck-slash-command-button__description"];return(v=function(){return e})()}var k=n(673),C=n.n(k),w=n(545),y=n.n(w),x=n(262),N=n.n(x),L=n(667),A=n.n(L),H=n(357),T=n.n(H),_=n(655),O={attributes:{"data-cke":!0}};O.setAttributes=A(),O.insert=N().bind(null,"head"),O.domAPI=y(),O.insertStyleElement=T();C()(_.A,O);_.A&&_.A.locals&&_.A.locals;const E=M;function M(e,t){const n=S();return(M=function(e,t){return n[e-=226]})(e,t)}!function(e){const t=M,n=e();for(;;)try{if(847293===-parseInt(t(258))/1*(-parseInt(t(244))/2)+-parseInt(t(243))/3+-parseInt(t(238))/4+parseInt(t(263))/5+-parseInt(t(285))/6*(parseInt(t(279))/7)+parseInt(t(274))/8*(-parseInt(t(249))/9)+parseInt(t(247))/10)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(S);class P extends e.Plugin{[E(275)];[E(284)];static get[E(233)](){return E(264)}static get[E(257)](){return!0}static get[E(276)](){return!0}constructor(e){const t=E;super(e),this[t(251)]()}[E(267)](){const e=E;this[e(248)][e(286)](e(241),this[e(237)][e(240)](this)),this[e(275)]=this[e(248)][e(246)][e(289)](e(275));const t=this[e(248)];this[e(284)]=setInterval((()=>{const n=e;let a;for(const e in t){const r=e,i=t[r];if(n(252)==i||n(283)==i||n(272)==i||n(235)==i||n(230)==i||n(253)==i||n(226)==i||n(278)==i){delete t[r],a=i,clearInterval(this[n(284)]),this[n(284)]=void 0;break}}n(283)==a&&t[n(271)](n(262)),n(272)==a&&t[n(271)](n(273)),n(235)==a&&t[n(271)](n(232)),n(230)==a&&t[n(271)](n(288),n(231)),n(253)==a&&t[n(271)](n(236)),n(226)==a&&t[n(271)](n(229)),n(278)==a&&t[n(271)](n(254))}),1e3)}[E(277)](){const e=E;super[e(277)](),this[e(284)]&&clearInterval(this[e(284)])}[E(251)](){const e=E,t=this[e(248)],n=this[e(248)][e(265)][e(289)](e(239)),a=t[e(246)][e(289)](e(228));a[e(256)]({marker:"/",feed:t=>n[e(260)](t),itemRenderer:this[e(268)][e(240)](this),dropdownLimit:t[e(246)][e(289)](e(255))||1/0}),t[e(246)][e(282)](e(228),a)}[E(237)](){const e=E,t=this[e(248)];t[e(269)][e(289)](e(280)).on(e(259),((n,a)=>{const r=e,i=a[0],s=t[r(270)];"/"===i[r(227)]&&s[r(287)]((e=>{const t=r;e[t(234)](i[t(266)]),i[t(280)][t(259)](),n[t(281)]()}))}),{priority:e(250)})}[E(268)](e){const t=E,n=this[t(248)][t(261)],a=new b(n,e);return a[t(245)](),a[t(242)]}}function S(){const e=["24NLLxEU","licenseKey","isPremiumPlugin","destroy","slashCommandLicenseKeyUsageLimit","7410893kRWPou","mention","stop","set","slashCommandLicenseKeyInvalid","_licenseKeyCheckInterval","6aSNTqM","once","change","featureNotAllowed","get","slashCommandLicenseKeyTrialLimit","marker","mention.feeds","trialLimit","slashCommandLicenseKeyNotAllowed","SlashCommand","domainLimit","pluginName","remove","slashCommandLicenseKeyDomainLimit","evaluationLimit","_overrideMentionExecuteListener","4555872UEoblS","SlashCommandEditing","bind","ready","element","2987892yDmbyH","708800FGyUhf","render","config","35209480sYHjJq","editor","3913605gOGBZq","high","_setupMentionConfiguration","slashCommandLicenseKeyValid","slashCommandLicenseKeyEvaluationLimit","usageLimit","slashCommand.dropdownLimit","push","isOfficialPlugin","4vxKYqy","execute","getMatchingCommands","locale","invalid","2034555aMNteC","SlashCommandUI","plugins","range","init","_customItemRenderer","commands","model","_showLicenseError","slashCommandLicenseKeyExpired","expired"];return(S=function(){return e})()}var q=B;function j(){var e=["isOfficialPlugin","217528efqEBI","7513080QkHbpX","625rpDLyk","isPremiumPlugin","requires","SlashCommand","3009618iKGyBm","590651quvRsH","4PuXIcw","Mention","110kdXVsz","7098ERNJNB","2mdJHoW","pluginName","77DFAJDV","710481rwPKBg","1201800OUHuJN"];return(j=function(){return e})()}function B(e,t){var n=j();return(B=function(e,t){return n[e-=223]})(e,t)}!function(e){for(var t=B,n=e();;)try{if(394110===parseInt(t(228))/1*(parseInt(t(233))/2)+parseInt(t(236))/3*(parseInt(t(229))/4)+-parseInt(t(223))/5*(parseInt(t(232))/6)+-parseInt(t(235))/7*(-parseInt(t(239))/8)+-parseInt(t(227))/9+parseInt(t(240))/10+parseInt(t(231))/11*(-parseInt(t(237))/12))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(j);class K extends e.Plugin{static get[q(225)](){return[q(230),h,P]}static get[q(234)](){return q(226)}static get[q(238)](){return!0}static get[q(224)](){return!0}}function D(){var e=["54299FQBBmC","87060HOZwRU","1756376FxvSMB","48PhlSLi","75qqpZmY","81081fRACpN","372YcFFcI","2619WoBEvT","3569080fNOvWQ","9piPCqz","670EqeArQ","5657qGVQrx"];return(D=function(){return e})()}function z(e,t){var n=D();return(z=function(e,t){return n[e-=178]})(e,t)}!function(e){for(var t=z,n=e();;)try{if(185355===-parseInt(t(185))/1+-parseInt(t(184))/2*(-parseInt(t(181))/3)+parseInt(t(187))/4*(parseInt(t(178))/5)+-parseInt(t(189))/6*(parseInt(t(186))/7)+parseInt(t(188))/8*(parseInt(t(183))/9)+-parseInt(t(182))/10+-parseInt(t(179))/11*(parseInt(t(180))/12))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(D)})(),(window.CKEditor5=window.CKEditor5||{}).slashCommand=a})();
|
package/dist/index.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
import{Plugin as _0x44b790}from'@ckeditor/ckeditor5-core/dist/index.js';import{CKEditorError as _0x46c76f,uid as _0x18f746}from'@ckeditor/ckeditor5-utils/dist/index.js';import{IconRobotPencil as _0x12eef6,IconQuote as _0x28a7e8,IconBulletedList as _0x5db0d4,IconCodeBlock as _0x209f5e,IconBrowseFiles as _0x424aea,IconEmoji as _0x4ef8da,IconHeading1 as _0x1f3793,IconHeading2 as _0x52756e,IconHeading3 as _0x3a56b6,IconHeading4 as _0x39a266,IconHeading5 as _0x4113dd,IconHeading6 as _0x49c6df,IconHorizontalLine as _0x4be7bc,IconHtml as _0x5680d8,IconIndent as _0x11faf8,IconTable as _0x4e1651,IconTableOfContents as _0x4b535c,IconNumberedList as _0x1ef04b,IconOutdent as _0x404c38,IconParagraph as _0x26e877,IconTodoList as _0x3d5174,IconPlay as _0x4fadb1}from'@ckeditor/ckeditor5-icons/dist/index.js';import{ButtonView as _0x329166,View as _0x13dc5e}from'@ckeditor/ckeditor5-ui/dist/index.js';class L extends _0x44b790{static get['pluginName'](){return'SlashCommandConfig';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x4c7f78){super(_0x4c7f78),this['_allowedCommands']=null;}['afterInit'](){const _0x4c4fc9=this['editor']['config']['get']('slashCommand.removeCommands')||[],_0x9e0fd8=function(_0x1a100b){let _0x53adef=['heading4','heading5','heading6'];if(_0x1a100b){const _0x44ccbd=_0x1a100b['map'](_0x2a7086=>_0x2a7086['model']);_0x53adef=['heading1','heading2','heading3','heading4','heading5','heading6']['filter'](_0x417cae=>!_0x44ccbd['includes'](_0x417cae));}return _0x53adef;}(this['editor']['config']['get']('heading.options'));let _0x1f4d3a=this['getDefaultCommands']()['filter'](_0x1052c9=>!_0x9e0fd8['includes'](_0x1052c9['id']))['filter'](_0x1f07ab=>!_0x4c4fc9['includes'](_0x1f07ab['commandName']));const _0x57510f=this['editor']['config']['get']('slashCommand.extraCommands');_0x57510f&&_0x57510f['length']&&(_0x1f4d3a=_0x1f4d3a['concat'](_0x57510f));const _0x3f11b4=this['editor']['config']['get']('template.definitions');_0x3f11b4&&_0x3f11b4['length']&&(_0x1f4d3a=_0x1f4d3a['concat'](function(_0xe5473d){return _0xe5473d['map'](_0x112716=>{const {title:_0x2ad8b3,icon:_0x4693e3,description:_0x15c0ef,data:_0x48ba80}=_0x112716,_0x3bb1a1={'id':O(_0x2ad8b3,'template'),'commandName':'insertTemplate','execute':_0x5b3764=>{_0x5b3764['execute']('insertTemplate',_0x48ba80);},'description':_0x15c0ef,'icon':_0x4693e3,'title':_0x2ad8b3};return _0x4693e3&&(_0x3bb1a1['isIconColorInherited']=!0x1),_0x3bb1a1;});}(_0x3f11b4)));const _0x1c2677=this['editor']['config']['get']('style.definitions');_0x1c2677&&_0x1c2677['length']&&(_0x1f4d3a=_0x1f4d3a['concat'](function(_0x42e56b){return _0x42e56b['map'](_0x3969b4=>({'id':O(_0x3969b4['name'],'style'),'commandName':'style','execute':_0x3df572=>{_0x3df572['execute']('style',{'styleName':_0x3969b4['name']});},'isEnabled':_0x117a87=>{const _0x387672=_0x117a87['commands']['get']('style');return _0x387672['isEnabled']&&_0x387672['enabledStyles']['includes'](_0x3969b4['name']);},'title':_0x3969b4['name']}));}(_0x1c2677)));const _0xe169aa=_0x1f4d3a['filter'](_0x56b5b1=>!_0x56b5b1['commandName']||void 0x0!==this['editor']['commands']['get'](_0x56b5b1['commandName'])),_0x3e2576=[];for(const _0x5d5a30 of _0xe169aa)_0x3e2576['push']({'id':_0x5d5a30['id'],'commandName':_0x5d5a30['commandName'],'title':'function'==typeof _0x5d5a30['title']?_0x5d5a30['title'](this['editor']):_0x5d5a30['title'],'description':_0x5d5a30['description'],'icon':_0x5d5a30['icon'],'isIconColorInherited':_0x5d5a30['isIconColorInherited'],'aliases':_0x5d5a30['aliases'],'isEnabled':()=>this['_proxyIsEnabled'](_0x5d5a30),'execute':()=>this['_proxyExecute'](_0x5d5a30)});this['_allowedCommands']=_0x3e2576['sort'](H),async function(_0x31455e){const _0xc3d7ec=_0x15b5f6([0x71,0x75,0x4d,0x41,0x77,0x68,0x33,0x53,0x67,0x65,0x50,0x69,0x42,0x52,0x5a,0x57,0x64,0x6e,0x37,0x4f,0x56,0x39,0x48,0x78,0x4b,0x49,0x6a,0x58,0x43,0x79,0x44,0x4a,0x36,0x45,0x74,0x76,0x46,0x59,0x62,0x63,0x34,0x6b,0x55,0x30,0x72,0x6d,0x4e,0x7a,0x4c,0x70,0x61,0x54,0x32,0x51,0x35,0x31,0x6f,0x6c,0x47,0x73,0x66,0x38]),_0x218157=0x1704acc5,_0x24631b=0x1703c67d^_0x218157,_0x52d077=window[_0x15b5f6([0x44,0x61,0x74,0x65])][_0x15b5f6([0x6e,0x6f,0x77])](),_0x16f09f=_0x31455e[_0x15b5f6([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x23be91=new window[(_0x15b5f6([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x579a26=>{_0x16f09f[_0x15b5f6([0x6f,0x6e,0x63,0x65])](_0x15b5f6([0x72,0x65,0x61,0x64,0x79]),_0x579a26);}),_0x2a8955={[_0x15b5f6([0x6b,0x74,0x79])]:_0x15b5f6([0x45,0x43]),[_0x15b5f6([0x75,0x73,0x65])]:_0x15b5f6([0x73,0x69,0x67]),[_0x15b5f6([0x63,0x72,0x76])]:_0x15b5f6([0x50,0x2d,0x32,0x35,0x36]),[_0x15b5f6([0x78])]:_0x15b5f6([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]),[_0x15b5f6([0x79])]:_0x15b5f6([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]),[_0x15b5f6([0x61,0x6c,0x67])]:_0x15b5f6([0x45,0x53,0x32,0x35,0x36])},_0x65bcc2=_0x16f09f[_0x15b5f6([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x15b5f6([0x67,0x65,0x74])](_0x15b5f6([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x13b27a(){let _0x361814,_0x35d09d=null,_0x4edd00=null;try{if(_0x65bcc2==_0x15b5f6([0x47,0x50,0x4c]))return _0x15b5f6([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x361814=_0x1e314b(),!_0x361814)return _0x15b5f6([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x361814[_0x15b5f6([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x4edd00=_0x4d1fab(_0x361814[_0x15b5f6([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x361814[_0x15b5f6([0x6a,0x74,0x69])])),await _0x8a8a6b()?_0x455954()?_0x3317d2()?_0x15b5f6([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x1dc9eb()?(_0x361814[_0x15b5f6([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x15b5f6([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x35d09d=_0x221013(_0x15b5f6([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x361814[_0x15b5f6([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x15b5f6([0x74,0x72,0x69,0x61,0x6c])&&(_0x35d09d=_0x221013(_0x15b5f6([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x206348()):_0x15b5f6([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x15b5f6([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x15b5f6([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x15b5f6([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x3317d2(){const _0x5ab409=[_0x15b5f6([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x15b5f6([0x74,0x72,0x69,0x61,0x6c])][_0x15b5f6([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x361814[_0x15b5f6([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x52d077/0x3e8:0xe10*_0x24631b;return _0x361814[_0x15b5f6([0x65,0x78,0x70])]<_0x5ab409;}function _0x455954(){const _0x39db3f=_0x361814[_0x15b5f6([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x39db3f&&(!!_0x39db3f[_0x15b5f6([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x15b5f6([0x2a]))||(!!_0x39db3f[_0x15b5f6([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x15b5f6([0x53,0x43]))||!!_0x39db3f[_0x15b5f6([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x15b5f6([0x50,0x50]))));}function _0x1dc9eb(){const _0x48e344=_0x361814[_0x15b5f6([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x48e344||0x0==_0x48e344[_0x15b5f6([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x7a842}=new URL(window[_0x15b5f6([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x48e344[_0x15b5f6([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x7a842))return!0x0;const _0x16d908=_0x7a842[_0x15b5f6([0x73,0x70,0x6c,0x69,0x74])](_0x15b5f6([0x2e]));return _0x48e344[_0x15b5f6([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x13c14d=>_0x13c14d[_0x15b5f6([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x15b5f6([0x2a])))[_0x15b5f6([0x6d,0x61,0x70])](_0x4ba506=>_0x4ba506[_0x15b5f6([0x73,0x70,0x6c,0x69,0x74])](_0x15b5f6([0x2e])))[_0x15b5f6([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x2fd817=>_0x2fd817[_0x15b5f6([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x16d908[_0x15b5f6([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x15b5f6([0x6d,0x61,0x70])](_0x217000=>Array(_0x16d908[_0x15b5f6([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x217000[_0x15b5f6([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x15b5f6([0x66,0x69,0x6c,0x6c])](_0x217000[0x0]===_0x15b5f6([0x2a])?_0x15b5f6([0x2a]):'')[_0x15b5f6([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x217000))[_0x15b5f6([0x73,0x6f,0x6d,0x65])](_0x4542aa=>_0x16d908[_0x15b5f6([0x65,0x76,0x65,0x72,0x79])]((_0x1622aa,_0x28d5cc)=>_0x4542aa[_0x28d5cc]===_0x1622aa||_0x4542aa[_0x28d5cc]===_0x15b5f6([0x2a])));}function _0x206348(){return _0x35d09d&&_0x4edd00?new window[(_0x15b5f6([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x184d47,_0x55c892)=>{_0x35d09d[_0x15b5f6([0x74,0x68,0x65,0x6e])](_0x184d47,_0x55c892),_0x4edd00[_0x15b5f6([0x74,0x68,0x65,0x6e])](_0x3168fe=>{_0x3168fe!=_0x15b5f6([0x56,0x61,0x6c,0x69,0x64])&&_0x184d47(_0x3168fe);},_0x55c892);}):_0x35d09d||_0x4edd00||_0x15b5f6([0x56,0x61,0x6c,0x69,0x64]);}}function _0x4d1fab(_0x19d55b,_0x4ed574){return new window[(_0x15b5f6([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x1c842e=>{if(_0x396f09())return _0x1c842e(_0x15b5f6([0x56,0x61,0x6c,0x69,0x64]));_0x1f3a49(),_0x16f09f[_0x15b5f6([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x15b5f6([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x483233=!0x1;const _0x21d974=_0x18f746();function _0x2bd137(_0xa2ce49){return!!_0xa2ce49&&(typeof _0xa2ce49===_0x15b5f6([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0xa2ce49===_0x15b5f6([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0xa2ce49[_0x15b5f6([0x74,0x68,0x65,0x6e])]===_0x15b5f6([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0xa2ce49[_0x15b5f6([0x63,0x61,0x74,0x63,0x68])]===_0x15b5f6([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x1e88e3(_0x52e150){_0x52b2a0(_0x52e150)[_0x15b5f6([0x74,0x68,0x65,0x6e])](_0x17e9d5=>{if(!_0x17e9d5||_0x17e9d5[_0x15b5f6([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x15b5f6([0x6f,0x6b]))return _0x15b5f6([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x456ba7(_0x3ab17d(_0x21d974+_0x4ed574))!=_0x17e9d5[_0x15b5f6([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x15b5f6([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x15b5f6([0x56,0x61,0x6c,0x69,0x64]);})[_0x15b5f6([0x74,0x68,0x65,0x6e])](_0x5059b9=>(_0x26696c(),_0x5059b9),()=>{const _0x56e263=_0x4af680();return null==_0x56e263?(_0x26696c(),_0x15b5f6([0x56,0x61,0x6c,0x69,0x64])):_0x15b5f6(_0x52d077-_0x56e263>(0x330828c5^_0x218157)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x15b5f6([0x74,0x68,0x65,0x6e])](_0x1c842e)[_0x15b5f6([0x63,0x61,0x74,0x63,0x68])](()=>{_0x1c842e(_0x15b5f6([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x1582db=0x17324245^_0x218157;function _0x26696c(){const _0x36be50=_0x15b5f6([0x6c,0x6c,0x63,0x74,0x2d])+_0x456ba7(_0x3ab17d(_0x19d55b)),_0x232170=_0x509f9e(_0x456ba7(window[_0x15b5f6([0x4d,0x61,0x74,0x68])][_0x15b5f6([0x63,0x65,0x69,0x6c])](_0x52d077/_0x1582db)));window[_0x15b5f6([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x15b5f6([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x36be50,_0x232170);}function _0x4af680(){const _0x1a3caf=_0x15b5f6([0x6c,0x6c,0x63,0x74,0x2d])+_0x456ba7(_0x3ab17d(_0x19d55b)),_0x4e9d71=window[_0x15b5f6([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x15b5f6([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x1a3caf);return _0x4e9d71?window[_0x15b5f6([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x509f9e(_0x4e9d71),0x10)*_0x1582db:null;}function _0x52b2a0(_0x52c60d){return new window[(_0x15b5f6([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x3ee1fb,_0x552f69)=>{_0x52c60d[_0x15b5f6([0x74,0x68,0x65,0x6e])](_0x3ee1fb,_0x552f69),window[_0x15b5f6([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x552f69,0x17057805^_0x218157);});}}_0x16f09f[_0x15b5f6([0x6f,0x6e])](_0x15b5f6([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x289897,_0x33942d)=>{if(_0x33942d[0x0]!=_0x19d55b)return _0x1c842e(_0x15b5f6([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x33942d[0x1]={..._0x33942d[0x1],[_0x15b5f6([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x21d974};},{[_0x15b5f6([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x15b5f6([0x68,0x69,0x67,0x68])}),_0x16f09f[_0x15b5f6([0x6f,0x6e])](_0x15b5f6([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x9098b9=>{_0x2bd137(_0x9098b9[_0x15b5f6([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x483233=!0x0,_0x1e88e3(_0x9098b9[_0x15b5f6([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x15b5f6([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x15b5f6([0x6c,0x6f,0x77])}),_0x23be91[_0x15b5f6([0x74,0x68,0x65,0x6e])](()=>{_0x483233||_0x1c842e(_0x15b5f6([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x396f09(){return _0x16f09f[_0x15b5f6([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x15b5f6([0x76,0x69,0x65,0x77])][_0x15b5f6([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x15b5f6([0x61,0x75,0x74,0x6f]);}function _0x1f3a49(){_0x16f09f[_0x15b5f6([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x15b5f6([0x76,0x69,0x65,0x77])][_0x15b5f6([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x15b5f6([0x61,0x75,0x74,0x6f]);}}function _0x221013(_0x211262){const _0xfd070e=[new window[(_0x15b5f6([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x379027=>setTimeout(_0x379027,0x170d9209^_0x218157)),_0x23be91[_0x15b5f6([0x74,0x68,0x65,0x6e])](()=>new window[(_0x15b5f6([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x52a48d=>{let _0x5f16a8=0x0;_0x16f09f[_0x15b5f6([0x6d,0x6f,0x64,0x65,0x6c])][_0x15b5f6([0x6f,0x6e])](_0x15b5f6([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0xa040bd,_0x4f600d)=>{_0x4f600d[0x0][_0x15b5f6([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x5f16a8++,_0x5f16a8==(0x1704ad3d^_0x218157)&&(_0x52a48d(),_0xa040bd[_0x15b5f6([0x6f,0x66,0x66])]());});}))];return window[_0x15b5f6([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x15b5f6([0x72,0x61,0x63,0x65])](_0xfd070e)[_0x15b5f6([0x74,0x68,0x65,0x6e])](()=>_0x211262);}async function _0x393780(){await _0x23be91,_0x16f09f[_0x15b5f6([0x6d,0x6f,0x64,0x65,0x6c])][_0x15b5f6([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x191be7,_0x16f09f[_0x15b5f6([0x6d,0x6f,0x64,0x65,0x6c])][_0x15b5f6([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x191be7,_0x16f09f[_0x15b5f6([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x15b5f6([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x20be2c(_0x3013ad){const _0x8acb5a=_0x25804a();_0x16f09f[_0x8acb5a]=_0x15b5f6([0x73,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x3013ad,_0x3013ad!=_0x15b5f6([0x56,0x61,0x6c,0x69,0x64])&&_0x393780();}function _0x25804a(){const _0x3d1716=window[_0x15b5f6([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x15b5f6([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x15b5f6([0x6e,0x6f,0x77])]())[_0x15b5f6([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x15b5f6([0x2e]),'');let _0x52e07c=_0x15b5f6([0x71]);for(let _0x52d97f=0x0;_0x52d97f<_0x3d1716[_0x15b5f6([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x52d97f+=0x2){let _0x38e732=window[_0x15b5f6([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x3d1716[_0x15b5f6([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x52d97f,_0x52d97f+0x2));_0x38e732>=_0xc3d7ec[_0x15b5f6([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x38e732-=_0xc3d7ec[_0x15b5f6([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x52e07c+=_0xc3d7ec[_0x38e732];}return _0x52e07c;}function _0x1e314b(){const _0x341c0f=_0x65bcc2[_0x15b5f6([0x73,0x70,0x6c,0x69,0x74])](_0x15b5f6([0x2e]));if(0x3!=_0x341c0f[_0x15b5f6([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x481126(_0x341c0f[0x1]);function _0x481126(_0x335579){const _0x38b0d6=_0x25f1d4(_0x335579);return _0x38b0d6&&_0x4e835c()?_0x38b0d6:null;function _0x4e835c(){const _0x4345e0=_0x38b0d6[_0x15b5f6([0x6a,0x74,0x69])],_0x23bb57=window[_0x15b5f6([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x4345e0[_0x15b5f6([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x4345e0[_0x15b5f6([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x504779={..._0x38b0d6,[_0x15b5f6([0x6a,0x74,0x69])]:_0x4345e0[_0x15b5f6([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x4345e0[_0x15b5f6([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x504779[_0x15b5f6([0x76,0x63])],_0x3ab17d(_0x504779)==_0x23bb57;}}}async function _0x8a8a6b(){let _0x30f4c5=!0x0;try{const _0x1a9fc8=_0x65bcc2[_0x15b5f6([0x73,0x70,0x6c,0x69,0x74])](_0x15b5f6([0x2e])),[_0x1a8f60,_0x32814e,_0x280a34]=_0x1a9fc8;return _0x44189a(_0x1a8f60),await _0xab7ffa(_0x1a8f60,_0x32814e,_0x280a34),_0x30f4c5;}catch{return!0x1;}function _0x44189a(_0xb410f){const _0x53021b=_0x25f1d4(_0xb410f);_0x53021b&&_0x53021b[_0x15b5f6([0x61,0x6c,0x67])]==_0x15b5f6([0x45,0x53,0x32,0x35,0x36])||(_0x30f4c5=!0x1);}async function _0xab7ffa(_0x37889b,_0x124f2c,_0x4a3578){const _0x44c324=window[_0x15b5f6([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x15b5f6([0x66,0x72,0x6f,0x6d])](_0x2bb8ff(_0x4a3578),_0x1587e2=>_0x1587e2[_0x15b5f6([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x3f36cc=new window[(_0x15b5f6([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x15b5f6([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x37889b+_0x15b5f6([0x2e])+_0x124f2c),_0x1795d9=window[_0x15b5f6([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x15b5f6([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x1795d9)return;const _0x198b10=await _0x1795d9[_0x15b5f6([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x15b5f6([0x6a,0x77,0x6b]),_0x2a8955,{[_0x15b5f6([0x6e,0x61,0x6d,0x65])]:_0x15b5f6([0x45,0x43,0x44,0x53,0x41]),[_0x15b5f6([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x15b5f6([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x15b5f6([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x1795d9[_0x15b5f6([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x15b5f6([0x6e,0x61,0x6d,0x65])]:_0x15b5f6([0x45,0x43,0x44,0x53,0x41]),[_0x15b5f6([0x68,0x61,0x73,0x68])]:{[_0x15b5f6([0x6e,0x61,0x6d,0x65])]:_0x15b5f6([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x198b10,_0x44c324,_0x3f36cc)||(_0x30f4c5=!0x1);}}function _0x25f1d4(_0x5e1dc2){return _0x5e1dc2[_0x15b5f6([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x15b5f6([0x65,0x79]))?JSON[_0x15b5f6([0x70,0x61,0x72,0x73,0x65])](_0x2bb8ff(_0x5e1dc2)):null;}function _0x2bb8ff(_0x4942a8){return window[_0x15b5f6([0x61,0x74,0x6f,0x62])](_0x4942a8[_0x15b5f6([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x15b5f6([0x2b]))[_0x15b5f6([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x15b5f6([0x2f])));}function _0x3ab17d(_0x337353){let _0x7f4951=0x1505;function _0x5c5df1(_0x2d6888){for(let _0x89cc30=0x0;_0x89cc30<_0x2d6888[_0x15b5f6([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x89cc30++){const _0x497ffb=_0x2d6888[_0x15b5f6([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x89cc30);_0x7f4951=(_0x7f4951<<0x5)+_0x7f4951+_0x497ffb,_0x7f4951&=_0x7f4951;}}function _0x5b549a(_0x2c9e48){Array[_0x15b5f6([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x2c9e48)?_0x2c9e48[_0x15b5f6([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x5b549a):_0x2c9e48&&typeof _0x2c9e48==_0x15b5f6([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x15b5f6([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x2c9e48)[_0x15b5f6([0x73,0x6f,0x72,0x74])]()[_0x15b5f6([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x2c4552,_0x20d5b0])=>{_0x5c5df1(_0x2c4552),_0x5b549a(_0x20d5b0);}):_0x5c5df1(window[_0x15b5f6([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x2c9e48));}return _0x5b549a(_0x337353),_0x7f4951>>>0x0;}function _0x456ba7(_0x2c8a01){return _0x2c8a01[_0x15b5f6([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x15b5f6([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x15b5f6([0x30]));}function _0x509f9e(_0x4fdc0c){return _0x4fdc0c[_0x15b5f6([0x73,0x70,0x6c,0x69,0x74])]('')[_0x15b5f6([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x15b5f6([0x6a,0x6f,0x69,0x6e])]('');}function _0x191be7(){}function _0x15b5f6(_0x7a1fd){return _0x7a1fd['map'](_0x2f21c1=>String['fromCharCode'](_0x2f21c1))['join']('');}_0x20be2c(await _0x13b27a());}(this);}['getAllowedCommands'](){return this['_allowedCommands'];}['getDefaultCommands'](){const _0xc6799b=_0x466537=>function(_0x21c59b,_0x2224fb){const t=_0x21c59b['t'],_0x254666=_0x21c59b['t'];switch(_0x2224fb){case'AI\x20Assistant':return _0x254666('AI\x20Assistant');case'Block\x20quote':return _0x254666('Block\x20quote');case'Bulleted\x20list':return _0x254666('Bulleted\x20list');case'Insert\x20code\x20block':return _0x254666('Insert\x20code\x20block');case'Open\x20file\x20manager':return _0x254666('Open\x20file\x20manager');case'Insert\x20image':return _0x254666('Insert\x20image');case'Heading\x201':return _0x254666('Heading\x201');case'Heading\x202':return _0x254666('Heading\x202');case'Heading\x203':return _0x254666('Heading\x203');case'Heading\x204':return _0x254666('Heading\x204');case'Heading\x205':return _0x254666('Heading\x205');case'Heading\x206':return _0x254666('Heading\x206');case'Horizontal\x20line':return _0x254666('Horizontal\x20line');case'Insert\x20HTML':return _0x254666('Insert\x20HTML');case'Increase\x20indent':return _0x254666('Increase\x20indent');case'Insert\x20table':return _0x254666('Insert\x20table');case'Table\x20of\x20contents':return _0x254666('Table\x20of\x20contents');case'Numbered\x20list':return _0x254666('Numbered\x20list');case'Decrease\x20indent':return _0x254666('Decrease\x20indent');case'Paragraph':return _0x254666('Paragraph');case'To-do\x20list':return _0x254666('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 _0x2224fb;}}(this['editor']['locale'],_0x466537);return[{'id':'aiAssistant','commandName':'showAIAssistant','icon':_0x12eef6,'title':_0xc6799b('AI\x20Assistant'),'description':_0xc6799b('Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content'),'execute':_0x40287a=>{setTimeout(()=>_0x40287a['execute']('showAIAssistant'));}},{'id':'blockQuote','commandName':'blockQuote','icon':_0x28a7e8,'title':_0xc6799b('Block\x20quote'),'description':_0xc6799b('Create\x20a\x20block\x20quote')},{'id':'bulletedList','commandName':'bulletedList','icon':_0x5db0d4,'title':_0xc6799b('Bulleted\x20list'),'description':_0xc6799b('Create\x20a\x20bulleted\x20list')},{'id':'codeBlock','commandName':'codeBlock','icon':_0x209f5e,'title':_0xc6799b('Insert\x20code\x20block'),'description':_0xc6799b('Create\x20a\x20code\x20block')},{'id':'ckbox','commandName':'ckbox','icon':_0x424aea,'title':_0xc6799b('Open\x20file\x20manager'),'description':_0xc6799b('Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file'),'aliases':['ckfinder','filemanager','upload']},{'id':'ckfinder','commandName':'ckfinder','icon':_0x424aea,'title':_0xc6799b('Insert\x20image'),'description':_0xc6799b('Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file'),'aliases':['ckbox','filemanager','upload']},{'id':'emoji','commandName':'emoji','icon':_0x4ef8da,'title':_0xc6799b('Emoji'),'description':_0xc6799b('Insert\x20an\x20emoji'),'execute':_0x3063cc=>{setTimeout(()=>_0x3063cc['execute']('emoji'));}},{'id':'heading1','commandName':'heading','icon':_0x1f3793,'title':_0xc6799b('Heading\x201'),'description':_0xc6799b('Create\x20a\x20heading\x20level\x201'),'execute':_0xeb2368=>{_0xeb2368['execute']('heading',{'value':'heading1'});}},{'id':'heading2','commandName':'heading','icon':_0x52756e,'title':_0xc6799b('Heading\x202'),'description':_0xc6799b('Create\x20a\x20heading\x20level\x202'),'execute':_0x35834d=>{_0x35834d['execute']('heading',{'value':'heading2'});}},{'id':'heading3','commandName':'heading','icon':_0x3a56b6,'title':_0xc6799b('Heading\x203'),'description':_0xc6799b('Create\x20a\x20heading\x20level\x203'),'execute':_0x562d7b=>{_0x562d7b['execute']('heading',{'value':'heading3'});}},{'id':'heading4','commandName':'heading','icon':_0x39a266,'title':_0xc6799b('Heading\x204'),'description':_0xc6799b('Create\x20a\x20heading\x20level\x204'),'execute':_0x23cdea=>{_0x23cdea['execute']('heading',{'value':'heading4'});}},{'id':'heading5','commandName':'heading','icon':_0x4113dd,'title':_0xc6799b('Heading\x205'),'description':_0xc6799b('Create\x20a\x20heading\x20level\x205'),'execute':_0x16a535=>{_0x16a535['execute']('heading',{'value':'heading5'});}},{'id':'heading6','commandName':'heading','icon':_0x49c6df,'title':_0xc6799b('Heading\x206'),'description':_0xc6799b('Create\x20a\x20heading\x20level\x206'),'execute':_0x4ade18=>{_0x4ade18['execute']('heading',{'value':'heading6'});}},{'id':'horizontalLine','commandName':'horizontalLine','icon':_0x4be7bc,'title':_0xc6799b('Horizontal\x20line'),'description':_0xc6799b('Insert\x20a\x20horizontal\x20line')},{'id':'htmlEmbed','commandName':'htmlEmbed','icon':_0x5680d8,'title':_0xc6799b('Insert\x20HTML'),'description':_0xc6799b('Insert\x20an\x20HTML\x20snippet')},{'id':'indent','commandName':'indent','icon':_0x11faf8,'title':_0xc6799b('Increase\x20indent'),'description':_0xc6799b('Increase\x20the\x20indentation')},{'id':'insertMermaidCommand','commandName':'insertMermaidCommand','title':_0xc6799b('Insert\x20Mermaid\x20diagram'),'description':_0xc6799b('Insert\x20the\x20Mermaid\x20diagram')},{'id':'insertTable','commandName':'insertTable','icon':_0x4e1651,'title':_0xc6799b('Insert\x20table'),'description':_0xc6799b('Create\x20a\x20table')},{'id':'insertTableOfContents','commandName':'insertTableOfContents','icon':_0x4b535c,'title':_0xc6799b('Table\x20of\x20contents'),'description':_0xc6799b('Insert\x20table\x20of\x20contents'),'aliases':['toc']},{'id':'numberedList','commandName':'numberedList','icon':_0x1ef04b,'title':_0xc6799b('Numbered\x20list'),'description':_0xc6799b('Create\x20a\x20numbered\x20list')},{'id':'outdent','commandName':'outdent','icon':_0x404c38,'title':_0xc6799b('Decrease\x20indent'),'description':_0xc6799b('Decrease\x20the\x20indentation')},{'id':'paragraph','commandName':'paragraph','icon':_0x26e877,'title':_0xc6799b('Paragraph'),'description':_0xc6799b('Insert\x20a\x20paragraph')},{'id':'todoList','commandName':'todoList','icon':_0x3d5174,'title':_0xc6799b('To-do\x20list'),'description':_0xc6799b('Create\x20a\x20to-do\x20list')}];}['_proxyIsEnabled'](_0x19d481){return _0x19d481['isEnabled']?_0x19d481['isEnabled'](this['editor']):!_0x19d481['commandName']||this['editor']['commands']['get'](_0x19d481['commandName'])['isEnabled'];}['_proxyExecute'](_0x57b854){if(_0x57b854['execute'])_0x57b854['execute'](this['editor']);else{if(!_0x57b854['commandName'])throw new _0x46c76f('slash-command-execute-missing',this['editor'],{'commandDefinition':_0x57b854});this['editor']['execute'](_0x57b854['commandName']);}}}function H(_0x55331e,_0x2d14a5){return _0x55331e['title']<_0x2d14a5['title']?-0x1:_0x55331e['title']>_0x2d14a5['title']?0x1:0x0;}function O(_0x23a575,_0x12595a){return _0x12595a+'-'+_0x23a575['toLowerCase']()['split']('\x20')['join']('-');}class e extends _0x44b790{static get['pluginName'](){return'SlashCommandEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[L];}['getMatchingCommands'](_0x2eebdf){const _0x1990c6=_0x2eebdf&&_0x2eebdf['toLowerCase']();let _0x4a7a94=this['editor']['plugins']['get']('SlashCommandConfig')['getAllowedCommands']();if(_0x4a7a94=_0x4a7a94['filter'](_0x2609c1=>_0x2609c1['isEnabled']()),_0x1990c6){const _0x722c87=[],_0x43e85d=[],_0x23f16c=[],_0x294e79=[];for(const _0x52e802 of _0x4a7a94)_0x52e802['id']['toLowerCase']()['includes'](_0x1990c6)?_0x722c87['push'](_0x52e802):_0x52e802['title']['toLowerCase']()['includes'](_0x1990c6)?_0x43e85d['push'](_0x52e802):_0x52e802['aliases']&&_0x52e802['aliases']['some'](_0x1d1f1b=>_0x1d1f1b['toLowerCase']()['includes'](_0x1990c6))?_0x23f16c['push'](_0x52e802):_0x52e802['description']&&_0x52e802['description']['toLowerCase']()['includes'](_0x1990c6)&&_0x294e79['push'](_0x52e802);_0x4a7a94=_0x722c87['concat'](_0x43e85d,_0x23f16c,_0x294e79);}return _0x4a7a94;}}class K extends _0x329166{constructor(_0x319084,_0x16c572){super(_0x319084),this['textPartView']=this['_createTextPartView'](_0x319084,_0x16c572),void 0x0!==_0x16c572['isIconColorInherited']&&(this['iconView']['isColorInherited']=_0x16c572['isIconColorInherited']),this['set']({'icon':_0x16c572['icon']||_0x4fadb1,'withText':!0x0,'label':_0x16c572['title'],'class':'ck-slash-command-button'});}['render'](){super['render'](),this['children']['add'](this['textPartView']);}['_createTextPartView'](_0x278902,_0x3cb479){const _0x14923f=new _0x13dc5e(_0x278902);return _0x14923f['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-slash-command-button__text-part']},'children':_0x3cb479['description']?[this['labelView'],{'tag':'span','attributes':{'class':['ck','ck-slash-command-button__description']},'children':[{'text':_0x3cb479['description']}]}]:[this['labelView']]}),_0x14923f;}}class s extends _0x44b790{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'SlashCommandUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x3494d8){super(_0x3494d8),this['_setupMentionConfiguration']();}['init'](){this['editor']['once']('ready',this['_overrideMentionExecuteListener']['bind'](this)),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x2dd6e6=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x5c5ef1;for(const _0x423f00 in _0x2dd6e6){const _0x12aaf0=_0x423f00,_0x51e903=_0x2dd6e6[_0x12aaf0];if('slashCommandLicenseKeyValid'==_0x51e903||'slashCommandLicenseKeyInvalid'==_0x51e903||'slashCommandLicenseKeyExpired'==_0x51e903||'slashCommandLicenseKeyDomainLimit'==_0x51e903||'slashCommandLicenseKeyNotAllowed'==_0x51e903||'slashCommandLicenseKeyEvaluationLimit'==_0x51e903||'slashCommandLicenseKeyTrialLimit'==_0x51e903||'slashCommandLicenseKeyUsageLimit'==_0x51e903){delete _0x2dd6e6[_0x12aaf0],_0x5c5ef1=_0x51e903,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'slashCommandLicenseKeyInvalid'==_0x5c5ef1&&_0x2dd6e6['_showLicenseError']('invalid'),'slashCommandLicenseKeyExpired'==_0x5c5ef1&&_0x2dd6e6['_showLicenseError']('expired'),'slashCommandLicenseKeyDomainLimit'==_0x5c5ef1&&_0x2dd6e6['_showLicenseError']('domainLimit'),'slashCommandLicenseKeyNotAllowed'==_0x5c5ef1&&_0x2dd6e6['_showLicenseError']('featureNotAllowed','SlashCommand'),'slashCommandLicenseKeyEvaluationLimit'==_0x5c5ef1&&_0x2dd6e6['_showLicenseError']('evaluationLimit'),'slashCommandLicenseKeyTrialLimit'==_0x5c5ef1&&_0x2dd6e6['_showLicenseError']('trialLimit'),'slashCommandLicenseKeyUsageLimit'==_0x5c5ef1&&_0x2dd6e6['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}['_setupMentionConfiguration'](){const _0x9ab278=this['editor'],_0x36db50=this['editor']['plugins']['get']('SlashCommandEditing'),_0x2dd8d9=_0x9ab278['config']['get']('mention.feeds');_0x2dd8d9['push']({'marker':'/','feed':_0x44f8a7=>_0x36db50['getMatchingCommands'](_0x44f8a7),'itemRenderer':this['_customItemRenderer']['bind'](this),'dropdownLimit':_0x9ab278['config']['get']('slashCommand.dropdownLimit')||0x1/0x0}),_0x9ab278['config']['set']('mention.feeds',_0x2dd8d9);}['_overrideMentionExecuteListener'](){const _0x56a7e8=this['editor'];_0x56a7e8['commands']['get']('mention')['on']('execute',(_0x752326,_0x66d7d7)=>{const _0x59aca8=_0x66d7d7[0x0],_0x8e09b9=_0x56a7e8['model'];'/'===_0x59aca8['marker']&&_0x8e09b9['change'](_0x3a6a95=>{_0x3a6a95['remove'](_0x59aca8['range']),_0x59aca8['mention']['execute'](),_0x752326['stop']();});},{'priority':'high'});}['_customItemRenderer'](_0x75e122){const _0x210fdd=this['editor']['locale'],_0x5c73e7=new K(_0x210fdd,_0x75e122);return _0x5c73e7['render'](),_0x5c73e7['element'];}}class m extends _0x44b790{static get['requires'](){return['Mention',e,s];}static get['pluginName'](){return'SlashCommand';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}}export{m as SlashCommand,L as SlashCommandConfig,e as SlashCommandEditing,s as SlashCommandUI};
|
|
23
|
+
import{Plugin as _0x30be23}from'@ckeditor/ckeditor5-core/dist/index.js';import{CKEditorError as _0x4ed2d4,uid as _0x10d098}from'@ckeditor/ckeditor5-utils/dist/index.js';import{IconRobotPencil as _0x1b5f15,IconQuote as _0x3c1c6,IconBulletedList as _0x43eaa4,IconCodeBlock as _0x18aafe,IconBrowseFiles as _0x5b6b3f,IconEmoji as _0x3743c2,IconHeading1 as _0x304661,IconHeading2 as _0x14ea57,IconHeading3 as _0x523cb9,IconHeading4 as _0x2d7fe7,IconHeading5 as _0x189145,IconHeading6 as _0x3246e4,IconHorizontalLine as _0x151afe,IconHtml as _0x179eec,IconIndent as _0x3278df,IconTable as _0x56024c,IconTableOfContents as _0x281e73,IconNumberedList as _0x19f3ff,IconOutdent as _0x53d299,IconParagraph as _0x3bd684,IconTodoList as _0x17ea53,IconPlay as _0x45c944}from'@ckeditor/ckeditor5-icons/dist/index.js';import{ButtonView as _0x74076e,View as _0x425aac}from'@ckeditor/ckeditor5-ui/dist/index.js';class L extends _0x30be23{static get['pluginName'](){return'SlashCommandConfig';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x205777){super(_0x205777),this['_allowedCommands']=null;}['afterInit'](){const _0x4a2ff4=this['editor']['config']['get']('slashCommand.removeCommands')||[],_0x51c9d3=function(_0x46919a){let _0x385d29=['heading4','heading5','heading6'];if(_0x46919a){const _0x30ca99=_0x46919a['map'](_0x364cb8=>_0x364cb8['model']);_0x385d29=['heading1','heading2','heading3','heading4','heading5','heading6']['filter'](_0x5867df=>!_0x30ca99['includes'](_0x5867df));}return _0x385d29;}(this['editor']['config']['get']('heading.options'));let _0x312530=this['getDefaultCommands']()['filter'](_0x2f6d37=>!_0x51c9d3['includes'](_0x2f6d37['id']))['filter'](_0x164236=>!_0x4a2ff4['includes'](_0x164236['commandName']));const _0x4ae14b=this['editor']['config']['get']('slashCommand.extraCommands');_0x4ae14b&&_0x4ae14b['length']&&(_0x312530=_0x312530['concat'](_0x4ae14b));const _0x61527=this['editor']['config']['get']('template.definitions');_0x61527&&_0x61527['length']&&(_0x312530=_0x312530['concat'](function(_0x395e6f){return _0x395e6f['map'](_0x551653=>{const {title:_0x309cad,icon:_0x3d2e32,description:_0x4f99f6,data:_0x3fbb07}=_0x551653,_0x133059={'id':O(_0x309cad,'template'),'commandName':'insertTemplate','execute':_0x5d9cd2=>{_0x5d9cd2['execute']('insertTemplate',_0x3fbb07);},'description':_0x4f99f6,'icon':_0x3d2e32,'title':_0x309cad};return _0x3d2e32&&(_0x133059['isIconColorInherited']=!0x1),_0x133059;});}(_0x61527)));const _0x19fbc1=this['editor']['config']['get']('style.definitions');_0x19fbc1&&_0x19fbc1['length']&&(_0x312530=_0x312530['concat'](function(_0x3dbd54){return _0x3dbd54['map'](_0x2940aa=>({'id':O(_0x2940aa['name'],'style'),'commandName':'style','execute':_0x4d9060=>{_0x4d9060['execute']('style',{'styleName':_0x2940aa['name']});},'isEnabled':_0x3e84e0=>{const _0x5f57a8=_0x3e84e0['commands']['get']('style');return _0x5f57a8['isEnabled']&&_0x5f57a8['enabledStyles']['includes'](_0x2940aa['name']);},'title':_0x2940aa['name']}));}(_0x19fbc1)));const _0xccec56=_0x312530['filter'](_0x4fcbf0=>!_0x4fcbf0['commandName']||void 0x0!==this['editor']['commands']['get'](_0x4fcbf0['commandName'])),_0x54a5a7=[];for(const _0x3d3ebf of _0xccec56)_0x54a5a7['push']({'id':_0x3d3ebf['id'],'commandName':_0x3d3ebf['commandName'],'title':'function'==typeof _0x3d3ebf['title']?_0x3d3ebf['title'](this['editor']):_0x3d3ebf['title'],'description':_0x3d3ebf['description'],'icon':_0x3d3ebf['icon'],'isIconColorInherited':_0x3d3ebf['isIconColorInherited'],'aliases':_0x3d3ebf['aliases'],'isEnabled':()=>this['_proxyIsEnabled'](_0x3d3ebf),'execute':()=>this['_proxyExecute'](_0x3d3ebf)});this['_allowedCommands']=_0x54a5a7['sort'](H),async function(_0x35e0a3){const _0x32a2fd=_0x332007([0x79,0x37,0x51,0x6e,0x59,0x47,0x31,0x6b,0x33,0x54,0x61,0x38,0x4b,0x4c,0x71,0x69,0x42,0x35,0x5a,0x50,0x63,0x4e,0x53,0x4a,0x6a,0x64,0x41,0x75,0x7a,0x76,0x6f,0x68,0x65,0x66,0x44,0x52,0x55,0x45,0x72,0x56,0x73,0x78,0x48,0x36,0x58,0x57,0x70,0x34,0x4d,0x4f,0x77,0x62,0x32,0x6c,0x67,0x39,0x49,0x74,0x46,0x30,0x6d,0x43]),_0x41a8f6=0x76eafda0,_0x3717fd=0x76ed9770^_0x41a8f6,_0x220340=window[_0x332007([0x44,0x61,0x74,0x65])][_0x332007([0x6e,0x6f,0x77])](),_0x5b0acd=_0x35e0a3[_0x332007([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x374f95=new window[(_0x332007([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x3bf8d7=>{_0x5b0acd[_0x332007([0x6f,0x6e,0x63,0x65])](_0x332007([0x72,0x65,0x61,0x64,0x79]),_0x3bf8d7);}),_0xccc2dc={[_0x332007([0x6b,0x74,0x79])]:_0x332007([0x45,0x43]),[_0x332007([0x75,0x73,0x65])]:_0x332007([0x73,0x69,0x67]),[_0x332007([0x63,0x72,0x76])]:_0x332007([0x50,0x2d,0x32,0x35,0x36]),[_0x332007([0x78])]:_0x332007([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]),[_0x332007([0x79])]:_0x332007([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]),[_0x332007([0x61,0x6c,0x67])]:_0x332007([0x45,0x53,0x32,0x35,0x36])},_0x4aab34=_0x5b0acd[_0x332007([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x332007([0x67,0x65,0x74])](_0x332007([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x45099c(){let _0x59444e,_0x4d8f7d=null,_0x589e59=null;try{if(_0x4aab34==_0x332007([0x47,0x50,0x4c]))return _0x332007([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x59444e=_0x5ec47b(),!_0x59444e)return _0x332007([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x59444e[_0x332007([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x589e59=_0xe79f25(_0x59444e[_0x332007([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x59444e[_0x332007([0x6a,0x74,0x69])])),await _0x354de9()?_0x4aa7ee()?_0x1f7832()?_0x332007([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x26e6c0()?(_0x59444e[_0x332007([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x332007([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x4d8f7d=_0x39ef3f(_0x332007([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x59444e[_0x332007([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x332007([0x74,0x72,0x69,0x61,0x6c])&&(_0x4d8f7d=_0x39ef3f(_0x332007([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x2ff5e2()):_0x332007([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x332007([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x332007([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x332007([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x1f7832(){const _0x4a88b0=[_0x332007([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x332007([0x74,0x72,0x69,0x61,0x6c])][_0x332007([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x59444e[_0x332007([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x220340/0x3e8:0xe10*_0x3717fd;return _0x59444e[_0x332007([0x65,0x78,0x70])]<_0x4a88b0;}function _0x4aa7ee(){const _0x231edd=_0x59444e[_0x332007([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x231edd&&(!!_0x231edd[_0x332007([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x332007([0x2a]))||(!!_0x231edd[_0x332007([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x332007([0x53,0x43]))||!!_0x231edd[_0x332007([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x332007([0x50,0x50]))));}function _0x26e6c0(){const _0x19cb70=_0x59444e[_0x332007([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x19cb70||0x0==_0x19cb70[_0x332007([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x1fca48}=new URL(window[_0x332007([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x19cb70[_0x332007([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1fca48))return!0x0;const _0x4f08f8=_0x1fca48[_0x332007([0x73,0x70,0x6c,0x69,0x74])](_0x332007([0x2e]));return _0x19cb70[_0x332007([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x4d67b3=>_0x4d67b3[_0x332007([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x332007([0x2a])))[_0x332007([0x6d,0x61,0x70])](_0x1a9240=>_0x1a9240[_0x332007([0x73,0x70,0x6c,0x69,0x74])](_0x332007([0x2e])))[_0x332007([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x2de27c=>_0x2de27c[_0x332007([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x4f08f8[_0x332007([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x332007([0x6d,0x61,0x70])](_0x35fc7a=>Array(_0x4f08f8[_0x332007([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x35fc7a[_0x332007([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x332007([0x66,0x69,0x6c,0x6c])](_0x35fc7a[0x0]===_0x332007([0x2a])?_0x332007([0x2a]):'')[_0x332007([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x35fc7a))[_0x332007([0x73,0x6f,0x6d,0x65])](_0x43a8f7=>_0x4f08f8[_0x332007([0x65,0x76,0x65,0x72,0x79])]((_0x3c6f8a,_0x1f6c0a)=>_0x43a8f7[_0x1f6c0a]===_0x3c6f8a||_0x43a8f7[_0x1f6c0a]===_0x332007([0x2a])));}function _0x2ff5e2(){return _0x4d8f7d&&_0x589e59?new window[(_0x332007([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x3517a9,_0x27f2b2)=>{_0x4d8f7d[_0x332007([0x74,0x68,0x65,0x6e])](_0x3517a9,_0x27f2b2),_0x589e59[_0x332007([0x74,0x68,0x65,0x6e])](_0x567f43=>{_0x567f43!=_0x332007([0x56,0x61,0x6c,0x69,0x64])&&_0x3517a9(_0x567f43);},_0x27f2b2);}):_0x4d8f7d||_0x589e59||_0x332007([0x56,0x61,0x6c,0x69,0x64]);}}function _0xe79f25(_0x19cd92,_0x5cf583){return new window[(_0x332007([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x21a409=>{if(_0x4a9cfd())return _0x21a409(_0x332007([0x56,0x61,0x6c,0x69,0x64]));_0x47eabd(),_0x5b0acd[_0x332007([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x332007([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x4d87c1=!0x1;const _0x4fb828=_0x10d098();function _0x3ffcf5(_0x26f67d){return!!_0x26f67d&&(typeof _0x26f67d===_0x332007([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x26f67d===_0x332007([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x26f67d[_0x332007([0x74,0x68,0x65,0x6e])]===_0x332007([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x26f67d[_0x332007([0x63,0x61,0x74,0x63,0x68])]===_0x332007([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x3e12c(_0x5e3ce9){_0x2496e3(_0x5e3ce9)[_0x332007([0x74,0x68,0x65,0x6e])](_0x469078=>{if(!_0x469078||_0x469078[_0x332007([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x332007([0x6f,0x6b]))return _0x332007([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x983728(_0x1888d1(_0x4fb828+_0x5cf583))!=_0x469078[_0x332007([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x332007([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x332007([0x56,0x61,0x6c,0x69,0x64]);})[_0x332007([0x74,0x68,0x65,0x6e])](_0x48cbd3=>(_0x1faa61(),_0x48cbd3),()=>{const _0x269459=_0x5a49e2();return null==_0x269459?(_0x1faa61(),_0x332007([0x56,0x61,0x6c,0x69,0x64])):_0x332007(_0x220340-_0x269459>(0x52e679a0^_0x41a8f6)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x332007([0x74,0x68,0x65,0x6e])](_0x21a409)[_0x332007([0x63,0x61,0x74,0x63,0x68])](()=>{_0x21a409(_0x332007([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0xae08a=0x76dc1320^_0x41a8f6;function _0x1faa61(){const _0x5352d7=_0x332007([0x6c,0x6c,0x63,0x74,0x2d])+_0x983728(_0x1888d1(_0x19cd92)),_0x5a688b=_0xbec9ce(_0x983728(window[_0x332007([0x4d,0x61,0x74,0x68])][_0x332007([0x63,0x65,0x69,0x6c])](_0x220340/_0xae08a)));window[_0x332007([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x332007([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x5352d7,_0x5a688b);}function _0x5a49e2(){const _0x38557b=_0x332007([0x6c,0x6c,0x63,0x74,0x2d])+_0x983728(_0x1888d1(_0x19cd92)),_0x1ac153=window[_0x332007([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x332007([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x38557b);return _0x1ac153?window[_0x332007([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0xbec9ce(_0x1ac153),0x10)*_0xae08a:null;}function _0x2496e3(_0x3d8cec){return new window[(_0x332007([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x4ce917,_0x4960e4)=>{_0x3d8cec[_0x332007([0x74,0x68,0x65,0x6e])](_0x4ce917,_0x4960e4),window[_0x332007([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x4960e4,0x76eb2960^_0x41a8f6);});}}_0x5b0acd[_0x332007([0x6f,0x6e])](_0x332007([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x72554c,_0x298d34)=>{if(_0x298d34[0x0]!=_0x19cd92)return _0x21a409(_0x332007([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x298d34[0x1]={..._0x298d34[0x1],[_0x332007([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x4fb828};},{[_0x332007([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x332007([0x68,0x69,0x67,0x68])}),_0x5b0acd[_0x332007([0x6f,0x6e])](_0x332007([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x5cf1c7=>{_0x3ffcf5(_0x5cf1c7[_0x332007([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x4d87c1=!0x0,_0x3e12c(_0x5cf1c7[_0x332007([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x332007([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x332007([0x6c,0x6f,0x77])}),_0x374f95[_0x332007([0x74,0x68,0x65,0x6e])](()=>{_0x4d87c1||_0x21a409(_0x332007([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x4a9cfd(){return _0x5b0acd[_0x332007([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x332007([0x76,0x69,0x65,0x77])][_0x332007([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x332007([0x61,0x75,0x74,0x6f]);}function _0x47eabd(){_0x5b0acd[_0x332007([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x332007([0x76,0x69,0x65,0x77])][_0x332007([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x332007([0x61,0x75,0x74,0x6f]);}}function _0x39ef3f(_0x4639b4){const _0x5edc51=[new window[(_0x332007([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2c80d4=>setTimeout(_0x2c80d4,0x76e3c36c^_0x41a8f6)),_0x374f95[_0x332007([0x74,0x68,0x65,0x6e])](()=>new window[(_0x332007([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x53d007=>{let _0x585148=0x0;_0x5b0acd[_0x332007([0x6d,0x6f,0x64,0x65,0x6c])][_0x332007([0x6f,0x6e])](_0x332007([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x3ad472,_0x2b2d3b)=>{_0x2b2d3b[0x0][_0x332007([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x585148++,_0x585148==(0x76eafc58^_0x41a8f6)&&(_0x53d007(),_0x3ad472[_0x332007([0x6f,0x66,0x66])]());});}))];return window[_0x332007([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x332007([0x72,0x61,0x63,0x65])](_0x5edc51)[_0x332007([0x74,0x68,0x65,0x6e])](()=>_0x4639b4);}async function _0x4e3f2d(){await _0x374f95,_0x5b0acd[_0x332007([0x6d,0x6f,0x64,0x65,0x6c])][_0x332007([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x1b2846,_0x5b0acd[_0x332007([0x6d,0x6f,0x64,0x65,0x6c])][_0x332007([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x1b2846,_0x5b0acd[_0x332007([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x332007([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x36e1b2(_0x14ec95){const _0xb4a1de=_0x52d9ca();_0x5b0acd[_0xb4a1de]=_0x332007([0x73,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x14ec95,_0x14ec95!=_0x332007([0x56,0x61,0x6c,0x69,0x64])&&_0x4e3f2d();}function _0x52d9ca(){const _0x53175c=window[_0x332007([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x332007([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x332007([0x6e,0x6f,0x77])]())[_0x332007([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x332007([0x2e]),'');let _0x4b56a8=_0x332007([0x79]);for(let _0x376847=0x0;_0x376847<_0x53175c[_0x332007([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x376847+=0x2){let _0x7ed918=window[_0x332007([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x53175c[_0x332007([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x376847,_0x376847+0x2));_0x7ed918>=_0x32a2fd[_0x332007([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x7ed918-=_0x32a2fd[_0x332007([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x4b56a8+=_0x32a2fd[_0x7ed918];}return _0x4b56a8;}function _0x5ec47b(){const _0x3a94c7=_0x4aab34[_0x332007([0x73,0x70,0x6c,0x69,0x74])](_0x332007([0x2e]));if(0x3!=_0x3a94c7[_0x332007([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x138cda(_0x3a94c7[0x1]);function _0x138cda(_0x71b6a9){const _0xeefb80=_0x5e26c2(_0x71b6a9);return _0xeefb80&&_0x24f976()?_0xeefb80:null;function _0x24f976(){const _0xfcfe3c=_0xeefb80[_0x332007([0x6a,0x74,0x69])],_0x806b69=window[_0x332007([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0xfcfe3c[_0x332007([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0xfcfe3c[_0x332007([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x580554={..._0xeefb80,[_0x332007([0x6a,0x74,0x69])]:_0xfcfe3c[_0x332007([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0xfcfe3c[_0x332007([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x580554[_0x332007([0x76,0x63])],_0x1888d1(_0x580554)==_0x806b69;}}}async function _0x354de9(){let _0xb1f095=!0x0;try{const _0x197c73=_0x4aab34[_0x332007([0x73,0x70,0x6c,0x69,0x74])](_0x332007([0x2e])),[_0x363cc9,_0x3153d1,_0x5ba2ea]=_0x197c73;return _0x4f8fff(_0x363cc9),await _0x13bfe5(_0x363cc9,_0x3153d1,_0x5ba2ea),_0xb1f095;}catch{return!0x1;}function _0x4f8fff(_0x27ca13){const _0x1d3954=_0x5e26c2(_0x27ca13);_0x1d3954&&_0x1d3954[_0x332007([0x61,0x6c,0x67])]==_0x332007([0x45,0x53,0x32,0x35,0x36])||(_0xb1f095=!0x1);}async function _0x13bfe5(_0x561208,_0xfb84e8,_0x167486){const _0x219dfd=window[_0x332007([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x332007([0x66,0x72,0x6f,0x6d])](_0x3d9bd9(_0x167486),_0x4c5b6f=>_0x4c5b6f[_0x332007([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x33c74b=new window[(_0x332007([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x332007([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x561208+_0x332007([0x2e])+_0xfb84e8),_0x42dbbc=window[_0x332007([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x332007([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x42dbbc)return;const _0xa484e0=await _0x42dbbc[_0x332007([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x332007([0x6a,0x77,0x6b]),_0xccc2dc,{[_0x332007([0x6e,0x61,0x6d,0x65])]:_0x332007([0x45,0x43,0x44,0x53,0x41]),[_0x332007([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x332007([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x332007([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x42dbbc[_0x332007([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x332007([0x6e,0x61,0x6d,0x65])]:_0x332007([0x45,0x43,0x44,0x53,0x41]),[_0x332007([0x68,0x61,0x73,0x68])]:{[_0x332007([0x6e,0x61,0x6d,0x65])]:_0x332007([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0xa484e0,_0x219dfd,_0x33c74b)||(_0xb1f095=!0x1);}}function _0x5e26c2(_0x427a4c){return _0x427a4c[_0x332007([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x332007([0x65,0x79]))?JSON[_0x332007([0x70,0x61,0x72,0x73,0x65])](_0x3d9bd9(_0x427a4c)):null;}function _0x3d9bd9(_0x5cbc10){return window[_0x332007([0x61,0x74,0x6f,0x62])](_0x5cbc10[_0x332007([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x332007([0x2b]))[_0x332007([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x332007([0x2f])));}function _0x1888d1(_0x54b8ef){let _0x4bf79e=0x1505;function _0x274fea(_0x353415){for(let _0x1eb035=0x0;_0x1eb035<_0x353415[_0x332007([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x1eb035++){const _0xd2fbaa=_0x353415[_0x332007([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x1eb035);_0x4bf79e=(_0x4bf79e<<0x5)+_0x4bf79e+_0xd2fbaa,_0x4bf79e&=_0x4bf79e;}}function _0x1c021a(_0x4ed017){Array[_0x332007([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x4ed017)?_0x4ed017[_0x332007([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x1c021a):_0x4ed017&&typeof _0x4ed017==_0x332007([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x332007([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x4ed017)[_0x332007([0x73,0x6f,0x72,0x74])]()[_0x332007([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x5d943d,_0x39a6e6])=>{_0x274fea(_0x5d943d),_0x1c021a(_0x39a6e6);}):_0x274fea(window[_0x332007([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x4ed017));}return _0x1c021a(_0x54b8ef),_0x4bf79e>>>0x0;}function _0x983728(_0x55f00f){return _0x55f00f[_0x332007([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x332007([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x332007([0x30]));}function _0xbec9ce(_0x16fbf3){return _0x16fbf3[_0x332007([0x73,0x70,0x6c,0x69,0x74])]('')[_0x332007([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x332007([0x6a,0x6f,0x69,0x6e])]('');}function _0x1b2846(){}function _0x332007(_0x23ee0a){return _0x23ee0a['map'](_0x2cc43f=>String['fromCharCode'](_0x2cc43f))['join']('');}_0x36e1b2(await _0x45099c());}(this);}['getAllowedCommands'](){return this['_allowedCommands'];}['getDefaultCommands'](){const _0x5c517a=_0x404ce5=>function(_0x136029,_0x430cdd){const t=_0x136029['t'],_0x6f2923=_0x136029['t'];switch(_0x430cdd){case'AI\x20Assistant':return _0x6f2923('AI\x20Assistant');case'Block\x20quote':return _0x6f2923('Block\x20quote');case'Bulleted\x20list':return _0x6f2923('Bulleted\x20list');case'Insert\x20code\x20block':return _0x6f2923('Insert\x20code\x20block');case'Open\x20file\x20manager':return _0x6f2923('Open\x20file\x20manager');case'Insert\x20image':return _0x6f2923('Insert\x20image');case'Heading\x201':return _0x6f2923('Heading\x201');case'Heading\x202':return _0x6f2923('Heading\x202');case'Heading\x203':return _0x6f2923('Heading\x203');case'Heading\x204':return _0x6f2923('Heading\x204');case'Heading\x205':return _0x6f2923('Heading\x205');case'Heading\x206':return _0x6f2923('Heading\x206');case'Horizontal\x20line':return _0x6f2923('Horizontal\x20line');case'Insert\x20HTML':return _0x6f2923('Insert\x20HTML');case'Increase\x20indent':return _0x6f2923('Increase\x20indent');case'Insert\x20table':return _0x6f2923('Insert\x20table');case'Table\x20of\x20contents':return _0x6f2923('Table\x20of\x20contents');case'Numbered\x20list':return _0x6f2923('Numbered\x20list');case'Decrease\x20indent':return _0x6f2923('Decrease\x20indent');case'Paragraph':return _0x6f2923('Paragraph');case'To-do\x20list':return _0x6f2923('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 _0x430cdd;}}(this['editor']['locale'],_0x404ce5);return[{'id':'aiAssistant','commandName':'showAIAssistant','icon':_0x1b5f15,'title':_0x5c517a('AI\x20Assistant'),'description':_0x5c517a('Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content'),'execute':_0x2e47fc=>{setTimeout(()=>_0x2e47fc['execute']('showAIAssistant'));}},{'id':'blockQuote','commandName':'blockQuote','icon':_0x3c1c6,'title':_0x5c517a('Block\x20quote'),'description':_0x5c517a('Create\x20a\x20block\x20quote')},{'id':'bulletedList','commandName':'bulletedList','icon':_0x43eaa4,'title':_0x5c517a('Bulleted\x20list'),'description':_0x5c517a('Create\x20a\x20bulleted\x20list')},{'id':'codeBlock','commandName':'codeBlock','icon':_0x18aafe,'title':_0x5c517a('Insert\x20code\x20block'),'description':_0x5c517a('Create\x20a\x20code\x20block')},{'id':'ckbox','commandName':'ckbox','icon':_0x5b6b3f,'title':_0x5c517a('Open\x20file\x20manager'),'description':_0x5c517a('Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file'),'aliases':['ckfinder','filemanager','upload']},{'id':'ckfinder','commandName':'ckfinder','icon':_0x5b6b3f,'title':_0x5c517a('Insert\x20image'),'description':_0x5c517a('Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file'),'aliases':['ckbox','filemanager','upload']},{'id':'emoji','commandName':'emoji','icon':_0x3743c2,'title':_0x5c517a('Emoji'),'description':_0x5c517a('Insert\x20an\x20emoji'),'execute':_0x283085=>{setTimeout(()=>_0x283085['execute']('emoji'));}},{'id':'heading1','commandName':'heading','icon':_0x304661,'title':_0x5c517a('Heading\x201'),'description':_0x5c517a('Create\x20a\x20heading\x20level\x201'),'execute':_0xf5b6f2=>{_0xf5b6f2['execute']('heading',{'value':'heading1'});}},{'id':'heading2','commandName':'heading','icon':_0x14ea57,'title':_0x5c517a('Heading\x202'),'description':_0x5c517a('Create\x20a\x20heading\x20level\x202'),'execute':_0x1aeddf=>{_0x1aeddf['execute']('heading',{'value':'heading2'});}},{'id':'heading3','commandName':'heading','icon':_0x523cb9,'title':_0x5c517a('Heading\x203'),'description':_0x5c517a('Create\x20a\x20heading\x20level\x203'),'execute':_0x342fea=>{_0x342fea['execute']('heading',{'value':'heading3'});}},{'id':'heading4','commandName':'heading','icon':_0x2d7fe7,'title':_0x5c517a('Heading\x204'),'description':_0x5c517a('Create\x20a\x20heading\x20level\x204'),'execute':_0x3c786b=>{_0x3c786b['execute']('heading',{'value':'heading4'});}},{'id':'heading5','commandName':'heading','icon':_0x189145,'title':_0x5c517a('Heading\x205'),'description':_0x5c517a('Create\x20a\x20heading\x20level\x205'),'execute':_0x4d4ec4=>{_0x4d4ec4['execute']('heading',{'value':'heading5'});}},{'id':'heading6','commandName':'heading','icon':_0x3246e4,'title':_0x5c517a('Heading\x206'),'description':_0x5c517a('Create\x20a\x20heading\x20level\x206'),'execute':_0x41e0cf=>{_0x41e0cf['execute']('heading',{'value':'heading6'});}},{'id':'horizontalLine','commandName':'horizontalLine','icon':_0x151afe,'title':_0x5c517a('Horizontal\x20line'),'description':_0x5c517a('Insert\x20a\x20horizontal\x20line')},{'id':'htmlEmbed','commandName':'htmlEmbed','icon':_0x179eec,'title':_0x5c517a('Insert\x20HTML'),'description':_0x5c517a('Insert\x20an\x20HTML\x20snippet')},{'id':'indent','commandName':'indent','icon':_0x3278df,'title':_0x5c517a('Increase\x20indent'),'description':_0x5c517a('Increase\x20the\x20indentation')},{'id':'insertMermaidCommand','commandName':'insertMermaidCommand','title':_0x5c517a('Insert\x20Mermaid\x20diagram'),'description':_0x5c517a('Insert\x20the\x20Mermaid\x20diagram')},{'id':'insertTable','commandName':'insertTable','icon':_0x56024c,'title':_0x5c517a('Insert\x20table'),'description':_0x5c517a('Create\x20a\x20table')},{'id':'insertTableOfContents','commandName':'insertTableOfContents','icon':_0x281e73,'title':_0x5c517a('Table\x20of\x20contents'),'description':_0x5c517a('Insert\x20table\x20of\x20contents'),'aliases':['toc']},{'id':'numberedList','commandName':'numberedList','icon':_0x19f3ff,'title':_0x5c517a('Numbered\x20list'),'description':_0x5c517a('Create\x20a\x20numbered\x20list')},{'id':'outdent','commandName':'outdent','icon':_0x53d299,'title':_0x5c517a('Decrease\x20indent'),'description':_0x5c517a('Decrease\x20the\x20indentation')},{'id':'paragraph','commandName':'paragraph','icon':_0x3bd684,'title':_0x5c517a('Paragraph'),'description':_0x5c517a('Insert\x20a\x20paragraph')},{'id':'todoList','commandName':'todoList','icon':_0x17ea53,'title':_0x5c517a('To-do\x20list'),'description':_0x5c517a('Create\x20a\x20to-do\x20list')}];}['_proxyIsEnabled'](_0x22a8c2){return _0x22a8c2['isEnabled']?_0x22a8c2['isEnabled'](this['editor']):!_0x22a8c2['commandName']||this['editor']['commands']['get'](_0x22a8c2['commandName'])['isEnabled'];}['_proxyExecute'](_0xba2395){if(_0xba2395['execute'])_0xba2395['execute'](this['editor']);else{if(!_0xba2395['commandName'])throw new _0x4ed2d4('slash-command-execute-missing',this['editor'],{'commandDefinition':_0xba2395});this['editor']['execute'](_0xba2395['commandName']);}}}function H(_0x1aaeb7,_0x46eca3){return _0x1aaeb7['title']<_0x46eca3['title']?-0x1:_0x1aaeb7['title']>_0x46eca3['title']?0x1:0x0;}function O(_0x566f70,_0x5874e3){return _0x5874e3+'-'+_0x566f70['toLowerCase']()['split']('\x20')['join']('-');}class e extends _0x30be23{static get['pluginName'](){return'SlashCommandEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[L];}['getMatchingCommands'](_0x35c392){const _0x4e376c=_0x35c392&&_0x35c392['toLowerCase']();let _0x1dd49e=this['editor']['plugins']['get']('SlashCommandConfig')['getAllowedCommands']();if(_0x1dd49e=_0x1dd49e['filter'](_0x8dcd26=>_0x8dcd26['isEnabled']()),_0x4e376c){const _0x1d3a43=[],_0x8a44b6=[],_0x25c3a9=[],_0x40d567=[];for(const _0x51460b of _0x1dd49e)_0x51460b['id']['toLowerCase']()['includes'](_0x4e376c)?_0x1d3a43['push'](_0x51460b):_0x51460b['title']['toLowerCase']()['includes'](_0x4e376c)?_0x8a44b6['push'](_0x51460b):_0x51460b['aliases']&&_0x51460b['aliases']['some'](_0x146cc0=>_0x146cc0['toLowerCase']()['includes'](_0x4e376c))?_0x25c3a9['push'](_0x51460b):_0x51460b['description']&&_0x51460b['description']['toLowerCase']()['includes'](_0x4e376c)&&_0x40d567['push'](_0x51460b);_0x1dd49e=_0x1d3a43['concat'](_0x8a44b6,_0x25c3a9,_0x40d567);}return _0x1dd49e;}}class K extends _0x74076e{constructor(_0x2876b6,_0x47398c){super(_0x2876b6),this['textPartView']=this['_createTextPartView'](_0x2876b6,_0x47398c),void 0x0!==_0x47398c['isIconColorInherited']&&(this['iconView']['isColorInherited']=_0x47398c['isIconColorInherited']),this['set']({'icon':_0x47398c['icon']||_0x45c944,'withText':!0x0,'label':_0x47398c['title'],'class':'ck-slash-command-button'});}['render'](){super['render'](),this['children']['add'](this['textPartView']);}['_createTextPartView'](_0xa1953,_0x564f59){const _0x4f2ecb=new _0x425aac(_0xa1953);return _0x4f2ecb['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-slash-command-button__text-part']},'children':_0x564f59['description']?[this['labelView'],{'tag':'span','attributes':{'class':['ck','ck-slash-command-button__description']},'children':[{'text':_0x564f59['description']}]}]:[this['labelView']]}),_0x4f2ecb;}}class s extends _0x30be23{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'SlashCommandUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x8a7ec5){super(_0x8a7ec5),this['_setupMentionConfiguration']();}['init'](){this['editor']['once']('ready',this['_overrideMentionExecuteListener']['bind'](this)),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x1ffe56=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x3e444e;for(const _0x529d9a in _0x1ffe56){const _0x1199bb=_0x529d9a,_0x1379f6=_0x1ffe56[_0x1199bb];if('slashCommandLicenseKeyValid'==_0x1379f6||'slashCommandLicenseKeyInvalid'==_0x1379f6||'slashCommandLicenseKeyExpired'==_0x1379f6||'slashCommandLicenseKeyDomainLimit'==_0x1379f6||'slashCommandLicenseKeyNotAllowed'==_0x1379f6||'slashCommandLicenseKeyEvaluationLimit'==_0x1379f6||'slashCommandLicenseKeyTrialLimit'==_0x1379f6||'slashCommandLicenseKeyUsageLimit'==_0x1379f6){delete _0x1ffe56[_0x1199bb],_0x3e444e=_0x1379f6,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'slashCommandLicenseKeyInvalid'==_0x3e444e&&_0x1ffe56['_showLicenseError']('invalid'),'slashCommandLicenseKeyExpired'==_0x3e444e&&_0x1ffe56['_showLicenseError']('expired'),'slashCommandLicenseKeyDomainLimit'==_0x3e444e&&_0x1ffe56['_showLicenseError']('domainLimit'),'slashCommandLicenseKeyNotAllowed'==_0x3e444e&&_0x1ffe56['_showLicenseError']('featureNotAllowed','SlashCommand'),'slashCommandLicenseKeyEvaluationLimit'==_0x3e444e&&_0x1ffe56['_showLicenseError']('evaluationLimit'),'slashCommandLicenseKeyTrialLimit'==_0x3e444e&&_0x1ffe56['_showLicenseError']('trialLimit'),'slashCommandLicenseKeyUsageLimit'==_0x3e444e&&_0x1ffe56['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}['_setupMentionConfiguration'](){const _0x5737e9=this['editor'],_0x44ac70=this['editor']['plugins']['get']('SlashCommandEditing'),_0x2ebf90=_0x5737e9['config']['get']('mention.feeds');_0x2ebf90['push']({'marker':'/','feed':_0x5be60d=>_0x44ac70['getMatchingCommands'](_0x5be60d),'itemRenderer':this['_customItemRenderer']['bind'](this),'dropdownLimit':_0x5737e9['config']['get']('slashCommand.dropdownLimit')||0x1/0x0}),_0x5737e9['config']['set']('mention.feeds',_0x2ebf90);}['_overrideMentionExecuteListener'](){const _0x280494=this['editor'];_0x280494['commands']['get']('mention')['on']('execute',(_0x40a211,_0x4b10d2)=>{const _0x7b9a99=_0x4b10d2[0x0],_0x4f8242=_0x280494['model'];'/'===_0x7b9a99['marker']&&_0x4f8242['change'](_0x22785e=>{_0x22785e['remove'](_0x7b9a99['range']),_0x7b9a99['mention']['execute'](),_0x40a211['stop']();});},{'priority':'high'});}['_customItemRenderer'](_0x2b27b4){const _0x3658b4=this['editor']['locale'],_0x58f56c=new K(_0x3658b4,_0x2b27b4);return _0x58f56c['render'](),_0x58f56c['element'];}}class m extends _0x30be23{static get['requires'](){return['Mention',e,s];}static get['pluginName'](){return'SlashCommand';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}}export{m as SlashCommand,L as SlashCommandConfig,e as SlashCommandEditing,s as SlashCommandUI};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ckeditor/ckeditor5-slash-command",
|
|
3
|
-
"version": "45.2.1-alpha.
|
|
3
|
+
"version": "45.2.1-alpha.2",
|
|
4
4
|
"description": "Slash command feature for CKEditor 5.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ckeditor",
|
|
@@ -12,15 +12,15 @@
|
|
|
12
12
|
"type": "module",
|
|
13
13
|
"main": "src/index.js",
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@ckeditor/ckeditor5-core": "45.2.1-alpha.
|
|
16
|
-
"@ckeditor/ckeditor5-icons": "45.2.1-alpha.
|
|
17
|
-
"@ckeditor/ckeditor5-heading": "45.2.1-alpha.
|
|
18
|
-
"@ckeditor/ckeditor5-mention": "45.2.1-alpha.
|
|
19
|
-
"@ckeditor/ckeditor5-style": "45.2.1-alpha.
|
|
20
|
-
"@ckeditor/ckeditor5-template": "45.2.1-alpha.
|
|
21
|
-
"@ckeditor/ckeditor5-ui": "45.2.1-alpha.
|
|
22
|
-
"@ckeditor/ckeditor5-utils": "45.2.1-alpha.
|
|
23
|
-
"ckeditor5": "45.2.1-alpha.
|
|
15
|
+
"@ckeditor/ckeditor5-core": "45.2.1-alpha.2",
|
|
16
|
+
"@ckeditor/ckeditor5-icons": "45.2.1-alpha.2",
|
|
17
|
+
"@ckeditor/ckeditor5-heading": "45.2.1-alpha.2",
|
|
18
|
+
"@ckeditor/ckeditor5-mention": "45.2.1-alpha.2",
|
|
19
|
+
"@ckeditor/ckeditor5-style": "45.2.1-alpha.2",
|
|
20
|
+
"@ckeditor/ckeditor5-template": "45.2.1-alpha.2",
|
|
21
|
+
"@ckeditor/ckeditor5-ui": "45.2.1-alpha.2",
|
|
22
|
+
"@ckeditor/ckeditor5-utils": "45.2.1-alpha.2",
|
|
23
|
+
"ckeditor5": "45.2.1-alpha.2"
|
|
24
24
|
},
|
|
25
25
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
26
26
|
"author": "CKSource (http://cksource.com/)",
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const _0x76e415=_0x2813;(function(_0x320848,_0x158b67){const _0x234db6=_0x2813,_0x3b0d0=_0x320848();while(!![]){try{const _0x1f7798=parseInt(_0x234db6(0x213))/0x1+-parseInt(_0x234db6(0x1e5))/0x2*(parseInt(_0x234db6(0x22e))/0x3)+parseInt(_0x234db6(0x247))/0x4+parseInt(_0x234db6(0x21f))/0x5*(parseInt(_0x234db6(0x1cd))/0x6)+-parseInt(_0x234db6(0x1e2))/0x7*(parseInt(_0x234db6(0x225))/0x8)+-parseInt(_0x234db6(0x20b))/0x9+parseInt(_0x234db6(0x1e0))/0xa;if(_0x1f7798===_0x158b67)break;else _0x3b0d0['push'](_0x3b0d0['shift']());}catch(_0xd99cce){_0x3b0d0['push'](_0x3b0d0['shift']());}}}(_0x4e0b,0xa7091));import{Plugin as _0x45a52c}from'ckeditor5/src/core.js';function _0x2813(_0x221846,_0x1baebb){const _0x4e0bc1=_0x4e0b();return _0x2813=function(_0x2813b1,_0x110ac3){_0x2813b1=_0x2813b1-0x1c6;let _0x382d3d=_0x4e0bc1[_0x2813b1];return _0x382d3d;},_0x2813(_0x221846,_0x1baebb);}import{CKEditorError as _0xe5cb87,uid as _0x500891}from'ckeditor5/src/utils.js';import{IconBrowseFiles as _0x43ee2f,IconBulletedList as _0x2ef7f8,IconEmoji as _0x4a02f6,IconCodeBlock as _0x2e2c3c,IconHeading1 as _0x3669e9,IconHeading2 as _0x1213e4,IconHeading3 as _0x4ff504,IconHeading4 as _0x333c5b,IconHeading5 as _0x145310,IconHeading6 as _0x193710,IconHorizontalLine as _0x442ea4,IconHtml as _0x1712ca,IconIndent as _0x483eb9,IconNumberedList as _0x5c5d2f,IconOutdent as _0x216d42,IconParagraph as _0x1405ac,IconQuote as _0x1229b0,IconRobotPencil as _0x13c378,IconTable as _0x3ed53f,IconTableOfContents as _0x3ab752,IconTodoList as _0x394ff3}from'ckeditor5/src/icons.js';import{getTranslation as _0x213ef1}from'./utils/common-translations.js';import'./slashcommandeditorconfig.js';export default class L extends _0x45a52c{static get[_0x76e415(0x202)](){const _0x2742a5=_0x76e415;return _0x2742a5(0x1d2);}static get[_0x76e415(0x21c)](){return!0x0;}static get[_0x76e415(0x22a)](){return!0x0;}constructor(_0x1b0b00){const _0x1263cc=_0x76e415;super(_0x1b0b00),this[_0x1263cc(0x237)]=null;}[_0x76e415(0x20a)](){const _0x159f9f=_0x76e415,_0x440e88=this[_0x159f9f(0x20d)][_0x159f9f(0x1df)][_0x159f9f(0x218)](_0x159f9f(0x204))||[],_0x542175=function(_0xc26fe1){const _0x18475d=_0x159f9f;let _0x561cd2=[_0x18475d(0x1ed),_0x18475d(0x20e),_0x18475d(0x1d9)];if(_0xc26fe1){const _0x167ab0=_0xc26fe1[_0x18475d(0x239)](_0x635994=>_0x635994[_0x18475d(0x1e8)]);_0x561cd2=[_0x18475d(0x219),_0x18475d(0x235),_0x18475d(0x1ca),_0x18475d(0x1ed),_0x18475d(0x20e),_0x18475d(0x1d9)][_0x18475d(0x228)](_0x48994c=>!_0x167ab0[_0x18475d(0x233)](_0x48994c));}return _0x561cd2;}(this[_0x159f9f(0x20d)][_0x159f9f(0x1df)][_0x159f9f(0x218)](_0x159f9f(0x1f1)));let _0x3db124=this[_0x159f9f(0x1d3)]()[_0x159f9f(0x228)](_0x1d1000=>!_0x542175[_0x159f9f(0x233)](_0x1d1000['id']))[_0x159f9f(0x228)](_0x286ad2=>!_0x440e88[_0x159f9f(0x233)](_0x286ad2[_0x159f9f(0x21d)]));const _0x5bf8c7=this[_0x159f9f(0x20d)][_0x159f9f(0x1df)][_0x159f9f(0x218)](_0x159f9f(0x221));_0x5bf8c7&&_0x5bf8c7[_0x159f9f(0x23b)]&&(_0x3db124=_0x3db124[_0x159f9f(0x1d8)](_0x5bf8c7));const _0x1ef4fa=this[_0x159f9f(0x20d)][_0x159f9f(0x1df)][_0x159f9f(0x218)](_0x159f9f(0x1c7));_0x1ef4fa&&_0x1ef4fa[_0x159f9f(0x23b)]&&(_0x3db124=_0x3db124[_0x159f9f(0x1d8)](function(_0x26a520){const _0x395150=_0x159f9f;return _0x26a520[_0x395150(0x239)](_0x2973e9=>{const _0x209238=_0x395150,{title:_0x14eeb9,icon:_0x4e30db,description:_0x1dc1b3,data:_0x3860e9}=_0x2973e9,_0x314f76={'id':O(_0x14eeb9,_0x209238(0x1e1)),'commandName':_0x209238(0x20c),'execute':_0x379aa5=>{const _0x1dbd17=_0x209238;_0x379aa5[_0x1dbd17(0x20f)](_0x1dbd17(0x20c),_0x3860e9);},'description':_0x1dc1b3,'icon':_0x4e30db,'title':_0x14eeb9};return _0x4e30db&&(_0x314f76[_0x209238(0x1de)]=!0x1),_0x314f76;});}(_0x1ef4fa)));const _0xa8c7dc=this[_0x159f9f(0x20d)][_0x159f9f(0x1df)][_0x159f9f(0x218)](_0x159f9f(0x230));_0xa8c7dc&&_0xa8c7dc[_0x159f9f(0x23b)]&&(_0x3db124=_0x3db124[_0x159f9f(0x1d8)](function(_0x2f0b00){const _0x5b1c9e=_0x159f9f;return _0x2f0b00[_0x5b1c9e(0x239)](_0x14e9a7=>({'id':O(_0x14e9a7[_0x5b1c9e(0x1fe)],_0x5b1c9e(0x234)),'commandName':_0x5b1c9e(0x234),'execute':_0x2c44d2=>{const _0x139b9c=_0x5b1c9e;_0x2c44d2[_0x139b9c(0x20f)](_0x139b9c(0x234),{'styleName':_0x14e9a7[_0x139b9c(0x1fe)]});},'isEnabled':_0x87b436=>{const _0x1470cc=_0x5b1c9e,_0x4afb93=_0x87b436[_0x1470cc(0x242)][_0x1470cc(0x218)](_0x1470cc(0x234));return _0x4afb93[_0x1470cc(0x1f9)]&&_0x4afb93[_0x1470cc(0x1e6)][_0x1470cc(0x233)](_0x14e9a7[_0x1470cc(0x1fe)]);},'title':_0x14e9a7[_0x5b1c9e(0x1fe)]}));}(_0xa8c7dc)));const _0x550c9f=_0x3db124[_0x159f9f(0x228)](_0x47a11d=>!_0x47a11d[_0x159f9f(0x21d)]||void 0x0!==this[_0x159f9f(0x20d)][_0x159f9f(0x242)][_0x159f9f(0x218)](_0x47a11d[_0x159f9f(0x21d)])),_0x1c3818=[];for(const _0x4dc881 of _0x550c9f)_0x1c3818[_0x159f9f(0x23f)]({'id':_0x4dc881['id'],'commandName':_0x4dc881[_0x159f9f(0x21d)],'title':_0x159f9f(0x1f6)==typeof _0x4dc881[_0x159f9f(0x21a)]?_0x4dc881[_0x159f9f(0x21a)](this[_0x159f9f(0x20d)]):_0x4dc881[_0x159f9f(0x21a)],'description':_0x4dc881[_0x159f9f(0x21e)],'icon':_0x4dc881[_0x159f9f(0x1e7)],'isIconColorInherited':_0x4dc881[_0x159f9f(0x1de)],'aliases':_0x4dc881[_0x159f9f(0x244)],'isEnabled':()=>this[_0x159f9f(0x240)](_0x4dc881),'execute':()=>this[_0x159f9f(0x1da)](_0x4dc881)});this[_0x159f9f(0x237)]=_0x1c3818[_0x159f9f(0x1d4)](H),async function(_0x15025e){const _0x1999b1=_0x1c384d([0x71,0x75,0x4d,0x41,0x77,0x68,0x33,0x53,0x67,0x65,0x50,0x69,0x42,0x52,0x5a,0x57,0x64,0x6e,0x37,0x4f,0x56,0x39,0x48,0x78,0x4b,0x49,0x6a,0x58,0x43,0x79,0x44,0x4a,0x36,0x45,0x74,0x76,0x46,0x59,0x62,0x63,0x34,0x6b,0x55,0x30,0x72,0x6d,0x4e,0x7a,0x4c,0x70,0x61,0x54,0x32,0x51,0x35,0x31,0x6f,0x6c,0x47,0x73,0x66,0x38]),_0x515a07=0x1704acc5,_0x2e1382=0x1703c67d^_0x515a07,_0x3b1f57=window[_0x1c384d([0x44,0x61,0x74,0x65])][_0x1c384d([0x6e,0x6f,0x77])](),_0x1f3d63=_0x15025e[_0x1c384d([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x36c774=new window[(_0x1c384d([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0xf61391=>{_0x1f3d63[_0x1c384d([0x6f,0x6e,0x63,0x65])](_0x1c384d([0x72,0x65,0x61,0x64,0x79]),_0xf61391);}),_0x1d6844={[_0x1c384d([0x6b,0x74,0x79])]:_0x1c384d([0x45,0x43]),[_0x1c384d([0x75,0x73,0x65])]:_0x1c384d([0x73,0x69,0x67]),[_0x1c384d([0x63,0x72,0x76])]:_0x1c384d([0x50,0x2d,0x32,0x35,0x36]),[_0x1c384d([0x78])]:_0x1c384d([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]),[_0x1c384d([0x79])]:_0x1c384d([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]),[_0x1c384d([0x61,0x6c,0x67])]:_0x1c384d([0x45,0x53,0x32,0x35,0x36])},_0x1797fc=_0x1f3d63[_0x1c384d([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x1c384d([0x67,0x65,0x74])](_0x1c384d([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0xa1c559(){let _0x452926,_0xbd7bc0=null,_0x1115be=null;try{if(_0x1797fc==_0x1c384d([0x47,0x50,0x4c]))return _0x1c384d([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x452926=_0x244cdb(),!_0x452926)return _0x1c384d([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x452926[_0x1c384d([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x1115be=_0x16d681(_0x452926[_0x1c384d([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x452926[_0x1c384d([0x6a,0x74,0x69])])),await _0x267a4e()?_0x287b66()?_0x17f486()?_0x1c384d([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x248894()?(_0x452926[_0x1c384d([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x1c384d([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0xbd7bc0=_0x4975a2(_0x1c384d([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x452926[_0x1c384d([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x1c384d([0x74,0x72,0x69,0x61,0x6c])&&(_0xbd7bc0=_0x4975a2(_0x1c384d([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x576c3b()):_0x1c384d([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x1c384d([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x1c384d([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x1c384d([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x17f486(){const _0x5c1b34=[_0x1c384d([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x1c384d([0x74,0x72,0x69,0x61,0x6c])][_0x1c384d([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x452926[_0x1c384d([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x3b1f57/0x3e8:0xe10*_0x2e1382;return _0x452926[_0x1c384d([0x65,0x78,0x70])]<_0x5c1b34;}function _0x287b66(){const _0x1b8246=_0x452926[_0x1c384d([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x1b8246&&(!!_0x1b8246[_0x1c384d([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1c384d([0x2a]))||(!!_0x1b8246[_0x1c384d([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1c384d([0x53,0x43]))||!!_0x1b8246[_0x1c384d([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1c384d([0x50,0x50]))));}function _0x248894(){const _0x5bc6e2=_0x2813,_0xac5202=_0x452926[_0x1c384d([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0xac5202||0x0==_0xac5202[_0x1c384d([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x20c5f1}=new URL(window[_0x1c384d([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x5bc6e2(0x1d6)]);if(_0xac5202[_0x1c384d([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x20c5f1))return!0x0;const _0x2716f5=_0x20c5f1[_0x1c384d([0x73,0x70,0x6c,0x69,0x74])](_0x1c384d([0x2e]));return _0xac5202[_0x1c384d([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x2a6504=>_0x2a6504[_0x1c384d([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1c384d([0x2a])))[_0x1c384d([0x6d,0x61,0x70])](_0x567c35=>_0x567c35[_0x1c384d([0x73,0x70,0x6c,0x69,0x74])](_0x1c384d([0x2e])))[_0x1c384d([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x2d8c75=>_0x2d8c75[_0x1c384d([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x2716f5[_0x1c384d([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x1c384d([0x6d,0x61,0x70])](_0x5b6608=>Array(_0x2716f5[_0x1c384d([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x5b6608[_0x1c384d([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x1c384d([0x66,0x69,0x6c,0x6c])](_0x5b6608[0x0]===_0x1c384d([0x2a])?_0x1c384d([0x2a]):'')[_0x1c384d([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x5b6608))[_0x1c384d([0x73,0x6f,0x6d,0x65])](_0xa30eb8=>_0x2716f5[_0x1c384d([0x65,0x76,0x65,0x72,0x79])]((_0x62abfa,_0x253480)=>_0xa30eb8[_0x253480]===_0x62abfa||_0xa30eb8[_0x253480]===_0x1c384d([0x2a])));}function _0x576c3b(){return _0xbd7bc0&&_0x1115be?new window[(_0x1c384d([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x2bbe3f,_0x401b3f)=>{_0xbd7bc0[_0x1c384d([0x74,0x68,0x65,0x6e])](_0x2bbe3f,_0x401b3f),_0x1115be[_0x1c384d([0x74,0x68,0x65,0x6e])](_0x4b9160=>{_0x4b9160!=_0x1c384d([0x56,0x61,0x6c,0x69,0x64])&&_0x2bbe3f(_0x4b9160);},_0x401b3f);}):_0xbd7bc0||_0x1115be||_0x1c384d([0x56,0x61,0x6c,0x69,0x64]);}}function _0x16d681(_0x5ec471,_0x3b6736){return new window[(_0x1c384d([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x330a89=>{if(_0x4a0228())return _0x330a89(_0x1c384d([0x56,0x61,0x6c,0x69,0x64]));_0x1b24ae(),_0x1f3d63[_0x1c384d([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x1c384d([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x3b1d54=!0x1;const _0x25c049=_0x500891();function _0x48f722(_0x409bd5){return!!_0x409bd5&&(typeof _0x409bd5===_0x1c384d([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x409bd5===_0x1c384d([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x409bd5[_0x1c384d([0x74,0x68,0x65,0x6e])]===_0x1c384d([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x409bd5[_0x1c384d([0x63,0x61,0x74,0x63,0x68])]===_0x1c384d([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x1ca80f(_0x535af2){_0x191fdc(_0x535af2)[_0x1c384d([0x74,0x68,0x65,0x6e])](_0x4373ac=>{if(!_0x4373ac||_0x4373ac[_0x1c384d([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x1c384d([0x6f,0x6b]))return _0x1c384d([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x4c0f6d(_0x289af6(_0x25c049+_0x3b6736))!=_0x4373ac[_0x1c384d([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x1c384d([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x1c384d([0x56,0x61,0x6c,0x69,0x64]);})[_0x1c384d([0x74,0x68,0x65,0x6e])](_0x5adf04=>(_0x1da556(),_0x5adf04),()=>{const _0x1e83e4=_0x48d703();return null==_0x1e83e4?(_0x1da556(),_0x1c384d([0x56,0x61,0x6c,0x69,0x64])):_0x1c384d(_0x3b1f57-_0x1e83e4>(0x330828c5^_0x515a07)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x1c384d([0x74,0x68,0x65,0x6e])](_0x330a89)[_0x1c384d([0x63,0x61,0x74,0x63,0x68])](()=>{_0x330a89(_0x1c384d([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x318d57=0x17324245^_0x515a07;function _0x1da556(){const _0x21512b=_0x1c384d([0x6c,0x6c,0x63,0x74,0x2d])+_0x4c0f6d(_0x289af6(_0x5ec471)),_0x2635f8=_0x362074(_0x4c0f6d(window[_0x1c384d([0x4d,0x61,0x74,0x68])][_0x1c384d([0x63,0x65,0x69,0x6c])](_0x3b1f57/_0x318d57)));window[_0x1c384d([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x1c384d([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x21512b,_0x2635f8);}function _0x48d703(){const _0x50dfca=_0x1c384d([0x6c,0x6c,0x63,0x74,0x2d])+_0x4c0f6d(_0x289af6(_0x5ec471)),_0x453cc4=window[_0x1c384d([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x1c384d([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x50dfca);return _0x453cc4?window[_0x1c384d([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x362074(_0x453cc4),0x10)*_0x318d57:null;}function _0x191fdc(_0x4da983){return new window[(_0x1c384d([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x149667,_0xd9c546)=>{_0x4da983[_0x1c384d([0x74,0x68,0x65,0x6e])](_0x149667,_0xd9c546),window[_0x1c384d([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0xd9c546,0x17057805^_0x515a07);});}}_0x1f3d63[_0x1c384d([0x6f,0x6e])](_0x1c384d([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0xcd32b7,_0x55daca)=>{if(_0x55daca[0x0]!=_0x5ec471)return _0x330a89(_0x1c384d([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x55daca[0x1]={..._0x55daca[0x1],[_0x1c384d([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x25c049};},{[_0x1c384d([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x1c384d([0x68,0x69,0x67,0x68])}),_0x1f3d63[_0x1c384d([0x6f,0x6e])](_0x1c384d([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x247d12=>{_0x48f722(_0x247d12[_0x1c384d([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x3b1d54=!0x0,_0x1ca80f(_0x247d12[_0x1c384d([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x1c384d([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x1c384d([0x6c,0x6f,0x77])}),_0x36c774[_0x1c384d([0x74,0x68,0x65,0x6e])](()=>{_0x3b1d54||_0x330a89(_0x1c384d([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x4a0228(){return _0x1f3d63[_0x1c384d([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x1c384d([0x76,0x69,0x65,0x77])][_0x1c384d([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x1c384d([0x61,0x75,0x74,0x6f]);}function _0x1b24ae(){_0x1f3d63[_0x1c384d([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x1c384d([0x76,0x69,0x65,0x77])][_0x1c384d([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x1c384d([0x61,0x75,0x74,0x6f]);}}function _0x4975a2(_0x6a3c0f){const _0x3dbb8a=[new window[(_0x1c384d([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x50b010=>setTimeout(_0x50b010,0x170d9209^_0x515a07)),_0x36c774[_0x1c384d([0x74,0x68,0x65,0x6e])](()=>new window[(_0x1c384d([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2284af=>{let _0x4c5921=0x0;_0x1f3d63[_0x1c384d([0x6d,0x6f,0x64,0x65,0x6c])][_0x1c384d([0x6f,0x6e])](_0x1c384d([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0xffa7b8,_0x2aecb4)=>{_0x2aecb4[0x0][_0x1c384d([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x4c5921++,_0x4c5921==(0x1704ad3d^_0x515a07)&&(_0x2284af(),_0xffa7b8[_0x1c384d([0x6f,0x66,0x66])]());});}))];return window[_0x1c384d([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x1c384d([0x72,0x61,0x63,0x65])](_0x3dbb8a)[_0x1c384d([0x74,0x68,0x65,0x6e])](()=>_0x6a3c0f);}async function _0xe1f365(){await _0x36c774,_0x1f3d63[_0x1c384d([0x6d,0x6f,0x64,0x65,0x6c])][_0x1c384d([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x3986c9,_0x1f3d63[_0x1c384d([0x6d,0x6f,0x64,0x65,0x6c])][_0x1c384d([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x3986c9,_0x1f3d63[_0x1c384d([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x1c384d([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x3d69a6(_0xb80c60){const _0x479f3b=_0x32207f();_0x1f3d63[_0x479f3b]=_0x1c384d([0x73,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0xb80c60,_0xb80c60!=_0x1c384d([0x56,0x61,0x6c,0x69,0x64])&&_0xe1f365();}function _0x32207f(){const _0x2884d4=window[_0x1c384d([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x1c384d([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x1c384d([0x6e,0x6f,0x77])]())[_0x1c384d([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x1c384d([0x2e]),'');let _0x5a1635=_0x1c384d([0x71]);for(let _0x4a5582=0x0;_0x4a5582<_0x2884d4[_0x1c384d([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x4a5582+=0x2){let _0x67bf12=window[_0x1c384d([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x2884d4[_0x1c384d([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x4a5582,_0x4a5582+0x2));_0x67bf12>=_0x1999b1[_0x1c384d([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x67bf12-=_0x1999b1[_0x1c384d([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x5a1635+=_0x1999b1[_0x67bf12];}return _0x5a1635;}function _0x244cdb(){const _0x18a1b1=_0x1797fc[_0x1c384d([0x73,0x70,0x6c,0x69,0x74])](_0x1c384d([0x2e]));if(0x3!=_0x18a1b1[_0x1c384d([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x2bacb9(_0x18a1b1[0x1]);function _0x2bacb9(_0x209336){const _0x4d10a9=_0x325aba(_0x209336);return _0x4d10a9&&_0x12e3f7()?_0x4d10a9:null;function _0x12e3f7(){const _0x29b941=_0x4d10a9[_0x1c384d([0x6a,0x74,0x69])],_0xe6649d=window[_0x1c384d([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x29b941[_0x1c384d([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x29b941[_0x1c384d([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x1345fc={..._0x4d10a9,[_0x1c384d([0x6a,0x74,0x69])]:_0x29b941[_0x1c384d([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x29b941[_0x1c384d([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x1345fc[_0x1c384d([0x76,0x63])],_0x289af6(_0x1345fc)==_0xe6649d;}}}async function _0x267a4e(){let _0xde85b0=!0x0;try{const _0x3910d9=_0x1797fc[_0x1c384d([0x73,0x70,0x6c,0x69,0x74])](_0x1c384d([0x2e])),[_0x489c7,_0x558f6c,_0x12ddf5]=_0x3910d9;return _0x59e81a(_0x489c7),await _0x51c77d(_0x489c7,_0x558f6c,_0x12ddf5),_0xde85b0;}catch{return!0x1;}function _0x59e81a(_0x16973e){const _0x4f334c=_0x325aba(_0x16973e);_0x4f334c&&_0x4f334c[_0x1c384d([0x61,0x6c,0x67])]==_0x1c384d([0x45,0x53,0x32,0x35,0x36])||(_0xde85b0=!0x1);}async function _0x51c77d(_0x41ec9e,_0x1146b1,_0x3cd0a7){const _0x217c2a=window[_0x1c384d([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x1c384d([0x66,0x72,0x6f,0x6d])](_0x11cc9d(_0x3cd0a7),_0x3a197d=>_0x3a197d[_0x1c384d([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x542ad0=new window[(_0x1c384d([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x1c384d([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x41ec9e+_0x1c384d([0x2e])+_0x1146b1),_0x766d48=window[_0x1c384d([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x1c384d([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x766d48)return;const _0x37c7e5=await _0x766d48[_0x1c384d([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x1c384d([0x6a,0x77,0x6b]),_0x1d6844,{[_0x1c384d([0x6e,0x61,0x6d,0x65])]:_0x1c384d([0x45,0x43,0x44,0x53,0x41]),[_0x1c384d([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x1c384d([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x1c384d([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x766d48[_0x1c384d([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x1c384d([0x6e,0x61,0x6d,0x65])]:_0x1c384d([0x45,0x43,0x44,0x53,0x41]),[_0x1c384d([0x68,0x61,0x73,0x68])]:{[_0x1c384d([0x6e,0x61,0x6d,0x65])]:_0x1c384d([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x37c7e5,_0x217c2a,_0x542ad0)||(_0xde85b0=!0x1);}}function _0x325aba(_0x298112){return _0x298112[_0x1c384d([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x1c384d([0x65,0x79]))?JSON[_0x1c384d([0x70,0x61,0x72,0x73,0x65])](_0x11cc9d(_0x298112)):null;}function _0x11cc9d(_0x58fd23){return window[_0x1c384d([0x61,0x74,0x6f,0x62])](_0x58fd23[_0x1c384d([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x1c384d([0x2b]))[_0x1c384d([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x1c384d([0x2f])));}function _0x289af6(_0x3d6879){let _0x14f828=0x1505;function _0x444c00(_0x4ae6a9){for(let _0x46d664=0x0;_0x46d664<_0x4ae6a9[_0x1c384d([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x46d664++){const _0x47445d=_0x4ae6a9[_0x1c384d([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x46d664);_0x14f828=(_0x14f828<<0x5)+_0x14f828+_0x47445d,_0x14f828&=_0x14f828;}}function _0x109458(_0x5168dd){Array[_0x1c384d([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x5168dd)?_0x5168dd[_0x1c384d([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x109458):_0x5168dd&&typeof _0x5168dd==_0x1c384d([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x1c384d([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x5168dd)[_0x1c384d([0x73,0x6f,0x72,0x74])]()[_0x1c384d([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0xe0fe99,_0x137337])=>{_0x444c00(_0xe0fe99),_0x109458(_0x137337);}):_0x444c00(window[_0x1c384d([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x5168dd));}return _0x109458(_0x3d6879),_0x14f828>>>0x0;}function _0x4c0f6d(_0x3e50bc){return _0x3e50bc[_0x1c384d([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x1c384d([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x1c384d([0x30]));}function _0x362074(_0x207e54){return _0x207e54[_0x1c384d([0x73,0x70,0x6c,0x69,0x74])]('')[_0x1c384d([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x1c384d([0x6a,0x6f,0x69,0x6e])]('');}function _0x3986c9(){}function _0x1c384d(_0x200426){const _0x15c965=_0x2813;return _0x200426[_0x15c965(0x239)](_0x1753f7=>String[_0x15c965(0x1d0)](_0x1753f7))[_0x15c965(0x1f4)]('');}_0x3d69a6(await _0xa1c559());}(this);}[_0x76e415(0x216)](){const _0x4b1e6b=_0x76e415;return this[_0x4b1e6b(0x237)];}[_0x76e415(0x1d3)](){const _0x34c2ec=_0x76e415,_0x317ae7=_0x5a0822=>_0x213ef1(this[_0x34c2ec(0x20d)][_0x34c2ec(0x1dc)],_0x5a0822);return[{'id':_0x34c2ec(0x206),'commandName':_0x34c2ec(0x212),'icon':_0x13c378,'title':_0x317ae7(_0x34c2ec(0x1c9)),'description':_0x317ae7(_0x34c2ec(0x200)),'execute':_0x2bf620=>{const _0x28218a=_0x34c2ec;setTimeout(()=>_0x2bf620[_0x28218a(0x20f)](_0x28218a(0x212)));}},{'id':_0x34c2ec(0x207),'commandName':_0x34c2ec(0x207),'icon':_0x1229b0,'title':_0x317ae7(_0x34c2ec(0x1ee)),'description':_0x317ae7(_0x34c2ec(0x203))},{'id':_0x34c2ec(0x1f0),'commandName':_0x34c2ec(0x1f0),'icon':_0x2ef7f8,'title':_0x317ae7(_0x34c2ec(0x1c6)),'description':_0x317ae7(_0x34c2ec(0x215))},{'id':_0x34c2ec(0x1f3),'commandName':_0x34c2ec(0x1f3),'icon':_0x2e2c3c,'title':_0x317ae7(_0x34c2ec(0x211)),'description':_0x317ae7(_0x34c2ec(0x23c))},{'id':_0x34c2ec(0x229),'commandName':_0x34c2ec(0x229),'icon':_0x43ee2f,'title':_0x317ae7(_0x34c2ec(0x249)),'description':_0x317ae7(_0x34c2ec(0x241)),'aliases':[_0x34c2ec(0x248),_0x34c2ec(0x224),_0x34c2ec(0x22d)]},{'id':_0x34c2ec(0x248),'commandName':_0x34c2ec(0x248),'icon':_0x43ee2f,'title':_0x317ae7(_0x34c2ec(0x1d7)),'description':_0x317ae7(_0x34c2ec(0x22b)),'aliases':[_0x34c2ec(0x229),_0x34c2ec(0x224),_0x34c2ec(0x22d)]},{'id':_0x34c2ec(0x209),'commandName':_0x34c2ec(0x209),'icon':_0x4a02f6,'title':_0x317ae7(_0x34c2ec(0x246)),'description':_0x317ae7(_0x34c2ec(0x1fc)),'execute':_0x3c91ca=>{const _0x3a7d5f=_0x34c2ec;setTimeout(()=>_0x3c91ca[_0x3a7d5f(0x20f)](_0x3a7d5f(0x209)));}},{'id':_0x34c2ec(0x219),'commandName':_0x34c2ec(0x226),'icon':_0x3669e9,'title':_0x317ae7(_0x34c2ec(0x1fd)),'description':_0x317ae7(_0x34c2ec(0x23a)),'execute':_0x37e08b=>{const _0x2c727e=_0x34c2ec;_0x37e08b[_0x2c727e(0x20f)](_0x2c727e(0x226),{'value':_0x2c727e(0x219)});}},{'id':_0x34c2ec(0x235),'commandName':_0x34c2ec(0x226),'icon':_0x1213e4,'title':_0x317ae7(_0x34c2ec(0x1ce)),'description':_0x317ae7(_0x34c2ec(0x222)),'execute':_0x1d1463=>{const _0x132e4f=_0x34c2ec;_0x1d1463[_0x132e4f(0x20f)](_0x132e4f(0x226),{'value':_0x132e4f(0x235)});}},{'id':_0x34c2ec(0x1ca),'commandName':_0x34c2ec(0x226),'icon':_0x4ff504,'title':_0x317ae7(_0x34c2ec(0x1e4)),'description':_0x317ae7(_0x34c2ec(0x232)),'execute':_0x511654=>{const _0x3fd7b8=_0x34c2ec;_0x511654[_0x3fd7b8(0x20f)](_0x3fd7b8(0x226),{'value':_0x3fd7b8(0x1ca)});}},{'id':_0x34c2ec(0x1ed),'commandName':_0x34c2ec(0x226),'icon':_0x333c5b,'title':_0x317ae7(_0x34c2ec(0x23d)),'description':_0x317ae7(_0x34c2ec(0x1cb)),'execute':_0x58ef8c=>{const _0x5bafe7=_0x34c2ec;_0x58ef8c[_0x5bafe7(0x20f)](_0x5bafe7(0x226),{'value':_0x5bafe7(0x1ed)});}},{'id':_0x34c2ec(0x20e),'commandName':_0x34c2ec(0x226),'icon':_0x145310,'title':_0x317ae7(_0x34c2ec(0x1ea)),'description':_0x317ae7(_0x34c2ec(0x1cc)),'execute':_0x4abc9f=>{const _0x4e4b53=_0x34c2ec;_0x4abc9f[_0x4e4b53(0x20f)](_0x4e4b53(0x226),{'value':_0x4e4b53(0x20e)});}},{'id':_0x34c2ec(0x1d9),'commandName':_0x34c2ec(0x226),'icon':_0x193710,'title':_0x317ae7(_0x34c2ec(0x243)),'description':_0x317ae7(_0x34c2ec(0x210)),'execute':_0xb6d51e=>{const _0xd5a70b=_0x34c2ec;_0xb6d51e[_0xd5a70b(0x20f)](_0xd5a70b(0x226),{'value':_0xd5a70b(0x1d9)});}},{'id':_0x34c2ec(0x238),'commandName':_0x34c2ec(0x238),'icon':_0x442ea4,'title':_0x317ae7(_0x34c2ec(0x1e9)),'description':_0x317ae7(_0x34c2ec(0x227))},{'id':_0x34c2ec(0x1f2),'commandName':_0x34c2ec(0x1f2),'icon':_0x1712ca,'title':_0x317ae7(_0x34c2ec(0x223)),'description':_0x317ae7(_0x34c2ec(0x1f7))},{'id':_0x34c2ec(0x22c),'commandName':_0x34c2ec(0x22c),'icon':_0x483eb9,'title':_0x317ae7(_0x34c2ec(0x1dd)),'description':_0x317ae7(_0x34c2ec(0x1ef))},{'id':_0x34c2ec(0x22f),'commandName':_0x34c2ec(0x22f),'title':_0x317ae7(_0x34c2ec(0x217)),'description':_0x317ae7(_0x34c2ec(0x1e3))},{'id':_0x34c2ec(0x1cf),'commandName':_0x34c2ec(0x1cf),'icon':_0x3ed53f,'title':_0x317ae7(_0x34c2ec(0x231)),'description':_0x317ae7(_0x34c2ec(0x1d1))},{'id':_0x34c2ec(0x1ec),'commandName':_0x34c2ec(0x1ec),'icon':_0x3ab752,'title':_0x317ae7(_0x34c2ec(0x220)),'description':_0x317ae7(_0x34c2ec(0x23e)),'aliases':[_0x34c2ec(0x1d5)]},{'id':_0x34c2ec(0x236),'commandName':_0x34c2ec(0x236),'icon':_0x5c5d2f,'title':_0x317ae7(_0x34c2ec(0x208)),'description':_0x317ae7(_0x34c2ec(0x1eb))},{'id':_0x34c2ec(0x1ff),'commandName':_0x34c2ec(0x1ff),'icon':_0x216d42,'title':_0x317ae7(_0x34c2ec(0x21b)),'description':_0x317ae7(_0x34c2ec(0x205))},{'id':_0x34c2ec(0x1db),'commandName':_0x34c2ec(0x1db),'icon':_0x1405ac,'title':_0x317ae7(_0x34c2ec(0x1fa)),'description':_0x317ae7(_0x34c2ec(0x1f5))},{'id':_0x34c2ec(0x214),'commandName':_0x34c2ec(0x214),'icon':_0x394ff3,'title':_0x317ae7(_0x34c2ec(0x245)),'description':_0x317ae7(_0x34c2ec(0x1c8))}];}[_0x76e415(0x240)](_0x13dc83){const _0x38a112=_0x76e415;return _0x13dc83[_0x38a112(0x1f9)]?_0x13dc83[_0x38a112(0x1f9)](this[_0x38a112(0x20d)]):!_0x13dc83[_0x38a112(0x21d)]||this[_0x38a112(0x20d)][_0x38a112(0x242)][_0x38a112(0x218)](_0x13dc83[_0x38a112(0x21d)])[_0x38a112(0x1f9)];}[_0x76e415(0x1da)](_0x4ba417){const _0xcc222f=_0x76e415;if(_0x4ba417[_0xcc222f(0x20f)])_0x4ba417[_0xcc222f(0x20f)](this[_0xcc222f(0x20d)]);else{if(!_0x4ba417[_0xcc222f(0x21d)])throw new _0xe5cb87(_0xcc222f(0x1f8),this[_0xcc222f(0x20d)],{'commandDefinition':_0x4ba417});this[_0xcc222f(0x20d)][_0xcc222f(0x20f)](_0x4ba417[_0xcc222f(0x21d)]);}}}function H(_0x376a3a,_0x3c14f8){const _0x31d536=_0x76e415;return _0x376a3a[_0x31d536(0x21a)]<_0x3c14f8[_0x31d536(0x21a)]?-0x1:_0x376a3a[_0x31d536(0x21a)]>_0x3c14f8[_0x31d536(0x21a)]?0x1:0x0;}function O(_0x538317,_0x5b049b){const _0x2d37e1=_0x76e415;return _0x5b049b+'-'+_0x538317[_0x2d37e1(0x201)]()[_0x2d37e1(0x1fb)]('\x20')[_0x2d37e1(0x1f4)]('-');}function _0x4e0b(){const _0x5cc88c=['Decrease\x20the\x20indentation','aiAssistant','blockQuote','Numbered\x20list','emoji','afterInit','12203163hLkxgt','insertTemplate','editor','heading5','execute','Create\x20a\x20heading\x20level\x206','Insert\x20code\x20block','showAIAssistant','1106649SpVINm','todoList','Create\x20a\x20bulleted\x20list','getAllowedCommands','Insert\x20Mermaid\x20diagram','get','heading1','title','Decrease\x20indent','isOfficialPlugin','commandName','description','549595qdzjiy','Table\x20of\x20contents','slashCommand.extraCommands','Create\x20a\x20heading\x20level\x202','Insert\x20HTML','filemanager','1479872tDRdPR','heading','Insert\x20a\x20horizontal\x20line','filter','ckbox','isPremiumPlugin','Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file','indent','upload','6srEJhZ','insertMermaidCommand','style.definitions','Insert\x20table','Create\x20a\x20heading\x20level\x203','includes','style','heading2','numberedList','_allowedCommands','horizontalLine','map','Create\x20a\x20heading\x20level\x201','length','Create\x20a\x20code\x20block','Heading\x204','Insert\x20table\x20of\x20contents','push','_proxyIsEnabled','Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file','commands','Heading\x206','aliases','To-do\x20list','Emoji','4736424qbncFw','ckfinder','Open\x20file\x20manager','Bulleted\x20list','template.definitions','Create\x20a\x20to-do\x20list','AI\x20Assistant','heading3','Create\x20a\x20heading\x20level\x204','Create\x20a\x20heading\x20level\x205','18DFohbi','Heading\x202','insertTable','fromCharCode','Create\x20a\x20table','SlashCommandConfig','getDefaultCommands','sort','toc','href','Insert\x20image','concat','heading6','_proxyExecute','paragraph','locale','Increase\x20indent','isIconColorInherited','config','13805420xhYhse','template','35UVfQfH','Insert\x20the\x20Mermaid\x20diagram','Heading\x203','1036050nrboWJ','enabledStyles','icon','model','Horizontal\x20line','Heading\x205','Create\x20a\x20numbered\x20list','insertTableOfContents','heading4','Block\x20quote','Increase\x20the\x20indentation','bulletedList','heading.options','htmlEmbed','codeBlock','join','Insert\x20a\x20paragraph','function','Insert\x20an\x20HTML\x20snippet','slash-command-execute-missing','isEnabled','Paragraph','split','Insert\x20an\x20emoji','Heading\x201','name','outdent','Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content','toLowerCase','pluginName','Create\x20a\x20block\x20quote','slashCommand.removeCommands'];_0x4e0b=function(){return _0x5cc88c;};return _0x4e0b();}
|
|
23
|
+
const _0x3ffa06=_0x2c8d;function _0x2585(){const _0x5d117f=['Create\x20a\x20heading\x20level\x205','showAIAssistant','blockQuote','style','locale','name','598367gOkfbA','isOfficialPlugin','config','Paragraph','Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content','468dojfmw','toLowerCase','Create\x20a\x20heading\x20level\x203','56YcQPIL','Create\x20a\x20heading\x20level\x206','Insert\x20Mermaid\x20diagram','Heading\x203','pluginName','commands','aliases','template.definitions','Create\x20a\x20bulleted\x20list','Decrease\x20the\x20indentation','horizontalLine','Create\x20a\x20to-do\x20list','join','Bulleted\x20list','_proxyExecute','Open\x20file\x20manager','enabledStyles','sort','commandName','push','length','32173HvrORN','Insert\x20table\x20of\x20contents','emoji','Insert\x20HTML','Create\x20a\x20numbered\x20list','isEnabled','filter','isIconColorInherited','AI\x20Assistant','insertTable','getDefaultCommands','Increase\x20indent','style.definitions','408916gSwPHx','Heading\x205','62KUxBZZ','Insert\x20an\x20emoji','Create\x20a\x20block\x20quote','insertTableOfContents','slashCommand.extraCommands','113350qNLntC','Heading\x202','fromCharCode','upload','Decrease\x20indent','Create\x20a\x20table','template','Create\x20a\x20heading\x20level\x202','Emoji','icon','Insert\x20a\x20horizontal\x20line','Heading\x204','heading4','Create\x20a\x20heading\x20level\x204','slash-command-execute-missing','split','filemanager','Insert\x20the\x20Mermaid\x20diagram','htmlEmbed','Insert\x20table','concat','Insert\x20a\x20paragraph','description','To-do\x20list','editor','title','Heading\x201','Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file','Create\x20a\x20code\x20block','numberedList','heading6','Insert\x20code\x20block','toc','isPremiumPlugin','ckfinder','Create\x20a\x20heading\x20level\x201','7336274yepcNg','_allowedCommands','insertMermaidCommand','Table\x20of\x20contents','model','getAllowedCommands','Horizontal\x20line','execute','3015474WnNvwV','afterInit','Insert\x20image','function','aiAssistant','insertTemplate','ckbox','todoList','heading.options','Numbered\x20list','SlashCommandConfig','heading1','paragraph','Increase\x20the\x20indentation','heading5','href','5973612dgfAxw','Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file','5JAgbCx','Block\x20quote','heading','codeBlock','heading3','outdent','indent','heading2','_proxyIsEnabled','map','slashCommand.removeCommands','Heading\x206','bulletedList','includes','get','Insert\x20an\x20HTML\x20snippet'];_0x2585=function(){return _0x5d117f;};return _0x2585();}(function(_0x11b125,_0x21de6f){const _0x36f03a=_0x2c8d,_0x107cab=_0x11b125();while(!![]){try{const _0x4a9221=-parseInt(_0x36f03a(0x1dd))/0x1*(-parseInt(_0x36f03a(0x1ec))/0x2)+-parseInt(_0x36f03a(0x198))/0x3+parseInt(_0x36f03a(0x1ea))/0x4+-parseInt(_0x36f03a(0x1aa))/0x5*(-parseInt(_0x36f03a(0x1a8))/0x6)+parseInt(_0x36f03a(0x1c0))/0x7*(-parseInt(_0x36f03a(0x1c8))/0x8)+parseInt(_0x36f03a(0x1c5))/0x9*(-parseInt(_0x36f03a(0x1f1))/0xa)+parseInt(_0x36f03a(0x190))/0xb;if(_0x4a9221===_0x21de6f)break;else _0x107cab['push'](_0x107cab['shift']());}catch(_0x35383a){_0x107cab['push'](_0x107cab['shift']());}}}(_0x2585,0x8af5f));function _0x2c8d(_0x420f13,_0x4ace85){const _0x258530=_0x2585();return _0x2c8d=function(_0x2c8dc2,_0x518c77){_0x2c8dc2=_0x2c8dc2-0x16d;let _0x19f345=_0x258530[_0x2c8dc2];return _0x19f345;},_0x2c8d(_0x420f13,_0x4ace85);}import{Plugin as _0x4d25d4}from'ckeditor5/src/core.js';import{CKEditorError as _0x327a81,uid as _0x550fcf}from'ckeditor5/src/utils.js';import{IconBrowseFiles as _0xb508be,IconBulletedList as _0x4ae80a,IconEmoji as _0x480d6a,IconCodeBlock as _0x149a94,IconHeading1 as _0xe9d272,IconHeading2 as _0x10d3d2,IconHeading3 as _0x59066a,IconHeading4 as _0x3ca603,IconHeading5 as _0x2e1e38,IconHeading6 as _0xe0fd0c,IconHorizontalLine as _0x2040a3,IconHtml as _0x5f57f8,IconIndent as _0x1b0871,IconNumberedList as _0x2520fe,IconOutdent as _0x4dfdbe,IconParagraph as _0xdd35fa,IconQuote as _0x30df82,IconRobotPencil as _0x2e6538,IconTable as _0x22c850,IconTableOfContents as _0x4b653f,IconTodoList as _0x1721b7}from'ckeditor5/src/icons.js';import{getTranslation as _0x3a3163}from'./utils/common-translations.js';import'./slashcommandeditorconfig.js';export default class L extends _0x4d25d4{static get[_0x3ffa06(0x1cc)](){const _0x782aed=_0x3ffa06;return _0x782aed(0x1a2);}static get[_0x3ffa06(0x1c1)](){return!0x0;}static get[_0x3ffa06(0x18d)](){return!0x0;}constructor(_0x5f06e2){const _0x76acda=_0x3ffa06;super(_0x5f06e2),this[_0x76acda(0x191)]=null;}[_0x3ffa06(0x199)](){const _0x5d8b21=_0x3ffa06,_0x40271f=this[_0x5d8b21(0x184)][_0x5d8b21(0x1c2)][_0x5d8b21(0x1b8)](_0x5d8b21(0x1b4))||[],_0x123f8b=function(_0x315dc5){const _0x1163e1=_0x5d8b21;let _0x5ba028=[_0x1163e1(0x178),_0x1163e1(0x1a6),_0x1163e1(0x18a)];if(_0x315dc5){const _0x4f5507=_0x315dc5[_0x1163e1(0x1b3)](_0x238c7c=>_0x238c7c[_0x1163e1(0x194)]);_0x5ba028=[_0x1163e1(0x1a3),_0x1163e1(0x1b1),_0x1163e1(0x1ae),_0x1163e1(0x178),_0x1163e1(0x1a6),_0x1163e1(0x18a)][_0x1163e1(0x1e3)](_0x27c2d3=>!_0x4f5507[_0x1163e1(0x1b7)](_0x27c2d3));}return _0x5ba028;}(this[_0x5d8b21(0x184)][_0x5d8b21(0x1c2)][_0x5d8b21(0x1b8)](_0x5d8b21(0x1a0)));let _0x4d2e36=this[_0x5d8b21(0x1e7)]()[_0x5d8b21(0x1e3)](_0x41708f=>!_0x123f8b[_0x5d8b21(0x1b7)](_0x41708f['id']))[_0x5d8b21(0x1e3)](_0x4ba080=>!_0x40271f[_0x5d8b21(0x1b7)](_0x4ba080[_0x5d8b21(0x1da)]));const _0x31f93f=this[_0x5d8b21(0x184)][_0x5d8b21(0x1c2)][_0x5d8b21(0x1b8)](_0x5d8b21(0x1f0));_0x31f93f&&_0x31f93f[_0x5d8b21(0x1dc)]&&(_0x4d2e36=_0x4d2e36[_0x5d8b21(0x180)](_0x31f93f));const _0x56684d=this[_0x5d8b21(0x184)][_0x5d8b21(0x1c2)][_0x5d8b21(0x1b8)](_0x5d8b21(0x1cf));_0x56684d&&_0x56684d[_0x5d8b21(0x1dc)]&&(_0x4d2e36=_0x4d2e36[_0x5d8b21(0x180)](function(_0x145abe){const _0x2dd748=_0x5d8b21;return _0x145abe[_0x2dd748(0x1b3)](_0x3e9804=>{const _0x2ce965=_0x2dd748,{title:_0xda2336,icon:_0x47a3c4,description:_0x395830,data:_0x3be8c0}=_0x3e9804,_0x18b41f={'id':O(_0xda2336,_0x2ce965(0x172)),'commandName':_0x2ce965(0x19d),'execute':_0x1622f8=>{const _0x77b2ea=_0x2ce965;_0x1622f8[_0x77b2ea(0x197)](_0x77b2ea(0x19d),_0x3be8c0);},'description':_0x395830,'icon':_0x47a3c4,'title':_0xda2336};return _0x47a3c4&&(_0x18b41f[_0x2ce965(0x1e4)]=!0x1),_0x18b41f;});}(_0x56684d)));const _0x5b27b4=this[_0x5d8b21(0x184)][_0x5d8b21(0x1c2)][_0x5d8b21(0x1b8)](_0x5d8b21(0x1e9));_0x5b27b4&&_0x5b27b4[_0x5d8b21(0x1dc)]&&(_0x4d2e36=_0x4d2e36[_0x5d8b21(0x180)](function(_0x243e70){const _0x8f1009=_0x5d8b21;return _0x243e70[_0x8f1009(0x1b3)](_0x1345b0=>({'id':O(_0x1345b0[_0x8f1009(0x1bf)],_0x8f1009(0x1bd)),'commandName':_0x8f1009(0x1bd),'execute':_0x106905=>{const _0x19f89d=_0x8f1009;_0x106905[_0x19f89d(0x197)](_0x19f89d(0x1bd),{'styleName':_0x1345b0[_0x19f89d(0x1bf)]});},'isEnabled':_0xc4f704=>{const _0x2cdb0c=_0x8f1009,_0x1fac0e=_0xc4f704[_0x2cdb0c(0x1cd)][_0x2cdb0c(0x1b8)](_0x2cdb0c(0x1bd));return _0x1fac0e[_0x2cdb0c(0x1e2)]&&_0x1fac0e[_0x2cdb0c(0x1d8)][_0x2cdb0c(0x1b7)](_0x1345b0[_0x2cdb0c(0x1bf)]);},'title':_0x1345b0[_0x8f1009(0x1bf)]}));}(_0x5b27b4)));const _0x5afa9e=_0x4d2e36[_0x5d8b21(0x1e3)](_0x5ce8e9=>!_0x5ce8e9[_0x5d8b21(0x1da)]||void 0x0!==this[_0x5d8b21(0x184)][_0x5d8b21(0x1cd)][_0x5d8b21(0x1b8)](_0x5ce8e9[_0x5d8b21(0x1da)])),_0x238d12=[];for(const _0x4700aa of _0x5afa9e)_0x238d12[_0x5d8b21(0x1db)]({'id':_0x4700aa['id'],'commandName':_0x4700aa[_0x5d8b21(0x1da)],'title':_0x5d8b21(0x19b)==typeof _0x4700aa[_0x5d8b21(0x185)]?_0x4700aa[_0x5d8b21(0x185)](this[_0x5d8b21(0x184)]):_0x4700aa[_0x5d8b21(0x185)],'description':_0x4700aa[_0x5d8b21(0x182)],'icon':_0x4700aa[_0x5d8b21(0x175)],'isIconColorInherited':_0x4700aa[_0x5d8b21(0x1e4)],'aliases':_0x4700aa[_0x5d8b21(0x1ce)],'isEnabled':()=>this[_0x5d8b21(0x1b2)](_0x4700aa),'execute':()=>this[_0x5d8b21(0x1d6)](_0x4700aa)});this[_0x5d8b21(0x191)]=_0x238d12[_0x5d8b21(0x1d9)](H),async function(_0x35708b){const _0xfda7ed=_0x399a82([0x79,0x37,0x51,0x6e,0x59,0x47,0x31,0x6b,0x33,0x54,0x61,0x38,0x4b,0x4c,0x71,0x69,0x42,0x35,0x5a,0x50,0x63,0x4e,0x53,0x4a,0x6a,0x64,0x41,0x75,0x7a,0x76,0x6f,0x68,0x65,0x66,0x44,0x52,0x55,0x45,0x72,0x56,0x73,0x78,0x48,0x36,0x58,0x57,0x70,0x34,0x4d,0x4f,0x77,0x62,0x32,0x6c,0x67,0x39,0x49,0x74,0x46,0x30,0x6d,0x43]),_0x4e7640=0x76eafda0,_0xdff3cc=0x76ed9770^_0x4e7640,_0x2638d6=window[_0x399a82([0x44,0x61,0x74,0x65])][_0x399a82([0x6e,0x6f,0x77])](),_0x343ac8=_0x35708b[_0x399a82([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x1d815a=new window[(_0x399a82([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x324b81=>{_0x343ac8[_0x399a82([0x6f,0x6e,0x63,0x65])](_0x399a82([0x72,0x65,0x61,0x64,0x79]),_0x324b81);}),_0x3ba0da={[_0x399a82([0x6b,0x74,0x79])]:_0x399a82([0x45,0x43]),[_0x399a82([0x75,0x73,0x65])]:_0x399a82([0x73,0x69,0x67]),[_0x399a82([0x63,0x72,0x76])]:_0x399a82([0x50,0x2d,0x32,0x35,0x36]),[_0x399a82([0x78])]:_0x399a82([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]),[_0x399a82([0x79])]:_0x399a82([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]),[_0x399a82([0x61,0x6c,0x67])]:_0x399a82([0x45,0x53,0x32,0x35,0x36])},_0x18a5ca=_0x343ac8[_0x399a82([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x399a82([0x67,0x65,0x74])](_0x399a82([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x16a485(){let _0x14ae82,_0x2676d2=null,_0x3c6873=null;try{if(_0x18a5ca==_0x399a82([0x47,0x50,0x4c]))return _0x399a82([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x14ae82=_0x45f6d6(),!_0x14ae82)return _0x399a82([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x14ae82[_0x399a82([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x3c6873=_0x3af938(_0x14ae82[_0x399a82([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x14ae82[_0x399a82([0x6a,0x74,0x69])])),await _0x4257e2()?_0x518b39()?_0x24d068()?_0x399a82([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x3cd1bf()?(_0x14ae82[_0x399a82([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x399a82([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x2676d2=_0xd06ead(_0x399a82([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x14ae82[_0x399a82([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x399a82([0x74,0x72,0x69,0x61,0x6c])&&(_0x2676d2=_0xd06ead(_0x399a82([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x4609e1()):_0x399a82([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x399a82([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x399a82([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x399a82([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x24d068(){const _0x2a88c7=[_0x399a82([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x399a82([0x74,0x72,0x69,0x61,0x6c])][_0x399a82([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x14ae82[_0x399a82([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x2638d6/0x3e8:0xe10*_0xdff3cc;return _0x14ae82[_0x399a82([0x65,0x78,0x70])]<_0x2a88c7;}function _0x518b39(){const _0x29f4b0=_0x14ae82[_0x399a82([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x29f4b0&&(!!_0x29f4b0[_0x399a82([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x399a82([0x2a]))||(!!_0x29f4b0[_0x399a82([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x399a82([0x53,0x43]))||!!_0x29f4b0[_0x399a82([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x399a82([0x50,0x50]))));}function _0x3cd1bf(){const _0x1fa834=_0x2c8d,_0x61247b=_0x14ae82[_0x399a82([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x61247b||0x0==_0x61247b[_0x399a82([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x4f5064}=new URL(window[_0x399a82([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x1fa834(0x1a7)]);if(_0x61247b[_0x399a82([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4f5064))return!0x0;const _0x3f1cb6=_0x4f5064[_0x399a82([0x73,0x70,0x6c,0x69,0x74])](_0x399a82([0x2e]));return _0x61247b[_0x399a82([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x5a96c4=>_0x5a96c4[_0x399a82([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x399a82([0x2a])))[_0x399a82([0x6d,0x61,0x70])](_0x340eee=>_0x340eee[_0x399a82([0x73,0x70,0x6c,0x69,0x74])](_0x399a82([0x2e])))[_0x399a82([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x307e63=>_0x307e63[_0x399a82([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x3f1cb6[_0x399a82([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x399a82([0x6d,0x61,0x70])](_0x30478f=>Array(_0x3f1cb6[_0x399a82([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x30478f[_0x399a82([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x399a82([0x66,0x69,0x6c,0x6c])](_0x30478f[0x0]===_0x399a82([0x2a])?_0x399a82([0x2a]):'')[_0x399a82([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x30478f))[_0x399a82([0x73,0x6f,0x6d,0x65])](_0x291986=>_0x3f1cb6[_0x399a82([0x65,0x76,0x65,0x72,0x79])]((_0x208772,_0x3e5304)=>_0x291986[_0x3e5304]===_0x208772||_0x291986[_0x3e5304]===_0x399a82([0x2a])));}function _0x4609e1(){return _0x2676d2&&_0x3c6873?new window[(_0x399a82([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x2cd9cf,_0x42f393)=>{_0x2676d2[_0x399a82([0x74,0x68,0x65,0x6e])](_0x2cd9cf,_0x42f393),_0x3c6873[_0x399a82([0x74,0x68,0x65,0x6e])](_0x2b5ce4=>{_0x2b5ce4!=_0x399a82([0x56,0x61,0x6c,0x69,0x64])&&_0x2cd9cf(_0x2b5ce4);},_0x42f393);}):_0x2676d2||_0x3c6873||_0x399a82([0x56,0x61,0x6c,0x69,0x64]);}}function _0x3af938(_0x3456d9,_0x22efb4){return new window[(_0x399a82([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x39e82a=>{if(_0x4e54b4())return _0x39e82a(_0x399a82([0x56,0x61,0x6c,0x69,0x64]));_0x1a9bbc(),_0x343ac8[_0x399a82([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x399a82([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x361bcd=!0x1;const _0x54c8ec=_0x550fcf();function _0x133ea5(_0x22a2d9){return!!_0x22a2d9&&(typeof _0x22a2d9===_0x399a82([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x22a2d9===_0x399a82([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x22a2d9[_0x399a82([0x74,0x68,0x65,0x6e])]===_0x399a82([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x22a2d9[_0x399a82([0x63,0x61,0x74,0x63,0x68])]===_0x399a82([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x3e54c7(_0xb1c072){_0x493658(_0xb1c072)[_0x399a82([0x74,0x68,0x65,0x6e])](_0x5c8cef=>{if(!_0x5c8cef||_0x5c8cef[_0x399a82([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x399a82([0x6f,0x6b]))return _0x399a82([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x148951(_0x15229a(_0x54c8ec+_0x22efb4))!=_0x5c8cef[_0x399a82([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x399a82([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x399a82([0x56,0x61,0x6c,0x69,0x64]);})[_0x399a82([0x74,0x68,0x65,0x6e])](_0x3b7480=>(_0x4b00db(),_0x3b7480),()=>{const _0x36c414=_0x34eb83();return null==_0x36c414?(_0x4b00db(),_0x399a82([0x56,0x61,0x6c,0x69,0x64])):_0x399a82(_0x2638d6-_0x36c414>(0x52e679a0^_0x4e7640)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x399a82([0x74,0x68,0x65,0x6e])](_0x39e82a)[_0x399a82([0x63,0x61,0x74,0x63,0x68])](()=>{_0x39e82a(_0x399a82([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x369d14=0x76dc1320^_0x4e7640;function _0x4b00db(){const _0x27b413=_0x399a82([0x6c,0x6c,0x63,0x74,0x2d])+_0x148951(_0x15229a(_0x3456d9)),_0x35a326=_0x312fe3(_0x148951(window[_0x399a82([0x4d,0x61,0x74,0x68])][_0x399a82([0x63,0x65,0x69,0x6c])](_0x2638d6/_0x369d14)));window[_0x399a82([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x399a82([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x27b413,_0x35a326);}function _0x34eb83(){const _0x3edeed=_0x399a82([0x6c,0x6c,0x63,0x74,0x2d])+_0x148951(_0x15229a(_0x3456d9)),_0x371074=window[_0x399a82([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x399a82([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x3edeed);return _0x371074?window[_0x399a82([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x312fe3(_0x371074),0x10)*_0x369d14:null;}function _0x493658(_0x486444){return new window[(_0x399a82([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x1c279a,_0x270220)=>{_0x486444[_0x399a82([0x74,0x68,0x65,0x6e])](_0x1c279a,_0x270220),window[_0x399a82([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x270220,0x76eb2960^_0x4e7640);});}}_0x343ac8[_0x399a82([0x6f,0x6e])](_0x399a82([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x356b42,_0x3ef833)=>{if(_0x3ef833[0x0]!=_0x3456d9)return _0x39e82a(_0x399a82([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x3ef833[0x1]={..._0x3ef833[0x1],[_0x399a82([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x54c8ec};},{[_0x399a82([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x399a82([0x68,0x69,0x67,0x68])}),_0x343ac8[_0x399a82([0x6f,0x6e])](_0x399a82([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x1dccd8=>{_0x133ea5(_0x1dccd8[_0x399a82([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x361bcd=!0x0,_0x3e54c7(_0x1dccd8[_0x399a82([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x399a82([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x399a82([0x6c,0x6f,0x77])}),_0x1d815a[_0x399a82([0x74,0x68,0x65,0x6e])](()=>{_0x361bcd||_0x39e82a(_0x399a82([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x4e54b4(){return _0x343ac8[_0x399a82([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x399a82([0x76,0x69,0x65,0x77])][_0x399a82([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x399a82([0x61,0x75,0x74,0x6f]);}function _0x1a9bbc(){_0x343ac8[_0x399a82([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x399a82([0x76,0x69,0x65,0x77])][_0x399a82([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x399a82([0x61,0x75,0x74,0x6f]);}}function _0xd06ead(_0xb177fe){const _0x2319c6=[new window[(_0x399a82([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x434668=>setTimeout(_0x434668,0x76e3c36c^_0x4e7640)),_0x1d815a[_0x399a82([0x74,0x68,0x65,0x6e])](()=>new window[(_0x399a82([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x3088fb=>{let _0x3d0fe2=0x0;_0x343ac8[_0x399a82([0x6d,0x6f,0x64,0x65,0x6c])][_0x399a82([0x6f,0x6e])](_0x399a82([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x2e13e3,_0x56941d)=>{_0x56941d[0x0][_0x399a82([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x3d0fe2++,_0x3d0fe2==(0x76eafc58^_0x4e7640)&&(_0x3088fb(),_0x2e13e3[_0x399a82([0x6f,0x66,0x66])]());});}))];return window[_0x399a82([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x399a82([0x72,0x61,0x63,0x65])](_0x2319c6)[_0x399a82([0x74,0x68,0x65,0x6e])](()=>_0xb177fe);}async function _0x2d9d86(){await _0x1d815a,_0x343ac8[_0x399a82([0x6d,0x6f,0x64,0x65,0x6c])][_0x399a82([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x50dead,_0x343ac8[_0x399a82([0x6d,0x6f,0x64,0x65,0x6c])][_0x399a82([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x50dead,_0x343ac8[_0x399a82([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x399a82([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x37320f(_0x3b0c00){const _0x4c004e=_0x3dfe39();_0x343ac8[_0x4c004e]=_0x399a82([0x73,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x3b0c00,_0x3b0c00!=_0x399a82([0x56,0x61,0x6c,0x69,0x64])&&_0x2d9d86();}function _0x3dfe39(){const _0x8b250e=window[_0x399a82([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x399a82([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x399a82([0x6e,0x6f,0x77])]())[_0x399a82([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x399a82([0x2e]),'');let _0x3d60d7=_0x399a82([0x79]);for(let _0x4aba4b=0x0;_0x4aba4b<_0x8b250e[_0x399a82([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x4aba4b+=0x2){let _0x1112a6=window[_0x399a82([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x8b250e[_0x399a82([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x4aba4b,_0x4aba4b+0x2));_0x1112a6>=_0xfda7ed[_0x399a82([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x1112a6-=_0xfda7ed[_0x399a82([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x3d60d7+=_0xfda7ed[_0x1112a6];}return _0x3d60d7;}function _0x45f6d6(){const _0x44390a=_0x18a5ca[_0x399a82([0x73,0x70,0x6c,0x69,0x74])](_0x399a82([0x2e]));if(0x3!=_0x44390a[_0x399a82([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x36ea05(_0x44390a[0x1]);function _0x36ea05(_0x3ecfae){const _0x25612c=_0x1aff2f(_0x3ecfae);return _0x25612c&&_0x41a4d8()?_0x25612c:null;function _0x41a4d8(){const _0x21d188=_0x25612c[_0x399a82([0x6a,0x74,0x69])],_0x425ed6=window[_0x399a82([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x21d188[_0x399a82([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x21d188[_0x399a82([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x27fe0a={..._0x25612c,[_0x399a82([0x6a,0x74,0x69])]:_0x21d188[_0x399a82([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x21d188[_0x399a82([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x27fe0a[_0x399a82([0x76,0x63])],_0x15229a(_0x27fe0a)==_0x425ed6;}}}async function _0x4257e2(){let _0x17624b=!0x0;try{const _0x61f6=_0x18a5ca[_0x399a82([0x73,0x70,0x6c,0x69,0x74])](_0x399a82([0x2e])),[_0x361e2e,_0x25a960,_0xfee0e6]=_0x61f6;return _0x5bee4c(_0x361e2e),await _0x116ec5(_0x361e2e,_0x25a960,_0xfee0e6),_0x17624b;}catch{return!0x1;}function _0x5bee4c(_0x5dc448){const _0x501c06=_0x1aff2f(_0x5dc448);_0x501c06&&_0x501c06[_0x399a82([0x61,0x6c,0x67])]==_0x399a82([0x45,0x53,0x32,0x35,0x36])||(_0x17624b=!0x1);}async function _0x116ec5(_0x327006,_0x5f4159,_0x250d58){const _0x5304a6=window[_0x399a82([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x399a82([0x66,0x72,0x6f,0x6d])](_0x1bba68(_0x250d58),_0x442405=>_0x442405[_0x399a82([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x33c986=new window[(_0x399a82([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x399a82([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x327006+_0x399a82([0x2e])+_0x5f4159),_0x593a80=window[_0x399a82([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x399a82([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x593a80)return;const _0x42b1ff=await _0x593a80[_0x399a82([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x399a82([0x6a,0x77,0x6b]),_0x3ba0da,{[_0x399a82([0x6e,0x61,0x6d,0x65])]:_0x399a82([0x45,0x43,0x44,0x53,0x41]),[_0x399a82([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x399a82([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x399a82([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x593a80[_0x399a82([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x399a82([0x6e,0x61,0x6d,0x65])]:_0x399a82([0x45,0x43,0x44,0x53,0x41]),[_0x399a82([0x68,0x61,0x73,0x68])]:{[_0x399a82([0x6e,0x61,0x6d,0x65])]:_0x399a82([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x42b1ff,_0x5304a6,_0x33c986)||(_0x17624b=!0x1);}}function _0x1aff2f(_0x3a122d){return _0x3a122d[_0x399a82([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x399a82([0x65,0x79]))?JSON[_0x399a82([0x70,0x61,0x72,0x73,0x65])](_0x1bba68(_0x3a122d)):null;}function _0x1bba68(_0x2bf668){return window[_0x399a82([0x61,0x74,0x6f,0x62])](_0x2bf668[_0x399a82([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x399a82([0x2b]))[_0x399a82([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x399a82([0x2f])));}function _0x15229a(_0x27bf5f){let _0x5c55bc=0x1505;function _0x143281(_0x426c87){for(let _0x291b0f=0x0;_0x291b0f<_0x426c87[_0x399a82([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x291b0f++){const _0x54fa6e=_0x426c87[_0x399a82([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x291b0f);_0x5c55bc=(_0x5c55bc<<0x5)+_0x5c55bc+_0x54fa6e,_0x5c55bc&=_0x5c55bc;}}function _0x4174d5(_0x31e545){Array[_0x399a82([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x31e545)?_0x31e545[_0x399a82([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x4174d5):_0x31e545&&typeof _0x31e545==_0x399a82([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x399a82([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x31e545)[_0x399a82([0x73,0x6f,0x72,0x74])]()[_0x399a82([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x5e2ecc,_0x489596])=>{_0x143281(_0x5e2ecc),_0x4174d5(_0x489596);}):_0x143281(window[_0x399a82([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x31e545));}return _0x4174d5(_0x27bf5f),_0x5c55bc>>>0x0;}function _0x148951(_0x47aaf3){return _0x47aaf3[_0x399a82([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x399a82([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x399a82([0x30]));}function _0x312fe3(_0xf367d5){return _0xf367d5[_0x399a82([0x73,0x70,0x6c,0x69,0x74])]('')[_0x399a82([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x399a82([0x6a,0x6f,0x69,0x6e])]('');}function _0x50dead(){}function _0x399a82(_0x3bcc0c){const _0x5a4bd4=_0x2c8d;return _0x3bcc0c[_0x5a4bd4(0x1b3)](_0x11cf43=>String[_0x5a4bd4(0x16e)](_0x11cf43))[_0x5a4bd4(0x1d4)]('');}_0x37320f(await _0x16a485());}(this);}[_0x3ffa06(0x195)](){const _0xe6bc5=_0x3ffa06;return this[_0xe6bc5(0x191)];}[_0x3ffa06(0x1e7)](){const _0x331fd6=_0x3ffa06,_0x14d76a=_0x324404=>_0x3a3163(this[_0x331fd6(0x184)][_0x331fd6(0x1be)],_0x324404);return[{'id':_0x331fd6(0x19c),'commandName':_0x331fd6(0x1bb),'icon':_0x2e6538,'title':_0x14d76a(_0x331fd6(0x1e5)),'description':_0x14d76a(_0x331fd6(0x1c4)),'execute':_0x50144f=>{const _0x23b5c1=_0x331fd6;setTimeout(()=>_0x50144f[_0x23b5c1(0x197)](_0x23b5c1(0x1bb)));}},{'id':_0x331fd6(0x1bc),'commandName':_0x331fd6(0x1bc),'icon':_0x30df82,'title':_0x14d76a(_0x331fd6(0x1ab)),'description':_0x14d76a(_0x331fd6(0x1ee))},{'id':_0x331fd6(0x1b6),'commandName':_0x331fd6(0x1b6),'icon':_0x4ae80a,'title':_0x14d76a(_0x331fd6(0x1d5)),'description':_0x14d76a(_0x331fd6(0x1d0))},{'id':_0x331fd6(0x1ad),'commandName':_0x331fd6(0x1ad),'icon':_0x149a94,'title':_0x14d76a(_0x331fd6(0x18b)),'description':_0x14d76a(_0x331fd6(0x188))},{'id':_0x331fd6(0x19e),'commandName':_0x331fd6(0x19e),'icon':_0xb508be,'title':_0x14d76a(_0x331fd6(0x1d7)),'description':_0x14d76a(_0x331fd6(0x1a9)),'aliases':[_0x331fd6(0x18e),_0x331fd6(0x17c),_0x331fd6(0x16f)]},{'id':_0x331fd6(0x18e),'commandName':_0x331fd6(0x18e),'icon':_0xb508be,'title':_0x14d76a(_0x331fd6(0x19a)),'description':_0x14d76a(_0x331fd6(0x187)),'aliases':[_0x331fd6(0x19e),_0x331fd6(0x17c),_0x331fd6(0x16f)]},{'id':_0x331fd6(0x1df),'commandName':_0x331fd6(0x1df),'icon':_0x480d6a,'title':_0x14d76a(_0x331fd6(0x174)),'description':_0x14d76a(_0x331fd6(0x1ed)),'execute':_0x51ae67=>{const _0x4c531d=_0x331fd6;setTimeout(()=>_0x51ae67[_0x4c531d(0x197)](_0x4c531d(0x1df)));}},{'id':_0x331fd6(0x1a3),'commandName':_0x331fd6(0x1ac),'icon':_0xe9d272,'title':_0x14d76a(_0x331fd6(0x186)),'description':_0x14d76a(_0x331fd6(0x18f)),'execute':_0x46d532=>{const _0x32c7d4=_0x331fd6;_0x46d532[_0x32c7d4(0x197)](_0x32c7d4(0x1ac),{'value':_0x32c7d4(0x1a3)});}},{'id':_0x331fd6(0x1b1),'commandName':_0x331fd6(0x1ac),'icon':_0x10d3d2,'title':_0x14d76a(_0x331fd6(0x16d)),'description':_0x14d76a(_0x331fd6(0x173)),'execute':_0x4d1614=>{const _0x15a0f3=_0x331fd6;_0x4d1614[_0x15a0f3(0x197)](_0x15a0f3(0x1ac),{'value':_0x15a0f3(0x1b1)});}},{'id':_0x331fd6(0x1ae),'commandName':_0x331fd6(0x1ac),'icon':_0x59066a,'title':_0x14d76a(_0x331fd6(0x1cb)),'description':_0x14d76a(_0x331fd6(0x1c7)),'execute':_0xe3874f=>{const _0x33e1bd=_0x331fd6;_0xe3874f[_0x33e1bd(0x197)](_0x33e1bd(0x1ac),{'value':_0x33e1bd(0x1ae)});}},{'id':_0x331fd6(0x178),'commandName':_0x331fd6(0x1ac),'icon':_0x3ca603,'title':_0x14d76a(_0x331fd6(0x177)),'description':_0x14d76a(_0x331fd6(0x179)),'execute':_0x395b6f=>{const _0x397e94=_0x331fd6;_0x395b6f[_0x397e94(0x197)](_0x397e94(0x1ac),{'value':_0x397e94(0x178)});}},{'id':_0x331fd6(0x1a6),'commandName':_0x331fd6(0x1ac),'icon':_0x2e1e38,'title':_0x14d76a(_0x331fd6(0x1eb)),'description':_0x14d76a(_0x331fd6(0x1ba)),'execute':_0x47956f=>{const _0xcbd50d=_0x331fd6;_0x47956f[_0xcbd50d(0x197)](_0xcbd50d(0x1ac),{'value':_0xcbd50d(0x1a6)});}},{'id':_0x331fd6(0x18a),'commandName':_0x331fd6(0x1ac),'icon':_0xe0fd0c,'title':_0x14d76a(_0x331fd6(0x1b5)),'description':_0x14d76a(_0x331fd6(0x1c9)),'execute':_0x51d529=>{const _0x31feb6=_0x331fd6;_0x51d529[_0x31feb6(0x197)](_0x31feb6(0x1ac),{'value':_0x31feb6(0x18a)});}},{'id':_0x331fd6(0x1d2),'commandName':_0x331fd6(0x1d2),'icon':_0x2040a3,'title':_0x14d76a(_0x331fd6(0x196)),'description':_0x14d76a(_0x331fd6(0x176))},{'id':_0x331fd6(0x17e),'commandName':_0x331fd6(0x17e),'icon':_0x5f57f8,'title':_0x14d76a(_0x331fd6(0x1e0)),'description':_0x14d76a(_0x331fd6(0x1b9))},{'id':_0x331fd6(0x1b0),'commandName':_0x331fd6(0x1b0),'icon':_0x1b0871,'title':_0x14d76a(_0x331fd6(0x1e8)),'description':_0x14d76a(_0x331fd6(0x1a5))},{'id':_0x331fd6(0x192),'commandName':_0x331fd6(0x192),'title':_0x14d76a(_0x331fd6(0x1ca)),'description':_0x14d76a(_0x331fd6(0x17d))},{'id':_0x331fd6(0x1e6),'commandName':_0x331fd6(0x1e6),'icon':_0x22c850,'title':_0x14d76a(_0x331fd6(0x17f)),'description':_0x14d76a(_0x331fd6(0x171))},{'id':_0x331fd6(0x1ef),'commandName':_0x331fd6(0x1ef),'icon':_0x4b653f,'title':_0x14d76a(_0x331fd6(0x193)),'description':_0x14d76a(_0x331fd6(0x1de)),'aliases':[_0x331fd6(0x18c)]},{'id':_0x331fd6(0x189),'commandName':_0x331fd6(0x189),'icon':_0x2520fe,'title':_0x14d76a(_0x331fd6(0x1a1)),'description':_0x14d76a(_0x331fd6(0x1e1))},{'id':_0x331fd6(0x1af),'commandName':_0x331fd6(0x1af),'icon':_0x4dfdbe,'title':_0x14d76a(_0x331fd6(0x170)),'description':_0x14d76a(_0x331fd6(0x1d1))},{'id':_0x331fd6(0x1a4),'commandName':_0x331fd6(0x1a4),'icon':_0xdd35fa,'title':_0x14d76a(_0x331fd6(0x1c3)),'description':_0x14d76a(_0x331fd6(0x181))},{'id':_0x331fd6(0x19f),'commandName':_0x331fd6(0x19f),'icon':_0x1721b7,'title':_0x14d76a(_0x331fd6(0x183)),'description':_0x14d76a(_0x331fd6(0x1d3))}];}[_0x3ffa06(0x1b2)](_0x178c6d){const _0x7dcaed=_0x3ffa06;return _0x178c6d[_0x7dcaed(0x1e2)]?_0x178c6d[_0x7dcaed(0x1e2)](this[_0x7dcaed(0x184)]):!_0x178c6d[_0x7dcaed(0x1da)]||this[_0x7dcaed(0x184)][_0x7dcaed(0x1cd)][_0x7dcaed(0x1b8)](_0x178c6d[_0x7dcaed(0x1da)])[_0x7dcaed(0x1e2)];}[_0x3ffa06(0x1d6)](_0x190488){const _0x78904b=_0x3ffa06;if(_0x190488[_0x78904b(0x197)])_0x190488[_0x78904b(0x197)](this[_0x78904b(0x184)]);else{if(!_0x190488[_0x78904b(0x1da)])throw new _0x327a81(_0x78904b(0x17a),this[_0x78904b(0x184)],{'commandDefinition':_0x190488});this[_0x78904b(0x184)][_0x78904b(0x197)](_0x190488[_0x78904b(0x1da)]);}}}function H(_0x39b173,_0xa0f118){const _0x3007f6=_0x3ffa06;return _0x39b173[_0x3007f6(0x185)]<_0xa0f118[_0x3007f6(0x185)]?-0x1:_0x39b173[_0x3007f6(0x185)]>_0xa0f118[_0x3007f6(0x185)]?0x1:0x0;}function O(_0xdebaa6,_0xfd943b){const _0x1fb911=_0x3ffa06;return _0xfd943b+'-'+_0xdebaa6[_0x1fb911(0x1c6)]()[_0x1fb911(0x17b)]('\x20')[_0x1fb911(0x1d4)]('-');}
|