@ckeditor/ckeditor5-slash-command 45.2.0-alpha.6 → 45.2.0-alpha.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/slash-command.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +10 -10
- package/src/slashcommandconfig.js +1 -1
package/build/slash-command.js
CHANGED
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
/*!
|
|
3
3
|
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
|
|
4
4
|
* For licensing, see LICENSE.md.
|
|
5
|
-
*/(()=>{var e={168:e=>{"use strict";e.exports=function(e){return e[1]}},237:e=>{"use strict";e.exports=CKEditor5.dll},262:e=>{"use strict";var t={};e.exports=function(e,n){var a=function(e){if(void 0===t[e]){var n=document.querySelector(e);if(window.HTMLIFrameElement&&n instanceof window.HTMLIFrameElement)try{n=n.contentDocument.head}catch(e){n=null}t[e]=n}return t[e]}(e);if(!a)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");a.appendChild(n)}},311:(e,t,n)=>{e.exports=n(237)("./src/ui.js")},355:(e,t,n)=>{e.exports=n(237)("./src/icons.js")},357:e=>{"use strict";e.exports=function(e){var t=document.createElement("style");return e.setAttributes(t,e.attributes),e.insert(t,e.options),t}},433:e=>{"use strict";e.exports=function(e){var t=[];return t.toString=function(){return this.map((function(t){var n="",a=void 0!==t[5];return t[4]&&(n+="@supports (".concat(t[4],") {")),t[2]&&(n+="@media ".concat(t[2]," {")),a&&(n+="@layer".concat(t[5].length>0?" ".concat(t[5]):""," {")),n+=e(t),a&&(n+="}"),t[2]&&(n+="}"),t[4]&&(n+="}"),n})).join("")},t.i=function(e,n,a,r,i){"string"==typeof e&&(e=[[null,e,void 0]]);var s={};if(a)for(var o=0;o<this.length;o++){var c=this[o][0];null!=c&&(s[c]=!0)}for(var l=0;l<e.length;l++){var d=[].concat(e[l]);a&&s[d[0]]||(void 0!==i&&(void 0===d[5]||(d[1]="@layer".concat(d[5].length>0?" ".concat(d[5]):""," {").concat(d[1],"}")),d[5]=i),n&&(d[2]?(d[1]="@media ".concat(d[2]," {").concat(d[1],"}"),d[2]=n):d[2]=n),r&&(d[4]?(d[1]="@supports (".concat(d[4],") {").concat(d[1],"}"),d[4]=r):d[4]="".concat(r)),t.push(d))}},t}},545:e=>{"use strict";var t,n=(t=[],function(e,n){return t[e]=n,t.filter(Boolean).join("\n")});function a(e,t,a,r){var i;if(a)i="";else{i="",r.supports&&(i+="@supports (".concat(r.supports,") {")),r.media&&(i+="@media ".concat(r.media," {"));var s=void 0!==r.layer;s&&(i+="@layer".concat(r.layer.length>0?" ".concat(r.layer):""," {")),i+=r.css,s&&(i+="}"),r.media&&(i+="}"),r.supports&&(i+="}")}if(e.styleSheet)e.styleSheet.cssText=n(t,i);else{var o=document.createTextNode(i),c=e.childNodes;c[t]&&e.removeChild(c[t]),c.length?e.insertBefore(o,c[t]):e.appendChild(o)}}var r={singleton:null,singletonCounter:0};e.exports=function(e){if("undefined"==typeof document)return{update:function(){},remove:function(){}};var t=r.singletonCounter++,n=r.singleton||(r.singleton=e.insertStyleElement(e));return{update:function(e){a(n,t,!1,e)},remove:function(e){a(n,t,!0,e)}}}},584:(e,t,n)=>{e.exports=n(237)("./src/utils.js")},655:(e,t,n)=>{"use strict";n.d(t,{A:()=>o});var a=n(168),r=n.n(a),i=n(433),s=n.n(i)()(r());s.push([e.id,":root{--ck-slash-command-button-width:250px;--ck-slash-command-description-width:200px}.ck-mentions .ck.ck-button.ck-slash-command-button{display:flex;justify-content:flex-start;padding:calc(var(--ck-line-height-base)*.2*var(--ck-font-size-base));width:var(--ck-slash-command-button-width)}.ck-mentions .ck.ck-button.ck-slash-command-button .ck.ck-icon{background-color:var(--ck-color-base-background);border-radius:2px;box-sizing:initial;color:var(--ck-color-base-text);flex-shrink:0;margin-left:0;padding:5px}[dir=ltr] .ck-mentions .ck.ck-button.ck-slash-command-button .ck.ck-icon{margin:0 var(--ck-spacing-small) 0 0}[dir=rtl] .ck-mentions .ck.ck-button.ck-slash-command-button .ck.ck-icon{margin:0 0 0 var(--ck-spacing-small)}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part{display:flex;flex-direction:column}[dir=ltr] .ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part{margin-left:var(--ck-spacing-small)}[dir=rtl] .ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part{margin-right:var(--ck-spacing-small)}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>span{line-height:1.2em}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-button__label,.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-slash-command-button__description{overflow:hidden;text-overflow:ellipsis;width:var(--ck-slash-command-description-width)}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-button__label{font-weight:700}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-slash-command-button__description{font-size:var(--ck-font-size-small);opacity:.75}.ck-mentions .ck.ck-button.ck-slash-command-button.ck-on>.ck-slash-command-button__text-part>span{color:var(--ck-color-list-button-on-text)}",""]);const o=s},667:e=>{"use strict";e.exports=function(e,t){Object.keys(t).forEach((function(n){e.setAttribute(n,t[n])}))}},673:e=>{"use strict";var t=[];function n(e){for(var n=-1,a=0;a<t.length;a++)if(t[a].identifier===e){n=a;break}return n}function a(e,a){for(var i={},s=[],o=0;o<e.length;o++){var c=e[o],l=a.base?c[0]+a.base:c[0],d=i[l]||0,u="".concat(l," ").concat(d);i[l]=d+1;var m=n(u),p={css:c[1],media:c[2],sourceMap:c[3],supports:c[4],layer:c[5]};if(-1!==m)t[m].references++,t[m].updater(p);else{var h=r(p,a);a.byIndex=o,t.splice(o,0,{identifier:u,updater:h,references:1})}s.push(u)}return s}function r(e,t){var n=t.domAPI(t);n.update(e);return function(t){if(t){if(t.css===e.css&&t.media===e.media&&t.sourceMap===e.sourceMap&&t.supports===e.supports&&t.layer===e.layer)return;n.update(e=t)}else n.remove()}}e.exports=function(e,r){var i=a(e=e||[],r=r||{});return function(e){e=e||[];for(var s=0;s<i.length;s++){var o=n(i[s]);t[o].references--}for(var c=a(e,r),l=0;l<i.length;l++){var d=n(i[l]);0===t[d].references&&(t[d].updater(),t.splice(d,1))}i=c}}},782:(e,t,n)=>{e.exports=n(237)("./src/core.js")}},t={};function n(a){var r=t[a];if(void 0!==r)return r.exports;var i=t[a]={id:a,exports:{}};return e[a](i,i.exports,n),i.exports}n.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return n.d(t,{a:t}),t},n.d=(e,t)=>{for(var a in t)n.o(t,a)&&!n.o(e,a)&&Object.defineProperty(e,a,{enumerable:!0,get:t[a]})},n.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),n.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var a={};(()=>{"use strict";n.r(a),n.d(a,{SlashCommand:()=>K,SlashCommandConfig:()=>o,SlashCommandEditing:()=>p,SlashCommandUI:()=>E});var e=n(782),t=n(584),r=n(355);function i(e,t){const n=l();return(i=function(e,t){return n[e-=138]})(e,t)}const s=i;!function(e){const t=i,n=e();for(;;)try{if(974019===-parseInt(t(268))/1*(-parseInt(t(237))/2)+-parseInt(t(248))/3+-parseInt(t(164))/4*(parseInt(t(161))/5)+parseInt(t(175))/6*(parseInt(t(242))/7)+parseInt(t(212))/8+parseInt(t(246))/9*(-parseInt(t(162))/10)+parseInt(t(234))/11*(parseInt(t(194))/12))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(l);class o extends e.Plugin{static get[s(269)](){return s(226)}static get[s(232)](){return!0}static get[s(247)](){return!0}constructor(e){const t=s;super(e),this[t(241)]=null}[s(211)](){const e=s,n=this[e(249)][e(221)][e(156)](e(227))||[],a=function(t){const n=e;let a=[n(144),n(158),n(214)];if(t){const e=t[n(233)]((e=>e[n(217)]));a=[n(142),n(206),n(196),n(144),n(158),n(214)][n(220)]((t=>!e[n(267)](t)))}return a}(this[e(249)][e(221)][e(156)](e(239)));let r=this[e(208)]()[e(220)]((t=>!a[e(267)](t.id)))[e(220)]((t=>!n[e(267)](t[e(173)])));const o=this[e(249)][e(221)][e(156)](e(180));o&&o[e(257)]&&(r=r[e(184)](o));const l=this[e(249)][e(221)][e(156)](e(238));l&&l[e(257)]&&(r=r[e(184)](function(t){const n=e;return t[n(233)]((e=>{const t=n,{title:a,icon:r,description:i,data:s}=e,o={id:d(a,t(235)),commandName:t(178),execute:e=>{const n=t;e[n(186)](n(178),s)},description:i,icon:r,title:a};return r&&(o[t(145)]=!1),o}))}(l)));const u=this[e(249)][e(221)][e(156)](e(222));u&&u[e(257)]&&(r=r[e(184)](function(t){const n=e;return t[n(233)]((e=>({id:d(e[n(182)],n(255)),commandName:n(255),execute:t=>{const a=n;t[a(186)](a(255),{styleName:e[a(182)]})},isEnabled:t=>{const a=n,r=t[a(203)][a(156)](a(255));return r[a(141)]&&r[a(139)][a(267)](e[a(182)])},title:e[n(182)]})))}(u)));const m=r[e(220)]((t=>!t[e(173)]||void 0!==this[e(249)][e(203)][e(156)](t[e(173)]))),p=[];for(const t of m)p[e(163)]({id:t.id,commandName:t[e(173)],title:e(252)==typeof t[e(193)]?t[e(193)](this[e(249)]):t[e(193)],description:t[e(201)],icon:t[e(191)],isIconColorInherited:t[e(145)],aliases:t[e(218)],isEnabled:()=>this[e(230)](t),execute:()=>this[e(266)](t)});this[e(241)]=p[e(185)](c),async function(e){const n=g([77,115,113,114,85,66,80,53,78,88,71,55,48,65,112,74,97,101,105,86,109,54,73,75,118,84,98,100,82,57,121,111,70,67,83,81,56,103,120,102,76,122,107,116,52,106,110,72,50,99,104,68,108,51,119,49,87,117,89,79,90,69]),a=window[g([68,97,116,101])][g([110,111,119])](),r=e[g([101,100,105,116,111,114])],s=new(window[g([80,114,111,109,105,115,101])])((e=>{r[g([111,110,99,101])](g([114,101,97,100,121]),e)})),o={[g([107,116,121])]:g([69,67]),[g([117,115,101])]:g([115,105,103]),[g([99,114,118])]:g([80,45,50,53,54]),[g([120])]:g([105,67,106,79,67,118,68,70,73,54,108,81,72,72,84,49,56,106,86,119,82,102,107,102,72,81,50,97,95,77,121,109,84,51,53,76,81,86,111,70,83,65,73]),[g([121])]:g([107,88,73,121,74,52,101,118,116,67,69,70,82,109,120,75,83,85,112,75,57,102,68,87,52,53,57,118,88,79,118,86,114,104,102,54,117,81,65,101,79,105,111]),[g([97,108,103])]:g([69,83,50,53,54])},c=r[g([99,111,110,102,105,103])][g([103,101,116])](g([108,105,99,101,110,115,101,75,101,121]));function l(e){const t=[new(window[g([80,114,111,109,105,115,101])])((e=>setTimeout(e,605900))),s[g([116,104,101,110])]((()=>new(window[g([80,114,111,109,105,115,101])])((e=>{let t=0;r[g([109,111,100,101,108])][g([111,110])](g([97,112,112,108,121,79,112,101,114,97,116,105,111,110]),((n,a)=>{a[0][g([105,115,68,111,99,117,109,101,110,116,79,112,101,114,97,116,105,111,110])]&&t++,504==t&&(e(),n[g([111,102,102])]())}))}))))];return window[g([80,114,111,109,105,115,101])][g([114,97,99,101])](t)[g([116,104,101,110])]((()=>e))}function d(e){return e[g([115,116,97,114,116,115,87,105,116,104])](g([101,121]))?JSON[g([112,97,114,115,101])](u(e)):null}function u(e){return window[g([97,116,111,98])](e[g([114,101,112,108,97,99,101])](/-/g,g([43]))[g([114,101,112,108,97,99,101])](/_/g,g([47])))}function m(e){let t=5381;function n(e){for(let n=0;n<e[g([108,101,110,103,116,104])];n++){const a=e[g([99,104,97,114,67,111,100,101,65,116])](n);t=(t<<5)+t+a,t&=t}}return function e(t){Array[g([105,115,65,114,114,97,121])](t)?t[g([102,111,114,69,97,99,104])](e):t&&typeof t==g([111,98,106,101,99,116])?Object[g([101,110,116,114,105,101,115])](t)[g([115,111,114,116])]()[g([102,111,114,69,97,99,104])]((([t,a])=>{n(t),e(a)})):n(window[g([83,116,114,105,110,103])](t))}(e),t>>>0}function p(e){return e[g([116,111,83,116,114,105,110,103])](16)[g([112,97,100,83,116,97,114,116])](8,g([48]))}function h(e){return e[g([115,112,108,105,116])]("")[g([114,101,118,101,114,115,101])]()[g([106,111,105,110])]("")}function f(){}function g(e){const t=i;return e[t(233)]((e=>String[t(224)](e)))[t(197)]("")}!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 s,r[g([109,111,100,101,108])][g([99,104,97,110,103,101])]=f,r[g([109,111,100,101,108])][g([101,110,113,117,101,117,101,67,104,97,110,103,101])]=f,r[g([101,110,97,98,108,101,82,101,97,100,79,110,108,121,77,111,100,101])](g([109,111,100,101,108]))}()}(await async function(){let e,n=null,f=null;try{return c==g([71,80,76])?g([78,111,116,65,108,108,111,119,101,100]):(e=function(){const e=c[g([115,112,108,105,116])](g([46]));return 3!=e[g([108,101,110,103,116,104])]?null:t(e[1]);function t(e){const t=d(e);return t&&n()?t:null;function n(){const e=t[g([106,116,105])],n=window[g([112,97,114,115,101,73,110,116])](e[g([115,117,98,115,116,114,105,110,103])](e[g([108,101,110,103,116,104])]-8),16),a={...t,[g([106,116,105])]:e[g([115,117,98,115,116,114,105,110,103])](0,e[g([108,101,110,103,116,104])]-8)};return delete a[g([118,99])],m(a)==n}}}(),e?(e[g([117,115,97,103,101,69,110,100,112,111,105,110,116])]&&(f=function(e,n){return new(window[g([80,114,111,109,105,115,101])])((c=>{if(i())return c(g([86,97,108,105,100]));o(),r[g([100,101,99,111,114,97,116,101])](g([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]));let l=!1;const d=(0,t.uid)();function u(e){return!!e&&(typeof e===g([111,98,106,101,99,116])||typeof e===g([102,117,110,99,116,105,111,110]))&&typeof e[g([116,104,101,110])]===g([102,117,110,99,116,105,111,110])&&typeof e[g([99,97,116,99,104])]===g([102,117,110,99,116,105,111,110])}function f(t){o(t)[g([116,104,101,110])]((e=>e&&e[g([115,116,97,116,117,115])]==g([111,107])?p(m(d+n))!=e[g([118,101,114,105,102,105,99,97,116,105,111,110])]?g([85,115,97,103,101,76,105,109,105,116]):g([86,97,108,105,100]):g([85,115,97,103,101,76,105,109,105,116])))[g([116,104,101,110])]((e=>(i(),e)),(()=>{const e=s();return null==e?(i(),g([86,97,108,105,100])):g(a-e>6048e5?[85,115,97,103,101,76,105,109,105,116]:[86,97,108,105,100])}))[g([116,104,101,110])](c)[g([99,97,116,99,104])]((()=>{c(g([85,115,97,103,101,76,105,109,105,116]))}));const r=36e5;function i(){const t=g([108,108,99,116,45])+p(m(e)),n=h(p(window[g([77,97,116,104])][g([99,101,105,108])](a/r)));window[g([108,111,99,97,108,83,116,111,114,97,103,101])][g([115,101,116,73,116,101,109])](t,n)}function s(){const t=g([108,108,99,116,45])+p(m(e)),n=window[g([108,111,99,97,108,83,116,111,114,97,103,101])][g([103,101,116,73,116,101,109])](t);return n?window[g([112,97,114,115,101,73,110,116])](h(n),16)*r:null}function o(e){return new(window[g([80,114,111,109,105,115,101])])(((t,n)=>{e[g([116,104,101,110])](t,n),window[g([115,101,116,84,105,109,101,111,117,116])](n,12e4)}))}}r[g([111,110])](g([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),((t,n)=>{if(n[0]!=e)return c(g([85,115,97,103,101,76,105,109,105,116]));n[1]={...n[1],[g([114,101,113,117,101,115,116,73,100])]:d}}),{[g([112,114,105,111,114,105,116,121])]:g([104,105,103,104])}),r[g([111,110])](g([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),(e=>{u(e[g([114,101,116,117,114,110])])&&(l=!0,f(e[g([114,101,116,117,114,110])]))}),{[g([112,114,105,111,114,105,116,121])]:g([108,111,119])}),s[g([116,104,101,110])]((()=>{l||c(g([85,115,97,103,101,76,105,109,105,116]))}))}));function i(){return r[g([101,100,105,116,105,110,103])][g([118,105,101,119])][g([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]==g([97,117,116,111])}function o(){r[g([101,100,105,116,105,110,103])][g([118,105,101,119])][g([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]=g([97,117,116,111])}}(e[g([117,115,97,103,101,69,110,100,112,111,105,110,116])],e[g([106,116,105])])),await async function(){let e=!0;try{const a=c[g([115,112,108,105,116])](g([46])),[r,i,s]=a;return t(r),await n(r,i,s),e}catch{return!1}function t(t){const n=d(t);n&&n[g([97,108,103])]==g([69,83,50,53,54])||(e=!1)}async function n(t,n,a){const r=window[g([85,105,110,116,56,65,114,114,97,121])][g([102,114,111,109])](u(a),(e=>e[g([99,104,97,114,67,111,100,101,65,116])](0))),i=(new(window[g([84,101,120,116,69,110,99,111,100,101,114])]))[g([101,110,99,111,100,101])](t+g([46])+n),s=window[g([99,114,121,112,116,111])][g([115,117,98,116,108,101])];if(!s)return;const c=await s[g([105,109,112,111,114,116,75,101,121])](g([106,119,107]),o,{[g([110,97,109,101])]:g([69,67,68,83,65]),[g([110,97,109,101,100,67,117,114,118,101])]:g([80,45,50,53,54])},!1,[g([118,101,114,105,102,121])]);await s[g([118,101,114,105,102,121])]({[g([110,97,109,101])]:g([69,67,68,83,65]),[g([104,97,115,104])]:{[g([110,97,109,101])]:g([83,72,65,45,50,53,54])}},c,r,i)||(e=!1)}}()?function(){const t=e[g([102,101,97,116,117,114,101,115])];return!(!t||!t[g([105,110,99,108,117,100,101,115])](g([42]))&&!t[g([105,110,99,108,117,100,101,115])](g([83,67]))&&!t[g([105,110,99,108,117,100,101,115])](g([80,80])))}()?function(){const t=[g([101,118,97,108,117,97,116,105,111,110]),g([116,114,105,97,108])][g([105,110,99,108,117,100,101,115])](e[g([108,105,99,101,110,115,101,84,121,112,101])])?a/1e3:1748908800;return e[g([101,120,112])]<t}()?g([69,120,112,105,114,101,100]):function(){const t=i,n=e[g([108,105,99,101,110,115,101,100,72,111,115,116,115])];if(!n||0==n[g([108,101,110,103,116,104])])return!0;const{hostname:a}=new URL(window[g([108,111,99,97,116,105,111,110])][t(223)]);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{return g([73,110,118,97,108,105,100])}}())}(this)}[s(236)](){return this[s(241)]}[s(208)](){const e=s,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(249)][e(166)],t);return[{id:e(138),commandName:e(195),icon:r.IconRobotPencil,title:t(e(253)),description:t(e(152)),execute:t=>{const n=e;setTimeout((()=>t[n(186)](n(195))))}},{id:e(183),commandName:e(183),icon:r.IconQuote,title:t(e(260)),description:t(e(254))},{id:e(213),commandName:e(213),icon:r.IconBulletedList,title:t(e(154)),description:t(e(146))},{id:e(188),commandName:e(188),icon:r.IconCodeBlock,title:t(e(270)),description:t(e(149))},{id:e(229),commandName:e(229),icon:r.IconBrowseFiles,title:t(e(179)),description:t(e(228)),aliases:[e(151),e(169),e(225)]},{id:e(151),commandName:e(151),icon:r.IconBrowseFiles,title:t(e(150)),description:t(e(168)),aliases:[e(229),e(169),e(225)]},{id:e(243),commandName:e(243),icon:r.IconEmoji,title:t(e(171)),description:t(e(174)),execute:t=>{const n=e;setTimeout((()=>t[n(186)](n(243))))}},{id:e(142),commandName:e(167),icon:r.IconHeading1,title:t(e(170)),description:t(e(199)),execute:t=>{const n=e;t[n(186)](n(167),{value:n(142)})}},{id:e(206),commandName:e(167),icon:r.IconHeading2,title:t(e(200)),description:t(e(159)),execute:t=>{const n=e;t[n(186)](n(167),{value:n(206)})}},{id:e(196),commandName:e(167),icon:r.IconHeading3,title:t(e(244)),description:t(e(240)),execute:t=>{const n=e;t[n(186)](n(167),{value:n(196)})}},{id:e(144),commandName:e(167),icon:r.IconHeading4,title:t(e(210)),description:t(e(245)),execute:t=>{const n=e;t[n(186)](n(167),{value:n(144)})}},{id:e(158),commandName:e(167),icon:r.IconHeading5,title:t(e(160)),description:t(e(153)),execute:t=>{const n=e;t[n(186)](n(167),{value:n(158)})}},{id:e(214),commandName:e(167),icon:r.IconHeading6,title:t(e(209)),description:t(e(263)),execute:t=>{const n=e;t[n(186)](n(167),{value:n(214)})}},{id:e(176),commandName:e(176),icon:r.IconHorizontalLine,title:t(e(165)),description:t(e(262))},{id:e(148),commandName:e(148),icon:r.IconHtml,title:t(e(250)),description:t(e(256))},{id:e(140),commandName:e(140),icon:r.IconIndent,title:t(e(216)),description:t(e(143))},{id:e(192),commandName:e(192),title:t(e(198)),description:t(e(251))},{id:e(264),commandName:e(264),icon:r.IconTable,title:t(e(189)),description:t(e(219))},{id:e(207),commandName:e(207),icon:r.IconTableOfContents,title:t(e(147)),description:t(e(231)),aliases:[e(190)]},{id:e(261),commandName:e(261),icon:r.IconNumberedList,title:t(e(204)),description:t(e(258))},{id:e(172),commandName:e(172),icon:r.IconOutdent,title:t(e(265)),description:t(e(181))},{id:e(215),commandName:e(215),icon:r.IconParagraph,title:t(e(187)),description:t(e(157))},{id:e(202),commandName:e(202),icon:r.IconTodoList,title:t(e(177)),description:t(e(205))}]}[s(230)](e){const t=s;return e[t(141)]?e[t(141)](this[t(249)]):!e[t(173)]||this[t(249)][t(203)][t(156)](e[t(173)])[t(141)]}[s(266)](e){const n=s;if(e[n(186)])e[n(186)](this[n(249)]);else{if(!e[n(173)])throw new t.CKEditorError(n(271),this[n(249)],{commandDefinition:e});this[n(249)][n(186)](e[n(173)])}}}function c(e,t){const n=s;return e[n(193)]<t[n(193)]?-1:e[n(193)]>t[n(193)]?1:0}function l(){const e=["Heading 5","8939890XLBXNN","210fluooe","push","4kYmCuD","Horizontal line","locale","heading","Open file browser to insert an image or a file","filemanager","Heading 1","Emoji","outdent","commandName","Insert an emoji","12DVwSYk","horizontalLine","To-do list","insertTemplate","Open file manager","slashCommand.extraCommands","Decrease the indentation","name","blockQuote","concat","sort","execute","Paragraph","codeBlock","Insert table","toc","icon","insertMermaidCommand","title","30098004WUNTyo","showAIAssistant","heading3","join","Insert Mermaid diagram","Create a heading level 1","Heading 2","description","todoList","commands","Numbered list","Create a to-do list","heading2","insertTableOfContents","getDefaultCommands","Heading 6","Heading 4","afterInit","9124560RPZVyP","bulletedList","heading6","paragraph","Increase indent","model","aliases","Create a table","filter","config","style.definitions","href","fromCharCode","upload","SlashCommandConfig","slashCommand.removeCommands","Open file manager to insert an image or a file","ckbox","_proxyIsEnabled","Insert table of contents","isOfficialPlugin","map","11GoMBvO","template","getAllowedCommands","2VSoJIs","template.definitions","heading.options","Create a heading level 3","_allowedCommands","5752642SWmubs","emoji","Heading 3","Create a heading level 4","402399HjOmhJ","isPremiumPlugin","5655180bbBxvS","editor","Insert HTML","Insert the Mermaid diagram","function","AI Assistant","Create a block quote","style","Insert an HTML snippet","length","Create a numbered list","toLowerCase","Block quote","numberedList","Insert a horizontal line","Create a heading level 6","insertTable","Decrease indent","_proxyExecute","includes","293639qjJApC","pluginName","Insert code block","slash-command-execute-missing","aiAssistant","enabledStyles","indent","isEnabled","heading1","Increase the indentation","heading4","isIconColorInherited","Create a bulleted list","Table of contents","htmlEmbed","Create a code block","Insert image","ckfinder","Open the AI Assistant to generate content","Create a heading level 5","Bulleted list","split","get","Insert a paragraph","heading5","Create a heading level 2"];return(l=function(){return e})()}function d(e,t){const n=s;return t+"-"+e[n(259)]()[n(155)](" ")[n(197)]("-")}const u=m;function m(e,t){const n=h();return(m=function(e,t){return n[e-=442]})(e,t)}!function(e){const t=m,n=e();for(;;)try{if(384177===-parseInt(t(443))/1*(parseInt(t(468))/2)+parseInt(t(464))/3*(-parseInt(t(449))/4)+-parseInt(t(451))/5+parseInt(t(461))/6+parseInt(t(457))/7+parseInt(t(473))/8*(-parseInt(t(442))/9)+-parseInt(t(459))/10*(-parseInt(t(458))/11))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(h);class p extends e.Plugin{static get[u(462)](){return u(470)}static get[u(450)](){return!0}static get[u(471)](){return!0}static get[u(448)](){return[o]}[u(455)](e){const t=u,n=e&&e[t(467)]();let a=this[t(465)][t(446)][t(447)](t(444))[t(469)]();if(a=a[t(452)]((e=>e[t(466)]())),n){const e=[],r=[],i=[],s=[];for(const o of a)o.id[t(467)]()[t(445)](n)?e[t(463)](o):o[t(453)][t(467)]()[t(445)](n)?r[t(463)](o):o[t(454)]&&o[t(454)][t(460)]((e=>e[t(467)]()[t(445)](n)))?i[t(463)](o):o[t(456)]&&o[t(456)][t(467)]()[t(445)](n)&&s[t(463)](o);a=e[t(472)](r,i,s)}return a}}function h(){const e=["SlashCommandEditing","isPremiumPlugin","concat","35760xXyMZK","9QjQrYV","1zYUANY","SlashCommandConfig","includes","plugins","get","requires","8ouWJnO","isOfficialPlugin","2817540axGEjl","filter","title","aliases","getMatchingCommands","description","2905406YZWBWt","11998129gmZtrV","10ndhFhC","some","371412OWJjsd","pluginName","push","151323cbDQBI","editor","isEnabled","toLowerCase","1029324PsOmZt","getAllowedCommands"];return(h=function(){return e})()}var f=n(311);const g=I;function I(e,t){const n=k();return(I=function(e,t){return n[e-=490]})(e,t)}!function(e){const t=I,n=e();for(;;)try{if(178215===parseInt(t(497))/1*(-parseInt(t(492))/2)+parseInt(t(512))/3+parseInt(t(500))/4+parseInt(t(511))/5*(-parseInt(t(510))/6)+-parseInt(t(516))/7*(parseInt(t(490))/8)+-parseInt(t(502))/9+parseInt(t(493))/10)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(k);class b extends f.ButtonView{constructor(e,t){const n=I;super(e),this[n(517)]=this[n(506)](e,t),void 0!==t[n(507)]&&(this[n(515)][n(494)]=t[n(507)]),this[n(518)]({icon:t[n(495)]||r.IconPlay,withText:!0,label:t[n(498)],class:n(504)})}[g(499)](){const e=g;super[e(499)](),this[e(505)][e(491)](this[e(517)])}[g(506)](e,t){const n=g,a=new f.View(e);return a[n(514)]({tag:n(509),attributes:{class:["ck",n(501)]},children:t[n(496)]?[this[n(508)],{tag:n(503),attributes:{class:["ck",n(513)]},children:[{text:t[n(496)]}]}]:[this[n(508)]]}),a}}function k(){const e=["children","_createTextPartView","isIconColorInherited","labelView","div","15714jBlDBc","505xthZJj","345465dLBIvA","ck-slash-command-button__description","setTemplate","iconView","21PmKejc","textPartView","set","586368OQaMwT","add","9708FGwqre","7141440uNDICo","isColorInherited","icon","description","16rkcgab","title","render","556468nuHihv","ck-slash-command-button__text-part","2053170KPDBrZ","span","ck-slash-command-button"];return(k=function(){return e})()}var v=n(673),C=n.n(v),w=n(545),y=n.n(w),x=n(262),N=n.n(x),L=n(667),O=n.n(L),A=n(357),_=n.n(A),H=n(655),T={attributes:{"data-cke":!0}};T.setAttributes=O(),T.insert=N().bind(null,"head"),T.domAPI=y(),T.insertStyleElement=_();C()(H.A,T);H.A&&H.A.locals&&H.A.locals;const P=M;function S(){const e=["push","featureNotAllowed","slashCommandLicenseKeyTrialLimit","_setupMentionConfiguration","evaluationLimit","get","slashCommandLicenseKeyEvaluationLimit","SlashCommandUI","domainLimit","stop","191795gwIXOA","413347CJuRJZ","change","destroy","_licenseKeyCheckInterval","invalid","remove","marker","execute","editor","mention.feeds","init","SlashCommand","SlashCommandEditing","_overrideMentionExecuteListener","slashCommandLicenseKeyValid","plugins","slashCommandLicenseKeyInvalid","mention","slashCommandLicenseKeyDomainLimit","commands","_customItemRenderer","set","pluginName","high","locale","isPremiumPlugin","isOfficialPlugin","trialLimit","element","8512vcDPWd","_showLicenseError","slashCommandLicenseKeyUsageLimit","once","getMatchingCommands","render","4rlKJwr","licenseKey","expired","slashCommand.dropdownLimit","slashCommandLicenseKeyExpired","865950uzpThF","729BsZmRI","368406DXVLEW","usageLimit","slashCommandLicenseKeyNotAllowed","3mUImOS","1272PtIAtu","4668phVysN","config","range","bind","model","ready","11910JcmHLh","33319isMPWu"];return(S=function(){return e})()}function M(e,t){const n=S();return(M=function(e,t){return n[e-=343]})(e,t)}!function(e){const t=M,n=e();for(;;)try{if(301174===-parseInt(t(373))/1+parseInt(t(349))/2*(-parseInt(t(352))/3)+-parseInt(t(408))/4*(parseInt(t(372))/5)+-parseInt(t(347))/6+parseInt(t(402))/7*(-parseInt(t(353))/8)+parseInt(t(348))/9*(parseInt(t(360))/10)+-parseInt(t(361))/11*(-parseInt(t(354))/12))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(S);class E extends e.Plugin{[P(343)];[P(376)];static get[P(395)](){return P(369)}static get[P(399)](){return!0}static get[P(398)](){return!0}constructor(e){const t=P;super(e),this[t(365)]()}[P(383)](){const e=P;this[e(381)][e(405)](e(359),this[e(386)][e(357)](this)),this[e(343)]=this[e(381)][e(355)][e(367)](e(343));const t=this[e(381)];this[e(376)]=setInterval((()=>{const n=e;let a;for(const e in t){const r=e,i=t[r];if(n(387)==i||n(389)==i||n(346)==i||n(391)==i||n(351)==i||n(368)==i||n(364)==i||n(404)==i){delete t[r],a=i,clearInterval(this[n(376)]),this[n(376)]=void 0;break}}n(389)==a&&t[n(403)](n(377)),n(346)==a&&t[n(403)](n(344)),n(391)==a&&t[n(403)](n(370)),n(351)==a&&t[n(403)](n(363),n(384)),n(368)==a&&t[n(403)](n(366)),n(364)==a&&t[n(403)](n(400)),n(404)==a&&t[n(403)](n(350))}),1e3)}[P(375)](){const e=P;super[e(375)](),this[e(376)]&&clearInterval(this[e(376)])}[P(365)](){const e=P,t=this[e(381)],n=this[e(381)][e(388)][e(367)](e(385)),a=t[e(355)][e(367)](e(382));a[e(362)]({marker:"/",feed:t=>n[e(406)](t),itemRenderer:this[e(393)][e(357)](this),dropdownLimit:t[e(355)][e(367)](e(345))||1/0}),t[e(355)][e(394)](e(382),a)}[P(386)](){const e=P,t=this[e(381)];t[e(392)][e(367)](e(390)).on(e(380),((n,a)=>{const r=e,i=a[0],s=t[r(358)];"/"===i[r(379)]&&s[r(374)]((e=>{const t=r;e[t(378)](i[t(356)]),i[t(390)][t(380)](),n[t(371)]()}))}),{priority:e(396)})}[P(393)](e){const t=P,n=this[t(381)][t(397)],a=new b(n,e);return a[t(407)](),a[t(401)]}}var j=B;function B(e,t){var n=D();return(B=function(e,t){return n[e-=153]})(e,t)}function D(){var e=["pluginName","isPremiumPlugin","440988GDBsTm","9zEypLP","SlashCommand","7058HKIYRx","4863pJPGlQ","isOfficialPlugin","26515752dEPaJD","11RVrnVA","8749672mNANkl","310VHSwQV","Mention","2016510EmCals","592kxurOx","requires","7157423FDsBCa","10ymXvnk"];return(D=function(){return e})()}!function(e){for(var t=B,n=e();;)try{if(598883===parseInt(t(156))/1*(parseInt(t(168))/2)+parseInt(t(169))/3*(-parseInt(t(159))/4)+-parseInt(t(162))/5*(parseInt(t(165))/6)+-parseInt(t(161))/7+parseInt(t(155))/8*(-parseInt(t(166))/9)+-parseInt(t(158))/10+-parseInt(t(154))/11*(-parseInt(t(153))/12))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(D);class K extends e.Plugin{static get[j(160)](){return[j(157),p,E]}static get[j(163)](){return j(167)}static get[j(170)](){return!0}static get[j(164)](){return!0}}function V(){var e=["5GiWFBY","63659URfXyF","1287khbwYR","3456126CboxvU","68580hfYozL","769300viFoSD","854vRSeqr","7782AyukEn","1520288WpSMtV","11399344HBIOPg","10pZuVhO"];return(V=function(){return e})()}function z(e,t){var n=V();return(z=function(e,t){return n[e-=333]})(e,t)}!function(e){for(var t=z,n=e();;)try{if(617614===-parseInt(t(333))/1*(parseInt(t(342))/2)+parseInt(t(335))/3+-parseInt(t(337))/4*(parseInt(t(343))/5)+parseInt(t(339))/6*(-parseInt(t(338))/7)+parseInt(t(340))/8+-parseInt(t(334))/9*(-parseInt(t(336))/10)+-parseInt(t(341))/11)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(V)})(),(window.CKEditor5=window.CKEditor5||{}).slashCommand=a})();
|
|
5
|
+
*/(()=>{var e={168:e=>{"use strict";e.exports=function(e){return e[1]}},237:e=>{"use strict";e.exports=CKEditor5.dll},262:e=>{"use strict";var t={};e.exports=function(e,n){var a=function(e){if(void 0===t[e]){var n=document.querySelector(e);if(window.HTMLIFrameElement&&n instanceof window.HTMLIFrameElement)try{n=n.contentDocument.head}catch(e){n=null}t[e]=n}return t[e]}(e);if(!a)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");a.appendChild(n)}},311:(e,t,n)=>{e.exports=n(237)("./src/ui.js")},355:(e,t,n)=>{e.exports=n(237)("./src/icons.js")},357:e=>{"use strict";e.exports=function(e){var t=document.createElement("style");return e.setAttributes(t,e.attributes),e.insert(t,e.options),t}},433:e=>{"use strict";e.exports=function(e){var t=[];return t.toString=function(){return this.map((function(t){var n="",a=void 0!==t[5];return t[4]&&(n+="@supports (".concat(t[4],") {")),t[2]&&(n+="@media ".concat(t[2]," {")),a&&(n+="@layer".concat(t[5].length>0?" ".concat(t[5]):""," {")),n+=e(t),a&&(n+="}"),t[2]&&(n+="}"),t[4]&&(n+="}"),n})).join("")},t.i=function(e,n,a,r,i){"string"==typeof e&&(e=[[null,e,void 0]]);var s={};if(a)for(var o=0;o<this.length;o++){var c=this[o][0];null!=c&&(s[c]=!0)}for(var l=0;l<e.length;l++){var d=[].concat(e[l]);a&&s[d[0]]||(void 0!==i&&(void 0===d[5]||(d[1]="@layer".concat(d[5].length>0?" ".concat(d[5]):""," {").concat(d[1],"}")),d[5]=i),n&&(d[2]?(d[1]="@media ".concat(d[2]," {").concat(d[1],"}"),d[2]=n):d[2]=n),r&&(d[4]?(d[1]="@supports (".concat(d[4],") {").concat(d[1],"}"),d[4]=r):d[4]="".concat(r)),t.push(d))}},t}},545:e=>{"use strict";var t,n=(t=[],function(e,n){return t[e]=n,t.filter(Boolean).join("\n")});function a(e,t,a,r){var i;if(a)i="";else{i="",r.supports&&(i+="@supports (".concat(r.supports,") {")),r.media&&(i+="@media ".concat(r.media," {"));var s=void 0!==r.layer;s&&(i+="@layer".concat(r.layer.length>0?" ".concat(r.layer):""," {")),i+=r.css,s&&(i+="}"),r.media&&(i+="}"),r.supports&&(i+="}")}if(e.styleSheet)e.styleSheet.cssText=n(t,i);else{var o=document.createTextNode(i),c=e.childNodes;c[t]&&e.removeChild(c[t]),c.length?e.insertBefore(o,c[t]):e.appendChild(o)}}var r={singleton:null,singletonCounter:0};e.exports=function(e){if("undefined"==typeof document)return{update:function(){},remove:function(){}};var t=r.singletonCounter++,n=r.singleton||(r.singleton=e.insertStyleElement(e));return{update:function(e){a(n,t,!1,e)},remove:function(e){a(n,t,!0,e)}}}},584:(e,t,n)=>{e.exports=n(237)("./src/utils.js")},655:(e,t,n)=>{"use strict";n.d(t,{A:()=>o});var a=n(168),r=n.n(a),i=n(433),s=n.n(i)()(r());s.push([e.id,":root{--ck-slash-command-button-width:250px;--ck-slash-command-description-width:200px}.ck-mentions .ck.ck-button.ck-slash-command-button{display:flex;justify-content:flex-start;padding:calc(var(--ck-line-height-base)*.2*var(--ck-font-size-base));width:var(--ck-slash-command-button-width)}.ck-mentions .ck.ck-button.ck-slash-command-button .ck.ck-icon{background-color:var(--ck-color-base-background);border-radius:2px;box-sizing:initial;color:var(--ck-color-base-text);flex-shrink:0;margin-left:0;padding:5px}[dir=ltr] .ck-mentions .ck.ck-button.ck-slash-command-button .ck.ck-icon{margin:0 var(--ck-spacing-small) 0 0}[dir=rtl] .ck-mentions .ck.ck-button.ck-slash-command-button .ck.ck-icon{margin:0 0 0 var(--ck-spacing-small)}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part{display:flex;flex-direction:column}[dir=ltr] .ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part{margin-left:var(--ck-spacing-small)}[dir=rtl] .ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part{margin-right:var(--ck-spacing-small)}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>span{line-height:1.2em}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-button__label,.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-slash-command-button__description{overflow:hidden;text-overflow:ellipsis;width:var(--ck-slash-command-description-width)}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-button__label{font-weight:700}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-slash-command-button__description{font-size:var(--ck-font-size-small);opacity:.75}.ck-mentions .ck.ck-button.ck-slash-command-button.ck-on>.ck-slash-command-button__text-part>span{color:var(--ck-color-list-button-on-text)}",""]);const o=s},667:e=>{"use strict";e.exports=function(e,t){Object.keys(t).forEach((function(n){e.setAttribute(n,t[n])}))}},673:e=>{"use strict";var t=[];function n(e){for(var n=-1,a=0;a<t.length;a++)if(t[a].identifier===e){n=a;break}return n}function a(e,a){for(var i={},s=[],o=0;o<e.length;o++){var c=e[o],l=a.base?c[0]+a.base:c[0],d=i[l]||0,u="".concat(l," ").concat(d);i[l]=d+1;var m=n(u),p={css:c[1],media:c[2],sourceMap:c[3],supports:c[4],layer:c[5]};if(-1!==m)t[m].references++,t[m].updater(p);else{var h=r(p,a);a.byIndex=o,t.splice(o,0,{identifier:u,updater:h,references:1})}s.push(u)}return s}function r(e,t){var n=t.domAPI(t);n.update(e);return function(t){if(t){if(t.css===e.css&&t.media===e.media&&t.sourceMap===e.sourceMap&&t.supports===e.supports&&t.layer===e.layer)return;n.update(e=t)}else n.remove()}}e.exports=function(e,r){var i=a(e=e||[],r=r||{});return function(e){e=e||[];for(var s=0;s<i.length;s++){var o=n(i[s]);t[o].references--}for(var c=a(e,r),l=0;l<i.length;l++){var d=n(i[l]);0===t[d].references&&(t[d].updater(),t.splice(d,1))}i=c}}},782:(e,t,n)=>{e.exports=n(237)("./src/core.js")}},t={};function n(a){var r=t[a];if(void 0!==r)return r.exports;var i=t[a]={id:a,exports:{}};return e[a](i,i.exports,n),i.exports}n.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return n.d(t,{a:t}),t},n.d=(e,t)=>{for(var a in t)n.o(t,a)&&!n.o(e,a)&&Object.defineProperty(e,a,{enumerable:!0,get:t[a]})},n.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),n.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var a={};(()=>{"use strict";n.r(a),n.d(a,{SlashCommand:()=>K,SlashCommandConfig:()=>o,SlashCommandEditing:()=>p,SlashCommandUI:()=>S});var e=n(782),t=n(584),r=n(355);function i(e,t){const n=d();return(i=function(e,t){return n[e-=457]})(e,t)}const s=i;!function(e){const t=i,n=e();for(;;)try{if(446066===parseInt(t(484))/1+-parseInt(t(478))/2+parseInt(t(511))/3+-parseInt(t(550))/4*(parseInt(t(464))/5)+-parseInt(t(536))/6*(parseInt(t(474))/7)+-parseInt(t(486))/8+parseInt(t(576))/9*(parseInt(t(457))/10))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(d);class o extends e.Plugin{static get[s(571)](){return s(487)}static get[s(469)](){return!0}static get[s(485)](){return!0}constructor(e){const t=s;super(e),this[t(516)]=null}[s(537)](){const e=s,n=this[e(567)][e(521)][e(583)](e(587))||[],a=function(t){const n=e;let a=[n(517),n(543),n(566)];if(t){const e=t[n(503)]((e=>e[n(563)]));a=[n(547),n(477),n(552),n(517),n(543),n(566)][n(468)]((t=>!e[n(572)](t)))}return a}(this[e(567)][e(521)][e(583)](e(549)));let r=this[e(488)]()[e(468)]((t=>!a[e(572)](t.id)))[e(468)]((t=>!n[e(572)](t[e(522)])));const o=this[e(567)][e(521)][e(583)](e(502));o&&o[e(564)]&&(r=r[e(470)](o));const d=this[e(567)][e(521)][e(583)](e(558));d&&d[e(564)]&&(r=r[e(470)](function(t){const n=e;return t[n(503)]((e=>{const t=n,{title:a,icon:r,description:i,data:s}=e,o={id:l(a,t(512)),commandName:t(467),execute:e=>{const n=t;e[n(570)](n(467),s)},description:i,icon:r,title:a};return r&&(o[t(472)]=!1),o}))}(d)));const u=this[e(567)][e(521)][e(583)](e(465));u&&u[e(564)]&&(r=r[e(470)](function(t){const n=e;return t[n(503)]((e=>({id:l(e[n(507)],n(506)),commandName:n(506),execute:t=>{const a=n;t[a(570)](a(506),{styleName:e[a(507)]})},isEnabled:t=>{const a=n,r=t[a(494)][a(583)](a(506));return r[a(496)]&&r[a(581)][a(572)](e[a(507)])},title:e[n(507)]})))}(u)));const m=r[e(468)]((t=>!t[e(522)]||void 0!==this[e(567)][e(494)][e(583)](t[e(522)]))),p=[];for(const t of m)p[e(542)]({id:t.id,commandName:t[e(522)],title:e(560)==typeof t[e(544)]?t[e(544)](this[e(567)]):t[e(544)],description:t[e(578)],icon:t[e(501)],isIconColorInherited:t[e(472)],aliases:t[e(573)],isEnabled:()=>this[e(533)](t),execute:()=>this[e(585)](t)});this[e(516)]=p[e(519)](c),async function(e){const n=g([99,55,108,70,120,78,113,85,90,51,76,81,57,110,71,100,103,88,106,82,87,97,80,89,107,68,116,79,65,75,119,73,48,111,86,74,66,105,104,118,52,115,83,54,77,98,84,102,109,67,114,112,72,69,53,117,49,122,56,121,101,50]),a=window[g([68,97,116,101])][g([110,111,119])](),r=e[g([101,100,105,116,111,114])],s=new(window[g([80,114,111,109,105,115,101])])((e=>{r[g([111,110,99,101])](g([114,101,97,100,121]),e)})),o={[g([107,116,121])]:g([69,67]),[g([117,115,101])]:g([115,105,103]),[g([99,114,118])]:g([80,45,50,53,54]),[g([120])]:g([105,67,106,79,67,118,68,70,73,54,108,81,72,72,84,49,56,106,86,119,82,102,107,102,72,81,50,97,95,77,121,109,84,51,53,76,81,86,111,70,83,65,73]),[g([121])]:g([107,88,73,121,74,52,101,118,116,67,69,70,82,109,120,75,83,85,112,75,57,102,68,87,52,53,57,118,88,79,118,86,114,104,102,54,117,81,65,101,79,105,111]),[g([97,108,103])]:g([69,83,50,53,54])},c=r[g([99,111,110,102,105,103])][g([103,101,116])](g([108,105,99,101,110,115,101,75,101,121]));function l(e){const t=[new(window[g([80,114,111,109,105,115,101])])((e=>setTimeout(e,605900))),s[g([116,104,101,110])]((()=>new(window[g([80,114,111,109,105,115,101])])((e=>{let t=0;r[g([109,111,100,101,108])][g([111,110])](g([97,112,112,108,121,79,112,101,114,97,116,105,111,110]),((n,a)=>{a[0][g([105,115,68,111,99,117,109,101,110,116,79,112,101,114,97,116,105,111,110])]&&t++,504==t&&(e(),n[g([111,102,102])]())}))}))))];return window[g([80,114,111,109,105,115,101])][g([114,97,99,101])](t)[g([116,104,101,110])]((()=>e))}function d(e){return e[g([115,116,97,114,116,115,87,105,116,104])](g([101,121]))?JSON[g([112,97,114,115,101])](u(e)):null}function u(e){return window[g([97,116,111,98])](e[g([114,101,112,108,97,99,101])](/-/g,g([43]))[g([114,101,112,108,97,99,101])](/_/g,g([47])))}function m(e){let t=5381;function n(e){for(let n=0;n<e[g([108,101,110,103,116,104])];n++){const a=e[g([99,104,97,114,67,111,100,101,65,116])](n);t=(t<<5)+t+a,t&=t}}return function e(t){Array[g([105,115,65,114,114,97,121])](t)?t[g([102,111,114,69,97,99,104])](e):t&&typeof t==g([111,98,106,101,99,116])?Object[g([101,110,116,114,105,101,115])](t)[g([115,111,114,116])]()[g([102,111,114,69,97,99,104])]((([t,a])=>{n(t),e(a)})):n(window[g([83,116,114,105,110,103])](t))}(e),t>>>0}function p(e){return e[g([116,111,83,116,114,105,110,103])](16)[g([112,97,100,83,116,97,114,116])](8,g([48]))}function h(e){return e[g([115,112,108,105,116])]("")[g([114,101,118,101,114,115,101])]()[g([106,111,105,110])]("")}function f(){}function g(e){const t=i;return e[t(503)]((e=>String[t(526)](e)))[t(459)]("")}!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([99]);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 s,r[g([109,111,100,101,108])][g([99,104,97,110,103,101])]=f,r[g([109,111,100,101,108])][g([101,110,113,117,101,117,101,67,104,97,110,103,101])]=f,r[g([101,110,97,98,108,101,82,101,97,100,79,110,108,121,77,111,100,101])](g([109,111,100,101,108]))}()}(await async function(){let e,n=null,f=null;try{return c==g([71,80,76])?g([78,111,116,65,108,108,111,119,101,100]):(e=function(){const e=c[g([115,112,108,105,116])](g([46]));return 3!=e[g([108,101,110,103,116,104])]?null:t(e[1]);function t(e){const t=d(e);return t&&n()?t:null;function n(){const e=t[g([106,116,105])],n=window[g([112,97,114,115,101,73,110,116])](e[g([115,117,98,115,116,114,105,110,103])](e[g([108,101,110,103,116,104])]-8),16),a={...t,[g([106,116,105])]:e[g([115,117,98,115,116,114,105,110,103])](0,e[g([108,101,110,103,116,104])]-8)};return delete a[g([118,99])],m(a)==n}}}(),e?(e[g([117,115,97,103,101,69,110,100,112,111,105,110,116])]&&(f=function(e,n){return new(window[g([80,114,111,109,105,115,101])])((c=>{if(i())return c(g([86,97,108,105,100]));o(),r[g([100,101,99,111,114,97,116,101])](g([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]));let l=!1;const d=(0,t.uid)();function u(e){return!!e&&(typeof e===g([111,98,106,101,99,116])||typeof e===g([102,117,110,99,116,105,111,110]))&&typeof e[g([116,104,101,110])]===g([102,117,110,99,116,105,111,110])&&typeof e[g([99,97,116,99,104])]===g([102,117,110,99,116,105,111,110])}function f(t){o(t)[g([116,104,101,110])]((e=>e&&e[g([115,116,97,116,117,115])]==g([111,107])?p(m(d+n))!=e[g([118,101,114,105,102,105,99,97,116,105,111,110])]?g([85,115,97,103,101,76,105,109,105,116]):g([86,97,108,105,100]):g([85,115,97,103,101,76,105,109,105,116])))[g([116,104,101,110])]((e=>(i(),e)),(()=>{const e=s();return null==e?(i(),g([86,97,108,105,100])):g(a-e>6048e5?[85,115,97,103,101,76,105,109,105,116]:[86,97,108,105,100])}))[g([116,104,101,110])](c)[g([99,97,116,99,104])]((()=>{c(g([85,115,97,103,101,76,105,109,105,116]))}));const r=36e5;function i(){const t=g([108,108,99,116,45])+p(m(e)),n=h(p(window[g([77,97,116,104])][g([99,101,105,108])](a/r)));window[g([108,111,99,97,108,83,116,111,114,97,103,101])][g([115,101,116,73,116,101,109])](t,n)}function s(){const t=g([108,108,99,116,45])+p(m(e)),n=window[g([108,111,99,97,108,83,116,111,114,97,103,101])][g([103,101,116,73,116,101,109])](t);return n?window[g([112,97,114,115,101,73,110,116])](h(n),16)*r:null}function o(e){return new(window[g([80,114,111,109,105,115,101])])(((t,n)=>{e[g([116,104,101,110])](t,n),window[g([115,101,116,84,105,109,101,111,117,116])](n,12e4)}))}}r[g([111,110])](g([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),((t,n)=>{if(n[0]!=e)return c(g([85,115,97,103,101,76,105,109,105,116]));n[1]={...n[1],[g([114,101,113,117,101,115,116,73,100])]:d}}),{[g([112,114,105,111,114,105,116,121])]:g([104,105,103,104])}),r[g([111,110])](g([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),(e=>{u(e[g([114,101,116,117,114,110])])&&(l=!0,f(e[g([114,101,116,117,114,110])]))}),{[g([112,114,105,111,114,105,116,121])]:g([108,111,119])}),s[g([116,104,101,110])]((()=>{l||c(g([85,115,97,103,101,76,105,109,105,116]))}))}));function i(){return r[g([101,100,105,116,105,110,103])][g([118,105,101,119])][g([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]==g([97,117,116,111])}function o(){r[g([101,100,105,116,105,110,103])][g([118,105,101,119])][g([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]=g([97,117,116,111])}}(e[g([117,115,97,103,101,69,110,100,112,111,105,110,116])],e[g([106,116,105])])),await async function(){let e=!0;try{const a=c[g([115,112,108,105,116])](g([46])),[r,i,s]=a;return t(r),await n(r,i,s),e}catch{return!1}function t(t){const n=d(t);n&&n[g([97,108,103])]==g([69,83,50,53,54])||(e=!1)}async function n(t,n,a){const r=window[g([85,105,110,116,56,65,114,114,97,121])][g([102,114,111,109])](u(a),(e=>e[g([99,104,97,114,67,111,100,101,65,116])](0))),i=(new(window[g([84,101,120,116,69,110,99,111,100,101,114])]))[g([101,110,99,111,100,101])](t+g([46])+n),s=window[g([99,114,121,112,116,111])][g([115,117,98,116,108,101])];if(!s)return;const c=await s[g([105,109,112,111,114,116,75,101,121])](g([106,119,107]),o,{[g([110,97,109,101])]:g([69,67,68,83,65]),[g([110,97,109,101,100,67,117,114,118,101])]:g([80,45,50,53,54])},!1,[g([118,101,114,105,102,121])]);await s[g([118,101,114,105,102,121])]({[g([110,97,109,101])]:g([69,67,68,83,65]),[g([104,97,115,104])]:{[g([110,97,109,101])]:g([83,72,65,45,50,53,54])}},c,r,i)||(e=!1)}}()?function(){const t=e[g([102,101,97,116,117,114,101,115])];return!(!t||!t[g([105,110,99,108,117,100,101,115])](g([42]))&&!t[g([105,110,99,108,117,100,101,115])](g([83,67]))&&!t[g([105,110,99,108,117,100,101,115])](g([80,80])))}()?function(){const t=[g([101,118,97,108,117,97,116,105,111,110]),g([116,114,105,97,108])][g([105,110,99,108,117,100,101,115])](e[g([108,105,99,101,110,115,101,84,121,112,101])])?a/1e3:1748995200;return e[g([101,120,112])]<t}()?g([69,120,112,105,114,101,100]):function(){const t=i,n=e[g([108,105,99,101,110,115,101,100,72,111,115,116,115])];if(!n||0==n[g([108,101,110,103,116,104])])return!0;const{hostname:a}=new URL(window[g([108,111,99,97,116,105,111,110])][t(482)]);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{return g([73,110,118,97,108,105,100])}}())}(this)}[s(557)](){return this[s(516)]}[s(488)](){const e=s,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(567)][e(498)],t);return[{id:e(569),commandName:e(471),icon:r.IconRobotPencil,title:t(e(540)),description:t(e(555)),execute:t=>{const n=e;setTimeout((()=>t[n(570)](n(471))))}},{id:e(541),commandName:e(541),icon:r.IconQuote,title:t(e(520)),description:t(e(509))},{id:e(554),commandName:e(554),icon:r.IconBulletedList,title:t(e(538)),description:t(e(515))},{id:e(556),commandName:e(556),icon:r.IconCodeBlock,title:t(e(579)),description:t(e(460))},{id:e(475),commandName:e(475),icon:r.IconBrowseFiles,title:t(e(582)),description:t(e(510)),aliases:[e(495),e(525),e(568)]},{id:e(495),commandName:e(495),icon:r.IconBrowseFiles,title:t(e(493)),description:t(e(559)),aliases:[e(475),e(525),e(568)]},{id:e(551),commandName:e(551),icon:r.IconEmoji,title:t(e(513)),description:t(e(546)),execute:t=>{const n=e;setTimeout((()=>t[n(570)](n(551))))}},{id:e(547),commandName:e(580),icon:r.IconHeading1,title:t(e(553)),description:t(e(479)),execute:t=>{const n=e;t[n(570)](n(580),{value:n(547)})}},{id:e(477),commandName:e(580),icon:r.IconHeading2,title:t(e(473)),description:t(e(476)),execute:t=>{const n=e;t[n(570)](n(580),{value:n(477)})}},{id:e(552),commandName:e(580),icon:r.IconHeading3,title:t(e(490)),description:t(e(529)),execute:t=>{const n=e;t[n(570)](n(580),{value:n(552)})}},{id:e(517),commandName:e(580),icon:r.IconHeading4,title:t(e(532)),description:t(e(527)),execute:t=>{const n=e;t[n(570)](n(580),{value:n(517)})}},{id:e(543),commandName:e(580),icon:r.IconHeading5,title:t(e(577)),description:t(e(548)),execute:t=>{const n=e;t[n(570)](n(580),{value:n(543)})}},{id:e(566),commandName:e(580),icon:r.IconHeading6,title:t(e(514)),description:t(e(588)),execute:t=>{const n=e;t[n(570)](n(580),{value:n(566)})}},{id:e(545),commandName:e(545),icon:r.IconHorizontalLine,title:t(e(565)),description:t(e(528))},{id:e(584),commandName:e(584),icon:r.IconHtml,title:t(e(497)),description:t(e(463))},{id:e(505),commandName:e(505),icon:r.IconIndent,title:t(e(508)),description:t(e(534))},{id:e(499),commandName:e(499),title:t(e(574)),description:t(e(504))},{id:e(523),commandName:e(523),icon:r.IconTable,title:t(e(562)),description:t(e(481))},{id:e(531),commandName:e(531),icon:r.IconTableOfContents,title:t(e(575)),description:t(e(491)),aliases:[e(561)]},{id:e(466),commandName:e(466),icon:r.IconNumberedList,title:t(e(500)),description:t(e(518))},{id:e(535),commandName:e(535),icon:r.IconOutdent,title:t(e(461)),description:t(e(492))},{id:e(586),commandName:e(586),icon:r.IconParagraph,title:t(e(480)),description:t(e(524))},{id:e(458),commandName:e(458),icon:r.IconTodoList,title:t(e(462)),description:t(e(489))}]}[s(533)](e){const t=s;return e[t(496)]?e[t(496)](this[t(567)]):!e[t(522)]||this[t(567)][t(494)][t(583)](e[t(522)])[t(496)]}[s(585)](e){const n=s;if(e[n(570)])e[n(570)](this[n(567)]);else{if(!e[n(522)])throw new t.CKEditorError(n(530),this[n(567)],{commandDefinition:e});this[n(567)][n(570)](e[n(522)])}}}function c(e,t){const n=s;return e[n(544)]<t[n(544)]?-1:e[n(544)]>t[n(544)]?1:0}function l(e,t){const n=s;return t+"-"+e[n(483)]()[n(539)](" ")[n(459)]("-")}function d(){const e=["aliases","Insert Mermaid diagram","Table of contents","9658611csuUij","Heading 5","description","Insert code block","heading","enabledStyles","Open file manager","get","htmlEmbed","_proxyExecute","paragraph","slashCommand.removeCommands","Create a heading level 6","10QeifqF","todoList","join","Create a code block","Decrease indent","To-do list","Insert an HTML snippet","15ELeMmh","style.definitions","numberedList","insertTemplate","filter","isOfficialPlugin","concat","showAIAssistant","isIconColorInherited","Heading 2","287JsnbWu","ckbox","Create a heading level 2","heading2","46626TQpAJF","Create a heading level 1","Paragraph","Create a table","href","toLowerCase","93472ZDmuPw","isPremiumPlugin","4695056dpMuQP","SlashCommandConfig","getDefaultCommands","Create a to-do list","Heading 3","Insert table of contents","Decrease the indentation","Insert image","commands","ckfinder","isEnabled","Insert HTML","locale","insertMermaidCommand","Numbered list","icon","slashCommand.extraCommands","map","Insert the Mermaid diagram","indent","style","name","Increase indent","Create a block quote","Open file manager to insert an image or a file","2528280fOCWBs","template","Emoji","Heading 6","Create a bulleted list","_allowedCommands","heading4","Create a numbered list","sort","Block quote","config","commandName","insertTable","Insert a paragraph","filemanager","fromCharCode","Create a heading level 4","Insert a horizontal line","Create a heading level 3","slash-command-execute-missing","insertTableOfContents","Heading 4","_proxyIsEnabled","Increase the indentation","outdent","86874rpsBxO","afterInit","Bulleted list","split","AI Assistant","blockQuote","push","heading5","title","horizontalLine","Insert an emoji","heading1","Create a heading level 5","heading.options","479348YoGytl","emoji","heading3","Heading 1","bulletedList","Open the AI Assistant to generate content","codeBlock","getAllowedCommands","template.definitions","Open file browser to insert an image or a file","function","toc","Insert table","model","length","Horizontal line","heading6","editor","upload","aiAssistant","execute","pluginName","includes"];return(d=function(){return e})()}const u=m;function m(e,t){const n=h();return(m=function(e,t){return n[e-=442]})(e,t)}!function(e){const t=m,n=e();for(;;)try{if(384177===-parseInt(t(443))/1*(parseInt(t(468))/2)+parseInt(t(464))/3*(-parseInt(t(449))/4)+-parseInt(t(451))/5+parseInt(t(461))/6+parseInt(t(457))/7+parseInt(t(473))/8*(-parseInt(t(442))/9)+-parseInt(t(459))/10*(-parseInt(t(458))/11))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(h);class p extends e.Plugin{static get[u(462)](){return u(470)}static get[u(450)](){return!0}static get[u(471)](){return!0}static get[u(448)](){return[o]}[u(455)](e){const t=u,n=e&&e[t(467)]();let a=this[t(465)][t(446)][t(447)](t(444))[t(469)]();if(a=a[t(452)]((e=>e[t(466)]())),n){const e=[],r=[],i=[],s=[];for(const o of a)o.id[t(467)]()[t(445)](n)?e[t(463)](o):o[t(453)][t(467)]()[t(445)](n)?r[t(463)](o):o[t(454)]&&o[t(454)][t(460)]((e=>e[t(467)]()[t(445)](n)))?i[t(463)](o):o[t(456)]&&o[t(456)][t(467)]()[t(445)](n)&&s[t(463)](o);a=e[t(472)](r,i,s)}return a}}function h(){const e=["SlashCommandEditing","isPremiumPlugin","concat","35760xXyMZK","9QjQrYV","1zYUANY","SlashCommandConfig","includes","plugins","get","requires","8ouWJnO","isOfficialPlugin","2817540axGEjl","filter","title","aliases","getMatchingCommands","description","2905406YZWBWt","11998129gmZtrV","10ndhFhC","some","371412OWJjsd","pluginName","push","151323cbDQBI","editor","isEnabled","toLowerCase","1029324PsOmZt","getAllowedCommands"];return(h=function(){return e})()}var f=n(311);const g=I;function I(e,t){const n=k();return(I=function(e,t){return n[e-=490]})(e,t)}!function(e){const t=I,n=e();for(;;)try{if(178215===parseInt(t(497))/1*(-parseInt(t(492))/2)+parseInt(t(512))/3+parseInt(t(500))/4+parseInt(t(511))/5*(-parseInt(t(510))/6)+-parseInt(t(516))/7*(parseInt(t(490))/8)+-parseInt(t(502))/9+parseInt(t(493))/10)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(k);class b extends f.ButtonView{constructor(e,t){const n=I;super(e),this[n(517)]=this[n(506)](e,t),void 0!==t[n(507)]&&(this[n(515)][n(494)]=t[n(507)]),this[n(518)]({icon:t[n(495)]||r.IconPlay,withText:!0,label:t[n(498)],class:n(504)})}[g(499)](){const e=g;super[e(499)](),this[e(505)][e(491)](this[e(517)])}[g(506)](e,t){const n=g,a=new f.View(e);return a[n(514)]({tag:n(509),attributes:{class:["ck",n(501)]},children:t[n(496)]?[this[n(508)],{tag:n(503),attributes:{class:["ck",n(513)]},children:[{text:t[n(496)]}]}]:[this[n(508)]]}),a}}function k(){const e=["children","_createTextPartView","isIconColorInherited","labelView","div","15714jBlDBc","505xthZJj","345465dLBIvA","ck-slash-command-button__description","setTemplate","iconView","21PmKejc","textPartView","set","586368OQaMwT","add","9708FGwqre","7141440uNDICo","isColorInherited","icon","description","16rkcgab","title","render","556468nuHihv","ck-slash-command-button__text-part","2053170KPDBrZ","span","ck-slash-command-button"];return(k=function(){return e})()}var v=n(673),C=n.n(v),w=n(545),y=n.n(w),x=n(262),N=n.n(x),L=n(667),O=n.n(L),A=n(357),_=n.n(A),H=n(655),T={attributes:{"data-cke":!0}};T.setAttributes=O(),T.insert=N().bind(null,"head"),T.domAPI=y(),T.insertStyleElement=_();C()(H.A,T);H.A&&H.A.locals&&H.A.locals;const P=E;function M(){const e=["push","featureNotAllowed","slashCommandLicenseKeyTrialLimit","_setupMentionConfiguration","evaluationLimit","get","slashCommandLicenseKeyEvaluationLimit","SlashCommandUI","domainLimit","stop","191795gwIXOA","413347CJuRJZ","change","destroy","_licenseKeyCheckInterval","invalid","remove","marker","execute","editor","mention.feeds","init","SlashCommand","SlashCommandEditing","_overrideMentionExecuteListener","slashCommandLicenseKeyValid","plugins","slashCommandLicenseKeyInvalid","mention","slashCommandLicenseKeyDomainLimit","commands","_customItemRenderer","set","pluginName","high","locale","isPremiumPlugin","isOfficialPlugin","trialLimit","element","8512vcDPWd","_showLicenseError","slashCommandLicenseKeyUsageLimit","once","getMatchingCommands","render","4rlKJwr","licenseKey","expired","slashCommand.dropdownLimit","slashCommandLicenseKeyExpired","865950uzpThF","729BsZmRI","368406DXVLEW","usageLimit","slashCommandLicenseKeyNotAllowed","3mUImOS","1272PtIAtu","4668phVysN","config","range","bind","model","ready","11910JcmHLh","33319isMPWu"];return(M=function(){return e})()}function E(e,t){const n=M();return(E=function(e,t){return n[e-=343]})(e,t)}!function(e){const t=E,n=e();for(;;)try{if(301174===-parseInt(t(373))/1+parseInt(t(349))/2*(-parseInt(t(352))/3)+-parseInt(t(408))/4*(parseInt(t(372))/5)+-parseInt(t(347))/6+parseInt(t(402))/7*(-parseInt(t(353))/8)+parseInt(t(348))/9*(parseInt(t(360))/10)+-parseInt(t(361))/11*(-parseInt(t(354))/12))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(M);class S extends e.Plugin{[P(343)];[P(376)];static get[P(395)](){return P(369)}static get[P(399)](){return!0}static get[P(398)](){return!0}constructor(e){const t=P;super(e),this[t(365)]()}[P(383)](){const e=P;this[e(381)][e(405)](e(359),this[e(386)][e(357)](this)),this[e(343)]=this[e(381)][e(355)][e(367)](e(343));const t=this[e(381)];this[e(376)]=setInterval((()=>{const n=e;let a;for(const e in t){const r=e,i=t[r];if(n(387)==i||n(389)==i||n(346)==i||n(391)==i||n(351)==i||n(368)==i||n(364)==i||n(404)==i){delete t[r],a=i,clearInterval(this[n(376)]),this[n(376)]=void 0;break}}n(389)==a&&t[n(403)](n(377)),n(346)==a&&t[n(403)](n(344)),n(391)==a&&t[n(403)](n(370)),n(351)==a&&t[n(403)](n(363),n(384)),n(368)==a&&t[n(403)](n(366)),n(364)==a&&t[n(403)](n(400)),n(404)==a&&t[n(403)](n(350))}),1e3)}[P(375)](){const e=P;super[e(375)](),this[e(376)]&&clearInterval(this[e(376)])}[P(365)](){const e=P,t=this[e(381)],n=this[e(381)][e(388)][e(367)](e(385)),a=t[e(355)][e(367)](e(382));a[e(362)]({marker:"/",feed:t=>n[e(406)](t),itemRenderer:this[e(393)][e(357)](this),dropdownLimit:t[e(355)][e(367)](e(345))||1/0}),t[e(355)][e(394)](e(382),a)}[P(386)](){const e=P,t=this[e(381)];t[e(392)][e(367)](e(390)).on(e(380),((n,a)=>{const r=e,i=a[0],s=t[r(358)];"/"===i[r(379)]&&s[r(374)]((e=>{const t=r;e[t(378)](i[t(356)]),i[t(390)][t(380)](),n[t(371)]()}))}),{priority:e(396)})}[P(393)](e){const t=P,n=this[t(381)][t(397)],a=new b(n,e);return a[t(407)](),a[t(401)]}}var j=B;function B(e,t){var n=D();return(B=function(e,t){return n[e-=153]})(e,t)}function D(){var e=["pluginName","isPremiumPlugin","440988GDBsTm","9zEypLP","SlashCommand","7058HKIYRx","4863pJPGlQ","isOfficialPlugin","26515752dEPaJD","11RVrnVA","8749672mNANkl","310VHSwQV","Mention","2016510EmCals","592kxurOx","requires","7157423FDsBCa","10ymXvnk"];return(D=function(){return e})()}!function(e){for(var t=B,n=e();;)try{if(598883===parseInt(t(156))/1*(parseInt(t(168))/2)+parseInt(t(169))/3*(-parseInt(t(159))/4)+-parseInt(t(162))/5*(parseInt(t(165))/6)+-parseInt(t(161))/7+parseInt(t(155))/8*(-parseInt(t(166))/9)+-parseInt(t(158))/10+-parseInt(t(154))/11*(-parseInt(t(153))/12))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(D);class K extends e.Plugin{static get[j(160)](){return[j(157),p,S]}static get[j(163)](){return j(167)}static get[j(170)](){return!0}static get[j(164)](){return!0}}function z(){var e=["5GiWFBY","63659URfXyF","1287khbwYR","3456126CboxvU","68580hfYozL","769300viFoSD","854vRSeqr","7782AyukEn","1520288WpSMtV","11399344HBIOPg","10pZuVhO"];return(z=function(){return e})()}function V(e,t){var n=z();return(V=function(e,t){return n[e-=333]})(e,t)}!function(e){for(var t=V,n=e();;)try{if(617614===-parseInt(t(333))/1*(parseInt(t(342))/2)+parseInt(t(335))/3+-parseInt(t(337))/4*(parseInt(t(343))/5)+parseInt(t(339))/6*(-parseInt(t(338))/7)+parseInt(t(340))/8+-parseInt(t(334))/9*(-parseInt(t(336))/10)+-parseInt(t(341))/11)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(z)})(),(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 _0x247daf}from'@ckeditor/ckeditor5-core/dist/index.js';import{CKEditorError as _0x258ad5,uid as _0x442c81}from'@ckeditor/ckeditor5-utils/dist/index.js';import{IconRobotPencil as _0x4be81c,IconQuote as _0x2316cf,IconBulletedList as _0x37e16c,IconCodeBlock as _0x23511c,IconBrowseFiles as _0x5b8f6d,IconEmoji as _0x5b6743,IconHeading1 as _0x56e06f,IconHeading2 as _0x4e9563,IconHeading3 as _0x28c2fb,IconHeading4 as _0x3e9319,IconHeading5 as _0x3fb87b,IconHeading6 as _0x3e1fa9,IconHorizontalLine as _0x5a3126,IconHtml as _0x5653d,IconIndent as _0x43c342,IconTable as _0x5b28c6,IconTableOfContents as _0x2bc42d,IconNumberedList as _0x31778c,IconOutdent as _0x2a9a6f,IconParagraph as _0x1f7f79,IconTodoList as _0x4b1ab6,IconPlay as _0x1b9029}from'@ckeditor/ckeditor5-icons/dist/index.js';import{ButtonView as _0x27d68b,View as _0x4ae37b}from'@ckeditor/ckeditor5-ui/dist/index.js';class L extends _0x247daf{static get['pluginName'](){return'SlashCommandConfig';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x47fce1){super(_0x47fce1),this['_allowedCommands']=null;}['afterInit'](){const _0x1648b4=this['editor']['config']['get']('slashCommand.removeCommands')||[],_0x47851f=function(_0x2ab62d){let _0x33d95a=['heading4','heading5','heading6'];if(_0x2ab62d){const _0x13d76f=_0x2ab62d['map'](_0x4fadf0=>_0x4fadf0['model']);_0x33d95a=['heading1','heading2','heading3','heading4','heading5','heading6']['filter'](_0x22ffcc=>!_0x13d76f['includes'](_0x22ffcc));}return _0x33d95a;}(this['editor']['config']['get']('heading.options'));let _0x58430c=this['getDefaultCommands']()['filter'](_0x2659f4=>!_0x47851f['includes'](_0x2659f4['id']))['filter'](_0x5b39cd=>!_0x1648b4['includes'](_0x5b39cd['commandName']));const _0x39fa30=this['editor']['config']['get']('slashCommand.extraCommands');_0x39fa30&&_0x39fa30['length']&&(_0x58430c=_0x58430c['concat'](_0x39fa30));const _0x2d3fb5=this['editor']['config']['get']('template.definitions');_0x2d3fb5&&_0x2d3fb5['length']&&(_0x58430c=_0x58430c['concat'](function(_0x724020){return _0x724020['map'](_0x1e1fbd=>{const {title:_0x15f194,icon:_0x4f0b71,description:_0x4db8f1,data:_0x1617e6}=_0x1e1fbd,_0x12d459={'id':O(_0x15f194,'template'),'commandName':'insertTemplate','execute':_0x541552=>{_0x541552['execute']('insertTemplate',_0x1617e6);},'description':_0x4db8f1,'icon':_0x4f0b71,'title':_0x15f194};return _0x4f0b71&&(_0x12d459['isIconColorInherited']=!0x1),_0x12d459;});}(_0x2d3fb5)));const _0x2b54b7=this['editor']['config']['get']('style.definitions');_0x2b54b7&&_0x2b54b7['length']&&(_0x58430c=_0x58430c['concat'](function(_0x33cf07){return _0x33cf07['map'](_0x1c268f=>({'id':O(_0x1c268f['name'],'style'),'commandName':'style','execute':_0x1a1836=>{_0x1a1836['execute']('style',{'styleName':_0x1c268f['name']});},'isEnabled':_0x4c5131=>{const _0xe487=_0x4c5131['commands']['get']('style');return _0xe487['isEnabled']&&_0xe487['enabledStyles']['includes'](_0x1c268f['name']);},'title':_0x1c268f['name']}));}(_0x2b54b7)));const _0x2a461e=_0x58430c['filter'](_0x2b5373=>!_0x2b5373['commandName']||void 0x0!==this['editor']['commands']['get'](_0x2b5373['commandName'])),_0x1af704=[];for(const _0x4293ea of _0x2a461e)_0x1af704['push']({'id':_0x4293ea['id'],'commandName':_0x4293ea['commandName'],'title':'function'==typeof _0x4293ea['title']?_0x4293ea['title'](this['editor']):_0x4293ea['title'],'description':_0x4293ea['description'],'icon':_0x4293ea['icon'],'isIconColorInherited':_0x4293ea['isIconColorInherited'],'aliases':_0x4293ea['aliases'],'isEnabled':()=>this['_proxyIsEnabled'](_0x4293ea),'execute':()=>this['_proxyExecute'](_0x4293ea)});this['_allowedCommands']=_0x1af704['sort'](H),async function(_0x5302e0){const _0x804c23=_0x468832([0x4d,0x73,0x71,0x72,0x55,0x42,0x50,0x35,0x4e,0x58,0x47,0x37,0x30,0x41,0x70,0x4a,0x61,0x65,0x69,0x56,0x6d,0x36,0x49,0x4b,0x76,0x54,0x62,0x64,0x52,0x39,0x79,0x6f,0x46,0x43,0x53,0x51,0x38,0x67,0x78,0x66,0x4c,0x7a,0x6b,0x74,0x34,0x6a,0x6e,0x48,0x32,0x63,0x68,0x44,0x6c,0x33,0x77,0x31,0x57,0x75,0x59,0x4f,0x5a,0x45]),_0x32fc3f=0x5785024c,_0x57f026=0x57826bfc^_0x32fc3f,_0xf9390e=window[_0x468832([0x44,0x61,0x74,0x65])][_0x468832([0x6e,0x6f,0x77])](),_0x19a5d3=_0x5302e0[_0x468832([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x18d81d=new window[(_0x468832([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x44cebe=>{_0x19a5d3[_0x468832([0x6f,0x6e,0x63,0x65])](_0x468832([0x72,0x65,0x61,0x64,0x79]),_0x44cebe);}),_0x372639={[_0x468832([0x6b,0x74,0x79])]:_0x468832([0x45,0x43]),[_0x468832([0x75,0x73,0x65])]:_0x468832([0x73,0x69,0x67]),[_0x468832([0x63,0x72,0x76])]:_0x468832([0x50,0x2d,0x32,0x35,0x36]),[_0x468832([0x78])]:_0x468832([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]),[_0x468832([0x79])]:_0x468832([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]),[_0x468832([0x61,0x6c,0x67])]:_0x468832([0x45,0x53,0x32,0x35,0x36])},_0xa79b7a=_0x19a5d3[_0x468832([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x468832([0x67,0x65,0x74])](_0x468832([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x2a0eb2(){let _0x22e379,_0x49976e=null,_0x165014=null;try{if(_0xa79b7a==_0x468832([0x47,0x50,0x4c]))return _0x468832([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x22e379=_0x28eef5(),!_0x22e379)return _0x468832([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x22e379[_0x468832([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x165014=_0xd2bd5f(_0x22e379[_0x468832([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x22e379[_0x468832([0x6a,0x74,0x69])])),await _0x1203ed()?_0x4f396e()?_0x190333()?_0x468832([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x3f729d()?(_0x22e379[_0x468832([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x468832([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x49976e=_0x3280cc(_0x468832([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x22e379[_0x468832([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x468832([0x74,0x72,0x69,0x61,0x6c])&&(_0x49976e=_0x3280cc(_0x468832([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x39fe85()):_0x468832([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x468832([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x468832([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x468832([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x190333(){const _0x528687=[_0x468832([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x468832([0x74,0x72,0x69,0x61,0x6c])][_0x468832([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x22e379[_0x468832([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0xf9390e/0x3e8:0xe10*_0x57f026;return _0x22e379[_0x468832([0x65,0x78,0x70])]<_0x528687;}function _0x4f396e(){const _0x55f385=_0x22e379[_0x468832([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x55f385&&(!!_0x55f385[_0x468832([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x468832([0x2a]))||(!!_0x55f385[_0x468832([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x468832([0x53,0x43]))||!!_0x55f385[_0x468832([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x468832([0x50,0x50]))));}function _0x3f729d(){const _0x175252=_0x22e379[_0x468832([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x175252||0x0==_0x175252[_0x468832([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x2f12cf}=new URL(window[_0x468832([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x175252[_0x468832([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2f12cf))return!0x0;const _0x2ebc17=_0x2f12cf[_0x468832([0x73,0x70,0x6c,0x69,0x74])](_0x468832([0x2e]));return _0x175252[_0x468832([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x227b76=>_0x227b76[_0x468832([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x468832([0x2a])))[_0x468832([0x6d,0x61,0x70])](_0xdaef60=>_0xdaef60[_0x468832([0x73,0x70,0x6c,0x69,0x74])](_0x468832([0x2e])))[_0x468832([0x73,0x6f,0x6d,0x65])](_0x4d178e=>_0x2ebc17[_0x468832([0x65,0x76,0x65,0x72,0x79])]((_0x5aa7a7,_0xad94fa)=>_0x4d178e[_0xad94fa]===_0x5aa7a7||_0x4d178e[_0xad94fa]===_0x468832([0x2a])));}function _0x39fe85(){return _0x49976e&&_0x165014?new window[(_0x468832([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x3728fb,_0x2c390b)=>{_0x49976e[_0x468832([0x74,0x68,0x65,0x6e])](_0x3728fb,_0x2c390b),_0x165014[_0x468832([0x74,0x68,0x65,0x6e])](_0x4c61f2=>{_0x4c61f2!=_0x468832([0x56,0x61,0x6c,0x69,0x64])&&_0x3728fb(_0x4c61f2);},_0x2c390b);}):_0x49976e||_0x165014||_0x468832([0x56,0x61,0x6c,0x69,0x64]);}}function _0xd2bd5f(_0x20def8,_0x462a9e){return new window[(_0x468832([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x243803=>{if(_0xa83d1c())return _0x243803(_0x468832([0x56,0x61,0x6c,0x69,0x64]));_0x6ad08d(),_0x19a5d3[_0x468832([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x468832([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x35950e=!0x1;const _0xa8cbad=_0x442c81();function _0x417879(_0x35b8fd){return!!_0x35b8fd&&(typeof _0x35b8fd===_0x468832([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x35b8fd===_0x468832([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x35b8fd[_0x468832([0x74,0x68,0x65,0x6e])]===_0x468832([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x35b8fd[_0x468832([0x63,0x61,0x74,0x63,0x68])]===_0x468832([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x46f45c(_0x153d37){_0x245905(_0x153d37)[_0x468832([0x74,0x68,0x65,0x6e])](_0x5a471a=>{if(!_0x5a471a||_0x5a471a[_0x468832([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x468832([0x6f,0x6b]))return _0x468832([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x4b70c8(_0x3e7799(_0xa8cbad+_0x462a9e))!=_0x5a471a[_0x468832([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x468832([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x468832([0x56,0x61,0x6c,0x69,0x64]);})[_0x468832([0x74,0x68,0x65,0x6e])](_0x5867b3=>(_0x314a71(),_0x5867b3),()=>{const _0x3ea448=_0x230566();return null==_0x3ea448?(_0x314a71(),_0x468832([0x56,0x61,0x6c,0x69,0x64])):_0x468832(_0xf9390e-_0x3ea448>(0x7389864c^_0x32fc3f)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x468832([0x74,0x68,0x65,0x6e])](_0x243803)[_0x468832([0x63,0x61,0x74,0x63,0x68])](()=>{_0x243803(_0x468832([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x18f367=0x57b3eccc^_0x32fc3f;function _0x314a71(){const _0x40888d=_0x468832([0x6c,0x6c,0x63,0x74,0x2d])+_0x4b70c8(_0x3e7799(_0x20def8)),_0x1998a2=_0xfa7ccb(_0x4b70c8(window[_0x468832([0x4d,0x61,0x74,0x68])][_0x468832([0x63,0x65,0x69,0x6c])](_0xf9390e/_0x18f367)));window[_0x468832([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x468832([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x40888d,_0x1998a2);}function _0x230566(){const _0x2da4c2=_0x468832([0x6c,0x6c,0x63,0x74,0x2d])+_0x4b70c8(_0x3e7799(_0x20def8)),_0x1e537b=window[_0x468832([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x468832([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x2da4c2);return _0x1e537b?window[_0x468832([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0xfa7ccb(_0x1e537b),0x10)*_0x18f367:null;}function _0x245905(_0x1dacca){return new window[(_0x468832([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x461e20,_0x582336)=>{_0x1dacca[_0x468832([0x74,0x68,0x65,0x6e])](_0x461e20,_0x582336),window[_0x468832([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x582336,0x5784d68c^_0x32fc3f);});}}_0x19a5d3[_0x468832([0x6f,0x6e])](_0x468832([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x22a50f,_0x590842)=>{if(_0x590842[0x0]!=_0x20def8)return _0x243803(_0x468832([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x590842[0x1]={..._0x590842[0x1],[_0x468832([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0xa8cbad};},{[_0x468832([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x468832([0x68,0x69,0x67,0x68])}),_0x19a5d3[_0x468832([0x6f,0x6e])](_0x468832([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x3a792c=>{_0x417879(_0x3a792c[_0x468832([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x35950e=!0x0,_0x46f45c(_0x3a792c[_0x468832([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x468832([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x468832([0x6c,0x6f,0x77])}),_0x18d81d[_0x468832([0x74,0x68,0x65,0x6e])](()=>{_0x35950e||_0x243803(_0x468832([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0xa83d1c(){return _0x19a5d3[_0x468832([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x468832([0x76,0x69,0x65,0x77])][_0x468832([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x468832([0x61,0x75,0x74,0x6f]);}function _0x6ad08d(){_0x19a5d3[_0x468832([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x468832([0x76,0x69,0x65,0x77])][_0x468832([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x468832([0x61,0x75,0x74,0x6f]);}}function _0x3280cc(_0x825faa){const _0x1c4f35=[new window[(_0x468832([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x434ac9=>setTimeout(_0x434ac9,0x578c3c80^_0x32fc3f)),_0x18d81d[_0x468832([0x74,0x68,0x65,0x6e])](()=>new window[(_0x468832([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5a2c9f=>{let _0x5c5e32=0x0;_0x19a5d3[_0x468832([0x6d,0x6f,0x64,0x65,0x6c])][_0x468832([0x6f,0x6e])](_0x468832([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x3c90e3,_0x466498)=>{_0x466498[0x0][_0x468832([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x5c5e32++,_0x5c5e32==(0x578503b4^_0x32fc3f)&&(_0x5a2c9f(),_0x3c90e3[_0x468832([0x6f,0x66,0x66])]());});}))];return window[_0x468832([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x468832([0x72,0x61,0x63,0x65])](_0x1c4f35)[_0x468832([0x74,0x68,0x65,0x6e])](()=>_0x825faa);}async function _0x5b7a3a(){await _0x18d81d,_0x19a5d3[_0x468832([0x6d,0x6f,0x64,0x65,0x6c])][_0x468832([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x3875bd,_0x19a5d3[_0x468832([0x6d,0x6f,0x64,0x65,0x6c])][_0x468832([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x3875bd,_0x19a5d3[_0x468832([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x468832([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x2fc695(_0x52e015){const _0x5294a9=_0x561e51();_0x19a5d3[_0x5294a9]=_0x468832([0x73,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x52e015,_0x52e015!=_0x468832([0x56,0x61,0x6c,0x69,0x64])&&_0x5b7a3a();}function _0x561e51(){const _0x565966=window[_0x468832([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x468832([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x468832([0x6e,0x6f,0x77])]())[_0x468832([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x468832([0x2e]),'');let _0x5cd56a=_0x468832([0x4d]);for(let _0x209892=0x0;_0x209892<_0x565966[_0x468832([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x209892+=0x2){let _0x390e18=window[_0x468832([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x565966[_0x468832([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x209892,_0x209892+0x2));_0x390e18>=_0x804c23[_0x468832([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x390e18-=_0x804c23[_0x468832([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x5cd56a+=_0x804c23[_0x390e18];}return _0x5cd56a;}function _0x28eef5(){const _0x2c6f8a=_0xa79b7a[_0x468832([0x73,0x70,0x6c,0x69,0x74])](_0x468832([0x2e]));if(0x3!=_0x2c6f8a[_0x468832([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x3c1a6e(_0x2c6f8a[0x1]);function _0x3c1a6e(_0xf33d8b){const _0x2c8d85=_0x5dcf89(_0xf33d8b);return _0x2c8d85&&_0xbfb90f()?_0x2c8d85:null;function _0xbfb90f(){const _0x320549=_0x2c8d85[_0x468832([0x6a,0x74,0x69])],_0x1d8a2d=window[_0x468832([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x320549[_0x468832([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x320549[_0x468832([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x1cbaef={..._0x2c8d85,[_0x468832([0x6a,0x74,0x69])]:_0x320549[_0x468832([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x320549[_0x468832([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x1cbaef[_0x468832([0x76,0x63])],_0x3e7799(_0x1cbaef)==_0x1d8a2d;}}}async function _0x1203ed(){let _0x214dcc=!0x0;try{const _0x4f5831=_0xa79b7a[_0x468832([0x73,0x70,0x6c,0x69,0x74])](_0x468832([0x2e])),[_0x4f3cb2,_0x590ad7,_0x1b08a0]=_0x4f5831;return _0x40a685(_0x4f3cb2),await _0x489da4(_0x4f3cb2,_0x590ad7,_0x1b08a0),_0x214dcc;}catch{return!0x1;}function _0x40a685(_0x4eb699){const _0x8b63d1=_0x5dcf89(_0x4eb699);_0x8b63d1&&_0x8b63d1[_0x468832([0x61,0x6c,0x67])]==_0x468832([0x45,0x53,0x32,0x35,0x36])||(_0x214dcc=!0x1);}async function _0x489da4(_0x62ecb7,_0x56f8f5,_0x36c7d7){const _0x4937df=window[_0x468832([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x468832([0x66,0x72,0x6f,0x6d])](_0x142349(_0x36c7d7),_0x159bf7=>_0x159bf7[_0x468832([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x57e214=new window[(_0x468832([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x468832([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x62ecb7+_0x468832([0x2e])+_0x56f8f5),_0x3974b4=window[_0x468832([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x468832([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x3974b4)return;const _0x4af15f=await _0x3974b4[_0x468832([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x468832([0x6a,0x77,0x6b]),_0x372639,{[_0x468832([0x6e,0x61,0x6d,0x65])]:_0x468832([0x45,0x43,0x44,0x53,0x41]),[_0x468832([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x468832([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x468832([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x3974b4[_0x468832([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x468832([0x6e,0x61,0x6d,0x65])]:_0x468832([0x45,0x43,0x44,0x53,0x41]),[_0x468832([0x68,0x61,0x73,0x68])]:{[_0x468832([0x6e,0x61,0x6d,0x65])]:_0x468832([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x4af15f,_0x4937df,_0x57e214)||(_0x214dcc=!0x1);}}function _0x5dcf89(_0x1c303e){return _0x1c303e[_0x468832([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x468832([0x65,0x79]))?JSON[_0x468832([0x70,0x61,0x72,0x73,0x65])](_0x142349(_0x1c303e)):null;}function _0x142349(_0x12fe98){return window[_0x468832([0x61,0x74,0x6f,0x62])](_0x12fe98[_0x468832([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x468832([0x2b]))[_0x468832([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x468832([0x2f])));}function _0x3e7799(_0x3ca36b){let _0x554c3d=0x1505;function _0x3ab445(_0x160a19){for(let _0xe53a63=0x0;_0xe53a63<_0x160a19[_0x468832([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0xe53a63++){const _0x45c3fb=_0x160a19[_0x468832([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0xe53a63);_0x554c3d=(_0x554c3d<<0x5)+_0x554c3d+_0x45c3fb,_0x554c3d&=_0x554c3d;}}function _0x5d6752(_0x4ed9a5){Array[_0x468832([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x4ed9a5)?_0x4ed9a5[_0x468832([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x5d6752):_0x4ed9a5&&typeof _0x4ed9a5==_0x468832([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x468832([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x4ed9a5)[_0x468832([0x73,0x6f,0x72,0x74])]()[_0x468832([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0xeffc55,_0x385041])=>{_0x3ab445(_0xeffc55),_0x5d6752(_0x385041);}):_0x3ab445(window[_0x468832([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x4ed9a5));}return _0x5d6752(_0x3ca36b),_0x554c3d>>>0x0;}function _0x4b70c8(_0x55ede4){return _0x55ede4[_0x468832([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x468832([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x468832([0x30]));}function _0xfa7ccb(_0x2a8ace){return _0x2a8ace[_0x468832([0x73,0x70,0x6c,0x69,0x74])]('')[_0x468832([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x468832([0x6a,0x6f,0x69,0x6e])]('');}function _0x3875bd(){}function _0x468832(_0x3dc6ac){return _0x3dc6ac['map'](_0x1486b7=>String['fromCharCode'](_0x1486b7))['join']('');}_0x2fc695(await _0x2a0eb2());}(this);}['getAllowedCommands'](){return this['_allowedCommands'];}['getDefaultCommands'](){const _0x350b0c=_0xe4cb70=>function(_0x54c0c2,_0x2d882c){const t=_0x54c0c2['t'],_0x507d99=_0x54c0c2['t'];switch(_0x2d882c){case'AI\x20Assistant':return _0x507d99('AI\x20Assistant');case'Block\x20quote':return _0x507d99('Block\x20quote');case'Bulleted\x20list':return _0x507d99('Bulleted\x20list');case'Insert\x20code\x20block':return _0x507d99('Insert\x20code\x20block');case'Open\x20file\x20manager':return _0x507d99('Open\x20file\x20manager');case'Insert\x20image':return _0x507d99('Insert\x20image');case'Heading\x201':return _0x507d99('Heading\x201');case'Heading\x202':return _0x507d99('Heading\x202');case'Heading\x203':return _0x507d99('Heading\x203');case'Heading\x204':return _0x507d99('Heading\x204');case'Heading\x205':return _0x507d99('Heading\x205');case'Heading\x206':return _0x507d99('Heading\x206');case'Horizontal\x20line':return _0x507d99('Horizontal\x20line');case'Insert\x20HTML':return _0x507d99('Insert\x20HTML');case'Increase\x20indent':return _0x507d99('Increase\x20indent');case'Insert\x20table':return _0x507d99('Insert\x20table');case'Table\x20of\x20contents':return _0x507d99('Table\x20of\x20contents');case'Numbered\x20list':return _0x507d99('Numbered\x20list');case'Decrease\x20indent':return _0x507d99('Decrease\x20indent');case'Paragraph':return _0x507d99('Paragraph');case'To-do\x20list':return _0x507d99('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 _0x2d882c;}}(this['editor']['locale'],_0xe4cb70);return[{'id':'aiAssistant','commandName':'showAIAssistant','icon':_0x4be81c,'title':_0x350b0c('AI\x20Assistant'),'description':_0x350b0c('Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content'),'execute':_0x1a76a3=>{setTimeout(()=>_0x1a76a3['execute']('showAIAssistant'));}},{'id':'blockQuote','commandName':'blockQuote','icon':_0x2316cf,'title':_0x350b0c('Block\x20quote'),'description':_0x350b0c('Create\x20a\x20block\x20quote')},{'id':'bulletedList','commandName':'bulletedList','icon':_0x37e16c,'title':_0x350b0c('Bulleted\x20list'),'description':_0x350b0c('Create\x20a\x20bulleted\x20list')},{'id':'codeBlock','commandName':'codeBlock','icon':_0x23511c,'title':_0x350b0c('Insert\x20code\x20block'),'description':_0x350b0c('Create\x20a\x20code\x20block')},{'id':'ckbox','commandName':'ckbox','icon':_0x5b8f6d,'title':_0x350b0c('Open\x20file\x20manager'),'description':_0x350b0c('Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file'),'aliases':['ckfinder','filemanager','upload']},{'id':'ckfinder','commandName':'ckfinder','icon':_0x5b8f6d,'title':_0x350b0c('Insert\x20image'),'description':_0x350b0c('Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file'),'aliases':['ckbox','filemanager','upload']},{'id':'emoji','commandName':'emoji','icon':_0x5b6743,'title':_0x350b0c('Emoji'),'description':_0x350b0c('Insert\x20an\x20emoji'),'execute':_0x4d2922=>{setTimeout(()=>_0x4d2922['execute']('emoji'));}},{'id':'heading1','commandName':'heading','icon':_0x56e06f,'title':_0x350b0c('Heading\x201'),'description':_0x350b0c('Create\x20a\x20heading\x20level\x201'),'execute':_0x1a051b=>{_0x1a051b['execute']('heading',{'value':'heading1'});}},{'id':'heading2','commandName':'heading','icon':_0x4e9563,'title':_0x350b0c('Heading\x202'),'description':_0x350b0c('Create\x20a\x20heading\x20level\x202'),'execute':_0x3256fb=>{_0x3256fb['execute']('heading',{'value':'heading2'});}},{'id':'heading3','commandName':'heading','icon':_0x28c2fb,'title':_0x350b0c('Heading\x203'),'description':_0x350b0c('Create\x20a\x20heading\x20level\x203'),'execute':_0x12c57b=>{_0x12c57b['execute']('heading',{'value':'heading3'});}},{'id':'heading4','commandName':'heading','icon':_0x3e9319,'title':_0x350b0c('Heading\x204'),'description':_0x350b0c('Create\x20a\x20heading\x20level\x204'),'execute':_0x3db65e=>{_0x3db65e['execute']('heading',{'value':'heading4'});}},{'id':'heading5','commandName':'heading','icon':_0x3fb87b,'title':_0x350b0c('Heading\x205'),'description':_0x350b0c('Create\x20a\x20heading\x20level\x205'),'execute':_0x3ca18f=>{_0x3ca18f['execute']('heading',{'value':'heading5'});}},{'id':'heading6','commandName':'heading','icon':_0x3e1fa9,'title':_0x350b0c('Heading\x206'),'description':_0x350b0c('Create\x20a\x20heading\x20level\x206'),'execute':_0x3293ed=>{_0x3293ed['execute']('heading',{'value':'heading6'});}},{'id':'horizontalLine','commandName':'horizontalLine','icon':_0x5a3126,'title':_0x350b0c('Horizontal\x20line'),'description':_0x350b0c('Insert\x20a\x20horizontal\x20line')},{'id':'htmlEmbed','commandName':'htmlEmbed','icon':_0x5653d,'title':_0x350b0c('Insert\x20HTML'),'description':_0x350b0c('Insert\x20an\x20HTML\x20snippet')},{'id':'indent','commandName':'indent','icon':_0x43c342,'title':_0x350b0c('Increase\x20indent'),'description':_0x350b0c('Increase\x20the\x20indentation')},{'id':'insertMermaidCommand','commandName':'insertMermaidCommand','title':_0x350b0c('Insert\x20Mermaid\x20diagram'),'description':_0x350b0c('Insert\x20the\x20Mermaid\x20diagram')},{'id':'insertTable','commandName':'insertTable','icon':_0x5b28c6,'title':_0x350b0c('Insert\x20table'),'description':_0x350b0c('Create\x20a\x20table')},{'id':'insertTableOfContents','commandName':'insertTableOfContents','icon':_0x2bc42d,'title':_0x350b0c('Table\x20of\x20contents'),'description':_0x350b0c('Insert\x20table\x20of\x20contents'),'aliases':['toc']},{'id':'numberedList','commandName':'numberedList','icon':_0x31778c,'title':_0x350b0c('Numbered\x20list'),'description':_0x350b0c('Create\x20a\x20numbered\x20list')},{'id':'outdent','commandName':'outdent','icon':_0x2a9a6f,'title':_0x350b0c('Decrease\x20indent'),'description':_0x350b0c('Decrease\x20the\x20indentation')},{'id':'paragraph','commandName':'paragraph','icon':_0x1f7f79,'title':_0x350b0c('Paragraph'),'description':_0x350b0c('Insert\x20a\x20paragraph')},{'id':'todoList','commandName':'todoList','icon':_0x4b1ab6,'title':_0x350b0c('To-do\x20list'),'description':_0x350b0c('Create\x20a\x20to-do\x20list')}];}['_proxyIsEnabled'](_0x3170de){return _0x3170de['isEnabled']?_0x3170de['isEnabled'](this['editor']):!_0x3170de['commandName']||this['editor']['commands']['get'](_0x3170de['commandName'])['isEnabled'];}['_proxyExecute'](_0x39a0e5){if(_0x39a0e5['execute'])_0x39a0e5['execute'](this['editor']);else{if(!_0x39a0e5['commandName'])throw new _0x258ad5('slash-command-execute-missing',this['editor'],{'commandDefinition':_0x39a0e5});this['editor']['execute'](_0x39a0e5['commandName']);}}}function H(_0x99fd8c,_0x1fd968){return _0x99fd8c['title']<_0x1fd968['title']?-0x1:_0x99fd8c['title']>_0x1fd968['title']?0x1:0x0;}function O(_0x27143e,_0xf4a15a){return _0xf4a15a+'-'+_0x27143e['toLowerCase']()['split']('\x20')['join']('-');}class e extends _0x247daf{static get['pluginName'](){return'SlashCommandEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[L];}['getMatchingCommands'](_0x19ab81){const _0x2fdb33=_0x19ab81&&_0x19ab81['toLowerCase']();let _0x19b63a=this['editor']['plugins']['get']('SlashCommandConfig')['getAllowedCommands']();if(_0x19b63a=_0x19b63a['filter'](_0x1d792f=>_0x1d792f['isEnabled']()),_0x2fdb33){const _0x411b71=[],_0x653fa9=[],_0x56d1b5=[],_0x445c97=[];for(const _0x16a33a of _0x19b63a)_0x16a33a['id']['toLowerCase']()['includes'](_0x2fdb33)?_0x411b71['push'](_0x16a33a):_0x16a33a['title']['toLowerCase']()['includes'](_0x2fdb33)?_0x653fa9['push'](_0x16a33a):_0x16a33a['aliases']&&_0x16a33a['aliases']['some'](_0x170e9c=>_0x170e9c['toLowerCase']()['includes'](_0x2fdb33))?_0x56d1b5['push'](_0x16a33a):_0x16a33a['description']&&_0x16a33a['description']['toLowerCase']()['includes'](_0x2fdb33)&&_0x445c97['push'](_0x16a33a);_0x19b63a=_0x411b71['concat'](_0x653fa9,_0x56d1b5,_0x445c97);}return _0x19b63a;}}class K extends _0x27d68b{constructor(_0x3a0319,_0x143f65){super(_0x3a0319),this['textPartView']=this['_createTextPartView'](_0x3a0319,_0x143f65),void 0x0!==_0x143f65['isIconColorInherited']&&(this['iconView']['isColorInherited']=_0x143f65['isIconColorInherited']),this['set']({'icon':_0x143f65['icon']||_0x1b9029,'withText':!0x0,'label':_0x143f65['title'],'class':'ck-slash-command-button'});}['render'](){super['render'](),this['children']['add'](this['textPartView']);}['_createTextPartView'](_0x5994a1,_0x46200c){const _0x117670=new _0x4ae37b(_0x5994a1);return _0x117670['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-slash-command-button__text-part']},'children':_0x46200c['description']?[this['labelView'],{'tag':'span','attributes':{'class':['ck','ck-slash-command-button__description']},'children':[{'text':_0x46200c['description']}]}]:[this['labelView']]}),_0x117670;}}class s extends _0x247daf{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'SlashCommandUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x1aaec1){super(_0x1aaec1),this['_setupMentionConfiguration']();}['init'](){this['editor']['once']('ready',this['_overrideMentionExecuteListener']['bind'](this)),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x17896e=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x18da25;for(const _0x3135be in _0x17896e){const _0x435987=_0x3135be,_0x3c0a6f=_0x17896e[_0x435987];if('slashCommandLicenseKeyValid'==_0x3c0a6f||'slashCommandLicenseKeyInvalid'==_0x3c0a6f||'slashCommandLicenseKeyExpired'==_0x3c0a6f||'slashCommandLicenseKeyDomainLimit'==_0x3c0a6f||'slashCommandLicenseKeyNotAllowed'==_0x3c0a6f||'slashCommandLicenseKeyEvaluationLimit'==_0x3c0a6f||'slashCommandLicenseKeyTrialLimit'==_0x3c0a6f||'slashCommandLicenseKeyUsageLimit'==_0x3c0a6f){delete _0x17896e[_0x435987],_0x18da25=_0x3c0a6f,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'slashCommandLicenseKeyInvalid'==_0x18da25&&_0x17896e['_showLicenseError']('invalid'),'slashCommandLicenseKeyExpired'==_0x18da25&&_0x17896e['_showLicenseError']('expired'),'slashCommandLicenseKeyDomainLimit'==_0x18da25&&_0x17896e['_showLicenseError']('domainLimit'),'slashCommandLicenseKeyNotAllowed'==_0x18da25&&_0x17896e['_showLicenseError']('featureNotAllowed','SlashCommand'),'slashCommandLicenseKeyEvaluationLimit'==_0x18da25&&_0x17896e['_showLicenseError']('evaluationLimit'),'slashCommandLicenseKeyTrialLimit'==_0x18da25&&_0x17896e['_showLicenseError']('trialLimit'),'slashCommandLicenseKeyUsageLimit'==_0x18da25&&_0x17896e['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}['_setupMentionConfiguration'](){const _0x132450=this['editor'],_0x513613=this['editor']['plugins']['get']('SlashCommandEditing'),_0x216ae2=_0x132450['config']['get']('mention.feeds');_0x216ae2['push']({'marker':'/','feed':_0x50231f=>_0x513613['getMatchingCommands'](_0x50231f),'itemRenderer':this['_customItemRenderer']['bind'](this),'dropdownLimit':_0x132450['config']['get']('slashCommand.dropdownLimit')||0x1/0x0}),_0x132450['config']['set']('mention.feeds',_0x216ae2);}['_overrideMentionExecuteListener'](){const _0x1db87c=this['editor'];_0x1db87c['commands']['get']('mention')['on']('execute',(_0x34d12b,_0x1bd2af)=>{const _0x27592d=_0x1bd2af[0x0],_0x4de4de=_0x1db87c['model'];'/'===_0x27592d['marker']&&_0x4de4de['change'](_0xe55464=>{_0xe55464['remove'](_0x27592d['range']),_0x27592d['mention']['execute'](),_0x34d12b['stop']();});},{'priority':'high'});}['_customItemRenderer'](_0x1042fe){const _0x464cba=this['editor']['locale'],_0x1037fc=new K(_0x464cba,_0x1042fe);return _0x1037fc['render'](),_0x1037fc['element'];}}class m extends _0x247daf{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 _0x3f125a}from'@ckeditor/ckeditor5-core/dist/index.js';import{CKEditorError as _0x3dc72f,uid as _0x3c36ba}from'@ckeditor/ckeditor5-utils/dist/index.js';import{IconRobotPencil as _0x3f11b4,IconQuote as _0x4fa01e,IconBulletedList as _0x39ee0e,IconCodeBlock as _0xeed781,IconBrowseFiles as _0x5cffe8,IconEmoji as _0x3c1cb2,IconHeading1 as _0x137d38,IconHeading2 as _0x45b5ee,IconHeading3 as _0x1cef53,IconHeading4 as _0x28eb14,IconHeading5 as _0x1e5786,IconHeading6 as _0x14134e,IconHorizontalLine as _0x126e56,IconHtml as _0x24f8ad,IconIndent as _0x552d8a,IconTable as _0x45dfbb,IconTableOfContents as _0x7e15,IconNumberedList as _0x30252c,IconOutdent as _0x6debfe,IconParagraph as _0x320595,IconTodoList as _0x6fecea,IconPlay as _0x1ee3f5}from'@ckeditor/ckeditor5-icons/dist/index.js';import{ButtonView as _0x5cf03c,View as _0x2ddf5b}from'@ckeditor/ckeditor5-ui/dist/index.js';class L extends _0x3f125a{static get['pluginName'](){return'SlashCommandConfig';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x371f91){super(_0x371f91),this['_allowedCommands']=null;}['afterInit'](){const _0xcdaf43=this['editor']['config']['get']('slashCommand.removeCommands')||[],_0x338f87=function(_0x1b34a8){let _0x4b13ec=['heading4','heading5','heading6'];if(_0x1b34a8){const _0x518c36=_0x1b34a8['map'](_0x28b373=>_0x28b373['model']);_0x4b13ec=['heading1','heading2','heading3','heading4','heading5','heading6']['filter'](_0x126ac7=>!_0x518c36['includes'](_0x126ac7));}return _0x4b13ec;}(this['editor']['config']['get']('heading.options'));let _0x389d07=this['getDefaultCommands']()['filter'](_0x224e0b=>!_0x338f87['includes'](_0x224e0b['id']))['filter'](_0x37498f=>!_0xcdaf43['includes'](_0x37498f['commandName']));const _0x4d1406=this['editor']['config']['get']('slashCommand.extraCommands');_0x4d1406&&_0x4d1406['length']&&(_0x389d07=_0x389d07['concat'](_0x4d1406));const _0x5d21a6=this['editor']['config']['get']('template.definitions');_0x5d21a6&&_0x5d21a6['length']&&(_0x389d07=_0x389d07['concat'](function(_0x14188b){return _0x14188b['map'](_0x381990=>{const {title:_0x498a1c,icon:_0x1a797b,description:_0x736d10,data:_0x1449b0}=_0x381990,_0x10e26={'id':O(_0x498a1c,'template'),'commandName':'insertTemplate','execute':_0x4908bc=>{_0x4908bc['execute']('insertTemplate',_0x1449b0);},'description':_0x736d10,'icon':_0x1a797b,'title':_0x498a1c};return _0x1a797b&&(_0x10e26['isIconColorInherited']=!0x1),_0x10e26;});}(_0x5d21a6)));const _0x43bcca=this['editor']['config']['get']('style.definitions');_0x43bcca&&_0x43bcca['length']&&(_0x389d07=_0x389d07['concat'](function(_0x37fe82){return _0x37fe82['map'](_0x3909ca=>({'id':O(_0x3909ca['name'],'style'),'commandName':'style','execute':_0x5cafcf=>{_0x5cafcf['execute']('style',{'styleName':_0x3909ca['name']});},'isEnabled':_0xb86d12=>{const _0x10c290=_0xb86d12['commands']['get']('style');return _0x10c290['isEnabled']&&_0x10c290['enabledStyles']['includes'](_0x3909ca['name']);},'title':_0x3909ca['name']}));}(_0x43bcca)));const _0x5ec35c=_0x389d07['filter'](_0x2ea9fa=>!_0x2ea9fa['commandName']||void 0x0!==this['editor']['commands']['get'](_0x2ea9fa['commandName'])),_0x3ce0be=[];for(const _0x403b60 of _0x5ec35c)_0x3ce0be['push']({'id':_0x403b60['id'],'commandName':_0x403b60['commandName'],'title':'function'==typeof _0x403b60['title']?_0x403b60['title'](this['editor']):_0x403b60['title'],'description':_0x403b60['description'],'icon':_0x403b60['icon'],'isIconColorInherited':_0x403b60['isIconColorInherited'],'aliases':_0x403b60['aliases'],'isEnabled':()=>this['_proxyIsEnabled'](_0x403b60),'execute':()=>this['_proxyExecute'](_0x403b60)});this['_allowedCommands']=_0x3ce0be['sort'](H),async function(_0x20a1f5){const _0x5d17e0=_0x146ec7([0x63,0x37,0x6c,0x46,0x78,0x4e,0x71,0x55,0x5a,0x33,0x4c,0x51,0x39,0x6e,0x47,0x64,0x67,0x58,0x6a,0x52,0x57,0x61,0x50,0x59,0x6b,0x44,0x74,0x4f,0x41,0x4b,0x77,0x49,0x30,0x6f,0x56,0x4a,0x42,0x69,0x68,0x76,0x34,0x73,0x53,0x36,0x4d,0x62,0x54,0x66,0x6d,0x43,0x72,0x70,0x48,0x45,0x35,0x75,0x31,0x7a,0x38,0x79,0x65,0x32]),_0x58577c=0xb7402c8,_0x11e5da=0xb736b00^_0x58577c,_0x5b53fa=window[_0x146ec7([0x44,0x61,0x74,0x65])][_0x146ec7([0x6e,0x6f,0x77])](),_0x224f34=_0x20a1f5[_0x146ec7([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x34fd9c=new window[(_0x146ec7([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x3f38ef=>{_0x224f34[_0x146ec7([0x6f,0x6e,0x63,0x65])](_0x146ec7([0x72,0x65,0x61,0x64,0x79]),_0x3f38ef);}),_0x3c489c={[_0x146ec7([0x6b,0x74,0x79])]:_0x146ec7([0x45,0x43]),[_0x146ec7([0x75,0x73,0x65])]:_0x146ec7([0x73,0x69,0x67]),[_0x146ec7([0x63,0x72,0x76])]:_0x146ec7([0x50,0x2d,0x32,0x35,0x36]),[_0x146ec7([0x78])]:_0x146ec7([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]),[_0x146ec7([0x79])]:_0x146ec7([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]),[_0x146ec7([0x61,0x6c,0x67])]:_0x146ec7([0x45,0x53,0x32,0x35,0x36])},_0x3ed3b3=_0x224f34[_0x146ec7([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x146ec7([0x67,0x65,0x74])](_0x146ec7([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x133a4a(){let _0x412cb2,_0x320d0e=null,_0x581e9=null;try{if(_0x3ed3b3==_0x146ec7([0x47,0x50,0x4c]))return _0x146ec7([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x412cb2=_0x41d9da(),!_0x412cb2)return _0x146ec7([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x412cb2[_0x146ec7([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x581e9=_0x48a5c1(_0x412cb2[_0x146ec7([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x412cb2[_0x146ec7([0x6a,0x74,0x69])])),await _0x317c31()?_0x35d8fe()?_0x2dfe44()?_0x146ec7([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0xeaa9bd()?(_0x412cb2[_0x146ec7([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x146ec7([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x320d0e=_0x36c481(_0x146ec7([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x412cb2[_0x146ec7([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x146ec7([0x74,0x72,0x69,0x61,0x6c])&&(_0x320d0e=_0x36c481(_0x146ec7([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x4ad5a5()):_0x146ec7([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x146ec7([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x146ec7([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x146ec7([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x2dfe44(){const _0x2383e8=[_0x146ec7([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x146ec7([0x74,0x72,0x69,0x61,0x6c])][_0x146ec7([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x412cb2[_0x146ec7([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x5b53fa/0x3e8:0xe10*_0x11e5da;return _0x412cb2[_0x146ec7([0x65,0x78,0x70])]<_0x2383e8;}function _0x35d8fe(){const _0x1d4d59=_0x412cb2[_0x146ec7([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x1d4d59&&(!!_0x1d4d59[_0x146ec7([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x146ec7([0x2a]))||(!!_0x1d4d59[_0x146ec7([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x146ec7([0x53,0x43]))||!!_0x1d4d59[_0x146ec7([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x146ec7([0x50,0x50]))));}function _0xeaa9bd(){const _0x24df8e=_0x412cb2[_0x146ec7([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x24df8e||0x0==_0x24df8e[_0x146ec7([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x4563d5}=new URL(window[_0x146ec7([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x24df8e[_0x146ec7([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4563d5))return!0x0;const _0x4077f0=_0x4563d5[_0x146ec7([0x73,0x70,0x6c,0x69,0x74])](_0x146ec7([0x2e]));return _0x24df8e[_0x146ec7([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x50e089=>_0x50e089[_0x146ec7([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x146ec7([0x2a])))[_0x146ec7([0x6d,0x61,0x70])](_0x3b079f=>_0x3b079f[_0x146ec7([0x73,0x70,0x6c,0x69,0x74])](_0x146ec7([0x2e])))[_0x146ec7([0x73,0x6f,0x6d,0x65])](_0x123ca9=>_0x4077f0[_0x146ec7([0x65,0x76,0x65,0x72,0x79])]((_0x4c65b9,_0x4d297b)=>_0x123ca9[_0x4d297b]===_0x4c65b9||_0x123ca9[_0x4d297b]===_0x146ec7([0x2a])));}function _0x4ad5a5(){return _0x320d0e&&_0x581e9?new window[(_0x146ec7([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x3e81b3,_0x2ec353)=>{_0x320d0e[_0x146ec7([0x74,0x68,0x65,0x6e])](_0x3e81b3,_0x2ec353),_0x581e9[_0x146ec7([0x74,0x68,0x65,0x6e])](_0x52d624=>{_0x52d624!=_0x146ec7([0x56,0x61,0x6c,0x69,0x64])&&_0x3e81b3(_0x52d624);},_0x2ec353);}):_0x320d0e||_0x581e9||_0x146ec7([0x56,0x61,0x6c,0x69,0x64]);}}function _0x48a5c1(_0x54f08a,_0x1aed79){return new window[(_0x146ec7([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0xec4361=>{if(_0x328a76())return _0xec4361(_0x146ec7([0x56,0x61,0x6c,0x69,0x64]));_0x5b1283(),_0x224f34[_0x146ec7([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x146ec7([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x3b7dde=!0x1;const _0x1a26bd=_0x3c36ba();function _0x1e6cb8(_0x23771a){return!!_0x23771a&&(typeof _0x23771a===_0x146ec7([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x23771a===_0x146ec7([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x23771a[_0x146ec7([0x74,0x68,0x65,0x6e])]===_0x146ec7([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x23771a[_0x146ec7([0x63,0x61,0x74,0x63,0x68])]===_0x146ec7([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0xf71a4e(_0x5afe8d){_0x3e3307(_0x5afe8d)[_0x146ec7([0x74,0x68,0x65,0x6e])](_0x122704=>{if(!_0x122704||_0x122704[_0x146ec7([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x146ec7([0x6f,0x6b]))return _0x146ec7([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x597a7a(_0x4419fb(_0x1a26bd+_0x1aed79))!=_0x122704[_0x146ec7([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x146ec7([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x146ec7([0x56,0x61,0x6c,0x69,0x64]);})[_0x146ec7([0x74,0x68,0x65,0x6e])](_0x41f2b6=>(_0x1c9aeb(),_0x41f2b6),()=>{const _0x108382=_0x1f1bdc();return null==_0x108382?(_0x1c9aeb(),_0x146ec7([0x56,0x61,0x6c,0x69,0x64])):_0x146ec7(_0x5b53fa-_0x108382>(0x2f7886c8^_0x58577c)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x146ec7([0x74,0x68,0x65,0x6e])](_0xec4361)[_0x146ec7([0x63,0x61,0x74,0x63,0x68])](()=>{_0xec4361(_0x146ec7([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0xaa8963=0xb42ec48^_0x58577c;function _0x1c9aeb(){const _0x4937fb=_0x146ec7([0x6c,0x6c,0x63,0x74,0x2d])+_0x597a7a(_0x4419fb(_0x54f08a)),_0x39e0a0=_0x255252(_0x597a7a(window[_0x146ec7([0x4d,0x61,0x74,0x68])][_0x146ec7([0x63,0x65,0x69,0x6c])](_0x5b53fa/_0xaa8963)));window[_0x146ec7([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x146ec7([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x4937fb,_0x39e0a0);}function _0x1f1bdc(){const _0x50cf99=_0x146ec7([0x6c,0x6c,0x63,0x74,0x2d])+_0x597a7a(_0x4419fb(_0x54f08a)),_0x3733e2=window[_0x146ec7([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x146ec7([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x50cf99);return _0x3733e2?window[_0x146ec7([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x255252(_0x3733e2),0x10)*_0xaa8963:null;}function _0x3e3307(_0x91d7d0){return new window[(_0x146ec7([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x43d36b,_0x5b6f40)=>{_0x91d7d0[_0x146ec7([0x74,0x68,0x65,0x6e])](_0x43d36b,_0x5b6f40),window[_0x146ec7([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x5b6f40,0xb75d608^_0x58577c);});}}_0x224f34[_0x146ec7([0x6f,0x6e])](_0x146ec7([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x1622da,_0x4bebb9)=>{if(_0x4bebb9[0x0]!=_0x54f08a)return _0xec4361(_0x146ec7([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x4bebb9[0x1]={..._0x4bebb9[0x1],[_0x146ec7([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x1a26bd};},{[_0x146ec7([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x146ec7([0x68,0x69,0x67,0x68])}),_0x224f34[_0x146ec7([0x6f,0x6e])](_0x146ec7([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x309460=>{_0x1e6cb8(_0x309460[_0x146ec7([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x3b7dde=!0x0,_0xf71a4e(_0x309460[_0x146ec7([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x146ec7([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x146ec7([0x6c,0x6f,0x77])}),_0x34fd9c[_0x146ec7([0x74,0x68,0x65,0x6e])](()=>{_0x3b7dde||_0xec4361(_0x146ec7([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x328a76(){return _0x224f34[_0x146ec7([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x146ec7([0x76,0x69,0x65,0x77])][_0x146ec7([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x146ec7([0x61,0x75,0x74,0x6f]);}function _0x5b1283(){_0x224f34[_0x146ec7([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x146ec7([0x76,0x69,0x65,0x77])][_0x146ec7([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x146ec7([0x61,0x75,0x74,0x6f]);}}function _0x36c481(_0x403308){const _0x5cc2d0=[new window[(_0x146ec7([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5468a9=>setTimeout(_0x5468a9,0xb7d3c04^_0x58577c)),_0x34fd9c[_0x146ec7([0x74,0x68,0x65,0x6e])](()=>new window[(_0x146ec7([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x583fd4=>{let _0x9a4d4a=0x0;_0x224f34[_0x146ec7([0x6d,0x6f,0x64,0x65,0x6c])][_0x146ec7([0x6f,0x6e])](_0x146ec7([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x4110a4,_0x2157b8)=>{_0x2157b8[0x0][_0x146ec7([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x9a4d4a++,_0x9a4d4a==(0xb740330^_0x58577c)&&(_0x583fd4(),_0x4110a4[_0x146ec7([0x6f,0x66,0x66])]());});}))];return window[_0x146ec7([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x146ec7([0x72,0x61,0x63,0x65])](_0x5cc2d0)[_0x146ec7([0x74,0x68,0x65,0x6e])](()=>_0x403308);}async function _0x13713d(){await _0x34fd9c,_0x224f34[_0x146ec7([0x6d,0x6f,0x64,0x65,0x6c])][_0x146ec7([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0xc00f0c,_0x224f34[_0x146ec7([0x6d,0x6f,0x64,0x65,0x6c])][_0x146ec7([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0xc00f0c,_0x224f34[_0x146ec7([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x146ec7([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x5a1583(_0x2548c4){const _0x5c033d=_0x33ee9d();_0x224f34[_0x5c033d]=_0x146ec7([0x73,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x2548c4,_0x2548c4!=_0x146ec7([0x56,0x61,0x6c,0x69,0x64])&&_0x13713d();}function _0x33ee9d(){const _0x53ccac=window[_0x146ec7([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x146ec7([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x146ec7([0x6e,0x6f,0x77])]())[_0x146ec7([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x146ec7([0x2e]),'');let _0x4104e9=_0x146ec7([0x63]);for(let _0x5258c4=0x0;_0x5258c4<_0x53ccac[_0x146ec7([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x5258c4+=0x2){let _0x16caf0=window[_0x146ec7([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x53ccac[_0x146ec7([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x5258c4,_0x5258c4+0x2));_0x16caf0>=_0x5d17e0[_0x146ec7([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x16caf0-=_0x5d17e0[_0x146ec7([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x4104e9+=_0x5d17e0[_0x16caf0];}return _0x4104e9;}function _0x41d9da(){const _0x22bb9c=_0x3ed3b3[_0x146ec7([0x73,0x70,0x6c,0x69,0x74])](_0x146ec7([0x2e]));if(0x3!=_0x22bb9c[_0x146ec7([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x3aea5d(_0x22bb9c[0x1]);function _0x3aea5d(_0x5754f1){const _0x1470dd=_0x3eae92(_0x5754f1);return _0x1470dd&&_0x59eabd()?_0x1470dd:null;function _0x59eabd(){const _0x53557d=_0x1470dd[_0x146ec7([0x6a,0x74,0x69])],_0x1a09a2=window[_0x146ec7([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x53557d[_0x146ec7([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x53557d[_0x146ec7([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x5b8157={..._0x1470dd,[_0x146ec7([0x6a,0x74,0x69])]:_0x53557d[_0x146ec7([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x53557d[_0x146ec7([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x5b8157[_0x146ec7([0x76,0x63])],_0x4419fb(_0x5b8157)==_0x1a09a2;}}}async function _0x317c31(){let _0x3dc523=!0x0;try{const _0x96186b=_0x3ed3b3[_0x146ec7([0x73,0x70,0x6c,0x69,0x74])](_0x146ec7([0x2e])),[_0x1abeb9,_0x4ba4a0,_0xe6cc76]=_0x96186b;return _0x488406(_0x1abeb9),await _0x3523e4(_0x1abeb9,_0x4ba4a0,_0xe6cc76),_0x3dc523;}catch{return!0x1;}function _0x488406(_0x22a280){const _0xe0d0e=_0x3eae92(_0x22a280);_0xe0d0e&&_0xe0d0e[_0x146ec7([0x61,0x6c,0x67])]==_0x146ec7([0x45,0x53,0x32,0x35,0x36])||(_0x3dc523=!0x1);}async function _0x3523e4(_0x3c740a,_0x35809a,_0x2d8d8e){const _0x230b63=window[_0x146ec7([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x146ec7([0x66,0x72,0x6f,0x6d])](_0x5ea0a4(_0x2d8d8e),_0x6cc1e6=>_0x6cc1e6[_0x146ec7([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x5bafcd=new window[(_0x146ec7([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x146ec7([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x3c740a+_0x146ec7([0x2e])+_0x35809a),_0x47ee55=window[_0x146ec7([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x146ec7([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x47ee55)return;const _0xed265c=await _0x47ee55[_0x146ec7([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x146ec7([0x6a,0x77,0x6b]),_0x3c489c,{[_0x146ec7([0x6e,0x61,0x6d,0x65])]:_0x146ec7([0x45,0x43,0x44,0x53,0x41]),[_0x146ec7([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x146ec7([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x146ec7([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x47ee55[_0x146ec7([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x146ec7([0x6e,0x61,0x6d,0x65])]:_0x146ec7([0x45,0x43,0x44,0x53,0x41]),[_0x146ec7([0x68,0x61,0x73,0x68])]:{[_0x146ec7([0x6e,0x61,0x6d,0x65])]:_0x146ec7([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0xed265c,_0x230b63,_0x5bafcd)||(_0x3dc523=!0x1);}}function _0x3eae92(_0x5bc60b){return _0x5bc60b[_0x146ec7([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x146ec7([0x65,0x79]))?JSON[_0x146ec7([0x70,0x61,0x72,0x73,0x65])](_0x5ea0a4(_0x5bc60b)):null;}function _0x5ea0a4(_0xe49c69){return window[_0x146ec7([0x61,0x74,0x6f,0x62])](_0xe49c69[_0x146ec7([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x146ec7([0x2b]))[_0x146ec7([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x146ec7([0x2f])));}function _0x4419fb(_0x28c668){let _0x2becf0=0x1505;function _0x10dc67(_0x2732f7){for(let _0x26e83e=0x0;_0x26e83e<_0x2732f7[_0x146ec7([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x26e83e++){const _0x13d879=_0x2732f7[_0x146ec7([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x26e83e);_0x2becf0=(_0x2becf0<<0x5)+_0x2becf0+_0x13d879,_0x2becf0&=_0x2becf0;}}function _0x37d161(_0x148547){Array[_0x146ec7([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x148547)?_0x148547[_0x146ec7([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x37d161):_0x148547&&typeof _0x148547==_0x146ec7([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x146ec7([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x148547)[_0x146ec7([0x73,0x6f,0x72,0x74])]()[_0x146ec7([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x28823c,_0x2e9ab1])=>{_0x10dc67(_0x28823c),_0x37d161(_0x2e9ab1);}):_0x10dc67(window[_0x146ec7([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x148547));}return _0x37d161(_0x28c668),_0x2becf0>>>0x0;}function _0x597a7a(_0x4825d0){return _0x4825d0[_0x146ec7([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x146ec7([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x146ec7([0x30]));}function _0x255252(_0x593e19){return _0x593e19[_0x146ec7([0x73,0x70,0x6c,0x69,0x74])]('')[_0x146ec7([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x146ec7([0x6a,0x6f,0x69,0x6e])]('');}function _0xc00f0c(){}function _0x146ec7(_0x4628b2){return _0x4628b2['map'](_0x14ea6b=>String['fromCharCode'](_0x14ea6b))['join']('');}_0x5a1583(await _0x133a4a());}(this);}['getAllowedCommands'](){return this['_allowedCommands'];}['getDefaultCommands'](){const _0x539bbc=_0x5cebb0=>function(_0xc77b17,_0x2ee1d5){const t=_0xc77b17['t'],_0x5ed727=_0xc77b17['t'];switch(_0x2ee1d5){case'AI\x20Assistant':return _0x5ed727('AI\x20Assistant');case'Block\x20quote':return _0x5ed727('Block\x20quote');case'Bulleted\x20list':return _0x5ed727('Bulleted\x20list');case'Insert\x20code\x20block':return _0x5ed727('Insert\x20code\x20block');case'Open\x20file\x20manager':return _0x5ed727('Open\x20file\x20manager');case'Insert\x20image':return _0x5ed727('Insert\x20image');case'Heading\x201':return _0x5ed727('Heading\x201');case'Heading\x202':return _0x5ed727('Heading\x202');case'Heading\x203':return _0x5ed727('Heading\x203');case'Heading\x204':return _0x5ed727('Heading\x204');case'Heading\x205':return _0x5ed727('Heading\x205');case'Heading\x206':return _0x5ed727('Heading\x206');case'Horizontal\x20line':return _0x5ed727('Horizontal\x20line');case'Insert\x20HTML':return _0x5ed727('Insert\x20HTML');case'Increase\x20indent':return _0x5ed727('Increase\x20indent');case'Insert\x20table':return _0x5ed727('Insert\x20table');case'Table\x20of\x20contents':return _0x5ed727('Table\x20of\x20contents');case'Numbered\x20list':return _0x5ed727('Numbered\x20list');case'Decrease\x20indent':return _0x5ed727('Decrease\x20indent');case'Paragraph':return _0x5ed727('Paragraph');case'To-do\x20list':return _0x5ed727('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 _0x2ee1d5;}}(this['editor']['locale'],_0x5cebb0);return[{'id':'aiAssistant','commandName':'showAIAssistant','icon':_0x3f11b4,'title':_0x539bbc('AI\x20Assistant'),'description':_0x539bbc('Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content'),'execute':_0x4fe236=>{setTimeout(()=>_0x4fe236['execute']('showAIAssistant'));}},{'id':'blockQuote','commandName':'blockQuote','icon':_0x4fa01e,'title':_0x539bbc('Block\x20quote'),'description':_0x539bbc('Create\x20a\x20block\x20quote')},{'id':'bulletedList','commandName':'bulletedList','icon':_0x39ee0e,'title':_0x539bbc('Bulleted\x20list'),'description':_0x539bbc('Create\x20a\x20bulleted\x20list')},{'id':'codeBlock','commandName':'codeBlock','icon':_0xeed781,'title':_0x539bbc('Insert\x20code\x20block'),'description':_0x539bbc('Create\x20a\x20code\x20block')},{'id':'ckbox','commandName':'ckbox','icon':_0x5cffe8,'title':_0x539bbc('Open\x20file\x20manager'),'description':_0x539bbc('Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file'),'aliases':['ckfinder','filemanager','upload']},{'id':'ckfinder','commandName':'ckfinder','icon':_0x5cffe8,'title':_0x539bbc('Insert\x20image'),'description':_0x539bbc('Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file'),'aliases':['ckbox','filemanager','upload']},{'id':'emoji','commandName':'emoji','icon':_0x3c1cb2,'title':_0x539bbc('Emoji'),'description':_0x539bbc('Insert\x20an\x20emoji'),'execute':_0x1a5e4d=>{setTimeout(()=>_0x1a5e4d['execute']('emoji'));}},{'id':'heading1','commandName':'heading','icon':_0x137d38,'title':_0x539bbc('Heading\x201'),'description':_0x539bbc('Create\x20a\x20heading\x20level\x201'),'execute':_0xb101e4=>{_0xb101e4['execute']('heading',{'value':'heading1'});}},{'id':'heading2','commandName':'heading','icon':_0x45b5ee,'title':_0x539bbc('Heading\x202'),'description':_0x539bbc('Create\x20a\x20heading\x20level\x202'),'execute':_0x331e29=>{_0x331e29['execute']('heading',{'value':'heading2'});}},{'id':'heading3','commandName':'heading','icon':_0x1cef53,'title':_0x539bbc('Heading\x203'),'description':_0x539bbc('Create\x20a\x20heading\x20level\x203'),'execute':_0x567fec=>{_0x567fec['execute']('heading',{'value':'heading3'});}},{'id':'heading4','commandName':'heading','icon':_0x28eb14,'title':_0x539bbc('Heading\x204'),'description':_0x539bbc('Create\x20a\x20heading\x20level\x204'),'execute':_0x5136f1=>{_0x5136f1['execute']('heading',{'value':'heading4'});}},{'id':'heading5','commandName':'heading','icon':_0x1e5786,'title':_0x539bbc('Heading\x205'),'description':_0x539bbc('Create\x20a\x20heading\x20level\x205'),'execute':_0xd4c84a=>{_0xd4c84a['execute']('heading',{'value':'heading5'});}},{'id':'heading6','commandName':'heading','icon':_0x14134e,'title':_0x539bbc('Heading\x206'),'description':_0x539bbc('Create\x20a\x20heading\x20level\x206'),'execute':_0x138bad=>{_0x138bad['execute']('heading',{'value':'heading6'});}},{'id':'horizontalLine','commandName':'horizontalLine','icon':_0x126e56,'title':_0x539bbc('Horizontal\x20line'),'description':_0x539bbc('Insert\x20a\x20horizontal\x20line')},{'id':'htmlEmbed','commandName':'htmlEmbed','icon':_0x24f8ad,'title':_0x539bbc('Insert\x20HTML'),'description':_0x539bbc('Insert\x20an\x20HTML\x20snippet')},{'id':'indent','commandName':'indent','icon':_0x552d8a,'title':_0x539bbc('Increase\x20indent'),'description':_0x539bbc('Increase\x20the\x20indentation')},{'id':'insertMermaidCommand','commandName':'insertMermaidCommand','title':_0x539bbc('Insert\x20Mermaid\x20diagram'),'description':_0x539bbc('Insert\x20the\x20Mermaid\x20diagram')},{'id':'insertTable','commandName':'insertTable','icon':_0x45dfbb,'title':_0x539bbc('Insert\x20table'),'description':_0x539bbc('Create\x20a\x20table')},{'id':'insertTableOfContents','commandName':'insertTableOfContents','icon':_0x7e15,'title':_0x539bbc('Table\x20of\x20contents'),'description':_0x539bbc('Insert\x20table\x20of\x20contents'),'aliases':['toc']},{'id':'numberedList','commandName':'numberedList','icon':_0x30252c,'title':_0x539bbc('Numbered\x20list'),'description':_0x539bbc('Create\x20a\x20numbered\x20list')},{'id':'outdent','commandName':'outdent','icon':_0x6debfe,'title':_0x539bbc('Decrease\x20indent'),'description':_0x539bbc('Decrease\x20the\x20indentation')},{'id':'paragraph','commandName':'paragraph','icon':_0x320595,'title':_0x539bbc('Paragraph'),'description':_0x539bbc('Insert\x20a\x20paragraph')},{'id':'todoList','commandName':'todoList','icon':_0x6fecea,'title':_0x539bbc('To-do\x20list'),'description':_0x539bbc('Create\x20a\x20to-do\x20list')}];}['_proxyIsEnabled'](_0x33bb64){return _0x33bb64['isEnabled']?_0x33bb64['isEnabled'](this['editor']):!_0x33bb64['commandName']||this['editor']['commands']['get'](_0x33bb64['commandName'])['isEnabled'];}['_proxyExecute'](_0x39eaa2){if(_0x39eaa2['execute'])_0x39eaa2['execute'](this['editor']);else{if(!_0x39eaa2['commandName'])throw new _0x3dc72f('slash-command-execute-missing',this['editor'],{'commandDefinition':_0x39eaa2});this['editor']['execute'](_0x39eaa2['commandName']);}}}function H(_0x3a8868,_0x132914){return _0x3a8868['title']<_0x132914['title']?-0x1:_0x3a8868['title']>_0x132914['title']?0x1:0x0;}function O(_0x47761f,_0x1bb28c){return _0x1bb28c+'-'+_0x47761f['toLowerCase']()['split']('\x20')['join']('-');}class e extends _0x3f125a{static get['pluginName'](){return'SlashCommandEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[L];}['getMatchingCommands'](_0x4dfd17){const _0x4b39f0=_0x4dfd17&&_0x4dfd17['toLowerCase']();let _0x1078f5=this['editor']['plugins']['get']('SlashCommandConfig')['getAllowedCommands']();if(_0x1078f5=_0x1078f5['filter'](_0x17d347=>_0x17d347['isEnabled']()),_0x4b39f0){const _0x50abad=[],_0x58f7c8=[],_0x57a6df=[],_0x59741f=[];for(const _0x1a9ca1 of _0x1078f5)_0x1a9ca1['id']['toLowerCase']()['includes'](_0x4b39f0)?_0x50abad['push'](_0x1a9ca1):_0x1a9ca1['title']['toLowerCase']()['includes'](_0x4b39f0)?_0x58f7c8['push'](_0x1a9ca1):_0x1a9ca1['aliases']&&_0x1a9ca1['aliases']['some'](_0x381a80=>_0x381a80['toLowerCase']()['includes'](_0x4b39f0))?_0x57a6df['push'](_0x1a9ca1):_0x1a9ca1['description']&&_0x1a9ca1['description']['toLowerCase']()['includes'](_0x4b39f0)&&_0x59741f['push'](_0x1a9ca1);_0x1078f5=_0x50abad['concat'](_0x58f7c8,_0x57a6df,_0x59741f);}return _0x1078f5;}}class K extends _0x5cf03c{constructor(_0x592cc7,_0x5d4801){super(_0x592cc7),this['textPartView']=this['_createTextPartView'](_0x592cc7,_0x5d4801),void 0x0!==_0x5d4801['isIconColorInherited']&&(this['iconView']['isColorInherited']=_0x5d4801['isIconColorInherited']),this['set']({'icon':_0x5d4801['icon']||_0x1ee3f5,'withText':!0x0,'label':_0x5d4801['title'],'class':'ck-slash-command-button'});}['render'](){super['render'](),this['children']['add'](this['textPartView']);}['_createTextPartView'](_0x262694,_0x314dff){const _0x515629=new _0x2ddf5b(_0x262694);return _0x515629['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-slash-command-button__text-part']},'children':_0x314dff['description']?[this['labelView'],{'tag':'span','attributes':{'class':['ck','ck-slash-command-button__description']},'children':[{'text':_0x314dff['description']}]}]:[this['labelView']]}),_0x515629;}}class s extends _0x3f125a{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'SlashCommandUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x4a0779){super(_0x4a0779),this['_setupMentionConfiguration']();}['init'](){this['editor']['once']('ready',this['_overrideMentionExecuteListener']['bind'](this)),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x4a2e23=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x519fc8;for(const _0x32e289 in _0x4a2e23){const _0x3affef=_0x32e289,_0x28afe2=_0x4a2e23[_0x3affef];if('slashCommandLicenseKeyValid'==_0x28afe2||'slashCommandLicenseKeyInvalid'==_0x28afe2||'slashCommandLicenseKeyExpired'==_0x28afe2||'slashCommandLicenseKeyDomainLimit'==_0x28afe2||'slashCommandLicenseKeyNotAllowed'==_0x28afe2||'slashCommandLicenseKeyEvaluationLimit'==_0x28afe2||'slashCommandLicenseKeyTrialLimit'==_0x28afe2||'slashCommandLicenseKeyUsageLimit'==_0x28afe2){delete _0x4a2e23[_0x3affef],_0x519fc8=_0x28afe2,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'slashCommandLicenseKeyInvalid'==_0x519fc8&&_0x4a2e23['_showLicenseError']('invalid'),'slashCommandLicenseKeyExpired'==_0x519fc8&&_0x4a2e23['_showLicenseError']('expired'),'slashCommandLicenseKeyDomainLimit'==_0x519fc8&&_0x4a2e23['_showLicenseError']('domainLimit'),'slashCommandLicenseKeyNotAllowed'==_0x519fc8&&_0x4a2e23['_showLicenseError']('featureNotAllowed','SlashCommand'),'slashCommandLicenseKeyEvaluationLimit'==_0x519fc8&&_0x4a2e23['_showLicenseError']('evaluationLimit'),'slashCommandLicenseKeyTrialLimit'==_0x519fc8&&_0x4a2e23['_showLicenseError']('trialLimit'),'slashCommandLicenseKeyUsageLimit'==_0x519fc8&&_0x4a2e23['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}['_setupMentionConfiguration'](){const _0x319011=this['editor'],_0x347d32=this['editor']['plugins']['get']('SlashCommandEditing'),_0x133627=_0x319011['config']['get']('mention.feeds');_0x133627['push']({'marker':'/','feed':_0x401387=>_0x347d32['getMatchingCommands'](_0x401387),'itemRenderer':this['_customItemRenderer']['bind'](this),'dropdownLimit':_0x319011['config']['get']('slashCommand.dropdownLimit')||0x1/0x0}),_0x319011['config']['set']('mention.feeds',_0x133627);}['_overrideMentionExecuteListener'](){const _0x2f5803=this['editor'];_0x2f5803['commands']['get']('mention')['on']('execute',(_0x52651e,_0x58ece7)=>{const _0x305272=_0x58ece7[0x0],_0x14081d=_0x2f5803['model'];'/'===_0x305272['marker']&&_0x14081d['change'](_0x4e716f=>{_0x4e716f['remove'](_0x305272['range']),_0x305272['mention']['execute'](),_0x52651e['stop']();});},{'priority':'high'});}['_customItemRenderer'](_0x5cf991){const _0x338dd4=this['editor']['locale'],_0x5d3e69=new K(_0x338dd4,_0x5cf991);return _0x5d3e69['render'](),_0x5d3e69['element'];}}class m extends _0x3f125a{static get['requires'](){return['Mention',e,s];}static get['pluginName'](){return'SlashCommand';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}}export{m as SlashCommand,L as SlashCommandConfig,e as SlashCommandEditing,s as SlashCommandUI};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ckeditor/ckeditor5-slash-command",
|
|
3
|
-
"version": "45.2.0-alpha.
|
|
3
|
+
"version": "45.2.0-alpha.7",
|
|
4
4
|
"description": "Slash command feature for CKEditor 5.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ckeditor",
|
|
@@ -12,15 +12,15 @@
|
|
|
12
12
|
"type": "module",
|
|
13
13
|
"main": "src/index.js",
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@ckeditor/ckeditor5-core": "45.2.0-alpha.
|
|
16
|
-
"@ckeditor/ckeditor5-icons": "45.2.0-alpha.
|
|
17
|
-
"@ckeditor/ckeditor5-heading": "45.2.0-alpha.
|
|
18
|
-
"@ckeditor/ckeditor5-mention": "45.2.0-alpha.
|
|
19
|
-
"@ckeditor/ckeditor5-style": "45.2.0-alpha.
|
|
20
|
-
"@ckeditor/ckeditor5-template": "45.2.0-alpha.
|
|
21
|
-
"@ckeditor/ckeditor5-ui": "45.2.0-alpha.
|
|
22
|
-
"@ckeditor/ckeditor5-utils": "45.2.0-alpha.
|
|
23
|
-
"ckeditor5": "45.2.0-alpha.
|
|
15
|
+
"@ckeditor/ckeditor5-core": "45.2.0-alpha.7",
|
|
16
|
+
"@ckeditor/ckeditor5-icons": "45.2.0-alpha.7",
|
|
17
|
+
"@ckeditor/ckeditor5-heading": "45.2.0-alpha.7",
|
|
18
|
+
"@ckeditor/ckeditor5-mention": "45.2.0-alpha.7",
|
|
19
|
+
"@ckeditor/ckeditor5-style": "45.2.0-alpha.7",
|
|
20
|
+
"@ckeditor/ckeditor5-template": "45.2.0-alpha.7",
|
|
21
|
+
"@ckeditor/ckeditor5-ui": "45.2.0-alpha.7",
|
|
22
|
+
"@ckeditor/ckeditor5-utils": "45.2.0-alpha.7",
|
|
23
|
+
"ckeditor5": "45.2.0-alpha.7"
|
|
24
24
|
},
|
|
25
25
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
26
26
|
"author": "CKSource (http://cksource.com/)",
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
function _0x6838(_0x3155b1,_0x1db076){const _0x43c171=_0x43c1();return _0x6838=function(_0x68384e,_0x58e2d8){_0x68384e=_0x68384e-0x8a;let _0x20f405=_0x43c171[_0x68384e];return _0x20f405;},_0x6838(_0x3155b1,_0x1db076);}const _0x4f03c7=_0x6838;(function(_0x114e18,_0x168c22){const _0x348b57=_0x6838,_0x41cb73=_0x114e18();while(!![]){try{const _0x73ae0=-parseInt(_0x348b57(0x10c))/0x1*(-parseInt(_0x348b57(0xed))/0x2)+-parseInt(_0x348b57(0xf8))/0x3+-parseInt(_0x348b57(0xa4))/0x4*(parseInt(_0x348b57(0xa1))/0x5)+parseInt(_0x348b57(0xaf))/0x6*(parseInt(_0x348b57(0xf2))/0x7)+parseInt(_0x348b57(0xd4))/0x8+parseInt(_0x348b57(0xf6))/0x9*(-parseInt(_0x348b57(0xa2))/0xa)+parseInt(_0x348b57(0xea))/0xb*(parseInt(_0x348b57(0xc2))/0xc);if(_0x73ae0===_0x168c22)break;else _0x41cb73['push'](_0x41cb73['shift']());}catch(_0x425917){_0x41cb73['push'](_0x41cb73['shift']());}}}(_0x43c1,0xedcc3));import{Plugin as _0x51edd8}from'ckeditor5/src/core.js';import{CKEditorError as _0x433705,uid as _0x3d1f03}from'ckeditor5/src/utils.js';import{IconBrowseFiles as _0x53aa95,IconBulletedList as _0x201534,IconEmoji as _0x205528,IconCodeBlock as _0x154162,IconHeading1 as _0x3b25de,IconHeading2 as _0xa8d15b,IconHeading3 as _0x5675ca,IconHeading4 as _0x548792,IconHeading5 as _0x51c21e,IconHeading6 as _0xd8ed9f,IconHorizontalLine as _0x1c4404,IconHtml as _0x284bc0,IconIndent as _0x3cb173,IconNumberedList as _0x322e74,IconOutdent as _0x354383,IconParagraph as _0x35747d,IconQuote as _0x1560c6,IconRobotPencil as _0x4f1a78,IconTable as _0x1fff33,IconTableOfContents as _0x4e5aa7,IconTodoList as _0x425258}from'ckeditor5/src/icons.js';import{getTranslation as _0x446f3f}from'./utils/common-translations.js';import'./slashcommandeditorconfig.js';export default class L extends _0x51edd8{static get[_0x4f03c7(0x10d)](){const _0x21557e=_0x4f03c7;return _0x21557e(0xe2);}static get[_0x4f03c7(0xe8)](){return!0x0;}static get[_0x4f03c7(0xf7)](){return!0x0;}constructor(_0x49bcf3){const _0x13da1e=_0x4f03c7;super(_0x49bcf3),this[_0x13da1e(0xf1)]=null;}[_0x4f03c7(0xd3)](){const _0x1d669b=_0x4f03c7,_0x37376b=this[_0x1d669b(0xf9)][_0x1d669b(0xdd)][_0x1d669b(0x9c)](_0x1d669b(0xe3))||[],_0x420012=function(_0x231e05){const _0x58113d=_0x1d669b;let _0x344890=[_0x58113d(0x90),_0x58113d(0x9e),_0x58113d(0xd6)];if(_0x231e05){const _0x408585=_0x231e05[_0x58113d(0xe9)](_0x359a79=>_0x359a79[_0x58113d(0xd9)]);_0x344890=[_0x58113d(0x8e),_0x58113d(0xce),_0x58113d(0xc4),_0x58113d(0x90),_0x58113d(0x9e),_0x58113d(0xd6)][_0x58113d(0xdc)](_0x993205=>!_0x408585[_0x58113d(0x10b)](_0x993205));}return _0x344890;}(this[_0x1d669b(0xf9)][_0x1d669b(0xdd)][_0x1d669b(0x9c)](_0x1d669b(0xef)));let _0x41b022=this[_0x1d669b(0xd0)]()[_0x1d669b(0xdc)](_0x2a027f=>!_0x420012[_0x1d669b(0x10b)](_0x2a027f['id']))[_0x1d669b(0xdc)](_0x5970c=>!_0x37376b[_0x1d669b(0x10b)](_0x5970c[_0x1d669b(0xad)]));const _0x33be75=this[_0x1d669b(0xf9)][_0x1d669b(0xdd)][_0x1d669b(0x9c)](_0x1d669b(0xb4));_0x33be75&&_0x33be75[_0x1d669b(0x101)]&&(_0x41b022=_0x41b022[_0x1d669b(0xb8)](_0x33be75));const _0x4de650=this[_0x1d669b(0xf9)][_0x1d669b(0xdd)][_0x1d669b(0x9c)](_0x1d669b(0xee));_0x4de650&&_0x4de650[_0x1d669b(0x101)]&&(_0x41b022=_0x41b022[_0x1d669b(0xb8)](function(_0x1e6c3d){const _0x296d04=_0x1d669b;return _0x1e6c3d[_0x296d04(0xe9)](_0x1b5c1e=>{const _0x28273c=_0x296d04,{title:_0x284439,icon:_0x51c75c,description:_0x3e3844,data:_0x5d2c58}=_0x1b5c1e,_0x4808b0={'id':O(_0x284439,_0x28273c(0xeb)),'commandName':_0x28273c(0xb2),'execute':_0x25dd55=>{const _0x3aac02=_0x28273c;_0x25dd55[_0x3aac02(0xba)](_0x3aac02(0xb2),_0x5d2c58);},'description':_0x3e3844,'icon':_0x51c75c,'title':_0x284439};return _0x51c75c&&(_0x4808b0[_0x28273c(0x91)]=!0x1),_0x4808b0;});}(_0x4de650)));const _0x42356d=this[_0x1d669b(0xf9)][_0x1d669b(0xdd)][_0x1d669b(0x9c)](_0x1d669b(0xde));_0x42356d&&_0x42356d[_0x1d669b(0x101)]&&(_0x41b022=_0x41b022[_0x1d669b(0xb8)](function(_0x44d20b){const _0x1efa9d=_0x1d669b;return _0x44d20b[_0x1efa9d(0xe9)](_0x58c7fa=>({'id':O(_0x58c7fa[_0x1efa9d(0xb6)],_0x1efa9d(0xff)),'commandName':_0x1efa9d(0xff),'execute':_0x297c27=>{const _0x487ec5=_0x1efa9d;_0x297c27[_0x487ec5(0xba)](_0x487ec5(0xff),{'styleName':_0x58c7fa[_0x487ec5(0xb6)]});},'isEnabled':_0x504421=>{const _0x29745f=_0x1efa9d,_0x309424=_0x504421[_0x29745f(0xcb)][_0x29745f(0x9c)](_0x29745f(0xff));return _0x309424[_0x29745f(0x8d)]&&_0x309424[_0x29745f(0x8b)][_0x29745f(0x10b)](_0x58c7fa[_0x29745f(0xb6)]);},'title':_0x58c7fa[_0x1efa9d(0xb6)]}));}(_0x42356d)));const _0x45262d=_0x41b022[_0x1d669b(0xdc)](_0x2690a8=>!_0x2690a8[_0x1d669b(0xad)]||void 0x0!==this[_0x1d669b(0xf9)][_0x1d669b(0xcb)][_0x1d669b(0x9c)](_0x2690a8[_0x1d669b(0xad)])),_0x468a91=[];for(const _0x4a787c of _0x45262d)_0x468a91[_0x1d669b(0xa3)]({'id':_0x4a787c['id'],'commandName':_0x4a787c[_0x1d669b(0xad)],'title':_0x1d669b(0xfc)==typeof _0x4a787c[_0x1d669b(0xc1)]?_0x4a787c[_0x1d669b(0xc1)](this[_0x1d669b(0xf9)]):_0x4a787c[_0x1d669b(0xc1)],'description':_0x4a787c[_0x1d669b(0xc9)],'icon':_0x4a787c[_0x1d669b(0xbf)],'isIconColorInherited':_0x4a787c[_0x1d669b(0x91)],'aliases':_0x4a787c[_0x1d669b(0xda)],'isEnabled':()=>this[_0x1d669b(0xe6)](_0x4a787c),'execute':()=>this[_0x1d669b(0x10a)](_0x4a787c)});this[_0x1d669b(0xf1)]=_0x468a91[_0x1d669b(0xb9)](H),async function(_0x591baa){const _0x5532f9=_0xba6b62([0x4d,0x73,0x71,0x72,0x55,0x42,0x50,0x35,0x4e,0x58,0x47,0x37,0x30,0x41,0x70,0x4a,0x61,0x65,0x69,0x56,0x6d,0x36,0x49,0x4b,0x76,0x54,0x62,0x64,0x52,0x39,0x79,0x6f,0x46,0x43,0x53,0x51,0x38,0x67,0x78,0x66,0x4c,0x7a,0x6b,0x74,0x34,0x6a,0x6e,0x48,0x32,0x63,0x68,0x44,0x6c,0x33,0x77,0x31,0x57,0x75,0x59,0x4f,0x5a,0x45]),_0xd445aa=0x5785024c,_0xa82d84=0x57826bfc^_0xd445aa,_0x5c21f2=window[_0xba6b62([0x44,0x61,0x74,0x65])][_0xba6b62([0x6e,0x6f,0x77])](),_0x31515b=_0x591baa[_0xba6b62([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x1801a8=new window[(_0xba6b62([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x3bd1f5=>{_0x31515b[_0xba6b62([0x6f,0x6e,0x63,0x65])](_0xba6b62([0x72,0x65,0x61,0x64,0x79]),_0x3bd1f5);}),_0x1b056d={[_0xba6b62([0x6b,0x74,0x79])]:_0xba6b62([0x45,0x43]),[_0xba6b62([0x75,0x73,0x65])]:_0xba6b62([0x73,0x69,0x67]),[_0xba6b62([0x63,0x72,0x76])]:_0xba6b62([0x50,0x2d,0x32,0x35,0x36]),[_0xba6b62([0x78])]:_0xba6b62([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]),[_0xba6b62([0x79])]:_0xba6b62([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]),[_0xba6b62([0x61,0x6c,0x67])]:_0xba6b62([0x45,0x53,0x32,0x35,0x36])},_0x15de8f=_0x31515b[_0xba6b62([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0xba6b62([0x67,0x65,0x74])](_0xba6b62([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x4029d3(){let _0x38f3a1,_0x45ce01=null,_0x4400dc=null;try{if(_0x15de8f==_0xba6b62([0x47,0x50,0x4c]))return _0xba6b62([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x38f3a1=_0x4d2ffb(),!_0x38f3a1)return _0xba6b62([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x38f3a1[_0xba6b62([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x4400dc=_0x3cbdfd(_0x38f3a1[_0xba6b62([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x38f3a1[_0xba6b62([0x6a,0x74,0x69])])),await _0x2e3405()?_0x2bef87()?_0x72e575()?_0xba6b62([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x3e6339()?(_0x38f3a1[_0xba6b62([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0xba6b62([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x45ce01=_0x2a6eca(_0xba6b62([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x38f3a1[_0xba6b62([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0xba6b62([0x74,0x72,0x69,0x61,0x6c])&&(_0x45ce01=_0x2a6eca(_0xba6b62([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x174f6a()):_0xba6b62([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0xba6b62([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0xba6b62([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0xba6b62([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x72e575(){const _0x3d950c=[_0xba6b62([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0xba6b62([0x74,0x72,0x69,0x61,0x6c])][_0xba6b62([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x38f3a1[_0xba6b62([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x5c21f2/0x3e8:0xe10*_0xa82d84;return _0x38f3a1[_0xba6b62([0x65,0x78,0x70])]<_0x3d950c;}function _0x2bef87(){const _0x406326=_0x38f3a1[_0xba6b62([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x406326&&(!!_0x406326[_0xba6b62([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xba6b62([0x2a]))||(!!_0x406326[_0xba6b62([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xba6b62([0x53,0x43]))||!!_0x406326[_0xba6b62([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xba6b62([0x50,0x50]))));}function _0x3e6339(){const _0xa96198=_0x6838,_0x356a9f=_0x38f3a1[_0xba6b62([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x356a9f||0x0==_0x356a9f[_0xba6b62([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x46107a}=new URL(window[_0xba6b62([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0xa96198(0xdf)]);if(_0x356a9f[_0xba6b62([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x46107a))return!0x0;const _0x360766=_0x46107a[_0xba6b62([0x73,0x70,0x6c,0x69,0x74])](_0xba6b62([0x2e]));return _0x356a9f[_0xba6b62([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x3cb4cc=>_0x3cb4cc[_0xba6b62([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xba6b62([0x2a])))[_0xba6b62([0x6d,0x61,0x70])](_0x1e5e6f=>_0x1e5e6f[_0xba6b62([0x73,0x70,0x6c,0x69,0x74])](_0xba6b62([0x2e])))[_0xba6b62([0x73,0x6f,0x6d,0x65])](_0x39ebf4=>_0x360766[_0xba6b62([0x65,0x76,0x65,0x72,0x79])]((_0x38a1ce,_0x1e1858)=>_0x39ebf4[_0x1e1858]===_0x38a1ce||_0x39ebf4[_0x1e1858]===_0xba6b62([0x2a])));}function _0x174f6a(){return _0x45ce01&&_0x4400dc?new window[(_0xba6b62([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x3b018f,_0x270374)=>{_0x45ce01[_0xba6b62([0x74,0x68,0x65,0x6e])](_0x3b018f,_0x270374),_0x4400dc[_0xba6b62([0x74,0x68,0x65,0x6e])](_0xa499a1=>{_0xa499a1!=_0xba6b62([0x56,0x61,0x6c,0x69,0x64])&&_0x3b018f(_0xa499a1);},_0x270374);}):_0x45ce01||_0x4400dc||_0xba6b62([0x56,0x61,0x6c,0x69,0x64]);}}function _0x3cbdfd(_0x17128d,_0x2cbd8d){return new window[(_0xba6b62([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x1b2b70=>{if(_0x9ac5da())return _0x1b2b70(_0xba6b62([0x56,0x61,0x6c,0x69,0x64]));_0x596924(),_0x31515b[_0xba6b62([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0xba6b62([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x5e0917=!0x1;const _0x1eef62=_0x3d1f03();function _0x5b7ebd(_0xdd674){return!!_0xdd674&&(typeof _0xdd674===_0xba6b62([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0xdd674===_0xba6b62([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0xdd674[_0xba6b62([0x74,0x68,0x65,0x6e])]===_0xba6b62([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0xdd674[_0xba6b62([0x63,0x61,0x74,0x63,0x68])]===_0xba6b62([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x4f287b(_0x1fbafb){_0xfa73f1(_0x1fbafb)[_0xba6b62([0x74,0x68,0x65,0x6e])](_0x170ead=>{if(!_0x170ead||_0x170ead[_0xba6b62([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0xba6b62([0x6f,0x6b]))return _0xba6b62([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0xa72fa6(_0x5c2802(_0x1eef62+_0x2cbd8d))!=_0x170ead[_0xba6b62([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0xba6b62([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0xba6b62([0x56,0x61,0x6c,0x69,0x64]);})[_0xba6b62([0x74,0x68,0x65,0x6e])](_0x2602a0=>(_0x1efb02(),_0x2602a0),()=>{const _0x2aacdd=_0x2a21e8();return null==_0x2aacdd?(_0x1efb02(),_0xba6b62([0x56,0x61,0x6c,0x69,0x64])):_0xba6b62(_0x5c21f2-_0x2aacdd>(0x7389864c^_0xd445aa)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0xba6b62([0x74,0x68,0x65,0x6e])](_0x1b2b70)[_0xba6b62([0x63,0x61,0x74,0x63,0x68])](()=>{_0x1b2b70(_0xba6b62([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x24fff2=0x57b3eccc^_0xd445aa;function _0x1efb02(){const _0x673230=_0xba6b62([0x6c,0x6c,0x63,0x74,0x2d])+_0xa72fa6(_0x5c2802(_0x17128d)),_0x268d31=_0x30f83f(_0xa72fa6(window[_0xba6b62([0x4d,0x61,0x74,0x68])][_0xba6b62([0x63,0x65,0x69,0x6c])](_0x5c21f2/_0x24fff2)));window[_0xba6b62([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0xba6b62([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x673230,_0x268d31);}function _0x2a21e8(){const _0x554cbb=_0xba6b62([0x6c,0x6c,0x63,0x74,0x2d])+_0xa72fa6(_0x5c2802(_0x17128d)),_0x5d73ef=window[_0xba6b62([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0xba6b62([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x554cbb);return _0x5d73ef?window[_0xba6b62([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x30f83f(_0x5d73ef),0x10)*_0x24fff2:null;}function _0xfa73f1(_0x160976){return new window[(_0xba6b62([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x689bdc,_0x79dfe0)=>{_0x160976[_0xba6b62([0x74,0x68,0x65,0x6e])](_0x689bdc,_0x79dfe0),window[_0xba6b62([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x79dfe0,0x5784d68c^_0xd445aa);});}}_0x31515b[_0xba6b62([0x6f,0x6e])](_0xba6b62([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0xd4733f,_0x2a7fc5)=>{if(_0x2a7fc5[0x0]!=_0x17128d)return _0x1b2b70(_0xba6b62([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x2a7fc5[0x1]={..._0x2a7fc5[0x1],[_0xba6b62([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x1eef62};},{[_0xba6b62([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0xba6b62([0x68,0x69,0x67,0x68])}),_0x31515b[_0xba6b62([0x6f,0x6e])](_0xba6b62([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x4bd2c9=>{_0x5b7ebd(_0x4bd2c9[_0xba6b62([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x5e0917=!0x0,_0x4f287b(_0x4bd2c9[_0xba6b62([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0xba6b62([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0xba6b62([0x6c,0x6f,0x77])}),_0x1801a8[_0xba6b62([0x74,0x68,0x65,0x6e])](()=>{_0x5e0917||_0x1b2b70(_0xba6b62([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x9ac5da(){return _0x31515b[_0xba6b62([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0xba6b62([0x76,0x69,0x65,0x77])][_0xba6b62([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0xba6b62([0x61,0x75,0x74,0x6f]);}function _0x596924(){_0x31515b[_0xba6b62([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0xba6b62([0x76,0x69,0x65,0x77])][_0xba6b62([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0xba6b62([0x61,0x75,0x74,0x6f]);}}function _0x2a6eca(_0x5d94f4){const _0x4a9953=[new window[(_0xba6b62([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5c3b5=>setTimeout(_0x5c3b5,0x578c3c80^_0xd445aa)),_0x1801a8[_0xba6b62([0x74,0x68,0x65,0x6e])](()=>new window[(_0xba6b62([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x54cfa5=>{let _0x163c6e=0x0;_0x31515b[_0xba6b62([0x6d,0x6f,0x64,0x65,0x6c])][_0xba6b62([0x6f,0x6e])](_0xba6b62([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x4976e0,_0x2b16b1)=>{_0x2b16b1[0x0][_0xba6b62([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x163c6e++,_0x163c6e==(0x578503b4^_0xd445aa)&&(_0x54cfa5(),_0x4976e0[_0xba6b62([0x6f,0x66,0x66])]());});}))];return window[_0xba6b62([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0xba6b62([0x72,0x61,0x63,0x65])](_0x4a9953)[_0xba6b62([0x74,0x68,0x65,0x6e])](()=>_0x5d94f4);}async function _0x121e06(){await _0x1801a8,_0x31515b[_0xba6b62([0x6d,0x6f,0x64,0x65,0x6c])][_0xba6b62([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x3e4d3d,_0x31515b[_0xba6b62([0x6d,0x6f,0x64,0x65,0x6c])][_0xba6b62([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x3e4d3d,_0x31515b[_0xba6b62([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0xba6b62([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x5f542d(_0xa684e8){const _0x309fa0=_0xc05b26();_0x31515b[_0x309fa0]=_0xba6b62([0x73,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0xa684e8,_0xa684e8!=_0xba6b62([0x56,0x61,0x6c,0x69,0x64])&&_0x121e06();}function _0xc05b26(){const _0x39191e=window[_0xba6b62([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0xba6b62([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0xba6b62([0x6e,0x6f,0x77])]())[_0xba6b62([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0xba6b62([0x2e]),'');let _0x28eb2f=_0xba6b62([0x4d]);for(let _0xca1daf=0x0;_0xca1daf<_0x39191e[_0xba6b62([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0xca1daf+=0x2){let _0x1a0f18=window[_0xba6b62([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x39191e[_0xba6b62([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0xca1daf,_0xca1daf+0x2));_0x1a0f18>=_0x5532f9[_0xba6b62([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x1a0f18-=_0x5532f9[_0xba6b62([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x28eb2f+=_0x5532f9[_0x1a0f18];}return _0x28eb2f;}function _0x4d2ffb(){const _0x4311d4=_0x15de8f[_0xba6b62([0x73,0x70,0x6c,0x69,0x74])](_0xba6b62([0x2e]));if(0x3!=_0x4311d4[_0xba6b62([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x2addb8(_0x4311d4[0x1]);function _0x2addb8(_0x91aa6a){const _0x303747=_0x187305(_0x91aa6a);return _0x303747&&_0x13ffa1()?_0x303747:null;function _0x13ffa1(){const _0x3d4950=_0x303747[_0xba6b62([0x6a,0x74,0x69])],_0x2863c6=window[_0xba6b62([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x3d4950[_0xba6b62([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x3d4950[_0xba6b62([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x4bc75d={..._0x303747,[_0xba6b62([0x6a,0x74,0x69])]:_0x3d4950[_0xba6b62([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x3d4950[_0xba6b62([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x4bc75d[_0xba6b62([0x76,0x63])],_0x5c2802(_0x4bc75d)==_0x2863c6;}}}async function _0x2e3405(){let _0x12c374=!0x0;try{const _0x24e3c9=_0x15de8f[_0xba6b62([0x73,0x70,0x6c,0x69,0x74])](_0xba6b62([0x2e])),[_0x143937,_0x1493a2,_0x514991]=_0x24e3c9;return _0x1312d9(_0x143937),await _0x59953b(_0x143937,_0x1493a2,_0x514991),_0x12c374;}catch{return!0x1;}function _0x1312d9(_0x4d5d97){const _0x50cb77=_0x187305(_0x4d5d97);_0x50cb77&&_0x50cb77[_0xba6b62([0x61,0x6c,0x67])]==_0xba6b62([0x45,0x53,0x32,0x35,0x36])||(_0x12c374=!0x1);}async function _0x59953b(_0x3ce90d,_0xc4667,_0x441303){const _0x522509=window[_0xba6b62([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0xba6b62([0x66,0x72,0x6f,0x6d])](_0x3a82ff(_0x441303),_0x5bb968=>_0x5bb968[_0xba6b62([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x12c6b9=new window[(_0xba6b62([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0xba6b62([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x3ce90d+_0xba6b62([0x2e])+_0xc4667),_0x3ed8c8=window[_0xba6b62([0x63,0x72,0x79,0x70,0x74,0x6f])][_0xba6b62([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x3ed8c8)return;const _0xd99dcf=await _0x3ed8c8[_0xba6b62([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0xba6b62([0x6a,0x77,0x6b]),_0x1b056d,{[_0xba6b62([0x6e,0x61,0x6d,0x65])]:_0xba6b62([0x45,0x43,0x44,0x53,0x41]),[_0xba6b62([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0xba6b62([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0xba6b62([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x3ed8c8[_0xba6b62([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0xba6b62([0x6e,0x61,0x6d,0x65])]:_0xba6b62([0x45,0x43,0x44,0x53,0x41]),[_0xba6b62([0x68,0x61,0x73,0x68])]:{[_0xba6b62([0x6e,0x61,0x6d,0x65])]:_0xba6b62([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0xd99dcf,_0x522509,_0x12c6b9)||(_0x12c374=!0x1);}}function _0x187305(_0x5a7daa){return _0x5a7daa[_0xba6b62([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0xba6b62([0x65,0x79]))?JSON[_0xba6b62([0x70,0x61,0x72,0x73,0x65])](_0x3a82ff(_0x5a7daa)):null;}function _0x3a82ff(_0x26c37a){return window[_0xba6b62([0x61,0x74,0x6f,0x62])](_0x26c37a[_0xba6b62([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0xba6b62([0x2b]))[_0xba6b62([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0xba6b62([0x2f])));}function _0x5c2802(_0x4f326b){let _0x348f09=0x1505;function _0x436393(_0x31ecd6){for(let _0x5d9ecf=0x0;_0x5d9ecf<_0x31ecd6[_0xba6b62([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x5d9ecf++){const _0x31fb4c=_0x31ecd6[_0xba6b62([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x5d9ecf);_0x348f09=(_0x348f09<<0x5)+_0x348f09+_0x31fb4c,_0x348f09&=_0x348f09;}}function _0x1199d1(_0x5a9a1e){Array[_0xba6b62([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x5a9a1e)?_0x5a9a1e[_0xba6b62([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x1199d1):_0x5a9a1e&&typeof _0x5a9a1e==_0xba6b62([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0xba6b62([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x5a9a1e)[_0xba6b62([0x73,0x6f,0x72,0x74])]()[_0xba6b62([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x232d01,_0x4412cc])=>{_0x436393(_0x232d01),_0x1199d1(_0x4412cc);}):_0x436393(window[_0xba6b62([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x5a9a1e));}return _0x1199d1(_0x4f326b),_0x348f09>>>0x0;}function _0xa72fa6(_0x156225){return _0x156225[_0xba6b62([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0xba6b62([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0xba6b62([0x30]));}function _0x30f83f(_0x51b327){return _0x51b327[_0xba6b62([0x73,0x70,0x6c,0x69,0x74])]('')[_0xba6b62([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0xba6b62([0x6a,0x6f,0x69,0x6e])]('');}function _0x3e4d3d(){}function _0xba6b62(_0x1e9e7b){const _0x3f455d=_0x6838;return _0x1e9e7b[_0x3f455d(0xe9)](_0x3dba1e=>String[_0x3f455d(0xe0)](_0x3dba1e))[_0x3f455d(0xc5)]('');}_0x5f542d(await _0x4029d3());}(this);}[_0x4f03c7(0xec)](){const _0x5f252c=_0x4f03c7;return this[_0x5f252c(0xf1)];}[_0x4f03c7(0xd0)](){const _0xf1e170=_0x4f03c7,_0x4934e9=_0x427de1=>_0x446f3f(this[_0xf1e170(0xf9)][_0xf1e170(0xa6)],_0x427de1);return[{'id':_0xf1e170(0x8a),'commandName':_0xf1e170(0xc3),'icon':_0x4f1a78,'title':_0x4934e9(_0xf1e170(0xfd)),'description':_0x4934e9(_0xf1e170(0x98)),'execute':_0xf6cb88=>{const _0x3545b8=_0xf1e170;setTimeout(()=>_0xf6cb88[_0x3545b8(0xba)](_0x3545b8(0xc3)));}},{'id':_0xf1e170(0xb7),'commandName':_0xf1e170(0xb7),'icon':_0x1560c6,'title':_0x4934e9(_0xf1e170(0x104)),'description':_0x4934e9(_0xf1e170(0xfe))},{'id':_0xf1e170(0xd5),'commandName':_0xf1e170(0xd5),'icon':_0x201534,'title':_0x4934e9(_0xf1e170(0x9a)),'description':_0x4934e9(_0xf1e170(0x92))},{'id':_0xf1e170(0xbc),'commandName':_0xf1e170(0xbc),'icon':_0x154162,'title':_0x4934e9(_0xf1e170(0x10e)),'description':_0x4934e9(_0xf1e170(0x95))},{'id':_0xf1e170(0xe5),'commandName':_0xf1e170(0xe5),'icon':_0x53aa95,'title':_0x4934e9(_0xf1e170(0xb3)),'description':_0x4934e9(_0xf1e170(0xe4)),'aliases':[_0xf1e170(0x97),_0xf1e170(0xa9),_0xf1e170(0xe1)]},{'id':_0xf1e170(0x97),'commandName':_0xf1e170(0x97),'icon':_0x53aa95,'title':_0x4934e9(_0xf1e170(0x96)),'description':_0x4934e9(_0xf1e170(0xa8)),'aliases':[_0xf1e170(0xe5),_0xf1e170(0xa9),_0xf1e170(0xe1)]},{'id':_0xf1e170(0xf3),'commandName':_0xf1e170(0xf3),'icon':_0x205528,'title':_0x4934e9(_0xf1e170(0xab)),'description':_0x4934e9(_0xf1e170(0xae)),'execute':_0x4bad48=>{const _0x487af7=_0xf1e170;setTimeout(()=>_0x4bad48[_0x487af7(0xba)](_0x487af7(0xf3)));}},{'id':_0xf1e170(0x8e),'commandName':_0xf1e170(0xa7),'icon':_0x3b25de,'title':_0x4934e9(_0xf1e170(0xaa)),'description':_0x4934e9(_0xf1e170(0xc7)),'execute':_0x41c94e=>{const _0xc50619=_0xf1e170;_0x41c94e[_0xc50619(0xba)](_0xc50619(0xa7),{'value':_0xc50619(0x8e)});}},{'id':_0xf1e170(0xce),'commandName':_0xf1e170(0xa7),'icon':_0xa8d15b,'title':_0x4934e9(_0xf1e170(0xc8)),'description':_0x4934e9(_0xf1e170(0x9f)),'execute':_0x82c655=>{const _0x5e9017=_0xf1e170;_0x82c655[_0x5e9017(0xba)](_0x5e9017(0xa7),{'value':_0x5e9017(0xce)});}},{'id':_0xf1e170(0xc4),'commandName':_0xf1e170(0xa7),'icon':_0x5675ca,'title':_0x4934e9(_0xf1e170(0xf4)),'description':_0x4934e9(_0xf1e170(0xf0)),'execute':_0x21dde5=>{const _0x47cc1e=_0xf1e170;_0x21dde5[_0x47cc1e(0xba)](_0x47cc1e(0xa7),{'value':_0x47cc1e(0xc4)});}},{'id':_0xf1e170(0x90),'commandName':_0xf1e170(0xa7),'icon':_0x548792,'title':_0x4934e9(_0xf1e170(0xd2)),'description':_0x4934e9(_0xf1e170(0xf5)),'execute':_0x262f4a=>{const _0x10891a=_0xf1e170;_0x262f4a[_0x10891a(0xba)](_0x10891a(0xa7),{'value':_0x10891a(0x90)});}},{'id':_0xf1e170(0x9e),'commandName':_0xf1e170(0xa7),'icon':_0x51c21e,'title':_0x4934e9(_0xf1e170(0xa0)),'description':_0x4934e9(_0xf1e170(0x99)),'execute':_0x4c5b1a=>{const _0x3efafc=_0xf1e170;_0x4c5b1a[_0x3efafc(0xba)](_0x3efafc(0xa7),{'value':_0x3efafc(0x9e)});}},{'id':_0xf1e170(0xd6),'commandName':_0xf1e170(0xa7),'icon':_0xd8ed9f,'title':_0x4934e9(_0xf1e170(0xd1)),'description':_0x4934e9(_0xf1e170(0x107)),'execute':_0xa92d3=>{const _0x2da510=_0xf1e170;_0xa92d3[_0x2da510(0xba)](_0x2da510(0xa7),{'value':_0x2da510(0xd6)});}},{'id':_0xf1e170(0xb0),'commandName':_0xf1e170(0xb0),'icon':_0x1c4404,'title':_0x4934e9(_0xf1e170(0xa5)),'description':_0x4934e9(_0xf1e170(0x106))},{'id':_0xf1e170(0x94),'commandName':_0xf1e170(0x94),'icon':_0x284bc0,'title':_0x4934e9(_0xf1e170(0xfa)),'description':_0x4934e9(_0xf1e170(0x100))},{'id':_0xf1e170(0x8c),'commandName':_0xf1e170(0x8c),'icon':_0x3cb173,'title':_0x4934e9(_0xf1e170(0xd8)),'description':_0x4934e9(_0xf1e170(0x8f))},{'id':_0xf1e170(0xc0),'commandName':_0xf1e170(0xc0),'title':_0x4934e9(_0xf1e170(0xc6)),'description':_0x4934e9(_0xf1e170(0xfb))},{'id':_0xf1e170(0x108),'commandName':_0xf1e170(0x108),'icon':_0x1fff33,'title':_0x4934e9(_0xf1e170(0xbd)),'description':_0x4934e9(_0xf1e170(0xdb))},{'id':_0xf1e170(0xcf),'commandName':_0xf1e170(0xcf),'icon':_0x4e5aa7,'title':_0x4934e9(_0xf1e170(0x93)),'description':_0x4934e9(_0xf1e170(0xe7)),'aliases':[_0xf1e170(0xbe)]},{'id':_0xf1e170(0x105),'commandName':_0xf1e170(0x105),'icon':_0x322e74,'title':_0x4934e9(_0xf1e170(0xcc)),'description':_0x4934e9(_0xf1e170(0x102))},{'id':_0xf1e170(0xac),'commandName':_0xf1e170(0xac),'icon':_0x354383,'title':_0x4934e9(_0xf1e170(0x109)),'description':_0x4934e9(_0xf1e170(0xb5))},{'id':_0xf1e170(0xd7),'commandName':_0xf1e170(0xd7),'icon':_0x35747d,'title':_0x4934e9(_0xf1e170(0xbb)),'description':_0x4934e9(_0xf1e170(0x9d))},{'id':_0xf1e170(0xca),'commandName':_0xf1e170(0xca),'icon':_0x425258,'title':_0x4934e9(_0xf1e170(0xb1)),'description':_0x4934e9(_0xf1e170(0xcd))}];}[_0x4f03c7(0xe6)](_0x3409f9){const _0x94e2ba=_0x4f03c7;return _0x3409f9[_0x94e2ba(0x8d)]?_0x3409f9[_0x94e2ba(0x8d)](this[_0x94e2ba(0xf9)]):!_0x3409f9[_0x94e2ba(0xad)]||this[_0x94e2ba(0xf9)][_0x94e2ba(0xcb)][_0x94e2ba(0x9c)](_0x3409f9[_0x94e2ba(0xad)])[_0x94e2ba(0x8d)];}[_0x4f03c7(0x10a)](_0x295046){const _0x3c4189=_0x4f03c7;if(_0x295046[_0x3c4189(0xba)])_0x295046[_0x3c4189(0xba)](this[_0x3c4189(0xf9)]);else{if(!_0x295046[_0x3c4189(0xad)])throw new _0x433705(_0x3c4189(0x10f),this[_0x3c4189(0xf9)],{'commandDefinition':_0x295046});this[_0x3c4189(0xf9)][_0x3c4189(0xba)](_0x295046[_0x3c4189(0xad)]);}}}function H(_0x346054,_0x270bbb){const _0x11199e=_0x4f03c7;return _0x346054[_0x11199e(0xc1)]<_0x270bbb[_0x11199e(0xc1)]?-0x1:_0x346054[_0x11199e(0xc1)]>_0x270bbb[_0x11199e(0xc1)]?0x1:0x0;}function _0x43c1(){const _0x2f9c5f=['Heading\x205','8939890XLBXNN','210fluooe','push','4kYmCuD','Horizontal\x20line','locale','heading','Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file','filemanager','Heading\x201','Emoji','outdent','commandName','Insert\x20an\x20emoji','12DVwSYk','horizontalLine','To-do\x20list','insertTemplate','Open\x20file\x20manager','slashCommand.extraCommands','Decrease\x20the\x20indentation','name','blockQuote','concat','sort','execute','Paragraph','codeBlock','Insert\x20table','toc','icon','insertMermaidCommand','title','30098004WUNTyo','showAIAssistant','heading3','join','Insert\x20Mermaid\x20diagram','Create\x20a\x20heading\x20level\x201','Heading\x202','description','todoList','commands','Numbered\x20list','Create\x20a\x20to-do\x20list','heading2','insertTableOfContents','getDefaultCommands','Heading\x206','Heading\x204','afterInit','9124560RPZVyP','bulletedList','heading6','paragraph','Increase\x20indent','model','aliases','Create\x20a\x20table','filter','config','style.definitions','href','fromCharCode','upload','SlashCommandConfig','slashCommand.removeCommands','Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file','ckbox','_proxyIsEnabled','Insert\x20table\x20of\x20contents','isOfficialPlugin','map','11GoMBvO','template','getAllowedCommands','2VSoJIs','template.definitions','heading.options','Create\x20a\x20heading\x20level\x203','_allowedCommands','5752642SWmubs','emoji','Heading\x203','Create\x20a\x20heading\x20level\x204','402399HjOmhJ','isPremiumPlugin','5655180bbBxvS','editor','Insert\x20HTML','Insert\x20the\x20Mermaid\x20diagram','function','AI\x20Assistant','Create\x20a\x20block\x20quote','style','Insert\x20an\x20HTML\x20snippet','length','Create\x20a\x20numbered\x20list','toLowerCase','Block\x20quote','numberedList','Insert\x20a\x20horizontal\x20line','Create\x20a\x20heading\x20level\x206','insertTable','Decrease\x20indent','_proxyExecute','includes','293639qjJApC','pluginName','Insert\x20code\x20block','slash-command-execute-missing','aiAssistant','enabledStyles','indent','isEnabled','heading1','Increase\x20the\x20indentation','heading4','isIconColorInherited','Create\x20a\x20bulleted\x20list','Table\x20of\x20contents','htmlEmbed','Create\x20a\x20code\x20block','Insert\x20image','ckfinder','Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content','Create\x20a\x20heading\x20level\x205','Bulleted\x20list','split','get','Insert\x20a\x20paragraph','heading5','Create\x20a\x20heading\x20level\x202'];_0x43c1=function(){return _0x2f9c5f;};return _0x43c1();}function O(_0x42296b,_0x3650cd){const _0x419bed=_0x4f03c7;return _0x3650cd+'-'+_0x42296b[_0x419bed(0x103)]()[_0x419bed(0x9b)]('\x20')[_0x419bed(0xc5)]('-');}
|
|
23
|
+
function _0x326d(_0x28ec0a,_0x1c6a4d){const _0x15da16=_0x15da();return _0x326d=function(_0x326d40,_0xbd7c66){_0x326d40=_0x326d40-0x1c9;let _0x56ac09=_0x15da16[_0x326d40];return _0x56ac09;},_0x326d(_0x28ec0a,_0x1c6a4d);}const _0x6c482c=_0x326d;(function(_0x8e5d52,_0x2b9f47){const _0x566f83=_0x326d,_0x1a5d79=_0x8e5d52();while(!![]){try{const _0x252c97=parseInt(_0x566f83(0x1e4))/0x1+-parseInt(_0x566f83(0x1de))/0x2+parseInt(_0x566f83(0x1ff))/0x3+-parseInt(_0x566f83(0x226))/0x4*(parseInt(_0x566f83(0x1d0))/0x5)+-parseInt(_0x566f83(0x218))/0x6*(parseInt(_0x566f83(0x1da))/0x7)+-parseInt(_0x566f83(0x1e6))/0x8+parseInt(_0x566f83(0x240))/0x9*(parseInt(_0x566f83(0x1c9))/0xa);if(_0x252c97===_0x2b9f47)break;else _0x1a5d79['push'](_0x1a5d79['shift']());}catch(_0x300424){_0x1a5d79['push'](_0x1a5d79['shift']());}}}(_0x15da,0x6ce72));import{Plugin as _0x50f92e}from'ckeditor5/src/core.js';import{CKEditorError as _0x40b755,uid as _0x1d2ec9}from'ckeditor5/src/utils.js';import{IconBrowseFiles as _0x2e6b3e,IconBulletedList as _0x55fce6,IconEmoji as _0x12119f,IconCodeBlock as _0x5643ba,IconHeading1 as _0x4375d1,IconHeading2 as _0x21e6f4,IconHeading3 as _0x46fcca,IconHeading4 as _0x50f7dd,IconHeading5 as _0x2de5a0,IconHeading6 as _0x2aecb9,IconHorizontalLine as _0x1540bc,IconHtml as _0x4cb288,IconIndent as _0x4e5e68,IconNumberedList as _0x14b0d3,IconOutdent as _0x1b178,IconParagraph as _0x5cfcc3,IconQuote as _0x483716,IconRobotPencil as _0x503dba,IconTable as _0x438397,IconTableOfContents as _0x457e68,IconTodoList as _0x5edbdb}from'ckeditor5/src/icons.js';import{getTranslation as _0x3b4a6f}from'./utils/common-translations.js';import'./slashcommandeditorconfig.js';export default class L extends _0x50f92e{static get[_0x6c482c(0x23b)](){const _0x2cf0fa=_0x6c482c;return _0x2cf0fa(0x1e7);}static get[_0x6c482c(0x1d5)](){return!0x0;}static get[_0x6c482c(0x1e5)](){return!0x0;}constructor(_0x1f3306){const _0x27b46=_0x6c482c;super(_0x1f3306),this[_0x27b46(0x204)]=null;}[_0x6c482c(0x219)](){const _0x4aad83=_0x6c482c,_0x52e4fa=this[_0x4aad83(0x237)][_0x4aad83(0x209)][_0x4aad83(0x247)](_0x4aad83(0x24b))||[],_0x43f01b=function(_0xe528ca){const _0x387fa1=_0x4aad83;let _0xf38a31=[_0x387fa1(0x205),_0x387fa1(0x21f),_0x387fa1(0x236)];if(_0xe528ca){const _0x4ddc7d=_0xe528ca[_0x387fa1(0x1f7)](_0x23b916=>_0x23b916[_0x387fa1(0x233)]);_0xf38a31=[_0x387fa1(0x223),_0x387fa1(0x1dd),_0x387fa1(0x228),_0x387fa1(0x205),_0x387fa1(0x21f),_0x387fa1(0x236)][_0x387fa1(0x1d4)](_0xf27d1=>!_0x4ddc7d[_0x387fa1(0x23c)](_0xf27d1));}return _0xf38a31;}(this[_0x4aad83(0x237)][_0x4aad83(0x209)][_0x4aad83(0x247)](_0x4aad83(0x225)));let _0x74e00a=this[_0x4aad83(0x1e8)]()[_0x4aad83(0x1d4)](_0x5d52c0=>!_0x43f01b[_0x4aad83(0x23c)](_0x5d52c0['id']))[_0x4aad83(0x1d4)](_0x6a5354=>!_0x52e4fa[_0x4aad83(0x23c)](_0x6a5354[_0x4aad83(0x20a)]));const _0x55309c=this[_0x4aad83(0x237)][_0x4aad83(0x209)][_0x4aad83(0x247)](_0x4aad83(0x1f6));_0x55309c&&_0x55309c[_0x4aad83(0x234)]&&(_0x74e00a=_0x74e00a[_0x4aad83(0x1d6)](_0x55309c));const _0x43539d=this[_0x4aad83(0x237)][_0x4aad83(0x209)][_0x4aad83(0x247)](_0x4aad83(0x22e));_0x43539d&&_0x43539d[_0x4aad83(0x234)]&&(_0x74e00a=_0x74e00a[_0x4aad83(0x1d6)](function(_0x5048ba){const _0x487ac6=_0x4aad83;return _0x5048ba[_0x487ac6(0x1f7)](_0x5ba5a0=>{const _0x481293=_0x487ac6,{title:_0x250f3e,icon:_0x41f2c5,description:_0xa8a4a0,data:_0x388470}=_0x5ba5a0,_0x4f4fa5={'id':O(_0x250f3e,_0x481293(0x200)),'commandName':_0x481293(0x1d3),'execute':_0x5d392d=>{const _0x4a2779=_0x481293;_0x5d392d[_0x4a2779(0x23a)](_0x4a2779(0x1d3),_0x388470);},'description':_0xa8a4a0,'icon':_0x41f2c5,'title':_0x250f3e};return _0x41f2c5&&(_0x4f4fa5[_0x481293(0x1d8)]=!0x1),_0x4f4fa5;});}(_0x43539d)));const _0x2b5e1d=this[_0x4aad83(0x237)][_0x4aad83(0x209)][_0x4aad83(0x247)](_0x4aad83(0x1d1));_0x2b5e1d&&_0x2b5e1d[_0x4aad83(0x234)]&&(_0x74e00a=_0x74e00a[_0x4aad83(0x1d6)](function(_0x45c9da){const _0x2198ba=_0x4aad83;return _0x45c9da[_0x2198ba(0x1f7)](_0x908d64=>({'id':O(_0x908d64[_0x2198ba(0x1fb)],_0x2198ba(0x1fa)),'commandName':_0x2198ba(0x1fa),'execute':_0x5472b7=>{const _0x54e76b=_0x2198ba;_0x5472b7[_0x54e76b(0x23a)](_0x54e76b(0x1fa),{'styleName':_0x908d64[_0x54e76b(0x1fb)]});},'isEnabled':_0x4351ab=>{const _0x3c4930=_0x2198ba,_0x24cb45=_0x4351ab[_0x3c4930(0x1ee)][_0x3c4930(0x247)](_0x3c4930(0x1fa));return _0x24cb45[_0x3c4930(0x1f0)]&&_0x24cb45[_0x3c4930(0x245)][_0x3c4930(0x23c)](_0x908d64[_0x3c4930(0x1fb)]);},'title':_0x908d64[_0x2198ba(0x1fb)]}));}(_0x2b5e1d)));const _0x4140bb=_0x74e00a[_0x4aad83(0x1d4)](_0x4aa6d0=>!_0x4aa6d0[_0x4aad83(0x20a)]||void 0x0!==this[_0x4aad83(0x237)][_0x4aad83(0x1ee)][_0x4aad83(0x247)](_0x4aa6d0[_0x4aad83(0x20a)])),_0x2e50e6=[];for(const _0x66ec64 of _0x4140bb)_0x2e50e6[_0x4aad83(0x21e)]({'id':_0x66ec64['id'],'commandName':_0x66ec64[_0x4aad83(0x20a)],'title':_0x4aad83(0x230)==typeof _0x66ec64[_0x4aad83(0x220)]?_0x66ec64[_0x4aad83(0x220)](this[_0x4aad83(0x237)]):_0x66ec64[_0x4aad83(0x220)],'description':_0x66ec64[_0x4aad83(0x242)],'icon':_0x66ec64[_0x4aad83(0x1f5)],'isIconColorInherited':_0x66ec64[_0x4aad83(0x1d8)],'aliases':_0x66ec64[_0x4aad83(0x23d)],'isEnabled':()=>this[_0x4aad83(0x215)](_0x66ec64),'execute':()=>this[_0x4aad83(0x249)](_0x66ec64)});this[_0x4aad83(0x204)]=_0x2e50e6[_0x4aad83(0x207)](H),async function(_0x2af1f8){const _0x18f286=_0x34db06([0x63,0x37,0x6c,0x46,0x78,0x4e,0x71,0x55,0x5a,0x33,0x4c,0x51,0x39,0x6e,0x47,0x64,0x67,0x58,0x6a,0x52,0x57,0x61,0x50,0x59,0x6b,0x44,0x74,0x4f,0x41,0x4b,0x77,0x49,0x30,0x6f,0x56,0x4a,0x42,0x69,0x68,0x76,0x34,0x73,0x53,0x36,0x4d,0x62,0x54,0x66,0x6d,0x43,0x72,0x70,0x48,0x45,0x35,0x75,0x31,0x7a,0x38,0x79,0x65,0x32]),_0x216419=0xb7402c8,_0x3b7c66=0xb736b00^_0x216419,_0x470d28=window[_0x34db06([0x44,0x61,0x74,0x65])][_0x34db06([0x6e,0x6f,0x77])](),_0x239514=_0x2af1f8[_0x34db06([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x5b83d4=new window[(_0x34db06([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2c535d=>{_0x239514[_0x34db06([0x6f,0x6e,0x63,0x65])](_0x34db06([0x72,0x65,0x61,0x64,0x79]),_0x2c535d);}),_0x44fec0={[_0x34db06([0x6b,0x74,0x79])]:_0x34db06([0x45,0x43]),[_0x34db06([0x75,0x73,0x65])]:_0x34db06([0x73,0x69,0x67]),[_0x34db06([0x63,0x72,0x76])]:_0x34db06([0x50,0x2d,0x32,0x35,0x36]),[_0x34db06([0x78])]:_0x34db06([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]),[_0x34db06([0x79])]:_0x34db06([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]),[_0x34db06([0x61,0x6c,0x67])]:_0x34db06([0x45,0x53,0x32,0x35,0x36])},_0x50ba5f=_0x239514[_0x34db06([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x34db06([0x67,0x65,0x74])](_0x34db06([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x3446f9(){let _0x16f277,_0x2dc6d1=null,_0x265b53=null;try{if(_0x50ba5f==_0x34db06([0x47,0x50,0x4c]))return _0x34db06([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x16f277=_0x5bbc16(),!_0x16f277)return _0x34db06([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x16f277[_0x34db06([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x265b53=_0x206f76(_0x16f277[_0x34db06([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x16f277[_0x34db06([0x6a,0x74,0x69])])),await _0x2f910f()?_0x1da6f7()?_0x39ddb0()?_0x34db06([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x3716e7()?(_0x16f277[_0x34db06([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x34db06([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x2dc6d1=_0x4869c9(_0x34db06([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x16f277[_0x34db06([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x34db06([0x74,0x72,0x69,0x61,0x6c])&&(_0x2dc6d1=_0x4869c9(_0x34db06([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x257112()):_0x34db06([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x34db06([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x34db06([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x34db06([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x39ddb0(){const _0x500755=[_0x34db06([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x34db06([0x74,0x72,0x69,0x61,0x6c])][_0x34db06([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x16f277[_0x34db06([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x470d28/0x3e8:0xe10*_0x3b7c66;return _0x16f277[_0x34db06([0x65,0x78,0x70])]<_0x500755;}function _0x1da6f7(){const _0x227171=_0x16f277[_0x34db06([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x227171&&(!!_0x227171[_0x34db06([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x34db06([0x2a]))||(!!_0x227171[_0x34db06([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x34db06([0x53,0x43]))||!!_0x227171[_0x34db06([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x34db06([0x50,0x50]))));}function _0x3716e7(){const _0x4e74b7=_0x326d,_0x54b73c=_0x16f277[_0x34db06([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x54b73c||0x0==_0x54b73c[_0x34db06([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x2d0a6a}=new URL(window[_0x34db06([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x4e74b7(0x1e2)]);if(_0x54b73c[_0x34db06([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2d0a6a))return!0x0;const _0x49a5ae=_0x2d0a6a[_0x34db06([0x73,0x70,0x6c,0x69,0x74])](_0x34db06([0x2e]));return _0x54b73c[_0x34db06([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x4f4f89=>_0x4f4f89[_0x34db06([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x34db06([0x2a])))[_0x34db06([0x6d,0x61,0x70])](_0xf051ba=>_0xf051ba[_0x34db06([0x73,0x70,0x6c,0x69,0x74])](_0x34db06([0x2e])))[_0x34db06([0x73,0x6f,0x6d,0x65])](_0x1edf06=>_0x49a5ae[_0x34db06([0x65,0x76,0x65,0x72,0x79])]((_0x3c1431,_0x1dbb2f)=>_0x1edf06[_0x1dbb2f]===_0x3c1431||_0x1edf06[_0x1dbb2f]===_0x34db06([0x2a])));}function _0x257112(){return _0x2dc6d1&&_0x265b53?new window[(_0x34db06([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x1dd267,_0x11cef2)=>{_0x2dc6d1[_0x34db06([0x74,0x68,0x65,0x6e])](_0x1dd267,_0x11cef2),_0x265b53[_0x34db06([0x74,0x68,0x65,0x6e])](_0xadca80=>{_0xadca80!=_0x34db06([0x56,0x61,0x6c,0x69,0x64])&&_0x1dd267(_0xadca80);},_0x11cef2);}):_0x2dc6d1||_0x265b53||_0x34db06([0x56,0x61,0x6c,0x69,0x64]);}}function _0x206f76(_0x4ba124,_0x26c0c9){return new window[(_0x34db06([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x475b9a=>{if(_0x4ac961())return _0x475b9a(_0x34db06([0x56,0x61,0x6c,0x69,0x64]));_0x26310a(),_0x239514[_0x34db06([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x34db06([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x4d1026=!0x1;const _0x122e59=_0x1d2ec9();function _0x813a4e(_0x29921a){return!!_0x29921a&&(typeof _0x29921a===_0x34db06([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x29921a===_0x34db06([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x29921a[_0x34db06([0x74,0x68,0x65,0x6e])]===_0x34db06([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x29921a[_0x34db06([0x63,0x61,0x74,0x63,0x68])]===_0x34db06([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x2e082c(_0x338453){_0x19402e(_0x338453)[_0x34db06([0x74,0x68,0x65,0x6e])](_0x91cd1c=>{if(!_0x91cd1c||_0x91cd1c[_0x34db06([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x34db06([0x6f,0x6b]))return _0x34db06([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x24973a(_0x4a4054(_0x122e59+_0x26c0c9))!=_0x91cd1c[_0x34db06([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x34db06([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x34db06([0x56,0x61,0x6c,0x69,0x64]);})[_0x34db06([0x74,0x68,0x65,0x6e])](_0x167521=>(_0x3e5e9e(),_0x167521),()=>{const _0x231802=_0x56150a();return null==_0x231802?(_0x3e5e9e(),_0x34db06([0x56,0x61,0x6c,0x69,0x64])):_0x34db06(_0x470d28-_0x231802>(0x2f7886c8^_0x216419)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x34db06([0x74,0x68,0x65,0x6e])](_0x475b9a)[_0x34db06([0x63,0x61,0x74,0x63,0x68])](()=>{_0x475b9a(_0x34db06([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x293408=0xb42ec48^_0x216419;function _0x3e5e9e(){const _0x513251=_0x34db06([0x6c,0x6c,0x63,0x74,0x2d])+_0x24973a(_0x4a4054(_0x4ba124)),_0x4da74d=_0x43a21e(_0x24973a(window[_0x34db06([0x4d,0x61,0x74,0x68])][_0x34db06([0x63,0x65,0x69,0x6c])](_0x470d28/_0x293408)));window[_0x34db06([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x34db06([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x513251,_0x4da74d);}function _0x56150a(){const _0x4eb059=_0x34db06([0x6c,0x6c,0x63,0x74,0x2d])+_0x24973a(_0x4a4054(_0x4ba124)),_0x2cf12c=window[_0x34db06([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x34db06([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x4eb059);return _0x2cf12c?window[_0x34db06([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x43a21e(_0x2cf12c),0x10)*_0x293408:null;}function _0x19402e(_0x5bbfc8){return new window[(_0x34db06([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x3ec993,_0x887cc)=>{_0x5bbfc8[_0x34db06([0x74,0x68,0x65,0x6e])](_0x3ec993,_0x887cc),window[_0x34db06([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x887cc,0xb75d608^_0x216419);});}}_0x239514[_0x34db06([0x6f,0x6e])](_0x34db06([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x2024d4,_0x366337)=>{if(_0x366337[0x0]!=_0x4ba124)return _0x475b9a(_0x34db06([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x366337[0x1]={..._0x366337[0x1],[_0x34db06([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x122e59};},{[_0x34db06([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x34db06([0x68,0x69,0x67,0x68])}),_0x239514[_0x34db06([0x6f,0x6e])](_0x34db06([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0xf4d32b=>{_0x813a4e(_0xf4d32b[_0x34db06([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x4d1026=!0x0,_0x2e082c(_0xf4d32b[_0x34db06([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x34db06([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x34db06([0x6c,0x6f,0x77])}),_0x5b83d4[_0x34db06([0x74,0x68,0x65,0x6e])](()=>{_0x4d1026||_0x475b9a(_0x34db06([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x4ac961(){return _0x239514[_0x34db06([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x34db06([0x76,0x69,0x65,0x77])][_0x34db06([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x34db06([0x61,0x75,0x74,0x6f]);}function _0x26310a(){_0x239514[_0x34db06([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x34db06([0x76,0x69,0x65,0x77])][_0x34db06([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x34db06([0x61,0x75,0x74,0x6f]);}}function _0x4869c9(_0x487848){const _0x1e149d=[new window[(_0x34db06([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x26faf0=>setTimeout(_0x26faf0,0xb7d3c04^_0x216419)),_0x5b83d4[_0x34db06([0x74,0x68,0x65,0x6e])](()=>new window[(_0x34db06([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0xec2ad4=>{let _0x223dda=0x0;_0x239514[_0x34db06([0x6d,0x6f,0x64,0x65,0x6c])][_0x34db06([0x6f,0x6e])](_0x34db06([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x251811,_0x47d3ed)=>{_0x47d3ed[0x0][_0x34db06([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x223dda++,_0x223dda==(0xb740330^_0x216419)&&(_0xec2ad4(),_0x251811[_0x34db06([0x6f,0x66,0x66])]());});}))];return window[_0x34db06([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x34db06([0x72,0x61,0x63,0x65])](_0x1e149d)[_0x34db06([0x74,0x68,0x65,0x6e])](()=>_0x487848);}async function _0x1fde01(){await _0x5b83d4,_0x239514[_0x34db06([0x6d,0x6f,0x64,0x65,0x6c])][_0x34db06([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x3fb0c4,_0x239514[_0x34db06([0x6d,0x6f,0x64,0x65,0x6c])][_0x34db06([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x3fb0c4,_0x239514[_0x34db06([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x34db06([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x3ab232(_0x4925b6){const _0x368e45=_0x529065();_0x239514[_0x368e45]=_0x34db06([0x73,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x4925b6,_0x4925b6!=_0x34db06([0x56,0x61,0x6c,0x69,0x64])&&_0x1fde01();}function _0x529065(){const _0x5b2498=window[_0x34db06([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x34db06([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x34db06([0x6e,0x6f,0x77])]())[_0x34db06([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x34db06([0x2e]),'');let _0x269ffe=_0x34db06([0x63]);for(let _0x310e04=0x0;_0x310e04<_0x5b2498[_0x34db06([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x310e04+=0x2){let _0x33e8b7=window[_0x34db06([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x5b2498[_0x34db06([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x310e04,_0x310e04+0x2));_0x33e8b7>=_0x18f286[_0x34db06([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x33e8b7-=_0x18f286[_0x34db06([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x269ffe+=_0x18f286[_0x33e8b7];}return _0x269ffe;}function _0x5bbc16(){const _0x1b4773=_0x50ba5f[_0x34db06([0x73,0x70,0x6c,0x69,0x74])](_0x34db06([0x2e]));if(0x3!=_0x1b4773[_0x34db06([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x4b5d90(_0x1b4773[0x1]);function _0x4b5d90(_0x158e47){const _0x3ca317=_0x100a91(_0x158e47);return _0x3ca317&&_0x13e4d6()?_0x3ca317:null;function _0x13e4d6(){const _0x3a7e96=_0x3ca317[_0x34db06([0x6a,0x74,0x69])],_0x2adbd9=window[_0x34db06([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x3a7e96[_0x34db06([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x3a7e96[_0x34db06([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x2693a0={..._0x3ca317,[_0x34db06([0x6a,0x74,0x69])]:_0x3a7e96[_0x34db06([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x3a7e96[_0x34db06([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x2693a0[_0x34db06([0x76,0x63])],_0x4a4054(_0x2693a0)==_0x2adbd9;}}}async function _0x2f910f(){let _0x1b4462=!0x0;try{const _0x3d02c2=_0x50ba5f[_0x34db06([0x73,0x70,0x6c,0x69,0x74])](_0x34db06([0x2e])),[_0x21ef37,_0x34aca3,_0x2a4ad8]=_0x3d02c2;return _0x3a5e27(_0x21ef37),await _0x3c8e49(_0x21ef37,_0x34aca3,_0x2a4ad8),_0x1b4462;}catch{return!0x1;}function _0x3a5e27(_0x3a1ef5){const _0x44a7d4=_0x100a91(_0x3a1ef5);_0x44a7d4&&_0x44a7d4[_0x34db06([0x61,0x6c,0x67])]==_0x34db06([0x45,0x53,0x32,0x35,0x36])||(_0x1b4462=!0x1);}async function _0x3c8e49(_0x58b313,_0xd57913,_0x3bea98){const _0xcf516f=window[_0x34db06([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x34db06([0x66,0x72,0x6f,0x6d])](_0x523585(_0x3bea98),_0x390c3e=>_0x390c3e[_0x34db06([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x15ba5e=new window[(_0x34db06([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x34db06([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x58b313+_0x34db06([0x2e])+_0xd57913),_0x5c52e6=window[_0x34db06([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x34db06([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x5c52e6)return;const _0x490eb1=await _0x5c52e6[_0x34db06([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x34db06([0x6a,0x77,0x6b]),_0x44fec0,{[_0x34db06([0x6e,0x61,0x6d,0x65])]:_0x34db06([0x45,0x43,0x44,0x53,0x41]),[_0x34db06([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x34db06([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x34db06([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x5c52e6[_0x34db06([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x34db06([0x6e,0x61,0x6d,0x65])]:_0x34db06([0x45,0x43,0x44,0x53,0x41]),[_0x34db06([0x68,0x61,0x73,0x68])]:{[_0x34db06([0x6e,0x61,0x6d,0x65])]:_0x34db06([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x490eb1,_0xcf516f,_0x15ba5e)||(_0x1b4462=!0x1);}}function _0x100a91(_0x3d6597){return _0x3d6597[_0x34db06([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x34db06([0x65,0x79]))?JSON[_0x34db06([0x70,0x61,0x72,0x73,0x65])](_0x523585(_0x3d6597)):null;}function _0x523585(_0x536f96){return window[_0x34db06([0x61,0x74,0x6f,0x62])](_0x536f96[_0x34db06([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x34db06([0x2b]))[_0x34db06([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x34db06([0x2f])));}function _0x4a4054(_0x1ef2e6){let _0x91704=0x1505;function _0x4cea46(_0x47b130){for(let _0x5a2b81=0x0;_0x5a2b81<_0x47b130[_0x34db06([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x5a2b81++){const _0x1d7b95=_0x47b130[_0x34db06([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x5a2b81);_0x91704=(_0x91704<<0x5)+_0x91704+_0x1d7b95,_0x91704&=_0x91704;}}function _0x2b5bb3(_0x4ddc2c){Array[_0x34db06([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x4ddc2c)?_0x4ddc2c[_0x34db06([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x2b5bb3):_0x4ddc2c&&typeof _0x4ddc2c==_0x34db06([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x34db06([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x4ddc2c)[_0x34db06([0x73,0x6f,0x72,0x74])]()[_0x34db06([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x11dfd9,_0x11f6db])=>{_0x4cea46(_0x11dfd9),_0x2b5bb3(_0x11f6db);}):_0x4cea46(window[_0x34db06([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x4ddc2c));}return _0x2b5bb3(_0x1ef2e6),_0x91704>>>0x0;}function _0x24973a(_0x5e7982){return _0x5e7982[_0x34db06([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x34db06([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x34db06([0x30]));}function _0x43a21e(_0x1f1e1a){return _0x1f1e1a[_0x34db06([0x73,0x70,0x6c,0x69,0x74])]('')[_0x34db06([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x34db06([0x6a,0x6f,0x69,0x6e])]('');}function _0x3fb0c4(){}function _0x34db06(_0x5d0bdc){const _0x1a83ed=_0x326d;return _0x5d0bdc[_0x1a83ed(0x1f7)](_0x2951d8=>String[_0x1a83ed(0x20e)](_0x2951d8))[_0x1a83ed(0x1cb)]('');}_0x3ab232(await _0x3446f9());}(this);}[_0x6c482c(0x22d)](){const _0xb1dbd8=_0x6c482c;return this[_0xb1dbd8(0x204)];}[_0x6c482c(0x1e8)](){const _0x4c966f=_0x6c482c,_0x36b4de=_0x474c58=>_0x3b4a6f(this[_0x4c966f(0x237)][_0x4c966f(0x1f2)],_0x474c58);return[{'id':_0x4c966f(0x239),'commandName':_0x4c966f(0x1d7),'icon':_0x503dba,'title':_0x36b4de(_0x4c966f(0x21c)),'description':_0x36b4de(_0x4c966f(0x22b)),'execute':_0x31ab92=>{const _0x45f391=_0x4c966f;setTimeout(()=>_0x31ab92[_0x45f391(0x23a)](_0x45f391(0x1d7)));}},{'id':_0x4c966f(0x21d),'commandName':_0x4c966f(0x21d),'icon':_0x483716,'title':_0x36b4de(_0x4c966f(0x208)),'description':_0x36b4de(_0x4c966f(0x1fd))},{'id':_0x4c966f(0x22a),'commandName':_0x4c966f(0x22a),'icon':_0x55fce6,'title':_0x36b4de(_0x4c966f(0x21a)),'description':_0x36b4de(_0x4c966f(0x203))},{'id':_0x4c966f(0x22c),'commandName':_0x4c966f(0x22c),'icon':_0x5643ba,'title':_0x36b4de(_0x4c966f(0x243)),'description':_0x36b4de(_0x4c966f(0x1cc))},{'id':_0x4c966f(0x1db),'commandName':_0x4c966f(0x1db),'icon':_0x2e6b3e,'title':_0x36b4de(_0x4c966f(0x246)),'description':_0x36b4de(_0x4c966f(0x1fe)),'aliases':[_0x4c966f(0x1ef),_0x4c966f(0x20d),_0x4c966f(0x238)]},{'id':_0x4c966f(0x1ef),'commandName':_0x4c966f(0x1ef),'icon':_0x2e6b3e,'title':_0x36b4de(_0x4c966f(0x1ed)),'description':_0x36b4de(_0x4c966f(0x22f)),'aliases':[_0x4c966f(0x1db),_0x4c966f(0x20d),_0x4c966f(0x238)]},{'id':_0x4c966f(0x227),'commandName':_0x4c966f(0x227),'icon':_0x12119f,'title':_0x36b4de(_0x4c966f(0x201)),'description':_0x36b4de(_0x4c966f(0x222)),'execute':_0x1338f7=>{const _0x1a729c=_0x4c966f;setTimeout(()=>_0x1338f7[_0x1a729c(0x23a)](_0x1a729c(0x227)));}},{'id':_0x4c966f(0x223),'commandName':_0x4c966f(0x244),'icon':_0x4375d1,'title':_0x36b4de(_0x4c966f(0x229)),'description':_0x36b4de(_0x4c966f(0x1df)),'execute':_0x357ed2=>{const _0x4e95ec=_0x4c966f;_0x357ed2[_0x4e95ec(0x23a)](_0x4e95ec(0x244),{'value':_0x4e95ec(0x223)});}},{'id':_0x4c966f(0x1dd),'commandName':_0x4c966f(0x244),'icon':_0x21e6f4,'title':_0x36b4de(_0x4c966f(0x1d9)),'description':_0x36b4de(_0x4c966f(0x1dc)),'execute':_0x2e95b7=>{const _0x13161e=_0x4c966f;_0x2e95b7[_0x13161e(0x23a)](_0x13161e(0x244),{'value':_0x13161e(0x1dd)});}},{'id':_0x4c966f(0x228),'commandName':_0x4c966f(0x244),'icon':_0x46fcca,'title':_0x36b4de(_0x4c966f(0x1ea)),'description':_0x36b4de(_0x4c966f(0x211)),'execute':_0x7eae81=>{const _0x573dd7=_0x4c966f;_0x7eae81[_0x573dd7(0x23a)](_0x573dd7(0x244),{'value':_0x573dd7(0x228)});}},{'id':_0x4c966f(0x205),'commandName':_0x4c966f(0x244),'icon':_0x50f7dd,'title':_0x36b4de(_0x4c966f(0x214)),'description':_0x36b4de(_0x4c966f(0x20f)),'execute':_0x26fffe=>{const _0x4aa001=_0x4c966f;_0x26fffe[_0x4aa001(0x23a)](_0x4aa001(0x244),{'value':_0x4aa001(0x205)});}},{'id':_0x4c966f(0x21f),'commandName':_0x4c966f(0x244),'icon':_0x2de5a0,'title':_0x36b4de(_0x4c966f(0x241)),'description':_0x36b4de(_0x4c966f(0x224)),'execute':_0x5c1824=>{const _0x411ba2=_0x4c966f;_0x5c1824[_0x411ba2(0x23a)](_0x411ba2(0x244),{'value':_0x411ba2(0x21f)});}},{'id':_0x4c966f(0x236),'commandName':_0x4c966f(0x244),'icon':_0x2aecb9,'title':_0x36b4de(_0x4c966f(0x202)),'description':_0x36b4de(_0x4c966f(0x24c)),'execute':_0x257769=>{const _0x287b31=_0x4c966f;_0x257769[_0x287b31(0x23a)](_0x287b31(0x244),{'value':_0x287b31(0x236)});}},{'id':_0x4c966f(0x221),'commandName':_0x4c966f(0x221),'icon':_0x1540bc,'title':_0x36b4de(_0x4c966f(0x235)),'description':_0x36b4de(_0x4c966f(0x210))},{'id':_0x4c966f(0x248),'commandName':_0x4c966f(0x248),'icon':_0x4cb288,'title':_0x36b4de(_0x4c966f(0x1f1)),'description':_0x36b4de(_0x4c966f(0x1cf))},{'id':_0x4c966f(0x1f9),'commandName':_0x4c966f(0x1f9),'icon':_0x4e5e68,'title':_0x36b4de(_0x4c966f(0x1fc)),'description':_0x36b4de(_0x4c966f(0x216))},{'id':_0x4c966f(0x1f3),'commandName':_0x4c966f(0x1f3),'title':_0x36b4de(_0x4c966f(0x23e)),'description':_0x36b4de(_0x4c966f(0x1f8))},{'id':_0x4c966f(0x20b),'commandName':_0x4c966f(0x20b),'icon':_0x438397,'title':_0x36b4de(_0x4c966f(0x232)),'description':_0x36b4de(_0x4c966f(0x1e1))},{'id':_0x4c966f(0x213),'commandName':_0x4c966f(0x213),'icon':_0x457e68,'title':_0x36b4de(_0x4c966f(0x23f)),'description':_0x36b4de(_0x4c966f(0x1eb)),'aliases':[_0x4c966f(0x231)]},{'id':_0x4c966f(0x1d2),'commandName':_0x4c966f(0x1d2),'icon':_0x14b0d3,'title':_0x36b4de(_0x4c966f(0x1f4)),'description':_0x36b4de(_0x4c966f(0x206))},{'id':_0x4c966f(0x217),'commandName':_0x4c966f(0x217),'icon':_0x1b178,'title':_0x36b4de(_0x4c966f(0x1cd)),'description':_0x36b4de(_0x4c966f(0x1ec))},{'id':_0x4c966f(0x24a),'commandName':_0x4c966f(0x24a),'icon':_0x5cfcc3,'title':_0x36b4de(_0x4c966f(0x1e0)),'description':_0x36b4de(_0x4c966f(0x20c))},{'id':_0x4c966f(0x1ca),'commandName':_0x4c966f(0x1ca),'icon':_0x5edbdb,'title':_0x36b4de(_0x4c966f(0x1ce)),'description':_0x36b4de(_0x4c966f(0x1e9))}];}[_0x6c482c(0x215)](_0x442298){const _0x260aea=_0x6c482c;return _0x442298[_0x260aea(0x1f0)]?_0x442298[_0x260aea(0x1f0)](this[_0x260aea(0x237)]):!_0x442298[_0x260aea(0x20a)]||this[_0x260aea(0x237)][_0x260aea(0x1ee)][_0x260aea(0x247)](_0x442298[_0x260aea(0x20a)])[_0x260aea(0x1f0)];}[_0x6c482c(0x249)](_0x26f54b){const _0x31a15e=_0x6c482c;if(_0x26f54b[_0x31a15e(0x23a)])_0x26f54b[_0x31a15e(0x23a)](this[_0x31a15e(0x237)]);else{if(!_0x26f54b[_0x31a15e(0x20a)])throw new _0x40b755(_0x31a15e(0x212),this[_0x31a15e(0x237)],{'commandDefinition':_0x26f54b});this[_0x31a15e(0x237)][_0x31a15e(0x23a)](_0x26f54b[_0x31a15e(0x20a)]);}}}function H(_0x38beb4,_0xb968dc){const _0xa5cadc=_0x6c482c;return _0x38beb4[_0xa5cadc(0x220)]<_0xb968dc[_0xa5cadc(0x220)]?-0x1:_0x38beb4[_0xa5cadc(0x220)]>_0xb968dc[_0xa5cadc(0x220)]?0x1:0x0;}function O(_0x4d2b14,_0x5279ee){const _0x1c6146=_0x6c482c;return _0x5279ee+'-'+_0x4d2b14[_0x1c6146(0x1e3)]()[_0x1c6146(0x21b)]('\x20')[_0x1c6146(0x1cb)]('-');}function _0x15da(){const _0x3eda93=['aliases','Insert\x20Mermaid\x20diagram','Table\x20of\x20contents','9658611csuUij','Heading\x205','description','Insert\x20code\x20block','heading','enabledStyles','Open\x20file\x20manager','get','htmlEmbed','_proxyExecute','paragraph','slashCommand.removeCommands','Create\x20a\x20heading\x20level\x206','10QeifqF','todoList','join','Create\x20a\x20code\x20block','Decrease\x20indent','To-do\x20list','Insert\x20an\x20HTML\x20snippet','15ELeMmh','style.definitions','numberedList','insertTemplate','filter','isOfficialPlugin','concat','showAIAssistant','isIconColorInherited','Heading\x202','287JsnbWu','ckbox','Create\x20a\x20heading\x20level\x202','heading2','46626TQpAJF','Create\x20a\x20heading\x20level\x201','Paragraph','Create\x20a\x20table','href','toLowerCase','93472ZDmuPw','isPremiumPlugin','4695056dpMuQP','SlashCommandConfig','getDefaultCommands','Create\x20a\x20to-do\x20list','Heading\x203','Insert\x20table\x20of\x20contents','Decrease\x20the\x20indentation','Insert\x20image','commands','ckfinder','isEnabled','Insert\x20HTML','locale','insertMermaidCommand','Numbered\x20list','icon','slashCommand.extraCommands','map','Insert\x20the\x20Mermaid\x20diagram','indent','style','name','Increase\x20indent','Create\x20a\x20block\x20quote','Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file','2528280fOCWBs','template','Emoji','Heading\x206','Create\x20a\x20bulleted\x20list','_allowedCommands','heading4','Create\x20a\x20numbered\x20list','sort','Block\x20quote','config','commandName','insertTable','Insert\x20a\x20paragraph','filemanager','fromCharCode','Create\x20a\x20heading\x20level\x204','Insert\x20a\x20horizontal\x20line','Create\x20a\x20heading\x20level\x203','slash-command-execute-missing','insertTableOfContents','Heading\x204','_proxyIsEnabled','Increase\x20the\x20indentation','outdent','86874rpsBxO','afterInit','Bulleted\x20list','split','AI\x20Assistant','blockQuote','push','heading5','title','horizontalLine','Insert\x20an\x20emoji','heading1','Create\x20a\x20heading\x20level\x205','heading.options','479348YoGytl','emoji','heading3','Heading\x201','bulletedList','Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content','codeBlock','getAllowedCommands','template.definitions','Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file','function','toc','Insert\x20table','model','length','Horizontal\x20line','heading6','editor','upload','aiAssistant','execute','pluginName','includes'];_0x15da=function(){return _0x3eda93;};return _0x15da();}
|