@ckeditor/ckeditor5-slash-command 45.2.1-alpha.2 → 45.2.1-alpha.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/slash-command.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +10 -10
- package/src/slashcommandconfig.js +1 -1
package/build/slash-command.js
CHANGED
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
/*!
|
|
3
3
|
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
|
|
4
4
|
* For licensing, see LICENSE.md.
|
|
5
|
-
*/(()=>{var e={168:e=>{"use strict";e.exports=function(e){return e[1]}},237:e=>{"use strict";e.exports=CKEditor5.dll},262:e=>{"use strict";var t={};e.exports=function(e,n){var a=function(e){if(void 0===t[e]){var n=document.querySelector(e);if(window.HTMLIFrameElement&&n instanceof window.HTMLIFrameElement)try{n=n.contentDocument.head}catch(e){n=null}t[e]=n}return t[e]}(e);if(!a)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");a.appendChild(n)}},311:(e,t,n)=>{e.exports=n(237)("./src/ui.js")},355:(e,t,n)=>{e.exports=n(237)("./src/icons.js")},357:e=>{"use strict";e.exports=function(e){var t=document.createElement("style");return e.setAttributes(t,e.attributes),e.insert(t,e.options),t}},433:e=>{"use strict";e.exports=function(e){var t=[];return t.toString=function(){return this.map((function(t){var n="",a=void 0!==t[5];return t[4]&&(n+="@supports (".concat(t[4],") {")),t[2]&&(n+="@media ".concat(t[2]," {")),a&&(n+="@layer".concat(t[5].length>0?" ".concat(t[5]):""," {")),n+=e(t),a&&(n+="}"),t[2]&&(n+="}"),t[4]&&(n+="}"),n})).join("")},t.i=function(e,n,a,r,i){"string"==typeof e&&(e=[[null,e,void 0]]);var s={};if(a)for(var o=0;o<this.length;o++){var c=this[o][0];null!=c&&(s[c]=!0)}for(var l=0;l<e.length;l++){var d=[].concat(e[l]);a&&s[d[0]]||(void 0!==i&&(void 0===d[5]||(d[1]="@layer".concat(d[5].length>0?" ".concat(d[5]):""," {").concat(d[1],"}")),d[5]=i),n&&(d[2]?(d[1]="@media ".concat(d[2]," {").concat(d[1],"}"),d[2]=n):d[2]=n),r&&(d[4]?(d[1]="@supports (".concat(d[4],") {").concat(d[1],"}"),d[4]=r):d[4]="".concat(r)),t.push(d))}},t}},545:e=>{"use strict";var t,n=(t=[],function(e,n){return t[e]=n,t.filter(Boolean).join("\n")});function a(e,t,a,r){var i;if(a)i="";else{i="",r.supports&&(i+="@supports (".concat(r.supports,") {")),r.media&&(i+="@media ".concat(r.media," {"));var s=void 0!==r.layer;s&&(i+="@layer".concat(r.layer.length>0?" ".concat(r.layer):""," {")),i+=r.css,s&&(i+="}"),r.media&&(i+="}"),r.supports&&(i+="}")}if(e.styleSheet)e.styleSheet.cssText=n(t,i);else{var o=document.createTextNode(i),c=e.childNodes;c[t]&&e.removeChild(c[t]),c.length?e.insertBefore(o,c[t]):e.appendChild(o)}}var r={singleton:null,singletonCounter:0};e.exports=function(e){if("undefined"==typeof document)return{update:function(){},remove:function(){}};var t=r.singletonCounter++,n=r.singleton||(r.singleton=e.insertStyleElement(e));return{update:function(e){a(n,t,!1,e)},remove:function(e){a(n,t,!0,e)}}}},584:(e,t,n)=>{e.exports=n(237)("./src/utils.js")},655:(e,t,n)=>{"use strict";n.d(t,{A:()=>o});var a=n(168),r=n.n(a),i=n(433),s=n.n(i)()(r());s.push([e.id,":root{--ck-slash-command-button-width:250px;--ck-slash-command-description-width:200px}.ck-mentions .ck.ck-button.ck-slash-command-button{display:flex;justify-content:flex-start;padding:calc(var(--ck-line-height-base)*.2*var(--ck-font-size-base));width:var(--ck-slash-command-button-width)}.ck-mentions .ck.ck-button.ck-slash-command-button .ck.ck-icon{background-color:var(--ck-color-base-background);border-radius:2px;box-sizing:initial;color:var(--ck-color-base-text);flex-shrink:0;margin-left:0;padding:5px}[dir=ltr] .ck-mentions .ck.ck-button.ck-slash-command-button .ck.ck-icon{margin:0 var(--ck-spacing-small) 0 0}[dir=rtl] .ck-mentions .ck.ck-button.ck-slash-command-button .ck.ck-icon{margin:0 0 0 var(--ck-spacing-small)}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part{display:flex;flex-direction:column}[dir=ltr] .ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part{margin-left:var(--ck-spacing-small)}[dir=rtl] .ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part{margin-right:var(--ck-spacing-small)}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>span{line-height:1.2em}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-button__label,.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-slash-command-button__description{overflow:hidden;text-overflow:ellipsis;width:var(--ck-slash-command-description-width)}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-button__label{font-weight:700}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-slash-command-button__description{font-size:var(--ck-font-size-small);opacity:.75}.ck-mentions .ck.ck-button.ck-slash-command-button.ck-on>.ck-slash-command-button__text-part>span{color:var(--ck-color-list-button-on-text)}",""]);const o=s},667:e=>{"use strict";e.exports=function(e,t){Object.keys(t).forEach((function(n){e.setAttribute(n,t[n])}))}},673:e=>{"use strict";var t=[];function n(e){for(var n=-1,a=0;a<t.length;a++)if(t[a].identifier===e){n=a;break}return n}function a(e,a){for(var i={},s=[],o=0;o<e.length;o++){var c=e[o],l=a.base?c[0]+a.base:c[0],d=i[l]||0,u="".concat(l," ").concat(d);i[l]=d+1;var m=n(u),p={css:c[1],media:c[2],sourceMap:c[3],supports:c[4],layer:c[5]};if(-1!==m)t[m].references++,t[m].updater(p);else{var h=r(p,a);a.byIndex=o,t.splice(o,0,{identifier:u,updater:h,references:1})}s.push(u)}return s}function r(e,t){var n=t.domAPI(t);n.update(e);return function(t){if(t){if(t.css===e.css&&t.media===e.media&&t.sourceMap===e.sourceMap&&t.supports===e.supports&&t.layer===e.layer)return;n.update(e=t)}else n.remove()}}e.exports=function(e,r){var i=a(e=e||[],r=r||{});return function(e){e=e||[];for(var s=0;s<i.length;s++){var o=n(i[s]);t[o].references--}for(var c=a(e,r),l=0;l<i.length;l++){var d=n(i[l]);0===t[d].references&&(t[d].updater(),t.splice(d,1))}i=c}}},782:(e,t,n)=>{e.exports=n(237)("./src/core.js")}},t={};function n(a){var r=t[a];if(void 0!==r)return r.exports;var i=t[a]={id:a,exports:{}};return e[a](i,i.exports,n),i.exports}n.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return n.d(t,{a:t}),t},n.d=(e,t)=>{for(var a in t)n.o(t,a)&&!n.o(e,a)&&Object.defineProperty(e,a,{enumerable:!0,get:t[a]})},n.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),n.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var a={};(()=>{"use strict";n.r(a),n.d(a,{SlashCommand:()=>K,SlashCommandConfig:()=>c,SlashCommandEditing:()=>h,SlashCommandUI:()=>P});var e=n(782),t=n(584),r=n(355);const i=o;function s(){const e=["Create a heading level 5","showAIAssistant","blockQuote","style","locale","name","598367gOkfbA","isOfficialPlugin","config","Paragraph","Open the AI Assistant to generate content","468dojfmw","toLowerCase","Create a heading level 3","56YcQPIL","Create a heading level 6","Insert Mermaid diagram","Heading 3","pluginName","commands","aliases","template.definitions","Create a bulleted list","Decrease the indentation","horizontalLine","Create a to-do list","join","Bulleted list","_proxyExecute","Open file manager","enabledStyles","sort","commandName","push","length","32173HvrORN","Insert table of contents","emoji","Insert HTML","Create a numbered list","isEnabled","filter","isIconColorInherited","AI Assistant","insertTable","getDefaultCommands","Increase indent","style.definitions","408916gSwPHx","Heading 5","62KUxBZZ","Insert an emoji","Create a block quote","insertTableOfContents","slashCommand.extraCommands","113350qNLntC","Heading 2","fromCharCode","upload","Decrease indent","Create a table","template","Create a heading level 2","Emoji","icon","Insert a horizontal line","Heading 4","heading4","Create a heading level 4","slash-command-execute-missing","split","filemanager","Insert the Mermaid diagram","htmlEmbed","Insert table","concat","Insert a paragraph","description","To-do list","editor","title","Heading 1","Open file browser to insert an image or a file","Create a code block","numberedList","heading6","Insert code block","toc","isPremiumPlugin","ckfinder","Create a heading level 1","7336274yepcNg","_allowedCommands","insertMermaidCommand","Table of contents","model","getAllowedCommands","Horizontal line","execute","3015474WnNvwV","afterInit","Insert image","function","aiAssistant","insertTemplate","ckbox","todoList","heading.options","Numbered list","SlashCommandConfig","heading1","paragraph","Increase the indentation","heading5","href","5973612dgfAxw","Open file manager to insert an image or a file","5JAgbCx","Block quote","heading","codeBlock","heading3","outdent","indent","heading2","_proxyIsEnabled","map","slashCommand.removeCommands","Heading 6","bulletedList","includes","get","Insert an HTML snippet"];return(s=function(){return e})()}function o(e,t){const n=s();return(o=function(e,t){return n[e-=365]})(e,t)}!function(e){const t=o,n=e();for(;;)try{if(569183===-parseInt(t(477))/1*(-parseInt(t(492))/2)+-parseInt(t(408))/3+parseInt(t(490))/4+-parseInt(t(426))/5*(-parseInt(t(424))/6)+parseInt(t(448))/7*(-parseInt(t(456))/8)+parseInt(t(453))/9*(-parseInt(t(497))/10)+parseInt(t(400))/11)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(s);class c extends e.Plugin{static get[i(460)](){return i(418)}static get[i(449)](){return!0}static get[i(397)](){return!0}constructor(e){const t=i;super(e),this[t(401)]=null}[i(409)](){const e=i,n=this[e(388)][e(450)][e(440)](e(436))||[],a=function(t){const n=e;let a=[n(376),n(422),n(394)];if(t){const e=t[n(435)]((e=>e[n(404)]));a=[n(419),n(433),n(430),n(376),n(422),n(394)][n(483)]((t=>!e[n(439)](t)))}return a}(this[e(388)][e(450)][e(440)](e(416)));let r=this[e(487)]()[e(483)]((t=>!a[e(439)](t.id)))[e(483)]((t=>!n[e(439)](t[e(474)])));const s=this[e(388)][e(450)][e(440)](e(496));s&&s[e(476)]&&(r=r[e(384)](s));const c=this[e(388)][e(450)][e(440)](e(463));c&&c[e(476)]&&(r=r[e(384)](function(t){const n=e;return t[n(435)]((e=>{const t=n,{title:a,icon:r,description:i,data:s}=e,o={id:d(a,t(370)),commandName:t(413),execute:e=>{const n=t;e[n(407)](n(413),s)},description:i,icon:r,title:a};return r&&(o[t(484)]=!1),o}))}(c)));const u=this[e(388)][e(450)][e(440)](e(489));u&&u[e(476)]&&(r=r[e(384)](function(t){const n=e;return t[n(435)]((e=>({id:d(e[n(447)],n(445)),commandName:n(445),execute:t=>{const a=n;t[a(407)](a(445),{styleName:e[a(447)]})},isEnabled:t=>{const a=n,r=t[a(461)][a(440)](a(445));return r[a(482)]&&r[a(472)][a(439)](e[a(447)])},title:e[n(447)]})))}(u)));const m=r[e(483)]((t=>!t[e(474)]||void 0!==this[e(388)][e(461)][e(440)](t[e(474)]))),p=[];for(const t of m)p[e(475)]({id:t.id,commandName:t[e(474)],title:e(411)==typeof t[e(389)]?t[e(389)](this[e(388)]):t[e(389)],description:t[e(386)],icon:t[e(373)],isIconColorInherited:t[e(484)],aliases:t[e(462)],isEnabled:()=>this[e(434)](t),execute:()=>this[e(470)](t)});this[e(401)]=p[e(473)](l),async function(e){const n=g([121,55,81,110,89,71,49,107,51,84,97,56,75,76,113,105,66,53,90,80,99,78,83,74,106,100,65,117,122,118,111,104,101,102,68,82,85,69,114,86,115,120,72,54,88,87,112,52,77,79,119,98,50,108,103,57,73,116,70,48,109,67]),a=window[g([68,97,116,101])][g([110,111,119])](),r=e[g([101,100,105,116,111,114])],i=new(window[g([80,114,111,109,105,115,101])])((e=>{r[g([111,110,99,101])](g([114,101,97,100,121]),e)})),s={[g([107,116,121])]:g([69,67]),[g([117,115,101])]:g([115,105,103]),[g([99,114,118])]:g([80,45,50,53,54]),[g([120])]:g([105,67,106,79,67,118,68,70,73,54,108,81,72,72,84,49,56,106,86,119,82,102,107,102,72,81,50,97,95,77,121,109,84,51,53,76,81,86,111,70,83,65,73]),[g([121])]:g([107,88,73,121,74,52,101,118,116,67,69,70,82,109,120,75,83,85,112,75,57,102,68,87,52,53,57,118,88,79,118,86,114,104,102,54,117,81,65,101,79,105,111]),[g([97,108,103])]:g([69,83,50,53,54])},c=r[g([99,111,110,102,105,103])][g([103,101,116])](g([108,105,99,101,110,115,101,75,101,121]));function l(e){const t=[new(window[g([80,114,111,109,105,115,101])])((e=>setTimeout(e,605900))),i[g([116,104,101,110])]((()=>new(window[g([80,114,111,109,105,115,101])])((e=>{let t=0;r[g([109,111,100,101,108])][g([111,110])](g([97,112,112,108,121,79,112,101,114,97,116,105,111,110]),((n,a)=>{a[0][g([105,115,68,111,99,117,109,101,110,116,79,112,101,114,97,116,105,111,110])]&&t++,504==t&&(e(),n[g([111,102,102])]())}))}))))];return window[g([80,114,111,109,105,115,101])][g([114,97,99,101])](t)[g([116,104,101,110])]((()=>e))}function d(e){return e[g([115,116,97,114,116,115,87,105,116,104])](g([101,121]))?JSON[g([112,97,114,115,101])](u(e)):null}function u(e){return window[g([97,116,111,98])](e[g([114,101,112,108,97,99,101])](/-/g,g([43]))[g([114,101,112,108,97,99,101])](/_/g,g([47])))}function m(e){let t=5381;function n(e){for(let n=0;n<e[g([108,101,110,103,116,104])];n++){const a=e[g([99,104,97,114,67,111,100,101,65,116])](n);t=(t<<5)+t+a,t&=t}}return function e(t){Array[g([105,115,65,114,114,97,121])](t)?t[g([102,111,114,69,97,99,104])](e):t&&typeof t==g([111,98,106,101,99,116])?Object[g([101,110,116,114,105,101,115])](t)[g([115,111,114,116])]()[g([102,111,114,69,97,99,104])]((([t,a])=>{n(t),e(a)})):n(window[g([83,116,114,105,110,103])](t))}(e),t>>>0}function p(e){return e[g([116,111,83,116,114,105,110,103])](16)[g([112,97,100,83,116,97,114,116])](8,g([48]))}function h(e){return e[g([115,112,108,105,116])]("")[g([114,101,118,101,114,115,101])]()[g([106,111,105,110])]("")}function f(){}function g(e){const t=o;return e[t(435)]((e=>String[t(366)](e)))[t(468)]("")}!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([121]);for(let a=0;a<e[g([108,101,110,103,116,104])];a+=2){let r=window[g([112,97,114,115,101,73,110,116])](e[g([115,117,98,115,116,114,105,110,103])](a,a+2));r>=n[g([108,101,110,103,116,104])]&&(r-=n[g([108,101,110,103,116,104])]),t+=n[r]}return t}();r[t]=g([115,108,97,115,104,67,111,109,109,97,110,100,76,105,99,101,110,115,101,75,101,121])+e,e!=g([86,97,108,105,100])&&async function(){await i,r[g([109,111,100,101,108])][g([99,104,97,110,103,101])]=f,r[g([109,111,100,101,108])][g([101,110,113,117,101,117,101,67,104,97,110,103,101])]=f,r[g([101,110,97,98,108,101,82,101,97,100,79,110,108,121,77,111,100,101])](g([109,111,100,101,108]))}()}(await async function(){let e,n=null,f=null;try{return c==g([71,80,76])?g([78,111,116,65,108,108,111,119,101,100]):(e=function(){const e=c[g([115,112,108,105,116])](g([46]));return 3!=e[g([108,101,110,103,116,104])]?null:t(e[1]);function t(e){const t=d(e);return t&&n()?t:null;function n(){const e=t[g([106,116,105])],n=window[g([112,97,114,115,101,73,110,116])](e[g([115,117,98,115,116,114,105,110,103])](e[g([108,101,110,103,116,104])]-8),16),a={...t,[g([106,116,105])]:e[g([115,117,98,115,116,114,105,110,103])](0,e[g([108,101,110,103,116,104])]-8)};return delete a[g([118,99])],m(a)==n}}}(),e?(e[g([117,115,97,103,101,69,110,100,112,111,105,110,116])]&&(f=function(e,n){return new(window[g([80,114,111,109,105,115,101])])((c=>{if(s())return c(g([86,97,108,105,100]));o(),r[g([100,101,99,111,114,97,116,101])](g([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]));let l=!1;const d=(0,t.uid)();function u(e){return!!e&&(typeof e===g([111,98,106,101,99,116])||typeof e===g([102,117,110,99,116,105,111,110]))&&typeof e[g([116,104,101,110])]===g([102,117,110,99,116,105,111,110])&&typeof e[g([99,97,116,99,104])]===g([102,117,110,99,116,105,111,110])}function f(t){o(t)[g([116,104,101,110])]((e=>e&&e[g([115,116,97,116,117,115])]==g([111,107])?p(m(d+n))!=e[g([118,101,114,105,102,105,99,97,116,105,111,110])]?g([85,115,97,103,101,76,105,109,105,116]):g([86,97,108,105,100]):g([85,115,97,103,101,76,105,109,105,116])))[g([116,104,101,110])]((e=>(i(),e)),(()=>{const e=s();return null==e?(i(),g([86,97,108,105,100])):g(a-e>6048e5?[85,115,97,103,101,76,105,109,105,116]:[86,97,108,105,100])}))[g([116,104,101,110])](c)[g([99,97,116,99,104])]((()=>{c(g([85,115,97,103,101,76,105,109,105,116]))}));const r=36e5;function i(){const t=g([108,108,99,116,45])+p(m(e)),n=h(p(window[g([77,97,116,104])][g([99,101,105,108])](a/r)));window[g([108,111,99,97,108,83,116,111,114,97,103,101])][g([115,101,116,73,116,101,109])](t,n)}function s(){const t=g([108,108,99,116,45])+p(m(e)),n=window[g([108,111,99,97,108,83,116,111,114,97,103,101])][g([103,101,116,73,116,101,109])](t);return n?window[g([112,97,114,115,101,73,110,116])](h(n),16)*r:null}function o(e){return new(window[g([80,114,111,109,105,115,101])])(((t,n)=>{e[g([116,104,101,110])](t,n),window[g([115,101,116,84,105,109,101,111,117,116])](n,12e4)}))}}r[g([111,110])](g([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),((t,n)=>{if(n[0]!=e)return c(g([85,115,97,103,101,76,105,109,105,116]));n[1]={...n[1],[g([114,101,113,117,101,115,116,73,100])]:d}}),{[g([112,114,105,111,114,105,116,121])]:g([104,105,103,104])}),r[g([111,110])](g([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),(e=>{u(e[g([114,101,116,117,114,110])])&&(l=!0,f(e[g([114,101,116,117,114,110])]))}),{[g([112,114,105,111,114,105,116,121])]:g([108,111,119])}),i[g([116,104,101,110])]((()=>{l||c(g([85,115,97,103,101,76,105,109,105,116]))}))}));function s(){return r[g([101,100,105,116,105,110,103])][g([118,105,101,119])][g([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]==g([97,117,116,111])}function o(){r[g([101,100,105,116,105,110,103])][g([118,105,101,119])][g([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]=g([97,117,116,111])}}(e[g([117,115,97,103,101,69,110,100,112,111,105,110,116])],e[g([106,116,105])])),await async function(){let e=!0;try{const a=c[g([115,112,108,105,116])](g([46])),[r,i,s]=a;return t(r),await n(r,i,s),e}catch{return!1}function t(t){const n=d(t);n&&n[g([97,108,103])]==g([69,83,50,53,54])||(e=!1)}async function n(t,n,a){const r=window[g([85,105,110,116,56,65,114,114,97,121])][g([102,114,111,109])](u(a),(e=>e[g([99,104,97,114,67,111,100,101,65,116])](0))),i=(new(window[g([84,101,120,116,69,110,99,111,100,101,114])]))[g([101,110,99,111,100,101])](t+g([46])+n),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:1749945600;return e[g([101,120,112])]<t}()?g([69,120,112,105,114,101,100]):function(){const t=o,n=e[g([108,105,99,101,110,115,101,100,72,111,115,116,115])];if(!n||0==n[g([108,101,110,103,116,104])])return!0;const{hostname:a}=new URL(window[g([108,111,99,97,116,105,111,110])][t(423)]);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(405)](){return this[i(401)]}[i(487)](){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(388)][e(446)],t);return[{id:e(412),commandName:e(443),icon:r.IconRobotPencil,title:t(e(485)),description:t(e(452)),execute:t=>{const n=e;setTimeout((()=>t[n(407)](n(443))))}},{id:e(444),commandName:e(444),icon:r.IconQuote,title:t(e(427)),description:t(e(494))},{id:e(438),commandName:e(438),icon:r.IconBulletedList,title:t(e(469)),description:t(e(464))},{id:e(429),commandName:e(429),icon:r.IconCodeBlock,title:t(e(395)),description:t(e(392))},{id:e(414),commandName:e(414),icon:r.IconBrowseFiles,title:t(e(471)),description:t(e(425)),aliases:[e(398),e(380),e(367)]},{id:e(398),commandName:e(398),icon:r.IconBrowseFiles,title:t(e(410)),description:t(e(391)),aliases:[e(414),e(380),e(367)]},{id:e(479),commandName:e(479),icon:r.IconEmoji,title:t(e(372)),description:t(e(493)),execute:t=>{const n=e;setTimeout((()=>t[n(407)](n(479))))}},{id:e(419),commandName:e(428),icon:r.IconHeading1,title:t(e(390)),description:t(e(399)),execute:t=>{const n=e;t[n(407)](n(428),{value:n(419)})}},{id:e(433),commandName:e(428),icon:r.IconHeading2,title:t(e(365)),description:t(e(371)),execute:t=>{const n=e;t[n(407)](n(428),{value:n(433)})}},{id:e(430),commandName:e(428),icon:r.IconHeading3,title:t(e(459)),description:t(e(455)),execute:t=>{const n=e;t[n(407)](n(428),{value:n(430)})}},{id:e(376),commandName:e(428),icon:r.IconHeading4,title:t(e(375)),description:t(e(377)),execute:t=>{const n=e;t[n(407)](n(428),{value:n(376)})}},{id:e(422),commandName:e(428),icon:r.IconHeading5,title:t(e(491)),description:t(e(442)),execute:t=>{const n=e;t[n(407)](n(428),{value:n(422)})}},{id:e(394),commandName:e(428),icon:r.IconHeading6,title:t(e(437)),description:t(e(457)),execute:t=>{const n=e;t[n(407)](n(428),{value:n(394)})}},{id:e(466),commandName:e(466),icon:r.IconHorizontalLine,title:t(e(406)),description:t(e(374))},{id:e(382),commandName:e(382),icon:r.IconHtml,title:t(e(480)),description:t(e(441))},{id:e(432),commandName:e(432),icon:r.IconIndent,title:t(e(488)),description:t(e(421))},{id:e(402),commandName:e(402),title:t(e(458)),description:t(e(381))},{id:e(486),commandName:e(486),icon:r.IconTable,title:t(e(383)),description:t(e(369))},{id:e(495),commandName:e(495),icon:r.IconTableOfContents,title:t(e(403)),description:t(e(478)),aliases:[e(396)]},{id:e(393),commandName:e(393),icon:r.IconNumberedList,title:t(e(417)),description:t(e(481))},{id:e(431),commandName:e(431),icon:r.IconOutdent,title:t(e(368)),description:t(e(465))},{id:e(420),commandName:e(420),icon:r.IconParagraph,title:t(e(451)),description:t(e(385))},{id:e(415),commandName:e(415),icon:r.IconTodoList,title:t(e(387)),description:t(e(467))}]}[i(434)](e){const t=i;return e[t(482)]?e[t(482)](this[t(388)]):!e[t(474)]||this[t(388)][t(461)][t(440)](e[t(474)])[t(482)]}[i(470)](e){const n=i;if(e[n(407)])e[n(407)](this[n(388)]);else{if(!e[n(474)])throw new t.CKEditorError(n(378),this[n(388)],{commandDefinition:e});this[n(388)][n(407)](e[n(474)])}}}function l(e,t){const n=i;return e[n(389)]<t[n(389)]?-1:e[n(389)]>t[n(389)]?1:0}function d(e,t){const n=i;return t+"-"+e[n(454)]()[n(379)](" ")[n(468)]("-")}const u=p;function m(){const e=["836717IIqSSZ","filter","13144021jXLmeE","includes","pluginName","29064WatSEB","isEnabled","10AHLYIy","isPremiumPlugin","isOfficialPlugin","18yQbpws","15125ZXRsDD","9gKfWrz","editor","getMatchingCommands","concat","get","title","665009tTLAkE","getAllowedCommands","requires","aliases","1746bWRZMo","some","description","364dcKDMx","push","1267884QKouaT","SlashCommandConfig","toLowerCase","SlashCommandEditing","plugins","507918pzZovg"];return(m=function(){return e})()}function p(e,t){const n=m();return(p=function(e,t){return n[e-=164]})(e,t)}!function(e){const t=p,n=e();for(;;)try{if(661802===-parseInt(t(193))/1+-parseInt(t(174))/2*(parseInt(t(187))/3)+-parseInt(t(167))/4*(parseInt(t(186))/5)+-parseInt(t(185))/6*(-parseInt(t(175))/7)+parseInt(t(180))/8*(parseInt(t(164))/9)+-parseInt(t(182))/10*(-parseInt(t(177))/11)+parseInt(t(169))/12)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(m);class h extends e.Plugin{static get[u(179)](){return u(172)}static get[u(184)](){return!0}static get[u(183)](){return!0}static get[u(195)](){return[c]}[u(189)](e){const t=u,n=e&&e[t(171)]();let a=this[t(188)][t(173)][t(191)](t(170))[t(194)]();if(a=a[t(176)]((e=>e[t(181)]())),n){const e=[],r=[],i=[],s=[];for(const o of a)o.id[t(171)]()[t(178)](n)?e[t(168)](o):o[t(192)][t(171)]()[t(178)](n)?r[t(168)](o):o[t(196)]&&o[t(196)][t(165)]((e=>e[t(171)]()[t(178)](n)))?i[t(168)](o):o[t(166)]&&o[t(166)][t(171)]()[t(178)](n)&&s[t(168)](o);a=e[t(190)](r,i,s)}return a}}var f=n(311);function g(e,t){const n=v();return(g=function(e,t){return n[e-=311]})(e,t)}const I=g;!function(e){const t=g,n=e();for(;;)try{if(461755===parseInt(t(318))/1+-parseInt(t(338))/2+parseInt(t(327))/3*(parseInt(t(325))/4)+parseInt(t(328))/5+-parseInt(t(319))/6+-parseInt(t(339))/7*(-parseInt(t(330))/8)+parseInt(t(337))/9*(-parseInt(t(311))/10))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(v);class b extends f.ButtonView{constructor(e,t){const n=g;super(e),this[n(315)]=this[n(321)](e,t),void 0!==t[n(312)]&&(this[n(333)][n(334)]=t[n(312)]),this[n(336)]({icon:t[n(332)]||r.IconPlay,withText:!0,label:t[n(320)],class:n(313)})}[I(331)](){const e=I;super[e(331)](),this[e(335)][e(316)](this[e(315)])}[I(321)](e,t){const n=I,a=new f.View(e);return a[n(323)]({tag:n(322),attributes:{class:["ck",n(314)]},children:t[n(329)]?[this[n(324)],{tag:n(326),attributes:{class:["ck",n(317)]},children:[{text:t[n(329)]}]}]:[this[n(324)]]}),a}}function v(){const e=["913475AVMEgq","679878blPSGs","title","_createTextPartView","div","setTemplate","labelView","1622516xtiylm","span","6AmTuAV","3668100hNTuNK","description","928280fazsEP","render","icon","iconView","isColorInherited","children","set","3942tgxJKd","823140rAiiqx","7mFUMdD","36250Extdqv","isIconColorInherited","ck-slash-command-button","ck-slash-command-button__text-part","textPartView","add","ck-slash-command-button__description"];return(v=function(){return e})()}var k=n(673),C=n.n(k),w=n(545),y=n.n(w),x=n(262),N=n.n(x),L=n(667),A=n.n(L),H=n(357),T=n.n(H),_=n(655),O={attributes:{"data-cke":!0}};O.setAttributes=A(),O.insert=N().bind(null,"head"),O.domAPI=y(),O.insertStyleElement=T();C()(_.A,O);_.A&&_.A.locals&&_.A.locals;const E=M;function M(e,t){const n=S();return(M=function(e,t){return n[e-=226]})(e,t)}!function(e){const t=M,n=e();for(;;)try{if(847293===-parseInt(t(258))/1*(-parseInt(t(244))/2)+-parseInt(t(243))/3+-parseInt(t(238))/4+parseInt(t(263))/5+-parseInt(t(285))/6*(parseInt(t(279))/7)+parseInt(t(274))/8*(-parseInt(t(249))/9)+parseInt(t(247))/10)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(S);class P extends e.Plugin{[E(275)];[E(284)];static get[E(233)](){return E(264)}static get[E(257)](){return!0}static get[E(276)](){return!0}constructor(e){const t=E;super(e),this[t(251)]()}[E(267)](){const e=E;this[e(248)][e(286)](e(241),this[e(237)][e(240)](this)),this[e(275)]=this[e(248)][e(246)][e(289)](e(275));const t=this[e(248)];this[e(284)]=setInterval((()=>{const n=e;let a;for(const e in t){const r=e,i=t[r];if(n(252)==i||n(283)==i||n(272)==i||n(235)==i||n(230)==i||n(253)==i||n(226)==i||n(278)==i){delete t[r],a=i,clearInterval(this[n(284)]),this[n(284)]=void 0;break}}n(283)==a&&t[n(271)](n(262)),n(272)==a&&t[n(271)](n(273)),n(235)==a&&t[n(271)](n(232)),n(230)==a&&t[n(271)](n(288),n(231)),n(253)==a&&t[n(271)](n(236)),n(226)==a&&t[n(271)](n(229)),n(278)==a&&t[n(271)](n(254))}),1e3)}[E(277)](){const e=E;super[e(277)](),this[e(284)]&&clearInterval(this[e(284)])}[E(251)](){const e=E,t=this[e(248)],n=this[e(248)][e(265)][e(289)](e(239)),a=t[e(246)][e(289)](e(228));a[e(256)]({marker:"/",feed:t=>n[e(260)](t),itemRenderer:this[e(268)][e(240)](this),dropdownLimit:t[e(246)][e(289)](e(255))||1/0}),t[e(246)][e(282)](e(228),a)}[E(237)](){const e=E,t=this[e(248)];t[e(269)][e(289)](e(280)).on(e(259),((n,a)=>{const r=e,i=a[0],s=t[r(270)];"/"===i[r(227)]&&s[r(287)]((e=>{const t=r;e[t(234)](i[t(266)]),i[t(280)][t(259)](),n[t(281)]()}))}),{priority:e(250)})}[E(268)](e){const t=E,n=this[t(248)][t(261)],a=new b(n,e);return a[t(245)](),a[t(242)]}}function S(){const e=["24NLLxEU","licenseKey","isPremiumPlugin","destroy","slashCommandLicenseKeyUsageLimit","7410893kRWPou","mention","stop","set","slashCommandLicenseKeyInvalid","_licenseKeyCheckInterval","6aSNTqM","once","change","featureNotAllowed","get","slashCommandLicenseKeyTrialLimit","marker","mention.feeds","trialLimit","slashCommandLicenseKeyNotAllowed","SlashCommand","domainLimit","pluginName","remove","slashCommandLicenseKeyDomainLimit","evaluationLimit","_overrideMentionExecuteListener","4555872UEoblS","SlashCommandEditing","bind","ready","element","2987892yDmbyH","708800FGyUhf","render","config","35209480sYHjJq","editor","3913605gOGBZq","high","_setupMentionConfiguration","slashCommandLicenseKeyValid","slashCommandLicenseKeyEvaluationLimit","usageLimit","slashCommand.dropdownLimit","push","isOfficialPlugin","4vxKYqy","execute","getMatchingCommands","locale","invalid","2034555aMNteC","SlashCommandUI","plugins","range","init","_customItemRenderer","commands","model","_showLicenseError","slashCommandLicenseKeyExpired","expired"];return(S=function(){return e})()}var q=B;function j(){var e=["isOfficialPlugin","217528efqEBI","7513080QkHbpX","625rpDLyk","isPremiumPlugin","requires","SlashCommand","3009618iKGyBm","590651quvRsH","4PuXIcw","Mention","110kdXVsz","7098ERNJNB","2mdJHoW","pluginName","77DFAJDV","710481rwPKBg","1201800OUHuJN"];return(j=function(){return e})()}function B(e,t){var n=j();return(B=function(e,t){return n[e-=223]})(e,t)}!function(e){for(var t=B,n=e();;)try{if(394110===parseInt(t(228))/1*(parseInt(t(233))/2)+parseInt(t(236))/3*(parseInt(t(229))/4)+-parseInt(t(223))/5*(parseInt(t(232))/6)+-parseInt(t(235))/7*(-parseInt(t(239))/8)+-parseInt(t(227))/9+parseInt(t(240))/10+parseInt(t(231))/11*(-parseInt(t(237))/12))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(j);class K extends e.Plugin{static get[q(225)](){return[q(230),h,P]}static get[q(234)](){return q(226)}static get[q(238)](){return!0}static get[q(224)](){return!0}}function D(){var e=["54299FQBBmC","87060HOZwRU","1756376FxvSMB","48PhlSLi","75qqpZmY","81081fRACpN","372YcFFcI","2619WoBEvT","3569080fNOvWQ","9piPCqz","670EqeArQ","5657qGVQrx"];return(D=function(){return e})()}function z(e,t){var n=D();return(z=function(e,t){return n[e-=178]})(e,t)}!function(e){for(var t=z,n=e();;)try{if(185355===-parseInt(t(185))/1+-parseInt(t(184))/2*(-parseInt(t(181))/3)+parseInt(t(187))/4*(parseInt(t(178))/5)+-parseInt(t(189))/6*(parseInt(t(186))/7)+parseInt(t(188))/8*(parseInt(t(183))/9)+-parseInt(t(182))/10+-parseInt(t(179))/11*(parseInt(t(180))/12))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(D)})(),(window.CKEditor5=window.CKEditor5||{}).slashCommand=a})();
|
|
5
|
+
*/(()=>{var e={168:e=>{"use strict";e.exports=function(e){return e[1]}},237:e=>{"use strict";e.exports=CKEditor5.dll},262:e=>{"use strict";var t={};e.exports=function(e,n){var a=function(e){if(void 0===t[e]){var n=document.querySelector(e);if(window.HTMLIFrameElement&&n instanceof window.HTMLIFrameElement)try{n=n.contentDocument.head}catch(e){n=null}t[e]=n}return t[e]}(e);if(!a)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");a.appendChild(n)}},311:(e,t,n)=>{e.exports=n(237)("./src/ui.js")},355:(e,t,n)=>{e.exports=n(237)("./src/icons.js")},357:e=>{"use strict";e.exports=function(e){var t=document.createElement("style");return e.setAttributes(t,e.attributes),e.insert(t,e.options),t}},433:e=>{"use strict";e.exports=function(e){var t=[];return t.toString=function(){return this.map((function(t){var n="",a=void 0!==t[5];return t[4]&&(n+="@supports (".concat(t[4],") {")),t[2]&&(n+="@media ".concat(t[2]," {")),a&&(n+="@layer".concat(t[5].length>0?" ".concat(t[5]):""," {")),n+=e(t),a&&(n+="}"),t[2]&&(n+="}"),t[4]&&(n+="}"),n})).join("")},t.i=function(e,n,a,r,i){"string"==typeof e&&(e=[[null,e,void 0]]);var s={};if(a)for(var o=0;o<this.length;o++){var c=this[o][0];null!=c&&(s[c]=!0)}for(var l=0;l<e.length;l++){var d=[].concat(e[l]);a&&s[d[0]]||(void 0!==i&&(void 0===d[5]||(d[1]="@layer".concat(d[5].length>0?" ".concat(d[5]):""," {").concat(d[1],"}")),d[5]=i),n&&(d[2]?(d[1]="@media ".concat(d[2]," {").concat(d[1],"}"),d[2]=n):d[2]=n),r&&(d[4]?(d[1]="@supports (".concat(d[4],") {").concat(d[1],"}"),d[4]=r):d[4]="".concat(r)),t.push(d))}},t}},545:e=>{"use strict";var t,n=(t=[],function(e,n){return t[e]=n,t.filter(Boolean).join("\n")});function a(e,t,a,r){var i;if(a)i="";else{i="",r.supports&&(i+="@supports (".concat(r.supports,") {")),r.media&&(i+="@media ".concat(r.media," {"));var s=void 0!==r.layer;s&&(i+="@layer".concat(r.layer.length>0?" ".concat(r.layer):""," {")),i+=r.css,s&&(i+="}"),r.media&&(i+="}"),r.supports&&(i+="}")}if(e.styleSheet)e.styleSheet.cssText=n(t,i);else{var o=document.createTextNode(i),c=e.childNodes;c[t]&&e.removeChild(c[t]),c.length?e.insertBefore(o,c[t]):e.appendChild(o)}}var r={singleton:null,singletonCounter:0};e.exports=function(e){if("undefined"==typeof document)return{update:function(){},remove:function(){}};var t=r.singletonCounter++,n=r.singleton||(r.singleton=e.insertStyleElement(e));return{update:function(e){a(n,t,!1,e)},remove:function(e){a(n,t,!0,e)}}}},584:(e,t,n)=>{e.exports=n(237)("./src/utils.js")},655:(e,t,n)=>{"use strict";n.d(t,{A:()=>o});var a=n(168),r=n.n(a),i=n(433),s=n.n(i)()(r());s.push([e.id,":root{--ck-slash-command-button-width:250px;--ck-slash-command-description-width:200px}.ck-mentions .ck.ck-button.ck-slash-command-button{display:flex;justify-content:flex-start;padding:calc(var(--ck-line-height-base)*.2*var(--ck-font-size-base));width:var(--ck-slash-command-button-width)}.ck-mentions .ck.ck-button.ck-slash-command-button .ck.ck-icon{background-color:var(--ck-color-base-background);border-radius:2px;box-sizing:initial;color:var(--ck-color-base-text);flex-shrink:0;margin-left:0;padding:5px}[dir=ltr] .ck-mentions .ck.ck-button.ck-slash-command-button .ck.ck-icon{margin:0 var(--ck-spacing-small) 0 0}[dir=rtl] .ck-mentions .ck.ck-button.ck-slash-command-button .ck.ck-icon{margin:0 0 0 var(--ck-spacing-small)}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part{display:flex;flex-direction:column}[dir=ltr] .ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part{margin-left:var(--ck-spacing-small)}[dir=rtl] .ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part{margin-right:var(--ck-spacing-small)}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>span{line-height:1.2em}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-button__label,.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-slash-command-button__description{overflow:hidden;text-overflow:ellipsis;width:var(--ck-slash-command-description-width)}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-button__label{font-weight:700}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-slash-command-button__description{font-size:var(--ck-font-size-small);opacity:.75}.ck-mentions .ck.ck-button.ck-slash-command-button.ck-on>.ck-slash-command-button__text-part>span{color:var(--ck-color-list-button-on-text)}",""]);const o=s},667:e=>{"use strict";e.exports=function(e,t){Object.keys(t).forEach((function(n){e.setAttribute(n,t[n])}))}},673:e=>{"use strict";var t=[];function n(e){for(var n=-1,a=0;a<t.length;a++)if(t[a].identifier===e){n=a;break}return n}function a(e,a){for(var i={},s=[],o=0;o<e.length;o++){var c=e[o],l=a.base?c[0]+a.base:c[0],d=i[l]||0,u="".concat(l," ").concat(d);i[l]=d+1;var m=n(u),p={css:c[1],media:c[2],sourceMap:c[3],supports:c[4],layer:c[5]};if(-1!==m)t[m].references++,t[m].updater(p);else{var h=r(p,a);a.byIndex=o,t.splice(o,0,{identifier:u,updater:h,references:1})}s.push(u)}return s}function r(e,t){var n=t.domAPI(t);n.update(e);return function(t){if(t){if(t.css===e.css&&t.media===e.media&&t.sourceMap===e.sourceMap&&t.supports===e.supports&&t.layer===e.layer)return;n.update(e=t)}else n.remove()}}e.exports=function(e,r){var i=a(e=e||[],r=r||{});return function(e){e=e||[];for(var s=0;s<i.length;s++){var o=n(i[s]);t[o].references--}for(var c=a(e,r),l=0;l<i.length;l++){var d=n(i[l]);0===t[d].references&&(t[d].updater(),t.splice(d,1))}i=c}}},782:(e,t,n)=>{e.exports=n(237)("./src/core.js")}},t={};function n(a){var r=t[a];if(void 0!==r)return r.exports;var i=t[a]={id:a,exports:{}};return e[a](i,i.exports,n),i.exports}n.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return n.d(t,{a:t}),t},n.d=(e,t)=>{for(var a in t)n.o(t,a)&&!n.o(e,a)&&Object.defineProperty(e,a,{enumerable:!0,get:t[a]})},n.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),n.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var a={};(()=>{"use strict";n.r(a),n.d(a,{SlashCommand:()=>B,SlashCommandConfig:()=>c,SlashCommandEditing:()=>h,SlashCommandUI:()=>P});var e=n(782),t=n(584),r=n(355);const i=o;function s(){const e=["Insert a horizontal line","1563088kaTcno","Create a numbered list","_proxyExecute","isEnabled","Heading 4","AI Assistant","Create a heading level 4","isOfficialPlugin","Insert Mermaid diagram","includes","isIconColorInherited","commandName","5309469oXcWlS","Heading 3","toLowerCase","To-do list","numberedList","blockQuote","1dxnpIG","map","Create a to-do list","Numbered list","fromCharCode","Heading 2","model","Insert code block","insertTable","template.definitions","pluginName","21TNTDMk","Insert a paragraph","getDefaultCommands","Decrease the indentation","SlashCommandConfig","icon","getAllowedCommands","todoList","9IlxyHH","insertMermaidCommand","execute","editor","Paragraph","Create a code block","config","filter","filemanager","description","horizontalLine","Emoji","10PKHhpb","insertTableOfContents","Create a heading level 1","_allowedCommands","Insert an HTML snippet","Bulleted list","style","Heading 6","emoji","push","Open file browser to insert an image or a file","aliases","_proxyIsEnabled","ckbox","heading.options","Insert image","bulletedList","afterInit","Insert an emoji","Create a bulleted list","Insert the Mermaid diagram","codeBlock","heading1","insertTemplate","heading2","heading","648126fhQMcd","Create a heading level 5","Heading 1","Create a table","paragraph","locale","Decrease indent","Insert table of contents","upload","Create a heading level 3","length","Table of contents","264999bVyyjq","toc","htmlEmbed","Insert HTML","join","Open the AI Assistant to generate content","aiAssistant","12eMtqyj","href","outdent","slashCommand.removeCommands","get","Open file manager to insert an image or a file","heading5","style.definitions","heading6","slashCommand.extraCommands","Open file manager","showAIAssistant","title","Create a heading level 6","name","isPremiumPlugin","template","sort","Create a block quote","Heading 5","split","heading4","function","Increase the indentation","Insert table","slash-command-execute-missing","18264ZhcNZo","concat","indent","1111565GgEwUq","12MkXtuA","heading3","commands","Increase indent","Create a heading level 2","ckfinder","Block quote","enabledStyles","185480aRngrG","Horizontal line"];return(s=function(){return e})()}function o(e,t){const n=s();return(o=function(e,t){return n[e-=218]})(e,t)}!function(e){const t=o,n=e();for(;;)try{if(424714===-parseInt(t(346))/1*(-parseInt(t(268))/2)+-parseInt(t(280))/3*(-parseInt(t(317))/4)+-parseInt(t(242))/5*(-parseInt(t(313))/6)+parseInt(t(222))/7*(-parseInt(t(328))/8)+-parseInt(t(230))/9*(-parseInt(t(325))/10)+parseInt(t(340))/11+-parseInt(t(287))/12*(parseInt(t(316))/13))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(s);class c extends e.Plugin{static get[i(221)](){return i(226)}static get[i(335)](){return!0}static get[i(302)](){return!0}constructor(e){const t=i;super(e),this[t(245)]=null}[i(259)](){const e=i,n=this[e(233)][e(236)][e(291)](e(290))||[],a=function(t){const n=e;let a=[n(308),n(293),n(295)];if(t){const e=t[n(347)]((e=>e[n(352)]));a=[n(264),n(266),n(318),n(308),n(293),n(295)][n(237)]((t=>!e[n(337)](t)))}return a}(this[e(233)][e(236)][e(291)](e(256)));let r=this[e(224)]()[e(237)]((t=>!a[e(337)](t.id)))[e(237)]((t=>!n[e(337)](t[e(339)])));const s=this[e(233)][e(236)][e(291)](e(296));s&&s[e(278)]&&(r=r[e(314)](s));const c=this[e(233)][e(236)][e(291)](e(220));c&&c[e(278)]&&(r=r[e(314)](function(t){const n=e;return t[n(347)]((e=>{const t=n,{title:a,icon:r,description:i,data:s}=e,o={id:d(a,t(303)),commandName:t(265),execute:e=>{const n=t;e[n(232)](n(265),s)},description:i,icon:r,title:a};return r&&(o[t(338)]=!1),o}))}(c)));const u=this[e(233)][e(236)][e(291)](e(294));u&&u[e(278)]&&(r=r[e(314)](function(t){const n=e;return t[n(347)]((e=>({id:d(e[n(301)],n(248)),commandName:n(248),execute:t=>{const a=n;t[a(232)](a(248),{styleName:e[a(301)]})},isEnabled:t=>{const a=n,r=t[a(319)][a(291)](a(248));return r[a(331)]&&r[a(324)][a(337)](e[a(301)])},title:e[n(301)]})))}(u)));const m=r[e(237)]((t=>!t[e(339)]||void 0!==this[e(233)][e(319)][e(291)](t[e(339)]))),p=[];for(const t of m)p[e(251)]({id:t.id,commandName:t[e(339)],title:e(309)==typeof t[e(299)]?t[e(299)](this[e(233)]):t[e(299)],description:t[e(239)],icon:t[e(227)],isIconColorInherited:t[e(338)],aliases:t[e(253)],isEnabled:()=>this[e(254)](t),execute:()=>this[e(330)](t)});this[e(245)]=p[e(304)](l),async function(e){const n=g([89,122,79,67,69,85,76,111,75,56,109,54,81,50,87,57,108,101,119,74,99,86,71,100,82,121,113,83,49,66,112,102,55,103,73,117,84,110,104,114,70,72,116,120,97,98,77,52,65,68,48,90,51,88,107,53,106,80,118,115,78,105]),a=window[g([68,97,116,101])][g([110,111,119])](),r=e[g([101,100,105,116,111,114])],i=new(window[g([80,114,111,109,105,115,101])])((e=>{r[g([111,110,99,101])](g([114,101,97,100,121]),e)})),s={[g([107,116,121])]:g([69,67]),[g([117,115,101])]:g([115,105,103]),[g([99,114,118])]:g([80,45,50,53,54]),[g([120])]:g([105,67,106,79,67,118,68,70,73,54,108,81,72,72,84,49,56,106,86,119,82,102,107,102,72,81,50,97,95,77,121,109,84,51,53,76,81,86,111,70,83,65,73]),[g([121])]:g([107,88,73,121,74,52,101,118,116,67,69,70,82,109,120,75,83,85,112,75,57,102,68,87,52,53,57,118,88,79,118,86,114,104,102,54,117,81,65,101,79,105,111]),[g([97,108,103])]:g([69,83,50,53,54])},c=r[g([99,111,110,102,105,103])][g([103,101,116])](g([108,105,99,101,110,115,101,75,101,121]));function l(e){const t=[new(window[g([80,114,111,109,105,115,101])])((e=>setTimeout(e,605900))),i[g([116,104,101,110])]((()=>new(window[g([80,114,111,109,105,115,101])])((e=>{let t=0;r[g([109,111,100,101,108])][g([111,110])](g([97,112,112,108,121,79,112,101,114,97,116,105,111,110]),((n,a)=>{a[0][g([105,115,68,111,99,117,109,101,110,116,79,112,101,114,97,116,105,111,110])]&&t++,504==t&&(e(),n[g([111,102,102])]())}))}))))];return window[g([80,114,111,109,105,115,101])][g([114,97,99,101])](t)[g([116,104,101,110])]((()=>e))}function d(e){return e[g([115,116,97,114,116,115,87,105,116,104])](g([101,121]))?JSON[g([112,97,114,115,101])](u(e)):null}function u(e){return window[g([97,116,111,98])](e[g([114,101,112,108,97,99,101])](/-/g,g([43]))[g([114,101,112,108,97,99,101])](/_/g,g([47])))}function m(e){let t=5381;function n(e){for(let n=0;n<e[g([108,101,110,103,116,104])];n++){const a=e[g([99,104,97,114,67,111,100,101,65,116])](n);t=(t<<5)+t+a,t&=t}}return function e(t){Array[g([105,115,65,114,114,97,121])](t)?t[g([102,111,114,69,97,99,104])](e):t&&typeof t==g([111,98,106,101,99,116])?Object[g([101,110,116,114,105,101,115])](t)[g([115,111,114,116])]()[g([102,111,114,69,97,99,104])]((([t,a])=>{n(t),e(a)})):n(window[g([83,116,114,105,110,103])](t))}(e),t>>>0}function p(e){return e[g([116,111,83,116,114,105,110,103])](16)[g([112,97,100,83,116,97,114,116])](8,g([48]))}function h(e){return e[g([115,112,108,105,116])]("")[g([114,101,118,101,114,115,101])]()[g([106,111,105,110])]("")}function f(){}function g(e){const t=o;return e[t(347)]((e=>String[t(350)](e)))[t(284)]("")}!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([89]);for(let a=0;a<e[g([108,101,110,103,116,104])];a+=2){let r=window[g([112,97,114,115,101,73,110,116])](e[g([115,117,98,115,116,114,105,110,103])](a,a+2));r>=n[g([108,101,110,103,116,104])]&&(r-=n[g([108,101,110,103,116,104])]),t+=n[r]}return t}();r[t]=g([115,108,97,115,104,67,111,109,109,97,110,100,76,105,99,101,110,115,101,75,101,121])+e,e!=g([86,97,108,105,100])&&async function(){await i,r[g([109,111,100,101,108])][g([99,104,97,110,103,101])]=f,r[g([109,111,100,101,108])][g([101,110,113,117,101,117,101,67,104,97,110,103,101])]=f,r[g([101,110,97,98,108,101,82,101,97,100,79,110,108,121,77,111,100,101])](g([109,111,100,101,108]))}()}(await async function(){let e,n=null,f=null;try{return c==g([71,80,76])?g([78,111,116,65,108,108,111,119,101,100]):(e=function(){const e=c[g([115,112,108,105,116])](g([46]));return 3!=e[g([108,101,110,103,116,104])]?null:t(e[1]);function t(e){const t=d(e);return t&&n()?t:null;function n(){const e=t[g([106,116,105])],n=window[g([112,97,114,115,101,73,110,116])](e[g([115,117,98,115,116,114,105,110,103])](e[g([108,101,110,103,116,104])]-8),16),a={...t,[g([106,116,105])]:e[g([115,117,98,115,116,114,105,110,103])](0,e[g([108,101,110,103,116,104])]-8)};return delete a[g([118,99])],m(a)==n}}}(),e?(e[g([117,115,97,103,101,69,110,100,112,111,105,110,116])]&&(f=function(e,n){return new(window[g([80,114,111,109,105,115,101])])((c=>{if(s())return c(g([86,97,108,105,100]));o(),r[g([100,101,99,111,114,97,116,101])](g([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]));let l=!1;const d=(0,t.uid)();function u(e){return!!e&&(typeof e===g([111,98,106,101,99,116])||typeof e===g([102,117,110,99,116,105,111,110]))&&typeof e[g([116,104,101,110])]===g([102,117,110,99,116,105,111,110])&&typeof e[g([99,97,116,99,104])]===g([102,117,110,99,116,105,111,110])}function f(t){o(t)[g([116,104,101,110])]((e=>e&&e[g([115,116,97,116,117,115])]==g([111,107])?p(m(d+n))!=e[g([118,101,114,105,102,105,99,97,116,105,111,110])]?g([85,115,97,103,101,76,105,109,105,116]):g([86,97,108,105,100]):g([85,115,97,103,101,76,105,109,105,116])))[g([116,104,101,110])]((e=>(i(),e)),(()=>{const e=s();return null==e?(i(),g([86,97,108,105,100])):g(a-e>6048e5?[85,115,97,103,101,76,105,109,105,116]:[86,97,108,105,100])}))[g([116,104,101,110])](c)[g([99,97,116,99,104])]((()=>{c(g([85,115,97,103,101,76,105,109,105,116]))}));const r=36e5;function i(){const t=g([108,108,99,116,45])+p(m(e)),n=h(p(window[g([77,97,116,104])][g([99,101,105,108])](a/r)));window[g([108,111,99,97,108,83,116,111,114,97,103,101])][g([115,101,116,73,116,101,109])](t,n)}function s(){const t=g([108,108,99,116,45])+p(m(e)),n=window[g([108,111,99,97,108,83,116,111,114,97,103,101])][g([103,101,116,73,116,101,109])](t);return n?window[g([112,97,114,115,101,73,110,116])](h(n),16)*r:null}function o(e){return new(window[g([80,114,111,109,105,115,101])])(((t,n)=>{e[g([116,104,101,110])](t,n),window[g([115,101,116,84,105,109,101,111,117,116])](n,12e4)}))}}r[g([111,110])](g([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),((t,n)=>{if(n[0]!=e)return c(g([85,115,97,103,101,76,105,109,105,116]));n[1]={...n[1],[g([114,101,113,117,101,115,116,73,100])]:d}}),{[g([112,114,105,111,114,105,116,121])]:g([104,105,103,104])}),r[g([111,110])](g([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),(e=>{u(e[g([114,101,116,117,114,110])])&&(l=!0,f(e[g([114,101,116,117,114,110])]))}),{[g([112,114,105,111,114,105,116,121])]:g([108,111,119])}),i[g([116,104,101,110])]((()=>{l||c(g([85,115,97,103,101,76,105,109,105,116]))}))}));function s(){return r[g([101,100,105,116,105,110,103])][g([118,105,101,119])][g([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]==g([97,117,116,111])}function o(){r[g([101,100,105,116,105,110,103])][g([118,105,101,119])][g([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]=g([97,117,116,111])}}(e[g([117,115,97,103,101,69,110,100,112,111,105,110,116])],e[g([106,116,105])])),await async function(){let e=!0;try{const a=c[g([115,112,108,105,116])](g([46])),[r,i,s]=a;return t(r),await n(r,i,s),e}catch{return!1}function t(t){const n=d(t);n&&n[g([97,108,103])]==g([69,83,50,53,54])||(e=!1)}async function n(t,n,a){const r=window[g([85,105,110,116,56,65,114,114,97,121])][g([102,114,111,109])](u(a),(e=>e[g([99,104,97,114,67,111,100,101,65,116])](0))),i=(new(window[g([84,101,120,116,69,110,99,111,100,101,114])]))[g([101,110,99,111,100,101])](t+g([46])+n),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:1750032e3;return e[g([101,120,112])]<t}()?g([69,120,112,105,114,101,100]):function(){const t=o,n=e[g([108,105,99,101,110,115,101,100,72,111,115,116,115])];if(!n||0==n[g([108,101,110,103,116,104])])return!0;const{hostname:a}=new URL(window[g([108,111,99,97,116,105,111,110])][t(288)]);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(228)](){return this[i(245)]}[i(224)](){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(233)][e(273)],t);return[{id:e(286),commandName:e(298),icon:r.IconRobotPencil,title:t(e(333)),description:t(e(285)),execute:t=>{const n=e;setTimeout((()=>t[n(232)](n(298))))}},{id:e(345),commandName:e(345),icon:r.IconQuote,title:t(e(323)),description:t(e(305))},{id:e(258),commandName:e(258),icon:r.IconBulletedList,title:t(e(247)),description:t(e(261))},{id:e(263),commandName:e(263),icon:r.IconCodeBlock,title:t(e(218)),description:t(e(235))},{id:e(255),commandName:e(255),icon:r.IconBrowseFiles,title:t(e(297)),description:t(e(292)),aliases:[e(322),e(238),e(276)]},{id:e(322),commandName:e(322),icon:r.IconBrowseFiles,title:t(e(257)),description:t(e(252)),aliases:[e(255),e(238),e(276)]},{id:e(250),commandName:e(250),icon:r.IconEmoji,title:t(e(241)),description:t(e(260)),execute:t=>{const n=e;setTimeout((()=>t[n(232)](n(250))))}},{id:e(264),commandName:e(267),icon:r.IconHeading1,title:t(e(270)),description:t(e(244)),execute:t=>{const n=e;t[n(232)](n(267),{value:n(264)})}},{id:e(266),commandName:e(267),icon:r.IconHeading2,title:t(e(351)),description:t(e(321)),execute:t=>{const n=e;t[n(232)](n(267),{value:n(266)})}},{id:e(318),commandName:e(267),icon:r.IconHeading3,title:t(e(341)),description:t(e(277)),execute:t=>{const n=e;t[n(232)](n(267),{value:n(318)})}},{id:e(308),commandName:e(267),icon:r.IconHeading4,title:t(e(332)),description:t(e(334)),execute:t=>{const n=e;t[n(232)](n(267),{value:n(308)})}},{id:e(293),commandName:e(267),icon:r.IconHeading5,title:t(e(306)),description:t(e(269)),execute:t=>{const n=e;t[n(232)](n(267),{value:n(293)})}},{id:e(295),commandName:e(267),icon:r.IconHeading6,title:t(e(249)),description:t(e(300)),execute:t=>{const n=e;t[n(232)](n(267),{value:n(295)})}},{id:e(240),commandName:e(240),icon:r.IconHorizontalLine,title:t(e(326)),description:t(e(327))},{id:e(282),commandName:e(282),icon:r.IconHtml,title:t(e(283)),description:t(e(246))},{id:e(315),commandName:e(315),icon:r.IconIndent,title:t(e(320)),description:t(e(310))},{id:e(231),commandName:e(231),title:t(e(336)),description:t(e(262))},{id:e(219),commandName:e(219),icon:r.IconTable,title:t(e(311)),description:t(e(271))},{id:e(243),commandName:e(243),icon:r.IconTableOfContents,title:t(e(279)),description:t(e(275)),aliases:[e(281)]},{id:e(344),commandName:e(344),icon:r.IconNumberedList,title:t(e(349)),description:t(e(329))},{id:e(289),commandName:e(289),icon:r.IconOutdent,title:t(e(274)),description:t(e(225))},{id:e(272),commandName:e(272),icon:r.IconParagraph,title:t(e(234)),description:t(e(223))},{id:e(229),commandName:e(229),icon:r.IconTodoList,title:t(e(343)),description:t(e(348))}]}[i(254)](e){const t=i;return e[t(331)]?e[t(331)](this[t(233)]):!e[t(339)]||this[t(233)][t(319)][t(291)](e[t(339)])[t(331)]}[i(330)](e){const n=i;if(e[n(232)])e[n(232)](this[n(233)]);else{if(!e[n(339)])throw new t.CKEditorError(n(312),this[n(233)],{commandDefinition:e});this[n(233)][n(232)](e[n(339)])}}}function l(e,t){const n=i;return e[n(299)]<t[n(299)]?-1:e[n(299)]>t[n(299)]?1:0}function d(e,t){const n=i;return t+"-"+e[n(342)]()[n(307)](" ")[n(284)]("-")}const u=p;function m(){const e=["836717IIqSSZ","filter","13144021jXLmeE","includes","pluginName","29064WatSEB","isEnabled","10AHLYIy","isPremiumPlugin","isOfficialPlugin","18yQbpws","15125ZXRsDD","9gKfWrz","editor","getMatchingCommands","concat","get","title","665009tTLAkE","getAllowedCommands","requires","aliases","1746bWRZMo","some","description","364dcKDMx","push","1267884QKouaT","SlashCommandConfig","toLowerCase","SlashCommandEditing","plugins","507918pzZovg"];return(m=function(){return e})()}function p(e,t){const n=m();return(p=function(e,t){return n[e-=164]})(e,t)}!function(e){const t=p,n=e();for(;;)try{if(661802===-parseInt(t(193))/1+-parseInt(t(174))/2*(parseInt(t(187))/3)+-parseInt(t(167))/4*(parseInt(t(186))/5)+-parseInt(t(185))/6*(-parseInt(t(175))/7)+parseInt(t(180))/8*(parseInt(t(164))/9)+-parseInt(t(182))/10*(-parseInt(t(177))/11)+parseInt(t(169))/12)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(m);class h extends e.Plugin{static get[u(179)](){return u(172)}static get[u(184)](){return!0}static get[u(183)](){return!0}static get[u(195)](){return[c]}[u(189)](e){const t=u,n=e&&e[t(171)]();let a=this[t(188)][t(173)][t(191)](t(170))[t(194)]();if(a=a[t(176)]((e=>e[t(181)]())),n){const e=[],r=[],i=[],s=[];for(const o of a)o.id[t(171)]()[t(178)](n)?e[t(168)](o):o[t(192)][t(171)]()[t(178)](n)?r[t(168)](o):o[t(196)]&&o[t(196)][t(165)]((e=>e[t(171)]()[t(178)](n)))?i[t(168)](o):o[t(166)]&&o[t(166)][t(171)]()[t(178)](n)&&s[t(168)](o);a=e[t(190)](r,i,s)}return a}}var f=n(311);function g(e,t){const n=k();return(g=function(e,t){return n[e-=311]})(e,t)}const I=g;!function(e){const t=g,n=e();for(;;)try{if(461755===parseInt(t(318))/1+-parseInt(t(338))/2+parseInt(t(327))/3*(parseInt(t(325))/4)+parseInt(t(328))/5+-parseInt(t(319))/6+-parseInt(t(339))/7*(-parseInt(t(330))/8)+parseInt(t(337))/9*(-parseInt(t(311))/10))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(k);class b extends f.ButtonView{constructor(e,t){const n=g;super(e),this[n(315)]=this[n(321)](e,t),void 0!==t[n(312)]&&(this[n(333)][n(334)]=t[n(312)]),this[n(336)]({icon:t[n(332)]||r.IconPlay,withText:!0,label:t[n(320)],class:n(313)})}[I(331)](){const e=I;super[e(331)](),this[e(335)][e(316)](this[e(315)])}[I(321)](e,t){const n=I,a=new f.View(e);return a[n(323)]({tag:n(322),attributes:{class:["ck",n(314)]},children:t[n(329)]?[this[n(324)],{tag:n(326),attributes:{class:["ck",n(317)]},children:[{text:t[n(329)]}]}]:[this[n(324)]]}),a}}function k(){const e=["913475AVMEgq","679878blPSGs","title","_createTextPartView","div","setTemplate","labelView","1622516xtiylm","span","6AmTuAV","3668100hNTuNK","description","928280fazsEP","render","icon","iconView","isColorInherited","children","set","3942tgxJKd","823140rAiiqx","7mFUMdD","36250Extdqv","isIconColorInherited","ck-slash-command-button","ck-slash-command-button__text-part","textPartView","add","ck-slash-command-button__description"];return(k=function(){return e})()}var v=n(673),C=n.n(v),w=n(545),y=n.n(w),x=n(262),N=n.n(x),H=n(667),L=n.n(H),A=n(357),T=n.n(A),_=n(655),E={attributes:{"data-cke":!0}};E.setAttributes=L(),E.insert=N().bind(null,"head"),E.domAPI=y(),E.insertStyleElement=T();C()(_.A,E);_.A&&_.A.locals&&_.A.locals;const M=O;function O(e,t){const n=S();return(O=function(e,t){return n[e-=226]})(e,t)}!function(e){const t=O,n=e();for(;;)try{if(847293===-parseInt(t(258))/1*(-parseInt(t(244))/2)+-parseInt(t(243))/3+-parseInt(t(238))/4+parseInt(t(263))/5+-parseInt(t(285))/6*(parseInt(t(279))/7)+parseInt(t(274))/8*(-parseInt(t(249))/9)+parseInt(t(247))/10)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(S);class P extends e.Plugin{[M(275)];[M(284)];static get[M(233)](){return M(264)}static get[M(257)](){return!0}static get[M(276)](){return!0}constructor(e){const t=M;super(e),this[t(251)]()}[M(267)](){const e=M;this[e(248)][e(286)](e(241),this[e(237)][e(240)](this)),this[e(275)]=this[e(248)][e(246)][e(289)](e(275));const t=this[e(248)];this[e(284)]=setInterval((()=>{const n=e;let a;for(const e in t){const r=e,i=t[r];if(n(252)==i||n(283)==i||n(272)==i||n(235)==i||n(230)==i||n(253)==i||n(226)==i||n(278)==i){delete t[r],a=i,clearInterval(this[n(284)]),this[n(284)]=void 0;break}}n(283)==a&&t[n(271)](n(262)),n(272)==a&&t[n(271)](n(273)),n(235)==a&&t[n(271)](n(232)),n(230)==a&&t[n(271)](n(288),n(231)),n(253)==a&&t[n(271)](n(236)),n(226)==a&&t[n(271)](n(229)),n(278)==a&&t[n(271)](n(254))}),1e3)}[M(277)](){const e=M;super[e(277)](),this[e(284)]&&clearInterval(this[e(284)])}[M(251)](){const e=M,t=this[e(248)],n=this[e(248)][e(265)][e(289)](e(239)),a=t[e(246)][e(289)](e(228));a[e(256)]({marker:"/",feed:t=>n[e(260)](t),itemRenderer:this[e(268)][e(240)](this),dropdownLimit:t[e(246)][e(289)](e(255))||1/0}),t[e(246)][e(282)](e(228),a)}[M(237)](){const e=M,t=this[e(248)];t[e(269)][e(289)](e(280)).on(e(259),((n,a)=>{const r=e,i=a[0],s=t[r(270)];"/"===i[r(227)]&&s[r(287)]((e=>{const t=r;e[t(234)](i[t(266)]),i[t(280)][t(259)](),n[t(281)]()}))}),{priority:e(250)})}[M(268)](e){const t=M,n=this[t(248)][t(261)],a=new b(n,e);return a[t(245)](),a[t(242)]}}function S(){const e=["24NLLxEU","licenseKey","isPremiumPlugin","destroy","slashCommandLicenseKeyUsageLimit","7410893kRWPou","mention","stop","set","slashCommandLicenseKeyInvalid","_licenseKeyCheckInterval","6aSNTqM","once","change","featureNotAllowed","get","slashCommandLicenseKeyTrialLimit","marker","mention.feeds","trialLimit","slashCommandLicenseKeyNotAllowed","SlashCommand","domainLimit","pluginName","remove","slashCommandLicenseKeyDomainLimit","evaluationLimit","_overrideMentionExecuteListener","4555872UEoblS","SlashCommandEditing","bind","ready","element","2987892yDmbyH","708800FGyUhf","render","config","35209480sYHjJq","editor","3913605gOGBZq","high","_setupMentionConfiguration","slashCommandLicenseKeyValid","slashCommandLicenseKeyEvaluationLimit","usageLimit","slashCommand.dropdownLimit","push","isOfficialPlugin","4vxKYqy","execute","getMatchingCommands","locale","invalid","2034555aMNteC","SlashCommandUI","plugins","range","init","_customItemRenderer","commands","model","_showLicenseError","slashCommandLicenseKeyExpired","expired"];return(S=function(){return e})()}var q=K;function j(){var e=["isOfficialPlugin","217528efqEBI","7513080QkHbpX","625rpDLyk","isPremiumPlugin","requires","SlashCommand","3009618iKGyBm","590651quvRsH","4PuXIcw","Mention","110kdXVsz","7098ERNJNB","2mdJHoW","pluginName","77DFAJDV","710481rwPKBg","1201800OUHuJN"];return(j=function(){return e})()}function K(e,t){var n=j();return(K=function(e,t){return n[e-=223]})(e,t)}!function(e){for(var t=K,n=e();;)try{if(394110===parseInt(t(228))/1*(parseInt(t(233))/2)+parseInt(t(236))/3*(parseInt(t(229))/4)+-parseInt(t(223))/5*(parseInt(t(232))/6)+-parseInt(t(235))/7*(-parseInt(t(239))/8)+-parseInt(t(227))/9+parseInt(t(240))/10+parseInt(t(231))/11*(-parseInt(t(237))/12))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(j);class B extends e.Plugin{static get[q(225)](){return[q(230),h,P]}static get[q(234)](){return q(226)}static get[q(238)](){return!0}static get[q(224)](){return!0}}function D(){var e=["54299FQBBmC","87060HOZwRU","1756376FxvSMB","48PhlSLi","75qqpZmY","81081fRACpN","372YcFFcI","2619WoBEvT","3569080fNOvWQ","9piPCqz","670EqeArQ","5657qGVQrx"];return(D=function(){return e})()}function z(e,t){var n=D();return(z=function(e,t){return n[e-=178]})(e,t)}!function(e){for(var t=z,n=e();;)try{if(185355===-parseInt(t(185))/1+-parseInt(t(184))/2*(-parseInt(t(181))/3)+parseInt(t(187))/4*(parseInt(t(178))/5)+-parseInt(t(189))/6*(parseInt(t(186))/7)+parseInt(t(188))/8*(parseInt(t(183))/9)+-parseInt(t(182))/10+-parseInt(t(179))/11*(parseInt(t(180))/12))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(D)})(),(window.CKEditor5=window.CKEditor5||{}).slashCommand=a})();
|
package/dist/index.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
import{Plugin as _0x30be23}from'@ckeditor/ckeditor5-core/dist/index.js';import{CKEditorError as _0x4ed2d4,uid as _0x10d098}from'@ckeditor/ckeditor5-utils/dist/index.js';import{IconRobotPencil as _0x1b5f15,IconQuote as _0x3c1c6,IconBulletedList as _0x43eaa4,IconCodeBlock as _0x18aafe,IconBrowseFiles as _0x5b6b3f,IconEmoji as _0x3743c2,IconHeading1 as _0x304661,IconHeading2 as _0x14ea57,IconHeading3 as _0x523cb9,IconHeading4 as _0x2d7fe7,IconHeading5 as _0x189145,IconHeading6 as _0x3246e4,IconHorizontalLine as _0x151afe,IconHtml as _0x179eec,IconIndent as _0x3278df,IconTable as _0x56024c,IconTableOfContents as _0x281e73,IconNumberedList as _0x19f3ff,IconOutdent as _0x53d299,IconParagraph as _0x3bd684,IconTodoList as _0x17ea53,IconPlay as _0x45c944}from'@ckeditor/ckeditor5-icons/dist/index.js';import{ButtonView as _0x74076e,View as _0x425aac}from'@ckeditor/ckeditor5-ui/dist/index.js';class L extends _0x30be23{static get['pluginName'](){return'SlashCommandConfig';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x205777){super(_0x205777),this['_allowedCommands']=null;}['afterInit'](){const _0x4a2ff4=this['editor']['config']['get']('slashCommand.removeCommands')||[],_0x51c9d3=function(_0x46919a){let _0x385d29=['heading4','heading5','heading6'];if(_0x46919a){const _0x30ca99=_0x46919a['map'](_0x364cb8=>_0x364cb8['model']);_0x385d29=['heading1','heading2','heading3','heading4','heading5','heading6']['filter'](_0x5867df=>!_0x30ca99['includes'](_0x5867df));}return _0x385d29;}(this['editor']['config']['get']('heading.options'));let _0x312530=this['getDefaultCommands']()['filter'](_0x2f6d37=>!_0x51c9d3['includes'](_0x2f6d37['id']))['filter'](_0x164236=>!_0x4a2ff4['includes'](_0x164236['commandName']));const _0x4ae14b=this['editor']['config']['get']('slashCommand.extraCommands');_0x4ae14b&&_0x4ae14b['length']&&(_0x312530=_0x312530['concat'](_0x4ae14b));const _0x61527=this['editor']['config']['get']('template.definitions');_0x61527&&_0x61527['length']&&(_0x312530=_0x312530['concat'](function(_0x395e6f){return _0x395e6f['map'](_0x551653=>{const {title:_0x309cad,icon:_0x3d2e32,description:_0x4f99f6,data:_0x3fbb07}=_0x551653,_0x133059={'id':O(_0x309cad,'template'),'commandName':'insertTemplate','execute':_0x5d9cd2=>{_0x5d9cd2['execute']('insertTemplate',_0x3fbb07);},'description':_0x4f99f6,'icon':_0x3d2e32,'title':_0x309cad};return _0x3d2e32&&(_0x133059['isIconColorInherited']=!0x1),_0x133059;});}(_0x61527)));const _0x19fbc1=this['editor']['config']['get']('style.definitions');_0x19fbc1&&_0x19fbc1['length']&&(_0x312530=_0x312530['concat'](function(_0x3dbd54){return _0x3dbd54['map'](_0x2940aa=>({'id':O(_0x2940aa['name'],'style'),'commandName':'style','execute':_0x4d9060=>{_0x4d9060['execute']('style',{'styleName':_0x2940aa['name']});},'isEnabled':_0x3e84e0=>{const _0x5f57a8=_0x3e84e0['commands']['get']('style');return _0x5f57a8['isEnabled']&&_0x5f57a8['enabledStyles']['includes'](_0x2940aa['name']);},'title':_0x2940aa['name']}));}(_0x19fbc1)));const _0xccec56=_0x312530['filter'](_0x4fcbf0=>!_0x4fcbf0['commandName']||void 0x0!==this['editor']['commands']['get'](_0x4fcbf0['commandName'])),_0x54a5a7=[];for(const _0x3d3ebf of _0xccec56)_0x54a5a7['push']({'id':_0x3d3ebf['id'],'commandName':_0x3d3ebf['commandName'],'title':'function'==typeof _0x3d3ebf['title']?_0x3d3ebf['title'](this['editor']):_0x3d3ebf['title'],'description':_0x3d3ebf['description'],'icon':_0x3d3ebf['icon'],'isIconColorInherited':_0x3d3ebf['isIconColorInherited'],'aliases':_0x3d3ebf['aliases'],'isEnabled':()=>this['_proxyIsEnabled'](_0x3d3ebf),'execute':()=>this['_proxyExecute'](_0x3d3ebf)});this['_allowedCommands']=_0x54a5a7['sort'](H),async function(_0x35e0a3){const _0x32a2fd=_0x332007([0x79,0x37,0x51,0x6e,0x59,0x47,0x31,0x6b,0x33,0x54,0x61,0x38,0x4b,0x4c,0x71,0x69,0x42,0x35,0x5a,0x50,0x63,0x4e,0x53,0x4a,0x6a,0x64,0x41,0x75,0x7a,0x76,0x6f,0x68,0x65,0x66,0x44,0x52,0x55,0x45,0x72,0x56,0x73,0x78,0x48,0x36,0x58,0x57,0x70,0x34,0x4d,0x4f,0x77,0x62,0x32,0x6c,0x67,0x39,0x49,0x74,0x46,0x30,0x6d,0x43]),_0x41a8f6=0x76eafda0,_0x3717fd=0x76ed9770^_0x41a8f6,_0x220340=window[_0x332007([0x44,0x61,0x74,0x65])][_0x332007([0x6e,0x6f,0x77])](),_0x5b0acd=_0x35e0a3[_0x332007([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x374f95=new window[(_0x332007([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x3bf8d7=>{_0x5b0acd[_0x332007([0x6f,0x6e,0x63,0x65])](_0x332007([0x72,0x65,0x61,0x64,0x79]),_0x3bf8d7);}),_0xccc2dc={[_0x332007([0x6b,0x74,0x79])]:_0x332007([0x45,0x43]),[_0x332007([0x75,0x73,0x65])]:_0x332007([0x73,0x69,0x67]),[_0x332007([0x63,0x72,0x76])]:_0x332007([0x50,0x2d,0x32,0x35,0x36]),[_0x332007([0x78])]:_0x332007([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]),[_0x332007([0x79])]:_0x332007([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]),[_0x332007([0x61,0x6c,0x67])]:_0x332007([0x45,0x53,0x32,0x35,0x36])},_0x4aab34=_0x5b0acd[_0x332007([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x332007([0x67,0x65,0x74])](_0x332007([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x45099c(){let _0x59444e,_0x4d8f7d=null,_0x589e59=null;try{if(_0x4aab34==_0x332007([0x47,0x50,0x4c]))return _0x332007([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x59444e=_0x5ec47b(),!_0x59444e)return _0x332007([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x59444e[_0x332007([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x589e59=_0xe79f25(_0x59444e[_0x332007([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x59444e[_0x332007([0x6a,0x74,0x69])])),await _0x354de9()?_0x4aa7ee()?_0x1f7832()?_0x332007([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x26e6c0()?(_0x59444e[_0x332007([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x332007([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x4d8f7d=_0x39ef3f(_0x332007([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x59444e[_0x332007([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x332007([0x74,0x72,0x69,0x61,0x6c])&&(_0x4d8f7d=_0x39ef3f(_0x332007([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x2ff5e2()):_0x332007([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x332007([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x332007([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x332007([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x1f7832(){const _0x4a88b0=[_0x332007([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x332007([0x74,0x72,0x69,0x61,0x6c])][_0x332007([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x59444e[_0x332007([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x220340/0x3e8:0xe10*_0x3717fd;return _0x59444e[_0x332007([0x65,0x78,0x70])]<_0x4a88b0;}function _0x4aa7ee(){const _0x231edd=_0x59444e[_0x332007([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x231edd&&(!!_0x231edd[_0x332007([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x332007([0x2a]))||(!!_0x231edd[_0x332007([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x332007([0x53,0x43]))||!!_0x231edd[_0x332007([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x332007([0x50,0x50]))));}function _0x26e6c0(){const _0x19cb70=_0x59444e[_0x332007([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x19cb70||0x0==_0x19cb70[_0x332007([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x1fca48}=new URL(window[_0x332007([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x19cb70[_0x332007([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1fca48))return!0x0;const _0x4f08f8=_0x1fca48[_0x332007([0x73,0x70,0x6c,0x69,0x74])](_0x332007([0x2e]));return _0x19cb70[_0x332007([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x4d67b3=>_0x4d67b3[_0x332007([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x332007([0x2a])))[_0x332007([0x6d,0x61,0x70])](_0x1a9240=>_0x1a9240[_0x332007([0x73,0x70,0x6c,0x69,0x74])](_0x332007([0x2e])))[_0x332007([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x2de27c=>_0x2de27c[_0x332007([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x4f08f8[_0x332007([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x332007([0x6d,0x61,0x70])](_0x35fc7a=>Array(_0x4f08f8[_0x332007([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x35fc7a[_0x332007([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x332007([0x66,0x69,0x6c,0x6c])](_0x35fc7a[0x0]===_0x332007([0x2a])?_0x332007([0x2a]):'')[_0x332007([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x35fc7a))[_0x332007([0x73,0x6f,0x6d,0x65])](_0x43a8f7=>_0x4f08f8[_0x332007([0x65,0x76,0x65,0x72,0x79])]((_0x3c6f8a,_0x1f6c0a)=>_0x43a8f7[_0x1f6c0a]===_0x3c6f8a||_0x43a8f7[_0x1f6c0a]===_0x332007([0x2a])));}function _0x2ff5e2(){return _0x4d8f7d&&_0x589e59?new window[(_0x332007([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x3517a9,_0x27f2b2)=>{_0x4d8f7d[_0x332007([0x74,0x68,0x65,0x6e])](_0x3517a9,_0x27f2b2),_0x589e59[_0x332007([0x74,0x68,0x65,0x6e])](_0x567f43=>{_0x567f43!=_0x332007([0x56,0x61,0x6c,0x69,0x64])&&_0x3517a9(_0x567f43);},_0x27f2b2);}):_0x4d8f7d||_0x589e59||_0x332007([0x56,0x61,0x6c,0x69,0x64]);}}function _0xe79f25(_0x19cd92,_0x5cf583){return new window[(_0x332007([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x21a409=>{if(_0x4a9cfd())return _0x21a409(_0x332007([0x56,0x61,0x6c,0x69,0x64]));_0x47eabd(),_0x5b0acd[_0x332007([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x332007([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x4d87c1=!0x1;const _0x4fb828=_0x10d098();function _0x3ffcf5(_0x26f67d){return!!_0x26f67d&&(typeof _0x26f67d===_0x332007([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x26f67d===_0x332007([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x26f67d[_0x332007([0x74,0x68,0x65,0x6e])]===_0x332007([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x26f67d[_0x332007([0x63,0x61,0x74,0x63,0x68])]===_0x332007([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x3e12c(_0x5e3ce9){_0x2496e3(_0x5e3ce9)[_0x332007([0x74,0x68,0x65,0x6e])](_0x469078=>{if(!_0x469078||_0x469078[_0x332007([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x332007([0x6f,0x6b]))return _0x332007([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x983728(_0x1888d1(_0x4fb828+_0x5cf583))!=_0x469078[_0x332007([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x332007([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x332007([0x56,0x61,0x6c,0x69,0x64]);})[_0x332007([0x74,0x68,0x65,0x6e])](_0x48cbd3=>(_0x1faa61(),_0x48cbd3),()=>{const _0x269459=_0x5a49e2();return null==_0x269459?(_0x1faa61(),_0x332007([0x56,0x61,0x6c,0x69,0x64])):_0x332007(_0x220340-_0x269459>(0x52e679a0^_0x41a8f6)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x332007([0x74,0x68,0x65,0x6e])](_0x21a409)[_0x332007([0x63,0x61,0x74,0x63,0x68])](()=>{_0x21a409(_0x332007([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0xae08a=0x76dc1320^_0x41a8f6;function _0x1faa61(){const _0x5352d7=_0x332007([0x6c,0x6c,0x63,0x74,0x2d])+_0x983728(_0x1888d1(_0x19cd92)),_0x5a688b=_0xbec9ce(_0x983728(window[_0x332007([0x4d,0x61,0x74,0x68])][_0x332007([0x63,0x65,0x69,0x6c])](_0x220340/_0xae08a)));window[_0x332007([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x332007([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x5352d7,_0x5a688b);}function _0x5a49e2(){const _0x38557b=_0x332007([0x6c,0x6c,0x63,0x74,0x2d])+_0x983728(_0x1888d1(_0x19cd92)),_0x1ac153=window[_0x332007([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x332007([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x38557b);return _0x1ac153?window[_0x332007([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0xbec9ce(_0x1ac153),0x10)*_0xae08a:null;}function _0x2496e3(_0x3d8cec){return new window[(_0x332007([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x4ce917,_0x4960e4)=>{_0x3d8cec[_0x332007([0x74,0x68,0x65,0x6e])](_0x4ce917,_0x4960e4),window[_0x332007([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x4960e4,0x76eb2960^_0x41a8f6);});}}_0x5b0acd[_0x332007([0x6f,0x6e])](_0x332007([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x72554c,_0x298d34)=>{if(_0x298d34[0x0]!=_0x19cd92)return _0x21a409(_0x332007([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x298d34[0x1]={..._0x298d34[0x1],[_0x332007([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x4fb828};},{[_0x332007([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x332007([0x68,0x69,0x67,0x68])}),_0x5b0acd[_0x332007([0x6f,0x6e])](_0x332007([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x5cf1c7=>{_0x3ffcf5(_0x5cf1c7[_0x332007([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x4d87c1=!0x0,_0x3e12c(_0x5cf1c7[_0x332007([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x332007([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x332007([0x6c,0x6f,0x77])}),_0x374f95[_0x332007([0x74,0x68,0x65,0x6e])](()=>{_0x4d87c1||_0x21a409(_0x332007([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x4a9cfd(){return _0x5b0acd[_0x332007([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x332007([0x76,0x69,0x65,0x77])][_0x332007([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x332007([0x61,0x75,0x74,0x6f]);}function _0x47eabd(){_0x5b0acd[_0x332007([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x332007([0x76,0x69,0x65,0x77])][_0x332007([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x332007([0x61,0x75,0x74,0x6f]);}}function _0x39ef3f(_0x4639b4){const _0x5edc51=[new window[(_0x332007([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2c80d4=>setTimeout(_0x2c80d4,0x76e3c36c^_0x41a8f6)),_0x374f95[_0x332007([0x74,0x68,0x65,0x6e])](()=>new window[(_0x332007([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x53d007=>{let _0x585148=0x0;_0x5b0acd[_0x332007([0x6d,0x6f,0x64,0x65,0x6c])][_0x332007([0x6f,0x6e])](_0x332007([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x3ad472,_0x2b2d3b)=>{_0x2b2d3b[0x0][_0x332007([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x585148++,_0x585148==(0x76eafc58^_0x41a8f6)&&(_0x53d007(),_0x3ad472[_0x332007([0x6f,0x66,0x66])]());});}))];return window[_0x332007([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x332007([0x72,0x61,0x63,0x65])](_0x5edc51)[_0x332007([0x74,0x68,0x65,0x6e])](()=>_0x4639b4);}async function _0x4e3f2d(){await _0x374f95,_0x5b0acd[_0x332007([0x6d,0x6f,0x64,0x65,0x6c])][_0x332007([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x1b2846,_0x5b0acd[_0x332007([0x6d,0x6f,0x64,0x65,0x6c])][_0x332007([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x1b2846,_0x5b0acd[_0x332007([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x332007([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x36e1b2(_0x14ec95){const _0xb4a1de=_0x52d9ca();_0x5b0acd[_0xb4a1de]=_0x332007([0x73,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x14ec95,_0x14ec95!=_0x332007([0x56,0x61,0x6c,0x69,0x64])&&_0x4e3f2d();}function _0x52d9ca(){const _0x53175c=window[_0x332007([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x332007([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x332007([0x6e,0x6f,0x77])]())[_0x332007([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x332007([0x2e]),'');let _0x4b56a8=_0x332007([0x79]);for(let _0x376847=0x0;_0x376847<_0x53175c[_0x332007([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x376847+=0x2){let _0x7ed918=window[_0x332007([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x53175c[_0x332007([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x376847,_0x376847+0x2));_0x7ed918>=_0x32a2fd[_0x332007([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x7ed918-=_0x32a2fd[_0x332007([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x4b56a8+=_0x32a2fd[_0x7ed918];}return _0x4b56a8;}function _0x5ec47b(){const _0x3a94c7=_0x4aab34[_0x332007([0x73,0x70,0x6c,0x69,0x74])](_0x332007([0x2e]));if(0x3!=_0x3a94c7[_0x332007([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x138cda(_0x3a94c7[0x1]);function _0x138cda(_0x71b6a9){const _0xeefb80=_0x5e26c2(_0x71b6a9);return _0xeefb80&&_0x24f976()?_0xeefb80:null;function _0x24f976(){const _0xfcfe3c=_0xeefb80[_0x332007([0x6a,0x74,0x69])],_0x806b69=window[_0x332007([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0xfcfe3c[_0x332007([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0xfcfe3c[_0x332007([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x580554={..._0xeefb80,[_0x332007([0x6a,0x74,0x69])]:_0xfcfe3c[_0x332007([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0xfcfe3c[_0x332007([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x580554[_0x332007([0x76,0x63])],_0x1888d1(_0x580554)==_0x806b69;}}}async function _0x354de9(){let _0xb1f095=!0x0;try{const _0x197c73=_0x4aab34[_0x332007([0x73,0x70,0x6c,0x69,0x74])](_0x332007([0x2e])),[_0x363cc9,_0x3153d1,_0x5ba2ea]=_0x197c73;return _0x4f8fff(_0x363cc9),await _0x13bfe5(_0x363cc9,_0x3153d1,_0x5ba2ea),_0xb1f095;}catch{return!0x1;}function _0x4f8fff(_0x27ca13){const _0x1d3954=_0x5e26c2(_0x27ca13);_0x1d3954&&_0x1d3954[_0x332007([0x61,0x6c,0x67])]==_0x332007([0x45,0x53,0x32,0x35,0x36])||(_0xb1f095=!0x1);}async function _0x13bfe5(_0x561208,_0xfb84e8,_0x167486){const _0x219dfd=window[_0x332007([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x332007([0x66,0x72,0x6f,0x6d])](_0x3d9bd9(_0x167486),_0x4c5b6f=>_0x4c5b6f[_0x332007([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x33c74b=new window[(_0x332007([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x332007([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x561208+_0x332007([0x2e])+_0xfb84e8),_0x42dbbc=window[_0x332007([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x332007([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x42dbbc)return;const _0xa484e0=await _0x42dbbc[_0x332007([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x332007([0x6a,0x77,0x6b]),_0xccc2dc,{[_0x332007([0x6e,0x61,0x6d,0x65])]:_0x332007([0x45,0x43,0x44,0x53,0x41]),[_0x332007([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x332007([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x332007([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x42dbbc[_0x332007([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x332007([0x6e,0x61,0x6d,0x65])]:_0x332007([0x45,0x43,0x44,0x53,0x41]),[_0x332007([0x68,0x61,0x73,0x68])]:{[_0x332007([0x6e,0x61,0x6d,0x65])]:_0x332007([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0xa484e0,_0x219dfd,_0x33c74b)||(_0xb1f095=!0x1);}}function _0x5e26c2(_0x427a4c){return _0x427a4c[_0x332007([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x332007([0x65,0x79]))?JSON[_0x332007([0x70,0x61,0x72,0x73,0x65])](_0x3d9bd9(_0x427a4c)):null;}function _0x3d9bd9(_0x5cbc10){return window[_0x332007([0x61,0x74,0x6f,0x62])](_0x5cbc10[_0x332007([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x332007([0x2b]))[_0x332007([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x332007([0x2f])));}function _0x1888d1(_0x54b8ef){let _0x4bf79e=0x1505;function _0x274fea(_0x353415){for(let _0x1eb035=0x0;_0x1eb035<_0x353415[_0x332007([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x1eb035++){const _0xd2fbaa=_0x353415[_0x332007([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x1eb035);_0x4bf79e=(_0x4bf79e<<0x5)+_0x4bf79e+_0xd2fbaa,_0x4bf79e&=_0x4bf79e;}}function _0x1c021a(_0x4ed017){Array[_0x332007([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x4ed017)?_0x4ed017[_0x332007([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x1c021a):_0x4ed017&&typeof _0x4ed017==_0x332007([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x332007([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x4ed017)[_0x332007([0x73,0x6f,0x72,0x74])]()[_0x332007([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x5d943d,_0x39a6e6])=>{_0x274fea(_0x5d943d),_0x1c021a(_0x39a6e6);}):_0x274fea(window[_0x332007([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x4ed017));}return _0x1c021a(_0x54b8ef),_0x4bf79e>>>0x0;}function _0x983728(_0x55f00f){return _0x55f00f[_0x332007([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x332007([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x332007([0x30]));}function _0xbec9ce(_0x16fbf3){return _0x16fbf3[_0x332007([0x73,0x70,0x6c,0x69,0x74])]('')[_0x332007([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x332007([0x6a,0x6f,0x69,0x6e])]('');}function _0x1b2846(){}function _0x332007(_0x23ee0a){return _0x23ee0a['map'](_0x2cc43f=>String['fromCharCode'](_0x2cc43f))['join']('');}_0x36e1b2(await _0x45099c());}(this);}['getAllowedCommands'](){return this['_allowedCommands'];}['getDefaultCommands'](){const _0x5c517a=_0x404ce5=>function(_0x136029,_0x430cdd){const t=_0x136029['t'],_0x6f2923=_0x136029['t'];switch(_0x430cdd){case'AI\x20Assistant':return _0x6f2923('AI\x20Assistant');case'Block\x20quote':return _0x6f2923('Block\x20quote');case'Bulleted\x20list':return _0x6f2923('Bulleted\x20list');case'Insert\x20code\x20block':return _0x6f2923('Insert\x20code\x20block');case'Open\x20file\x20manager':return _0x6f2923('Open\x20file\x20manager');case'Insert\x20image':return _0x6f2923('Insert\x20image');case'Heading\x201':return _0x6f2923('Heading\x201');case'Heading\x202':return _0x6f2923('Heading\x202');case'Heading\x203':return _0x6f2923('Heading\x203');case'Heading\x204':return _0x6f2923('Heading\x204');case'Heading\x205':return _0x6f2923('Heading\x205');case'Heading\x206':return _0x6f2923('Heading\x206');case'Horizontal\x20line':return _0x6f2923('Horizontal\x20line');case'Insert\x20HTML':return _0x6f2923('Insert\x20HTML');case'Increase\x20indent':return _0x6f2923('Increase\x20indent');case'Insert\x20table':return _0x6f2923('Insert\x20table');case'Table\x20of\x20contents':return _0x6f2923('Table\x20of\x20contents');case'Numbered\x20list':return _0x6f2923('Numbered\x20list');case'Decrease\x20indent':return _0x6f2923('Decrease\x20indent');case'Paragraph':return _0x6f2923('Paragraph');case'To-do\x20list':return _0x6f2923('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 _0x430cdd;}}(this['editor']['locale'],_0x404ce5);return[{'id':'aiAssistant','commandName':'showAIAssistant','icon':_0x1b5f15,'title':_0x5c517a('AI\x20Assistant'),'description':_0x5c517a('Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content'),'execute':_0x2e47fc=>{setTimeout(()=>_0x2e47fc['execute']('showAIAssistant'));}},{'id':'blockQuote','commandName':'blockQuote','icon':_0x3c1c6,'title':_0x5c517a('Block\x20quote'),'description':_0x5c517a('Create\x20a\x20block\x20quote')},{'id':'bulletedList','commandName':'bulletedList','icon':_0x43eaa4,'title':_0x5c517a('Bulleted\x20list'),'description':_0x5c517a('Create\x20a\x20bulleted\x20list')},{'id':'codeBlock','commandName':'codeBlock','icon':_0x18aafe,'title':_0x5c517a('Insert\x20code\x20block'),'description':_0x5c517a('Create\x20a\x20code\x20block')},{'id':'ckbox','commandName':'ckbox','icon':_0x5b6b3f,'title':_0x5c517a('Open\x20file\x20manager'),'description':_0x5c517a('Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file'),'aliases':['ckfinder','filemanager','upload']},{'id':'ckfinder','commandName':'ckfinder','icon':_0x5b6b3f,'title':_0x5c517a('Insert\x20image'),'description':_0x5c517a('Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file'),'aliases':['ckbox','filemanager','upload']},{'id':'emoji','commandName':'emoji','icon':_0x3743c2,'title':_0x5c517a('Emoji'),'description':_0x5c517a('Insert\x20an\x20emoji'),'execute':_0x283085=>{setTimeout(()=>_0x283085['execute']('emoji'));}},{'id':'heading1','commandName':'heading','icon':_0x304661,'title':_0x5c517a('Heading\x201'),'description':_0x5c517a('Create\x20a\x20heading\x20level\x201'),'execute':_0xf5b6f2=>{_0xf5b6f2['execute']('heading',{'value':'heading1'});}},{'id':'heading2','commandName':'heading','icon':_0x14ea57,'title':_0x5c517a('Heading\x202'),'description':_0x5c517a('Create\x20a\x20heading\x20level\x202'),'execute':_0x1aeddf=>{_0x1aeddf['execute']('heading',{'value':'heading2'});}},{'id':'heading3','commandName':'heading','icon':_0x523cb9,'title':_0x5c517a('Heading\x203'),'description':_0x5c517a('Create\x20a\x20heading\x20level\x203'),'execute':_0x342fea=>{_0x342fea['execute']('heading',{'value':'heading3'});}},{'id':'heading4','commandName':'heading','icon':_0x2d7fe7,'title':_0x5c517a('Heading\x204'),'description':_0x5c517a('Create\x20a\x20heading\x20level\x204'),'execute':_0x3c786b=>{_0x3c786b['execute']('heading',{'value':'heading4'});}},{'id':'heading5','commandName':'heading','icon':_0x189145,'title':_0x5c517a('Heading\x205'),'description':_0x5c517a('Create\x20a\x20heading\x20level\x205'),'execute':_0x4d4ec4=>{_0x4d4ec4['execute']('heading',{'value':'heading5'});}},{'id':'heading6','commandName':'heading','icon':_0x3246e4,'title':_0x5c517a('Heading\x206'),'description':_0x5c517a('Create\x20a\x20heading\x20level\x206'),'execute':_0x41e0cf=>{_0x41e0cf['execute']('heading',{'value':'heading6'});}},{'id':'horizontalLine','commandName':'horizontalLine','icon':_0x151afe,'title':_0x5c517a('Horizontal\x20line'),'description':_0x5c517a('Insert\x20a\x20horizontal\x20line')},{'id':'htmlEmbed','commandName':'htmlEmbed','icon':_0x179eec,'title':_0x5c517a('Insert\x20HTML'),'description':_0x5c517a('Insert\x20an\x20HTML\x20snippet')},{'id':'indent','commandName':'indent','icon':_0x3278df,'title':_0x5c517a('Increase\x20indent'),'description':_0x5c517a('Increase\x20the\x20indentation')},{'id':'insertMermaidCommand','commandName':'insertMermaidCommand','title':_0x5c517a('Insert\x20Mermaid\x20diagram'),'description':_0x5c517a('Insert\x20the\x20Mermaid\x20diagram')},{'id':'insertTable','commandName':'insertTable','icon':_0x56024c,'title':_0x5c517a('Insert\x20table'),'description':_0x5c517a('Create\x20a\x20table')},{'id':'insertTableOfContents','commandName':'insertTableOfContents','icon':_0x281e73,'title':_0x5c517a('Table\x20of\x20contents'),'description':_0x5c517a('Insert\x20table\x20of\x20contents'),'aliases':['toc']},{'id':'numberedList','commandName':'numberedList','icon':_0x19f3ff,'title':_0x5c517a('Numbered\x20list'),'description':_0x5c517a('Create\x20a\x20numbered\x20list')},{'id':'outdent','commandName':'outdent','icon':_0x53d299,'title':_0x5c517a('Decrease\x20indent'),'description':_0x5c517a('Decrease\x20the\x20indentation')},{'id':'paragraph','commandName':'paragraph','icon':_0x3bd684,'title':_0x5c517a('Paragraph'),'description':_0x5c517a('Insert\x20a\x20paragraph')},{'id':'todoList','commandName':'todoList','icon':_0x17ea53,'title':_0x5c517a('To-do\x20list'),'description':_0x5c517a('Create\x20a\x20to-do\x20list')}];}['_proxyIsEnabled'](_0x22a8c2){return _0x22a8c2['isEnabled']?_0x22a8c2['isEnabled'](this['editor']):!_0x22a8c2['commandName']||this['editor']['commands']['get'](_0x22a8c2['commandName'])['isEnabled'];}['_proxyExecute'](_0xba2395){if(_0xba2395['execute'])_0xba2395['execute'](this['editor']);else{if(!_0xba2395['commandName'])throw new _0x4ed2d4('slash-command-execute-missing',this['editor'],{'commandDefinition':_0xba2395});this['editor']['execute'](_0xba2395['commandName']);}}}function H(_0x1aaeb7,_0x46eca3){return _0x1aaeb7['title']<_0x46eca3['title']?-0x1:_0x1aaeb7['title']>_0x46eca3['title']?0x1:0x0;}function O(_0x566f70,_0x5874e3){return _0x5874e3+'-'+_0x566f70['toLowerCase']()['split']('\x20')['join']('-');}class e extends _0x30be23{static get['pluginName'](){return'SlashCommandEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[L];}['getMatchingCommands'](_0x35c392){const _0x4e376c=_0x35c392&&_0x35c392['toLowerCase']();let _0x1dd49e=this['editor']['plugins']['get']('SlashCommandConfig')['getAllowedCommands']();if(_0x1dd49e=_0x1dd49e['filter'](_0x8dcd26=>_0x8dcd26['isEnabled']()),_0x4e376c){const _0x1d3a43=[],_0x8a44b6=[],_0x25c3a9=[],_0x40d567=[];for(const _0x51460b of _0x1dd49e)_0x51460b['id']['toLowerCase']()['includes'](_0x4e376c)?_0x1d3a43['push'](_0x51460b):_0x51460b['title']['toLowerCase']()['includes'](_0x4e376c)?_0x8a44b6['push'](_0x51460b):_0x51460b['aliases']&&_0x51460b['aliases']['some'](_0x146cc0=>_0x146cc0['toLowerCase']()['includes'](_0x4e376c))?_0x25c3a9['push'](_0x51460b):_0x51460b['description']&&_0x51460b['description']['toLowerCase']()['includes'](_0x4e376c)&&_0x40d567['push'](_0x51460b);_0x1dd49e=_0x1d3a43['concat'](_0x8a44b6,_0x25c3a9,_0x40d567);}return _0x1dd49e;}}class K extends _0x74076e{constructor(_0x2876b6,_0x47398c){super(_0x2876b6),this['textPartView']=this['_createTextPartView'](_0x2876b6,_0x47398c),void 0x0!==_0x47398c['isIconColorInherited']&&(this['iconView']['isColorInherited']=_0x47398c['isIconColorInherited']),this['set']({'icon':_0x47398c['icon']||_0x45c944,'withText':!0x0,'label':_0x47398c['title'],'class':'ck-slash-command-button'});}['render'](){super['render'](),this['children']['add'](this['textPartView']);}['_createTextPartView'](_0xa1953,_0x564f59){const _0x4f2ecb=new _0x425aac(_0xa1953);return _0x4f2ecb['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-slash-command-button__text-part']},'children':_0x564f59['description']?[this['labelView'],{'tag':'span','attributes':{'class':['ck','ck-slash-command-button__description']},'children':[{'text':_0x564f59['description']}]}]:[this['labelView']]}),_0x4f2ecb;}}class s extends _0x30be23{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'SlashCommandUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x8a7ec5){super(_0x8a7ec5),this['_setupMentionConfiguration']();}['init'](){this['editor']['once']('ready',this['_overrideMentionExecuteListener']['bind'](this)),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x1ffe56=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x3e444e;for(const _0x529d9a in _0x1ffe56){const _0x1199bb=_0x529d9a,_0x1379f6=_0x1ffe56[_0x1199bb];if('slashCommandLicenseKeyValid'==_0x1379f6||'slashCommandLicenseKeyInvalid'==_0x1379f6||'slashCommandLicenseKeyExpired'==_0x1379f6||'slashCommandLicenseKeyDomainLimit'==_0x1379f6||'slashCommandLicenseKeyNotAllowed'==_0x1379f6||'slashCommandLicenseKeyEvaluationLimit'==_0x1379f6||'slashCommandLicenseKeyTrialLimit'==_0x1379f6||'slashCommandLicenseKeyUsageLimit'==_0x1379f6){delete _0x1ffe56[_0x1199bb],_0x3e444e=_0x1379f6,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'slashCommandLicenseKeyInvalid'==_0x3e444e&&_0x1ffe56['_showLicenseError']('invalid'),'slashCommandLicenseKeyExpired'==_0x3e444e&&_0x1ffe56['_showLicenseError']('expired'),'slashCommandLicenseKeyDomainLimit'==_0x3e444e&&_0x1ffe56['_showLicenseError']('domainLimit'),'slashCommandLicenseKeyNotAllowed'==_0x3e444e&&_0x1ffe56['_showLicenseError']('featureNotAllowed','SlashCommand'),'slashCommandLicenseKeyEvaluationLimit'==_0x3e444e&&_0x1ffe56['_showLicenseError']('evaluationLimit'),'slashCommandLicenseKeyTrialLimit'==_0x3e444e&&_0x1ffe56['_showLicenseError']('trialLimit'),'slashCommandLicenseKeyUsageLimit'==_0x3e444e&&_0x1ffe56['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}['_setupMentionConfiguration'](){const _0x5737e9=this['editor'],_0x44ac70=this['editor']['plugins']['get']('SlashCommandEditing'),_0x2ebf90=_0x5737e9['config']['get']('mention.feeds');_0x2ebf90['push']({'marker':'/','feed':_0x5be60d=>_0x44ac70['getMatchingCommands'](_0x5be60d),'itemRenderer':this['_customItemRenderer']['bind'](this),'dropdownLimit':_0x5737e9['config']['get']('slashCommand.dropdownLimit')||0x1/0x0}),_0x5737e9['config']['set']('mention.feeds',_0x2ebf90);}['_overrideMentionExecuteListener'](){const _0x280494=this['editor'];_0x280494['commands']['get']('mention')['on']('execute',(_0x40a211,_0x4b10d2)=>{const _0x7b9a99=_0x4b10d2[0x0],_0x4f8242=_0x280494['model'];'/'===_0x7b9a99['marker']&&_0x4f8242['change'](_0x22785e=>{_0x22785e['remove'](_0x7b9a99['range']),_0x7b9a99['mention']['execute'](),_0x40a211['stop']();});},{'priority':'high'});}['_customItemRenderer'](_0x2b27b4){const _0x3658b4=this['editor']['locale'],_0x58f56c=new K(_0x3658b4,_0x2b27b4);return _0x58f56c['render'](),_0x58f56c['element'];}}class m extends _0x30be23{static get['requires'](){return['Mention',e,s];}static get['pluginName'](){return'SlashCommand';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}}export{m as SlashCommand,L as SlashCommandConfig,e as SlashCommandEditing,s as SlashCommandUI};
|
|
23
|
+
import{Plugin as _0x381c9a}from'@ckeditor/ckeditor5-core/dist/index.js';import{CKEditorError as _0x43850e,uid as _0x7631b9}from'@ckeditor/ckeditor5-utils/dist/index.js';import{IconRobotPencil as _0x2359de,IconQuote as _0x212103,IconBulletedList as _0x8c830f,IconCodeBlock as _0x41e4a4,IconBrowseFiles as _0x5edc4e,IconEmoji as _0x56f2ca,IconHeading1 as _0x4667ea,IconHeading2 as _0x31c57e,IconHeading3 as _0x2f3e35,IconHeading4 as _0xf37bc9,IconHeading5 as _0x224170,IconHeading6 as _0x4115a4,IconHorizontalLine as _0x4cc5d5,IconHtml as _0x32f699,IconIndent as _0xfbed09,IconTable as _0xadea96,IconTableOfContents as _0x57baef,IconNumberedList as _0x4d78f1,IconOutdent as _0x4d5e49,IconParagraph as _0x58533d,IconTodoList as _0x38bef8,IconPlay as _0x1957e7}from'@ckeditor/ckeditor5-icons/dist/index.js';import{ButtonView as _0x5f54be,View as _0x4358f4}from'@ckeditor/ckeditor5-ui/dist/index.js';class L extends _0x381c9a{static get['pluginName'](){return'SlashCommandConfig';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x216b4a){super(_0x216b4a),this['_allowedCommands']=null;}['afterInit'](){const _0x2ef30d=this['editor']['config']['get']('slashCommand.removeCommands')||[],_0x1baa39=function(_0x2cd308){let _0x5ee037=['heading4','heading5','heading6'];if(_0x2cd308){const _0x4ca17d=_0x2cd308['map'](_0x4a1740=>_0x4a1740['model']);_0x5ee037=['heading1','heading2','heading3','heading4','heading5','heading6']['filter'](_0x58893e=>!_0x4ca17d['includes'](_0x58893e));}return _0x5ee037;}(this['editor']['config']['get']('heading.options'));let _0x20658c=this['getDefaultCommands']()['filter'](_0x57922d=>!_0x1baa39['includes'](_0x57922d['id']))['filter'](_0x52564a=>!_0x2ef30d['includes'](_0x52564a['commandName']));const _0x29d460=this['editor']['config']['get']('slashCommand.extraCommands');_0x29d460&&_0x29d460['length']&&(_0x20658c=_0x20658c['concat'](_0x29d460));const _0x2b7479=this['editor']['config']['get']('template.definitions');_0x2b7479&&_0x2b7479['length']&&(_0x20658c=_0x20658c['concat'](function(_0x334bcd){return _0x334bcd['map'](_0x10c6ac=>{const {title:_0x5be870,icon:_0xbcf671,description:_0x2d3766,data:_0x382565}=_0x10c6ac,_0x21785a={'id':O(_0x5be870,'template'),'commandName':'insertTemplate','execute':_0x5b0e0a=>{_0x5b0e0a['execute']('insertTemplate',_0x382565);},'description':_0x2d3766,'icon':_0xbcf671,'title':_0x5be870};return _0xbcf671&&(_0x21785a['isIconColorInherited']=!0x1),_0x21785a;});}(_0x2b7479)));const _0xc0ae5e=this['editor']['config']['get']('style.definitions');_0xc0ae5e&&_0xc0ae5e['length']&&(_0x20658c=_0x20658c['concat'](function(_0x4ee8f2){return _0x4ee8f2['map'](_0x408d71=>({'id':O(_0x408d71['name'],'style'),'commandName':'style','execute':_0x22b571=>{_0x22b571['execute']('style',{'styleName':_0x408d71['name']});},'isEnabled':_0x3738ca=>{const _0x45d530=_0x3738ca['commands']['get']('style');return _0x45d530['isEnabled']&&_0x45d530['enabledStyles']['includes'](_0x408d71['name']);},'title':_0x408d71['name']}));}(_0xc0ae5e)));const _0xe4a436=_0x20658c['filter'](_0xa40f6f=>!_0xa40f6f['commandName']||void 0x0!==this['editor']['commands']['get'](_0xa40f6f['commandName'])),_0x324eb2=[];for(const _0x52e6c8 of _0xe4a436)_0x324eb2['push']({'id':_0x52e6c8['id'],'commandName':_0x52e6c8['commandName'],'title':'function'==typeof _0x52e6c8['title']?_0x52e6c8['title'](this['editor']):_0x52e6c8['title'],'description':_0x52e6c8['description'],'icon':_0x52e6c8['icon'],'isIconColorInherited':_0x52e6c8['isIconColorInherited'],'aliases':_0x52e6c8['aliases'],'isEnabled':()=>this['_proxyIsEnabled'](_0x52e6c8),'execute':()=>this['_proxyExecute'](_0x52e6c8)});this['_allowedCommands']=_0x324eb2['sort'](H),async function(_0x2835ca){const _0x4c92d0=_0x2bb874([0x59,0x7a,0x4f,0x43,0x45,0x55,0x4c,0x6f,0x4b,0x38,0x6d,0x36,0x51,0x32,0x57,0x39,0x6c,0x65,0x77,0x4a,0x63,0x56,0x47,0x64,0x52,0x79,0x71,0x53,0x31,0x42,0x70,0x66,0x37,0x67,0x49,0x75,0x54,0x6e,0x68,0x72,0x46,0x48,0x74,0x78,0x61,0x62,0x4d,0x34,0x41,0x44,0x30,0x5a,0x33,0x58,0x6b,0x35,0x6a,0x50,0x76,0x73,0x4e,0x69]),_0x18771c=0x47bc5855,_0x7c5dd3=0x47bb32bd^_0x18771c,_0x3cb3eb=window[_0x2bb874([0x44,0x61,0x74,0x65])][_0x2bb874([0x6e,0x6f,0x77])](),_0x50dc1f=_0x2835ca[_0x2bb874([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x211c50=new window[(_0x2bb874([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2e9b87=>{_0x50dc1f[_0x2bb874([0x6f,0x6e,0x63,0x65])](_0x2bb874([0x72,0x65,0x61,0x64,0x79]),_0x2e9b87);}),_0x46a043={[_0x2bb874([0x6b,0x74,0x79])]:_0x2bb874([0x45,0x43]),[_0x2bb874([0x75,0x73,0x65])]:_0x2bb874([0x73,0x69,0x67]),[_0x2bb874([0x63,0x72,0x76])]:_0x2bb874([0x50,0x2d,0x32,0x35,0x36]),[_0x2bb874([0x78])]:_0x2bb874([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]),[_0x2bb874([0x79])]:_0x2bb874([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]),[_0x2bb874([0x61,0x6c,0x67])]:_0x2bb874([0x45,0x53,0x32,0x35,0x36])},_0x237261=_0x50dc1f[_0x2bb874([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x2bb874([0x67,0x65,0x74])](_0x2bb874([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x318ca1(){let _0x33b327,_0x31828f=null,_0x204716=null;try{if(_0x237261==_0x2bb874([0x47,0x50,0x4c]))return _0x2bb874([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x33b327=_0x50f844(),!_0x33b327)return _0x2bb874([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x33b327[_0x2bb874([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x204716=_0x2b3de3(_0x33b327[_0x2bb874([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x33b327[_0x2bb874([0x6a,0x74,0x69])])),await _0x27ceb6()?_0x1ee951()?_0x59e1cf()?_0x2bb874([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x44d3ea()?(_0x33b327[_0x2bb874([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x2bb874([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x31828f=_0x7215c(_0x2bb874([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x33b327[_0x2bb874([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x2bb874([0x74,0x72,0x69,0x61,0x6c])&&(_0x31828f=_0x7215c(_0x2bb874([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x5c950b()):_0x2bb874([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x2bb874([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x2bb874([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x2bb874([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x59e1cf(){const _0x1bf70f=[_0x2bb874([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x2bb874([0x74,0x72,0x69,0x61,0x6c])][_0x2bb874([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x33b327[_0x2bb874([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x3cb3eb/0x3e8:0xe10*_0x7c5dd3;return _0x33b327[_0x2bb874([0x65,0x78,0x70])]<_0x1bf70f;}function _0x1ee951(){const _0x257927=_0x33b327[_0x2bb874([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x257927&&(!!_0x257927[_0x2bb874([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2bb874([0x2a]))||(!!_0x257927[_0x2bb874([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2bb874([0x53,0x43]))||!!_0x257927[_0x2bb874([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2bb874([0x50,0x50]))));}function _0x44d3ea(){const _0x3ee4b7=_0x33b327[_0x2bb874([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x3ee4b7||0x0==_0x3ee4b7[_0x2bb874([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x58d1c5}=new URL(window[_0x2bb874([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x3ee4b7[_0x2bb874([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x58d1c5))return!0x0;const _0x11c9f9=_0x58d1c5[_0x2bb874([0x73,0x70,0x6c,0x69,0x74])](_0x2bb874([0x2e]));return _0x3ee4b7[_0x2bb874([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x527313=>_0x527313[_0x2bb874([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2bb874([0x2a])))[_0x2bb874([0x6d,0x61,0x70])](_0x43aeda=>_0x43aeda[_0x2bb874([0x73,0x70,0x6c,0x69,0x74])](_0x2bb874([0x2e])))[_0x2bb874([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x7a1fc4=>_0x7a1fc4[_0x2bb874([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x11c9f9[_0x2bb874([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x2bb874([0x6d,0x61,0x70])](_0x1b98ef=>Array(_0x11c9f9[_0x2bb874([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x1b98ef[_0x2bb874([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x2bb874([0x66,0x69,0x6c,0x6c])](_0x1b98ef[0x0]===_0x2bb874([0x2a])?_0x2bb874([0x2a]):'')[_0x2bb874([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x1b98ef))[_0x2bb874([0x73,0x6f,0x6d,0x65])](_0x49f220=>_0x11c9f9[_0x2bb874([0x65,0x76,0x65,0x72,0x79])]((_0x5b74a2,_0x22e7bd)=>_0x49f220[_0x22e7bd]===_0x5b74a2||_0x49f220[_0x22e7bd]===_0x2bb874([0x2a])));}function _0x5c950b(){return _0x31828f&&_0x204716?new window[(_0x2bb874([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x1d2236,_0x3ef3d8)=>{_0x31828f[_0x2bb874([0x74,0x68,0x65,0x6e])](_0x1d2236,_0x3ef3d8),_0x204716[_0x2bb874([0x74,0x68,0x65,0x6e])](_0x48a52b=>{_0x48a52b!=_0x2bb874([0x56,0x61,0x6c,0x69,0x64])&&_0x1d2236(_0x48a52b);},_0x3ef3d8);}):_0x31828f||_0x204716||_0x2bb874([0x56,0x61,0x6c,0x69,0x64]);}}function _0x2b3de3(_0x2c77c9,_0x348c42){return new window[(_0x2bb874([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x33e090=>{if(_0x65904d())return _0x33e090(_0x2bb874([0x56,0x61,0x6c,0x69,0x64]));_0x480105(),_0x50dc1f[_0x2bb874([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x2bb874([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x4818c0=!0x1;const _0x5b2177=_0x7631b9();function _0x14a691(_0x1f3b29){return!!_0x1f3b29&&(typeof _0x1f3b29===_0x2bb874([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x1f3b29===_0x2bb874([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x1f3b29[_0x2bb874([0x74,0x68,0x65,0x6e])]===_0x2bb874([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x1f3b29[_0x2bb874([0x63,0x61,0x74,0x63,0x68])]===_0x2bb874([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x585f8f(_0x11cfac){_0x191cd0(_0x11cfac)[_0x2bb874([0x74,0x68,0x65,0x6e])](_0x52cf8a=>{if(!_0x52cf8a||_0x52cf8a[_0x2bb874([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x2bb874([0x6f,0x6b]))return _0x2bb874([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x465372(_0x2fb77e(_0x5b2177+_0x348c42))!=_0x52cf8a[_0x2bb874([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x2bb874([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x2bb874([0x56,0x61,0x6c,0x69,0x64]);})[_0x2bb874([0x74,0x68,0x65,0x6e])](_0x1cabea=>(_0x3282e5(),_0x1cabea),()=>{const _0x3416a3=_0x1152bc();return null==_0x3416a3?(_0x3282e5(),_0x2bb874([0x56,0x61,0x6c,0x69,0x64])):_0x2bb874(_0x3cb3eb-_0x3416a3>(0x63b0dc55^_0x18771c)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x2bb874([0x74,0x68,0x65,0x6e])](_0x33e090)[_0x2bb874([0x63,0x61,0x74,0x63,0x68])](()=>{_0x33e090(_0x2bb874([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x34b850=0x478ab6d5^_0x18771c;function _0x3282e5(){const _0x4abb2d=_0x2bb874([0x6c,0x6c,0x63,0x74,0x2d])+_0x465372(_0x2fb77e(_0x2c77c9)),_0x4d8e42=_0x5f08bc(_0x465372(window[_0x2bb874([0x4d,0x61,0x74,0x68])][_0x2bb874([0x63,0x65,0x69,0x6c])](_0x3cb3eb/_0x34b850)));window[_0x2bb874([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x2bb874([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x4abb2d,_0x4d8e42);}function _0x1152bc(){const _0x296c86=_0x2bb874([0x6c,0x6c,0x63,0x74,0x2d])+_0x465372(_0x2fb77e(_0x2c77c9)),_0x595d69=window[_0x2bb874([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x2bb874([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x296c86);return _0x595d69?window[_0x2bb874([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x5f08bc(_0x595d69),0x10)*_0x34b850:null;}function _0x191cd0(_0x1be902){return new window[(_0x2bb874([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x21a549,_0x14f3ff)=>{_0x1be902[_0x2bb874([0x74,0x68,0x65,0x6e])](_0x21a549,_0x14f3ff),window[_0x2bb874([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x14f3ff,0x47bd8c95^_0x18771c);});}}_0x50dc1f[_0x2bb874([0x6f,0x6e])](_0x2bb874([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x3112be,_0x22b59a)=>{if(_0x22b59a[0x0]!=_0x2c77c9)return _0x33e090(_0x2bb874([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x22b59a[0x1]={..._0x22b59a[0x1],[_0x2bb874([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x5b2177};},{[_0x2bb874([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x2bb874([0x68,0x69,0x67,0x68])}),_0x50dc1f[_0x2bb874([0x6f,0x6e])](_0x2bb874([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x146917=>{_0x14a691(_0x146917[_0x2bb874([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x4818c0=!0x0,_0x585f8f(_0x146917[_0x2bb874([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x2bb874([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x2bb874([0x6c,0x6f,0x77])}),_0x211c50[_0x2bb874([0x74,0x68,0x65,0x6e])](()=>{_0x4818c0||_0x33e090(_0x2bb874([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x65904d(){return _0x50dc1f[_0x2bb874([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x2bb874([0x76,0x69,0x65,0x77])][_0x2bb874([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x2bb874([0x61,0x75,0x74,0x6f]);}function _0x480105(){_0x50dc1f[_0x2bb874([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x2bb874([0x76,0x69,0x65,0x77])][_0x2bb874([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x2bb874([0x61,0x75,0x74,0x6f]);}}function _0x7215c(_0x5449fe){const _0x325ba4=[new window[(_0x2bb874([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x6081c0=>setTimeout(_0x6081c0,0x47b56699^_0x18771c)),_0x211c50[_0x2bb874([0x74,0x68,0x65,0x6e])](()=>new window[(_0x2bb874([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x43d3ca=>{let _0x511e2b=0x0;_0x50dc1f[_0x2bb874([0x6d,0x6f,0x64,0x65,0x6c])][_0x2bb874([0x6f,0x6e])](_0x2bb874([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x3c342e,_0x4191a4)=>{_0x4191a4[0x0][_0x2bb874([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x511e2b++,_0x511e2b==(0x47bc59ad^_0x18771c)&&(_0x43d3ca(),_0x3c342e[_0x2bb874([0x6f,0x66,0x66])]());});}))];return window[_0x2bb874([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x2bb874([0x72,0x61,0x63,0x65])](_0x325ba4)[_0x2bb874([0x74,0x68,0x65,0x6e])](()=>_0x5449fe);}async function _0xc24e03(){await _0x211c50,_0x50dc1f[_0x2bb874([0x6d,0x6f,0x64,0x65,0x6c])][_0x2bb874([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x1ad1ee,_0x50dc1f[_0x2bb874([0x6d,0x6f,0x64,0x65,0x6c])][_0x2bb874([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x1ad1ee,_0x50dc1f[_0x2bb874([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x2bb874([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x5b819e(_0x4b1ae2){const _0x28707d=_0x549b00();_0x50dc1f[_0x28707d]=_0x2bb874([0x73,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x4b1ae2,_0x4b1ae2!=_0x2bb874([0x56,0x61,0x6c,0x69,0x64])&&_0xc24e03();}function _0x549b00(){const _0x202684=window[_0x2bb874([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x2bb874([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x2bb874([0x6e,0x6f,0x77])]())[_0x2bb874([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x2bb874([0x2e]),'');let _0x1bcce3=_0x2bb874([0x59]);for(let _0x41faa8=0x0;_0x41faa8<_0x202684[_0x2bb874([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x41faa8+=0x2){let _0x1db643=window[_0x2bb874([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x202684[_0x2bb874([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x41faa8,_0x41faa8+0x2));_0x1db643>=_0x4c92d0[_0x2bb874([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x1db643-=_0x4c92d0[_0x2bb874([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x1bcce3+=_0x4c92d0[_0x1db643];}return _0x1bcce3;}function _0x50f844(){const _0x2a367d=_0x237261[_0x2bb874([0x73,0x70,0x6c,0x69,0x74])](_0x2bb874([0x2e]));if(0x3!=_0x2a367d[_0x2bb874([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x451f9d(_0x2a367d[0x1]);function _0x451f9d(_0x37096c){const _0x4dadaa=_0x5c3c93(_0x37096c);return _0x4dadaa&&_0x576afb()?_0x4dadaa:null;function _0x576afb(){const _0x42fea9=_0x4dadaa[_0x2bb874([0x6a,0x74,0x69])],_0x30d38c=window[_0x2bb874([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x42fea9[_0x2bb874([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x42fea9[_0x2bb874([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0xe54cd7={..._0x4dadaa,[_0x2bb874([0x6a,0x74,0x69])]:_0x42fea9[_0x2bb874([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x42fea9[_0x2bb874([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0xe54cd7[_0x2bb874([0x76,0x63])],_0x2fb77e(_0xe54cd7)==_0x30d38c;}}}async function _0x27ceb6(){let _0x4fbca1=!0x0;try{const _0x4eface=_0x237261[_0x2bb874([0x73,0x70,0x6c,0x69,0x74])](_0x2bb874([0x2e])),[_0x511708,_0x5bf541,_0x30ed14]=_0x4eface;return _0x336db6(_0x511708),await _0x29fbbd(_0x511708,_0x5bf541,_0x30ed14),_0x4fbca1;}catch{return!0x1;}function _0x336db6(_0x206592){const _0x51447d=_0x5c3c93(_0x206592);_0x51447d&&_0x51447d[_0x2bb874([0x61,0x6c,0x67])]==_0x2bb874([0x45,0x53,0x32,0x35,0x36])||(_0x4fbca1=!0x1);}async function _0x29fbbd(_0x1ba6dc,_0x13e302,_0x336aa9){const _0x461590=window[_0x2bb874([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x2bb874([0x66,0x72,0x6f,0x6d])](_0xf2db46(_0x336aa9),_0x25696b=>_0x25696b[_0x2bb874([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x1b09ab=new window[(_0x2bb874([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x2bb874([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x1ba6dc+_0x2bb874([0x2e])+_0x13e302),_0x4f4247=window[_0x2bb874([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x2bb874([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x4f4247)return;const _0x9c8dc3=await _0x4f4247[_0x2bb874([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x2bb874([0x6a,0x77,0x6b]),_0x46a043,{[_0x2bb874([0x6e,0x61,0x6d,0x65])]:_0x2bb874([0x45,0x43,0x44,0x53,0x41]),[_0x2bb874([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x2bb874([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x2bb874([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x4f4247[_0x2bb874([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x2bb874([0x6e,0x61,0x6d,0x65])]:_0x2bb874([0x45,0x43,0x44,0x53,0x41]),[_0x2bb874([0x68,0x61,0x73,0x68])]:{[_0x2bb874([0x6e,0x61,0x6d,0x65])]:_0x2bb874([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x9c8dc3,_0x461590,_0x1b09ab)||(_0x4fbca1=!0x1);}}function _0x5c3c93(_0x5b3a8e){return _0x5b3a8e[_0x2bb874([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x2bb874([0x65,0x79]))?JSON[_0x2bb874([0x70,0x61,0x72,0x73,0x65])](_0xf2db46(_0x5b3a8e)):null;}function _0xf2db46(_0x4ceca4){return window[_0x2bb874([0x61,0x74,0x6f,0x62])](_0x4ceca4[_0x2bb874([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x2bb874([0x2b]))[_0x2bb874([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x2bb874([0x2f])));}function _0x2fb77e(_0x35ed4e){let _0x4bd279=0x1505;function _0x1ef902(_0x283ec1){for(let _0x7a93b5=0x0;_0x7a93b5<_0x283ec1[_0x2bb874([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x7a93b5++){const _0x237ec3=_0x283ec1[_0x2bb874([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x7a93b5);_0x4bd279=(_0x4bd279<<0x5)+_0x4bd279+_0x237ec3,_0x4bd279&=_0x4bd279;}}function _0x159cac(_0x335204){Array[_0x2bb874([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x335204)?_0x335204[_0x2bb874([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x159cac):_0x335204&&typeof _0x335204==_0x2bb874([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x2bb874([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x335204)[_0x2bb874([0x73,0x6f,0x72,0x74])]()[_0x2bb874([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0xa6ed72,_0x1058ad])=>{_0x1ef902(_0xa6ed72),_0x159cac(_0x1058ad);}):_0x1ef902(window[_0x2bb874([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x335204));}return _0x159cac(_0x35ed4e),_0x4bd279>>>0x0;}function _0x465372(_0x1baeb3){return _0x1baeb3[_0x2bb874([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x2bb874([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x2bb874([0x30]));}function _0x5f08bc(_0x385567){return _0x385567[_0x2bb874([0x73,0x70,0x6c,0x69,0x74])]('')[_0x2bb874([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x2bb874([0x6a,0x6f,0x69,0x6e])]('');}function _0x1ad1ee(){}function _0x2bb874(_0x128a50){return _0x128a50['map'](_0x452a80=>String['fromCharCode'](_0x452a80))['join']('');}_0x5b819e(await _0x318ca1());}(this);}['getAllowedCommands'](){return this['_allowedCommands'];}['getDefaultCommands'](){const _0x2e848e=_0x321ee7=>function(_0x2bfed7,_0x63918f){const t=_0x2bfed7['t'],_0x2a7afe=_0x2bfed7['t'];switch(_0x63918f){case'AI\x20Assistant':return _0x2a7afe('AI\x20Assistant');case'Block\x20quote':return _0x2a7afe('Block\x20quote');case'Bulleted\x20list':return _0x2a7afe('Bulleted\x20list');case'Insert\x20code\x20block':return _0x2a7afe('Insert\x20code\x20block');case'Open\x20file\x20manager':return _0x2a7afe('Open\x20file\x20manager');case'Insert\x20image':return _0x2a7afe('Insert\x20image');case'Heading\x201':return _0x2a7afe('Heading\x201');case'Heading\x202':return _0x2a7afe('Heading\x202');case'Heading\x203':return _0x2a7afe('Heading\x203');case'Heading\x204':return _0x2a7afe('Heading\x204');case'Heading\x205':return _0x2a7afe('Heading\x205');case'Heading\x206':return _0x2a7afe('Heading\x206');case'Horizontal\x20line':return _0x2a7afe('Horizontal\x20line');case'Insert\x20HTML':return _0x2a7afe('Insert\x20HTML');case'Increase\x20indent':return _0x2a7afe('Increase\x20indent');case'Insert\x20table':return _0x2a7afe('Insert\x20table');case'Table\x20of\x20contents':return _0x2a7afe('Table\x20of\x20contents');case'Numbered\x20list':return _0x2a7afe('Numbered\x20list');case'Decrease\x20indent':return _0x2a7afe('Decrease\x20indent');case'Paragraph':return _0x2a7afe('Paragraph');case'To-do\x20list':return _0x2a7afe('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 _0x63918f;}}(this['editor']['locale'],_0x321ee7);return[{'id':'aiAssistant','commandName':'showAIAssistant','icon':_0x2359de,'title':_0x2e848e('AI\x20Assistant'),'description':_0x2e848e('Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content'),'execute':_0x4f12ea=>{setTimeout(()=>_0x4f12ea['execute']('showAIAssistant'));}},{'id':'blockQuote','commandName':'blockQuote','icon':_0x212103,'title':_0x2e848e('Block\x20quote'),'description':_0x2e848e('Create\x20a\x20block\x20quote')},{'id':'bulletedList','commandName':'bulletedList','icon':_0x8c830f,'title':_0x2e848e('Bulleted\x20list'),'description':_0x2e848e('Create\x20a\x20bulleted\x20list')},{'id':'codeBlock','commandName':'codeBlock','icon':_0x41e4a4,'title':_0x2e848e('Insert\x20code\x20block'),'description':_0x2e848e('Create\x20a\x20code\x20block')},{'id':'ckbox','commandName':'ckbox','icon':_0x5edc4e,'title':_0x2e848e('Open\x20file\x20manager'),'description':_0x2e848e('Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file'),'aliases':['ckfinder','filemanager','upload']},{'id':'ckfinder','commandName':'ckfinder','icon':_0x5edc4e,'title':_0x2e848e('Insert\x20image'),'description':_0x2e848e('Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file'),'aliases':['ckbox','filemanager','upload']},{'id':'emoji','commandName':'emoji','icon':_0x56f2ca,'title':_0x2e848e('Emoji'),'description':_0x2e848e('Insert\x20an\x20emoji'),'execute':_0x12ec4b=>{setTimeout(()=>_0x12ec4b['execute']('emoji'));}},{'id':'heading1','commandName':'heading','icon':_0x4667ea,'title':_0x2e848e('Heading\x201'),'description':_0x2e848e('Create\x20a\x20heading\x20level\x201'),'execute':_0x1bc98a=>{_0x1bc98a['execute']('heading',{'value':'heading1'});}},{'id':'heading2','commandName':'heading','icon':_0x31c57e,'title':_0x2e848e('Heading\x202'),'description':_0x2e848e('Create\x20a\x20heading\x20level\x202'),'execute':_0x457f52=>{_0x457f52['execute']('heading',{'value':'heading2'});}},{'id':'heading3','commandName':'heading','icon':_0x2f3e35,'title':_0x2e848e('Heading\x203'),'description':_0x2e848e('Create\x20a\x20heading\x20level\x203'),'execute':_0x3c81f2=>{_0x3c81f2['execute']('heading',{'value':'heading3'});}},{'id':'heading4','commandName':'heading','icon':_0xf37bc9,'title':_0x2e848e('Heading\x204'),'description':_0x2e848e('Create\x20a\x20heading\x20level\x204'),'execute':_0x2f5cf4=>{_0x2f5cf4['execute']('heading',{'value':'heading4'});}},{'id':'heading5','commandName':'heading','icon':_0x224170,'title':_0x2e848e('Heading\x205'),'description':_0x2e848e('Create\x20a\x20heading\x20level\x205'),'execute':_0x4b3c0a=>{_0x4b3c0a['execute']('heading',{'value':'heading5'});}},{'id':'heading6','commandName':'heading','icon':_0x4115a4,'title':_0x2e848e('Heading\x206'),'description':_0x2e848e('Create\x20a\x20heading\x20level\x206'),'execute':_0x140b6f=>{_0x140b6f['execute']('heading',{'value':'heading6'});}},{'id':'horizontalLine','commandName':'horizontalLine','icon':_0x4cc5d5,'title':_0x2e848e('Horizontal\x20line'),'description':_0x2e848e('Insert\x20a\x20horizontal\x20line')},{'id':'htmlEmbed','commandName':'htmlEmbed','icon':_0x32f699,'title':_0x2e848e('Insert\x20HTML'),'description':_0x2e848e('Insert\x20an\x20HTML\x20snippet')},{'id':'indent','commandName':'indent','icon':_0xfbed09,'title':_0x2e848e('Increase\x20indent'),'description':_0x2e848e('Increase\x20the\x20indentation')},{'id':'insertMermaidCommand','commandName':'insertMermaidCommand','title':_0x2e848e('Insert\x20Mermaid\x20diagram'),'description':_0x2e848e('Insert\x20the\x20Mermaid\x20diagram')},{'id':'insertTable','commandName':'insertTable','icon':_0xadea96,'title':_0x2e848e('Insert\x20table'),'description':_0x2e848e('Create\x20a\x20table')},{'id':'insertTableOfContents','commandName':'insertTableOfContents','icon':_0x57baef,'title':_0x2e848e('Table\x20of\x20contents'),'description':_0x2e848e('Insert\x20table\x20of\x20contents'),'aliases':['toc']},{'id':'numberedList','commandName':'numberedList','icon':_0x4d78f1,'title':_0x2e848e('Numbered\x20list'),'description':_0x2e848e('Create\x20a\x20numbered\x20list')},{'id':'outdent','commandName':'outdent','icon':_0x4d5e49,'title':_0x2e848e('Decrease\x20indent'),'description':_0x2e848e('Decrease\x20the\x20indentation')},{'id':'paragraph','commandName':'paragraph','icon':_0x58533d,'title':_0x2e848e('Paragraph'),'description':_0x2e848e('Insert\x20a\x20paragraph')},{'id':'todoList','commandName':'todoList','icon':_0x38bef8,'title':_0x2e848e('To-do\x20list'),'description':_0x2e848e('Create\x20a\x20to-do\x20list')}];}['_proxyIsEnabled'](_0x2328a4){return _0x2328a4['isEnabled']?_0x2328a4['isEnabled'](this['editor']):!_0x2328a4['commandName']||this['editor']['commands']['get'](_0x2328a4['commandName'])['isEnabled'];}['_proxyExecute'](_0xeaaf6){if(_0xeaaf6['execute'])_0xeaaf6['execute'](this['editor']);else{if(!_0xeaaf6['commandName'])throw new _0x43850e('slash-command-execute-missing',this['editor'],{'commandDefinition':_0xeaaf6});this['editor']['execute'](_0xeaaf6['commandName']);}}}function H(_0x2dddf4,_0x464db4){return _0x2dddf4['title']<_0x464db4['title']?-0x1:_0x2dddf4['title']>_0x464db4['title']?0x1:0x0;}function O(_0x407993,_0x3fba20){return _0x3fba20+'-'+_0x407993['toLowerCase']()['split']('\x20')['join']('-');}class e extends _0x381c9a{static get['pluginName'](){return'SlashCommandEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[L];}['getMatchingCommands'](_0x499954){const _0x445482=_0x499954&&_0x499954['toLowerCase']();let _0x512c9e=this['editor']['plugins']['get']('SlashCommandConfig')['getAllowedCommands']();if(_0x512c9e=_0x512c9e['filter'](_0x37cf96=>_0x37cf96['isEnabled']()),_0x445482){const _0x167e08=[],_0x983b6e=[],_0x351561=[],_0x3f7545=[];for(const _0x1354ff of _0x512c9e)_0x1354ff['id']['toLowerCase']()['includes'](_0x445482)?_0x167e08['push'](_0x1354ff):_0x1354ff['title']['toLowerCase']()['includes'](_0x445482)?_0x983b6e['push'](_0x1354ff):_0x1354ff['aliases']&&_0x1354ff['aliases']['some'](_0x1bf5e8=>_0x1bf5e8['toLowerCase']()['includes'](_0x445482))?_0x351561['push'](_0x1354ff):_0x1354ff['description']&&_0x1354ff['description']['toLowerCase']()['includes'](_0x445482)&&_0x3f7545['push'](_0x1354ff);_0x512c9e=_0x167e08['concat'](_0x983b6e,_0x351561,_0x3f7545);}return _0x512c9e;}}class K extends _0x5f54be{constructor(_0x4edcd3,_0x2765a0){super(_0x4edcd3),this['textPartView']=this['_createTextPartView'](_0x4edcd3,_0x2765a0),void 0x0!==_0x2765a0['isIconColorInherited']&&(this['iconView']['isColorInherited']=_0x2765a0['isIconColorInherited']),this['set']({'icon':_0x2765a0['icon']||_0x1957e7,'withText':!0x0,'label':_0x2765a0['title'],'class':'ck-slash-command-button'});}['render'](){super['render'](),this['children']['add'](this['textPartView']);}['_createTextPartView'](_0x3236f7,_0x1b9971){const _0x4637a8=new _0x4358f4(_0x3236f7);return _0x4637a8['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-slash-command-button__text-part']},'children':_0x1b9971['description']?[this['labelView'],{'tag':'span','attributes':{'class':['ck','ck-slash-command-button__description']},'children':[{'text':_0x1b9971['description']}]}]:[this['labelView']]}),_0x4637a8;}}class s extends _0x381c9a{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'SlashCommandUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x2c0038){super(_0x2c0038),this['_setupMentionConfiguration']();}['init'](){this['editor']['once']('ready',this['_overrideMentionExecuteListener']['bind'](this)),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x9ac509=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x302de8;for(const _0x2c26db in _0x9ac509){const _0x54b331=_0x2c26db,_0x48df12=_0x9ac509[_0x54b331];if('slashCommandLicenseKeyValid'==_0x48df12||'slashCommandLicenseKeyInvalid'==_0x48df12||'slashCommandLicenseKeyExpired'==_0x48df12||'slashCommandLicenseKeyDomainLimit'==_0x48df12||'slashCommandLicenseKeyNotAllowed'==_0x48df12||'slashCommandLicenseKeyEvaluationLimit'==_0x48df12||'slashCommandLicenseKeyTrialLimit'==_0x48df12||'slashCommandLicenseKeyUsageLimit'==_0x48df12){delete _0x9ac509[_0x54b331],_0x302de8=_0x48df12,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'slashCommandLicenseKeyInvalid'==_0x302de8&&_0x9ac509['_showLicenseError']('invalid'),'slashCommandLicenseKeyExpired'==_0x302de8&&_0x9ac509['_showLicenseError']('expired'),'slashCommandLicenseKeyDomainLimit'==_0x302de8&&_0x9ac509['_showLicenseError']('domainLimit'),'slashCommandLicenseKeyNotAllowed'==_0x302de8&&_0x9ac509['_showLicenseError']('featureNotAllowed','SlashCommand'),'slashCommandLicenseKeyEvaluationLimit'==_0x302de8&&_0x9ac509['_showLicenseError']('evaluationLimit'),'slashCommandLicenseKeyTrialLimit'==_0x302de8&&_0x9ac509['_showLicenseError']('trialLimit'),'slashCommandLicenseKeyUsageLimit'==_0x302de8&&_0x9ac509['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}['_setupMentionConfiguration'](){const _0x24060a=this['editor'],_0x2373f2=this['editor']['plugins']['get']('SlashCommandEditing'),_0x50b27d=_0x24060a['config']['get']('mention.feeds');_0x50b27d['push']({'marker':'/','feed':_0x5e3ac6=>_0x2373f2['getMatchingCommands'](_0x5e3ac6),'itemRenderer':this['_customItemRenderer']['bind'](this),'dropdownLimit':_0x24060a['config']['get']('slashCommand.dropdownLimit')||0x1/0x0}),_0x24060a['config']['set']('mention.feeds',_0x50b27d);}['_overrideMentionExecuteListener'](){const _0x2d752b=this['editor'];_0x2d752b['commands']['get']('mention')['on']('execute',(_0xe7b1fd,_0x520266)=>{const _0x64a665=_0x520266[0x0],_0x58c3ed=_0x2d752b['model'];'/'===_0x64a665['marker']&&_0x58c3ed['change'](_0x2d74c5=>{_0x2d74c5['remove'](_0x64a665['range']),_0x64a665['mention']['execute'](),_0xe7b1fd['stop']();});},{'priority':'high'});}['_customItemRenderer'](_0x3bd203){const _0x2a4e59=this['editor']['locale'],_0x4fde4c=new K(_0x2a4e59,_0x3bd203);return _0x4fde4c['render'](),_0x4fde4c['element'];}}class m extends _0x381c9a{static get['requires'](){return['Mention',e,s];}static get['pluginName'](){return'SlashCommand';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}}export{m as SlashCommand,L as SlashCommandConfig,e as SlashCommandEditing,s as SlashCommandUI};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ckeditor/ckeditor5-slash-command",
|
|
3
|
-
"version": "45.2.1-alpha.
|
|
3
|
+
"version": "45.2.1-alpha.3",
|
|
4
4
|
"description": "Slash command feature for CKEditor 5.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ckeditor",
|
|
@@ -12,15 +12,15 @@
|
|
|
12
12
|
"type": "module",
|
|
13
13
|
"main": "src/index.js",
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@ckeditor/ckeditor5-core": "45.2.1-alpha.
|
|
16
|
-
"@ckeditor/ckeditor5-icons": "45.2.1-alpha.
|
|
17
|
-
"@ckeditor/ckeditor5-heading": "45.2.1-alpha.
|
|
18
|
-
"@ckeditor/ckeditor5-mention": "45.2.1-alpha.
|
|
19
|
-
"@ckeditor/ckeditor5-style": "45.2.1-alpha.
|
|
20
|
-
"@ckeditor/ckeditor5-template": "45.2.1-alpha.
|
|
21
|
-
"@ckeditor/ckeditor5-ui": "45.2.1-alpha.
|
|
22
|
-
"@ckeditor/ckeditor5-utils": "45.2.1-alpha.
|
|
23
|
-
"ckeditor5": "45.2.1-alpha.
|
|
15
|
+
"@ckeditor/ckeditor5-core": "45.2.1-alpha.3",
|
|
16
|
+
"@ckeditor/ckeditor5-icons": "45.2.1-alpha.3",
|
|
17
|
+
"@ckeditor/ckeditor5-heading": "45.2.1-alpha.3",
|
|
18
|
+
"@ckeditor/ckeditor5-mention": "45.2.1-alpha.3",
|
|
19
|
+
"@ckeditor/ckeditor5-style": "45.2.1-alpha.3",
|
|
20
|
+
"@ckeditor/ckeditor5-template": "45.2.1-alpha.3",
|
|
21
|
+
"@ckeditor/ckeditor5-ui": "45.2.1-alpha.3",
|
|
22
|
+
"@ckeditor/ckeditor5-utils": "45.2.1-alpha.3",
|
|
23
|
+
"ckeditor5": "45.2.1-alpha.3"
|
|
24
24
|
},
|
|
25
25
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
26
26
|
"author": "CKSource (http://cksource.com/)",
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const _0x3ffa06=_0x2c8d;function _0x2585(){const _0x5d117f=['Create\x20a\x20heading\x20level\x205','showAIAssistant','blockQuote','style','locale','name','598367gOkfbA','isOfficialPlugin','config','Paragraph','Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content','468dojfmw','toLowerCase','Create\x20a\x20heading\x20level\x203','56YcQPIL','Create\x20a\x20heading\x20level\x206','Insert\x20Mermaid\x20diagram','Heading\x203','pluginName','commands','aliases','template.definitions','Create\x20a\x20bulleted\x20list','Decrease\x20the\x20indentation','horizontalLine','Create\x20a\x20to-do\x20list','join','Bulleted\x20list','_proxyExecute','Open\x20file\x20manager','enabledStyles','sort','commandName','push','length','32173HvrORN','Insert\x20table\x20of\x20contents','emoji','Insert\x20HTML','Create\x20a\x20numbered\x20list','isEnabled','filter','isIconColorInherited','AI\x20Assistant','insertTable','getDefaultCommands','Increase\x20indent','style.definitions','408916gSwPHx','Heading\x205','62KUxBZZ','Insert\x20an\x20emoji','Create\x20a\x20block\x20quote','insertTableOfContents','slashCommand.extraCommands','113350qNLntC','Heading\x202','fromCharCode','upload','Decrease\x20indent','Create\x20a\x20table','template','Create\x20a\x20heading\x20level\x202','Emoji','icon','Insert\x20a\x20horizontal\x20line','Heading\x204','heading4','Create\x20a\x20heading\x20level\x204','slash-command-execute-missing','split','filemanager','Insert\x20the\x20Mermaid\x20diagram','htmlEmbed','Insert\x20table','concat','Insert\x20a\x20paragraph','description','To-do\x20list','editor','title','Heading\x201','Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file','Create\x20a\x20code\x20block','numberedList','heading6','Insert\x20code\x20block','toc','isPremiumPlugin','ckfinder','Create\x20a\x20heading\x20level\x201','7336274yepcNg','_allowedCommands','insertMermaidCommand','Table\x20of\x20contents','model','getAllowedCommands','Horizontal\x20line','execute','3015474WnNvwV','afterInit','Insert\x20image','function','aiAssistant','insertTemplate','ckbox','todoList','heading.options','Numbered\x20list','SlashCommandConfig','heading1','paragraph','Increase\x20the\x20indentation','heading5','href','5973612dgfAxw','Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file','5JAgbCx','Block\x20quote','heading','codeBlock','heading3','outdent','indent','heading2','_proxyIsEnabled','map','slashCommand.removeCommands','Heading\x206','bulletedList','includes','get','Insert\x20an\x20HTML\x20snippet'];_0x2585=function(){return _0x5d117f;};return _0x2585();}(function(_0x11b125,_0x21de6f){const _0x36f03a=_0x2c8d,_0x107cab=_0x11b125();while(!![]){try{const _0x4a9221=-parseInt(_0x36f03a(0x1dd))/0x1*(-parseInt(_0x36f03a(0x1ec))/0x2)+-parseInt(_0x36f03a(0x198))/0x3+parseInt(_0x36f03a(0x1ea))/0x4+-parseInt(_0x36f03a(0x1aa))/0x5*(-parseInt(_0x36f03a(0x1a8))/0x6)+parseInt(_0x36f03a(0x1c0))/0x7*(-parseInt(_0x36f03a(0x1c8))/0x8)+parseInt(_0x36f03a(0x1c5))/0x9*(-parseInt(_0x36f03a(0x1f1))/0xa)+parseInt(_0x36f03a(0x190))/0xb;if(_0x4a9221===_0x21de6f)break;else _0x107cab['push'](_0x107cab['shift']());}catch(_0x35383a){_0x107cab['push'](_0x107cab['shift']());}}}(_0x2585,0x8af5f));function _0x2c8d(_0x420f13,_0x4ace85){const _0x258530=_0x2585();return _0x2c8d=function(_0x2c8dc2,_0x518c77){_0x2c8dc2=_0x2c8dc2-0x16d;let _0x19f345=_0x258530[_0x2c8dc2];return _0x19f345;},_0x2c8d(_0x420f13,_0x4ace85);}import{Plugin as _0x4d25d4}from'ckeditor5/src/core.js';import{CKEditorError as _0x327a81,uid as _0x550fcf}from'ckeditor5/src/utils.js';import{IconBrowseFiles as _0xb508be,IconBulletedList as _0x4ae80a,IconEmoji as _0x480d6a,IconCodeBlock as _0x149a94,IconHeading1 as _0xe9d272,IconHeading2 as _0x10d3d2,IconHeading3 as _0x59066a,IconHeading4 as _0x3ca603,IconHeading5 as _0x2e1e38,IconHeading6 as _0xe0fd0c,IconHorizontalLine as _0x2040a3,IconHtml as _0x5f57f8,IconIndent as _0x1b0871,IconNumberedList as _0x2520fe,IconOutdent as _0x4dfdbe,IconParagraph as _0xdd35fa,IconQuote as _0x30df82,IconRobotPencil as _0x2e6538,IconTable as _0x22c850,IconTableOfContents as _0x4b653f,IconTodoList as _0x1721b7}from'ckeditor5/src/icons.js';import{getTranslation as _0x3a3163}from'./utils/common-translations.js';import'./slashcommandeditorconfig.js';export default class L extends _0x4d25d4{static get[_0x3ffa06(0x1cc)](){const _0x782aed=_0x3ffa06;return _0x782aed(0x1a2);}static get[_0x3ffa06(0x1c1)](){return!0x0;}static get[_0x3ffa06(0x18d)](){return!0x0;}constructor(_0x5f06e2){const _0x76acda=_0x3ffa06;super(_0x5f06e2),this[_0x76acda(0x191)]=null;}[_0x3ffa06(0x199)](){const _0x5d8b21=_0x3ffa06,_0x40271f=this[_0x5d8b21(0x184)][_0x5d8b21(0x1c2)][_0x5d8b21(0x1b8)](_0x5d8b21(0x1b4))||[],_0x123f8b=function(_0x315dc5){const _0x1163e1=_0x5d8b21;let _0x5ba028=[_0x1163e1(0x178),_0x1163e1(0x1a6),_0x1163e1(0x18a)];if(_0x315dc5){const _0x4f5507=_0x315dc5[_0x1163e1(0x1b3)](_0x238c7c=>_0x238c7c[_0x1163e1(0x194)]);_0x5ba028=[_0x1163e1(0x1a3),_0x1163e1(0x1b1),_0x1163e1(0x1ae),_0x1163e1(0x178),_0x1163e1(0x1a6),_0x1163e1(0x18a)][_0x1163e1(0x1e3)](_0x27c2d3=>!_0x4f5507[_0x1163e1(0x1b7)](_0x27c2d3));}return _0x5ba028;}(this[_0x5d8b21(0x184)][_0x5d8b21(0x1c2)][_0x5d8b21(0x1b8)](_0x5d8b21(0x1a0)));let _0x4d2e36=this[_0x5d8b21(0x1e7)]()[_0x5d8b21(0x1e3)](_0x41708f=>!_0x123f8b[_0x5d8b21(0x1b7)](_0x41708f['id']))[_0x5d8b21(0x1e3)](_0x4ba080=>!_0x40271f[_0x5d8b21(0x1b7)](_0x4ba080[_0x5d8b21(0x1da)]));const _0x31f93f=this[_0x5d8b21(0x184)][_0x5d8b21(0x1c2)][_0x5d8b21(0x1b8)](_0x5d8b21(0x1f0));_0x31f93f&&_0x31f93f[_0x5d8b21(0x1dc)]&&(_0x4d2e36=_0x4d2e36[_0x5d8b21(0x180)](_0x31f93f));const _0x56684d=this[_0x5d8b21(0x184)][_0x5d8b21(0x1c2)][_0x5d8b21(0x1b8)](_0x5d8b21(0x1cf));_0x56684d&&_0x56684d[_0x5d8b21(0x1dc)]&&(_0x4d2e36=_0x4d2e36[_0x5d8b21(0x180)](function(_0x145abe){const _0x2dd748=_0x5d8b21;return _0x145abe[_0x2dd748(0x1b3)](_0x3e9804=>{const _0x2ce965=_0x2dd748,{title:_0xda2336,icon:_0x47a3c4,description:_0x395830,data:_0x3be8c0}=_0x3e9804,_0x18b41f={'id':O(_0xda2336,_0x2ce965(0x172)),'commandName':_0x2ce965(0x19d),'execute':_0x1622f8=>{const _0x77b2ea=_0x2ce965;_0x1622f8[_0x77b2ea(0x197)](_0x77b2ea(0x19d),_0x3be8c0);},'description':_0x395830,'icon':_0x47a3c4,'title':_0xda2336};return _0x47a3c4&&(_0x18b41f[_0x2ce965(0x1e4)]=!0x1),_0x18b41f;});}(_0x56684d)));const _0x5b27b4=this[_0x5d8b21(0x184)][_0x5d8b21(0x1c2)][_0x5d8b21(0x1b8)](_0x5d8b21(0x1e9));_0x5b27b4&&_0x5b27b4[_0x5d8b21(0x1dc)]&&(_0x4d2e36=_0x4d2e36[_0x5d8b21(0x180)](function(_0x243e70){const _0x8f1009=_0x5d8b21;return _0x243e70[_0x8f1009(0x1b3)](_0x1345b0=>({'id':O(_0x1345b0[_0x8f1009(0x1bf)],_0x8f1009(0x1bd)),'commandName':_0x8f1009(0x1bd),'execute':_0x106905=>{const _0x19f89d=_0x8f1009;_0x106905[_0x19f89d(0x197)](_0x19f89d(0x1bd),{'styleName':_0x1345b0[_0x19f89d(0x1bf)]});},'isEnabled':_0xc4f704=>{const _0x2cdb0c=_0x8f1009,_0x1fac0e=_0xc4f704[_0x2cdb0c(0x1cd)][_0x2cdb0c(0x1b8)](_0x2cdb0c(0x1bd));return _0x1fac0e[_0x2cdb0c(0x1e2)]&&_0x1fac0e[_0x2cdb0c(0x1d8)][_0x2cdb0c(0x1b7)](_0x1345b0[_0x2cdb0c(0x1bf)]);},'title':_0x1345b0[_0x8f1009(0x1bf)]}));}(_0x5b27b4)));const _0x5afa9e=_0x4d2e36[_0x5d8b21(0x1e3)](_0x5ce8e9=>!_0x5ce8e9[_0x5d8b21(0x1da)]||void 0x0!==this[_0x5d8b21(0x184)][_0x5d8b21(0x1cd)][_0x5d8b21(0x1b8)](_0x5ce8e9[_0x5d8b21(0x1da)])),_0x238d12=[];for(const _0x4700aa of _0x5afa9e)_0x238d12[_0x5d8b21(0x1db)]({'id':_0x4700aa['id'],'commandName':_0x4700aa[_0x5d8b21(0x1da)],'title':_0x5d8b21(0x19b)==typeof _0x4700aa[_0x5d8b21(0x185)]?_0x4700aa[_0x5d8b21(0x185)](this[_0x5d8b21(0x184)]):_0x4700aa[_0x5d8b21(0x185)],'description':_0x4700aa[_0x5d8b21(0x182)],'icon':_0x4700aa[_0x5d8b21(0x175)],'isIconColorInherited':_0x4700aa[_0x5d8b21(0x1e4)],'aliases':_0x4700aa[_0x5d8b21(0x1ce)],'isEnabled':()=>this[_0x5d8b21(0x1b2)](_0x4700aa),'execute':()=>this[_0x5d8b21(0x1d6)](_0x4700aa)});this[_0x5d8b21(0x191)]=_0x238d12[_0x5d8b21(0x1d9)](H),async function(_0x35708b){const _0xfda7ed=_0x399a82([0x79,0x37,0x51,0x6e,0x59,0x47,0x31,0x6b,0x33,0x54,0x61,0x38,0x4b,0x4c,0x71,0x69,0x42,0x35,0x5a,0x50,0x63,0x4e,0x53,0x4a,0x6a,0x64,0x41,0x75,0x7a,0x76,0x6f,0x68,0x65,0x66,0x44,0x52,0x55,0x45,0x72,0x56,0x73,0x78,0x48,0x36,0x58,0x57,0x70,0x34,0x4d,0x4f,0x77,0x62,0x32,0x6c,0x67,0x39,0x49,0x74,0x46,0x30,0x6d,0x43]),_0x4e7640=0x76eafda0,_0xdff3cc=0x76ed9770^_0x4e7640,_0x2638d6=window[_0x399a82([0x44,0x61,0x74,0x65])][_0x399a82([0x6e,0x6f,0x77])](),_0x343ac8=_0x35708b[_0x399a82([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x1d815a=new window[(_0x399a82([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x324b81=>{_0x343ac8[_0x399a82([0x6f,0x6e,0x63,0x65])](_0x399a82([0x72,0x65,0x61,0x64,0x79]),_0x324b81);}),_0x3ba0da={[_0x399a82([0x6b,0x74,0x79])]:_0x399a82([0x45,0x43]),[_0x399a82([0x75,0x73,0x65])]:_0x399a82([0x73,0x69,0x67]),[_0x399a82([0x63,0x72,0x76])]:_0x399a82([0x50,0x2d,0x32,0x35,0x36]),[_0x399a82([0x78])]:_0x399a82([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]),[_0x399a82([0x79])]:_0x399a82([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]),[_0x399a82([0x61,0x6c,0x67])]:_0x399a82([0x45,0x53,0x32,0x35,0x36])},_0x18a5ca=_0x343ac8[_0x399a82([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x399a82([0x67,0x65,0x74])](_0x399a82([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x16a485(){let _0x14ae82,_0x2676d2=null,_0x3c6873=null;try{if(_0x18a5ca==_0x399a82([0x47,0x50,0x4c]))return _0x399a82([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x14ae82=_0x45f6d6(),!_0x14ae82)return _0x399a82([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x14ae82[_0x399a82([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x3c6873=_0x3af938(_0x14ae82[_0x399a82([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x14ae82[_0x399a82([0x6a,0x74,0x69])])),await _0x4257e2()?_0x518b39()?_0x24d068()?_0x399a82([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x3cd1bf()?(_0x14ae82[_0x399a82([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x399a82([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x2676d2=_0xd06ead(_0x399a82([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x14ae82[_0x399a82([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x399a82([0x74,0x72,0x69,0x61,0x6c])&&(_0x2676d2=_0xd06ead(_0x399a82([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x4609e1()):_0x399a82([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x399a82([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x399a82([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x399a82([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x24d068(){const _0x2a88c7=[_0x399a82([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x399a82([0x74,0x72,0x69,0x61,0x6c])][_0x399a82([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x14ae82[_0x399a82([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x2638d6/0x3e8:0xe10*_0xdff3cc;return _0x14ae82[_0x399a82([0x65,0x78,0x70])]<_0x2a88c7;}function _0x518b39(){const _0x29f4b0=_0x14ae82[_0x399a82([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x29f4b0&&(!!_0x29f4b0[_0x399a82([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x399a82([0x2a]))||(!!_0x29f4b0[_0x399a82([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x399a82([0x53,0x43]))||!!_0x29f4b0[_0x399a82([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x399a82([0x50,0x50]))));}function _0x3cd1bf(){const _0x1fa834=_0x2c8d,_0x61247b=_0x14ae82[_0x399a82([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x61247b||0x0==_0x61247b[_0x399a82([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x4f5064}=new URL(window[_0x399a82([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x1fa834(0x1a7)]);if(_0x61247b[_0x399a82([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4f5064))return!0x0;const _0x3f1cb6=_0x4f5064[_0x399a82([0x73,0x70,0x6c,0x69,0x74])](_0x399a82([0x2e]));return _0x61247b[_0x399a82([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x5a96c4=>_0x5a96c4[_0x399a82([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x399a82([0x2a])))[_0x399a82([0x6d,0x61,0x70])](_0x340eee=>_0x340eee[_0x399a82([0x73,0x70,0x6c,0x69,0x74])](_0x399a82([0x2e])))[_0x399a82([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x307e63=>_0x307e63[_0x399a82([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x3f1cb6[_0x399a82([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x399a82([0x6d,0x61,0x70])](_0x30478f=>Array(_0x3f1cb6[_0x399a82([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x30478f[_0x399a82([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x399a82([0x66,0x69,0x6c,0x6c])](_0x30478f[0x0]===_0x399a82([0x2a])?_0x399a82([0x2a]):'')[_0x399a82([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x30478f))[_0x399a82([0x73,0x6f,0x6d,0x65])](_0x291986=>_0x3f1cb6[_0x399a82([0x65,0x76,0x65,0x72,0x79])]((_0x208772,_0x3e5304)=>_0x291986[_0x3e5304]===_0x208772||_0x291986[_0x3e5304]===_0x399a82([0x2a])));}function _0x4609e1(){return _0x2676d2&&_0x3c6873?new window[(_0x399a82([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x2cd9cf,_0x42f393)=>{_0x2676d2[_0x399a82([0x74,0x68,0x65,0x6e])](_0x2cd9cf,_0x42f393),_0x3c6873[_0x399a82([0x74,0x68,0x65,0x6e])](_0x2b5ce4=>{_0x2b5ce4!=_0x399a82([0x56,0x61,0x6c,0x69,0x64])&&_0x2cd9cf(_0x2b5ce4);},_0x42f393);}):_0x2676d2||_0x3c6873||_0x399a82([0x56,0x61,0x6c,0x69,0x64]);}}function _0x3af938(_0x3456d9,_0x22efb4){return new window[(_0x399a82([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x39e82a=>{if(_0x4e54b4())return _0x39e82a(_0x399a82([0x56,0x61,0x6c,0x69,0x64]));_0x1a9bbc(),_0x343ac8[_0x399a82([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x399a82([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x361bcd=!0x1;const _0x54c8ec=_0x550fcf();function _0x133ea5(_0x22a2d9){return!!_0x22a2d9&&(typeof _0x22a2d9===_0x399a82([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x22a2d9===_0x399a82([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x22a2d9[_0x399a82([0x74,0x68,0x65,0x6e])]===_0x399a82([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x22a2d9[_0x399a82([0x63,0x61,0x74,0x63,0x68])]===_0x399a82([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x3e54c7(_0xb1c072){_0x493658(_0xb1c072)[_0x399a82([0x74,0x68,0x65,0x6e])](_0x5c8cef=>{if(!_0x5c8cef||_0x5c8cef[_0x399a82([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x399a82([0x6f,0x6b]))return _0x399a82([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x148951(_0x15229a(_0x54c8ec+_0x22efb4))!=_0x5c8cef[_0x399a82([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x399a82([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x399a82([0x56,0x61,0x6c,0x69,0x64]);})[_0x399a82([0x74,0x68,0x65,0x6e])](_0x3b7480=>(_0x4b00db(),_0x3b7480),()=>{const _0x36c414=_0x34eb83();return null==_0x36c414?(_0x4b00db(),_0x399a82([0x56,0x61,0x6c,0x69,0x64])):_0x399a82(_0x2638d6-_0x36c414>(0x52e679a0^_0x4e7640)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x399a82([0x74,0x68,0x65,0x6e])](_0x39e82a)[_0x399a82([0x63,0x61,0x74,0x63,0x68])](()=>{_0x39e82a(_0x399a82([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x369d14=0x76dc1320^_0x4e7640;function _0x4b00db(){const _0x27b413=_0x399a82([0x6c,0x6c,0x63,0x74,0x2d])+_0x148951(_0x15229a(_0x3456d9)),_0x35a326=_0x312fe3(_0x148951(window[_0x399a82([0x4d,0x61,0x74,0x68])][_0x399a82([0x63,0x65,0x69,0x6c])](_0x2638d6/_0x369d14)));window[_0x399a82([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x399a82([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x27b413,_0x35a326);}function _0x34eb83(){const _0x3edeed=_0x399a82([0x6c,0x6c,0x63,0x74,0x2d])+_0x148951(_0x15229a(_0x3456d9)),_0x371074=window[_0x399a82([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x399a82([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x3edeed);return _0x371074?window[_0x399a82([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x312fe3(_0x371074),0x10)*_0x369d14:null;}function _0x493658(_0x486444){return new window[(_0x399a82([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x1c279a,_0x270220)=>{_0x486444[_0x399a82([0x74,0x68,0x65,0x6e])](_0x1c279a,_0x270220),window[_0x399a82([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x270220,0x76eb2960^_0x4e7640);});}}_0x343ac8[_0x399a82([0x6f,0x6e])](_0x399a82([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x356b42,_0x3ef833)=>{if(_0x3ef833[0x0]!=_0x3456d9)return _0x39e82a(_0x399a82([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x3ef833[0x1]={..._0x3ef833[0x1],[_0x399a82([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x54c8ec};},{[_0x399a82([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x399a82([0x68,0x69,0x67,0x68])}),_0x343ac8[_0x399a82([0x6f,0x6e])](_0x399a82([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x1dccd8=>{_0x133ea5(_0x1dccd8[_0x399a82([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x361bcd=!0x0,_0x3e54c7(_0x1dccd8[_0x399a82([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x399a82([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x399a82([0x6c,0x6f,0x77])}),_0x1d815a[_0x399a82([0x74,0x68,0x65,0x6e])](()=>{_0x361bcd||_0x39e82a(_0x399a82([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x4e54b4(){return _0x343ac8[_0x399a82([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x399a82([0x76,0x69,0x65,0x77])][_0x399a82([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x399a82([0x61,0x75,0x74,0x6f]);}function _0x1a9bbc(){_0x343ac8[_0x399a82([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x399a82([0x76,0x69,0x65,0x77])][_0x399a82([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x399a82([0x61,0x75,0x74,0x6f]);}}function _0xd06ead(_0xb177fe){const _0x2319c6=[new window[(_0x399a82([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x434668=>setTimeout(_0x434668,0x76e3c36c^_0x4e7640)),_0x1d815a[_0x399a82([0x74,0x68,0x65,0x6e])](()=>new window[(_0x399a82([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x3088fb=>{let _0x3d0fe2=0x0;_0x343ac8[_0x399a82([0x6d,0x6f,0x64,0x65,0x6c])][_0x399a82([0x6f,0x6e])](_0x399a82([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x2e13e3,_0x56941d)=>{_0x56941d[0x0][_0x399a82([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x3d0fe2++,_0x3d0fe2==(0x76eafc58^_0x4e7640)&&(_0x3088fb(),_0x2e13e3[_0x399a82([0x6f,0x66,0x66])]());});}))];return window[_0x399a82([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x399a82([0x72,0x61,0x63,0x65])](_0x2319c6)[_0x399a82([0x74,0x68,0x65,0x6e])](()=>_0xb177fe);}async function _0x2d9d86(){await _0x1d815a,_0x343ac8[_0x399a82([0x6d,0x6f,0x64,0x65,0x6c])][_0x399a82([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x50dead,_0x343ac8[_0x399a82([0x6d,0x6f,0x64,0x65,0x6c])][_0x399a82([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x50dead,_0x343ac8[_0x399a82([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x399a82([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x37320f(_0x3b0c00){const _0x4c004e=_0x3dfe39();_0x343ac8[_0x4c004e]=_0x399a82([0x73,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x3b0c00,_0x3b0c00!=_0x399a82([0x56,0x61,0x6c,0x69,0x64])&&_0x2d9d86();}function _0x3dfe39(){const _0x8b250e=window[_0x399a82([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x399a82([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x399a82([0x6e,0x6f,0x77])]())[_0x399a82([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x399a82([0x2e]),'');let _0x3d60d7=_0x399a82([0x79]);for(let _0x4aba4b=0x0;_0x4aba4b<_0x8b250e[_0x399a82([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x4aba4b+=0x2){let _0x1112a6=window[_0x399a82([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x8b250e[_0x399a82([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x4aba4b,_0x4aba4b+0x2));_0x1112a6>=_0xfda7ed[_0x399a82([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x1112a6-=_0xfda7ed[_0x399a82([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x3d60d7+=_0xfda7ed[_0x1112a6];}return _0x3d60d7;}function _0x45f6d6(){const _0x44390a=_0x18a5ca[_0x399a82([0x73,0x70,0x6c,0x69,0x74])](_0x399a82([0x2e]));if(0x3!=_0x44390a[_0x399a82([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x36ea05(_0x44390a[0x1]);function _0x36ea05(_0x3ecfae){const _0x25612c=_0x1aff2f(_0x3ecfae);return _0x25612c&&_0x41a4d8()?_0x25612c:null;function _0x41a4d8(){const _0x21d188=_0x25612c[_0x399a82([0x6a,0x74,0x69])],_0x425ed6=window[_0x399a82([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x21d188[_0x399a82([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x21d188[_0x399a82([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x27fe0a={..._0x25612c,[_0x399a82([0x6a,0x74,0x69])]:_0x21d188[_0x399a82([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x21d188[_0x399a82([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x27fe0a[_0x399a82([0x76,0x63])],_0x15229a(_0x27fe0a)==_0x425ed6;}}}async function _0x4257e2(){let _0x17624b=!0x0;try{const _0x61f6=_0x18a5ca[_0x399a82([0x73,0x70,0x6c,0x69,0x74])](_0x399a82([0x2e])),[_0x361e2e,_0x25a960,_0xfee0e6]=_0x61f6;return _0x5bee4c(_0x361e2e),await _0x116ec5(_0x361e2e,_0x25a960,_0xfee0e6),_0x17624b;}catch{return!0x1;}function _0x5bee4c(_0x5dc448){const _0x501c06=_0x1aff2f(_0x5dc448);_0x501c06&&_0x501c06[_0x399a82([0x61,0x6c,0x67])]==_0x399a82([0x45,0x53,0x32,0x35,0x36])||(_0x17624b=!0x1);}async function _0x116ec5(_0x327006,_0x5f4159,_0x250d58){const _0x5304a6=window[_0x399a82([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x399a82([0x66,0x72,0x6f,0x6d])](_0x1bba68(_0x250d58),_0x442405=>_0x442405[_0x399a82([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x33c986=new window[(_0x399a82([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x399a82([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x327006+_0x399a82([0x2e])+_0x5f4159),_0x593a80=window[_0x399a82([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x399a82([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x593a80)return;const _0x42b1ff=await _0x593a80[_0x399a82([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x399a82([0x6a,0x77,0x6b]),_0x3ba0da,{[_0x399a82([0x6e,0x61,0x6d,0x65])]:_0x399a82([0x45,0x43,0x44,0x53,0x41]),[_0x399a82([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x399a82([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x399a82([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x593a80[_0x399a82([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x399a82([0x6e,0x61,0x6d,0x65])]:_0x399a82([0x45,0x43,0x44,0x53,0x41]),[_0x399a82([0x68,0x61,0x73,0x68])]:{[_0x399a82([0x6e,0x61,0x6d,0x65])]:_0x399a82([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x42b1ff,_0x5304a6,_0x33c986)||(_0x17624b=!0x1);}}function _0x1aff2f(_0x3a122d){return _0x3a122d[_0x399a82([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x399a82([0x65,0x79]))?JSON[_0x399a82([0x70,0x61,0x72,0x73,0x65])](_0x1bba68(_0x3a122d)):null;}function _0x1bba68(_0x2bf668){return window[_0x399a82([0x61,0x74,0x6f,0x62])](_0x2bf668[_0x399a82([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x399a82([0x2b]))[_0x399a82([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x399a82([0x2f])));}function _0x15229a(_0x27bf5f){let _0x5c55bc=0x1505;function _0x143281(_0x426c87){for(let _0x291b0f=0x0;_0x291b0f<_0x426c87[_0x399a82([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x291b0f++){const _0x54fa6e=_0x426c87[_0x399a82([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x291b0f);_0x5c55bc=(_0x5c55bc<<0x5)+_0x5c55bc+_0x54fa6e,_0x5c55bc&=_0x5c55bc;}}function _0x4174d5(_0x31e545){Array[_0x399a82([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x31e545)?_0x31e545[_0x399a82([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x4174d5):_0x31e545&&typeof _0x31e545==_0x399a82([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x399a82([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x31e545)[_0x399a82([0x73,0x6f,0x72,0x74])]()[_0x399a82([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x5e2ecc,_0x489596])=>{_0x143281(_0x5e2ecc),_0x4174d5(_0x489596);}):_0x143281(window[_0x399a82([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x31e545));}return _0x4174d5(_0x27bf5f),_0x5c55bc>>>0x0;}function _0x148951(_0x47aaf3){return _0x47aaf3[_0x399a82([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x399a82([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x399a82([0x30]));}function _0x312fe3(_0xf367d5){return _0xf367d5[_0x399a82([0x73,0x70,0x6c,0x69,0x74])]('')[_0x399a82([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x399a82([0x6a,0x6f,0x69,0x6e])]('');}function _0x50dead(){}function _0x399a82(_0x3bcc0c){const _0x5a4bd4=_0x2c8d;return _0x3bcc0c[_0x5a4bd4(0x1b3)](_0x11cf43=>String[_0x5a4bd4(0x16e)](_0x11cf43))[_0x5a4bd4(0x1d4)]('');}_0x37320f(await _0x16a485());}(this);}[_0x3ffa06(0x195)](){const _0xe6bc5=_0x3ffa06;return this[_0xe6bc5(0x191)];}[_0x3ffa06(0x1e7)](){const _0x331fd6=_0x3ffa06,_0x14d76a=_0x324404=>_0x3a3163(this[_0x331fd6(0x184)][_0x331fd6(0x1be)],_0x324404);return[{'id':_0x331fd6(0x19c),'commandName':_0x331fd6(0x1bb),'icon':_0x2e6538,'title':_0x14d76a(_0x331fd6(0x1e5)),'description':_0x14d76a(_0x331fd6(0x1c4)),'execute':_0x50144f=>{const _0x23b5c1=_0x331fd6;setTimeout(()=>_0x50144f[_0x23b5c1(0x197)](_0x23b5c1(0x1bb)));}},{'id':_0x331fd6(0x1bc),'commandName':_0x331fd6(0x1bc),'icon':_0x30df82,'title':_0x14d76a(_0x331fd6(0x1ab)),'description':_0x14d76a(_0x331fd6(0x1ee))},{'id':_0x331fd6(0x1b6),'commandName':_0x331fd6(0x1b6),'icon':_0x4ae80a,'title':_0x14d76a(_0x331fd6(0x1d5)),'description':_0x14d76a(_0x331fd6(0x1d0))},{'id':_0x331fd6(0x1ad),'commandName':_0x331fd6(0x1ad),'icon':_0x149a94,'title':_0x14d76a(_0x331fd6(0x18b)),'description':_0x14d76a(_0x331fd6(0x188))},{'id':_0x331fd6(0x19e),'commandName':_0x331fd6(0x19e),'icon':_0xb508be,'title':_0x14d76a(_0x331fd6(0x1d7)),'description':_0x14d76a(_0x331fd6(0x1a9)),'aliases':[_0x331fd6(0x18e),_0x331fd6(0x17c),_0x331fd6(0x16f)]},{'id':_0x331fd6(0x18e),'commandName':_0x331fd6(0x18e),'icon':_0xb508be,'title':_0x14d76a(_0x331fd6(0x19a)),'description':_0x14d76a(_0x331fd6(0x187)),'aliases':[_0x331fd6(0x19e),_0x331fd6(0x17c),_0x331fd6(0x16f)]},{'id':_0x331fd6(0x1df),'commandName':_0x331fd6(0x1df),'icon':_0x480d6a,'title':_0x14d76a(_0x331fd6(0x174)),'description':_0x14d76a(_0x331fd6(0x1ed)),'execute':_0x51ae67=>{const _0x4c531d=_0x331fd6;setTimeout(()=>_0x51ae67[_0x4c531d(0x197)](_0x4c531d(0x1df)));}},{'id':_0x331fd6(0x1a3),'commandName':_0x331fd6(0x1ac),'icon':_0xe9d272,'title':_0x14d76a(_0x331fd6(0x186)),'description':_0x14d76a(_0x331fd6(0x18f)),'execute':_0x46d532=>{const _0x32c7d4=_0x331fd6;_0x46d532[_0x32c7d4(0x197)](_0x32c7d4(0x1ac),{'value':_0x32c7d4(0x1a3)});}},{'id':_0x331fd6(0x1b1),'commandName':_0x331fd6(0x1ac),'icon':_0x10d3d2,'title':_0x14d76a(_0x331fd6(0x16d)),'description':_0x14d76a(_0x331fd6(0x173)),'execute':_0x4d1614=>{const _0x15a0f3=_0x331fd6;_0x4d1614[_0x15a0f3(0x197)](_0x15a0f3(0x1ac),{'value':_0x15a0f3(0x1b1)});}},{'id':_0x331fd6(0x1ae),'commandName':_0x331fd6(0x1ac),'icon':_0x59066a,'title':_0x14d76a(_0x331fd6(0x1cb)),'description':_0x14d76a(_0x331fd6(0x1c7)),'execute':_0xe3874f=>{const _0x33e1bd=_0x331fd6;_0xe3874f[_0x33e1bd(0x197)](_0x33e1bd(0x1ac),{'value':_0x33e1bd(0x1ae)});}},{'id':_0x331fd6(0x178),'commandName':_0x331fd6(0x1ac),'icon':_0x3ca603,'title':_0x14d76a(_0x331fd6(0x177)),'description':_0x14d76a(_0x331fd6(0x179)),'execute':_0x395b6f=>{const _0x397e94=_0x331fd6;_0x395b6f[_0x397e94(0x197)](_0x397e94(0x1ac),{'value':_0x397e94(0x178)});}},{'id':_0x331fd6(0x1a6),'commandName':_0x331fd6(0x1ac),'icon':_0x2e1e38,'title':_0x14d76a(_0x331fd6(0x1eb)),'description':_0x14d76a(_0x331fd6(0x1ba)),'execute':_0x47956f=>{const _0xcbd50d=_0x331fd6;_0x47956f[_0xcbd50d(0x197)](_0xcbd50d(0x1ac),{'value':_0xcbd50d(0x1a6)});}},{'id':_0x331fd6(0x18a),'commandName':_0x331fd6(0x1ac),'icon':_0xe0fd0c,'title':_0x14d76a(_0x331fd6(0x1b5)),'description':_0x14d76a(_0x331fd6(0x1c9)),'execute':_0x51d529=>{const _0x31feb6=_0x331fd6;_0x51d529[_0x31feb6(0x197)](_0x31feb6(0x1ac),{'value':_0x31feb6(0x18a)});}},{'id':_0x331fd6(0x1d2),'commandName':_0x331fd6(0x1d2),'icon':_0x2040a3,'title':_0x14d76a(_0x331fd6(0x196)),'description':_0x14d76a(_0x331fd6(0x176))},{'id':_0x331fd6(0x17e),'commandName':_0x331fd6(0x17e),'icon':_0x5f57f8,'title':_0x14d76a(_0x331fd6(0x1e0)),'description':_0x14d76a(_0x331fd6(0x1b9))},{'id':_0x331fd6(0x1b0),'commandName':_0x331fd6(0x1b0),'icon':_0x1b0871,'title':_0x14d76a(_0x331fd6(0x1e8)),'description':_0x14d76a(_0x331fd6(0x1a5))},{'id':_0x331fd6(0x192),'commandName':_0x331fd6(0x192),'title':_0x14d76a(_0x331fd6(0x1ca)),'description':_0x14d76a(_0x331fd6(0x17d))},{'id':_0x331fd6(0x1e6),'commandName':_0x331fd6(0x1e6),'icon':_0x22c850,'title':_0x14d76a(_0x331fd6(0x17f)),'description':_0x14d76a(_0x331fd6(0x171))},{'id':_0x331fd6(0x1ef),'commandName':_0x331fd6(0x1ef),'icon':_0x4b653f,'title':_0x14d76a(_0x331fd6(0x193)),'description':_0x14d76a(_0x331fd6(0x1de)),'aliases':[_0x331fd6(0x18c)]},{'id':_0x331fd6(0x189),'commandName':_0x331fd6(0x189),'icon':_0x2520fe,'title':_0x14d76a(_0x331fd6(0x1a1)),'description':_0x14d76a(_0x331fd6(0x1e1))},{'id':_0x331fd6(0x1af),'commandName':_0x331fd6(0x1af),'icon':_0x4dfdbe,'title':_0x14d76a(_0x331fd6(0x170)),'description':_0x14d76a(_0x331fd6(0x1d1))},{'id':_0x331fd6(0x1a4),'commandName':_0x331fd6(0x1a4),'icon':_0xdd35fa,'title':_0x14d76a(_0x331fd6(0x1c3)),'description':_0x14d76a(_0x331fd6(0x181))},{'id':_0x331fd6(0x19f),'commandName':_0x331fd6(0x19f),'icon':_0x1721b7,'title':_0x14d76a(_0x331fd6(0x183)),'description':_0x14d76a(_0x331fd6(0x1d3))}];}[_0x3ffa06(0x1b2)](_0x178c6d){const _0x7dcaed=_0x3ffa06;return _0x178c6d[_0x7dcaed(0x1e2)]?_0x178c6d[_0x7dcaed(0x1e2)](this[_0x7dcaed(0x184)]):!_0x178c6d[_0x7dcaed(0x1da)]||this[_0x7dcaed(0x184)][_0x7dcaed(0x1cd)][_0x7dcaed(0x1b8)](_0x178c6d[_0x7dcaed(0x1da)])[_0x7dcaed(0x1e2)];}[_0x3ffa06(0x1d6)](_0x190488){const _0x78904b=_0x3ffa06;if(_0x190488[_0x78904b(0x197)])_0x190488[_0x78904b(0x197)](this[_0x78904b(0x184)]);else{if(!_0x190488[_0x78904b(0x1da)])throw new _0x327a81(_0x78904b(0x17a),this[_0x78904b(0x184)],{'commandDefinition':_0x190488});this[_0x78904b(0x184)][_0x78904b(0x197)](_0x190488[_0x78904b(0x1da)]);}}}function H(_0x39b173,_0xa0f118){const _0x3007f6=_0x3ffa06;return _0x39b173[_0x3007f6(0x185)]<_0xa0f118[_0x3007f6(0x185)]?-0x1:_0x39b173[_0x3007f6(0x185)]>_0xa0f118[_0x3007f6(0x185)]?0x1:0x0;}function O(_0xdebaa6,_0xfd943b){const _0x1fb911=_0x3ffa06;return _0xfd943b+'-'+_0xdebaa6[_0x1fb911(0x1c6)]()[_0x1fb911(0x17b)]('\x20')[_0x1fb911(0x1d4)]('-');}
|
|
23
|
+
const _0xcb18f6=_0x369c;function _0x5d25(){const _0x156681=['Insert\x20a\x20horizontal\x20line','1563088kaTcno','Create\x20a\x20numbered\x20list','_proxyExecute','isEnabled','Heading\x204','AI\x20Assistant','Create\x20a\x20heading\x20level\x204','isOfficialPlugin','Insert\x20Mermaid\x20diagram','includes','isIconColorInherited','commandName','5309469oXcWlS','Heading\x203','toLowerCase','To-do\x20list','numberedList','blockQuote','1dxnpIG','map','Create\x20a\x20to-do\x20list','Numbered\x20list','fromCharCode','Heading\x202','model','Insert\x20code\x20block','insertTable','template.definitions','pluginName','21TNTDMk','Insert\x20a\x20paragraph','getDefaultCommands','Decrease\x20the\x20indentation','SlashCommandConfig','icon','getAllowedCommands','todoList','9IlxyHH','insertMermaidCommand','execute','editor','Paragraph','Create\x20a\x20code\x20block','config','filter','filemanager','description','horizontalLine','Emoji','10PKHhpb','insertTableOfContents','Create\x20a\x20heading\x20level\x201','_allowedCommands','Insert\x20an\x20HTML\x20snippet','Bulleted\x20list','style','Heading\x206','emoji','push','Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file','aliases','_proxyIsEnabled','ckbox','heading.options','Insert\x20image','bulletedList','afterInit','Insert\x20an\x20emoji','Create\x20a\x20bulleted\x20list','Insert\x20the\x20Mermaid\x20diagram','codeBlock','heading1','insertTemplate','heading2','heading','648126fhQMcd','Create\x20a\x20heading\x20level\x205','Heading\x201','Create\x20a\x20table','paragraph','locale','Decrease\x20indent','Insert\x20table\x20of\x20contents','upload','Create\x20a\x20heading\x20level\x203','length','Table\x20of\x20contents','264999bVyyjq','toc','htmlEmbed','Insert\x20HTML','join','Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content','aiAssistant','12eMtqyj','href','outdent','slashCommand.removeCommands','get','Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file','heading5','style.definitions','heading6','slashCommand.extraCommands','Open\x20file\x20manager','showAIAssistant','title','Create\x20a\x20heading\x20level\x206','name','isPremiumPlugin','template','sort','Create\x20a\x20block\x20quote','Heading\x205','split','heading4','function','Increase\x20the\x20indentation','Insert\x20table','slash-command-execute-missing','18264ZhcNZo','concat','indent','1111565GgEwUq','12MkXtuA','heading3','commands','Increase\x20indent','Create\x20a\x20heading\x20level\x202','ckfinder','Block\x20quote','enabledStyles','185480aRngrG','Horizontal\x20line'];_0x5d25=function(){return _0x156681;};return _0x5d25();}(function(_0x4b540f,_0x109220){const _0x55233d=_0x369c,_0x3aed00=_0x4b540f();while(!![]){try{const _0x49e93d=-parseInt(_0x55233d(0x15a))/0x1*(-parseInt(_0x55233d(0x10c))/0x2)+-parseInt(_0x55233d(0x118))/0x3*(-parseInt(_0x55233d(0x13d))/0x4)+-parseInt(_0x55233d(0xf2))/0x5*(-parseInt(_0x55233d(0x139))/0x6)+parseInt(_0x55233d(0xde))/0x7*(-parseInt(_0x55233d(0x148))/0x8)+-parseInt(_0x55233d(0xe6))/0x9*(-parseInt(_0x55233d(0x145))/0xa)+parseInt(_0x55233d(0x154))/0xb+-parseInt(_0x55233d(0x11f))/0xc*(parseInt(_0x55233d(0x13c))/0xd);if(_0x49e93d===_0x109220)break;else _0x3aed00['push'](_0x3aed00['shift']());}catch(_0xc10ce2){_0x3aed00['push'](_0x3aed00['shift']());}}}(_0x5d25,0x67b0a));import{Plugin as _0x4da0fc}from'ckeditor5/src/core.js';import{CKEditorError as _0x41e687,uid as _0x1e50bf}from'ckeditor5/src/utils.js';import{IconBrowseFiles as _0x1afed9,IconBulletedList as _0x1f9abd,IconEmoji as _0x49e1cc,IconCodeBlock as _0x1cead0,IconHeading1 as _0x554db7,IconHeading2 as _0x14b5ec,IconHeading3 as _0x41206f,IconHeading4 as _0x1eefa1,IconHeading5 as _0x57bf08,IconHeading6 as _0x8da684,IconHorizontalLine as _0x33eb7d,IconHtml as _0x5cd1e6,IconIndent as _0x1d80dd,IconNumberedList as _0x5933f0,IconOutdent as _0x501438,IconParagraph as _0x1cd5d9,IconQuote as _0x130743,IconRobotPencil as _0x122271,IconTable as _0x354f25,IconTableOfContents as _0x14e273,IconTodoList as _0x2dec8d}from'ckeditor5/src/icons.js';function _0x369c(_0x1dd6f3,_0x5383ab){const _0x5d2550=_0x5d25();return _0x369c=function(_0x369cb0,_0x26e100){_0x369cb0=_0x369cb0-0xda;let _0x11a225=_0x5d2550[_0x369cb0];return _0x11a225;},_0x369c(_0x1dd6f3,_0x5383ab);}import{getTranslation as _0x53e3ad}from'./utils/common-translations.js';import'./slashcommandeditorconfig.js';export default class L extends _0x4da0fc{static get[_0xcb18f6(0xdd)](){const _0x3adcbf=_0xcb18f6;return _0x3adcbf(0xe2);}static get[_0xcb18f6(0x14f)](){return!0x0;}static get[_0xcb18f6(0x12e)](){return!0x0;}constructor(_0x35e614){const _0x102994=_0xcb18f6;super(_0x35e614),this[_0x102994(0xf5)]=null;}[_0xcb18f6(0x103)](){const _0x9b1c38=_0xcb18f6,_0x409622=this[_0x9b1c38(0xe9)][_0x9b1c38(0xec)][_0x9b1c38(0x123)](_0x9b1c38(0x122))||[],_0x59523f=function(_0x2c2a41){const _0x397fe3=_0x9b1c38;let _0xf26627=[_0x397fe3(0x134),_0x397fe3(0x125),_0x397fe3(0x127)];if(_0x2c2a41){const _0x19b867=_0x2c2a41[_0x397fe3(0x15b)](_0x2b7493=>_0x2b7493[_0x397fe3(0x160)]);_0xf26627=[_0x397fe3(0x108),_0x397fe3(0x10a),_0x397fe3(0x13e),_0x397fe3(0x134),_0x397fe3(0x125),_0x397fe3(0x127)][_0x397fe3(0xed)](_0x77c8fd=>!_0x19b867[_0x397fe3(0x151)](_0x77c8fd));}return _0xf26627;}(this[_0x9b1c38(0xe9)][_0x9b1c38(0xec)][_0x9b1c38(0x123)](_0x9b1c38(0x100)));let _0x2562a5=this[_0x9b1c38(0xe0)]()[_0x9b1c38(0xed)](_0x3f9b62=>!_0x59523f[_0x9b1c38(0x151)](_0x3f9b62['id']))[_0x9b1c38(0xed)](_0x51bfe6=>!_0x409622[_0x9b1c38(0x151)](_0x51bfe6[_0x9b1c38(0x153)]));const _0x473bbd=this[_0x9b1c38(0xe9)][_0x9b1c38(0xec)][_0x9b1c38(0x123)](_0x9b1c38(0x128));_0x473bbd&&_0x473bbd[_0x9b1c38(0x116)]&&(_0x2562a5=_0x2562a5[_0x9b1c38(0x13a)](_0x473bbd));const _0x1735d0=this[_0x9b1c38(0xe9)][_0x9b1c38(0xec)][_0x9b1c38(0x123)](_0x9b1c38(0xdc));_0x1735d0&&_0x1735d0[_0x9b1c38(0x116)]&&(_0x2562a5=_0x2562a5[_0x9b1c38(0x13a)](function(_0x4094b3){const _0x5760cf=_0x9b1c38;return _0x4094b3[_0x5760cf(0x15b)](_0x3f56a9=>{const _0x3414fe=_0x5760cf,{title:_0x1960cf,icon:_0x52c449,description:_0x3cc2fb,data:_0x2eafbe}=_0x3f56a9,_0x23396e={'id':O(_0x1960cf,_0x3414fe(0x12f)),'commandName':_0x3414fe(0x109),'execute':_0x24222d=>{const _0xe0835=_0x3414fe;_0x24222d[_0xe0835(0xe8)](_0xe0835(0x109),_0x2eafbe);},'description':_0x3cc2fb,'icon':_0x52c449,'title':_0x1960cf};return _0x52c449&&(_0x23396e[_0x3414fe(0x152)]=!0x1),_0x23396e;});}(_0x1735d0)));const _0x206869=this[_0x9b1c38(0xe9)][_0x9b1c38(0xec)][_0x9b1c38(0x123)](_0x9b1c38(0x126));_0x206869&&_0x206869[_0x9b1c38(0x116)]&&(_0x2562a5=_0x2562a5[_0x9b1c38(0x13a)](function(_0xe4d1f){const _0x5416e4=_0x9b1c38;return _0xe4d1f[_0x5416e4(0x15b)](_0x332212=>({'id':O(_0x332212[_0x5416e4(0x12d)],_0x5416e4(0xf8)),'commandName':_0x5416e4(0xf8),'execute':_0x359b90=>{const _0x3e88f4=_0x5416e4;_0x359b90[_0x3e88f4(0xe8)](_0x3e88f4(0xf8),{'styleName':_0x332212[_0x3e88f4(0x12d)]});},'isEnabled':_0x4bf192=>{const _0x151e62=_0x5416e4,_0x61e7f1=_0x4bf192[_0x151e62(0x13f)][_0x151e62(0x123)](_0x151e62(0xf8));return _0x61e7f1[_0x151e62(0x14b)]&&_0x61e7f1[_0x151e62(0x144)][_0x151e62(0x151)](_0x332212[_0x151e62(0x12d)]);},'title':_0x332212[_0x5416e4(0x12d)]}));}(_0x206869)));const _0x146585=_0x2562a5[_0x9b1c38(0xed)](_0x14407f=>!_0x14407f[_0x9b1c38(0x153)]||void 0x0!==this[_0x9b1c38(0xe9)][_0x9b1c38(0x13f)][_0x9b1c38(0x123)](_0x14407f[_0x9b1c38(0x153)])),_0x2b2c72=[];for(const _0x145d5f of _0x146585)_0x2b2c72[_0x9b1c38(0xfb)]({'id':_0x145d5f['id'],'commandName':_0x145d5f[_0x9b1c38(0x153)],'title':_0x9b1c38(0x135)==typeof _0x145d5f[_0x9b1c38(0x12b)]?_0x145d5f[_0x9b1c38(0x12b)](this[_0x9b1c38(0xe9)]):_0x145d5f[_0x9b1c38(0x12b)],'description':_0x145d5f[_0x9b1c38(0xef)],'icon':_0x145d5f[_0x9b1c38(0xe3)],'isIconColorInherited':_0x145d5f[_0x9b1c38(0x152)],'aliases':_0x145d5f[_0x9b1c38(0xfd)],'isEnabled':()=>this[_0x9b1c38(0xfe)](_0x145d5f),'execute':()=>this[_0x9b1c38(0x14a)](_0x145d5f)});this[_0x9b1c38(0xf5)]=_0x2b2c72[_0x9b1c38(0x130)](H),async function(_0x570e49){const _0x4c677a=_0x27795b([0x59,0x7a,0x4f,0x43,0x45,0x55,0x4c,0x6f,0x4b,0x38,0x6d,0x36,0x51,0x32,0x57,0x39,0x6c,0x65,0x77,0x4a,0x63,0x56,0x47,0x64,0x52,0x79,0x71,0x53,0x31,0x42,0x70,0x66,0x37,0x67,0x49,0x75,0x54,0x6e,0x68,0x72,0x46,0x48,0x74,0x78,0x61,0x62,0x4d,0x34,0x41,0x44,0x30,0x5a,0x33,0x58,0x6b,0x35,0x6a,0x50,0x76,0x73,0x4e,0x69]),_0x31cd09=0x47bc5855,_0x17e38b=0x47bb32bd^_0x31cd09,_0x7477a1=window[_0x27795b([0x44,0x61,0x74,0x65])][_0x27795b([0x6e,0x6f,0x77])](),_0x18bad2=_0x570e49[_0x27795b([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x4f3e33=new window[(_0x27795b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x50b729=>{_0x18bad2[_0x27795b([0x6f,0x6e,0x63,0x65])](_0x27795b([0x72,0x65,0x61,0x64,0x79]),_0x50b729);}),_0x220a6f={[_0x27795b([0x6b,0x74,0x79])]:_0x27795b([0x45,0x43]),[_0x27795b([0x75,0x73,0x65])]:_0x27795b([0x73,0x69,0x67]),[_0x27795b([0x63,0x72,0x76])]:_0x27795b([0x50,0x2d,0x32,0x35,0x36]),[_0x27795b([0x78])]:_0x27795b([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]),[_0x27795b([0x79])]:_0x27795b([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]),[_0x27795b([0x61,0x6c,0x67])]:_0x27795b([0x45,0x53,0x32,0x35,0x36])},_0x3dc2fa=_0x18bad2[_0x27795b([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x27795b([0x67,0x65,0x74])](_0x27795b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x1c9e27(){let _0x4b696c,_0x322fca=null,_0x191b01=null;try{if(_0x3dc2fa==_0x27795b([0x47,0x50,0x4c]))return _0x27795b([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x4b696c=_0x1985e2(),!_0x4b696c)return _0x27795b([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x4b696c[_0x27795b([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x191b01=_0x37f16e(_0x4b696c[_0x27795b([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x4b696c[_0x27795b([0x6a,0x74,0x69])])),await _0x430036()?_0x50daa6()?_0x508b64()?_0x27795b([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x1ce79a()?(_0x4b696c[_0x27795b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x27795b([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x322fca=_0x2dc546(_0x27795b([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x4b696c[_0x27795b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x27795b([0x74,0x72,0x69,0x61,0x6c])&&(_0x322fca=_0x2dc546(_0x27795b([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0xd9913e()):_0x27795b([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x27795b([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x27795b([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x27795b([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x508b64(){const _0x4b789b=[_0x27795b([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x27795b([0x74,0x72,0x69,0x61,0x6c])][_0x27795b([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4b696c[_0x27795b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x7477a1/0x3e8:0xe10*_0x17e38b;return _0x4b696c[_0x27795b([0x65,0x78,0x70])]<_0x4b789b;}function _0x50daa6(){const _0x3d7a88=_0x4b696c[_0x27795b([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x3d7a88&&(!!_0x3d7a88[_0x27795b([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x27795b([0x2a]))||(!!_0x3d7a88[_0x27795b([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x27795b([0x53,0x43]))||!!_0x3d7a88[_0x27795b([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x27795b([0x50,0x50]))));}function _0x1ce79a(){const _0x2d36c9=_0x369c,_0x24ff73=_0x4b696c[_0x27795b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x24ff73||0x0==_0x24ff73[_0x27795b([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x5a3ec2}=new URL(window[_0x27795b([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x2d36c9(0x120)]);if(_0x24ff73[_0x27795b([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5a3ec2))return!0x0;const _0x3020e8=_0x5a3ec2[_0x27795b([0x73,0x70,0x6c,0x69,0x74])](_0x27795b([0x2e]));return _0x24ff73[_0x27795b([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x1c9fd2=>_0x1c9fd2[_0x27795b([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x27795b([0x2a])))[_0x27795b([0x6d,0x61,0x70])](_0x31754b=>_0x31754b[_0x27795b([0x73,0x70,0x6c,0x69,0x74])](_0x27795b([0x2e])))[_0x27795b([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x45c6c7=>_0x45c6c7[_0x27795b([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x3020e8[_0x27795b([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x27795b([0x6d,0x61,0x70])](_0x26fc00=>Array(_0x3020e8[_0x27795b([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x26fc00[_0x27795b([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x27795b([0x66,0x69,0x6c,0x6c])](_0x26fc00[0x0]===_0x27795b([0x2a])?_0x27795b([0x2a]):'')[_0x27795b([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x26fc00))[_0x27795b([0x73,0x6f,0x6d,0x65])](_0x3785f0=>_0x3020e8[_0x27795b([0x65,0x76,0x65,0x72,0x79])]((_0x33464a,_0x19b194)=>_0x3785f0[_0x19b194]===_0x33464a||_0x3785f0[_0x19b194]===_0x27795b([0x2a])));}function _0xd9913e(){return _0x322fca&&_0x191b01?new window[(_0x27795b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x226319,_0x5eb7c2)=>{_0x322fca[_0x27795b([0x74,0x68,0x65,0x6e])](_0x226319,_0x5eb7c2),_0x191b01[_0x27795b([0x74,0x68,0x65,0x6e])](_0x430be7=>{_0x430be7!=_0x27795b([0x56,0x61,0x6c,0x69,0x64])&&_0x226319(_0x430be7);},_0x5eb7c2);}):_0x322fca||_0x191b01||_0x27795b([0x56,0x61,0x6c,0x69,0x64]);}}function _0x37f16e(_0x4f7a6f,_0x2b25f6){return new window[(_0x27795b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x525605=>{if(_0x595388())return _0x525605(_0x27795b([0x56,0x61,0x6c,0x69,0x64]));_0x42c142(),_0x18bad2[_0x27795b([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x27795b([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x8c6b73=!0x1;const _0x68a47a=_0x1e50bf();function _0x190309(_0x3970c9){return!!_0x3970c9&&(typeof _0x3970c9===_0x27795b([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x3970c9===_0x27795b([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x3970c9[_0x27795b([0x74,0x68,0x65,0x6e])]===_0x27795b([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x3970c9[_0x27795b([0x63,0x61,0x74,0x63,0x68])]===_0x27795b([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x3275f5(_0x1dfdd9){_0xf4aea4(_0x1dfdd9)[_0x27795b([0x74,0x68,0x65,0x6e])](_0x2592b0=>{if(!_0x2592b0||_0x2592b0[_0x27795b([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x27795b([0x6f,0x6b]))return _0x27795b([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x1b11df(_0x26e333(_0x68a47a+_0x2b25f6))!=_0x2592b0[_0x27795b([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x27795b([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x27795b([0x56,0x61,0x6c,0x69,0x64]);})[_0x27795b([0x74,0x68,0x65,0x6e])](_0x328714=>(_0x28ec98(),_0x328714),()=>{const _0x2849d9=_0x401e1c();return null==_0x2849d9?(_0x28ec98(),_0x27795b([0x56,0x61,0x6c,0x69,0x64])):_0x27795b(_0x7477a1-_0x2849d9>(0x63b0dc55^_0x31cd09)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x27795b([0x74,0x68,0x65,0x6e])](_0x525605)[_0x27795b([0x63,0x61,0x74,0x63,0x68])](()=>{_0x525605(_0x27795b([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x1f86c8=0x478ab6d5^_0x31cd09;function _0x28ec98(){const _0x88c53a=_0x27795b([0x6c,0x6c,0x63,0x74,0x2d])+_0x1b11df(_0x26e333(_0x4f7a6f)),_0x2694f5=_0x43801e(_0x1b11df(window[_0x27795b([0x4d,0x61,0x74,0x68])][_0x27795b([0x63,0x65,0x69,0x6c])](_0x7477a1/_0x1f86c8)));window[_0x27795b([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x27795b([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x88c53a,_0x2694f5);}function _0x401e1c(){const _0x10345d=_0x27795b([0x6c,0x6c,0x63,0x74,0x2d])+_0x1b11df(_0x26e333(_0x4f7a6f)),_0x4c7c77=window[_0x27795b([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x27795b([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x10345d);return _0x4c7c77?window[_0x27795b([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x43801e(_0x4c7c77),0x10)*_0x1f86c8:null;}function _0xf4aea4(_0x47cce6){return new window[(_0x27795b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x5332b3,_0x11a065)=>{_0x47cce6[_0x27795b([0x74,0x68,0x65,0x6e])](_0x5332b3,_0x11a065),window[_0x27795b([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x11a065,0x47bd8c95^_0x31cd09);});}}_0x18bad2[_0x27795b([0x6f,0x6e])](_0x27795b([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x1f02f8,_0x2a3be3)=>{if(_0x2a3be3[0x0]!=_0x4f7a6f)return _0x525605(_0x27795b([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x2a3be3[0x1]={..._0x2a3be3[0x1],[_0x27795b([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x68a47a};},{[_0x27795b([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x27795b([0x68,0x69,0x67,0x68])}),_0x18bad2[_0x27795b([0x6f,0x6e])](_0x27795b([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x19a3a6=>{_0x190309(_0x19a3a6[_0x27795b([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x8c6b73=!0x0,_0x3275f5(_0x19a3a6[_0x27795b([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x27795b([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x27795b([0x6c,0x6f,0x77])}),_0x4f3e33[_0x27795b([0x74,0x68,0x65,0x6e])](()=>{_0x8c6b73||_0x525605(_0x27795b([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x595388(){return _0x18bad2[_0x27795b([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x27795b([0x76,0x69,0x65,0x77])][_0x27795b([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x27795b([0x61,0x75,0x74,0x6f]);}function _0x42c142(){_0x18bad2[_0x27795b([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x27795b([0x76,0x69,0x65,0x77])][_0x27795b([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x27795b([0x61,0x75,0x74,0x6f]);}}function _0x2dc546(_0x1363bb){const _0x27ba27=[new window[(_0x27795b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x1a3dac=>setTimeout(_0x1a3dac,0x47b56699^_0x31cd09)),_0x4f3e33[_0x27795b([0x74,0x68,0x65,0x6e])](()=>new window[(_0x27795b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x4afe03=>{let _0x564608=0x0;_0x18bad2[_0x27795b([0x6d,0x6f,0x64,0x65,0x6c])][_0x27795b([0x6f,0x6e])](_0x27795b([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x2f0e61,_0x5b5287)=>{_0x5b5287[0x0][_0x27795b([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x564608++,_0x564608==(0x47bc59ad^_0x31cd09)&&(_0x4afe03(),_0x2f0e61[_0x27795b([0x6f,0x66,0x66])]());});}))];return window[_0x27795b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x27795b([0x72,0x61,0x63,0x65])](_0x27ba27)[_0x27795b([0x74,0x68,0x65,0x6e])](()=>_0x1363bb);}async function _0x45bfda(){await _0x4f3e33,_0x18bad2[_0x27795b([0x6d,0x6f,0x64,0x65,0x6c])][_0x27795b([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x5deb0c,_0x18bad2[_0x27795b([0x6d,0x6f,0x64,0x65,0x6c])][_0x27795b([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x5deb0c,_0x18bad2[_0x27795b([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x27795b([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x5c6e56(_0x5d221f){const _0xfd3c51=_0x45c1f9();_0x18bad2[_0xfd3c51]=_0x27795b([0x73,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x5d221f,_0x5d221f!=_0x27795b([0x56,0x61,0x6c,0x69,0x64])&&_0x45bfda();}function _0x45c1f9(){const _0x22d7e2=window[_0x27795b([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x27795b([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x27795b([0x6e,0x6f,0x77])]())[_0x27795b([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x27795b([0x2e]),'');let _0x5acecb=_0x27795b([0x59]);for(let _0x4785b7=0x0;_0x4785b7<_0x22d7e2[_0x27795b([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x4785b7+=0x2){let _0x1477a5=window[_0x27795b([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x22d7e2[_0x27795b([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x4785b7,_0x4785b7+0x2));_0x1477a5>=_0x4c677a[_0x27795b([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x1477a5-=_0x4c677a[_0x27795b([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x5acecb+=_0x4c677a[_0x1477a5];}return _0x5acecb;}function _0x1985e2(){const _0x4ec049=_0x3dc2fa[_0x27795b([0x73,0x70,0x6c,0x69,0x74])](_0x27795b([0x2e]));if(0x3!=_0x4ec049[_0x27795b([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x252c7a(_0x4ec049[0x1]);function _0x252c7a(_0x49eaab){const _0x4e5687=_0x3c1dc2(_0x49eaab);return _0x4e5687&&_0x4c4391()?_0x4e5687:null;function _0x4c4391(){const _0x5207c1=_0x4e5687[_0x27795b([0x6a,0x74,0x69])],_0x288551=window[_0x27795b([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x5207c1[_0x27795b([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x5207c1[_0x27795b([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x370d8b={..._0x4e5687,[_0x27795b([0x6a,0x74,0x69])]:_0x5207c1[_0x27795b([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x5207c1[_0x27795b([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x370d8b[_0x27795b([0x76,0x63])],_0x26e333(_0x370d8b)==_0x288551;}}}async function _0x430036(){let _0x36ade5=!0x0;try{const _0x4f13b4=_0x3dc2fa[_0x27795b([0x73,0x70,0x6c,0x69,0x74])](_0x27795b([0x2e])),[_0x5ab26f,_0x388db0,_0x2a7cb2]=_0x4f13b4;return _0x3e15e5(_0x5ab26f),await _0x2b351b(_0x5ab26f,_0x388db0,_0x2a7cb2),_0x36ade5;}catch{return!0x1;}function _0x3e15e5(_0x2f415f){const _0x42524a=_0x3c1dc2(_0x2f415f);_0x42524a&&_0x42524a[_0x27795b([0x61,0x6c,0x67])]==_0x27795b([0x45,0x53,0x32,0x35,0x36])||(_0x36ade5=!0x1);}async function _0x2b351b(_0x4be312,_0x1cbe41,_0x1805b0){const _0x1ff5a6=window[_0x27795b([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x27795b([0x66,0x72,0x6f,0x6d])](_0x60470(_0x1805b0),_0x267fc8=>_0x267fc8[_0x27795b([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x39a1d5=new window[(_0x27795b([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x27795b([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x4be312+_0x27795b([0x2e])+_0x1cbe41),_0x109e91=window[_0x27795b([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x27795b([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x109e91)return;const _0x4a77db=await _0x109e91[_0x27795b([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x27795b([0x6a,0x77,0x6b]),_0x220a6f,{[_0x27795b([0x6e,0x61,0x6d,0x65])]:_0x27795b([0x45,0x43,0x44,0x53,0x41]),[_0x27795b([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x27795b([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x27795b([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x109e91[_0x27795b([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x27795b([0x6e,0x61,0x6d,0x65])]:_0x27795b([0x45,0x43,0x44,0x53,0x41]),[_0x27795b([0x68,0x61,0x73,0x68])]:{[_0x27795b([0x6e,0x61,0x6d,0x65])]:_0x27795b([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x4a77db,_0x1ff5a6,_0x39a1d5)||(_0x36ade5=!0x1);}}function _0x3c1dc2(_0x2e1cba){return _0x2e1cba[_0x27795b([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x27795b([0x65,0x79]))?JSON[_0x27795b([0x70,0x61,0x72,0x73,0x65])](_0x60470(_0x2e1cba)):null;}function _0x60470(_0x59d6cb){return window[_0x27795b([0x61,0x74,0x6f,0x62])](_0x59d6cb[_0x27795b([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x27795b([0x2b]))[_0x27795b([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x27795b([0x2f])));}function _0x26e333(_0x31fe4e){let _0x2b41c7=0x1505;function _0x3a39b0(_0x5cd0cd){for(let _0x442023=0x0;_0x442023<_0x5cd0cd[_0x27795b([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x442023++){const _0x42c955=_0x5cd0cd[_0x27795b([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x442023);_0x2b41c7=(_0x2b41c7<<0x5)+_0x2b41c7+_0x42c955,_0x2b41c7&=_0x2b41c7;}}function _0x24c04b(_0x3beceb){Array[_0x27795b([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x3beceb)?_0x3beceb[_0x27795b([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x24c04b):_0x3beceb&&typeof _0x3beceb==_0x27795b([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x27795b([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x3beceb)[_0x27795b([0x73,0x6f,0x72,0x74])]()[_0x27795b([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x253eeb,_0x55d78d])=>{_0x3a39b0(_0x253eeb),_0x24c04b(_0x55d78d);}):_0x3a39b0(window[_0x27795b([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x3beceb));}return _0x24c04b(_0x31fe4e),_0x2b41c7>>>0x0;}function _0x1b11df(_0x2db663){return _0x2db663[_0x27795b([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x27795b([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x27795b([0x30]));}function _0x43801e(_0x27d654){return _0x27d654[_0x27795b([0x73,0x70,0x6c,0x69,0x74])]('')[_0x27795b([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x27795b([0x6a,0x6f,0x69,0x6e])]('');}function _0x5deb0c(){}function _0x27795b(_0x1bb125){const _0x558020=_0x369c;return _0x1bb125[_0x558020(0x15b)](_0x353dbf=>String[_0x558020(0x15e)](_0x353dbf))[_0x558020(0x11c)]('');}_0x5c6e56(await _0x1c9e27());}(this);}[_0xcb18f6(0xe4)](){const _0x36083c=_0xcb18f6;return this[_0x36083c(0xf5)];}[_0xcb18f6(0xe0)](){const _0x34b4d7=_0xcb18f6,_0x45c629=_0x49c28c=>_0x53e3ad(this[_0x34b4d7(0xe9)][_0x34b4d7(0x111)],_0x49c28c);return[{'id':_0x34b4d7(0x11e),'commandName':_0x34b4d7(0x12a),'icon':_0x122271,'title':_0x45c629(_0x34b4d7(0x14d)),'description':_0x45c629(_0x34b4d7(0x11d)),'execute':_0x43e699=>{const _0x1962cd=_0x34b4d7;setTimeout(()=>_0x43e699[_0x1962cd(0xe8)](_0x1962cd(0x12a)));}},{'id':_0x34b4d7(0x159),'commandName':_0x34b4d7(0x159),'icon':_0x130743,'title':_0x45c629(_0x34b4d7(0x143)),'description':_0x45c629(_0x34b4d7(0x131))},{'id':_0x34b4d7(0x102),'commandName':_0x34b4d7(0x102),'icon':_0x1f9abd,'title':_0x45c629(_0x34b4d7(0xf7)),'description':_0x45c629(_0x34b4d7(0x105))},{'id':_0x34b4d7(0x107),'commandName':_0x34b4d7(0x107),'icon':_0x1cead0,'title':_0x45c629(_0x34b4d7(0xda)),'description':_0x45c629(_0x34b4d7(0xeb))},{'id':_0x34b4d7(0xff),'commandName':_0x34b4d7(0xff),'icon':_0x1afed9,'title':_0x45c629(_0x34b4d7(0x129)),'description':_0x45c629(_0x34b4d7(0x124)),'aliases':[_0x34b4d7(0x142),_0x34b4d7(0xee),_0x34b4d7(0x114)]},{'id':_0x34b4d7(0x142),'commandName':_0x34b4d7(0x142),'icon':_0x1afed9,'title':_0x45c629(_0x34b4d7(0x101)),'description':_0x45c629(_0x34b4d7(0xfc)),'aliases':[_0x34b4d7(0xff),_0x34b4d7(0xee),_0x34b4d7(0x114)]},{'id':_0x34b4d7(0xfa),'commandName':_0x34b4d7(0xfa),'icon':_0x49e1cc,'title':_0x45c629(_0x34b4d7(0xf1)),'description':_0x45c629(_0x34b4d7(0x104)),'execute':_0x51d945=>{const _0x59b3fa=_0x34b4d7;setTimeout(()=>_0x51d945[_0x59b3fa(0xe8)](_0x59b3fa(0xfa)));}},{'id':_0x34b4d7(0x108),'commandName':_0x34b4d7(0x10b),'icon':_0x554db7,'title':_0x45c629(_0x34b4d7(0x10e)),'description':_0x45c629(_0x34b4d7(0xf4)),'execute':_0x45d4a6=>{const _0x510dc7=_0x34b4d7;_0x45d4a6[_0x510dc7(0xe8)](_0x510dc7(0x10b),{'value':_0x510dc7(0x108)});}},{'id':_0x34b4d7(0x10a),'commandName':_0x34b4d7(0x10b),'icon':_0x14b5ec,'title':_0x45c629(_0x34b4d7(0x15f)),'description':_0x45c629(_0x34b4d7(0x141)),'execute':_0x3beeb6=>{const _0x32b5f3=_0x34b4d7;_0x3beeb6[_0x32b5f3(0xe8)](_0x32b5f3(0x10b),{'value':_0x32b5f3(0x10a)});}},{'id':_0x34b4d7(0x13e),'commandName':_0x34b4d7(0x10b),'icon':_0x41206f,'title':_0x45c629(_0x34b4d7(0x155)),'description':_0x45c629(_0x34b4d7(0x115)),'execute':_0x237afa=>{const _0x5463ef=_0x34b4d7;_0x237afa[_0x5463ef(0xe8)](_0x5463ef(0x10b),{'value':_0x5463ef(0x13e)});}},{'id':_0x34b4d7(0x134),'commandName':_0x34b4d7(0x10b),'icon':_0x1eefa1,'title':_0x45c629(_0x34b4d7(0x14c)),'description':_0x45c629(_0x34b4d7(0x14e)),'execute':_0x3e4a24=>{const _0x22cb59=_0x34b4d7;_0x3e4a24[_0x22cb59(0xe8)](_0x22cb59(0x10b),{'value':_0x22cb59(0x134)});}},{'id':_0x34b4d7(0x125),'commandName':_0x34b4d7(0x10b),'icon':_0x57bf08,'title':_0x45c629(_0x34b4d7(0x132)),'description':_0x45c629(_0x34b4d7(0x10d)),'execute':_0x5ef799=>{const _0x59a422=_0x34b4d7;_0x5ef799[_0x59a422(0xe8)](_0x59a422(0x10b),{'value':_0x59a422(0x125)});}},{'id':_0x34b4d7(0x127),'commandName':_0x34b4d7(0x10b),'icon':_0x8da684,'title':_0x45c629(_0x34b4d7(0xf9)),'description':_0x45c629(_0x34b4d7(0x12c)),'execute':_0x331eb7=>{const _0x41ee36=_0x34b4d7;_0x331eb7[_0x41ee36(0xe8)](_0x41ee36(0x10b),{'value':_0x41ee36(0x127)});}},{'id':_0x34b4d7(0xf0),'commandName':_0x34b4d7(0xf0),'icon':_0x33eb7d,'title':_0x45c629(_0x34b4d7(0x146)),'description':_0x45c629(_0x34b4d7(0x147))},{'id':_0x34b4d7(0x11a),'commandName':_0x34b4d7(0x11a),'icon':_0x5cd1e6,'title':_0x45c629(_0x34b4d7(0x11b)),'description':_0x45c629(_0x34b4d7(0xf6))},{'id':_0x34b4d7(0x13b),'commandName':_0x34b4d7(0x13b),'icon':_0x1d80dd,'title':_0x45c629(_0x34b4d7(0x140)),'description':_0x45c629(_0x34b4d7(0x136))},{'id':_0x34b4d7(0xe7),'commandName':_0x34b4d7(0xe7),'title':_0x45c629(_0x34b4d7(0x150)),'description':_0x45c629(_0x34b4d7(0x106))},{'id':_0x34b4d7(0xdb),'commandName':_0x34b4d7(0xdb),'icon':_0x354f25,'title':_0x45c629(_0x34b4d7(0x137)),'description':_0x45c629(_0x34b4d7(0x10f))},{'id':_0x34b4d7(0xf3),'commandName':_0x34b4d7(0xf3),'icon':_0x14e273,'title':_0x45c629(_0x34b4d7(0x117)),'description':_0x45c629(_0x34b4d7(0x113)),'aliases':[_0x34b4d7(0x119)]},{'id':_0x34b4d7(0x158),'commandName':_0x34b4d7(0x158),'icon':_0x5933f0,'title':_0x45c629(_0x34b4d7(0x15d)),'description':_0x45c629(_0x34b4d7(0x149))},{'id':_0x34b4d7(0x121),'commandName':_0x34b4d7(0x121),'icon':_0x501438,'title':_0x45c629(_0x34b4d7(0x112)),'description':_0x45c629(_0x34b4d7(0xe1))},{'id':_0x34b4d7(0x110),'commandName':_0x34b4d7(0x110),'icon':_0x1cd5d9,'title':_0x45c629(_0x34b4d7(0xea)),'description':_0x45c629(_0x34b4d7(0xdf))},{'id':_0x34b4d7(0xe5),'commandName':_0x34b4d7(0xe5),'icon':_0x2dec8d,'title':_0x45c629(_0x34b4d7(0x157)),'description':_0x45c629(_0x34b4d7(0x15c))}];}[_0xcb18f6(0xfe)](_0x2d6f11){const _0x5ab8c5=_0xcb18f6;return _0x2d6f11[_0x5ab8c5(0x14b)]?_0x2d6f11[_0x5ab8c5(0x14b)](this[_0x5ab8c5(0xe9)]):!_0x2d6f11[_0x5ab8c5(0x153)]||this[_0x5ab8c5(0xe9)][_0x5ab8c5(0x13f)][_0x5ab8c5(0x123)](_0x2d6f11[_0x5ab8c5(0x153)])[_0x5ab8c5(0x14b)];}[_0xcb18f6(0x14a)](_0x5977f0){const _0x5694de=_0xcb18f6;if(_0x5977f0[_0x5694de(0xe8)])_0x5977f0[_0x5694de(0xe8)](this[_0x5694de(0xe9)]);else{if(!_0x5977f0[_0x5694de(0x153)])throw new _0x41e687(_0x5694de(0x138),this[_0x5694de(0xe9)],{'commandDefinition':_0x5977f0});this[_0x5694de(0xe9)][_0x5694de(0xe8)](_0x5977f0[_0x5694de(0x153)]);}}}function H(_0x3605d2,_0x1a012d){const _0x4078ad=_0xcb18f6;return _0x3605d2[_0x4078ad(0x12b)]<_0x1a012d[_0x4078ad(0x12b)]?-0x1:_0x3605d2[_0x4078ad(0x12b)]>_0x1a012d[_0x4078ad(0x12b)]?0x1:0x0;}function O(_0x930cf5,_0x39610a){const _0x8a3da0=_0xcb18f6;return _0x39610a+'-'+_0x930cf5[_0x8a3da0(0x156)]()[_0x8a3da0(0x133)]('\x20')[_0x8a3da0(0x11c)]('-');}
|