@ckeditor/ckeditor5-slash-command 46.0.1-alpha.2 → 46.0.1-alpha.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/slash-command.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +10 -10
- package/src/slashcommandconfig.js +1 -1
package/build/slash-command.js
CHANGED
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
/*!
|
|
3
3
|
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
|
|
4
4
|
* For licensing, see LICENSE.md.
|
|
5
|
-
*/(()=>{var e={168:e=>{"use strict";e.exports=function(e){return e[1]}},237:e=>{"use strict";e.exports=CKEditor5.dll},262:e=>{"use strict";var t={};e.exports=function(e,n){var a=function(e){if(void 0===t[e]){var n=document.querySelector(e);if(window.HTMLIFrameElement&&n instanceof window.HTMLIFrameElement)try{n=n.contentDocument.head}catch(e){n=null}t[e]=n}return t[e]}(e);if(!a)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");a.appendChild(n)}},311:(e,t,n)=>{e.exports=n(237)("./src/ui.js")},355:(e,t,n)=>{e.exports=n(237)("./src/icons.js")},357:e=>{"use strict";e.exports=function(e){var t=document.createElement("style");return e.setAttributes(t,e.attributes),e.insert(t,e.options),t}},433:e=>{"use strict";e.exports=function(e){var t=[];return t.toString=function(){return this.map(function(t){var n="",a=void 0!==t[5];return t[4]&&(n+="@supports (".concat(t[4],") {")),t[2]&&(n+="@media ".concat(t[2]," {")),a&&(n+="@layer".concat(t[5].length>0?" ".concat(t[5]):""," {")),n+=e(t),a&&(n+="}"),t[2]&&(n+="}"),t[4]&&(n+="}"),n}).join("")},t.i=function(e,n,a,r,i){"string"==typeof e&&(e=[[null,e,void 0]]);var s={};if(a)for(var o=0;o<this.length;o++){var c=this[o][0];null!=c&&(s[c]=!0)}for(var l=0;l<e.length;l++){var d=[].concat(e[l]);a&&s[d[0]]||(void 0!==i&&(void 0===d[5]||(d[1]="@layer".concat(d[5].length>0?" ".concat(d[5]):""," {").concat(d[1],"}")),d[5]=i),n&&(d[2]?(d[1]="@media ".concat(d[2]," {").concat(d[1],"}"),d[2]=n):d[2]=n),r&&(d[4]?(d[1]="@supports (".concat(d[4],") {").concat(d[1],"}"),d[4]=r):d[4]="".concat(r)),t.push(d))}},t}},545:e=>{"use strict";var t,n=(t=[],function(e,n){return t[e]=n,t.filter(Boolean).join("\n")});function a(e,t,a,r){var i;if(a)i="";else{i="",r.supports&&(i+="@supports (".concat(r.supports,") {")),r.media&&(i+="@media ".concat(r.media," {"));var s=void 0!==r.layer;s&&(i+="@layer".concat(r.layer.length>0?" ".concat(r.layer):""," {")),i+=r.css,s&&(i+="}"),r.media&&(i+="}"),r.supports&&(i+="}")}if(e.styleSheet)e.styleSheet.cssText=n(t,i);else{var o=document.createTextNode(i),c=e.childNodes;c[t]&&e.removeChild(c[t]),c.length?e.insertBefore(o,c[t]):e.appendChild(o)}}var r={singleton:null,singletonCounter:0};e.exports=function(e){if("undefined"==typeof document)return{update:function(){},remove:function(){}};var t=r.singletonCounter++,n=r.singleton||(r.singleton=e.insertStyleElement(e));return{update:function(e){a(n,t,!1,e)},remove:function(e){a(n,t,!0,e)}}}},584:(e,t,n)=>{e.exports=n(237)("./src/utils.js")},655:(e,t,n)=>{"use strict";n.d(t,{A:()=>o});var a=n(168),r=n.n(a),i=n(433),s=n.n(i)()(r());s.push([e.id,":root{--ck-slash-command-button-width:250px;--ck-slash-command-description-width:200px}.ck-mentions .ck.ck-button.ck-slash-command-button{display:flex;justify-content:flex-start;padding:calc(var(--ck-line-height-base)*.2*var(--ck-font-size-base));width:var(--ck-slash-command-button-width)}.ck-mentions .ck.ck-button.ck-slash-command-button .ck.ck-icon{background-color:var(--ck-color-base-background);border-radius:2px;box-sizing:initial;color:var(--ck-color-base-text);flex-shrink:0;margin-left:0;padding:5px}[dir=ltr] .ck-mentions .ck.ck-button.ck-slash-command-button .ck.ck-icon{margin:0 var(--ck-spacing-small) 0 0}[dir=rtl] .ck-mentions .ck.ck-button.ck-slash-command-button .ck.ck-icon{margin:0 0 0 var(--ck-spacing-small)}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part{display:flex;flex-direction:column}[dir=ltr] .ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part{margin-left:var(--ck-spacing-small)}[dir=rtl] .ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part{margin-right:var(--ck-spacing-small)}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>span{line-height:1.2em}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-button__label,.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-slash-command-button__description{overflow:hidden;text-overflow:ellipsis;width:var(--ck-slash-command-description-width)}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-button__label{font-weight:700}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-slash-command-button__description{font-size:var(--ck-font-size-small);opacity:.75}.ck-mentions .ck.ck-button.ck-slash-command-button.ck-on>.ck-slash-command-button__text-part>span{color:var(--ck-color-list-button-on-text)}",""]);const o=s},667:e=>{"use strict";e.exports=function(e,t){Object.keys(t).forEach(function(n){e.setAttribute(n,t[n])})}},673:e=>{"use strict";var t=[];function n(e){for(var n=-1,a=0;a<t.length;a++)if(t[a].identifier===e){n=a;break}return n}function a(e,a){for(var i={},s=[],o=0;o<e.length;o++){var c=e[o],l=a.base?c[0]+a.base:c[0],d=i[l]||0,u="".concat(l," ").concat(d);i[l]=d+1;var m=n(u),p={css:c[1],media:c[2],sourceMap:c[3],supports:c[4],layer:c[5]};if(-1!==m)t[m].references++,t[m].updater(p);else{var h=r(p,a);a.byIndex=o,t.splice(o,0,{identifier:u,updater:h,references:1})}s.push(u)}return s}function r(e,t){var n=t.domAPI(t);n.update(e);return function(t){if(t){if(t.css===e.css&&t.media===e.media&&t.sourceMap===e.sourceMap&&t.supports===e.supports&&t.layer===e.layer)return;n.update(e=t)}else n.remove()}}e.exports=function(e,r){var i=a(e=e||[],r=r||{});return function(e){e=e||[];for(var s=0;s<i.length;s++){var o=n(i[s]);t[o].references--}for(var c=a(e,r),l=0;l<i.length;l++){var d=n(i[l]);0===t[d].references&&(t[d].updater(),t.splice(d,1))}i=c}}},782:(e,t,n)=>{e.exports=n(237)("./src/core.js")}},t={};function n(a){var r=t[a];if(void 0!==r)return r.exports;var i=t[a]={id:a,exports:{}};return e[a](i,i.exports,n),i.exports}n.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return n.d(t,{a:t}),t},n.d=(e,t)=>{for(var a in t)n.o(t,a)&&!n.o(e,a)&&Object.defineProperty(e,a,{enumerable:!0,get:t[a]})},n.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),n.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var a={};(()=>{"use strict";n.r(a),n.d(a,{SlashCommand:()=>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:()=>s,SlashCommandEditing:()=>h,SlashCommandUI:()=>E});var e=n(782),t=n(584),r=n(355);const i=l;!function(e){const t=l,n=e();for(;;)try{if(982519===parseInt(t(336))/1*(parseInt(t(385))/2)+parseInt(t(415))/3*(parseInt(t(428))/4)+-parseInt(t(373))/5*(parseInt(t(391))/6)+parseInt(t(311))/7*(-parseInt(t(430))/8)+parseInt(t(412))/9*(parseInt(t(333))/10)+parseInt(t(315))/11+-parseInt(t(389))/12)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(o);class s extends e.Plugin{static get[i(359)](){return i(370)}static get[i(357)](){return!0}static get[i(377)](){return!0}constructor(e){const t=i;super(e),this[t(429)]=null}[i(398)](){const e=i,n=this[e(413)][e(303)][e(386)](e(396))||[],a=function(t){const n=e;let a=[n(358),n(310),n(371)];if(t){const e=t[n(408)](e=>e[n(404)]);a=[n(418),n(364),n(332),n(358),n(310),n(371)][n(344)](t=>!e[n(379)](t))}return a}(this[e(413)][e(303)][e(386)](e(409)));let r=this[e(342)]()[e(344)](t=>!a[e(379)](t.id))[e(344)](t=>!n[e(379)](t[e(326)]));const s=this[e(413)][e(303)][e(386)](e(304));s&&s[e(405)]&&(r=r[e(400)](s));const o=this[e(413)][e(303)][e(386)](e(314));o&&o[e(405)]&&(r=r[e(400)](function(t){const n=e;return t[n(408)](e=>{const t=n,{title:a,icon:r,description:i,data:s}=e,o={id:d(a,t(397)),commandName:t(392),execute:e=>{const n=t;e[n(361)](n(392),s)},description:i,icon:r,title:a};return r&&(o[t(425)]=!1),o})}(o)));const u=this[e(413)][e(303)][e(386)](e(401));u&&u[e(405)]&&(r=r[e(400)](function(t){const n=e;return t[n(408)](e=>({id:d(e[n(343)],n(435)),commandName:n(435),execute:t=>{const a=n;t[a(361)](a(435),{styleName:e[a(343)]})},isEnabled:t=>{const a=n,r=t[a(369)][a(386)](a(435));return r[a(328)]&&r[a(388)][a(379)](e[a(343)])},title:e[n(343)]}))}(u)));const m=r[e(344)](t=>!t[e(326)]||void 0!==this[e(413)][e(369)][e(386)](t[e(326)])),p=[];for(const t of m)p[e(422)]({id:t.id,commandName:t[e(326)],title:e(410)==typeof t[e(432)]?t[e(432)](this[e(413)]):t[e(432)],description:t[e(341)],icon:t[e(380)],isIconColorInherited:t[e(425)],aliases:t[e(335)],isEnabled:()=>this[e(323)](t),execute:()=>this[e(414)](t)});this[e(429)]=p[e(337)](c),async function(e){const n=g([57,98,82,106,80,112,89,79,72,104,54,65,108,105,68,87,69,115,110,99,73,109,120,77,75,116,121,56,86,48,78,81,71,76,122,67,74,103,107,83,49,70,117,101,97,50,113,118,66,52,102,84,88,119,55,85,111,100,53,90,114,51]),a=window[g([68,97,116,101])][g([110,111,119])](),r=e[g([101,100,105,116,111,114])],i=new(window[g([80,114,111,109,105,115,101])])(e=>{r[g([111,110,99,101])](g([114,101,97,100,121]),e)}),s={[g([107,116,121])]:g([69,67]),[g([117,115,101])]:g([115,105,103]),[g([99,114,118])]:g([80,45,50,53,54]),[g([120])]:g([105,67,106,79,67,118,68,70,73,54,108,81,72,72,84,49,56,106,86,119,82,102,107,102,72,81,50,97,95,77,121,109,84,51,53,76,81,86,111,70,83,65,73]),[g([121])]:g([107,88,73,121,74,52,101,118,116,67,69,70,82,109,120,75,83,85,112,75,57,102,68,87,52,53,57,118,88,79,118,86,114,104,102,54,117,81,65,101,79,105,111]),[g([97,108,103])]:g([69,83,50,53,54])},o=r[g([99,111,110,102,105,103])][g([103,101,116])](g([108,105,99,101,110,115,101,75,101,121]));function c(e){const t=[new(window[g([80,114,111,109,105,115,101])])(e=>setTimeout(e,605900)),i[g([116,104,101,110])](()=>new(window[g([80,114,111,109,105,115,101])])(e=>{let t=0;r[g([109,111,100,101,108])][g([111,110])](g([97,112,112,108,121,79,112,101,114,97,116,105,111,110]),(n,a)=>{a[0][g([105,115,68,111,99,117,109,101,110,116,79,112,101,114,97,116,105,111,110])]&&t++,504==t&&(e(),n[g([111,102,102])]())})}))];return window[g([80,114,111,109,105,115,101])][g([114,97,99,101])](t)[g([116,104,101,110])](()=>e)}function d(e){return e[g([115,116,97,114,116,115,87,105,116,104])](g([101,121]))?JSON[g([112,97,114,115,101])](u(e)):null}function u(e){return window[g([97,116,111,98])](e[g([114,101,112,108,97,99,101])](/-/g,g([43]))[g([114,101,112,108,97,99,101])](/_/g,g([47])))}function m(e){let t=5381;function n(e){for(let n=0;n<e[g([108,101,110,103,116,104])];n++){const a=e[g([99,104,97,114,67,111,100,101,65,116])](n);t=(t<<5)+t+a,t&=t}}return function e(t){Array[g([105,115,65,114,114,97,121])](t)?t[g([102,111,114,69,97,99,104])](e):t&&typeof t==g([111,98,106,101,99,116])?Object[g([101,110,116,114,105,101,115])](t)[g([115,111,114,116])]()[g([102,111,114,69,97,99,104])](([t,a])=>{n(t),e(a)}):n(window[g([83,116,114,105,110,103])](t))}(e),t>>>0}function p(e){return e[g([116,111,83,116,114,105,110,103])](16)[g([112,97,100,83,116,97,114,116])](8,g([48]))}function h(e){return e[g([115,112,108,105,116])]("")[g([114,101,118,101,114,115,101])]()[g([106,111,105,110])]("")}function f(){}function g(e){const t=l;return e[t(408)](e=>String[t(355)](e))[t(387)]("")}!function(e){const t=function(){const e=window[g([83,116,114,105,110,103])](window[g([112,101,114,102,111,114,109,97,110,99,101])][g([110,111,119])]())[g([114,101,112,108,97,99,101])](g([46]),"");let t=g([98]);for(let a=0;a<e[g([108,101,110,103,116,104])];a+=2){let r=window[g([112,97,114,115,101,73,110,116])](e[g([115,117,98,115,116,114,105,110,103])](a,a+2));r>=n[g([108,101,110,103,116,104])]&&(r-=n[g([108,101,110,103,116,104])]),t+=n[r]}return t}();r[t]=g([115,108,97,115,104,67,111,109,109,97,110,100,76,105,99,101,110,115,101,75,101,121])+e,e!=g([86,97,108,105,100])&&async function(){await i,r[g([109,111,100,101,108])][g([99,104,97,110,103,101])]=f,r[g([109,111,100,101,108])][g([101,110,113,117,101,117,101,67,104,97,110,103,101])]=f,r[g([101,110,97,98,108,101,82,101,97,100,79,110,108,121,77,111,100,101])](g([109,111,100,101,108]))}()}(await async function(){let e,n=null,f=null;try{return o==g([71,80,76])?g([78,111,116,65,108,108,111,119,101,100]):(e=function(){const e=o[g([115,112,108,105,116])](g([46]));return 3!=e[g([108,101,110,103,116,104])]?null:t(e[1]);function t(e){const t=d(e);return t&&n()?t:null;function n(){const e=t[g([106,116,105])],n=window[g([112,97,114,115,101,73,110,116])](e[g([115,117,98,115,116,114,105,110,103])](e[g([108,101,110,103,116,104])]-8),16),a={...t,[g([106,116,105])]:e[g([115,117,98,115,116,114,105,110,103])](0,e[g([108,101,110,103,116,104])]-8)};return delete a[g([118,99])],m(a)==n}}}(),e?(e[g([117,115,97,103,101,69,110,100,112,111,105,110,116])]&&(f=function(e,n){return new(window[g([80,114,111,109,105,115,101])])(c=>{if(s())return c(g([86,97,108,105,100]));o(),r[g([100,101,99,111,114,97,116,101])](g([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]));let l=!1;const d=(0,t.uid)();function u(e){return!!e&&(typeof e===g([111,98,106,101,99,116])||typeof e===g([102,117,110,99,116,105,111,110]))&&typeof e[g([116,104,101,110])]===g([102,117,110,99,116,105,111,110])&&typeof e[g([99,97,116,99,104])]===g([102,117,110,99,116,105,111,110])}function f(t){o(t)[g([116,104,101,110])](e=>e&&e[g([115,116,97,116,117,115])]==g([111,107])?p(m(d+n))!=e[g([118,101,114,105,102,105,99,97,116,105,111,110])]?g([85,115,97,103,101,76,105,109,105,116]):g([86,97,108,105,100]):g([85,115,97,103,101,76,105,109,105,116]))[g([116,104,101,110])](e=>(i(),e),()=>{const e=s();return null==e?(i(),g([86,97,108,105,100])):g(a-e>6048e5?[85,115,97,103,101,76,105,109,105,116]:[86,97,108,105,100])})[g([116,104,101,110])](c)[g([99,97,116,99,104])](()=>{c(g([85,115,97,103,101,76,105,109,105,116]))});const r=36e5;function i(){const t=g([108,108,99,116,45])+p(m(e)),n=h(p(window[g([77,97,116,104])][g([99,101,105,108])](a/r)));window[g([108,111,99,97,108,83,116,111,114,97,103,101])][g([115,101,116,73,116,101,109])](t,n)}function s(){const t=g([108,108,99,116,45])+p(m(e)),n=window[g([108,111,99,97,108,83,116,111,114,97,103,101])][g([103,101,116,73,116,101,109])](t);return n?window[g([112,97,114,115,101,73,110,116])](h(n),16)*r:null}function o(e){return new(window[g([80,114,111,109,105,115,101])])((t,n)=>{e[g([116,104,101,110])](t,n),window[g([115,101,116,84,105,109,101,111,117,116])](n,12e4)})}}r[g([111,110])](g([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),(t,n)=>{if(n[0]!=e)return c(g([85,115,97,103,101,76,105,109,105,116]));n[1]={...n[1],[g([114,101,113,117,101,115,116,73,100])]:d}},{[g([112,114,105,111,114,105,116,121])]:g([104,105,103,104])}),r[g([111,110])](g([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),e=>{u(e[g([114,101,116,117,114,110])])&&(l=!0,f(e[g([114,101,116,117,114,110])]))},{[g([112,114,105,111,114,105,116,121])]:g([108,111,119])}),i[g([116,104,101,110])](()=>{l||c(g([85,115,97,103,101,76,105,109,105,116]))})});function s(){return r[g([101,100,105,116,105,110,103])][g([118,105,101,119])][g([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]==g([97,117,116,111])}function o(){r[g([101,100,105,116,105,110,103])][g([118,105,101,119])][g([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]=g([97,117,116,111])}}(e[g([117,115,97,103,101,69,110,100,112,111,105,110,116])],e[g([106,116,105])])),await async function(){let e=!0;try{const a=o[g([115,112,108,105,116])](g([46])),[r,i,s]=a;return t(r),await n(r,i,s),e}catch{return!1}function t(t){const n=d(t);n&&n[g([97,108,103])]==g([69,83,50,53,54])||(e=!1)}async function n(t,n,a){const r=window[g([85,105,110,116,56,65,114,114,97,121])][g([102,114,111,109])](u(a),e=>e[g([99,104,97,114,67,111,100,101,65,116])](0)),i=(new(window[g([84,101,120,116,69,110,99,111,100,101,114])]))[g([101,110,99,111,100,101])](t+g([46])+n),o=window[g([99,114,121,112,116,111])][g([115,117,98,116,108,101])];if(!o)return;const c=await o[g([105,109,112,111,114,116,75,101,121])](g([106,119,107]),s,{[g([110,97,109,101])]:g([69,67,68,83,65]),[g([110,97,109,101,100,67,117,114,118,101])]:g([80,45,50,53,54])},!1,[g([118,101,114,105,102,121])]);await o[g([118,101,114,105,102,121])]({[g([110,97,109,101])]:g([69,67,68,83,65]),[g([104,97,115,104])]:{[g([110,97,109,101])]:g([83,72,65,45,50,53,54])}},c,r,i)||(e=!1)}}()?function(){const t=e[g([102,101,97,116,117,114,101,115])];return!(!t||!t[g([105,110,99,108,117,100,101,115])](g([42]))&&!t[g([105,110,99,108,117,100,101,115])](g([83,67]))&&!t[g([105,110,99,108,117,100,101,115])](g([80,80])))}()?function(){const t=[g([101,118,97,108,117,97,116,105,111,110]),g([116,114,105,97,108])][g([105,110,99,108,117,100,101,115])](e[g([108,105,99,101,110,115,101,84,121,112,101])])?a/1e3:1754179200;return e[g([101,120,112])]<t}()?g([69,120,112,105,114,101,100]):function(){const t=l,n=e[g([108,105,99,101,110,115,101,100,72,111,115,116,115])];if(!n||0==n[g([108,101,110,103,116,104])])return!0;const{hostname:a}=new URL(window[g([108,111,99,97,116,105,111,110])][t(302)]);if(n[g([105,110,99,108,117,100,101,115])](a))return!0;const r=a[g([115,112,108,105,116])](g([46]));return n[g([102,105,108,116,101,114])](e=>e[g([105,110,99,108,117,100,101,115])](g([42])))[g([109,97,112])](e=>e[g([115,112,108,105,116])](g([46])))[g([102,105,108,116,101,114])](e=>e[g([108,101,110,103,116,104])]<=r[g([108,101,110,103,116,104])])[g([109,97,112])](e=>Array(r[g([108,101,110,103,116,104])]-e[g([108,101,110,103,116,104])])[g([102,105,108,108])](e[0]===g([42])?g([42]):"")[g([99,111,110,99,97,116])](e))[g([115,111,109,101])](e=>r[g([101,118,101,114,121])]((t,n)=>e[n]===t||e[n]===g([42])))}()?(e[g([108,105,99,101,110,115,101,84,121,112,101])]==g([101,118,97,108,117,97,116,105,111,110])&&(n=c(g([69,118,97,108,117,97,116,105,111,110,76,105,109,105,116]))),e[g([108,105,99,101,110,115,101,84,121,112,101])]==g([116,114,105,97,108])&&(n=c(g([84,114,105,97,108,76,105,109,105,116]))),await(n&&f?new(window[g([80,114,111,109,105,115,101])])((e,t)=>{n[g([116,104,101,110])](e,t),f[g([116,104,101,110])](t=>{t!=g([86,97,108,105,100])&&e(t)},t)}):n||f||g([86,97,108,105,100]))):g([68,111,109,97,105,110,76,105,109,105,116]):g([78,111,116,65,108,108,111,119,101,100]):g([73,110,118,97,108,105,100])):g([73,110,118,97,108,105,100]))}catch{return g([73,110,118,97,108,105,100])}}())}(this)}[i(348)](){return this[i(429)]}[i(342)](){const e=i,t=t=>function(e,t){const n=e.t,a=e.t;switch(t){case"AI Assistant":return a("AI Assistant");case"Block quote":return a("Block quote");case"Bulleted list":return a("Bulleted list");case"Insert code block":return a("Insert code block");case"Open file manager":return a("Open file manager");case"Insert image":return a("Insert image");case"Heading 1":return a("Heading 1");case"Heading 2":return a("Heading 2");case"Heading 3":return a("Heading 3");case"Heading 4":return a("Heading 4");case"Heading 5":return a("Heading 5");case"Heading 6":return a("Heading 6");case"Horizontal line":return a("Horizontal line");case"Insert HTML":return a("Insert HTML");case"Increase indent":return a("Increase indent");case"Insert table":return a("Insert table");case"Table of contents":return a("Table of contents");case"Numbered list":return a("Numbered list");case"Decrease indent":return a("Decrease indent");case"Paragraph":return a("Paragraph");case"To-do list":return a("To-do list");case"Create a block quote":return n("Create a block quote");case"Create a bulleted list":return n("Create a bulleted list");case"Create a code block":return n("Create a code block");case"Open file manager to insert an image or a file":return n("Open file manager to insert an image or a file");case"Open file browser to insert an image or a file":return n("Open file browser to insert an image or a file");case"Create a heading level 1":return n("Create a heading level 1");case"Create a heading level 2":return n("Create a heading level 2");case"Create a heading level 3":return n("Create a heading level 3");case"Create a heading level 4":return n("Create a heading level 4");case"Create a heading level 5":return n("Create a heading level 5");case"Create a heading level 6":return n("Create a heading level 6");case"Insert a horizontal line":return n("Insert a horizontal line");case"Insert an HTML snippet":return n("Insert an HTML snippet");case"Increase the indentation":return n("Increase the indentation");case"Insert Mermaid diagram":return n("Insert Mermaid diagram");case"Insert the Mermaid diagram":return n("Insert the Mermaid diagram");case"Create a table":return n("Create a table");case"Insert table of contents":return n("Insert table of contents");case"Create a numbered list":return n("Create a numbered list");case"Decrease the indentation":return n("Decrease the indentation");case"Insert a paragraph":return n("Insert a paragraph");case"Create a to-do list":return n("Create a to-do list");case"Open the AI Assistant to generate content":return n("Open the AI Assistant to generate content");case"Insert an emoji":return n("Insert an emoji");default:return t}}(this[e(413)][e(353)],t);return[{id:e(399),commandName:e(431),icon:r.IconRobotPencil,title:t(e(345)),description:t(e(421)),execute:t=>{const n=e;setTimeout(()=>t[n(361)](n(431)))}},{id:e(363),commandName:e(363),icon:r.IconQuote,title:t(e(356)),description:t(e(313))},{id:e(360),commandName:e(360),icon:r.IconBulletedList,title:t(e(331)),description:t(e(393))},{id:e(433),commandName:e(433),icon:r.IconCodeBlock,title:t(e(374)),description:t(e(366))},{id:e(362),commandName:e(362),icon:r.IconBrowseFiles,title:t(e(329)),description:t(e(305)),aliases:[e(327),e(338),e(382)]},{id:e(327),commandName:e(327),icon:r.IconBrowseFiles,title:t(e(309)),description:t(e(321)),aliases:[e(362),e(338),e(382)]},{id:e(346),commandName:e(346),icon:r.IconEmoji,title:t(e(347)),description:t(e(339)),execute:t=>{const n=e;setTimeout(()=>t[n(361)](n(346)))}},{id:e(418),commandName:e(383),icon:r.IconHeading1,title:t(e(324)),description:t(e(417)),execute:t=>{const n=e;t[n(361)](n(383),{value:n(418)})}},{id:e(364),commandName:e(383),icon:r.IconHeading2,title:t(e(434)),description:t(e(402)),execute:t=>{const n=e;t[n(361)](n(383),{value:n(364)})}},{id:e(332),commandName:e(383),icon:r.IconHeading3,title:t(e(395)),description:t(e(394)),execute:t=>{const n=e;t[n(361)](n(383),{value:n(332)})}},{id:e(358),commandName:e(383),icon:r.IconHeading4,title:t(e(330)),description:t(e(312)),execute:t=>{const n=e;t[n(361)](n(383),{value:n(358)})}},{id:e(310),commandName:e(383),icon:r.IconHeading5,title:t(e(416)),description:t(e(378)),execute:t=>{const n=e;t[n(361)](n(383),{value:n(310)})}},{id:e(371),commandName:e(383),icon:r.IconHeading6,title:t(e(349)),description:t(e(381)),execute:t=>{const n=e;t[n(361)](n(383),{value:n(371)})}},{id:e(334),commandName:e(334),icon:r.IconHorizontalLine,title:t(e(426)),description:t(e(390))},{id:e(376),commandName:e(376),icon:r.IconHtml,title:t(e(407)),description:t(e(368))},{id:e(350),commandName:e(350),icon:r.IconIndent,title:t(e(365)),description:t(e(340))},{id:e(352),commandName:e(352),title:t(e(308)),description:t(e(419))},{id:e(411),commandName:e(411),icon:r.IconTable,title:t(e(354)),description:t(e(384))},{id:e(318),commandName:e(318),icon:r.IconTableOfContents,title:t(e(367)),description:t(e(307)),aliases:[e(325)]},{id:e(351),commandName:e(351),icon:r.IconNumberedList,title:t(e(424)),description:t(e(372))},{id:e(317),commandName:e(317),icon:r.IconOutdent,title:t(e(420)),description:t(e(316))},{id:e(319),commandName:e(319),icon:r.IconParagraph,title:t(e(403)),description:t(e(423))},{id:e(320),commandName:e(320),icon:r.IconTodoList,title:t(e(322)),description:t(e(375))}]}[i(323)](e){const t=i;return e[t(328)]?e[t(328)](this[t(413)]):!e[t(326)]||this[t(413)][t(369)][t(386)](e[t(326)])[t(328)]}[i(414)](e){const n=i;if(e[n(361)])e[n(361)](this[n(413)]);else{if(!e[n(326)])throw new t.CKEditorError(n(306),this[n(413)],{commandDefinition:e});this[n(413)][n(361)](e[n(326)])}}}function o(){const e=["heading3","230EBKMKT","horizontalLine","aliases","1ICfZwZ","sort","filemanager","Insert an emoji","Increase the indentation","description","getDefaultCommands","name","filter","AI Assistant","emoji","Emoji","getAllowedCommands","Heading 6","indent","numberedList","insertMermaidCommand","locale","Insert table","fromCharCode","Block quote","isOfficialPlugin","heading4","pluginName","bulletedList","execute","ckbox","blockQuote","heading2","Increase indent","Create a code block","Table of contents","Insert an HTML snippet","commands","SlashCommandConfig","heading6","Create a numbered list","5bvTLaY","Insert code block","Create a to-do list","htmlEmbed","isPremiumPlugin","Create a heading level 5","includes","icon","Create a heading level 6","upload","heading","Create a table","2325156dfBLIj","get","join","enabledStyles","4024176IylDRx","Insert a horizontal line","9586938PVNQTL","insertTemplate","Create a bulleted list","Create a heading level 3","Heading 3","slashCommand.removeCommands","template","afterInit","aiAssistant","concat","style.definitions","Create a heading level 2","Paragraph","model","length","toLowerCase","Insert HTML","map","heading.options","function","insertTable","114084zvxhXS","editor","_proxyExecute","3jgeknK","Heading 5","Create a heading level 1","heading1","Insert the Mermaid diagram","Decrease indent","Open the AI Assistant to generate content","push","Insert a paragraph","Numbered list","isIconColorInherited","Horizontal line","split","5315308YCIwiB","_allowedCommands","8LwAklr","showAIAssistant","title","codeBlock","Heading 2","style","href","config","slashCommand.extraCommands","Open file manager to insert an image or a file","slash-command-execute-missing","Insert table of contents","Insert Mermaid diagram","Insert image","heading5","1261617EicpMG","Create a heading level 4","Create a block quote","template.definitions","3442648RbCAxu","Decrease the indentation","outdent","insertTableOfContents","paragraph","todoList","Open file browser to insert an image or a file","To-do list","_proxyIsEnabled","Heading 1","toc","commandName","ckfinder","isEnabled","Open file manager","Heading 4","Bulleted list"];return(o=function(){return e})()}function c(e,t){const n=i;return e[n(432)]<t[n(432)]?-1:e[n(432)]>t[n(432)]?1:0}function l(e,t){const n=o();return(l=function(e,t){return n[e-=302]})(e,t)}function d(e,t){const n=i;return t+"-"+e[n(406)]()[n(427)](" ")[n(387)]("-")}const u=p;function m(){const e=["20SKOsIB","getAllowedCommands","isPremiumPlugin","title","2398500rHLBgn","toLowerCase","2zVQmMU","SlashCommandEditing","416FYrpxp","description","10526780BXBiuq","isEnabled","includes","editor","1171290XbCdMH","requires","isOfficialPlugin","600707tjpdAI","getMatchingCommands","21350LNyqEg","push","2644107RJbGVY","4nyMoZP","plugins","3383016fQYQcz","concat","some","filter","aliases","get","SlashCommandConfig","pluginName"];return(m=function(){return e})()}function p(e,t){const n=m();return(p=function(e,t){return n[e-=265]})(e,t)}!function(e){const t=p,n=e();for(;;)try{if(496082===-parseInt(t(282))/1*(parseInt(t(271))/2)+-parseInt(t(286))/3*(parseInt(t(287))/4)+-parseInt(t(279))/5+parseInt(t(289))/6+-parseInt(t(284))/7*(-parseInt(t(273))/8)+-parseInt(t(269))/9*(-parseInt(t(265))/10)+parseInt(t(275))/11)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(m);class h extends e.Plugin{static get[u(296)](){return u(272)}static get[u(281)](){return!0}static get[u(267)](){return!0}static get[u(280)](){return[s]}[u(283)](e){const t=u,n=e&&e[t(270)]();let a=this[t(278)][t(288)][t(294)](t(295))[t(266)]();if(a=a[t(292)](e=>e[t(276)]()),n){const e=[],r=[],i=[],s=[];for(const o of a)o.id[t(270)]()[t(277)](n)?e[t(285)](o):o[t(268)][t(270)]()[t(277)](n)?r[t(285)](o):o[t(293)]&&o[t(293)][t(291)](e=>e[t(270)]()[t(277)](n))?i[t(285)](o):o[t(274)]&&o[t(274)][t(270)]()[t(277)](n)&&s[t(285)](o);a=e[t(290)](r,i,s)}return a}}var f=n(311);const g=I;function I(e,t){const n=b();return(I=function(e,t){return n[e-=165]})(e,t)}function b(){const e=["children","44645FhKnPS","2ODncta","12IbZhhm","add","249808gDqAkh","ck-slash-command-button","isIconColorInherited","span","202155GscANs","isColorInherited","labelView","4BRsScm","241330aSwyFs","div","title","3153934rWlrtT","set","36FFjcbG","iconView","render","2037838bweQBA","textPartView","setTemplate","4840236yKyyIW","description","ck-slash-command-button__text-part","ck-slash-command-button__description","10BbmzuQ","_createTextPartView","icon"];return(b=function(){return e})()}!function(e){const t=I,n=e();for(;;)try{if(339718===parseInt(t(174))/1*(parseInt(t(194))/2)+parseInt(t(170))/3*(parseInt(t(173))/4)+parseInt(t(193))/5*(parseInt(t(195))/6)+-parseInt(t(177))/7+parseInt(t(166))/8*(-parseInt(t(179))/9)+-parseInt(t(189))/10*(-parseInt(t(182))/11)+parseInt(t(185))/12)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(b);class k extends f.ButtonView{constructor(e,t){const n=I;super(e),this[n(183)]=this[n(190)](e,t),void 0!==t[n(168)]&&(this[n(180)][n(171)]=t[n(168)]),this[n(178)]({icon:t[n(191)]||r.IconPlay,withText:!0,label:t[n(176)],class:n(167)})}[g(181)](){const e=g;super[e(181)](),this[e(192)][e(165)](this[e(183)])}[g(190)](e,t){const n=g,a=new f.View(e);return a[n(184)]({tag:n(175),attributes:{class:["ck",n(187)]},children:t[n(186)]?[this[n(172)],{tag:n(169),attributes:{class:["ck",n(188)]},children:[{text:t[n(186)]}]}]:[this[n(172)]]}),a}}var v=n(673),C=n.n(v),w=n(545),y=n.n(w),x=n(262),N=n.n(x),L=n(667),T=n.n(L),A=n(357),_=n.n(A),H=n(655),O={attributes:{"data-cke":!0}};O.setAttributes=T(),O.insert=N().bind(null,"head"),O.domAPI=y(),O.insertStyleElement=_();C()(H.A,O);H.A&&H.A.locals&&H.A.locals;function S(){const e=["3870472TXRyfN","getMatchingCommands","model","trialLimit","invalid","expired","mention","commands","slashCommand.dropdownLimit","stop","_setupMentionConfiguration","_showLicenseError","render","high","set","14qpuHjt","SlashCommand","SlashCommandEditing","config","featureNotAllowed","slashCommandLicenseKeyTrialLimit","init","slashCommandLicenseKeyExpired","slashCommandLicenseKeyValid","_licenseKeyCheckInterval","evaluationLimit","slashCommandLicenseKeyEvaluationLimit","slashCommandLicenseKeyNotAllowed","SlashCommandUI","3504228Nddixe","execute","plugins","_customItemRenderer","once","get","domainLimit","slashCommandLicenseKeyInvalid","range","editor","6034990KqnpYS","_overrideMentionExecuteListener","pluginName","4292732hFLqHn","locale","marker","bind","212630XxzbSc","460hGaGWW","destroy","1752120PedyqO","mention.feeds","slashCommandLicenseKeyDomainLimit","licenseKey","isOfficialPlugin","ready","remove","change","299223SjwsRB","element","usageLimit","isPremiumPlugin","push","3WBHvTq","slashCommandLicenseKeyUsageLimit"];return(S=function(){return e})()}const M=P;function P(e,t){const n=S();return(P=function(e,t){return n[e-=322]})(e,t)}!function(e){const t=P,n=e();for(;;)try{if(977169===parseInt(t(375))/1+parseInt(t(378))/2+parseInt(t(327))/3*(parseInt(t(371))/4)+-parseInt(t(368))/5+parseInt(t(358))/6+parseInt(t(344))/7*(parseInt(t(329))/8)+-parseInt(t(322))/9*(parseInt(t(376))/10))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(S);class E extends e.Plugin{[M(381)];[M(353)];static get[M(370)](){return M(357)}static get[M(382)](){return!0}static get[M(325)](){return!0}constructor(e){const t=M;super(e),this[t(339)]()}[M(350)](){const e=M;this[e(367)][e(362)](e(383),this[e(369)][e(374)](this)),this[e(381)]=this[e(367)][e(347)][e(363)](e(381));const t=this[e(367)];this[e(353)]=setInterval(()=>{const n=e;let a;for(const e in t){const r=e,i=t[r];if(n(352)==i||n(365)==i||n(351)==i||n(380)==i||n(356)==i||n(355)==i||n(349)==i||n(328)==i){delete t[r],a=i,clearInterval(this[n(353)]),this[n(353)]=void 0;break}}n(365)==a&&t[n(340)](n(333)),n(351)==a&&t[n(340)](n(334)),n(380)==a&&t[n(340)](n(364)),n(356)==a&&t[n(340)](n(348),n(345)),n(355)==a&&t[n(340)](n(354)),n(349)==a&&t[n(340)](n(332)),n(328)==a&&t[n(340)](n(324))},1e3)}[M(377)](){const e=M;super[e(377)](),this[e(353)]&&clearInterval(this[e(353)])}[M(339)](){const e=M,t=this[e(367)],n=this[e(367)][e(360)][e(363)](e(346)),a=t[e(347)][e(363)](e(379));a[e(326)]({marker:"/",feed:t=>n[e(330)](t),itemRenderer:this[e(361)][e(374)](this),dropdownLimit:t[e(347)][e(363)](e(337))||1/0}),t[e(347)][e(343)](e(379),a)}[M(369)](){const e=M,t=this[e(367)];t[e(336)][e(363)](e(335)).on(e(359),(n,a)=>{const r=e,i=a[0],s=t[r(331)];"/"===i[r(373)]&&s[r(385)](e=>{const t=r;e[t(384)](i[t(366)]),i[t(335)][t(359)](),n[t(338)]()})},{priority:e(342)})}[M(361)](e){const t=M,n=this[t(367)][t(372)],a=new k(n,e);return a[t(341)](),a[t(323)]}}function j(e,t){var n=K();return(j=function(e,t){return n[e-=150]})(e,t)}var B=j;!function(e){for(var t=j,n=e();;)try{if(921881===parseInt(t(164))/1*(-parseInt(t(154))/2)+-parseInt(t(160))/3*(parseInt(t(150))/4)+parseInt(t(163))/5+parseInt(t(165))/6*(parseInt(t(159))/7)+-parseInt(t(162))/8+parseInt(t(166))/9*(-parseInt(t(156))/10)+parseInt(t(167))/11*(parseInt(t(153))/12))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(K);class q extends e.Plugin{static get[B(152)](){return[B(161),h,E]}static get[B(151)](){return B(157)}static get[B(158)](){return!0}static get[B(155)](){return!0}}function K(){var e=["69NSuZGU","4641654FujQUa","15014997IsxqRi","1617IneZFA","20dhsWgN","pluginName","requires","227124vZZNLM","51274luTjQj","isPremiumPlugin","10dtEaiZ","SlashCommand","isOfficialPlugin","7OrarPu","189321Ldlilx","Mention","4623496JTBZvZ","8483805pMlXxf"];return(K=function(){return e})()}function z(e,t){var n=D();return(z=function(e,t){return n[e-=484]})(e,t)}function D(){var e=["8dcrnXY","36PXZhzw","781249sjDqyX","184302BQTgCs","673788OjxRnQ","1084bEItzi","219wPcpeD","216308SyPoqS","128290RGZFno","224495geaCqY"];return(D=function(){return e})()}!function(e){for(var t=z,n=e();;)try{if(130877===parseInt(t(488))/1*(parseInt(t(487))/2)+-parseInt(t(485))/3+-parseInt(t(489))/4+-parseInt(t(491))/5+parseInt(t(486))/6+parseInt(t(484))/7*(parseInt(t(492))/8)+-parseInt(t(493))/9*(parseInt(t(490))/10))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(D)})(),(window.CKEditor5=window.CKEditor5||{}).slashCommand=a})();
|
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 _0x2cdb41}from'@ckeditor/ckeditor5-core/dist/index.js';import{CKEditorError as _0x2d5510,uid as _0x441d77}from'@ckeditor/ckeditor5-utils/dist/index.js';import{IconRobotPencil as _0x196ec7,IconQuote as _0x19c747,IconBulletedList as _0x2eb16a,IconCodeBlock as _0x3a46d9,IconBrowseFiles as _0x19b65b,IconEmoji as _0x31059b,IconHeading1 as _0x40b184,IconHeading2 as _0x519abc,IconHeading3 as _0xcfa3d2,IconHeading4 as _0x290d45,IconHeading5 as _0x279ca0,IconHeading6 as _0xb7386,IconHorizontalLine as _0x124b2b,IconHtml as _0x1ed123,IconIndent as _0x2831e5,IconTable as _0x3c21e1,IconTableOfContents as _0x52db3b,IconNumberedList as _0x39800f,IconOutdent as _0x30c8b4,IconParagraph as _0x3108bb,IconTodoList as _0x3c79b3,IconPlay as _0x2b743c}from'@ckeditor/ckeditor5-icons/dist/index.js';import{ButtonView as _0x529692,View as _0x4e835a}from'@ckeditor/ckeditor5-ui/dist/index.js';class P extends _0x2cdb41{static get['pluginName'](){return'SlashCommandConfig';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x1ae431){super(_0x1ae431),this['_allowedCommands']=null;}['afterInit'](){const _0x5b804d=this['editor']['config']['get']('slashCommand.removeCommands')||[],_0x4fc3c0=function(_0x5464e7){let _0x36ca10=['heading4','heading5','heading6'];if(_0x5464e7){const _0x5cbd15=_0x5464e7['map'](_0x3c2845=>_0x3c2845['model']);_0x36ca10=['heading1','heading2','heading3','heading4','heading5','heading6']['filter'](_0x13a57e=>!_0x5cbd15['includes'](_0x13a57e));}return _0x36ca10;}(this['editor']['config']['get']('heading.options'));let _0x2c6b9a=this['getDefaultCommands']()['filter'](_0x3c90db=>!_0x4fc3c0['includes'](_0x3c90db['id']))['filter'](_0x2da451=>!_0x5b804d['includes'](_0x2da451['commandName']));const _0x488377=this['editor']['config']['get']('slashCommand.extraCommands');_0x488377&&_0x488377['length']&&(_0x2c6b9a=_0x2c6b9a['concat'](_0x488377));const _0x34c96a=this['editor']['config']['get']('template.definitions');_0x34c96a&&_0x34c96a['length']&&(_0x2c6b9a=_0x2c6b9a['concat'](function(_0x52ecfd){return _0x52ecfd['map'](_0x27f277=>{const {title:_0x42050a,icon:_0x3ac3cd,description:_0x6b607,data:_0x2a24dd}=_0x27f277,_0x1fabf6={'id':L(_0x42050a,'template'),'commandName':'insertTemplate','execute':_0xe6b8e7=>{_0xe6b8e7['execute']('insertTemplate',_0x2a24dd);},'description':_0x6b607,'icon':_0x3ac3cd,'title':_0x42050a};return _0x3ac3cd&&(_0x1fabf6['isIconColorInherited']=!0x1),_0x1fabf6;});}(_0x34c96a)));const _0x2e02de=this['editor']['config']['get']('style.definitions');_0x2e02de&&_0x2e02de['length']&&(_0x2c6b9a=_0x2c6b9a['concat'](function(_0x183398){return _0x183398['map'](_0x30786f=>({'id':L(_0x30786f['name'],'style'),'commandName':'style','execute':_0x58146d=>{_0x58146d['execute']('style',{'styleName':_0x30786f['name']});},'isEnabled':_0x2e288c=>{const _0x4d8249=_0x2e288c['commands']['get']('style');return _0x4d8249['isEnabled']&&_0x4d8249['enabledStyles']['includes'](_0x30786f['name']);},'title':_0x30786f['name']}));}(_0x2e02de)));const _0xe08916=_0x2c6b9a['filter'](_0x5a363a=>!_0x5a363a['commandName']||void 0x0!==this['editor']['commands']['get'](_0x5a363a['commandName'])),_0x26b00a=[];for(const _0x592511 of _0xe08916)_0x26b00a['push']({'id':_0x592511['id'],'commandName':_0x592511['commandName'],'title':'function'==typeof _0x592511['title']?_0x592511['title'](this['editor']):_0x592511['title'],'description':_0x592511['description'],'icon':_0x592511['icon'],'isIconColorInherited':_0x592511['isIconColorInherited'],'aliases':_0x592511['aliases'],'isEnabled':()=>this['_proxyIsEnabled'](_0x592511),'execute':()=>this['_proxyExecute'](_0x592511)});this['_allowedCommands']=_0x26b00a['sort'](j),async function(_0x467cf8){const _0x5e25e3=_0x29880b([0x39,0x62,0x52,0x6a,0x50,0x70,0x59,0x4f,0x48,0x68,0x36,0x41,0x6c,0x69,0x44,0x57,0x45,0x73,0x6e,0x63,0x49,0x6d,0x78,0x4d,0x4b,0x74,0x79,0x38,0x56,0x30,0x4e,0x51,0x47,0x4c,0x7a,0x43,0x4a,0x67,0x6b,0x53,0x31,0x46,0x75,0x65,0x61,0x32,0x71,0x76,0x42,0x34,0x66,0x54,0x58,0x77,0x37,0x55,0x6f,0x64,0x35,0x5a,0x72,0x33]),_0x368223=0xc1fcc6c,_0x4ce1a2=0xc18a304^_0x368223,_0x538844=window[_0x29880b([0x44,0x61,0x74,0x65])][_0x29880b([0x6e,0x6f,0x77])](),_0x3f91e5=_0x467cf8[_0x29880b([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x30e6d5=new window[(_0x29880b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x64198b=>{_0x3f91e5[_0x29880b([0x6f,0x6e,0x63,0x65])](_0x29880b([0x72,0x65,0x61,0x64,0x79]),_0x64198b);}),_0x12d57e={[_0x29880b([0x6b,0x74,0x79])]:_0x29880b([0x45,0x43]),[_0x29880b([0x75,0x73,0x65])]:_0x29880b([0x73,0x69,0x67]),[_0x29880b([0x63,0x72,0x76])]:_0x29880b([0x50,0x2d,0x32,0x35,0x36]),[_0x29880b([0x78])]:_0x29880b([0x69,0x43,0x6a,0x4f,0x43,0x76,0x44,0x46,0x49,0x36,0x6c,0x51,0x48,0x48,0x54,0x31,0x38,0x6a,0x56,0x77,0x52,0x66,0x6b,0x66,0x48,0x51,0x32,0x61,0x5f,0x4d,0x79,0x6d,0x54,0x33,0x35,0x4c,0x51,0x56,0x6f,0x46,0x53,0x41,0x49]),[_0x29880b([0x79])]:_0x29880b([0x6b,0x58,0x49,0x79,0x4a,0x34,0x65,0x76,0x74,0x43,0x45,0x46,0x52,0x6d,0x78,0x4b,0x53,0x55,0x70,0x4b,0x39,0x66,0x44,0x57,0x34,0x35,0x39,0x76,0x58,0x4f,0x76,0x56,0x72,0x68,0x66,0x36,0x75,0x51,0x41,0x65,0x4f,0x69,0x6f]),[_0x29880b([0x61,0x6c,0x67])]:_0x29880b([0x45,0x53,0x32,0x35,0x36])},_0xe75865=_0x3f91e5[_0x29880b([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x29880b([0x67,0x65,0x74])](_0x29880b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x2fce38(){let _0x543a8c,_0x1247ae=null,_0x2cda6=null;try{if(_0xe75865==_0x29880b([0x47,0x50,0x4c]))return _0x29880b([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x543a8c=_0x23f3db(),!_0x543a8c)return _0x29880b([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x543a8c[_0x29880b([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x2cda6=_0x18f5b0(_0x543a8c[_0x29880b([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x543a8c[_0x29880b([0x6a,0x74,0x69])])),await _0x2f7aca()?_0x1f7fa3()?_0xf1097b()?_0x29880b([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0xe97e6d()?(_0x543a8c[_0x29880b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x29880b([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x1247ae=_0x31040e(_0x29880b([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x543a8c[_0x29880b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x29880b([0x74,0x72,0x69,0x61,0x6c])&&(_0x1247ae=_0x31040e(_0x29880b([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x26d796()):_0x29880b([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x29880b([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x29880b([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x29880b([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0xf1097b(){const _0x571cdf=[_0x29880b([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x29880b([0x74,0x72,0x69,0x61,0x6c])][_0x29880b([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x543a8c[_0x29880b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x538844/0x3e8:0xe10*_0x4ce1a2;return _0x543a8c[_0x29880b([0x65,0x78,0x70])]<_0x571cdf;}function _0x1f7fa3(){const _0x21cb85=_0x543a8c[_0x29880b([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x21cb85&&(!!_0x21cb85[_0x29880b([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x29880b([0x2a]))||(!!_0x21cb85[_0x29880b([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x29880b([0x53,0x43]))||!!_0x21cb85[_0x29880b([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x29880b([0x50,0x50]))));}function _0xe97e6d(){const _0x19578b=_0x543a8c[_0x29880b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x19578b||0x0==_0x19578b[_0x29880b([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0xed3b22}=new URL(window[_0x29880b([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x19578b[_0x29880b([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xed3b22))return!0x0;const _0x595b0b=_0xed3b22[_0x29880b([0x73,0x70,0x6c,0x69,0x74])](_0x29880b([0x2e]));return _0x19578b[_0x29880b([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x376aa5=>_0x376aa5[_0x29880b([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x29880b([0x2a])))[_0x29880b([0x6d,0x61,0x70])](_0x2729ca=>_0x2729ca[_0x29880b([0x73,0x70,0x6c,0x69,0x74])](_0x29880b([0x2e])))[_0x29880b([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x11d04e=>_0x11d04e[_0x29880b([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x595b0b[_0x29880b([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x29880b([0x6d,0x61,0x70])](_0x516b3c=>Array(_0x595b0b[_0x29880b([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x516b3c[_0x29880b([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x29880b([0x66,0x69,0x6c,0x6c])](_0x516b3c[0x0]===_0x29880b([0x2a])?_0x29880b([0x2a]):'')[_0x29880b([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x516b3c))[_0x29880b([0x73,0x6f,0x6d,0x65])](_0x23d5ca=>_0x595b0b[_0x29880b([0x65,0x76,0x65,0x72,0x79])]((_0x14cab3,_0x468a35)=>_0x23d5ca[_0x468a35]===_0x14cab3||_0x23d5ca[_0x468a35]===_0x29880b([0x2a])));}function _0x26d796(){return _0x1247ae&&_0x2cda6?new window[(_0x29880b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x25f991,_0x1e724b)=>{_0x1247ae[_0x29880b([0x74,0x68,0x65,0x6e])](_0x25f991,_0x1e724b),_0x2cda6[_0x29880b([0x74,0x68,0x65,0x6e])](_0x2ef077=>{_0x2ef077!=_0x29880b([0x56,0x61,0x6c,0x69,0x64])&&_0x25f991(_0x2ef077);},_0x1e724b);}):_0x1247ae||_0x2cda6||_0x29880b([0x56,0x61,0x6c,0x69,0x64]);}}function _0x18f5b0(_0xf3b718,_0x31687d){return new window[(_0x29880b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x42609d=>{if(_0x458e72())return _0x42609d(_0x29880b([0x56,0x61,0x6c,0x69,0x64]));_0x41fd72(),_0x3f91e5[_0x29880b([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x29880b([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x4966ab=!0x1;const _0x30d92d=_0x441d77();function _0x3095af(_0x14df41){return!!_0x14df41&&(typeof _0x14df41===_0x29880b([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x14df41===_0x29880b([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x14df41[_0x29880b([0x74,0x68,0x65,0x6e])]===_0x29880b([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x14df41[_0x29880b([0x63,0x61,0x74,0x63,0x68])]===_0x29880b([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x41e34c(_0x284393){_0x556614(_0x284393)[_0x29880b([0x74,0x68,0x65,0x6e])](_0x397ac4=>{if(!_0x397ac4||_0x397ac4[_0x29880b([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x29880b([0x6f,0x6b]))return _0x29880b([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x4ee8f8(_0x262db4(_0x30d92d+_0x31687d))!=_0x397ac4[_0x29880b([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x29880b([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x29880b([0x56,0x61,0x6c,0x69,0x64]);})[_0x29880b([0x74,0x68,0x65,0x6e])](_0x44038f=>(_0x4dcd6b(),_0x44038f),()=>{const _0x5dad95=_0x20c812();return null==_0x5dad95?(_0x4dcd6b(),_0x29880b([0x56,0x61,0x6c,0x69,0x64])):_0x29880b(_0x538844-_0x5dad95>(0x2813486c^_0x368223)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x29880b([0x74,0x68,0x65,0x6e])](_0x42609d)[_0x29880b([0x63,0x61,0x74,0x63,0x68])](()=>{_0x42609d(_0x29880b([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x4aa7a6=0xc2922ec^_0x368223;function _0x4dcd6b(){const _0x4bf7c1=_0x29880b([0x6c,0x6c,0x63,0x74,0x2d])+_0x4ee8f8(_0x262db4(_0xf3b718)),_0x2ed428=_0x8955f3(_0x4ee8f8(window[_0x29880b([0x4d,0x61,0x74,0x68])][_0x29880b([0x63,0x65,0x69,0x6c])](_0x538844/_0x4aa7a6)));window[_0x29880b([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x29880b([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x4bf7c1,_0x2ed428);}function _0x20c812(){const _0x66afea=_0x29880b([0x6c,0x6c,0x63,0x74,0x2d])+_0x4ee8f8(_0x262db4(_0xf3b718)),_0x5de7e1=window[_0x29880b([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x29880b([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x66afea);return _0x5de7e1?window[_0x29880b([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x8955f3(_0x5de7e1),0x10)*_0x4aa7a6:null;}function _0x556614(_0x9c3dd5){return new window[(_0x29880b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x59efd9,_0xbeac6f)=>{_0x9c3dd5[_0x29880b([0x74,0x68,0x65,0x6e])](_0x59efd9,_0xbeac6f),window[_0x29880b([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0xbeac6f,0xc1e18ac^_0x368223);});}}_0x3f91e5[_0x29880b([0x6f,0x6e])](_0x29880b([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x2c029b,_0x4eea27)=>{if(_0x4eea27[0x0]!=_0xf3b718)return _0x42609d(_0x29880b([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x4eea27[0x1]={..._0x4eea27[0x1],[_0x29880b([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x30d92d};},{[_0x29880b([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x29880b([0x68,0x69,0x67,0x68])}),_0x3f91e5[_0x29880b([0x6f,0x6e])](_0x29880b([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x2d1d66=>{_0x3095af(_0x2d1d66[_0x29880b([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x4966ab=!0x0,_0x41e34c(_0x2d1d66[_0x29880b([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x29880b([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x29880b([0x6c,0x6f,0x77])}),_0x30e6d5[_0x29880b([0x74,0x68,0x65,0x6e])](()=>{_0x4966ab||_0x42609d(_0x29880b([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x458e72(){return _0x3f91e5[_0x29880b([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x29880b([0x76,0x69,0x65,0x77])][_0x29880b([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x29880b([0x61,0x75,0x74,0x6f]);}function _0x41fd72(){_0x3f91e5[_0x29880b([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x29880b([0x76,0x69,0x65,0x77])][_0x29880b([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x29880b([0x61,0x75,0x74,0x6f]);}}function _0x31040e(_0x2d5eee){const _0x139bf5=[new window[(_0x29880b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x4857ac=>setTimeout(_0x4857ac,0xc16f2a0^_0x368223)),_0x30e6d5[_0x29880b([0x74,0x68,0x65,0x6e])](()=>new window[(_0x29880b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x563d44=>{let _0x421108=0x0;_0x3f91e5[_0x29880b([0x6d,0x6f,0x64,0x65,0x6c])][_0x29880b([0x6f,0x6e])](_0x29880b([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x12f7fb,_0x1bdfe8)=>{_0x1bdfe8[0x0][_0x29880b([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x421108++,_0x421108==(0xc1fcd94^_0x368223)&&(_0x563d44(),_0x12f7fb[_0x29880b([0x6f,0x66,0x66])]());});}))];return window[_0x29880b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x29880b([0x72,0x61,0x63,0x65])](_0x139bf5)[_0x29880b([0x74,0x68,0x65,0x6e])](()=>_0x2d5eee);}async function _0x6bf325(){await _0x30e6d5,_0x3f91e5[_0x29880b([0x6d,0x6f,0x64,0x65,0x6c])][_0x29880b([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x3d1c97,_0x3f91e5[_0x29880b([0x6d,0x6f,0x64,0x65,0x6c])][_0x29880b([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x3d1c97,_0x3f91e5[_0x29880b([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x29880b([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x37e703(_0x3a5bca){const _0x5f028a=_0x10c40d();_0x3f91e5[_0x5f028a]=_0x29880b([0x73,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x3a5bca,_0x3a5bca!=_0x29880b([0x56,0x61,0x6c,0x69,0x64])&&_0x6bf325();}function _0x10c40d(){const _0x475c4f=window[_0x29880b([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x29880b([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x29880b([0x6e,0x6f,0x77])]())[_0x29880b([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x29880b([0x2e]),'');let _0x23c0cc=_0x29880b([0x62]);for(let _0x4fd975=0x0;_0x4fd975<_0x475c4f[_0x29880b([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x4fd975+=0x2){let _0xdeefcf=window[_0x29880b([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x475c4f[_0x29880b([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x4fd975,_0x4fd975+0x2));_0xdeefcf>=_0x5e25e3[_0x29880b([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0xdeefcf-=_0x5e25e3[_0x29880b([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x23c0cc+=_0x5e25e3[_0xdeefcf];}return _0x23c0cc;}function _0x23f3db(){const _0xc88d8d=_0xe75865[_0x29880b([0x73,0x70,0x6c,0x69,0x74])](_0x29880b([0x2e]));if(0x3!=_0xc88d8d[_0x29880b([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x1a85b8(_0xc88d8d[0x1]);function _0x1a85b8(_0x13958a){const _0x4f4ef6=_0x101aba(_0x13958a);return _0x4f4ef6&&_0x4639cf()?_0x4f4ef6:null;function _0x4639cf(){const _0x425762=_0x4f4ef6[_0x29880b([0x6a,0x74,0x69])],_0x3cf8b9=window[_0x29880b([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x425762[_0x29880b([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x425762[_0x29880b([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x1763ef={..._0x4f4ef6,[_0x29880b([0x6a,0x74,0x69])]:_0x425762[_0x29880b([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x425762[_0x29880b([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x1763ef[_0x29880b([0x76,0x63])],_0x262db4(_0x1763ef)==_0x3cf8b9;}}}async function _0x2f7aca(){let _0x42dfb8=!0x0;try{const _0x2b5cbd=_0xe75865[_0x29880b([0x73,0x70,0x6c,0x69,0x74])](_0x29880b([0x2e])),[_0x3ea13f,_0x1f0010,_0x151f1c]=_0x2b5cbd;return _0x8e4879(_0x3ea13f),await _0x42e50a(_0x3ea13f,_0x1f0010,_0x151f1c),_0x42dfb8;}catch{return!0x1;}function _0x8e4879(_0x41cacc){const _0x58f30a=_0x101aba(_0x41cacc);_0x58f30a&&_0x58f30a[_0x29880b([0x61,0x6c,0x67])]==_0x29880b([0x45,0x53,0x32,0x35,0x36])||(_0x42dfb8=!0x1);}async function _0x42e50a(_0x188e0f,_0xb714ca,_0x195456){const _0x180d6d=window[_0x29880b([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x29880b([0x66,0x72,0x6f,0x6d])](_0x251cf6(_0x195456),_0x13b56e=>_0x13b56e[_0x29880b([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x1705be=new window[(_0x29880b([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x29880b([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x188e0f+_0x29880b([0x2e])+_0xb714ca),_0x2d31ce=window[_0x29880b([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x29880b([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x2d31ce)return;const _0x35f2d9=await _0x2d31ce[_0x29880b([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x29880b([0x6a,0x77,0x6b]),_0x12d57e,{[_0x29880b([0x6e,0x61,0x6d,0x65])]:_0x29880b([0x45,0x43,0x44,0x53,0x41]),[_0x29880b([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x29880b([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x29880b([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x2d31ce[_0x29880b([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x29880b([0x6e,0x61,0x6d,0x65])]:_0x29880b([0x45,0x43,0x44,0x53,0x41]),[_0x29880b([0x68,0x61,0x73,0x68])]:{[_0x29880b([0x6e,0x61,0x6d,0x65])]:_0x29880b([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x35f2d9,_0x180d6d,_0x1705be)||(_0x42dfb8=!0x1);}}function _0x101aba(_0x4cef81){return _0x4cef81[_0x29880b([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x29880b([0x65,0x79]))?JSON[_0x29880b([0x70,0x61,0x72,0x73,0x65])](_0x251cf6(_0x4cef81)):null;}function _0x251cf6(_0x52fd28){return window[_0x29880b([0x61,0x74,0x6f,0x62])](_0x52fd28[_0x29880b([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x29880b([0x2b]))[_0x29880b([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x29880b([0x2f])));}function _0x262db4(_0x1c4b50){let _0x5bc258=0x1505;function _0x24209c(_0x2b771a){for(let _0x1849b5=0x0;_0x1849b5<_0x2b771a[_0x29880b([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x1849b5++){const _0x4427dd=_0x2b771a[_0x29880b([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x1849b5);_0x5bc258=(_0x5bc258<<0x5)+_0x5bc258+_0x4427dd,_0x5bc258&=_0x5bc258;}}function _0x307b47(_0x242698){Array[_0x29880b([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x242698)?_0x242698[_0x29880b([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x307b47):_0x242698&&typeof _0x242698==_0x29880b([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x29880b([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x242698)[_0x29880b([0x73,0x6f,0x72,0x74])]()[_0x29880b([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x3ea70c,_0x44ddde])=>{_0x24209c(_0x3ea70c),_0x307b47(_0x44ddde);}):_0x24209c(window[_0x29880b([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x242698));}return _0x307b47(_0x1c4b50),_0x5bc258>>>0x0;}function _0x4ee8f8(_0x98a24b){return _0x98a24b[_0x29880b([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x29880b([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x29880b([0x30]));}function _0x8955f3(_0x3b5d7e){return _0x3b5d7e[_0x29880b([0x73,0x70,0x6c,0x69,0x74])]('')[_0x29880b([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x29880b([0x6a,0x6f,0x69,0x6e])]('');}function _0x3d1c97(){}function _0x29880b(_0x4dde20){return _0x4dde20['map'](_0x188965=>String['fromCharCode'](_0x188965))['join']('');}_0x37e703(await _0x2fce38());}(this);}['getAllowedCommands'](){return this['_allowedCommands'];}['getDefaultCommands'](){const _0x3656fe=_0x4335ce=>function(_0x29e9f1,_0x1c6ff2){const t=_0x29e9f1['t'],_0x53f077=_0x29e9f1['t'];switch(_0x1c6ff2){case'AI\x20Assistant':return _0x53f077('AI\x20Assistant');case'Block\x20quote':return _0x53f077('Block\x20quote');case'Bulleted\x20list':return _0x53f077('Bulleted\x20list');case'Insert\x20code\x20block':return _0x53f077('Insert\x20code\x20block');case'Open\x20file\x20manager':return _0x53f077('Open\x20file\x20manager');case'Insert\x20image':return _0x53f077('Insert\x20image');case'Heading\x201':return _0x53f077('Heading\x201');case'Heading\x202':return _0x53f077('Heading\x202');case'Heading\x203':return _0x53f077('Heading\x203');case'Heading\x204':return _0x53f077('Heading\x204');case'Heading\x205':return _0x53f077('Heading\x205');case'Heading\x206':return _0x53f077('Heading\x206');case'Horizontal\x20line':return _0x53f077('Horizontal\x20line');case'Insert\x20HTML':return _0x53f077('Insert\x20HTML');case'Increase\x20indent':return _0x53f077('Increase\x20indent');case'Insert\x20table':return _0x53f077('Insert\x20table');case'Table\x20of\x20contents':return _0x53f077('Table\x20of\x20contents');case'Numbered\x20list':return _0x53f077('Numbered\x20list');case'Decrease\x20indent':return _0x53f077('Decrease\x20indent');case'Paragraph':return _0x53f077('Paragraph');case'To-do\x20list':return _0x53f077('To-do\x20list');case'Create\x20a\x20block\x20quote':return t('Create\x20a\x20block\x20quote');case'Create\x20a\x20bulleted\x20list':return t('Create\x20a\x20bulleted\x20list');case'Create\x20a\x20code\x20block':return t('Create\x20a\x20code\x20block');case'Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file':return t('Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file');case'Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file':return t('Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file');case'Create\x20a\x20heading\x20level\x201':return t('Create\x20a\x20heading\x20level\x201');case'Create\x20a\x20heading\x20level\x202':return t('Create\x20a\x20heading\x20level\x202');case'Create\x20a\x20heading\x20level\x203':return t('Create\x20a\x20heading\x20level\x203');case'Create\x20a\x20heading\x20level\x204':return t('Create\x20a\x20heading\x20level\x204');case'Create\x20a\x20heading\x20level\x205':return t('Create\x20a\x20heading\x20level\x205');case'Create\x20a\x20heading\x20level\x206':return t('Create\x20a\x20heading\x20level\x206');case'Insert\x20a\x20horizontal\x20line':return t('Insert\x20a\x20horizontal\x20line');case'Insert\x20an\x20HTML\x20snippet':return t('Insert\x20an\x20HTML\x20snippet');case'Increase\x20the\x20indentation':return t('Increase\x20the\x20indentation');case'Insert\x20Mermaid\x20diagram':return t('Insert\x20Mermaid\x20diagram');case'Insert\x20the\x20Mermaid\x20diagram':return t('Insert\x20the\x20Mermaid\x20diagram');case'Create\x20a\x20table':return t('Create\x20a\x20table');case'Insert\x20table\x20of\x20contents':return t('Insert\x20table\x20of\x20contents');case'Create\x20a\x20numbered\x20list':return t('Create\x20a\x20numbered\x20list');case'Decrease\x20the\x20indentation':return t('Decrease\x20the\x20indentation');case'Insert\x20a\x20paragraph':return t('Insert\x20a\x20paragraph');case'Create\x20a\x20to-do\x20list':return t('Create\x20a\x20to-do\x20list');case'Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content':return t('Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content');case'Insert\x20an\x20emoji':return t('Insert\x20an\x20emoji');default:return _0x1c6ff2;}}(this['editor']['locale'],_0x4335ce);return[{'id':'aiAssistant','commandName':'showAIAssistant','icon':_0x196ec7,'title':_0x3656fe('AI\x20Assistant'),'description':_0x3656fe('Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content'),'execute':_0x3da191=>{setTimeout(()=>_0x3da191['execute']('showAIAssistant'));}},{'id':'blockQuote','commandName':'blockQuote','icon':_0x19c747,'title':_0x3656fe('Block\x20quote'),'description':_0x3656fe('Create\x20a\x20block\x20quote')},{'id':'bulletedList','commandName':'bulletedList','icon':_0x2eb16a,'title':_0x3656fe('Bulleted\x20list'),'description':_0x3656fe('Create\x20a\x20bulleted\x20list')},{'id':'codeBlock','commandName':'codeBlock','icon':_0x3a46d9,'title':_0x3656fe('Insert\x20code\x20block'),'description':_0x3656fe('Create\x20a\x20code\x20block')},{'id':'ckbox','commandName':'ckbox','icon':_0x19b65b,'title':_0x3656fe('Open\x20file\x20manager'),'description':_0x3656fe('Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file'),'aliases':['ckfinder','filemanager','upload']},{'id':'ckfinder','commandName':'ckfinder','icon':_0x19b65b,'title':_0x3656fe('Insert\x20image'),'description':_0x3656fe('Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file'),'aliases':['ckbox','filemanager','upload']},{'id':'emoji','commandName':'emoji','icon':_0x31059b,'title':_0x3656fe('Emoji'),'description':_0x3656fe('Insert\x20an\x20emoji'),'execute':_0x549917=>{setTimeout(()=>_0x549917['execute']('emoji'));}},{'id':'heading1','commandName':'heading','icon':_0x40b184,'title':_0x3656fe('Heading\x201'),'description':_0x3656fe('Create\x20a\x20heading\x20level\x201'),'execute':_0x5498d8=>{_0x5498d8['execute']('heading',{'value':'heading1'});}},{'id':'heading2','commandName':'heading','icon':_0x519abc,'title':_0x3656fe('Heading\x202'),'description':_0x3656fe('Create\x20a\x20heading\x20level\x202'),'execute':_0x53662b=>{_0x53662b['execute']('heading',{'value':'heading2'});}},{'id':'heading3','commandName':'heading','icon':_0xcfa3d2,'title':_0x3656fe('Heading\x203'),'description':_0x3656fe('Create\x20a\x20heading\x20level\x203'),'execute':_0x491568=>{_0x491568['execute']('heading',{'value':'heading3'});}},{'id':'heading4','commandName':'heading','icon':_0x290d45,'title':_0x3656fe('Heading\x204'),'description':_0x3656fe('Create\x20a\x20heading\x20level\x204'),'execute':_0xb4c54e=>{_0xb4c54e['execute']('heading',{'value':'heading4'});}},{'id':'heading5','commandName':'heading','icon':_0x279ca0,'title':_0x3656fe('Heading\x205'),'description':_0x3656fe('Create\x20a\x20heading\x20level\x205'),'execute':_0x1e46c1=>{_0x1e46c1['execute']('heading',{'value':'heading5'});}},{'id':'heading6','commandName':'heading','icon':_0xb7386,'title':_0x3656fe('Heading\x206'),'description':_0x3656fe('Create\x20a\x20heading\x20level\x206'),'execute':_0x567aab=>{_0x567aab['execute']('heading',{'value':'heading6'});}},{'id':'horizontalLine','commandName':'horizontalLine','icon':_0x124b2b,'title':_0x3656fe('Horizontal\x20line'),'description':_0x3656fe('Insert\x20a\x20horizontal\x20line')},{'id':'htmlEmbed','commandName':'htmlEmbed','icon':_0x1ed123,'title':_0x3656fe('Insert\x20HTML'),'description':_0x3656fe('Insert\x20an\x20HTML\x20snippet')},{'id':'indent','commandName':'indent','icon':_0x2831e5,'title':_0x3656fe('Increase\x20indent'),'description':_0x3656fe('Increase\x20the\x20indentation')},{'id':'insertMermaidCommand','commandName':'insertMermaidCommand','title':_0x3656fe('Insert\x20Mermaid\x20diagram'),'description':_0x3656fe('Insert\x20the\x20Mermaid\x20diagram')},{'id':'insertTable','commandName':'insertTable','icon':_0x3c21e1,'title':_0x3656fe('Insert\x20table'),'description':_0x3656fe('Create\x20a\x20table')},{'id':'insertTableOfContents','commandName':'insertTableOfContents','icon':_0x52db3b,'title':_0x3656fe('Table\x20of\x20contents'),'description':_0x3656fe('Insert\x20table\x20of\x20contents'),'aliases':['toc']},{'id':'numberedList','commandName':'numberedList','icon':_0x39800f,'title':_0x3656fe('Numbered\x20list'),'description':_0x3656fe('Create\x20a\x20numbered\x20list')},{'id':'outdent','commandName':'outdent','icon':_0x30c8b4,'title':_0x3656fe('Decrease\x20indent'),'description':_0x3656fe('Decrease\x20the\x20indentation')},{'id':'paragraph','commandName':'paragraph','icon':_0x3108bb,'title':_0x3656fe('Paragraph'),'description':_0x3656fe('Insert\x20a\x20paragraph')},{'id':'todoList','commandName':'todoList','icon':_0x3c79b3,'title':_0x3656fe('To-do\x20list'),'description':_0x3656fe('Create\x20a\x20to-do\x20list')}];}['_proxyIsEnabled'](_0x138c6a){return _0x138c6a['isEnabled']?_0x138c6a['isEnabled'](this['editor']):!_0x138c6a['commandName']||this['editor']['commands']['get'](_0x138c6a['commandName'])['isEnabled'];}['_proxyExecute'](_0x2a8e71){if(_0x2a8e71['execute'])_0x2a8e71['execute'](this['editor']);else{if(!_0x2a8e71['commandName'])throw new _0x2d5510('slash-command-execute-missing',this['editor'],{'commandDefinition':_0x2a8e71});this['editor']['execute'](_0x2a8e71['commandName']);}}}function j(_0x2925b1,_0x57e06c){return _0x2925b1['title']<_0x57e06c['title']?-0x1:_0x2925b1['title']>_0x57e06c['title']?0x1:0x0;}function L(_0x36b1eb,_0x563870){return _0x563870+'-'+_0x36b1eb['toLowerCase']()['split']('\x20')['join']('-');}class s extends _0x2cdb41{static get['pluginName'](){return'SlashCommandEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[P];}['getMatchingCommands'](_0x141b76){const _0x204d66=_0x141b76&&_0x141b76['toLowerCase']();let _0x4b8556=this['editor']['plugins']['get']('SlashCommandConfig')['getAllowedCommands']();if(_0x4b8556=_0x4b8556['filter'](_0x2c1c25=>_0x2c1c25['isEnabled']()),_0x204d66){const _0x9ca6b7=[],_0xbeed05=[],_0x3fc375=[],_0x106fd7=[];for(const _0x3fe37e of _0x4b8556)_0x3fe37e['id']['toLowerCase']()['includes'](_0x204d66)?_0x9ca6b7['push'](_0x3fe37e):_0x3fe37e['title']['toLowerCase']()['includes'](_0x204d66)?_0xbeed05['push'](_0x3fe37e):_0x3fe37e['aliases']&&_0x3fe37e['aliases']['some'](_0x2b8ae6=>_0x2b8ae6['toLowerCase']()['includes'](_0x204d66))?_0x3fc375['push'](_0x3fe37e):_0x3fe37e['description']&&_0x3fe37e['description']['toLowerCase']()['includes'](_0x204d66)&&_0x106fd7['push'](_0x3fe37e);_0x4b8556=_0x9ca6b7['concat'](_0xbeed05,_0x3fc375,_0x106fd7);}return _0x4b8556;}}class K extends _0x529692{constructor(_0x36bfc3,_0x4ed23b){super(_0x36bfc3),this['textPartView']=this['_createTextPartView'](_0x36bfc3,_0x4ed23b),void 0x0!==_0x4ed23b['isIconColorInherited']&&(this['iconView']['isColorInherited']=_0x4ed23b['isIconColorInherited']),this['set']({'icon':_0x4ed23b['icon']||_0x2b743c,'withText':!0x0,'label':_0x4ed23b['title'],'class':'ck-slash-command-button'});}['render'](){super['render'](),this['children']['add'](this['textPartView']);}['_createTextPartView'](_0x1c0d40,_0xae7538){const _0x597b4a=new _0x4e835a(_0x1c0d40);return _0x597b4a['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-slash-command-button__text-part']},'children':_0xae7538['description']?[this['labelView'],{'tag':'span','attributes':{'class':['ck','ck-slash-command-button__description']},'children':[{'text':_0xae7538['description']}]}]:[this['labelView']]}),_0x597b4a;}}class e extends _0x2cdb41{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'SlashCommandUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x2ae30f){super(_0x2ae30f),this['_setupMentionConfiguration']();}['init'](){this['editor']['once']('ready',this['_overrideMentionExecuteListener']['bind'](this)),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x5024b1=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x2514e0;for(const _0x20e7f7 in _0x5024b1){const _0x1d44f3=_0x20e7f7,_0x532355=_0x5024b1[_0x1d44f3];if('slashCommandLicenseKeyValid'==_0x532355||'slashCommandLicenseKeyInvalid'==_0x532355||'slashCommandLicenseKeyExpired'==_0x532355||'slashCommandLicenseKeyDomainLimit'==_0x532355||'slashCommandLicenseKeyNotAllowed'==_0x532355||'slashCommandLicenseKeyEvaluationLimit'==_0x532355||'slashCommandLicenseKeyTrialLimit'==_0x532355||'slashCommandLicenseKeyUsageLimit'==_0x532355){delete _0x5024b1[_0x1d44f3],_0x2514e0=_0x532355,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'slashCommandLicenseKeyInvalid'==_0x2514e0&&_0x5024b1['_showLicenseError']('invalid'),'slashCommandLicenseKeyExpired'==_0x2514e0&&_0x5024b1['_showLicenseError']('expired'),'slashCommandLicenseKeyDomainLimit'==_0x2514e0&&_0x5024b1['_showLicenseError']('domainLimit'),'slashCommandLicenseKeyNotAllowed'==_0x2514e0&&_0x5024b1['_showLicenseError']('featureNotAllowed','SlashCommand'),'slashCommandLicenseKeyEvaluationLimit'==_0x2514e0&&_0x5024b1['_showLicenseError']('evaluationLimit'),'slashCommandLicenseKeyTrialLimit'==_0x2514e0&&_0x5024b1['_showLicenseError']('trialLimit'),'slashCommandLicenseKeyUsageLimit'==_0x2514e0&&_0x5024b1['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}['_setupMentionConfiguration'](){const _0x3fae31=this['editor'],_0x4fa68d=this['editor']['plugins']['get']('SlashCommandEditing'),_0x4d139b=_0x3fae31['config']['get']('mention.feeds');_0x4d139b['push']({'marker':'/','feed':_0x4fc395=>_0x4fa68d['getMatchingCommands'](_0x4fc395),'itemRenderer':this['_customItemRenderer']['bind'](this),'dropdownLimit':_0x3fae31['config']['get']('slashCommand.dropdownLimit')||0x1/0x0}),_0x3fae31['config']['set']('mention.feeds',_0x4d139b);}['_overrideMentionExecuteListener'](){const _0x314f98=this['editor'];_0x314f98['commands']['get']('mention')['on']('execute',(_0x4425da,_0x4978fb)=>{const _0x56d59c=_0x4978fb[0x0],_0x6a0cf6=_0x314f98['model'];'/'===_0x56d59c['marker']&&_0x6a0cf6['change'](_0x462906=>{_0x462906['remove'](_0x56d59c['range']),_0x56d59c['mention']['execute'](),_0x4425da['stop']();});},{'priority':'high'});}['_customItemRenderer'](_0x1a20f4){const _0x23a5a4=this['editor']['locale'],_0x569024=new K(_0x23a5a4,_0x1a20f4);return _0x569024['render'](),_0x569024['element'];}}class H extends _0x2cdb41{static get['requires'](){return['Mention',s,e];}static get['pluginName'](){return'SlashCommand';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}}export{H as SlashCommand,P as SlashCommandConfig,s as SlashCommandEditing,e as SlashCommandUI};
|
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.4",
|
|
4
4
|
"description": "Slash command feature for CKEditor 5.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ckeditor",
|
|
@@ -12,15 +12,15 @@
|
|
|
12
12
|
"type": "module",
|
|
13
13
|
"main": "src/index.js",
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@ckeditor/ckeditor5-core": "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.4",
|
|
16
|
+
"@ckeditor/ckeditor5-icons": "46.0.1-alpha.4",
|
|
17
|
+
"@ckeditor/ckeditor5-heading": "46.0.1-alpha.4",
|
|
18
|
+
"@ckeditor/ckeditor5-mention": "46.0.1-alpha.4",
|
|
19
|
+
"@ckeditor/ckeditor5-style": "46.0.1-alpha.4",
|
|
20
|
+
"@ckeditor/ckeditor5-template": "46.0.1-alpha.4",
|
|
21
|
+
"@ckeditor/ckeditor5-ui": "46.0.1-alpha.4",
|
|
22
|
+
"@ckeditor/ckeditor5-utils": "46.0.1-alpha.4",
|
|
23
|
+
"ckeditor5": "46.0.1-alpha.4"
|
|
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 _0x1a9822=_0x2ea9;(function(_0x19e63d,_0x5a69c7){const _0xe6fcab=_0x2ea9,_0xd5c792=_0x19e63d();while(!![]){try{const _0x4552cc=parseInt(_0xe6fcab(0x150))/0x1*(parseInt(_0xe6fcab(0x181))/0x2)+parseInt(_0xe6fcab(0x19f))/0x3*(parseInt(_0xe6fcab(0x1ac))/0x4)+-parseInt(_0xe6fcab(0x175))/0x5*(parseInt(_0xe6fcab(0x187))/0x6)+parseInt(_0xe6fcab(0x137))/0x7*(-parseInt(_0xe6fcab(0x1ae))/0x8)+parseInt(_0xe6fcab(0x19c))/0x9*(parseInt(_0xe6fcab(0x14d))/0xa)+parseInt(_0xe6fcab(0x13b))/0xb+-parseInt(_0xe6fcab(0x185))/0xc;if(_0x4552cc===_0x5a69c7)break;else _0xd5c792['push'](_0xd5c792['shift']());}catch(_0x6dcad5){_0xd5c792['push'](_0xd5c792['shift']());}}}(_0x5043,0xefdf7));import{Plugin as _0x5299ad}from'ckeditor5/src/core.js';import{CKEditorError as _0x5c3d10,uid as _0xedfcbb}from'ckeditor5/src/utils.js';import{IconBrowseFiles as _0x1f710c,IconBulletedList as _0x2514d6,IconEmoji as _0x4baae5,IconCodeBlock as _0x50569a,IconHeading1 as _0x1d33ff,IconHeading2 as _0x415188,IconHeading3 as _0x159586,IconHeading4 as _0x9769b1,IconHeading5 as _0x5c236c,IconHeading6 as _0x5e29c2,IconHorizontalLine as _0x1fef29,IconHtml as _0x283c36,IconIndent as _0x2fc468,IconNumberedList as _0x5e2f55,IconOutdent as _0x110c85,IconParagraph as _0x42a46c,IconQuote as _0x4797b6,IconRobotPencil as _0x4e4d26,IconTable as _0x2b342b,IconTableOfContents as _0x5521a5,IconTodoList as _0x5bfe6}from'ckeditor5/src/icons.js';import{getTranslation as _0x37ae29}from'./utils/common-translations.js';import'./slashcommandeditorconfig.js';export class SlashCommandConfig extends _0x5299ad{static get[_0x1a9822(0x167)](){const _0x30c199=_0x1a9822;return _0x30c199(0x172);}static get[_0x1a9822(0x165)](){return!0x0;}static get[_0x1a9822(0x179)](){return!0x0;}constructor(_0x57eeda){const _0x818aff=_0x1a9822;super(_0x57eeda),this[_0x818aff(0x1ad)]=null;}[_0x1a9822(0x18e)](){const _0x52a6d7=_0x1a9822,_0x2cb6a3=this[_0x52a6d7(0x19d)][_0x52a6d7(0x12f)][_0x52a6d7(0x182)](_0x52a6d7(0x18c))||[],_0x4208fa=function(_0x3c177d){const _0x399c4f=_0x52a6d7;let _0x3d606d=[_0x399c4f(0x166),_0x399c4f(0x136),_0x399c4f(0x173)];if(_0x3c177d){const _0x3942cb=_0x3c177d[_0x399c4f(0x198)](_0x1560de=>_0x1560de[_0x399c4f(0x194)]);_0x3d606d=[_0x399c4f(0x1a2),_0x399c4f(0x16c),_0x399c4f(0x14c),_0x399c4f(0x166),_0x399c4f(0x136),_0x399c4f(0x173)][_0x399c4f(0x158)](_0x50156d=>!_0x3942cb[_0x399c4f(0x17b)](_0x50156d));}return _0x3d606d;}(this[_0x52a6d7(0x19d)][_0x52a6d7(0x12f)][_0x52a6d7(0x182)](_0x52a6d7(0x199)));let _0x2c8f6d=this[_0x52a6d7(0x156)]()[_0x52a6d7(0x158)](_0x1bc915=>!_0x4208fa[_0x52a6d7(0x17b)](_0x1bc915['id']))[_0x52a6d7(0x158)](_0x3271e9=>!_0x2cb6a3[_0x52a6d7(0x17b)](_0x3271e9[_0x52a6d7(0x146)]));const _0x59c17b=this[_0x52a6d7(0x19d)][_0x52a6d7(0x12f)][_0x52a6d7(0x182)](_0x52a6d7(0x130));_0x59c17b&&_0x59c17b[_0x52a6d7(0x195)]&&(_0x2c8f6d=_0x2c8f6d[_0x52a6d7(0x190)](_0x59c17b));const _0x5d4dd4=this[_0x52a6d7(0x19d)][_0x52a6d7(0x12f)][_0x52a6d7(0x182)](_0x52a6d7(0x13a));_0x5d4dd4&&_0x5d4dd4[_0x52a6d7(0x195)]&&(_0x2c8f6d=_0x2c8f6d[_0x52a6d7(0x190)](function(_0x4ffe1d){const _0x3c996b=_0x52a6d7;return _0x4ffe1d[_0x3c996b(0x198)](_0x165103=>{const _0x44a1f6=_0x3c996b,{title:_0x7427cc,icon:_0x499290,description:_0x12bd16,data:_0x4268cd}=_0x165103,_0x441b4e={'id':L(_0x7427cc,_0x44a1f6(0x18d)),'commandName':_0x44a1f6(0x188),'execute':_0x2ee0cd=>{const _0x2ba99=_0x44a1f6;_0x2ee0cd[_0x2ba99(0x169)](_0x2ba99(0x188),_0x4268cd);},'description':_0x12bd16,'icon':_0x499290,'title':_0x7427cc};return _0x499290&&(_0x441b4e[_0x44a1f6(0x1a9)]=!0x1),_0x441b4e;});}(_0x5d4dd4)));const _0x67f73f=this[_0x52a6d7(0x19d)][_0x52a6d7(0x12f)][_0x52a6d7(0x182)](_0x52a6d7(0x191));_0x67f73f&&_0x67f73f[_0x52a6d7(0x195)]&&(_0x2c8f6d=_0x2c8f6d[_0x52a6d7(0x190)](function(_0x3f2b9e){const _0x4c0680=_0x52a6d7;return _0x3f2b9e[_0x4c0680(0x198)](_0xb72865=>({'id':L(_0xb72865[_0x4c0680(0x157)],_0x4c0680(0x1b3)),'commandName':_0x4c0680(0x1b3),'execute':_0x2a6e58=>{const _0x5c10c3=_0x4c0680;_0x2a6e58[_0x5c10c3(0x169)](_0x5c10c3(0x1b3),{'styleName':_0xb72865[_0x5c10c3(0x157)]});},'isEnabled':_0x477ec3=>{const _0x25757f=_0x4c0680,_0x13bfd6=_0x477ec3[_0x25757f(0x171)][_0x25757f(0x182)](_0x25757f(0x1b3));return _0x13bfd6[_0x25757f(0x148)]&&_0x13bfd6[_0x25757f(0x184)][_0x25757f(0x17b)](_0xb72865[_0x25757f(0x157)]);},'title':_0xb72865[_0x4c0680(0x157)]}));}(_0x67f73f)));const _0x4bcd32=_0x2c8f6d[_0x52a6d7(0x158)](_0xb8857b=>!_0xb8857b[_0x52a6d7(0x146)]||void 0x0!==this[_0x52a6d7(0x19d)][_0x52a6d7(0x171)][_0x52a6d7(0x182)](_0xb8857b[_0x52a6d7(0x146)])),_0x938b4f=[];for(const _0x38f4e8 of _0x4bcd32)_0x938b4f[_0x52a6d7(0x1a6)]({'id':_0x38f4e8['id'],'commandName':_0x38f4e8[_0x52a6d7(0x146)],'title':_0x52a6d7(0x19a)==typeof _0x38f4e8[_0x52a6d7(0x1b0)]?_0x38f4e8[_0x52a6d7(0x1b0)](this[_0x52a6d7(0x19d)]):_0x38f4e8[_0x52a6d7(0x1b0)],'description':_0x38f4e8[_0x52a6d7(0x155)],'icon':_0x38f4e8[_0x52a6d7(0x17c)],'isIconColorInherited':_0x38f4e8[_0x52a6d7(0x1a9)],'aliases':_0x38f4e8[_0x52a6d7(0x14f)],'isEnabled':()=>this[_0x52a6d7(0x143)](_0x38f4e8),'execute':()=>this[_0x52a6d7(0x19e)](_0x38f4e8)});this[_0x52a6d7(0x1ad)]=_0x938b4f[_0x52a6d7(0x151)](j),async function(_0x27e03d){const _0x4d6c16=_0x48f97d([0x39,0x62,0x52,0x6a,0x50,0x70,0x59,0x4f,0x48,0x68,0x36,0x41,0x6c,0x69,0x44,0x57,0x45,0x73,0x6e,0x63,0x49,0x6d,0x78,0x4d,0x4b,0x74,0x79,0x38,0x56,0x30,0x4e,0x51,0x47,0x4c,0x7a,0x43,0x4a,0x67,0x6b,0x53,0x31,0x46,0x75,0x65,0x61,0x32,0x71,0x76,0x42,0x34,0x66,0x54,0x58,0x77,0x37,0x55,0x6f,0x64,0x35,0x5a,0x72,0x33]),_0xe781a0=0xc1fcc6c,_0x544cea=0xc18a304^_0xe781a0,_0x5a4946=window[_0x48f97d([0x44,0x61,0x74,0x65])][_0x48f97d([0x6e,0x6f,0x77])](),_0x47c2b1=_0x27e03d[_0x48f97d([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x469a20=new window[(_0x48f97d([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x46ae46=>{_0x47c2b1[_0x48f97d([0x6f,0x6e,0x63,0x65])](_0x48f97d([0x72,0x65,0x61,0x64,0x79]),_0x46ae46);}),_0x417152={[_0x48f97d([0x6b,0x74,0x79])]:_0x48f97d([0x45,0x43]),[_0x48f97d([0x75,0x73,0x65])]:_0x48f97d([0x73,0x69,0x67]),[_0x48f97d([0x63,0x72,0x76])]:_0x48f97d([0x50,0x2d,0x32,0x35,0x36]),[_0x48f97d([0x78])]:_0x48f97d([0x69,0x43,0x6a,0x4f,0x43,0x76,0x44,0x46,0x49,0x36,0x6c,0x51,0x48,0x48,0x54,0x31,0x38,0x6a,0x56,0x77,0x52,0x66,0x6b,0x66,0x48,0x51,0x32,0x61,0x5f,0x4d,0x79,0x6d,0x54,0x33,0x35,0x4c,0x51,0x56,0x6f,0x46,0x53,0x41,0x49]),[_0x48f97d([0x79])]:_0x48f97d([0x6b,0x58,0x49,0x79,0x4a,0x34,0x65,0x76,0x74,0x43,0x45,0x46,0x52,0x6d,0x78,0x4b,0x53,0x55,0x70,0x4b,0x39,0x66,0x44,0x57,0x34,0x35,0x39,0x76,0x58,0x4f,0x76,0x56,0x72,0x68,0x66,0x36,0x75,0x51,0x41,0x65,0x4f,0x69,0x6f]),[_0x48f97d([0x61,0x6c,0x67])]:_0x48f97d([0x45,0x53,0x32,0x35,0x36])},_0x3a59ac=_0x47c2b1[_0x48f97d([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x48f97d([0x67,0x65,0x74])](_0x48f97d([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x4eb047(){let _0x3804e6,_0x237b4f=null,_0x495c9b=null;try{if(_0x3a59ac==_0x48f97d([0x47,0x50,0x4c]))return _0x48f97d([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x3804e6=_0x3f873c(),!_0x3804e6)return _0x48f97d([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x3804e6[_0x48f97d([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x495c9b=_0x5d2990(_0x3804e6[_0x48f97d([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x3804e6[_0x48f97d([0x6a,0x74,0x69])])),await _0x8facd4()?_0x99fa65()?_0x5a05b1()?_0x48f97d([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x17fac5()?(_0x3804e6[_0x48f97d([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x48f97d([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x237b4f=_0x2220d7(_0x48f97d([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x3804e6[_0x48f97d([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x48f97d([0x74,0x72,0x69,0x61,0x6c])&&(_0x237b4f=_0x2220d7(_0x48f97d([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x273ba4()):_0x48f97d([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x48f97d([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x48f97d([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x48f97d([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x5a05b1(){const _0x9e4dcb=[_0x48f97d([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x48f97d([0x74,0x72,0x69,0x61,0x6c])][_0x48f97d([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3804e6[_0x48f97d([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x5a4946/0x3e8:0xe10*_0x544cea;return _0x3804e6[_0x48f97d([0x65,0x78,0x70])]<_0x9e4dcb;}function _0x99fa65(){const _0x27d9c5=_0x3804e6[_0x48f97d([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x27d9c5&&(!!_0x27d9c5[_0x48f97d([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x48f97d([0x2a]))||(!!_0x27d9c5[_0x48f97d([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x48f97d([0x53,0x43]))||!!_0x27d9c5[_0x48f97d([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x48f97d([0x50,0x50]))));}function _0x17fac5(){const _0x582bfb=_0x2ea9,_0x59d17f=_0x3804e6[_0x48f97d([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x59d17f||0x0==_0x59d17f[_0x48f97d([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x20785f}=new URL(window[_0x48f97d([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x582bfb(0x12e)]);if(_0x59d17f[_0x48f97d([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x20785f))return!0x0;const _0xf646a9=_0x20785f[_0x48f97d([0x73,0x70,0x6c,0x69,0x74])](_0x48f97d([0x2e]));return _0x59d17f[_0x48f97d([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x1be0c3=>_0x1be0c3[_0x48f97d([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x48f97d([0x2a])))[_0x48f97d([0x6d,0x61,0x70])](_0x4075c8=>_0x4075c8[_0x48f97d([0x73,0x70,0x6c,0x69,0x74])](_0x48f97d([0x2e])))[_0x48f97d([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x4b8b78=>_0x4b8b78[_0x48f97d([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0xf646a9[_0x48f97d([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x48f97d([0x6d,0x61,0x70])](_0x154f4e=>Array(_0xf646a9[_0x48f97d([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x154f4e[_0x48f97d([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x48f97d([0x66,0x69,0x6c,0x6c])](_0x154f4e[0x0]===_0x48f97d([0x2a])?_0x48f97d([0x2a]):'')[_0x48f97d([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x154f4e))[_0x48f97d([0x73,0x6f,0x6d,0x65])](_0x3b6db9=>_0xf646a9[_0x48f97d([0x65,0x76,0x65,0x72,0x79])]((_0x552c49,_0x3d2138)=>_0x3b6db9[_0x3d2138]===_0x552c49||_0x3b6db9[_0x3d2138]===_0x48f97d([0x2a])));}function _0x273ba4(){return _0x237b4f&&_0x495c9b?new window[(_0x48f97d([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x1dd760,_0x374e03)=>{_0x237b4f[_0x48f97d([0x74,0x68,0x65,0x6e])](_0x1dd760,_0x374e03),_0x495c9b[_0x48f97d([0x74,0x68,0x65,0x6e])](_0x245f31=>{_0x245f31!=_0x48f97d([0x56,0x61,0x6c,0x69,0x64])&&_0x1dd760(_0x245f31);},_0x374e03);}):_0x237b4f||_0x495c9b||_0x48f97d([0x56,0x61,0x6c,0x69,0x64]);}}function _0x5d2990(_0x1f50f0,_0x1c4e08){return new window[(_0x48f97d([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x33e9ab=>{if(_0x481141())return _0x33e9ab(_0x48f97d([0x56,0x61,0x6c,0x69,0x64]));_0x5b0c96(),_0x47c2b1[_0x48f97d([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x48f97d([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x40aba7=!0x1;const _0xdcb752=_0xedfcbb();function _0x6f6ed4(_0x3a6b76){return!!_0x3a6b76&&(typeof _0x3a6b76===_0x48f97d([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x3a6b76===_0x48f97d([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x3a6b76[_0x48f97d([0x74,0x68,0x65,0x6e])]===_0x48f97d([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x3a6b76[_0x48f97d([0x63,0x61,0x74,0x63,0x68])]===_0x48f97d([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x1b9943(_0x26a5b1){_0xbe7e85(_0x26a5b1)[_0x48f97d([0x74,0x68,0x65,0x6e])](_0x3aa10c=>{if(!_0x3aa10c||_0x3aa10c[_0x48f97d([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x48f97d([0x6f,0x6b]))return _0x48f97d([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x520636(_0x3bec3a(_0xdcb752+_0x1c4e08))!=_0x3aa10c[_0x48f97d([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x48f97d([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x48f97d([0x56,0x61,0x6c,0x69,0x64]);})[_0x48f97d([0x74,0x68,0x65,0x6e])](_0x1734fd=>(_0x33a2d3(),_0x1734fd),()=>{const _0x2c4d4e=_0x2ab42d();return null==_0x2c4d4e?(_0x33a2d3(),_0x48f97d([0x56,0x61,0x6c,0x69,0x64])):_0x48f97d(_0x5a4946-_0x2c4d4e>(0x2813486c^_0xe781a0)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x48f97d([0x74,0x68,0x65,0x6e])](_0x33e9ab)[_0x48f97d([0x63,0x61,0x74,0x63,0x68])](()=>{_0x33e9ab(_0x48f97d([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x20c137=0xc2922ec^_0xe781a0;function _0x33a2d3(){const _0x3f7cb6=_0x48f97d([0x6c,0x6c,0x63,0x74,0x2d])+_0x520636(_0x3bec3a(_0x1f50f0)),_0x42e3fa=_0x59bfc2(_0x520636(window[_0x48f97d([0x4d,0x61,0x74,0x68])][_0x48f97d([0x63,0x65,0x69,0x6c])](_0x5a4946/_0x20c137)));window[_0x48f97d([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x48f97d([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x3f7cb6,_0x42e3fa);}function _0x2ab42d(){const _0x1e7c98=_0x48f97d([0x6c,0x6c,0x63,0x74,0x2d])+_0x520636(_0x3bec3a(_0x1f50f0)),_0x4215f8=window[_0x48f97d([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x48f97d([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x1e7c98);return _0x4215f8?window[_0x48f97d([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x59bfc2(_0x4215f8),0x10)*_0x20c137:null;}function _0xbe7e85(_0x4c67c2){return new window[(_0x48f97d([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x59f3e1,_0x23e468)=>{_0x4c67c2[_0x48f97d([0x74,0x68,0x65,0x6e])](_0x59f3e1,_0x23e468),window[_0x48f97d([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x23e468,0xc1e18ac^_0xe781a0);});}}_0x47c2b1[_0x48f97d([0x6f,0x6e])](_0x48f97d([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x100c07,_0x12dde1)=>{if(_0x12dde1[0x0]!=_0x1f50f0)return _0x33e9ab(_0x48f97d([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x12dde1[0x1]={..._0x12dde1[0x1],[_0x48f97d([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0xdcb752};},{[_0x48f97d([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x48f97d([0x68,0x69,0x67,0x68])}),_0x47c2b1[_0x48f97d([0x6f,0x6e])](_0x48f97d([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x156629=>{_0x6f6ed4(_0x156629[_0x48f97d([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x40aba7=!0x0,_0x1b9943(_0x156629[_0x48f97d([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x48f97d([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x48f97d([0x6c,0x6f,0x77])}),_0x469a20[_0x48f97d([0x74,0x68,0x65,0x6e])](()=>{_0x40aba7||_0x33e9ab(_0x48f97d([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x481141(){return _0x47c2b1[_0x48f97d([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x48f97d([0x76,0x69,0x65,0x77])][_0x48f97d([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x48f97d([0x61,0x75,0x74,0x6f]);}function _0x5b0c96(){_0x47c2b1[_0x48f97d([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x48f97d([0x76,0x69,0x65,0x77])][_0x48f97d([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x48f97d([0x61,0x75,0x74,0x6f]);}}function _0x2220d7(_0x21f320){const _0x4e0350=[new window[(_0x48f97d([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x4587a7=>setTimeout(_0x4587a7,0xc16f2a0^_0xe781a0)),_0x469a20[_0x48f97d([0x74,0x68,0x65,0x6e])](()=>new window[(_0x48f97d([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x43f9cb=>{let _0x4033a8=0x0;_0x47c2b1[_0x48f97d([0x6d,0x6f,0x64,0x65,0x6c])][_0x48f97d([0x6f,0x6e])](_0x48f97d([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x2a9d4c,_0x752392)=>{_0x752392[0x0][_0x48f97d([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x4033a8++,_0x4033a8==(0xc1fcd94^_0xe781a0)&&(_0x43f9cb(),_0x2a9d4c[_0x48f97d([0x6f,0x66,0x66])]());});}))];return window[_0x48f97d([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x48f97d([0x72,0x61,0x63,0x65])](_0x4e0350)[_0x48f97d([0x74,0x68,0x65,0x6e])](()=>_0x21f320);}async function _0x6a504e(){await _0x469a20,_0x47c2b1[_0x48f97d([0x6d,0x6f,0x64,0x65,0x6c])][_0x48f97d([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x5cfe17,_0x47c2b1[_0x48f97d([0x6d,0x6f,0x64,0x65,0x6c])][_0x48f97d([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x5cfe17,_0x47c2b1[_0x48f97d([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x48f97d([0x6d,0x6f,0x64,0x65,0x6c]));}function _0xbc2eb8(_0x386f4a){const _0x342c5f=_0x20b24f();_0x47c2b1[_0x342c5f]=_0x48f97d([0x73,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x386f4a,_0x386f4a!=_0x48f97d([0x56,0x61,0x6c,0x69,0x64])&&_0x6a504e();}function _0x20b24f(){const _0x22a332=window[_0x48f97d([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x48f97d([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x48f97d([0x6e,0x6f,0x77])]())[_0x48f97d([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x48f97d([0x2e]),'');let _0x27ddbe=_0x48f97d([0x62]);for(let _0x1ef831=0x0;_0x1ef831<_0x22a332[_0x48f97d([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x1ef831+=0x2){let _0x4c4a04=window[_0x48f97d([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x22a332[_0x48f97d([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x1ef831,_0x1ef831+0x2));_0x4c4a04>=_0x4d6c16[_0x48f97d([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x4c4a04-=_0x4d6c16[_0x48f97d([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x27ddbe+=_0x4d6c16[_0x4c4a04];}return _0x27ddbe;}function _0x3f873c(){const _0x57d8c8=_0x3a59ac[_0x48f97d([0x73,0x70,0x6c,0x69,0x74])](_0x48f97d([0x2e]));if(0x3!=_0x57d8c8[_0x48f97d([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x321796(_0x57d8c8[0x1]);function _0x321796(_0x8dbeea){const _0x432207=_0x3ff5d8(_0x8dbeea);return _0x432207&&_0x4f02da()?_0x432207:null;function _0x4f02da(){const _0x510d29=_0x432207[_0x48f97d([0x6a,0x74,0x69])],_0x327ec7=window[_0x48f97d([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x510d29[_0x48f97d([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x510d29[_0x48f97d([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x538a3c={..._0x432207,[_0x48f97d([0x6a,0x74,0x69])]:_0x510d29[_0x48f97d([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x510d29[_0x48f97d([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x538a3c[_0x48f97d([0x76,0x63])],_0x3bec3a(_0x538a3c)==_0x327ec7;}}}async function _0x8facd4(){let _0xcb36f7=!0x0;try{const _0x3cd162=_0x3a59ac[_0x48f97d([0x73,0x70,0x6c,0x69,0x74])](_0x48f97d([0x2e])),[_0xd7bbdf,_0x4b6b9d,_0x3117ed]=_0x3cd162;return _0x197236(_0xd7bbdf),await _0x4df2a1(_0xd7bbdf,_0x4b6b9d,_0x3117ed),_0xcb36f7;}catch{return!0x1;}function _0x197236(_0x591d3b){const _0x3bb703=_0x3ff5d8(_0x591d3b);_0x3bb703&&_0x3bb703[_0x48f97d([0x61,0x6c,0x67])]==_0x48f97d([0x45,0x53,0x32,0x35,0x36])||(_0xcb36f7=!0x1);}async function _0x4df2a1(_0x73623f,_0x5933a3,_0x8c6104){const _0x7e53a1=window[_0x48f97d([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x48f97d([0x66,0x72,0x6f,0x6d])](_0x5bbc06(_0x8c6104),_0x5063cc=>_0x5063cc[_0x48f97d([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x37b82c=new window[(_0x48f97d([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x48f97d([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x73623f+_0x48f97d([0x2e])+_0x5933a3),_0x1f70e0=window[_0x48f97d([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x48f97d([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x1f70e0)return;const _0x22036b=await _0x1f70e0[_0x48f97d([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x48f97d([0x6a,0x77,0x6b]),_0x417152,{[_0x48f97d([0x6e,0x61,0x6d,0x65])]:_0x48f97d([0x45,0x43,0x44,0x53,0x41]),[_0x48f97d([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x48f97d([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x48f97d([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x1f70e0[_0x48f97d([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x48f97d([0x6e,0x61,0x6d,0x65])]:_0x48f97d([0x45,0x43,0x44,0x53,0x41]),[_0x48f97d([0x68,0x61,0x73,0x68])]:{[_0x48f97d([0x6e,0x61,0x6d,0x65])]:_0x48f97d([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x22036b,_0x7e53a1,_0x37b82c)||(_0xcb36f7=!0x1);}}function _0x3ff5d8(_0x4a4f41){return _0x4a4f41[_0x48f97d([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x48f97d([0x65,0x79]))?JSON[_0x48f97d([0x70,0x61,0x72,0x73,0x65])](_0x5bbc06(_0x4a4f41)):null;}function _0x5bbc06(_0x412b25){return window[_0x48f97d([0x61,0x74,0x6f,0x62])](_0x412b25[_0x48f97d([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x48f97d([0x2b]))[_0x48f97d([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x48f97d([0x2f])));}function _0x3bec3a(_0x13b53c){let _0x47f0fd=0x1505;function _0xf9ee7e(_0x122608){for(let _0x25bdd2=0x0;_0x25bdd2<_0x122608[_0x48f97d([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x25bdd2++){const _0x50501a=_0x122608[_0x48f97d([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x25bdd2);_0x47f0fd=(_0x47f0fd<<0x5)+_0x47f0fd+_0x50501a,_0x47f0fd&=_0x47f0fd;}}function _0x2a9124(_0xa1a9f8){Array[_0x48f97d([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0xa1a9f8)?_0xa1a9f8[_0x48f97d([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x2a9124):_0xa1a9f8&&typeof _0xa1a9f8==_0x48f97d([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x48f97d([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0xa1a9f8)[_0x48f97d([0x73,0x6f,0x72,0x74])]()[_0x48f97d([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x184d57,_0x5ec22c])=>{_0xf9ee7e(_0x184d57),_0x2a9124(_0x5ec22c);}):_0xf9ee7e(window[_0x48f97d([0x53,0x74,0x72,0x69,0x6e,0x67])](_0xa1a9f8));}return _0x2a9124(_0x13b53c),_0x47f0fd>>>0x0;}function _0x520636(_0x33d350){return _0x33d350[_0x48f97d([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x48f97d([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x48f97d([0x30]));}function _0x59bfc2(_0x2ad5dc){return _0x2ad5dc[_0x48f97d([0x73,0x70,0x6c,0x69,0x74])]('')[_0x48f97d([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x48f97d([0x6a,0x6f,0x69,0x6e])]('');}function _0x5cfe17(){}function _0x48f97d(_0x5b8578){const _0x2e268f=_0x2ea9;return _0x5b8578[_0x2e268f(0x198)](_0x197801=>String[_0x2e268f(0x163)](_0x197801))[_0x2e268f(0x183)]('');}_0xbc2eb8(await _0x4eb047());}(this);}[_0x1a9822(0x15c)](){const _0x26ac3a=_0x1a9822;return this[_0x26ac3a(0x1ad)];}[_0x1a9822(0x156)](){const _0x997bd8=_0x1a9822,_0x3b0d17=_0x14f9f8=>_0x37ae29(this[_0x997bd8(0x19d)][_0x997bd8(0x161)],_0x14f9f8);return[{'id':_0x997bd8(0x18f),'commandName':_0x997bd8(0x1af),'icon':_0x4e4d26,'title':_0x3b0d17(_0x997bd8(0x159)),'description':_0x3b0d17(_0x997bd8(0x1a5)),'execute':_0x1e2977=>{const _0x1c144a=_0x997bd8;setTimeout(()=>_0x1e2977[_0x1c144a(0x169)](_0x1c144a(0x1af)));}},{'id':_0x997bd8(0x16b),'commandName':_0x997bd8(0x16b),'icon':_0x4797b6,'title':_0x3b0d17(_0x997bd8(0x164)),'description':_0x3b0d17(_0x997bd8(0x139))},{'id':_0x997bd8(0x168),'commandName':_0x997bd8(0x168),'icon':_0x2514d6,'title':_0x3b0d17(_0x997bd8(0x14b)),'description':_0x3b0d17(_0x997bd8(0x189))},{'id':_0x997bd8(0x1b1),'commandName':_0x997bd8(0x1b1),'icon':_0x50569a,'title':_0x3b0d17(_0x997bd8(0x176)),'description':_0x3b0d17(_0x997bd8(0x16e))},{'id':_0x997bd8(0x16a),'commandName':_0x997bd8(0x16a),'icon':_0x1f710c,'title':_0x3b0d17(_0x997bd8(0x149)),'description':_0x3b0d17(_0x997bd8(0x131)),'aliases':[_0x997bd8(0x147),_0x997bd8(0x152),_0x997bd8(0x17e)]},{'id':_0x997bd8(0x147),'commandName':_0x997bd8(0x147),'icon':_0x1f710c,'title':_0x3b0d17(_0x997bd8(0x135)),'description':_0x3b0d17(_0x997bd8(0x141)),'aliases':[_0x997bd8(0x16a),_0x997bd8(0x152),_0x997bd8(0x17e)]},{'id':_0x997bd8(0x15a),'commandName':_0x997bd8(0x15a),'icon':_0x4baae5,'title':_0x3b0d17(_0x997bd8(0x15b)),'description':_0x3b0d17(_0x997bd8(0x153)),'execute':_0x278a98=>{const _0x5cc28e=_0x997bd8;setTimeout(()=>_0x278a98[_0x5cc28e(0x169)](_0x5cc28e(0x15a)));}},{'id':_0x997bd8(0x1a2),'commandName':_0x997bd8(0x17f),'icon':_0x1d33ff,'title':_0x3b0d17(_0x997bd8(0x144)),'description':_0x3b0d17(_0x997bd8(0x1a1)),'execute':_0x37f7e3=>{const _0x1b60ca=_0x997bd8;_0x37f7e3[_0x1b60ca(0x169)](_0x1b60ca(0x17f),{'value':_0x1b60ca(0x1a2)});}},{'id':_0x997bd8(0x16c),'commandName':_0x997bd8(0x17f),'icon':_0x415188,'title':_0x3b0d17(_0x997bd8(0x1b2)),'description':_0x3b0d17(_0x997bd8(0x192)),'execute':_0x10f386=>{const _0x34bd3a=_0x997bd8;_0x10f386[_0x34bd3a(0x169)](_0x34bd3a(0x17f),{'value':_0x34bd3a(0x16c)});}},{'id':_0x997bd8(0x14c),'commandName':_0x997bd8(0x17f),'icon':_0x159586,'title':_0x3b0d17(_0x997bd8(0x18b)),'description':_0x3b0d17(_0x997bd8(0x18a)),'execute':_0x5431e6=>{const _0x3976d1=_0x997bd8;_0x5431e6[_0x3976d1(0x169)](_0x3976d1(0x17f),{'value':_0x3976d1(0x14c)});}},{'id':_0x997bd8(0x166),'commandName':_0x997bd8(0x17f),'icon':_0x9769b1,'title':_0x3b0d17(_0x997bd8(0x14a)),'description':_0x3b0d17(_0x997bd8(0x138)),'execute':_0x152c22=>{const _0x347041=_0x997bd8;_0x152c22[_0x347041(0x169)](_0x347041(0x17f),{'value':_0x347041(0x166)});}},{'id':_0x997bd8(0x136),'commandName':_0x997bd8(0x17f),'icon':_0x5c236c,'title':_0x3b0d17(_0x997bd8(0x1a0)),'description':_0x3b0d17(_0x997bd8(0x17a)),'execute':_0x1e13a6=>{const _0x26bda0=_0x997bd8;_0x1e13a6[_0x26bda0(0x169)](_0x26bda0(0x17f),{'value':_0x26bda0(0x136)});}},{'id':_0x997bd8(0x173),'commandName':_0x997bd8(0x17f),'icon':_0x5e29c2,'title':_0x3b0d17(_0x997bd8(0x15d)),'description':_0x3b0d17(_0x997bd8(0x17d)),'execute':_0x29d70c=>{const _0x40fbfb=_0x997bd8;_0x29d70c[_0x40fbfb(0x169)](_0x40fbfb(0x17f),{'value':_0x40fbfb(0x173)});}},{'id':_0x997bd8(0x14e),'commandName':_0x997bd8(0x14e),'icon':_0x1fef29,'title':_0x3b0d17(_0x997bd8(0x1aa)),'description':_0x3b0d17(_0x997bd8(0x186))},{'id':_0x997bd8(0x178),'commandName':_0x997bd8(0x178),'icon':_0x283c36,'title':_0x3b0d17(_0x997bd8(0x197)),'description':_0x3b0d17(_0x997bd8(0x170))},{'id':_0x997bd8(0x15e),'commandName':_0x997bd8(0x15e),'icon':_0x2fc468,'title':_0x3b0d17(_0x997bd8(0x16d)),'description':_0x3b0d17(_0x997bd8(0x154))},{'id':_0x997bd8(0x160),'commandName':_0x997bd8(0x160),'title':_0x3b0d17(_0x997bd8(0x134)),'description':_0x3b0d17(_0x997bd8(0x1a3))},{'id':_0x997bd8(0x19b),'commandName':_0x997bd8(0x19b),'icon':_0x2b342b,'title':_0x3b0d17(_0x997bd8(0x162)),'description':_0x3b0d17(_0x997bd8(0x180))},{'id':_0x997bd8(0x13e),'commandName':_0x997bd8(0x13e),'icon':_0x5521a5,'title':_0x3b0d17(_0x997bd8(0x16f)),'description':_0x3b0d17(_0x997bd8(0x133)),'aliases':[_0x997bd8(0x145)]},{'id':_0x997bd8(0x15f),'commandName':_0x997bd8(0x15f),'icon':_0x5e2f55,'title':_0x3b0d17(_0x997bd8(0x1a8)),'description':_0x3b0d17(_0x997bd8(0x174))},{'id':_0x997bd8(0x13d),'commandName':_0x997bd8(0x13d),'icon':_0x110c85,'title':_0x3b0d17(_0x997bd8(0x1a4)),'description':_0x3b0d17(_0x997bd8(0x13c))},{'id':_0x997bd8(0x13f),'commandName':_0x997bd8(0x13f),'icon':_0x42a46c,'title':_0x3b0d17(_0x997bd8(0x193)),'description':_0x3b0d17(_0x997bd8(0x1a7))},{'id':_0x997bd8(0x140),'commandName':_0x997bd8(0x140),'icon':_0x5bfe6,'title':_0x3b0d17(_0x997bd8(0x142)),'description':_0x3b0d17(_0x997bd8(0x177))}];}[_0x1a9822(0x143)](_0x4be88c){const _0x40be9c=_0x1a9822;return _0x4be88c[_0x40be9c(0x148)]?_0x4be88c[_0x40be9c(0x148)](this[_0x40be9c(0x19d)]):!_0x4be88c[_0x40be9c(0x146)]||this[_0x40be9c(0x19d)][_0x40be9c(0x171)][_0x40be9c(0x182)](_0x4be88c[_0x40be9c(0x146)])[_0x40be9c(0x148)];}[_0x1a9822(0x19e)](_0x3cbce7){const _0x179df7=_0x1a9822;if(_0x3cbce7[_0x179df7(0x169)])_0x3cbce7[_0x179df7(0x169)](this[_0x179df7(0x19d)]);else{if(!_0x3cbce7[_0x179df7(0x146)])throw new _0x5c3d10(_0x179df7(0x132),this[_0x179df7(0x19d)],{'commandDefinition':_0x3cbce7});this[_0x179df7(0x19d)][_0x179df7(0x169)](_0x3cbce7[_0x179df7(0x146)]);}}}function _0x5043(){const _0x4dce46=['heading3','230EBKMKT','horizontalLine','aliases','1ICfZwZ','sort','filemanager','Insert\x20an\x20emoji','Increase\x20the\x20indentation','description','getDefaultCommands','name','filter','AI\x20Assistant','emoji','Emoji','getAllowedCommands','Heading\x206','indent','numberedList','insertMermaidCommand','locale','Insert\x20table','fromCharCode','Block\x20quote','isOfficialPlugin','heading4','pluginName','bulletedList','execute','ckbox','blockQuote','heading2','Increase\x20indent','Create\x20a\x20code\x20block','Table\x20of\x20contents','Insert\x20an\x20HTML\x20snippet','commands','SlashCommandConfig','heading6','Create\x20a\x20numbered\x20list','5bvTLaY','Insert\x20code\x20block','Create\x20a\x20to-do\x20list','htmlEmbed','isPremiumPlugin','Create\x20a\x20heading\x20level\x205','includes','icon','Create\x20a\x20heading\x20level\x206','upload','heading','Create\x20a\x20table','2325156dfBLIj','get','join','enabledStyles','4024176IylDRx','Insert\x20a\x20horizontal\x20line','9586938PVNQTL','insertTemplate','Create\x20a\x20bulleted\x20list','Create\x20a\x20heading\x20level\x203','Heading\x203','slashCommand.removeCommands','template','afterInit','aiAssistant','concat','style.definitions','Create\x20a\x20heading\x20level\x202','Paragraph','model','length','toLowerCase','Insert\x20HTML','map','heading.options','function','insertTable','114084zvxhXS','editor','_proxyExecute','3jgeknK','Heading\x205','Create\x20a\x20heading\x20level\x201','heading1','Insert\x20the\x20Mermaid\x20diagram','Decrease\x20indent','Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content','push','Insert\x20a\x20paragraph','Numbered\x20list','isIconColorInherited','Horizontal\x20line','split','5315308YCIwiB','_allowedCommands','8LwAklr','showAIAssistant','title','codeBlock','Heading\x202','style','href','config','slashCommand.extraCommands','Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file','slash-command-execute-missing','Insert\x20table\x20of\x20contents','Insert\x20Mermaid\x20diagram','Insert\x20image','heading5','1261617EicpMG','Create\x20a\x20heading\x20level\x204','Create\x20a\x20block\x20quote','template.definitions','3442648RbCAxu','Decrease\x20the\x20indentation','outdent','insertTableOfContents','paragraph','todoList','Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file','To-do\x20list','_proxyIsEnabled','Heading\x201','toc','commandName','ckfinder','isEnabled','Open\x20file\x20manager','Heading\x204','Bulleted\x20list'];_0x5043=function(){return _0x4dce46;};return _0x5043();}function j(_0x2fcefa,_0x1530ea){const _0x303671=_0x1a9822;return _0x2fcefa[_0x303671(0x1b0)]<_0x1530ea[_0x303671(0x1b0)]?-0x1:_0x2fcefa[_0x303671(0x1b0)]>_0x1530ea[_0x303671(0x1b0)]?0x1:0x0;}function _0x2ea9(_0x50c21b,_0x206b32){const _0x5043ab=_0x5043();return _0x2ea9=function(_0x2ea9a2,_0x4437f4){_0x2ea9a2=_0x2ea9a2-0x12e;let _0x404ced=_0x5043ab[_0x2ea9a2];return _0x404ced;},_0x2ea9(_0x50c21b,_0x206b32);}function L(_0x1d7dee,_0x28a628){const _0x490430=_0x1a9822;return _0x28a628+'-'+_0x1d7dee[_0x490430(0x196)]()[_0x490430(0x1ab)]('\x20')[_0x490430(0x183)]('-');}
|