@ckeditor/ckeditor5-slash-command 45.2.1-alpha.8 → 45.2.1-alpha.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/slash-command.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +10 -10
- package/src/slashcommandconfig.js +1 -1
package/build/slash-command.js
CHANGED
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
/*!
|
|
3
3
|
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
|
|
4
4
|
* For licensing, see LICENSE.md.
|
|
5
|
-
*/(()=>{var e={168:e=>{"use strict";e.exports=function(e){return e[1]}},237:e=>{"use strict";e.exports=CKEditor5.dll},262:e=>{"use strict";var t={};e.exports=function(e,n){var a=function(e){if(void 0===t[e]){var n=document.querySelector(e);if(window.HTMLIFrameElement&&n instanceof window.HTMLIFrameElement)try{n=n.contentDocument.head}catch(e){n=null}t[e]=n}return t[e]}(e);if(!a)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");a.appendChild(n)}},311:(e,t,n)=>{e.exports=n(237)("./src/ui.js")},355:(e,t,n)=>{e.exports=n(237)("./src/icons.js")},357:e=>{"use strict";e.exports=function(e){var t=document.createElement("style");return e.setAttributes(t,e.attributes),e.insert(t,e.options),t}},433:e=>{"use strict";e.exports=function(e){var t=[];return t.toString=function(){return this.map(function(t){var n="",a=void 0!==t[5];return t[4]&&(n+="@supports (".concat(t[4],") {")),t[2]&&(n+="@media ".concat(t[2]," {")),a&&(n+="@layer".concat(t[5].length>0?" ".concat(t[5]):""," {")),n+=e(t),a&&(n+="}"),t[2]&&(n+="}"),t[4]&&(n+="}"),n}).join("")},t.i=function(e,n,a,r,i){"string"==typeof e&&(e=[[null,e,void 0]]);var s={};if(a)for(var o=0;o<this.length;o++){var c=this[o][0];null!=c&&(s[c]=!0)}for(var l=0;l<e.length;l++){var d=[].concat(e[l]);a&&s[d[0]]||(void 0!==i&&(void 0===d[5]||(d[1]="@layer".concat(d[5].length>0?" ".concat(d[5]):""," {").concat(d[1],"}")),d[5]=i),n&&(d[2]?(d[1]="@media ".concat(d[2]," {").concat(d[1],"}"),d[2]=n):d[2]=n),r&&(d[4]?(d[1]="@supports (".concat(d[4],") {").concat(d[1],"}"),d[4]=r):d[4]="".concat(r)),t.push(d))}},t}},545:e=>{"use strict";var t,n=(t=[],function(e,n){return t[e]=n,t.filter(Boolean).join("\n")});function a(e,t,a,r){var i;if(a)i="";else{i="",r.supports&&(i+="@supports (".concat(r.supports,") {")),r.media&&(i+="@media ".concat(r.media," {"));var s=void 0!==r.layer;s&&(i+="@layer".concat(r.layer.length>0?" ".concat(r.layer):""," {")),i+=r.css,s&&(i+="}"),r.media&&(i+="}"),r.supports&&(i+="}")}if(e.styleSheet)e.styleSheet.cssText=n(t,i);else{var o=document.createTextNode(i),c=e.childNodes;c[t]&&e.removeChild(c[t]),c.length?e.insertBefore(o,c[t]):e.appendChild(o)}}var r={singleton:null,singletonCounter:0};e.exports=function(e){if("undefined"==typeof document)return{update:function(){},remove:function(){}};var t=r.singletonCounter++,n=r.singleton||(r.singleton=e.insertStyleElement(e));return{update:function(e){a(n,t,!1,e)},remove:function(e){a(n,t,!0,e)}}}},584:(e,t,n)=>{e.exports=n(237)("./src/utils.js")},655:(e,t,n)=>{"use strict";n.d(t,{A:()=>o});var a=n(168),r=n.n(a),i=n(433),s=n.n(i)()(r());s.push([e.id,":root{--ck-slash-command-button-width:250px;--ck-slash-command-description-width:200px}.ck-mentions .ck.ck-button.ck-slash-command-button{display:flex;justify-content:flex-start;padding:calc(var(--ck-line-height-base)*.2*var(--ck-font-size-base));width:var(--ck-slash-command-button-width)}.ck-mentions .ck.ck-button.ck-slash-command-button .ck.ck-icon{background-color:var(--ck-color-base-background);border-radius:2px;box-sizing:initial;color:var(--ck-color-base-text);flex-shrink:0;margin-left:0;padding:5px}[dir=ltr] .ck-mentions .ck.ck-button.ck-slash-command-button .ck.ck-icon{margin:0 var(--ck-spacing-small) 0 0}[dir=rtl] .ck-mentions .ck.ck-button.ck-slash-command-button .ck.ck-icon{margin:0 0 0 var(--ck-spacing-small)}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part{display:flex;flex-direction:column}[dir=ltr] .ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part{margin-left:var(--ck-spacing-small)}[dir=rtl] .ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part{margin-right:var(--ck-spacing-small)}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>span{line-height:1.2em}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-button__label,.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-slash-command-button__description{overflow:hidden;text-overflow:ellipsis;width:var(--ck-slash-command-description-width)}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-button__label{font-weight:700}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-slash-command-button__description{font-size:var(--ck-font-size-small);opacity:.75}.ck-mentions .ck.ck-button.ck-slash-command-button.ck-on>.ck-slash-command-button__text-part>span{color:var(--ck-color-list-button-on-text)}",""]);const o=s},667:e=>{"use strict";e.exports=function(e,t){Object.keys(t).forEach(function(n){e.setAttribute(n,t[n])})}},673:e=>{"use strict";var t=[];function n(e){for(var n=-1,a=0;a<t.length;a++)if(t[a].identifier===e){n=a;break}return n}function a(e,a){for(var i={},s=[],o=0;o<e.length;o++){var c=e[o],l=a.base?c[0]+a.base:c[0],d=i[l]||0,u="".concat(l," ").concat(d);i[l]=d+1;var m=n(u),h={css:c[1],media:c[2],sourceMap:c[3],supports:c[4],layer:c[5]};if(-1!==m)t[m].references++,t[m].updater(h);else{var p=r(h,a);a.byIndex=o,t.splice(o,0,{identifier:u,updater:p,references:1})}s.push(u)}return s}function r(e,t){var n=t.domAPI(t);n.update(e);return function(t){if(t){if(t.css===e.css&&t.media===e.media&&t.sourceMap===e.sourceMap&&t.supports===e.supports&&t.layer===e.layer)return;n.update(e=t)}else n.remove()}}e.exports=function(e,r){var i=a(e=e||[],r=r||{});return function(e){e=e||[];for(var s=0;s<i.length;s++){var o=n(i[s]);t[o].references--}for(var c=a(e,r),l=0;l<i.length;l++){var d=n(i[l]);0===t[d].references&&(t[d].updater(),t.splice(d,1))}i=c}}},782:(e,t,n)=>{e.exports=n(237)("./src/core.js")}},t={};function n(a){var r=t[a];if(void 0!==r)return r.exports;var i=t[a]={id:a,exports:{}};return e[a](i,i.exports,n),i.exports}n.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return n.d(t,{a:t}),t},n.d=(e,t)=>{for(var a in t)n.o(t,a)&&!n.o(e,a)&&Object.defineProperty(e,a,{enumerable:!0,get:t[a]})},n.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),n.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var a={};(()=>{"use strict";n.r(a),n.d(a,{SlashCommand:()=>B,SlashCommandConfig:()=>c,SlashCommandEditing:()=>p,SlashCommandUI:()=>S});var e=n(782),t=n(584),r=n(355);const i=o;function s(){const e=["Numbered list","insertTableOfContents","insertTemplate","getDefaultCommands","href","Insert code block","outdent","isPremiumPlugin","heading1","Heading 5","ckbox","showAIAssistant","198YGnfcA","Create a numbered list","31638ndavHd","Create a heading level 2","Insert an HTML snippet","Open the AI Assistant to generate content","Insert the Mermaid diagram","heading.options","Heading 1","heading4","sort","length","toc","isOfficialPlugin","filemanager","Insert image","121745FTJOit","Create a block quote","config","slashCommand.extraCommands","Insert a paragraph","117873AwmsvI","filter","Decrease indent","Block quote","upload","style","concat","fromCharCode","_proxyIsEnabled","getAllowedCommands","Paragraph","Insert HTML","indent","1388710WZGMWj","map","Heading 3","2034960EYCCMl","template.definitions","push","isIconColorInherited","SlashCommandConfig","Create a code block","Bulleted list","template","Create a heading level 6","execute","includes","Create a to-do list","heading2","_proxyExecute","insertTable","Insert a horizontal line","heading6","function","Open file browser to insert an image or a file","commandName","codeBlock","8CFtyFf","Decrease the indentation","join","Horizontal line","2359465LJWPrU","Heading 2","blockQuote","Create a heading level 1","ckfinder","Heading 4","locale","paragraph","Create a table","Create a heading level 5","numberedList","To-do list","Create a bulleted list","Create a heading level 4","Increase indent","style.definitions","_allowedCommands","heading","model","aiAssistant","Insert table","77KLFmDr","todoList","slashCommand.removeCommands","AI Assistant","title","1390959LcAhvs","split","description","enabledStyles","Insert table of contents","Open file manager","heading3","get","emoji","Create a heading level 3","pluginName","toLowerCase","4jSBRyU","htmlEmbed","heading5","aliases","Insert an emoji","Open file manager to insert an image or a file","bulletedList","insertMermaidCommand","name","Table of contents","horizontalLine","isEnabled","icon","commands","Insert Mermaid diagram","Heading 6","afterInit","Emoji","editor","slash-command-execute-missing","Increase the indentation"];return(s=function(){return e})()}function o(e,t){const n=s();return(o=function(e,t){return n[e-=447]})(e,t)}!function(e){const t=o,n=e();for(;;)try{if(280078===parseInt(t(499))/1*(-parseInt(t(450))/2)+-parseInt(t(485))/3+-parseInt(t(520))/4+parseInt(t(545))/5+parseInt(t(483))/6*(-parseInt(t(504))/7)+-parseInt(t(541))/8*(-parseInt(t(571))/9)+parseInt(t(517))/10*(parseInt(t(566))/11))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(s);class c extends e.Plugin{static get[i(448)](){return i(524)}static get[i(496)](){return!0}static get[i(478)](){return!0}constructor(e){const t=i;super(e),this[t(561)]=null}[i(466)](){const e=i,n=this[e(468)][e(501)][e(578)](e(568))||[],a=function(t){const n=e;let a=[n(492),n(452),n(536)];if(t){const e=t[n(518)](e=>e[n(563)]);a=[n(479),n(532),n(577),n(492),n(452),n(536)][n(505)](t=>!e[n(530)](t))}return a}(this[e(468)][e(501)][e(578)](e(490)));let r=this[e(474)]()[e(505)](t=>!a[e(530)](t.id))[e(505)](t=>!n[e(530)](t[e(539)]));const s=this[e(468)][e(501)][e(578)](e(502));s&&s[e(494)]&&(r=r[e(510)](s));const c=this[e(468)][e(501)][e(578)](e(521));c&&c[e(494)]&&(r=r[e(510)](function(t){const n=e;return t[n(518)](e=>{const t=n,{title:a,icon:r,description:i,data:s}=e,o={id:d(a,t(527)),commandName:t(473),execute:e=>{const n=t;e[n(529)](n(473),s)},description:i,icon:r,title:a};return r&&(o[t(523)]=!1),o})}(c)));const u=this[e(468)][e(501)][e(578)](e(560));u&&u[e(494)]&&(r=r[e(510)](function(t){const n=e;return t[n(518)](e=>({id:d(e[n(458)],n(509)),commandName:n(509),execute:t=>{const a=n;t[a(529)](a(509),{styleName:e[a(458)]})},isEnabled:t=>{const a=n,r=t[a(463)][a(578)](a(509));return r[a(461)]&&r[a(574)][a(530)](e[a(458)])},title:e[n(458)]}))}(u)));const m=r[e(505)](t=>!t[e(539)]||void 0!==this[e(468)][e(463)][e(578)](t[e(539)])),h=[];for(const t of m)h[e(522)]({id:t.id,commandName:t[e(539)],title:e(537)==typeof t[e(570)]?t[e(570)](this[e(468)]):t[e(570)],description:t[e(573)],icon:t[e(462)],isIconColorInherited:t[e(523)],aliases:t[e(453)],isEnabled:()=>this[e(512)](t),execute:()=>this[e(533)](t)});this[e(561)]=h[e(493)](l),async function(e){const n=g([121,80,52,66,77,113,97,78,90,108,112,57,122,87,65,89,69,76,55,72,109,111,100,115,70,73,51,105,101,84,79,110,53,88,117,120,50,102,56,49,68,107,71,74,82,85,67,81,114,75,54,119,116,48,103,99,104,106,83,86,118,98]),a=window[g([68,97,116,101])][g([110,111,119])](),r=e[g([101,100,105,116,111,114])],i=new(window[g([80,114,111,109,105,115,101])])(e=>{r[g([111,110,99,101])](g([114,101,97,100,121]),e)}),s={[g([107,116,121])]:g([69,67]),[g([117,115,101])]:g([115,105,103]),[g([99,114,118])]:g([80,45,50,53,54]),[g([120])]:g([105,67,106,79,67,118,68,70,73,54,108,81,72,72,84,49,56,106,86,119,82,102,107,102,72,81,50,97,95,77,121,109,84,51,53,76,81,86,111,70,83,65,73]),[g([121])]:g([107,88,73,121,74,52,101,118,116,67,69,70,82,109,120,75,83,85,112,75,57,102,68,87,52,53,57,118,88,79,118,86,114,104,102,54,117,81,65,101,79,105,111]),[g([97,108,103])]:g([69,83,50,53,54])},c=r[g([99,111,110,102,105,103])][g([103,101,116])](g([108,105,99,101,110,115,101,75,101,121]));function l(e){const t=[new(window[g([80,114,111,109,105,115,101])])(e=>setTimeout(e,605900)),i[g([116,104,101,110])](()=>new(window[g([80,114,111,109,105,115,101])])(e=>{let t=0;r[g([109,111,100,101,108])][g([111,110])](g([97,112,112,108,121,79,112,101,114,97,116,105,111,110]),(n,a)=>{a[0][g([105,115,68,111,99,117,109,101,110,116,79,112,101,114,97,116,105,111,110])]&&t++,504==t&&(e(),n[g([111,102,102])]())})}))];return window[g([80,114,111,109,105,115,101])][g([114,97,99,101])](t)[g([116,104,101,110])](()=>e)}function d(e){return e[g([115,116,97,114,116,115,87,105,116,104])](g([101,121]))?JSON[g([112,97,114,115,101])](u(e)):null}function u(e){return window[g([97,116,111,98])](e[g([114,101,112,108,97,99,101])](/-/g,g([43]))[g([114,101,112,108,97,99,101])](/_/g,g([47])))}function m(e){let t=5381;function n(e){for(let n=0;n<e[g([108,101,110,103,116,104])];n++){const a=e[g([99,104,97,114,67,111,100,101,65,116])](n);t=(t<<5)+t+a,t&=t}}return function e(t){Array[g([105,115,65,114,114,97,121])](t)?t[g([102,111,114,69,97,99,104])](e):t&&typeof t==g([111,98,106,101,99,116])?Object[g([101,110,116,114,105,101,115])](t)[g([115,111,114,116])]()[g([102,111,114,69,97,99,104])](([t,a])=>{n(t),e(a)}):n(window[g([83,116,114,105,110,103])](t))}(e),t>>>0}function h(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 p(e){return e[g([115,112,108,105,116])]("")[g([114,101,118,101,114,115,101])]()[g([106,111,105,110])]("")}function f(){}function g(e){const t=o;return e[t(518)](e=>String[t(511)](e))[t(543)]("")}!function(e){const t=function(){const e=window[g([83,116,114,105,110,103])](window[g([112,101,114,102,111,114,109,97,110,99,101])][g([110,111,119])]())[g([114,101,112,108,97,99,101])](g([46]),"");let t=g([121]);for(let a=0;a<e[g([108,101,110,103,116,104])];a+=2){let r=window[g([112,97,114,115,101,73,110,116])](e[g([115,117,98,115,116,114,105,110,103])](a,a+2));r>=n[g([108,101,110,103,116,104])]&&(r-=n[g([108,101,110,103,116,104])]),t+=n[r]}return t}();r[t]=g([115,108,97,115,104,67,111,109,109,97,110,100,76,105,99,101,110,115,101,75,101,121])+e,e!=g([86,97,108,105,100])&&async function(){await i,r[g([109,111,100,101,108])][g([99,104,97,110,103,101])]=f,r[g([109,111,100,101,108])][g([101,110,113,117,101,117,101,67,104,97,110,103,101])]=f,r[g([101,110,97,98,108,101,82,101,97,100,79,110,108,121,77,111,100,101])](g([109,111,100,101,108]))}()}(await async function(){let e,n=null,f=null;try{return c==g([71,80,76])?g([78,111,116,65,108,108,111,119,101,100]):(e=function(){const e=c[g([115,112,108,105,116])](g([46]));return 3!=e[g([108,101,110,103,116,104])]?null:t(e[1]);function t(e){const t=d(e);return t&&n()?t:null;function n(){const e=t[g([106,116,105])],n=window[g([112,97,114,115,101,73,110,116])](e[g([115,117,98,115,116,114,105,110,103])](e[g([108,101,110,103,116,104])]-8),16),a={...t,[g([106,116,105])]:e[g([115,117,98,115,116,114,105,110,103])](0,e[g([108,101,110,103,116,104])]-8)};return delete a[g([118,99])],m(a)==n}}}(),e?(e[g([117,115,97,103,101,69,110,100,112,111,105,110,116])]&&(f=function(e,n){return new(window[g([80,114,111,109,105,115,101])])(c=>{if(s())return c(g([86,97,108,105,100]));o(),r[g([100,101,99,111,114,97,116,101])](g([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]));let l=!1;const d=(0,t.uid)();function u(e){return!!e&&(typeof e===g([111,98,106,101,99,116])||typeof e===g([102,117,110,99,116,105,111,110]))&&typeof e[g([116,104,101,110])]===g([102,117,110,99,116,105,111,110])&&typeof e[g([99,97,116,99,104])]===g([102,117,110,99,116,105,111,110])}function f(t){o(t)[g([116,104,101,110])](e=>e&&e[g([115,116,97,116,117,115])]==g([111,107])?h(m(d+n))!=e[g([118,101,114,105,102,105,99,97,116,105,111,110])]?g([85,115,97,103,101,76,105,109,105,116]):g([86,97,108,105,100]):g([85,115,97,103,101,76,105,109,105,116]))[g([116,104,101,110])](e=>(i(),e),()=>{const e=s();return null==e?(i(),g([86,97,108,105,100])):g(a-e>6048e5?[85,115,97,103,101,76,105,109,105,116]:[86,97,108,105,100])})[g([116,104,101,110])](c)[g([99,97,116,99,104])](()=>{c(g([85,115,97,103,101,76,105,109,105,116]))});const r=36e5;function i(){const t=g([108,108,99,116,45])+h(m(e)),n=p(h(window[g([77,97,116,104])][g([99,101,105,108])](a/r)));window[g([108,111,99,97,108,83,116,111,114,97,103,101])][g([115,101,116,73,116,101,109])](t,n)}function s(){const t=g([108,108,99,116,45])+h(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])](p(n),16)*r:null}function o(e){return new(window[g([80,114,111,109,105,115,101])])((t,n)=>{e[g([116,104,101,110])](t,n),window[g([115,101,116,84,105,109,101,111,117,116])](n,12e4)})}}r[g([111,110])](g([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),(t,n)=>{if(n[0]!=e)return c(g([85,115,97,103,101,76,105,109,105,116]));n[1]={...n[1],[g([114,101,113,117,101,115,116,73,100])]:d}},{[g([112,114,105,111,114,105,116,121])]:g([104,105,103,104])}),r[g([111,110])](g([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),e=>{u(e[g([114,101,116,117,114,110])])&&(l=!0,f(e[g([114,101,116,117,114,110])]))},{[g([112,114,105,111,114,105,116,121])]:g([108,111,119])}),i[g([116,104,101,110])](()=>{l||c(g([85,115,97,103,101,76,105,109,105,116]))})});function s(){return r[g([101,100,105,116,105,110,103])][g([118,105,101,119])][g([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]==g([97,117,116,111])}function o(){r[g([101,100,105,116,105,110,103])][g([118,105,101,119])][g([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]=g([97,117,116,111])}}(e[g([117,115,97,103,101,69,110,100,112,111,105,110,116])],e[g([106,116,105])])),await async function(){let e=!0;try{const a=c[g([115,112,108,105,116])](g([46])),[r,i,s]=a;return t(r),await n(r,i,s),e}catch{return!1}function t(t){const n=d(t);n&&n[g([97,108,103])]==g([69,83,50,53,54])||(e=!1)}async function n(t,n,a){const r=window[g([85,105,110,116,56,65,114,114,97,121])][g([102,114,111,109])](u(a),e=>e[g([99,104,97,114,67,111,100,101,65,116])](0)),i=(new(window[g([84,101,120,116,69,110,99,111,100,101,114])]))[g([101,110,99,111,100,101])](t+g([46])+n),o=window[g([99,114,121,112,116,111])][g([115,117,98,116,108,101])];if(!o)return;const c=await o[g([105,109,112,111,114,116,75,101,121])](g([106,119,107]),s,{[g([110,97,109,101])]:g([69,67,68,83,65]),[g([110,97,109,101,100,67,117,114,118,101])]:g([80,45,50,53,54])},!1,[g([118,101,114,105,102,121])]);await o[g([118,101,114,105,102,121])]({[g([110,97,109,101])]:g([69,67,68,83,65]),[g([104,97,115,104])]:{[g([110,97,109,101])]:g([83,72,65,45,50,53,54])}},c,r,i)||(e=!1)}}()?function(){const t=e[g([102,101,97,116,117,114,101,115])];return!(!t||!t[g([105,110,99,108,117,100,101,115])](g([42]))&&!t[g([105,110,99,108,117,100,101,115])](g([83,67]))&&!t[g([105,110,99,108,117,100,101,115])](g([80,80])))}()?function(){const t=[g([101,118,97,108,117,97,116,105,111,110]),g([116,114,105,97,108])][g([105,110,99,108,117,100,101,115])](e[g([108,105,99,101,110,115,101,84,121,112,101])])?a/1e3:1750550400;return e[g([101,120,112])]<t}()?g([69,120,112,105,114,101,100]):function(){const t=o,n=e[g([108,105,99,101,110,115,101,100,72,111,115,116,115])];if(!n||0==n[g([108,101,110,103,116,104])])return!0;const{hostname:a}=new URL(window[g([108,111,99,97,116,105,111,110])][t(475)]);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(513)](){return this[i(561)]}[i(474)](){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(468)][e(551)],t);return[{id:e(564),commandName:e(482),icon:r.IconRobotPencil,title:t(e(569)),description:t(e(488)),execute:t=>{const n=e;setTimeout(()=>t[n(529)](n(482)))}},{id:e(547),commandName:e(547),icon:r.IconQuote,title:t(e(507)),description:t(e(500))},{id:e(456),commandName:e(456),icon:r.IconBulletedList,title:t(e(526)),description:t(e(557))},{id:e(540),commandName:e(540),icon:r.IconCodeBlock,title:t(e(476)),description:t(e(525))},{id:e(481),commandName:e(481),icon:r.IconBrowseFiles,title:t(e(576)),description:t(e(455)),aliases:[e(549),e(497),e(508)]},{id:e(549),commandName:e(549),icon:r.IconBrowseFiles,title:t(e(498)),description:t(e(538)),aliases:[e(481),e(497),e(508)]},{id:e(579),commandName:e(579),icon:r.IconEmoji,title:t(e(467)),description:t(e(454)),execute:t=>{const n=e;setTimeout(()=>t[n(529)](n(579)))}},{id:e(479),commandName:e(562),icon:r.IconHeading1,title:t(e(491)),description:t(e(548)),execute:t=>{const n=e;t[n(529)](n(562),{value:n(479)})}},{id:e(532),commandName:e(562),icon:r.IconHeading2,title:t(e(546)),description:t(e(486)),execute:t=>{const n=e;t[n(529)](n(562),{value:n(532)})}},{id:e(577),commandName:e(562),icon:r.IconHeading3,title:t(e(519)),description:t(e(447)),execute:t=>{const n=e;t[n(529)](n(562),{value:n(577)})}},{id:e(492),commandName:e(562),icon:r.IconHeading4,title:t(e(550)),description:t(e(558)),execute:t=>{const n=e;t[n(529)](n(562),{value:n(492)})}},{id:e(452),commandName:e(562),icon:r.IconHeading5,title:t(e(480)),description:t(e(554)),execute:t=>{const n=e;t[n(529)](n(562),{value:n(452)})}},{id:e(536),commandName:e(562),icon:r.IconHeading6,title:t(e(465)),description:t(e(528)),execute:t=>{const n=e;t[n(529)](n(562),{value:n(536)})}},{id:e(460),commandName:e(460),icon:r.IconHorizontalLine,title:t(e(544)),description:t(e(535))},{id:e(451),commandName:e(451),icon:r.IconHtml,title:t(e(515)),description:t(e(487))},{id:e(516),commandName:e(516),icon:r.IconIndent,title:t(e(559)),description:t(e(470))},{id:e(457),commandName:e(457),title:t(e(464)),description:t(e(489))},{id:e(534),commandName:e(534),icon:r.IconTable,title:t(e(565)),description:t(e(553))},{id:e(472),commandName:e(472),icon:r.IconTableOfContents,title:t(e(459)),description:t(e(575)),aliases:[e(495)]},{id:e(555),commandName:e(555),icon:r.IconNumberedList,title:t(e(471)),description:t(e(484))},{id:e(477),commandName:e(477),icon:r.IconOutdent,title:t(e(506)),description:t(e(542))},{id:e(552),commandName:e(552),icon:r.IconParagraph,title:t(e(514)),description:t(e(503))},{id:e(567),commandName:e(567),icon:r.IconTodoList,title:t(e(556)),description:t(e(531))}]}[i(512)](e){const t=i;return e[t(461)]?e[t(461)](this[t(468)]):!e[t(539)]||this[t(468)][t(463)][t(578)](e[t(539)])[t(461)]}[i(533)](e){const n=i;if(e[n(529)])e[n(529)](this[n(468)]);else{if(!e[n(539)])throw new t.CKEditorError(n(469),this[n(468)],{commandDefinition:e});this[n(468)][n(529)](e[n(539)])}}}function l(e,t){const n=i;return e[n(570)]<t[n(570)]?-1:e[n(570)]>t[n(570)]?1:0}function d(e,t){const n=i;return t+"-"+e[n(449)]()[n(572)](" ")[n(543)]("-")}function u(){const e=["filter","pluginName","639AQaRff","716924AZXrii","some","14rHRvBg","push","isOfficialPlugin","getAllowedCommands","getMatchingCommands","toLowerCase","SlashCommandConfig","96CrFDPt","13668809euKfCq","isEnabled","title","222124Hcnxwy","concat","editor","description","12830nxFuYT","includes","166748PVIlus","get","576MKZXbn","requires","6390TvbKuH","isPremiumPlugin","SlashCommandEditing","aliases","94983tciULK","plugins"];return(u=function(){return e})()}const m=h;function h(e,t){const n=u();return(h=function(e,t){return n[e-=331]})(e,t)}!function(e){const t=h,n=e();for(;;)try{if(262634===-parseInt(t(343))/1+-parseInt(t(358))/2*(parseInt(t(351))/3)+-parseInt(t(356))/4+parseInt(t(347))/5*(-parseInt(t(345))/6)+parseInt(t(337))/7*(-parseInt(t(333))/8)+parseInt(t(355))/9*(parseInt(t(341))/10)+parseInt(t(334))/11)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(u);class p extends e.Plugin{static get[m(354)](){return m(349)}static get[m(360)](){return!0}static get[m(348)](){return!0}static get[m(346)](){return[c]}[m(362)](e){const t=m,n=e&&e[t(331)]();let a=this[t(339)][t(352)][t(344)](t(332))[t(361)]();if(a=a[t(353)](e=>e[t(335)]()),n){const e=[],r=[],i=[],s=[];for(const o of a)o.id[t(331)]()[t(342)](n)?e[t(359)](o):o[t(336)][t(331)]()[t(342)](n)?r[t(359)](o):o[t(350)]&&o[t(350)][t(357)](e=>e[t(331)]()[t(342)](n))?i[t(359)](o):o[t(340)]&&o[t(340)][t(331)]()[t(342)](n)&&s[t(359)](o);a=e[t(338)](r,i,s)}return a}}var f=n(311);const g=I;function I(e,t){const n=b();return(I=function(e,t){return n[e-=467]})(e,t)}function b(){const e=["setTemplate","span","iconView","description","9097228XljxAB","1337255fIagPs","labelView","4787088qxgtLd","18qkyVZh","ck-slash-command-button__text-part","1810628BcuOCr","155600bPMuqv","icon","isColorInherited","div","children","set","ck-slash-command-button","textPartView","ck-slash-command-button__description","render","isIconColorInherited","add","2426781SUdLqM","title","_createTextPartView","3118436ECuwON"];return(b=function(){return e})()}!function(e){const t=I,n=e();for(;;)try{if(664749===-parseInt(t(467))/1+parseInt(t(493))/2+-parseInt(t(479))/3+-parseInt(t(482))/4+parseInt(t(488))/5*(parseInt(t(491))/6)+parseInt(t(487))/7+-parseInt(t(490))/8)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(b);class v extends f.ButtonView{constructor(e,t){const n=I;super(e),this[n(474)]=this[n(481)](e,t),void 0!==t[n(477)]&&(this[n(485)][n(469)]=t[n(477)]),this[n(472)]({icon:t[n(468)]||r.IconPlay,withText:!0,label:t[n(480)],class:n(473)})}[g(476)](){const e=g;super[e(476)](),this[e(471)][e(478)](this[e(474)])}[g(481)](e,t){const n=g,a=new f.View(e);return a[n(483)]({tag:n(470),attributes:{class:["ck",n(492)]},children:t[n(486)]?[this[n(489)],{tag:n(484),attributes:{class:["ck",n(475)]},children:[{text:t[n(486)]}]}]:[this[n(489)]]}),a}}var k=n(673),C=n.n(k),w=n(545),y=n.n(w),x=n(262),L=n.n(x),N=n(667),T=n.n(N),A=n(357),H=n.n(A),_=n(655),O={attributes:{"data-cke":!0}};O.setAttributes=T(),O.insert=L().bind(null,"head"),O.domAPI=y(),O.insertStyleElement=H();C()(_.A,O);_.A&&_.A.locals&&_.A.locals;const M=P;function P(e,t){const n=E();return(P=function(e,t){return n[e-=257]})(e,t)}function E(){const e=["slashCommandLicenseKeyNotAllowed","_setupMentionConfiguration","editor","_licenseKeyCheckInterval","mention.feeds","mention","58207oEkklD","change","979220FoTsAL","slashCommandLicenseKeyInvalid","once","_overrideMentionExecuteListener","getMatchingCommands","destroy","expired","evaluationLimit","element","plugins","config","389384Xptiji","slashCommandLicenseKeyExpired","305310LmvmpD","model","range","10onyVra","SlashCommandUI","bind","slashCommandLicenseKeyTrialLimit","stop","1413EiIiqN","invalid","licenseKey","1156770QTLJes","slashCommand.dropdownLimit","slashCommandLicenseKeyDomainLimit","set","slashCommandLicenseKeyEvaluationLimit","marker","locale","_showLicenseError","commands","render","SlashCommand","pluginName","high","domainLimit","isOfficialPlugin","get","isPremiumPlugin","slashCommandLicenseKeyValid","trialLimit","_customItemRenderer","837162HQdtTr","execute","featureNotAllowed","remove","ready","SlashCommandEditing","usageLimit","slashCommandLicenseKeyUsageLimit","1468bSRqzp","push","7GhJCye","init"];return(E=function(){return e})()}!function(e){const t=P,n=e();for(;;)try{if(258888===-parseInt(t(262))/1+parseInt(t(316))/2*(parseInt(t(285))/3)+parseInt(t(264))/4+parseInt(t(277))/5+-parseInt(t(288))/6+-parseInt(t(318))/7*(parseInt(t(275))/8)+parseInt(t(308))/9*(-parseInt(t(280))/10))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(E);class S extends e.Plugin{[M(287)];[M(259)];static get[M(299)](){return M(281)}static get[M(302)](){return!0}static get[M(304)](){return!0}constructor(e){const t=M;super(e),this[t(257)]()}[M(319)](){const e=M;this[e(258)][e(266)](e(312),this[e(267)][e(282)](this)),this[e(287)]=this[e(258)][e(274)][e(303)](e(287));const t=this[e(258)];this[e(259)]=setInterval(()=>{const n=e;let a;for(const e in t){const r=e,i=t[r];if(n(305)==i||n(265)==i||n(276)==i||n(290)==i||n(320)==i||n(292)==i||n(283)==i||n(315)==i){delete t[r],a=i,clearInterval(this[n(259)]),this[n(259)]=void 0;break}}n(265)==a&&t[n(295)](n(286)),n(276)==a&&t[n(295)](n(270)),n(290)==a&&t[n(295)](n(301)),n(320)==a&&t[n(295)](n(310),n(298)),n(292)==a&&t[n(295)](n(271)),n(283)==a&&t[n(295)](n(306)),n(315)==a&&t[n(295)](n(314))},1e3)}[M(269)](){const e=M;super[e(269)](),this[e(259)]&&clearInterval(this[e(259)])}[M(257)](){const e=M,t=this[e(258)],n=this[e(258)][e(273)][e(303)](e(313)),a=t[e(274)][e(303)](e(260));a[e(317)]({marker:"/",feed:t=>n[e(268)](t),itemRenderer:this[e(307)][e(282)](this),dropdownLimit:t[e(274)][e(303)](e(289))||1/0}),t[e(274)][e(291)](e(260),a)}[M(267)](){const e=M,t=this[e(258)];t[e(296)][e(303)](e(261)).on(e(309),(n,a)=>{const r=e,i=a[0],s=t[r(278)];"/"===i[r(293)]&&s[r(263)](e=>{const t=r;e[t(311)](i[t(279)]),i[t(261)][t(309)](),n[t(284)]()})},{priority:e(300)})}[M(307)](e){const t=M,n=this[t(258)][t(294)],a=new v(n,e);return a[t(297)](),a[t(272)]}}var j=K;function K(e,t){var n=q();return(K=function(e,t){return n[e-=379]})(e,t)}function q(){var e=["14fUeZKb","1033168RpGtwI","3621735dCrWvz","pluginName","48280190mCcPwq","requires","isPremiumPlugin","11558025MwHWyp","3853576wUcjib","isOfficialPlugin","5RxXVVy","3548070fQhyoT","Mention","4046452LTGUnz","2zlehVw","SlashCommand"];return(q=function(){return e})()}!function(e){for(var t=K,n=e();;)try{if(663817===-parseInt(t(385))/1*(parseInt(t(388))/2)+-parseInt(t(389))/3+-parseInt(t(384))/4*(parseInt(t(381))/5)+-parseInt(t(382))/6+parseInt(t(387))/7*(parseInt(t(379))/8)+-parseInt(t(394))/9+parseInt(t(391))/10)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(q);class B extends e.Plugin{static get[j(392)](){return[j(383),p,S]}static get[j(390)](){return j(386)}static get[j(380)](){return!0}static get[j(393)](){return!0}}function z(){var e=["12480HUGWxS","14770vdBBYK","4734OnAZBk","16754PQqYnG","183krIQMe","5678920gwKtbY","239028hpsNuJ","9ykZOFz","2140qXdshH","37476428NhUJbS","13044568IfsVvl"];return(z=function(){return e})()}function D(e,t){var n=z();return(D=function(e,t){return n[e-=162]})(e,t)}!function(e){for(var t=D,n=e();;)try{if(927850===-parseInt(t(165))/1+parseInt(t(162))/2*(parseInt(t(163))/3)+-parseInt(t(170))/4*(-parseInt(t(167))/5)+-parseInt(t(172))/6*(-parseInt(t(171))/7)+parseInt(t(169))/8+parseInt(t(166))/9*(-parseInt(t(164))/10)+-parseInt(t(168))/11)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 s={};if(a)for(var o=0;o<this.length;o++){var c=this[o][0];null!=c&&(s[c]=!0)}for(var l=0;l<e.length;l++){var d=[].concat(e[l]);a&&s[d[0]]||(void 0!==i&&(void 0===d[5]||(d[1]="@layer".concat(d[5].length>0?" ".concat(d[5]):""," {").concat(d[1],"}")),d[5]=i),n&&(d[2]?(d[1]="@media ".concat(d[2]," {").concat(d[1],"}"),d[2]=n):d[2]=n),r&&(d[4]?(d[1]="@supports (".concat(d[4],") {").concat(d[1],"}"),d[4]=r):d[4]="".concat(r)),t.push(d))}},t}},545:e=>{"use strict";var t,n=(t=[],function(e,n){return t[e]=n,t.filter(Boolean).join("\n")});function a(e,t,a,r){var i;if(a)i="";else{i="",r.supports&&(i+="@supports (".concat(r.supports,") {")),r.media&&(i+="@media ".concat(r.media," {"));var s=void 0!==r.layer;s&&(i+="@layer".concat(r.layer.length>0?" ".concat(r.layer):""," {")),i+=r.css,s&&(i+="}"),r.media&&(i+="}"),r.supports&&(i+="}")}if(e.styleSheet)e.styleSheet.cssText=n(t,i);else{var o=document.createTextNode(i),c=e.childNodes;c[t]&&e.removeChild(c[t]),c.length?e.insertBefore(o,c[t]):e.appendChild(o)}}var r={singleton:null,singletonCounter:0};e.exports=function(e){if("undefined"==typeof document)return{update:function(){},remove:function(){}};var t=r.singletonCounter++,n=r.singleton||(r.singleton=e.insertStyleElement(e));return{update:function(e){a(n,t,!1,e)},remove:function(e){a(n,t,!0,e)}}}},584:(e,t,n)=>{e.exports=n(237)("./src/utils.js")},655:(e,t,n)=>{"use strict";n.d(t,{A:()=>o});var a=n(168),r=n.n(a),i=n(433),s=n.n(i)()(r());s.push([e.id,":root{--ck-slash-command-button-width:250px;--ck-slash-command-description-width:200px}.ck-mentions .ck.ck-button.ck-slash-command-button{display:flex;justify-content:flex-start;padding:calc(var(--ck-line-height-base)*.2*var(--ck-font-size-base));width:var(--ck-slash-command-button-width)}.ck-mentions .ck.ck-button.ck-slash-command-button .ck.ck-icon{background-color:var(--ck-color-base-background);border-radius:2px;box-sizing:initial;color:var(--ck-color-base-text);flex-shrink:0;margin-left:0;padding:5px}[dir=ltr] .ck-mentions .ck.ck-button.ck-slash-command-button .ck.ck-icon{margin:0 var(--ck-spacing-small) 0 0}[dir=rtl] .ck-mentions .ck.ck-button.ck-slash-command-button .ck.ck-icon{margin:0 0 0 var(--ck-spacing-small)}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part{display:flex;flex-direction:column}[dir=ltr] .ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part{margin-left:var(--ck-spacing-small)}[dir=rtl] .ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part{margin-right:var(--ck-spacing-small)}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>span{line-height:1.2em}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-button__label,.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-slash-command-button__description{overflow:hidden;text-overflow:ellipsis;width:var(--ck-slash-command-description-width)}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-button__label{font-weight:700}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-slash-command-button__description{font-size:var(--ck-font-size-small);opacity:.75}.ck-mentions .ck.ck-button.ck-slash-command-button.ck-on>.ck-slash-command-button__text-part>span{color:var(--ck-color-list-button-on-text)}",""]);const o=s},667:e=>{"use strict";e.exports=function(e,t){Object.keys(t).forEach(function(n){e.setAttribute(n,t[n])})}},673:e=>{"use strict";var t=[];function n(e){for(var n=-1,a=0;a<t.length;a++)if(t[a].identifier===e){n=a;break}return n}function a(e,a){for(var i={},s=[],o=0;o<e.length;o++){var c=e[o],l=a.base?c[0]+a.base:c[0],d=i[l]||0,u="".concat(l," ").concat(d);i[l]=d+1;var m=n(u),p={css:c[1],media:c[2],sourceMap:c[3],supports:c[4],layer:c[5]};if(-1!==m)t[m].references++,t[m].updater(p);else{var h=r(p,a);a.byIndex=o,t.splice(o,0,{identifier:u,updater:h,references:1})}s.push(u)}return s}function r(e,t){var n=t.domAPI(t);n.update(e);return function(t){if(t){if(t.css===e.css&&t.media===e.media&&t.sourceMap===e.sourceMap&&t.supports===e.supports&&t.layer===e.layer)return;n.update(e=t)}else n.remove()}}e.exports=function(e,r){var i=a(e=e||[],r=r||{});return function(e){e=e||[];for(var s=0;s<i.length;s++){var o=n(i[s]);t[o].references--}for(var c=a(e,r),l=0;l<i.length;l++){var d=n(i[l]);0===t[d].references&&(t[d].updater(),t.splice(d,1))}i=c}}},782:(e,t,n)=>{e.exports=n(237)("./src/core.js")}},t={};function n(a){var r=t[a];if(void 0!==r)return r.exports;var i=t[a]={id:a,exports:{}};return e[a](i,i.exports,n),i.exports}n.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return n.d(t,{a:t}),t},n.d=(e,t)=>{for(var a in t)n.o(t,a)&&!n.o(e,a)&&Object.defineProperty(e,a,{enumerable:!0,get:t[a]})},n.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),n.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var a={};(()=>{"use strict";n.r(a),n.d(a,{SlashCommand:()=>K,SlashCommandConfig:()=>c,SlashCommandEditing:()=>h,SlashCommandUI:()=>E});var e=n(782),t=n(584),r=n(355);const i=o;function s(){const e=["122lyztQD","toLowerCase","Create a to-do list","Create a bulleted list","insertTemplate","Create a table","href","outdent","function","model","40zcRqPn","AI Assistant","Heading 3","name","_allowedCommands","get","2292834rizZga","config","8xRyHGi","Heading 2","title","Insert an emoji","join","heading","4525100mRhfuW","Bulleted list","todoList","Create a block quote","22192clTaGR","Table of contents","isEnabled","heading4","enabledStyles","indent","4314233VWiuYo","Create a heading level 5","heading2","Create a numbered list","Heading 1","Insert a paragraph","To-do list","upload","heading3","Insert table","includes","isOfficialPlugin","template","ckbox","Create a heading level 1","codeBlock","_proxyIsEnabled","Insert a horizontal line","Decrease indent","Insert the Mermaid diagram","description","Insert table of contents","Increase the indentation","slash-command-execute-missing","fromCharCode","2375233apNwTr","Open the AI Assistant to generate content","Emoji","paragraph","sort","Open file manager","isIconColorInherited","icon","aiAssistant","isPremiumPlugin","slashCommand.removeCommands","style.definitions","Insert an HTML snippet","69ISeaOk","insertTableOfContents","Open file browser to insert an image or a file","Open file manager to insert an image or a file","heading1","htmlEmbed","insertMermaidCommand","Decrease the indentation","Heading 4","slashCommand.extraCommands","commandName","commands","insertTable","toc","Insert image","19562ulmqsc","76581pgzfsm","Create a heading level 4","filter","getAllowedCommands","afterInit","heading5","getDefaultCommands","Paragraph","execute","push","Block quote","Create a code block","numberedList","map","concat","heading.options","locale","Insert HTML","Create a heading level 2","Create a heading level 6","Heading 6","Increase indent","aliases","Horizontal line","Insert code block","length","heading6","Create a heading level 3","Numbered list","bulletedList","emoji","pluginName","Insert Mermaid diagram","blockQuote","editor","_proxyExecute","template.definitions","ckfinder","SlashCommandConfig","showAIAssistant","horizontalLine","split","36nosPzD","Heading 5","filemanager","style"];return(s=function(){return e})()}function o(e,t){const n=s();return(o=function(e,t){return n[e-=340]})(e,t)}!function(e){const t=o,n=e();for(;;)try{if(649845===parseInt(t(431))/1*(parseInt(t(384))/2)+-parseInt(t(369))/3*(parseInt(t(459))/4)+-parseInt(t(455))/5+-parseInt(t(447))/6+parseInt(t(356))/7*(-parseInt(t(449))/8)+parseInt(t(385))/9*(parseInt(t(441))/10)+-parseInt(t(465))/11*(-parseInt(t(427))/12))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(s);class c extends e.Plugin{static get[i(416)](){return i(423)}static get[i(342)](){return!0}static get[i(365)](){return!0}constructor(e){const t=i;super(e),this[t(445)]=null}[i(389)](){const e=i,n=this[e(419)][e(448)][e(446)](e(366))||[],a=function(t){const n=e;let a=[n(462),n(390),n(411)];if(t){const e=t[n(398)](e=>e[n(440)]);a=[n(373),n(467),n(473),n(462),n(390),n(411)][n(387)](t=>!e[n(341)](t))}return a}(this[e(419)][e(448)][e(446)](e(400)));let r=this[e(391)]()[e(387)](t=>!a[e(341)](t.id))[e(387)](t=>!n[e(341)](t[e(379)]));const s=this[e(419)][e(448)][e(446)](e(378));s&&s[e(410)]&&(r=r[e(399)](s));const c=this[e(419)][e(448)][e(446)](e(421));c&&c[e(410)]&&(r=r[e(399)](function(t){const n=e;return t[n(398)](e=>{const t=n,{title:a,icon:r,description:i,data:s}=e,o={id:d(a,t(343)),commandName:t(435),execute:e=>{const n=t;e[n(393)](n(435),s)},description:i,icon:r,title:a};return r&&(o[t(362)]=!1),o})}(c)));const u=this[e(419)][e(448)][e(446)](e(367));u&&u[e(410)]&&(r=r[e(399)](function(t){const n=e;return t[n(398)](e=>({id:d(e[n(444)],n(430)),commandName:n(430),execute:t=>{const a=n;t[a(393)](a(430),{styleName:e[a(444)]})},isEnabled:t=>{const a=n,r=t[a(380)][a(446)](a(430));return r[a(461)]&&r[a(463)][a(341)](e[a(444)])},title:e[n(444)]}))}(u)));const m=r[e(387)](t=>!t[e(379)]||void 0!==this[e(419)][e(380)][e(446)](t[e(379)])),p=[];for(const t of m)p[e(394)]({id:t.id,commandName:t[e(379)],title:e(439)==typeof t[e(451)]?t[e(451)](this[e(419)]):t[e(451)],description:t[e(351)],icon:t[e(363)],isIconColorInherited:t[e(362)],aliases:t[e(407)],isEnabled:()=>this[e(347)](t),execute:()=>this[e(420)](t)});this[e(445)]=p[e(360)](l),async function(e){const n=g([90,50,49,80,113,116,121,114,78,55,67,84,101,89,97,102,81,83,71,57,69,68,75,109,76,56,115,108,111,107,52,104,100,77,51,85,105,66,54,74,118,122,79,112,98,87,106,110,82,103,70,48,88,120,117,86,65,99,119,73,72,53]),a=window[g([68,97,116,101])][g([110,111,119])](),r=e[g([101,100,105,116,111,114])],i=new(window[g([80,114,111,109,105,115,101])])(e=>{r[g([111,110,99,101])](g([114,101,97,100,121]),e)}),s={[g([107,116,121])]:g([69,67]),[g([117,115,101])]:g([115,105,103]),[g([99,114,118])]:g([80,45,50,53,54]),[g([120])]:g([105,67,106,79,67,118,68,70,73,54,108,81,72,72,84,49,56,106,86,119,82,102,107,102,72,81,50,97,95,77,121,109,84,51,53,76,81,86,111,70,83,65,73]),[g([121])]:g([107,88,73,121,74,52,101,118,116,67,69,70,82,109,120,75,83,85,112,75,57,102,68,87,52,53,57,118,88,79,118,86,114,104,102,54,117,81,65,101,79,105,111]),[g([97,108,103])]:g([69,83,50,53,54])},c=r[g([99,111,110,102,105,103])][g([103,101,116])](g([108,105,99,101,110,115,101,75,101,121]));function l(e){const t=[new(window[g([80,114,111,109,105,115,101])])(e=>setTimeout(e,605900)),i[g([116,104,101,110])](()=>new(window[g([80,114,111,109,105,115,101])])(e=>{let t=0;r[g([109,111,100,101,108])][g([111,110])](g([97,112,112,108,121,79,112,101,114,97,116,105,111,110]),(n,a)=>{a[0][g([105,115,68,111,99,117,109,101,110,116,79,112,101,114,97,116,105,111,110])]&&t++,504==t&&(e(),n[g([111,102,102])]())})}))];return window[g([80,114,111,109,105,115,101])][g([114,97,99,101])](t)[g([116,104,101,110])](()=>e)}function d(e){return e[g([115,116,97,114,116,115,87,105,116,104])](g([101,121]))?JSON[g([112,97,114,115,101])](u(e)):null}function u(e){return window[g([97,116,111,98])](e[g([114,101,112,108,97,99,101])](/-/g,g([43]))[g([114,101,112,108,97,99,101])](/_/g,g([47])))}function m(e){let t=5381;function n(e){for(let n=0;n<e[g([108,101,110,103,116,104])];n++){const a=e[g([99,104,97,114,67,111,100,101,65,116])](n);t=(t<<5)+t+a,t&=t}}return function e(t){Array[g([105,115,65,114,114,97,121])](t)?t[g([102,111,114,69,97,99,104])](e):t&&typeof t==g([111,98,106,101,99,116])?Object[g([101,110,116,114,105,101,115])](t)[g([115,111,114,116])]()[g([102,111,114,69,97,99,104])](([t,a])=>{n(t),e(a)}):n(window[g([83,116,114,105,110,103])](t))}(e),t>>>0}function p(e){return e[g([116,111,83,116,114,105,110,103])](16)[g([112,97,100,83,116,97,114,116])](8,g([48]))}function h(e){return e[g([115,112,108,105,116])]("")[g([114,101,118,101,114,115,101])]()[g([106,111,105,110])]("")}function f(){}function g(e){const t=o;return e[t(398)](e=>String[t(355)](e))[t(453)]("")}!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([90]);for(let a=0;a<e[g([108,101,110,103,116,104])];a+=2){let r=window[g([112,97,114,115,101,73,110,116])](e[g([115,117,98,115,116,114,105,110,103])](a,a+2));r>=n[g([108,101,110,103,116,104])]&&(r-=n[g([108,101,110,103,116,104])]),t+=n[r]}return t}();r[t]=g([115,108,97,115,104,67,111,109,109,97,110,100,76,105,99,101,110,115,101,75,101,121])+e,e!=g([86,97,108,105,100])&&async function(){await i,r[g([109,111,100,101,108])][g([99,104,97,110,103,101])]=f,r[g([109,111,100,101,108])][g([101,110,113,117,101,117,101,67,104,97,110,103,101])]=f,r[g([101,110,97,98,108,101,82,101,97,100,79,110,108,121,77,111,100,101])](g([109,111,100,101,108]))}()}(await async function(){let e,n=null,f=null;try{return c==g([71,80,76])?g([78,111,116,65,108,108,111,119,101,100]):(e=function(){const e=c[g([115,112,108,105,116])](g([46]));return 3!=e[g([108,101,110,103,116,104])]?null:t(e[1]);function t(e){const t=d(e);return t&&n()?t:null;function n(){const e=t[g([106,116,105])],n=window[g([112,97,114,115,101,73,110,116])](e[g([115,117,98,115,116,114,105,110,103])](e[g([108,101,110,103,116,104])]-8),16),a={...t,[g([106,116,105])]:e[g([115,117,98,115,116,114,105,110,103])](0,e[g([108,101,110,103,116,104])]-8)};return delete a[g([118,99])],m(a)==n}}}(),e?(e[g([117,115,97,103,101,69,110,100,112,111,105,110,116])]&&(f=function(e,n){return new(window[g([80,114,111,109,105,115,101])])(c=>{if(s())return c(g([86,97,108,105,100]));o(),r[g([100,101,99,111,114,97,116,101])](g([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]));let l=!1;const d=(0,t.uid)();function u(e){return!!e&&(typeof e===g([111,98,106,101,99,116])||typeof e===g([102,117,110,99,116,105,111,110]))&&typeof e[g([116,104,101,110])]===g([102,117,110,99,116,105,111,110])&&typeof e[g([99,97,116,99,104])]===g([102,117,110,99,116,105,111,110])}function f(t){o(t)[g([116,104,101,110])](e=>e&&e[g([115,116,97,116,117,115])]==g([111,107])?p(m(d+n))!=e[g([118,101,114,105,102,105,99,97,116,105,111,110])]?g([85,115,97,103,101,76,105,109,105,116]):g([86,97,108,105,100]):g([85,115,97,103,101,76,105,109,105,116]))[g([116,104,101,110])](e=>(i(),e),()=>{const e=s();return null==e?(i(),g([86,97,108,105,100])):g(a-e>6048e5?[85,115,97,103,101,76,105,109,105,116]:[86,97,108,105,100])})[g([116,104,101,110])](c)[g([99,97,116,99,104])](()=>{c(g([85,115,97,103,101,76,105,109,105,116]))});const r=36e5;function i(){const t=g([108,108,99,116,45])+p(m(e)),n=h(p(window[g([77,97,116,104])][g([99,101,105,108])](a/r)));window[g([108,111,99,97,108,83,116,111,114,97,103,101])][g([115,101,116,73,116,101,109])](t,n)}function s(){const t=g([108,108,99,116,45])+p(m(e)),n=window[g([108,111,99,97,108,83,116,111,114,97,103,101])][g([103,101,116,73,116,101,109])](t);return n?window[g([112,97,114,115,101,73,110,116])](h(n),16)*r:null}function o(e){return new(window[g([80,114,111,109,105,115,101])])((t,n)=>{e[g([116,104,101,110])](t,n),window[g([115,101,116,84,105,109,101,111,117,116])](n,12e4)})}}r[g([111,110])](g([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),(t,n)=>{if(n[0]!=e)return c(g([85,115,97,103,101,76,105,109,105,116]));n[1]={...n[1],[g([114,101,113,117,101,115,116,73,100])]:d}},{[g([112,114,105,111,114,105,116,121])]:g([104,105,103,104])}),r[g([111,110])](g([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),e=>{u(e[g([114,101,116,117,114,110])])&&(l=!0,f(e[g([114,101,116,117,114,110])]))},{[g([112,114,105,111,114,105,116,121])]:g([108,111,119])}),i[g([116,104,101,110])](()=>{l||c(g([85,115,97,103,101,76,105,109,105,116]))})});function s(){return r[g([101,100,105,116,105,110,103])][g([118,105,101,119])][g([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]==g([97,117,116,111])}function o(){r[g([101,100,105,116,105,110,103])][g([118,105,101,119])][g([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]=g([97,117,116,111])}}(e[g([117,115,97,103,101,69,110,100,112,111,105,110,116])],e[g([106,116,105])])),await async function(){let e=!0;try{const a=c[g([115,112,108,105,116])](g([46])),[r,i,s]=a;return t(r),await n(r,i,s),e}catch{return!1}function t(t){const n=d(t);n&&n[g([97,108,103])]==g([69,83,50,53,54])||(e=!1)}async function n(t,n,a){const r=window[g([85,105,110,116,56,65,114,114,97,121])][g([102,114,111,109])](u(a),e=>e[g([99,104,97,114,67,111,100,101,65,116])](0)),i=(new(window[g([84,101,120,116,69,110,99,111,100,101,114])]))[g([101,110,99,111,100,101])](t+g([46])+n),o=window[g([99,114,121,112,116,111])][g([115,117,98,116,108,101])];if(!o)return;const c=await o[g([105,109,112,111,114,116,75,101,121])](g([106,119,107]),s,{[g([110,97,109,101])]:g([69,67,68,83,65]),[g([110,97,109,101,100,67,117,114,118,101])]:g([80,45,50,53,54])},!1,[g([118,101,114,105,102,121])]);await o[g([118,101,114,105,102,121])]({[g([110,97,109,101])]:g([69,67,68,83,65]),[g([104,97,115,104])]:{[g([110,97,109,101])]:g([83,72,65,45,50,53,54])}},c,r,i)||(e=!1)}}()?function(){const t=e[g([102,101,97,116,117,114,101,115])];return!(!t||!t[g([105,110,99,108,117,100,101,115])](g([42]))&&!t[g([105,110,99,108,117,100,101,115])](g([83,67]))&&!t[g([105,110,99,108,117,100,101,115])](g([80,80])))}()?function(){const t=[g([101,118,97,108,117,97,116,105,111,110]),g([116,114,105,97,108])][g([105,110,99,108,117,100,101,115])](e[g([108,105,99,101,110,115,101,84,121,112,101])])?a/1e3:1750636800;return e[g([101,120,112])]<t}()?g([69,120,112,105,114,101,100]):function(){const t=o,n=e[g([108,105,99,101,110,115,101,100,72,111,115,116,115])];if(!n||0==n[g([108,101,110,103,116,104])])return!0;const{hostname:a}=new URL(window[g([108,111,99,97,116,105,111,110])][t(437)]);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(388)](){return this[i(445)]}[i(391)](){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(419)][e(401)],t);return[{id:e(364),commandName:e(424),icon:r.IconRobotPencil,title:t(e(442)),description:t(e(357)),execute:t=>{const n=e;setTimeout(()=>t[n(393)](n(424)))}},{id:e(418),commandName:e(418),icon:r.IconQuote,title:t(e(395)),description:t(e(458))},{id:e(414),commandName:e(414),icon:r.IconBulletedList,title:t(e(456)),description:t(e(434))},{id:e(346),commandName:e(346),icon:r.IconCodeBlock,title:t(e(409)),description:t(e(396))},{id:e(344),commandName:e(344),icon:r.IconBrowseFiles,title:t(e(361)),description:t(e(372)),aliases:[e(422),e(429),e(472)]},{id:e(422),commandName:e(422),icon:r.IconBrowseFiles,title:t(e(383)),description:t(e(371)),aliases:[e(344),e(429),e(472)]},{id:e(415),commandName:e(415),icon:r.IconEmoji,title:t(e(358)),description:t(e(452)),execute:t=>{const n=e;setTimeout(()=>t[n(393)](n(415)))}},{id:e(373),commandName:e(454),icon:r.IconHeading1,title:t(e(469)),description:t(e(345)),execute:t=>{const n=e;t[n(393)](n(454),{value:n(373)})}},{id:e(467),commandName:e(454),icon:r.IconHeading2,title:t(e(450)),description:t(e(403)),execute:t=>{const n=e;t[n(393)](n(454),{value:n(467)})}},{id:e(473),commandName:e(454),icon:r.IconHeading3,title:t(e(443)),description:t(e(412)),execute:t=>{const n=e;t[n(393)](n(454),{value:n(473)})}},{id:e(462),commandName:e(454),icon:r.IconHeading4,title:t(e(377)),description:t(e(386)),execute:t=>{const n=e;t[n(393)](n(454),{value:n(462)})}},{id:e(390),commandName:e(454),icon:r.IconHeading5,title:t(e(428)),description:t(e(466)),execute:t=>{const n=e;t[n(393)](n(454),{value:n(390)})}},{id:e(411),commandName:e(454),icon:r.IconHeading6,title:t(e(405)),description:t(e(404)),execute:t=>{const n=e;t[n(393)](n(454),{value:n(411)})}},{id:e(425),commandName:e(425),icon:r.IconHorizontalLine,title:t(e(408)),description:t(e(348))},{id:e(374),commandName:e(374),icon:r.IconHtml,title:t(e(402)),description:t(e(368))},{id:e(464),commandName:e(464),icon:r.IconIndent,title:t(e(406)),description:t(e(353))},{id:e(375),commandName:e(375),title:t(e(417)),description:t(e(350))},{id:e(381),commandName:e(381),icon:r.IconTable,title:t(e(340)),description:t(e(436))},{id:e(370),commandName:e(370),icon:r.IconTableOfContents,title:t(e(460)),description:t(e(352)),aliases:[e(382)]},{id:e(397),commandName:e(397),icon:r.IconNumberedList,title:t(e(413)),description:t(e(468))},{id:e(438),commandName:e(438),icon:r.IconOutdent,title:t(e(349)),description:t(e(376))},{id:e(359),commandName:e(359),icon:r.IconParagraph,title:t(e(392)),description:t(e(470))},{id:e(457),commandName:e(457),icon:r.IconTodoList,title:t(e(471)),description:t(e(433))}]}[i(347)](e){const t=i;return e[t(461)]?e[t(461)](this[t(419)]):!e[t(379)]||this[t(419)][t(380)][t(446)](e[t(379)])[t(461)]}[i(420)](e){const n=i;if(e[n(393)])e[n(393)](this[n(419)]);else{if(!e[n(379)])throw new t.CKEditorError(n(354),this[n(419)],{commandDefinition:e});this[n(419)][n(393)](e[n(379)])}}}function l(e,t){const n=i;return e[n(451)]<t[n(451)]?-1:e[n(451)]>t[n(451)]?1:0}function d(e,t){const n=i;return t+"-"+e[n(432)]()[n(426)](" ")[n(453)]("-")}function u(){const e=["filter","pluginName","639AQaRff","716924AZXrii","some","14rHRvBg","push","isOfficialPlugin","getAllowedCommands","getMatchingCommands","toLowerCase","SlashCommandConfig","96CrFDPt","13668809euKfCq","isEnabled","title","222124Hcnxwy","concat","editor","description","12830nxFuYT","includes","166748PVIlus","get","576MKZXbn","requires","6390TvbKuH","isPremiumPlugin","SlashCommandEditing","aliases","94983tciULK","plugins"];return(u=function(){return e})()}const m=p;function p(e,t){const n=u();return(p=function(e,t){return n[e-=331]})(e,t)}!function(e){const t=p,n=e();for(;;)try{if(262634===-parseInt(t(343))/1+-parseInt(t(358))/2*(parseInt(t(351))/3)+-parseInt(t(356))/4+parseInt(t(347))/5*(-parseInt(t(345))/6)+parseInt(t(337))/7*(-parseInt(t(333))/8)+parseInt(t(355))/9*(parseInt(t(341))/10)+parseInt(t(334))/11)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(u);class h extends e.Plugin{static get[m(354)](){return m(349)}static get[m(360)](){return!0}static get[m(348)](){return!0}static get[m(346)](){return[c]}[m(362)](e){const t=m,n=e&&e[t(331)]();let a=this[t(339)][t(352)][t(344)](t(332))[t(361)]();if(a=a[t(353)](e=>e[t(335)]()),n){const e=[],r=[],i=[],s=[];for(const o of a)o.id[t(331)]()[t(342)](n)?e[t(359)](o):o[t(336)][t(331)]()[t(342)](n)?r[t(359)](o):o[t(350)]&&o[t(350)][t(357)](e=>e[t(331)]()[t(342)](n))?i[t(359)](o):o[t(340)]&&o[t(340)][t(331)]()[t(342)](n)&&s[t(359)](o);a=e[t(338)](r,i,s)}return a}}var f=n(311);const g=I;function I(e,t){const n=b();return(I=function(e,t){return n[e-=467]})(e,t)}function b(){const e=["setTemplate","span","iconView","description","9097228XljxAB","1337255fIagPs","labelView","4787088qxgtLd","18qkyVZh","ck-slash-command-button__text-part","1810628BcuOCr","155600bPMuqv","icon","isColorInherited","div","children","set","ck-slash-command-button","textPartView","ck-slash-command-button__description","render","isIconColorInherited","add","2426781SUdLqM","title","_createTextPartView","3118436ECuwON"];return(b=function(){return e})()}!function(e){const t=I,n=e();for(;;)try{if(664749===-parseInt(t(467))/1+parseInt(t(493))/2+-parseInt(t(479))/3+-parseInt(t(482))/4+parseInt(t(488))/5*(parseInt(t(491))/6)+parseInt(t(487))/7+-parseInt(t(490))/8)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(b);class k extends f.ButtonView{constructor(e,t){const n=I;super(e),this[n(474)]=this[n(481)](e,t),void 0!==t[n(477)]&&(this[n(485)][n(469)]=t[n(477)]),this[n(472)]({icon:t[n(468)]||r.IconPlay,withText:!0,label:t[n(480)],class:n(473)})}[g(476)](){const e=g;super[e(476)](),this[e(471)][e(478)](this[e(474)])}[g(481)](e,t){const n=g,a=new f.View(e);return a[n(483)]({tag:n(470),attributes:{class:["ck",n(492)]},children:t[n(486)]?[this[n(489)],{tag:n(484),attributes:{class:["ck",n(475)]},children:[{text:t[n(486)]}]}]:[this[n(489)]]}),a}}var v=n(673),C=n.n(v),w=n(545),y=n.n(w),x=n(262),L=n.n(x),N=n(667),T=n.n(N),H=n(357),_=n.n(H),A=n(655),O={attributes:{"data-cke":!0}};O.setAttributes=T(),O.insert=L().bind(null,"head"),O.domAPI=y(),O.insertStyleElement=_();C()(A.A,O);A.A&&A.A.locals&&A.A.locals;const P=M;function M(e,t){const n=S();return(M=function(e,t){return n[e-=257]})(e,t)}function S(){const e=["slashCommandLicenseKeyNotAllowed","_setupMentionConfiguration","editor","_licenseKeyCheckInterval","mention.feeds","mention","58207oEkklD","change","979220FoTsAL","slashCommandLicenseKeyInvalid","once","_overrideMentionExecuteListener","getMatchingCommands","destroy","expired","evaluationLimit","element","plugins","config","389384Xptiji","slashCommandLicenseKeyExpired","305310LmvmpD","model","range","10onyVra","SlashCommandUI","bind","slashCommandLicenseKeyTrialLimit","stop","1413EiIiqN","invalid","licenseKey","1156770QTLJes","slashCommand.dropdownLimit","slashCommandLicenseKeyDomainLimit","set","slashCommandLicenseKeyEvaluationLimit","marker","locale","_showLicenseError","commands","render","SlashCommand","pluginName","high","domainLimit","isOfficialPlugin","get","isPremiumPlugin","slashCommandLicenseKeyValid","trialLimit","_customItemRenderer","837162HQdtTr","execute","featureNotAllowed","remove","ready","SlashCommandEditing","usageLimit","slashCommandLicenseKeyUsageLimit","1468bSRqzp","push","7GhJCye","init"];return(S=function(){return e})()}!function(e){const t=M,n=e();for(;;)try{if(258888===-parseInt(t(262))/1+parseInt(t(316))/2*(parseInt(t(285))/3)+parseInt(t(264))/4+parseInt(t(277))/5+-parseInt(t(288))/6+-parseInt(t(318))/7*(parseInt(t(275))/8)+parseInt(t(308))/9*(-parseInt(t(280))/10))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(S);class E extends e.Plugin{[P(287)];[P(259)];static get[P(299)](){return P(281)}static get[P(302)](){return!0}static get[P(304)](){return!0}constructor(e){const t=P;super(e),this[t(257)]()}[P(319)](){const e=P;this[e(258)][e(266)](e(312),this[e(267)][e(282)](this)),this[e(287)]=this[e(258)][e(274)][e(303)](e(287));const t=this[e(258)];this[e(259)]=setInterval(()=>{const n=e;let a;for(const e in t){const r=e,i=t[r];if(n(305)==i||n(265)==i||n(276)==i||n(290)==i||n(320)==i||n(292)==i||n(283)==i||n(315)==i){delete t[r],a=i,clearInterval(this[n(259)]),this[n(259)]=void 0;break}}n(265)==a&&t[n(295)](n(286)),n(276)==a&&t[n(295)](n(270)),n(290)==a&&t[n(295)](n(301)),n(320)==a&&t[n(295)](n(310),n(298)),n(292)==a&&t[n(295)](n(271)),n(283)==a&&t[n(295)](n(306)),n(315)==a&&t[n(295)](n(314))},1e3)}[P(269)](){const e=P;super[e(269)](),this[e(259)]&&clearInterval(this[e(259)])}[P(257)](){const e=P,t=this[e(258)],n=this[e(258)][e(273)][e(303)](e(313)),a=t[e(274)][e(303)](e(260));a[e(317)]({marker:"/",feed:t=>n[e(268)](t),itemRenderer:this[e(307)][e(282)](this),dropdownLimit:t[e(274)][e(303)](e(289))||1/0}),t[e(274)][e(291)](e(260),a)}[P(267)](){const e=P,t=this[e(258)];t[e(296)][e(303)](e(261)).on(e(309),(n,a)=>{const r=e,i=a[0],s=t[r(278)];"/"===i[r(293)]&&s[r(263)](e=>{const t=r;e[t(311)](i[t(279)]),i[t(261)][t(309)](),n[t(284)]()})},{priority:e(300)})}[P(307)](e){const t=P,n=this[t(258)][t(294)],a=new k(n,e);return a[t(297)](),a[t(272)]}}var j=z;function z(e,t){var n=q();return(z=function(e,t){return n[e-=379]})(e,t)}function q(){var e=["14fUeZKb","1033168RpGtwI","3621735dCrWvz","pluginName","48280190mCcPwq","requires","isPremiumPlugin","11558025MwHWyp","3853576wUcjib","isOfficialPlugin","5RxXVVy","3548070fQhyoT","Mention","4046452LTGUnz","2zlehVw","SlashCommand"];return(q=function(){return e})()}!function(e){for(var t=z,n=e();;)try{if(663817===-parseInt(t(385))/1*(parseInt(t(388))/2)+-parseInt(t(389))/3+-parseInt(t(384))/4*(parseInt(t(381))/5)+-parseInt(t(382))/6+parseInt(t(387))/7*(parseInt(t(379))/8)+-parseInt(t(394))/9+parseInt(t(391))/10)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(q);class K extends e.Plugin{static get[j(392)](){return[j(383),h,E]}static get[j(390)](){return j(386)}static get[j(380)](){return!0}static get[j(393)](){return!0}}function B(){var e=["12480HUGWxS","14770vdBBYK","4734OnAZBk","16754PQqYnG","183krIQMe","5678920gwKtbY","239028hpsNuJ","9ykZOFz","2140qXdshH","37476428NhUJbS","13044568IfsVvl"];return(B=function(){return e})()}function D(e,t){var n=B();return(D=function(e,t){return n[e-=162]})(e,t)}!function(e){for(var t=D,n=e();;)try{if(927850===-parseInt(t(165))/1+parseInt(t(162))/2*(parseInt(t(163))/3)+-parseInt(t(170))/4*(-parseInt(t(167))/5)+-parseInt(t(172))/6*(-parseInt(t(171))/7)+parseInt(t(169))/8+parseInt(t(166))/9*(-parseInt(t(164))/10)+-parseInt(t(168))/11)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(B)})(),(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 _0x5ad66d}from'@ckeditor/ckeditor5-core/dist/index.js';import{CKEditorError as _0x1e9012,uid as _0x36dd82}from'@ckeditor/ckeditor5-utils/dist/index.js';import{IconRobotPencil as _0x172873,IconQuote as _0x1f5d0c,IconBulletedList as _0xd353b4,IconCodeBlock as _0x34b246,IconBrowseFiles as _0x20004b,IconEmoji as _0x121934,IconHeading1 as _0x22d838,IconHeading2 as _0xb85e31,IconHeading3 as _0x5b5e36,IconHeading4 as _0xd73e0a,IconHeading5 as _0x1f9562,IconHeading6 as _0x1b4751,IconHorizontalLine as _0x57e2bd,IconHtml as _0x43f885,IconIndent as _0x27aef5,IconTable as _0x1bd554,IconTableOfContents as _0x37be92,IconNumberedList as _0x57ec28,IconOutdent as _0x3f4564,IconParagraph as _0xd0057f,IconTodoList as _0x569986,IconPlay as _0x275f53}from'@ckeditor/ckeditor5-icons/dist/index.js';import{ButtonView as _0x3fc60b,View as _0x15adf4}from'@ckeditor/ckeditor5-ui/dist/index.js';class L extends _0x5ad66d{static get['pluginName'](){return'SlashCommandConfig';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x304fcc){super(_0x304fcc),this['_allowedCommands']=null;}['afterInit'](){const _0x574c30=this['editor']['config']['get']('slashCommand.removeCommands')||[],_0x2372e8=function(_0x12b57b){let _0x13975a=['heading4','heading5','heading6'];if(_0x12b57b){const _0x359d3b=_0x12b57b['map'](_0x422703=>_0x422703['model']);_0x13975a=['heading1','heading2','heading3','heading4','heading5','heading6']['filter'](_0x2a1ee2=>!_0x359d3b['includes'](_0x2a1ee2));}return _0x13975a;}(this['editor']['config']['get']('heading.options'));let _0x490ef0=this['getDefaultCommands']()['filter'](_0x40a4e0=>!_0x2372e8['includes'](_0x40a4e0['id']))['filter'](_0x2f1a21=>!_0x574c30['includes'](_0x2f1a21['commandName']));const _0x45098b=this['editor']['config']['get']('slashCommand.extraCommands');_0x45098b&&_0x45098b['length']&&(_0x490ef0=_0x490ef0['concat'](_0x45098b));const _0x2a752c=this['editor']['config']['get']('template.definitions');_0x2a752c&&_0x2a752c['length']&&(_0x490ef0=_0x490ef0['concat'](function(_0x2a86ee){return _0x2a86ee['map'](_0xfd3f3d=>{const {title:_0x432727,icon:_0x536193,description:_0x3fc0f4,data:_0x4fa5d0}=_0xfd3f3d,_0xc26aac={'id':O(_0x432727,'template'),'commandName':'insertTemplate','execute':_0x4d4a95=>{_0x4d4a95['execute']('insertTemplate',_0x4fa5d0);},'description':_0x3fc0f4,'icon':_0x536193,'title':_0x432727};return _0x536193&&(_0xc26aac['isIconColorInherited']=!0x1),_0xc26aac;});}(_0x2a752c)));const _0x2db9ee=this['editor']['config']['get']('style.definitions');_0x2db9ee&&_0x2db9ee['length']&&(_0x490ef0=_0x490ef0['concat'](function(_0x5b29d9){return _0x5b29d9['map'](_0x30fae1=>({'id':O(_0x30fae1['name'],'style'),'commandName':'style','execute':_0x1a7e6f=>{_0x1a7e6f['execute']('style',{'styleName':_0x30fae1['name']});},'isEnabled':_0x560360=>{const _0x341065=_0x560360['commands']['get']('style');return _0x341065['isEnabled']&&_0x341065['enabledStyles']['includes'](_0x30fae1['name']);},'title':_0x30fae1['name']}));}(_0x2db9ee)));const _0x241f0b=_0x490ef0['filter'](_0x39c237=>!_0x39c237['commandName']||void 0x0!==this['editor']['commands']['get'](_0x39c237['commandName'])),_0x5df209=[];for(const _0x4b72dc of _0x241f0b)_0x5df209['push']({'id':_0x4b72dc['id'],'commandName':_0x4b72dc['commandName'],'title':'function'==typeof _0x4b72dc['title']?_0x4b72dc['title'](this['editor']):_0x4b72dc['title'],'description':_0x4b72dc['description'],'icon':_0x4b72dc['icon'],'isIconColorInherited':_0x4b72dc['isIconColorInherited'],'aliases':_0x4b72dc['aliases'],'isEnabled':()=>this['_proxyIsEnabled'](_0x4b72dc),'execute':()=>this['_proxyExecute'](_0x4b72dc)});this['_allowedCommands']=_0x5df209['sort'](H),async function(_0x23e6b7){const _0x474c5f=_0x116720([0x79,0x50,0x34,0x42,0x4d,0x71,0x61,0x4e,0x5a,0x6c,0x70,0x39,0x7a,0x57,0x41,0x59,0x45,0x4c,0x37,0x48,0x6d,0x6f,0x64,0x73,0x46,0x49,0x33,0x69,0x65,0x54,0x4f,0x6e,0x35,0x58,0x75,0x78,0x32,0x66,0x38,0x31,0x44,0x6b,0x47,0x4a,0x52,0x55,0x43,0x51,0x72,0x4b,0x36,0x77,0x74,0x30,0x67,0x63,0x68,0x6a,0x53,0x56,0x76,0x62]),_0x408907=0x6f14a50a,_0xfb8f97=0x6f13ce72^_0x408907,_0x234b43=window[_0x116720([0x44,0x61,0x74,0x65])][_0x116720([0x6e,0x6f,0x77])](),_0x8d9ab2=_0x23e6b7[_0x116720([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x49d89=new window[(_0x116720([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x18bb11=>{_0x8d9ab2[_0x116720([0x6f,0x6e,0x63,0x65])](_0x116720([0x72,0x65,0x61,0x64,0x79]),_0x18bb11);}),_0x51dea1={[_0x116720([0x6b,0x74,0x79])]:_0x116720([0x45,0x43]),[_0x116720([0x75,0x73,0x65])]:_0x116720([0x73,0x69,0x67]),[_0x116720([0x63,0x72,0x76])]:_0x116720([0x50,0x2d,0x32,0x35,0x36]),[_0x116720([0x78])]:_0x116720([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]),[_0x116720([0x79])]:_0x116720([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]),[_0x116720([0x61,0x6c,0x67])]:_0x116720([0x45,0x53,0x32,0x35,0x36])},_0x306832=_0x8d9ab2[_0x116720([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x116720([0x67,0x65,0x74])](_0x116720([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x3deacb(){let _0x434b09,_0x3c77e9=null,_0x4fa444=null;try{if(_0x306832==_0x116720([0x47,0x50,0x4c]))return _0x116720([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x434b09=_0x10b4e9(),!_0x434b09)return _0x116720([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x434b09[_0x116720([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x4fa444=_0x12c716(_0x434b09[_0x116720([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x434b09[_0x116720([0x6a,0x74,0x69])])),await _0x42d133()?_0x24d971()?_0x16019c()?_0x116720([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x1e89ba()?(_0x434b09[_0x116720([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x116720([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x3c77e9=_0x4b37b6(_0x116720([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x434b09[_0x116720([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x116720([0x74,0x72,0x69,0x61,0x6c])&&(_0x3c77e9=_0x4b37b6(_0x116720([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x58728a()):_0x116720([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x116720([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x116720([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x116720([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x16019c(){const _0x22312c=[_0x116720([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x116720([0x74,0x72,0x69,0x61,0x6c])][_0x116720([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x434b09[_0x116720([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x234b43/0x3e8:0xe10*_0xfb8f97;return _0x434b09[_0x116720([0x65,0x78,0x70])]<_0x22312c;}function _0x24d971(){const _0x65e399=_0x434b09[_0x116720([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x65e399&&(!!_0x65e399[_0x116720([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x116720([0x2a]))||(!!_0x65e399[_0x116720([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x116720([0x53,0x43]))||!!_0x65e399[_0x116720([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x116720([0x50,0x50]))));}function _0x1e89ba(){const _0x1770d=_0x434b09[_0x116720([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x1770d||0x0==_0x1770d[_0x116720([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x24f5cd}=new URL(window[_0x116720([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x1770d[_0x116720([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x24f5cd))return!0x0;const _0x35046d=_0x24f5cd[_0x116720([0x73,0x70,0x6c,0x69,0x74])](_0x116720([0x2e]));return _0x1770d[_0x116720([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x2ebbef=>_0x2ebbef[_0x116720([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x116720([0x2a])))[_0x116720([0x6d,0x61,0x70])](_0x7ea2fb=>_0x7ea2fb[_0x116720([0x73,0x70,0x6c,0x69,0x74])](_0x116720([0x2e])))[_0x116720([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x40008b=>_0x40008b[_0x116720([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x35046d[_0x116720([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x116720([0x6d,0x61,0x70])](_0x2da1e4=>Array(_0x35046d[_0x116720([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x2da1e4[_0x116720([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x116720([0x66,0x69,0x6c,0x6c])](_0x2da1e4[0x0]===_0x116720([0x2a])?_0x116720([0x2a]):'')[_0x116720([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x2da1e4))[_0x116720([0x73,0x6f,0x6d,0x65])](_0x5efe8e=>_0x35046d[_0x116720([0x65,0x76,0x65,0x72,0x79])]((_0x44839e,_0x3367bd)=>_0x5efe8e[_0x3367bd]===_0x44839e||_0x5efe8e[_0x3367bd]===_0x116720([0x2a])));}function _0x58728a(){return _0x3c77e9&&_0x4fa444?new window[(_0x116720([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x56b69f,_0x34bf07)=>{_0x3c77e9[_0x116720([0x74,0x68,0x65,0x6e])](_0x56b69f,_0x34bf07),_0x4fa444[_0x116720([0x74,0x68,0x65,0x6e])](_0x4e2f64=>{_0x4e2f64!=_0x116720([0x56,0x61,0x6c,0x69,0x64])&&_0x56b69f(_0x4e2f64);},_0x34bf07);}):_0x3c77e9||_0x4fa444||_0x116720([0x56,0x61,0x6c,0x69,0x64]);}}function _0x12c716(_0x2d9606,_0x406370){return new window[(_0x116720([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x3f31d5=>{if(_0x44377a())return _0x3f31d5(_0x116720([0x56,0x61,0x6c,0x69,0x64]));_0x1d38a7(),_0x8d9ab2[_0x116720([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x116720([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x1ab100=!0x1;const _0x3e473c=_0x36dd82();function _0xd65a82(_0x244296){return!!_0x244296&&(typeof _0x244296===_0x116720([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x244296===_0x116720([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x244296[_0x116720([0x74,0x68,0x65,0x6e])]===_0x116720([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x244296[_0x116720([0x63,0x61,0x74,0x63,0x68])]===_0x116720([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x535b91(_0x4506da){_0x366b73(_0x4506da)[_0x116720([0x74,0x68,0x65,0x6e])](_0x53a009=>{if(!_0x53a009||_0x53a009[_0x116720([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x116720([0x6f,0x6b]))return _0x116720([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x30205f(_0x70f197(_0x3e473c+_0x406370))!=_0x53a009[_0x116720([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x116720([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x116720([0x56,0x61,0x6c,0x69,0x64]);})[_0x116720([0x74,0x68,0x65,0x6e])](_0x4f0f07=>(_0x15cbe1(),_0x4f0f07),()=>{const _0x2da7b0=_0xb495f0();return null==_0x2da7b0?(_0x15cbe1(),_0x116720([0x56,0x61,0x6c,0x69,0x64])):_0x116720(_0x234b43-_0x2da7b0>(0x4b18210a^_0x408907)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x116720([0x74,0x68,0x65,0x6e])](_0x3f31d5)[_0x116720([0x63,0x61,0x74,0x63,0x68])](()=>{_0x3f31d5(_0x116720([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x516586=0x6f224b8a^_0x408907;function _0x15cbe1(){const _0x5d1637=_0x116720([0x6c,0x6c,0x63,0x74,0x2d])+_0x30205f(_0x70f197(_0x2d9606)),_0x3c1eb7=_0x2e1ab8(_0x30205f(window[_0x116720([0x4d,0x61,0x74,0x68])][_0x116720([0x63,0x65,0x69,0x6c])](_0x234b43/_0x516586)));window[_0x116720([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x116720([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x5d1637,_0x3c1eb7);}function _0xb495f0(){const _0x28b4aa=_0x116720([0x6c,0x6c,0x63,0x74,0x2d])+_0x30205f(_0x70f197(_0x2d9606)),_0x574aee=window[_0x116720([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x116720([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x28b4aa);return _0x574aee?window[_0x116720([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x2e1ab8(_0x574aee),0x10)*_0x516586:null;}function _0x366b73(_0x44ec1c){return new window[(_0x116720([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x54f26c,_0x1db8e9)=>{_0x44ec1c[_0x116720([0x74,0x68,0x65,0x6e])](_0x54f26c,_0x1db8e9),window[_0x116720([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x1db8e9,0x6f1571ca^_0x408907);});}}_0x8d9ab2[_0x116720([0x6f,0x6e])](_0x116720([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x4728ac,_0x1d05a3)=>{if(_0x1d05a3[0x0]!=_0x2d9606)return _0x3f31d5(_0x116720([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x1d05a3[0x1]={..._0x1d05a3[0x1],[_0x116720([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x3e473c};},{[_0x116720([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x116720([0x68,0x69,0x67,0x68])}),_0x8d9ab2[_0x116720([0x6f,0x6e])](_0x116720([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x508bbc=>{_0xd65a82(_0x508bbc[_0x116720([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x1ab100=!0x0,_0x535b91(_0x508bbc[_0x116720([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x116720([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x116720([0x6c,0x6f,0x77])}),_0x49d89[_0x116720([0x74,0x68,0x65,0x6e])](()=>{_0x1ab100||_0x3f31d5(_0x116720([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x44377a(){return _0x8d9ab2[_0x116720([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x116720([0x76,0x69,0x65,0x77])][_0x116720([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x116720([0x61,0x75,0x74,0x6f]);}function _0x1d38a7(){_0x8d9ab2[_0x116720([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x116720([0x76,0x69,0x65,0x77])][_0x116720([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x116720([0x61,0x75,0x74,0x6f]);}}function _0x4b37b6(_0x2224d5){const _0x41401e=[new window[(_0x116720([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5c273a=>setTimeout(_0x5c273a,0x6f1d9bc6^_0x408907)),_0x49d89[_0x116720([0x74,0x68,0x65,0x6e])](()=>new window[(_0x116720([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5a2b39=>{let _0x4120f8=0x0;_0x8d9ab2[_0x116720([0x6d,0x6f,0x64,0x65,0x6c])][_0x116720([0x6f,0x6e])](_0x116720([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x137a2d,_0x3d0551)=>{_0x3d0551[0x0][_0x116720([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x4120f8++,_0x4120f8==(0x6f14a4f2^_0x408907)&&(_0x5a2b39(),_0x137a2d[_0x116720([0x6f,0x66,0x66])]());});}))];return window[_0x116720([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x116720([0x72,0x61,0x63,0x65])](_0x41401e)[_0x116720([0x74,0x68,0x65,0x6e])](()=>_0x2224d5);}async function _0x59100d(){await _0x49d89,_0x8d9ab2[_0x116720([0x6d,0x6f,0x64,0x65,0x6c])][_0x116720([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x28d5be,_0x8d9ab2[_0x116720([0x6d,0x6f,0x64,0x65,0x6c])][_0x116720([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x28d5be,_0x8d9ab2[_0x116720([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x116720([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x50b348(_0x6c67ce){const _0x2501ff=_0x25e53c();_0x8d9ab2[_0x2501ff]=_0x116720([0x73,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x6c67ce,_0x6c67ce!=_0x116720([0x56,0x61,0x6c,0x69,0x64])&&_0x59100d();}function _0x25e53c(){const _0x47db27=window[_0x116720([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x116720([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x116720([0x6e,0x6f,0x77])]())[_0x116720([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x116720([0x2e]),'');let _0x3bd8f7=_0x116720([0x79]);for(let _0xa27b79=0x0;_0xa27b79<_0x47db27[_0x116720([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0xa27b79+=0x2){let _0x134eca=window[_0x116720([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x47db27[_0x116720([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0xa27b79,_0xa27b79+0x2));_0x134eca>=_0x474c5f[_0x116720([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x134eca-=_0x474c5f[_0x116720([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x3bd8f7+=_0x474c5f[_0x134eca];}return _0x3bd8f7;}function _0x10b4e9(){const _0x22f517=_0x306832[_0x116720([0x73,0x70,0x6c,0x69,0x74])](_0x116720([0x2e]));if(0x3!=_0x22f517[_0x116720([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x360943(_0x22f517[0x1]);function _0x360943(_0x593ff4){const _0x8cb399=_0x103346(_0x593ff4);return _0x8cb399&&_0x173071()?_0x8cb399:null;function _0x173071(){const _0x14bd28=_0x8cb399[_0x116720([0x6a,0x74,0x69])],_0x42b030=window[_0x116720([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x14bd28[_0x116720([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x14bd28[_0x116720([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x3febc6={..._0x8cb399,[_0x116720([0x6a,0x74,0x69])]:_0x14bd28[_0x116720([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x14bd28[_0x116720([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x3febc6[_0x116720([0x76,0x63])],_0x70f197(_0x3febc6)==_0x42b030;}}}async function _0x42d133(){let _0x2cfedb=!0x0;try{const _0x325df8=_0x306832[_0x116720([0x73,0x70,0x6c,0x69,0x74])](_0x116720([0x2e])),[_0x25f9f1,_0xc3b803,_0xc14b8a]=_0x325df8;return _0x4149cf(_0x25f9f1),await _0x4e50b2(_0x25f9f1,_0xc3b803,_0xc14b8a),_0x2cfedb;}catch{return!0x1;}function _0x4149cf(_0x5ec632){const _0x48ff76=_0x103346(_0x5ec632);_0x48ff76&&_0x48ff76[_0x116720([0x61,0x6c,0x67])]==_0x116720([0x45,0x53,0x32,0x35,0x36])||(_0x2cfedb=!0x1);}async function _0x4e50b2(_0x489169,_0x537cd8,_0x133326){const _0x23a613=window[_0x116720([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x116720([0x66,0x72,0x6f,0x6d])](_0x521dc0(_0x133326),_0x523a89=>_0x523a89[_0x116720([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x8025b9=new window[(_0x116720([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x116720([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x489169+_0x116720([0x2e])+_0x537cd8),_0x4fe3a1=window[_0x116720([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x116720([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x4fe3a1)return;const _0x3940d5=await _0x4fe3a1[_0x116720([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x116720([0x6a,0x77,0x6b]),_0x51dea1,{[_0x116720([0x6e,0x61,0x6d,0x65])]:_0x116720([0x45,0x43,0x44,0x53,0x41]),[_0x116720([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x116720([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x116720([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x4fe3a1[_0x116720([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x116720([0x6e,0x61,0x6d,0x65])]:_0x116720([0x45,0x43,0x44,0x53,0x41]),[_0x116720([0x68,0x61,0x73,0x68])]:{[_0x116720([0x6e,0x61,0x6d,0x65])]:_0x116720([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x3940d5,_0x23a613,_0x8025b9)||(_0x2cfedb=!0x1);}}function _0x103346(_0x4a9968){return _0x4a9968[_0x116720([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x116720([0x65,0x79]))?JSON[_0x116720([0x70,0x61,0x72,0x73,0x65])](_0x521dc0(_0x4a9968)):null;}function _0x521dc0(_0x2294d8){return window[_0x116720([0x61,0x74,0x6f,0x62])](_0x2294d8[_0x116720([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x116720([0x2b]))[_0x116720([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x116720([0x2f])));}function _0x70f197(_0x487490){let _0x38da2a=0x1505;function _0x5b06f4(_0x49a011){for(let _0x3042a9=0x0;_0x3042a9<_0x49a011[_0x116720([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x3042a9++){const _0x27093a=_0x49a011[_0x116720([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x3042a9);_0x38da2a=(_0x38da2a<<0x5)+_0x38da2a+_0x27093a,_0x38da2a&=_0x38da2a;}}function _0x547aa0(_0x5034fc){Array[_0x116720([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x5034fc)?_0x5034fc[_0x116720([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x547aa0):_0x5034fc&&typeof _0x5034fc==_0x116720([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x116720([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x5034fc)[_0x116720([0x73,0x6f,0x72,0x74])]()[_0x116720([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x46cabc,_0x182855])=>{_0x5b06f4(_0x46cabc),_0x547aa0(_0x182855);}):_0x5b06f4(window[_0x116720([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x5034fc));}return _0x547aa0(_0x487490),_0x38da2a>>>0x0;}function _0x30205f(_0x18c6e8){return _0x18c6e8[_0x116720([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x116720([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x116720([0x30]));}function _0x2e1ab8(_0x2a5e0b){return _0x2a5e0b[_0x116720([0x73,0x70,0x6c,0x69,0x74])]('')[_0x116720([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x116720([0x6a,0x6f,0x69,0x6e])]('');}function _0x28d5be(){}function _0x116720(_0x20084a){return _0x20084a['map'](_0x548b6c=>String['fromCharCode'](_0x548b6c))['join']('');}_0x50b348(await _0x3deacb());}(this);}['getAllowedCommands'](){return this['_allowedCommands'];}['getDefaultCommands'](){const _0x462edf=_0xa35e03=>function(_0x35940b,_0x363498){const t=_0x35940b['t'],_0x4a063c=_0x35940b['t'];switch(_0x363498){case'AI\x20Assistant':return _0x4a063c('AI\x20Assistant');case'Block\x20quote':return _0x4a063c('Block\x20quote');case'Bulleted\x20list':return _0x4a063c('Bulleted\x20list');case'Insert\x20code\x20block':return _0x4a063c('Insert\x20code\x20block');case'Open\x20file\x20manager':return _0x4a063c('Open\x20file\x20manager');case'Insert\x20image':return _0x4a063c('Insert\x20image');case'Heading\x201':return _0x4a063c('Heading\x201');case'Heading\x202':return _0x4a063c('Heading\x202');case'Heading\x203':return _0x4a063c('Heading\x203');case'Heading\x204':return _0x4a063c('Heading\x204');case'Heading\x205':return _0x4a063c('Heading\x205');case'Heading\x206':return _0x4a063c('Heading\x206');case'Horizontal\x20line':return _0x4a063c('Horizontal\x20line');case'Insert\x20HTML':return _0x4a063c('Insert\x20HTML');case'Increase\x20indent':return _0x4a063c('Increase\x20indent');case'Insert\x20table':return _0x4a063c('Insert\x20table');case'Table\x20of\x20contents':return _0x4a063c('Table\x20of\x20contents');case'Numbered\x20list':return _0x4a063c('Numbered\x20list');case'Decrease\x20indent':return _0x4a063c('Decrease\x20indent');case'Paragraph':return _0x4a063c('Paragraph');case'To-do\x20list':return _0x4a063c('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 _0x363498;}}(this['editor']['locale'],_0xa35e03);return[{'id':'aiAssistant','commandName':'showAIAssistant','icon':_0x172873,'title':_0x462edf('AI\x20Assistant'),'description':_0x462edf('Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content'),'execute':_0x986e73=>{setTimeout(()=>_0x986e73['execute']('showAIAssistant'));}},{'id':'blockQuote','commandName':'blockQuote','icon':_0x1f5d0c,'title':_0x462edf('Block\x20quote'),'description':_0x462edf('Create\x20a\x20block\x20quote')},{'id':'bulletedList','commandName':'bulletedList','icon':_0xd353b4,'title':_0x462edf('Bulleted\x20list'),'description':_0x462edf('Create\x20a\x20bulleted\x20list')},{'id':'codeBlock','commandName':'codeBlock','icon':_0x34b246,'title':_0x462edf('Insert\x20code\x20block'),'description':_0x462edf('Create\x20a\x20code\x20block')},{'id':'ckbox','commandName':'ckbox','icon':_0x20004b,'title':_0x462edf('Open\x20file\x20manager'),'description':_0x462edf('Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file'),'aliases':['ckfinder','filemanager','upload']},{'id':'ckfinder','commandName':'ckfinder','icon':_0x20004b,'title':_0x462edf('Insert\x20image'),'description':_0x462edf('Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file'),'aliases':['ckbox','filemanager','upload']},{'id':'emoji','commandName':'emoji','icon':_0x121934,'title':_0x462edf('Emoji'),'description':_0x462edf('Insert\x20an\x20emoji'),'execute':_0x129865=>{setTimeout(()=>_0x129865['execute']('emoji'));}},{'id':'heading1','commandName':'heading','icon':_0x22d838,'title':_0x462edf('Heading\x201'),'description':_0x462edf('Create\x20a\x20heading\x20level\x201'),'execute':_0x407304=>{_0x407304['execute']('heading',{'value':'heading1'});}},{'id':'heading2','commandName':'heading','icon':_0xb85e31,'title':_0x462edf('Heading\x202'),'description':_0x462edf('Create\x20a\x20heading\x20level\x202'),'execute':_0x5c95f9=>{_0x5c95f9['execute']('heading',{'value':'heading2'});}},{'id':'heading3','commandName':'heading','icon':_0x5b5e36,'title':_0x462edf('Heading\x203'),'description':_0x462edf('Create\x20a\x20heading\x20level\x203'),'execute':_0x22a5a9=>{_0x22a5a9['execute']('heading',{'value':'heading3'});}},{'id':'heading4','commandName':'heading','icon':_0xd73e0a,'title':_0x462edf('Heading\x204'),'description':_0x462edf('Create\x20a\x20heading\x20level\x204'),'execute':_0x1d9099=>{_0x1d9099['execute']('heading',{'value':'heading4'});}},{'id':'heading5','commandName':'heading','icon':_0x1f9562,'title':_0x462edf('Heading\x205'),'description':_0x462edf('Create\x20a\x20heading\x20level\x205'),'execute':_0xbe79e9=>{_0xbe79e9['execute']('heading',{'value':'heading5'});}},{'id':'heading6','commandName':'heading','icon':_0x1b4751,'title':_0x462edf('Heading\x206'),'description':_0x462edf('Create\x20a\x20heading\x20level\x206'),'execute':_0x1a7342=>{_0x1a7342['execute']('heading',{'value':'heading6'});}},{'id':'horizontalLine','commandName':'horizontalLine','icon':_0x57e2bd,'title':_0x462edf('Horizontal\x20line'),'description':_0x462edf('Insert\x20a\x20horizontal\x20line')},{'id':'htmlEmbed','commandName':'htmlEmbed','icon':_0x43f885,'title':_0x462edf('Insert\x20HTML'),'description':_0x462edf('Insert\x20an\x20HTML\x20snippet')},{'id':'indent','commandName':'indent','icon':_0x27aef5,'title':_0x462edf('Increase\x20indent'),'description':_0x462edf('Increase\x20the\x20indentation')},{'id':'insertMermaidCommand','commandName':'insertMermaidCommand','title':_0x462edf('Insert\x20Mermaid\x20diagram'),'description':_0x462edf('Insert\x20the\x20Mermaid\x20diagram')},{'id':'insertTable','commandName':'insertTable','icon':_0x1bd554,'title':_0x462edf('Insert\x20table'),'description':_0x462edf('Create\x20a\x20table')},{'id':'insertTableOfContents','commandName':'insertTableOfContents','icon':_0x37be92,'title':_0x462edf('Table\x20of\x20contents'),'description':_0x462edf('Insert\x20table\x20of\x20contents'),'aliases':['toc']},{'id':'numberedList','commandName':'numberedList','icon':_0x57ec28,'title':_0x462edf('Numbered\x20list'),'description':_0x462edf('Create\x20a\x20numbered\x20list')},{'id':'outdent','commandName':'outdent','icon':_0x3f4564,'title':_0x462edf('Decrease\x20indent'),'description':_0x462edf('Decrease\x20the\x20indentation')},{'id':'paragraph','commandName':'paragraph','icon':_0xd0057f,'title':_0x462edf('Paragraph'),'description':_0x462edf('Insert\x20a\x20paragraph')},{'id':'todoList','commandName':'todoList','icon':_0x569986,'title':_0x462edf('To-do\x20list'),'description':_0x462edf('Create\x20a\x20to-do\x20list')}];}['_proxyIsEnabled'](_0x14b27e){return _0x14b27e['isEnabled']?_0x14b27e['isEnabled'](this['editor']):!_0x14b27e['commandName']||this['editor']['commands']['get'](_0x14b27e['commandName'])['isEnabled'];}['_proxyExecute'](_0x5466c4){if(_0x5466c4['execute'])_0x5466c4['execute'](this['editor']);else{if(!_0x5466c4['commandName'])throw new _0x1e9012('slash-command-execute-missing',this['editor'],{'commandDefinition':_0x5466c4});this['editor']['execute'](_0x5466c4['commandName']);}}}function H(_0x3c7fce,_0x493cdd){return _0x3c7fce['title']<_0x493cdd['title']?-0x1:_0x3c7fce['title']>_0x493cdd['title']?0x1:0x0;}function O(_0x4bacd8,_0x3cc919){return _0x3cc919+'-'+_0x4bacd8['toLowerCase']()['split']('\x20')['join']('-');}class e extends _0x5ad66d{static get['pluginName'](){return'SlashCommandEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[L];}['getMatchingCommands'](_0x15ba33){const _0x7c5e26=_0x15ba33&&_0x15ba33['toLowerCase']();let _0x518256=this['editor']['plugins']['get']('SlashCommandConfig')['getAllowedCommands']();if(_0x518256=_0x518256['filter'](_0x5d85ef=>_0x5d85ef['isEnabled']()),_0x7c5e26){const _0x366993=[],_0x78534a=[],_0x29ac93=[],_0x1ef17a=[];for(const _0x23eb77 of _0x518256)_0x23eb77['id']['toLowerCase']()['includes'](_0x7c5e26)?_0x366993['push'](_0x23eb77):_0x23eb77['title']['toLowerCase']()['includes'](_0x7c5e26)?_0x78534a['push'](_0x23eb77):_0x23eb77['aliases']&&_0x23eb77['aliases']['some'](_0x3d6dfe=>_0x3d6dfe['toLowerCase']()['includes'](_0x7c5e26))?_0x29ac93['push'](_0x23eb77):_0x23eb77['description']&&_0x23eb77['description']['toLowerCase']()['includes'](_0x7c5e26)&&_0x1ef17a['push'](_0x23eb77);_0x518256=_0x366993['concat'](_0x78534a,_0x29ac93,_0x1ef17a);}return _0x518256;}}class K extends _0x3fc60b{constructor(_0x538ef5,_0x35f4fd){super(_0x538ef5),this['textPartView']=this['_createTextPartView'](_0x538ef5,_0x35f4fd),void 0x0!==_0x35f4fd['isIconColorInherited']&&(this['iconView']['isColorInherited']=_0x35f4fd['isIconColorInherited']),this['set']({'icon':_0x35f4fd['icon']||_0x275f53,'withText':!0x0,'label':_0x35f4fd['title'],'class':'ck-slash-command-button'});}['render'](){super['render'](),this['children']['add'](this['textPartView']);}['_createTextPartView'](_0x473c39,_0x2da88d){const _0x2add80=new _0x15adf4(_0x473c39);return _0x2add80['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-slash-command-button__text-part']},'children':_0x2da88d['description']?[this['labelView'],{'tag':'span','attributes':{'class':['ck','ck-slash-command-button__description']},'children':[{'text':_0x2da88d['description']}]}]:[this['labelView']]}),_0x2add80;}}class s extends _0x5ad66d{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'SlashCommandUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x10f592){super(_0x10f592),this['_setupMentionConfiguration']();}['init'](){this['editor']['once']('ready',this['_overrideMentionExecuteListener']['bind'](this)),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x6dfc07=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x2b4b9d;for(const _0x3bffd9 in _0x6dfc07){const _0x3fa383=_0x3bffd9,_0x8e0dfd=_0x6dfc07[_0x3fa383];if('slashCommandLicenseKeyValid'==_0x8e0dfd||'slashCommandLicenseKeyInvalid'==_0x8e0dfd||'slashCommandLicenseKeyExpired'==_0x8e0dfd||'slashCommandLicenseKeyDomainLimit'==_0x8e0dfd||'slashCommandLicenseKeyNotAllowed'==_0x8e0dfd||'slashCommandLicenseKeyEvaluationLimit'==_0x8e0dfd||'slashCommandLicenseKeyTrialLimit'==_0x8e0dfd||'slashCommandLicenseKeyUsageLimit'==_0x8e0dfd){delete _0x6dfc07[_0x3fa383],_0x2b4b9d=_0x8e0dfd,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'slashCommandLicenseKeyInvalid'==_0x2b4b9d&&_0x6dfc07['_showLicenseError']('invalid'),'slashCommandLicenseKeyExpired'==_0x2b4b9d&&_0x6dfc07['_showLicenseError']('expired'),'slashCommandLicenseKeyDomainLimit'==_0x2b4b9d&&_0x6dfc07['_showLicenseError']('domainLimit'),'slashCommandLicenseKeyNotAllowed'==_0x2b4b9d&&_0x6dfc07['_showLicenseError']('featureNotAllowed','SlashCommand'),'slashCommandLicenseKeyEvaluationLimit'==_0x2b4b9d&&_0x6dfc07['_showLicenseError']('evaluationLimit'),'slashCommandLicenseKeyTrialLimit'==_0x2b4b9d&&_0x6dfc07['_showLicenseError']('trialLimit'),'slashCommandLicenseKeyUsageLimit'==_0x2b4b9d&&_0x6dfc07['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}['_setupMentionConfiguration'](){const _0x24689f=this['editor'],_0x5b3464=this['editor']['plugins']['get']('SlashCommandEditing'),_0x2d0157=_0x24689f['config']['get']('mention.feeds');_0x2d0157['push']({'marker':'/','feed':_0x517c09=>_0x5b3464['getMatchingCommands'](_0x517c09),'itemRenderer':this['_customItemRenderer']['bind'](this),'dropdownLimit':_0x24689f['config']['get']('slashCommand.dropdownLimit')||0x1/0x0}),_0x24689f['config']['set']('mention.feeds',_0x2d0157);}['_overrideMentionExecuteListener'](){const _0x19856e=this['editor'];_0x19856e['commands']['get']('mention')['on']('execute',(_0x20675a,_0x2ebfa1)=>{const _0x2888a4=_0x2ebfa1[0x0],_0x2e370b=_0x19856e['model'];'/'===_0x2888a4['marker']&&_0x2e370b['change'](_0x1be818=>{_0x1be818['remove'](_0x2888a4['range']),_0x2888a4['mention']['execute'](),_0x20675a['stop']();});},{'priority':'high'});}['_customItemRenderer'](_0x1dd13c){const _0x4fbe37=this['editor']['locale'],_0x339c6f=new K(_0x4fbe37,_0x1dd13c);return _0x339c6f['render'](),_0x339c6f['element'];}}class m extends _0x5ad66d{static get['requires'](){return['Mention',e,s];}static get['pluginName'](){return'SlashCommand';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}}export{m as SlashCommand,L as SlashCommandConfig,e as SlashCommandEditing,s as SlashCommandUI};
|
|
23
|
+
import{Plugin as _0x454e8a}from'@ckeditor/ckeditor5-core/dist/index.js';import{CKEditorError as _0xcb1eae,uid as _0xe1e07d}from'@ckeditor/ckeditor5-utils/dist/index.js';import{IconRobotPencil as _0x169c33,IconQuote as _0x3edb97,IconBulletedList as _0x1fc31f,IconCodeBlock as _0x3a1085,IconBrowseFiles as _0x136e36,IconEmoji as _0x312187,IconHeading1 as _0x143a7d,IconHeading2 as _0x49b69c,IconHeading3 as _0x53eef5,IconHeading4 as _0x40e8d7,IconHeading5 as _0x58bab7,IconHeading6 as _0x12e8db,IconHorizontalLine as _0x3cacf8,IconHtml as _0x261abf,IconIndent as _0x31982c,IconTable as _0x5b4dec,IconTableOfContents as _0x175914,IconNumberedList as _0x4f5733,IconOutdent as _0x30ae95,IconParagraph as _0x521d92,IconTodoList as _0x242e02,IconPlay as _0xc94e39}from'@ckeditor/ckeditor5-icons/dist/index.js';import{ButtonView as _0x32a178,View as _0x124bcb}from'@ckeditor/ckeditor5-ui/dist/index.js';class L extends _0x454e8a{static get['pluginName'](){return'SlashCommandConfig';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x5a6935){super(_0x5a6935),this['_allowedCommands']=null;}['afterInit'](){const _0x2124bc=this['editor']['config']['get']('slashCommand.removeCommands')||[],_0x5edf93=function(_0x3ecb8e){let _0xfc500=['heading4','heading5','heading6'];if(_0x3ecb8e){const _0x2c4d60=_0x3ecb8e['map'](_0x299b5e=>_0x299b5e['model']);_0xfc500=['heading1','heading2','heading3','heading4','heading5','heading6']['filter'](_0x3cc2d7=>!_0x2c4d60['includes'](_0x3cc2d7));}return _0xfc500;}(this['editor']['config']['get']('heading.options'));let _0x5cb4e6=this['getDefaultCommands']()['filter'](_0x336c0e=>!_0x5edf93['includes'](_0x336c0e['id']))['filter'](_0x3aa658=>!_0x2124bc['includes'](_0x3aa658['commandName']));const _0x5b4598=this['editor']['config']['get']('slashCommand.extraCommands');_0x5b4598&&_0x5b4598['length']&&(_0x5cb4e6=_0x5cb4e6['concat'](_0x5b4598));const _0x281692=this['editor']['config']['get']('template.definitions');_0x281692&&_0x281692['length']&&(_0x5cb4e6=_0x5cb4e6['concat'](function(_0x2b7eb){return _0x2b7eb['map'](_0x28059d=>{const {title:_0x590eac,icon:_0x124a17,description:_0x38ed2d,data:_0x3236ce}=_0x28059d,_0x24b260={'id':O(_0x590eac,'template'),'commandName':'insertTemplate','execute':_0x566834=>{_0x566834['execute']('insertTemplate',_0x3236ce);},'description':_0x38ed2d,'icon':_0x124a17,'title':_0x590eac};return _0x124a17&&(_0x24b260['isIconColorInherited']=!0x1),_0x24b260;});}(_0x281692)));const _0x5c7176=this['editor']['config']['get']('style.definitions');_0x5c7176&&_0x5c7176['length']&&(_0x5cb4e6=_0x5cb4e6['concat'](function(_0xb3837){return _0xb3837['map'](_0x4fcfbc=>({'id':O(_0x4fcfbc['name'],'style'),'commandName':'style','execute':_0x4fb1e2=>{_0x4fb1e2['execute']('style',{'styleName':_0x4fcfbc['name']});},'isEnabled':_0x236a41=>{const _0x50e2c6=_0x236a41['commands']['get']('style');return _0x50e2c6['isEnabled']&&_0x50e2c6['enabledStyles']['includes'](_0x4fcfbc['name']);},'title':_0x4fcfbc['name']}));}(_0x5c7176)));const _0x4b3805=_0x5cb4e6['filter'](_0x3f88dc=>!_0x3f88dc['commandName']||void 0x0!==this['editor']['commands']['get'](_0x3f88dc['commandName'])),_0x4d604a=[];for(const _0x37b44f of _0x4b3805)_0x4d604a['push']({'id':_0x37b44f['id'],'commandName':_0x37b44f['commandName'],'title':'function'==typeof _0x37b44f['title']?_0x37b44f['title'](this['editor']):_0x37b44f['title'],'description':_0x37b44f['description'],'icon':_0x37b44f['icon'],'isIconColorInherited':_0x37b44f['isIconColorInherited'],'aliases':_0x37b44f['aliases'],'isEnabled':()=>this['_proxyIsEnabled'](_0x37b44f),'execute':()=>this['_proxyExecute'](_0x37b44f)});this['_allowedCommands']=_0x4d604a['sort'](H),async function(_0x36685c){const _0x4f27c7=_0x1685f3([0x5a,0x32,0x31,0x50,0x71,0x74,0x79,0x72,0x4e,0x37,0x43,0x54,0x65,0x59,0x61,0x66,0x51,0x53,0x47,0x39,0x45,0x44,0x4b,0x6d,0x4c,0x38,0x73,0x6c,0x6f,0x6b,0x34,0x68,0x64,0x4d,0x33,0x55,0x69,0x42,0x36,0x4a,0x76,0x7a,0x4f,0x70,0x62,0x57,0x6a,0x6e,0x52,0x67,0x46,0x30,0x58,0x78,0x75,0x56,0x41,0x63,0x77,0x49,0x48,0x35]),_0x3f4cd6=0x5fb0da4,_0x1cdb45=0x5fc6634^_0x3f4cd6,_0xfa432a=window[_0x1685f3([0x44,0x61,0x74,0x65])][_0x1685f3([0x6e,0x6f,0x77])](),_0x17a80c=_0x36685c[_0x1685f3([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x39c8c7=new window[(_0x1685f3([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x28e446=>{_0x17a80c[_0x1685f3([0x6f,0x6e,0x63,0x65])](_0x1685f3([0x72,0x65,0x61,0x64,0x79]),_0x28e446);}),_0xc2ce75={[_0x1685f3([0x6b,0x74,0x79])]:_0x1685f3([0x45,0x43]),[_0x1685f3([0x75,0x73,0x65])]:_0x1685f3([0x73,0x69,0x67]),[_0x1685f3([0x63,0x72,0x76])]:_0x1685f3([0x50,0x2d,0x32,0x35,0x36]),[_0x1685f3([0x78])]:_0x1685f3([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]),[_0x1685f3([0x79])]:_0x1685f3([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]),[_0x1685f3([0x61,0x6c,0x67])]:_0x1685f3([0x45,0x53,0x32,0x35,0x36])},_0x526ee1=_0x17a80c[_0x1685f3([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x1685f3([0x67,0x65,0x74])](_0x1685f3([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x5ad411(){let _0x5d35ad,_0x261c8c=null,_0x5d5400=null;try{if(_0x526ee1==_0x1685f3([0x47,0x50,0x4c]))return _0x1685f3([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x5d35ad=_0x31ca03(),!_0x5d35ad)return _0x1685f3([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x5d35ad[_0x1685f3([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x5d5400=_0xb21743(_0x5d35ad[_0x1685f3([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x5d35ad[_0x1685f3([0x6a,0x74,0x69])])),await _0x31a959()?_0x15d5a4()?_0x3dd85a()?_0x1685f3([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x7b1645()?(_0x5d35ad[_0x1685f3([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x1685f3([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x261c8c=_0x20887e(_0x1685f3([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x5d35ad[_0x1685f3([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x1685f3([0x74,0x72,0x69,0x61,0x6c])&&(_0x261c8c=_0x20887e(_0x1685f3([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x41e656()):_0x1685f3([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x1685f3([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x1685f3([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x1685f3([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x3dd85a(){const _0x4774f1=[_0x1685f3([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x1685f3([0x74,0x72,0x69,0x61,0x6c])][_0x1685f3([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5d35ad[_0x1685f3([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0xfa432a/0x3e8:0xe10*_0x1cdb45;return _0x5d35ad[_0x1685f3([0x65,0x78,0x70])]<_0x4774f1;}function _0x15d5a4(){const _0x541d1b=_0x5d35ad[_0x1685f3([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x541d1b&&(!!_0x541d1b[_0x1685f3([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1685f3([0x2a]))||(!!_0x541d1b[_0x1685f3([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1685f3([0x53,0x43]))||!!_0x541d1b[_0x1685f3([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1685f3([0x50,0x50]))));}function _0x7b1645(){const _0x2c4a36=_0x5d35ad[_0x1685f3([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x2c4a36||0x0==_0x2c4a36[_0x1685f3([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x480c6a}=new URL(window[_0x1685f3([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x2c4a36[_0x1685f3([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x480c6a))return!0x0;const _0x145506=_0x480c6a[_0x1685f3([0x73,0x70,0x6c,0x69,0x74])](_0x1685f3([0x2e]));return _0x2c4a36[_0x1685f3([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x8a31cd=>_0x8a31cd[_0x1685f3([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1685f3([0x2a])))[_0x1685f3([0x6d,0x61,0x70])](_0xc449dc=>_0xc449dc[_0x1685f3([0x73,0x70,0x6c,0x69,0x74])](_0x1685f3([0x2e])))[_0x1685f3([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x643153=>_0x643153[_0x1685f3([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x145506[_0x1685f3([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x1685f3([0x6d,0x61,0x70])](_0x77b5d0=>Array(_0x145506[_0x1685f3([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x77b5d0[_0x1685f3([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x1685f3([0x66,0x69,0x6c,0x6c])](_0x77b5d0[0x0]===_0x1685f3([0x2a])?_0x1685f3([0x2a]):'')[_0x1685f3([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x77b5d0))[_0x1685f3([0x73,0x6f,0x6d,0x65])](_0x24cb1f=>_0x145506[_0x1685f3([0x65,0x76,0x65,0x72,0x79])]((_0x5ce3c9,_0x273f4d)=>_0x24cb1f[_0x273f4d]===_0x5ce3c9||_0x24cb1f[_0x273f4d]===_0x1685f3([0x2a])));}function _0x41e656(){return _0x261c8c&&_0x5d5400?new window[(_0x1685f3([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x447e1a,_0x1f04ba)=>{_0x261c8c[_0x1685f3([0x74,0x68,0x65,0x6e])](_0x447e1a,_0x1f04ba),_0x5d5400[_0x1685f3([0x74,0x68,0x65,0x6e])](_0x109263=>{_0x109263!=_0x1685f3([0x56,0x61,0x6c,0x69,0x64])&&_0x447e1a(_0x109263);},_0x1f04ba);}):_0x261c8c||_0x5d5400||_0x1685f3([0x56,0x61,0x6c,0x69,0x64]);}}function _0xb21743(_0x5a78a9,_0x1cb013){return new window[(_0x1685f3([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x4bf745=>{if(_0x4e9bae())return _0x4bf745(_0x1685f3([0x56,0x61,0x6c,0x69,0x64]));_0x14b762(),_0x17a80c[_0x1685f3([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x1685f3([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x51481d=!0x1;const _0x266756=_0xe1e07d();function _0x26f5fc(_0x4543f7){return!!_0x4543f7&&(typeof _0x4543f7===_0x1685f3([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x4543f7===_0x1685f3([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x4543f7[_0x1685f3([0x74,0x68,0x65,0x6e])]===_0x1685f3([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x4543f7[_0x1685f3([0x63,0x61,0x74,0x63,0x68])]===_0x1685f3([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x1658c6(_0x5cdecb){_0x3c1925(_0x5cdecb)[_0x1685f3([0x74,0x68,0x65,0x6e])](_0x37f2c8=>{if(!_0x37f2c8||_0x37f2c8[_0x1685f3([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x1685f3([0x6f,0x6b]))return _0x1685f3([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x113e7b(_0x4698c3(_0x266756+_0x1cb013))!=_0x37f2c8[_0x1685f3([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x1685f3([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x1685f3([0x56,0x61,0x6c,0x69,0x64]);})[_0x1685f3([0x74,0x68,0x65,0x6e])](_0x37905a=>(_0x524fa4(),_0x37905a),()=>{const _0x338f67=_0x10f788();return null==_0x338f67?(_0x524fa4(),_0x1685f3([0x56,0x61,0x6c,0x69,0x64])):_0x1685f3(_0xfa432a-_0x338f67>(0x21f789a4^_0x3f4cd6)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x1685f3([0x74,0x68,0x65,0x6e])](_0x4bf745)[_0x1685f3([0x63,0x61,0x74,0x63,0x68])](()=>{_0x4bf745(_0x1685f3([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x3f755d=0x5cde324^_0x3f4cd6;function _0x524fa4(){const _0x2b9857=_0x1685f3([0x6c,0x6c,0x63,0x74,0x2d])+_0x113e7b(_0x4698c3(_0x5a78a9)),_0x2f3c67=_0x278cc5(_0x113e7b(window[_0x1685f3([0x4d,0x61,0x74,0x68])][_0x1685f3([0x63,0x65,0x69,0x6c])](_0xfa432a/_0x3f755d)));window[_0x1685f3([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x1685f3([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x2b9857,_0x2f3c67);}function _0x10f788(){const _0x410c76=_0x1685f3([0x6c,0x6c,0x63,0x74,0x2d])+_0x113e7b(_0x4698c3(_0x5a78a9)),_0xc6fa8a=window[_0x1685f3([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x1685f3([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x410c76);return _0xc6fa8a?window[_0x1685f3([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x278cc5(_0xc6fa8a),0x10)*_0x3f755d:null;}function _0x3c1925(_0xe7e398){return new window[(_0x1685f3([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x5b627c,_0x1c3382)=>{_0xe7e398[_0x1685f3([0x74,0x68,0x65,0x6e])](_0x5b627c,_0x1c3382),window[_0x1685f3([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x1c3382,0x5fad964^_0x3f4cd6);});}}_0x17a80c[_0x1685f3([0x6f,0x6e])](_0x1685f3([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x15e9b0,_0x5bc4cd)=>{if(_0x5bc4cd[0x0]!=_0x5a78a9)return _0x4bf745(_0x1685f3([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x5bc4cd[0x1]={..._0x5bc4cd[0x1],[_0x1685f3([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x266756};},{[_0x1685f3([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x1685f3([0x68,0x69,0x67,0x68])}),_0x17a80c[_0x1685f3([0x6f,0x6e])](_0x1685f3([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x43152a=>{_0x26f5fc(_0x43152a[_0x1685f3([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x51481d=!0x0,_0x1658c6(_0x43152a[_0x1685f3([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x1685f3([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x1685f3([0x6c,0x6f,0x77])}),_0x39c8c7[_0x1685f3([0x74,0x68,0x65,0x6e])](()=>{_0x51481d||_0x4bf745(_0x1685f3([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x4e9bae(){return _0x17a80c[_0x1685f3([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x1685f3([0x76,0x69,0x65,0x77])][_0x1685f3([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x1685f3([0x61,0x75,0x74,0x6f]);}function _0x14b762(){_0x17a80c[_0x1685f3([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x1685f3([0x76,0x69,0x65,0x77])][_0x1685f3([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x1685f3([0x61,0x75,0x74,0x6f]);}}function _0x20887e(_0x2cd610){const _0x578090=[new window[(_0x1685f3([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x211217=>setTimeout(_0x211217,0x5f23368^_0x3f4cd6)),_0x39c8c7[_0x1685f3([0x74,0x68,0x65,0x6e])](()=>new window[(_0x1685f3([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x54aaa0=>{let _0x20ac93=0x0;_0x17a80c[_0x1685f3([0x6d,0x6f,0x64,0x65,0x6c])][_0x1685f3([0x6f,0x6e])](_0x1685f3([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x472bf6,_0x5a7178)=>{_0x5a7178[0x0][_0x1685f3([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x20ac93++,_0x20ac93==(0x5fb0c5c^_0x3f4cd6)&&(_0x54aaa0(),_0x472bf6[_0x1685f3([0x6f,0x66,0x66])]());});}))];return window[_0x1685f3([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x1685f3([0x72,0x61,0x63,0x65])](_0x578090)[_0x1685f3([0x74,0x68,0x65,0x6e])](()=>_0x2cd610);}async function _0x5b5476(){await _0x39c8c7,_0x17a80c[_0x1685f3([0x6d,0x6f,0x64,0x65,0x6c])][_0x1685f3([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x1a687b,_0x17a80c[_0x1685f3([0x6d,0x6f,0x64,0x65,0x6c])][_0x1685f3([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x1a687b,_0x17a80c[_0x1685f3([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x1685f3([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x50fec8(_0x59a66e){const _0x40628d=_0x2769bc();_0x17a80c[_0x40628d]=_0x1685f3([0x73,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x59a66e,_0x59a66e!=_0x1685f3([0x56,0x61,0x6c,0x69,0x64])&&_0x5b5476();}function _0x2769bc(){const _0x11c1ee=window[_0x1685f3([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x1685f3([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x1685f3([0x6e,0x6f,0x77])]())[_0x1685f3([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x1685f3([0x2e]),'');let _0x5ce808=_0x1685f3([0x5a]);for(let _0x348016=0x0;_0x348016<_0x11c1ee[_0x1685f3([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x348016+=0x2){let _0x571de2=window[_0x1685f3([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x11c1ee[_0x1685f3([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x348016,_0x348016+0x2));_0x571de2>=_0x4f27c7[_0x1685f3([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x571de2-=_0x4f27c7[_0x1685f3([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x5ce808+=_0x4f27c7[_0x571de2];}return _0x5ce808;}function _0x31ca03(){const _0xe205c7=_0x526ee1[_0x1685f3([0x73,0x70,0x6c,0x69,0x74])](_0x1685f3([0x2e]));if(0x3!=_0xe205c7[_0x1685f3([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x3f1ee3(_0xe205c7[0x1]);function _0x3f1ee3(_0x52535e){const _0x4a9cda=_0x247f6a(_0x52535e);return _0x4a9cda&&_0x13609f()?_0x4a9cda:null;function _0x13609f(){const _0x2616af=_0x4a9cda[_0x1685f3([0x6a,0x74,0x69])],_0x19b746=window[_0x1685f3([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x2616af[_0x1685f3([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x2616af[_0x1685f3([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x2e8361={..._0x4a9cda,[_0x1685f3([0x6a,0x74,0x69])]:_0x2616af[_0x1685f3([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x2616af[_0x1685f3([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x2e8361[_0x1685f3([0x76,0x63])],_0x4698c3(_0x2e8361)==_0x19b746;}}}async function _0x31a959(){let _0x295e1b=!0x0;try{const _0x584818=_0x526ee1[_0x1685f3([0x73,0x70,0x6c,0x69,0x74])](_0x1685f3([0x2e])),[_0xd4de4,_0x48b41e,_0x4bab53]=_0x584818;return _0x1bae90(_0xd4de4),await _0x57fd19(_0xd4de4,_0x48b41e,_0x4bab53),_0x295e1b;}catch{return!0x1;}function _0x1bae90(_0x30d076){const _0xf67ddc=_0x247f6a(_0x30d076);_0xf67ddc&&_0xf67ddc[_0x1685f3([0x61,0x6c,0x67])]==_0x1685f3([0x45,0x53,0x32,0x35,0x36])||(_0x295e1b=!0x1);}async function _0x57fd19(_0x31b613,_0x53e983,_0x19d879){const _0x55cf16=window[_0x1685f3([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x1685f3([0x66,0x72,0x6f,0x6d])](_0x278536(_0x19d879),_0x3c12c8=>_0x3c12c8[_0x1685f3([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x18c3b2=new window[(_0x1685f3([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x1685f3([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x31b613+_0x1685f3([0x2e])+_0x53e983),_0x57ebfb=window[_0x1685f3([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x1685f3([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x57ebfb)return;const _0x5eac9f=await _0x57ebfb[_0x1685f3([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x1685f3([0x6a,0x77,0x6b]),_0xc2ce75,{[_0x1685f3([0x6e,0x61,0x6d,0x65])]:_0x1685f3([0x45,0x43,0x44,0x53,0x41]),[_0x1685f3([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x1685f3([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x1685f3([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x57ebfb[_0x1685f3([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x1685f3([0x6e,0x61,0x6d,0x65])]:_0x1685f3([0x45,0x43,0x44,0x53,0x41]),[_0x1685f3([0x68,0x61,0x73,0x68])]:{[_0x1685f3([0x6e,0x61,0x6d,0x65])]:_0x1685f3([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x5eac9f,_0x55cf16,_0x18c3b2)||(_0x295e1b=!0x1);}}function _0x247f6a(_0x2a9a6c){return _0x2a9a6c[_0x1685f3([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x1685f3([0x65,0x79]))?JSON[_0x1685f3([0x70,0x61,0x72,0x73,0x65])](_0x278536(_0x2a9a6c)):null;}function _0x278536(_0xee59a4){return window[_0x1685f3([0x61,0x74,0x6f,0x62])](_0xee59a4[_0x1685f3([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x1685f3([0x2b]))[_0x1685f3([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x1685f3([0x2f])));}function _0x4698c3(_0x1d76de){let _0x19a23a=0x1505;function _0x382e67(_0x4a188c){for(let _0x4fa098=0x0;_0x4fa098<_0x4a188c[_0x1685f3([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x4fa098++){const _0x3bdac2=_0x4a188c[_0x1685f3([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x4fa098);_0x19a23a=(_0x19a23a<<0x5)+_0x19a23a+_0x3bdac2,_0x19a23a&=_0x19a23a;}}function _0x1ca7be(_0x359a35){Array[_0x1685f3([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x359a35)?_0x359a35[_0x1685f3([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x1ca7be):_0x359a35&&typeof _0x359a35==_0x1685f3([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x1685f3([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x359a35)[_0x1685f3([0x73,0x6f,0x72,0x74])]()[_0x1685f3([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x4338e8,_0x5c7601])=>{_0x382e67(_0x4338e8),_0x1ca7be(_0x5c7601);}):_0x382e67(window[_0x1685f3([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x359a35));}return _0x1ca7be(_0x1d76de),_0x19a23a>>>0x0;}function _0x113e7b(_0x4a0f42){return _0x4a0f42[_0x1685f3([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x1685f3([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x1685f3([0x30]));}function _0x278cc5(_0x412faa){return _0x412faa[_0x1685f3([0x73,0x70,0x6c,0x69,0x74])]('')[_0x1685f3([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x1685f3([0x6a,0x6f,0x69,0x6e])]('');}function _0x1a687b(){}function _0x1685f3(_0x5d1bfa){return _0x5d1bfa['map'](_0x350f40=>String['fromCharCode'](_0x350f40))['join']('');}_0x50fec8(await _0x5ad411());}(this);}['getAllowedCommands'](){return this['_allowedCommands'];}['getDefaultCommands'](){const _0x13e9f1=_0x1094ca=>function(_0x15d9a5,_0x301c1d){const t=_0x15d9a5['t'],_0x367a52=_0x15d9a5['t'];switch(_0x301c1d){case'AI\x20Assistant':return _0x367a52('AI\x20Assistant');case'Block\x20quote':return _0x367a52('Block\x20quote');case'Bulleted\x20list':return _0x367a52('Bulleted\x20list');case'Insert\x20code\x20block':return _0x367a52('Insert\x20code\x20block');case'Open\x20file\x20manager':return _0x367a52('Open\x20file\x20manager');case'Insert\x20image':return _0x367a52('Insert\x20image');case'Heading\x201':return _0x367a52('Heading\x201');case'Heading\x202':return _0x367a52('Heading\x202');case'Heading\x203':return _0x367a52('Heading\x203');case'Heading\x204':return _0x367a52('Heading\x204');case'Heading\x205':return _0x367a52('Heading\x205');case'Heading\x206':return _0x367a52('Heading\x206');case'Horizontal\x20line':return _0x367a52('Horizontal\x20line');case'Insert\x20HTML':return _0x367a52('Insert\x20HTML');case'Increase\x20indent':return _0x367a52('Increase\x20indent');case'Insert\x20table':return _0x367a52('Insert\x20table');case'Table\x20of\x20contents':return _0x367a52('Table\x20of\x20contents');case'Numbered\x20list':return _0x367a52('Numbered\x20list');case'Decrease\x20indent':return _0x367a52('Decrease\x20indent');case'Paragraph':return _0x367a52('Paragraph');case'To-do\x20list':return _0x367a52('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 _0x301c1d;}}(this['editor']['locale'],_0x1094ca);return[{'id':'aiAssistant','commandName':'showAIAssistant','icon':_0x169c33,'title':_0x13e9f1('AI\x20Assistant'),'description':_0x13e9f1('Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content'),'execute':_0x22ec6d=>{setTimeout(()=>_0x22ec6d['execute']('showAIAssistant'));}},{'id':'blockQuote','commandName':'blockQuote','icon':_0x3edb97,'title':_0x13e9f1('Block\x20quote'),'description':_0x13e9f1('Create\x20a\x20block\x20quote')},{'id':'bulletedList','commandName':'bulletedList','icon':_0x1fc31f,'title':_0x13e9f1('Bulleted\x20list'),'description':_0x13e9f1('Create\x20a\x20bulleted\x20list')},{'id':'codeBlock','commandName':'codeBlock','icon':_0x3a1085,'title':_0x13e9f1('Insert\x20code\x20block'),'description':_0x13e9f1('Create\x20a\x20code\x20block')},{'id':'ckbox','commandName':'ckbox','icon':_0x136e36,'title':_0x13e9f1('Open\x20file\x20manager'),'description':_0x13e9f1('Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file'),'aliases':['ckfinder','filemanager','upload']},{'id':'ckfinder','commandName':'ckfinder','icon':_0x136e36,'title':_0x13e9f1('Insert\x20image'),'description':_0x13e9f1('Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file'),'aliases':['ckbox','filemanager','upload']},{'id':'emoji','commandName':'emoji','icon':_0x312187,'title':_0x13e9f1('Emoji'),'description':_0x13e9f1('Insert\x20an\x20emoji'),'execute':_0x2c4c96=>{setTimeout(()=>_0x2c4c96['execute']('emoji'));}},{'id':'heading1','commandName':'heading','icon':_0x143a7d,'title':_0x13e9f1('Heading\x201'),'description':_0x13e9f1('Create\x20a\x20heading\x20level\x201'),'execute':_0x5c8f3b=>{_0x5c8f3b['execute']('heading',{'value':'heading1'});}},{'id':'heading2','commandName':'heading','icon':_0x49b69c,'title':_0x13e9f1('Heading\x202'),'description':_0x13e9f1('Create\x20a\x20heading\x20level\x202'),'execute':_0x1a0270=>{_0x1a0270['execute']('heading',{'value':'heading2'});}},{'id':'heading3','commandName':'heading','icon':_0x53eef5,'title':_0x13e9f1('Heading\x203'),'description':_0x13e9f1('Create\x20a\x20heading\x20level\x203'),'execute':_0x4a00f4=>{_0x4a00f4['execute']('heading',{'value':'heading3'});}},{'id':'heading4','commandName':'heading','icon':_0x40e8d7,'title':_0x13e9f1('Heading\x204'),'description':_0x13e9f1('Create\x20a\x20heading\x20level\x204'),'execute':_0x46354a=>{_0x46354a['execute']('heading',{'value':'heading4'});}},{'id':'heading5','commandName':'heading','icon':_0x58bab7,'title':_0x13e9f1('Heading\x205'),'description':_0x13e9f1('Create\x20a\x20heading\x20level\x205'),'execute':_0x403ab9=>{_0x403ab9['execute']('heading',{'value':'heading5'});}},{'id':'heading6','commandName':'heading','icon':_0x12e8db,'title':_0x13e9f1('Heading\x206'),'description':_0x13e9f1('Create\x20a\x20heading\x20level\x206'),'execute':_0x4f3980=>{_0x4f3980['execute']('heading',{'value':'heading6'});}},{'id':'horizontalLine','commandName':'horizontalLine','icon':_0x3cacf8,'title':_0x13e9f1('Horizontal\x20line'),'description':_0x13e9f1('Insert\x20a\x20horizontal\x20line')},{'id':'htmlEmbed','commandName':'htmlEmbed','icon':_0x261abf,'title':_0x13e9f1('Insert\x20HTML'),'description':_0x13e9f1('Insert\x20an\x20HTML\x20snippet')},{'id':'indent','commandName':'indent','icon':_0x31982c,'title':_0x13e9f1('Increase\x20indent'),'description':_0x13e9f1('Increase\x20the\x20indentation')},{'id':'insertMermaidCommand','commandName':'insertMermaidCommand','title':_0x13e9f1('Insert\x20Mermaid\x20diagram'),'description':_0x13e9f1('Insert\x20the\x20Mermaid\x20diagram')},{'id':'insertTable','commandName':'insertTable','icon':_0x5b4dec,'title':_0x13e9f1('Insert\x20table'),'description':_0x13e9f1('Create\x20a\x20table')},{'id':'insertTableOfContents','commandName':'insertTableOfContents','icon':_0x175914,'title':_0x13e9f1('Table\x20of\x20contents'),'description':_0x13e9f1('Insert\x20table\x20of\x20contents'),'aliases':['toc']},{'id':'numberedList','commandName':'numberedList','icon':_0x4f5733,'title':_0x13e9f1('Numbered\x20list'),'description':_0x13e9f1('Create\x20a\x20numbered\x20list')},{'id':'outdent','commandName':'outdent','icon':_0x30ae95,'title':_0x13e9f1('Decrease\x20indent'),'description':_0x13e9f1('Decrease\x20the\x20indentation')},{'id':'paragraph','commandName':'paragraph','icon':_0x521d92,'title':_0x13e9f1('Paragraph'),'description':_0x13e9f1('Insert\x20a\x20paragraph')},{'id':'todoList','commandName':'todoList','icon':_0x242e02,'title':_0x13e9f1('To-do\x20list'),'description':_0x13e9f1('Create\x20a\x20to-do\x20list')}];}['_proxyIsEnabled'](_0x4cf272){return _0x4cf272['isEnabled']?_0x4cf272['isEnabled'](this['editor']):!_0x4cf272['commandName']||this['editor']['commands']['get'](_0x4cf272['commandName'])['isEnabled'];}['_proxyExecute'](_0x56ea51){if(_0x56ea51['execute'])_0x56ea51['execute'](this['editor']);else{if(!_0x56ea51['commandName'])throw new _0xcb1eae('slash-command-execute-missing',this['editor'],{'commandDefinition':_0x56ea51});this['editor']['execute'](_0x56ea51['commandName']);}}}function H(_0x4e4759,_0x1c9b28){return _0x4e4759['title']<_0x1c9b28['title']?-0x1:_0x4e4759['title']>_0x1c9b28['title']?0x1:0x0;}function O(_0x3122db,_0xc5c8f3){return _0xc5c8f3+'-'+_0x3122db['toLowerCase']()['split']('\x20')['join']('-');}class e extends _0x454e8a{static get['pluginName'](){return'SlashCommandEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[L];}['getMatchingCommands'](_0x3cdee0){const _0x4e7f5c=_0x3cdee0&&_0x3cdee0['toLowerCase']();let _0x53bfc6=this['editor']['plugins']['get']('SlashCommandConfig')['getAllowedCommands']();if(_0x53bfc6=_0x53bfc6['filter'](_0x69c17e=>_0x69c17e['isEnabled']()),_0x4e7f5c){const _0x3e36de=[],_0x571b14=[],_0x117bf6=[],_0x2efc35=[];for(const _0x3148fe of _0x53bfc6)_0x3148fe['id']['toLowerCase']()['includes'](_0x4e7f5c)?_0x3e36de['push'](_0x3148fe):_0x3148fe['title']['toLowerCase']()['includes'](_0x4e7f5c)?_0x571b14['push'](_0x3148fe):_0x3148fe['aliases']&&_0x3148fe['aliases']['some'](_0x95948a=>_0x95948a['toLowerCase']()['includes'](_0x4e7f5c))?_0x117bf6['push'](_0x3148fe):_0x3148fe['description']&&_0x3148fe['description']['toLowerCase']()['includes'](_0x4e7f5c)&&_0x2efc35['push'](_0x3148fe);_0x53bfc6=_0x3e36de['concat'](_0x571b14,_0x117bf6,_0x2efc35);}return _0x53bfc6;}}class K extends _0x32a178{constructor(_0x5da08f,_0x499b3c){super(_0x5da08f),this['textPartView']=this['_createTextPartView'](_0x5da08f,_0x499b3c),void 0x0!==_0x499b3c['isIconColorInherited']&&(this['iconView']['isColorInherited']=_0x499b3c['isIconColorInherited']),this['set']({'icon':_0x499b3c['icon']||_0xc94e39,'withText':!0x0,'label':_0x499b3c['title'],'class':'ck-slash-command-button'});}['render'](){super['render'](),this['children']['add'](this['textPartView']);}['_createTextPartView'](_0x1a3582,_0x4bce2d){const _0x9b9d63=new _0x124bcb(_0x1a3582);return _0x9b9d63['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-slash-command-button__text-part']},'children':_0x4bce2d['description']?[this['labelView'],{'tag':'span','attributes':{'class':['ck','ck-slash-command-button__description']},'children':[{'text':_0x4bce2d['description']}]}]:[this['labelView']]}),_0x9b9d63;}}class s extends _0x454e8a{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'SlashCommandUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x41e35a){super(_0x41e35a),this['_setupMentionConfiguration']();}['init'](){this['editor']['once']('ready',this['_overrideMentionExecuteListener']['bind'](this)),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x5ef3dd=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x326d6c;for(const _0xbcfbbc in _0x5ef3dd){const _0x2e29ec=_0xbcfbbc,_0x28e005=_0x5ef3dd[_0x2e29ec];if('slashCommandLicenseKeyValid'==_0x28e005||'slashCommandLicenseKeyInvalid'==_0x28e005||'slashCommandLicenseKeyExpired'==_0x28e005||'slashCommandLicenseKeyDomainLimit'==_0x28e005||'slashCommandLicenseKeyNotAllowed'==_0x28e005||'slashCommandLicenseKeyEvaluationLimit'==_0x28e005||'slashCommandLicenseKeyTrialLimit'==_0x28e005||'slashCommandLicenseKeyUsageLimit'==_0x28e005){delete _0x5ef3dd[_0x2e29ec],_0x326d6c=_0x28e005,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'slashCommandLicenseKeyInvalid'==_0x326d6c&&_0x5ef3dd['_showLicenseError']('invalid'),'slashCommandLicenseKeyExpired'==_0x326d6c&&_0x5ef3dd['_showLicenseError']('expired'),'slashCommandLicenseKeyDomainLimit'==_0x326d6c&&_0x5ef3dd['_showLicenseError']('domainLimit'),'slashCommandLicenseKeyNotAllowed'==_0x326d6c&&_0x5ef3dd['_showLicenseError']('featureNotAllowed','SlashCommand'),'slashCommandLicenseKeyEvaluationLimit'==_0x326d6c&&_0x5ef3dd['_showLicenseError']('evaluationLimit'),'slashCommandLicenseKeyTrialLimit'==_0x326d6c&&_0x5ef3dd['_showLicenseError']('trialLimit'),'slashCommandLicenseKeyUsageLimit'==_0x326d6c&&_0x5ef3dd['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}['_setupMentionConfiguration'](){const _0x7a4569=this['editor'],_0x2e3a8e=this['editor']['plugins']['get']('SlashCommandEditing'),_0x7292c7=_0x7a4569['config']['get']('mention.feeds');_0x7292c7['push']({'marker':'/','feed':_0x441571=>_0x2e3a8e['getMatchingCommands'](_0x441571),'itemRenderer':this['_customItemRenderer']['bind'](this),'dropdownLimit':_0x7a4569['config']['get']('slashCommand.dropdownLimit')||0x1/0x0}),_0x7a4569['config']['set']('mention.feeds',_0x7292c7);}['_overrideMentionExecuteListener'](){const _0x21d6c8=this['editor'];_0x21d6c8['commands']['get']('mention')['on']('execute',(_0x5d1027,_0x363078)=>{const _0x687e7=_0x363078[0x0],_0x364e74=_0x21d6c8['model'];'/'===_0x687e7['marker']&&_0x364e74['change'](_0x37ba14=>{_0x37ba14['remove'](_0x687e7['range']),_0x687e7['mention']['execute'](),_0x5d1027['stop']();});},{'priority':'high'});}['_customItemRenderer'](_0x287f53){const _0x219211=this['editor']['locale'],_0x148811=new K(_0x219211,_0x287f53);return _0x148811['render'](),_0x148811['element'];}}class m extends _0x454e8a{static get['requires'](){return['Mention',e,s];}static get['pluginName'](){return'SlashCommand';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}}export{m as SlashCommand,L as SlashCommandConfig,e as SlashCommandEditing,s as SlashCommandUI};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ckeditor/ckeditor5-slash-command",
|
|
3
|
-
"version": "45.2.1-alpha.
|
|
3
|
+
"version": "45.2.1-alpha.9",
|
|
4
4
|
"description": "Slash command feature for CKEditor 5.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ckeditor",
|
|
@@ -12,15 +12,15 @@
|
|
|
12
12
|
"type": "module",
|
|
13
13
|
"main": "src/index.js",
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@ckeditor/ckeditor5-core": "45.2.1-alpha.
|
|
16
|
-
"@ckeditor/ckeditor5-icons": "45.2.1-alpha.
|
|
17
|
-
"@ckeditor/ckeditor5-heading": "45.2.1-alpha.
|
|
18
|
-
"@ckeditor/ckeditor5-mention": "45.2.1-alpha.
|
|
19
|
-
"@ckeditor/ckeditor5-style": "45.2.1-alpha.
|
|
20
|
-
"@ckeditor/ckeditor5-template": "45.2.1-alpha.
|
|
21
|
-
"@ckeditor/ckeditor5-ui": "45.2.1-alpha.
|
|
22
|
-
"@ckeditor/ckeditor5-utils": "45.2.1-alpha.
|
|
23
|
-
"ckeditor5": "45.2.1-alpha.
|
|
15
|
+
"@ckeditor/ckeditor5-core": "45.2.1-alpha.9",
|
|
16
|
+
"@ckeditor/ckeditor5-icons": "45.2.1-alpha.9",
|
|
17
|
+
"@ckeditor/ckeditor5-heading": "45.2.1-alpha.9",
|
|
18
|
+
"@ckeditor/ckeditor5-mention": "45.2.1-alpha.9",
|
|
19
|
+
"@ckeditor/ckeditor5-style": "45.2.1-alpha.9",
|
|
20
|
+
"@ckeditor/ckeditor5-template": "45.2.1-alpha.9",
|
|
21
|
+
"@ckeditor/ckeditor5-ui": "45.2.1-alpha.9",
|
|
22
|
+
"@ckeditor/ckeditor5-utils": "45.2.1-alpha.9",
|
|
23
|
+
"ckeditor5": "45.2.1-alpha.9"
|
|
24
24
|
},
|
|
25
25
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
26
26
|
"author": "CKSource (http://cksource.com/)",
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const _0x862098=_0x1b72;(function(_0x2bc5d3,_0x404e0f){const _0x6d9039=_0x1b72,_0x53e8c8=_0x2bc5d3();while(!![]){try{const _0x46920f=parseInt(_0x6d9039(0x1f3))/0x1*(-parseInt(_0x6d9039(0x1c2))/0x2)+-parseInt(_0x6d9039(0x1e5))/0x3+-parseInt(_0x6d9039(0x208))/0x4+parseInt(_0x6d9039(0x221))/0x5+parseInt(_0x6d9039(0x1e3))/0x6*(-parseInt(_0x6d9039(0x1f8))/0x7)+-parseInt(_0x6d9039(0x21d))/0x8*(-parseInt(_0x6d9039(0x23b))/0x9)+parseInt(_0x6d9039(0x205))/0xa*(parseInt(_0x6d9039(0x236))/0xb);if(_0x46920f===_0x404e0f)break;else _0x53e8c8['push'](_0x53e8c8['shift']());}catch(_0x52f175){_0x53e8c8['push'](_0x53e8c8['shift']());}}}(_0x3d5f,0x4460e));import{Plugin as _0x48e5ba}from'ckeditor5/src/core.js';import{CKEditorError as _0x2c3b51,uid as _0x4fce70}from'ckeditor5/src/utils.js';import{IconBrowseFiles as _0x26cb14,IconBulletedList as _0x29e025,IconEmoji as _0x5132aa,IconCodeBlock as _0x544868,IconHeading1 as _0x5b33da,IconHeading2 as _0x27d8cf,IconHeading3 as _0x4ddd10,IconHeading4 as _0x28f946,IconHeading5 as _0x15dfef,IconHeading6 as _0x3da23d,IconHorizontalLine as _0x48e60b,IconHtml as _0x17a538,IconIndent as _0x50c635,IconNumberedList as _0x47105c,IconOutdent as _0x357c65,IconParagraph as _0x5b4df4,IconQuote as _0x4d87c3,IconRobotPencil as _0x1f2af7,IconTable as _0xbaa736,IconTableOfContents as _0x5107de,IconTodoList as _0x2a28f2}from'ckeditor5/src/icons.js';function _0x3d5f(){const _0x99eb8a=['Numbered\x20list','insertTableOfContents','insertTemplate','getDefaultCommands','href','Insert\x20code\x20block','outdent','isPremiumPlugin','heading1','Heading\x205','ckbox','showAIAssistant','198YGnfcA','Create\x20a\x20numbered\x20list','31638ndavHd','Create\x20a\x20heading\x20level\x202','Insert\x20an\x20HTML\x20snippet','Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content','Insert\x20the\x20Mermaid\x20diagram','heading.options','Heading\x201','heading4','sort','length','toc','isOfficialPlugin','filemanager','Insert\x20image','121745FTJOit','Create\x20a\x20block\x20quote','config','slashCommand.extraCommands','Insert\x20a\x20paragraph','117873AwmsvI','filter','Decrease\x20indent','Block\x20quote','upload','style','concat','fromCharCode','_proxyIsEnabled','getAllowedCommands','Paragraph','Insert\x20HTML','indent','1388710WZGMWj','map','Heading\x203','2034960EYCCMl','template.definitions','push','isIconColorInherited','SlashCommandConfig','Create\x20a\x20code\x20block','Bulleted\x20list','template','Create\x20a\x20heading\x20level\x206','execute','includes','Create\x20a\x20to-do\x20list','heading2','_proxyExecute','insertTable','Insert\x20a\x20horizontal\x20line','heading6','function','Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file','commandName','codeBlock','8CFtyFf','Decrease\x20the\x20indentation','join','Horizontal\x20line','2359465LJWPrU','Heading\x202','blockQuote','Create\x20a\x20heading\x20level\x201','ckfinder','Heading\x204','locale','paragraph','Create\x20a\x20table','Create\x20a\x20heading\x20level\x205','numberedList','To-do\x20list','Create\x20a\x20bulleted\x20list','Create\x20a\x20heading\x20level\x204','Increase\x20indent','style.definitions','_allowedCommands','heading','model','aiAssistant','Insert\x20table','77KLFmDr','todoList','slashCommand.removeCommands','AI\x20Assistant','title','1390959LcAhvs','split','description','enabledStyles','Insert\x20table\x20of\x20contents','Open\x20file\x20manager','heading3','get','emoji','Create\x20a\x20heading\x20level\x203','pluginName','toLowerCase','4jSBRyU','htmlEmbed','heading5','aliases','Insert\x20an\x20emoji','Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file','bulletedList','insertMermaidCommand','name','Table\x20of\x20contents','horizontalLine','isEnabled','icon','commands','Insert\x20Mermaid\x20diagram','Heading\x206','afterInit','Emoji','editor','slash-command-execute-missing','Increase\x20the\x20indentation'];_0x3d5f=function(){return _0x99eb8a;};return _0x3d5f();}function _0x1b72(_0x35fded,_0x19e2ef){const _0x3d5f3a=_0x3d5f();return _0x1b72=function(_0x1b724b,_0x1ab9c9){_0x1b724b=_0x1b724b-0x1bf;let _0x5167fc=_0x3d5f3a[_0x1b724b];return _0x5167fc;},_0x1b72(_0x35fded,_0x19e2ef);}import{getTranslation as _0x1886d1}from'./utils/common-translations.js';import'./slashcommandeditorconfig.js';export default class L extends _0x48e5ba{static get[_0x862098(0x1c0)](){const _0x4dcd71=_0x862098;return _0x4dcd71(0x20c);}static get[_0x862098(0x1f0)](){return!0x0;}static get[_0x862098(0x1de)](){return!0x0;}constructor(_0x522a7e){const _0x12e7dd=_0x862098;super(_0x522a7e),this[_0x12e7dd(0x231)]=null;}[_0x862098(0x1d2)](){const _0x49d555=_0x862098,_0x2571cc=this[_0x49d555(0x1d4)][_0x49d555(0x1f5)][_0x49d555(0x242)](_0x49d555(0x238))||[],_0x2e31ec=function(_0x599a2c){const _0x356d4f=_0x49d555;let _0x49f9dd=[_0x356d4f(0x1ec),_0x356d4f(0x1c4),_0x356d4f(0x218)];if(_0x599a2c){const _0x4e550d=_0x599a2c[_0x356d4f(0x206)](_0x1c2f55=>_0x1c2f55[_0x356d4f(0x233)]);_0x49f9dd=[_0x356d4f(0x1df),_0x356d4f(0x214),_0x356d4f(0x241),_0x356d4f(0x1ec),_0x356d4f(0x1c4),_0x356d4f(0x218)][_0x356d4f(0x1f9)](_0x5c56b3=>!_0x4e550d[_0x356d4f(0x212)](_0x5c56b3));}return _0x49f9dd;}(this[_0x49d555(0x1d4)][_0x49d555(0x1f5)][_0x49d555(0x242)](_0x49d555(0x1ea)));let _0x3f79cc=this[_0x49d555(0x1da)]()[_0x49d555(0x1f9)](_0x1b7e61=>!_0x2e31ec[_0x49d555(0x212)](_0x1b7e61['id']))[_0x49d555(0x1f9)](_0xacdef6=>!_0x2571cc[_0x49d555(0x212)](_0xacdef6[_0x49d555(0x21b)]));const _0x468757=this[_0x49d555(0x1d4)][_0x49d555(0x1f5)][_0x49d555(0x242)](_0x49d555(0x1f6));_0x468757&&_0x468757[_0x49d555(0x1ee)]&&(_0x3f79cc=_0x3f79cc[_0x49d555(0x1fe)](_0x468757));const _0x47f192=this[_0x49d555(0x1d4)][_0x49d555(0x1f5)][_0x49d555(0x242)](_0x49d555(0x209));_0x47f192&&_0x47f192[_0x49d555(0x1ee)]&&(_0x3f79cc=_0x3f79cc[_0x49d555(0x1fe)](function(_0x44686a){const _0x58f4e3=_0x49d555;return _0x44686a[_0x58f4e3(0x206)](_0x4b62ba=>{const _0x100a6a=_0x58f4e3,{title:_0x2325bf,icon:_0x2da33c,description:_0x56008c,data:_0x4846ec}=_0x4b62ba,_0x22ecd9={'id':O(_0x2325bf,_0x100a6a(0x20f)),'commandName':_0x100a6a(0x1d9),'execute':_0x58e883=>{const _0x1a6815=_0x100a6a;_0x58e883[_0x1a6815(0x211)](_0x1a6815(0x1d9),_0x4846ec);},'description':_0x56008c,'icon':_0x2da33c,'title':_0x2325bf};return _0x2da33c&&(_0x22ecd9[_0x100a6a(0x20b)]=!0x1),_0x22ecd9;});}(_0x47f192)));const _0x195fa6=this[_0x49d555(0x1d4)][_0x49d555(0x1f5)][_0x49d555(0x242)](_0x49d555(0x230));_0x195fa6&&_0x195fa6[_0x49d555(0x1ee)]&&(_0x3f79cc=_0x3f79cc[_0x49d555(0x1fe)](function(_0x9dcc7){const _0x2ba764=_0x49d555;return _0x9dcc7[_0x2ba764(0x206)](_0x10f35e=>({'id':O(_0x10f35e[_0x2ba764(0x1ca)],_0x2ba764(0x1fd)),'commandName':_0x2ba764(0x1fd),'execute':_0x3f6dfc=>{const _0x21f2e5=_0x2ba764;_0x3f6dfc[_0x21f2e5(0x211)](_0x21f2e5(0x1fd),{'styleName':_0x10f35e[_0x21f2e5(0x1ca)]});},'isEnabled':_0xddc7ac=>{const _0x340c5c=_0x2ba764,_0x38b244=_0xddc7ac[_0x340c5c(0x1cf)][_0x340c5c(0x242)](_0x340c5c(0x1fd));return _0x38b244[_0x340c5c(0x1cd)]&&_0x38b244[_0x340c5c(0x23e)][_0x340c5c(0x212)](_0x10f35e[_0x340c5c(0x1ca)]);},'title':_0x10f35e[_0x2ba764(0x1ca)]}));}(_0x195fa6)));const _0x99df93=_0x3f79cc[_0x49d555(0x1f9)](_0x1831f4=>!_0x1831f4[_0x49d555(0x21b)]||void 0x0!==this[_0x49d555(0x1d4)][_0x49d555(0x1cf)][_0x49d555(0x242)](_0x1831f4[_0x49d555(0x21b)])),_0x5f0dec=[];for(const _0x5daf08 of _0x99df93)_0x5f0dec[_0x49d555(0x20a)]({'id':_0x5daf08['id'],'commandName':_0x5daf08[_0x49d555(0x21b)],'title':_0x49d555(0x219)==typeof _0x5daf08[_0x49d555(0x23a)]?_0x5daf08[_0x49d555(0x23a)](this[_0x49d555(0x1d4)]):_0x5daf08[_0x49d555(0x23a)],'description':_0x5daf08[_0x49d555(0x23d)],'icon':_0x5daf08[_0x49d555(0x1ce)],'isIconColorInherited':_0x5daf08[_0x49d555(0x20b)],'aliases':_0x5daf08[_0x49d555(0x1c5)],'isEnabled':()=>this[_0x49d555(0x200)](_0x5daf08),'execute':()=>this[_0x49d555(0x215)](_0x5daf08)});this[_0x49d555(0x231)]=_0x5f0dec[_0x49d555(0x1ed)](H),async function(_0x55231d){const _0x2d5f2a=_0x3af272([0x79,0x50,0x34,0x42,0x4d,0x71,0x61,0x4e,0x5a,0x6c,0x70,0x39,0x7a,0x57,0x41,0x59,0x45,0x4c,0x37,0x48,0x6d,0x6f,0x64,0x73,0x46,0x49,0x33,0x69,0x65,0x54,0x4f,0x6e,0x35,0x58,0x75,0x78,0x32,0x66,0x38,0x31,0x44,0x6b,0x47,0x4a,0x52,0x55,0x43,0x51,0x72,0x4b,0x36,0x77,0x74,0x30,0x67,0x63,0x68,0x6a,0x53,0x56,0x76,0x62]),_0x15c209=0x6f14a50a,_0x5ab9e6=0x6f13ce72^_0x15c209,_0x28bed4=window[_0x3af272([0x44,0x61,0x74,0x65])][_0x3af272([0x6e,0x6f,0x77])](),_0x2dff51=_0x55231d[_0x3af272([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x273aed=new window[(_0x3af272([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x1da69b=>{_0x2dff51[_0x3af272([0x6f,0x6e,0x63,0x65])](_0x3af272([0x72,0x65,0x61,0x64,0x79]),_0x1da69b);}),_0x346e50={[_0x3af272([0x6b,0x74,0x79])]:_0x3af272([0x45,0x43]),[_0x3af272([0x75,0x73,0x65])]:_0x3af272([0x73,0x69,0x67]),[_0x3af272([0x63,0x72,0x76])]:_0x3af272([0x50,0x2d,0x32,0x35,0x36]),[_0x3af272([0x78])]:_0x3af272([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]),[_0x3af272([0x79])]:_0x3af272([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]),[_0x3af272([0x61,0x6c,0x67])]:_0x3af272([0x45,0x53,0x32,0x35,0x36])},_0xd10104=_0x2dff51[_0x3af272([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x3af272([0x67,0x65,0x74])](_0x3af272([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x3e0b72(){let _0x2d4ae9,_0x321e6f=null,_0x20626d=null;try{if(_0xd10104==_0x3af272([0x47,0x50,0x4c]))return _0x3af272([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x2d4ae9=_0x4a7100(),!_0x2d4ae9)return _0x3af272([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x2d4ae9[_0x3af272([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x20626d=_0x5af517(_0x2d4ae9[_0x3af272([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x2d4ae9[_0x3af272([0x6a,0x74,0x69])])),await _0x195317()?_0x196c21()?_0x43600a()?_0x3af272([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x474b90()?(_0x2d4ae9[_0x3af272([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x3af272([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x321e6f=_0x22db2a(_0x3af272([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x2d4ae9[_0x3af272([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x3af272([0x74,0x72,0x69,0x61,0x6c])&&(_0x321e6f=_0x22db2a(_0x3af272([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x48297e()):_0x3af272([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x3af272([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x3af272([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x3af272([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x43600a(){const _0x21b14a=[_0x3af272([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x3af272([0x74,0x72,0x69,0x61,0x6c])][_0x3af272([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2d4ae9[_0x3af272([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x28bed4/0x3e8:0xe10*_0x5ab9e6;return _0x2d4ae9[_0x3af272([0x65,0x78,0x70])]<_0x21b14a;}function _0x196c21(){const _0x3088ee=_0x2d4ae9[_0x3af272([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x3088ee&&(!!_0x3088ee[_0x3af272([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3af272([0x2a]))||(!!_0x3088ee[_0x3af272([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3af272([0x53,0x43]))||!!_0x3088ee[_0x3af272([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3af272([0x50,0x50]))));}function _0x474b90(){const _0x1618cb=_0x1b72,_0x37e4ac=_0x2d4ae9[_0x3af272([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x37e4ac||0x0==_0x37e4ac[_0x3af272([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x21fa70}=new URL(window[_0x3af272([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x1618cb(0x1db)]);if(_0x37e4ac[_0x3af272([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x21fa70))return!0x0;const _0x3db82c=_0x21fa70[_0x3af272([0x73,0x70,0x6c,0x69,0x74])](_0x3af272([0x2e]));return _0x37e4ac[_0x3af272([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x3434b1=>_0x3434b1[_0x3af272([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3af272([0x2a])))[_0x3af272([0x6d,0x61,0x70])](_0x80d0e=>_0x80d0e[_0x3af272([0x73,0x70,0x6c,0x69,0x74])](_0x3af272([0x2e])))[_0x3af272([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x31145b=>_0x31145b[_0x3af272([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x3db82c[_0x3af272([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x3af272([0x6d,0x61,0x70])](_0x5b5c9d=>Array(_0x3db82c[_0x3af272([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x5b5c9d[_0x3af272([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x3af272([0x66,0x69,0x6c,0x6c])](_0x5b5c9d[0x0]===_0x3af272([0x2a])?_0x3af272([0x2a]):'')[_0x3af272([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x5b5c9d))[_0x3af272([0x73,0x6f,0x6d,0x65])](_0x1d1fe6=>_0x3db82c[_0x3af272([0x65,0x76,0x65,0x72,0x79])]((_0x374179,_0x1c9db9)=>_0x1d1fe6[_0x1c9db9]===_0x374179||_0x1d1fe6[_0x1c9db9]===_0x3af272([0x2a])));}function _0x48297e(){return _0x321e6f&&_0x20626d?new window[(_0x3af272([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x2f7b57,_0x14ac11)=>{_0x321e6f[_0x3af272([0x74,0x68,0x65,0x6e])](_0x2f7b57,_0x14ac11),_0x20626d[_0x3af272([0x74,0x68,0x65,0x6e])](_0x4f1f22=>{_0x4f1f22!=_0x3af272([0x56,0x61,0x6c,0x69,0x64])&&_0x2f7b57(_0x4f1f22);},_0x14ac11);}):_0x321e6f||_0x20626d||_0x3af272([0x56,0x61,0x6c,0x69,0x64]);}}function _0x5af517(_0x15c046,_0x1bb46e){return new window[(_0x3af272([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0xeb0a38=>{if(_0x15b0e2())return _0xeb0a38(_0x3af272([0x56,0x61,0x6c,0x69,0x64]));_0x9b755a(),_0x2dff51[_0x3af272([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x3af272([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x5d3c1b=!0x1;const _0xc76f00=_0x4fce70();function _0x1bee25(_0x12d69f){return!!_0x12d69f&&(typeof _0x12d69f===_0x3af272([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x12d69f===_0x3af272([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x12d69f[_0x3af272([0x74,0x68,0x65,0x6e])]===_0x3af272([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x12d69f[_0x3af272([0x63,0x61,0x74,0x63,0x68])]===_0x3af272([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x5889ad(_0x43d115){_0x47f4f7(_0x43d115)[_0x3af272([0x74,0x68,0x65,0x6e])](_0x23a912=>{if(!_0x23a912||_0x23a912[_0x3af272([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x3af272([0x6f,0x6b]))return _0x3af272([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x1c8077(_0x109512(_0xc76f00+_0x1bb46e))!=_0x23a912[_0x3af272([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x3af272([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x3af272([0x56,0x61,0x6c,0x69,0x64]);})[_0x3af272([0x74,0x68,0x65,0x6e])](_0x40e617=>(_0x2ad139(),_0x40e617),()=>{const _0x11c673=_0x11277a();return null==_0x11c673?(_0x2ad139(),_0x3af272([0x56,0x61,0x6c,0x69,0x64])):_0x3af272(_0x28bed4-_0x11c673>(0x4b18210a^_0x15c209)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x3af272([0x74,0x68,0x65,0x6e])](_0xeb0a38)[_0x3af272([0x63,0x61,0x74,0x63,0x68])](()=>{_0xeb0a38(_0x3af272([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x582a20=0x6f224b8a^_0x15c209;function _0x2ad139(){const _0x3bace7=_0x3af272([0x6c,0x6c,0x63,0x74,0x2d])+_0x1c8077(_0x109512(_0x15c046)),_0x1b3691=_0x17fcc8(_0x1c8077(window[_0x3af272([0x4d,0x61,0x74,0x68])][_0x3af272([0x63,0x65,0x69,0x6c])](_0x28bed4/_0x582a20)));window[_0x3af272([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x3af272([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x3bace7,_0x1b3691);}function _0x11277a(){const _0x49edf9=_0x3af272([0x6c,0x6c,0x63,0x74,0x2d])+_0x1c8077(_0x109512(_0x15c046)),_0x1fc51a=window[_0x3af272([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x3af272([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x49edf9);return _0x1fc51a?window[_0x3af272([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x17fcc8(_0x1fc51a),0x10)*_0x582a20:null;}function _0x47f4f7(_0x4ba9a2){return new window[(_0x3af272([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x35057b,_0x1ad798)=>{_0x4ba9a2[_0x3af272([0x74,0x68,0x65,0x6e])](_0x35057b,_0x1ad798),window[_0x3af272([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x1ad798,0x6f1571ca^_0x15c209);});}}_0x2dff51[_0x3af272([0x6f,0x6e])](_0x3af272([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x4c1942,_0x170071)=>{if(_0x170071[0x0]!=_0x15c046)return _0xeb0a38(_0x3af272([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x170071[0x1]={..._0x170071[0x1],[_0x3af272([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0xc76f00};},{[_0x3af272([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x3af272([0x68,0x69,0x67,0x68])}),_0x2dff51[_0x3af272([0x6f,0x6e])](_0x3af272([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x51b239=>{_0x1bee25(_0x51b239[_0x3af272([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x5d3c1b=!0x0,_0x5889ad(_0x51b239[_0x3af272([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x3af272([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x3af272([0x6c,0x6f,0x77])}),_0x273aed[_0x3af272([0x74,0x68,0x65,0x6e])](()=>{_0x5d3c1b||_0xeb0a38(_0x3af272([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x15b0e2(){return _0x2dff51[_0x3af272([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x3af272([0x76,0x69,0x65,0x77])][_0x3af272([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x3af272([0x61,0x75,0x74,0x6f]);}function _0x9b755a(){_0x2dff51[_0x3af272([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x3af272([0x76,0x69,0x65,0x77])][_0x3af272([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x3af272([0x61,0x75,0x74,0x6f]);}}function _0x22db2a(_0x459f68){const _0x581ccf=[new window[(_0x3af272([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0xfec747=>setTimeout(_0xfec747,0x6f1d9bc6^_0x15c209)),_0x273aed[_0x3af272([0x74,0x68,0x65,0x6e])](()=>new window[(_0x3af272([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x48cd85=>{let _0x471153=0x0;_0x2dff51[_0x3af272([0x6d,0x6f,0x64,0x65,0x6c])][_0x3af272([0x6f,0x6e])](_0x3af272([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x2436b,_0x2050ed)=>{_0x2050ed[0x0][_0x3af272([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x471153++,_0x471153==(0x6f14a4f2^_0x15c209)&&(_0x48cd85(),_0x2436b[_0x3af272([0x6f,0x66,0x66])]());});}))];return window[_0x3af272([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x3af272([0x72,0x61,0x63,0x65])](_0x581ccf)[_0x3af272([0x74,0x68,0x65,0x6e])](()=>_0x459f68);}async function _0x4c6cd2(){await _0x273aed,_0x2dff51[_0x3af272([0x6d,0x6f,0x64,0x65,0x6c])][_0x3af272([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x30c770,_0x2dff51[_0x3af272([0x6d,0x6f,0x64,0x65,0x6c])][_0x3af272([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x30c770,_0x2dff51[_0x3af272([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x3af272([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x31d30e(_0x376aa7){const _0x35aa8f=_0x49af69();_0x2dff51[_0x35aa8f]=_0x3af272([0x73,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x376aa7,_0x376aa7!=_0x3af272([0x56,0x61,0x6c,0x69,0x64])&&_0x4c6cd2();}function _0x49af69(){const _0x37d8dd=window[_0x3af272([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x3af272([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x3af272([0x6e,0x6f,0x77])]())[_0x3af272([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x3af272([0x2e]),'');let _0x2d0c67=_0x3af272([0x79]);for(let _0x5bf427=0x0;_0x5bf427<_0x37d8dd[_0x3af272([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x5bf427+=0x2){let _0x16ca85=window[_0x3af272([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x37d8dd[_0x3af272([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x5bf427,_0x5bf427+0x2));_0x16ca85>=_0x2d5f2a[_0x3af272([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x16ca85-=_0x2d5f2a[_0x3af272([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x2d0c67+=_0x2d5f2a[_0x16ca85];}return _0x2d0c67;}function _0x4a7100(){const _0xc88d42=_0xd10104[_0x3af272([0x73,0x70,0x6c,0x69,0x74])](_0x3af272([0x2e]));if(0x3!=_0xc88d42[_0x3af272([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x4332a3(_0xc88d42[0x1]);function _0x4332a3(_0x3cecca){const _0xf01295=_0x2ff950(_0x3cecca);return _0xf01295&&_0x402182()?_0xf01295:null;function _0x402182(){const _0x58d86c=_0xf01295[_0x3af272([0x6a,0x74,0x69])],_0x4a244e=window[_0x3af272([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x58d86c[_0x3af272([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x58d86c[_0x3af272([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x420b85={..._0xf01295,[_0x3af272([0x6a,0x74,0x69])]:_0x58d86c[_0x3af272([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x58d86c[_0x3af272([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x420b85[_0x3af272([0x76,0x63])],_0x109512(_0x420b85)==_0x4a244e;}}}async function _0x195317(){let _0x108005=!0x0;try{const _0x100aef=_0xd10104[_0x3af272([0x73,0x70,0x6c,0x69,0x74])](_0x3af272([0x2e])),[_0x2c3496,_0x3a14b6,_0x2da9e6]=_0x100aef;return _0x2b3f16(_0x2c3496),await _0x135eb3(_0x2c3496,_0x3a14b6,_0x2da9e6),_0x108005;}catch{return!0x1;}function _0x2b3f16(_0x1b1e9f){const _0x16faeb=_0x2ff950(_0x1b1e9f);_0x16faeb&&_0x16faeb[_0x3af272([0x61,0x6c,0x67])]==_0x3af272([0x45,0x53,0x32,0x35,0x36])||(_0x108005=!0x1);}async function _0x135eb3(_0x5332be,_0x49ec6a,_0xe7631){const _0x57283d=window[_0x3af272([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x3af272([0x66,0x72,0x6f,0x6d])](_0x247708(_0xe7631),_0x302102=>_0x302102[_0x3af272([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x1ed2e0=new window[(_0x3af272([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x3af272([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x5332be+_0x3af272([0x2e])+_0x49ec6a),_0x1b0713=window[_0x3af272([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x3af272([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x1b0713)return;const _0x15b861=await _0x1b0713[_0x3af272([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x3af272([0x6a,0x77,0x6b]),_0x346e50,{[_0x3af272([0x6e,0x61,0x6d,0x65])]:_0x3af272([0x45,0x43,0x44,0x53,0x41]),[_0x3af272([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x3af272([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x3af272([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x1b0713[_0x3af272([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x3af272([0x6e,0x61,0x6d,0x65])]:_0x3af272([0x45,0x43,0x44,0x53,0x41]),[_0x3af272([0x68,0x61,0x73,0x68])]:{[_0x3af272([0x6e,0x61,0x6d,0x65])]:_0x3af272([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x15b861,_0x57283d,_0x1ed2e0)||(_0x108005=!0x1);}}function _0x2ff950(_0xaa6bad){return _0xaa6bad[_0x3af272([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x3af272([0x65,0x79]))?JSON[_0x3af272([0x70,0x61,0x72,0x73,0x65])](_0x247708(_0xaa6bad)):null;}function _0x247708(_0x9db0a5){return window[_0x3af272([0x61,0x74,0x6f,0x62])](_0x9db0a5[_0x3af272([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x3af272([0x2b]))[_0x3af272([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x3af272([0x2f])));}function _0x109512(_0x2d80b5){let _0x1335e0=0x1505;function _0x285b5f(_0x4e6ca5){for(let _0x5deb79=0x0;_0x5deb79<_0x4e6ca5[_0x3af272([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x5deb79++){const _0x2a7e6e=_0x4e6ca5[_0x3af272([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x5deb79);_0x1335e0=(_0x1335e0<<0x5)+_0x1335e0+_0x2a7e6e,_0x1335e0&=_0x1335e0;}}function _0xbc086c(_0x376263){Array[_0x3af272([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x376263)?_0x376263[_0x3af272([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0xbc086c):_0x376263&&typeof _0x376263==_0x3af272([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x3af272([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x376263)[_0x3af272([0x73,0x6f,0x72,0x74])]()[_0x3af272([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x4b2d6c,_0x28fee1])=>{_0x285b5f(_0x4b2d6c),_0xbc086c(_0x28fee1);}):_0x285b5f(window[_0x3af272([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x376263));}return _0xbc086c(_0x2d80b5),_0x1335e0>>>0x0;}function _0x1c8077(_0x5ee52a){return _0x5ee52a[_0x3af272([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x3af272([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x3af272([0x30]));}function _0x17fcc8(_0x268a7d){return _0x268a7d[_0x3af272([0x73,0x70,0x6c,0x69,0x74])]('')[_0x3af272([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x3af272([0x6a,0x6f,0x69,0x6e])]('');}function _0x30c770(){}function _0x3af272(_0x413d0a){const _0x2846e9=_0x1b72;return _0x413d0a[_0x2846e9(0x206)](_0x553f1=>String[_0x2846e9(0x1ff)](_0x553f1))[_0x2846e9(0x21f)]('');}_0x31d30e(await _0x3e0b72());}(this);}[_0x862098(0x201)](){const _0x8cdc41=_0x862098;return this[_0x8cdc41(0x231)];}[_0x862098(0x1da)](){const _0x1ffdd1=_0x862098,_0x57325d=_0x4639c9=>_0x1886d1(this[_0x1ffdd1(0x1d4)][_0x1ffdd1(0x227)],_0x4639c9);return[{'id':_0x1ffdd1(0x234),'commandName':_0x1ffdd1(0x1e2),'icon':_0x1f2af7,'title':_0x57325d(_0x1ffdd1(0x239)),'description':_0x57325d(_0x1ffdd1(0x1e8)),'execute':_0x22c5d3=>{const _0x427561=_0x1ffdd1;setTimeout(()=>_0x22c5d3[_0x427561(0x211)](_0x427561(0x1e2)));}},{'id':_0x1ffdd1(0x223),'commandName':_0x1ffdd1(0x223),'icon':_0x4d87c3,'title':_0x57325d(_0x1ffdd1(0x1fb)),'description':_0x57325d(_0x1ffdd1(0x1f4))},{'id':_0x1ffdd1(0x1c8),'commandName':_0x1ffdd1(0x1c8),'icon':_0x29e025,'title':_0x57325d(_0x1ffdd1(0x20e)),'description':_0x57325d(_0x1ffdd1(0x22d))},{'id':_0x1ffdd1(0x21c),'commandName':_0x1ffdd1(0x21c),'icon':_0x544868,'title':_0x57325d(_0x1ffdd1(0x1dc)),'description':_0x57325d(_0x1ffdd1(0x20d))},{'id':_0x1ffdd1(0x1e1),'commandName':_0x1ffdd1(0x1e1),'icon':_0x26cb14,'title':_0x57325d(_0x1ffdd1(0x240)),'description':_0x57325d(_0x1ffdd1(0x1c7)),'aliases':[_0x1ffdd1(0x225),_0x1ffdd1(0x1f1),_0x1ffdd1(0x1fc)]},{'id':_0x1ffdd1(0x225),'commandName':_0x1ffdd1(0x225),'icon':_0x26cb14,'title':_0x57325d(_0x1ffdd1(0x1f2)),'description':_0x57325d(_0x1ffdd1(0x21a)),'aliases':[_0x1ffdd1(0x1e1),_0x1ffdd1(0x1f1),_0x1ffdd1(0x1fc)]},{'id':_0x1ffdd1(0x243),'commandName':_0x1ffdd1(0x243),'icon':_0x5132aa,'title':_0x57325d(_0x1ffdd1(0x1d3)),'description':_0x57325d(_0x1ffdd1(0x1c6)),'execute':_0x35988b=>{const _0x5b3c65=_0x1ffdd1;setTimeout(()=>_0x35988b[_0x5b3c65(0x211)](_0x5b3c65(0x243)));}},{'id':_0x1ffdd1(0x1df),'commandName':_0x1ffdd1(0x232),'icon':_0x5b33da,'title':_0x57325d(_0x1ffdd1(0x1eb)),'description':_0x57325d(_0x1ffdd1(0x224)),'execute':_0x2eb33f=>{const _0x1fe654=_0x1ffdd1;_0x2eb33f[_0x1fe654(0x211)](_0x1fe654(0x232),{'value':_0x1fe654(0x1df)});}},{'id':_0x1ffdd1(0x214),'commandName':_0x1ffdd1(0x232),'icon':_0x27d8cf,'title':_0x57325d(_0x1ffdd1(0x222)),'description':_0x57325d(_0x1ffdd1(0x1e6)),'execute':_0x452a8b=>{const _0x51f0c5=_0x1ffdd1;_0x452a8b[_0x51f0c5(0x211)](_0x51f0c5(0x232),{'value':_0x51f0c5(0x214)});}},{'id':_0x1ffdd1(0x241),'commandName':_0x1ffdd1(0x232),'icon':_0x4ddd10,'title':_0x57325d(_0x1ffdd1(0x207)),'description':_0x57325d(_0x1ffdd1(0x1bf)),'execute':_0x10b227=>{const _0x8be9b8=_0x1ffdd1;_0x10b227[_0x8be9b8(0x211)](_0x8be9b8(0x232),{'value':_0x8be9b8(0x241)});}},{'id':_0x1ffdd1(0x1ec),'commandName':_0x1ffdd1(0x232),'icon':_0x28f946,'title':_0x57325d(_0x1ffdd1(0x226)),'description':_0x57325d(_0x1ffdd1(0x22e)),'execute':_0x3e7d40=>{const _0x125f5c=_0x1ffdd1;_0x3e7d40[_0x125f5c(0x211)](_0x125f5c(0x232),{'value':_0x125f5c(0x1ec)});}},{'id':_0x1ffdd1(0x1c4),'commandName':_0x1ffdd1(0x232),'icon':_0x15dfef,'title':_0x57325d(_0x1ffdd1(0x1e0)),'description':_0x57325d(_0x1ffdd1(0x22a)),'execute':_0x3855d9=>{const _0x5d3394=_0x1ffdd1;_0x3855d9[_0x5d3394(0x211)](_0x5d3394(0x232),{'value':_0x5d3394(0x1c4)});}},{'id':_0x1ffdd1(0x218),'commandName':_0x1ffdd1(0x232),'icon':_0x3da23d,'title':_0x57325d(_0x1ffdd1(0x1d1)),'description':_0x57325d(_0x1ffdd1(0x210)),'execute':_0x2ef4da=>{const _0x1bff03=_0x1ffdd1;_0x2ef4da[_0x1bff03(0x211)](_0x1bff03(0x232),{'value':_0x1bff03(0x218)});}},{'id':_0x1ffdd1(0x1cc),'commandName':_0x1ffdd1(0x1cc),'icon':_0x48e60b,'title':_0x57325d(_0x1ffdd1(0x220)),'description':_0x57325d(_0x1ffdd1(0x217))},{'id':_0x1ffdd1(0x1c3),'commandName':_0x1ffdd1(0x1c3),'icon':_0x17a538,'title':_0x57325d(_0x1ffdd1(0x203)),'description':_0x57325d(_0x1ffdd1(0x1e7))},{'id':_0x1ffdd1(0x204),'commandName':_0x1ffdd1(0x204),'icon':_0x50c635,'title':_0x57325d(_0x1ffdd1(0x22f)),'description':_0x57325d(_0x1ffdd1(0x1d6))},{'id':_0x1ffdd1(0x1c9),'commandName':_0x1ffdd1(0x1c9),'title':_0x57325d(_0x1ffdd1(0x1d0)),'description':_0x57325d(_0x1ffdd1(0x1e9))},{'id':_0x1ffdd1(0x216),'commandName':_0x1ffdd1(0x216),'icon':_0xbaa736,'title':_0x57325d(_0x1ffdd1(0x235)),'description':_0x57325d(_0x1ffdd1(0x229))},{'id':_0x1ffdd1(0x1d8),'commandName':_0x1ffdd1(0x1d8),'icon':_0x5107de,'title':_0x57325d(_0x1ffdd1(0x1cb)),'description':_0x57325d(_0x1ffdd1(0x23f)),'aliases':[_0x1ffdd1(0x1ef)]},{'id':_0x1ffdd1(0x22b),'commandName':_0x1ffdd1(0x22b),'icon':_0x47105c,'title':_0x57325d(_0x1ffdd1(0x1d7)),'description':_0x57325d(_0x1ffdd1(0x1e4))},{'id':_0x1ffdd1(0x1dd),'commandName':_0x1ffdd1(0x1dd),'icon':_0x357c65,'title':_0x57325d(_0x1ffdd1(0x1fa)),'description':_0x57325d(_0x1ffdd1(0x21e))},{'id':_0x1ffdd1(0x228),'commandName':_0x1ffdd1(0x228),'icon':_0x5b4df4,'title':_0x57325d(_0x1ffdd1(0x202)),'description':_0x57325d(_0x1ffdd1(0x1f7))},{'id':_0x1ffdd1(0x237),'commandName':_0x1ffdd1(0x237),'icon':_0x2a28f2,'title':_0x57325d(_0x1ffdd1(0x22c)),'description':_0x57325d(_0x1ffdd1(0x213))}];}[_0x862098(0x200)](_0x12c2f1){const _0x160dc6=_0x862098;return _0x12c2f1[_0x160dc6(0x1cd)]?_0x12c2f1[_0x160dc6(0x1cd)](this[_0x160dc6(0x1d4)]):!_0x12c2f1[_0x160dc6(0x21b)]||this[_0x160dc6(0x1d4)][_0x160dc6(0x1cf)][_0x160dc6(0x242)](_0x12c2f1[_0x160dc6(0x21b)])[_0x160dc6(0x1cd)];}[_0x862098(0x215)](_0x24c871){const _0x31997e=_0x862098;if(_0x24c871[_0x31997e(0x211)])_0x24c871[_0x31997e(0x211)](this[_0x31997e(0x1d4)]);else{if(!_0x24c871[_0x31997e(0x21b)])throw new _0x2c3b51(_0x31997e(0x1d5),this[_0x31997e(0x1d4)],{'commandDefinition':_0x24c871});this[_0x31997e(0x1d4)][_0x31997e(0x211)](_0x24c871[_0x31997e(0x21b)]);}}}function H(_0x5e3a92,_0x5750ba){const _0x86af90=_0x862098;return _0x5e3a92[_0x86af90(0x23a)]<_0x5750ba[_0x86af90(0x23a)]?-0x1:_0x5e3a92[_0x86af90(0x23a)]>_0x5750ba[_0x86af90(0x23a)]?0x1:0x0;}function O(_0x1d43c4,_0x5a8a81){const _0x424703=_0x862098;return _0x5a8a81+'-'+_0x1d43c4[_0x424703(0x1c1)]()[_0x424703(0x23c)]('\x20')[_0x424703(0x21f)]('-');}
|
|
23
|
+
const _0x321e9c=_0x2f0a;(function(_0x1a85cf,_0x462f1d){const _0x391e9c=_0x2f0a,_0x482a15=_0x1a85cf();while(!![]){try{const _0x7e48ca=parseInt(_0x391e9c(0x1af))/0x1*(parseInt(_0x391e9c(0x180))/0x2)+-parseInt(_0x391e9c(0x171))/0x3*(parseInt(_0x391e9c(0x1cb))/0x4)+-parseInt(_0x391e9c(0x1c7))/0x5+-parseInt(_0x391e9c(0x1bf))/0x6+parseInt(_0x391e9c(0x164))/0x7*(-parseInt(_0x391e9c(0x1c1))/0x8)+parseInt(_0x391e9c(0x181))/0x9*(parseInt(_0x391e9c(0x1b9))/0xa)+-parseInt(_0x391e9c(0x1d1))/0xb*(-parseInt(_0x391e9c(0x1ab))/0xc);if(_0x7e48ca===_0x462f1d)break;else _0x482a15['push'](_0x482a15['shift']());}catch(_0x49b046){_0x482a15['push'](_0x482a15['shift']());}}}(_0x6b8b,0x9ea75));import{Plugin as _0x257acd}from'ckeditor5/src/core.js';import{CKEditorError as _0x1d5bcc,uid as _0x21e429}from'ckeditor5/src/utils.js';import{IconBrowseFiles as _0x4fdf0d,IconBulletedList as _0x6c6ac3,IconEmoji as _0x5f5a5c,IconCodeBlock as _0x1aa408,IconHeading1 as _0x101a05,IconHeading2 as _0x33bec3,IconHeading3 as _0x5e232f,IconHeading4 as _0x1fca22,IconHeading5 as _0x17946c,IconHeading6 as _0x80a85e,IconHorizontalLine as _0x3221fe,IconHtml as _0x569a6f,IconIndent as _0x19ad4a,IconNumberedList as _0x2aa9ac,IconOutdent as _0x10e249,IconParagraph as _0x5b4aca,IconQuote as _0x1dbb78,IconRobotPencil as _0x105a5c,IconTable as _0x3dd77c,IconTableOfContents as _0x10e392,IconTodoList as _0xb5581b}from'ckeditor5/src/icons.js';function _0x6b8b(){const _0x237567=['122lyztQD','toLowerCase','Create\x20a\x20to-do\x20list','Create\x20a\x20bulleted\x20list','insertTemplate','Create\x20a\x20table','href','outdent','function','model','40zcRqPn','AI\x20Assistant','Heading\x203','name','_allowedCommands','get','2292834rizZga','config','8xRyHGi','Heading\x202','title','Insert\x20an\x20emoji','join','heading','4525100mRhfuW','Bulleted\x20list','todoList','Create\x20a\x20block\x20quote','22192clTaGR','Table\x20of\x20contents','isEnabled','heading4','enabledStyles','indent','4314233VWiuYo','Create\x20a\x20heading\x20level\x205','heading2','Create\x20a\x20numbered\x20list','Heading\x201','Insert\x20a\x20paragraph','To-do\x20list','upload','heading3','Insert\x20table','includes','isOfficialPlugin','template','ckbox','Create\x20a\x20heading\x20level\x201','codeBlock','_proxyIsEnabled','Insert\x20a\x20horizontal\x20line','Decrease\x20indent','Insert\x20the\x20Mermaid\x20diagram','description','Insert\x20table\x20of\x20contents','Increase\x20the\x20indentation','slash-command-execute-missing','fromCharCode','2375233apNwTr','Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content','Emoji','paragraph','sort','Open\x20file\x20manager','isIconColorInherited','icon','aiAssistant','isPremiumPlugin','slashCommand.removeCommands','style.definitions','Insert\x20an\x20HTML\x20snippet','69ISeaOk','insertTableOfContents','Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file','Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file','heading1','htmlEmbed','insertMermaidCommand','Decrease\x20the\x20indentation','Heading\x204','slashCommand.extraCommands','commandName','commands','insertTable','toc','Insert\x20image','19562ulmqsc','76581pgzfsm','Create\x20a\x20heading\x20level\x204','filter','getAllowedCommands','afterInit','heading5','getDefaultCommands','Paragraph','execute','push','Block\x20quote','Create\x20a\x20code\x20block','numberedList','map','concat','heading.options','locale','Insert\x20HTML','Create\x20a\x20heading\x20level\x202','Create\x20a\x20heading\x20level\x206','Heading\x206','Increase\x20indent','aliases','Horizontal\x20line','Insert\x20code\x20block','length','heading6','Create\x20a\x20heading\x20level\x203','Numbered\x20list','bulletedList','emoji','pluginName','Insert\x20Mermaid\x20diagram','blockQuote','editor','_proxyExecute','template.definitions','ckfinder','SlashCommandConfig','showAIAssistant','horizontalLine','split','36nosPzD','Heading\x205','filemanager','style'];_0x6b8b=function(){return _0x237567;};return _0x6b8b();}import{getTranslation as _0xdbb789}from'./utils/common-translations.js';function _0x2f0a(_0x45834b,_0x375386){const _0x6b8b73=_0x6b8b();return _0x2f0a=function(_0x2f0a77,_0x38c6a7){_0x2f0a77=_0x2f0a77-0x154;let _0xaf060=_0x6b8b73[_0x2f0a77];return _0xaf060;},_0x2f0a(_0x45834b,_0x375386);}import'./slashcommandeditorconfig.js';export default class L extends _0x257acd{static get[_0x321e9c(0x1a0)](){const _0x137414=_0x321e9c;return _0x137414(0x1a7);}static get[_0x321e9c(0x156)](){return!0x0;}static get[_0x321e9c(0x16d)](){return!0x0;}constructor(_0x4125be){const _0x2ac14a=_0x321e9c;super(_0x4125be),this[_0x2ac14a(0x1bd)]=null;}[_0x321e9c(0x185)](){const _0x35d5cc=_0x321e9c,_0x8ec6c7=this[_0x35d5cc(0x1a3)][_0x35d5cc(0x1c0)][_0x35d5cc(0x1be)](_0x35d5cc(0x16e))||[],_0x40e3fd=function(_0x260e19){const _0x268c96=_0x35d5cc;let _0x5eb6cd=[_0x268c96(0x1ce),_0x268c96(0x186),_0x268c96(0x19b)];if(_0x260e19){const _0x29d54d=_0x260e19[_0x268c96(0x18e)](_0x3b04db=>_0x3b04db[_0x268c96(0x1b8)]);_0x5eb6cd=[_0x268c96(0x175),_0x268c96(0x1d3),_0x268c96(0x1d9),_0x268c96(0x1ce),_0x268c96(0x186),_0x268c96(0x19b)][_0x268c96(0x183)](_0x51e27b=>!_0x29d54d[_0x268c96(0x155)](_0x51e27b));}return _0x5eb6cd;}(this[_0x35d5cc(0x1a3)][_0x35d5cc(0x1c0)][_0x35d5cc(0x1be)](_0x35d5cc(0x190)));let _0x3c44db=this[_0x35d5cc(0x187)]()[_0x35d5cc(0x183)](_0x4753a6=>!_0x40e3fd[_0x35d5cc(0x155)](_0x4753a6['id']))[_0x35d5cc(0x183)](_0x201046=>!_0x8ec6c7[_0x35d5cc(0x155)](_0x201046[_0x35d5cc(0x17b)]));const _0x27da1f=this[_0x35d5cc(0x1a3)][_0x35d5cc(0x1c0)][_0x35d5cc(0x1be)](_0x35d5cc(0x17a));_0x27da1f&&_0x27da1f[_0x35d5cc(0x19a)]&&(_0x3c44db=_0x3c44db[_0x35d5cc(0x18f)](_0x27da1f));const _0x322ebf=this[_0x35d5cc(0x1a3)][_0x35d5cc(0x1c0)][_0x35d5cc(0x1be)](_0x35d5cc(0x1a5));_0x322ebf&&_0x322ebf[_0x35d5cc(0x19a)]&&(_0x3c44db=_0x3c44db[_0x35d5cc(0x18f)](function(_0x3d7718){const _0x2194ff=_0x35d5cc;return _0x3d7718[_0x2194ff(0x18e)](_0x399b09=>{const _0x254867=_0x2194ff,{title:_0x36409f,icon:_0x3816be,description:_0x3118ae,data:_0x3ca641}=_0x399b09,_0x3f7058={'id':O(_0x36409f,_0x254867(0x157)),'commandName':_0x254867(0x1b3),'execute':_0x25de9c=>{const _0x4d5f3c=_0x254867;_0x25de9c[_0x4d5f3c(0x189)](_0x4d5f3c(0x1b3),_0x3ca641);},'description':_0x3118ae,'icon':_0x3816be,'title':_0x36409f};return _0x3816be&&(_0x3f7058[_0x254867(0x16a)]=!0x1),_0x3f7058;});}(_0x322ebf)));const _0xe122f=this[_0x35d5cc(0x1a3)][_0x35d5cc(0x1c0)][_0x35d5cc(0x1be)](_0x35d5cc(0x16f));_0xe122f&&_0xe122f[_0x35d5cc(0x19a)]&&(_0x3c44db=_0x3c44db[_0x35d5cc(0x18f)](function(_0x34e86f){const _0x13e26c=_0x35d5cc;return _0x34e86f[_0x13e26c(0x18e)](_0x4d05dc=>({'id':O(_0x4d05dc[_0x13e26c(0x1bc)],_0x13e26c(0x1ae)),'commandName':_0x13e26c(0x1ae),'execute':_0x34d256=>{const _0x2d92cf=_0x13e26c;_0x34d256[_0x2d92cf(0x189)](_0x2d92cf(0x1ae),{'styleName':_0x4d05dc[_0x2d92cf(0x1bc)]});},'isEnabled':_0x2a1e69=>{const _0x2220e7=_0x13e26c,_0x1603d8=_0x2a1e69[_0x2220e7(0x17c)][_0x2220e7(0x1be)](_0x2220e7(0x1ae));return _0x1603d8[_0x2220e7(0x1cd)]&&_0x1603d8[_0x2220e7(0x1cf)][_0x2220e7(0x155)](_0x4d05dc[_0x2220e7(0x1bc)]);},'title':_0x4d05dc[_0x13e26c(0x1bc)]}));}(_0xe122f)));const _0x5a9bb5=_0x3c44db[_0x35d5cc(0x183)](_0x5dd72a=>!_0x5dd72a[_0x35d5cc(0x17b)]||void 0x0!==this[_0x35d5cc(0x1a3)][_0x35d5cc(0x17c)][_0x35d5cc(0x1be)](_0x5dd72a[_0x35d5cc(0x17b)])),_0x413420=[];for(const _0x275335 of _0x5a9bb5)_0x413420[_0x35d5cc(0x18a)]({'id':_0x275335['id'],'commandName':_0x275335[_0x35d5cc(0x17b)],'title':_0x35d5cc(0x1b7)==typeof _0x275335[_0x35d5cc(0x1c3)]?_0x275335[_0x35d5cc(0x1c3)](this[_0x35d5cc(0x1a3)]):_0x275335[_0x35d5cc(0x1c3)],'description':_0x275335[_0x35d5cc(0x15f)],'icon':_0x275335[_0x35d5cc(0x16b)],'isIconColorInherited':_0x275335[_0x35d5cc(0x16a)],'aliases':_0x275335[_0x35d5cc(0x197)],'isEnabled':()=>this[_0x35d5cc(0x15b)](_0x275335),'execute':()=>this[_0x35d5cc(0x1a4)](_0x275335)});this[_0x35d5cc(0x1bd)]=_0x413420[_0x35d5cc(0x168)](H),async function(_0x152ce4){const _0x46330c=_0x4ce2a6([0x5a,0x32,0x31,0x50,0x71,0x74,0x79,0x72,0x4e,0x37,0x43,0x54,0x65,0x59,0x61,0x66,0x51,0x53,0x47,0x39,0x45,0x44,0x4b,0x6d,0x4c,0x38,0x73,0x6c,0x6f,0x6b,0x34,0x68,0x64,0x4d,0x33,0x55,0x69,0x42,0x36,0x4a,0x76,0x7a,0x4f,0x70,0x62,0x57,0x6a,0x6e,0x52,0x67,0x46,0x30,0x58,0x78,0x75,0x56,0x41,0x63,0x77,0x49,0x48,0x35]),_0x198601=0x5fb0da4,_0x5e35b9=0x5fc6634^_0x198601,_0x47ec12=window[_0x4ce2a6([0x44,0x61,0x74,0x65])][_0x4ce2a6([0x6e,0x6f,0x77])](),_0x4b7913=_0x152ce4[_0x4ce2a6([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x4de245=new window[(_0x4ce2a6([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5674c7=>{_0x4b7913[_0x4ce2a6([0x6f,0x6e,0x63,0x65])](_0x4ce2a6([0x72,0x65,0x61,0x64,0x79]),_0x5674c7);}),_0x570c92={[_0x4ce2a6([0x6b,0x74,0x79])]:_0x4ce2a6([0x45,0x43]),[_0x4ce2a6([0x75,0x73,0x65])]:_0x4ce2a6([0x73,0x69,0x67]),[_0x4ce2a6([0x63,0x72,0x76])]:_0x4ce2a6([0x50,0x2d,0x32,0x35,0x36]),[_0x4ce2a6([0x78])]:_0x4ce2a6([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]),[_0x4ce2a6([0x79])]:_0x4ce2a6([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]),[_0x4ce2a6([0x61,0x6c,0x67])]:_0x4ce2a6([0x45,0x53,0x32,0x35,0x36])},_0x1df908=_0x4b7913[_0x4ce2a6([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x4ce2a6([0x67,0x65,0x74])](_0x4ce2a6([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x426c06(){let _0x4a89f2,_0x53c548=null,_0x68d4c3=null;try{if(_0x1df908==_0x4ce2a6([0x47,0x50,0x4c]))return _0x4ce2a6([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x4a89f2=_0x1a1cdb(),!_0x4a89f2)return _0x4ce2a6([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x4a89f2[_0x4ce2a6([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x68d4c3=_0x4bfb49(_0x4a89f2[_0x4ce2a6([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x4a89f2[_0x4ce2a6([0x6a,0x74,0x69])])),await _0x5d5be8()?_0x40aeaf()?_0x4e9a8a()?_0x4ce2a6([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x42b098()?(_0x4a89f2[_0x4ce2a6([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x4ce2a6([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x53c548=_0x18ebe4(_0x4ce2a6([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x4a89f2[_0x4ce2a6([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x4ce2a6([0x74,0x72,0x69,0x61,0x6c])&&(_0x53c548=_0x18ebe4(_0x4ce2a6([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x55f7ce()):_0x4ce2a6([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x4ce2a6([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x4ce2a6([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x4ce2a6([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x4e9a8a(){const _0x16f2f4=[_0x4ce2a6([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x4ce2a6([0x74,0x72,0x69,0x61,0x6c])][_0x4ce2a6([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4a89f2[_0x4ce2a6([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x47ec12/0x3e8:0xe10*_0x5e35b9;return _0x4a89f2[_0x4ce2a6([0x65,0x78,0x70])]<_0x16f2f4;}function _0x40aeaf(){const _0x27c7e6=_0x4a89f2[_0x4ce2a6([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x27c7e6&&(!!_0x27c7e6[_0x4ce2a6([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4ce2a6([0x2a]))||(!!_0x27c7e6[_0x4ce2a6([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4ce2a6([0x53,0x43]))||!!_0x27c7e6[_0x4ce2a6([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4ce2a6([0x50,0x50]))));}function _0x42b098(){const _0x4b4fe8=_0x2f0a,_0x18c2e8=_0x4a89f2[_0x4ce2a6([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x18c2e8||0x0==_0x18c2e8[_0x4ce2a6([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x116dc5}=new URL(window[_0x4ce2a6([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x4b4fe8(0x1b5)]);if(_0x18c2e8[_0x4ce2a6([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x116dc5))return!0x0;const _0x1413f3=_0x116dc5[_0x4ce2a6([0x73,0x70,0x6c,0x69,0x74])](_0x4ce2a6([0x2e]));return _0x18c2e8[_0x4ce2a6([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x3990cf=>_0x3990cf[_0x4ce2a6([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4ce2a6([0x2a])))[_0x4ce2a6([0x6d,0x61,0x70])](_0x395703=>_0x395703[_0x4ce2a6([0x73,0x70,0x6c,0x69,0x74])](_0x4ce2a6([0x2e])))[_0x4ce2a6([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x20ac67=>_0x20ac67[_0x4ce2a6([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x1413f3[_0x4ce2a6([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x4ce2a6([0x6d,0x61,0x70])](_0x2e69f6=>Array(_0x1413f3[_0x4ce2a6([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x2e69f6[_0x4ce2a6([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x4ce2a6([0x66,0x69,0x6c,0x6c])](_0x2e69f6[0x0]===_0x4ce2a6([0x2a])?_0x4ce2a6([0x2a]):'')[_0x4ce2a6([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x2e69f6))[_0x4ce2a6([0x73,0x6f,0x6d,0x65])](_0xe594bf=>_0x1413f3[_0x4ce2a6([0x65,0x76,0x65,0x72,0x79])]((_0x3b4bc5,_0x4fe10e)=>_0xe594bf[_0x4fe10e]===_0x3b4bc5||_0xe594bf[_0x4fe10e]===_0x4ce2a6([0x2a])));}function _0x55f7ce(){return _0x53c548&&_0x68d4c3?new window[(_0x4ce2a6([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x339858,_0x1f6ddc)=>{_0x53c548[_0x4ce2a6([0x74,0x68,0x65,0x6e])](_0x339858,_0x1f6ddc),_0x68d4c3[_0x4ce2a6([0x74,0x68,0x65,0x6e])](_0x5397e3=>{_0x5397e3!=_0x4ce2a6([0x56,0x61,0x6c,0x69,0x64])&&_0x339858(_0x5397e3);},_0x1f6ddc);}):_0x53c548||_0x68d4c3||_0x4ce2a6([0x56,0x61,0x6c,0x69,0x64]);}}function _0x4bfb49(_0x2e3241,_0xba8566){return new window[(_0x4ce2a6([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x52c8b4=>{if(_0x4d44b2())return _0x52c8b4(_0x4ce2a6([0x56,0x61,0x6c,0x69,0x64]));_0x2b2e3d(),_0x4b7913[_0x4ce2a6([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x4ce2a6([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x587a46=!0x1;const _0x520e46=_0x21e429();function _0x1e15cc(_0xa8245b){return!!_0xa8245b&&(typeof _0xa8245b===_0x4ce2a6([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0xa8245b===_0x4ce2a6([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0xa8245b[_0x4ce2a6([0x74,0x68,0x65,0x6e])]===_0x4ce2a6([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0xa8245b[_0x4ce2a6([0x63,0x61,0x74,0x63,0x68])]===_0x4ce2a6([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0xf6c96a(_0xe597bb){_0x3002f4(_0xe597bb)[_0x4ce2a6([0x74,0x68,0x65,0x6e])](_0x57d20d=>{if(!_0x57d20d||_0x57d20d[_0x4ce2a6([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x4ce2a6([0x6f,0x6b]))return _0x4ce2a6([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x30350e(_0x443530(_0x520e46+_0xba8566))!=_0x57d20d[_0x4ce2a6([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x4ce2a6([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x4ce2a6([0x56,0x61,0x6c,0x69,0x64]);})[_0x4ce2a6([0x74,0x68,0x65,0x6e])](_0x2be85a=>(_0x5810ec(),_0x2be85a),()=>{const _0x2fa702=_0x5b85d6();return null==_0x2fa702?(_0x5810ec(),_0x4ce2a6([0x56,0x61,0x6c,0x69,0x64])):_0x4ce2a6(_0x47ec12-_0x2fa702>(0x21f789a4^_0x198601)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x4ce2a6([0x74,0x68,0x65,0x6e])](_0x52c8b4)[_0x4ce2a6([0x63,0x61,0x74,0x63,0x68])](()=>{_0x52c8b4(_0x4ce2a6([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x4b772c=0x5cde324^_0x198601;function _0x5810ec(){const _0x5195d0=_0x4ce2a6([0x6c,0x6c,0x63,0x74,0x2d])+_0x30350e(_0x443530(_0x2e3241)),_0x546f17=_0x24ac50(_0x30350e(window[_0x4ce2a6([0x4d,0x61,0x74,0x68])][_0x4ce2a6([0x63,0x65,0x69,0x6c])](_0x47ec12/_0x4b772c)));window[_0x4ce2a6([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x4ce2a6([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x5195d0,_0x546f17);}function _0x5b85d6(){const _0x3e9469=_0x4ce2a6([0x6c,0x6c,0x63,0x74,0x2d])+_0x30350e(_0x443530(_0x2e3241)),_0xd40f05=window[_0x4ce2a6([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x4ce2a6([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x3e9469);return _0xd40f05?window[_0x4ce2a6([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x24ac50(_0xd40f05),0x10)*_0x4b772c:null;}function _0x3002f4(_0x5cfa70){return new window[(_0x4ce2a6([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x1ac898,_0x375016)=>{_0x5cfa70[_0x4ce2a6([0x74,0x68,0x65,0x6e])](_0x1ac898,_0x375016),window[_0x4ce2a6([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x375016,0x5fad964^_0x198601);});}}_0x4b7913[_0x4ce2a6([0x6f,0x6e])](_0x4ce2a6([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0xa405fc,_0x293cef)=>{if(_0x293cef[0x0]!=_0x2e3241)return _0x52c8b4(_0x4ce2a6([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x293cef[0x1]={..._0x293cef[0x1],[_0x4ce2a6([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x520e46};},{[_0x4ce2a6([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x4ce2a6([0x68,0x69,0x67,0x68])}),_0x4b7913[_0x4ce2a6([0x6f,0x6e])](_0x4ce2a6([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x49e577=>{_0x1e15cc(_0x49e577[_0x4ce2a6([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x587a46=!0x0,_0xf6c96a(_0x49e577[_0x4ce2a6([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x4ce2a6([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x4ce2a6([0x6c,0x6f,0x77])}),_0x4de245[_0x4ce2a6([0x74,0x68,0x65,0x6e])](()=>{_0x587a46||_0x52c8b4(_0x4ce2a6([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x4d44b2(){return _0x4b7913[_0x4ce2a6([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x4ce2a6([0x76,0x69,0x65,0x77])][_0x4ce2a6([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x4ce2a6([0x61,0x75,0x74,0x6f]);}function _0x2b2e3d(){_0x4b7913[_0x4ce2a6([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x4ce2a6([0x76,0x69,0x65,0x77])][_0x4ce2a6([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x4ce2a6([0x61,0x75,0x74,0x6f]);}}function _0x18ebe4(_0x400d14){const _0x531b2c=[new window[(_0x4ce2a6([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x3577be=>setTimeout(_0x3577be,0x5f23368^_0x198601)),_0x4de245[_0x4ce2a6([0x74,0x68,0x65,0x6e])](()=>new window[(_0x4ce2a6([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x3ded58=>{let _0x4f67a0=0x0;_0x4b7913[_0x4ce2a6([0x6d,0x6f,0x64,0x65,0x6c])][_0x4ce2a6([0x6f,0x6e])](_0x4ce2a6([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x26e732,_0x11b383)=>{_0x11b383[0x0][_0x4ce2a6([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x4f67a0++,_0x4f67a0==(0x5fb0c5c^_0x198601)&&(_0x3ded58(),_0x26e732[_0x4ce2a6([0x6f,0x66,0x66])]());});}))];return window[_0x4ce2a6([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x4ce2a6([0x72,0x61,0x63,0x65])](_0x531b2c)[_0x4ce2a6([0x74,0x68,0x65,0x6e])](()=>_0x400d14);}async function _0x3b1729(){await _0x4de245,_0x4b7913[_0x4ce2a6([0x6d,0x6f,0x64,0x65,0x6c])][_0x4ce2a6([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x1c76ae,_0x4b7913[_0x4ce2a6([0x6d,0x6f,0x64,0x65,0x6c])][_0x4ce2a6([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x1c76ae,_0x4b7913[_0x4ce2a6([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x4ce2a6([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x4feae9(_0x11e96e){const _0x4c160d=_0x4181bf();_0x4b7913[_0x4c160d]=_0x4ce2a6([0x73,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x11e96e,_0x11e96e!=_0x4ce2a6([0x56,0x61,0x6c,0x69,0x64])&&_0x3b1729();}function _0x4181bf(){const _0x50dd54=window[_0x4ce2a6([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x4ce2a6([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x4ce2a6([0x6e,0x6f,0x77])]())[_0x4ce2a6([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x4ce2a6([0x2e]),'');let _0x1ccc01=_0x4ce2a6([0x5a]);for(let _0x32342e=0x0;_0x32342e<_0x50dd54[_0x4ce2a6([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x32342e+=0x2){let _0xf84248=window[_0x4ce2a6([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x50dd54[_0x4ce2a6([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x32342e,_0x32342e+0x2));_0xf84248>=_0x46330c[_0x4ce2a6([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0xf84248-=_0x46330c[_0x4ce2a6([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x1ccc01+=_0x46330c[_0xf84248];}return _0x1ccc01;}function _0x1a1cdb(){const _0xe53a63=_0x1df908[_0x4ce2a6([0x73,0x70,0x6c,0x69,0x74])](_0x4ce2a6([0x2e]));if(0x3!=_0xe53a63[_0x4ce2a6([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x201f26(_0xe53a63[0x1]);function _0x201f26(_0x3adeee){const _0x3014b7=_0x50c02c(_0x3adeee);return _0x3014b7&&_0x3e96fe()?_0x3014b7:null;function _0x3e96fe(){const _0x42d7af=_0x3014b7[_0x4ce2a6([0x6a,0x74,0x69])],_0x3973a8=window[_0x4ce2a6([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x42d7af[_0x4ce2a6([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x42d7af[_0x4ce2a6([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x1b72a6={..._0x3014b7,[_0x4ce2a6([0x6a,0x74,0x69])]:_0x42d7af[_0x4ce2a6([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x42d7af[_0x4ce2a6([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x1b72a6[_0x4ce2a6([0x76,0x63])],_0x443530(_0x1b72a6)==_0x3973a8;}}}async function _0x5d5be8(){let _0x3257fc=!0x0;try{const _0x5eaadb=_0x1df908[_0x4ce2a6([0x73,0x70,0x6c,0x69,0x74])](_0x4ce2a6([0x2e])),[_0x4c2d25,_0x2b8373,_0x4bfa49]=_0x5eaadb;return _0x5d2dc1(_0x4c2d25),await _0xe683ea(_0x4c2d25,_0x2b8373,_0x4bfa49),_0x3257fc;}catch{return!0x1;}function _0x5d2dc1(_0x5e7a92){const _0x11944a=_0x50c02c(_0x5e7a92);_0x11944a&&_0x11944a[_0x4ce2a6([0x61,0x6c,0x67])]==_0x4ce2a6([0x45,0x53,0x32,0x35,0x36])||(_0x3257fc=!0x1);}async function _0xe683ea(_0x125695,_0x358c9f,_0xf314e1){const _0xb8c97b=window[_0x4ce2a6([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x4ce2a6([0x66,0x72,0x6f,0x6d])](_0x37495f(_0xf314e1),_0x5bc66c=>_0x5bc66c[_0x4ce2a6([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x18c0b2=new window[(_0x4ce2a6([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x4ce2a6([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x125695+_0x4ce2a6([0x2e])+_0x358c9f),_0x41c9bf=window[_0x4ce2a6([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x4ce2a6([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x41c9bf)return;const _0x34aa03=await _0x41c9bf[_0x4ce2a6([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x4ce2a6([0x6a,0x77,0x6b]),_0x570c92,{[_0x4ce2a6([0x6e,0x61,0x6d,0x65])]:_0x4ce2a6([0x45,0x43,0x44,0x53,0x41]),[_0x4ce2a6([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x4ce2a6([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x4ce2a6([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x41c9bf[_0x4ce2a6([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x4ce2a6([0x6e,0x61,0x6d,0x65])]:_0x4ce2a6([0x45,0x43,0x44,0x53,0x41]),[_0x4ce2a6([0x68,0x61,0x73,0x68])]:{[_0x4ce2a6([0x6e,0x61,0x6d,0x65])]:_0x4ce2a6([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x34aa03,_0xb8c97b,_0x18c0b2)||(_0x3257fc=!0x1);}}function _0x50c02c(_0x49fa76){return _0x49fa76[_0x4ce2a6([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x4ce2a6([0x65,0x79]))?JSON[_0x4ce2a6([0x70,0x61,0x72,0x73,0x65])](_0x37495f(_0x49fa76)):null;}function _0x37495f(_0x2afe2c){return window[_0x4ce2a6([0x61,0x74,0x6f,0x62])](_0x2afe2c[_0x4ce2a6([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x4ce2a6([0x2b]))[_0x4ce2a6([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x4ce2a6([0x2f])));}function _0x443530(_0xb0f443){let _0x191751=0x1505;function _0x41e25d(_0x78da97){for(let _0x3e1268=0x0;_0x3e1268<_0x78da97[_0x4ce2a6([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x3e1268++){const _0xa3f598=_0x78da97[_0x4ce2a6([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x3e1268);_0x191751=(_0x191751<<0x5)+_0x191751+_0xa3f598,_0x191751&=_0x191751;}}function _0x3c9569(_0x9a15e4){Array[_0x4ce2a6([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x9a15e4)?_0x9a15e4[_0x4ce2a6([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x3c9569):_0x9a15e4&&typeof _0x9a15e4==_0x4ce2a6([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x4ce2a6([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x9a15e4)[_0x4ce2a6([0x73,0x6f,0x72,0x74])]()[_0x4ce2a6([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x264e68,_0x46b72d])=>{_0x41e25d(_0x264e68),_0x3c9569(_0x46b72d);}):_0x41e25d(window[_0x4ce2a6([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x9a15e4));}return _0x3c9569(_0xb0f443),_0x191751>>>0x0;}function _0x30350e(_0x5a8928){return _0x5a8928[_0x4ce2a6([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x4ce2a6([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x4ce2a6([0x30]));}function _0x24ac50(_0x946853){return _0x946853[_0x4ce2a6([0x73,0x70,0x6c,0x69,0x74])]('')[_0x4ce2a6([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x4ce2a6([0x6a,0x6f,0x69,0x6e])]('');}function _0x1c76ae(){}function _0x4ce2a6(_0x582e63){const _0x3f3a8a=_0x2f0a;return _0x582e63[_0x3f3a8a(0x18e)](_0x16fc54=>String[_0x3f3a8a(0x163)](_0x16fc54))[_0x3f3a8a(0x1c5)]('');}_0x4feae9(await _0x426c06());}(this);}[_0x321e9c(0x184)](){const _0x483184=_0x321e9c;return this[_0x483184(0x1bd)];}[_0x321e9c(0x187)](){const _0x2360b6=_0x321e9c,_0x8229cf=_0x327b50=>_0xdbb789(this[_0x2360b6(0x1a3)][_0x2360b6(0x191)],_0x327b50);return[{'id':_0x2360b6(0x16c),'commandName':_0x2360b6(0x1a8),'icon':_0x105a5c,'title':_0x8229cf(_0x2360b6(0x1ba)),'description':_0x8229cf(_0x2360b6(0x165)),'execute':_0xddb0a1=>{const _0x41fc42=_0x2360b6;setTimeout(()=>_0xddb0a1[_0x41fc42(0x189)](_0x41fc42(0x1a8)));}},{'id':_0x2360b6(0x1a2),'commandName':_0x2360b6(0x1a2),'icon':_0x1dbb78,'title':_0x8229cf(_0x2360b6(0x18b)),'description':_0x8229cf(_0x2360b6(0x1ca))},{'id':_0x2360b6(0x19e),'commandName':_0x2360b6(0x19e),'icon':_0x6c6ac3,'title':_0x8229cf(_0x2360b6(0x1c8)),'description':_0x8229cf(_0x2360b6(0x1b2))},{'id':_0x2360b6(0x15a),'commandName':_0x2360b6(0x15a),'icon':_0x1aa408,'title':_0x8229cf(_0x2360b6(0x199)),'description':_0x8229cf(_0x2360b6(0x18c))},{'id':_0x2360b6(0x158),'commandName':_0x2360b6(0x158),'icon':_0x4fdf0d,'title':_0x8229cf(_0x2360b6(0x169)),'description':_0x8229cf(_0x2360b6(0x174)),'aliases':[_0x2360b6(0x1a6),_0x2360b6(0x1ad),_0x2360b6(0x1d8)]},{'id':_0x2360b6(0x1a6),'commandName':_0x2360b6(0x1a6),'icon':_0x4fdf0d,'title':_0x8229cf(_0x2360b6(0x17f)),'description':_0x8229cf(_0x2360b6(0x173)),'aliases':[_0x2360b6(0x158),_0x2360b6(0x1ad),_0x2360b6(0x1d8)]},{'id':_0x2360b6(0x19f),'commandName':_0x2360b6(0x19f),'icon':_0x5f5a5c,'title':_0x8229cf(_0x2360b6(0x166)),'description':_0x8229cf(_0x2360b6(0x1c4)),'execute':_0x5c628a=>{const _0x13820e=_0x2360b6;setTimeout(()=>_0x5c628a[_0x13820e(0x189)](_0x13820e(0x19f)));}},{'id':_0x2360b6(0x175),'commandName':_0x2360b6(0x1c6),'icon':_0x101a05,'title':_0x8229cf(_0x2360b6(0x1d5)),'description':_0x8229cf(_0x2360b6(0x159)),'execute':_0x5eff96=>{const _0x478dc6=_0x2360b6;_0x5eff96[_0x478dc6(0x189)](_0x478dc6(0x1c6),{'value':_0x478dc6(0x175)});}},{'id':_0x2360b6(0x1d3),'commandName':_0x2360b6(0x1c6),'icon':_0x33bec3,'title':_0x8229cf(_0x2360b6(0x1c2)),'description':_0x8229cf(_0x2360b6(0x193)),'execute':_0x48f9a5=>{const _0x4eb784=_0x2360b6;_0x48f9a5[_0x4eb784(0x189)](_0x4eb784(0x1c6),{'value':_0x4eb784(0x1d3)});}},{'id':_0x2360b6(0x1d9),'commandName':_0x2360b6(0x1c6),'icon':_0x5e232f,'title':_0x8229cf(_0x2360b6(0x1bb)),'description':_0x8229cf(_0x2360b6(0x19c)),'execute':_0x512418=>{const _0xb6b33b=_0x2360b6;_0x512418[_0xb6b33b(0x189)](_0xb6b33b(0x1c6),{'value':_0xb6b33b(0x1d9)});}},{'id':_0x2360b6(0x1ce),'commandName':_0x2360b6(0x1c6),'icon':_0x1fca22,'title':_0x8229cf(_0x2360b6(0x179)),'description':_0x8229cf(_0x2360b6(0x182)),'execute':_0x2ff2b6=>{const _0x4fe5c1=_0x2360b6;_0x2ff2b6[_0x4fe5c1(0x189)](_0x4fe5c1(0x1c6),{'value':_0x4fe5c1(0x1ce)});}},{'id':_0x2360b6(0x186),'commandName':_0x2360b6(0x1c6),'icon':_0x17946c,'title':_0x8229cf(_0x2360b6(0x1ac)),'description':_0x8229cf(_0x2360b6(0x1d2)),'execute':_0x2b44d6=>{const _0x223ff0=_0x2360b6;_0x2b44d6[_0x223ff0(0x189)](_0x223ff0(0x1c6),{'value':_0x223ff0(0x186)});}},{'id':_0x2360b6(0x19b),'commandName':_0x2360b6(0x1c6),'icon':_0x80a85e,'title':_0x8229cf(_0x2360b6(0x195)),'description':_0x8229cf(_0x2360b6(0x194)),'execute':_0xc77f06=>{const _0x338fb7=_0x2360b6;_0xc77f06[_0x338fb7(0x189)](_0x338fb7(0x1c6),{'value':_0x338fb7(0x19b)});}},{'id':_0x2360b6(0x1a9),'commandName':_0x2360b6(0x1a9),'icon':_0x3221fe,'title':_0x8229cf(_0x2360b6(0x198)),'description':_0x8229cf(_0x2360b6(0x15c))},{'id':_0x2360b6(0x176),'commandName':_0x2360b6(0x176),'icon':_0x569a6f,'title':_0x8229cf(_0x2360b6(0x192)),'description':_0x8229cf(_0x2360b6(0x170))},{'id':_0x2360b6(0x1d0),'commandName':_0x2360b6(0x1d0),'icon':_0x19ad4a,'title':_0x8229cf(_0x2360b6(0x196)),'description':_0x8229cf(_0x2360b6(0x161))},{'id':_0x2360b6(0x177),'commandName':_0x2360b6(0x177),'title':_0x8229cf(_0x2360b6(0x1a1)),'description':_0x8229cf(_0x2360b6(0x15e))},{'id':_0x2360b6(0x17d),'commandName':_0x2360b6(0x17d),'icon':_0x3dd77c,'title':_0x8229cf(_0x2360b6(0x154)),'description':_0x8229cf(_0x2360b6(0x1b4))},{'id':_0x2360b6(0x172),'commandName':_0x2360b6(0x172),'icon':_0x10e392,'title':_0x8229cf(_0x2360b6(0x1cc)),'description':_0x8229cf(_0x2360b6(0x160)),'aliases':[_0x2360b6(0x17e)]},{'id':_0x2360b6(0x18d),'commandName':_0x2360b6(0x18d),'icon':_0x2aa9ac,'title':_0x8229cf(_0x2360b6(0x19d)),'description':_0x8229cf(_0x2360b6(0x1d4))},{'id':_0x2360b6(0x1b6),'commandName':_0x2360b6(0x1b6),'icon':_0x10e249,'title':_0x8229cf(_0x2360b6(0x15d)),'description':_0x8229cf(_0x2360b6(0x178))},{'id':_0x2360b6(0x167),'commandName':_0x2360b6(0x167),'icon':_0x5b4aca,'title':_0x8229cf(_0x2360b6(0x188)),'description':_0x8229cf(_0x2360b6(0x1d6))},{'id':_0x2360b6(0x1c9),'commandName':_0x2360b6(0x1c9),'icon':_0xb5581b,'title':_0x8229cf(_0x2360b6(0x1d7)),'description':_0x8229cf(_0x2360b6(0x1b1))}];}[_0x321e9c(0x15b)](_0x225b8a){const _0x1a3e64=_0x321e9c;return _0x225b8a[_0x1a3e64(0x1cd)]?_0x225b8a[_0x1a3e64(0x1cd)](this[_0x1a3e64(0x1a3)]):!_0x225b8a[_0x1a3e64(0x17b)]||this[_0x1a3e64(0x1a3)][_0x1a3e64(0x17c)][_0x1a3e64(0x1be)](_0x225b8a[_0x1a3e64(0x17b)])[_0x1a3e64(0x1cd)];}[_0x321e9c(0x1a4)](_0x562cae){const _0x11a0cf=_0x321e9c;if(_0x562cae[_0x11a0cf(0x189)])_0x562cae[_0x11a0cf(0x189)](this[_0x11a0cf(0x1a3)]);else{if(!_0x562cae[_0x11a0cf(0x17b)])throw new _0x1d5bcc(_0x11a0cf(0x162),this[_0x11a0cf(0x1a3)],{'commandDefinition':_0x562cae});this[_0x11a0cf(0x1a3)][_0x11a0cf(0x189)](_0x562cae[_0x11a0cf(0x17b)]);}}}function H(_0x16d42e,_0x24e09d){const _0x5db144=_0x321e9c;return _0x16d42e[_0x5db144(0x1c3)]<_0x24e09d[_0x5db144(0x1c3)]?-0x1:_0x16d42e[_0x5db144(0x1c3)]>_0x24e09d[_0x5db144(0x1c3)]?0x1:0x0;}function O(_0x505aba,_0x573528){const _0x18586a=_0x321e9c;return _0x573528+'-'+_0x505aba[_0x18586a(0x1b0)]()[_0x18586a(0x1aa)]('\x20')[_0x18586a(0x1c5)]('-');}
|