@ckeditor/ckeditor5-slash-command 46.0.1-alpha.2 → 46.0.1-alpha.3
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:()=>B,SlashCommandConfig:()=>o,SlashCommandEditing:()=>h,SlashCommandUI:()=>j});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-=447]})(e,t)}!function(e){const t=s,n=e();for(;;)try{if(703913===-parseInt(t(562))/1*(-parseInt(t(466))/2)+-parseInt(t(456))/3*(-parseInt(t(493))/4)+-parseInt(t(467))/5+-parseInt(t(523))/6+-parseInt(t(509))/7+-parseInt(t(475))/8+-parseInt(t(575))/9*(-parseInt(t(511))/10))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(d);class o extends e.Plugin{static get[i(536)](){return i(447)}static get[i(477)](){return!0}static get[i(555)](){return!0}constructor(e){const t=i;super(e),this[t(570)]=null}[i(457)](){const e=i,n=this[e(554)][e(492)][e(489)](e(505))||[],a=function(t){const n=e;let a=[n(483),n(472),n(508)];if(t){const e=t[n(538)](e=>e[n(557)]);a=[n(558),n(534),n(501),n(483),n(472),n(508)][n(463)](t=>!e[n(487)](t))}return a}(this[e(554)][e(492)][e(489)](e(516)));let r=this[e(498)]()[e(463)](t=>!a[e(487)](t.id))[e(463)](t=>!n[e(487)](t[e(503)]));const o=this[e(554)][e(492)][e(489)](e(524));o&&o[e(495)]&&(r=r[e(468)](o));const d=this[e(554)][e(492)][e(489)](e(462));d&&d[e(495)]&&(r=r[e(468)](function(t){const n=e;return t[n(538)](e=>{const t=n,{title:a,icon:r,description:i,data:s}=e,o={id:l(a,t(568)),commandName:t(481),execute:e=>{const n=t;e[n(543)](n(481),s)},description:i,icon:r,title:a};return r&&(o[t(486)]=!1),o})}(d)));const u=this[e(554)][e(492)][e(489)](e(529));u&&u[e(495)]&&(r=r[e(468)](function(t){const n=e;return t[n(538)](e=>({id:l(e[n(458)],n(521)),commandName:n(521),execute:t=>{const a=n;t[a(543)](a(521),{styleName:e[a(458)]})},isEnabled:t=>{const a=n,r=t[a(522)][a(489)](a(521));return r[a(546)]&&r[a(535)][a(487)](e[a(458)])},title:e[n(458)]}))}(u)));const m=r[e(463)](t=>!t[e(503)]||void 0!==this[e(554)][e(522)][e(489)](t[e(503)])),p=[];for(const t of m)p[e(551)]({id:t.id,commandName:t[e(503)],title:e(530)==typeof t[e(545)]?t[e(545)](this[e(554)]):t[e(545)],description:t[e(577)],icon:t[e(527)],isIconColorInherited:t[e(486)],aliases:t[e(448)],isEnabled:()=>this[e(517)](t),execute:()=>this[e(482)](t)});this[e(570)]=p[e(515)](c),async function(e){const n=g([112,53,104,65,72,56,88,109,69,119,75,97,120,110,51,55,114,99,74,83,49,77,50,102,48,54,70,78,82,113,101,89,76,117,98,103,111,108,105,67,80,100,73,90,52,84,68,86,118,71,107,121,116,85,81,57,106,122,66,79,115,87]),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(538)](e=>String[t(514)](e))[t(502)]("")}!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([112]);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:1754006400;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(552)]);if(n[g([105,110,99,108,117,100,101,115])](a))return!0;const r=a[g([115,112,108,105,116])](g([46]));return n[g([102,105,108,116,101,114])](e=>e[g([105,110,99,108,117,100,101,115])](g([42])))[g([109,97,112])](e=>e[g([115,112,108,105,116])](g([46])))[g([102,105,108,116,101,114])](e=>e[g([108,101,110,103,116,104])]<=r[g([108,101,110,103,116,104])])[g([109,97,112])](e=>Array(r[g([108,101,110,103,116,104])]-e[g([108,101,110,103,116,104])])[g([102,105,108,108])](e[0]===g([42])?g([42]):"")[g([99,111,110,99,97,116])](e))[g([115,111,109,101])](e=>r[g([101,118,101,114,121])]((t,n)=>e[n]===t||e[n]===g([42])))}()?(e[g([108,105,99,101,110,115,101,84,121,112,101])]==g([101,118,97,108,117,97,116,105,111,110])&&(n=l(g([69,118,97,108,117,97,116,105,111,110,76,105,109,105,116]))),e[g([108,105,99,101,110,115,101,84,121,112,101])]==g([116,114,105,97,108])&&(n=l(g([84,114,105,97,108,76,105,109,105,116]))),await(n&&f?new(window[g([80,114,111,109,105,115,101])])((e,t)=>{n[g([116,104,101,110])](e,t),f[g([116,104,101,110])](t=>{t!=g([86,97,108,105,100])&&e(t)},t)}):n||f||g([86,97,108,105,100]))):g([68,111,109,97,105,110,76,105,109,105,116]):g([78,111,116,65,108,108,111,119,101,100]):g([73,110,118,97,108,105,100])):g([73,110,118,97,108,105,100]))}catch{return g([73,110,118,97,108,105,100])}}())}(this)}[i(561)](){return this[i(570)]}[i(498)](){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(554)][e(476)],t);return[{id:e(454),commandName:e(497),icon:r.IconRobotPencil,title:t(e(569)),description:t(e(573)),execute:t=>{const n=e;setTimeout(()=>t[n(543)](n(497)))}},{id:e(496),commandName:e(496),icon:r.IconQuote,title:t(e(548)),description:t(e(556))},{id:e(531),commandName:e(531),icon:r.IconBulletedList,title:t(e(574)),description:t(e(528))},{id:e(510),commandName:e(510),icon:r.IconCodeBlock,title:t(e(544)),description:t(e(571))},{id:e(471),commandName:e(471),icon:r.IconBrowseFiles,title:t(e(500)),description:t(e(578)),aliases:[e(474),e(532),e(461)]},{id:e(474),commandName:e(474),icon:r.IconBrowseFiles,title:t(e(488)),description:t(e(480)),aliases:[e(471),e(532),e(461)]},{id:e(485),commandName:e(485),icon:r.IconEmoji,title:t(e(566)),description:t(e(499)),execute:t=>{const n=e;setTimeout(()=>t[n(543)](n(485)))}},{id:e(558),commandName:e(560),icon:r.IconHeading1,title:t(e(478)),description:t(e(507)),execute:t=>{const n=e;t[n(543)](n(560),{value:n(558)})}},{id:e(534),commandName:e(560),icon:r.IconHeading2,title:t(e(491)),description:t(e(506)),execute:t=>{const n=e;t[n(543)](n(560),{value:n(534)})}},{id:e(501),commandName:e(560),icon:r.IconHeading3,title:t(e(547)),description:t(e(549)),execute:t=>{const n=e;t[n(543)](n(560),{value:n(501)})}},{id:e(483),commandName:e(560),icon:r.IconHeading4,title:t(e(572)),description:t(e(550)),execute:t=>{const n=e;t[n(543)](n(560),{value:n(483)})}},{id:e(472),commandName:e(560),icon:r.IconHeading5,title:t(e(504)),description:t(e(537)),execute:t=>{const n=e;t[n(543)](n(560),{value:n(472)})}},{id:e(508),commandName:e(560),icon:r.IconHeading6,title:t(e(563)),description:t(e(494)),execute:t=>{const n=e;t[n(543)](n(560),{value:n(508)})}},{id:e(565),commandName:e(565),icon:r.IconHorizontalLine,title:t(e(460)),description:t(e(513))},{id:e(452),commandName:e(452),icon:r.IconHtml,title:t(e(526)),description:t(e(553))},{id:e(464),commandName:e(464),icon:r.IconIndent,title:t(e(541)),description:t(e(479))},{id:e(490),commandName:e(490),title:t(e(539)),description:t(e(470))},{id:e(533),commandName:e(533),icon:r.IconTable,title:t(e(559)),description:t(e(525))},{id:e(520),commandName:e(520),icon:r.IconTableOfContents,title:t(e(450)),description:t(e(540)),aliases:[e(453)]},{id:e(473),commandName:e(473),icon:r.IconNumberedList,title:t(e(455)),description:t(e(465))},{id:e(469),commandName:e(469),icon:r.IconOutdent,title:t(e(518)),description:t(e(512))},{id:e(484),commandName:e(484),icon:r.IconParagraph,title:t(e(542)),description:t(e(459))},{id:e(451),commandName:e(451),icon:r.IconTodoList,title:t(e(564)),description:t(e(567))}]}[i(517)](e){const t=i;return e[t(546)]?e[t(546)](this[t(554)]):!e[t(503)]||this[t(554)][t(522)][t(489)](e[t(503)])[t(546)]}[i(482)](e){const n=i;if(e[n(543)])e[n(543)](this[n(554)]);else{if(!e[n(503)])throw new t.CKEditorError(n(576),this[n(554)],{commandDefinition:e});this[n(554)][n(543)](e[n(503)])}}}function c(e,t){const n=i;return e[n(545)]<t[n(545)]?-1:e[n(545)]>t[n(545)]?1:0}function l(e,t){const n=i;return t+"-"+e[n(449)]()[n(519)](" ")[n(502)]("-")}function d(){const e=["afterInit","name","Insert a paragraph","Horizontal line","upload","template.definitions","filter","indent","Create a numbered list","2ICrFqX","5911810wUtmSt","concat","outdent","Insert the Mermaid diagram","ckbox","heading5","numberedList","ckfinder","11030728tzqwHA","locale","isOfficialPlugin","Heading 1","Increase the indentation","Open file browser to insert an image or a file","insertTemplate","_proxyExecute","heading4","paragraph","emoji","isIconColorInherited","includes","Insert image","get","insertMermaidCommand","Heading 2","config","28GzmZem","Create a heading level 6","length","blockQuote","showAIAssistant","getDefaultCommands","Insert an emoji","Open file manager","heading3","join","commandName","Heading 5","slashCommand.removeCommands","Create a heading level 2","Create a heading level 1","heading6","9662940KYzbUz","codeBlock","30hnTXjJ","Decrease the indentation","Insert a horizontal line","fromCharCode","sort","heading.options","_proxyIsEnabled","Decrease indent","split","insertTableOfContents","style","commands","6635586cuATvA","slashCommand.extraCommands","Create a table","Insert HTML","icon","Create a bulleted list","style.definitions","function","bulletedList","filemanager","insertTable","heading2","enabledStyles","pluginName","Create a heading level 5","map","Insert Mermaid diagram","Insert table of contents","Increase indent","Paragraph","execute","Insert code block","title","isEnabled","Heading 3","Block quote","Create a heading level 3","Create a heading level 4","push","href","Insert an HTML snippet","editor","isPremiumPlugin","Create a block quote","model","heading1","Insert table","heading","getAllowedCommands","1407635PfCvai","Heading 6","To-do list","horizontalLine","Emoji","Create a to-do list","template","AI Assistant","_allowedCommands","Create a code block","Heading 4","Open the AI Assistant to generate content","Bulleted list","10773765CZCYGY","slash-command-execute-missing","description","Open file manager to insert an image or a file","SlashCommandConfig","aliases","toLowerCase","Table of contents","todoList","htmlEmbed","toc","aiAssistant","Numbered list","322533XIVDPY"];return(d=function(){return e})()}const u=p;function m(){const e=["20SKOsIB","getAllowedCommands","isPremiumPlugin","title","2398500rHLBgn","toLowerCase","2zVQmMU","SlashCommandEditing","416FYrpxp","description","10526780BXBiuq","isEnabled","includes","editor","1171290XbCdMH","requires","isOfficialPlugin","600707tjpdAI","getMatchingCommands","21350LNyqEg","push","2644107RJbGVY","4nyMoZP","plugins","3383016fQYQcz","concat","some","filter","aliases","get","SlashCommandConfig","pluginName"];return(m=function(){return e})()}function p(e,t){const n=m();return(p=function(e,t){return n[e-=265]})(e,t)}!function(e){const t=p,n=e();for(;;)try{if(496082===-parseInt(t(282))/1*(parseInt(t(271))/2)+-parseInt(t(286))/3*(parseInt(t(287))/4)+-parseInt(t(279))/5+parseInt(t(289))/6+-parseInt(t(284))/7*(-parseInt(t(273))/8)+-parseInt(t(269))/9*(-parseInt(t(265))/10)+parseInt(t(275))/11)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(m);class h extends e.Plugin{static get[u(296)](){return u(272)}static get[u(281)](){return!0}static get[u(267)](){return!0}static get[u(280)](){return[o]}[u(283)](e){const t=u,n=e&&e[t(270)]();let a=this[t(278)][t(288)][t(294)](t(295))[t(266)]();if(a=a[t(292)](e=>e[t(276)]()),n){const e=[],r=[],i=[],s=[];for(const o of a)o.id[t(270)]()[t(277)](n)?e[t(285)](o):o[t(268)][t(270)]()[t(277)](n)?r[t(285)](o):o[t(293)]&&o[t(293)][t(291)](e=>e[t(270)]()[t(277)](n))?i[t(285)](o):o[t(274)]&&o[t(274)][t(270)]()[t(277)](n)&&s[t(285)](o);a=e[t(290)](r,i,s)}return a}}var f=n(311);const g=I;function I(e,t){const n=b();return(I=function(e,t){return n[e-=165]})(e,t)}function b(){const e=["children","44645FhKnPS","2ODncta","12IbZhhm","add","249808gDqAkh","ck-slash-command-button","isIconColorInherited","span","202155GscANs","isColorInherited","labelView","4BRsScm","241330aSwyFs","div","title","3153934rWlrtT","set","36FFjcbG","iconView","render","2037838bweQBA","textPartView","setTemplate","4840236yKyyIW","description","ck-slash-command-button__text-part","ck-slash-command-button__description","10BbmzuQ","_createTextPartView","icon"];return(b=function(){return e})()}!function(e){const t=I,n=e();for(;;)try{if(339718===parseInt(t(174))/1*(parseInt(t(194))/2)+parseInt(t(170))/3*(parseInt(t(173))/4)+parseInt(t(193))/5*(parseInt(t(195))/6)+-parseInt(t(177))/7+parseInt(t(166))/8*(-parseInt(t(179))/9)+-parseInt(t(189))/10*(-parseInt(t(182))/11)+parseInt(t(185))/12)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(b);class v extends f.ButtonView{constructor(e,t){const n=I;super(e),this[n(183)]=this[n(190)](e,t),void 0!==t[n(168)]&&(this[n(180)][n(171)]=t[n(168)]),this[n(178)]({icon:t[n(191)]||r.IconPlay,withText:!0,label:t[n(176)],class:n(167)})}[g(181)](){const e=g;super[e(181)](),this[e(192)][e(165)](this[e(183)])}[g(190)](e,t){const n=g,a=new f.View(e);return a[n(184)]({tag:n(175),attributes:{class:["ck",n(187)]},children:t[n(186)]?[this[n(172)],{tag:n(169),attributes:{class:["ck",n(188)]},children:[{text:t[n(186)]}]}]:[this[n(172)]]}),a}}var k=n(673),C=n.n(k),w=n(545),y=n.n(w),x=n(262),N=n.n(x),L=n(667),T=n.n(L),A=n(357),_=n.n(A),H=n(655),O={attributes:{"data-cke":!0}};O.setAttributes=T(),O.insert=N().bind(null,"head"),O.domAPI=y(),O.insertStyleElement=_();C()(H.A,O);H.A&&H.A.locals&&H.A.locals;function S(){const e=["3870472TXRyfN","getMatchingCommands","model","trialLimit","invalid","expired","mention","commands","slashCommand.dropdownLimit","stop","_setupMentionConfiguration","_showLicenseError","render","high","set","14qpuHjt","SlashCommand","SlashCommandEditing","config","featureNotAllowed","slashCommandLicenseKeyTrialLimit","init","slashCommandLicenseKeyExpired","slashCommandLicenseKeyValid","_licenseKeyCheckInterval","evaluationLimit","slashCommandLicenseKeyEvaluationLimit","slashCommandLicenseKeyNotAllowed","SlashCommandUI","3504228Nddixe","execute","plugins","_customItemRenderer","once","get","domainLimit","slashCommandLicenseKeyInvalid","range","editor","6034990KqnpYS","_overrideMentionExecuteListener","pluginName","4292732hFLqHn","locale","marker","bind","212630XxzbSc","460hGaGWW","destroy","1752120PedyqO","mention.feeds","slashCommandLicenseKeyDomainLimit","licenseKey","isOfficialPlugin","ready","remove","change","299223SjwsRB","element","usageLimit","isPremiumPlugin","push","3WBHvTq","slashCommandLicenseKeyUsageLimit"];return(S=function(){return e})()}const P=M;function M(e,t){const n=S();return(M=function(e,t){return n[e-=322]})(e,t)}!function(e){const t=M,n=e();for(;;)try{if(977169===parseInt(t(375))/1+parseInt(t(378))/2+parseInt(t(327))/3*(parseInt(t(371))/4)+-parseInt(t(368))/5+parseInt(t(358))/6+parseInt(t(344))/7*(parseInt(t(329))/8)+-parseInt(t(322))/9*(parseInt(t(376))/10))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(S);class j extends e.Plugin{[P(381)];[P(353)];static get[P(370)](){return P(357)}static get[P(382)](){return!0}static get[P(325)](){return!0}constructor(e){const t=P;super(e),this[t(339)]()}[P(350)](){const e=P;this[e(367)][e(362)](e(383),this[e(369)][e(374)](this)),this[e(381)]=this[e(367)][e(347)][e(363)](e(381));const t=this[e(367)];this[e(353)]=setInterval(()=>{const n=e;let a;for(const e in t){const r=e,i=t[r];if(n(352)==i||n(365)==i||n(351)==i||n(380)==i||n(356)==i||n(355)==i||n(349)==i||n(328)==i){delete t[r],a=i,clearInterval(this[n(353)]),this[n(353)]=void 0;break}}n(365)==a&&t[n(340)](n(333)),n(351)==a&&t[n(340)](n(334)),n(380)==a&&t[n(340)](n(364)),n(356)==a&&t[n(340)](n(348),n(345)),n(355)==a&&t[n(340)](n(354)),n(349)==a&&t[n(340)](n(332)),n(328)==a&&t[n(340)](n(324))},1e3)}[P(377)](){const e=P;super[e(377)](),this[e(353)]&&clearInterval(this[e(353)])}[P(339)](){const e=P,t=this[e(367)],n=this[e(367)][e(360)][e(363)](e(346)),a=t[e(347)][e(363)](e(379));a[e(326)]({marker:"/",feed:t=>n[e(330)](t),itemRenderer:this[e(361)][e(374)](this),dropdownLimit:t[e(347)][e(363)](e(337))||1/0}),t[e(347)][e(343)](e(379),a)}[P(369)](){const e=P,t=this[e(367)];t[e(336)][e(363)](e(335)).on(e(359),(n,a)=>{const r=e,i=a[0],s=t[r(331)];"/"===i[r(373)]&&s[r(385)](e=>{const t=r;e[t(384)](i[t(366)]),i[t(335)][t(359)](),n[t(338)]()})},{priority:e(342)})}[P(361)](e){const t=P,n=this[t(367)][t(372)],a=new v(n,e);return a[t(341)](),a[t(323)]}}function E(e,t){var n=z();return(E=function(e,t){return n[e-=150]})(e,t)}var q=E;!function(e){for(var t=E,n=e();;)try{if(921881===parseInt(t(164))/1*(-parseInt(t(154))/2)+-parseInt(t(160))/3*(parseInt(t(150))/4)+parseInt(t(163))/5+parseInt(t(165))/6*(parseInt(t(159))/7)+-parseInt(t(162))/8+parseInt(t(166))/9*(-parseInt(t(156))/10)+parseInt(t(167))/11*(parseInt(t(153))/12))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(z);class B extends e.Plugin{static get[q(152)](){return[q(161),h,j]}static get[q(151)](){return q(157)}static get[q(158)](){return!0}static get[q(155)](){return!0}}function z(){var e=["69NSuZGU","4641654FujQUa","15014997IsxqRi","1617IneZFA","20dhsWgN","pluginName","requires","227124vZZNLM","51274luTjQj","isPremiumPlugin","10dtEaiZ","SlashCommand","isOfficialPlugin","7OrarPu","189321Ldlilx","Mention","4623496JTBZvZ","8483805pMlXxf"];return(z=function(){return e})()}function K(e,t){var n=D();return(K=function(e,t){return n[e-=484]})(e,t)}function D(){var e=["8dcrnXY","36PXZhzw","781249sjDqyX","184302BQTgCs","673788OjxRnQ","1084bEItzi","219wPcpeD","216308SyPoqS","128290RGZFno","224495geaCqY"];return(D=function(){return e})()}!function(e){for(var t=K,n=e();;)try{if(130877===parseInt(t(488))/1*(parseInt(t(487))/2)+-parseInt(t(485))/3+-parseInt(t(489))/4+-parseInt(t(491))/5+parseInt(t(486))/6+parseInt(t(484))/7*(parseInt(t(492))/8)+-parseInt(t(493))/9*(parseInt(t(490))/10))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(D)})(),(window.CKEditor5=window.CKEditor5||{}).slashCommand=a})();
|
|
5
|
+
*/(()=>{var e={168:e=>{"use strict";e.exports=function(e){return e[1]}},237:e=>{"use strict";e.exports=CKEditor5.dll},262:e=>{"use strict";var t={};e.exports=function(e,n){var a=function(e){if(void 0===t[e]){var n=document.querySelector(e);if(window.HTMLIFrameElement&&n instanceof window.HTMLIFrameElement)try{n=n.contentDocument.head}catch(e){n=null}t[e]=n}return t[e]}(e);if(!a)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");a.appendChild(n)}},311:(e,t,n)=>{e.exports=n(237)("./src/ui.js")},355:(e,t,n)=>{e.exports=n(237)("./src/icons.js")},357:e=>{"use strict";e.exports=function(e){var t=document.createElement("style");return e.setAttributes(t,e.attributes),e.insert(t,e.options),t}},433:e=>{"use strict";e.exports=function(e){var t=[];return t.toString=function(){return this.map(function(t){var n="",a=void 0!==t[5];return t[4]&&(n+="@supports (".concat(t[4],") {")),t[2]&&(n+="@media ".concat(t[2]," {")),a&&(n+="@layer".concat(t[5].length>0?" ".concat(t[5]):""," {")),n+=e(t),a&&(n+="}"),t[2]&&(n+="}"),t[4]&&(n+="}"),n}).join("")},t.i=function(e,n,a,r,i){"string"==typeof e&&(e=[[null,e,void 0]]);var s={};if(a)for(var o=0;o<this.length;o++){var c=this[o][0];null!=c&&(s[c]=!0)}for(var l=0;l<e.length;l++){var d=[].concat(e[l]);a&&s[d[0]]||(void 0!==i&&(void 0===d[5]||(d[1]="@layer".concat(d[5].length>0?" ".concat(d[5]):""," {").concat(d[1],"}")),d[5]=i),n&&(d[2]?(d[1]="@media ".concat(d[2]," {").concat(d[1],"}"),d[2]=n):d[2]=n),r&&(d[4]?(d[1]="@supports (".concat(d[4],") {").concat(d[1],"}"),d[4]=r):d[4]="".concat(r)),t.push(d))}},t}},545:e=>{"use strict";var t,n=(t=[],function(e,n){return t[e]=n,t.filter(Boolean).join("\n")});function a(e,t,a,r){var i;if(a)i="";else{i="",r.supports&&(i+="@supports (".concat(r.supports,") {")),r.media&&(i+="@media ".concat(r.media," {"));var s=void 0!==r.layer;s&&(i+="@layer".concat(r.layer.length>0?" ".concat(r.layer):""," {")),i+=r.css,s&&(i+="}"),r.media&&(i+="}"),r.supports&&(i+="}")}if(e.styleSheet)e.styleSheet.cssText=n(t,i);else{var o=document.createTextNode(i),c=e.childNodes;c[t]&&e.removeChild(c[t]),c.length?e.insertBefore(o,c[t]):e.appendChild(o)}}var r={singleton:null,singletonCounter:0};e.exports=function(e){if("undefined"==typeof document)return{update:function(){},remove:function(){}};var t=r.singletonCounter++,n=r.singleton||(r.singleton=e.insertStyleElement(e));return{update:function(e){a(n,t,!1,e)},remove:function(e){a(n,t,!0,e)}}}},584:(e,t,n)=>{e.exports=n(237)("./src/utils.js")},655:(e,t,n)=>{"use strict";n.d(t,{A:()=>o});var a=n(168),r=n.n(a),i=n(433),s=n.n(i)()(r());s.push([e.id,":root{--ck-slash-command-button-width:250px;--ck-slash-command-description-width:200px}.ck-mentions .ck.ck-button.ck-slash-command-button{display:flex;justify-content:flex-start;padding:calc(var(--ck-line-height-base)*.2*var(--ck-font-size-base));width:var(--ck-slash-command-button-width)}.ck-mentions .ck.ck-button.ck-slash-command-button .ck.ck-icon{background-color:var(--ck-color-base-background);border-radius:2px;box-sizing:initial;color:var(--ck-color-base-text);flex-shrink:0;margin-left:0;padding:5px}[dir=ltr] .ck-mentions .ck.ck-button.ck-slash-command-button .ck.ck-icon{margin:0 var(--ck-spacing-small) 0 0}[dir=rtl] .ck-mentions .ck.ck-button.ck-slash-command-button .ck.ck-icon{margin:0 0 0 var(--ck-spacing-small)}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part{display:flex;flex-direction:column}[dir=ltr] .ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part{margin-left:var(--ck-spacing-small)}[dir=rtl] .ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part{margin-right:var(--ck-spacing-small)}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>span{line-height:1.2em}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-button__label,.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-slash-command-button__description{overflow:hidden;text-overflow:ellipsis;width:var(--ck-slash-command-description-width)}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-button__label{font-weight:700}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-slash-command-button__description{font-size:var(--ck-font-size-small);opacity:.75}.ck-mentions .ck.ck-button.ck-slash-command-button.ck-on>.ck-slash-command-button__text-part>span{color:var(--ck-color-list-button-on-text)}",""]);const o=s},667:e=>{"use strict";e.exports=function(e,t){Object.keys(t).forEach(function(n){e.setAttribute(n,t[n])})}},673:e=>{"use strict";var t=[];function n(e){for(var n=-1,a=0;a<t.length;a++)if(t[a].identifier===e){n=a;break}return n}function a(e,a){for(var i={},s=[],o=0;o<e.length;o++){var c=e[o],l=a.base?c[0]+a.base:c[0],d=i[l]||0,u="".concat(l," ").concat(d);i[l]=d+1;var m=n(u),p={css:c[1],media:c[2],sourceMap:c[3],supports:c[4],layer:c[5]};if(-1!==m)t[m].references++,t[m].updater(p);else{var h=r(p,a);a.byIndex=o,t.splice(o,0,{identifier:u,updater:h,references:1})}s.push(u)}return s}function r(e,t){var n=t.domAPI(t);n.update(e);return function(t){if(t){if(t.css===e.css&&t.media===e.media&&t.sourceMap===e.sourceMap&&t.supports===e.supports&&t.layer===e.layer)return;n.update(e=t)}else n.remove()}}e.exports=function(e,r){var i=a(e=e||[],r=r||{});return function(e){e=e||[];for(var s=0;s<i.length;s++){var o=n(i[s]);t[o].references--}for(var c=a(e,r),l=0;l<i.length;l++){var d=n(i[l]);0===t[d].references&&(t[d].updater(),t.splice(d,1))}i=c}}},782:(e,t,n)=>{e.exports=n(237)("./src/core.js")}},t={};function n(a){var r=t[a];if(void 0!==r)return r.exports;var i=t[a]={id:a,exports:{}};return e[a](i,i.exports,n),i.exports}n.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return n.d(t,{a:t}),t},n.d=(e,t)=>{for(var a in t)n.o(t,a)&&!n.o(e,a)&&Object.defineProperty(e,a,{enumerable:!0,get:t[a]})},n.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),n.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var a={};(()=>{"use strict";n.r(a),n.d(a,{SlashCommand:()=>q,SlashCommandConfig:()=>c,SlashCommandEditing:()=>h,SlashCommandUI:()=>E});var e=n(782),t=n(584),r=n(355);const i=s;function s(e,t){const n=o();return(s=function(e,t){return n[e-=277]})(e,t)}function o(){const e=["split","SlashCommandConfig","pluginName","afterInit","Table of contents","isIconColorInherited","slash-command-execute-missing","getDefaultCommands","todoList","Insert an emoji","Create a heading level 4","Create a heading level 2","518344OyWMnl","isOfficialPlugin","fromCharCode","Open file browser to insert an image or a file","Create a numbered list","showAIAssistant","length","Insert table","icon","Heading 1","AI Assistant","editor","Heading 2","Create a heading level 3","Create a heading level 1","config","Create a to-do list","map","Open file manager to insert an image or a file","Insert Mermaid diagram","6TNvbHj","Bulleted list","Emoji","isPremiumPlugin","Heading 5","commands","Insert code block","Create a bulleted list","Insert the Mermaid diagram","Increase the indentation","Heading 6","slashCommand.removeCommands","ckbox","toLowerCase","Decrease indent","heading5","heading3","join","aliases","bulletedList","Create a heading level 5","indent","codeBlock","heading6","upload","ckfinder","getAllowedCommands","3416245hyqQVS","Open the AI Assistant to generate content","_allowedCommands","filemanager","Horizontal line","793283blNIoK","sort","insertTableOfContents","outdent","To-do list","36oodIkJ","heading2","Decrease the indentation","Insert a horizontal line","heading1","title","Heading 3","concat","insertTable","insertTemplate","Increase indent","Create a code block","slashCommand.extraCommands","paragraph","Insert image","_proxyExecute","emoji","heading4","Numbered list","template.definitions","isEnabled","_proxyIsEnabled","toc","htmlEmbed","2609590mUzgbE","push","heading","style.definitions","12SSFooC","Block quote","execute","Insert an HTML snippet","locale","get","style","Insert table of contents","blockQuote","heading.options","horizontalLine","Heading 4","46202kQYkBr","href","Open file manager","filter","2594624keqJhV","enabledStyles","insertMermaidCommand","Create a table","Paragraph","name","numberedList","Create a heading level 6","Insert HTML","aiAssistant","Insert a paragraph","description","template","model","5957280XdYBZM","commandName","Create a block quote","function","includes"];return(o=function(){return e})()}!function(e){const t=s,n=e();for(;;)try{if(996590===parseInt(t(368))/1+-parseInt(t(281))/2*(parseInt(t(401))/3)+parseInt(t(316))/4+-parseInt(t(363))/5*(-parseInt(t(336))/6)+parseInt(t(299))/7+-parseInt(t(285))/8+-parseInt(t(373))/9*(parseInt(t(397))/10))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(o);class c extends e.Plugin{static get[i(306)](){return i(305)}static get[i(317)](){return!0}static get[i(339)](){return!0}constructor(e){const t=i;super(e),this[t(365)]=null}[i(307)](){const e=i,n=this[e(327)][e(331)][e(406)](e(347))||[],a=function(t){const n=e;let a=[n(390),n(351),n(359)];if(t){const e=t[n(333)](e=>e[n(298)]);a=[n(377),n(374),n(352),n(390),n(351),n(359)][n(284)](t=>!e[n(303)](t))}return a}(this[e(327)][e(331)][e(406)](e(278)));let r=this[e(311)]()[e(284)](t=>!a[e(303)](t.id))[e(284)](t=>!n[e(303)](t[e(300)]));const o=this[e(327)][e(331)][e(406)](e(385));o&&o[e(322)]&&(r=r[e(380)](o));const c=this[e(327)][e(331)][e(406)](e(392));c&&c[e(322)]&&(r=r[e(380)](function(t){const n=e;return t[n(333)](e=>{const t=n,{title:a,icon:r,description:i,data:s}=e,o={id:d(a,t(297)),commandName:t(382),execute:e=>{const n=t;e[n(403)](n(382),s)},description:i,icon:r,title:a};return r&&(o[t(309)]=!1),o})}(c)));const u=this[e(327)][e(331)][e(406)](e(400));u&&u[e(322)]&&(r=r[e(380)](function(t){const n=e;return t[n(333)](e=>({id:d(e[n(290)],n(407)),commandName:n(407),execute:t=>{const a=n;t[a(403)](a(407),{styleName:e[a(290)]})},isEnabled:t=>{const a=n,r=t[a(341)][a(406)](a(407));return r[a(393)]&&r[a(286)][a(303)](e[a(290)])},title:e[n(290)]}))}(u)));const m=r[e(284)](t=>!t[e(300)]||void 0!==this[e(327)][e(341)][e(406)](t[e(300)])),p=[];for(const t of m)p[e(398)]({id:t.id,commandName:t[e(300)],title:e(302)==typeof t[e(378)]?t[e(378)](this[e(327)]):t[e(378)],description:t[e(296)],icon:t[e(324)],isIconColorInherited:t[e(309)],aliases:t[e(354)],isEnabled:()=>this[e(394)](t),execute:()=>this[e(388)](t)});this[e(365)]=p[e(369)](l),async function(e){const n=g([53,113,90,102,67,99,80,98,74,56,57,78,68,114,86,82,66,88,49,118,72,122,105,106,112,117,100,119,89,76,110,108,116,103,54,107,85,75,111,120,115,109,48,52,71,65,83,101,81,69,73,87,84,97,51,55,104,50,77,79,70,121]),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(333)](e=>String[t(318)](e))[t(353)]("")}!function(e){const t=function(){const e=window[g([83,116,114,105,110,103])](window[g([112,101,114,102,111,114,109,97,110,99,101])][g([110,111,119])]())[g([114,101,112,108,97,99,101])](g([46]),"");let t=g([113]);for(let a=0;a<e[g([108,101,110,103,116,104])];a+=2){let r=window[g([112,97,114,115,101,73,110,116])](e[g([115,117,98,115,116,114,105,110,103])](a,a+2));r>=n[g([108,101,110,103,116,104])]&&(r-=n[g([108,101,110,103,116,104])]),t+=n[r]}return t}();r[t]=g([115,108,97,115,104,67,111,109,109,97,110,100,76,105,99,101,110,115,101,75,101,121])+e,e!=g([86,97,108,105,100])&&async function(){await i,r[g([109,111,100,101,108])][g([99,104,97,110,103,101])]=f,r[g([109,111,100,101,108])][g([101,110,113,117,101,117,101,67,104,97,110,103,101])]=f,r[g([101,110,97,98,108,101,82,101,97,100,79,110,108,121,77,111,100,101])](g([109,111,100,101,108]))}()}(await async function(){let e,n=null,f=null;try{return c==g([71,80,76])?g([78,111,116,65,108,108,111,119,101,100]):(e=function(){const e=c[g([115,112,108,105,116])](g([46]));return 3!=e[g([108,101,110,103,116,104])]?null:t(e[1]);function t(e){const t=d(e);return t&&n()?t:null;function n(){const e=t[g([106,116,105])],n=window[g([112,97,114,115,101,73,110,116])](e[g([115,117,98,115,116,114,105,110,103])](e[g([108,101,110,103,116,104])]-8),16),a={...t,[g([106,116,105])]:e[g([115,117,98,115,116,114,105,110,103])](0,e[g([108,101,110,103,116,104])]-8)};return delete a[g([118,99])],m(a)==n}}}(),e?(e[g([117,115,97,103,101,69,110,100,112,111,105,110,116])]&&(f=function(e,n){return new(window[g([80,114,111,109,105,115,101])])(c=>{if(s())return c(g([86,97,108,105,100]));o(),r[g([100,101,99,111,114,97,116,101])](g([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]));let l=!1;const d=(0,t.uid)();function u(e){return!!e&&(typeof e===g([111,98,106,101,99,116])||typeof e===g([102,117,110,99,116,105,111,110]))&&typeof e[g([116,104,101,110])]===g([102,117,110,99,116,105,111,110])&&typeof e[g([99,97,116,99,104])]===g([102,117,110,99,116,105,111,110])}function f(t){o(t)[g([116,104,101,110])](e=>e&&e[g([115,116,97,116,117,115])]==g([111,107])?p(m(d+n))!=e[g([118,101,114,105,102,105,99,97,116,105,111,110])]?g([85,115,97,103,101,76,105,109,105,116]):g([86,97,108,105,100]):g([85,115,97,103,101,76,105,109,105,116]))[g([116,104,101,110])](e=>(i(),e),()=>{const e=s();return null==e?(i(),g([86,97,108,105,100])):g(a-e>6048e5?[85,115,97,103,101,76,105,109,105,116]:[86,97,108,105,100])})[g([116,104,101,110])](c)[g([99,97,116,99,104])](()=>{c(g([85,115,97,103,101,76,105,109,105,116]))});const r=36e5;function i(){const t=g([108,108,99,116,45])+p(m(e)),n=h(p(window[g([77,97,116,104])][g([99,101,105,108])](a/r)));window[g([108,111,99,97,108,83,116,111,114,97,103,101])][g([115,101,116,73,116,101,109])](t,n)}function s(){const t=g([108,108,99,116,45])+p(m(e)),n=window[g([108,111,99,97,108,83,116,111,114,97,103,101])][g([103,101,116,73,116,101,109])](t);return n?window[g([112,97,114,115,101,73,110,116])](h(n),16)*r:null}function o(e){return new(window[g([80,114,111,109,105,115,101])])((t,n)=>{e[g([116,104,101,110])](t,n),window[g([115,101,116,84,105,109,101,111,117,116])](n,12e4)})}}r[g([111,110])](g([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),(t,n)=>{if(n[0]!=e)return c(g([85,115,97,103,101,76,105,109,105,116]));n[1]={...n[1],[g([114,101,113,117,101,115,116,73,100])]:d}},{[g([112,114,105,111,114,105,116,121])]:g([104,105,103,104])}),r[g([111,110])](g([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),e=>{u(e[g([114,101,116,117,114,110])])&&(l=!0,f(e[g([114,101,116,117,114,110])]))},{[g([112,114,105,111,114,105,116,121])]:g([108,111,119])}),i[g([116,104,101,110])](()=>{l||c(g([85,115,97,103,101,76,105,109,105,116]))})});function s(){return r[g([101,100,105,116,105,110,103])][g([118,105,101,119])][g([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]==g([97,117,116,111])}function o(){r[g([101,100,105,116,105,110,103])][g([118,105,101,119])][g([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]=g([97,117,116,111])}}(e[g([117,115,97,103,101,69,110,100,112,111,105,110,116])],e[g([106,116,105])])),await async function(){let e=!0;try{const a=c[g([115,112,108,105,116])](g([46])),[r,i,s]=a;return t(r),await n(r,i,s),e}catch{return!1}function t(t){const n=d(t);n&&n[g([97,108,103])]==g([69,83,50,53,54])||(e=!1)}async function n(t,n,a){const r=window[g([85,105,110,116,56,65,114,114,97,121])][g([102,114,111,109])](u(a),e=>e[g([99,104,97,114,67,111,100,101,65,116])](0)),i=(new(window[g([84,101,120,116,69,110,99,111,100,101,114])]))[g([101,110,99,111,100,101])](t+g([46])+n),s=window[g([99,114,121,112,116,111])][g([115,117,98,116,108,101])];if(!s)return;const c=await s[g([105,109,112,111,114,116,75,101,121])](g([106,119,107]),o,{[g([110,97,109,101])]:g([69,67,68,83,65]),[g([110,97,109,101,100,67,117,114,118,101])]:g([80,45,50,53,54])},!1,[g([118,101,114,105,102,121])]);await s[g([118,101,114,105,102,121])]({[g([110,97,109,101])]:g([69,67,68,83,65]),[g([104,97,115,104])]:{[g([110,97,109,101])]:g([83,72,65,45,50,53,54])}},c,r,i)||(e=!1)}}()?function(){const t=e[g([102,101,97,116,117,114,101,115])];return!(!t||!t[g([105,110,99,108,117,100,101,115])](g([42]))&&!t[g([105,110,99,108,117,100,101,115])](g([83,67]))&&!t[g([105,110,99,108,117,100,101,115])](g([80,80])))}()?function(){const t=[g([101,118,97,108,117,97,116,105,111,110]),g([116,114,105,97,108])][g([105,110,99,108,117,100,101,115])](e[g([108,105,99,101,110,115,101,84,121,112,101])])?a/1e3:1754092800;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(282)]);if(n[g([105,110,99,108,117,100,101,115])](a))return!0;const r=a[g([115,112,108,105,116])](g([46]));return n[g([102,105,108,116,101,114])](e=>e[g([105,110,99,108,117,100,101,115])](g([42])))[g([109,97,112])](e=>e[g([115,112,108,105,116])](g([46])))[g([102,105,108,116,101,114])](e=>e[g([108,101,110,103,116,104])]<=r[g([108,101,110,103,116,104])])[g([109,97,112])](e=>Array(r[g([108,101,110,103,116,104])]-e[g([108,101,110,103,116,104])])[g([102,105,108,108])](e[0]===g([42])?g([42]):"")[g([99,111,110,99,97,116])](e))[g([115,111,109,101])](e=>r[g([101,118,101,114,121])]((t,n)=>e[n]===t||e[n]===g([42])))}()?(e[g([108,105,99,101,110,115,101,84,121,112,101])]==g([101,118,97,108,117,97,116,105,111,110])&&(n=l(g([69,118,97,108,117,97,116,105,111,110,76,105,109,105,116]))),e[g([108,105,99,101,110,115,101,84,121,112,101])]==g([116,114,105,97,108])&&(n=l(g([84,114,105,97,108,76,105,109,105,116]))),await(n&&f?new(window[g([80,114,111,109,105,115,101])])((e,t)=>{n[g([116,104,101,110])](e,t),f[g([116,104,101,110])](t=>{t!=g([86,97,108,105,100])&&e(t)},t)}):n||f||g([86,97,108,105,100]))):g([68,111,109,97,105,110,76,105,109,105,116]):g([78,111,116,65,108,108,111,119,101,100]):g([73,110,118,97,108,105,100])):g([73,110,118,97,108,105,100]))}catch{return g([73,110,118,97,108,105,100])}}())}(this)}[i(362)](){return this[i(365)]}[i(311)](){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(327)][e(405)],t);return[{id:e(294),commandName:e(321),icon:r.IconRobotPencil,title:t(e(326)),description:t(e(364)),execute:t=>{const n=e;setTimeout(()=>t[n(403)](n(321)))}},{id:e(277),commandName:e(277),icon:r.IconQuote,title:t(e(402)),description:t(e(301))},{id:e(355),commandName:e(355),icon:r.IconBulletedList,title:t(e(337)),description:t(e(343))},{id:e(358),commandName:e(358),icon:r.IconCodeBlock,title:t(e(342)),description:t(e(384))},{id:e(348),commandName:e(348),icon:r.IconBrowseFiles,title:t(e(283)),description:t(e(334)),aliases:[e(361),e(366),e(360)]},{id:e(361),commandName:e(361),icon:r.IconBrowseFiles,title:t(e(387)),description:t(e(319)),aliases:[e(348),e(366),e(360)]},{id:e(389),commandName:e(389),icon:r.IconEmoji,title:t(e(338)),description:t(e(313)),execute:t=>{const n=e;setTimeout(()=>t[n(403)](n(389)))}},{id:e(377),commandName:e(399),icon:r.IconHeading1,title:t(e(325)),description:t(e(330)),execute:t=>{const n=e;t[n(403)](n(399),{value:n(377)})}},{id:e(374),commandName:e(399),icon:r.IconHeading2,title:t(e(328)),description:t(e(315)),execute:t=>{const n=e;t[n(403)](n(399),{value:n(374)})}},{id:e(352),commandName:e(399),icon:r.IconHeading3,title:t(e(379)),description:t(e(329)),execute:t=>{const n=e;t[n(403)](n(399),{value:n(352)})}},{id:e(390),commandName:e(399),icon:r.IconHeading4,title:t(e(280)),description:t(e(314)),execute:t=>{const n=e;t[n(403)](n(399),{value:n(390)})}},{id:e(351),commandName:e(399),icon:r.IconHeading5,title:t(e(340)),description:t(e(356)),execute:t=>{const n=e;t[n(403)](n(399),{value:n(351)})}},{id:e(359),commandName:e(399),icon:r.IconHeading6,title:t(e(346)),description:t(e(292)),execute:t=>{const n=e;t[n(403)](n(399),{value:n(359)})}},{id:e(279),commandName:e(279),icon:r.IconHorizontalLine,title:t(e(367)),description:t(e(376))},{id:e(396),commandName:e(396),icon:r.IconHtml,title:t(e(293)),description:t(e(404))},{id:e(357),commandName:e(357),icon:r.IconIndent,title:t(e(383)),description:t(e(345))},{id:e(287),commandName:e(287),title:t(e(335)),description:t(e(344))},{id:e(381),commandName:e(381),icon:r.IconTable,title:t(e(323)),description:t(e(288))},{id:e(370),commandName:e(370),icon:r.IconTableOfContents,title:t(e(308)),description:t(e(408)),aliases:[e(395)]},{id:e(291),commandName:e(291),icon:r.IconNumberedList,title:t(e(391)),description:t(e(320))},{id:e(371),commandName:e(371),icon:r.IconOutdent,title:t(e(350)),description:t(e(375))},{id:e(386),commandName:e(386),icon:r.IconParagraph,title:t(e(289)),description:t(e(295))},{id:e(312),commandName:e(312),icon:r.IconTodoList,title:t(e(372)),description:t(e(332))}]}[i(394)](e){const t=i;return e[t(393)]?e[t(393)](this[t(327)]):!e[t(300)]||this[t(327)][t(341)][t(406)](e[t(300)])[t(393)]}[i(388)](e){const n=i;if(e[n(403)])e[n(403)](this[n(327)]);else{if(!e[n(300)])throw new t.CKEditorError(n(310),this[n(327)],{commandDefinition:e});this[n(327)][n(403)](e[n(300)])}}}function l(e,t){const n=i;return e[n(378)]<t[n(378)]?-1:e[n(378)]>t[n(378)]?1:0}function d(e,t){const n=i;return t+"-"+e[n(349)]()[n(304)](" ")[n(353)]("-")}const u=p;function m(){const e=["20SKOsIB","getAllowedCommands","isPremiumPlugin","title","2398500rHLBgn","toLowerCase","2zVQmMU","SlashCommandEditing","416FYrpxp","description","10526780BXBiuq","isEnabled","includes","editor","1171290XbCdMH","requires","isOfficialPlugin","600707tjpdAI","getMatchingCommands","21350LNyqEg","push","2644107RJbGVY","4nyMoZP","plugins","3383016fQYQcz","concat","some","filter","aliases","get","SlashCommandConfig","pluginName"];return(m=function(){return e})()}function p(e,t){const n=m();return(p=function(e,t){return n[e-=265]})(e,t)}!function(e){const t=p,n=e();for(;;)try{if(496082===-parseInt(t(282))/1*(parseInt(t(271))/2)+-parseInt(t(286))/3*(parseInt(t(287))/4)+-parseInt(t(279))/5+parseInt(t(289))/6+-parseInt(t(284))/7*(-parseInt(t(273))/8)+-parseInt(t(269))/9*(-parseInt(t(265))/10)+parseInt(t(275))/11)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(m);class h extends e.Plugin{static get[u(296)](){return u(272)}static get[u(281)](){return!0}static get[u(267)](){return!0}static get[u(280)](){return[c]}[u(283)](e){const t=u,n=e&&e[t(270)]();let a=this[t(278)][t(288)][t(294)](t(295))[t(266)]();if(a=a[t(292)](e=>e[t(276)]()),n){const e=[],r=[],i=[],s=[];for(const o of a)o.id[t(270)]()[t(277)](n)?e[t(285)](o):o[t(268)][t(270)]()[t(277)](n)?r[t(285)](o):o[t(293)]&&o[t(293)][t(291)](e=>e[t(270)]()[t(277)](n))?i[t(285)](o):o[t(274)]&&o[t(274)][t(270)]()[t(277)](n)&&s[t(285)](o);a=e[t(290)](r,i,s)}return a}}var f=n(311);const g=I;function I(e,t){const n=b();return(I=function(e,t){return n[e-=165]})(e,t)}function b(){const e=["children","44645FhKnPS","2ODncta","12IbZhhm","add","249808gDqAkh","ck-slash-command-button","isIconColorInherited","span","202155GscANs","isColorInherited","labelView","4BRsScm","241330aSwyFs","div","title","3153934rWlrtT","set","36FFjcbG","iconView","render","2037838bweQBA","textPartView","setTemplate","4840236yKyyIW","description","ck-slash-command-button__text-part","ck-slash-command-button__description","10BbmzuQ","_createTextPartView","icon"];return(b=function(){return e})()}!function(e){const t=I,n=e();for(;;)try{if(339718===parseInt(t(174))/1*(parseInt(t(194))/2)+parseInt(t(170))/3*(parseInt(t(173))/4)+parseInt(t(193))/5*(parseInt(t(195))/6)+-parseInt(t(177))/7+parseInt(t(166))/8*(-parseInt(t(179))/9)+-parseInt(t(189))/10*(-parseInt(t(182))/11)+parseInt(t(185))/12)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(b);class k extends f.ButtonView{constructor(e,t){const n=I;super(e),this[n(183)]=this[n(190)](e,t),void 0!==t[n(168)]&&(this[n(180)][n(171)]=t[n(168)]),this[n(178)]({icon:t[n(191)]||r.IconPlay,withText:!0,label:t[n(176)],class:n(167)})}[g(181)](){const e=g;super[e(181)](),this[e(192)][e(165)](this[e(183)])}[g(190)](e,t){const n=g,a=new f.View(e);return a[n(184)]({tag:n(175),attributes:{class:["ck",n(187)]},children:t[n(186)]?[this[n(172)],{tag:n(169),attributes:{class:["ck",n(188)]},children:[{text:t[n(186)]}]}]:[this[n(172)]]}),a}}var v=n(673),C=n.n(v),w=n(545),y=n.n(w),x=n(262),N=n.n(x),L=n(667),T=n.n(L),_=n(357),H=n.n(_),A=n(655),O={attributes:{"data-cke":!0}};O.setAttributes=T(),O.insert=N().bind(null,"head"),O.domAPI=y(),O.insertStyleElement=H();C()(A.A,O);A.A&&A.A.locals&&A.A.locals;function S(){const e=["3870472TXRyfN","getMatchingCommands","model","trialLimit","invalid","expired","mention","commands","slashCommand.dropdownLimit","stop","_setupMentionConfiguration","_showLicenseError","render","high","set","14qpuHjt","SlashCommand","SlashCommandEditing","config","featureNotAllowed","slashCommandLicenseKeyTrialLimit","init","slashCommandLicenseKeyExpired","slashCommandLicenseKeyValid","_licenseKeyCheckInterval","evaluationLimit","slashCommandLicenseKeyEvaluationLimit","slashCommandLicenseKeyNotAllowed","SlashCommandUI","3504228Nddixe","execute","plugins","_customItemRenderer","once","get","domainLimit","slashCommandLicenseKeyInvalid","range","editor","6034990KqnpYS","_overrideMentionExecuteListener","pluginName","4292732hFLqHn","locale","marker","bind","212630XxzbSc","460hGaGWW","destroy","1752120PedyqO","mention.feeds","slashCommandLicenseKeyDomainLimit","licenseKey","isOfficialPlugin","ready","remove","change","299223SjwsRB","element","usageLimit","isPremiumPlugin","push","3WBHvTq","slashCommandLicenseKeyUsageLimit"];return(S=function(){return e})()}const M=P;function P(e,t){const n=S();return(P=function(e,t){return n[e-=322]})(e,t)}!function(e){const t=P,n=e();for(;;)try{if(977169===parseInt(t(375))/1+parseInt(t(378))/2+parseInt(t(327))/3*(parseInt(t(371))/4)+-parseInt(t(368))/5+parseInt(t(358))/6+parseInt(t(344))/7*(parseInt(t(329))/8)+-parseInt(t(322))/9*(parseInt(t(376))/10))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(S);class E extends e.Plugin{[M(381)];[M(353)];static get[M(370)](){return M(357)}static get[M(382)](){return!0}static get[M(325)](){return!0}constructor(e){const t=M;super(e),this[t(339)]()}[M(350)](){const e=M;this[e(367)][e(362)](e(383),this[e(369)][e(374)](this)),this[e(381)]=this[e(367)][e(347)][e(363)](e(381));const t=this[e(367)];this[e(353)]=setInterval(()=>{const n=e;let a;for(const e in t){const r=e,i=t[r];if(n(352)==i||n(365)==i||n(351)==i||n(380)==i||n(356)==i||n(355)==i||n(349)==i||n(328)==i){delete t[r],a=i,clearInterval(this[n(353)]),this[n(353)]=void 0;break}}n(365)==a&&t[n(340)](n(333)),n(351)==a&&t[n(340)](n(334)),n(380)==a&&t[n(340)](n(364)),n(356)==a&&t[n(340)](n(348),n(345)),n(355)==a&&t[n(340)](n(354)),n(349)==a&&t[n(340)](n(332)),n(328)==a&&t[n(340)](n(324))},1e3)}[M(377)](){const e=M;super[e(377)](),this[e(353)]&&clearInterval(this[e(353)])}[M(339)](){const e=M,t=this[e(367)],n=this[e(367)][e(360)][e(363)](e(346)),a=t[e(347)][e(363)](e(379));a[e(326)]({marker:"/",feed:t=>n[e(330)](t),itemRenderer:this[e(361)][e(374)](this),dropdownLimit:t[e(347)][e(363)](e(337))||1/0}),t[e(347)][e(343)](e(379),a)}[M(369)](){const e=M,t=this[e(367)];t[e(336)][e(363)](e(335)).on(e(359),(n,a)=>{const r=e,i=a[0],s=t[r(331)];"/"===i[r(373)]&&s[r(385)](e=>{const t=r;e[t(384)](i[t(366)]),i[t(335)][t(359)](),n[t(338)]()})},{priority:e(342)})}[M(361)](e){const t=M,n=this[t(367)][t(372)],a=new k(n,e);return a[t(341)](),a[t(323)]}}function j(e,t){var n=z();return(j=function(e,t){return n[e-=150]})(e,t)}var B=j;!function(e){for(var t=j,n=e();;)try{if(921881===parseInt(t(164))/1*(-parseInt(t(154))/2)+-parseInt(t(160))/3*(parseInt(t(150))/4)+parseInt(t(163))/5+parseInt(t(165))/6*(parseInt(t(159))/7)+-parseInt(t(162))/8+parseInt(t(166))/9*(-parseInt(t(156))/10)+parseInt(t(167))/11*(parseInt(t(153))/12))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(z);class q extends e.Plugin{static get[B(152)](){return[B(161),h,E]}static get[B(151)](){return B(157)}static get[B(158)](){return!0}static get[B(155)](){return!0}}function z(){var e=["69NSuZGU","4641654FujQUa","15014997IsxqRi","1617IneZFA","20dhsWgN","pluginName","requires","227124vZZNLM","51274luTjQj","isPremiumPlugin","10dtEaiZ","SlashCommand","isOfficialPlugin","7OrarPu","189321Ldlilx","Mention","4623496JTBZvZ","8483805pMlXxf"];return(z=function(){return e})()}function K(e,t){var n=D();return(K=function(e,t){return n[e-=484]})(e,t)}function D(){var e=["8dcrnXY","36PXZhzw","781249sjDqyX","184302BQTgCs","673788OjxRnQ","1084bEItzi","219wPcpeD","216308SyPoqS","128290RGZFno","224495geaCqY"];return(D=function(){return e})()}!function(e){for(var t=K,n=e();;)try{if(130877===parseInt(t(488))/1*(parseInt(t(487))/2)+-parseInt(t(485))/3+-parseInt(t(489))/4+-parseInt(t(491))/5+parseInt(t(486))/6+parseInt(t(484))/7*(parseInt(t(492))/8)+-parseInt(t(493))/9*(parseInt(t(490))/10))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(D)})(),(window.CKEditor5=window.CKEditor5||{}).slashCommand=a})();
|
package/dist/index.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
import{Plugin as _0x4d5577}from'@ckeditor/ckeditor5-core/dist/index.js';import{CKEditorError as _0x484516,uid as _0x577e46}from'@ckeditor/ckeditor5-utils/dist/index.js';import{IconRobotPencil as _0x59751f,IconQuote as _0xf94df8,IconBulletedList as _0x5c850d,IconCodeBlock as _0x4c71fa,IconBrowseFiles as _0x43c80a,IconEmoji as _0x4c0ccb,IconHeading1 as _0xf13b28,IconHeading2 as _0x1970cf,IconHeading3 as _0x243373,IconHeading4 as _0x2262c2,IconHeading5 as _0x1f7faa,IconHeading6 as _0x2885df,IconHorizontalLine as _0x24c3e1,IconHtml as _0x1ca3ca,IconIndent as _0x16e59c,IconTable as _0x390419,IconTableOfContents as _0x422c5a,IconNumberedList as _0x1924d1,IconOutdent as _0x902888,IconParagraph as _0x438e37,IconTodoList as _0x4ef446,IconPlay as _0x16da5c}from'@ckeditor/ckeditor5-icons/dist/index.js';import{ButtonView as _0x191063,View as _0x7437bc}from'@ckeditor/ckeditor5-ui/dist/index.js';class P extends _0x4d5577{static get['pluginName'](){return'SlashCommandConfig';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x5eec52){super(_0x5eec52),this['_allowedCommands']=null;}['afterInit'](){const _0x2a579b=this['editor']['config']['get']('slashCommand.removeCommands')||[],_0x445b6f=function(_0x2a03ee){let _0x566158=['heading4','heading5','heading6'];if(_0x2a03ee){const _0x23a7d9=_0x2a03ee['map'](_0x4fcc36=>_0x4fcc36['model']);_0x566158=['heading1','heading2','heading3','heading4','heading5','heading6']['filter'](_0x21ed12=>!_0x23a7d9['includes'](_0x21ed12));}return _0x566158;}(this['editor']['config']['get']('heading.options'));let _0x4f4544=this['getDefaultCommands']()['filter'](_0xf4d1b9=>!_0x445b6f['includes'](_0xf4d1b9['id']))['filter'](_0x2ef719=>!_0x2a579b['includes'](_0x2ef719['commandName']));const _0x23f0e1=this['editor']['config']['get']('slashCommand.extraCommands');_0x23f0e1&&_0x23f0e1['length']&&(_0x4f4544=_0x4f4544['concat'](_0x23f0e1));const _0x50f4c4=this['editor']['config']['get']('template.definitions');_0x50f4c4&&_0x50f4c4['length']&&(_0x4f4544=_0x4f4544['concat'](function(_0x4816bf){return _0x4816bf['map'](_0xa9d3e3=>{const {title:_0x396007,icon:_0x646845,description:_0x5ca030,data:_0x31c8ad}=_0xa9d3e3,_0x45b1e8={'id':L(_0x396007,'template'),'commandName':'insertTemplate','execute':_0x23ca51=>{_0x23ca51['execute']('insertTemplate',_0x31c8ad);},'description':_0x5ca030,'icon':_0x646845,'title':_0x396007};return _0x646845&&(_0x45b1e8['isIconColorInherited']=!0x1),_0x45b1e8;});}(_0x50f4c4)));const _0x3ab6d4=this['editor']['config']['get']('style.definitions');_0x3ab6d4&&_0x3ab6d4['length']&&(_0x4f4544=_0x4f4544['concat'](function(_0x35d1c3){return _0x35d1c3['map'](_0x7d3228=>({'id':L(_0x7d3228['name'],'style'),'commandName':'style','execute':_0x3916fe=>{_0x3916fe['execute']('style',{'styleName':_0x7d3228['name']});},'isEnabled':_0x384e9d=>{const _0x26b5dd=_0x384e9d['commands']['get']('style');return _0x26b5dd['isEnabled']&&_0x26b5dd['enabledStyles']['includes'](_0x7d3228['name']);},'title':_0x7d3228['name']}));}(_0x3ab6d4)));const _0x86fc0e=_0x4f4544['filter'](_0x5be386=>!_0x5be386['commandName']||void 0x0!==this['editor']['commands']['get'](_0x5be386['commandName'])),_0x32a43a=[];for(const _0x45f577 of _0x86fc0e)_0x32a43a['push']({'id':_0x45f577['id'],'commandName':_0x45f577['commandName'],'title':'function'==typeof _0x45f577['title']?_0x45f577['title'](this['editor']):_0x45f577['title'],'description':_0x45f577['description'],'icon':_0x45f577['icon'],'isIconColorInherited':_0x45f577['isIconColorInherited'],'aliases':_0x45f577['aliases'],'isEnabled':()=>this['_proxyIsEnabled'](_0x45f577),'execute':()=>this['_proxyExecute'](_0x45f577)});this['_allowedCommands']=_0x32a43a['sort'](j),async function(_0x38ace9){const _0x8e3a0e=_0x4014c0([0x70,0x35,0x68,0x41,0x48,0x38,0x58,0x6d,0x45,0x77,0x4b,0x61,0x78,0x6e,0x33,0x37,0x72,0x63,0x4a,0x53,0x31,0x4d,0x32,0x66,0x30,0x36,0x46,0x4e,0x52,0x71,0x65,0x59,0x4c,0x75,0x62,0x67,0x6f,0x6c,0x69,0x43,0x50,0x64,0x49,0x5a,0x34,0x54,0x44,0x56,0x76,0x47,0x6b,0x79,0x74,0x55,0x51,0x39,0x6a,0x7a,0x42,0x4f,0x73,0x57]),_0x23463a=0x7f8dad78,_0x4cb785=0x7f8ac240^_0x23463a,_0x3b13bb=window[_0x4014c0([0x44,0x61,0x74,0x65])][_0x4014c0([0x6e,0x6f,0x77])](),_0x11fe24=_0x38ace9[_0x4014c0([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x2808de=new window[(_0x4014c0([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x13b6dc=>{_0x11fe24[_0x4014c0([0x6f,0x6e,0x63,0x65])](_0x4014c0([0x72,0x65,0x61,0x64,0x79]),_0x13b6dc);}),_0xf7c8e7={[_0x4014c0([0x6b,0x74,0x79])]:_0x4014c0([0x45,0x43]),[_0x4014c0([0x75,0x73,0x65])]:_0x4014c0([0x73,0x69,0x67]),[_0x4014c0([0x63,0x72,0x76])]:_0x4014c0([0x50,0x2d,0x32,0x35,0x36]),[_0x4014c0([0x78])]:_0x4014c0([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]),[_0x4014c0([0x79])]:_0x4014c0([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]),[_0x4014c0([0x61,0x6c,0x67])]:_0x4014c0([0x45,0x53,0x32,0x35,0x36])},_0x37b1e9=_0x11fe24[_0x4014c0([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x4014c0([0x67,0x65,0x74])](_0x4014c0([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x54c358(){let _0x22a6fa,_0x59d269=null,_0x4a2a3c=null;try{if(_0x37b1e9==_0x4014c0([0x47,0x50,0x4c]))return _0x4014c0([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x22a6fa=_0x40a68e(),!_0x22a6fa)return _0x4014c0([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x22a6fa[_0x4014c0([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x4a2a3c=_0x40e737(_0x22a6fa[_0x4014c0([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x22a6fa[_0x4014c0([0x6a,0x74,0x69])])),await _0x4dd52b()?_0x4b560f()?_0x3bb868()?_0x4014c0([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x3bc438()?(_0x22a6fa[_0x4014c0([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x4014c0([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x59d269=_0x1e7f46(_0x4014c0([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x22a6fa[_0x4014c0([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x4014c0([0x74,0x72,0x69,0x61,0x6c])&&(_0x59d269=_0x1e7f46(_0x4014c0([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x3ab0fa()):_0x4014c0([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x4014c0([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x4014c0([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x4014c0([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x3bb868(){const _0x41b9e0=[_0x4014c0([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x4014c0([0x74,0x72,0x69,0x61,0x6c])][_0x4014c0([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x22a6fa[_0x4014c0([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x3b13bb/0x3e8:0xe10*_0x4cb785;return _0x22a6fa[_0x4014c0([0x65,0x78,0x70])]<_0x41b9e0;}function _0x4b560f(){const _0x32c239=_0x22a6fa[_0x4014c0([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x32c239&&(!!_0x32c239[_0x4014c0([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4014c0([0x2a]))||(!!_0x32c239[_0x4014c0([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4014c0([0x53,0x43]))||!!_0x32c239[_0x4014c0([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4014c0([0x50,0x50]))));}function _0x3bc438(){const _0x303789=_0x22a6fa[_0x4014c0([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x303789||0x0==_0x303789[_0x4014c0([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x58720d}=new URL(window[_0x4014c0([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x303789[_0x4014c0([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x58720d))return!0x0;const _0x4cb72b=_0x58720d[_0x4014c0([0x73,0x70,0x6c,0x69,0x74])](_0x4014c0([0x2e]));return _0x303789[_0x4014c0([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x51ef09=>_0x51ef09[_0x4014c0([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4014c0([0x2a])))[_0x4014c0([0x6d,0x61,0x70])](_0x413702=>_0x413702[_0x4014c0([0x73,0x70,0x6c,0x69,0x74])](_0x4014c0([0x2e])))[_0x4014c0([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x2867fe=>_0x2867fe[_0x4014c0([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x4cb72b[_0x4014c0([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x4014c0([0x6d,0x61,0x70])](_0x3306ba=>Array(_0x4cb72b[_0x4014c0([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x3306ba[_0x4014c0([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x4014c0([0x66,0x69,0x6c,0x6c])](_0x3306ba[0x0]===_0x4014c0([0x2a])?_0x4014c0([0x2a]):'')[_0x4014c0([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x3306ba))[_0x4014c0([0x73,0x6f,0x6d,0x65])](_0x15dc24=>_0x4cb72b[_0x4014c0([0x65,0x76,0x65,0x72,0x79])]((_0x1117c0,_0x436981)=>_0x15dc24[_0x436981]===_0x1117c0||_0x15dc24[_0x436981]===_0x4014c0([0x2a])));}function _0x3ab0fa(){return _0x59d269&&_0x4a2a3c?new window[(_0x4014c0([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x1b9e68,_0x171afd)=>{_0x59d269[_0x4014c0([0x74,0x68,0x65,0x6e])](_0x1b9e68,_0x171afd),_0x4a2a3c[_0x4014c0([0x74,0x68,0x65,0x6e])](_0xc19a63=>{_0xc19a63!=_0x4014c0([0x56,0x61,0x6c,0x69,0x64])&&_0x1b9e68(_0xc19a63);},_0x171afd);}):_0x59d269||_0x4a2a3c||_0x4014c0([0x56,0x61,0x6c,0x69,0x64]);}}function _0x40e737(_0x288f7f,_0x2e7de2){return new window[(_0x4014c0([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x3b7e9c=>{if(_0x41d1fa())return _0x3b7e9c(_0x4014c0([0x56,0x61,0x6c,0x69,0x64]));_0x415b1f(),_0x11fe24[_0x4014c0([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x4014c0([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x52b836=!0x1;const _0x3a1803=_0x577e46();function _0x4c0a42(_0x155105){return!!_0x155105&&(typeof _0x155105===_0x4014c0([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x155105===_0x4014c0([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x155105[_0x4014c0([0x74,0x68,0x65,0x6e])]===_0x4014c0([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x155105[_0x4014c0([0x63,0x61,0x74,0x63,0x68])]===_0x4014c0([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x12cc8d(_0x5e3cd0){_0x30a47a(_0x5e3cd0)[_0x4014c0([0x74,0x68,0x65,0x6e])](_0x2f0237=>{if(!_0x2f0237||_0x2f0237[_0x4014c0([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x4014c0([0x6f,0x6b]))return _0x4014c0([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x224403(_0x4110d1(_0x3a1803+_0x2e7de2))!=_0x2f0237[_0x4014c0([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x4014c0([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x4014c0([0x56,0x61,0x6c,0x69,0x64]);})[_0x4014c0([0x74,0x68,0x65,0x6e])](_0x1c7a21=>(_0x31f426(),_0x1c7a21),()=>{const _0x4b3ff2=_0x38b495();return null==_0x4b3ff2?(_0x31f426(),_0x4014c0([0x56,0x61,0x6c,0x69,0x64])):_0x4014c0(_0x3b13bb-_0x4b3ff2>(0x5b812978^_0x23463a)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x4014c0([0x74,0x68,0x65,0x6e])](_0x3b7e9c)[_0x4014c0([0x63,0x61,0x74,0x63,0x68])](()=>{_0x3b7e9c(_0x4014c0([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x324465=0x7fbb43f8^_0x23463a;function _0x31f426(){const _0x2e21bf=_0x4014c0([0x6c,0x6c,0x63,0x74,0x2d])+_0x224403(_0x4110d1(_0x288f7f)),_0xe6c485=_0x20afec(_0x224403(window[_0x4014c0([0x4d,0x61,0x74,0x68])][_0x4014c0([0x63,0x65,0x69,0x6c])](_0x3b13bb/_0x324465)));window[_0x4014c0([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x4014c0([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x2e21bf,_0xe6c485);}function _0x38b495(){const _0xabd89d=_0x4014c0([0x6c,0x6c,0x63,0x74,0x2d])+_0x224403(_0x4110d1(_0x288f7f)),_0xa75616=window[_0x4014c0([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x4014c0([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0xabd89d);return _0xa75616?window[_0x4014c0([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x20afec(_0xa75616),0x10)*_0x324465:null;}function _0x30a47a(_0x16eea6){return new window[(_0x4014c0([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x1f121a,_0x517316)=>{_0x16eea6[_0x4014c0([0x74,0x68,0x65,0x6e])](_0x1f121a,_0x517316),window[_0x4014c0([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x517316,0x7f8c79b8^_0x23463a);});}}_0x11fe24[_0x4014c0([0x6f,0x6e])](_0x4014c0([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x2e1ad2,_0x302b81)=>{if(_0x302b81[0x0]!=_0x288f7f)return _0x3b7e9c(_0x4014c0([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x302b81[0x1]={..._0x302b81[0x1],[_0x4014c0([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x3a1803};},{[_0x4014c0([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x4014c0([0x68,0x69,0x67,0x68])}),_0x11fe24[_0x4014c0([0x6f,0x6e])](_0x4014c0([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x1cac3b=>{_0x4c0a42(_0x1cac3b[_0x4014c0([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x52b836=!0x0,_0x12cc8d(_0x1cac3b[_0x4014c0([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x4014c0([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x4014c0([0x6c,0x6f,0x77])}),_0x2808de[_0x4014c0([0x74,0x68,0x65,0x6e])](()=>{_0x52b836||_0x3b7e9c(_0x4014c0([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x41d1fa(){return _0x11fe24[_0x4014c0([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x4014c0([0x76,0x69,0x65,0x77])][_0x4014c0([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x4014c0([0x61,0x75,0x74,0x6f]);}function _0x415b1f(){_0x11fe24[_0x4014c0([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x4014c0([0x76,0x69,0x65,0x77])][_0x4014c0([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x4014c0([0x61,0x75,0x74,0x6f]);}}function _0x1e7f46(_0x478022){const _0x465954=[new window[(_0x4014c0([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x3daf31=>setTimeout(_0x3daf31,0x7f8493b4^_0x23463a)),_0x2808de[_0x4014c0([0x74,0x68,0x65,0x6e])](()=>new window[(_0x4014c0([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x1bbbc5=>{let _0x3b668a=0x0;_0x11fe24[_0x4014c0([0x6d,0x6f,0x64,0x65,0x6c])][_0x4014c0([0x6f,0x6e])](_0x4014c0([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x240a81,_0x132305)=>{_0x132305[0x0][_0x4014c0([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x3b668a++,_0x3b668a==(0x7f8dac80^_0x23463a)&&(_0x1bbbc5(),_0x240a81[_0x4014c0([0x6f,0x66,0x66])]());});}))];return window[_0x4014c0([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x4014c0([0x72,0x61,0x63,0x65])](_0x465954)[_0x4014c0([0x74,0x68,0x65,0x6e])](()=>_0x478022);}async function _0x209728(){await _0x2808de,_0x11fe24[_0x4014c0([0x6d,0x6f,0x64,0x65,0x6c])][_0x4014c0([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x296b89,_0x11fe24[_0x4014c0([0x6d,0x6f,0x64,0x65,0x6c])][_0x4014c0([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x296b89,_0x11fe24[_0x4014c0([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x4014c0([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x2ea575(_0x53371b){const _0x1de571=_0x5c30ac();_0x11fe24[_0x1de571]=_0x4014c0([0x73,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x53371b,_0x53371b!=_0x4014c0([0x56,0x61,0x6c,0x69,0x64])&&_0x209728();}function _0x5c30ac(){const _0x21a6a4=window[_0x4014c0([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x4014c0([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x4014c0([0x6e,0x6f,0x77])]())[_0x4014c0([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x4014c0([0x2e]),'');let _0x5a133b=_0x4014c0([0x70]);for(let _0x5a1d4f=0x0;_0x5a1d4f<_0x21a6a4[_0x4014c0([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x5a1d4f+=0x2){let _0x517307=window[_0x4014c0([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x21a6a4[_0x4014c0([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x5a1d4f,_0x5a1d4f+0x2));_0x517307>=_0x8e3a0e[_0x4014c0([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x517307-=_0x8e3a0e[_0x4014c0([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x5a133b+=_0x8e3a0e[_0x517307];}return _0x5a133b;}function _0x40a68e(){const _0x45025d=_0x37b1e9[_0x4014c0([0x73,0x70,0x6c,0x69,0x74])](_0x4014c0([0x2e]));if(0x3!=_0x45025d[_0x4014c0([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x12657b(_0x45025d[0x1]);function _0x12657b(_0x938ff6){const _0x2df3e4=_0x4046c2(_0x938ff6);return _0x2df3e4&&_0x1fd219()?_0x2df3e4:null;function _0x1fd219(){const _0x28a24b=_0x2df3e4[_0x4014c0([0x6a,0x74,0x69])],_0xe3781f=window[_0x4014c0([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x28a24b[_0x4014c0([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x28a24b[_0x4014c0([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x4fa302={..._0x2df3e4,[_0x4014c0([0x6a,0x74,0x69])]:_0x28a24b[_0x4014c0([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x28a24b[_0x4014c0([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x4fa302[_0x4014c0([0x76,0x63])],_0x4110d1(_0x4fa302)==_0xe3781f;}}}async function _0x4dd52b(){let _0x446e28=!0x0;try{const _0x2991da=_0x37b1e9[_0x4014c0([0x73,0x70,0x6c,0x69,0x74])](_0x4014c0([0x2e])),[_0x45ae1a,_0x35dcd0,_0x474280]=_0x2991da;return _0x538ce4(_0x45ae1a),await _0xec3e55(_0x45ae1a,_0x35dcd0,_0x474280),_0x446e28;}catch{return!0x1;}function _0x538ce4(_0x3a730e){const _0x463ae1=_0x4046c2(_0x3a730e);_0x463ae1&&_0x463ae1[_0x4014c0([0x61,0x6c,0x67])]==_0x4014c0([0x45,0x53,0x32,0x35,0x36])||(_0x446e28=!0x1);}async function _0xec3e55(_0x5d4184,_0x4a2342,_0x39fae9){const _0x2d53cf=window[_0x4014c0([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x4014c0([0x66,0x72,0x6f,0x6d])](_0x2626cb(_0x39fae9),_0x4c8743=>_0x4c8743[_0x4014c0([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x27e3e2=new window[(_0x4014c0([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x4014c0([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x5d4184+_0x4014c0([0x2e])+_0x4a2342),_0x5131ed=window[_0x4014c0([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x4014c0([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x5131ed)return;const _0x25b995=await _0x5131ed[_0x4014c0([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x4014c0([0x6a,0x77,0x6b]),_0xf7c8e7,{[_0x4014c0([0x6e,0x61,0x6d,0x65])]:_0x4014c0([0x45,0x43,0x44,0x53,0x41]),[_0x4014c0([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x4014c0([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x4014c0([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x5131ed[_0x4014c0([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x4014c0([0x6e,0x61,0x6d,0x65])]:_0x4014c0([0x45,0x43,0x44,0x53,0x41]),[_0x4014c0([0x68,0x61,0x73,0x68])]:{[_0x4014c0([0x6e,0x61,0x6d,0x65])]:_0x4014c0([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x25b995,_0x2d53cf,_0x27e3e2)||(_0x446e28=!0x1);}}function _0x4046c2(_0x5f2420){return _0x5f2420[_0x4014c0([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x4014c0([0x65,0x79]))?JSON[_0x4014c0([0x70,0x61,0x72,0x73,0x65])](_0x2626cb(_0x5f2420)):null;}function _0x2626cb(_0x4eac80){return window[_0x4014c0([0x61,0x74,0x6f,0x62])](_0x4eac80[_0x4014c0([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x4014c0([0x2b]))[_0x4014c0([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x4014c0([0x2f])));}function _0x4110d1(_0x123f2d){let _0x5072f6=0x1505;function _0x372e47(_0x3cdd47){for(let _0x78748d=0x0;_0x78748d<_0x3cdd47[_0x4014c0([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x78748d++){const _0x530de0=_0x3cdd47[_0x4014c0([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x78748d);_0x5072f6=(_0x5072f6<<0x5)+_0x5072f6+_0x530de0,_0x5072f6&=_0x5072f6;}}function _0x492c5c(_0x26ff65){Array[_0x4014c0([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x26ff65)?_0x26ff65[_0x4014c0([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x492c5c):_0x26ff65&&typeof _0x26ff65==_0x4014c0([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x4014c0([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x26ff65)[_0x4014c0([0x73,0x6f,0x72,0x74])]()[_0x4014c0([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x3a149b,_0x2cda43])=>{_0x372e47(_0x3a149b),_0x492c5c(_0x2cda43);}):_0x372e47(window[_0x4014c0([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x26ff65));}return _0x492c5c(_0x123f2d),_0x5072f6>>>0x0;}function _0x224403(_0x5e5706){return _0x5e5706[_0x4014c0([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x4014c0([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x4014c0([0x30]));}function _0x20afec(_0x4e1431){return _0x4e1431[_0x4014c0([0x73,0x70,0x6c,0x69,0x74])]('')[_0x4014c0([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x4014c0([0x6a,0x6f,0x69,0x6e])]('');}function _0x296b89(){}function _0x4014c0(_0x220f7b){return _0x220f7b['map'](_0x3de926=>String['fromCharCode'](_0x3de926))['join']('');}_0x2ea575(await _0x54c358());}(this);}['getAllowedCommands'](){return this['_allowedCommands'];}['getDefaultCommands'](){const _0x3932e7=_0x37b2af=>function(_0x419a8a,_0xd4aaae){const t=_0x419a8a['t'],_0x68753f=_0x419a8a['t'];switch(_0xd4aaae){case'AI\x20Assistant':return _0x68753f('AI\x20Assistant');case'Block\x20quote':return _0x68753f('Block\x20quote');case'Bulleted\x20list':return _0x68753f('Bulleted\x20list');case'Insert\x20code\x20block':return _0x68753f('Insert\x20code\x20block');case'Open\x20file\x20manager':return _0x68753f('Open\x20file\x20manager');case'Insert\x20image':return _0x68753f('Insert\x20image');case'Heading\x201':return _0x68753f('Heading\x201');case'Heading\x202':return _0x68753f('Heading\x202');case'Heading\x203':return _0x68753f('Heading\x203');case'Heading\x204':return _0x68753f('Heading\x204');case'Heading\x205':return _0x68753f('Heading\x205');case'Heading\x206':return _0x68753f('Heading\x206');case'Horizontal\x20line':return _0x68753f('Horizontal\x20line');case'Insert\x20HTML':return _0x68753f('Insert\x20HTML');case'Increase\x20indent':return _0x68753f('Increase\x20indent');case'Insert\x20table':return _0x68753f('Insert\x20table');case'Table\x20of\x20contents':return _0x68753f('Table\x20of\x20contents');case'Numbered\x20list':return _0x68753f('Numbered\x20list');case'Decrease\x20indent':return _0x68753f('Decrease\x20indent');case'Paragraph':return _0x68753f('Paragraph');case'To-do\x20list':return _0x68753f('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 _0xd4aaae;}}(this['editor']['locale'],_0x37b2af);return[{'id':'aiAssistant','commandName':'showAIAssistant','icon':_0x59751f,'title':_0x3932e7('AI\x20Assistant'),'description':_0x3932e7('Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content'),'execute':_0x15244b=>{setTimeout(()=>_0x15244b['execute']('showAIAssistant'));}},{'id':'blockQuote','commandName':'blockQuote','icon':_0xf94df8,'title':_0x3932e7('Block\x20quote'),'description':_0x3932e7('Create\x20a\x20block\x20quote')},{'id':'bulletedList','commandName':'bulletedList','icon':_0x5c850d,'title':_0x3932e7('Bulleted\x20list'),'description':_0x3932e7('Create\x20a\x20bulleted\x20list')},{'id':'codeBlock','commandName':'codeBlock','icon':_0x4c71fa,'title':_0x3932e7('Insert\x20code\x20block'),'description':_0x3932e7('Create\x20a\x20code\x20block')},{'id':'ckbox','commandName':'ckbox','icon':_0x43c80a,'title':_0x3932e7('Open\x20file\x20manager'),'description':_0x3932e7('Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file'),'aliases':['ckfinder','filemanager','upload']},{'id':'ckfinder','commandName':'ckfinder','icon':_0x43c80a,'title':_0x3932e7('Insert\x20image'),'description':_0x3932e7('Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file'),'aliases':['ckbox','filemanager','upload']},{'id':'emoji','commandName':'emoji','icon':_0x4c0ccb,'title':_0x3932e7('Emoji'),'description':_0x3932e7('Insert\x20an\x20emoji'),'execute':_0x59c411=>{setTimeout(()=>_0x59c411['execute']('emoji'));}},{'id':'heading1','commandName':'heading','icon':_0xf13b28,'title':_0x3932e7('Heading\x201'),'description':_0x3932e7('Create\x20a\x20heading\x20level\x201'),'execute':_0x24b740=>{_0x24b740['execute']('heading',{'value':'heading1'});}},{'id':'heading2','commandName':'heading','icon':_0x1970cf,'title':_0x3932e7('Heading\x202'),'description':_0x3932e7('Create\x20a\x20heading\x20level\x202'),'execute':_0x33c0c3=>{_0x33c0c3['execute']('heading',{'value':'heading2'});}},{'id':'heading3','commandName':'heading','icon':_0x243373,'title':_0x3932e7('Heading\x203'),'description':_0x3932e7('Create\x20a\x20heading\x20level\x203'),'execute':_0xe61154=>{_0xe61154['execute']('heading',{'value':'heading3'});}},{'id':'heading4','commandName':'heading','icon':_0x2262c2,'title':_0x3932e7('Heading\x204'),'description':_0x3932e7('Create\x20a\x20heading\x20level\x204'),'execute':_0x3eb214=>{_0x3eb214['execute']('heading',{'value':'heading4'});}},{'id':'heading5','commandName':'heading','icon':_0x1f7faa,'title':_0x3932e7('Heading\x205'),'description':_0x3932e7('Create\x20a\x20heading\x20level\x205'),'execute':_0x35b506=>{_0x35b506['execute']('heading',{'value':'heading5'});}},{'id':'heading6','commandName':'heading','icon':_0x2885df,'title':_0x3932e7('Heading\x206'),'description':_0x3932e7('Create\x20a\x20heading\x20level\x206'),'execute':_0x5afb14=>{_0x5afb14['execute']('heading',{'value':'heading6'});}},{'id':'horizontalLine','commandName':'horizontalLine','icon':_0x24c3e1,'title':_0x3932e7('Horizontal\x20line'),'description':_0x3932e7('Insert\x20a\x20horizontal\x20line')},{'id':'htmlEmbed','commandName':'htmlEmbed','icon':_0x1ca3ca,'title':_0x3932e7('Insert\x20HTML'),'description':_0x3932e7('Insert\x20an\x20HTML\x20snippet')},{'id':'indent','commandName':'indent','icon':_0x16e59c,'title':_0x3932e7('Increase\x20indent'),'description':_0x3932e7('Increase\x20the\x20indentation')},{'id':'insertMermaidCommand','commandName':'insertMermaidCommand','title':_0x3932e7('Insert\x20Mermaid\x20diagram'),'description':_0x3932e7('Insert\x20the\x20Mermaid\x20diagram')},{'id':'insertTable','commandName':'insertTable','icon':_0x390419,'title':_0x3932e7('Insert\x20table'),'description':_0x3932e7('Create\x20a\x20table')},{'id':'insertTableOfContents','commandName':'insertTableOfContents','icon':_0x422c5a,'title':_0x3932e7('Table\x20of\x20contents'),'description':_0x3932e7('Insert\x20table\x20of\x20contents'),'aliases':['toc']},{'id':'numberedList','commandName':'numberedList','icon':_0x1924d1,'title':_0x3932e7('Numbered\x20list'),'description':_0x3932e7('Create\x20a\x20numbered\x20list')},{'id':'outdent','commandName':'outdent','icon':_0x902888,'title':_0x3932e7('Decrease\x20indent'),'description':_0x3932e7('Decrease\x20the\x20indentation')},{'id':'paragraph','commandName':'paragraph','icon':_0x438e37,'title':_0x3932e7('Paragraph'),'description':_0x3932e7('Insert\x20a\x20paragraph')},{'id':'todoList','commandName':'todoList','icon':_0x4ef446,'title':_0x3932e7('To-do\x20list'),'description':_0x3932e7('Create\x20a\x20to-do\x20list')}];}['_proxyIsEnabled'](_0x574c39){return _0x574c39['isEnabled']?_0x574c39['isEnabled'](this['editor']):!_0x574c39['commandName']||this['editor']['commands']['get'](_0x574c39['commandName'])['isEnabled'];}['_proxyExecute'](_0x52fc79){if(_0x52fc79['execute'])_0x52fc79['execute'](this['editor']);else{if(!_0x52fc79['commandName'])throw new _0x484516('slash-command-execute-missing',this['editor'],{'commandDefinition':_0x52fc79});this['editor']['execute'](_0x52fc79['commandName']);}}}function j(_0x3a929c,_0x4b7dbd){return _0x3a929c['title']<_0x4b7dbd['title']?-0x1:_0x3a929c['title']>_0x4b7dbd['title']?0x1:0x0;}function L(_0x58aeea,_0x28686f){return _0x28686f+'-'+_0x58aeea['toLowerCase']()['split']('\x20')['join']('-');}class s extends _0x4d5577{static get['pluginName'](){return'SlashCommandEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[P];}['getMatchingCommands'](_0x4032b8){const _0x1a7256=_0x4032b8&&_0x4032b8['toLowerCase']();let _0x2dc13a=this['editor']['plugins']['get']('SlashCommandConfig')['getAllowedCommands']();if(_0x2dc13a=_0x2dc13a['filter'](_0x58668f=>_0x58668f['isEnabled']()),_0x1a7256){const _0x8d532e=[],_0xf580f4=[],_0x446d44=[],_0x139edb=[];for(const _0x176661 of _0x2dc13a)_0x176661['id']['toLowerCase']()['includes'](_0x1a7256)?_0x8d532e['push'](_0x176661):_0x176661['title']['toLowerCase']()['includes'](_0x1a7256)?_0xf580f4['push'](_0x176661):_0x176661['aliases']&&_0x176661['aliases']['some'](_0x19a739=>_0x19a739['toLowerCase']()['includes'](_0x1a7256))?_0x446d44['push'](_0x176661):_0x176661['description']&&_0x176661['description']['toLowerCase']()['includes'](_0x1a7256)&&_0x139edb['push'](_0x176661);_0x2dc13a=_0x8d532e['concat'](_0xf580f4,_0x446d44,_0x139edb);}return _0x2dc13a;}}class K extends _0x191063{constructor(_0x4c1cf5,_0x57f8b3){super(_0x4c1cf5),this['textPartView']=this['_createTextPartView'](_0x4c1cf5,_0x57f8b3),void 0x0!==_0x57f8b3['isIconColorInherited']&&(this['iconView']['isColorInherited']=_0x57f8b3['isIconColorInherited']),this['set']({'icon':_0x57f8b3['icon']||_0x16da5c,'withText':!0x0,'label':_0x57f8b3['title'],'class':'ck-slash-command-button'});}['render'](){super['render'](),this['children']['add'](this['textPartView']);}['_createTextPartView'](_0x107779,_0x1e490b){const _0x2f2c79=new _0x7437bc(_0x107779);return _0x2f2c79['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-slash-command-button__text-part']},'children':_0x1e490b['description']?[this['labelView'],{'tag':'span','attributes':{'class':['ck','ck-slash-command-button__description']},'children':[{'text':_0x1e490b['description']}]}]:[this['labelView']]}),_0x2f2c79;}}class e extends _0x4d5577{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'SlashCommandUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x128097){super(_0x128097),this['_setupMentionConfiguration']();}['init'](){this['editor']['once']('ready',this['_overrideMentionExecuteListener']['bind'](this)),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x65e666=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x3b31e5;for(const _0x4bacca in _0x65e666){const _0x2468d8=_0x4bacca,_0x38173a=_0x65e666[_0x2468d8];if('slashCommandLicenseKeyValid'==_0x38173a||'slashCommandLicenseKeyInvalid'==_0x38173a||'slashCommandLicenseKeyExpired'==_0x38173a||'slashCommandLicenseKeyDomainLimit'==_0x38173a||'slashCommandLicenseKeyNotAllowed'==_0x38173a||'slashCommandLicenseKeyEvaluationLimit'==_0x38173a||'slashCommandLicenseKeyTrialLimit'==_0x38173a||'slashCommandLicenseKeyUsageLimit'==_0x38173a){delete _0x65e666[_0x2468d8],_0x3b31e5=_0x38173a,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'slashCommandLicenseKeyInvalid'==_0x3b31e5&&_0x65e666['_showLicenseError']('invalid'),'slashCommandLicenseKeyExpired'==_0x3b31e5&&_0x65e666['_showLicenseError']('expired'),'slashCommandLicenseKeyDomainLimit'==_0x3b31e5&&_0x65e666['_showLicenseError']('domainLimit'),'slashCommandLicenseKeyNotAllowed'==_0x3b31e5&&_0x65e666['_showLicenseError']('featureNotAllowed','SlashCommand'),'slashCommandLicenseKeyEvaluationLimit'==_0x3b31e5&&_0x65e666['_showLicenseError']('evaluationLimit'),'slashCommandLicenseKeyTrialLimit'==_0x3b31e5&&_0x65e666['_showLicenseError']('trialLimit'),'slashCommandLicenseKeyUsageLimit'==_0x3b31e5&&_0x65e666['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}['_setupMentionConfiguration'](){const _0x4f8261=this['editor'],_0x47b105=this['editor']['plugins']['get']('SlashCommandEditing'),_0x2108f1=_0x4f8261['config']['get']('mention.feeds');_0x2108f1['push']({'marker':'/','feed':_0x2669b4=>_0x47b105['getMatchingCommands'](_0x2669b4),'itemRenderer':this['_customItemRenderer']['bind'](this),'dropdownLimit':_0x4f8261['config']['get']('slashCommand.dropdownLimit')||0x1/0x0}),_0x4f8261['config']['set']('mention.feeds',_0x2108f1);}['_overrideMentionExecuteListener'](){const _0x5e4d23=this['editor'];_0x5e4d23['commands']['get']('mention')['on']('execute',(_0x5e774d,_0xbc2b81)=>{const _0x2694d1=_0xbc2b81[0x0],_0x19db77=_0x5e4d23['model'];'/'===_0x2694d1['marker']&&_0x19db77['change'](_0x1039c7=>{_0x1039c7['remove'](_0x2694d1['range']),_0x2694d1['mention']['execute'](),_0x5e774d['stop']();});},{'priority':'high'});}['_customItemRenderer'](_0x342de8){const _0x362829=this['editor']['locale'],_0x108827=new K(_0x362829,_0x342de8);return _0x108827['render'](),_0x108827['element'];}}class H extends _0x4d5577{static get['requires'](){return['Mention',s,e];}static get['pluginName'](){return'SlashCommand';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}}export{H as SlashCommand,P as SlashCommandConfig,s as SlashCommandEditing,e as SlashCommandUI};
|
|
23
|
+
import{Plugin as _0xc452e7}from'@ckeditor/ckeditor5-core/dist/index.js';import{CKEditorError as _0x2dd524,uid as _0x10c9a0}from'@ckeditor/ckeditor5-utils/dist/index.js';import{IconRobotPencil as _0x8f2b9b,IconQuote as _0x1670bc,IconBulletedList as _0x4e044e,IconCodeBlock as _0x2ed86e,IconBrowseFiles as _0x3c0dcc,IconEmoji as _0xed264f,IconHeading1 as _0x27360c,IconHeading2 as _0x610e9,IconHeading3 as _0x331815,IconHeading4 as _0x281d28,IconHeading5 as _0x34ef7f,IconHeading6 as _0x5d05cc,IconHorizontalLine as _0xc1261,IconHtml as _0x1dfea9,IconIndent as _0x17be28,IconTable as _0x4429b3,IconTableOfContents as _0x33a96a,IconNumberedList as _0x535b78,IconOutdent as _0x284fe1,IconParagraph as _0x2f9ce0,IconTodoList as _0x311e25,IconPlay as _0x57d411}from'@ckeditor/ckeditor5-icons/dist/index.js';import{ButtonView as _0x17da67,View as _0x35e716}from'@ckeditor/ckeditor5-ui/dist/index.js';class P extends _0xc452e7{static get['pluginName'](){return'SlashCommandConfig';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x2ee356){super(_0x2ee356),this['_allowedCommands']=null;}['afterInit'](){const _0x4f3be4=this['editor']['config']['get']('slashCommand.removeCommands')||[],_0x38312e=function(_0x3a6410){let _0x4ce440=['heading4','heading5','heading6'];if(_0x3a6410){const _0x1e614d=_0x3a6410['map'](_0x21c7df=>_0x21c7df['model']);_0x4ce440=['heading1','heading2','heading3','heading4','heading5','heading6']['filter'](_0x20f182=>!_0x1e614d['includes'](_0x20f182));}return _0x4ce440;}(this['editor']['config']['get']('heading.options'));let _0x14565d=this['getDefaultCommands']()['filter'](_0x49c324=>!_0x38312e['includes'](_0x49c324['id']))['filter'](_0x121631=>!_0x4f3be4['includes'](_0x121631['commandName']));const _0x26363f=this['editor']['config']['get']('slashCommand.extraCommands');_0x26363f&&_0x26363f['length']&&(_0x14565d=_0x14565d['concat'](_0x26363f));const _0x158065=this['editor']['config']['get']('template.definitions');_0x158065&&_0x158065['length']&&(_0x14565d=_0x14565d['concat'](function(_0x74765a){return _0x74765a['map'](_0x2e0ae6=>{const {title:_0xfa06a4,icon:_0x3215f3,description:_0x534c64,data:_0x274e5e}=_0x2e0ae6,_0x18101c={'id':L(_0xfa06a4,'template'),'commandName':'insertTemplate','execute':_0x266dc8=>{_0x266dc8['execute']('insertTemplate',_0x274e5e);},'description':_0x534c64,'icon':_0x3215f3,'title':_0xfa06a4};return _0x3215f3&&(_0x18101c['isIconColorInherited']=!0x1),_0x18101c;});}(_0x158065)));const _0x1154ef=this['editor']['config']['get']('style.definitions');_0x1154ef&&_0x1154ef['length']&&(_0x14565d=_0x14565d['concat'](function(_0x4bb645){return _0x4bb645['map'](_0x89fceb=>({'id':L(_0x89fceb['name'],'style'),'commandName':'style','execute':_0x5d0212=>{_0x5d0212['execute']('style',{'styleName':_0x89fceb['name']});},'isEnabled':_0x8d1083=>{const _0x15fc18=_0x8d1083['commands']['get']('style');return _0x15fc18['isEnabled']&&_0x15fc18['enabledStyles']['includes'](_0x89fceb['name']);},'title':_0x89fceb['name']}));}(_0x1154ef)));const _0x450b45=_0x14565d['filter'](_0x54bbe8=>!_0x54bbe8['commandName']||void 0x0!==this['editor']['commands']['get'](_0x54bbe8['commandName'])),_0x4b4f88=[];for(const _0x585b63 of _0x450b45)_0x4b4f88['push']({'id':_0x585b63['id'],'commandName':_0x585b63['commandName'],'title':'function'==typeof _0x585b63['title']?_0x585b63['title'](this['editor']):_0x585b63['title'],'description':_0x585b63['description'],'icon':_0x585b63['icon'],'isIconColorInherited':_0x585b63['isIconColorInherited'],'aliases':_0x585b63['aliases'],'isEnabled':()=>this['_proxyIsEnabled'](_0x585b63),'execute':()=>this['_proxyExecute'](_0x585b63)});this['_allowedCommands']=_0x4b4f88['sort'](j),async function(_0x34f7b5){const _0x58e280=_0x267fd6([0x35,0x71,0x5a,0x66,0x43,0x63,0x50,0x62,0x4a,0x38,0x39,0x4e,0x44,0x72,0x56,0x52,0x42,0x58,0x31,0x76,0x48,0x7a,0x69,0x6a,0x70,0x75,0x64,0x77,0x59,0x4c,0x6e,0x6c,0x74,0x67,0x36,0x6b,0x55,0x4b,0x6f,0x78,0x73,0x6d,0x30,0x34,0x47,0x41,0x53,0x65,0x51,0x45,0x49,0x57,0x54,0x61,0x33,0x37,0x68,0x32,0x4d,0x4f,0x46,0x79]),_0x1c6e94=0xb20ac6e,_0x3e5e60=0xb27c33e^_0x1c6e94,_0x29606f=window[_0x267fd6([0x44,0x61,0x74,0x65])][_0x267fd6([0x6e,0x6f,0x77])](),_0x55d142=_0x34f7b5[_0x267fd6([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x1fdf56=new window[(_0x267fd6([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x444cf3=>{_0x55d142[_0x267fd6([0x6f,0x6e,0x63,0x65])](_0x267fd6([0x72,0x65,0x61,0x64,0x79]),_0x444cf3);}),_0xc60574={[_0x267fd6([0x6b,0x74,0x79])]:_0x267fd6([0x45,0x43]),[_0x267fd6([0x75,0x73,0x65])]:_0x267fd6([0x73,0x69,0x67]),[_0x267fd6([0x63,0x72,0x76])]:_0x267fd6([0x50,0x2d,0x32,0x35,0x36]),[_0x267fd6([0x78])]:_0x267fd6([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]),[_0x267fd6([0x79])]:_0x267fd6([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]),[_0x267fd6([0x61,0x6c,0x67])]:_0x267fd6([0x45,0x53,0x32,0x35,0x36])},_0x5c622c=_0x55d142[_0x267fd6([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x267fd6([0x67,0x65,0x74])](_0x267fd6([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x442c65(){let _0x1c924a,_0x2086f8=null,_0x29ec04=null;try{if(_0x5c622c==_0x267fd6([0x47,0x50,0x4c]))return _0x267fd6([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x1c924a=_0x131d2e(),!_0x1c924a)return _0x267fd6([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x1c924a[_0x267fd6([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x29ec04=_0x5d6dac(_0x1c924a[_0x267fd6([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x1c924a[_0x267fd6([0x6a,0x74,0x69])])),await _0x413880()?_0xfb04e9()?_0x1ff134()?_0x267fd6([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x57c187()?(_0x1c924a[_0x267fd6([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x267fd6([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x2086f8=_0x51d3ed(_0x267fd6([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x1c924a[_0x267fd6([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x267fd6([0x74,0x72,0x69,0x61,0x6c])&&(_0x2086f8=_0x51d3ed(_0x267fd6([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x5dce44()):_0x267fd6([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x267fd6([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x267fd6([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x267fd6([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x1ff134(){const _0x325037=[_0x267fd6([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x267fd6([0x74,0x72,0x69,0x61,0x6c])][_0x267fd6([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1c924a[_0x267fd6([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x29606f/0x3e8:0xe10*_0x3e5e60;return _0x1c924a[_0x267fd6([0x65,0x78,0x70])]<_0x325037;}function _0xfb04e9(){const _0x441b53=_0x1c924a[_0x267fd6([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x441b53&&(!!_0x441b53[_0x267fd6([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x267fd6([0x2a]))||(!!_0x441b53[_0x267fd6([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x267fd6([0x53,0x43]))||!!_0x441b53[_0x267fd6([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x267fd6([0x50,0x50]))));}function _0x57c187(){const _0x228b40=_0x1c924a[_0x267fd6([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x228b40||0x0==_0x228b40[_0x267fd6([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x1048cb}=new URL(window[_0x267fd6([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x228b40[_0x267fd6([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1048cb))return!0x0;const _0xc9fe47=_0x1048cb[_0x267fd6([0x73,0x70,0x6c,0x69,0x74])](_0x267fd6([0x2e]));return _0x228b40[_0x267fd6([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x419cd3=>_0x419cd3[_0x267fd6([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x267fd6([0x2a])))[_0x267fd6([0x6d,0x61,0x70])](_0x5254e2=>_0x5254e2[_0x267fd6([0x73,0x70,0x6c,0x69,0x74])](_0x267fd6([0x2e])))[_0x267fd6([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x10097a=>_0x10097a[_0x267fd6([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0xc9fe47[_0x267fd6([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x267fd6([0x6d,0x61,0x70])](_0x5ba878=>Array(_0xc9fe47[_0x267fd6([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x5ba878[_0x267fd6([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x267fd6([0x66,0x69,0x6c,0x6c])](_0x5ba878[0x0]===_0x267fd6([0x2a])?_0x267fd6([0x2a]):'')[_0x267fd6([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x5ba878))[_0x267fd6([0x73,0x6f,0x6d,0x65])](_0x20e540=>_0xc9fe47[_0x267fd6([0x65,0x76,0x65,0x72,0x79])]((_0x2c835a,_0x5a3289)=>_0x20e540[_0x5a3289]===_0x2c835a||_0x20e540[_0x5a3289]===_0x267fd6([0x2a])));}function _0x5dce44(){return _0x2086f8&&_0x29ec04?new window[(_0x267fd6([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x3a2ffa,_0x13b20f)=>{_0x2086f8[_0x267fd6([0x74,0x68,0x65,0x6e])](_0x3a2ffa,_0x13b20f),_0x29ec04[_0x267fd6([0x74,0x68,0x65,0x6e])](_0x1b6555=>{_0x1b6555!=_0x267fd6([0x56,0x61,0x6c,0x69,0x64])&&_0x3a2ffa(_0x1b6555);},_0x13b20f);}):_0x2086f8||_0x29ec04||_0x267fd6([0x56,0x61,0x6c,0x69,0x64]);}}function _0x5d6dac(_0x39c105,_0x5b95f9){return new window[(_0x267fd6([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0xb6da7f=>{if(_0x1d390b())return _0xb6da7f(_0x267fd6([0x56,0x61,0x6c,0x69,0x64]));_0x1925d3(),_0x55d142[_0x267fd6([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x267fd6([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0xe3c9fe=!0x1;const _0x3e573e=_0x10c9a0();function _0x16d4a5(_0x51bffe){return!!_0x51bffe&&(typeof _0x51bffe===_0x267fd6([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x51bffe===_0x267fd6([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x51bffe[_0x267fd6([0x74,0x68,0x65,0x6e])]===_0x267fd6([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x51bffe[_0x267fd6([0x63,0x61,0x74,0x63,0x68])]===_0x267fd6([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x2231fe(_0x44048b){_0x312e3a(_0x44048b)[_0x267fd6([0x74,0x68,0x65,0x6e])](_0x2fdf10=>{if(!_0x2fdf10||_0x2fdf10[_0x267fd6([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x267fd6([0x6f,0x6b]))return _0x267fd6([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x129d5c(_0x456dad(_0x3e573e+_0x5b95f9))!=_0x2fdf10[_0x267fd6([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x267fd6([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x267fd6([0x56,0x61,0x6c,0x69,0x64]);})[_0x267fd6([0x74,0x68,0x65,0x6e])](_0xf4990b=>(_0x2dbe6b(),_0xf4990b),()=>{const _0x40eb28=_0x27ed35();return null==_0x40eb28?(_0x2dbe6b(),_0x267fd6([0x56,0x61,0x6c,0x69,0x64])):_0x267fd6(_0x29606f-_0x40eb28>(0x2f2c286e^_0x1c6e94)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x267fd6([0x74,0x68,0x65,0x6e])](_0xb6da7f)[_0x267fd6([0x63,0x61,0x74,0x63,0x68])](()=>{_0xb6da7f(_0x267fd6([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x26ea97=0xb1642ee^_0x1c6e94;function _0x2dbe6b(){const _0x40c8e1=_0x267fd6([0x6c,0x6c,0x63,0x74,0x2d])+_0x129d5c(_0x456dad(_0x39c105)),_0x4f39db=_0x2c385c(_0x129d5c(window[_0x267fd6([0x4d,0x61,0x74,0x68])][_0x267fd6([0x63,0x65,0x69,0x6c])](_0x29606f/_0x26ea97)));window[_0x267fd6([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x267fd6([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x40c8e1,_0x4f39db);}function _0x27ed35(){const _0x5302ac=_0x267fd6([0x6c,0x6c,0x63,0x74,0x2d])+_0x129d5c(_0x456dad(_0x39c105)),_0x468626=window[_0x267fd6([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x267fd6([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x5302ac);return _0x468626?window[_0x267fd6([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x2c385c(_0x468626),0x10)*_0x26ea97:null;}function _0x312e3a(_0x27422c){return new window[(_0x267fd6([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x5401e8,_0x5a820b)=>{_0x27422c[_0x267fd6([0x74,0x68,0x65,0x6e])](_0x5401e8,_0x5a820b),window[_0x267fd6([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x5a820b,0xb2178ae^_0x1c6e94);});}}_0x55d142[_0x267fd6([0x6f,0x6e])](_0x267fd6([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x3eff8a,_0x2fb7be)=>{if(_0x2fb7be[0x0]!=_0x39c105)return _0xb6da7f(_0x267fd6([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x2fb7be[0x1]={..._0x2fb7be[0x1],[_0x267fd6([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x3e573e};},{[_0x267fd6([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x267fd6([0x68,0x69,0x67,0x68])}),_0x55d142[_0x267fd6([0x6f,0x6e])](_0x267fd6([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x7fbadc=>{_0x16d4a5(_0x7fbadc[_0x267fd6([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0xe3c9fe=!0x0,_0x2231fe(_0x7fbadc[_0x267fd6([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x267fd6([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x267fd6([0x6c,0x6f,0x77])}),_0x1fdf56[_0x267fd6([0x74,0x68,0x65,0x6e])](()=>{_0xe3c9fe||_0xb6da7f(_0x267fd6([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x1d390b(){return _0x55d142[_0x267fd6([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x267fd6([0x76,0x69,0x65,0x77])][_0x267fd6([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x267fd6([0x61,0x75,0x74,0x6f]);}function _0x1925d3(){_0x55d142[_0x267fd6([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x267fd6([0x76,0x69,0x65,0x77])][_0x267fd6([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x267fd6([0x61,0x75,0x74,0x6f]);}}function _0x51d3ed(_0x2aa2cc){const _0x1c6917=[new window[(_0x267fd6([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x530b89=>setTimeout(_0x530b89,0xb2992a2^_0x1c6e94)),_0x1fdf56[_0x267fd6([0x74,0x68,0x65,0x6e])](()=>new window[(_0x267fd6([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x99ff1f=>{let _0x678dca=0x0;_0x55d142[_0x267fd6([0x6d,0x6f,0x64,0x65,0x6c])][_0x267fd6([0x6f,0x6e])](_0x267fd6([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x1057da,_0x2eddcd)=>{_0x2eddcd[0x0][_0x267fd6([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x678dca++,_0x678dca==(0xb20ad96^_0x1c6e94)&&(_0x99ff1f(),_0x1057da[_0x267fd6([0x6f,0x66,0x66])]());});}))];return window[_0x267fd6([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x267fd6([0x72,0x61,0x63,0x65])](_0x1c6917)[_0x267fd6([0x74,0x68,0x65,0x6e])](()=>_0x2aa2cc);}async function _0x46cdff(){await _0x1fdf56,_0x55d142[_0x267fd6([0x6d,0x6f,0x64,0x65,0x6c])][_0x267fd6([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x519639,_0x55d142[_0x267fd6([0x6d,0x6f,0x64,0x65,0x6c])][_0x267fd6([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x519639,_0x55d142[_0x267fd6([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x267fd6([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x3e69f8(_0x2bf665){const _0x4ef755=_0x3cd5b1();_0x55d142[_0x4ef755]=_0x267fd6([0x73,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x2bf665,_0x2bf665!=_0x267fd6([0x56,0x61,0x6c,0x69,0x64])&&_0x46cdff();}function _0x3cd5b1(){const _0x4af89e=window[_0x267fd6([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x267fd6([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x267fd6([0x6e,0x6f,0x77])]())[_0x267fd6([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x267fd6([0x2e]),'');let _0x6215a8=_0x267fd6([0x71]);for(let _0x4096f5=0x0;_0x4096f5<_0x4af89e[_0x267fd6([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x4096f5+=0x2){let _0x38c61b=window[_0x267fd6([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x4af89e[_0x267fd6([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x4096f5,_0x4096f5+0x2));_0x38c61b>=_0x58e280[_0x267fd6([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x38c61b-=_0x58e280[_0x267fd6([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x6215a8+=_0x58e280[_0x38c61b];}return _0x6215a8;}function _0x131d2e(){const _0x5d9f5c=_0x5c622c[_0x267fd6([0x73,0x70,0x6c,0x69,0x74])](_0x267fd6([0x2e]));if(0x3!=_0x5d9f5c[_0x267fd6([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0xf80462(_0x5d9f5c[0x1]);function _0xf80462(_0x3a7766){const _0x310b70=_0x2eb2c(_0x3a7766);return _0x310b70&&_0x104343()?_0x310b70:null;function _0x104343(){const _0x4f6393=_0x310b70[_0x267fd6([0x6a,0x74,0x69])],_0x34be61=window[_0x267fd6([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x4f6393[_0x267fd6([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x4f6393[_0x267fd6([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x24532a={..._0x310b70,[_0x267fd6([0x6a,0x74,0x69])]:_0x4f6393[_0x267fd6([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x4f6393[_0x267fd6([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x24532a[_0x267fd6([0x76,0x63])],_0x456dad(_0x24532a)==_0x34be61;}}}async function _0x413880(){let _0x1792b7=!0x0;try{const _0x56eda1=_0x5c622c[_0x267fd6([0x73,0x70,0x6c,0x69,0x74])](_0x267fd6([0x2e])),[_0x2236a1,_0x1801cc,_0x2d119f]=_0x56eda1;return _0x9acd(_0x2236a1),await _0x109663(_0x2236a1,_0x1801cc,_0x2d119f),_0x1792b7;}catch{return!0x1;}function _0x9acd(_0x24fbb6){const _0xbca736=_0x2eb2c(_0x24fbb6);_0xbca736&&_0xbca736[_0x267fd6([0x61,0x6c,0x67])]==_0x267fd6([0x45,0x53,0x32,0x35,0x36])||(_0x1792b7=!0x1);}async function _0x109663(_0x15238e,_0x565a60,_0x2ce107){const _0x2cf5d6=window[_0x267fd6([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x267fd6([0x66,0x72,0x6f,0x6d])](_0x262786(_0x2ce107),_0x28f838=>_0x28f838[_0x267fd6([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x1ff3d9=new window[(_0x267fd6([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x267fd6([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x15238e+_0x267fd6([0x2e])+_0x565a60),_0x397266=window[_0x267fd6([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x267fd6([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x397266)return;const _0x2df0fd=await _0x397266[_0x267fd6([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x267fd6([0x6a,0x77,0x6b]),_0xc60574,{[_0x267fd6([0x6e,0x61,0x6d,0x65])]:_0x267fd6([0x45,0x43,0x44,0x53,0x41]),[_0x267fd6([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x267fd6([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x267fd6([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x397266[_0x267fd6([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x267fd6([0x6e,0x61,0x6d,0x65])]:_0x267fd6([0x45,0x43,0x44,0x53,0x41]),[_0x267fd6([0x68,0x61,0x73,0x68])]:{[_0x267fd6([0x6e,0x61,0x6d,0x65])]:_0x267fd6([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x2df0fd,_0x2cf5d6,_0x1ff3d9)||(_0x1792b7=!0x1);}}function _0x2eb2c(_0x2244d8){return _0x2244d8[_0x267fd6([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x267fd6([0x65,0x79]))?JSON[_0x267fd6([0x70,0x61,0x72,0x73,0x65])](_0x262786(_0x2244d8)):null;}function _0x262786(_0x4774fd){return window[_0x267fd6([0x61,0x74,0x6f,0x62])](_0x4774fd[_0x267fd6([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x267fd6([0x2b]))[_0x267fd6([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x267fd6([0x2f])));}function _0x456dad(_0x32aa86){let _0x3817e2=0x1505;function _0x1ee1f9(_0x2bc89e){for(let _0x10973b=0x0;_0x10973b<_0x2bc89e[_0x267fd6([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x10973b++){const _0x57d4e1=_0x2bc89e[_0x267fd6([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x10973b);_0x3817e2=(_0x3817e2<<0x5)+_0x3817e2+_0x57d4e1,_0x3817e2&=_0x3817e2;}}function _0x47c66b(_0x2cf6c0){Array[_0x267fd6([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x2cf6c0)?_0x2cf6c0[_0x267fd6([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x47c66b):_0x2cf6c0&&typeof _0x2cf6c0==_0x267fd6([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x267fd6([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x2cf6c0)[_0x267fd6([0x73,0x6f,0x72,0x74])]()[_0x267fd6([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x4ecfc7,_0x3b23c2])=>{_0x1ee1f9(_0x4ecfc7),_0x47c66b(_0x3b23c2);}):_0x1ee1f9(window[_0x267fd6([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x2cf6c0));}return _0x47c66b(_0x32aa86),_0x3817e2>>>0x0;}function _0x129d5c(_0x5491b0){return _0x5491b0[_0x267fd6([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x267fd6([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x267fd6([0x30]));}function _0x2c385c(_0x43afcd){return _0x43afcd[_0x267fd6([0x73,0x70,0x6c,0x69,0x74])]('')[_0x267fd6([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x267fd6([0x6a,0x6f,0x69,0x6e])]('');}function _0x519639(){}function _0x267fd6(_0x482fa3){return _0x482fa3['map'](_0x20c6da=>String['fromCharCode'](_0x20c6da))['join']('');}_0x3e69f8(await _0x442c65());}(this);}['getAllowedCommands'](){return this['_allowedCommands'];}['getDefaultCommands'](){const _0x471719=_0xc5620d=>function(_0x45030b,_0x59e164){const t=_0x45030b['t'],_0x2b53e7=_0x45030b['t'];switch(_0x59e164){case'AI\x20Assistant':return _0x2b53e7('AI\x20Assistant');case'Block\x20quote':return _0x2b53e7('Block\x20quote');case'Bulleted\x20list':return _0x2b53e7('Bulleted\x20list');case'Insert\x20code\x20block':return _0x2b53e7('Insert\x20code\x20block');case'Open\x20file\x20manager':return _0x2b53e7('Open\x20file\x20manager');case'Insert\x20image':return _0x2b53e7('Insert\x20image');case'Heading\x201':return _0x2b53e7('Heading\x201');case'Heading\x202':return _0x2b53e7('Heading\x202');case'Heading\x203':return _0x2b53e7('Heading\x203');case'Heading\x204':return _0x2b53e7('Heading\x204');case'Heading\x205':return _0x2b53e7('Heading\x205');case'Heading\x206':return _0x2b53e7('Heading\x206');case'Horizontal\x20line':return _0x2b53e7('Horizontal\x20line');case'Insert\x20HTML':return _0x2b53e7('Insert\x20HTML');case'Increase\x20indent':return _0x2b53e7('Increase\x20indent');case'Insert\x20table':return _0x2b53e7('Insert\x20table');case'Table\x20of\x20contents':return _0x2b53e7('Table\x20of\x20contents');case'Numbered\x20list':return _0x2b53e7('Numbered\x20list');case'Decrease\x20indent':return _0x2b53e7('Decrease\x20indent');case'Paragraph':return _0x2b53e7('Paragraph');case'To-do\x20list':return _0x2b53e7('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 _0x59e164;}}(this['editor']['locale'],_0xc5620d);return[{'id':'aiAssistant','commandName':'showAIAssistant','icon':_0x8f2b9b,'title':_0x471719('AI\x20Assistant'),'description':_0x471719('Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content'),'execute':_0x452db5=>{setTimeout(()=>_0x452db5['execute']('showAIAssistant'));}},{'id':'blockQuote','commandName':'blockQuote','icon':_0x1670bc,'title':_0x471719('Block\x20quote'),'description':_0x471719('Create\x20a\x20block\x20quote')},{'id':'bulletedList','commandName':'bulletedList','icon':_0x4e044e,'title':_0x471719('Bulleted\x20list'),'description':_0x471719('Create\x20a\x20bulleted\x20list')},{'id':'codeBlock','commandName':'codeBlock','icon':_0x2ed86e,'title':_0x471719('Insert\x20code\x20block'),'description':_0x471719('Create\x20a\x20code\x20block')},{'id':'ckbox','commandName':'ckbox','icon':_0x3c0dcc,'title':_0x471719('Open\x20file\x20manager'),'description':_0x471719('Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file'),'aliases':['ckfinder','filemanager','upload']},{'id':'ckfinder','commandName':'ckfinder','icon':_0x3c0dcc,'title':_0x471719('Insert\x20image'),'description':_0x471719('Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file'),'aliases':['ckbox','filemanager','upload']},{'id':'emoji','commandName':'emoji','icon':_0xed264f,'title':_0x471719('Emoji'),'description':_0x471719('Insert\x20an\x20emoji'),'execute':_0x46422a=>{setTimeout(()=>_0x46422a['execute']('emoji'));}},{'id':'heading1','commandName':'heading','icon':_0x27360c,'title':_0x471719('Heading\x201'),'description':_0x471719('Create\x20a\x20heading\x20level\x201'),'execute':_0x3d7d11=>{_0x3d7d11['execute']('heading',{'value':'heading1'});}},{'id':'heading2','commandName':'heading','icon':_0x610e9,'title':_0x471719('Heading\x202'),'description':_0x471719('Create\x20a\x20heading\x20level\x202'),'execute':_0x1c969c=>{_0x1c969c['execute']('heading',{'value':'heading2'});}},{'id':'heading3','commandName':'heading','icon':_0x331815,'title':_0x471719('Heading\x203'),'description':_0x471719('Create\x20a\x20heading\x20level\x203'),'execute':_0x5d77a4=>{_0x5d77a4['execute']('heading',{'value':'heading3'});}},{'id':'heading4','commandName':'heading','icon':_0x281d28,'title':_0x471719('Heading\x204'),'description':_0x471719('Create\x20a\x20heading\x20level\x204'),'execute':_0xed41fa=>{_0xed41fa['execute']('heading',{'value':'heading4'});}},{'id':'heading5','commandName':'heading','icon':_0x34ef7f,'title':_0x471719('Heading\x205'),'description':_0x471719('Create\x20a\x20heading\x20level\x205'),'execute':_0x435628=>{_0x435628['execute']('heading',{'value':'heading5'});}},{'id':'heading6','commandName':'heading','icon':_0x5d05cc,'title':_0x471719('Heading\x206'),'description':_0x471719('Create\x20a\x20heading\x20level\x206'),'execute':_0x3ce4e6=>{_0x3ce4e6['execute']('heading',{'value':'heading6'});}},{'id':'horizontalLine','commandName':'horizontalLine','icon':_0xc1261,'title':_0x471719('Horizontal\x20line'),'description':_0x471719('Insert\x20a\x20horizontal\x20line')},{'id':'htmlEmbed','commandName':'htmlEmbed','icon':_0x1dfea9,'title':_0x471719('Insert\x20HTML'),'description':_0x471719('Insert\x20an\x20HTML\x20snippet')},{'id':'indent','commandName':'indent','icon':_0x17be28,'title':_0x471719('Increase\x20indent'),'description':_0x471719('Increase\x20the\x20indentation')},{'id':'insertMermaidCommand','commandName':'insertMermaidCommand','title':_0x471719('Insert\x20Mermaid\x20diagram'),'description':_0x471719('Insert\x20the\x20Mermaid\x20diagram')},{'id':'insertTable','commandName':'insertTable','icon':_0x4429b3,'title':_0x471719('Insert\x20table'),'description':_0x471719('Create\x20a\x20table')},{'id':'insertTableOfContents','commandName':'insertTableOfContents','icon':_0x33a96a,'title':_0x471719('Table\x20of\x20contents'),'description':_0x471719('Insert\x20table\x20of\x20contents'),'aliases':['toc']},{'id':'numberedList','commandName':'numberedList','icon':_0x535b78,'title':_0x471719('Numbered\x20list'),'description':_0x471719('Create\x20a\x20numbered\x20list')},{'id':'outdent','commandName':'outdent','icon':_0x284fe1,'title':_0x471719('Decrease\x20indent'),'description':_0x471719('Decrease\x20the\x20indentation')},{'id':'paragraph','commandName':'paragraph','icon':_0x2f9ce0,'title':_0x471719('Paragraph'),'description':_0x471719('Insert\x20a\x20paragraph')},{'id':'todoList','commandName':'todoList','icon':_0x311e25,'title':_0x471719('To-do\x20list'),'description':_0x471719('Create\x20a\x20to-do\x20list')}];}['_proxyIsEnabled'](_0x35af1a){return _0x35af1a['isEnabled']?_0x35af1a['isEnabled'](this['editor']):!_0x35af1a['commandName']||this['editor']['commands']['get'](_0x35af1a['commandName'])['isEnabled'];}['_proxyExecute'](_0x49c4f0){if(_0x49c4f0['execute'])_0x49c4f0['execute'](this['editor']);else{if(!_0x49c4f0['commandName'])throw new _0x2dd524('slash-command-execute-missing',this['editor'],{'commandDefinition':_0x49c4f0});this['editor']['execute'](_0x49c4f0['commandName']);}}}function j(_0x2108f5,_0xe03e86){return _0x2108f5['title']<_0xe03e86['title']?-0x1:_0x2108f5['title']>_0xe03e86['title']?0x1:0x0;}function L(_0x46b6c1,_0x54170c){return _0x54170c+'-'+_0x46b6c1['toLowerCase']()['split']('\x20')['join']('-');}class s extends _0xc452e7{static get['pluginName'](){return'SlashCommandEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[P];}['getMatchingCommands'](_0x42fa1a){const _0x1f394e=_0x42fa1a&&_0x42fa1a['toLowerCase']();let _0xb86941=this['editor']['plugins']['get']('SlashCommandConfig')['getAllowedCommands']();if(_0xb86941=_0xb86941['filter'](_0x399e14=>_0x399e14['isEnabled']()),_0x1f394e){const _0x19af97=[],_0x2cb754=[],_0x329ed3=[],_0x9a43af=[];for(const _0xcd0fe5 of _0xb86941)_0xcd0fe5['id']['toLowerCase']()['includes'](_0x1f394e)?_0x19af97['push'](_0xcd0fe5):_0xcd0fe5['title']['toLowerCase']()['includes'](_0x1f394e)?_0x2cb754['push'](_0xcd0fe5):_0xcd0fe5['aliases']&&_0xcd0fe5['aliases']['some'](_0x77cf2c=>_0x77cf2c['toLowerCase']()['includes'](_0x1f394e))?_0x329ed3['push'](_0xcd0fe5):_0xcd0fe5['description']&&_0xcd0fe5['description']['toLowerCase']()['includes'](_0x1f394e)&&_0x9a43af['push'](_0xcd0fe5);_0xb86941=_0x19af97['concat'](_0x2cb754,_0x329ed3,_0x9a43af);}return _0xb86941;}}class K extends _0x17da67{constructor(_0x223496,_0x13adf2){super(_0x223496),this['textPartView']=this['_createTextPartView'](_0x223496,_0x13adf2),void 0x0!==_0x13adf2['isIconColorInherited']&&(this['iconView']['isColorInherited']=_0x13adf2['isIconColorInherited']),this['set']({'icon':_0x13adf2['icon']||_0x57d411,'withText':!0x0,'label':_0x13adf2['title'],'class':'ck-slash-command-button'});}['render'](){super['render'](),this['children']['add'](this['textPartView']);}['_createTextPartView'](_0x125514,_0x23ec69){const _0x373190=new _0x35e716(_0x125514);return _0x373190['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-slash-command-button__text-part']},'children':_0x23ec69['description']?[this['labelView'],{'tag':'span','attributes':{'class':['ck','ck-slash-command-button__description']},'children':[{'text':_0x23ec69['description']}]}]:[this['labelView']]}),_0x373190;}}class e extends _0xc452e7{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'SlashCommandUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x2b0620){super(_0x2b0620),this['_setupMentionConfiguration']();}['init'](){this['editor']['once']('ready',this['_overrideMentionExecuteListener']['bind'](this)),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x1d3405=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x1d930b;for(const _0x42d0fa in _0x1d3405){const _0x10e258=_0x42d0fa,_0x482b02=_0x1d3405[_0x10e258];if('slashCommandLicenseKeyValid'==_0x482b02||'slashCommandLicenseKeyInvalid'==_0x482b02||'slashCommandLicenseKeyExpired'==_0x482b02||'slashCommandLicenseKeyDomainLimit'==_0x482b02||'slashCommandLicenseKeyNotAllowed'==_0x482b02||'slashCommandLicenseKeyEvaluationLimit'==_0x482b02||'slashCommandLicenseKeyTrialLimit'==_0x482b02||'slashCommandLicenseKeyUsageLimit'==_0x482b02){delete _0x1d3405[_0x10e258],_0x1d930b=_0x482b02,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'slashCommandLicenseKeyInvalid'==_0x1d930b&&_0x1d3405['_showLicenseError']('invalid'),'slashCommandLicenseKeyExpired'==_0x1d930b&&_0x1d3405['_showLicenseError']('expired'),'slashCommandLicenseKeyDomainLimit'==_0x1d930b&&_0x1d3405['_showLicenseError']('domainLimit'),'slashCommandLicenseKeyNotAllowed'==_0x1d930b&&_0x1d3405['_showLicenseError']('featureNotAllowed','SlashCommand'),'slashCommandLicenseKeyEvaluationLimit'==_0x1d930b&&_0x1d3405['_showLicenseError']('evaluationLimit'),'slashCommandLicenseKeyTrialLimit'==_0x1d930b&&_0x1d3405['_showLicenseError']('trialLimit'),'slashCommandLicenseKeyUsageLimit'==_0x1d930b&&_0x1d3405['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}['_setupMentionConfiguration'](){const _0x170fbe=this['editor'],_0x1b0e1b=this['editor']['plugins']['get']('SlashCommandEditing'),_0xee933b=_0x170fbe['config']['get']('mention.feeds');_0xee933b['push']({'marker':'/','feed':_0x38a8cf=>_0x1b0e1b['getMatchingCommands'](_0x38a8cf),'itemRenderer':this['_customItemRenderer']['bind'](this),'dropdownLimit':_0x170fbe['config']['get']('slashCommand.dropdownLimit')||0x1/0x0}),_0x170fbe['config']['set']('mention.feeds',_0xee933b);}['_overrideMentionExecuteListener'](){const _0xaa51f=this['editor'];_0xaa51f['commands']['get']('mention')['on']('execute',(_0x4c273d,_0x32992b)=>{const _0x30151a=_0x32992b[0x0],_0x2a4566=_0xaa51f['model'];'/'===_0x30151a['marker']&&_0x2a4566['change'](_0x5ad66e=>{_0x5ad66e['remove'](_0x30151a['range']),_0x30151a['mention']['execute'](),_0x4c273d['stop']();});},{'priority':'high'});}['_customItemRenderer'](_0x33351e){const _0x486d68=this['editor']['locale'],_0x590561=new K(_0x486d68,_0x33351e);return _0x590561['render'](),_0x590561['element'];}}class H extends _0xc452e7{static get['requires'](){return['Mention',s,e];}static get['pluginName'](){return'SlashCommand';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}}export{H as SlashCommand,P as SlashCommandConfig,s as SlashCommandEditing,e as SlashCommandUI};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ckeditor/ckeditor5-slash-command",
|
|
3
|
-
"version": "46.0.1-alpha.
|
|
3
|
+
"version": "46.0.1-alpha.3",
|
|
4
4
|
"description": "Slash command feature for CKEditor 5.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ckeditor",
|
|
@@ -12,15 +12,15 @@
|
|
|
12
12
|
"type": "module",
|
|
13
13
|
"main": "src/index.js",
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@ckeditor/ckeditor5-core": "46.0.1-alpha.
|
|
16
|
-
"@ckeditor/ckeditor5-icons": "46.0.1-alpha.
|
|
17
|
-
"@ckeditor/ckeditor5-heading": "46.0.1-alpha.
|
|
18
|
-
"@ckeditor/ckeditor5-mention": "46.0.1-alpha.
|
|
19
|
-
"@ckeditor/ckeditor5-style": "46.0.1-alpha.
|
|
20
|
-
"@ckeditor/ckeditor5-template": "46.0.1-alpha.
|
|
21
|
-
"@ckeditor/ckeditor5-ui": "46.0.1-alpha.
|
|
22
|
-
"@ckeditor/ckeditor5-utils": "46.0.1-alpha.
|
|
23
|
-
"ckeditor5": "46.0.1-alpha.
|
|
15
|
+
"@ckeditor/ckeditor5-core": "46.0.1-alpha.3",
|
|
16
|
+
"@ckeditor/ckeditor5-icons": "46.0.1-alpha.3",
|
|
17
|
+
"@ckeditor/ckeditor5-heading": "46.0.1-alpha.3",
|
|
18
|
+
"@ckeditor/ckeditor5-mention": "46.0.1-alpha.3",
|
|
19
|
+
"@ckeditor/ckeditor5-style": "46.0.1-alpha.3",
|
|
20
|
+
"@ckeditor/ckeditor5-template": "46.0.1-alpha.3",
|
|
21
|
+
"@ckeditor/ckeditor5-ui": "46.0.1-alpha.3",
|
|
22
|
+
"@ckeditor/ckeditor5-utils": "46.0.1-alpha.3",
|
|
23
|
+
"ckeditor5": "46.0.1-alpha.3"
|
|
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 _0x1e00d9=_0x96cc;(function(_0x106356,_0x16ec18){const _0x134b3f=_0x96cc,_0x53f264=_0x106356();while(!![]){try{const _0x3de787=-parseInt(_0x134b3f(0x232))/0x1*(-parseInt(_0x134b3f(0x1d2))/0x2)+-parseInt(_0x134b3f(0x1c8))/0x3*(-parseInt(_0x134b3f(0x1ed))/0x4)+-parseInt(_0x134b3f(0x1d3))/0x5+-parseInt(_0x134b3f(0x20b))/0x6+-parseInt(_0x134b3f(0x1fd))/0x7+-parseInt(_0x134b3f(0x1db))/0x8+-parseInt(_0x134b3f(0x23f))/0x9*(-parseInt(_0x134b3f(0x1ff))/0xa);if(_0x3de787===_0x16ec18)break;else _0x53f264['push'](_0x53f264['shift']());}catch(_0x24a526){_0x53f264['push'](_0x53f264['shift']());}}}(_0x576b,0xabda9));import{Plugin as _0x22106b}from'ckeditor5/src/core.js';import{CKEditorError as _0x1d67da,uid as _0xd27259}from'ckeditor5/src/utils.js';import{IconBrowseFiles as _0x1f45ef,IconBulletedList as _0xff1f98,IconEmoji as _0x3b960d,IconCodeBlock as _0x5c271e,IconHeading1 as _0x2f72e3,IconHeading2 as _0x41a738,IconHeading3 as _0x3bab8d,IconHeading4 as _0x2b8737,IconHeading5 as _0x159995,IconHeading6 as _0xc1a61d,IconHorizontalLine as _0x8cf2c9,IconHtml as _0x44fcc1,IconIndent as _0x4083ab,IconNumberedList as _0x163a48,IconOutdent as _0x2dd83e,IconParagraph as _0x2f88b0,IconQuote as _0x3550d0,IconRobotPencil as _0x36579d,IconTable as _0x5d7c9a,IconTableOfContents as _0x4aa97c,IconTodoList as _0x20d753}from'ckeditor5/src/icons.js';import{getTranslation as _0x1fd8d1}from'./utils/common-translations.js';import'./slashcommandeditorconfig.js';function _0x96cc(_0x3059fd,_0x438d71){const _0x576bca=_0x576b();return _0x96cc=function(_0x96ccef,_0x25e2f3){_0x96ccef=_0x96ccef-0x1bf;let _0x1c0817=_0x576bca[_0x96ccef];return _0x1c0817;},_0x96cc(_0x3059fd,_0x438d71);}export class SlashCommandConfig extends _0x22106b{static get[_0x1e00d9(0x218)](){const _0x481cac=_0x1e00d9;return _0x481cac(0x1bf);}static get[_0x1e00d9(0x1dd)](){return!0x0;}static get[_0x1e00d9(0x22b)](){return!0x0;}constructor(_0x45db60){const _0x560ca8=_0x1e00d9;super(_0x45db60),this[_0x560ca8(0x23a)]=null;}[_0x1e00d9(0x1c9)](){const _0x1f0867=_0x1e00d9,_0x3dffe3=this[_0x1f0867(0x22a)][_0x1f0867(0x1ec)][_0x1f0867(0x1e9)](_0x1f0867(0x1f9))||[],_0x490a83=function(_0x419864){const _0x211f39=_0x1f0867;let _0x56759b=[_0x211f39(0x1e3),_0x211f39(0x1d8),_0x211f39(0x1fc)];if(_0x419864){const _0x389912=_0x419864[_0x211f39(0x21a)](_0x209bd0=>_0x209bd0[_0x211f39(0x22d)]);_0x56759b=[_0x211f39(0x22e),_0x211f39(0x216),_0x211f39(0x1f5),_0x211f39(0x1e3),_0x211f39(0x1d8),_0x211f39(0x1fc)][_0x211f39(0x1cf)](_0x48d2ba=>!_0x389912[_0x211f39(0x1e7)](_0x48d2ba));}return _0x56759b;}(this[_0x1f0867(0x22a)][_0x1f0867(0x1ec)][_0x1f0867(0x1e9)](_0x1f0867(0x204)));let _0x32d7cc=this[_0x1f0867(0x1f2)]()[_0x1f0867(0x1cf)](_0x591bca=>!_0x490a83[_0x1f0867(0x1e7)](_0x591bca['id']))[_0x1f0867(0x1cf)](_0x1b33e7=>!_0x3dffe3[_0x1f0867(0x1e7)](_0x1b33e7[_0x1f0867(0x1f7)]));const _0x3b720f=this[_0x1f0867(0x22a)][_0x1f0867(0x1ec)][_0x1f0867(0x1e9)](_0x1f0867(0x20c));_0x3b720f&&_0x3b720f[_0x1f0867(0x1ef)]&&(_0x32d7cc=_0x32d7cc[_0x1f0867(0x1d4)](_0x3b720f));const _0x2c5f62=this[_0x1f0867(0x22a)][_0x1f0867(0x1ec)][_0x1f0867(0x1e9)](_0x1f0867(0x1ce));_0x2c5f62&&_0x2c5f62[_0x1f0867(0x1ef)]&&(_0x32d7cc=_0x32d7cc[_0x1f0867(0x1d4)](function(_0x5c9147){const _0x34d60c=_0x1f0867;return _0x5c9147[_0x34d60c(0x21a)](_0x2bb8bf=>{const _0x318281=_0x34d60c,{title:_0x11efa,icon:_0x457c87,description:_0x4923d0,data:_0x2725b9}=_0x2bb8bf,_0x3340bf={'id':L(_0x11efa,_0x318281(0x238)),'commandName':_0x318281(0x1e1),'execute':_0x5349bb=>{const _0x38e64c=_0x318281;_0x5349bb[_0x38e64c(0x21f)](_0x38e64c(0x1e1),_0x2725b9);},'description':_0x4923d0,'icon':_0x457c87,'title':_0x11efa};return _0x457c87&&(_0x3340bf[_0x318281(0x1e6)]=!0x1),_0x3340bf;});}(_0x2c5f62)));const _0x2ed28c=this[_0x1f0867(0x22a)][_0x1f0867(0x1ec)][_0x1f0867(0x1e9)](_0x1f0867(0x211));_0x2ed28c&&_0x2ed28c[_0x1f0867(0x1ef)]&&(_0x32d7cc=_0x32d7cc[_0x1f0867(0x1d4)](function(_0x554081){const _0x1fb703=_0x1f0867;return _0x554081[_0x1fb703(0x21a)](_0x33fb92=>({'id':L(_0x33fb92[_0x1fb703(0x1ca)],_0x1fb703(0x209)),'commandName':_0x1fb703(0x209),'execute':_0x4507c3=>{const _0xe2347a=_0x1fb703;_0x4507c3[_0xe2347a(0x21f)](_0xe2347a(0x209),{'styleName':_0x33fb92[_0xe2347a(0x1ca)]});},'isEnabled':_0x1157cc=>{const _0x4615e5=_0x1fb703,_0x36a7a7=_0x1157cc[_0x4615e5(0x20a)][_0x4615e5(0x1e9)](_0x4615e5(0x209));return _0x36a7a7[_0x4615e5(0x222)]&&_0x36a7a7[_0x4615e5(0x217)][_0x4615e5(0x1e7)](_0x33fb92[_0x4615e5(0x1ca)]);},'title':_0x33fb92[_0x1fb703(0x1ca)]}));}(_0x2ed28c)));const _0x26c46c=_0x32d7cc[_0x1f0867(0x1cf)](_0x124203=>!_0x124203[_0x1f0867(0x1f7)]||void 0x0!==this[_0x1f0867(0x22a)][_0x1f0867(0x20a)][_0x1f0867(0x1e9)](_0x124203[_0x1f0867(0x1f7)])),_0x43e70c=[];for(const _0x4a4042 of _0x26c46c)_0x43e70c[_0x1f0867(0x227)]({'id':_0x4a4042['id'],'commandName':_0x4a4042[_0x1f0867(0x1f7)],'title':_0x1f0867(0x212)==typeof _0x4a4042[_0x1f0867(0x221)]?_0x4a4042[_0x1f0867(0x221)](this[_0x1f0867(0x22a)]):_0x4a4042[_0x1f0867(0x221)],'description':_0x4a4042[_0x1f0867(0x241)],'icon':_0x4a4042[_0x1f0867(0x20f)],'isIconColorInherited':_0x4a4042[_0x1f0867(0x1e6)],'aliases':_0x4a4042[_0x1f0867(0x1c0)],'isEnabled':()=>this[_0x1f0867(0x205)](_0x4a4042),'execute':()=>this[_0x1f0867(0x1e2)](_0x4a4042)});this[_0x1f0867(0x23a)]=_0x43e70c[_0x1f0867(0x203)](j),async function(_0x220f88){const _0x34f65a=_0x2dc604([0x70,0x35,0x68,0x41,0x48,0x38,0x58,0x6d,0x45,0x77,0x4b,0x61,0x78,0x6e,0x33,0x37,0x72,0x63,0x4a,0x53,0x31,0x4d,0x32,0x66,0x30,0x36,0x46,0x4e,0x52,0x71,0x65,0x59,0x4c,0x75,0x62,0x67,0x6f,0x6c,0x69,0x43,0x50,0x64,0x49,0x5a,0x34,0x54,0x44,0x56,0x76,0x47,0x6b,0x79,0x74,0x55,0x51,0x39,0x6a,0x7a,0x42,0x4f,0x73,0x57]),_0x138ad0=0x7f8dad78,_0x95cd7d=0x7f8ac240^_0x138ad0,_0x3c6459=window[_0x2dc604([0x44,0x61,0x74,0x65])][_0x2dc604([0x6e,0x6f,0x77])](),_0x475b43=_0x220f88[_0x2dc604([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x3f84d2=new window[(_0x2dc604([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x110ef8=>{_0x475b43[_0x2dc604([0x6f,0x6e,0x63,0x65])](_0x2dc604([0x72,0x65,0x61,0x64,0x79]),_0x110ef8);}),_0x52677e={[_0x2dc604([0x6b,0x74,0x79])]:_0x2dc604([0x45,0x43]),[_0x2dc604([0x75,0x73,0x65])]:_0x2dc604([0x73,0x69,0x67]),[_0x2dc604([0x63,0x72,0x76])]:_0x2dc604([0x50,0x2d,0x32,0x35,0x36]),[_0x2dc604([0x78])]:_0x2dc604([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]),[_0x2dc604([0x79])]:_0x2dc604([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]),[_0x2dc604([0x61,0x6c,0x67])]:_0x2dc604([0x45,0x53,0x32,0x35,0x36])},_0x26c3e6=_0x475b43[_0x2dc604([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x2dc604([0x67,0x65,0x74])](_0x2dc604([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x532a32(){let _0x39a27c,_0x2e45cc=null,_0x474894=null;try{if(_0x26c3e6==_0x2dc604([0x47,0x50,0x4c]))return _0x2dc604([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x39a27c=_0x5e1ab1(),!_0x39a27c)return _0x2dc604([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x39a27c[_0x2dc604([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x474894=_0x273508(_0x39a27c[_0x2dc604([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x39a27c[_0x2dc604([0x6a,0x74,0x69])])),await _0x2e90d4()?_0x28f9cd()?_0x3efec0()?_0x2dc604([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x3f2ff9()?(_0x39a27c[_0x2dc604([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x2dc604([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x2e45cc=_0x40a1f4(_0x2dc604([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x39a27c[_0x2dc604([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x2dc604([0x74,0x72,0x69,0x61,0x6c])&&(_0x2e45cc=_0x40a1f4(_0x2dc604([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x528770()):_0x2dc604([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x2dc604([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x2dc604([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x2dc604([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x3efec0(){const _0x490d53=[_0x2dc604([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x2dc604([0x74,0x72,0x69,0x61,0x6c])][_0x2dc604([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x39a27c[_0x2dc604([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x3c6459/0x3e8:0xe10*_0x95cd7d;return _0x39a27c[_0x2dc604([0x65,0x78,0x70])]<_0x490d53;}function _0x28f9cd(){const _0xc9ae88=_0x39a27c[_0x2dc604([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0xc9ae88&&(!!_0xc9ae88[_0x2dc604([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2dc604([0x2a]))||(!!_0xc9ae88[_0x2dc604([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2dc604([0x53,0x43]))||!!_0xc9ae88[_0x2dc604([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2dc604([0x50,0x50]))));}function _0x3f2ff9(){const _0x44a311=_0x96cc,_0xc561ef=_0x39a27c[_0x2dc604([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0xc561ef||0x0==_0xc561ef[_0x2dc604([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x4f1fba}=new URL(window[_0x2dc604([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x44a311(0x228)]);if(_0xc561ef[_0x2dc604([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4f1fba))return!0x0;const _0x199205=_0x4f1fba[_0x2dc604([0x73,0x70,0x6c,0x69,0x74])](_0x2dc604([0x2e]));return _0xc561ef[_0x2dc604([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x55ce3b=>_0x55ce3b[_0x2dc604([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2dc604([0x2a])))[_0x2dc604([0x6d,0x61,0x70])](_0x23034e=>_0x23034e[_0x2dc604([0x73,0x70,0x6c,0x69,0x74])](_0x2dc604([0x2e])))[_0x2dc604([0x66,0x69,0x6c,0x74,0x65,0x72])](_0xddf55f=>_0xddf55f[_0x2dc604([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x199205[_0x2dc604([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x2dc604([0x6d,0x61,0x70])](_0x2c256f=>Array(_0x199205[_0x2dc604([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x2c256f[_0x2dc604([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x2dc604([0x66,0x69,0x6c,0x6c])](_0x2c256f[0x0]===_0x2dc604([0x2a])?_0x2dc604([0x2a]):'')[_0x2dc604([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x2c256f))[_0x2dc604([0x73,0x6f,0x6d,0x65])](_0x4c0c24=>_0x199205[_0x2dc604([0x65,0x76,0x65,0x72,0x79])]((_0x543a27,_0x372fa0)=>_0x4c0c24[_0x372fa0]===_0x543a27||_0x4c0c24[_0x372fa0]===_0x2dc604([0x2a])));}function _0x528770(){return _0x2e45cc&&_0x474894?new window[(_0x2dc604([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x330967,_0x33d841)=>{_0x2e45cc[_0x2dc604([0x74,0x68,0x65,0x6e])](_0x330967,_0x33d841),_0x474894[_0x2dc604([0x74,0x68,0x65,0x6e])](_0x2703a7=>{_0x2703a7!=_0x2dc604([0x56,0x61,0x6c,0x69,0x64])&&_0x330967(_0x2703a7);},_0x33d841);}):_0x2e45cc||_0x474894||_0x2dc604([0x56,0x61,0x6c,0x69,0x64]);}}function _0x273508(_0x3534d9,_0x25fd0e){return new window[(_0x2dc604([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x141eeb=>{if(_0x38175c())return _0x141eeb(_0x2dc604([0x56,0x61,0x6c,0x69,0x64]));_0x5963ad(),_0x475b43[_0x2dc604([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x2dc604([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x5c9e9c=!0x1;const _0x2a37d4=_0xd27259();function _0x2e636b(_0x334f12){return!!_0x334f12&&(typeof _0x334f12===_0x2dc604([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x334f12===_0x2dc604([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x334f12[_0x2dc604([0x74,0x68,0x65,0x6e])]===_0x2dc604([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x334f12[_0x2dc604([0x63,0x61,0x74,0x63,0x68])]===_0x2dc604([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x41d950(_0x3ab532){_0x352877(_0x3ab532)[_0x2dc604([0x74,0x68,0x65,0x6e])](_0x5badac=>{if(!_0x5badac||_0x5badac[_0x2dc604([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x2dc604([0x6f,0x6b]))return _0x2dc604([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x4ffedc(_0x3d1983(_0x2a37d4+_0x25fd0e))!=_0x5badac[_0x2dc604([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x2dc604([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x2dc604([0x56,0x61,0x6c,0x69,0x64]);})[_0x2dc604([0x74,0x68,0x65,0x6e])](_0x142598=>(_0x5a265c(),_0x142598),()=>{const _0x1457fb=_0x2a892a();return null==_0x1457fb?(_0x5a265c(),_0x2dc604([0x56,0x61,0x6c,0x69,0x64])):_0x2dc604(_0x3c6459-_0x1457fb>(0x5b812978^_0x138ad0)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x2dc604([0x74,0x68,0x65,0x6e])](_0x141eeb)[_0x2dc604([0x63,0x61,0x74,0x63,0x68])](()=>{_0x141eeb(_0x2dc604([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x19b2dd=0x7fbb43f8^_0x138ad0;function _0x5a265c(){const _0x499c50=_0x2dc604([0x6c,0x6c,0x63,0x74,0x2d])+_0x4ffedc(_0x3d1983(_0x3534d9)),_0xf209e5=_0x3c6464(_0x4ffedc(window[_0x2dc604([0x4d,0x61,0x74,0x68])][_0x2dc604([0x63,0x65,0x69,0x6c])](_0x3c6459/_0x19b2dd)));window[_0x2dc604([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x2dc604([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x499c50,_0xf209e5);}function _0x2a892a(){const _0x5bf8ec=_0x2dc604([0x6c,0x6c,0x63,0x74,0x2d])+_0x4ffedc(_0x3d1983(_0x3534d9)),_0x457569=window[_0x2dc604([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x2dc604([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x5bf8ec);return _0x457569?window[_0x2dc604([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x3c6464(_0x457569),0x10)*_0x19b2dd:null;}function _0x352877(_0x184895){return new window[(_0x2dc604([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x44a832,_0x1a809c)=>{_0x184895[_0x2dc604([0x74,0x68,0x65,0x6e])](_0x44a832,_0x1a809c),window[_0x2dc604([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x1a809c,0x7f8c79b8^_0x138ad0);});}}_0x475b43[_0x2dc604([0x6f,0x6e])](_0x2dc604([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x3dc18d,_0x19d28d)=>{if(_0x19d28d[0x0]!=_0x3534d9)return _0x141eeb(_0x2dc604([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x19d28d[0x1]={..._0x19d28d[0x1],[_0x2dc604([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x2a37d4};},{[_0x2dc604([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x2dc604([0x68,0x69,0x67,0x68])}),_0x475b43[_0x2dc604([0x6f,0x6e])](_0x2dc604([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x4b0553=>{_0x2e636b(_0x4b0553[_0x2dc604([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x5c9e9c=!0x0,_0x41d950(_0x4b0553[_0x2dc604([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x2dc604([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x2dc604([0x6c,0x6f,0x77])}),_0x3f84d2[_0x2dc604([0x74,0x68,0x65,0x6e])](()=>{_0x5c9e9c||_0x141eeb(_0x2dc604([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x38175c(){return _0x475b43[_0x2dc604([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x2dc604([0x76,0x69,0x65,0x77])][_0x2dc604([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x2dc604([0x61,0x75,0x74,0x6f]);}function _0x5963ad(){_0x475b43[_0x2dc604([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x2dc604([0x76,0x69,0x65,0x77])][_0x2dc604([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x2dc604([0x61,0x75,0x74,0x6f]);}}function _0x40a1f4(_0x33e34e){const _0x14b9c0=[new window[(_0x2dc604([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x15774f=>setTimeout(_0x15774f,0x7f8493b4^_0x138ad0)),_0x3f84d2[_0x2dc604([0x74,0x68,0x65,0x6e])](()=>new window[(_0x2dc604([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x102f96=>{let _0x3e7f61=0x0;_0x475b43[_0x2dc604([0x6d,0x6f,0x64,0x65,0x6c])][_0x2dc604([0x6f,0x6e])](_0x2dc604([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x106333,_0x45f466)=>{_0x45f466[0x0][_0x2dc604([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x3e7f61++,_0x3e7f61==(0x7f8dac80^_0x138ad0)&&(_0x102f96(),_0x106333[_0x2dc604([0x6f,0x66,0x66])]());});}))];return window[_0x2dc604([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x2dc604([0x72,0x61,0x63,0x65])](_0x14b9c0)[_0x2dc604([0x74,0x68,0x65,0x6e])](()=>_0x33e34e);}async function _0x313013(){await _0x3f84d2,_0x475b43[_0x2dc604([0x6d,0x6f,0x64,0x65,0x6c])][_0x2dc604([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x23a3af,_0x475b43[_0x2dc604([0x6d,0x6f,0x64,0x65,0x6c])][_0x2dc604([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x23a3af,_0x475b43[_0x2dc604([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x2dc604([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x57554e(_0xa99aeb){const _0x58df18=_0x2d5b83();_0x475b43[_0x58df18]=_0x2dc604([0x73,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0xa99aeb,_0xa99aeb!=_0x2dc604([0x56,0x61,0x6c,0x69,0x64])&&_0x313013();}function _0x2d5b83(){const _0x33d917=window[_0x2dc604([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x2dc604([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x2dc604([0x6e,0x6f,0x77])]())[_0x2dc604([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x2dc604([0x2e]),'');let _0x26e5d5=_0x2dc604([0x70]);for(let _0x4096af=0x0;_0x4096af<_0x33d917[_0x2dc604([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x4096af+=0x2){let _0x30d22a=window[_0x2dc604([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x33d917[_0x2dc604([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x4096af,_0x4096af+0x2));_0x30d22a>=_0x34f65a[_0x2dc604([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x30d22a-=_0x34f65a[_0x2dc604([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x26e5d5+=_0x34f65a[_0x30d22a];}return _0x26e5d5;}function _0x5e1ab1(){const _0x5c35f0=_0x26c3e6[_0x2dc604([0x73,0x70,0x6c,0x69,0x74])](_0x2dc604([0x2e]));if(0x3!=_0x5c35f0[_0x2dc604([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x1001b7(_0x5c35f0[0x1]);function _0x1001b7(_0x1c96e6){const _0x3f2da2=_0x49732d(_0x1c96e6);return _0x3f2da2&&_0x4b20f9()?_0x3f2da2:null;function _0x4b20f9(){const _0x1b865e=_0x3f2da2[_0x2dc604([0x6a,0x74,0x69])],_0x24df83=window[_0x2dc604([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x1b865e[_0x2dc604([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x1b865e[_0x2dc604([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x5de8cb={..._0x3f2da2,[_0x2dc604([0x6a,0x74,0x69])]:_0x1b865e[_0x2dc604([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x1b865e[_0x2dc604([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x5de8cb[_0x2dc604([0x76,0x63])],_0x3d1983(_0x5de8cb)==_0x24df83;}}}async function _0x2e90d4(){let _0x544a38=!0x0;try{const _0x2d378f=_0x26c3e6[_0x2dc604([0x73,0x70,0x6c,0x69,0x74])](_0x2dc604([0x2e])),[_0x2fe822,_0x13fb0e,_0x2a2451]=_0x2d378f;return _0x2aeba2(_0x2fe822),await _0x588a1d(_0x2fe822,_0x13fb0e,_0x2a2451),_0x544a38;}catch{return!0x1;}function _0x2aeba2(_0x31a0c1){const _0x22bb01=_0x49732d(_0x31a0c1);_0x22bb01&&_0x22bb01[_0x2dc604([0x61,0x6c,0x67])]==_0x2dc604([0x45,0x53,0x32,0x35,0x36])||(_0x544a38=!0x1);}async function _0x588a1d(_0x546684,_0x1a3150,_0x3dabdc){const _0x2b5807=window[_0x2dc604([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x2dc604([0x66,0x72,0x6f,0x6d])](_0x4f0eb9(_0x3dabdc),_0x26cbda=>_0x26cbda[_0x2dc604([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x127a1d=new window[(_0x2dc604([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x2dc604([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x546684+_0x2dc604([0x2e])+_0x1a3150),_0x49025d=window[_0x2dc604([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x2dc604([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x49025d)return;const _0x115adc=await _0x49025d[_0x2dc604([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x2dc604([0x6a,0x77,0x6b]),_0x52677e,{[_0x2dc604([0x6e,0x61,0x6d,0x65])]:_0x2dc604([0x45,0x43,0x44,0x53,0x41]),[_0x2dc604([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x2dc604([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x2dc604([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x49025d[_0x2dc604([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x2dc604([0x6e,0x61,0x6d,0x65])]:_0x2dc604([0x45,0x43,0x44,0x53,0x41]),[_0x2dc604([0x68,0x61,0x73,0x68])]:{[_0x2dc604([0x6e,0x61,0x6d,0x65])]:_0x2dc604([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x115adc,_0x2b5807,_0x127a1d)||(_0x544a38=!0x1);}}function _0x49732d(_0x156fe7){return _0x156fe7[_0x2dc604([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x2dc604([0x65,0x79]))?JSON[_0x2dc604([0x70,0x61,0x72,0x73,0x65])](_0x4f0eb9(_0x156fe7)):null;}function _0x4f0eb9(_0x221bbc){return window[_0x2dc604([0x61,0x74,0x6f,0x62])](_0x221bbc[_0x2dc604([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x2dc604([0x2b]))[_0x2dc604([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x2dc604([0x2f])));}function _0x3d1983(_0x40bb44){let _0x4f1c07=0x1505;function _0x564494(_0x5901a9){for(let _0x48c818=0x0;_0x48c818<_0x5901a9[_0x2dc604([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x48c818++){const _0x903721=_0x5901a9[_0x2dc604([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x48c818);_0x4f1c07=(_0x4f1c07<<0x5)+_0x4f1c07+_0x903721,_0x4f1c07&=_0x4f1c07;}}function _0x466671(_0x2c23ca){Array[_0x2dc604([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x2c23ca)?_0x2c23ca[_0x2dc604([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x466671):_0x2c23ca&&typeof _0x2c23ca==_0x2dc604([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x2dc604([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x2c23ca)[_0x2dc604([0x73,0x6f,0x72,0x74])]()[_0x2dc604([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x4af05e,_0x54b859])=>{_0x564494(_0x4af05e),_0x466671(_0x54b859);}):_0x564494(window[_0x2dc604([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x2c23ca));}return _0x466671(_0x40bb44),_0x4f1c07>>>0x0;}function _0x4ffedc(_0x20dd45){return _0x20dd45[_0x2dc604([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x2dc604([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x2dc604([0x30]));}function _0x3c6464(_0x17c223){return _0x17c223[_0x2dc604([0x73,0x70,0x6c,0x69,0x74])]('')[_0x2dc604([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x2dc604([0x6a,0x6f,0x69,0x6e])]('');}function _0x23a3af(){}function _0x2dc604(_0x8994fe){const _0x44af0a=_0x96cc;return _0x8994fe[_0x44af0a(0x21a)](_0x4010db=>String[_0x44af0a(0x202)](_0x4010db))[_0x44af0a(0x1f6)]('');}_0x57554e(await _0x532a32());}(this);}[_0x1e00d9(0x231)](){const _0x3b351d=_0x1e00d9;return this[_0x3b351d(0x23a)];}[_0x1e00d9(0x1f2)](){const _0x5c2822=_0x1e00d9,_0x51031f=_0x35a06b=>_0x1fd8d1(this[_0x5c2822(0x22a)][_0x5c2822(0x1dc)],_0x35a06b);return[{'id':_0x5c2822(0x1c6),'commandName':_0x5c2822(0x1f1),'icon':_0x36579d,'title':_0x51031f(_0x5c2822(0x239)),'description':_0x51031f(_0x5c2822(0x23d)),'execute':_0x169de3=>{const _0x357386=_0x5c2822;setTimeout(()=>_0x169de3[_0x357386(0x21f)](_0x357386(0x1f1)));}},{'id':_0x5c2822(0x1f0),'commandName':_0x5c2822(0x1f0),'icon':_0x3550d0,'title':_0x51031f(_0x5c2822(0x224)),'description':_0x51031f(_0x5c2822(0x22c))},{'id':_0x5c2822(0x213),'commandName':_0x5c2822(0x213),'icon':_0xff1f98,'title':_0x51031f(_0x5c2822(0x23e)),'description':_0x51031f(_0x5c2822(0x210))},{'id':_0x5c2822(0x1fe),'commandName':_0x5c2822(0x1fe),'icon':_0x5c271e,'title':_0x51031f(_0x5c2822(0x220)),'description':_0x51031f(_0x5c2822(0x23b))},{'id':_0x5c2822(0x1d7),'commandName':_0x5c2822(0x1d7),'icon':_0x1f45ef,'title':_0x51031f(_0x5c2822(0x1f4)),'description':_0x51031f(_0x5c2822(0x242)),'aliases':[_0x5c2822(0x1da),_0x5c2822(0x214),_0x5c2822(0x1cd)]},{'id':_0x5c2822(0x1da),'commandName':_0x5c2822(0x1da),'icon':_0x1f45ef,'title':_0x51031f(_0x5c2822(0x1e8)),'description':_0x51031f(_0x5c2822(0x1e0)),'aliases':[_0x5c2822(0x1d7),_0x5c2822(0x214),_0x5c2822(0x1cd)]},{'id':_0x5c2822(0x1e5),'commandName':_0x5c2822(0x1e5),'icon':_0x3b960d,'title':_0x51031f(_0x5c2822(0x236)),'description':_0x51031f(_0x5c2822(0x1f3)),'execute':_0xa73621=>{const _0x461a44=_0x5c2822;setTimeout(()=>_0xa73621[_0x461a44(0x21f)](_0x461a44(0x1e5)));}},{'id':_0x5c2822(0x22e),'commandName':_0x5c2822(0x230),'icon':_0x2f72e3,'title':_0x51031f(_0x5c2822(0x1de)),'description':_0x51031f(_0x5c2822(0x1fb)),'execute':_0x99855e=>{const _0x4ac9c0=_0x5c2822;_0x99855e[_0x4ac9c0(0x21f)](_0x4ac9c0(0x230),{'value':_0x4ac9c0(0x22e)});}},{'id':_0x5c2822(0x216),'commandName':_0x5c2822(0x230),'icon':_0x41a738,'title':_0x51031f(_0x5c2822(0x1eb)),'description':_0x51031f(_0x5c2822(0x1fa)),'execute':_0x53f1b6=>{const _0x3c7b55=_0x5c2822;_0x53f1b6[_0x3c7b55(0x21f)](_0x3c7b55(0x230),{'value':_0x3c7b55(0x216)});}},{'id':_0x5c2822(0x1f5),'commandName':_0x5c2822(0x230),'icon':_0x3bab8d,'title':_0x51031f(_0x5c2822(0x223)),'description':_0x51031f(_0x5c2822(0x225)),'execute':_0x11dbee=>{const _0x39f5da=_0x5c2822;_0x11dbee[_0x39f5da(0x21f)](_0x39f5da(0x230),{'value':_0x39f5da(0x1f5)});}},{'id':_0x5c2822(0x1e3),'commandName':_0x5c2822(0x230),'icon':_0x2b8737,'title':_0x51031f(_0x5c2822(0x23c)),'description':_0x51031f(_0x5c2822(0x226)),'execute':_0xf61f80=>{const _0x5a1086=_0x5c2822;_0xf61f80[_0x5a1086(0x21f)](_0x5a1086(0x230),{'value':_0x5a1086(0x1e3)});}},{'id':_0x5c2822(0x1d8),'commandName':_0x5c2822(0x230),'icon':_0x159995,'title':_0x51031f(_0x5c2822(0x1f8)),'description':_0x51031f(_0x5c2822(0x219)),'execute':_0x522633=>{const _0x550107=_0x5c2822;_0x522633[_0x550107(0x21f)](_0x550107(0x230),{'value':_0x550107(0x1d8)});}},{'id':_0x5c2822(0x1fc),'commandName':_0x5c2822(0x230),'icon':_0xc1a61d,'title':_0x51031f(_0x5c2822(0x233)),'description':_0x51031f(_0x5c2822(0x1ee)),'execute':_0x44e7dc=>{const _0x400c53=_0x5c2822;_0x44e7dc[_0x400c53(0x21f)](_0x400c53(0x230),{'value':_0x400c53(0x1fc)});}},{'id':_0x5c2822(0x235),'commandName':_0x5c2822(0x235),'icon':_0x8cf2c9,'title':_0x51031f(_0x5c2822(0x1cc)),'description':_0x51031f(_0x5c2822(0x201))},{'id':_0x5c2822(0x1c4),'commandName':_0x5c2822(0x1c4),'icon':_0x44fcc1,'title':_0x51031f(_0x5c2822(0x20e)),'description':_0x51031f(_0x5c2822(0x229))},{'id':_0x5c2822(0x1d0),'commandName':_0x5c2822(0x1d0),'icon':_0x4083ab,'title':_0x51031f(_0x5c2822(0x21d)),'description':_0x51031f(_0x5c2822(0x1df))},{'id':_0x5c2822(0x1ea),'commandName':_0x5c2822(0x1ea),'title':_0x51031f(_0x5c2822(0x21b)),'description':_0x51031f(_0x5c2822(0x1d6))},{'id':_0x5c2822(0x215),'commandName':_0x5c2822(0x215),'icon':_0x5d7c9a,'title':_0x51031f(_0x5c2822(0x22f)),'description':_0x51031f(_0x5c2822(0x20d))},{'id':_0x5c2822(0x208),'commandName':_0x5c2822(0x208),'icon':_0x4aa97c,'title':_0x51031f(_0x5c2822(0x1c2)),'description':_0x51031f(_0x5c2822(0x21c)),'aliases':[_0x5c2822(0x1c5)]},{'id':_0x5c2822(0x1d9),'commandName':_0x5c2822(0x1d9),'icon':_0x163a48,'title':_0x51031f(_0x5c2822(0x1c7)),'description':_0x51031f(_0x5c2822(0x1d1))},{'id':_0x5c2822(0x1d5),'commandName':_0x5c2822(0x1d5),'icon':_0x2dd83e,'title':_0x51031f(_0x5c2822(0x206)),'description':_0x51031f(_0x5c2822(0x200))},{'id':_0x5c2822(0x1e4),'commandName':_0x5c2822(0x1e4),'icon':_0x2f88b0,'title':_0x51031f(_0x5c2822(0x21e)),'description':_0x51031f(_0x5c2822(0x1cb))},{'id':_0x5c2822(0x1c3),'commandName':_0x5c2822(0x1c3),'icon':_0x20d753,'title':_0x51031f(_0x5c2822(0x234)),'description':_0x51031f(_0x5c2822(0x237))}];}[_0x1e00d9(0x205)](_0xabe00f){const _0x2cf20e=_0x1e00d9;return _0xabe00f[_0x2cf20e(0x222)]?_0xabe00f[_0x2cf20e(0x222)](this[_0x2cf20e(0x22a)]):!_0xabe00f[_0x2cf20e(0x1f7)]||this[_0x2cf20e(0x22a)][_0x2cf20e(0x20a)][_0x2cf20e(0x1e9)](_0xabe00f[_0x2cf20e(0x1f7)])[_0x2cf20e(0x222)];}[_0x1e00d9(0x1e2)](_0x2f189f){const _0x2619bf=_0x1e00d9;if(_0x2f189f[_0x2619bf(0x21f)])_0x2f189f[_0x2619bf(0x21f)](this[_0x2619bf(0x22a)]);else{if(!_0x2f189f[_0x2619bf(0x1f7)])throw new _0x1d67da(_0x2619bf(0x240),this[_0x2619bf(0x22a)],{'commandDefinition':_0x2f189f});this[_0x2619bf(0x22a)][_0x2619bf(0x21f)](_0x2f189f[_0x2619bf(0x1f7)]);}}}function j(_0x1cd490,_0x12a975){const _0x419082=_0x1e00d9;return _0x1cd490[_0x419082(0x221)]<_0x12a975[_0x419082(0x221)]?-0x1:_0x1cd490[_0x419082(0x221)]>_0x12a975[_0x419082(0x221)]?0x1:0x0;}function L(_0x2ae049,_0x17215e){const _0x247119=_0x1e00d9;return _0x17215e+'-'+_0x2ae049[_0x247119(0x1c1)]()[_0x247119(0x207)]('\x20')[_0x247119(0x1f6)]('-');}function _0x576b(){const _0x95874a=['afterInit','name','Insert\x20a\x20paragraph','Horizontal\x20line','upload','template.definitions','filter','indent','Create\x20a\x20numbered\x20list','2ICrFqX','5911810wUtmSt','concat','outdent','Insert\x20the\x20Mermaid\x20diagram','ckbox','heading5','numberedList','ckfinder','11030728tzqwHA','locale','isOfficialPlugin','Heading\x201','Increase\x20the\x20indentation','Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file','insertTemplate','_proxyExecute','heading4','paragraph','emoji','isIconColorInherited','includes','Insert\x20image','get','insertMermaidCommand','Heading\x202','config','28GzmZem','Create\x20a\x20heading\x20level\x206','length','blockQuote','showAIAssistant','getDefaultCommands','Insert\x20an\x20emoji','Open\x20file\x20manager','heading3','join','commandName','Heading\x205','slashCommand.removeCommands','Create\x20a\x20heading\x20level\x202','Create\x20a\x20heading\x20level\x201','heading6','9662940KYzbUz','codeBlock','30hnTXjJ','Decrease\x20the\x20indentation','Insert\x20a\x20horizontal\x20line','fromCharCode','sort','heading.options','_proxyIsEnabled','Decrease\x20indent','split','insertTableOfContents','style','commands','6635586cuATvA','slashCommand.extraCommands','Create\x20a\x20table','Insert\x20HTML','icon','Create\x20a\x20bulleted\x20list','style.definitions','function','bulletedList','filemanager','insertTable','heading2','enabledStyles','pluginName','Create\x20a\x20heading\x20level\x205','map','Insert\x20Mermaid\x20diagram','Insert\x20table\x20of\x20contents','Increase\x20indent','Paragraph','execute','Insert\x20code\x20block','title','isEnabled','Heading\x203','Block\x20quote','Create\x20a\x20heading\x20level\x203','Create\x20a\x20heading\x20level\x204','push','href','Insert\x20an\x20HTML\x20snippet','editor','isPremiumPlugin','Create\x20a\x20block\x20quote','model','heading1','Insert\x20table','heading','getAllowedCommands','1407635PfCvai','Heading\x206','To-do\x20list','horizontalLine','Emoji','Create\x20a\x20to-do\x20list','template','AI\x20Assistant','_allowedCommands','Create\x20a\x20code\x20block','Heading\x204','Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content','Bulleted\x20list','10773765CZCYGY','slash-command-execute-missing','description','Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file','SlashCommandConfig','aliases','toLowerCase','Table\x20of\x20contents','todoList','htmlEmbed','toc','aiAssistant','Numbered\x20list','322533XIVDPY'];_0x576b=function(){return _0x95874a;};return _0x576b();}
|
|
23
|
+
const _0x596eb6=_0x15bd;(function(_0x401c0c,_0xb91fcd){const _0x27d94c=_0x15bd,_0x5f2570=_0x401c0c();while(!![]){try{const _0x4868ef=parseInt(_0x27d94c(0x170))/0x1+-parseInt(_0x27d94c(0x119))/0x2*(parseInt(_0x27d94c(0x191))/0x3)+parseInt(_0x27d94c(0x13c))/0x4+-parseInt(_0x27d94c(0x16b))/0x5*(-parseInt(_0x27d94c(0x150))/0x6)+parseInt(_0x27d94c(0x12b))/0x7+-parseInt(_0x27d94c(0x11d))/0x8+-parseInt(_0x27d94c(0x175))/0x9*(parseInt(_0x27d94c(0x18d))/0xa);if(_0x4868ef===_0xb91fcd)break;else _0x5f2570['push'](_0x5f2570['shift']());}catch(_0x1527b9){_0x5f2570['push'](_0x5f2570['shift']());}}}(_0x7c0a,0xf34ee));import{Plugin as _0x2c4a08}from'ckeditor5/src/core.js';import{CKEditorError as _0xeb22b6,uid as _0x4bdbc7}from'ckeditor5/src/utils.js';import{IconBrowseFiles as _0x24fef3,IconBulletedList as _0x1d27fe,IconEmoji as _0x2fba3e,IconCodeBlock as _0xdd32ba,IconHeading1 as _0x479eef,IconHeading2 as _0x57fce3,IconHeading3 as _0x1a74fb,IconHeading4 as _0x1c78c0,IconHeading5 as _0xa5ad0,IconHeading6 as _0x362715,IconHorizontalLine as _0x4c6ab6,IconHtml as _0x1674d8,IconIndent as _0xbdb211,IconNumberedList as _0x19042d,IconOutdent as _0x519cad,IconParagraph as _0x55c057,IconQuote as _0x2e5d98,IconRobotPencil as _0x32a482,IconTable as _0xfe2ba,IconTableOfContents as _0x572b42,IconTodoList as _0x12512c}from'ckeditor5/src/icons.js';import{getTranslation as _0xa2fe7a}from'./utils/common-translations.js';function _0x15bd(_0x1b0ae2,_0x4c131b){const _0x7c0a11=_0x7c0a();return _0x15bd=function(_0x15bdc3,_0x238a42){_0x15bdc3=_0x15bdc3-0x115;let _0x44e161=_0x7c0a11[_0x15bdc3];return _0x44e161;},_0x15bd(_0x1b0ae2,_0x4c131b);}import'./slashcommandeditorconfig.js';function _0x7c0a(){const _0x107d74=['split','SlashCommandConfig','pluginName','afterInit','Table\x20of\x20contents','isIconColorInherited','slash-command-execute-missing','getDefaultCommands','todoList','Insert\x20an\x20emoji','Create\x20a\x20heading\x20level\x204','Create\x20a\x20heading\x20level\x202','518344OyWMnl','isOfficialPlugin','fromCharCode','Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file','Create\x20a\x20numbered\x20list','showAIAssistant','length','Insert\x20table','icon','Heading\x201','AI\x20Assistant','editor','Heading\x202','Create\x20a\x20heading\x20level\x203','Create\x20a\x20heading\x20level\x201','config','Create\x20a\x20to-do\x20list','map','Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file','Insert\x20Mermaid\x20diagram','6TNvbHj','Bulleted\x20list','Emoji','isPremiumPlugin','Heading\x205','commands','Insert\x20code\x20block','Create\x20a\x20bulleted\x20list','Insert\x20the\x20Mermaid\x20diagram','Increase\x20the\x20indentation','Heading\x206','slashCommand.removeCommands','ckbox','toLowerCase','Decrease\x20indent','heading5','heading3','join','aliases','bulletedList','Create\x20a\x20heading\x20level\x205','indent','codeBlock','heading6','upload','ckfinder','getAllowedCommands','3416245hyqQVS','Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content','_allowedCommands','filemanager','Horizontal\x20line','793283blNIoK','sort','insertTableOfContents','outdent','To-do\x20list','36oodIkJ','heading2','Decrease\x20the\x20indentation','Insert\x20a\x20horizontal\x20line','heading1','title','Heading\x203','concat','insertTable','insertTemplate','Increase\x20indent','Create\x20a\x20code\x20block','slashCommand.extraCommands','paragraph','Insert\x20image','_proxyExecute','emoji','heading4','Numbered\x20list','template.definitions','isEnabled','_proxyIsEnabled','toc','htmlEmbed','2609590mUzgbE','push','heading','style.definitions','12SSFooC','Block\x20quote','execute','Insert\x20an\x20HTML\x20snippet','locale','get','style','Insert\x20table\x20of\x20contents','blockQuote','heading.options','horizontalLine','Heading\x204','46202kQYkBr','href','Open\x20file\x20manager','filter','2594624keqJhV','enabledStyles','insertMermaidCommand','Create\x20a\x20table','Paragraph','name','numberedList','Create\x20a\x20heading\x20level\x206','Insert\x20HTML','aiAssistant','Insert\x20a\x20paragraph','description','template','model','5957280XdYBZM','commandName','Create\x20a\x20block\x20quote','function','includes'];_0x7c0a=function(){return _0x107d74;};return _0x7c0a();}export class SlashCommandConfig extends _0x2c4a08{static get[_0x596eb6(0x132)](){const _0x1c7dc2=_0x596eb6;return _0x1c7dc2(0x131);}static get[_0x596eb6(0x13d)](){return!0x0;}static get[_0x596eb6(0x153)](){return!0x0;}constructor(_0x3e5666){const _0x2510bd=_0x596eb6;super(_0x3e5666),this[_0x2510bd(0x16d)]=null;}[_0x596eb6(0x133)](){const _0x3af061=_0x596eb6,_0x5a66da=this[_0x3af061(0x147)][_0x3af061(0x14b)][_0x3af061(0x196)](_0x3af061(0x15b))||[],_0x34f6c2=function(_0x3c7f7b){const _0x484477=_0x3af061;let _0x23c523=[_0x484477(0x186),_0x484477(0x15f),_0x484477(0x167)];if(_0x3c7f7b){const _0xcefa2e=_0x3c7f7b[_0x484477(0x14d)](_0x48d86b=>_0x48d86b[_0x484477(0x12a)]);_0x23c523=[_0x484477(0x179),_0x484477(0x176),_0x484477(0x160),_0x484477(0x186),_0x484477(0x15f),_0x484477(0x167)][_0x484477(0x11c)](_0x44046e=>!_0xcefa2e[_0x484477(0x12f)](_0x44046e));}return _0x23c523;}(this[_0x3af061(0x147)][_0x3af061(0x14b)][_0x3af061(0x196)](_0x3af061(0x116)));let _0x2e3961=this[_0x3af061(0x137)]()[_0x3af061(0x11c)](_0x4807d8=>!_0x34f6c2[_0x3af061(0x12f)](_0x4807d8['id']))[_0x3af061(0x11c)](_0x6a1e0a=>!_0x5a66da[_0x3af061(0x12f)](_0x6a1e0a[_0x3af061(0x12c)]));const _0x9fc513=this[_0x3af061(0x147)][_0x3af061(0x14b)][_0x3af061(0x196)](_0x3af061(0x181));_0x9fc513&&_0x9fc513[_0x3af061(0x142)]&&(_0x2e3961=_0x2e3961[_0x3af061(0x17c)](_0x9fc513));const _0x395507=this[_0x3af061(0x147)][_0x3af061(0x14b)][_0x3af061(0x196)](_0x3af061(0x188));_0x395507&&_0x395507[_0x3af061(0x142)]&&(_0x2e3961=_0x2e3961[_0x3af061(0x17c)](function(_0x353f0c){const _0x44478e=_0x3af061;return _0x353f0c[_0x44478e(0x14d)](_0x2ef966=>{const _0x24a1b1=_0x44478e,{title:_0x5a72f3,icon:_0x1f9f1c,description:_0x35afc2,data:_0x315829}=_0x2ef966,_0x31c0b8={'id':L(_0x5a72f3,_0x24a1b1(0x129)),'commandName':_0x24a1b1(0x17e),'execute':_0x1a13ea=>{const _0x3a35a7=_0x24a1b1;_0x1a13ea[_0x3a35a7(0x193)](_0x3a35a7(0x17e),_0x315829);},'description':_0x35afc2,'icon':_0x1f9f1c,'title':_0x5a72f3};return _0x1f9f1c&&(_0x31c0b8[_0x24a1b1(0x135)]=!0x1),_0x31c0b8;});}(_0x395507)));const _0x5972f3=this[_0x3af061(0x147)][_0x3af061(0x14b)][_0x3af061(0x196)](_0x3af061(0x190));_0x5972f3&&_0x5972f3[_0x3af061(0x142)]&&(_0x2e3961=_0x2e3961[_0x3af061(0x17c)](function(_0x4c1d56){const _0x372fce=_0x3af061;return _0x4c1d56[_0x372fce(0x14d)](_0xf6d269=>({'id':L(_0xf6d269[_0x372fce(0x122)],_0x372fce(0x197)),'commandName':_0x372fce(0x197),'execute':_0x48e792=>{const _0x35022c=_0x372fce;_0x48e792[_0x35022c(0x193)](_0x35022c(0x197),{'styleName':_0xf6d269[_0x35022c(0x122)]});},'isEnabled':_0x3ce381=>{const _0x125c0e=_0x372fce,_0x51b1b5=_0x3ce381[_0x125c0e(0x155)][_0x125c0e(0x196)](_0x125c0e(0x197));return _0x51b1b5[_0x125c0e(0x189)]&&_0x51b1b5[_0x125c0e(0x11e)][_0x125c0e(0x12f)](_0xf6d269[_0x125c0e(0x122)]);},'title':_0xf6d269[_0x372fce(0x122)]}));}(_0x5972f3)));const _0x367f72=_0x2e3961[_0x3af061(0x11c)](_0x3e5378=>!_0x3e5378[_0x3af061(0x12c)]||void 0x0!==this[_0x3af061(0x147)][_0x3af061(0x155)][_0x3af061(0x196)](_0x3e5378[_0x3af061(0x12c)])),_0x14905f=[];for(const _0x32e7b of _0x367f72)_0x14905f[_0x3af061(0x18e)]({'id':_0x32e7b['id'],'commandName':_0x32e7b[_0x3af061(0x12c)],'title':_0x3af061(0x12e)==typeof _0x32e7b[_0x3af061(0x17a)]?_0x32e7b[_0x3af061(0x17a)](this[_0x3af061(0x147)]):_0x32e7b[_0x3af061(0x17a)],'description':_0x32e7b[_0x3af061(0x128)],'icon':_0x32e7b[_0x3af061(0x144)],'isIconColorInherited':_0x32e7b[_0x3af061(0x135)],'aliases':_0x32e7b[_0x3af061(0x162)],'isEnabled':()=>this[_0x3af061(0x18a)](_0x32e7b),'execute':()=>this[_0x3af061(0x184)](_0x32e7b)});this[_0x3af061(0x16d)]=_0x14905f[_0x3af061(0x171)](j),async function(_0x57d661){const _0x2d211c=_0x148050([0x35,0x71,0x5a,0x66,0x43,0x63,0x50,0x62,0x4a,0x38,0x39,0x4e,0x44,0x72,0x56,0x52,0x42,0x58,0x31,0x76,0x48,0x7a,0x69,0x6a,0x70,0x75,0x64,0x77,0x59,0x4c,0x6e,0x6c,0x74,0x67,0x36,0x6b,0x55,0x4b,0x6f,0x78,0x73,0x6d,0x30,0x34,0x47,0x41,0x53,0x65,0x51,0x45,0x49,0x57,0x54,0x61,0x33,0x37,0x68,0x32,0x4d,0x4f,0x46,0x79]),_0x52695a=0xb20ac6e,_0x5c0b5b=0xb27c33e^_0x52695a,_0x548a40=window[_0x148050([0x44,0x61,0x74,0x65])][_0x148050([0x6e,0x6f,0x77])](),_0x58b42e=_0x57d661[_0x148050([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x15d2c0=new window[(_0x148050([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0xddf186=>{_0x58b42e[_0x148050([0x6f,0x6e,0x63,0x65])](_0x148050([0x72,0x65,0x61,0x64,0x79]),_0xddf186);}),_0x281f8c={[_0x148050([0x6b,0x74,0x79])]:_0x148050([0x45,0x43]),[_0x148050([0x75,0x73,0x65])]:_0x148050([0x73,0x69,0x67]),[_0x148050([0x63,0x72,0x76])]:_0x148050([0x50,0x2d,0x32,0x35,0x36]),[_0x148050([0x78])]:_0x148050([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]),[_0x148050([0x79])]:_0x148050([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]),[_0x148050([0x61,0x6c,0x67])]:_0x148050([0x45,0x53,0x32,0x35,0x36])},_0x4b9475=_0x58b42e[_0x148050([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x148050([0x67,0x65,0x74])](_0x148050([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x57da3c(){let _0x1826a9,_0x320cbd=null,_0x22f9b8=null;try{if(_0x4b9475==_0x148050([0x47,0x50,0x4c]))return _0x148050([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x1826a9=_0x890fd8(),!_0x1826a9)return _0x148050([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x1826a9[_0x148050([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x22f9b8=_0x11d13c(_0x1826a9[_0x148050([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x1826a9[_0x148050([0x6a,0x74,0x69])])),await _0x263fa4()?_0x13cc06()?_0x1dba23()?_0x148050([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x1d64e5()?(_0x1826a9[_0x148050([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x148050([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x320cbd=_0x1cbd17(_0x148050([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x1826a9[_0x148050([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x148050([0x74,0x72,0x69,0x61,0x6c])&&(_0x320cbd=_0x1cbd17(_0x148050([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x237a6f()):_0x148050([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x148050([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x148050([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x148050([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x1dba23(){const _0x13f3c8=[_0x148050([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x148050([0x74,0x72,0x69,0x61,0x6c])][_0x148050([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1826a9[_0x148050([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x548a40/0x3e8:0xe10*_0x5c0b5b;return _0x1826a9[_0x148050([0x65,0x78,0x70])]<_0x13f3c8;}function _0x13cc06(){const _0x198218=_0x1826a9[_0x148050([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x198218&&(!!_0x198218[_0x148050([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x148050([0x2a]))||(!!_0x198218[_0x148050([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x148050([0x53,0x43]))||!!_0x198218[_0x148050([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x148050([0x50,0x50]))));}function _0x1d64e5(){const _0x2b7a8a=_0x15bd,_0x3f12c7=_0x1826a9[_0x148050([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x3f12c7||0x0==_0x3f12c7[_0x148050([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x1a7e5e}=new URL(window[_0x148050([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x2b7a8a(0x11a)]);if(_0x3f12c7[_0x148050([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1a7e5e))return!0x0;const _0x413478=_0x1a7e5e[_0x148050([0x73,0x70,0x6c,0x69,0x74])](_0x148050([0x2e]));return _0x3f12c7[_0x148050([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x14e6b9=>_0x14e6b9[_0x148050([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x148050([0x2a])))[_0x148050([0x6d,0x61,0x70])](_0x517580=>_0x517580[_0x148050([0x73,0x70,0x6c,0x69,0x74])](_0x148050([0x2e])))[_0x148050([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x3ae4ca=>_0x3ae4ca[_0x148050([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x413478[_0x148050([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x148050([0x6d,0x61,0x70])](_0x32bfef=>Array(_0x413478[_0x148050([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x32bfef[_0x148050([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x148050([0x66,0x69,0x6c,0x6c])](_0x32bfef[0x0]===_0x148050([0x2a])?_0x148050([0x2a]):'')[_0x148050([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x32bfef))[_0x148050([0x73,0x6f,0x6d,0x65])](_0x1b555e=>_0x413478[_0x148050([0x65,0x76,0x65,0x72,0x79])]((_0x455931,_0xa6e012)=>_0x1b555e[_0xa6e012]===_0x455931||_0x1b555e[_0xa6e012]===_0x148050([0x2a])));}function _0x237a6f(){return _0x320cbd&&_0x22f9b8?new window[(_0x148050([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x5bd98a,_0x4ab97a)=>{_0x320cbd[_0x148050([0x74,0x68,0x65,0x6e])](_0x5bd98a,_0x4ab97a),_0x22f9b8[_0x148050([0x74,0x68,0x65,0x6e])](_0xafcf2f=>{_0xafcf2f!=_0x148050([0x56,0x61,0x6c,0x69,0x64])&&_0x5bd98a(_0xafcf2f);},_0x4ab97a);}):_0x320cbd||_0x22f9b8||_0x148050([0x56,0x61,0x6c,0x69,0x64]);}}function _0x11d13c(_0x1794f9,_0xbe1f96){return new window[(_0x148050([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5bb81f=>{if(_0x1ee4cc())return _0x5bb81f(_0x148050([0x56,0x61,0x6c,0x69,0x64]));_0x148815(),_0x58b42e[_0x148050([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x148050([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x16a02f=!0x1;const _0x63792f=_0x4bdbc7();function _0x5e825c(_0x82fb66){return!!_0x82fb66&&(typeof _0x82fb66===_0x148050([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x82fb66===_0x148050([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x82fb66[_0x148050([0x74,0x68,0x65,0x6e])]===_0x148050([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x82fb66[_0x148050([0x63,0x61,0x74,0x63,0x68])]===_0x148050([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x217226(_0x59bfe4){_0x3d6d3f(_0x59bfe4)[_0x148050([0x74,0x68,0x65,0x6e])](_0x2b7566=>{if(!_0x2b7566||_0x2b7566[_0x148050([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x148050([0x6f,0x6b]))return _0x148050([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x31ed69(_0x3a70d9(_0x63792f+_0xbe1f96))!=_0x2b7566[_0x148050([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x148050([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x148050([0x56,0x61,0x6c,0x69,0x64]);})[_0x148050([0x74,0x68,0x65,0x6e])](_0x30625=>(_0x45c0b1(),_0x30625),()=>{const _0xa5ae2=_0x1c0913();return null==_0xa5ae2?(_0x45c0b1(),_0x148050([0x56,0x61,0x6c,0x69,0x64])):_0x148050(_0x548a40-_0xa5ae2>(0x2f2c286e^_0x52695a)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x148050([0x74,0x68,0x65,0x6e])](_0x5bb81f)[_0x148050([0x63,0x61,0x74,0x63,0x68])](()=>{_0x5bb81f(_0x148050([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x3f4835=0xb1642ee^_0x52695a;function _0x45c0b1(){const _0x5c2e2b=_0x148050([0x6c,0x6c,0x63,0x74,0x2d])+_0x31ed69(_0x3a70d9(_0x1794f9)),_0x130085=_0x4e5bb1(_0x31ed69(window[_0x148050([0x4d,0x61,0x74,0x68])][_0x148050([0x63,0x65,0x69,0x6c])](_0x548a40/_0x3f4835)));window[_0x148050([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x148050([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x5c2e2b,_0x130085);}function _0x1c0913(){const _0x229b38=_0x148050([0x6c,0x6c,0x63,0x74,0x2d])+_0x31ed69(_0x3a70d9(_0x1794f9)),_0x2c51b3=window[_0x148050([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x148050([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x229b38);return _0x2c51b3?window[_0x148050([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x4e5bb1(_0x2c51b3),0x10)*_0x3f4835:null;}function _0x3d6d3f(_0x5eaabd){return new window[(_0x148050([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x3d7ab0,_0x426db5)=>{_0x5eaabd[_0x148050([0x74,0x68,0x65,0x6e])](_0x3d7ab0,_0x426db5),window[_0x148050([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x426db5,0xb2178ae^_0x52695a);});}}_0x58b42e[_0x148050([0x6f,0x6e])](_0x148050([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x30cef1,_0x11b7e1)=>{if(_0x11b7e1[0x0]!=_0x1794f9)return _0x5bb81f(_0x148050([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x11b7e1[0x1]={..._0x11b7e1[0x1],[_0x148050([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x63792f};},{[_0x148050([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x148050([0x68,0x69,0x67,0x68])}),_0x58b42e[_0x148050([0x6f,0x6e])](_0x148050([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x792505=>{_0x5e825c(_0x792505[_0x148050([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x16a02f=!0x0,_0x217226(_0x792505[_0x148050([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x148050([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x148050([0x6c,0x6f,0x77])}),_0x15d2c0[_0x148050([0x74,0x68,0x65,0x6e])](()=>{_0x16a02f||_0x5bb81f(_0x148050([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x1ee4cc(){return _0x58b42e[_0x148050([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x148050([0x76,0x69,0x65,0x77])][_0x148050([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x148050([0x61,0x75,0x74,0x6f]);}function _0x148815(){_0x58b42e[_0x148050([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x148050([0x76,0x69,0x65,0x77])][_0x148050([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x148050([0x61,0x75,0x74,0x6f]);}}function _0x1cbd17(_0x498471){const _0x548d76=[new window[(_0x148050([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x16f108=>setTimeout(_0x16f108,0xb2992a2^_0x52695a)),_0x15d2c0[_0x148050([0x74,0x68,0x65,0x6e])](()=>new window[(_0x148050([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x1d7bd0=>{let _0x50987b=0x0;_0x58b42e[_0x148050([0x6d,0x6f,0x64,0x65,0x6c])][_0x148050([0x6f,0x6e])](_0x148050([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x3f159c,_0x364517)=>{_0x364517[0x0][_0x148050([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x50987b++,_0x50987b==(0xb20ad96^_0x52695a)&&(_0x1d7bd0(),_0x3f159c[_0x148050([0x6f,0x66,0x66])]());});}))];return window[_0x148050([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x148050([0x72,0x61,0x63,0x65])](_0x548d76)[_0x148050([0x74,0x68,0x65,0x6e])](()=>_0x498471);}async function _0x1b6756(){await _0x15d2c0,_0x58b42e[_0x148050([0x6d,0x6f,0x64,0x65,0x6c])][_0x148050([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x10e6aa,_0x58b42e[_0x148050([0x6d,0x6f,0x64,0x65,0x6c])][_0x148050([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x10e6aa,_0x58b42e[_0x148050([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x148050([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x2df7ca(_0x54b328){const _0x1ce088=_0x4381f6();_0x58b42e[_0x1ce088]=_0x148050([0x73,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x54b328,_0x54b328!=_0x148050([0x56,0x61,0x6c,0x69,0x64])&&_0x1b6756();}function _0x4381f6(){const _0x2547a8=window[_0x148050([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x148050([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x148050([0x6e,0x6f,0x77])]())[_0x148050([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x148050([0x2e]),'');let _0x24cfcf=_0x148050([0x71]);for(let _0xaf321d=0x0;_0xaf321d<_0x2547a8[_0x148050([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0xaf321d+=0x2){let _0x42428d=window[_0x148050([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x2547a8[_0x148050([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0xaf321d,_0xaf321d+0x2));_0x42428d>=_0x2d211c[_0x148050([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x42428d-=_0x2d211c[_0x148050([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x24cfcf+=_0x2d211c[_0x42428d];}return _0x24cfcf;}function _0x890fd8(){const _0x567760=_0x4b9475[_0x148050([0x73,0x70,0x6c,0x69,0x74])](_0x148050([0x2e]));if(0x3!=_0x567760[_0x148050([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0xb20452(_0x567760[0x1]);function _0xb20452(_0x5464fe){const _0x260f1f=_0x2b1c4d(_0x5464fe);return _0x260f1f&&_0x2d3c9f()?_0x260f1f:null;function _0x2d3c9f(){const _0x51c6dc=_0x260f1f[_0x148050([0x6a,0x74,0x69])],_0x134a66=window[_0x148050([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x51c6dc[_0x148050([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x51c6dc[_0x148050([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x3239f3={..._0x260f1f,[_0x148050([0x6a,0x74,0x69])]:_0x51c6dc[_0x148050([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x51c6dc[_0x148050([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x3239f3[_0x148050([0x76,0x63])],_0x3a70d9(_0x3239f3)==_0x134a66;}}}async function _0x263fa4(){let _0x2d0afe=!0x0;try{const _0x4a65df=_0x4b9475[_0x148050([0x73,0x70,0x6c,0x69,0x74])](_0x148050([0x2e])),[_0x50b7cd,_0x37767f,_0x559344]=_0x4a65df;return _0xe726c6(_0x50b7cd),await _0x1f95d5(_0x50b7cd,_0x37767f,_0x559344),_0x2d0afe;}catch{return!0x1;}function _0xe726c6(_0x1e2632){const _0x20721a=_0x2b1c4d(_0x1e2632);_0x20721a&&_0x20721a[_0x148050([0x61,0x6c,0x67])]==_0x148050([0x45,0x53,0x32,0x35,0x36])||(_0x2d0afe=!0x1);}async function _0x1f95d5(_0x1ba858,_0x58e2a5,_0xf3f653){const _0x46d715=window[_0x148050([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x148050([0x66,0x72,0x6f,0x6d])](_0x1d9345(_0xf3f653),_0x3159d9=>_0x3159d9[_0x148050([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x59e827=new window[(_0x148050([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x148050([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x1ba858+_0x148050([0x2e])+_0x58e2a5),_0x4fe241=window[_0x148050([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x148050([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x4fe241)return;const _0x3408e2=await _0x4fe241[_0x148050([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x148050([0x6a,0x77,0x6b]),_0x281f8c,{[_0x148050([0x6e,0x61,0x6d,0x65])]:_0x148050([0x45,0x43,0x44,0x53,0x41]),[_0x148050([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x148050([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x148050([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x4fe241[_0x148050([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x148050([0x6e,0x61,0x6d,0x65])]:_0x148050([0x45,0x43,0x44,0x53,0x41]),[_0x148050([0x68,0x61,0x73,0x68])]:{[_0x148050([0x6e,0x61,0x6d,0x65])]:_0x148050([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x3408e2,_0x46d715,_0x59e827)||(_0x2d0afe=!0x1);}}function _0x2b1c4d(_0x102c46){return _0x102c46[_0x148050([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x148050([0x65,0x79]))?JSON[_0x148050([0x70,0x61,0x72,0x73,0x65])](_0x1d9345(_0x102c46)):null;}function _0x1d9345(_0x4f1d6a){return window[_0x148050([0x61,0x74,0x6f,0x62])](_0x4f1d6a[_0x148050([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x148050([0x2b]))[_0x148050([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x148050([0x2f])));}function _0x3a70d9(_0xd5e0c2){let _0x1edb14=0x1505;function _0x4c0f44(_0x5401a2){for(let _0x483076=0x0;_0x483076<_0x5401a2[_0x148050([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x483076++){const _0x2d5c6b=_0x5401a2[_0x148050([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x483076);_0x1edb14=(_0x1edb14<<0x5)+_0x1edb14+_0x2d5c6b,_0x1edb14&=_0x1edb14;}}function _0x55254e(_0x4049cd){Array[_0x148050([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x4049cd)?_0x4049cd[_0x148050([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x55254e):_0x4049cd&&typeof _0x4049cd==_0x148050([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x148050([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x4049cd)[_0x148050([0x73,0x6f,0x72,0x74])]()[_0x148050([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x29ceb1,_0x2001d5])=>{_0x4c0f44(_0x29ceb1),_0x55254e(_0x2001d5);}):_0x4c0f44(window[_0x148050([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x4049cd));}return _0x55254e(_0xd5e0c2),_0x1edb14>>>0x0;}function _0x31ed69(_0x405367){return _0x405367[_0x148050([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x148050([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x148050([0x30]));}function _0x4e5bb1(_0x1211fa){return _0x1211fa[_0x148050([0x73,0x70,0x6c,0x69,0x74])]('')[_0x148050([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x148050([0x6a,0x6f,0x69,0x6e])]('');}function _0x10e6aa(){}function _0x148050(_0x58acbe){const _0x3ee879=_0x15bd;return _0x58acbe[_0x3ee879(0x14d)](_0x494e5f=>String[_0x3ee879(0x13e)](_0x494e5f))[_0x3ee879(0x161)]('');}_0x2df7ca(await _0x57da3c());}(this);}[_0x596eb6(0x16a)](){const _0x207951=_0x596eb6;return this[_0x207951(0x16d)];}[_0x596eb6(0x137)](){const _0x17afa5=_0x596eb6,_0x32fdbb=_0x667cb5=>_0xa2fe7a(this[_0x17afa5(0x147)][_0x17afa5(0x195)],_0x667cb5);return[{'id':_0x17afa5(0x126),'commandName':_0x17afa5(0x141),'icon':_0x32a482,'title':_0x32fdbb(_0x17afa5(0x146)),'description':_0x32fdbb(_0x17afa5(0x16c)),'execute':_0x379b8b=>{const _0x47f9d4=_0x17afa5;setTimeout(()=>_0x379b8b[_0x47f9d4(0x193)](_0x47f9d4(0x141)));}},{'id':_0x17afa5(0x115),'commandName':_0x17afa5(0x115),'icon':_0x2e5d98,'title':_0x32fdbb(_0x17afa5(0x192)),'description':_0x32fdbb(_0x17afa5(0x12d))},{'id':_0x17afa5(0x163),'commandName':_0x17afa5(0x163),'icon':_0x1d27fe,'title':_0x32fdbb(_0x17afa5(0x151)),'description':_0x32fdbb(_0x17afa5(0x157))},{'id':_0x17afa5(0x166),'commandName':_0x17afa5(0x166),'icon':_0xdd32ba,'title':_0x32fdbb(_0x17afa5(0x156)),'description':_0x32fdbb(_0x17afa5(0x180))},{'id':_0x17afa5(0x15c),'commandName':_0x17afa5(0x15c),'icon':_0x24fef3,'title':_0x32fdbb(_0x17afa5(0x11b)),'description':_0x32fdbb(_0x17afa5(0x14e)),'aliases':[_0x17afa5(0x169),_0x17afa5(0x16e),_0x17afa5(0x168)]},{'id':_0x17afa5(0x169),'commandName':_0x17afa5(0x169),'icon':_0x24fef3,'title':_0x32fdbb(_0x17afa5(0x183)),'description':_0x32fdbb(_0x17afa5(0x13f)),'aliases':[_0x17afa5(0x15c),_0x17afa5(0x16e),_0x17afa5(0x168)]},{'id':_0x17afa5(0x185),'commandName':_0x17afa5(0x185),'icon':_0x2fba3e,'title':_0x32fdbb(_0x17afa5(0x152)),'description':_0x32fdbb(_0x17afa5(0x139)),'execute':_0x3530c8=>{const _0x59764b=_0x17afa5;setTimeout(()=>_0x3530c8[_0x59764b(0x193)](_0x59764b(0x185)));}},{'id':_0x17afa5(0x179),'commandName':_0x17afa5(0x18f),'icon':_0x479eef,'title':_0x32fdbb(_0x17afa5(0x145)),'description':_0x32fdbb(_0x17afa5(0x14a)),'execute':_0x4049f2=>{const _0x5a71a8=_0x17afa5;_0x4049f2[_0x5a71a8(0x193)](_0x5a71a8(0x18f),{'value':_0x5a71a8(0x179)});}},{'id':_0x17afa5(0x176),'commandName':_0x17afa5(0x18f),'icon':_0x57fce3,'title':_0x32fdbb(_0x17afa5(0x148)),'description':_0x32fdbb(_0x17afa5(0x13b)),'execute':_0x42c7a8=>{const _0xfd2130=_0x17afa5;_0x42c7a8[_0xfd2130(0x193)](_0xfd2130(0x18f),{'value':_0xfd2130(0x176)});}},{'id':_0x17afa5(0x160),'commandName':_0x17afa5(0x18f),'icon':_0x1a74fb,'title':_0x32fdbb(_0x17afa5(0x17b)),'description':_0x32fdbb(_0x17afa5(0x149)),'execute':_0x54d0c5=>{const _0x34988e=_0x17afa5;_0x54d0c5[_0x34988e(0x193)](_0x34988e(0x18f),{'value':_0x34988e(0x160)});}},{'id':_0x17afa5(0x186),'commandName':_0x17afa5(0x18f),'icon':_0x1c78c0,'title':_0x32fdbb(_0x17afa5(0x118)),'description':_0x32fdbb(_0x17afa5(0x13a)),'execute':_0x502e62=>{const _0x1631eb=_0x17afa5;_0x502e62[_0x1631eb(0x193)](_0x1631eb(0x18f),{'value':_0x1631eb(0x186)});}},{'id':_0x17afa5(0x15f),'commandName':_0x17afa5(0x18f),'icon':_0xa5ad0,'title':_0x32fdbb(_0x17afa5(0x154)),'description':_0x32fdbb(_0x17afa5(0x164)),'execute':_0x12feaf=>{const _0x4ae7e9=_0x17afa5;_0x12feaf[_0x4ae7e9(0x193)](_0x4ae7e9(0x18f),{'value':_0x4ae7e9(0x15f)});}},{'id':_0x17afa5(0x167),'commandName':_0x17afa5(0x18f),'icon':_0x362715,'title':_0x32fdbb(_0x17afa5(0x15a)),'description':_0x32fdbb(_0x17afa5(0x124)),'execute':_0x30cbc3=>{const _0x591291=_0x17afa5;_0x30cbc3[_0x591291(0x193)](_0x591291(0x18f),{'value':_0x591291(0x167)});}},{'id':_0x17afa5(0x117),'commandName':_0x17afa5(0x117),'icon':_0x4c6ab6,'title':_0x32fdbb(_0x17afa5(0x16f)),'description':_0x32fdbb(_0x17afa5(0x178))},{'id':_0x17afa5(0x18c),'commandName':_0x17afa5(0x18c),'icon':_0x1674d8,'title':_0x32fdbb(_0x17afa5(0x125)),'description':_0x32fdbb(_0x17afa5(0x194))},{'id':_0x17afa5(0x165),'commandName':_0x17afa5(0x165),'icon':_0xbdb211,'title':_0x32fdbb(_0x17afa5(0x17f)),'description':_0x32fdbb(_0x17afa5(0x159))},{'id':_0x17afa5(0x11f),'commandName':_0x17afa5(0x11f),'title':_0x32fdbb(_0x17afa5(0x14f)),'description':_0x32fdbb(_0x17afa5(0x158))},{'id':_0x17afa5(0x17d),'commandName':_0x17afa5(0x17d),'icon':_0xfe2ba,'title':_0x32fdbb(_0x17afa5(0x143)),'description':_0x32fdbb(_0x17afa5(0x120))},{'id':_0x17afa5(0x172),'commandName':_0x17afa5(0x172),'icon':_0x572b42,'title':_0x32fdbb(_0x17afa5(0x134)),'description':_0x32fdbb(_0x17afa5(0x198)),'aliases':[_0x17afa5(0x18b)]},{'id':_0x17afa5(0x123),'commandName':_0x17afa5(0x123),'icon':_0x19042d,'title':_0x32fdbb(_0x17afa5(0x187)),'description':_0x32fdbb(_0x17afa5(0x140))},{'id':_0x17afa5(0x173),'commandName':_0x17afa5(0x173),'icon':_0x519cad,'title':_0x32fdbb(_0x17afa5(0x15e)),'description':_0x32fdbb(_0x17afa5(0x177))},{'id':_0x17afa5(0x182),'commandName':_0x17afa5(0x182),'icon':_0x55c057,'title':_0x32fdbb(_0x17afa5(0x121)),'description':_0x32fdbb(_0x17afa5(0x127))},{'id':_0x17afa5(0x138),'commandName':_0x17afa5(0x138),'icon':_0x12512c,'title':_0x32fdbb(_0x17afa5(0x174)),'description':_0x32fdbb(_0x17afa5(0x14c))}];}[_0x596eb6(0x18a)](_0x50f839){const _0x285092=_0x596eb6;return _0x50f839[_0x285092(0x189)]?_0x50f839[_0x285092(0x189)](this[_0x285092(0x147)]):!_0x50f839[_0x285092(0x12c)]||this[_0x285092(0x147)][_0x285092(0x155)][_0x285092(0x196)](_0x50f839[_0x285092(0x12c)])[_0x285092(0x189)];}[_0x596eb6(0x184)](_0x353b1c){const _0x3b6278=_0x596eb6;if(_0x353b1c[_0x3b6278(0x193)])_0x353b1c[_0x3b6278(0x193)](this[_0x3b6278(0x147)]);else{if(!_0x353b1c[_0x3b6278(0x12c)])throw new _0xeb22b6(_0x3b6278(0x136),this[_0x3b6278(0x147)],{'commandDefinition':_0x353b1c});this[_0x3b6278(0x147)][_0x3b6278(0x193)](_0x353b1c[_0x3b6278(0x12c)]);}}}function j(_0x34d172,_0x1bdc2a){const _0x419dfe=_0x596eb6;return _0x34d172[_0x419dfe(0x17a)]<_0x1bdc2a[_0x419dfe(0x17a)]?-0x1:_0x34d172[_0x419dfe(0x17a)]>_0x1bdc2a[_0x419dfe(0x17a)]?0x1:0x0;}function L(_0x14974f,_0x82ee87){const _0x294542=_0x596eb6;return _0x82ee87+'-'+_0x14974f[_0x294542(0x15d)]()[_0x294542(0x130)]('\x20')[_0x294542(0x161)]('-');}
|