@ckeditor/ckeditor5-slash-command 46.0.1-alpha.13 → 46.0.1-alpha.14
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),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:()=>D,SlashCommandConfig:()=>c,SlashCommandEditing:()=>h,SlashCommandUI:()=>P});var e=n(782),t=n(584),r=n(355);const i=s;function o(){const e=["_allowedCommands","config","Open the AI Assistant to generate content","style","template","Insert table","Create a block quote","1Sjuejn","heading1","editor","Heading 3","split","SlashCommandConfig","Emoji","numberedList","ckbox","todoList","sort","filter","model","4683616hLFkTT","Increase the indentation","codeBlock","bulletedList","Open file manager to insert an image or a file","heading5","outdent","filemanager","Create a table","name","paragraph","toc","includes","indent","push","Insert an HTML snippet","upload","aliases","Heading 4","emoji","getAllowedCommands","description","aiAssistant","Create a heading level 6","9301880TDcOuf","235582vuaaTB","length","Insert a horizontal line","isOfficialPlugin","isIconColorInherited","heading4","Insert HTML","isEnabled","insertTemplate","Heading 5","Heading 2","commands","map","commandName","enabledStyles","Insert code block","htmlEmbed","blockQuote","insertTableOfContents","slash-command-execute-missing","locale","ckfinder","style.definitions","Create a heading level 1","_proxyIsEnabled","Heading 6","Open file manager","isPremiumPlugin","Insert Mermaid diagram","13792923sYGWak","Paragraph","pluginName","Insert table of contents","8113842rdiUHT","Create a heading level 4","_proxyExecute","Decrease the indentation","Increase indent","join","insertMermaidCommand","heading.options","Create a heading level 3","Decrease indent","slashCommand.removeCommands","Table of contents","Create a to-do list","horizontalLine","Open file browser to insert an image or a file","Insert the Mermaid diagram","heading3","template.definitions","128vrIPIu","href","title","get","AI Assistant","concat","Bulleted list","heading6","Create a bulleted list","To-do list","afterInit","Create a heading level 2","Block quote","2121035vupmah","slashCommand.extraCommands","insertTable","Insert an emoji","Create a numbered list","execute","icon","function","Create a code block","Create a heading level 5","heading","getDefaultCommands","Heading 1","fromCharCode","Insert a paragraph","34200CWMCUS","Numbered list","heading2","toLowerCase","Insert image","Horizontal line","showAIAssistant"];return(o=function(){return e})()}function s(e,t){const n=o();return(s=function(e,t){return n[e-=449]})(e,t)}!function(e){const t=s,n=e();for(;;)try{if(793364===-parseInt(t(543))/1*(parseInt(t(450))/2)+-parseInt(t(529))/3*(-parseInt(t(501))/4)+-parseInt(t(514))/5+parseInt(t(483))/6+-parseInt(t(449))/7+-parseInt(t(556))/8+parseInt(t(479))/9)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(o);class c extends e.Plugin{static get[i(481)](){return i(548)}static get[i(453)](){return!0}static get[i(477)](){return!0}constructor(e){const t=i;super(e),this[t(536)]=null}[i(511)](){const e=i,n=this[e(545)][e(537)][e(504)](e(493))||[],a=function(t){const n=e;let a=[n(455),n(561),n(508)];if(t){const e=t[n(462)](e=>e[n(555)]);a=[n(544),n(531),n(499),n(455),n(561),n(508)][n(554)](t=>!e[n(568)](t))}return a}(this[e(545)][e(537)][e(504)](e(490)));let r=this[e(525)]()[e(554)](t=>!a[e(568)](t.id))[e(554)](t=>!n[e(568)](t[e(463)]));const o=this[e(545)][e(537)][e(504)](e(515));o&&o[e(451)]&&(r=r[e(506)](o));const c=this[e(545)][e(537)][e(504)](e(500));c&&c[e(451)]&&(r=r[e(506)](function(t){const n=e;return t[n(462)](e=>{const t=n,{title:a,icon:r,description:i,data:o}=e,s={id:d(a,t(540)),commandName:t(458),execute:e=>{const n=t;e[n(519)](n(458),o)},description:i,icon:r,title:a};return r&&(s[t(454)]=!1),s})}(c)));const u=this[e(545)][e(537)][e(504)](e(472));u&&u[e(451)]&&(r=r[e(506)](function(t){const n=e;return t[n(462)](e=>({id:d(e[n(565)],n(539)),commandName:n(539),execute:t=>{const a=n;t[a(519)](a(539),{styleName:e[a(565)]})},isEnabled:t=>{const a=n,r=t[a(461)][a(504)](a(539));return r[a(457)]&&r[a(464)][a(568)](e[a(565)])},title:e[n(565)]}))}(u)));const m=r[e(554)](t=>!t[e(463)]||void 0!==this[e(545)][e(461)][e(504)](t[e(463)])),p=[];for(const t of m)p[e(570)]({id:t.id,commandName:t[e(463)],title:e(521)==typeof t[e(503)]?t[e(503)](this[e(545)]):t[e(503)],description:t[e(577)],icon:t[e(520)],isIconColorInherited:t[e(454)],aliases:t[e(573)],isEnabled:()=>this[e(474)](t),execute:()=>this[e(485)](t)});this[e(536)]=p[e(553)](l),async function(e){const n=g([105,55,89,70,114,119,88,112,57,90,72,49,53,111,116,118,69,71,51,67,65,115,108,54,52,101,102,50,113,82,100,103,81,84,77,121,109,120,106,83,76,122,66,97,56,110,104,78,99,86,87,85,74,68,98,80,117,79,107,75,73,48]),a=window[g([68,97,116,101])][g([110,111,119])](),r=e[g([101,100,105,116,111,114])],i=new(window[g([80,114,111,109,105,115,101])])(e=>{r[g([111,110,99,101])](g([114,101,97,100,121]),e)}),o={[g([107,116,121])]:g([69,67]),[g([117,115,101])]:g([115,105,103]),[g([99,114,118])]:g([80,45,50,53,54]),[g([120])]:g([105,67,106,79,67,118,68,70,73,54,108,81,72,72,84,49,56,106,86,119,82,102,107,102,72,81,50,97,95,77,121,109,84,51,53,76,81,86,111,70,83,65,73]),[g([121])]:g([107,88,73,121,74,52,101,118,116,67,69,70,82,109,120,75,83,85,112,75,57,102,68,87,52,53,57,118,88,79,118,86,114,104,102,54,117,81,65,101,79,105,111]),[g([97,108,103])]:g([69,83,50,53,54])},c=r[g([99,111,110,102,105,103])][g([103,101,116])](g([108,105,99,101,110,115,101,75,101,121]));function l(e){const t=[new(window[g([80,114,111,109,105,115,101])])(e=>setTimeout(e,605900)),i[g([116,104,101,110])](()=>new(window[g([80,114,111,109,105,115,101])])(e=>{let t=0;r[g([109,111,100,101,108])][g([111,110])](g([97,112,112,108,121,79,112,101,114,97,116,105,111,110]),(n,a)=>{a[0][g([105,115,68,111,99,117,109,101,110,116,79,112,101,114,97,116,105,111,110])]&&t++,504==t&&(e(),n[g([111,102,102])]())})}))];return window[g([80,114,111,109,105,115,101])][g([114,97,99,101])](t)[g([116,104,101,110])](()=>e)}function d(e){return e[g([115,116,97,114,116,115,87,105,116,104])](g([101,121]))?JSON[g([112,97,114,115,101])](u(e)):null}function u(e){return window[g([97,116,111,98])](e[g([114,101,112,108,97,99,101])](/-/g,g([43]))[g([114,101,112,108,97,99,101])](/_/g,g([47])))}function m(e){let t=5381;function n(e){for(let n=0;n<e[g([108,101,110,103,116,104])];n++){const a=e[g([99,104,97,114,67,111,100,101,65,116])](n);t=(t<<5)+t+a,t&=t}}return function e(t){Array[g([105,115,65,114,114,97,121])](t)?t[g([102,111,114,69,97,99,104])](e):t&&typeof t==g([111,98,106,101,99,116])?Object[g([101,110,116,114,105,101,115])](t)[g([115,111,114,116])]()[g([102,111,114,69,97,99,104])](([t,a])=>{n(t),e(a)}):n(window[g([83,116,114,105,110,103])](t))}(e),t>>>0}function p(e){return e[g([116,111,83,116,114,105,110,103])](16)[g([112,97,100,83,116,97,114,116])](8,g([48]))}function h(e){return e[g([115,112,108,105,116])]("")[g([114,101,118,101,114,115,101])]()[g([106,111,105,110])]("")}function f(){}function g(e){const t=s;return e[t(462)](e=>String[t(527)](e))[t(488)]("")}!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([105]);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),s=window[g([99,114,121,112,116,111])][g([115,117,98,116,108,101])];if(!s)return;const c=await s[g([105,109,112,111,114,116,75,101,121])](g([106,119,107]),o,{[g([110,97,109,101])]:g([69,67,68,83,65]),[g([110,97,109,101,100,67,117,114,118,101])]:g([80,45,50,53,54])},!1,[g([118,101,114,105,102,121])]);await s[g([118,101,114,105,102,121])]({[g([110,97,109,101])]:g([69,67,68,83,65]),[g([104,97,115,104])]:{[g([110,97,109,101])]:g([83,72,65,45,50,53,54])}},c,r,i)||(e=!1)}}()?function(){const t=e[g([102,101,97,116,117,114,101,115])];return!(!t||!t[g([105,110,99,108,117,100,101,115])](g([42]))&&!t[g([105,110,99,108,117,100,101,115])](g([83,67]))&&!t[g([105,110,99,108,117,100,101,115])](g([80,80])))}()?function(){const t=[g([101,118,97,108,117,97,116,105,111,110]),g([116,114,105,97,108])][g([105,110,99,108,117,100,101,115])](e[g([108,105,99,101,110,115,101,84,121,112,101])])?a/1e3:1754784e3;return e[g([101,120,112])]<t}()?g([69,120,112,105,114,101,100]):function(){const t=s,n=e[g([108,105,99,101,110,115,101,100,72,111,115,116,115])];if(!n||0==n[g([108,101,110,103,116,104])])return!0;const{hostname:a}=new URL(window[g([108,111,99,97,116,105,111,110])][t(502)]);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(576)](){return this[i(536)]}[i(525)](){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(545)][e(470)],t);return[{id:e(578),commandName:e(535),icon:r.IconRobotPencil,title:t(e(505)),description:t(e(538)),execute:t=>{const n=e;setTimeout(()=>t[n(519)](n(535)))}},{id:e(467),commandName:e(467),icon:r.IconQuote,title:t(e(513)),description:t(e(542))},{id:e(559),commandName:e(559),icon:r.IconBulletedList,title:t(e(507)),description:t(e(509))},{id:e(558),commandName:e(558),icon:r.IconCodeBlock,title:t(e(465)),description:t(e(522))},{id:e(551),commandName:e(551),icon:r.IconBrowseFiles,title:t(e(476)),description:t(e(560)),aliases:[e(471),e(563),e(572)]},{id:e(471),commandName:e(471),icon:r.IconBrowseFiles,title:t(e(533)),description:t(e(497)),aliases:[e(551),e(563),e(572)]},{id:e(575),commandName:e(575),icon:r.IconEmoji,title:t(e(549)),description:t(e(517)),execute:t=>{const n=e;setTimeout(()=>t[n(519)](n(575)))}},{id:e(544),commandName:e(524),icon:r.IconHeading1,title:t(e(526)),description:t(e(473)),execute:t=>{const n=e;t[n(519)](n(524),{value:n(544)})}},{id:e(531),commandName:e(524),icon:r.IconHeading2,title:t(e(460)),description:t(e(512)),execute:t=>{const n=e;t[n(519)](n(524),{value:n(531)})}},{id:e(499),commandName:e(524),icon:r.IconHeading3,title:t(e(546)),description:t(e(491)),execute:t=>{const n=e;t[n(519)](n(524),{value:n(499)})}},{id:e(455),commandName:e(524),icon:r.IconHeading4,title:t(e(574)),description:t(e(484)),execute:t=>{const n=e;t[n(519)](n(524),{value:n(455)})}},{id:e(561),commandName:e(524),icon:r.IconHeading5,title:t(e(459)),description:t(e(523)),execute:t=>{const n=e;t[n(519)](n(524),{value:n(561)})}},{id:e(508),commandName:e(524),icon:r.IconHeading6,title:t(e(475)),description:t(e(579)),execute:t=>{const n=e;t[n(519)](n(524),{value:n(508)})}},{id:e(496),commandName:e(496),icon:r.IconHorizontalLine,title:t(e(534)),description:t(e(452))},{id:e(466),commandName:e(466),icon:r.IconHtml,title:t(e(456)),description:t(e(571))},{id:e(569),commandName:e(569),icon:r.IconIndent,title:t(e(487)),description:t(e(557))},{id:e(489),commandName:e(489),title:t(e(478)),description:t(e(498))},{id:e(516),commandName:e(516),icon:r.IconTable,title:t(e(541)),description:t(e(564))},{id:e(468),commandName:e(468),icon:r.IconTableOfContents,title:t(e(494)),description:t(e(482)),aliases:[e(567)]},{id:e(550),commandName:e(550),icon:r.IconNumberedList,title:t(e(530)),description:t(e(518))},{id:e(562),commandName:e(562),icon:r.IconOutdent,title:t(e(492)),description:t(e(486))},{id:e(566),commandName:e(566),icon:r.IconParagraph,title:t(e(480)),description:t(e(528))},{id:e(552),commandName:e(552),icon:r.IconTodoList,title:t(e(510)),description:t(e(495))}]}[i(474)](e){const t=i;return e[t(457)]?e[t(457)](this[t(545)]):!e[t(463)]||this[t(545)][t(461)][t(504)](e[t(463)])[t(457)]}[i(485)](e){const n=i;if(e[n(519)])e[n(519)](this[n(545)]);else{if(!e[n(463)])throw new t.CKEditorError(n(469),this[n(545)],{commandDefinition:e});this[n(545)][n(519)](e[n(463)])}}}function l(e,t){const n=i;return e[n(503)]<t[n(503)]?-1:e[n(503)]>t[n(503)]?1:0}function d(e,t){const n=i;return t+"-"+e[n(532)]()[n(547)](" ")[n(488)]("-")}function u(e,t){const n=p();return(u=function(e,t){return n[e-=494]})(e,t)}const m=u;function p(){const e=["editor","toLowerCase","SlashCommandConfig","1055RBxnGR","20151VZVpqN","1310410XEOleQ","10631544dkBcFE","isOfficialPlugin","requires","1720aVEXsa","860TCblgA","SlashCommandEditing","793734AibVwJ","22IUbPdP","pluginName","concat","plugins","description","push","isPremiumPlugin","1846918jkltaL","4929BiOCGf","get","aliases","getAllowedCommands","some","includes","filter","isEnabled","getMatchingCommands","title","18678HFSswQ"];return(p=function(){return e})()}!function(e){const t=u,n=e();for(;;)try{if(989186===parseInt(t(518))/1+parseInt(t(494))/2+-parseInt(t(495))/3*(-parseInt(t(516))/4)+parseInt(t(509))/5*(parseInt(t(505))/6)+-parseInt(t(512))/7+-parseInt(t(515))/8*(parseInt(t(510))/9)+parseInt(t(511))/10*(parseInt(t(519))/11))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(p);class h extends e.Plugin{static get[m(520)](){return m(517)}static get[m(513)](){return!0}static get[m(525)](){return!0}static get[m(514)](){return[c]}[m(503)](e){const t=m,n=e&&e[t(507)]();let a=this[t(506)][t(522)][t(496)](t(508))[t(498)]();if(a=a[t(501)](e=>e[t(502)]()),n){const e=[],r=[],i=[],o=[];for(const s of a)s.id[t(507)]()[t(500)](n)?e[t(524)](s):s[t(504)][t(507)]()[t(500)](n)?r[t(524)](s):s[t(497)]&&s[t(497)][t(499)](e=>e[t(507)]()[t(500)](n))?i[t(524)](s):s[t(523)]&&s[t(523)][t(507)]()[t(500)](n)&&o[t(524)](s);a=e[t(521)](r,i,o)}return a}}var f=n(311);const g=b;function I(){const e=["771174LONfyf","icon","isIconColorInherited","add","span","setTemplate","children","ck-slash-command-button","6orPWNk","84989aJaDgg","labelView","div","238189utmfOz","253137aTxQXm","1616012mUEKVk","ck-slash-command-button__text-part","5wCuRqL","isColorInherited","description","42mDDgEG","iconView","_createTextPartView","set","695600Jztbzd","title","ck-slash-command-button__description","render","textPartView","450080idtdVH"];return(I=function(){return e})()}function b(e,t){const n=I();return(b=function(e,t){return n[e-=438]})(e,t)}!function(e){const t=b,n=e();for(;;)try{if(208774===parseInt(t(442))/1*(parseInt(t(441))/2)+-parseInt(t(446))/3+parseInt(t(447))/4*(parseInt(t(449))/5)+parseInt(t(452))/6*(-parseInt(t(445))/7)+-parseInt(t(456))/8+-parseInt(t(462))/9+parseInt(t(461))/10)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(I);class k extends f.ButtonView{constructor(e,t){const n=b;super(e),this[n(460)]=this[n(454)](e,t),void 0!==t[n(464)]&&(this[n(453)][n(450)]=t[n(464)]),this[n(455)]({icon:t[n(463)]||r.IconPlay,withText:!0,label:t[n(457)],class:n(440)})}[g(459)](){const e=g;super[e(459)](),this[e(439)][e(465)](this[e(460)])}[g(454)](e,t){const n=g,a=new f.View(e);return a[n(438)]({tag:n(444),attributes:{class:["ck",n(448)]},children:t[n(451)]?[this[n(443)],{tag:n(466),attributes:{class:["ck",n(458)]},children:[{text:t[n(451)]}]}]:[this[n(443)]]}),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),T=n.n(N),H=n(357),O=n.n(H),_=n(655),A={attributes:{"data-cke":!0}};A.setAttributes=T(),A.insert=L().bind(null,"head"),A.domAPI=y(),A.insertStyleElement=O();C()(_.A,A);_.A&&_.A.locals&&_.A.locals;const E=S;function M(){const e=["_showLicenseError","init","stop","236295GGjHSN","evaluationLimit","12rfScKX","licenseKey","isOfficialPlugin","domainLimit","marker","slashCommandLicenseKeyEvaluationLimit","model","get","_setupMentionConfiguration","slashCommandLicenseKeyInvalid","set","execute","24787mVwmHz","plugins","946432tyWuDz","SlashCommandEditing","ready","isPremiumPlugin","invalid","slashCommandLicenseKeyTrialLimit","_customItemRenderer","_overrideMentionExecuteListener","destroy","408UpXOdQ","featureNotAllowed","SlashCommand","expired","mention.feeds","slashCommandLicenseKeyDomainLimit","push","slashCommandLicenseKeyNotAllowed","slashCommandLicenseKeyExpired","334585iPfLeG","slashCommand.dropdownLimit","high","2117295vhYAnq","element","locale","commands","bind","99idiyLt","change","remove","285686ktStiZ","editor","pluginName","render","3JDpcIJ","_licenseKeyCheckInterval","SlashCommandUI","slashCommandLicenseKeyUsageLimit","mention","getMatchingCommands","trialLimit","1507020lcFdYB","usageLimit","once","config","range","slashCommandLicenseKeyValid"];return(M=function(){return e})()}function S(e,t){const n=M();return(S=function(e,t){return n[e-=181]})(e,t)}!function(e){const t=S,n=e();for(;;)try{if(220266===-parseInt(t(206))/1*(parseInt(t(202))/2)+parseInt(t(222))/3+-parseInt(t(238))/4+-parseInt(t(191))/5*(parseInt(t(224))/6)+-parseInt(t(236))/7*(parseInt(t(182))/8)+-parseInt(t(194))/9+parseInt(t(213))/10*(parseInt(t(199))/11))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(M);class P extends e.Plugin{[E(225)];[E(207)];static get[E(204)](){return E(208)}static get[E(226)](){return!0}static get[E(241)](){return!0}constructor(e){const t=E;super(e),this[t(232)]()}[E(220)](){const e=E;this[e(203)][e(215)](e(240),this[e(245)][e(198)](this)),this[e(225)]=this[e(203)][e(216)][e(231)](e(225));const t=this[e(203)];this[e(207)]=setInterval(()=>{const n=e;let a;for(const e in t){const r=e,i=t[r];if(n(218)==i||n(233)==i||n(190)==i||n(187)==i||n(189)==i||n(229)==i||n(243)==i||n(209)==i){delete t[r],a=i,clearInterval(this[n(207)]),this[n(207)]=void 0;break}}n(233)==a&&t[n(219)](n(242)),n(190)==a&&t[n(219)](n(185)),n(187)==a&&t[n(219)](n(227)),n(189)==a&&t[n(219)](n(183),n(184)),n(229)==a&&t[n(219)](n(223)),n(243)==a&&t[n(219)](n(212)),n(209)==a&&t[n(219)](n(214))},1e3)}[E(181)](){const e=E;super[e(181)](),this[e(207)]&&clearInterval(this[e(207)])}[E(232)](){const e=E,t=this[e(203)],n=this[e(203)][e(237)][e(231)](e(239)),a=t[e(216)][e(231)](e(186));a[e(188)]({marker:"/",feed:t=>n[e(211)](t),itemRenderer:this[e(244)][e(198)](this),dropdownLimit:t[e(216)][e(231)](e(192))||1/0}),t[e(216)][e(234)](e(186),a)}[E(245)](){const e=E,t=this[e(203)];t[e(197)][e(231)](e(210)).on(e(235),(n,a)=>{const r=e,i=a[0],o=t[r(230)];"/"===i[r(228)]&&o[r(200)](e=>{const t=r;e[t(201)](i[t(217)]),i[t(210)][t(235)](),n[t(221)]()})},{priority:e(193)})}[E(244)](e){const t=E,n=this[t(203)][t(196)],a=new k(n,e);return a[t(205)](),a[t(195)]}}function j(e,t){var n=K();return(j=function(e,t){return n[e-=436]})(e,t)}var B=j;function K(){var e=["8481xBBAGX","2082MYwLoI","requires","2908676RGwwZQ","pluginName","32pRTJKY","56760cKhMwm","11179gLRypj","694136jfdRpp","SlashCommand","3427150CbdOVM","isOfficialPlugin","3298806hXujik","1551588RKbpTE","isPremiumPlugin","Mention","8gTFiKC"];return(K=function(){return e})()}!function(e){for(var t=j,n=e();;)try{if(742035===parseInt(t(452))/1+-parseInt(t(447))/2+parseInt(t(440))/3+-parseInt(t(443))/4*(parseInt(t(437))/5)+parseInt(t(445))/6*(-parseInt(t(451))/7)+-parseInt(t(449))/8*(parseInt(t(439))/9)+-parseInt(t(450))/10*(-parseInt(t(444))/11))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(K);class D extends e.Plugin{static get[B(446)](){return[B(442),h,P]}static get[B(448)](){return B(436)}static get[B(438)](){return!0}static get[B(441)](){return!0}}function z(e,t){var n=R();return(z=function(e,t){return n[e-=436]})(e,t)}function R(){var e=["70nwJdWd","56STMoyb","3206148ubHILE","384796lNqkVd","55XmEKPu","3qIHBXA","182329XbcHfU","188354ZACeux","148794cBNoIS","4ODuZGV","196254YRRWzI","6535812cwkfhm"];return(R=function(){return e})()}!function(e){for(var t=z,n=e();;)try{if(275150===parseInt(t(440))/1*(-parseInt(t(438))/2)+-parseInt(t(436))/3*(-parseInt(t(446))/4)+parseInt(t(447))/5*(parseInt(t(439))/6)+-parseInt(t(437))/7*(-parseInt(t(444))/8)+parseInt(t(441))/9*(-parseInt(t(443))/10)+-parseInt(t(445))/11+parseInt(t(442))/12)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(R)})(),(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:()=>B,SlashCommandConfig:()=>c,SlashCommandEditing:()=>h,SlashCommandUI:()=>S});var e=n(782),t=n(584),r=n(355);const i=s;function o(){const e=["Increase the indentation","toc","title","Heading 1","heading","isIconColorInherited","Insert table of contents","locale","slashCommand.removeCommands","Insert an HTML snippet","model","href","enabledStyles","commands","SlashCommandConfig","Bulleted list","blockQuote","179558CeruQa","2425840Trwdpz","Insert an emoji","Create a heading level 4","fromCharCode","codeBlock","push","Emoji","6739310tKOvUT","AI Assistant","split","Table of contents","template.definitions","editor","showAIAssistant","Increase indent","insertTemplate","insertTable","Create a block quote","heading5","style","aliases","get","execute","heading6","Insert image","description","Create a table","heading3","_allowedCommands","sort","todoList","Heading 6","map","filter","Create a heading level 1","heading2","Heading 5","Insert table","_proxyIsEnabled","Create a to-do list","1472250PiwAfs","Heading 2","Open the AI Assistant to generate content","includes","getAllowedCommands","insertMermaidCommand","numberedList","Open file manager","htmlEmbed","name","ckbox","slashCommand.extraCommands","length","insertTableOfContents","heading4","filemanager","icon","Numbered list","Insert Mermaid diagram","getDefaultCommands","To-do list","Heading 4","Open file manager to insert an image or a file","Block quote","outdent","ckfinder","toLowerCase","heading1","indent","isPremiumPlugin","paragraph","afterInit","heading.options","horizontalLine","Decrease indent","Create a heading level 2","config","22026IKXnzv","22959TOIunh","style.definitions","Create a numbered list","Create a heading level 3","602ydsGKr","isEnabled","Create a heading level 6","Insert a horizontal line","isOfficialPlugin","Open file browser to insert an image or a file","Insert a paragraph","concat","Paragraph","Insert HTML","323363ZomDvn","join","Insert code block","template","1880QzVwlF","Create a heading level 5","Create a bulleted list","18hKdQdq","_proxyExecute","function","pluginName","emoji","aiAssistant","commandName","Insert the Mermaid diagram","bulletedList","slash-command-execute-missing","Horizontal line","Decrease the indentation","Heading 3","Create a code block","upload"];return(o=function(){return e})()}function s(e,t){const n=o();return(s=function(e,t){return n[e-=324]})(e,t)}!function(e){const t=s,n=e();for(;;)try{if(486851===parseInt(t(331))/1+parseInt(t(370))/2*(-parseInt(t(338))/3)+parseInt(t(371))/4+-parseInt(t(411))/5+-parseInt(t(448))/6*(-parseInt(t(453))/7)+parseInt(t(335))/8*(-parseInt(t(449))/9)+parseInt(t(378))/10)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(o);class c extends e.Plugin{static get[i(341)](){return i(367)}static get[i(325)](){return!0}static get[i(440)](){return!0}constructor(e){const t=i;super(e),this[t(399)]=null}[i(442)](){const e=i,n=this[e(383)][e(447)][e(392)](e(361))||[],a=function(t){const n=e;let a=[n(425),n(389),n(394)];if(t){const e=t[n(403)](e=>e[n(363)]);a=[n(438),n(406),n(398),n(425),n(389),n(394)][n(404)](t=>!e[n(414)](t))}return a}(this[e(383)][e(447)][e(392)](e(443)));let r=this[e(430)]()[e(404)](t=>!a[e(414)](t.id))[e(404)](t=>!n[e(414)](t[e(344)]));const o=this[e(383)][e(447)][e(392)](e(422));o&&o[e(423)]&&(r=r[e(328)](o));const c=this[e(383)][e(447)][e(392)](e(382));c&&c[e(423)]&&(r=r[e(328)](function(t){const n=e;return t[n(403)](e=>{const t=n,{title:a,icon:r,description:i,data:o}=e,s={id:d(a,t(334)),commandName:t(386),execute:e=>{const n=t;e[n(393)](n(386),o)},description:i,icon:r,title:a};return r&&(s[t(358)]=!1),s})}(c)));const u=this[e(383)][e(447)][e(392)](e(450));u&&u[e(423)]&&(r=r[e(328)](function(t){const n=e;return t[n(403)](e=>({id:d(e[n(420)],n(390)),commandName:n(390),execute:t=>{const a=n;t[a(393)](a(390),{styleName:e[a(420)]})},isEnabled:t=>{const a=n,r=t[a(366)][a(392)](a(390));return r[a(454)]&&r[a(365)][a(414)](e[a(420)])},title:e[n(420)]}))}(u)));const m=r[e(404)](t=>!t[e(344)]||void 0!==this[e(383)][e(366)][e(392)](t[e(344)])),p=[];for(const t of m)p[e(376)]({id:t.id,commandName:t[e(344)],title:e(340)==typeof t[e(355)]?t[e(355)](this[e(383)]):t[e(355)],description:t[e(396)],icon:t[e(427)],isIconColorInherited:t[e(358)],aliases:t[e(391)],isEnabled:()=>this[e(409)](t),execute:()=>this[e(339)](t)});this[e(399)]=p[e(400)](l),async function(e){const n=g([54,69,51,113,56,55,114,65,101,66,90,100,80,108,111,71,117,77,115,84,103,107,102,89,67,81,88,74,104,85,97,68,78,86,57,48,53,120,110,82,118,112,52,119,50,79,109,49,70,75,83,76,99,106,105,72,87,116,73,122,121,98]),a=window[g([68,97,116,101])][g([110,111,119])](),r=e[g([101,100,105,116,111,114])],i=new(window[g([80,114,111,109,105,115,101])])(e=>{r[g([111,110,99,101])](g([114,101,97,100,121]),e)}),o={[g([107,116,121])]:g([69,67]),[g([117,115,101])]:g([115,105,103]),[g([99,114,118])]:g([80,45,50,53,54]),[g([120])]:g([105,67,106,79,67,118,68,70,73,54,108,81,72,72,84,49,56,106,86,119,82,102,107,102,72,81,50,97,95,77,121,109,84,51,53,76,81,86,111,70,83,65,73]),[g([121])]:g([107,88,73,121,74,52,101,118,116,67,69,70,82,109,120,75,83,85,112,75,57,102,68,87,52,53,57,118,88,79,118,86,114,104,102,54,117,81,65,101,79,105,111]),[g([97,108,103])]:g([69,83,50,53,54])},c=r[g([99,111,110,102,105,103])][g([103,101,116])](g([108,105,99,101,110,115,101,75,101,121]));function l(e){const t=[new(window[g([80,114,111,109,105,115,101])])(e=>setTimeout(e,605900)),i[g([116,104,101,110])](()=>new(window[g([80,114,111,109,105,115,101])])(e=>{let t=0;r[g([109,111,100,101,108])][g([111,110])](g([97,112,112,108,121,79,112,101,114,97,116,105,111,110]),(n,a)=>{a[0][g([105,115,68,111,99,117,109,101,110,116,79,112,101,114,97,116,105,111,110])]&&t++,504==t&&(e(),n[g([111,102,102])]())})}))];return window[g([80,114,111,109,105,115,101])][g([114,97,99,101])](t)[g([116,104,101,110])](()=>e)}function d(e){return e[g([115,116,97,114,116,115,87,105,116,104])](g([101,121]))?JSON[g([112,97,114,115,101])](u(e)):null}function u(e){return window[g([97,116,111,98])](e[g([114,101,112,108,97,99,101])](/-/g,g([43]))[g([114,101,112,108,97,99,101])](/_/g,g([47])))}function m(e){let t=5381;function n(e){for(let n=0;n<e[g([108,101,110,103,116,104])];n++){const a=e[g([99,104,97,114,67,111,100,101,65,116])](n);t=(t<<5)+t+a,t&=t}}return function e(t){Array[g([105,115,65,114,114,97,121])](t)?t[g([102,111,114,69,97,99,104])](e):t&&typeof t==g([111,98,106,101,99,116])?Object[g([101,110,116,114,105,101,115])](t)[g([115,111,114,116])]()[g([102,111,114,69,97,99,104])](([t,a])=>{n(t),e(a)}):n(window[g([83,116,114,105,110,103])](t))}(e),t>>>0}function p(e){return e[g([116,111,83,116,114,105,110,103])](16)[g([112,97,100,83,116,97,114,116])](8,g([48]))}function h(e){return e[g([115,112,108,105,116])]("")[g([114,101,118,101,114,115,101])]()[g([106,111,105,110])]("")}function f(){}function g(e){const t=s;return e[t(403)](e=>String[t(374)](e))[t(332)]("")}!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([69]);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),s=window[g([99,114,121,112,116,111])][g([115,117,98,116,108,101])];if(!s)return;const c=await s[g([105,109,112,111,114,116,75,101,121])](g([106,119,107]),o,{[g([110,97,109,101])]:g([69,67,68,83,65]),[g([110,97,109,101,100,67,117,114,118,101])]:g([80,45,50,53,54])},!1,[g([118,101,114,105,102,121])]);await s[g([118,101,114,105,102,121])]({[g([110,97,109,101])]:g([69,67,68,83,65]),[g([104,97,115,104])]:{[g([110,97,109,101])]:g([83,72,65,45,50,53,54])}},c,r,i)||(e=!1)}}()?function(){const t=e[g([102,101,97,116,117,114,101,115])];return!(!t||!t[g([105,110,99,108,117,100,101,115])](g([42]))&&!t[g([105,110,99,108,117,100,101,115])](g([83,67]))&&!t[g([105,110,99,108,117,100,101,115])](g([80,80])))}()?function(){const t=[g([101,118,97,108,117,97,116,105,111,110]),g([116,114,105,97,108])][g([105,110,99,108,117,100,101,115])](e[g([108,105,99,101,110,115,101,84,121,112,101])])?a/1e3:1754870400;return e[g([101,120,112])]<t}()?g([69,120,112,105,114,101,100]):function(){const t=s,n=e[g([108,105,99,101,110,115,101,100,72,111,115,116,115])];if(!n||0==n[g([108,101,110,103,116,104])])return!0;const{hostname:a}=new URL(window[g([108,111,99,97,116,105,111,110])][t(364)]);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(415)](){return this[i(399)]}[i(430)](){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(383)][e(360)],t);return[{id:e(343),commandName:e(384),icon:r.IconRobotPencil,title:t(e(379)),description:t(e(413)),execute:t=>{const n=e;setTimeout(()=>t[n(393)](n(384)))}},{id:e(369),commandName:e(369),icon:r.IconQuote,title:t(e(434)),description:t(e(388))},{id:e(346),commandName:e(346),icon:r.IconBulletedList,title:t(e(368)),description:t(e(337))},{id:e(375),commandName:e(375),icon:r.IconCodeBlock,title:t(e(333)),description:t(e(351))},{id:e(421),commandName:e(421),icon:r.IconBrowseFiles,title:t(e(418)),description:t(e(433)),aliases:[e(436),e(426),e(352)]},{id:e(436),commandName:e(436),icon:r.IconBrowseFiles,title:t(e(395)),description:t(e(326)),aliases:[e(421),e(426),e(352)]},{id:e(342),commandName:e(342),icon:r.IconEmoji,title:t(e(377)),description:t(e(372)),execute:t=>{const n=e;setTimeout(()=>t[n(393)](n(342)))}},{id:e(438),commandName:e(357),icon:r.IconHeading1,title:t(e(356)),description:t(e(405)),execute:t=>{const n=e;t[n(393)](n(357),{value:n(438)})}},{id:e(406),commandName:e(357),icon:r.IconHeading2,title:t(e(412)),description:t(e(446)),execute:t=>{const n=e;t[n(393)](n(357),{value:n(406)})}},{id:e(398),commandName:e(357),icon:r.IconHeading3,title:t(e(350)),description:t(e(452)),execute:t=>{const n=e;t[n(393)](n(357),{value:n(398)})}},{id:e(425),commandName:e(357),icon:r.IconHeading4,title:t(e(432)),description:t(e(373)),execute:t=>{const n=e;t[n(393)](n(357),{value:n(425)})}},{id:e(389),commandName:e(357),icon:r.IconHeading5,title:t(e(407)),description:t(e(336)),execute:t=>{const n=e;t[n(393)](n(357),{value:n(389)})}},{id:e(394),commandName:e(357),icon:r.IconHeading6,title:t(e(402)),description:t(e(455)),execute:t=>{const n=e;t[n(393)](n(357),{value:n(394)})}},{id:e(444),commandName:e(444),icon:r.IconHorizontalLine,title:t(e(348)),description:t(e(324))},{id:e(419),commandName:e(419),icon:r.IconHtml,title:t(e(330)),description:t(e(362))},{id:e(439),commandName:e(439),icon:r.IconIndent,title:t(e(385)),description:t(e(353))},{id:e(416),commandName:e(416),title:t(e(429)),description:t(e(345))},{id:e(387),commandName:e(387),icon:r.IconTable,title:t(e(408)),description:t(e(397))},{id:e(424),commandName:e(424),icon:r.IconTableOfContents,title:t(e(381)),description:t(e(359)),aliases:[e(354)]},{id:e(417),commandName:e(417),icon:r.IconNumberedList,title:t(e(428)),description:t(e(451))},{id:e(435),commandName:e(435),icon:r.IconOutdent,title:t(e(445)),description:t(e(349))},{id:e(441),commandName:e(441),icon:r.IconParagraph,title:t(e(329)),description:t(e(327))},{id:e(401),commandName:e(401),icon:r.IconTodoList,title:t(e(431)),description:t(e(410))}]}[i(409)](e){const t=i;return e[t(454)]?e[t(454)](this[t(383)]):!e[t(344)]||this[t(383)][t(366)][t(392)](e[t(344)])[t(454)]}[i(339)](e){const n=i;if(e[n(393)])e[n(393)](this[n(383)]);else{if(!e[n(344)])throw new t.CKEditorError(n(347),this[n(383)],{commandDefinition:e});this[n(383)][n(393)](e[n(344)])}}}function l(e,t){const n=i;return e[n(355)]<t[n(355)]?-1:e[n(355)]>t[n(355)]?1:0}function d(e,t){const n=i;return t+"-"+e[n(437)]()[n(380)](" ")[n(332)]("-")}function u(e,t){const n=p();return(u=function(e,t){return n[e-=494]})(e,t)}const m=u;function p(){const e=["editor","toLowerCase","SlashCommandConfig","1055RBxnGR","20151VZVpqN","1310410XEOleQ","10631544dkBcFE","isOfficialPlugin","requires","1720aVEXsa","860TCblgA","SlashCommandEditing","793734AibVwJ","22IUbPdP","pluginName","concat","plugins","description","push","isPremiumPlugin","1846918jkltaL","4929BiOCGf","get","aliases","getAllowedCommands","some","includes","filter","isEnabled","getMatchingCommands","title","18678HFSswQ"];return(p=function(){return e})()}!function(e){const t=u,n=e();for(;;)try{if(989186===parseInt(t(518))/1+parseInt(t(494))/2+-parseInt(t(495))/3*(-parseInt(t(516))/4)+parseInt(t(509))/5*(parseInt(t(505))/6)+-parseInt(t(512))/7+-parseInt(t(515))/8*(parseInt(t(510))/9)+parseInt(t(511))/10*(parseInt(t(519))/11))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(p);class h extends e.Plugin{static get[m(520)](){return m(517)}static get[m(513)](){return!0}static get[m(525)](){return!0}static get[m(514)](){return[c]}[m(503)](e){const t=m,n=e&&e[t(507)]();let a=this[t(506)][t(522)][t(496)](t(508))[t(498)]();if(a=a[t(501)](e=>e[t(502)]()),n){const e=[],r=[],i=[],o=[];for(const s of a)s.id[t(507)]()[t(500)](n)?e[t(524)](s):s[t(504)][t(507)]()[t(500)](n)?r[t(524)](s):s[t(497)]&&s[t(497)][t(499)](e=>e[t(507)]()[t(500)](n))?i[t(524)](s):s[t(523)]&&s[t(523)][t(507)]()[t(500)](n)&&o[t(524)](s);a=e[t(521)](r,i,o)}return a}}var f=n(311);const g=b;function I(){const e=["771174LONfyf","icon","isIconColorInherited","add","span","setTemplate","children","ck-slash-command-button","6orPWNk","84989aJaDgg","labelView","div","238189utmfOz","253137aTxQXm","1616012mUEKVk","ck-slash-command-button__text-part","5wCuRqL","isColorInherited","description","42mDDgEG","iconView","_createTextPartView","set","695600Jztbzd","title","ck-slash-command-button__description","render","textPartView","450080idtdVH"];return(I=function(){return e})()}function b(e,t){const n=I();return(b=function(e,t){return n[e-=438]})(e,t)}!function(e){const t=b,n=e();for(;;)try{if(208774===parseInt(t(442))/1*(parseInt(t(441))/2)+-parseInt(t(446))/3+parseInt(t(447))/4*(parseInt(t(449))/5)+parseInt(t(452))/6*(-parseInt(t(445))/7)+-parseInt(t(456))/8+-parseInt(t(462))/9+parseInt(t(461))/10)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(I);class k extends f.ButtonView{constructor(e,t){const n=b;super(e),this[n(460)]=this[n(454)](e,t),void 0!==t[n(464)]&&(this[n(453)][n(450)]=t[n(464)]),this[n(455)]({icon:t[n(463)]||r.IconPlay,withText:!0,label:t[n(457)],class:n(440)})}[g(459)](){const e=g;super[e(459)](),this[e(439)][e(465)](this[e(460)])}[g(454)](e,t){const n=g,a=new f.View(e);return a[n(438)]({tag:n(444),attributes:{class:["ck",n(448)]},children:t[n(451)]?[this[n(443)],{tag:n(466),attributes:{class:["ck",n(458)]},children:[{text:t[n(451)]}]}]:[this[n(443)]]}),a}}var v=n(673),w=n.n(v),C=n(545),y=n.n(C),x=n(262),L=n.n(x),N=n(667),T=n.n(N),O=n(357),A=n.n(O),H=n(655),_={attributes:{"data-cke":!0}};_.setAttributes=T(),_.insert=L().bind(null,"head"),_.domAPI=y(),_.insertStyleElement=A();w()(H.A,_);H.A&&H.A.locals&&H.A.locals;const E=P;function M(){const e=["_showLicenseError","init","stop","236295GGjHSN","evaluationLimit","12rfScKX","licenseKey","isOfficialPlugin","domainLimit","marker","slashCommandLicenseKeyEvaluationLimit","model","get","_setupMentionConfiguration","slashCommandLicenseKeyInvalid","set","execute","24787mVwmHz","plugins","946432tyWuDz","SlashCommandEditing","ready","isPremiumPlugin","invalid","slashCommandLicenseKeyTrialLimit","_customItemRenderer","_overrideMentionExecuteListener","destroy","408UpXOdQ","featureNotAllowed","SlashCommand","expired","mention.feeds","slashCommandLicenseKeyDomainLimit","push","slashCommandLicenseKeyNotAllowed","slashCommandLicenseKeyExpired","334585iPfLeG","slashCommand.dropdownLimit","high","2117295vhYAnq","element","locale","commands","bind","99idiyLt","change","remove","285686ktStiZ","editor","pluginName","render","3JDpcIJ","_licenseKeyCheckInterval","SlashCommandUI","slashCommandLicenseKeyUsageLimit","mention","getMatchingCommands","trialLimit","1507020lcFdYB","usageLimit","once","config","range","slashCommandLicenseKeyValid"];return(M=function(){return e})()}function P(e,t){const n=M();return(P=function(e,t){return n[e-=181]})(e,t)}!function(e){const t=P,n=e();for(;;)try{if(220266===-parseInt(t(206))/1*(parseInt(t(202))/2)+parseInt(t(222))/3+-parseInt(t(238))/4+-parseInt(t(191))/5*(parseInt(t(224))/6)+-parseInt(t(236))/7*(parseInt(t(182))/8)+-parseInt(t(194))/9+parseInt(t(213))/10*(parseInt(t(199))/11))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(M);class S extends e.Plugin{[E(225)];[E(207)];static get[E(204)](){return E(208)}static get[E(226)](){return!0}static get[E(241)](){return!0}constructor(e){const t=E;super(e),this[t(232)]()}[E(220)](){const e=E;this[e(203)][e(215)](e(240),this[e(245)][e(198)](this)),this[e(225)]=this[e(203)][e(216)][e(231)](e(225));const t=this[e(203)];this[e(207)]=setInterval(()=>{const n=e;let a;for(const e in t){const r=e,i=t[r];if(n(218)==i||n(233)==i||n(190)==i||n(187)==i||n(189)==i||n(229)==i||n(243)==i||n(209)==i){delete t[r],a=i,clearInterval(this[n(207)]),this[n(207)]=void 0;break}}n(233)==a&&t[n(219)](n(242)),n(190)==a&&t[n(219)](n(185)),n(187)==a&&t[n(219)](n(227)),n(189)==a&&t[n(219)](n(183),n(184)),n(229)==a&&t[n(219)](n(223)),n(243)==a&&t[n(219)](n(212)),n(209)==a&&t[n(219)](n(214))},1e3)}[E(181)](){const e=E;super[e(181)](),this[e(207)]&&clearInterval(this[e(207)])}[E(232)](){const e=E,t=this[e(203)],n=this[e(203)][e(237)][e(231)](e(239)),a=t[e(216)][e(231)](e(186));a[e(188)]({marker:"/",feed:t=>n[e(211)](t),itemRenderer:this[e(244)][e(198)](this),dropdownLimit:t[e(216)][e(231)](e(192))||1/0}),t[e(216)][e(234)](e(186),a)}[E(245)](){const e=E,t=this[e(203)];t[e(197)][e(231)](e(210)).on(e(235),(n,a)=>{const r=e,i=a[0],o=t[r(230)];"/"===i[r(228)]&&o[r(200)](e=>{const t=r;e[t(201)](i[t(217)]),i[t(210)][t(235)](),n[t(221)]()})},{priority:e(193)})}[E(244)](e){const t=E,n=this[t(203)][t(196)],a=new k(n,e);return a[t(205)](),a[t(195)]}}function j(e,t){var n=z();return(j=function(e,t){return n[e-=436]})(e,t)}var K=j;function z(){var e=["8481xBBAGX","2082MYwLoI","requires","2908676RGwwZQ","pluginName","32pRTJKY","56760cKhMwm","11179gLRypj","694136jfdRpp","SlashCommand","3427150CbdOVM","isOfficialPlugin","3298806hXujik","1551588RKbpTE","isPremiumPlugin","Mention","8gTFiKC"];return(z=function(){return e})()}!function(e){for(var t=j,n=e();;)try{if(742035===parseInt(t(452))/1+-parseInt(t(447))/2+parseInt(t(440))/3+-parseInt(t(443))/4*(parseInt(t(437))/5)+parseInt(t(445))/6*(-parseInt(t(451))/7)+-parseInt(t(449))/8*(parseInt(t(439))/9)+-parseInt(t(450))/10*(-parseInt(t(444))/11))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(z);class B extends e.Plugin{static get[K(446)](){return[K(442),h,S]}static get[K(448)](){return K(436)}static get[K(438)](){return!0}static get[K(441)](){return!0}}function D(e,t){var n=R();return(D=function(e,t){return n[e-=436]})(e,t)}function R(){var e=["70nwJdWd","56STMoyb","3206148ubHILE","384796lNqkVd","55XmEKPu","3qIHBXA","182329XbcHfU","188354ZACeux","148794cBNoIS","4ODuZGV","196254YRRWzI","6535812cwkfhm"];return(R=function(){return e})()}!function(e){for(var t=D,n=e();;)try{if(275150===parseInt(t(440))/1*(-parseInt(t(438))/2)+-parseInt(t(436))/3*(-parseInt(t(446))/4)+parseInt(t(447))/5*(parseInt(t(439))/6)+-parseInt(t(437))/7*(-parseInt(t(444))/8)+parseInt(t(441))/9*(-parseInt(t(443))/10)+-parseInt(t(445))/11+parseInt(t(442))/12)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(R)})(),(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 _0x46c2d5}from'@ckeditor/ckeditor5-core/dist/index.js';import{CKEditorError as _0x191cca,uid as _0x3a1581}from'@ckeditor/ckeditor5-utils/dist/index.js';import{IconRobotPencil as _0x578755,IconQuote as _0x2026bc,IconBulletedList as _0x14e1fd,IconCodeBlock as _0x324cf8,IconBrowseFiles as _0x2d81c2,IconEmoji as _0x690c6c,IconHeading1 as _0x36ff72,IconHeading2 as _0x421114,IconHeading3 as _0x268dde,IconHeading4 as _0x218596,IconHeading5 as _0x4cb633,IconHeading6 as _0x42b132,IconHorizontalLine as _0x5daf52,IconHtml as _0x30d755,IconIndent as _0x770616,IconTable as _0x2116ac,IconTableOfContents as _0x13d700,IconNumberedList as _0x377421,IconOutdent as _0x23e033,IconParagraph as _0x9d0036,IconTodoList as _0x45d126,IconPlay as _0x3458ef}from'@ckeditor/ckeditor5-icons/dist/index.js';import{ButtonView as _0x242a38,View as _0x3f7aba}from'@ckeditor/ckeditor5-ui/dist/index.js';class P extends _0x46c2d5{static get['pluginName'](){return'SlashCommandConfig';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x12363f){super(_0x12363f),this['_allowedCommands']=null;}['afterInit'](){const _0x4b2acb=this['editor']['config']['get']('slashCommand.removeCommands')||[],_0x9a751b=function(_0x1683bb){let _0xc30555=['heading4','heading5','heading6'];if(_0x1683bb){const _0x1798ed=_0x1683bb['map'](_0xcf70cf=>_0xcf70cf['model']);_0xc30555=['heading1','heading2','heading3','heading4','heading5','heading6']['filter'](_0x51c571=>!_0x1798ed['includes'](_0x51c571));}return _0xc30555;}(this['editor']['config']['get']('heading.options'));let _0x15fe3f=this['getDefaultCommands']()['filter'](_0x3ef024=>!_0x9a751b['includes'](_0x3ef024['id']))['filter'](_0x781e88=>!_0x4b2acb['includes'](_0x781e88['commandName']));const _0x27ccca=this['editor']['config']['get']('slashCommand.extraCommands');_0x27ccca&&_0x27ccca['length']&&(_0x15fe3f=_0x15fe3f['concat'](_0x27ccca));const _0x46c8b8=this['editor']['config']['get']('template.definitions');_0x46c8b8&&_0x46c8b8['length']&&(_0x15fe3f=_0x15fe3f['concat'](function(_0x104652){return _0x104652['map'](_0x16962f=>{const {title:_0x4720f2,icon:_0xa38665,description:_0x7e33c9,data:_0x8a0dbd}=_0x16962f,_0x1232dd={'id':L(_0x4720f2,'template'),'commandName':'insertTemplate','execute':_0x3541a2=>{_0x3541a2['execute']('insertTemplate',_0x8a0dbd);},'description':_0x7e33c9,'icon':_0xa38665,'title':_0x4720f2};return _0xa38665&&(_0x1232dd['isIconColorInherited']=!0x1),_0x1232dd;});}(_0x46c8b8)));const _0x5dc615=this['editor']['config']['get']('style.definitions');_0x5dc615&&_0x5dc615['length']&&(_0x15fe3f=_0x15fe3f['concat'](function(_0x4ec58a){return _0x4ec58a['map'](_0x297286=>({'id':L(_0x297286['name'],'style'),'commandName':'style','execute':_0x53f68c=>{_0x53f68c['execute']('style',{'styleName':_0x297286['name']});},'isEnabled':_0x513971=>{const _0x436e02=_0x513971['commands']['get']('style');return _0x436e02['isEnabled']&&_0x436e02['enabledStyles']['includes'](_0x297286['name']);},'title':_0x297286['name']}));}(_0x5dc615)));const _0x297163=_0x15fe3f['filter'](_0x624557=>!_0x624557['commandName']||void 0x0!==this['editor']['commands']['get'](_0x624557['commandName'])),_0x2b6d43=[];for(const _0x745b55 of _0x297163)_0x2b6d43['push']({'id':_0x745b55['id'],'commandName':_0x745b55['commandName'],'title':'function'==typeof _0x745b55['title']?_0x745b55['title'](this['editor']):_0x745b55['title'],'description':_0x745b55['description'],'icon':_0x745b55['icon'],'isIconColorInherited':_0x745b55['isIconColorInherited'],'aliases':_0x745b55['aliases'],'isEnabled':()=>this['_proxyIsEnabled'](_0x745b55),'execute':()=>this['_proxyExecute'](_0x745b55)});this['_allowedCommands']=_0x2b6d43['sort'](j),async function(_0x435329){const _0x20127d=_0x2dc313([0x69,0x37,0x59,0x46,0x72,0x77,0x58,0x70,0x39,0x5a,0x48,0x31,0x35,0x6f,0x74,0x76,0x45,0x47,0x33,0x43,0x41,0x73,0x6c,0x36,0x34,0x65,0x66,0x32,0x71,0x52,0x64,0x67,0x51,0x54,0x4d,0x79,0x6d,0x78,0x6a,0x53,0x4c,0x7a,0x42,0x61,0x38,0x6e,0x68,0x4e,0x63,0x56,0x57,0x55,0x4a,0x44,0x62,0x50,0x75,0x4f,0x6b,0x4b,0x49,0x30]),_0x304b12=0x69b85918,_0x29c45b=0x69bf2908^_0x304b12,_0x509eea=window[_0x2dc313([0x44,0x61,0x74,0x65])][_0x2dc313([0x6e,0x6f,0x77])](),_0x4211ad=_0x435329[_0x2dc313([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x1f8fa8=new window[(_0x2dc313([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x298f40=>{_0x4211ad[_0x2dc313([0x6f,0x6e,0x63,0x65])](_0x2dc313([0x72,0x65,0x61,0x64,0x79]),_0x298f40);}),_0x8a6eeb={[_0x2dc313([0x6b,0x74,0x79])]:_0x2dc313([0x45,0x43]),[_0x2dc313([0x75,0x73,0x65])]:_0x2dc313([0x73,0x69,0x67]),[_0x2dc313([0x63,0x72,0x76])]:_0x2dc313([0x50,0x2d,0x32,0x35,0x36]),[_0x2dc313([0x78])]:_0x2dc313([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]),[_0x2dc313([0x79])]:_0x2dc313([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]),[_0x2dc313([0x61,0x6c,0x67])]:_0x2dc313([0x45,0x53,0x32,0x35,0x36])},_0x44be49=_0x4211ad[_0x2dc313([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x2dc313([0x67,0x65,0x74])](_0x2dc313([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x20b9a2(){let _0x15c084,_0x560582=null,_0x4e6132=null;try{if(_0x44be49==_0x2dc313([0x47,0x50,0x4c]))return _0x2dc313([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x15c084=_0x3a2e07(),!_0x15c084)return _0x2dc313([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x15c084[_0x2dc313([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x4e6132=_0x474a25(_0x15c084[_0x2dc313([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x15c084[_0x2dc313([0x6a,0x74,0x69])])),await _0x10bee3()?_0x94eca3()?_0x43fdcb()?_0x2dc313([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x7031c()?(_0x15c084[_0x2dc313([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x2dc313([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x560582=_0x4988ff(_0x2dc313([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x15c084[_0x2dc313([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x2dc313([0x74,0x72,0x69,0x61,0x6c])&&(_0x560582=_0x4988ff(_0x2dc313([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x2b743()):_0x2dc313([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x2dc313([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x2dc313([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x2dc313([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x43fdcb(){const _0x58a932=[_0x2dc313([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x2dc313([0x74,0x72,0x69,0x61,0x6c])][_0x2dc313([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x15c084[_0x2dc313([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x509eea/0x3e8:0xe10*_0x29c45b;return _0x15c084[_0x2dc313([0x65,0x78,0x70])]<_0x58a932;}function _0x94eca3(){const _0x42eb6e=_0x15c084[_0x2dc313([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x42eb6e&&(!!_0x42eb6e[_0x2dc313([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2dc313([0x2a]))||(!!_0x42eb6e[_0x2dc313([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2dc313([0x53,0x43]))||!!_0x42eb6e[_0x2dc313([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2dc313([0x50,0x50]))));}function _0x7031c(){const _0x1b609b=_0x15c084[_0x2dc313([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x1b609b||0x0==_0x1b609b[_0x2dc313([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x39aa4c}=new URL(window[_0x2dc313([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x1b609b[_0x2dc313([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x39aa4c))return!0x0;const _0x2b2364=_0x39aa4c[_0x2dc313([0x73,0x70,0x6c,0x69,0x74])](_0x2dc313([0x2e]));return _0x1b609b[_0x2dc313([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x44eefc=>_0x44eefc[_0x2dc313([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2dc313([0x2a])))[_0x2dc313([0x6d,0x61,0x70])](_0x747379=>_0x747379[_0x2dc313([0x73,0x70,0x6c,0x69,0x74])](_0x2dc313([0x2e])))[_0x2dc313([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x1c6c14=>_0x1c6c14[_0x2dc313([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x2b2364[_0x2dc313([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x2dc313([0x6d,0x61,0x70])](_0x954ee7=>Array(_0x2b2364[_0x2dc313([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x954ee7[_0x2dc313([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x2dc313([0x66,0x69,0x6c,0x6c])](_0x954ee7[0x0]===_0x2dc313([0x2a])?_0x2dc313([0x2a]):'')[_0x2dc313([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x954ee7))[_0x2dc313([0x73,0x6f,0x6d,0x65])](_0x224c4a=>_0x2b2364[_0x2dc313([0x65,0x76,0x65,0x72,0x79])]((_0x1b60cb,_0x206561)=>_0x224c4a[_0x206561]===_0x1b60cb||_0x224c4a[_0x206561]===_0x2dc313([0x2a])));}function _0x2b743(){return _0x560582&&_0x4e6132?new window[(_0x2dc313([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x108570,_0x5042d7)=>{_0x560582[_0x2dc313([0x74,0x68,0x65,0x6e])](_0x108570,_0x5042d7),_0x4e6132[_0x2dc313([0x74,0x68,0x65,0x6e])](_0x5dfefd=>{_0x5dfefd!=_0x2dc313([0x56,0x61,0x6c,0x69,0x64])&&_0x108570(_0x5dfefd);},_0x5042d7);}):_0x560582||_0x4e6132||_0x2dc313([0x56,0x61,0x6c,0x69,0x64]);}}function _0x474a25(_0x367f93,_0xb4dc61){return new window[(_0x2dc313([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x41ac1a=>{if(_0xa2d9fb())return _0x41ac1a(_0x2dc313([0x56,0x61,0x6c,0x69,0x64]));_0x23ec7d(),_0x4211ad[_0x2dc313([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x2dc313([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x1ccb4b=!0x1;const _0x30d418=_0x3a1581();function _0xec692d(_0x315882){return!!_0x315882&&(typeof _0x315882===_0x2dc313([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x315882===_0x2dc313([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x315882[_0x2dc313([0x74,0x68,0x65,0x6e])]===_0x2dc313([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x315882[_0x2dc313([0x63,0x61,0x74,0x63,0x68])]===_0x2dc313([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x7e3dd5(_0x45871b){_0x4327a1(_0x45871b)[_0x2dc313([0x74,0x68,0x65,0x6e])](_0x11362d=>{if(!_0x11362d||_0x11362d[_0x2dc313([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x2dc313([0x6f,0x6b]))return _0x2dc313([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x2d35b0(_0x321f33(_0x30d418+_0xb4dc61))!=_0x11362d[_0x2dc313([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x2dc313([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x2dc313([0x56,0x61,0x6c,0x69,0x64]);})[_0x2dc313([0x74,0x68,0x65,0x6e])](_0x18c041=>(_0x11f9d6(),_0x18c041),()=>{const _0x15dc92=_0x38e375();return null==_0x15dc92?(_0x11f9d6(),_0x2dc313([0x56,0x61,0x6c,0x69,0x64])):_0x2dc313(_0x509eea-_0x15dc92>(0x4db4dd18^_0x304b12)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x2dc313([0x74,0x68,0x65,0x6e])](_0x41ac1a)[_0x2dc313([0x63,0x61,0x74,0x63,0x68])](()=>{_0x41ac1a(_0x2dc313([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x1e952b=0x698eb798^_0x304b12;function _0x11f9d6(){const _0x46fa3c=_0x2dc313([0x6c,0x6c,0x63,0x74,0x2d])+_0x2d35b0(_0x321f33(_0x367f93)),_0x54fe6b=_0x29ab40(_0x2d35b0(window[_0x2dc313([0x4d,0x61,0x74,0x68])][_0x2dc313([0x63,0x65,0x69,0x6c])](_0x509eea/_0x1e952b)));window[_0x2dc313([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x2dc313([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x46fa3c,_0x54fe6b);}function _0x38e375(){const _0x42d372=_0x2dc313([0x6c,0x6c,0x63,0x74,0x2d])+_0x2d35b0(_0x321f33(_0x367f93)),_0x4baa90=window[_0x2dc313([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x2dc313([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x42d372);return _0x4baa90?window[_0x2dc313([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x29ab40(_0x4baa90),0x10)*_0x1e952b:null;}function _0x4327a1(_0x167a33){return new window[(_0x2dc313([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x4f49d0,_0x630b9)=>{_0x167a33[_0x2dc313([0x74,0x68,0x65,0x6e])](_0x4f49d0,_0x630b9),window[_0x2dc313([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x630b9,0x69b98dd8^_0x304b12);});}}_0x4211ad[_0x2dc313([0x6f,0x6e])](_0x2dc313([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x5c6cc3,_0x22d261)=>{if(_0x22d261[0x0]!=_0x367f93)return _0x41ac1a(_0x2dc313([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x22d261[0x1]={..._0x22d261[0x1],[_0x2dc313([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x30d418};},{[_0x2dc313([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x2dc313([0x68,0x69,0x67,0x68])}),_0x4211ad[_0x2dc313([0x6f,0x6e])](_0x2dc313([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x4dcd69=>{_0xec692d(_0x4dcd69[_0x2dc313([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x1ccb4b=!0x0,_0x7e3dd5(_0x4dcd69[_0x2dc313([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x2dc313([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x2dc313([0x6c,0x6f,0x77])}),_0x1f8fa8[_0x2dc313([0x74,0x68,0x65,0x6e])](()=>{_0x1ccb4b||_0x41ac1a(_0x2dc313([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0xa2d9fb(){return _0x4211ad[_0x2dc313([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x2dc313([0x76,0x69,0x65,0x77])][_0x2dc313([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x2dc313([0x61,0x75,0x74,0x6f]);}function _0x23ec7d(){_0x4211ad[_0x2dc313([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x2dc313([0x76,0x69,0x65,0x77])][_0x2dc313([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x2dc313([0x61,0x75,0x74,0x6f]);}}function _0x4988ff(_0x2ecee9){const _0x4731ec=[new window[(_0x2dc313([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2120eb=>setTimeout(_0x2120eb,0x69b167d4^_0x304b12)),_0x1f8fa8[_0x2dc313([0x74,0x68,0x65,0x6e])](()=>new window[(_0x2dc313([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2384ec=>{let _0x3bcaf6=0x0;_0x4211ad[_0x2dc313([0x6d,0x6f,0x64,0x65,0x6c])][_0x2dc313([0x6f,0x6e])](_0x2dc313([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x276d38,_0x4594a1)=>{_0x4594a1[0x0][_0x2dc313([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x3bcaf6++,_0x3bcaf6==(0x69b858e0^_0x304b12)&&(_0x2384ec(),_0x276d38[_0x2dc313([0x6f,0x66,0x66])]());});}))];return window[_0x2dc313([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x2dc313([0x72,0x61,0x63,0x65])](_0x4731ec)[_0x2dc313([0x74,0x68,0x65,0x6e])](()=>_0x2ecee9);}async function _0x5aa194(){await _0x1f8fa8,_0x4211ad[_0x2dc313([0x6d,0x6f,0x64,0x65,0x6c])][_0x2dc313([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x179021,_0x4211ad[_0x2dc313([0x6d,0x6f,0x64,0x65,0x6c])][_0x2dc313([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x179021,_0x4211ad[_0x2dc313([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x2dc313([0x6d,0x6f,0x64,0x65,0x6c]));}function _0xcf885a(_0x46d4e2){const _0x126915=_0x18acf1();_0x4211ad[_0x126915]=_0x2dc313([0x73,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x46d4e2,_0x46d4e2!=_0x2dc313([0x56,0x61,0x6c,0x69,0x64])&&_0x5aa194();}function _0x18acf1(){const _0x5e6cde=window[_0x2dc313([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x2dc313([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x2dc313([0x6e,0x6f,0x77])]())[_0x2dc313([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x2dc313([0x2e]),'');let _0x4e02c4=_0x2dc313([0x69]);for(let _0x54445c=0x0;_0x54445c<_0x5e6cde[_0x2dc313([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x54445c+=0x2){let _0x11511e=window[_0x2dc313([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x5e6cde[_0x2dc313([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x54445c,_0x54445c+0x2));_0x11511e>=_0x20127d[_0x2dc313([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x11511e-=_0x20127d[_0x2dc313([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x4e02c4+=_0x20127d[_0x11511e];}return _0x4e02c4;}function _0x3a2e07(){const _0x41b848=_0x44be49[_0x2dc313([0x73,0x70,0x6c,0x69,0x74])](_0x2dc313([0x2e]));if(0x3!=_0x41b848[_0x2dc313([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x22c769(_0x41b848[0x1]);function _0x22c769(_0x3418bf){const _0x1de038=_0x34f1f5(_0x3418bf);return _0x1de038&&_0x3c123b()?_0x1de038:null;function _0x3c123b(){const _0x32ba0b=_0x1de038[_0x2dc313([0x6a,0x74,0x69])],_0x3182cb=window[_0x2dc313([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x32ba0b[_0x2dc313([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x32ba0b[_0x2dc313([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x59469a={..._0x1de038,[_0x2dc313([0x6a,0x74,0x69])]:_0x32ba0b[_0x2dc313([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x32ba0b[_0x2dc313([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x59469a[_0x2dc313([0x76,0x63])],_0x321f33(_0x59469a)==_0x3182cb;}}}async function _0x10bee3(){let _0x27a210=!0x0;try{const _0x4e7dbc=_0x44be49[_0x2dc313([0x73,0x70,0x6c,0x69,0x74])](_0x2dc313([0x2e])),[_0x27cb0b,_0x1848d1,_0x5f2719]=_0x4e7dbc;return _0x1a2d89(_0x27cb0b),await _0x3215e6(_0x27cb0b,_0x1848d1,_0x5f2719),_0x27a210;}catch{return!0x1;}function _0x1a2d89(_0x5e2bc4){const _0x3007a5=_0x34f1f5(_0x5e2bc4);_0x3007a5&&_0x3007a5[_0x2dc313([0x61,0x6c,0x67])]==_0x2dc313([0x45,0x53,0x32,0x35,0x36])||(_0x27a210=!0x1);}async function _0x3215e6(_0x4e34d0,_0x21cbbd,_0x2e07c8){const _0xb38c96=window[_0x2dc313([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x2dc313([0x66,0x72,0x6f,0x6d])](_0x3fcf5a(_0x2e07c8),_0x4026f1=>_0x4026f1[_0x2dc313([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x8d0e7=new window[(_0x2dc313([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x2dc313([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x4e34d0+_0x2dc313([0x2e])+_0x21cbbd),_0x4365d1=window[_0x2dc313([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x2dc313([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x4365d1)return;const _0x36948f=await _0x4365d1[_0x2dc313([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x2dc313([0x6a,0x77,0x6b]),_0x8a6eeb,{[_0x2dc313([0x6e,0x61,0x6d,0x65])]:_0x2dc313([0x45,0x43,0x44,0x53,0x41]),[_0x2dc313([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x2dc313([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x2dc313([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x4365d1[_0x2dc313([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x2dc313([0x6e,0x61,0x6d,0x65])]:_0x2dc313([0x45,0x43,0x44,0x53,0x41]),[_0x2dc313([0x68,0x61,0x73,0x68])]:{[_0x2dc313([0x6e,0x61,0x6d,0x65])]:_0x2dc313([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x36948f,_0xb38c96,_0x8d0e7)||(_0x27a210=!0x1);}}function _0x34f1f5(_0x3b8c95){return _0x3b8c95[_0x2dc313([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x2dc313([0x65,0x79]))?JSON[_0x2dc313([0x70,0x61,0x72,0x73,0x65])](_0x3fcf5a(_0x3b8c95)):null;}function _0x3fcf5a(_0x34b8ec){return window[_0x2dc313([0x61,0x74,0x6f,0x62])](_0x34b8ec[_0x2dc313([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x2dc313([0x2b]))[_0x2dc313([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x2dc313([0x2f])));}function _0x321f33(_0x524df8){let _0x2e27cf=0x1505;function _0x41ceb2(_0x917be){for(let _0x88737c=0x0;_0x88737c<_0x917be[_0x2dc313([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x88737c++){const _0x4771ac=_0x917be[_0x2dc313([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x88737c);_0x2e27cf=(_0x2e27cf<<0x5)+_0x2e27cf+_0x4771ac,_0x2e27cf&=_0x2e27cf;}}function _0x2e7413(_0x17c0a6){Array[_0x2dc313([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x17c0a6)?_0x17c0a6[_0x2dc313([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x2e7413):_0x17c0a6&&typeof _0x17c0a6==_0x2dc313([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x2dc313([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x17c0a6)[_0x2dc313([0x73,0x6f,0x72,0x74])]()[_0x2dc313([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0xd1dd3f,_0x2f9545])=>{_0x41ceb2(_0xd1dd3f),_0x2e7413(_0x2f9545);}):_0x41ceb2(window[_0x2dc313([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x17c0a6));}return _0x2e7413(_0x524df8),_0x2e27cf>>>0x0;}function _0x2d35b0(_0x40f291){return _0x40f291[_0x2dc313([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x2dc313([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x2dc313([0x30]));}function _0x29ab40(_0x5dcc17){return _0x5dcc17[_0x2dc313([0x73,0x70,0x6c,0x69,0x74])]('')[_0x2dc313([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x2dc313([0x6a,0x6f,0x69,0x6e])]('');}function _0x179021(){}function _0x2dc313(_0x2865a2){return _0x2865a2['map'](_0x3f4546=>String['fromCharCode'](_0x3f4546))['join']('');}_0xcf885a(await _0x20b9a2());}(this);}['getAllowedCommands'](){return this['_allowedCommands'];}['getDefaultCommands'](){const _0x3cf537=_0x243844=>function(_0xe82335,_0x41cc7f){const t=_0xe82335['t'],_0x686007=_0xe82335['t'];switch(_0x41cc7f){case'AI\x20Assistant':return _0x686007('AI\x20Assistant');case'Block\x20quote':return _0x686007('Block\x20quote');case'Bulleted\x20list':return _0x686007('Bulleted\x20list');case'Insert\x20code\x20block':return _0x686007('Insert\x20code\x20block');case'Open\x20file\x20manager':return _0x686007('Open\x20file\x20manager');case'Insert\x20image':return _0x686007('Insert\x20image');case'Heading\x201':return _0x686007('Heading\x201');case'Heading\x202':return _0x686007('Heading\x202');case'Heading\x203':return _0x686007('Heading\x203');case'Heading\x204':return _0x686007('Heading\x204');case'Heading\x205':return _0x686007('Heading\x205');case'Heading\x206':return _0x686007('Heading\x206');case'Horizontal\x20line':return _0x686007('Horizontal\x20line');case'Insert\x20HTML':return _0x686007('Insert\x20HTML');case'Increase\x20indent':return _0x686007('Increase\x20indent');case'Insert\x20table':return _0x686007('Insert\x20table');case'Table\x20of\x20contents':return _0x686007('Table\x20of\x20contents');case'Numbered\x20list':return _0x686007('Numbered\x20list');case'Decrease\x20indent':return _0x686007('Decrease\x20indent');case'Paragraph':return _0x686007('Paragraph');case'To-do\x20list':return _0x686007('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 _0x41cc7f;}}(this['editor']['locale'],_0x243844);return[{'id':'aiAssistant','commandName':'showAIAssistant','icon':_0x578755,'title':_0x3cf537('AI\x20Assistant'),'description':_0x3cf537('Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content'),'execute':_0x3c7ba2=>{setTimeout(()=>_0x3c7ba2['execute']('showAIAssistant'));}},{'id':'blockQuote','commandName':'blockQuote','icon':_0x2026bc,'title':_0x3cf537('Block\x20quote'),'description':_0x3cf537('Create\x20a\x20block\x20quote')},{'id':'bulletedList','commandName':'bulletedList','icon':_0x14e1fd,'title':_0x3cf537('Bulleted\x20list'),'description':_0x3cf537('Create\x20a\x20bulleted\x20list')},{'id':'codeBlock','commandName':'codeBlock','icon':_0x324cf8,'title':_0x3cf537('Insert\x20code\x20block'),'description':_0x3cf537('Create\x20a\x20code\x20block')},{'id':'ckbox','commandName':'ckbox','icon':_0x2d81c2,'title':_0x3cf537('Open\x20file\x20manager'),'description':_0x3cf537('Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file'),'aliases':['ckfinder','filemanager','upload']},{'id':'ckfinder','commandName':'ckfinder','icon':_0x2d81c2,'title':_0x3cf537('Insert\x20image'),'description':_0x3cf537('Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file'),'aliases':['ckbox','filemanager','upload']},{'id':'emoji','commandName':'emoji','icon':_0x690c6c,'title':_0x3cf537('Emoji'),'description':_0x3cf537('Insert\x20an\x20emoji'),'execute':_0x2f1db1=>{setTimeout(()=>_0x2f1db1['execute']('emoji'));}},{'id':'heading1','commandName':'heading','icon':_0x36ff72,'title':_0x3cf537('Heading\x201'),'description':_0x3cf537('Create\x20a\x20heading\x20level\x201'),'execute':_0x1599a3=>{_0x1599a3['execute']('heading',{'value':'heading1'});}},{'id':'heading2','commandName':'heading','icon':_0x421114,'title':_0x3cf537('Heading\x202'),'description':_0x3cf537('Create\x20a\x20heading\x20level\x202'),'execute':_0x43b268=>{_0x43b268['execute']('heading',{'value':'heading2'});}},{'id':'heading3','commandName':'heading','icon':_0x268dde,'title':_0x3cf537('Heading\x203'),'description':_0x3cf537('Create\x20a\x20heading\x20level\x203'),'execute':_0x3baeea=>{_0x3baeea['execute']('heading',{'value':'heading3'});}},{'id':'heading4','commandName':'heading','icon':_0x218596,'title':_0x3cf537('Heading\x204'),'description':_0x3cf537('Create\x20a\x20heading\x20level\x204'),'execute':_0x374cdf=>{_0x374cdf['execute']('heading',{'value':'heading4'});}},{'id':'heading5','commandName':'heading','icon':_0x4cb633,'title':_0x3cf537('Heading\x205'),'description':_0x3cf537('Create\x20a\x20heading\x20level\x205'),'execute':_0x20416a=>{_0x20416a['execute']('heading',{'value':'heading5'});}},{'id':'heading6','commandName':'heading','icon':_0x42b132,'title':_0x3cf537('Heading\x206'),'description':_0x3cf537('Create\x20a\x20heading\x20level\x206'),'execute':_0x5f40d1=>{_0x5f40d1['execute']('heading',{'value':'heading6'});}},{'id':'horizontalLine','commandName':'horizontalLine','icon':_0x5daf52,'title':_0x3cf537('Horizontal\x20line'),'description':_0x3cf537('Insert\x20a\x20horizontal\x20line')},{'id':'htmlEmbed','commandName':'htmlEmbed','icon':_0x30d755,'title':_0x3cf537('Insert\x20HTML'),'description':_0x3cf537('Insert\x20an\x20HTML\x20snippet')},{'id':'indent','commandName':'indent','icon':_0x770616,'title':_0x3cf537('Increase\x20indent'),'description':_0x3cf537('Increase\x20the\x20indentation')},{'id':'insertMermaidCommand','commandName':'insertMermaidCommand','title':_0x3cf537('Insert\x20Mermaid\x20diagram'),'description':_0x3cf537('Insert\x20the\x20Mermaid\x20diagram')},{'id':'insertTable','commandName':'insertTable','icon':_0x2116ac,'title':_0x3cf537('Insert\x20table'),'description':_0x3cf537('Create\x20a\x20table')},{'id':'insertTableOfContents','commandName':'insertTableOfContents','icon':_0x13d700,'title':_0x3cf537('Table\x20of\x20contents'),'description':_0x3cf537('Insert\x20table\x20of\x20contents'),'aliases':['toc']},{'id':'numberedList','commandName':'numberedList','icon':_0x377421,'title':_0x3cf537('Numbered\x20list'),'description':_0x3cf537('Create\x20a\x20numbered\x20list')},{'id':'outdent','commandName':'outdent','icon':_0x23e033,'title':_0x3cf537('Decrease\x20indent'),'description':_0x3cf537('Decrease\x20the\x20indentation')},{'id':'paragraph','commandName':'paragraph','icon':_0x9d0036,'title':_0x3cf537('Paragraph'),'description':_0x3cf537('Insert\x20a\x20paragraph')},{'id':'todoList','commandName':'todoList','icon':_0x45d126,'title':_0x3cf537('To-do\x20list'),'description':_0x3cf537('Create\x20a\x20to-do\x20list')}];}['_proxyIsEnabled'](_0x42c937){return _0x42c937['isEnabled']?_0x42c937['isEnabled'](this['editor']):!_0x42c937['commandName']||this['editor']['commands']['get'](_0x42c937['commandName'])['isEnabled'];}['_proxyExecute'](_0x433721){if(_0x433721['execute'])_0x433721['execute'](this['editor']);else{if(!_0x433721['commandName'])throw new _0x191cca('slash-command-execute-missing',this['editor'],{'commandDefinition':_0x433721});this['editor']['execute'](_0x433721['commandName']);}}}function j(_0x3d7b09,_0x280625){return _0x3d7b09['title']<_0x280625['title']?-0x1:_0x3d7b09['title']>_0x280625['title']?0x1:0x0;}function L(_0x4796fa,_0x4c711b){return _0x4c711b+'-'+_0x4796fa['toLowerCase']()['split']('\x20')['join']('-');}class s extends _0x46c2d5{static get['pluginName'](){return'SlashCommandEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[P];}['getMatchingCommands'](_0x82d4d0){const _0x331c55=_0x82d4d0&&_0x82d4d0['toLowerCase']();let _0x3f719f=this['editor']['plugins']['get']('SlashCommandConfig')['getAllowedCommands']();if(_0x3f719f=_0x3f719f['filter'](_0x84bc69=>_0x84bc69['isEnabled']()),_0x331c55){const _0x320af6=[],_0x2cdc6a=[],_0x15ad25=[],_0x35069e=[];for(const _0x4fa631 of _0x3f719f)_0x4fa631['id']['toLowerCase']()['includes'](_0x331c55)?_0x320af6['push'](_0x4fa631):_0x4fa631['title']['toLowerCase']()['includes'](_0x331c55)?_0x2cdc6a['push'](_0x4fa631):_0x4fa631['aliases']&&_0x4fa631['aliases']['some'](_0x429357=>_0x429357['toLowerCase']()['includes'](_0x331c55))?_0x15ad25['push'](_0x4fa631):_0x4fa631['description']&&_0x4fa631['description']['toLowerCase']()['includes'](_0x331c55)&&_0x35069e['push'](_0x4fa631);_0x3f719f=_0x320af6['concat'](_0x2cdc6a,_0x15ad25,_0x35069e);}return _0x3f719f;}}class K extends _0x242a38{constructor(_0xb56f53,_0x207d27){super(_0xb56f53),this['textPartView']=this['_createTextPartView'](_0xb56f53,_0x207d27),void 0x0!==_0x207d27['isIconColorInherited']&&(this['iconView']['isColorInherited']=_0x207d27['isIconColorInherited']),this['set']({'icon':_0x207d27['icon']||_0x3458ef,'withText':!0x0,'label':_0x207d27['title'],'class':'ck-slash-command-button'});}['render'](){super['render'](),this['children']['add'](this['textPartView']);}['_createTextPartView'](_0xd3012,_0xb8cca7){const _0x1d295a=new _0x3f7aba(_0xd3012);return _0x1d295a['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-slash-command-button__text-part']},'children':_0xb8cca7['description']?[this['labelView'],{'tag':'span','attributes':{'class':['ck','ck-slash-command-button__description']},'children':[{'text':_0xb8cca7['description']}]}]:[this['labelView']]}),_0x1d295a;}}class e extends _0x46c2d5{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'SlashCommandUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x4118bd){super(_0x4118bd),this['_setupMentionConfiguration']();}['init'](){this['editor']['once']('ready',this['_overrideMentionExecuteListener']['bind'](this)),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x4f1a89=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x53b7c7;for(const _0x5b2467 in _0x4f1a89){const _0x4ae482=_0x5b2467,_0x486864=_0x4f1a89[_0x4ae482];if('slashCommandLicenseKeyValid'==_0x486864||'slashCommandLicenseKeyInvalid'==_0x486864||'slashCommandLicenseKeyExpired'==_0x486864||'slashCommandLicenseKeyDomainLimit'==_0x486864||'slashCommandLicenseKeyNotAllowed'==_0x486864||'slashCommandLicenseKeyEvaluationLimit'==_0x486864||'slashCommandLicenseKeyTrialLimit'==_0x486864||'slashCommandLicenseKeyUsageLimit'==_0x486864){delete _0x4f1a89[_0x4ae482],_0x53b7c7=_0x486864,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'slashCommandLicenseKeyInvalid'==_0x53b7c7&&_0x4f1a89['_showLicenseError']('invalid'),'slashCommandLicenseKeyExpired'==_0x53b7c7&&_0x4f1a89['_showLicenseError']('expired'),'slashCommandLicenseKeyDomainLimit'==_0x53b7c7&&_0x4f1a89['_showLicenseError']('domainLimit'),'slashCommandLicenseKeyNotAllowed'==_0x53b7c7&&_0x4f1a89['_showLicenseError']('featureNotAllowed','SlashCommand'),'slashCommandLicenseKeyEvaluationLimit'==_0x53b7c7&&_0x4f1a89['_showLicenseError']('evaluationLimit'),'slashCommandLicenseKeyTrialLimit'==_0x53b7c7&&_0x4f1a89['_showLicenseError']('trialLimit'),'slashCommandLicenseKeyUsageLimit'==_0x53b7c7&&_0x4f1a89['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}['_setupMentionConfiguration'](){const _0x21cd9c=this['editor'],_0x425963=this['editor']['plugins']['get']('SlashCommandEditing'),_0x6ce49e=_0x21cd9c['config']['get']('mention.feeds');_0x6ce49e['push']({'marker':'/','feed':_0x18bf11=>_0x425963['getMatchingCommands'](_0x18bf11),'itemRenderer':this['_customItemRenderer']['bind'](this),'dropdownLimit':_0x21cd9c['config']['get']('slashCommand.dropdownLimit')||0x1/0x0}),_0x21cd9c['config']['set']('mention.feeds',_0x6ce49e);}['_overrideMentionExecuteListener'](){const _0x146866=this['editor'];_0x146866['commands']['get']('mention')['on']('execute',(_0x35d2af,_0xb551a7)=>{const _0x2faae2=_0xb551a7[0x0],_0x1b2415=_0x146866['model'];'/'===_0x2faae2['marker']&&_0x1b2415['change'](_0x33975b=>{_0x33975b['remove'](_0x2faae2['range']),_0x2faae2['mention']['execute'](),_0x35d2af['stop']();});},{'priority':'high'});}['_customItemRenderer'](_0x4bb837){const _0x25844b=this['editor']['locale'],_0x5a6f81=new K(_0x25844b,_0x4bb837);return _0x5a6f81['render'](),_0x5a6f81['element'];}}class H extends _0x46c2d5{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 _0x3ff4ba}from'@ckeditor/ckeditor5-core/dist/index.js';import{CKEditorError as _0x3e6f7b,uid as _0xa11661}from'@ckeditor/ckeditor5-utils/dist/index.js';import{IconRobotPencil as _0x4fde97,IconQuote as _0xa887cc,IconBulletedList as _0x513d31,IconCodeBlock as _0xe2b825,IconBrowseFiles as _0x3c20a8,IconEmoji as _0x4a8f8c,IconHeading1 as _0x3c606c,IconHeading2 as _0x30792b,IconHeading3 as _0x5f0c5c,IconHeading4 as _0x37bb57,IconHeading5 as _0x269f4f,IconHeading6 as _0x47cef7,IconHorizontalLine as _0x3b09f8,IconHtml as _0x5c8c74,IconIndent as _0x444406,IconTable as _0x4b1241,IconTableOfContents as _0x395501,IconNumberedList as _0x363e9f,IconOutdent as _0x353ceb,IconParagraph as _0x22e43e,IconTodoList as _0x59d89f,IconPlay as _0x452ec}from'@ckeditor/ckeditor5-icons/dist/index.js';import{ButtonView as _0x11e2e5,View as _0x4794c5}from'@ckeditor/ckeditor5-ui/dist/index.js';class P extends _0x3ff4ba{static get['pluginName'](){return'SlashCommandConfig';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x716238){super(_0x716238),this['_allowedCommands']=null;}['afterInit'](){const _0x4bb6e3=this['editor']['config']['get']('slashCommand.removeCommands')||[],_0x2a5b2b=function(_0x2dcc70){let _0x4619a0=['heading4','heading5','heading6'];if(_0x2dcc70){const _0x45df85=_0x2dcc70['map'](_0x507674=>_0x507674['model']);_0x4619a0=['heading1','heading2','heading3','heading4','heading5','heading6']['filter'](_0xe2d955=>!_0x45df85['includes'](_0xe2d955));}return _0x4619a0;}(this['editor']['config']['get']('heading.options'));let _0xb9a67b=this['getDefaultCommands']()['filter'](_0x4fe400=>!_0x2a5b2b['includes'](_0x4fe400['id']))['filter'](_0x505f53=>!_0x4bb6e3['includes'](_0x505f53['commandName']));const _0x42790b=this['editor']['config']['get']('slashCommand.extraCommands');_0x42790b&&_0x42790b['length']&&(_0xb9a67b=_0xb9a67b['concat'](_0x42790b));const _0x42eaea=this['editor']['config']['get']('template.definitions');_0x42eaea&&_0x42eaea['length']&&(_0xb9a67b=_0xb9a67b['concat'](function(_0x9e0d68){return _0x9e0d68['map'](_0x5d9920=>{const {title:_0x144b72,icon:_0x5bb131,description:_0x1bdebf,data:_0x117005}=_0x5d9920,_0x1a0756={'id':L(_0x144b72,'template'),'commandName':'insertTemplate','execute':_0x26b139=>{_0x26b139['execute']('insertTemplate',_0x117005);},'description':_0x1bdebf,'icon':_0x5bb131,'title':_0x144b72};return _0x5bb131&&(_0x1a0756['isIconColorInherited']=!0x1),_0x1a0756;});}(_0x42eaea)));const _0x407577=this['editor']['config']['get']('style.definitions');_0x407577&&_0x407577['length']&&(_0xb9a67b=_0xb9a67b['concat'](function(_0x4b3b66){return _0x4b3b66['map'](_0x5949d7=>({'id':L(_0x5949d7['name'],'style'),'commandName':'style','execute':_0xe056d3=>{_0xe056d3['execute']('style',{'styleName':_0x5949d7['name']});},'isEnabled':_0x473520=>{const _0x33be29=_0x473520['commands']['get']('style');return _0x33be29['isEnabled']&&_0x33be29['enabledStyles']['includes'](_0x5949d7['name']);},'title':_0x5949d7['name']}));}(_0x407577)));const _0x155431=_0xb9a67b['filter'](_0x18ce05=>!_0x18ce05['commandName']||void 0x0!==this['editor']['commands']['get'](_0x18ce05['commandName'])),_0x4abbf3=[];for(const _0x9aafd9 of _0x155431)_0x4abbf3['push']({'id':_0x9aafd9['id'],'commandName':_0x9aafd9['commandName'],'title':'function'==typeof _0x9aafd9['title']?_0x9aafd9['title'](this['editor']):_0x9aafd9['title'],'description':_0x9aafd9['description'],'icon':_0x9aafd9['icon'],'isIconColorInherited':_0x9aafd9['isIconColorInherited'],'aliases':_0x9aafd9['aliases'],'isEnabled':()=>this['_proxyIsEnabled'](_0x9aafd9),'execute':()=>this['_proxyExecute'](_0x9aafd9)});this['_allowedCommands']=_0x4abbf3['sort'](j),async function(_0x559ce8){const _0x30d434=_0x48fbd9([0x36,0x45,0x33,0x71,0x38,0x37,0x72,0x41,0x65,0x42,0x5a,0x64,0x50,0x6c,0x6f,0x47,0x75,0x4d,0x73,0x54,0x67,0x6b,0x66,0x59,0x43,0x51,0x58,0x4a,0x68,0x55,0x61,0x44,0x4e,0x56,0x39,0x30,0x35,0x78,0x6e,0x52,0x76,0x70,0x34,0x77,0x32,0x4f,0x6d,0x31,0x46,0x4b,0x53,0x4c,0x63,0x6a,0x69,0x48,0x57,0x74,0x49,0x7a,0x79,0x62]),_0x37a370=0x754dee4a,_0x534312=0x754a9e62^_0x37a370,_0x26b46e=window[_0x48fbd9([0x44,0x61,0x74,0x65])][_0x48fbd9([0x6e,0x6f,0x77])](),_0x4dc5f5=_0x559ce8[_0x48fbd9([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x373145=new window[(_0x48fbd9([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x1dbb95=>{_0x4dc5f5[_0x48fbd9([0x6f,0x6e,0x63,0x65])](_0x48fbd9([0x72,0x65,0x61,0x64,0x79]),_0x1dbb95);}),_0x353d29={[_0x48fbd9([0x6b,0x74,0x79])]:_0x48fbd9([0x45,0x43]),[_0x48fbd9([0x75,0x73,0x65])]:_0x48fbd9([0x73,0x69,0x67]),[_0x48fbd9([0x63,0x72,0x76])]:_0x48fbd9([0x50,0x2d,0x32,0x35,0x36]),[_0x48fbd9([0x78])]:_0x48fbd9([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]),[_0x48fbd9([0x79])]:_0x48fbd9([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]),[_0x48fbd9([0x61,0x6c,0x67])]:_0x48fbd9([0x45,0x53,0x32,0x35,0x36])},_0x221d79=_0x4dc5f5[_0x48fbd9([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x48fbd9([0x67,0x65,0x74])](_0x48fbd9([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x495428(){let _0x3e0f06,_0x15bca7=null,_0x53a716=null;try{if(_0x221d79==_0x48fbd9([0x47,0x50,0x4c]))return _0x48fbd9([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x3e0f06=_0x571d2b(),!_0x3e0f06)return _0x48fbd9([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x3e0f06[_0x48fbd9([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x53a716=_0x540974(_0x3e0f06[_0x48fbd9([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x3e0f06[_0x48fbd9([0x6a,0x74,0x69])])),await _0x4922b2()?_0x31b1c5()?_0x41ca4f()?_0x48fbd9([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x436193()?(_0x3e0f06[_0x48fbd9([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x48fbd9([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x15bca7=_0x565e67(_0x48fbd9([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x3e0f06[_0x48fbd9([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x48fbd9([0x74,0x72,0x69,0x61,0x6c])&&(_0x15bca7=_0x565e67(_0x48fbd9([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0xf9df81()):_0x48fbd9([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x48fbd9([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x48fbd9([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x48fbd9([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x41ca4f(){const _0x4f6ca4=[_0x48fbd9([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x48fbd9([0x74,0x72,0x69,0x61,0x6c])][_0x48fbd9([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3e0f06[_0x48fbd9([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x26b46e/0x3e8:0xe10*_0x534312;return _0x3e0f06[_0x48fbd9([0x65,0x78,0x70])]<_0x4f6ca4;}function _0x31b1c5(){const _0x3059f0=_0x3e0f06[_0x48fbd9([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x3059f0&&(!!_0x3059f0[_0x48fbd9([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x48fbd9([0x2a]))||(!!_0x3059f0[_0x48fbd9([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x48fbd9([0x53,0x43]))||!!_0x3059f0[_0x48fbd9([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x48fbd9([0x50,0x50]))));}function _0x436193(){const _0x28f2be=_0x3e0f06[_0x48fbd9([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x28f2be||0x0==_0x28f2be[_0x48fbd9([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x1a822a}=new URL(window[_0x48fbd9([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x28f2be[_0x48fbd9([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1a822a))return!0x0;const _0x2f13c2=_0x1a822a[_0x48fbd9([0x73,0x70,0x6c,0x69,0x74])](_0x48fbd9([0x2e]));return _0x28f2be[_0x48fbd9([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x1352bd=>_0x1352bd[_0x48fbd9([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x48fbd9([0x2a])))[_0x48fbd9([0x6d,0x61,0x70])](_0x547b47=>_0x547b47[_0x48fbd9([0x73,0x70,0x6c,0x69,0x74])](_0x48fbd9([0x2e])))[_0x48fbd9([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x29d56e=>_0x29d56e[_0x48fbd9([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x2f13c2[_0x48fbd9([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x48fbd9([0x6d,0x61,0x70])](_0xa81427=>Array(_0x2f13c2[_0x48fbd9([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0xa81427[_0x48fbd9([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x48fbd9([0x66,0x69,0x6c,0x6c])](_0xa81427[0x0]===_0x48fbd9([0x2a])?_0x48fbd9([0x2a]):'')[_0x48fbd9([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0xa81427))[_0x48fbd9([0x73,0x6f,0x6d,0x65])](_0x52ac53=>_0x2f13c2[_0x48fbd9([0x65,0x76,0x65,0x72,0x79])]((_0x255db6,_0x5c4169)=>_0x52ac53[_0x5c4169]===_0x255db6||_0x52ac53[_0x5c4169]===_0x48fbd9([0x2a])));}function _0xf9df81(){return _0x15bca7&&_0x53a716?new window[(_0x48fbd9([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x5e5edf,_0x4ce91b)=>{_0x15bca7[_0x48fbd9([0x74,0x68,0x65,0x6e])](_0x5e5edf,_0x4ce91b),_0x53a716[_0x48fbd9([0x74,0x68,0x65,0x6e])](_0x36ac67=>{_0x36ac67!=_0x48fbd9([0x56,0x61,0x6c,0x69,0x64])&&_0x5e5edf(_0x36ac67);},_0x4ce91b);}):_0x15bca7||_0x53a716||_0x48fbd9([0x56,0x61,0x6c,0x69,0x64]);}}function _0x540974(_0x1b72ed,_0x150ab0){return new window[(_0x48fbd9([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5a60b3=>{if(_0x45a238())return _0x5a60b3(_0x48fbd9([0x56,0x61,0x6c,0x69,0x64]));_0x2653b6(),_0x4dc5f5[_0x48fbd9([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x48fbd9([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x457e27=!0x1;const _0x122998=_0xa11661();function _0x4c9098(_0x184196){return!!_0x184196&&(typeof _0x184196===_0x48fbd9([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x184196===_0x48fbd9([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x184196[_0x48fbd9([0x74,0x68,0x65,0x6e])]===_0x48fbd9([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x184196[_0x48fbd9([0x63,0x61,0x74,0x63,0x68])]===_0x48fbd9([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x35bddd(_0x2ba55c){_0x25a49b(_0x2ba55c)[_0x48fbd9([0x74,0x68,0x65,0x6e])](_0x3f76d4=>{if(!_0x3f76d4||_0x3f76d4[_0x48fbd9([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x48fbd9([0x6f,0x6b]))return _0x48fbd9([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x7544ff(_0x2fedec(_0x122998+_0x150ab0))!=_0x3f76d4[_0x48fbd9([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x48fbd9([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x48fbd9([0x56,0x61,0x6c,0x69,0x64]);})[_0x48fbd9([0x74,0x68,0x65,0x6e])](_0x100c8e=>(_0x45cc2e(),_0x100c8e),()=>{const _0x2385d8=_0x4334a8();return null==_0x2385d8?(_0x45cc2e(),_0x48fbd9([0x56,0x61,0x6c,0x69,0x64])):_0x48fbd9(_0x26b46e-_0x2385d8>(0x51416a4a^_0x37a370)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x48fbd9([0x74,0x68,0x65,0x6e])](_0x5a60b3)[_0x48fbd9([0x63,0x61,0x74,0x63,0x68])](()=>{_0x5a60b3(_0x48fbd9([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0xa5f874=0x757b00ca^_0x37a370;function _0x45cc2e(){const _0x477a45=_0x48fbd9([0x6c,0x6c,0x63,0x74,0x2d])+_0x7544ff(_0x2fedec(_0x1b72ed)),_0x47dd30=_0x690d(_0x7544ff(window[_0x48fbd9([0x4d,0x61,0x74,0x68])][_0x48fbd9([0x63,0x65,0x69,0x6c])](_0x26b46e/_0xa5f874)));window[_0x48fbd9([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x48fbd9([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x477a45,_0x47dd30);}function _0x4334a8(){const _0x10c41a=_0x48fbd9([0x6c,0x6c,0x63,0x74,0x2d])+_0x7544ff(_0x2fedec(_0x1b72ed)),_0x2cca02=window[_0x48fbd9([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x48fbd9([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x10c41a);return _0x2cca02?window[_0x48fbd9([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x690d(_0x2cca02),0x10)*_0xa5f874:null;}function _0x25a49b(_0x3489eb){return new window[(_0x48fbd9([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x20ce36,_0x2175db)=>{_0x3489eb[_0x48fbd9([0x74,0x68,0x65,0x6e])](_0x20ce36,_0x2175db),window[_0x48fbd9([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x2175db,0x754c3a8a^_0x37a370);});}}_0x4dc5f5[_0x48fbd9([0x6f,0x6e])](_0x48fbd9([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x153419,_0x22429c)=>{if(_0x22429c[0x0]!=_0x1b72ed)return _0x5a60b3(_0x48fbd9([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x22429c[0x1]={..._0x22429c[0x1],[_0x48fbd9([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x122998};},{[_0x48fbd9([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x48fbd9([0x68,0x69,0x67,0x68])}),_0x4dc5f5[_0x48fbd9([0x6f,0x6e])](_0x48fbd9([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x2c8a63=>{_0x4c9098(_0x2c8a63[_0x48fbd9([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x457e27=!0x0,_0x35bddd(_0x2c8a63[_0x48fbd9([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x48fbd9([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x48fbd9([0x6c,0x6f,0x77])}),_0x373145[_0x48fbd9([0x74,0x68,0x65,0x6e])](()=>{_0x457e27||_0x5a60b3(_0x48fbd9([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x45a238(){return _0x4dc5f5[_0x48fbd9([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x48fbd9([0x76,0x69,0x65,0x77])][_0x48fbd9([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x48fbd9([0x61,0x75,0x74,0x6f]);}function _0x2653b6(){_0x4dc5f5[_0x48fbd9([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x48fbd9([0x76,0x69,0x65,0x77])][_0x48fbd9([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x48fbd9([0x61,0x75,0x74,0x6f]);}}function _0x565e67(_0x5790ee){const _0x28628f=[new window[(_0x48fbd9([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x174b21=>setTimeout(_0x174b21,0x7544d086^_0x37a370)),_0x373145[_0x48fbd9([0x74,0x68,0x65,0x6e])](()=>new window[(_0x48fbd9([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x297165=>{let _0x579548=0x0;_0x4dc5f5[_0x48fbd9([0x6d,0x6f,0x64,0x65,0x6c])][_0x48fbd9([0x6f,0x6e])](_0x48fbd9([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x40e7f5,_0x321035)=>{_0x321035[0x0][_0x48fbd9([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x579548++,_0x579548==(0x754defb2^_0x37a370)&&(_0x297165(),_0x40e7f5[_0x48fbd9([0x6f,0x66,0x66])]());});}))];return window[_0x48fbd9([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x48fbd9([0x72,0x61,0x63,0x65])](_0x28628f)[_0x48fbd9([0x74,0x68,0x65,0x6e])](()=>_0x5790ee);}async function _0x2acb12(){await _0x373145,_0x4dc5f5[_0x48fbd9([0x6d,0x6f,0x64,0x65,0x6c])][_0x48fbd9([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x3c0443,_0x4dc5f5[_0x48fbd9([0x6d,0x6f,0x64,0x65,0x6c])][_0x48fbd9([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x3c0443,_0x4dc5f5[_0x48fbd9([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x48fbd9([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x2e3311(_0x58ea51){const _0x1e6f4b=_0x5e8f3a();_0x4dc5f5[_0x1e6f4b]=_0x48fbd9([0x73,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x58ea51,_0x58ea51!=_0x48fbd9([0x56,0x61,0x6c,0x69,0x64])&&_0x2acb12();}function _0x5e8f3a(){const _0x299640=window[_0x48fbd9([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x48fbd9([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x48fbd9([0x6e,0x6f,0x77])]())[_0x48fbd9([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x48fbd9([0x2e]),'');let _0x31afc4=_0x48fbd9([0x45]);for(let _0x31e45e=0x0;_0x31e45e<_0x299640[_0x48fbd9([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x31e45e+=0x2){let _0x3c57b6=window[_0x48fbd9([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x299640[_0x48fbd9([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x31e45e,_0x31e45e+0x2));_0x3c57b6>=_0x30d434[_0x48fbd9([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x3c57b6-=_0x30d434[_0x48fbd9([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x31afc4+=_0x30d434[_0x3c57b6];}return _0x31afc4;}function _0x571d2b(){const _0x7d9efd=_0x221d79[_0x48fbd9([0x73,0x70,0x6c,0x69,0x74])](_0x48fbd9([0x2e]));if(0x3!=_0x7d9efd[_0x48fbd9([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x4d9545(_0x7d9efd[0x1]);function _0x4d9545(_0x2a6d74){const _0x113c9c=_0x119c82(_0x2a6d74);return _0x113c9c&&_0x441d42()?_0x113c9c:null;function _0x441d42(){const _0x349178=_0x113c9c[_0x48fbd9([0x6a,0x74,0x69])],_0x3ccbb9=window[_0x48fbd9([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x349178[_0x48fbd9([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x349178[_0x48fbd9([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x1c8689={..._0x113c9c,[_0x48fbd9([0x6a,0x74,0x69])]:_0x349178[_0x48fbd9([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x349178[_0x48fbd9([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x1c8689[_0x48fbd9([0x76,0x63])],_0x2fedec(_0x1c8689)==_0x3ccbb9;}}}async function _0x4922b2(){let _0x1b456b=!0x0;try{const _0x4bc008=_0x221d79[_0x48fbd9([0x73,0x70,0x6c,0x69,0x74])](_0x48fbd9([0x2e])),[_0x34ba8a,_0x480fa9,_0x2d2536]=_0x4bc008;return _0x49fd71(_0x34ba8a),await _0x270b1c(_0x34ba8a,_0x480fa9,_0x2d2536),_0x1b456b;}catch{return!0x1;}function _0x49fd71(_0x2dc075){const _0x40791f=_0x119c82(_0x2dc075);_0x40791f&&_0x40791f[_0x48fbd9([0x61,0x6c,0x67])]==_0x48fbd9([0x45,0x53,0x32,0x35,0x36])||(_0x1b456b=!0x1);}async function _0x270b1c(_0x113aaa,_0x349509,_0x2e3794){const _0x4e58c8=window[_0x48fbd9([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x48fbd9([0x66,0x72,0x6f,0x6d])](_0x4ab1d6(_0x2e3794),_0x3aaac4=>_0x3aaac4[_0x48fbd9([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x1c7dac=new window[(_0x48fbd9([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x48fbd9([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x113aaa+_0x48fbd9([0x2e])+_0x349509),_0x49e3a3=window[_0x48fbd9([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x48fbd9([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x49e3a3)return;const _0x60616b=await _0x49e3a3[_0x48fbd9([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x48fbd9([0x6a,0x77,0x6b]),_0x353d29,{[_0x48fbd9([0x6e,0x61,0x6d,0x65])]:_0x48fbd9([0x45,0x43,0x44,0x53,0x41]),[_0x48fbd9([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x48fbd9([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x48fbd9([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x49e3a3[_0x48fbd9([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x48fbd9([0x6e,0x61,0x6d,0x65])]:_0x48fbd9([0x45,0x43,0x44,0x53,0x41]),[_0x48fbd9([0x68,0x61,0x73,0x68])]:{[_0x48fbd9([0x6e,0x61,0x6d,0x65])]:_0x48fbd9([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x60616b,_0x4e58c8,_0x1c7dac)||(_0x1b456b=!0x1);}}function _0x119c82(_0xc36385){return _0xc36385[_0x48fbd9([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x48fbd9([0x65,0x79]))?JSON[_0x48fbd9([0x70,0x61,0x72,0x73,0x65])](_0x4ab1d6(_0xc36385)):null;}function _0x4ab1d6(_0x2b2ac3){return window[_0x48fbd9([0x61,0x74,0x6f,0x62])](_0x2b2ac3[_0x48fbd9([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x48fbd9([0x2b]))[_0x48fbd9([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x48fbd9([0x2f])));}function _0x2fedec(_0xafc1a4){let _0x2766a5=0x1505;function _0x4cfa6c(_0x4696bf){for(let _0x41897d=0x0;_0x41897d<_0x4696bf[_0x48fbd9([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x41897d++){const _0x2a97b3=_0x4696bf[_0x48fbd9([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x41897d);_0x2766a5=(_0x2766a5<<0x5)+_0x2766a5+_0x2a97b3,_0x2766a5&=_0x2766a5;}}function _0x21ef3d(_0x124a04){Array[_0x48fbd9([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x124a04)?_0x124a04[_0x48fbd9([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x21ef3d):_0x124a04&&typeof _0x124a04==_0x48fbd9([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x48fbd9([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x124a04)[_0x48fbd9([0x73,0x6f,0x72,0x74])]()[_0x48fbd9([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x4deeb1,_0x105790])=>{_0x4cfa6c(_0x4deeb1),_0x21ef3d(_0x105790);}):_0x4cfa6c(window[_0x48fbd9([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x124a04));}return _0x21ef3d(_0xafc1a4),_0x2766a5>>>0x0;}function _0x7544ff(_0x1018ca){return _0x1018ca[_0x48fbd9([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x48fbd9([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x48fbd9([0x30]));}function _0x690d(_0x3bd42a){return _0x3bd42a[_0x48fbd9([0x73,0x70,0x6c,0x69,0x74])]('')[_0x48fbd9([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x48fbd9([0x6a,0x6f,0x69,0x6e])]('');}function _0x3c0443(){}function _0x48fbd9(_0xa97fcf){return _0xa97fcf['map'](_0x45c7ff=>String['fromCharCode'](_0x45c7ff))['join']('');}_0x2e3311(await _0x495428());}(this);}['getAllowedCommands'](){return this['_allowedCommands'];}['getDefaultCommands'](){const _0x10cbae=_0x44c95a=>function(_0x3cf4a0,_0x262626){const t=_0x3cf4a0['t'],_0x15396c=_0x3cf4a0['t'];switch(_0x262626){case'AI\x20Assistant':return _0x15396c('AI\x20Assistant');case'Block\x20quote':return _0x15396c('Block\x20quote');case'Bulleted\x20list':return _0x15396c('Bulleted\x20list');case'Insert\x20code\x20block':return _0x15396c('Insert\x20code\x20block');case'Open\x20file\x20manager':return _0x15396c('Open\x20file\x20manager');case'Insert\x20image':return _0x15396c('Insert\x20image');case'Heading\x201':return _0x15396c('Heading\x201');case'Heading\x202':return _0x15396c('Heading\x202');case'Heading\x203':return _0x15396c('Heading\x203');case'Heading\x204':return _0x15396c('Heading\x204');case'Heading\x205':return _0x15396c('Heading\x205');case'Heading\x206':return _0x15396c('Heading\x206');case'Horizontal\x20line':return _0x15396c('Horizontal\x20line');case'Insert\x20HTML':return _0x15396c('Insert\x20HTML');case'Increase\x20indent':return _0x15396c('Increase\x20indent');case'Insert\x20table':return _0x15396c('Insert\x20table');case'Table\x20of\x20contents':return _0x15396c('Table\x20of\x20contents');case'Numbered\x20list':return _0x15396c('Numbered\x20list');case'Decrease\x20indent':return _0x15396c('Decrease\x20indent');case'Paragraph':return _0x15396c('Paragraph');case'To-do\x20list':return _0x15396c('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 _0x262626;}}(this['editor']['locale'],_0x44c95a);return[{'id':'aiAssistant','commandName':'showAIAssistant','icon':_0x4fde97,'title':_0x10cbae('AI\x20Assistant'),'description':_0x10cbae('Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content'),'execute':_0x5b5a0f=>{setTimeout(()=>_0x5b5a0f['execute']('showAIAssistant'));}},{'id':'blockQuote','commandName':'blockQuote','icon':_0xa887cc,'title':_0x10cbae('Block\x20quote'),'description':_0x10cbae('Create\x20a\x20block\x20quote')},{'id':'bulletedList','commandName':'bulletedList','icon':_0x513d31,'title':_0x10cbae('Bulleted\x20list'),'description':_0x10cbae('Create\x20a\x20bulleted\x20list')},{'id':'codeBlock','commandName':'codeBlock','icon':_0xe2b825,'title':_0x10cbae('Insert\x20code\x20block'),'description':_0x10cbae('Create\x20a\x20code\x20block')},{'id':'ckbox','commandName':'ckbox','icon':_0x3c20a8,'title':_0x10cbae('Open\x20file\x20manager'),'description':_0x10cbae('Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file'),'aliases':['ckfinder','filemanager','upload']},{'id':'ckfinder','commandName':'ckfinder','icon':_0x3c20a8,'title':_0x10cbae('Insert\x20image'),'description':_0x10cbae('Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file'),'aliases':['ckbox','filemanager','upload']},{'id':'emoji','commandName':'emoji','icon':_0x4a8f8c,'title':_0x10cbae('Emoji'),'description':_0x10cbae('Insert\x20an\x20emoji'),'execute':_0x3b2622=>{setTimeout(()=>_0x3b2622['execute']('emoji'));}},{'id':'heading1','commandName':'heading','icon':_0x3c606c,'title':_0x10cbae('Heading\x201'),'description':_0x10cbae('Create\x20a\x20heading\x20level\x201'),'execute':_0x5d1b3a=>{_0x5d1b3a['execute']('heading',{'value':'heading1'});}},{'id':'heading2','commandName':'heading','icon':_0x30792b,'title':_0x10cbae('Heading\x202'),'description':_0x10cbae('Create\x20a\x20heading\x20level\x202'),'execute':_0x54541b=>{_0x54541b['execute']('heading',{'value':'heading2'});}},{'id':'heading3','commandName':'heading','icon':_0x5f0c5c,'title':_0x10cbae('Heading\x203'),'description':_0x10cbae('Create\x20a\x20heading\x20level\x203'),'execute':_0x2d4602=>{_0x2d4602['execute']('heading',{'value':'heading3'});}},{'id':'heading4','commandName':'heading','icon':_0x37bb57,'title':_0x10cbae('Heading\x204'),'description':_0x10cbae('Create\x20a\x20heading\x20level\x204'),'execute':_0x88d9fe=>{_0x88d9fe['execute']('heading',{'value':'heading4'});}},{'id':'heading5','commandName':'heading','icon':_0x269f4f,'title':_0x10cbae('Heading\x205'),'description':_0x10cbae('Create\x20a\x20heading\x20level\x205'),'execute':_0x52dd12=>{_0x52dd12['execute']('heading',{'value':'heading5'});}},{'id':'heading6','commandName':'heading','icon':_0x47cef7,'title':_0x10cbae('Heading\x206'),'description':_0x10cbae('Create\x20a\x20heading\x20level\x206'),'execute':_0x513427=>{_0x513427['execute']('heading',{'value':'heading6'});}},{'id':'horizontalLine','commandName':'horizontalLine','icon':_0x3b09f8,'title':_0x10cbae('Horizontal\x20line'),'description':_0x10cbae('Insert\x20a\x20horizontal\x20line')},{'id':'htmlEmbed','commandName':'htmlEmbed','icon':_0x5c8c74,'title':_0x10cbae('Insert\x20HTML'),'description':_0x10cbae('Insert\x20an\x20HTML\x20snippet')},{'id':'indent','commandName':'indent','icon':_0x444406,'title':_0x10cbae('Increase\x20indent'),'description':_0x10cbae('Increase\x20the\x20indentation')},{'id':'insertMermaidCommand','commandName':'insertMermaidCommand','title':_0x10cbae('Insert\x20Mermaid\x20diagram'),'description':_0x10cbae('Insert\x20the\x20Mermaid\x20diagram')},{'id':'insertTable','commandName':'insertTable','icon':_0x4b1241,'title':_0x10cbae('Insert\x20table'),'description':_0x10cbae('Create\x20a\x20table')},{'id':'insertTableOfContents','commandName':'insertTableOfContents','icon':_0x395501,'title':_0x10cbae('Table\x20of\x20contents'),'description':_0x10cbae('Insert\x20table\x20of\x20contents'),'aliases':['toc']},{'id':'numberedList','commandName':'numberedList','icon':_0x363e9f,'title':_0x10cbae('Numbered\x20list'),'description':_0x10cbae('Create\x20a\x20numbered\x20list')},{'id':'outdent','commandName':'outdent','icon':_0x353ceb,'title':_0x10cbae('Decrease\x20indent'),'description':_0x10cbae('Decrease\x20the\x20indentation')},{'id':'paragraph','commandName':'paragraph','icon':_0x22e43e,'title':_0x10cbae('Paragraph'),'description':_0x10cbae('Insert\x20a\x20paragraph')},{'id':'todoList','commandName':'todoList','icon':_0x59d89f,'title':_0x10cbae('To-do\x20list'),'description':_0x10cbae('Create\x20a\x20to-do\x20list')}];}['_proxyIsEnabled'](_0x3f1d8a){return _0x3f1d8a['isEnabled']?_0x3f1d8a['isEnabled'](this['editor']):!_0x3f1d8a['commandName']||this['editor']['commands']['get'](_0x3f1d8a['commandName'])['isEnabled'];}['_proxyExecute'](_0xeb0500){if(_0xeb0500['execute'])_0xeb0500['execute'](this['editor']);else{if(!_0xeb0500['commandName'])throw new _0x3e6f7b('slash-command-execute-missing',this['editor'],{'commandDefinition':_0xeb0500});this['editor']['execute'](_0xeb0500['commandName']);}}}function j(_0x44517a,_0x3d2f06){return _0x44517a['title']<_0x3d2f06['title']?-0x1:_0x44517a['title']>_0x3d2f06['title']?0x1:0x0;}function L(_0x135ed3,_0x5ebc94){return _0x5ebc94+'-'+_0x135ed3['toLowerCase']()['split']('\x20')['join']('-');}class s extends _0x3ff4ba{static get['pluginName'](){return'SlashCommandEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[P];}['getMatchingCommands'](_0x5254bf){const _0x388d88=_0x5254bf&&_0x5254bf['toLowerCase']();let _0x6b83e=this['editor']['plugins']['get']('SlashCommandConfig')['getAllowedCommands']();if(_0x6b83e=_0x6b83e['filter'](_0xcee89a=>_0xcee89a['isEnabled']()),_0x388d88){const _0x5a073e=[],_0x57398f=[],_0x58ec4b=[],_0x5136ab=[];for(const _0x49a47d of _0x6b83e)_0x49a47d['id']['toLowerCase']()['includes'](_0x388d88)?_0x5a073e['push'](_0x49a47d):_0x49a47d['title']['toLowerCase']()['includes'](_0x388d88)?_0x57398f['push'](_0x49a47d):_0x49a47d['aliases']&&_0x49a47d['aliases']['some'](_0x218179=>_0x218179['toLowerCase']()['includes'](_0x388d88))?_0x58ec4b['push'](_0x49a47d):_0x49a47d['description']&&_0x49a47d['description']['toLowerCase']()['includes'](_0x388d88)&&_0x5136ab['push'](_0x49a47d);_0x6b83e=_0x5a073e['concat'](_0x57398f,_0x58ec4b,_0x5136ab);}return _0x6b83e;}}class K extends _0x11e2e5{constructor(_0x8fa038,_0x2bd124){super(_0x8fa038),this['textPartView']=this['_createTextPartView'](_0x8fa038,_0x2bd124),void 0x0!==_0x2bd124['isIconColorInherited']&&(this['iconView']['isColorInherited']=_0x2bd124['isIconColorInherited']),this['set']({'icon':_0x2bd124['icon']||_0x452ec,'withText':!0x0,'label':_0x2bd124['title'],'class':'ck-slash-command-button'});}['render'](){super['render'](),this['children']['add'](this['textPartView']);}['_createTextPartView'](_0x14bdc3,_0x4d25b8){const _0x270d65=new _0x4794c5(_0x14bdc3);return _0x270d65['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-slash-command-button__text-part']},'children':_0x4d25b8['description']?[this['labelView'],{'tag':'span','attributes':{'class':['ck','ck-slash-command-button__description']},'children':[{'text':_0x4d25b8['description']}]}]:[this['labelView']]}),_0x270d65;}}class e extends _0x3ff4ba{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'SlashCommandUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x30a22f){super(_0x30a22f),this['_setupMentionConfiguration']();}['init'](){this['editor']['once']('ready',this['_overrideMentionExecuteListener']['bind'](this)),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x2b155e=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x592389;for(const _0x52a0a3 in _0x2b155e){const _0x191efa=_0x52a0a3,_0x305eb0=_0x2b155e[_0x191efa];if('slashCommandLicenseKeyValid'==_0x305eb0||'slashCommandLicenseKeyInvalid'==_0x305eb0||'slashCommandLicenseKeyExpired'==_0x305eb0||'slashCommandLicenseKeyDomainLimit'==_0x305eb0||'slashCommandLicenseKeyNotAllowed'==_0x305eb0||'slashCommandLicenseKeyEvaluationLimit'==_0x305eb0||'slashCommandLicenseKeyTrialLimit'==_0x305eb0||'slashCommandLicenseKeyUsageLimit'==_0x305eb0){delete _0x2b155e[_0x191efa],_0x592389=_0x305eb0,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'slashCommandLicenseKeyInvalid'==_0x592389&&_0x2b155e['_showLicenseError']('invalid'),'slashCommandLicenseKeyExpired'==_0x592389&&_0x2b155e['_showLicenseError']('expired'),'slashCommandLicenseKeyDomainLimit'==_0x592389&&_0x2b155e['_showLicenseError']('domainLimit'),'slashCommandLicenseKeyNotAllowed'==_0x592389&&_0x2b155e['_showLicenseError']('featureNotAllowed','SlashCommand'),'slashCommandLicenseKeyEvaluationLimit'==_0x592389&&_0x2b155e['_showLicenseError']('evaluationLimit'),'slashCommandLicenseKeyTrialLimit'==_0x592389&&_0x2b155e['_showLicenseError']('trialLimit'),'slashCommandLicenseKeyUsageLimit'==_0x592389&&_0x2b155e['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}['_setupMentionConfiguration'](){const _0x6b90d6=this['editor'],_0x5cebde=this['editor']['plugins']['get']('SlashCommandEditing'),_0x500d0e=_0x6b90d6['config']['get']('mention.feeds');_0x500d0e['push']({'marker':'/','feed':_0x5f0741=>_0x5cebde['getMatchingCommands'](_0x5f0741),'itemRenderer':this['_customItemRenderer']['bind'](this),'dropdownLimit':_0x6b90d6['config']['get']('slashCommand.dropdownLimit')||0x1/0x0}),_0x6b90d6['config']['set']('mention.feeds',_0x500d0e);}['_overrideMentionExecuteListener'](){const _0x18ca21=this['editor'];_0x18ca21['commands']['get']('mention')['on']('execute',(_0x3f6d90,_0x19c1d8)=>{const _0x34cbc7=_0x19c1d8[0x0],_0x1985a3=_0x18ca21['model'];'/'===_0x34cbc7['marker']&&_0x1985a3['change'](_0x37081e=>{_0x37081e['remove'](_0x34cbc7['range']),_0x34cbc7['mention']['execute'](),_0x3f6d90['stop']();});},{'priority':'high'});}['_customItemRenderer'](_0x1abd64){const _0x345ed8=this['editor']['locale'],_0x50dcc1=new K(_0x345ed8,_0x1abd64);return _0x50dcc1['render'](),_0x50dcc1['element'];}}class H extends _0x3ff4ba{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.14",
|
|
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.14",
|
|
16
|
+
"@ckeditor/ckeditor5-icons": "46.0.1-alpha.14",
|
|
17
|
+
"@ckeditor/ckeditor5-heading": "46.0.1-alpha.14",
|
|
18
|
+
"@ckeditor/ckeditor5-mention": "46.0.1-alpha.14",
|
|
19
|
+
"@ckeditor/ckeditor5-style": "46.0.1-alpha.14",
|
|
20
|
+
"@ckeditor/ckeditor5-template": "46.0.1-alpha.14",
|
|
21
|
+
"@ckeditor/ckeditor5-ui": "46.0.1-alpha.14",
|
|
22
|
+
"@ckeditor/ckeditor5-utils": "46.0.1-alpha.14",
|
|
23
|
+
"ckeditor5": "46.0.1-alpha.14"
|
|
24
24
|
},
|
|
25
25
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
26
26
|
"author": "CKSource (http://cksource.com/)",
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const _0x4d51a1=_0x2fd9;(function(_0x28e6e9,_0x201275){const _0x570ab5=_0x2fd9,_0x273ec8=_0x28e6e9();while(!![]){try{const _0x3d132f=-parseInt(_0x570ab5(0x21f))/0x1*(parseInt(_0x570ab5(0x1c2))/0x2)+-parseInt(_0x570ab5(0x211))/0x3*(-parseInt(_0x570ab5(0x1f5))/0x4)+-parseInt(_0x570ab5(0x202))/0x5+parseInt(_0x570ab5(0x1e3))/0x6+-parseInt(_0x570ab5(0x1c1))/0x7+-parseInt(_0x570ab5(0x22c))/0x8+parseInt(_0x570ab5(0x1df))/0x9;if(_0x3d132f===_0x201275)break;else _0x273ec8['push'](_0x273ec8['shift']());}catch(_0x14c5f9){_0x273ec8['push'](_0x273ec8['shift']());}}}(_0x33b2,0xc1b14));import{Plugin as _0x5c6e74}from'ckeditor5/src/core.js';import{CKEditorError as _0x5ecbc4,uid as _0x2a427a}from'ckeditor5/src/utils.js';function _0x33b2(){const _0x583914=['_allowedCommands','config','Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content','style','template','Insert\x20table','Create\x20a\x20block\x20quote','1Sjuejn','heading1','editor','Heading\x203','split','SlashCommandConfig','Emoji','numberedList','ckbox','todoList','sort','filter','model','4683616hLFkTT','Increase\x20the\x20indentation','codeBlock','bulletedList','Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file','heading5','outdent','filemanager','Create\x20a\x20table','name','paragraph','toc','includes','indent','push','Insert\x20an\x20HTML\x20snippet','upload','aliases','Heading\x204','emoji','getAllowedCommands','description','aiAssistant','Create\x20a\x20heading\x20level\x206','9301880TDcOuf','235582vuaaTB','length','Insert\x20a\x20horizontal\x20line','isOfficialPlugin','isIconColorInherited','heading4','Insert\x20HTML','isEnabled','insertTemplate','Heading\x205','Heading\x202','commands','map','commandName','enabledStyles','Insert\x20code\x20block','htmlEmbed','blockQuote','insertTableOfContents','slash-command-execute-missing','locale','ckfinder','style.definitions','Create\x20a\x20heading\x20level\x201','_proxyIsEnabled','Heading\x206','Open\x20file\x20manager','isPremiumPlugin','Insert\x20Mermaid\x20diagram','13792923sYGWak','Paragraph','pluginName','Insert\x20table\x20of\x20contents','8113842rdiUHT','Create\x20a\x20heading\x20level\x204','_proxyExecute','Decrease\x20the\x20indentation','Increase\x20indent','join','insertMermaidCommand','heading.options','Create\x20a\x20heading\x20level\x203','Decrease\x20indent','slashCommand.removeCommands','Table\x20of\x20contents','Create\x20a\x20to-do\x20list','horizontalLine','Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file','Insert\x20the\x20Mermaid\x20diagram','heading3','template.definitions','128vrIPIu','href','title','get','AI\x20Assistant','concat','Bulleted\x20list','heading6','Create\x20a\x20bulleted\x20list','To-do\x20list','afterInit','Create\x20a\x20heading\x20level\x202','Block\x20quote','2121035vupmah','slashCommand.extraCommands','insertTable','Insert\x20an\x20emoji','Create\x20a\x20numbered\x20list','execute','icon','function','Create\x20a\x20code\x20block','Create\x20a\x20heading\x20level\x205','heading','getDefaultCommands','Heading\x201','fromCharCode','Insert\x20a\x20paragraph','34200CWMCUS','Numbered\x20list','heading2','toLowerCase','Insert\x20image','Horizontal\x20line','showAIAssistant'];_0x33b2=function(){return _0x583914;};return _0x33b2();}import{IconBrowseFiles as _0x330698,IconBulletedList as _0x204ff8,IconEmoji as _0x4db968,IconCodeBlock as _0x1b6c1c,IconHeading1 as _0x59e927,IconHeading2 as _0x3e42ed,IconHeading3 as _0x2858fb,IconHeading4 as _0x453868,IconHeading5 as _0x1a753e,IconHeading6 as _0xe0720e,IconHorizontalLine as _0x569045,IconHtml as _0x54655b,IconIndent as _0x3a83de,IconNumberedList as _0xc609b,IconOutdent as _0x15c4b2,IconParagraph as _0x1980ca,IconQuote as _0xab2007,IconRobotPencil as _0x1a8c19,IconTable as _0x2e8cbc,IconTableOfContents as _0x44f450,IconTodoList as _0x58deae}from'ckeditor5/src/icons.js';import{getTranslation as _0x202ca7}from'./utils/common-translations.js';function _0x2fd9(_0x241910,_0x2f3f1b){const _0x33b2ea=_0x33b2();return _0x2fd9=function(_0x2fd97d,_0x5c28d4){_0x2fd97d=_0x2fd97d-0x1c1;let _0xdd90e5=_0x33b2ea[_0x2fd97d];return _0xdd90e5;},_0x2fd9(_0x241910,_0x2f3f1b);}import'./slashcommandeditorconfig.js';export class SlashCommandConfig extends _0x5c6e74{static get[_0x4d51a1(0x1e1)](){const _0x2450df=_0x4d51a1;return _0x2450df(0x224);}static get[_0x4d51a1(0x1c5)](){return!0x0;}static get[_0x4d51a1(0x1dd)](){return!0x0;}constructor(_0x372c24){const _0x99e91b=_0x4d51a1;super(_0x372c24),this[_0x99e91b(0x218)]=null;}[_0x4d51a1(0x1ff)](){const _0x52f9b6=_0x4d51a1,_0x3a797b=this[_0x52f9b6(0x221)][_0x52f9b6(0x219)][_0x52f9b6(0x1f8)](_0x52f9b6(0x1ed))||[],_0x54d39a=function(_0x27b5ca){const _0x39b96f=_0x52f9b6;let _0x5ae69a=[_0x39b96f(0x1c7),_0x39b96f(0x231),_0x39b96f(0x1fc)];if(_0x27b5ca){const _0x1e5d6d=_0x27b5ca[_0x39b96f(0x1ce)](_0x2c0875=>_0x2c0875[_0x39b96f(0x22b)]);_0x5ae69a=[_0x39b96f(0x220),_0x39b96f(0x213),_0x39b96f(0x1f3),_0x39b96f(0x1c7),_0x39b96f(0x231),_0x39b96f(0x1fc)][_0x39b96f(0x22a)](_0x2f077e=>!_0x1e5d6d[_0x39b96f(0x238)](_0x2f077e));}return _0x5ae69a;}(this[_0x52f9b6(0x221)][_0x52f9b6(0x219)][_0x52f9b6(0x1f8)](_0x52f9b6(0x1ea)));let _0x3d68ef=this[_0x52f9b6(0x20d)]()[_0x52f9b6(0x22a)](_0x2584ac=>!_0x54d39a[_0x52f9b6(0x238)](_0x2584ac['id']))[_0x52f9b6(0x22a)](_0x12477d=>!_0x3a797b[_0x52f9b6(0x238)](_0x12477d[_0x52f9b6(0x1cf)]));const _0x8c6de7=this[_0x52f9b6(0x221)][_0x52f9b6(0x219)][_0x52f9b6(0x1f8)](_0x52f9b6(0x203));_0x8c6de7&&_0x8c6de7[_0x52f9b6(0x1c3)]&&(_0x3d68ef=_0x3d68ef[_0x52f9b6(0x1fa)](_0x8c6de7));const _0x554446=this[_0x52f9b6(0x221)][_0x52f9b6(0x219)][_0x52f9b6(0x1f8)](_0x52f9b6(0x1f4));_0x554446&&_0x554446[_0x52f9b6(0x1c3)]&&(_0x3d68ef=_0x3d68ef[_0x52f9b6(0x1fa)](function(_0x53ed62){const _0xfadf0d=_0x52f9b6;return _0x53ed62[_0xfadf0d(0x1ce)](_0x5a8dcb=>{const _0x5c80b8=_0xfadf0d,{title:_0x381d61,icon:_0x33a6de,description:_0xc1cd38,data:_0x1f0ccc}=_0x5a8dcb,_0x562718={'id':L(_0x381d61,_0x5c80b8(0x21c)),'commandName':_0x5c80b8(0x1ca),'execute':_0x147410=>{const _0x1ef223=_0x5c80b8;_0x147410[_0x1ef223(0x207)](_0x1ef223(0x1ca),_0x1f0ccc);},'description':_0xc1cd38,'icon':_0x33a6de,'title':_0x381d61};return _0x33a6de&&(_0x562718[_0x5c80b8(0x1c6)]=!0x1),_0x562718;});}(_0x554446)));const _0x1c7e6e=this[_0x52f9b6(0x221)][_0x52f9b6(0x219)][_0x52f9b6(0x1f8)](_0x52f9b6(0x1d8));_0x1c7e6e&&_0x1c7e6e[_0x52f9b6(0x1c3)]&&(_0x3d68ef=_0x3d68ef[_0x52f9b6(0x1fa)](function(_0x125457){const _0x472c91=_0x52f9b6;return _0x125457[_0x472c91(0x1ce)](_0xc8cfc3=>({'id':L(_0xc8cfc3[_0x472c91(0x235)],_0x472c91(0x21b)),'commandName':_0x472c91(0x21b),'execute':_0x1a0b17=>{const _0x31ae83=_0x472c91;_0x1a0b17[_0x31ae83(0x207)](_0x31ae83(0x21b),{'styleName':_0xc8cfc3[_0x31ae83(0x235)]});},'isEnabled':_0x49bc21=>{const _0x370891=_0x472c91,_0x3dfb51=_0x49bc21[_0x370891(0x1cd)][_0x370891(0x1f8)](_0x370891(0x21b));return _0x3dfb51[_0x370891(0x1c9)]&&_0x3dfb51[_0x370891(0x1d0)][_0x370891(0x238)](_0xc8cfc3[_0x370891(0x235)]);},'title':_0xc8cfc3[_0x472c91(0x235)]}));}(_0x1c7e6e)));const _0x227e81=_0x3d68ef[_0x52f9b6(0x22a)](_0x4c964b=>!_0x4c964b[_0x52f9b6(0x1cf)]||void 0x0!==this[_0x52f9b6(0x221)][_0x52f9b6(0x1cd)][_0x52f9b6(0x1f8)](_0x4c964b[_0x52f9b6(0x1cf)])),_0x58b617=[];for(const _0x1f40ab of _0x227e81)_0x58b617[_0x52f9b6(0x23a)]({'id':_0x1f40ab['id'],'commandName':_0x1f40ab[_0x52f9b6(0x1cf)],'title':_0x52f9b6(0x209)==typeof _0x1f40ab[_0x52f9b6(0x1f7)]?_0x1f40ab[_0x52f9b6(0x1f7)](this[_0x52f9b6(0x221)]):_0x1f40ab[_0x52f9b6(0x1f7)],'description':_0x1f40ab[_0x52f9b6(0x241)],'icon':_0x1f40ab[_0x52f9b6(0x208)],'isIconColorInherited':_0x1f40ab[_0x52f9b6(0x1c6)],'aliases':_0x1f40ab[_0x52f9b6(0x23d)],'isEnabled':()=>this[_0x52f9b6(0x1da)](_0x1f40ab),'execute':()=>this[_0x52f9b6(0x1e5)](_0x1f40ab)});this[_0x52f9b6(0x218)]=_0x58b617[_0x52f9b6(0x229)](j),async function(_0x42c389){const _0x379de8=_0x1b572c([0x69,0x37,0x59,0x46,0x72,0x77,0x58,0x70,0x39,0x5a,0x48,0x31,0x35,0x6f,0x74,0x76,0x45,0x47,0x33,0x43,0x41,0x73,0x6c,0x36,0x34,0x65,0x66,0x32,0x71,0x52,0x64,0x67,0x51,0x54,0x4d,0x79,0x6d,0x78,0x6a,0x53,0x4c,0x7a,0x42,0x61,0x38,0x6e,0x68,0x4e,0x63,0x56,0x57,0x55,0x4a,0x44,0x62,0x50,0x75,0x4f,0x6b,0x4b,0x49,0x30]),_0x289a18=0x69b85918,_0x4a7757=0x69bf2908^_0x289a18,_0xe01f32=window[_0x1b572c([0x44,0x61,0x74,0x65])][_0x1b572c([0x6e,0x6f,0x77])](),_0x5a286d=_0x42c389[_0x1b572c([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x485f95=new window[(_0x1b572c([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x1403ed=>{_0x5a286d[_0x1b572c([0x6f,0x6e,0x63,0x65])](_0x1b572c([0x72,0x65,0x61,0x64,0x79]),_0x1403ed);}),_0x5137b1={[_0x1b572c([0x6b,0x74,0x79])]:_0x1b572c([0x45,0x43]),[_0x1b572c([0x75,0x73,0x65])]:_0x1b572c([0x73,0x69,0x67]),[_0x1b572c([0x63,0x72,0x76])]:_0x1b572c([0x50,0x2d,0x32,0x35,0x36]),[_0x1b572c([0x78])]:_0x1b572c([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]),[_0x1b572c([0x79])]:_0x1b572c([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]),[_0x1b572c([0x61,0x6c,0x67])]:_0x1b572c([0x45,0x53,0x32,0x35,0x36])},_0x4a28fc=_0x5a286d[_0x1b572c([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x1b572c([0x67,0x65,0x74])](_0x1b572c([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x534a0a(){let _0x121784,_0x419909=null,_0x570005=null;try{if(_0x4a28fc==_0x1b572c([0x47,0x50,0x4c]))return _0x1b572c([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x121784=_0x3d5cc0(),!_0x121784)return _0x1b572c([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x121784[_0x1b572c([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x570005=_0x1bf431(_0x121784[_0x1b572c([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x121784[_0x1b572c([0x6a,0x74,0x69])])),await _0x35dd65()?_0x22037f()?_0x47b004()?_0x1b572c([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x3af386()?(_0x121784[_0x1b572c([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x1b572c([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x419909=_0x88fa6(_0x1b572c([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x121784[_0x1b572c([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x1b572c([0x74,0x72,0x69,0x61,0x6c])&&(_0x419909=_0x88fa6(_0x1b572c([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x214b38()):_0x1b572c([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x1b572c([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x1b572c([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x1b572c([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x47b004(){const _0x4ecdca=[_0x1b572c([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x1b572c([0x74,0x72,0x69,0x61,0x6c])][_0x1b572c([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x121784[_0x1b572c([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0xe01f32/0x3e8:0xe10*_0x4a7757;return _0x121784[_0x1b572c([0x65,0x78,0x70])]<_0x4ecdca;}function _0x22037f(){const _0x277fec=_0x121784[_0x1b572c([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x277fec&&(!!_0x277fec[_0x1b572c([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1b572c([0x2a]))||(!!_0x277fec[_0x1b572c([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1b572c([0x53,0x43]))||!!_0x277fec[_0x1b572c([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1b572c([0x50,0x50]))));}function _0x3af386(){const _0x248bfd=_0x2fd9,_0x3bf596=_0x121784[_0x1b572c([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x3bf596||0x0==_0x3bf596[_0x1b572c([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x9a29ff}=new URL(window[_0x1b572c([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x248bfd(0x1f6)]);if(_0x3bf596[_0x1b572c([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x9a29ff))return!0x0;const _0x107d4e=_0x9a29ff[_0x1b572c([0x73,0x70,0x6c,0x69,0x74])](_0x1b572c([0x2e]));return _0x3bf596[_0x1b572c([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x28c3a1=>_0x28c3a1[_0x1b572c([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1b572c([0x2a])))[_0x1b572c([0x6d,0x61,0x70])](_0x12610e=>_0x12610e[_0x1b572c([0x73,0x70,0x6c,0x69,0x74])](_0x1b572c([0x2e])))[_0x1b572c([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x5ce219=>_0x5ce219[_0x1b572c([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x107d4e[_0x1b572c([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x1b572c([0x6d,0x61,0x70])](_0x4fc110=>Array(_0x107d4e[_0x1b572c([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x4fc110[_0x1b572c([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x1b572c([0x66,0x69,0x6c,0x6c])](_0x4fc110[0x0]===_0x1b572c([0x2a])?_0x1b572c([0x2a]):'')[_0x1b572c([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x4fc110))[_0x1b572c([0x73,0x6f,0x6d,0x65])](_0x43df1b=>_0x107d4e[_0x1b572c([0x65,0x76,0x65,0x72,0x79])]((_0x2037b1,_0x55d8fa)=>_0x43df1b[_0x55d8fa]===_0x2037b1||_0x43df1b[_0x55d8fa]===_0x1b572c([0x2a])));}function _0x214b38(){return _0x419909&&_0x570005?new window[(_0x1b572c([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x4dc22e,_0x181358)=>{_0x419909[_0x1b572c([0x74,0x68,0x65,0x6e])](_0x4dc22e,_0x181358),_0x570005[_0x1b572c([0x74,0x68,0x65,0x6e])](_0x2bb63e=>{_0x2bb63e!=_0x1b572c([0x56,0x61,0x6c,0x69,0x64])&&_0x4dc22e(_0x2bb63e);},_0x181358);}):_0x419909||_0x570005||_0x1b572c([0x56,0x61,0x6c,0x69,0x64]);}}function _0x1bf431(_0x4b0303,_0x1b28f8){return new window[(_0x1b572c([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x116633=>{if(_0x5ced7c())return _0x116633(_0x1b572c([0x56,0x61,0x6c,0x69,0x64]));_0x25a9f8(),_0x5a286d[_0x1b572c([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x1b572c([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x4a257f=!0x1;const _0x54d698=_0x2a427a();function _0x148392(_0x31eb5c){return!!_0x31eb5c&&(typeof _0x31eb5c===_0x1b572c([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x31eb5c===_0x1b572c([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x31eb5c[_0x1b572c([0x74,0x68,0x65,0x6e])]===_0x1b572c([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x31eb5c[_0x1b572c([0x63,0x61,0x74,0x63,0x68])]===_0x1b572c([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x5f47f0(_0x25b1dc){_0x4f5943(_0x25b1dc)[_0x1b572c([0x74,0x68,0x65,0x6e])](_0x380b16=>{if(!_0x380b16||_0x380b16[_0x1b572c([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x1b572c([0x6f,0x6b]))return _0x1b572c([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x51d2d0(_0x588cc6(_0x54d698+_0x1b28f8))!=_0x380b16[_0x1b572c([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x1b572c([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x1b572c([0x56,0x61,0x6c,0x69,0x64]);})[_0x1b572c([0x74,0x68,0x65,0x6e])](_0x4fae67=>(_0x3f07fd(),_0x4fae67),()=>{const _0x1a2441=_0xf093b2();return null==_0x1a2441?(_0x3f07fd(),_0x1b572c([0x56,0x61,0x6c,0x69,0x64])):_0x1b572c(_0xe01f32-_0x1a2441>(0x4db4dd18^_0x289a18)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x1b572c([0x74,0x68,0x65,0x6e])](_0x116633)[_0x1b572c([0x63,0x61,0x74,0x63,0x68])](()=>{_0x116633(_0x1b572c([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x30db59=0x698eb798^_0x289a18;function _0x3f07fd(){const _0x56ab77=_0x1b572c([0x6c,0x6c,0x63,0x74,0x2d])+_0x51d2d0(_0x588cc6(_0x4b0303)),_0x556381=_0x436634(_0x51d2d0(window[_0x1b572c([0x4d,0x61,0x74,0x68])][_0x1b572c([0x63,0x65,0x69,0x6c])](_0xe01f32/_0x30db59)));window[_0x1b572c([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x1b572c([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x56ab77,_0x556381);}function _0xf093b2(){const _0x4c18e8=_0x1b572c([0x6c,0x6c,0x63,0x74,0x2d])+_0x51d2d0(_0x588cc6(_0x4b0303)),_0x45f4dd=window[_0x1b572c([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x1b572c([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x4c18e8);return _0x45f4dd?window[_0x1b572c([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x436634(_0x45f4dd),0x10)*_0x30db59:null;}function _0x4f5943(_0x28d90f){return new window[(_0x1b572c([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x1a3f21,_0x45e0e6)=>{_0x28d90f[_0x1b572c([0x74,0x68,0x65,0x6e])](_0x1a3f21,_0x45e0e6),window[_0x1b572c([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x45e0e6,0x69b98dd8^_0x289a18);});}}_0x5a286d[_0x1b572c([0x6f,0x6e])](_0x1b572c([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x13e678,_0x2f3280)=>{if(_0x2f3280[0x0]!=_0x4b0303)return _0x116633(_0x1b572c([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x2f3280[0x1]={..._0x2f3280[0x1],[_0x1b572c([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x54d698};},{[_0x1b572c([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x1b572c([0x68,0x69,0x67,0x68])}),_0x5a286d[_0x1b572c([0x6f,0x6e])](_0x1b572c([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x1f76ab=>{_0x148392(_0x1f76ab[_0x1b572c([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x4a257f=!0x0,_0x5f47f0(_0x1f76ab[_0x1b572c([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x1b572c([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x1b572c([0x6c,0x6f,0x77])}),_0x485f95[_0x1b572c([0x74,0x68,0x65,0x6e])](()=>{_0x4a257f||_0x116633(_0x1b572c([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x5ced7c(){return _0x5a286d[_0x1b572c([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x1b572c([0x76,0x69,0x65,0x77])][_0x1b572c([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x1b572c([0x61,0x75,0x74,0x6f]);}function _0x25a9f8(){_0x5a286d[_0x1b572c([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x1b572c([0x76,0x69,0x65,0x77])][_0x1b572c([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x1b572c([0x61,0x75,0x74,0x6f]);}}function _0x88fa6(_0x417c44){const _0xfbb38d=[new window[(_0x1b572c([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x50405a=>setTimeout(_0x50405a,0x69b167d4^_0x289a18)),_0x485f95[_0x1b572c([0x74,0x68,0x65,0x6e])](()=>new window[(_0x1b572c([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x48542b=>{let _0x287efb=0x0;_0x5a286d[_0x1b572c([0x6d,0x6f,0x64,0x65,0x6c])][_0x1b572c([0x6f,0x6e])](_0x1b572c([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x4a4c0f,_0x118f0e)=>{_0x118f0e[0x0][_0x1b572c([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x287efb++,_0x287efb==(0x69b858e0^_0x289a18)&&(_0x48542b(),_0x4a4c0f[_0x1b572c([0x6f,0x66,0x66])]());});}))];return window[_0x1b572c([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x1b572c([0x72,0x61,0x63,0x65])](_0xfbb38d)[_0x1b572c([0x74,0x68,0x65,0x6e])](()=>_0x417c44);}async function _0x59dbb9(){await _0x485f95,_0x5a286d[_0x1b572c([0x6d,0x6f,0x64,0x65,0x6c])][_0x1b572c([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x189e38,_0x5a286d[_0x1b572c([0x6d,0x6f,0x64,0x65,0x6c])][_0x1b572c([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x189e38,_0x5a286d[_0x1b572c([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x1b572c([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x3b71c5(_0x480db6){const _0x1894e9=_0x533107();_0x5a286d[_0x1894e9]=_0x1b572c([0x73,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x480db6,_0x480db6!=_0x1b572c([0x56,0x61,0x6c,0x69,0x64])&&_0x59dbb9();}function _0x533107(){const _0x47e271=window[_0x1b572c([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x1b572c([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x1b572c([0x6e,0x6f,0x77])]())[_0x1b572c([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x1b572c([0x2e]),'');let _0x5bc117=_0x1b572c([0x69]);for(let _0x5966ac=0x0;_0x5966ac<_0x47e271[_0x1b572c([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x5966ac+=0x2){let _0x31ce0f=window[_0x1b572c([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x47e271[_0x1b572c([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x5966ac,_0x5966ac+0x2));_0x31ce0f>=_0x379de8[_0x1b572c([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x31ce0f-=_0x379de8[_0x1b572c([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x5bc117+=_0x379de8[_0x31ce0f];}return _0x5bc117;}function _0x3d5cc0(){const _0x1b0e0d=_0x4a28fc[_0x1b572c([0x73,0x70,0x6c,0x69,0x74])](_0x1b572c([0x2e]));if(0x3!=_0x1b0e0d[_0x1b572c([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x276352(_0x1b0e0d[0x1]);function _0x276352(_0x18290b){const _0x1b7801=_0x292b92(_0x18290b);return _0x1b7801&&_0x2f9d56()?_0x1b7801:null;function _0x2f9d56(){const _0x6ee3d1=_0x1b7801[_0x1b572c([0x6a,0x74,0x69])],_0x19e171=window[_0x1b572c([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x6ee3d1[_0x1b572c([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x6ee3d1[_0x1b572c([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x4a9cfa={..._0x1b7801,[_0x1b572c([0x6a,0x74,0x69])]:_0x6ee3d1[_0x1b572c([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x6ee3d1[_0x1b572c([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x4a9cfa[_0x1b572c([0x76,0x63])],_0x588cc6(_0x4a9cfa)==_0x19e171;}}}async function _0x35dd65(){let _0x395921=!0x0;try{const _0x32cbea=_0x4a28fc[_0x1b572c([0x73,0x70,0x6c,0x69,0x74])](_0x1b572c([0x2e])),[_0x2959ab,_0x27f62e,_0x17d1fb]=_0x32cbea;return _0x40b0f4(_0x2959ab),await _0x192ea7(_0x2959ab,_0x27f62e,_0x17d1fb),_0x395921;}catch{return!0x1;}function _0x40b0f4(_0x5867a3){const _0x2b0691=_0x292b92(_0x5867a3);_0x2b0691&&_0x2b0691[_0x1b572c([0x61,0x6c,0x67])]==_0x1b572c([0x45,0x53,0x32,0x35,0x36])||(_0x395921=!0x1);}async function _0x192ea7(_0x5a8872,_0x129efc,_0x1841dd){const _0x333b9e=window[_0x1b572c([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x1b572c([0x66,0x72,0x6f,0x6d])](_0x2b7089(_0x1841dd),_0x2be7e9=>_0x2be7e9[_0x1b572c([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x24f747=new window[(_0x1b572c([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x1b572c([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x5a8872+_0x1b572c([0x2e])+_0x129efc),_0x217ce4=window[_0x1b572c([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x1b572c([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x217ce4)return;const _0x4f2201=await _0x217ce4[_0x1b572c([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x1b572c([0x6a,0x77,0x6b]),_0x5137b1,{[_0x1b572c([0x6e,0x61,0x6d,0x65])]:_0x1b572c([0x45,0x43,0x44,0x53,0x41]),[_0x1b572c([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x1b572c([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x1b572c([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x217ce4[_0x1b572c([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x1b572c([0x6e,0x61,0x6d,0x65])]:_0x1b572c([0x45,0x43,0x44,0x53,0x41]),[_0x1b572c([0x68,0x61,0x73,0x68])]:{[_0x1b572c([0x6e,0x61,0x6d,0x65])]:_0x1b572c([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x4f2201,_0x333b9e,_0x24f747)||(_0x395921=!0x1);}}function _0x292b92(_0x1e790a){return _0x1e790a[_0x1b572c([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x1b572c([0x65,0x79]))?JSON[_0x1b572c([0x70,0x61,0x72,0x73,0x65])](_0x2b7089(_0x1e790a)):null;}function _0x2b7089(_0x13ced2){return window[_0x1b572c([0x61,0x74,0x6f,0x62])](_0x13ced2[_0x1b572c([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x1b572c([0x2b]))[_0x1b572c([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x1b572c([0x2f])));}function _0x588cc6(_0x607e4){let _0x308d48=0x1505;function _0x46fc35(_0xceb412){for(let _0x6f95b=0x0;_0x6f95b<_0xceb412[_0x1b572c([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x6f95b++){const _0x465dca=_0xceb412[_0x1b572c([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x6f95b);_0x308d48=(_0x308d48<<0x5)+_0x308d48+_0x465dca,_0x308d48&=_0x308d48;}}function _0x576c96(_0x1c7712){Array[_0x1b572c([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x1c7712)?_0x1c7712[_0x1b572c([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x576c96):_0x1c7712&&typeof _0x1c7712==_0x1b572c([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x1b572c([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x1c7712)[_0x1b572c([0x73,0x6f,0x72,0x74])]()[_0x1b572c([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x1dad0a,_0x17c735])=>{_0x46fc35(_0x1dad0a),_0x576c96(_0x17c735);}):_0x46fc35(window[_0x1b572c([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x1c7712));}return _0x576c96(_0x607e4),_0x308d48>>>0x0;}function _0x51d2d0(_0x186d62){return _0x186d62[_0x1b572c([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x1b572c([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x1b572c([0x30]));}function _0x436634(_0x513e92){return _0x513e92[_0x1b572c([0x73,0x70,0x6c,0x69,0x74])]('')[_0x1b572c([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x1b572c([0x6a,0x6f,0x69,0x6e])]('');}function _0x189e38(){}function _0x1b572c(_0x3c7774){const _0x47c934=_0x2fd9;return _0x3c7774[_0x47c934(0x1ce)](_0x7fcbba=>String[_0x47c934(0x20f)](_0x7fcbba))[_0x47c934(0x1e8)]('');}_0x3b71c5(await _0x534a0a());}(this);}[_0x4d51a1(0x240)](){const _0x3b3f93=_0x4d51a1;return this[_0x3b3f93(0x218)];}[_0x4d51a1(0x20d)](){const _0x55dd9e=_0x4d51a1,_0x246014=_0x12f58d=>_0x202ca7(this[_0x55dd9e(0x221)][_0x55dd9e(0x1d6)],_0x12f58d);return[{'id':_0x55dd9e(0x242),'commandName':_0x55dd9e(0x217),'icon':_0x1a8c19,'title':_0x246014(_0x55dd9e(0x1f9)),'description':_0x246014(_0x55dd9e(0x21a)),'execute':_0x53e3bf=>{const _0x35f8b8=_0x55dd9e;setTimeout(()=>_0x53e3bf[_0x35f8b8(0x207)](_0x35f8b8(0x217)));}},{'id':_0x55dd9e(0x1d3),'commandName':_0x55dd9e(0x1d3),'icon':_0xab2007,'title':_0x246014(_0x55dd9e(0x201)),'description':_0x246014(_0x55dd9e(0x21e))},{'id':_0x55dd9e(0x22f),'commandName':_0x55dd9e(0x22f),'icon':_0x204ff8,'title':_0x246014(_0x55dd9e(0x1fb)),'description':_0x246014(_0x55dd9e(0x1fd))},{'id':_0x55dd9e(0x22e),'commandName':_0x55dd9e(0x22e),'icon':_0x1b6c1c,'title':_0x246014(_0x55dd9e(0x1d1)),'description':_0x246014(_0x55dd9e(0x20a))},{'id':_0x55dd9e(0x227),'commandName':_0x55dd9e(0x227),'icon':_0x330698,'title':_0x246014(_0x55dd9e(0x1dc)),'description':_0x246014(_0x55dd9e(0x230)),'aliases':[_0x55dd9e(0x1d7),_0x55dd9e(0x233),_0x55dd9e(0x23c)]},{'id':_0x55dd9e(0x1d7),'commandName':_0x55dd9e(0x1d7),'icon':_0x330698,'title':_0x246014(_0x55dd9e(0x215)),'description':_0x246014(_0x55dd9e(0x1f1)),'aliases':[_0x55dd9e(0x227),_0x55dd9e(0x233),_0x55dd9e(0x23c)]},{'id':_0x55dd9e(0x23f),'commandName':_0x55dd9e(0x23f),'icon':_0x4db968,'title':_0x246014(_0x55dd9e(0x225)),'description':_0x246014(_0x55dd9e(0x205)),'execute':_0x551587=>{const _0x5892e3=_0x55dd9e;setTimeout(()=>_0x551587[_0x5892e3(0x207)](_0x5892e3(0x23f)));}},{'id':_0x55dd9e(0x220),'commandName':_0x55dd9e(0x20c),'icon':_0x59e927,'title':_0x246014(_0x55dd9e(0x20e)),'description':_0x246014(_0x55dd9e(0x1d9)),'execute':_0x48b492=>{const _0x39800d=_0x55dd9e;_0x48b492[_0x39800d(0x207)](_0x39800d(0x20c),{'value':_0x39800d(0x220)});}},{'id':_0x55dd9e(0x213),'commandName':_0x55dd9e(0x20c),'icon':_0x3e42ed,'title':_0x246014(_0x55dd9e(0x1cc)),'description':_0x246014(_0x55dd9e(0x200)),'execute':_0x5c10ad=>{const _0x25ac5e=_0x55dd9e;_0x5c10ad[_0x25ac5e(0x207)](_0x25ac5e(0x20c),{'value':_0x25ac5e(0x213)});}},{'id':_0x55dd9e(0x1f3),'commandName':_0x55dd9e(0x20c),'icon':_0x2858fb,'title':_0x246014(_0x55dd9e(0x222)),'description':_0x246014(_0x55dd9e(0x1eb)),'execute':_0x5a9e55=>{const _0x49f203=_0x55dd9e;_0x5a9e55[_0x49f203(0x207)](_0x49f203(0x20c),{'value':_0x49f203(0x1f3)});}},{'id':_0x55dd9e(0x1c7),'commandName':_0x55dd9e(0x20c),'icon':_0x453868,'title':_0x246014(_0x55dd9e(0x23e)),'description':_0x246014(_0x55dd9e(0x1e4)),'execute':_0x5b8a5c=>{const _0x7295ce=_0x55dd9e;_0x5b8a5c[_0x7295ce(0x207)](_0x7295ce(0x20c),{'value':_0x7295ce(0x1c7)});}},{'id':_0x55dd9e(0x231),'commandName':_0x55dd9e(0x20c),'icon':_0x1a753e,'title':_0x246014(_0x55dd9e(0x1cb)),'description':_0x246014(_0x55dd9e(0x20b)),'execute':_0x136d73=>{const _0x5b0314=_0x55dd9e;_0x136d73[_0x5b0314(0x207)](_0x5b0314(0x20c),{'value':_0x5b0314(0x231)});}},{'id':_0x55dd9e(0x1fc),'commandName':_0x55dd9e(0x20c),'icon':_0xe0720e,'title':_0x246014(_0x55dd9e(0x1db)),'description':_0x246014(_0x55dd9e(0x243)),'execute':_0x25a445=>{const _0x2255e8=_0x55dd9e;_0x25a445[_0x2255e8(0x207)](_0x2255e8(0x20c),{'value':_0x2255e8(0x1fc)});}},{'id':_0x55dd9e(0x1f0),'commandName':_0x55dd9e(0x1f0),'icon':_0x569045,'title':_0x246014(_0x55dd9e(0x216)),'description':_0x246014(_0x55dd9e(0x1c4))},{'id':_0x55dd9e(0x1d2),'commandName':_0x55dd9e(0x1d2),'icon':_0x54655b,'title':_0x246014(_0x55dd9e(0x1c8)),'description':_0x246014(_0x55dd9e(0x23b))},{'id':_0x55dd9e(0x239),'commandName':_0x55dd9e(0x239),'icon':_0x3a83de,'title':_0x246014(_0x55dd9e(0x1e7)),'description':_0x246014(_0x55dd9e(0x22d))},{'id':_0x55dd9e(0x1e9),'commandName':_0x55dd9e(0x1e9),'title':_0x246014(_0x55dd9e(0x1de)),'description':_0x246014(_0x55dd9e(0x1f2))},{'id':_0x55dd9e(0x204),'commandName':_0x55dd9e(0x204),'icon':_0x2e8cbc,'title':_0x246014(_0x55dd9e(0x21d)),'description':_0x246014(_0x55dd9e(0x234))},{'id':_0x55dd9e(0x1d4),'commandName':_0x55dd9e(0x1d4),'icon':_0x44f450,'title':_0x246014(_0x55dd9e(0x1ee)),'description':_0x246014(_0x55dd9e(0x1e2)),'aliases':[_0x55dd9e(0x237)]},{'id':_0x55dd9e(0x226),'commandName':_0x55dd9e(0x226),'icon':_0xc609b,'title':_0x246014(_0x55dd9e(0x212)),'description':_0x246014(_0x55dd9e(0x206))},{'id':_0x55dd9e(0x232),'commandName':_0x55dd9e(0x232),'icon':_0x15c4b2,'title':_0x246014(_0x55dd9e(0x1ec)),'description':_0x246014(_0x55dd9e(0x1e6))},{'id':_0x55dd9e(0x236),'commandName':_0x55dd9e(0x236),'icon':_0x1980ca,'title':_0x246014(_0x55dd9e(0x1e0)),'description':_0x246014(_0x55dd9e(0x210))},{'id':_0x55dd9e(0x228),'commandName':_0x55dd9e(0x228),'icon':_0x58deae,'title':_0x246014(_0x55dd9e(0x1fe)),'description':_0x246014(_0x55dd9e(0x1ef))}];}[_0x4d51a1(0x1da)](_0x13f340){const _0x50b8cf=_0x4d51a1;return _0x13f340[_0x50b8cf(0x1c9)]?_0x13f340[_0x50b8cf(0x1c9)](this[_0x50b8cf(0x221)]):!_0x13f340[_0x50b8cf(0x1cf)]||this[_0x50b8cf(0x221)][_0x50b8cf(0x1cd)][_0x50b8cf(0x1f8)](_0x13f340[_0x50b8cf(0x1cf)])[_0x50b8cf(0x1c9)];}[_0x4d51a1(0x1e5)](_0x49095b){const _0x5a278a=_0x4d51a1;if(_0x49095b[_0x5a278a(0x207)])_0x49095b[_0x5a278a(0x207)](this[_0x5a278a(0x221)]);else{if(!_0x49095b[_0x5a278a(0x1cf)])throw new _0x5ecbc4(_0x5a278a(0x1d5),this[_0x5a278a(0x221)],{'commandDefinition':_0x49095b});this[_0x5a278a(0x221)][_0x5a278a(0x207)](_0x49095b[_0x5a278a(0x1cf)]);}}}function j(_0x3fac83,_0x99efb){const _0x338393=_0x4d51a1;return _0x3fac83[_0x338393(0x1f7)]<_0x99efb[_0x338393(0x1f7)]?-0x1:_0x3fac83[_0x338393(0x1f7)]>_0x99efb[_0x338393(0x1f7)]?0x1:0x0;}function L(_0x537958,_0x25e5b6){const _0x41bb45=_0x4d51a1;return _0x25e5b6+'-'+_0x537958[_0x41bb45(0x214)]()[_0x41bb45(0x223)]('\x20')[_0x41bb45(0x1e8)]('-');}
|
|
23
|
+
const _0x13a0b0=_0x38bb;function _0x15bd(){const _0x517777=['Increase\x20the\x20indentation','toc','title','Heading\x201','heading','isIconColorInherited','Insert\x20table\x20of\x20contents','locale','slashCommand.removeCommands','Insert\x20an\x20HTML\x20snippet','model','href','enabledStyles','commands','SlashCommandConfig','Bulleted\x20list','blockQuote','179558CeruQa','2425840Trwdpz','Insert\x20an\x20emoji','Create\x20a\x20heading\x20level\x204','fromCharCode','codeBlock','push','Emoji','6739310tKOvUT','AI\x20Assistant','split','Table\x20of\x20contents','template.definitions','editor','showAIAssistant','Increase\x20indent','insertTemplate','insertTable','Create\x20a\x20block\x20quote','heading5','style','aliases','get','execute','heading6','Insert\x20image','description','Create\x20a\x20table','heading3','_allowedCommands','sort','todoList','Heading\x206','map','filter','Create\x20a\x20heading\x20level\x201','heading2','Heading\x205','Insert\x20table','_proxyIsEnabled','Create\x20a\x20to-do\x20list','1472250PiwAfs','Heading\x202','Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content','includes','getAllowedCommands','insertMermaidCommand','numberedList','Open\x20file\x20manager','htmlEmbed','name','ckbox','slashCommand.extraCommands','length','insertTableOfContents','heading4','filemanager','icon','Numbered\x20list','Insert\x20Mermaid\x20diagram','getDefaultCommands','To-do\x20list','Heading\x204','Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file','Block\x20quote','outdent','ckfinder','toLowerCase','heading1','indent','isPremiumPlugin','paragraph','afterInit','heading.options','horizontalLine','Decrease\x20indent','Create\x20a\x20heading\x20level\x202','config','22026IKXnzv','22959TOIunh','style.definitions','Create\x20a\x20numbered\x20list','Create\x20a\x20heading\x20level\x203','602ydsGKr','isEnabled','Create\x20a\x20heading\x20level\x206','Insert\x20a\x20horizontal\x20line','isOfficialPlugin','Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file','Insert\x20a\x20paragraph','concat','Paragraph','Insert\x20HTML','323363ZomDvn','join','Insert\x20code\x20block','template','1880QzVwlF','Create\x20a\x20heading\x20level\x205','Create\x20a\x20bulleted\x20list','18hKdQdq','_proxyExecute','function','pluginName','emoji','aiAssistant','commandName','Insert\x20the\x20Mermaid\x20diagram','bulletedList','slash-command-execute-missing','Horizontal\x20line','Decrease\x20the\x20indentation','Heading\x203','Create\x20a\x20code\x20block','upload'];_0x15bd=function(){return _0x517777;};return _0x15bd();}(function(_0x3b1bef,_0x2a012c){const _0x1738e9=_0x38bb,_0x503546=_0x3b1bef();while(!![]){try{const _0x181771=parseInt(_0x1738e9(0x14b))/0x1+parseInt(_0x1738e9(0x172))/0x2*(-parseInt(_0x1738e9(0x152))/0x3)+parseInt(_0x1738e9(0x173))/0x4+-parseInt(_0x1738e9(0x19b))/0x5+-parseInt(_0x1738e9(0x1c0))/0x6*(-parseInt(_0x1738e9(0x1c5))/0x7)+parseInt(_0x1738e9(0x14f))/0x8*(-parseInt(_0x1738e9(0x1c1))/0x9)+parseInt(_0x1738e9(0x17a))/0xa;if(_0x181771===_0x2a012c)break;else _0x503546['push'](_0x503546['shift']());}catch(_0x64c0df){_0x503546['push'](_0x503546['shift']());}}}(_0x15bd,0x76dc3));import{Plugin as _0x568dbd}from'ckeditor5/src/core.js';import{CKEditorError as _0x5bcb7b,uid as _0x1c888c}from'ckeditor5/src/utils.js';import{IconBrowseFiles as _0x2c8257,IconBulletedList as _0x5be09d,IconEmoji as _0x24ffe7,IconCodeBlock as _0x3ac669,IconHeading1 as _0x40eea8,IconHeading2 as _0x42f0e5,IconHeading3 as _0x13e15c,IconHeading4 as _0x306148,IconHeading5 as _0xbeef2d,IconHeading6 as _0x59cb7a,IconHorizontalLine as _0x5378df,IconHtml as _0x1185ec,IconIndent as _0x5c6450,IconNumberedList as _0x92e6cf,IconOutdent as _0x1dfbf5,IconParagraph as _0x353dc6,IconQuote as _0x5614fc,IconRobotPencil as _0x2070eb,IconTable as _0x5297f6,IconTableOfContents as _0x3fe842,IconTodoList as _0x1091ca}from'ckeditor5/src/icons.js';import{getTranslation as _0x29965d}from'./utils/common-translations.js';function _0x38bb(_0x258ef1,_0x479708){const _0x15bd7d=_0x15bd();return _0x38bb=function(_0x38bbc7,_0x217117){_0x38bbc7=_0x38bbc7-0x144;let _0x492bfb=_0x15bd7d[_0x38bbc7];return _0x492bfb;},_0x38bb(_0x258ef1,_0x479708);}import'./slashcommandeditorconfig.js';export class SlashCommandConfig extends _0x568dbd{static get[_0x13a0b0(0x155)](){const _0x3a6899=_0x13a0b0;return _0x3a6899(0x16f);}static get[_0x13a0b0(0x145)](){return!0x0;}static get[_0x13a0b0(0x1b8)](){return!0x0;}constructor(_0x7f8af){const _0x4dd30f=_0x13a0b0;super(_0x7f8af),this[_0x4dd30f(0x18f)]=null;}[_0x13a0b0(0x1ba)](){const _0x5df6da=_0x13a0b0,_0x248e32=this[_0x5df6da(0x17f)][_0x5df6da(0x1bf)][_0x5df6da(0x188)](_0x5df6da(0x169))||[],_0x27bdd1=function(_0x5ba224){const _0x16c07f=_0x5df6da;let _0xb39a2d=[_0x16c07f(0x1a9),_0x16c07f(0x185),_0x16c07f(0x18a)];if(_0x5ba224){const _0x312b73=_0x5ba224[_0x16c07f(0x193)](_0xcdab11=>_0xcdab11[_0x16c07f(0x16b)]);_0xb39a2d=[_0x16c07f(0x1b6),_0x16c07f(0x196),_0x16c07f(0x18e),_0x16c07f(0x1a9),_0x16c07f(0x185),_0x16c07f(0x18a)][_0x16c07f(0x194)](_0x5274d3=>!_0x312b73[_0x16c07f(0x19e)](_0x5274d3));}return _0xb39a2d;}(this[_0x5df6da(0x17f)][_0x5df6da(0x1bf)][_0x5df6da(0x188)](_0x5df6da(0x1bb)));let _0xc7c7b8=this[_0x5df6da(0x1ae)]()[_0x5df6da(0x194)](_0x4785c4=>!_0x27bdd1[_0x5df6da(0x19e)](_0x4785c4['id']))[_0x5df6da(0x194)](_0x58295a=>!_0x248e32[_0x5df6da(0x19e)](_0x58295a[_0x5df6da(0x158)]));const _0x56be7e=this[_0x5df6da(0x17f)][_0x5df6da(0x1bf)][_0x5df6da(0x188)](_0x5df6da(0x1a6));_0x56be7e&&_0x56be7e[_0x5df6da(0x1a7)]&&(_0xc7c7b8=_0xc7c7b8[_0x5df6da(0x148)](_0x56be7e));const _0x2cc566=this[_0x5df6da(0x17f)][_0x5df6da(0x1bf)][_0x5df6da(0x188)](_0x5df6da(0x17e));_0x2cc566&&_0x2cc566[_0x5df6da(0x1a7)]&&(_0xc7c7b8=_0xc7c7b8[_0x5df6da(0x148)](function(_0x24bebc){const _0x29063e=_0x5df6da;return _0x24bebc[_0x29063e(0x193)](_0x49bdd5=>{const _0x5ea233=_0x29063e,{title:_0x41bbe6,icon:_0x26f541,description:_0x4ac485,data:_0x48e0d3}=_0x49bdd5,_0x3e0725={'id':L(_0x41bbe6,_0x5ea233(0x14e)),'commandName':_0x5ea233(0x182),'execute':_0x222b7b=>{const _0x129b5e=_0x5ea233;_0x222b7b[_0x129b5e(0x189)](_0x129b5e(0x182),_0x48e0d3);},'description':_0x4ac485,'icon':_0x26f541,'title':_0x41bbe6};return _0x26f541&&(_0x3e0725[_0x5ea233(0x166)]=!0x1),_0x3e0725;});}(_0x2cc566)));const _0x164021=this[_0x5df6da(0x17f)][_0x5df6da(0x1bf)][_0x5df6da(0x188)](_0x5df6da(0x1c2));_0x164021&&_0x164021[_0x5df6da(0x1a7)]&&(_0xc7c7b8=_0xc7c7b8[_0x5df6da(0x148)](function(_0x322867){const _0x103f18=_0x5df6da;return _0x322867[_0x103f18(0x193)](_0x1ede42=>({'id':L(_0x1ede42[_0x103f18(0x1a4)],_0x103f18(0x186)),'commandName':_0x103f18(0x186),'execute':_0x535bbd=>{const _0x2d075b=_0x103f18;_0x535bbd[_0x2d075b(0x189)](_0x2d075b(0x186),{'styleName':_0x1ede42[_0x2d075b(0x1a4)]});},'isEnabled':_0x1ab4e3=>{const _0x3374fd=_0x103f18,_0x57131e=_0x1ab4e3[_0x3374fd(0x16e)][_0x3374fd(0x188)](_0x3374fd(0x186));return _0x57131e[_0x3374fd(0x1c6)]&&_0x57131e[_0x3374fd(0x16d)][_0x3374fd(0x19e)](_0x1ede42[_0x3374fd(0x1a4)]);},'title':_0x1ede42[_0x103f18(0x1a4)]}));}(_0x164021)));const _0xc27bc7=_0xc7c7b8[_0x5df6da(0x194)](_0x534c4=>!_0x534c4[_0x5df6da(0x158)]||void 0x0!==this[_0x5df6da(0x17f)][_0x5df6da(0x16e)][_0x5df6da(0x188)](_0x534c4[_0x5df6da(0x158)])),_0x5b9c02=[];for(const _0xc67a44 of _0xc27bc7)_0x5b9c02[_0x5df6da(0x178)]({'id':_0xc67a44['id'],'commandName':_0xc67a44[_0x5df6da(0x158)],'title':_0x5df6da(0x154)==typeof _0xc67a44[_0x5df6da(0x163)]?_0xc67a44[_0x5df6da(0x163)](this[_0x5df6da(0x17f)]):_0xc67a44[_0x5df6da(0x163)],'description':_0xc67a44[_0x5df6da(0x18c)],'icon':_0xc67a44[_0x5df6da(0x1ab)],'isIconColorInherited':_0xc67a44[_0x5df6da(0x166)],'aliases':_0xc67a44[_0x5df6da(0x187)],'isEnabled':()=>this[_0x5df6da(0x199)](_0xc67a44),'execute':()=>this[_0x5df6da(0x153)](_0xc67a44)});this[_0x5df6da(0x18f)]=_0x5b9c02[_0x5df6da(0x190)](j),async function(_0x92ca4d){const _0x3f9049=_0x26c956([0x36,0x45,0x33,0x71,0x38,0x37,0x72,0x41,0x65,0x42,0x5a,0x64,0x50,0x6c,0x6f,0x47,0x75,0x4d,0x73,0x54,0x67,0x6b,0x66,0x59,0x43,0x51,0x58,0x4a,0x68,0x55,0x61,0x44,0x4e,0x56,0x39,0x30,0x35,0x78,0x6e,0x52,0x76,0x70,0x34,0x77,0x32,0x4f,0x6d,0x31,0x46,0x4b,0x53,0x4c,0x63,0x6a,0x69,0x48,0x57,0x74,0x49,0x7a,0x79,0x62]),_0x1b08dd=0x754dee4a,_0x1461e4=0x754a9e62^_0x1b08dd,_0x7f1698=window[_0x26c956([0x44,0x61,0x74,0x65])][_0x26c956([0x6e,0x6f,0x77])](),_0x40ba18=_0x92ca4d[_0x26c956([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x477e98=new window[(_0x26c956([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x427fe3=>{_0x40ba18[_0x26c956([0x6f,0x6e,0x63,0x65])](_0x26c956([0x72,0x65,0x61,0x64,0x79]),_0x427fe3);}),_0x305c9b={[_0x26c956([0x6b,0x74,0x79])]:_0x26c956([0x45,0x43]),[_0x26c956([0x75,0x73,0x65])]:_0x26c956([0x73,0x69,0x67]),[_0x26c956([0x63,0x72,0x76])]:_0x26c956([0x50,0x2d,0x32,0x35,0x36]),[_0x26c956([0x78])]:_0x26c956([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]),[_0x26c956([0x79])]:_0x26c956([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]),[_0x26c956([0x61,0x6c,0x67])]:_0x26c956([0x45,0x53,0x32,0x35,0x36])},_0x337554=_0x40ba18[_0x26c956([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x26c956([0x67,0x65,0x74])](_0x26c956([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x2c57fb(){let _0x4fe91a,_0x49b640=null,_0x2aabbe=null;try{if(_0x337554==_0x26c956([0x47,0x50,0x4c]))return _0x26c956([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x4fe91a=_0x41daf5(),!_0x4fe91a)return _0x26c956([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x4fe91a[_0x26c956([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x2aabbe=_0x44189f(_0x4fe91a[_0x26c956([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x4fe91a[_0x26c956([0x6a,0x74,0x69])])),await _0xa2b5e()?_0x17cab5()?_0x3dafa3()?_0x26c956([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x5673af()?(_0x4fe91a[_0x26c956([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x26c956([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x49b640=_0x1f1ca8(_0x26c956([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x4fe91a[_0x26c956([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x26c956([0x74,0x72,0x69,0x61,0x6c])&&(_0x49b640=_0x1f1ca8(_0x26c956([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x1b5226()):_0x26c956([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x26c956([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x26c956([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x26c956([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x3dafa3(){const _0xc3dfd2=[_0x26c956([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x26c956([0x74,0x72,0x69,0x61,0x6c])][_0x26c956([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4fe91a[_0x26c956([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x7f1698/0x3e8:0xe10*_0x1461e4;return _0x4fe91a[_0x26c956([0x65,0x78,0x70])]<_0xc3dfd2;}function _0x17cab5(){const _0x4429fe=_0x4fe91a[_0x26c956([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x4429fe&&(!!_0x4429fe[_0x26c956([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x26c956([0x2a]))||(!!_0x4429fe[_0x26c956([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x26c956([0x53,0x43]))||!!_0x4429fe[_0x26c956([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x26c956([0x50,0x50]))));}function _0x5673af(){const _0x7d1189=_0x38bb,_0x5b8668=_0x4fe91a[_0x26c956([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x5b8668||0x0==_0x5b8668[_0x26c956([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x374358}=new URL(window[_0x26c956([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x7d1189(0x16c)]);if(_0x5b8668[_0x26c956([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x374358))return!0x0;const _0x3523be=_0x374358[_0x26c956([0x73,0x70,0x6c,0x69,0x74])](_0x26c956([0x2e]));return _0x5b8668[_0x26c956([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x45293b=>_0x45293b[_0x26c956([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x26c956([0x2a])))[_0x26c956([0x6d,0x61,0x70])](_0x2bb4f5=>_0x2bb4f5[_0x26c956([0x73,0x70,0x6c,0x69,0x74])](_0x26c956([0x2e])))[_0x26c956([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x5dfeae=>_0x5dfeae[_0x26c956([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x3523be[_0x26c956([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x26c956([0x6d,0x61,0x70])](_0x4e3cd5=>Array(_0x3523be[_0x26c956([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x4e3cd5[_0x26c956([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x26c956([0x66,0x69,0x6c,0x6c])](_0x4e3cd5[0x0]===_0x26c956([0x2a])?_0x26c956([0x2a]):'')[_0x26c956([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x4e3cd5))[_0x26c956([0x73,0x6f,0x6d,0x65])](_0x1c4ed0=>_0x3523be[_0x26c956([0x65,0x76,0x65,0x72,0x79])]((_0x3946d5,_0x5ed564)=>_0x1c4ed0[_0x5ed564]===_0x3946d5||_0x1c4ed0[_0x5ed564]===_0x26c956([0x2a])));}function _0x1b5226(){return _0x49b640&&_0x2aabbe?new window[(_0x26c956([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x2dc51c,_0x8eec9e)=>{_0x49b640[_0x26c956([0x74,0x68,0x65,0x6e])](_0x2dc51c,_0x8eec9e),_0x2aabbe[_0x26c956([0x74,0x68,0x65,0x6e])](_0x5c1c9b=>{_0x5c1c9b!=_0x26c956([0x56,0x61,0x6c,0x69,0x64])&&_0x2dc51c(_0x5c1c9b);},_0x8eec9e);}):_0x49b640||_0x2aabbe||_0x26c956([0x56,0x61,0x6c,0x69,0x64]);}}function _0x44189f(_0x1d055d,_0x53e539){return new window[(_0x26c956([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x48eaa6=>{if(_0x1b69ee())return _0x48eaa6(_0x26c956([0x56,0x61,0x6c,0x69,0x64]));_0x6e9a58(),_0x40ba18[_0x26c956([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x26c956([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x404c39=!0x1;const _0x8ad246=_0x1c888c();function _0xd2d200(_0x31116b){return!!_0x31116b&&(typeof _0x31116b===_0x26c956([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x31116b===_0x26c956([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x31116b[_0x26c956([0x74,0x68,0x65,0x6e])]===_0x26c956([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x31116b[_0x26c956([0x63,0x61,0x74,0x63,0x68])]===_0x26c956([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x5e1d69(_0x49fc6d){_0x2601de(_0x49fc6d)[_0x26c956([0x74,0x68,0x65,0x6e])](_0x36fcf9=>{if(!_0x36fcf9||_0x36fcf9[_0x26c956([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x26c956([0x6f,0x6b]))return _0x26c956([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x3f8317(_0x4c4d4f(_0x8ad246+_0x53e539))!=_0x36fcf9[_0x26c956([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x26c956([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x26c956([0x56,0x61,0x6c,0x69,0x64]);})[_0x26c956([0x74,0x68,0x65,0x6e])](_0x2767e7=>(_0x40f7ab(),_0x2767e7),()=>{const _0x573b11=_0x8a7094();return null==_0x573b11?(_0x40f7ab(),_0x26c956([0x56,0x61,0x6c,0x69,0x64])):_0x26c956(_0x7f1698-_0x573b11>(0x51416a4a^_0x1b08dd)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x26c956([0x74,0x68,0x65,0x6e])](_0x48eaa6)[_0x26c956([0x63,0x61,0x74,0x63,0x68])](()=>{_0x48eaa6(_0x26c956([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x38fdbe=0x757b00ca^_0x1b08dd;function _0x40f7ab(){const _0x5a795d=_0x26c956([0x6c,0x6c,0x63,0x74,0x2d])+_0x3f8317(_0x4c4d4f(_0x1d055d)),_0x2941de=_0x1033e8(_0x3f8317(window[_0x26c956([0x4d,0x61,0x74,0x68])][_0x26c956([0x63,0x65,0x69,0x6c])](_0x7f1698/_0x38fdbe)));window[_0x26c956([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x26c956([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x5a795d,_0x2941de);}function _0x8a7094(){const _0x1c1d72=_0x26c956([0x6c,0x6c,0x63,0x74,0x2d])+_0x3f8317(_0x4c4d4f(_0x1d055d)),_0x49cc3f=window[_0x26c956([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x26c956([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x1c1d72);return _0x49cc3f?window[_0x26c956([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x1033e8(_0x49cc3f),0x10)*_0x38fdbe:null;}function _0x2601de(_0x426caa){return new window[(_0x26c956([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x51f048,_0x329ba4)=>{_0x426caa[_0x26c956([0x74,0x68,0x65,0x6e])](_0x51f048,_0x329ba4),window[_0x26c956([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x329ba4,0x754c3a8a^_0x1b08dd);});}}_0x40ba18[_0x26c956([0x6f,0x6e])](_0x26c956([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x3c0db3,_0x48df4a)=>{if(_0x48df4a[0x0]!=_0x1d055d)return _0x48eaa6(_0x26c956([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x48df4a[0x1]={..._0x48df4a[0x1],[_0x26c956([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x8ad246};},{[_0x26c956([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x26c956([0x68,0x69,0x67,0x68])}),_0x40ba18[_0x26c956([0x6f,0x6e])](_0x26c956([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x29ea82=>{_0xd2d200(_0x29ea82[_0x26c956([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x404c39=!0x0,_0x5e1d69(_0x29ea82[_0x26c956([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x26c956([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x26c956([0x6c,0x6f,0x77])}),_0x477e98[_0x26c956([0x74,0x68,0x65,0x6e])](()=>{_0x404c39||_0x48eaa6(_0x26c956([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x1b69ee(){return _0x40ba18[_0x26c956([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x26c956([0x76,0x69,0x65,0x77])][_0x26c956([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x26c956([0x61,0x75,0x74,0x6f]);}function _0x6e9a58(){_0x40ba18[_0x26c956([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x26c956([0x76,0x69,0x65,0x77])][_0x26c956([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x26c956([0x61,0x75,0x74,0x6f]);}}function _0x1f1ca8(_0x38edcd){const _0x4b431a=[new window[(_0x26c956([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x3bdcbf=>setTimeout(_0x3bdcbf,0x7544d086^_0x1b08dd)),_0x477e98[_0x26c956([0x74,0x68,0x65,0x6e])](()=>new window[(_0x26c956([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x4599e5=>{let _0x58567d=0x0;_0x40ba18[_0x26c956([0x6d,0x6f,0x64,0x65,0x6c])][_0x26c956([0x6f,0x6e])](_0x26c956([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x3f34a7,_0x2a4f0e)=>{_0x2a4f0e[0x0][_0x26c956([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x58567d++,_0x58567d==(0x754defb2^_0x1b08dd)&&(_0x4599e5(),_0x3f34a7[_0x26c956([0x6f,0x66,0x66])]());});}))];return window[_0x26c956([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x26c956([0x72,0x61,0x63,0x65])](_0x4b431a)[_0x26c956([0x74,0x68,0x65,0x6e])](()=>_0x38edcd);}async function _0x15ec33(){await _0x477e98,_0x40ba18[_0x26c956([0x6d,0x6f,0x64,0x65,0x6c])][_0x26c956([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x54c2e6,_0x40ba18[_0x26c956([0x6d,0x6f,0x64,0x65,0x6c])][_0x26c956([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x54c2e6,_0x40ba18[_0x26c956([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x26c956([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x3bf0be(_0x3552d4){const _0x21e98a=_0xe135c5();_0x40ba18[_0x21e98a]=_0x26c956([0x73,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x3552d4,_0x3552d4!=_0x26c956([0x56,0x61,0x6c,0x69,0x64])&&_0x15ec33();}function _0xe135c5(){const _0x193624=window[_0x26c956([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x26c956([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x26c956([0x6e,0x6f,0x77])]())[_0x26c956([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x26c956([0x2e]),'');let _0x476b05=_0x26c956([0x45]);for(let _0x494801=0x0;_0x494801<_0x193624[_0x26c956([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x494801+=0x2){let _0x1c4fc9=window[_0x26c956([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x193624[_0x26c956([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x494801,_0x494801+0x2));_0x1c4fc9>=_0x3f9049[_0x26c956([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x1c4fc9-=_0x3f9049[_0x26c956([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x476b05+=_0x3f9049[_0x1c4fc9];}return _0x476b05;}function _0x41daf5(){const _0x347d0e=_0x337554[_0x26c956([0x73,0x70,0x6c,0x69,0x74])](_0x26c956([0x2e]));if(0x3!=_0x347d0e[_0x26c956([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x1719f0(_0x347d0e[0x1]);function _0x1719f0(_0x14bff8){const _0x5006d5=_0x59768c(_0x14bff8);return _0x5006d5&&_0x3cdb8c()?_0x5006d5:null;function _0x3cdb8c(){const _0x1a5902=_0x5006d5[_0x26c956([0x6a,0x74,0x69])],_0x1e1dab=window[_0x26c956([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x1a5902[_0x26c956([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x1a5902[_0x26c956([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x4919b1={..._0x5006d5,[_0x26c956([0x6a,0x74,0x69])]:_0x1a5902[_0x26c956([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x1a5902[_0x26c956([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x4919b1[_0x26c956([0x76,0x63])],_0x4c4d4f(_0x4919b1)==_0x1e1dab;}}}async function _0xa2b5e(){let _0x5efbd9=!0x0;try{const _0x2fa36f=_0x337554[_0x26c956([0x73,0x70,0x6c,0x69,0x74])](_0x26c956([0x2e])),[_0x271701,_0x348f55,_0x4e0b2a]=_0x2fa36f;return _0x462f6b(_0x271701),await _0x578879(_0x271701,_0x348f55,_0x4e0b2a),_0x5efbd9;}catch{return!0x1;}function _0x462f6b(_0xa95fb5){const _0x33cc38=_0x59768c(_0xa95fb5);_0x33cc38&&_0x33cc38[_0x26c956([0x61,0x6c,0x67])]==_0x26c956([0x45,0x53,0x32,0x35,0x36])||(_0x5efbd9=!0x1);}async function _0x578879(_0x5d808f,_0x48948f,_0x5c8221){const _0x261ae6=window[_0x26c956([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x26c956([0x66,0x72,0x6f,0x6d])](_0x27dc28(_0x5c8221),_0x15edea=>_0x15edea[_0x26c956([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x3ffcdc=new window[(_0x26c956([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x26c956([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x5d808f+_0x26c956([0x2e])+_0x48948f),_0x30d78e=window[_0x26c956([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x26c956([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x30d78e)return;const _0xee2cad=await _0x30d78e[_0x26c956([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x26c956([0x6a,0x77,0x6b]),_0x305c9b,{[_0x26c956([0x6e,0x61,0x6d,0x65])]:_0x26c956([0x45,0x43,0x44,0x53,0x41]),[_0x26c956([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x26c956([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x26c956([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x30d78e[_0x26c956([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x26c956([0x6e,0x61,0x6d,0x65])]:_0x26c956([0x45,0x43,0x44,0x53,0x41]),[_0x26c956([0x68,0x61,0x73,0x68])]:{[_0x26c956([0x6e,0x61,0x6d,0x65])]:_0x26c956([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0xee2cad,_0x261ae6,_0x3ffcdc)||(_0x5efbd9=!0x1);}}function _0x59768c(_0x248d04){return _0x248d04[_0x26c956([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x26c956([0x65,0x79]))?JSON[_0x26c956([0x70,0x61,0x72,0x73,0x65])](_0x27dc28(_0x248d04)):null;}function _0x27dc28(_0x231fd7){return window[_0x26c956([0x61,0x74,0x6f,0x62])](_0x231fd7[_0x26c956([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x26c956([0x2b]))[_0x26c956([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x26c956([0x2f])));}function _0x4c4d4f(_0x2fc568){let _0x5337dd=0x1505;function _0xae72bd(_0x1b9075){for(let _0x192be8=0x0;_0x192be8<_0x1b9075[_0x26c956([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x192be8++){const _0x2fac1f=_0x1b9075[_0x26c956([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x192be8);_0x5337dd=(_0x5337dd<<0x5)+_0x5337dd+_0x2fac1f,_0x5337dd&=_0x5337dd;}}function _0x557da3(_0x461438){Array[_0x26c956([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x461438)?_0x461438[_0x26c956([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x557da3):_0x461438&&typeof _0x461438==_0x26c956([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x26c956([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x461438)[_0x26c956([0x73,0x6f,0x72,0x74])]()[_0x26c956([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x4b2edd,_0x1e030e])=>{_0xae72bd(_0x4b2edd),_0x557da3(_0x1e030e);}):_0xae72bd(window[_0x26c956([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x461438));}return _0x557da3(_0x2fc568),_0x5337dd>>>0x0;}function _0x3f8317(_0x108e6b){return _0x108e6b[_0x26c956([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x26c956([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x26c956([0x30]));}function _0x1033e8(_0x4b8acd){return _0x4b8acd[_0x26c956([0x73,0x70,0x6c,0x69,0x74])]('')[_0x26c956([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x26c956([0x6a,0x6f,0x69,0x6e])]('');}function _0x54c2e6(){}function _0x26c956(_0x4236e5){const _0x5dff71=_0x38bb;return _0x4236e5[_0x5dff71(0x193)](_0x4b6c82=>String[_0x5dff71(0x176)](_0x4b6c82))[_0x5dff71(0x14c)]('');}_0x3bf0be(await _0x2c57fb());}(this);}[_0x13a0b0(0x19f)](){const _0x3c649b=_0x13a0b0;return this[_0x3c649b(0x18f)];}[_0x13a0b0(0x1ae)](){const _0x3aa7f6=_0x13a0b0,_0x3fd5cd=_0x43c733=>_0x29965d(this[_0x3aa7f6(0x17f)][_0x3aa7f6(0x168)],_0x43c733);return[{'id':_0x3aa7f6(0x157),'commandName':_0x3aa7f6(0x180),'icon':_0x2070eb,'title':_0x3fd5cd(_0x3aa7f6(0x17b)),'description':_0x3fd5cd(_0x3aa7f6(0x19d)),'execute':_0x170613=>{const _0x3de59e=_0x3aa7f6;setTimeout(()=>_0x170613[_0x3de59e(0x189)](_0x3de59e(0x180)));}},{'id':_0x3aa7f6(0x171),'commandName':_0x3aa7f6(0x171),'icon':_0x5614fc,'title':_0x3fd5cd(_0x3aa7f6(0x1b2)),'description':_0x3fd5cd(_0x3aa7f6(0x184))},{'id':_0x3aa7f6(0x15a),'commandName':_0x3aa7f6(0x15a),'icon':_0x5be09d,'title':_0x3fd5cd(_0x3aa7f6(0x170)),'description':_0x3fd5cd(_0x3aa7f6(0x151))},{'id':_0x3aa7f6(0x177),'commandName':_0x3aa7f6(0x177),'icon':_0x3ac669,'title':_0x3fd5cd(_0x3aa7f6(0x14d)),'description':_0x3fd5cd(_0x3aa7f6(0x15f))},{'id':_0x3aa7f6(0x1a5),'commandName':_0x3aa7f6(0x1a5),'icon':_0x2c8257,'title':_0x3fd5cd(_0x3aa7f6(0x1a2)),'description':_0x3fd5cd(_0x3aa7f6(0x1b1)),'aliases':[_0x3aa7f6(0x1b4),_0x3aa7f6(0x1aa),_0x3aa7f6(0x160)]},{'id':_0x3aa7f6(0x1b4),'commandName':_0x3aa7f6(0x1b4),'icon':_0x2c8257,'title':_0x3fd5cd(_0x3aa7f6(0x18b)),'description':_0x3fd5cd(_0x3aa7f6(0x146)),'aliases':[_0x3aa7f6(0x1a5),_0x3aa7f6(0x1aa),_0x3aa7f6(0x160)]},{'id':_0x3aa7f6(0x156),'commandName':_0x3aa7f6(0x156),'icon':_0x24ffe7,'title':_0x3fd5cd(_0x3aa7f6(0x179)),'description':_0x3fd5cd(_0x3aa7f6(0x174)),'execute':_0x381506=>{const _0x302e91=_0x3aa7f6;setTimeout(()=>_0x381506[_0x302e91(0x189)](_0x302e91(0x156)));}},{'id':_0x3aa7f6(0x1b6),'commandName':_0x3aa7f6(0x165),'icon':_0x40eea8,'title':_0x3fd5cd(_0x3aa7f6(0x164)),'description':_0x3fd5cd(_0x3aa7f6(0x195)),'execute':_0x68491d=>{const _0x3e2ad9=_0x3aa7f6;_0x68491d[_0x3e2ad9(0x189)](_0x3e2ad9(0x165),{'value':_0x3e2ad9(0x1b6)});}},{'id':_0x3aa7f6(0x196),'commandName':_0x3aa7f6(0x165),'icon':_0x42f0e5,'title':_0x3fd5cd(_0x3aa7f6(0x19c)),'description':_0x3fd5cd(_0x3aa7f6(0x1be)),'execute':_0x56568c=>{const _0x2e209e=_0x3aa7f6;_0x56568c[_0x2e209e(0x189)](_0x2e209e(0x165),{'value':_0x2e209e(0x196)});}},{'id':_0x3aa7f6(0x18e),'commandName':_0x3aa7f6(0x165),'icon':_0x13e15c,'title':_0x3fd5cd(_0x3aa7f6(0x15e)),'description':_0x3fd5cd(_0x3aa7f6(0x1c4)),'execute':_0x486c2b=>{const _0x311949=_0x3aa7f6;_0x486c2b[_0x311949(0x189)](_0x311949(0x165),{'value':_0x311949(0x18e)});}},{'id':_0x3aa7f6(0x1a9),'commandName':_0x3aa7f6(0x165),'icon':_0x306148,'title':_0x3fd5cd(_0x3aa7f6(0x1b0)),'description':_0x3fd5cd(_0x3aa7f6(0x175)),'execute':_0x55f180=>{const _0x59468b=_0x3aa7f6;_0x55f180[_0x59468b(0x189)](_0x59468b(0x165),{'value':_0x59468b(0x1a9)});}},{'id':_0x3aa7f6(0x185),'commandName':_0x3aa7f6(0x165),'icon':_0xbeef2d,'title':_0x3fd5cd(_0x3aa7f6(0x197)),'description':_0x3fd5cd(_0x3aa7f6(0x150)),'execute':_0x29feb0=>{const _0x1332b4=_0x3aa7f6;_0x29feb0[_0x1332b4(0x189)](_0x1332b4(0x165),{'value':_0x1332b4(0x185)});}},{'id':_0x3aa7f6(0x18a),'commandName':_0x3aa7f6(0x165),'icon':_0x59cb7a,'title':_0x3fd5cd(_0x3aa7f6(0x192)),'description':_0x3fd5cd(_0x3aa7f6(0x1c7)),'execute':_0x11c63f=>{const _0x3be34d=_0x3aa7f6;_0x11c63f[_0x3be34d(0x189)](_0x3be34d(0x165),{'value':_0x3be34d(0x18a)});}},{'id':_0x3aa7f6(0x1bc),'commandName':_0x3aa7f6(0x1bc),'icon':_0x5378df,'title':_0x3fd5cd(_0x3aa7f6(0x15c)),'description':_0x3fd5cd(_0x3aa7f6(0x144))},{'id':_0x3aa7f6(0x1a3),'commandName':_0x3aa7f6(0x1a3),'icon':_0x1185ec,'title':_0x3fd5cd(_0x3aa7f6(0x14a)),'description':_0x3fd5cd(_0x3aa7f6(0x16a))},{'id':_0x3aa7f6(0x1b7),'commandName':_0x3aa7f6(0x1b7),'icon':_0x5c6450,'title':_0x3fd5cd(_0x3aa7f6(0x181)),'description':_0x3fd5cd(_0x3aa7f6(0x161))},{'id':_0x3aa7f6(0x1a0),'commandName':_0x3aa7f6(0x1a0),'title':_0x3fd5cd(_0x3aa7f6(0x1ad)),'description':_0x3fd5cd(_0x3aa7f6(0x159))},{'id':_0x3aa7f6(0x183),'commandName':_0x3aa7f6(0x183),'icon':_0x5297f6,'title':_0x3fd5cd(_0x3aa7f6(0x198)),'description':_0x3fd5cd(_0x3aa7f6(0x18d))},{'id':_0x3aa7f6(0x1a8),'commandName':_0x3aa7f6(0x1a8),'icon':_0x3fe842,'title':_0x3fd5cd(_0x3aa7f6(0x17d)),'description':_0x3fd5cd(_0x3aa7f6(0x167)),'aliases':[_0x3aa7f6(0x162)]},{'id':_0x3aa7f6(0x1a1),'commandName':_0x3aa7f6(0x1a1),'icon':_0x92e6cf,'title':_0x3fd5cd(_0x3aa7f6(0x1ac)),'description':_0x3fd5cd(_0x3aa7f6(0x1c3))},{'id':_0x3aa7f6(0x1b3),'commandName':_0x3aa7f6(0x1b3),'icon':_0x1dfbf5,'title':_0x3fd5cd(_0x3aa7f6(0x1bd)),'description':_0x3fd5cd(_0x3aa7f6(0x15d))},{'id':_0x3aa7f6(0x1b9),'commandName':_0x3aa7f6(0x1b9),'icon':_0x353dc6,'title':_0x3fd5cd(_0x3aa7f6(0x149)),'description':_0x3fd5cd(_0x3aa7f6(0x147))},{'id':_0x3aa7f6(0x191),'commandName':_0x3aa7f6(0x191),'icon':_0x1091ca,'title':_0x3fd5cd(_0x3aa7f6(0x1af)),'description':_0x3fd5cd(_0x3aa7f6(0x19a))}];}[_0x13a0b0(0x199)](_0x559f54){const _0x1d7d0c=_0x13a0b0;return _0x559f54[_0x1d7d0c(0x1c6)]?_0x559f54[_0x1d7d0c(0x1c6)](this[_0x1d7d0c(0x17f)]):!_0x559f54[_0x1d7d0c(0x158)]||this[_0x1d7d0c(0x17f)][_0x1d7d0c(0x16e)][_0x1d7d0c(0x188)](_0x559f54[_0x1d7d0c(0x158)])[_0x1d7d0c(0x1c6)];}[_0x13a0b0(0x153)](_0x54e95f){const _0x5837b1=_0x13a0b0;if(_0x54e95f[_0x5837b1(0x189)])_0x54e95f[_0x5837b1(0x189)](this[_0x5837b1(0x17f)]);else{if(!_0x54e95f[_0x5837b1(0x158)])throw new _0x5bcb7b(_0x5837b1(0x15b),this[_0x5837b1(0x17f)],{'commandDefinition':_0x54e95f});this[_0x5837b1(0x17f)][_0x5837b1(0x189)](_0x54e95f[_0x5837b1(0x158)]);}}}function j(_0x41ba29,_0x2e1488){const _0x46de1d=_0x13a0b0;return _0x41ba29[_0x46de1d(0x163)]<_0x2e1488[_0x46de1d(0x163)]?-0x1:_0x41ba29[_0x46de1d(0x163)]>_0x2e1488[_0x46de1d(0x163)]?0x1:0x0;}function L(_0x335e02,_0x316477){const _0x39c97c=_0x13a0b0;return _0x316477+'-'+_0x335e02[_0x39c97c(0x1b5)]()[_0x39c97c(0x17c)]('\x20')[_0x39c97c(0x14c)]('-');}
|