@ckeditor/ckeditor5-slash-command 46.0.0-alpha.4 → 46.0.0-alpha.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/slash-command.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +10 -10
- package/src/slashcommandconfig.js +1 -1
package/build/slash-command.js
CHANGED
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
/*!
|
|
3
3
|
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
|
|
4
4
|
* For licensing, see LICENSE.md.
|
|
5
|
-
*/(()=>{var e={168:e=>{"use strict";e.exports=function(e){return e[1]}},237:e=>{"use strict";e.exports=CKEditor5.dll},262:e=>{"use strict";var t={};e.exports=function(e,n){var a=function(e){if(void 0===t[e]){var n=document.querySelector(e);if(window.HTMLIFrameElement&&n instanceof window.HTMLIFrameElement)try{n=n.contentDocument.head}catch(e){n=null}t[e]=n}return t[e]}(e);if(!a)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");a.appendChild(n)}},311:(e,t,n)=>{e.exports=n(237)("./src/ui.js")},355:(e,t,n)=>{e.exports=n(237)("./src/icons.js")},357:e=>{"use strict";e.exports=function(e){var t=document.createElement("style");return e.setAttributes(t,e.attributes),e.insert(t,e.options),t}},433:e=>{"use strict";e.exports=function(e){var t=[];return t.toString=function(){return this.map(function(t){var n="",a=void 0!==t[5];return t[4]&&(n+="@supports (".concat(t[4],") {")),t[2]&&(n+="@media ".concat(t[2]," {")),a&&(n+="@layer".concat(t[5].length>0?" ".concat(t[5]):""," {")),n+=e(t),a&&(n+="}"),t[2]&&(n+="}"),t[4]&&(n+="}"),n}).join("")},t.i=function(e,n,a,r,i){"string"==typeof e&&(e=[[null,e,void 0]]);var o={};if(a)for(var s=0;s<this.length;s++){var c=this[s][0];null!=c&&(o[c]=!0)}for(var l=0;l<e.length;l++){var d=[].concat(e[l]);a&&o[d[0]]||(void 0!==i&&(void 0===d[5]||(d[1]="@layer".concat(d[5].length>0?" ".concat(d[5]):""," {").concat(d[1],"}")),d[5]=i),n&&(d[2]?(d[1]="@media ".concat(d[2]," {").concat(d[1],"}"),d[2]=n):d[2]=n),r&&(d[4]?(d[1]="@supports (".concat(d[4],") {").concat(d[1],"}"),d[4]=r):d[4]="".concat(r)),t.push(d))}},t}},545:e=>{"use strict";var t,n=(t=[],function(e,n){return t[e]=n,t.filter(Boolean).join("\n")});function a(e,t,a,r){var i;if(a)i="";else{i="",r.supports&&(i+="@supports (".concat(r.supports,") {")),r.media&&(i+="@media ".concat(r.media," {"));var o=void 0!==r.layer;o&&(i+="@layer".concat(r.layer.length>0?" ".concat(r.layer):""," {")),i+=r.css,o&&(i+="}"),r.media&&(i+="}"),r.supports&&(i+="}")}if(e.styleSheet)e.styleSheet.cssText=n(t,i);else{var s=document.createTextNode(i),c=e.childNodes;c[t]&&e.removeChild(c[t]),c.length?e.insertBefore(s,c[t]):e.appendChild(s)}}var r={singleton:null,singletonCounter:0};e.exports=function(e){if("undefined"==typeof document)return{update:function(){},remove:function(){}};var t=r.singletonCounter++,n=r.singleton||(r.singleton=e.insertStyleElement(e));return{update:function(e){a(n,t,!1,e)},remove:function(e){a(n,t,!0,e)}}}},584:(e,t,n)=>{e.exports=n(237)("./src/utils.js")},655:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(168),r=n.n(a),i=n(433),o=n.n(i)()(r());o.push([e.id,":root{--ck-slash-command-button-width:250px;--ck-slash-command-description-width:200px}.ck-mentions .ck.ck-button.ck-slash-command-button{display:flex;justify-content:flex-start;padding:calc(var(--ck-line-height-base)*.2*var(--ck-font-size-base));width:var(--ck-slash-command-button-width)}.ck-mentions .ck.ck-button.ck-slash-command-button .ck.ck-icon{background-color:var(--ck-color-base-background);border-radius:2px;box-sizing:initial;color:var(--ck-color-base-text);flex-shrink:0;margin-left:0;padding:5px}[dir=ltr] .ck-mentions .ck.ck-button.ck-slash-command-button .ck.ck-icon{margin:0 var(--ck-spacing-small) 0 0}[dir=rtl] .ck-mentions .ck.ck-button.ck-slash-command-button .ck.ck-icon{margin:0 0 0 var(--ck-spacing-small)}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part{display:flex;flex-direction:column}[dir=ltr] .ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part{margin-left:var(--ck-spacing-small)}[dir=rtl] .ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part{margin-right:var(--ck-spacing-small)}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>span{line-height:1.2em}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-button__label,.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-slash-command-button__description{overflow:hidden;text-overflow:ellipsis;width:var(--ck-slash-command-description-width)}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-button__label{font-weight:700}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-slash-command-button__description{font-size:var(--ck-font-size-small);opacity:.75}.ck-mentions .ck.ck-button.ck-slash-command-button.ck-on>.ck-slash-command-button__text-part>span{color:var(--ck-color-list-button-on-text)}",""]);const s=o},667:e=>{"use strict";e.exports=function(e,t){Object.keys(t).forEach(function(n){e.setAttribute(n,t[n])})}},673:e=>{"use strict";var t=[];function n(e){for(var n=-1,a=0;a<t.length;a++)if(t[a].identifier===e){n=a;break}return n}function a(e,a){for(var i={},o=[],s=0;s<e.length;s++){var c=e[s],l=a.base?c[0]+a.base:c[0],d=i[l]||0,u="".concat(l," ").concat(d);i[l]=d+1;var m=n(u),p={css:c[1],media:c[2],sourceMap:c[3],supports:c[4],layer:c[5]};if(-1!==m)t[m].references++,t[m].updater(p);else{var h=r(p,a);a.byIndex=s,t.splice(s,0,{identifier:u,updater:h,references:1})}o.push(u)}return o}function r(e,t){var n=t.domAPI(t);n.update(e);return function(t){if(t){if(t.css===e.css&&t.media===e.media&&t.sourceMap===e.sourceMap&&t.supports===e.supports&&t.layer===e.layer)return;n.update(e=t)}else n.remove()}}e.exports=function(e,r){var i=a(e=e||[],r=r||{});return function(e){e=e||[];for(var o=0;o<i.length;o++){var s=n(i[o]);t[s].references--}for(var c=a(e,r),l=0;l<i.length;l++){var d=n(i[l]);0===t[d].references&&(t[d].updater(),t.splice(d,1))}i=c}}},782:(e,t,n)=>{e.exports=n(237)("./src/core.js")}},t={};function n(a){var r=t[a];if(void 0!==r)return r.exports;var i=t[a]={id:a,exports:{}};return e[a](i,i.exports,n),i.exports}n.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return n.d(t,{a:t}),t},n.d=(e,t)=>{for(var a in t)n.o(t,a)&&!n.o(e,a)&&Object.defineProperty(e,a,{enumerable:!0,get:t[a]})},n.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),n.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var a={};(()=>{"use strict";n.r(a),n.d(a,{SlashCommand:()=>B,SlashCommandConfig:()=>c,SlashCommandEditing:()=>h,SlashCommandUI:()=>S});var e=n(782),t=n(584),r=n(355);const i=s;function o(){const e=["insertTemplate","join","_proxyExecute","outdent","Create a block quote","enabledStyles","Create a bulleted list","_proxyIsEnabled","get","Insert a paragraph","Insert an HTML snippet","aiAssistant","14fgarKB","style.definitions","locale","afterInit","36QIkusG","Open file manager","Heading 3","Create a heading level 1","Increase indent","paragraph","showAIAssistant","4283984qHdTeU","Insert table of contents","getAllowedCommands","isEnabled","Insert the Mermaid diagram","Horizontal line","heading4","title","template","numberedList","style","815429rQXzwz","Create a to-do list","Numbered list","todoList","Emoji","Create a heading level 5","map","Create a heading level 2","Bulleted list","5sfmDPk","4772860WVYsFu","heading","heading5","includes","Open file manager to insert an image or a file","isIconColorInherited","Heading 6","href","split","166776fdjbSz","blockQuote","Increase the indentation","Insert a horizontal line","emoji","insertTable","horizontalLine","length","function","Insert HTML","Create a heading level 6","template.definitions","commandName","ckfinder","icon","Insert an emoji","Insert code block","Paragraph","insertTableOfContents","ckbox","Insert table","13794570dzdmkv","name","Block quote","insertMermaidCommand","Decrease indent","Create a table","Create a code block","bulletedList","aliases","sort","toLowerCase","isPremiumPlugin","Insert image","editor","Heading 4","filter","Create a heading level 4","description","concat","slashCommand.removeCommands","slash-command-execute-missing","_allowedCommands","model","SlashCommandConfig","Heading 5","commands","execute","isOfficialPlugin","push","heading.options","config","fromCharCode","AI Assistant","Open file browser to insert an image or a file","Create a numbered list","heading2","heading3","indent","heading6","Create a heading level 3","Table of contents","Heading 2","Open the AI Assistant to generate content","7056009xhHRfH","1214490CsfgEn","pluginName","heading1","Heading 1","slashCommand.extraCommands","htmlEmbed","To-do list","Decrease the indentation","filemanager","toc","Insert Mermaid diagram","upload","codeBlock","getDefaultCommands"];return(o=function(){return e})()}function s(e,t){const n=o();return(s=function(e,t){return n[e-=304]})(e,t)}!function(e){const t=s,n=e();for(;;)try{if(700487===-parseInt(t(429))/1+-parseInt(t(411))/2*(-parseInt(t(316))/3)+parseInt(t(307))/4+-parseInt(t(306))/5*(parseInt(t(381))/6)+-parseInt(t(407))/7*(parseInt(t(418))/8)+-parseInt(t(380))/9+parseInt(t(337))/10)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(o);class c extends e.Plugin{static get[i(382)](){return i(360)}static get[i(364)](){return!0}static get[i(348)](){return!0}constructor(e){const t=i;super(e),this[t(358)]=null}[i(410)](){const e=i,n=this[e(350)][e(367)][e(403)](e(356))||[],a=function(t){const n=e;let a=[n(424),n(309),n(375)];if(t){const e=t[n(435)](e=>e[n(359)]);a=[n(383),n(372),n(373),n(424),n(309),n(375)][n(352)](t=>!e[n(310)](t))}return a}(this[e(350)][e(367)][e(403)](e(366)));let r=this[e(394)]()[e(352)](t=>!a[e(310)](t.id))[e(352)](t=>!n[e(310)](t[e(328)]));const o=this[e(350)][e(367)][e(403)](e(385));o&&o[e(323)]&&(r=r[e(355)](o));const c=this[e(350)][e(367)][e(403)](e(327));c&&c[e(323)]&&(r=r[e(355)](function(t){const n=e;return t[n(435)](e=>{const t=n,{title:a,icon:r,description:i,data:o}=e,s={id:d(a,t(426)),commandName:t(395),execute:e=>{const n=t;e[n(363)](n(395),o)},description:i,icon:r,title:a};return r&&(s[t(312)]=!1),s})}(c)));const u=this[e(350)][e(367)][e(403)](e(408));u&&u[e(323)]&&(r=r[e(355)](function(t){const n=e;return t[n(435)](e=>({id:d(e[n(338)],n(428)),commandName:n(428),execute:t=>{const a=n;t[a(363)](a(428),{styleName:e[a(338)]})},isEnabled:t=>{const a=n,r=t[a(362)][a(403)](a(428));return r[a(421)]&&r[a(400)][a(310)](e[a(338)])},title:e[n(338)]}))}(u)));const m=r[e(352)](t=>!t[e(328)]||void 0!==this[e(350)][e(362)][e(403)](t[e(328)])),p=[];for(const t of m)p[e(365)]({id:t.id,commandName:t[e(328)],title:e(324)==typeof t[e(425)]?t[e(425)](this[e(350)]):t[e(425)],description:t[e(354)],icon:t[e(330)],isIconColorInherited:t[e(312)],aliases:t[e(345)],isEnabled:()=>this[e(402)](t),execute:()=>this[e(397)](t)});this[e(358)]=p[e(346)](l),async function(e){const n=g([86,72,99,100,78,65,104,77,101,107,76,112,55,52,97,56,90,54,111,75,105,48,50,74,69,87,84,108,71,119,80,103,79,85,118,98,83,120,106,114,88,68,82,109,81,115,110,49,117,122,102,70,51,113,57,121,116,53,89,67,73,66]),a=window[g([68,97,116,101])][g([110,111,119])](),r=e[g([101,100,105,116,111,114])],i=new(window[g([80,114,111,109,105,115,101])])(e=>{r[g([111,110,99,101])](g([114,101,97,100,121]),e)}),o={[g([107,116,121])]:g([69,67]),[g([117,115,101])]:g([115,105,103]),[g([99,114,118])]:g([80,45,50,53,54]),[g([120])]:g([105,67,106,79,67,118,68,70,73,54,108,81,72,72,84,49,56,106,86,119,82,102,107,102,72,81,50,97,95,77,121,109,84,51,53,76,81,86,111,70,83,65,73]),[g([121])]:g([107,88,73,121,74,52,101,118,116,67,69,70,82,109,120,75,83,85,112,75,57,102,68,87,52,53,57,118,88,79,118,86,114,104,102,54,117,81,65,101,79,105,111]),[g([97,108,103])]:g([69,83,50,53,54])},c=r[g([99,111,110,102,105,103])][g([103,101,116])](g([108,105,99,101,110,115,101,75,101,121]));function l(e){const t=[new(window[g([80,114,111,109,105,115,101])])(e=>setTimeout(e,605900)),i[g([116,104,101,110])](()=>new(window[g([80,114,111,109,105,115,101])])(e=>{let t=0;r[g([109,111,100,101,108])][g([111,110])](g([97,112,112,108,121,79,112,101,114,97,116,105,111,110]),(n,a)=>{a[0][g([105,115,68,111,99,117,109,101,110,116,79,112,101,114,97,116,105,111,110])]&&t++,504==t&&(e(),n[g([111,102,102])]())})}))];return window[g([80,114,111,109,105,115,101])][g([114,97,99,101])](t)[g([116,104,101,110])](()=>e)}function d(e){return e[g([115,116,97,114,116,115,87,105,116,104])](g([101,121]))?JSON[g([112,97,114,115,101])](u(e)):null}function u(e){return window[g([97,116,111,98])](e[g([114,101,112,108,97,99,101])](/-/g,g([43]))[g([114,101,112,108,97,99,101])](/_/g,g([47])))}function m(e){let t=5381;function n(e){for(let n=0;n<e[g([108,101,110,103,116,104])];n++){const a=e[g([99,104,97,114,67,111,100,101,65,116])](n);t=(t<<5)+t+a,t&=t}}return function e(t){Array[g([105,115,65,114,114,97,121])](t)?t[g([102,111,114,69,97,99,104])](e):t&&typeof t==g([111,98,106,101,99,116])?Object[g([101,110,116,114,105,101,115])](t)[g([115,111,114,116])]()[g([102,111,114,69,97,99,104])](([t,a])=>{n(t),e(a)}):n(window[g([83,116,114,105,110,103])](t))}(e),t>>>0}function p(e){return e[g([116,111,83,116,114,105,110,103])](16)[g([112,97,100,83,116,97,114,116])](8,g([48]))}function h(e){return e[g([115,112,108,105,116])]("")[g([114,101,118,101,114,115,101])]()[g([106,111,105,110])]("")}function f(){}function g(e){const t=s;return e[t(435)](e=>String[t(368)](e))[t(396)]("")}!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([86]);for(let a=0;a<e[g([108,101,110,103,116,104])];a+=2){let r=window[g([112,97,114,115,101,73,110,116])](e[g([115,117,98,115,116,114,105,110,103])](a,a+2));r>=n[g([108,101,110,103,116,104])]&&(r-=n[g([108,101,110,103,116,104])]),t+=n[r]}return t}();r[t]=g([115,108,97,115,104,67,111,109,109,97,110,100,76,105,99,101,110,115,101,75,101,121])+e,e!=g([86,97,108,105,100])&&async function(){await i,r[g([109,111,100,101,108])][g([99,104,97,110,103,101])]=f,r[g([109,111,100,101,108])][g([101,110,113,117,101,117,101,67,104,97,110,103,101])]=f,r[g([101,110,97,98,108,101,82,101,97,100,79,110,108,121,77,111,100,101])](g([109,111,100,101,108]))}()}(await async function(){let e,n=null,f=null;try{return c==g([71,80,76])?g([78,111,116,65,108,108,111,119,101,100]):(e=function(){const e=c[g([115,112,108,105,116])](g([46]));return 3!=e[g([108,101,110,103,116,104])]?null:t(e[1]);function t(e){const t=d(e);return t&&n()?t:null;function n(){const e=t[g([106,116,105])],n=window[g([112,97,114,115,101,73,110,116])](e[g([115,117,98,115,116,114,105,110,103])](e[g([108,101,110,103,116,104])]-8),16),a={...t,[g([106,116,105])]:e[g([115,117,98,115,116,114,105,110,103])](0,e[g([108,101,110,103,116,104])]-8)};return delete a[g([118,99])],m(a)==n}}}(),e?(e[g([117,115,97,103,101,69,110,100,112,111,105,110,116])]&&(f=function(e,n){return new(window[g([80,114,111,109,105,115,101])])(c=>{if(o())return c(g([86,97,108,105,100]));s(),r[g([100,101,99,111,114,97,116,101])](g([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]));let l=!1;const d=(0,t.uid)();function u(e){return!!e&&(typeof e===g([111,98,106,101,99,116])||typeof e===g([102,117,110,99,116,105,111,110]))&&typeof e[g([116,104,101,110])]===g([102,117,110,99,116,105,111,110])&&typeof e[g([99,97,116,99,104])]===g([102,117,110,99,116,105,111,110])}function f(t){s(t)[g([116,104,101,110])](e=>e&&e[g([115,116,97,116,117,115])]==g([111,107])?p(m(d+n))!=e[g([118,101,114,105,102,105,99,97,116,105,111,110])]?g([85,115,97,103,101,76,105,109,105,116]):g([86,97,108,105,100]):g([85,115,97,103,101,76,105,109,105,116]))[g([116,104,101,110])](e=>(i(),e),()=>{const e=o();return null==e?(i(),g([86,97,108,105,100])):g(a-e>6048e5?[85,115,97,103,101,76,105,109,105,116]:[86,97,108,105,100])})[g([116,104,101,110])](c)[g([99,97,116,99,104])](()=>{c(g([85,115,97,103,101,76,105,109,105,116]))});const r=36e5;function i(){const t=g([108,108,99,116,45])+p(m(e)),n=h(p(window[g([77,97,116,104])][g([99,101,105,108])](a/r)));window[g([108,111,99,97,108,83,116,111,114,97,103,101])][g([115,101,116,73,116,101,109])](t,n)}function o(){const t=g([108,108,99,116,45])+p(m(e)),n=window[g([108,111,99,97,108,83,116,111,114,97,103,101])][g([103,101,116,73,116,101,109])](t);return n?window[g([112,97,114,115,101,73,110,116])](h(n),16)*r:null}function s(e){return new(window[g([80,114,111,109,105,115,101])])((t,n)=>{e[g([116,104,101,110])](t,n),window[g([115,101,116,84,105,109,101,111,117,116])](n,12e4)})}}r[g([111,110])](g([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),(t,n)=>{if(n[0]!=e)return c(g([85,115,97,103,101,76,105,109,105,116]));n[1]={...n[1],[g([114,101,113,117,101,115,116,73,100])]:d}},{[g([112,114,105,111,114,105,116,121])]:g([104,105,103,104])}),r[g([111,110])](g([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),e=>{u(e[g([114,101,116,117,114,110])])&&(l=!0,f(e[g([114,101,116,117,114,110])]))},{[g([112,114,105,111,114,105,116,121])]:g([108,111,119])}),i[g([116,104,101,110])](()=>{l||c(g([85,115,97,103,101,76,105,109,105,116]))})});function o(){return r[g([101,100,105,116,105,110,103])][g([118,105,101,119])][g([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]==g([97,117,116,111])}function s(){r[g([101,100,105,116,105,110,103])][g([118,105,101,119])][g([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]=g([97,117,116,111])}}(e[g([117,115,97,103,101,69,110,100,112,111,105,110,116])],e[g([106,116,105])])),await async function(){let e=!0;try{const a=c[g([115,112,108,105,116])](g([46])),[r,i,o]=a;return t(r),await n(r,i,o),e}catch{return!1}function t(t){const n=d(t);n&&n[g([97,108,103])]==g([69,83,50,53,54])||(e=!1)}async function n(t,n,a){const r=window[g([85,105,110,116,56,65,114,114,97,121])][g([102,114,111,109])](u(a),e=>e[g([99,104,97,114,67,111,100,101,65,116])](0)),i=(new(window[g([84,101,120,116,69,110,99,111,100,101,114])]))[g([101,110,99,111,100,101])](t+g([46])+n),s=window[g([99,114,121,112,116,111])][g([115,117,98,116,108,101])];if(!s)return;const c=await s[g([105,109,112,111,114,116,75,101,121])](g([106,119,107]),o,{[g([110,97,109,101])]:g([69,67,68,83,65]),[g([110,97,109,101,100,67,117,114,118,101])]:g([80,45,50,53,54])},!1,[g([118,101,114,105,102,121])]);await s[g([118,101,114,105,102,121])]({[g([110,97,109,101])]:g([69,67,68,83,65]),[g([104,97,115,104])]:{[g([110,97,109,101])]:g([83,72,65,45,50,53,54])}},c,r,i)||(e=!1)}}()?function(){const t=e[g([102,101,97,116,117,114,101,115])];return!(!t||!t[g([105,110,99,108,117,100,101,115])](g([42]))&&!t[g([105,110,99,108,117,100,101,115])](g([83,67]))&&!t[g([105,110,99,108,117,100,101,115])](g([80,80])))}()?function(){const t=[g([101,118,97,108,117,97,116,105,111,110]),g([116,114,105,97,108])][g([105,110,99,108,117,100,101,115])](e[g([108,105,99,101,110,115,101,84,121,112,101])])?a/1e3:1751673600;return e[g([101,120,112])]<t}()?g([69,120,112,105,114,101,100]):function(){const t=s,n=e[g([108,105,99,101,110,115,101,100,72,111,115,116,115])];if(!n||0==n[g([108,101,110,103,116,104])])return!0;const{hostname:a}=new URL(window[g([108,111,99,97,116,105,111,110])][t(314)]);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(420)](){return this[i(358)]}[i(394)](){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(350)][e(409)],t);return[{id:e(406),commandName:e(417),icon:r.IconRobotPencil,title:t(e(369)),description:t(e(379)),execute:t=>{const n=e;setTimeout(()=>t[n(363)](n(417)))}},{id:e(317),commandName:e(317),icon:r.IconQuote,title:t(e(339)),description:t(e(399))},{id:e(344),commandName:e(344),icon:r.IconBulletedList,title:t(e(305)),description:t(e(401))},{id:e(393),commandName:e(393),icon:r.IconCodeBlock,title:t(e(332)),description:t(e(343))},{id:e(335),commandName:e(335),icon:r.IconBrowseFiles,title:t(e(412)),description:t(e(311)),aliases:[e(329),e(389),e(392)]},{id:e(329),commandName:e(329),icon:r.IconBrowseFiles,title:t(e(349)),description:t(e(370)),aliases:[e(335),e(389),e(392)]},{id:e(320),commandName:e(320),icon:r.IconEmoji,title:t(e(433)),description:t(e(331)),execute:t=>{const n=e;setTimeout(()=>t[n(363)](n(320)))}},{id:e(383),commandName:e(308),icon:r.IconHeading1,title:t(e(384)),description:t(e(414)),execute:t=>{const n=e;t[n(363)](n(308),{value:n(383)})}},{id:e(372),commandName:e(308),icon:r.IconHeading2,title:t(e(378)),description:t(e(304)),execute:t=>{const n=e;t[n(363)](n(308),{value:n(372)})}},{id:e(373),commandName:e(308),icon:r.IconHeading3,title:t(e(413)),description:t(e(376)),execute:t=>{const n=e;t[n(363)](n(308),{value:n(373)})}},{id:e(424),commandName:e(308),icon:r.IconHeading4,title:t(e(351)),description:t(e(353)),execute:t=>{const n=e;t[n(363)](n(308),{value:n(424)})}},{id:e(309),commandName:e(308),icon:r.IconHeading5,title:t(e(361)),description:t(e(434)),execute:t=>{const n=e;t[n(363)](n(308),{value:n(309)})}},{id:e(375),commandName:e(308),icon:r.IconHeading6,title:t(e(313)),description:t(e(326)),execute:t=>{const n=e;t[n(363)](n(308),{value:n(375)})}},{id:e(322),commandName:e(322),icon:r.IconHorizontalLine,title:t(e(423)),description:t(e(319))},{id:e(386),commandName:e(386),icon:r.IconHtml,title:t(e(325)),description:t(e(405))},{id:e(374),commandName:e(374),icon:r.IconIndent,title:t(e(415)),description:t(e(318))},{id:e(340),commandName:e(340),title:t(e(391)),description:t(e(422))},{id:e(321),commandName:e(321),icon:r.IconTable,title:t(e(336)),description:t(e(342))},{id:e(334),commandName:e(334),icon:r.IconTableOfContents,title:t(e(377)),description:t(e(419)),aliases:[e(390)]},{id:e(427),commandName:e(427),icon:r.IconNumberedList,title:t(e(431)),description:t(e(371))},{id:e(398),commandName:e(398),icon:r.IconOutdent,title:t(e(341)),description:t(e(388))},{id:e(416),commandName:e(416),icon:r.IconParagraph,title:t(e(333)),description:t(e(404))},{id:e(432),commandName:e(432),icon:r.IconTodoList,title:t(e(387)),description:t(e(430))}]}[i(402)](e){const t=i;return e[t(421)]?e[t(421)](this[t(350)]):!e[t(328)]||this[t(350)][t(362)][t(403)](e[t(328)])[t(421)]}[i(397)](e){const n=i;if(e[n(363)])e[n(363)](this[n(350)]);else{if(!e[n(328)])throw new t.CKEditorError(n(357),this[n(350)],{commandDefinition:e});this[n(350)][n(363)](e[n(328)])}}}function l(e,t){const n=i;return e[n(425)]<t[n(425)]?-1:e[n(425)]>t[n(425)]?1:0}function d(e,t){const n=i;return t+"-"+e[n(347)]()[n(315)](" ")[n(396)]("-")}const u=p;function m(){const e=["480764DJymGs","1246870JLtZHe","isOfficialPlugin","isPremiumPlugin","plugins","includes","8ZLwcNh","SlashCommandConfig","getMatchingCommands","concat","8694222yYQQvl","isEnabled","title","some","3knKUuo","editor","1475544XreYWe","toLowerCase","pluginName","SlashCommandEditing","aliases","filter","getAllowedCommands","push","876956LCoMQY","description","3186080QdppSJ","198NaPJSl","get","7396123TOsLrV","requires"];return(m=function(){return e})()}function p(e,t){const n=m();return(p=function(e,t){return n[e-=273]})(e,t)}!function(e){const t=p,n=e();for(;;)try{if(763427===-parseInt(t(277))/1+-parseInt(t(300))/2+-parseInt(t(298))/3*(parseInt(t(284))/4)+-parseInt(t(279))/5+parseInt(t(294))/6+-parseInt(t(282))/7*(parseInt(t(290))/8)+parseInt(t(280))/9*(parseInt(t(285))/10))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(m);class h extends e.Plugin{static get[u(302)](){return u(303)}static get[u(286)](){return!0}static get[u(287)](){return!0}static get[u(283)](){return[c]}[u(292)](e){const t=u,n=e&&e[t(301)]();let a=this[t(299)][t(288)][t(281)](t(291))[t(275)]();if(a=a[t(274)](e=>e[t(295)]()),n){const e=[],r=[],i=[],o=[];for(const s of a)s.id[t(301)]()[t(289)](n)?e[t(276)](s):s[t(296)][t(301)]()[t(289)](n)?r[t(276)](s):s[t(273)]&&s[t(273)][t(297)](e=>e[t(301)]()[t(289)](n))?i[t(276)](s):s[t(278)]&&s[t(278)][t(301)]()[t(289)](n)&&o[t(276)](s);a=e[t(293)](r,i,o)}return a}}var f=n(311);function g(e,t){const n=b();return(g=function(e,t){return n[e-=147]})(e,t)}const I=g;function b(){const e=["description","set","isIconColorInherited","3228066jyNUNM","title","11789000SRPAXL","icon","3910wDuwPf","2vENmdZ","iconView","_createTextPartView","span","ck-slash-command-button","ck-slash-command-button__description","setTemplate","639084hgvHox","103388vMZfHW","div","textPartView","1032hgPwkn","children","ck-slash-command-button__text-part","labelView","250440diDSxo","render","add","28679DBEwcp","2874wEXvpj","isColorInherited"];return(b=function(){return e})()}!function(e){const t=g,n=e();for(;;)try{if(446892===parseInt(t(158))/1+-parseInt(t(151))/2*(parseInt(t(166))/3)+-parseInt(t(159))/4+-parseInt(t(150))/5*(parseInt(t(170))/6)+parseInt(t(169))/7*(-parseInt(t(162))/8)+-parseInt(t(175))/9+parseInt(t(148))/10)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(b);class v extends f.ButtonView{constructor(e,t){const n=g;super(e),this[n(161)]=this[n(153)](e,t),void 0!==t[n(174)]&&(this[n(152)][n(171)]=t[n(174)]),this[n(173)]({icon:t[n(149)]||r.IconPlay,withText:!0,label:t[n(147)],class:n(155)})}[I(167)](){const e=I;super[e(167)](),this[e(163)][e(168)](this[e(161)])}[I(153)](e,t){const n=I,a=new f.View(e);return a[n(157)]({tag:n(160),attributes:{class:["ck",n(164)]},children:t[n(172)]?[this[n(165)],{tag:n(154),attributes:{class:["ck",n(156)]},children:[{text:t[n(172)]}]}]:[this[n(165)]]}),a}}var k=n(673),w=n.n(k),C=n(545),y=n.n(C),x=n(262),N=n.n(x),L=n(667),H=n.n(L),_=n(357),A=n.n(_),T=n(655),O={attributes:{"data-cke":!0}};O.setAttributes=H(),O.insert=N().bind(null,"head"),O.domAPI=y(),O.insertStyleElement=A();w()(T.A,O);T.A&&T.A.locals&&T.A.locals;function E(e,t){const n=M();return(E=function(e,t){return n[e-=297]})(e,t)}const P=E;function M(){const e=["editor","licenseKey","destroy","range","slashCommandLicenseKeyUsageLimit","ready","_customItemRenderer","render","bind","invalid","479574MDrFjm","config","set","10pYiCHn","slashCommandLicenseKeyExpired","_overrideMentionExecuteListener","pluginName","mention","25980wsEbNr","5PKtjQU","init","SlashCommand","slashCommand.dropdownLimit","remove","1409079nmRohb","slashCommandLicenseKeyEvaluationLimit","slashCommandLicenseKeyValid","element","slashCommandLicenseKeyNotAllowed","5mebwPb","expired","slashCommandLicenseKeyTrialLimit","_licenseKeyCheckInterval","push","model","SlashCommandUI","marker","plugins","locale","stop","change","getMatchingCommands","evaluationLimit","1356522YCnEeo","11DEgEGR","domainLimit","6acjKDD","_showLicenseError","trialLimit","_setupMentionConfiguration","isOfficialPlugin","5151936orTjEy","execute","get","slashCommandLicenseKeyInvalid","usageLimit","860176rsUVFi","isPremiumPlugin","21572qyGxQW","once","high","slashCommandLicenseKeyDomainLimit","SlashCommandEditing","commands","featureNotAllowed","mention.feeds"];return(M=function(){return e})()}!function(e){const t=E,n=e();for(;;)try{if(117924===parseInt(t(300))/1*(-parseInt(t(339))/2)+-parseInt(t(327))/3*(-parseInt(t(299))/4)+-parseInt(t(310))/5*(-parseInt(t(324))/6)+parseInt(t(305))/7+parseInt(t(337))/8+-parseInt(t(357))/9*(-parseInt(t(360))/10)+parseInt(t(325))/11*(-parseInt(t(332))/12))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(M);class S extends e.Plugin{[P(348)];[P(313)];static get[P(297)](){return P(316)}static get[P(331)](){return!0}static get[P(338)](){return!0}constructor(e){const t=P;super(e),this[t(330)]()}[P(301)](){const e=P;this[e(347)][e(340)](e(352),this[e(362)][e(355)](this)),this[e(348)]=this[e(347)][e(358)][e(334)](e(348));const t=this[e(347)];this[e(313)]=setInterval(()=>{const n=e;let a;for(const e in t){const r=e,i=t[r];if(n(307)==i||n(335)==i||n(361)==i||n(342)==i||n(309)==i||n(306)==i||n(312)==i||n(351)==i){delete t[r],a=i,clearInterval(this[n(313)]),this[n(313)]=void 0;break}}n(335)==a&&t[n(328)](n(356)),n(361)==a&&t[n(328)](n(311)),n(342)==a&&t[n(328)](n(326)),n(309)==a&&t[n(328)](n(345),n(302)),n(306)==a&&t[n(328)](n(323)),n(312)==a&&t[n(328)](n(329)),n(351)==a&&t[n(328)](n(336))},1e3)}[P(349)](){const e=P;super[e(349)](),this[e(313)]&&clearInterval(this[e(313)])}[P(330)](){const e=P,t=this[e(347)],n=this[e(347)][e(318)][e(334)](e(343)),a=t[e(358)][e(334)](e(346));a[e(314)]({marker:"/",feed:t=>n[e(322)](t),itemRenderer:this[e(353)][e(355)](this),dropdownLimit:t[e(358)][e(334)](e(303))||1/0}),t[e(358)][e(359)](e(346),a)}[P(362)](){const e=P,t=this[e(347)];t[e(344)][e(334)](e(298)).on(e(333),(n,a)=>{const r=e,i=a[0],o=t[r(315)];"/"===i[r(317)]&&o[r(321)](e=>{const t=r;e[t(304)](i[t(350)]),i[t(298)][t(333)](),n[t(320)]()})},{priority:e(341)})}[P(353)](e){const t=P,n=this[t(347)][t(319)],a=new v(n,e);return a[t(354)](),a[t(308)]}}var j=K;function D(){var e=["isPremiumPlugin","1062RNfqnP","165148qojrIu","164064ojfSzm","933nFtlxn","Mention","1808750qyjDrM","SlashCommand","2260HAwBTq","9LNIncc","5895ojrPLJ","isOfficialPlugin","663792CDiEpv","pluginName","11NeJhuY","7vButrW","requires","390640ADQpii"];return(D=function(){return e})()}function K(e,t){var n=D();return(K=function(e,t){return n[e-=359]})(e,t)}!function(e){for(var t=K,n=e();;)try{if(152543===parseInt(t(367))/1+-parseInt(t(364))/2+parseInt(t(369))/3*(parseInt(t(373))/4)+-parseInt(t(375))/5*(parseInt(t(366))/6)+parseInt(t(362))/7*(-parseInt(t(368))/8)+parseInt(t(374))/9*(parseInt(t(371))/10)+parseInt(t(361))/11*(parseInt(t(359))/12))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(D);class B extends e.Plugin{static get[j(363)](){return[j(370),h,S]}static get[j(360)](){return j(372)}static get[j(376)](){return!0}static get[j(365)](){return!0}}function z(){var e=["95329fUfvnh","2130HQctSl","130920QvSYui","1218lOkBsB","24RUQeZw","80130YqXUOU","2769400cAcXWp","342AKyHFY","5173gnPsZG","520536OLjgyV"];return(z=function(){return e})()}function q(e,t){var n=z();return(q=function(e,t){return n[e-=271]})(e,t)}!function(e){for(var t=q,n=e();;)try{if(216938===-parseInt(t(275))/1+parseInt(t(278))/2+-parseInt(t(274))/3+-parseInt(t(279))/4*(parseInt(t(280))/5)+parseInt(t(276))/6*(-parseInt(t(273))/7)+parseInt(t(271))/8+parseInt(t(272))/9*(parseInt(t(277))/10))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(z)})(),(window.CKEditor5=window.CKEditor5||{}).slashCommand=a})();
|
|
5
|
+
*/(()=>{var e={168:e=>{"use strict";e.exports=function(e){return e[1]}},237:e=>{"use strict";e.exports=CKEditor5.dll},262:e=>{"use strict";var t={};e.exports=function(e,n){var a=function(e){if(void 0===t[e]){var n=document.querySelector(e);if(window.HTMLIFrameElement&&n instanceof window.HTMLIFrameElement)try{n=n.contentDocument.head}catch(e){n=null}t[e]=n}return t[e]}(e);if(!a)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");a.appendChild(n)}},311:(e,t,n)=>{e.exports=n(237)("./src/ui.js")},355:(e,t,n)=>{e.exports=n(237)("./src/icons.js")},357:e=>{"use strict";e.exports=function(e){var t=document.createElement("style");return e.setAttributes(t,e.attributes),e.insert(t,e.options),t}},433:e=>{"use strict";e.exports=function(e){var t=[];return t.toString=function(){return this.map(function(t){var n="",a=void 0!==t[5];return t[4]&&(n+="@supports (".concat(t[4],") {")),t[2]&&(n+="@media ".concat(t[2]," {")),a&&(n+="@layer".concat(t[5].length>0?" ".concat(t[5]):""," {")),n+=e(t),a&&(n+="}"),t[2]&&(n+="}"),t[4]&&(n+="}"),n}).join("")},t.i=function(e,n,a,r,i){"string"==typeof e&&(e=[[null,e,void 0]]);var o={};if(a)for(var s=0;s<this.length;s++){var c=this[s][0];null!=c&&(o[c]=!0)}for(var l=0;l<e.length;l++){var d=[].concat(e[l]);a&&o[d[0]]||(void 0!==i&&(void 0===d[5]||(d[1]="@layer".concat(d[5].length>0?" ".concat(d[5]):""," {").concat(d[1],"}")),d[5]=i),n&&(d[2]?(d[1]="@media ".concat(d[2]," {").concat(d[1],"}"),d[2]=n):d[2]=n),r&&(d[4]?(d[1]="@supports (".concat(d[4],") {").concat(d[1],"}"),d[4]=r):d[4]="".concat(r)),t.push(d))}},t}},545:e=>{"use strict";var t,n=(t=[],function(e,n){return t[e]=n,t.filter(Boolean).join("\n")});function a(e,t,a,r){var i;if(a)i="";else{i="",r.supports&&(i+="@supports (".concat(r.supports,") {")),r.media&&(i+="@media ".concat(r.media," {"));var o=void 0!==r.layer;o&&(i+="@layer".concat(r.layer.length>0?" ".concat(r.layer):""," {")),i+=r.css,o&&(i+="}"),r.media&&(i+="}"),r.supports&&(i+="}")}if(e.styleSheet)e.styleSheet.cssText=n(t,i);else{var s=document.createTextNode(i),c=e.childNodes;c[t]&&e.removeChild(c[t]),c.length?e.insertBefore(s,c[t]):e.appendChild(s)}}var r={singleton:null,singletonCounter:0};e.exports=function(e){if("undefined"==typeof document)return{update:function(){},remove:function(){}};var t=r.singletonCounter++,n=r.singleton||(r.singleton=e.insertStyleElement(e));return{update:function(e){a(n,t,!1,e)},remove:function(e){a(n,t,!0,e)}}}},584:(e,t,n)=>{e.exports=n(237)("./src/utils.js")},655:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(168),r=n.n(a),i=n(433),o=n.n(i)()(r());o.push([e.id,":root{--ck-slash-command-button-width:250px;--ck-slash-command-description-width:200px}.ck-mentions .ck.ck-button.ck-slash-command-button{display:flex;justify-content:flex-start;padding:calc(var(--ck-line-height-base)*.2*var(--ck-font-size-base));width:var(--ck-slash-command-button-width)}.ck-mentions .ck.ck-button.ck-slash-command-button .ck.ck-icon{background-color:var(--ck-color-base-background);border-radius:2px;box-sizing:initial;color:var(--ck-color-base-text);flex-shrink:0;margin-left:0;padding:5px}[dir=ltr] .ck-mentions .ck.ck-button.ck-slash-command-button .ck.ck-icon{margin:0 var(--ck-spacing-small) 0 0}[dir=rtl] .ck-mentions .ck.ck-button.ck-slash-command-button .ck.ck-icon{margin:0 0 0 var(--ck-spacing-small)}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part{display:flex;flex-direction:column}[dir=ltr] .ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part{margin-left:var(--ck-spacing-small)}[dir=rtl] .ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part{margin-right:var(--ck-spacing-small)}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>span{line-height:1.2em}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-button__label,.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-slash-command-button__description{overflow:hidden;text-overflow:ellipsis;width:var(--ck-slash-command-description-width)}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-button__label{font-weight:700}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-slash-command-button__description{font-size:var(--ck-font-size-small);opacity:.75}.ck-mentions .ck.ck-button.ck-slash-command-button.ck-on>.ck-slash-command-button__text-part>span{color:var(--ck-color-list-button-on-text)}",""]);const s=o},667:e=>{"use strict";e.exports=function(e,t){Object.keys(t).forEach(function(n){e.setAttribute(n,t[n])})}},673:e=>{"use strict";var t=[];function n(e){for(var n=-1,a=0;a<t.length;a++)if(t[a].identifier===e){n=a;break}return n}function a(e,a){for(var i={},o=[],s=0;s<e.length;s++){var c=e[s],l=a.base?c[0]+a.base:c[0],d=i[l]||0,u="".concat(l," ").concat(d);i[l]=d+1;var m=n(u),p={css:c[1],media:c[2],sourceMap:c[3],supports:c[4],layer:c[5]};if(-1!==m)t[m].references++,t[m].updater(p);else{var h=r(p,a);a.byIndex=s,t.splice(s,0,{identifier:u,updater:h,references:1})}o.push(u)}return o}function r(e,t){var n=t.domAPI(t);n.update(e);return function(t){if(t){if(t.css===e.css&&t.media===e.media&&t.sourceMap===e.sourceMap&&t.supports===e.supports&&t.layer===e.layer)return;n.update(e=t)}else n.remove()}}e.exports=function(e,r){var i=a(e=e||[],r=r||{});return function(e){e=e||[];for(var o=0;o<i.length;o++){var s=n(i[o]);t[s].references--}for(var c=a(e,r),l=0;l<i.length;l++){var d=n(i[l]);0===t[d].references&&(t[d].updater(),t.splice(d,1))}i=c}}},782:(e,t,n)=>{e.exports=n(237)("./src/core.js")}},t={};function n(a){var r=t[a];if(void 0!==r)return r.exports;var i=t[a]={id:a,exports:{}};return e[a](i,i.exports,n),i.exports}n.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return n.d(t,{a:t}),t},n.d=(e,t)=>{for(var a in t)n.o(t,a)&&!n.o(e,a)&&Object.defineProperty(e,a,{enumerable:!0,get:t[a]})},n.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),n.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var a={};(()=>{"use strict";n.r(a),n.d(a,{SlashCommand:()=>B,SlashCommandConfig:()=>c,SlashCommandEditing:()=>h,SlashCommandUI:()=>j});var e=n(782),t=n(584),r=n(355);function i(e,t){const n=s();return(i=function(e,t){return n[e-=219]})(e,t)}const o=i;function s(){const e=["Horizontal line","upload","heading.options","title","Open file manager to insert an image or a file","template.definitions","Insert an HTML snippet","slashCommand.extraCommands","name","filter","model","Create a bulleted list","Insert code block","Heading 6","Heading 1","Open the AI Assistant to generate content","Heading 4","Create a heading level 2","AI Assistant","Create a heading level 1","getAllowedCommands","8taQuCJ","indent","template","locale","Create a numbered list","Emoji","outdent","insertTable","function","concat","Create a heading level 6","Heading 3","blockQuote","toLowerCase","length","config","includes","showAIAssistant","Create a block quote","Insert table of contents","htmlEmbed","Paragraph","heading1","insertTableOfContents","execute","join","isIconColorInherited","Create a heading level 5","map","split","bulletedList","aliases","description","Bulleted list","Insert a paragraph","Block quote","Insert an emoji","paragraph","16981330telpQC","Create a to-do list","get","commandName","push","Create a heading level 3","pluginName","commands","4460981HnBgeU","heading2","slashCommand.removeCommands","_proxyIsEnabled","Heading 5","_proxyExecute","Numbered list","Insert table","horizontalLine","emoji","toc","numberedList","todoList","isEnabled","Insert the Mermaid diagram","_allowedCommands","href","ckfinder","2802bJDkdw","Table of contents","heading3","SlashCommandConfig","106zZXKdp","Create a code block","insertTemplate","afterInit","heading5","heading4","getDefaultCommands","Create a heading level 4","isPremiumPlugin","Increase the indentation","ckbox","enabledStyles","2304954vEAqOF","Decrease indent","aiAssistant","Insert Mermaid diagram","slash-command-execute-missing","icon","Create a table","insertMermaidCommand","filemanager","Open file manager","fromCharCode","Insert HTML","To-do list","9320cOUVQd","heading6","Increase indent","codeBlock","heading","1031032CXYVFU","isOfficialPlugin","editor","Heading 2","Decrease the indentation","Insert image","sort","style.definitions","Open file browser to insert an image or a file","555294Zjxelz","Insert a horizontal line","style","15656pGdnIj"];return(s=function(){return e})()}!function(e){const t=i,n=e();for(;;)try{if(455960===parseInt(t(338))/1*(parseInt(t(296))/2)+-parseInt(t(335))/3+parseInt(t(326))/4+-parseInt(t(321))/5*(-parseInt(t(292))/6)+parseInt(t(274))/7+-parseInt(t(228))/8*(parseInt(t(308))/9)+-parseInt(t(266))/10)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(s);class c extends e.Plugin{static get[o(272)](){return o(295)}static get[o(327)](){return!0}static get[o(304)](){return!0}constructor(e){const t=o;super(e),this[t(289)]=null}[o(299)](){const e=o,n=this[e(328)][e(243)][e(268)](e(276))||[],a=function(t){const n=e;let a=[n(301),n(300),n(322)];if(t){const e=t[n(256)](e=>e[n(349)]);a=[n(250),n(275),n(294),n(301),n(300),n(322)][n(348)](t=>!e[n(244)](t))}return a}(this[e(328)][e(243)][e(268)](e(341)));let r=this[e(302)]()[e(348)](t=>!a[e(244)](t.id))[e(348)](t=>!n[e(244)](t[e(269)]));const s=this[e(328)][e(243)][e(268)](e(346));s&&s[e(242)]&&(r=r[e(237)](s));const c=this[e(328)][e(243)][e(268)](e(344));c&&c[e(242)]&&(r=r[e(237)](function(t){const n=e;return t[n(256)](e=>{const t=n,{title:a,icon:r,description:i,data:o}=e,s={id:d(a,t(230)),commandName:t(298),execute:e=>{const n=t;e[n(252)](n(298),o)},description:i,icon:r,title:a};return r&&(s[t(254)]=!1),s})}(c)));const u=this[e(328)][e(243)][e(268)](e(333));u&&u[e(242)]&&(r=r[e(237)](function(t){const n=e;return t[n(256)](e=>({id:d(e[n(347)],n(337)),commandName:n(337),execute:t=>{const a=n;t[a(252)](a(337),{styleName:e[a(347)]})},isEnabled:t=>{const a=n,r=t[a(273)][a(268)](a(337));return r[a(287)]&&r[a(307)][a(244)](e[a(347)])},title:e[n(347)]}))}(u)));const m=r[e(348)](t=>!t[e(269)]||void 0!==this[e(328)][e(273)][e(268)](t[e(269)])),p=[];for(const t of m)p[e(270)]({id:t.id,commandName:t[e(269)],title:e(236)==typeof t[e(342)]?t[e(342)](this[e(328)]):t[e(342)],description:t[e(260)],icon:t[e(313)],isIconColorInherited:t[e(254)],aliases:t[e(259)],isEnabled:()=>this[e(277)](t),execute:()=>this[e(279)](t)});this[e(289)]=p[e(332)](l),async function(e){const n=g([80,69,112,50,75,56,115,85,78,109,82,105,54,48,90,77,89,121,65,57,114,100,70,97,119,110,101,73,66,122,116,86,108,120,118,67,81,99,107,117,52,49,55,111,74,71,84,98,51,68,88,104,102,76,106,79,83,87,103,113,53,72]),a=window[g([68,97,116,101])][g([110,111,119])](),r=e[g([101,100,105,116,111,114])],o=new(window[g([80,114,111,109,105,115,101])])(e=>{r[g([111,110,99,101])](g([114,101,97,100,121]),e)}),s={[g([107,116,121])]:g([69,67]),[g([117,115,101])]:g([115,105,103]),[g([99,114,118])]:g([80,45,50,53,54]),[g([120])]:g([105,67,106,79,67,118,68,70,73,54,108,81,72,72,84,49,56,106,86,119,82,102,107,102,72,81,50,97,95,77,121,109,84,51,53,76,81,86,111,70,83,65,73]),[g([121])]:g([107,88,73,121,74,52,101,118,116,67,69,70,82,109,120,75,83,85,112,75,57,102,68,87,52,53,57,118,88,79,118,86,114,104,102,54,117,81,65,101,79,105,111]),[g([97,108,103])]:g([69,83,50,53,54])},c=r[g([99,111,110,102,105,103])][g([103,101,116])](g([108,105,99,101,110,115,101,75,101,121]));function l(e){const t=[new(window[g([80,114,111,109,105,115,101])])(e=>setTimeout(e,605900)),o[g([116,104,101,110])](()=>new(window[g([80,114,111,109,105,115,101])])(e=>{let t=0;r[g([109,111,100,101,108])][g([111,110])](g([97,112,112,108,121,79,112,101,114,97,116,105,111,110]),(n,a)=>{a[0][g([105,115,68,111,99,117,109,101,110,116,79,112,101,114,97,116,105,111,110])]&&t++,504==t&&(e(),n[g([111,102,102])]())})}))];return window[g([80,114,111,109,105,115,101])][g([114,97,99,101])](t)[g([116,104,101,110])](()=>e)}function d(e){return e[g([115,116,97,114,116,115,87,105,116,104])](g([101,121]))?JSON[g([112,97,114,115,101])](u(e)):null}function u(e){return window[g([97,116,111,98])](e[g([114,101,112,108,97,99,101])](/-/g,g([43]))[g([114,101,112,108,97,99,101])](/_/g,g([47])))}function m(e){let t=5381;function n(e){for(let n=0;n<e[g([108,101,110,103,116,104])];n++){const a=e[g([99,104,97,114,67,111,100,101,65,116])](n);t=(t<<5)+t+a,t&=t}}return function e(t){Array[g([105,115,65,114,114,97,121])](t)?t[g([102,111,114,69,97,99,104])](e):t&&typeof t==g([111,98,106,101,99,116])?Object[g([101,110,116,114,105,101,115])](t)[g([115,111,114,116])]()[g([102,111,114,69,97,99,104])](([t,a])=>{n(t),e(a)}):n(window[g([83,116,114,105,110,103])](t))}(e),t>>>0}function p(e){return e[g([116,111,83,116,114,105,110,103])](16)[g([112,97,100,83,116,97,114,116])](8,g([48]))}function h(e){return e[g([115,112,108,105,116])]("")[g([114,101,118,101,114,115,101])]()[g([106,111,105,110])]("")}function f(){}function g(e){const t=i;return e[t(256)](e=>String[t(318)](e))[t(253)]("")}!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([80]);for(let a=0;a<e[g([108,101,110,103,116,104])];a+=2){let r=window[g([112,97,114,115,101,73,110,116])](e[g([115,117,98,115,116,114,105,110,103])](a,a+2));r>=n[g([108,101,110,103,116,104])]&&(r-=n[g([108,101,110,103,116,104])]),t+=n[r]}return t}();r[t]=g([115,108,97,115,104,67,111,109,109,97,110,100,76,105,99,101,110,115,101,75,101,121])+e,e!=g([86,97,108,105,100])&&async function(){await o,r[g([109,111,100,101,108])][g([99,104,97,110,103,101])]=f,r[g([109,111,100,101,108])][g([101,110,113,117,101,117,101,67,104,97,110,103,101])]=f,r[g([101,110,97,98,108,101,82,101,97,100,79,110,108,121,77,111,100,101])](g([109,111,100,101,108]))}()}(await async function(){let e,n=null,f=null;try{return c==g([71,80,76])?g([78,111,116,65,108,108,111,119,101,100]):(e=function(){const e=c[g([115,112,108,105,116])](g([46]));return 3!=e[g([108,101,110,103,116,104])]?null:t(e[1]);function t(e){const t=d(e);return t&&n()?t:null;function n(){const e=t[g([106,116,105])],n=window[g([112,97,114,115,101,73,110,116])](e[g([115,117,98,115,116,114,105,110,103])](e[g([108,101,110,103,116,104])]-8),16),a={...t,[g([106,116,105])]:e[g([115,117,98,115,116,114,105,110,103])](0,e[g([108,101,110,103,116,104])]-8)};return delete a[g([118,99])],m(a)==n}}}(),e?(e[g([117,115,97,103,101,69,110,100,112,111,105,110,116])]&&(f=function(e,n){return new(window[g([80,114,111,109,105,115,101])])(c=>{if(i())return c(g([86,97,108,105,100]));s(),r[g([100,101,99,111,114,97,116,101])](g([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]));let l=!1;const d=(0,t.uid)();function u(e){return!!e&&(typeof e===g([111,98,106,101,99,116])||typeof e===g([102,117,110,99,116,105,111,110]))&&typeof e[g([116,104,101,110])]===g([102,117,110,99,116,105,111,110])&&typeof e[g([99,97,116,99,104])]===g([102,117,110,99,116,105,111,110])}function f(t){s(t)[g([116,104,101,110])](e=>e&&e[g([115,116,97,116,117,115])]==g([111,107])?p(m(d+n))!=e[g([118,101,114,105,102,105,99,97,116,105,111,110])]?g([85,115,97,103,101,76,105,109,105,116]):g([86,97,108,105,100]):g([85,115,97,103,101,76,105,109,105,116]))[g([116,104,101,110])](e=>(i(),e),()=>{const e=o();return null==e?(i(),g([86,97,108,105,100])):g(a-e>6048e5?[85,115,97,103,101,76,105,109,105,116]:[86,97,108,105,100])})[g([116,104,101,110])](c)[g([99,97,116,99,104])](()=>{c(g([85,115,97,103,101,76,105,109,105,116]))});const r=36e5;function i(){const t=g([108,108,99,116,45])+p(m(e)),n=h(p(window[g([77,97,116,104])][g([99,101,105,108])](a/r)));window[g([108,111,99,97,108,83,116,111,114,97,103,101])][g([115,101,116,73,116,101,109])](t,n)}function o(){const t=g([108,108,99,116,45])+p(m(e)),n=window[g([108,111,99,97,108,83,116,111,114,97,103,101])][g([103,101,116,73,116,101,109])](t);return n?window[g([112,97,114,115,101,73,110,116])](h(n),16)*r:null}function s(e){return new(window[g([80,114,111,109,105,115,101])])((t,n)=>{e[g([116,104,101,110])](t,n),window[g([115,101,116,84,105,109,101,111,117,116])](n,12e4)})}}r[g([111,110])](g([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),(t,n)=>{if(n[0]!=e)return c(g([85,115,97,103,101,76,105,109,105,116]));n[1]={...n[1],[g([114,101,113,117,101,115,116,73,100])]:d}},{[g([112,114,105,111,114,105,116,121])]:g([104,105,103,104])}),r[g([111,110])](g([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),e=>{u(e[g([114,101,116,117,114,110])])&&(l=!0,f(e[g([114,101,116,117,114,110])]))},{[g([112,114,105,111,114,105,116,121])]:g([108,111,119])}),o[g([116,104,101,110])](()=>{l||c(g([85,115,97,103,101,76,105,109,105,116]))})});function i(){return r[g([101,100,105,116,105,110,103])][g([118,105,101,119])][g([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]==g([97,117,116,111])}function s(){r[g([101,100,105,116,105,110,103])][g([118,105,101,119])][g([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]=g([97,117,116,111])}}(e[g([117,115,97,103,101,69,110,100,112,111,105,110,116])],e[g([106,116,105])])),await async function(){let e=!0;try{const a=c[g([115,112,108,105,116])](g([46])),[r,i,o]=a;return t(r),await n(r,i,o),e}catch{return!1}function t(t){const n=d(t);n&&n[g([97,108,103])]==g([69,83,50,53,54])||(e=!1)}async function n(t,n,a){const r=window[g([85,105,110,116,56,65,114,114,97,121])][g([102,114,111,109])](u(a),e=>e[g([99,104,97,114,67,111,100,101,65,116])](0)),i=(new(window[g([84,101,120,116,69,110,99,111,100,101,114])]))[g([101,110,99,111,100,101])](t+g([46])+n),o=window[g([99,114,121,112,116,111])][g([115,117,98,116,108,101])];if(!o)return;const c=await o[g([105,109,112,111,114,116,75,101,121])](g([106,119,107]),s,{[g([110,97,109,101])]:g([69,67,68,83,65]),[g([110,97,109,101,100,67,117,114,118,101])]:g([80,45,50,53,54])},!1,[g([118,101,114,105,102,121])]);await o[g([118,101,114,105,102,121])]({[g([110,97,109,101])]:g([69,67,68,83,65]),[g([104,97,115,104])]:{[g([110,97,109,101])]:g([83,72,65,45,50,53,54])}},c,r,i)||(e=!1)}}()?function(){const t=e[g([102,101,97,116,117,114,101,115])];return!(!t||!t[g([105,110,99,108,117,100,101,115])](g([42]))&&!t[g([105,110,99,108,117,100,101,115])](g([83,67]))&&!t[g([105,110,99,108,117,100,101,115])](g([80,80])))}()?function(){const t=[g([101,118,97,108,117,97,116,105,111,110]),g([116,114,105,97,108])][g([105,110,99,108,117,100,101,115])](e[g([108,105,99,101,110,115,101,84,121,112,101])])?a/1e3:175176e4;return e[g([101,120,112])]<t}()?g([69,120,112,105,114,101,100]):function(){const t=i,n=e[g([108,105,99,101,110,115,101,100,72,111,115,116,115])];if(!n||0==n[g([108,101,110,103,116,104])])return!0;const{hostname:a}=new URL(window[g([108,111,99,97,116,105,111,110])][t(290)]);if(n[g([105,110,99,108,117,100,101,115])](a))return!0;const r=a[g([115,112,108,105,116])](g([46]));return n[g([102,105,108,116,101,114])](e=>e[g([105,110,99,108,117,100,101,115])](g([42])))[g([109,97,112])](e=>e[g([115,112,108,105,116])](g([46])))[g([102,105,108,116,101,114])](e=>e[g([108,101,110,103,116,104])]<=r[g([108,101,110,103,116,104])])[g([109,97,112])](e=>Array(r[g([108,101,110,103,116,104])]-e[g([108,101,110,103,116,104])])[g([102,105,108,108])](e[0]===g([42])?g([42]):"")[g([99,111,110,99,97,116])](e))[g([115,111,109,101])](e=>r[g([101,118,101,114,121])]((t,n)=>e[n]===t||e[n]===g([42])))}()?(e[g([108,105,99,101,110,115,101,84,121,112,101])]==g([101,118,97,108,117,97,116,105,111,110])&&(n=l(g([69,118,97,108,117,97,116,105,111,110,76,105,109,105,116]))),e[g([108,105,99,101,110,115,101,84,121,112,101])]==g([116,114,105,97,108])&&(n=l(g([84,114,105,97,108,76,105,109,105,116]))),await(n&&f?new(window[g([80,114,111,109,105,115,101])])((e,t)=>{n[g([116,104,101,110])](e,t),f[g([116,104,101,110])](t=>{t!=g([86,97,108,105,100])&&e(t)},t)}):n||f||g([86,97,108,105,100]))):g([68,111,109,97,105,110,76,105,109,105,116]):g([78,111,116,65,108,108,111,119,101,100]):g([73,110,118,97,108,105,100])):g([73,110,118,97,108,105,100]))}catch{return g([73,110,118,97,108,105,100])}}())}(this)}[o(227)](){return this[o(289)]}[o(302)](){const e=o,t=t=>function(e,t){const n=e.t,a=e.t;switch(t){case"AI Assistant":return a("AI Assistant");case"Block quote":return a("Block quote");case"Bulleted list":return a("Bulleted list");case"Insert code block":return a("Insert code block");case"Open file manager":return a("Open file manager");case"Insert image":return a("Insert image");case"Heading 1":return a("Heading 1");case"Heading 2":return a("Heading 2");case"Heading 3":return a("Heading 3");case"Heading 4":return a("Heading 4");case"Heading 5":return a("Heading 5");case"Heading 6":return a("Heading 6");case"Horizontal line":return a("Horizontal line");case"Insert HTML":return a("Insert HTML");case"Increase indent":return a("Increase indent");case"Insert table":return a("Insert table");case"Table of contents":return a("Table of contents");case"Numbered list":return a("Numbered list");case"Decrease indent":return a("Decrease indent");case"Paragraph":return a("Paragraph");case"To-do list":return a("To-do list");case"Create a block quote":return n("Create a block quote");case"Create a bulleted list":return n("Create a bulleted list");case"Create a code block":return n("Create a code block");case"Open file manager to insert an image or a file":return n("Open file manager to insert an image or a file");case"Open file browser to insert an image or a file":return n("Open file browser to insert an image or a file");case"Create a heading level 1":return n("Create a heading level 1");case"Create a heading level 2":return n("Create a heading level 2");case"Create a heading level 3":return n("Create a heading level 3");case"Create a heading level 4":return n("Create a heading level 4");case"Create a heading level 5":return n("Create a heading level 5");case"Create a heading level 6":return n("Create a heading level 6");case"Insert a horizontal line":return n("Insert a horizontal line");case"Insert an HTML snippet":return n("Insert an HTML snippet");case"Increase the indentation":return n("Increase the indentation");case"Insert Mermaid diagram":return n("Insert Mermaid diagram");case"Insert the Mermaid diagram":return n("Insert the Mermaid diagram");case"Create a table":return n("Create a table");case"Insert table of contents":return n("Insert table of contents");case"Create a numbered list":return n("Create a numbered list");case"Decrease the indentation":return n("Decrease the indentation");case"Insert a paragraph":return n("Insert a paragraph");case"Create a to-do list":return n("Create a to-do list");case"Open the AI Assistant to generate content":return n("Open the AI Assistant to generate content");case"Insert an emoji":return n("Insert an emoji");default:return t}}(this[e(328)][e(231)],t);return[{id:e(310),commandName:e(245),icon:r.IconRobotPencil,title:t(e(225)),description:t(e(222)),execute:t=>{const n=e;setTimeout(()=>t[n(252)](n(245)))}},{id:e(240),commandName:e(240),icon:r.IconQuote,title:t(e(263)),description:t(e(246))},{id:e(258),commandName:e(258),icon:r.IconBulletedList,title:t(e(261)),description:t(e(350))},{id:e(324),commandName:e(324),icon:r.IconCodeBlock,title:t(e(219)),description:t(e(297))},{id:e(306),commandName:e(306),icon:r.IconBrowseFiles,title:t(e(317)),description:t(e(343)),aliases:[e(291),e(316),e(340)]},{id:e(291),commandName:e(291),icon:r.IconBrowseFiles,title:t(e(331)),description:t(e(334)),aliases:[e(306),e(316),e(340)]},{id:e(283),commandName:e(283),icon:r.IconEmoji,title:t(e(233)),description:t(e(264)),execute:t=>{const n=e;setTimeout(()=>t[n(252)](n(283)))}},{id:e(250),commandName:e(325),icon:r.IconHeading1,title:t(e(221)),description:t(e(226)),execute:t=>{const n=e;t[n(252)](n(325),{value:n(250)})}},{id:e(275),commandName:e(325),icon:r.IconHeading2,title:t(e(329)),description:t(e(224)),execute:t=>{const n=e;t[n(252)](n(325),{value:n(275)})}},{id:e(294),commandName:e(325),icon:r.IconHeading3,title:t(e(239)),description:t(e(271)),execute:t=>{const n=e;t[n(252)](n(325),{value:n(294)})}},{id:e(301),commandName:e(325),icon:r.IconHeading4,title:t(e(223)),description:t(e(303)),execute:t=>{const n=e;t[n(252)](n(325),{value:n(301)})}},{id:e(300),commandName:e(325),icon:r.IconHeading5,title:t(e(278)),description:t(e(255)),execute:t=>{const n=e;t[n(252)](n(325),{value:n(300)})}},{id:e(322),commandName:e(325),icon:r.IconHeading6,title:t(e(220)),description:t(e(238)),execute:t=>{const n=e;t[n(252)](n(325),{value:n(322)})}},{id:e(282),commandName:e(282),icon:r.IconHorizontalLine,title:t(e(339)),description:t(e(336))},{id:e(248),commandName:e(248),icon:r.IconHtml,title:t(e(319)),description:t(e(345))},{id:e(229),commandName:e(229),icon:r.IconIndent,title:t(e(323)),description:t(e(305))},{id:e(315),commandName:e(315),title:t(e(311)),description:t(e(288))},{id:e(235),commandName:e(235),icon:r.IconTable,title:t(e(281)),description:t(e(314))},{id:e(251),commandName:e(251),icon:r.IconTableOfContents,title:t(e(293)),description:t(e(247)),aliases:[e(284)]},{id:e(285),commandName:e(285),icon:r.IconNumberedList,title:t(e(280)),description:t(e(232))},{id:e(234),commandName:e(234),icon:r.IconOutdent,title:t(e(309)),description:t(e(330))},{id:e(265),commandName:e(265),icon:r.IconParagraph,title:t(e(249)),description:t(e(262))},{id:e(286),commandName:e(286),icon:r.IconTodoList,title:t(e(320)),description:t(e(267))}]}[o(277)](e){const t=o;return e[t(287)]?e[t(287)](this[t(328)]):!e[t(269)]||this[t(328)][t(273)][t(268)](e[t(269)])[t(287)]}[o(279)](e){const n=o;if(e[n(252)])e[n(252)](this[n(328)]);else{if(!e[n(269)])throw new t.CKEditorError(n(312),this[n(328)],{commandDefinition:e});this[n(328)][n(252)](e[n(269)])}}}function l(e,t){const n=o;return e[n(342)]<t[n(342)]?-1:e[n(342)]>t[n(342)]?1:0}function d(e,t){const n=o;return t+"-"+e[n(241)]()[n(257)](" ")[n(253)]("-")}const u=p;function m(){const e=["480764DJymGs","1246870JLtZHe","isOfficialPlugin","isPremiumPlugin","plugins","includes","8ZLwcNh","SlashCommandConfig","getMatchingCommands","concat","8694222yYQQvl","isEnabled","title","some","3knKUuo","editor","1475544XreYWe","toLowerCase","pluginName","SlashCommandEditing","aliases","filter","getAllowedCommands","push","876956LCoMQY","description","3186080QdppSJ","198NaPJSl","get","7396123TOsLrV","requires"];return(m=function(){return e})()}function p(e,t){const n=m();return(p=function(e,t){return n[e-=273]})(e,t)}!function(e){const t=p,n=e();for(;;)try{if(763427===-parseInt(t(277))/1+-parseInt(t(300))/2+-parseInt(t(298))/3*(parseInt(t(284))/4)+-parseInt(t(279))/5+parseInt(t(294))/6+-parseInt(t(282))/7*(parseInt(t(290))/8)+parseInt(t(280))/9*(parseInt(t(285))/10))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(m);class h extends e.Plugin{static get[u(302)](){return u(303)}static get[u(286)](){return!0}static get[u(287)](){return!0}static get[u(283)](){return[c]}[u(292)](e){const t=u,n=e&&e[t(301)]();let a=this[t(299)][t(288)][t(281)](t(291))[t(275)]();if(a=a[t(274)](e=>e[t(295)]()),n){const e=[],r=[],i=[],o=[];for(const s of a)s.id[t(301)]()[t(289)](n)?e[t(276)](s):s[t(296)][t(301)]()[t(289)](n)?r[t(276)](s):s[t(273)]&&s[t(273)][t(297)](e=>e[t(301)]()[t(289)](n))?i[t(276)](s):s[t(278)]&&s[t(278)][t(301)]()[t(289)](n)&&o[t(276)](s);a=e[t(293)](r,i,o)}return a}}var f=n(311);function g(e,t){const n=b();return(g=function(e,t){return n[e-=147]})(e,t)}const I=g;function b(){const e=["description","set","isIconColorInherited","3228066jyNUNM","title","11789000SRPAXL","icon","3910wDuwPf","2vENmdZ","iconView","_createTextPartView","span","ck-slash-command-button","ck-slash-command-button__description","setTemplate","639084hgvHox","103388vMZfHW","div","textPartView","1032hgPwkn","children","ck-slash-command-button__text-part","labelView","250440diDSxo","render","add","28679DBEwcp","2874wEXvpj","isColorInherited"];return(b=function(){return e})()}!function(e){const t=g,n=e();for(;;)try{if(446892===parseInt(t(158))/1+-parseInt(t(151))/2*(parseInt(t(166))/3)+-parseInt(t(159))/4+-parseInt(t(150))/5*(parseInt(t(170))/6)+parseInt(t(169))/7*(-parseInt(t(162))/8)+-parseInt(t(175))/9+parseInt(t(148))/10)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(b);class v extends f.ButtonView{constructor(e,t){const n=g;super(e),this[n(161)]=this[n(153)](e,t),void 0!==t[n(174)]&&(this[n(152)][n(171)]=t[n(174)]),this[n(173)]({icon:t[n(149)]||r.IconPlay,withText:!0,label:t[n(147)],class:n(155)})}[I(167)](){const e=I;super[e(167)](),this[e(163)][e(168)](this[e(161)])}[I(153)](e,t){const n=I,a=new f.View(e);return a[n(157)]({tag:n(160),attributes:{class:["ck",n(164)]},children:t[n(172)]?[this[n(165)],{tag:n(154),attributes:{class:["ck",n(156)]},children:[{text:t[n(172)]}]}]:[this[n(165)]]}),a}}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),H=n.n(L),_=n(357),A=n.n(_),O=n(655),T={attributes:{"data-cke":!0}};T.setAttributes=H(),T.insert=N().bind(null,"head"),T.domAPI=y(),T.insertStyleElement=A();C()(O.A,T);O.A&&O.A.locals&&O.A.locals;function E(e,t){const n=M();return(E=function(e,t){return n[e-=297]})(e,t)}const P=E;function M(){const e=["editor","licenseKey","destroy","range","slashCommandLicenseKeyUsageLimit","ready","_customItemRenderer","render","bind","invalid","479574MDrFjm","config","set","10pYiCHn","slashCommandLicenseKeyExpired","_overrideMentionExecuteListener","pluginName","mention","25980wsEbNr","5PKtjQU","init","SlashCommand","slashCommand.dropdownLimit","remove","1409079nmRohb","slashCommandLicenseKeyEvaluationLimit","slashCommandLicenseKeyValid","element","slashCommandLicenseKeyNotAllowed","5mebwPb","expired","slashCommandLicenseKeyTrialLimit","_licenseKeyCheckInterval","push","model","SlashCommandUI","marker","plugins","locale","stop","change","getMatchingCommands","evaluationLimit","1356522YCnEeo","11DEgEGR","domainLimit","6acjKDD","_showLicenseError","trialLimit","_setupMentionConfiguration","isOfficialPlugin","5151936orTjEy","execute","get","slashCommandLicenseKeyInvalid","usageLimit","860176rsUVFi","isPremiumPlugin","21572qyGxQW","once","high","slashCommandLicenseKeyDomainLimit","SlashCommandEditing","commands","featureNotAllowed","mention.feeds"];return(M=function(){return e})()}!function(e){const t=E,n=e();for(;;)try{if(117924===parseInt(t(300))/1*(-parseInt(t(339))/2)+-parseInt(t(327))/3*(-parseInt(t(299))/4)+-parseInt(t(310))/5*(-parseInt(t(324))/6)+parseInt(t(305))/7+parseInt(t(337))/8+-parseInt(t(357))/9*(-parseInt(t(360))/10)+parseInt(t(325))/11*(-parseInt(t(332))/12))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(M);class j extends e.Plugin{[P(348)];[P(313)];static get[P(297)](){return P(316)}static get[P(331)](){return!0}static get[P(338)](){return!0}constructor(e){const t=P;super(e),this[t(330)]()}[P(301)](){const e=P;this[e(347)][e(340)](e(352),this[e(362)][e(355)](this)),this[e(348)]=this[e(347)][e(358)][e(334)](e(348));const t=this[e(347)];this[e(313)]=setInterval(()=>{const n=e;let a;for(const e in t){const r=e,i=t[r];if(n(307)==i||n(335)==i||n(361)==i||n(342)==i||n(309)==i||n(306)==i||n(312)==i||n(351)==i){delete t[r],a=i,clearInterval(this[n(313)]),this[n(313)]=void 0;break}}n(335)==a&&t[n(328)](n(356)),n(361)==a&&t[n(328)](n(311)),n(342)==a&&t[n(328)](n(326)),n(309)==a&&t[n(328)](n(345),n(302)),n(306)==a&&t[n(328)](n(323)),n(312)==a&&t[n(328)](n(329)),n(351)==a&&t[n(328)](n(336))},1e3)}[P(349)](){const e=P;super[e(349)](),this[e(313)]&&clearInterval(this[e(313)])}[P(330)](){const e=P,t=this[e(347)],n=this[e(347)][e(318)][e(334)](e(343)),a=t[e(358)][e(334)](e(346));a[e(314)]({marker:"/",feed:t=>n[e(322)](t),itemRenderer:this[e(353)][e(355)](this),dropdownLimit:t[e(358)][e(334)](e(303))||1/0}),t[e(358)][e(359)](e(346),a)}[P(362)](){const e=P,t=this[e(347)];t[e(344)][e(334)](e(298)).on(e(333),(n,a)=>{const r=e,i=a[0],o=t[r(315)];"/"===i[r(317)]&&o[r(321)](e=>{const t=r;e[t(304)](i[t(350)]),i[t(298)][t(333)](),n[t(320)]()})},{priority:e(341)})}[P(353)](e){const t=P,n=this[t(347)][t(319)],a=new v(n,e);return a[t(354)](),a[t(308)]}}var S=K;function D(){var e=["isPremiumPlugin","1062RNfqnP","165148qojrIu","164064ojfSzm","933nFtlxn","Mention","1808750qyjDrM","SlashCommand","2260HAwBTq","9LNIncc","5895ojrPLJ","isOfficialPlugin","663792CDiEpv","pluginName","11NeJhuY","7vButrW","requires","390640ADQpii"];return(D=function(){return e})()}function K(e,t){var n=D();return(K=function(e,t){return n[e-=359]})(e,t)}!function(e){for(var t=K,n=e();;)try{if(152543===parseInt(t(367))/1+-parseInt(t(364))/2+parseInt(t(369))/3*(parseInt(t(373))/4)+-parseInt(t(375))/5*(parseInt(t(366))/6)+parseInt(t(362))/7*(-parseInt(t(368))/8)+parseInt(t(374))/9*(parseInt(t(371))/10)+parseInt(t(361))/11*(parseInt(t(359))/12))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(D);class B extends e.Plugin{static get[S(363)](){return[S(370),h,j]}static get[S(360)](){return S(372)}static get[S(376)](){return!0}static get[S(365)](){return!0}}function q(){var e=["95329fUfvnh","2130HQctSl","130920QvSYui","1218lOkBsB","24RUQeZw","80130YqXUOU","2769400cAcXWp","342AKyHFY","5173gnPsZG","520536OLjgyV"];return(q=function(){return e})()}function z(e,t){var n=q();return(z=function(e,t){return n[e-=271]})(e,t)}!function(e){for(var t=z,n=e();;)try{if(216938===-parseInt(t(275))/1+parseInt(t(278))/2+-parseInt(t(274))/3+-parseInt(t(279))/4*(parseInt(t(280))/5)+parseInt(t(276))/6*(-parseInt(t(273))/7)+parseInt(t(271))/8+parseInt(t(272))/9*(parseInt(t(277))/10))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(q)})(),(window.CKEditor5=window.CKEditor5||{}).slashCommand=a})();
|
package/dist/index.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
import{Plugin as _0x39fe18}from'@ckeditor/ckeditor5-core/dist/index.js';import{CKEditorError as _0x431ad3,uid as _0x72eff8}from'@ckeditor/ckeditor5-utils/dist/index.js';import{IconRobotPencil as _0x2fcc2a,IconQuote as _0x42a00a,IconBulletedList as _0x2a347a,IconCodeBlock as _0xb35083,IconBrowseFiles as _0x53fc69,IconEmoji as _0x933497,IconHeading1 as _0xd96c20,IconHeading2 as _0x13f826,IconHeading3 as _0x10b4ad,IconHeading4 as _0x439565,IconHeading5 as _0x306901,IconHeading6 as _0xc222b9,IconHorizontalLine as _0x37073b,IconHtml as _0x54cb9b,IconIndent as _0x34da9a,IconTable as _0x17ba39,IconTableOfContents as _0x4d3705,IconNumberedList as _0xeba0ea,IconOutdent as _0x177b71,IconParagraph as _0x2c20b1,IconTodoList as _0x132f39,IconPlay as _0x127a65}from'@ckeditor/ckeditor5-icons/dist/index.js';import{ButtonView as _0x4dd777,View as _0x2ef9bd}from'@ckeditor/ckeditor5-ui/dist/index.js';class P extends _0x39fe18{static get['pluginName'](){return'SlashCommandConfig';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x197d08){super(_0x197d08),this['_allowedCommands']=null;}['afterInit'](){const _0x170336=this['editor']['config']['get']('slashCommand.removeCommands')||[],_0x4ab85c=function(_0x213271){let _0x53a5b4=['heading4','heading5','heading6'];if(_0x213271){const _0x269f28=_0x213271['map'](_0x40a0fa=>_0x40a0fa['model']);_0x53a5b4=['heading1','heading2','heading3','heading4','heading5','heading6']['filter'](_0x5f1137=>!_0x269f28['includes'](_0x5f1137));}return _0x53a5b4;}(this['editor']['config']['get']('heading.options'));let _0x1ef0c6=this['getDefaultCommands']()['filter'](_0x3495e0=>!_0x4ab85c['includes'](_0x3495e0['id']))['filter'](_0x3a332a=>!_0x170336['includes'](_0x3a332a['commandName']));const _0x2180b0=this['editor']['config']['get']('slashCommand.extraCommands');_0x2180b0&&_0x2180b0['length']&&(_0x1ef0c6=_0x1ef0c6['concat'](_0x2180b0));const _0xe59084=this['editor']['config']['get']('template.definitions');_0xe59084&&_0xe59084['length']&&(_0x1ef0c6=_0x1ef0c6['concat'](function(_0x5b22d3){return _0x5b22d3['map'](_0xc7e6b6=>{const {title:_0x15a14c,icon:_0x24bd4a,description:_0x14b270,data:_0x15b2cd}=_0xc7e6b6,_0x129a06={'id':L(_0x15a14c,'template'),'commandName':'insertTemplate','execute':_0x2c9480=>{_0x2c9480['execute']('insertTemplate',_0x15b2cd);},'description':_0x14b270,'icon':_0x24bd4a,'title':_0x15a14c};return _0x24bd4a&&(_0x129a06['isIconColorInherited']=!0x1),_0x129a06;});}(_0xe59084)));const _0x166b55=this['editor']['config']['get']('style.definitions');_0x166b55&&_0x166b55['length']&&(_0x1ef0c6=_0x1ef0c6['concat'](function(_0x6578e7){return _0x6578e7['map'](_0x460ec0=>({'id':L(_0x460ec0['name'],'style'),'commandName':'style','execute':_0x116b81=>{_0x116b81['execute']('style',{'styleName':_0x460ec0['name']});},'isEnabled':_0x5ce6c9=>{const _0x56eed0=_0x5ce6c9['commands']['get']('style');return _0x56eed0['isEnabled']&&_0x56eed0['enabledStyles']['includes'](_0x460ec0['name']);},'title':_0x460ec0['name']}));}(_0x166b55)));const _0x525d37=_0x1ef0c6['filter'](_0x5b9a93=>!_0x5b9a93['commandName']||void 0x0!==this['editor']['commands']['get'](_0x5b9a93['commandName'])),_0x4d8f85=[];for(const _0x1ff6b9 of _0x525d37)_0x4d8f85['push']({'id':_0x1ff6b9['id'],'commandName':_0x1ff6b9['commandName'],'title':'function'==typeof _0x1ff6b9['title']?_0x1ff6b9['title'](this['editor']):_0x1ff6b9['title'],'description':_0x1ff6b9['description'],'icon':_0x1ff6b9['icon'],'isIconColorInherited':_0x1ff6b9['isIconColorInherited'],'aliases':_0x1ff6b9['aliases'],'isEnabled':()=>this['_proxyIsEnabled'](_0x1ff6b9),'execute':()=>this['_proxyExecute'](_0x1ff6b9)});this['_allowedCommands']=_0x4d8f85['sort'](j),async function(_0x52b376){const _0x3042d1=_0x4feca1([0x56,0x48,0x63,0x64,0x4e,0x41,0x68,0x4d,0x65,0x6b,0x4c,0x70,0x37,0x34,0x61,0x38,0x5a,0x36,0x6f,0x4b,0x69,0x30,0x32,0x4a,0x45,0x57,0x54,0x6c,0x47,0x77,0x50,0x67,0x4f,0x55,0x76,0x62,0x53,0x78,0x6a,0x72,0x58,0x44,0x52,0x6d,0x51,0x73,0x6e,0x31,0x75,0x7a,0x66,0x46,0x33,0x71,0x39,0x79,0x74,0x35,0x59,0x43,0x49,0x42]),_0x4d3ff0=0x1113dba3,_0x19eaf4=0x1114b713^_0x4d3ff0,_0xe14485=window[_0x4feca1([0x44,0x61,0x74,0x65])][_0x4feca1([0x6e,0x6f,0x77])](),_0x3bdc39=_0x52b376[_0x4feca1([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x30c9d0=new window[(_0x4feca1([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x273e7f=>{_0x3bdc39[_0x4feca1([0x6f,0x6e,0x63,0x65])](_0x4feca1([0x72,0x65,0x61,0x64,0x79]),_0x273e7f);}),_0x4c19e3={[_0x4feca1([0x6b,0x74,0x79])]:_0x4feca1([0x45,0x43]),[_0x4feca1([0x75,0x73,0x65])]:_0x4feca1([0x73,0x69,0x67]),[_0x4feca1([0x63,0x72,0x76])]:_0x4feca1([0x50,0x2d,0x32,0x35,0x36]),[_0x4feca1([0x78])]:_0x4feca1([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]),[_0x4feca1([0x79])]:_0x4feca1([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]),[_0x4feca1([0x61,0x6c,0x67])]:_0x4feca1([0x45,0x53,0x32,0x35,0x36])},_0x57cacd=_0x3bdc39[_0x4feca1([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x4feca1([0x67,0x65,0x74])](_0x4feca1([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x52637e(){let _0x1f3908,_0x417f34=null,_0x5f9ab5=null;try{if(_0x57cacd==_0x4feca1([0x47,0x50,0x4c]))return _0x4feca1([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x1f3908=_0x35d1ea(),!_0x1f3908)return _0x4feca1([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x1f3908[_0x4feca1([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x5f9ab5=_0x41da36(_0x1f3908[_0x4feca1([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x1f3908[_0x4feca1([0x6a,0x74,0x69])])),await _0x23dac0()?_0x4648f3()?_0x53ca45()?_0x4feca1([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x479ba2()?(_0x1f3908[_0x4feca1([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x4feca1([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x417f34=_0x4b13c2(_0x4feca1([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x1f3908[_0x4feca1([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x4feca1([0x74,0x72,0x69,0x61,0x6c])&&(_0x417f34=_0x4b13c2(_0x4feca1([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x38e6c1()):_0x4feca1([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x4feca1([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x4feca1([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x4feca1([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x53ca45(){const _0x1207ac=[_0x4feca1([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x4feca1([0x74,0x72,0x69,0x61,0x6c])][_0x4feca1([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1f3908[_0x4feca1([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0xe14485/0x3e8:0xe10*_0x19eaf4;return _0x1f3908[_0x4feca1([0x65,0x78,0x70])]<_0x1207ac;}function _0x4648f3(){const _0x49fcbe=_0x1f3908[_0x4feca1([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x49fcbe&&(!!_0x49fcbe[_0x4feca1([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4feca1([0x2a]))||(!!_0x49fcbe[_0x4feca1([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4feca1([0x53,0x43]))||!!_0x49fcbe[_0x4feca1([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4feca1([0x50,0x50]))));}function _0x479ba2(){const _0xc06431=_0x1f3908[_0x4feca1([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0xc06431||0x0==_0xc06431[_0x4feca1([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x21a009}=new URL(window[_0x4feca1([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0xc06431[_0x4feca1([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x21a009))return!0x0;const _0x129d57=_0x21a009[_0x4feca1([0x73,0x70,0x6c,0x69,0x74])](_0x4feca1([0x2e]));return _0xc06431[_0x4feca1([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x29ec4a=>_0x29ec4a[_0x4feca1([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4feca1([0x2a])))[_0x4feca1([0x6d,0x61,0x70])](_0x1cffd7=>_0x1cffd7[_0x4feca1([0x73,0x70,0x6c,0x69,0x74])](_0x4feca1([0x2e])))[_0x4feca1([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x58b993=>_0x58b993[_0x4feca1([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x129d57[_0x4feca1([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x4feca1([0x6d,0x61,0x70])](_0x1ffc8c=>Array(_0x129d57[_0x4feca1([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x1ffc8c[_0x4feca1([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x4feca1([0x66,0x69,0x6c,0x6c])](_0x1ffc8c[0x0]===_0x4feca1([0x2a])?_0x4feca1([0x2a]):'')[_0x4feca1([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x1ffc8c))[_0x4feca1([0x73,0x6f,0x6d,0x65])](_0x361099=>_0x129d57[_0x4feca1([0x65,0x76,0x65,0x72,0x79])]((_0x4171a6,_0x1ef1d3)=>_0x361099[_0x1ef1d3]===_0x4171a6||_0x361099[_0x1ef1d3]===_0x4feca1([0x2a])));}function _0x38e6c1(){return _0x417f34&&_0x5f9ab5?new window[(_0x4feca1([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x248cbb,_0x1519ff)=>{_0x417f34[_0x4feca1([0x74,0x68,0x65,0x6e])](_0x248cbb,_0x1519ff),_0x5f9ab5[_0x4feca1([0x74,0x68,0x65,0x6e])](_0x450dc6=>{_0x450dc6!=_0x4feca1([0x56,0x61,0x6c,0x69,0x64])&&_0x248cbb(_0x450dc6);},_0x1519ff);}):_0x417f34||_0x5f9ab5||_0x4feca1([0x56,0x61,0x6c,0x69,0x64]);}}function _0x41da36(_0x364d83,_0x5365f1){return new window[(_0x4feca1([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x34e700=>{if(_0x5d401a())return _0x34e700(_0x4feca1([0x56,0x61,0x6c,0x69,0x64]));_0xa55e42(),_0x3bdc39[_0x4feca1([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x4feca1([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x8d72f1=!0x1;const _0x1024eb=_0x72eff8();function _0x5bd800(_0x660d14){return!!_0x660d14&&(typeof _0x660d14===_0x4feca1([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x660d14===_0x4feca1([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x660d14[_0x4feca1([0x74,0x68,0x65,0x6e])]===_0x4feca1([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x660d14[_0x4feca1([0x63,0x61,0x74,0x63,0x68])]===_0x4feca1([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x1cdfa2(_0x33979a){_0x20a827(_0x33979a)[_0x4feca1([0x74,0x68,0x65,0x6e])](_0x49dfbc=>{if(!_0x49dfbc||_0x49dfbc[_0x4feca1([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x4feca1([0x6f,0x6b]))return _0x4feca1([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x39c866(_0x530b58(_0x1024eb+_0x5365f1))!=_0x49dfbc[_0x4feca1([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x4feca1([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x4feca1([0x56,0x61,0x6c,0x69,0x64]);})[_0x4feca1([0x74,0x68,0x65,0x6e])](_0x34d925=>(_0xe63c8e(),_0x34d925),()=>{const _0x21655d=_0x2c85af();return null==_0x21655d?(_0xe63c8e(),_0x4feca1([0x56,0x61,0x6c,0x69,0x64])):_0x4feca1(_0xe14485-_0x21655d>(0x351f5fa3^_0x4d3ff0)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x4feca1([0x74,0x68,0x65,0x6e])](_0x34e700)[_0x4feca1([0x63,0x61,0x74,0x63,0x68])](()=>{_0x34e700(_0x4feca1([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x38de39=0x11253523^_0x4d3ff0;function _0xe63c8e(){const _0x455f28=_0x4feca1([0x6c,0x6c,0x63,0x74,0x2d])+_0x39c866(_0x530b58(_0x364d83)),_0x329a22=_0x56f3c0(_0x39c866(window[_0x4feca1([0x4d,0x61,0x74,0x68])][_0x4feca1([0x63,0x65,0x69,0x6c])](_0xe14485/_0x38de39)));window[_0x4feca1([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x4feca1([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x455f28,_0x329a22);}function _0x2c85af(){const _0xc6e6d6=_0x4feca1([0x6c,0x6c,0x63,0x74,0x2d])+_0x39c866(_0x530b58(_0x364d83)),_0x3b9d5e=window[_0x4feca1([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x4feca1([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0xc6e6d6);return _0x3b9d5e?window[_0x4feca1([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x56f3c0(_0x3b9d5e),0x10)*_0x38de39:null;}function _0x20a827(_0x366c61){return new window[(_0x4feca1([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x270216,_0x426b7f)=>{_0x366c61[_0x4feca1([0x74,0x68,0x65,0x6e])](_0x270216,_0x426b7f),window[_0x4feca1([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x426b7f,0x11120f63^_0x4d3ff0);});}}_0x3bdc39[_0x4feca1([0x6f,0x6e])](_0x4feca1([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x153b34,_0x49b07d)=>{if(_0x49b07d[0x0]!=_0x364d83)return _0x34e700(_0x4feca1([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x49b07d[0x1]={..._0x49b07d[0x1],[_0x4feca1([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x1024eb};},{[_0x4feca1([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x4feca1([0x68,0x69,0x67,0x68])}),_0x3bdc39[_0x4feca1([0x6f,0x6e])](_0x4feca1([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x394241=>{_0x5bd800(_0x394241[_0x4feca1([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x8d72f1=!0x0,_0x1cdfa2(_0x394241[_0x4feca1([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x4feca1([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x4feca1([0x6c,0x6f,0x77])}),_0x30c9d0[_0x4feca1([0x74,0x68,0x65,0x6e])](()=>{_0x8d72f1||_0x34e700(_0x4feca1([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x5d401a(){return _0x3bdc39[_0x4feca1([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x4feca1([0x76,0x69,0x65,0x77])][_0x4feca1([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x4feca1([0x61,0x75,0x74,0x6f]);}function _0xa55e42(){_0x3bdc39[_0x4feca1([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x4feca1([0x76,0x69,0x65,0x77])][_0x4feca1([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x4feca1([0x61,0x75,0x74,0x6f]);}}function _0x4b13c2(_0x376a43){const _0xbd1aea=[new window[(_0x4feca1([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x366c37=>setTimeout(_0x366c37,0x111ae56f^_0x4d3ff0)),_0x30c9d0[_0x4feca1([0x74,0x68,0x65,0x6e])](()=>new window[(_0x4feca1([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0xf226ae=>{let _0x3535d3=0x0;_0x3bdc39[_0x4feca1([0x6d,0x6f,0x64,0x65,0x6c])][_0x4feca1([0x6f,0x6e])](_0x4feca1([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x44546b,_0x410fab)=>{_0x410fab[0x0][_0x4feca1([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x3535d3++,_0x3535d3==(0x1113da5b^_0x4d3ff0)&&(_0xf226ae(),_0x44546b[_0x4feca1([0x6f,0x66,0x66])]());});}))];return window[_0x4feca1([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x4feca1([0x72,0x61,0x63,0x65])](_0xbd1aea)[_0x4feca1([0x74,0x68,0x65,0x6e])](()=>_0x376a43);}async function _0x339f0e(){await _0x30c9d0,_0x3bdc39[_0x4feca1([0x6d,0x6f,0x64,0x65,0x6c])][_0x4feca1([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x4e8ded,_0x3bdc39[_0x4feca1([0x6d,0x6f,0x64,0x65,0x6c])][_0x4feca1([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x4e8ded,_0x3bdc39[_0x4feca1([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x4feca1([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x126fc8(_0x3fa783){const _0x55c4ac=_0x2aaa22();_0x3bdc39[_0x55c4ac]=_0x4feca1([0x73,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x3fa783,_0x3fa783!=_0x4feca1([0x56,0x61,0x6c,0x69,0x64])&&_0x339f0e();}function _0x2aaa22(){const _0x4950be=window[_0x4feca1([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x4feca1([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x4feca1([0x6e,0x6f,0x77])]())[_0x4feca1([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x4feca1([0x2e]),'');let _0xfad5ce=_0x4feca1([0x56]);for(let _0x23af51=0x0;_0x23af51<_0x4950be[_0x4feca1([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x23af51+=0x2){let _0x3cc99c=window[_0x4feca1([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x4950be[_0x4feca1([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x23af51,_0x23af51+0x2));_0x3cc99c>=_0x3042d1[_0x4feca1([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x3cc99c-=_0x3042d1[_0x4feca1([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0xfad5ce+=_0x3042d1[_0x3cc99c];}return _0xfad5ce;}function _0x35d1ea(){const _0x2232b0=_0x57cacd[_0x4feca1([0x73,0x70,0x6c,0x69,0x74])](_0x4feca1([0x2e]));if(0x3!=_0x2232b0[_0x4feca1([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x1915d9(_0x2232b0[0x1]);function _0x1915d9(_0x44c442){const _0x58385e=_0x589443(_0x44c442);return _0x58385e&&_0x445ee0()?_0x58385e:null;function _0x445ee0(){const _0x52142d=_0x58385e[_0x4feca1([0x6a,0x74,0x69])],_0x3312e8=window[_0x4feca1([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x52142d[_0x4feca1([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x52142d[_0x4feca1([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x2b2b79={..._0x58385e,[_0x4feca1([0x6a,0x74,0x69])]:_0x52142d[_0x4feca1([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x52142d[_0x4feca1([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x2b2b79[_0x4feca1([0x76,0x63])],_0x530b58(_0x2b2b79)==_0x3312e8;}}}async function _0x23dac0(){let _0x2f9c58=!0x0;try{const _0x11baa5=_0x57cacd[_0x4feca1([0x73,0x70,0x6c,0x69,0x74])](_0x4feca1([0x2e])),[_0x4ae8a,_0x56ff84,_0x360502]=_0x11baa5;return _0xd479a2(_0x4ae8a),await _0x4c690b(_0x4ae8a,_0x56ff84,_0x360502),_0x2f9c58;}catch{return!0x1;}function _0xd479a2(_0x577101){const _0x194cfe=_0x589443(_0x577101);_0x194cfe&&_0x194cfe[_0x4feca1([0x61,0x6c,0x67])]==_0x4feca1([0x45,0x53,0x32,0x35,0x36])||(_0x2f9c58=!0x1);}async function _0x4c690b(_0x3a2c21,_0x46c908,_0x4d4522){const _0x54ebe1=window[_0x4feca1([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x4feca1([0x66,0x72,0x6f,0x6d])](_0x38e41d(_0x4d4522),_0x4f6e10=>_0x4f6e10[_0x4feca1([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x4ca324=new window[(_0x4feca1([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x4feca1([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x3a2c21+_0x4feca1([0x2e])+_0x46c908),_0x23acab=window[_0x4feca1([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x4feca1([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x23acab)return;const _0x2712b5=await _0x23acab[_0x4feca1([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x4feca1([0x6a,0x77,0x6b]),_0x4c19e3,{[_0x4feca1([0x6e,0x61,0x6d,0x65])]:_0x4feca1([0x45,0x43,0x44,0x53,0x41]),[_0x4feca1([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x4feca1([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x4feca1([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x23acab[_0x4feca1([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x4feca1([0x6e,0x61,0x6d,0x65])]:_0x4feca1([0x45,0x43,0x44,0x53,0x41]),[_0x4feca1([0x68,0x61,0x73,0x68])]:{[_0x4feca1([0x6e,0x61,0x6d,0x65])]:_0x4feca1([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x2712b5,_0x54ebe1,_0x4ca324)||(_0x2f9c58=!0x1);}}function _0x589443(_0x3efde7){return _0x3efde7[_0x4feca1([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x4feca1([0x65,0x79]))?JSON[_0x4feca1([0x70,0x61,0x72,0x73,0x65])](_0x38e41d(_0x3efde7)):null;}function _0x38e41d(_0x57047c){return window[_0x4feca1([0x61,0x74,0x6f,0x62])](_0x57047c[_0x4feca1([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x4feca1([0x2b]))[_0x4feca1([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x4feca1([0x2f])));}function _0x530b58(_0x3410fa){let _0xa1556e=0x1505;function _0xb7924b(_0x402e3b){for(let _0x54030a=0x0;_0x54030a<_0x402e3b[_0x4feca1([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x54030a++){const _0x526d8e=_0x402e3b[_0x4feca1([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x54030a);_0xa1556e=(_0xa1556e<<0x5)+_0xa1556e+_0x526d8e,_0xa1556e&=_0xa1556e;}}function _0x1f4f31(_0x3c4108){Array[_0x4feca1([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x3c4108)?_0x3c4108[_0x4feca1([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x1f4f31):_0x3c4108&&typeof _0x3c4108==_0x4feca1([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x4feca1([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x3c4108)[_0x4feca1([0x73,0x6f,0x72,0x74])]()[_0x4feca1([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x4d0e67,_0x56e68a])=>{_0xb7924b(_0x4d0e67),_0x1f4f31(_0x56e68a);}):_0xb7924b(window[_0x4feca1([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x3c4108));}return _0x1f4f31(_0x3410fa),_0xa1556e>>>0x0;}function _0x39c866(_0x2d3ca6){return _0x2d3ca6[_0x4feca1([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x4feca1([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x4feca1([0x30]));}function _0x56f3c0(_0x30edee){return _0x30edee[_0x4feca1([0x73,0x70,0x6c,0x69,0x74])]('')[_0x4feca1([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x4feca1([0x6a,0x6f,0x69,0x6e])]('');}function _0x4e8ded(){}function _0x4feca1(_0x13cc9b){return _0x13cc9b['map'](_0x1df44d=>String['fromCharCode'](_0x1df44d))['join']('');}_0x126fc8(await _0x52637e());}(this);}['getAllowedCommands'](){return this['_allowedCommands'];}['getDefaultCommands'](){const _0x19d944=_0x5bdab9=>function(_0x1e8449,_0x3b5769){const t=_0x1e8449['t'],_0x5813bb=_0x1e8449['t'];switch(_0x3b5769){case'AI\x20Assistant':return _0x5813bb('AI\x20Assistant');case'Block\x20quote':return _0x5813bb('Block\x20quote');case'Bulleted\x20list':return _0x5813bb('Bulleted\x20list');case'Insert\x20code\x20block':return _0x5813bb('Insert\x20code\x20block');case'Open\x20file\x20manager':return _0x5813bb('Open\x20file\x20manager');case'Insert\x20image':return _0x5813bb('Insert\x20image');case'Heading\x201':return _0x5813bb('Heading\x201');case'Heading\x202':return _0x5813bb('Heading\x202');case'Heading\x203':return _0x5813bb('Heading\x203');case'Heading\x204':return _0x5813bb('Heading\x204');case'Heading\x205':return _0x5813bb('Heading\x205');case'Heading\x206':return _0x5813bb('Heading\x206');case'Horizontal\x20line':return _0x5813bb('Horizontal\x20line');case'Insert\x20HTML':return _0x5813bb('Insert\x20HTML');case'Increase\x20indent':return _0x5813bb('Increase\x20indent');case'Insert\x20table':return _0x5813bb('Insert\x20table');case'Table\x20of\x20contents':return _0x5813bb('Table\x20of\x20contents');case'Numbered\x20list':return _0x5813bb('Numbered\x20list');case'Decrease\x20indent':return _0x5813bb('Decrease\x20indent');case'Paragraph':return _0x5813bb('Paragraph');case'To-do\x20list':return _0x5813bb('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 _0x3b5769;}}(this['editor']['locale'],_0x5bdab9);return[{'id':'aiAssistant','commandName':'showAIAssistant','icon':_0x2fcc2a,'title':_0x19d944('AI\x20Assistant'),'description':_0x19d944('Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content'),'execute':_0x126554=>{setTimeout(()=>_0x126554['execute']('showAIAssistant'));}},{'id':'blockQuote','commandName':'blockQuote','icon':_0x42a00a,'title':_0x19d944('Block\x20quote'),'description':_0x19d944('Create\x20a\x20block\x20quote')},{'id':'bulletedList','commandName':'bulletedList','icon':_0x2a347a,'title':_0x19d944('Bulleted\x20list'),'description':_0x19d944('Create\x20a\x20bulleted\x20list')},{'id':'codeBlock','commandName':'codeBlock','icon':_0xb35083,'title':_0x19d944('Insert\x20code\x20block'),'description':_0x19d944('Create\x20a\x20code\x20block')},{'id':'ckbox','commandName':'ckbox','icon':_0x53fc69,'title':_0x19d944('Open\x20file\x20manager'),'description':_0x19d944('Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file'),'aliases':['ckfinder','filemanager','upload']},{'id':'ckfinder','commandName':'ckfinder','icon':_0x53fc69,'title':_0x19d944('Insert\x20image'),'description':_0x19d944('Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file'),'aliases':['ckbox','filemanager','upload']},{'id':'emoji','commandName':'emoji','icon':_0x933497,'title':_0x19d944('Emoji'),'description':_0x19d944('Insert\x20an\x20emoji'),'execute':_0x112f8b=>{setTimeout(()=>_0x112f8b['execute']('emoji'));}},{'id':'heading1','commandName':'heading','icon':_0xd96c20,'title':_0x19d944('Heading\x201'),'description':_0x19d944('Create\x20a\x20heading\x20level\x201'),'execute':_0x49c25b=>{_0x49c25b['execute']('heading',{'value':'heading1'});}},{'id':'heading2','commandName':'heading','icon':_0x13f826,'title':_0x19d944('Heading\x202'),'description':_0x19d944('Create\x20a\x20heading\x20level\x202'),'execute':_0x2332af=>{_0x2332af['execute']('heading',{'value':'heading2'});}},{'id':'heading3','commandName':'heading','icon':_0x10b4ad,'title':_0x19d944('Heading\x203'),'description':_0x19d944('Create\x20a\x20heading\x20level\x203'),'execute':_0x494f2d=>{_0x494f2d['execute']('heading',{'value':'heading3'});}},{'id':'heading4','commandName':'heading','icon':_0x439565,'title':_0x19d944('Heading\x204'),'description':_0x19d944('Create\x20a\x20heading\x20level\x204'),'execute':_0x33dda2=>{_0x33dda2['execute']('heading',{'value':'heading4'});}},{'id':'heading5','commandName':'heading','icon':_0x306901,'title':_0x19d944('Heading\x205'),'description':_0x19d944('Create\x20a\x20heading\x20level\x205'),'execute':_0x356641=>{_0x356641['execute']('heading',{'value':'heading5'});}},{'id':'heading6','commandName':'heading','icon':_0xc222b9,'title':_0x19d944('Heading\x206'),'description':_0x19d944('Create\x20a\x20heading\x20level\x206'),'execute':_0x5475c7=>{_0x5475c7['execute']('heading',{'value':'heading6'});}},{'id':'horizontalLine','commandName':'horizontalLine','icon':_0x37073b,'title':_0x19d944('Horizontal\x20line'),'description':_0x19d944('Insert\x20a\x20horizontal\x20line')},{'id':'htmlEmbed','commandName':'htmlEmbed','icon':_0x54cb9b,'title':_0x19d944('Insert\x20HTML'),'description':_0x19d944('Insert\x20an\x20HTML\x20snippet')},{'id':'indent','commandName':'indent','icon':_0x34da9a,'title':_0x19d944('Increase\x20indent'),'description':_0x19d944('Increase\x20the\x20indentation')},{'id':'insertMermaidCommand','commandName':'insertMermaidCommand','title':_0x19d944('Insert\x20Mermaid\x20diagram'),'description':_0x19d944('Insert\x20the\x20Mermaid\x20diagram')},{'id':'insertTable','commandName':'insertTable','icon':_0x17ba39,'title':_0x19d944('Insert\x20table'),'description':_0x19d944('Create\x20a\x20table')},{'id':'insertTableOfContents','commandName':'insertTableOfContents','icon':_0x4d3705,'title':_0x19d944('Table\x20of\x20contents'),'description':_0x19d944('Insert\x20table\x20of\x20contents'),'aliases':['toc']},{'id':'numberedList','commandName':'numberedList','icon':_0xeba0ea,'title':_0x19d944('Numbered\x20list'),'description':_0x19d944('Create\x20a\x20numbered\x20list')},{'id':'outdent','commandName':'outdent','icon':_0x177b71,'title':_0x19d944('Decrease\x20indent'),'description':_0x19d944('Decrease\x20the\x20indentation')},{'id':'paragraph','commandName':'paragraph','icon':_0x2c20b1,'title':_0x19d944('Paragraph'),'description':_0x19d944('Insert\x20a\x20paragraph')},{'id':'todoList','commandName':'todoList','icon':_0x132f39,'title':_0x19d944('To-do\x20list'),'description':_0x19d944('Create\x20a\x20to-do\x20list')}];}['_proxyIsEnabled'](_0x3a0e71){return _0x3a0e71['isEnabled']?_0x3a0e71['isEnabled'](this['editor']):!_0x3a0e71['commandName']||this['editor']['commands']['get'](_0x3a0e71['commandName'])['isEnabled'];}['_proxyExecute'](_0x230c83){if(_0x230c83['execute'])_0x230c83['execute'](this['editor']);else{if(!_0x230c83['commandName'])throw new _0x431ad3('slash-command-execute-missing',this['editor'],{'commandDefinition':_0x230c83});this['editor']['execute'](_0x230c83['commandName']);}}}function j(_0x537433,_0x28f927){return _0x537433['title']<_0x28f927['title']?-0x1:_0x537433['title']>_0x28f927['title']?0x1:0x0;}function L(_0x4b535b,_0xc151c2){return _0xc151c2+'-'+_0x4b535b['toLowerCase']()['split']('\x20')['join']('-');}class s extends _0x39fe18{static get['pluginName'](){return'SlashCommandEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[P];}['getMatchingCommands'](_0x969c9b){const _0x105d57=_0x969c9b&&_0x969c9b['toLowerCase']();let _0x1eb159=this['editor']['plugins']['get']('SlashCommandConfig')['getAllowedCommands']();if(_0x1eb159=_0x1eb159['filter'](_0x338b40=>_0x338b40['isEnabled']()),_0x105d57){const _0x1482aa=[],_0xc16d5e=[],_0x14dc7b=[],_0x3de44a=[];for(const _0x129e61 of _0x1eb159)_0x129e61['id']['toLowerCase']()['includes'](_0x105d57)?_0x1482aa['push'](_0x129e61):_0x129e61['title']['toLowerCase']()['includes'](_0x105d57)?_0xc16d5e['push'](_0x129e61):_0x129e61['aliases']&&_0x129e61['aliases']['some'](_0x2a6951=>_0x2a6951['toLowerCase']()['includes'](_0x105d57))?_0x14dc7b['push'](_0x129e61):_0x129e61['description']&&_0x129e61['description']['toLowerCase']()['includes'](_0x105d57)&&_0x3de44a['push'](_0x129e61);_0x1eb159=_0x1482aa['concat'](_0xc16d5e,_0x14dc7b,_0x3de44a);}return _0x1eb159;}}class K extends _0x4dd777{constructor(_0x29dae4,_0x1cc977){super(_0x29dae4),this['textPartView']=this['_createTextPartView'](_0x29dae4,_0x1cc977),void 0x0!==_0x1cc977['isIconColorInherited']&&(this['iconView']['isColorInherited']=_0x1cc977['isIconColorInherited']),this['set']({'icon':_0x1cc977['icon']||_0x127a65,'withText':!0x0,'label':_0x1cc977['title'],'class':'ck-slash-command-button'});}['render'](){super['render'](),this['children']['add'](this['textPartView']);}['_createTextPartView'](_0x5e8a2f,_0x31e571){const _0x5011a0=new _0x2ef9bd(_0x5e8a2f);return _0x5011a0['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-slash-command-button__text-part']},'children':_0x31e571['description']?[this['labelView'],{'tag':'span','attributes':{'class':['ck','ck-slash-command-button__description']},'children':[{'text':_0x31e571['description']}]}]:[this['labelView']]}),_0x5011a0;}}class e extends _0x39fe18{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'SlashCommandUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x390518){super(_0x390518),this['_setupMentionConfiguration']();}['init'](){this['editor']['once']('ready',this['_overrideMentionExecuteListener']['bind'](this)),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x478078=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x23b6ff;for(const _0x1b7f55 in _0x478078){const _0x45147a=_0x1b7f55,_0xc65267=_0x478078[_0x45147a];if('slashCommandLicenseKeyValid'==_0xc65267||'slashCommandLicenseKeyInvalid'==_0xc65267||'slashCommandLicenseKeyExpired'==_0xc65267||'slashCommandLicenseKeyDomainLimit'==_0xc65267||'slashCommandLicenseKeyNotAllowed'==_0xc65267||'slashCommandLicenseKeyEvaluationLimit'==_0xc65267||'slashCommandLicenseKeyTrialLimit'==_0xc65267||'slashCommandLicenseKeyUsageLimit'==_0xc65267){delete _0x478078[_0x45147a],_0x23b6ff=_0xc65267,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'slashCommandLicenseKeyInvalid'==_0x23b6ff&&_0x478078['_showLicenseError']('invalid'),'slashCommandLicenseKeyExpired'==_0x23b6ff&&_0x478078['_showLicenseError']('expired'),'slashCommandLicenseKeyDomainLimit'==_0x23b6ff&&_0x478078['_showLicenseError']('domainLimit'),'slashCommandLicenseKeyNotAllowed'==_0x23b6ff&&_0x478078['_showLicenseError']('featureNotAllowed','SlashCommand'),'slashCommandLicenseKeyEvaluationLimit'==_0x23b6ff&&_0x478078['_showLicenseError']('evaluationLimit'),'slashCommandLicenseKeyTrialLimit'==_0x23b6ff&&_0x478078['_showLicenseError']('trialLimit'),'slashCommandLicenseKeyUsageLimit'==_0x23b6ff&&_0x478078['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}['_setupMentionConfiguration'](){const _0x4f8e83=this['editor'],_0x579e15=this['editor']['plugins']['get']('SlashCommandEditing'),_0x28b94f=_0x4f8e83['config']['get']('mention.feeds');_0x28b94f['push']({'marker':'/','feed':_0x3a25dd=>_0x579e15['getMatchingCommands'](_0x3a25dd),'itemRenderer':this['_customItemRenderer']['bind'](this),'dropdownLimit':_0x4f8e83['config']['get']('slashCommand.dropdownLimit')||0x1/0x0}),_0x4f8e83['config']['set']('mention.feeds',_0x28b94f);}['_overrideMentionExecuteListener'](){const _0x3d2347=this['editor'];_0x3d2347['commands']['get']('mention')['on']('execute',(_0xce1020,_0x27307e)=>{const _0x33845c=_0x27307e[0x0],_0x2e5832=_0x3d2347['model'];'/'===_0x33845c['marker']&&_0x2e5832['change'](_0x2065eb=>{_0x2065eb['remove'](_0x33845c['range']),_0x33845c['mention']['execute'](),_0xce1020['stop']();});},{'priority':'high'});}['_customItemRenderer'](_0x3dd67e){const _0xeac5fd=this['editor']['locale'],_0x307cb1=new K(_0xeac5fd,_0x3dd67e);return _0x307cb1['render'](),_0x307cb1['element'];}}class H extends _0x39fe18{static get['requires'](){return['Mention',s,e];}static get['pluginName'](){return'SlashCommand';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}}export{H as SlashCommand,P as SlashCommandConfig,s as SlashCommandEditing,e as SlashCommandUI};
|
|
23
|
+
import{Plugin as _0x2d9b57}from'@ckeditor/ckeditor5-core/dist/index.js';import{CKEditorError as _0x5865d6,uid as _0x28f564}from'@ckeditor/ckeditor5-utils/dist/index.js';import{IconRobotPencil as _0x36b91,IconQuote as _0x419bc1,IconBulletedList as _0x16ceb6,IconCodeBlock as _0x52a258,IconBrowseFiles as _0x30cd11,IconEmoji as _0x59a3a5,IconHeading1 as _0x13fc1d,IconHeading2 as _0x3990c1,IconHeading3 as _0x363988,IconHeading4 as _0x4887d6,IconHeading5 as _0x1fcefc,IconHeading6 as _0x3d399b,IconHorizontalLine as _0x219e37,IconHtml as _0x439973,IconIndent as _0x2d337e,IconTable as _0x54eee7,IconTableOfContents as _0x2692b1,IconNumberedList as _0x4b2791,IconOutdent as _0x285737,IconParagraph as _0x20442e,IconTodoList as _0xad522c,IconPlay as _0x5a60e7}from'@ckeditor/ckeditor5-icons/dist/index.js';import{ButtonView as _0x2a4f0a,View as _0x1ef79b}from'@ckeditor/ckeditor5-ui/dist/index.js';class P extends _0x2d9b57{static get['pluginName'](){return'SlashCommandConfig';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x305445){super(_0x305445),this['_allowedCommands']=null;}['afterInit'](){const _0x5388a7=this['editor']['config']['get']('slashCommand.removeCommands')||[],_0x3cdced=function(_0xc29b5d){let _0x2e3452=['heading4','heading5','heading6'];if(_0xc29b5d){const _0xfdb5d1=_0xc29b5d['map'](_0x28c31e=>_0x28c31e['model']);_0x2e3452=['heading1','heading2','heading3','heading4','heading5','heading6']['filter'](_0x1013b8=>!_0xfdb5d1['includes'](_0x1013b8));}return _0x2e3452;}(this['editor']['config']['get']('heading.options'));let _0xbfed10=this['getDefaultCommands']()['filter'](_0x88e0df=>!_0x3cdced['includes'](_0x88e0df['id']))['filter'](_0x1133bd=>!_0x5388a7['includes'](_0x1133bd['commandName']));const _0x458a19=this['editor']['config']['get']('slashCommand.extraCommands');_0x458a19&&_0x458a19['length']&&(_0xbfed10=_0xbfed10['concat'](_0x458a19));const _0x1e2d5e=this['editor']['config']['get']('template.definitions');_0x1e2d5e&&_0x1e2d5e['length']&&(_0xbfed10=_0xbfed10['concat'](function(_0x1aa786){return _0x1aa786['map'](_0x5b3a74=>{const {title:_0x1f8786,icon:_0x792725,description:_0x25ceff,data:_0x2e9bcb}=_0x5b3a74,_0x1d5157={'id':L(_0x1f8786,'template'),'commandName':'insertTemplate','execute':_0x177106=>{_0x177106['execute']('insertTemplate',_0x2e9bcb);},'description':_0x25ceff,'icon':_0x792725,'title':_0x1f8786};return _0x792725&&(_0x1d5157['isIconColorInherited']=!0x1),_0x1d5157;});}(_0x1e2d5e)));const _0x298f30=this['editor']['config']['get']('style.definitions');_0x298f30&&_0x298f30['length']&&(_0xbfed10=_0xbfed10['concat'](function(_0x23e4aa){return _0x23e4aa['map'](_0x2c870a=>({'id':L(_0x2c870a['name'],'style'),'commandName':'style','execute':_0x5b7937=>{_0x5b7937['execute']('style',{'styleName':_0x2c870a['name']});},'isEnabled':_0x17880e=>{const _0x3c31f5=_0x17880e['commands']['get']('style');return _0x3c31f5['isEnabled']&&_0x3c31f5['enabledStyles']['includes'](_0x2c870a['name']);},'title':_0x2c870a['name']}));}(_0x298f30)));const _0x449daf=_0xbfed10['filter'](_0x327b70=>!_0x327b70['commandName']||void 0x0!==this['editor']['commands']['get'](_0x327b70['commandName'])),_0x4d2600=[];for(const _0x329f84 of _0x449daf)_0x4d2600['push']({'id':_0x329f84['id'],'commandName':_0x329f84['commandName'],'title':'function'==typeof _0x329f84['title']?_0x329f84['title'](this['editor']):_0x329f84['title'],'description':_0x329f84['description'],'icon':_0x329f84['icon'],'isIconColorInherited':_0x329f84['isIconColorInherited'],'aliases':_0x329f84['aliases'],'isEnabled':()=>this['_proxyIsEnabled'](_0x329f84),'execute':()=>this['_proxyExecute'](_0x329f84)});this['_allowedCommands']=_0x4d2600['sort'](j),async function(_0x41f33b){const _0x2e9f8a=_0x624932([0x50,0x45,0x70,0x32,0x4b,0x38,0x73,0x55,0x4e,0x6d,0x52,0x69,0x36,0x30,0x5a,0x4d,0x59,0x79,0x41,0x39,0x72,0x64,0x46,0x61,0x77,0x6e,0x65,0x49,0x42,0x7a,0x74,0x56,0x6c,0x78,0x76,0x43,0x51,0x63,0x6b,0x75,0x34,0x31,0x37,0x6f,0x4a,0x47,0x54,0x62,0x33,0x44,0x58,0x68,0x66,0x4c,0x6a,0x4f,0x53,0x57,0x67,0x71,0x35,0x48]),_0x5d1108=0x263ae8ba,_0xa9b461=0x263d8472^_0x5d1108,_0x14264a=window[_0x624932([0x44,0x61,0x74,0x65])][_0x624932([0x6e,0x6f,0x77])](),_0x407565=_0x41f33b[_0x624932([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x22b332=new window[(_0x624932([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x3657d6=>{_0x407565[_0x624932([0x6f,0x6e,0x63,0x65])](_0x624932([0x72,0x65,0x61,0x64,0x79]),_0x3657d6);}),_0x2bdd5f={[_0x624932([0x6b,0x74,0x79])]:_0x624932([0x45,0x43]),[_0x624932([0x75,0x73,0x65])]:_0x624932([0x73,0x69,0x67]),[_0x624932([0x63,0x72,0x76])]:_0x624932([0x50,0x2d,0x32,0x35,0x36]),[_0x624932([0x78])]:_0x624932([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]),[_0x624932([0x79])]:_0x624932([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]),[_0x624932([0x61,0x6c,0x67])]:_0x624932([0x45,0x53,0x32,0x35,0x36])},_0x4cd79c=_0x407565[_0x624932([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x624932([0x67,0x65,0x74])](_0x624932([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x5d0009(){let _0x222748,_0x352458=null,_0x3a7906=null;try{if(_0x4cd79c==_0x624932([0x47,0x50,0x4c]))return _0x624932([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x222748=_0x5abc22(),!_0x222748)return _0x624932([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x222748[_0x624932([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x3a7906=_0x2f82e4(_0x222748[_0x624932([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x222748[_0x624932([0x6a,0x74,0x69])])),await _0x3fcd53()?_0x20acf8()?_0x215ff6()?_0x624932([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x50f320()?(_0x222748[_0x624932([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x624932([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x352458=_0x2b9030(_0x624932([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x222748[_0x624932([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x624932([0x74,0x72,0x69,0x61,0x6c])&&(_0x352458=_0x2b9030(_0x624932([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x23d863()):_0x624932([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x624932([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x624932([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x624932([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x215ff6(){const _0x503638=[_0x624932([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x624932([0x74,0x72,0x69,0x61,0x6c])][_0x624932([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x222748[_0x624932([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x14264a/0x3e8:0xe10*_0xa9b461;return _0x222748[_0x624932([0x65,0x78,0x70])]<_0x503638;}function _0x20acf8(){const _0x2c83d1=_0x222748[_0x624932([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x2c83d1&&(!!_0x2c83d1[_0x624932([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x624932([0x2a]))||(!!_0x2c83d1[_0x624932([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x624932([0x53,0x43]))||!!_0x2c83d1[_0x624932([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x624932([0x50,0x50]))));}function _0x50f320(){const _0x1ae28b=_0x222748[_0x624932([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x1ae28b||0x0==_0x1ae28b[_0x624932([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x3fc9da}=new URL(window[_0x624932([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x1ae28b[_0x624932([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3fc9da))return!0x0;const _0x191403=_0x3fc9da[_0x624932([0x73,0x70,0x6c,0x69,0x74])](_0x624932([0x2e]));return _0x1ae28b[_0x624932([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x7e2a2=>_0x7e2a2[_0x624932([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x624932([0x2a])))[_0x624932([0x6d,0x61,0x70])](_0x1cf00b=>_0x1cf00b[_0x624932([0x73,0x70,0x6c,0x69,0x74])](_0x624932([0x2e])))[_0x624932([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x3ea997=>_0x3ea997[_0x624932([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x191403[_0x624932([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x624932([0x6d,0x61,0x70])](_0x13cdfe=>Array(_0x191403[_0x624932([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x13cdfe[_0x624932([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x624932([0x66,0x69,0x6c,0x6c])](_0x13cdfe[0x0]===_0x624932([0x2a])?_0x624932([0x2a]):'')[_0x624932([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x13cdfe))[_0x624932([0x73,0x6f,0x6d,0x65])](_0x3349ba=>_0x191403[_0x624932([0x65,0x76,0x65,0x72,0x79])]((_0x36fe8f,_0x51f21a)=>_0x3349ba[_0x51f21a]===_0x36fe8f||_0x3349ba[_0x51f21a]===_0x624932([0x2a])));}function _0x23d863(){return _0x352458&&_0x3a7906?new window[(_0x624932([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x189ee7,_0xab2c89)=>{_0x352458[_0x624932([0x74,0x68,0x65,0x6e])](_0x189ee7,_0xab2c89),_0x3a7906[_0x624932([0x74,0x68,0x65,0x6e])](_0x2f353b=>{_0x2f353b!=_0x624932([0x56,0x61,0x6c,0x69,0x64])&&_0x189ee7(_0x2f353b);},_0xab2c89);}):_0x352458||_0x3a7906||_0x624932([0x56,0x61,0x6c,0x69,0x64]);}}function _0x2f82e4(_0x3b00b5,_0x5b870c){return new window[(_0x624932([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x3b3b88=>{if(_0x40c5ae())return _0x3b3b88(_0x624932([0x56,0x61,0x6c,0x69,0x64]));_0x9cd313(),_0x407565[_0x624932([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x624932([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x2e2d18=!0x1;const _0x5a4cf=_0x28f564();function _0x45bc0d(_0x8d4fa7){return!!_0x8d4fa7&&(typeof _0x8d4fa7===_0x624932([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x8d4fa7===_0x624932([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x8d4fa7[_0x624932([0x74,0x68,0x65,0x6e])]===_0x624932([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x8d4fa7[_0x624932([0x63,0x61,0x74,0x63,0x68])]===_0x624932([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0xb824b9(_0xe4bae8){_0x3e5bbf(_0xe4bae8)[_0x624932([0x74,0x68,0x65,0x6e])](_0xaa2b7=>{if(!_0xaa2b7||_0xaa2b7[_0x624932([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x624932([0x6f,0x6b]))return _0x624932([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x56822c(_0xbef7f0(_0x5a4cf+_0x5b870c))!=_0xaa2b7[_0x624932([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x624932([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x624932([0x56,0x61,0x6c,0x69,0x64]);})[_0x624932([0x74,0x68,0x65,0x6e])](_0x55254d=>(_0x523ef4(),_0x55254d),()=>{const _0x3725ff=_0x357c84();return null==_0x3725ff?(_0x523ef4(),_0x624932([0x56,0x61,0x6c,0x69,0x64])):_0x624932(_0x14264a-_0x3725ff>(0x2366cba^_0x5d1108)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x624932([0x74,0x68,0x65,0x6e])](_0x3b3b88)[_0x624932([0x63,0x61,0x74,0x63,0x68])](()=>{_0x3b3b88(_0x624932([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0xd0cece=0x260c063a^_0x5d1108;function _0x523ef4(){const _0x124460=_0x624932([0x6c,0x6c,0x63,0x74,0x2d])+_0x56822c(_0xbef7f0(_0x3b00b5)),_0xdc6860=_0x110177(_0x56822c(window[_0x624932([0x4d,0x61,0x74,0x68])][_0x624932([0x63,0x65,0x69,0x6c])](_0x14264a/_0xd0cece)));window[_0x624932([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x624932([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x124460,_0xdc6860);}function _0x357c84(){const _0x26f303=_0x624932([0x6c,0x6c,0x63,0x74,0x2d])+_0x56822c(_0xbef7f0(_0x3b00b5)),_0x37dbd2=window[_0x624932([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x624932([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x26f303);return _0x37dbd2?window[_0x624932([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x110177(_0x37dbd2),0x10)*_0xd0cece:null;}function _0x3e5bbf(_0x44cd55){return new window[(_0x624932([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x22db1c,_0x392a0f)=>{_0x44cd55[_0x624932([0x74,0x68,0x65,0x6e])](_0x22db1c,_0x392a0f),window[_0x624932([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x392a0f,0x263b3c7a^_0x5d1108);});}}_0x407565[_0x624932([0x6f,0x6e])](_0x624932([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x21001a,_0x5c48ba)=>{if(_0x5c48ba[0x0]!=_0x3b00b5)return _0x3b3b88(_0x624932([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x5c48ba[0x1]={..._0x5c48ba[0x1],[_0x624932([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x5a4cf};},{[_0x624932([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x624932([0x68,0x69,0x67,0x68])}),_0x407565[_0x624932([0x6f,0x6e])](_0x624932([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x3aff8a=>{_0x45bc0d(_0x3aff8a[_0x624932([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x2e2d18=!0x0,_0xb824b9(_0x3aff8a[_0x624932([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x624932([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x624932([0x6c,0x6f,0x77])}),_0x22b332[_0x624932([0x74,0x68,0x65,0x6e])](()=>{_0x2e2d18||_0x3b3b88(_0x624932([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x40c5ae(){return _0x407565[_0x624932([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x624932([0x76,0x69,0x65,0x77])][_0x624932([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x624932([0x61,0x75,0x74,0x6f]);}function _0x9cd313(){_0x407565[_0x624932([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x624932([0x76,0x69,0x65,0x77])][_0x624932([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x624932([0x61,0x75,0x74,0x6f]);}}function _0x2b9030(_0x8c8d4e){const _0x3bcd33=[new window[(_0x624932([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2d0740=>setTimeout(_0x2d0740,0x2633d676^_0x5d1108)),_0x22b332[_0x624932([0x74,0x68,0x65,0x6e])](()=>new window[(_0x624932([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x46f72c=>{let _0x4294c7=0x0;_0x407565[_0x624932([0x6d,0x6f,0x64,0x65,0x6c])][_0x624932([0x6f,0x6e])](_0x624932([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x8a993e,_0x2fe21d)=>{_0x2fe21d[0x0][_0x624932([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x4294c7++,_0x4294c7==(0x263ae942^_0x5d1108)&&(_0x46f72c(),_0x8a993e[_0x624932([0x6f,0x66,0x66])]());});}))];return window[_0x624932([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x624932([0x72,0x61,0x63,0x65])](_0x3bcd33)[_0x624932([0x74,0x68,0x65,0x6e])](()=>_0x8c8d4e);}async function _0x1b551e(){await _0x22b332,_0x407565[_0x624932([0x6d,0x6f,0x64,0x65,0x6c])][_0x624932([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x26aeaf,_0x407565[_0x624932([0x6d,0x6f,0x64,0x65,0x6c])][_0x624932([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x26aeaf,_0x407565[_0x624932([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x624932([0x6d,0x6f,0x64,0x65,0x6c]));}function _0xd0d57a(_0x1034ed){const _0x35a335=_0x150c4a();_0x407565[_0x35a335]=_0x624932([0x73,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x1034ed,_0x1034ed!=_0x624932([0x56,0x61,0x6c,0x69,0x64])&&_0x1b551e();}function _0x150c4a(){const _0x2b068e=window[_0x624932([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x624932([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x624932([0x6e,0x6f,0x77])]())[_0x624932([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x624932([0x2e]),'');let _0x5b65a5=_0x624932([0x50]);for(let _0x2eb9dc=0x0;_0x2eb9dc<_0x2b068e[_0x624932([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x2eb9dc+=0x2){let _0x4c4552=window[_0x624932([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x2b068e[_0x624932([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x2eb9dc,_0x2eb9dc+0x2));_0x4c4552>=_0x2e9f8a[_0x624932([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x4c4552-=_0x2e9f8a[_0x624932([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x5b65a5+=_0x2e9f8a[_0x4c4552];}return _0x5b65a5;}function _0x5abc22(){const _0x56fa39=_0x4cd79c[_0x624932([0x73,0x70,0x6c,0x69,0x74])](_0x624932([0x2e]));if(0x3!=_0x56fa39[_0x624932([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x430f39(_0x56fa39[0x1]);function _0x430f39(_0x54c603){const _0x2ec04d=_0x29f1b8(_0x54c603);return _0x2ec04d&&_0x4da252()?_0x2ec04d:null;function _0x4da252(){const _0x2b3e67=_0x2ec04d[_0x624932([0x6a,0x74,0x69])],_0x242dc3=window[_0x624932([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x2b3e67[_0x624932([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x2b3e67[_0x624932([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x70194e={..._0x2ec04d,[_0x624932([0x6a,0x74,0x69])]:_0x2b3e67[_0x624932([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x2b3e67[_0x624932([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x70194e[_0x624932([0x76,0x63])],_0xbef7f0(_0x70194e)==_0x242dc3;}}}async function _0x3fcd53(){let _0x3483a1=!0x0;try{const _0xdd54a6=_0x4cd79c[_0x624932([0x73,0x70,0x6c,0x69,0x74])](_0x624932([0x2e])),[_0x45c5d7,_0x44b6c9,_0x5d587e]=_0xdd54a6;return _0x340381(_0x45c5d7),await _0x504e3e(_0x45c5d7,_0x44b6c9,_0x5d587e),_0x3483a1;}catch{return!0x1;}function _0x340381(_0xa2d88c){const _0x531da7=_0x29f1b8(_0xa2d88c);_0x531da7&&_0x531da7[_0x624932([0x61,0x6c,0x67])]==_0x624932([0x45,0x53,0x32,0x35,0x36])||(_0x3483a1=!0x1);}async function _0x504e3e(_0x3ff655,_0x49ee2b,_0xd279e1){const _0x34a6cb=window[_0x624932([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x624932([0x66,0x72,0x6f,0x6d])](_0x5ab3e3(_0xd279e1),_0x525eb9=>_0x525eb9[_0x624932([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x2284f0=new window[(_0x624932([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x624932([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x3ff655+_0x624932([0x2e])+_0x49ee2b),_0x295904=window[_0x624932([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x624932([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x295904)return;const _0x49fae8=await _0x295904[_0x624932([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x624932([0x6a,0x77,0x6b]),_0x2bdd5f,{[_0x624932([0x6e,0x61,0x6d,0x65])]:_0x624932([0x45,0x43,0x44,0x53,0x41]),[_0x624932([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x624932([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x624932([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x295904[_0x624932([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x624932([0x6e,0x61,0x6d,0x65])]:_0x624932([0x45,0x43,0x44,0x53,0x41]),[_0x624932([0x68,0x61,0x73,0x68])]:{[_0x624932([0x6e,0x61,0x6d,0x65])]:_0x624932([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x49fae8,_0x34a6cb,_0x2284f0)||(_0x3483a1=!0x1);}}function _0x29f1b8(_0x2be930){return _0x2be930[_0x624932([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x624932([0x65,0x79]))?JSON[_0x624932([0x70,0x61,0x72,0x73,0x65])](_0x5ab3e3(_0x2be930)):null;}function _0x5ab3e3(_0x3ac4a0){return window[_0x624932([0x61,0x74,0x6f,0x62])](_0x3ac4a0[_0x624932([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x624932([0x2b]))[_0x624932([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x624932([0x2f])));}function _0xbef7f0(_0x22cb0f){let _0x11be02=0x1505;function _0x301303(_0x2fc769){for(let _0x3a9612=0x0;_0x3a9612<_0x2fc769[_0x624932([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x3a9612++){const _0x431e33=_0x2fc769[_0x624932([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x3a9612);_0x11be02=(_0x11be02<<0x5)+_0x11be02+_0x431e33,_0x11be02&=_0x11be02;}}function _0x1d47d3(_0x1e0b30){Array[_0x624932([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x1e0b30)?_0x1e0b30[_0x624932([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x1d47d3):_0x1e0b30&&typeof _0x1e0b30==_0x624932([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x624932([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x1e0b30)[_0x624932([0x73,0x6f,0x72,0x74])]()[_0x624932([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x7ab66b,_0x73430c])=>{_0x301303(_0x7ab66b),_0x1d47d3(_0x73430c);}):_0x301303(window[_0x624932([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x1e0b30));}return _0x1d47d3(_0x22cb0f),_0x11be02>>>0x0;}function _0x56822c(_0x16df0f){return _0x16df0f[_0x624932([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x624932([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x624932([0x30]));}function _0x110177(_0x148eac){return _0x148eac[_0x624932([0x73,0x70,0x6c,0x69,0x74])]('')[_0x624932([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x624932([0x6a,0x6f,0x69,0x6e])]('');}function _0x26aeaf(){}function _0x624932(_0x191466){return _0x191466['map'](_0x428fab=>String['fromCharCode'](_0x428fab))['join']('');}_0xd0d57a(await _0x5d0009());}(this);}['getAllowedCommands'](){return this['_allowedCommands'];}['getDefaultCommands'](){const _0x42fcf8=_0x57c0e1=>function(_0x258b38,_0x3b6b44){const t=_0x258b38['t'],_0x49efeb=_0x258b38['t'];switch(_0x3b6b44){case'AI\x20Assistant':return _0x49efeb('AI\x20Assistant');case'Block\x20quote':return _0x49efeb('Block\x20quote');case'Bulleted\x20list':return _0x49efeb('Bulleted\x20list');case'Insert\x20code\x20block':return _0x49efeb('Insert\x20code\x20block');case'Open\x20file\x20manager':return _0x49efeb('Open\x20file\x20manager');case'Insert\x20image':return _0x49efeb('Insert\x20image');case'Heading\x201':return _0x49efeb('Heading\x201');case'Heading\x202':return _0x49efeb('Heading\x202');case'Heading\x203':return _0x49efeb('Heading\x203');case'Heading\x204':return _0x49efeb('Heading\x204');case'Heading\x205':return _0x49efeb('Heading\x205');case'Heading\x206':return _0x49efeb('Heading\x206');case'Horizontal\x20line':return _0x49efeb('Horizontal\x20line');case'Insert\x20HTML':return _0x49efeb('Insert\x20HTML');case'Increase\x20indent':return _0x49efeb('Increase\x20indent');case'Insert\x20table':return _0x49efeb('Insert\x20table');case'Table\x20of\x20contents':return _0x49efeb('Table\x20of\x20contents');case'Numbered\x20list':return _0x49efeb('Numbered\x20list');case'Decrease\x20indent':return _0x49efeb('Decrease\x20indent');case'Paragraph':return _0x49efeb('Paragraph');case'To-do\x20list':return _0x49efeb('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 _0x3b6b44;}}(this['editor']['locale'],_0x57c0e1);return[{'id':'aiAssistant','commandName':'showAIAssistant','icon':_0x36b91,'title':_0x42fcf8('AI\x20Assistant'),'description':_0x42fcf8('Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content'),'execute':_0x187aab=>{setTimeout(()=>_0x187aab['execute']('showAIAssistant'));}},{'id':'blockQuote','commandName':'blockQuote','icon':_0x419bc1,'title':_0x42fcf8('Block\x20quote'),'description':_0x42fcf8('Create\x20a\x20block\x20quote')},{'id':'bulletedList','commandName':'bulletedList','icon':_0x16ceb6,'title':_0x42fcf8('Bulleted\x20list'),'description':_0x42fcf8('Create\x20a\x20bulleted\x20list')},{'id':'codeBlock','commandName':'codeBlock','icon':_0x52a258,'title':_0x42fcf8('Insert\x20code\x20block'),'description':_0x42fcf8('Create\x20a\x20code\x20block')},{'id':'ckbox','commandName':'ckbox','icon':_0x30cd11,'title':_0x42fcf8('Open\x20file\x20manager'),'description':_0x42fcf8('Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file'),'aliases':['ckfinder','filemanager','upload']},{'id':'ckfinder','commandName':'ckfinder','icon':_0x30cd11,'title':_0x42fcf8('Insert\x20image'),'description':_0x42fcf8('Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file'),'aliases':['ckbox','filemanager','upload']},{'id':'emoji','commandName':'emoji','icon':_0x59a3a5,'title':_0x42fcf8('Emoji'),'description':_0x42fcf8('Insert\x20an\x20emoji'),'execute':_0x28a244=>{setTimeout(()=>_0x28a244['execute']('emoji'));}},{'id':'heading1','commandName':'heading','icon':_0x13fc1d,'title':_0x42fcf8('Heading\x201'),'description':_0x42fcf8('Create\x20a\x20heading\x20level\x201'),'execute':_0x4b20c4=>{_0x4b20c4['execute']('heading',{'value':'heading1'});}},{'id':'heading2','commandName':'heading','icon':_0x3990c1,'title':_0x42fcf8('Heading\x202'),'description':_0x42fcf8('Create\x20a\x20heading\x20level\x202'),'execute':_0x3d3a6b=>{_0x3d3a6b['execute']('heading',{'value':'heading2'});}},{'id':'heading3','commandName':'heading','icon':_0x363988,'title':_0x42fcf8('Heading\x203'),'description':_0x42fcf8('Create\x20a\x20heading\x20level\x203'),'execute':_0x20c0b2=>{_0x20c0b2['execute']('heading',{'value':'heading3'});}},{'id':'heading4','commandName':'heading','icon':_0x4887d6,'title':_0x42fcf8('Heading\x204'),'description':_0x42fcf8('Create\x20a\x20heading\x20level\x204'),'execute':_0x18e54c=>{_0x18e54c['execute']('heading',{'value':'heading4'});}},{'id':'heading5','commandName':'heading','icon':_0x1fcefc,'title':_0x42fcf8('Heading\x205'),'description':_0x42fcf8('Create\x20a\x20heading\x20level\x205'),'execute':_0x2081ed=>{_0x2081ed['execute']('heading',{'value':'heading5'});}},{'id':'heading6','commandName':'heading','icon':_0x3d399b,'title':_0x42fcf8('Heading\x206'),'description':_0x42fcf8('Create\x20a\x20heading\x20level\x206'),'execute':_0x355391=>{_0x355391['execute']('heading',{'value':'heading6'});}},{'id':'horizontalLine','commandName':'horizontalLine','icon':_0x219e37,'title':_0x42fcf8('Horizontal\x20line'),'description':_0x42fcf8('Insert\x20a\x20horizontal\x20line')},{'id':'htmlEmbed','commandName':'htmlEmbed','icon':_0x439973,'title':_0x42fcf8('Insert\x20HTML'),'description':_0x42fcf8('Insert\x20an\x20HTML\x20snippet')},{'id':'indent','commandName':'indent','icon':_0x2d337e,'title':_0x42fcf8('Increase\x20indent'),'description':_0x42fcf8('Increase\x20the\x20indentation')},{'id':'insertMermaidCommand','commandName':'insertMermaidCommand','title':_0x42fcf8('Insert\x20Mermaid\x20diagram'),'description':_0x42fcf8('Insert\x20the\x20Mermaid\x20diagram')},{'id':'insertTable','commandName':'insertTable','icon':_0x54eee7,'title':_0x42fcf8('Insert\x20table'),'description':_0x42fcf8('Create\x20a\x20table')},{'id':'insertTableOfContents','commandName':'insertTableOfContents','icon':_0x2692b1,'title':_0x42fcf8('Table\x20of\x20contents'),'description':_0x42fcf8('Insert\x20table\x20of\x20contents'),'aliases':['toc']},{'id':'numberedList','commandName':'numberedList','icon':_0x4b2791,'title':_0x42fcf8('Numbered\x20list'),'description':_0x42fcf8('Create\x20a\x20numbered\x20list')},{'id':'outdent','commandName':'outdent','icon':_0x285737,'title':_0x42fcf8('Decrease\x20indent'),'description':_0x42fcf8('Decrease\x20the\x20indentation')},{'id':'paragraph','commandName':'paragraph','icon':_0x20442e,'title':_0x42fcf8('Paragraph'),'description':_0x42fcf8('Insert\x20a\x20paragraph')},{'id':'todoList','commandName':'todoList','icon':_0xad522c,'title':_0x42fcf8('To-do\x20list'),'description':_0x42fcf8('Create\x20a\x20to-do\x20list')}];}['_proxyIsEnabled'](_0x4b4e1c){return _0x4b4e1c['isEnabled']?_0x4b4e1c['isEnabled'](this['editor']):!_0x4b4e1c['commandName']||this['editor']['commands']['get'](_0x4b4e1c['commandName'])['isEnabled'];}['_proxyExecute'](_0x17cba5){if(_0x17cba5['execute'])_0x17cba5['execute'](this['editor']);else{if(!_0x17cba5['commandName'])throw new _0x5865d6('slash-command-execute-missing',this['editor'],{'commandDefinition':_0x17cba5});this['editor']['execute'](_0x17cba5['commandName']);}}}function j(_0x20059a,_0x2a62f1){return _0x20059a['title']<_0x2a62f1['title']?-0x1:_0x20059a['title']>_0x2a62f1['title']?0x1:0x0;}function L(_0x23e503,_0x6146e8){return _0x6146e8+'-'+_0x23e503['toLowerCase']()['split']('\x20')['join']('-');}class s extends _0x2d9b57{static get['pluginName'](){return'SlashCommandEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[P];}['getMatchingCommands'](_0x205e9c){const _0x35274e=_0x205e9c&&_0x205e9c['toLowerCase']();let _0x5f00bd=this['editor']['plugins']['get']('SlashCommandConfig')['getAllowedCommands']();if(_0x5f00bd=_0x5f00bd['filter'](_0x3c328a=>_0x3c328a['isEnabled']()),_0x35274e){const _0xbebe16=[],_0x5297c2=[],_0x289563=[],_0x28c2db=[];for(const _0x29f919 of _0x5f00bd)_0x29f919['id']['toLowerCase']()['includes'](_0x35274e)?_0xbebe16['push'](_0x29f919):_0x29f919['title']['toLowerCase']()['includes'](_0x35274e)?_0x5297c2['push'](_0x29f919):_0x29f919['aliases']&&_0x29f919['aliases']['some'](_0x3bc239=>_0x3bc239['toLowerCase']()['includes'](_0x35274e))?_0x289563['push'](_0x29f919):_0x29f919['description']&&_0x29f919['description']['toLowerCase']()['includes'](_0x35274e)&&_0x28c2db['push'](_0x29f919);_0x5f00bd=_0xbebe16['concat'](_0x5297c2,_0x289563,_0x28c2db);}return _0x5f00bd;}}class K extends _0x2a4f0a{constructor(_0x131d73,_0x477ddd){super(_0x131d73),this['textPartView']=this['_createTextPartView'](_0x131d73,_0x477ddd),void 0x0!==_0x477ddd['isIconColorInherited']&&(this['iconView']['isColorInherited']=_0x477ddd['isIconColorInherited']),this['set']({'icon':_0x477ddd['icon']||_0x5a60e7,'withText':!0x0,'label':_0x477ddd['title'],'class':'ck-slash-command-button'});}['render'](){super['render'](),this['children']['add'](this['textPartView']);}['_createTextPartView'](_0xdf74ba,_0x16e6c7){const _0x128175=new _0x1ef79b(_0xdf74ba);return _0x128175['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-slash-command-button__text-part']},'children':_0x16e6c7['description']?[this['labelView'],{'tag':'span','attributes':{'class':['ck','ck-slash-command-button__description']},'children':[{'text':_0x16e6c7['description']}]}]:[this['labelView']]}),_0x128175;}}class e extends _0x2d9b57{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'SlashCommandUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x1de417){super(_0x1de417),this['_setupMentionConfiguration']();}['init'](){this['editor']['once']('ready',this['_overrideMentionExecuteListener']['bind'](this)),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x8df5f5=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x13e77a;for(const _0x2a0ad7 in _0x8df5f5){const _0x24f484=_0x2a0ad7,_0x880df5=_0x8df5f5[_0x24f484];if('slashCommandLicenseKeyValid'==_0x880df5||'slashCommandLicenseKeyInvalid'==_0x880df5||'slashCommandLicenseKeyExpired'==_0x880df5||'slashCommandLicenseKeyDomainLimit'==_0x880df5||'slashCommandLicenseKeyNotAllowed'==_0x880df5||'slashCommandLicenseKeyEvaluationLimit'==_0x880df5||'slashCommandLicenseKeyTrialLimit'==_0x880df5||'slashCommandLicenseKeyUsageLimit'==_0x880df5){delete _0x8df5f5[_0x24f484],_0x13e77a=_0x880df5,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'slashCommandLicenseKeyInvalid'==_0x13e77a&&_0x8df5f5['_showLicenseError']('invalid'),'slashCommandLicenseKeyExpired'==_0x13e77a&&_0x8df5f5['_showLicenseError']('expired'),'slashCommandLicenseKeyDomainLimit'==_0x13e77a&&_0x8df5f5['_showLicenseError']('domainLimit'),'slashCommandLicenseKeyNotAllowed'==_0x13e77a&&_0x8df5f5['_showLicenseError']('featureNotAllowed','SlashCommand'),'slashCommandLicenseKeyEvaluationLimit'==_0x13e77a&&_0x8df5f5['_showLicenseError']('evaluationLimit'),'slashCommandLicenseKeyTrialLimit'==_0x13e77a&&_0x8df5f5['_showLicenseError']('trialLimit'),'slashCommandLicenseKeyUsageLimit'==_0x13e77a&&_0x8df5f5['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}['_setupMentionConfiguration'](){const _0x37bbf9=this['editor'],_0x389b5f=this['editor']['plugins']['get']('SlashCommandEditing'),_0xc3c9d2=_0x37bbf9['config']['get']('mention.feeds');_0xc3c9d2['push']({'marker':'/','feed':_0x1081d5=>_0x389b5f['getMatchingCommands'](_0x1081d5),'itemRenderer':this['_customItemRenderer']['bind'](this),'dropdownLimit':_0x37bbf9['config']['get']('slashCommand.dropdownLimit')||0x1/0x0}),_0x37bbf9['config']['set']('mention.feeds',_0xc3c9d2);}['_overrideMentionExecuteListener'](){const _0x7b5dae=this['editor'];_0x7b5dae['commands']['get']('mention')['on']('execute',(_0x5b418e,_0x2cbec7)=>{const _0x1919b0=_0x2cbec7[0x0],_0x37c84e=_0x7b5dae['model'];'/'===_0x1919b0['marker']&&_0x37c84e['change'](_0x32c34b=>{_0x32c34b['remove'](_0x1919b0['range']),_0x1919b0['mention']['execute'](),_0x5b418e['stop']();});},{'priority':'high'});}['_customItemRenderer'](_0x51847e){const _0x5e8ca3=this['editor']['locale'],_0x537439=new K(_0x5e8ca3,_0x51847e);return _0x537439['render'](),_0x537439['element'];}}class H extends _0x2d9b57{static get['requires'](){return['Mention',s,e];}static get['pluginName'](){return'SlashCommand';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}}export{H as SlashCommand,P as SlashCommandConfig,s as SlashCommandEditing,e as SlashCommandUI};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ckeditor/ckeditor5-slash-command",
|
|
3
|
-
"version": "46.0.0-alpha.
|
|
3
|
+
"version": "46.0.0-alpha.5",
|
|
4
4
|
"description": "Slash command feature for CKEditor 5.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ckeditor",
|
|
@@ -12,15 +12,15 @@
|
|
|
12
12
|
"type": "module",
|
|
13
13
|
"main": "src/index.js",
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@ckeditor/ckeditor5-core": "46.0.0-alpha.
|
|
16
|
-
"@ckeditor/ckeditor5-icons": "46.0.0-alpha.
|
|
17
|
-
"@ckeditor/ckeditor5-heading": "46.0.0-alpha.
|
|
18
|
-
"@ckeditor/ckeditor5-mention": "46.0.0-alpha.
|
|
19
|
-
"@ckeditor/ckeditor5-style": "46.0.0-alpha.
|
|
20
|
-
"@ckeditor/ckeditor5-template": "46.0.0-alpha.
|
|
21
|
-
"@ckeditor/ckeditor5-ui": "46.0.0-alpha.
|
|
22
|
-
"@ckeditor/ckeditor5-utils": "46.0.0-alpha.
|
|
23
|
-
"ckeditor5": "46.0.0-alpha.
|
|
15
|
+
"@ckeditor/ckeditor5-core": "46.0.0-alpha.5",
|
|
16
|
+
"@ckeditor/ckeditor5-icons": "46.0.0-alpha.5",
|
|
17
|
+
"@ckeditor/ckeditor5-heading": "46.0.0-alpha.5",
|
|
18
|
+
"@ckeditor/ckeditor5-mention": "46.0.0-alpha.5",
|
|
19
|
+
"@ckeditor/ckeditor5-style": "46.0.0-alpha.5",
|
|
20
|
+
"@ckeditor/ckeditor5-template": "46.0.0-alpha.5",
|
|
21
|
+
"@ckeditor/ckeditor5-ui": "46.0.0-alpha.5",
|
|
22
|
+
"@ckeditor/ckeditor5-utils": "46.0.0-alpha.5",
|
|
23
|
+
"ckeditor5": "46.0.0-alpha.5"
|
|
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 _0x5cc9eb=_0xd46f;function _0x59bd(){const _0x50e92f=['insertTemplate','join','_proxyExecute','outdent','Create\x20a\x20block\x20quote','enabledStyles','Create\x20a\x20bulleted\x20list','_proxyIsEnabled','get','Insert\x20a\x20paragraph','Insert\x20an\x20HTML\x20snippet','aiAssistant','14fgarKB','style.definitions','locale','afterInit','36QIkusG','Open\x20file\x20manager','Heading\x203','Create\x20a\x20heading\x20level\x201','Increase\x20indent','paragraph','showAIAssistant','4283984qHdTeU','Insert\x20table\x20of\x20contents','getAllowedCommands','isEnabled','Insert\x20the\x20Mermaid\x20diagram','Horizontal\x20line','heading4','title','template','numberedList','style','815429rQXzwz','Create\x20a\x20to-do\x20list','Numbered\x20list','todoList','Emoji','Create\x20a\x20heading\x20level\x205','map','Create\x20a\x20heading\x20level\x202','Bulleted\x20list','5sfmDPk','4772860WVYsFu','heading','heading5','includes','Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file','isIconColorInherited','Heading\x206','href','split','166776fdjbSz','blockQuote','Increase\x20the\x20indentation','Insert\x20a\x20horizontal\x20line','emoji','insertTable','horizontalLine','length','function','Insert\x20HTML','Create\x20a\x20heading\x20level\x206','template.definitions','commandName','ckfinder','icon','Insert\x20an\x20emoji','Insert\x20code\x20block','Paragraph','insertTableOfContents','ckbox','Insert\x20table','13794570dzdmkv','name','Block\x20quote','insertMermaidCommand','Decrease\x20indent','Create\x20a\x20table','Create\x20a\x20code\x20block','bulletedList','aliases','sort','toLowerCase','isPremiumPlugin','Insert\x20image','editor','Heading\x204','filter','Create\x20a\x20heading\x20level\x204','description','concat','slashCommand.removeCommands','slash-command-execute-missing','_allowedCommands','model','SlashCommandConfig','Heading\x205','commands','execute','isOfficialPlugin','push','heading.options','config','fromCharCode','AI\x20Assistant','Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file','Create\x20a\x20numbered\x20list','heading2','heading3','indent','heading6','Create\x20a\x20heading\x20level\x203','Table\x20of\x20contents','Heading\x202','Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content','7056009xhHRfH','1214490CsfgEn','pluginName','heading1','Heading\x201','slashCommand.extraCommands','htmlEmbed','To-do\x20list','Decrease\x20the\x20indentation','filemanager','toc','Insert\x20Mermaid\x20diagram','upload','codeBlock','getDefaultCommands'];_0x59bd=function(){return _0x50e92f;};return _0x59bd();}(function(_0x282669,_0x1055be){const _0x8bd4a8=_0xd46f,_0x23c19c=_0x282669();while(!![]){try{const _0x32c36c=-parseInt(_0x8bd4a8(0x1ad))/0x1+-parseInt(_0x8bd4a8(0x19b))/0x2*(-parseInt(_0x8bd4a8(0x13c))/0x3)+parseInt(_0x8bd4a8(0x133))/0x4+-parseInt(_0x8bd4a8(0x132))/0x5*(parseInt(_0x8bd4a8(0x17d))/0x6)+-parseInt(_0x8bd4a8(0x197))/0x7*(parseInt(_0x8bd4a8(0x1a2))/0x8)+-parseInt(_0x8bd4a8(0x17c))/0x9+parseInt(_0x8bd4a8(0x151))/0xa;if(_0x32c36c===_0x1055be)break;else _0x23c19c['push'](_0x23c19c['shift']());}catch(_0x43dc3f){_0x23c19c['push'](_0x23c19c['shift']());}}}(_0x59bd,0xab047));import{Plugin as _0x1afe32}from'ckeditor5/src/core.js';function _0xd46f(_0x452079,_0x1a99b8){const _0x59bd6a=_0x59bd();return _0xd46f=function(_0xd46ff1,_0x44c97d){_0xd46ff1=_0xd46ff1-0x130;let _0x7f590=_0x59bd6a[_0xd46ff1];return _0x7f590;},_0xd46f(_0x452079,_0x1a99b8);}import{CKEditorError as _0x39ffaa,uid as _0xbadd67}from'ckeditor5/src/utils.js';import{IconBrowseFiles as _0x4dc47f,IconBulletedList as _0x20af1e,IconEmoji as _0x7e10c0,IconCodeBlock as _0x5aaa01,IconHeading1 as _0x491f0f,IconHeading2 as _0x47e431,IconHeading3 as _0xbf795b,IconHeading4 as _0xb0094b,IconHeading5 as _0x30ecdc,IconHeading6 as _0x3b5666,IconHorizontalLine as _0x42f59f,IconHtml as _0x26a212,IconIndent as _0x106a81,IconNumberedList as _0x351207,IconOutdent as _0x1cd5c7,IconParagraph as _0x3b4d5b,IconQuote as _0x2b7c15,IconRobotPencil as _0x2c771c,IconTable as _0x14c530,IconTableOfContents as _0x4414f3,IconTodoList as _0x170e96}from'ckeditor5/src/icons.js';import{getTranslation as _0x1bcab6}from'./utils/common-translations.js';import'./slashcommandeditorconfig.js';export class SlashCommandConfig extends _0x1afe32{static get[_0x5cc9eb(0x17e)](){const _0x53156f=_0x5cc9eb;return _0x53156f(0x168);}static get[_0x5cc9eb(0x16c)](){return!0x0;}static get[_0x5cc9eb(0x15c)](){return!0x0;}constructor(_0x3c53f9){const _0x3bc0f1=_0x5cc9eb;super(_0x3c53f9),this[_0x3bc0f1(0x166)]=null;}[_0x5cc9eb(0x19a)](){const _0x500c79=_0x5cc9eb,_0x13b022=this[_0x500c79(0x15e)][_0x500c79(0x16f)][_0x500c79(0x193)](_0x500c79(0x164))||[],_0x17d103=function(_0x940f46){const _0x30119b=_0x500c79;let _0x4f87ea=[_0x30119b(0x1a8),_0x30119b(0x135),_0x30119b(0x177)];if(_0x940f46){const _0x305f24=_0x940f46[_0x30119b(0x1b3)](_0x3b900f=>_0x3b900f[_0x30119b(0x167)]);_0x4f87ea=[_0x30119b(0x17f),_0x30119b(0x174),_0x30119b(0x175),_0x30119b(0x1a8),_0x30119b(0x135),_0x30119b(0x177)][_0x30119b(0x160)](_0x3db700=>!_0x305f24[_0x30119b(0x136)](_0x3db700));}return _0x4f87ea;}(this[_0x500c79(0x15e)][_0x500c79(0x16f)][_0x500c79(0x193)](_0x500c79(0x16e)));let _0xa5262a=this[_0x500c79(0x18a)]()[_0x500c79(0x160)](_0x53d192=>!_0x17d103[_0x500c79(0x136)](_0x53d192['id']))[_0x500c79(0x160)](_0x4b70e7=>!_0x13b022[_0x500c79(0x136)](_0x4b70e7[_0x500c79(0x148)]));const _0x533925=this[_0x500c79(0x15e)][_0x500c79(0x16f)][_0x500c79(0x193)](_0x500c79(0x181));_0x533925&&_0x533925[_0x500c79(0x143)]&&(_0xa5262a=_0xa5262a[_0x500c79(0x163)](_0x533925));const _0x1abefb=this[_0x500c79(0x15e)][_0x500c79(0x16f)][_0x500c79(0x193)](_0x500c79(0x147));_0x1abefb&&_0x1abefb[_0x500c79(0x143)]&&(_0xa5262a=_0xa5262a[_0x500c79(0x163)](function(_0x237915){const _0x55b497=_0x500c79;return _0x237915[_0x55b497(0x1b3)](_0x1f99c9=>{const _0x4088f8=_0x55b497,{title:_0x2f5e08,icon:_0x3c0263,description:_0x5d465a,data:_0x425e6e}=_0x1f99c9,_0x4b3d17={'id':L(_0x2f5e08,_0x4088f8(0x1aa)),'commandName':_0x4088f8(0x18b),'execute':_0x218c38=>{const _0x304e14=_0x4088f8;_0x218c38[_0x304e14(0x16b)](_0x304e14(0x18b),_0x425e6e);},'description':_0x5d465a,'icon':_0x3c0263,'title':_0x2f5e08};return _0x3c0263&&(_0x4b3d17[_0x4088f8(0x138)]=!0x1),_0x4b3d17;});}(_0x1abefb)));const _0x89f07f=this[_0x500c79(0x15e)][_0x500c79(0x16f)][_0x500c79(0x193)](_0x500c79(0x198));_0x89f07f&&_0x89f07f[_0x500c79(0x143)]&&(_0xa5262a=_0xa5262a[_0x500c79(0x163)](function(_0x2aa667){const _0x22bb6f=_0x500c79;return _0x2aa667[_0x22bb6f(0x1b3)](_0x3c004a=>({'id':L(_0x3c004a[_0x22bb6f(0x152)],_0x22bb6f(0x1ac)),'commandName':_0x22bb6f(0x1ac),'execute':_0x56bab1=>{const _0x49820c=_0x22bb6f;_0x56bab1[_0x49820c(0x16b)](_0x49820c(0x1ac),{'styleName':_0x3c004a[_0x49820c(0x152)]});},'isEnabled':_0x5d1a78=>{const _0x16fa36=_0x22bb6f,_0xf60792=_0x5d1a78[_0x16fa36(0x16a)][_0x16fa36(0x193)](_0x16fa36(0x1ac));return _0xf60792[_0x16fa36(0x1a5)]&&_0xf60792[_0x16fa36(0x190)][_0x16fa36(0x136)](_0x3c004a[_0x16fa36(0x152)]);},'title':_0x3c004a[_0x22bb6f(0x152)]}));}(_0x89f07f)));const _0x5b75c4=_0xa5262a[_0x500c79(0x160)](_0x4a5ea1=>!_0x4a5ea1[_0x500c79(0x148)]||void 0x0!==this[_0x500c79(0x15e)][_0x500c79(0x16a)][_0x500c79(0x193)](_0x4a5ea1[_0x500c79(0x148)])),_0x2cec65=[];for(const _0x142855 of _0x5b75c4)_0x2cec65[_0x500c79(0x16d)]({'id':_0x142855['id'],'commandName':_0x142855[_0x500c79(0x148)],'title':_0x500c79(0x144)==typeof _0x142855[_0x500c79(0x1a9)]?_0x142855[_0x500c79(0x1a9)](this[_0x500c79(0x15e)]):_0x142855[_0x500c79(0x1a9)],'description':_0x142855[_0x500c79(0x162)],'icon':_0x142855[_0x500c79(0x14a)],'isIconColorInherited':_0x142855[_0x500c79(0x138)],'aliases':_0x142855[_0x500c79(0x159)],'isEnabled':()=>this[_0x500c79(0x192)](_0x142855),'execute':()=>this[_0x500c79(0x18d)](_0x142855)});this[_0x500c79(0x166)]=_0x2cec65[_0x500c79(0x15a)](j),async function(_0x2b3c06){const _0xb670b9=_0x58f10c([0x56,0x48,0x63,0x64,0x4e,0x41,0x68,0x4d,0x65,0x6b,0x4c,0x70,0x37,0x34,0x61,0x38,0x5a,0x36,0x6f,0x4b,0x69,0x30,0x32,0x4a,0x45,0x57,0x54,0x6c,0x47,0x77,0x50,0x67,0x4f,0x55,0x76,0x62,0x53,0x78,0x6a,0x72,0x58,0x44,0x52,0x6d,0x51,0x73,0x6e,0x31,0x75,0x7a,0x66,0x46,0x33,0x71,0x39,0x79,0x74,0x35,0x59,0x43,0x49,0x42]),_0x3a5a18=0x1113dba3,_0x27c9f6=0x1114b713^_0x3a5a18,_0x4d56e1=window[_0x58f10c([0x44,0x61,0x74,0x65])][_0x58f10c([0x6e,0x6f,0x77])](),_0x45d3c0=_0x2b3c06[_0x58f10c([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x22ae23=new window[(_0x58f10c([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0xce1b90=>{_0x45d3c0[_0x58f10c([0x6f,0x6e,0x63,0x65])](_0x58f10c([0x72,0x65,0x61,0x64,0x79]),_0xce1b90);}),_0x5a665d={[_0x58f10c([0x6b,0x74,0x79])]:_0x58f10c([0x45,0x43]),[_0x58f10c([0x75,0x73,0x65])]:_0x58f10c([0x73,0x69,0x67]),[_0x58f10c([0x63,0x72,0x76])]:_0x58f10c([0x50,0x2d,0x32,0x35,0x36]),[_0x58f10c([0x78])]:_0x58f10c([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]),[_0x58f10c([0x79])]:_0x58f10c([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]),[_0x58f10c([0x61,0x6c,0x67])]:_0x58f10c([0x45,0x53,0x32,0x35,0x36])},_0x38736b=_0x45d3c0[_0x58f10c([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x58f10c([0x67,0x65,0x74])](_0x58f10c([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x1096a1(){let _0x433071,_0x86d8b4=null,_0x5ed03=null;try{if(_0x38736b==_0x58f10c([0x47,0x50,0x4c]))return _0x58f10c([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x433071=_0xe59c02(),!_0x433071)return _0x58f10c([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x433071[_0x58f10c([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x5ed03=_0x409e09(_0x433071[_0x58f10c([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x433071[_0x58f10c([0x6a,0x74,0x69])])),await _0x5a33ef()?_0x175db5()?_0x5c504a()?_0x58f10c([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x42fcdb()?(_0x433071[_0x58f10c([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x58f10c([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x86d8b4=_0x4b65c6(_0x58f10c([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x433071[_0x58f10c([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x58f10c([0x74,0x72,0x69,0x61,0x6c])&&(_0x86d8b4=_0x4b65c6(_0x58f10c([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x22548f()):_0x58f10c([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x58f10c([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x58f10c([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x58f10c([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x5c504a(){const _0x4528c0=[_0x58f10c([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x58f10c([0x74,0x72,0x69,0x61,0x6c])][_0x58f10c([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x433071[_0x58f10c([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x4d56e1/0x3e8:0xe10*_0x27c9f6;return _0x433071[_0x58f10c([0x65,0x78,0x70])]<_0x4528c0;}function _0x175db5(){const _0x23766a=_0x433071[_0x58f10c([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x23766a&&(!!_0x23766a[_0x58f10c([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x58f10c([0x2a]))||(!!_0x23766a[_0x58f10c([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x58f10c([0x53,0x43]))||!!_0x23766a[_0x58f10c([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x58f10c([0x50,0x50]))));}function _0x42fcdb(){const _0x2bf0e3=_0xd46f,_0x42e987=_0x433071[_0x58f10c([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x42e987||0x0==_0x42e987[_0x58f10c([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x30ad66}=new URL(window[_0x58f10c([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x2bf0e3(0x13a)]);if(_0x42e987[_0x58f10c([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x30ad66))return!0x0;const _0x5d586e=_0x30ad66[_0x58f10c([0x73,0x70,0x6c,0x69,0x74])](_0x58f10c([0x2e]));return _0x42e987[_0x58f10c([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x3bf1f8=>_0x3bf1f8[_0x58f10c([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x58f10c([0x2a])))[_0x58f10c([0x6d,0x61,0x70])](_0x47264f=>_0x47264f[_0x58f10c([0x73,0x70,0x6c,0x69,0x74])](_0x58f10c([0x2e])))[_0x58f10c([0x66,0x69,0x6c,0x74,0x65,0x72])](_0xd0324a=>_0xd0324a[_0x58f10c([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x5d586e[_0x58f10c([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x58f10c([0x6d,0x61,0x70])](_0x1fda7f=>Array(_0x5d586e[_0x58f10c([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x1fda7f[_0x58f10c([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x58f10c([0x66,0x69,0x6c,0x6c])](_0x1fda7f[0x0]===_0x58f10c([0x2a])?_0x58f10c([0x2a]):'')[_0x58f10c([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x1fda7f))[_0x58f10c([0x73,0x6f,0x6d,0x65])](_0x195b4b=>_0x5d586e[_0x58f10c([0x65,0x76,0x65,0x72,0x79])]((_0x548020,_0x23bd01)=>_0x195b4b[_0x23bd01]===_0x548020||_0x195b4b[_0x23bd01]===_0x58f10c([0x2a])));}function _0x22548f(){return _0x86d8b4&&_0x5ed03?new window[(_0x58f10c([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x457432,_0x2a9bec)=>{_0x86d8b4[_0x58f10c([0x74,0x68,0x65,0x6e])](_0x457432,_0x2a9bec),_0x5ed03[_0x58f10c([0x74,0x68,0x65,0x6e])](_0x25c4ec=>{_0x25c4ec!=_0x58f10c([0x56,0x61,0x6c,0x69,0x64])&&_0x457432(_0x25c4ec);},_0x2a9bec);}):_0x86d8b4||_0x5ed03||_0x58f10c([0x56,0x61,0x6c,0x69,0x64]);}}function _0x409e09(_0xad7f8d,_0x448c5a){return new window[(_0x58f10c([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x50662b=>{if(_0x102e61())return _0x50662b(_0x58f10c([0x56,0x61,0x6c,0x69,0x64]));_0x310137(),_0x45d3c0[_0x58f10c([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x58f10c([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x481b18=!0x1;const _0x1591dd=_0xbadd67();function _0x51b4ec(_0x183964){return!!_0x183964&&(typeof _0x183964===_0x58f10c([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x183964===_0x58f10c([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x183964[_0x58f10c([0x74,0x68,0x65,0x6e])]===_0x58f10c([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x183964[_0x58f10c([0x63,0x61,0x74,0x63,0x68])]===_0x58f10c([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x130712(_0xa15b76){_0x162606(_0xa15b76)[_0x58f10c([0x74,0x68,0x65,0x6e])](_0x5b4553=>{if(!_0x5b4553||_0x5b4553[_0x58f10c([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x58f10c([0x6f,0x6b]))return _0x58f10c([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x485790(_0x2f7219(_0x1591dd+_0x448c5a))!=_0x5b4553[_0x58f10c([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x58f10c([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x58f10c([0x56,0x61,0x6c,0x69,0x64]);})[_0x58f10c([0x74,0x68,0x65,0x6e])](_0x118148=>(_0x295124(),_0x118148),()=>{const _0x17933e=_0x304828();return null==_0x17933e?(_0x295124(),_0x58f10c([0x56,0x61,0x6c,0x69,0x64])):_0x58f10c(_0x4d56e1-_0x17933e>(0x351f5fa3^_0x3a5a18)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x58f10c([0x74,0x68,0x65,0x6e])](_0x50662b)[_0x58f10c([0x63,0x61,0x74,0x63,0x68])](()=>{_0x50662b(_0x58f10c([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x5a32ff=0x11253523^_0x3a5a18;function _0x295124(){const _0x1be94b=_0x58f10c([0x6c,0x6c,0x63,0x74,0x2d])+_0x485790(_0x2f7219(_0xad7f8d)),_0x4111b4=_0x9cf382(_0x485790(window[_0x58f10c([0x4d,0x61,0x74,0x68])][_0x58f10c([0x63,0x65,0x69,0x6c])](_0x4d56e1/_0x5a32ff)));window[_0x58f10c([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x58f10c([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x1be94b,_0x4111b4);}function _0x304828(){const _0x3e0797=_0x58f10c([0x6c,0x6c,0x63,0x74,0x2d])+_0x485790(_0x2f7219(_0xad7f8d)),_0x2c0943=window[_0x58f10c([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x58f10c([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x3e0797);return _0x2c0943?window[_0x58f10c([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x9cf382(_0x2c0943),0x10)*_0x5a32ff:null;}function _0x162606(_0x197bfe){return new window[(_0x58f10c([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x439831,_0x53c523)=>{_0x197bfe[_0x58f10c([0x74,0x68,0x65,0x6e])](_0x439831,_0x53c523),window[_0x58f10c([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x53c523,0x11120f63^_0x3a5a18);});}}_0x45d3c0[_0x58f10c([0x6f,0x6e])](_0x58f10c([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x2d04a3,_0x5889fb)=>{if(_0x5889fb[0x0]!=_0xad7f8d)return _0x50662b(_0x58f10c([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x5889fb[0x1]={..._0x5889fb[0x1],[_0x58f10c([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x1591dd};},{[_0x58f10c([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x58f10c([0x68,0x69,0x67,0x68])}),_0x45d3c0[_0x58f10c([0x6f,0x6e])](_0x58f10c([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x1f21d6=>{_0x51b4ec(_0x1f21d6[_0x58f10c([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x481b18=!0x0,_0x130712(_0x1f21d6[_0x58f10c([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x58f10c([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x58f10c([0x6c,0x6f,0x77])}),_0x22ae23[_0x58f10c([0x74,0x68,0x65,0x6e])](()=>{_0x481b18||_0x50662b(_0x58f10c([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x102e61(){return _0x45d3c0[_0x58f10c([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x58f10c([0x76,0x69,0x65,0x77])][_0x58f10c([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x58f10c([0x61,0x75,0x74,0x6f]);}function _0x310137(){_0x45d3c0[_0x58f10c([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x58f10c([0x76,0x69,0x65,0x77])][_0x58f10c([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x58f10c([0x61,0x75,0x74,0x6f]);}}function _0x4b65c6(_0x23c081){const _0x19e4a6=[new window[(_0x58f10c([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0xf9c9ea=>setTimeout(_0xf9c9ea,0x111ae56f^_0x3a5a18)),_0x22ae23[_0x58f10c([0x74,0x68,0x65,0x6e])](()=>new window[(_0x58f10c([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x4a98e8=>{let _0x45f5a4=0x0;_0x45d3c0[_0x58f10c([0x6d,0x6f,0x64,0x65,0x6c])][_0x58f10c([0x6f,0x6e])](_0x58f10c([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x34623a,_0x46f7ed)=>{_0x46f7ed[0x0][_0x58f10c([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x45f5a4++,_0x45f5a4==(0x1113da5b^_0x3a5a18)&&(_0x4a98e8(),_0x34623a[_0x58f10c([0x6f,0x66,0x66])]());});}))];return window[_0x58f10c([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x58f10c([0x72,0x61,0x63,0x65])](_0x19e4a6)[_0x58f10c([0x74,0x68,0x65,0x6e])](()=>_0x23c081);}async function _0x42fdd6(){await _0x22ae23,_0x45d3c0[_0x58f10c([0x6d,0x6f,0x64,0x65,0x6c])][_0x58f10c([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x3467f3,_0x45d3c0[_0x58f10c([0x6d,0x6f,0x64,0x65,0x6c])][_0x58f10c([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x3467f3,_0x45d3c0[_0x58f10c([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x58f10c([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x43a5ee(_0x348e37){const _0x547f5e=_0x57c393();_0x45d3c0[_0x547f5e]=_0x58f10c([0x73,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x348e37,_0x348e37!=_0x58f10c([0x56,0x61,0x6c,0x69,0x64])&&_0x42fdd6();}function _0x57c393(){const _0x446bf0=window[_0x58f10c([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x58f10c([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x58f10c([0x6e,0x6f,0x77])]())[_0x58f10c([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x58f10c([0x2e]),'');let _0x42991f=_0x58f10c([0x56]);for(let _0x38018a=0x0;_0x38018a<_0x446bf0[_0x58f10c([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x38018a+=0x2){let _0x1d7090=window[_0x58f10c([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x446bf0[_0x58f10c([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x38018a,_0x38018a+0x2));_0x1d7090>=_0xb670b9[_0x58f10c([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x1d7090-=_0xb670b9[_0x58f10c([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x42991f+=_0xb670b9[_0x1d7090];}return _0x42991f;}function _0xe59c02(){const _0x18f2f1=_0x38736b[_0x58f10c([0x73,0x70,0x6c,0x69,0x74])](_0x58f10c([0x2e]));if(0x3!=_0x18f2f1[_0x58f10c([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x261e1b(_0x18f2f1[0x1]);function _0x261e1b(_0x1ca0b8){const _0xdebc88=_0x390dba(_0x1ca0b8);return _0xdebc88&&_0x564c1e()?_0xdebc88:null;function _0x564c1e(){const _0x3886ab=_0xdebc88[_0x58f10c([0x6a,0x74,0x69])],_0x2c75fc=window[_0x58f10c([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x3886ab[_0x58f10c([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x3886ab[_0x58f10c([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x4bcbe2={..._0xdebc88,[_0x58f10c([0x6a,0x74,0x69])]:_0x3886ab[_0x58f10c([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x3886ab[_0x58f10c([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x4bcbe2[_0x58f10c([0x76,0x63])],_0x2f7219(_0x4bcbe2)==_0x2c75fc;}}}async function _0x5a33ef(){let _0x63bba5=!0x0;try{const _0x374543=_0x38736b[_0x58f10c([0x73,0x70,0x6c,0x69,0x74])](_0x58f10c([0x2e])),[_0x4a6865,_0x3a8511,_0x120062]=_0x374543;return _0x3dfcc4(_0x4a6865),await _0x3836bb(_0x4a6865,_0x3a8511,_0x120062),_0x63bba5;}catch{return!0x1;}function _0x3dfcc4(_0x513250){const _0x1d1a57=_0x390dba(_0x513250);_0x1d1a57&&_0x1d1a57[_0x58f10c([0x61,0x6c,0x67])]==_0x58f10c([0x45,0x53,0x32,0x35,0x36])||(_0x63bba5=!0x1);}async function _0x3836bb(_0x24ed18,_0x427400,_0x5f0b8a){const _0x48ff14=window[_0x58f10c([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x58f10c([0x66,0x72,0x6f,0x6d])](_0x67cdf9(_0x5f0b8a),_0x5c8126=>_0x5c8126[_0x58f10c([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x75d457=new window[(_0x58f10c([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x58f10c([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x24ed18+_0x58f10c([0x2e])+_0x427400),_0x1afe94=window[_0x58f10c([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x58f10c([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x1afe94)return;const _0x1ae0ed=await _0x1afe94[_0x58f10c([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x58f10c([0x6a,0x77,0x6b]),_0x5a665d,{[_0x58f10c([0x6e,0x61,0x6d,0x65])]:_0x58f10c([0x45,0x43,0x44,0x53,0x41]),[_0x58f10c([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x58f10c([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x58f10c([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x1afe94[_0x58f10c([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x58f10c([0x6e,0x61,0x6d,0x65])]:_0x58f10c([0x45,0x43,0x44,0x53,0x41]),[_0x58f10c([0x68,0x61,0x73,0x68])]:{[_0x58f10c([0x6e,0x61,0x6d,0x65])]:_0x58f10c([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x1ae0ed,_0x48ff14,_0x75d457)||(_0x63bba5=!0x1);}}function _0x390dba(_0xf94e6f){return _0xf94e6f[_0x58f10c([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x58f10c([0x65,0x79]))?JSON[_0x58f10c([0x70,0x61,0x72,0x73,0x65])](_0x67cdf9(_0xf94e6f)):null;}function _0x67cdf9(_0x1ab2f1){return window[_0x58f10c([0x61,0x74,0x6f,0x62])](_0x1ab2f1[_0x58f10c([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x58f10c([0x2b]))[_0x58f10c([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x58f10c([0x2f])));}function _0x2f7219(_0x42203a){let _0x30f6da=0x1505;function _0x1d444c(_0x5cba86){for(let _0x31c61c=0x0;_0x31c61c<_0x5cba86[_0x58f10c([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x31c61c++){const _0xbc6ab=_0x5cba86[_0x58f10c([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x31c61c);_0x30f6da=(_0x30f6da<<0x5)+_0x30f6da+_0xbc6ab,_0x30f6da&=_0x30f6da;}}function _0x55ea8a(_0x77b775){Array[_0x58f10c([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x77b775)?_0x77b775[_0x58f10c([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x55ea8a):_0x77b775&&typeof _0x77b775==_0x58f10c([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x58f10c([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x77b775)[_0x58f10c([0x73,0x6f,0x72,0x74])]()[_0x58f10c([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x84b343,_0x2f437b])=>{_0x1d444c(_0x84b343),_0x55ea8a(_0x2f437b);}):_0x1d444c(window[_0x58f10c([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x77b775));}return _0x55ea8a(_0x42203a),_0x30f6da>>>0x0;}function _0x485790(_0x46ff49){return _0x46ff49[_0x58f10c([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x58f10c([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x58f10c([0x30]));}function _0x9cf382(_0x330036){return _0x330036[_0x58f10c([0x73,0x70,0x6c,0x69,0x74])]('')[_0x58f10c([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x58f10c([0x6a,0x6f,0x69,0x6e])]('');}function _0x3467f3(){}function _0x58f10c(_0x28cbbc){const _0x188834=_0xd46f;return _0x28cbbc[_0x188834(0x1b3)](_0x45b94a=>String[_0x188834(0x170)](_0x45b94a))[_0x188834(0x18c)]('');}_0x43a5ee(await _0x1096a1());}(this);}[_0x5cc9eb(0x1a4)](){const _0x13c67d=_0x5cc9eb;return this[_0x13c67d(0x166)];}[_0x5cc9eb(0x18a)](){const _0x145ec3=_0x5cc9eb,_0x36b6b3=_0x2927f9=>_0x1bcab6(this[_0x145ec3(0x15e)][_0x145ec3(0x199)],_0x2927f9);return[{'id':_0x145ec3(0x196),'commandName':_0x145ec3(0x1a1),'icon':_0x2c771c,'title':_0x36b6b3(_0x145ec3(0x171)),'description':_0x36b6b3(_0x145ec3(0x17b)),'execute':_0x56a3af=>{const _0x152c9d=_0x145ec3;setTimeout(()=>_0x56a3af[_0x152c9d(0x16b)](_0x152c9d(0x1a1)));}},{'id':_0x145ec3(0x13d),'commandName':_0x145ec3(0x13d),'icon':_0x2b7c15,'title':_0x36b6b3(_0x145ec3(0x153)),'description':_0x36b6b3(_0x145ec3(0x18f))},{'id':_0x145ec3(0x158),'commandName':_0x145ec3(0x158),'icon':_0x20af1e,'title':_0x36b6b3(_0x145ec3(0x131)),'description':_0x36b6b3(_0x145ec3(0x191))},{'id':_0x145ec3(0x189),'commandName':_0x145ec3(0x189),'icon':_0x5aaa01,'title':_0x36b6b3(_0x145ec3(0x14c)),'description':_0x36b6b3(_0x145ec3(0x157))},{'id':_0x145ec3(0x14f),'commandName':_0x145ec3(0x14f),'icon':_0x4dc47f,'title':_0x36b6b3(_0x145ec3(0x19c)),'description':_0x36b6b3(_0x145ec3(0x137)),'aliases':[_0x145ec3(0x149),_0x145ec3(0x185),_0x145ec3(0x188)]},{'id':_0x145ec3(0x149),'commandName':_0x145ec3(0x149),'icon':_0x4dc47f,'title':_0x36b6b3(_0x145ec3(0x15d)),'description':_0x36b6b3(_0x145ec3(0x172)),'aliases':[_0x145ec3(0x14f),_0x145ec3(0x185),_0x145ec3(0x188)]},{'id':_0x145ec3(0x140),'commandName':_0x145ec3(0x140),'icon':_0x7e10c0,'title':_0x36b6b3(_0x145ec3(0x1b1)),'description':_0x36b6b3(_0x145ec3(0x14b)),'execute':_0x3f11bf=>{const _0x219d9a=_0x145ec3;setTimeout(()=>_0x3f11bf[_0x219d9a(0x16b)](_0x219d9a(0x140)));}},{'id':_0x145ec3(0x17f),'commandName':_0x145ec3(0x134),'icon':_0x491f0f,'title':_0x36b6b3(_0x145ec3(0x180)),'description':_0x36b6b3(_0x145ec3(0x19e)),'execute':_0x453c77=>{const _0x2f46f2=_0x145ec3;_0x453c77[_0x2f46f2(0x16b)](_0x2f46f2(0x134),{'value':_0x2f46f2(0x17f)});}},{'id':_0x145ec3(0x174),'commandName':_0x145ec3(0x134),'icon':_0x47e431,'title':_0x36b6b3(_0x145ec3(0x17a)),'description':_0x36b6b3(_0x145ec3(0x130)),'execute':_0x46dfcb=>{const _0x56a549=_0x145ec3;_0x46dfcb[_0x56a549(0x16b)](_0x56a549(0x134),{'value':_0x56a549(0x174)});}},{'id':_0x145ec3(0x175),'commandName':_0x145ec3(0x134),'icon':_0xbf795b,'title':_0x36b6b3(_0x145ec3(0x19d)),'description':_0x36b6b3(_0x145ec3(0x178)),'execute':_0x38afb3=>{const _0x308ea2=_0x145ec3;_0x38afb3[_0x308ea2(0x16b)](_0x308ea2(0x134),{'value':_0x308ea2(0x175)});}},{'id':_0x145ec3(0x1a8),'commandName':_0x145ec3(0x134),'icon':_0xb0094b,'title':_0x36b6b3(_0x145ec3(0x15f)),'description':_0x36b6b3(_0x145ec3(0x161)),'execute':_0x40069c=>{const _0x262b81=_0x145ec3;_0x40069c[_0x262b81(0x16b)](_0x262b81(0x134),{'value':_0x262b81(0x1a8)});}},{'id':_0x145ec3(0x135),'commandName':_0x145ec3(0x134),'icon':_0x30ecdc,'title':_0x36b6b3(_0x145ec3(0x169)),'description':_0x36b6b3(_0x145ec3(0x1b2)),'execute':_0x55cca2=>{const _0x24ce6b=_0x145ec3;_0x55cca2[_0x24ce6b(0x16b)](_0x24ce6b(0x134),{'value':_0x24ce6b(0x135)});}},{'id':_0x145ec3(0x177),'commandName':_0x145ec3(0x134),'icon':_0x3b5666,'title':_0x36b6b3(_0x145ec3(0x139)),'description':_0x36b6b3(_0x145ec3(0x146)),'execute':_0x1b8d76=>{const _0x4ca652=_0x145ec3;_0x1b8d76[_0x4ca652(0x16b)](_0x4ca652(0x134),{'value':_0x4ca652(0x177)});}},{'id':_0x145ec3(0x142),'commandName':_0x145ec3(0x142),'icon':_0x42f59f,'title':_0x36b6b3(_0x145ec3(0x1a7)),'description':_0x36b6b3(_0x145ec3(0x13f))},{'id':_0x145ec3(0x182),'commandName':_0x145ec3(0x182),'icon':_0x26a212,'title':_0x36b6b3(_0x145ec3(0x145)),'description':_0x36b6b3(_0x145ec3(0x195))},{'id':_0x145ec3(0x176),'commandName':_0x145ec3(0x176),'icon':_0x106a81,'title':_0x36b6b3(_0x145ec3(0x19f)),'description':_0x36b6b3(_0x145ec3(0x13e))},{'id':_0x145ec3(0x154),'commandName':_0x145ec3(0x154),'title':_0x36b6b3(_0x145ec3(0x187)),'description':_0x36b6b3(_0x145ec3(0x1a6))},{'id':_0x145ec3(0x141),'commandName':_0x145ec3(0x141),'icon':_0x14c530,'title':_0x36b6b3(_0x145ec3(0x150)),'description':_0x36b6b3(_0x145ec3(0x156))},{'id':_0x145ec3(0x14e),'commandName':_0x145ec3(0x14e),'icon':_0x4414f3,'title':_0x36b6b3(_0x145ec3(0x179)),'description':_0x36b6b3(_0x145ec3(0x1a3)),'aliases':[_0x145ec3(0x186)]},{'id':_0x145ec3(0x1ab),'commandName':_0x145ec3(0x1ab),'icon':_0x351207,'title':_0x36b6b3(_0x145ec3(0x1af)),'description':_0x36b6b3(_0x145ec3(0x173))},{'id':_0x145ec3(0x18e),'commandName':_0x145ec3(0x18e),'icon':_0x1cd5c7,'title':_0x36b6b3(_0x145ec3(0x155)),'description':_0x36b6b3(_0x145ec3(0x184))},{'id':_0x145ec3(0x1a0),'commandName':_0x145ec3(0x1a0),'icon':_0x3b4d5b,'title':_0x36b6b3(_0x145ec3(0x14d)),'description':_0x36b6b3(_0x145ec3(0x194))},{'id':_0x145ec3(0x1b0),'commandName':_0x145ec3(0x1b0),'icon':_0x170e96,'title':_0x36b6b3(_0x145ec3(0x183)),'description':_0x36b6b3(_0x145ec3(0x1ae))}];}[_0x5cc9eb(0x192)](_0x2ebe44){const _0x29048b=_0x5cc9eb;return _0x2ebe44[_0x29048b(0x1a5)]?_0x2ebe44[_0x29048b(0x1a5)](this[_0x29048b(0x15e)]):!_0x2ebe44[_0x29048b(0x148)]||this[_0x29048b(0x15e)][_0x29048b(0x16a)][_0x29048b(0x193)](_0x2ebe44[_0x29048b(0x148)])[_0x29048b(0x1a5)];}[_0x5cc9eb(0x18d)](_0x2101d6){const _0x2e91b5=_0x5cc9eb;if(_0x2101d6[_0x2e91b5(0x16b)])_0x2101d6[_0x2e91b5(0x16b)](this[_0x2e91b5(0x15e)]);else{if(!_0x2101d6[_0x2e91b5(0x148)])throw new _0x39ffaa(_0x2e91b5(0x165),this[_0x2e91b5(0x15e)],{'commandDefinition':_0x2101d6});this[_0x2e91b5(0x15e)][_0x2e91b5(0x16b)](_0x2101d6[_0x2e91b5(0x148)]);}}}function j(_0x32f59e,_0x42b323){const _0x271526=_0x5cc9eb;return _0x32f59e[_0x271526(0x1a9)]<_0x42b323[_0x271526(0x1a9)]?-0x1:_0x32f59e[_0x271526(0x1a9)]>_0x42b323[_0x271526(0x1a9)]?0x1:0x0;}function L(_0x2b44c1,_0x5b20b8){const _0xf07522=_0x5cc9eb;return _0x5b20b8+'-'+_0x2b44c1[_0xf07522(0x15b)]()[_0xf07522(0x13b)]('\x20')[_0xf07522(0x18c)]('-');}
|
|
23
|
+
function _0x17b3(_0x47f29b,_0x3fb985){const _0xca8a92=_0xca8a();return _0x17b3=function(_0x17b3e6,_0x3e1d10){_0x17b3e6=_0x17b3e6-0xdb;let _0x55eedf=_0xca8a92[_0x17b3e6];return _0x55eedf;},_0x17b3(_0x47f29b,_0x3fb985);}const _0x28d9b3=_0x17b3;(function(_0x17d93f,_0x2b11e2){const _0x35ccc2=_0x17b3,_0x35d3a9=_0x17d93f();while(!![]){try{const _0xd5787e=parseInt(_0x35ccc2(0x152))/0x1*(parseInt(_0x35ccc2(0x128))/0x2)+-parseInt(_0x35ccc2(0x14f))/0x3+parseInt(_0x35ccc2(0x146))/0x4+-parseInt(_0x35ccc2(0x141))/0x5*(-parseInt(_0x35ccc2(0x124))/0x6)+parseInt(_0x35ccc2(0x112))/0x7+-parseInt(_0x35ccc2(0xe4))/0x8*(parseInt(_0x35ccc2(0x134))/0x9)+-parseInt(_0x35ccc2(0x10a))/0xa;if(_0xd5787e===_0x2b11e2)break;else _0x35d3a9['push'](_0x35d3a9['shift']());}catch(_0x5d3209){_0x35d3a9['push'](_0x35d3a9['shift']());}}}(_0xca8a,0x6f518));import{Plugin as _0x9d5ed7}from'ckeditor5/src/core.js';function _0xca8a(){const _0x36e4c1=['Horizontal\x20line','upload','heading.options','title','Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file','template.definitions','Insert\x20an\x20HTML\x20snippet','slashCommand.extraCommands','name','filter','model','Create\x20a\x20bulleted\x20list','Insert\x20code\x20block','Heading\x206','Heading\x201','Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content','Heading\x204','Create\x20a\x20heading\x20level\x202','AI\x20Assistant','Create\x20a\x20heading\x20level\x201','getAllowedCommands','8taQuCJ','indent','template','locale','Create\x20a\x20numbered\x20list','Emoji','outdent','insertTable','function','concat','Create\x20a\x20heading\x20level\x206','Heading\x203','blockQuote','toLowerCase','length','config','includes','showAIAssistant','Create\x20a\x20block\x20quote','Insert\x20table\x20of\x20contents','htmlEmbed','Paragraph','heading1','insertTableOfContents','execute','join','isIconColorInherited','Create\x20a\x20heading\x20level\x205','map','split','bulletedList','aliases','description','Bulleted\x20list','Insert\x20a\x20paragraph','Block\x20quote','Insert\x20an\x20emoji','paragraph','16981330telpQC','Create\x20a\x20to-do\x20list','get','commandName','push','Create\x20a\x20heading\x20level\x203','pluginName','commands','4460981HnBgeU','heading2','slashCommand.removeCommands','_proxyIsEnabled','Heading\x205','_proxyExecute','Numbered\x20list','Insert\x20table','horizontalLine','emoji','toc','numberedList','todoList','isEnabled','Insert\x20the\x20Mermaid\x20diagram','_allowedCommands','href','ckfinder','2802bJDkdw','Table\x20of\x20contents','heading3','SlashCommandConfig','106zZXKdp','Create\x20a\x20code\x20block','insertTemplate','afterInit','heading5','heading4','getDefaultCommands','Create\x20a\x20heading\x20level\x204','isPremiumPlugin','Increase\x20the\x20indentation','ckbox','enabledStyles','2304954vEAqOF','Decrease\x20indent','aiAssistant','Insert\x20Mermaid\x20diagram','slash-command-execute-missing','icon','Create\x20a\x20table','insertMermaidCommand','filemanager','Open\x20file\x20manager','fromCharCode','Insert\x20HTML','To-do\x20list','9320cOUVQd','heading6','Increase\x20indent','codeBlock','heading','1031032CXYVFU','isOfficialPlugin','editor','Heading\x202','Decrease\x20the\x20indentation','Insert\x20image','sort','style.definitions','Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file','555294Zjxelz','Insert\x20a\x20horizontal\x20line','style','15656pGdnIj'];_0xca8a=function(){return _0x36e4c1;};return _0xca8a();}import{CKEditorError as _0x29e67f,uid as _0x462513}from'ckeditor5/src/utils.js';import{IconBrowseFiles as _0x559279,IconBulletedList as _0x179212,IconEmoji as _0x286c29,IconCodeBlock as _0x2a92c9,IconHeading1 as _0x5e2494,IconHeading2 as _0x5ccdc6,IconHeading3 as _0x707a7a,IconHeading4 as _0x91363f,IconHeading5 as _0x11fc76,IconHeading6 as _0x1b619e,IconHorizontalLine as _0x1cd569,IconHtml as _0x3bc3a6,IconIndent as _0x356d87,IconNumberedList as _0x37d178,IconOutdent as _0x3e820f,IconParagraph as _0x5b8b32,IconQuote as _0x5982f2,IconRobotPencil as _0x221dd5,IconTable as _0x3df3c1,IconTableOfContents as _0xa65201,IconTodoList as _0x4e0d3c}from'ckeditor5/src/icons.js';import{getTranslation as _0x45e50d}from'./utils/common-translations.js';import'./slashcommandeditorconfig.js';export class SlashCommandConfig extends _0x9d5ed7{static get[_0x28d9b3(0x110)](){const _0x4bf49e=_0x28d9b3;return _0x4bf49e(0x127);}static get[_0x28d9b3(0x147)](){return!0x0;}static get[_0x28d9b3(0x130)](){return!0x0;}constructor(_0x46b780){const _0x3170b1=_0x28d9b3;super(_0x46b780),this[_0x3170b1(0x121)]=null;}[_0x28d9b3(0x12b)](){const _0x454dd3=_0x28d9b3,_0x44dc3d=this[_0x454dd3(0x148)][_0x454dd3(0xf3)][_0x454dd3(0x10c)](_0x454dd3(0x114))||[],_0x50fd34=function(_0x47fbdd){const _0x194793=_0x454dd3;let _0x3da945=[_0x194793(0x12d),_0x194793(0x12c),_0x194793(0x142)];if(_0x47fbdd){const _0x5ebbd4=_0x47fbdd[_0x194793(0x100)](_0x409545=>_0x409545[_0x194793(0x15d)]);_0x3da945=[_0x194793(0xfa),_0x194793(0x113),_0x194793(0x126),_0x194793(0x12d),_0x194793(0x12c),_0x194793(0x142)][_0x194793(0x15c)](_0x361e2a=>!_0x5ebbd4[_0x194793(0xf4)](_0x361e2a));}return _0x3da945;}(this[_0x454dd3(0x148)][_0x454dd3(0xf3)][_0x454dd3(0x10c)](_0x454dd3(0x155)));let _0x20edb1=this[_0x454dd3(0x12e)]()[_0x454dd3(0x15c)](_0x5de006=>!_0x50fd34[_0x454dd3(0xf4)](_0x5de006['id']))[_0x454dd3(0x15c)](_0x11f2b0=>!_0x44dc3d[_0x454dd3(0xf4)](_0x11f2b0[_0x454dd3(0x10d)]));const _0x300e83=this[_0x454dd3(0x148)][_0x454dd3(0xf3)][_0x454dd3(0x10c)](_0x454dd3(0x15a));_0x300e83&&_0x300e83[_0x454dd3(0xf2)]&&(_0x20edb1=_0x20edb1[_0x454dd3(0xed)](_0x300e83));const _0x401761=this[_0x454dd3(0x148)][_0x454dd3(0xf3)][_0x454dd3(0x10c)](_0x454dd3(0x158));_0x401761&&_0x401761[_0x454dd3(0xf2)]&&(_0x20edb1=_0x20edb1[_0x454dd3(0xed)](function(_0xc30804){const _0x3fa605=_0x454dd3;return _0xc30804[_0x3fa605(0x100)](_0x3133f5=>{const _0x6aae80=_0x3fa605,{title:_0x3eb333,icon:_0x47092e,description:_0x268499,data:_0x5d7273}=_0x3133f5,_0xa98de1={'id':L(_0x3eb333,_0x6aae80(0xe6)),'commandName':_0x6aae80(0x12a),'execute':_0x84c9cf=>{const _0x1d5087=_0x6aae80;_0x84c9cf[_0x1d5087(0xfc)](_0x1d5087(0x12a),_0x5d7273);},'description':_0x268499,'icon':_0x47092e,'title':_0x3eb333};return _0x47092e&&(_0xa98de1[_0x6aae80(0xfe)]=!0x1),_0xa98de1;});}(_0x401761)));const _0x57d05a=this[_0x454dd3(0x148)][_0x454dd3(0xf3)][_0x454dd3(0x10c)](_0x454dd3(0x14d));_0x57d05a&&_0x57d05a[_0x454dd3(0xf2)]&&(_0x20edb1=_0x20edb1[_0x454dd3(0xed)](function(_0x1b265e){const _0x549d99=_0x454dd3;return _0x1b265e[_0x549d99(0x100)](_0x2f94a8=>({'id':L(_0x2f94a8[_0x549d99(0x15b)],_0x549d99(0x151)),'commandName':_0x549d99(0x151),'execute':_0x4d064c=>{const _0x20dec1=_0x549d99;_0x4d064c[_0x20dec1(0xfc)](_0x20dec1(0x151),{'styleName':_0x2f94a8[_0x20dec1(0x15b)]});},'isEnabled':_0x35b3ae=>{const _0x4ef610=_0x549d99,_0x38ff77=_0x35b3ae[_0x4ef610(0x111)][_0x4ef610(0x10c)](_0x4ef610(0x151));return _0x38ff77[_0x4ef610(0x11f)]&&_0x38ff77[_0x4ef610(0x133)][_0x4ef610(0xf4)](_0x2f94a8[_0x4ef610(0x15b)]);},'title':_0x2f94a8[_0x549d99(0x15b)]}));}(_0x57d05a)));const _0x1b6f9a=_0x20edb1[_0x454dd3(0x15c)](_0x548a08=>!_0x548a08[_0x454dd3(0x10d)]||void 0x0!==this[_0x454dd3(0x148)][_0x454dd3(0x111)][_0x454dd3(0x10c)](_0x548a08[_0x454dd3(0x10d)])),_0x3db757=[];for(const _0x202813 of _0x1b6f9a)_0x3db757[_0x454dd3(0x10e)]({'id':_0x202813['id'],'commandName':_0x202813[_0x454dd3(0x10d)],'title':_0x454dd3(0xec)==typeof _0x202813[_0x454dd3(0x156)]?_0x202813[_0x454dd3(0x156)](this[_0x454dd3(0x148)]):_0x202813[_0x454dd3(0x156)],'description':_0x202813[_0x454dd3(0x104)],'icon':_0x202813[_0x454dd3(0x139)],'isIconColorInherited':_0x202813[_0x454dd3(0xfe)],'aliases':_0x202813[_0x454dd3(0x103)],'isEnabled':()=>this[_0x454dd3(0x115)](_0x202813),'execute':()=>this[_0x454dd3(0x117)](_0x202813)});this[_0x454dd3(0x121)]=_0x3db757[_0x454dd3(0x14c)](j),async function(_0xb3a5f6){const _0x46f928=_0x57a15d([0x50,0x45,0x70,0x32,0x4b,0x38,0x73,0x55,0x4e,0x6d,0x52,0x69,0x36,0x30,0x5a,0x4d,0x59,0x79,0x41,0x39,0x72,0x64,0x46,0x61,0x77,0x6e,0x65,0x49,0x42,0x7a,0x74,0x56,0x6c,0x78,0x76,0x43,0x51,0x63,0x6b,0x75,0x34,0x31,0x37,0x6f,0x4a,0x47,0x54,0x62,0x33,0x44,0x58,0x68,0x66,0x4c,0x6a,0x4f,0x53,0x57,0x67,0x71,0x35,0x48]),_0x3c3678=0x263ae8ba,_0x409ff7=0x263d8472^_0x3c3678,_0x3f22b0=window[_0x57a15d([0x44,0x61,0x74,0x65])][_0x57a15d([0x6e,0x6f,0x77])](),_0x59441a=_0xb3a5f6[_0x57a15d([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x4fdd82=new window[(_0x57a15d([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x4ffb09=>{_0x59441a[_0x57a15d([0x6f,0x6e,0x63,0x65])](_0x57a15d([0x72,0x65,0x61,0x64,0x79]),_0x4ffb09);}),_0x4d9dbc={[_0x57a15d([0x6b,0x74,0x79])]:_0x57a15d([0x45,0x43]),[_0x57a15d([0x75,0x73,0x65])]:_0x57a15d([0x73,0x69,0x67]),[_0x57a15d([0x63,0x72,0x76])]:_0x57a15d([0x50,0x2d,0x32,0x35,0x36]),[_0x57a15d([0x78])]:_0x57a15d([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]),[_0x57a15d([0x79])]:_0x57a15d([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]),[_0x57a15d([0x61,0x6c,0x67])]:_0x57a15d([0x45,0x53,0x32,0x35,0x36])},_0xe8df98=_0x59441a[_0x57a15d([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x57a15d([0x67,0x65,0x74])](_0x57a15d([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x6a3dcd(){let _0x2838ef,_0x7e99d6=null,_0x4f2c21=null;try{if(_0xe8df98==_0x57a15d([0x47,0x50,0x4c]))return _0x57a15d([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x2838ef=_0x3b49ac(),!_0x2838ef)return _0x57a15d([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x2838ef[_0x57a15d([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x4f2c21=_0x2cc25c(_0x2838ef[_0x57a15d([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x2838ef[_0x57a15d([0x6a,0x74,0x69])])),await _0x515f99()?_0x4d0bd1()?_0x2e5ff0()?_0x57a15d([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x211aec()?(_0x2838ef[_0x57a15d([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x57a15d([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x7e99d6=_0x35fde1(_0x57a15d([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x2838ef[_0x57a15d([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x57a15d([0x74,0x72,0x69,0x61,0x6c])&&(_0x7e99d6=_0x35fde1(_0x57a15d([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x2faad9()):_0x57a15d([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x57a15d([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x57a15d([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x57a15d([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x2e5ff0(){const _0xea22a6=[_0x57a15d([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x57a15d([0x74,0x72,0x69,0x61,0x6c])][_0x57a15d([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2838ef[_0x57a15d([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x3f22b0/0x3e8:0xe10*_0x409ff7;return _0x2838ef[_0x57a15d([0x65,0x78,0x70])]<_0xea22a6;}function _0x4d0bd1(){const _0x17bf14=_0x2838ef[_0x57a15d([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x17bf14&&(!!_0x17bf14[_0x57a15d([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x57a15d([0x2a]))||(!!_0x17bf14[_0x57a15d([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x57a15d([0x53,0x43]))||!!_0x17bf14[_0x57a15d([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x57a15d([0x50,0x50]))));}function _0x211aec(){const _0x536b86=_0x17b3,_0x3c409d=_0x2838ef[_0x57a15d([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x3c409d||0x0==_0x3c409d[_0x57a15d([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x277d19}=new URL(window[_0x57a15d([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x536b86(0x122)]);if(_0x3c409d[_0x57a15d([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x277d19))return!0x0;const _0x36f99e=_0x277d19[_0x57a15d([0x73,0x70,0x6c,0x69,0x74])](_0x57a15d([0x2e]));return _0x3c409d[_0x57a15d([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x431696=>_0x431696[_0x57a15d([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x57a15d([0x2a])))[_0x57a15d([0x6d,0x61,0x70])](_0xb65126=>_0xb65126[_0x57a15d([0x73,0x70,0x6c,0x69,0x74])](_0x57a15d([0x2e])))[_0x57a15d([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x3730cb=>_0x3730cb[_0x57a15d([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x36f99e[_0x57a15d([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x57a15d([0x6d,0x61,0x70])](_0x20718b=>Array(_0x36f99e[_0x57a15d([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x20718b[_0x57a15d([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x57a15d([0x66,0x69,0x6c,0x6c])](_0x20718b[0x0]===_0x57a15d([0x2a])?_0x57a15d([0x2a]):'')[_0x57a15d([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x20718b))[_0x57a15d([0x73,0x6f,0x6d,0x65])](_0xe71ea0=>_0x36f99e[_0x57a15d([0x65,0x76,0x65,0x72,0x79])]((_0x481f2a,_0x5a3e9b)=>_0xe71ea0[_0x5a3e9b]===_0x481f2a||_0xe71ea0[_0x5a3e9b]===_0x57a15d([0x2a])));}function _0x2faad9(){return _0x7e99d6&&_0x4f2c21?new window[(_0x57a15d([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x1e7402,_0x8242a8)=>{_0x7e99d6[_0x57a15d([0x74,0x68,0x65,0x6e])](_0x1e7402,_0x8242a8),_0x4f2c21[_0x57a15d([0x74,0x68,0x65,0x6e])](_0x36b851=>{_0x36b851!=_0x57a15d([0x56,0x61,0x6c,0x69,0x64])&&_0x1e7402(_0x36b851);},_0x8242a8);}):_0x7e99d6||_0x4f2c21||_0x57a15d([0x56,0x61,0x6c,0x69,0x64]);}}function _0x2cc25c(_0x23da6f,_0x3f5794){return new window[(_0x57a15d([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x57b582=>{if(_0x2cfd72())return _0x57b582(_0x57a15d([0x56,0x61,0x6c,0x69,0x64]));_0x18bd77(),_0x59441a[_0x57a15d([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x57a15d([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x2b0a96=!0x1;const _0x5ed4fa=_0x462513();function _0x166670(_0x32c7fb){return!!_0x32c7fb&&(typeof _0x32c7fb===_0x57a15d([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x32c7fb===_0x57a15d([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x32c7fb[_0x57a15d([0x74,0x68,0x65,0x6e])]===_0x57a15d([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x32c7fb[_0x57a15d([0x63,0x61,0x74,0x63,0x68])]===_0x57a15d([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x17fc7c(_0x55220c){_0x15a03d(_0x55220c)[_0x57a15d([0x74,0x68,0x65,0x6e])](_0x4ff543=>{if(!_0x4ff543||_0x4ff543[_0x57a15d([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x57a15d([0x6f,0x6b]))return _0x57a15d([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x44d8a0(_0x40e6b2(_0x5ed4fa+_0x3f5794))!=_0x4ff543[_0x57a15d([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x57a15d([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x57a15d([0x56,0x61,0x6c,0x69,0x64]);})[_0x57a15d([0x74,0x68,0x65,0x6e])](_0x3522c9=>(_0x44822b(),_0x3522c9),()=>{const _0xb1d764=_0x30fd7c();return null==_0xb1d764?(_0x44822b(),_0x57a15d([0x56,0x61,0x6c,0x69,0x64])):_0x57a15d(_0x3f22b0-_0xb1d764>(0x2366cba^_0x3c3678)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x57a15d([0x74,0x68,0x65,0x6e])](_0x57b582)[_0x57a15d([0x63,0x61,0x74,0x63,0x68])](()=>{_0x57b582(_0x57a15d([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0xfa256e=0x260c063a^_0x3c3678;function _0x44822b(){const _0x199119=_0x57a15d([0x6c,0x6c,0x63,0x74,0x2d])+_0x44d8a0(_0x40e6b2(_0x23da6f)),_0x559d35=_0x2c851e(_0x44d8a0(window[_0x57a15d([0x4d,0x61,0x74,0x68])][_0x57a15d([0x63,0x65,0x69,0x6c])](_0x3f22b0/_0xfa256e)));window[_0x57a15d([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x57a15d([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x199119,_0x559d35);}function _0x30fd7c(){const _0x1d5422=_0x57a15d([0x6c,0x6c,0x63,0x74,0x2d])+_0x44d8a0(_0x40e6b2(_0x23da6f)),_0x25bc81=window[_0x57a15d([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x57a15d([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x1d5422);return _0x25bc81?window[_0x57a15d([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x2c851e(_0x25bc81),0x10)*_0xfa256e:null;}function _0x15a03d(_0x24e21c){return new window[(_0x57a15d([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x2f33fd,_0x1add7e)=>{_0x24e21c[_0x57a15d([0x74,0x68,0x65,0x6e])](_0x2f33fd,_0x1add7e),window[_0x57a15d([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x1add7e,0x263b3c7a^_0x3c3678);});}}_0x59441a[_0x57a15d([0x6f,0x6e])](_0x57a15d([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x3ab854,_0x582c6f)=>{if(_0x582c6f[0x0]!=_0x23da6f)return _0x57b582(_0x57a15d([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x582c6f[0x1]={..._0x582c6f[0x1],[_0x57a15d([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x5ed4fa};},{[_0x57a15d([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x57a15d([0x68,0x69,0x67,0x68])}),_0x59441a[_0x57a15d([0x6f,0x6e])](_0x57a15d([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x469f03=>{_0x166670(_0x469f03[_0x57a15d([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x2b0a96=!0x0,_0x17fc7c(_0x469f03[_0x57a15d([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x57a15d([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x57a15d([0x6c,0x6f,0x77])}),_0x4fdd82[_0x57a15d([0x74,0x68,0x65,0x6e])](()=>{_0x2b0a96||_0x57b582(_0x57a15d([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x2cfd72(){return _0x59441a[_0x57a15d([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x57a15d([0x76,0x69,0x65,0x77])][_0x57a15d([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x57a15d([0x61,0x75,0x74,0x6f]);}function _0x18bd77(){_0x59441a[_0x57a15d([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x57a15d([0x76,0x69,0x65,0x77])][_0x57a15d([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x57a15d([0x61,0x75,0x74,0x6f]);}}function _0x35fde1(_0x4cafb0){const _0xb37dce=[new window[(_0x57a15d([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x245d00=>setTimeout(_0x245d00,0x2633d676^_0x3c3678)),_0x4fdd82[_0x57a15d([0x74,0x68,0x65,0x6e])](()=>new window[(_0x57a15d([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x4fed06=>{let _0x130cbb=0x0;_0x59441a[_0x57a15d([0x6d,0x6f,0x64,0x65,0x6c])][_0x57a15d([0x6f,0x6e])](_0x57a15d([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0xfef5e7,_0xdaa12a)=>{_0xdaa12a[0x0][_0x57a15d([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x130cbb++,_0x130cbb==(0x263ae942^_0x3c3678)&&(_0x4fed06(),_0xfef5e7[_0x57a15d([0x6f,0x66,0x66])]());});}))];return window[_0x57a15d([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x57a15d([0x72,0x61,0x63,0x65])](_0xb37dce)[_0x57a15d([0x74,0x68,0x65,0x6e])](()=>_0x4cafb0);}async function _0x57f180(){await _0x4fdd82,_0x59441a[_0x57a15d([0x6d,0x6f,0x64,0x65,0x6c])][_0x57a15d([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x15a057,_0x59441a[_0x57a15d([0x6d,0x6f,0x64,0x65,0x6c])][_0x57a15d([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x15a057,_0x59441a[_0x57a15d([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x57a15d([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x581634(_0x2c8a0d){const _0x48dee9=_0x31f179();_0x59441a[_0x48dee9]=_0x57a15d([0x73,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x2c8a0d,_0x2c8a0d!=_0x57a15d([0x56,0x61,0x6c,0x69,0x64])&&_0x57f180();}function _0x31f179(){const _0x11391c=window[_0x57a15d([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x57a15d([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x57a15d([0x6e,0x6f,0x77])]())[_0x57a15d([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x57a15d([0x2e]),'');let _0x12005c=_0x57a15d([0x50]);for(let _0xe5a650=0x0;_0xe5a650<_0x11391c[_0x57a15d([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0xe5a650+=0x2){let _0x1560af=window[_0x57a15d([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x11391c[_0x57a15d([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0xe5a650,_0xe5a650+0x2));_0x1560af>=_0x46f928[_0x57a15d([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x1560af-=_0x46f928[_0x57a15d([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x12005c+=_0x46f928[_0x1560af];}return _0x12005c;}function _0x3b49ac(){const _0x3a7f86=_0xe8df98[_0x57a15d([0x73,0x70,0x6c,0x69,0x74])](_0x57a15d([0x2e]));if(0x3!=_0x3a7f86[_0x57a15d([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x3f67fc(_0x3a7f86[0x1]);function _0x3f67fc(_0x3ba895){const _0x218f87=_0x3f72a4(_0x3ba895);return _0x218f87&&_0x1235d0()?_0x218f87:null;function _0x1235d0(){const _0x385380=_0x218f87[_0x57a15d([0x6a,0x74,0x69])],_0x39de07=window[_0x57a15d([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x385380[_0x57a15d([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x385380[_0x57a15d([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x3779c0={..._0x218f87,[_0x57a15d([0x6a,0x74,0x69])]:_0x385380[_0x57a15d([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x385380[_0x57a15d([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x3779c0[_0x57a15d([0x76,0x63])],_0x40e6b2(_0x3779c0)==_0x39de07;}}}async function _0x515f99(){let _0x4b01da=!0x0;try{const _0xe6531b=_0xe8df98[_0x57a15d([0x73,0x70,0x6c,0x69,0x74])](_0x57a15d([0x2e])),[_0x54a4a5,_0x356049,_0x2b8915]=_0xe6531b;return _0x4fb52d(_0x54a4a5),await _0x53ae6a(_0x54a4a5,_0x356049,_0x2b8915),_0x4b01da;}catch{return!0x1;}function _0x4fb52d(_0x5826cf){const _0x75cff=_0x3f72a4(_0x5826cf);_0x75cff&&_0x75cff[_0x57a15d([0x61,0x6c,0x67])]==_0x57a15d([0x45,0x53,0x32,0x35,0x36])||(_0x4b01da=!0x1);}async function _0x53ae6a(_0x21b28e,_0x135a35,_0x24fc87){const _0x1242e4=window[_0x57a15d([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x57a15d([0x66,0x72,0x6f,0x6d])](_0x3762e3(_0x24fc87),_0x1d84c3=>_0x1d84c3[_0x57a15d([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x37a01c=new window[(_0x57a15d([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x57a15d([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x21b28e+_0x57a15d([0x2e])+_0x135a35),_0x30b7ea=window[_0x57a15d([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x57a15d([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x30b7ea)return;const _0x483c61=await _0x30b7ea[_0x57a15d([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x57a15d([0x6a,0x77,0x6b]),_0x4d9dbc,{[_0x57a15d([0x6e,0x61,0x6d,0x65])]:_0x57a15d([0x45,0x43,0x44,0x53,0x41]),[_0x57a15d([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x57a15d([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x57a15d([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x30b7ea[_0x57a15d([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x57a15d([0x6e,0x61,0x6d,0x65])]:_0x57a15d([0x45,0x43,0x44,0x53,0x41]),[_0x57a15d([0x68,0x61,0x73,0x68])]:{[_0x57a15d([0x6e,0x61,0x6d,0x65])]:_0x57a15d([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x483c61,_0x1242e4,_0x37a01c)||(_0x4b01da=!0x1);}}function _0x3f72a4(_0x326b28){return _0x326b28[_0x57a15d([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x57a15d([0x65,0x79]))?JSON[_0x57a15d([0x70,0x61,0x72,0x73,0x65])](_0x3762e3(_0x326b28)):null;}function _0x3762e3(_0x27ced4){return window[_0x57a15d([0x61,0x74,0x6f,0x62])](_0x27ced4[_0x57a15d([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x57a15d([0x2b]))[_0x57a15d([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x57a15d([0x2f])));}function _0x40e6b2(_0x46a011){let _0x383e21=0x1505;function _0x406741(_0x17759b){for(let _0xa0dd2a=0x0;_0xa0dd2a<_0x17759b[_0x57a15d([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0xa0dd2a++){const _0x2075c5=_0x17759b[_0x57a15d([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0xa0dd2a);_0x383e21=(_0x383e21<<0x5)+_0x383e21+_0x2075c5,_0x383e21&=_0x383e21;}}function _0x34fe9f(_0x44a93d){Array[_0x57a15d([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x44a93d)?_0x44a93d[_0x57a15d([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x34fe9f):_0x44a93d&&typeof _0x44a93d==_0x57a15d([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x57a15d([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x44a93d)[_0x57a15d([0x73,0x6f,0x72,0x74])]()[_0x57a15d([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x5b5659,_0x1bbfcc])=>{_0x406741(_0x5b5659),_0x34fe9f(_0x1bbfcc);}):_0x406741(window[_0x57a15d([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x44a93d));}return _0x34fe9f(_0x46a011),_0x383e21>>>0x0;}function _0x44d8a0(_0x2ddcd0){return _0x2ddcd0[_0x57a15d([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x57a15d([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x57a15d([0x30]));}function _0x2c851e(_0x1a355a){return _0x1a355a[_0x57a15d([0x73,0x70,0x6c,0x69,0x74])]('')[_0x57a15d([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x57a15d([0x6a,0x6f,0x69,0x6e])]('');}function _0x15a057(){}function _0x57a15d(_0x3bd2d6){const _0x4d501d=_0x17b3;return _0x3bd2d6[_0x4d501d(0x100)](_0x34ae64=>String[_0x4d501d(0x13e)](_0x34ae64))[_0x4d501d(0xfd)]('');}_0x581634(await _0x6a3dcd());}(this);}[_0x28d9b3(0xe3)](){const _0x1fbf6d=_0x28d9b3;return this[_0x1fbf6d(0x121)];}[_0x28d9b3(0x12e)](){const _0x3d412d=_0x28d9b3,_0x3d3de4=_0x80c47c=>_0x45e50d(this[_0x3d412d(0x148)][_0x3d412d(0xe7)],_0x80c47c);return[{'id':_0x3d412d(0x136),'commandName':_0x3d412d(0xf5),'icon':_0x221dd5,'title':_0x3d3de4(_0x3d412d(0xe1)),'description':_0x3d3de4(_0x3d412d(0xde)),'execute':_0xe05e42=>{const _0x45a8fe=_0x3d412d;setTimeout(()=>_0xe05e42[_0x45a8fe(0xfc)](_0x45a8fe(0xf5)));}},{'id':_0x3d412d(0xf0),'commandName':_0x3d412d(0xf0),'icon':_0x5982f2,'title':_0x3d3de4(_0x3d412d(0x107)),'description':_0x3d3de4(_0x3d412d(0xf6))},{'id':_0x3d412d(0x102),'commandName':_0x3d412d(0x102),'icon':_0x179212,'title':_0x3d3de4(_0x3d412d(0x105)),'description':_0x3d3de4(_0x3d412d(0x15e))},{'id':_0x3d412d(0x144),'commandName':_0x3d412d(0x144),'icon':_0x2a92c9,'title':_0x3d3de4(_0x3d412d(0xdb)),'description':_0x3d3de4(_0x3d412d(0x129))},{'id':_0x3d412d(0x132),'commandName':_0x3d412d(0x132),'icon':_0x559279,'title':_0x3d3de4(_0x3d412d(0x13d)),'description':_0x3d3de4(_0x3d412d(0x157)),'aliases':[_0x3d412d(0x123),_0x3d412d(0x13c),_0x3d412d(0x154)]},{'id':_0x3d412d(0x123),'commandName':_0x3d412d(0x123),'icon':_0x559279,'title':_0x3d3de4(_0x3d412d(0x14b)),'description':_0x3d3de4(_0x3d412d(0x14e)),'aliases':[_0x3d412d(0x132),_0x3d412d(0x13c),_0x3d412d(0x154)]},{'id':_0x3d412d(0x11b),'commandName':_0x3d412d(0x11b),'icon':_0x286c29,'title':_0x3d3de4(_0x3d412d(0xe9)),'description':_0x3d3de4(_0x3d412d(0x108)),'execute':_0x13daca=>{const _0x587c53=_0x3d412d;setTimeout(()=>_0x13daca[_0x587c53(0xfc)](_0x587c53(0x11b)));}},{'id':_0x3d412d(0xfa),'commandName':_0x3d412d(0x145),'icon':_0x5e2494,'title':_0x3d3de4(_0x3d412d(0xdd)),'description':_0x3d3de4(_0x3d412d(0xe2)),'execute':_0x3494fd=>{const _0x165f13=_0x3d412d;_0x3494fd[_0x165f13(0xfc)](_0x165f13(0x145),{'value':_0x165f13(0xfa)});}},{'id':_0x3d412d(0x113),'commandName':_0x3d412d(0x145),'icon':_0x5ccdc6,'title':_0x3d3de4(_0x3d412d(0x149)),'description':_0x3d3de4(_0x3d412d(0xe0)),'execute':_0x2bbe35=>{const _0x38ad36=_0x3d412d;_0x2bbe35[_0x38ad36(0xfc)](_0x38ad36(0x145),{'value':_0x38ad36(0x113)});}},{'id':_0x3d412d(0x126),'commandName':_0x3d412d(0x145),'icon':_0x707a7a,'title':_0x3d3de4(_0x3d412d(0xef)),'description':_0x3d3de4(_0x3d412d(0x10f)),'execute':_0x2c5ed3=>{const _0x3c1a0b=_0x3d412d;_0x2c5ed3[_0x3c1a0b(0xfc)](_0x3c1a0b(0x145),{'value':_0x3c1a0b(0x126)});}},{'id':_0x3d412d(0x12d),'commandName':_0x3d412d(0x145),'icon':_0x91363f,'title':_0x3d3de4(_0x3d412d(0xdf)),'description':_0x3d3de4(_0x3d412d(0x12f)),'execute':_0x144f8c=>{const _0x53dfe8=_0x3d412d;_0x144f8c[_0x53dfe8(0xfc)](_0x53dfe8(0x145),{'value':_0x53dfe8(0x12d)});}},{'id':_0x3d412d(0x12c),'commandName':_0x3d412d(0x145),'icon':_0x11fc76,'title':_0x3d3de4(_0x3d412d(0x116)),'description':_0x3d3de4(_0x3d412d(0xff)),'execute':_0x49968f=>{const _0x33d9f9=_0x3d412d;_0x49968f[_0x33d9f9(0xfc)](_0x33d9f9(0x145),{'value':_0x33d9f9(0x12c)});}},{'id':_0x3d412d(0x142),'commandName':_0x3d412d(0x145),'icon':_0x1b619e,'title':_0x3d3de4(_0x3d412d(0xdc)),'description':_0x3d3de4(_0x3d412d(0xee)),'execute':_0x5dd3af=>{const _0x5abc68=_0x3d412d;_0x5dd3af[_0x5abc68(0xfc)](_0x5abc68(0x145),{'value':_0x5abc68(0x142)});}},{'id':_0x3d412d(0x11a),'commandName':_0x3d412d(0x11a),'icon':_0x1cd569,'title':_0x3d3de4(_0x3d412d(0x153)),'description':_0x3d3de4(_0x3d412d(0x150))},{'id':_0x3d412d(0xf8),'commandName':_0x3d412d(0xf8),'icon':_0x3bc3a6,'title':_0x3d3de4(_0x3d412d(0x13f)),'description':_0x3d3de4(_0x3d412d(0x159))},{'id':_0x3d412d(0xe5),'commandName':_0x3d412d(0xe5),'icon':_0x356d87,'title':_0x3d3de4(_0x3d412d(0x143)),'description':_0x3d3de4(_0x3d412d(0x131))},{'id':_0x3d412d(0x13b),'commandName':_0x3d412d(0x13b),'title':_0x3d3de4(_0x3d412d(0x137)),'description':_0x3d3de4(_0x3d412d(0x120))},{'id':_0x3d412d(0xeb),'commandName':_0x3d412d(0xeb),'icon':_0x3df3c1,'title':_0x3d3de4(_0x3d412d(0x119)),'description':_0x3d3de4(_0x3d412d(0x13a))},{'id':_0x3d412d(0xfb),'commandName':_0x3d412d(0xfb),'icon':_0xa65201,'title':_0x3d3de4(_0x3d412d(0x125)),'description':_0x3d3de4(_0x3d412d(0xf7)),'aliases':[_0x3d412d(0x11c)]},{'id':_0x3d412d(0x11d),'commandName':_0x3d412d(0x11d),'icon':_0x37d178,'title':_0x3d3de4(_0x3d412d(0x118)),'description':_0x3d3de4(_0x3d412d(0xe8))},{'id':_0x3d412d(0xea),'commandName':_0x3d412d(0xea),'icon':_0x3e820f,'title':_0x3d3de4(_0x3d412d(0x135)),'description':_0x3d3de4(_0x3d412d(0x14a))},{'id':_0x3d412d(0x109),'commandName':_0x3d412d(0x109),'icon':_0x5b8b32,'title':_0x3d3de4(_0x3d412d(0xf9)),'description':_0x3d3de4(_0x3d412d(0x106))},{'id':_0x3d412d(0x11e),'commandName':_0x3d412d(0x11e),'icon':_0x4e0d3c,'title':_0x3d3de4(_0x3d412d(0x140)),'description':_0x3d3de4(_0x3d412d(0x10b))}];}[_0x28d9b3(0x115)](_0x2a0e70){const _0x466124=_0x28d9b3;return _0x2a0e70[_0x466124(0x11f)]?_0x2a0e70[_0x466124(0x11f)](this[_0x466124(0x148)]):!_0x2a0e70[_0x466124(0x10d)]||this[_0x466124(0x148)][_0x466124(0x111)][_0x466124(0x10c)](_0x2a0e70[_0x466124(0x10d)])[_0x466124(0x11f)];}[_0x28d9b3(0x117)](_0x27171a){const _0xc6fc1e=_0x28d9b3;if(_0x27171a[_0xc6fc1e(0xfc)])_0x27171a[_0xc6fc1e(0xfc)](this[_0xc6fc1e(0x148)]);else{if(!_0x27171a[_0xc6fc1e(0x10d)])throw new _0x29e67f(_0xc6fc1e(0x138),this[_0xc6fc1e(0x148)],{'commandDefinition':_0x27171a});this[_0xc6fc1e(0x148)][_0xc6fc1e(0xfc)](_0x27171a[_0xc6fc1e(0x10d)]);}}}function j(_0x171eff,_0xb1dd66){const _0x483239=_0x28d9b3;return _0x171eff[_0x483239(0x156)]<_0xb1dd66[_0x483239(0x156)]?-0x1:_0x171eff[_0x483239(0x156)]>_0xb1dd66[_0x483239(0x156)]?0x1:0x0;}function L(_0x2a7513,_0xf1a987){const _0x4b4c84=_0x28d9b3;return _0xf1a987+'-'+_0x2a7513[_0x4b4c84(0xf1)]()[_0x4b4c84(0x101)]('\x20')[_0x4b4c84(0xfd)]('-');}
|