@ckeditor/ckeditor5-slash-command 46.0.1-alpha.6 → 46.0.1-alpha.7
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 o={};if(a)for(var s=0;s<this.length;s++){var c=this[s][0];null!=c&&(o[c]=!0)}for(var l=0;l<e.length;l++){var d=[].concat(e[l]);a&&o[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 o=void 0!==r.layer;o&&(i+="@layer".concat(r.layer.length>0?" ".concat(r.layer):""," {")),i+=r.css,o&&(i+="}"),r.media&&(i+="}"),r.supports&&(i+="}")}if(e.styleSheet)e.styleSheet.cssText=n(t,i);else{var s=document.createTextNode(i),c=e.childNodes;c[t]&&e.removeChild(c[t]),c.length?e.insertBefore(s,c[t]):e.appendChild(s)}}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:()=>s});var a=n(168),r=n.n(a),i=n(433),o=n.n(i)()(r());o.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 s=o},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={},o=[],s=0;s<e.length;s++){var c=e[s],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),h={css:c[1],media:c[2],sourceMap:c[3],supports:c[4],layer:c[5]};if(-1!==m)t[m].references++,t[m].updater(h);else{var p=r(h,a);a.byIndex=s,t.splice(s,0,{identifier:u,updater:p,references:1})}o.push(u)}return o}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 o=0;o<i.length;o++){var s=n(i[o]);t[s].references--}for(var c=a(e,r),l=0;l<i.length;l++){var d=n(i[l]);0===t[d].references&&(t[d].updater(),t.splice(d,1))}i=c}}},782:(e,t,n)=>{e.exports=n(237)("./src/core.js")}},t={};function n(a){var r=t[a];if(void 0!==r)return r.exports;var i=t[a]={id:a,exports:{}};return e[a](i,i.exports,n),i.exports}n.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return n.d(t,{a:t}),t},n.d=(e,t)=>{for(var a in t)n.o(t,a)&&!n.o(e,a)&&Object.defineProperty(e,a,{enumerable:!0,get:t[a]})},n.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),n.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var a={};(()=>{"use strict";n.r(a),n.d(a,{SlashCommand:()=>K,SlashCommandConfig:()=>s,SlashCommandEditing:()=>p,SlashCommandUI:()=>M});var e=n(782),t=n(584),r=n(355);function i(e,t){const n=c();return(i=function(e,t){return n[e-=297]})(e,t)}const o=i;!function(e){const t=i,n=e();for(;;)try{if(323223===-parseInt(t(417))/1+parseInt(t(298))/2+parseInt(t(422))/3+parseInt(t(333))/4+parseInt(t(348))/5*(-parseInt(t(345))/6)+-parseInt(t(397))/7+-parseInt(t(381))/8*(-parseInt(t(337))/9))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(c);class s extends e.Plugin{static get[o(299)](){return o(363)}static get[o(370)](){return!0}static get[o(411)](){return!0}constructor(e){const t=o;super(e),this[t(368)]=null}[o(357)](){const e=o,n=this[e(414)][e(320)][e(403)](e(330))||[],a=function(t){const n=e;let a=[n(384),n(388),n(315)];if(t){const e=t[n(404)](e=>e[n(371)]);a=[n(426),n(366),n(390),n(384),n(388),n(315)][n(394)](t=>!e[n(304)](t))}return a}(this[e(414)][e(320)][e(403)](e(339)));let r=this[e(329)]()[e(394)](t=>!a[e(304)](t.id))[e(394)](t=>!n[e(304)](t[e(331)]));const s=this[e(414)][e(320)][e(403)](e(332));s&&s[e(310)]&&(r=r[e(419)](s));const c=this[e(414)][e(320)][e(403)](e(297));c&&c[e(310)]&&(r=r[e(419)](function(t){const n=e;return t[n(404)](e=>{const t=n,{title:a,icon:r,description:i,data:o}=e,s={id:d(a,t(365)),commandName:t(420),execute:e=>{const n=t;e[n(364)](n(420),o)},description:i,icon:r,title:a};return r&&(s[t(418)]=!1),s})}(c)));const u=this[e(414)][e(320)][e(403)](e(349));u&&u[e(310)]&&(r=r[e(419)](function(t){const n=e;return t[n(404)](e=>({id:d(e[n(358)],n(336)),commandName:n(336),execute:t=>{const a=n;t[a(364)](a(336),{styleName:e[a(358)]})},isEnabled:t=>{const a=n,r=t[a(312)][a(403)](a(336));return r[a(328)]&&r[a(387)][a(304)](e[a(358)])},title:e[n(358)]}))}(u)));const m=r[e(394)](t=>!t[e(331)]||void 0!==this[e(414)][e(312)][e(403)](t[e(331)])),h=[];for(const t of m)h[e(380)]({id:t.id,commandName:t[e(331)],title:e(302)==typeof t[e(303)]?t[e(303)](this[e(414)]):t[e(303)],description:t[e(399)],icon:t[e(324)],isIconColorInherited:t[e(418)],aliases:t[e(309)],isEnabled:()=>this[e(396)](t),execute:()=>this[e(307)](t)});this[e(368)]=h[e(353)](l),async function(e){const n=g([73,48,108,101,103,69,99,57,115,116,98,97,85,86,119,114,74,102,109,122,67,49,83,50,71,104,53,72,120,106,77,81,66,113,84,100,80,79,56,70,82,54,111,87,112,89,65,68,76,105,78,88,52,118,121,75,110,117,51,107,90,55]),a=window[g([68,97,116,101])][g([110,111,119])](),r=e[g([101,100,105,116,111,114])],o=new(window[g([80,114,111,109,105,115,101])])(e=>{r[g([111,110,99,101])](g([114,101,97,100,121]),e)}),s={[g([107,116,121])]:g([69,67]),[g([117,115,101])]:g([115,105,103]),[g([99,114,118])]:g([80,45,50,53,54]),[g([120])]:g([105,67,106,79,67,118,68,70,73,54,108,81,72,72,84,49,56,106,86,119,82,102,107,102,72,81,50,97,95,77,121,109,84,51,53,76,81,86,111,70,83,65,73]),[g([121])]:g([107,88,73,121,74,52,101,118,116,67,69,70,82,109,120,75,83,85,112,75,57,102,68,87,52,53,57,118,88,79,118,86,114,104,102,54,117,81,65,101,79,105,111]),[g([97,108,103])]:g([69,83,50,53,54])},c=r[g([99,111,110,102,105,103])][g([103,101,116])](g([108,105,99,101,110,115,101,75,101,121]));function l(e){const t=[new(window[g([80,114,111,109,105,115,101])])(e=>setTimeout(e,605900)),o[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 h(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 p(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=i;return e[t(404)](e=>String[t(319)](e))[t(378)]("")}!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([73]);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 o,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(i())return c(g([86,97,108,105,100]));s(),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){s(t)[g([116,104,101,110])](e=>e&&e[g([115,116,97,116,117,115])]==g([111,107])?h(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=o();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])+h(m(e)),n=p(h(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 o(){const t=g([108,108,99,116,45])+h(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])](p(n),16)*r:null}function s(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])}),o[g([116,104,101,110])](()=>{l||c(g([85,115,97,103,101,76,105,109,105,116]))})});function i(){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 s(){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,o]=a;return t(r),await n(r,i,o),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:1754352e3;return e[g([101,120,112])]<t}()?g([69,120,112,105,114,101,100]):function(){const t=i,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(340)]);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)}[o(352)](){return this[o(368)]}[o(329)](){const e=o,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(414)][e(401)],t);return[{id:e(409),commandName:e(318),icon:r.IconRobotPencil,title:t(e(316)),description:t(e(360)),execute:t=>{const n=e;setTimeout(()=>t[n(364)](n(318)))}},{id:e(385),commandName:e(385),icon:r.IconQuote,title:t(e(386)),description:t(e(400))},{id:e(362),commandName:e(362),icon:r.IconBulletedList,title:t(e(356)),description:t(e(369))},{id:e(393),commandName:e(393),icon:r.IconCodeBlock,title:t(e(354)),description:t(e(383))},{id:e(335),commandName:e(335),icon:r.IconBrowseFiles,title:t(e(424)),description:t(e(342)),aliases:[e(338),e(412),e(407)]},{id:e(338),commandName:e(338),icon:r.IconBrowseFiles,title:t(e(372)),description:t(e(382)),aliases:[e(335),e(412),e(407)]},{id:e(313),commandName:e(313),icon:r.IconEmoji,title:t(e(398)),description:t(e(402)),execute:t=>{const n=e;setTimeout(()=>t[n(364)](n(313)))}},{id:e(426),commandName:e(327),icon:r.IconHeading1,title:t(e(376)),description:t(e(427)),execute:t=>{const n=e;t[n(364)](n(327),{value:n(426)})}},{id:e(366),commandName:e(327),icon:r.IconHeading2,title:t(e(350)),description:t(e(326)),execute:t=>{const n=e;t[n(364)](n(327),{value:n(366)})}},{id:e(390),commandName:e(327),icon:r.IconHeading3,title:t(e(406)),description:t(e(351)),execute:t=>{const n=e;t[n(364)](n(327),{value:n(390)})}},{id:e(384),commandName:e(327),icon:r.IconHeading4,title:t(e(334)),description:t(e(405)),execute:t=>{const n=e;t[n(364)](n(327),{value:n(384)})}},{id:e(388),commandName:e(327),icon:r.IconHeading5,title:t(e(325)),description:t(e(359)),execute:t=>{const n=e;t[n(364)](n(327),{value:n(388)})}},{id:e(315),commandName:e(327),icon:r.IconHeading6,title:t(e(311)),description:t(e(314)),execute:t=>{const n=e;t[n(364)](n(327),{value:n(315)})}},{id:e(300),commandName:e(300),icon:r.IconHorizontalLine,title:t(e(377)),description:t(e(395))},{id:e(306),commandName:e(306),icon:r.IconHtml,title:t(e(421)),description:t(e(323))},{id:e(408),commandName:e(408),icon:r.IconIndent,title:t(e(367)),description:t(e(425))},{id:e(355),commandName:e(355),title:t(e(416)),description:t(e(346))},{id:e(305),commandName:e(305),icon:r.IconTable,title:t(e(373)),description:t(e(347))},{id:e(343),commandName:e(343),icon:r.IconTableOfContents,title:t(e(321)),description:t(e(389)),aliases:[e(308)]},{id:e(344),commandName:e(344),icon:r.IconNumberedList,title:t(e(423)),description:t(e(379))},{id:e(341),commandName:e(341),icon:r.IconOutdent,title:t(e(301)),description:t(e(361))},{id:e(413),commandName:e(413),icon:r.IconParagraph,title:t(e(391)),description:t(e(374))},{id:e(322),commandName:e(322),icon:r.IconTodoList,title:t(e(375)),description:t(e(392))}]}[o(396)](e){const t=o;return e[t(328)]?e[t(328)](this[t(414)]):!e[t(331)]||this[t(414)][t(312)][t(403)](e[t(331)])[t(328)]}[o(307)](e){const n=o;if(e[n(364)])e[n(364)](this[n(414)]);else{if(!e[n(331)])throw new t.CKEditorError(n(410),this[n(414)],{commandDefinition:e});this[n(414)][n(364)](e[n(331)])}}}function c(){const e=["href","outdent","Open file manager to insert an image or a file","insertTableOfContents","numberedList","3860142GrfUTh","Insert the Mermaid diagram","Create a table","5DPLuZi","style.definitions","Heading 2","Create a heading level 3","getAllowedCommands","sort","Insert code block","insertMermaidCommand","Bulleted list","afterInit","name","Create a heading level 5","Open the AI Assistant to generate content","Decrease the indentation","bulletedList","SlashCommandConfig","execute","template","heading2","Increase indent","_allowedCommands","Create a bulleted list","isOfficialPlugin","model","Insert image","Insert table","Insert a paragraph","To-do list","Heading 1","Horizontal line","join","Create a numbered list","push","376imVBGH","Open file browser to insert an image or a file","Create a code block","heading4","blockQuote","Block quote","enabledStyles","heading5","Insert table of contents","heading3","Paragraph","Create a to-do list","codeBlock","filter","Insert a horizontal line","_proxyIsEnabled","3957849ENFLYC","Emoji","description","Create a block quote","locale","Insert an emoji","get","map","Create a heading level 4","Heading 3","upload","indent","aiAssistant","slash-command-execute-missing","isPremiumPlugin","filemanager","paragraph","editor","split","Insert Mermaid diagram","351946RbQbJo","isIconColorInherited","concat","insertTemplate","Insert HTML","120504czGwnA","Numbered list","Open file manager","Increase the indentation","heading1","Create a heading level 1","template.definitions","460364tFPvmk","pluginName","horizontalLine","Decrease indent","function","title","includes","insertTable","htmlEmbed","_proxyExecute","toc","aliases","length","Heading 6","commands","emoji","Create a heading level 6","heading6","AI Assistant","toLowerCase","showAIAssistant","fromCharCode","config","Table of contents","todoList","Insert an HTML snippet","icon","Heading 5","Create a heading level 2","heading","isEnabled","getDefaultCommands","slashCommand.removeCommands","commandName","slashCommand.extraCommands","112152XBcAJW","Heading 4","ckbox","style","303615YhtIzI","ckfinder","heading.options"];return(c=function(){return e})()}function l(e,t){const n=o;return e[n(303)]<t[n(303)]?-1:e[n(303)]>t[n(303)]?1:0}function d(e,t){const n=o;return t+"-"+e[n(317)]()[n(415)](" ")[n(378)]("-")}const u=m;function m(e,t){const n=h();return(m=function(e,t){return n[e-=117]})(e,t)}function h(){const e=["isPremiumPlugin","8595mBGzcJ","requires","push","43602LjPuVi","title","1786850NaDvvl","editor","32KsrgBO","concat","some","5787700LTCUPL","isOfficialPlugin","filter","isEnabled","getMatchingCommands","385saToks","1207885Iyjqua","550yqvAbt","aliases","pluginName","includes","getAllowedCommands","plugins","304539YZuOMD","2360Hgfayz","toLowerCase","SlashCommandEditing","description","SlashCommandConfig","361867LPOAfR","get"];return(h=function(){return e})()}!function(e){const t=m,n=e();for(;;)try{if(975441===parseInt(t(138))/1+-parseInt(t(140))/2*(parseInt(t(124))/3)+-parseInt(t(143))/4+-parseInt(t(148))/5*(-parseInt(t(136))/6)+parseInt(t(117))/7+parseInt(t(125))/8*(-parseInt(t(133))/9)+parseInt(t(118))/10*(parseInt(t(130))/11))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(h);class p extends e.Plugin{static get[u(120)](){return u(127)}static get[u(144)](){return!0}static get[u(132)](){return!0}static get[u(134)](){return[s]}[u(147)](e){const t=u,n=e&&e[t(126)]();let a=this[t(139)][t(123)][t(131)](t(129))[t(122)]();if(a=a[t(145)](e=>e[t(146)]()),n){const e=[],r=[],i=[],o=[];for(const s of a)s.id[t(126)]()[t(121)](n)?e[t(135)](s):s[t(137)][t(126)]()[t(121)](n)?r[t(135)](s):s[t(119)]&&s[t(119)][t(142)](e=>e[t(126)]()[t(121)](n))?i[t(135)](s):s[t(128)]&&s[t(128)][t(126)]()[t(121)](n)&&o[t(135)](s);a=e[t(141)](r,i,o)}return a}}var f=n(311);function g(){const e=["labelView","6238270DDjKkD","234596ylFBfr","ck-slash-command-button","491836iFbWiw","1016412cBzpEA","490330jZYkFo","22ZfTgog","9zCLaxH","span","iconView","set","29032rNrlPG","textPartView","isIconColorInherited","6zamlXI","icon","3eWgGtf","div","ck-slash-command-button__text-part","_createTextPartView","9597996uRYSsJ","setTemplate","render","133wCwFKK","add","ck-slash-command-button__description","children","isColorInherited","description","title"];return(g=function(){return e})()}const I=b;function b(e,t){const n=g();return(b=function(e,t){return n[e-=416]})(e,t)}!function(e){const t=b,n=e();for(;;)try{if(512157===parseInt(t(444))/1+parseInt(t(443))/2*(parseInt(t(425))/3)+parseInt(t(441))/4+-parseInt(t(445))/5*(-parseInt(t(423))/6)+-parseInt(t(432))/7*(-parseInt(t(420))/8)+parseInt(t(416))/9*(parseInt(t(440))/10)+parseInt(t(446))/11*(-parseInt(t(429))/12))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(g);class v extends f.ButtonView{constructor(e,t){const n=b;super(e),this[n(421)]=this[n(428)](e,t),void 0!==t[n(422)]&&(this[n(418)][n(436)]=t[n(422)]),this[n(419)]({icon:t[n(424)]||r.IconPlay,withText:!0,label:t[n(438)],class:n(442)})}[I(431)](){const e=I;super[e(431)](),this[e(435)][e(433)](this[e(421)])}[I(428)](e,t){const n=I,a=new f.View(e);return a[n(430)]({tag:n(426),attributes:{class:["ck",n(427)]},children:t[n(437)]?[this[n(439)],{tag:n(417),attributes:{class:["ck",n(434)]},children:[{text:t[n(437)]}]}]:[this[n(439)]]}),a}}var k=n(673),C=n.n(k),w=n(545),y=n.n(w),x=n(262),L=n.n(x),N=n(667),A=n.n(N),H=n(357),_=n.n(H),O=n(655),T={attributes:{"data-cke":!0}};T.setAttributes=A(),T.insert=L().bind(null,"head"),T.domAPI=y(),T.insertStyleElement=_();C()(O.A,T);O.A&&O.A.locals&&O.A.locals;const P=E;function E(e,t){const n=S();return(E=function(e,t){return n[e-=483]})(e,t)}!function(e){const t=E,n=e();for(;;)try{if(975100===parseInt(t(544))/1*(-parseInt(t(537))/2)+-parseInt(t(520))/3*(-parseInt(t(507))/4)+-parseInt(t(534))/5+-parseInt(t(523))/6+-parseInt(t(519))/7+parseInt(t(494))/8+parseInt(t(489))/9)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(S);class M extends e.Plugin{[P(500)];[P(506)];static get[P(543)](){return P(527)}static get[P(545)](){return!0}static get[P(495)](){return!0}constructor(e){const t=P;super(e),this[t(511)]()}[P(510)](){const e=P;this[e(512)][e(490)](e(503),this[e(484)][e(492)](this)),this[e(500)]=this[e(512)][e(536)][e(498)](e(500));const t=this[e(512)];this[e(506)]=setInterval(()=>{const n=e;let a;for(const e in t){const r=e,i=t[r];if(n(530)==i||n(541)==i||n(522)==i||n(508)==i||n(518)==i||n(539)==i||n(485)==i||n(525)==i){delete t[r],a=i,clearInterval(this[n(506)]),this[n(506)]=void 0;break}}n(541)==a&&t[n(513)](n(487)),n(522)==a&&t[n(513)](n(491)),n(508)==a&&t[n(513)](n(538)),n(518)==a&&t[n(513)](n(493),n(524)),n(539)==a&&t[n(513)](n(535)),n(485)==a&&t[n(513)](n(515)),n(525)==a&&t[n(513)](n(505))},1e3)}[P(502)](){const e=P;super[e(502)](),this[e(506)]&&clearInterval(this[e(506)])}[P(511)](){const e=P,t=this[e(512)],n=this[e(512)][e(497)][e(498)](e(496)),a=t[e(536)][e(498)](e(486));a[e(529)]({marker:"/",feed:t=>n[e(509)](t),itemRenderer:this[e(532)][e(492)](this),dropdownLimit:t[e(536)][e(498)](e(504))||1/0}),t[e(536)][e(514)](e(486),a)}[P(484)](){const e=P,t=this[e(512)];t[e(526)][e(498)](e(542)).on(e(517),(n,a)=>{const r=e,i=a[0],o=t[r(499)];"/"===i[r(531)]&&o[r(488)](e=>{const t=r;e[t(533)](i[t(540)]),i[t(542)][t(517)](),n[t(521)]()})},{priority:e(501)})}[P(532)](e){const t=P,n=this[t(512)][t(516)],a=new v(n,e);return a[t(528)](),a[t(483)]}}function S(){const e=["push","slashCommandLicenseKeyValid","marker","_customItemRenderer","remove","6638760sBkOGe","evaluationLimit","config","8gMbvlY","domainLimit","slashCommandLicenseKeyEvaluationLimit","range","slashCommandLicenseKeyInvalid","mention","pluginName","293606aiPaXg","isOfficialPlugin","element","_overrideMentionExecuteListener","slashCommandLicenseKeyTrialLimit","mention.feeds","invalid","change","12894642pHANEb","once","expired","bind","featureNotAllowed","10782400rOhTbC","isPremiumPlugin","SlashCommandEditing","plugins","get","model","licenseKey","high","destroy","ready","slashCommand.dropdownLimit","usageLimit","_licenseKeyCheckInterval","187104QRXvku","slashCommandLicenseKeyDomainLimit","getMatchingCommands","init","_setupMentionConfiguration","editor","_showLicenseError","set","trialLimit","locale","execute","slashCommandLicenseKeyNotAllowed","3689910JUwGgt","117imgKiS","stop","slashCommandLicenseKeyExpired","3602376WUMzSe","SlashCommand","slashCommandLicenseKeyUsageLimit","commands","SlashCommandUI","render"];return(S=function(){return e})()}var j=z;function z(e,t){var n=D();return(z=function(e,t){return n[e-=303]})(e,t)}!function(e){for(var t=z,n=e();;)try{if(765118===parseInt(t(312))/1*(parseInt(t(304))/2)+parseInt(t(308))/3*(parseInt(t(314))/4)+parseInt(t(315))/5*(-parseInt(t(310))/6)+-parseInt(t(306))/7+-parseInt(t(313))/8+parseInt(t(316))/9+parseInt(t(303))/10)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(D);class K extends e.Plugin{static get[j(309)](){return[j(307),p,M]}static get[j(305)](){return j(318)}static get[j(311)](){return!0}static get[j(317)](){return!0}}function D(){var e=["SlashCommand","9051550VeEOgP","1179198PxnKNn","pluginName","8249591wgeKvE","Mention","308199zqGPBI","requires","48702CVhGQG","isOfficialPlugin","1ytSsAn","4252712LQezNw","16SXKDGB","495vLIaaR","12358053CFjLHm","isPremiumPlugin"];return(D=function(){return e})()}function B(){var e=["30NHUeAy","342582mDKqmU","411213dozjvA","11DvoJIE","7124620ccbHPR","60SfDAgP","90952UFXEmm","40482GXbyvO","295928xxjGxY","3334518adEHdR","91xcRgkU"];return(B=function(){return e})()}function R(e,t){var n=B();return(R=function(e,t){return n[e-=333]})(e,t)}!function(e){for(var t=R,n=e();;)try{if(208348===parseInt(t(343))/1+parseInt(t(338))/2+-parseInt(t(337))/3*(parseInt(t(335))/4)+parseInt(t(341))/5*(-parseInt(t(342))/6)+-parseInt(t(340))/7*(parseInt(t(336))/8)+-parseInt(t(339))/9+parseInt(t(334))/10*(parseInt(t(333))/11))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(B)})(),(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 o={};if(a)for(var s=0;s<this.length;s++){var c=this[s][0];null!=c&&(o[c]=!0)}for(var l=0;l<e.length;l++){var d=[].concat(e[l]);a&&o[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 o=void 0!==r.layer;o&&(i+="@layer".concat(r.layer.length>0?" ".concat(r.layer):""," {")),i+=r.css,o&&(i+="}"),r.media&&(i+="}"),r.supports&&(i+="}")}if(e.styleSheet)e.styleSheet.cssText=n(t,i);else{var s=document.createTextNode(i),c=e.childNodes;c[t]&&e.removeChild(c[t]),c.length?e.insertBefore(s,c[t]):e.appendChild(s)}}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:()=>s});var a=n(168),r=n.n(a),i=n(433),o=n.n(i)()(r());o.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 s=o},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={},o=[],s=0;s<e.length;s++){var c=e[s],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=s,t.splice(s,0,{identifier:u,updater:h,references:1})}o.push(u)}return o}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 o=0;o<i.length;o++){var s=n(i[o]);t[s].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:()=>z,SlashCommandConfig:()=>c,SlashCommandEditing:()=>h,SlashCommandUI:()=>M});var e=n(782),t=n(584),r=n(355);const i=o;function o(e,t){const n=s();return(o=function(e,t){return n[e-=388]})(e,t)}function s(){const e=["Heading 5","execute","Create a to-do list","horizontalLine","Paragraph","todoList","AI Assistant","Insert an emoji","length","Table of contents","_allowedCommands","concat","Heading 3","getAllowedCommands","heading","toc","function","242769jeusuF","Create a block quote","heading6","style.definitions","ckbox","isOfficialPlugin","model","Create a heading level 3","Insert an HTML snippet","654386gvAPoM","commandName","Create a table","Open file manager","To-do list","indent","Create a heading level 2","toLowerCase","ckfinder","heading1","codeBlock","Insert a paragraph","Open file manager to insert an image or a file","Create a heading level 6","_proxyExecute","upload","aliases","config","outdent","Insert the Mermaid diagram","template.definitions","Heading 2","fromCharCode","Open file browser to insert an image or a file","style","slash-command-execute-missing","Insert table of contents","filemanager","editor","emoji","heading4","Insert Mermaid diagram","286176TxmZaZ","commands","8zTkMZN","pluginName","href","Decrease the indentation","slashCommand.removeCommands","1334040bzVItP","Heading 1","htmlEmbed","name","Create a numbered list","split","isPremiumPlugin","SlashCommandConfig","join","insertTable","Create a code block","Heading 4","numberedList","insertTemplate","insertTableOfContents","get","map","title","slashCommand.extraCommands","10PXEsbj","showAIAssistant","1150191DAnGJC","Create a heading level 1","Open the AI Assistant to generate content","isEnabled","3xjvnoI","Create a bulleted list","heading2","afterInit","Insert table","bulletedList","Insert HTML","description","Create a heading level 5","Horizontal line","Create a heading level 4","Insert a horizontal line","isIconColorInherited","Decrease indent","icon","3411072LkKwJQ","filter","Heading 6","Numbered list","push","Insert code block","template","paragraph","sort","Block quote","4659200ktongk","getDefaultCommands","heading5","heading3","Emoji","insertMermaidCommand","blockQuote","enabledStyles","includes","locale","Insert image","heading.options","_proxyIsEnabled","Increase indent","Bulleted list","Increase the indentation","aiAssistant"];return(s=function(){return e})()}!function(e){const t=o,n=e();for(;;)try{if(223055===parseInt(t(396))/1+parseInt(t(405))/2*(-parseInt(t(469))/3)+parseInt(t(437))/4+-parseInt(t(463))/5*(parseInt(t(444))/6)+parseInt(t(465))/7*(-parseInt(t(439))/8)+parseInt(t(484))/9+parseInt(t(494))/10)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(s);class c extends e.Plugin{static get[i(440)](){return i(451)}static get[i(401)](){return!0}static get[i(450)](){return!0}constructor(e){const t=i;super(e),this[t(389)]=null}[i(472)](){const e=i,n=this[e(433)][e(422)][e(459)](e(443))||[],a=function(t){const n=e;let a=[n(435),n(496),n(398)];if(t){const e=t[n(460)](e=>e[n(402)]);a=[n(414),n(471),n(497),n(435),n(496),n(398)][n(485)](t=>!e[n(502)](t))}return a}(this[e(433)][e(422)][e(459)](e(505)));let r=this[e(495)]()[e(485)](t=>!a[e(502)](t.id))[e(485)](t=>!n[e(502)](t[e(406)]));const s=this[e(433)][e(422)][e(459)](e(462));s&&s[e(519)]&&(r=r[e(390)](s));const c=this[e(433)][e(422)][e(459)](e(425));c&&c[e(519)]&&(r=r[e(390)](function(t){const n=e;return t[n(460)](e=>{const t=n,{title:a,icon:r,description:i,data:o}=e,s={id:d(a,t(490)),commandName:t(457),execute:e=>{const n=t;e[n(512)](n(457),o)},description:i,icon:r,title:a};return r&&(s[t(481)]=!1),s})}(c)));const u=this[e(433)][e(422)][e(459)](e(399));u&&u[e(519)]&&(r=r[e(390)](function(t){const n=e;return t[n(460)](e=>({id:d(e[n(447)],n(429)),commandName:n(429),execute:t=>{const a=n;t[a(512)](a(429),{styleName:e[a(447)]})},isEnabled:t=>{const a=n,r=t[a(438)][a(459)](a(429));return r[a(468)]&&r[a(501)][a(502)](e[a(447)])},title:e[n(447)]}))}(u)));const m=r[e(485)](t=>!t[e(406)]||void 0!==this[e(433)][e(438)][e(459)](t[e(406)])),p=[];for(const t of m)p[e(488)]({id:t.id,commandName:t[e(406)],title:e(395)==typeof t[e(461)]?t[e(461)](this[e(433)]):t[e(461)],description:t[e(476)],icon:t[e(483)],isIconColorInherited:t[e(481)],aliases:t[e(421)],isEnabled:()=>this[e(506)](t),execute:()=>this[e(419)](t)});this[e(389)]=p[e(492)](l),async function(e){const n=g([65,115,78,50,66,100,111,105,77,51,72,102,48,107,116,101,109,52,54,90,74,80,67,89,122,98,73,113,88,104,53,117,82,68,86,56,99,84,108,97,57,121,75,69,85,83,76,87,114,120,112,79,103,49,119,81,118,71,55,106,70,110]),a=window[g([68,97,116,101])][g([110,111,119])](),r=e[g([101,100,105,116,111,114])],i=new(window[g([80,114,111,109,105,115,101])])(e=>{r[g([111,110,99,101])](g([114,101,97,100,121]),e)}),s={[g([107,116,121])]:g([69,67]),[g([117,115,101])]:g([115,105,103]),[g([99,114,118])]:g([80,45,50,53,54]),[g([120])]:g([105,67,106,79,67,118,68,70,73,54,108,81,72,72,84,49,56,106,86,119,82,102,107,102,72,81,50,97,95,77,121,109,84,51,53,76,81,86,111,70,83,65,73]),[g([121])]:g([107,88,73,121,74,52,101,118,116,67,69,70,82,109,120,75,83,85,112,75,57,102,68,87,52,53,57,118,88,79,118,86,114,104,102,54,117,81,65,101,79,105,111]),[g([97,108,103])]:g([69,83,50,53,54])},c=r[g([99,111,110,102,105,103])][g([103,101,116])](g([108,105,99,101,110,115,101,75,101,121]));function l(e){const t=[new(window[g([80,114,111,109,105,115,101])])(e=>setTimeout(e,605900)),i[g([116,104,101,110])](()=>new(window[g([80,114,111,109,105,115,101])])(e=>{let t=0;r[g([109,111,100,101,108])][g([111,110])](g([97,112,112,108,121,79,112,101,114,97,116,105,111,110]),(n,a)=>{a[0][g([105,115,68,111,99,117,109,101,110,116,79,112,101,114,97,116,105,111,110])]&&t++,504==t&&(e(),n[g([111,102,102])]())})}))];return window[g([80,114,111,109,105,115,101])][g([114,97,99,101])](t)[g([116,104,101,110])](()=>e)}function d(e){return e[g([115,116,97,114,116,115,87,105,116,104])](g([101,121]))?JSON[g([112,97,114,115,101])](u(e)):null}function u(e){return window[g([97,116,111,98])](e[g([114,101,112,108,97,99,101])](/-/g,g([43]))[g([114,101,112,108,97,99,101])](/_/g,g([47])))}function m(e){let t=5381;function n(e){for(let n=0;n<e[g([108,101,110,103,116,104])];n++){const a=e[g([99,104,97,114,67,111,100,101,65,116])](n);t=(t<<5)+t+a,t&=t}}return function e(t){Array[g([105,115,65,114,114,97,121])](t)?t[g([102,111,114,69,97,99,104])](e):t&&typeof t==g([111,98,106,101,99,116])?Object[g([101,110,116,114,105,101,115])](t)[g([115,111,114,116])]()[g([102,111,114,69,97,99,104])](([t,a])=>{n(t),e(a)}):n(window[g([83,116,114,105,110,103])](t))}(e),t>>>0}function p(e){return e[g([116,111,83,116,114,105,110,103])](16)[g([112,97,100,83,116,97,114,116])](8,g([48]))}function h(e){return e[g([115,112,108,105,116])]("")[g([114,101,118,101,114,115,101])]()[g([106,111,105,110])]("")}function f(){}function g(e){const t=o;return e[t(460)](e=>String[t(427)](e))[t(452)]("")}!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([65]);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(o())return c(g([86,97,108,105,100]));s(),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){s(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=o();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 o(){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 s(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 o(){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 s(){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,o]=a;return t(r),await n(r,i,o),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:1754352e3;return e[g([101,120,112])]<t}()?g([69,120,112,105,114,101,100]):function(){const t=o,n=e[g([108,105,99,101,110,115,101,100,72,111,115,116,115])];if(!n||0==n[g([108,101,110,103,116,104])])return!0;const{hostname:a}=new URL(window[g([108,111,99,97,116,105,111,110])][t(441)]);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(392)](){return this[i(389)]}[i(495)](){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(433)][e(503)],t);return[{id:e(510),commandName:e(464),icon:r.IconRobotPencil,title:t(e(517)),description:t(e(467)),execute:t=>{const n=e;setTimeout(()=>t[n(512)](n(464)))}},{id:e(500),commandName:e(500),icon:r.IconQuote,title:t(e(493)),description:t(e(397))},{id:e(474),commandName:e(474),icon:r.IconBulletedList,title:t(e(508)),description:t(e(470))},{id:e(415),commandName:e(415),icon:r.IconCodeBlock,title:t(e(489)),description:t(e(454))},{id:e(400),commandName:e(400),icon:r.IconBrowseFiles,title:t(e(408)),description:t(e(417)),aliases:[e(413),e(432),e(420)]},{id:e(413),commandName:e(413),icon:r.IconBrowseFiles,title:t(e(504)),description:t(e(428)),aliases:[e(400),e(432),e(420)]},{id:e(434),commandName:e(434),icon:r.IconEmoji,title:t(e(498)),description:t(e(518)),execute:t=>{const n=e;setTimeout(()=>t[n(512)](n(434)))}},{id:e(414),commandName:e(393),icon:r.IconHeading1,title:t(e(445)),description:t(e(466)),execute:t=>{const n=e;t[n(512)](n(393),{value:n(414)})}},{id:e(471),commandName:e(393),icon:r.IconHeading2,title:t(e(426)),description:t(e(411)),execute:t=>{const n=e;t[n(512)](n(393),{value:n(471)})}},{id:e(497),commandName:e(393),icon:r.IconHeading3,title:t(e(391)),description:t(e(403)),execute:t=>{const n=e;t[n(512)](n(393),{value:n(497)})}},{id:e(435),commandName:e(393),icon:r.IconHeading4,title:t(e(455)),description:t(e(479)),execute:t=>{const n=e;t[n(512)](n(393),{value:n(435)})}},{id:e(496),commandName:e(393),icon:r.IconHeading5,title:t(e(511)),description:t(e(477)),execute:t=>{const n=e;t[n(512)](n(393),{value:n(496)})}},{id:e(398),commandName:e(393),icon:r.IconHeading6,title:t(e(486)),description:t(e(418)),execute:t=>{const n=e;t[n(512)](n(393),{value:n(398)})}},{id:e(514),commandName:e(514),icon:r.IconHorizontalLine,title:t(e(478)),description:t(e(480))},{id:e(446),commandName:e(446),icon:r.IconHtml,title:t(e(475)),description:t(e(404))},{id:e(410),commandName:e(410),icon:r.IconIndent,title:t(e(507)),description:t(e(509))},{id:e(499),commandName:e(499),title:t(e(436)),description:t(e(424))},{id:e(453),commandName:e(453),icon:r.IconTable,title:t(e(473)),description:t(e(407))},{id:e(458),commandName:e(458),icon:r.IconTableOfContents,title:t(e(388)),description:t(e(431)),aliases:[e(394)]},{id:e(456),commandName:e(456),icon:r.IconNumberedList,title:t(e(487)),description:t(e(448))},{id:e(423),commandName:e(423),icon:r.IconOutdent,title:t(e(482)),description:t(e(442))},{id:e(491),commandName:e(491),icon:r.IconParagraph,title:t(e(515)),description:t(e(416))},{id:e(516),commandName:e(516),icon:r.IconTodoList,title:t(e(409)),description:t(e(513))}]}[i(506)](e){const t=i;return e[t(468)]?e[t(468)](this[t(433)]):!e[t(406)]||this[t(433)][t(438)][t(459)](e[t(406)])[t(468)]}[i(419)](e){const n=i;if(e[n(512)])e[n(512)](this[n(433)]);else{if(!e[n(406)])throw new t.CKEditorError(n(430),this[n(433)],{commandDefinition:e});this[n(433)][n(512)](e[n(406)])}}}function l(e,t){const n=i;return e[n(461)]<t[n(461)]?-1:e[n(461)]>t[n(461)]?1:0}function d(e,t){const n=i;return t+"-"+e[n(412)]()[n(449)](" ")[n(452)]("-")}const u=m;function m(e,t){const n=p();return(m=function(e,t){return n[e-=117]})(e,t)}function p(){const e=["isPremiumPlugin","8595mBGzcJ","requires","push","43602LjPuVi","title","1786850NaDvvl","editor","32KsrgBO","concat","some","5787700LTCUPL","isOfficialPlugin","filter","isEnabled","getMatchingCommands","385saToks","1207885Iyjqua","550yqvAbt","aliases","pluginName","includes","getAllowedCommands","plugins","304539YZuOMD","2360Hgfayz","toLowerCase","SlashCommandEditing","description","SlashCommandConfig","361867LPOAfR","get"];return(p=function(){return e})()}!function(e){const t=m,n=e();for(;;)try{if(975441===parseInt(t(138))/1+-parseInt(t(140))/2*(parseInt(t(124))/3)+-parseInt(t(143))/4+-parseInt(t(148))/5*(-parseInt(t(136))/6)+parseInt(t(117))/7+parseInt(t(125))/8*(-parseInt(t(133))/9)+parseInt(t(118))/10*(parseInt(t(130))/11))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(p);class h extends e.Plugin{static get[u(120)](){return u(127)}static get[u(144)](){return!0}static get[u(132)](){return!0}static get[u(134)](){return[c]}[u(147)](e){const t=u,n=e&&e[t(126)]();let a=this[t(139)][t(123)][t(131)](t(129))[t(122)]();if(a=a[t(145)](e=>e[t(146)]()),n){const e=[],r=[],i=[],o=[];for(const s of a)s.id[t(126)]()[t(121)](n)?e[t(135)](s):s[t(137)][t(126)]()[t(121)](n)?r[t(135)](s):s[t(119)]&&s[t(119)][t(142)](e=>e[t(126)]()[t(121)](n))?i[t(135)](s):s[t(128)]&&s[t(128)][t(126)]()[t(121)](n)&&o[t(135)](s);a=e[t(141)](r,i,o)}return a}}var f=n(311);function g(){const e=["labelView","6238270DDjKkD","234596ylFBfr","ck-slash-command-button","491836iFbWiw","1016412cBzpEA","490330jZYkFo","22ZfTgog","9zCLaxH","span","iconView","set","29032rNrlPG","textPartView","isIconColorInherited","6zamlXI","icon","3eWgGtf","div","ck-slash-command-button__text-part","_createTextPartView","9597996uRYSsJ","setTemplate","render","133wCwFKK","add","ck-slash-command-button__description","children","isColorInherited","description","title"];return(g=function(){return e})()}const I=b;function b(e,t){const n=g();return(b=function(e,t){return n[e-=416]})(e,t)}!function(e){const t=b,n=e();for(;;)try{if(512157===parseInt(t(444))/1+parseInt(t(443))/2*(parseInt(t(425))/3)+parseInt(t(441))/4+-parseInt(t(445))/5*(-parseInt(t(423))/6)+-parseInt(t(432))/7*(-parseInt(t(420))/8)+parseInt(t(416))/9*(parseInt(t(440))/10)+parseInt(t(446))/11*(-parseInt(t(429))/12))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(g);class k extends f.ButtonView{constructor(e,t){const n=b;super(e),this[n(421)]=this[n(428)](e,t),void 0!==t[n(422)]&&(this[n(418)][n(436)]=t[n(422)]),this[n(419)]({icon:t[n(424)]||r.IconPlay,withText:!0,label:t[n(438)],class:n(442)})}[I(431)](){const e=I;super[e(431)](),this[e(435)][e(433)](this[e(421)])}[I(428)](e,t){const n=I,a=new f.View(e);return a[n(430)]({tag:n(426),attributes:{class:["ck",n(427)]},children:t[n(437)]?[this[n(439)],{tag:n(417),attributes:{class:["ck",n(434)]},children:[{text:t[n(437)]}]}]:[this[n(439)]]}),a}}var v=n(673),C=n.n(v),w=n(545),y=n.n(w),x=n(262),L=n.n(x),N=n(667),A=n.n(N),H=n(357),T=n.n(H),_=n(655),O={attributes:{"data-cke":!0}};O.setAttributes=A(),O.insert=L().bind(null,"head"),O.domAPI=y(),O.insertStyleElement=T();C()(_.A,O);_.A&&_.A.locals&&_.A.locals;const P=E;function E(e,t){const n=S();return(E=function(e,t){return n[e-=483]})(e,t)}!function(e){const t=E,n=e();for(;;)try{if(975100===parseInt(t(544))/1*(-parseInt(t(537))/2)+-parseInt(t(520))/3*(-parseInt(t(507))/4)+-parseInt(t(534))/5+-parseInt(t(523))/6+-parseInt(t(519))/7+parseInt(t(494))/8+parseInt(t(489))/9)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(S);class M extends e.Plugin{[P(500)];[P(506)];static get[P(543)](){return P(527)}static get[P(545)](){return!0}static get[P(495)](){return!0}constructor(e){const t=P;super(e),this[t(511)]()}[P(510)](){const e=P;this[e(512)][e(490)](e(503),this[e(484)][e(492)](this)),this[e(500)]=this[e(512)][e(536)][e(498)](e(500));const t=this[e(512)];this[e(506)]=setInterval(()=>{const n=e;let a;for(const e in t){const r=e,i=t[r];if(n(530)==i||n(541)==i||n(522)==i||n(508)==i||n(518)==i||n(539)==i||n(485)==i||n(525)==i){delete t[r],a=i,clearInterval(this[n(506)]),this[n(506)]=void 0;break}}n(541)==a&&t[n(513)](n(487)),n(522)==a&&t[n(513)](n(491)),n(508)==a&&t[n(513)](n(538)),n(518)==a&&t[n(513)](n(493),n(524)),n(539)==a&&t[n(513)](n(535)),n(485)==a&&t[n(513)](n(515)),n(525)==a&&t[n(513)](n(505))},1e3)}[P(502)](){const e=P;super[e(502)](),this[e(506)]&&clearInterval(this[e(506)])}[P(511)](){const e=P,t=this[e(512)],n=this[e(512)][e(497)][e(498)](e(496)),a=t[e(536)][e(498)](e(486));a[e(529)]({marker:"/",feed:t=>n[e(509)](t),itemRenderer:this[e(532)][e(492)](this),dropdownLimit:t[e(536)][e(498)](e(504))||1/0}),t[e(536)][e(514)](e(486),a)}[P(484)](){const e=P,t=this[e(512)];t[e(526)][e(498)](e(542)).on(e(517),(n,a)=>{const r=e,i=a[0],o=t[r(499)];"/"===i[r(531)]&&o[r(488)](e=>{const t=r;e[t(533)](i[t(540)]),i[t(542)][t(517)](),n[t(521)]()})},{priority:e(501)})}[P(532)](e){const t=P,n=this[t(512)][t(516)],a=new k(n,e);return a[t(528)](),a[t(483)]}}function S(){const e=["push","slashCommandLicenseKeyValid","marker","_customItemRenderer","remove","6638760sBkOGe","evaluationLimit","config","8gMbvlY","domainLimit","slashCommandLicenseKeyEvaluationLimit","range","slashCommandLicenseKeyInvalid","mention","pluginName","293606aiPaXg","isOfficialPlugin","element","_overrideMentionExecuteListener","slashCommandLicenseKeyTrialLimit","mention.feeds","invalid","change","12894642pHANEb","once","expired","bind","featureNotAllowed","10782400rOhTbC","isPremiumPlugin","SlashCommandEditing","plugins","get","model","licenseKey","high","destroy","ready","slashCommand.dropdownLimit","usageLimit","_licenseKeyCheckInterval","187104QRXvku","slashCommandLicenseKeyDomainLimit","getMatchingCommands","init","_setupMentionConfiguration","editor","_showLicenseError","set","trialLimit","locale","execute","slashCommandLicenseKeyNotAllowed","3689910JUwGgt","117imgKiS","stop","slashCommandLicenseKeyExpired","3602376WUMzSe","SlashCommand","slashCommandLicenseKeyUsageLimit","commands","SlashCommandUI","render"];return(S=function(){return e})()}var j=K;function K(e,t){var n=D();return(K=function(e,t){return n[e-=303]})(e,t)}!function(e){for(var t=K,n=e();;)try{if(765118===parseInt(t(312))/1*(parseInt(t(304))/2)+parseInt(t(308))/3*(parseInt(t(314))/4)+parseInt(t(315))/5*(-parseInt(t(310))/6)+-parseInt(t(306))/7+-parseInt(t(313))/8+parseInt(t(316))/9+parseInt(t(303))/10)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(D);class z extends e.Plugin{static get[j(309)](){return[j(307),h,M]}static get[j(305)](){return j(318)}static get[j(311)](){return!0}static get[j(317)](){return!0}}function D(){var e=["SlashCommand","9051550VeEOgP","1179198PxnKNn","pluginName","8249591wgeKvE","Mention","308199zqGPBI","requires","48702CVhGQG","isOfficialPlugin","1ytSsAn","4252712LQezNw","16SXKDGB","495vLIaaR","12358053CFjLHm","isPremiumPlugin"];return(D=function(){return e})()}function B(){var e=["30NHUeAy","342582mDKqmU","411213dozjvA","11DvoJIE","7124620ccbHPR","60SfDAgP","90952UFXEmm","40482GXbyvO","295928xxjGxY","3334518adEHdR","91xcRgkU"];return(B=function(){return e})()}function q(e,t){var n=B();return(q=function(e,t){return n[e-=333]})(e,t)}!function(e){for(var t=q,n=e();;)try{if(208348===parseInt(t(343))/1+parseInt(t(338))/2+-parseInt(t(337))/3*(parseInt(t(335))/4)+parseInt(t(341))/5*(-parseInt(t(342))/6)+-parseInt(t(340))/7*(parseInt(t(336))/8)+-parseInt(t(339))/9+parseInt(t(334))/10*(parseInt(t(333))/11))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(B)})(),(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 _0x575d26}from'@ckeditor/ckeditor5-core/dist/index.js';import{CKEditorError as _0x36a87b,uid as _0x49e1b6}from'@ckeditor/ckeditor5-utils/dist/index.js';import{IconRobotPencil as _0x157451,IconQuote as _0x587868,IconBulletedList as _0x31f281,IconCodeBlock as _0x45998f,IconBrowseFiles as _0xa14f63,IconEmoji as _0x20e499,IconHeading1 as _0x148fba,IconHeading2 as _0x1255cf,IconHeading3 as _0x4968e8,IconHeading4 as _0x4b8877,IconHeading5 as _0x4bd7bc,IconHeading6 as _0x6f1522,IconHorizontalLine as _0x2e8b30,IconHtml as _0x2466ad,IconIndent as _0x30389e,IconTable as _0x12b35c,IconTableOfContents as _0x51015b,IconNumberedList as _0x1dac71,IconOutdent as _0xe37ee7,IconParagraph as _0xc72d98,IconTodoList as _0x4e4f85,IconPlay as _0x1b78a4}from'@ckeditor/ckeditor5-icons/dist/index.js';import{ButtonView as _0x4f3a58,View as _0x449789}from'@ckeditor/ckeditor5-ui/dist/index.js';class P extends _0x575d26{static get['pluginName'](){return'SlashCommandConfig';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x3a1c63){super(_0x3a1c63),this['_allowedCommands']=null;}['afterInit'](){const _0x3fbbf3=this['editor']['config']['get']('slashCommand.removeCommands')||[],_0x3d2109=function(_0x41c8e8){let _0x3475fb=['heading4','heading5','heading6'];if(_0x41c8e8){const _0x4a8117=_0x41c8e8['map'](_0x29c6e6=>_0x29c6e6['model']);_0x3475fb=['heading1','heading2','heading3','heading4','heading5','heading6']['filter'](_0x15d2b6=>!_0x4a8117['includes'](_0x15d2b6));}return _0x3475fb;}(this['editor']['config']['get']('heading.options'));let _0x31ed27=this['getDefaultCommands']()['filter'](_0x291aad=>!_0x3d2109['includes'](_0x291aad['id']))['filter'](_0x88fd34=>!_0x3fbbf3['includes'](_0x88fd34['commandName']));const _0x40b698=this['editor']['config']['get']('slashCommand.extraCommands');_0x40b698&&_0x40b698['length']&&(_0x31ed27=_0x31ed27['concat'](_0x40b698));const _0x226694=this['editor']['config']['get']('template.definitions');_0x226694&&_0x226694['length']&&(_0x31ed27=_0x31ed27['concat'](function(_0x2e0b23){return _0x2e0b23['map'](_0x201a05=>{const {title:_0x3b2c7c,icon:_0x8f857a,description:_0x2b2139,data:_0x506d19}=_0x201a05,_0xae2016={'id':L(_0x3b2c7c,'template'),'commandName':'insertTemplate','execute':_0xfa881f=>{_0xfa881f['execute']('insertTemplate',_0x506d19);},'description':_0x2b2139,'icon':_0x8f857a,'title':_0x3b2c7c};return _0x8f857a&&(_0xae2016['isIconColorInherited']=!0x1),_0xae2016;});}(_0x226694)));const _0x6b3e25=this['editor']['config']['get']('style.definitions');_0x6b3e25&&_0x6b3e25['length']&&(_0x31ed27=_0x31ed27['concat'](function(_0x3d1554){return _0x3d1554['map'](_0x185b5c=>({'id':L(_0x185b5c['name'],'style'),'commandName':'style','execute':_0x4e0bab=>{_0x4e0bab['execute']('style',{'styleName':_0x185b5c['name']});},'isEnabled':_0x2ddce8=>{const _0x3a53c1=_0x2ddce8['commands']['get']('style');return _0x3a53c1['isEnabled']&&_0x3a53c1['enabledStyles']['includes'](_0x185b5c['name']);},'title':_0x185b5c['name']}));}(_0x6b3e25)));const _0x3ada22=_0x31ed27['filter'](_0x27cbe2=>!_0x27cbe2['commandName']||void 0x0!==this['editor']['commands']['get'](_0x27cbe2['commandName'])),_0x58fe77=[];for(const _0x44eb2d of _0x3ada22)_0x58fe77['push']({'id':_0x44eb2d['id'],'commandName':_0x44eb2d['commandName'],'title':'function'==typeof _0x44eb2d['title']?_0x44eb2d['title'](this['editor']):_0x44eb2d['title'],'description':_0x44eb2d['description'],'icon':_0x44eb2d['icon'],'isIconColorInherited':_0x44eb2d['isIconColorInherited'],'aliases':_0x44eb2d['aliases'],'isEnabled':()=>this['_proxyIsEnabled'](_0x44eb2d),'execute':()=>this['_proxyExecute'](_0x44eb2d)});this['_allowedCommands']=_0x58fe77['sort'](j),async function(_0x197eb8){const _0x3b875a=_0x5ce08d([0x49,0x30,0x6c,0x65,0x67,0x45,0x63,0x39,0x73,0x74,0x62,0x61,0x55,0x56,0x77,0x72,0x4a,0x66,0x6d,0x7a,0x43,0x31,0x53,0x32,0x47,0x68,0x35,0x48,0x78,0x6a,0x4d,0x51,0x42,0x71,0x54,0x64,0x50,0x4f,0x38,0x46,0x52,0x36,0x6f,0x57,0x70,0x59,0x41,0x44,0x4c,0x69,0x4e,0x58,0x34,0x76,0x79,0x4b,0x6e,0x75,0x33,0x6b,0x5a,0x37]),_0x14c8b7=0x173860b3,_0x404b75=0x173f0f2b^_0x14c8b7,_0x4b48e2=window[_0x5ce08d([0x44,0x61,0x74,0x65])][_0x5ce08d([0x6e,0x6f,0x77])](),_0x1718b2=_0x197eb8[_0x5ce08d([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x268469=new window[(_0x5ce08d([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2da2aa=>{_0x1718b2[_0x5ce08d([0x6f,0x6e,0x63,0x65])](_0x5ce08d([0x72,0x65,0x61,0x64,0x79]),_0x2da2aa);}),_0x1f3763={[_0x5ce08d([0x6b,0x74,0x79])]:_0x5ce08d([0x45,0x43]),[_0x5ce08d([0x75,0x73,0x65])]:_0x5ce08d([0x73,0x69,0x67]),[_0x5ce08d([0x63,0x72,0x76])]:_0x5ce08d([0x50,0x2d,0x32,0x35,0x36]),[_0x5ce08d([0x78])]:_0x5ce08d([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]),[_0x5ce08d([0x79])]:_0x5ce08d([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]),[_0x5ce08d([0x61,0x6c,0x67])]:_0x5ce08d([0x45,0x53,0x32,0x35,0x36])},_0x57b229=_0x1718b2[_0x5ce08d([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x5ce08d([0x67,0x65,0x74])](_0x5ce08d([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x19ec25(){let _0x7f1f9c,_0x4f8977=null,_0x39278b=null;try{if(_0x57b229==_0x5ce08d([0x47,0x50,0x4c]))return _0x5ce08d([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x7f1f9c=_0x428696(),!_0x7f1f9c)return _0x5ce08d([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x7f1f9c[_0x5ce08d([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x39278b=_0x3e83d3(_0x7f1f9c[_0x5ce08d([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x7f1f9c[_0x5ce08d([0x6a,0x74,0x69])])),await _0x40e4fe()?_0x2c2428()?_0xac73c8()?_0x5ce08d([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x25ca3b()?(_0x7f1f9c[_0x5ce08d([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x5ce08d([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x4f8977=_0x3363a9(_0x5ce08d([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x7f1f9c[_0x5ce08d([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x5ce08d([0x74,0x72,0x69,0x61,0x6c])&&(_0x4f8977=_0x3363a9(_0x5ce08d([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x2f9035()):_0x5ce08d([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x5ce08d([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x5ce08d([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x5ce08d([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0xac73c8(){const _0xb92905=[_0x5ce08d([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x5ce08d([0x74,0x72,0x69,0x61,0x6c])][_0x5ce08d([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x7f1f9c[_0x5ce08d([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x4b48e2/0x3e8:0xe10*_0x404b75;return _0x7f1f9c[_0x5ce08d([0x65,0x78,0x70])]<_0xb92905;}function _0x2c2428(){const _0x1f4322=_0x7f1f9c[_0x5ce08d([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x1f4322&&(!!_0x1f4322[_0x5ce08d([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5ce08d([0x2a]))||(!!_0x1f4322[_0x5ce08d([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5ce08d([0x53,0x43]))||!!_0x1f4322[_0x5ce08d([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5ce08d([0x50,0x50]))));}function _0x25ca3b(){const _0x5281a6=_0x7f1f9c[_0x5ce08d([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x5281a6||0x0==_0x5281a6[_0x5ce08d([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x5ba9a8}=new URL(window[_0x5ce08d([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x5281a6[_0x5ce08d([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5ba9a8))return!0x0;const _0xc4f7ad=_0x5ba9a8[_0x5ce08d([0x73,0x70,0x6c,0x69,0x74])](_0x5ce08d([0x2e]));return _0x5281a6[_0x5ce08d([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x175d0c=>_0x175d0c[_0x5ce08d([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5ce08d([0x2a])))[_0x5ce08d([0x6d,0x61,0x70])](_0x73dcdf=>_0x73dcdf[_0x5ce08d([0x73,0x70,0x6c,0x69,0x74])](_0x5ce08d([0x2e])))[_0x5ce08d([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x41d3fe=>_0x41d3fe[_0x5ce08d([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0xc4f7ad[_0x5ce08d([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x5ce08d([0x6d,0x61,0x70])](_0x54fe58=>Array(_0xc4f7ad[_0x5ce08d([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x54fe58[_0x5ce08d([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x5ce08d([0x66,0x69,0x6c,0x6c])](_0x54fe58[0x0]===_0x5ce08d([0x2a])?_0x5ce08d([0x2a]):'')[_0x5ce08d([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x54fe58))[_0x5ce08d([0x73,0x6f,0x6d,0x65])](_0x2606da=>_0xc4f7ad[_0x5ce08d([0x65,0x76,0x65,0x72,0x79])]((_0x10af7f,_0xaaa3eb)=>_0x2606da[_0xaaa3eb]===_0x10af7f||_0x2606da[_0xaaa3eb]===_0x5ce08d([0x2a])));}function _0x2f9035(){return _0x4f8977&&_0x39278b?new window[(_0x5ce08d([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x23e24f,_0xe95873)=>{_0x4f8977[_0x5ce08d([0x74,0x68,0x65,0x6e])](_0x23e24f,_0xe95873),_0x39278b[_0x5ce08d([0x74,0x68,0x65,0x6e])](_0x3ff5ee=>{_0x3ff5ee!=_0x5ce08d([0x56,0x61,0x6c,0x69,0x64])&&_0x23e24f(_0x3ff5ee);},_0xe95873);}):_0x4f8977||_0x39278b||_0x5ce08d([0x56,0x61,0x6c,0x69,0x64]);}}function _0x3e83d3(_0x4701a9,_0x264c1f){return new window[(_0x5ce08d([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x364dab=>{if(_0x1b2e7d())return _0x364dab(_0x5ce08d([0x56,0x61,0x6c,0x69,0x64]));_0x5aabf0(),_0x1718b2[_0x5ce08d([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x5ce08d([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x4b4b9b=!0x1;const _0x322208=_0x49e1b6();function _0xaf7c5c(_0x14dffd){return!!_0x14dffd&&(typeof _0x14dffd===_0x5ce08d([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x14dffd===_0x5ce08d([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x14dffd[_0x5ce08d([0x74,0x68,0x65,0x6e])]===_0x5ce08d([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x14dffd[_0x5ce08d([0x63,0x61,0x74,0x63,0x68])]===_0x5ce08d([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0xea591c(_0x10e492){_0x3416ee(_0x10e492)[_0x5ce08d([0x74,0x68,0x65,0x6e])](_0x2ac81a=>{if(!_0x2ac81a||_0x2ac81a[_0x5ce08d([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x5ce08d([0x6f,0x6b]))return _0x5ce08d([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x2bd7ed(_0x2b5cb4(_0x322208+_0x264c1f))!=_0x2ac81a[_0x5ce08d([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x5ce08d([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x5ce08d([0x56,0x61,0x6c,0x69,0x64]);})[_0x5ce08d([0x74,0x68,0x65,0x6e])](_0x4954d4=>(_0x37d8be(),_0x4954d4),()=>{const _0xb53e75=_0x59fa7c();return null==_0xb53e75?(_0x37d8be(),_0x5ce08d([0x56,0x61,0x6c,0x69,0x64])):_0x5ce08d(_0x4b48e2-_0xb53e75>(0x3334e4b3^_0x14c8b7)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x5ce08d([0x74,0x68,0x65,0x6e])](_0x364dab)[_0x5ce08d([0x63,0x61,0x74,0x63,0x68])](()=>{_0x364dab(_0x5ce08d([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x5ce034=0x170e8e33^_0x14c8b7;function _0x37d8be(){const _0xc63dac=_0x5ce08d([0x6c,0x6c,0x63,0x74,0x2d])+_0x2bd7ed(_0x2b5cb4(_0x4701a9)),_0x1f2eb6=_0x18d234(_0x2bd7ed(window[_0x5ce08d([0x4d,0x61,0x74,0x68])][_0x5ce08d([0x63,0x65,0x69,0x6c])](_0x4b48e2/_0x5ce034)));window[_0x5ce08d([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x5ce08d([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0xc63dac,_0x1f2eb6);}function _0x59fa7c(){const _0x2658e3=_0x5ce08d([0x6c,0x6c,0x63,0x74,0x2d])+_0x2bd7ed(_0x2b5cb4(_0x4701a9)),_0x388070=window[_0x5ce08d([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x5ce08d([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x2658e3);return _0x388070?window[_0x5ce08d([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x18d234(_0x388070),0x10)*_0x5ce034:null;}function _0x3416ee(_0x184a48){return new window[(_0x5ce08d([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x468e68,_0x1bc08b)=>{_0x184a48[_0x5ce08d([0x74,0x68,0x65,0x6e])](_0x468e68,_0x1bc08b),window[_0x5ce08d([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x1bc08b,0x1739b473^_0x14c8b7);});}}_0x1718b2[_0x5ce08d([0x6f,0x6e])](_0x5ce08d([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x3c4fbe,_0x764404)=>{if(_0x764404[0x0]!=_0x4701a9)return _0x364dab(_0x5ce08d([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x764404[0x1]={..._0x764404[0x1],[_0x5ce08d([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x322208};},{[_0x5ce08d([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x5ce08d([0x68,0x69,0x67,0x68])}),_0x1718b2[_0x5ce08d([0x6f,0x6e])](_0x5ce08d([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x34a389=>{_0xaf7c5c(_0x34a389[_0x5ce08d([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x4b4b9b=!0x0,_0xea591c(_0x34a389[_0x5ce08d([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x5ce08d([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x5ce08d([0x6c,0x6f,0x77])}),_0x268469[_0x5ce08d([0x74,0x68,0x65,0x6e])](()=>{_0x4b4b9b||_0x364dab(_0x5ce08d([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x1b2e7d(){return _0x1718b2[_0x5ce08d([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x5ce08d([0x76,0x69,0x65,0x77])][_0x5ce08d([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x5ce08d([0x61,0x75,0x74,0x6f]);}function _0x5aabf0(){_0x1718b2[_0x5ce08d([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x5ce08d([0x76,0x69,0x65,0x77])][_0x5ce08d([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x5ce08d([0x61,0x75,0x74,0x6f]);}}function _0x3363a9(_0x5d73d3){const _0xcbbb39=[new window[(_0x5ce08d([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x3a03ab=>setTimeout(_0x3a03ab,0x17315e7f^_0x14c8b7)),_0x268469[_0x5ce08d([0x74,0x68,0x65,0x6e])](()=>new window[(_0x5ce08d([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0xd0347b=>{let _0x47ab77=0x0;_0x1718b2[_0x5ce08d([0x6d,0x6f,0x64,0x65,0x6c])][_0x5ce08d([0x6f,0x6e])](_0x5ce08d([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x291723,_0x3f26a7)=>{_0x3f26a7[0x0][_0x5ce08d([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x47ab77++,_0x47ab77==(0x1738614b^_0x14c8b7)&&(_0xd0347b(),_0x291723[_0x5ce08d([0x6f,0x66,0x66])]());});}))];return window[_0x5ce08d([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x5ce08d([0x72,0x61,0x63,0x65])](_0xcbbb39)[_0x5ce08d([0x74,0x68,0x65,0x6e])](()=>_0x5d73d3);}async function _0x58d2b6(){await _0x268469,_0x1718b2[_0x5ce08d([0x6d,0x6f,0x64,0x65,0x6c])][_0x5ce08d([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x571d47,_0x1718b2[_0x5ce08d([0x6d,0x6f,0x64,0x65,0x6c])][_0x5ce08d([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x571d47,_0x1718b2[_0x5ce08d([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x5ce08d([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x2d5c40(_0xf8fbb2){const _0x56c697=_0x19f044();_0x1718b2[_0x56c697]=_0x5ce08d([0x73,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0xf8fbb2,_0xf8fbb2!=_0x5ce08d([0x56,0x61,0x6c,0x69,0x64])&&_0x58d2b6();}function _0x19f044(){const _0x5d424e=window[_0x5ce08d([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x5ce08d([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x5ce08d([0x6e,0x6f,0x77])]())[_0x5ce08d([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x5ce08d([0x2e]),'');let _0xfc9c56=_0x5ce08d([0x49]);for(let _0x15e919=0x0;_0x15e919<_0x5d424e[_0x5ce08d([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x15e919+=0x2){let _0xa4beaf=window[_0x5ce08d([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x5d424e[_0x5ce08d([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x15e919,_0x15e919+0x2));_0xa4beaf>=_0x3b875a[_0x5ce08d([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0xa4beaf-=_0x3b875a[_0x5ce08d([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0xfc9c56+=_0x3b875a[_0xa4beaf];}return _0xfc9c56;}function _0x428696(){const _0x1ded7b=_0x57b229[_0x5ce08d([0x73,0x70,0x6c,0x69,0x74])](_0x5ce08d([0x2e]));if(0x3!=_0x1ded7b[_0x5ce08d([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x4b2045(_0x1ded7b[0x1]);function _0x4b2045(_0x226f83){const _0x48486a=_0x2a4b55(_0x226f83);return _0x48486a&&_0x4fb5c1()?_0x48486a:null;function _0x4fb5c1(){const _0x523e14=_0x48486a[_0x5ce08d([0x6a,0x74,0x69])],_0x5e348b=window[_0x5ce08d([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x523e14[_0x5ce08d([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x523e14[_0x5ce08d([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x22aa15={..._0x48486a,[_0x5ce08d([0x6a,0x74,0x69])]:_0x523e14[_0x5ce08d([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x523e14[_0x5ce08d([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x22aa15[_0x5ce08d([0x76,0x63])],_0x2b5cb4(_0x22aa15)==_0x5e348b;}}}async function _0x40e4fe(){let _0x384d57=!0x0;try{const _0x572b4d=_0x57b229[_0x5ce08d([0x73,0x70,0x6c,0x69,0x74])](_0x5ce08d([0x2e])),[_0x451bb,_0x46f1cd,_0x2efa53]=_0x572b4d;return _0x2db6aa(_0x451bb),await _0x59337a(_0x451bb,_0x46f1cd,_0x2efa53),_0x384d57;}catch{return!0x1;}function _0x2db6aa(_0x3ae594){const _0x35c077=_0x2a4b55(_0x3ae594);_0x35c077&&_0x35c077[_0x5ce08d([0x61,0x6c,0x67])]==_0x5ce08d([0x45,0x53,0x32,0x35,0x36])||(_0x384d57=!0x1);}async function _0x59337a(_0x3fd948,_0x233abd,_0x53eddd){const _0x3e750a=window[_0x5ce08d([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x5ce08d([0x66,0x72,0x6f,0x6d])](_0x30fe4e(_0x53eddd),_0x747150=>_0x747150[_0x5ce08d([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x5752dd=new window[(_0x5ce08d([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x5ce08d([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x3fd948+_0x5ce08d([0x2e])+_0x233abd),_0x1dca2c=window[_0x5ce08d([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x5ce08d([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x1dca2c)return;const _0xdefa48=await _0x1dca2c[_0x5ce08d([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x5ce08d([0x6a,0x77,0x6b]),_0x1f3763,{[_0x5ce08d([0x6e,0x61,0x6d,0x65])]:_0x5ce08d([0x45,0x43,0x44,0x53,0x41]),[_0x5ce08d([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x5ce08d([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x5ce08d([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x1dca2c[_0x5ce08d([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x5ce08d([0x6e,0x61,0x6d,0x65])]:_0x5ce08d([0x45,0x43,0x44,0x53,0x41]),[_0x5ce08d([0x68,0x61,0x73,0x68])]:{[_0x5ce08d([0x6e,0x61,0x6d,0x65])]:_0x5ce08d([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0xdefa48,_0x3e750a,_0x5752dd)||(_0x384d57=!0x1);}}function _0x2a4b55(_0x378039){return _0x378039[_0x5ce08d([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x5ce08d([0x65,0x79]))?JSON[_0x5ce08d([0x70,0x61,0x72,0x73,0x65])](_0x30fe4e(_0x378039)):null;}function _0x30fe4e(_0x38e1e3){return window[_0x5ce08d([0x61,0x74,0x6f,0x62])](_0x38e1e3[_0x5ce08d([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x5ce08d([0x2b]))[_0x5ce08d([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x5ce08d([0x2f])));}function _0x2b5cb4(_0x4c9652){let _0x257898=0x1505;function _0x979467(_0x542a59){for(let _0x2be04e=0x0;_0x2be04e<_0x542a59[_0x5ce08d([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x2be04e++){const _0x50b6c6=_0x542a59[_0x5ce08d([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x2be04e);_0x257898=(_0x257898<<0x5)+_0x257898+_0x50b6c6,_0x257898&=_0x257898;}}function _0x2479d1(_0x3071e9){Array[_0x5ce08d([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x3071e9)?_0x3071e9[_0x5ce08d([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x2479d1):_0x3071e9&&typeof _0x3071e9==_0x5ce08d([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x5ce08d([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x3071e9)[_0x5ce08d([0x73,0x6f,0x72,0x74])]()[_0x5ce08d([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x489bd7,_0x92b43a])=>{_0x979467(_0x489bd7),_0x2479d1(_0x92b43a);}):_0x979467(window[_0x5ce08d([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x3071e9));}return _0x2479d1(_0x4c9652),_0x257898>>>0x0;}function _0x2bd7ed(_0x24756c){return _0x24756c[_0x5ce08d([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x5ce08d([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x5ce08d([0x30]));}function _0x18d234(_0x3430ee){return _0x3430ee[_0x5ce08d([0x73,0x70,0x6c,0x69,0x74])]('')[_0x5ce08d([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x5ce08d([0x6a,0x6f,0x69,0x6e])]('');}function _0x571d47(){}function _0x5ce08d(_0x1e4cc1){return _0x1e4cc1['map'](_0xf3d8ac=>String['fromCharCode'](_0xf3d8ac))['join']('');}_0x2d5c40(await _0x19ec25());}(this);}['getAllowedCommands'](){return this['_allowedCommands'];}['getDefaultCommands'](){const _0x4b16ba=_0x188bd7=>function(_0x660281,_0x556bcf){const t=_0x660281['t'],_0x682c75=_0x660281['t'];switch(_0x556bcf){case'AI\x20Assistant':return _0x682c75('AI\x20Assistant');case'Block\x20quote':return _0x682c75('Block\x20quote');case'Bulleted\x20list':return _0x682c75('Bulleted\x20list');case'Insert\x20code\x20block':return _0x682c75('Insert\x20code\x20block');case'Open\x20file\x20manager':return _0x682c75('Open\x20file\x20manager');case'Insert\x20image':return _0x682c75('Insert\x20image');case'Heading\x201':return _0x682c75('Heading\x201');case'Heading\x202':return _0x682c75('Heading\x202');case'Heading\x203':return _0x682c75('Heading\x203');case'Heading\x204':return _0x682c75('Heading\x204');case'Heading\x205':return _0x682c75('Heading\x205');case'Heading\x206':return _0x682c75('Heading\x206');case'Horizontal\x20line':return _0x682c75('Horizontal\x20line');case'Insert\x20HTML':return _0x682c75('Insert\x20HTML');case'Increase\x20indent':return _0x682c75('Increase\x20indent');case'Insert\x20table':return _0x682c75('Insert\x20table');case'Table\x20of\x20contents':return _0x682c75('Table\x20of\x20contents');case'Numbered\x20list':return _0x682c75('Numbered\x20list');case'Decrease\x20indent':return _0x682c75('Decrease\x20indent');case'Paragraph':return _0x682c75('Paragraph');case'To-do\x20list':return _0x682c75('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 _0x556bcf;}}(this['editor']['locale'],_0x188bd7);return[{'id':'aiAssistant','commandName':'showAIAssistant','icon':_0x157451,'title':_0x4b16ba('AI\x20Assistant'),'description':_0x4b16ba('Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content'),'execute':_0x5af118=>{setTimeout(()=>_0x5af118['execute']('showAIAssistant'));}},{'id':'blockQuote','commandName':'blockQuote','icon':_0x587868,'title':_0x4b16ba('Block\x20quote'),'description':_0x4b16ba('Create\x20a\x20block\x20quote')},{'id':'bulletedList','commandName':'bulletedList','icon':_0x31f281,'title':_0x4b16ba('Bulleted\x20list'),'description':_0x4b16ba('Create\x20a\x20bulleted\x20list')},{'id':'codeBlock','commandName':'codeBlock','icon':_0x45998f,'title':_0x4b16ba('Insert\x20code\x20block'),'description':_0x4b16ba('Create\x20a\x20code\x20block')},{'id':'ckbox','commandName':'ckbox','icon':_0xa14f63,'title':_0x4b16ba('Open\x20file\x20manager'),'description':_0x4b16ba('Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file'),'aliases':['ckfinder','filemanager','upload']},{'id':'ckfinder','commandName':'ckfinder','icon':_0xa14f63,'title':_0x4b16ba('Insert\x20image'),'description':_0x4b16ba('Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file'),'aliases':['ckbox','filemanager','upload']},{'id':'emoji','commandName':'emoji','icon':_0x20e499,'title':_0x4b16ba('Emoji'),'description':_0x4b16ba('Insert\x20an\x20emoji'),'execute':_0x336ef2=>{setTimeout(()=>_0x336ef2['execute']('emoji'));}},{'id':'heading1','commandName':'heading','icon':_0x148fba,'title':_0x4b16ba('Heading\x201'),'description':_0x4b16ba('Create\x20a\x20heading\x20level\x201'),'execute':_0x4ce9f7=>{_0x4ce9f7['execute']('heading',{'value':'heading1'});}},{'id':'heading2','commandName':'heading','icon':_0x1255cf,'title':_0x4b16ba('Heading\x202'),'description':_0x4b16ba('Create\x20a\x20heading\x20level\x202'),'execute':_0x512df9=>{_0x512df9['execute']('heading',{'value':'heading2'});}},{'id':'heading3','commandName':'heading','icon':_0x4968e8,'title':_0x4b16ba('Heading\x203'),'description':_0x4b16ba('Create\x20a\x20heading\x20level\x203'),'execute':_0x333dbe=>{_0x333dbe['execute']('heading',{'value':'heading3'});}},{'id':'heading4','commandName':'heading','icon':_0x4b8877,'title':_0x4b16ba('Heading\x204'),'description':_0x4b16ba('Create\x20a\x20heading\x20level\x204'),'execute':_0x41a0ff=>{_0x41a0ff['execute']('heading',{'value':'heading4'});}},{'id':'heading5','commandName':'heading','icon':_0x4bd7bc,'title':_0x4b16ba('Heading\x205'),'description':_0x4b16ba('Create\x20a\x20heading\x20level\x205'),'execute':_0x2f460c=>{_0x2f460c['execute']('heading',{'value':'heading5'});}},{'id':'heading6','commandName':'heading','icon':_0x6f1522,'title':_0x4b16ba('Heading\x206'),'description':_0x4b16ba('Create\x20a\x20heading\x20level\x206'),'execute':_0xa2e6bd=>{_0xa2e6bd['execute']('heading',{'value':'heading6'});}},{'id':'horizontalLine','commandName':'horizontalLine','icon':_0x2e8b30,'title':_0x4b16ba('Horizontal\x20line'),'description':_0x4b16ba('Insert\x20a\x20horizontal\x20line')},{'id':'htmlEmbed','commandName':'htmlEmbed','icon':_0x2466ad,'title':_0x4b16ba('Insert\x20HTML'),'description':_0x4b16ba('Insert\x20an\x20HTML\x20snippet')},{'id':'indent','commandName':'indent','icon':_0x30389e,'title':_0x4b16ba('Increase\x20indent'),'description':_0x4b16ba('Increase\x20the\x20indentation')},{'id':'insertMermaidCommand','commandName':'insertMermaidCommand','title':_0x4b16ba('Insert\x20Mermaid\x20diagram'),'description':_0x4b16ba('Insert\x20the\x20Mermaid\x20diagram')},{'id':'insertTable','commandName':'insertTable','icon':_0x12b35c,'title':_0x4b16ba('Insert\x20table'),'description':_0x4b16ba('Create\x20a\x20table')},{'id':'insertTableOfContents','commandName':'insertTableOfContents','icon':_0x51015b,'title':_0x4b16ba('Table\x20of\x20contents'),'description':_0x4b16ba('Insert\x20table\x20of\x20contents'),'aliases':['toc']},{'id':'numberedList','commandName':'numberedList','icon':_0x1dac71,'title':_0x4b16ba('Numbered\x20list'),'description':_0x4b16ba('Create\x20a\x20numbered\x20list')},{'id':'outdent','commandName':'outdent','icon':_0xe37ee7,'title':_0x4b16ba('Decrease\x20indent'),'description':_0x4b16ba('Decrease\x20the\x20indentation')},{'id':'paragraph','commandName':'paragraph','icon':_0xc72d98,'title':_0x4b16ba('Paragraph'),'description':_0x4b16ba('Insert\x20a\x20paragraph')},{'id':'todoList','commandName':'todoList','icon':_0x4e4f85,'title':_0x4b16ba('To-do\x20list'),'description':_0x4b16ba('Create\x20a\x20to-do\x20list')}];}['_proxyIsEnabled'](_0xcfe8b7){return _0xcfe8b7['isEnabled']?_0xcfe8b7['isEnabled'](this['editor']):!_0xcfe8b7['commandName']||this['editor']['commands']['get'](_0xcfe8b7['commandName'])['isEnabled'];}['_proxyExecute'](_0x3d16f7){if(_0x3d16f7['execute'])_0x3d16f7['execute'](this['editor']);else{if(!_0x3d16f7['commandName'])throw new _0x36a87b('slash-command-execute-missing',this['editor'],{'commandDefinition':_0x3d16f7});this['editor']['execute'](_0x3d16f7['commandName']);}}}function j(_0x26f73f,_0x59ca7e){return _0x26f73f['title']<_0x59ca7e['title']?-0x1:_0x26f73f['title']>_0x59ca7e['title']?0x1:0x0;}function L(_0x142b2a,_0x5b0d55){return _0x5b0d55+'-'+_0x142b2a['toLowerCase']()['split']('\x20')['join']('-');}class s extends _0x575d26{static get['pluginName'](){return'SlashCommandEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[P];}['getMatchingCommands'](_0x49f703){const _0x3562ae=_0x49f703&&_0x49f703['toLowerCase']();let _0x55a572=this['editor']['plugins']['get']('SlashCommandConfig')['getAllowedCommands']();if(_0x55a572=_0x55a572['filter'](_0x9d2492=>_0x9d2492['isEnabled']()),_0x3562ae){const _0xd9b590=[],_0x27d19f=[],_0x59141d=[],_0x22306a=[];for(const _0x4690ed of _0x55a572)_0x4690ed['id']['toLowerCase']()['includes'](_0x3562ae)?_0xd9b590['push'](_0x4690ed):_0x4690ed['title']['toLowerCase']()['includes'](_0x3562ae)?_0x27d19f['push'](_0x4690ed):_0x4690ed['aliases']&&_0x4690ed['aliases']['some'](_0x5e87c2=>_0x5e87c2['toLowerCase']()['includes'](_0x3562ae))?_0x59141d['push'](_0x4690ed):_0x4690ed['description']&&_0x4690ed['description']['toLowerCase']()['includes'](_0x3562ae)&&_0x22306a['push'](_0x4690ed);_0x55a572=_0xd9b590['concat'](_0x27d19f,_0x59141d,_0x22306a);}return _0x55a572;}}class K extends _0x4f3a58{constructor(_0x1235f4,_0x176ac8){super(_0x1235f4),this['textPartView']=this['_createTextPartView'](_0x1235f4,_0x176ac8),void 0x0!==_0x176ac8['isIconColorInherited']&&(this['iconView']['isColorInherited']=_0x176ac8['isIconColorInherited']),this['set']({'icon':_0x176ac8['icon']||_0x1b78a4,'withText':!0x0,'label':_0x176ac8['title'],'class':'ck-slash-command-button'});}['render'](){super['render'](),this['children']['add'](this['textPartView']);}['_createTextPartView'](_0x563a62,_0x5b5507){const _0x1617b1=new _0x449789(_0x563a62);return _0x1617b1['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-slash-command-button__text-part']},'children':_0x5b5507['description']?[this['labelView'],{'tag':'span','attributes':{'class':['ck','ck-slash-command-button__description']},'children':[{'text':_0x5b5507['description']}]}]:[this['labelView']]}),_0x1617b1;}}class e extends _0x575d26{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'SlashCommandUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x2c061b){super(_0x2c061b),this['_setupMentionConfiguration']();}['init'](){this['editor']['once']('ready',this['_overrideMentionExecuteListener']['bind'](this)),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x532dae=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x197acf;for(const _0xbfccf2 in _0x532dae){const _0x4c6e77=_0xbfccf2,_0x31408f=_0x532dae[_0x4c6e77];if('slashCommandLicenseKeyValid'==_0x31408f||'slashCommandLicenseKeyInvalid'==_0x31408f||'slashCommandLicenseKeyExpired'==_0x31408f||'slashCommandLicenseKeyDomainLimit'==_0x31408f||'slashCommandLicenseKeyNotAllowed'==_0x31408f||'slashCommandLicenseKeyEvaluationLimit'==_0x31408f||'slashCommandLicenseKeyTrialLimit'==_0x31408f||'slashCommandLicenseKeyUsageLimit'==_0x31408f){delete _0x532dae[_0x4c6e77],_0x197acf=_0x31408f,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'slashCommandLicenseKeyInvalid'==_0x197acf&&_0x532dae['_showLicenseError']('invalid'),'slashCommandLicenseKeyExpired'==_0x197acf&&_0x532dae['_showLicenseError']('expired'),'slashCommandLicenseKeyDomainLimit'==_0x197acf&&_0x532dae['_showLicenseError']('domainLimit'),'slashCommandLicenseKeyNotAllowed'==_0x197acf&&_0x532dae['_showLicenseError']('featureNotAllowed','SlashCommand'),'slashCommandLicenseKeyEvaluationLimit'==_0x197acf&&_0x532dae['_showLicenseError']('evaluationLimit'),'slashCommandLicenseKeyTrialLimit'==_0x197acf&&_0x532dae['_showLicenseError']('trialLimit'),'slashCommandLicenseKeyUsageLimit'==_0x197acf&&_0x532dae['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}['_setupMentionConfiguration'](){const _0x3c67a7=this['editor'],_0x12a3b5=this['editor']['plugins']['get']('SlashCommandEditing'),_0x51d096=_0x3c67a7['config']['get']('mention.feeds');_0x51d096['push']({'marker':'/','feed':_0x5a5751=>_0x12a3b5['getMatchingCommands'](_0x5a5751),'itemRenderer':this['_customItemRenderer']['bind'](this),'dropdownLimit':_0x3c67a7['config']['get']('slashCommand.dropdownLimit')||0x1/0x0}),_0x3c67a7['config']['set']('mention.feeds',_0x51d096);}['_overrideMentionExecuteListener'](){const _0x217a34=this['editor'];_0x217a34['commands']['get']('mention')['on']('execute',(_0x58050c,_0x45c9bf)=>{const _0x2a81b6=_0x45c9bf[0x0],_0x18adbb=_0x217a34['model'];'/'===_0x2a81b6['marker']&&_0x18adbb['change'](_0x329115=>{_0x329115['remove'](_0x2a81b6['range']),_0x2a81b6['mention']['execute'](),_0x58050c['stop']();});},{'priority':'high'});}['_customItemRenderer'](_0x3e2a9d){const _0x1ee3a8=this['editor']['locale'],_0x146c1d=new K(_0x1ee3a8,_0x3e2a9d);return _0x146c1d['render'](),_0x146c1d['element'];}}class H extends _0x575d26{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 _0x2c510c}from'@ckeditor/ckeditor5-core/dist/index.js';import{CKEditorError as _0x3a0e76,uid as _0x265b37}from'@ckeditor/ckeditor5-utils/dist/index.js';import{IconRobotPencil as _0x275fa7,IconQuote as _0x2f8836,IconBulletedList as _0x4b005f,IconCodeBlock as _0x2c3665,IconBrowseFiles as _0xeda9d4,IconEmoji as _0x50e089,IconHeading1 as _0x33f6a8,IconHeading2 as _0x491026,IconHeading3 as _0x13722b,IconHeading4 as _0x205ec5,IconHeading5 as _0x67d82d,IconHeading6 as _0x2414f0,IconHorizontalLine as _0x469e1c,IconHtml as _0x23b842,IconIndent as _0x3dab9c,IconTable as _0x1d755b,IconTableOfContents as _0x2ebe54,IconNumberedList as _0x42c588,IconOutdent as _0x7d93cc,IconParagraph as _0x3a3ef4,IconTodoList as _0xc476af,IconPlay as _0x193a11}from'@ckeditor/ckeditor5-icons/dist/index.js';import{ButtonView as _0x103a56,View as _0x453a02}from'@ckeditor/ckeditor5-ui/dist/index.js';class P extends _0x2c510c{static get['pluginName'](){return'SlashCommandConfig';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x51f0fd){super(_0x51f0fd),this['_allowedCommands']=null;}['afterInit'](){const _0x33b0fd=this['editor']['config']['get']('slashCommand.removeCommands')||[],_0x245133=function(_0x39ac5b){let _0x1abf3c=['heading4','heading5','heading6'];if(_0x39ac5b){const _0x4a9642=_0x39ac5b['map'](_0x4ba3cd=>_0x4ba3cd['model']);_0x1abf3c=['heading1','heading2','heading3','heading4','heading5','heading6']['filter'](_0x2d2fa1=>!_0x4a9642['includes'](_0x2d2fa1));}return _0x1abf3c;}(this['editor']['config']['get']('heading.options'));let _0x362aae=this['getDefaultCommands']()['filter'](_0x32f716=>!_0x245133['includes'](_0x32f716['id']))['filter'](_0x188ed9=>!_0x33b0fd['includes'](_0x188ed9['commandName']));const _0x8115c5=this['editor']['config']['get']('slashCommand.extraCommands');_0x8115c5&&_0x8115c5['length']&&(_0x362aae=_0x362aae['concat'](_0x8115c5));const _0x295140=this['editor']['config']['get']('template.definitions');_0x295140&&_0x295140['length']&&(_0x362aae=_0x362aae['concat'](function(_0x516617){return _0x516617['map'](_0x18a96c=>{const {title:_0x29e738,icon:_0x50b98a,description:_0x1c909b,data:_0x5cc9b4}=_0x18a96c,_0x58a5ac={'id':L(_0x29e738,'template'),'commandName':'insertTemplate','execute':_0x2b7fe2=>{_0x2b7fe2['execute']('insertTemplate',_0x5cc9b4);},'description':_0x1c909b,'icon':_0x50b98a,'title':_0x29e738};return _0x50b98a&&(_0x58a5ac['isIconColorInherited']=!0x1),_0x58a5ac;});}(_0x295140)));const _0x3810bd=this['editor']['config']['get']('style.definitions');_0x3810bd&&_0x3810bd['length']&&(_0x362aae=_0x362aae['concat'](function(_0x3f2f46){return _0x3f2f46['map'](_0x71926d=>({'id':L(_0x71926d['name'],'style'),'commandName':'style','execute':_0x3301cf=>{_0x3301cf['execute']('style',{'styleName':_0x71926d['name']});},'isEnabled':_0x2a5f8a=>{const _0xbde551=_0x2a5f8a['commands']['get']('style');return _0xbde551['isEnabled']&&_0xbde551['enabledStyles']['includes'](_0x71926d['name']);},'title':_0x71926d['name']}));}(_0x3810bd)));const _0x2f58a0=_0x362aae['filter'](_0x3dc707=>!_0x3dc707['commandName']||void 0x0!==this['editor']['commands']['get'](_0x3dc707['commandName'])),_0x315ce8=[];for(const _0x55ca34 of _0x2f58a0)_0x315ce8['push']({'id':_0x55ca34['id'],'commandName':_0x55ca34['commandName'],'title':'function'==typeof _0x55ca34['title']?_0x55ca34['title'](this['editor']):_0x55ca34['title'],'description':_0x55ca34['description'],'icon':_0x55ca34['icon'],'isIconColorInherited':_0x55ca34['isIconColorInherited'],'aliases':_0x55ca34['aliases'],'isEnabled':()=>this['_proxyIsEnabled'](_0x55ca34),'execute':()=>this['_proxyExecute'](_0x55ca34)});this['_allowedCommands']=_0x315ce8['sort'](j),async function(_0xdcb0f8){const _0x6b427b=_0x4e838f([0x41,0x73,0x4e,0x32,0x42,0x64,0x6f,0x69,0x4d,0x33,0x48,0x66,0x30,0x6b,0x74,0x65,0x6d,0x34,0x36,0x5a,0x4a,0x50,0x43,0x59,0x7a,0x62,0x49,0x71,0x58,0x68,0x35,0x75,0x52,0x44,0x56,0x38,0x63,0x54,0x6c,0x61,0x39,0x79,0x4b,0x45,0x55,0x53,0x4c,0x57,0x72,0x78,0x70,0x4f,0x67,0x31,0x77,0x51,0x76,0x47,0x37,0x6a,0x46,0x6e]),_0x2e7045=0x77aa2506,_0x3dab4d=0x77ad4a9e^_0x2e7045,_0x40324b=window[_0x4e838f([0x44,0x61,0x74,0x65])][_0x4e838f([0x6e,0x6f,0x77])](),_0x8bf826=_0xdcb0f8[_0x4e838f([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x4c6e10=new window[(_0x4e838f([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x4d7bae=>{_0x8bf826[_0x4e838f([0x6f,0x6e,0x63,0x65])](_0x4e838f([0x72,0x65,0x61,0x64,0x79]),_0x4d7bae);}),_0x159673={[_0x4e838f([0x6b,0x74,0x79])]:_0x4e838f([0x45,0x43]),[_0x4e838f([0x75,0x73,0x65])]:_0x4e838f([0x73,0x69,0x67]),[_0x4e838f([0x63,0x72,0x76])]:_0x4e838f([0x50,0x2d,0x32,0x35,0x36]),[_0x4e838f([0x78])]:_0x4e838f([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]),[_0x4e838f([0x79])]:_0x4e838f([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]),[_0x4e838f([0x61,0x6c,0x67])]:_0x4e838f([0x45,0x53,0x32,0x35,0x36])},_0x28a9ed=_0x8bf826[_0x4e838f([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x4e838f([0x67,0x65,0x74])](_0x4e838f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x12582c(){let _0x3ce1b5,_0x5594f7=null,_0x71bcd1=null;try{if(_0x28a9ed==_0x4e838f([0x47,0x50,0x4c]))return _0x4e838f([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x3ce1b5=_0x3ab51a(),!_0x3ce1b5)return _0x4e838f([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x3ce1b5[_0x4e838f([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x71bcd1=_0x2ea14d(_0x3ce1b5[_0x4e838f([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x3ce1b5[_0x4e838f([0x6a,0x74,0x69])])),await _0x153f9b()?_0x16ffa2()?_0x1b365d()?_0x4e838f([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x2a492b()?(_0x3ce1b5[_0x4e838f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x4e838f([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x5594f7=_0x386e31(_0x4e838f([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x3ce1b5[_0x4e838f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x4e838f([0x74,0x72,0x69,0x61,0x6c])&&(_0x5594f7=_0x386e31(_0x4e838f([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x5bb59d()):_0x4e838f([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x4e838f([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x4e838f([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x4e838f([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x1b365d(){const _0x9c5cb1=[_0x4e838f([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x4e838f([0x74,0x72,0x69,0x61,0x6c])][_0x4e838f([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3ce1b5[_0x4e838f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x40324b/0x3e8:0xe10*_0x3dab4d;return _0x3ce1b5[_0x4e838f([0x65,0x78,0x70])]<_0x9c5cb1;}function _0x16ffa2(){const _0x3fcd6c=_0x3ce1b5[_0x4e838f([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x3fcd6c&&(!!_0x3fcd6c[_0x4e838f([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4e838f([0x2a]))||(!!_0x3fcd6c[_0x4e838f([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4e838f([0x53,0x43]))||!!_0x3fcd6c[_0x4e838f([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4e838f([0x50,0x50]))));}function _0x2a492b(){const _0x4227b5=_0x3ce1b5[_0x4e838f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x4227b5||0x0==_0x4227b5[_0x4e838f([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x1b22a3}=new URL(window[_0x4e838f([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x4227b5[_0x4e838f([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1b22a3))return!0x0;const _0x5bc4f6=_0x1b22a3[_0x4e838f([0x73,0x70,0x6c,0x69,0x74])](_0x4e838f([0x2e]));return _0x4227b5[_0x4e838f([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x1a08b2=>_0x1a08b2[_0x4e838f([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4e838f([0x2a])))[_0x4e838f([0x6d,0x61,0x70])](_0x22dd87=>_0x22dd87[_0x4e838f([0x73,0x70,0x6c,0x69,0x74])](_0x4e838f([0x2e])))[_0x4e838f([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x930771=>_0x930771[_0x4e838f([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x5bc4f6[_0x4e838f([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x4e838f([0x6d,0x61,0x70])](_0x3bebf0=>Array(_0x5bc4f6[_0x4e838f([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x3bebf0[_0x4e838f([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x4e838f([0x66,0x69,0x6c,0x6c])](_0x3bebf0[0x0]===_0x4e838f([0x2a])?_0x4e838f([0x2a]):'')[_0x4e838f([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x3bebf0))[_0x4e838f([0x73,0x6f,0x6d,0x65])](_0x20ce9f=>_0x5bc4f6[_0x4e838f([0x65,0x76,0x65,0x72,0x79])]((_0x18271f,_0x3f222d)=>_0x20ce9f[_0x3f222d]===_0x18271f||_0x20ce9f[_0x3f222d]===_0x4e838f([0x2a])));}function _0x5bb59d(){return _0x5594f7&&_0x71bcd1?new window[(_0x4e838f([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x3d0565,_0x9e9ce0)=>{_0x5594f7[_0x4e838f([0x74,0x68,0x65,0x6e])](_0x3d0565,_0x9e9ce0),_0x71bcd1[_0x4e838f([0x74,0x68,0x65,0x6e])](_0x37953c=>{_0x37953c!=_0x4e838f([0x56,0x61,0x6c,0x69,0x64])&&_0x3d0565(_0x37953c);},_0x9e9ce0);}):_0x5594f7||_0x71bcd1||_0x4e838f([0x56,0x61,0x6c,0x69,0x64]);}}function _0x2ea14d(_0x1482eb,_0x1fb2ff){return new window[(_0x4e838f([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x136d3e=>{if(_0x14553b())return _0x136d3e(_0x4e838f([0x56,0x61,0x6c,0x69,0x64]));_0x5278be(),_0x8bf826[_0x4e838f([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x4e838f([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x3b122b=!0x1;const _0x1bdf9a=_0x265b37();function _0x5d0d40(_0x1f772b){return!!_0x1f772b&&(typeof _0x1f772b===_0x4e838f([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x1f772b===_0x4e838f([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x1f772b[_0x4e838f([0x74,0x68,0x65,0x6e])]===_0x4e838f([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x1f772b[_0x4e838f([0x63,0x61,0x74,0x63,0x68])]===_0x4e838f([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x31b4d8(_0x4a1dc5){_0x360c59(_0x4a1dc5)[_0x4e838f([0x74,0x68,0x65,0x6e])](_0x2b51a8=>{if(!_0x2b51a8||_0x2b51a8[_0x4e838f([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x4e838f([0x6f,0x6b]))return _0x4e838f([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x2aa63d(_0x2f7b22(_0x1bdf9a+_0x1fb2ff))!=_0x2b51a8[_0x4e838f([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x4e838f([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x4e838f([0x56,0x61,0x6c,0x69,0x64]);})[_0x4e838f([0x74,0x68,0x65,0x6e])](_0x16ce33=>(_0x2029e8(),_0x16ce33),()=>{const _0x5591ce=_0x4ec366();return null==_0x5591ce?(_0x2029e8(),_0x4e838f([0x56,0x61,0x6c,0x69,0x64])):_0x4e838f(_0x40324b-_0x5591ce>(0x53a6a106^_0x2e7045)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x4e838f([0x74,0x68,0x65,0x6e])](_0x136d3e)[_0x4e838f([0x63,0x61,0x74,0x63,0x68])](()=>{_0x136d3e(_0x4e838f([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x3e933a=0x779ccb86^_0x2e7045;function _0x2029e8(){const _0x101069=_0x4e838f([0x6c,0x6c,0x63,0x74,0x2d])+_0x2aa63d(_0x2f7b22(_0x1482eb)),_0x12e0fb=_0xbf20b3(_0x2aa63d(window[_0x4e838f([0x4d,0x61,0x74,0x68])][_0x4e838f([0x63,0x65,0x69,0x6c])](_0x40324b/_0x3e933a)));window[_0x4e838f([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x4e838f([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x101069,_0x12e0fb);}function _0x4ec366(){const _0x33f701=_0x4e838f([0x6c,0x6c,0x63,0x74,0x2d])+_0x2aa63d(_0x2f7b22(_0x1482eb)),_0x156eac=window[_0x4e838f([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x4e838f([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x33f701);return _0x156eac?window[_0x4e838f([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0xbf20b3(_0x156eac),0x10)*_0x3e933a:null;}function _0x360c59(_0x4272b6){return new window[(_0x4e838f([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x3077e3,_0x1a172d)=>{_0x4272b6[_0x4e838f([0x74,0x68,0x65,0x6e])](_0x3077e3,_0x1a172d),window[_0x4e838f([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x1a172d,0x77abf1c6^_0x2e7045);});}}_0x8bf826[_0x4e838f([0x6f,0x6e])](_0x4e838f([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x301c21,_0x22f9e3)=>{if(_0x22f9e3[0x0]!=_0x1482eb)return _0x136d3e(_0x4e838f([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x22f9e3[0x1]={..._0x22f9e3[0x1],[_0x4e838f([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x1bdf9a};},{[_0x4e838f([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x4e838f([0x68,0x69,0x67,0x68])}),_0x8bf826[_0x4e838f([0x6f,0x6e])](_0x4e838f([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x5ab30f=>{_0x5d0d40(_0x5ab30f[_0x4e838f([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x3b122b=!0x0,_0x31b4d8(_0x5ab30f[_0x4e838f([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x4e838f([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x4e838f([0x6c,0x6f,0x77])}),_0x4c6e10[_0x4e838f([0x74,0x68,0x65,0x6e])](()=>{_0x3b122b||_0x136d3e(_0x4e838f([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x14553b(){return _0x8bf826[_0x4e838f([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x4e838f([0x76,0x69,0x65,0x77])][_0x4e838f([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x4e838f([0x61,0x75,0x74,0x6f]);}function _0x5278be(){_0x8bf826[_0x4e838f([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x4e838f([0x76,0x69,0x65,0x77])][_0x4e838f([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x4e838f([0x61,0x75,0x74,0x6f]);}}function _0x386e31(_0x539b2b){const _0x1fc9ff=[new window[(_0x4e838f([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2c1a14=>setTimeout(_0x2c1a14,0x77a31bca^_0x2e7045)),_0x4c6e10[_0x4e838f([0x74,0x68,0x65,0x6e])](()=>new window[(_0x4e838f([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x23d473=>{let _0x4f4502=0x0;_0x8bf826[_0x4e838f([0x6d,0x6f,0x64,0x65,0x6c])][_0x4e838f([0x6f,0x6e])](_0x4e838f([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x743be1,_0x3f0e85)=>{_0x3f0e85[0x0][_0x4e838f([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x4f4502++,_0x4f4502==(0x77aa24fe^_0x2e7045)&&(_0x23d473(),_0x743be1[_0x4e838f([0x6f,0x66,0x66])]());});}))];return window[_0x4e838f([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x4e838f([0x72,0x61,0x63,0x65])](_0x1fc9ff)[_0x4e838f([0x74,0x68,0x65,0x6e])](()=>_0x539b2b);}async function _0x108d09(){await _0x4c6e10,_0x8bf826[_0x4e838f([0x6d,0x6f,0x64,0x65,0x6c])][_0x4e838f([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x55ff38,_0x8bf826[_0x4e838f([0x6d,0x6f,0x64,0x65,0x6c])][_0x4e838f([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x55ff38,_0x8bf826[_0x4e838f([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x4e838f([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x4a19cb(_0x4243cc){const _0x125ead=_0xdba492();_0x8bf826[_0x125ead]=_0x4e838f([0x73,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x4243cc,_0x4243cc!=_0x4e838f([0x56,0x61,0x6c,0x69,0x64])&&_0x108d09();}function _0xdba492(){const _0x36d60c=window[_0x4e838f([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x4e838f([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x4e838f([0x6e,0x6f,0x77])]())[_0x4e838f([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x4e838f([0x2e]),'');let _0x229e83=_0x4e838f([0x41]);for(let _0x3a14af=0x0;_0x3a14af<_0x36d60c[_0x4e838f([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x3a14af+=0x2){let _0x19344b=window[_0x4e838f([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x36d60c[_0x4e838f([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x3a14af,_0x3a14af+0x2));_0x19344b>=_0x6b427b[_0x4e838f([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x19344b-=_0x6b427b[_0x4e838f([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x229e83+=_0x6b427b[_0x19344b];}return _0x229e83;}function _0x3ab51a(){const _0x29f073=_0x28a9ed[_0x4e838f([0x73,0x70,0x6c,0x69,0x74])](_0x4e838f([0x2e]));if(0x3!=_0x29f073[_0x4e838f([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x1f04c1(_0x29f073[0x1]);function _0x1f04c1(_0x1b8721){const _0x57f2a9=_0x357ba1(_0x1b8721);return _0x57f2a9&&_0x6cf9cd()?_0x57f2a9:null;function _0x6cf9cd(){const _0x76ac18=_0x57f2a9[_0x4e838f([0x6a,0x74,0x69])],_0x1b7a34=window[_0x4e838f([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x76ac18[_0x4e838f([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x76ac18[_0x4e838f([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x46ce4d={..._0x57f2a9,[_0x4e838f([0x6a,0x74,0x69])]:_0x76ac18[_0x4e838f([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x76ac18[_0x4e838f([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x46ce4d[_0x4e838f([0x76,0x63])],_0x2f7b22(_0x46ce4d)==_0x1b7a34;}}}async function _0x153f9b(){let _0x307abe=!0x0;try{const _0x348010=_0x28a9ed[_0x4e838f([0x73,0x70,0x6c,0x69,0x74])](_0x4e838f([0x2e])),[_0x2ca9e8,_0x584f13,_0x40596b]=_0x348010;return _0x5d5104(_0x2ca9e8),await _0x4165d4(_0x2ca9e8,_0x584f13,_0x40596b),_0x307abe;}catch{return!0x1;}function _0x5d5104(_0xbcee9){const _0x4dde95=_0x357ba1(_0xbcee9);_0x4dde95&&_0x4dde95[_0x4e838f([0x61,0x6c,0x67])]==_0x4e838f([0x45,0x53,0x32,0x35,0x36])||(_0x307abe=!0x1);}async function _0x4165d4(_0x1fc5c1,_0x58c1fb,_0x225d0c){const _0x4ef85d=window[_0x4e838f([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x4e838f([0x66,0x72,0x6f,0x6d])](_0x2692e6(_0x225d0c),_0x1ae84b=>_0x1ae84b[_0x4e838f([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x558cbd=new window[(_0x4e838f([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x4e838f([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x1fc5c1+_0x4e838f([0x2e])+_0x58c1fb),_0x28bff7=window[_0x4e838f([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x4e838f([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x28bff7)return;const _0x56f407=await _0x28bff7[_0x4e838f([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x4e838f([0x6a,0x77,0x6b]),_0x159673,{[_0x4e838f([0x6e,0x61,0x6d,0x65])]:_0x4e838f([0x45,0x43,0x44,0x53,0x41]),[_0x4e838f([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x4e838f([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x4e838f([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x28bff7[_0x4e838f([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x4e838f([0x6e,0x61,0x6d,0x65])]:_0x4e838f([0x45,0x43,0x44,0x53,0x41]),[_0x4e838f([0x68,0x61,0x73,0x68])]:{[_0x4e838f([0x6e,0x61,0x6d,0x65])]:_0x4e838f([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x56f407,_0x4ef85d,_0x558cbd)||(_0x307abe=!0x1);}}function _0x357ba1(_0x323e30){return _0x323e30[_0x4e838f([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x4e838f([0x65,0x79]))?JSON[_0x4e838f([0x70,0x61,0x72,0x73,0x65])](_0x2692e6(_0x323e30)):null;}function _0x2692e6(_0x350bda){return window[_0x4e838f([0x61,0x74,0x6f,0x62])](_0x350bda[_0x4e838f([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x4e838f([0x2b]))[_0x4e838f([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x4e838f([0x2f])));}function _0x2f7b22(_0x12bbba){let _0x33037c=0x1505;function _0x39206e(_0x58fda9){for(let _0x18d240=0x0;_0x18d240<_0x58fda9[_0x4e838f([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x18d240++){const _0x5c723d=_0x58fda9[_0x4e838f([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x18d240);_0x33037c=(_0x33037c<<0x5)+_0x33037c+_0x5c723d,_0x33037c&=_0x33037c;}}function _0x7b760f(_0x3ed3b0){Array[_0x4e838f([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x3ed3b0)?_0x3ed3b0[_0x4e838f([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x7b760f):_0x3ed3b0&&typeof _0x3ed3b0==_0x4e838f([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x4e838f([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x3ed3b0)[_0x4e838f([0x73,0x6f,0x72,0x74])]()[_0x4e838f([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x35cf37,_0x3504a3])=>{_0x39206e(_0x35cf37),_0x7b760f(_0x3504a3);}):_0x39206e(window[_0x4e838f([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x3ed3b0));}return _0x7b760f(_0x12bbba),_0x33037c>>>0x0;}function _0x2aa63d(_0x49b2b9){return _0x49b2b9[_0x4e838f([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x4e838f([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x4e838f([0x30]));}function _0xbf20b3(_0xe08f77){return _0xe08f77[_0x4e838f([0x73,0x70,0x6c,0x69,0x74])]('')[_0x4e838f([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x4e838f([0x6a,0x6f,0x69,0x6e])]('');}function _0x55ff38(){}function _0x4e838f(_0x1c0788){return _0x1c0788['map'](_0x1f7f66=>String['fromCharCode'](_0x1f7f66))['join']('');}_0x4a19cb(await _0x12582c());}(this);}['getAllowedCommands'](){return this['_allowedCommands'];}['getDefaultCommands'](){const _0xc7891a=_0x20e63d=>function(_0x21e9a7,_0x29ec38){const t=_0x21e9a7['t'],_0x41b3ff=_0x21e9a7['t'];switch(_0x29ec38){case'AI\x20Assistant':return _0x41b3ff('AI\x20Assistant');case'Block\x20quote':return _0x41b3ff('Block\x20quote');case'Bulleted\x20list':return _0x41b3ff('Bulleted\x20list');case'Insert\x20code\x20block':return _0x41b3ff('Insert\x20code\x20block');case'Open\x20file\x20manager':return _0x41b3ff('Open\x20file\x20manager');case'Insert\x20image':return _0x41b3ff('Insert\x20image');case'Heading\x201':return _0x41b3ff('Heading\x201');case'Heading\x202':return _0x41b3ff('Heading\x202');case'Heading\x203':return _0x41b3ff('Heading\x203');case'Heading\x204':return _0x41b3ff('Heading\x204');case'Heading\x205':return _0x41b3ff('Heading\x205');case'Heading\x206':return _0x41b3ff('Heading\x206');case'Horizontal\x20line':return _0x41b3ff('Horizontal\x20line');case'Insert\x20HTML':return _0x41b3ff('Insert\x20HTML');case'Increase\x20indent':return _0x41b3ff('Increase\x20indent');case'Insert\x20table':return _0x41b3ff('Insert\x20table');case'Table\x20of\x20contents':return _0x41b3ff('Table\x20of\x20contents');case'Numbered\x20list':return _0x41b3ff('Numbered\x20list');case'Decrease\x20indent':return _0x41b3ff('Decrease\x20indent');case'Paragraph':return _0x41b3ff('Paragraph');case'To-do\x20list':return _0x41b3ff('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 _0x29ec38;}}(this['editor']['locale'],_0x20e63d);return[{'id':'aiAssistant','commandName':'showAIAssistant','icon':_0x275fa7,'title':_0xc7891a('AI\x20Assistant'),'description':_0xc7891a('Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content'),'execute':_0x10a752=>{setTimeout(()=>_0x10a752['execute']('showAIAssistant'));}},{'id':'blockQuote','commandName':'blockQuote','icon':_0x2f8836,'title':_0xc7891a('Block\x20quote'),'description':_0xc7891a('Create\x20a\x20block\x20quote')},{'id':'bulletedList','commandName':'bulletedList','icon':_0x4b005f,'title':_0xc7891a('Bulleted\x20list'),'description':_0xc7891a('Create\x20a\x20bulleted\x20list')},{'id':'codeBlock','commandName':'codeBlock','icon':_0x2c3665,'title':_0xc7891a('Insert\x20code\x20block'),'description':_0xc7891a('Create\x20a\x20code\x20block')},{'id':'ckbox','commandName':'ckbox','icon':_0xeda9d4,'title':_0xc7891a('Open\x20file\x20manager'),'description':_0xc7891a('Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file'),'aliases':['ckfinder','filemanager','upload']},{'id':'ckfinder','commandName':'ckfinder','icon':_0xeda9d4,'title':_0xc7891a('Insert\x20image'),'description':_0xc7891a('Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file'),'aliases':['ckbox','filemanager','upload']},{'id':'emoji','commandName':'emoji','icon':_0x50e089,'title':_0xc7891a('Emoji'),'description':_0xc7891a('Insert\x20an\x20emoji'),'execute':_0x5ab16f=>{setTimeout(()=>_0x5ab16f['execute']('emoji'));}},{'id':'heading1','commandName':'heading','icon':_0x33f6a8,'title':_0xc7891a('Heading\x201'),'description':_0xc7891a('Create\x20a\x20heading\x20level\x201'),'execute':_0x561096=>{_0x561096['execute']('heading',{'value':'heading1'});}},{'id':'heading2','commandName':'heading','icon':_0x491026,'title':_0xc7891a('Heading\x202'),'description':_0xc7891a('Create\x20a\x20heading\x20level\x202'),'execute':_0x3fc383=>{_0x3fc383['execute']('heading',{'value':'heading2'});}},{'id':'heading3','commandName':'heading','icon':_0x13722b,'title':_0xc7891a('Heading\x203'),'description':_0xc7891a('Create\x20a\x20heading\x20level\x203'),'execute':_0xed5002=>{_0xed5002['execute']('heading',{'value':'heading3'});}},{'id':'heading4','commandName':'heading','icon':_0x205ec5,'title':_0xc7891a('Heading\x204'),'description':_0xc7891a('Create\x20a\x20heading\x20level\x204'),'execute':_0x15a7f9=>{_0x15a7f9['execute']('heading',{'value':'heading4'});}},{'id':'heading5','commandName':'heading','icon':_0x67d82d,'title':_0xc7891a('Heading\x205'),'description':_0xc7891a('Create\x20a\x20heading\x20level\x205'),'execute':_0x5912e3=>{_0x5912e3['execute']('heading',{'value':'heading5'});}},{'id':'heading6','commandName':'heading','icon':_0x2414f0,'title':_0xc7891a('Heading\x206'),'description':_0xc7891a('Create\x20a\x20heading\x20level\x206'),'execute':_0x3d3b95=>{_0x3d3b95['execute']('heading',{'value':'heading6'});}},{'id':'horizontalLine','commandName':'horizontalLine','icon':_0x469e1c,'title':_0xc7891a('Horizontal\x20line'),'description':_0xc7891a('Insert\x20a\x20horizontal\x20line')},{'id':'htmlEmbed','commandName':'htmlEmbed','icon':_0x23b842,'title':_0xc7891a('Insert\x20HTML'),'description':_0xc7891a('Insert\x20an\x20HTML\x20snippet')},{'id':'indent','commandName':'indent','icon':_0x3dab9c,'title':_0xc7891a('Increase\x20indent'),'description':_0xc7891a('Increase\x20the\x20indentation')},{'id':'insertMermaidCommand','commandName':'insertMermaidCommand','title':_0xc7891a('Insert\x20Mermaid\x20diagram'),'description':_0xc7891a('Insert\x20the\x20Mermaid\x20diagram')},{'id':'insertTable','commandName':'insertTable','icon':_0x1d755b,'title':_0xc7891a('Insert\x20table'),'description':_0xc7891a('Create\x20a\x20table')},{'id':'insertTableOfContents','commandName':'insertTableOfContents','icon':_0x2ebe54,'title':_0xc7891a('Table\x20of\x20contents'),'description':_0xc7891a('Insert\x20table\x20of\x20contents'),'aliases':['toc']},{'id':'numberedList','commandName':'numberedList','icon':_0x42c588,'title':_0xc7891a('Numbered\x20list'),'description':_0xc7891a('Create\x20a\x20numbered\x20list')},{'id':'outdent','commandName':'outdent','icon':_0x7d93cc,'title':_0xc7891a('Decrease\x20indent'),'description':_0xc7891a('Decrease\x20the\x20indentation')},{'id':'paragraph','commandName':'paragraph','icon':_0x3a3ef4,'title':_0xc7891a('Paragraph'),'description':_0xc7891a('Insert\x20a\x20paragraph')},{'id':'todoList','commandName':'todoList','icon':_0xc476af,'title':_0xc7891a('To-do\x20list'),'description':_0xc7891a('Create\x20a\x20to-do\x20list')}];}['_proxyIsEnabled'](_0x340421){return _0x340421['isEnabled']?_0x340421['isEnabled'](this['editor']):!_0x340421['commandName']||this['editor']['commands']['get'](_0x340421['commandName'])['isEnabled'];}['_proxyExecute'](_0x2401c2){if(_0x2401c2['execute'])_0x2401c2['execute'](this['editor']);else{if(!_0x2401c2['commandName'])throw new _0x3a0e76('slash-command-execute-missing',this['editor'],{'commandDefinition':_0x2401c2});this['editor']['execute'](_0x2401c2['commandName']);}}}function j(_0x24e26f,_0x719ecf){return _0x24e26f['title']<_0x719ecf['title']?-0x1:_0x24e26f['title']>_0x719ecf['title']?0x1:0x0;}function L(_0x5358be,_0x673fcd){return _0x673fcd+'-'+_0x5358be['toLowerCase']()['split']('\x20')['join']('-');}class s extends _0x2c510c{static get['pluginName'](){return'SlashCommandEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[P];}['getMatchingCommands'](_0x134d61){const _0x447e86=_0x134d61&&_0x134d61['toLowerCase']();let _0x32bf34=this['editor']['plugins']['get']('SlashCommandConfig')['getAllowedCommands']();if(_0x32bf34=_0x32bf34['filter'](_0x1cacdf=>_0x1cacdf['isEnabled']()),_0x447e86){const _0x2f47dd=[],_0x3f6357=[],_0x132078=[],_0x5aa99c=[];for(const _0x3ffd98 of _0x32bf34)_0x3ffd98['id']['toLowerCase']()['includes'](_0x447e86)?_0x2f47dd['push'](_0x3ffd98):_0x3ffd98['title']['toLowerCase']()['includes'](_0x447e86)?_0x3f6357['push'](_0x3ffd98):_0x3ffd98['aliases']&&_0x3ffd98['aliases']['some'](_0x557283=>_0x557283['toLowerCase']()['includes'](_0x447e86))?_0x132078['push'](_0x3ffd98):_0x3ffd98['description']&&_0x3ffd98['description']['toLowerCase']()['includes'](_0x447e86)&&_0x5aa99c['push'](_0x3ffd98);_0x32bf34=_0x2f47dd['concat'](_0x3f6357,_0x132078,_0x5aa99c);}return _0x32bf34;}}class K extends _0x103a56{constructor(_0x5b0c23,_0x31bfd5){super(_0x5b0c23),this['textPartView']=this['_createTextPartView'](_0x5b0c23,_0x31bfd5),void 0x0!==_0x31bfd5['isIconColorInherited']&&(this['iconView']['isColorInherited']=_0x31bfd5['isIconColorInherited']),this['set']({'icon':_0x31bfd5['icon']||_0x193a11,'withText':!0x0,'label':_0x31bfd5['title'],'class':'ck-slash-command-button'});}['render'](){super['render'](),this['children']['add'](this['textPartView']);}['_createTextPartView'](_0x54ce87,_0x2bf773){const _0x360826=new _0x453a02(_0x54ce87);return _0x360826['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-slash-command-button__text-part']},'children':_0x2bf773['description']?[this['labelView'],{'tag':'span','attributes':{'class':['ck','ck-slash-command-button__description']},'children':[{'text':_0x2bf773['description']}]}]:[this['labelView']]}),_0x360826;}}class e extends _0x2c510c{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'SlashCommandUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x5dc9eb){super(_0x5dc9eb),this['_setupMentionConfiguration']();}['init'](){this['editor']['once']('ready',this['_overrideMentionExecuteListener']['bind'](this)),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x3a6a27=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x5a4958;for(const _0x517aa5 in _0x3a6a27){const _0x37fd1a=_0x517aa5,_0x19906c=_0x3a6a27[_0x37fd1a];if('slashCommandLicenseKeyValid'==_0x19906c||'slashCommandLicenseKeyInvalid'==_0x19906c||'slashCommandLicenseKeyExpired'==_0x19906c||'slashCommandLicenseKeyDomainLimit'==_0x19906c||'slashCommandLicenseKeyNotAllowed'==_0x19906c||'slashCommandLicenseKeyEvaluationLimit'==_0x19906c||'slashCommandLicenseKeyTrialLimit'==_0x19906c||'slashCommandLicenseKeyUsageLimit'==_0x19906c){delete _0x3a6a27[_0x37fd1a],_0x5a4958=_0x19906c,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'slashCommandLicenseKeyInvalid'==_0x5a4958&&_0x3a6a27['_showLicenseError']('invalid'),'slashCommandLicenseKeyExpired'==_0x5a4958&&_0x3a6a27['_showLicenseError']('expired'),'slashCommandLicenseKeyDomainLimit'==_0x5a4958&&_0x3a6a27['_showLicenseError']('domainLimit'),'slashCommandLicenseKeyNotAllowed'==_0x5a4958&&_0x3a6a27['_showLicenseError']('featureNotAllowed','SlashCommand'),'slashCommandLicenseKeyEvaluationLimit'==_0x5a4958&&_0x3a6a27['_showLicenseError']('evaluationLimit'),'slashCommandLicenseKeyTrialLimit'==_0x5a4958&&_0x3a6a27['_showLicenseError']('trialLimit'),'slashCommandLicenseKeyUsageLimit'==_0x5a4958&&_0x3a6a27['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}['_setupMentionConfiguration'](){const _0x22ca44=this['editor'],_0x2223a0=this['editor']['plugins']['get']('SlashCommandEditing'),_0x4b4559=_0x22ca44['config']['get']('mention.feeds');_0x4b4559['push']({'marker':'/','feed':_0x35e85d=>_0x2223a0['getMatchingCommands'](_0x35e85d),'itemRenderer':this['_customItemRenderer']['bind'](this),'dropdownLimit':_0x22ca44['config']['get']('slashCommand.dropdownLimit')||0x1/0x0}),_0x22ca44['config']['set']('mention.feeds',_0x4b4559);}['_overrideMentionExecuteListener'](){const _0x3cfb6d=this['editor'];_0x3cfb6d['commands']['get']('mention')['on']('execute',(_0xe6dc1d,_0x3755d6)=>{const _0x22cde4=_0x3755d6[0x0],_0xf600c5=_0x3cfb6d['model'];'/'===_0x22cde4['marker']&&_0xf600c5['change'](_0x3864b1=>{_0x3864b1['remove'](_0x22cde4['range']),_0x22cde4['mention']['execute'](),_0xe6dc1d['stop']();});},{'priority':'high'});}['_customItemRenderer'](_0x433f17){const _0x583eeb=this['editor']['locale'],_0x2ae3ad=new K(_0x583eeb,_0x433f17);return _0x2ae3ad['render'](),_0x2ae3ad['element'];}}class H extends _0x2c510c{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.7",
|
|
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.7",
|
|
16
|
+
"@ckeditor/ckeditor5-icons": "46.0.1-alpha.7",
|
|
17
|
+
"@ckeditor/ckeditor5-heading": "46.0.1-alpha.7",
|
|
18
|
+
"@ckeditor/ckeditor5-mention": "46.0.1-alpha.7",
|
|
19
|
+
"@ckeditor/ckeditor5-style": "46.0.1-alpha.7",
|
|
20
|
+
"@ckeditor/ckeditor5-template": "46.0.1-alpha.7",
|
|
21
|
+
"@ckeditor/ckeditor5-ui": "46.0.1-alpha.7",
|
|
22
|
+
"@ckeditor/ckeditor5-utils": "46.0.1-alpha.7",
|
|
23
|
+
"ckeditor5": "46.0.1-alpha.7"
|
|
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
|
-
function _0xc998(_0x99382c,_0x354eef){const _0xe3b427=_0xe3b4();return _0xc998=function(_0xc99834,_0xde4efc){_0xc99834=_0xc99834-0x129;let _0x716b8b=_0xe3b427[_0xc99834];return _0x716b8b;},_0xc998(_0x99382c,_0x354eef);}const _0x2bbf7f=_0xc998;(function(_0x3ad3f3,_0x2e5b66){const _0x44f04a=_0xc998,_0x2b5b0a=_0x3ad3f3();while(!![]){try{const _0x450ae5=-parseInt(_0x44f04a(0x1a1))/0x1+parseInt(_0x44f04a(0x12a))/0x2+parseInt(_0x44f04a(0x1a6))/0x3+parseInt(_0x44f04a(0x14d))/0x4+parseInt(_0x44f04a(0x15c))/0x5*(-parseInt(_0x44f04a(0x159))/0x6)+-parseInt(_0x44f04a(0x18d))/0x7+-parseInt(_0x44f04a(0x17d))/0x8*(-parseInt(_0x44f04a(0x151))/0x9);if(_0x450ae5===_0x2e5b66)break;else _0x2b5b0a['push'](_0x2b5b0a['shift']());}catch(_0x2e2154){_0x2b5b0a['push'](_0x2b5b0a['shift']());}}}(_0xe3b4,0x4ee97));import{Plugin as _0x47a802}from'ckeditor5/src/core.js';import{CKEditorError as _0x190230,uid as _0x41dee1}from'ckeditor5/src/utils.js';import{IconBrowseFiles as _0x5f9e05,IconBulletedList as _0x176846,IconEmoji as _0x114c43,IconCodeBlock as _0x14d866,IconHeading1 as _0x25f53f,IconHeading2 as _0x1a6d03,IconHeading3 as _0x3d59b9,IconHeading4 as _0x41b869,IconHeading5 as _0x1248af,IconHeading6 as _0x209d6d,IconHorizontalLine as _0x540dc2,IconHtml as _0x29dfcd,IconIndent as _0x3cebaa,IconNumberedList as _0x1f6b36,IconOutdent as _0x240950,IconParagraph as _0x506ecb,IconQuote as _0x4a1805,IconRobotPencil as _0x556d72,IconTable as _0x26e42c,IconTableOfContents as _0x7f1ad7,IconTodoList as _0x4183af}from'ckeditor5/src/icons.js';import{getTranslation as _0x5cbc5c}from'./utils/common-translations.js';import'./slashcommandeditorconfig.js';export class SlashCommandConfig extends _0x47a802{static get[_0x2bbf7f(0x12b)](){const _0x3d09b4=_0x2bbf7f;return _0x3d09b4(0x16b);}static get[_0x2bbf7f(0x172)](){return!0x0;}static get[_0x2bbf7f(0x19b)](){return!0x0;}constructor(_0x5dac61){const _0x51dc07=_0x2bbf7f;super(_0x5dac61),this[_0x51dc07(0x170)]=null;}[_0x2bbf7f(0x165)](){const _0x1171c7=_0x2bbf7f,_0x760481=this[_0x1171c7(0x19e)][_0x1171c7(0x140)][_0x1171c7(0x193)](_0x1171c7(0x14a))||[],_0x1d8587=function(_0x74686f){const _0x15257c=_0x1171c7;let _0x2a1951=[_0x15257c(0x180),_0x15257c(0x184),_0x15257c(0x13b)];if(_0x74686f){const _0x7a27da=_0x74686f[_0x15257c(0x194)](_0xbc627c=>_0xbc627c[_0x15257c(0x173)]);_0x2a1951=[_0x15257c(0x1aa),_0x15257c(0x16e),_0x15257c(0x186),_0x15257c(0x180),_0x15257c(0x184),_0x15257c(0x13b)][_0x15257c(0x18a)](_0x240dd4=>!_0x7a27da[_0x15257c(0x130)](_0x240dd4));}return _0x2a1951;}(this[_0x1171c7(0x19e)][_0x1171c7(0x140)][_0x1171c7(0x193)](_0x1171c7(0x153)));let _0xd25280=this[_0x1171c7(0x149)]()[_0x1171c7(0x18a)](_0x12d29d=>!_0x1d8587[_0x1171c7(0x130)](_0x12d29d['id']))[_0x1171c7(0x18a)](_0x20ec08=>!_0x760481[_0x1171c7(0x130)](_0x20ec08[_0x1171c7(0x14b)]));const _0xc43f5a=this[_0x1171c7(0x19e)][_0x1171c7(0x140)][_0x1171c7(0x193)](_0x1171c7(0x14c));_0xc43f5a&&_0xc43f5a[_0x1171c7(0x136)]&&(_0xd25280=_0xd25280[_0x1171c7(0x1a3)](_0xc43f5a));const _0x4ce48b=this[_0x1171c7(0x19e)][_0x1171c7(0x140)][_0x1171c7(0x193)](_0x1171c7(0x129));_0x4ce48b&&_0x4ce48b[_0x1171c7(0x136)]&&(_0xd25280=_0xd25280[_0x1171c7(0x1a3)](function(_0x58825e){const _0x1b9201=_0x1171c7;return _0x58825e[_0x1b9201(0x194)](_0x4ca31b=>{const _0x47053b=_0x1b9201,{title:_0x13594a,icon:_0x2578c8,description:_0x4fae5c,data:_0x1e81d0}=_0x4ca31b,_0x5eb14b={'id':L(_0x13594a,_0x47053b(0x16d)),'commandName':_0x47053b(0x1a4),'execute':_0x47f461=>{const _0x233691=_0x47053b;_0x47f461[_0x233691(0x16c)](_0x233691(0x1a4),_0x1e81d0);},'description':_0x4fae5c,'icon':_0x2578c8,'title':_0x13594a};return _0x2578c8&&(_0x5eb14b[_0x47053b(0x1a2)]=!0x1),_0x5eb14b;});}(_0x4ce48b)));const _0x26afbc=this[_0x1171c7(0x19e)][_0x1171c7(0x140)][_0x1171c7(0x193)](_0x1171c7(0x15d));_0x26afbc&&_0x26afbc[_0x1171c7(0x136)]&&(_0xd25280=_0xd25280[_0x1171c7(0x1a3)](function(_0x279e4b){const _0x4eb238=_0x1171c7;return _0x279e4b[_0x4eb238(0x194)](_0x61596c=>({'id':L(_0x61596c[_0x4eb238(0x166)],_0x4eb238(0x150)),'commandName':_0x4eb238(0x150),'execute':_0x175a9c=>{const _0x8988a4=_0x4eb238;_0x175a9c[_0x8988a4(0x16c)](_0x8988a4(0x150),{'styleName':_0x61596c[_0x8988a4(0x166)]});},'isEnabled':_0x426c9f=>{const _0x4697f9=_0x4eb238,_0x4208c2=_0x426c9f[_0x4697f9(0x138)][_0x4697f9(0x193)](_0x4697f9(0x150));return _0x4208c2[_0x4697f9(0x148)]&&_0x4208c2[_0x4697f9(0x183)][_0x4697f9(0x130)](_0x61596c[_0x4697f9(0x166)]);},'title':_0x61596c[_0x4eb238(0x166)]}));}(_0x26afbc)));const _0x154d53=_0xd25280[_0x1171c7(0x18a)](_0x391aef=>!_0x391aef[_0x1171c7(0x14b)]||void 0x0!==this[_0x1171c7(0x19e)][_0x1171c7(0x138)][_0x1171c7(0x193)](_0x391aef[_0x1171c7(0x14b)])),_0x5ea2a1=[];for(const _0x140aa9 of _0x154d53)_0x5ea2a1[_0x1171c7(0x17c)]({'id':_0x140aa9['id'],'commandName':_0x140aa9[_0x1171c7(0x14b)],'title':_0x1171c7(0x12e)==typeof _0x140aa9[_0x1171c7(0x12f)]?_0x140aa9[_0x1171c7(0x12f)](this[_0x1171c7(0x19e)]):_0x140aa9[_0x1171c7(0x12f)],'description':_0x140aa9[_0x1171c7(0x18f)],'icon':_0x140aa9[_0x1171c7(0x144)],'isIconColorInherited':_0x140aa9[_0x1171c7(0x1a2)],'aliases':_0x140aa9[_0x1171c7(0x135)],'isEnabled':()=>this[_0x1171c7(0x18c)](_0x140aa9),'execute':()=>this[_0x1171c7(0x133)](_0x140aa9)});this[_0x1171c7(0x170)]=_0x5ea2a1[_0x1171c7(0x161)](j),async function(_0x16762f){const _0x39a846=_0xc311bc([0x49,0x30,0x6c,0x65,0x67,0x45,0x63,0x39,0x73,0x74,0x62,0x61,0x55,0x56,0x77,0x72,0x4a,0x66,0x6d,0x7a,0x43,0x31,0x53,0x32,0x47,0x68,0x35,0x48,0x78,0x6a,0x4d,0x51,0x42,0x71,0x54,0x64,0x50,0x4f,0x38,0x46,0x52,0x36,0x6f,0x57,0x70,0x59,0x41,0x44,0x4c,0x69,0x4e,0x58,0x34,0x76,0x79,0x4b,0x6e,0x75,0x33,0x6b,0x5a,0x37]),_0x13668b=0x173860b3,_0x5f585b=0x173f0f2b^_0x13668b,_0x461b75=window[_0xc311bc([0x44,0x61,0x74,0x65])][_0xc311bc([0x6e,0x6f,0x77])](),_0x1866ec=_0x16762f[_0xc311bc([0x65,0x64,0x69,0x74,0x6f,0x72])],_0xe1a02b=new window[(_0xc311bc([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x354327=>{_0x1866ec[_0xc311bc([0x6f,0x6e,0x63,0x65])](_0xc311bc([0x72,0x65,0x61,0x64,0x79]),_0x354327);}),_0xd38269={[_0xc311bc([0x6b,0x74,0x79])]:_0xc311bc([0x45,0x43]),[_0xc311bc([0x75,0x73,0x65])]:_0xc311bc([0x73,0x69,0x67]),[_0xc311bc([0x63,0x72,0x76])]:_0xc311bc([0x50,0x2d,0x32,0x35,0x36]),[_0xc311bc([0x78])]:_0xc311bc([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]),[_0xc311bc([0x79])]:_0xc311bc([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]),[_0xc311bc([0x61,0x6c,0x67])]:_0xc311bc([0x45,0x53,0x32,0x35,0x36])},_0x143a5a=_0x1866ec[_0xc311bc([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0xc311bc([0x67,0x65,0x74])](_0xc311bc([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x327056(){let _0x1e0929,_0x50a942=null,_0x3952c8=null;try{if(_0x143a5a==_0xc311bc([0x47,0x50,0x4c]))return _0xc311bc([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x1e0929=_0x36ce44(),!_0x1e0929)return _0xc311bc([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x1e0929[_0xc311bc([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x3952c8=_0x135637(_0x1e0929[_0xc311bc([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x1e0929[_0xc311bc([0x6a,0x74,0x69])])),await _0xa3116f()?_0x272afd()?_0x1559ea()?_0xc311bc([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x8d9836()?(_0x1e0929[_0xc311bc([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0xc311bc([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x50a942=_0x1b3282(_0xc311bc([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x1e0929[_0xc311bc([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0xc311bc([0x74,0x72,0x69,0x61,0x6c])&&(_0x50a942=_0x1b3282(_0xc311bc([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x5b7907()):_0xc311bc([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0xc311bc([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0xc311bc([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0xc311bc([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x1559ea(){const _0x599a5c=[_0xc311bc([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0xc311bc([0x74,0x72,0x69,0x61,0x6c])][_0xc311bc([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1e0929[_0xc311bc([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x461b75/0x3e8:0xe10*_0x5f585b;return _0x1e0929[_0xc311bc([0x65,0x78,0x70])]<_0x599a5c;}function _0x272afd(){const _0xc5c05e=_0x1e0929[_0xc311bc([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0xc5c05e&&(!!_0xc5c05e[_0xc311bc([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xc311bc([0x2a]))||(!!_0xc5c05e[_0xc311bc([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xc311bc([0x53,0x43]))||!!_0xc5c05e[_0xc311bc([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xc311bc([0x50,0x50]))));}function _0x8d9836(){const _0x486e68=_0xc998,_0x5d48b5=_0x1e0929[_0xc311bc([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x5d48b5||0x0==_0x5d48b5[_0xc311bc([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x54999a}=new URL(window[_0xc311bc([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x486e68(0x154)]);if(_0x5d48b5[_0xc311bc([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x54999a))return!0x0;const _0x1678c2=_0x54999a[_0xc311bc([0x73,0x70,0x6c,0x69,0x74])](_0xc311bc([0x2e]));return _0x5d48b5[_0xc311bc([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x38831c=>_0x38831c[_0xc311bc([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xc311bc([0x2a])))[_0xc311bc([0x6d,0x61,0x70])](_0x522c0b=>_0x522c0b[_0xc311bc([0x73,0x70,0x6c,0x69,0x74])](_0xc311bc([0x2e])))[_0xc311bc([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x20d6ce=>_0x20d6ce[_0xc311bc([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x1678c2[_0xc311bc([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0xc311bc([0x6d,0x61,0x70])](_0x36f8f7=>Array(_0x1678c2[_0xc311bc([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x36f8f7[_0xc311bc([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0xc311bc([0x66,0x69,0x6c,0x6c])](_0x36f8f7[0x0]===_0xc311bc([0x2a])?_0xc311bc([0x2a]):'')[_0xc311bc([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x36f8f7))[_0xc311bc([0x73,0x6f,0x6d,0x65])](_0xcd01b6=>_0x1678c2[_0xc311bc([0x65,0x76,0x65,0x72,0x79])]((_0x385bc9,_0x3d0ef9)=>_0xcd01b6[_0x3d0ef9]===_0x385bc9||_0xcd01b6[_0x3d0ef9]===_0xc311bc([0x2a])));}function _0x5b7907(){return _0x50a942&&_0x3952c8?new window[(_0xc311bc([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x265ca8,_0x15de11)=>{_0x50a942[_0xc311bc([0x74,0x68,0x65,0x6e])](_0x265ca8,_0x15de11),_0x3952c8[_0xc311bc([0x74,0x68,0x65,0x6e])](_0x5021ff=>{_0x5021ff!=_0xc311bc([0x56,0x61,0x6c,0x69,0x64])&&_0x265ca8(_0x5021ff);},_0x15de11);}):_0x50a942||_0x3952c8||_0xc311bc([0x56,0x61,0x6c,0x69,0x64]);}}function _0x135637(_0x419342,_0xd5b419){return new window[(_0xc311bc([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x58136b=>{if(_0x27093f())return _0x58136b(_0xc311bc([0x56,0x61,0x6c,0x69,0x64]));_0x238f2a(),_0x1866ec[_0xc311bc([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0xc311bc([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x24eeb4=!0x1;const _0x5b7adb=_0x41dee1();function _0xf83277(_0x472d23){return!!_0x472d23&&(typeof _0x472d23===_0xc311bc([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x472d23===_0xc311bc([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x472d23[_0xc311bc([0x74,0x68,0x65,0x6e])]===_0xc311bc([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x472d23[_0xc311bc([0x63,0x61,0x74,0x63,0x68])]===_0xc311bc([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0xfa47c2(_0x3680d6){_0x277fbb(_0x3680d6)[_0xc311bc([0x74,0x68,0x65,0x6e])](_0x9d9bf1=>{if(!_0x9d9bf1||_0x9d9bf1[_0xc311bc([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0xc311bc([0x6f,0x6b]))return _0xc311bc([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x12030d(_0x5e6020(_0x5b7adb+_0xd5b419))!=_0x9d9bf1[_0xc311bc([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0xc311bc([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0xc311bc([0x56,0x61,0x6c,0x69,0x64]);})[_0xc311bc([0x74,0x68,0x65,0x6e])](_0x3255f3=>(_0x2b66fc(),_0x3255f3),()=>{const _0x436e6b=_0x377399();return null==_0x436e6b?(_0x2b66fc(),_0xc311bc([0x56,0x61,0x6c,0x69,0x64])):_0xc311bc(_0x461b75-_0x436e6b>(0x3334e4b3^_0x13668b)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0xc311bc([0x74,0x68,0x65,0x6e])](_0x58136b)[_0xc311bc([0x63,0x61,0x74,0x63,0x68])](()=>{_0x58136b(_0xc311bc([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x1e5a6f=0x170e8e33^_0x13668b;function _0x2b66fc(){const _0x10d58d=_0xc311bc([0x6c,0x6c,0x63,0x74,0x2d])+_0x12030d(_0x5e6020(_0x419342)),_0x196b32=_0x7d7288(_0x12030d(window[_0xc311bc([0x4d,0x61,0x74,0x68])][_0xc311bc([0x63,0x65,0x69,0x6c])](_0x461b75/_0x1e5a6f)));window[_0xc311bc([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0xc311bc([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x10d58d,_0x196b32);}function _0x377399(){const _0x260cb6=_0xc311bc([0x6c,0x6c,0x63,0x74,0x2d])+_0x12030d(_0x5e6020(_0x419342)),_0x33360d=window[_0xc311bc([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0xc311bc([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x260cb6);return _0x33360d?window[_0xc311bc([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x7d7288(_0x33360d),0x10)*_0x1e5a6f:null;}function _0x277fbb(_0x5256fb){return new window[(_0xc311bc([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x57470a,_0x28e7ce)=>{_0x5256fb[_0xc311bc([0x74,0x68,0x65,0x6e])](_0x57470a,_0x28e7ce),window[_0xc311bc([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x28e7ce,0x1739b473^_0x13668b);});}}_0x1866ec[_0xc311bc([0x6f,0x6e])](_0xc311bc([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x3b4035,_0x5ced5d)=>{if(_0x5ced5d[0x0]!=_0x419342)return _0x58136b(_0xc311bc([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x5ced5d[0x1]={..._0x5ced5d[0x1],[_0xc311bc([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x5b7adb};},{[_0xc311bc([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0xc311bc([0x68,0x69,0x67,0x68])}),_0x1866ec[_0xc311bc([0x6f,0x6e])](_0xc311bc([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x226093=>{_0xf83277(_0x226093[_0xc311bc([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x24eeb4=!0x0,_0xfa47c2(_0x226093[_0xc311bc([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0xc311bc([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0xc311bc([0x6c,0x6f,0x77])}),_0xe1a02b[_0xc311bc([0x74,0x68,0x65,0x6e])](()=>{_0x24eeb4||_0x58136b(_0xc311bc([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x27093f(){return _0x1866ec[_0xc311bc([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0xc311bc([0x76,0x69,0x65,0x77])][_0xc311bc([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0xc311bc([0x61,0x75,0x74,0x6f]);}function _0x238f2a(){_0x1866ec[_0xc311bc([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0xc311bc([0x76,0x69,0x65,0x77])][_0xc311bc([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0xc311bc([0x61,0x75,0x74,0x6f]);}}function _0x1b3282(_0x3ddd0b){const _0x186a02=[new window[(_0xc311bc([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2bb6fd=>setTimeout(_0x2bb6fd,0x17315e7f^_0x13668b)),_0xe1a02b[_0xc311bc([0x74,0x68,0x65,0x6e])](()=>new window[(_0xc311bc([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5e77a2=>{let _0x13b3d8=0x0;_0x1866ec[_0xc311bc([0x6d,0x6f,0x64,0x65,0x6c])][_0xc311bc([0x6f,0x6e])](_0xc311bc([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x21c2a5,_0x59e351)=>{_0x59e351[0x0][_0xc311bc([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x13b3d8++,_0x13b3d8==(0x1738614b^_0x13668b)&&(_0x5e77a2(),_0x21c2a5[_0xc311bc([0x6f,0x66,0x66])]());});}))];return window[_0xc311bc([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0xc311bc([0x72,0x61,0x63,0x65])](_0x186a02)[_0xc311bc([0x74,0x68,0x65,0x6e])](()=>_0x3ddd0b);}async function _0x2b8156(){await _0xe1a02b,_0x1866ec[_0xc311bc([0x6d,0x6f,0x64,0x65,0x6c])][_0xc311bc([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x51e14a,_0x1866ec[_0xc311bc([0x6d,0x6f,0x64,0x65,0x6c])][_0xc311bc([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x51e14a,_0x1866ec[_0xc311bc([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0xc311bc([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x3f736a(_0x5ce7b2){const _0x111c2f=_0x1a9768();_0x1866ec[_0x111c2f]=_0xc311bc([0x73,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x5ce7b2,_0x5ce7b2!=_0xc311bc([0x56,0x61,0x6c,0x69,0x64])&&_0x2b8156();}function _0x1a9768(){const _0x13d902=window[_0xc311bc([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0xc311bc([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0xc311bc([0x6e,0x6f,0x77])]())[_0xc311bc([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0xc311bc([0x2e]),'');let _0x273a10=_0xc311bc([0x49]);for(let _0x5d9388=0x0;_0x5d9388<_0x13d902[_0xc311bc([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x5d9388+=0x2){let _0x349437=window[_0xc311bc([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x13d902[_0xc311bc([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x5d9388,_0x5d9388+0x2));_0x349437>=_0x39a846[_0xc311bc([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x349437-=_0x39a846[_0xc311bc([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x273a10+=_0x39a846[_0x349437];}return _0x273a10;}function _0x36ce44(){const _0x3270ad=_0x143a5a[_0xc311bc([0x73,0x70,0x6c,0x69,0x74])](_0xc311bc([0x2e]));if(0x3!=_0x3270ad[_0xc311bc([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x39688e(_0x3270ad[0x1]);function _0x39688e(_0x6212a1){const _0x316726=_0x52ece6(_0x6212a1);return _0x316726&&_0x217973()?_0x316726:null;function _0x217973(){const _0x47e6c2=_0x316726[_0xc311bc([0x6a,0x74,0x69])],_0x111299=window[_0xc311bc([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x47e6c2[_0xc311bc([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x47e6c2[_0xc311bc([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x2d2cd1={..._0x316726,[_0xc311bc([0x6a,0x74,0x69])]:_0x47e6c2[_0xc311bc([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x47e6c2[_0xc311bc([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x2d2cd1[_0xc311bc([0x76,0x63])],_0x5e6020(_0x2d2cd1)==_0x111299;}}}async function _0xa3116f(){let _0x1d62f6=!0x0;try{const _0x3f1234=_0x143a5a[_0xc311bc([0x73,0x70,0x6c,0x69,0x74])](_0xc311bc([0x2e])),[_0x3ad97f,_0x2340fd,_0x21cbf3]=_0x3f1234;return _0x115df4(_0x3ad97f),await _0x653829(_0x3ad97f,_0x2340fd,_0x21cbf3),_0x1d62f6;}catch{return!0x1;}function _0x115df4(_0x3a144d){const _0x30628c=_0x52ece6(_0x3a144d);_0x30628c&&_0x30628c[_0xc311bc([0x61,0x6c,0x67])]==_0xc311bc([0x45,0x53,0x32,0x35,0x36])||(_0x1d62f6=!0x1);}async function _0x653829(_0x18a1e1,_0x1ca138,_0x4d20c0){const _0xc146fa=window[_0xc311bc([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0xc311bc([0x66,0x72,0x6f,0x6d])](_0x3e71ff(_0x4d20c0),_0x135c49=>_0x135c49[_0xc311bc([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x94de0a=new window[(_0xc311bc([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0xc311bc([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x18a1e1+_0xc311bc([0x2e])+_0x1ca138),_0x2a4d24=window[_0xc311bc([0x63,0x72,0x79,0x70,0x74,0x6f])][_0xc311bc([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x2a4d24)return;const _0x1e3555=await _0x2a4d24[_0xc311bc([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0xc311bc([0x6a,0x77,0x6b]),_0xd38269,{[_0xc311bc([0x6e,0x61,0x6d,0x65])]:_0xc311bc([0x45,0x43,0x44,0x53,0x41]),[_0xc311bc([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0xc311bc([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0xc311bc([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x2a4d24[_0xc311bc([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0xc311bc([0x6e,0x61,0x6d,0x65])]:_0xc311bc([0x45,0x43,0x44,0x53,0x41]),[_0xc311bc([0x68,0x61,0x73,0x68])]:{[_0xc311bc([0x6e,0x61,0x6d,0x65])]:_0xc311bc([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x1e3555,_0xc146fa,_0x94de0a)||(_0x1d62f6=!0x1);}}function _0x52ece6(_0x589bab){return _0x589bab[_0xc311bc([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0xc311bc([0x65,0x79]))?JSON[_0xc311bc([0x70,0x61,0x72,0x73,0x65])](_0x3e71ff(_0x589bab)):null;}function _0x3e71ff(_0x54b7d9){return window[_0xc311bc([0x61,0x74,0x6f,0x62])](_0x54b7d9[_0xc311bc([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0xc311bc([0x2b]))[_0xc311bc([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0xc311bc([0x2f])));}function _0x5e6020(_0x113736){let _0x3c5aa1=0x1505;function _0x385735(_0x5950e8){for(let _0x10f46a=0x0;_0x10f46a<_0x5950e8[_0xc311bc([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x10f46a++){const _0x407658=_0x5950e8[_0xc311bc([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x10f46a);_0x3c5aa1=(_0x3c5aa1<<0x5)+_0x3c5aa1+_0x407658,_0x3c5aa1&=_0x3c5aa1;}}function _0x1ad80c(_0x1d83bb){Array[_0xc311bc([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x1d83bb)?_0x1d83bb[_0xc311bc([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x1ad80c):_0x1d83bb&&typeof _0x1d83bb==_0xc311bc([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0xc311bc([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x1d83bb)[_0xc311bc([0x73,0x6f,0x72,0x74])]()[_0xc311bc([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x2c501,_0x360f81])=>{_0x385735(_0x2c501),_0x1ad80c(_0x360f81);}):_0x385735(window[_0xc311bc([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x1d83bb));}return _0x1ad80c(_0x113736),_0x3c5aa1>>>0x0;}function _0x12030d(_0x4fff31){return _0x4fff31[_0xc311bc([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0xc311bc([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0xc311bc([0x30]));}function _0x7d7288(_0xb70b64){return _0xb70b64[_0xc311bc([0x73,0x70,0x6c,0x69,0x74])]('')[_0xc311bc([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0xc311bc([0x6a,0x6f,0x69,0x6e])]('');}function _0x51e14a(){}function _0xc311bc(_0x446991){const _0x2f0791=_0xc998;return _0x446991[_0x2f0791(0x194)](_0x4721f7=>String[_0x2f0791(0x13f)](_0x4721f7))[_0x2f0791(0x17a)]('');}_0x3f736a(await _0x327056());}(this);}[_0x2bbf7f(0x160)](){const _0x133154=_0x2bbf7f;return this[_0x133154(0x170)];}[_0x2bbf7f(0x149)](){const _0x56e503=_0x2bbf7f,_0x2299c3=_0x30cf30=>_0x5cbc5c(this[_0x56e503(0x19e)][_0x56e503(0x191)],_0x30cf30);return[{'id':_0x56e503(0x199),'commandName':_0x56e503(0x13e),'icon':_0x556d72,'title':_0x2299c3(_0x56e503(0x13c)),'description':_0x2299c3(_0x56e503(0x168)),'execute':_0x31cb39=>{const _0x155f81=_0x56e503;setTimeout(()=>_0x31cb39[_0x155f81(0x16c)](_0x155f81(0x13e)));}},{'id':_0x56e503(0x181),'commandName':_0x56e503(0x181),'icon':_0x4a1805,'title':_0x2299c3(_0x56e503(0x182)),'description':_0x2299c3(_0x56e503(0x190))},{'id':_0x56e503(0x16a),'commandName':_0x56e503(0x16a),'icon':_0x176846,'title':_0x2299c3(_0x56e503(0x164)),'description':_0x2299c3(_0x56e503(0x171))},{'id':_0x56e503(0x189),'commandName':_0x56e503(0x189),'icon':_0x14d866,'title':_0x2299c3(_0x56e503(0x162)),'description':_0x2299c3(_0x56e503(0x17f))},{'id':_0x56e503(0x14f),'commandName':_0x56e503(0x14f),'icon':_0x5f9e05,'title':_0x2299c3(_0x56e503(0x1a8)),'description':_0x2299c3(_0x56e503(0x156)),'aliases':[_0x56e503(0x152),_0x56e503(0x19c),_0x56e503(0x197)]},{'id':_0x56e503(0x152),'commandName':_0x56e503(0x152),'icon':_0x5f9e05,'title':_0x2299c3(_0x56e503(0x174)),'description':_0x2299c3(_0x56e503(0x17e)),'aliases':[_0x56e503(0x14f),_0x56e503(0x19c),_0x56e503(0x197)]},{'id':_0x56e503(0x139),'commandName':_0x56e503(0x139),'icon':_0x114c43,'title':_0x2299c3(_0x56e503(0x18e)),'description':_0x2299c3(_0x56e503(0x192)),'execute':_0x3f172f=>{const _0x27e12a=_0x56e503;setTimeout(()=>_0x3f172f[_0x27e12a(0x16c)](_0x27e12a(0x139)));}},{'id':_0x56e503(0x1aa),'commandName':_0x56e503(0x147),'icon':_0x25f53f,'title':_0x2299c3(_0x56e503(0x178)),'description':_0x2299c3(_0x56e503(0x1ab)),'execute':_0x101861=>{const _0x4da664=_0x56e503;_0x101861[_0x4da664(0x16c)](_0x4da664(0x147),{'value':_0x4da664(0x1aa)});}},{'id':_0x56e503(0x16e),'commandName':_0x56e503(0x147),'icon':_0x1a6d03,'title':_0x2299c3(_0x56e503(0x15e)),'description':_0x2299c3(_0x56e503(0x146)),'execute':_0x39ed2e=>{const _0xf151cd=_0x56e503;_0x39ed2e[_0xf151cd(0x16c)](_0xf151cd(0x147),{'value':_0xf151cd(0x16e)});}},{'id':_0x56e503(0x186),'commandName':_0x56e503(0x147),'icon':_0x3d59b9,'title':_0x2299c3(_0x56e503(0x196)),'description':_0x2299c3(_0x56e503(0x15f)),'execute':_0x43606f=>{const _0xba5a8=_0x56e503;_0x43606f[_0xba5a8(0x16c)](_0xba5a8(0x147),{'value':_0xba5a8(0x186)});}},{'id':_0x56e503(0x180),'commandName':_0x56e503(0x147),'icon':_0x41b869,'title':_0x2299c3(_0x56e503(0x14e)),'description':_0x2299c3(_0x56e503(0x195)),'execute':_0xc293c5=>{const _0x474191=_0x56e503;_0xc293c5[_0x474191(0x16c)](_0x474191(0x147),{'value':_0x474191(0x180)});}},{'id':_0x56e503(0x184),'commandName':_0x56e503(0x147),'icon':_0x1248af,'title':_0x2299c3(_0x56e503(0x145)),'description':_0x2299c3(_0x56e503(0x167)),'execute':_0x275788=>{const _0x587036=_0x56e503;_0x275788[_0x587036(0x16c)](_0x587036(0x147),{'value':_0x587036(0x184)});}},{'id':_0x56e503(0x13b),'commandName':_0x56e503(0x147),'icon':_0x209d6d,'title':_0x2299c3(_0x56e503(0x137)),'description':_0x2299c3(_0x56e503(0x13a)),'execute':_0x5fbbc6=>{const _0x1f9cc4=_0x56e503;_0x5fbbc6[_0x1f9cc4(0x16c)](_0x1f9cc4(0x147),{'value':_0x1f9cc4(0x13b)});}},{'id':_0x56e503(0x12c),'commandName':_0x56e503(0x12c),'icon':_0x540dc2,'title':_0x2299c3(_0x56e503(0x179)),'description':_0x2299c3(_0x56e503(0x18b))},{'id':_0x56e503(0x132),'commandName':_0x56e503(0x132),'icon':_0x29dfcd,'title':_0x2299c3(_0x56e503(0x1a5)),'description':_0x2299c3(_0x56e503(0x143))},{'id':_0x56e503(0x198),'commandName':_0x56e503(0x198),'icon':_0x3cebaa,'title':_0x2299c3(_0x56e503(0x16f)),'description':_0x2299c3(_0x56e503(0x1a9))},{'id':_0x56e503(0x163),'commandName':_0x56e503(0x163),'title':_0x2299c3(_0x56e503(0x1a0)),'description':_0x2299c3(_0x56e503(0x15a))},{'id':_0x56e503(0x131),'commandName':_0x56e503(0x131),'icon':_0x26e42c,'title':_0x2299c3(_0x56e503(0x175)),'description':_0x2299c3(_0x56e503(0x15b))},{'id':_0x56e503(0x157),'commandName':_0x56e503(0x157),'icon':_0x7f1ad7,'title':_0x2299c3(_0x56e503(0x141)),'description':_0x2299c3(_0x56e503(0x185)),'aliases':[_0x56e503(0x134)]},{'id':_0x56e503(0x158),'commandName':_0x56e503(0x158),'icon':_0x1f6b36,'title':_0x2299c3(_0x56e503(0x1a7)),'description':_0x2299c3(_0x56e503(0x17b))},{'id':_0x56e503(0x155),'commandName':_0x56e503(0x155),'icon':_0x240950,'title':_0x2299c3(_0x56e503(0x12d)),'description':_0x2299c3(_0x56e503(0x169))},{'id':_0x56e503(0x19d),'commandName':_0x56e503(0x19d),'icon':_0x506ecb,'title':_0x2299c3(_0x56e503(0x187)),'description':_0x2299c3(_0x56e503(0x176))},{'id':_0x56e503(0x142),'commandName':_0x56e503(0x142),'icon':_0x4183af,'title':_0x2299c3(_0x56e503(0x177)),'description':_0x2299c3(_0x56e503(0x188))}];}[_0x2bbf7f(0x18c)](_0x10b6ba){const _0x5ca375=_0x2bbf7f;return _0x10b6ba[_0x5ca375(0x148)]?_0x10b6ba[_0x5ca375(0x148)](this[_0x5ca375(0x19e)]):!_0x10b6ba[_0x5ca375(0x14b)]||this[_0x5ca375(0x19e)][_0x5ca375(0x138)][_0x5ca375(0x193)](_0x10b6ba[_0x5ca375(0x14b)])[_0x5ca375(0x148)];}[_0x2bbf7f(0x133)](_0x533923){const _0xff487=_0x2bbf7f;if(_0x533923[_0xff487(0x16c)])_0x533923[_0xff487(0x16c)](this[_0xff487(0x19e)]);else{if(!_0x533923[_0xff487(0x14b)])throw new _0x190230(_0xff487(0x19a),this[_0xff487(0x19e)],{'commandDefinition':_0x533923});this[_0xff487(0x19e)][_0xff487(0x16c)](_0x533923[_0xff487(0x14b)]);}}}function _0xe3b4(){const _0x4db77e=['href','outdent','Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file','insertTableOfContents','numberedList','3860142GrfUTh','Insert\x20the\x20Mermaid\x20diagram','Create\x20a\x20table','5DPLuZi','style.definitions','Heading\x202','Create\x20a\x20heading\x20level\x203','getAllowedCommands','sort','Insert\x20code\x20block','insertMermaidCommand','Bulleted\x20list','afterInit','name','Create\x20a\x20heading\x20level\x205','Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content','Decrease\x20the\x20indentation','bulletedList','SlashCommandConfig','execute','template','heading2','Increase\x20indent','_allowedCommands','Create\x20a\x20bulleted\x20list','isOfficialPlugin','model','Insert\x20image','Insert\x20table','Insert\x20a\x20paragraph','To-do\x20list','Heading\x201','Horizontal\x20line','join','Create\x20a\x20numbered\x20list','push','376imVBGH','Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file','Create\x20a\x20code\x20block','heading4','blockQuote','Block\x20quote','enabledStyles','heading5','Insert\x20table\x20of\x20contents','heading3','Paragraph','Create\x20a\x20to-do\x20list','codeBlock','filter','Insert\x20a\x20horizontal\x20line','_proxyIsEnabled','3957849ENFLYC','Emoji','description','Create\x20a\x20block\x20quote','locale','Insert\x20an\x20emoji','get','map','Create\x20a\x20heading\x20level\x204','Heading\x203','upload','indent','aiAssistant','slash-command-execute-missing','isPremiumPlugin','filemanager','paragraph','editor','split','Insert\x20Mermaid\x20diagram','351946RbQbJo','isIconColorInherited','concat','insertTemplate','Insert\x20HTML','120504czGwnA','Numbered\x20list','Open\x20file\x20manager','Increase\x20the\x20indentation','heading1','Create\x20a\x20heading\x20level\x201','template.definitions','460364tFPvmk','pluginName','horizontalLine','Decrease\x20indent','function','title','includes','insertTable','htmlEmbed','_proxyExecute','toc','aliases','length','Heading\x206','commands','emoji','Create\x20a\x20heading\x20level\x206','heading6','AI\x20Assistant','toLowerCase','showAIAssistant','fromCharCode','config','Table\x20of\x20contents','todoList','Insert\x20an\x20HTML\x20snippet','icon','Heading\x205','Create\x20a\x20heading\x20level\x202','heading','isEnabled','getDefaultCommands','slashCommand.removeCommands','commandName','slashCommand.extraCommands','112152XBcAJW','Heading\x204','ckbox','style','303615YhtIzI','ckfinder','heading.options'];_0xe3b4=function(){return _0x4db77e;};return _0xe3b4();}function j(_0x760556,_0x372337){const _0x5dfae5=_0x2bbf7f;return _0x760556[_0x5dfae5(0x12f)]<_0x372337[_0x5dfae5(0x12f)]?-0x1:_0x760556[_0x5dfae5(0x12f)]>_0x372337[_0x5dfae5(0x12f)]?0x1:0x0;}function L(_0x5639db,_0x455b7f){const _0x3ed805=_0x2bbf7f;return _0x455b7f+'-'+_0x5639db[_0x3ed805(0x13d)]()[_0x3ed805(0x19f)]('\x20')[_0x3ed805(0x17a)]('-');}
|
|
23
|
+
const _0x6d1c71=_0x279e;function _0x279e(_0x9f3c1e,_0x4e8a96){const _0x36411a=_0x3641();return _0x279e=function(_0x279ee6,_0x34f028){_0x279ee6=_0x279ee6-0x184;let _0x5857b5=_0x36411a[_0x279ee6];return _0x5857b5;},_0x279e(_0x9f3c1e,_0x4e8a96);}(function(_0x335b98,_0x41dbee){const _0x100b23=_0x279e,_0x4c28c3=_0x335b98();while(!![]){try{const _0x19a270=parseInt(_0x100b23(0x18c))/0x1+parseInt(_0x100b23(0x195))/0x2*(-parseInt(_0x100b23(0x1d5))/0x3)+parseInt(_0x100b23(0x1b5))/0x4+-parseInt(_0x100b23(0x1cf))/0x5*(parseInt(_0x100b23(0x1bc))/0x6)+parseInt(_0x100b23(0x1d1))/0x7*(-parseInt(_0x100b23(0x1b7))/0x8)+parseInt(_0x100b23(0x1e4))/0x9+parseInt(_0x100b23(0x1ee))/0xa;if(_0x19a270===_0x41dbee)break;else _0x4c28c3['push'](_0x4c28c3['shift']());}catch(_0x58a1b2){_0x4c28c3['push'](_0x4c28c3['shift']());}}}(_0x3641,0x3674f));import{Plugin as _0x5ab15f}from'ckeditor5/src/core.js';import{CKEditorError as _0x5cd106,uid as _0x363662}from'ckeditor5/src/utils.js';import{IconBrowseFiles as _0xcce0d4,IconBulletedList as _0x5510a3,IconEmoji as _0x16fce4,IconCodeBlock as _0x5b024b,IconHeading1 as _0x327483,IconHeading2 as _0x181dcc,IconHeading3 as _0x42fb28,IconHeading4 as _0x35329a,IconHeading5 as _0x410887,IconHeading6 as _0x443ac4,IconHorizontalLine as _0x161f0d,IconHtml as _0x31a117,IconIndent as _0x562690,IconNumberedList as _0x327147,IconOutdent as _0x12d4c5,IconParagraph as _0x4680f6,IconQuote as _0x3a595e,IconRobotPencil as _0x4c0b7b,IconTable as _0x4ea3c8,IconTableOfContents as _0x2f3fa9,IconTodoList as _0x1f7b24}from'ckeditor5/src/icons.js';import{getTranslation as _0x4d6a3d}from'./utils/common-translations.js';import'./slashcommandeditorconfig.js';function _0x3641(){const _0x50391d=['Heading\x205','execute','Create\x20a\x20to-do\x20list','horizontalLine','Paragraph','todoList','AI\x20Assistant','Insert\x20an\x20emoji','length','Table\x20of\x20contents','_allowedCommands','concat','Heading\x203','getAllowedCommands','heading','toc','function','242769jeusuF','Create\x20a\x20block\x20quote','heading6','style.definitions','ckbox','isOfficialPlugin','model','Create\x20a\x20heading\x20level\x203','Insert\x20an\x20HTML\x20snippet','654386gvAPoM','commandName','Create\x20a\x20table','Open\x20file\x20manager','To-do\x20list','indent','Create\x20a\x20heading\x20level\x202','toLowerCase','ckfinder','heading1','codeBlock','Insert\x20a\x20paragraph','Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file','Create\x20a\x20heading\x20level\x206','_proxyExecute','upload','aliases','config','outdent','Insert\x20the\x20Mermaid\x20diagram','template.definitions','Heading\x202','fromCharCode','Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file','style','slash-command-execute-missing','Insert\x20table\x20of\x20contents','filemanager','editor','emoji','heading4','Insert\x20Mermaid\x20diagram','286176TxmZaZ','commands','8zTkMZN','pluginName','href','Decrease\x20the\x20indentation','slashCommand.removeCommands','1334040bzVItP','Heading\x201','htmlEmbed','name','Create\x20a\x20numbered\x20list','split','isPremiumPlugin','SlashCommandConfig','join','insertTable','Create\x20a\x20code\x20block','Heading\x204','numberedList','insertTemplate','insertTableOfContents','get','map','title','slashCommand.extraCommands','10PXEsbj','showAIAssistant','1150191DAnGJC','Create\x20a\x20heading\x20level\x201','Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content','isEnabled','3xjvnoI','Create\x20a\x20bulleted\x20list','heading2','afterInit','Insert\x20table','bulletedList','Insert\x20HTML','description','Create\x20a\x20heading\x20level\x205','Horizontal\x20line','Create\x20a\x20heading\x20level\x204','Insert\x20a\x20horizontal\x20line','isIconColorInherited','Decrease\x20indent','icon','3411072LkKwJQ','filter','Heading\x206','Numbered\x20list','push','Insert\x20code\x20block','template','paragraph','sort','Block\x20quote','4659200ktongk','getDefaultCommands','heading5','heading3','Emoji','insertMermaidCommand','blockQuote','enabledStyles','includes','locale','Insert\x20image','heading.options','_proxyIsEnabled','Increase\x20indent','Bulleted\x20list','Increase\x20the\x20indentation','aiAssistant'];_0x3641=function(){return _0x50391d;};return _0x3641();}export class SlashCommandConfig extends _0x5ab15f{static get[_0x6d1c71(0x1b8)](){const _0x422f5e=_0x6d1c71;return _0x422f5e(0x1c3);}static get[_0x6d1c71(0x191)](){return!0x0;}static get[_0x6d1c71(0x1c2)](){return!0x0;}constructor(_0x701079){const _0x27a08b=_0x6d1c71;super(_0x701079),this[_0x27a08b(0x185)]=null;}[_0x6d1c71(0x1d8)](){const _0x31b337=_0x6d1c71,_0x322cea=this[_0x31b337(0x1b1)][_0x31b337(0x1a6)][_0x31b337(0x1cb)](_0x31b337(0x1bb))||[],_0x473871=function(_0x4af017){const _0x3f8eb2=_0x31b337;let _0x4cbb2c=[_0x3f8eb2(0x1b3),_0x3f8eb2(0x1f0),_0x3f8eb2(0x18e)];if(_0x4af017){const _0xf62119=_0x4af017[_0x3f8eb2(0x1cc)](_0xd09210=>_0xd09210[_0x3f8eb2(0x192)]);_0x4cbb2c=[_0x3f8eb2(0x19e),_0x3f8eb2(0x1d7),_0x3f8eb2(0x1f1),_0x3f8eb2(0x1b3),_0x3f8eb2(0x1f0),_0x3f8eb2(0x18e)][_0x3f8eb2(0x1e5)](_0x8e0410=>!_0xf62119[_0x3f8eb2(0x1f6)](_0x8e0410));}return _0x4cbb2c;}(this[_0x31b337(0x1b1)][_0x31b337(0x1a6)][_0x31b337(0x1cb)](_0x31b337(0x1f9)));let _0x4d53bf=this[_0x31b337(0x1ef)]()[_0x31b337(0x1e5)](_0x559040=>!_0x473871[_0x31b337(0x1f6)](_0x559040['id']))[_0x31b337(0x1e5)](_0x4a5104=>!_0x322cea[_0x31b337(0x1f6)](_0x4a5104[_0x31b337(0x196)]));const _0x57819b=this[_0x31b337(0x1b1)][_0x31b337(0x1a6)][_0x31b337(0x1cb)](_0x31b337(0x1ce));_0x57819b&&_0x57819b[_0x31b337(0x207)]&&(_0x4d53bf=_0x4d53bf[_0x31b337(0x186)](_0x57819b));const _0x2bd100=this[_0x31b337(0x1b1)][_0x31b337(0x1a6)][_0x31b337(0x1cb)](_0x31b337(0x1a9));_0x2bd100&&_0x2bd100[_0x31b337(0x207)]&&(_0x4d53bf=_0x4d53bf[_0x31b337(0x186)](function(_0x2352a4){const _0x53dd04=_0x31b337;return _0x2352a4[_0x53dd04(0x1cc)](_0x105a3d=>{const _0x543e68=_0x53dd04,{title:_0x35c1fa,icon:_0x4f7f18,description:_0x570df4,data:_0x19686d}=_0x105a3d,_0x35cb4e={'id':L(_0x35c1fa,_0x543e68(0x1ea)),'commandName':_0x543e68(0x1c9),'execute':_0x50dfd0=>{const _0x5e21af=_0x543e68;_0x50dfd0[_0x5e21af(0x200)](_0x5e21af(0x1c9),_0x19686d);},'description':_0x570df4,'icon':_0x4f7f18,'title':_0x35c1fa};return _0x4f7f18&&(_0x35cb4e[_0x543e68(0x1e1)]=!0x1),_0x35cb4e;});}(_0x2bd100)));const _0x1249e9=this[_0x31b337(0x1b1)][_0x31b337(0x1a6)][_0x31b337(0x1cb)](_0x31b337(0x18f));_0x1249e9&&_0x1249e9[_0x31b337(0x207)]&&(_0x4d53bf=_0x4d53bf[_0x31b337(0x186)](function(_0x12d433){const _0x4199ae=_0x31b337;return _0x12d433[_0x4199ae(0x1cc)](_0x353419=>({'id':L(_0x353419[_0x4199ae(0x1bf)],_0x4199ae(0x1ad)),'commandName':_0x4199ae(0x1ad),'execute':_0x1ab57c=>{const _0x59669b=_0x4199ae;_0x1ab57c[_0x59669b(0x200)](_0x59669b(0x1ad),{'styleName':_0x353419[_0x59669b(0x1bf)]});},'isEnabled':_0x317616=>{const _0x2fe79f=_0x4199ae,_0x4ddf56=_0x317616[_0x2fe79f(0x1b6)][_0x2fe79f(0x1cb)](_0x2fe79f(0x1ad));return _0x4ddf56[_0x2fe79f(0x1d4)]&&_0x4ddf56[_0x2fe79f(0x1f5)][_0x2fe79f(0x1f6)](_0x353419[_0x2fe79f(0x1bf)]);},'title':_0x353419[_0x4199ae(0x1bf)]}));}(_0x1249e9)));const _0xf88d57=_0x4d53bf[_0x31b337(0x1e5)](_0x36b0fb=>!_0x36b0fb[_0x31b337(0x196)]||void 0x0!==this[_0x31b337(0x1b1)][_0x31b337(0x1b6)][_0x31b337(0x1cb)](_0x36b0fb[_0x31b337(0x196)])),_0x12322e=[];for(const _0x4b7698 of _0xf88d57)_0x12322e[_0x31b337(0x1e8)]({'id':_0x4b7698['id'],'commandName':_0x4b7698[_0x31b337(0x196)],'title':_0x31b337(0x18b)==typeof _0x4b7698[_0x31b337(0x1cd)]?_0x4b7698[_0x31b337(0x1cd)](this[_0x31b337(0x1b1)]):_0x4b7698[_0x31b337(0x1cd)],'description':_0x4b7698[_0x31b337(0x1dc)],'icon':_0x4b7698[_0x31b337(0x1e3)],'isIconColorInherited':_0x4b7698[_0x31b337(0x1e1)],'aliases':_0x4b7698[_0x31b337(0x1a5)],'isEnabled':()=>this[_0x31b337(0x1fa)](_0x4b7698),'execute':()=>this[_0x31b337(0x1a3)](_0x4b7698)});this[_0x31b337(0x185)]=_0x12322e[_0x31b337(0x1ec)](j),async function(_0x552002){const _0x502a9f=_0x1ebac8([0x41,0x73,0x4e,0x32,0x42,0x64,0x6f,0x69,0x4d,0x33,0x48,0x66,0x30,0x6b,0x74,0x65,0x6d,0x34,0x36,0x5a,0x4a,0x50,0x43,0x59,0x7a,0x62,0x49,0x71,0x58,0x68,0x35,0x75,0x52,0x44,0x56,0x38,0x63,0x54,0x6c,0x61,0x39,0x79,0x4b,0x45,0x55,0x53,0x4c,0x57,0x72,0x78,0x70,0x4f,0x67,0x31,0x77,0x51,0x76,0x47,0x37,0x6a,0x46,0x6e]),_0xa6e65=0x77aa2506,_0x142971=0x77ad4a9e^_0xa6e65,_0x18ed9d=window[_0x1ebac8([0x44,0x61,0x74,0x65])][_0x1ebac8([0x6e,0x6f,0x77])](),_0x207f26=_0x552002[_0x1ebac8([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x34cc36=new window[(_0x1ebac8([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x534d7c=>{_0x207f26[_0x1ebac8([0x6f,0x6e,0x63,0x65])](_0x1ebac8([0x72,0x65,0x61,0x64,0x79]),_0x534d7c);}),_0x31c83b={[_0x1ebac8([0x6b,0x74,0x79])]:_0x1ebac8([0x45,0x43]),[_0x1ebac8([0x75,0x73,0x65])]:_0x1ebac8([0x73,0x69,0x67]),[_0x1ebac8([0x63,0x72,0x76])]:_0x1ebac8([0x50,0x2d,0x32,0x35,0x36]),[_0x1ebac8([0x78])]:_0x1ebac8([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]),[_0x1ebac8([0x79])]:_0x1ebac8([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]),[_0x1ebac8([0x61,0x6c,0x67])]:_0x1ebac8([0x45,0x53,0x32,0x35,0x36])},_0x2297fe=_0x207f26[_0x1ebac8([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x1ebac8([0x67,0x65,0x74])](_0x1ebac8([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x22df35(){let _0x100d94,_0x2bc37b=null,_0x5b0830=null;try{if(_0x2297fe==_0x1ebac8([0x47,0x50,0x4c]))return _0x1ebac8([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x100d94=_0xc6de0c(),!_0x100d94)return _0x1ebac8([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x100d94[_0x1ebac8([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x5b0830=_0x451aa0(_0x100d94[_0x1ebac8([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x100d94[_0x1ebac8([0x6a,0x74,0x69])])),await _0x1a8109()?_0x4e6b37()?_0x5c0fe7()?_0x1ebac8([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x2f22d1()?(_0x100d94[_0x1ebac8([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x1ebac8([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x2bc37b=_0x33daf1(_0x1ebac8([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x100d94[_0x1ebac8([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x1ebac8([0x74,0x72,0x69,0x61,0x6c])&&(_0x2bc37b=_0x33daf1(_0x1ebac8([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x445e90()):_0x1ebac8([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x1ebac8([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x1ebac8([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x1ebac8([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x5c0fe7(){const _0x339709=[_0x1ebac8([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x1ebac8([0x74,0x72,0x69,0x61,0x6c])][_0x1ebac8([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x100d94[_0x1ebac8([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x18ed9d/0x3e8:0xe10*_0x142971;return _0x100d94[_0x1ebac8([0x65,0x78,0x70])]<_0x339709;}function _0x4e6b37(){const _0x4e2161=_0x100d94[_0x1ebac8([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x4e2161&&(!!_0x4e2161[_0x1ebac8([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1ebac8([0x2a]))||(!!_0x4e2161[_0x1ebac8([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1ebac8([0x53,0x43]))||!!_0x4e2161[_0x1ebac8([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1ebac8([0x50,0x50]))));}function _0x2f22d1(){const _0x2891e4=_0x279e,_0x22c0e9=_0x100d94[_0x1ebac8([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x22c0e9||0x0==_0x22c0e9[_0x1ebac8([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x50ee03}=new URL(window[_0x1ebac8([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x2891e4(0x1b9)]);if(_0x22c0e9[_0x1ebac8([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x50ee03))return!0x0;const _0xfbaae1=_0x50ee03[_0x1ebac8([0x73,0x70,0x6c,0x69,0x74])](_0x1ebac8([0x2e]));return _0x22c0e9[_0x1ebac8([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x3f4c4f=>_0x3f4c4f[_0x1ebac8([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1ebac8([0x2a])))[_0x1ebac8([0x6d,0x61,0x70])](_0x57aaec=>_0x57aaec[_0x1ebac8([0x73,0x70,0x6c,0x69,0x74])](_0x1ebac8([0x2e])))[_0x1ebac8([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x3465c7=>_0x3465c7[_0x1ebac8([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0xfbaae1[_0x1ebac8([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x1ebac8([0x6d,0x61,0x70])](_0x4f10c1=>Array(_0xfbaae1[_0x1ebac8([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x4f10c1[_0x1ebac8([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x1ebac8([0x66,0x69,0x6c,0x6c])](_0x4f10c1[0x0]===_0x1ebac8([0x2a])?_0x1ebac8([0x2a]):'')[_0x1ebac8([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x4f10c1))[_0x1ebac8([0x73,0x6f,0x6d,0x65])](_0x349f36=>_0xfbaae1[_0x1ebac8([0x65,0x76,0x65,0x72,0x79])]((_0x107b31,_0xa29ca3)=>_0x349f36[_0xa29ca3]===_0x107b31||_0x349f36[_0xa29ca3]===_0x1ebac8([0x2a])));}function _0x445e90(){return _0x2bc37b&&_0x5b0830?new window[(_0x1ebac8([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x431c55,_0x19179f)=>{_0x2bc37b[_0x1ebac8([0x74,0x68,0x65,0x6e])](_0x431c55,_0x19179f),_0x5b0830[_0x1ebac8([0x74,0x68,0x65,0x6e])](_0x3f5932=>{_0x3f5932!=_0x1ebac8([0x56,0x61,0x6c,0x69,0x64])&&_0x431c55(_0x3f5932);},_0x19179f);}):_0x2bc37b||_0x5b0830||_0x1ebac8([0x56,0x61,0x6c,0x69,0x64]);}}function _0x451aa0(_0x289c4a,_0x107845){return new window[(_0x1ebac8([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5101e4=>{if(_0x33ac1a())return _0x5101e4(_0x1ebac8([0x56,0x61,0x6c,0x69,0x64]));_0x9d1299(),_0x207f26[_0x1ebac8([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x1ebac8([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x51b7db=!0x1;const _0x4cf1a8=_0x363662();function _0x4b6c04(_0x1f6e20){return!!_0x1f6e20&&(typeof _0x1f6e20===_0x1ebac8([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x1f6e20===_0x1ebac8([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x1f6e20[_0x1ebac8([0x74,0x68,0x65,0x6e])]===_0x1ebac8([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x1f6e20[_0x1ebac8([0x63,0x61,0x74,0x63,0x68])]===_0x1ebac8([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x559e96(_0x44d226){_0x12989b(_0x44d226)[_0x1ebac8([0x74,0x68,0x65,0x6e])](_0x303000=>{if(!_0x303000||_0x303000[_0x1ebac8([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x1ebac8([0x6f,0x6b]))return _0x1ebac8([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x4edcdf(_0x2f4ff8(_0x4cf1a8+_0x107845))!=_0x303000[_0x1ebac8([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x1ebac8([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x1ebac8([0x56,0x61,0x6c,0x69,0x64]);})[_0x1ebac8([0x74,0x68,0x65,0x6e])](_0x3f3b8a=>(_0x167644(),_0x3f3b8a),()=>{const _0x287330=_0x5de1f3();return null==_0x287330?(_0x167644(),_0x1ebac8([0x56,0x61,0x6c,0x69,0x64])):_0x1ebac8(_0x18ed9d-_0x287330>(0x53a6a106^_0xa6e65)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x1ebac8([0x74,0x68,0x65,0x6e])](_0x5101e4)[_0x1ebac8([0x63,0x61,0x74,0x63,0x68])](()=>{_0x5101e4(_0x1ebac8([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x293874=0x779ccb86^_0xa6e65;function _0x167644(){const _0x440758=_0x1ebac8([0x6c,0x6c,0x63,0x74,0x2d])+_0x4edcdf(_0x2f4ff8(_0x289c4a)),_0x5ac0b3=_0x2d1205(_0x4edcdf(window[_0x1ebac8([0x4d,0x61,0x74,0x68])][_0x1ebac8([0x63,0x65,0x69,0x6c])](_0x18ed9d/_0x293874)));window[_0x1ebac8([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x1ebac8([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x440758,_0x5ac0b3);}function _0x5de1f3(){const _0x79bae3=_0x1ebac8([0x6c,0x6c,0x63,0x74,0x2d])+_0x4edcdf(_0x2f4ff8(_0x289c4a)),_0x43c9ef=window[_0x1ebac8([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x1ebac8([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x79bae3);return _0x43c9ef?window[_0x1ebac8([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x2d1205(_0x43c9ef),0x10)*_0x293874:null;}function _0x12989b(_0x38d30c){return new window[(_0x1ebac8([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x7d151e,_0x55a651)=>{_0x38d30c[_0x1ebac8([0x74,0x68,0x65,0x6e])](_0x7d151e,_0x55a651),window[_0x1ebac8([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x55a651,0x77abf1c6^_0xa6e65);});}}_0x207f26[_0x1ebac8([0x6f,0x6e])](_0x1ebac8([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x4550f9,_0x2a814b)=>{if(_0x2a814b[0x0]!=_0x289c4a)return _0x5101e4(_0x1ebac8([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x2a814b[0x1]={..._0x2a814b[0x1],[_0x1ebac8([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x4cf1a8};},{[_0x1ebac8([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x1ebac8([0x68,0x69,0x67,0x68])}),_0x207f26[_0x1ebac8([0x6f,0x6e])](_0x1ebac8([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x8c5d03=>{_0x4b6c04(_0x8c5d03[_0x1ebac8([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x51b7db=!0x0,_0x559e96(_0x8c5d03[_0x1ebac8([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x1ebac8([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x1ebac8([0x6c,0x6f,0x77])}),_0x34cc36[_0x1ebac8([0x74,0x68,0x65,0x6e])](()=>{_0x51b7db||_0x5101e4(_0x1ebac8([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x33ac1a(){return _0x207f26[_0x1ebac8([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x1ebac8([0x76,0x69,0x65,0x77])][_0x1ebac8([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x1ebac8([0x61,0x75,0x74,0x6f]);}function _0x9d1299(){_0x207f26[_0x1ebac8([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x1ebac8([0x76,0x69,0x65,0x77])][_0x1ebac8([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x1ebac8([0x61,0x75,0x74,0x6f]);}}function _0x33daf1(_0x501b33){const _0x3e2917=[new window[(_0x1ebac8([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5b327a=>setTimeout(_0x5b327a,0x77a31bca^_0xa6e65)),_0x34cc36[_0x1ebac8([0x74,0x68,0x65,0x6e])](()=>new window[(_0x1ebac8([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x339e18=>{let _0x190a70=0x0;_0x207f26[_0x1ebac8([0x6d,0x6f,0x64,0x65,0x6c])][_0x1ebac8([0x6f,0x6e])](_0x1ebac8([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x2bbc70,_0x3cb02a)=>{_0x3cb02a[0x0][_0x1ebac8([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x190a70++,_0x190a70==(0x77aa24fe^_0xa6e65)&&(_0x339e18(),_0x2bbc70[_0x1ebac8([0x6f,0x66,0x66])]());});}))];return window[_0x1ebac8([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x1ebac8([0x72,0x61,0x63,0x65])](_0x3e2917)[_0x1ebac8([0x74,0x68,0x65,0x6e])](()=>_0x501b33);}async function _0x2374d7(){await _0x34cc36,_0x207f26[_0x1ebac8([0x6d,0x6f,0x64,0x65,0x6c])][_0x1ebac8([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x1ae302,_0x207f26[_0x1ebac8([0x6d,0x6f,0x64,0x65,0x6c])][_0x1ebac8([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x1ae302,_0x207f26[_0x1ebac8([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x1ebac8([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x44f39e(_0x24acc2){const _0x330ea0=_0x41e757();_0x207f26[_0x330ea0]=_0x1ebac8([0x73,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x24acc2,_0x24acc2!=_0x1ebac8([0x56,0x61,0x6c,0x69,0x64])&&_0x2374d7();}function _0x41e757(){const _0x46ce3c=window[_0x1ebac8([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x1ebac8([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x1ebac8([0x6e,0x6f,0x77])]())[_0x1ebac8([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x1ebac8([0x2e]),'');let _0x592bda=_0x1ebac8([0x41]);for(let _0x147600=0x0;_0x147600<_0x46ce3c[_0x1ebac8([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x147600+=0x2){let _0x54121e=window[_0x1ebac8([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x46ce3c[_0x1ebac8([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x147600,_0x147600+0x2));_0x54121e>=_0x502a9f[_0x1ebac8([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x54121e-=_0x502a9f[_0x1ebac8([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x592bda+=_0x502a9f[_0x54121e];}return _0x592bda;}function _0xc6de0c(){const _0x4c652b=_0x2297fe[_0x1ebac8([0x73,0x70,0x6c,0x69,0x74])](_0x1ebac8([0x2e]));if(0x3!=_0x4c652b[_0x1ebac8([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x413f93(_0x4c652b[0x1]);function _0x413f93(_0x2bdc2b){const _0x59d3b8=_0x43b461(_0x2bdc2b);return _0x59d3b8&&_0x5ac271()?_0x59d3b8:null;function _0x5ac271(){const _0x585c40=_0x59d3b8[_0x1ebac8([0x6a,0x74,0x69])],_0x135e31=window[_0x1ebac8([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x585c40[_0x1ebac8([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x585c40[_0x1ebac8([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x42464c={..._0x59d3b8,[_0x1ebac8([0x6a,0x74,0x69])]:_0x585c40[_0x1ebac8([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x585c40[_0x1ebac8([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x42464c[_0x1ebac8([0x76,0x63])],_0x2f4ff8(_0x42464c)==_0x135e31;}}}async function _0x1a8109(){let _0xca305e=!0x0;try{const _0x49ba02=_0x2297fe[_0x1ebac8([0x73,0x70,0x6c,0x69,0x74])](_0x1ebac8([0x2e])),[_0x239f42,_0x5680a5,_0x34fe02]=_0x49ba02;return _0x81aac5(_0x239f42),await _0x1f6a07(_0x239f42,_0x5680a5,_0x34fe02),_0xca305e;}catch{return!0x1;}function _0x81aac5(_0x366890){const _0x4c40d3=_0x43b461(_0x366890);_0x4c40d3&&_0x4c40d3[_0x1ebac8([0x61,0x6c,0x67])]==_0x1ebac8([0x45,0x53,0x32,0x35,0x36])||(_0xca305e=!0x1);}async function _0x1f6a07(_0x1b0940,_0x38f50f,_0x321f60){const _0x38e92c=window[_0x1ebac8([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x1ebac8([0x66,0x72,0x6f,0x6d])](_0x26899f(_0x321f60),_0x401dd8=>_0x401dd8[_0x1ebac8([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x13b8ad=new window[(_0x1ebac8([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x1ebac8([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x1b0940+_0x1ebac8([0x2e])+_0x38f50f),_0x1ab8df=window[_0x1ebac8([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x1ebac8([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x1ab8df)return;const _0x4ad861=await _0x1ab8df[_0x1ebac8([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x1ebac8([0x6a,0x77,0x6b]),_0x31c83b,{[_0x1ebac8([0x6e,0x61,0x6d,0x65])]:_0x1ebac8([0x45,0x43,0x44,0x53,0x41]),[_0x1ebac8([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x1ebac8([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x1ebac8([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x1ab8df[_0x1ebac8([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x1ebac8([0x6e,0x61,0x6d,0x65])]:_0x1ebac8([0x45,0x43,0x44,0x53,0x41]),[_0x1ebac8([0x68,0x61,0x73,0x68])]:{[_0x1ebac8([0x6e,0x61,0x6d,0x65])]:_0x1ebac8([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x4ad861,_0x38e92c,_0x13b8ad)||(_0xca305e=!0x1);}}function _0x43b461(_0x48bd3b){return _0x48bd3b[_0x1ebac8([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x1ebac8([0x65,0x79]))?JSON[_0x1ebac8([0x70,0x61,0x72,0x73,0x65])](_0x26899f(_0x48bd3b)):null;}function _0x26899f(_0x49c5d1){return window[_0x1ebac8([0x61,0x74,0x6f,0x62])](_0x49c5d1[_0x1ebac8([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x1ebac8([0x2b]))[_0x1ebac8([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x1ebac8([0x2f])));}function _0x2f4ff8(_0x1fc603){let _0x218ac7=0x1505;function _0x45cddc(_0x1d5165){for(let _0x42c629=0x0;_0x42c629<_0x1d5165[_0x1ebac8([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x42c629++){const _0x4ec282=_0x1d5165[_0x1ebac8([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x42c629);_0x218ac7=(_0x218ac7<<0x5)+_0x218ac7+_0x4ec282,_0x218ac7&=_0x218ac7;}}function _0x3d3f3e(_0x4361e6){Array[_0x1ebac8([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x4361e6)?_0x4361e6[_0x1ebac8([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x3d3f3e):_0x4361e6&&typeof _0x4361e6==_0x1ebac8([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x1ebac8([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x4361e6)[_0x1ebac8([0x73,0x6f,0x72,0x74])]()[_0x1ebac8([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x40ba40,_0x498198])=>{_0x45cddc(_0x40ba40),_0x3d3f3e(_0x498198);}):_0x45cddc(window[_0x1ebac8([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x4361e6));}return _0x3d3f3e(_0x1fc603),_0x218ac7>>>0x0;}function _0x4edcdf(_0x47112c){return _0x47112c[_0x1ebac8([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x1ebac8([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x1ebac8([0x30]));}function _0x2d1205(_0x4a890a){return _0x4a890a[_0x1ebac8([0x73,0x70,0x6c,0x69,0x74])]('')[_0x1ebac8([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x1ebac8([0x6a,0x6f,0x69,0x6e])]('');}function _0x1ae302(){}function _0x1ebac8(_0x4e7588){const _0x1986c6=_0x279e;return _0x4e7588[_0x1986c6(0x1cc)](_0x452447=>String[_0x1986c6(0x1ab)](_0x452447))[_0x1986c6(0x1c4)]('');}_0x44f39e(await _0x22df35());}(this);}[_0x6d1c71(0x188)](){const _0x430686=_0x6d1c71;return this[_0x430686(0x185)];}[_0x6d1c71(0x1ef)](){const _0x14f3a4=_0x6d1c71,_0x180e69=_0x5548af=>_0x4d6a3d(this[_0x14f3a4(0x1b1)][_0x14f3a4(0x1f7)],_0x5548af);return[{'id':_0x14f3a4(0x1fe),'commandName':_0x14f3a4(0x1d0),'icon':_0x4c0b7b,'title':_0x180e69(_0x14f3a4(0x205)),'description':_0x180e69(_0x14f3a4(0x1d3)),'execute':_0x367bef=>{const _0x2ad8e3=_0x14f3a4;setTimeout(()=>_0x367bef[_0x2ad8e3(0x200)](_0x2ad8e3(0x1d0)));}},{'id':_0x14f3a4(0x1f4),'commandName':_0x14f3a4(0x1f4),'icon':_0x3a595e,'title':_0x180e69(_0x14f3a4(0x1ed)),'description':_0x180e69(_0x14f3a4(0x18d))},{'id':_0x14f3a4(0x1da),'commandName':_0x14f3a4(0x1da),'icon':_0x5510a3,'title':_0x180e69(_0x14f3a4(0x1fc)),'description':_0x180e69(_0x14f3a4(0x1d6))},{'id':_0x14f3a4(0x19f),'commandName':_0x14f3a4(0x19f),'icon':_0x5b024b,'title':_0x180e69(_0x14f3a4(0x1e9)),'description':_0x180e69(_0x14f3a4(0x1c6))},{'id':_0x14f3a4(0x190),'commandName':_0x14f3a4(0x190),'icon':_0xcce0d4,'title':_0x180e69(_0x14f3a4(0x198)),'description':_0x180e69(_0x14f3a4(0x1a1)),'aliases':[_0x14f3a4(0x19d),_0x14f3a4(0x1b0),_0x14f3a4(0x1a4)]},{'id':_0x14f3a4(0x19d),'commandName':_0x14f3a4(0x19d),'icon':_0xcce0d4,'title':_0x180e69(_0x14f3a4(0x1f8)),'description':_0x180e69(_0x14f3a4(0x1ac)),'aliases':[_0x14f3a4(0x190),_0x14f3a4(0x1b0),_0x14f3a4(0x1a4)]},{'id':_0x14f3a4(0x1b2),'commandName':_0x14f3a4(0x1b2),'icon':_0x16fce4,'title':_0x180e69(_0x14f3a4(0x1f2)),'description':_0x180e69(_0x14f3a4(0x206)),'execute':_0xd91dcf=>{const _0x120137=_0x14f3a4;setTimeout(()=>_0xd91dcf[_0x120137(0x200)](_0x120137(0x1b2)));}},{'id':_0x14f3a4(0x19e),'commandName':_0x14f3a4(0x189),'icon':_0x327483,'title':_0x180e69(_0x14f3a4(0x1bd)),'description':_0x180e69(_0x14f3a4(0x1d2)),'execute':_0x3ff2b8=>{const _0x28ce83=_0x14f3a4;_0x3ff2b8[_0x28ce83(0x200)](_0x28ce83(0x189),{'value':_0x28ce83(0x19e)});}},{'id':_0x14f3a4(0x1d7),'commandName':_0x14f3a4(0x189),'icon':_0x181dcc,'title':_0x180e69(_0x14f3a4(0x1aa)),'description':_0x180e69(_0x14f3a4(0x19b)),'execute':_0x22954e=>{const _0x19b4e3=_0x14f3a4;_0x22954e[_0x19b4e3(0x200)](_0x19b4e3(0x189),{'value':_0x19b4e3(0x1d7)});}},{'id':_0x14f3a4(0x1f1),'commandName':_0x14f3a4(0x189),'icon':_0x42fb28,'title':_0x180e69(_0x14f3a4(0x187)),'description':_0x180e69(_0x14f3a4(0x193)),'execute':_0x161c05=>{const _0x535e09=_0x14f3a4;_0x161c05[_0x535e09(0x200)](_0x535e09(0x189),{'value':_0x535e09(0x1f1)});}},{'id':_0x14f3a4(0x1b3),'commandName':_0x14f3a4(0x189),'icon':_0x35329a,'title':_0x180e69(_0x14f3a4(0x1c7)),'description':_0x180e69(_0x14f3a4(0x1df)),'execute':_0x430070=>{const _0x3a4b5a=_0x14f3a4;_0x430070[_0x3a4b5a(0x200)](_0x3a4b5a(0x189),{'value':_0x3a4b5a(0x1b3)});}},{'id':_0x14f3a4(0x1f0),'commandName':_0x14f3a4(0x189),'icon':_0x410887,'title':_0x180e69(_0x14f3a4(0x1ff)),'description':_0x180e69(_0x14f3a4(0x1dd)),'execute':_0x36cffc=>{const _0x1210dc=_0x14f3a4;_0x36cffc[_0x1210dc(0x200)](_0x1210dc(0x189),{'value':_0x1210dc(0x1f0)});}},{'id':_0x14f3a4(0x18e),'commandName':_0x14f3a4(0x189),'icon':_0x443ac4,'title':_0x180e69(_0x14f3a4(0x1e6)),'description':_0x180e69(_0x14f3a4(0x1a2)),'execute':_0x499987=>{const _0x5c7537=_0x14f3a4;_0x499987[_0x5c7537(0x200)](_0x5c7537(0x189),{'value':_0x5c7537(0x18e)});}},{'id':_0x14f3a4(0x202),'commandName':_0x14f3a4(0x202),'icon':_0x161f0d,'title':_0x180e69(_0x14f3a4(0x1de)),'description':_0x180e69(_0x14f3a4(0x1e0))},{'id':_0x14f3a4(0x1be),'commandName':_0x14f3a4(0x1be),'icon':_0x31a117,'title':_0x180e69(_0x14f3a4(0x1db)),'description':_0x180e69(_0x14f3a4(0x194))},{'id':_0x14f3a4(0x19a),'commandName':_0x14f3a4(0x19a),'icon':_0x562690,'title':_0x180e69(_0x14f3a4(0x1fb)),'description':_0x180e69(_0x14f3a4(0x1fd))},{'id':_0x14f3a4(0x1f3),'commandName':_0x14f3a4(0x1f3),'title':_0x180e69(_0x14f3a4(0x1b4)),'description':_0x180e69(_0x14f3a4(0x1a8))},{'id':_0x14f3a4(0x1c5),'commandName':_0x14f3a4(0x1c5),'icon':_0x4ea3c8,'title':_0x180e69(_0x14f3a4(0x1d9)),'description':_0x180e69(_0x14f3a4(0x197))},{'id':_0x14f3a4(0x1ca),'commandName':_0x14f3a4(0x1ca),'icon':_0x2f3fa9,'title':_0x180e69(_0x14f3a4(0x184)),'description':_0x180e69(_0x14f3a4(0x1af)),'aliases':[_0x14f3a4(0x18a)]},{'id':_0x14f3a4(0x1c8),'commandName':_0x14f3a4(0x1c8),'icon':_0x327147,'title':_0x180e69(_0x14f3a4(0x1e7)),'description':_0x180e69(_0x14f3a4(0x1c0))},{'id':_0x14f3a4(0x1a7),'commandName':_0x14f3a4(0x1a7),'icon':_0x12d4c5,'title':_0x180e69(_0x14f3a4(0x1e2)),'description':_0x180e69(_0x14f3a4(0x1ba))},{'id':_0x14f3a4(0x1eb),'commandName':_0x14f3a4(0x1eb),'icon':_0x4680f6,'title':_0x180e69(_0x14f3a4(0x203)),'description':_0x180e69(_0x14f3a4(0x1a0))},{'id':_0x14f3a4(0x204),'commandName':_0x14f3a4(0x204),'icon':_0x1f7b24,'title':_0x180e69(_0x14f3a4(0x199)),'description':_0x180e69(_0x14f3a4(0x201))}];}[_0x6d1c71(0x1fa)](_0x4098e8){const _0x19a37c=_0x6d1c71;return _0x4098e8[_0x19a37c(0x1d4)]?_0x4098e8[_0x19a37c(0x1d4)](this[_0x19a37c(0x1b1)]):!_0x4098e8[_0x19a37c(0x196)]||this[_0x19a37c(0x1b1)][_0x19a37c(0x1b6)][_0x19a37c(0x1cb)](_0x4098e8[_0x19a37c(0x196)])[_0x19a37c(0x1d4)];}[_0x6d1c71(0x1a3)](_0x19af90){const _0x49f9c1=_0x6d1c71;if(_0x19af90[_0x49f9c1(0x200)])_0x19af90[_0x49f9c1(0x200)](this[_0x49f9c1(0x1b1)]);else{if(!_0x19af90[_0x49f9c1(0x196)])throw new _0x5cd106(_0x49f9c1(0x1ae),this[_0x49f9c1(0x1b1)],{'commandDefinition':_0x19af90});this[_0x49f9c1(0x1b1)][_0x49f9c1(0x200)](_0x19af90[_0x49f9c1(0x196)]);}}}function j(_0x172e9e,_0x529bc3){const _0x217c79=_0x6d1c71;return _0x172e9e[_0x217c79(0x1cd)]<_0x529bc3[_0x217c79(0x1cd)]?-0x1:_0x172e9e[_0x217c79(0x1cd)]>_0x529bc3[_0x217c79(0x1cd)]?0x1:0x0;}function L(_0x2c0263,_0x2ce761){const _0x4bcc54=_0x6d1c71;return _0x2ce761+'-'+_0x2c0263[_0x4bcc54(0x19c)]()[_0x4bcc54(0x1c1)]('\x20')[_0x4bcc54(0x1c4)]('-');}
|