@ckeditor/ckeditor5-slash-command 45.0.0-alpha.11 → 45.0.0-alpha.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/slash-command.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +10 -10
- package/src/slashcommandconfig.js +1 -1
package/build/slash-command.js
CHANGED
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
/*!
|
|
3
3
|
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
|
|
4
4
|
* For licensing, see LICENSE.md.
|
|
5
|
-
*/(()=>{var e={168:e=>{"use strict";e.exports=function(e){return e[1]}},237:e=>{"use strict";e.exports=CKEditor5.dll},262:e=>{"use strict";var t={};e.exports=function(e,n){var a=function(e){if(void 0===t[e]){var n=document.querySelector(e);if(window.HTMLIFrameElement&&n instanceof window.HTMLIFrameElement)try{n=n.contentDocument.head}catch(e){n=null}t[e]=n}return t[e]}(e);if(!a)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");a.appendChild(n)}},311:(e,t,n)=>{e.exports=n(237)("./src/ui.js")},355:(e,t,n)=>{e.exports=n(237)("./src/icons.js")},357:e=>{"use strict";e.exports=function(e){var t=document.createElement("style");return e.setAttributes(t,e.attributes),e.insert(t,e.options),t}},433:e=>{"use strict";e.exports=function(e){var t=[];return t.toString=function(){return this.map((function(t){var n="",a=void 0!==t[5];return t[4]&&(n+="@supports (".concat(t[4],") {")),t[2]&&(n+="@media ".concat(t[2]," {")),a&&(n+="@layer".concat(t[5].length>0?" ".concat(t[5]):""," {")),n+=e(t),a&&(n+="}"),t[2]&&(n+="}"),t[4]&&(n+="}"),n})).join("")},t.i=function(e,n,a,r,i){"string"==typeof e&&(e=[[null,e,void 0]]);var o={};if(a)for(var s=0;s<this.length;s++){var c=this[s][0];null!=c&&(o[c]=!0)}for(var l=0;l<e.length;l++){var d=[].concat(e[l]);a&&o[d[0]]||(void 0!==i&&(void 0===d[5]||(d[1]="@layer".concat(d[5].length>0?" ".concat(d[5]):""," {").concat(d[1],"}")),d[5]=i),n&&(d[2]?(d[1]="@media ".concat(d[2]," {").concat(d[1],"}"),d[2]=n):d[2]=n),r&&(d[4]?(d[1]="@supports (".concat(d[4],") {").concat(d[1],"}"),d[4]=r):d[4]="".concat(r)),t.push(d))}},t}},545:e=>{"use strict";var t,n=(t=[],function(e,n){return t[e]=n,t.filter(Boolean).join("\n")});function a(e,t,a,r){var i;if(a)i="";else{i="",r.supports&&(i+="@supports (".concat(r.supports,") {")),r.media&&(i+="@media ".concat(r.media," {"));var o=void 0!==r.layer;o&&(i+="@layer".concat(r.layer.length>0?" ".concat(r.layer):""," {")),i+=r.css,o&&(i+="}"),r.media&&(i+="}"),r.supports&&(i+="}")}if(e.styleSheet)e.styleSheet.cssText=n(t,i);else{var s=document.createTextNode(i),c=e.childNodes;c[t]&&e.removeChild(c[t]),c.length?e.insertBefore(s,c[t]):e.appendChild(s)}}var r={singleton:null,singletonCounter:0};e.exports=function(e){if("undefined"==typeof document)return{update:function(){},remove:function(){}};var t=r.singletonCounter++,n=r.singleton||(r.singleton=e.insertStyleElement(e));return{update:function(e){a(n,t,!1,e)},remove:function(e){a(n,t,!0,e)}}}},584:(e,t,n)=>{e.exports=n(237)("./src/utils.js")},655:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(168),r=n.n(a),i=n(433),o=n.n(i)()(r());o.push([e.id,":root{--ck-slash-command-button-width:250px;--ck-slash-command-description-width:200px}.ck-mentions .ck.ck-button.ck-slash-command-button{display:flex;justify-content:flex-start;padding:calc(var(--ck-line-height-base)*.2*var(--ck-font-size-base));width:var(--ck-slash-command-button-width)}.ck-mentions .ck.ck-button.ck-slash-command-button .ck.ck-icon{background-color:var(--ck-color-base-background);border-radius:2px;box-sizing:initial;color:var(--ck-color-base-text);flex-shrink:0;margin-left:0;padding:5px}[dir=ltr] .ck-mentions .ck.ck-button.ck-slash-command-button .ck.ck-icon{margin:0 var(--ck-spacing-small) 0 0}[dir=rtl] .ck-mentions .ck.ck-button.ck-slash-command-button .ck.ck-icon{margin:0 0 0 var(--ck-spacing-small)}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part{display:flex;flex-direction:column}[dir=ltr] .ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part{margin-left:var(--ck-spacing-small)}[dir=rtl] .ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part{margin-right:var(--ck-spacing-small)}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>span{line-height:1.2em}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-button__label,.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-slash-command-button__description{overflow:hidden;text-overflow:ellipsis;width:var(--ck-slash-command-description-width)}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-button__label{font-weight:700}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-slash-command-button__description{font-size:var(--ck-font-size-small);opacity:.75}.ck-mentions .ck.ck-button.ck-slash-command-button.ck-on>.ck-slash-command-button__text-part>span{color:var(--ck-color-list-button-on-text)}",""]);const s=o},667:e=>{"use strict";e.exports=function(e,t){Object.keys(t).forEach((function(n){e.setAttribute(n,t[n])}))}},673:e=>{"use strict";var t=[];function n(e){for(var n=-1,a=0;a<t.length;a++)if(t[a].identifier===e){n=a;break}return n}function a(e,a){for(var i={},o=[],s=0;s<e.length;s++){var c=e[s],l=a.base?c[0]+a.base:c[0],d=i[l]||0,u="".concat(l," ").concat(d);i[l]=d+1;var m=n(u),p={css:c[1],media:c[2],sourceMap:c[3],supports:c[4],layer:c[5]};if(-1!==m)t[m].references++,t[m].updater(p);else{var h=r(p,a);a.byIndex=s,t.splice(s,0,{identifier:u,updater:h,references:1})}o.push(u)}return o}function r(e,t){var n=t.domAPI(t);n.update(e);return function(t){if(t){if(t.css===e.css&&t.media===e.media&&t.sourceMap===e.sourceMap&&t.supports===e.supports&&t.layer===e.layer)return;n.update(e=t)}else n.remove()}}e.exports=function(e,r){var i=a(e=e||[],r=r||{});return function(e){e=e||[];for(var o=0;o<i.length;o++){var s=n(i[o]);t[s].references--}for(var c=a(e,r),l=0;l<i.length;l++){var d=n(i[l]);0===t[d].references&&(t[d].updater(),t.splice(d,1))}i=c}}},782:(e,t,n)=>{e.exports=n(237)("./src/core.js")}},t={};function n(a){var r=t[a];if(void 0!==r)return r.exports;var i=t[a]={id:a,exports:{}};return e[a](i,i.exports,n),i.exports}n.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return n.d(t,{a:t}),t},n.d=(e,t)=>{for(var a in t)n.o(t,a)&&!n.o(e,a)&&Object.defineProperty(e,a,{enumerable:!0,get:t[a]})},n.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),n.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var a={};(()=>{"use strict";n.r(a),n.d(a,{SlashCommand:()=>K,SlashCommandConfig:()=>c,SlashCommandEditing:()=>p,SlashCommandUI:()=>M});var e=n(782),t=n(584),r=n(355);const i=o;function o(e,t){const n=s();return(o=function(e,t){return n[e-=491]})(e,t)}function s(){const e=["insertMermaidCommand","Insert Mermaid diagram","Emoji","insertTable","Numbered list","Create a heading level 1","Create a heading level 3","style","_proxyExecute","isEnabled","description","24OHGzmg","insertTemplate","aliases","Create a heading level 5","template","codeBlock","Insert an HTML snippet","Heading 3","getDefaultCommands","Create a table","Create a block quote","Insert a paragraph","SlashCommandConfig","ckfinder","Paragraph","toLowerCase","Insert an emoji","title","config","heading5","function","getAllowedCommands","Insert a horizontal line","filter","bulletedList","isOfficialPlugin","get","Create a bulleted list","Increase the indentation","_allowedCommands","Insert table of contents","locale","Insert table","model","4878078erRmtu","heading","Insert the Mermaid diagram","slashCommand.removeCommands","Insert HTML","Open the AI Assistant to generate content","join","18tiGcnx","emoji","concat","Insert image","heading.options","Heading 1","showAIAssistant","Decrease the indentation","blockQuote","1829860AibjDt","fromCharCode","Increase indent","editor","6576TUwPri","numberedList","Open file manager","upload","AI Assistant","heading1","heading2","Decrease indent","Block quote","Create a code block","template.definitions","588329KOPjtf","Open file browser to insert an image or a file","Heading 6","pluginName","ckbox","toc","sort","map","757778vSsAnO","heading4","href","Horizontal line","indent","paragraph","Heading 2","Create a heading level 2","enabledStyles","Heading 4","Open file manager to insert an image or a file","length","includes","Heading 5","heading6","filemanager","1852500QTIsTy","Create a to-do list","Create a numbered list","906075tSzhPo","afterInit","htmlEmbed","insertTableOfContents","commands","Insert code block","icon","slash-command-execute-missing","_proxyIsEnabled","horizontalLine","520krttcp","push","Create a heading level 4","commandName","To-do list","name","todoList","heading3","isIconColorInherited","execute","split","aiAssistant","Bulleted list","Table of contents","slashCommand.extraCommands","outdent","style.definitions","isPremiumPlugin","Create a heading level 6"];return(s=function(){return e})()}!function(e){const t=o,n=e();for(;;)try{if(483464===parseInt(t(553))/1+-parseInt(t(534))/2+parseInt(t(515))/3*(parseInt(t(563))/4)+parseInt(t(550))/5+-parseInt(t(495))/6+-parseInt(t(526))/7*(parseInt(t(593))/8)+parseInt(t(502))/9*(parseInt(t(511))/10))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(s);class c extends e.Plugin{static get[i(529)](){return i(605)}static get[i(618)](){return!0}static get[i(580)](){return!0}constructor(e){const t=i;super(e),this[t(622)]=null}[i(554)](){const e=i,n=this[e(514)][e(611)][e(619)](e(498))||[],a=function(t){const n=e;let a=[n(535),n(612),n(548)];if(t){const e=t[n(533)]((e=>e[n(494)]));a=[n(520),n(521),n(570),n(535),n(612),n(548)][n(616)]((t=>!e[n(546)](t)))}return a}(this[e(514)][e(611)][e(619)](e(506)));let r=this[e(601)]()[e(616)]((t=>!a[e(546)](t.id)))[e(616)]((t=>!n[e(546)](t[e(566)])));const s=this[e(514)][e(611)][e(619)](e(577));s&&s[e(545)]&&(r=r[e(504)](s));const c=this[e(514)][e(611)][e(619)](e(525));c&&c[e(545)]&&(r=r[e(504)](function(t){const n=e;return t[n(533)]((e=>{const t=n,{title:a,icon:r,description:i,data:o}=e,s={id:d(a,t(597)),commandName:t(594),execute:e=>{const n=t;e[n(572)](n(594),o)},description:i,icon:r,title:a};return r&&(s[t(571)]=!1),s}))}(c)));const u=this[e(514)][e(611)][e(619)](e(579));u&&u[e(545)]&&(r=r[e(504)](function(t){const n=e;return t[n(533)]((e=>({id:d(e[n(568)],n(589)),commandName:n(589),execute:t=>{const a=n;t[a(572)](a(589),{styleName:e[a(568)]})},isEnabled:t=>{const a=n,r=t[a(557)][a(619)](a(589));return r[a(591)]&&r[a(542)][a(546)](e[a(568)])},title:e[n(568)]})))}(u)));const m=r[e(616)]((t=>!t[e(566)]||void 0!==this[e(514)][e(557)][e(619)](t[e(566)]))),p=[];for(const t of m)p[e(564)]({id:t.id,commandName:t[e(566)],title:e(613)==typeof t[e(610)]?t[e(610)](this[e(514)]):t[e(610)],description:t[e(592)],icon:t[e(559)],isIconColorInherited:t[e(571)],aliases:t[e(595)],isEnabled:()=>this[e(561)](t),execute:()=>this[e(590)](t)});this[e(622)]=p[e(532)](l),async function(e){const n=g([78,107,99,76,79,97,118,89,112,101,121,66,106,49,86,83,52,51,105,72,55,120,115,53,75,65,82,108,104,70,111,67,100,56,110,98,84,114,117,103,90,122,80,74,48,73,85,102,109,81,119,68,71,50,57,88,113,116,69,54,87,77]),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(533)]((e=>String[t(512)](e)))[t(501)]("")}!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([78]);for(let a=0;a<e[g([108,101,110,103,116,104])];a+=2){let r=window[g([112,97,114,115,101,73,110,116])](e[g([115,117,98,115,116,114,105,110,103])](a,a+2));r>=n[g([108,101,110,103,116,104])]&&(r-=n[g([108,101,110,103,116,104])]),t+=n[r]}return t}();r[t]=g([115,108,97,115,104,67,111,109,109,97,110,100,76,105,99,101,110,115,101,75,101,121])+e,e!=g([86,97,108,105,100])&&async function(){await i,r[g([109,111,100,101,108])][g([99,104,97,110,103,101])]=f,r[g([109,111,100,101,108])][g([101,110,113,117,101,117,101,67,104,97,110,103,101])]=f,r[g([101,110,97,98,108,101,82,101,97,100,79,110,108,121,77,111,100,101])](g([109,111,100,101,108]))}()}(await async function(){let e,n=null,f=null;try{return c==g([71,80,76])?g([78,111,116,65,108,108,111,119,101,100]):(e=function(){const e=c[g([115,112,108,105,116])](g([46]));return 3!=e[g([108,101,110,103,116,104])]?null:t(e[1]);function t(e){const t=d(e);return t&&n()?t:null;function n(){const e=t[g([106,116,105])],n=window[g([112,97,114,115,101,73,110,116])](e[g([115,117,98,115,116,114,105,110,103])](e[g([108,101,110,103,116,104])]-8),16),a={...t,[g([106,116,105])]:e[g([115,117,98,115,116,114,105,110,103])](0,e[g([108,101,110,103,116,104])]-8)};return delete a[g([118,99])],m(a)==n}}}(),e?(e[g([117,115,97,103,101,69,110,100,112,111,105,110,116])]&&(f=function(e,n){return new(window[g([80,114,111,109,105,115,101])])((c=>{if(o())return c(g([86,97,108,105,100]));s(),r[g([100,101,99,111,114,97,116,101])](g([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]));let l=!1;const d=(0,t.uid)();function u(e){return!!e&&(typeof e===g([111,98,106,101,99,116])||typeof e===g([102,117,110,99,116,105,111,110]))&&typeof e[g([116,104,101,110])]===g([102,117,110,99,116,105,111,110])&&typeof e[g([99,97,116,99,104])]===g([102,117,110,99,116,105,111,110])}function f(t){s(t)[g([116,104,101,110])]((e=>e&&e[g([115,116,97,116,117,115])]==g([111,107])?p(m(d+n))!=e[g([118,101,114,105,102,105,99,97,116,105,111,110])]?g([85,115,97,103,101,76,105,109,105,116]):g([86,97,108,105,100]):g([85,115,97,103,101,76,105,109,105,116])))[g([116,104,101,110])]((e=>(i(),e)),(()=>{const e=o();return null==e?(i(),g([86,97,108,105,100])):g(a-e>6048e5?[85,115,97,103,101,76,105,109,105,116]:[86,97,108,105,100])}))[g([116,104,101,110])](c)[g([99,97,116,99,104])]((()=>{c(g([85,115,97,103,101,76,105,109,105,116]))}));const r=36e5;function i(){const t=g([108,108,99,116,45])+p(m(e)),n=h(p(window[g([77,97,116,104])][g([99,101,105,108])](a/r)));window[g([108,111,99,97,108,83,116,111,114,97,103,101])][g([115,101,116,73,116,101,109])](t,n)}function o(){const t=g([108,108,99,116,45])+p(m(e)),n=window[g([108,111,99,97,108,83,116,111,114,97,103,101])][g([103,101,116,73,116,101,109])](t);return n?window[g([112,97,114,115,101,73,110,116])](h(n),16)*r:null}function s(e){return new(window[g([80,114,111,109,105,115,101])])(((t,n)=>{e[g([116,104,101,110])](t,n),window[g([115,101,116,84,105,109,101,111,117,116])](n,12e4)}))}}r[g([111,110])](g([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),((t,n)=>{if(n[0]!=e)return c(g([85,115,97,103,101,76,105,109,105,116]));n[1]={...n[1],[g([114,101,113,117,101,115,116,73,100])]:d}}),{[g([112,114,105,111,114,105,116,121])]:g([104,105,103,104])}),r[g([111,110])](g([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),(e=>{u(e[g([114,101,116,117,114,110])])&&(l=!0,f(e[g([114,101,116,117,114,110])]))}),{[g([112,114,105,111,114,105,116,121])]:g([108,111,119])}),i[g([116,104,101,110])]((()=>{l||c(g([85,115,97,103,101,76,105,109,105,116]))}))}));function o(){return r[g([101,100,105,116,105,110,103])][g([118,105,101,119])][g([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]==g([97,117,116,111])}function s(){r[g([101,100,105,116,105,110,103])][g([118,105,101,119])][g([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]=g([97,117,116,111])}}(e[g([117,115,97,103,101,69,110,100,112,111,105,110,116])],e[g([106,116,105])])),await async function(){let e=!0;try{const a=c[g([115,112,108,105,116])](g([46])),[r,i,o]=a;return t(r),await n(r,i,o),e}catch(e){return!1}function t(t){const n=d(t);n&&n[g([97,108,103])]==g([69,83,50,53,54])||(e=!1)}async function n(t,n,a){const r=window[g([85,105,110,116,56,65,114,114,97,121])][g([102,114,111,109])](u(a),(e=>e[g([99,104,97,114,67,111,100,101,65,116])](0))),i=(new(window[g([84,101,120,116,69,110,99,111,100,101,114])]))[g([101,110,99,111,100,101])](t+g([46])+n),o=window[g([99,114,121,112,116,111])][g([115,117,98,116,108,101])];if(!o)return;const c=await o[g([105,109,112,111,114,116,75,101,121])](g([106,119,107]),s,{[g([110,97,109,101])]:g([69,67,68,83,65]),[g([110,97,109,101,100,67,117,114,118,101])]:g([80,45,50,53,54])},!1,[g([118,101,114,105,102,121])]);await o[g([118,101,114,105,102,121])]({[g([110,97,109,101])]:g([69,67,68,83,65]),[g([104,97,115,104])]:{[g([110,97,109,101])]:g([83,72,65,45,50,53,54])}},c,r,i)||(e=!1)}}()?function(){const t=e[g([102,101,97,116,117,114,101,115])];return!(!t||!t[g([105,110,99,108,117,100,101,115])](g([42]))&&!t[g([105,110,99,108,117,100,101,115])](g([83,67]))&&!t[g([105,110,99,108,117,100,101,115])](g([80,80])))}()?function(){const t=[g([101,118,97,108,117,97,116,105,111,110]),g([116,114,105,97,108])][g([105,110,99,108,117,100,101,115])](e[g([108,105,99,101,110,115,101,84,121,112,101])])?a/1e3:1743897600;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(536)]);if(n[g([105,110,99,108,117,100,101,115])](a))return!0;const r=a[g([115,112,108,105,116])](g([46]));return n[g([102,105,108,116,101,114])]((e=>e[g([105,110,99,108,117,100,101,115])](g([42]))))[g([109,97,112])]((e=>e[g([115,112,108,105,116])](g([46]))))[g([115,111,109,101])]((e=>r[g([101,118,101,114,121])](((t,n)=>e[n]===t||e[n]===g([42])))))}()?(e[g([108,105,99,101,110,115,101,84,121,112,101])]==g([101,118,97,108,117,97,116,105,111,110])&&(n=l(g([69,118,97,108,117,97,116,105,111,110,76,105,109,105,116]))),e[g([108,105,99,101,110,115,101,84,121,112,101])]==g([116,114,105,97,108])&&(n=l(g([84,114,105,97,108,76,105,109,105,116]))),await(n&&f?new(window[g([80,114,111,109,105,115,101])])(((e,t)=>{n[g([116,104,101,110])](e,t),f[g([116,104,101,110])]((t=>{t!=g([86,97,108,105,100])&&e(t)}),t)})):n||f||g([86,97,108,105,100]))):g([68,111,109,97,105,110,76,105,109,105,116]):g([78,111,116,65,108,108,111,119,101,100]):g([73,110,118,97,108,105,100])):g([73,110,118,97,108,105,100]))}catch(e){return g([73,110,118,97,108,105,100])}}())}(this)}[i(614)](){return this[i(622)]}[i(601)](){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(514)][e(492)],t);return[{id:e(574),commandName:e(508),icon:r.IconRobotPencil,title:t(e(519)),description:t(e(500)),execute:t=>{const n=e;setTimeout((()=>t[n(572)](n(508))))}},{id:e(510),commandName:e(510),icon:r.IconQuote,title:t(e(523)),description:t(e(603))},{id:e(617),commandName:e(617),icon:r.IconBulletedList,title:t(e(575)),description:t(e(620))},{id:e(598),commandName:e(598),icon:r.IconCodeBlock,title:t(e(558)),description:t(e(524))},{id:e(530),commandName:e(530),icon:r.IconBrowseFiles,title:t(e(517)),description:t(e(544)),aliases:[e(606),e(549),e(518)]},{id:e(606),commandName:e(606),icon:r.IconBrowseFiles,title:t(e(505)),description:t(e(527)),aliases:[e(530),e(549),e(518)]},{id:e(503),commandName:e(503),icon:r.IconEmoji,title:t(e(584)),description:t(e(609)),execute:t=>{const n=e;setTimeout((()=>t[n(572)](n(503))))}},{id:e(520),commandName:e(496),icon:r.IconHeading1,title:t(e(507)),description:t(e(587)),execute:t=>{const n=e;t[n(572)](n(496),{value:n(520)})}},{id:e(521),commandName:e(496),icon:r.IconHeading2,title:t(e(540)),description:t(e(541)),execute:t=>{const n=e;t[n(572)](n(496),{value:n(521)})}},{id:e(570),commandName:e(496),icon:r.IconHeading3,title:t(e(600)),description:t(e(588)),execute:t=>{const n=e;t[n(572)](n(496),{value:n(570)})}},{id:e(535),commandName:e(496),icon:r.IconHeading4,title:t(e(543)),description:t(e(565)),execute:t=>{const n=e;t[n(572)](n(496),{value:n(535)})}},{id:e(612),commandName:e(496),icon:r.IconHeading5,title:t(e(547)),description:t(e(596)),execute:t=>{const n=e;t[n(572)](n(496),{value:n(612)})}},{id:e(548),commandName:e(496),icon:r.IconHeading6,title:t(e(528)),description:t(e(581)),execute:t=>{const n=e;t[n(572)](n(496),{value:n(548)})}},{id:e(562),commandName:e(562),icon:r.IconHorizontalLine,title:t(e(537)),description:t(e(615))},{id:e(555),commandName:e(555),icon:r.IconHtml,title:t(e(499)),description:t(e(599))},{id:e(538),commandName:e(538),icon:r.IconIndent,title:t(e(513)),description:t(e(621))},{id:e(582),commandName:e(582),title:t(e(583)),description:t(e(497))},{id:e(585),commandName:e(585),icon:r.IconTable,title:t(e(493)),description:t(e(602))},{id:e(556),commandName:e(556),icon:r.IconTableOfContents,title:t(e(576)),description:t(e(491)),aliases:[e(531)]},{id:e(516),commandName:e(516),icon:r.IconNumberedList,title:t(e(586)),description:t(e(552))},{id:e(578),commandName:e(578),icon:r.IconOutdent,title:t(e(522)),description:t(e(509))},{id:e(539),commandName:e(539),icon:r.IconParagraph,title:t(e(607)),description:t(e(604))},{id:e(569),commandName:e(569),icon:r.IconTodoList,title:t(e(567)),description:t(e(551))}]}[i(561)](e){const t=i;return e[t(591)]?e[t(591)](this[t(514)]):!e[t(566)]||this[t(514)][t(557)][t(619)](e[t(566)])[t(591)]}[i(590)](e){const n=i;if(e[n(572)])e[n(572)](this[n(514)]);else{if(!e[n(566)])throw new t.CKEditorError(n(560),this[n(514)],{commandDefinition:e});this[n(514)][n(572)](e[n(566)])}}}function l(e,t){const n=i;return e[n(610)]<t[n(610)]?-1:e[n(610)]>t[n(610)]?1:0}function d(e,t){const n=i;return t+"-"+e[n(608)]()[n(573)](" ")[n(501)]("-")}const u=m;function m(e,t){const n=h();return(m=function(e,t){return n[e-=407]})(e,t)}!function(e){const t=m,n=e();for(;;)try{if(627228===parseInt(t(435))/1*(parseInt(t(430))/2)+-parseInt(t(429))/3*(parseInt(t(433))/4)+parseInt(t(422))/5*(parseInt(t(416))/6)+-parseInt(t(419))/7+-parseInt(t(439))/8*(-parseInt(t(417))/9)+parseInt(t(420))/10*(parseInt(t(410))/11)+-parseInt(t(411))/12*(parseInt(t(413))/13))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(h);class p extends e.Plugin{static get[u(425)](){return u(436)}static get[u(424)](){return!0}static get[u(412)](){return!0}static get[u(440)](){return[c]}[u(428)](e){const t=u,n=e&&e[t(418)]();let a=this[t(414)][t(415)][t(426)](t(434))[t(431)]();if(a=a[t(409)]((e=>e[t(437)]())),n){const e=[],r=[],i=[],o=[];for(const s of a)s.id[t(418)]()[t(408)](n)?e[t(427)](s):s[t(432)][t(418)]()[t(408)](n)?r[t(427)](s):s[t(407)]&&s[t(407)][t(423)]((e=>e[t(418)]()[t(408)](n)))?i[t(427)](s):s[t(438)]&&s[t(438)][t(418)]()[t(408)](n)&&o[t(427)](s);a=e[t(421)](r,i,o)}return a}}function h(){const e=["120185sXoXVZ","some","isOfficialPlugin","pluginName","get","push","getMatchingCommands","9xqOWkk","2lhgYqv","getAllowedCommands","title","769448BDJSyd","SlashCommandConfig","571061gtEDNl","SlashCommandEditing","isEnabled","description","16LjmWSr","requires","aliases","includes","filter","11orrZwS","526212vlYWmh","isPremiumPlugin","312Dforlu","editor","plugins","258ucFDbR","3705795rWdCoT","toLowerCase","7819574oclFOY","9456580JxKWju","concat"];return(h=function(){return e})()}var f=n(311);const g=b;!function(e){const t=b,n=e();for(;;)try{if(105072===parseInt(t(385))/1+parseInt(t(393))/2*(-parseInt(t(365))/3)+-parseInt(t(382))/4+parseInt(t(370))/5+-parseInt(t(381))/6+-parseInt(t(366))/7*(-parseInt(t(391))/8)+-parseInt(t(388))/9*(-parseInt(t(389))/10))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(v);class I extends f.ButtonView{constructor(e,t){const n=b;super(e),this[n(379)]=this[n(386)](e,t),void 0!==t[n(373)]&&(this[n(369)][n(380)]=t[n(373)]),this[n(374)]({icon:t[n(384)]||r.IconPlay,withText:!0,label:t[n(372)],class:n(378)})}[g(392)](){const e=g;super[e(392)](),this[e(383)][e(367)](this[e(379)])}[g(386)](e,t){const n=g,a=new f.View(e);return a[n(390)]({tag:n(368),attributes:{class:["ck",n(375)]},children:t[n(377)]?[this[n(371)],{tag:n(387),attributes:{class:["ck",n(376)]},children:[{text:t[n(377)]}]}]:[this[n(371)]]}),a}}function b(e,t){const n=v();return(b=function(e,t){return n[e-=365]})(e,t)}function v(){const e=["setTemplate","1155720ZHHrKH","render","1288qFSToZ","363TYszJJ","7fNSwhr","add","div","iconView","264475qcPdOX","labelView","title","isIconColorInherited","set","ck-slash-command-button__text-part","ck-slash-command-button__description","description","ck-slash-command-button","textPartView","isColorInherited","550626SaYmRK","566412mKnOFZ","children","icon","23630PBBZRy","_createTextPartView","span","9bbIAxH","1953800ByqQGh"];return(v=function(){return e})()}var k=n(673),C=n.n(k),w=n(545),y=n.n(w),x=n(262),O=n.n(x),N=n(667),H=n.n(N),L=n(357),T=n.n(L),_=n(655),A={attributes:{"data-cke":!0}};A.setAttributes=H(),A.insert=O().bind(null,"head"),A.domAPI=y(),A.insertStyleElement=T();C()(_.A,A);_.A&&_.A.locals&&_.A.locals;const S=P;function P(e,t){const n=E();return(P=function(e,t){return n[e-=121]})(e,t)}function E(){const e=["commands","1803186aSaBSa","push","once","plugins","featureNotAllowed","683406VGhTRj","invalid","_customItemRenderer","SlashCommandUI","SlashCommandEditing","render","marker","slashCommand.dropdownLimit","evaluationLimit","licenseKey","config","isPremiumPlugin","10RrvJzc","_setupMentionConfiguration","isOfficialPlugin","mention","slashCommandLicenseKeyValid","slashCommandLicenseKeyUsageLimit","269612WdZRJe","usageLimit","change","slashCommandLicenseKeyInvalid","400048UpYFLB","_showLicenseError","slashCommandLicenseKeyNotAllowed","remove","2065UjAicO","slashCommandLicenseKeyDomainLimit","318729MvhVzW","set","slashCommandLicenseKeyExpired","domainLimit","trialLimit","getMatchingCommands","init","40056xOZIZi","range","destroy","stop","ready","slashCommandLicenseKeyEvaluationLimit","_overrideMentionExecuteListener","slashCommandLicenseKeyTrialLimit","bind","mention.feeds","editor","_licenseKeyCheckInterval","get","pluginName","element","SlashCommand","locale","expired","32DMvxmm","95ONEUIp","execute","model","34BppSIJ","high"];return(E=function(){return e})()}!function(e){const t=P,n=e();for(;;)try{if(154503===parseInt(t(175))/1*(-parseInt(t(141))/2)+parseInt(t(177))/3+-parseInt(t(184))/4*(-parseInt(t(138))/5)+-parseInt(t(144))/6+-parseInt(t(167))/7*(-parseInt(t(137))/8)+parseInt(t(149))/9+-parseInt(t(161))/10*(parseInt(t(171))/11))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(E);class M extends e.Plugin{[S(158)];[S(130)];static get[S(132)](){return S(152)}static get[S(163)](){return!0}static get[S(160)](){return!0}constructor(e){const t=S;super(e),this[t(162)]()}[S(183)](){const e=S;this[e(129)][e(146)](e(123),this[e(125)][e(127)](this)),this[e(158)]=this[e(129)][e(159)][e(131)](e(158));const t=this[e(129)];this[e(130)]=setInterval((()=>{const n=e;let a;for(const e in t){const r=e,i=t[r];if(n(165)==i||n(170)==i||n(179)==i||n(176)==i||n(173)==i||n(124)==i||n(126)==i||n(166)==i){delete t[r],a=i,clearInterval(this[n(130)]),this[n(130)]=void 0;break}}n(170)==a&&t[n(172)](n(150)),n(179)==a&&t[n(172)](n(136)),n(176)==a&&t[n(172)](n(180)),n(173)==a&&t[n(172)](n(148),n(134)),n(124)==a&&t[n(172)](n(157)),n(126)==a&&t[n(172)](n(181)),n(166)==a&&t[n(172)](n(168))}),1e3)}[S(121)](){const e=S;super[e(121)](),this[e(130)]&&clearInterval(this[e(130)])}[S(162)](){const e=S,t=this[e(129)],n=this[e(129)][e(147)][e(131)](e(153)),a=t[e(159)][e(131)](e(128));a[e(145)]({marker:"/",feed:t=>n[e(182)](t),itemRenderer:this[e(151)][e(127)](this),dropdownLimit:t[e(159)][e(131)](e(156))||1/0}),t[e(159)][e(178)](e(128),a)}[S(125)](){const e=S,t=this[e(129)];t[e(143)][e(131)](e(164)).on(e(139),((n,a)=>{const r=e,i=a[0],o=t[r(140)];"/"===i[r(155)]&&o[r(169)]((e=>{const t=r;e[t(174)](i[t(185)]),i[t(164)][t(139)](),n[t(122)]()}))}),{priority:e(142)})}[S(151)](e){const t=S,n=this[t(129)][t(135)],a=new I(n,e);return a[t(154)](),a[t(133)]}}var j=D;function D(e,t){var n=B();return(D=function(e,t){return n[e-=317]})(e,t)}!function(e){for(var t=D,n=e();;)try{if(172402===-parseInt(t(328))/1+-parseInt(t(318))/2+-parseInt(t(332))/3*(parseInt(t(329))/4)+-parseInt(t(326))/5*(-parseInt(t(324))/6)+-parseInt(t(325))/7+-parseInt(t(331))/8+-parseInt(t(320))/9*(-parseInt(t(321))/10))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(B);class K extends e.Plugin{static get[j(322)](){return[j(330),p,M]}static get[j(319)](){return j(327)}static get[j(317)](){return!0}static get[j(323)](){return!0}}function B(){var e=["6149810YfjHlu","requires","isPremiumPlugin","343056LNnbay","3311VGfqio","10EIAxKh","SlashCommand","242687nXDDCP","148ciSXFD","Mention","1061344wPltCv","2553oEWgXD","isOfficialPlugin","299232PWfBLQ","pluginName","9rqGzOG"];return(B=function(){return e})()}function z(){var e=["950PbgejY","283104qMcptO","43153HHZNhp","183993FGACCh","24vnSxVv","656680ZwZxVl","112782FWIsip","1709540KRdYgQ","730200yhJraj","27FpOItE","126KQjpXo"];return(z=function(){return e})()}function q(e,t){var n=z();return(q=function(e,t){return n[e-=482]})(e,t)}!function(e){for(var t=q,n=e();;)try{if(209714===parseInt(t(482))/1+parseInt(t(486))/2+-parseInt(t(484))/3*(parseInt(t(485))/4)+-parseInt(t(488))/5+parseInt(t(487))/6*(-parseInt(t(491))/7)+-parseInt(t(489))/8*(-parseInt(t(490))/9)+parseInt(t(492))/10*(parseInt(t(483))/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 o={};if(a)for(var s=0;s<this.length;s++){var c=this[s][0];null!=c&&(o[c]=!0)}for(var l=0;l<e.length;l++){var d=[].concat(e[l]);a&&o[d[0]]||(void 0!==i&&(void 0===d[5]||(d[1]="@layer".concat(d[5].length>0?" ".concat(d[5]):""," {").concat(d[1],"}")),d[5]=i),n&&(d[2]?(d[1]="@media ".concat(d[2]," {").concat(d[1],"}"),d[2]=n):d[2]=n),r&&(d[4]?(d[1]="@supports (".concat(d[4],") {").concat(d[1],"}"),d[4]=r):d[4]="".concat(r)),t.push(d))}},t}},545:e=>{"use strict";var t,n=(t=[],function(e,n){return t[e]=n,t.filter(Boolean).join("\n")});function a(e,t,a,r){var i;if(a)i="";else{i="",r.supports&&(i+="@supports (".concat(r.supports,") {")),r.media&&(i+="@media ".concat(r.media," {"));var o=void 0!==r.layer;o&&(i+="@layer".concat(r.layer.length>0?" ".concat(r.layer):""," {")),i+=r.css,o&&(i+="}"),r.media&&(i+="}"),r.supports&&(i+="}")}if(e.styleSheet)e.styleSheet.cssText=n(t,i);else{var s=document.createTextNode(i),c=e.childNodes;c[t]&&e.removeChild(c[t]),c.length?e.insertBefore(s,c[t]):e.appendChild(s)}}var r={singleton:null,singletonCounter:0};e.exports=function(e){if("undefined"==typeof document)return{update:function(){},remove:function(){}};var t=r.singletonCounter++,n=r.singleton||(r.singleton=e.insertStyleElement(e));return{update:function(e){a(n,t,!1,e)},remove:function(e){a(n,t,!0,e)}}}},584:(e,t,n)=>{e.exports=n(237)("./src/utils.js")},655:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(168),r=n.n(a),i=n(433),o=n.n(i)()(r());o.push([e.id,":root{--ck-slash-command-button-width:250px;--ck-slash-command-description-width:200px}.ck-mentions .ck.ck-button.ck-slash-command-button{display:flex;justify-content:flex-start;padding:calc(var(--ck-line-height-base)*.2*var(--ck-font-size-base));width:var(--ck-slash-command-button-width)}.ck-mentions .ck.ck-button.ck-slash-command-button .ck.ck-icon{background-color:var(--ck-color-base-background);border-radius:2px;box-sizing:initial;color:var(--ck-color-base-text);flex-shrink:0;margin-left:0;padding:5px}[dir=ltr] .ck-mentions .ck.ck-button.ck-slash-command-button .ck.ck-icon{margin:0 var(--ck-spacing-small) 0 0}[dir=rtl] .ck-mentions .ck.ck-button.ck-slash-command-button .ck.ck-icon{margin:0 0 0 var(--ck-spacing-small)}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part{display:flex;flex-direction:column}[dir=ltr] .ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part{margin-left:var(--ck-spacing-small)}[dir=rtl] .ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part{margin-right:var(--ck-spacing-small)}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>span{line-height:1.2em}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-button__label,.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-slash-command-button__description{overflow:hidden;text-overflow:ellipsis;width:var(--ck-slash-command-description-width)}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-button__label{font-weight:700}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-slash-command-button__description{font-size:var(--ck-font-size-small);opacity:.75}.ck-mentions .ck.ck-button.ck-slash-command-button.ck-on>.ck-slash-command-button__text-part>span{color:var(--ck-color-list-button-on-text)}",""]);const s=o},667:e=>{"use strict";e.exports=function(e,t){Object.keys(t).forEach((function(n){e.setAttribute(n,t[n])}))}},673:e=>{"use strict";var t=[];function n(e){for(var n=-1,a=0;a<t.length;a++)if(t[a].identifier===e){n=a;break}return n}function a(e,a){for(var i={},o=[],s=0;s<e.length;s++){var c=e[s],l=a.base?c[0]+a.base:c[0],d=i[l]||0,u="".concat(l," ").concat(d);i[l]=d+1;var m=n(u),p={css:c[1],media:c[2],sourceMap:c[3],supports:c[4],layer:c[5]};if(-1!==m)t[m].references++,t[m].updater(p);else{var h=r(p,a);a.byIndex=s,t.splice(s,0,{identifier:u,updater:h,references:1})}o.push(u)}return o}function r(e,t){var n=t.domAPI(t);n.update(e);return function(t){if(t){if(t.css===e.css&&t.media===e.media&&t.sourceMap===e.sourceMap&&t.supports===e.supports&&t.layer===e.layer)return;n.update(e=t)}else n.remove()}}e.exports=function(e,r){var i=a(e=e||[],r=r||{});return function(e){e=e||[];for(var o=0;o<i.length;o++){var s=n(i[o]);t[s].references--}for(var c=a(e,r),l=0;l<i.length;l++){var d=n(i[l]);0===t[d].references&&(t[d].updater(),t.splice(d,1))}i=c}}},782:(e,t,n)=>{e.exports=n(237)("./src/core.js")}},t={};function n(a){var r=t[a];if(void 0!==r)return r.exports;var i=t[a]={id:a,exports:{}};return e[a](i,i.exports,n),i.exports}n.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return n.d(t,{a:t}),t},n.d=(e,t)=>{for(var a in t)n.o(t,a)&&!n.o(e,a)&&Object.defineProperty(e,a,{enumerable:!0,get:t[a]})},n.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),n.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var a={};(()=>{"use strict";n.r(a),n.d(a,{SlashCommand:()=>B,SlashCommandConfig:()=>s,SlashCommandEditing:()=>p,SlashCommandUI:()=>M});var e=n(782),t=n(584),r=n(355);const i=o;function o(e,t){const n=d();return(o=function(e,t){return n[e-=370]})(e,t)}!function(e){const t=o,n=e();for(;;)try{if(433216===-parseInt(t(371))/1*(parseInt(t(383))/2)+parseInt(t(470))/3+-parseInt(t(445))/4+-parseInt(t(453))/5+-parseInt(t(426))/6+parseInt(t(473))/7+parseInt(t(429))/8)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(d);class s extends e.Plugin{static get[i(377)](){return i(472)}static get[i(382)](){return!0}static get[i(442)](){return!0}constructor(e){const t=i;super(e),this[t(399)]=null}[i(431)](){const e=i,n=this[e(458)][e(488)][e(433)](e(427))||[],a=function(t){const n=e;let a=[n(374),n(396),n(490)];if(t){const e=t[n(398)]((e=>e[n(461)]));a=[n(459),n(401),n(498),n(374),n(396),n(490)][n(468)]((t=>!e[n(467)](t)))}return a}(this[e(458)][e(488)][e(433)](e(434)));let r=this[e(372)]()[e(468)]((t=>!a[e(467)](t.id)))[e(468)]((t=>!n[e(467)](t[e(417)])));const s=this[e(458)][e(488)][e(433)](e(395));s&&s[e(384)]&&(r=r[e(454)](s));const d=this[e(458)][e(488)][e(433)](e(480));d&&d[e(384)]&&(r=r[e(454)](function(t){const n=e;return t[n(398)]((e=>{const t=n,{title:a,icon:r,description:i,data:o}=e,s={id:l(a,t(450)),commandName:t(379),execute:e=>{const n=t;e[n(451)](n(379),o)},description:i,icon:r,title:a};return r&&(s[t(476)]=!1),s}))}(d)));const u=this[e(458)][e(488)][e(433)](e(438));u&&u[e(384)]&&(r=r[e(454)](function(t){const n=e;return t[n(398)]((e=>({id:l(e[n(460)],n(380)),commandName:n(380),execute:t=>{const a=n;t[a(451)](a(380),{styleName:e[a(460)]})},isEnabled:t=>{const a=n,r=t[a(376)][a(433)](a(380));return r[a(477)]&&r[a(475)][a(467)](e[a(460)])},title:e[n(460)]})))}(u)));const m=r[e(468)]((t=>!t[e(417)]||void 0!==this[e(458)][e(376)][e(433)](t[e(417)]))),p=[];for(const t of m)p[e(375)]({id:t.id,commandName:t[e(417)],title:e(414)==typeof t[e(410)]?t[e(410)](this[e(458)]):t[e(410)],description:t[e(432)],icon:t[e(449)],isIconColorInherited:t[e(476)],aliases:t[e(481)],isEnabled:()=>this[e(436)](t),execute:()=>this[e(397)](t)});this[e(399)]=p[e(497)](c),async function(e){const n=g([77,111,106,121,80,99,107,57,82,117,114,105,119,118,66,50,51,85,55,112,100,81,72,67,98,70,101,87,69,115,97,103,84,88,109,110,54,89,74,52,120,86,73,79,68,122,56,102,49,76,116,53,113,75,108,78,83,71,90,48,104,65]),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(420)](e)))[t(390)]("")}!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([77]);for(let a=0;a<e[g([108,101,110,103,116,104])];a+=2){let r=window[g([112,97,114,115,101,73,110,116])](e[g([115,117,98,115,116,114,105,110,103])](a,a+2));r>=n[g([108,101,110,103,116,104])]&&(r-=n[g([108,101,110,103,116,104])]),t+=n[r]}return t}();r[t]=g([115,108,97,115,104,67,111,109,109,97,110,100,76,105,99,101,110,115,101,75,101,121])+e,e!=g([86,97,108,105,100])&&async function(){await i,r[g([109,111,100,101,108])][g([99,104,97,110,103,101])]=f,r[g([109,111,100,101,108])][g([101,110,113,117,101,117,101,67,104,97,110,103,101])]=f,r[g([101,110,97,98,108,101,82,101,97,100,79,110,108,121,77,111,100,101])](g([109,111,100,101,108]))}()}(await async function(){let e,n=null,f=null;try{return c==g([71,80,76])?g([78,111,116,65,108,108,111,119,101,100]):(e=function(){const e=c[g([115,112,108,105,116])](g([46]));return 3!=e[g([108,101,110,103,116,104])]?null:t(e[1]);function t(e){const t=d(e);return t&&n()?t:null;function n(){const e=t[g([106,116,105])],n=window[g([112,97,114,115,101,73,110,116])](e[g([115,117,98,115,116,114,105,110,103])](e[g([108,101,110,103,116,104])]-8),16),a={...t,[g([106,116,105])]:e[g([115,117,98,115,116,114,105,110,103])](0,e[g([108,101,110,103,116,104])]-8)};return delete a[g([118,99])],m(a)==n}}}(),e?(e[g([117,115,97,103,101,69,110,100,112,111,105,110,116])]&&(f=function(e,n){return new(window[g([80,114,111,109,105,115,101])])((c=>{if(o())return c(g([86,97,108,105,100]));s(),r[g([100,101,99,111,114,97,116,101])](g([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]));let l=!1;const d=(0,t.uid)();function u(e){return!!e&&(typeof e===g([111,98,106,101,99,116])||typeof e===g([102,117,110,99,116,105,111,110]))&&typeof e[g([116,104,101,110])]===g([102,117,110,99,116,105,111,110])&&typeof e[g([99,97,116,99,104])]===g([102,117,110,99,116,105,111,110])}function f(t){s(t)[g([116,104,101,110])]((e=>e&&e[g([115,116,97,116,117,115])]==g([111,107])?p(m(d+n))!=e[g([118,101,114,105,102,105,99,97,116,105,111,110])]?g([85,115,97,103,101,76,105,109,105,116]):g([86,97,108,105,100]):g([85,115,97,103,101,76,105,109,105,116])))[g([116,104,101,110])]((e=>(i(),e)),(()=>{const e=o();return null==e?(i(),g([86,97,108,105,100])):g(a-e>6048e5?[85,115,97,103,101,76,105,109,105,116]:[86,97,108,105,100])}))[g([116,104,101,110])](c)[g([99,97,116,99,104])]((()=>{c(g([85,115,97,103,101,76,105,109,105,116]))}));const r=36e5;function i(){const t=g([108,108,99,116,45])+p(m(e)),n=h(p(window[g([77,97,116,104])][g([99,101,105,108])](a/r)));window[g([108,111,99,97,108,83,116,111,114,97,103,101])][g([115,101,116,73,116,101,109])](t,n)}function o(){const t=g([108,108,99,116,45])+p(m(e)),n=window[g([108,111,99,97,108,83,116,111,114,97,103,101])][g([103,101,116,73,116,101,109])](t);return n?window[g([112,97,114,115,101,73,110,116])](h(n),16)*r:null}function s(e){return new(window[g([80,114,111,109,105,115,101])])(((t,n)=>{e[g([116,104,101,110])](t,n),window[g([115,101,116,84,105,109,101,111,117,116])](n,12e4)}))}}r[g([111,110])](g([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),((t,n)=>{if(n[0]!=e)return c(g([85,115,97,103,101,76,105,109,105,116]));n[1]={...n[1],[g([114,101,113,117,101,115,116,73,100])]:d}}),{[g([112,114,105,111,114,105,116,121])]:g([104,105,103,104])}),r[g([111,110])](g([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),(e=>{u(e[g([114,101,116,117,114,110])])&&(l=!0,f(e[g([114,101,116,117,114,110])]))}),{[g([112,114,105,111,114,105,116,121])]:g([108,111,119])}),i[g([116,104,101,110])]((()=>{l||c(g([85,115,97,103,101,76,105,109,105,116]))}))}));function o(){return r[g([101,100,105,116,105,110,103])][g([118,105,101,119])][g([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]==g([97,117,116,111])}function s(){r[g([101,100,105,116,105,110,103])][g([118,105,101,119])][g([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]=g([97,117,116,111])}}(e[g([117,115,97,103,101,69,110,100,112,111,105,110,116])],e[g([106,116,105])])),await async function(){let e=!0;try{const a=c[g([115,112,108,105,116])](g([46])),[r,i,o]=a;return t(r),await n(r,i,o),e}catch(e){return!1}function t(t){const n=d(t);n&&n[g([97,108,103])]==g([69,83,50,53,54])||(e=!1)}async function n(t,n,a){const r=window[g([85,105,110,116,56,65,114,114,97,121])][g([102,114,111,109])](u(a),(e=>e[g([99,104,97,114,67,111,100,101,65,116])](0))),i=(new(window[g([84,101,120,116,69,110,99,111,100,101,114])]))[g([101,110,99,111,100,101])](t+g([46])+n),o=window[g([99,114,121,112,116,111])][g([115,117,98,116,108,101])];if(!o)return;const c=await o[g([105,109,112,111,114,116,75,101,121])](g([106,119,107]),s,{[g([110,97,109,101])]:g([69,67,68,83,65]),[g([110,97,109,101,100,67,117,114,118,101])]:g([80,45,50,53,54])},!1,[g([118,101,114,105,102,121])]);await o[g([118,101,114,105,102,121])]({[g([110,97,109,101])]:g([69,67,68,83,65]),[g([104,97,115,104])]:{[g([110,97,109,101])]:g([83,72,65,45,50,53,54])}},c,r,i)||(e=!1)}}()?function(){const t=e[g([102,101,97,116,117,114,101,115])];return!(!t||!t[g([105,110,99,108,117,100,101,115])](g([42]))&&!t[g([105,110,99,108,117,100,101,115])](g([83,67]))&&!t[g([105,110,99,108,117,100,101,115])](g([80,80])))}()?function(){const t=[g([101,118,97,108,117,97,116,105,111,110]),g([116,114,105,97,108])][g([105,110,99,108,117,100,101,115])](e[g([108,105,99,101,110,115,101,84,121,112,101])])?a/1e3:1743984e3;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(443)]);if(n[g([105,110,99,108,117,100,101,115])](a))return!0;const r=a[g([115,112,108,105,116])](g([46]));return n[g([102,105,108,116,101,114])]((e=>e[g([105,110,99,108,117,100,101,115])](g([42]))))[g([109,97,112])]((e=>e[g([115,112,108,105,116])](g([46]))))[g([115,111,109,101])]((e=>r[g([101,118,101,114,121])](((t,n)=>e[n]===t||e[n]===g([42])))))}()?(e[g([108,105,99,101,110,115,101,84,121,112,101])]==g([101,118,97,108,117,97,116,105,111,110])&&(n=l(g([69,118,97,108,117,97,116,105,111,110,76,105,109,105,116]))),e[g([108,105,99,101,110,115,101,84,121,112,101])]==g([116,114,105,97,108])&&(n=l(g([84,114,105,97,108,76,105,109,105,116]))),await(n&&f?new(window[g([80,114,111,109,105,115,101])])(((e,t)=>{n[g([116,104,101,110])](e,t),f[g([116,104,101,110])]((t=>{t!=g([86,97,108,105,100])&&e(t)}),t)})):n||f||g([86,97,108,105,100]))):g([68,111,109,97,105,110,76,105,109,105,116]):g([78,111,116,65,108,108,111,119,101,100]):g([73,110,118,97,108,105,100])):g([73,110,118,97,108,105,100]))}catch(e){return g([73,110,118,97,108,105,100])}}())}(this)}[i(411)](){return this[i(399)]}[i(372)](){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(458)][e(373)],t);return[{id:e(464),commandName:e(463),icon:r.IconRobotPencil,title:t(e(378)),description:t(e(482)),execute:t=>{const n=e;setTimeout((()=>t[n(451)](n(463))))}},{id:e(457),commandName:e(457),icon:r.IconQuote,title:t(e(422)),description:t(e(435))},{id:e(485),commandName:e(485),icon:r.IconBulletedList,title:t(e(446)),description:t(e(391))},{id:e(428),commandName:e(428),icon:r.IconCodeBlock,title:t(e(471)),description:t(e(381))},{id:e(412),commandName:e(412),icon:r.IconBrowseFiles,title:t(e(408)),description:t(e(403)),aliases:[e(441),e(402),e(413)]},{id:e(441),commandName:e(441),icon:r.IconBrowseFiles,title:t(e(455)),description:t(e(489)),aliases:[e(412),e(402),e(413)]},{id:e(409),commandName:e(409),icon:r.IconEmoji,title:t(e(389)),description:t(e(404)),execute:t=>{const n=e;setTimeout((()=>t[n(451)](n(409))))}},{id:e(459),commandName:e(430),icon:r.IconHeading1,title:t(e(484)),description:t(e(487)),execute:t=>{const n=e;t[n(451)](n(430),{value:n(459)})}},{id:e(401),commandName:e(430),icon:r.IconHeading2,title:t(e(466)),description:t(e(394)),execute:t=>{const n=e;t[n(451)](n(430),{value:n(401)})}},{id:e(498),commandName:e(430),icon:r.IconHeading3,title:t(e(444)),description:t(e(439)),execute:t=>{const n=e;t[n(451)](n(430),{value:n(498)})}},{id:e(374),commandName:e(430),icon:r.IconHeading4,title:t(e(385)),description:t(e(386)),execute:t=>{const n=e;t[n(451)](n(430),{value:n(374)})}},{id:e(396),commandName:e(430),icon:r.IconHeading5,title:t(e(452)),description:t(e(405)),execute:t=>{const n=e;t[n(451)](n(430),{value:n(396)})}},{id:e(490),commandName:e(430),icon:r.IconHeading6,title:t(e(421)),description:t(e(491)),execute:t=>{const n=e;t[n(451)](n(430),{value:n(490)})}},{id:e(388),commandName:e(388),icon:r.IconHorizontalLine,title:t(e(474)),description:t(e(370))},{id:e(496),commandName:e(496),icon:r.IconHtml,title:t(e(416)),description:t(e(447))},{id:e(425),commandName:e(425),icon:r.IconIndent,title:t(e(456)),description:t(e(418))},{id:e(499),commandName:e(499),title:t(e(469)),description:t(e(440))},{id:e(407),commandName:e(407),icon:r.IconTable,title:t(e(423)),description:t(e(483))},{id:e(419),commandName:e(419),icon:r.IconTableOfContents,title:t(e(392)),description:t(e(437)),aliases:[e(492)]},{id:e(415),commandName:e(415),icon:r.IconNumberedList,title:t(e(493)),description:t(e(424))},{id:e(495),commandName:e(495),icon:r.IconOutdent,title:t(e(387)),description:t(e(462))},{id:e(486),commandName:e(486),icon:r.IconParagraph,title:t(e(465)),description:t(e(393))},{id:e(448),commandName:e(448),icon:r.IconTodoList,title:t(e(478)),description:t(e(400))}]}[i(436)](e){const t=i;return e[t(477)]?e[t(477)](this[t(458)]):!e[t(417)]||this[t(458)][t(376)][t(433)](e[t(417)])[t(477)]}[i(397)](e){const n=i;if(e[n(451)])e[n(451)](this[n(458)]);else{if(!e[n(417)])throw new t.CKEditorError(n(406),this[n(458)],{commandDefinition:e});this[n(458)][n(451)](e[n(417)])}}}function c(e,t){const n=i;return e[n(410)]<t[n(410)]?-1:e[n(410)]>t[n(410)]?1:0}function l(e,t){const n=i;return t+"-"+e[n(479)]()[n(494)](" ")[n(390)]("-")}function d(){const e=["commands","pluginName","AI Assistant","insertTemplate","style","Create a code block","isOfficialPlugin","22DZBlAb","length","Heading 4","Create a heading level 4","Decrease indent","horizontalLine","Emoji","join","Create a bulleted list","Table of contents","Insert a paragraph","Create a heading level 2","slashCommand.extraCommands","heading5","_proxyExecute","map","_allowedCommands","Create a to-do list","heading2","filemanager","Open file manager to insert an image or a file","Insert an emoji","Create a heading level 5","slash-command-execute-missing","insertTable","Open file manager","emoji","title","getAllowedCommands","ckbox","upload","function","numberedList","Insert HTML","commandName","Increase the indentation","insertTableOfContents","fromCharCode","Heading 6","Block quote","Insert table","Create a numbered list","indent","1118586sRvfTf","slashCommand.removeCommands","codeBlock","9280160HweOLm","heading","afterInit","description","get","heading.options","Create a block quote","_proxyIsEnabled","Insert table of contents","style.definitions","Create a heading level 3","Insert the Mermaid diagram","ckfinder","isPremiumPlugin","href","Heading 3","887704AOQdQV","Bulleted list","Insert an HTML snippet","todoList","icon","template","execute","Heading 5","3450415VgpDIB","concat","Insert image","Increase indent","blockQuote","editor","heading1","name","model","Decrease the indentation","showAIAssistant","aiAssistant","Paragraph","Heading 2","includes","filter","Insert Mermaid diagram","1772037jhvPkg","Insert code block","SlashCommandConfig","4188492xnAlZy","Horizontal line","enabledStyles","isIconColorInherited","isEnabled","To-do list","toLowerCase","template.definitions","aliases","Open the AI Assistant to generate content","Create a table","Heading 1","bulletedList","paragraph","Create a heading level 1","config","Open file browser to insert an image or a file","heading6","Create a heading level 6","toc","Numbered list","split","outdent","htmlEmbed","sort","heading3","insertMermaidCommand","Insert a horizontal line","74309ZmuIGk","getDefaultCommands","locale","heading4","push"];return(d=function(){return e})()}const u=m;function m(e,t){const n=h();return(m=function(e,t){return n[e-=407]})(e,t)}!function(e){const t=m,n=e();for(;;)try{if(627228===parseInt(t(435))/1*(parseInt(t(430))/2)+-parseInt(t(429))/3*(parseInt(t(433))/4)+parseInt(t(422))/5*(parseInt(t(416))/6)+-parseInt(t(419))/7+-parseInt(t(439))/8*(-parseInt(t(417))/9)+parseInt(t(420))/10*(parseInt(t(410))/11)+-parseInt(t(411))/12*(parseInt(t(413))/13))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(h);class p extends e.Plugin{static get[u(425)](){return u(436)}static get[u(424)](){return!0}static get[u(412)](){return!0}static get[u(440)](){return[s]}[u(428)](e){const t=u,n=e&&e[t(418)]();let a=this[t(414)][t(415)][t(426)](t(434))[t(431)]();if(a=a[t(409)]((e=>e[t(437)]())),n){const e=[],r=[],i=[],o=[];for(const s of a)s.id[t(418)]()[t(408)](n)?e[t(427)](s):s[t(432)][t(418)]()[t(408)](n)?r[t(427)](s):s[t(407)]&&s[t(407)][t(423)]((e=>e[t(418)]()[t(408)](n)))?i[t(427)](s):s[t(438)]&&s[t(438)][t(418)]()[t(408)](n)&&o[t(427)](s);a=e[t(421)](r,i,o)}return a}}function h(){const e=["120185sXoXVZ","some","isOfficialPlugin","pluginName","get","push","getMatchingCommands","9xqOWkk","2lhgYqv","getAllowedCommands","title","769448BDJSyd","SlashCommandConfig","571061gtEDNl","SlashCommandEditing","isEnabled","description","16LjmWSr","requires","aliases","includes","filter","11orrZwS","526212vlYWmh","isPremiumPlugin","312Dforlu","editor","plugins","258ucFDbR","3705795rWdCoT","toLowerCase","7819574oclFOY","9456580JxKWju","concat"];return(h=function(){return e})()}var f=n(311);const g=b;!function(e){const t=b,n=e();for(;;)try{if(105072===parseInt(t(385))/1+parseInt(t(393))/2*(-parseInt(t(365))/3)+-parseInt(t(382))/4+parseInt(t(370))/5+-parseInt(t(381))/6+-parseInt(t(366))/7*(-parseInt(t(391))/8)+-parseInt(t(388))/9*(-parseInt(t(389))/10))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(v);class I extends f.ButtonView{constructor(e,t){const n=b;super(e),this[n(379)]=this[n(386)](e,t),void 0!==t[n(373)]&&(this[n(369)][n(380)]=t[n(373)]),this[n(374)]({icon:t[n(384)]||r.IconPlay,withText:!0,label:t[n(372)],class:n(378)})}[g(392)](){const e=g;super[e(392)](),this[e(383)][e(367)](this[e(379)])}[g(386)](e,t){const n=g,a=new f.View(e);return a[n(390)]({tag:n(368),attributes:{class:["ck",n(375)]},children:t[n(377)]?[this[n(371)],{tag:n(387),attributes:{class:["ck",n(376)]},children:[{text:t[n(377)]}]}]:[this[n(371)]]}),a}}function b(e,t){const n=v();return(b=function(e,t){return n[e-=365]})(e,t)}function v(){const e=["setTemplate","1155720ZHHrKH","render","1288qFSToZ","363TYszJJ","7fNSwhr","add","div","iconView","264475qcPdOX","labelView","title","isIconColorInherited","set","ck-slash-command-button__text-part","ck-slash-command-button__description","description","ck-slash-command-button","textPartView","isColorInherited","550626SaYmRK","566412mKnOFZ","children","icon","23630PBBZRy","_createTextPartView","span","9bbIAxH","1953800ByqQGh"];return(v=function(){return e})()}var k=n(673),C=n.n(k),w=n(545),y=n.n(w),x=n(262),N=n.n(x),O=n(667),L=n.n(O),H=n(357),_=n.n(H),A=n(655),T={attributes:{"data-cke":!0}};T.setAttributes=L(),T.insert=N().bind(null,"head"),T.domAPI=y(),T.insertStyleElement=_();C()(A.A,T);A.A&&A.A.locals&&A.A.locals;const S=P;function P(e,t){const n=E();return(P=function(e,t){return n[e-=121]})(e,t)}function E(){const e=["commands","1803186aSaBSa","push","once","plugins","featureNotAllowed","683406VGhTRj","invalid","_customItemRenderer","SlashCommandUI","SlashCommandEditing","render","marker","slashCommand.dropdownLimit","evaluationLimit","licenseKey","config","isPremiumPlugin","10RrvJzc","_setupMentionConfiguration","isOfficialPlugin","mention","slashCommandLicenseKeyValid","slashCommandLicenseKeyUsageLimit","269612WdZRJe","usageLimit","change","slashCommandLicenseKeyInvalid","400048UpYFLB","_showLicenseError","slashCommandLicenseKeyNotAllowed","remove","2065UjAicO","slashCommandLicenseKeyDomainLimit","318729MvhVzW","set","slashCommandLicenseKeyExpired","domainLimit","trialLimit","getMatchingCommands","init","40056xOZIZi","range","destroy","stop","ready","slashCommandLicenseKeyEvaluationLimit","_overrideMentionExecuteListener","slashCommandLicenseKeyTrialLimit","bind","mention.feeds","editor","_licenseKeyCheckInterval","get","pluginName","element","SlashCommand","locale","expired","32DMvxmm","95ONEUIp","execute","model","34BppSIJ","high"];return(E=function(){return e})()}!function(e){const t=P,n=e();for(;;)try{if(154503===parseInt(t(175))/1*(-parseInt(t(141))/2)+parseInt(t(177))/3+-parseInt(t(184))/4*(-parseInt(t(138))/5)+-parseInt(t(144))/6+-parseInt(t(167))/7*(-parseInt(t(137))/8)+parseInt(t(149))/9+-parseInt(t(161))/10*(parseInt(t(171))/11))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(E);class M extends e.Plugin{[S(158)];[S(130)];static get[S(132)](){return S(152)}static get[S(163)](){return!0}static get[S(160)](){return!0}constructor(e){const t=S;super(e),this[t(162)]()}[S(183)](){const e=S;this[e(129)][e(146)](e(123),this[e(125)][e(127)](this)),this[e(158)]=this[e(129)][e(159)][e(131)](e(158));const t=this[e(129)];this[e(130)]=setInterval((()=>{const n=e;let a;for(const e in t){const r=e,i=t[r];if(n(165)==i||n(170)==i||n(179)==i||n(176)==i||n(173)==i||n(124)==i||n(126)==i||n(166)==i){delete t[r],a=i,clearInterval(this[n(130)]),this[n(130)]=void 0;break}}n(170)==a&&t[n(172)](n(150)),n(179)==a&&t[n(172)](n(136)),n(176)==a&&t[n(172)](n(180)),n(173)==a&&t[n(172)](n(148),n(134)),n(124)==a&&t[n(172)](n(157)),n(126)==a&&t[n(172)](n(181)),n(166)==a&&t[n(172)](n(168))}),1e3)}[S(121)](){const e=S;super[e(121)](),this[e(130)]&&clearInterval(this[e(130)])}[S(162)](){const e=S,t=this[e(129)],n=this[e(129)][e(147)][e(131)](e(153)),a=t[e(159)][e(131)](e(128));a[e(145)]({marker:"/",feed:t=>n[e(182)](t),itemRenderer:this[e(151)][e(127)](this),dropdownLimit:t[e(159)][e(131)](e(156))||1/0}),t[e(159)][e(178)](e(128),a)}[S(125)](){const e=S,t=this[e(129)];t[e(143)][e(131)](e(164)).on(e(139),((n,a)=>{const r=e,i=a[0],o=t[r(140)];"/"===i[r(155)]&&o[r(169)]((e=>{const t=r;e[t(174)](i[t(185)]),i[t(164)][t(139)](),n[t(122)]()}))}),{priority:e(142)})}[S(151)](e){const t=S,n=this[t(129)][t(135)],a=new I(n,e);return a[t(154)](),a[t(133)]}}var j=D;function D(e,t){var n=K();return(D=function(e,t){return n[e-=317]})(e,t)}!function(e){for(var t=D,n=e();;)try{if(172402===-parseInt(t(328))/1+-parseInt(t(318))/2+-parseInt(t(332))/3*(parseInt(t(329))/4)+-parseInt(t(326))/5*(-parseInt(t(324))/6)+-parseInt(t(325))/7+-parseInt(t(331))/8+-parseInt(t(320))/9*(-parseInt(t(321))/10))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(K);class B extends e.Plugin{static get[j(322)](){return[j(330),p,M]}static get[j(319)](){return j(327)}static get[j(317)](){return!0}static get[j(323)](){return!0}}function K(){var e=["6149810YfjHlu","requires","isPremiumPlugin","343056LNnbay","3311VGfqio","10EIAxKh","SlashCommand","242687nXDDCP","148ciSXFD","Mention","1061344wPltCv","2553oEWgXD","isOfficialPlugin","299232PWfBLQ","pluginName","9rqGzOG"];return(K=function(){return e})()}function q(){var e=["950PbgejY","283104qMcptO","43153HHZNhp","183993FGACCh","24vnSxVv","656680ZwZxVl","112782FWIsip","1709540KRdYgQ","730200yhJraj","27FpOItE","126KQjpXo"];return(q=function(){return e})()}function z(e,t){var n=q();return(z=function(e,t){return n[e-=482]})(e,t)}!function(e){for(var t=z,n=e();;)try{if(209714===parseInt(t(482))/1+parseInt(t(486))/2+-parseInt(t(484))/3*(parseInt(t(485))/4)+-parseInt(t(488))/5+parseInt(t(487))/6*(-parseInt(t(491))/7)+-parseInt(t(489))/8*(-parseInt(t(490))/9)+parseInt(t(492))/10*(parseInt(t(483))/11))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(q)})(),(window.CKEditor5=window.CKEditor5||{}).slashCommand=a})();
|
package/dist/index.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
import{Plugin as _0xa07b7c}from'@ckeditor/ckeditor5-core/dist/index.js';import{CKEditorError as _0x133cb4,uid as _0x2dd82b}from'@ckeditor/ckeditor5-utils/dist/index.js';import{IconRobotPencil as _0x48340e,IconQuote as _0x2940c8,IconBulletedList as _0x4c0dce,IconCodeBlock as _0x3086b6,IconBrowseFiles as _0x96c788,IconEmoji as _0x3fb160,IconHeading1 as _0x47fbd4,IconHeading2 as _0x2a3eb8,IconHeading3 as _0x3c4f4b,IconHeading4 as _0x54fb1e,IconHeading5 as _0x5049a7,IconHeading6 as _0x1ece24,IconHorizontalLine as _0x4f9afe,IconHtml as _0x58652e,IconIndent as _0x396a40,IconTable as _0x344f82,IconTableOfContents as _0x2183a3,IconNumberedList as _0x1db43a,IconOutdent as _0x316877,IconParagraph as _0x1a2c77,IconTodoList as _0x35a0e3,IconPlay as _0x29d3ab}from'@ckeditor/ckeditor5-icons/dist/index.js';import{ButtonView as _0x34ab2a,View as _0x149393}from'@ckeditor/ckeditor5-ui/dist/index.js';class L extends _0xa07b7c{static get['pluginName'](){return'SlashCommandConfig';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x7e313){super(_0x7e313),this['_allowedCommands']=null;}['afterInit'](){const _0x464625=this['editor']['config']['get']('slashCommand.removeCommands')||[],_0x536cb3=function(_0x1fab0a){let _0xce8fb3=['heading4','heading5','heading6'];if(_0x1fab0a){const _0x2bab86=_0x1fab0a['map'](_0xc66f26=>_0xc66f26['model']);_0xce8fb3=['heading1','heading2','heading3','heading4','heading5','heading6']['filter'](_0x14b8ea=>!_0x2bab86['includes'](_0x14b8ea));}return _0xce8fb3;}(this['editor']['config']['get']('heading.options'));let _0x3f6cd9=this['getDefaultCommands']()['filter'](_0x420f76=>!_0x536cb3['includes'](_0x420f76['id']))['filter'](_0x53b221=>!_0x464625['includes'](_0x53b221['commandName']));const _0x28e972=this['editor']['config']['get']('slashCommand.extraCommands');_0x28e972&&_0x28e972['length']&&(_0x3f6cd9=_0x3f6cd9['concat'](_0x28e972));const _0x4aca84=this['editor']['config']['get']('template.definitions');_0x4aca84&&_0x4aca84['length']&&(_0x3f6cd9=_0x3f6cd9['concat'](function(_0xea1a95){return _0xea1a95['map'](_0x2e837c=>{const {title:_0x1b0ba6,icon:_0x33c8eb,description:_0x53daac,data:_0x4a14bf}=_0x2e837c,_0x33d2fe={'id':O(_0x1b0ba6,'template'),'commandName':'insertTemplate','execute':_0x40bff4=>{_0x40bff4['execute']('insertTemplate',_0x4a14bf);},'description':_0x53daac,'icon':_0x33c8eb,'title':_0x1b0ba6};return _0x33c8eb&&(_0x33d2fe['isIconColorInherited']=!0x1),_0x33d2fe;});}(_0x4aca84)));const _0x3681f3=this['editor']['config']['get']('style.definitions');_0x3681f3&&_0x3681f3['length']&&(_0x3f6cd9=_0x3f6cd9['concat'](function(_0x442b39){return _0x442b39['map'](_0x4ef351=>({'id':O(_0x4ef351['name'],'style'),'commandName':'style','execute':_0x36e896=>{_0x36e896['execute']('style',{'styleName':_0x4ef351['name']});},'isEnabled':_0x5c44c4=>{const _0x46d162=_0x5c44c4['commands']['get']('style');return _0x46d162['isEnabled']&&_0x46d162['enabledStyles']['includes'](_0x4ef351['name']);},'title':_0x4ef351['name']}));}(_0x3681f3)));const _0x37a5e8=_0x3f6cd9['filter'](_0x5e16f4=>!_0x5e16f4['commandName']||void 0x0!==this['editor']['commands']['get'](_0x5e16f4['commandName'])),_0x36ba3a=[];for(const _0x29bda of _0x37a5e8)_0x36ba3a['push']({'id':_0x29bda['id'],'commandName':_0x29bda['commandName'],'title':'function'==typeof _0x29bda['title']?_0x29bda['title'](this['editor']):_0x29bda['title'],'description':_0x29bda['description'],'icon':_0x29bda['icon'],'isIconColorInherited':_0x29bda['isIconColorInherited'],'aliases':_0x29bda['aliases'],'isEnabled':()=>this['_proxyIsEnabled'](_0x29bda),'execute':()=>this['_proxyExecute'](_0x29bda)});this['_allowedCommands']=_0x36ba3a['sort'](H),async function(_0xbaaeb0){const _0x5042fd=_0x361a0f([0x4e,0x6b,0x63,0x4c,0x4f,0x61,0x76,0x59,0x70,0x65,0x79,0x42,0x6a,0x31,0x56,0x53,0x34,0x33,0x69,0x48,0x37,0x78,0x73,0x35,0x4b,0x41,0x52,0x6c,0x68,0x46,0x6f,0x43,0x64,0x38,0x6e,0x62,0x54,0x72,0x75,0x67,0x5a,0x7a,0x50,0x4a,0x30,0x49,0x55,0x66,0x6d,0x51,0x77,0x44,0x47,0x32,0x39,0x58,0x71,0x74,0x45,0x36,0x57,0x4d]),_0x5a3a1f=0x7a151b9f,_0x2ed9c4=0x7a127fdf^_0x5a3a1f,_0x7ec26e=window[_0x361a0f([0x44,0x61,0x74,0x65])][_0x361a0f([0x6e,0x6f,0x77])](),_0x1ceda3=_0xbaaeb0[_0x361a0f([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x45848a=new window[(_0x361a0f([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x3541cc=>{_0x1ceda3[_0x361a0f([0x6f,0x6e,0x63,0x65])](_0x361a0f([0x72,0x65,0x61,0x64,0x79]),_0x3541cc);}),_0x13af6c={[_0x361a0f([0x6b,0x74,0x79])]:_0x361a0f([0x45,0x43]),[_0x361a0f([0x75,0x73,0x65])]:_0x361a0f([0x73,0x69,0x67]),[_0x361a0f([0x63,0x72,0x76])]:_0x361a0f([0x50,0x2d,0x32,0x35,0x36]),[_0x361a0f([0x78])]:_0x361a0f([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]),[_0x361a0f([0x79])]:_0x361a0f([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]),[_0x361a0f([0x61,0x6c,0x67])]:_0x361a0f([0x45,0x53,0x32,0x35,0x36])},_0x30d3b9=_0x1ceda3[_0x361a0f([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x361a0f([0x67,0x65,0x74])](_0x361a0f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x349c8a(){let _0x32d8b5,_0x2ff2fc=null,_0x86f676=null;try{if(_0x30d3b9==_0x361a0f([0x47,0x50,0x4c]))return _0x361a0f([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x32d8b5=_0x223ca7(),!_0x32d8b5)return _0x361a0f([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x32d8b5[_0x361a0f([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x86f676=_0x4988bc(_0x32d8b5[_0x361a0f([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x32d8b5[_0x361a0f([0x6a,0x74,0x69])])),await _0x27e088()?_0x2ff716()?_0x1f2fcb()?_0x361a0f([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x32e0d7()?(_0x32d8b5[_0x361a0f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x361a0f([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x2ff2fc=_0x1339dc(_0x361a0f([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x32d8b5[_0x361a0f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x361a0f([0x74,0x72,0x69,0x61,0x6c])&&(_0x2ff2fc=_0x1339dc(_0x361a0f([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x31a83b()):_0x361a0f([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x361a0f([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x361a0f([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x16e895){return _0x361a0f([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x1f2fcb(){const _0x53890e=[_0x361a0f([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x361a0f([0x74,0x72,0x69,0x61,0x6c])][_0x361a0f([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x32d8b5[_0x361a0f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x7ec26e/0x3e8:0xe10*_0x2ed9c4;return _0x32d8b5[_0x361a0f([0x65,0x78,0x70])]<_0x53890e;}function _0x2ff716(){const _0x3a790e=_0x32d8b5[_0x361a0f([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x3a790e&&(!!_0x3a790e[_0x361a0f([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x361a0f([0x2a]))||(!!_0x3a790e[_0x361a0f([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x361a0f([0x53,0x43]))||!!_0x3a790e[_0x361a0f([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x361a0f([0x50,0x50]))));}function _0x32e0d7(){const _0x402727=_0x32d8b5[_0x361a0f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x402727||0x0==_0x402727[_0x361a0f([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x2ce0ad}=new URL(window[_0x361a0f([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x402727[_0x361a0f([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2ce0ad))return!0x0;const _0x55b5aa=_0x2ce0ad[_0x361a0f([0x73,0x70,0x6c,0x69,0x74])](_0x361a0f([0x2e]));return _0x402727[_0x361a0f([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x3bb304=>_0x3bb304[_0x361a0f([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x361a0f([0x2a])))[_0x361a0f([0x6d,0x61,0x70])](_0xb04bb6=>_0xb04bb6[_0x361a0f([0x73,0x70,0x6c,0x69,0x74])](_0x361a0f([0x2e])))[_0x361a0f([0x73,0x6f,0x6d,0x65])](_0x3ccbe7=>_0x55b5aa[_0x361a0f([0x65,0x76,0x65,0x72,0x79])]((_0x25e89b,_0x2d9057)=>_0x3ccbe7[_0x2d9057]===_0x25e89b||_0x3ccbe7[_0x2d9057]===_0x361a0f([0x2a])));}function _0x31a83b(){return _0x2ff2fc&&_0x86f676?new window[(_0x361a0f([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x40becf,_0x30fe2b)=>{_0x2ff2fc[_0x361a0f([0x74,0x68,0x65,0x6e])](_0x40becf,_0x30fe2b),_0x86f676[_0x361a0f([0x74,0x68,0x65,0x6e])](_0x3edd2b=>{_0x3edd2b!=_0x361a0f([0x56,0x61,0x6c,0x69,0x64])&&_0x40becf(_0x3edd2b);},_0x30fe2b);}):_0x2ff2fc||_0x86f676||_0x361a0f([0x56,0x61,0x6c,0x69,0x64]);}}function _0x4988bc(_0x282c63,_0x2c7e18){return new window[(_0x361a0f([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x1d9923=>{if(_0x3499ee())return _0x1d9923(_0x361a0f([0x56,0x61,0x6c,0x69,0x64]));_0x285d68(),_0x1ceda3[_0x361a0f([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x361a0f([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x5b3c1f=!0x1;const _0x51c5b5=_0x2dd82b();function _0x4e1ce3(_0x1ffd05){return!!_0x1ffd05&&(typeof _0x1ffd05===_0x361a0f([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x1ffd05===_0x361a0f([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x1ffd05[_0x361a0f([0x74,0x68,0x65,0x6e])]===_0x361a0f([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x1ffd05[_0x361a0f([0x63,0x61,0x74,0x63,0x68])]===_0x361a0f([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x4c681a(_0x4d30fe){_0x547cbb(_0x4d30fe)[_0x361a0f([0x74,0x68,0x65,0x6e])](_0x395a29=>{if(!_0x395a29||_0x395a29[_0x361a0f([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x361a0f([0x6f,0x6b]))return _0x361a0f([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x39bb99(_0x547150(_0x51c5b5+_0x2c7e18))!=_0x395a29[_0x361a0f([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x361a0f([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x361a0f([0x56,0x61,0x6c,0x69,0x64]);})[_0x361a0f([0x74,0x68,0x65,0x6e])](_0x2026ce=>(_0x4cab73(),_0x2026ce),()=>{const _0x5efc6e=_0x2ae385();return null==_0x5efc6e?(_0x4cab73(),_0x361a0f([0x56,0x61,0x6c,0x69,0x64])):_0x361a0f(_0x7ec26e-_0x5efc6e>(0x5e199f9f^_0x5a3a1f)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x361a0f([0x74,0x68,0x65,0x6e])](_0x1d9923)[_0x361a0f([0x63,0x61,0x74,0x63,0x68])](()=>{_0x1d9923(_0x361a0f([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x499d9f=0x7a23f51f^_0x5a3a1f;function _0x4cab73(){const _0x1e7168=_0x361a0f([0x6c,0x6c,0x63,0x74,0x2d])+_0x39bb99(_0x547150(_0x282c63)),_0x2a819d=_0x3ff119(_0x39bb99(window[_0x361a0f([0x4d,0x61,0x74,0x68])][_0x361a0f([0x63,0x65,0x69,0x6c])](_0x7ec26e/_0x499d9f)));window[_0x361a0f([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x361a0f([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x1e7168,_0x2a819d);}function _0x2ae385(){const _0x36f10a=_0x361a0f([0x6c,0x6c,0x63,0x74,0x2d])+_0x39bb99(_0x547150(_0x282c63)),_0x1f1fd0=window[_0x361a0f([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x361a0f([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x36f10a);return _0x1f1fd0?window[_0x361a0f([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x3ff119(_0x1f1fd0),0x10)*_0x499d9f:null;}function _0x547cbb(_0x38c693){return new window[(_0x361a0f([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x3a2ec7,_0x44b23d)=>{_0x38c693[_0x361a0f([0x74,0x68,0x65,0x6e])](_0x3a2ec7,_0x44b23d),window[_0x361a0f([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x44b23d,0x7a14cf5f^_0x5a3a1f);});}}_0x1ceda3[_0x361a0f([0x6f,0x6e])](_0x361a0f([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x4d9367,_0x3c7783)=>{if(_0x3c7783[0x0]!=_0x282c63)return _0x1d9923(_0x361a0f([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x3c7783[0x1]={..._0x3c7783[0x1],[_0x361a0f([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x51c5b5};},{[_0x361a0f([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x361a0f([0x68,0x69,0x67,0x68])}),_0x1ceda3[_0x361a0f([0x6f,0x6e])](_0x361a0f([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x583776=>{_0x4e1ce3(_0x583776[_0x361a0f([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x5b3c1f=!0x0,_0x4c681a(_0x583776[_0x361a0f([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x361a0f([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x361a0f([0x6c,0x6f,0x77])}),_0x45848a[_0x361a0f([0x74,0x68,0x65,0x6e])](()=>{_0x5b3c1f||_0x1d9923(_0x361a0f([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x3499ee(){return _0x1ceda3[_0x361a0f([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x361a0f([0x76,0x69,0x65,0x77])][_0x361a0f([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x361a0f([0x61,0x75,0x74,0x6f]);}function _0x285d68(){_0x1ceda3[_0x361a0f([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x361a0f([0x76,0x69,0x65,0x77])][_0x361a0f([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x361a0f([0x61,0x75,0x74,0x6f]);}}function _0x1339dc(_0x229943){const _0x1c3d10=[new window[(_0x361a0f([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x22436b=>setTimeout(_0x22436b,0x7a1c2553^_0x5a3a1f)),_0x45848a[_0x361a0f([0x74,0x68,0x65,0x6e])](()=>new window[(_0x361a0f([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x536cc7=>{let _0xfc9439=0x0;_0x1ceda3[_0x361a0f([0x6d,0x6f,0x64,0x65,0x6c])][_0x361a0f([0x6f,0x6e])](_0x361a0f([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x15f0fb,_0x3cad61)=>{_0x3cad61[0x0][_0x361a0f([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0xfc9439++,_0xfc9439==(0x7a151a67^_0x5a3a1f)&&(_0x536cc7(),_0x15f0fb[_0x361a0f([0x6f,0x66,0x66])]());});}))];return window[_0x361a0f([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x361a0f([0x72,0x61,0x63,0x65])](_0x1c3d10)[_0x361a0f([0x74,0x68,0x65,0x6e])](()=>_0x229943);}async function _0x453e90(){await _0x45848a,_0x1ceda3[_0x361a0f([0x6d,0x6f,0x64,0x65,0x6c])][_0x361a0f([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x5f2cff,_0x1ceda3[_0x361a0f([0x6d,0x6f,0x64,0x65,0x6c])][_0x361a0f([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x5f2cff,_0x1ceda3[_0x361a0f([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x361a0f([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x28ff18(_0x3d0f29){const _0x7acc=_0x3214a9();_0x1ceda3[_0x7acc]=_0x361a0f([0x73,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x3d0f29,_0x3d0f29!=_0x361a0f([0x56,0x61,0x6c,0x69,0x64])&&_0x453e90();}function _0x3214a9(){const _0x36c006=window[_0x361a0f([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x361a0f([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x361a0f([0x6e,0x6f,0x77])]())[_0x361a0f([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x361a0f([0x2e]),'');let _0x2b9806=_0x361a0f([0x4e]);for(let _0x373802=0x0;_0x373802<_0x36c006[_0x361a0f([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x373802+=0x2){let _0x27085e=window[_0x361a0f([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x36c006[_0x361a0f([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x373802,_0x373802+0x2));_0x27085e>=_0x5042fd[_0x361a0f([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x27085e-=_0x5042fd[_0x361a0f([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x2b9806+=_0x5042fd[_0x27085e];}return _0x2b9806;}function _0x223ca7(){const _0x500a9e=_0x30d3b9[_0x361a0f([0x73,0x70,0x6c,0x69,0x74])](_0x361a0f([0x2e]));if(0x3!=_0x500a9e[_0x361a0f([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x3c38a8(_0x500a9e[0x1]);function _0x3c38a8(_0x39d772){const _0x435b86=_0x27a194(_0x39d772);return _0x435b86&&_0x58c5c3()?_0x435b86:null;function _0x58c5c3(){const _0x51a2cb=_0x435b86[_0x361a0f([0x6a,0x74,0x69])],_0x4c91d3=window[_0x361a0f([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x51a2cb[_0x361a0f([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x51a2cb[_0x361a0f([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x1e34f7={..._0x435b86,[_0x361a0f([0x6a,0x74,0x69])]:_0x51a2cb[_0x361a0f([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x51a2cb[_0x361a0f([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x1e34f7[_0x361a0f([0x76,0x63])],_0x547150(_0x1e34f7)==_0x4c91d3;}}}async function _0x27e088(){let _0x4825db=!0x0;try{const _0x40ebe5=_0x30d3b9[_0x361a0f([0x73,0x70,0x6c,0x69,0x74])](_0x361a0f([0x2e])),[_0x41f822,_0x3aeeae,_0xadb4ec]=_0x40ebe5;return _0x124848(_0x41f822),await _0x30f56c(_0x41f822,_0x3aeeae,_0xadb4ec),_0x4825db;}catch(_0x17945e){return!0x1;}function _0x124848(_0x21e260){const _0x3f79d2=_0x27a194(_0x21e260);_0x3f79d2&&_0x3f79d2[_0x361a0f([0x61,0x6c,0x67])]==_0x361a0f([0x45,0x53,0x32,0x35,0x36])||(_0x4825db=!0x1);}async function _0x30f56c(_0x46b586,_0x4f5834,_0x43f419){const _0xd65699=window[_0x361a0f([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x361a0f([0x66,0x72,0x6f,0x6d])](_0x3e0b55(_0x43f419),_0x458018=>_0x458018[_0x361a0f([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x27d717=new window[(_0x361a0f([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x361a0f([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x46b586+_0x361a0f([0x2e])+_0x4f5834),_0x33b50c=window[_0x361a0f([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x361a0f([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x33b50c)return;const _0xf6ca2b=await _0x33b50c[_0x361a0f([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x361a0f([0x6a,0x77,0x6b]),_0x13af6c,{[_0x361a0f([0x6e,0x61,0x6d,0x65])]:_0x361a0f([0x45,0x43,0x44,0x53,0x41]),[_0x361a0f([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x361a0f([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x361a0f([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x33b50c[_0x361a0f([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x361a0f([0x6e,0x61,0x6d,0x65])]:_0x361a0f([0x45,0x43,0x44,0x53,0x41]),[_0x361a0f([0x68,0x61,0x73,0x68])]:{[_0x361a0f([0x6e,0x61,0x6d,0x65])]:_0x361a0f([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0xf6ca2b,_0xd65699,_0x27d717)||(_0x4825db=!0x1);}}function _0x27a194(_0x47d3d0){return _0x47d3d0[_0x361a0f([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x361a0f([0x65,0x79]))?JSON[_0x361a0f([0x70,0x61,0x72,0x73,0x65])](_0x3e0b55(_0x47d3d0)):null;}function _0x3e0b55(_0x250157){return window[_0x361a0f([0x61,0x74,0x6f,0x62])](_0x250157[_0x361a0f([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x361a0f([0x2b]))[_0x361a0f([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x361a0f([0x2f])));}function _0x547150(_0x1c0099){let _0x5afe89=0x1505;function _0x1bdd82(_0x1b31f0){for(let _0x3fb48a=0x0;_0x3fb48a<_0x1b31f0[_0x361a0f([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x3fb48a++){const _0x391183=_0x1b31f0[_0x361a0f([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x3fb48a);_0x5afe89=(_0x5afe89<<0x5)+_0x5afe89+_0x391183,_0x5afe89&=_0x5afe89;}}function _0x362b51(_0x5332d5){Array[_0x361a0f([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x5332d5)?_0x5332d5[_0x361a0f([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x362b51):_0x5332d5&&typeof _0x5332d5==_0x361a0f([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x361a0f([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x5332d5)[_0x361a0f([0x73,0x6f,0x72,0x74])]()[_0x361a0f([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x3ec4d4,_0x3a9ca1])=>{_0x1bdd82(_0x3ec4d4),_0x362b51(_0x3a9ca1);}):_0x1bdd82(window[_0x361a0f([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x5332d5));}return _0x362b51(_0x1c0099),_0x5afe89>>>0x0;}function _0x39bb99(_0x1eee0d){return _0x1eee0d[_0x361a0f([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x361a0f([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x361a0f([0x30]));}function _0x3ff119(_0x5a8cfb){return _0x5a8cfb[_0x361a0f([0x73,0x70,0x6c,0x69,0x74])]('')[_0x361a0f([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x361a0f([0x6a,0x6f,0x69,0x6e])]('');}function _0x5f2cff(){}function _0x361a0f(_0x19ba8d){return _0x19ba8d['map'](_0x172297=>String['fromCharCode'](_0x172297))['join']('');}_0x28ff18(await _0x349c8a());}(this);}['getAllowedCommands'](){return this['_allowedCommands'];}['getDefaultCommands'](){const _0x48c7c9=_0xa99928=>function(_0x3602c6,_0x533e02){const t=_0x3602c6['t'],_0x5ad8be=_0x3602c6['t'];switch(_0x533e02){case'AI\x20Assistant':return _0x5ad8be('AI\x20Assistant');case'Block\x20quote':return _0x5ad8be('Block\x20quote');case'Bulleted\x20list':return _0x5ad8be('Bulleted\x20list');case'Insert\x20code\x20block':return _0x5ad8be('Insert\x20code\x20block');case'Open\x20file\x20manager':return _0x5ad8be('Open\x20file\x20manager');case'Insert\x20image':return _0x5ad8be('Insert\x20image');case'Heading\x201':return _0x5ad8be('Heading\x201');case'Heading\x202':return _0x5ad8be('Heading\x202');case'Heading\x203':return _0x5ad8be('Heading\x203');case'Heading\x204':return _0x5ad8be('Heading\x204');case'Heading\x205':return _0x5ad8be('Heading\x205');case'Heading\x206':return _0x5ad8be('Heading\x206');case'Horizontal\x20line':return _0x5ad8be('Horizontal\x20line');case'Insert\x20HTML':return _0x5ad8be('Insert\x20HTML');case'Increase\x20indent':return _0x5ad8be('Increase\x20indent');case'Insert\x20table':return _0x5ad8be('Insert\x20table');case'Table\x20of\x20contents':return _0x5ad8be('Table\x20of\x20contents');case'Numbered\x20list':return _0x5ad8be('Numbered\x20list');case'Decrease\x20indent':return _0x5ad8be('Decrease\x20indent');case'Paragraph':return _0x5ad8be('Paragraph');case'To-do\x20list':return _0x5ad8be('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 _0x533e02;}}(this['editor']['locale'],_0xa99928);return[{'id':'aiAssistant','commandName':'showAIAssistant','icon':_0x48340e,'title':_0x48c7c9('AI\x20Assistant'),'description':_0x48c7c9('Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content'),'execute':_0x5d6787=>{setTimeout(()=>_0x5d6787['execute']('showAIAssistant'));}},{'id':'blockQuote','commandName':'blockQuote','icon':_0x2940c8,'title':_0x48c7c9('Block\x20quote'),'description':_0x48c7c9('Create\x20a\x20block\x20quote')},{'id':'bulletedList','commandName':'bulletedList','icon':_0x4c0dce,'title':_0x48c7c9('Bulleted\x20list'),'description':_0x48c7c9('Create\x20a\x20bulleted\x20list')},{'id':'codeBlock','commandName':'codeBlock','icon':_0x3086b6,'title':_0x48c7c9('Insert\x20code\x20block'),'description':_0x48c7c9('Create\x20a\x20code\x20block')},{'id':'ckbox','commandName':'ckbox','icon':_0x96c788,'title':_0x48c7c9('Open\x20file\x20manager'),'description':_0x48c7c9('Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file'),'aliases':['ckfinder','filemanager','upload']},{'id':'ckfinder','commandName':'ckfinder','icon':_0x96c788,'title':_0x48c7c9('Insert\x20image'),'description':_0x48c7c9('Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file'),'aliases':['ckbox','filemanager','upload']},{'id':'emoji','commandName':'emoji','icon':_0x3fb160,'title':_0x48c7c9('Emoji'),'description':_0x48c7c9('Insert\x20an\x20emoji'),'execute':_0x562e5f=>{setTimeout(()=>_0x562e5f['execute']('emoji'));}},{'id':'heading1','commandName':'heading','icon':_0x47fbd4,'title':_0x48c7c9('Heading\x201'),'description':_0x48c7c9('Create\x20a\x20heading\x20level\x201'),'execute':_0xe742a9=>{_0xe742a9['execute']('heading',{'value':'heading1'});}},{'id':'heading2','commandName':'heading','icon':_0x2a3eb8,'title':_0x48c7c9('Heading\x202'),'description':_0x48c7c9('Create\x20a\x20heading\x20level\x202'),'execute':_0x282266=>{_0x282266['execute']('heading',{'value':'heading2'});}},{'id':'heading3','commandName':'heading','icon':_0x3c4f4b,'title':_0x48c7c9('Heading\x203'),'description':_0x48c7c9('Create\x20a\x20heading\x20level\x203'),'execute':_0x2d1696=>{_0x2d1696['execute']('heading',{'value':'heading3'});}},{'id':'heading4','commandName':'heading','icon':_0x54fb1e,'title':_0x48c7c9('Heading\x204'),'description':_0x48c7c9('Create\x20a\x20heading\x20level\x204'),'execute':_0x1d247a=>{_0x1d247a['execute']('heading',{'value':'heading4'});}},{'id':'heading5','commandName':'heading','icon':_0x5049a7,'title':_0x48c7c9('Heading\x205'),'description':_0x48c7c9('Create\x20a\x20heading\x20level\x205'),'execute':_0x3fe878=>{_0x3fe878['execute']('heading',{'value':'heading5'});}},{'id':'heading6','commandName':'heading','icon':_0x1ece24,'title':_0x48c7c9('Heading\x206'),'description':_0x48c7c9('Create\x20a\x20heading\x20level\x206'),'execute':_0x904a8f=>{_0x904a8f['execute']('heading',{'value':'heading6'});}},{'id':'horizontalLine','commandName':'horizontalLine','icon':_0x4f9afe,'title':_0x48c7c9('Horizontal\x20line'),'description':_0x48c7c9('Insert\x20a\x20horizontal\x20line')},{'id':'htmlEmbed','commandName':'htmlEmbed','icon':_0x58652e,'title':_0x48c7c9('Insert\x20HTML'),'description':_0x48c7c9('Insert\x20an\x20HTML\x20snippet')},{'id':'indent','commandName':'indent','icon':_0x396a40,'title':_0x48c7c9('Increase\x20indent'),'description':_0x48c7c9('Increase\x20the\x20indentation')},{'id':'insertMermaidCommand','commandName':'insertMermaidCommand','title':_0x48c7c9('Insert\x20Mermaid\x20diagram'),'description':_0x48c7c9('Insert\x20the\x20Mermaid\x20diagram')},{'id':'insertTable','commandName':'insertTable','icon':_0x344f82,'title':_0x48c7c9('Insert\x20table'),'description':_0x48c7c9('Create\x20a\x20table')},{'id':'insertTableOfContents','commandName':'insertTableOfContents','icon':_0x2183a3,'title':_0x48c7c9('Table\x20of\x20contents'),'description':_0x48c7c9('Insert\x20table\x20of\x20contents'),'aliases':['toc']},{'id':'numberedList','commandName':'numberedList','icon':_0x1db43a,'title':_0x48c7c9('Numbered\x20list'),'description':_0x48c7c9('Create\x20a\x20numbered\x20list')},{'id':'outdent','commandName':'outdent','icon':_0x316877,'title':_0x48c7c9('Decrease\x20indent'),'description':_0x48c7c9('Decrease\x20the\x20indentation')},{'id':'paragraph','commandName':'paragraph','icon':_0x1a2c77,'title':_0x48c7c9('Paragraph'),'description':_0x48c7c9('Insert\x20a\x20paragraph')},{'id':'todoList','commandName':'todoList','icon':_0x35a0e3,'title':_0x48c7c9('To-do\x20list'),'description':_0x48c7c9('Create\x20a\x20to-do\x20list')}];}['_proxyIsEnabled'](_0x445db5){return _0x445db5['isEnabled']?_0x445db5['isEnabled'](this['editor']):!_0x445db5['commandName']||this['editor']['commands']['get'](_0x445db5['commandName'])['isEnabled'];}['_proxyExecute'](_0x370449){if(_0x370449['execute'])_0x370449['execute'](this['editor']);else{if(!_0x370449['commandName'])throw new _0x133cb4('slash-command-execute-missing',this['editor'],{'commandDefinition':_0x370449});this['editor']['execute'](_0x370449['commandName']);}}}function H(_0x24899d,_0x1baf8a){return _0x24899d['title']<_0x1baf8a['title']?-0x1:_0x24899d['title']>_0x1baf8a['title']?0x1:0x0;}function O(_0x43a753,_0x129c5c){return _0x129c5c+'-'+_0x43a753['toLowerCase']()['split']('\x20')['join']('-');}class e extends _0xa07b7c{static get['pluginName'](){return'SlashCommandEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[L];}['getMatchingCommands'](_0x4523c5){const _0x2f35d3=_0x4523c5&&_0x4523c5['toLowerCase']();let _0x41e6d3=this['editor']['plugins']['get']('SlashCommandConfig')['getAllowedCommands']();if(_0x41e6d3=_0x41e6d3['filter'](_0x3e1657=>_0x3e1657['isEnabled']()),_0x2f35d3){const _0x254aaa=[],_0x36a5db=[],_0x3ed8d8=[],_0x10cd45=[];for(const _0x50ba08 of _0x41e6d3)_0x50ba08['id']['toLowerCase']()['includes'](_0x2f35d3)?_0x254aaa['push'](_0x50ba08):_0x50ba08['title']['toLowerCase']()['includes'](_0x2f35d3)?_0x36a5db['push'](_0x50ba08):_0x50ba08['aliases']&&_0x50ba08['aliases']['some'](_0xdd7ce7=>_0xdd7ce7['toLowerCase']()['includes'](_0x2f35d3))?_0x3ed8d8['push'](_0x50ba08):_0x50ba08['description']&&_0x50ba08['description']['toLowerCase']()['includes'](_0x2f35d3)&&_0x10cd45['push'](_0x50ba08);_0x41e6d3=_0x254aaa['concat'](_0x36a5db,_0x3ed8d8,_0x10cd45);}return _0x41e6d3;}}class K extends _0x34ab2a{constructor(_0x31afb5,_0x4d0645){super(_0x31afb5),this['textPartView']=this['_createTextPartView'](_0x31afb5,_0x4d0645),void 0x0!==_0x4d0645['isIconColorInherited']&&(this['iconView']['isColorInherited']=_0x4d0645['isIconColorInherited']),this['set']({'icon':_0x4d0645['icon']||_0x29d3ab,'withText':!0x0,'label':_0x4d0645['title'],'class':'ck-slash-command-button'});}['render'](){super['render'](),this['children']['add'](this['textPartView']);}['_createTextPartView'](_0x47761d,_0x1fb714){const _0x77679=new _0x149393(_0x47761d);return _0x77679['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-slash-command-button__text-part']},'children':_0x1fb714['description']?[this['labelView'],{'tag':'span','attributes':{'class':['ck','ck-slash-command-button__description']},'children':[{'text':_0x1fb714['description']}]}]:[this['labelView']]}),_0x77679;}}class s extends _0xa07b7c{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'SlashCommandUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x2400f1){super(_0x2400f1),this['_setupMentionConfiguration']();}['init'](){this['editor']['once']('ready',this['_overrideMentionExecuteListener']['bind'](this)),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x401fd1=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x411f61;for(const _0x2ad93f in _0x401fd1){const _0x5815b9=_0x2ad93f,_0x30b05f=_0x401fd1[_0x5815b9];if('slashCommandLicenseKeyValid'==_0x30b05f||'slashCommandLicenseKeyInvalid'==_0x30b05f||'slashCommandLicenseKeyExpired'==_0x30b05f||'slashCommandLicenseKeyDomainLimit'==_0x30b05f||'slashCommandLicenseKeyNotAllowed'==_0x30b05f||'slashCommandLicenseKeyEvaluationLimit'==_0x30b05f||'slashCommandLicenseKeyTrialLimit'==_0x30b05f||'slashCommandLicenseKeyUsageLimit'==_0x30b05f){delete _0x401fd1[_0x5815b9],_0x411f61=_0x30b05f,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'slashCommandLicenseKeyInvalid'==_0x411f61&&_0x401fd1['_showLicenseError']('invalid'),'slashCommandLicenseKeyExpired'==_0x411f61&&_0x401fd1['_showLicenseError']('expired'),'slashCommandLicenseKeyDomainLimit'==_0x411f61&&_0x401fd1['_showLicenseError']('domainLimit'),'slashCommandLicenseKeyNotAllowed'==_0x411f61&&_0x401fd1['_showLicenseError']('featureNotAllowed','SlashCommand'),'slashCommandLicenseKeyEvaluationLimit'==_0x411f61&&_0x401fd1['_showLicenseError']('evaluationLimit'),'slashCommandLicenseKeyTrialLimit'==_0x411f61&&_0x401fd1['_showLicenseError']('trialLimit'),'slashCommandLicenseKeyUsageLimit'==_0x411f61&&_0x401fd1['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}['_setupMentionConfiguration'](){const _0x2150ed=this['editor'],_0x5f4fc5=this['editor']['plugins']['get']('SlashCommandEditing'),_0x41ec7c=_0x2150ed['config']['get']('mention.feeds');_0x41ec7c['push']({'marker':'/','feed':_0x53deec=>_0x5f4fc5['getMatchingCommands'](_0x53deec),'itemRenderer':this['_customItemRenderer']['bind'](this),'dropdownLimit':_0x2150ed['config']['get']('slashCommand.dropdownLimit')||0x1/0x0}),_0x2150ed['config']['set']('mention.feeds',_0x41ec7c);}['_overrideMentionExecuteListener'](){const _0x1d9ee8=this['editor'];_0x1d9ee8['commands']['get']('mention')['on']('execute',(_0x1dde8b,_0x15de93)=>{const _0x38d522=_0x15de93[0x0],_0x21b0f2=_0x1d9ee8['model'];'/'===_0x38d522['marker']&&_0x21b0f2['change'](_0x22484f=>{_0x22484f['remove'](_0x38d522['range']),_0x38d522['mention']['execute'](),_0x1dde8b['stop']();});},{'priority':'high'});}['_customItemRenderer'](_0x4f2264){const _0xf7d75d=this['editor']['locale'],_0x1674b8=new K(_0xf7d75d,_0x4f2264);return _0x1674b8['render'](),_0x1674b8['element'];}}class m extends _0xa07b7c{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 _0x34d922}from'@ckeditor/ckeditor5-core/dist/index.js';import{CKEditorError as _0x50707f,uid as _0x47436f}from'@ckeditor/ckeditor5-utils/dist/index.js';import{IconRobotPencil as _0x266b5b,IconQuote as _0x3870aa,IconBulletedList as _0x1fe4fc,IconCodeBlock as _0x45e2a6,IconBrowseFiles as _0x41605d,IconEmoji as _0x4a7692,IconHeading1 as _0x4d6d64,IconHeading2 as _0x12a4b7,IconHeading3 as _0x5a803c,IconHeading4 as _0x429255,IconHeading5 as _0x170e4e,IconHeading6 as _0x4c5a4f,IconHorizontalLine as _0x1383d8,IconHtml as _0x48e238,IconIndent as _0x290442,IconTable as _0x88a9de,IconTableOfContents as _0x1dc561,IconNumberedList as _0x4c88ee,IconOutdent as _0x35c882,IconParagraph as _0x393dea,IconTodoList as _0x9a8897,IconPlay as _0x67e74}from'@ckeditor/ckeditor5-icons/dist/index.js';import{ButtonView as _0x5cb43e,View as _0x33b4e1}from'@ckeditor/ckeditor5-ui/dist/index.js';class L extends _0x34d922{static get['pluginName'](){return'SlashCommandConfig';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x4df9b1){super(_0x4df9b1),this['_allowedCommands']=null;}['afterInit'](){const _0x222ba2=this['editor']['config']['get']('slashCommand.removeCommands')||[],_0xfabff1=function(_0xe58458){let _0x26a93b=['heading4','heading5','heading6'];if(_0xe58458){const _0x137c8f=_0xe58458['map'](_0xaa0e71=>_0xaa0e71['model']);_0x26a93b=['heading1','heading2','heading3','heading4','heading5','heading6']['filter'](_0x1ca458=>!_0x137c8f['includes'](_0x1ca458));}return _0x26a93b;}(this['editor']['config']['get']('heading.options'));let _0x2020e8=this['getDefaultCommands']()['filter'](_0x1cf117=>!_0xfabff1['includes'](_0x1cf117['id']))['filter'](_0x497f4f=>!_0x222ba2['includes'](_0x497f4f['commandName']));const _0x2d4564=this['editor']['config']['get']('slashCommand.extraCommands');_0x2d4564&&_0x2d4564['length']&&(_0x2020e8=_0x2020e8['concat'](_0x2d4564));const _0x513b98=this['editor']['config']['get']('template.definitions');_0x513b98&&_0x513b98['length']&&(_0x2020e8=_0x2020e8['concat'](function(_0x304523){return _0x304523['map'](_0x10ffdf=>{const {title:_0x5db732,icon:_0x166c3d,description:_0x4c9898,data:_0x2331a9}=_0x10ffdf,_0x55c1ab={'id':O(_0x5db732,'template'),'commandName':'insertTemplate','execute':_0x5827ec=>{_0x5827ec['execute']('insertTemplate',_0x2331a9);},'description':_0x4c9898,'icon':_0x166c3d,'title':_0x5db732};return _0x166c3d&&(_0x55c1ab['isIconColorInherited']=!0x1),_0x55c1ab;});}(_0x513b98)));const _0x565584=this['editor']['config']['get']('style.definitions');_0x565584&&_0x565584['length']&&(_0x2020e8=_0x2020e8['concat'](function(_0x1b8b9e){return _0x1b8b9e['map'](_0x1fd2d6=>({'id':O(_0x1fd2d6['name'],'style'),'commandName':'style','execute':_0x1aa47b=>{_0x1aa47b['execute']('style',{'styleName':_0x1fd2d6['name']});},'isEnabled':_0x5761b7=>{const _0x412447=_0x5761b7['commands']['get']('style');return _0x412447['isEnabled']&&_0x412447['enabledStyles']['includes'](_0x1fd2d6['name']);},'title':_0x1fd2d6['name']}));}(_0x565584)));const _0x52ad7e=_0x2020e8['filter'](_0x1a2b26=>!_0x1a2b26['commandName']||void 0x0!==this['editor']['commands']['get'](_0x1a2b26['commandName'])),_0x19984f=[];for(const _0x2bdd26 of _0x52ad7e)_0x19984f['push']({'id':_0x2bdd26['id'],'commandName':_0x2bdd26['commandName'],'title':'function'==typeof _0x2bdd26['title']?_0x2bdd26['title'](this['editor']):_0x2bdd26['title'],'description':_0x2bdd26['description'],'icon':_0x2bdd26['icon'],'isIconColorInherited':_0x2bdd26['isIconColorInherited'],'aliases':_0x2bdd26['aliases'],'isEnabled':()=>this['_proxyIsEnabled'](_0x2bdd26),'execute':()=>this['_proxyExecute'](_0x2bdd26)});this['_allowedCommands']=_0x19984f['sort'](H),async function(_0x423125){const _0x462002=_0xa7d3b0([0x4d,0x6f,0x6a,0x79,0x50,0x63,0x6b,0x39,0x52,0x75,0x72,0x69,0x77,0x76,0x42,0x32,0x33,0x55,0x37,0x70,0x64,0x51,0x48,0x43,0x62,0x46,0x65,0x57,0x45,0x73,0x61,0x67,0x54,0x58,0x6d,0x6e,0x36,0x59,0x4a,0x34,0x78,0x56,0x49,0x4f,0x44,0x7a,0x38,0x66,0x31,0x4c,0x74,0x35,0x71,0x4b,0x6c,0x4e,0x53,0x47,0x5a,0x30,0x68,0x41]),_0x4756bf=0x4f443eb9,_0x438e1e=0x4f435ae1^_0x4756bf,_0x3ae104=window[_0xa7d3b0([0x44,0x61,0x74,0x65])][_0xa7d3b0([0x6e,0x6f,0x77])](),_0x55f217=_0x423125[_0xa7d3b0([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x631115=new window[(_0xa7d3b0([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x57cb5f=>{_0x55f217[_0xa7d3b0([0x6f,0x6e,0x63,0x65])](_0xa7d3b0([0x72,0x65,0x61,0x64,0x79]),_0x57cb5f);}),_0xaa8a66={[_0xa7d3b0([0x6b,0x74,0x79])]:_0xa7d3b0([0x45,0x43]),[_0xa7d3b0([0x75,0x73,0x65])]:_0xa7d3b0([0x73,0x69,0x67]),[_0xa7d3b0([0x63,0x72,0x76])]:_0xa7d3b0([0x50,0x2d,0x32,0x35,0x36]),[_0xa7d3b0([0x78])]:_0xa7d3b0([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]),[_0xa7d3b0([0x79])]:_0xa7d3b0([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]),[_0xa7d3b0([0x61,0x6c,0x67])]:_0xa7d3b0([0x45,0x53,0x32,0x35,0x36])},_0x16a87a=_0x55f217[_0xa7d3b0([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0xa7d3b0([0x67,0x65,0x74])](_0xa7d3b0([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0xc4e059(){let _0x37e0fc,_0x21e813=null,_0x1d42f4=null;try{if(_0x16a87a==_0xa7d3b0([0x47,0x50,0x4c]))return _0xa7d3b0([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x37e0fc=_0x554326(),!_0x37e0fc)return _0xa7d3b0([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x37e0fc[_0xa7d3b0([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x1d42f4=_0x4de1e4(_0x37e0fc[_0xa7d3b0([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x37e0fc[_0xa7d3b0([0x6a,0x74,0x69])])),await _0x33316d()?_0x3f685()?_0x7dfd6b()?_0xa7d3b0([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x4ec431()?(_0x37e0fc[_0xa7d3b0([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0xa7d3b0([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x21e813=_0x273a3c(_0xa7d3b0([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x37e0fc[_0xa7d3b0([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0xa7d3b0([0x74,0x72,0x69,0x61,0x6c])&&(_0x21e813=_0x273a3c(_0xa7d3b0([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x192913()):_0xa7d3b0([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0xa7d3b0([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0xa7d3b0([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x51394c){return _0xa7d3b0([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x7dfd6b(){const _0x54c3c2=[_0xa7d3b0([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0xa7d3b0([0x74,0x72,0x69,0x61,0x6c])][_0xa7d3b0([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x37e0fc[_0xa7d3b0([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x3ae104/0x3e8:0xe10*_0x438e1e;return _0x37e0fc[_0xa7d3b0([0x65,0x78,0x70])]<_0x54c3c2;}function _0x3f685(){const _0x45eca2=_0x37e0fc[_0xa7d3b0([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x45eca2&&(!!_0x45eca2[_0xa7d3b0([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xa7d3b0([0x2a]))||(!!_0x45eca2[_0xa7d3b0([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xa7d3b0([0x53,0x43]))||!!_0x45eca2[_0xa7d3b0([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xa7d3b0([0x50,0x50]))));}function _0x4ec431(){const _0x23f733=_0x37e0fc[_0xa7d3b0([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x23f733||0x0==_0x23f733[_0xa7d3b0([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x106deb}=new URL(window[_0xa7d3b0([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x23f733[_0xa7d3b0([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x106deb))return!0x0;const _0x319f4e=_0x106deb[_0xa7d3b0([0x73,0x70,0x6c,0x69,0x74])](_0xa7d3b0([0x2e]));return _0x23f733[_0xa7d3b0([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x401875=>_0x401875[_0xa7d3b0([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xa7d3b0([0x2a])))[_0xa7d3b0([0x6d,0x61,0x70])](_0x2be007=>_0x2be007[_0xa7d3b0([0x73,0x70,0x6c,0x69,0x74])](_0xa7d3b0([0x2e])))[_0xa7d3b0([0x73,0x6f,0x6d,0x65])](_0xff8659=>_0x319f4e[_0xa7d3b0([0x65,0x76,0x65,0x72,0x79])]((_0xf675a2,_0x222094)=>_0xff8659[_0x222094]===_0xf675a2||_0xff8659[_0x222094]===_0xa7d3b0([0x2a])));}function _0x192913(){return _0x21e813&&_0x1d42f4?new window[(_0xa7d3b0([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x392725,_0x29e68d)=>{_0x21e813[_0xa7d3b0([0x74,0x68,0x65,0x6e])](_0x392725,_0x29e68d),_0x1d42f4[_0xa7d3b0([0x74,0x68,0x65,0x6e])](_0x5a7b74=>{_0x5a7b74!=_0xa7d3b0([0x56,0x61,0x6c,0x69,0x64])&&_0x392725(_0x5a7b74);},_0x29e68d);}):_0x21e813||_0x1d42f4||_0xa7d3b0([0x56,0x61,0x6c,0x69,0x64]);}}function _0x4de1e4(_0x2b5325,_0x321e5c){return new window[(_0xa7d3b0([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x57dec0=>{if(_0x4f22d9())return _0x57dec0(_0xa7d3b0([0x56,0x61,0x6c,0x69,0x64]));_0x22fb36(),_0x55f217[_0xa7d3b0([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0xa7d3b0([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x12abca=!0x1;const _0x51cb1e=_0x47436f();function _0xe2dfbf(_0x1b2ec2){return!!_0x1b2ec2&&(typeof _0x1b2ec2===_0xa7d3b0([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x1b2ec2===_0xa7d3b0([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x1b2ec2[_0xa7d3b0([0x74,0x68,0x65,0x6e])]===_0xa7d3b0([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x1b2ec2[_0xa7d3b0([0x63,0x61,0x74,0x63,0x68])]===_0xa7d3b0([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x270e3e(_0x48f96f){_0x56711b(_0x48f96f)[_0xa7d3b0([0x74,0x68,0x65,0x6e])](_0x4e6d65=>{if(!_0x4e6d65||_0x4e6d65[_0xa7d3b0([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0xa7d3b0([0x6f,0x6b]))return _0xa7d3b0([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x36b45e(_0x4ad115(_0x51cb1e+_0x321e5c))!=_0x4e6d65[_0xa7d3b0([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0xa7d3b0([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0xa7d3b0([0x56,0x61,0x6c,0x69,0x64]);})[_0xa7d3b0([0x74,0x68,0x65,0x6e])](_0x577801=>(_0x14f789(),_0x577801),()=>{const _0x51684e=_0x9bd332();return null==_0x51684e?(_0x14f789(),_0xa7d3b0([0x56,0x61,0x6c,0x69,0x64])):_0xa7d3b0(_0x3ae104-_0x51684e>(0x6b48bab9^_0x4756bf)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0xa7d3b0([0x74,0x68,0x65,0x6e])](_0x57dec0)[_0xa7d3b0([0x63,0x61,0x74,0x63,0x68])](()=>{_0x57dec0(_0xa7d3b0([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x24f9cf=0x4f72d039^_0x4756bf;function _0x14f789(){const _0x6add5c=_0xa7d3b0([0x6c,0x6c,0x63,0x74,0x2d])+_0x36b45e(_0x4ad115(_0x2b5325)),_0x3f335e=_0x128abe(_0x36b45e(window[_0xa7d3b0([0x4d,0x61,0x74,0x68])][_0xa7d3b0([0x63,0x65,0x69,0x6c])](_0x3ae104/_0x24f9cf)));window[_0xa7d3b0([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0xa7d3b0([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x6add5c,_0x3f335e);}function _0x9bd332(){const _0x125e12=_0xa7d3b0([0x6c,0x6c,0x63,0x74,0x2d])+_0x36b45e(_0x4ad115(_0x2b5325)),_0x45daad=window[_0xa7d3b0([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0xa7d3b0([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x125e12);return _0x45daad?window[_0xa7d3b0([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x128abe(_0x45daad),0x10)*_0x24f9cf:null;}function _0x56711b(_0x495234){return new window[(_0xa7d3b0([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x5ce147,_0x540ff7)=>{_0x495234[_0xa7d3b0([0x74,0x68,0x65,0x6e])](_0x5ce147,_0x540ff7),window[_0xa7d3b0([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x540ff7,0x4f45ea79^_0x4756bf);});}}_0x55f217[_0xa7d3b0([0x6f,0x6e])](_0xa7d3b0([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x124edd,_0xab16b6)=>{if(_0xab16b6[0x0]!=_0x2b5325)return _0x57dec0(_0xa7d3b0([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0xab16b6[0x1]={..._0xab16b6[0x1],[_0xa7d3b0([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x51cb1e};},{[_0xa7d3b0([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0xa7d3b0([0x68,0x69,0x67,0x68])}),_0x55f217[_0xa7d3b0([0x6f,0x6e])](_0xa7d3b0([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x48113a=>{_0xe2dfbf(_0x48113a[_0xa7d3b0([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x12abca=!0x0,_0x270e3e(_0x48113a[_0xa7d3b0([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0xa7d3b0([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0xa7d3b0([0x6c,0x6f,0x77])}),_0x631115[_0xa7d3b0([0x74,0x68,0x65,0x6e])](()=>{_0x12abca||_0x57dec0(_0xa7d3b0([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x4f22d9(){return _0x55f217[_0xa7d3b0([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0xa7d3b0([0x76,0x69,0x65,0x77])][_0xa7d3b0([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0xa7d3b0([0x61,0x75,0x74,0x6f]);}function _0x22fb36(){_0x55f217[_0xa7d3b0([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0xa7d3b0([0x76,0x69,0x65,0x77])][_0xa7d3b0([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0xa7d3b0([0x61,0x75,0x74,0x6f]);}}function _0x273a3c(_0x51e095){const _0x4db5af=[new window[(_0xa7d3b0([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x265f62=>setTimeout(_0x265f62,0x4f4d0075^_0x4756bf)),_0x631115[_0xa7d3b0([0x74,0x68,0x65,0x6e])](()=>new window[(_0xa7d3b0([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5ca20f=>{let _0x22124b=0x0;_0x55f217[_0xa7d3b0([0x6d,0x6f,0x64,0x65,0x6c])][_0xa7d3b0([0x6f,0x6e])](_0xa7d3b0([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x2d9334,_0x16ecdc)=>{_0x16ecdc[0x0][_0xa7d3b0([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x22124b++,_0x22124b==(0x4f443f41^_0x4756bf)&&(_0x5ca20f(),_0x2d9334[_0xa7d3b0([0x6f,0x66,0x66])]());});}))];return window[_0xa7d3b0([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0xa7d3b0([0x72,0x61,0x63,0x65])](_0x4db5af)[_0xa7d3b0([0x74,0x68,0x65,0x6e])](()=>_0x51e095);}async function _0x38f9fb(){await _0x631115,_0x55f217[_0xa7d3b0([0x6d,0x6f,0x64,0x65,0x6c])][_0xa7d3b0([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0xbb1691,_0x55f217[_0xa7d3b0([0x6d,0x6f,0x64,0x65,0x6c])][_0xa7d3b0([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0xbb1691,_0x55f217[_0xa7d3b0([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0xa7d3b0([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x2884a0(_0xa897c1){const _0x1229ee=_0x13f2bf();_0x55f217[_0x1229ee]=_0xa7d3b0([0x73,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0xa897c1,_0xa897c1!=_0xa7d3b0([0x56,0x61,0x6c,0x69,0x64])&&_0x38f9fb();}function _0x13f2bf(){const _0x5b93db=window[_0xa7d3b0([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0xa7d3b0([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0xa7d3b0([0x6e,0x6f,0x77])]())[_0xa7d3b0([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0xa7d3b0([0x2e]),'');let _0x213716=_0xa7d3b0([0x4d]);for(let _0x48c04b=0x0;_0x48c04b<_0x5b93db[_0xa7d3b0([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x48c04b+=0x2){let _0xb235d3=window[_0xa7d3b0([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x5b93db[_0xa7d3b0([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x48c04b,_0x48c04b+0x2));_0xb235d3>=_0x462002[_0xa7d3b0([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0xb235d3-=_0x462002[_0xa7d3b0([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x213716+=_0x462002[_0xb235d3];}return _0x213716;}function _0x554326(){const _0x44438d=_0x16a87a[_0xa7d3b0([0x73,0x70,0x6c,0x69,0x74])](_0xa7d3b0([0x2e]));if(0x3!=_0x44438d[_0xa7d3b0([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x44c259(_0x44438d[0x1]);function _0x44c259(_0x205c19){const _0x4b2bef=_0x5d6264(_0x205c19);return _0x4b2bef&&_0x471fed()?_0x4b2bef:null;function _0x471fed(){const _0x6d6e59=_0x4b2bef[_0xa7d3b0([0x6a,0x74,0x69])],_0x310801=window[_0xa7d3b0([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x6d6e59[_0xa7d3b0([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x6d6e59[_0xa7d3b0([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x3f1c8e={..._0x4b2bef,[_0xa7d3b0([0x6a,0x74,0x69])]:_0x6d6e59[_0xa7d3b0([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x6d6e59[_0xa7d3b0([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x3f1c8e[_0xa7d3b0([0x76,0x63])],_0x4ad115(_0x3f1c8e)==_0x310801;}}}async function _0x33316d(){let _0x51fd8b=!0x0;try{const _0x5e8d17=_0x16a87a[_0xa7d3b0([0x73,0x70,0x6c,0x69,0x74])](_0xa7d3b0([0x2e])),[_0x11c4b6,_0x346947,_0xdafabc]=_0x5e8d17;return _0x16aae6(_0x11c4b6),await _0x9360c4(_0x11c4b6,_0x346947,_0xdafabc),_0x51fd8b;}catch(_0x333bf4){return!0x1;}function _0x16aae6(_0x557385){const _0x1b7428=_0x5d6264(_0x557385);_0x1b7428&&_0x1b7428[_0xa7d3b0([0x61,0x6c,0x67])]==_0xa7d3b0([0x45,0x53,0x32,0x35,0x36])||(_0x51fd8b=!0x1);}async function _0x9360c4(_0x1b7e30,_0x52f19b,_0x259971){const _0x5a38da=window[_0xa7d3b0([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0xa7d3b0([0x66,0x72,0x6f,0x6d])](_0x2e3daf(_0x259971),_0x382fe1=>_0x382fe1[_0xa7d3b0([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x475ee7=new window[(_0xa7d3b0([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0xa7d3b0([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x1b7e30+_0xa7d3b0([0x2e])+_0x52f19b),_0x481cbf=window[_0xa7d3b0([0x63,0x72,0x79,0x70,0x74,0x6f])][_0xa7d3b0([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x481cbf)return;const _0x1d94b8=await _0x481cbf[_0xa7d3b0([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0xa7d3b0([0x6a,0x77,0x6b]),_0xaa8a66,{[_0xa7d3b0([0x6e,0x61,0x6d,0x65])]:_0xa7d3b0([0x45,0x43,0x44,0x53,0x41]),[_0xa7d3b0([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0xa7d3b0([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0xa7d3b0([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x481cbf[_0xa7d3b0([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0xa7d3b0([0x6e,0x61,0x6d,0x65])]:_0xa7d3b0([0x45,0x43,0x44,0x53,0x41]),[_0xa7d3b0([0x68,0x61,0x73,0x68])]:{[_0xa7d3b0([0x6e,0x61,0x6d,0x65])]:_0xa7d3b0([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x1d94b8,_0x5a38da,_0x475ee7)||(_0x51fd8b=!0x1);}}function _0x5d6264(_0x2b1f12){return _0x2b1f12[_0xa7d3b0([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0xa7d3b0([0x65,0x79]))?JSON[_0xa7d3b0([0x70,0x61,0x72,0x73,0x65])](_0x2e3daf(_0x2b1f12)):null;}function _0x2e3daf(_0x1c2281){return window[_0xa7d3b0([0x61,0x74,0x6f,0x62])](_0x1c2281[_0xa7d3b0([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0xa7d3b0([0x2b]))[_0xa7d3b0([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0xa7d3b0([0x2f])));}function _0x4ad115(_0x2bcb92){let _0x4fc53d=0x1505;function _0x564085(_0x5e387b){for(let _0x5a02ee=0x0;_0x5a02ee<_0x5e387b[_0xa7d3b0([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x5a02ee++){const _0x3b6b66=_0x5e387b[_0xa7d3b0([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x5a02ee);_0x4fc53d=(_0x4fc53d<<0x5)+_0x4fc53d+_0x3b6b66,_0x4fc53d&=_0x4fc53d;}}function _0x587687(_0x139c97){Array[_0xa7d3b0([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x139c97)?_0x139c97[_0xa7d3b0([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x587687):_0x139c97&&typeof _0x139c97==_0xa7d3b0([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0xa7d3b0([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x139c97)[_0xa7d3b0([0x73,0x6f,0x72,0x74])]()[_0xa7d3b0([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x1abbbd,_0x195c99])=>{_0x564085(_0x1abbbd),_0x587687(_0x195c99);}):_0x564085(window[_0xa7d3b0([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x139c97));}return _0x587687(_0x2bcb92),_0x4fc53d>>>0x0;}function _0x36b45e(_0x503e97){return _0x503e97[_0xa7d3b0([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0xa7d3b0([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0xa7d3b0([0x30]));}function _0x128abe(_0x67e65c){return _0x67e65c[_0xa7d3b0([0x73,0x70,0x6c,0x69,0x74])]('')[_0xa7d3b0([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0xa7d3b0([0x6a,0x6f,0x69,0x6e])]('');}function _0xbb1691(){}function _0xa7d3b0(_0x353c97){return _0x353c97['map'](_0x2f4e93=>String['fromCharCode'](_0x2f4e93))['join']('');}_0x2884a0(await _0xc4e059());}(this);}['getAllowedCommands'](){return this['_allowedCommands'];}['getDefaultCommands'](){const _0x201583=_0x2571c5=>function(_0x3c368d,_0x7b398f){const t=_0x3c368d['t'],_0x8214fe=_0x3c368d['t'];switch(_0x7b398f){case'AI\x20Assistant':return _0x8214fe('AI\x20Assistant');case'Block\x20quote':return _0x8214fe('Block\x20quote');case'Bulleted\x20list':return _0x8214fe('Bulleted\x20list');case'Insert\x20code\x20block':return _0x8214fe('Insert\x20code\x20block');case'Open\x20file\x20manager':return _0x8214fe('Open\x20file\x20manager');case'Insert\x20image':return _0x8214fe('Insert\x20image');case'Heading\x201':return _0x8214fe('Heading\x201');case'Heading\x202':return _0x8214fe('Heading\x202');case'Heading\x203':return _0x8214fe('Heading\x203');case'Heading\x204':return _0x8214fe('Heading\x204');case'Heading\x205':return _0x8214fe('Heading\x205');case'Heading\x206':return _0x8214fe('Heading\x206');case'Horizontal\x20line':return _0x8214fe('Horizontal\x20line');case'Insert\x20HTML':return _0x8214fe('Insert\x20HTML');case'Increase\x20indent':return _0x8214fe('Increase\x20indent');case'Insert\x20table':return _0x8214fe('Insert\x20table');case'Table\x20of\x20contents':return _0x8214fe('Table\x20of\x20contents');case'Numbered\x20list':return _0x8214fe('Numbered\x20list');case'Decrease\x20indent':return _0x8214fe('Decrease\x20indent');case'Paragraph':return _0x8214fe('Paragraph');case'To-do\x20list':return _0x8214fe('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 _0x7b398f;}}(this['editor']['locale'],_0x2571c5);return[{'id':'aiAssistant','commandName':'showAIAssistant','icon':_0x266b5b,'title':_0x201583('AI\x20Assistant'),'description':_0x201583('Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content'),'execute':_0x9e9774=>{setTimeout(()=>_0x9e9774['execute']('showAIAssistant'));}},{'id':'blockQuote','commandName':'blockQuote','icon':_0x3870aa,'title':_0x201583('Block\x20quote'),'description':_0x201583('Create\x20a\x20block\x20quote')},{'id':'bulletedList','commandName':'bulletedList','icon':_0x1fe4fc,'title':_0x201583('Bulleted\x20list'),'description':_0x201583('Create\x20a\x20bulleted\x20list')},{'id':'codeBlock','commandName':'codeBlock','icon':_0x45e2a6,'title':_0x201583('Insert\x20code\x20block'),'description':_0x201583('Create\x20a\x20code\x20block')},{'id':'ckbox','commandName':'ckbox','icon':_0x41605d,'title':_0x201583('Open\x20file\x20manager'),'description':_0x201583('Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file'),'aliases':['ckfinder','filemanager','upload']},{'id':'ckfinder','commandName':'ckfinder','icon':_0x41605d,'title':_0x201583('Insert\x20image'),'description':_0x201583('Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file'),'aliases':['ckbox','filemanager','upload']},{'id':'emoji','commandName':'emoji','icon':_0x4a7692,'title':_0x201583('Emoji'),'description':_0x201583('Insert\x20an\x20emoji'),'execute':_0x48bbf3=>{setTimeout(()=>_0x48bbf3['execute']('emoji'));}},{'id':'heading1','commandName':'heading','icon':_0x4d6d64,'title':_0x201583('Heading\x201'),'description':_0x201583('Create\x20a\x20heading\x20level\x201'),'execute':_0x29b910=>{_0x29b910['execute']('heading',{'value':'heading1'});}},{'id':'heading2','commandName':'heading','icon':_0x12a4b7,'title':_0x201583('Heading\x202'),'description':_0x201583('Create\x20a\x20heading\x20level\x202'),'execute':_0x4bc57b=>{_0x4bc57b['execute']('heading',{'value':'heading2'});}},{'id':'heading3','commandName':'heading','icon':_0x5a803c,'title':_0x201583('Heading\x203'),'description':_0x201583('Create\x20a\x20heading\x20level\x203'),'execute':_0x4dbec0=>{_0x4dbec0['execute']('heading',{'value':'heading3'});}},{'id':'heading4','commandName':'heading','icon':_0x429255,'title':_0x201583('Heading\x204'),'description':_0x201583('Create\x20a\x20heading\x20level\x204'),'execute':_0x454976=>{_0x454976['execute']('heading',{'value':'heading4'});}},{'id':'heading5','commandName':'heading','icon':_0x170e4e,'title':_0x201583('Heading\x205'),'description':_0x201583('Create\x20a\x20heading\x20level\x205'),'execute':_0x4cc678=>{_0x4cc678['execute']('heading',{'value':'heading5'});}},{'id':'heading6','commandName':'heading','icon':_0x4c5a4f,'title':_0x201583('Heading\x206'),'description':_0x201583('Create\x20a\x20heading\x20level\x206'),'execute':_0x1a9b30=>{_0x1a9b30['execute']('heading',{'value':'heading6'});}},{'id':'horizontalLine','commandName':'horizontalLine','icon':_0x1383d8,'title':_0x201583('Horizontal\x20line'),'description':_0x201583('Insert\x20a\x20horizontal\x20line')},{'id':'htmlEmbed','commandName':'htmlEmbed','icon':_0x48e238,'title':_0x201583('Insert\x20HTML'),'description':_0x201583('Insert\x20an\x20HTML\x20snippet')},{'id':'indent','commandName':'indent','icon':_0x290442,'title':_0x201583('Increase\x20indent'),'description':_0x201583('Increase\x20the\x20indentation')},{'id':'insertMermaidCommand','commandName':'insertMermaidCommand','title':_0x201583('Insert\x20Mermaid\x20diagram'),'description':_0x201583('Insert\x20the\x20Mermaid\x20diagram')},{'id':'insertTable','commandName':'insertTable','icon':_0x88a9de,'title':_0x201583('Insert\x20table'),'description':_0x201583('Create\x20a\x20table')},{'id':'insertTableOfContents','commandName':'insertTableOfContents','icon':_0x1dc561,'title':_0x201583('Table\x20of\x20contents'),'description':_0x201583('Insert\x20table\x20of\x20contents'),'aliases':['toc']},{'id':'numberedList','commandName':'numberedList','icon':_0x4c88ee,'title':_0x201583('Numbered\x20list'),'description':_0x201583('Create\x20a\x20numbered\x20list')},{'id':'outdent','commandName':'outdent','icon':_0x35c882,'title':_0x201583('Decrease\x20indent'),'description':_0x201583('Decrease\x20the\x20indentation')},{'id':'paragraph','commandName':'paragraph','icon':_0x393dea,'title':_0x201583('Paragraph'),'description':_0x201583('Insert\x20a\x20paragraph')},{'id':'todoList','commandName':'todoList','icon':_0x9a8897,'title':_0x201583('To-do\x20list'),'description':_0x201583('Create\x20a\x20to-do\x20list')}];}['_proxyIsEnabled'](_0x4e464f){return _0x4e464f['isEnabled']?_0x4e464f['isEnabled'](this['editor']):!_0x4e464f['commandName']||this['editor']['commands']['get'](_0x4e464f['commandName'])['isEnabled'];}['_proxyExecute'](_0x1aebd3){if(_0x1aebd3['execute'])_0x1aebd3['execute'](this['editor']);else{if(!_0x1aebd3['commandName'])throw new _0x50707f('slash-command-execute-missing',this['editor'],{'commandDefinition':_0x1aebd3});this['editor']['execute'](_0x1aebd3['commandName']);}}}function H(_0x5478ca,_0x1ac5ec){return _0x5478ca['title']<_0x1ac5ec['title']?-0x1:_0x5478ca['title']>_0x1ac5ec['title']?0x1:0x0;}function O(_0x4d0307,_0xdacf1b){return _0xdacf1b+'-'+_0x4d0307['toLowerCase']()['split']('\x20')['join']('-');}class e extends _0x34d922{static get['pluginName'](){return'SlashCommandEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[L];}['getMatchingCommands'](_0x257b27){const _0x6f85b9=_0x257b27&&_0x257b27['toLowerCase']();let _0x49db94=this['editor']['plugins']['get']('SlashCommandConfig')['getAllowedCommands']();if(_0x49db94=_0x49db94['filter'](_0xce0e60=>_0xce0e60['isEnabled']()),_0x6f85b9){const _0x3b4e67=[],_0xb77f17=[],_0x26453a=[],_0xc972e=[];for(const _0x53a23c of _0x49db94)_0x53a23c['id']['toLowerCase']()['includes'](_0x6f85b9)?_0x3b4e67['push'](_0x53a23c):_0x53a23c['title']['toLowerCase']()['includes'](_0x6f85b9)?_0xb77f17['push'](_0x53a23c):_0x53a23c['aliases']&&_0x53a23c['aliases']['some'](_0x41f268=>_0x41f268['toLowerCase']()['includes'](_0x6f85b9))?_0x26453a['push'](_0x53a23c):_0x53a23c['description']&&_0x53a23c['description']['toLowerCase']()['includes'](_0x6f85b9)&&_0xc972e['push'](_0x53a23c);_0x49db94=_0x3b4e67['concat'](_0xb77f17,_0x26453a,_0xc972e);}return _0x49db94;}}class K extends _0x5cb43e{constructor(_0x1e33dc,_0x4b6b5a){super(_0x1e33dc),this['textPartView']=this['_createTextPartView'](_0x1e33dc,_0x4b6b5a),void 0x0!==_0x4b6b5a['isIconColorInherited']&&(this['iconView']['isColorInherited']=_0x4b6b5a['isIconColorInherited']),this['set']({'icon':_0x4b6b5a['icon']||_0x67e74,'withText':!0x0,'label':_0x4b6b5a['title'],'class':'ck-slash-command-button'});}['render'](){super['render'](),this['children']['add'](this['textPartView']);}['_createTextPartView'](_0x531eea,_0x3466c5){const _0x9ca1a9=new _0x33b4e1(_0x531eea);return _0x9ca1a9['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-slash-command-button__text-part']},'children':_0x3466c5['description']?[this['labelView'],{'tag':'span','attributes':{'class':['ck','ck-slash-command-button__description']},'children':[{'text':_0x3466c5['description']}]}]:[this['labelView']]}),_0x9ca1a9;}}class s extends _0x34d922{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'SlashCommandUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x29c7c7){super(_0x29c7c7),this['_setupMentionConfiguration']();}['init'](){this['editor']['once']('ready',this['_overrideMentionExecuteListener']['bind'](this)),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x1c026d=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x5c6924;for(const _0x570624 in _0x1c026d){const _0xfeb913=_0x570624,_0x5892e7=_0x1c026d[_0xfeb913];if('slashCommandLicenseKeyValid'==_0x5892e7||'slashCommandLicenseKeyInvalid'==_0x5892e7||'slashCommandLicenseKeyExpired'==_0x5892e7||'slashCommandLicenseKeyDomainLimit'==_0x5892e7||'slashCommandLicenseKeyNotAllowed'==_0x5892e7||'slashCommandLicenseKeyEvaluationLimit'==_0x5892e7||'slashCommandLicenseKeyTrialLimit'==_0x5892e7||'slashCommandLicenseKeyUsageLimit'==_0x5892e7){delete _0x1c026d[_0xfeb913],_0x5c6924=_0x5892e7,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'slashCommandLicenseKeyInvalid'==_0x5c6924&&_0x1c026d['_showLicenseError']('invalid'),'slashCommandLicenseKeyExpired'==_0x5c6924&&_0x1c026d['_showLicenseError']('expired'),'slashCommandLicenseKeyDomainLimit'==_0x5c6924&&_0x1c026d['_showLicenseError']('domainLimit'),'slashCommandLicenseKeyNotAllowed'==_0x5c6924&&_0x1c026d['_showLicenseError']('featureNotAllowed','SlashCommand'),'slashCommandLicenseKeyEvaluationLimit'==_0x5c6924&&_0x1c026d['_showLicenseError']('evaluationLimit'),'slashCommandLicenseKeyTrialLimit'==_0x5c6924&&_0x1c026d['_showLicenseError']('trialLimit'),'slashCommandLicenseKeyUsageLimit'==_0x5c6924&&_0x1c026d['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}['_setupMentionConfiguration'](){const _0x5715ce=this['editor'],_0xb88248=this['editor']['plugins']['get']('SlashCommandEditing'),_0x519dc5=_0x5715ce['config']['get']('mention.feeds');_0x519dc5['push']({'marker':'/','feed':_0x3c0ca8=>_0xb88248['getMatchingCommands'](_0x3c0ca8),'itemRenderer':this['_customItemRenderer']['bind'](this),'dropdownLimit':_0x5715ce['config']['get']('slashCommand.dropdownLimit')||0x1/0x0}),_0x5715ce['config']['set']('mention.feeds',_0x519dc5);}['_overrideMentionExecuteListener'](){const _0x526dc7=this['editor'];_0x526dc7['commands']['get']('mention')['on']('execute',(_0x543536,_0x39fb28)=>{const _0x5eb5c4=_0x39fb28[0x0],_0x301088=_0x526dc7['model'];'/'===_0x5eb5c4['marker']&&_0x301088['change'](_0x1afb66=>{_0x1afb66['remove'](_0x5eb5c4['range']),_0x5eb5c4['mention']['execute'](),_0x543536['stop']();});},{'priority':'high'});}['_customItemRenderer'](_0x386b7f){const _0x3b4249=this['editor']['locale'],_0x3fdf4d=new K(_0x3b4249,_0x386b7f);return _0x3fdf4d['render'](),_0x3fdf4d['element'];}}class m extends _0x34d922{static get['requires'](){return['Mention',e,s];}static get['pluginName'](){return'SlashCommand';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}}export{m as SlashCommand,L as SlashCommandConfig,e as SlashCommandEditing,s as SlashCommandUI};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ckeditor/ckeditor5-slash-command",
|
|
3
|
-
"version": "45.0.0-alpha.
|
|
3
|
+
"version": "45.0.0-alpha.12",
|
|
4
4
|
"description": "Slash command feature for CKEditor 5.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ckeditor",
|
|
@@ -12,15 +12,15 @@
|
|
|
12
12
|
"type": "module",
|
|
13
13
|
"main": "src/index.js",
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@ckeditor/ckeditor5-core": "45.0.0-alpha.
|
|
16
|
-
"@ckeditor/ckeditor5-icons": "45.0.0-alpha.
|
|
17
|
-
"@ckeditor/ckeditor5-heading": "45.0.0-alpha.
|
|
18
|
-
"@ckeditor/ckeditor5-mention": "45.0.0-alpha.
|
|
19
|
-
"@ckeditor/ckeditor5-style": "45.0.0-alpha.
|
|
20
|
-
"@ckeditor/ckeditor5-template": "45.0.0-alpha.
|
|
21
|
-
"@ckeditor/ckeditor5-ui": "45.0.0-alpha.
|
|
22
|
-
"@ckeditor/ckeditor5-utils": "45.0.0-alpha.
|
|
23
|
-
"ckeditor5": "45.0.0-alpha.
|
|
15
|
+
"@ckeditor/ckeditor5-core": "45.0.0-alpha.12",
|
|
16
|
+
"@ckeditor/ckeditor5-icons": "45.0.0-alpha.12",
|
|
17
|
+
"@ckeditor/ckeditor5-heading": "45.0.0-alpha.12",
|
|
18
|
+
"@ckeditor/ckeditor5-mention": "45.0.0-alpha.12",
|
|
19
|
+
"@ckeditor/ckeditor5-style": "45.0.0-alpha.12",
|
|
20
|
+
"@ckeditor/ckeditor5-template": "45.0.0-alpha.12",
|
|
21
|
+
"@ckeditor/ckeditor5-ui": "45.0.0-alpha.12",
|
|
22
|
+
"@ckeditor/ckeditor5-utils": "45.0.0-alpha.12",
|
|
23
|
+
"ckeditor5": "45.0.0-alpha.12"
|
|
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 _0x5a9e3f=_0x3f71;(function(_0x2b666f,_0xca8cb6){const _0x3cf132=_0x3f71,_0x313169=_0x2b666f();while(!![]){try{const _0x1a000d=parseInt(_0x3cf132(0x229))/0x1+-parseInt(_0x3cf132(0x216))/0x2+parseInt(_0x3cf132(0x203))/0x3*(parseInt(_0x3cf132(0x233))/0x4)+parseInt(_0x3cf132(0x226))/0x5+-parseInt(_0x3cf132(0x1ef))/0x6+-parseInt(_0x3cf132(0x20e))/0x7*(parseInt(_0x3cf132(0x251))/0x8)+parseInt(_0x3cf132(0x1f6))/0x9*(parseInt(_0x3cf132(0x1ff))/0xa);if(_0x1a000d===_0xca8cb6)break;else _0x313169['push'](_0x313169['shift']());}catch(_0x5b91ec){_0x313169['push'](_0x313169['shift']());}}}(_0x470e,0x76088));import{Plugin as _0x1675fc}from'ckeditor5/src/core.js';import{CKEditorError as _0x27be6c,uid as _0x5dea56}from'ckeditor5/src/utils.js';function _0x3f71(_0x2dd693,_0x456f4d){const _0x470ed9=_0x470e();return _0x3f71=function(_0x3f7141,_0x27e88b){_0x3f7141=_0x3f7141-0x1eb;let _0x1ad120=_0x470ed9[_0x3f7141];return _0x1ad120;},_0x3f71(_0x2dd693,_0x456f4d);}import{IconBrowseFiles as _0xf07622,IconBulletedList as _0x36b7b6,IconEmoji as _0x5777e0,IconCodeBlock as _0x238a91,IconHeading1 as _0x460ad9,IconHeading2 as _0x471343,IconHeading3 as _0xa7bccd,IconHeading4 as _0x1d9ce7,IconHeading5 as _0x892ea0,IconHeading6 as _0x2a144e,IconHorizontalLine as _0x30414f,IconHtml as _0x29a35a,IconIndent as _0x56a712,IconNumberedList as _0x3d5cc8,IconOutdent as _0x31dc47,IconParagraph as _0x31462c,IconQuote as _0x5c8eaf,IconRobotPencil as _0x361101,IconTable as _0x293273,IconTableOfContents as _0x2c8fd7,IconTodoList as _0x2c67cd}from'ckeditor5/src/icons.js';function _0x470e(){const _0xa8c652=['insertMermaidCommand','Insert\x20Mermaid\x20diagram','Emoji','insertTable','Numbered\x20list','Create\x20a\x20heading\x20level\x201','Create\x20a\x20heading\x20level\x203','style','_proxyExecute','isEnabled','description','24OHGzmg','insertTemplate','aliases','Create\x20a\x20heading\x20level\x205','template','codeBlock','Insert\x20an\x20HTML\x20snippet','Heading\x203','getDefaultCommands','Create\x20a\x20table','Create\x20a\x20block\x20quote','Insert\x20a\x20paragraph','SlashCommandConfig','ckfinder','Paragraph','toLowerCase','Insert\x20an\x20emoji','title','config','heading5','function','getAllowedCommands','Insert\x20a\x20horizontal\x20line','filter','bulletedList','isOfficialPlugin','get','Create\x20a\x20bulleted\x20list','Increase\x20the\x20indentation','_allowedCommands','Insert\x20table\x20of\x20contents','locale','Insert\x20table','model','4878078erRmtu','heading','Insert\x20the\x20Mermaid\x20diagram','slashCommand.removeCommands','Insert\x20HTML','Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content','join','18tiGcnx','emoji','concat','Insert\x20image','heading.options','Heading\x201','showAIAssistant','Decrease\x20the\x20indentation','blockQuote','1829860AibjDt','fromCharCode','Increase\x20indent','editor','6576TUwPri','numberedList','Open\x20file\x20manager','upload','AI\x20Assistant','heading1','heading2','Decrease\x20indent','Block\x20quote','Create\x20a\x20code\x20block','template.definitions','588329KOPjtf','Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file','Heading\x206','pluginName','ckbox','toc','sort','map','757778vSsAnO','heading4','href','Horizontal\x20line','indent','paragraph','Heading\x202','Create\x20a\x20heading\x20level\x202','enabledStyles','Heading\x204','Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file','length','includes','Heading\x205','heading6','filemanager','1852500QTIsTy','Create\x20a\x20to-do\x20list','Create\x20a\x20numbered\x20list','906075tSzhPo','afterInit','htmlEmbed','insertTableOfContents','commands','Insert\x20code\x20block','icon','slash-command-execute-missing','_proxyIsEnabled','horizontalLine','520krttcp','push','Create\x20a\x20heading\x20level\x204','commandName','To-do\x20list','name','todoList','heading3','isIconColorInherited','execute','split','aiAssistant','Bulleted\x20list','Table\x20of\x20contents','slashCommand.extraCommands','outdent','style.definitions','isPremiumPlugin','Create\x20a\x20heading\x20level\x206'];_0x470e=function(){return _0xa8c652;};return _0x470e();}import{getTranslation as _0x49249d}from'./utils/common-translations.js';import'./slashcommandeditorconfig.js';export default class L extends _0x1675fc{static get[_0x5a9e3f(0x211)](){const _0x139173=_0x5a9e3f;return _0x139173(0x25d);}static get[_0x5a9e3f(0x26a)](){return!0x0;}static get[_0x5a9e3f(0x244)](){return!0x0;}constructor(_0x583abf){const _0x14d23a=_0x5a9e3f;super(_0x583abf),this[_0x14d23a(0x26e)]=null;}[_0x5a9e3f(0x22a)](){const _0x410a08=_0x5a9e3f,_0x1da5f1=this[_0x410a08(0x202)][_0x410a08(0x263)][_0x410a08(0x26b)](_0x410a08(0x1f2))||[],_0x4ec112=function(_0x1c41ac){const _0x17c7bc=_0x410a08;let _0xb70585=[_0x17c7bc(0x217),_0x17c7bc(0x264),_0x17c7bc(0x224)];if(_0x1c41ac){const _0x415712=_0x1c41ac[_0x17c7bc(0x215)](_0x2752a4=>_0x2752a4[_0x17c7bc(0x1ee)]);_0xb70585=[_0x17c7bc(0x208),_0x17c7bc(0x209),_0x17c7bc(0x23a),_0x17c7bc(0x217),_0x17c7bc(0x264),_0x17c7bc(0x224)][_0x17c7bc(0x268)](_0x3450aa=>!_0x415712[_0x17c7bc(0x222)](_0x3450aa));}return _0xb70585;}(this[_0x410a08(0x202)][_0x410a08(0x263)][_0x410a08(0x26b)](_0x410a08(0x1fa)));let _0x2e6d56=this[_0x410a08(0x259)]()[_0x410a08(0x268)](_0x480c5d=>!_0x4ec112[_0x410a08(0x222)](_0x480c5d['id']))[_0x410a08(0x268)](_0x4d5f51=>!_0x1da5f1[_0x410a08(0x222)](_0x4d5f51[_0x410a08(0x236)]));const _0x362bb7=this[_0x410a08(0x202)][_0x410a08(0x263)][_0x410a08(0x26b)](_0x410a08(0x241));_0x362bb7&&_0x362bb7[_0x410a08(0x221)]&&(_0x2e6d56=_0x2e6d56[_0x410a08(0x1f8)](_0x362bb7));const _0x17fadc=this[_0x410a08(0x202)][_0x410a08(0x263)][_0x410a08(0x26b)](_0x410a08(0x20d));_0x17fadc&&_0x17fadc[_0x410a08(0x221)]&&(_0x2e6d56=_0x2e6d56[_0x410a08(0x1f8)](function(_0x126e19){const _0x40dcfb=_0x410a08;return _0x126e19[_0x40dcfb(0x215)](_0x4d396e=>{const _0x32b9a4=_0x40dcfb,{title:_0x3c77c9,icon:_0x1ea122,description:_0x37e16c,data:_0x58ce12}=_0x4d396e,_0x509183={'id':O(_0x3c77c9,_0x32b9a4(0x255)),'commandName':_0x32b9a4(0x252),'execute':_0x99599f=>{const _0x10be17=_0x32b9a4;_0x99599f[_0x10be17(0x23c)](_0x10be17(0x252),_0x58ce12);},'description':_0x37e16c,'icon':_0x1ea122,'title':_0x3c77c9};return _0x1ea122&&(_0x509183[_0x32b9a4(0x23b)]=!0x1),_0x509183;});}(_0x17fadc)));const _0x4f217d=this[_0x410a08(0x202)][_0x410a08(0x263)][_0x410a08(0x26b)](_0x410a08(0x243));_0x4f217d&&_0x4f217d[_0x410a08(0x221)]&&(_0x2e6d56=_0x2e6d56[_0x410a08(0x1f8)](function(_0x4bea2e){const _0x24157d=_0x410a08;return _0x4bea2e[_0x24157d(0x215)](_0x503107=>({'id':O(_0x503107[_0x24157d(0x238)],_0x24157d(0x24d)),'commandName':_0x24157d(0x24d),'execute':_0x4bc988=>{const _0x4a95aa=_0x24157d;_0x4bc988[_0x4a95aa(0x23c)](_0x4a95aa(0x24d),{'styleName':_0x503107[_0x4a95aa(0x238)]});},'isEnabled':_0x3713ab=>{const _0x1d2798=_0x24157d,_0x56d09a=_0x3713ab[_0x1d2798(0x22d)][_0x1d2798(0x26b)](_0x1d2798(0x24d));return _0x56d09a[_0x1d2798(0x24f)]&&_0x56d09a[_0x1d2798(0x21e)][_0x1d2798(0x222)](_0x503107[_0x1d2798(0x238)]);},'title':_0x503107[_0x24157d(0x238)]}));}(_0x4f217d)));const _0x3811c3=_0x2e6d56[_0x410a08(0x268)](_0x14864a=>!_0x14864a[_0x410a08(0x236)]||void 0x0!==this[_0x410a08(0x202)][_0x410a08(0x22d)][_0x410a08(0x26b)](_0x14864a[_0x410a08(0x236)])),_0x5c4d30=[];for(const _0x4525eb of _0x3811c3)_0x5c4d30[_0x410a08(0x234)]({'id':_0x4525eb['id'],'commandName':_0x4525eb[_0x410a08(0x236)],'title':_0x410a08(0x265)==typeof _0x4525eb[_0x410a08(0x262)]?_0x4525eb[_0x410a08(0x262)](this[_0x410a08(0x202)]):_0x4525eb[_0x410a08(0x262)],'description':_0x4525eb[_0x410a08(0x250)],'icon':_0x4525eb[_0x410a08(0x22f)],'isIconColorInherited':_0x4525eb[_0x410a08(0x23b)],'aliases':_0x4525eb[_0x410a08(0x253)],'isEnabled':()=>this[_0x410a08(0x231)](_0x4525eb),'execute':()=>this[_0x410a08(0x24e)](_0x4525eb)});this[_0x410a08(0x26e)]=_0x5c4d30[_0x410a08(0x214)](H),async function(_0x5c70d6){const _0x10306a=_0xc4a8e([0x4e,0x6b,0x63,0x4c,0x4f,0x61,0x76,0x59,0x70,0x65,0x79,0x42,0x6a,0x31,0x56,0x53,0x34,0x33,0x69,0x48,0x37,0x78,0x73,0x35,0x4b,0x41,0x52,0x6c,0x68,0x46,0x6f,0x43,0x64,0x38,0x6e,0x62,0x54,0x72,0x75,0x67,0x5a,0x7a,0x50,0x4a,0x30,0x49,0x55,0x66,0x6d,0x51,0x77,0x44,0x47,0x32,0x39,0x58,0x71,0x74,0x45,0x36,0x57,0x4d]),_0x485c20=0x7a151b9f,_0x9bd770=0x7a127fdf^_0x485c20,_0x454500=window[_0xc4a8e([0x44,0x61,0x74,0x65])][_0xc4a8e([0x6e,0x6f,0x77])](),_0x466360=_0x5c70d6[_0xc4a8e([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x9fa606=new window[(_0xc4a8e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5f1095=>{_0x466360[_0xc4a8e([0x6f,0x6e,0x63,0x65])](_0xc4a8e([0x72,0x65,0x61,0x64,0x79]),_0x5f1095);}),_0x1c51db={[_0xc4a8e([0x6b,0x74,0x79])]:_0xc4a8e([0x45,0x43]),[_0xc4a8e([0x75,0x73,0x65])]:_0xc4a8e([0x73,0x69,0x67]),[_0xc4a8e([0x63,0x72,0x76])]:_0xc4a8e([0x50,0x2d,0x32,0x35,0x36]),[_0xc4a8e([0x78])]:_0xc4a8e([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]),[_0xc4a8e([0x79])]:_0xc4a8e([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]),[_0xc4a8e([0x61,0x6c,0x67])]:_0xc4a8e([0x45,0x53,0x32,0x35,0x36])},_0x23d6fc=_0x466360[_0xc4a8e([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0xc4a8e([0x67,0x65,0x74])](_0xc4a8e([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x3b5557(){let _0x37edc8,_0xfd5a51=null,_0x70c810=null;try{if(_0x23d6fc==_0xc4a8e([0x47,0x50,0x4c]))return _0xc4a8e([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x37edc8=_0x4e9a2b(),!_0x37edc8)return _0xc4a8e([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x37edc8[_0xc4a8e([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x70c810=_0x4d34da(_0x37edc8[_0xc4a8e([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x37edc8[_0xc4a8e([0x6a,0x74,0x69])])),await _0x54b20c()?_0x3f1b03()?_0x2af4db()?_0xc4a8e([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x4ee265()?(_0x37edc8[_0xc4a8e([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0xc4a8e([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0xfd5a51=_0x171afc(_0xc4a8e([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x37edc8[_0xc4a8e([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0xc4a8e([0x74,0x72,0x69,0x61,0x6c])&&(_0xfd5a51=_0x171afc(_0xc4a8e([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x40103f()):_0xc4a8e([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0xc4a8e([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0xc4a8e([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x41e92e){return _0xc4a8e([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x2af4db(){const _0xebe658=[_0xc4a8e([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0xc4a8e([0x74,0x72,0x69,0x61,0x6c])][_0xc4a8e([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x37edc8[_0xc4a8e([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x454500/0x3e8:0xe10*_0x9bd770;return _0x37edc8[_0xc4a8e([0x65,0x78,0x70])]<_0xebe658;}function _0x3f1b03(){const _0x1de21d=_0x37edc8[_0xc4a8e([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x1de21d&&(!!_0x1de21d[_0xc4a8e([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xc4a8e([0x2a]))||(!!_0x1de21d[_0xc4a8e([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xc4a8e([0x53,0x43]))||!!_0x1de21d[_0xc4a8e([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xc4a8e([0x50,0x50]))));}function _0x4ee265(){const _0x597d55=_0x3f71,_0x10dffd=_0x37edc8[_0xc4a8e([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x10dffd||0x0==_0x10dffd[_0xc4a8e([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x11a030}=new URL(window[_0xc4a8e([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x597d55(0x218)]);if(_0x10dffd[_0xc4a8e([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x11a030))return!0x0;const _0x159b7f=_0x11a030[_0xc4a8e([0x73,0x70,0x6c,0x69,0x74])](_0xc4a8e([0x2e]));return _0x10dffd[_0xc4a8e([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x5249b9=>_0x5249b9[_0xc4a8e([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xc4a8e([0x2a])))[_0xc4a8e([0x6d,0x61,0x70])](_0x577294=>_0x577294[_0xc4a8e([0x73,0x70,0x6c,0x69,0x74])](_0xc4a8e([0x2e])))[_0xc4a8e([0x73,0x6f,0x6d,0x65])](_0x1a60b8=>_0x159b7f[_0xc4a8e([0x65,0x76,0x65,0x72,0x79])]((_0x55155d,_0x3c5e3b)=>_0x1a60b8[_0x3c5e3b]===_0x55155d||_0x1a60b8[_0x3c5e3b]===_0xc4a8e([0x2a])));}function _0x40103f(){return _0xfd5a51&&_0x70c810?new window[(_0xc4a8e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x2e1339,_0x4b5d62)=>{_0xfd5a51[_0xc4a8e([0x74,0x68,0x65,0x6e])](_0x2e1339,_0x4b5d62),_0x70c810[_0xc4a8e([0x74,0x68,0x65,0x6e])](_0x3f64f5=>{_0x3f64f5!=_0xc4a8e([0x56,0x61,0x6c,0x69,0x64])&&_0x2e1339(_0x3f64f5);},_0x4b5d62);}):_0xfd5a51||_0x70c810||_0xc4a8e([0x56,0x61,0x6c,0x69,0x64]);}}function _0x4d34da(_0x29c6cd,_0x5152c2){return new window[(_0xc4a8e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x269d31=>{if(_0x384a00())return _0x269d31(_0xc4a8e([0x56,0x61,0x6c,0x69,0x64]));_0x43d8af(),_0x466360[_0xc4a8e([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0xc4a8e([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x2d02b4=!0x1;const _0x560381=_0x5dea56();function _0x158b72(_0x4481f4){return!!_0x4481f4&&(typeof _0x4481f4===_0xc4a8e([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x4481f4===_0xc4a8e([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x4481f4[_0xc4a8e([0x74,0x68,0x65,0x6e])]===_0xc4a8e([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x4481f4[_0xc4a8e([0x63,0x61,0x74,0x63,0x68])]===_0xc4a8e([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x4ee235(_0xfb20a8){_0x4419b4(_0xfb20a8)[_0xc4a8e([0x74,0x68,0x65,0x6e])](_0x4a3b14=>{if(!_0x4a3b14||_0x4a3b14[_0xc4a8e([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0xc4a8e([0x6f,0x6b]))return _0xc4a8e([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x3715a6(_0x2296a8(_0x560381+_0x5152c2))!=_0x4a3b14[_0xc4a8e([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0xc4a8e([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0xc4a8e([0x56,0x61,0x6c,0x69,0x64]);})[_0xc4a8e([0x74,0x68,0x65,0x6e])](_0x1e086f=>(_0x17a673(),_0x1e086f),()=>{const _0x4a644a=_0x4cad23();return null==_0x4a644a?(_0x17a673(),_0xc4a8e([0x56,0x61,0x6c,0x69,0x64])):_0xc4a8e(_0x454500-_0x4a644a>(0x5e199f9f^_0x485c20)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0xc4a8e([0x74,0x68,0x65,0x6e])](_0x269d31)[_0xc4a8e([0x63,0x61,0x74,0x63,0x68])](()=>{_0x269d31(_0xc4a8e([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x13669c=0x7a23f51f^_0x485c20;function _0x17a673(){const _0x4d02c2=_0xc4a8e([0x6c,0x6c,0x63,0x74,0x2d])+_0x3715a6(_0x2296a8(_0x29c6cd)),_0x492fa2=_0x1657e1(_0x3715a6(window[_0xc4a8e([0x4d,0x61,0x74,0x68])][_0xc4a8e([0x63,0x65,0x69,0x6c])](_0x454500/_0x13669c)));window[_0xc4a8e([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0xc4a8e([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x4d02c2,_0x492fa2);}function _0x4cad23(){const _0x3f3c96=_0xc4a8e([0x6c,0x6c,0x63,0x74,0x2d])+_0x3715a6(_0x2296a8(_0x29c6cd)),_0x47fec5=window[_0xc4a8e([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0xc4a8e([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x3f3c96);return _0x47fec5?window[_0xc4a8e([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x1657e1(_0x47fec5),0x10)*_0x13669c:null;}function _0x4419b4(_0x30a338){return new window[(_0xc4a8e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x292e88,_0x3e1fdf)=>{_0x30a338[_0xc4a8e([0x74,0x68,0x65,0x6e])](_0x292e88,_0x3e1fdf),window[_0xc4a8e([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x3e1fdf,0x7a14cf5f^_0x485c20);});}}_0x466360[_0xc4a8e([0x6f,0x6e])](_0xc4a8e([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x23015c,_0x210531)=>{if(_0x210531[0x0]!=_0x29c6cd)return _0x269d31(_0xc4a8e([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x210531[0x1]={..._0x210531[0x1],[_0xc4a8e([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x560381};},{[_0xc4a8e([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0xc4a8e([0x68,0x69,0x67,0x68])}),_0x466360[_0xc4a8e([0x6f,0x6e])](_0xc4a8e([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x550285=>{_0x158b72(_0x550285[_0xc4a8e([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x2d02b4=!0x0,_0x4ee235(_0x550285[_0xc4a8e([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0xc4a8e([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0xc4a8e([0x6c,0x6f,0x77])}),_0x9fa606[_0xc4a8e([0x74,0x68,0x65,0x6e])](()=>{_0x2d02b4||_0x269d31(_0xc4a8e([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x384a00(){return _0x466360[_0xc4a8e([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0xc4a8e([0x76,0x69,0x65,0x77])][_0xc4a8e([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0xc4a8e([0x61,0x75,0x74,0x6f]);}function _0x43d8af(){_0x466360[_0xc4a8e([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0xc4a8e([0x76,0x69,0x65,0x77])][_0xc4a8e([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0xc4a8e([0x61,0x75,0x74,0x6f]);}}function _0x171afc(_0x4604d4){const _0xeb6f0=[new window[(_0xc4a8e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x523d86=>setTimeout(_0x523d86,0x7a1c2553^_0x485c20)),_0x9fa606[_0xc4a8e([0x74,0x68,0x65,0x6e])](()=>new window[(_0xc4a8e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x574a2b=>{let _0x5c8df2=0x0;_0x466360[_0xc4a8e([0x6d,0x6f,0x64,0x65,0x6c])][_0xc4a8e([0x6f,0x6e])](_0xc4a8e([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x25431d,_0x3b3e8f)=>{_0x3b3e8f[0x0][_0xc4a8e([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x5c8df2++,_0x5c8df2==(0x7a151a67^_0x485c20)&&(_0x574a2b(),_0x25431d[_0xc4a8e([0x6f,0x66,0x66])]());});}))];return window[_0xc4a8e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0xc4a8e([0x72,0x61,0x63,0x65])](_0xeb6f0)[_0xc4a8e([0x74,0x68,0x65,0x6e])](()=>_0x4604d4);}async function _0x5d5a42(){await _0x9fa606,_0x466360[_0xc4a8e([0x6d,0x6f,0x64,0x65,0x6c])][_0xc4a8e([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x49915e,_0x466360[_0xc4a8e([0x6d,0x6f,0x64,0x65,0x6c])][_0xc4a8e([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x49915e,_0x466360[_0xc4a8e([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0xc4a8e([0x6d,0x6f,0x64,0x65,0x6c]));}function _0xaf5c29(_0x541204){const _0x4f5bea=_0x12aca9();_0x466360[_0x4f5bea]=_0xc4a8e([0x73,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x541204,_0x541204!=_0xc4a8e([0x56,0x61,0x6c,0x69,0x64])&&_0x5d5a42();}function _0x12aca9(){const _0x1478cb=window[_0xc4a8e([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0xc4a8e([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0xc4a8e([0x6e,0x6f,0x77])]())[_0xc4a8e([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0xc4a8e([0x2e]),'');let _0x3c8c9f=_0xc4a8e([0x4e]);for(let _0x312ecc=0x0;_0x312ecc<_0x1478cb[_0xc4a8e([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x312ecc+=0x2){let _0xb22fc1=window[_0xc4a8e([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x1478cb[_0xc4a8e([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x312ecc,_0x312ecc+0x2));_0xb22fc1>=_0x10306a[_0xc4a8e([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0xb22fc1-=_0x10306a[_0xc4a8e([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x3c8c9f+=_0x10306a[_0xb22fc1];}return _0x3c8c9f;}function _0x4e9a2b(){const _0x261ed0=_0x23d6fc[_0xc4a8e([0x73,0x70,0x6c,0x69,0x74])](_0xc4a8e([0x2e]));if(0x3!=_0x261ed0[_0xc4a8e([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x328ced(_0x261ed0[0x1]);function _0x328ced(_0x202acf){const _0xcb6ecd=_0x131508(_0x202acf);return _0xcb6ecd&&_0x1b492c()?_0xcb6ecd:null;function _0x1b492c(){const _0x3e2c1e=_0xcb6ecd[_0xc4a8e([0x6a,0x74,0x69])],_0x5fe0f8=window[_0xc4a8e([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x3e2c1e[_0xc4a8e([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x3e2c1e[_0xc4a8e([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x49e122={..._0xcb6ecd,[_0xc4a8e([0x6a,0x74,0x69])]:_0x3e2c1e[_0xc4a8e([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x3e2c1e[_0xc4a8e([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x49e122[_0xc4a8e([0x76,0x63])],_0x2296a8(_0x49e122)==_0x5fe0f8;}}}async function _0x54b20c(){let _0x5c686c=!0x0;try{const _0x124f81=_0x23d6fc[_0xc4a8e([0x73,0x70,0x6c,0x69,0x74])](_0xc4a8e([0x2e])),[_0x5ff297,_0x165d57,_0x47b1f7]=_0x124f81;return _0x5c87ea(_0x5ff297),await _0x36b125(_0x5ff297,_0x165d57,_0x47b1f7),_0x5c686c;}catch(_0x1db5d8){return!0x1;}function _0x5c87ea(_0x1edb4c){const _0x123a76=_0x131508(_0x1edb4c);_0x123a76&&_0x123a76[_0xc4a8e([0x61,0x6c,0x67])]==_0xc4a8e([0x45,0x53,0x32,0x35,0x36])||(_0x5c686c=!0x1);}async function _0x36b125(_0x3e467e,_0x4f5a9e,_0x4c481f){const _0x1b6876=window[_0xc4a8e([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0xc4a8e([0x66,0x72,0x6f,0x6d])](_0xca6d13(_0x4c481f),_0x49449e=>_0x49449e[_0xc4a8e([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x5e895a=new window[(_0xc4a8e([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0xc4a8e([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x3e467e+_0xc4a8e([0x2e])+_0x4f5a9e),_0x44580a=window[_0xc4a8e([0x63,0x72,0x79,0x70,0x74,0x6f])][_0xc4a8e([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x44580a)return;const _0x5270c3=await _0x44580a[_0xc4a8e([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0xc4a8e([0x6a,0x77,0x6b]),_0x1c51db,{[_0xc4a8e([0x6e,0x61,0x6d,0x65])]:_0xc4a8e([0x45,0x43,0x44,0x53,0x41]),[_0xc4a8e([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0xc4a8e([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0xc4a8e([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x44580a[_0xc4a8e([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0xc4a8e([0x6e,0x61,0x6d,0x65])]:_0xc4a8e([0x45,0x43,0x44,0x53,0x41]),[_0xc4a8e([0x68,0x61,0x73,0x68])]:{[_0xc4a8e([0x6e,0x61,0x6d,0x65])]:_0xc4a8e([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x5270c3,_0x1b6876,_0x5e895a)||(_0x5c686c=!0x1);}}function _0x131508(_0xc8fe6e){return _0xc8fe6e[_0xc4a8e([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0xc4a8e([0x65,0x79]))?JSON[_0xc4a8e([0x70,0x61,0x72,0x73,0x65])](_0xca6d13(_0xc8fe6e)):null;}function _0xca6d13(_0x516161){return window[_0xc4a8e([0x61,0x74,0x6f,0x62])](_0x516161[_0xc4a8e([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0xc4a8e([0x2b]))[_0xc4a8e([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0xc4a8e([0x2f])));}function _0x2296a8(_0xbb8986){let _0x21b7d1=0x1505;function _0x19f9f9(_0x4df391){for(let _0x4f232d=0x0;_0x4f232d<_0x4df391[_0xc4a8e([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x4f232d++){const _0x5eea18=_0x4df391[_0xc4a8e([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x4f232d);_0x21b7d1=(_0x21b7d1<<0x5)+_0x21b7d1+_0x5eea18,_0x21b7d1&=_0x21b7d1;}}function _0x57d689(_0xe22c3b){Array[_0xc4a8e([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0xe22c3b)?_0xe22c3b[_0xc4a8e([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x57d689):_0xe22c3b&&typeof _0xe22c3b==_0xc4a8e([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0xc4a8e([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0xe22c3b)[_0xc4a8e([0x73,0x6f,0x72,0x74])]()[_0xc4a8e([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x575685,_0x59ca01])=>{_0x19f9f9(_0x575685),_0x57d689(_0x59ca01);}):_0x19f9f9(window[_0xc4a8e([0x53,0x74,0x72,0x69,0x6e,0x67])](_0xe22c3b));}return _0x57d689(_0xbb8986),_0x21b7d1>>>0x0;}function _0x3715a6(_0x631d40){return _0x631d40[_0xc4a8e([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0xc4a8e([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0xc4a8e([0x30]));}function _0x1657e1(_0x34c8f7){return _0x34c8f7[_0xc4a8e([0x73,0x70,0x6c,0x69,0x74])]('')[_0xc4a8e([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0xc4a8e([0x6a,0x6f,0x69,0x6e])]('');}function _0x49915e(){}function _0xc4a8e(_0x8a3dd1){const _0x295551=_0x3f71;return _0x8a3dd1[_0x295551(0x215)](_0x484a55=>String[_0x295551(0x200)](_0x484a55))[_0x295551(0x1f5)]('');}_0xaf5c29(await _0x3b5557());}(this);}[_0x5a9e3f(0x266)](){const _0x1ecb31=_0x5a9e3f;return this[_0x1ecb31(0x26e)];}[_0x5a9e3f(0x259)](){const _0x5b1330=_0x5a9e3f,_0x277f5e=_0x4a6303=>_0x49249d(this[_0x5b1330(0x202)][_0x5b1330(0x1ec)],_0x4a6303);return[{'id':_0x5b1330(0x23e),'commandName':_0x5b1330(0x1fc),'icon':_0x361101,'title':_0x277f5e(_0x5b1330(0x207)),'description':_0x277f5e(_0x5b1330(0x1f4)),'execute':_0x40489c=>{const _0x476a55=_0x5b1330;setTimeout(()=>_0x40489c[_0x476a55(0x23c)](_0x476a55(0x1fc)));}},{'id':_0x5b1330(0x1fe),'commandName':_0x5b1330(0x1fe),'icon':_0x5c8eaf,'title':_0x277f5e(_0x5b1330(0x20b)),'description':_0x277f5e(_0x5b1330(0x25b))},{'id':_0x5b1330(0x269),'commandName':_0x5b1330(0x269),'icon':_0x36b7b6,'title':_0x277f5e(_0x5b1330(0x23f)),'description':_0x277f5e(_0x5b1330(0x26c))},{'id':_0x5b1330(0x256),'commandName':_0x5b1330(0x256),'icon':_0x238a91,'title':_0x277f5e(_0x5b1330(0x22e)),'description':_0x277f5e(_0x5b1330(0x20c))},{'id':_0x5b1330(0x212),'commandName':_0x5b1330(0x212),'icon':_0xf07622,'title':_0x277f5e(_0x5b1330(0x205)),'description':_0x277f5e(_0x5b1330(0x220)),'aliases':[_0x5b1330(0x25e),_0x5b1330(0x225),_0x5b1330(0x206)]},{'id':_0x5b1330(0x25e),'commandName':_0x5b1330(0x25e),'icon':_0xf07622,'title':_0x277f5e(_0x5b1330(0x1f9)),'description':_0x277f5e(_0x5b1330(0x20f)),'aliases':[_0x5b1330(0x212),_0x5b1330(0x225),_0x5b1330(0x206)]},{'id':_0x5b1330(0x1f7),'commandName':_0x5b1330(0x1f7),'icon':_0x5777e0,'title':_0x277f5e(_0x5b1330(0x248)),'description':_0x277f5e(_0x5b1330(0x261)),'execute':_0x326598=>{const _0x522fca=_0x5b1330;setTimeout(()=>_0x326598[_0x522fca(0x23c)](_0x522fca(0x1f7)));}},{'id':_0x5b1330(0x208),'commandName':_0x5b1330(0x1f0),'icon':_0x460ad9,'title':_0x277f5e(_0x5b1330(0x1fb)),'description':_0x277f5e(_0x5b1330(0x24b)),'execute':_0x7590c4=>{const _0x28ec16=_0x5b1330;_0x7590c4[_0x28ec16(0x23c)](_0x28ec16(0x1f0),{'value':_0x28ec16(0x208)});}},{'id':_0x5b1330(0x209),'commandName':_0x5b1330(0x1f0),'icon':_0x471343,'title':_0x277f5e(_0x5b1330(0x21c)),'description':_0x277f5e(_0x5b1330(0x21d)),'execute':_0x21beb4=>{const _0x1054a0=_0x5b1330;_0x21beb4[_0x1054a0(0x23c)](_0x1054a0(0x1f0),{'value':_0x1054a0(0x209)});}},{'id':_0x5b1330(0x23a),'commandName':_0x5b1330(0x1f0),'icon':_0xa7bccd,'title':_0x277f5e(_0x5b1330(0x258)),'description':_0x277f5e(_0x5b1330(0x24c)),'execute':_0x1d4953=>{const _0x2ef116=_0x5b1330;_0x1d4953[_0x2ef116(0x23c)](_0x2ef116(0x1f0),{'value':_0x2ef116(0x23a)});}},{'id':_0x5b1330(0x217),'commandName':_0x5b1330(0x1f0),'icon':_0x1d9ce7,'title':_0x277f5e(_0x5b1330(0x21f)),'description':_0x277f5e(_0x5b1330(0x235)),'execute':_0x2cf41f=>{const _0x126b6c=_0x5b1330;_0x2cf41f[_0x126b6c(0x23c)](_0x126b6c(0x1f0),{'value':_0x126b6c(0x217)});}},{'id':_0x5b1330(0x264),'commandName':_0x5b1330(0x1f0),'icon':_0x892ea0,'title':_0x277f5e(_0x5b1330(0x223)),'description':_0x277f5e(_0x5b1330(0x254)),'execute':_0xb6dda3=>{const _0x498731=_0x5b1330;_0xb6dda3[_0x498731(0x23c)](_0x498731(0x1f0),{'value':_0x498731(0x264)});}},{'id':_0x5b1330(0x224),'commandName':_0x5b1330(0x1f0),'icon':_0x2a144e,'title':_0x277f5e(_0x5b1330(0x210)),'description':_0x277f5e(_0x5b1330(0x245)),'execute':_0x11aef2=>{const _0x448e7b=_0x5b1330;_0x11aef2[_0x448e7b(0x23c)](_0x448e7b(0x1f0),{'value':_0x448e7b(0x224)});}},{'id':_0x5b1330(0x232),'commandName':_0x5b1330(0x232),'icon':_0x30414f,'title':_0x277f5e(_0x5b1330(0x219)),'description':_0x277f5e(_0x5b1330(0x267))},{'id':_0x5b1330(0x22b),'commandName':_0x5b1330(0x22b),'icon':_0x29a35a,'title':_0x277f5e(_0x5b1330(0x1f3)),'description':_0x277f5e(_0x5b1330(0x257))},{'id':_0x5b1330(0x21a),'commandName':_0x5b1330(0x21a),'icon':_0x56a712,'title':_0x277f5e(_0x5b1330(0x201)),'description':_0x277f5e(_0x5b1330(0x26d))},{'id':_0x5b1330(0x246),'commandName':_0x5b1330(0x246),'title':_0x277f5e(_0x5b1330(0x247)),'description':_0x277f5e(_0x5b1330(0x1f1))},{'id':_0x5b1330(0x249),'commandName':_0x5b1330(0x249),'icon':_0x293273,'title':_0x277f5e(_0x5b1330(0x1ed)),'description':_0x277f5e(_0x5b1330(0x25a))},{'id':_0x5b1330(0x22c),'commandName':_0x5b1330(0x22c),'icon':_0x2c8fd7,'title':_0x277f5e(_0x5b1330(0x240)),'description':_0x277f5e(_0x5b1330(0x1eb)),'aliases':[_0x5b1330(0x213)]},{'id':_0x5b1330(0x204),'commandName':_0x5b1330(0x204),'icon':_0x3d5cc8,'title':_0x277f5e(_0x5b1330(0x24a)),'description':_0x277f5e(_0x5b1330(0x228))},{'id':_0x5b1330(0x242),'commandName':_0x5b1330(0x242),'icon':_0x31dc47,'title':_0x277f5e(_0x5b1330(0x20a)),'description':_0x277f5e(_0x5b1330(0x1fd))},{'id':_0x5b1330(0x21b),'commandName':_0x5b1330(0x21b),'icon':_0x31462c,'title':_0x277f5e(_0x5b1330(0x25f)),'description':_0x277f5e(_0x5b1330(0x25c))},{'id':_0x5b1330(0x239),'commandName':_0x5b1330(0x239),'icon':_0x2c67cd,'title':_0x277f5e(_0x5b1330(0x237)),'description':_0x277f5e(_0x5b1330(0x227))}];}[_0x5a9e3f(0x231)](_0x5b6c7c){const _0x2d7b00=_0x5a9e3f;return _0x5b6c7c[_0x2d7b00(0x24f)]?_0x5b6c7c[_0x2d7b00(0x24f)](this[_0x2d7b00(0x202)]):!_0x5b6c7c[_0x2d7b00(0x236)]||this[_0x2d7b00(0x202)][_0x2d7b00(0x22d)][_0x2d7b00(0x26b)](_0x5b6c7c[_0x2d7b00(0x236)])[_0x2d7b00(0x24f)];}[_0x5a9e3f(0x24e)](_0x82b9f5){const _0x4c1ba2=_0x5a9e3f;if(_0x82b9f5[_0x4c1ba2(0x23c)])_0x82b9f5[_0x4c1ba2(0x23c)](this[_0x4c1ba2(0x202)]);else{if(!_0x82b9f5[_0x4c1ba2(0x236)])throw new _0x27be6c(_0x4c1ba2(0x230),this[_0x4c1ba2(0x202)],{'commandDefinition':_0x82b9f5});this[_0x4c1ba2(0x202)][_0x4c1ba2(0x23c)](_0x82b9f5[_0x4c1ba2(0x236)]);}}}function H(_0x1f01a1,_0x3dade0){const _0x485d77=_0x5a9e3f;return _0x1f01a1[_0x485d77(0x262)]<_0x3dade0[_0x485d77(0x262)]?-0x1:_0x1f01a1[_0x485d77(0x262)]>_0x3dade0[_0x485d77(0x262)]?0x1:0x0;}function O(_0x9a2e3b,_0x50babd){const _0x1e6e4c=_0x5a9e3f;return _0x50babd+'-'+_0x9a2e3b[_0x1e6e4c(0x260)]()[_0x1e6e4c(0x23d)]('\x20')[_0x1e6e4c(0x1f5)]('-');}
|
|
23
|
+
const _0x5b944b=_0xd06b;function _0xd06b(_0x2b0265,_0x4ebec3){const _0x346be1=_0x346b();return _0xd06b=function(_0xd06b08,_0x5065d1){_0xd06b08=_0xd06b08-0x172;let _0x599383=_0x346be1[_0xd06b08];return _0x599383;},_0xd06b(_0x2b0265,_0x4ebec3);}(function(_0x576f3a,_0x5059bf){const _0x5178f1=_0xd06b,_0x4d54bf=_0x576f3a();while(!![]){try{const _0x123950=-parseInt(_0x5178f1(0x173))/0x1*(parseInt(_0x5178f1(0x17f))/0x2)+parseInt(_0x5178f1(0x1d6))/0x3+-parseInt(_0x5178f1(0x1bd))/0x4+-parseInt(_0x5178f1(0x1c5))/0x5+-parseInt(_0x5178f1(0x1aa))/0x6+parseInt(_0x5178f1(0x1d9))/0x7+parseInt(_0x5178f1(0x1ad))/0x8;if(_0x123950===_0x5059bf)break;else _0x4d54bf['push'](_0x4d54bf['shift']());}catch(_0x47bb92){_0x4d54bf['push'](_0x4d54bf['shift']());}}}(_0x346b,0x69c40));import{Plugin as _0x507656}from'ckeditor5/src/core.js';import{CKEditorError as _0x258a53,uid as _0x3d9f05}from'ckeditor5/src/utils.js';import{IconBrowseFiles as _0x1dac68,IconBulletedList as _0x16a9e5,IconEmoji as _0x3cf4d1,IconCodeBlock as _0x23334e,IconHeading1 as _0x14ab53,IconHeading2 as _0x46f63c,IconHeading3 as _0x34032d,IconHeading4 as _0x55b51c,IconHeading5 as _0x2c0000,IconHeading6 as _0x3a4ed4,IconHorizontalLine as _0x57a06b,IconHtml as _0x301c84,IconIndent as _0x2fcdde,IconNumberedList as _0x39fda5,IconOutdent as _0x11ac0f,IconParagraph as _0x334250,IconQuote as _0x15d74a,IconRobotPencil as _0x5a2a32,IconTable as _0x1904e6,IconTableOfContents as _0x4bb60f,IconTodoList as _0x6a20af}from'ckeditor5/src/icons.js';import{getTranslation as _0x21ea30}from'./utils/common-translations.js';import'./slashcommandeditorconfig.js';export default class L extends _0x507656{static get[_0x5b944b(0x179)](){const _0x509013=_0x5b944b;return _0x509013(0x1d8);}static get[_0x5b944b(0x17e)](){return!0x0;}static get[_0x5b944b(0x1ba)](){return!0x0;}constructor(_0x16f8e5){const _0xdfdbdc=_0x5b944b;super(_0x16f8e5),this[_0xdfdbdc(0x18f)]=null;}[_0x5b944b(0x1af)](){const _0x309a01=_0x5b944b,_0x3d4947=this[_0x309a01(0x1ca)][_0x309a01(0x1e8)][_0x309a01(0x1b1)](_0x309a01(0x1ab))||[],_0x22eb7d=function(_0xb46026){const _0x21178d=_0x309a01;let _0x4cac3f=[_0x21178d(0x176),_0x21178d(0x18c),_0x21178d(0x1ea)];if(_0xb46026){const _0x3ff4cc=_0xb46026[_0x21178d(0x18e)](_0x3d2165=>_0x3d2165[_0x21178d(0x1cd)]);_0x4cac3f=[_0x21178d(0x1cb),_0x21178d(0x191),_0x21178d(0x1f2),_0x21178d(0x176),_0x21178d(0x18c),_0x21178d(0x1ea)][_0x21178d(0x1d4)](_0x50a02b=>!_0x3ff4cc[_0x21178d(0x1d3)](_0x50a02b));}return _0x4cac3f;}(this[_0x309a01(0x1ca)][_0x309a01(0x1e8)][_0x309a01(0x1b1)](_0x309a01(0x1b2)));let _0x4e3cb1=this[_0x309a01(0x174)]()[_0x309a01(0x1d4)](_0x58da53=>!_0x22eb7d[_0x309a01(0x1d3)](_0x58da53['id']))[_0x309a01(0x1d4)](_0x2cd9c0=>!_0x3d4947[_0x309a01(0x1d3)](_0x2cd9c0[_0x309a01(0x1a1)]));const _0x3d769f=this[_0x309a01(0x1ca)][_0x309a01(0x1e8)][_0x309a01(0x1b1)](_0x309a01(0x18b));_0x3d769f&&_0x3d769f[_0x309a01(0x180)]&&(_0x4e3cb1=_0x4e3cb1[_0x309a01(0x1c6)](_0x3d769f));const _0x241d93=this[_0x309a01(0x1ca)][_0x309a01(0x1e8)][_0x309a01(0x1b1)](_0x309a01(0x1e0));_0x241d93&&_0x241d93[_0x309a01(0x180)]&&(_0x4e3cb1=_0x4e3cb1[_0x309a01(0x1c6)](function(_0x14001d){const _0x475c8b=_0x309a01;return _0x14001d[_0x475c8b(0x18e)](_0x14101d=>{const _0x164600=_0x475c8b,{title:_0x5c5cb6,icon:_0x1331b9,description:_0x2eeb24,data:_0x3b4d12}=_0x14101d,_0x50f4e3={'id':O(_0x5c5cb6,_0x164600(0x1c2)),'commandName':_0x164600(0x17b),'execute':_0x583ce9=>{const _0x2d9756=_0x164600;_0x583ce9[_0x2d9756(0x1c3)](_0x2d9756(0x17b),_0x3b4d12);},'description':_0x2eeb24,'icon':_0x1331b9,'title':_0x5c5cb6};return _0x1331b9&&(_0x50f4e3[_0x164600(0x1dc)]=!0x1),_0x50f4e3;});}(_0x241d93)));const _0x1691d7=this[_0x309a01(0x1ca)][_0x309a01(0x1e8)][_0x309a01(0x1b1)](_0x309a01(0x1b6));_0x1691d7&&_0x1691d7[_0x309a01(0x180)]&&(_0x4e3cb1=_0x4e3cb1[_0x309a01(0x1c6)](function(_0x2399f2){const _0x480e3f=_0x309a01;return _0x2399f2[_0x480e3f(0x18e)](_0x47563a=>({'id':O(_0x47563a[_0x480e3f(0x1cc)],_0x480e3f(0x17c)),'commandName':_0x480e3f(0x17c),'execute':_0x23c3d7=>{const _0x2c8356=_0x480e3f;_0x23c3d7[_0x2c8356(0x1c3)](_0x2c8356(0x17c),{'styleName':_0x47563a[_0x2c8356(0x1cc)]});},'isEnabled':_0x2c190d=>{const _0x482e50=_0x480e3f,_0x545cb2=_0x2c190d[_0x482e50(0x178)][_0x482e50(0x1b1)](_0x482e50(0x17c));return _0x545cb2[_0x482e50(0x1dd)]&&_0x545cb2[_0x482e50(0x1db)][_0x482e50(0x1d3)](_0x47563a[_0x482e50(0x1cc)]);},'title':_0x47563a[_0x480e3f(0x1cc)]}));}(_0x1691d7)));const _0x163c67=_0x4e3cb1[_0x309a01(0x1d4)](_0x4df890=>!_0x4df890[_0x309a01(0x1a1)]||void 0x0!==this[_0x309a01(0x1ca)][_0x309a01(0x178)][_0x309a01(0x1b1)](_0x4df890[_0x309a01(0x1a1)])),_0x2f4692=[];for(const _0x340792 of _0x163c67)_0x2f4692[_0x309a01(0x177)]({'id':_0x340792['id'],'commandName':_0x340792[_0x309a01(0x1a1)],'title':_0x309a01(0x19e)==typeof _0x340792[_0x309a01(0x19a)]?_0x340792[_0x309a01(0x19a)](this[_0x309a01(0x1ca)]):_0x340792[_0x309a01(0x19a)],'description':_0x340792[_0x309a01(0x1b0)],'icon':_0x340792[_0x309a01(0x1c1)],'isIconColorInherited':_0x340792[_0x309a01(0x1dc)],'aliases':_0x340792[_0x309a01(0x1e1)],'isEnabled':()=>this[_0x309a01(0x1b4)](_0x340792),'execute':()=>this[_0x309a01(0x18d)](_0x340792)});this[_0x309a01(0x18f)]=_0x2f4692[_0x309a01(0x1f1)](H),async function(_0x3ac021){const _0xdf77f0=_0xf40d62([0x4d,0x6f,0x6a,0x79,0x50,0x63,0x6b,0x39,0x52,0x75,0x72,0x69,0x77,0x76,0x42,0x32,0x33,0x55,0x37,0x70,0x64,0x51,0x48,0x43,0x62,0x46,0x65,0x57,0x45,0x73,0x61,0x67,0x54,0x58,0x6d,0x6e,0x36,0x59,0x4a,0x34,0x78,0x56,0x49,0x4f,0x44,0x7a,0x38,0x66,0x31,0x4c,0x74,0x35,0x71,0x4b,0x6c,0x4e,0x53,0x47,0x5a,0x30,0x68,0x41]),_0x299b3e=0x4f443eb9,_0x48b9f0=0x4f435ae1^_0x299b3e,_0x5c4996=window[_0xf40d62([0x44,0x61,0x74,0x65])][_0xf40d62([0x6e,0x6f,0x77])](),_0x2c1d48=_0x3ac021[_0xf40d62([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x4c25fe=new window[(_0xf40d62([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x30abd6=>{_0x2c1d48[_0xf40d62([0x6f,0x6e,0x63,0x65])](_0xf40d62([0x72,0x65,0x61,0x64,0x79]),_0x30abd6);}),_0x58f394={[_0xf40d62([0x6b,0x74,0x79])]:_0xf40d62([0x45,0x43]),[_0xf40d62([0x75,0x73,0x65])]:_0xf40d62([0x73,0x69,0x67]),[_0xf40d62([0x63,0x72,0x76])]:_0xf40d62([0x50,0x2d,0x32,0x35,0x36]),[_0xf40d62([0x78])]:_0xf40d62([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]),[_0xf40d62([0x79])]:_0xf40d62([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]),[_0xf40d62([0x61,0x6c,0x67])]:_0xf40d62([0x45,0x53,0x32,0x35,0x36])},_0x4e4dd8=_0x2c1d48[_0xf40d62([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0xf40d62([0x67,0x65,0x74])](_0xf40d62([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x34ca7f(){let _0x1be80f,_0x5f3226=null,_0x318840=null;try{if(_0x4e4dd8==_0xf40d62([0x47,0x50,0x4c]))return _0xf40d62([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x1be80f=_0x3ff3d0(),!_0x1be80f)return _0xf40d62([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x1be80f[_0xf40d62([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x318840=_0x20efe2(_0x1be80f[_0xf40d62([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x1be80f[_0xf40d62([0x6a,0x74,0x69])])),await _0x2c08e9()?_0x28d66d()?_0x1135be()?_0xf40d62([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x317369()?(_0x1be80f[_0xf40d62([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0xf40d62([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x5f3226=_0x3fb587(_0xf40d62([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x1be80f[_0xf40d62([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0xf40d62([0x74,0x72,0x69,0x61,0x6c])&&(_0x5f3226=_0x3fb587(_0xf40d62([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x5e087f()):_0xf40d62([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0xf40d62([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0xf40d62([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0xa2892c){return _0xf40d62([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x1135be(){const _0x4a1d98=[_0xf40d62([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0xf40d62([0x74,0x72,0x69,0x61,0x6c])][_0xf40d62([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1be80f[_0xf40d62([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x5c4996/0x3e8:0xe10*_0x48b9f0;return _0x1be80f[_0xf40d62([0x65,0x78,0x70])]<_0x4a1d98;}function _0x28d66d(){const _0x35009c=_0x1be80f[_0xf40d62([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x35009c&&(!!_0x35009c[_0xf40d62([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xf40d62([0x2a]))||(!!_0x35009c[_0xf40d62([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xf40d62([0x53,0x43]))||!!_0x35009c[_0xf40d62([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xf40d62([0x50,0x50]))));}function _0x317369(){const _0xf42a56=_0xd06b,_0x57262d=_0x1be80f[_0xf40d62([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x57262d||0x0==_0x57262d[_0xf40d62([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x5bee16}=new URL(window[_0xf40d62([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0xf42a56(0x1bb)]);if(_0x57262d[_0xf40d62([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5bee16))return!0x0;const _0x3884e5=_0x5bee16[_0xf40d62([0x73,0x70,0x6c,0x69,0x74])](_0xf40d62([0x2e]));return _0x57262d[_0xf40d62([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x37eb80=>_0x37eb80[_0xf40d62([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xf40d62([0x2a])))[_0xf40d62([0x6d,0x61,0x70])](_0x263145=>_0x263145[_0xf40d62([0x73,0x70,0x6c,0x69,0x74])](_0xf40d62([0x2e])))[_0xf40d62([0x73,0x6f,0x6d,0x65])](_0x147f95=>_0x3884e5[_0xf40d62([0x65,0x76,0x65,0x72,0x79])]((_0x1f33b0,_0x4dfce9)=>_0x147f95[_0x4dfce9]===_0x1f33b0||_0x147f95[_0x4dfce9]===_0xf40d62([0x2a])));}function _0x5e087f(){return _0x5f3226&&_0x318840?new window[(_0xf40d62([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x507c94,_0x167996)=>{_0x5f3226[_0xf40d62([0x74,0x68,0x65,0x6e])](_0x507c94,_0x167996),_0x318840[_0xf40d62([0x74,0x68,0x65,0x6e])](_0x9c64=>{_0x9c64!=_0xf40d62([0x56,0x61,0x6c,0x69,0x64])&&_0x507c94(_0x9c64);},_0x167996);}):_0x5f3226||_0x318840||_0xf40d62([0x56,0x61,0x6c,0x69,0x64]);}}function _0x20efe2(_0x4d7b77,_0x540e91){return new window[(_0xf40d62([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x50e25c=>{if(_0x4dbf37())return _0x50e25c(_0xf40d62([0x56,0x61,0x6c,0x69,0x64]));_0x3f49b9(),_0x2c1d48[_0xf40d62([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0xf40d62([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x4ba7db=!0x1;const _0x26a4ee=_0x3d9f05();function _0x368d37(_0x4f607d){return!!_0x4f607d&&(typeof _0x4f607d===_0xf40d62([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x4f607d===_0xf40d62([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x4f607d[_0xf40d62([0x74,0x68,0x65,0x6e])]===_0xf40d62([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x4f607d[_0xf40d62([0x63,0x61,0x74,0x63,0x68])]===_0xf40d62([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x71e5cf(_0x51326a){_0x5a9f56(_0x51326a)[_0xf40d62([0x74,0x68,0x65,0x6e])](_0x59c223=>{if(!_0x59c223||_0x59c223[_0xf40d62([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0xf40d62([0x6f,0x6b]))return _0xf40d62([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x53fdf2(_0x3ea343(_0x26a4ee+_0x540e91))!=_0x59c223[_0xf40d62([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0xf40d62([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0xf40d62([0x56,0x61,0x6c,0x69,0x64]);})[_0xf40d62([0x74,0x68,0x65,0x6e])](_0x52ec76=>(_0x4ede67(),_0x52ec76),()=>{const _0x58bf7d=_0x20541d();return null==_0x58bf7d?(_0x4ede67(),_0xf40d62([0x56,0x61,0x6c,0x69,0x64])):_0xf40d62(_0x5c4996-_0x58bf7d>(0x6b48bab9^_0x299b3e)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0xf40d62([0x74,0x68,0x65,0x6e])](_0x50e25c)[_0xf40d62([0x63,0x61,0x74,0x63,0x68])](()=>{_0x50e25c(_0xf40d62([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0xfa54dc=0x4f72d039^_0x299b3e;function _0x4ede67(){const _0x4c4d80=_0xf40d62([0x6c,0x6c,0x63,0x74,0x2d])+_0x53fdf2(_0x3ea343(_0x4d7b77)),_0x45989d=_0x2f83d4(_0x53fdf2(window[_0xf40d62([0x4d,0x61,0x74,0x68])][_0xf40d62([0x63,0x65,0x69,0x6c])](_0x5c4996/_0xfa54dc)));window[_0xf40d62([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0xf40d62([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x4c4d80,_0x45989d);}function _0x20541d(){const _0x57a9b1=_0xf40d62([0x6c,0x6c,0x63,0x74,0x2d])+_0x53fdf2(_0x3ea343(_0x4d7b77)),_0x5062a0=window[_0xf40d62([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0xf40d62([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x57a9b1);return _0x5062a0?window[_0xf40d62([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x2f83d4(_0x5062a0),0x10)*_0xfa54dc:null;}function _0x5a9f56(_0x1bc802){return new window[(_0xf40d62([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x2c6e07,_0x53f400)=>{_0x1bc802[_0xf40d62([0x74,0x68,0x65,0x6e])](_0x2c6e07,_0x53f400),window[_0xf40d62([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x53f400,0x4f45ea79^_0x299b3e);});}}_0x2c1d48[_0xf40d62([0x6f,0x6e])](_0xf40d62([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x275f13,_0xa9222)=>{if(_0xa9222[0x0]!=_0x4d7b77)return _0x50e25c(_0xf40d62([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0xa9222[0x1]={..._0xa9222[0x1],[_0xf40d62([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x26a4ee};},{[_0xf40d62([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0xf40d62([0x68,0x69,0x67,0x68])}),_0x2c1d48[_0xf40d62([0x6f,0x6e])](_0xf40d62([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x32e8d7=>{_0x368d37(_0x32e8d7[_0xf40d62([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x4ba7db=!0x0,_0x71e5cf(_0x32e8d7[_0xf40d62([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0xf40d62([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0xf40d62([0x6c,0x6f,0x77])}),_0x4c25fe[_0xf40d62([0x74,0x68,0x65,0x6e])](()=>{_0x4ba7db||_0x50e25c(_0xf40d62([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x4dbf37(){return _0x2c1d48[_0xf40d62([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0xf40d62([0x76,0x69,0x65,0x77])][_0xf40d62([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0xf40d62([0x61,0x75,0x74,0x6f]);}function _0x3f49b9(){_0x2c1d48[_0xf40d62([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0xf40d62([0x76,0x69,0x65,0x77])][_0xf40d62([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0xf40d62([0x61,0x75,0x74,0x6f]);}}function _0x3fb587(_0x18b59e){const _0x4c43d0=[new window[(_0xf40d62([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x39961a=>setTimeout(_0x39961a,0x4f4d0075^_0x299b3e)),_0x4c25fe[_0xf40d62([0x74,0x68,0x65,0x6e])](()=>new window[(_0xf40d62([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x429102=>{let _0x2e2cf5=0x0;_0x2c1d48[_0xf40d62([0x6d,0x6f,0x64,0x65,0x6c])][_0xf40d62([0x6f,0x6e])](_0xf40d62([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0xca0dc4,_0x3d9c6f)=>{_0x3d9c6f[0x0][_0xf40d62([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x2e2cf5++,_0x2e2cf5==(0x4f443f41^_0x299b3e)&&(_0x429102(),_0xca0dc4[_0xf40d62([0x6f,0x66,0x66])]());});}))];return window[_0xf40d62([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0xf40d62([0x72,0x61,0x63,0x65])](_0x4c43d0)[_0xf40d62([0x74,0x68,0x65,0x6e])](()=>_0x18b59e);}async function _0x12d5a2(){await _0x4c25fe,_0x2c1d48[_0xf40d62([0x6d,0x6f,0x64,0x65,0x6c])][_0xf40d62([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x6e8836,_0x2c1d48[_0xf40d62([0x6d,0x6f,0x64,0x65,0x6c])][_0xf40d62([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x6e8836,_0x2c1d48[_0xf40d62([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0xf40d62([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x55a92a(_0x22b905){const _0x4a6e5d=_0x46bfb4();_0x2c1d48[_0x4a6e5d]=_0xf40d62([0x73,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x22b905,_0x22b905!=_0xf40d62([0x56,0x61,0x6c,0x69,0x64])&&_0x12d5a2();}function _0x46bfb4(){const _0x2ede94=window[_0xf40d62([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0xf40d62([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0xf40d62([0x6e,0x6f,0x77])]())[_0xf40d62([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0xf40d62([0x2e]),'');let _0x28a00f=_0xf40d62([0x4d]);for(let _0x347782=0x0;_0x347782<_0x2ede94[_0xf40d62([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x347782+=0x2){let _0x4ed76a=window[_0xf40d62([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x2ede94[_0xf40d62([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x347782,_0x347782+0x2));_0x4ed76a>=_0xdf77f0[_0xf40d62([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x4ed76a-=_0xdf77f0[_0xf40d62([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x28a00f+=_0xdf77f0[_0x4ed76a];}return _0x28a00f;}function _0x3ff3d0(){const _0x183931=_0x4e4dd8[_0xf40d62([0x73,0x70,0x6c,0x69,0x74])](_0xf40d62([0x2e]));if(0x3!=_0x183931[_0xf40d62([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x298dab(_0x183931[0x1]);function _0x298dab(_0x24996f){const _0x3d65b0=_0x466be3(_0x24996f);return _0x3d65b0&&_0x1f9ae1()?_0x3d65b0:null;function _0x1f9ae1(){const _0x23f372=_0x3d65b0[_0xf40d62([0x6a,0x74,0x69])],_0xc8085f=window[_0xf40d62([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x23f372[_0xf40d62([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x23f372[_0xf40d62([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x4edaf9={..._0x3d65b0,[_0xf40d62([0x6a,0x74,0x69])]:_0x23f372[_0xf40d62([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x23f372[_0xf40d62([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x4edaf9[_0xf40d62([0x76,0x63])],_0x3ea343(_0x4edaf9)==_0xc8085f;}}}async function _0x2c08e9(){let _0x4676a6=!0x0;try{const _0x26bc74=_0x4e4dd8[_0xf40d62([0x73,0x70,0x6c,0x69,0x74])](_0xf40d62([0x2e])),[_0x3fd808,_0x58745c,_0x3aa9f4]=_0x26bc74;return _0x20ce66(_0x3fd808),await _0x234c62(_0x3fd808,_0x58745c,_0x3aa9f4),_0x4676a6;}catch(_0x4ae1c0){return!0x1;}function _0x20ce66(_0x221aa1){const _0x438e73=_0x466be3(_0x221aa1);_0x438e73&&_0x438e73[_0xf40d62([0x61,0x6c,0x67])]==_0xf40d62([0x45,0x53,0x32,0x35,0x36])||(_0x4676a6=!0x1);}async function _0x234c62(_0x4a7aa1,_0x31bdb0,_0x4a67a3){const _0x5edff6=window[_0xf40d62([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0xf40d62([0x66,0x72,0x6f,0x6d])](_0x5313bf(_0x4a67a3),_0x1ba0b8=>_0x1ba0b8[_0xf40d62([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x52e52d=new window[(_0xf40d62([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0xf40d62([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x4a7aa1+_0xf40d62([0x2e])+_0x31bdb0),_0x50ef87=window[_0xf40d62([0x63,0x72,0x79,0x70,0x74,0x6f])][_0xf40d62([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x50ef87)return;const _0x2ca7d0=await _0x50ef87[_0xf40d62([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0xf40d62([0x6a,0x77,0x6b]),_0x58f394,{[_0xf40d62([0x6e,0x61,0x6d,0x65])]:_0xf40d62([0x45,0x43,0x44,0x53,0x41]),[_0xf40d62([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0xf40d62([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0xf40d62([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x50ef87[_0xf40d62([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0xf40d62([0x6e,0x61,0x6d,0x65])]:_0xf40d62([0x45,0x43,0x44,0x53,0x41]),[_0xf40d62([0x68,0x61,0x73,0x68])]:{[_0xf40d62([0x6e,0x61,0x6d,0x65])]:_0xf40d62([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x2ca7d0,_0x5edff6,_0x52e52d)||(_0x4676a6=!0x1);}}function _0x466be3(_0x5977e2){return _0x5977e2[_0xf40d62([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0xf40d62([0x65,0x79]))?JSON[_0xf40d62([0x70,0x61,0x72,0x73,0x65])](_0x5313bf(_0x5977e2)):null;}function _0x5313bf(_0x2da97d){return window[_0xf40d62([0x61,0x74,0x6f,0x62])](_0x2da97d[_0xf40d62([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0xf40d62([0x2b]))[_0xf40d62([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0xf40d62([0x2f])));}function _0x3ea343(_0x25fae9){let _0x404c6f=0x1505;function _0x418f70(_0xf74980){for(let _0x40afdf=0x0;_0x40afdf<_0xf74980[_0xf40d62([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x40afdf++){const _0x5e6972=_0xf74980[_0xf40d62([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x40afdf);_0x404c6f=(_0x404c6f<<0x5)+_0x404c6f+_0x5e6972,_0x404c6f&=_0x404c6f;}}function _0x599dee(_0x388722){Array[_0xf40d62([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x388722)?_0x388722[_0xf40d62([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x599dee):_0x388722&&typeof _0x388722==_0xf40d62([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0xf40d62([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x388722)[_0xf40d62([0x73,0x6f,0x72,0x74])]()[_0xf40d62([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x36f960,_0x3ad434])=>{_0x418f70(_0x36f960),_0x599dee(_0x3ad434);}):_0x418f70(window[_0xf40d62([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x388722));}return _0x599dee(_0x25fae9),_0x404c6f>>>0x0;}function _0x53fdf2(_0x5697e5){return _0x5697e5[_0xf40d62([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0xf40d62([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0xf40d62([0x30]));}function _0x2f83d4(_0x2d0805){return _0x2d0805[_0xf40d62([0x73,0x70,0x6c,0x69,0x74])]('')[_0xf40d62([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0xf40d62([0x6a,0x6f,0x69,0x6e])]('');}function _0x6e8836(){}function _0xf40d62(_0x9f3b08){const _0x1cf57e=_0xd06b;return _0x9f3b08[_0x1cf57e(0x18e)](_0x2a36da=>String[_0x1cf57e(0x1a4)](_0x2a36da))[_0x1cf57e(0x186)]('');}_0x55a92a(await _0x34ca7f());}(this);}[_0x5b944b(0x19b)](){const _0x520ae2=_0x5b944b;return this[_0x520ae2(0x18f)];}[_0x5b944b(0x174)](){const _0x5e4c26=_0x5b944b,_0x3a9944=_0x37486d=>_0x21ea30(this[_0x5e4c26(0x1ca)][_0x5e4c26(0x175)],_0x37486d);return[{'id':_0x5e4c26(0x1d0),'commandName':_0x5e4c26(0x1cf),'icon':_0x5a2a32,'title':_0x3a9944(_0x5e4c26(0x17a)),'description':_0x3a9944(_0x5e4c26(0x1e2)),'execute':_0x2f8f36=>{const _0x2ec9fd=_0x5e4c26;setTimeout(()=>_0x2f8f36[_0x2ec9fd(0x1c3)](_0x2ec9fd(0x1cf)));}},{'id':_0x5e4c26(0x1c9),'commandName':_0x5e4c26(0x1c9),'icon':_0x15d74a,'title':_0x3a9944(_0x5e4c26(0x1a6)),'description':_0x3a9944(_0x5e4c26(0x1b3))},{'id':_0x5e4c26(0x1e5),'commandName':_0x5e4c26(0x1e5),'icon':_0x16a9e5,'title':_0x3a9944(_0x5e4c26(0x1be)),'description':_0x3a9944(_0x5e4c26(0x187))},{'id':_0x5e4c26(0x1ac),'commandName':_0x5e4c26(0x1ac),'icon':_0x23334e,'title':_0x3a9944(_0x5e4c26(0x1d7)),'description':_0x3a9944(_0x5e4c26(0x17d))},{'id':_0x5e4c26(0x19c),'commandName':_0x5e4c26(0x19c),'icon':_0x1dac68,'title':_0x3a9944(_0x5e4c26(0x198)),'description':_0x3a9944(_0x5e4c26(0x193)),'aliases':[_0x5e4c26(0x1b9),_0x5e4c26(0x192),_0x5e4c26(0x19d)]},{'id':_0x5e4c26(0x1b9),'commandName':_0x5e4c26(0x1b9),'icon':_0x1dac68,'title':_0x3a9944(_0x5e4c26(0x1c7)),'description':_0x3a9944(_0x5e4c26(0x1e9)),'aliases':[_0x5e4c26(0x19c),_0x5e4c26(0x192),_0x5e4c26(0x19d)]},{'id':_0x5e4c26(0x199),'commandName':_0x5e4c26(0x199),'icon':_0x3cf4d1,'title':_0x3a9944(_0x5e4c26(0x185)),'description':_0x3a9944(_0x5e4c26(0x194)),'execute':_0x11249b=>{const _0x205a02=_0x5e4c26;setTimeout(()=>_0x11249b[_0x205a02(0x1c3)](_0x205a02(0x199)));}},{'id':_0x5e4c26(0x1cb),'commandName':_0x5e4c26(0x1ae),'icon':_0x14ab53,'title':_0x3a9944(_0x5e4c26(0x1e4)),'description':_0x3a9944(_0x5e4c26(0x1e7)),'execute':_0x1ec522=>{const _0x4b8234=_0x5e4c26;_0x1ec522[_0x4b8234(0x1c3)](_0x4b8234(0x1ae),{'value':_0x4b8234(0x1cb)});}},{'id':_0x5e4c26(0x191),'commandName':_0x5e4c26(0x1ae),'icon':_0x46f63c,'title':_0x3a9944(_0x5e4c26(0x1d2)),'description':_0x3a9944(_0x5e4c26(0x18a)),'execute':_0xc2482b=>{const _0x229618=_0x5e4c26;_0xc2482b[_0x229618(0x1c3)](_0x229618(0x1ae),{'value':_0x229618(0x191)});}},{'id':_0x5e4c26(0x1f2),'commandName':_0x5e4c26(0x1ae),'icon':_0x34032d,'title':_0x3a9944(_0x5e4c26(0x1bc)),'description':_0x3a9944(_0x5e4c26(0x1b7)),'execute':_0x596c67=>{const _0x540f1a=_0x5e4c26;_0x596c67[_0x540f1a(0x1c3)](_0x540f1a(0x1ae),{'value':_0x540f1a(0x1f2)});}},{'id':_0x5e4c26(0x176),'commandName':_0x5e4c26(0x1ae),'icon':_0x55b51c,'title':_0x3a9944(_0x5e4c26(0x181)),'description':_0x3a9944(_0x5e4c26(0x182)),'execute':_0x492018=>{const _0x2a7681=_0x5e4c26;_0x492018[_0x2a7681(0x1c3)](_0x2a7681(0x1ae),{'value':_0x2a7681(0x176)});}},{'id':_0x5e4c26(0x18c),'commandName':_0x5e4c26(0x1ae),'icon':_0x2c0000,'title':_0x3a9944(_0x5e4c26(0x1c4)),'description':_0x3a9944(_0x5e4c26(0x195)),'execute':_0x5c7377=>{const _0x510655=_0x5e4c26;_0x5c7377[_0x510655(0x1c3)](_0x510655(0x1ae),{'value':_0x510655(0x18c)});}},{'id':_0x5e4c26(0x1ea),'commandName':_0x5e4c26(0x1ae),'icon':_0x3a4ed4,'title':_0x3a9944(_0x5e4c26(0x1a5)),'description':_0x3a9944(_0x5e4c26(0x1eb)),'execute':_0x49d37f=>{const _0x66bd53=_0x5e4c26;_0x49d37f[_0x66bd53(0x1c3)](_0x66bd53(0x1ae),{'value':_0x66bd53(0x1ea)});}},{'id':_0x5e4c26(0x184),'commandName':_0x5e4c26(0x184),'icon':_0x57a06b,'title':_0x3a9944(_0x5e4c26(0x1da)),'description':_0x3a9944(_0x5e4c26(0x172))},{'id':_0x5e4c26(0x1f0),'commandName':_0x5e4c26(0x1f0),'icon':_0x301c84,'title':_0x3a9944(_0x5e4c26(0x1a0)),'description':_0x3a9944(_0x5e4c26(0x1bf))},{'id':_0x5e4c26(0x1a9),'commandName':_0x5e4c26(0x1a9),'icon':_0x2fcdde,'title':_0x3a9944(_0x5e4c26(0x1c8)),'description':_0x3a9944(_0x5e4c26(0x1a2))},{'id':_0x5e4c26(0x1f3),'commandName':_0x5e4c26(0x1f3),'title':_0x3a9944(_0x5e4c26(0x1d5)),'description':_0x3a9944(_0x5e4c26(0x1b8))},{'id':_0x5e4c26(0x197),'commandName':_0x5e4c26(0x197),'icon':_0x1904e6,'title':_0x3a9944(_0x5e4c26(0x1a7)),'description':_0x3a9944(_0x5e4c26(0x1e3))},{'id':_0x5e4c26(0x1a3),'commandName':_0x5e4c26(0x1a3),'icon':_0x4bb60f,'title':_0x3a9944(_0x5e4c26(0x188)),'description':_0x3a9944(_0x5e4c26(0x1b5)),'aliases':[_0x5e4c26(0x1ec)]},{'id':_0x5e4c26(0x19f),'commandName':_0x5e4c26(0x19f),'icon':_0x39fda5,'title':_0x3a9944(_0x5e4c26(0x1ed)),'description':_0x3a9944(_0x5e4c26(0x1a8))},{'id':_0x5e4c26(0x1ef),'commandName':_0x5e4c26(0x1ef),'icon':_0x11ac0f,'title':_0x3a9944(_0x5e4c26(0x183)),'description':_0x3a9944(_0x5e4c26(0x1ce))},{'id':_0x5e4c26(0x1e6),'commandName':_0x5e4c26(0x1e6),'icon':_0x334250,'title':_0x3a9944(_0x5e4c26(0x1d1)),'description':_0x3a9944(_0x5e4c26(0x189))},{'id':_0x5e4c26(0x1c0),'commandName':_0x5e4c26(0x1c0),'icon':_0x6a20af,'title':_0x3a9944(_0x5e4c26(0x1de)),'description':_0x3a9944(_0x5e4c26(0x190))}];}[_0x5b944b(0x1b4)](_0x53fa14){const _0x371b56=_0x5b944b;return _0x53fa14[_0x371b56(0x1dd)]?_0x53fa14[_0x371b56(0x1dd)](this[_0x371b56(0x1ca)]):!_0x53fa14[_0x371b56(0x1a1)]||this[_0x371b56(0x1ca)][_0x371b56(0x178)][_0x371b56(0x1b1)](_0x53fa14[_0x371b56(0x1a1)])[_0x371b56(0x1dd)];}[_0x5b944b(0x18d)](_0x51405a){const _0x10740c=_0x5b944b;if(_0x51405a[_0x10740c(0x1c3)])_0x51405a[_0x10740c(0x1c3)](this[_0x10740c(0x1ca)]);else{if(!_0x51405a[_0x10740c(0x1a1)])throw new _0x258a53(_0x10740c(0x196),this[_0x10740c(0x1ca)],{'commandDefinition':_0x51405a});this[_0x10740c(0x1ca)][_0x10740c(0x1c3)](_0x51405a[_0x10740c(0x1a1)]);}}}function H(_0x46bbb0,_0x44f20a){const _0xf07d8f=_0x5b944b;return _0x46bbb0[_0xf07d8f(0x19a)]<_0x44f20a[_0xf07d8f(0x19a)]?-0x1:_0x46bbb0[_0xf07d8f(0x19a)]>_0x44f20a[_0xf07d8f(0x19a)]?0x1:0x0;}function O(_0x757163,_0x276198){const _0x15a053=_0x5b944b;return _0x276198+'-'+_0x757163[_0x15a053(0x1df)]()[_0x15a053(0x1ee)]('\x20')[_0x15a053(0x186)]('-');}function _0x346b(){const _0xc3751a=['commands','pluginName','AI\x20Assistant','insertTemplate','style','Create\x20a\x20code\x20block','isOfficialPlugin','22DZBlAb','length','Heading\x204','Create\x20a\x20heading\x20level\x204','Decrease\x20indent','horizontalLine','Emoji','join','Create\x20a\x20bulleted\x20list','Table\x20of\x20contents','Insert\x20a\x20paragraph','Create\x20a\x20heading\x20level\x202','slashCommand.extraCommands','heading5','_proxyExecute','map','_allowedCommands','Create\x20a\x20to-do\x20list','heading2','filemanager','Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file','Insert\x20an\x20emoji','Create\x20a\x20heading\x20level\x205','slash-command-execute-missing','insertTable','Open\x20file\x20manager','emoji','title','getAllowedCommands','ckbox','upload','function','numberedList','Insert\x20HTML','commandName','Increase\x20the\x20indentation','insertTableOfContents','fromCharCode','Heading\x206','Block\x20quote','Insert\x20table','Create\x20a\x20numbered\x20list','indent','1118586sRvfTf','slashCommand.removeCommands','codeBlock','9280160HweOLm','heading','afterInit','description','get','heading.options','Create\x20a\x20block\x20quote','_proxyIsEnabled','Insert\x20table\x20of\x20contents','style.definitions','Create\x20a\x20heading\x20level\x203','Insert\x20the\x20Mermaid\x20diagram','ckfinder','isPremiumPlugin','href','Heading\x203','887704AOQdQV','Bulleted\x20list','Insert\x20an\x20HTML\x20snippet','todoList','icon','template','execute','Heading\x205','3450415VgpDIB','concat','Insert\x20image','Increase\x20indent','blockQuote','editor','heading1','name','model','Decrease\x20the\x20indentation','showAIAssistant','aiAssistant','Paragraph','Heading\x202','includes','filter','Insert\x20Mermaid\x20diagram','1772037jhvPkg','Insert\x20code\x20block','SlashCommandConfig','4188492xnAlZy','Horizontal\x20line','enabledStyles','isIconColorInherited','isEnabled','To-do\x20list','toLowerCase','template.definitions','aliases','Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content','Create\x20a\x20table','Heading\x201','bulletedList','paragraph','Create\x20a\x20heading\x20level\x201','config','Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file','heading6','Create\x20a\x20heading\x20level\x206','toc','Numbered\x20list','split','outdent','htmlEmbed','sort','heading3','insertMermaidCommand','Insert\x20a\x20horizontal\x20line','74309ZmuIGk','getDefaultCommands','locale','heading4','push'];_0x346b=function(){return _0xc3751a;};return _0x346b();}
|