@ckeditor/ckeditor5-slash-command 45.0.0-alpha.3 → 45.0.0-alpha.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/slash-command.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +10 -10
- package/src/slashcommandconfig.js +1 -1
package/build/slash-command.js
CHANGED
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
/*!
|
|
3
3
|
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
|
|
4
4
|
* For licensing, see LICENSE.md.
|
|
5
|
-
*/(()=>{var e={168:e=>{"use strict";e.exports=function(e){return e[1]}},237:e=>{"use strict";e.exports=CKEditor5.dll},262:e=>{"use strict";var t={};e.exports=function(e,n){var a=function(e){if(void 0===t[e]){var n=document.querySelector(e);if(window.HTMLIFrameElement&&n instanceof window.HTMLIFrameElement)try{n=n.contentDocument.head}catch(e){n=null}t[e]=n}return t[e]}(e);if(!a)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");a.appendChild(n)}},311:(e,t,n)=>{e.exports=n(237)("./src/ui.js")},355:(e,t,n)=>{e.exports=n(237)("./src/icons.js")},357:e=>{"use strict";e.exports=function(e){var t=document.createElement("style");return e.setAttributes(t,e.attributes),e.insert(t,e.options),t}},433:e=>{"use strict";e.exports=function(e){var t=[];return t.toString=function(){return this.map((function(t){var n="",a=void 0!==t[5];return t[4]&&(n+="@supports (".concat(t[4],") {")),t[2]&&(n+="@media ".concat(t[2]," {")),a&&(n+="@layer".concat(t[5].length>0?" ".concat(t[5]):""," {")),n+=e(t),a&&(n+="}"),t[2]&&(n+="}"),t[4]&&(n+="}"),n})).join("")},t.i=function(e,n,a,r,i){"string"==typeof e&&(e=[[null,e,void 0]]);var o={};if(a)for(var s=0;s<this.length;s++){var c=this[s][0];null!=c&&(o[c]=!0)}for(var l=0;l<e.length;l++){var d=[].concat(e[l]);a&&o[d[0]]||(void 0!==i&&(void 0===d[5]||(d[1]="@layer".concat(d[5].length>0?" ".concat(d[5]):""," {").concat(d[1],"}")),d[5]=i),n&&(d[2]?(d[1]="@media ".concat(d[2]," {").concat(d[1],"}"),d[2]=n):d[2]=n),r&&(d[4]?(d[1]="@supports (".concat(d[4],") {").concat(d[1],"}"),d[4]=r):d[4]="".concat(r)),t.push(d))}},t}},545:e=>{"use strict";var t,n=(t=[],function(e,n){return t[e]=n,t.filter(Boolean).join("\n")});function a(e,t,a,r){var i;if(a)i="";else{i="",r.supports&&(i+="@supports (".concat(r.supports,") {")),r.media&&(i+="@media ".concat(r.media," {"));var o=void 0!==r.layer;o&&(i+="@layer".concat(r.layer.length>0?" ".concat(r.layer):""," {")),i+=r.css,o&&(i+="}"),r.media&&(i+="}"),r.supports&&(i+="}")}if(e.styleSheet)e.styleSheet.cssText=n(t,i);else{var s=document.createTextNode(i),c=e.childNodes;c[t]&&e.removeChild(c[t]),c.length?e.insertBefore(s,c[t]):e.appendChild(s)}}var r={singleton:null,singletonCounter:0};e.exports=function(e){if("undefined"==typeof document)return{update:function(){},remove:function(){}};var t=r.singletonCounter++,n=r.singleton||(r.singleton=e.insertStyleElement(e));return{update:function(e){a(n,t,!1,e)},remove:function(e){a(n,t,!0,e)}}}},584:(e,t,n)=>{e.exports=n(237)("./src/utils.js")},655:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(168),r=n.n(a),i=n(433),o=n.n(i)()(r());o.push([e.id,":root{--ck-slash-command-button-width:250px;--ck-slash-command-description-width:200px}.ck-mentions .ck.ck-button.ck-slash-command-button{display:flex;justify-content:flex-start;padding:calc(var(--ck-line-height-base)*.2*var(--ck-font-size-base));width:var(--ck-slash-command-button-width)}.ck-mentions .ck.ck-button.ck-slash-command-button .ck.ck-icon{background-color:var(--ck-color-base-background);border-radius:2px;box-sizing:initial;color:var(--ck-color-base-text);flex-shrink:0;margin-left:0;padding:5px}[dir=ltr] .ck-mentions .ck.ck-button.ck-slash-command-button .ck.ck-icon{margin:0 var(--ck-spacing-small) 0 0}[dir=rtl] .ck-mentions .ck.ck-button.ck-slash-command-button .ck.ck-icon{margin:0 0 0 var(--ck-spacing-small)}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part{display:flex;flex-direction:column}[dir=ltr] .ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part{margin-left:var(--ck-spacing-small)}[dir=rtl] .ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part{margin-right:var(--ck-spacing-small)}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>span{line-height:1.2em}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-button__label,.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-slash-command-button__description{overflow:hidden;text-overflow:ellipsis;width:var(--ck-slash-command-description-width)}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-button__label{font-weight:700}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-slash-command-button__description{font-size:var(--ck-font-size-small);opacity:.75}.ck-mentions .ck.ck-button.ck-slash-command-button.ck-on>.ck-slash-command-button__text-part>span{color:var(--ck-color-list-button-on-text)}",""]);const s=o},667:e=>{"use strict";e.exports=function(e,t){Object.keys(t).forEach((function(n){e.setAttribute(n,t[n])}))}},673:e=>{"use strict";var t=[];function n(e){for(var n=-1,a=0;a<t.length;a++)if(t[a].identifier===e){n=a;break}return n}function a(e,a){for(var i={},o=[],s=0;s<e.length;s++){var c=e[s],l=a.base?c[0]+a.base:c[0],d=i[l]||0,u="".concat(l," ").concat(d);i[l]=d+1;var m=n(u),p={css:c[1],media:c[2],sourceMap:c[3],supports:c[4],layer:c[5]};if(-1!==m)t[m].references++,t[m].updater(p);else{var h=r(p,a);a.byIndex=s,t.splice(s,0,{identifier:u,updater:h,references:1})}o.push(u)}return o}function r(e,t){var n=t.domAPI(t);n.update(e);return function(t){if(t){if(t.css===e.css&&t.media===e.media&&t.sourceMap===e.sourceMap&&t.supports===e.supports&&t.layer===e.layer)return;n.update(e=t)}else n.remove()}}e.exports=function(e,r){var i=a(e=e||[],r=r||{});return function(e){e=e||[];for(var o=0;o<i.length;o++){var s=n(i[o]);t[s].references--}for(var c=a(e,r),l=0;l<i.length;l++){var d=n(i[l]);0===t[d].references&&(t[d].updater(),t.splice(d,1))}i=c}}},782:(e,t,n)=>{e.exports=n(237)("./src/core.js")}},t={};function n(a){var r=t[a];if(void 0!==r)return r.exports;var i=t[a]={id:a,exports:{}};return e[a](i,i.exports,n),i.exports}n.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return n.d(t,{a:t}),t},n.d=(e,t)=>{for(var a in t)n.o(t,a)&&!n.o(e,a)&&Object.defineProperty(e,a,{enumerable:!0,get:t[a]})},n.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),n.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var a={};(()=>{"use strict";n.r(a),n.d(a,{SlashCommand:()=>z,SlashCommandConfig:()=>c,SlashCommandEditing:()=>h,SlashCommandUI:()=>P});var e=n(782),t=n(584),r=n(355);const i=o;function o(e,t){const n=s();return(o=function(e,t){return n[e-=225]})(e,t)}function s(){const e=["Insert an emoji","Create a code block","6458760gDZcfX","Decrease the indentation","Heading 6","Heading 2","icon","Create a table","href","execute","afterInit","_proxyExecute","Emoji","Create a heading level 4","Create a block quote","265qhDuIx","4VuJrSS","isEnabled","Create a bulleted list","split","Insert table of contents","model","160948VsRGgq","_allowedCommands","11079CtVsjN","isIconColorInherited","outdent","toLowerCase","Open the AI Assistant to generate content","Create a numbered list","Create a heading level 2","Open file manager to insert an image or a file","filter","isOfficialPlugin","Heading 5","Numbered list","8YFAJWx","aliases","heading1","insertTemplate","Paragraph","Create a to-do list","paragraph","Horizontal line","get","Block quote","pluginName","heading","Insert an HTML snippet","_proxyIsEnabled","join","getAllowedCommands","upload","locale","function","style","heading3","Insert image","slash-command-execute-missing","238987rAnuhp","Create a heading level 6","Open file manager","htmlEmbed","Increase the indentation","editor","commands","description","map","codeBlock","enabledStyles","455vufuwm","slashCommand.removeCommands","horizontalLine","getDefaultCommands","insertMermaidCommand","3EzlDoZ","name","Insert a paragraph","insertTable","title","isPremiumPlugin","numberedList","bulletedList","length","Insert code block","Insert a horizontal line","Increase indent","indent","fromCharCode","Decrease indent","Insert the Mermaid diagram","Open file browser to insert an image or a file","slashCommand.extraCommands","Heading 4","aiAssistant","Heading 1","emoji","Heading 3","Insert table","template","concat","showAIAssistant","config","heading5","Create a heading level 5","insertTableOfContents","Bulleted list","AI Assistant","Insert HTML","template.definitions","ckbox","244812NYjHUR","todoList","push","style.definitions","commandName","23181ptexfB","heading2","Insert Mermaid diagram","ckfinder","toc","heading4","blockQuote","860cnPOAZ","sort","heading.options","6954iGCQol","includes","To-do list","SlashCommandConfig","Create a heading level 1","Table of contents","heading6","filemanager","Create a heading level 3"];return(s=function(){return e})()}!function(e){const t=o,n=e();for(;;)try{if(350272===parseInt(t(250))/1*(parseInt(t(332))/2)+-parseInt(t(291))/3*(parseInt(t(326))/4)+parseInt(t(325))/5*(parseInt(t(301))/6)+-parseInt(t(234))/7*(-parseInt(t(346))/8)+parseInt(t(334))/9*(-parseInt(t(298))/10)+-parseInt(t(312))/11+-parseInt(t(286))/12*(-parseInt(t(245))/13))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(s);class c extends e.Plugin{static get[i(356)](){return i(304)}static get[i(343)](){return!0}static get[i(255)](){return!0}constructor(e){const t=i;super(e),this[t(333)]=null}[i(320)](){const e=i,n=this[e(239)][e(277)][e(354)](e(246))||[],a=function(t){const n=e;let a=[n(296),n(278),n(307)];if(t){const e=t[n(242)]((e=>e[n(331)]));a=[n(348),n(292),n(231),n(296),n(278),n(307)][n(342)]((t=>!e[n(302)](t)))}return a}(this[e(239)][e(277)][e(354)](e(300)));let r=this[e(248)]()[e(342)]((t=>!a[e(302)](t.id)))[e(342)]((t=>!n[e(302)](t[e(290)])));const s=this[e(239)][e(277)][e(354)](e(267));s&&s[e(258)]&&(r=r[e(275)](s));const c=this[e(239)][e(277)][e(354)](e(284));c&&c[e(258)]&&(r=r[e(275)](function(t){const n=e;return t[n(242)]((e=>{const t=n,{title:a,icon:r,description:i,data:o}=e,s={id:d(a,t(274)),commandName:t(349),execute:e=>{const n=t;e[n(319)](n(349),o)},description:i,icon:r,title:a};return r&&(s[t(335)]=!1),s}))}(c)));const u=this[e(239)][e(277)][e(354)](e(289));u&&u[e(258)]&&(r=r[e(275)](function(t){const n=e;return t[n(242)]((e=>({id:d(e[n(251)],n(230)),commandName:n(230),execute:t=>{const a=n;t[a(319)](a(230),{styleName:e[a(251)]})},isEnabled:t=>{const a=n,r=t[a(240)][a(354)](a(230));return r[a(327)]&&r[a(244)][a(302)](e[a(251)])},title:e[n(251)]})))}(u)));const m=r[e(342)]((t=>!t[e(290)]||void 0!==this[e(239)][e(240)][e(354)](t[e(290)]))),p=[];for(const t of m)p[e(288)]({id:t.id,commandName:t[e(290)],title:e(229)==typeof t[e(254)]?t[e(254)](this[e(239)]):t[e(254)],description:t[e(241)],icon:t[e(316)],isIconColorInherited:t[e(335)],aliases:t[e(347)],isEnabled:()=>this[e(359)](t),execute:()=>this[e(321)](t)});this[e(333)]=p[e(299)](l),async function(e){const n=g([101,69,52,118,73,120,102,122,78,85,51,55,74,87,71,114,106,99,50,83,110,77,66,98,113,65,89,97,103,68,79,57,72,115,80,121,56,49,67,76,107,105,54,84,116,111,104,90,48,81,88,109,70,117,112,53,86,119,82,108,100,75]),a=window[g([68,97,116,101])][g([110,111,119])](),r=e[g([101,100,105,116,111,114])],i=new(window[g([80,114,111,109,105,115,101])])((e=>{r[g([111,110,99,101])](g([114,101,97,100,121]),e)})),s={[g([107,116,121])]:g([69,67]),[g([117,115,101])]:g([115,105,103]),[g([99,114,118])]:g([80,45,50,53,54]),[g([120])]:g([105,67,106,79,67,118,68,70,73,54,108,81,72,72,84,49,56,106,86,119,82,102,107,102,72,81,50,97,95,77,121,109,84,51,53,76,81,86,111,70,83,65,73]),[g([121])]:g([107,88,73,121,74,52,101,118,116,67,69,70,82,109,120,75,83,85,112,75,57,102,68,87,52,53,57,118,88,79,118,86,114,104,102,54,117,81,65,101,79,105,111]),[g([97,108,103])]:g([69,83,50,53,54])},c=r[g([99,111,110,102,105,103])][g([103,101,116])](g([108,105,99,101,110,115,101,75,101,121]));function l(e){const t=[new(window[g([80,114,111,109,105,115,101])])((e=>setTimeout(e,605900))),i[g([116,104,101,110])]((()=>new(window[g([80,114,111,109,105,115,101])])((e=>{let t=0;r[g([109,111,100,101,108])][g([111,110])](g([97,112,112,108,121,79,112,101,114,97,116,105,111,110]),((n,a)=>{a[0][g([105,115,68,111,99,117,109,101,110,116,79,112,101,114,97,116,105,111,110])]&&t++,504==t&&(e(),n[g([111,102,102])]())}))}))))];return window[g([80,114,111,109,105,115,101])][g([114,97,99,101])](t)[g([116,104,101,110])]((()=>e))}function d(e){return e[g([115,116,97,114,116,115,87,105,116,104])](g([101,121]))?JSON[g([112,97,114,115,101])](u(e)):null}function u(e){return window[g([97,116,111,98])](e[g([114,101,112,108,97,99,101])](/-/g,g([43]))[g([114,101,112,108,97,99,101])](/_/g,g([47])))}function m(e){let t=5381;function n(e){for(let n=0;n<e[g([108,101,110,103,116,104])];n++){const a=e[g([99,104,97,114,67,111,100,101,65,116])](n);t=(t<<5)+t+a,t&=t}}return function e(t){Array[g([105,115,65,114,114,97,121])](t)?t[g([102,111,114,69,97,99,104])](e):t&&typeof t==g([111,98,106,101,99,116])?Object[g([101,110,116,114,105,101,115])](t)[g([115,111,114,116])]()[g([102,111,114,69,97,99,104])]((([t,a])=>{n(t),e(a)})):n(window[g([83,116,114,105,110,103])](t))}(e),t>>>0}function p(e){return e[g([116,111,83,116,114,105,110,103])](16)[g([112,97,100,83,116,97,114,116])](8,g([48]))}function h(e){return e[g([115,112,108,105,116])]("")[g([114,101,118,101,114,115,101])]()[g([106,111,105,110])]("")}function f(){}function g(e){const t=o;return e[t(242)]((e=>String[t(263)](e)))[t(225)]("")}!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([101]);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(e){return!1}function t(t){const n=d(t);n&&n[g([97,108,103])]==g([69,83,50,53,54])||(e=!1)}async function n(t,n,a){const r=window[g([85,105,110,116,56,65,114,114,97,121])][g([102,114,111,109])](u(a),(e=>e[g([99,104,97,114,67,111,100,101,65,116])](0))),i=(new(window[g([84,101,120,116,69,110,99,111,100,101,114])]))[g([101,110,99,111,100,101])](t+g([46])+n),o=window[g([99,114,121,112,116,111])][g([115,117,98,116,108,101])];if(!o)return;const c=await o[g([105,109,112,111,114,116,75,101,121])](g([106,119,107]),s,{[g([110,97,109,101])]:g([69,67,68,83,65]),[g([110,97,109,101,100,67,117,114,118,101])]:g([80,45,50,53,54])},!1,[g([118,101,114,105,102,121])]);await o[g([118,101,114,105,102,121])]({[g([110,97,109,101])]:g([69,67,68,83,65]),[g([104,97,115,104])]:{[g([110,97,109,101])]:g([83,72,65,45,50,53,54])}},c,r,i)||(e=!1)}}()?function(){const t=e[g([102,101,97,116,117,114,101,115])];return!(!t||!t[g([105,110,99,108,117,100,101,115])](g([42]))&&!t[g([105,110,99,108,117,100,101,115])](g([83,67]))&&!t[g([105,110,99,108,117,100,101,115])](g([80,80])))}()?function(){const t=[g([101,118,97,108,117,97,116,105,111,110]),g([116,114,105,97,108])][g([105,110,99,108,117,100,101,115])](e[g([108,105,99,101,110,115,101,84,121,112,101])])?a/1e3:1743206400;return e[g([101,120,112])]<t}()?g([69,120,112,105,114,101,100]):function(){const t=o,n=e[g([108,105,99,101,110,115,101,100,72,111,115,116,115])];if(!n||0==n[g([108,101,110,103,116,104])])return!0;const{hostname:a}=new URL(window[g([108,111,99,97,116,105,111,110])][t(318)]);if(n[g([105,110,99,108,117,100,101,115])](a))return!0;const r=a[g([115,112,108,105,116])](g([46]));return n[g([102,105,108,116,101,114])]((e=>e[g([105,110,99,108,117,100,101,115])](g([42]))))[g([109,97,112])]((e=>e[g([115,112,108,105,116])](g([46]))))[g([115,111,109,101])]((e=>r[g([101,118,101,114,121])](((t,n)=>e[n]===t||e[n]===g([42])))))}()?(e[g([108,105,99,101,110,115,101,84,121,112,101])]==g([101,118,97,108,117,97,116,105,111,110])&&(n=l(g([69,118,97,108,117,97,116,105,111,110,76,105,109,105,116]))),e[g([108,105,99,101,110,115,101,84,121,112,101])]==g([116,114,105,97,108])&&(n=l(g([84,114,105,97,108,76,105,109,105,116]))),await(n&&f?new(window[g([80,114,111,109,105,115,101])])(((e,t)=>{n[g([116,104,101,110])](e,t),f[g([116,104,101,110])]((t=>{t!=g([86,97,108,105,100])&&e(t)}),t)})):n||f||g([86,97,108,105,100]))):g([68,111,109,97,105,110,76,105,109,105,116]):g([78,111,116,65,108,108,111,119,101,100]):g([73,110,118,97,108,105,100])):g([73,110,118,97,108,105,100]))}catch(e){return g([73,110,118,97,108,105,100])}}())}(this)}[i(226)](){return this[i(333)]}[i(248)](){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(239)][e(228)],t);return[{id:e(269),commandName:e(276),icon:r.IconRobotPencil,title:t(e(282)),description:t(e(338)),execute:t=>{const n=e;setTimeout((()=>t[n(319)](n(276))))}},{id:e(297),commandName:e(297),icon:r.IconQuote,title:t(e(355)),description:t(e(324))},{id:e(257),commandName:e(257),icon:r.IconBulletedList,title:t(e(281)),description:t(e(328))},{id:e(243),commandName:e(243),icon:r.IconCodeBlock,title:t(e(259)),description:t(e(311))},{id:e(285),commandName:e(285),icon:r.IconBrowseFiles,title:t(e(236)),description:t(e(341)),aliases:[e(294),e(308),e(227)]},{id:e(294),commandName:e(294),icon:r.IconBrowseFiles,title:t(e(232)),description:t(e(266)),aliases:[e(285),e(308),e(227)]},{id:e(271),commandName:e(271),icon:r.IconEmoji,title:t(e(322)),description:t(e(310)),execute:t=>{const n=e;setTimeout((()=>t[n(319)](n(271))))}},{id:e(348),commandName:e(357),icon:r.IconHeading1,title:t(e(270)),description:t(e(305)),execute:t=>{const n=e;t[n(319)](n(357),{value:n(348)})}},{id:e(292),commandName:e(357),icon:r.IconHeading2,title:t(e(315)),description:t(e(340)),execute:t=>{const n=e;t[n(319)](n(357),{value:n(292)})}},{id:e(231),commandName:e(357),icon:r.IconHeading3,title:t(e(272)),description:t(e(309)),execute:t=>{const n=e;t[n(319)](n(357),{value:n(231)})}},{id:e(296),commandName:e(357),icon:r.IconHeading4,title:t(e(268)),description:t(e(323)),execute:t=>{const n=e;t[n(319)](n(357),{value:n(296)})}},{id:e(278),commandName:e(357),icon:r.IconHeading5,title:t(e(344)),description:t(e(279)),execute:t=>{const n=e;t[n(319)](n(357),{value:n(278)})}},{id:e(307),commandName:e(357),icon:r.IconHeading6,title:t(e(314)),description:t(e(235)),execute:t=>{const n=e;t[n(319)](n(357),{value:n(307)})}},{id:e(247),commandName:e(247),icon:r.IconHorizontalLine,title:t(e(353)),description:t(e(260))},{id:e(237),commandName:e(237),icon:r.IconHtml,title:t(e(283)),description:t(e(358))},{id:e(262),commandName:e(262),icon:r.IconIndent,title:t(e(261)),description:t(e(238))},{id:e(249),commandName:e(249),title:t(e(293)),description:t(e(265))},{id:e(253),commandName:e(253),icon:r.IconTable,title:t(e(273)),description:t(e(317))},{id:e(280),commandName:e(280),icon:r.IconTableOfContents,title:t(e(306)),description:t(e(330)),aliases:[e(295)]},{id:e(256),commandName:e(256),icon:r.IconNumberedList,title:t(e(345)),description:t(e(339))},{id:e(336),commandName:e(336),icon:r.IconOutdent,title:t(e(264)),description:t(e(313))},{id:e(352),commandName:e(352),icon:r.IconParagraph,title:t(e(350)),description:t(e(252))},{id:e(287),commandName:e(287),icon:r.IconTodoList,title:t(e(303)),description:t(e(351))}]}[i(359)](e){const t=i;return e[t(327)]?e[t(327)](this[t(239)]):!e[t(290)]||this[t(239)][t(240)][t(354)](e[t(290)])[t(327)]}[i(321)](e){const n=i;if(e[n(319)])e[n(319)](this[n(239)]);else{if(!e[n(290)])throw new t.CKEditorError(n(233),this[n(239)],{commandDefinition:e});this[n(239)][n(319)](e[n(290)])}}}function l(e,t){const n=i;return e[n(254)]<t[n(254)]?-1:e[n(254)]>t[n(254)]?1:0}function d(e,t){const n=i;return t+"-"+e[n(337)]()[n(329)](" ")[n(225)]("-")}const u=p;function m(){const e=["28fSqRYX","includes","title","SlashCommandConfig","isPremiumPlugin","9ZWLjXm","editor","976456XaMaYH","filter","38730ebDBfR","push","toLowerCase","SlashCommandEditing","getMatchingCommands","concat","isOfficialPlugin","pluginName","some","14632248UCJNed","6cAJYMD","4FIXvXm","description","1699650WHHUHo","isEnabled","getAllowedCommands","15CWjzej","4312968mlVQNo","get","plugins","aliases","144908ibcfJk","requires","94246MWBBSf"];return(m=function(){return e})()}function p(e,t){const n=m();return(p=function(e,t){return n[e-=274]})(e,t)}!function(e){const t=p,n=e();for(;;)try{if(313214===-parseInt(t(274))/1*(parseInt(t(295))/2)+parseInt(t(300))/3*(-parseInt(t(305))/4)+parseInt(t(297))/5*(parseInt(t(294))/6)+parseInt(t(275))/7*(-parseInt(t(282))/8)+parseInt(t(280))/9*(parseInt(t(284))/10)+-parseInt(t(301))/11+parseInt(t(293))/12)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(m);class h extends e.Plugin{static get[u(291)](){return u(287)}static get[u(290)](){return!0}static get[u(279)](){return!0}static get[u(306)](){return[c]}[u(288)](e){const t=u,n=e&&e[t(286)]();let a=this[t(281)][t(303)][t(302)](t(278))[t(299)]();if(a=a[t(283)]((e=>e[t(298)]())),n){const e=[],r=[],i=[],o=[];for(const s of a)s.id[t(286)]()[t(276)](n)?e[t(285)](s):s[t(277)][t(286)]()[t(276)](n)?r[t(285)](s):s[t(304)]&&s[t(304)][t(292)]((e=>e[t(286)]()[t(276)](n)))?i[t(285)](s):s[t(296)]&&s[t(296)][t(286)]()[t(276)](n)&&o[t(285)](s);a=e[t(289)](r,i,o)}return a}}var f=n(311);const g=I;function I(e,t){const n=b();return(I=function(e,t){return n[e-=409]})(e,t)}function b(){const e=["title","4XUWEUq","labelView","textPartView","add","iconView","description","isIconColorInherited","5693220IcQMHg","2146mZFFHH","ck-slash-command-button__description","11767YhgAWT","189zRVIZO","12072IXWBjA","2632668YkerOi","render","794GSCIAK","88HnIzIu","set","ck-slash-command-button","setTemplate","_createTextPartView","icon","children","1049262dIOfJB","ck-slash-command-button__text-part","isColorInherited","148170sHalFv","div","span","2358eaxNRx"];return(b=function(){return e})()}!function(e){const t=I,n=e();for(;;)try{if(615236===-parseInt(t(427))/1*(-parseInt(t(420))/2)+parseInt(t(435))/3*(parseInt(t(412))/4)+-parseInt(t(438))/5+-parseInt(t(410))/6*(-parseInt(t(422))/7)+parseInt(t(424))/8*(-parseInt(t(423))/9)+parseInt(t(419))/10+-parseInt(t(428))/11*(parseInt(t(425))/12))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(b);class k extends f.ButtonView{constructor(e,t){const n=I;super(e),this[n(414)]=this[n(432)](e,t),void 0!==t[n(418)]&&(this[n(416)][n(437)]=t[n(418)]),this[n(429)]({icon:t[n(433)]||r.IconPlay,withText:!0,label:t[n(411)],class:n(430)})}[g(426)](){const e=g;super[e(426)](),this[e(434)][e(415)](this[e(414)])}[g(432)](e,t){const n=g,a=new f.View(e);return a[n(431)]({tag:n(439),attributes:{class:["ck",n(436)]},children:t[n(417)]?[this[n(413)],{tag:n(409),attributes:{class:["ck",n(421)]},children:[{text:t[n(417)]}]}]:[this[n(413)]]}),a}}var v=n(673),C=n.n(v),w=n(545),x=n.n(w),y=n(262),N=n.n(y),H=n(667),A=n.n(H),L=n(357),_=n.n(L),O=n(655),T={attributes:{"data-cke":!0}};T.setAttributes=A(),T.insert=N().bind(null,"head"),T.domAPI=x(),T.insertStyleElement=_();C()(O.A,T);O.A&&O.A.locals&&O.A.locals;const S=M;function M(e,t){const n=E();return(M=function(e,t){return n[e-=186]})(e,t)}function E(){const e=["32HJwuZd","5271esRWVo","_customItemRenderer","slashCommandLicenseKeyUsageLimit","SlashCommandEditing","once","slashCommandLicenseKeyDomainLimit","SlashCommandUI","pluginName","_overrideMentionExecuteListener","evaluationLimit","licenseKey","_licenseKeyCheckInterval","push","slashCommandLicenseKeyValid","700407YWrnFS","element","commands","featureNotAllowed","slashCommandLicenseKeyTrialLimit","range","mention","editor","invalid","destroy","slashCommandLicenseKeyEvaluationLimit","isPremiumPlugin","domainLimit","27604IUnEgQ","init","slashCommand.dropdownLimit","mention.feeds","_setupMentionConfiguration","SlashCommand","get","1529313gNaaWm","5647270doiZuV","slashCommandLicenseKeyInvalid","bind","7212yrJSmc","stop","remove","plugins","isOfficialPlugin","execute","ready","_showLicenseError","slashCommandLicenseKeyNotAllowed","marker","set","locale","config","model","1399806yRnGzs","expired","15uAxFcD","1335454SZKBRL","high","usageLimit","render","change","slashCommandLicenseKeyExpired","getMatchingCommands","trialLimit"];return(E=function(){return e})()}!function(e){const t=M,n=e();for(;;)try{if(464721===parseInt(t(249))/1+-parseInt(t(226))/2+-parseInt(t(205))/3+-parseInt(t(198))/4*(parseInt(t(225))/5)+-parseInt(t(209))/6*(-parseInt(t(235))/7)+parseInt(t(234))/8*(parseInt(t(223))/9)+-parseInt(t(206))/10)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(E);class P extends e.Plugin{[S(245)];[S(246)];static get[S(242)](){return S(241)}static get[S(213)](){return!0}static get[S(196)](){return!0}constructor(e){const t=S;super(e),this[t(202)]()}[S(199)](){const e=S;this[e(192)][e(239)](e(215),this[e(243)][e(208)](this)),this[e(245)]=this[e(192)][e(221)][e(204)](e(245));const t=this[e(192)];this[e(246)]=setInterval((()=>{const n=e;let a;for(const e in t){const r=e,i=t[r];if(n(248)==i||n(207)==i||n(231)==i||n(240)==i||n(217)==i||n(195)==i||n(189)==i||n(237)==i){delete t[r],a=i,clearInterval(this[n(246)]),this[n(246)]=void 0;break}}n(207)==a&&t[n(216)](n(193)),n(231)==a&&t[n(216)](n(224)),n(240)==a&&t[n(216)](n(197)),n(217)==a&&t[n(216)](n(188),n(203)),n(195)==a&&t[n(216)](n(244)),n(189)==a&&t[n(216)](n(233)),n(237)==a&&t[n(216)](n(228))}),1e3)}[S(194)](){const e=S;super[e(194)](),this[e(246)]&&clearInterval(this[e(246)])}[S(202)](){const e=S,t=this[e(192)],n=this[e(192)][e(212)][e(204)](e(238)),a=t[e(221)][e(204)](e(201));a[e(247)]({marker:"/",feed:t=>n[e(232)](t),itemRenderer:this[e(236)][e(208)](this),dropdownLimit:t[e(221)][e(204)](e(200))||1/0}),t[e(221)][e(219)](e(201),a)}[S(243)](){const e=S,t=this[e(192)];t[e(187)][e(204)](e(191)).on(e(214),((n,a)=>{const r=e,i=a[0],o=t[r(222)];"/"===i[r(218)]&&o[r(230)]((e=>{const t=r;e[t(211)](i[t(190)]),i[t(191)][t(214)](),n[t(210)]()}))}),{priority:e(227)})}[S(236)](e){const t=S,n=this[t(192)][t(220)],a=new k(n,e);return a[t(229)](),a[t(186)]}}var j=D;function D(e,t){var n=K();return(D=function(e,t){return n[e-=327]})(e,t)}function K(){var e=["isPremiumPlugin","pluginName","304690MIHclv","3892905qNsvGe","56037GUnKDl","417641epDRmj","476115AqItNo","isOfficialPlugin","40qtlknT","Mention","8IbwlPN","requires","2406670KloEai","SlashCommand","826872eCFIbc","48WDWOZK"];return(K=function(){return e})()}!function(e){for(var t=D,n=e();;)try{if(301923===parseInt(t(342))/1+parseInt(t(328))/2*(-parseInt(t(340))/3)+-parseInt(t(334))/4+parseInt(t(332))/5+-parseInt(t(335))/6*(parseInt(t(341))/7)+parseInt(t(330))/8*(parseInt(t(339))/9)+-parseInt(t(338))/10)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(K);class z extends e.Plugin{static get[j(331)](){return[j(329),h,P]}static get[j(337)](){return j(333)}static get[j(327)](){return!0}static get[j(336)](){return!0}}function B(e,t){var n=q();return(B=function(e,t){return n[e-=148]})(e,t)}function q(){var e=["9002791Yfgock","24yTeKCb","5WxRXXV","901364riovSS","8BpkZtu","28864462VfHvWZ","2598626ExjyYa","9qhpGkm","9GKaOOh","5305362mdqenz","910855VTozpS","8577910LQhYzH"];return(q=function(){return e})()}!function(e){for(var t=B,n=e();;)try{if(666238===parseInt(t(159))/1+parseInt(t(155))/2+-parseInt(t(156))/3*(-parseInt(t(152))/4)+-parseInt(t(151))/5*(-parseInt(t(158))/6)+parseInt(t(149))/7*(parseInt(t(153))/8)+-parseInt(t(157))/9*(-parseInt(t(148))/10)+-parseInt(t(154))/11*(parseInt(t(150))/12))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(q)})(),(window.CKEditor5=window.CKEditor5||{}).slashCommand=a})();
|
|
5
|
+
*/(()=>{var e={168:e=>{"use strict";e.exports=function(e){return e[1]}},237:e=>{"use strict";e.exports=CKEditor5.dll},262:e=>{"use strict";var t={};e.exports=function(e,n){var a=function(e){if(void 0===t[e]){var n=document.querySelector(e);if(window.HTMLIFrameElement&&n instanceof window.HTMLIFrameElement)try{n=n.contentDocument.head}catch(e){n=null}t[e]=n}return t[e]}(e);if(!a)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");a.appendChild(n)}},311:(e,t,n)=>{e.exports=n(237)("./src/ui.js")},355:(e,t,n)=>{e.exports=n(237)("./src/icons.js")},357:e=>{"use strict";e.exports=function(e){var t=document.createElement("style");return e.setAttributes(t,e.attributes),e.insert(t,e.options),t}},433:e=>{"use strict";e.exports=function(e){var t=[];return t.toString=function(){return this.map((function(t){var n="",a=void 0!==t[5];return t[4]&&(n+="@supports (".concat(t[4],") {")),t[2]&&(n+="@media ".concat(t[2]," {")),a&&(n+="@layer".concat(t[5].length>0?" ".concat(t[5]):""," {")),n+=e(t),a&&(n+="}"),t[2]&&(n+="}"),t[4]&&(n+="}"),n})).join("")},t.i=function(e,n,a,r,i){"string"==typeof e&&(e=[[null,e,void 0]]);var o={};if(a)for(var s=0;s<this.length;s++){var c=this[s][0];null!=c&&(o[c]=!0)}for(var l=0;l<e.length;l++){var d=[].concat(e[l]);a&&o[d[0]]||(void 0!==i&&(void 0===d[5]||(d[1]="@layer".concat(d[5].length>0?" ".concat(d[5]):""," {").concat(d[1],"}")),d[5]=i),n&&(d[2]?(d[1]="@media ".concat(d[2]," {").concat(d[1],"}"),d[2]=n):d[2]=n),r&&(d[4]?(d[1]="@supports (".concat(d[4],") {").concat(d[1],"}"),d[4]=r):d[4]="".concat(r)),t.push(d))}},t}},545:e=>{"use strict";var t,n=(t=[],function(e,n){return t[e]=n,t.filter(Boolean).join("\n")});function a(e,t,a,r){var i;if(a)i="";else{i="",r.supports&&(i+="@supports (".concat(r.supports,") {")),r.media&&(i+="@media ".concat(r.media," {"));var o=void 0!==r.layer;o&&(i+="@layer".concat(r.layer.length>0?" ".concat(r.layer):""," {")),i+=r.css,o&&(i+="}"),r.media&&(i+="}"),r.supports&&(i+="}")}if(e.styleSheet)e.styleSheet.cssText=n(t,i);else{var s=document.createTextNode(i),c=e.childNodes;c[t]&&e.removeChild(c[t]),c.length?e.insertBefore(s,c[t]):e.appendChild(s)}}var r={singleton:null,singletonCounter:0};e.exports=function(e){if("undefined"==typeof document)return{update:function(){},remove:function(){}};var t=r.singletonCounter++,n=r.singleton||(r.singleton=e.insertStyleElement(e));return{update:function(e){a(n,t,!1,e)},remove:function(e){a(n,t,!0,e)}}}},584:(e,t,n)=>{e.exports=n(237)("./src/utils.js")},655:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(168),r=n.n(a),i=n(433),o=n.n(i)()(r());o.push([e.id,":root{--ck-slash-command-button-width:250px;--ck-slash-command-description-width:200px}.ck-mentions .ck.ck-button.ck-slash-command-button{display:flex;justify-content:flex-start;padding:calc(var(--ck-line-height-base)*.2*var(--ck-font-size-base));width:var(--ck-slash-command-button-width)}.ck-mentions .ck.ck-button.ck-slash-command-button .ck.ck-icon{background-color:var(--ck-color-base-background);border-radius:2px;box-sizing:initial;color:var(--ck-color-base-text);flex-shrink:0;margin-left:0;padding:5px}[dir=ltr] .ck-mentions .ck.ck-button.ck-slash-command-button .ck.ck-icon{margin:0 var(--ck-spacing-small) 0 0}[dir=rtl] .ck-mentions .ck.ck-button.ck-slash-command-button .ck.ck-icon{margin:0 0 0 var(--ck-spacing-small)}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part{display:flex;flex-direction:column}[dir=ltr] .ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part{margin-left:var(--ck-spacing-small)}[dir=rtl] .ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part{margin-right:var(--ck-spacing-small)}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>span{line-height:1.2em}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-button__label,.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-slash-command-button__description{overflow:hidden;text-overflow:ellipsis;width:var(--ck-slash-command-description-width)}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-button__label{font-weight:700}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-slash-command-button__description{font-size:var(--ck-font-size-small);opacity:.75}.ck-mentions .ck.ck-button.ck-slash-command-button.ck-on>.ck-slash-command-button__text-part>span{color:var(--ck-color-list-button-on-text)}",""]);const s=o},667:e=>{"use strict";e.exports=function(e,t){Object.keys(t).forEach((function(n){e.setAttribute(n,t[n])}))}},673:e=>{"use strict";var t=[];function n(e){for(var n=-1,a=0;a<t.length;a++)if(t[a].identifier===e){n=a;break}return n}function a(e,a){for(var i={},o=[],s=0;s<e.length;s++){var c=e[s],l=a.base?c[0]+a.base:c[0],d=i[l]||0,u="".concat(l," ").concat(d);i[l]=d+1;var m=n(u),p={css:c[1],media:c[2],sourceMap:c[3],supports:c[4],layer:c[5]};if(-1!==m)t[m].references++,t[m].updater(p);else{var h=r(p,a);a.byIndex=s,t.splice(s,0,{identifier:u,updater:h,references:1})}o.push(u)}return o}function r(e,t){var n=t.domAPI(t);n.update(e);return function(t){if(t){if(t.css===e.css&&t.media===e.media&&t.sourceMap===e.sourceMap&&t.supports===e.supports&&t.layer===e.layer)return;n.update(e=t)}else n.remove()}}e.exports=function(e,r){var i=a(e=e||[],r=r||{});return function(e){e=e||[];for(var o=0;o<i.length;o++){var s=n(i[o]);t[s].references--}for(var c=a(e,r),l=0;l<i.length;l++){var d=n(i[l]);0===t[d].references&&(t[d].updater(),t.splice(d,1))}i=c}}},782:(e,t,n)=>{e.exports=n(237)("./src/core.js")}},t={};function n(a){var r=t[a];if(void 0!==r)return r.exports;var i=t[a]={id:a,exports:{}};return e[a](i,i.exports,n),i.exports}n.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return n.d(t,{a:t}),t},n.d=(e,t)=>{for(var a in t)n.o(t,a)&&!n.o(e,a)&&Object.defineProperty(e,a,{enumerable:!0,get:t[a]})},n.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),n.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var a={};(()=>{"use strict";n.r(a),n.d(a,{SlashCommand:()=>z,SlashCommandConfig:()=>c,SlashCommandEditing:()=>h,SlashCommandUI:()=>P});var e=n(782),t=n(584),r=n(355);const i=o;function o(e,t){const n=s();return(o=function(e,t){return n[e-=419]})(e,t)}function s(){const e=["Block quote","_allowedCommands","icon","push","Create a bulleted list","SlashCommandConfig","ckbox","Insert code block","bulletedList","outdent","Create a code block","insertTable","7762625LnSkHF","sort","style","function","3704145jyirmC","template.definitions","aiAssistant","config","title","ckfinder","Open file manager","Create a to-do list","AI Assistant","Heading 2","htmlEmbed","heading3","slashCommand.removeCommands","Heading 1","Insert a horizontal line","Create a block quote","heading5","22TckoqU","97594KPlnGi","heading4","Heading 3","6082608blnJOg","Create a heading level 1","insertMermaidCommand","indent","insertTableOfContents","heading1","isIconColorInherited","Numbered list","heading","isPremiumPlugin","toLowerCase","locale","Heading 4","slashCommand.extraCommands","Table of contents","Heading 5","Create a heading level 5","Create a heading level 4","join","Insert image","heading6","25881340BvKGTM","commandName","Create a heading level 3","Create a table","Create a heading level 6","Heading 6","model","Horizontal line","Insert an emoji","isOfficialPlugin","Insert Mermaid diagram","9LVQgTj","Create a numbered list","showAIAssistant","name","blockQuote","Increase the indentation","map","execute","commands","Decrease the indentation","Decrease indent","Increase indent","emoji","description","paragraph","numberedList","Insert a paragraph","codeBlock","20610YKgFyw","Paragraph","length","heading2","split","concat","Insert an HTML snippet","template","toc","enabledStyles","horizontalLine","To-do list","Create a heading level 2","slash-command-execute-missing","style.definitions","Emoji","fromCharCode","filter","Insert table","Open the AI Assistant to generate content","afterInit","Bulleted list","Insert the Mermaid diagram","Insert HTML","href","aliases","includes","357LRMpoo","get","heading.options","4200432UxOWRY","getAllowedCommands","_proxyExecute","_proxyIsEnabled","isEnabled","insertTemplate","getDefaultCommands","todoList","filemanager","Insert table of contents","upload","editor","Open file manager to insert an image or a file","Open file browser to insert an image or a file","pluginName"];return(s=function(){return e})()}!function(e){const t=o,n=e();for(;;)try{if(948251===-parseInt(t(429))/1*(parseInt(t(428))/2)+-parseInt(t(543))/3+parseInt(t(432))/4+-parseInt(t(539))/5+-parseInt(t(482))/6*(-parseInt(t(509))/7)+parseInt(t(512))/8+-parseInt(t(464))/9*(-parseInt(t(453))/10))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(s);class c extends e.Plugin{static get[i(526)](){return i(532)}static get[i(462)](){return!0}static get[i(441)](){return!0}constructor(e){const t=i;super(e),this[t(528)]=null}[i(502)](){const e=i,n=this[e(523)][e(546)][e(510)](e(423))||[],a=function(t){const n=e;let a=[n(430),n(427),n(452)];if(t){const e=t[n(470)]((e=>e[n(459)]));a=[n(437),n(485),n(422),n(430),n(427),n(452)][n(499)]((t=>!e[n(508)](t)))}return a}(this[e(523)][e(546)][e(510)](e(511)));let r=this[e(518)]()[e(499)]((t=>!a[e(508)](t.id)))[e(499)]((t=>!n[e(508)](t[e(454)])));const s=this[e(523)][e(546)][e(510)](e(445));s&&s[e(484)]&&(r=r[e(487)](s));const c=this[e(523)][e(546)][e(510)](e(544));c&&c[e(484)]&&(r=r[e(487)](function(t){const n=e;return t[n(470)]((e=>{const t=n,{title:a,icon:r,description:i,data:o}=e,s={id:d(a,t(489)),commandName:t(517),execute:e=>{const n=t;e[n(471)](n(517),o)},description:i,icon:r,title:a};return r&&(s[t(438)]=!1),s}))}(c)));const u=this[e(523)][e(546)][e(510)](e(496));u&&u[e(484)]&&(r=r[e(487)](function(t){const n=e;return t[n(470)]((e=>({id:d(e[n(467)],n(541)),commandName:n(541),execute:t=>{const a=n;t[a(471)](a(541),{styleName:e[a(467)]})},isEnabled:t=>{const a=n,r=t[a(472)][a(510)](a(541));return r[a(516)]&&r[a(491)][a(508)](e[a(467)])},title:e[n(467)]})))}(u)));const m=r[e(499)]((t=>!t[e(454)]||void 0!==this[e(523)][e(472)][e(510)](t[e(454)]))),p=[];for(const t of m)p[e(530)]({id:t.id,commandName:t[e(454)],title:e(542)==typeof t[e(547)]?t[e(547)](this[e(523)]):t[e(547)],description:t[e(477)],icon:t[e(529)],isIconColorInherited:t[e(438)],aliases:t[e(507)],isEnabled:()=>this[e(515)](t),execute:()=>this[e(514)](t)});this[e(528)]=p[e(540)](l),async function(e){const n=g([74,65,113,83,73,54,68,108,86,109,121,118,87,120,104,71,81,77,105,117,52,84,107,112,53,70,116,80,85,78,90,51,49,103,97,66,67,89,88,102,76,82,110,57,72,100,75,50,98,55,114,111,106,69,101,79,119,115,56,122,48,99]),a=window[g([68,97,116,101])][g([110,111,119])](),r=e[g([101,100,105,116,111,114])],i=new(window[g([80,114,111,109,105,115,101])])((e=>{r[g([111,110,99,101])](g([114,101,97,100,121]),e)})),s={[g([107,116,121])]:g([69,67]),[g([117,115,101])]:g([115,105,103]),[g([99,114,118])]:g([80,45,50,53,54]),[g([120])]:g([105,67,106,79,67,118,68,70,73,54,108,81,72,72,84,49,56,106,86,119,82,102,107,102,72,81,50,97,95,77,121,109,84,51,53,76,81,86,111,70,83,65,73]),[g([121])]:g([107,88,73,121,74,52,101,118,116,67,69,70,82,109,120,75,83,85,112,75,57,102,68,87,52,53,57,118,88,79,118,86,114,104,102,54,117,81,65,101,79,105,111]),[g([97,108,103])]:g([69,83,50,53,54])},c=r[g([99,111,110,102,105,103])][g([103,101,116])](g([108,105,99,101,110,115,101,75,101,121]));function l(e){const t=[new(window[g([80,114,111,109,105,115,101])])((e=>setTimeout(e,605900))),i[g([116,104,101,110])]((()=>new(window[g([80,114,111,109,105,115,101])])((e=>{let t=0;r[g([109,111,100,101,108])][g([111,110])](g([97,112,112,108,121,79,112,101,114,97,116,105,111,110]),((n,a)=>{a[0][g([105,115,68,111,99,117,109,101,110,116,79,112,101,114,97,116,105,111,110])]&&t++,504==t&&(e(),n[g([111,102,102])]())}))}))))];return window[g([80,114,111,109,105,115,101])][g([114,97,99,101])](t)[g([116,104,101,110])]((()=>e))}function d(e){return e[g([115,116,97,114,116,115,87,105,116,104])](g([101,121]))?JSON[g([112,97,114,115,101])](u(e)):null}function u(e){return window[g([97,116,111,98])](e[g([114,101,112,108,97,99,101])](/-/g,g([43]))[g([114,101,112,108,97,99,101])](/_/g,g([47])))}function m(e){let t=5381;function n(e){for(let n=0;n<e[g([108,101,110,103,116,104])];n++){const a=e[g([99,104,97,114,67,111,100,101,65,116])](n);t=(t<<5)+t+a,t&=t}}return function e(t){Array[g([105,115,65,114,114,97,121])](t)?t[g([102,111,114,69,97,99,104])](e):t&&typeof t==g([111,98,106,101,99,116])?Object[g([101,110,116,114,105,101,115])](t)[g([115,111,114,116])]()[g([102,111,114,69,97,99,104])]((([t,a])=>{n(t),e(a)})):n(window[g([83,116,114,105,110,103])](t))}(e),t>>>0}function p(e){return e[g([116,111,83,116,114,105,110,103])](16)[g([112,97,100,83,116,97,114,116])](8,g([48]))}function h(e){return e[g([115,112,108,105,116])]("")[g([114,101,118,101,114,115,101])]()[g([106,111,105,110])]("")}function f(){}function g(e){const t=o;return e[t(470)]((e=>String[t(498)](e)))[t(450)]("")}!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([74]);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(e){return!1}function t(t){const n=d(t);n&&n[g([97,108,103])]==g([69,83,50,53,54])||(e=!1)}async function n(t,n,a){const r=window[g([85,105,110,116,56,65,114,114,97,121])][g([102,114,111,109])](u(a),(e=>e[g([99,104,97,114,67,111,100,101,65,116])](0))),i=(new(window[g([84,101,120,116,69,110,99,111,100,101,114])]))[g([101,110,99,111,100,101])](t+g([46])+n),o=window[g([99,114,121,112,116,111])][g([115,117,98,116,108,101])];if(!o)return;const c=await o[g([105,109,112,111,114,116,75,101,121])](g([106,119,107]),s,{[g([110,97,109,101])]:g([69,67,68,83,65]),[g([110,97,109,101,100,67,117,114,118,101])]:g([80,45,50,53,54])},!1,[g([118,101,114,105,102,121])]);await o[g([118,101,114,105,102,121])]({[g([110,97,109,101])]:g([69,67,68,83,65]),[g([104,97,115,104])]:{[g([110,97,109,101])]:g([83,72,65,45,50,53,54])}},c,r,i)||(e=!1)}}()?function(){const t=e[g([102,101,97,116,117,114,101,115])];return!(!t||!t[g([105,110,99,108,117,100,101,115])](g([42]))&&!t[g([105,110,99,108,117,100,101,115])](g([83,67]))&&!t[g([105,110,99,108,117,100,101,115])](g([80,80])))}()?function(){const t=[g([101,118,97,108,117,97,116,105,111,110]),g([116,114,105,97,108])][g([105,110,99,108,117,100,101,115])](e[g([108,105,99,101,110,115,101,84,121,112,101])])?a/1e3:1743292800;return e[g([101,120,112])]<t}()?g([69,120,112,105,114,101,100]):function(){const t=o,n=e[g([108,105,99,101,110,115,101,100,72,111,115,116,115])];if(!n||0==n[g([108,101,110,103,116,104])])return!0;const{hostname:a}=new URL(window[g([108,111,99,97,116,105,111,110])][t(506)]);if(n[g([105,110,99,108,117,100,101,115])](a))return!0;const r=a[g([115,112,108,105,116])](g([46]));return n[g([102,105,108,116,101,114])]((e=>e[g([105,110,99,108,117,100,101,115])](g([42]))))[g([109,97,112])]((e=>e[g([115,112,108,105,116])](g([46]))))[g([115,111,109,101])]((e=>r[g([101,118,101,114,121])](((t,n)=>e[n]===t||e[n]===g([42])))))}()?(e[g([108,105,99,101,110,115,101,84,121,112,101])]==g([101,118,97,108,117,97,116,105,111,110])&&(n=l(g([69,118,97,108,117,97,116,105,111,110,76,105,109,105,116]))),e[g([108,105,99,101,110,115,101,84,121,112,101])]==g([116,114,105,97,108])&&(n=l(g([84,114,105,97,108,76,105,109,105,116]))),await(n&&f?new(window[g([80,114,111,109,105,115,101])])(((e,t)=>{n[g([116,104,101,110])](e,t),f[g([116,104,101,110])]((t=>{t!=g([86,97,108,105,100])&&e(t)}),t)})):n||f||g([86,97,108,105,100]))):g([68,111,109,97,105,110,76,105,109,105,116]):g([78,111,116,65,108,108,111,119,101,100]):g([73,110,118,97,108,105,100])):g([73,110,118,97,108,105,100]))}catch(e){return g([73,110,118,97,108,105,100])}}())}(this)}[i(513)](){return this[i(528)]}[i(518)](){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(523)][e(443)],t);return[{id:e(545),commandName:e(466),icon:r.IconRobotPencil,title:t(e(419)),description:t(e(501)),execute:t=>{const n=e;setTimeout((()=>t[n(471)](n(466))))}},{id:e(468),commandName:e(468),icon:r.IconQuote,title:t(e(527)),description:t(e(426))},{id:e(535),commandName:e(535),icon:r.IconBulletedList,title:t(e(503)),description:t(e(531))},{id:e(481),commandName:e(481),icon:r.IconCodeBlock,title:t(e(534)),description:t(e(537))},{id:e(533),commandName:e(533),icon:r.IconBrowseFiles,title:t(e(549)),description:t(e(524)),aliases:[e(548),e(520),e(522)]},{id:e(548),commandName:e(548),icon:r.IconBrowseFiles,title:t(e(451)),description:t(e(525)),aliases:[e(533),e(520),e(522)]},{id:e(476),commandName:e(476),icon:r.IconEmoji,title:t(e(497)),description:t(e(461)),execute:t=>{const n=e;setTimeout((()=>t[n(471)](n(476))))}},{id:e(437),commandName:e(440),icon:r.IconHeading1,title:t(e(424)),description:t(e(433)),execute:t=>{const n=e;t[n(471)](n(440),{value:n(437)})}},{id:e(485),commandName:e(440),icon:r.IconHeading2,title:t(e(420)),description:t(e(494)),execute:t=>{const n=e;t[n(471)](n(440),{value:n(485)})}},{id:e(422),commandName:e(440),icon:r.IconHeading3,title:t(e(431)),description:t(e(455)),execute:t=>{const n=e;t[n(471)](n(440),{value:n(422)})}},{id:e(430),commandName:e(440),icon:r.IconHeading4,title:t(e(444)),description:t(e(449)),execute:t=>{const n=e;t[n(471)](n(440),{value:n(430)})}},{id:e(427),commandName:e(440),icon:r.IconHeading5,title:t(e(447)),description:t(e(448)),execute:t=>{const n=e;t[n(471)](n(440),{value:n(427)})}},{id:e(452),commandName:e(440),icon:r.IconHeading6,title:t(e(458)),description:t(e(457)),execute:t=>{const n=e;t[n(471)](n(440),{value:n(452)})}},{id:e(492),commandName:e(492),icon:r.IconHorizontalLine,title:t(e(460)),description:t(e(425))},{id:e(421),commandName:e(421),icon:r.IconHtml,title:t(e(505)),description:t(e(488))},{id:e(435),commandName:e(435),icon:r.IconIndent,title:t(e(475)),description:t(e(469))},{id:e(434),commandName:e(434),title:t(e(463)),description:t(e(504))},{id:e(538),commandName:e(538),icon:r.IconTable,title:t(e(500)),description:t(e(456))},{id:e(436),commandName:e(436),icon:r.IconTableOfContents,title:t(e(446)),description:t(e(521)),aliases:[e(490)]},{id:e(479),commandName:e(479),icon:r.IconNumberedList,title:t(e(439)),description:t(e(465))},{id:e(536),commandName:e(536),icon:r.IconOutdent,title:t(e(474)),description:t(e(473))},{id:e(478),commandName:e(478),icon:r.IconParagraph,title:t(e(483)),description:t(e(480))},{id:e(519),commandName:e(519),icon:r.IconTodoList,title:t(e(493)),description:t(e(550))}]}[i(515)](e){const t=i;return e[t(516)]?e[t(516)](this[t(523)]):!e[t(454)]||this[t(523)][t(472)][t(510)](e[t(454)])[t(516)]}[i(514)](e){const n=i;if(e[n(471)])e[n(471)](this[n(523)]);else{if(!e[n(454)])throw new t.CKEditorError(n(495),this[n(523)],{commandDefinition:e});this[n(523)][n(471)](e[n(454)])}}}function l(e,t){const n=i;return e[n(547)]<t[n(547)]?-1:e[n(547)]>t[n(547)]?1:0}function d(e,t){const n=i;return t+"-"+e[n(442)]()[n(486)](" ")[n(450)]("-")}const u=p;function m(){const e=["28fSqRYX","includes","title","SlashCommandConfig","isPremiumPlugin","9ZWLjXm","editor","976456XaMaYH","filter","38730ebDBfR","push","toLowerCase","SlashCommandEditing","getMatchingCommands","concat","isOfficialPlugin","pluginName","some","14632248UCJNed","6cAJYMD","4FIXvXm","description","1699650WHHUHo","isEnabled","getAllowedCommands","15CWjzej","4312968mlVQNo","get","plugins","aliases","144908ibcfJk","requires","94246MWBBSf"];return(m=function(){return e})()}function p(e,t){const n=m();return(p=function(e,t){return n[e-=274]})(e,t)}!function(e){const t=p,n=e();for(;;)try{if(313214===-parseInt(t(274))/1*(parseInt(t(295))/2)+parseInt(t(300))/3*(-parseInt(t(305))/4)+parseInt(t(297))/5*(parseInt(t(294))/6)+parseInt(t(275))/7*(-parseInt(t(282))/8)+parseInt(t(280))/9*(parseInt(t(284))/10)+-parseInt(t(301))/11+parseInt(t(293))/12)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(m);class h extends e.Plugin{static get[u(291)](){return u(287)}static get[u(290)](){return!0}static get[u(279)](){return!0}static get[u(306)](){return[c]}[u(288)](e){const t=u,n=e&&e[t(286)]();let a=this[t(281)][t(303)][t(302)](t(278))[t(299)]();if(a=a[t(283)]((e=>e[t(298)]())),n){const e=[],r=[],i=[],o=[];for(const s of a)s.id[t(286)]()[t(276)](n)?e[t(285)](s):s[t(277)][t(286)]()[t(276)](n)?r[t(285)](s):s[t(304)]&&s[t(304)][t(292)]((e=>e[t(286)]()[t(276)](n)))?i[t(285)](s):s[t(296)]&&s[t(296)][t(286)]()[t(276)](n)&&o[t(285)](s);a=e[t(289)](r,i,o)}return a}}var f=n(311);const g=I;function I(e,t){const n=b();return(I=function(e,t){return n[e-=409]})(e,t)}function b(){const e=["title","4XUWEUq","labelView","textPartView","add","iconView","description","isIconColorInherited","5693220IcQMHg","2146mZFFHH","ck-slash-command-button__description","11767YhgAWT","189zRVIZO","12072IXWBjA","2632668YkerOi","render","794GSCIAK","88HnIzIu","set","ck-slash-command-button","setTemplate","_createTextPartView","icon","children","1049262dIOfJB","ck-slash-command-button__text-part","isColorInherited","148170sHalFv","div","span","2358eaxNRx"];return(b=function(){return e})()}!function(e){const t=I,n=e();for(;;)try{if(615236===-parseInt(t(427))/1*(-parseInt(t(420))/2)+parseInt(t(435))/3*(parseInt(t(412))/4)+-parseInt(t(438))/5+-parseInt(t(410))/6*(-parseInt(t(422))/7)+parseInt(t(424))/8*(-parseInt(t(423))/9)+parseInt(t(419))/10+-parseInt(t(428))/11*(parseInt(t(425))/12))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(b);class k extends f.ButtonView{constructor(e,t){const n=I;super(e),this[n(414)]=this[n(432)](e,t),void 0!==t[n(418)]&&(this[n(416)][n(437)]=t[n(418)]),this[n(429)]({icon:t[n(433)]||r.IconPlay,withText:!0,label:t[n(411)],class:n(430)})}[g(426)](){const e=g;super[e(426)](),this[e(434)][e(415)](this[e(414)])}[g(432)](e,t){const n=g,a=new f.View(e);return a[n(431)]({tag:n(439),attributes:{class:["ck",n(436)]},children:t[n(417)]?[this[n(413)],{tag:n(409),attributes:{class:["ck",n(421)]},children:[{text:t[n(417)]}]}]:[this[n(413)]]}),a}}var v=n(673),C=n.n(v),w=n(545),y=n.n(w),x=n(262),H=n.n(x),N=n(667),L=n.n(N),T=n(357),O=n.n(T),_=n(655),A={attributes:{"data-cke":!0}};A.setAttributes=L(),A.insert=H().bind(null,"head"),A.domAPI=y(),A.insertStyleElement=O();C()(_.A,A);_.A&&_.A.locals&&_.A.locals;const M=S;function S(e,t){const n=E();return(S=function(e,t){return n[e-=186]})(e,t)}function E(){const e=["32HJwuZd","5271esRWVo","_customItemRenderer","slashCommandLicenseKeyUsageLimit","SlashCommandEditing","once","slashCommandLicenseKeyDomainLimit","SlashCommandUI","pluginName","_overrideMentionExecuteListener","evaluationLimit","licenseKey","_licenseKeyCheckInterval","push","slashCommandLicenseKeyValid","700407YWrnFS","element","commands","featureNotAllowed","slashCommandLicenseKeyTrialLimit","range","mention","editor","invalid","destroy","slashCommandLicenseKeyEvaluationLimit","isPremiumPlugin","domainLimit","27604IUnEgQ","init","slashCommand.dropdownLimit","mention.feeds","_setupMentionConfiguration","SlashCommand","get","1529313gNaaWm","5647270doiZuV","slashCommandLicenseKeyInvalid","bind","7212yrJSmc","stop","remove","plugins","isOfficialPlugin","execute","ready","_showLicenseError","slashCommandLicenseKeyNotAllowed","marker","set","locale","config","model","1399806yRnGzs","expired","15uAxFcD","1335454SZKBRL","high","usageLimit","render","change","slashCommandLicenseKeyExpired","getMatchingCommands","trialLimit"];return(E=function(){return e})()}!function(e){const t=S,n=e();for(;;)try{if(464721===parseInt(t(249))/1+-parseInt(t(226))/2+-parseInt(t(205))/3+-parseInt(t(198))/4*(parseInt(t(225))/5)+-parseInt(t(209))/6*(-parseInt(t(235))/7)+parseInt(t(234))/8*(parseInt(t(223))/9)+-parseInt(t(206))/10)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(E);class P extends e.Plugin{[M(245)];[M(246)];static get[M(242)](){return M(241)}static get[M(213)](){return!0}static get[M(196)](){return!0}constructor(e){const t=M;super(e),this[t(202)]()}[M(199)](){const e=M;this[e(192)][e(239)](e(215),this[e(243)][e(208)](this)),this[e(245)]=this[e(192)][e(221)][e(204)](e(245));const t=this[e(192)];this[e(246)]=setInterval((()=>{const n=e;let a;for(const e in t){const r=e,i=t[r];if(n(248)==i||n(207)==i||n(231)==i||n(240)==i||n(217)==i||n(195)==i||n(189)==i||n(237)==i){delete t[r],a=i,clearInterval(this[n(246)]),this[n(246)]=void 0;break}}n(207)==a&&t[n(216)](n(193)),n(231)==a&&t[n(216)](n(224)),n(240)==a&&t[n(216)](n(197)),n(217)==a&&t[n(216)](n(188),n(203)),n(195)==a&&t[n(216)](n(244)),n(189)==a&&t[n(216)](n(233)),n(237)==a&&t[n(216)](n(228))}),1e3)}[M(194)](){const e=M;super[e(194)](),this[e(246)]&&clearInterval(this[e(246)])}[M(202)](){const e=M,t=this[e(192)],n=this[e(192)][e(212)][e(204)](e(238)),a=t[e(221)][e(204)](e(201));a[e(247)]({marker:"/",feed:t=>n[e(232)](t),itemRenderer:this[e(236)][e(208)](this),dropdownLimit:t[e(221)][e(204)](e(200))||1/0}),t[e(221)][e(219)](e(201),a)}[M(243)](){const e=M,t=this[e(192)];t[e(187)][e(204)](e(191)).on(e(214),((n,a)=>{const r=e,i=a[0],o=t[r(222)];"/"===i[r(218)]&&o[r(230)]((e=>{const t=r;e[t(211)](i[t(190)]),i[t(191)][t(214)](),n[t(210)]()}))}),{priority:e(227)})}[M(236)](e){const t=M,n=this[t(192)][t(220)],a=new k(n,e);return a[t(229)](),a[t(186)]}}var j=K;function K(e,t){var n=B();return(K=function(e,t){return n[e-=327]})(e,t)}function B(){var e=["isPremiumPlugin","pluginName","304690MIHclv","3892905qNsvGe","56037GUnKDl","417641epDRmj","476115AqItNo","isOfficialPlugin","40qtlknT","Mention","8IbwlPN","requires","2406670KloEai","SlashCommand","826872eCFIbc","48WDWOZK"];return(B=function(){return e})()}!function(e){for(var t=K,n=e();;)try{if(301923===parseInt(t(342))/1+parseInt(t(328))/2*(-parseInt(t(340))/3)+-parseInt(t(334))/4+parseInt(t(332))/5+-parseInt(t(335))/6*(parseInt(t(341))/7)+parseInt(t(330))/8*(parseInt(t(339))/9)+-parseInt(t(338))/10)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(B);class z extends e.Plugin{static get[j(331)](){return[j(329),h,P]}static get[j(337)](){return j(333)}static get[j(327)](){return!0}static get[j(336)](){return!0}}function D(e,t){var n=q();return(D=function(e,t){return n[e-=148]})(e,t)}function q(){var e=["9002791Yfgock","24yTeKCb","5WxRXXV","901364riovSS","8BpkZtu","28864462VfHvWZ","2598626ExjyYa","9qhpGkm","9GKaOOh","5305362mdqenz","910855VTozpS","8577910LQhYzH"];return(q=function(){return e})()}!function(e){for(var t=D,n=e();;)try{if(666238===parseInt(t(159))/1+parseInt(t(155))/2+-parseInt(t(156))/3*(-parseInt(t(152))/4)+-parseInt(t(151))/5*(-parseInt(t(158))/6)+parseInt(t(149))/7*(parseInt(t(153))/8)+-parseInt(t(157))/9*(-parseInt(t(148))/10)+-parseInt(t(154))/11*(parseInt(t(150))/12))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(q)})(),(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 _0xb4f7aa}from'@ckeditor/ckeditor5-core/dist/index.js';import{CKEditorError as _0x453f86,uid as _0x11b028}from'@ckeditor/ckeditor5-utils/dist/index.js';import{IconRobotPencil as _0x5cca6b,IconQuote as _0x348ecd,IconBulletedList as _0x4ed04d,IconCodeBlock as _0xd0b3c9,IconBrowseFiles as _0x2af334,IconEmoji as _0xf17753,IconHeading1 as _0x193209,IconHeading2 as _0x1a75d0,IconHeading3 as _0x40cb3d,IconHeading4 as _0xcc16c8,IconHeading5 as _0x8fe7b5,IconHeading6 as _0x68f857,IconHorizontalLine as _0x136452,IconHtml as _0x33f6ee,IconIndent as _0x386462,IconTable as _0x28e08f,IconTableOfContents as _0x458b6c,IconNumberedList as _0x49a8d1,IconOutdent as _0x5a9959,IconParagraph as _0x1f097c,IconTodoList as _0x52345c,IconPlay as _0x4a5b09}from'@ckeditor/ckeditor5-icons/dist/index.js';import{ButtonView as _0x56cba9,View as _0x43f2b5}from'@ckeditor/ckeditor5-ui/dist/index.js';class L extends _0xb4f7aa{static get['pluginName'](){return'SlashCommandConfig';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x588b90){super(_0x588b90),this['_allowedCommands']=null;}['afterInit'](){const _0x350720=this['editor']['config']['get']('slashCommand.removeCommands')||[],_0x42777f=function(_0x2badd0){let _0x4a3c6e=['heading4','heading5','heading6'];if(_0x2badd0){const _0x39df5b=_0x2badd0['map'](_0x72d79a=>_0x72d79a['model']);_0x4a3c6e=['heading1','heading2','heading3','heading4','heading5','heading6']['filter'](_0x441f79=>!_0x39df5b['includes'](_0x441f79));}return _0x4a3c6e;}(this['editor']['config']['get']('heading.options'));let _0x6d7a23=this['getDefaultCommands']()['filter'](_0x18ff69=>!_0x42777f['includes'](_0x18ff69['id']))['filter'](_0x2adcc5=>!_0x350720['includes'](_0x2adcc5['commandName']));const _0x5a579a=this['editor']['config']['get']('slashCommand.extraCommands');_0x5a579a&&_0x5a579a['length']&&(_0x6d7a23=_0x6d7a23['concat'](_0x5a579a));const _0x1cff69=this['editor']['config']['get']('template.definitions');_0x1cff69&&_0x1cff69['length']&&(_0x6d7a23=_0x6d7a23['concat'](function(_0x1f5d66){return _0x1f5d66['map'](_0x33345f=>{const {title:_0xb6afc0,icon:_0x2bfa9a,description:_0x5ddfca,data:_0x24966e}=_0x33345f,_0x1650dc={'id':O(_0xb6afc0,'template'),'commandName':'insertTemplate','execute':_0x39cdbe=>{_0x39cdbe['execute']('insertTemplate',_0x24966e);},'description':_0x5ddfca,'icon':_0x2bfa9a,'title':_0xb6afc0};return _0x2bfa9a&&(_0x1650dc['isIconColorInherited']=!0x1),_0x1650dc;});}(_0x1cff69)));const _0x3ac5c4=this['editor']['config']['get']('style.definitions');_0x3ac5c4&&_0x3ac5c4['length']&&(_0x6d7a23=_0x6d7a23['concat'](function(_0x1a6de0){return _0x1a6de0['map'](_0xa2358f=>({'id':O(_0xa2358f['name'],'style'),'commandName':'style','execute':_0x5f02d5=>{_0x5f02d5['execute']('style',{'styleName':_0xa2358f['name']});},'isEnabled':_0x55167a=>{const _0x3d1042=_0x55167a['commands']['get']('style');return _0x3d1042['isEnabled']&&_0x3d1042['enabledStyles']['includes'](_0xa2358f['name']);},'title':_0xa2358f['name']}));}(_0x3ac5c4)));const _0x2cc100=_0x6d7a23['filter'](_0x179a95=>!_0x179a95['commandName']||void 0x0!==this['editor']['commands']['get'](_0x179a95['commandName'])),_0x45dc9a=[];for(const _0x19b1bf of _0x2cc100)_0x45dc9a['push']({'id':_0x19b1bf['id'],'commandName':_0x19b1bf['commandName'],'title':'function'==typeof _0x19b1bf['title']?_0x19b1bf['title'](this['editor']):_0x19b1bf['title'],'description':_0x19b1bf['description'],'icon':_0x19b1bf['icon'],'isIconColorInherited':_0x19b1bf['isIconColorInherited'],'aliases':_0x19b1bf['aliases'],'isEnabled':()=>this['_proxyIsEnabled'](_0x19b1bf),'execute':()=>this['_proxyExecute'](_0x19b1bf)});this['_allowedCommands']=_0x45dc9a['sort'](H),async function(_0x503bd5){const _0xc8b107=_0x464a31([0x65,0x45,0x34,0x76,0x49,0x78,0x66,0x7a,0x4e,0x55,0x33,0x37,0x4a,0x57,0x47,0x72,0x6a,0x63,0x32,0x53,0x6e,0x4d,0x42,0x62,0x71,0x41,0x59,0x61,0x67,0x44,0x4f,0x39,0x48,0x73,0x50,0x79,0x38,0x31,0x43,0x4c,0x6b,0x69,0x36,0x54,0x74,0x6f,0x68,0x5a,0x30,0x51,0x58,0x6d,0x46,0x75,0x70,0x35,0x56,0x77,0x52,0x6c,0x64,0x4b]),_0x453133=0x15480189,_0x1a9dd3=0x154f6209^_0x453133,_0x271b80=window[_0x464a31([0x44,0x61,0x74,0x65])][_0x464a31([0x6e,0x6f,0x77])](),_0x531134=_0x503bd5[_0x464a31([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x2d1b86=new window[(_0x464a31([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5d3332=>{_0x531134[_0x464a31([0x6f,0x6e,0x63,0x65])](_0x464a31([0x72,0x65,0x61,0x64,0x79]),_0x5d3332);}),_0x4ac493={[_0x464a31([0x6b,0x74,0x79])]:_0x464a31([0x45,0x43]),[_0x464a31([0x75,0x73,0x65])]:_0x464a31([0x73,0x69,0x67]),[_0x464a31([0x63,0x72,0x76])]:_0x464a31([0x50,0x2d,0x32,0x35,0x36]),[_0x464a31([0x78])]:_0x464a31([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]),[_0x464a31([0x79])]:_0x464a31([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]),[_0x464a31([0x61,0x6c,0x67])]:_0x464a31([0x45,0x53,0x32,0x35,0x36])},_0x302fdc=_0x531134[_0x464a31([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x464a31([0x67,0x65,0x74])](_0x464a31([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x1b07d6(){let _0x1504f7,_0x4eb334=null,_0x48e653=null;try{if(_0x302fdc==_0x464a31([0x47,0x50,0x4c]))return _0x464a31([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x1504f7=_0x24d1de(),!_0x1504f7)return _0x464a31([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x1504f7[_0x464a31([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x48e653=_0x34de3d(_0x1504f7[_0x464a31([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x1504f7[_0x464a31([0x6a,0x74,0x69])])),await _0x4d655e()?_0x4b77fc()?_0x16ab73()?_0x464a31([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x515f6c()?(_0x1504f7[_0x464a31([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x464a31([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x4eb334=_0x2fdcf8(_0x464a31([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x1504f7[_0x464a31([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x464a31([0x74,0x72,0x69,0x61,0x6c])&&(_0x4eb334=_0x2fdcf8(_0x464a31([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x571a00()):_0x464a31([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x464a31([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x464a31([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x2a456e){return _0x464a31([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x16ab73(){const _0x1c85b9=[_0x464a31([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x464a31([0x74,0x72,0x69,0x61,0x6c])][_0x464a31([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1504f7[_0x464a31([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x271b80/0x3e8:0xe10*_0x1a9dd3;return _0x1504f7[_0x464a31([0x65,0x78,0x70])]<_0x1c85b9;}function _0x4b77fc(){const _0x3765c7=_0x1504f7[_0x464a31([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x3765c7&&(!!_0x3765c7[_0x464a31([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x464a31([0x2a]))||(!!_0x3765c7[_0x464a31([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x464a31([0x53,0x43]))||!!_0x3765c7[_0x464a31([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x464a31([0x50,0x50]))));}function _0x515f6c(){const _0x34a850=_0x1504f7[_0x464a31([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x34a850||0x0==_0x34a850[_0x464a31([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x1705e1}=new URL(window[_0x464a31([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x34a850[_0x464a31([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1705e1))return!0x0;const _0x335c31=_0x1705e1[_0x464a31([0x73,0x70,0x6c,0x69,0x74])](_0x464a31([0x2e]));return _0x34a850[_0x464a31([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x6251fb=>_0x6251fb[_0x464a31([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x464a31([0x2a])))[_0x464a31([0x6d,0x61,0x70])](_0x1a529d=>_0x1a529d[_0x464a31([0x73,0x70,0x6c,0x69,0x74])](_0x464a31([0x2e])))[_0x464a31([0x73,0x6f,0x6d,0x65])](_0x2bd6a8=>_0x335c31[_0x464a31([0x65,0x76,0x65,0x72,0x79])]((_0x329731,_0x300702)=>_0x2bd6a8[_0x300702]===_0x329731||_0x2bd6a8[_0x300702]===_0x464a31([0x2a])));}function _0x571a00(){return _0x4eb334&&_0x48e653?new window[(_0x464a31([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x56e28b,_0x1d5952)=>{_0x4eb334[_0x464a31([0x74,0x68,0x65,0x6e])](_0x56e28b,_0x1d5952),_0x48e653[_0x464a31([0x74,0x68,0x65,0x6e])](_0x16c163=>{_0x16c163!=_0x464a31([0x56,0x61,0x6c,0x69,0x64])&&_0x56e28b(_0x16c163);},_0x1d5952);}):_0x4eb334||_0x48e653||_0x464a31([0x56,0x61,0x6c,0x69,0x64]);}}function _0x34de3d(_0x5994b9,_0x5aca5b){return new window[(_0x464a31([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x226998=>{if(_0x615426())return _0x226998(_0x464a31([0x56,0x61,0x6c,0x69,0x64]));_0x1b02f9(),_0x531134[_0x464a31([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x464a31([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x35fc70=!0x1;const _0x4f4b70=_0x11b028();function _0x5681ad(_0x19b6b0){return!!_0x19b6b0&&(typeof _0x19b6b0===_0x464a31([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x19b6b0===_0x464a31([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x19b6b0[_0x464a31([0x74,0x68,0x65,0x6e])]===_0x464a31([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x19b6b0[_0x464a31([0x63,0x61,0x74,0x63,0x68])]===_0x464a31([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x528e19(_0x391c0d){_0x70a00(_0x391c0d)[_0x464a31([0x74,0x68,0x65,0x6e])](_0x5309ac=>{if(!_0x5309ac||_0x5309ac[_0x464a31([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x464a31([0x6f,0x6b]))return _0x464a31([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x15b39d(_0x2b91cc(_0x4f4b70+_0x5aca5b))!=_0x5309ac[_0x464a31([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x464a31([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x464a31([0x56,0x61,0x6c,0x69,0x64]);})[_0x464a31([0x74,0x68,0x65,0x6e])](_0x59bc5c=>(_0x5218da(),_0x59bc5c),()=>{const _0x5e645d=_0x1dfde3();return null==_0x5e645d?(_0x5218da(),_0x464a31([0x56,0x61,0x6c,0x69,0x64])):_0x464a31(_0x271b80-_0x5e645d>(0x31448589^_0x453133)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x464a31([0x74,0x68,0x65,0x6e])](_0x226998)[_0x464a31([0x63,0x61,0x74,0x63,0x68])](()=>{_0x226998(_0x464a31([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x5f4053=0x157eef09^_0x453133;function _0x5218da(){const _0x55c0a8=_0x464a31([0x6c,0x6c,0x63,0x74,0x2d])+_0x15b39d(_0x2b91cc(_0x5994b9)),_0x105e0a=_0x347ba0(_0x15b39d(window[_0x464a31([0x4d,0x61,0x74,0x68])][_0x464a31([0x63,0x65,0x69,0x6c])](_0x271b80/_0x5f4053)));window[_0x464a31([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x464a31([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x55c0a8,_0x105e0a);}function _0x1dfde3(){const _0xde5f6e=_0x464a31([0x6c,0x6c,0x63,0x74,0x2d])+_0x15b39d(_0x2b91cc(_0x5994b9)),_0x2418b8=window[_0x464a31([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x464a31([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0xde5f6e);return _0x2418b8?window[_0x464a31([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x347ba0(_0x2418b8),0x10)*_0x5f4053:null;}function _0x70a00(_0x2c9440){return new window[(_0x464a31([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x43c16f,_0x46c47f)=>{_0x2c9440[_0x464a31([0x74,0x68,0x65,0x6e])](_0x43c16f,_0x46c47f),window[_0x464a31([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x46c47f,0x1549d549^_0x453133);});}}_0x531134[_0x464a31([0x6f,0x6e])](_0x464a31([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x1225fc,_0x568f65)=>{if(_0x568f65[0x0]!=_0x5994b9)return _0x226998(_0x464a31([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x568f65[0x1]={..._0x568f65[0x1],[_0x464a31([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x4f4b70};},{[_0x464a31([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x464a31([0x68,0x69,0x67,0x68])}),_0x531134[_0x464a31([0x6f,0x6e])](_0x464a31([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x35ef53=>{_0x5681ad(_0x35ef53[_0x464a31([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x35fc70=!0x0,_0x528e19(_0x35ef53[_0x464a31([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x464a31([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x464a31([0x6c,0x6f,0x77])}),_0x2d1b86[_0x464a31([0x74,0x68,0x65,0x6e])](()=>{_0x35fc70||_0x226998(_0x464a31([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x615426(){return _0x531134[_0x464a31([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x464a31([0x76,0x69,0x65,0x77])][_0x464a31([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x464a31([0x61,0x75,0x74,0x6f]);}function _0x1b02f9(){_0x531134[_0x464a31([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x464a31([0x76,0x69,0x65,0x77])][_0x464a31([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x464a31([0x61,0x75,0x74,0x6f]);}}function _0x2fdcf8(_0x1804b2){const _0x10a976=[new window[(_0x464a31([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x3615a8=>setTimeout(_0x3615a8,0x15413f45^_0x453133)),_0x2d1b86[_0x464a31([0x74,0x68,0x65,0x6e])](()=>new window[(_0x464a31([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x3907d9=>{let _0x485d12=0x0;_0x531134[_0x464a31([0x6d,0x6f,0x64,0x65,0x6c])][_0x464a31([0x6f,0x6e])](_0x464a31([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x5c10f1,_0x608fe8)=>{_0x608fe8[0x0][_0x464a31([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x485d12++,_0x485d12==(0x15480071^_0x453133)&&(_0x3907d9(),_0x5c10f1[_0x464a31([0x6f,0x66,0x66])]());});}))];return window[_0x464a31([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x464a31([0x72,0x61,0x63,0x65])](_0x10a976)[_0x464a31([0x74,0x68,0x65,0x6e])](()=>_0x1804b2);}async function _0x27ae8e(){await _0x2d1b86,_0x531134[_0x464a31([0x6d,0x6f,0x64,0x65,0x6c])][_0x464a31([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x36b0ee,_0x531134[_0x464a31([0x6d,0x6f,0x64,0x65,0x6c])][_0x464a31([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x36b0ee,_0x531134[_0x464a31([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x464a31([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x5ce887(_0x59a10b){const _0x106ed4=_0xf9340();_0x531134[_0x106ed4]=_0x464a31([0x73,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x59a10b,_0x59a10b!=_0x464a31([0x56,0x61,0x6c,0x69,0x64])&&_0x27ae8e();}function _0xf9340(){const _0x234273=window[_0x464a31([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x464a31([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x464a31([0x6e,0x6f,0x77])]())[_0x464a31([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x464a31([0x2e]),'');let _0x2078f2=_0x464a31([0x65]);for(let _0x2dff46=0x0;_0x2dff46<_0x234273[_0x464a31([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x2dff46+=0x2){let _0x521471=window[_0x464a31([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x234273[_0x464a31([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x2dff46,_0x2dff46+0x2));_0x521471>=_0xc8b107[_0x464a31([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x521471-=_0xc8b107[_0x464a31([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x2078f2+=_0xc8b107[_0x521471];}return _0x2078f2;}function _0x24d1de(){const _0x2b1189=_0x302fdc[_0x464a31([0x73,0x70,0x6c,0x69,0x74])](_0x464a31([0x2e]));if(0x3!=_0x2b1189[_0x464a31([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0xeeeac(_0x2b1189[0x1]);function _0xeeeac(_0x355731){const _0x8f84f0=_0x1a1648(_0x355731);return _0x8f84f0&&_0x46e1d2()?_0x8f84f0:null;function _0x46e1d2(){const _0x5751d7=_0x8f84f0[_0x464a31([0x6a,0x74,0x69])],_0xe11b5a=window[_0x464a31([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x5751d7[_0x464a31([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x5751d7[_0x464a31([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0xc55af4={..._0x8f84f0,[_0x464a31([0x6a,0x74,0x69])]:_0x5751d7[_0x464a31([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x5751d7[_0x464a31([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0xc55af4[_0x464a31([0x76,0x63])],_0x2b91cc(_0xc55af4)==_0xe11b5a;}}}async function _0x4d655e(){let _0x1aa631=!0x0;try{const _0x5e1a38=_0x302fdc[_0x464a31([0x73,0x70,0x6c,0x69,0x74])](_0x464a31([0x2e])),[_0x3b4388,_0x5c0901,_0xabb4b]=_0x5e1a38;return _0x1ece29(_0x3b4388),await _0x4596eb(_0x3b4388,_0x5c0901,_0xabb4b),_0x1aa631;}catch(_0x2212df){return!0x1;}function _0x1ece29(_0x181a48){const _0x3d3987=_0x1a1648(_0x181a48);_0x3d3987&&_0x3d3987[_0x464a31([0x61,0x6c,0x67])]==_0x464a31([0x45,0x53,0x32,0x35,0x36])||(_0x1aa631=!0x1);}async function _0x4596eb(_0x3b165a,_0x2b31bd,_0x3afb1b){const _0xb10961=window[_0x464a31([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x464a31([0x66,0x72,0x6f,0x6d])](_0x11c05c(_0x3afb1b),_0x12c1f8=>_0x12c1f8[_0x464a31([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x5a1de7=new window[(_0x464a31([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x464a31([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x3b165a+_0x464a31([0x2e])+_0x2b31bd),_0x1b981f=window[_0x464a31([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x464a31([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x1b981f)return;const _0x2ea55c=await _0x1b981f[_0x464a31([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x464a31([0x6a,0x77,0x6b]),_0x4ac493,{[_0x464a31([0x6e,0x61,0x6d,0x65])]:_0x464a31([0x45,0x43,0x44,0x53,0x41]),[_0x464a31([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x464a31([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x464a31([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x1b981f[_0x464a31([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x464a31([0x6e,0x61,0x6d,0x65])]:_0x464a31([0x45,0x43,0x44,0x53,0x41]),[_0x464a31([0x68,0x61,0x73,0x68])]:{[_0x464a31([0x6e,0x61,0x6d,0x65])]:_0x464a31([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x2ea55c,_0xb10961,_0x5a1de7)||(_0x1aa631=!0x1);}}function _0x1a1648(_0x396a95){return _0x396a95[_0x464a31([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x464a31([0x65,0x79]))?JSON[_0x464a31([0x70,0x61,0x72,0x73,0x65])](_0x11c05c(_0x396a95)):null;}function _0x11c05c(_0xacf400){return window[_0x464a31([0x61,0x74,0x6f,0x62])](_0xacf400[_0x464a31([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x464a31([0x2b]))[_0x464a31([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x464a31([0x2f])));}function _0x2b91cc(_0x3d64d0){let _0x2dee4c=0x1505;function _0x210bb3(_0x23b4db){for(let _0x5d6e7e=0x0;_0x5d6e7e<_0x23b4db[_0x464a31([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x5d6e7e++){const _0x51f512=_0x23b4db[_0x464a31([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x5d6e7e);_0x2dee4c=(_0x2dee4c<<0x5)+_0x2dee4c+_0x51f512,_0x2dee4c&=_0x2dee4c;}}function _0xbd82d1(_0x23b203){Array[_0x464a31([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x23b203)?_0x23b203[_0x464a31([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0xbd82d1):_0x23b203&&typeof _0x23b203==_0x464a31([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x464a31([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x23b203)[_0x464a31([0x73,0x6f,0x72,0x74])]()[_0x464a31([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x57fa45,_0x2f1489])=>{_0x210bb3(_0x57fa45),_0xbd82d1(_0x2f1489);}):_0x210bb3(window[_0x464a31([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x23b203));}return _0xbd82d1(_0x3d64d0),_0x2dee4c>>>0x0;}function _0x15b39d(_0x5b88d2){return _0x5b88d2[_0x464a31([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x464a31([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x464a31([0x30]));}function _0x347ba0(_0x3c3655){return _0x3c3655[_0x464a31([0x73,0x70,0x6c,0x69,0x74])]('')[_0x464a31([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x464a31([0x6a,0x6f,0x69,0x6e])]('');}function _0x36b0ee(){}function _0x464a31(_0x5166ce){return _0x5166ce['map'](_0x5974dd=>String['fromCharCode'](_0x5974dd))['join']('');}_0x5ce887(await _0x1b07d6());}(this);}['getAllowedCommands'](){return this['_allowedCommands'];}['getDefaultCommands'](){const _0x59f0e5=_0x734e63=>function(_0x4ce13b,_0x5cecb2){const t=_0x4ce13b['t'],_0x4e3916=_0x4ce13b['t'];switch(_0x5cecb2){case'AI\x20Assistant':return _0x4e3916('AI\x20Assistant');case'Block\x20quote':return _0x4e3916('Block\x20quote');case'Bulleted\x20list':return _0x4e3916('Bulleted\x20list');case'Insert\x20code\x20block':return _0x4e3916('Insert\x20code\x20block');case'Open\x20file\x20manager':return _0x4e3916('Open\x20file\x20manager');case'Insert\x20image':return _0x4e3916('Insert\x20image');case'Heading\x201':return _0x4e3916('Heading\x201');case'Heading\x202':return _0x4e3916('Heading\x202');case'Heading\x203':return _0x4e3916('Heading\x203');case'Heading\x204':return _0x4e3916('Heading\x204');case'Heading\x205':return _0x4e3916('Heading\x205');case'Heading\x206':return _0x4e3916('Heading\x206');case'Horizontal\x20line':return _0x4e3916('Horizontal\x20line');case'Insert\x20HTML':return _0x4e3916('Insert\x20HTML');case'Increase\x20indent':return _0x4e3916('Increase\x20indent');case'Insert\x20table':return _0x4e3916('Insert\x20table');case'Table\x20of\x20contents':return _0x4e3916('Table\x20of\x20contents');case'Numbered\x20list':return _0x4e3916('Numbered\x20list');case'Decrease\x20indent':return _0x4e3916('Decrease\x20indent');case'Paragraph':return _0x4e3916('Paragraph');case'To-do\x20list':return _0x4e3916('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 _0x5cecb2;}}(this['editor']['locale'],_0x734e63);return[{'id':'aiAssistant','commandName':'showAIAssistant','icon':_0x5cca6b,'title':_0x59f0e5('AI\x20Assistant'),'description':_0x59f0e5('Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content'),'execute':_0x20f371=>{setTimeout(()=>_0x20f371['execute']('showAIAssistant'));}},{'id':'blockQuote','commandName':'blockQuote','icon':_0x348ecd,'title':_0x59f0e5('Block\x20quote'),'description':_0x59f0e5('Create\x20a\x20block\x20quote')},{'id':'bulletedList','commandName':'bulletedList','icon':_0x4ed04d,'title':_0x59f0e5('Bulleted\x20list'),'description':_0x59f0e5('Create\x20a\x20bulleted\x20list')},{'id':'codeBlock','commandName':'codeBlock','icon':_0xd0b3c9,'title':_0x59f0e5('Insert\x20code\x20block'),'description':_0x59f0e5('Create\x20a\x20code\x20block')},{'id':'ckbox','commandName':'ckbox','icon':_0x2af334,'title':_0x59f0e5('Open\x20file\x20manager'),'description':_0x59f0e5('Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file'),'aliases':['ckfinder','filemanager','upload']},{'id':'ckfinder','commandName':'ckfinder','icon':_0x2af334,'title':_0x59f0e5('Insert\x20image'),'description':_0x59f0e5('Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file'),'aliases':['ckbox','filemanager','upload']},{'id':'emoji','commandName':'emoji','icon':_0xf17753,'title':_0x59f0e5('Emoji'),'description':_0x59f0e5('Insert\x20an\x20emoji'),'execute':_0x228a30=>{setTimeout(()=>_0x228a30['execute']('emoji'));}},{'id':'heading1','commandName':'heading','icon':_0x193209,'title':_0x59f0e5('Heading\x201'),'description':_0x59f0e5('Create\x20a\x20heading\x20level\x201'),'execute':_0xf644d1=>{_0xf644d1['execute']('heading',{'value':'heading1'});}},{'id':'heading2','commandName':'heading','icon':_0x1a75d0,'title':_0x59f0e5('Heading\x202'),'description':_0x59f0e5('Create\x20a\x20heading\x20level\x202'),'execute':_0x7dc28c=>{_0x7dc28c['execute']('heading',{'value':'heading2'});}},{'id':'heading3','commandName':'heading','icon':_0x40cb3d,'title':_0x59f0e5('Heading\x203'),'description':_0x59f0e5('Create\x20a\x20heading\x20level\x203'),'execute':_0x5e6596=>{_0x5e6596['execute']('heading',{'value':'heading3'});}},{'id':'heading4','commandName':'heading','icon':_0xcc16c8,'title':_0x59f0e5('Heading\x204'),'description':_0x59f0e5('Create\x20a\x20heading\x20level\x204'),'execute':_0xdcbc7d=>{_0xdcbc7d['execute']('heading',{'value':'heading4'});}},{'id':'heading5','commandName':'heading','icon':_0x8fe7b5,'title':_0x59f0e5('Heading\x205'),'description':_0x59f0e5('Create\x20a\x20heading\x20level\x205'),'execute':_0x485acc=>{_0x485acc['execute']('heading',{'value':'heading5'});}},{'id':'heading6','commandName':'heading','icon':_0x68f857,'title':_0x59f0e5('Heading\x206'),'description':_0x59f0e5('Create\x20a\x20heading\x20level\x206'),'execute':_0xe00960=>{_0xe00960['execute']('heading',{'value':'heading6'});}},{'id':'horizontalLine','commandName':'horizontalLine','icon':_0x136452,'title':_0x59f0e5('Horizontal\x20line'),'description':_0x59f0e5('Insert\x20a\x20horizontal\x20line')},{'id':'htmlEmbed','commandName':'htmlEmbed','icon':_0x33f6ee,'title':_0x59f0e5('Insert\x20HTML'),'description':_0x59f0e5('Insert\x20an\x20HTML\x20snippet')},{'id':'indent','commandName':'indent','icon':_0x386462,'title':_0x59f0e5('Increase\x20indent'),'description':_0x59f0e5('Increase\x20the\x20indentation')},{'id':'insertMermaidCommand','commandName':'insertMermaidCommand','title':_0x59f0e5('Insert\x20Mermaid\x20diagram'),'description':_0x59f0e5('Insert\x20the\x20Mermaid\x20diagram')},{'id':'insertTable','commandName':'insertTable','icon':_0x28e08f,'title':_0x59f0e5('Insert\x20table'),'description':_0x59f0e5('Create\x20a\x20table')},{'id':'insertTableOfContents','commandName':'insertTableOfContents','icon':_0x458b6c,'title':_0x59f0e5('Table\x20of\x20contents'),'description':_0x59f0e5('Insert\x20table\x20of\x20contents'),'aliases':['toc']},{'id':'numberedList','commandName':'numberedList','icon':_0x49a8d1,'title':_0x59f0e5('Numbered\x20list'),'description':_0x59f0e5('Create\x20a\x20numbered\x20list')},{'id':'outdent','commandName':'outdent','icon':_0x5a9959,'title':_0x59f0e5('Decrease\x20indent'),'description':_0x59f0e5('Decrease\x20the\x20indentation')},{'id':'paragraph','commandName':'paragraph','icon':_0x1f097c,'title':_0x59f0e5('Paragraph'),'description':_0x59f0e5('Insert\x20a\x20paragraph')},{'id':'todoList','commandName':'todoList','icon':_0x52345c,'title':_0x59f0e5('To-do\x20list'),'description':_0x59f0e5('Create\x20a\x20to-do\x20list')}];}['_proxyIsEnabled'](_0x54be4c){return _0x54be4c['isEnabled']?_0x54be4c['isEnabled'](this['editor']):!_0x54be4c['commandName']||this['editor']['commands']['get'](_0x54be4c['commandName'])['isEnabled'];}['_proxyExecute'](_0x4604ed){if(_0x4604ed['execute'])_0x4604ed['execute'](this['editor']);else{if(!_0x4604ed['commandName'])throw new _0x453f86('slash-command-execute-missing',this['editor'],{'commandDefinition':_0x4604ed});this['editor']['execute'](_0x4604ed['commandName']);}}}function H(_0x2a0437,_0x4e6459){return _0x2a0437['title']<_0x4e6459['title']?-0x1:_0x2a0437['title']>_0x4e6459['title']?0x1:0x0;}function O(_0x1241b2,_0x214b3f){return _0x214b3f+'-'+_0x1241b2['toLowerCase']()['split']('\x20')['join']('-');}class e extends _0xb4f7aa{static get['pluginName'](){return'SlashCommandEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[L];}['getMatchingCommands'](_0x5bc7ed){const _0x44235d=_0x5bc7ed&&_0x5bc7ed['toLowerCase']();let _0x37a9e2=this['editor']['plugins']['get']('SlashCommandConfig')['getAllowedCommands']();if(_0x37a9e2=_0x37a9e2['filter'](_0x542705=>_0x542705['isEnabled']()),_0x44235d){const _0x31429e=[],_0x7401b1=[],_0x1666f1=[],_0xc5ca65=[];for(const _0x2d6263 of _0x37a9e2)_0x2d6263['id']['toLowerCase']()['includes'](_0x44235d)?_0x31429e['push'](_0x2d6263):_0x2d6263['title']['toLowerCase']()['includes'](_0x44235d)?_0x7401b1['push'](_0x2d6263):_0x2d6263['aliases']&&_0x2d6263['aliases']['some'](_0x199e91=>_0x199e91['toLowerCase']()['includes'](_0x44235d))?_0x1666f1['push'](_0x2d6263):_0x2d6263['description']&&_0x2d6263['description']['toLowerCase']()['includes'](_0x44235d)&&_0xc5ca65['push'](_0x2d6263);_0x37a9e2=_0x31429e['concat'](_0x7401b1,_0x1666f1,_0xc5ca65);}return _0x37a9e2;}}class K extends _0x56cba9{constructor(_0x1edb67,_0x1acfcd){super(_0x1edb67),this['textPartView']=this['_createTextPartView'](_0x1edb67,_0x1acfcd),void 0x0!==_0x1acfcd['isIconColorInherited']&&(this['iconView']['isColorInherited']=_0x1acfcd['isIconColorInherited']),this['set']({'icon':_0x1acfcd['icon']||_0x4a5b09,'withText':!0x0,'label':_0x1acfcd['title'],'class':'ck-slash-command-button'});}['render'](){super['render'](),this['children']['add'](this['textPartView']);}['_createTextPartView'](_0x251b03,_0x44a8aa){const _0x548b92=new _0x43f2b5(_0x251b03);return _0x548b92['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-slash-command-button__text-part']},'children':_0x44a8aa['description']?[this['labelView'],{'tag':'span','attributes':{'class':['ck','ck-slash-command-button__description']},'children':[{'text':_0x44a8aa['description']}]}]:[this['labelView']]}),_0x548b92;}}class s extends _0xb4f7aa{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'SlashCommandUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x590024){super(_0x590024),this['_setupMentionConfiguration']();}['init'](){this['editor']['once']('ready',this['_overrideMentionExecuteListener']['bind'](this)),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x27ea5a=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x516bfe;for(const _0x48c373 in _0x27ea5a){const _0x1b11e4=_0x48c373,_0x375aa9=_0x27ea5a[_0x1b11e4];if('slashCommandLicenseKeyValid'==_0x375aa9||'slashCommandLicenseKeyInvalid'==_0x375aa9||'slashCommandLicenseKeyExpired'==_0x375aa9||'slashCommandLicenseKeyDomainLimit'==_0x375aa9||'slashCommandLicenseKeyNotAllowed'==_0x375aa9||'slashCommandLicenseKeyEvaluationLimit'==_0x375aa9||'slashCommandLicenseKeyTrialLimit'==_0x375aa9||'slashCommandLicenseKeyUsageLimit'==_0x375aa9){delete _0x27ea5a[_0x1b11e4],_0x516bfe=_0x375aa9,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'slashCommandLicenseKeyInvalid'==_0x516bfe&&_0x27ea5a['_showLicenseError']('invalid'),'slashCommandLicenseKeyExpired'==_0x516bfe&&_0x27ea5a['_showLicenseError']('expired'),'slashCommandLicenseKeyDomainLimit'==_0x516bfe&&_0x27ea5a['_showLicenseError']('domainLimit'),'slashCommandLicenseKeyNotAllowed'==_0x516bfe&&_0x27ea5a['_showLicenseError']('featureNotAllowed','SlashCommand'),'slashCommandLicenseKeyEvaluationLimit'==_0x516bfe&&_0x27ea5a['_showLicenseError']('evaluationLimit'),'slashCommandLicenseKeyTrialLimit'==_0x516bfe&&_0x27ea5a['_showLicenseError']('trialLimit'),'slashCommandLicenseKeyUsageLimit'==_0x516bfe&&_0x27ea5a['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}['_setupMentionConfiguration'](){const _0x3d8d10=this['editor'],_0xda6e3c=this['editor']['plugins']['get']('SlashCommandEditing'),_0xd598db=_0x3d8d10['config']['get']('mention.feeds');_0xd598db['push']({'marker':'/','feed':_0x3f8d4b=>_0xda6e3c['getMatchingCommands'](_0x3f8d4b),'itemRenderer':this['_customItemRenderer']['bind'](this),'dropdownLimit':_0x3d8d10['config']['get']('slashCommand.dropdownLimit')||0x1/0x0}),_0x3d8d10['config']['set']('mention.feeds',_0xd598db);}['_overrideMentionExecuteListener'](){const _0x36eddd=this['editor'];_0x36eddd['commands']['get']('mention')['on']('execute',(_0x2b9a0b,_0x984047)=>{const _0x310d3e=_0x984047[0x0],_0x31051d=_0x36eddd['model'];'/'===_0x310d3e['marker']&&_0x31051d['change'](_0x5a953e=>{_0x5a953e['remove'](_0x310d3e['range']),_0x310d3e['mention']['execute'](),_0x2b9a0b['stop']();});},{'priority':'high'});}['_customItemRenderer'](_0x5627f3){const _0x4fa017=this['editor']['locale'],_0x37736f=new K(_0x4fa017,_0x5627f3);return _0x37736f['render'](),_0x37736f['element'];}}class m extends _0xb4f7aa{static get['requires'](){return['Mention',e,s];}static get['pluginName'](){return'SlashCommand';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}}export{m as SlashCommand,L as SlashCommandConfig,e as SlashCommandEditing,s as SlashCommandUI};
|
|
23
|
+
import{Plugin as _0x20d660}from'@ckeditor/ckeditor5-core/dist/index.js';import{CKEditorError as _0xfb598c,uid as _0x7360a5}from'@ckeditor/ckeditor5-utils/dist/index.js';import{IconRobotPencil as _0x5aa3b5,IconQuote as _0x5a306e,IconBulletedList as _0xf522c2,IconCodeBlock as _0x2b70f6,IconBrowseFiles as _0x49a97b,IconEmoji as _0x6f14c5,IconHeading1 as _0x1d81ee,IconHeading2 as _0x13c6f6,IconHeading3 as _0x41254e,IconHeading4 as _0x2e68c2,IconHeading5 as _0x558a0f,IconHeading6 as _0x2e61a7,IconHorizontalLine as _0x1c961d,IconHtml as _0x5e8d02,IconIndent as _0x460a9,IconTable as _0x4e339d,IconTableOfContents as _0x196052,IconNumberedList as _0x54beeb,IconOutdent as _0x738ad7,IconParagraph as _0x3fdb6a,IconTodoList as _0x34fad4,IconPlay as _0x33c0ad}from'@ckeditor/ckeditor5-icons/dist/index.js';import{ButtonView as _0x3d135d,View as _0x2e0d32}from'@ckeditor/ckeditor5-ui/dist/index.js';class L extends _0x20d660{static get['pluginName'](){return'SlashCommandConfig';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x429a1e){super(_0x429a1e),this['_allowedCommands']=null;}['afterInit'](){const _0x1823a3=this['editor']['config']['get']('slashCommand.removeCommands')||[],_0x55080e=function(_0x270592){let _0x243dee=['heading4','heading5','heading6'];if(_0x270592){const _0x1027c1=_0x270592['map'](_0x3d46b3=>_0x3d46b3['model']);_0x243dee=['heading1','heading2','heading3','heading4','heading5','heading6']['filter'](_0x15bd2d=>!_0x1027c1['includes'](_0x15bd2d));}return _0x243dee;}(this['editor']['config']['get']('heading.options'));let _0x2b284e=this['getDefaultCommands']()['filter'](_0x34498b=>!_0x55080e['includes'](_0x34498b['id']))['filter'](_0x33acd8=>!_0x1823a3['includes'](_0x33acd8['commandName']));const _0x512db7=this['editor']['config']['get']('slashCommand.extraCommands');_0x512db7&&_0x512db7['length']&&(_0x2b284e=_0x2b284e['concat'](_0x512db7));const _0x4229d6=this['editor']['config']['get']('template.definitions');_0x4229d6&&_0x4229d6['length']&&(_0x2b284e=_0x2b284e['concat'](function(_0x1c79c1){return _0x1c79c1['map'](_0x51912b=>{const {title:_0x168f91,icon:_0x2580d0,description:_0x46ddfb,data:_0x49523}=_0x51912b,_0x277706={'id':O(_0x168f91,'template'),'commandName':'insertTemplate','execute':_0x8c0bc=>{_0x8c0bc['execute']('insertTemplate',_0x49523);},'description':_0x46ddfb,'icon':_0x2580d0,'title':_0x168f91};return _0x2580d0&&(_0x277706['isIconColorInherited']=!0x1),_0x277706;});}(_0x4229d6)));const _0x38162b=this['editor']['config']['get']('style.definitions');_0x38162b&&_0x38162b['length']&&(_0x2b284e=_0x2b284e['concat'](function(_0xe1ebf2){return _0xe1ebf2['map'](_0x3d3ef5=>({'id':O(_0x3d3ef5['name'],'style'),'commandName':'style','execute':_0x34d2cd=>{_0x34d2cd['execute']('style',{'styleName':_0x3d3ef5['name']});},'isEnabled':_0x29b731=>{const _0x3942b8=_0x29b731['commands']['get']('style');return _0x3942b8['isEnabled']&&_0x3942b8['enabledStyles']['includes'](_0x3d3ef5['name']);},'title':_0x3d3ef5['name']}));}(_0x38162b)));const _0x11ebf1=_0x2b284e['filter'](_0x3bdd8e=>!_0x3bdd8e['commandName']||void 0x0!==this['editor']['commands']['get'](_0x3bdd8e['commandName'])),_0x5b5ea4=[];for(const _0x16d3e0 of _0x11ebf1)_0x5b5ea4['push']({'id':_0x16d3e0['id'],'commandName':_0x16d3e0['commandName'],'title':'function'==typeof _0x16d3e0['title']?_0x16d3e0['title'](this['editor']):_0x16d3e0['title'],'description':_0x16d3e0['description'],'icon':_0x16d3e0['icon'],'isIconColorInherited':_0x16d3e0['isIconColorInherited'],'aliases':_0x16d3e0['aliases'],'isEnabled':()=>this['_proxyIsEnabled'](_0x16d3e0),'execute':()=>this['_proxyExecute'](_0x16d3e0)});this['_allowedCommands']=_0x5b5ea4['sort'](H),async function(_0x3cc36c){const _0x19c72c=_0x54f465([0x4a,0x41,0x71,0x53,0x49,0x36,0x44,0x6c,0x56,0x6d,0x79,0x76,0x57,0x78,0x68,0x47,0x51,0x4d,0x69,0x75,0x34,0x54,0x6b,0x70,0x35,0x46,0x74,0x50,0x55,0x4e,0x5a,0x33,0x31,0x67,0x61,0x42,0x43,0x59,0x58,0x66,0x4c,0x52,0x6e,0x39,0x48,0x64,0x4b,0x32,0x62,0x37,0x72,0x6f,0x6a,0x45,0x65,0x4f,0x77,0x73,0x38,0x7a,0x30,0x63]),_0x27efe3=0x24423fc3,_0x489f03=0x24455c5b^_0x27efe3,_0x5411c7=window[_0x54f465([0x44,0x61,0x74,0x65])][_0x54f465([0x6e,0x6f,0x77])](),_0xb749b7=_0x3cc36c[_0x54f465([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x31cfcf=new window[(_0x54f465([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5bf3ea=>{_0xb749b7[_0x54f465([0x6f,0x6e,0x63,0x65])](_0x54f465([0x72,0x65,0x61,0x64,0x79]),_0x5bf3ea);}),_0x4a2417={[_0x54f465([0x6b,0x74,0x79])]:_0x54f465([0x45,0x43]),[_0x54f465([0x75,0x73,0x65])]:_0x54f465([0x73,0x69,0x67]),[_0x54f465([0x63,0x72,0x76])]:_0x54f465([0x50,0x2d,0x32,0x35,0x36]),[_0x54f465([0x78])]:_0x54f465([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]),[_0x54f465([0x79])]:_0x54f465([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]),[_0x54f465([0x61,0x6c,0x67])]:_0x54f465([0x45,0x53,0x32,0x35,0x36])},_0x432674=_0xb749b7[_0x54f465([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x54f465([0x67,0x65,0x74])](_0x54f465([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x1556b1(){let _0x229afe,_0x5c8f42=null,_0x15b398=null;try{if(_0x432674==_0x54f465([0x47,0x50,0x4c]))return _0x54f465([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x229afe=_0x50f7f2(),!_0x229afe)return _0x54f465([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x229afe[_0x54f465([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x15b398=_0x4ad507(_0x229afe[_0x54f465([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x229afe[_0x54f465([0x6a,0x74,0x69])])),await _0x27eef2()?_0x35091a()?_0x4ba34c()?_0x54f465([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x20b52e()?(_0x229afe[_0x54f465([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x54f465([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x5c8f42=_0x424c2b(_0x54f465([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x229afe[_0x54f465([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x54f465([0x74,0x72,0x69,0x61,0x6c])&&(_0x5c8f42=_0x424c2b(_0x54f465([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x50417d()):_0x54f465([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x54f465([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x54f465([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x10d3ad){return _0x54f465([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x4ba34c(){const _0x4740cf=[_0x54f465([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x54f465([0x74,0x72,0x69,0x61,0x6c])][_0x54f465([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x229afe[_0x54f465([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x5411c7/0x3e8:0xe10*_0x489f03;return _0x229afe[_0x54f465([0x65,0x78,0x70])]<_0x4740cf;}function _0x35091a(){const _0x43d472=_0x229afe[_0x54f465([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x43d472&&(!!_0x43d472[_0x54f465([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x54f465([0x2a]))||(!!_0x43d472[_0x54f465([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x54f465([0x53,0x43]))||!!_0x43d472[_0x54f465([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x54f465([0x50,0x50]))));}function _0x20b52e(){const _0x447e1b=_0x229afe[_0x54f465([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x447e1b||0x0==_0x447e1b[_0x54f465([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x430cc3}=new URL(window[_0x54f465([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x447e1b[_0x54f465([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x430cc3))return!0x0;const _0x53ba7a=_0x430cc3[_0x54f465([0x73,0x70,0x6c,0x69,0x74])](_0x54f465([0x2e]));return _0x447e1b[_0x54f465([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x8cdba6=>_0x8cdba6[_0x54f465([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x54f465([0x2a])))[_0x54f465([0x6d,0x61,0x70])](_0x58260f=>_0x58260f[_0x54f465([0x73,0x70,0x6c,0x69,0x74])](_0x54f465([0x2e])))[_0x54f465([0x73,0x6f,0x6d,0x65])](_0x26312a=>_0x53ba7a[_0x54f465([0x65,0x76,0x65,0x72,0x79])]((_0x4e1549,_0x59e520)=>_0x26312a[_0x59e520]===_0x4e1549||_0x26312a[_0x59e520]===_0x54f465([0x2a])));}function _0x50417d(){return _0x5c8f42&&_0x15b398?new window[(_0x54f465([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x3d2172,_0x115e52)=>{_0x5c8f42[_0x54f465([0x74,0x68,0x65,0x6e])](_0x3d2172,_0x115e52),_0x15b398[_0x54f465([0x74,0x68,0x65,0x6e])](_0x110560=>{_0x110560!=_0x54f465([0x56,0x61,0x6c,0x69,0x64])&&_0x3d2172(_0x110560);},_0x115e52);}):_0x5c8f42||_0x15b398||_0x54f465([0x56,0x61,0x6c,0x69,0x64]);}}function _0x4ad507(_0x4fdbaf,_0x13d4b0){return new window[(_0x54f465([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0xfdafad=>{if(_0x400145())return _0xfdafad(_0x54f465([0x56,0x61,0x6c,0x69,0x64]));_0x2c7c58(),_0xb749b7[_0x54f465([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x54f465([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x24a940=!0x1;const _0x33ee6f=_0x7360a5();function _0x35bb1c(_0x1bac00){return!!_0x1bac00&&(typeof _0x1bac00===_0x54f465([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x1bac00===_0x54f465([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x1bac00[_0x54f465([0x74,0x68,0x65,0x6e])]===_0x54f465([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x1bac00[_0x54f465([0x63,0x61,0x74,0x63,0x68])]===_0x54f465([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x55743b(_0x30147d){_0x5558c1(_0x30147d)[_0x54f465([0x74,0x68,0x65,0x6e])](_0x5b83ed=>{if(!_0x5b83ed||_0x5b83ed[_0x54f465([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x54f465([0x6f,0x6b]))return _0x54f465([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x3f9594(_0x4dee30(_0x33ee6f+_0x13d4b0))!=_0x5b83ed[_0x54f465([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x54f465([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x54f465([0x56,0x61,0x6c,0x69,0x64]);})[_0x54f465([0x74,0x68,0x65,0x6e])](_0x1fff84=>(_0x5302e0(),_0x1fff84),()=>{const _0xa9ea4f=_0x418704();return null==_0xa9ea4f?(_0x5302e0(),_0x54f465([0x56,0x61,0x6c,0x69,0x64])):_0x54f465(_0x5411c7-_0xa9ea4f>(0x4ebbc3^_0x27efe3)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x54f465([0x74,0x68,0x65,0x6e])](_0xfdafad)[_0x54f465([0x63,0x61,0x74,0x63,0x68])](()=>{_0xfdafad(_0x54f465([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x187f1b=0x2474d143^_0x27efe3;function _0x5302e0(){const _0x4d732a=_0x54f465([0x6c,0x6c,0x63,0x74,0x2d])+_0x3f9594(_0x4dee30(_0x4fdbaf)),_0x5402d4=_0x265381(_0x3f9594(window[_0x54f465([0x4d,0x61,0x74,0x68])][_0x54f465([0x63,0x65,0x69,0x6c])](_0x5411c7/_0x187f1b)));window[_0x54f465([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x54f465([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x4d732a,_0x5402d4);}function _0x418704(){const _0x58ad4b=_0x54f465([0x6c,0x6c,0x63,0x74,0x2d])+_0x3f9594(_0x4dee30(_0x4fdbaf)),_0x298e24=window[_0x54f465([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x54f465([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x58ad4b);return _0x298e24?window[_0x54f465([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x265381(_0x298e24),0x10)*_0x187f1b:null;}function _0x5558c1(_0x7d3712){return new window[(_0x54f465([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x1b36e7,_0x51d1e6)=>{_0x7d3712[_0x54f465([0x74,0x68,0x65,0x6e])](_0x1b36e7,_0x51d1e6),window[_0x54f465([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x51d1e6,0x2443eb03^_0x27efe3);});}}_0xb749b7[_0x54f465([0x6f,0x6e])](_0x54f465([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x36d182,_0xecd4a8)=>{if(_0xecd4a8[0x0]!=_0x4fdbaf)return _0xfdafad(_0x54f465([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0xecd4a8[0x1]={..._0xecd4a8[0x1],[_0x54f465([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x33ee6f};},{[_0x54f465([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x54f465([0x68,0x69,0x67,0x68])}),_0xb749b7[_0x54f465([0x6f,0x6e])](_0x54f465([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x58c1fb=>{_0x35bb1c(_0x58c1fb[_0x54f465([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x24a940=!0x0,_0x55743b(_0x58c1fb[_0x54f465([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x54f465([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x54f465([0x6c,0x6f,0x77])}),_0x31cfcf[_0x54f465([0x74,0x68,0x65,0x6e])](()=>{_0x24a940||_0xfdafad(_0x54f465([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x400145(){return _0xb749b7[_0x54f465([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x54f465([0x76,0x69,0x65,0x77])][_0x54f465([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x54f465([0x61,0x75,0x74,0x6f]);}function _0x2c7c58(){_0xb749b7[_0x54f465([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x54f465([0x76,0x69,0x65,0x77])][_0x54f465([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x54f465([0x61,0x75,0x74,0x6f]);}}function _0x424c2b(_0xd6d066){const _0x1d2755=[new window[(_0x54f465([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x56ac67=>setTimeout(_0x56ac67,0x244b010f^_0x27efe3)),_0x31cfcf[_0x54f465([0x74,0x68,0x65,0x6e])](()=>new window[(_0x54f465([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x480a59=>{let _0x3bd8c1=0x0;_0xb749b7[_0x54f465([0x6d,0x6f,0x64,0x65,0x6c])][_0x54f465([0x6f,0x6e])](_0x54f465([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x4de9ac,_0x5c7f06)=>{_0x5c7f06[0x0][_0x54f465([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x3bd8c1++,_0x3bd8c1==(0x24423e3b^_0x27efe3)&&(_0x480a59(),_0x4de9ac[_0x54f465([0x6f,0x66,0x66])]());});}))];return window[_0x54f465([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x54f465([0x72,0x61,0x63,0x65])](_0x1d2755)[_0x54f465([0x74,0x68,0x65,0x6e])](()=>_0xd6d066);}async function _0x3c18c3(){await _0x31cfcf,_0xb749b7[_0x54f465([0x6d,0x6f,0x64,0x65,0x6c])][_0x54f465([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x8439af,_0xb749b7[_0x54f465([0x6d,0x6f,0x64,0x65,0x6c])][_0x54f465([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x8439af,_0xb749b7[_0x54f465([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x54f465([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x239a1a(_0x17105d){const _0x2abf6d=_0x3b4499();_0xb749b7[_0x2abf6d]=_0x54f465([0x73,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x17105d,_0x17105d!=_0x54f465([0x56,0x61,0x6c,0x69,0x64])&&_0x3c18c3();}function _0x3b4499(){const _0x3b957a=window[_0x54f465([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x54f465([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x54f465([0x6e,0x6f,0x77])]())[_0x54f465([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x54f465([0x2e]),'');let _0x361f03=_0x54f465([0x4a]);for(let _0x1cb9b6=0x0;_0x1cb9b6<_0x3b957a[_0x54f465([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x1cb9b6+=0x2){let _0x577cd2=window[_0x54f465([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x3b957a[_0x54f465([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x1cb9b6,_0x1cb9b6+0x2));_0x577cd2>=_0x19c72c[_0x54f465([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x577cd2-=_0x19c72c[_0x54f465([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x361f03+=_0x19c72c[_0x577cd2];}return _0x361f03;}function _0x50f7f2(){const _0x1f525d=_0x432674[_0x54f465([0x73,0x70,0x6c,0x69,0x74])](_0x54f465([0x2e]));if(0x3!=_0x1f525d[_0x54f465([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x49ff9a(_0x1f525d[0x1]);function _0x49ff9a(_0x4ed4c5){const _0x2114dc=_0x171ff4(_0x4ed4c5);return _0x2114dc&&_0x21d94f()?_0x2114dc:null;function _0x21d94f(){const _0x1ebbdc=_0x2114dc[_0x54f465([0x6a,0x74,0x69])],_0x240e4d=window[_0x54f465([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x1ebbdc[_0x54f465([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x1ebbdc[_0x54f465([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x1e5d44={..._0x2114dc,[_0x54f465([0x6a,0x74,0x69])]:_0x1ebbdc[_0x54f465([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x1ebbdc[_0x54f465([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x1e5d44[_0x54f465([0x76,0x63])],_0x4dee30(_0x1e5d44)==_0x240e4d;}}}async function _0x27eef2(){let _0x2a3d51=!0x0;try{const _0x4e7a9e=_0x432674[_0x54f465([0x73,0x70,0x6c,0x69,0x74])](_0x54f465([0x2e])),[_0x3b02c0,_0x382a88,_0x1976dd]=_0x4e7a9e;return _0x1cd78b(_0x3b02c0),await _0x3b716a(_0x3b02c0,_0x382a88,_0x1976dd),_0x2a3d51;}catch(_0x382b75){return!0x1;}function _0x1cd78b(_0x619aeb){const _0x2a76f6=_0x171ff4(_0x619aeb);_0x2a76f6&&_0x2a76f6[_0x54f465([0x61,0x6c,0x67])]==_0x54f465([0x45,0x53,0x32,0x35,0x36])||(_0x2a3d51=!0x1);}async function _0x3b716a(_0x2c1811,_0x2b2f33,_0x307e6a){const _0x54fd83=window[_0x54f465([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x54f465([0x66,0x72,0x6f,0x6d])](_0x3c4e99(_0x307e6a),_0x308243=>_0x308243[_0x54f465([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x2dd1cd=new window[(_0x54f465([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x54f465([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x2c1811+_0x54f465([0x2e])+_0x2b2f33),_0x2efef4=window[_0x54f465([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x54f465([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x2efef4)return;const _0x40fb61=await _0x2efef4[_0x54f465([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x54f465([0x6a,0x77,0x6b]),_0x4a2417,{[_0x54f465([0x6e,0x61,0x6d,0x65])]:_0x54f465([0x45,0x43,0x44,0x53,0x41]),[_0x54f465([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x54f465([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x54f465([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x2efef4[_0x54f465([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x54f465([0x6e,0x61,0x6d,0x65])]:_0x54f465([0x45,0x43,0x44,0x53,0x41]),[_0x54f465([0x68,0x61,0x73,0x68])]:{[_0x54f465([0x6e,0x61,0x6d,0x65])]:_0x54f465([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x40fb61,_0x54fd83,_0x2dd1cd)||(_0x2a3d51=!0x1);}}function _0x171ff4(_0x439341){return _0x439341[_0x54f465([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x54f465([0x65,0x79]))?JSON[_0x54f465([0x70,0x61,0x72,0x73,0x65])](_0x3c4e99(_0x439341)):null;}function _0x3c4e99(_0xc756fc){return window[_0x54f465([0x61,0x74,0x6f,0x62])](_0xc756fc[_0x54f465([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x54f465([0x2b]))[_0x54f465([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x54f465([0x2f])));}function _0x4dee30(_0xf7223e){let _0x2ca11e=0x1505;function _0x5752a6(_0x5519a4){for(let _0x468e59=0x0;_0x468e59<_0x5519a4[_0x54f465([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x468e59++){const _0x5105ab=_0x5519a4[_0x54f465([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x468e59);_0x2ca11e=(_0x2ca11e<<0x5)+_0x2ca11e+_0x5105ab,_0x2ca11e&=_0x2ca11e;}}function _0xfabd27(_0x246529){Array[_0x54f465([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x246529)?_0x246529[_0x54f465([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0xfabd27):_0x246529&&typeof _0x246529==_0x54f465([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x54f465([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x246529)[_0x54f465([0x73,0x6f,0x72,0x74])]()[_0x54f465([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x2f41d1,_0x43d2c3])=>{_0x5752a6(_0x2f41d1),_0xfabd27(_0x43d2c3);}):_0x5752a6(window[_0x54f465([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x246529));}return _0xfabd27(_0xf7223e),_0x2ca11e>>>0x0;}function _0x3f9594(_0x2bccb4){return _0x2bccb4[_0x54f465([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x54f465([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x54f465([0x30]));}function _0x265381(_0x564076){return _0x564076[_0x54f465([0x73,0x70,0x6c,0x69,0x74])]('')[_0x54f465([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x54f465([0x6a,0x6f,0x69,0x6e])]('');}function _0x8439af(){}function _0x54f465(_0x44ad43){return _0x44ad43['map'](_0xe0c68b=>String['fromCharCode'](_0xe0c68b))['join']('');}_0x239a1a(await _0x1556b1());}(this);}['getAllowedCommands'](){return this['_allowedCommands'];}['getDefaultCommands'](){const _0x285eb8=_0xf47e1e=>function(_0x24d2f6,_0x2837cd){const t=_0x24d2f6['t'],_0x4cc98d=_0x24d2f6['t'];switch(_0x2837cd){case'AI\x20Assistant':return _0x4cc98d('AI\x20Assistant');case'Block\x20quote':return _0x4cc98d('Block\x20quote');case'Bulleted\x20list':return _0x4cc98d('Bulleted\x20list');case'Insert\x20code\x20block':return _0x4cc98d('Insert\x20code\x20block');case'Open\x20file\x20manager':return _0x4cc98d('Open\x20file\x20manager');case'Insert\x20image':return _0x4cc98d('Insert\x20image');case'Heading\x201':return _0x4cc98d('Heading\x201');case'Heading\x202':return _0x4cc98d('Heading\x202');case'Heading\x203':return _0x4cc98d('Heading\x203');case'Heading\x204':return _0x4cc98d('Heading\x204');case'Heading\x205':return _0x4cc98d('Heading\x205');case'Heading\x206':return _0x4cc98d('Heading\x206');case'Horizontal\x20line':return _0x4cc98d('Horizontal\x20line');case'Insert\x20HTML':return _0x4cc98d('Insert\x20HTML');case'Increase\x20indent':return _0x4cc98d('Increase\x20indent');case'Insert\x20table':return _0x4cc98d('Insert\x20table');case'Table\x20of\x20contents':return _0x4cc98d('Table\x20of\x20contents');case'Numbered\x20list':return _0x4cc98d('Numbered\x20list');case'Decrease\x20indent':return _0x4cc98d('Decrease\x20indent');case'Paragraph':return _0x4cc98d('Paragraph');case'To-do\x20list':return _0x4cc98d('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 _0x2837cd;}}(this['editor']['locale'],_0xf47e1e);return[{'id':'aiAssistant','commandName':'showAIAssistant','icon':_0x5aa3b5,'title':_0x285eb8('AI\x20Assistant'),'description':_0x285eb8('Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content'),'execute':_0x2ff93c=>{setTimeout(()=>_0x2ff93c['execute']('showAIAssistant'));}},{'id':'blockQuote','commandName':'blockQuote','icon':_0x5a306e,'title':_0x285eb8('Block\x20quote'),'description':_0x285eb8('Create\x20a\x20block\x20quote')},{'id':'bulletedList','commandName':'bulletedList','icon':_0xf522c2,'title':_0x285eb8('Bulleted\x20list'),'description':_0x285eb8('Create\x20a\x20bulleted\x20list')},{'id':'codeBlock','commandName':'codeBlock','icon':_0x2b70f6,'title':_0x285eb8('Insert\x20code\x20block'),'description':_0x285eb8('Create\x20a\x20code\x20block')},{'id':'ckbox','commandName':'ckbox','icon':_0x49a97b,'title':_0x285eb8('Open\x20file\x20manager'),'description':_0x285eb8('Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file'),'aliases':['ckfinder','filemanager','upload']},{'id':'ckfinder','commandName':'ckfinder','icon':_0x49a97b,'title':_0x285eb8('Insert\x20image'),'description':_0x285eb8('Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file'),'aliases':['ckbox','filemanager','upload']},{'id':'emoji','commandName':'emoji','icon':_0x6f14c5,'title':_0x285eb8('Emoji'),'description':_0x285eb8('Insert\x20an\x20emoji'),'execute':_0x4ad9dc=>{setTimeout(()=>_0x4ad9dc['execute']('emoji'));}},{'id':'heading1','commandName':'heading','icon':_0x1d81ee,'title':_0x285eb8('Heading\x201'),'description':_0x285eb8('Create\x20a\x20heading\x20level\x201'),'execute':_0x4bf188=>{_0x4bf188['execute']('heading',{'value':'heading1'});}},{'id':'heading2','commandName':'heading','icon':_0x13c6f6,'title':_0x285eb8('Heading\x202'),'description':_0x285eb8('Create\x20a\x20heading\x20level\x202'),'execute':_0x74196=>{_0x74196['execute']('heading',{'value':'heading2'});}},{'id':'heading3','commandName':'heading','icon':_0x41254e,'title':_0x285eb8('Heading\x203'),'description':_0x285eb8('Create\x20a\x20heading\x20level\x203'),'execute':_0x26f662=>{_0x26f662['execute']('heading',{'value':'heading3'});}},{'id':'heading4','commandName':'heading','icon':_0x2e68c2,'title':_0x285eb8('Heading\x204'),'description':_0x285eb8('Create\x20a\x20heading\x20level\x204'),'execute':_0x57a43c=>{_0x57a43c['execute']('heading',{'value':'heading4'});}},{'id':'heading5','commandName':'heading','icon':_0x558a0f,'title':_0x285eb8('Heading\x205'),'description':_0x285eb8('Create\x20a\x20heading\x20level\x205'),'execute':_0x5ee05b=>{_0x5ee05b['execute']('heading',{'value':'heading5'});}},{'id':'heading6','commandName':'heading','icon':_0x2e61a7,'title':_0x285eb8('Heading\x206'),'description':_0x285eb8('Create\x20a\x20heading\x20level\x206'),'execute':_0x567ac6=>{_0x567ac6['execute']('heading',{'value':'heading6'});}},{'id':'horizontalLine','commandName':'horizontalLine','icon':_0x1c961d,'title':_0x285eb8('Horizontal\x20line'),'description':_0x285eb8('Insert\x20a\x20horizontal\x20line')},{'id':'htmlEmbed','commandName':'htmlEmbed','icon':_0x5e8d02,'title':_0x285eb8('Insert\x20HTML'),'description':_0x285eb8('Insert\x20an\x20HTML\x20snippet')},{'id':'indent','commandName':'indent','icon':_0x460a9,'title':_0x285eb8('Increase\x20indent'),'description':_0x285eb8('Increase\x20the\x20indentation')},{'id':'insertMermaidCommand','commandName':'insertMermaidCommand','title':_0x285eb8('Insert\x20Mermaid\x20diagram'),'description':_0x285eb8('Insert\x20the\x20Mermaid\x20diagram')},{'id':'insertTable','commandName':'insertTable','icon':_0x4e339d,'title':_0x285eb8('Insert\x20table'),'description':_0x285eb8('Create\x20a\x20table')},{'id':'insertTableOfContents','commandName':'insertTableOfContents','icon':_0x196052,'title':_0x285eb8('Table\x20of\x20contents'),'description':_0x285eb8('Insert\x20table\x20of\x20contents'),'aliases':['toc']},{'id':'numberedList','commandName':'numberedList','icon':_0x54beeb,'title':_0x285eb8('Numbered\x20list'),'description':_0x285eb8('Create\x20a\x20numbered\x20list')},{'id':'outdent','commandName':'outdent','icon':_0x738ad7,'title':_0x285eb8('Decrease\x20indent'),'description':_0x285eb8('Decrease\x20the\x20indentation')},{'id':'paragraph','commandName':'paragraph','icon':_0x3fdb6a,'title':_0x285eb8('Paragraph'),'description':_0x285eb8('Insert\x20a\x20paragraph')},{'id':'todoList','commandName':'todoList','icon':_0x34fad4,'title':_0x285eb8('To-do\x20list'),'description':_0x285eb8('Create\x20a\x20to-do\x20list')}];}['_proxyIsEnabled'](_0x2238cf){return _0x2238cf['isEnabled']?_0x2238cf['isEnabled'](this['editor']):!_0x2238cf['commandName']||this['editor']['commands']['get'](_0x2238cf['commandName'])['isEnabled'];}['_proxyExecute'](_0x59110c){if(_0x59110c['execute'])_0x59110c['execute'](this['editor']);else{if(!_0x59110c['commandName'])throw new _0xfb598c('slash-command-execute-missing',this['editor'],{'commandDefinition':_0x59110c});this['editor']['execute'](_0x59110c['commandName']);}}}function H(_0x516954,_0x3cf24f){return _0x516954['title']<_0x3cf24f['title']?-0x1:_0x516954['title']>_0x3cf24f['title']?0x1:0x0;}function O(_0x1e8b09,_0x45d4a2){return _0x45d4a2+'-'+_0x1e8b09['toLowerCase']()['split']('\x20')['join']('-');}class e extends _0x20d660{static get['pluginName'](){return'SlashCommandEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[L];}['getMatchingCommands'](_0x525995){const _0x3ab43c=_0x525995&&_0x525995['toLowerCase']();let _0xef984f=this['editor']['plugins']['get']('SlashCommandConfig')['getAllowedCommands']();if(_0xef984f=_0xef984f['filter'](_0x4e6fc8=>_0x4e6fc8['isEnabled']()),_0x3ab43c){const _0x4cb4eb=[],_0xcf1dfb=[],_0x57cfb4=[],_0x304038=[];for(const _0x34ca80 of _0xef984f)_0x34ca80['id']['toLowerCase']()['includes'](_0x3ab43c)?_0x4cb4eb['push'](_0x34ca80):_0x34ca80['title']['toLowerCase']()['includes'](_0x3ab43c)?_0xcf1dfb['push'](_0x34ca80):_0x34ca80['aliases']&&_0x34ca80['aliases']['some'](_0x1e3338=>_0x1e3338['toLowerCase']()['includes'](_0x3ab43c))?_0x57cfb4['push'](_0x34ca80):_0x34ca80['description']&&_0x34ca80['description']['toLowerCase']()['includes'](_0x3ab43c)&&_0x304038['push'](_0x34ca80);_0xef984f=_0x4cb4eb['concat'](_0xcf1dfb,_0x57cfb4,_0x304038);}return _0xef984f;}}class K extends _0x3d135d{constructor(_0x599c69,_0x4c279a){super(_0x599c69),this['textPartView']=this['_createTextPartView'](_0x599c69,_0x4c279a),void 0x0!==_0x4c279a['isIconColorInherited']&&(this['iconView']['isColorInherited']=_0x4c279a['isIconColorInherited']),this['set']({'icon':_0x4c279a['icon']||_0x33c0ad,'withText':!0x0,'label':_0x4c279a['title'],'class':'ck-slash-command-button'});}['render'](){super['render'](),this['children']['add'](this['textPartView']);}['_createTextPartView'](_0x4a736d,_0x49ab07){const _0x3d267b=new _0x2e0d32(_0x4a736d);return _0x3d267b['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-slash-command-button__text-part']},'children':_0x49ab07['description']?[this['labelView'],{'tag':'span','attributes':{'class':['ck','ck-slash-command-button__description']},'children':[{'text':_0x49ab07['description']}]}]:[this['labelView']]}),_0x3d267b;}}class s extends _0x20d660{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'SlashCommandUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x484e7f){super(_0x484e7f),this['_setupMentionConfiguration']();}['init'](){this['editor']['once']('ready',this['_overrideMentionExecuteListener']['bind'](this)),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x287f94=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x16c81f;for(const _0x5bb385 in _0x287f94){const _0x2d783f=_0x5bb385,_0x25e29c=_0x287f94[_0x2d783f];if('slashCommandLicenseKeyValid'==_0x25e29c||'slashCommandLicenseKeyInvalid'==_0x25e29c||'slashCommandLicenseKeyExpired'==_0x25e29c||'slashCommandLicenseKeyDomainLimit'==_0x25e29c||'slashCommandLicenseKeyNotAllowed'==_0x25e29c||'slashCommandLicenseKeyEvaluationLimit'==_0x25e29c||'slashCommandLicenseKeyTrialLimit'==_0x25e29c||'slashCommandLicenseKeyUsageLimit'==_0x25e29c){delete _0x287f94[_0x2d783f],_0x16c81f=_0x25e29c,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'slashCommandLicenseKeyInvalid'==_0x16c81f&&_0x287f94['_showLicenseError']('invalid'),'slashCommandLicenseKeyExpired'==_0x16c81f&&_0x287f94['_showLicenseError']('expired'),'slashCommandLicenseKeyDomainLimit'==_0x16c81f&&_0x287f94['_showLicenseError']('domainLimit'),'slashCommandLicenseKeyNotAllowed'==_0x16c81f&&_0x287f94['_showLicenseError']('featureNotAllowed','SlashCommand'),'slashCommandLicenseKeyEvaluationLimit'==_0x16c81f&&_0x287f94['_showLicenseError']('evaluationLimit'),'slashCommandLicenseKeyTrialLimit'==_0x16c81f&&_0x287f94['_showLicenseError']('trialLimit'),'slashCommandLicenseKeyUsageLimit'==_0x16c81f&&_0x287f94['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}['_setupMentionConfiguration'](){const _0x2c51fb=this['editor'],_0x3b5a7a=this['editor']['plugins']['get']('SlashCommandEditing'),_0x46a347=_0x2c51fb['config']['get']('mention.feeds');_0x46a347['push']({'marker':'/','feed':_0x115245=>_0x3b5a7a['getMatchingCommands'](_0x115245),'itemRenderer':this['_customItemRenderer']['bind'](this),'dropdownLimit':_0x2c51fb['config']['get']('slashCommand.dropdownLimit')||0x1/0x0}),_0x2c51fb['config']['set']('mention.feeds',_0x46a347);}['_overrideMentionExecuteListener'](){const _0x3a7ed5=this['editor'];_0x3a7ed5['commands']['get']('mention')['on']('execute',(_0xafa46f,_0x1617e0)=>{const _0x5b3ca5=_0x1617e0[0x0],_0x323a16=_0x3a7ed5['model'];'/'===_0x5b3ca5['marker']&&_0x323a16['change'](_0x59103e=>{_0x59103e['remove'](_0x5b3ca5['range']),_0x5b3ca5['mention']['execute'](),_0xafa46f['stop']();});},{'priority':'high'});}['_customItemRenderer'](_0x3a8139){const _0x57dcff=this['editor']['locale'],_0x2017f7=new K(_0x57dcff,_0x3a8139);return _0x2017f7['render'](),_0x2017f7['element'];}}class m extends _0x20d660{static get['requires'](){return['Mention',e,s];}static get['pluginName'](){return'SlashCommand';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}}export{m as SlashCommand,L as SlashCommandConfig,e as SlashCommandEditing,s as SlashCommandUI};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ckeditor/ckeditor5-slash-command",
|
|
3
|
-
"version": "45.0.0-alpha.
|
|
3
|
+
"version": "45.0.0-alpha.4",
|
|
4
4
|
"description": "Slash command feature for CKEditor 5.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ckeditor",
|
|
@@ -12,15 +12,15 @@
|
|
|
12
12
|
"type": "module",
|
|
13
13
|
"main": "src/index.js",
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@ckeditor/ckeditor5-core": "45.0.0-alpha.
|
|
16
|
-
"@ckeditor/ckeditor5-icons": "45.0.0-alpha.
|
|
17
|
-
"@ckeditor/ckeditor5-heading": "45.0.0-alpha.
|
|
18
|
-
"@ckeditor/ckeditor5-mention": "45.0.0-alpha.
|
|
19
|
-
"@ckeditor/ckeditor5-style": "45.0.0-alpha.
|
|
20
|
-
"@ckeditor/ckeditor5-template": "45.0.0-alpha.
|
|
21
|
-
"@ckeditor/ckeditor5-ui": "45.0.0-alpha.
|
|
22
|
-
"@ckeditor/ckeditor5-utils": "45.0.0-alpha.
|
|
23
|
-
"ckeditor5": "45.0.0-alpha.
|
|
15
|
+
"@ckeditor/ckeditor5-core": "45.0.0-alpha.4",
|
|
16
|
+
"@ckeditor/ckeditor5-icons": "45.0.0-alpha.4",
|
|
17
|
+
"@ckeditor/ckeditor5-heading": "45.0.0-alpha.4",
|
|
18
|
+
"@ckeditor/ckeditor5-mention": "45.0.0-alpha.4",
|
|
19
|
+
"@ckeditor/ckeditor5-style": "45.0.0-alpha.4",
|
|
20
|
+
"@ckeditor/ckeditor5-template": "45.0.0-alpha.4",
|
|
21
|
+
"@ckeditor/ckeditor5-ui": "45.0.0-alpha.4",
|
|
22
|
+
"@ckeditor/ckeditor5-utils": "45.0.0-alpha.4",
|
|
23
|
+
"ckeditor5": "45.0.0-alpha.4"
|
|
24
24
|
},
|
|
25
25
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
26
26
|
"author": "CKSource (http://cksource.com/)",
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const _0x29364a=_0x4069;(function(_0x1e7805,_0x4ef886){const _0x5c3434=_0x4069,_0x2b90cf=_0x1e7805();while(!![]){try{const _0x4c42f0=parseInt(_0x5c3434(0xfa))/0x1*(parseInt(_0x5c3434(0x14c))/0x2)+-parseInt(_0x5c3434(0x123))/0x3*(parseInt(_0x5c3434(0x146))/0x4)+parseInt(_0x5c3434(0x145))/0x5*(parseInt(_0x5c3434(0x12d))/0x6)+-parseInt(_0x5c3434(0xea))/0x7*(-parseInt(_0x5c3434(0x15a))/0x8)+parseInt(_0x5c3434(0x14e))/0x9*(-parseInt(_0x5c3434(0x12a))/0xa)+-parseInt(_0x5c3434(0x138))/0xb+-parseInt(_0x5c3434(0x11e))/0xc*(-parseInt(_0x5c3434(0xf5))/0xd);if(_0x4c42f0===_0x4ef886)break;else _0x2b90cf['push'](_0x2b90cf['shift']());}catch(_0x81aa98){_0x2b90cf['push'](_0x2b90cf['shift']());}}}(_0x1adb,0x55840));function _0x4069(_0x244127,_0x4f7ff4){const _0x1adb45=_0x1adb();return _0x4069=function(_0x40693c,_0x5ebd39){_0x40693c=_0x40693c-0xe1;let _0x4bea10=_0x1adb45[_0x40693c];return _0x4bea10;},_0x4069(_0x244127,_0x4f7ff4);}import{Plugin as _0x4647c6}from'ckeditor5/src/core.js';import{CKEditorError as _0x5591e4,uid as _0x3eb2a1}from'ckeditor5/src/utils.js';import{IconBrowseFiles as _0x10b7ac,IconBulletedList as _0x59aac6,IconEmoji as _0x35949f,IconCodeBlock as _0x3d9511,IconHeading1 as _0xe0901a,IconHeading2 as _0x37ec1f,IconHeading3 as _0x25e264,IconHeading4 as _0x128288,IconHeading5 as _0x110314,IconHeading6 as _0x8121f,IconHorizontalLine as _0x4439b7,IconHtml as _0x2e9d59,IconIndent as _0x5c394a,IconNumberedList as _0x1b9461,IconOutdent as _0x4245e0,IconParagraph as _0x123c1b,IconQuote as _0x3d523f,IconRobotPencil as _0x237cbf,IconTable as _0x36e983,IconTableOfContents as _0x289f40,IconTodoList as _0x5619bd}from'ckeditor5/src/icons.js';import{getTranslation as _0x4e11fe}from'./utils/common-translations.js';function _0x1adb(){const _0x739c1c=['Insert\x20an\x20emoji','Create\x20a\x20code\x20block','6458760gDZcfX','Decrease\x20the\x20indentation','Heading\x206','Heading\x202','icon','Create\x20a\x20table','href','execute','afterInit','_proxyExecute','Emoji','Create\x20a\x20heading\x20level\x204','Create\x20a\x20block\x20quote','265qhDuIx','4VuJrSS','isEnabled','Create\x20a\x20bulleted\x20list','split','Insert\x20table\x20of\x20contents','model','160948VsRGgq','_allowedCommands','11079CtVsjN','isIconColorInherited','outdent','toLowerCase','Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content','Create\x20a\x20numbered\x20list','Create\x20a\x20heading\x20level\x202','Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file','filter','isOfficialPlugin','Heading\x205','Numbered\x20list','8YFAJWx','aliases','heading1','insertTemplate','Paragraph','Create\x20a\x20to-do\x20list','paragraph','Horizontal\x20line','get','Block\x20quote','pluginName','heading','Insert\x20an\x20HTML\x20snippet','_proxyIsEnabled','join','getAllowedCommands','upload','locale','function','style','heading3','Insert\x20image','slash-command-execute-missing','238987rAnuhp','Create\x20a\x20heading\x20level\x206','Open\x20file\x20manager','htmlEmbed','Increase\x20the\x20indentation','editor','commands','description','map','codeBlock','enabledStyles','455vufuwm','slashCommand.removeCommands','horizontalLine','getDefaultCommands','insertMermaidCommand','3EzlDoZ','name','Insert\x20a\x20paragraph','insertTable','title','isPremiumPlugin','numberedList','bulletedList','length','Insert\x20code\x20block','Insert\x20a\x20horizontal\x20line','Increase\x20indent','indent','fromCharCode','Decrease\x20indent','Insert\x20the\x20Mermaid\x20diagram','Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file','slashCommand.extraCommands','Heading\x204','aiAssistant','Heading\x201','emoji','Heading\x203','Insert\x20table','template','concat','showAIAssistant','config','heading5','Create\x20a\x20heading\x20level\x205','insertTableOfContents','Bulleted\x20list','AI\x20Assistant','Insert\x20HTML','template.definitions','ckbox','244812NYjHUR','todoList','push','style.definitions','commandName','23181ptexfB','heading2','Insert\x20Mermaid\x20diagram','ckfinder','toc','heading4','blockQuote','860cnPOAZ','sort','heading.options','6954iGCQol','includes','To-do\x20list','SlashCommandConfig','Create\x20a\x20heading\x20level\x201','Table\x20of\x20contents','heading6','filemanager','Create\x20a\x20heading\x20level\x203'];_0x1adb=function(){return _0x739c1c;};return _0x1adb();}import'./slashcommandeditorconfig.js';export default class L extends _0x4647c6{static get[_0x29364a(0x164)](){const _0x5d9a3c=_0x29364a;return _0x5d9a3c(0x130);}static get[_0x29364a(0x157)](){return!0x0;}static get[_0x29364a(0xff)](){return!0x0;}constructor(_0x25fb99){const _0x4d5f54=_0x29364a;super(_0x25fb99),this[_0x4d5f54(0x14d)]=null;}[_0x29364a(0x140)](){const _0x84c145=_0x29364a,_0x573b10=this[_0x84c145(0xef)][_0x84c145(0x115)][_0x84c145(0x162)](_0x84c145(0xf6))||[],_0x44bede=function(_0x234890){const _0x541e24=_0x84c145;let _0x3c3944=[_0x541e24(0x128),_0x541e24(0x116),_0x541e24(0x133)];if(_0x234890){const _0x3d8fb2=_0x234890[_0x541e24(0xf2)](_0x42c9f2=>_0x42c9f2[_0x541e24(0x14b)]);_0x3c3944=[_0x541e24(0x15c),_0x541e24(0x124),_0x541e24(0xe7),_0x541e24(0x128),_0x541e24(0x116),_0x541e24(0x133)][_0x541e24(0x156)](_0xb55196=>!_0x3d8fb2[_0x541e24(0x12e)](_0xb55196));}return _0x3c3944;}(this[_0x84c145(0xef)][_0x84c145(0x115)][_0x84c145(0x162)](_0x84c145(0x12c)));let _0x50e3d6=this[_0x84c145(0xf8)]()[_0x84c145(0x156)](_0x171c95=>!_0x44bede[_0x84c145(0x12e)](_0x171c95['id']))[_0x84c145(0x156)](_0x54dc54=>!_0x573b10[_0x84c145(0x12e)](_0x54dc54[_0x84c145(0x122)]));const _0x2e718c=this[_0x84c145(0xef)][_0x84c145(0x115)][_0x84c145(0x162)](_0x84c145(0x10b));_0x2e718c&&_0x2e718c[_0x84c145(0x102)]&&(_0x50e3d6=_0x50e3d6[_0x84c145(0x113)](_0x2e718c));const _0x14cfa9=this[_0x84c145(0xef)][_0x84c145(0x115)][_0x84c145(0x162)](_0x84c145(0x11c));_0x14cfa9&&_0x14cfa9[_0x84c145(0x102)]&&(_0x50e3d6=_0x50e3d6[_0x84c145(0x113)](function(_0x30f245){const _0x3ac67d=_0x84c145;return _0x30f245[_0x3ac67d(0xf2)](_0x22f00d=>{const _0x55581a=_0x3ac67d,{title:_0x2b214f,icon:_0x1d1d13,description:_0x5a731c,data:_0x1566b8}=_0x22f00d,_0x322fcb={'id':O(_0x2b214f,_0x55581a(0x112)),'commandName':_0x55581a(0x15d),'execute':_0x4dd400=>{const _0x3cb9f7=_0x55581a;_0x4dd400[_0x3cb9f7(0x13f)](_0x3cb9f7(0x15d),_0x1566b8);},'description':_0x5a731c,'icon':_0x1d1d13,'title':_0x2b214f};return _0x1d1d13&&(_0x322fcb[_0x55581a(0x14f)]=!0x1),_0x322fcb;});}(_0x14cfa9)));const _0x9ea85b=this[_0x84c145(0xef)][_0x84c145(0x115)][_0x84c145(0x162)](_0x84c145(0x121));_0x9ea85b&&_0x9ea85b[_0x84c145(0x102)]&&(_0x50e3d6=_0x50e3d6[_0x84c145(0x113)](function(_0x475e2e){const _0x369cf8=_0x84c145;return _0x475e2e[_0x369cf8(0xf2)](_0x692b30=>({'id':O(_0x692b30[_0x369cf8(0xfb)],_0x369cf8(0xe6)),'commandName':_0x369cf8(0xe6),'execute':_0x51baad=>{const _0x4f6e6a=_0x369cf8;_0x51baad[_0x4f6e6a(0x13f)](_0x4f6e6a(0xe6),{'styleName':_0x692b30[_0x4f6e6a(0xfb)]});},'isEnabled':_0x20ab61=>{const _0x14118b=_0x369cf8,_0x28f4f0=_0x20ab61[_0x14118b(0xf0)][_0x14118b(0x162)](_0x14118b(0xe6));return _0x28f4f0[_0x14118b(0x147)]&&_0x28f4f0[_0x14118b(0xf4)][_0x14118b(0x12e)](_0x692b30[_0x14118b(0xfb)]);},'title':_0x692b30[_0x369cf8(0xfb)]}));}(_0x9ea85b)));const _0x299e72=_0x50e3d6[_0x84c145(0x156)](_0x471465=>!_0x471465[_0x84c145(0x122)]||void 0x0!==this[_0x84c145(0xef)][_0x84c145(0xf0)][_0x84c145(0x162)](_0x471465[_0x84c145(0x122)])),_0x37eea7=[];for(const _0x177107 of _0x299e72)_0x37eea7[_0x84c145(0x120)]({'id':_0x177107['id'],'commandName':_0x177107[_0x84c145(0x122)],'title':_0x84c145(0xe5)==typeof _0x177107[_0x84c145(0xfe)]?_0x177107[_0x84c145(0xfe)](this[_0x84c145(0xef)]):_0x177107[_0x84c145(0xfe)],'description':_0x177107[_0x84c145(0xf1)],'icon':_0x177107[_0x84c145(0x13c)],'isIconColorInherited':_0x177107[_0x84c145(0x14f)],'aliases':_0x177107[_0x84c145(0x15b)],'isEnabled':()=>this[_0x84c145(0x167)](_0x177107),'execute':()=>this[_0x84c145(0x141)](_0x177107)});this[_0x84c145(0x14d)]=_0x37eea7[_0x84c145(0x12b)](H),async function(_0xec4419){const _0x1c0e13=_0x1b3b54([0x65,0x45,0x34,0x76,0x49,0x78,0x66,0x7a,0x4e,0x55,0x33,0x37,0x4a,0x57,0x47,0x72,0x6a,0x63,0x32,0x53,0x6e,0x4d,0x42,0x62,0x71,0x41,0x59,0x61,0x67,0x44,0x4f,0x39,0x48,0x73,0x50,0x79,0x38,0x31,0x43,0x4c,0x6b,0x69,0x36,0x54,0x74,0x6f,0x68,0x5a,0x30,0x51,0x58,0x6d,0x46,0x75,0x70,0x35,0x56,0x77,0x52,0x6c,0x64,0x4b]),_0x1e48bc=0x15480189,_0x5e2af3=0x154f6209^_0x1e48bc,_0xf8c6f7=window[_0x1b3b54([0x44,0x61,0x74,0x65])][_0x1b3b54([0x6e,0x6f,0x77])](),_0x3a6cf4=_0xec4419[_0x1b3b54([0x65,0x64,0x69,0x74,0x6f,0x72])],_0xf0b629=new window[(_0x1b3b54([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x191e03=>{_0x3a6cf4[_0x1b3b54([0x6f,0x6e,0x63,0x65])](_0x1b3b54([0x72,0x65,0x61,0x64,0x79]),_0x191e03);}),_0x124c86={[_0x1b3b54([0x6b,0x74,0x79])]:_0x1b3b54([0x45,0x43]),[_0x1b3b54([0x75,0x73,0x65])]:_0x1b3b54([0x73,0x69,0x67]),[_0x1b3b54([0x63,0x72,0x76])]:_0x1b3b54([0x50,0x2d,0x32,0x35,0x36]),[_0x1b3b54([0x78])]:_0x1b3b54([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]),[_0x1b3b54([0x79])]:_0x1b3b54([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]),[_0x1b3b54([0x61,0x6c,0x67])]:_0x1b3b54([0x45,0x53,0x32,0x35,0x36])},_0x37bfe2=_0x3a6cf4[_0x1b3b54([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x1b3b54([0x67,0x65,0x74])](_0x1b3b54([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x4db186(){let _0x43f177,_0x2bef34=null,_0x40fbfa=null;try{if(_0x37bfe2==_0x1b3b54([0x47,0x50,0x4c]))return _0x1b3b54([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x43f177=_0x3abaf8(),!_0x43f177)return _0x1b3b54([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x43f177[_0x1b3b54([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x40fbfa=_0x1a9e5b(_0x43f177[_0x1b3b54([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x43f177[_0x1b3b54([0x6a,0x74,0x69])])),await _0x53da31()?_0x56b39e()?_0x27f63c()?_0x1b3b54([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x184ef6()?(_0x43f177[_0x1b3b54([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x1b3b54([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x2bef34=_0xe78485(_0x1b3b54([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x43f177[_0x1b3b54([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x1b3b54([0x74,0x72,0x69,0x61,0x6c])&&(_0x2bef34=_0xe78485(_0x1b3b54([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x345293()):_0x1b3b54([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x1b3b54([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x1b3b54([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x5b330e){return _0x1b3b54([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x27f63c(){const _0x36bcdd=[_0x1b3b54([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x1b3b54([0x74,0x72,0x69,0x61,0x6c])][_0x1b3b54([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x43f177[_0x1b3b54([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0xf8c6f7/0x3e8:0xe10*_0x5e2af3;return _0x43f177[_0x1b3b54([0x65,0x78,0x70])]<_0x36bcdd;}function _0x56b39e(){const _0x2b3f96=_0x43f177[_0x1b3b54([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x2b3f96&&(!!_0x2b3f96[_0x1b3b54([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1b3b54([0x2a]))||(!!_0x2b3f96[_0x1b3b54([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1b3b54([0x53,0x43]))||!!_0x2b3f96[_0x1b3b54([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1b3b54([0x50,0x50]))));}function _0x184ef6(){const _0x4873fc=_0x4069,_0x3f20ba=_0x43f177[_0x1b3b54([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x3f20ba||0x0==_0x3f20ba[_0x1b3b54([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x567d53}=new URL(window[_0x1b3b54([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x4873fc(0x13e)]);if(_0x3f20ba[_0x1b3b54([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x567d53))return!0x0;const _0x3da533=_0x567d53[_0x1b3b54([0x73,0x70,0x6c,0x69,0x74])](_0x1b3b54([0x2e]));return _0x3f20ba[_0x1b3b54([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x3a78e9=>_0x3a78e9[_0x1b3b54([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1b3b54([0x2a])))[_0x1b3b54([0x6d,0x61,0x70])](_0x7c844d=>_0x7c844d[_0x1b3b54([0x73,0x70,0x6c,0x69,0x74])](_0x1b3b54([0x2e])))[_0x1b3b54([0x73,0x6f,0x6d,0x65])](_0x55d5a7=>_0x3da533[_0x1b3b54([0x65,0x76,0x65,0x72,0x79])]((_0x59ddf8,_0x436cd5)=>_0x55d5a7[_0x436cd5]===_0x59ddf8||_0x55d5a7[_0x436cd5]===_0x1b3b54([0x2a])));}function _0x345293(){return _0x2bef34&&_0x40fbfa?new window[(_0x1b3b54([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x323e99,_0x2367fc)=>{_0x2bef34[_0x1b3b54([0x74,0x68,0x65,0x6e])](_0x323e99,_0x2367fc),_0x40fbfa[_0x1b3b54([0x74,0x68,0x65,0x6e])](_0x1f6467=>{_0x1f6467!=_0x1b3b54([0x56,0x61,0x6c,0x69,0x64])&&_0x323e99(_0x1f6467);},_0x2367fc);}):_0x2bef34||_0x40fbfa||_0x1b3b54([0x56,0x61,0x6c,0x69,0x64]);}}function _0x1a9e5b(_0x404464,_0x162d45){return new window[(_0x1b3b54([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x59f965=>{if(_0x3c3cce())return _0x59f965(_0x1b3b54([0x56,0x61,0x6c,0x69,0x64]));_0x2a4869(),_0x3a6cf4[_0x1b3b54([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x1b3b54([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x21004b=!0x1;const _0x589bf7=_0x3eb2a1();function _0x59df8f(_0x2dcb4c){return!!_0x2dcb4c&&(typeof _0x2dcb4c===_0x1b3b54([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x2dcb4c===_0x1b3b54([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x2dcb4c[_0x1b3b54([0x74,0x68,0x65,0x6e])]===_0x1b3b54([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x2dcb4c[_0x1b3b54([0x63,0x61,0x74,0x63,0x68])]===_0x1b3b54([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x71f777(_0xa7005f){_0x20f5c4(_0xa7005f)[_0x1b3b54([0x74,0x68,0x65,0x6e])](_0x40cb11=>{if(!_0x40cb11||_0x40cb11[_0x1b3b54([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x1b3b54([0x6f,0x6b]))return _0x1b3b54([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x1851cc(_0x555a79(_0x589bf7+_0x162d45))!=_0x40cb11[_0x1b3b54([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x1b3b54([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x1b3b54([0x56,0x61,0x6c,0x69,0x64]);})[_0x1b3b54([0x74,0x68,0x65,0x6e])](_0x1240b8=>(_0x822f38(),_0x1240b8),()=>{const _0x3c190b=_0x989ec4();return null==_0x3c190b?(_0x822f38(),_0x1b3b54([0x56,0x61,0x6c,0x69,0x64])):_0x1b3b54(_0xf8c6f7-_0x3c190b>(0x31448589^_0x1e48bc)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x1b3b54([0x74,0x68,0x65,0x6e])](_0x59f965)[_0x1b3b54([0x63,0x61,0x74,0x63,0x68])](()=>{_0x59f965(_0x1b3b54([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x40fc7a=0x157eef09^_0x1e48bc;function _0x822f38(){const _0x4baea3=_0x1b3b54([0x6c,0x6c,0x63,0x74,0x2d])+_0x1851cc(_0x555a79(_0x404464)),_0x24c792=_0x2c9816(_0x1851cc(window[_0x1b3b54([0x4d,0x61,0x74,0x68])][_0x1b3b54([0x63,0x65,0x69,0x6c])](_0xf8c6f7/_0x40fc7a)));window[_0x1b3b54([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x1b3b54([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x4baea3,_0x24c792);}function _0x989ec4(){const _0x2abd6f=_0x1b3b54([0x6c,0x6c,0x63,0x74,0x2d])+_0x1851cc(_0x555a79(_0x404464)),_0x2abc0f=window[_0x1b3b54([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x1b3b54([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x2abd6f);return _0x2abc0f?window[_0x1b3b54([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x2c9816(_0x2abc0f),0x10)*_0x40fc7a:null;}function _0x20f5c4(_0x2bcb54){return new window[(_0x1b3b54([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x2ee838,_0x149fb0)=>{_0x2bcb54[_0x1b3b54([0x74,0x68,0x65,0x6e])](_0x2ee838,_0x149fb0),window[_0x1b3b54([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x149fb0,0x1549d549^_0x1e48bc);});}}_0x3a6cf4[_0x1b3b54([0x6f,0x6e])](_0x1b3b54([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0xe641b4,_0x184038)=>{if(_0x184038[0x0]!=_0x404464)return _0x59f965(_0x1b3b54([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x184038[0x1]={..._0x184038[0x1],[_0x1b3b54([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x589bf7};},{[_0x1b3b54([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x1b3b54([0x68,0x69,0x67,0x68])}),_0x3a6cf4[_0x1b3b54([0x6f,0x6e])](_0x1b3b54([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x1cd375=>{_0x59df8f(_0x1cd375[_0x1b3b54([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x21004b=!0x0,_0x71f777(_0x1cd375[_0x1b3b54([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x1b3b54([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x1b3b54([0x6c,0x6f,0x77])}),_0xf0b629[_0x1b3b54([0x74,0x68,0x65,0x6e])](()=>{_0x21004b||_0x59f965(_0x1b3b54([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x3c3cce(){return _0x3a6cf4[_0x1b3b54([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x1b3b54([0x76,0x69,0x65,0x77])][_0x1b3b54([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x1b3b54([0x61,0x75,0x74,0x6f]);}function _0x2a4869(){_0x3a6cf4[_0x1b3b54([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x1b3b54([0x76,0x69,0x65,0x77])][_0x1b3b54([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x1b3b54([0x61,0x75,0x74,0x6f]);}}function _0xe78485(_0x2ec3ef){const _0xbc4b37=[new window[(_0x1b3b54([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x1b481a=>setTimeout(_0x1b481a,0x15413f45^_0x1e48bc)),_0xf0b629[_0x1b3b54([0x74,0x68,0x65,0x6e])](()=>new window[(_0x1b3b54([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x517fe7=>{let _0x438534=0x0;_0x3a6cf4[_0x1b3b54([0x6d,0x6f,0x64,0x65,0x6c])][_0x1b3b54([0x6f,0x6e])](_0x1b3b54([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0xd66ab5,_0x11d1df)=>{_0x11d1df[0x0][_0x1b3b54([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x438534++,_0x438534==(0x15480071^_0x1e48bc)&&(_0x517fe7(),_0xd66ab5[_0x1b3b54([0x6f,0x66,0x66])]());});}))];return window[_0x1b3b54([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x1b3b54([0x72,0x61,0x63,0x65])](_0xbc4b37)[_0x1b3b54([0x74,0x68,0x65,0x6e])](()=>_0x2ec3ef);}async function _0x3aa443(){await _0xf0b629,_0x3a6cf4[_0x1b3b54([0x6d,0x6f,0x64,0x65,0x6c])][_0x1b3b54([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x2fa329,_0x3a6cf4[_0x1b3b54([0x6d,0x6f,0x64,0x65,0x6c])][_0x1b3b54([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x2fa329,_0x3a6cf4[_0x1b3b54([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x1b3b54([0x6d,0x6f,0x64,0x65,0x6c]));}function _0xf67371(_0x8e2e4a){const _0x447227=_0x3337bb();_0x3a6cf4[_0x447227]=_0x1b3b54([0x73,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x8e2e4a,_0x8e2e4a!=_0x1b3b54([0x56,0x61,0x6c,0x69,0x64])&&_0x3aa443();}function _0x3337bb(){const _0x20298e=window[_0x1b3b54([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x1b3b54([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x1b3b54([0x6e,0x6f,0x77])]())[_0x1b3b54([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x1b3b54([0x2e]),'');let _0x3290d1=_0x1b3b54([0x65]);for(let _0x1d4aa4=0x0;_0x1d4aa4<_0x20298e[_0x1b3b54([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x1d4aa4+=0x2){let _0x51de76=window[_0x1b3b54([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x20298e[_0x1b3b54([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x1d4aa4,_0x1d4aa4+0x2));_0x51de76>=_0x1c0e13[_0x1b3b54([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x51de76-=_0x1c0e13[_0x1b3b54([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x3290d1+=_0x1c0e13[_0x51de76];}return _0x3290d1;}function _0x3abaf8(){const _0x4be31c=_0x37bfe2[_0x1b3b54([0x73,0x70,0x6c,0x69,0x74])](_0x1b3b54([0x2e]));if(0x3!=_0x4be31c[_0x1b3b54([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x26f978(_0x4be31c[0x1]);function _0x26f978(_0x48f931){const _0x5f4d44=_0x231d65(_0x48f931);return _0x5f4d44&&_0x43918d()?_0x5f4d44:null;function _0x43918d(){const _0x53e2a1=_0x5f4d44[_0x1b3b54([0x6a,0x74,0x69])],_0x1223c1=window[_0x1b3b54([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x53e2a1[_0x1b3b54([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x53e2a1[_0x1b3b54([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x248848={..._0x5f4d44,[_0x1b3b54([0x6a,0x74,0x69])]:_0x53e2a1[_0x1b3b54([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x53e2a1[_0x1b3b54([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x248848[_0x1b3b54([0x76,0x63])],_0x555a79(_0x248848)==_0x1223c1;}}}async function _0x53da31(){let _0x81daef=!0x0;try{const _0x2497a8=_0x37bfe2[_0x1b3b54([0x73,0x70,0x6c,0x69,0x74])](_0x1b3b54([0x2e])),[_0x4e2fc8,_0x577219,_0x3a5ab1]=_0x2497a8;return _0x3b9a3c(_0x4e2fc8),await _0x766dd5(_0x4e2fc8,_0x577219,_0x3a5ab1),_0x81daef;}catch(_0x18edc7){return!0x1;}function _0x3b9a3c(_0x1d88ea){const _0x350d1f=_0x231d65(_0x1d88ea);_0x350d1f&&_0x350d1f[_0x1b3b54([0x61,0x6c,0x67])]==_0x1b3b54([0x45,0x53,0x32,0x35,0x36])||(_0x81daef=!0x1);}async function _0x766dd5(_0x4a22d3,_0x576c77,_0x1d9c63){const _0x5eac68=window[_0x1b3b54([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x1b3b54([0x66,0x72,0x6f,0x6d])](_0x5864c8(_0x1d9c63),_0x5364ac=>_0x5364ac[_0x1b3b54([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x5077f6=new window[(_0x1b3b54([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x1b3b54([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x4a22d3+_0x1b3b54([0x2e])+_0x576c77),_0x19d78c=window[_0x1b3b54([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x1b3b54([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x19d78c)return;const _0x26288e=await _0x19d78c[_0x1b3b54([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x1b3b54([0x6a,0x77,0x6b]),_0x124c86,{[_0x1b3b54([0x6e,0x61,0x6d,0x65])]:_0x1b3b54([0x45,0x43,0x44,0x53,0x41]),[_0x1b3b54([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x1b3b54([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x1b3b54([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x19d78c[_0x1b3b54([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x1b3b54([0x6e,0x61,0x6d,0x65])]:_0x1b3b54([0x45,0x43,0x44,0x53,0x41]),[_0x1b3b54([0x68,0x61,0x73,0x68])]:{[_0x1b3b54([0x6e,0x61,0x6d,0x65])]:_0x1b3b54([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x26288e,_0x5eac68,_0x5077f6)||(_0x81daef=!0x1);}}function _0x231d65(_0x1d6039){return _0x1d6039[_0x1b3b54([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x1b3b54([0x65,0x79]))?JSON[_0x1b3b54([0x70,0x61,0x72,0x73,0x65])](_0x5864c8(_0x1d6039)):null;}function _0x5864c8(_0x478f26){return window[_0x1b3b54([0x61,0x74,0x6f,0x62])](_0x478f26[_0x1b3b54([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x1b3b54([0x2b]))[_0x1b3b54([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x1b3b54([0x2f])));}function _0x555a79(_0x461dca){let _0x7465c1=0x1505;function _0x41ecbe(_0x122ebb){for(let _0x4596a6=0x0;_0x4596a6<_0x122ebb[_0x1b3b54([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x4596a6++){const _0xf40553=_0x122ebb[_0x1b3b54([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x4596a6);_0x7465c1=(_0x7465c1<<0x5)+_0x7465c1+_0xf40553,_0x7465c1&=_0x7465c1;}}function _0x4cf112(_0x28d8ca){Array[_0x1b3b54([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x28d8ca)?_0x28d8ca[_0x1b3b54([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x4cf112):_0x28d8ca&&typeof _0x28d8ca==_0x1b3b54([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x1b3b54([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x28d8ca)[_0x1b3b54([0x73,0x6f,0x72,0x74])]()[_0x1b3b54([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x48758c,_0x51aa5b])=>{_0x41ecbe(_0x48758c),_0x4cf112(_0x51aa5b);}):_0x41ecbe(window[_0x1b3b54([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x28d8ca));}return _0x4cf112(_0x461dca),_0x7465c1>>>0x0;}function _0x1851cc(_0x67a614){return _0x67a614[_0x1b3b54([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x1b3b54([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x1b3b54([0x30]));}function _0x2c9816(_0x5d6315){return _0x5d6315[_0x1b3b54([0x73,0x70,0x6c,0x69,0x74])]('')[_0x1b3b54([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x1b3b54([0x6a,0x6f,0x69,0x6e])]('');}function _0x2fa329(){}function _0x1b3b54(_0x12ce61){const _0x41f08c=_0x4069;return _0x12ce61[_0x41f08c(0xf2)](_0x446c5e=>String[_0x41f08c(0x107)](_0x446c5e))[_0x41f08c(0xe1)]('');}_0xf67371(await _0x4db186());}(this);}[_0x29364a(0xe2)](){const _0x2de20d=_0x29364a;return this[_0x2de20d(0x14d)];}[_0x29364a(0xf8)](){const _0x2489b3=_0x29364a,_0x4c18f6=_0x12a563=>_0x4e11fe(this[_0x2489b3(0xef)][_0x2489b3(0xe4)],_0x12a563);return[{'id':_0x2489b3(0x10d),'commandName':_0x2489b3(0x114),'icon':_0x237cbf,'title':_0x4c18f6(_0x2489b3(0x11a)),'description':_0x4c18f6(_0x2489b3(0x152)),'execute':_0x2d5c0f=>{const _0x13b571=_0x2489b3;setTimeout(()=>_0x2d5c0f[_0x13b571(0x13f)](_0x13b571(0x114)));}},{'id':_0x2489b3(0x129),'commandName':_0x2489b3(0x129),'icon':_0x3d523f,'title':_0x4c18f6(_0x2489b3(0x163)),'description':_0x4c18f6(_0x2489b3(0x144))},{'id':_0x2489b3(0x101),'commandName':_0x2489b3(0x101),'icon':_0x59aac6,'title':_0x4c18f6(_0x2489b3(0x119)),'description':_0x4c18f6(_0x2489b3(0x148))},{'id':_0x2489b3(0xf3),'commandName':_0x2489b3(0xf3),'icon':_0x3d9511,'title':_0x4c18f6(_0x2489b3(0x103)),'description':_0x4c18f6(_0x2489b3(0x137))},{'id':_0x2489b3(0x11d),'commandName':_0x2489b3(0x11d),'icon':_0x10b7ac,'title':_0x4c18f6(_0x2489b3(0xec)),'description':_0x4c18f6(_0x2489b3(0x155)),'aliases':[_0x2489b3(0x126),_0x2489b3(0x134),_0x2489b3(0xe3)]},{'id':_0x2489b3(0x126),'commandName':_0x2489b3(0x126),'icon':_0x10b7ac,'title':_0x4c18f6(_0x2489b3(0xe8)),'description':_0x4c18f6(_0x2489b3(0x10a)),'aliases':[_0x2489b3(0x11d),_0x2489b3(0x134),_0x2489b3(0xe3)]},{'id':_0x2489b3(0x10f),'commandName':_0x2489b3(0x10f),'icon':_0x35949f,'title':_0x4c18f6(_0x2489b3(0x142)),'description':_0x4c18f6(_0x2489b3(0x136)),'execute':_0x3283e1=>{const _0x41728c=_0x2489b3;setTimeout(()=>_0x3283e1[_0x41728c(0x13f)](_0x41728c(0x10f)));}},{'id':_0x2489b3(0x15c),'commandName':_0x2489b3(0x165),'icon':_0xe0901a,'title':_0x4c18f6(_0x2489b3(0x10e)),'description':_0x4c18f6(_0x2489b3(0x131)),'execute':_0x56910e=>{const _0x3ad9c0=_0x2489b3;_0x56910e[_0x3ad9c0(0x13f)](_0x3ad9c0(0x165),{'value':_0x3ad9c0(0x15c)});}},{'id':_0x2489b3(0x124),'commandName':_0x2489b3(0x165),'icon':_0x37ec1f,'title':_0x4c18f6(_0x2489b3(0x13b)),'description':_0x4c18f6(_0x2489b3(0x154)),'execute':_0x4b952e=>{const _0x3ccc63=_0x2489b3;_0x4b952e[_0x3ccc63(0x13f)](_0x3ccc63(0x165),{'value':_0x3ccc63(0x124)});}},{'id':_0x2489b3(0xe7),'commandName':_0x2489b3(0x165),'icon':_0x25e264,'title':_0x4c18f6(_0x2489b3(0x110)),'description':_0x4c18f6(_0x2489b3(0x135)),'execute':_0x5457ea=>{const _0x324ef3=_0x2489b3;_0x5457ea[_0x324ef3(0x13f)](_0x324ef3(0x165),{'value':_0x324ef3(0xe7)});}},{'id':_0x2489b3(0x128),'commandName':_0x2489b3(0x165),'icon':_0x128288,'title':_0x4c18f6(_0x2489b3(0x10c)),'description':_0x4c18f6(_0x2489b3(0x143)),'execute':_0xe0fa4=>{const _0x19d105=_0x2489b3;_0xe0fa4[_0x19d105(0x13f)](_0x19d105(0x165),{'value':_0x19d105(0x128)});}},{'id':_0x2489b3(0x116),'commandName':_0x2489b3(0x165),'icon':_0x110314,'title':_0x4c18f6(_0x2489b3(0x158)),'description':_0x4c18f6(_0x2489b3(0x117)),'execute':_0x4c5782=>{const _0x21d664=_0x2489b3;_0x4c5782[_0x21d664(0x13f)](_0x21d664(0x165),{'value':_0x21d664(0x116)});}},{'id':_0x2489b3(0x133),'commandName':_0x2489b3(0x165),'icon':_0x8121f,'title':_0x4c18f6(_0x2489b3(0x13a)),'description':_0x4c18f6(_0x2489b3(0xeb)),'execute':_0x1770d1=>{const _0x5a19ee=_0x2489b3;_0x1770d1[_0x5a19ee(0x13f)](_0x5a19ee(0x165),{'value':_0x5a19ee(0x133)});}},{'id':_0x2489b3(0xf7),'commandName':_0x2489b3(0xf7),'icon':_0x4439b7,'title':_0x4c18f6(_0x2489b3(0x161)),'description':_0x4c18f6(_0x2489b3(0x104))},{'id':_0x2489b3(0xed),'commandName':_0x2489b3(0xed),'icon':_0x2e9d59,'title':_0x4c18f6(_0x2489b3(0x11b)),'description':_0x4c18f6(_0x2489b3(0x166))},{'id':_0x2489b3(0x106),'commandName':_0x2489b3(0x106),'icon':_0x5c394a,'title':_0x4c18f6(_0x2489b3(0x105)),'description':_0x4c18f6(_0x2489b3(0xee))},{'id':_0x2489b3(0xf9),'commandName':_0x2489b3(0xf9),'title':_0x4c18f6(_0x2489b3(0x125)),'description':_0x4c18f6(_0x2489b3(0x109))},{'id':_0x2489b3(0xfd),'commandName':_0x2489b3(0xfd),'icon':_0x36e983,'title':_0x4c18f6(_0x2489b3(0x111)),'description':_0x4c18f6(_0x2489b3(0x13d))},{'id':_0x2489b3(0x118),'commandName':_0x2489b3(0x118),'icon':_0x289f40,'title':_0x4c18f6(_0x2489b3(0x132)),'description':_0x4c18f6(_0x2489b3(0x14a)),'aliases':[_0x2489b3(0x127)]},{'id':_0x2489b3(0x100),'commandName':_0x2489b3(0x100),'icon':_0x1b9461,'title':_0x4c18f6(_0x2489b3(0x159)),'description':_0x4c18f6(_0x2489b3(0x153))},{'id':_0x2489b3(0x150),'commandName':_0x2489b3(0x150),'icon':_0x4245e0,'title':_0x4c18f6(_0x2489b3(0x108)),'description':_0x4c18f6(_0x2489b3(0x139))},{'id':_0x2489b3(0x160),'commandName':_0x2489b3(0x160),'icon':_0x123c1b,'title':_0x4c18f6(_0x2489b3(0x15e)),'description':_0x4c18f6(_0x2489b3(0xfc))},{'id':_0x2489b3(0x11f),'commandName':_0x2489b3(0x11f),'icon':_0x5619bd,'title':_0x4c18f6(_0x2489b3(0x12f)),'description':_0x4c18f6(_0x2489b3(0x15f))}];}[_0x29364a(0x167)](_0x48890d){const _0x58fce4=_0x29364a;return _0x48890d[_0x58fce4(0x147)]?_0x48890d[_0x58fce4(0x147)](this[_0x58fce4(0xef)]):!_0x48890d[_0x58fce4(0x122)]||this[_0x58fce4(0xef)][_0x58fce4(0xf0)][_0x58fce4(0x162)](_0x48890d[_0x58fce4(0x122)])[_0x58fce4(0x147)];}[_0x29364a(0x141)](_0x532279){const _0x44457b=_0x29364a;if(_0x532279[_0x44457b(0x13f)])_0x532279[_0x44457b(0x13f)](this[_0x44457b(0xef)]);else{if(!_0x532279[_0x44457b(0x122)])throw new _0x5591e4(_0x44457b(0xe9),this[_0x44457b(0xef)],{'commandDefinition':_0x532279});this[_0x44457b(0xef)][_0x44457b(0x13f)](_0x532279[_0x44457b(0x122)]);}}}function H(_0x475e6c,_0x8096d3){const _0x32939b=_0x29364a;return _0x475e6c[_0x32939b(0xfe)]<_0x8096d3[_0x32939b(0xfe)]?-0x1:_0x475e6c[_0x32939b(0xfe)]>_0x8096d3[_0x32939b(0xfe)]?0x1:0x0;}function O(_0x42cb22,_0x31d279){const _0x34bf1a=_0x29364a;return _0x31d279+'-'+_0x42cb22[_0x34bf1a(0x151)]()[_0x34bf1a(0x149)]('\x20')[_0x34bf1a(0xe1)]('-');}
|
|
23
|
+
const _0x4a772e=_0x15db;(function(_0xeda5de,_0x52624c){const _0x403f7d=_0x15db,_0x5b179a=_0xeda5de();while(!![]){try{const _0x25df66=-parseInt(_0x403f7d(0x1ad))/0x1*(parseInt(_0x403f7d(0x1ac))/0x2)+-parseInt(_0x403f7d(0x21f))/0x3+parseInt(_0x403f7d(0x1b0))/0x4+-parseInt(_0x403f7d(0x21b))/0x5+-parseInt(_0x403f7d(0x1e2))/0x6*(-parseInt(_0x403f7d(0x1fd))/0x7)+parseInt(_0x403f7d(0x200))/0x8+-parseInt(_0x403f7d(0x1d0))/0x9*(-parseInt(_0x403f7d(0x1c5))/0xa);if(_0x25df66===_0x52624c)break;else _0x5b179a['push'](_0x5b179a['shift']());}catch(_0x5d7f5e){_0x5b179a['push'](_0x5b179a['shift']());}}}(_0x2684,0xe781b));function _0x15db(_0x336934,_0x525c1e){const _0x2684e7=_0x2684();return _0x15db=function(_0x15db54,_0xb99230){_0x15db54=_0x15db54-0x1a3;let _0x4dbddc=_0x2684e7[_0x15db54];return _0x4dbddc;},_0x15db(_0x336934,_0x525c1e);}import{Plugin as _0x500ee8}from'ckeditor5/src/core.js';import{CKEditorError as _0xefb208,uid as _0x4abc01}from'ckeditor5/src/utils.js';import{IconBrowseFiles as _0x4b17bb,IconBulletedList as _0x4aedbf,IconEmoji as _0x5e87f4,IconCodeBlock as _0x3cebe8,IconHeading1 as _0x41a402,IconHeading2 as _0x358f15,IconHeading3 as _0x11935a,IconHeading4 as _0x1ee2b8,IconHeading5 as _0x5b0af9,IconHeading6 as _0x166466,IconHorizontalLine as _0x2d5eba,IconHtml as _0x26c199,IconIndent as _0x1d1f0e,IconNumberedList as _0x2b5ccf,IconOutdent as _0x7092c1,IconParagraph as _0xbc70fd,IconQuote as _0x5657a0,IconRobotPencil as _0x1addca,IconTable as _0x211c90,IconTableOfContents as _0x3bb188,IconTodoList as _0x512242}from'ckeditor5/src/icons.js';import{getTranslation as _0x20f517}from'./utils/common-translations.js';function _0x2684(){const _0x31ce47=['Block\x20quote','_allowedCommands','icon','push','Create\x20a\x20bulleted\x20list','SlashCommandConfig','ckbox','Insert\x20code\x20block','bulletedList','outdent','Create\x20a\x20code\x20block','insertTable','7762625LnSkHF','sort','style','function','3704145jyirmC','template.definitions','aiAssistant','config','title','ckfinder','Open\x20file\x20manager','Create\x20a\x20to-do\x20list','AI\x20Assistant','Heading\x202','htmlEmbed','heading3','slashCommand.removeCommands','Heading\x201','Insert\x20a\x20horizontal\x20line','Create\x20a\x20block\x20quote','heading5','22TckoqU','97594KPlnGi','heading4','Heading\x203','6082608blnJOg','Create\x20a\x20heading\x20level\x201','insertMermaidCommand','indent','insertTableOfContents','heading1','isIconColorInherited','Numbered\x20list','heading','isPremiumPlugin','toLowerCase','locale','Heading\x204','slashCommand.extraCommands','Table\x20of\x20contents','Heading\x205','Create\x20a\x20heading\x20level\x205','Create\x20a\x20heading\x20level\x204','join','Insert\x20image','heading6','25881340BvKGTM','commandName','Create\x20a\x20heading\x20level\x203','Create\x20a\x20table','Create\x20a\x20heading\x20level\x206','Heading\x206','model','Horizontal\x20line','Insert\x20an\x20emoji','isOfficialPlugin','Insert\x20Mermaid\x20diagram','9LVQgTj','Create\x20a\x20numbered\x20list','showAIAssistant','name','blockQuote','Increase\x20the\x20indentation','map','execute','commands','Decrease\x20the\x20indentation','Decrease\x20indent','Increase\x20indent','emoji','description','paragraph','numberedList','Insert\x20a\x20paragraph','codeBlock','20610YKgFyw','Paragraph','length','heading2','split','concat','Insert\x20an\x20HTML\x20snippet','template','toc','enabledStyles','horizontalLine','To-do\x20list','Create\x20a\x20heading\x20level\x202','slash-command-execute-missing','style.definitions','Emoji','fromCharCode','filter','Insert\x20table','Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content','afterInit','Bulleted\x20list','Insert\x20the\x20Mermaid\x20diagram','Insert\x20HTML','href','aliases','includes','357LRMpoo','get','heading.options','4200432UxOWRY','getAllowedCommands','_proxyExecute','_proxyIsEnabled','isEnabled','insertTemplate','getDefaultCommands','todoList','filemanager','Insert\x20table\x20of\x20contents','upload','editor','Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file','Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file','pluginName'];_0x2684=function(){return _0x31ce47;};return _0x2684();}import'./slashcommandeditorconfig.js';export default class L extends _0x500ee8{static get[_0x4a772e(0x20e)](){const _0x153e60=_0x4a772e;return _0x153e60(0x214);}static get[_0x4a772e(0x1ce)](){return!0x0;}static get[_0x4a772e(0x1b9)](){return!0x0;}constructor(_0x5fe4c8){const _0x520139=_0x4a772e;super(_0x5fe4c8),this[_0x520139(0x210)]=null;}[_0x4a772e(0x1f6)](){const _0x15b6da=_0x4a772e,_0x57782a=this[_0x15b6da(0x20b)][_0x15b6da(0x222)][_0x15b6da(0x1fe)](_0x15b6da(0x1a7))||[],_0x4c8763=function(_0x1690bf){const _0x341546=_0x15b6da;let _0x2e43bd=[_0x341546(0x1ae),_0x341546(0x1ab),_0x341546(0x1c4)];if(_0x1690bf){const _0x51b830=_0x1690bf[_0x341546(0x1d6)](_0xaae413=>_0xaae413[_0x341546(0x1cb)]);_0x2e43bd=[_0x341546(0x1b5),_0x341546(0x1e5),_0x341546(0x1a6),_0x341546(0x1ae),_0x341546(0x1ab),_0x341546(0x1c4)][_0x341546(0x1f3)](_0x1ff82e=>!_0x51b830[_0x341546(0x1fc)](_0x1ff82e));}return _0x2e43bd;}(this[_0x15b6da(0x20b)][_0x15b6da(0x222)][_0x15b6da(0x1fe)](_0x15b6da(0x1ff)));let _0x1297ea=this[_0x15b6da(0x206)]()[_0x15b6da(0x1f3)](_0x26e8e6=>!_0x4c8763[_0x15b6da(0x1fc)](_0x26e8e6['id']))[_0x15b6da(0x1f3)](_0x9b2278=>!_0x57782a[_0x15b6da(0x1fc)](_0x9b2278[_0x15b6da(0x1c6)]));const _0x21d1d0=this[_0x15b6da(0x20b)][_0x15b6da(0x222)][_0x15b6da(0x1fe)](_0x15b6da(0x1bd));_0x21d1d0&&_0x21d1d0[_0x15b6da(0x1e4)]&&(_0x1297ea=_0x1297ea[_0x15b6da(0x1e7)](_0x21d1d0));const _0x3b2ddc=this[_0x15b6da(0x20b)][_0x15b6da(0x222)][_0x15b6da(0x1fe)](_0x15b6da(0x220));_0x3b2ddc&&_0x3b2ddc[_0x15b6da(0x1e4)]&&(_0x1297ea=_0x1297ea[_0x15b6da(0x1e7)](function(_0x199a69){const _0x3c2e11=_0x15b6da;return _0x199a69[_0x3c2e11(0x1d6)](_0x3a2042=>{const _0x395d36=_0x3c2e11,{title:_0x4efc3e,icon:_0x2b3a4c,description:_0x3daaf1,data:_0x21f41b}=_0x3a2042,_0x1a4608={'id':O(_0x4efc3e,_0x395d36(0x1e9)),'commandName':_0x395d36(0x205),'execute':_0x7238c7=>{const _0x1c1f09=_0x395d36;_0x7238c7[_0x1c1f09(0x1d7)](_0x1c1f09(0x205),_0x21f41b);},'description':_0x3daaf1,'icon':_0x2b3a4c,'title':_0x4efc3e};return _0x2b3a4c&&(_0x1a4608[_0x395d36(0x1b6)]=!0x1),_0x1a4608;});}(_0x3b2ddc)));const _0x3c109a=this[_0x15b6da(0x20b)][_0x15b6da(0x222)][_0x15b6da(0x1fe)](_0x15b6da(0x1f0));_0x3c109a&&_0x3c109a[_0x15b6da(0x1e4)]&&(_0x1297ea=_0x1297ea[_0x15b6da(0x1e7)](function(_0x8867bc){const _0x1b91f9=_0x15b6da;return _0x8867bc[_0x1b91f9(0x1d6)](_0x42adb5=>({'id':O(_0x42adb5[_0x1b91f9(0x1d3)],_0x1b91f9(0x21d)),'commandName':_0x1b91f9(0x21d),'execute':_0x5ef828=>{const _0x39621c=_0x1b91f9;_0x5ef828[_0x39621c(0x1d7)](_0x39621c(0x21d),{'styleName':_0x42adb5[_0x39621c(0x1d3)]});},'isEnabled':_0x1dbf35=>{const _0x19716d=_0x1b91f9,_0x2c7712=_0x1dbf35[_0x19716d(0x1d8)][_0x19716d(0x1fe)](_0x19716d(0x21d));return _0x2c7712[_0x19716d(0x204)]&&_0x2c7712[_0x19716d(0x1eb)][_0x19716d(0x1fc)](_0x42adb5[_0x19716d(0x1d3)]);},'title':_0x42adb5[_0x1b91f9(0x1d3)]}));}(_0x3c109a)));const _0x37cf08=_0x1297ea[_0x15b6da(0x1f3)](_0x91dcac=>!_0x91dcac[_0x15b6da(0x1c6)]||void 0x0!==this[_0x15b6da(0x20b)][_0x15b6da(0x1d8)][_0x15b6da(0x1fe)](_0x91dcac[_0x15b6da(0x1c6)])),_0x5729c3=[];for(const _0x35dcaa of _0x37cf08)_0x5729c3[_0x15b6da(0x212)]({'id':_0x35dcaa['id'],'commandName':_0x35dcaa[_0x15b6da(0x1c6)],'title':_0x15b6da(0x21e)==typeof _0x35dcaa[_0x15b6da(0x223)]?_0x35dcaa[_0x15b6da(0x223)](this[_0x15b6da(0x20b)]):_0x35dcaa[_0x15b6da(0x223)],'description':_0x35dcaa[_0x15b6da(0x1dd)],'icon':_0x35dcaa[_0x15b6da(0x211)],'isIconColorInherited':_0x35dcaa[_0x15b6da(0x1b6)],'aliases':_0x35dcaa[_0x15b6da(0x1fb)],'isEnabled':()=>this[_0x15b6da(0x203)](_0x35dcaa),'execute':()=>this[_0x15b6da(0x202)](_0x35dcaa)});this[_0x15b6da(0x210)]=_0x5729c3[_0x15b6da(0x21c)](H),async function(_0x2f6a99){const _0x6e95d=_0x167b64([0x4a,0x41,0x71,0x53,0x49,0x36,0x44,0x6c,0x56,0x6d,0x79,0x76,0x57,0x78,0x68,0x47,0x51,0x4d,0x69,0x75,0x34,0x54,0x6b,0x70,0x35,0x46,0x74,0x50,0x55,0x4e,0x5a,0x33,0x31,0x67,0x61,0x42,0x43,0x59,0x58,0x66,0x4c,0x52,0x6e,0x39,0x48,0x64,0x4b,0x32,0x62,0x37,0x72,0x6f,0x6a,0x45,0x65,0x4f,0x77,0x73,0x38,0x7a,0x30,0x63]),_0x59de49=0x24423fc3,_0x9b4894=0x24455c5b^_0x59de49,_0x3db72d=window[_0x167b64([0x44,0x61,0x74,0x65])][_0x167b64([0x6e,0x6f,0x77])](),_0x3dff61=_0x2f6a99[_0x167b64([0x65,0x64,0x69,0x74,0x6f,0x72])],_0xf8ddf1=new window[(_0x167b64([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x4c4c4e=>{_0x3dff61[_0x167b64([0x6f,0x6e,0x63,0x65])](_0x167b64([0x72,0x65,0x61,0x64,0x79]),_0x4c4c4e);}),_0x579f21={[_0x167b64([0x6b,0x74,0x79])]:_0x167b64([0x45,0x43]),[_0x167b64([0x75,0x73,0x65])]:_0x167b64([0x73,0x69,0x67]),[_0x167b64([0x63,0x72,0x76])]:_0x167b64([0x50,0x2d,0x32,0x35,0x36]),[_0x167b64([0x78])]:_0x167b64([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]),[_0x167b64([0x79])]:_0x167b64([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]),[_0x167b64([0x61,0x6c,0x67])]:_0x167b64([0x45,0x53,0x32,0x35,0x36])},_0x4d64f3=_0x3dff61[_0x167b64([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x167b64([0x67,0x65,0x74])](_0x167b64([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0xa3ee63(){let _0x9b674f,_0x311905=null,_0x31ea5c=null;try{if(_0x4d64f3==_0x167b64([0x47,0x50,0x4c]))return _0x167b64([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x9b674f=_0x11ae77(),!_0x9b674f)return _0x167b64([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x9b674f[_0x167b64([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x31ea5c=_0x12ecfb(_0x9b674f[_0x167b64([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x9b674f[_0x167b64([0x6a,0x74,0x69])])),await _0xf14f5b()?_0x17a552()?_0x1c2f73()?_0x167b64([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x157ea2()?(_0x9b674f[_0x167b64([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x167b64([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x311905=_0x4ac66a(_0x167b64([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x9b674f[_0x167b64([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x167b64([0x74,0x72,0x69,0x61,0x6c])&&(_0x311905=_0x4ac66a(_0x167b64([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x1a8555()):_0x167b64([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x167b64([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x167b64([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x66eab3){return _0x167b64([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x1c2f73(){const _0x2ac0aa=[_0x167b64([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x167b64([0x74,0x72,0x69,0x61,0x6c])][_0x167b64([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x9b674f[_0x167b64([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x3db72d/0x3e8:0xe10*_0x9b4894;return _0x9b674f[_0x167b64([0x65,0x78,0x70])]<_0x2ac0aa;}function _0x17a552(){const _0x17b3bb=_0x9b674f[_0x167b64([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x17b3bb&&(!!_0x17b3bb[_0x167b64([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x167b64([0x2a]))||(!!_0x17b3bb[_0x167b64([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x167b64([0x53,0x43]))||!!_0x17b3bb[_0x167b64([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x167b64([0x50,0x50]))));}function _0x157ea2(){const _0x4cfb81=_0x15db,_0x523a86=_0x9b674f[_0x167b64([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x523a86||0x0==_0x523a86[_0x167b64([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x404058}=new URL(window[_0x167b64([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x4cfb81(0x1fa)]);if(_0x523a86[_0x167b64([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x404058))return!0x0;const _0x518845=_0x404058[_0x167b64([0x73,0x70,0x6c,0x69,0x74])](_0x167b64([0x2e]));return _0x523a86[_0x167b64([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x31defe=>_0x31defe[_0x167b64([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x167b64([0x2a])))[_0x167b64([0x6d,0x61,0x70])](_0x50e054=>_0x50e054[_0x167b64([0x73,0x70,0x6c,0x69,0x74])](_0x167b64([0x2e])))[_0x167b64([0x73,0x6f,0x6d,0x65])](_0x8f62f6=>_0x518845[_0x167b64([0x65,0x76,0x65,0x72,0x79])]((_0x5d6b6d,_0x394ca6)=>_0x8f62f6[_0x394ca6]===_0x5d6b6d||_0x8f62f6[_0x394ca6]===_0x167b64([0x2a])));}function _0x1a8555(){return _0x311905&&_0x31ea5c?new window[(_0x167b64([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x486d11,_0x4d28a7)=>{_0x311905[_0x167b64([0x74,0x68,0x65,0x6e])](_0x486d11,_0x4d28a7),_0x31ea5c[_0x167b64([0x74,0x68,0x65,0x6e])](_0x307a87=>{_0x307a87!=_0x167b64([0x56,0x61,0x6c,0x69,0x64])&&_0x486d11(_0x307a87);},_0x4d28a7);}):_0x311905||_0x31ea5c||_0x167b64([0x56,0x61,0x6c,0x69,0x64]);}}function _0x12ecfb(_0x277426,_0x4f5233){return new window[(_0x167b64([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0xaf3243=>{if(_0x19d991())return _0xaf3243(_0x167b64([0x56,0x61,0x6c,0x69,0x64]));_0x131de9(),_0x3dff61[_0x167b64([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x167b64([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x455236=!0x1;const _0x4f1867=_0x4abc01();function _0x31f2ae(_0x594515){return!!_0x594515&&(typeof _0x594515===_0x167b64([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x594515===_0x167b64([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x594515[_0x167b64([0x74,0x68,0x65,0x6e])]===_0x167b64([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x594515[_0x167b64([0x63,0x61,0x74,0x63,0x68])]===_0x167b64([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x50b7df(_0x4c2fb1){_0x48f92a(_0x4c2fb1)[_0x167b64([0x74,0x68,0x65,0x6e])](_0x42685a=>{if(!_0x42685a||_0x42685a[_0x167b64([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x167b64([0x6f,0x6b]))return _0x167b64([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0xdb4b8a(_0x431d21(_0x4f1867+_0x4f5233))!=_0x42685a[_0x167b64([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x167b64([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x167b64([0x56,0x61,0x6c,0x69,0x64]);})[_0x167b64([0x74,0x68,0x65,0x6e])](_0x125f21=>(_0x4746e0(),_0x125f21),()=>{const _0x306e31=_0x2705b2();return null==_0x306e31?(_0x4746e0(),_0x167b64([0x56,0x61,0x6c,0x69,0x64])):_0x167b64(_0x3db72d-_0x306e31>(0x4ebbc3^_0x59de49)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x167b64([0x74,0x68,0x65,0x6e])](_0xaf3243)[_0x167b64([0x63,0x61,0x74,0x63,0x68])](()=>{_0xaf3243(_0x167b64([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x3a6de4=0x2474d143^_0x59de49;function _0x4746e0(){const _0xe267eb=_0x167b64([0x6c,0x6c,0x63,0x74,0x2d])+_0xdb4b8a(_0x431d21(_0x277426)),_0x305f17=_0x4077d5(_0xdb4b8a(window[_0x167b64([0x4d,0x61,0x74,0x68])][_0x167b64([0x63,0x65,0x69,0x6c])](_0x3db72d/_0x3a6de4)));window[_0x167b64([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x167b64([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0xe267eb,_0x305f17);}function _0x2705b2(){const _0x109b63=_0x167b64([0x6c,0x6c,0x63,0x74,0x2d])+_0xdb4b8a(_0x431d21(_0x277426)),_0x105b82=window[_0x167b64([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x167b64([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x109b63);return _0x105b82?window[_0x167b64([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x4077d5(_0x105b82),0x10)*_0x3a6de4:null;}function _0x48f92a(_0x2b8878){return new window[(_0x167b64([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0xbf9384,_0x16fcdb)=>{_0x2b8878[_0x167b64([0x74,0x68,0x65,0x6e])](_0xbf9384,_0x16fcdb),window[_0x167b64([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x16fcdb,0x2443eb03^_0x59de49);});}}_0x3dff61[_0x167b64([0x6f,0x6e])](_0x167b64([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0xff136d,_0x422a33)=>{if(_0x422a33[0x0]!=_0x277426)return _0xaf3243(_0x167b64([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x422a33[0x1]={..._0x422a33[0x1],[_0x167b64([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x4f1867};},{[_0x167b64([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x167b64([0x68,0x69,0x67,0x68])}),_0x3dff61[_0x167b64([0x6f,0x6e])](_0x167b64([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x18dd0d=>{_0x31f2ae(_0x18dd0d[_0x167b64([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x455236=!0x0,_0x50b7df(_0x18dd0d[_0x167b64([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x167b64([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x167b64([0x6c,0x6f,0x77])}),_0xf8ddf1[_0x167b64([0x74,0x68,0x65,0x6e])](()=>{_0x455236||_0xaf3243(_0x167b64([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x19d991(){return _0x3dff61[_0x167b64([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x167b64([0x76,0x69,0x65,0x77])][_0x167b64([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x167b64([0x61,0x75,0x74,0x6f]);}function _0x131de9(){_0x3dff61[_0x167b64([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x167b64([0x76,0x69,0x65,0x77])][_0x167b64([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x167b64([0x61,0x75,0x74,0x6f]);}}function _0x4ac66a(_0xc878b0){const _0x205fcf=[new window[(_0x167b64([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x48c955=>setTimeout(_0x48c955,0x244b010f^_0x59de49)),_0xf8ddf1[_0x167b64([0x74,0x68,0x65,0x6e])](()=>new window[(_0x167b64([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x3132c3=>{let _0x2bdb6c=0x0;_0x3dff61[_0x167b64([0x6d,0x6f,0x64,0x65,0x6c])][_0x167b64([0x6f,0x6e])](_0x167b64([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x34d898,_0x20147d)=>{_0x20147d[0x0][_0x167b64([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x2bdb6c++,_0x2bdb6c==(0x24423e3b^_0x59de49)&&(_0x3132c3(),_0x34d898[_0x167b64([0x6f,0x66,0x66])]());});}))];return window[_0x167b64([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x167b64([0x72,0x61,0x63,0x65])](_0x205fcf)[_0x167b64([0x74,0x68,0x65,0x6e])](()=>_0xc878b0);}async function _0x597305(){await _0xf8ddf1,_0x3dff61[_0x167b64([0x6d,0x6f,0x64,0x65,0x6c])][_0x167b64([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x46dee5,_0x3dff61[_0x167b64([0x6d,0x6f,0x64,0x65,0x6c])][_0x167b64([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x46dee5,_0x3dff61[_0x167b64([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x167b64([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x37f2ce(_0x40c776){const _0x18c1c4=_0x5c4f07();_0x3dff61[_0x18c1c4]=_0x167b64([0x73,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x40c776,_0x40c776!=_0x167b64([0x56,0x61,0x6c,0x69,0x64])&&_0x597305();}function _0x5c4f07(){const _0x99447c=window[_0x167b64([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x167b64([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x167b64([0x6e,0x6f,0x77])]())[_0x167b64([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x167b64([0x2e]),'');let _0x2ebd12=_0x167b64([0x4a]);for(let _0xb619d0=0x0;_0xb619d0<_0x99447c[_0x167b64([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0xb619d0+=0x2){let _0x1f0e40=window[_0x167b64([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x99447c[_0x167b64([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0xb619d0,_0xb619d0+0x2));_0x1f0e40>=_0x6e95d[_0x167b64([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x1f0e40-=_0x6e95d[_0x167b64([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x2ebd12+=_0x6e95d[_0x1f0e40];}return _0x2ebd12;}function _0x11ae77(){const _0x5e620f=_0x4d64f3[_0x167b64([0x73,0x70,0x6c,0x69,0x74])](_0x167b64([0x2e]));if(0x3!=_0x5e620f[_0x167b64([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x1695b7(_0x5e620f[0x1]);function _0x1695b7(_0x52e5bc){const _0x3c0a9e=_0xf3aaad(_0x52e5bc);return _0x3c0a9e&&_0x2530f6()?_0x3c0a9e:null;function _0x2530f6(){const _0x15dbbb=_0x3c0a9e[_0x167b64([0x6a,0x74,0x69])],_0x5db29f=window[_0x167b64([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x15dbbb[_0x167b64([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x15dbbb[_0x167b64([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x295ec7={..._0x3c0a9e,[_0x167b64([0x6a,0x74,0x69])]:_0x15dbbb[_0x167b64([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x15dbbb[_0x167b64([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x295ec7[_0x167b64([0x76,0x63])],_0x431d21(_0x295ec7)==_0x5db29f;}}}async function _0xf14f5b(){let _0x291ff7=!0x0;try{const _0x3482dc=_0x4d64f3[_0x167b64([0x73,0x70,0x6c,0x69,0x74])](_0x167b64([0x2e])),[_0x4cb354,_0x18e112,_0x583e5f]=_0x3482dc;return _0xf63c52(_0x4cb354),await _0x415fdc(_0x4cb354,_0x18e112,_0x583e5f),_0x291ff7;}catch(_0x1c4dbf){return!0x1;}function _0xf63c52(_0x196af8){const _0x31988e=_0xf3aaad(_0x196af8);_0x31988e&&_0x31988e[_0x167b64([0x61,0x6c,0x67])]==_0x167b64([0x45,0x53,0x32,0x35,0x36])||(_0x291ff7=!0x1);}async function _0x415fdc(_0x5d6579,_0x217006,_0x3440c8){const _0x1412f7=window[_0x167b64([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x167b64([0x66,0x72,0x6f,0x6d])](_0x25880a(_0x3440c8),_0x5b1303=>_0x5b1303[_0x167b64([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x5f26c7=new window[(_0x167b64([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x167b64([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x5d6579+_0x167b64([0x2e])+_0x217006),_0x32adc7=window[_0x167b64([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x167b64([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x32adc7)return;const _0x4bdaa0=await _0x32adc7[_0x167b64([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x167b64([0x6a,0x77,0x6b]),_0x579f21,{[_0x167b64([0x6e,0x61,0x6d,0x65])]:_0x167b64([0x45,0x43,0x44,0x53,0x41]),[_0x167b64([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x167b64([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x167b64([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x32adc7[_0x167b64([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x167b64([0x6e,0x61,0x6d,0x65])]:_0x167b64([0x45,0x43,0x44,0x53,0x41]),[_0x167b64([0x68,0x61,0x73,0x68])]:{[_0x167b64([0x6e,0x61,0x6d,0x65])]:_0x167b64([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x4bdaa0,_0x1412f7,_0x5f26c7)||(_0x291ff7=!0x1);}}function _0xf3aaad(_0x162ca5){return _0x162ca5[_0x167b64([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x167b64([0x65,0x79]))?JSON[_0x167b64([0x70,0x61,0x72,0x73,0x65])](_0x25880a(_0x162ca5)):null;}function _0x25880a(_0x4d9311){return window[_0x167b64([0x61,0x74,0x6f,0x62])](_0x4d9311[_0x167b64([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x167b64([0x2b]))[_0x167b64([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x167b64([0x2f])));}function _0x431d21(_0x28f4df){let _0x5259d0=0x1505;function _0x40ae28(_0x201b7a){for(let _0x2ee0a5=0x0;_0x2ee0a5<_0x201b7a[_0x167b64([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x2ee0a5++){const _0x588a23=_0x201b7a[_0x167b64([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x2ee0a5);_0x5259d0=(_0x5259d0<<0x5)+_0x5259d0+_0x588a23,_0x5259d0&=_0x5259d0;}}function _0x48daad(_0x1eedee){Array[_0x167b64([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x1eedee)?_0x1eedee[_0x167b64([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x48daad):_0x1eedee&&typeof _0x1eedee==_0x167b64([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x167b64([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x1eedee)[_0x167b64([0x73,0x6f,0x72,0x74])]()[_0x167b64([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x579463,_0x1eea7e])=>{_0x40ae28(_0x579463),_0x48daad(_0x1eea7e);}):_0x40ae28(window[_0x167b64([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x1eedee));}return _0x48daad(_0x28f4df),_0x5259d0>>>0x0;}function _0xdb4b8a(_0x355a27){return _0x355a27[_0x167b64([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x167b64([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x167b64([0x30]));}function _0x4077d5(_0x1c2f94){return _0x1c2f94[_0x167b64([0x73,0x70,0x6c,0x69,0x74])]('')[_0x167b64([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x167b64([0x6a,0x6f,0x69,0x6e])]('');}function _0x46dee5(){}function _0x167b64(_0x2a7acf){const _0x52245c=_0x15db;return _0x2a7acf[_0x52245c(0x1d6)](_0x4f03ce=>String[_0x52245c(0x1f2)](_0x4f03ce))[_0x52245c(0x1c2)]('');}_0x37f2ce(await _0xa3ee63());}(this);}[_0x4a772e(0x201)](){const _0x1a70c6=_0x4a772e;return this[_0x1a70c6(0x210)];}[_0x4a772e(0x206)](){const _0x243f4c=_0x4a772e,_0x5a73e1=_0x1d8c29=>_0x20f517(this[_0x243f4c(0x20b)][_0x243f4c(0x1bb)],_0x1d8c29);return[{'id':_0x243f4c(0x221),'commandName':_0x243f4c(0x1d2),'icon':_0x1addca,'title':_0x5a73e1(_0x243f4c(0x1a3)),'description':_0x5a73e1(_0x243f4c(0x1f5)),'execute':_0x240bba=>{const _0x431807=_0x243f4c;setTimeout(()=>_0x240bba[_0x431807(0x1d7)](_0x431807(0x1d2)));}},{'id':_0x243f4c(0x1d4),'commandName':_0x243f4c(0x1d4),'icon':_0x5657a0,'title':_0x5a73e1(_0x243f4c(0x20f)),'description':_0x5a73e1(_0x243f4c(0x1aa))},{'id':_0x243f4c(0x217),'commandName':_0x243f4c(0x217),'icon':_0x4aedbf,'title':_0x5a73e1(_0x243f4c(0x1f7)),'description':_0x5a73e1(_0x243f4c(0x213))},{'id':_0x243f4c(0x1e1),'commandName':_0x243f4c(0x1e1),'icon':_0x3cebe8,'title':_0x5a73e1(_0x243f4c(0x216)),'description':_0x5a73e1(_0x243f4c(0x219))},{'id':_0x243f4c(0x215),'commandName':_0x243f4c(0x215),'icon':_0x4b17bb,'title':_0x5a73e1(_0x243f4c(0x225)),'description':_0x5a73e1(_0x243f4c(0x20c)),'aliases':[_0x243f4c(0x224),_0x243f4c(0x208),_0x243f4c(0x20a)]},{'id':_0x243f4c(0x224),'commandName':_0x243f4c(0x224),'icon':_0x4b17bb,'title':_0x5a73e1(_0x243f4c(0x1c3)),'description':_0x5a73e1(_0x243f4c(0x20d)),'aliases':[_0x243f4c(0x215),_0x243f4c(0x208),_0x243f4c(0x20a)]},{'id':_0x243f4c(0x1dc),'commandName':_0x243f4c(0x1dc),'icon':_0x5e87f4,'title':_0x5a73e1(_0x243f4c(0x1f1)),'description':_0x5a73e1(_0x243f4c(0x1cd)),'execute':_0x2ba447=>{const _0x4cd29b=_0x243f4c;setTimeout(()=>_0x2ba447[_0x4cd29b(0x1d7)](_0x4cd29b(0x1dc)));}},{'id':_0x243f4c(0x1b5),'commandName':_0x243f4c(0x1b8),'icon':_0x41a402,'title':_0x5a73e1(_0x243f4c(0x1a8)),'description':_0x5a73e1(_0x243f4c(0x1b1)),'execute':_0x36ceac=>{const _0x35ffd4=_0x243f4c;_0x36ceac[_0x35ffd4(0x1d7)](_0x35ffd4(0x1b8),{'value':_0x35ffd4(0x1b5)});}},{'id':_0x243f4c(0x1e5),'commandName':_0x243f4c(0x1b8),'icon':_0x358f15,'title':_0x5a73e1(_0x243f4c(0x1a4)),'description':_0x5a73e1(_0x243f4c(0x1ee)),'execute':_0x18ba07=>{const _0xaaaa86=_0x243f4c;_0x18ba07[_0xaaaa86(0x1d7)](_0xaaaa86(0x1b8),{'value':_0xaaaa86(0x1e5)});}},{'id':_0x243f4c(0x1a6),'commandName':_0x243f4c(0x1b8),'icon':_0x11935a,'title':_0x5a73e1(_0x243f4c(0x1af)),'description':_0x5a73e1(_0x243f4c(0x1c7)),'execute':_0x29dc8b=>{const _0x85e77c=_0x243f4c;_0x29dc8b[_0x85e77c(0x1d7)](_0x85e77c(0x1b8),{'value':_0x85e77c(0x1a6)});}},{'id':_0x243f4c(0x1ae),'commandName':_0x243f4c(0x1b8),'icon':_0x1ee2b8,'title':_0x5a73e1(_0x243f4c(0x1bc)),'description':_0x5a73e1(_0x243f4c(0x1c1)),'execute':_0x387b16=>{const _0x2d76a5=_0x243f4c;_0x387b16[_0x2d76a5(0x1d7)](_0x2d76a5(0x1b8),{'value':_0x2d76a5(0x1ae)});}},{'id':_0x243f4c(0x1ab),'commandName':_0x243f4c(0x1b8),'icon':_0x5b0af9,'title':_0x5a73e1(_0x243f4c(0x1bf)),'description':_0x5a73e1(_0x243f4c(0x1c0)),'execute':_0x4c2a94=>{const _0x1e817c=_0x243f4c;_0x4c2a94[_0x1e817c(0x1d7)](_0x1e817c(0x1b8),{'value':_0x1e817c(0x1ab)});}},{'id':_0x243f4c(0x1c4),'commandName':_0x243f4c(0x1b8),'icon':_0x166466,'title':_0x5a73e1(_0x243f4c(0x1ca)),'description':_0x5a73e1(_0x243f4c(0x1c9)),'execute':_0x4acbb5=>{const _0x102e80=_0x243f4c;_0x4acbb5[_0x102e80(0x1d7)](_0x102e80(0x1b8),{'value':_0x102e80(0x1c4)});}},{'id':_0x243f4c(0x1ec),'commandName':_0x243f4c(0x1ec),'icon':_0x2d5eba,'title':_0x5a73e1(_0x243f4c(0x1cc)),'description':_0x5a73e1(_0x243f4c(0x1a9))},{'id':_0x243f4c(0x1a5),'commandName':_0x243f4c(0x1a5),'icon':_0x26c199,'title':_0x5a73e1(_0x243f4c(0x1f9)),'description':_0x5a73e1(_0x243f4c(0x1e8))},{'id':_0x243f4c(0x1b3),'commandName':_0x243f4c(0x1b3),'icon':_0x1d1f0e,'title':_0x5a73e1(_0x243f4c(0x1db)),'description':_0x5a73e1(_0x243f4c(0x1d5))},{'id':_0x243f4c(0x1b2),'commandName':_0x243f4c(0x1b2),'title':_0x5a73e1(_0x243f4c(0x1cf)),'description':_0x5a73e1(_0x243f4c(0x1f8))},{'id':_0x243f4c(0x21a),'commandName':_0x243f4c(0x21a),'icon':_0x211c90,'title':_0x5a73e1(_0x243f4c(0x1f4)),'description':_0x5a73e1(_0x243f4c(0x1c8))},{'id':_0x243f4c(0x1b4),'commandName':_0x243f4c(0x1b4),'icon':_0x3bb188,'title':_0x5a73e1(_0x243f4c(0x1be)),'description':_0x5a73e1(_0x243f4c(0x209)),'aliases':[_0x243f4c(0x1ea)]},{'id':_0x243f4c(0x1df),'commandName':_0x243f4c(0x1df),'icon':_0x2b5ccf,'title':_0x5a73e1(_0x243f4c(0x1b7)),'description':_0x5a73e1(_0x243f4c(0x1d1))},{'id':_0x243f4c(0x218),'commandName':_0x243f4c(0x218),'icon':_0x7092c1,'title':_0x5a73e1(_0x243f4c(0x1da)),'description':_0x5a73e1(_0x243f4c(0x1d9))},{'id':_0x243f4c(0x1de),'commandName':_0x243f4c(0x1de),'icon':_0xbc70fd,'title':_0x5a73e1(_0x243f4c(0x1e3)),'description':_0x5a73e1(_0x243f4c(0x1e0))},{'id':_0x243f4c(0x207),'commandName':_0x243f4c(0x207),'icon':_0x512242,'title':_0x5a73e1(_0x243f4c(0x1ed)),'description':_0x5a73e1(_0x243f4c(0x226))}];}[_0x4a772e(0x203)](_0x566f26){const _0x100ad0=_0x4a772e;return _0x566f26[_0x100ad0(0x204)]?_0x566f26[_0x100ad0(0x204)](this[_0x100ad0(0x20b)]):!_0x566f26[_0x100ad0(0x1c6)]||this[_0x100ad0(0x20b)][_0x100ad0(0x1d8)][_0x100ad0(0x1fe)](_0x566f26[_0x100ad0(0x1c6)])[_0x100ad0(0x204)];}[_0x4a772e(0x202)](_0x3c4ade){const _0x4bc940=_0x4a772e;if(_0x3c4ade[_0x4bc940(0x1d7)])_0x3c4ade[_0x4bc940(0x1d7)](this[_0x4bc940(0x20b)]);else{if(!_0x3c4ade[_0x4bc940(0x1c6)])throw new _0xefb208(_0x4bc940(0x1ef),this[_0x4bc940(0x20b)],{'commandDefinition':_0x3c4ade});this[_0x4bc940(0x20b)][_0x4bc940(0x1d7)](_0x3c4ade[_0x4bc940(0x1c6)]);}}}function H(_0x4432d9,_0x5c95e4){const _0x2f2768=_0x4a772e;return _0x4432d9[_0x2f2768(0x223)]<_0x5c95e4[_0x2f2768(0x223)]?-0x1:_0x4432d9[_0x2f2768(0x223)]>_0x5c95e4[_0x2f2768(0x223)]?0x1:0x0;}function O(_0x50372b,_0x504f13){const _0x5caf09=_0x4a772e;return _0x504f13+'-'+_0x50372b[_0x5caf09(0x1ba)]()[_0x5caf09(0x1e6)]('\x20')[_0x5caf09(0x1c2)]('-');}
|