@ckeditor/ckeditor5-slash-command 46.0.1-alpha.8 → 46.0.1-alpha.9
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:()=>K,SlashCommandConfig:()=>c,SlashCommandEditing:()=>h,SlashCommandUI:()=>M});var e=n(782),t=n(584),r=n(355);function i(e,t){const n=s();return(i=function(e,t){return n[e-=479]})(e,t)}const o=i;function s(){const e=["Create a bulleted list","_proxyIsEnabled","Create a block quote","indent","2169KPMqcY","toc","heading5","ckbox","Create a code block","Heading 4","Increase indent","Create a heading level 4","Create a numbered list","isOfficialPlugin","pluginName","Paragraph","sort","_proxyExecute","insertTableOfContents","Open file browser to insert an image or a file","_allowedCommands","todoList","upload","Heading 5","horizontalLine","slash-command-execute-missing","heading1","1588045IdzpNY","showAIAssistant","Bulleted list","Insert an emoji","includes","push","Horizontal line","Insert an HTML snippet","config","Insert the Mermaid diagram","insertTemplate","Insert table","Insert HTML","Create a heading level 1","title","style","blockQuote","Table of contents","commands","toLowerCase","filemanager","function","concat","Create a table","heading6","Open the AI Assistant to generate content","aliases","htmlEmbed","map","fromCharCode","split","emoji","Heading 1","style.definitions","21992yARuDQ","10747dSzjUw","slashCommand.removeCommands","Insert code block","template","href","Heading 2","7390toWTki","codeBlock","editor","aiAssistant","SlashCommandConfig","insertMermaidCommand","Create a to-do list","Numbered list","bulletedList","afterInit","AI Assistant","Insert image","3541768KWxLNj","isIconColorInherited","828960freHpj","Insert a horizontal line","commandName","numberedList","enabledStyles","2aVchlT","Heading 6","Insert a paragraph","filter","Open file manager","execute","675311wRjNDh","locale","Increase the indentation","heading2","outdent","heading4","Open file manager to insert an image or a file","heading3","isEnabled","insertTable","getDefaultCommands","paragraph","isPremiumPlugin","join","slashCommand.extraCommands","To-do list","template.definitions","Block quote","Decrease the indentation","icon","description","Heading 3","Create a heading level 2","model","Create a heading level 6","Insert table of contents","Emoji","307848UkruDz","ckfinder","length","Insert Mermaid diagram","Create a heading level 5","get","12YIelvu","heading","Create a heading level 3","Decrease indent","name","getAllowedCommands","heading.options"];return(s=function(){return e})()}!function(e){const t=i,n=e();for(;;)try{if(489911===parseInt(t(547))/1*(parseInt(t(514))/2)+parseInt(t(509))/3+-parseInt(t(507))/4+-parseInt(t(587))/5*(-parseInt(t(553))/6)+parseInt(t(520))/7+parseInt(t(488))/8*(-parseInt(t(564))/9)+parseInt(t(495))/10*(parseInt(t(489))/11))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(s);class c extends e.Plugin{static get[o(574)](){return o(499)}static get[o(573)](){return!0}static get[o(532)](){return!0}constructor(e){const t=o;super(e),this[t(580)]=null}[o(504)](){const e=o,n=this[e(497)][e(595)][e(552)](e(490))||[],a=function(t){const n=e;let a=[n(525),n(566),n(611)];if(t){const e=t[n(482)](e=>e[n(543)]);a=[n(586),n(523),n(527),n(525),n(566),n(611)][n(517)](t=>!e[n(591)](t))}return a}(this[e(497)][e(595)][e(552)](e(559)));let r=this[e(530)]()[e(517)](t=>!a[e(591)](t.id))[e(517)](t=>!n[e(591)](t[e(511)]));const s=this[e(497)][e(595)][e(552)](e(534));s&&s[e(549)]&&(r=r[e(609)](s));const c=this[e(497)][e(595)][e(552)](e(536));c&&c[e(549)]&&(r=r[e(609)](function(t){const n=e;return t[n(482)](e=>{const t=n,{title:a,icon:r,description:i,data:o}=e,s={id:d(a,t(492)),commandName:t(597),execute:e=>{const n=t;e[n(519)](n(597),o)},description:i,icon:r,title:a};return r&&(s[t(508)]=!1),s})}(c)));const u=this[e(497)][e(595)][e(552)](e(487));u&&u[e(549)]&&(r=r[e(609)](function(t){const n=e;return t[n(482)](e=>({id:d(e[n(557)],n(602)),commandName:n(602),execute:t=>{const a=n;t[a(519)](a(602),{styleName:e[a(557)]})},isEnabled:t=>{const a=n,r=t[a(605)][a(552)](a(602));return r[a(528)]&&r[a(513)][a(591)](e[a(557)])},title:e[n(557)]}))}(u)));const m=r[e(517)](t=>!t[e(511)]||void 0!==this[e(497)][e(605)][e(552)](t[e(511)])),p=[];for(const t of m)p[e(592)]({id:t.id,commandName:t[e(511)],title:e(608)==typeof t[e(601)]?t[e(601)](this[e(497)]):t[e(601)],description:t[e(540)],icon:t[e(539)],isIconColorInherited:t[e(508)],aliases:t[e(480)],isEnabled:()=>this[e(561)](t),execute:()=>this[e(577)](t)});this[e(580)]=p[e(576)](l),async function(e){const n=g([113,100,87,103,115,101,72,66,110,69,85,65,68,89,56,70,106,74,112,84,114,50,53,80,57,105,122,90,119,73,109,67,120,104,48,97,111,116,78,98,82,71,75,52,117,83,79,102,121,76,88,118,108,99,86,77,81,51,54,55,49,107]),a=window[g([68,97,116,101])][g([110,111,119])](),r=e[g([101,100,105,116,111,114])],o=new(window[g([80,114,111,109,105,115,101])])(e=>{r[g([111,110,99,101])](g([114,101,97,100,121]),e)}),s={[g([107,116,121])]:g([69,67]),[g([117,115,101])]:g([115,105,103]),[g([99,114,118])]:g([80,45,50,53,54]),[g([120])]:g([105,67,106,79,67,118,68,70,73,54,108,81,72,72,84,49,56,106,86,119,82,102,107,102,72,81,50,97,95,77,121,109,84,51,53,76,81,86,111,70,83,65,73]),[g([121])]:g([107,88,73,121,74,52,101,118,116,67,69,70,82,109,120,75,83,85,112,75,57,102,68,87,52,53,57,118,88,79,118,86,114,104,102,54,117,81,65,101,79,105,111]),[g([97,108,103])]:g([69,83,50,53,54])},c=r[g([99,111,110,102,105,103])][g([103,101,116])](g([108,105,99,101,110,115,101,75,101,121]));function l(e){const t=[new(window[g([80,114,111,109,105,115,101])])(e=>setTimeout(e,605900)),o[g([116,104,101,110])](()=>new(window[g([80,114,111,109,105,115,101])])(e=>{let t=0;r[g([109,111,100,101,108])][g([111,110])](g([97,112,112,108,121,79,112,101,114,97,116,105,111,110]),(n,a)=>{a[0][g([105,115,68,111,99,117,109,101,110,116,79,112,101,114,97,116,105,111,110])]&&t++,504==t&&(e(),n[g([111,102,102])]())})}))];return window[g([80,114,111,109,105,115,101])][g([114,97,99,101])](t)[g([116,104,101,110])](()=>e)}function d(e){return e[g([115,116,97,114,116,115,87,105,116,104])](g([101,121]))?JSON[g([112,97,114,115,101])](u(e)):null}function u(e){return window[g([97,116,111,98])](e[g([114,101,112,108,97,99,101])](/-/g,g([43]))[g([114,101,112,108,97,99,101])](/_/g,g([47])))}function m(e){let t=5381;function n(e){for(let n=0;n<e[g([108,101,110,103,116,104])];n++){const a=e[g([99,104,97,114,67,111,100,101,65,116])](n);t=(t<<5)+t+a,t&=t}}return function e(t){Array[g([105,115,65,114,114,97,121])](t)?t[g([102,111,114,69,97,99,104])](e):t&&typeof t==g([111,98,106,101,99,116])?Object[g([101,110,116,114,105,101,115])](t)[g([115,111,114,116])]()[g([102,111,114,69,97,99,104])](([t,a])=>{n(t),e(a)}):n(window[g([83,116,114,105,110,103])](t))}(e),t>>>0}function 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=i;return e[t(482)](e=>String[t(483)](e))[t(533)]("")}!function(e){const t=function(){const e=window[g([83,116,114,105,110,103])](window[g([112,101,114,102,111,114,109,97,110,99,101])][g([110,111,119])]())[g([114,101,112,108,97,99,101])](g([46]),"");let t=g([113]);for(let a=0;a<e[g([108,101,110,103,116,104])];a+=2){let r=window[g([112,97,114,115,101,73,110,116])](e[g([115,117,98,115,116,114,105,110,103])](a,a+2));r>=n[g([108,101,110,103,116,104])]&&(r-=n[g([108,101,110,103,116,104])]),t+=n[r]}return t}();r[t]=g([115,108,97,115,104,67,111,109,109,97,110,100,76,105,99,101,110,115,101,75,101,121])+e,e!=g([86,97,108,105,100])&&async function(){await o,r[g([109,111,100,101,108])][g([99,104,97,110,103,101])]=f,r[g([109,111,100,101,108])][g([101,110,113,117,101,117,101,67,104,97,110,103,101])]=f,r[g([101,110,97,98,108,101,82,101,97,100,79,110,108,121,77,111,100,101])](g([109,111,100,101,108]))}()}(await async function(){let e,n=null,f=null;try{return c==g([71,80,76])?g([78,111,116,65,108,108,111,119,101,100]):(e=function(){const e=c[g([115,112,108,105,116])](g([46]));return 3!=e[g([108,101,110,103,116,104])]?null:t(e[1]);function t(e){const t=d(e);return t&&n()?t:null;function n(){const e=t[g([106,116,105])],n=window[g([112,97,114,115,101,73,110,116])](e[g([115,117,98,115,116,114,105,110,103])](e[g([108,101,110,103,116,104])]-8),16),a={...t,[g([106,116,105])]:e[g([115,117,98,115,116,114,105,110,103])](0,e[g([108,101,110,103,116,104])]-8)};return delete a[g([118,99])],m(a)==n}}}(),e?(e[g([117,115,97,103,101,69,110,100,112,111,105,110,116])]&&(f=function(e,n){return new(window[g([80,114,111,109,105,115,101])])(c=>{if(i())return c(g([86,97,108,105,100]));s(),r[g([100,101,99,111,114,97,116,101])](g([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]));let l=!1;const d=(0,t.uid)();function u(e){return!!e&&(typeof e===g([111,98,106,101,99,116])||typeof e===g([102,117,110,99,116,105,111,110]))&&typeof e[g([116,104,101,110])]===g([102,117,110,99,116,105,111,110])&&typeof e[g([99,97,116,99,104])]===g([102,117,110,99,116,105,111,110])}function f(t){s(t)[g([116,104,101,110])](e=>e&&e[g([115,116,97,116,117,115])]==g([111,107])?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])}),o[g([116,104,101,110])](()=>{l||c(g([85,115,97,103,101,76,105,109,105,116]))})});function i(){return r[g([101,100,105,116,105,110,103])][g([118,105,101,119])][g([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]==g([97,117,116,111])}function s(){r[g([101,100,105,116,105,110,103])][g([118,105,101,119])][g([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]=g([97,117,116,111])}}(e[g([117,115,97,103,101,69,110,100,112,111,105,110,116])],e[g([106,116,105])])),await async function(){let e=!0;try{const a=c[g([115,112,108,105,116])](g([46])),[r,i,o]=a;return t(r),await n(r,i,o),e}catch{return!1}function t(t){const n=d(t);n&&n[g([97,108,103])]==g([69,83,50,53,54])||(e=!1)}async function n(t,n,a){const r=window[g([85,105,110,116,56,65,114,114,97,121])][g([102,114,111,109])](u(a),e=>e[g([99,104,97,114,67,111,100,101,65,116])](0)),i=(new(window[g([84,101,120,116,69,110,99,111,100,101,114])]))[g([101,110,99,111,100,101])](t+g([46])+n),o=window[g([99,114,121,112,116,111])][g([115,117,98,116,108,101])];if(!o)return;const c=await o[g([105,109,112,111,114,116,75,101,121])](g([106,119,107]),s,{[g([110,97,109,101])]:g([69,67,68,83,65]),[g([110,97,109,101,100,67,117,114,118,101])]:g([80,45,50,53,54])},!1,[g([118,101,114,105,102,121])]);await o[g([118,101,114,105,102,121])]({[g([110,97,109,101])]:g([69,67,68,83,65]),[g([104,97,115,104])]:{[g([110,97,109,101])]:g([83,72,65,45,50,53,54])}},c,r,i)||(e=!1)}}()?function(){const t=e[g([102,101,97,116,117,114,101,115])];return!(!t||!t[g([105,110,99,108,117,100,101,115])](g([42]))&&!t[g([105,110,99,108,117,100,101,115])](g([83,67]))&&!t[g([105,110,99,108,117,100,101,115])](g([80,80])))}()?function(){const t=[g([101,118,97,108,117,97,116,105,111,110]),g([116,114,105,97,108])][g([105,110,99,108,117,100,101,115])](e[g([108,105,99,101,110,115,101,84,121,112,101])])?a/1e3:1754438400;return e[g([101,120,112])]<t}()?g([69,120,112,105,114,101,100]):function(){const t=i,n=e[g([108,105,99,101,110,115,101,100,72,111,115,116,115])];if(!n||0==n[g([108,101,110,103,116,104])])return!0;const{hostname:a}=new URL(window[g([108,111,99,97,116,105,111,110])][t(493)]);if(n[g([105,110,99,108,117,100,101,115])](a))return!0;const r=a[g([115,112,108,105,116])](g([46]));return n[g([102,105,108,116,101,114])](e=>e[g([105,110,99,108,117,100,101,115])](g([42])))[g([109,97,112])](e=>e[g([115,112,108,105,116])](g([46])))[g([102,105,108,116,101,114])](e=>e[g([108,101,110,103,116,104])]<=r[g([108,101,110,103,116,104])])[g([109,97,112])](e=>Array(r[g([108,101,110,103,116,104])]-e[g([108,101,110,103,116,104])])[g([102,105,108,108])](e[0]===g([42])?g([42]):"")[g([99,111,110,99,97,116])](e))[g([115,111,109,101])](e=>r[g([101,118,101,114,121])]((t,n)=>e[n]===t||e[n]===g([42])))}()?(e[g([108,105,99,101,110,115,101,84,121,112,101])]==g([101,118,97,108,117,97,116,105,111,110])&&(n=l(g([69,118,97,108,117,97,116,105,111,110,76,105,109,105,116]))),e[g([108,105,99,101,110,115,101,84,121,112,101])]==g([116,114,105,97,108])&&(n=l(g([84,114,105,97,108,76,105,109,105,116]))),await(n&&f?new(window[g([80,114,111,109,105,115,101])])((e,t)=>{n[g([116,104,101,110])](e,t),f[g([116,104,101,110])](t=>{t!=g([86,97,108,105,100])&&e(t)},t)}):n||f||g([86,97,108,105,100]))):g([68,111,109,97,105,110,76,105,109,105,116]):g([78,111,116,65,108,108,111,119,101,100]):g([73,110,118,97,108,105,100])):g([73,110,118,97,108,105,100]))}catch{return g([73,110,118,97,108,105,100])}}())}(this)}[o(558)](){return this[o(580)]}[o(530)](){const e=o,t=t=>function(e,t){const n=e.t,a=e.t;switch(t){case"AI Assistant":return a("AI Assistant");case"Block quote":return a("Block quote");case"Bulleted list":return a("Bulleted list");case"Insert code block":return a("Insert code block");case"Open file manager":return a("Open file manager");case"Insert image":return a("Insert image");case"Heading 1":return a("Heading 1");case"Heading 2":return a("Heading 2");case"Heading 3":return a("Heading 3");case"Heading 4":return a("Heading 4");case"Heading 5":return a("Heading 5");case"Heading 6":return a("Heading 6");case"Horizontal line":return a("Horizontal line");case"Insert HTML":return a("Insert HTML");case"Increase indent":return a("Increase indent");case"Insert table":return a("Insert table");case"Table of contents":return a("Table of contents");case"Numbered list":return a("Numbered list");case"Decrease indent":return a("Decrease indent");case"Paragraph":return a("Paragraph");case"To-do list":return a("To-do list");case"Create a block quote":return n("Create a block quote");case"Create a bulleted list":return n("Create a bulleted list");case"Create a code block":return n("Create a code block");case"Open file manager to insert an image or a file":return n("Open file manager to insert an image or a file");case"Open file browser to insert an image or a file":return n("Open file browser to insert an image or a file");case"Create a heading level 1":return n("Create a heading level 1");case"Create a heading level 2":return n("Create a heading level 2");case"Create a heading level 3":return n("Create a heading level 3");case"Create a heading level 4":return n("Create a heading level 4");case"Create a heading level 5":return n("Create a heading level 5");case"Create a heading level 6":return n("Create a heading level 6");case"Insert a horizontal line":return n("Insert a horizontal line");case"Insert an HTML snippet":return n("Insert an HTML snippet");case"Increase the indentation":return n("Increase the indentation");case"Insert Mermaid diagram":return n("Insert Mermaid diagram");case"Insert the Mermaid diagram":return n("Insert the Mermaid diagram");case"Create a table":return n("Create a table");case"Insert table of contents":return n("Insert table of contents");case"Create a numbered list":return n("Create a numbered list");case"Decrease the indentation":return n("Decrease the indentation");case"Insert a paragraph":return n("Insert a paragraph");case"Create a to-do list":return n("Create a to-do list");case"Open the AI Assistant to generate content":return n("Open the AI Assistant to generate content");case"Insert an emoji":return n("Insert an emoji");default:return t}}(this[e(497)][e(521)],t);return[{id:e(498),commandName:e(588),icon:r.IconRobotPencil,title:t(e(505)),description:t(e(479)),execute:t=>{const n=e;setTimeout(()=>t[n(519)](n(588)))}},{id:e(603),commandName:e(603),icon:r.IconQuote,title:t(e(537)),description:t(e(562))},{id:e(503),commandName:e(503),icon:r.IconBulletedList,title:t(e(589)),description:t(e(560))},{id:e(496),commandName:e(496),icon:r.IconCodeBlock,title:t(e(491)),description:t(e(568))},{id:e(567),commandName:e(567),icon:r.IconBrowseFiles,title:t(e(518)),description:t(e(526)),aliases:[e(548),e(607),e(582)]},{id:e(548),commandName:e(548),icon:r.IconBrowseFiles,title:t(e(506)),description:t(e(579)),aliases:[e(567),e(607),e(582)]},{id:e(485),commandName:e(485),icon:r.IconEmoji,title:t(e(546)),description:t(e(590)),execute:t=>{const n=e;setTimeout(()=>t[n(519)](n(485)))}},{id:e(586),commandName:e(554),icon:r.IconHeading1,title:t(e(486)),description:t(e(600)),execute:t=>{const n=e;t[n(519)](n(554),{value:n(586)})}},{id:e(523),commandName:e(554),icon:r.IconHeading2,title:t(e(494)),description:t(e(542)),execute:t=>{const n=e;t[n(519)](n(554),{value:n(523)})}},{id:e(527),commandName:e(554),icon:r.IconHeading3,title:t(e(541)),description:t(e(555)),execute:t=>{const n=e;t[n(519)](n(554),{value:n(527)})}},{id:e(525),commandName:e(554),icon:r.IconHeading4,title:t(e(569)),description:t(e(571)),execute:t=>{const n=e;t[n(519)](n(554),{value:n(525)})}},{id:e(566),commandName:e(554),icon:r.IconHeading5,title:t(e(583)),description:t(e(551)),execute:t=>{const n=e;t[n(519)](n(554),{value:n(566)})}},{id:e(611),commandName:e(554),icon:r.IconHeading6,title:t(e(515)),description:t(e(544)),execute:t=>{const n=e;t[n(519)](n(554),{value:n(611)})}},{id:e(584),commandName:e(584),icon:r.IconHorizontalLine,title:t(e(593)),description:t(e(510))},{id:e(481),commandName:e(481),icon:r.IconHtml,title:t(e(599)),description:t(e(594))},{id:e(563),commandName:e(563),icon:r.IconIndent,title:t(e(570)),description:t(e(522))},{id:e(500),commandName:e(500),title:t(e(550)),description:t(e(596))},{id:e(529),commandName:e(529),icon:r.IconTable,title:t(e(598)),description:t(e(610))},{id:e(578),commandName:e(578),icon:r.IconTableOfContents,title:t(e(604)),description:t(e(545)),aliases:[e(565)]},{id:e(512),commandName:e(512),icon:r.IconNumberedList,title:t(e(502)),description:t(e(572))},{id:e(524),commandName:e(524),icon:r.IconOutdent,title:t(e(556)),description:t(e(538))},{id:e(531),commandName:e(531),icon:r.IconParagraph,title:t(e(575)),description:t(e(516))},{id:e(581),commandName:e(581),icon:r.IconTodoList,title:t(e(535)),description:t(e(501))}]}[o(561)](e){const t=o;return e[t(528)]?e[t(528)](this[t(497)]):!e[t(511)]||this[t(497)][t(605)][t(552)](e[t(511)])[t(528)]}[o(577)](e){const n=o;if(e[n(519)])e[n(519)](this[n(497)]);else{if(!e[n(511)])throw new t.CKEditorError(n(585),this[n(497)],{commandDefinition:e});this[n(497)][n(519)](e[n(511)])}}}function l(e,t){const n=o;return e[n(601)]<t[n(601)]?-1:e[n(601)]>t[n(601)]?1:0}function d(e,t){const n=o;return t+"-"+e[n(606)]()[n(484)](" ")[n(533)]("-")}function u(e,t){const n=m();return(u=function(e,t){return n[e-=177]})(e,t)}function m(){const e=["editor","28uUciln","9534456vPQyBL","isPremiumPlugin","get","10470173odRCDY","filter","title","requires","some","6XnPeNE","isOfficialPlugin","997697GxUnkL","9wjncJm","pluginName","SlashCommandEditing","includes","29745250PuINom","getAllowedCommands","isEnabled","description","plugins","4062294VYQLYy","210065UIupGK","push","540951XkwKaL","toLowerCase","getMatchingCommands","concat","SlashCommandConfig","aliases"];return(m=function(){return e})()}const p=u;!function(e){const t=u,n=e();for(;;)try{if(768669===-parseInt(t(182))/1+parseInt(t(180))/2*(-parseInt(t(195))/3)+parseInt(t(202))/4*(-parseInt(t(193))/5)+-parseInt(t(192))/6+parseInt(t(206))/7+-parseInt(t(203))/8*(parseInt(t(183))/9)+parseInt(t(187))/10)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(m);class h extends e.Plugin{static get[p(184)](){return p(185)}static get[p(181)](){return!0}static get[p(204)](){return!0}static get[p(178)](){return[c]}[p(197)](e){const t=p,n=e&&e[t(196)]();let a=this[t(201)][t(191)][t(205)](t(199))[t(188)]();if(a=a[t(207)](e=>e[t(189)]()),n){const e=[],r=[],i=[],o=[];for(const s of a)s.id[t(196)]()[t(186)](n)?e[t(194)](s):s[t(177)][t(196)]()[t(186)](n)?r[t(194)](s):s[t(200)]&&s[t(200)][t(179)](e=>e[t(196)]()[t(186)](n))?i[t(194)](s):s[t(190)]&&s[t(190)][t(196)]()[t(186)](n)&&o[t(194)](s);a=e[t(198)](r,i,o)}return a}}var f=n(311);const g=b;function I(){const e=["add","111237lyHNjn","3548860wgHTuu","div","16ggDzQY","11PzXXxr","title","7845380wdEiYd","8930296QQtCeo","span","89yEpcry","labelView","ck-slash-command-button__description","iconView","icon","226869mpHTpg","textPartView","ck-slash-command-button__text-part","isColorInherited","isIconColorInherited","_createTextPartView","description","render","children","setTemplate","set","ck-slash-command-button","15424oaZhPq","24tIntdi","6926265BGzsoR"];return(I=function(){return e})()}function b(e,t){const n=I();return(b=function(e,t){return n[e-=119]})(e,t)}!function(e){const t=b,n=e();for(;;)try{if(780488===parseInt(t(134))/1*(parseInt(t(121))/2)+-parseInt(t(139))/3*(-parseInt(t(128))/4)+-parseInt(t(126))/5+-parseInt(t(122))/6*(-parseInt(t(125))/7)+-parseInt(t(132))/8+parseInt(t(123))/9+-parseInt(t(131))/10*(-parseInt(t(129))/11))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(I);class k extends f.ButtonView{constructor(e,t){const n=b;super(e),this[n(140)]=this[n(144)](e,t),void 0!==t[n(143)]&&(this[n(137)][n(142)]=t[n(143)]),this[n(119)]({icon:t[n(138)]||r.IconPlay,withText:!0,label:t[n(130)],class:n(120)})}[g(146)](){const e=g;super[e(146)](),this[e(147)][e(124)](this[e(140)])}[g(144)](e,t){const n=g,a=new f.View(e);return a[n(148)]({tag:n(127),attributes:{class:["ck",n(141)]},children:t[n(145)]?[this[n(135)],{tag:n(133),attributes:{class:["ck",n(136)]},children:[{text:t[n(145)]}]}]:[this[n(135)]]}),a}}var v=n(673),C=n.n(v),w=n(545),y=n.n(w),x=n(262),L=n.n(x),N=n(667),H=n.n(N),_=n(357),T=n.n(_),A=n(655),O={attributes:{"data-cke":!0}};O.setAttributes=H(),O.insert=L().bind(null,"head"),O.domAPI=y(),O.insertStyleElement=T();C()(A.A,O);A.A&&A.A.locals&&A.A.locals;const P=E;function E(e,t){const n=S();return(E=function(e,t){return n[e-=450]})(e,t)}!function(e){const t=E,n=e();for(;;)try{if(938369===-parseInt(t(510))/1+-parseInt(t(508))/2+parseInt(t(503))/3*(parseInt(t(513))/4)+-parseInt(t(470))/5*(parseInt(t(502))/6)+parseInt(t(485))/7*(-parseInt(t(451))/8)+parseInt(t(483))/9*(parseInt(t(479))/10)+parseInt(t(496))/11)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(S);class M extends e.Plugin{[P(493)];[P(487)];static get[P(499)](){return P(514)}static get[P(477)](){return!0}static get[P(469)](){return!0}constructor(e){const t=P;super(e),this[t(457)]()}[P(509)](){const e=P;this[e(490)][e(488)](e(458),this[e(507)][e(511)](this)),this[e(493)]=this[e(490)][e(471)][e(461)](e(493));const t=this[e(490)];this[e(487)]=setInterval(()=>{const n=e;let a;for(const e in t){const r=e,i=t[r];if(n(504)==i||n(498)==i||n(475)==i||n(466)==i||n(478)==i||n(454)==i||n(463)==i||n(467)==i){delete t[r],a=i,clearInterval(this[n(487)]),this[n(487)]=void 0;break}}n(498)==a&&t[n(492)](n(497)),n(475)==a&&t[n(492)](n(468)),n(466)==a&&t[n(492)](n(486)),n(478)==a&&t[n(492)](n(506),n(501)),n(454)==a&&t[n(492)](n(464)),n(463)==a&&t[n(492)](n(473)),n(467)==a&&t[n(492)](n(453))},1e3)}[P(474)](){const e=P;super[e(474)](),this[e(487)]&&clearInterval(this[e(487)])}[P(457)](){const e=P,t=this[e(490)],n=this[e(490)][e(452)][e(461)](e(459)),a=t[e(471)][e(461)](e(500));a[e(450)]({marker:"/",feed:t=>n[e(472)](t),itemRenderer:this[e(455)][e(511)](this),dropdownLimit:t[e(471)][e(461)](e(465))||1/0}),t[e(471)][e(456)](e(500),a)}[P(507)](){const e=P,t=this[e(490)];t[e(484)][e(461)](e(494)).on(e(495),(n,a)=>{const r=e,i=a[0],o=t[r(489)];"/"===i[r(482)]&&o[r(460)](e=>{const t=r;e[t(505)](i[t(512)]),i[t(494)][t(495)](),n[t(462)]()})},{priority:e(476)})}[P(455)](e){const t=P,n=this[t(490)][t(481)],a=new k(n,e);return a[t(480)](),a[t(491)]}}function S(){const e=["isOfficialPlugin","slashCommandLicenseKeyNotAllowed","110Ibmyla","render","locale","marker","940554MjAUTb","commands","14pwehUd","domainLimit","_licenseKeyCheckInterval","once","model","editor","element","_showLicenseError","licenseKey","mention","execute","18946796OWCWJO","invalid","slashCommandLicenseKeyInvalid","pluginName","mention.feeds","SlashCommand","18zehMyG","183GCvAJk","slashCommandLicenseKeyValid","remove","featureNotAllowed","_overrideMentionExecuteListener","128302rcBwsu","init","1285196PCrVzJ","bind","range","79996CHhQzH","SlashCommandUI","push","492088jZiEKR","plugins","usageLimit","slashCommandLicenseKeyEvaluationLimit","_customItemRenderer","set","_setupMentionConfiguration","ready","SlashCommandEditing","change","get","stop","slashCommandLicenseKeyTrialLimit","evaluationLimit","slashCommand.dropdownLimit","slashCommandLicenseKeyDomainLimit","slashCommandLicenseKeyUsageLimit","expired","isPremiumPlugin","2802005iDLopN","config","getMatchingCommands","trialLimit","destroy","slashCommandLicenseKeyExpired","high"];return(S=function(){return e})()}function j(){var e=["6WkkAgD","601529ILXWLg","536290GdMqlg","pluginName","isPremiumPlugin","requires","5154464yBStyt","SlashCommand","isOfficialPlugin","24wPYsCH","141140BHDWrE","243gDLipG","5859056rXmOYe","12152608DrYxJw","Mention","373382GQDJpH"];return(j=function(){return e})()}var D=z;function z(e,t){var n=j();return(z=function(e,t){return n[e-=470]})(e,t)}!function(e){for(var t=z,n=e();;)try{if(914740===parseInt(t(474))/1+parseInt(t(472))/2*(-parseInt(t(473))/3)+parseInt(t(485))/4+-parseInt(t(483))/5*(parseInt(t(482))/6)+-parseInt(t(479))/7+parseInt(t(470))/8+-parseInt(t(484))/9*(parseInt(t(475))/10))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(j);class K extends e.Plugin{static get[D(478)](){return[D(471),h,M]}static get[D(476)](){return D(480)}static get[D(481)](){return!0}static get[D(477)](){return!0}}function B(){var e=["313870GNweBH","6uodSLh","2682808wifgZv","1062335pZUpvC","1988876YSoeCS","1648422fqKqQQ","794508XlpUPw","434251QJnwVx","117ELenaO","14jaeCio"];return(B=function(){return e})()}function q(e,t){var n=B();return(q=function(e,t){return n[e-=329]})(e,t)}!function(e){for(var t=q,n=e();;)try{if(564390===parseInt(t(334))/1+-parseInt(t(333))/2+parseInt(t(332))/3+-parseInt(t(331))/4+-parseInt(t(330))/5*(-parseInt(t(338))/6)+parseInt(t(336))/7*(parseInt(t(329))/8)+parseInt(t(335))/9*(-parseInt(t(337))/10))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(B)})(),(window.CKEditor5=window.CKEditor5||{}).slashCommand=a})();
|
|
5
|
+
*/(()=>{var e={168:e=>{"use strict";e.exports=function(e){return e[1]}},237:e=>{"use strict";e.exports=CKEditor5.dll},262:e=>{"use strict";var t={};e.exports=function(e,n){var a=function(e){if(void 0===t[e]){var n=document.querySelector(e);if(window.HTMLIFrameElement&&n instanceof window.HTMLIFrameElement)try{n=n.contentDocument.head}catch(e){n=null}t[e]=n}return t[e]}(e);if(!a)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");a.appendChild(n)}},311:(e,t,n)=>{e.exports=n(237)("./src/ui.js")},355:(e,t,n)=>{e.exports=n(237)("./src/icons.js")},357:e=>{"use strict";e.exports=function(e){var t=document.createElement("style");return e.setAttributes(t,e.attributes),e.insert(t,e.options),t}},433:e=>{"use strict";e.exports=function(e){var t=[];return t.toString=function(){return this.map(function(t){var n="",a=void 0!==t[5];return t[4]&&(n+="@supports (".concat(t[4],") {")),t[2]&&(n+="@media ".concat(t[2]," {")),a&&(n+="@layer".concat(t[5].length>0?" ".concat(t[5]):""," {")),n+=e(t),a&&(n+="}"),t[2]&&(n+="}"),t[4]&&(n+="}"),n}).join("")},t.i=function(e,n,a,r,i){"string"==typeof e&&(e=[[null,e,void 0]]);var o={};if(a)for(var s=0;s<this.length;s++){var c=this[s][0];null!=c&&(o[c]=!0)}for(var l=0;l<e.length;l++){var d=[].concat(e[l]);a&&o[d[0]]||(void 0!==i&&(void 0===d[5]||(d[1]="@layer".concat(d[5].length>0?" ".concat(d[5]):""," {").concat(d[1],"}")),d[5]=i),n&&(d[2]?(d[1]="@media ".concat(d[2]," {").concat(d[1],"}"),d[2]=n):d[2]=n),r&&(d[4]?(d[1]="@supports (".concat(d[4],") {").concat(d[1],"}"),d[4]=r):d[4]="".concat(r)),t.push(d))}},t}},545:e=>{"use strict";var t,n=(t=[],function(e,n){return t[e]=n,t.filter(Boolean).join("\n")});function a(e,t,a,r){var i;if(a)i="";else{i="",r.supports&&(i+="@supports (".concat(r.supports,") {")),r.media&&(i+="@media ".concat(r.media," {"));var o=void 0!==r.layer;o&&(i+="@layer".concat(r.layer.length>0?" ".concat(r.layer):""," {")),i+=r.css,o&&(i+="}"),r.media&&(i+="}"),r.supports&&(i+="}")}if(e.styleSheet)e.styleSheet.cssText=n(t,i);else{var s=document.createTextNode(i),c=e.childNodes;c[t]&&e.removeChild(c[t]),c.length?e.insertBefore(s,c[t]):e.appendChild(s)}}var r={singleton:null,singletonCounter:0};e.exports=function(e){if("undefined"==typeof document)return{update:function(){},remove:function(){}};var t=r.singletonCounter++,n=r.singleton||(r.singleton=e.insertStyleElement(e));return{update:function(e){a(n,t,!1,e)},remove:function(e){a(n,t,!0,e)}}}},584:(e,t,n)=>{e.exports=n(237)("./src/utils.js")},655:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(168),r=n.n(a),i=n(433),o=n.n(i)()(r());o.push([e.id,":root{--ck-slash-command-button-width:250px;--ck-slash-command-description-width:200px}.ck-mentions .ck.ck-button.ck-slash-command-button{display:flex;justify-content:flex-start;padding:calc(var(--ck-line-height-base)*.2*var(--ck-font-size-base));width:var(--ck-slash-command-button-width)}.ck-mentions .ck.ck-button.ck-slash-command-button .ck.ck-icon{background-color:var(--ck-color-base-background);border-radius:2px;box-sizing:initial;color:var(--ck-color-base-text);flex-shrink:0;margin-left:0;padding:5px}[dir=ltr] .ck-mentions .ck.ck-button.ck-slash-command-button .ck.ck-icon{margin:0 var(--ck-spacing-small) 0 0}[dir=rtl] .ck-mentions .ck.ck-button.ck-slash-command-button .ck.ck-icon{margin:0 0 0 var(--ck-spacing-small)}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part{display:flex;flex-direction:column}[dir=ltr] .ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part{margin-left:var(--ck-spacing-small)}[dir=rtl] .ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part{margin-right:var(--ck-spacing-small)}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>span{line-height:1.2em}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-button__label,.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-slash-command-button__description{overflow:hidden;text-overflow:ellipsis;width:var(--ck-slash-command-description-width)}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-button__label{font-weight:700}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-slash-command-button__description{font-size:var(--ck-font-size-small);opacity:.75}.ck-mentions .ck.ck-button.ck-slash-command-button.ck-on>.ck-slash-command-button__text-part>span{color:var(--ck-color-list-button-on-text)}",""]);const s=o},667:e=>{"use strict";e.exports=function(e,t){Object.keys(t).forEach(function(n){e.setAttribute(n,t[n])})}},673:e=>{"use strict";var t=[];function n(e){for(var n=-1,a=0;a<t.length;a++)if(t[a].identifier===e){n=a;break}return n}function a(e,a){for(var i={},o=[],s=0;s<e.length;s++){var c=e[s],l=a.base?c[0]+a.base:c[0],d=i[l]||0,u="".concat(l," ").concat(d);i[l]=d+1;var m=n(u),p={css:c[1],media:c[2],sourceMap:c[3],supports:c[4],layer:c[5]};if(-1!==m)t[m].references++,t[m].updater(p);else{var h=r(p,a);a.byIndex=s,t.splice(s,0,{identifier:u,updater:h,references:1})}o.push(u)}return o}function r(e,t){var n=t.domAPI(t);n.update(e);return function(t){if(t){if(t.css===e.css&&t.media===e.media&&t.sourceMap===e.sourceMap&&t.supports===e.supports&&t.layer===e.layer)return;n.update(e=t)}else n.remove()}}e.exports=function(e,r){var i=a(e=e||[],r=r||{});return function(e){e=e||[];for(var o=0;o<i.length;o++){var s=n(i[o]);t[s].references--}for(var c=a(e,r),l=0;l<i.length;l++){var d=n(i[l]);0===t[d].references&&(t[d].updater(),t.splice(d,1))}i=c}}},782:(e,t,n)=>{e.exports=n(237)("./src/core.js")}},t={};function n(a){var r=t[a];if(void 0!==r)return r.exports;var i=t[a]={id:a,exports:{}};return e[a](i,i.exports,n),i.exports}n.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return n.d(t,{a:t}),t},n.d=(e,t)=>{for(var a in t)n.o(t,a)&&!n.o(e,a)&&Object.defineProperty(e,a,{enumerable:!0,get:t[a]})},n.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),n.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var a={};(()=>{"use strict";n.r(a),n.d(a,{SlashCommand:()=>B,SlashCommandConfig:()=>o,SlashCommandEditing:()=>h,SlashCommandUI:()=>M});var e=n(782),t=n(584),r=n(355);const i=s;!function(e){const t=s,n=e();for(;;)try{if(777880===parseInt(t(351))/1*(parseInt(t(414))/2)+-parseInt(t(334))/3+-parseInt(t(397))/4+parseInt(t(311))/5+-parseInt(t(389))/6+parseInt(t(383))/7+parseInt(t(325))/8)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(l);class o extends e.Plugin{static get[i(382)](){return i(356)}static get[i(318)](){return!0}static get[i(411)](){return!0}constructor(e){const t=i;super(e),this[t(403)]=null}[i(340)](){const e=i,n=this[e(377)][e(300)][e(365)](e(399))||[],a=function(t){const n=e;let a=[n(371),n(384),n(412)];if(t){const e=t[n(301)](e=>e[n(322)]);a=[n(350),n(380),n(326),n(371),n(384),n(412)][n(370)](t=>!e[n(406)](t))}return a}(this[e(377)][e(300)][e(365)](e(360)));let r=this[e(400)]()[e(370)](t=>!a[e(406)](t.id))[e(370)](t=>!n[e(406)](t[e(374)]));const o=this[e(377)][e(300)][e(365)](e(320));o&&o[e(333)]&&(r=r[e(349)](o));const l=this[e(377)][e(300)][e(365)](e(424));l&&l[e(333)]&&(r=r[e(349)](function(t){const n=e;return t[n(301)](e=>{const t=n,{title:a,icon:r,description:i,data:o}=e,s={id:d(a,t(344)),commandName:t(391),execute:e=>{const n=t;e[n(375)](n(391),o)},description:i,icon:r,title:a};return r&&(s[t(324)]=!1),s})}(l)));const u=this[e(377)][e(300)][e(365)](e(420));u&&u[e(333)]&&(r=r[e(349)](function(t){const n=e;return t[n(301)](e=>({id:d(e[n(394)],n(364)),commandName:n(364),execute:t=>{const a=n;t[a(375)](a(364),{styleName:e[a(394)]})},isEnabled:t=>{const a=n,r=t[a(367)][a(365)](a(364));return r[a(355)]&&r[a(352)][a(406)](e[a(394)])},title:e[n(394)]}))}(u)));const m=r[e(370)](t=>!t[e(374)]||void 0!==this[e(377)][e(367)][e(365)](t[e(374)])),p=[];for(const t of m)p[e(341)]({id:t.id,commandName:t[e(374)],title:e(345)==typeof t[e(302)]?t[e(302)](this[e(377)]):t[e(302)],description:t[e(387)],icon:t[e(409)],isIconColorInherited:t[e(324)],aliases:t[e(337)],isEnabled:()=>this[e(373)](t),execute:()=>this[e(316)](t)});this[e(403)]=p[e(392)](c),async function(e){const n=g([112,121,89,50,115,117,104,90,73,111,49,69,66,67,114,116,68,119,57,80,86,100,53,71,87,120,98,52,84,107,78,113,74,88,110,118,101,82,56,76,83,109,79,106,51,108,77,122,102,48,103,99,75,65,85,105,70,54,81,97,55,72]),a=window[g([68,97,116,101])][g([110,111,119])](),r=e[g([101,100,105,116,111,114])],i=new(window[g([80,114,111,109,105,115,101])])(e=>{r[g([111,110,99,101])](g([114,101,97,100,121]),e)}),o={[g([107,116,121])]:g([69,67]),[g([117,115,101])]:g([115,105,103]),[g([99,114,118])]:g([80,45,50,53,54]),[g([120])]:g([105,67,106,79,67,118,68,70,73,54,108,81,72,72,84,49,56,106,86,119,82,102,107,102,72,81,50,97,95,77,121,109,84,51,53,76,81,86,111,70,83,65,73]),[g([121])]:g([107,88,73,121,74,52,101,118,116,67,69,70,82,109,120,75,83,85,112,75,57,102,68,87,52,53,57,118,88,79,118,86,114,104,102,54,117,81,65,101,79,105,111]),[g([97,108,103])]:g([69,83,50,53,54])},c=r[g([99,111,110,102,105,103])][g([103,101,116])](g([108,105,99,101,110,115,101,75,101,121]));function l(e){const t=[new(window[g([80,114,111,109,105,115,101])])(e=>setTimeout(e,605900)),i[g([116,104,101,110])](()=>new(window[g([80,114,111,109,105,115,101])])(e=>{let t=0;r[g([109,111,100,101,108])][g([111,110])](g([97,112,112,108,121,79,112,101,114,97,116,105,111,110]),(n,a)=>{a[0][g([105,115,68,111,99,117,109,101,110,116,79,112,101,114,97,116,105,111,110])]&&t++,504==t&&(e(),n[g([111,102,102])]())})}))];return window[g([80,114,111,109,105,115,101])][g([114,97,99,101])](t)[g([116,104,101,110])](()=>e)}function d(e){return e[g([115,116,97,114,116,115,87,105,116,104])](g([101,121]))?JSON[g([112,97,114,115,101])](u(e)):null}function u(e){return window[g([97,116,111,98])](e[g([114,101,112,108,97,99,101])](/-/g,g([43]))[g([114,101,112,108,97,99,101])](/_/g,g([47])))}function m(e){let t=5381;function n(e){for(let n=0;n<e[g([108,101,110,103,116,104])];n++){const a=e[g([99,104,97,114,67,111,100,101,65,116])](n);t=(t<<5)+t+a,t&=t}}return function e(t){Array[g([105,115,65,114,114,97,121])](t)?t[g([102,111,114,69,97,99,104])](e):t&&typeof t==g([111,98,106,101,99,116])?Object[g([101,110,116,114,105,101,115])](t)[g([115,111,114,116])]()[g([102,111,114,69,97,99,104])](([t,a])=>{n(t),e(a)}):n(window[g([83,116,114,105,110,103])](t))}(e),t>>>0}function p(e){return e[g([116,111,83,116,114,105,110,103])](16)[g([112,97,100,83,116,97,114,116])](8,g([48]))}function h(e){return e[g([115,112,108,105,116])]("")[g([114,101,118,101,114,115,101])]()[g([106,111,105,110])]("")}function f(){}function g(e){const t=s;return e[t(301)](e=>String[t(404)](e))[t(310)]("")}!function(e){const t=function(){const e=window[g([83,116,114,105,110,103])](window[g([112,101,114,102,111,114,109,97,110,99,101])][g([110,111,119])]())[g([114,101,112,108,97,99,101])](g([46]),"");let t=g([112]);for(let a=0;a<e[g([108,101,110,103,116,104])];a+=2){let r=window[g([112,97,114,115,101,73,110,116])](e[g([115,117,98,115,116,114,105,110,103])](a,a+2));r>=n[g([108,101,110,103,116,104])]&&(r-=n[g([108,101,110,103,116,104])]),t+=n[r]}return t}();r[t]=g([115,108,97,115,104,67,111,109,109,97,110,100,76,105,99,101,110,115,101,75,101,121])+e,e!=g([86,97,108,105,100])&&async function(){await i,r[g([109,111,100,101,108])][g([99,104,97,110,103,101])]=f,r[g([109,111,100,101,108])][g([101,110,113,117,101,117,101,67,104,97,110,103,101])]=f,r[g([101,110,97,98,108,101,82,101,97,100,79,110,108,121,77,111,100,101])](g([109,111,100,101,108]))}()}(await async function(){let e,n=null,f=null;try{return c==g([71,80,76])?g([78,111,116,65,108,108,111,119,101,100]):(e=function(){const e=c[g([115,112,108,105,116])](g([46]));return 3!=e[g([108,101,110,103,116,104])]?null:t(e[1]);function t(e){const t=d(e);return t&&n()?t:null;function n(){const e=t[g([106,116,105])],n=window[g([112,97,114,115,101,73,110,116])](e[g([115,117,98,115,116,114,105,110,103])](e[g([108,101,110,103,116,104])]-8),16),a={...t,[g([106,116,105])]:e[g([115,117,98,115,116,114,105,110,103])](0,e[g([108,101,110,103,116,104])]-8)};return delete a[g([118,99])],m(a)==n}}}(),e?(e[g([117,115,97,103,101,69,110,100,112,111,105,110,116])]&&(f=function(e,n){return new(window[g([80,114,111,109,105,115,101])])(c=>{if(o())return c(g([86,97,108,105,100]));s(),r[g([100,101,99,111,114,97,116,101])](g([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]));let l=!1;const d=(0,t.uid)();function u(e){return!!e&&(typeof e===g([111,98,106,101,99,116])||typeof e===g([102,117,110,99,116,105,111,110]))&&typeof e[g([116,104,101,110])]===g([102,117,110,99,116,105,111,110])&&typeof e[g([99,97,116,99,104])]===g([102,117,110,99,116,105,111,110])}function f(t){s(t)[g([116,104,101,110])](e=>e&&e[g([115,116,97,116,117,115])]==g([111,107])?p(m(d+n))!=e[g([118,101,114,105,102,105,99,97,116,105,111,110])]?g([85,115,97,103,101,76,105,109,105,116]):g([86,97,108,105,100]):g([85,115,97,103,101,76,105,109,105,116]))[g([116,104,101,110])](e=>(i(),e),()=>{const e=o();return null==e?(i(),g([86,97,108,105,100])):g(a-e>6048e5?[85,115,97,103,101,76,105,109,105,116]:[86,97,108,105,100])})[g([116,104,101,110])](c)[g([99,97,116,99,104])](()=>{c(g([85,115,97,103,101,76,105,109,105,116]))});const r=36e5;function i(){const t=g([108,108,99,116,45])+p(m(e)),n=h(p(window[g([77,97,116,104])][g([99,101,105,108])](a/r)));window[g([108,111,99,97,108,83,116,111,114,97,103,101])][g([115,101,116,73,116,101,109])](t,n)}function o(){const t=g([108,108,99,116,45])+p(m(e)),n=window[g([108,111,99,97,108,83,116,111,114,97,103,101])][g([103,101,116,73,116,101,109])](t);return n?window[g([112,97,114,115,101,73,110,116])](h(n),16)*r:null}function s(e){return new(window[g([80,114,111,109,105,115,101])])((t,n)=>{e[g([116,104,101,110])](t,n),window[g([115,101,116,84,105,109,101,111,117,116])](n,12e4)})}}r[g([111,110])](g([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),(t,n)=>{if(n[0]!=e)return c(g([85,115,97,103,101,76,105,109,105,116]));n[1]={...n[1],[g([114,101,113,117,101,115,116,73,100])]:d}},{[g([112,114,105,111,114,105,116,121])]:g([104,105,103,104])}),r[g([111,110])](g([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),e=>{u(e[g([114,101,116,117,114,110])])&&(l=!0,f(e[g([114,101,116,117,114,110])]))},{[g([112,114,105,111,114,105,116,121])]:g([108,111,119])}),i[g([116,104,101,110])](()=>{l||c(g([85,115,97,103,101,76,105,109,105,116]))})});function o(){return r[g([101,100,105,116,105,110,103])][g([118,105,101,119])][g([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]==g([97,117,116,111])}function s(){r[g([101,100,105,116,105,110,103])][g([118,105,101,119])][g([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]=g([97,117,116,111])}}(e[g([117,115,97,103,101,69,110,100,112,111,105,110,116])],e[g([106,116,105])])),await async function(){let e=!0;try{const a=c[g([115,112,108,105,116])](g([46])),[r,i,o]=a;return t(r),await n(r,i,o),e}catch{return!1}function t(t){const n=d(t);n&&n[g([97,108,103])]==g([69,83,50,53,54])||(e=!1)}async function n(t,n,a){const r=window[g([85,105,110,116,56,65,114,114,97,121])][g([102,114,111,109])](u(a),e=>e[g([99,104,97,114,67,111,100,101,65,116])](0)),i=(new(window[g([84,101,120,116,69,110,99,111,100,101,114])]))[g([101,110,99,111,100,101])](t+g([46])+n),s=window[g([99,114,121,112,116,111])][g([115,117,98,116,108,101])];if(!s)return;const c=await s[g([105,109,112,111,114,116,75,101,121])](g([106,119,107]),o,{[g([110,97,109,101])]:g([69,67,68,83,65]),[g([110,97,109,101,100,67,117,114,118,101])]:g([80,45,50,53,54])},!1,[g([118,101,114,105,102,121])]);await s[g([118,101,114,105,102,121])]({[g([110,97,109,101])]:g([69,67,68,83,65]),[g([104,97,115,104])]:{[g([110,97,109,101])]:g([83,72,65,45,50,53,54])}},c,r,i)||(e=!1)}}()?function(){const t=e[g([102,101,97,116,117,114,101,115])];return!(!t||!t[g([105,110,99,108,117,100,101,115])](g([42]))&&!t[g([105,110,99,108,117,100,101,115])](g([83,67]))&&!t[g([105,110,99,108,117,100,101,115])](g([80,80])))}()?function(){const t=[g([101,118,97,108,117,97,116,105,111,110]),g([116,114,105,97,108])][g([105,110,99,108,117,100,101,115])](e[g([108,105,99,101,110,115,101,84,121,112,101])])?a/1e3:1754524800;return e[g([101,120,112])]<t}()?g([69,120,112,105,114,101,100]):function(){const t=s,n=e[g([108,105,99,101,110,115,101,100,72,111,115,116,115])];if(!n||0==n[g([108,101,110,103,116,104])])return!0;const{hostname:a}=new URL(window[g([108,111,99,97,116,105,111,110])][t(328)]);if(n[g([105,110,99,108,117,100,101,115])](a))return!0;const r=a[g([115,112,108,105,116])](g([46]));return n[g([102,105,108,116,101,114])](e=>e[g([105,110,99,108,117,100,101,115])](g([42])))[g([109,97,112])](e=>e[g([115,112,108,105,116])](g([46])))[g([102,105,108,116,101,114])](e=>e[g([108,101,110,103,116,104])]<=r[g([108,101,110,103,116,104])])[g([109,97,112])](e=>Array(r[g([108,101,110,103,116,104])]-e[g([108,101,110,103,116,104])])[g([102,105,108,108])](e[0]===g([42])?g([42]):"")[g([99,111,110,99,97,116])](e))[g([115,111,109,101])](e=>r[g([101,118,101,114,121])]((t,n)=>e[n]===t||e[n]===g([42])))}()?(e[g([108,105,99,101,110,115,101,84,121,112,101])]==g([101,118,97,108,117,97,116,105,111,110])&&(n=l(g([69,118,97,108,117,97,116,105,111,110,76,105,109,105,116]))),e[g([108,105,99,101,110,115,101,84,121,112,101])]==g([116,114,105,97,108])&&(n=l(g([84,114,105,97,108,76,105,109,105,116]))),await(n&&f?new(window[g([80,114,111,109,105,115,101])])((e,t)=>{n[g([116,104,101,110])](e,t),f[g([116,104,101,110])](t=>{t!=g([86,97,108,105,100])&&e(t)},t)}):n||f||g([86,97,108,105,100]))):g([68,111,109,97,105,110,76,105,109,105,116]):g([78,111,116,65,108,108,111,119,101,100]):g([73,110,118,97,108,105,100])):g([73,110,118,97,108,105,100]))}catch{return g([73,110,118,97,108,105,100])}}())}(this)}[i(348)](){return this[i(403)]}[i(400)](){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(377)][e(343)],t);return[{id:e(372),commandName:e(314),icon:r.IconRobotPencil,title:t(e(385)),description:t(e(357)),execute:t=>{const n=e;setTimeout(()=>t[n(375)](n(314)))}},{id:e(305),commandName:e(305),icon:r.IconQuote,title:t(e(347)),description:t(e(416))},{id:e(376),commandName:e(376),icon:r.IconBulletedList,title:t(e(379)),description:t(e(368))},{id:e(312),commandName:e(312),icon:r.IconCodeBlock,title:t(e(427)),description:t(e(421))},{id:e(407),commandName:e(407),icon:r.IconBrowseFiles,title:t(e(327)),description:t(e(361)),aliases:[e(330),e(304),e(423)]},{id:e(330),commandName:e(330),icon:r.IconBrowseFiles,title:t(e(366)),description:t(e(319)),aliases:[e(407),e(304),e(423)]},{id:e(415),commandName:e(415),icon:r.IconEmoji,title:t(e(332)),description:t(e(359)),execute:t=>{const n=e;setTimeout(()=>t[n(375)](n(415)))}},{id:e(350),commandName:e(381),icon:r.IconHeading1,title:t(e(358)),description:t(e(335)),execute:t=>{const n=e;t[n(375)](n(381),{value:n(350)})}},{id:e(380),commandName:e(381),icon:r.IconHeading2,title:t(e(395)),description:t(e(396)),execute:t=>{const n=e;t[n(375)](n(381),{value:n(380)})}},{id:e(326),commandName:e(381),icon:r.IconHeading3,title:t(e(362)),description:t(e(338)),execute:t=>{const n=e;t[n(375)](n(381),{value:n(326)})}},{id:e(371),commandName:e(381),icon:r.IconHeading4,title:t(e(378)),description:t(e(401)),execute:t=>{const n=e;t[n(375)](n(381),{value:n(371)})}},{id:e(384),commandName:e(381),icon:r.IconHeading5,title:t(e(369)),description:t(e(331)),execute:t=>{const n=e;t[n(375)](n(381),{value:n(384)})}},{id:e(412),commandName:e(381),icon:r.IconHeading6,title:t(e(417)),description:t(e(426)),execute:t=>{const n=e;t[n(375)](n(381),{value:n(412)})}},{id:e(342),commandName:e(342),icon:r.IconHorizontalLine,title:t(e(354)),description:t(e(308))},{id:e(363),commandName:e(363),icon:r.IconHtml,title:t(e(422)),description:t(e(313))},{id:e(321),commandName:e(321),icon:r.IconIndent,title:t(e(306)),description:t(e(410))},{id:e(398),commandName:e(398),title:t(e(298)),description:t(e(315))},{id:e(393),commandName:e(393),icon:r.IconTable,title:t(e(386)),description:t(e(346))},{id:e(390),commandName:e(390),icon:r.IconTableOfContents,title:t(e(353)),description:t(e(307)),aliases:[e(323)]},{id:e(329),commandName:e(329),icon:r.IconNumberedList,title:t(e(425)),description:t(e(317))},{id:e(336),commandName:e(336),icon:r.IconOutdent,title:t(e(309)),description:t(e(418))},{id:e(402),commandName:e(402),icon:r.IconParagraph,title:t(e(408)),description:t(e(388))},{id:e(413),commandName:e(413),icon:r.IconTodoList,title:t(e(299)),description:t(e(339))}]}[i(373)](e){const t=i;return e[t(355)]?e[t(355)](this[t(377)]):!e[t(374)]||this[t(377)][t(367)][t(365)](e[t(374)])[t(355)]}[i(316)](e){const n=i;if(e[n(375)])e[n(375)](this[n(377)]);else{if(!e[n(374)])throw new t.CKEditorError(n(303),this[n(377)],{commandDefinition:e});this[n(377)][n(375)](e[n(374)])}}}function s(e,t){const n=l();return(s=function(e,t){return n[e-=298]})(e,t)}function c(e,t){const n=i;return e[n(302)]<t[n(302)]?-1:e[n(302)]>t[n(302)]?1:0}function l(){const e=["style.definitions","Create a code block","Insert HTML","upload","template.definitions","Numbered list","Create a heading level 6","Insert code block","Insert Mermaid diagram","To-do list","config","map","title","slash-command-execute-missing","filemanager","blockQuote","Increase indent","Insert table of contents","Insert a horizontal line","Decrease indent","join","6684665BKZIyl","codeBlock","Insert an HTML snippet","showAIAssistant","Insert the Mermaid diagram","_proxyExecute","Create a numbered list","isOfficialPlugin","Open file browser to insert an image or a file","slashCommand.extraCommands","indent","model","toc","isIconColorInherited","2720792urzVDt","heading3","Open file manager","href","numberedList","ckfinder","Create a heading level 5","Emoji","length","4647774mwLxvq","Create a heading level 1","outdent","aliases","Create a heading level 3","Create a to-do list","afterInit","push","horizontalLine","locale","template","function","Create a table","Block quote","getAllowedCommands","concat","heading1","380861CrbzSk","enabledStyles","Table of contents","Horizontal line","isEnabled","SlashCommandConfig","Open the AI Assistant to generate content","Heading 1","Insert an emoji","heading.options","Open file manager to insert an image or a file","Heading 3","htmlEmbed","style","get","Insert image","commands","Create a bulleted list","Heading 5","filter","heading4","aiAssistant","_proxyIsEnabled","commandName","execute","bulletedList","editor","Heading 4","Bulleted list","heading2","heading","pluginName","8221766dkIQxm","heading5","AI Assistant","Insert table","description","Insert a paragraph","785268ikUcRk","insertTableOfContents","insertTemplate","sort","insertTable","name","Heading 2","Create a heading level 2","3097660Aptyln","insertMermaidCommand","slashCommand.removeCommands","getDefaultCommands","Create a heading level 4","paragraph","_allowedCommands","fromCharCode","toLowerCase","includes","ckbox","Paragraph","icon","Increase the indentation","isPremiumPlugin","heading6","todoList","2hmVJdd","emoji","Create a block quote","Heading 6","Decrease the indentation","split"];return(l=function(){return e})()}function d(e,t){const n=i;return t+"-"+e[n(405)]()[n(419)](" ")[n(310)]("-")}function u(e,t){const n=m();return(u=function(e,t){return n[e-=177]})(e,t)}function m(){const e=["editor","28uUciln","9534456vPQyBL","isPremiumPlugin","get","10470173odRCDY","filter","title","requires","some","6XnPeNE","isOfficialPlugin","997697GxUnkL","9wjncJm","pluginName","SlashCommandEditing","includes","29745250PuINom","getAllowedCommands","isEnabled","description","plugins","4062294VYQLYy","210065UIupGK","push","540951XkwKaL","toLowerCase","getMatchingCommands","concat","SlashCommandConfig","aliases"];return(m=function(){return e})()}const p=u;!function(e){const t=u,n=e();for(;;)try{if(768669===-parseInt(t(182))/1+parseInt(t(180))/2*(-parseInt(t(195))/3)+parseInt(t(202))/4*(-parseInt(t(193))/5)+-parseInt(t(192))/6+parseInt(t(206))/7+-parseInt(t(203))/8*(parseInt(t(183))/9)+parseInt(t(187))/10)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(m);class h extends e.Plugin{static get[p(184)](){return p(185)}static get[p(181)](){return!0}static get[p(204)](){return!0}static get[p(178)](){return[o]}[p(197)](e){const t=p,n=e&&e[t(196)]();let a=this[t(201)][t(191)][t(205)](t(199))[t(188)]();if(a=a[t(207)](e=>e[t(189)]()),n){const e=[],r=[],i=[],o=[];for(const s of a)s.id[t(196)]()[t(186)](n)?e[t(194)](s):s[t(177)][t(196)]()[t(186)](n)?r[t(194)](s):s[t(200)]&&s[t(200)][t(179)](e=>e[t(196)]()[t(186)](n))?i[t(194)](s):s[t(190)]&&s[t(190)][t(196)]()[t(186)](n)&&o[t(194)](s);a=e[t(198)](r,i,o)}return a}}var f=n(311);const g=b;function I(){const e=["add","111237lyHNjn","3548860wgHTuu","div","16ggDzQY","11PzXXxr","title","7845380wdEiYd","8930296QQtCeo","span","89yEpcry","labelView","ck-slash-command-button__description","iconView","icon","226869mpHTpg","textPartView","ck-slash-command-button__text-part","isColorInherited","isIconColorInherited","_createTextPartView","description","render","children","setTemplate","set","ck-slash-command-button","15424oaZhPq","24tIntdi","6926265BGzsoR"];return(I=function(){return e})()}function b(e,t){const n=I();return(b=function(e,t){return n[e-=119]})(e,t)}!function(e){const t=b,n=e();for(;;)try{if(780488===parseInt(t(134))/1*(parseInt(t(121))/2)+-parseInt(t(139))/3*(-parseInt(t(128))/4)+-parseInt(t(126))/5+-parseInt(t(122))/6*(-parseInt(t(125))/7)+-parseInt(t(132))/8+parseInt(t(123))/9+-parseInt(t(131))/10*(-parseInt(t(129))/11))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(I);class k extends f.ButtonView{constructor(e,t){const n=b;super(e),this[n(140)]=this[n(144)](e,t),void 0!==t[n(143)]&&(this[n(137)][n(142)]=t[n(143)]),this[n(119)]({icon:t[n(138)]||r.IconPlay,withText:!0,label:t[n(130)],class:n(120)})}[g(146)](){const e=g;super[e(146)](),this[e(147)][e(124)](this[e(140)])}[g(144)](e,t){const n=g,a=new f.View(e);return a[n(148)]({tag:n(127),attributes:{class:["ck",n(141)]},children:t[n(145)]?[this[n(135)],{tag:n(133),attributes:{class:["ck",n(136)]},children:[{text:t[n(145)]}]}]:[this[n(135)]]}),a}}var v=n(673),C=n.n(v),w=n(545),y=n.n(w),x=n(262),L=n.n(x),N=n(667),H=n.n(N),_=n(357),A=n.n(_),T=n(655),O={attributes:{"data-cke":!0}};O.setAttributes=H(),O.insert=L().bind(null,"head"),O.domAPI=y(),O.insertStyleElement=A();C()(T.A,O);T.A&&T.A.locals&&T.A.locals;const P=E;function E(e,t){const n=S();return(E=function(e,t){return n[e-=450]})(e,t)}!function(e){const t=E,n=e();for(;;)try{if(938369===-parseInt(t(510))/1+-parseInt(t(508))/2+parseInt(t(503))/3*(parseInt(t(513))/4)+-parseInt(t(470))/5*(parseInt(t(502))/6)+parseInt(t(485))/7*(-parseInt(t(451))/8)+parseInt(t(483))/9*(parseInt(t(479))/10)+parseInt(t(496))/11)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(S);class M extends e.Plugin{[P(493)];[P(487)];static get[P(499)](){return P(514)}static get[P(477)](){return!0}static get[P(469)](){return!0}constructor(e){const t=P;super(e),this[t(457)]()}[P(509)](){const e=P;this[e(490)][e(488)](e(458),this[e(507)][e(511)](this)),this[e(493)]=this[e(490)][e(471)][e(461)](e(493));const t=this[e(490)];this[e(487)]=setInterval(()=>{const n=e;let a;for(const e in t){const r=e,i=t[r];if(n(504)==i||n(498)==i||n(475)==i||n(466)==i||n(478)==i||n(454)==i||n(463)==i||n(467)==i){delete t[r],a=i,clearInterval(this[n(487)]),this[n(487)]=void 0;break}}n(498)==a&&t[n(492)](n(497)),n(475)==a&&t[n(492)](n(468)),n(466)==a&&t[n(492)](n(486)),n(478)==a&&t[n(492)](n(506),n(501)),n(454)==a&&t[n(492)](n(464)),n(463)==a&&t[n(492)](n(473)),n(467)==a&&t[n(492)](n(453))},1e3)}[P(474)](){const e=P;super[e(474)](),this[e(487)]&&clearInterval(this[e(487)])}[P(457)](){const e=P,t=this[e(490)],n=this[e(490)][e(452)][e(461)](e(459)),a=t[e(471)][e(461)](e(500));a[e(450)]({marker:"/",feed:t=>n[e(472)](t),itemRenderer:this[e(455)][e(511)](this),dropdownLimit:t[e(471)][e(461)](e(465))||1/0}),t[e(471)][e(456)](e(500),a)}[P(507)](){const e=P,t=this[e(490)];t[e(484)][e(461)](e(494)).on(e(495),(n,a)=>{const r=e,i=a[0],o=t[r(489)];"/"===i[r(482)]&&o[r(460)](e=>{const t=r;e[t(505)](i[t(512)]),i[t(494)][t(495)](),n[t(462)]()})},{priority:e(476)})}[P(455)](e){const t=P,n=this[t(490)][t(481)],a=new k(n,e);return a[t(480)](),a[t(491)]}}function S(){const e=["isOfficialPlugin","slashCommandLicenseKeyNotAllowed","110Ibmyla","render","locale","marker","940554MjAUTb","commands","14pwehUd","domainLimit","_licenseKeyCheckInterval","once","model","editor","element","_showLicenseError","licenseKey","mention","execute","18946796OWCWJO","invalid","slashCommandLicenseKeyInvalid","pluginName","mention.feeds","SlashCommand","18zehMyG","183GCvAJk","slashCommandLicenseKeyValid","remove","featureNotAllowed","_overrideMentionExecuteListener","128302rcBwsu","init","1285196PCrVzJ","bind","range","79996CHhQzH","SlashCommandUI","push","492088jZiEKR","plugins","usageLimit","slashCommandLicenseKeyEvaluationLimit","_customItemRenderer","set","_setupMentionConfiguration","ready","SlashCommandEditing","change","get","stop","slashCommandLicenseKeyTrialLimit","evaluationLimit","slashCommand.dropdownLimit","slashCommandLicenseKeyDomainLimit","slashCommandLicenseKeyUsageLimit","expired","isPremiumPlugin","2802005iDLopN","config","getMatchingCommands","trialLimit","destroy","slashCommandLicenseKeyExpired","high"];return(S=function(){return e})()}function j(){var e=["6WkkAgD","601529ILXWLg","536290GdMqlg","pluginName","isPremiumPlugin","requires","5154464yBStyt","SlashCommand","isOfficialPlugin","24wPYsCH","141140BHDWrE","243gDLipG","5859056rXmOYe","12152608DrYxJw","Mention","373382GQDJpH"];return(j=function(){return e})()}var D=z;function z(e,t){var n=j();return(z=function(e,t){return n[e-=470]})(e,t)}!function(e){for(var t=z,n=e();;)try{if(914740===parseInt(t(474))/1+parseInt(t(472))/2*(-parseInt(t(473))/3)+parseInt(t(485))/4+-parseInt(t(483))/5*(parseInt(t(482))/6)+-parseInt(t(479))/7+parseInt(t(470))/8+-parseInt(t(484))/9*(parseInt(t(475))/10))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(j);class B extends e.Plugin{static get[D(478)](){return[D(471),h,M]}static get[D(476)](){return D(480)}static get[D(481)](){return!0}static get[D(477)](){return!0}}function K(){var e=["313870GNweBH","6uodSLh","2682808wifgZv","1062335pZUpvC","1988876YSoeCS","1648422fqKqQQ","794508XlpUPw","434251QJnwVx","117ELenaO","14jaeCio"];return(K=function(){return e})()}function q(e,t){var n=K();return(q=function(e,t){return n[e-=329]})(e,t)}!function(e){for(var t=q,n=e();;)try{if(564390===parseInt(t(334))/1+-parseInt(t(333))/2+parseInt(t(332))/3+-parseInt(t(331))/4+-parseInt(t(330))/5*(-parseInt(t(338))/6)+parseInt(t(336))/7*(parseInt(t(329))/8)+parseInt(t(335))/9*(-parseInt(t(337))/10))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(K)})(),(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 _0x4bd2f5}from'@ckeditor/ckeditor5-core/dist/index.js';import{CKEditorError as _0x476e02,uid as _0x41a75b}from'@ckeditor/ckeditor5-utils/dist/index.js';import{IconRobotPencil as _0x325f19,IconQuote as _0xe94d4d,IconBulletedList as _0x190e2b,IconCodeBlock as _0x95619d,IconBrowseFiles as _0x234a0c,IconEmoji as _0x534e45,IconHeading1 as _0x6bb78,IconHeading2 as _0x199ec3,IconHeading3 as _0x4e4320,IconHeading4 as _0x57e393,IconHeading5 as _0x15fc28,IconHeading6 as _0x3fe0a5,IconHorizontalLine as _0x1029a0,IconHtml as _0x411329,IconIndent as _0x2fc22b,IconTable as _0x49f990,IconTableOfContents as _0x566f1b,IconNumberedList as _0x5c44b7,IconOutdent as _0x31a66e,IconParagraph as _0x45e333,IconTodoList as _0x11ce3f,IconPlay as _0x560eef}from'@ckeditor/ckeditor5-icons/dist/index.js';import{ButtonView as _0x2c8e3a,View as _0x3c3e2d}from'@ckeditor/ckeditor5-ui/dist/index.js';class P extends _0x4bd2f5{static get['pluginName'](){return'SlashCommandConfig';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x238e60){super(_0x238e60),this['_allowedCommands']=null;}['afterInit'](){const _0x3874e1=this['editor']['config']['get']('slashCommand.removeCommands')||[],_0x3b430b=function(_0x209f88){let _0x45eb8f=['heading4','heading5','heading6'];if(_0x209f88){const _0xafc4e9=_0x209f88['map'](_0x34594d=>_0x34594d['model']);_0x45eb8f=['heading1','heading2','heading3','heading4','heading5','heading6']['filter'](_0x413edc=>!_0xafc4e9['includes'](_0x413edc));}return _0x45eb8f;}(this['editor']['config']['get']('heading.options'));let _0x4b0e6f=this['getDefaultCommands']()['filter'](_0x451466=>!_0x3b430b['includes'](_0x451466['id']))['filter'](_0x5a925b=>!_0x3874e1['includes'](_0x5a925b['commandName']));const _0x1b27e6=this['editor']['config']['get']('slashCommand.extraCommands');_0x1b27e6&&_0x1b27e6['length']&&(_0x4b0e6f=_0x4b0e6f['concat'](_0x1b27e6));const _0x514414=this['editor']['config']['get']('template.definitions');_0x514414&&_0x514414['length']&&(_0x4b0e6f=_0x4b0e6f['concat'](function(_0x102a19){return _0x102a19['map'](_0x281fe1=>{const {title:_0x16cf69,icon:_0x433f84,description:_0x3ea601,data:_0x60b2b8}=_0x281fe1,_0x18f49a={'id':L(_0x16cf69,'template'),'commandName':'insertTemplate','execute':_0x16c4d1=>{_0x16c4d1['execute']('insertTemplate',_0x60b2b8);},'description':_0x3ea601,'icon':_0x433f84,'title':_0x16cf69};return _0x433f84&&(_0x18f49a['isIconColorInherited']=!0x1),_0x18f49a;});}(_0x514414)));const _0x423fe0=this['editor']['config']['get']('style.definitions');_0x423fe0&&_0x423fe0['length']&&(_0x4b0e6f=_0x4b0e6f['concat'](function(_0x17d28d){return _0x17d28d['map'](_0x283a11=>({'id':L(_0x283a11['name'],'style'),'commandName':'style','execute':_0x441215=>{_0x441215['execute']('style',{'styleName':_0x283a11['name']});},'isEnabled':_0xd0e9ed=>{const _0x59af80=_0xd0e9ed['commands']['get']('style');return _0x59af80['isEnabled']&&_0x59af80['enabledStyles']['includes'](_0x283a11['name']);},'title':_0x283a11['name']}));}(_0x423fe0)));const _0x225500=_0x4b0e6f['filter'](_0x31a968=>!_0x31a968['commandName']||void 0x0!==this['editor']['commands']['get'](_0x31a968['commandName'])),_0x19d227=[];for(const _0x2cc949 of _0x225500)_0x19d227['push']({'id':_0x2cc949['id'],'commandName':_0x2cc949['commandName'],'title':'function'==typeof _0x2cc949['title']?_0x2cc949['title'](this['editor']):_0x2cc949['title'],'description':_0x2cc949['description'],'icon':_0x2cc949['icon'],'isIconColorInherited':_0x2cc949['isIconColorInherited'],'aliases':_0x2cc949['aliases'],'isEnabled':()=>this['_proxyIsEnabled'](_0x2cc949),'execute':()=>this['_proxyExecute'](_0x2cc949)});this['_allowedCommands']=_0x19d227['sort'](j),async function(_0x2609f1){const _0x5cb482=_0x47ecdc([0x71,0x64,0x57,0x67,0x73,0x65,0x48,0x42,0x6e,0x45,0x55,0x41,0x44,0x59,0x38,0x46,0x6a,0x4a,0x70,0x54,0x72,0x32,0x35,0x50,0x39,0x69,0x7a,0x5a,0x77,0x49,0x6d,0x43,0x78,0x68,0x30,0x61,0x6f,0x74,0x4e,0x62,0x52,0x47,0x4b,0x34,0x75,0x53,0x4f,0x66,0x79,0x4c,0x58,0x76,0x6c,0x63,0x56,0x4d,0x51,0x33,0x36,0x37,0x31,0x6b]),_0x31e3fc=0x58b4c36b,_0xafc97=0x58b3acdb^_0x31e3fc,_0x3b323b=window[_0x47ecdc([0x44,0x61,0x74,0x65])][_0x47ecdc([0x6e,0x6f,0x77])](),_0x3e939=_0x2609f1[_0x47ecdc([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x2ff396=new window[(_0x47ecdc([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x3b51c9=>{_0x3e939[_0x47ecdc([0x6f,0x6e,0x63,0x65])](_0x47ecdc([0x72,0x65,0x61,0x64,0x79]),_0x3b51c9);}),_0xc0c3f0={[_0x47ecdc([0x6b,0x74,0x79])]:_0x47ecdc([0x45,0x43]),[_0x47ecdc([0x75,0x73,0x65])]:_0x47ecdc([0x73,0x69,0x67]),[_0x47ecdc([0x63,0x72,0x76])]:_0x47ecdc([0x50,0x2d,0x32,0x35,0x36]),[_0x47ecdc([0x78])]:_0x47ecdc([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]),[_0x47ecdc([0x79])]:_0x47ecdc([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]),[_0x47ecdc([0x61,0x6c,0x67])]:_0x47ecdc([0x45,0x53,0x32,0x35,0x36])},_0x19d87c=_0x3e939[_0x47ecdc([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x47ecdc([0x67,0x65,0x74])](_0x47ecdc([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x587c9a(){let _0x2f6bd5,_0x41635d=null,_0x1b3481=null;try{if(_0x19d87c==_0x47ecdc([0x47,0x50,0x4c]))return _0x47ecdc([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x2f6bd5=_0x2cbfaf(),!_0x2f6bd5)return _0x47ecdc([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x2f6bd5[_0x47ecdc([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x1b3481=_0x4fa853(_0x2f6bd5[_0x47ecdc([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x2f6bd5[_0x47ecdc([0x6a,0x74,0x69])])),await _0x2b337f()?_0x526052()?_0x4960e4()?_0x47ecdc([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x5df8b6()?(_0x2f6bd5[_0x47ecdc([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x47ecdc([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x41635d=_0x26b54b(_0x47ecdc([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x2f6bd5[_0x47ecdc([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x47ecdc([0x74,0x72,0x69,0x61,0x6c])&&(_0x41635d=_0x26b54b(_0x47ecdc([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x3f869c()):_0x47ecdc([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x47ecdc([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x47ecdc([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x47ecdc([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x4960e4(){const _0x73c0c5=[_0x47ecdc([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x47ecdc([0x74,0x72,0x69,0x61,0x6c])][_0x47ecdc([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2f6bd5[_0x47ecdc([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x3b323b/0x3e8:0xe10*_0xafc97;return _0x2f6bd5[_0x47ecdc([0x65,0x78,0x70])]<_0x73c0c5;}function _0x526052(){const _0x20fa5d=_0x2f6bd5[_0x47ecdc([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x20fa5d&&(!!_0x20fa5d[_0x47ecdc([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x47ecdc([0x2a]))||(!!_0x20fa5d[_0x47ecdc([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x47ecdc([0x53,0x43]))||!!_0x20fa5d[_0x47ecdc([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x47ecdc([0x50,0x50]))));}function _0x5df8b6(){const _0x4c7aa5=_0x2f6bd5[_0x47ecdc([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x4c7aa5||0x0==_0x4c7aa5[_0x47ecdc([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x5713c4}=new URL(window[_0x47ecdc([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x4c7aa5[_0x47ecdc([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5713c4))return!0x0;const _0x4a3044=_0x5713c4[_0x47ecdc([0x73,0x70,0x6c,0x69,0x74])](_0x47ecdc([0x2e]));return _0x4c7aa5[_0x47ecdc([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x8139e9=>_0x8139e9[_0x47ecdc([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x47ecdc([0x2a])))[_0x47ecdc([0x6d,0x61,0x70])](_0x5cf7bc=>_0x5cf7bc[_0x47ecdc([0x73,0x70,0x6c,0x69,0x74])](_0x47ecdc([0x2e])))[_0x47ecdc([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x47180c=>_0x47180c[_0x47ecdc([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x4a3044[_0x47ecdc([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x47ecdc([0x6d,0x61,0x70])](_0x551cc0=>Array(_0x4a3044[_0x47ecdc([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x551cc0[_0x47ecdc([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x47ecdc([0x66,0x69,0x6c,0x6c])](_0x551cc0[0x0]===_0x47ecdc([0x2a])?_0x47ecdc([0x2a]):'')[_0x47ecdc([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x551cc0))[_0x47ecdc([0x73,0x6f,0x6d,0x65])](_0x319279=>_0x4a3044[_0x47ecdc([0x65,0x76,0x65,0x72,0x79])]((_0x113c6f,_0x83f27b)=>_0x319279[_0x83f27b]===_0x113c6f||_0x319279[_0x83f27b]===_0x47ecdc([0x2a])));}function _0x3f869c(){return _0x41635d&&_0x1b3481?new window[(_0x47ecdc([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x36edfe,_0x4ac13c)=>{_0x41635d[_0x47ecdc([0x74,0x68,0x65,0x6e])](_0x36edfe,_0x4ac13c),_0x1b3481[_0x47ecdc([0x74,0x68,0x65,0x6e])](_0x4e4ec6=>{_0x4e4ec6!=_0x47ecdc([0x56,0x61,0x6c,0x69,0x64])&&_0x36edfe(_0x4e4ec6);},_0x4ac13c);}):_0x41635d||_0x1b3481||_0x47ecdc([0x56,0x61,0x6c,0x69,0x64]);}}function _0x4fa853(_0x2e0f45,_0x3ffea4){return new window[(_0x47ecdc([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x20511e=>{if(_0x418ae7())return _0x20511e(_0x47ecdc([0x56,0x61,0x6c,0x69,0x64]));_0x41ebbe(),_0x3e939[_0x47ecdc([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x47ecdc([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x341f56=!0x1;const _0x5b2f06=_0x41a75b();function _0x389c1d(_0x4a2cbe){return!!_0x4a2cbe&&(typeof _0x4a2cbe===_0x47ecdc([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x4a2cbe===_0x47ecdc([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x4a2cbe[_0x47ecdc([0x74,0x68,0x65,0x6e])]===_0x47ecdc([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x4a2cbe[_0x47ecdc([0x63,0x61,0x74,0x63,0x68])]===_0x47ecdc([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x1acbb9(_0x42a4fb){_0x23875f(_0x42a4fb)[_0x47ecdc([0x74,0x68,0x65,0x6e])](_0x2df400=>{if(!_0x2df400||_0x2df400[_0x47ecdc([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x47ecdc([0x6f,0x6b]))return _0x47ecdc([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x1e6a1b(_0x23cc6d(_0x5b2f06+_0x3ffea4))!=_0x2df400[_0x47ecdc([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x47ecdc([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x47ecdc([0x56,0x61,0x6c,0x69,0x64]);})[_0x47ecdc([0x74,0x68,0x65,0x6e])](_0x4b72a1=>(_0x374e2a(),_0x4b72a1),()=>{const _0x2277bb=_0xf2f67c();return null==_0x2277bb?(_0x374e2a(),_0x47ecdc([0x56,0x61,0x6c,0x69,0x64])):_0x47ecdc(_0x3b323b-_0x2277bb>(0x7cb8476b^_0x31e3fc)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x47ecdc([0x74,0x68,0x65,0x6e])](_0x20511e)[_0x47ecdc([0x63,0x61,0x74,0x63,0x68])](()=>{_0x20511e(_0x47ecdc([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x4a79fa=0x58822deb^_0x31e3fc;function _0x374e2a(){const _0x2dfa00=_0x47ecdc([0x6c,0x6c,0x63,0x74,0x2d])+_0x1e6a1b(_0x23cc6d(_0x2e0f45)),_0x1288bb=_0x2285b9(_0x1e6a1b(window[_0x47ecdc([0x4d,0x61,0x74,0x68])][_0x47ecdc([0x63,0x65,0x69,0x6c])](_0x3b323b/_0x4a79fa)));window[_0x47ecdc([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x47ecdc([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x2dfa00,_0x1288bb);}function _0xf2f67c(){const _0x4df470=_0x47ecdc([0x6c,0x6c,0x63,0x74,0x2d])+_0x1e6a1b(_0x23cc6d(_0x2e0f45)),_0x50e193=window[_0x47ecdc([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x47ecdc([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x4df470);return _0x50e193?window[_0x47ecdc([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x2285b9(_0x50e193),0x10)*_0x4a79fa:null;}function _0x23875f(_0x255db1){return new window[(_0x47ecdc([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x22f341,_0x4d5496)=>{_0x255db1[_0x47ecdc([0x74,0x68,0x65,0x6e])](_0x22f341,_0x4d5496),window[_0x47ecdc([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x4d5496,0x58b517ab^_0x31e3fc);});}}_0x3e939[_0x47ecdc([0x6f,0x6e])](_0x47ecdc([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x587388,_0x6df450)=>{if(_0x6df450[0x0]!=_0x2e0f45)return _0x20511e(_0x47ecdc([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x6df450[0x1]={..._0x6df450[0x1],[_0x47ecdc([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x5b2f06};},{[_0x47ecdc([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x47ecdc([0x68,0x69,0x67,0x68])}),_0x3e939[_0x47ecdc([0x6f,0x6e])](_0x47ecdc([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x2cabb6=>{_0x389c1d(_0x2cabb6[_0x47ecdc([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x341f56=!0x0,_0x1acbb9(_0x2cabb6[_0x47ecdc([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x47ecdc([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x47ecdc([0x6c,0x6f,0x77])}),_0x2ff396[_0x47ecdc([0x74,0x68,0x65,0x6e])](()=>{_0x341f56||_0x20511e(_0x47ecdc([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x418ae7(){return _0x3e939[_0x47ecdc([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x47ecdc([0x76,0x69,0x65,0x77])][_0x47ecdc([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x47ecdc([0x61,0x75,0x74,0x6f]);}function _0x41ebbe(){_0x3e939[_0x47ecdc([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x47ecdc([0x76,0x69,0x65,0x77])][_0x47ecdc([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x47ecdc([0x61,0x75,0x74,0x6f]);}}function _0x26b54b(_0x8fad57){const _0x2d2d0e=[new window[(_0x47ecdc([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x4d5f01=>setTimeout(_0x4d5f01,0x58bdfda7^_0x31e3fc)),_0x2ff396[_0x47ecdc([0x74,0x68,0x65,0x6e])](()=>new window[(_0x47ecdc([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x33d602=>{let _0x2c6312=0x0;_0x3e939[_0x47ecdc([0x6d,0x6f,0x64,0x65,0x6c])][_0x47ecdc([0x6f,0x6e])](_0x47ecdc([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x3324b9,_0x52fa18)=>{_0x52fa18[0x0][_0x47ecdc([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x2c6312++,_0x2c6312==(0x58b4c293^_0x31e3fc)&&(_0x33d602(),_0x3324b9[_0x47ecdc([0x6f,0x66,0x66])]());});}))];return window[_0x47ecdc([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x47ecdc([0x72,0x61,0x63,0x65])](_0x2d2d0e)[_0x47ecdc([0x74,0x68,0x65,0x6e])](()=>_0x8fad57);}async function _0x45b6f7(){await _0x2ff396,_0x3e939[_0x47ecdc([0x6d,0x6f,0x64,0x65,0x6c])][_0x47ecdc([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x4328ba,_0x3e939[_0x47ecdc([0x6d,0x6f,0x64,0x65,0x6c])][_0x47ecdc([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x4328ba,_0x3e939[_0x47ecdc([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x47ecdc([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x33c4ed(_0x114f2c){const _0x1da9dc=_0x467924();_0x3e939[_0x1da9dc]=_0x47ecdc([0x73,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x114f2c,_0x114f2c!=_0x47ecdc([0x56,0x61,0x6c,0x69,0x64])&&_0x45b6f7();}function _0x467924(){const _0x1fb772=window[_0x47ecdc([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x47ecdc([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x47ecdc([0x6e,0x6f,0x77])]())[_0x47ecdc([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x47ecdc([0x2e]),'');let _0x671557=_0x47ecdc([0x71]);for(let _0x5b6237=0x0;_0x5b6237<_0x1fb772[_0x47ecdc([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x5b6237+=0x2){let _0x30c22c=window[_0x47ecdc([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x1fb772[_0x47ecdc([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x5b6237,_0x5b6237+0x2));_0x30c22c>=_0x5cb482[_0x47ecdc([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x30c22c-=_0x5cb482[_0x47ecdc([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x671557+=_0x5cb482[_0x30c22c];}return _0x671557;}function _0x2cbfaf(){const _0x1c4958=_0x19d87c[_0x47ecdc([0x73,0x70,0x6c,0x69,0x74])](_0x47ecdc([0x2e]));if(0x3!=_0x1c4958[_0x47ecdc([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x196466(_0x1c4958[0x1]);function _0x196466(_0x8b05c7){const _0x2493a6=_0x28608f(_0x8b05c7);return _0x2493a6&&_0x35a6e1()?_0x2493a6:null;function _0x35a6e1(){const _0x3d0655=_0x2493a6[_0x47ecdc([0x6a,0x74,0x69])],_0xf50a0a=window[_0x47ecdc([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x3d0655[_0x47ecdc([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x3d0655[_0x47ecdc([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0xd3325={..._0x2493a6,[_0x47ecdc([0x6a,0x74,0x69])]:_0x3d0655[_0x47ecdc([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x3d0655[_0x47ecdc([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0xd3325[_0x47ecdc([0x76,0x63])],_0x23cc6d(_0xd3325)==_0xf50a0a;}}}async function _0x2b337f(){let _0x2be125=!0x0;try{const _0x30d1dd=_0x19d87c[_0x47ecdc([0x73,0x70,0x6c,0x69,0x74])](_0x47ecdc([0x2e])),[_0xf7a0c6,_0x23b626,_0xbc77ec]=_0x30d1dd;return _0x274dec(_0xf7a0c6),await _0x2bce52(_0xf7a0c6,_0x23b626,_0xbc77ec),_0x2be125;}catch{return!0x1;}function _0x274dec(_0x4f29d3){const _0x545923=_0x28608f(_0x4f29d3);_0x545923&&_0x545923[_0x47ecdc([0x61,0x6c,0x67])]==_0x47ecdc([0x45,0x53,0x32,0x35,0x36])||(_0x2be125=!0x1);}async function _0x2bce52(_0xf3b870,_0x1121ca,_0x38eb28){const _0xce5637=window[_0x47ecdc([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x47ecdc([0x66,0x72,0x6f,0x6d])](_0x4e9e6c(_0x38eb28),_0x18bfa6=>_0x18bfa6[_0x47ecdc([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x3fb6d6=new window[(_0x47ecdc([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x47ecdc([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0xf3b870+_0x47ecdc([0x2e])+_0x1121ca),_0x44ce32=window[_0x47ecdc([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x47ecdc([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x44ce32)return;const _0x59fc49=await _0x44ce32[_0x47ecdc([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x47ecdc([0x6a,0x77,0x6b]),_0xc0c3f0,{[_0x47ecdc([0x6e,0x61,0x6d,0x65])]:_0x47ecdc([0x45,0x43,0x44,0x53,0x41]),[_0x47ecdc([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x47ecdc([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x47ecdc([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x44ce32[_0x47ecdc([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x47ecdc([0x6e,0x61,0x6d,0x65])]:_0x47ecdc([0x45,0x43,0x44,0x53,0x41]),[_0x47ecdc([0x68,0x61,0x73,0x68])]:{[_0x47ecdc([0x6e,0x61,0x6d,0x65])]:_0x47ecdc([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x59fc49,_0xce5637,_0x3fb6d6)||(_0x2be125=!0x1);}}function _0x28608f(_0x44ca0f){return _0x44ca0f[_0x47ecdc([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x47ecdc([0x65,0x79]))?JSON[_0x47ecdc([0x70,0x61,0x72,0x73,0x65])](_0x4e9e6c(_0x44ca0f)):null;}function _0x4e9e6c(_0x2fd4e3){return window[_0x47ecdc([0x61,0x74,0x6f,0x62])](_0x2fd4e3[_0x47ecdc([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x47ecdc([0x2b]))[_0x47ecdc([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x47ecdc([0x2f])));}function _0x23cc6d(_0x3e8fcb){let _0x46a392=0x1505;function _0x3437f9(_0x399b8e){for(let _0x931725=0x0;_0x931725<_0x399b8e[_0x47ecdc([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x931725++){const _0x11d2b7=_0x399b8e[_0x47ecdc([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x931725);_0x46a392=(_0x46a392<<0x5)+_0x46a392+_0x11d2b7,_0x46a392&=_0x46a392;}}function _0x44da80(_0x1476e3){Array[_0x47ecdc([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x1476e3)?_0x1476e3[_0x47ecdc([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x44da80):_0x1476e3&&typeof _0x1476e3==_0x47ecdc([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x47ecdc([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x1476e3)[_0x47ecdc([0x73,0x6f,0x72,0x74])]()[_0x47ecdc([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x1f2730,_0x21cacc])=>{_0x3437f9(_0x1f2730),_0x44da80(_0x21cacc);}):_0x3437f9(window[_0x47ecdc([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x1476e3));}return _0x44da80(_0x3e8fcb),_0x46a392>>>0x0;}function _0x1e6a1b(_0x4d4345){return _0x4d4345[_0x47ecdc([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x47ecdc([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x47ecdc([0x30]));}function _0x2285b9(_0x35755b){return _0x35755b[_0x47ecdc([0x73,0x70,0x6c,0x69,0x74])]('')[_0x47ecdc([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x47ecdc([0x6a,0x6f,0x69,0x6e])]('');}function _0x4328ba(){}function _0x47ecdc(_0x38a1e6){return _0x38a1e6['map'](_0x8f0a7a=>String['fromCharCode'](_0x8f0a7a))['join']('');}_0x33c4ed(await _0x587c9a());}(this);}['getAllowedCommands'](){return this['_allowedCommands'];}['getDefaultCommands'](){const _0x2e079f=_0x487a86=>function(_0x278e3c,_0x434869){const t=_0x278e3c['t'],_0x325ecc=_0x278e3c['t'];switch(_0x434869){case'AI\x20Assistant':return _0x325ecc('AI\x20Assistant');case'Block\x20quote':return _0x325ecc('Block\x20quote');case'Bulleted\x20list':return _0x325ecc('Bulleted\x20list');case'Insert\x20code\x20block':return _0x325ecc('Insert\x20code\x20block');case'Open\x20file\x20manager':return _0x325ecc('Open\x20file\x20manager');case'Insert\x20image':return _0x325ecc('Insert\x20image');case'Heading\x201':return _0x325ecc('Heading\x201');case'Heading\x202':return _0x325ecc('Heading\x202');case'Heading\x203':return _0x325ecc('Heading\x203');case'Heading\x204':return _0x325ecc('Heading\x204');case'Heading\x205':return _0x325ecc('Heading\x205');case'Heading\x206':return _0x325ecc('Heading\x206');case'Horizontal\x20line':return _0x325ecc('Horizontal\x20line');case'Insert\x20HTML':return _0x325ecc('Insert\x20HTML');case'Increase\x20indent':return _0x325ecc('Increase\x20indent');case'Insert\x20table':return _0x325ecc('Insert\x20table');case'Table\x20of\x20contents':return _0x325ecc('Table\x20of\x20contents');case'Numbered\x20list':return _0x325ecc('Numbered\x20list');case'Decrease\x20indent':return _0x325ecc('Decrease\x20indent');case'Paragraph':return _0x325ecc('Paragraph');case'To-do\x20list':return _0x325ecc('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 _0x434869;}}(this['editor']['locale'],_0x487a86);return[{'id':'aiAssistant','commandName':'showAIAssistant','icon':_0x325f19,'title':_0x2e079f('AI\x20Assistant'),'description':_0x2e079f('Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content'),'execute':_0x353b11=>{setTimeout(()=>_0x353b11['execute']('showAIAssistant'));}},{'id':'blockQuote','commandName':'blockQuote','icon':_0xe94d4d,'title':_0x2e079f('Block\x20quote'),'description':_0x2e079f('Create\x20a\x20block\x20quote')},{'id':'bulletedList','commandName':'bulletedList','icon':_0x190e2b,'title':_0x2e079f('Bulleted\x20list'),'description':_0x2e079f('Create\x20a\x20bulleted\x20list')},{'id':'codeBlock','commandName':'codeBlock','icon':_0x95619d,'title':_0x2e079f('Insert\x20code\x20block'),'description':_0x2e079f('Create\x20a\x20code\x20block')},{'id':'ckbox','commandName':'ckbox','icon':_0x234a0c,'title':_0x2e079f('Open\x20file\x20manager'),'description':_0x2e079f('Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file'),'aliases':['ckfinder','filemanager','upload']},{'id':'ckfinder','commandName':'ckfinder','icon':_0x234a0c,'title':_0x2e079f('Insert\x20image'),'description':_0x2e079f('Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file'),'aliases':['ckbox','filemanager','upload']},{'id':'emoji','commandName':'emoji','icon':_0x534e45,'title':_0x2e079f('Emoji'),'description':_0x2e079f('Insert\x20an\x20emoji'),'execute':_0x417121=>{setTimeout(()=>_0x417121['execute']('emoji'));}},{'id':'heading1','commandName':'heading','icon':_0x6bb78,'title':_0x2e079f('Heading\x201'),'description':_0x2e079f('Create\x20a\x20heading\x20level\x201'),'execute':_0x236904=>{_0x236904['execute']('heading',{'value':'heading1'});}},{'id':'heading2','commandName':'heading','icon':_0x199ec3,'title':_0x2e079f('Heading\x202'),'description':_0x2e079f('Create\x20a\x20heading\x20level\x202'),'execute':_0x30a3ef=>{_0x30a3ef['execute']('heading',{'value':'heading2'});}},{'id':'heading3','commandName':'heading','icon':_0x4e4320,'title':_0x2e079f('Heading\x203'),'description':_0x2e079f('Create\x20a\x20heading\x20level\x203'),'execute':_0x53fa03=>{_0x53fa03['execute']('heading',{'value':'heading3'});}},{'id':'heading4','commandName':'heading','icon':_0x57e393,'title':_0x2e079f('Heading\x204'),'description':_0x2e079f('Create\x20a\x20heading\x20level\x204'),'execute':_0x37d198=>{_0x37d198['execute']('heading',{'value':'heading4'});}},{'id':'heading5','commandName':'heading','icon':_0x15fc28,'title':_0x2e079f('Heading\x205'),'description':_0x2e079f('Create\x20a\x20heading\x20level\x205'),'execute':_0x301465=>{_0x301465['execute']('heading',{'value':'heading5'});}},{'id':'heading6','commandName':'heading','icon':_0x3fe0a5,'title':_0x2e079f('Heading\x206'),'description':_0x2e079f('Create\x20a\x20heading\x20level\x206'),'execute':_0x4da3b2=>{_0x4da3b2['execute']('heading',{'value':'heading6'});}},{'id':'horizontalLine','commandName':'horizontalLine','icon':_0x1029a0,'title':_0x2e079f('Horizontal\x20line'),'description':_0x2e079f('Insert\x20a\x20horizontal\x20line')},{'id':'htmlEmbed','commandName':'htmlEmbed','icon':_0x411329,'title':_0x2e079f('Insert\x20HTML'),'description':_0x2e079f('Insert\x20an\x20HTML\x20snippet')},{'id':'indent','commandName':'indent','icon':_0x2fc22b,'title':_0x2e079f('Increase\x20indent'),'description':_0x2e079f('Increase\x20the\x20indentation')},{'id':'insertMermaidCommand','commandName':'insertMermaidCommand','title':_0x2e079f('Insert\x20Mermaid\x20diagram'),'description':_0x2e079f('Insert\x20the\x20Mermaid\x20diagram')},{'id':'insertTable','commandName':'insertTable','icon':_0x49f990,'title':_0x2e079f('Insert\x20table'),'description':_0x2e079f('Create\x20a\x20table')},{'id':'insertTableOfContents','commandName':'insertTableOfContents','icon':_0x566f1b,'title':_0x2e079f('Table\x20of\x20contents'),'description':_0x2e079f('Insert\x20table\x20of\x20contents'),'aliases':['toc']},{'id':'numberedList','commandName':'numberedList','icon':_0x5c44b7,'title':_0x2e079f('Numbered\x20list'),'description':_0x2e079f('Create\x20a\x20numbered\x20list')},{'id':'outdent','commandName':'outdent','icon':_0x31a66e,'title':_0x2e079f('Decrease\x20indent'),'description':_0x2e079f('Decrease\x20the\x20indentation')},{'id':'paragraph','commandName':'paragraph','icon':_0x45e333,'title':_0x2e079f('Paragraph'),'description':_0x2e079f('Insert\x20a\x20paragraph')},{'id':'todoList','commandName':'todoList','icon':_0x11ce3f,'title':_0x2e079f('To-do\x20list'),'description':_0x2e079f('Create\x20a\x20to-do\x20list')}];}['_proxyIsEnabled'](_0x503303){return _0x503303['isEnabled']?_0x503303['isEnabled'](this['editor']):!_0x503303['commandName']||this['editor']['commands']['get'](_0x503303['commandName'])['isEnabled'];}['_proxyExecute'](_0x3a0bae){if(_0x3a0bae['execute'])_0x3a0bae['execute'](this['editor']);else{if(!_0x3a0bae['commandName'])throw new _0x476e02('slash-command-execute-missing',this['editor'],{'commandDefinition':_0x3a0bae});this['editor']['execute'](_0x3a0bae['commandName']);}}}function j(_0x13da33,_0x27f150){return _0x13da33['title']<_0x27f150['title']?-0x1:_0x13da33['title']>_0x27f150['title']?0x1:0x0;}function L(_0x56fefd,_0x575feb){return _0x575feb+'-'+_0x56fefd['toLowerCase']()['split']('\x20')['join']('-');}class s extends _0x4bd2f5{static get['pluginName'](){return'SlashCommandEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[P];}['getMatchingCommands'](_0x486d19){const _0x297782=_0x486d19&&_0x486d19['toLowerCase']();let _0x309750=this['editor']['plugins']['get']('SlashCommandConfig')['getAllowedCommands']();if(_0x309750=_0x309750['filter'](_0x3912ec=>_0x3912ec['isEnabled']()),_0x297782){const _0x1a8d0c=[],_0xb4ca78=[],_0x5b09ef=[],_0x604cdf=[];for(const _0x2bf9c5 of _0x309750)_0x2bf9c5['id']['toLowerCase']()['includes'](_0x297782)?_0x1a8d0c['push'](_0x2bf9c5):_0x2bf9c5['title']['toLowerCase']()['includes'](_0x297782)?_0xb4ca78['push'](_0x2bf9c5):_0x2bf9c5['aliases']&&_0x2bf9c5['aliases']['some'](_0x2d95f3=>_0x2d95f3['toLowerCase']()['includes'](_0x297782))?_0x5b09ef['push'](_0x2bf9c5):_0x2bf9c5['description']&&_0x2bf9c5['description']['toLowerCase']()['includes'](_0x297782)&&_0x604cdf['push'](_0x2bf9c5);_0x309750=_0x1a8d0c['concat'](_0xb4ca78,_0x5b09ef,_0x604cdf);}return _0x309750;}}class K extends _0x2c8e3a{constructor(_0x48cbc1,_0x24f298){super(_0x48cbc1),this['textPartView']=this['_createTextPartView'](_0x48cbc1,_0x24f298),void 0x0!==_0x24f298['isIconColorInherited']&&(this['iconView']['isColorInherited']=_0x24f298['isIconColorInherited']),this['set']({'icon':_0x24f298['icon']||_0x560eef,'withText':!0x0,'label':_0x24f298['title'],'class':'ck-slash-command-button'});}['render'](){super['render'](),this['children']['add'](this['textPartView']);}['_createTextPartView'](_0x4f7214,_0x24376d){const _0x5105c4=new _0x3c3e2d(_0x4f7214);return _0x5105c4['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-slash-command-button__text-part']},'children':_0x24376d['description']?[this['labelView'],{'tag':'span','attributes':{'class':['ck','ck-slash-command-button__description']},'children':[{'text':_0x24376d['description']}]}]:[this['labelView']]}),_0x5105c4;}}class e extends _0x4bd2f5{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'SlashCommandUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x45d255){super(_0x45d255),this['_setupMentionConfiguration']();}['init'](){this['editor']['once']('ready',this['_overrideMentionExecuteListener']['bind'](this)),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x4126c4=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0xa53e22;for(const _0x411e27 in _0x4126c4){const _0x3f0da9=_0x411e27,_0x31e6f2=_0x4126c4[_0x3f0da9];if('slashCommandLicenseKeyValid'==_0x31e6f2||'slashCommandLicenseKeyInvalid'==_0x31e6f2||'slashCommandLicenseKeyExpired'==_0x31e6f2||'slashCommandLicenseKeyDomainLimit'==_0x31e6f2||'slashCommandLicenseKeyNotAllowed'==_0x31e6f2||'slashCommandLicenseKeyEvaluationLimit'==_0x31e6f2||'slashCommandLicenseKeyTrialLimit'==_0x31e6f2||'slashCommandLicenseKeyUsageLimit'==_0x31e6f2){delete _0x4126c4[_0x3f0da9],_0xa53e22=_0x31e6f2,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'slashCommandLicenseKeyInvalid'==_0xa53e22&&_0x4126c4['_showLicenseError']('invalid'),'slashCommandLicenseKeyExpired'==_0xa53e22&&_0x4126c4['_showLicenseError']('expired'),'slashCommandLicenseKeyDomainLimit'==_0xa53e22&&_0x4126c4['_showLicenseError']('domainLimit'),'slashCommandLicenseKeyNotAllowed'==_0xa53e22&&_0x4126c4['_showLicenseError']('featureNotAllowed','SlashCommand'),'slashCommandLicenseKeyEvaluationLimit'==_0xa53e22&&_0x4126c4['_showLicenseError']('evaluationLimit'),'slashCommandLicenseKeyTrialLimit'==_0xa53e22&&_0x4126c4['_showLicenseError']('trialLimit'),'slashCommandLicenseKeyUsageLimit'==_0xa53e22&&_0x4126c4['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}['_setupMentionConfiguration'](){const _0xdbdf=this['editor'],_0x28172d=this['editor']['plugins']['get']('SlashCommandEditing'),_0x52fc6a=_0xdbdf['config']['get']('mention.feeds');_0x52fc6a['push']({'marker':'/','feed':_0x2eba3b=>_0x28172d['getMatchingCommands'](_0x2eba3b),'itemRenderer':this['_customItemRenderer']['bind'](this),'dropdownLimit':_0xdbdf['config']['get']('slashCommand.dropdownLimit')||0x1/0x0}),_0xdbdf['config']['set']('mention.feeds',_0x52fc6a);}['_overrideMentionExecuteListener'](){const _0x182f1e=this['editor'];_0x182f1e['commands']['get']('mention')['on']('execute',(_0x32be48,_0x436288)=>{const _0x529ac5=_0x436288[0x0],_0x2cc267=_0x182f1e['model'];'/'===_0x529ac5['marker']&&_0x2cc267['change'](_0x101dfc=>{_0x101dfc['remove'](_0x529ac5['range']),_0x529ac5['mention']['execute'](),_0x32be48['stop']();});},{'priority':'high'});}['_customItemRenderer'](_0x46368f){const _0x15c0b9=this['editor']['locale'],_0x36d7a4=new K(_0x15c0b9,_0x46368f);return _0x36d7a4['render'](),_0x36d7a4['element'];}}class H extends _0x4bd2f5{static get['requires'](){return['Mention',s,e];}static get['pluginName'](){return'SlashCommand';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}}export{H as SlashCommand,P as SlashCommandConfig,s as SlashCommandEditing,e as SlashCommandUI};
|
|
23
|
+
import{Plugin as _0x2469ad}from'@ckeditor/ckeditor5-core/dist/index.js';import{CKEditorError as _0x24172b,uid as _0x3c4b5f}from'@ckeditor/ckeditor5-utils/dist/index.js';import{IconRobotPencil as _0x1bca48,IconQuote as _0x483847,IconBulletedList as _0x1af1e5,IconCodeBlock as _0x108aa1,IconBrowseFiles as _0x3a2655,IconEmoji as _0x5ac03b,IconHeading1 as _0x58614e,IconHeading2 as _0x3ed7a8,IconHeading3 as _0x4ac921,IconHeading4 as _0x3ef497,IconHeading5 as _0x1b13cf,IconHeading6 as _0x25ba5d,IconHorizontalLine as _0x22f5b6,IconHtml as _0x4e6c36,IconIndent as _0x57e1f7,IconTable as _0x9bf82f,IconTableOfContents as _0x1fe3c1,IconNumberedList as _0x33d1ea,IconOutdent as _0x42fc6e,IconParagraph as _0x57fd81,IconTodoList as _0x2ea3fb,IconPlay as _0x39b736}from'@ckeditor/ckeditor5-icons/dist/index.js';import{ButtonView as _0x509dd9,View as _0x47f4ed}from'@ckeditor/ckeditor5-ui/dist/index.js';class P extends _0x2469ad{static get['pluginName'](){return'SlashCommandConfig';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x22c6d2){super(_0x22c6d2),this['_allowedCommands']=null;}['afterInit'](){const _0x3e2d7e=this['editor']['config']['get']('slashCommand.removeCommands')||[],_0x402561=function(_0x2eb07d){let _0x42b5d1=['heading4','heading5','heading6'];if(_0x2eb07d){const _0x491ae6=_0x2eb07d['map'](_0x54a091=>_0x54a091['model']);_0x42b5d1=['heading1','heading2','heading3','heading4','heading5','heading6']['filter'](_0x34141c=>!_0x491ae6['includes'](_0x34141c));}return _0x42b5d1;}(this['editor']['config']['get']('heading.options'));let _0x25d130=this['getDefaultCommands']()['filter'](_0x46a530=>!_0x402561['includes'](_0x46a530['id']))['filter'](_0xfd36e1=>!_0x3e2d7e['includes'](_0xfd36e1['commandName']));const _0x4c8a7b=this['editor']['config']['get']('slashCommand.extraCommands');_0x4c8a7b&&_0x4c8a7b['length']&&(_0x25d130=_0x25d130['concat'](_0x4c8a7b));const _0x34b867=this['editor']['config']['get']('template.definitions');_0x34b867&&_0x34b867['length']&&(_0x25d130=_0x25d130['concat'](function(_0x1c8ac6){return _0x1c8ac6['map'](_0x5161ab=>{const {title:_0x5a2cf9,icon:_0x1a395a,description:_0x4af320,data:_0x4b3449}=_0x5161ab,_0x3727ad={'id':L(_0x5a2cf9,'template'),'commandName':'insertTemplate','execute':_0x2c05db=>{_0x2c05db['execute']('insertTemplate',_0x4b3449);},'description':_0x4af320,'icon':_0x1a395a,'title':_0x5a2cf9};return _0x1a395a&&(_0x3727ad['isIconColorInherited']=!0x1),_0x3727ad;});}(_0x34b867)));const _0x23a28d=this['editor']['config']['get']('style.definitions');_0x23a28d&&_0x23a28d['length']&&(_0x25d130=_0x25d130['concat'](function(_0x1fd3a6){return _0x1fd3a6['map'](_0x5a8d1b=>({'id':L(_0x5a8d1b['name'],'style'),'commandName':'style','execute':_0x7bdaf1=>{_0x7bdaf1['execute']('style',{'styleName':_0x5a8d1b['name']});},'isEnabled':_0x12e552=>{const _0x483144=_0x12e552['commands']['get']('style');return _0x483144['isEnabled']&&_0x483144['enabledStyles']['includes'](_0x5a8d1b['name']);},'title':_0x5a8d1b['name']}));}(_0x23a28d)));const _0x40aa9b=_0x25d130['filter'](_0x3dc58e=>!_0x3dc58e['commandName']||void 0x0!==this['editor']['commands']['get'](_0x3dc58e['commandName'])),_0x4a8488=[];for(const _0x4f163c of _0x40aa9b)_0x4a8488['push']({'id':_0x4f163c['id'],'commandName':_0x4f163c['commandName'],'title':'function'==typeof _0x4f163c['title']?_0x4f163c['title'](this['editor']):_0x4f163c['title'],'description':_0x4f163c['description'],'icon':_0x4f163c['icon'],'isIconColorInherited':_0x4f163c['isIconColorInherited'],'aliases':_0x4f163c['aliases'],'isEnabled':()=>this['_proxyIsEnabled'](_0x4f163c),'execute':()=>this['_proxyExecute'](_0x4f163c)});this['_allowedCommands']=_0x4a8488['sort'](j),async function(_0x24582c){const _0x56a8fc=_0x126e9a([0x70,0x79,0x59,0x32,0x73,0x75,0x68,0x5a,0x49,0x6f,0x31,0x45,0x42,0x43,0x72,0x74,0x44,0x77,0x39,0x50,0x56,0x64,0x35,0x47,0x57,0x78,0x62,0x34,0x54,0x6b,0x4e,0x71,0x4a,0x58,0x6e,0x76,0x65,0x52,0x38,0x4c,0x53,0x6d,0x4f,0x6a,0x33,0x6c,0x4d,0x7a,0x66,0x30,0x67,0x63,0x4b,0x41,0x55,0x69,0x46,0x36,0x51,0x61,0x37,0x48]),_0xf36539=0x3659f99,_0x3319f5=0x362f051^_0xf36539,_0x470d28=window[_0x126e9a([0x44,0x61,0x74,0x65])][_0x126e9a([0x6e,0x6f,0x77])](),_0x23927e=_0x24582c[_0x126e9a([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x186afc=new window[(_0x126e9a([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x3cd687=>{_0x23927e[_0x126e9a([0x6f,0x6e,0x63,0x65])](_0x126e9a([0x72,0x65,0x61,0x64,0x79]),_0x3cd687);}),_0x29a983={[_0x126e9a([0x6b,0x74,0x79])]:_0x126e9a([0x45,0x43]),[_0x126e9a([0x75,0x73,0x65])]:_0x126e9a([0x73,0x69,0x67]),[_0x126e9a([0x63,0x72,0x76])]:_0x126e9a([0x50,0x2d,0x32,0x35,0x36]),[_0x126e9a([0x78])]:_0x126e9a([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]),[_0x126e9a([0x79])]:_0x126e9a([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]),[_0x126e9a([0x61,0x6c,0x67])]:_0x126e9a([0x45,0x53,0x32,0x35,0x36])},_0x462c72=_0x23927e[_0x126e9a([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x126e9a([0x67,0x65,0x74])](_0x126e9a([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x55fbaa(){let _0x856d04,_0x4d051a=null,_0x494c9e=null;try{if(_0x462c72==_0x126e9a([0x47,0x50,0x4c]))return _0x126e9a([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x856d04=_0x4d3642(),!_0x856d04)return _0x126e9a([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x856d04[_0x126e9a([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x494c9e=_0x2ebd25(_0x856d04[_0x126e9a([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x856d04[_0x126e9a([0x6a,0x74,0x69])])),await _0xae32b()?_0x369b60()?_0x371e8a()?_0x126e9a([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0xb07ad9()?(_0x856d04[_0x126e9a([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x126e9a([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x4d051a=_0x254124(_0x126e9a([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x856d04[_0x126e9a([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x126e9a([0x74,0x72,0x69,0x61,0x6c])&&(_0x4d051a=_0x254124(_0x126e9a([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x5d0c4e()):_0x126e9a([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x126e9a([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x126e9a([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x126e9a([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x371e8a(){const _0x3b62ed=[_0x126e9a([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x126e9a([0x74,0x72,0x69,0x61,0x6c])][_0x126e9a([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x856d04[_0x126e9a([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x470d28/0x3e8:0xe10*_0x3319f5;return _0x856d04[_0x126e9a([0x65,0x78,0x70])]<_0x3b62ed;}function _0x369b60(){const _0x3a9269=_0x856d04[_0x126e9a([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x3a9269&&(!!_0x3a9269[_0x126e9a([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x126e9a([0x2a]))||(!!_0x3a9269[_0x126e9a([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x126e9a([0x53,0x43]))||!!_0x3a9269[_0x126e9a([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x126e9a([0x50,0x50]))));}function _0xb07ad9(){const _0x35a7b5=_0x856d04[_0x126e9a([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x35a7b5||0x0==_0x35a7b5[_0x126e9a([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0xb6b704}=new URL(window[_0x126e9a([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x35a7b5[_0x126e9a([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xb6b704))return!0x0;const _0x37d370=_0xb6b704[_0x126e9a([0x73,0x70,0x6c,0x69,0x74])](_0x126e9a([0x2e]));return _0x35a7b5[_0x126e9a([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x2d28c9=>_0x2d28c9[_0x126e9a([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x126e9a([0x2a])))[_0x126e9a([0x6d,0x61,0x70])](_0x368f01=>_0x368f01[_0x126e9a([0x73,0x70,0x6c,0x69,0x74])](_0x126e9a([0x2e])))[_0x126e9a([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x1e4512=>_0x1e4512[_0x126e9a([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x37d370[_0x126e9a([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x126e9a([0x6d,0x61,0x70])](_0x2b5504=>Array(_0x37d370[_0x126e9a([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x2b5504[_0x126e9a([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x126e9a([0x66,0x69,0x6c,0x6c])](_0x2b5504[0x0]===_0x126e9a([0x2a])?_0x126e9a([0x2a]):'')[_0x126e9a([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x2b5504))[_0x126e9a([0x73,0x6f,0x6d,0x65])](_0x29693d=>_0x37d370[_0x126e9a([0x65,0x76,0x65,0x72,0x79])]((_0x401e54,_0x19cc29)=>_0x29693d[_0x19cc29]===_0x401e54||_0x29693d[_0x19cc29]===_0x126e9a([0x2a])));}function _0x5d0c4e(){return _0x4d051a&&_0x494c9e?new window[(_0x126e9a([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x2c1587,_0x1299d4)=>{_0x4d051a[_0x126e9a([0x74,0x68,0x65,0x6e])](_0x2c1587,_0x1299d4),_0x494c9e[_0x126e9a([0x74,0x68,0x65,0x6e])](_0x17c6ea=>{_0x17c6ea!=_0x126e9a([0x56,0x61,0x6c,0x69,0x64])&&_0x2c1587(_0x17c6ea);},_0x1299d4);}):_0x4d051a||_0x494c9e||_0x126e9a([0x56,0x61,0x6c,0x69,0x64]);}}function _0x2ebd25(_0x1aaaf8,_0x44f451){return new window[(_0x126e9a([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x1d072d=>{if(_0x57b39c())return _0x1d072d(_0x126e9a([0x56,0x61,0x6c,0x69,0x64]));_0x4bdfdc(),_0x23927e[_0x126e9a([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x126e9a([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x18770f=!0x1;const _0x42fa26=_0x3c4b5f();function _0x8dac2a(_0x1912d8){return!!_0x1912d8&&(typeof _0x1912d8===_0x126e9a([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x1912d8===_0x126e9a([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x1912d8[_0x126e9a([0x74,0x68,0x65,0x6e])]===_0x126e9a([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x1912d8[_0x126e9a([0x63,0x61,0x74,0x63,0x68])]===_0x126e9a([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x3ef160(_0x2d67bf){_0xa16a29(_0x2d67bf)[_0x126e9a([0x74,0x68,0x65,0x6e])](_0x31a249=>{if(!_0x31a249||_0x31a249[_0x126e9a([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x126e9a([0x6f,0x6b]))return _0x126e9a([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x79c35e(_0x104dd4(_0x42fa26+_0x44f451))!=_0x31a249[_0x126e9a([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x126e9a([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x126e9a([0x56,0x61,0x6c,0x69,0x64]);})[_0x126e9a([0x74,0x68,0x65,0x6e])](_0x37bcf1=>(_0x387f53(),_0x37bcf1),()=>{const _0x561acc=_0x283673();return null==_0x561acc?(_0x387f53(),_0x126e9a([0x56,0x61,0x6c,0x69,0x64])):_0x126e9a(_0x470d28-_0x561acc>(0x27691b99^_0xf36539)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x126e9a([0x74,0x68,0x65,0x6e])](_0x1d072d)[_0x126e9a([0x63,0x61,0x74,0x63,0x68])](()=>{_0x1d072d(_0x126e9a([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x6a90d6=0x3537119^_0xf36539;function _0x387f53(){const _0x4b25b2=_0x126e9a([0x6c,0x6c,0x63,0x74,0x2d])+_0x79c35e(_0x104dd4(_0x1aaaf8)),_0x3b1636=_0xa7f6fd(_0x79c35e(window[_0x126e9a([0x4d,0x61,0x74,0x68])][_0x126e9a([0x63,0x65,0x69,0x6c])](_0x470d28/_0x6a90d6)));window[_0x126e9a([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x126e9a([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x4b25b2,_0x3b1636);}function _0x283673(){const _0x7a8523=_0x126e9a([0x6c,0x6c,0x63,0x74,0x2d])+_0x79c35e(_0x104dd4(_0x1aaaf8)),_0x44bede=window[_0x126e9a([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x126e9a([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x7a8523);return _0x44bede?window[_0x126e9a([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0xa7f6fd(_0x44bede),0x10)*_0x6a90d6:null;}function _0xa16a29(_0xafe0d4){return new window[(_0x126e9a([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x410d64,_0x28b6eb)=>{_0xafe0d4[_0x126e9a([0x74,0x68,0x65,0x6e])](_0x410d64,_0x28b6eb),window[_0x126e9a([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x28b6eb,0x3644b59^_0xf36539);});}}_0x23927e[_0x126e9a([0x6f,0x6e])](_0x126e9a([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x3863ea,_0x1212da)=>{if(_0x1212da[0x0]!=_0x1aaaf8)return _0x1d072d(_0x126e9a([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x1212da[0x1]={..._0x1212da[0x1],[_0x126e9a([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x42fa26};},{[_0x126e9a([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x126e9a([0x68,0x69,0x67,0x68])}),_0x23927e[_0x126e9a([0x6f,0x6e])](_0x126e9a([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x4b96b4=>{_0x8dac2a(_0x4b96b4[_0x126e9a([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x18770f=!0x0,_0x3ef160(_0x4b96b4[_0x126e9a([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x126e9a([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x126e9a([0x6c,0x6f,0x77])}),_0x186afc[_0x126e9a([0x74,0x68,0x65,0x6e])](()=>{_0x18770f||_0x1d072d(_0x126e9a([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x57b39c(){return _0x23927e[_0x126e9a([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x126e9a([0x76,0x69,0x65,0x77])][_0x126e9a([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x126e9a([0x61,0x75,0x74,0x6f]);}function _0x4bdfdc(){_0x23927e[_0x126e9a([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x126e9a([0x76,0x69,0x65,0x77])][_0x126e9a([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x126e9a([0x61,0x75,0x74,0x6f]);}}function _0x254124(_0x554e60){const _0x4f336b=[new window[(_0x126e9a([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x44f4ab=>setTimeout(_0x44f4ab,0x36ca155^_0xf36539)),_0x186afc[_0x126e9a([0x74,0x68,0x65,0x6e])](()=>new window[(_0x126e9a([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2cdbe8=>{let _0x3f53ca=0x0;_0x23927e[_0x126e9a([0x6d,0x6f,0x64,0x65,0x6c])][_0x126e9a([0x6f,0x6e])](_0x126e9a([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x14061d,_0x458227)=>{_0x458227[0x0][_0x126e9a([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x3f53ca++,_0x3f53ca==(0x3659e61^_0xf36539)&&(_0x2cdbe8(),_0x14061d[_0x126e9a([0x6f,0x66,0x66])]());});}))];return window[_0x126e9a([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x126e9a([0x72,0x61,0x63,0x65])](_0x4f336b)[_0x126e9a([0x74,0x68,0x65,0x6e])](()=>_0x554e60);}async function _0x522cff(){await _0x186afc,_0x23927e[_0x126e9a([0x6d,0x6f,0x64,0x65,0x6c])][_0x126e9a([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x5d352a,_0x23927e[_0x126e9a([0x6d,0x6f,0x64,0x65,0x6c])][_0x126e9a([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x5d352a,_0x23927e[_0x126e9a([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x126e9a([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x478b38(_0x481902){const _0x235784=_0x29f33a();_0x23927e[_0x235784]=_0x126e9a([0x73,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x481902,_0x481902!=_0x126e9a([0x56,0x61,0x6c,0x69,0x64])&&_0x522cff();}function _0x29f33a(){const _0x23f7ad=window[_0x126e9a([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x126e9a([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x126e9a([0x6e,0x6f,0x77])]())[_0x126e9a([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x126e9a([0x2e]),'');let _0x4f2baf=_0x126e9a([0x70]);for(let _0x22ed4c=0x0;_0x22ed4c<_0x23f7ad[_0x126e9a([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x22ed4c+=0x2){let _0x430b95=window[_0x126e9a([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x23f7ad[_0x126e9a([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x22ed4c,_0x22ed4c+0x2));_0x430b95>=_0x56a8fc[_0x126e9a([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x430b95-=_0x56a8fc[_0x126e9a([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x4f2baf+=_0x56a8fc[_0x430b95];}return _0x4f2baf;}function _0x4d3642(){const _0xdc1bc4=_0x462c72[_0x126e9a([0x73,0x70,0x6c,0x69,0x74])](_0x126e9a([0x2e]));if(0x3!=_0xdc1bc4[_0x126e9a([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x32264b(_0xdc1bc4[0x1]);function _0x32264b(_0x178c26){const _0x23e7e6=_0x43c899(_0x178c26);return _0x23e7e6&&_0x2ccd9b()?_0x23e7e6:null;function _0x2ccd9b(){const _0x5275e4=_0x23e7e6[_0x126e9a([0x6a,0x74,0x69])],_0x51b660=window[_0x126e9a([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x5275e4[_0x126e9a([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x5275e4[_0x126e9a([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x34b9eb={..._0x23e7e6,[_0x126e9a([0x6a,0x74,0x69])]:_0x5275e4[_0x126e9a([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x5275e4[_0x126e9a([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x34b9eb[_0x126e9a([0x76,0x63])],_0x104dd4(_0x34b9eb)==_0x51b660;}}}async function _0xae32b(){let _0x5c0a57=!0x0;try{const _0x4a4482=_0x462c72[_0x126e9a([0x73,0x70,0x6c,0x69,0x74])](_0x126e9a([0x2e])),[_0x80ff09,_0x19f331,_0x28772]=_0x4a4482;return _0x146d63(_0x80ff09),await _0x54c48a(_0x80ff09,_0x19f331,_0x28772),_0x5c0a57;}catch{return!0x1;}function _0x146d63(_0x5a7a02){const _0x5133f4=_0x43c899(_0x5a7a02);_0x5133f4&&_0x5133f4[_0x126e9a([0x61,0x6c,0x67])]==_0x126e9a([0x45,0x53,0x32,0x35,0x36])||(_0x5c0a57=!0x1);}async function _0x54c48a(_0x12d26b,_0x385167,_0x129e34){const _0xebe756=window[_0x126e9a([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x126e9a([0x66,0x72,0x6f,0x6d])](_0x275b49(_0x129e34),_0x4af0a7=>_0x4af0a7[_0x126e9a([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x335b3f=new window[(_0x126e9a([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x126e9a([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x12d26b+_0x126e9a([0x2e])+_0x385167),_0x3c63cf=window[_0x126e9a([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x126e9a([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x3c63cf)return;const _0x34607a=await _0x3c63cf[_0x126e9a([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x126e9a([0x6a,0x77,0x6b]),_0x29a983,{[_0x126e9a([0x6e,0x61,0x6d,0x65])]:_0x126e9a([0x45,0x43,0x44,0x53,0x41]),[_0x126e9a([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x126e9a([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x126e9a([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x3c63cf[_0x126e9a([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x126e9a([0x6e,0x61,0x6d,0x65])]:_0x126e9a([0x45,0x43,0x44,0x53,0x41]),[_0x126e9a([0x68,0x61,0x73,0x68])]:{[_0x126e9a([0x6e,0x61,0x6d,0x65])]:_0x126e9a([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x34607a,_0xebe756,_0x335b3f)||(_0x5c0a57=!0x1);}}function _0x43c899(_0x6fcbe2){return _0x6fcbe2[_0x126e9a([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x126e9a([0x65,0x79]))?JSON[_0x126e9a([0x70,0x61,0x72,0x73,0x65])](_0x275b49(_0x6fcbe2)):null;}function _0x275b49(_0x17f984){return window[_0x126e9a([0x61,0x74,0x6f,0x62])](_0x17f984[_0x126e9a([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x126e9a([0x2b]))[_0x126e9a([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x126e9a([0x2f])));}function _0x104dd4(_0x27e288){let _0xc4423d=0x1505;function _0x176e28(_0x1dff73){for(let _0x4b2b13=0x0;_0x4b2b13<_0x1dff73[_0x126e9a([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x4b2b13++){const _0x6fc53d=_0x1dff73[_0x126e9a([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x4b2b13);_0xc4423d=(_0xc4423d<<0x5)+_0xc4423d+_0x6fc53d,_0xc4423d&=_0xc4423d;}}function _0x3fa53d(_0x499636){Array[_0x126e9a([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x499636)?_0x499636[_0x126e9a([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x3fa53d):_0x499636&&typeof _0x499636==_0x126e9a([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x126e9a([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x499636)[_0x126e9a([0x73,0x6f,0x72,0x74])]()[_0x126e9a([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x4f924a,_0x343608])=>{_0x176e28(_0x4f924a),_0x3fa53d(_0x343608);}):_0x176e28(window[_0x126e9a([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x499636));}return _0x3fa53d(_0x27e288),_0xc4423d>>>0x0;}function _0x79c35e(_0x3a3287){return _0x3a3287[_0x126e9a([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x126e9a([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x126e9a([0x30]));}function _0xa7f6fd(_0x13d0df){return _0x13d0df[_0x126e9a([0x73,0x70,0x6c,0x69,0x74])]('')[_0x126e9a([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x126e9a([0x6a,0x6f,0x69,0x6e])]('');}function _0x5d352a(){}function _0x126e9a(_0x18b90f){return _0x18b90f['map'](_0xfecaa4=>String['fromCharCode'](_0xfecaa4))['join']('');}_0x478b38(await _0x55fbaa());}(this);}['getAllowedCommands'](){return this['_allowedCommands'];}['getDefaultCommands'](){const _0x3eaa87=_0x33e555=>function(_0x12e3f2,_0x20fd87){const t=_0x12e3f2['t'],_0x30874d=_0x12e3f2['t'];switch(_0x20fd87){case'AI\x20Assistant':return _0x30874d('AI\x20Assistant');case'Block\x20quote':return _0x30874d('Block\x20quote');case'Bulleted\x20list':return _0x30874d('Bulleted\x20list');case'Insert\x20code\x20block':return _0x30874d('Insert\x20code\x20block');case'Open\x20file\x20manager':return _0x30874d('Open\x20file\x20manager');case'Insert\x20image':return _0x30874d('Insert\x20image');case'Heading\x201':return _0x30874d('Heading\x201');case'Heading\x202':return _0x30874d('Heading\x202');case'Heading\x203':return _0x30874d('Heading\x203');case'Heading\x204':return _0x30874d('Heading\x204');case'Heading\x205':return _0x30874d('Heading\x205');case'Heading\x206':return _0x30874d('Heading\x206');case'Horizontal\x20line':return _0x30874d('Horizontal\x20line');case'Insert\x20HTML':return _0x30874d('Insert\x20HTML');case'Increase\x20indent':return _0x30874d('Increase\x20indent');case'Insert\x20table':return _0x30874d('Insert\x20table');case'Table\x20of\x20contents':return _0x30874d('Table\x20of\x20contents');case'Numbered\x20list':return _0x30874d('Numbered\x20list');case'Decrease\x20indent':return _0x30874d('Decrease\x20indent');case'Paragraph':return _0x30874d('Paragraph');case'To-do\x20list':return _0x30874d('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 _0x20fd87;}}(this['editor']['locale'],_0x33e555);return[{'id':'aiAssistant','commandName':'showAIAssistant','icon':_0x1bca48,'title':_0x3eaa87('AI\x20Assistant'),'description':_0x3eaa87('Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content'),'execute':_0x4a47a4=>{setTimeout(()=>_0x4a47a4['execute']('showAIAssistant'));}},{'id':'blockQuote','commandName':'blockQuote','icon':_0x483847,'title':_0x3eaa87('Block\x20quote'),'description':_0x3eaa87('Create\x20a\x20block\x20quote')},{'id':'bulletedList','commandName':'bulletedList','icon':_0x1af1e5,'title':_0x3eaa87('Bulleted\x20list'),'description':_0x3eaa87('Create\x20a\x20bulleted\x20list')},{'id':'codeBlock','commandName':'codeBlock','icon':_0x108aa1,'title':_0x3eaa87('Insert\x20code\x20block'),'description':_0x3eaa87('Create\x20a\x20code\x20block')},{'id':'ckbox','commandName':'ckbox','icon':_0x3a2655,'title':_0x3eaa87('Open\x20file\x20manager'),'description':_0x3eaa87('Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file'),'aliases':['ckfinder','filemanager','upload']},{'id':'ckfinder','commandName':'ckfinder','icon':_0x3a2655,'title':_0x3eaa87('Insert\x20image'),'description':_0x3eaa87('Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file'),'aliases':['ckbox','filemanager','upload']},{'id':'emoji','commandName':'emoji','icon':_0x5ac03b,'title':_0x3eaa87('Emoji'),'description':_0x3eaa87('Insert\x20an\x20emoji'),'execute':_0x1c0453=>{setTimeout(()=>_0x1c0453['execute']('emoji'));}},{'id':'heading1','commandName':'heading','icon':_0x58614e,'title':_0x3eaa87('Heading\x201'),'description':_0x3eaa87('Create\x20a\x20heading\x20level\x201'),'execute':_0x46192d=>{_0x46192d['execute']('heading',{'value':'heading1'});}},{'id':'heading2','commandName':'heading','icon':_0x3ed7a8,'title':_0x3eaa87('Heading\x202'),'description':_0x3eaa87('Create\x20a\x20heading\x20level\x202'),'execute':_0x19f776=>{_0x19f776['execute']('heading',{'value':'heading2'});}},{'id':'heading3','commandName':'heading','icon':_0x4ac921,'title':_0x3eaa87('Heading\x203'),'description':_0x3eaa87('Create\x20a\x20heading\x20level\x203'),'execute':_0x51a95f=>{_0x51a95f['execute']('heading',{'value':'heading3'});}},{'id':'heading4','commandName':'heading','icon':_0x3ef497,'title':_0x3eaa87('Heading\x204'),'description':_0x3eaa87('Create\x20a\x20heading\x20level\x204'),'execute':_0x43cae1=>{_0x43cae1['execute']('heading',{'value':'heading4'});}},{'id':'heading5','commandName':'heading','icon':_0x1b13cf,'title':_0x3eaa87('Heading\x205'),'description':_0x3eaa87('Create\x20a\x20heading\x20level\x205'),'execute':_0x4fec04=>{_0x4fec04['execute']('heading',{'value':'heading5'});}},{'id':'heading6','commandName':'heading','icon':_0x25ba5d,'title':_0x3eaa87('Heading\x206'),'description':_0x3eaa87('Create\x20a\x20heading\x20level\x206'),'execute':_0x2a76e1=>{_0x2a76e1['execute']('heading',{'value':'heading6'});}},{'id':'horizontalLine','commandName':'horizontalLine','icon':_0x22f5b6,'title':_0x3eaa87('Horizontal\x20line'),'description':_0x3eaa87('Insert\x20a\x20horizontal\x20line')},{'id':'htmlEmbed','commandName':'htmlEmbed','icon':_0x4e6c36,'title':_0x3eaa87('Insert\x20HTML'),'description':_0x3eaa87('Insert\x20an\x20HTML\x20snippet')},{'id':'indent','commandName':'indent','icon':_0x57e1f7,'title':_0x3eaa87('Increase\x20indent'),'description':_0x3eaa87('Increase\x20the\x20indentation')},{'id':'insertMermaidCommand','commandName':'insertMermaidCommand','title':_0x3eaa87('Insert\x20Mermaid\x20diagram'),'description':_0x3eaa87('Insert\x20the\x20Mermaid\x20diagram')},{'id':'insertTable','commandName':'insertTable','icon':_0x9bf82f,'title':_0x3eaa87('Insert\x20table'),'description':_0x3eaa87('Create\x20a\x20table')},{'id':'insertTableOfContents','commandName':'insertTableOfContents','icon':_0x1fe3c1,'title':_0x3eaa87('Table\x20of\x20contents'),'description':_0x3eaa87('Insert\x20table\x20of\x20contents'),'aliases':['toc']},{'id':'numberedList','commandName':'numberedList','icon':_0x33d1ea,'title':_0x3eaa87('Numbered\x20list'),'description':_0x3eaa87('Create\x20a\x20numbered\x20list')},{'id':'outdent','commandName':'outdent','icon':_0x42fc6e,'title':_0x3eaa87('Decrease\x20indent'),'description':_0x3eaa87('Decrease\x20the\x20indentation')},{'id':'paragraph','commandName':'paragraph','icon':_0x57fd81,'title':_0x3eaa87('Paragraph'),'description':_0x3eaa87('Insert\x20a\x20paragraph')},{'id':'todoList','commandName':'todoList','icon':_0x2ea3fb,'title':_0x3eaa87('To-do\x20list'),'description':_0x3eaa87('Create\x20a\x20to-do\x20list')}];}['_proxyIsEnabled'](_0x3ae4b3){return _0x3ae4b3['isEnabled']?_0x3ae4b3['isEnabled'](this['editor']):!_0x3ae4b3['commandName']||this['editor']['commands']['get'](_0x3ae4b3['commandName'])['isEnabled'];}['_proxyExecute'](_0x215818){if(_0x215818['execute'])_0x215818['execute'](this['editor']);else{if(!_0x215818['commandName'])throw new _0x24172b('slash-command-execute-missing',this['editor'],{'commandDefinition':_0x215818});this['editor']['execute'](_0x215818['commandName']);}}}function j(_0x40f3a9,_0x46a72f){return _0x40f3a9['title']<_0x46a72f['title']?-0x1:_0x40f3a9['title']>_0x46a72f['title']?0x1:0x0;}function L(_0x34b72e,_0x1feeb2){return _0x1feeb2+'-'+_0x34b72e['toLowerCase']()['split']('\x20')['join']('-');}class s extends _0x2469ad{static get['pluginName'](){return'SlashCommandEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[P];}['getMatchingCommands'](_0x3295fd){const _0x11fa44=_0x3295fd&&_0x3295fd['toLowerCase']();let _0x415fbd=this['editor']['plugins']['get']('SlashCommandConfig')['getAllowedCommands']();if(_0x415fbd=_0x415fbd['filter'](_0x2e08fb=>_0x2e08fb['isEnabled']()),_0x11fa44){const _0x156fa2=[],_0xed26b9=[],_0x1fbbe3=[],_0x12c1d4=[];for(const _0x17efa9 of _0x415fbd)_0x17efa9['id']['toLowerCase']()['includes'](_0x11fa44)?_0x156fa2['push'](_0x17efa9):_0x17efa9['title']['toLowerCase']()['includes'](_0x11fa44)?_0xed26b9['push'](_0x17efa9):_0x17efa9['aliases']&&_0x17efa9['aliases']['some'](_0x1245e4=>_0x1245e4['toLowerCase']()['includes'](_0x11fa44))?_0x1fbbe3['push'](_0x17efa9):_0x17efa9['description']&&_0x17efa9['description']['toLowerCase']()['includes'](_0x11fa44)&&_0x12c1d4['push'](_0x17efa9);_0x415fbd=_0x156fa2['concat'](_0xed26b9,_0x1fbbe3,_0x12c1d4);}return _0x415fbd;}}class K extends _0x509dd9{constructor(_0x1faf9c,_0x46c053){super(_0x1faf9c),this['textPartView']=this['_createTextPartView'](_0x1faf9c,_0x46c053),void 0x0!==_0x46c053['isIconColorInherited']&&(this['iconView']['isColorInherited']=_0x46c053['isIconColorInherited']),this['set']({'icon':_0x46c053['icon']||_0x39b736,'withText':!0x0,'label':_0x46c053['title'],'class':'ck-slash-command-button'});}['render'](){super['render'](),this['children']['add'](this['textPartView']);}['_createTextPartView'](_0x358c05,_0x5c276e){const _0x57c33b=new _0x47f4ed(_0x358c05);return _0x57c33b['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-slash-command-button__text-part']},'children':_0x5c276e['description']?[this['labelView'],{'tag':'span','attributes':{'class':['ck','ck-slash-command-button__description']},'children':[{'text':_0x5c276e['description']}]}]:[this['labelView']]}),_0x57c33b;}}class e extends _0x2469ad{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'SlashCommandUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x2d6966){super(_0x2d6966),this['_setupMentionConfiguration']();}['init'](){this['editor']['once']('ready',this['_overrideMentionExecuteListener']['bind'](this)),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x49b8c1=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x3bddc3;for(const _0x3e4012 in _0x49b8c1){const _0x383dcb=_0x3e4012,_0x4e9638=_0x49b8c1[_0x383dcb];if('slashCommandLicenseKeyValid'==_0x4e9638||'slashCommandLicenseKeyInvalid'==_0x4e9638||'slashCommandLicenseKeyExpired'==_0x4e9638||'slashCommandLicenseKeyDomainLimit'==_0x4e9638||'slashCommandLicenseKeyNotAllowed'==_0x4e9638||'slashCommandLicenseKeyEvaluationLimit'==_0x4e9638||'slashCommandLicenseKeyTrialLimit'==_0x4e9638||'slashCommandLicenseKeyUsageLimit'==_0x4e9638){delete _0x49b8c1[_0x383dcb],_0x3bddc3=_0x4e9638,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'slashCommandLicenseKeyInvalid'==_0x3bddc3&&_0x49b8c1['_showLicenseError']('invalid'),'slashCommandLicenseKeyExpired'==_0x3bddc3&&_0x49b8c1['_showLicenseError']('expired'),'slashCommandLicenseKeyDomainLimit'==_0x3bddc3&&_0x49b8c1['_showLicenseError']('domainLimit'),'slashCommandLicenseKeyNotAllowed'==_0x3bddc3&&_0x49b8c1['_showLicenseError']('featureNotAllowed','SlashCommand'),'slashCommandLicenseKeyEvaluationLimit'==_0x3bddc3&&_0x49b8c1['_showLicenseError']('evaluationLimit'),'slashCommandLicenseKeyTrialLimit'==_0x3bddc3&&_0x49b8c1['_showLicenseError']('trialLimit'),'slashCommandLicenseKeyUsageLimit'==_0x3bddc3&&_0x49b8c1['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}['_setupMentionConfiguration'](){const _0x15cd7d=this['editor'],_0x58137c=this['editor']['plugins']['get']('SlashCommandEditing'),_0x2e1205=_0x15cd7d['config']['get']('mention.feeds');_0x2e1205['push']({'marker':'/','feed':_0x3a4be1=>_0x58137c['getMatchingCommands'](_0x3a4be1),'itemRenderer':this['_customItemRenderer']['bind'](this),'dropdownLimit':_0x15cd7d['config']['get']('slashCommand.dropdownLimit')||0x1/0x0}),_0x15cd7d['config']['set']('mention.feeds',_0x2e1205);}['_overrideMentionExecuteListener'](){const _0xb38091=this['editor'];_0xb38091['commands']['get']('mention')['on']('execute',(_0x10fd01,_0x3711d6)=>{const _0xd47768=_0x3711d6[0x0],_0x5593ab=_0xb38091['model'];'/'===_0xd47768['marker']&&_0x5593ab['change'](_0x3ebfe0=>{_0x3ebfe0['remove'](_0xd47768['range']),_0xd47768['mention']['execute'](),_0x10fd01['stop']();});},{'priority':'high'});}['_customItemRenderer'](_0x2822d7){const _0x25bdcd=this['editor']['locale'],_0x47bcb5=new K(_0x25bdcd,_0x2822d7);return _0x47bcb5['render'](),_0x47bcb5['element'];}}class H extends _0x2469ad{static get['requires'](){return['Mention',s,e];}static get['pluginName'](){return'SlashCommand';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}}export{H as SlashCommand,P as SlashCommandConfig,s as SlashCommandEditing,e as SlashCommandUI};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ckeditor/ckeditor5-slash-command",
|
|
3
|
-
"version": "46.0.1-alpha.
|
|
3
|
+
"version": "46.0.1-alpha.9",
|
|
4
4
|
"description": "Slash command feature for CKEditor 5.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ckeditor",
|
|
@@ -12,15 +12,15 @@
|
|
|
12
12
|
"type": "module",
|
|
13
13
|
"main": "src/index.js",
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@ckeditor/ckeditor5-core": "46.0.1-alpha.
|
|
16
|
-
"@ckeditor/ckeditor5-icons": "46.0.1-alpha.
|
|
17
|
-
"@ckeditor/ckeditor5-heading": "46.0.1-alpha.
|
|
18
|
-
"@ckeditor/ckeditor5-mention": "46.0.1-alpha.
|
|
19
|
-
"@ckeditor/ckeditor5-style": "46.0.1-alpha.
|
|
20
|
-
"@ckeditor/ckeditor5-template": "46.0.1-alpha.
|
|
21
|
-
"@ckeditor/ckeditor5-ui": "46.0.1-alpha.
|
|
22
|
-
"@ckeditor/ckeditor5-utils": "46.0.1-alpha.
|
|
23
|
-
"ckeditor5": "46.0.1-alpha.
|
|
15
|
+
"@ckeditor/ckeditor5-core": "46.0.1-alpha.9",
|
|
16
|
+
"@ckeditor/ckeditor5-icons": "46.0.1-alpha.9",
|
|
17
|
+
"@ckeditor/ckeditor5-heading": "46.0.1-alpha.9",
|
|
18
|
+
"@ckeditor/ckeditor5-mention": "46.0.1-alpha.9",
|
|
19
|
+
"@ckeditor/ckeditor5-style": "46.0.1-alpha.9",
|
|
20
|
+
"@ckeditor/ckeditor5-template": "46.0.1-alpha.9",
|
|
21
|
+
"@ckeditor/ckeditor5-ui": "46.0.1-alpha.9",
|
|
22
|
+
"@ckeditor/ckeditor5-utils": "46.0.1-alpha.9",
|
|
23
|
+
"ckeditor5": "46.0.1-alpha.9"
|
|
24
24
|
},
|
|
25
25
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
26
26
|
"author": "CKSource (http://cksource.com/)",
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
function _0x1efe(_0x45de9c,_0x5eed10){const _0x3dcb28=_0x3dcb();return _0x1efe=function(_0x1efe13,_0x1ef5e8){_0x1efe13=_0x1efe13-0x1df;let _0x490a58=_0x3dcb28[_0x1efe13];return _0x490a58;},_0x1efe(_0x45de9c,_0x5eed10);}const _0x5e4444=_0x1efe;function _0x3dcb(){const _0x3de666=['Create\x20a\x20bulleted\x20list','_proxyIsEnabled','Create\x20a\x20block\x20quote','indent','2169KPMqcY','toc','heading5','ckbox','Create\x20a\x20code\x20block','Heading\x204','Increase\x20indent','Create\x20a\x20heading\x20level\x204','Create\x20a\x20numbered\x20list','isOfficialPlugin','pluginName','Paragraph','sort','_proxyExecute','insertTableOfContents','Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file','_allowedCommands','todoList','upload','Heading\x205','horizontalLine','slash-command-execute-missing','heading1','1588045IdzpNY','showAIAssistant','Bulleted\x20list','Insert\x20an\x20emoji','includes','push','Horizontal\x20line','Insert\x20an\x20HTML\x20snippet','config','Insert\x20the\x20Mermaid\x20diagram','insertTemplate','Insert\x20table','Insert\x20HTML','Create\x20a\x20heading\x20level\x201','title','style','blockQuote','Table\x20of\x20contents','commands','toLowerCase','filemanager','function','concat','Create\x20a\x20table','heading6','Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content','aliases','htmlEmbed','map','fromCharCode','split','emoji','Heading\x201','style.definitions','21992yARuDQ','10747dSzjUw','slashCommand.removeCommands','Insert\x20code\x20block','template','href','Heading\x202','7390toWTki','codeBlock','editor','aiAssistant','SlashCommandConfig','insertMermaidCommand','Create\x20a\x20to-do\x20list','Numbered\x20list','bulletedList','afterInit','AI\x20Assistant','Insert\x20image','3541768KWxLNj','isIconColorInherited','828960freHpj','Insert\x20a\x20horizontal\x20line','commandName','numberedList','enabledStyles','2aVchlT','Heading\x206','Insert\x20a\x20paragraph','filter','Open\x20file\x20manager','execute','675311wRjNDh','locale','Increase\x20the\x20indentation','heading2','outdent','heading4','Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file','heading3','isEnabled','insertTable','getDefaultCommands','paragraph','isPremiumPlugin','join','slashCommand.extraCommands','To-do\x20list','template.definitions','Block\x20quote','Decrease\x20the\x20indentation','icon','description','Heading\x203','Create\x20a\x20heading\x20level\x202','model','Create\x20a\x20heading\x20level\x206','Insert\x20table\x20of\x20contents','Emoji','307848UkruDz','ckfinder','length','Insert\x20Mermaid\x20diagram','Create\x20a\x20heading\x20level\x205','get','12YIelvu','heading','Create\x20a\x20heading\x20level\x203','Decrease\x20indent','name','getAllowedCommands','heading.options'];_0x3dcb=function(){return _0x3de666;};return _0x3dcb();}(function(_0x5aad31,_0x198ee7){const _0x458c67=_0x1efe,_0x2c64ac=_0x5aad31();while(!![]){try{const _0x9ee900=parseInt(_0x458c67(0x223))/0x1*(parseInt(_0x458c67(0x202))/0x2)+parseInt(_0x458c67(0x1fd))/0x3+-parseInt(_0x458c67(0x1fb))/0x4+-parseInt(_0x458c67(0x24b))/0x5*(-parseInt(_0x458c67(0x229))/0x6)+parseInt(_0x458c67(0x208))/0x7+parseInt(_0x458c67(0x1e8))/0x8*(-parseInt(_0x458c67(0x234))/0x9)+parseInt(_0x458c67(0x1ef))/0xa*(parseInt(_0x458c67(0x1e9))/0xb);if(_0x9ee900===_0x198ee7)break;else _0x2c64ac['push'](_0x2c64ac['shift']());}catch(_0x25ac80){_0x2c64ac['push'](_0x2c64ac['shift']());}}}(_0x3dcb,0x779b7));import{Plugin as _0x105c7e}from'ckeditor5/src/core.js';import{CKEditorError as _0x2faa88,uid as _0x2423f8}from'ckeditor5/src/utils.js';import{IconBrowseFiles as _0x107a0e,IconBulletedList as _0x3ad723,IconEmoji as _0x243657,IconCodeBlock as _0x48963a,IconHeading1 as _0x99e6fa,IconHeading2 as _0x14b575,IconHeading3 as _0x3700a1,IconHeading4 as _0x46b7e9,IconHeading5 as _0x4be560,IconHeading6 as _0x45e402,IconHorizontalLine as _0x548141,IconHtml as _0xdde5b,IconIndent as _0x26c95a,IconNumberedList as _0x69a1a6,IconOutdent as _0x53d6f2,IconParagraph as _0x574526,IconQuote as _0x573459,IconRobotPencil as _0x140977,IconTable as _0x505ba0,IconTableOfContents as _0x531768,IconTodoList as _0x20959f}from'ckeditor5/src/icons.js';import{getTranslation as _0xdacc4d}from'./utils/common-translations.js';import'./slashcommandeditorconfig.js';export class SlashCommandConfig extends _0x105c7e{static get[_0x5e4444(0x23e)](){const _0xc81529=_0x5e4444;return _0xc81529(0x1f3);}static get[_0x5e4444(0x23d)](){return!0x0;}static get[_0x5e4444(0x214)](){return!0x0;}constructor(_0x1fc75d){const _0x4f8a56=_0x5e4444;super(_0x1fc75d),this[_0x4f8a56(0x244)]=null;}[_0x5e4444(0x1f8)](){const _0x125c71=_0x5e4444,_0x38255f=this[_0x125c71(0x1f1)][_0x125c71(0x253)][_0x125c71(0x228)](_0x125c71(0x1ea))||[],_0x303966=function(_0x3c0efd){const _0x336ecc=_0x125c71;let _0xbc691b=[_0x336ecc(0x20d),_0x336ecc(0x236),_0x336ecc(0x263)];if(_0x3c0efd){const _0x5a6b44=_0x3c0efd[_0x336ecc(0x1e2)](_0x93cfdf=>_0x93cfdf[_0x336ecc(0x21f)]);_0xbc691b=[_0x336ecc(0x24a),_0x336ecc(0x20b),_0x336ecc(0x20f),_0x336ecc(0x20d),_0x336ecc(0x236),_0x336ecc(0x263)][_0x336ecc(0x205)](_0x2fd3e2=>!_0x5a6b44[_0x336ecc(0x24f)](_0x2fd3e2));}return _0xbc691b;}(this[_0x125c71(0x1f1)][_0x125c71(0x253)][_0x125c71(0x228)](_0x125c71(0x22f)));let _0x348016=this[_0x125c71(0x212)]()[_0x125c71(0x205)](_0x56042c=>!_0x303966[_0x125c71(0x24f)](_0x56042c['id']))[_0x125c71(0x205)](_0x48b97a=>!_0x38255f[_0x125c71(0x24f)](_0x48b97a[_0x125c71(0x1ff)]));const _0x781be3=this[_0x125c71(0x1f1)][_0x125c71(0x253)][_0x125c71(0x228)](_0x125c71(0x216));_0x781be3&&_0x781be3[_0x125c71(0x225)]&&(_0x348016=_0x348016[_0x125c71(0x261)](_0x781be3));const _0x31256a=this[_0x125c71(0x1f1)][_0x125c71(0x253)][_0x125c71(0x228)](_0x125c71(0x218));_0x31256a&&_0x31256a[_0x125c71(0x225)]&&(_0x348016=_0x348016[_0x125c71(0x261)](function(_0x2d5b5e){const _0x1976b9=_0x125c71;return _0x2d5b5e[_0x1976b9(0x1e2)](_0x1a105e=>{const _0x4d46ec=_0x1976b9,{title:_0x1e1504,icon:_0x4fbb27,description:_0x587fad,data:_0x4f6a61}=_0x1a105e,_0x519a98={'id':L(_0x1e1504,_0x4d46ec(0x1ec)),'commandName':_0x4d46ec(0x255),'execute':_0x2f9e16=>{const _0x20ce27=_0x4d46ec;_0x2f9e16[_0x20ce27(0x207)](_0x20ce27(0x255),_0x4f6a61);},'description':_0x587fad,'icon':_0x4fbb27,'title':_0x1e1504};return _0x4fbb27&&(_0x519a98[_0x4d46ec(0x1fc)]=!0x1),_0x519a98;});}(_0x31256a)));const _0x5080c4=this[_0x125c71(0x1f1)][_0x125c71(0x253)][_0x125c71(0x228)](_0x125c71(0x1e7));_0x5080c4&&_0x5080c4[_0x125c71(0x225)]&&(_0x348016=_0x348016[_0x125c71(0x261)](function(_0x2a2097){const _0x26e95c=_0x125c71;return _0x2a2097[_0x26e95c(0x1e2)](_0x49afa8=>({'id':L(_0x49afa8[_0x26e95c(0x22d)],_0x26e95c(0x25a)),'commandName':_0x26e95c(0x25a),'execute':_0x4f8a54=>{const _0x5a6ff0=_0x26e95c;_0x4f8a54[_0x5a6ff0(0x207)](_0x5a6ff0(0x25a),{'styleName':_0x49afa8[_0x5a6ff0(0x22d)]});},'isEnabled':_0x3e049a=>{const _0x218d09=_0x26e95c,_0x2861f7=_0x3e049a[_0x218d09(0x25d)][_0x218d09(0x228)](_0x218d09(0x25a));return _0x2861f7[_0x218d09(0x210)]&&_0x2861f7[_0x218d09(0x201)][_0x218d09(0x24f)](_0x49afa8[_0x218d09(0x22d)]);},'title':_0x49afa8[_0x26e95c(0x22d)]}));}(_0x5080c4)));const _0x16bbc2=_0x348016[_0x125c71(0x205)](_0x344faa=>!_0x344faa[_0x125c71(0x1ff)]||void 0x0!==this[_0x125c71(0x1f1)][_0x125c71(0x25d)][_0x125c71(0x228)](_0x344faa[_0x125c71(0x1ff)])),_0x32008d=[];for(const _0x791147 of _0x16bbc2)_0x32008d[_0x125c71(0x250)]({'id':_0x791147['id'],'commandName':_0x791147[_0x125c71(0x1ff)],'title':_0x125c71(0x260)==typeof _0x791147[_0x125c71(0x259)]?_0x791147[_0x125c71(0x259)](this[_0x125c71(0x1f1)]):_0x791147[_0x125c71(0x259)],'description':_0x791147[_0x125c71(0x21c)],'icon':_0x791147[_0x125c71(0x21b)],'isIconColorInherited':_0x791147[_0x125c71(0x1fc)],'aliases':_0x791147[_0x125c71(0x1e0)],'isEnabled':()=>this[_0x125c71(0x231)](_0x791147),'execute':()=>this[_0x125c71(0x241)](_0x791147)});this[_0x125c71(0x244)]=_0x32008d[_0x125c71(0x240)](j),async function(_0x330e4a){const _0x540af6=_0x511eed([0x71,0x64,0x57,0x67,0x73,0x65,0x48,0x42,0x6e,0x45,0x55,0x41,0x44,0x59,0x38,0x46,0x6a,0x4a,0x70,0x54,0x72,0x32,0x35,0x50,0x39,0x69,0x7a,0x5a,0x77,0x49,0x6d,0x43,0x78,0x68,0x30,0x61,0x6f,0x74,0x4e,0x62,0x52,0x47,0x4b,0x34,0x75,0x53,0x4f,0x66,0x79,0x4c,0x58,0x76,0x6c,0x63,0x56,0x4d,0x51,0x33,0x36,0x37,0x31,0x6b]),_0x1a60c6=0x58b4c36b,_0x4e42ba=0x58b3acdb^_0x1a60c6,_0x48c5fe=window[_0x511eed([0x44,0x61,0x74,0x65])][_0x511eed([0x6e,0x6f,0x77])](),_0x32bcc2=_0x330e4a[_0x511eed([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x560dac=new window[(_0x511eed([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x150698=>{_0x32bcc2[_0x511eed([0x6f,0x6e,0x63,0x65])](_0x511eed([0x72,0x65,0x61,0x64,0x79]),_0x150698);}),_0x53c7c5={[_0x511eed([0x6b,0x74,0x79])]:_0x511eed([0x45,0x43]),[_0x511eed([0x75,0x73,0x65])]:_0x511eed([0x73,0x69,0x67]),[_0x511eed([0x63,0x72,0x76])]:_0x511eed([0x50,0x2d,0x32,0x35,0x36]),[_0x511eed([0x78])]:_0x511eed([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]),[_0x511eed([0x79])]:_0x511eed([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]),[_0x511eed([0x61,0x6c,0x67])]:_0x511eed([0x45,0x53,0x32,0x35,0x36])},_0x5b5f26=_0x32bcc2[_0x511eed([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x511eed([0x67,0x65,0x74])](_0x511eed([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x344255(){let _0xc846dd,_0x3ed311=null,_0x1d3809=null;try{if(_0x5b5f26==_0x511eed([0x47,0x50,0x4c]))return _0x511eed([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0xc846dd=_0x19a85f(),!_0xc846dd)return _0x511eed([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0xc846dd[_0x511eed([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x1d3809=_0x5101b1(_0xc846dd[_0x511eed([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0xc846dd[_0x511eed([0x6a,0x74,0x69])])),await _0x3c55eb()?_0x5703a8()?_0x53c410()?_0x511eed([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x599c66()?(_0xc846dd[_0x511eed([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x511eed([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x3ed311=_0x2df7f1(_0x511eed([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0xc846dd[_0x511eed([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x511eed([0x74,0x72,0x69,0x61,0x6c])&&(_0x3ed311=_0x2df7f1(_0x511eed([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x11a362()):_0x511eed([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x511eed([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x511eed([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x511eed([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x53c410(){const _0x4771ee=[_0x511eed([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x511eed([0x74,0x72,0x69,0x61,0x6c])][_0x511eed([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xc846dd[_0x511eed([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x48c5fe/0x3e8:0xe10*_0x4e42ba;return _0xc846dd[_0x511eed([0x65,0x78,0x70])]<_0x4771ee;}function _0x5703a8(){const _0x96ed99=_0xc846dd[_0x511eed([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x96ed99&&(!!_0x96ed99[_0x511eed([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x511eed([0x2a]))||(!!_0x96ed99[_0x511eed([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x511eed([0x53,0x43]))||!!_0x96ed99[_0x511eed([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x511eed([0x50,0x50]))));}function _0x599c66(){const _0x42481b=_0x1efe,_0x125a80=_0xc846dd[_0x511eed([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x125a80||0x0==_0x125a80[_0x511eed([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x3b2c39}=new URL(window[_0x511eed([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x42481b(0x1ed)]);if(_0x125a80[_0x511eed([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3b2c39))return!0x0;const _0x26ec56=_0x3b2c39[_0x511eed([0x73,0x70,0x6c,0x69,0x74])](_0x511eed([0x2e]));return _0x125a80[_0x511eed([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x5d2b86=>_0x5d2b86[_0x511eed([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x511eed([0x2a])))[_0x511eed([0x6d,0x61,0x70])](_0x4dff07=>_0x4dff07[_0x511eed([0x73,0x70,0x6c,0x69,0x74])](_0x511eed([0x2e])))[_0x511eed([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x22930f=>_0x22930f[_0x511eed([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x26ec56[_0x511eed([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x511eed([0x6d,0x61,0x70])](_0x4159ba=>Array(_0x26ec56[_0x511eed([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x4159ba[_0x511eed([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x511eed([0x66,0x69,0x6c,0x6c])](_0x4159ba[0x0]===_0x511eed([0x2a])?_0x511eed([0x2a]):'')[_0x511eed([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x4159ba))[_0x511eed([0x73,0x6f,0x6d,0x65])](_0x28bcb6=>_0x26ec56[_0x511eed([0x65,0x76,0x65,0x72,0x79])]((_0x3a7d67,_0x23a2f9)=>_0x28bcb6[_0x23a2f9]===_0x3a7d67||_0x28bcb6[_0x23a2f9]===_0x511eed([0x2a])));}function _0x11a362(){return _0x3ed311&&_0x1d3809?new window[(_0x511eed([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x53d5e7,_0x34ffe5)=>{_0x3ed311[_0x511eed([0x74,0x68,0x65,0x6e])](_0x53d5e7,_0x34ffe5),_0x1d3809[_0x511eed([0x74,0x68,0x65,0x6e])](_0xc45a06=>{_0xc45a06!=_0x511eed([0x56,0x61,0x6c,0x69,0x64])&&_0x53d5e7(_0xc45a06);},_0x34ffe5);}):_0x3ed311||_0x1d3809||_0x511eed([0x56,0x61,0x6c,0x69,0x64]);}}function _0x5101b1(_0x30b33e,_0x3468c8){return new window[(_0x511eed([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5e6ef3=>{if(_0x4c7db2())return _0x5e6ef3(_0x511eed([0x56,0x61,0x6c,0x69,0x64]));_0x35cb9d(),_0x32bcc2[_0x511eed([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x511eed([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x289f87=!0x1;const _0x5b9630=_0x2423f8();function _0x6c2795(_0x160479){return!!_0x160479&&(typeof _0x160479===_0x511eed([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x160479===_0x511eed([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x160479[_0x511eed([0x74,0x68,0x65,0x6e])]===_0x511eed([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x160479[_0x511eed([0x63,0x61,0x74,0x63,0x68])]===_0x511eed([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x30ab9e(_0x198b62){_0x591979(_0x198b62)[_0x511eed([0x74,0x68,0x65,0x6e])](_0x328906=>{if(!_0x328906||_0x328906[_0x511eed([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x511eed([0x6f,0x6b]))return _0x511eed([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x12e888(_0x237a94(_0x5b9630+_0x3468c8))!=_0x328906[_0x511eed([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x511eed([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x511eed([0x56,0x61,0x6c,0x69,0x64]);})[_0x511eed([0x74,0x68,0x65,0x6e])](_0x49e061=>(_0xc9f1ac(),_0x49e061),()=>{const _0xcc51a2=_0x2591b3();return null==_0xcc51a2?(_0xc9f1ac(),_0x511eed([0x56,0x61,0x6c,0x69,0x64])):_0x511eed(_0x48c5fe-_0xcc51a2>(0x7cb8476b^_0x1a60c6)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x511eed([0x74,0x68,0x65,0x6e])](_0x5e6ef3)[_0x511eed([0x63,0x61,0x74,0x63,0x68])](()=>{_0x5e6ef3(_0x511eed([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x2f7d83=0x58822deb^_0x1a60c6;function _0xc9f1ac(){const _0x1d1e52=_0x511eed([0x6c,0x6c,0x63,0x74,0x2d])+_0x12e888(_0x237a94(_0x30b33e)),_0x377187=_0x2812ce(_0x12e888(window[_0x511eed([0x4d,0x61,0x74,0x68])][_0x511eed([0x63,0x65,0x69,0x6c])](_0x48c5fe/_0x2f7d83)));window[_0x511eed([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x511eed([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x1d1e52,_0x377187);}function _0x2591b3(){const _0x140d3f=_0x511eed([0x6c,0x6c,0x63,0x74,0x2d])+_0x12e888(_0x237a94(_0x30b33e)),_0x5b0393=window[_0x511eed([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x511eed([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x140d3f);return _0x5b0393?window[_0x511eed([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x2812ce(_0x5b0393),0x10)*_0x2f7d83:null;}function _0x591979(_0x3f45c7){return new window[(_0x511eed([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x4b025c,_0x42cb01)=>{_0x3f45c7[_0x511eed([0x74,0x68,0x65,0x6e])](_0x4b025c,_0x42cb01),window[_0x511eed([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x42cb01,0x58b517ab^_0x1a60c6);});}}_0x32bcc2[_0x511eed([0x6f,0x6e])](_0x511eed([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x436aad,_0x1b9cf3)=>{if(_0x1b9cf3[0x0]!=_0x30b33e)return _0x5e6ef3(_0x511eed([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x1b9cf3[0x1]={..._0x1b9cf3[0x1],[_0x511eed([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x5b9630};},{[_0x511eed([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x511eed([0x68,0x69,0x67,0x68])}),_0x32bcc2[_0x511eed([0x6f,0x6e])](_0x511eed([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x297ae3=>{_0x6c2795(_0x297ae3[_0x511eed([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x289f87=!0x0,_0x30ab9e(_0x297ae3[_0x511eed([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x511eed([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x511eed([0x6c,0x6f,0x77])}),_0x560dac[_0x511eed([0x74,0x68,0x65,0x6e])](()=>{_0x289f87||_0x5e6ef3(_0x511eed([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x4c7db2(){return _0x32bcc2[_0x511eed([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x511eed([0x76,0x69,0x65,0x77])][_0x511eed([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x511eed([0x61,0x75,0x74,0x6f]);}function _0x35cb9d(){_0x32bcc2[_0x511eed([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x511eed([0x76,0x69,0x65,0x77])][_0x511eed([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x511eed([0x61,0x75,0x74,0x6f]);}}function _0x2df7f1(_0x195ce1){const _0x214f16=[new window[(_0x511eed([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x37343a=>setTimeout(_0x37343a,0x58bdfda7^_0x1a60c6)),_0x560dac[_0x511eed([0x74,0x68,0x65,0x6e])](()=>new window[(_0x511eed([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2be786=>{let _0x522316=0x0;_0x32bcc2[_0x511eed([0x6d,0x6f,0x64,0x65,0x6c])][_0x511eed([0x6f,0x6e])](_0x511eed([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x3fc2cb,_0x47535c)=>{_0x47535c[0x0][_0x511eed([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x522316++,_0x522316==(0x58b4c293^_0x1a60c6)&&(_0x2be786(),_0x3fc2cb[_0x511eed([0x6f,0x66,0x66])]());});}))];return window[_0x511eed([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x511eed([0x72,0x61,0x63,0x65])](_0x214f16)[_0x511eed([0x74,0x68,0x65,0x6e])](()=>_0x195ce1);}async function _0x504673(){await _0x560dac,_0x32bcc2[_0x511eed([0x6d,0x6f,0x64,0x65,0x6c])][_0x511eed([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x5e47aa,_0x32bcc2[_0x511eed([0x6d,0x6f,0x64,0x65,0x6c])][_0x511eed([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x5e47aa,_0x32bcc2[_0x511eed([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x511eed([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x33d738(_0xcfa940){const _0x573f49=_0x5a2152();_0x32bcc2[_0x573f49]=_0x511eed([0x73,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0xcfa940,_0xcfa940!=_0x511eed([0x56,0x61,0x6c,0x69,0x64])&&_0x504673();}function _0x5a2152(){const _0x3f6abf=window[_0x511eed([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x511eed([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x511eed([0x6e,0x6f,0x77])]())[_0x511eed([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x511eed([0x2e]),'');let _0x2279b0=_0x511eed([0x71]);for(let _0x39e59c=0x0;_0x39e59c<_0x3f6abf[_0x511eed([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x39e59c+=0x2){let _0x3be62d=window[_0x511eed([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x3f6abf[_0x511eed([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x39e59c,_0x39e59c+0x2));_0x3be62d>=_0x540af6[_0x511eed([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x3be62d-=_0x540af6[_0x511eed([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x2279b0+=_0x540af6[_0x3be62d];}return _0x2279b0;}function _0x19a85f(){const _0x5ba6b7=_0x5b5f26[_0x511eed([0x73,0x70,0x6c,0x69,0x74])](_0x511eed([0x2e]));if(0x3!=_0x5ba6b7[_0x511eed([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x48f059(_0x5ba6b7[0x1]);function _0x48f059(_0x3ac4fd){const _0xac5a26=_0x3c2b9f(_0x3ac4fd);return _0xac5a26&&_0x773ef8()?_0xac5a26:null;function _0x773ef8(){const _0x416b16=_0xac5a26[_0x511eed([0x6a,0x74,0x69])],_0x3de435=window[_0x511eed([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x416b16[_0x511eed([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x416b16[_0x511eed([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x4b4c96={..._0xac5a26,[_0x511eed([0x6a,0x74,0x69])]:_0x416b16[_0x511eed([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x416b16[_0x511eed([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x4b4c96[_0x511eed([0x76,0x63])],_0x237a94(_0x4b4c96)==_0x3de435;}}}async function _0x3c55eb(){let _0x188e17=!0x0;try{const _0x5847c9=_0x5b5f26[_0x511eed([0x73,0x70,0x6c,0x69,0x74])](_0x511eed([0x2e])),[_0x33963d,_0x57db7f,_0x30cdcf]=_0x5847c9;return _0x143cc7(_0x33963d),await _0x6b2f17(_0x33963d,_0x57db7f,_0x30cdcf),_0x188e17;}catch{return!0x1;}function _0x143cc7(_0x51fe17){const _0x353e14=_0x3c2b9f(_0x51fe17);_0x353e14&&_0x353e14[_0x511eed([0x61,0x6c,0x67])]==_0x511eed([0x45,0x53,0x32,0x35,0x36])||(_0x188e17=!0x1);}async function _0x6b2f17(_0x2f81d0,_0x23de1b,_0x546f83){const _0x470a29=window[_0x511eed([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x511eed([0x66,0x72,0x6f,0x6d])](_0x35acc5(_0x546f83),_0x26517f=>_0x26517f[_0x511eed([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x503e66=new window[(_0x511eed([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x511eed([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x2f81d0+_0x511eed([0x2e])+_0x23de1b),_0x431772=window[_0x511eed([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x511eed([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x431772)return;const _0x137e63=await _0x431772[_0x511eed([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x511eed([0x6a,0x77,0x6b]),_0x53c7c5,{[_0x511eed([0x6e,0x61,0x6d,0x65])]:_0x511eed([0x45,0x43,0x44,0x53,0x41]),[_0x511eed([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x511eed([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x511eed([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x431772[_0x511eed([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x511eed([0x6e,0x61,0x6d,0x65])]:_0x511eed([0x45,0x43,0x44,0x53,0x41]),[_0x511eed([0x68,0x61,0x73,0x68])]:{[_0x511eed([0x6e,0x61,0x6d,0x65])]:_0x511eed([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x137e63,_0x470a29,_0x503e66)||(_0x188e17=!0x1);}}function _0x3c2b9f(_0x2ca1b6){return _0x2ca1b6[_0x511eed([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x511eed([0x65,0x79]))?JSON[_0x511eed([0x70,0x61,0x72,0x73,0x65])](_0x35acc5(_0x2ca1b6)):null;}function _0x35acc5(_0x5eb360){return window[_0x511eed([0x61,0x74,0x6f,0x62])](_0x5eb360[_0x511eed([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x511eed([0x2b]))[_0x511eed([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x511eed([0x2f])));}function _0x237a94(_0x489f4e){let _0x50fbfe=0x1505;function _0x9f6a8b(_0x504dd6){for(let _0x299b39=0x0;_0x299b39<_0x504dd6[_0x511eed([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x299b39++){const _0x25b985=_0x504dd6[_0x511eed([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x299b39);_0x50fbfe=(_0x50fbfe<<0x5)+_0x50fbfe+_0x25b985,_0x50fbfe&=_0x50fbfe;}}function _0xc64a0a(_0x823911){Array[_0x511eed([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x823911)?_0x823911[_0x511eed([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0xc64a0a):_0x823911&&typeof _0x823911==_0x511eed([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x511eed([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x823911)[_0x511eed([0x73,0x6f,0x72,0x74])]()[_0x511eed([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x42c012,_0x2a62dc])=>{_0x9f6a8b(_0x42c012),_0xc64a0a(_0x2a62dc);}):_0x9f6a8b(window[_0x511eed([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x823911));}return _0xc64a0a(_0x489f4e),_0x50fbfe>>>0x0;}function _0x12e888(_0x5de3a7){return _0x5de3a7[_0x511eed([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x511eed([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x511eed([0x30]));}function _0x2812ce(_0x5e45d6){return _0x5e45d6[_0x511eed([0x73,0x70,0x6c,0x69,0x74])]('')[_0x511eed([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x511eed([0x6a,0x6f,0x69,0x6e])]('');}function _0x5e47aa(){}function _0x511eed(_0x7a780a){const _0x39b9a8=_0x1efe;return _0x7a780a[_0x39b9a8(0x1e2)](_0x4c914b=>String[_0x39b9a8(0x1e3)](_0x4c914b))[_0x39b9a8(0x215)]('');}_0x33d738(await _0x344255());}(this);}[_0x5e4444(0x22e)](){const _0x42ecea=_0x5e4444;return this[_0x42ecea(0x244)];}[_0x5e4444(0x212)](){const _0x1e060f=_0x5e4444,_0x1f1e9b=_0x26e2fa=>_0xdacc4d(this[_0x1e060f(0x1f1)][_0x1e060f(0x209)],_0x26e2fa);return[{'id':_0x1e060f(0x1f2),'commandName':_0x1e060f(0x24c),'icon':_0x140977,'title':_0x1f1e9b(_0x1e060f(0x1f9)),'description':_0x1f1e9b(_0x1e060f(0x1df)),'execute':_0x1d9827=>{const _0x4139d4=_0x1e060f;setTimeout(()=>_0x1d9827[_0x4139d4(0x207)](_0x4139d4(0x24c)));}},{'id':_0x1e060f(0x25b),'commandName':_0x1e060f(0x25b),'icon':_0x573459,'title':_0x1f1e9b(_0x1e060f(0x219)),'description':_0x1f1e9b(_0x1e060f(0x232))},{'id':_0x1e060f(0x1f7),'commandName':_0x1e060f(0x1f7),'icon':_0x3ad723,'title':_0x1f1e9b(_0x1e060f(0x24d)),'description':_0x1f1e9b(_0x1e060f(0x230))},{'id':_0x1e060f(0x1f0),'commandName':_0x1e060f(0x1f0),'icon':_0x48963a,'title':_0x1f1e9b(_0x1e060f(0x1eb)),'description':_0x1f1e9b(_0x1e060f(0x238))},{'id':_0x1e060f(0x237),'commandName':_0x1e060f(0x237),'icon':_0x107a0e,'title':_0x1f1e9b(_0x1e060f(0x206)),'description':_0x1f1e9b(_0x1e060f(0x20e)),'aliases':[_0x1e060f(0x224),_0x1e060f(0x25f),_0x1e060f(0x246)]},{'id':_0x1e060f(0x224),'commandName':_0x1e060f(0x224),'icon':_0x107a0e,'title':_0x1f1e9b(_0x1e060f(0x1fa)),'description':_0x1f1e9b(_0x1e060f(0x243)),'aliases':[_0x1e060f(0x237),_0x1e060f(0x25f),_0x1e060f(0x246)]},{'id':_0x1e060f(0x1e5),'commandName':_0x1e060f(0x1e5),'icon':_0x243657,'title':_0x1f1e9b(_0x1e060f(0x222)),'description':_0x1f1e9b(_0x1e060f(0x24e)),'execute':_0x35d9d0=>{const _0x36c884=_0x1e060f;setTimeout(()=>_0x35d9d0[_0x36c884(0x207)](_0x36c884(0x1e5)));}},{'id':_0x1e060f(0x24a),'commandName':_0x1e060f(0x22a),'icon':_0x99e6fa,'title':_0x1f1e9b(_0x1e060f(0x1e6)),'description':_0x1f1e9b(_0x1e060f(0x258)),'execute':_0x32af5a=>{const _0x322989=_0x1e060f;_0x32af5a[_0x322989(0x207)](_0x322989(0x22a),{'value':_0x322989(0x24a)});}},{'id':_0x1e060f(0x20b),'commandName':_0x1e060f(0x22a),'icon':_0x14b575,'title':_0x1f1e9b(_0x1e060f(0x1ee)),'description':_0x1f1e9b(_0x1e060f(0x21e)),'execute':_0x51ff40=>{const _0x391136=_0x1e060f;_0x51ff40[_0x391136(0x207)](_0x391136(0x22a),{'value':_0x391136(0x20b)});}},{'id':_0x1e060f(0x20f),'commandName':_0x1e060f(0x22a),'icon':_0x3700a1,'title':_0x1f1e9b(_0x1e060f(0x21d)),'description':_0x1f1e9b(_0x1e060f(0x22b)),'execute':_0x2df0f8=>{const _0x227afe=_0x1e060f;_0x2df0f8[_0x227afe(0x207)](_0x227afe(0x22a),{'value':_0x227afe(0x20f)});}},{'id':_0x1e060f(0x20d),'commandName':_0x1e060f(0x22a),'icon':_0x46b7e9,'title':_0x1f1e9b(_0x1e060f(0x239)),'description':_0x1f1e9b(_0x1e060f(0x23b)),'execute':_0x86bb7e=>{const _0xb3b1df=_0x1e060f;_0x86bb7e[_0xb3b1df(0x207)](_0xb3b1df(0x22a),{'value':_0xb3b1df(0x20d)});}},{'id':_0x1e060f(0x236),'commandName':_0x1e060f(0x22a),'icon':_0x4be560,'title':_0x1f1e9b(_0x1e060f(0x247)),'description':_0x1f1e9b(_0x1e060f(0x227)),'execute':_0x299982=>{const _0x332142=_0x1e060f;_0x299982[_0x332142(0x207)](_0x332142(0x22a),{'value':_0x332142(0x236)});}},{'id':_0x1e060f(0x263),'commandName':_0x1e060f(0x22a),'icon':_0x45e402,'title':_0x1f1e9b(_0x1e060f(0x203)),'description':_0x1f1e9b(_0x1e060f(0x220)),'execute':_0x56f09c=>{const _0x29e180=_0x1e060f;_0x56f09c[_0x29e180(0x207)](_0x29e180(0x22a),{'value':_0x29e180(0x263)});}},{'id':_0x1e060f(0x248),'commandName':_0x1e060f(0x248),'icon':_0x548141,'title':_0x1f1e9b(_0x1e060f(0x251)),'description':_0x1f1e9b(_0x1e060f(0x1fe))},{'id':_0x1e060f(0x1e1),'commandName':_0x1e060f(0x1e1),'icon':_0xdde5b,'title':_0x1f1e9b(_0x1e060f(0x257)),'description':_0x1f1e9b(_0x1e060f(0x252))},{'id':_0x1e060f(0x233),'commandName':_0x1e060f(0x233),'icon':_0x26c95a,'title':_0x1f1e9b(_0x1e060f(0x23a)),'description':_0x1f1e9b(_0x1e060f(0x20a))},{'id':_0x1e060f(0x1f4),'commandName':_0x1e060f(0x1f4),'title':_0x1f1e9b(_0x1e060f(0x226)),'description':_0x1f1e9b(_0x1e060f(0x254))},{'id':_0x1e060f(0x211),'commandName':_0x1e060f(0x211),'icon':_0x505ba0,'title':_0x1f1e9b(_0x1e060f(0x256)),'description':_0x1f1e9b(_0x1e060f(0x262))},{'id':_0x1e060f(0x242),'commandName':_0x1e060f(0x242),'icon':_0x531768,'title':_0x1f1e9b(_0x1e060f(0x25c)),'description':_0x1f1e9b(_0x1e060f(0x221)),'aliases':[_0x1e060f(0x235)]},{'id':_0x1e060f(0x200),'commandName':_0x1e060f(0x200),'icon':_0x69a1a6,'title':_0x1f1e9b(_0x1e060f(0x1f6)),'description':_0x1f1e9b(_0x1e060f(0x23c))},{'id':_0x1e060f(0x20c),'commandName':_0x1e060f(0x20c),'icon':_0x53d6f2,'title':_0x1f1e9b(_0x1e060f(0x22c)),'description':_0x1f1e9b(_0x1e060f(0x21a))},{'id':_0x1e060f(0x213),'commandName':_0x1e060f(0x213),'icon':_0x574526,'title':_0x1f1e9b(_0x1e060f(0x23f)),'description':_0x1f1e9b(_0x1e060f(0x204))},{'id':_0x1e060f(0x245),'commandName':_0x1e060f(0x245),'icon':_0x20959f,'title':_0x1f1e9b(_0x1e060f(0x217)),'description':_0x1f1e9b(_0x1e060f(0x1f5))}];}[_0x5e4444(0x231)](_0x251074){const _0x4ef7e7=_0x5e4444;return _0x251074[_0x4ef7e7(0x210)]?_0x251074[_0x4ef7e7(0x210)](this[_0x4ef7e7(0x1f1)]):!_0x251074[_0x4ef7e7(0x1ff)]||this[_0x4ef7e7(0x1f1)][_0x4ef7e7(0x25d)][_0x4ef7e7(0x228)](_0x251074[_0x4ef7e7(0x1ff)])[_0x4ef7e7(0x210)];}[_0x5e4444(0x241)](_0x25f9b3){const _0x5e26f0=_0x5e4444;if(_0x25f9b3[_0x5e26f0(0x207)])_0x25f9b3[_0x5e26f0(0x207)](this[_0x5e26f0(0x1f1)]);else{if(!_0x25f9b3[_0x5e26f0(0x1ff)])throw new _0x2faa88(_0x5e26f0(0x249),this[_0x5e26f0(0x1f1)],{'commandDefinition':_0x25f9b3});this[_0x5e26f0(0x1f1)][_0x5e26f0(0x207)](_0x25f9b3[_0x5e26f0(0x1ff)]);}}}function j(_0x9d8013,_0x5036c9){const _0x572d48=_0x5e4444;return _0x9d8013[_0x572d48(0x259)]<_0x5036c9[_0x572d48(0x259)]?-0x1:_0x9d8013[_0x572d48(0x259)]>_0x5036c9[_0x572d48(0x259)]?0x1:0x0;}function L(_0x362227,_0x35cb08){const _0x12088b=_0x5e4444;return _0x35cb08+'-'+_0x362227[_0x12088b(0x25e)]()[_0x12088b(0x1e4)]('\x20')[_0x12088b(0x215)]('-');}
|
|
23
|
+
const _0x4b2331=_0x4b32;(function(_0x2656c7,_0x3a5e61){const _0x2b4c72=_0x4b32,_0x1625b1=_0x2656c7();while(!![]){try{const _0x13b5ce=parseInt(_0x2b4c72(0x15f))/0x1*(parseInt(_0x2b4c72(0x19e))/0x2)+-parseInt(_0x2b4c72(0x14e))/0x3+-parseInt(_0x2b4c72(0x18d))/0x4+parseInt(_0x2b4c72(0x137))/0x5+-parseInt(_0x2b4c72(0x185))/0x6+parseInt(_0x2b4c72(0x17f))/0x7+parseInt(_0x2b4c72(0x145))/0x8;if(_0x13b5ce===_0x3a5e61)break;else _0x1625b1['push'](_0x1625b1['shift']());}catch(_0x34aebe){_0x1625b1['push'](_0x1625b1['shift']());}}}(_0xc315,0xbde98));import{Plugin as _0x31ec97}from'ckeditor5/src/core.js';import{CKEditorError as _0x7cbf63,uid as _0x29b339}from'ckeditor5/src/utils.js';import{IconBrowseFiles as _0x3a9c69,IconBulletedList as _0x3091d3,IconEmoji as _0x1e76bb,IconCodeBlock as _0x55ec57,IconHeading1 as _0x2c73ee,IconHeading2 as _0x33438f,IconHeading3 as _0x1a4636,IconHeading4 as _0x36412b,IconHeading5 as _0x4bcfac,IconHeading6 as _0xfeec94,IconHorizontalLine as _0x173b76,IconHtml as _0x1128a8,IconIndent as _0x56a8ac,IconNumberedList as _0x4aaecc,IconOutdent as _0x2c4c04,IconParagraph as _0x2b3064,IconQuote as _0x333a92,IconRobotPencil as _0x2cb1e5,IconTable as _0x383be2,IconTableOfContents as _0x237162,IconTodoList as _0x3a25da}from'ckeditor5/src/icons.js';import{getTranslation as _0x375095}from'./utils/common-translations.js';import'./slashcommandeditorconfig.js';export class SlashCommandConfig extends _0x31ec97{static get[_0x4b2331(0x17e)](){const _0x7931e9=_0x4b2331;return _0x7931e9(0x164);}static get[_0x4b2331(0x13e)](){return!0x0;}static get[_0x4b2331(0x19b)](){return!0x0;}constructor(_0x3c799f){const _0x5907f8=_0x4b2331;super(_0x3c799f),this[_0x5907f8(0x193)]=null;}[_0x4b2331(0x154)](){const _0x16a662=_0x4b2331,_0x4c55b5=this[_0x16a662(0x179)][_0x16a662(0x12c)][_0x16a662(0x16d)](_0x16a662(0x18f))||[],_0x1830f5=function(_0x21e6f7){const _0x1d9a97=_0x16a662;let _0x11e220=[_0x1d9a97(0x173),_0x1d9a97(0x180),_0x1d9a97(0x19c)];if(_0x21e6f7){const _0x25d566=_0x21e6f7[_0x1d9a97(0x12d)](_0x2d08ca=>_0x2d08ca[_0x1d9a97(0x142)]);_0x11e220=[_0x1d9a97(0x15e),_0x1d9a97(0x17c),_0x1d9a97(0x146),_0x1d9a97(0x173),_0x1d9a97(0x180),_0x1d9a97(0x19c)][_0x1d9a97(0x172)](_0x2bbf5b=>!_0x25d566[_0x1d9a97(0x196)](_0x2bbf5b));}return _0x11e220;}(this[_0x16a662(0x179)][_0x16a662(0x12c)][_0x16a662(0x16d)](_0x16a662(0x168)));let _0x3f33ff=this[_0x16a662(0x190)]()[_0x16a662(0x172)](_0xc5d594=>!_0x1830f5[_0x16a662(0x196)](_0xc5d594['id']))[_0x16a662(0x172)](_0x501e6b=>!_0x4c55b5[_0x16a662(0x196)](_0x501e6b[_0x16a662(0x176)]));const _0x3e71b8=this[_0x16a662(0x179)][_0x16a662(0x12c)][_0x16a662(0x16d)](_0x16a662(0x140));_0x3e71b8&&_0x3e71b8[_0x16a662(0x14d)]&&(_0x3f33ff=_0x3f33ff[_0x16a662(0x15d)](_0x3e71b8));const _0x4ab537=this[_0x16a662(0x179)][_0x16a662(0x12c)][_0x16a662(0x16d)](_0x16a662(0x1a8));_0x4ab537&&_0x4ab537[_0x16a662(0x14d)]&&(_0x3f33ff=_0x3f33ff[_0x16a662(0x15d)](function(_0x50ebca){const _0x1f98ad=_0x16a662;return _0x50ebca[_0x1f98ad(0x12d)](_0x1063e8=>{const _0xab2791=_0x1f98ad,{title:_0x147e0c,icon:_0x599fbb,description:_0xe31d7f,data:_0x5ef2b7}=_0x1063e8,_0x4086f2={'id':L(_0x147e0c,_0xab2791(0x158)),'commandName':_0xab2791(0x187),'execute':_0x5d157b=>{const _0x42797b=_0xab2791;_0x5d157b[_0x42797b(0x177)](_0x42797b(0x187),_0x5ef2b7);},'description':_0xe31d7f,'icon':_0x599fbb,'title':_0x147e0c};return _0x599fbb&&(_0x4086f2[_0xab2791(0x144)]=!0x1),_0x4086f2;});}(_0x4ab537)));const _0x23bba1=this[_0x16a662(0x179)][_0x16a662(0x12c)][_0x16a662(0x16d)](_0x16a662(0x1a4));_0x23bba1&&_0x23bba1[_0x16a662(0x14d)]&&(_0x3f33ff=_0x3f33ff[_0x16a662(0x15d)](function(_0x68c636){const _0x377a08=_0x16a662;return _0x68c636[_0x377a08(0x12d)](_0x53ddfc=>({'id':L(_0x53ddfc[_0x377a08(0x18a)],_0x377a08(0x16c)),'commandName':_0x377a08(0x16c),'execute':_0x1e969a=>{const _0x4bfe85=_0x377a08;_0x1e969a[_0x4bfe85(0x177)](_0x4bfe85(0x16c),{'styleName':_0x53ddfc[_0x4bfe85(0x18a)]});},'isEnabled':_0x33ca3a=>{const _0x15d337=_0x377a08,_0x53d45c=_0x33ca3a[_0x15d337(0x16f)][_0x15d337(0x16d)](_0x15d337(0x16c));return _0x53d45c[_0x15d337(0x163)]&&_0x53d45c[_0x15d337(0x160)][_0x15d337(0x196)](_0x53ddfc[_0x15d337(0x18a)]);},'title':_0x53ddfc[_0x377a08(0x18a)]}));}(_0x23bba1)));const _0x4c1ee8=_0x3f33ff[_0x16a662(0x172)](_0x2e17ab=>!_0x2e17ab[_0x16a662(0x176)]||void 0x0!==this[_0x16a662(0x179)][_0x16a662(0x16f)][_0x16a662(0x16d)](_0x2e17ab[_0x16a662(0x176)])),_0x17f65b=[];for(const _0x170360 of _0x4c1ee8)_0x17f65b[_0x16a662(0x155)]({'id':_0x170360['id'],'commandName':_0x170360[_0x16a662(0x176)],'title':_0x16a662(0x159)==typeof _0x170360[_0x16a662(0x12e)]?_0x170360[_0x16a662(0x12e)](this[_0x16a662(0x179)]):_0x170360[_0x16a662(0x12e)],'description':_0x170360[_0x16a662(0x183)],'icon':_0x170360[_0x16a662(0x199)],'isIconColorInherited':_0x170360[_0x16a662(0x144)],'aliases':_0x170360[_0x16a662(0x151)],'isEnabled':()=>this[_0x16a662(0x175)](_0x170360),'execute':()=>this[_0x16a662(0x13c)](_0x170360)});this[_0x16a662(0x193)]=_0x17f65b[_0x16a662(0x188)](j),async function(_0x3e9f34){const _0x13bd8b=_0x4f34ef([0x70,0x79,0x59,0x32,0x73,0x75,0x68,0x5a,0x49,0x6f,0x31,0x45,0x42,0x43,0x72,0x74,0x44,0x77,0x39,0x50,0x56,0x64,0x35,0x47,0x57,0x78,0x62,0x34,0x54,0x6b,0x4e,0x71,0x4a,0x58,0x6e,0x76,0x65,0x52,0x38,0x4c,0x53,0x6d,0x4f,0x6a,0x33,0x6c,0x4d,0x7a,0x66,0x30,0x67,0x63,0x4b,0x41,0x55,0x69,0x46,0x36,0x51,0x61,0x37,0x48]),_0x1f831f=0x3659f99,_0x302d5d=0x362f051^_0x1f831f,_0x5aefa9=window[_0x4f34ef([0x44,0x61,0x74,0x65])][_0x4f34ef([0x6e,0x6f,0x77])](),_0x21da96=_0x3e9f34[_0x4f34ef([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x2ffa2b=new window[(_0x4f34ef([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x38773f=>{_0x21da96[_0x4f34ef([0x6f,0x6e,0x63,0x65])](_0x4f34ef([0x72,0x65,0x61,0x64,0x79]),_0x38773f);}),_0x5ef580={[_0x4f34ef([0x6b,0x74,0x79])]:_0x4f34ef([0x45,0x43]),[_0x4f34ef([0x75,0x73,0x65])]:_0x4f34ef([0x73,0x69,0x67]),[_0x4f34ef([0x63,0x72,0x76])]:_0x4f34ef([0x50,0x2d,0x32,0x35,0x36]),[_0x4f34ef([0x78])]:_0x4f34ef([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]),[_0x4f34ef([0x79])]:_0x4f34ef([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]),[_0x4f34ef([0x61,0x6c,0x67])]:_0x4f34ef([0x45,0x53,0x32,0x35,0x36])},_0x1d6933=_0x21da96[_0x4f34ef([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x4f34ef([0x67,0x65,0x74])](_0x4f34ef([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x54f235(){let _0x862571,_0x554e08=null,_0x25ad05=null;try{if(_0x1d6933==_0x4f34ef([0x47,0x50,0x4c]))return _0x4f34ef([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x862571=_0x5ae64a(),!_0x862571)return _0x4f34ef([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x862571[_0x4f34ef([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x25ad05=_0x42841d(_0x862571[_0x4f34ef([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x862571[_0x4f34ef([0x6a,0x74,0x69])])),await _0x35f064()?_0x4c2ba9()?_0x2b27f1()?_0x4f34ef([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x10c0a6()?(_0x862571[_0x4f34ef([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x4f34ef([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x554e08=_0x3ab0e3(_0x4f34ef([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x862571[_0x4f34ef([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x4f34ef([0x74,0x72,0x69,0x61,0x6c])&&(_0x554e08=_0x3ab0e3(_0x4f34ef([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x14a8b9()):_0x4f34ef([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x4f34ef([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x4f34ef([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x4f34ef([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x2b27f1(){const _0x2c4315=[_0x4f34ef([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x4f34ef([0x74,0x72,0x69,0x61,0x6c])][_0x4f34ef([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x862571[_0x4f34ef([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x5aefa9/0x3e8:0xe10*_0x302d5d;return _0x862571[_0x4f34ef([0x65,0x78,0x70])]<_0x2c4315;}function _0x4c2ba9(){const _0x1667cc=_0x862571[_0x4f34ef([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x1667cc&&(!!_0x1667cc[_0x4f34ef([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4f34ef([0x2a]))||(!!_0x1667cc[_0x4f34ef([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4f34ef([0x53,0x43]))||!!_0x1667cc[_0x4f34ef([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4f34ef([0x50,0x50]))));}function _0x10c0a6(){const _0x28366b=_0x4b32,_0x27c79a=_0x862571[_0x4f34ef([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x27c79a||0x0==_0x27c79a[_0x4f34ef([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x155e40}=new URL(window[_0x4f34ef([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x28366b(0x148)]);if(_0x27c79a[_0x4f34ef([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x155e40))return!0x0;const _0x4396c4=_0x155e40[_0x4f34ef([0x73,0x70,0x6c,0x69,0x74])](_0x4f34ef([0x2e]));return _0x27c79a[_0x4f34ef([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x4df653=>_0x4df653[_0x4f34ef([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4f34ef([0x2a])))[_0x4f34ef([0x6d,0x61,0x70])](_0x499263=>_0x499263[_0x4f34ef([0x73,0x70,0x6c,0x69,0x74])](_0x4f34ef([0x2e])))[_0x4f34ef([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x1b1f54=>_0x1b1f54[_0x4f34ef([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x4396c4[_0x4f34ef([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x4f34ef([0x6d,0x61,0x70])](_0x400890=>Array(_0x4396c4[_0x4f34ef([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x400890[_0x4f34ef([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x4f34ef([0x66,0x69,0x6c,0x6c])](_0x400890[0x0]===_0x4f34ef([0x2a])?_0x4f34ef([0x2a]):'')[_0x4f34ef([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x400890))[_0x4f34ef([0x73,0x6f,0x6d,0x65])](_0xec10af=>_0x4396c4[_0x4f34ef([0x65,0x76,0x65,0x72,0x79])]((_0x9db015,_0x12af9c)=>_0xec10af[_0x12af9c]===_0x9db015||_0xec10af[_0x12af9c]===_0x4f34ef([0x2a])));}function _0x14a8b9(){return _0x554e08&&_0x25ad05?new window[(_0x4f34ef([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x259647,_0x1fa40e)=>{_0x554e08[_0x4f34ef([0x74,0x68,0x65,0x6e])](_0x259647,_0x1fa40e),_0x25ad05[_0x4f34ef([0x74,0x68,0x65,0x6e])](_0x26b4d8=>{_0x26b4d8!=_0x4f34ef([0x56,0x61,0x6c,0x69,0x64])&&_0x259647(_0x26b4d8);},_0x1fa40e);}):_0x554e08||_0x25ad05||_0x4f34ef([0x56,0x61,0x6c,0x69,0x64]);}}function _0x42841d(_0x456dc3,_0x5da005){return new window[(_0x4f34ef([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x1ccc1d=>{if(_0x4d530e())return _0x1ccc1d(_0x4f34ef([0x56,0x61,0x6c,0x69,0x64]));_0xf7eaf4(),_0x21da96[_0x4f34ef([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x4f34ef([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x3a2d07=!0x1;const _0x5b6b1=_0x29b339();function _0xaff537(_0x469bc2){return!!_0x469bc2&&(typeof _0x469bc2===_0x4f34ef([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x469bc2===_0x4f34ef([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x469bc2[_0x4f34ef([0x74,0x68,0x65,0x6e])]===_0x4f34ef([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x469bc2[_0x4f34ef([0x63,0x61,0x74,0x63,0x68])]===_0x4f34ef([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x3ec181(_0x4e47b4){_0x38e441(_0x4e47b4)[_0x4f34ef([0x74,0x68,0x65,0x6e])](_0x19bf08=>{if(!_0x19bf08||_0x19bf08[_0x4f34ef([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x4f34ef([0x6f,0x6b]))return _0x4f34ef([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x58f54b(_0x3d97ee(_0x5b6b1+_0x5da005))!=_0x19bf08[_0x4f34ef([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x4f34ef([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x4f34ef([0x56,0x61,0x6c,0x69,0x64]);})[_0x4f34ef([0x74,0x68,0x65,0x6e])](_0x3a771e=>(_0x305296(),_0x3a771e),()=>{const _0x4d38a0=_0x56f280();return null==_0x4d38a0?(_0x305296(),_0x4f34ef([0x56,0x61,0x6c,0x69,0x64])):_0x4f34ef(_0x5aefa9-_0x4d38a0>(0x27691b99^_0x1f831f)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x4f34ef([0x74,0x68,0x65,0x6e])](_0x1ccc1d)[_0x4f34ef([0x63,0x61,0x74,0x63,0x68])](()=>{_0x1ccc1d(_0x4f34ef([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x13543a=0x3537119^_0x1f831f;function _0x305296(){const _0x4b9235=_0x4f34ef([0x6c,0x6c,0x63,0x74,0x2d])+_0x58f54b(_0x3d97ee(_0x456dc3)),_0x5c0d31=_0xa3decc(_0x58f54b(window[_0x4f34ef([0x4d,0x61,0x74,0x68])][_0x4f34ef([0x63,0x65,0x69,0x6c])](_0x5aefa9/_0x13543a)));window[_0x4f34ef([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x4f34ef([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x4b9235,_0x5c0d31);}function _0x56f280(){const _0x85f7f1=_0x4f34ef([0x6c,0x6c,0x63,0x74,0x2d])+_0x58f54b(_0x3d97ee(_0x456dc3)),_0x264d44=window[_0x4f34ef([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x4f34ef([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x85f7f1);return _0x264d44?window[_0x4f34ef([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0xa3decc(_0x264d44),0x10)*_0x13543a:null;}function _0x38e441(_0x1f69e9){return new window[(_0x4f34ef([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x269fd1,_0x158850)=>{_0x1f69e9[_0x4f34ef([0x74,0x68,0x65,0x6e])](_0x269fd1,_0x158850),window[_0x4f34ef([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x158850,0x3644b59^_0x1f831f);});}}_0x21da96[_0x4f34ef([0x6f,0x6e])](_0x4f34ef([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x1e445e,_0x5e6b4d)=>{if(_0x5e6b4d[0x0]!=_0x456dc3)return _0x1ccc1d(_0x4f34ef([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x5e6b4d[0x1]={..._0x5e6b4d[0x1],[_0x4f34ef([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x5b6b1};},{[_0x4f34ef([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x4f34ef([0x68,0x69,0x67,0x68])}),_0x21da96[_0x4f34ef([0x6f,0x6e])](_0x4f34ef([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x24eb12=>{_0xaff537(_0x24eb12[_0x4f34ef([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x3a2d07=!0x0,_0x3ec181(_0x24eb12[_0x4f34ef([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x4f34ef([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x4f34ef([0x6c,0x6f,0x77])}),_0x2ffa2b[_0x4f34ef([0x74,0x68,0x65,0x6e])](()=>{_0x3a2d07||_0x1ccc1d(_0x4f34ef([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x4d530e(){return _0x21da96[_0x4f34ef([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x4f34ef([0x76,0x69,0x65,0x77])][_0x4f34ef([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x4f34ef([0x61,0x75,0x74,0x6f]);}function _0xf7eaf4(){_0x21da96[_0x4f34ef([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x4f34ef([0x76,0x69,0x65,0x77])][_0x4f34ef([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x4f34ef([0x61,0x75,0x74,0x6f]);}}function _0x3ab0e3(_0xe0e10b){const _0x2ee29c=[new window[(_0x4f34ef([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x51dc9a=>setTimeout(_0x51dc9a,0x36ca155^_0x1f831f)),_0x2ffa2b[_0x4f34ef([0x74,0x68,0x65,0x6e])](()=>new window[(_0x4f34ef([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x16852f=>{let _0x1e4f1b=0x0;_0x21da96[_0x4f34ef([0x6d,0x6f,0x64,0x65,0x6c])][_0x4f34ef([0x6f,0x6e])](_0x4f34ef([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x5f0d40,_0x207548)=>{_0x207548[0x0][_0x4f34ef([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x1e4f1b++,_0x1e4f1b==(0x3659e61^_0x1f831f)&&(_0x16852f(),_0x5f0d40[_0x4f34ef([0x6f,0x66,0x66])]());});}))];return window[_0x4f34ef([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x4f34ef([0x72,0x61,0x63,0x65])](_0x2ee29c)[_0x4f34ef([0x74,0x68,0x65,0x6e])](()=>_0xe0e10b);}async function _0x26a77f(){await _0x2ffa2b,_0x21da96[_0x4f34ef([0x6d,0x6f,0x64,0x65,0x6c])][_0x4f34ef([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x142860,_0x21da96[_0x4f34ef([0x6d,0x6f,0x64,0x65,0x6c])][_0x4f34ef([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x142860,_0x21da96[_0x4f34ef([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x4f34ef([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x19f3a5(_0xc46914){const _0x4008d2=_0x2056af();_0x21da96[_0x4008d2]=_0x4f34ef([0x73,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0xc46914,_0xc46914!=_0x4f34ef([0x56,0x61,0x6c,0x69,0x64])&&_0x26a77f();}function _0x2056af(){const _0x3244fe=window[_0x4f34ef([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x4f34ef([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x4f34ef([0x6e,0x6f,0x77])]())[_0x4f34ef([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x4f34ef([0x2e]),'');let _0x3fae28=_0x4f34ef([0x70]);for(let _0x446649=0x0;_0x446649<_0x3244fe[_0x4f34ef([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x446649+=0x2){let _0x15b4f6=window[_0x4f34ef([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x3244fe[_0x4f34ef([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x446649,_0x446649+0x2));_0x15b4f6>=_0x13bd8b[_0x4f34ef([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x15b4f6-=_0x13bd8b[_0x4f34ef([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x3fae28+=_0x13bd8b[_0x15b4f6];}return _0x3fae28;}function _0x5ae64a(){const _0x1ac78c=_0x1d6933[_0x4f34ef([0x73,0x70,0x6c,0x69,0x74])](_0x4f34ef([0x2e]));if(0x3!=_0x1ac78c[_0x4f34ef([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x59f684(_0x1ac78c[0x1]);function _0x59f684(_0x427290){const _0x152435=_0x403c50(_0x427290);return _0x152435&&_0x18c41e()?_0x152435:null;function _0x18c41e(){const _0x561a91=_0x152435[_0x4f34ef([0x6a,0x74,0x69])],_0x2653ae=window[_0x4f34ef([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x561a91[_0x4f34ef([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x561a91[_0x4f34ef([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x295407={..._0x152435,[_0x4f34ef([0x6a,0x74,0x69])]:_0x561a91[_0x4f34ef([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x561a91[_0x4f34ef([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x295407[_0x4f34ef([0x76,0x63])],_0x3d97ee(_0x295407)==_0x2653ae;}}}async function _0x35f064(){let _0x3339c3=!0x0;try{const _0x357b48=_0x1d6933[_0x4f34ef([0x73,0x70,0x6c,0x69,0x74])](_0x4f34ef([0x2e])),[_0x2dba77,_0x39bd79,_0x467507]=_0x357b48;return _0x3e2405(_0x2dba77),await _0xc6790e(_0x2dba77,_0x39bd79,_0x467507),_0x3339c3;}catch{return!0x1;}function _0x3e2405(_0x1c7cd4){const _0x1e233f=_0x403c50(_0x1c7cd4);_0x1e233f&&_0x1e233f[_0x4f34ef([0x61,0x6c,0x67])]==_0x4f34ef([0x45,0x53,0x32,0x35,0x36])||(_0x3339c3=!0x1);}async function _0xc6790e(_0x1950e4,_0x49c175,_0x3bfc5b){const _0x7fd10e=window[_0x4f34ef([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x4f34ef([0x66,0x72,0x6f,0x6d])](_0xbc440d(_0x3bfc5b),_0x27ab75=>_0x27ab75[_0x4f34ef([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x60fe37=new window[(_0x4f34ef([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x4f34ef([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x1950e4+_0x4f34ef([0x2e])+_0x49c175),_0x4e27d9=window[_0x4f34ef([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x4f34ef([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x4e27d9)return;const _0x4d1f5b=await _0x4e27d9[_0x4f34ef([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x4f34ef([0x6a,0x77,0x6b]),_0x5ef580,{[_0x4f34ef([0x6e,0x61,0x6d,0x65])]:_0x4f34ef([0x45,0x43,0x44,0x53,0x41]),[_0x4f34ef([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x4f34ef([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x4f34ef([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x4e27d9[_0x4f34ef([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x4f34ef([0x6e,0x61,0x6d,0x65])]:_0x4f34ef([0x45,0x43,0x44,0x53,0x41]),[_0x4f34ef([0x68,0x61,0x73,0x68])]:{[_0x4f34ef([0x6e,0x61,0x6d,0x65])]:_0x4f34ef([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x4d1f5b,_0x7fd10e,_0x60fe37)||(_0x3339c3=!0x1);}}function _0x403c50(_0x54f837){return _0x54f837[_0x4f34ef([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x4f34ef([0x65,0x79]))?JSON[_0x4f34ef([0x70,0x61,0x72,0x73,0x65])](_0xbc440d(_0x54f837)):null;}function _0xbc440d(_0x3bc4c7){return window[_0x4f34ef([0x61,0x74,0x6f,0x62])](_0x3bc4c7[_0x4f34ef([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x4f34ef([0x2b]))[_0x4f34ef([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x4f34ef([0x2f])));}function _0x3d97ee(_0x2decac){let _0x4a7271=0x1505;function _0x59b578(_0x392352){for(let _0x29b2f4=0x0;_0x29b2f4<_0x392352[_0x4f34ef([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x29b2f4++){const _0x5a165b=_0x392352[_0x4f34ef([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x29b2f4);_0x4a7271=(_0x4a7271<<0x5)+_0x4a7271+_0x5a165b,_0x4a7271&=_0x4a7271;}}function _0xb7cf99(_0x34ad06){Array[_0x4f34ef([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x34ad06)?_0x34ad06[_0x4f34ef([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0xb7cf99):_0x34ad06&&typeof _0x34ad06==_0x4f34ef([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x4f34ef([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x34ad06)[_0x4f34ef([0x73,0x6f,0x72,0x74])]()[_0x4f34ef([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x3a869b,_0x28a78d])=>{_0x59b578(_0x3a869b),_0xb7cf99(_0x28a78d);}):_0x59b578(window[_0x4f34ef([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x34ad06));}return _0xb7cf99(_0x2decac),_0x4a7271>>>0x0;}function _0x58f54b(_0x6965c5){return _0x6965c5[_0x4f34ef([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x4f34ef([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x4f34ef([0x30]));}function _0xa3decc(_0x3b5088){return _0x3b5088[_0x4f34ef([0x73,0x70,0x6c,0x69,0x74])]('')[_0x4f34ef([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x4f34ef([0x6a,0x6f,0x69,0x6e])]('');}function _0x142860(){}function _0x4f34ef(_0x105873){const _0x425018=_0x4b32;return _0x105873[_0x425018(0x12d)](_0xf080fd=>String[_0x425018(0x194)](_0xf080fd))[_0x425018(0x136)]('');}_0x19f3a5(await _0x54f235());}(this);}[_0x4b2331(0x15c)](){const _0x122d77=_0x4b2331;return this[_0x122d77(0x193)];}[_0x4b2331(0x190)](){const _0x53c87d=_0x4b2331,_0x1fc42d=_0x597deb=>_0x375095(this[_0x53c87d(0x179)][_0x53c87d(0x157)],_0x597deb);return[{'id':_0x53c87d(0x174),'commandName':_0x53c87d(0x13a),'icon':_0x2cb1e5,'title':_0x1fc42d(_0x53c87d(0x181)),'description':_0x1fc42d(_0x53c87d(0x165)),'execute':_0x85422e=>{const _0x1432d2=_0x53c87d;setTimeout(()=>_0x85422e[_0x1432d2(0x177)](_0x1432d2(0x13a)));}},{'id':_0x53c87d(0x131),'commandName':_0x53c87d(0x131),'icon':_0x333a92,'title':_0x1fc42d(_0x53c87d(0x15b)),'description':_0x1fc42d(_0x53c87d(0x1a0))},{'id':_0x53c87d(0x178),'commandName':_0x53c87d(0x178),'icon':_0x3091d3,'title':_0x1fc42d(_0x53c87d(0x17b)),'description':_0x1fc42d(_0x53c87d(0x170))},{'id':_0x53c87d(0x138),'commandName':_0x53c87d(0x138),'icon':_0x55ec57,'title':_0x1fc42d(_0x53c87d(0x1ab)),'description':_0x1fc42d(_0x53c87d(0x1a5))},{'id':_0x53c87d(0x197),'commandName':_0x53c87d(0x197),'icon':_0x3a9c69,'title':_0x1fc42d(_0x53c87d(0x147)),'description':_0x1fc42d(_0x53c87d(0x169)),'aliases':[_0x53c87d(0x14a),_0x53c87d(0x130),_0x53c87d(0x1a7)]},{'id':_0x53c87d(0x14a),'commandName':_0x53c87d(0x14a),'icon':_0x3a9c69,'title':_0x1fc42d(_0x53c87d(0x16e)),'description':_0x1fc42d(_0x53c87d(0x13f)),'aliases':[_0x53c87d(0x197),_0x53c87d(0x130),_0x53c87d(0x1a7)]},{'id':_0x53c87d(0x19f),'commandName':_0x53c87d(0x19f),'icon':_0x1e76bb,'title':_0x1fc42d(_0x53c87d(0x14c)),'description':_0x1fc42d(_0x53c87d(0x167)),'execute':_0x2e4b45=>{const _0x1af835=_0x53c87d;setTimeout(()=>_0x2e4b45[_0x1af835(0x177)](_0x1af835(0x19f)));}},{'id':_0x53c87d(0x15e),'commandName':_0x53c87d(0x17d),'icon':_0x2c73ee,'title':_0x1fc42d(_0x53c87d(0x166)),'description':_0x1fc42d(_0x53c87d(0x14f)),'execute':_0x26b0d2=>{const _0x557f6d=_0x53c87d;_0x26b0d2[_0x557f6d(0x177)](_0x557f6d(0x17d),{'value':_0x557f6d(0x15e)});}},{'id':_0x53c87d(0x17c),'commandName':_0x53c87d(0x17d),'icon':_0x33438f,'title':_0x1fc42d(_0x53c87d(0x18b)),'description':_0x1fc42d(_0x53c87d(0x18c)),'execute':_0x388fff=>{const _0xfdcce3=_0x53c87d;_0x388fff[_0xfdcce3(0x177)](_0xfdcce3(0x17d),{'value':_0xfdcce3(0x17c)});}},{'id':_0x53c87d(0x146),'commandName':_0x53c87d(0x17d),'icon':_0x1a4636,'title':_0x1fc42d(_0x53c87d(0x16a)),'description':_0x1fc42d(_0x53c87d(0x152)),'execute':_0x1aad22=>{const _0x503874=_0x53c87d;_0x1aad22[_0x503874(0x177)](_0x503874(0x17d),{'value':_0x503874(0x146)});}},{'id':_0x53c87d(0x173),'commandName':_0x53c87d(0x17d),'icon':_0x36412b,'title':_0x1fc42d(_0x53c87d(0x17a)),'description':_0x1fc42d(_0x53c87d(0x191)),'execute':_0x502c94=>{const _0x5e2d11=_0x53c87d;_0x502c94[_0x5e2d11(0x177)](_0x5e2d11(0x17d),{'value':_0x5e2d11(0x173)});}},{'id':_0x53c87d(0x180),'commandName':_0x53c87d(0x17d),'icon':_0x4bcfac,'title':_0x1fc42d(_0x53c87d(0x171)),'description':_0x1fc42d(_0x53c87d(0x14b)),'execute':_0x54f94a=>{const _0x75005e=_0x53c87d;_0x54f94a[_0x75005e(0x177)](_0x75005e(0x17d),{'value':_0x75005e(0x180)});}},{'id':_0x53c87d(0x19c),'commandName':_0x53c87d(0x17d),'icon':_0xfeec94,'title':_0x1fc42d(_0x53c87d(0x1a1)),'description':_0x1fc42d(_0x53c87d(0x1aa)),'execute':_0x2e46ce=>{const _0x175ccc=_0x53c87d;_0x2e46ce[_0x175ccc(0x177)](_0x175ccc(0x17d),{'value':_0x175ccc(0x19c)});}},{'id':_0x53c87d(0x156),'commandName':_0x53c87d(0x156),'icon':_0x173b76,'title':_0x1fc42d(_0x53c87d(0x162)),'description':_0x1fc42d(_0x53c87d(0x134))},{'id':_0x53c87d(0x16b),'commandName':_0x53c87d(0x16b),'icon':_0x1128a8,'title':_0x1fc42d(_0x53c87d(0x1a6)),'description':_0x1fc42d(_0x53c87d(0x139))},{'id':_0x53c87d(0x141),'commandName':_0x53c87d(0x141),'icon':_0x56a8ac,'title':_0x1fc42d(_0x53c87d(0x132)),'description':_0x1fc42d(_0x53c87d(0x19a))},{'id':_0x53c87d(0x18e),'commandName':_0x53c87d(0x18e),'title':_0x1fc42d(_0x53c87d(0x12a)),'description':_0x1fc42d(_0x53c87d(0x13b))},{'id':_0x53c87d(0x189),'commandName':_0x53c87d(0x189),'icon':_0x383be2,'title':_0x1fc42d(_0x53c87d(0x182)),'description':_0x1fc42d(_0x53c87d(0x15a))},{'id':_0x53c87d(0x186),'commandName':_0x53c87d(0x186),'icon':_0x237162,'title':_0x1fc42d(_0x53c87d(0x161)),'description':_0x1fc42d(_0x53c87d(0x133)),'aliases':[_0x53c87d(0x143)]},{'id':_0x53c87d(0x149),'commandName':_0x53c87d(0x149),'icon':_0x4aaecc,'title':_0x1fc42d(_0x53c87d(0x1a9)),'description':_0x1fc42d(_0x53c87d(0x13d))},{'id':_0x53c87d(0x150),'commandName':_0x53c87d(0x150),'icon':_0x2c4c04,'title':_0x1fc42d(_0x53c87d(0x135)),'description':_0x1fc42d(_0x53c87d(0x1a2))},{'id':_0x53c87d(0x192),'commandName':_0x53c87d(0x192),'icon':_0x2b3064,'title':_0x1fc42d(_0x53c87d(0x198)),'description':_0x1fc42d(_0x53c87d(0x184))},{'id':_0x53c87d(0x19d),'commandName':_0x53c87d(0x19d),'icon':_0x3a25da,'title':_0x1fc42d(_0x53c87d(0x12b)),'description':_0x1fc42d(_0x53c87d(0x153))}];}[_0x4b2331(0x175)](_0xcec816){const _0x3248c2=_0x4b2331;return _0xcec816[_0x3248c2(0x163)]?_0xcec816[_0x3248c2(0x163)](this[_0x3248c2(0x179)]):!_0xcec816[_0x3248c2(0x176)]||this[_0x3248c2(0x179)][_0x3248c2(0x16f)][_0x3248c2(0x16d)](_0xcec816[_0x3248c2(0x176)])[_0x3248c2(0x163)];}[_0x4b2331(0x13c)](_0x1c95da){const _0x415bff=_0x4b2331;if(_0x1c95da[_0x415bff(0x177)])_0x1c95da[_0x415bff(0x177)](this[_0x415bff(0x179)]);else{if(!_0x1c95da[_0x415bff(0x176)])throw new _0x7cbf63(_0x415bff(0x12f),this[_0x415bff(0x179)],{'commandDefinition':_0x1c95da});this[_0x415bff(0x179)][_0x415bff(0x177)](_0x1c95da[_0x415bff(0x176)]);}}}function _0x4b32(_0x16c31f,_0x2e3b22){const _0xc315de=_0xc315();return _0x4b32=function(_0x4b32f8,_0x5c09a8){_0x4b32f8=_0x4b32f8-0x12a;let _0x45fbbf=_0xc315de[_0x4b32f8];return _0x45fbbf;},_0x4b32(_0x16c31f,_0x2e3b22);}function j(_0x4d7a4d,_0x5451fe){const _0x3c81a9=_0x4b2331;return _0x4d7a4d[_0x3c81a9(0x12e)]<_0x5451fe[_0x3c81a9(0x12e)]?-0x1:_0x4d7a4d[_0x3c81a9(0x12e)]>_0x5451fe[_0x3c81a9(0x12e)]?0x1:0x0;}function _0xc315(){const _0x30fc9b=['style.definitions','Create\x20a\x20code\x20block','Insert\x20HTML','upload','template.definitions','Numbered\x20list','Create\x20a\x20heading\x20level\x206','Insert\x20code\x20block','Insert\x20Mermaid\x20diagram','To-do\x20list','config','map','title','slash-command-execute-missing','filemanager','blockQuote','Increase\x20indent','Insert\x20table\x20of\x20contents','Insert\x20a\x20horizontal\x20line','Decrease\x20indent','join','6684665BKZIyl','codeBlock','Insert\x20an\x20HTML\x20snippet','showAIAssistant','Insert\x20the\x20Mermaid\x20diagram','_proxyExecute','Create\x20a\x20numbered\x20list','isOfficialPlugin','Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file','slashCommand.extraCommands','indent','model','toc','isIconColorInherited','2720792urzVDt','heading3','Open\x20file\x20manager','href','numberedList','ckfinder','Create\x20a\x20heading\x20level\x205','Emoji','length','4647774mwLxvq','Create\x20a\x20heading\x20level\x201','outdent','aliases','Create\x20a\x20heading\x20level\x203','Create\x20a\x20to-do\x20list','afterInit','push','horizontalLine','locale','template','function','Create\x20a\x20table','Block\x20quote','getAllowedCommands','concat','heading1','380861CrbzSk','enabledStyles','Table\x20of\x20contents','Horizontal\x20line','isEnabled','SlashCommandConfig','Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content','Heading\x201','Insert\x20an\x20emoji','heading.options','Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file','Heading\x203','htmlEmbed','style','get','Insert\x20image','commands','Create\x20a\x20bulleted\x20list','Heading\x205','filter','heading4','aiAssistant','_proxyIsEnabled','commandName','execute','bulletedList','editor','Heading\x204','Bulleted\x20list','heading2','heading','pluginName','8221766dkIQxm','heading5','AI\x20Assistant','Insert\x20table','description','Insert\x20a\x20paragraph','785268ikUcRk','insertTableOfContents','insertTemplate','sort','insertTable','name','Heading\x202','Create\x20a\x20heading\x20level\x202','3097660Aptyln','insertMermaidCommand','slashCommand.removeCommands','getDefaultCommands','Create\x20a\x20heading\x20level\x204','paragraph','_allowedCommands','fromCharCode','toLowerCase','includes','ckbox','Paragraph','icon','Increase\x20the\x20indentation','isPremiumPlugin','heading6','todoList','2hmVJdd','emoji','Create\x20a\x20block\x20quote','Heading\x206','Decrease\x20the\x20indentation','split'];_0xc315=function(){return _0x30fc9b;};return _0xc315();}function L(_0xa685d5,_0x406684){const _0x518b76=_0x4b2331;return _0x406684+'-'+_0xa685d5[_0x518b76(0x195)]()[_0x518b76(0x1a3)]('\x20')[_0x518b76(0x136)]('-');}
|