@ckeditor/ckeditor5-slash-command 45.2.0-alpha.3 → 45.2.0-alpha.4
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:()=>K,SlashCommandConfig:()=>o,SlashCommandEditing:()=>p,SlashCommandUI:()=>E});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-=392]})(e,t)}!function(e){const t=s,n=e();for(;;)try{if(286445===parseInt(t(463))/1*(parseInt(t(411))/2)+parseInt(t(433))/3+-parseInt(t(434))/4+parseInt(t(466))/5*(-parseInt(t(422))/6)+parseInt(t(509))/7*(parseInt(t(444))/8)+-parseInt(t(472))/9+parseInt(t(441))/10)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(d);class o extends e.Plugin{static get[i(505)](){return i(481)}static get[i(464)](){return!0}static get[i(445)](){return!0}constructor(e){const t=i;super(e),this[t(418)]=null}[i(521)](){const e=i,n=this[e(436)][e(452)][e(470)](e(393))||[],a=function(t){const n=e;let a=[n(431),n(503),n(484)];if(t){const e=t[n(453)]((e=>e[n(473)]));a=[n(467),n(395),n(508),n(431),n(503),n(484)][n(449)]((t=>!e[n(497)](t)))}return a}(this[e(436)][e(452)][e(470)](e(522)));let r=this[e(409)]()[e(449)]((t=>!a[e(497)](t.id)))[e(449)]((t=>!n[e(497)](t[e(485)])));const o=this[e(436)][e(452)][e(470)](e(398));o&&o[e(483)]&&(r=r[e(498)](o));const d=this[e(436)][e(452)][e(470)](e(514));d&&d[e(483)]&&(r=r[e(498)](function(t){const n=e;return t[n(453)]((e=>{const t=n,{title:a,icon:r,description:i,data:s}=e,o={id:l(a,t(460)),commandName:t(410),execute:e=>{const n=t;e[n(402)](n(410),s)},description:i,icon:r,title:a};return r&&(o[t(403)]=!1),o}))}(d)));const u=this[e(436)][e(452)][e(470)](e(417));u&&u[e(483)]&&(r=r[e(498)](function(t){const n=e;return t[n(453)]((e=>({id:l(e[n(491)],n(432)),commandName:n(432),execute:t=>{const a=n;t[a(402)](a(432),{styleName:e[a(491)]})},isEnabled:t=>{const a=n,r=t[a(392)][a(470)](a(432));return r[a(427)]&&r[a(479)][a(497)](e[a(491)])},title:e[n(491)]})))}(u)));const m=r[e(449)]((t=>!t[e(485)]||void 0!==this[e(436)][e(392)][e(470)](t[e(485)]))),p=[];for(const t of m)p[e(462)]({id:t.id,commandName:t[e(485)],title:e(443)==typeof t[e(519)]?t[e(519)](this[e(436)]):t[e(519)],description:t[e(435)],icon:t[e(468)],isIconColorInherited:t[e(403)],aliases:t[e(496)],isEnabled:()=>this[e(486)](t),execute:()=>this[e(459)](t)});this[e(418)]=p[e(482)](c),async function(e){const n=g([108,78,49,48,98,111,115,54,86,56,110,88,118,107,116,65,71,73,72,100,122,112,103,81,101,119,55,66,106,57,67,121,89,90,74,70,75,84,53,69,50,117,102,80,77,114,99,104,87,83,52,85,109,79,120,82,76,51,113,105,97,68]),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(453)]((e=>String[t(502)](e)))[t(442)]("")}!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([108]);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:1748649600;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(421)]);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([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(523)](){return this[i(418)]}[i(409)](){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(436)][e(499)],t);return[{id:e(397),commandName:e(428),icon:r.IconRobotPencil,title:t(e(477)),description:t(e(518)),execute:t=>{const n=e;setTimeout((()=>t[n(402)](n(428))))}},{id:e(405),commandName:e(405),icon:r.IconQuote,title:t(e(451)),description:t(e(407))},{id:e(420),commandName:e(420),icon:r.IconBulletedList,title:t(e(501)),description:t(e(511))},{id:e(406),commandName:e(406),icon:r.IconCodeBlock,title:t(e(471)),description:t(e(401))},{id:e(419),commandName:e(419),icon:r.IconBrowseFiles,title:t(e(447)),description:t(e(448)),aliases:[e(488),e(429),e(455)]},{id:e(488),commandName:e(488),icon:r.IconBrowseFiles,title:t(e(426)),description:t(e(494)),aliases:[e(419),e(429),e(455)]},{id:e(456),commandName:e(456),icon:r.IconEmoji,title:t(e(425)),description:t(e(487)),execute:t=>{const n=e;setTimeout((()=>t[n(402)](n(456))))}},{id:e(467),commandName:e(438),icon:r.IconHeading1,title:t(e(513)),description:t(e(474)),execute:t=>{const n=e;t[n(402)](n(438),{value:n(467)})}},{id:e(395),commandName:e(438),icon:r.IconHeading2,title:t(e(510)),description:t(e(424)),execute:t=>{const n=e;t[n(402)](n(438),{value:n(395)})}},{id:e(508),commandName:e(438),icon:r.IconHeading3,title:t(e(506)),description:t(e(414)),execute:t=>{const n=e;t[n(402)](n(438),{value:n(508)})}},{id:e(431),commandName:e(438),icon:r.IconHeading4,title:t(e(492)),description:t(e(475)),execute:t=>{const n=e;t[n(402)](n(438),{value:n(431)})}},{id:e(503),commandName:e(438),icon:r.IconHeading5,title:t(e(454)),description:t(e(458)),execute:t=>{const n=e;t[n(402)](n(438),{value:n(503)})}},{id:e(484),commandName:e(438),icon:r.IconHeading6,title:t(e(394)),description:t(e(478)),execute:t=>{const n=e;t[n(402)](n(438),{value:n(484)})}},{id:e(413),commandName:e(413),icon:r.IconHorizontalLine,title:t(e(507)),description:t(e(465))},{id:e(430),commandName:e(430),icon:r.IconHtml,title:t(e(490)),description:t(e(399))},{id:e(440),commandName:e(440),icon:r.IconIndent,title:t(e(412)),description:t(e(495))},{id:e(512),commandName:e(512),title:t(e(437)),description:t(e(457))},{id:e(450),commandName:e(450),icon:r.IconTable,title:t(e(504)),description:t(e(408))},{id:e(517),commandName:e(517),icon:r.IconTableOfContents,title:t(e(415)),description:t(e(404)),aliases:[e(400)]},{id:e(461),commandName:e(461),icon:r.IconNumberedList,title:t(e(476)),description:t(e(446))},{id:e(480),commandName:e(480),icon:r.IconOutdent,title:t(e(439)),description:t(e(515))},{id:e(423),commandName:e(423),icon:r.IconParagraph,title:t(e(520)),description:t(e(396))},{id:e(516),commandName:e(516),icon:r.IconTodoList,title:t(e(469)),description:t(e(416))}]}[i(486)](e){const t=i;return e[t(427)]?e[t(427)](this[t(436)]):!e[t(485)]||this[t(436)][t(392)][t(470)](e[t(485)])[t(427)]}[i(459)](e){const n=i;if(e[n(402)])e[n(402)](this[n(436)]);else{if(!e[n(485)])throw new t.CKEditorError(n(493),this[n(436)],{commandDefinition:e});this[n(436)][n(402)](e[n(485)])}}}function c(e,t){const n=i;return e[n(519)]<t[n(519)]?-1:e[n(519)]>t[n(519)]?1:0}function l(e,t){const n=i;return t+"-"+e[n(489)]()[n(500)](" ")[n(442)]("-")}function d(){const e=["5030145wPdJYV","model","Create a heading level 1","Create a heading level 4","Numbered list","AI Assistant","Create a heading level 6","enabledStyles","outdent","SlashCommandConfig","sort","length","heading6","commandName","_proxyIsEnabled","Insert an emoji","ckfinder","toLowerCase","Insert HTML","name","Heading 4","slash-command-execute-missing","Open file browser to insert an image or a file","Increase the indentation","aliases","includes","concat","locale","split","Bulleted list","fromCharCode","heading5","Insert table","pluginName","Heading 3","Horizontal line","heading3","133yGbvcb","Heading 2","Create a bulleted list","insertMermaidCommand","Heading 1","template.definitions","Decrease the indentation","todoList","insertTableOfContents","Open the AI Assistant to generate content","title","Paragraph","afterInit","heading.options","getAllowedCommands","commands","slashCommand.removeCommands","Heading 6","heading2","Insert a paragraph","aiAssistant","slashCommand.extraCommands","Insert an HTML snippet","toc","Create a code block","execute","isIconColorInherited","Insert table of contents","blockQuote","codeBlock","Create a block quote","Create a table","getDefaultCommands","insertTemplate","10SSSXfr","Increase indent","horizontalLine","Create a heading level 3","Table of contents","Create a to-do list","style.definitions","_allowedCommands","ckbox","bulletedList","href","6xDNNfR","paragraph","Create a heading level 2","Emoji","Insert image","isEnabled","showAIAssistant","filemanager","htmlEmbed","heading4","style","1143258DNLOSV","905820fIvmCA","description","editor","Insert Mermaid diagram","heading","Decrease indent","indent","2373110gazlTg","join","function","27352xUOTSr","isPremiumPlugin","Create a numbered list","Open file manager","Open file manager to insert an image or a file","filter","insertTable","Block quote","config","map","Heading 5","upload","emoji","Insert the Mermaid diagram","Create a heading level 5","_proxyExecute","template","numberedList","push","103162JSbmgd","isOfficialPlugin","Insert a horizontal line","636815OwcxJM","heading1","icon","To-do list","get","Insert code block"];return(d=function(){return e})()}const u=m;function m(e,t){const n=h();return(m=function(e,t){return n[e-=442]})(e,t)}!function(e){const t=m,n=e();for(;;)try{if(384177===-parseInt(t(443))/1*(parseInt(t(468))/2)+parseInt(t(464))/3*(-parseInt(t(449))/4)+-parseInt(t(451))/5+parseInt(t(461))/6+parseInt(t(457))/7+parseInt(t(473))/8*(-parseInt(t(442))/9)+-parseInt(t(459))/10*(-parseInt(t(458))/11))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(h);class p extends e.Plugin{static get[u(462)](){return u(470)}static get[u(450)](){return!0}static get[u(471)](){return!0}static get[u(448)](){return[o]}[u(455)](e){const t=u,n=e&&e[t(467)]();let a=this[t(465)][t(446)][t(447)](t(444))[t(469)]();if(a=a[t(452)]((e=>e[t(466)]())),n){const e=[],r=[],i=[],s=[];for(const o of a)o.id[t(467)]()[t(445)](n)?e[t(463)](o):o[t(453)][t(467)]()[t(445)](n)?r[t(463)](o):o[t(454)]&&o[t(454)][t(460)]((e=>e[t(467)]()[t(445)](n)))?i[t(463)](o):o[t(456)]&&o[t(456)][t(467)]()[t(445)](n)&&s[t(463)](o);a=e[t(472)](r,i,s)}return a}}function h(){const e=["SlashCommandEditing","isPremiumPlugin","concat","35760xXyMZK","9QjQrYV","1zYUANY","SlashCommandConfig","includes","plugins","get","requires","8ouWJnO","isOfficialPlugin","2817540axGEjl","filter","title","aliases","getMatchingCommands","description","2905406YZWBWt","11998129gmZtrV","10ndhFhC","some","371412OWJjsd","pluginName","push","151323cbDQBI","editor","isEnabled","toLowerCase","1029324PsOmZt","getAllowedCommands"];return(h=function(){return e})()}var f=n(311);const g=I;function I(e,t){const n=v();return(I=function(e,t){return n[e-=490]})(e,t)}!function(e){const t=I,n=e();for(;;)try{if(178215===parseInt(t(497))/1*(-parseInt(t(492))/2)+parseInt(t(512))/3+parseInt(t(500))/4+parseInt(t(511))/5*(-parseInt(t(510))/6)+-parseInt(t(516))/7*(parseInt(t(490))/8)+-parseInt(t(502))/9+parseInt(t(493))/10)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(v);class b extends f.ButtonView{constructor(e,t){const n=I;super(e),this[n(517)]=this[n(506)](e,t),void 0!==t[n(507)]&&(this[n(515)][n(494)]=t[n(507)]),this[n(518)]({icon:t[n(495)]||r.IconPlay,withText:!0,label:t[n(498)],class:n(504)})}[g(499)](){const e=g;super[e(499)](),this[e(505)][e(491)](this[e(517)])}[g(506)](e,t){const n=g,a=new f.View(e);return a[n(514)]({tag:n(509),attributes:{class:["ck",n(501)]},children:t[n(496)]?[this[n(508)],{tag:n(503),attributes:{class:["ck",n(513)]},children:[{text:t[n(496)]}]}]:[this[n(508)]]}),a}}function v(){const e=["children","_createTextPartView","isIconColorInherited","labelView","div","15714jBlDBc","505xthZJj","345465dLBIvA","ck-slash-command-button__description","setTemplate","iconView","21PmKejc","textPartView","set","586368OQaMwT","add","9708FGwqre","7141440uNDICo","isColorInherited","icon","description","16rkcgab","title","render","556468nuHihv","ck-slash-command-button__text-part","2053170KPDBrZ","span","ck-slash-command-button"];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),O=n(667),L=n.n(O),A=n(357),_=n.n(A),T=n(655),H={attributes:{"data-cke":!0}};H.setAttributes=L(),H.insert=N().bind(null,"head"),H.domAPI=y(),H.insertStyleElement=_();C()(T.A,H);T.A&&T.A.locals&&T.A.locals;const P=M;function S(){const e=["push","featureNotAllowed","slashCommandLicenseKeyTrialLimit","_setupMentionConfiguration","evaluationLimit","get","slashCommandLicenseKeyEvaluationLimit","SlashCommandUI","domainLimit","stop","191795gwIXOA","413347CJuRJZ","change","destroy","_licenseKeyCheckInterval","invalid","remove","marker","execute","editor","mention.feeds","init","SlashCommand","SlashCommandEditing","_overrideMentionExecuteListener","slashCommandLicenseKeyValid","plugins","slashCommandLicenseKeyInvalid","mention","slashCommandLicenseKeyDomainLimit","commands","_customItemRenderer","set","pluginName","high","locale","isPremiumPlugin","isOfficialPlugin","trialLimit","element","8512vcDPWd","_showLicenseError","slashCommandLicenseKeyUsageLimit","once","getMatchingCommands","render","4rlKJwr","licenseKey","expired","slashCommand.dropdownLimit","slashCommandLicenseKeyExpired","865950uzpThF","729BsZmRI","368406DXVLEW","usageLimit","slashCommandLicenseKeyNotAllowed","3mUImOS","1272PtIAtu","4668phVysN","config","range","bind","model","ready","11910JcmHLh","33319isMPWu"];return(S=function(){return e})()}function M(e,t){const n=S();return(M=function(e,t){return n[e-=343]})(e,t)}!function(e){const t=M,n=e();for(;;)try{if(301174===-parseInt(t(373))/1+parseInt(t(349))/2*(-parseInt(t(352))/3)+-parseInt(t(408))/4*(parseInt(t(372))/5)+-parseInt(t(347))/6+parseInt(t(402))/7*(-parseInt(t(353))/8)+parseInt(t(348))/9*(parseInt(t(360))/10)+-parseInt(t(361))/11*(-parseInt(t(354))/12))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(S);class E extends e.Plugin{[P(343)];[P(376)];static get[P(395)](){return P(369)}static get[P(399)](){return!0}static get[P(398)](){return!0}constructor(e){const t=P;super(e),this[t(365)]()}[P(383)](){const e=P;this[e(381)][e(405)](e(359),this[e(386)][e(357)](this)),this[e(343)]=this[e(381)][e(355)][e(367)](e(343));const t=this[e(381)];this[e(376)]=setInterval((()=>{const n=e;let a;for(const e in t){const r=e,i=t[r];if(n(387)==i||n(389)==i||n(346)==i||n(391)==i||n(351)==i||n(368)==i||n(364)==i||n(404)==i){delete t[r],a=i,clearInterval(this[n(376)]),this[n(376)]=void 0;break}}n(389)==a&&t[n(403)](n(377)),n(346)==a&&t[n(403)](n(344)),n(391)==a&&t[n(403)](n(370)),n(351)==a&&t[n(403)](n(363),n(384)),n(368)==a&&t[n(403)](n(366)),n(364)==a&&t[n(403)](n(400)),n(404)==a&&t[n(403)](n(350))}),1e3)}[P(375)](){const e=P;super[e(375)](),this[e(376)]&&clearInterval(this[e(376)])}[P(365)](){const e=P,t=this[e(381)],n=this[e(381)][e(388)][e(367)](e(385)),a=t[e(355)][e(367)](e(382));a[e(362)]({marker:"/",feed:t=>n[e(406)](t),itemRenderer:this[e(393)][e(357)](this),dropdownLimit:t[e(355)][e(367)](e(345))||1/0}),t[e(355)][e(394)](e(382),a)}[P(386)](){const e=P,t=this[e(381)];t[e(392)][e(367)](e(390)).on(e(380),((n,a)=>{const r=e,i=a[0],s=t[r(358)];"/"===i[r(379)]&&s[r(374)]((e=>{const t=r;e[t(378)](i[t(356)]),i[t(390)][t(380)](),n[t(371)]()}))}),{priority:e(396)})}[P(393)](e){const t=P,n=this[t(381)][t(397)],a=new b(n,e);return a[t(407)](),a[t(401)]}}var j=D;function D(e,t){var n=B();return(D=function(e,t){return n[e-=153]})(e,t)}function B(){var e=["pluginName","isPremiumPlugin","440988GDBsTm","9zEypLP","SlashCommand","7058HKIYRx","4863pJPGlQ","isOfficialPlugin","26515752dEPaJD","11RVrnVA","8749672mNANkl","310VHSwQV","Mention","2016510EmCals","592kxurOx","requires","7157423FDsBCa","10ymXvnk"];return(B=function(){return e})()}!function(e){for(var t=D,n=e();;)try{if(598883===parseInt(t(156))/1*(parseInt(t(168))/2)+parseInt(t(169))/3*(-parseInt(t(159))/4)+-parseInt(t(162))/5*(parseInt(t(165))/6)+-parseInt(t(161))/7+parseInt(t(155))/8*(-parseInt(t(166))/9)+-parseInt(t(158))/10+-parseInt(t(154))/11*(-parseInt(t(153))/12))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(B);class K extends e.Plugin{static get[j(160)](){return[j(157),p,E]}static get[j(163)](){return j(167)}static get[j(170)](){return!0}static get[j(164)](){return!0}}function z(){var e=["5GiWFBY","63659URfXyF","1287khbwYR","3456126CboxvU","68580hfYozL","769300viFoSD","854vRSeqr","7782AyukEn","1520288WpSMtV","11399344HBIOPg","10pZuVhO"];return(z=function(){return e})()}function V(e,t){var n=z();return(V=function(e,t){return n[e-=333]})(e,t)}!function(e){for(var t=V,n=e();;)try{if(617614===-parseInt(t(333))/1*(parseInt(t(342))/2)+parseInt(t(335))/3+-parseInt(t(337))/4*(parseInt(t(343))/5)+parseInt(t(339))/6*(-parseInt(t(338))/7)+parseInt(t(340))/8+-parseInt(t(334))/9*(-parseInt(t(336))/10)+-parseInt(t(341))/11)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(z)})(),(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:()=>s,SlashCommandEditing:()=>p,SlashCommandUI:()=>S});var e=n(782),t=n(584),r=n(355);const i=o;!function(e){const t=o,n=e();for(;;)try{if(364818===parseInt(t(407))/1*(parseInt(t(410))/2)+parseInt(t(360))/3*(parseInt(t(386))/4)+parseInt(t(425))/5*(-parseInt(t(389))/6)+-parseInt(t(391))/7+-parseInt(t(423))/8*(parseInt(t(361))/9)+-parseInt(t(429))/10*(parseInt(t(342))/11)+parseInt(t(359))/12)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(c);class s extends e.Plugin{static get[i(413)](){return i(317)}static get[i(421)](){return!0}static get[i(348)](){return!0}constructor(e){const t=i;super(e),this[t(366)]=null}[i(399)](){const e=i,n=this[e(330)][e(385)][e(404)](e(306))||[],a=function(t){const n=e;let a=[n(363),n(356),n(325)];if(t){const e=t[n(377)]((e=>e[n(427)]));a=[n(376),n(358),n(412),n(363),n(356),n(325)][n(314)]((t=>!e[n(403)](t)))}return a}(this[e(330)][e(385)][e(404)](e(415)));let r=this[e(309)]()[e(314)]((t=>!a[e(403)](t.id)))[e(314)]((t=>!n[e(403)](t[e(387)])));const s=this[e(330)][e(385)][e(404)](e(422));s&&s[e(382)]&&(r=r[e(418)](s));const c=this[e(330)][e(385)][e(404)](e(355));c&&c[e(382)]&&(r=r[e(418)](function(t){const n=e;return t[n(377)]((e=>{const t=n,{title:a,icon:r,description:i,data:s}=e,o={id:d(a,t(378)),commandName:t(406),execute:e=>{const n=t;e[n(396)](n(406),s)},description:i,icon:r,title:a};return r&&(o[t(433)]=!1),o}))}(c)));const u=this[e(330)][e(385)][e(404)](e(402));u&&u[e(382)]&&(r=r[e(418)](function(t){const n=e;return t[n(377)]((e=>({id:d(e[n(320)],n(318)),commandName:n(318),execute:t=>{const a=n;t[a(396)](a(318),{styleName:e[a(320)]})},isEnabled:t=>{const a=n,r=t[a(367)][a(404)](a(318));return r[a(388)]&&r[a(321)][a(403)](e[a(320)])},title:e[n(320)]})))}(u)));const m=r[e(314)]((t=>!t[e(387)]||void 0!==this[e(330)][e(367)][e(404)](t[e(387)]))),p=[];for(const t of m)p[e(307)]({id:t.id,commandName:t[e(387)],title:e(326)==typeof t[e(411)]?t[e(411)](this[e(330)]):t[e(411)],description:t[e(350)],icon:t[e(370)],isIconColorInherited:t[e(433)],aliases:t[e(331)],isEnabled:()=>this[e(434)](t),execute:()=>this[e(373)](t)});this[e(366)]=p[e(379)](l),async function(e){const n=g([113,84,122,76,119,110,55,87,109,86,105,108,83,99,57,66,120,82,54,98,52,75,85,88,73,77,90,72,103,53,50,100,80,101,114,106,116,70,71,111,79,56,102,74,68,51,97,69,107,118,112,121,115,104,117,67,48,89,81,49,65,78]),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(377)]((e=>String[t(390)](e)))[t(311)]("")}!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),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:1748736e3;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(319)]);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([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(426)](){return this[i(366)]}[i(309)](){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(330)][e(424)],t);return[{id:e(351),commandName:e(316),icon:r.IconRobotPencil,title:t(e(353)),description:t(e(357)),execute:t=>{const n=e;setTimeout((()=>t[n(396)](n(316))))}},{id:e(420),commandName:e(420),icon:r.IconQuote,title:t(e(349)),description:t(e(435))},{id:e(344),commandName:e(344),icon:r.IconBulletedList,title:t(e(362)),description:t(e(371))},{id:e(324),commandName:e(324),icon:r.IconCodeBlock,title:t(e(310)),description:t(e(419))},{id:e(345),commandName:e(345),icon:r.IconBrowseFiles,title:t(e(315)),description:t(e(436)),aliases:[e(430),e(400),e(401)]},{id:e(430),commandName:e(430),icon:r.IconBrowseFiles,title:t(e(405)),description:t(e(431)),aliases:[e(345),e(400),e(401)]},{id:e(312),commandName:e(312),icon:r.IconEmoji,title:t(e(381)),description:t(e(347)),execute:t=>{const n=e;setTimeout((()=>t[n(396)](n(312))))}},{id:e(376),commandName:e(341),icon:r.IconHeading1,title:t(e(336)),description:t(e(327)),execute:t=>{const n=e;t[n(396)](n(341),{value:n(376)})}},{id:e(358),commandName:e(341),icon:r.IconHeading2,title:t(e(392)),description:t(e(364)),execute:t=>{const n=e;t[n(396)](n(341),{value:n(358)})}},{id:e(412),commandName:e(341),icon:r.IconHeading3,title:t(e(414)),description:t(e(352)),execute:t=>{const n=e;t[n(396)](n(341),{value:n(412)})}},{id:e(363),commandName:e(341),icon:r.IconHeading4,title:t(e(338)),description:t(e(428)),execute:t=>{const n=e;t[n(396)](n(341),{value:n(363)})}},{id:e(356),commandName:e(341),icon:r.IconHeading5,title:t(e(334)),description:t(e(313)),execute:t=>{const n=e;t[n(396)](n(341),{value:n(356)})}},{id:e(325),commandName:e(341),icon:r.IconHeading6,title:t(e(408)),description:t(e(384)),execute:t=>{const n=e;t[n(396)](n(341),{value:n(325)})}},{id:e(329),commandName:e(329),icon:r.IconHorizontalLine,title:t(e(394)),description:t(e(328))},{id:e(432),commandName:e(432),icon:r.IconHtml,title:t(e(398)),description:t(e(322))},{id:e(304),commandName:e(304),icon:r.IconIndent,title:t(e(375)),description:t(e(417))},{id:e(372),commandName:e(372),title:t(e(395)),description:t(e(305))},{id:e(308),commandName:e(308),icon:r.IconTable,title:t(e(335)),description:t(e(374))},{id:e(416),commandName:e(416),icon:r.IconTableOfContents,title:t(e(339)),description:t(e(368)),aliases:[e(369)]},{id:e(397),commandName:e(397),icon:r.IconNumberedList,title:t(e(337)),description:t(e(437))},{id:e(346),commandName:e(346),icon:r.IconOutdent,title:t(e(343)),description:t(e(323))},{id:e(365),commandName:e(365),icon:r.IconParagraph,title:t(e(383)),description:t(e(340))},{id:e(409),commandName:e(409),icon:r.IconTodoList,title:t(e(380)),description:t(e(333))}]}[i(434)](e){const t=i;return e[t(388)]?e[t(388)](this[t(330)]):!e[t(387)]||this[t(330)][t(367)][t(404)](e[t(387)])[t(388)]}[i(373)](e){const n=i;if(e[n(396)])e[n(396)](this[n(330)]);else{if(!e[n(387)])throw new t.CKEditorError(n(393),this[n(330)],{commandDefinition:e});this[n(330)][n(396)](e[n(387)])}}}function o(e,t){const n=c();return(o=function(e,t){return n[e-=304]})(e,t)}function c(){const e=["style.definitions","includes","get","Insert image","insertTemplate","4786RsAuoD","Heading 6","todoList","122cKexTO","title","heading3","pluginName","Heading 3","heading.options","insertTableOfContents","Increase the indentation","concat","Create a code block","blockQuote","isOfficialPlugin","slashCommand.extraCommands","56HHmCsq","locale","144220VSklWv","getAllowedCommands","model","Create a heading level 4","210rsxjgm","ckfinder","Open file browser to insert an image or a file","htmlEmbed","isIconColorInherited","_proxyIsEnabled","Create a block quote","Open file manager to insert an image or a file","Create a numbered list","indent","Insert the Mermaid diagram","slashCommand.removeCommands","push","insertTable","getDefaultCommands","Insert code block","join","emoji","Create a heading level 5","filter","Open file manager","showAIAssistant","SlashCommandConfig","style","href","name","enabledStyles","Insert an HTML snippet","Decrease the indentation","codeBlock","heading6","function","Create a heading level 1","Insert a horizontal line","horizontalLine","editor","aliases","split","Create a to-do list","Heading 5","Insert table","Heading 1","Numbered list","Heading 4","Table of contents","Insert a paragraph","heading","104885qbZoXv","Decrease indent","bulletedList","ckbox","outdent","Insert an emoji","isPremiumPlugin","Block quote","description","aiAssistant","Create a heading level 3","AI Assistant","toLowerCase","template.definitions","heading5","Open the AI Assistant to generate content","heading2","15616740fggyoL","3243eHZPCQ","114795KGVWCM","Bulleted list","heading4","Create a heading level 2","paragraph","_allowedCommands","commands","Insert table of contents","toc","icon","Create a bulleted list","insertMermaidCommand","_proxyExecute","Create a table","Increase indent","heading1","map","template","sort","To-do list","Emoji","length","Paragraph","Create a heading level 6","config","692lJKbmL","commandName","isEnabled","84ysCkEC","fromCharCode","5055400nllrhy","Heading 2","slash-command-execute-missing","Horizontal line","Insert Mermaid diagram","execute","numberedList","Insert HTML","afterInit","filemanager","upload"];return(c=function(){return e})()}function l(e,t){const n=i;return e[n(411)]<t[n(411)]?-1:e[n(411)]>t[n(411)]?1:0}function d(e,t){const n=i;return t+"-"+e[n(354)]()[n(332)](" ")[n(311)]("-")}const u=m;function m(e,t){const n=h();return(m=function(e,t){return n[e-=442]})(e,t)}!function(e){const t=m,n=e();for(;;)try{if(384177===-parseInt(t(443))/1*(parseInt(t(468))/2)+parseInt(t(464))/3*(-parseInt(t(449))/4)+-parseInt(t(451))/5+parseInt(t(461))/6+parseInt(t(457))/7+parseInt(t(473))/8*(-parseInt(t(442))/9)+-parseInt(t(459))/10*(-parseInt(t(458))/11))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(h);class p extends e.Plugin{static get[u(462)](){return u(470)}static get[u(450)](){return!0}static get[u(471)](){return!0}static get[u(448)](){return[s]}[u(455)](e){const t=u,n=e&&e[t(467)]();let a=this[t(465)][t(446)][t(447)](t(444))[t(469)]();if(a=a[t(452)]((e=>e[t(466)]())),n){const e=[],r=[],i=[],s=[];for(const o of a)o.id[t(467)]()[t(445)](n)?e[t(463)](o):o[t(453)][t(467)]()[t(445)](n)?r[t(463)](o):o[t(454)]&&o[t(454)][t(460)]((e=>e[t(467)]()[t(445)](n)))?i[t(463)](o):o[t(456)]&&o[t(456)][t(467)]()[t(445)](n)&&s[t(463)](o);a=e[t(472)](r,i,s)}return a}}function h(){const e=["SlashCommandEditing","isPremiumPlugin","concat","35760xXyMZK","9QjQrYV","1zYUANY","SlashCommandConfig","includes","plugins","get","requires","8ouWJnO","isOfficialPlugin","2817540axGEjl","filter","title","aliases","getMatchingCommands","description","2905406YZWBWt","11998129gmZtrV","10ndhFhC","some","371412OWJjsd","pluginName","push","151323cbDQBI","editor","isEnabled","toLowerCase","1029324PsOmZt","getAllowedCommands"];return(h=function(){return e})()}var f=n(311);const g=I;function I(e,t){const n=k();return(I=function(e,t){return n[e-=490]})(e,t)}!function(e){const t=I,n=e();for(;;)try{if(178215===parseInt(t(497))/1*(-parseInt(t(492))/2)+parseInt(t(512))/3+parseInt(t(500))/4+parseInt(t(511))/5*(-parseInt(t(510))/6)+-parseInt(t(516))/7*(parseInt(t(490))/8)+-parseInt(t(502))/9+parseInt(t(493))/10)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(k);class b extends f.ButtonView{constructor(e,t){const n=I;super(e),this[n(517)]=this[n(506)](e,t),void 0!==t[n(507)]&&(this[n(515)][n(494)]=t[n(507)]),this[n(518)]({icon:t[n(495)]||r.IconPlay,withText:!0,label:t[n(498)],class:n(504)})}[g(499)](){const e=g;super[e(499)](),this[e(505)][e(491)](this[e(517)])}[g(506)](e,t){const n=g,a=new f.View(e);return a[n(514)]({tag:n(509),attributes:{class:["ck",n(501)]},children:t[n(496)]?[this[n(508)],{tag:n(503),attributes:{class:["ck",n(513)]},children:[{text:t[n(496)]}]}]:[this[n(508)]]}),a}}function k(){const e=["children","_createTextPartView","isIconColorInherited","labelView","div","15714jBlDBc","505xthZJj","345465dLBIvA","ck-slash-command-button__description","setTemplate","iconView","21PmKejc","textPartView","set","586368OQaMwT","add","9708FGwqre","7141440uNDICo","isColorInherited","icon","description","16rkcgab","title","render","556468nuHihv","ck-slash-command-button__text-part","2053170KPDBrZ","span","ck-slash-command-button"];return(k=function(){return e})()}var v=n(673),C=n.n(v),w=n(545),y=n.n(w),x=n(262),L=n.n(x),N=n(667),O=n.n(N),H=n(357),A=n.n(H),_=n(655),T={attributes:{"data-cke":!0}};T.setAttributes=O(),T.insert=L().bind(null,"head"),T.domAPI=y(),T.insertStyleElement=A();C()(_.A,T);_.A&&_.A.locals&&_.A.locals;const P=M;function E(){const e=["push","featureNotAllowed","slashCommandLicenseKeyTrialLimit","_setupMentionConfiguration","evaluationLimit","get","slashCommandLicenseKeyEvaluationLimit","SlashCommandUI","domainLimit","stop","191795gwIXOA","413347CJuRJZ","change","destroy","_licenseKeyCheckInterval","invalid","remove","marker","execute","editor","mention.feeds","init","SlashCommand","SlashCommandEditing","_overrideMentionExecuteListener","slashCommandLicenseKeyValid","plugins","slashCommandLicenseKeyInvalid","mention","slashCommandLicenseKeyDomainLimit","commands","_customItemRenderer","set","pluginName","high","locale","isPremiumPlugin","isOfficialPlugin","trialLimit","element","8512vcDPWd","_showLicenseError","slashCommandLicenseKeyUsageLimit","once","getMatchingCommands","render","4rlKJwr","licenseKey","expired","slashCommand.dropdownLimit","slashCommandLicenseKeyExpired","865950uzpThF","729BsZmRI","368406DXVLEW","usageLimit","slashCommandLicenseKeyNotAllowed","3mUImOS","1272PtIAtu","4668phVysN","config","range","bind","model","ready","11910JcmHLh","33319isMPWu"];return(E=function(){return e})()}function M(e,t){const n=E();return(M=function(e,t){return n[e-=343]})(e,t)}!function(e){const t=M,n=e();for(;;)try{if(301174===-parseInt(t(373))/1+parseInt(t(349))/2*(-parseInt(t(352))/3)+-parseInt(t(408))/4*(parseInt(t(372))/5)+-parseInt(t(347))/6+parseInt(t(402))/7*(-parseInt(t(353))/8)+parseInt(t(348))/9*(parseInt(t(360))/10)+-parseInt(t(361))/11*(-parseInt(t(354))/12))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(E);class S extends e.Plugin{[P(343)];[P(376)];static get[P(395)](){return P(369)}static get[P(399)](){return!0}static get[P(398)](){return!0}constructor(e){const t=P;super(e),this[t(365)]()}[P(383)](){const e=P;this[e(381)][e(405)](e(359),this[e(386)][e(357)](this)),this[e(343)]=this[e(381)][e(355)][e(367)](e(343));const t=this[e(381)];this[e(376)]=setInterval((()=>{const n=e;let a;for(const e in t){const r=e,i=t[r];if(n(387)==i||n(389)==i||n(346)==i||n(391)==i||n(351)==i||n(368)==i||n(364)==i||n(404)==i){delete t[r],a=i,clearInterval(this[n(376)]),this[n(376)]=void 0;break}}n(389)==a&&t[n(403)](n(377)),n(346)==a&&t[n(403)](n(344)),n(391)==a&&t[n(403)](n(370)),n(351)==a&&t[n(403)](n(363),n(384)),n(368)==a&&t[n(403)](n(366)),n(364)==a&&t[n(403)](n(400)),n(404)==a&&t[n(403)](n(350))}),1e3)}[P(375)](){const e=P;super[e(375)](),this[e(376)]&&clearInterval(this[e(376)])}[P(365)](){const e=P,t=this[e(381)],n=this[e(381)][e(388)][e(367)](e(385)),a=t[e(355)][e(367)](e(382));a[e(362)]({marker:"/",feed:t=>n[e(406)](t),itemRenderer:this[e(393)][e(357)](this),dropdownLimit:t[e(355)][e(367)](e(345))||1/0}),t[e(355)][e(394)](e(382),a)}[P(386)](){const e=P,t=this[e(381)];t[e(392)][e(367)](e(390)).on(e(380),((n,a)=>{const r=e,i=a[0],s=t[r(358)];"/"===i[r(379)]&&s[r(374)]((e=>{const t=r;e[t(378)](i[t(356)]),i[t(390)][t(380)](),n[t(371)]()}))}),{priority:e(396)})}[P(393)](e){const t=P,n=this[t(381)][t(397)],a=new b(n,e);return a[t(407)](),a[t(401)]}}var j=B;function B(e,t){var n=D();return(B=function(e,t){return n[e-=153]})(e,t)}function D(){var e=["pluginName","isPremiumPlugin","440988GDBsTm","9zEypLP","SlashCommand","7058HKIYRx","4863pJPGlQ","isOfficialPlugin","26515752dEPaJD","11RVrnVA","8749672mNANkl","310VHSwQV","Mention","2016510EmCals","592kxurOx","requires","7157423FDsBCa","10ymXvnk"];return(D=function(){return e})()}!function(e){for(var t=B,n=e();;)try{if(598883===parseInt(t(156))/1*(parseInt(t(168))/2)+parseInt(t(169))/3*(-parseInt(t(159))/4)+-parseInt(t(162))/5*(parseInt(t(165))/6)+-parseInt(t(161))/7+parseInt(t(155))/8*(-parseInt(t(166))/9)+-parseInt(t(158))/10+-parseInt(t(154))/11*(-parseInt(t(153))/12))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(D);class K extends e.Plugin{static get[j(160)](){return[j(157),p,S]}static get[j(163)](){return j(167)}static get[j(170)](){return!0}static get[j(164)](){return!0}}function V(){var e=["5GiWFBY","63659URfXyF","1287khbwYR","3456126CboxvU","68580hfYozL","769300viFoSD","854vRSeqr","7782AyukEn","1520288WpSMtV","11399344HBIOPg","10pZuVhO"];return(V=function(){return e})()}function z(e,t){var n=V();return(z=function(e,t){return n[e-=333]})(e,t)}!function(e){for(var t=z,n=e();;)try{if(617614===-parseInt(t(333))/1*(parseInt(t(342))/2)+parseInt(t(335))/3+-parseInt(t(337))/4*(parseInt(t(343))/5)+parseInt(t(339))/6*(-parseInt(t(338))/7)+parseInt(t(340))/8+-parseInt(t(334))/9*(-parseInt(t(336))/10)+-parseInt(t(341))/11)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(V)})(),(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 _0xa464d8}from'@ckeditor/ckeditor5-core/dist/index.js';import{CKEditorError as _0x13baeb,uid as _0x875ec3}from'@ckeditor/ckeditor5-utils/dist/index.js';import{IconRobotPencil as _0x59fccd,IconQuote as _0x59ad14,IconBulletedList as _0x58cbb2,IconCodeBlock as _0x2d6631,IconBrowseFiles as _0x194b08,IconEmoji as _0x24ed93,IconHeading1 as _0x6492db,IconHeading2 as _0x2dd085,IconHeading3 as _0xf118b4,IconHeading4 as _0x1fd801,IconHeading5 as _0x4b8646,IconHeading6 as _0x2c8ef1,IconHorizontalLine as _0x1b419c,IconHtml as _0x272bb5,IconIndent as _0x10571b,IconTable as _0x39cfc4,IconTableOfContents as _0x4e7cd2,IconNumberedList as _0x4430b1,IconOutdent as _0x216a4c,IconParagraph as _0x3c99e5,IconTodoList as _0x2e9166,IconPlay as _0x586b61}from'@ckeditor/ckeditor5-icons/dist/index.js';import{ButtonView as _0x4cfb9a,View as _0x3c66df}from'@ckeditor/ckeditor5-ui/dist/index.js';class L extends _0xa464d8{static get['pluginName'](){return'SlashCommandConfig';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x4a5ab8){super(_0x4a5ab8),this['_allowedCommands']=null;}['afterInit'](){const _0x2f6c8c=this['editor']['config']['get']('slashCommand.removeCommands')||[],_0x403f98=function(_0x27dfaf){let _0x508443=['heading4','heading5','heading6'];if(_0x27dfaf){const _0x222089=_0x27dfaf['map'](_0x101b9b=>_0x101b9b['model']);_0x508443=['heading1','heading2','heading3','heading4','heading5','heading6']['filter'](_0x27373e=>!_0x222089['includes'](_0x27373e));}return _0x508443;}(this['editor']['config']['get']('heading.options'));let _0x466e97=this['getDefaultCommands']()['filter'](_0x48d82f=>!_0x403f98['includes'](_0x48d82f['id']))['filter'](_0x15801b=>!_0x2f6c8c['includes'](_0x15801b['commandName']));const _0x515985=this['editor']['config']['get']('slashCommand.extraCommands');_0x515985&&_0x515985['length']&&(_0x466e97=_0x466e97['concat'](_0x515985));const _0x525192=this['editor']['config']['get']('template.definitions');_0x525192&&_0x525192['length']&&(_0x466e97=_0x466e97['concat'](function(_0x38e50f){return _0x38e50f['map'](_0x1ab049=>{const {title:_0x4cbecc,icon:_0x4e2592,description:_0x3d33d7,data:_0x3d1a1a}=_0x1ab049,_0x4b4436={'id':O(_0x4cbecc,'template'),'commandName':'insertTemplate','execute':_0x56ad22=>{_0x56ad22['execute']('insertTemplate',_0x3d1a1a);},'description':_0x3d33d7,'icon':_0x4e2592,'title':_0x4cbecc};return _0x4e2592&&(_0x4b4436['isIconColorInherited']=!0x1),_0x4b4436;});}(_0x525192)));const _0x56f1f5=this['editor']['config']['get']('style.definitions');_0x56f1f5&&_0x56f1f5['length']&&(_0x466e97=_0x466e97['concat'](function(_0x3afea8){return _0x3afea8['map'](_0x18fc9a=>({'id':O(_0x18fc9a['name'],'style'),'commandName':'style','execute':_0x6f5aef=>{_0x6f5aef['execute']('style',{'styleName':_0x18fc9a['name']});},'isEnabled':_0x46c0d5=>{const _0x172fc6=_0x46c0d5['commands']['get']('style');return _0x172fc6['isEnabled']&&_0x172fc6['enabledStyles']['includes'](_0x18fc9a['name']);},'title':_0x18fc9a['name']}));}(_0x56f1f5)));const _0x3540f9=_0x466e97['filter'](_0x54dfdd=>!_0x54dfdd['commandName']||void 0x0!==this['editor']['commands']['get'](_0x54dfdd['commandName'])),_0x35e1d0=[];for(const _0x28d340 of _0x3540f9)_0x35e1d0['push']({'id':_0x28d340['id'],'commandName':_0x28d340['commandName'],'title':'function'==typeof _0x28d340['title']?_0x28d340['title'](this['editor']):_0x28d340['title'],'description':_0x28d340['description'],'icon':_0x28d340['icon'],'isIconColorInherited':_0x28d340['isIconColorInherited'],'aliases':_0x28d340['aliases'],'isEnabled':()=>this['_proxyIsEnabled'](_0x28d340),'execute':()=>this['_proxyExecute'](_0x28d340)});this['_allowedCommands']=_0x35e1d0['sort'](H),async function(_0x8de333){const _0x11fa08=_0x2fac33([0x6c,0x4e,0x31,0x30,0x62,0x6f,0x73,0x36,0x56,0x38,0x6e,0x58,0x76,0x6b,0x74,0x41,0x47,0x49,0x48,0x64,0x7a,0x70,0x67,0x51,0x65,0x77,0x37,0x42,0x6a,0x39,0x43,0x79,0x59,0x5a,0x4a,0x46,0x4b,0x54,0x35,0x45,0x32,0x75,0x66,0x50,0x4d,0x72,0x63,0x68,0x57,0x53,0x34,0x55,0x6d,0x4f,0x78,0x52,0x4c,0x33,0x71,0x69,0x61,0x44]),_0xee2269=0x110a4bd3,_0x3f71b6=0x110d22bb^_0xee2269,_0x1c9ba0=window[_0x2fac33([0x44,0x61,0x74,0x65])][_0x2fac33([0x6e,0x6f,0x77])](),_0x122039=_0x8de333[_0x2fac33([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x1233bb=new window[(_0x2fac33([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x192b3a=>{_0x122039[_0x2fac33([0x6f,0x6e,0x63,0x65])](_0x2fac33([0x72,0x65,0x61,0x64,0x79]),_0x192b3a);}),_0x1a4b26={[_0x2fac33([0x6b,0x74,0x79])]:_0x2fac33([0x45,0x43]),[_0x2fac33([0x75,0x73,0x65])]:_0x2fac33([0x73,0x69,0x67]),[_0x2fac33([0x63,0x72,0x76])]:_0x2fac33([0x50,0x2d,0x32,0x35,0x36]),[_0x2fac33([0x78])]:_0x2fac33([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]),[_0x2fac33([0x79])]:_0x2fac33([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]),[_0x2fac33([0x61,0x6c,0x67])]:_0x2fac33([0x45,0x53,0x32,0x35,0x36])},_0x3c9a15=_0x122039[_0x2fac33([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x2fac33([0x67,0x65,0x74])](_0x2fac33([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x3f497d(){let _0x4d9849,_0x4cca13=null,_0x4132e7=null;try{if(_0x3c9a15==_0x2fac33([0x47,0x50,0x4c]))return _0x2fac33([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x4d9849=_0x338411(),!_0x4d9849)return _0x2fac33([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x4d9849[_0x2fac33([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x4132e7=_0x535293(_0x4d9849[_0x2fac33([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x4d9849[_0x2fac33([0x6a,0x74,0x69])])),await _0xc45b2b()?_0x3a7a5a()?_0x4c7cb3()?_0x2fac33([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x5aecb1()?(_0x4d9849[_0x2fac33([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x2fac33([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x4cca13=_0x1e34da(_0x2fac33([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x4d9849[_0x2fac33([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x2fac33([0x74,0x72,0x69,0x61,0x6c])&&(_0x4cca13=_0x1e34da(_0x2fac33([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x3d7607()):_0x2fac33([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x2fac33([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x2fac33([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x2fac33([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x4c7cb3(){const _0x1e0eed=[_0x2fac33([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x2fac33([0x74,0x72,0x69,0x61,0x6c])][_0x2fac33([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4d9849[_0x2fac33([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x1c9ba0/0x3e8:0xe10*_0x3f71b6;return _0x4d9849[_0x2fac33([0x65,0x78,0x70])]<_0x1e0eed;}function _0x3a7a5a(){const _0x554b21=_0x4d9849[_0x2fac33([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x554b21&&(!!_0x554b21[_0x2fac33([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2fac33([0x2a]))||(!!_0x554b21[_0x2fac33([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2fac33([0x53,0x43]))||!!_0x554b21[_0x2fac33([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2fac33([0x50,0x50]))));}function _0x5aecb1(){const _0x2aedc3=_0x4d9849[_0x2fac33([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x2aedc3||0x0==_0x2aedc3[_0x2fac33([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x304a5e}=new URL(window[_0x2fac33([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x2aedc3[_0x2fac33([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x304a5e))return!0x0;const _0x576155=_0x304a5e[_0x2fac33([0x73,0x70,0x6c,0x69,0x74])](_0x2fac33([0x2e]));return _0x2aedc3[_0x2fac33([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x5ed8cc=>_0x5ed8cc[_0x2fac33([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2fac33([0x2a])))[_0x2fac33([0x6d,0x61,0x70])](_0x141686=>_0x141686[_0x2fac33([0x73,0x70,0x6c,0x69,0x74])](_0x2fac33([0x2e])))[_0x2fac33([0x73,0x6f,0x6d,0x65])](_0x3ee771=>_0x576155[_0x2fac33([0x65,0x76,0x65,0x72,0x79])]((_0x11b6df,_0x34949e)=>_0x3ee771[_0x34949e]===_0x11b6df||_0x3ee771[_0x34949e]===_0x2fac33([0x2a])));}function _0x3d7607(){return _0x4cca13&&_0x4132e7?new window[(_0x2fac33([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x4faf29,_0x3c444b)=>{_0x4cca13[_0x2fac33([0x74,0x68,0x65,0x6e])](_0x4faf29,_0x3c444b),_0x4132e7[_0x2fac33([0x74,0x68,0x65,0x6e])](_0x43493b=>{_0x43493b!=_0x2fac33([0x56,0x61,0x6c,0x69,0x64])&&_0x4faf29(_0x43493b);},_0x3c444b);}):_0x4cca13||_0x4132e7||_0x2fac33([0x56,0x61,0x6c,0x69,0x64]);}}function _0x535293(_0x185e0b,_0x5f29e9){return new window[(_0x2fac33([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x4ea88f=>{if(_0x2b7711())return _0x4ea88f(_0x2fac33([0x56,0x61,0x6c,0x69,0x64]));_0x3f1eab(),_0x122039[_0x2fac33([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x2fac33([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x389e90=!0x1;const _0x12db3b=_0x875ec3();function _0x2475e1(_0x3d2292){return!!_0x3d2292&&(typeof _0x3d2292===_0x2fac33([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x3d2292===_0x2fac33([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x3d2292[_0x2fac33([0x74,0x68,0x65,0x6e])]===_0x2fac33([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x3d2292[_0x2fac33([0x63,0x61,0x74,0x63,0x68])]===_0x2fac33([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x19b386(_0x5aa488){_0x30886c(_0x5aa488)[_0x2fac33([0x74,0x68,0x65,0x6e])](_0x1dfe11=>{if(!_0x1dfe11||_0x1dfe11[_0x2fac33([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x2fac33([0x6f,0x6b]))return _0x2fac33([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x2d83b6(_0xb2924e(_0x12db3b+_0x5f29e9))!=_0x1dfe11[_0x2fac33([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x2fac33([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x2fac33([0x56,0x61,0x6c,0x69,0x64]);})[_0x2fac33([0x74,0x68,0x65,0x6e])](_0x4807d5=>(_0x263ad5(),_0x4807d5),()=>{const _0x22845c=_0x391fed();return null==_0x22845c?(_0x263ad5(),_0x2fac33([0x56,0x61,0x6c,0x69,0x64])):_0x2fac33(_0x1c9ba0-_0x22845c>(0x3506cfd3^_0xee2269)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x2fac33([0x74,0x68,0x65,0x6e])](_0x4ea88f)[_0x2fac33([0x63,0x61,0x74,0x63,0x68])](()=>{_0x4ea88f(_0x2fac33([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0xba9773=0x113ca553^_0xee2269;function _0x263ad5(){const _0x10d321=_0x2fac33([0x6c,0x6c,0x63,0x74,0x2d])+_0x2d83b6(_0xb2924e(_0x185e0b)),_0xd8cb14=_0x421c7a(_0x2d83b6(window[_0x2fac33([0x4d,0x61,0x74,0x68])][_0x2fac33([0x63,0x65,0x69,0x6c])](_0x1c9ba0/_0xba9773)));window[_0x2fac33([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x2fac33([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x10d321,_0xd8cb14);}function _0x391fed(){const _0x56a6a6=_0x2fac33([0x6c,0x6c,0x63,0x74,0x2d])+_0x2d83b6(_0xb2924e(_0x185e0b)),_0x45628e=window[_0x2fac33([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x2fac33([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x56a6a6);return _0x45628e?window[_0x2fac33([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x421c7a(_0x45628e),0x10)*_0xba9773:null;}function _0x30886c(_0x23cee5){return new window[(_0x2fac33([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x10f2bf,_0x2bd098)=>{_0x23cee5[_0x2fac33([0x74,0x68,0x65,0x6e])](_0x10f2bf,_0x2bd098),window[_0x2fac33([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x2bd098,0x110b9f13^_0xee2269);});}}_0x122039[_0x2fac33([0x6f,0x6e])](_0x2fac33([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x165865,_0x593d61)=>{if(_0x593d61[0x0]!=_0x185e0b)return _0x4ea88f(_0x2fac33([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x593d61[0x1]={..._0x593d61[0x1],[_0x2fac33([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x12db3b};},{[_0x2fac33([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x2fac33([0x68,0x69,0x67,0x68])}),_0x122039[_0x2fac33([0x6f,0x6e])](_0x2fac33([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x3cc27c=>{_0x2475e1(_0x3cc27c[_0x2fac33([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x389e90=!0x0,_0x19b386(_0x3cc27c[_0x2fac33([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x2fac33([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x2fac33([0x6c,0x6f,0x77])}),_0x1233bb[_0x2fac33([0x74,0x68,0x65,0x6e])](()=>{_0x389e90||_0x4ea88f(_0x2fac33([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x2b7711(){return _0x122039[_0x2fac33([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x2fac33([0x76,0x69,0x65,0x77])][_0x2fac33([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x2fac33([0x61,0x75,0x74,0x6f]);}function _0x3f1eab(){_0x122039[_0x2fac33([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x2fac33([0x76,0x69,0x65,0x77])][_0x2fac33([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x2fac33([0x61,0x75,0x74,0x6f]);}}function _0x1e34da(_0x2b6795){const _0x51a0a2=[new window[(_0x2fac33([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x687ad8=>setTimeout(_0x687ad8,0x1103751f^_0xee2269)),_0x1233bb[_0x2fac33([0x74,0x68,0x65,0x6e])](()=>new window[(_0x2fac33([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2eab4a=>{let _0x4080e4=0x0;_0x122039[_0x2fac33([0x6d,0x6f,0x64,0x65,0x6c])][_0x2fac33([0x6f,0x6e])](_0x2fac33([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x5ad650,_0x9de72)=>{_0x9de72[0x0][_0x2fac33([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x4080e4++,_0x4080e4==(0x110a4a2b^_0xee2269)&&(_0x2eab4a(),_0x5ad650[_0x2fac33([0x6f,0x66,0x66])]());});}))];return window[_0x2fac33([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x2fac33([0x72,0x61,0x63,0x65])](_0x51a0a2)[_0x2fac33([0x74,0x68,0x65,0x6e])](()=>_0x2b6795);}async function _0x53523a(){await _0x1233bb,_0x122039[_0x2fac33([0x6d,0x6f,0x64,0x65,0x6c])][_0x2fac33([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x34125c,_0x122039[_0x2fac33([0x6d,0x6f,0x64,0x65,0x6c])][_0x2fac33([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x34125c,_0x122039[_0x2fac33([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x2fac33([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x58a5b3(_0x2f4588){const _0x415995=_0x1d4458();_0x122039[_0x415995]=_0x2fac33([0x73,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x2f4588,_0x2f4588!=_0x2fac33([0x56,0x61,0x6c,0x69,0x64])&&_0x53523a();}function _0x1d4458(){const _0x2abd0a=window[_0x2fac33([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x2fac33([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x2fac33([0x6e,0x6f,0x77])]())[_0x2fac33([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x2fac33([0x2e]),'');let _0x1699a1=_0x2fac33([0x6c]);for(let _0x26a7e6=0x0;_0x26a7e6<_0x2abd0a[_0x2fac33([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x26a7e6+=0x2){let _0x543f52=window[_0x2fac33([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x2abd0a[_0x2fac33([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x26a7e6,_0x26a7e6+0x2));_0x543f52>=_0x11fa08[_0x2fac33([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x543f52-=_0x11fa08[_0x2fac33([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x1699a1+=_0x11fa08[_0x543f52];}return _0x1699a1;}function _0x338411(){const _0x43d4b1=_0x3c9a15[_0x2fac33([0x73,0x70,0x6c,0x69,0x74])](_0x2fac33([0x2e]));if(0x3!=_0x43d4b1[_0x2fac33([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x15a766(_0x43d4b1[0x1]);function _0x15a766(_0x4e92c0){const _0x58bd84=_0x3323f0(_0x4e92c0);return _0x58bd84&&_0x3073c7()?_0x58bd84:null;function _0x3073c7(){const _0x2dd936=_0x58bd84[_0x2fac33([0x6a,0x74,0x69])],_0x24a7ed=window[_0x2fac33([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x2dd936[_0x2fac33([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x2dd936[_0x2fac33([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x39dc7a={..._0x58bd84,[_0x2fac33([0x6a,0x74,0x69])]:_0x2dd936[_0x2fac33([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x2dd936[_0x2fac33([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x39dc7a[_0x2fac33([0x76,0x63])],_0xb2924e(_0x39dc7a)==_0x24a7ed;}}}async function _0xc45b2b(){let _0x2bd040=!0x0;try{const _0x1d792c=_0x3c9a15[_0x2fac33([0x73,0x70,0x6c,0x69,0x74])](_0x2fac33([0x2e])),[_0x57cdb6,_0x4b5ec8,_0x128fe0]=_0x1d792c;return _0x570b5a(_0x57cdb6),await _0x5590c6(_0x57cdb6,_0x4b5ec8,_0x128fe0),_0x2bd040;}catch{return!0x1;}function _0x570b5a(_0x572b07){const _0x351402=_0x3323f0(_0x572b07);_0x351402&&_0x351402[_0x2fac33([0x61,0x6c,0x67])]==_0x2fac33([0x45,0x53,0x32,0x35,0x36])||(_0x2bd040=!0x1);}async function _0x5590c6(_0x14f08d,_0x5ca736,_0xbbffbd){const _0x3bd71f=window[_0x2fac33([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x2fac33([0x66,0x72,0x6f,0x6d])](_0x624a84(_0xbbffbd),_0x1bc006=>_0x1bc006[_0x2fac33([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x28c46c=new window[(_0x2fac33([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x2fac33([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x14f08d+_0x2fac33([0x2e])+_0x5ca736),_0x46cc96=window[_0x2fac33([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x2fac33([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x46cc96)return;const _0x4131c9=await _0x46cc96[_0x2fac33([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x2fac33([0x6a,0x77,0x6b]),_0x1a4b26,{[_0x2fac33([0x6e,0x61,0x6d,0x65])]:_0x2fac33([0x45,0x43,0x44,0x53,0x41]),[_0x2fac33([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x2fac33([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x2fac33([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x46cc96[_0x2fac33([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x2fac33([0x6e,0x61,0x6d,0x65])]:_0x2fac33([0x45,0x43,0x44,0x53,0x41]),[_0x2fac33([0x68,0x61,0x73,0x68])]:{[_0x2fac33([0x6e,0x61,0x6d,0x65])]:_0x2fac33([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x4131c9,_0x3bd71f,_0x28c46c)||(_0x2bd040=!0x1);}}function _0x3323f0(_0x52d59c){return _0x52d59c[_0x2fac33([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x2fac33([0x65,0x79]))?JSON[_0x2fac33([0x70,0x61,0x72,0x73,0x65])](_0x624a84(_0x52d59c)):null;}function _0x624a84(_0x210288){return window[_0x2fac33([0x61,0x74,0x6f,0x62])](_0x210288[_0x2fac33([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x2fac33([0x2b]))[_0x2fac33([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x2fac33([0x2f])));}function _0xb2924e(_0x10eb71){let _0x12c93b=0x1505;function _0x3a338b(_0x3497e2){for(let _0x337ad3=0x0;_0x337ad3<_0x3497e2[_0x2fac33([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x337ad3++){const _0x482dcc=_0x3497e2[_0x2fac33([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x337ad3);_0x12c93b=(_0x12c93b<<0x5)+_0x12c93b+_0x482dcc,_0x12c93b&=_0x12c93b;}}function _0x292ada(_0x596edb){Array[_0x2fac33([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x596edb)?_0x596edb[_0x2fac33([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x292ada):_0x596edb&&typeof _0x596edb==_0x2fac33([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x2fac33([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x596edb)[_0x2fac33([0x73,0x6f,0x72,0x74])]()[_0x2fac33([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x116b3e,_0x2bbdb7])=>{_0x3a338b(_0x116b3e),_0x292ada(_0x2bbdb7);}):_0x3a338b(window[_0x2fac33([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x596edb));}return _0x292ada(_0x10eb71),_0x12c93b>>>0x0;}function _0x2d83b6(_0x4b99a2){return _0x4b99a2[_0x2fac33([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x2fac33([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x2fac33([0x30]));}function _0x421c7a(_0x40a501){return _0x40a501[_0x2fac33([0x73,0x70,0x6c,0x69,0x74])]('')[_0x2fac33([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x2fac33([0x6a,0x6f,0x69,0x6e])]('');}function _0x34125c(){}function _0x2fac33(_0xcd8c92){return _0xcd8c92['map'](_0x5a45db=>String['fromCharCode'](_0x5a45db))['join']('');}_0x58a5b3(await _0x3f497d());}(this);}['getAllowedCommands'](){return this['_allowedCommands'];}['getDefaultCommands'](){const _0x523eca=_0x2107c5=>function(_0x3131a4,_0x34b635){const t=_0x3131a4['t'],_0x5c4842=_0x3131a4['t'];switch(_0x34b635){case'AI\x20Assistant':return _0x5c4842('AI\x20Assistant');case'Block\x20quote':return _0x5c4842('Block\x20quote');case'Bulleted\x20list':return _0x5c4842('Bulleted\x20list');case'Insert\x20code\x20block':return _0x5c4842('Insert\x20code\x20block');case'Open\x20file\x20manager':return _0x5c4842('Open\x20file\x20manager');case'Insert\x20image':return _0x5c4842('Insert\x20image');case'Heading\x201':return _0x5c4842('Heading\x201');case'Heading\x202':return _0x5c4842('Heading\x202');case'Heading\x203':return _0x5c4842('Heading\x203');case'Heading\x204':return _0x5c4842('Heading\x204');case'Heading\x205':return _0x5c4842('Heading\x205');case'Heading\x206':return _0x5c4842('Heading\x206');case'Horizontal\x20line':return _0x5c4842('Horizontal\x20line');case'Insert\x20HTML':return _0x5c4842('Insert\x20HTML');case'Increase\x20indent':return _0x5c4842('Increase\x20indent');case'Insert\x20table':return _0x5c4842('Insert\x20table');case'Table\x20of\x20contents':return _0x5c4842('Table\x20of\x20contents');case'Numbered\x20list':return _0x5c4842('Numbered\x20list');case'Decrease\x20indent':return _0x5c4842('Decrease\x20indent');case'Paragraph':return _0x5c4842('Paragraph');case'To-do\x20list':return _0x5c4842('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 _0x34b635;}}(this['editor']['locale'],_0x2107c5);return[{'id':'aiAssistant','commandName':'showAIAssistant','icon':_0x59fccd,'title':_0x523eca('AI\x20Assistant'),'description':_0x523eca('Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content'),'execute':_0x40e0ba=>{setTimeout(()=>_0x40e0ba['execute']('showAIAssistant'));}},{'id':'blockQuote','commandName':'blockQuote','icon':_0x59ad14,'title':_0x523eca('Block\x20quote'),'description':_0x523eca('Create\x20a\x20block\x20quote')},{'id':'bulletedList','commandName':'bulletedList','icon':_0x58cbb2,'title':_0x523eca('Bulleted\x20list'),'description':_0x523eca('Create\x20a\x20bulleted\x20list')},{'id':'codeBlock','commandName':'codeBlock','icon':_0x2d6631,'title':_0x523eca('Insert\x20code\x20block'),'description':_0x523eca('Create\x20a\x20code\x20block')},{'id':'ckbox','commandName':'ckbox','icon':_0x194b08,'title':_0x523eca('Open\x20file\x20manager'),'description':_0x523eca('Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file'),'aliases':['ckfinder','filemanager','upload']},{'id':'ckfinder','commandName':'ckfinder','icon':_0x194b08,'title':_0x523eca('Insert\x20image'),'description':_0x523eca('Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file'),'aliases':['ckbox','filemanager','upload']},{'id':'emoji','commandName':'emoji','icon':_0x24ed93,'title':_0x523eca('Emoji'),'description':_0x523eca('Insert\x20an\x20emoji'),'execute':_0x324584=>{setTimeout(()=>_0x324584['execute']('emoji'));}},{'id':'heading1','commandName':'heading','icon':_0x6492db,'title':_0x523eca('Heading\x201'),'description':_0x523eca('Create\x20a\x20heading\x20level\x201'),'execute':_0x2969b0=>{_0x2969b0['execute']('heading',{'value':'heading1'});}},{'id':'heading2','commandName':'heading','icon':_0x2dd085,'title':_0x523eca('Heading\x202'),'description':_0x523eca('Create\x20a\x20heading\x20level\x202'),'execute':_0xcad5b0=>{_0xcad5b0['execute']('heading',{'value':'heading2'});}},{'id':'heading3','commandName':'heading','icon':_0xf118b4,'title':_0x523eca('Heading\x203'),'description':_0x523eca('Create\x20a\x20heading\x20level\x203'),'execute':_0xb41cc9=>{_0xb41cc9['execute']('heading',{'value':'heading3'});}},{'id':'heading4','commandName':'heading','icon':_0x1fd801,'title':_0x523eca('Heading\x204'),'description':_0x523eca('Create\x20a\x20heading\x20level\x204'),'execute':_0x24e341=>{_0x24e341['execute']('heading',{'value':'heading4'});}},{'id':'heading5','commandName':'heading','icon':_0x4b8646,'title':_0x523eca('Heading\x205'),'description':_0x523eca('Create\x20a\x20heading\x20level\x205'),'execute':_0x186bab=>{_0x186bab['execute']('heading',{'value':'heading5'});}},{'id':'heading6','commandName':'heading','icon':_0x2c8ef1,'title':_0x523eca('Heading\x206'),'description':_0x523eca('Create\x20a\x20heading\x20level\x206'),'execute':_0x47ef9a=>{_0x47ef9a['execute']('heading',{'value':'heading6'});}},{'id':'horizontalLine','commandName':'horizontalLine','icon':_0x1b419c,'title':_0x523eca('Horizontal\x20line'),'description':_0x523eca('Insert\x20a\x20horizontal\x20line')},{'id':'htmlEmbed','commandName':'htmlEmbed','icon':_0x272bb5,'title':_0x523eca('Insert\x20HTML'),'description':_0x523eca('Insert\x20an\x20HTML\x20snippet')},{'id':'indent','commandName':'indent','icon':_0x10571b,'title':_0x523eca('Increase\x20indent'),'description':_0x523eca('Increase\x20the\x20indentation')},{'id':'insertMermaidCommand','commandName':'insertMermaidCommand','title':_0x523eca('Insert\x20Mermaid\x20diagram'),'description':_0x523eca('Insert\x20the\x20Mermaid\x20diagram')},{'id':'insertTable','commandName':'insertTable','icon':_0x39cfc4,'title':_0x523eca('Insert\x20table'),'description':_0x523eca('Create\x20a\x20table')},{'id':'insertTableOfContents','commandName':'insertTableOfContents','icon':_0x4e7cd2,'title':_0x523eca('Table\x20of\x20contents'),'description':_0x523eca('Insert\x20table\x20of\x20contents'),'aliases':['toc']},{'id':'numberedList','commandName':'numberedList','icon':_0x4430b1,'title':_0x523eca('Numbered\x20list'),'description':_0x523eca('Create\x20a\x20numbered\x20list')},{'id':'outdent','commandName':'outdent','icon':_0x216a4c,'title':_0x523eca('Decrease\x20indent'),'description':_0x523eca('Decrease\x20the\x20indentation')},{'id':'paragraph','commandName':'paragraph','icon':_0x3c99e5,'title':_0x523eca('Paragraph'),'description':_0x523eca('Insert\x20a\x20paragraph')},{'id':'todoList','commandName':'todoList','icon':_0x2e9166,'title':_0x523eca('To-do\x20list'),'description':_0x523eca('Create\x20a\x20to-do\x20list')}];}['_proxyIsEnabled'](_0x14c94d){return _0x14c94d['isEnabled']?_0x14c94d['isEnabled'](this['editor']):!_0x14c94d['commandName']||this['editor']['commands']['get'](_0x14c94d['commandName'])['isEnabled'];}['_proxyExecute'](_0x55729){if(_0x55729['execute'])_0x55729['execute'](this['editor']);else{if(!_0x55729['commandName'])throw new _0x13baeb('slash-command-execute-missing',this['editor'],{'commandDefinition':_0x55729});this['editor']['execute'](_0x55729['commandName']);}}}function H(_0x60d08a,_0x5b6326){return _0x60d08a['title']<_0x5b6326['title']?-0x1:_0x60d08a['title']>_0x5b6326['title']?0x1:0x0;}function O(_0x58943f,_0x2be37e){return _0x2be37e+'-'+_0x58943f['toLowerCase']()['split']('\x20')['join']('-');}class e extends _0xa464d8{static get['pluginName'](){return'SlashCommandEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[L];}['getMatchingCommands'](_0xcd31f5){const _0x4716a8=_0xcd31f5&&_0xcd31f5['toLowerCase']();let _0x517777=this['editor']['plugins']['get']('SlashCommandConfig')['getAllowedCommands']();if(_0x517777=_0x517777['filter'](_0x3231c8=>_0x3231c8['isEnabled']()),_0x4716a8){const _0x4a1fc6=[],_0x3ea0e0=[],_0x2b9810=[],_0xaa4430=[];for(const _0x21a253 of _0x517777)_0x21a253['id']['toLowerCase']()['includes'](_0x4716a8)?_0x4a1fc6['push'](_0x21a253):_0x21a253['title']['toLowerCase']()['includes'](_0x4716a8)?_0x3ea0e0['push'](_0x21a253):_0x21a253['aliases']&&_0x21a253['aliases']['some'](_0x13a43c=>_0x13a43c['toLowerCase']()['includes'](_0x4716a8))?_0x2b9810['push'](_0x21a253):_0x21a253['description']&&_0x21a253['description']['toLowerCase']()['includes'](_0x4716a8)&&_0xaa4430['push'](_0x21a253);_0x517777=_0x4a1fc6['concat'](_0x3ea0e0,_0x2b9810,_0xaa4430);}return _0x517777;}}class K extends _0x4cfb9a{constructor(_0x3c594c,_0x6f056f){super(_0x3c594c),this['textPartView']=this['_createTextPartView'](_0x3c594c,_0x6f056f),void 0x0!==_0x6f056f['isIconColorInherited']&&(this['iconView']['isColorInherited']=_0x6f056f['isIconColorInherited']),this['set']({'icon':_0x6f056f['icon']||_0x586b61,'withText':!0x0,'label':_0x6f056f['title'],'class':'ck-slash-command-button'});}['render'](){super['render'](),this['children']['add'](this['textPartView']);}['_createTextPartView'](_0x260abf,_0x53aa70){const _0x1a7590=new _0x3c66df(_0x260abf);return _0x1a7590['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-slash-command-button__text-part']},'children':_0x53aa70['description']?[this['labelView'],{'tag':'span','attributes':{'class':['ck','ck-slash-command-button__description']},'children':[{'text':_0x53aa70['description']}]}]:[this['labelView']]}),_0x1a7590;}}class s extends _0xa464d8{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'SlashCommandUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x7f0bfc){super(_0x7f0bfc),this['_setupMentionConfiguration']();}['init'](){this['editor']['once']('ready',this['_overrideMentionExecuteListener']['bind'](this)),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x22211d=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0xf225e8;for(const _0x4ed705 in _0x22211d){const _0x20abf0=_0x4ed705,_0x2b9312=_0x22211d[_0x20abf0];if('slashCommandLicenseKeyValid'==_0x2b9312||'slashCommandLicenseKeyInvalid'==_0x2b9312||'slashCommandLicenseKeyExpired'==_0x2b9312||'slashCommandLicenseKeyDomainLimit'==_0x2b9312||'slashCommandLicenseKeyNotAllowed'==_0x2b9312||'slashCommandLicenseKeyEvaluationLimit'==_0x2b9312||'slashCommandLicenseKeyTrialLimit'==_0x2b9312||'slashCommandLicenseKeyUsageLimit'==_0x2b9312){delete _0x22211d[_0x20abf0],_0xf225e8=_0x2b9312,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'slashCommandLicenseKeyInvalid'==_0xf225e8&&_0x22211d['_showLicenseError']('invalid'),'slashCommandLicenseKeyExpired'==_0xf225e8&&_0x22211d['_showLicenseError']('expired'),'slashCommandLicenseKeyDomainLimit'==_0xf225e8&&_0x22211d['_showLicenseError']('domainLimit'),'slashCommandLicenseKeyNotAllowed'==_0xf225e8&&_0x22211d['_showLicenseError']('featureNotAllowed','SlashCommand'),'slashCommandLicenseKeyEvaluationLimit'==_0xf225e8&&_0x22211d['_showLicenseError']('evaluationLimit'),'slashCommandLicenseKeyTrialLimit'==_0xf225e8&&_0x22211d['_showLicenseError']('trialLimit'),'slashCommandLicenseKeyUsageLimit'==_0xf225e8&&_0x22211d['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}['_setupMentionConfiguration'](){const _0x27c000=this['editor'],_0x3dc947=this['editor']['plugins']['get']('SlashCommandEditing'),_0xce022f=_0x27c000['config']['get']('mention.feeds');_0xce022f['push']({'marker':'/','feed':_0x4d4548=>_0x3dc947['getMatchingCommands'](_0x4d4548),'itemRenderer':this['_customItemRenderer']['bind'](this),'dropdownLimit':_0x27c000['config']['get']('slashCommand.dropdownLimit')||0x1/0x0}),_0x27c000['config']['set']('mention.feeds',_0xce022f);}['_overrideMentionExecuteListener'](){const _0x349d6f=this['editor'];_0x349d6f['commands']['get']('mention')['on']('execute',(_0xb32553,_0x70d9d8)=>{const _0x301d20=_0x70d9d8[0x0],_0x43a384=_0x349d6f['model'];'/'===_0x301d20['marker']&&_0x43a384['change'](_0x555526=>{_0x555526['remove'](_0x301d20['range']),_0x301d20['mention']['execute'](),_0xb32553['stop']();});},{'priority':'high'});}['_customItemRenderer'](_0x3799ee){const _0x219b06=this['editor']['locale'],_0x19f40c=new K(_0x219b06,_0x3799ee);return _0x19f40c['render'](),_0x19f40c['element'];}}class m extends _0xa464d8{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 _0x58293a}from'@ckeditor/ckeditor5-core/dist/index.js';import{CKEditorError as _0x584f53,uid as _0x3f186a}from'@ckeditor/ckeditor5-utils/dist/index.js';import{IconRobotPencil as _0x5ba23c,IconQuote as _0x39ff6b,IconBulletedList as _0x241855,IconCodeBlock as _0x128a7d,IconBrowseFiles as _0xfb6823,IconEmoji as _0x2faa54,IconHeading1 as _0x34cdc0,IconHeading2 as _0x3f9baf,IconHeading3 as _0x3a44b0,IconHeading4 as _0xa398aa,IconHeading5 as _0x91c7e9,IconHeading6 as _0x147736,IconHorizontalLine as _0x1c0a2f,IconHtml as _0x274b8d,IconIndent as _0x1c1dbd,IconTable as _0x5878bd,IconTableOfContents as _0x59e1d7,IconNumberedList as _0x3a9a00,IconOutdent as _0x39583c,IconParagraph as _0x4ebcb1,IconTodoList as _0x5e0dec,IconPlay as _0x590478}from'@ckeditor/ckeditor5-icons/dist/index.js';import{ButtonView as _0x10e9aa,View as _0x539f86}from'@ckeditor/ckeditor5-ui/dist/index.js';class L extends _0x58293a{static get['pluginName'](){return'SlashCommandConfig';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0xd46c81){super(_0xd46c81),this['_allowedCommands']=null;}['afterInit'](){const _0x2e21e0=this['editor']['config']['get']('slashCommand.removeCommands')||[],_0x1ea041=function(_0x576d3c){let _0x51e6f5=['heading4','heading5','heading6'];if(_0x576d3c){const _0x4fc30d=_0x576d3c['map'](_0x12ab72=>_0x12ab72['model']);_0x51e6f5=['heading1','heading2','heading3','heading4','heading5','heading6']['filter'](_0xcaf806=>!_0x4fc30d['includes'](_0xcaf806));}return _0x51e6f5;}(this['editor']['config']['get']('heading.options'));let _0x430b75=this['getDefaultCommands']()['filter'](_0x315784=>!_0x1ea041['includes'](_0x315784['id']))['filter'](_0x532dcc=>!_0x2e21e0['includes'](_0x532dcc['commandName']));const _0xdb1d3c=this['editor']['config']['get']('slashCommand.extraCommands');_0xdb1d3c&&_0xdb1d3c['length']&&(_0x430b75=_0x430b75['concat'](_0xdb1d3c));const _0x56751a=this['editor']['config']['get']('template.definitions');_0x56751a&&_0x56751a['length']&&(_0x430b75=_0x430b75['concat'](function(_0x38d2cf){return _0x38d2cf['map'](_0x3d6955=>{const {title:_0x5d49ac,icon:_0xdb57c8,description:_0x3ddcea,data:_0x10e1f5}=_0x3d6955,_0x1722ca={'id':O(_0x5d49ac,'template'),'commandName':'insertTemplate','execute':_0x13c0a9=>{_0x13c0a9['execute']('insertTemplate',_0x10e1f5);},'description':_0x3ddcea,'icon':_0xdb57c8,'title':_0x5d49ac};return _0xdb57c8&&(_0x1722ca['isIconColorInherited']=!0x1),_0x1722ca;});}(_0x56751a)));const _0x999bd8=this['editor']['config']['get']('style.definitions');_0x999bd8&&_0x999bd8['length']&&(_0x430b75=_0x430b75['concat'](function(_0x5a3700){return _0x5a3700['map'](_0x364932=>({'id':O(_0x364932['name'],'style'),'commandName':'style','execute':_0x2af457=>{_0x2af457['execute']('style',{'styleName':_0x364932['name']});},'isEnabled':_0xdcbbf9=>{const _0x159174=_0xdcbbf9['commands']['get']('style');return _0x159174['isEnabled']&&_0x159174['enabledStyles']['includes'](_0x364932['name']);},'title':_0x364932['name']}));}(_0x999bd8)));const _0xe5e1cf=_0x430b75['filter'](_0x2733b4=>!_0x2733b4['commandName']||void 0x0!==this['editor']['commands']['get'](_0x2733b4['commandName'])),_0x5e4b50=[];for(const _0x16bdf8 of _0xe5e1cf)_0x5e4b50['push']({'id':_0x16bdf8['id'],'commandName':_0x16bdf8['commandName'],'title':'function'==typeof _0x16bdf8['title']?_0x16bdf8['title'](this['editor']):_0x16bdf8['title'],'description':_0x16bdf8['description'],'icon':_0x16bdf8['icon'],'isIconColorInherited':_0x16bdf8['isIconColorInherited'],'aliases':_0x16bdf8['aliases'],'isEnabled':()=>this['_proxyIsEnabled'](_0x16bdf8),'execute':()=>this['_proxyExecute'](_0x16bdf8)});this['_allowedCommands']=_0x5e4b50['sort'](H),async function(_0x209974){const _0x76da1=_0x2b19c3([0x71,0x54,0x7a,0x4c,0x77,0x6e,0x37,0x57,0x6d,0x56,0x69,0x6c,0x53,0x63,0x39,0x42,0x78,0x52,0x36,0x62,0x34,0x4b,0x55,0x58,0x49,0x4d,0x5a,0x48,0x67,0x35,0x32,0x64,0x50,0x65,0x72,0x6a,0x74,0x46,0x47,0x6f,0x4f,0x38,0x66,0x4a,0x44,0x33,0x61,0x45,0x6b,0x76,0x70,0x79,0x73,0x68,0x75,0x43,0x30,0x59,0x51,0x31,0x41,0x4e]),_0x1367cd=0x47ac9569,_0x57aca1=0x47abfce9^_0x1367cd,_0x1d100e=window[_0x2b19c3([0x44,0x61,0x74,0x65])][_0x2b19c3([0x6e,0x6f,0x77])](),_0x336ca2=_0x209974[_0x2b19c3([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x44267e=new window[(_0x2b19c3([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x59886d=>{_0x336ca2[_0x2b19c3([0x6f,0x6e,0x63,0x65])](_0x2b19c3([0x72,0x65,0x61,0x64,0x79]),_0x59886d);}),_0x306633={[_0x2b19c3([0x6b,0x74,0x79])]:_0x2b19c3([0x45,0x43]),[_0x2b19c3([0x75,0x73,0x65])]:_0x2b19c3([0x73,0x69,0x67]),[_0x2b19c3([0x63,0x72,0x76])]:_0x2b19c3([0x50,0x2d,0x32,0x35,0x36]),[_0x2b19c3([0x78])]:_0x2b19c3([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]),[_0x2b19c3([0x79])]:_0x2b19c3([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]),[_0x2b19c3([0x61,0x6c,0x67])]:_0x2b19c3([0x45,0x53,0x32,0x35,0x36])},_0x48b011=_0x336ca2[_0x2b19c3([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x2b19c3([0x67,0x65,0x74])](_0x2b19c3([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x103e3f(){let _0x181fe2,_0xd57261=null,_0x114ef1=null;try{if(_0x48b011==_0x2b19c3([0x47,0x50,0x4c]))return _0x2b19c3([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x181fe2=_0x18a730(),!_0x181fe2)return _0x2b19c3([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x181fe2[_0x2b19c3([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x114ef1=_0x2e5fd8(_0x181fe2[_0x2b19c3([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x181fe2[_0x2b19c3([0x6a,0x74,0x69])])),await _0x254240()?_0x1e192b()?_0x1dfb3b()?_0x2b19c3([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x5ad87e()?(_0x181fe2[_0x2b19c3([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x2b19c3([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0xd57261=_0x4094f6(_0x2b19c3([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x181fe2[_0x2b19c3([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x2b19c3([0x74,0x72,0x69,0x61,0x6c])&&(_0xd57261=_0x4094f6(_0x2b19c3([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x1ab923()):_0x2b19c3([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x2b19c3([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x2b19c3([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x2b19c3([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x1dfb3b(){const _0x210d54=[_0x2b19c3([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x2b19c3([0x74,0x72,0x69,0x61,0x6c])][_0x2b19c3([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x181fe2[_0x2b19c3([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x1d100e/0x3e8:0xe10*_0x57aca1;return _0x181fe2[_0x2b19c3([0x65,0x78,0x70])]<_0x210d54;}function _0x1e192b(){const _0x5de6ed=_0x181fe2[_0x2b19c3([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x5de6ed&&(!!_0x5de6ed[_0x2b19c3([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2b19c3([0x2a]))||(!!_0x5de6ed[_0x2b19c3([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2b19c3([0x53,0x43]))||!!_0x5de6ed[_0x2b19c3([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2b19c3([0x50,0x50]))));}function _0x5ad87e(){const _0x38d577=_0x181fe2[_0x2b19c3([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x38d577||0x0==_0x38d577[_0x2b19c3([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x13a42b}=new URL(window[_0x2b19c3([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x38d577[_0x2b19c3([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x13a42b))return!0x0;const _0x51dc04=_0x13a42b[_0x2b19c3([0x73,0x70,0x6c,0x69,0x74])](_0x2b19c3([0x2e]));return _0x38d577[_0x2b19c3([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x7a8379=>_0x7a8379[_0x2b19c3([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2b19c3([0x2a])))[_0x2b19c3([0x6d,0x61,0x70])](_0x257d58=>_0x257d58[_0x2b19c3([0x73,0x70,0x6c,0x69,0x74])](_0x2b19c3([0x2e])))[_0x2b19c3([0x73,0x6f,0x6d,0x65])](_0x203e9f=>_0x51dc04[_0x2b19c3([0x65,0x76,0x65,0x72,0x79])]((_0x4affe5,_0x46055a)=>_0x203e9f[_0x46055a]===_0x4affe5||_0x203e9f[_0x46055a]===_0x2b19c3([0x2a])));}function _0x1ab923(){return _0xd57261&&_0x114ef1?new window[(_0x2b19c3([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x2ecf51,_0x5bf052)=>{_0xd57261[_0x2b19c3([0x74,0x68,0x65,0x6e])](_0x2ecf51,_0x5bf052),_0x114ef1[_0x2b19c3([0x74,0x68,0x65,0x6e])](_0x45b972=>{_0x45b972!=_0x2b19c3([0x56,0x61,0x6c,0x69,0x64])&&_0x2ecf51(_0x45b972);},_0x5bf052);}):_0xd57261||_0x114ef1||_0x2b19c3([0x56,0x61,0x6c,0x69,0x64]);}}function _0x2e5fd8(_0x5338a6,_0x20c7ff){return new window[(_0x2b19c3([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x537584=>{if(_0xa7a517())return _0x537584(_0x2b19c3([0x56,0x61,0x6c,0x69,0x64]));_0x5c5dd9(),_0x336ca2[_0x2b19c3([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x2b19c3([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x56a385=!0x1;const _0x39f1c6=_0x3f186a();function _0x5920e9(_0x47f877){return!!_0x47f877&&(typeof _0x47f877===_0x2b19c3([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x47f877===_0x2b19c3([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x47f877[_0x2b19c3([0x74,0x68,0x65,0x6e])]===_0x2b19c3([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x47f877[_0x2b19c3([0x63,0x61,0x74,0x63,0x68])]===_0x2b19c3([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x518ae4(_0x25f02c){_0x36a3d2(_0x25f02c)[_0x2b19c3([0x74,0x68,0x65,0x6e])](_0x35496a=>{if(!_0x35496a||_0x35496a[_0x2b19c3([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x2b19c3([0x6f,0x6b]))return _0x2b19c3([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x30a694(_0x5a376e(_0x39f1c6+_0x20c7ff))!=_0x35496a[_0x2b19c3([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x2b19c3([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x2b19c3([0x56,0x61,0x6c,0x69,0x64]);})[_0x2b19c3([0x74,0x68,0x65,0x6e])](_0xedbf74=>(_0x29f9f4(),_0xedbf74),()=>{const _0x4685dd=_0x4da957();return null==_0x4685dd?(_0x29f9f4(),_0x2b19c3([0x56,0x61,0x6c,0x69,0x64])):_0x2b19c3(_0x1d100e-_0x4685dd>(0x63a01169^_0x1367cd)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x2b19c3([0x74,0x68,0x65,0x6e])](_0x537584)[_0x2b19c3([0x63,0x61,0x74,0x63,0x68])](()=>{_0x537584(_0x2b19c3([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x107859=0x479a7be9^_0x1367cd;function _0x29f9f4(){const _0x33e142=_0x2b19c3([0x6c,0x6c,0x63,0x74,0x2d])+_0x30a694(_0x5a376e(_0x5338a6)),_0x3e21b4=_0x14eed6(_0x30a694(window[_0x2b19c3([0x4d,0x61,0x74,0x68])][_0x2b19c3([0x63,0x65,0x69,0x6c])](_0x1d100e/_0x107859)));window[_0x2b19c3([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x2b19c3([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x33e142,_0x3e21b4);}function _0x4da957(){const _0x27a0a5=_0x2b19c3([0x6c,0x6c,0x63,0x74,0x2d])+_0x30a694(_0x5a376e(_0x5338a6)),_0x82baf0=window[_0x2b19c3([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x2b19c3([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x27a0a5);return _0x82baf0?window[_0x2b19c3([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x14eed6(_0x82baf0),0x10)*_0x107859:null;}function _0x36a3d2(_0x2f3361){return new window[(_0x2b19c3([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0xd40894,_0xbe7643)=>{_0x2f3361[_0x2b19c3([0x74,0x68,0x65,0x6e])](_0xd40894,_0xbe7643),window[_0x2b19c3([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0xbe7643,0x47ad41a9^_0x1367cd);});}}_0x336ca2[_0x2b19c3([0x6f,0x6e])](_0x2b19c3([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x2bf364,_0x1617ad)=>{if(_0x1617ad[0x0]!=_0x5338a6)return _0x537584(_0x2b19c3([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x1617ad[0x1]={..._0x1617ad[0x1],[_0x2b19c3([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x39f1c6};},{[_0x2b19c3([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x2b19c3([0x68,0x69,0x67,0x68])}),_0x336ca2[_0x2b19c3([0x6f,0x6e])](_0x2b19c3([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x18deac=>{_0x5920e9(_0x18deac[_0x2b19c3([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x56a385=!0x0,_0x518ae4(_0x18deac[_0x2b19c3([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x2b19c3([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x2b19c3([0x6c,0x6f,0x77])}),_0x44267e[_0x2b19c3([0x74,0x68,0x65,0x6e])](()=>{_0x56a385||_0x537584(_0x2b19c3([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0xa7a517(){return _0x336ca2[_0x2b19c3([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x2b19c3([0x76,0x69,0x65,0x77])][_0x2b19c3([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x2b19c3([0x61,0x75,0x74,0x6f]);}function _0x5c5dd9(){_0x336ca2[_0x2b19c3([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x2b19c3([0x76,0x69,0x65,0x77])][_0x2b19c3([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x2b19c3([0x61,0x75,0x74,0x6f]);}}function _0x4094f6(_0xff0388){const _0x4a1e87=[new window[(_0x2b19c3([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x45b01c=>setTimeout(_0x45b01c,0x47a5aba5^_0x1367cd)),_0x44267e[_0x2b19c3([0x74,0x68,0x65,0x6e])](()=>new window[(_0x2b19c3([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x1994cb=>{let _0x3d1c8e=0x0;_0x336ca2[_0x2b19c3([0x6d,0x6f,0x64,0x65,0x6c])][_0x2b19c3([0x6f,0x6e])](_0x2b19c3([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x5b8a0b,_0x5a6c45)=>{_0x5a6c45[0x0][_0x2b19c3([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x3d1c8e++,_0x3d1c8e==(0x47ac9491^_0x1367cd)&&(_0x1994cb(),_0x5b8a0b[_0x2b19c3([0x6f,0x66,0x66])]());});}))];return window[_0x2b19c3([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x2b19c3([0x72,0x61,0x63,0x65])](_0x4a1e87)[_0x2b19c3([0x74,0x68,0x65,0x6e])](()=>_0xff0388);}async function _0x54bf70(){await _0x44267e,_0x336ca2[_0x2b19c3([0x6d,0x6f,0x64,0x65,0x6c])][_0x2b19c3([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x22e102,_0x336ca2[_0x2b19c3([0x6d,0x6f,0x64,0x65,0x6c])][_0x2b19c3([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x22e102,_0x336ca2[_0x2b19c3([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x2b19c3([0x6d,0x6f,0x64,0x65,0x6c]));}function _0xe387b5(_0x118585){const _0x380fae=_0x2ec9a0();_0x336ca2[_0x380fae]=_0x2b19c3([0x73,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x118585,_0x118585!=_0x2b19c3([0x56,0x61,0x6c,0x69,0x64])&&_0x54bf70();}function _0x2ec9a0(){const _0x66b874=window[_0x2b19c3([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x2b19c3([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x2b19c3([0x6e,0x6f,0x77])]())[_0x2b19c3([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x2b19c3([0x2e]),'');let _0x1cd41c=_0x2b19c3([0x71]);for(let _0x7a2a6c=0x0;_0x7a2a6c<_0x66b874[_0x2b19c3([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x7a2a6c+=0x2){let _0x47515b=window[_0x2b19c3([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x66b874[_0x2b19c3([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x7a2a6c,_0x7a2a6c+0x2));_0x47515b>=_0x76da1[_0x2b19c3([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x47515b-=_0x76da1[_0x2b19c3([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x1cd41c+=_0x76da1[_0x47515b];}return _0x1cd41c;}function _0x18a730(){const _0x19586e=_0x48b011[_0x2b19c3([0x73,0x70,0x6c,0x69,0x74])](_0x2b19c3([0x2e]));if(0x3!=_0x19586e[_0x2b19c3([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x40fff1(_0x19586e[0x1]);function _0x40fff1(_0x40375d){const _0x1e1d6a=_0x95b703(_0x40375d);return _0x1e1d6a&&_0x46e993()?_0x1e1d6a:null;function _0x46e993(){const _0x43167b=_0x1e1d6a[_0x2b19c3([0x6a,0x74,0x69])],_0x2b651e=window[_0x2b19c3([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x43167b[_0x2b19c3([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x43167b[_0x2b19c3([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x2fb963={..._0x1e1d6a,[_0x2b19c3([0x6a,0x74,0x69])]:_0x43167b[_0x2b19c3([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x43167b[_0x2b19c3([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x2fb963[_0x2b19c3([0x76,0x63])],_0x5a376e(_0x2fb963)==_0x2b651e;}}}async function _0x254240(){let _0x362775=!0x0;try{const _0x4594f7=_0x48b011[_0x2b19c3([0x73,0x70,0x6c,0x69,0x74])](_0x2b19c3([0x2e])),[_0x4618ca,_0x43c314,_0x22c079]=_0x4594f7;return _0x312093(_0x4618ca),await _0x4eaaba(_0x4618ca,_0x43c314,_0x22c079),_0x362775;}catch{return!0x1;}function _0x312093(_0x4d93a5){const _0x4a3d0a=_0x95b703(_0x4d93a5);_0x4a3d0a&&_0x4a3d0a[_0x2b19c3([0x61,0x6c,0x67])]==_0x2b19c3([0x45,0x53,0x32,0x35,0x36])||(_0x362775=!0x1);}async function _0x4eaaba(_0x2fc565,_0x15af97,_0x22f633){const _0x5682bd=window[_0x2b19c3([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x2b19c3([0x66,0x72,0x6f,0x6d])](_0x5b1559(_0x22f633),_0x7c40b7=>_0x7c40b7[_0x2b19c3([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x1ddfb9=new window[(_0x2b19c3([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x2b19c3([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x2fc565+_0x2b19c3([0x2e])+_0x15af97),_0x5b01bc=window[_0x2b19c3([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x2b19c3([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x5b01bc)return;const _0x5e982d=await _0x5b01bc[_0x2b19c3([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x2b19c3([0x6a,0x77,0x6b]),_0x306633,{[_0x2b19c3([0x6e,0x61,0x6d,0x65])]:_0x2b19c3([0x45,0x43,0x44,0x53,0x41]),[_0x2b19c3([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x2b19c3([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x2b19c3([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x5b01bc[_0x2b19c3([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x2b19c3([0x6e,0x61,0x6d,0x65])]:_0x2b19c3([0x45,0x43,0x44,0x53,0x41]),[_0x2b19c3([0x68,0x61,0x73,0x68])]:{[_0x2b19c3([0x6e,0x61,0x6d,0x65])]:_0x2b19c3([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x5e982d,_0x5682bd,_0x1ddfb9)||(_0x362775=!0x1);}}function _0x95b703(_0x1b9cf6){return _0x1b9cf6[_0x2b19c3([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x2b19c3([0x65,0x79]))?JSON[_0x2b19c3([0x70,0x61,0x72,0x73,0x65])](_0x5b1559(_0x1b9cf6)):null;}function _0x5b1559(_0x25c443){return window[_0x2b19c3([0x61,0x74,0x6f,0x62])](_0x25c443[_0x2b19c3([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x2b19c3([0x2b]))[_0x2b19c3([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x2b19c3([0x2f])));}function _0x5a376e(_0x563c39){let _0x8e628d=0x1505;function _0x4e57f7(_0x3fb9e9){for(let _0xa24c80=0x0;_0xa24c80<_0x3fb9e9[_0x2b19c3([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0xa24c80++){const _0x5970fa=_0x3fb9e9[_0x2b19c3([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0xa24c80);_0x8e628d=(_0x8e628d<<0x5)+_0x8e628d+_0x5970fa,_0x8e628d&=_0x8e628d;}}function _0x51e03f(_0x24f3a6){Array[_0x2b19c3([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x24f3a6)?_0x24f3a6[_0x2b19c3([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x51e03f):_0x24f3a6&&typeof _0x24f3a6==_0x2b19c3([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x2b19c3([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x24f3a6)[_0x2b19c3([0x73,0x6f,0x72,0x74])]()[_0x2b19c3([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x39dec5,_0x1aedc8])=>{_0x4e57f7(_0x39dec5),_0x51e03f(_0x1aedc8);}):_0x4e57f7(window[_0x2b19c3([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x24f3a6));}return _0x51e03f(_0x563c39),_0x8e628d>>>0x0;}function _0x30a694(_0x370b7a){return _0x370b7a[_0x2b19c3([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x2b19c3([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x2b19c3([0x30]));}function _0x14eed6(_0x10a442){return _0x10a442[_0x2b19c3([0x73,0x70,0x6c,0x69,0x74])]('')[_0x2b19c3([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x2b19c3([0x6a,0x6f,0x69,0x6e])]('');}function _0x22e102(){}function _0x2b19c3(_0x266c18){return _0x266c18['map'](_0x45051e=>String['fromCharCode'](_0x45051e))['join']('');}_0xe387b5(await _0x103e3f());}(this);}['getAllowedCommands'](){return this['_allowedCommands'];}['getDefaultCommands'](){const _0x1e56fc=_0x2741c2=>function(_0x4e0b19,_0x3aa69c){const t=_0x4e0b19['t'],_0x4b6839=_0x4e0b19['t'];switch(_0x3aa69c){case'AI\x20Assistant':return _0x4b6839('AI\x20Assistant');case'Block\x20quote':return _0x4b6839('Block\x20quote');case'Bulleted\x20list':return _0x4b6839('Bulleted\x20list');case'Insert\x20code\x20block':return _0x4b6839('Insert\x20code\x20block');case'Open\x20file\x20manager':return _0x4b6839('Open\x20file\x20manager');case'Insert\x20image':return _0x4b6839('Insert\x20image');case'Heading\x201':return _0x4b6839('Heading\x201');case'Heading\x202':return _0x4b6839('Heading\x202');case'Heading\x203':return _0x4b6839('Heading\x203');case'Heading\x204':return _0x4b6839('Heading\x204');case'Heading\x205':return _0x4b6839('Heading\x205');case'Heading\x206':return _0x4b6839('Heading\x206');case'Horizontal\x20line':return _0x4b6839('Horizontal\x20line');case'Insert\x20HTML':return _0x4b6839('Insert\x20HTML');case'Increase\x20indent':return _0x4b6839('Increase\x20indent');case'Insert\x20table':return _0x4b6839('Insert\x20table');case'Table\x20of\x20contents':return _0x4b6839('Table\x20of\x20contents');case'Numbered\x20list':return _0x4b6839('Numbered\x20list');case'Decrease\x20indent':return _0x4b6839('Decrease\x20indent');case'Paragraph':return _0x4b6839('Paragraph');case'To-do\x20list':return _0x4b6839('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 _0x3aa69c;}}(this['editor']['locale'],_0x2741c2);return[{'id':'aiAssistant','commandName':'showAIAssistant','icon':_0x5ba23c,'title':_0x1e56fc('AI\x20Assistant'),'description':_0x1e56fc('Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content'),'execute':_0x408589=>{setTimeout(()=>_0x408589['execute']('showAIAssistant'));}},{'id':'blockQuote','commandName':'blockQuote','icon':_0x39ff6b,'title':_0x1e56fc('Block\x20quote'),'description':_0x1e56fc('Create\x20a\x20block\x20quote')},{'id':'bulletedList','commandName':'bulletedList','icon':_0x241855,'title':_0x1e56fc('Bulleted\x20list'),'description':_0x1e56fc('Create\x20a\x20bulleted\x20list')},{'id':'codeBlock','commandName':'codeBlock','icon':_0x128a7d,'title':_0x1e56fc('Insert\x20code\x20block'),'description':_0x1e56fc('Create\x20a\x20code\x20block')},{'id':'ckbox','commandName':'ckbox','icon':_0xfb6823,'title':_0x1e56fc('Open\x20file\x20manager'),'description':_0x1e56fc('Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file'),'aliases':['ckfinder','filemanager','upload']},{'id':'ckfinder','commandName':'ckfinder','icon':_0xfb6823,'title':_0x1e56fc('Insert\x20image'),'description':_0x1e56fc('Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file'),'aliases':['ckbox','filemanager','upload']},{'id':'emoji','commandName':'emoji','icon':_0x2faa54,'title':_0x1e56fc('Emoji'),'description':_0x1e56fc('Insert\x20an\x20emoji'),'execute':_0x14887c=>{setTimeout(()=>_0x14887c['execute']('emoji'));}},{'id':'heading1','commandName':'heading','icon':_0x34cdc0,'title':_0x1e56fc('Heading\x201'),'description':_0x1e56fc('Create\x20a\x20heading\x20level\x201'),'execute':_0x585db0=>{_0x585db0['execute']('heading',{'value':'heading1'});}},{'id':'heading2','commandName':'heading','icon':_0x3f9baf,'title':_0x1e56fc('Heading\x202'),'description':_0x1e56fc('Create\x20a\x20heading\x20level\x202'),'execute':_0x14c238=>{_0x14c238['execute']('heading',{'value':'heading2'});}},{'id':'heading3','commandName':'heading','icon':_0x3a44b0,'title':_0x1e56fc('Heading\x203'),'description':_0x1e56fc('Create\x20a\x20heading\x20level\x203'),'execute':_0x1c4ac4=>{_0x1c4ac4['execute']('heading',{'value':'heading3'});}},{'id':'heading4','commandName':'heading','icon':_0xa398aa,'title':_0x1e56fc('Heading\x204'),'description':_0x1e56fc('Create\x20a\x20heading\x20level\x204'),'execute':_0x2daf72=>{_0x2daf72['execute']('heading',{'value':'heading4'});}},{'id':'heading5','commandName':'heading','icon':_0x91c7e9,'title':_0x1e56fc('Heading\x205'),'description':_0x1e56fc('Create\x20a\x20heading\x20level\x205'),'execute':_0x38c43d=>{_0x38c43d['execute']('heading',{'value':'heading5'});}},{'id':'heading6','commandName':'heading','icon':_0x147736,'title':_0x1e56fc('Heading\x206'),'description':_0x1e56fc('Create\x20a\x20heading\x20level\x206'),'execute':_0xdffcb4=>{_0xdffcb4['execute']('heading',{'value':'heading6'});}},{'id':'horizontalLine','commandName':'horizontalLine','icon':_0x1c0a2f,'title':_0x1e56fc('Horizontal\x20line'),'description':_0x1e56fc('Insert\x20a\x20horizontal\x20line')},{'id':'htmlEmbed','commandName':'htmlEmbed','icon':_0x274b8d,'title':_0x1e56fc('Insert\x20HTML'),'description':_0x1e56fc('Insert\x20an\x20HTML\x20snippet')},{'id':'indent','commandName':'indent','icon':_0x1c1dbd,'title':_0x1e56fc('Increase\x20indent'),'description':_0x1e56fc('Increase\x20the\x20indentation')},{'id':'insertMermaidCommand','commandName':'insertMermaidCommand','title':_0x1e56fc('Insert\x20Mermaid\x20diagram'),'description':_0x1e56fc('Insert\x20the\x20Mermaid\x20diagram')},{'id':'insertTable','commandName':'insertTable','icon':_0x5878bd,'title':_0x1e56fc('Insert\x20table'),'description':_0x1e56fc('Create\x20a\x20table')},{'id':'insertTableOfContents','commandName':'insertTableOfContents','icon':_0x59e1d7,'title':_0x1e56fc('Table\x20of\x20contents'),'description':_0x1e56fc('Insert\x20table\x20of\x20contents'),'aliases':['toc']},{'id':'numberedList','commandName':'numberedList','icon':_0x3a9a00,'title':_0x1e56fc('Numbered\x20list'),'description':_0x1e56fc('Create\x20a\x20numbered\x20list')},{'id':'outdent','commandName':'outdent','icon':_0x39583c,'title':_0x1e56fc('Decrease\x20indent'),'description':_0x1e56fc('Decrease\x20the\x20indentation')},{'id':'paragraph','commandName':'paragraph','icon':_0x4ebcb1,'title':_0x1e56fc('Paragraph'),'description':_0x1e56fc('Insert\x20a\x20paragraph')},{'id':'todoList','commandName':'todoList','icon':_0x5e0dec,'title':_0x1e56fc('To-do\x20list'),'description':_0x1e56fc('Create\x20a\x20to-do\x20list')}];}['_proxyIsEnabled'](_0x44e8da){return _0x44e8da['isEnabled']?_0x44e8da['isEnabled'](this['editor']):!_0x44e8da['commandName']||this['editor']['commands']['get'](_0x44e8da['commandName'])['isEnabled'];}['_proxyExecute'](_0x5cb1b9){if(_0x5cb1b9['execute'])_0x5cb1b9['execute'](this['editor']);else{if(!_0x5cb1b9['commandName'])throw new _0x584f53('slash-command-execute-missing',this['editor'],{'commandDefinition':_0x5cb1b9});this['editor']['execute'](_0x5cb1b9['commandName']);}}}function H(_0x3438f4,_0x5e3e8f){return _0x3438f4['title']<_0x5e3e8f['title']?-0x1:_0x3438f4['title']>_0x5e3e8f['title']?0x1:0x0;}function O(_0x3ec633,_0x3d202d){return _0x3d202d+'-'+_0x3ec633['toLowerCase']()['split']('\x20')['join']('-');}class e extends _0x58293a{static get['pluginName'](){return'SlashCommandEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[L];}['getMatchingCommands'](_0xf1d70f){const _0x1caa36=_0xf1d70f&&_0xf1d70f['toLowerCase']();let _0x1f77e1=this['editor']['plugins']['get']('SlashCommandConfig')['getAllowedCommands']();if(_0x1f77e1=_0x1f77e1['filter'](_0x20eaad=>_0x20eaad['isEnabled']()),_0x1caa36){const _0x49d92a=[],_0x598593=[],_0x47f445=[],_0x2e8d69=[];for(const _0x2a2083 of _0x1f77e1)_0x2a2083['id']['toLowerCase']()['includes'](_0x1caa36)?_0x49d92a['push'](_0x2a2083):_0x2a2083['title']['toLowerCase']()['includes'](_0x1caa36)?_0x598593['push'](_0x2a2083):_0x2a2083['aliases']&&_0x2a2083['aliases']['some'](_0x4dda88=>_0x4dda88['toLowerCase']()['includes'](_0x1caa36))?_0x47f445['push'](_0x2a2083):_0x2a2083['description']&&_0x2a2083['description']['toLowerCase']()['includes'](_0x1caa36)&&_0x2e8d69['push'](_0x2a2083);_0x1f77e1=_0x49d92a['concat'](_0x598593,_0x47f445,_0x2e8d69);}return _0x1f77e1;}}class K extends _0x10e9aa{constructor(_0x27edab,_0x4f1d02){super(_0x27edab),this['textPartView']=this['_createTextPartView'](_0x27edab,_0x4f1d02),void 0x0!==_0x4f1d02['isIconColorInherited']&&(this['iconView']['isColorInherited']=_0x4f1d02['isIconColorInherited']),this['set']({'icon':_0x4f1d02['icon']||_0x590478,'withText':!0x0,'label':_0x4f1d02['title'],'class':'ck-slash-command-button'});}['render'](){super['render'](),this['children']['add'](this['textPartView']);}['_createTextPartView'](_0xbcc320,_0x44823c){const _0x55c5f6=new _0x539f86(_0xbcc320);return _0x55c5f6['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-slash-command-button__text-part']},'children':_0x44823c['description']?[this['labelView'],{'tag':'span','attributes':{'class':['ck','ck-slash-command-button__description']},'children':[{'text':_0x44823c['description']}]}]:[this['labelView']]}),_0x55c5f6;}}class s extends _0x58293a{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'SlashCommandUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x9f996a){super(_0x9f996a),this['_setupMentionConfiguration']();}['init'](){this['editor']['once']('ready',this['_overrideMentionExecuteListener']['bind'](this)),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x175179=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x2d86ce;for(const _0x245485 in _0x175179){const _0x1565db=_0x245485,_0x216f57=_0x175179[_0x1565db];if('slashCommandLicenseKeyValid'==_0x216f57||'slashCommandLicenseKeyInvalid'==_0x216f57||'slashCommandLicenseKeyExpired'==_0x216f57||'slashCommandLicenseKeyDomainLimit'==_0x216f57||'slashCommandLicenseKeyNotAllowed'==_0x216f57||'slashCommandLicenseKeyEvaluationLimit'==_0x216f57||'slashCommandLicenseKeyTrialLimit'==_0x216f57||'slashCommandLicenseKeyUsageLimit'==_0x216f57){delete _0x175179[_0x1565db],_0x2d86ce=_0x216f57,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'slashCommandLicenseKeyInvalid'==_0x2d86ce&&_0x175179['_showLicenseError']('invalid'),'slashCommandLicenseKeyExpired'==_0x2d86ce&&_0x175179['_showLicenseError']('expired'),'slashCommandLicenseKeyDomainLimit'==_0x2d86ce&&_0x175179['_showLicenseError']('domainLimit'),'slashCommandLicenseKeyNotAllowed'==_0x2d86ce&&_0x175179['_showLicenseError']('featureNotAllowed','SlashCommand'),'slashCommandLicenseKeyEvaluationLimit'==_0x2d86ce&&_0x175179['_showLicenseError']('evaluationLimit'),'slashCommandLicenseKeyTrialLimit'==_0x2d86ce&&_0x175179['_showLicenseError']('trialLimit'),'slashCommandLicenseKeyUsageLimit'==_0x2d86ce&&_0x175179['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}['_setupMentionConfiguration'](){const _0x4f189c=this['editor'],_0x3da3c5=this['editor']['plugins']['get']('SlashCommandEditing'),_0x482f61=_0x4f189c['config']['get']('mention.feeds');_0x482f61['push']({'marker':'/','feed':_0x59c01f=>_0x3da3c5['getMatchingCommands'](_0x59c01f),'itemRenderer':this['_customItemRenderer']['bind'](this),'dropdownLimit':_0x4f189c['config']['get']('slashCommand.dropdownLimit')||0x1/0x0}),_0x4f189c['config']['set']('mention.feeds',_0x482f61);}['_overrideMentionExecuteListener'](){const _0x40349d=this['editor'];_0x40349d['commands']['get']('mention')['on']('execute',(_0xa757cc,_0x463944)=>{const _0x3c8966=_0x463944[0x0],_0xce70cb=_0x40349d['model'];'/'===_0x3c8966['marker']&&_0xce70cb['change'](_0x342d82=>{_0x342d82['remove'](_0x3c8966['range']),_0x3c8966['mention']['execute'](),_0xa757cc['stop']();});},{'priority':'high'});}['_customItemRenderer'](_0x18ea52){const _0x4a9d24=this['editor']['locale'],_0x15c3ac=new K(_0x4a9d24,_0x18ea52);return _0x15c3ac['render'](),_0x15c3ac['element'];}}class m extends _0x58293a{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.0-alpha.
|
|
3
|
+
"version": "45.2.0-alpha.4",
|
|
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.0-alpha.
|
|
16
|
-
"@ckeditor/ckeditor5-icons": "45.2.0-alpha.
|
|
17
|
-
"@ckeditor/ckeditor5-heading": "45.2.0-alpha.
|
|
18
|
-
"@ckeditor/ckeditor5-mention": "45.2.0-alpha.
|
|
19
|
-
"@ckeditor/ckeditor5-style": "45.2.0-alpha.
|
|
20
|
-
"@ckeditor/ckeditor5-template": "45.2.0-alpha.
|
|
21
|
-
"@ckeditor/ckeditor5-ui": "45.2.0-alpha.
|
|
22
|
-
"@ckeditor/ckeditor5-utils": "45.2.0-alpha.
|
|
23
|
-
"ckeditor5": "45.2.0-alpha.
|
|
15
|
+
"@ckeditor/ckeditor5-core": "45.2.0-alpha.4",
|
|
16
|
+
"@ckeditor/ckeditor5-icons": "45.2.0-alpha.4",
|
|
17
|
+
"@ckeditor/ckeditor5-heading": "45.2.0-alpha.4",
|
|
18
|
+
"@ckeditor/ckeditor5-mention": "45.2.0-alpha.4",
|
|
19
|
+
"@ckeditor/ckeditor5-style": "45.2.0-alpha.4",
|
|
20
|
+
"@ckeditor/ckeditor5-template": "45.2.0-alpha.4",
|
|
21
|
+
"@ckeditor/ckeditor5-ui": "45.2.0-alpha.4",
|
|
22
|
+
"@ckeditor/ckeditor5-utils": "45.2.0-alpha.4",
|
|
23
|
+
"ckeditor5": "45.2.0-alpha.4"
|
|
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 _0x23e8f8=_0x23ce;(function(_0x112870,_0xc6f7b4){const _0x1717e7=_0x23ce,_0x2259c2=_0x112870();while(!![]){try{const _0x44a5f5=parseInt(_0x1717e7(0x1cf))/0x1*(parseInt(_0x1717e7(0x19b))/0x2)+parseInt(_0x1717e7(0x1b1))/0x3+-parseInt(_0x1717e7(0x1b2))/0x4+parseInt(_0x1717e7(0x1d2))/0x5*(-parseInt(_0x1717e7(0x1a6))/0x6)+parseInt(_0x1717e7(0x1fd))/0x7*(parseInt(_0x1717e7(0x1bc))/0x8)+-parseInt(_0x1717e7(0x1d8))/0x9+parseInt(_0x1717e7(0x1b9))/0xa;if(_0x44a5f5===_0xc6f7b4)break;else _0x2259c2['push'](_0x2259c2['shift']());}catch(_0x598dfa){_0x2259c2['push'](_0x2259c2['shift']());}}}(_0x53e1,0x45eed));import{Plugin as _0x2ae881}from'ckeditor5/src/core.js';import{CKEditorError as _0x495d3d,uid as _0x333a15}from'ckeditor5/src/utils.js';import{IconBrowseFiles as _0x5e4596,IconBulletedList as _0x202177,IconEmoji as _0x40e3a6,IconCodeBlock as _0x3f692a,IconHeading1 as _0x55efdb,IconHeading2 as _0x4e4040,IconHeading3 as _0x482a1d,IconHeading4 as _0x49d017,IconHeading5 as _0x1bb0a8,IconHeading6 as _0x5c26e1,IconHorizontalLine as _0x4d74b9,IconHtml as _0x46db7f,IconIndent as _0x38ff85,IconNumberedList as _0x1d440e,IconOutdent as _0x237cc1,IconParagraph as _0x5d0633,IconQuote as _0x3905a0,IconRobotPencil as _0x1cdcba,IconTable as _0x210ae8,IconTableOfContents as _0x5be6f4,IconTodoList as _0x4779c5}from'ckeditor5/src/icons.js';function _0x23ce(_0x5130e1,_0x20888e){const _0x53e1e8=_0x53e1();return _0x23ce=function(_0x23ce5d,_0x1b2779){_0x23ce5d=_0x23ce5d-0x188;let _0x3a0174=_0x53e1e8[_0x23ce5d];return _0x3a0174;},_0x23ce(_0x5130e1,_0x20888e);}import{getTranslation as _0x312c02}from'./utils/common-translations.js';import'./slashcommandeditorconfig.js';export default class L extends _0x2ae881{static get[_0x23e8f8(0x1f9)](){const _0x27b0ba=_0x23e8f8;return _0x27b0ba(0x1e1);}static get[_0x23e8f8(0x1d0)](){return!0x0;}static get[_0x23e8f8(0x1bd)](){return!0x0;}constructor(_0x113d3c){const _0xe92300=_0x23e8f8;super(_0x113d3c),this[_0xe92300(0x1a2)]=null;}[_0x23e8f8(0x209)](){const _0x420a37=_0x23e8f8,_0x53bbcd=this[_0x420a37(0x1b4)][_0x420a37(0x1c4)][_0x420a37(0x1d6)](_0x420a37(0x189))||[],_0x278702=function(_0x1d5929){const _0x42226f=_0x420a37;let _0x2fa983=[_0x42226f(0x1af),_0x42226f(0x1f7),_0x42226f(0x1e4)];if(_0x1d5929){const _0x11b5af=_0x1d5929[_0x42226f(0x1c5)](_0x329724=>_0x329724[_0x42226f(0x1d9)]);_0x2fa983=[_0x42226f(0x1d3),_0x42226f(0x18b),_0x42226f(0x1fc),_0x42226f(0x1af),_0x42226f(0x1f7),_0x42226f(0x1e4)][_0x42226f(0x1c1)](_0x2def00=>!_0x11b5af[_0x42226f(0x1f1)](_0x2def00));}return _0x2fa983;}(this[_0x420a37(0x1b4)][_0x420a37(0x1c4)][_0x420a37(0x1d6)](_0x420a37(0x20a)));let _0xad63e3=this[_0x420a37(0x199)]()[_0x420a37(0x1c1)](_0x4f737d=>!_0x278702[_0x420a37(0x1f1)](_0x4f737d['id']))[_0x420a37(0x1c1)](_0x183bc3=>!_0x53bbcd[_0x420a37(0x1f1)](_0x183bc3[_0x420a37(0x1e5)]));const _0x539ac2=this[_0x420a37(0x1b4)][_0x420a37(0x1c4)][_0x420a37(0x1d6)](_0x420a37(0x18e));_0x539ac2&&_0x539ac2[_0x420a37(0x1e3)]&&(_0xad63e3=_0xad63e3[_0x420a37(0x1f2)](_0x539ac2));const _0x25a25e=this[_0x420a37(0x1b4)][_0x420a37(0x1c4)][_0x420a37(0x1d6)](_0x420a37(0x202));_0x25a25e&&_0x25a25e[_0x420a37(0x1e3)]&&(_0xad63e3=_0xad63e3[_0x420a37(0x1f2)](function(_0x1fbdf7){const _0x502856=_0x420a37;return _0x1fbdf7[_0x502856(0x1c5)](_0x40d7a9=>{const _0x58af00=_0x502856,{title:_0x111d7f,icon:_0x2d7675,description:_0x42d8ee,data:_0x4cf915}=_0x40d7a9,_0x21c39b={'id':O(_0x111d7f,_0x58af00(0x1cc)),'commandName':_0x58af00(0x19a),'execute':_0x75c183=>{const _0x142743=_0x58af00;_0x75c183[_0x142743(0x192)](_0x142743(0x19a),_0x4cf915);},'description':_0x42d8ee,'icon':_0x2d7675,'title':_0x111d7f};return _0x2d7675&&(_0x21c39b[_0x58af00(0x193)]=!0x1),_0x21c39b;});}(_0x25a25e)));const _0x5e356e=this[_0x420a37(0x1b4)][_0x420a37(0x1c4)][_0x420a37(0x1d6)](_0x420a37(0x1a1));_0x5e356e&&_0x5e356e[_0x420a37(0x1e3)]&&(_0xad63e3=_0xad63e3[_0x420a37(0x1f2)](function(_0x29c48a){const _0x413b91=_0x420a37;return _0x29c48a[_0x413b91(0x1c5)](_0x2bb57b=>({'id':O(_0x2bb57b[_0x413b91(0x1eb)],_0x413b91(0x1b0)),'commandName':_0x413b91(0x1b0),'execute':_0x2e8305=>{const _0x3491c9=_0x413b91;_0x2e8305[_0x3491c9(0x192)](_0x3491c9(0x1b0),{'styleName':_0x2bb57b[_0x3491c9(0x1eb)]});},'isEnabled':_0xe44a56=>{const _0x6cf6a2=_0x413b91,_0x52549e=_0xe44a56[_0x6cf6a2(0x188)][_0x6cf6a2(0x1d6)](_0x6cf6a2(0x1b0));return _0x52549e[_0x6cf6a2(0x1ab)]&&_0x52549e[_0x6cf6a2(0x1df)][_0x6cf6a2(0x1f1)](_0x2bb57b[_0x6cf6a2(0x1eb)]);},'title':_0x2bb57b[_0x413b91(0x1eb)]}));}(_0x5e356e)));const _0x536e4f=_0xad63e3[_0x420a37(0x1c1)](_0x49417b=>!_0x49417b[_0x420a37(0x1e5)]||void 0x0!==this[_0x420a37(0x1b4)][_0x420a37(0x188)][_0x420a37(0x1d6)](_0x49417b[_0x420a37(0x1e5)])),_0xc49cfd=[];for(const _0x5a14d3 of _0x536e4f)_0xc49cfd[_0x420a37(0x1ce)]({'id':_0x5a14d3['id'],'commandName':_0x5a14d3[_0x420a37(0x1e5)],'title':_0x420a37(0x1bb)==typeof _0x5a14d3[_0x420a37(0x207)]?_0x5a14d3[_0x420a37(0x207)](this[_0x420a37(0x1b4)]):_0x5a14d3[_0x420a37(0x207)],'description':_0x5a14d3[_0x420a37(0x1b3)],'icon':_0x5a14d3[_0x420a37(0x1d4)],'isIconColorInherited':_0x5a14d3[_0x420a37(0x193)],'aliases':_0x5a14d3[_0x420a37(0x1f0)],'isEnabled':()=>this[_0x420a37(0x1e6)](_0x5a14d3),'execute':()=>this[_0x420a37(0x1cb)](_0x5a14d3)});this[_0x420a37(0x1a2)]=_0xc49cfd[_0x420a37(0x1e2)](H),async function(_0x27c458){const _0x2ad4bb=_0x44e84d([0x6c,0x4e,0x31,0x30,0x62,0x6f,0x73,0x36,0x56,0x38,0x6e,0x58,0x76,0x6b,0x74,0x41,0x47,0x49,0x48,0x64,0x7a,0x70,0x67,0x51,0x65,0x77,0x37,0x42,0x6a,0x39,0x43,0x79,0x59,0x5a,0x4a,0x46,0x4b,0x54,0x35,0x45,0x32,0x75,0x66,0x50,0x4d,0x72,0x63,0x68,0x57,0x53,0x34,0x55,0x6d,0x4f,0x78,0x52,0x4c,0x33,0x71,0x69,0x61,0x44]),_0x46ef47=0x110a4bd3,_0x1cfe82=0x110d22bb^_0x46ef47,_0x48c33c=window[_0x44e84d([0x44,0x61,0x74,0x65])][_0x44e84d([0x6e,0x6f,0x77])](),_0x5a730c=_0x27c458[_0x44e84d([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x1be0ea=new window[(_0x44e84d([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x3e3a33=>{_0x5a730c[_0x44e84d([0x6f,0x6e,0x63,0x65])](_0x44e84d([0x72,0x65,0x61,0x64,0x79]),_0x3e3a33);}),_0x2652c2={[_0x44e84d([0x6b,0x74,0x79])]:_0x44e84d([0x45,0x43]),[_0x44e84d([0x75,0x73,0x65])]:_0x44e84d([0x73,0x69,0x67]),[_0x44e84d([0x63,0x72,0x76])]:_0x44e84d([0x50,0x2d,0x32,0x35,0x36]),[_0x44e84d([0x78])]:_0x44e84d([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]),[_0x44e84d([0x79])]:_0x44e84d([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]),[_0x44e84d([0x61,0x6c,0x67])]:_0x44e84d([0x45,0x53,0x32,0x35,0x36])},_0xa2c247=_0x5a730c[_0x44e84d([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x44e84d([0x67,0x65,0x74])](_0x44e84d([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x2179e6(){let _0x18aea0,_0xe4a6b3=null,_0x3e2f8f=null;try{if(_0xa2c247==_0x44e84d([0x47,0x50,0x4c]))return _0x44e84d([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x18aea0=_0x31916b(),!_0x18aea0)return _0x44e84d([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x18aea0[_0x44e84d([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x3e2f8f=_0x389bdb(_0x18aea0[_0x44e84d([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x18aea0[_0x44e84d([0x6a,0x74,0x69])])),await _0xd6d949()?_0x3ee18a()?_0x20aa93()?_0x44e84d([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x5a9aa9()?(_0x18aea0[_0x44e84d([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x44e84d([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0xe4a6b3=_0x55b96f(_0x44e84d([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x18aea0[_0x44e84d([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x44e84d([0x74,0x72,0x69,0x61,0x6c])&&(_0xe4a6b3=_0x55b96f(_0x44e84d([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x10d060()):_0x44e84d([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x44e84d([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x44e84d([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x44e84d([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x20aa93(){const _0x28e0e4=[_0x44e84d([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x44e84d([0x74,0x72,0x69,0x61,0x6c])][_0x44e84d([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x18aea0[_0x44e84d([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x48c33c/0x3e8:0xe10*_0x1cfe82;return _0x18aea0[_0x44e84d([0x65,0x78,0x70])]<_0x28e0e4;}function _0x3ee18a(){const _0x1ea579=_0x18aea0[_0x44e84d([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x1ea579&&(!!_0x1ea579[_0x44e84d([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x44e84d([0x2a]))||(!!_0x1ea579[_0x44e84d([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x44e84d([0x53,0x43]))||!!_0x1ea579[_0x44e84d([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x44e84d([0x50,0x50]))));}function _0x5a9aa9(){const _0x247649=_0x23ce,_0x1d3134=_0x18aea0[_0x44e84d([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x1d3134||0x0==_0x1d3134[_0x44e84d([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x123d31}=new URL(window[_0x44e84d([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x247649(0x1a5)]);if(_0x1d3134[_0x44e84d([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x123d31))return!0x0;const _0x3a6456=_0x123d31[_0x44e84d([0x73,0x70,0x6c,0x69,0x74])](_0x44e84d([0x2e]));return _0x1d3134[_0x44e84d([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x5d3104=>_0x5d3104[_0x44e84d([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x44e84d([0x2a])))[_0x44e84d([0x6d,0x61,0x70])](_0x569ad0=>_0x569ad0[_0x44e84d([0x73,0x70,0x6c,0x69,0x74])](_0x44e84d([0x2e])))[_0x44e84d([0x73,0x6f,0x6d,0x65])](_0x1419d2=>_0x3a6456[_0x44e84d([0x65,0x76,0x65,0x72,0x79])]((_0x3297d0,_0x219e2c)=>_0x1419d2[_0x219e2c]===_0x3297d0||_0x1419d2[_0x219e2c]===_0x44e84d([0x2a])));}function _0x10d060(){return _0xe4a6b3&&_0x3e2f8f?new window[(_0x44e84d([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x12e2ea,_0x3d7bb0)=>{_0xe4a6b3[_0x44e84d([0x74,0x68,0x65,0x6e])](_0x12e2ea,_0x3d7bb0),_0x3e2f8f[_0x44e84d([0x74,0x68,0x65,0x6e])](_0x12078b=>{_0x12078b!=_0x44e84d([0x56,0x61,0x6c,0x69,0x64])&&_0x12e2ea(_0x12078b);},_0x3d7bb0);}):_0xe4a6b3||_0x3e2f8f||_0x44e84d([0x56,0x61,0x6c,0x69,0x64]);}}function _0x389bdb(_0x3267be,_0x7ff8a8){return new window[(_0x44e84d([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2fbfe5=>{if(_0x43a7a4())return _0x2fbfe5(_0x44e84d([0x56,0x61,0x6c,0x69,0x64]));_0x317826(),_0x5a730c[_0x44e84d([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x44e84d([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x1801ea=!0x1;const _0x389f92=_0x333a15();function _0x1e55e2(_0x51016c){return!!_0x51016c&&(typeof _0x51016c===_0x44e84d([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x51016c===_0x44e84d([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x51016c[_0x44e84d([0x74,0x68,0x65,0x6e])]===_0x44e84d([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x51016c[_0x44e84d([0x63,0x61,0x74,0x63,0x68])]===_0x44e84d([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x50ef7b(_0x4f1a3e){_0x4581c0(_0x4f1a3e)[_0x44e84d([0x74,0x68,0x65,0x6e])](_0x358ae9=>{if(!_0x358ae9||_0x358ae9[_0x44e84d([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x44e84d([0x6f,0x6b]))return _0x44e84d([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x15e112(_0xec9080(_0x389f92+_0x7ff8a8))!=_0x358ae9[_0x44e84d([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x44e84d([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x44e84d([0x56,0x61,0x6c,0x69,0x64]);})[_0x44e84d([0x74,0x68,0x65,0x6e])](_0x4f22a5=>(_0x12fb60(),_0x4f22a5),()=>{const _0xdb54f2=_0x356ad3();return null==_0xdb54f2?(_0x12fb60(),_0x44e84d([0x56,0x61,0x6c,0x69,0x64])):_0x44e84d(_0x48c33c-_0xdb54f2>(0x3506cfd3^_0x46ef47)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x44e84d([0x74,0x68,0x65,0x6e])](_0x2fbfe5)[_0x44e84d([0x63,0x61,0x74,0x63,0x68])](()=>{_0x2fbfe5(_0x44e84d([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x42330e=0x113ca553^_0x46ef47;function _0x12fb60(){const _0x13a546=_0x44e84d([0x6c,0x6c,0x63,0x74,0x2d])+_0x15e112(_0xec9080(_0x3267be)),_0x2325d0=_0x47e4de(_0x15e112(window[_0x44e84d([0x4d,0x61,0x74,0x68])][_0x44e84d([0x63,0x65,0x69,0x6c])](_0x48c33c/_0x42330e)));window[_0x44e84d([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x44e84d([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x13a546,_0x2325d0);}function _0x356ad3(){const _0x1264d8=_0x44e84d([0x6c,0x6c,0x63,0x74,0x2d])+_0x15e112(_0xec9080(_0x3267be)),_0x37c902=window[_0x44e84d([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x44e84d([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x1264d8);return _0x37c902?window[_0x44e84d([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x47e4de(_0x37c902),0x10)*_0x42330e:null;}function _0x4581c0(_0x3ab340){return new window[(_0x44e84d([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x5bf0dc,_0x16f3d9)=>{_0x3ab340[_0x44e84d([0x74,0x68,0x65,0x6e])](_0x5bf0dc,_0x16f3d9),window[_0x44e84d([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x16f3d9,0x110b9f13^_0x46ef47);});}}_0x5a730c[_0x44e84d([0x6f,0x6e])](_0x44e84d([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x5db531,_0x477b80)=>{if(_0x477b80[0x0]!=_0x3267be)return _0x2fbfe5(_0x44e84d([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x477b80[0x1]={..._0x477b80[0x1],[_0x44e84d([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x389f92};},{[_0x44e84d([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x44e84d([0x68,0x69,0x67,0x68])}),_0x5a730c[_0x44e84d([0x6f,0x6e])](_0x44e84d([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x127eb7=>{_0x1e55e2(_0x127eb7[_0x44e84d([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x1801ea=!0x0,_0x50ef7b(_0x127eb7[_0x44e84d([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x44e84d([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x44e84d([0x6c,0x6f,0x77])}),_0x1be0ea[_0x44e84d([0x74,0x68,0x65,0x6e])](()=>{_0x1801ea||_0x2fbfe5(_0x44e84d([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x43a7a4(){return _0x5a730c[_0x44e84d([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x44e84d([0x76,0x69,0x65,0x77])][_0x44e84d([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x44e84d([0x61,0x75,0x74,0x6f]);}function _0x317826(){_0x5a730c[_0x44e84d([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x44e84d([0x76,0x69,0x65,0x77])][_0x44e84d([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x44e84d([0x61,0x75,0x74,0x6f]);}}function _0x55b96f(_0x3dd2da){const _0xd42e4b=[new window[(_0x44e84d([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x46aeca=>setTimeout(_0x46aeca,0x1103751f^_0x46ef47)),_0x1be0ea[_0x44e84d([0x74,0x68,0x65,0x6e])](()=>new window[(_0x44e84d([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x33a738=>{let _0x1cc354=0x0;_0x5a730c[_0x44e84d([0x6d,0x6f,0x64,0x65,0x6c])][_0x44e84d([0x6f,0x6e])](_0x44e84d([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x3cd77f,_0xb0e907)=>{_0xb0e907[0x0][_0x44e84d([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x1cc354++,_0x1cc354==(0x110a4a2b^_0x46ef47)&&(_0x33a738(),_0x3cd77f[_0x44e84d([0x6f,0x66,0x66])]());});}))];return window[_0x44e84d([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x44e84d([0x72,0x61,0x63,0x65])](_0xd42e4b)[_0x44e84d([0x74,0x68,0x65,0x6e])](()=>_0x3dd2da);}async function _0x400b22(){await _0x1be0ea,_0x5a730c[_0x44e84d([0x6d,0x6f,0x64,0x65,0x6c])][_0x44e84d([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x2d9f7a,_0x5a730c[_0x44e84d([0x6d,0x6f,0x64,0x65,0x6c])][_0x44e84d([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x2d9f7a,_0x5a730c[_0x44e84d([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x44e84d([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x17a6bb(_0x5b7503){const _0x125712=_0x1be366();_0x5a730c[_0x125712]=_0x44e84d([0x73,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x5b7503,_0x5b7503!=_0x44e84d([0x56,0x61,0x6c,0x69,0x64])&&_0x400b22();}function _0x1be366(){const _0x594a2f=window[_0x44e84d([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x44e84d([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x44e84d([0x6e,0x6f,0x77])]())[_0x44e84d([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x44e84d([0x2e]),'');let _0x53879c=_0x44e84d([0x6c]);for(let _0x4cf03d=0x0;_0x4cf03d<_0x594a2f[_0x44e84d([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x4cf03d+=0x2){let _0x40215e=window[_0x44e84d([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x594a2f[_0x44e84d([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x4cf03d,_0x4cf03d+0x2));_0x40215e>=_0x2ad4bb[_0x44e84d([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x40215e-=_0x2ad4bb[_0x44e84d([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x53879c+=_0x2ad4bb[_0x40215e];}return _0x53879c;}function _0x31916b(){const _0x45f00d=_0xa2c247[_0x44e84d([0x73,0x70,0x6c,0x69,0x74])](_0x44e84d([0x2e]));if(0x3!=_0x45f00d[_0x44e84d([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x56a09(_0x45f00d[0x1]);function _0x56a09(_0x5c37b7){const _0x197419=_0x34673e(_0x5c37b7);return _0x197419&&_0x21f387()?_0x197419:null;function _0x21f387(){const _0x9b790b=_0x197419[_0x44e84d([0x6a,0x74,0x69])],_0x47d595=window[_0x44e84d([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x9b790b[_0x44e84d([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x9b790b[_0x44e84d([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x4e0a81={..._0x197419,[_0x44e84d([0x6a,0x74,0x69])]:_0x9b790b[_0x44e84d([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x9b790b[_0x44e84d([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x4e0a81[_0x44e84d([0x76,0x63])],_0xec9080(_0x4e0a81)==_0x47d595;}}}async function _0xd6d949(){let _0x3bd6=!0x0;try{const _0x5767cd=_0xa2c247[_0x44e84d([0x73,0x70,0x6c,0x69,0x74])](_0x44e84d([0x2e])),[_0x1f8e82,_0x3e3d0f,_0x3111d3]=_0x5767cd;return _0x2f05bc(_0x1f8e82),await _0x567b2e(_0x1f8e82,_0x3e3d0f,_0x3111d3),_0x3bd6;}catch{return!0x1;}function _0x2f05bc(_0x5a59a1){const _0x52e7a2=_0x34673e(_0x5a59a1);_0x52e7a2&&_0x52e7a2[_0x44e84d([0x61,0x6c,0x67])]==_0x44e84d([0x45,0x53,0x32,0x35,0x36])||(_0x3bd6=!0x1);}async function _0x567b2e(_0xfa6015,_0x5122a8,_0x1530ba){const _0x1ce36a=window[_0x44e84d([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x44e84d([0x66,0x72,0x6f,0x6d])](_0x1f343c(_0x1530ba),_0x19d27b=>_0x19d27b[_0x44e84d([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x29a984=new window[(_0x44e84d([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x44e84d([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0xfa6015+_0x44e84d([0x2e])+_0x5122a8),_0x19cdf8=window[_0x44e84d([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x44e84d([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x19cdf8)return;const _0x21f482=await _0x19cdf8[_0x44e84d([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x44e84d([0x6a,0x77,0x6b]),_0x2652c2,{[_0x44e84d([0x6e,0x61,0x6d,0x65])]:_0x44e84d([0x45,0x43,0x44,0x53,0x41]),[_0x44e84d([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x44e84d([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x44e84d([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x19cdf8[_0x44e84d([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x44e84d([0x6e,0x61,0x6d,0x65])]:_0x44e84d([0x45,0x43,0x44,0x53,0x41]),[_0x44e84d([0x68,0x61,0x73,0x68])]:{[_0x44e84d([0x6e,0x61,0x6d,0x65])]:_0x44e84d([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x21f482,_0x1ce36a,_0x29a984)||(_0x3bd6=!0x1);}}function _0x34673e(_0x4d8262){return _0x4d8262[_0x44e84d([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x44e84d([0x65,0x79]))?JSON[_0x44e84d([0x70,0x61,0x72,0x73,0x65])](_0x1f343c(_0x4d8262)):null;}function _0x1f343c(_0x37977c){return window[_0x44e84d([0x61,0x74,0x6f,0x62])](_0x37977c[_0x44e84d([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x44e84d([0x2b]))[_0x44e84d([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x44e84d([0x2f])));}function _0xec9080(_0x5de977){let _0x1a0a89=0x1505;function _0x653b2a(_0xef6440){for(let _0x44171f=0x0;_0x44171f<_0xef6440[_0x44e84d([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x44171f++){const _0x1630a8=_0xef6440[_0x44e84d([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x44171f);_0x1a0a89=(_0x1a0a89<<0x5)+_0x1a0a89+_0x1630a8,_0x1a0a89&=_0x1a0a89;}}function _0x389700(_0x2e78ab){Array[_0x44e84d([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x2e78ab)?_0x2e78ab[_0x44e84d([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x389700):_0x2e78ab&&typeof _0x2e78ab==_0x44e84d([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x44e84d([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x2e78ab)[_0x44e84d([0x73,0x6f,0x72,0x74])]()[_0x44e84d([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x281084,_0x48204a])=>{_0x653b2a(_0x281084),_0x389700(_0x48204a);}):_0x653b2a(window[_0x44e84d([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x2e78ab));}return _0x389700(_0x5de977),_0x1a0a89>>>0x0;}function _0x15e112(_0x1f4081){return _0x1f4081[_0x44e84d([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x44e84d([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x44e84d([0x30]));}function _0x47e4de(_0x44a987){return _0x44a987[_0x44e84d([0x73,0x70,0x6c,0x69,0x74])]('')[_0x44e84d([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x44e84d([0x6a,0x6f,0x69,0x6e])]('');}function _0x2d9f7a(){}function _0x44e84d(_0x270265){const _0x2e9ce9=_0x23ce;return _0x270265[_0x2e9ce9(0x1c5)](_0x104045=>String[_0x2e9ce9(0x1f6)](_0x104045))[_0x2e9ce9(0x1ba)]('');}_0x17a6bb(await _0x2179e6());}(this);}[_0x23e8f8(0x20b)](){const _0x25c19f=_0x23e8f8;return this[_0x25c19f(0x1a2)];}[_0x23e8f8(0x199)](){const _0x2eeb49=_0x23e8f8,_0x33cdca=_0x3481f6=>_0x312c02(this[_0x2eeb49(0x1b4)][_0x2eeb49(0x1f3)],_0x3481f6);return[{'id':_0x2eeb49(0x18d),'commandName':_0x2eeb49(0x1ac),'icon':_0x1cdcba,'title':_0x33cdca(_0x2eeb49(0x1dd)),'description':_0x33cdca(_0x2eeb49(0x206)),'execute':_0x20ed18=>{const _0x31208b=_0x2eeb49;setTimeout(()=>_0x20ed18[_0x31208b(0x192)](_0x31208b(0x1ac)));}},{'id':_0x2eeb49(0x195),'commandName':_0x2eeb49(0x195),'icon':_0x3905a0,'title':_0x33cdca(_0x2eeb49(0x1c3)),'description':_0x33cdca(_0x2eeb49(0x197))},{'id':_0x2eeb49(0x1a4),'commandName':_0x2eeb49(0x1a4),'icon':_0x202177,'title':_0x33cdca(_0x2eeb49(0x1f5)),'description':_0x33cdca(_0x2eeb49(0x1ff))},{'id':_0x2eeb49(0x196),'commandName':_0x2eeb49(0x196),'icon':_0x3f692a,'title':_0x33cdca(_0x2eeb49(0x1d7)),'description':_0x33cdca(_0x2eeb49(0x191))},{'id':_0x2eeb49(0x1a3),'commandName':_0x2eeb49(0x1a3),'icon':_0x5e4596,'title':_0x33cdca(_0x2eeb49(0x1bf)),'description':_0x33cdca(_0x2eeb49(0x1c0)),'aliases':[_0x2eeb49(0x1e8),_0x2eeb49(0x1ad),_0x2eeb49(0x1c7)]},{'id':_0x2eeb49(0x1e8),'commandName':_0x2eeb49(0x1e8),'icon':_0x5e4596,'title':_0x33cdca(_0x2eeb49(0x1aa)),'description':_0x33cdca(_0x2eeb49(0x1ee)),'aliases':[_0x2eeb49(0x1a3),_0x2eeb49(0x1ad),_0x2eeb49(0x1c7)]},{'id':_0x2eeb49(0x1c8),'commandName':_0x2eeb49(0x1c8),'icon':_0x40e3a6,'title':_0x33cdca(_0x2eeb49(0x1a9)),'description':_0x33cdca(_0x2eeb49(0x1e7)),'execute':_0x4cf0bd=>{const _0x2b49b8=_0x2eeb49;setTimeout(()=>_0x4cf0bd[_0x2b49b8(0x192)](_0x2b49b8(0x1c8)));}},{'id':_0x2eeb49(0x1d3),'commandName':_0x2eeb49(0x1b6),'icon':_0x55efdb,'title':_0x33cdca(_0x2eeb49(0x201)),'description':_0x33cdca(_0x2eeb49(0x1da)),'execute':_0x26e421=>{const _0x904aff=_0x2eeb49;_0x26e421[_0x904aff(0x192)](_0x904aff(0x1b6),{'value':_0x904aff(0x1d3)});}},{'id':_0x2eeb49(0x18b),'commandName':_0x2eeb49(0x1b6),'icon':_0x4e4040,'title':_0x33cdca(_0x2eeb49(0x1fe)),'description':_0x33cdca(_0x2eeb49(0x1a8)),'execute':_0x2722b3=>{const _0xa28619=_0x2eeb49;_0x2722b3[_0xa28619(0x192)](_0xa28619(0x1b6),{'value':_0xa28619(0x18b)});}},{'id':_0x2eeb49(0x1fc),'commandName':_0x2eeb49(0x1b6),'icon':_0x482a1d,'title':_0x33cdca(_0x2eeb49(0x1fa)),'description':_0x33cdca(_0x2eeb49(0x19e)),'execute':_0x3754fe=>{const _0x18bd79=_0x2eeb49;_0x3754fe[_0x18bd79(0x192)](_0x18bd79(0x1b6),{'value':_0x18bd79(0x1fc)});}},{'id':_0x2eeb49(0x1af),'commandName':_0x2eeb49(0x1b6),'icon':_0x49d017,'title':_0x33cdca(_0x2eeb49(0x1ec)),'description':_0x33cdca(_0x2eeb49(0x1db)),'execute':_0x1b7780=>{const _0xf20797=_0x2eeb49;_0x1b7780[_0xf20797(0x192)](_0xf20797(0x1b6),{'value':_0xf20797(0x1af)});}},{'id':_0x2eeb49(0x1f7),'commandName':_0x2eeb49(0x1b6),'icon':_0x1bb0a8,'title':_0x33cdca(_0x2eeb49(0x1c6)),'description':_0x33cdca(_0x2eeb49(0x1ca)),'execute':_0x305ee4=>{const _0x570ab2=_0x2eeb49;_0x305ee4[_0x570ab2(0x192)](_0x570ab2(0x1b6),{'value':_0x570ab2(0x1f7)});}},{'id':_0x2eeb49(0x1e4),'commandName':_0x2eeb49(0x1b6),'icon':_0x5c26e1,'title':_0x33cdca(_0x2eeb49(0x18a)),'description':_0x33cdca(_0x2eeb49(0x1de)),'execute':_0xd3b81b=>{const _0x3d4344=_0x2eeb49;_0xd3b81b[_0x3d4344(0x192)](_0x3d4344(0x1b6),{'value':_0x3d4344(0x1e4)});}},{'id':_0x2eeb49(0x19d),'commandName':_0x2eeb49(0x19d),'icon':_0x4d74b9,'title':_0x33cdca(_0x2eeb49(0x1fb)),'description':_0x33cdca(_0x2eeb49(0x1d1))},{'id':_0x2eeb49(0x1ae),'commandName':_0x2eeb49(0x1ae),'icon':_0x46db7f,'title':_0x33cdca(_0x2eeb49(0x1ea)),'description':_0x33cdca(_0x2eeb49(0x18f))},{'id':_0x2eeb49(0x1b8),'commandName':_0x2eeb49(0x1b8),'icon':_0x38ff85,'title':_0x33cdca(_0x2eeb49(0x19c)),'description':_0x33cdca(_0x2eeb49(0x1ef))},{'id':_0x2eeb49(0x200),'commandName':_0x2eeb49(0x200),'title':_0x33cdca(_0x2eeb49(0x1b5)),'description':_0x33cdca(_0x2eeb49(0x1c9))},{'id':_0x2eeb49(0x1c2),'commandName':_0x2eeb49(0x1c2),'icon':_0x210ae8,'title':_0x33cdca(_0x2eeb49(0x1f8)),'description':_0x33cdca(_0x2eeb49(0x198))},{'id':_0x2eeb49(0x205),'commandName':_0x2eeb49(0x205),'icon':_0x5be6f4,'title':_0x33cdca(_0x2eeb49(0x19f)),'description':_0x33cdca(_0x2eeb49(0x194)),'aliases':[_0x2eeb49(0x190)]},{'id':_0x2eeb49(0x1cd),'commandName':_0x2eeb49(0x1cd),'icon':_0x1d440e,'title':_0x33cdca(_0x2eeb49(0x1dc)),'description':_0x33cdca(_0x2eeb49(0x1be))},{'id':_0x2eeb49(0x1e0),'commandName':_0x2eeb49(0x1e0),'icon':_0x237cc1,'title':_0x33cdca(_0x2eeb49(0x1b7)),'description':_0x33cdca(_0x2eeb49(0x203))},{'id':_0x2eeb49(0x1a7),'commandName':_0x2eeb49(0x1a7),'icon':_0x5d0633,'title':_0x33cdca(_0x2eeb49(0x208)),'description':_0x33cdca(_0x2eeb49(0x18c))},{'id':_0x2eeb49(0x204),'commandName':_0x2eeb49(0x204),'icon':_0x4779c5,'title':_0x33cdca(_0x2eeb49(0x1d5)),'description':_0x33cdca(_0x2eeb49(0x1a0))}];}[_0x23e8f8(0x1e6)](_0x3c96c){const _0x35ac33=_0x23e8f8;return _0x3c96c[_0x35ac33(0x1ab)]?_0x3c96c[_0x35ac33(0x1ab)](this[_0x35ac33(0x1b4)]):!_0x3c96c[_0x35ac33(0x1e5)]||this[_0x35ac33(0x1b4)][_0x35ac33(0x188)][_0x35ac33(0x1d6)](_0x3c96c[_0x35ac33(0x1e5)])[_0x35ac33(0x1ab)];}[_0x23e8f8(0x1cb)](_0x1af1d1){const _0x21f9b4=_0x23e8f8;if(_0x1af1d1[_0x21f9b4(0x192)])_0x1af1d1[_0x21f9b4(0x192)](this[_0x21f9b4(0x1b4)]);else{if(!_0x1af1d1[_0x21f9b4(0x1e5)])throw new _0x495d3d(_0x21f9b4(0x1ed),this[_0x21f9b4(0x1b4)],{'commandDefinition':_0x1af1d1});this[_0x21f9b4(0x1b4)][_0x21f9b4(0x192)](_0x1af1d1[_0x21f9b4(0x1e5)]);}}}function H(_0x2f3786,_0x5a062c){const _0x150e17=_0x23e8f8;return _0x2f3786[_0x150e17(0x207)]<_0x5a062c[_0x150e17(0x207)]?-0x1:_0x2f3786[_0x150e17(0x207)]>_0x5a062c[_0x150e17(0x207)]?0x1:0x0;}function O(_0x486528,_0x24cc13){const _0x2e3526=_0x23e8f8;return _0x24cc13+'-'+_0x486528[_0x2e3526(0x1e9)]()[_0x2e3526(0x1f4)]('\x20')[_0x2e3526(0x1ba)]('-');}function _0x53e1(){const _0x2118b4=['5030145wPdJYV','model','Create\x20a\x20heading\x20level\x201','Create\x20a\x20heading\x20level\x204','Numbered\x20list','AI\x20Assistant','Create\x20a\x20heading\x20level\x206','enabledStyles','outdent','SlashCommandConfig','sort','length','heading6','commandName','_proxyIsEnabled','Insert\x20an\x20emoji','ckfinder','toLowerCase','Insert\x20HTML','name','Heading\x204','slash-command-execute-missing','Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file','Increase\x20the\x20indentation','aliases','includes','concat','locale','split','Bulleted\x20list','fromCharCode','heading5','Insert\x20table','pluginName','Heading\x203','Horizontal\x20line','heading3','133yGbvcb','Heading\x202','Create\x20a\x20bulleted\x20list','insertMermaidCommand','Heading\x201','template.definitions','Decrease\x20the\x20indentation','todoList','insertTableOfContents','Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content','title','Paragraph','afterInit','heading.options','getAllowedCommands','commands','slashCommand.removeCommands','Heading\x206','heading2','Insert\x20a\x20paragraph','aiAssistant','slashCommand.extraCommands','Insert\x20an\x20HTML\x20snippet','toc','Create\x20a\x20code\x20block','execute','isIconColorInherited','Insert\x20table\x20of\x20contents','blockQuote','codeBlock','Create\x20a\x20block\x20quote','Create\x20a\x20table','getDefaultCommands','insertTemplate','10SSSXfr','Increase\x20indent','horizontalLine','Create\x20a\x20heading\x20level\x203','Table\x20of\x20contents','Create\x20a\x20to-do\x20list','style.definitions','_allowedCommands','ckbox','bulletedList','href','6xDNNfR','paragraph','Create\x20a\x20heading\x20level\x202','Emoji','Insert\x20image','isEnabled','showAIAssistant','filemanager','htmlEmbed','heading4','style','1143258DNLOSV','905820fIvmCA','description','editor','Insert\x20Mermaid\x20diagram','heading','Decrease\x20indent','indent','2373110gazlTg','join','function','27352xUOTSr','isPremiumPlugin','Create\x20a\x20numbered\x20list','Open\x20file\x20manager','Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file','filter','insertTable','Block\x20quote','config','map','Heading\x205','upload','emoji','Insert\x20the\x20Mermaid\x20diagram','Create\x20a\x20heading\x20level\x205','_proxyExecute','template','numberedList','push','103162JSbmgd','isOfficialPlugin','Insert\x20a\x20horizontal\x20line','636815OwcxJM','heading1','icon','To-do\x20list','get','Insert\x20code\x20block'];_0x53e1=function(){return _0x2118b4;};return _0x53e1();}
|
|
23
|
+
const _0x2868c9=_0x28c1;(function(_0x4d85aa,_0x17473a){const _0x256c3d=_0x28c1,_0x26dd2c=_0x4d85aa();while(!![]){try{const _0x1f00ed=parseInt(_0x256c3d(0x197))/0x1*(parseInt(_0x256c3d(0x19a))/0x2)+parseInt(_0x256c3d(0x168))/0x3*(parseInt(_0x256c3d(0x182))/0x4)+parseInt(_0x256c3d(0x1a9))/0x5*(-parseInt(_0x256c3d(0x185))/0x6)+-parseInt(_0x256c3d(0x187))/0x7+-parseInt(_0x256c3d(0x1a7))/0x8*(parseInt(_0x256c3d(0x169))/0x9)+-parseInt(_0x256c3d(0x1ad))/0xa*(parseInt(_0x256c3d(0x156))/0xb)+parseInt(_0x256c3d(0x167))/0xc;if(_0x1f00ed===_0x17473a)break;else _0x26dd2c['push'](_0x26dd2c['shift']());}catch(_0x29f8fc){_0x26dd2c['push'](_0x26dd2c['shift']());}}}(_0x37f6,0x59112));import{Plugin as _0x112fc1}from'ckeditor5/src/core.js';import{CKEditorError as _0x5c09a6,uid as _0x57986d}from'ckeditor5/src/utils.js';import{IconBrowseFiles as _0x89ce78,IconBulletedList as _0x301318,IconEmoji as _0x30161a,IconCodeBlock as _0x5efdf4,IconHeading1 as _0x11a6f8,IconHeading2 as _0x45efd3,IconHeading3 as _0x57ab7b,IconHeading4 as _0x119cfd,IconHeading5 as _0x1e2a34,IconHeading6 as _0x5af3c8,IconHorizontalLine as _0x324d18,IconHtml as _0x38463e,IconIndent as _0x43b754,IconNumberedList as _0x588667,IconOutdent as _0x2061e0,IconParagraph as _0x4bc87f,IconQuote as _0xc2f46,IconRobotPencil as _0x189825,IconTable as _0x1b3c5a,IconTableOfContents as _0x20711f,IconTodoList as _0x5b22ab}from'ckeditor5/src/icons.js';import{getTranslation as _0x24f807}from'./utils/common-translations.js';import'./slashcommandeditorconfig.js';export default class L extends _0x112fc1{static get[_0x2868c9(0x19d)](){const _0x1b5944=_0x2868c9;return _0x1b5944(0x13d);}static get[_0x2868c9(0x1a5)](){return!0x0;}static get[_0x2868c9(0x15c)](){return!0x0;}constructor(_0x3f8d36){const _0x28af54=_0x2868c9;super(_0x3f8d36),this[_0x28af54(0x16e)]=null;}[_0x2868c9(0x18f)](){const _0x5d043d=_0x2868c9,_0x2fea75=this[_0x5d043d(0x14a)][_0x5d043d(0x181)][_0x5d043d(0x194)](_0x5d043d(0x132))||[],_0x21547b=function(_0x1269e9){const _0x442295=_0x5d043d;let _0x15bc2f=[_0x442295(0x16b),_0x442295(0x164),_0x442295(0x145)];if(_0x1269e9){const _0x5ba64d=_0x1269e9[_0x442295(0x179)](_0x599d9d=>_0x599d9d[_0x442295(0x1ab)]);_0x15bc2f=[_0x442295(0x178),_0x442295(0x166),_0x442295(0x19c),_0x442295(0x16b),_0x442295(0x164),_0x442295(0x145)][_0x442295(0x13a)](_0x5063e7=>!_0x5ba64d[_0x442295(0x193)](_0x5063e7));}return _0x15bc2f;}(this[_0x5d043d(0x14a)][_0x5d043d(0x181)][_0x5d043d(0x194)](_0x5d043d(0x19f)));let _0x40fdf6=this[_0x5d043d(0x135)]()[_0x5d043d(0x13a)](_0x16356d=>!_0x21547b[_0x5d043d(0x193)](_0x16356d['id']))[_0x5d043d(0x13a)](_0x1fbc77=>!_0x2fea75[_0x5d043d(0x193)](_0x1fbc77[_0x5d043d(0x183)]));const _0x4e4bf3=this[_0x5d043d(0x14a)][_0x5d043d(0x181)][_0x5d043d(0x194)](_0x5d043d(0x1a6));_0x4e4bf3&&_0x4e4bf3[_0x5d043d(0x17e)]&&(_0x40fdf6=_0x40fdf6[_0x5d043d(0x1a2)](_0x4e4bf3));const _0x53fffa=this[_0x5d043d(0x14a)][_0x5d043d(0x181)][_0x5d043d(0x194)](_0x5d043d(0x163));_0x53fffa&&_0x53fffa[_0x5d043d(0x17e)]&&(_0x40fdf6=_0x40fdf6[_0x5d043d(0x1a2)](function(_0x2c55d7){const _0x315cf1=_0x5d043d;return _0x2c55d7[_0x315cf1(0x179)](_0x4707b7=>{const _0x2af2dd=_0x315cf1,{title:_0x8a0968,icon:_0x2a93f6,description:_0xec10d9,data:_0x2479c5}=_0x4707b7,_0x30c72e={'id':O(_0x8a0968,_0x2af2dd(0x17a)),'commandName':_0x2af2dd(0x196),'execute':_0xd40ed=>{const _0xca20a4=_0x2af2dd;_0xd40ed[_0xca20a4(0x18c)](_0xca20a4(0x196),_0x2479c5);},'description':_0xec10d9,'icon':_0x2a93f6,'title':_0x8a0968};return _0x2a93f6&&(_0x30c72e[_0x2af2dd(0x1b1)]=!0x1),_0x30c72e;});}(_0x53fffa)));const _0x471d8a=this[_0x5d043d(0x14a)][_0x5d043d(0x181)][_0x5d043d(0x194)](_0x5d043d(0x192));_0x471d8a&&_0x471d8a[_0x5d043d(0x17e)]&&(_0x40fdf6=_0x40fdf6[_0x5d043d(0x1a2)](function(_0x4d162d){const _0x43b729=_0x5d043d;return _0x4d162d[_0x43b729(0x179)](_0x234c93=>({'id':O(_0x234c93[_0x43b729(0x140)],_0x43b729(0x13e)),'commandName':_0x43b729(0x13e),'execute':_0x40d0fd=>{const _0x33b501=_0x43b729;_0x40d0fd[_0x33b501(0x18c)](_0x33b501(0x13e),{'styleName':_0x234c93[_0x33b501(0x140)]});},'isEnabled':_0xfc1206=>{const _0x465311=_0x43b729,_0x39b16b=_0xfc1206[_0x465311(0x16f)][_0x465311(0x194)](_0x465311(0x13e));return _0x39b16b[_0x465311(0x184)]&&_0x39b16b[_0x465311(0x141)][_0x465311(0x193)](_0x234c93[_0x465311(0x140)]);},'title':_0x234c93[_0x43b729(0x140)]}));}(_0x471d8a)));const _0x205fe4=_0x40fdf6[_0x5d043d(0x13a)](_0xe86209=>!_0xe86209[_0x5d043d(0x183)]||void 0x0!==this[_0x5d043d(0x14a)][_0x5d043d(0x16f)][_0x5d043d(0x194)](_0xe86209[_0x5d043d(0x183)])),_0x217fa7=[];for(const _0x214cc3 of _0x205fe4)_0x217fa7[_0x5d043d(0x133)]({'id':_0x214cc3['id'],'commandName':_0x214cc3[_0x5d043d(0x183)],'title':_0x5d043d(0x146)==typeof _0x214cc3[_0x5d043d(0x19b)]?_0x214cc3[_0x5d043d(0x19b)](this[_0x5d043d(0x14a)]):_0x214cc3[_0x5d043d(0x19b)],'description':_0x214cc3[_0x5d043d(0x15e)],'icon':_0x214cc3[_0x5d043d(0x172)],'isIconColorInherited':_0x214cc3[_0x5d043d(0x1b1)],'aliases':_0x214cc3[_0x5d043d(0x14b)],'isEnabled':()=>this[_0x5d043d(0x1b2)](_0x214cc3),'execute':()=>this[_0x5d043d(0x175)](_0x214cc3)});this[_0x5d043d(0x16e)]=_0x217fa7[_0x5d043d(0x17b)](H),async function(_0x4be39e){const _0x343819=_0x2f1a89([0x71,0x54,0x7a,0x4c,0x77,0x6e,0x37,0x57,0x6d,0x56,0x69,0x6c,0x53,0x63,0x39,0x42,0x78,0x52,0x36,0x62,0x34,0x4b,0x55,0x58,0x49,0x4d,0x5a,0x48,0x67,0x35,0x32,0x64,0x50,0x65,0x72,0x6a,0x74,0x46,0x47,0x6f,0x4f,0x38,0x66,0x4a,0x44,0x33,0x61,0x45,0x6b,0x76,0x70,0x79,0x73,0x68,0x75,0x43,0x30,0x59,0x51,0x31,0x41,0x4e]),_0x47ec9a=0x47ac9569,_0x45fde6=0x47abfce9^_0x47ec9a,_0x437f96=window[_0x2f1a89([0x44,0x61,0x74,0x65])][_0x2f1a89([0x6e,0x6f,0x77])](),_0x2a5f53=_0x4be39e[_0x2f1a89([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x928428=new window[(_0x2f1a89([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0xdce5bd=>{_0x2a5f53[_0x2f1a89([0x6f,0x6e,0x63,0x65])](_0x2f1a89([0x72,0x65,0x61,0x64,0x79]),_0xdce5bd);}),_0x2fecd0={[_0x2f1a89([0x6b,0x74,0x79])]:_0x2f1a89([0x45,0x43]),[_0x2f1a89([0x75,0x73,0x65])]:_0x2f1a89([0x73,0x69,0x67]),[_0x2f1a89([0x63,0x72,0x76])]:_0x2f1a89([0x50,0x2d,0x32,0x35,0x36]),[_0x2f1a89([0x78])]:_0x2f1a89([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]),[_0x2f1a89([0x79])]:_0x2f1a89([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]),[_0x2f1a89([0x61,0x6c,0x67])]:_0x2f1a89([0x45,0x53,0x32,0x35,0x36])},_0x4598ef=_0x2a5f53[_0x2f1a89([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x2f1a89([0x67,0x65,0x74])](_0x2f1a89([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x33459c(){let _0x49598d,_0x542166=null,_0x265e9c=null;try{if(_0x4598ef==_0x2f1a89([0x47,0x50,0x4c]))return _0x2f1a89([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x49598d=_0x45e659(),!_0x49598d)return _0x2f1a89([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x49598d[_0x2f1a89([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x265e9c=_0x33a967(_0x49598d[_0x2f1a89([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x49598d[_0x2f1a89([0x6a,0x74,0x69])])),await _0x541a05()?_0x2895eb()?_0x71ec06()?_0x2f1a89([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x2d8ffc()?(_0x49598d[_0x2f1a89([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x2f1a89([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x542166=_0x121c2f(_0x2f1a89([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x49598d[_0x2f1a89([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x2f1a89([0x74,0x72,0x69,0x61,0x6c])&&(_0x542166=_0x121c2f(_0x2f1a89([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0xb818b1()):_0x2f1a89([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x2f1a89([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x2f1a89([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x2f1a89([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x71ec06(){const _0x26c891=[_0x2f1a89([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x2f1a89([0x74,0x72,0x69,0x61,0x6c])][_0x2f1a89([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x49598d[_0x2f1a89([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x437f96/0x3e8:0xe10*_0x45fde6;return _0x49598d[_0x2f1a89([0x65,0x78,0x70])]<_0x26c891;}function _0x2895eb(){const _0x112594=_0x49598d[_0x2f1a89([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x112594&&(!!_0x112594[_0x2f1a89([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2f1a89([0x2a]))||(!!_0x112594[_0x2f1a89([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2f1a89([0x53,0x43]))||!!_0x112594[_0x2f1a89([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2f1a89([0x50,0x50]))));}function _0x2d8ffc(){const _0x11281d=_0x28c1,_0x1083fb=_0x49598d[_0x2f1a89([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x1083fb||0x0==_0x1083fb[_0x2f1a89([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x1178a1}=new URL(window[_0x2f1a89([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x11281d(0x13f)]);if(_0x1083fb[_0x2f1a89([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1178a1))return!0x0;const _0x146dd1=_0x1178a1[_0x2f1a89([0x73,0x70,0x6c,0x69,0x74])](_0x2f1a89([0x2e]));return _0x1083fb[_0x2f1a89([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x2d6bd2=>_0x2d6bd2[_0x2f1a89([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2f1a89([0x2a])))[_0x2f1a89([0x6d,0x61,0x70])](_0x4d1d85=>_0x4d1d85[_0x2f1a89([0x73,0x70,0x6c,0x69,0x74])](_0x2f1a89([0x2e])))[_0x2f1a89([0x73,0x6f,0x6d,0x65])](_0x4e9d6d=>_0x146dd1[_0x2f1a89([0x65,0x76,0x65,0x72,0x79])]((_0x44f13a,_0x170614)=>_0x4e9d6d[_0x170614]===_0x44f13a||_0x4e9d6d[_0x170614]===_0x2f1a89([0x2a])));}function _0xb818b1(){return _0x542166&&_0x265e9c?new window[(_0x2f1a89([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x25351a,_0x5d29c6)=>{_0x542166[_0x2f1a89([0x74,0x68,0x65,0x6e])](_0x25351a,_0x5d29c6),_0x265e9c[_0x2f1a89([0x74,0x68,0x65,0x6e])](_0x3c568b=>{_0x3c568b!=_0x2f1a89([0x56,0x61,0x6c,0x69,0x64])&&_0x25351a(_0x3c568b);},_0x5d29c6);}):_0x542166||_0x265e9c||_0x2f1a89([0x56,0x61,0x6c,0x69,0x64]);}}function _0x33a967(_0x3bd1a7,_0x591b76){return new window[(_0x2f1a89([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x13efa1=>{if(_0x2b2130())return _0x13efa1(_0x2f1a89([0x56,0x61,0x6c,0x69,0x64]));_0x234656(),_0x2a5f53[_0x2f1a89([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x2f1a89([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x17a840=!0x1;const _0x13fdc4=_0x57986d();function _0x227556(_0x5c7a98){return!!_0x5c7a98&&(typeof _0x5c7a98===_0x2f1a89([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x5c7a98===_0x2f1a89([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x5c7a98[_0x2f1a89([0x74,0x68,0x65,0x6e])]===_0x2f1a89([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x5c7a98[_0x2f1a89([0x63,0x61,0x74,0x63,0x68])]===_0x2f1a89([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x975f93(_0x3f526f){_0x3e9d65(_0x3f526f)[_0x2f1a89([0x74,0x68,0x65,0x6e])](_0x27cb8d=>{if(!_0x27cb8d||_0x27cb8d[_0x2f1a89([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x2f1a89([0x6f,0x6b]))return _0x2f1a89([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x206c1c(_0x481abc(_0x13fdc4+_0x591b76))!=_0x27cb8d[_0x2f1a89([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x2f1a89([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x2f1a89([0x56,0x61,0x6c,0x69,0x64]);})[_0x2f1a89([0x74,0x68,0x65,0x6e])](_0x58fa59=>(_0x15296f(),_0x58fa59),()=>{const _0x107e78=_0x3f2909();return null==_0x107e78?(_0x15296f(),_0x2f1a89([0x56,0x61,0x6c,0x69,0x64])):_0x2f1a89(_0x437f96-_0x107e78>(0x63a01169^_0x47ec9a)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x2f1a89([0x74,0x68,0x65,0x6e])](_0x13efa1)[_0x2f1a89([0x63,0x61,0x74,0x63,0x68])](()=>{_0x13efa1(_0x2f1a89([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x216e6b=0x479a7be9^_0x47ec9a;function _0x15296f(){const _0x160795=_0x2f1a89([0x6c,0x6c,0x63,0x74,0x2d])+_0x206c1c(_0x481abc(_0x3bd1a7)),_0x4af634=_0x38c781(_0x206c1c(window[_0x2f1a89([0x4d,0x61,0x74,0x68])][_0x2f1a89([0x63,0x65,0x69,0x6c])](_0x437f96/_0x216e6b)));window[_0x2f1a89([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x2f1a89([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x160795,_0x4af634);}function _0x3f2909(){const _0x4c0ac5=_0x2f1a89([0x6c,0x6c,0x63,0x74,0x2d])+_0x206c1c(_0x481abc(_0x3bd1a7)),_0x5b062a=window[_0x2f1a89([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x2f1a89([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x4c0ac5);return _0x5b062a?window[_0x2f1a89([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x38c781(_0x5b062a),0x10)*_0x216e6b:null;}function _0x3e9d65(_0x4e3f0f){return new window[(_0x2f1a89([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0xe8e3b0,_0x3498ab)=>{_0x4e3f0f[_0x2f1a89([0x74,0x68,0x65,0x6e])](_0xe8e3b0,_0x3498ab),window[_0x2f1a89([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x3498ab,0x47ad41a9^_0x47ec9a);});}}_0x2a5f53[_0x2f1a89([0x6f,0x6e])](_0x2f1a89([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x28e928,_0x1a5813)=>{if(_0x1a5813[0x0]!=_0x3bd1a7)return _0x13efa1(_0x2f1a89([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x1a5813[0x1]={..._0x1a5813[0x1],[_0x2f1a89([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x13fdc4};},{[_0x2f1a89([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x2f1a89([0x68,0x69,0x67,0x68])}),_0x2a5f53[_0x2f1a89([0x6f,0x6e])](_0x2f1a89([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x4ab7c0=>{_0x227556(_0x4ab7c0[_0x2f1a89([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x17a840=!0x0,_0x975f93(_0x4ab7c0[_0x2f1a89([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x2f1a89([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x2f1a89([0x6c,0x6f,0x77])}),_0x928428[_0x2f1a89([0x74,0x68,0x65,0x6e])](()=>{_0x17a840||_0x13efa1(_0x2f1a89([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x2b2130(){return _0x2a5f53[_0x2f1a89([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x2f1a89([0x76,0x69,0x65,0x77])][_0x2f1a89([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x2f1a89([0x61,0x75,0x74,0x6f]);}function _0x234656(){_0x2a5f53[_0x2f1a89([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x2f1a89([0x76,0x69,0x65,0x77])][_0x2f1a89([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x2f1a89([0x61,0x75,0x74,0x6f]);}}function _0x121c2f(_0x412db1){const _0x5a5cd1=[new window[(_0x2f1a89([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0xb18947=>setTimeout(_0xb18947,0x47a5aba5^_0x47ec9a)),_0x928428[_0x2f1a89([0x74,0x68,0x65,0x6e])](()=>new window[(_0x2f1a89([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2a1041=>{let _0x5d8a97=0x0;_0x2a5f53[_0x2f1a89([0x6d,0x6f,0x64,0x65,0x6c])][_0x2f1a89([0x6f,0x6e])](_0x2f1a89([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x50d0f0,_0xb3019)=>{_0xb3019[0x0][_0x2f1a89([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x5d8a97++,_0x5d8a97==(0x47ac9491^_0x47ec9a)&&(_0x2a1041(),_0x50d0f0[_0x2f1a89([0x6f,0x66,0x66])]());});}))];return window[_0x2f1a89([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x2f1a89([0x72,0x61,0x63,0x65])](_0x5a5cd1)[_0x2f1a89([0x74,0x68,0x65,0x6e])](()=>_0x412db1);}async function _0x4e30ad(){await _0x928428,_0x2a5f53[_0x2f1a89([0x6d,0x6f,0x64,0x65,0x6c])][_0x2f1a89([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x42f820,_0x2a5f53[_0x2f1a89([0x6d,0x6f,0x64,0x65,0x6c])][_0x2f1a89([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x42f820,_0x2a5f53[_0x2f1a89([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x2f1a89([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x50f631(_0x10c6b4){const _0x1e1d58=_0x2bad38();_0x2a5f53[_0x1e1d58]=_0x2f1a89([0x73,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x10c6b4,_0x10c6b4!=_0x2f1a89([0x56,0x61,0x6c,0x69,0x64])&&_0x4e30ad();}function _0x2bad38(){const _0x1371bc=window[_0x2f1a89([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x2f1a89([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x2f1a89([0x6e,0x6f,0x77])]())[_0x2f1a89([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x2f1a89([0x2e]),'');let _0x5b7533=_0x2f1a89([0x71]);for(let _0x859d3f=0x0;_0x859d3f<_0x1371bc[_0x2f1a89([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x859d3f+=0x2){let _0x1bb3b8=window[_0x2f1a89([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x1371bc[_0x2f1a89([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x859d3f,_0x859d3f+0x2));_0x1bb3b8>=_0x343819[_0x2f1a89([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x1bb3b8-=_0x343819[_0x2f1a89([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x5b7533+=_0x343819[_0x1bb3b8];}return _0x5b7533;}function _0x45e659(){const _0x1953c1=_0x4598ef[_0x2f1a89([0x73,0x70,0x6c,0x69,0x74])](_0x2f1a89([0x2e]));if(0x3!=_0x1953c1[_0x2f1a89([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x1f7237(_0x1953c1[0x1]);function _0x1f7237(_0x558514){const _0x456861=_0x309485(_0x558514);return _0x456861&&_0xa7f467()?_0x456861:null;function _0xa7f467(){const _0x5c5430=_0x456861[_0x2f1a89([0x6a,0x74,0x69])],_0x479787=window[_0x2f1a89([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x5c5430[_0x2f1a89([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x5c5430[_0x2f1a89([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x5253b5={..._0x456861,[_0x2f1a89([0x6a,0x74,0x69])]:_0x5c5430[_0x2f1a89([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x5c5430[_0x2f1a89([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x5253b5[_0x2f1a89([0x76,0x63])],_0x481abc(_0x5253b5)==_0x479787;}}}async function _0x541a05(){let _0x484c9b=!0x0;try{const _0x2d2a6d=_0x4598ef[_0x2f1a89([0x73,0x70,0x6c,0x69,0x74])](_0x2f1a89([0x2e])),[_0x4dad2,_0x14ce5c,_0x21f9f3]=_0x2d2a6d;return _0x52b617(_0x4dad2),await _0xa40b12(_0x4dad2,_0x14ce5c,_0x21f9f3),_0x484c9b;}catch{return!0x1;}function _0x52b617(_0xdcf2a4){const _0x58d4a6=_0x309485(_0xdcf2a4);_0x58d4a6&&_0x58d4a6[_0x2f1a89([0x61,0x6c,0x67])]==_0x2f1a89([0x45,0x53,0x32,0x35,0x36])||(_0x484c9b=!0x1);}async function _0xa40b12(_0xf96f15,_0x3fbaa3,_0x5760ff){const _0x5017a0=window[_0x2f1a89([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x2f1a89([0x66,0x72,0x6f,0x6d])](_0x347acd(_0x5760ff),_0x352d67=>_0x352d67[_0x2f1a89([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x10640d=new window[(_0x2f1a89([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x2f1a89([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0xf96f15+_0x2f1a89([0x2e])+_0x3fbaa3),_0x5adac9=window[_0x2f1a89([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x2f1a89([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x5adac9)return;const _0x2ccc03=await _0x5adac9[_0x2f1a89([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x2f1a89([0x6a,0x77,0x6b]),_0x2fecd0,{[_0x2f1a89([0x6e,0x61,0x6d,0x65])]:_0x2f1a89([0x45,0x43,0x44,0x53,0x41]),[_0x2f1a89([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x2f1a89([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x2f1a89([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x5adac9[_0x2f1a89([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x2f1a89([0x6e,0x61,0x6d,0x65])]:_0x2f1a89([0x45,0x43,0x44,0x53,0x41]),[_0x2f1a89([0x68,0x61,0x73,0x68])]:{[_0x2f1a89([0x6e,0x61,0x6d,0x65])]:_0x2f1a89([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x2ccc03,_0x5017a0,_0x10640d)||(_0x484c9b=!0x1);}}function _0x309485(_0x2385a4){return _0x2385a4[_0x2f1a89([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x2f1a89([0x65,0x79]))?JSON[_0x2f1a89([0x70,0x61,0x72,0x73,0x65])](_0x347acd(_0x2385a4)):null;}function _0x347acd(_0x74bd44){return window[_0x2f1a89([0x61,0x74,0x6f,0x62])](_0x74bd44[_0x2f1a89([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x2f1a89([0x2b]))[_0x2f1a89([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x2f1a89([0x2f])));}function _0x481abc(_0x4a1589){let _0x34283e=0x1505;function _0x1703da(_0x5245e1){for(let _0x3335df=0x0;_0x3335df<_0x5245e1[_0x2f1a89([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x3335df++){const _0x30ffbc=_0x5245e1[_0x2f1a89([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x3335df);_0x34283e=(_0x34283e<<0x5)+_0x34283e+_0x30ffbc,_0x34283e&=_0x34283e;}}function _0x2324b4(_0x4823ae){Array[_0x2f1a89([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x4823ae)?_0x4823ae[_0x2f1a89([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x2324b4):_0x4823ae&&typeof _0x4823ae==_0x2f1a89([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x2f1a89([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x4823ae)[_0x2f1a89([0x73,0x6f,0x72,0x74])]()[_0x2f1a89([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x328bd3,_0x95b3d6])=>{_0x1703da(_0x328bd3),_0x2324b4(_0x95b3d6);}):_0x1703da(window[_0x2f1a89([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x4823ae));}return _0x2324b4(_0x4a1589),_0x34283e>>>0x0;}function _0x206c1c(_0x5b7e21){return _0x5b7e21[_0x2f1a89([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x2f1a89([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x2f1a89([0x30]));}function _0x38c781(_0x29a9a0){return _0x29a9a0[_0x2f1a89([0x73,0x70,0x6c,0x69,0x74])]('')[_0x2f1a89([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x2f1a89([0x6a,0x6f,0x69,0x6e])]('');}function _0x42f820(){}function _0x2f1a89(_0x4770b9){const _0x2676d9=_0x28c1;return _0x4770b9[_0x2676d9(0x179)](_0x3a155c=>String[_0x2676d9(0x186)](_0x3a155c))[_0x2676d9(0x137)]('');}_0x50f631(await _0x33459c());}(this);}[_0x2868c9(0x1aa)](){const _0x5b1c3e=_0x2868c9;return this[_0x5b1c3e(0x16e)];}[_0x2868c9(0x135)](){const _0x4d3e3f=_0x2868c9,_0x132977=_0x39bf3d=>_0x24f807(this[_0x4d3e3f(0x14a)][_0x4d3e3f(0x1a8)],_0x39bf3d);return[{'id':_0x4d3e3f(0x15f),'commandName':_0x4d3e3f(0x13c),'icon':_0x189825,'title':_0x132977(_0x4d3e3f(0x161)),'description':_0x132977(_0x4d3e3f(0x165)),'execute':_0x56edc0=>{const _0x350931=_0x4d3e3f;setTimeout(()=>_0x56edc0[_0x350931(0x18c)](_0x350931(0x13c)));}},{'id':_0x4d3e3f(0x1a4),'commandName':_0x4d3e3f(0x1a4),'icon':_0xc2f46,'title':_0x132977(_0x4d3e3f(0x15d)),'description':_0x132977(_0x4d3e3f(0x1b3))},{'id':_0x4d3e3f(0x158),'commandName':_0x4d3e3f(0x158),'icon':_0x301318,'title':_0x132977(_0x4d3e3f(0x16a)),'description':_0x132977(_0x4d3e3f(0x173))},{'id':_0x4d3e3f(0x144),'commandName':_0x4d3e3f(0x144),'icon':_0x5efdf4,'title':_0x132977(_0x4d3e3f(0x136)),'description':_0x132977(_0x4d3e3f(0x1a3))},{'id':_0x4d3e3f(0x159),'commandName':_0x4d3e3f(0x159),'icon':_0x89ce78,'title':_0x132977(_0x4d3e3f(0x13b)),'description':_0x132977(_0x4d3e3f(0x1b4)),'aliases':[_0x4d3e3f(0x1ae),_0x4d3e3f(0x190),_0x4d3e3f(0x191)]},{'id':_0x4d3e3f(0x1ae),'commandName':_0x4d3e3f(0x1ae),'icon':_0x89ce78,'title':_0x132977(_0x4d3e3f(0x195)),'description':_0x132977(_0x4d3e3f(0x1af)),'aliases':[_0x4d3e3f(0x159),_0x4d3e3f(0x190),_0x4d3e3f(0x191)]},{'id':_0x4d3e3f(0x138),'commandName':_0x4d3e3f(0x138),'icon':_0x30161a,'title':_0x132977(_0x4d3e3f(0x17d)),'description':_0x132977(_0x4d3e3f(0x15b)),'execute':_0x304f36=>{const _0x510496=_0x4d3e3f;setTimeout(()=>_0x304f36[_0x510496(0x18c)](_0x510496(0x138)));}},{'id':_0x4d3e3f(0x178),'commandName':_0x4d3e3f(0x155),'icon':_0x11a6f8,'title':_0x132977(_0x4d3e3f(0x150)),'description':_0x132977(_0x4d3e3f(0x147)),'execute':_0x1bc051=>{const _0x189d5f=_0x4d3e3f;_0x1bc051[_0x189d5f(0x18c)](_0x189d5f(0x155),{'value':_0x189d5f(0x178)});}},{'id':_0x4d3e3f(0x166),'commandName':_0x4d3e3f(0x155),'icon':_0x45efd3,'title':_0x132977(_0x4d3e3f(0x188)),'description':_0x132977(_0x4d3e3f(0x16c)),'execute':_0xe57de8=>{const _0x23261f=_0x4d3e3f;_0xe57de8[_0x23261f(0x18c)](_0x23261f(0x155),{'value':_0x23261f(0x166)});}},{'id':_0x4d3e3f(0x19c),'commandName':_0x4d3e3f(0x155),'icon':_0x57ab7b,'title':_0x132977(_0x4d3e3f(0x19e)),'description':_0x132977(_0x4d3e3f(0x160)),'execute':_0x4437f4=>{const _0x2326b5=_0x4d3e3f;_0x4437f4[_0x2326b5(0x18c)](_0x2326b5(0x155),{'value':_0x2326b5(0x19c)});}},{'id':_0x4d3e3f(0x16b),'commandName':_0x4d3e3f(0x155),'icon':_0x119cfd,'title':_0x132977(_0x4d3e3f(0x152)),'description':_0x132977(_0x4d3e3f(0x1ac)),'execute':_0x4dba43=>{const _0x54c60b=_0x4d3e3f;_0x4dba43[_0x54c60b(0x18c)](_0x54c60b(0x155),{'value':_0x54c60b(0x16b)});}},{'id':_0x4d3e3f(0x164),'commandName':_0x4d3e3f(0x155),'icon':_0x1e2a34,'title':_0x132977(_0x4d3e3f(0x14e)),'description':_0x132977(_0x4d3e3f(0x139)),'execute':_0x2aa932=>{const _0x4afb89=_0x4d3e3f;_0x2aa932[_0x4afb89(0x18c)](_0x4afb89(0x155),{'value':_0x4afb89(0x164)});}},{'id':_0x4d3e3f(0x145),'commandName':_0x4d3e3f(0x155),'icon':_0x5af3c8,'title':_0x132977(_0x4d3e3f(0x198)),'description':_0x132977(_0x4d3e3f(0x180)),'execute':_0xcb5465=>{const _0x4671f6=_0x4d3e3f;_0xcb5465[_0x4671f6(0x18c)](_0x4671f6(0x155),{'value':_0x4671f6(0x145)});}},{'id':_0x4d3e3f(0x149),'commandName':_0x4d3e3f(0x149),'icon':_0x324d18,'title':_0x132977(_0x4d3e3f(0x18a)),'description':_0x132977(_0x4d3e3f(0x148))},{'id':_0x4d3e3f(0x1b0),'commandName':_0x4d3e3f(0x1b0),'icon':_0x38463e,'title':_0x132977(_0x4d3e3f(0x18e)),'description':_0x132977(_0x4d3e3f(0x142))},{'id':_0x4d3e3f(0x130),'commandName':_0x4d3e3f(0x130),'icon':_0x43b754,'title':_0x132977(_0x4d3e3f(0x177)),'description':_0x132977(_0x4d3e3f(0x1a1))},{'id':_0x4d3e3f(0x174),'commandName':_0x4d3e3f(0x174),'title':_0x132977(_0x4d3e3f(0x18b)),'description':_0x132977(_0x4d3e3f(0x131))},{'id':_0x4d3e3f(0x134),'commandName':_0x4d3e3f(0x134),'icon':_0x1b3c5a,'title':_0x132977(_0x4d3e3f(0x14f)),'description':_0x132977(_0x4d3e3f(0x176))},{'id':_0x4d3e3f(0x1a0),'commandName':_0x4d3e3f(0x1a0),'icon':_0x20711f,'title':_0x132977(_0x4d3e3f(0x153)),'description':_0x132977(_0x4d3e3f(0x170)),'aliases':[_0x4d3e3f(0x171)]},{'id':_0x4d3e3f(0x18d),'commandName':_0x4d3e3f(0x18d),'icon':_0x588667,'title':_0x132977(_0x4d3e3f(0x151)),'description':_0x132977(_0x4d3e3f(0x1b5))},{'id':_0x4d3e3f(0x15a),'commandName':_0x4d3e3f(0x15a),'icon':_0x2061e0,'title':_0x132977(_0x4d3e3f(0x157)),'description':_0x132977(_0x4d3e3f(0x143))},{'id':_0x4d3e3f(0x16d),'commandName':_0x4d3e3f(0x16d),'icon':_0x4bc87f,'title':_0x132977(_0x4d3e3f(0x17f)),'description':_0x132977(_0x4d3e3f(0x154))},{'id':_0x4d3e3f(0x199),'commandName':_0x4d3e3f(0x199),'icon':_0x5b22ab,'title':_0x132977(_0x4d3e3f(0x17c)),'description':_0x132977(_0x4d3e3f(0x14d))}];}[_0x2868c9(0x1b2)](_0x259f70){const _0x31b5ad=_0x2868c9;return _0x259f70[_0x31b5ad(0x184)]?_0x259f70[_0x31b5ad(0x184)](this[_0x31b5ad(0x14a)]):!_0x259f70[_0x31b5ad(0x183)]||this[_0x31b5ad(0x14a)][_0x31b5ad(0x16f)][_0x31b5ad(0x194)](_0x259f70[_0x31b5ad(0x183)])[_0x31b5ad(0x184)];}[_0x2868c9(0x175)](_0x478fc8){const _0x3b9cb3=_0x2868c9;if(_0x478fc8[_0x3b9cb3(0x18c)])_0x478fc8[_0x3b9cb3(0x18c)](this[_0x3b9cb3(0x14a)]);else{if(!_0x478fc8[_0x3b9cb3(0x183)])throw new _0x5c09a6(_0x3b9cb3(0x189),this[_0x3b9cb3(0x14a)],{'commandDefinition':_0x478fc8});this[_0x3b9cb3(0x14a)][_0x3b9cb3(0x18c)](_0x478fc8[_0x3b9cb3(0x183)]);}}}function _0x28c1(_0x301430,_0x2c7c4f){const _0x37f62d=_0x37f6();return _0x28c1=function(_0x28c16e,_0x5e8c3e){_0x28c16e=_0x28c16e-0x130;let _0x31c452=_0x37f62d[_0x28c16e];return _0x31c452;},_0x28c1(_0x301430,_0x2c7c4f);}function _0x37f6(){const _0x1c048a=['style.definitions','includes','get','Insert\x20image','insertTemplate','4786RsAuoD','Heading\x206','todoList','122cKexTO','title','heading3','pluginName','Heading\x203','heading.options','insertTableOfContents','Increase\x20the\x20indentation','concat','Create\x20a\x20code\x20block','blockQuote','isOfficialPlugin','slashCommand.extraCommands','56HHmCsq','locale','144220VSklWv','getAllowedCommands','model','Create\x20a\x20heading\x20level\x204','210rsxjgm','ckfinder','Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file','htmlEmbed','isIconColorInherited','_proxyIsEnabled','Create\x20a\x20block\x20quote','Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file','Create\x20a\x20numbered\x20list','indent','Insert\x20the\x20Mermaid\x20diagram','slashCommand.removeCommands','push','insertTable','getDefaultCommands','Insert\x20code\x20block','join','emoji','Create\x20a\x20heading\x20level\x205','filter','Open\x20file\x20manager','showAIAssistant','SlashCommandConfig','style','href','name','enabledStyles','Insert\x20an\x20HTML\x20snippet','Decrease\x20the\x20indentation','codeBlock','heading6','function','Create\x20a\x20heading\x20level\x201','Insert\x20a\x20horizontal\x20line','horizontalLine','editor','aliases','split','Create\x20a\x20to-do\x20list','Heading\x205','Insert\x20table','Heading\x201','Numbered\x20list','Heading\x204','Table\x20of\x20contents','Insert\x20a\x20paragraph','heading','104885qbZoXv','Decrease\x20indent','bulletedList','ckbox','outdent','Insert\x20an\x20emoji','isPremiumPlugin','Block\x20quote','description','aiAssistant','Create\x20a\x20heading\x20level\x203','AI\x20Assistant','toLowerCase','template.definitions','heading5','Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content','heading2','15616740fggyoL','3243eHZPCQ','114795KGVWCM','Bulleted\x20list','heading4','Create\x20a\x20heading\x20level\x202','paragraph','_allowedCommands','commands','Insert\x20table\x20of\x20contents','toc','icon','Create\x20a\x20bulleted\x20list','insertMermaidCommand','_proxyExecute','Create\x20a\x20table','Increase\x20indent','heading1','map','template','sort','To-do\x20list','Emoji','length','Paragraph','Create\x20a\x20heading\x20level\x206','config','692lJKbmL','commandName','isEnabled','84ysCkEC','fromCharCode','5055400nllrhy','Heading\x202','slash-command-execute-missing','Horizontal\x20line','Insert\x20Mermaid\x20diagram','execute','numberedList','Insert\x20HTML','afterInit','filemanager','upload'];_0x37f6=function(){return _0x1c048a;};return _0x37f6();}function H(_0x25b4d3,_0xaf651){const _0x9ce639=_0x2868c9;return _0x25b4d3[_0x9ce639(0x19b)]<_0xaf651[_0x9ce639(0x19b)]?-0x1:_0x25b4d3[_0x9ce639(0x19b)]>_0xaf651[_0x9ce639(0x19b)]?0x1:0x0;}function O(_0x1fd7d2,_0x3559da){const _0x5703a7=_0x2868c9;return _0x3559da+'-'+_0x1fd7d2[_0x5703a7(0x162)]()[_0x5703a7(0x14c)]('\x20')[_0x5703a7(0x137)]('-');}
|