@ckeditor/ckeditor5-slash-command 45.1.0-alpha.4 → 45.1.0-alpha.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/slash-command.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +10 -10
- package/src/slashcommandconfig.js +1 -1
package/build/slash-command.js
CHANGED
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
/*!
|
|
3
3
|
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
|
|
4
4
|
* For licensing, see LICENSE.md.
|
|
5
|
-
*/(()=>{var e={168:e=>{"use strict";e.exports=function(e){return e[1]}},237:e=>{"use strict";e.exports=CKEditor5.dll},262:e=>{"use strict";var t={};e.exports=function(e,n){var a=function(e){if(void 0===t[e]){var n=document.querySelector(e);if(window.HTMLIFrameElement&&n instanceof window.HTMLIFrameElement)try{n=n.contentDocument.head}catch(e){n=null}t[e]=n}return t[e]}(e);if(!a)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");a.appendChild(n)}},311:(e,t,n)=>{e.exports=n(237)("./src/ui.js")},355:(e,t,n)=>{e.exports=n(237)("./src/icons.js")},357:e=>{"use strict";e.exports=function(e){var t=document.createElement("style");return e.setAttributes(t,e.attributes),e.insert(t,e.options),t}},433:e=>{"use strict";e.exports=function(e){var t=[];return t.toString=function(){return this.map((function(t){var n="",a=void 0!==t[5];return t[4]&&(n+="@supports (".concat(t[4],") {")),t[2]&&(n+="@media ".concat(t[2]," {")),a&&(n+="@layer".concat(t[5].length>0?" ".concat(t[5]):""," {")),n+=e(t),a&&(n+="}"),t[2]&&(n+="}"),t[4]&&(n+="}"),n})).join("")},t.i=function(e,n,a,r,i){"string"==typeof e&&(e=[[null,e,void 0]]);var s={};if(a)for(var o=0;o<this.length;o++){var c=this[o][0];null!=c&&(s[c]=!0)}for(var l=0;l<e.length;l++){var d=[].concat(e[l]);a&&s[d[0]]||(void 0!==i&&(void 0===d[5]||(d[1]="@layer".concat(d[5].length>0?" ".concat(d[5]):""," {").concat(d[1],"}")),d[5]=i),n&&(d[2]?(d[1]="@media ".concat(d[2]," {").concat(d[1],"}"),d[2]=n):d[2]=n),r&&(d[4]?(d[1]="@supports (".concat(d[4],") {").concat(d[1],"}"),d[4]=r):d[4]="".concat(r)),t.push(d))}},t}},545:e=>{"use strict";var t,n=(t=[],function(e,n){return t[e]=n,t.filter(Boolean).join("\n")});function a(e,t,a,r){var i;if(a)i="";else{i="",r.supports&&(i+="@supports (".concat(r.supports,") {")),r.media&&(i+="@media ".concat(r.media," {"));var s=void 0!==r.layer;s&&(i+="@layer".concat(r.layer.length>0?" ".concat(r.layer):""," {")),i+=r.css,s&&(i+="}"),r.media&&(i+="}"),r.supports&&(i+="}")}if(e.styleSheet)e.styleSheet.cssText=n(t,i);else{var o=document.createTextNode(i),c=e.childNodes;c[t]&&e.removeChild(c[t]),c.length?e.insertBefore(o,c[t]):e.appendChild(o)}}var r={singleton:null,singletonCounter:0};e.exports=function(e){if("undefined"==typeof document)return{update:function(){},remove:function(){}};var t=r.singletonCounter++,n=r.singleton||(r.singleton=e.insertStyleElement(e));return{update:function(e){a(n,t,!1,e)},remove:function(e){a(n,t,!0,e)}}}},584:(e,t,n)=>{e.exports=n(237)("./src/utils.js")},655:(e,t,n)=>{"use strict";n.d(t,{A:()=>o});var a=n(168),r=n.n(a),i=n(433),s=n.n(i)()(r());s.push([e.id,":root{--ck-slash-command-button-width:250px;--ck-slash-command-description-width:200px}.ck-mentions .ck.ck-button.ck-slash-command-button{display:flex;justify-content:flex-start;padding:calc(var(--ck-line-height-base)*.2*var(--ck-font-size-base));width:var(--ck-slash-command-button-width)}.ck-mentions .ck.ck-button.ck-slash-command-button .ck.ck-icon{background-color:var(--ck-color-base-background);border-radius:2px;box-sizing:initial;color:var(--ck-color-base-text);flex-shrink:0;margin-left:0;padding:5px}[dir=ltr] .ck-mentions .ck.ck-button.ck-slash-command-button .ck.ck-icon{margin:0 var(--ck-spacing-small) 0 0}[dir=rtl] .ck-mentions .ck.ck-button.ck-slash-command-button .ck.ck-icon{margin:0 0 0 var(--ck-spacing-small)}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part{display:flex;flex-direction:column}[dir=ltr] .ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part{margin-left:var(--ck-spacing-small)}[dir=rtl] .ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part{margin-right:var(--ck-spacing-small)}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>span{line-height:1.2em}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-button__label,.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-slash-command-button__description{overflow:hidden;text-overflow:ellipsis;width:var(--ck-slash-command-description-width)}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-button__label{font-weight:700}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-slash-command-button__description{font-size:var(--ck-font-size-small);opacity:.75}.ck-mentions .ck.ck-button.ck-slash-command-button.ck-on>.ck-slash-command-button__text-part>span{color:var(--ck-color-list-button-on-text)}",""]);const o=s},667:e=>{"use strict";e.exports=function(e,t){Object.keys(t).forEach((function(n){e.setAttribute(n,t[n])}))}},673:e=>{"use strict";var t=[];function n(e){for(var n=-1,a=0;a<t.length;a++)if(t[a].identifier===e){n=a;break}return n}function a(e,a){for(var i={},s=[],o=0;o<e.length;o++){var c=e[o],l=a.base?c[0]+a.base:c[0],d=i[l]||0,u="".concat(l," ").concat(d);i[l]=d+1;var m=n(u),p={css:c[1],media:c[2],sourceMap:c[3],supports:c[4],layer:c[5]};if(-1!==m)t[m].references++,t[m].updater(p);else{var h=r(p,a);a.byIndex=o,t.splice(o,0,{identifier:u,updater:h,references:1})}s.push(u)}return s}function r(e,t){var n=t.domAPI(t);n.update(e);return function(t){if(t){if(t.css===e.css&&t.media===e.media&&t.sourceMap===e.sourceMap&&t.supports===e.supports&&t.layer===e.layer)return;n.update(e=t)}else n.remove()}}e.exports=function(e,r){var i=a(e=e||[],r=r||{});return function(e){e=e||[];for(var s=0;s<i.length;s++){var o=n(i[s]);t[o].references--}for(var c=a(e,r),l=0;l<i.length;l++){var d=n(i[l]);0===t[d].references&&(t[d].updater(),t.splice(d,1))}i=c}}},782:(e,t,n)=>{e.exports=n(237)("./src/core.js")}},t={};function n(a){var r=t[a];if(void 0!==r)return r.exports;var i=t[a]={id:a,exports:{}};return e[a](i,i.exports,n),i.exports}n.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return n.d(t,{a:t}),t},n.d=(e,t)=>{for(var a in t)n.o(t,a)&&!n.o(e,a)&&Object.defineProperty(e,a,{enumerable:!0,get:t[a]})},n.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),n.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var a={};(()=>{"use strict";n.r(a),n.d(a,{SlashCommand:()=>B,SlashCommandConfig:()=>s,SlashCommandEditing:()=>h,SlashCommandUI:()=>E});var e=n(782),t=n(584),r=n(355);const i=c;!function(e){const t=c,n=e();for(;;)try{if(423285===-parseInt(t(440))/1+-parseInt(t(482))/2*(-parseInt(t(364))/3)+-parseInt(t(460))/4+-parseInt(t(405))/5+-parseInt(t(391))/6*(-parseInt(t(475))/7)+parseInt(t(487))/8*(parseInt(t(480))/9)+-parseInt(t(369))/10*(-parseInt(t(415))/11))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(o);class s extends e.Plugin{static get[i(373)](){return i(366)}static get[i(485)](){return!0}static get[i(461)](){return!0}constructor(e){const t=i;super(e),this[t(380)]=null}[i(379)](){const e=i,n=this[e(446)][e(465)][e(407)](e(447))||[],a=function(t){const n=e;let a=[n(416),n(413),n(432)];if(t){const e=t[n(370)]((e=>e[n(421)]));a=[n(483),n(382),n(408),n(416),n(413),n(432)][n(368)]((t=>!e[n(410)](t)))}return a}(this[e(446)][e(465)][e(407)](e(441)));let r=this[e(481)]()[e(368)]((t=>!a[e(410)](t.id)))[e(368)]((t=>!n[e(410)](t[e(449)])));const s=this[e(446)][e(465)][e(407)](e(376));s&&s[e(437)]&&(r=r[e(400)](s));const o=this[e(446)][e(465)][e(407)](e(356));o&&o[e(437)]&&(r=r[e(400)](function(t){const n=e;return t[n(370)]((e=>{const t=n,{title:a,icon:r,description:i,data:s}=e,o={id:d(a,t(430)),commandName:t(467),execute:e=>{const n=t;e[n(459)](n(467),s)},description:i,icon:r,title:a};return r&&(o[t(452)]=!1),o}))}(o)));const u=this[e(446)][e(465)][e(407)](e(403));u&&u[e(437)]&&(r=r[e(400)](function(t){const n=e;return t[n(370)]((e=>({id:d(e[n(464)],n(396)),commandName:n(396),execute:t=>{const a=n;t[a(459)](a(396),{styleName:e[a(464)]})},isEnabled:t=>{const a=n,r=t[a(450)][a(407)](a(396));return r[a(411)]&&r[a(355)][a(410)](e[a(464)])},title:e[n(464)]})))}(u)));const m=r[e(368)]((t=>!t[e(449)]||void 0!==this[e(446)][e(450)][e(407)](t[e(449)]))),p=[];for(const t of m)p[e(433)]({id:t.id,commandName:t[e(449)],title:e(390)==typeof t[e(472)]?t[e(472)](this[e(446)]):t[e(472)],description:t[e(412)],icon:t[e(363)],isIconColorInherited:t[e(452)],aliases:t[e(476)],isEnabled:()=>this[e(473)](t),execute:()=>this[e(453)](t)});this[e(380)]=p[e(436)](l),async function(e){const n=g([111,79,69,76,50,72,86,78,100,103,85,121,97,57,49,70,113,53,114,107,77,83,82,109,99,88,84,48,55,87,65,118,51,66,106,81,73,90,122,116,104,54,74,98,75,112,67,115,105,52,120,108,101,117,110,102,80,89,71,56,119,68]),a=window[g([68,97,116,101])][g([110,111,119])](),r=e[g([101,100,105,116,111,114])],i=new(window[g([80,114,111,109,105,115,101])])((e=>{r[g([111,110,99,101])](g([114,101,97,100,121]),e)})),s={[g([107,116,121])]:g([69,67]),[g([117,115,101])]:g([115,105,103]),[g([99,114,118])]:g([80,45,50,53,54]),[g([120])]:g([105,67,106,79,67,118,68,70,73,54,108,81,72,72,84,49,56,106,86,119,82,102,107,102,72,81,50,97,95,77,121,109,84,51,53,76,81,86,111,70,83,65,73]),[g([121])]:g([107,88,73,121,74,52,101,118,116,67,69,70,82,109,120,75,83,85,112,75,57,102,68,87,52,53,57,118,88,79,118,86,114,104,102,54,117,81,65,101,79,105,111]),[g([97,108,103])]:g([69,83,50,53,54])},o=r[g([99,111,110,102,105,103])][g([103,101,116])](g([108,105,99,101,110,115,101,75,101,121]));function l(e){const t=[new(window[g([80,114,111,109,105,115,101])])((e=>setTimeout(e,605900))),i[g([116,104,101,110])]((()=>new(window[g([80,114,111,109,105,115,101])])((e=>{let t=0;r[g([109,111,100,101,108])][g([111,110])](g([97,112,112,108,121,79,112,101,114,97,116,105,111,110]),((n,a)=>{a[0][g([105,115,68,111,99,117,109,101,110,116,79,112,101,114,97,116,105,111,110])]&&t++,504==t&&(e(),n[g([111,102,102])]())}))}))))];return window[g([80,114,111,109,105,115,101])][g([114,97,99,101])](t)[g([116,104,101,110])]((()=>e))}function d(e){return e[g([115,116,97,114,116,115,87,105,116,104])](g([101,121]))?JSON[g([112,97,114,115,101])](u(e)):null}function u(e){return window[g([97,116,111,98])](e[g([114,101,112,108,97,99,101])](/-/g,g([43]))[g([114,101,112,108,97,99,101])](/_/g,g([47])))}function m(e){let t=5381;function n(e){for(let n=0;n<e[g([108,101,110,103,116,104])];n++){const a=e[g([99,104,97,114,67,111,100,101,65,116])](n);t=(t<<5)+t+a,t&=t}}return function e(t){Array[g([105,115,65,114,114,97,121])](t)?t[g([102,111,114,69,97,99,104])](e):t&&typeof t==g([111,98,106,101,99,116])?Object[g([101,110,116,114,105,101,115])](t)[g([115,111,114,116])]()[g([102,111,114,69,97,99,104])]((([t,a])=>{n(t),e(a)})):n(window[g([83,116,114,105,110,103])](t))}(e),t>>>0}function p(e){return e[g([116,111,83,116,114,105,110,103])](16)[g([112,97,100,83,116,97,114,116])](8,g([48]))}function h(e){return e[g([115,112,108,105,116])]("")[g([114,101,118,101,114,115,101])]()[g([106,111,105,110])]("")}function f(){}function g(e){const t=c;return e[t(370)]((e=>String[t(443)](e)))[t(429)]("")}!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([111]);for(let a=0;a<e[g([108,101,110,103,116,104])];a+=2){let r=window[g([112,97,114,115,101,73,110,116])](e[g([115,117,98,115,116,114,105,110,103])](a,a+2));r>=n[g([108,101,110,103,116,104])]&&(r-=n[g([108,101,110,103,116,104])]),t+=n[r]}return t}();r[t]=g([115,108,97,115,104,67,111,109,109,97,110,100,76,105,99,101,110,115,101,75,101,121])+e,e!=g([86,97,108,105,100])&&async function(){await i,r[g([109,111,100,101,108])][g([99,104,97,110,103,101])]=f,r[g([109,111,100,101,108])][g([101,110,113,117,101,117,101,67,104,97,110,103,101])]=f,r[g([101,110,97,98,108,101,82,101,97,100,79,110,108,121,77,111,100,101])](g([109,111,100,101,108]))}()}(await async function(){let e,n=null,f=null;try{return o==g([71,80,76])?g([78,111,116,65,108,108,111,119,101,100]):(e=function(){const e=o[g([115,112,108,105,116])](g([46]));return 3!=e[g([108,101,110,103,116,104])]?null:t(e[1]);function t(e){const t=d(e);return t&&n()?t:null;function n(){const e=t[g([106,116,105])],n=window[g([112,97,114,115,101,73,110,116])](e[g([115,117,98,115,116,114,105,110,103])](e[g([108,101,110,103,116,104])]-8),16),a={...t,[g([106,116,105])]:e[g([115,117,98,115,116,114,105,110,103])](0,e[g([108,101,110,103,116,104])]-8)};return delete a[g([118,99])],m(a)==n}}}(),e?(e[g([117,115,97,103,101,69,110,100,112,111,105,110,116])]&&(f=function(e,n){return new(window[g([80,114,111,109,105,115,101])])((c=>{if(s())return c(g([86,97,108,105,100]));o(),r[g([100,101,99,111,114,97,116,101])](g([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]));let l=!1;const d=(0,t.uid)();function u(e){return!!e&&(typeof e===g([111,98,106,101,99,116])||typeof e===g([102,117,110,99,116,105,111,110]))&&typeof e[g([116,104,101,110])]===g([102,117,110,99,116,105,111,110])&&typeof e[g([99,97,116,99,104])]===g([102,117,110,99,116,105,111,110])}function f(t){o(t)[g([116,104,101,110])]((e=>e&&e[g([115,116,97,116,117,115])]==g([111,107])?p(m(d+n))!=e[g([118,101,114,105,102,105,99,97,116,105,111,110])]?g([85,115,97,103,101,76,105,109,105,116]):g([86,97,108,105,100]):g([85,115,97,103,101,76,105,109,105,116])))[g([116,104,101,110])]((e=>(i(),e)),(()=>{const e=s();return null==e?(i(),g([86,97,108,105,100])):g(a-e>6048e5?[85,115,97,103,101,76,105,109,105,116]:[86,97,108,105,100])}))[g([116,104,101,110])](c)[g([99,97,116,99,104])]((()=>{c(g([85,115,97,103,101,76,105,109,105,116]))}));const r=36e5;function i(){const t=g([108,108,99,116,45])+p(m(e)),n=h(p(window[g([77,97,116,104])][g([99,101,105,108])](a/r)));window[g([108,111,99,97,108,83,116,111,114,97,103,101])][g([115,101,116,73,116,101,109])](t,n)}function s(){const t=g([108,108,99,116,45])+p(m(e)),n=window[g([108,111,99,97,108,83,116,111,114,97,103,101])][g([103,101,116,73,116,101,109])](t);return n?window[g([112,97,114,115,101,73,110,116])](h(n),16)*r:null}function o(e){return new(window[g([80,114,111,109,105,115,101])])(((t,n)=>{e[g([116,104,101,110])](t,n),window[g([115,101,116,84,105,109,101,111,117,116])](n,12e4)}))}}r[g([111,110])](g([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),((t,n)=>{if(n[0]!=e)return c(g([85,115,97,103,101,76,105,109,105,116]));n[1]={...n[1],[g([114,101,113,117,101,115,116,73,100])]:d}}),{[g([112,114,105,111,114,105,116,121])]:g([104,105,103,104])}),r[g([111,110])](g([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),(e=>{u(e[g([114,101,116,117,114,110])])&&(l=!0,f(e[g([114,101,116,117,114,110])]))}),{[g([112,114,105,111,114,105,116,121])]:g([108,111,119])}),i[g([116,104,101,110])]((()=>{l||c(g([85,115,97,103,101,76,105,109,105,116]))}))}));function s(){return r[g([101,100,105,116,105,110,103])][g([118,105,101,119])][g([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]==g([97,117,116,111])}function o(){r[g([101,100,105,116,105,110,103])][g([118,105,101,119])][g([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]=g([97,117,116,111])}}(e[g([117,115,97,103,101,69,110,100,112,111,105,110,116])],e[g([106,116,105])])),await async function(){let e=!0;try{const a=o[g([115,112,108,105,116])](g([46])),[r,i,s]=a;return t(r),await n(r,i,s),e}catch(e){return!1}function t(t){const n=d(t);n&&n[g([97,108,103])]==g([69,83,50,53,54])||(e=!1)}async function n(t,n,a){const r=window[g([85,105,110,116,56,65,114,114,97,121])][g([102,114,111,109])](u(a),(e=>e[g([99,104,97,114,67,111,100,101,65,116])](0))),i=(new(window[g([84,101,120,116,69,110,99,111,100,101,114])]))[g([101,110,99,111,100,101])](t+g([46])+n),o=window[g([99,114,121,112,116,111])][g([115,117,98,116,108,101])];if(!o)return;const c=await o[g([105,109,112,111,114,116,75,101,121])](g([106,119,107]),s,{[g([110,97,109,101])]:g([69,67,68,83,65]),[g([110,97,109,101,100,67,117,114,118,101])]:g([80,45,50,53,54])},!1,[g([118,101,114,105,102,121])]);await o[g([118,101,114,105,102,121])]({[g([110,97,109,101])]:g([69,67,68,83,65]),[g([104,97,115,104])]:{[g([110,97,109,101])]:g([83,72,65,45,50,53,54])}},c,r,i)||(e=!1)}}()?function(){const t=e[g([102,101,97,116,117,114,101,115])];return!(!t||!t[g([105,110,99,108,117,100,101,115])](g([42]))&&!t[g([105,110,99,108,117,100,101,115])](g([83,67]))&&!t[g([105,110,99,108,117,100,101,115])](g([80,80])))}()?function(){const t=[g([101,118,97,108,117,97,116,105,111,110]),g([116,114,105,97,108])][g([105,110,99,108,117,100,101,115])](e[g([108,105,99,101,110,115,101,84,121,112,101])])?a/1e3:1746921600;return e[g([101,120,112])]<t}()?g([69,120,112,105,114,101,100]):function(){const t=c,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(404)]);if(n[g([105,110,99,108,117,100,101,115])](a))return!0;const r=a[g([115,112,108,105,116])](g([46]));return n[g([102,105,108,116,101,114])]((e=>e[g([105,110,99,108,117,100,101,115])](g([42]))))[g([109,97,112])]((e=>e[g([115,112,108,105,116])](g([46]))))[g([115,111,109,101])]((e=>r[g([101,118,101,114,121])](((t,n)=>e[n]===t||e[n]===g([42])))))}()?(e[g([108,105,99,101,110,115,101,84,121,112,101])]==g([101,118,97,108,117,97,116,105,111,110])&&(n=l(g([69,118,97,108,117,97,116,105,111,110,76,105,109,105,116]))),e[g([108,105,99,101,110,115,101,84,121,112,101])]==g([116,114,105,97,108])&&(n=l(g([84,114,105,97,108,76,105,109,105,116]))),await(n&&f?new(window[g([80,114,111,109,105,115,101])])(((e,t)=>{n[g([116,104,101,110])](e,t),f[g([116,104,101,110])]((t=>{t!=g([86,97,108,105,100])&&e(t)}),t)})):n||f||g([86,97,108,105,100]))):g([68,111,109,97,105,110,76,105,109,105,116]):g([78,111,116,65,108,108,111,119,101,100]):g([73,110,118,97,108,105,100])):g([73,110,118,97,108,105,100]))}catch(e){return g([73,110,118,97,108,105,100])}}())}(this)}[i(448)](){return this[i(380)]}[i(481)](){const e=i,t=t=>function(e,t){const n=e.t,a=e.t;switch(t){case"AI Assistant":return a("AI Assistant");case"Block quote":return a("Block quote");case"Bulleted list":return a("Bulleted list");case"Insert code block":return a("Insert code block");case"Open file manager":return a("Open file manager");case"Insert image":return a("Insert image");case"Heading 1":return a("Heading 1");case"Heading 2":return a("Heading 2");case"Heading 3":return a("Heading 3");case"Heading 4":return a("Heading 4");case"Heading 5":return a("Heading 5");case"Heading 6":return a("Heading 6");case"Horizontal line":return a("Horizontal line");case"Insert HTML":return a("Insert HTML");case"Increase indent":return a("Increase indent");case"Insert table":return a("Insert table");case"Table of contents":return a("Table of contents");case"Numbered list":return a("Numbered list");case"Decrease indent":return a("Decrease indent");case"Paragraph":return a("Paragraph");case"To-do list":return a("To-do list");case"Create a block quote":return n("Create a block quote");case"Create a bulleted list":return n("Create a bulleted list");case"Create a code block":return n("Create a code block");case"Open file manager to insert an image or a file":return n("Open file manager to insert an image or a file");case"Open file browser to insert an image or a file":return n("Open file browser to insert an image or a file");case"Create a heading level 1":return n("Create a heading level 1");case"Create a heading level 2":return n("Create a heading level 2");case"Create a heading level 3":return n("Create a heading level 3");case"Create a heading level 4":return n("Create a heading level 4");case"Create a heading level 5":return n("Create a heading level 5");case"Create a heading level 6":return n("Create a heading level 6");case"Insert a horizontal line":return n("Insert a horizontal line");case"Insert an HTML snippet":return n("Insert an HTML snippet");case"Increase the indentation":return n("Increase the indentation");case"Insert Mermaid diagram":return n("Insert Mermaid diagram");case"Insert the Mermaid diagram":return n("Insert the Mermaid diagram");case"Create a table":return n("Create a table");case"Insert table of contents":return n("Insert table of contents");case"Create a numbered list":return n("Create a numbered list");case"Decrease the indentation":return n("Decrease the indentation");case"Insert a paragraph":return n("Insert a paragraph");case"Create a to-do list":return n("Create a to-do list");case"Open the AI Assistant to generate content":return n("Open the AI Assistant to generate content");case"Insert an emoji":return n("Insert an emoji");default:return t}}(this[e(446)][e(359)],t);return[{id:e(478),commandName:e(398),icon:r.IconRobotPencil,title:t(e(393)),description:t(e(426)),execute:t=>{const n=e;setTimeout((()=>t[n(459)](n(398))))}},{id:e(423),commandName:e(423),icon:r.IconQuote,title:t(e(414)),description:t(e(454))},{id:e(381),commandName:e(381),icon:r.IconBulletedList,title:t(e(367)),description:t(e(418))},{id:e(377),commandName:e(377),icon:r.IconCodeBlock,title:t(e(479)),description:t(e(395))},{id:e(484),commandName:e(484),icon:r.IconBrowseFiles,title:t(e(439)),description:t(e(361)),aliases:[e(471),e(458),e(386)]},{id:e(471),commandName:e(471),icon:r.IconBrowseFiles,title:t(e(442)),description:t(e(383)),aliases:[e(484),e(458),e(386)]},{id:e(374),commandName:e(374),icon:r.IconEmoji,title:t(e(417)),description:t(e(427)),execute:t=>{const n=e;setTimeout((()=>t[n(459)](n(374))))}},{id:e(483),commandName:e(401),icon:r.IconHeading1,title:t(e(387)),description:t(e(468)),execute:t=>{const n=e;t[n(459)](n(401),{value:n(483)})}},{id:e(382),commandName:e(401),icon:r.IconHeading2,title:t(e(422)),description:t(e(470)),execute:t=>{const n=e;t[n(459)](n(401),{value:n(382)})}},{id:e(408),commandName:e(401),icon:r.IconHeading3,title:t(e(434)),description:t(e(462)),execute:t=>{const n=e;t[n(459)](n(401),{value:n(408)})}},{id:e(416),commandName:e(401),icon:r.IconHeading4,title:t(e(406)),description:t(e(420)),execute:t=>{const n=e;t[n(459)](n(401),{value:n(416)})}},{id:e(413),commandName:e(401),icon:r.IconHeading5,title:t(e(451)),description:t(e(444)),execute:t=>{const n=e;t[n(459)](n(401),{value:n(413)})}},{id:e(432),commandName:e(401),icon:r.IconHeading6,title:t(e(371)),description:t(e(409)),execute:t=>{const n=e;t[n(459)](n(401),{value:n(432)})}},{id:e(457),commandName:e(457),icon:r.IconHorizontalLine,title:t(e(463)),description:t(e(362))},{id:e(431),commandName:e(431),icon:r.IconHtml,title:t(e(397)),description:t(e(486))},{id:e(388),commandName:e(388),icon:r.IconIndent,title:t(e(358)),description:t(e(402))},{id:e(466),commandName:e(466),title:t(e(389)),description:t(e(456))},{id:e(438),commandName:e(438),icon:r.IconTable,title:t(e(424)),description:t(e(477))},{id:e(357),commandName:e(357),icon:r.IconTableOfContents,title:t(e(399)),description:t(e(378)),aliases:[e(474)]},{id:e(428),commandName:e(428),icon:r.IconNumberedList,title:t(e(375)),description:t(e(455))},{id:e(392),commandName:e(392),icon:r.IconOutdent,title:t(e(425)),description:t(e(445))},{id:e(435),commandName:e(435),icon:r.IconParagraph,title:t(e(360)),description:t(e(365))},{id:e(394),commandName:e(394),icon:r.IconTodoList,title:t(e(469)),description:t(e(384))}]}[i(473)](e){const t=i;return e[t(411)]?e[t(411)](this[t(446)]):!e[t(449)]||this[t(446)][t(450)][t(407)](e[t(449)])[t(411)]}[i(453)](e){const n=i;if(e[n(459)])e[n(459)](this[n(446)]);else{if(!e[n(449)])throw new t.CKEditorError(n(372),this[n(446)],{commandDefinition:e});this[n(446)][n(459)](e[n(449)])}}}function o(){const e=["Create a code block","style","Insert HTML","showAIAssistant","Table of contents","concat","heading","Increase the indentation","style.definitions","href","3257945vpWxVS","Heading 4","get","heading3","Create a heading level 6","includes","isEnabled","description","heading5","Block quote","3124kZPEod","heading4","Emoji","Create a bulleted list","split","Create a heading level 4","model","Heading 2","blockQuote","Insert table","Decrease indent","Open the AI Assistant to generate content","Insert an emoji","numberedList","join","template","htmlEmbed","heading6","push","Heading 3","paragraph","sort","length","insertTable","Open file manager","512005zSVOwX","heading.options","Insert image","fromCharCode","Create a heading level 5","Decrease the indentation","editor","slashCommand.removeCommands","getAllowedCommands","commandName","commands","Heading 5","isIconColorInherited","_proxyExecute","Create a block quote","Create a numbered list","Insert the Mermaid diagram","horizontalLine","filemanager","execute","2437404KsHDby","isPremiumPlugin","Create a heading level 3","Horizontal line","name","config","insertMermaidCommand","insertTemplate","Create a heading level 1","To-do list","Create a heading level 2","ckfinder","title","_proxyIsEnabled","toc","259npTAft","aliases","Create a table","aiAssistant","Insert code block","1684080piiHOF","getDefaultCommands","69890NDiKMJ","heading1","ckbox","isOfficialPlugin","Insert an HTML snippet","16LwpYTA","enabledStyles","template.definitions","insertTableOfContents","Increase indent","locale","Paragraph","Open file manager to insert an image or a file","Insert a horizontal line","icon","9AdPHcT","Insert a paragraph","SlashCommandConfig","Bulleted list","filter","52090JlRZVF","map","Heading 6","slash-command-execute-missing","pluginName","emoji","Numbered list","slashCommand.extraCommands","codeBlock","Insert table of contents","afterInit","_allowedCommands","bulletedList","heading2","Open file browser to insert an image or a file","Create a to-do list","toLowerCase","upload","Heading 1","indent","Insert Mermaid diagram","function","38562fDeWHb","outdent","AI Assistant","todoList"];return(o=function(){return e})()}function c(e,t){const n=o();return(c=function(e,t){return n[e-=355]})(e,t)}function l(e,t){const n=i;return e[n(472)]<t[n(472)]?-1:e[n(472)]>t[n(472)]?1:0}function d(e,t){const n=i;return t+"-"+e[n(385)]()[n(419)](" ")[n(429)]("-")}const u=p;function m(){const e=["plugins","title","2NpYfhf","some","8498170xhtofl","isEnabled","toLowerCase","5354140AfthOj","SlashCommandEditing","requires","23671010srPqZy","1257798awbRfY","isPremiumPlugin","1803042PjWmRv","aliases","SlashCommandConfig","getAllowedCommands","3969044hCBoVT","63fwDXWY","getMatchingCommands","push","get","filter","description","editor","includes","3SfpNlE","1449naItjr","isOfficialPlugin","concat","44776yQXXMt","pluginName"];return(m=function(){return e})()}function p(e,t){const n=m();return(p=function(e,t){return n[e-=447]})(e,t)}!function(e){const t=p,n=e();for(;;)try{if(980201===parseInt(t(475))/1*(-parseInt(t(454))/2)+parseInt(t(467))/3*(-parseInt(t(458))/4)+-parseInt(t(477))/5+parseInt(t(452))/6*(parseInt(t(459))/7)+-parseInt(t(471))/8*(-parseInt(t(468))/9)+parseInt(t(448))/10+parseInt(t(451))/11)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(m);class h extends e.Plugin{static get[u(472)](){return u(449)}static get[u(469)](){return!0}static get[u(453)](){return!0}static get[u(450)](){return[s]}[u(460)](e){const t=u,n=e&&e[t(447)]();let a=this[t(465)][t(473)][t(462)](t(456))[t(457)]();if(a=a[t(463)]((e=>e[t(478)]())),n){const e=[],r=[],i=[],s=[];for(const o of a)o.id[t(447)]()[t(466)](n)?e[t(461)](o):o[t(474)][t(447)]()[t(466)](n)?r[t(461)](o):o[t(455)]&&o[t(455)][t(476)]((e=>e[t(447)]()[t(466)](n)))?i[t(461)](o):o[t(464)]&&o[t(464)][t(447)]()[t(466)](n)&&s[t(461)](o);a=e[t(470)](r,i,s)}return a}}var f=n(311);const g=I;function I(e,t){const n=b();return(I=function(e,t){return n[e-=377]})(e,t)}function b(){const e=["2202ITJYgV","705146wnXbrb","12TynGwf","983493qTRgbY","setTemplate","_createTextPartView","render","701591ruhGYt","197555BSGhxN","labelView","48xCLYXk","10cGYgbN","set","17YOfXYJ","7HxcAFa","isColorInherited","372156ocdwMS","description","8yPwFAD","ck-slash-command-button__description","ck-slash-command-button","isIconColorInherited","ck-slash-command-button__text-part","span","title","11613aNqdKH","icon","div","textPartView","children","add","iconView"];return(b=function(){return e})()}!function(e){const t=I,n=e();for(;;)try{if(100119===-parseInt(t(396))/1*(parseInt(t(383))/2)+parseInt(t(408))/3+parseInt(t(385))/4*(-parseInt(t(391))/5)+parseInt(t(399))/6*(parseInt(t(397))/7)+-parseInt(t(401))/8*(parseInt(t(386))/9)+-parseInt(t(394))/10*(-parseInt(t(390))/11)+-parseInt(t(393))/12*(-parseInt(t(384))/13))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(b);class k extends f.ButtonView{constructor(e,t){const n=I;super(e),this[n(379)]=this[n(388)](e,t),void 0!==t[n(404)]&&(this[n(382)][n(398)]=t[n(404)]),this[n(395)]({icon:t[n(377)]||r.IconPlay,withText:!0,label:t[n(407)],class:n(403)})}[g(389)](){const e=g;super[e(389)](),this[e(380)][e(381)](this[e(379)])}[g(388)](e,t){const n=g,a=new f.View(e);return a[n(387)]({tag:n(378),attributes:{class:["ck",n(405)]},children:t[n(400)]?[this[n(392)],{tag:n(406),attributes:{class:["ck",n(402)]},children:[{text:t[n(400)]}]}]:[this[n(392)]]}),a}}var v=n(673),w=n.n(v),C=n(545),y=n.n(C),x=n(262),N=n.n(x),L=n(667),H=n.n(L),T=n(357),A=n.n(T),_=n(655),O={attributes:{"data-cke":!0}};O.setAttributes=H(),O.insert=N().bind(null,"head"),O.domAPI=y(),O.insertStyleElement=A();w()(_.A,O);_.A&&_.A.locals&&_.A.locals;const M=S;function P(){const e=["set","_overrideMentionExecuteListener","6007806KkeMQv","1134880AkhvLL","SlashCommand","SlashCommandUI","range","locale","_showLicenseError","push","pluginName","mention","2161186tYvxws","5PLDqLp","domainLimit","destroy","slashCommand.dropdownLimit","element","slashCommandLicenseKeyUsageLimit","licenseKey","slashCommandLicenseKeyValid","evaluationLimit","3385260kdJmqk","usageLimit","execute","remove","once","slashCommandLicenseKeyInvalid","model","461861MCuclP","_setupMentionConfiguration","ready","3553971EIWOdB","SlashCommandEditing","editor","mention.feeds","_customItemRenderer","trialLimit","isOfficialPlugin","slashCommandLicenseKeyNotAllowed","slashCommandLicenseKeyTrialLimit","bind","isPremiumPlugin","slashCommandLicenseKeyDomainLimit","marker","getMatchingCommands","commands","479108LbNNli","get","_licenseKeyCheckInterval","stop","plugins","render","slashCommandLicenseKeyExpired","high","init","slashCommandLicenseKeyEvaluationLimit","featureNotAllowed","change","expired","invalid","config"];return(P=function(){return e})()}function S(e,t){const n=P();return(S=function(e,t){return n[e-=406]})(e,t)}!function(e){const t=S,n=e();for(;;)try{if(598336===parseInt(t(460))/1+-parseInt(t(443))/2+parseInt(t(463))/3+parseInt(t(416))/4*(-parseInt(t(444))/5)+-parseInt(t(453))/6+parseInt(t(433))/7+-parseInt(t(434))/8)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(P);class E extends e.Plugin{[M(450)];[M(418)];static get[M(441)](){return M(436)}static get[M(407)](){return!0}static get[M(411)](){return!0}constructor(e){const t=M;super(e),this[t(461)]()}[M(424)](){const e=M;this[e(465)][e(457)](e(462),this[e(432)][e(410)](this)),this[e(450)]=this[e(465)][e(430)][e(417)](e(450));const t=this[e(465)];this[e(418)]=setInterval((()=>{const n=e;let a;for(const e in t){const r=e,i=t[r];if(n(451)==i||n(458)==i||n(422)==i||n(412)==i||n(408)==i||n(425)==i||n(409)==i||n(449)==i){delete t[r],a=i,clearInterval(this[n(418)]),this[n(418)]=void 0;break}}n(458)==a&&t[n(439)](n(429)),n(422)==a&&t[n(439)](n(428)),n(412)==a&&t[n(439)](n(445)),n(408)==a&&t[n(439)](n(426),n(435)),n(425)==a&&t[n(439)](n(452)),n(409)==a&&t[n(439)](n(406)),n(449)==a&&t[n(439)](n(454))}),1e3)}[M(446)](){const e=M;super[e(446)](),this[e(418)]&&clearInterval(this[e(418)])}[M(461)](){const e=M,t=this[e(465)],n=this[e(465)][e(420)][e(417)](e(464)),a=t[e(430)][e(417)](e(466));a[e(440)]({marker:"/",feed:t=>n[e(414)](t),itemRenderer:this[e(467)][e(410)](this),dropdownLimit:t[e(430)][e(417)](e(447))||1/0}),t[e(430)][e(431)](e(466),a)}[M(432)](){const e=M,t=this[e(465)];t[e(415)][e(417)](e(442)).on(e(455),((n,a)=>{const r=e,i=a[0],s=t[r(459)];"/"===i[r(413)]&&s[r(427)]((e=>{const t=r;e[t(456)](i[t(437)]),i[t(442)][t(455)](),n[t(419)]()}))}),{priority:e(423)})}[M(467)](e){const t=M,n=this[t(465)][t(438)],a=new k(n,e);return a[t(421)](),a[t(448)]}}var j=D;function D(e,t){var n=K();return(D=function(e,t){return n[e-=491]})(e,t)}function K(){var e=["isOfficialPlugin","669094VKaEHc","1053690ZdISmr","Mention","requires","276924XPsNGP","6YwnsCG","1iHyOWu","152TlUXpF","184610AlXHAE","55bkHoDT","isPremiumPlugin","13EizvLL","28wriyHd","pluginName","351976uFtXmV","735471bbuaBa","2115ySxmti","SlashCommand"];return(K=function(){return e})()}!function(e){for(var t=D,n=e();;)try{if(171712===parseInt(t(503))/1*(parseInt(t(497))/2)+parseInt(t(494))/3*(parseInt(t(504))/4)+parseInt(t(498))/5*(-parseInt(t(502))/6)+-parseInt(t(509))/7*(parseInt(t(492))/8)+parseInt(t(493))/9+-parseInt(t(505))/10*(-parseInt(t(506))/11)+parseInt(t(501))/12*(parseInt(t(508))/13))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(K);class B extends e.Plugin{static get[j(500)](){return[j(499),h,E]}static get[j(491)](){return j(495)}static get[j(496)](){return!0}static get[j(507)](){return!0}}function q(e,t){var n=z();return(q=function(e,t){return n[e-=392]})(e,t)}function z(){var e=["1055fjNAAj","230645ImFHGX","413424bdGbax","2367xSmYEL","14488dvXaeD","1519200RUfSsK","7132gMruXZ","2429544lFTdlW","5335813SgTNMp"];return(z=function(){return e})()}!function(e){for(var t=q,n=e();;)try{if(412878===-parseInt(t(396))/1+-parseInt(t(400))/2+parseInt(t(393))/3+parseInt(t(392))/4*(parseInt(t(395))/5)+-parseInt(t(397))/6+parseInt(t(394))/7+-parseInt(t(399))/8*(parseInt(t(398))/9))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(z)})(),(window.CKEditor5=window.CKEditor5||{}).slashCommand=a})();
|
|
5
|
+
*/(()=>{var e={168:e=>{"use strict";e.exports=function(e){return e[1]}},237:e=>{"use strict";e.exports=CKEditor5.dll},262:e=>{"use strict";var t={};e.exports=function(e,n){var a=function(e){if(void 0===t[e]){var n=document.querySelector(e);if(window.HTMLIFrameElement&&n instanceof window.HTMLIFrameElement)try{n=n.contentDocument.head}catch(e){n=null}t[e]=n}return t[e]}(e);if(!a)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");a.appendChild(n)}},311:(e,t,n)=>{e.exports=n(237)("./src/ui.js")},355:(e,t,n)=>{e.exports=n(237)("./src/icons.js")},357:e=>{"use strict";e.exports=function(e){var t=document.createElement("style");return e.setAttributes(t,e.attributes),e.insert(t,e.options),t}},433:e=>{"use strict";e.exports=function(e){var t=[];return t.toString=function(){return this.map((function(t){var n="",a=void 0!==t[5];return t[4]&&(n+="@supports (".concat(t[4],") {")),t[2]&&(n+="@media ".concat(t[2]," {")),a&&(n+="@layer".concat(t[5].length>0?" ".concat(t[5]):""," {")),n+=e(t),a&&(n+="}"),t[2]&&(n+="}"),t[4]&&(n+="}"),n})).join("")},t.i=function(e,n,a,r,i){"string"==typeof e&&(e=[[null,e,void 0]]);var o={};if(a)for(var s=0;s<this.length;s++){var c=this[s][0];null!=c&&(o[c]=!0)}for(var l=0;l<e.length;l++){var d=[].concat(e[l]);a&&o[d[0]]||(void 0!==i&&(void 0===d[5]||(d[1]="@layer".concat(d[5].length>0?" ".concat(d[5]):""," {").concat(d[1],"}")),d[5]=i),n&&(d[2]?(d[1]="@media ".concat(d[2]," {").concat(d[1],"}"),d[2]=n):d[2]=n),r&&(d[4]?(d[1]="@supports (".concat(d[4],") {").concat(d[1],"}"),d[4]=r):d[4]="".concat(r)),t.push(d))}},t}},545:e=>{"use strict";var t,n=(t=[],function(e,n){return t[e]=n,t.filter(Boolean).join("\n")});function a(e,t,a,r){var i;if(a)i="";else{i="",r.supports&&(i+="@supports (".concat(r.supports,") {")),r.media&&(i+="@media ".concat(r.media," {"));var o=void 0!==r.layer;o&&(i+="@layer".concat(r.layer.length>0?" ".concat(r.layer):""," {")),i+=r.css,o&&(i+="}"),r.media&&(i+="}"),r.supports&&(i+="}")}if(e.styleSheet)e.styleSheet.cssText=n(t,i);else{var s=document.createTextNode(i),c=e.childNodes;c[t]&&e.removeChild(c[t]),c.length?e.insertBefore(s,c[t]):e.appendChild(s)}}var r={singleton:null,singletonCounter:0};e.exports=function(e){if("undefined"==typeof document)return{update:function(){},remove:function(){}};var t=r.singletonCounter++,n=r.singleton||(r.singleton=e.insertStyleElement(e));return{update:function(e){a(n,t,!1,e)},remove:function(e){a(n,t,!0,e)}}}},584:(e,t,n)=>{e.exports=n(237)("./src/utils.js")},655:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(168),r=n.n(a),i=n(433),o=n.n(i)()(r());o.push([e.id,":root{--ck-slash-command-button-width:250px;--ck-slash-command-description-width:200px}.ck-mentions .ck.ck-button.ck-slash-command-button{display:flex;justify-content:flex-start;padding:calc(var(--ck-line-height-base)*.2*var(--ck-font-size-base));width:var(--ck-slash-command-button-width)}.ck-mentions .ck.ck-button.ck-slash-command-button .ck.ck-icon{background-color:var(--ck-color-base-background);border-radius:2px;box-sizing:initial;color:var(--ck-color-base-text);flex-shrink:0;margin-left:0;padding:5px}[dir=ltr] .ck-mentions .ck.ck-button.ck-slash-command-button .ck.ck-icon{margin:0 var(--ck-spacing-small) 0 0}[dir=rtl] .ck-mentions .ck.ck-button.ck-slash-command-button .ck.ck-icon{margin:0 0 0 var(--ck-spacing-small)}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part{display:flex;flex-direction:column}[dir=ltr] .ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part{margin-left:var(--ck-spacing-small)}[dir=rtl] .ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part{margin-right:var(--ck-spacing-small)}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>span{line-height:1.2em}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-button__label,.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-slash-command-button__description{overflow:hidden;text-overflow:ellipsis;width:var(--ck-slash-command-description-width)}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-button__label{font-weight:700}.ck-mentions .ck.ck-button.ck-slash-command-button>.ck-slash-command-button__text-part>.ck-slash-command-button__description{font-size:var(--ck-font-size-small);opacity:.75}.ck-mentions .ck.ck-button.ck-slash-command-button.ck-on>.ck-slash-command-button__text-part>span{color:var(--ck-color-list-button-on-text)}",""]);const s=o},667:e=>{"use strict";e.exports=function(e,t){Object.keys(t).forEach((function(n){e.setAttribute(n,t[n])}))}},673:e=>{"use strict";var t=[];function n(e){for(var n=-1,a=0;a<t.length;a++)if(t[a].identifier===e){n=a;break}return n}function a(e,a){for(var i={},o=[],s=0;s<e.length;s++){var c=e[s],l=a.base?c[0]+a.base:c[0],d=i[l]||0,u="".concat(l," ").concat(d);i[l]=d+1;var m=n(u),p={css:c[1],media:c[2],sourceMap:c[3],supports:c[4],layer:c[5]};if(-1!==m)t[m].references++,t[m].updater(p);else{var h=r(p,a);a.byIndex=s,t.splice(s,0,{identifier:u,updater:h,references:1})}o.push(u)}return o}function r(e,t){var n=t.domAPI(t);n.update(e);return function(t){if(t){if(t.css===e.css&&t.media===e.media&&t.sourceMap===e.sourceMap&&t.supports===e.supports&&t.layer===e.layer)return;n.update(e=t)}else n.remove()}}e.exports=function(e,r){var i=a(e=e||[],r=r||{});return function(e){e=e||[];for(var o=0;o<i.length;o++){var s=n(i[o]);t[s].references--}for(var c=a(e,r),l=0;l<i.length;l++){var d=n(i[l]);0===t[d].references&&(t[d].updater(),t.splice(d,1))}i=c}}},782:(e,t,n)=>{e.exports=n(237)("./src/core.js")}},t={};function n(a){var r=t[a];if(void 0!==r)return r.exports;var i=t[a]={id:a,exports:{}};return e[a](i,i.exports,n),i.exports}n.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return n.d(t,{a:t}),t},n.d=(e,t)=>{for(var a in t)n.o(t,a)&&!n.o(e,a)&&Object.defineProperty(e,a,{enumerable:!0,get:t[a]})},n.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),n.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var a={};(()=>{"use strict";n.r(a),n.d(a,{SlashCommand:()=>D,SlashCommandConfig:()=>c,SlashCommandEditing:()=>h,SlashCommandUI:()=>E});var e=n(782),t=n(584),r=n(355);const i=s;function o(){const e=["numberedList","Open the AI Assistant to generate content","heading4","272110XMTyao","heading3","concat","template.definitions","aiAssistant","Create a heading level 4","icon","709620ZPoonm","slash-command-execute-missing","map","_allowedCommands","Increase the indentation","afterInit","heading1","bulletedList","isPremiumPlugin","slashCommand.removeCommands","Insert a paragraph","Insert the Mermaid diagram","SlashCommandConfig","111575vGqLqN","heading2","Heading 6","aliases","Insert image","Horizontal line","template","isEnabled","Increase indent","style.definitions","ckbox","Create a heading level 6","sort","515718yNVFkm","function","blockQuote","length","config","getAllowedCommands","slashCommand.extraCommands","editor","push","execute","Heading 2","Emoji","Create a heading level 5","insertTemplate","name","horizontalLine","Block quote","36JjQAFh","Insert Mermaid diagram","isIconColorInherited","todoList","heading","15384ULewaQ","Create a code block","insertTable","indent","insertTableOfContents","Open file browser to insert an image or a file","Insert a horizontal line","filter","split","Heading 1","Open file manager to insert an image or a file","outdent","description","Heading 3","Open file manager","AI Assistant","heading.options","get","Insert table","Create a block quote","10KGYSdw","Bulleted list","showAIAssistant","Heading 5","Create a bulleted list","commands","title","ckfinder","Create a heading level 2","24wdTjol","enabledStyles","emoji","163341ndaVgG","paragraph","24MGmesY","insertMermaidCommand","toLowerCase","href","Insert an HTML snippet","Numbered list","Create a heading level 3","model","style","upload","htmlEmbed","Insert code block","Create a numbered list","pluginName","Insert HTML","To-do list","Paragraph","Create a heading level 1","Decrease indent","filemanager","16413KYUIdF","fromCharCode","join","_proxyIsEnabled","isOfficialPlugin","Decrease the indentation","Insert table of contents","includes","Heading 4","locale","heading5","commandName","toc","codeBlock","Create a to-do list","1254BCjCrA","Insert an emoji","_proxyExecute","Table of contents","Create a table","heading6","getDefaultCommands"];return(o=function(){return e})()}function s(e,t){const n=o();return(s=function(e,t){return n[e-=440]})(e,t)}!function(e){const t=s,n=e();for(;;)try{if(144325===parseInt(t(552))/1+parseInt(t(540))/2*(-parseInt(t(440))/3)+parseInt(t(472))/4+parseInt(t(485))/5*(parseInt(t(554))/6)+parseInt(t(498))/7*(-parseInt(t(549))/8)+-parseInt(t(515))/9*(-parseInt(t(465))/10)+-parseInt(t(455))/11*(parseInt(t(520))/12))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(o);class c extends e.Plugin{static get[i(567)](){return i(484)}static get[i(444)](){return!0}static get[i(480)](){return!0}constructor(e){const t=i;super(e),this[t(475)]=null}[i(477)](){const e=i,n=this[e(505)][e(502)][e(537)](e(481))||[],a=function(t){const n=e;let a=[n(464),n(450),n(460)];if(t){const e=t[n(474)]((e=>e[n(561)]));a=[n(478),n(486),n(466),n(464),n(450),n(460)][n(527)]((t=>!e[n(447)](t)))}return a}(this[e(505)][e(502)][e(537)](e(536)));let r=this[e(461)]()[e(527)]((t=>!a[e(447)](t.id)))[e(527)]((t=>!n[e(447)](t[e(451)])));const o=this[e(505)][e(502)][e(537)](e(504));o&&o[e(501)]&&(r=r[e(467)](o));const c=this[e(505)][e(502)][e(537)](e(468));c&&c[e(501)]&&(r=r[e(467)](function(t){const n=e;return t[n(474)]((e=>{const t=n,{title:a,icon:r,description:i,data:o}=e,s={id:d(a,t(491)),commandName:t(511),execute:e=>{const n=t;e[n(507)](n(511),o)},description:i,icon:r,title:a};return r&&(s[t(517)]=!1),s}))}(c)));const u=this[e(505)][e(502)][e(537)](e(494));u&&u[e(501)]&&(r=r[e(467)](function(t){const n=e;return t[n(474)]((e=>({id:d(e[n(512)],n(562)),commandName:n(562),execute:t=>{const a=n;t[a(507)](a(562),{styleName:e[a(512)]})},isEnabled:t=>{const a=n,r=t[a(545)][a(537)](a(562));return r[a(492)]&&r[a(550)][a(447)](e[a(512)])},title:e[n(512)]})))}(u)));const m=r[e(527)]((t=>!t[e(451)]||void 0!==this[e(505)][e(545)][e(537)](t[e(451)]))),p=[];for(const t of m)p[e(506)]({id:t.id,commandName:t[e(451)],title:e(499)==typeof t[e(546)]?t[e(546)](this[e(505)]):t[e(546)],description:t[e(532)],icon:t[e(471)],isIconColorInherited:t[e(517)],aliases:t[e(488)],isEnabled:()=>this[e(443)](t),execute:()=>this[e(457)](t)});this[e(475)]=p[e(497)](l),async function(e){const n=g([100,75,107,101,86,109,104,90,99,56,50,83,103,79,105,114,117,97,89,98,76,122,112,108,68,111,81,85,80,116,82,119,72,49,106,70,88,120,87,52,54,71,48,53,69,113,118,78,110,66,73,84,57,115,65,121,51,55,77,102,74,67]),a=window[g([68,97,116,101])][g([110,111,119])](),r=e[g([101,100,105,116,111,114])],i=new(window[g([80,114,111,109,105,115,101])])((e=>{r[g([111,110,99,101])](g([114,101,97,100,121]),e)})),o={[g([107,116,121])]:g([69,67]),[g([117,115,101])]:g([115,105,103]),[g([99,114,118])]:g([80,45,50,53,54]),[g([120])]:g([105,67,106,79,67,118,68,70,73,54,108,81,72,72,84,49,56,106,86,119,82,102,107,102,72,81,50,97,95,77,121,109,84,51,53,76,81,86,111,70,83,65,73]),[g([121])]:g([107,88,73,121,74,52,101,118,116,67,69,70,82,109,120,75,83,85,112,75,57,102,68,87,52,53,57,118,88,79,118,86,114,104,102,54,117,81,65,101,79,105,111]),[g([97,108,103])]:g([69,83,50,53,54])},c=r[g([99,111,110,102,105,103])][g([103,101,116])](g([108,105,99,101,110,115,101,75,101,121]));function l(e){const t=[new(window[g([80,114,111,109,105,115,101])])((e=>setTimeout(e,605900))),i[g([116,104,101,110])]((()=>new(window[g([80,114,111,109,105,115,101])])((e=>{let t=0;r[g([109,111,100,101,108])][g([111,110])](g([97,112,112,108,121,79,112,101,114,97,116,105,111,110]),((n,a)=>{a[0][g([105,115,68,111,99,117,109,101,110,116,79,112,101,114,97,116,105,111,110])]&&t++,504==t&&(e(),n[g([111,102,102])]())}))}))))];return window[g([80,114,111,109,105,115,101])][g([114,97,99,101])](t)[g([116,104,101,110])]((()=>e))}function d(e){return e[g([115,116,97,114,116,115,87,105,116,104])](g([101,121]))?JSON[g([112,97,114,115,101])](u(e)):null}function u(e){return window[g([97,116,111,98])](e[g([114,101,112,108,97,99,101])](/-/g,g([43]))[g([114,101,112,108,97,99,101])](/_/g,g([47])))}function m(e){let t=5381;function n(e){for(let n=0;n<e[g([108,101,110,103,116,104])];n++){const a=e[g([99,104,97,114,67,111,100,101,65,116])](n);t=(t<<5)+t+a,t&=t}}return function e(t){Array[g([105,115,65,114,114,97,121])](t)?t[g([102,111,114,69,97,99,104])](e):t&&typeof t==g([111,98,106,101,99,116])?Object[g([101,110,116,114,105,101,115])](t)[g([115,111,114,116])]()[g([102,111,114,69,97,99,104])]((([t,a])=>{n(t),e(a)})):n(window[g([83,116,114,105,110,103])](t))}(e),t>>>0}function p(e){return e[g([116,111,83,116,114,105,110,103])](16)[g([112,97,100,83,116,97,114,116])](8,g([48]))}function h(e){return e[g([115,112,108,105,116])]("")[g([114,101,118,101,114,115,101])]()[g([106,111,105,110])]("")}function f(){}function g(e){const t=s;return e[t(474)]((e=>String[t(441)](e)))[t(442)]("")}!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([100]);for(let a=0;a<e[g([108,101,110,103,116,104])];a+=2){let r=window[g([112,97,114,115,101,73,110,116])](e[g([115,117,98,115,116,114,105,110,103])](a,a+2));r>=n[g([108,101,110,103,116,104])]&&(r-=n[g([108,101,110,103,116,104])]),t+=n[r]}return t}();r[t]=g([115,108,97,115,104,67,111,109,109,97,110,100,76,105,99,101,110,115,101,75,101,121])+e,e!=g([86,97,108,105,100])&&async function(){await i,r[g([109,111,100,101,108])][g([99,104,97,110,103,101])]=f,r[g([109,111,100,101,108])][g([101,110,113,117,101,117,101,67,104,97,110,103,101])]=f,r[g([101,110,97,98,108,101,82,101,97,100,79,110,108,121,77,111,100,101])](g([109,111,100,101,108]))}()}(await async function(){let e,n=null,f=null;try{return c==g([71,80,76])?g([78,111,116,65,108,108,111,119,101,100]):(e=function(){const e=c[g([115,112,108,105,116])](g([46]));return 3!=e[g([108,101,110,103,116,104])]?null:t(e[1]);function t(e){const t=d(e);return t&&n()?t:null;function n(){const e=t[g([106,116,105])],n=window[g([112,97,114,115,101,73,110,116])](e[g([115,117,98,115,116,114,105,110,103])](e[g([108,101,110,103,116,104])]-8),16),a={...t,[g([106,116,105])]:e[g([115,117,98,115,116,114,105,110,103])](0,e[g([108,101,110,103,116,104])]-8)};return delete a[g([118,99])],m(a)==n}}}(),e?(e[g([117,115,97,103,101,69,110,100,112,111,105,110,116])]&&(f=function(e,n){return new(window[g([80,114,111,109,105,115,101])])((c=>{if(o())return c(g([86,97,108,105,100]));s(),r[g([100,101,99,111,114,97,116,101])](g([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]));let l=!1;const d=(0,t.uid)();function u(e){return!!e&&(typeof e===g([111,98,106,101,99,116])||typeof e===g([102,117,110,99,116,105,111,110]))&&typeof e[g([116,104,101,110])]===g([102,117,110,99,116,105,111,110])&&typeof e[g([99,97,116,99,104])]===g([102,117,110,99,116,105,111,110])}function f(t){s(t)[g([116,104,101,110])]((e=>e&&e[g([115,116,97,116,117,115])]==g([111,107])?p(m(d+n))!=e[g([118,101,114,105,102,105,99,97,116,105,111,110])]?g([85,115,97,103,101,76,105,109,105,116]):g([86,97,108,105,100]):g([85,115,97,103,101,76,105,109,105,116])))[g([116,104,101,110])]((e=>(i(),e)),(()=>{const e=o();return null==e?(i(),g([86,97,108,105,100])):g(a-e>6048e5?[85,115,97,103,101,76,105,109,105,116]:[86,97,108,105,100])}))[g([116,104,101,110])](c)[g([99,97,116,99,104])]((()=>{c(g([85,115,97,103,101,76,105,109,105,116]))}));const r=36e5;function i(){const t=g([108,108,99,116,45])+p(m(e)),n=h(p(window[g([77,97,116,104])][g([99,101,105,108])](a/r)));window[g([108,111,99,97,108,83,116,111,114,97,103,101])][g([115,101,116,73,116,101,109])](t,n)}function o(){const t=g([108,108,99,116,45])+p(m(e)),n=window[g([108,111,99,97,108,83,116,111,114,97,103,101])][g([103,101,116,73,116,101,109])](t);return n?window[g([112,97,114,115,101,73,110,116])](h(n),16)*r:null}function s(e){return new(window[g([80,114,111,109,105,115,101])])(((t,n)=>{e[g([116,104,101,110])](t,n),window[g([115,101,116,84,105,109,101,111,117,116])](n,12e4)}))}}r[g([111,110])](g([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),((t,n)=>{if(n[0]!=e)return c(g([85,115,97,103,101,76,105,109,105,116]));n[1]={...n[1],[g([114,101,113,117,101,115,116,73,100])]:d}}),{[g([112,114,105,111,114,105,116,121])]:g([104,105,103,104])}),r[g([111,110])](g([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),(e=>{u(e[g([114,101,116,117,114,110])])&&(l=!0,f(e[g([114,101,116,117,114,110])]))}),{[g([112,114,105,111,114,105,116,121])]:g([108,111,119])}),i[g([116,104,101,110])]((()=>{l||c(g([85,115,97,103,101,76,105,109,105,116]))}))}));function o(){return r[g([101,100,105,116,105,110,103])][g([118,105,101,119])][g([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]==g([97,117,116,111])}function s(){r[g([101,100,105,116,105,110,103])][g([118,105,101,119])][g([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]=g([97,117,116,111])}}(e[g([117,115,97,103,101,69,110,100,112,111,105,110,116])],e[g([106,116,105])])),await async function(){let e=!0;try{const a=c[g([115,112,108,105,116])](g([46])),[r,i,o]=a;return t(r),await n(r,i,o),e}catch(e){return!1}function t(t){const n=d(t);n&&n[g([97,108,103])]==g([69,83,50,53,54])||(e=!1)}async function n(t,n,a){const r=window[g([85,105,110,116,56,65,114,114,97,121])][g([102,114,111,109])](u(a),(e=>e[g([99,104,97,114,67,111,100,101,65,116])](0))),i=(new(window[g([84,101,120,116,69,110,99,111,100,101,114])]))[g([101,110,99,111,100,101])](t+g([46])+n),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:1747008e3;return e[g([101,120,112])]<t}()?g([69,120,112,105,114,101,100]):function(){const t=s,n=e[g([108,105,99,101,110,115,101,100,72,111,115,116,115])];if(!n||0==n[g([108,101,110,103,116,104])])return!0;const{hostname:a}=new URL(window[g([108,111,99,97,116,105,111,110])][t(557)]);if(n[g([105,110,99,108,117,100,101,115])](a))return!0;const r=a[g([115,112,108,105,116])](g([46]));return n[g([102,105,108,116,101,114])]((e=>e[g([105,110,99,108,117,100,101,115])](g([42]))))[g([109,97,112])]((e=>e[g([115,112,108,105,116])](g([46]))))[g([115,111,109,101])]((e=>r[g([101,118,101,114,121])](((t,n)=>e[n]===t||e[n]===g([42])))))}()?(e[g([108,105,99,101,110,115,101,84,121,112,101])]==g([101,118,97,108,117,97,116,105,111,110])&&(n=l(g([69,118,97,108,117,97,116,105,111,110,76,105,109,105,116]))),e[g([108,105,99,101,110,115,101,84,121,112,101])]==g([116,114,105,97,108])&&(n=l(g([84,114,105,97,108,76,105,109,105,116]))),await(n&&f?new(window[g([80,114,111,109,105,115,101])])(((e,t)=>{n[g([116,104,101,110])](e,t),f[g([116,104,101,110])]((t=>{t!=g([86,97,108,105,100])&&e(t)}),t)})):n||f||g([86,97,108,105,100]))):g([68,111,109,97,105,110,76,105,109,105,116]):g([78,111,116,65,108,108,111,119,101,100]):g([73,110,118,97,108,105,100])):g([73,110,118,97,108,105,100]))}catch(e){return g([73,110,118,97,108,105,100])}}())}(this)}[i(503)](){return this[i(475)]}[i(461)](){const e=i,t=t=>function(e,t){const n=e.t,a=e.t;switch(t){case"AI Assistant":return a("AI Assistant");case"Block quote":return a("Block quote");case"Bulleted list":return a("Bulleted list");case"Insert code block":return a("Insert code block");case"Open file manager":return a("Open file manager");case"Insert image":return a("Insert image");case"Heading 1":return a("Heading 1");case"Heading 2":return a("Heading 2");case"Heading 3":return a("Heading 3");case"Heading 4":return a("Heading 4");case"Heading 5":return a("Heading 5");case"Heading 6":return a("Heading 6");case"Horizontal line":return a("Horizontal line");case"Insert HTML":return a("Insert HTML");case"Increase indent":return a("Increase indent");case"Insert table":return a("Insert table");case"Table of contents":return a("Table of contents");case"Numbered list":return a("Numbered list");case"Decrease indent":return a("Decrease indent");case"Paragraph":return a("Paragraph");case"To-do list":return a("To-do list");case"Create a block quote":return n("Create a block quote");case"Create a bulleted list":return n("Create a bulleted list");case"Create a code block":return n("Create a code block");case"Open file manager to insert an image or a file":return n("Open file manager to insert an image or a file");case"Open file browser to insert an image or a file":return n("Open file browser to insert an image or a file");case"Create a heading level 1":return n("Create a heading level 1");case"Create a heading level 2":return n("Create a heading level 2");case"Create a heading level 3":return n("Create a heading level 3");case"Create a heading level 4":return n("Create a heading level 4");case"Create a heading level 5":return n("Create a heading level 5");case"Create a heading level 6":return n("Create a heading level 6");case"Insert a horizontal line":return n("Insert a horizontal line");case"Insert an HTML snippet":return n("Insert an HTML snippet");case"Increase the indentation":return n("Increase the indentation");case"Insert Mermaid diagram":return n("Insert Mermaid diagram");case"Insert the Mermaid diagram":return n("Insert the Mermaid diagram");case"Create a table":return n("Create a table");case"Insert table of contents":return n("Insert table of contents");case"Create a numbered list":return n("Create a numbered list");case"Decrease the indentation":return n("Decrease the indentation");case"Insert a paragraph":return n("Insert a paragraph");case"Create a to-do list":return n("Create a to-do list");case"Open the AI Assistant to generate content":return n("Open the AI Assistant to generate content");case"Insert an emoji":return n("Insert an emoji");default:return t}}(this[e(505)][e(449)],t);return[{id:e(469),commandName:e(542),icon:r.IconRobotPencil,title:t(e(535)),description:t(e(463)),execute:t=>{const n=e;setTimeout((()=>t[n(507)](n(542))))}},{id:e(500),commandName:e(500),icon:r.IconQuote,title:t(e(514)),description:t(e(539))},{id:e(479),commandName:e(479),icon:r.IconBulletedList,title:t(e(541)),description:t(e(544))},{id:e(453),commandName:e(453),icon:r.IconCodeBlock,title:t(e(565)),description:t(e(521))},{id:e(495),commandName:e(495),icon:r.IconBrowseFiles,title:t(e(534)),description:t(e(530)),aliases:[e(547),e(573),e(563)]},{id:e(547),commandName:e(547),icon:r.IconBrowseFiles,title:t(e(489)),description:t(e(525)),aliases:[e(495),e(573),e(563)]},{id:e(551),commandName:e(551),icon:r.IconEmoji,title:t(e(509)),description:t(e(456)),execute:t=>{const n=e;setTimeout((()=>t[n(507)](n(551))))}},{id:e(478),commandName:e(519),icon:r.IconHeading1,title:t(e(529)),description:t(e(571)),execute:t=>{const n=e;t[n(507)](n(519),{value:n(478)})}},{id:e(486),commandName:e(519),icon:r.IconHeading2,title:t(e(508)),description:t(e(548)),execute:t=>{const n=e;t[n(507)](n(519),{value:n(486)})}},{id:e(466),commandName:e(519),icon:r.IconHeading3,title:t(e(533)),description:t(e(560)),execute:t=>{const n=e;t[n(507)](n(519),{value:n(466)})}},{id:e(464),commandName:e(519),icon:r.IconHeading4,title:t(e(448)),description:t(e(470)),execute:t=>{const n=e;t[n(507)](n(519),{value:n(464)})}},{id:e(450),commandName:e(519),icon:r.IconHeading5,title:t(e(543)),description:t(e(510)),execute:t=>{const n=e;t[n(507)](n(519),{value:n(450)})}},{id:e(460),commandName:e(519),icon:r.IconHeading6,title:t(e(487)),description:t(e(496)),execute:t=>{const n=e;t[n(507)](n(519),{value:n(460)})}},{id:e(513),commandName:e(513),icon:r.IconHorizontalLine,title:t(e(490)),description:t(e(526))},{id:e(564),commandName:e(564),icon:r.IconHtml,title:t(e(568)),description:t(e(558))},{id:e(523),commandName:e(523),icon:r.IconIndent,title:t(e(493)),description:t(e(476))},{id:e(555),commandName:e(555),title:t(e(516)),description:t(e(483))},{id:e(522),commandName:e(522),icon:r.IconTable,title:t(e(538)),description:t(e(459))},{id:e(524),commandName:e(524),icon:r.IconTableOfContents,title:t(e(458)),description:t(e(446)),aliases:[e(452)]},{id:e(462),commandName:e(462),icon:r.IconNumberedList,title:t(e(559)),description:t(e(566))},{id:e(531),commandName:e(531),icon:r.IconOutdent,title:t(e(572)),description:t(e(445))},{id:e(553),commandName:e(553),icon:r.IconParagraph,title:t(e(570)),description:t(e(482))},{id:e(518),commandName:e(518),icon:r.IconTodoList,title:t(e(569)),description:t(e(454))}]}[i(443)](e){const t=i;return e[t(492)]?e[t(492)](this[t(505)]):!e[t(451)]||this[t(505)][t(545)][t(537)](e[t(451)])[t(492)]}[i(457)](e){const n=i;if(e[n(507)])e[n(507)](this[n(505)]);else{if(!e[n(451)])throw new t.CKEditorError(n(473),this[n(505)],{commandDefinition:e});this[n(505)][n(507)](e[n(451)])}}}function l(e,t){const n=i;return e[n(546)]<t[n(546)]?-1:e[n(546)]>t[n(546)]?1:0}function d(e,t){const n=i;return t+"-"+e[n(556)]()[n(528)](" ")[n(442)]("-")}const u=p;function m(){const e=["plugins","title","2NpYfhf","some","8498170xhtofl","isEnabled","toLowerCase","5354140AfthOj","SlashCommandEditing","requires","23671010srPqZy","1257798awbRfY","isPremiumPlugin","1803042PjWmRv","aliases","SlashCommandConfig","getAllowedCommands","3969044hCBoVT","63fwDXWY","getMatchingCommands","push","get","filter","description","editor","includes","3SfpNlE","1449naItjr","isOfficialPlugin","concat","44776yQXXMt","pluginName"];return(m=function(){return e})()}function p(e,t){const n=m();return(p=function(e,t){return n[e-=447]})(e,t)}!function(e){const t=p,n=e();for(;;)try{if(980201===parseInt(t(475))/1*(-parseInt(t(454))/2)+parseInt(t(467))/3*(-parseInt(t(458))/4)+-parseInt(t(477))/5+parseInt(t(452))/6*(parseInt(t(459))/7)+-parseInt(t(471))/8*(-parseInt(t(468))/9)+parseInt(t(448))/10+parseInt(t(451))/11)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(m);class h extends e.Plugin{static get[u(472)](){return u(449)}static get[u(469)](){return!0}static get[u(453)](){return!0}static get[u(450)](){return[c]}[u(460)](e){const t=u,n=e&&e[t(447)]();let a=this[t(465)][t(473)][t(462)](t(456))[t(457)]();if(a=a[t(463)]((e=>e[t(478)]())),n){const e=[],r=[],i=[],o=[];for(const s of a)s.id[t(447)]()[t(466)](n)?e[t(461)](s):s[t(474)][t(447)]()[t(466)](n)?r[t(461)](s):s[t(455)]&&s[t(455)][t(476)]((e=>e[t(447)]()[t(466)](n)))?i[t(461)](s):s[t(464)]&&s[t(464)][t(447)]()[t(466)](n)&&o[t(461)](s);a=e[t(470)](r,i,o)}return a}}var f=n(311);const g=I;function I(e,t){const n=b();return(I=function(e,t){return n[e-=377]})(e,t)}function b(){const e=["2202ITJYgV","705146wnXbrb","12TynGwf","983493qTRgbY","setTemplate","_createTextPartView","render","701591ruhGYt","197555BSGhxN","labelView","48xCLYXk","10cGYgbN","set","17YOfXYJ","7HxcAFa","isColorInherited","372156ocdwMS","description","8yPwFAD","ck-slash-command-button__description","ck-slash-command-button","isIconColorInherited","ck-slash-command-button__text-part","span","title","11613aNqdKH","icon","div","textPartView","children","add","iconView"];return(b=function(){return e})()}!function(e){const t=I,n=e();for(;;)try{if(100119===-parseInt(t(396))/1*(parseInt(t(383))/2)+parseInt(t(408))/3+parseInt(t(385))/4*(-parseInt(t(391))/5)+parseInt(t(399))/6*(parseInt(t(397))/7)+-parseInt(t(401))/8*(parseInt(t(386))/9)+-parseInt(t(394))/10*(-parseInt(t(390))/11)+-parseInt(t(393))/12*(-parseInt(t(384))/13))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(b);class k extends f.ButtonView{constructor(e,t){const n=I;super(e),this[n(379)]=this[n(388)](e,t),void 0!==t[n(404)]&&(this[n(382)][n(398)]=t[n(404)]),this[n(395)]({icon:t[n(377)]||r.IconPlay,withText:!0,label:t[n(407)],class:n(403)})}[g(389)](){const e=g;super[e(389)](),this[e(380)][e(381)](this[e(379)])}[g(388)](e,t){const n=g,a=new f.View(e);return a[n(387)]({tag:n(378),attributes:{class:["ck",n(405)]},children:t[n(400)]?[this[n(392)],{tag:n(406),attributes:{class:["ck",n(402)]},children:[{text:t[n(400)]}]}]:[this[n(392)]]}),a}}var v=n(673),w=n.n(v),C=n(545),y=n.n(C),x=n(262),N=n.n(x),L=n(667),T=n.n(L),A=n(357),H=n.n(A),_=n(655),O={attributes:{"data-cke":!0}};O.setAttributes=T(),O.insert=N().bind(null,"head"),O.domAPI=y(),O.insertStyleElement=H();w()(_.A,O);_.A&&_.A.locals&&_.A.locals;const M=S;function P(){const e=["set","_overrideMentionExecuteListener","6007806KkeMQv","1134880AkhvLL","SlashCommand","SlashCommandUI","range","locale","_showLicenseError","push","pluginName","mention","2161186tYvxws","5PLDqLp","domainLimit","destroy","slashCommand.dropdownLimit","element","slashCommandLicenseKeyUsageLimit","licenseKey","slashCommandLicenseKeyValid","evaluationLimit","3385260kdJmqk","usageLimit","execute","remove","once","slashCommandLicenseKeyInvalid","model","461861MCuclP","_setupMentionConfiguration","ready","3553971EIWOdB","SlashCommandEditing","editor","mention.feeds","_customItemRenderer","trialLimit","isOfficialPlugin","slashCommandLicenseKeyNotAllowed","slashCommandLicenseKeyTrialLimit","bind","isPremiumPlugin","slashCommandLicenseKeyDomainLimit","marker","getMatchingCommands","commands","479108LbNNli","get","_licenseKeyCheckInterval","stop","plugins","render","slashCommandLicenseKeyExpired","high","init","slashCommandLicenseKeyEvaluationLimit","featureNotAllowed","change","expired","invalid","config"];return(P=function(){return e})()}function S(e,t){const n=P();return(S=function(e,t){return n[e-=406]})(e,t)}!function(e){const t=S,n=e();for(;;)try{if(598336===parseInt(t(460))/1+-parseInt(t(443))/2+parseInt(t(463))/3+parseInt(t(416))/4*(-parseInt(t(444))/5)+-parseInt(t(453))/6+parseInt(t(433))/7+-parseInt(t(434))/8)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(P);class E extends e.Plugin{[M(450)];[M(418)];static get[M(441)](){return M(436)}static get[M(407)](){return!0}static get[M(411)](){return!0}constructor(e){const t=M;super(e),this[t(461)]()}[M(424)](){const e=M;this[e(465)][e(457)](e(462),this[e(432)][e(410)](this)),this[e(450)]=this[e(465)][e(430)][e(417)](e(450));const t=this[e(465)];this[e(418)]=setInterval((()=>{const n=e;let a;for(const e in t){const r=e,i=t[r];if(n(451)==i||n(458)==i||n(422)==i||n(412)==i||n(408)==i||n(425)==i||n(409)==i||n(449)==i){delete t[r],a=i,clearInterval(this[n(418)]),this[n(418)]=void 0;break}}n(458)==a&&t[n(439)](n(429)),n(422)==a&&t[n(439)](n(428)),n(412)==a&&t[n(439)](n(445)),n(408)==a&&t[n(439)](n(426),n(435)),n(425)==a&&t[n(439)](n(452)),n(409)==a&&t[n(439)](n(406)),n(449)==a&&t[n(439)](n(454))}),1e3)}[M(446)](){const e=M;super[e(446)](),this[e(418)]&&clearInterval(this[e(418)])}[M(461)](){const e=M,t=this[e(465)],n=this[e(465)][e(420)][e(417)](e(464)),a=t[e(430)][e(417)](e(466));a[e(440)]({marker:"/",feed:t=>n[e(414)](t),itemRenderer:this[e(467)][e(410)](this),dropdownLimit:t[e(430)][e(417)](e(447))||1/0}),t[e(430)][e(431)](e(466),a)}[M(432)](){const e=M,t=this[e(465)];t[e(415)][e(417)](e(442)).on(e(455),((n,a)=>{const r=e,i=a[0],o=t[r(459)];"/"===i[r(413)]&&o[r(427)]((e=>{const t=r;e[t(456)](i[t(437)]),i[t(442)][t(455)](),n[t(419)]()}))}),{priority:e(423)})}[M(467)](e){const t=M,n=this[t(465)][t(438)],a=new k(n,e);return a[t(421)](),a[t(448)]}}var j=K;function K(e,t){var n=B();return(K=function(e,t){return n[e-=491]})(e,t)}function B(){var e=["isOfficialPlugin","669094VKaEHc","1053690ZdISmr","Mention","requires","276924XPsNGP","6YwnsCG","1iHyOWu","152TlUXpF","184610AlXHAE","55bkHoDT","isPremiumPlugin","13EizvLL","28wriyHd","pluginName","351976uFtXmV","735471bbuaBa","2115ySxmti","SlashCommand"];return(B=function(){return e})()}!function(e){for(var t=K,n=e();;)try{if(171712===parseInt(t(503))/1*(parseInt(t(497))/2)+parseInt(t(494))/3*(parseInt(t(504))/4)+parseInt(t(498))/5*(-parseInt(t(502))/6)+-parseInt(t(509))/7*(parseInt(t(492))/8)+parseInt(t(493))/9+-parseInt(t(505))/10*(-parseInt(t(506))/11)+parseInt(t(501))/12*(parseInt(t(508))/13))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(B);class D extends e.Plugin{static get[j(500)](){return[j(499),h,E]}static get[j(491)](){return j(495)}static get[j(496)](){return!0}static get[j(507)](){return!0}}function q(e,t){var n=Y();return(q=function(e,t){return n[e-=392]})(e,t)}function Y(){var e=["1055fjNAAj","230645ImFHGX","413424bdGbax","2367xSmYEL","14488dvXaeD","1519200RUfSsK","7132gMruXZ","2429544lFTdlW","5335813SgTNMp"];return(Y=function(){return e})()}!function(e){for(var t=q,n=e();;)try{if(412878===-parseInt(t(396))/1+-parseInt(t(400))/2+parseInt(t(393))/3+parseInt(t(392))/4*(parseInt(t(395))/5)+-parseInt(t(397))/6+parseInt(t(394))/7+-parseInt(t(399))/8*(parseInt(t(398))/9))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(Y)})(),(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 _0x1e6c08}from'@ckeditor/ckeditor5-core/dist/index.js';import{CKEditorError as _0xb55d08,uid as _0x44982e}from'@ckeditor/ckeditor5-utils/dist/index.js';import{IconRobotPencil as _0x99e354,IconQuote as _0x19c255,IconBulletedList as _0x28f5d6,IconCodeBlock as _0x5c06bc,IconBrowseFiles as _0x174118,IconEmoji as _0x33a222,IconHeading1 as _0x2f1f55,IconHeading2 as _0x5868a2,IconHeading3 as _0x3cdc6a,IconHeading4 as _0xc99c60,IconHeading5 as _0x2b467d,IconHeading6 as _0x24bc7c,IconHorizontalLine as _0x10358e,IconHtml as _0x13d2d9,IconIndent as _0x33c545,IconTable as _0x30aee9,IconTableOfContents as _0x5bcbde,IconNumberedList as _0x585585,IconOutdent as _0x35e752,IconParagraph as _0x5ddb4d,IconTodoList as _0x306a0b,IconPlay as _0x36acf6}from'@ckeditor/ckeditor5-icons/dist/index.js';import{ButtonView as _0x22ff41,View as _0x4833cd}from'@ckeditor/ckeditor5-ui/dist/index.js';class L extends _0x1e6c08{static get['pluginName'](){return'SlashCommandConfig';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x23a320){super(_0x23a320),this['_allowedCommands']=null;}['afterInit'](){const _0x187a36=this['editor']['config']['get']('slashCommand.removeCommands')||[],_0x512305=function(_0x21b7f1){let _0x1668a1=['heading4','heading5','heading6'];if(_0x21b7f1){const _0x2df922=_0x21b7f1['map'](_0x2fae67=>_0x2fae67['model']);_0x1668a1=['heading1','heading2','heading3','heading4','heading5','heading6']['filter'](_0x59b68c=>!_0x2df922['includes'](_0x59b68c));}return _0x1668a1;}(this['editor']['config']['get']('heading.options'));let _0x48c3d3=this['getDefaultCommands']()['filter'](_0x1d55b0=>!_0x512305['includes'](_0x1d55b0['id']))['filter'](_0x2699fc=>!_0x187a36['includes'](_0x2699fc['commandName']));const _0x465484=this['editor']['config']['get']('slashCommand.extraCommands');_0x465484&&_0x465484['length']&&(_0x48c3d3=_0x48c3d3['concat'](_0x465484));const _0x1009b1=this['editor']['config']['get']('template.definitions');_0x1009b1&&_0x1009b1['length']&&(_0x48c3d3=_0x48c3d3['concat'](function(_0x29b08a){return _0x29b08a['map'](_0x1f122f=>{const {title:_0xe262fb,icon:_0xe69e4f,description:_0x429c19,data:_0x565e58}=_0x1f122f,_0x5d1538={'id':O(_0xe262fb,'template'),'commandName':'insertTemplate','execute':_0xf1fc55=>{_0xf1fc55['execute']('insertTemplate',_0x565e58);},'description':_0x429c19,'icon':_0xe69e4f,'title':_0xe262fb};return _0xe69e4f&&(_0x5d1538['isIconColorInherited']=!0x1),_0x5d1538;});}(_0x1009b1)));const _0xe06fbb=this['editor']['config']['get']('style.definitions');_0xe06fbb&&_0xe06fbb['length']&&(_0x48c3d3=_0x48c3d3['concat'](function(_0x45a97f){return _0x45a97f['map'](_0x52a0d7=>({'id':O(_0x52a0d7['name'],'style'),'commandName':'style','execute':_0x1cdc10=>{_0x1cdc10['execute']('style',{'styleName':_0x52a0d7['name']});},'isEnabled':_0x2e8368=>{const _0x3b6769=_0x2e8368['commands']['get']('style');return _0x3b6769['isEnabled']&&_0x3b6769['enabledStyles']['includes'](_0x52a0d7['name']);},'title':_0x52a0d7['name']}));}(_0xe06fbb)));const _0x194438=_0x48c3d3['filter'](_0x31d231=>!_0x31d231['commandName']||void 0x0!==this['editor']['commands']['get'](_0x31d231['commandName'])),_0x45548c=[];for(const _0xf820df of _0x194438)_0x45548c['push']({'id':_0xf820df['id'],'commandName':_0xf820df['commandName'],'title':'function'==typeof _0xf820df['title']?_0xf820df['title'](this['editor']):_0xf820df['title'],'description':_0xf820df['description'],'icon':_0xf820df['icon'],'isIconColorInherited':_0xf820df['isIconColorInherited'],'aliases':_0xf820df['aliases'],'isEnabled':()=>this['_proxyIsEnabled'](_0xf820df),'execute':()=>this['_proxyExecute'](_0xf820df)});this['_allowedCommands']=_0x45548c['sort'](H),async function(_0x3b696c){const _0x442729=_0x313415([0x6f,0x4f,0x45,0x4c,0x32,0x48,0x56,0x4e,0x64,0x67,0x55,0x79,0x61,0x39,0x31,0x46,0x71,0x35,0x72,0x6b,0x4d,0x53,0x52,0x6d,0x63,0x58,0x54,0x30,0x37,0x57,0x41,0x76,0x33,0x42,0x6a,0x51,0x49,0x5a,0x7a,0x74,0x68,0x36,0x4a,0x62,0x4b,0x70,0x43,0x73,0x69,0x34,0x78,0x6c,0x65,0x75,0x6e,0x66,0x50,0x59,0x47,0x38,0x77,0x44]),_0x65103a=0x711f4de3,_0x1ea1e9=0x71182a6b^_0x65103a,_0x4a7d8d=window[_0x313415([0x44,0x61,0x74,0x65])][_0x313415([0x6e,0x6f,0x77])](),_0x49cb5b=_0x3b696c[_0x313415([0x65,0x64,0x69,0x74,0x6f,0x72])],_0xbdd147=new window[(_0x313415([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x316ae0=>{_0x49cb5b[_0x313415([0x6f,0x6e,0x63,0x65])](_0x313415([0x72,0x65,0x61,0x64,0x79]),_0x316ae0);}),_0x795511={[_0x313415([0x6b,0x74,0x79])]:_0x313415([0x45,0x43]),[_0x313415([0x75,0x73,0x65])]:_0x313415([0x73,0x69,0x67]),[_0x313415([0x63,0x72,0x76])]:_0x313415([0x50,0x2d,0x32,0x35,0x36]),[_0x313415([0x78])]:_0x313415([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]),[_0x313415([0x79])]:_0x313415([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]),[_0x313415([0x61,0x6c,0x67])]:_0x313415([0x45,0x53,0x32,0x35,0x36])},_0x54831b=_0x49cb5b[_0x313415([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x313415([0x67,0x65,0x74])](_0x313415([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x518392(){let _0x3dd19b,_0x25d071=null,_0x49e400=null;try{if(_0x54831b==_0x313415([0x47,0x50,0x4c]))return _0x313415([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x3dd19b=_0x4349a7(),!_0x3dd19b)return _0x313415([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x3dd19b[_0x313415([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x49e400=_0x38d559(_0x3dd19b[_0x313415([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x3dd19b[_0x313415([0x6a,0x74,0x69])])),await _0x41a8fc()?_0x520ae4()?_0x314d99()?_0x313415([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x5ee42f()?(_0x3dd19b[_0x313415([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x313415([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x25d071=_0x4853d4(_0x313415([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x3dd19b[_0x313415([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x313415([0x74,0x72,0x69,0x61,0x6c])&&(_0x25d071=_0x4853d4(_0x313415([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0xf016bb()):_0x313415([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x313415([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x313415([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x1a6264){return _0x313415([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x314d99(){const _0x2fd08f=[_0x313415([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x313415([0x74,0x72,0x69,0x61,0x6c])][_0x313415([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3dd19b[_0x313415([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x4a7d8d/0x3e8:0xe10*_0x1ea1e9;return _0x3dd19b[_0x313415([0x65,0x78,0x70])]<_0x2fd08f;}function _0x520ae4(){const _0xc6dd3a=_0x3dd19b[_0x313415([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0xc6dd3a&&(!!_0xc6dd3a[_0x313415([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x313415([0x2a]))||(!!_0xc6dd3a[_0x313415([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x313415([0x53,0x43]))||!!_0xc6dd3a[_0x313415([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x313415([0x50,0x50]))));}function _0x5ee42f(){const _0x1f2b8c=_0x3dd19b[_0x313415([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x1f2b8c||0x0==_0x1f2b8c[_0x313415([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x36b32f}=new URL(window[_0x313415([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x1f2b8c[_0x313415([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x36b32f))return!0x0;const _0x10466b=_0x36b32f[_0x313415([0x73,0x70,0x6c,0x69,0x74])](_0x313415([0x2e]));return _0x1f2b8c[_0x313415([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x53929b=>_0x53929b[_0x313415([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x313415([0x2a])))[_0x313415([0x6d,0x61,0x70])](_0x18063e=>_0x18063e[_0x313415([0x73,0x70,0x6c,0x69,0x74])](_0x313415([0x2e])))[_0x313415([0x73,0x6f,0x6d,0x65])](_0xe6d34b=>_0x10466b[_0x313415([0x65,0x76,0x65,0x72,0x79])]((_0x4b508a,_0x189e64)=>_0xe6d34b[_0x189e64]===_0x4b508a||_0xe6d34b[_0x189e64]===_0x313415([0x2a])));}function _0xf016bb(){return _0x25d071&&_0x49e400?new window[(_0x313415([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x104709,_0x3f84d2)=>{_0x25d071[_0x313415([0x74,0x68,0x65,0x6e])](_0x104709,_0x3f84d2),_0x49e400[_0x313415([0x74,0x68,0x65,0x6e])](_0x5adc72=>{_0x5adc72!=_0x313415([0x56,0x61,0x6c,0x69,0x64])&&_0x104709(_0x5adc72);},_0x3f84d2);}):_0x25d071||_0x49e400||_0x313415([0x56,0x61,0x6c,0x69,0x64]);}}function _0x38d559(_0x116268,_0x454e64){return new window[(_0x313415([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x459423=>{if(_0x4b6b4())return _0x459423(_0x313415([0x56,0x61,0x6c,0x69,0x64]));_0x1f9d31(),_0x49cb5b[_0x313415([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x313415([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x5c2d7e=!0x1;const _0x361740=_0x44982e();function _0x4c7a85(_0x119918){return!!_0x119918&&(typeof _0x119918===_0x313415([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x119918===_0x313415([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x119918[_0x313415([0x74,0x68,0x65,0x6e])]===_0x313415([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x119918[_0x313415([0x63,0x61,0x74,0x63,0x68])]===_0x313415([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x3ca049(_0x4f3eb6){_0x272fff(_0x4f3eb6)[_0x313415([0x74,0x68,0x65,0x6e])](_0x1be592=>{if(!_0x1be592||_0x1be592[_0x313415([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x313415([0x6f,0x6b]))return _0x313415([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0xc1f22c(_0x44ee5c(_0x361740+_0x454e64))!=_0x1be592[_0x313415([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x313415([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x313415([0x56,0x61,0x6c,0x69,0x64]);})[_0x313415([0x74,0x68,0x65,0x6e])](_0x210268=>(_0x369c25(),_0x210268),()=>{const _0x5a16f9=_0x4e7fe1();return null==_0x5a16f9?(_0x369c25(),_0x313415([0x56,0x61,0x6c,0x69,0x64])):_0x313415(_0x4a7d8d-_0x5a16f9>(0x5513c9e3^_0x65103a)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x313415([0x74,0x68,0x65,0x6e])](_0x459423)[_0x313415([0x63,0x61,0x74,0x63,0x68])](()=>{_0x459423(_0x313415([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x57813f=0x7129a363^_0x65103a;function _0x369c25(){const _0x592d2b=_0x313415([0x6c,0x6c,0x63,0x74,0x2d])+_0xc1f22c(_0x44ee5c(_0x116268)),_0xc0dd4b=_0x4f9137(_0xc1f22c(window[_0x313415([0x4d,0x61,0x74,0x68])][_0x313415([0x63,0x65,0x69,0x6c])](_0x4a7d8d/_0x57813f)));window[_0x313415([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x313415([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x592d2b,_0xc0dd4b);}function _0x4e7fe1(){const _0x385924=_0x313415([0x6c,0x6c,0x63,0x74,0x2d])+_0xc1f22c(_0x44ee5c(_0x116268)),_0x114cb8=window[_0x313415([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x313415([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x385924);return _0x114cb8?window[_0x313415([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x4f9137(_0x114cb8),0x10)*_0x57813f:null;}function _0x272fff(_0x550aa9){return new window[(_0x313415([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x3024a4,_0x392b88)=>{_0x550aa9[_0x313415([0x74,0x68,0x65,0x6e])](_0x3024a4,_0x392b88),window[_0x313415([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x392b88,0x711e9923^_0x65103a);});}}_0x49cb5b[_0x313415([0x6f,0x6e])](_0x313415([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x3f31ac,_0x2a611f)=>{if(_0x2a611f[0x0]!=_0x116268)return _0x459423(_0x313415([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x2a611f[0x1]={..._0x2a611f[0x1],[_0x313415([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x361740};},{[_0x313415([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x313415([0x68,0x69,0x67,0x68])}),_0x49cb5b[_0x313415([0x6f,0x6e])](_0x313415([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x193ec1=>{_0x4c7a85(_0x193ec1[_0x313415([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x5c2d7e=!0x0,_0x3ca049(_0x193ec1[_0x313415([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x313415([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x313415([0x6c,0x6f,0x77])}),_0xbdd147[_0x313415([0x74,0x68,0x65,0x6e])](()=>{_0x5c2d7e||_0x459423(_0x313415([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x4b6b4(){return _0x49cb5b[_0x313415([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x313415([0x76,0x69,0x65,0x77])][_0x313415([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x313415([0x61,0x75,0x74,0x6f]);}function _0x1f9d31(){_0x49cb5b[_0x313415([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x313415([0x76,0x69,0x65,0x77])][_0x313415([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x313415([0x61,0x75,0x74,0x6f]);}}function _0x4853d4(_0x5af785){const _0x4cf5f7=[new window[(_0x313415([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x118668=>setTimeout(_0x118668,0x7116732f^_0x65103a)),_0xbdd147[_0x313415([0x74,0x68,0x65,0x6e])](()=>new window[(_0x313415([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x57bd8a=>{let _0x3b3d68=0x0;_0x49cb5b[_0x313415([0x6d,0x6f,0x64,0x65,0x6c])][_0x313415([0x6f,0x6e])](_0x313415([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x5b1efe,_0x1318f8)=>{_0x1318f8[0x0][_0x313415([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x3b3d68++,_0x3b3d68==(0x711f4c1b^_0x65103a)&&(_0x57bd8a(),_0x5b1efe[_0x313415([0x6f,0x66,0x66])]());});}))];return window[_0x313415([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x313415([0x72,0x61,0x63,0x65])](_0x4cf5f7)[_0x313415([0x74,0x68,0x65,0x6e])](()=>_0x5af785);}async function _0x408085(){await _0xbdd147,_0x49cb5b[_0x313415([0x6d,0x6f,0x64,0x65,0x6c])][_0x313415([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x587937,_0x49cb5b[_0x313415([0x6d,0x6f,0x64,0x65,0x6c])][_0x313415([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x587937,_0x49cb5b[_0x313415([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x313415([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x20fc73(_0x2ebe59){const _0x2212c9=_0x223f77();_0x49cb5b[_0x2212c9]=_0x313415([0x73,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x2ebe59,_0x2ebe59!=_0x313415([0x56,0x61,0x6c,0x69,0x64])&&_0x408085();}function _0x223f77(){const _0x2a3956=window[_0x313415([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x313415([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x313415([0x6e,0x6f,0x77])]())[_0x313415([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x313415([0x2e]),'');let _0x48acef=_0x313415([0x6f]);for(let _0xe3362c=0x0;_0xe3362c<_0x2a3956[_0x313415([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0xe3362c+=0x2){let _0x59b249=window[_0x313415([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x2a3956[_0x313415([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0xe3362c,_0xe3362c+0x2));_0x59b249>=_0x442729[_0x313415([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x59b249-=_0x442729[_0x313415([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x48acef+=_0x442729[_0x59b249];}return _0x48acef;}function _0x4349a7(){const _0x237447=_0x54831b[_0x313415([0x73,0x70,0x6c,0x69,0x74])](_0x313415([0x2e]));if(0x3!=_0x237447[_0x313415([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x11517d(_0x237447[0x1]);function _0x11517d(_0x153729){const _0x1d7616=_0x23823c(_0x153729);return _0x1d7616&&_0x36a8ea()?_0x1d7616:null;function _0x36a8ea(){const _0x57b3b7=_0x1d7616[_0x313415([0x6a,0x74,0x69])],_0x287abb=window[_0x313415([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x57b3b7[_0x313415([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x57b3b7[_0x313415([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x5f5556={..._0x1d7616,[_0x313415([0x6a,0x74,0x69])]:_0x57b3b7[_0x313415([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x57b3b7[_0x313415([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x5f5556[_0x313415([0x76,0x63])],_0x44ee5c(_0x5f5556)==_0x287abb;}}}async function _0x41a8fc(){let _0x894bd3=!0x0;try{const _0x193af0=_0x54831b[_0x313415([0x73,0x70,0x6c,0x69,0x74])](_0x313415([0x2e])),[_0x6f055a,_0x474690,_0x2e842c]=_0x193af0;return _0x1c5dbe(_0x6f055a),await _0x3985ae(_0x6f055a,_0x474690,_0x2e842c),_0x894bd3;}catch(_0x278509){return!0x1;}function _0x1c5dbe(_0x23c1bf){const _0x12488b=_0x23823c(_0x23c1bf);_0x12488b&&_0x12488b[_0x313415([0x61,0x6c,0x67])]==_0x313415([0x45,0x53,0x32,0x35,0x36])||(_0x894bd3=!0x1);}async function _0x3985ae(_0x47ec71,_0x2e8157,_0xd647f){const _0x5bac46=window[_0x313415([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x313415([0x66,0x72,0x6f,0x6d])](_0x37c42f(_0xd647f),_0x35a589=>_0x35a589[_0x313415([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x4e77b8=new window[(_0x313415([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x313415([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x47ec71+_0x313415([0x2e])+_0x2e8157),_0x431059=window[_0x313415([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x313415([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x431059)return;const _0x34cda1=await _0x431059[_0x313415([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x313415([0x6a,0x77,0x6b]),_0x795511,{[_0x313415([0x6e,0x61,0x6d,0x65])]:_0x313415([0x45,0x43,0x44,0x53,0x41]),[_0x313415([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x313415([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x313415([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x431059[_0x313415([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x313415([0x6e,0x61,0x6d,0x65])]:_0x313415([0x45,0x43,0x44,0x53,0x41]),[_0x313415([0x68,0x61,0x73,0x68])]:{[_0x313415([0x6e,0x61,0x6d,0x65])]:_0x313415([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x34cda1,_0x5bac46,_0x4e77b8)||(_0x894bd3=!0x1);}}function _0x23823c(_0x4bc0de){return _0x4bc0de[_0x313415([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x313415([0x65,0x79]))?JSON[_0x313415([0x70,0x61,0x72,0x73,0x65])](_0x37c42f(_0x4bc0de)):null;}function _0x37c42f(_0x556a77){return window[_0x313415([0x61,0x74,0x6f,0x62])](_0x556a77[_0x313415([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x313415([0x2b]))[_0x313415([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x313415([0x2f])));}function _0x44ee5c(_0x209158){let _0x55744b=0x1505;function _0x2d77cc(_0x39e2aa){for(let _0x18cb79=0x0;_0x18cb79<_0x39e2aa[_0x313415([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x18cb79++){const _0x28aa00=_0x39e2aa[_0x313415([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x18cb79);_0x55744b=(_0x55744b<<0x5)+_0x55744b+_0x28aa00,_0x55744b&=_0x55744b;}}function _0x2cb134(_0x4fb2dc){Array[_0x313415([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x4fb2dc)?_0x4fb2dc[_0x313415([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x2cb134):_0x4fb2dc&&typeof _0x4fb2dc==_0x313415([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x313415([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x4fb2dc)[_0x313415([0x73,0x6f,0x72,0x74])]()[_0x313415([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x51158a,_0x571d04])=>{_0x2d77cc(_0x51158a),_0x2cb134(_0x571d04);}):_0x2d77cc(window[_0x313415([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x4fb2dc));}return _0x2cb134(_0x209158),_0x55744b>>>0x0;}function _0xc1f22c(_0x10c63a){return _0x10c63a[_0x313415([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x313415([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x313415([0x30]));}function _0x4f9137(_0x28712e){return _0x28712e[_0x313415([0x73,0x70,0x6c,0x69,0x74])]('')[_0x313415([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x313415([0x6a,0x6f,0x69,0x6e])]('');}function _0x587937(){}function _0x313415(_0x47b078){return _0x47b078['map'](_0x18315b=>String['fromCharCode'](_0x18315b))['join']('');}_0x20fc73(await _0x518392());}(this);}['getAllowedCommands'](){return this['_allowedCommands'];}['getDefaultCommands'](){const _0x37bc65=_0x257885=>function(_0x2b79a2,_0x1c9f91){const t=_0x2b79a2['t'],_0x1aff48=_0x2b79a2['t'];switch(_0x1c9f91){case'AI\x20Assistant':return _0x1aff48('AI\x20Assistant');case'Block\x20quote':return _0x1aff48('Block\x20quote');case'Bulleted\x20list':return _0x1aff48('Bulleted\x20list');case'Insert\x20code\x20block':return _0x1aff48('Insert\x20code\x20block');case'Open\x20file\x20manager':return _0x1aff48('Open\x20file\x20manager');case'Insert\x20image':return _0x1aff48('Insert\x20image');case'Heading\x201':return _0x1aff48('Heading\x201');case'Heading\x202':return _0x1aff48('Heading\x202');case'Heading\x203':return _0x1aff48('Heading\x203');case'Heading\x204':return _0x1aff48('Heading\x204');case'Heading\x205':return _0x1aff48('Heading\x205');case'Heading\x206':return _0x1aff48('Heading\x206');case'Horizontal\x20line':return _0x1aff48('Horizontal\x20line');case'Insert\x20HTML':return _0x1aff48('Insert\x20HTML');case'Increase\x20indent':return _0x1aff48('Increase\x20indent');case'Insert\x20table':return _0x1aff48('Insert\x20table');case'Table\x20of\x20contents':return _0x1aff48('Table\x20of\x20contents');case'Numbered\x20list':return _0x1aff48('Numbered\x20list');case'Decrease\x20indent':return _0x1aff48('Decrease\x20indent');case'Paragraph':return _0x1aff48('Paragraph');case'To-do\x20list':return _0x1aff48('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 _0x1c9f91;}}(this['editor']['locale'],_0x257885);return[{'id':'aiAssistant','commandName':'showAIAssistant','icon':_0x99e354,'title':_0x37bc65('AI\x20Assistant'),'description':_0x37bc65('Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content'),'execute':_0x5e7ffd=>{setTimeout(()=>_0x5e7ffd['execute']('showAIAssistant'));}},{'id':'blockQuote','commandName':'blockQuote','icon':_0x19c255,'title':_0x37bc65('Block\x20quote'),'description':_0x37bc65('Create\x20a\x20block\x20quote')},{'id':'bulletedList','commandName':'bulletedList','icon':_0x28f5d6,'title':_0x37bc65('Bulleted\x20list'),'description':_0x37bc65('Create\x20a\x20bulleted\x20list')},{'id':'codeBlock','commandName':'codeBlock','icon':_0x5c06bc,'title':_0x37bc65('Insert\x20code\x20block'),'description':_0x37bc65('Create\x20a\x20code\x20block')},{'id':'ckbox','commandName':'ckbox','icon':_0x174118,'title':_0x37bc65('Open\x20file\x20manager'),'description':_0x37bc65('Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file'),'aliases':['ckfinder','filemanager','upload']},{'id':'ckfinder','commandName':'ckfinder','icon':_0x174118,'title':_0x37bc65('Insert\x20image'),'description':_0x37bc65('Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file'),'aliases':['ckbox','filemanager','upload']},{'id':'emoji','commandName':'emoji','icon':_0x33a222,'title':_0x37bc65('Emoji'),'description':_0x37bc65('Insert\x20an\x20emoji'),'execute':_0x2a9f7c=>{setTimeout(()=>_0x2a9f7c['execute']('emoji'));}},{'id':'heading1','commandName':'heading','icon':_0x2f1f55,'title':_0x37bc65('Heading\x201'),'description':_0x37bc65('Create\x20a\x20heading\x20level\x201'),'execute':_0x527a4d=>{_0x527a4d['execute']('heading',{'value':'heading1'});}},{'id':'heading2','commandName':'heading','icon':_0x5868a2,'title':_0x37bc65('Heading\x202'),'description':_0x37bc65('Create\x20a\x20heading\x20level\x202'),'execute':_0x4b186b=>{_0x4b186b['execute']('heading',{'value':'heading2'});}},{'id':'heading3','commandName':'heading','icon':_0x3cdc6a,'title':_0x37bc65('Heading\x203'),'description':_0x37bc65('Create\x20a\x20heading\x20level\x203'),'execute':_0xd43f87=>{_0xd43f87['execute']('heading',{'value':'heading3'});}},{'id':'heading4','commandName':'heading','icon':_0xc99c60,'title':_0x37bc65('Heading\x204'),'description':_0x37bc65('Create\x20a\x20heading\x20level\x204'),'execute':_0xcd896e=>{_0xcd896e['execute']('heading',{'value':'heading4'});}},{'id':'heading5','commandName':'heading','icon':_0x2b467d,'title':_0x37bc65('Heading\x205'),'description':_0x37bc65('Create\x20a\x20heading\x20level\x205'),'execute':_0x2da4e5=>{_0x2da4e5['execute']('heading',{'value':'heading5'});}},{'id':'heading6','commandName':'heading','icon':_0x24bc7c,'title':_0x37bc65('Heading\x206'),'description':_0x37bc65('Create\x20a\x20heading\x20level\x206'),'execute':_0x32bd94=>{_0x32bd94['execute']('heading',{'value':'heading6'});}},{'id':'horizontalLine','commandName':'horizontalLine','icon':_0x10358e,'title':_0x37bc65('Horizontal\x20line'),'description':_0x37bc65('Insert\x20a\x20horizontal\x20line')},{'id':'htmlEmbed','commandName':'htmlEmbed','icon':_0x13d2d9,'title':_0x37bc65('Insert\x20HTML'),'description':_0x37bc65('Insert\x20an\x20HTML\x20snippet')},{'id':'indent','commandName':'indent','icon':_0x33c545,'title':_0x37bc65('Increase\x20indent'),'description':_0x37bc65('Increase\x20the\x20indentation')},{'id':'insertMermaidCommand','commandName':'insertMermaidCommand','title':_0x37bc65('Insert\x20Mermaid\x20diagram'),'description':_0x37bc65('Insert\x20the\x20Mermaid\x20diagram')},{'id':'insertTable','commandName':'insertTable','icon':_0x30aee9,'title':_0x37bc65('Insert\x20table'),'description':_0x37bc65('Create\x20a\x20table')},{'id':'insertTableOfContents','commandName':'insertTableOfContents','icon':_0x5bcbde,'title':_0x37bc65('Table\x20of\x20contents'),'description':_0x37bc65('Insert\x20table\x20of\x20contents'),'aliases':['toc']},{'id':'numberedList','commandName':'numberedList','icon':_0x585585,'title':_0x37bc65('Numbered\x20list'),'description':_0x37bc65('Create\x20a\x20numbered\x20list')},{'id':'outdent','commandName':'outdent','icon':_0x35e752,'title':_0x37bc65('Decrease\x20indent'),'description':_0x37bc65('Decrease\x20the\x20indentation')},{'id':'paragraph','commandName':'paragraph','icon':_0x5ddb4d,'title':_0x37bc65('Paragraph'),'description':_0x37bc65('Insert\x20a\x20paragraph')},{'id':'todoList','commandName':'todoList','icon':_0x306a0b,'title':_0x37bc65('To-do\x20list'),'description':_0x37bc65('Create\x20a\x20to-do\x20list')}];}['_proxyIsEnabled'](_0x139528){return _0x139528['isEnabled']?_0x139528['isEnabled'](this['editor']):!_0x139528['commandName']||this['editor']['commands']['get'](_0x139528['commandName'])['isEnabled'];}['_proxyExecute'](_0x509710){if(_0x509710['execute'])_0x509710['execute'](this['editor']);else{if(!_0x509710['commandName'])throw new _0xb55d08('slash-command-execute-missing',this['editor'],{'commandDefinition':_0x509710});this['editor']['execute'](_0x509710['commandName']);}}}function H(_0x8e911e,_0xa6c776){return _0x8e911e['title']<_0xa6c776['title']?-0x1:_0x8e911e['title']>_0xa6c776['title']?0x1:0x0;}function O(_0x309574,_0x4fb7fd){return _0x4fb7fd+'-'+_0x309574['toLowerCase']()['split']('\x20')['join']('-');}class e extends _0x1e6c08{static get['pluginName'](){return'SlashCommandEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[L];}['getMatchingCommands'](_0x48dd3f){const _0x260441=_0x48dd3f&&_0x48dd3f['toLowerCase']();let _0xd98143=this['editor']['plugins']['get']('SlashCommandConfig')['getAllowedCommands']();if(_0xd98143=_0xd98143['filter'](_0x1d0638=>_0x1d0638['isEnabled']()),_0x260441){const _0x192c7c=[],_0x552c32=[],_0x2b3d1b=[],_0x166d34=[];for(const _0x428c04 of _0xd98143)_0x428c04['id']['toLowerCase']()['includes'](_0x260441)?_0x192c7c['push'](_0x428c04):_0x428c04['title']['toLowerCase']()['includes'](_0x260441)?_0x552c32['push'](_0x428c04):_0x428c04['aliases']&&_0x428c04['aliases']['some'](_0x3197b6=>_0x3197b6['toLowerCase']()['includes'](_0x260441))?_0x2b3d1b['push'](_0x428c04):_0x428c04['description']&&_0x428c04['description']['toLowerCase']()['includes'](_0x260441)&&_0x166d34['push'](_0x428c04);_0xd98143=_0x192c7c['concat'](_0x552c32,_0x2b3d1b,_0x166d34);}return _0xd98143;}}class K extends _0x22ff41{constructor(_0x2991a4,_0x48ecf8){super(_0x2991a4),this['textPartView']=this['_createTextPartView'](_0x2991a4,_0x48ecf8),void 0x0!==_0x48ecf8['isIconColorInherited']&&(this['iconView']['isColorInherited']=_0x48ecf8['isIconColorInherited']),this['set']({'icon':_0x48ecf8['icon']||_0x36acf6,'withText':!0x0,'label':_0x48ecf8['title'],'class':'ck-slash-command-button'});}['render'](){super['render'](),this['children']['add'](this['textPartView']);}['_createTextPartView'](_0x3945bc,_0x31a3f0){const _0x144121=new _0x4833cd(_0x3945bc);return _0x144121['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-slash-command-button__text-part']},'children':_0x31a3f0['description']?[this['labelView'],{'tag':'span','attributes':{'class':['ck','ck-slash-command-button__description']},'children':[{'text':_0x31a3f0['description']}]}]:[this['labelView']]}),_0x144121;}}class s extends _0x1e6c08{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'SlashCommandUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x2d75b5){super(_0x2d75b5),this['_setupMentionConfiguration']();}['init'](){this['editor']['once']('ready',this['_overrideMentionExecuteListener']['bind'](this)),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x4ee198=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x44b9ad;for(const _0x371940 in _0x4ee198){const _0x1f3986=_0x371940,_0x364ece=_0x4ee198[_0x1f3986];if('slashCommandLicenseKeyValid'==_0x364ece||'slashCommandLicenseKeyInvalid'==_0x364ece||'slashCommandLicenseKeyExpired'==_0x364ece||'slashCommandLicenseKeyDomainLimit'==_0x364ece||'slashCommandLicenseKeyNotAllowed'==_0x364ece||'slashCommandLicenseKeyEvaluationLimit'==_0x364ece||'slashCommandLicenseKeyTrialLimit'==_0x364ece||'slashCommandLicenseKeyUsageLimit'==_0x364ece){delete _0x4ee198[_0x1f3986],_0x44b9ad=_0x364ece,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'slashCommandLicenseKeyInvalid'==_0x44b9ad&&_0x4ee198['_showLicenseError']('invalid'),'slashCommandLicenseKeyExpired'==_0x44b9ad&&_0x4ee198['_showLicenseError']('expired'),'slashCommandLicenseKeyDomainLimit'==_0x44b9ad&&_0x4ee198['_showLicenseError']('domainLimit'),'slashCommandLicenseKeyNotAllowed'==_0x44b9ad&&_0x4ee198['_showLicenseError']('featureNotAllowed','SlashCommand'),'slashCommandLicenseKeyEvaluationLimit'==_0x44b9ad&&_0x4ee198['_showLicenseError']('evaluationLimit'),'slashCommandLicenseKeyTrialLimit'==_0x44b9ad&&_0x4ee198['_showLicenseError']('trialLimit'),'slashCommandLicenseKeyUsageLimit'==_0x44b9ad&&_0x4ee198['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}['_setupMentionConfiguration'](){const _0x27ee4b=this['editor'],_0x4968b8=this['editor']['plugins']['get']('SlashCommandEditing'),_0x17cbc9=_0x27ee4b['config']['get']('mention.feeds');_0x17cbc9['push']({'marker':'/','feed':_0x2ae5fa=>_0x4968b8['getMatchingCommands'](_0x2ae5fa),'itemRenderer':this['_customItemRenderer']['bind'](this),'dropdownLimit':_0x27ee4b['config']['get']('slashCommand.dropdownLimit')||0x1/0x0}),_0x27ee4b['config']['set']('mention.feeds',_0x17cbc9);}['_overrideMentionExecuteListener'](){const _0x39b93d=this['editor'];_0x39b93d['commands']['get']('mention')['on']('execute',(_0x2b1a66,_0x4b3f48)=>{const _0x56555e=_0x4b3f48[0x0],_0x160181=_0x39b93d['model'];'/'===_0x56555e['marker']&&_0x160181['change'](_0x3bb766=>{_0x3bb766['remove'](_0x56555e['range']),_0x56555e['mention']['execute'](),_0x2b1a66['stop']();});},{'priority':'high'});}['_customItemRenderer'](_0x1d7d31){const _0x3108af=this['editor']['locale'],_0x105941=new K(_0x3108af,_0x1d7d31);return _0x105941['render'](),_0x105941['element'];}}class m extends _0x1e6c08{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 _0x45a19c}from'@ckeditor/ckeditor5-core/dist/index.js';import{CKEditorError as _0x4d64f7,uid as _0x5b7e7b}from'@ckeditor/ckeditor5-utils/dist/index.js';import{IconRobotPencil as _0x33136e,IconQuote as _0x655ebd,IconBulletedList as _0x392777,IconCodeBlock as _0x5a5c6f,IconBrowseFiles as _0x535ab8,IconEmoji as _0x6e3fc1,IconHeading1 as _0x3ce58c,IconHeading2 as _0x5d6f51,IconHeading3 as _0x362c7a,IconHeading4 as _0x294bde,IconHeading5 as _0x1fd31b,IconHeading6 as _0x5d51f5,IconHorizontalLine as _0x81bef3,IconHtml as _0x2048e0,IconIndent as _0x563203,IconTable as _0x5ee0ef,IconTableOfContents as _0x1fc113,IconNumberedList as _0x59e81b,IconOutdent as _0x2401ae,IconParagraph as _0x349ccf,IconTodoList as _0x52f636,IconPlay as _0x49e86e}from'@ckeditor/ckeditor5-icons/dist/index.js';import{ButtonView as _0x210592,View as _0x47f164}from'@ckeditor/ckeditor5-ui/dist/index.js';class L extends _0x45a19c{static get['pluginName'](){return'SlashCommandConfig';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x58c0c8){super(_0x58c0c8),this['_allowedCommands']=null;}['afterInit'](){const _0x154034=this['editor']['config']['get']('slashCommand.removeCommands')||[],_0x2af218=function(_0x46ebc8){let _0x65f6f0=['heading4','heading5','heading6'];if(_0x46ebc8){const _0x576ec1=_0x46ebc8['map'](_0x222fe5=>_0x222fe5['model']);_0x65f6f0=['heading1','heading2','heading3','heading4','heading5','heading6']['filter'](_0x40f427=>!_0x576ec1['includes'](_0x40f427));}return _0x65f6f0;}(this['editor']['config']['get']('heading.options'));let _0x134a02=this['getDefaultCommands']()['filter'](_0x2af6cf=>!_0x2af218['includes'](_0x2af6cf['id']))['filter'](_0x338481=>!_0x154034['includes'](_0x338481['commandName']));const _0x5d744f=this['editor']['config']['get']('slashCommand.extraCommands');_0x5d744f&&_0x5d744f['length']&&(_0x134a02=_0x134a02['concat'](_0x5d744f));const _0x3acd09=this['editor']['config']['get']('template.definitions');_0x3acd09&&_0x3acd09['length']&&(_0x134a02=_0x134a02['concat'](function(_0x2ebefc){return _0x2ebefc['map'](_0xd0c7b6=>{const {title:_0x457ce6,icon:_0x24ce43,description:_0x351781,data:_0x5ef1b4}=_0xd0c7b6,_0xe1fe31={'id':O(_0x457ce6,'template'),'commandName':'insertTemplate','execute':_0x4cc02f=>{_0x4cc02f['execute']('insertTemplate',_0x5ef1b4);},'description':_0x351781,'icon':_0x24ce43,'title':_0x457ce6};return _0x24ce43&&(_0xe1fe31['isIconColorInherited']=!0x1),_0xe1fe31;});}(_0x3acd09)));const _0x4ab865=this['editor']['config']['get']('style.definitions');_0x4ab865&&_0x4ab865['length']&&(_0x134a02=_0x134a02['concat'](function(_0x106271){return _0x106271['map'](_0x2a3f29=>({'id':O(_0x2a3f29['name'],'style'),'commandName':'style','execute':_0x3cb431=>{_0x3cb431['execute']('style',{'styleName':_0x2a3f29['name']});},'isEnabled':_0x206df2=>{const _0x1a2f46=_0x206df2['commands']['get']('style');return _0x1a2f46['isEnabled']&&_0x1a2f46['enabledStyles']['includes'](_0x2a3f29['name']);},'title':_0x2a3f29['name']}));}(_0x4ab865)));const _0x29f277=_0x134a02['filter'](_0x291628=>!_0x291628['commandName']||void 0x0!==this['editor']['commands']['get'](_0x291628['commandName'])),_0x2a57a4=[];for(const _0x46cda1 of _0x29f277)_0x2a57a4['push']({'id':_0x46cda1['id'],'commandName':_0x46cda1['commandName'],'title':'function'==typeof _0x46cda1['title']?_0x46cda1['title'](this['editor']):_0x46cda1['title'],'description':_0x46cda1['description'],'icon':_0x46cda1['icon'],'isIconColorInherited':_0x46cda1['isIconColorInherited'],'aliases':_0x46cda1['aliases'],'isEnabled':()=>this['_proxyIsEnabled'](_0x46cda1),'execute':()=>this['_proxyExecute'](_0x46cda1)});this['_allowedCommands']=_0x2a57a4['sort'](H),async function(_0x29fa3e){const _0x189e4d=_0x4a511e([0x64,0x4b,0x6b,0x65,0x56,0x6d,0x68,0x5a,0x63,0x38,0x32,0x53,0x67,0x4f,0x69,0x72,0x75,0x61,0x59,0x62,0x4c,0x7a,0x70,0x6c,0x44,0x6f,0x51,0x55,0x50,0x74,0x52,0x77,0x48,0x31,0x6a,0x46,0x58,0x78,0x57,0x34,0x36,0x47,0x30,0x35,0x45,0x71,0x76,0x4e,0x6e,0x42,0x49,0x54,0x39,0x73,0x41,0x79,0x33,0x37,0x4d,0x66,0x4a,0x43]),_0x482f3d=0x2c56ed65,_0x5d94b6=0x2c518ac5^_0x482f3d,_0x4cb86c=window[_0x4a511e([0x44,0x61,0x74,0x65])][_0x4a511e([0x6e,0x6f,0x77])](),_0x552004=_0x29fa3e[_0x4a511e([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x44a551=new window[(_0x4a511e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5db6de=>{_0x552004[_0x4a511e([0x6f,0x6e,0x63,0x65])](_0x4a511e([0x72,0x65,0x61,0x64,0x79]),_0x5db6de);}),_0x508bd9={[_0x4a511e([0x6b,0x74,0x79])]:_0x4a511e([0x45,0x43]),[_0x4a511e([0x75,0x73,0x65])]:_0x4a511e([0x73,0x69,0x67]),[_0x4a511e([0x63,0x72,0x76])]:_0x4a511e([0x50,0x2d,0x32,0x35,0x36]),[_0x4a511e([0x78])]:_0x4a511e([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]),[_0x4a511e([0x79])]:_0x4a511e([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]),[_0x4a511e([0x61,0x6c,0x67])]:_0x4a511e([0x45,0x53,0x32,0x35,0x36])},_0x31154c=_0x552004[_0x4a511e([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x4a511e([0x67,0x65,0x74])](_0x4a511e([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x5b1112(){let _0x43ac21,_0x15d6b3=null,_0x36cdd2=null;try{if(_0x31154c==_0x4a511e([0x47,0x50,0x4c]))return _0x4a511e([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x43ac21=_0x21c379(),!_0x43ac21)return _0x4a511e([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x43ac21[_0x4a511e([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x36cdd2=_0x13379c(_0x43ac21[_0x4a511e([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x43ac21[_0x4a511e([0x6a,0x74,0x69])])),await _0x156ede()?_0x52c5e0()?_0x37b270()?_0x4a511e([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x281544()?(_0x43ac21[_0x4a511e([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x4a511e([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x15d6b3=_0x1d7687(_0x4a511e([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x43ac21[_0x4a511e([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x4a511e([0x74,0x72,0x69,0x61,0x6c])&&(_0x15d6b3=_0x1d7687(_0x4a511e([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x52e275()):_0x4a511e([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x4a511e([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x4a511e([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x240684){return _0x4a511e([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x37b270(){const _0x3533a9=[_0x4a511e([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x4a511e([0x74,0x72,0x69,0x61,0x6c])][_0x4a511e([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x43ac21[_0x4a511e([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x4cb86c/0x3e8:0xe10*_0x5d94b6;return _0x43ac21[_0x4a511e([0x65,0x78,0x70])]<_0x3533a9;}function _0x52c5e0(){const _0x39d660=_0x43ac21[_0x4a511e([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x39d660&&(!!_0x39d660[_0x4a511e([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4a511e([0x2a]))||(!!_0x39d660[_0x4a511e([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4a511e([0x53,0x43]))||!!_0x39d660[_0x4a511e([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4a511e([0x50,0x50]))));}function _0x281544(){const _0x562ff5=_0x43ac21[_0x4a511e([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x562ff5||0x0==_0x562ff5[_0x4a511e([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x2f6c77}=new URL(window[_0x4a511e([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x562ff5[_0x4a511e([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2f6c77))return!0x0;const _0x16b857=_0x2f6c77[_0x4a511e([0x73,0x70,0x6c,0x69,0x74])](_0x4a511e([0x2e]));return _0x562ff5[_0x4a511e([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x4cf2f0=>_0x4cf2f0[_0x4a511e([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4a511e([0x2a])))[_0x4a511e([0x6d,0x61,0x70])](_0x265156=>_0x265156[_0x4a511e([0x73,0x70,0x6c,0x69,0x74])](_0x4a511e([0x2e])))[_0x4a511e([0x73,0x6f,0x6d,0x65])](_0x18bc6d=>_0x16b857[_0x4a511e([0x65,0x76,0x65,0x72,0x79])]((_0x124cf3,_0x284df0)=>_0x18bc6d[_0x284df0]===_0x124cf3||_0x18bc6d[_0x284df0]===_0x4a511e([0x2a])));}function _0x52e275(){return _0x15d6b3&&_0x36cdd2?new window[(_0x4a511e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x3d2d73,_0x5dad46)=>{_0x15d6b3[_0x4a511e([0x74,0x68,0x65,0x6e])](_0x3d2d73,_0x5dad46),_0x36cdd2[_0x4a511e([0x74,0x68,0x65,0x6e])](_0x1d21ed=>{_0x1d21ed!=_0x4a511e([0x56,0x61,0x6c,0x69,0x64])&&_0x3d2d73(_0x1d21ed);},_0x5dad46);}):_0x15d6b3||_0x36cdd2||_0x4a511e([0x56,0x61,0x6c,0x69,0x64]);}}function _0x13379c(_0x5c7a6a,_0x249f95){return new window[(_0x4a511e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x328e25=>{if(_0x668b4e())return _0x328e25(_0x4a511e([0x56,0x61,0x6c,0x69,0x64]));_0x3a982f(),_0x552004[_0x4a511e([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x4a511e([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x258799=!0x1;const _0x54fe2a=_0x5b7e7b();function _0x58e017(_0x8f4aaf){return!!_0x8f4aaf&&(typeof _0x8f4aaf===_0x4a511e([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x8f4aaf===_0x4a511e([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x8f4aaf[_0x4a511e([0x74,0x68,0x65,0x6e])]===_0x4a511e([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x8f4aaf[_0x4a511e([0x63,0x61,0x74,0x63,0x68])]===_0x4a511e([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x4fc209(_0x15704f){_0x1062b7(_0x15704f)[_0x4a511e([0x74,0x68,0x65,0x6e])](_0x1165b8=>{if(!_0x1165b8||_0x1165b8[_0x4a511e([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x4a511e([0x6f,0x6b]))return _0x4a511e([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x4a2b8f(_0x1c4f31(_0x54fe2a+_0x249f95))!=_0x1165b8[_0x4a511e([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x4a511e([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x4a511e([0x56,0x61,0x6c,0x69,0x64]);})[_0x4a511e([0x74,0x68,0x65,0x6e])](_0x2ea1a7=>(_0x1b0cf5(),_0x2ea1a7),()=>{const _0x50e77e=_0x301408();return null==_0x50e77e?(_0x1b0cf5(),_0x4a511e([0x56,0x61,0x6c,0x69,0x64])):_0x4a511e(_0x4cb86c-_0x50e77e>(0x85a6965^_0x482f3d)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x4a511e([0x74,0x68,0x65,0x6e])](_0x328e25)[_0x4a511e([0x63,0x61,0x74,0x63,0x68])](()=>{_0x328e25(_0x4a511e([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x1d66cd=0x2c6003e5^_0x482f3d;function _0x1b0cf5(){const _0x1788f6=_0x4a511e([0x6c,0x6c,0x63,0x74,0x2d])+_0x4a2b8f(_0x1c4f31(_0x5c7a6a)),_0x47103b=_0x10ba20(_0x4a2b8f(window[_0x4a511e([0x4d,0x61,0x74,0x68])][_0x4a511e([0x63,0x65,0x69,0x6c])](_0x4cb86c/_0x1d66cd)));window[_0x4a511e([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x4a511e([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x1788f6,_0x47103b);}function _0x301408(){const _0x413a62=_0x4a511e([0x6c,0x6c,0x63,0x74,0x2d])+_0x4a2b8f(_0x1c4f31(_0x5c7a6a)),_0x1d070e=window[_0x4a511e([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x4a511e([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x413a62);return _0x1d070e?window[_0x4a511e([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x10ba20(_0x1d070e),0x10)*_0x1d66cd:null;}function _0x1062b7(_0x3e6cd5){return new window[(_0x4a511e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x13a099,_0x2a2bcb)=>{_0x3e6cd5[_0x4a511e([0x74,0x68,0x65,0x6e])](_0x13a099,_0x2a2bcb),window[_0x4a511e([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x2a2bcb,0x2c5739a5^_0x482f3d);});}}_0x552004[_0x4a511e([0x6f,0x6e])](_0x4a511e([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x1dee17,_0x532a27)=>{if(_0x532a27[0x0]!=_0x5c7a6a)return _0x328e25(_0x4a511e([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x532a27[0x1]={..._0x532a27[0x1],[_0x4a511e([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x54fe2a};},{[_0x4a511e([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x4a511e([0x68,0x69,0x67,0x68])}),_0x552004[_0x4a511e([0x6f,0x6e])](_0x4a511e([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x2ab8f9=>{_0x58e017(_0x2ab8f9[_0x4a511e([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x258799=!0x0,_0x4fc209(_0x2ab8f9[_0x4a511e([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x4a511e([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x4a511e([0x6c,0x6f,0x77])}),_0x44a551[_0x4a511e([0x74,0x68,0x65,0x6e])](()=>{_0x258799||_0x328e25(_0x4a511e([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x668b4e(){return _0x552004[_0x4a511e([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x4a511e([0x76,0x69,0x65,0x77])][_0x4a511e([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x4a511e([0x61,0x75,0x74,0x6f]);}function _0x3a982f(){_0x552004[_0x4a511e([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x4a511e([0x76,0x69,0x65,0x77])][_0x4a511e([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x4a511e([0x61,0x75,0x74,0x6f]);}}function _0x1d7687(_0x3989d4){const _0x3fe4b9=[new window[(_0x4a511e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x4d8b98=>setTimeout(_0x4d8b98,0x2c5fd3a9^_0x482f3d)),_0x44a551[_0x4a511e([0x74,0x68,0x65,0x6e])](()=>new window[(_0x4a511e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x29ed88=>{let _0x23a47a=0x0;_0x552004[_0x4a511e([0x6d,0x6f,0x64,0x65,0x6c])][_0x4a511e([0x6f,0x6e])](_0x4a511e([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x53d81d,_0x1cc4f6)=>{_0x1cc4f6[0x0][_0x4a511e([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x23a47a++,_0x23a47a==(0x2c56ec9d^_0x482f3d)&&(_0x29ed88(),_0x53d81d[_0x4a511e([0x6f,0x66,0x66])]());});}))];return window[_0x4a511e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x4a511e([0x72,0x61,0x63,0x65])](_0x3fe4b9)[_0x4a511e([0x74,0x68,0x65,0x6e])](()=>_0x3989d4);}async function _0x2af20a(){await _0x44a551,_0x552004[_0x4a511e([0x6d,0x6f,0x64,0x65,0x6c])][_0x4a511e([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x46b015,_0x552004[_0x4a511e([0x6d,0x6f,0x64,0x65,0x6c])][_0x4a511e([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x46b015,_0x552004[_0x4a511e([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x4a511e([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x373932(_0x2b30d3){const _0x188098=_0x8511e1();_0x552004[_0x188098]=_0x4a511e([0x73,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x2b30d3,_0x2b30d3!=_0x4a511e([0x56,0x61,0x6c,0x69,0x64])&&_0x2af20a();}function _0x8511e1(){const _0x2c805e=window[_0x4a511e([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x4a511e([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x4a511e([0x6e,0x6f,0x77])]())[_0x4a511e([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x4a511e([0x2e]),'');let _0x398dcd=_0x4a511e([0x64]);for(let _0x5cd7b3=0x0;_0x5cd7b3<_0x2c805e[_0x4a511e([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x5cd7b3+=0x2){let _0x305b4b=window[_0x4a511e([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x2c805e[_0x4a511e([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x5cd7b3,_0x5cd7b3+0x2));_0x305b4b>=_0x189e4d[_0x4a511e([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x305b4b-=_0x189e4d[_0x4a511e([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x398dcd+=_0x189e4d[_0x305b4b];}return _0x398dcd;}function _0x21c379(){const _0x321a30=_0x31154c[_0x4a511e([0x73,0x70,0x6c,0x69,0x74])](_0x4a511e([0x2e]));if(0x3!=_0x321a30[_0x4a511e([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x3844a4(_0x321a30[0x1]);function _0x3844a4(_0x353fce){const _0x30b52b=_0x35b264(_0x353fce);return _0x30b52b&&_0x451b38()?_0x30b52b:null;function _0x451b38(){const _0x391404=_0x30b52b[_0x4a511e([0x6a,0x74,0x69])],_0x547c7a=window[_0x4a511e([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x391404[_0x4a511e([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x391404[_0x4a511e([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x1333d4={..._0x30b52b,[_0x4a511e([0x6a,0x74,0x69])]:_0x391404[_0x4a511e([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x391404[_0x4a511e([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x1333d4[_0x4a511e([0x76,0x63])],_0x1c4f31(_0x1333d4)==_0x547c7a;}}}async function _0x156ede(){let _0xfd75a3=!0x0;try{const _0x2ec5f5=_0x31154c[_0x4a511e([0x73,0x70,0x6c,0x69,0x74])](_0x4a511e([0x2e])),[_0x3bc130,_0x5e42ea,_0x64e8f3]=_0x2ec5f5;return _0x56db15(_0x3bc130),await _0x261a20(_0x3bc130,_0x5e42ea,_0x64e8f3),_0xfd75a3;}catch(_0x24a277){return!0x1;}function _0x56db15(_0x1935bc){const _0x340785=_0x35b264(_0x1935bc);_0x340785&&_0x340785[_0x4a511e([0x61,0x6c,0x67])]==_0x4a511e([0x45,0x53,0x32,0x35,0x36])||(_0xfd75a3=!0x1);}async function _0x261a20(_0x4271ff,_0x38410d,_0x499e03){const _0x125482=window[_0x4a511e([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x4a511e([0x66,0x72,0x6f,0x6d])](_0x32a009(_0x499e03),_0x2c61c6=>_0x2c61c6[_0x4a511e([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x4a1833=new window[(_0x4a511e([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x4a511e([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x4271ff+_0x4a511e([0x2e])+_0x38410d),_0xd55124=window[_0x4a511e([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x4a511e([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0xd55124)return;const _0x790d9a=await _0xd55124[_0x4a511e([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x4a511e([0x6a,0x77,0x6b]),_0x508bd9,{[_0x4a511e([0x6e,0x61,0x6d,0x65])]:_0x4a511e([0x45,0x43,0x44,0x53,0x41]),[_0x4a511e([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x4a511e([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x4a511e([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0xd55124[_0x4a511e([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x4a511e([0x6e,0x61,0x6d,0x65])]:_0x4a511e([0x45,0x43,0x44,0x53,0x41]),[_0x4a511e([0x68,0x61,0x73,0x68])]:{[_0x4a511e([0x6e,0x61,0x6d,0x65])]:_0x4a511e([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x790d9a,_0x125482,_0x4a1833)||(_0xfd75a3=!0x1);}}function _0x35b264(_0x4a21d3){return _0x4a21d3[_0x4a511e([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x4a511e([0x65,0x79]))?JSON[_0x4a511e([0x70,0x61,0x72,0x73,0x65])](_0x32a009(_0x4a21d3)):null;}function _0x32a009(_0x477ae7){return window[_0x4a511e([0x61,0x74,0x6f,0x62])](_0x477ae7[_0x4a511e([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x4a511e([0x2b]))[_0x4a511e([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x4a511e([0x2f])));}function _0x1c4f31(_0x5f1a34){let _0x69126f=0x1505;function _0xdaf00a(_0x57fb44){for(let _0x106134=0x0;_0x106134<_0x57fb44[_0x4a511e([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x106134++){const _0x24d777=_0x57fb44[_0x4a511e([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x106134);_0x69126f=(_0x69126f<<0x5)+_0x69126f+_0x24d777,_0x69126f&=_0x69126f;}}function _0x1535dc(_0x41b982){Array[_0x4a511e([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x41b982)?_0x41b982[_0x4a511e([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x1535dc):_0x41b982&&typeof _0x41b982==_0x4a511e([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x4a511e([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x41b982)[_0x4a511e([0x73,0x6f,0x72,0x74])]()[_0x4a511e([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x360862,_0x18f841])=>{_0xdaf00a(_0x360862),_0x1535dc(_0x18f841);}):_0xdaf00a(window[_0x4a511e([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x41b982));}return _0x1535dc(_0x5f1a34),_0x69126f>>>0x0;}function _0x4a2b8f(_0x32a4cc){return _0x32a4cc[_0x4a511e([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x4a511e([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x4a511e([0x30]));}function _0x10ba20(_0x33a446){return _0x33a446[_0x4a511e([0x73,0x70,0x6c,0x69,0x74])]('')[_0x4a511e([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x4a511e([0x6a,0x6f,0x69,0x6e])]('');}function _0x46b015(){}function _0x4a511e(_0x584f8c){return _0x584f8c['map'](_0x1c7dde=>String['fromCharCode'](_0x1c7dde))['join']('');}_0x373932(await _0x5b1112());}(this);}['getAllowedCommands'](){return this['_allowedCommands'];}['getDefaultCommands'](){const _0x23d78a=_0x75f067=>function(_0x4513e8,_0x2b8fa4){const t=_0x4513e8['t'],_0x3992a8=_0x4513e8['t'];switch(_0x2b8fa4){case'AI\x20Assistant':return _0x3992a8('AI\x20Assistant');case'Block\x20quote':return _0x3992a8('Block\x20quote');case'Bulleted\x20list':return _0x3992a8('Bulleted\x20list');case'Insert\x20code\x20block':return _0x3992a8('Insert\x20code\x20block');case'Open\x20file\x20manager':return _0x3992a8('Open\x20file\x20manager');case'Insert\x20image':return _0x3992a8('Insert\x20image');case'Heading\x201':return _0x3992a8('Heading\x201');case'Heading\x202':return _0x3992a8('Heading\x202');case'Heading\x203':return _0x3992a8('Heading\x203');case'Heading\x204':return _0x3992a8('Heading\x204');case'Heading\x205':return _0x3992a8('Heading\x205');case'Heading\x206':return _0x3992a8('Heading\x206');case'Horizontal\x20line':return _0x3992a8('Horizontal\x20line');case'Insert\x20HTML':return _0x3992a8('Insert\x20HTML');case'Increase\x20indent':return _0x3992a8('Increase\x20indent');case'Insert\x20table':return _0x3992a8('Insert\x20table');case'Table\x20of\x20contents':return _0x3992a8('Table\x20of\x20contents');case'Numbered\x20list':return _0x3992a8('Numbered\x20list');case'Decrease\x20indent':return _0x3992a8('Decrease\x20indent');case'Paragraph':return _0x3992a8('Paragraph');case'To-do\x20list':return _0x3992a8('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 _0x2b8fa4;}}(this['editor']['locale'],_0x75f067);return[{'id':'aiAssistant','commandName':'showAIAssistant','icon':_0x33136e,'title':_0x23d78a('AI\x20Assistant'),'description':_0x23d78a('Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content'),'execute':_0x46170c=>{setTimeout(()=>_0x46170c['execute']('showAIAssistant'));}},{'id':'blockQuote','commandName':'blockQuote','icon':_0x655ebd,'title':_0x23d78a('Block\x20quote'),'description':_0x23d78a('Create\x20a\x20block\x20quote')},{'id':'bulletedList','commandName':'bulletedList','icon':_0x392777,'title':_0x23d78a('Bulleted\x20list'),'description':_0x23d78a('Create\x20a\x20bulleted\x20list')},{'id':'codeBlock','commandName':'codeBlock','icon':_0x5a5c6f,'title':_0x23d78a('Insert\x20code\x20block'),'description':_0x23d78a('Create\x20a\x20code\x20block')},{'id':'ckbox','commandName':'ckbox','icon':_0x535ab8,'title':_0x23d78a('Open\x20file\x20manager'),'description':_0x23d78a('Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file'),'aliases':['ckfinder','filemanager','upload']},{'id':'ckfinder','commandName':'ckfinder','icon':_0x535ab8,'title':_0x23d78a('Insert\x20image'),'description':_0x23d78a('Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file'),'aliases':['ckbox','filemanager','upload']},{'id':'emoji','commandName':'emoji','icon':_0x6e3fc1,'title':_0x23d78a('Emoji'),'description':_0x23d78a('Insert\x20an\x20emoji'),'execute':_0x1b9564=>{setTimeout(()=>_0x1b9564['execute']('emoji'));}},{'id':'heading1','commandName':'heading','icon':_0x3ce58c,'title':_0x23d78a('Heading\x201'),'description':_0x23d78a('Create\x20a\x20heading\x20level\x201'),'execute':_0x45d76c=>{_0x45d76c['execute']('heading',{'value':'heading1'});}},{'id':'heading2','commandName':'heading','icon':_0x5d6f51,'title':_0x23d78a('Heading\x202'),'description':_0x23d78a('Create\x20a\x20heading\x20level\x202'),'execute':_0x5d6681=>{_0x5d6681['execute']('heading',{'value':'heading2'});}},{'id':'heading3','commandName':'heading','icon':_0x362c7a,'title':_0x23d78a('Heading\x203'),'description':_0x23d78a('Create\x20a\x20heading\x20level\x203'),'execute':_0x247ae9=>{_0x247ae9['execute']('heading',{'value':'heading3'});}},{'id':'heading4','commandName':'heading','icon':_0x294bde,'title':_0x23d78a('Heading\x204'),'description':_0x23d78a('Create\x20a\x20heading\x20level\x204'),'execute':_0x2038d8=>{_0x2038d8['execute']('heading',{'value':'heading4'});}},{'id':'heading5','commandName':'heading','icon':_0x1fd31b,'title':_0x23d78a('Heading\x205'),'description':_0x23d78a('Create\x20a\x20heading\x20level\x205'),'execute':_0x2f80f5=>{_0x2f80f5['execute']('heading',{'value':'heading5'});}},{'id':'heading6','commandName':'heading','icon':_0x5d51f5,'title':_0x23d78a('Heading\x206'),'description':_0x23d78a('Create\x20a\x20heading\x20level\x206'),'execute':_0x4d1dc4=>{_0x4d1dc4['execute']('heading',{'value':'heading6'});}},{'id':'horizontalLine','commandName':'horizontalLine','icon':_0x81bef3,'title':_0x23d78a('Horizontal\x20line'),'description':_0x23d78a('Insert\x20a\x20horizontal\x20line')},{'id':'htmlEmbed','commandName':'htmlEmbed','icon':_0x2048e0,'title':_0x23d78a('Insert\x20HTML'),'description':_0x23d78a('Insert\x20an\x20HTML\x20snippet')},{'id':'indent','commandName':'indent','icon':_0x563203,'title':_0x23d78a('Increase\x20indent'),'description':_0x23d78a('Increase\x20the\x20indentation')},{'id':'insertMermaidCommand','commandName':'insertMermaidCommand','title':_0x23d78a('Insert\x20Mermaid\x20diagram'),'description':_0x23d78a('Insert\x20the\x20Mermaid\x20diagram')},{'id':'insertTable','commandName':'insertTable','icon':_0x5ee0ef,'title':_0x23d78a('Insert\x20table'),'description':_0x23d78a('Create\x20a\x20table')},{'id':'insertTableOfContents','commandName':'insertTableOfContents','icon':_0x1fc113,'title':_0x23d78a('Table\x20of\x20contents'),'description':_0x23d78a('Insert\x20table\x20of\x20contents'),'aliases':['toc']},{'id':'numberedList','commandName':'numberedList','icon':_0x59e81b,'title':_0x23d78a('Numbered\x20list'),'description':_0x23d78a('Create\x20a\x20numbered\x20list')},{'id':'outdent','commandName':'outdent','icon':_0x2401ae,'title':_0x23d78a('Decrease\x20indent'),'description':_0x23d78a('Decrease\x20the\x20indentation')},{'id':'paragraph','commandName':'paragraph','icon':_0x349ccf,'title':_0x23d78a('Paragraph'),'description':_0x23d78a('Insert\x20a\x20paragraph')},{'id':'todoList','commandName':'todoList','icon':_0x52f636,'title':_0x23d78a('To-do\x20list'),'description':_0x23d78a('Create\x20a\x20to-do\x20list')}];}['_proxyIsEnabled'](_0x3b5ac7){return _0x3b5ac7['isEnabled']?_0x3b5ac7['isEnabled'](this['editor']):!_0x3b5ac7['commandName']||this['editor']['commands']['get'](_0x3b5ac7['commandName'])['isEnabled'];}['_proxyExecute'](_0x4a440f){if(_0x4a440f['execute'])_0x4a440f['execute'](this['editor']);else{if(!_0x4a440f['commandName'])throw new _0x4d64f7('slash-command-execute-missing',this['editor'],{'commandDefinition':_0x4a440f});this['editor']['execute'](_0x4a440f['commandName']);}}}function H(_0x4e5641,_0x1dc505){return _0x4e5641['title']<_0x1dc505['title']?-0x1:_0x4e5641['title']>_0x1dc505['title']?0x1:0x0;}function O(_0xe4ea74,_0x4a4593){return _0x4a4593+'-'+_0xe4ea74['toLowerCase']()['split']('\x20')['join']('-');}class e extends _0x45a19c{static get['pluginName'](){return'SlashCommandEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[L];}['getMatchingCommands'](_0x442d11){const _0xfcb42c=_0x442d11&&_0x442d11['toLowerCase']();let _0x2fee6d=this['editor']['plugins']['get']('SlashCommandConfig')['getAllowedCommands']();if(_0x2fee6d=_0x2fee6d['filter'](_0x54105e=>_0x54105e['isEnabled']()),_0xfcb42c){const _0x387dec=[],_0x45c858=[],_0x3b9133=[],_0x3739b1=[];for(const _0x37715b of _0x2fee6d)_0x37715b['id']['toLowerCase']()['includes'](_0xfcb42c)?_0x387dec['push'](_0x37715b):_0x37715b['title']['toLowerCase']()['includes'](_0xfcb42c)?_0x45c858['push'](_0x37715b):_0x37715b['aliases']&&_0x37715b['aliases']['some'](_0x50e242=>_0x50e242['toLowerCase']()['includes'](_0xfcb42c))?_0x3b9133['push'](_0x37715b):_0x37715b['description']&&_0x37715b['description']['toLowerCase']()['includes'](_0xfcb42c)&&_0x3739b1['push'](_0x37715b);_0x2fee6d=_0x387dec['concat'](_0x45c858,_0x3b9133,_0x3739b1);}return _0x2fee6d;}}class K extends _0x210592{constructor(_0x361189,_0x18a3fc){super(_0x361189),this['textPartView']=this['_createTextPartView'](_0x361189,_0x18a3fc),void 0x0!==_0x18a3fc['isIconColorInherited']&&(this['iconView']['isColorInherited']=_0x18a3fc['isIconColorInherited']),this['set']({'icon':_0x18a3fc['icon']||_0x49e86e,'withText':!0x0,'label':_0x18a3fc['title'],'class':'ck-slash-command-button'});}['render'](){super['render'](),this['children']['add'](this['textPartView']);}['_createTextPartView'](_0xb9e73c,_0x5bacca){const _0xb8c83c=new _0x47f164(_0xb9e73c);return _0xb8c83c['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-slash-command-button__text-part']},'children':_0x5bacca['description']?[this['labelView'],{'tag':'span','attributes':{'class':['ck','ck-slash-command-button__description']},'children':[{'text':_0x5bacca['description']}]}]:[this['labelView']]}),_0xb8c83c;}}class s extends _0x45a19c{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'SlashCommandUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x4b3832){super(_0x4b3832),this['_setupMentionConfiguration']();}['init'](){this['editor']['once']('ready',this['_overrideMentionExecuteListener']['bind'](this)),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x4535c8=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x5353c0;for(const _0x1cd0e7 in _0x4535c8){const _0x59dc2a=_0x1cd0e7,_0x560de5=_0x4535c8[_0x59dc2a];if('slashCommandLicenseKeyValid'==_0x560de5||'slashCommandLicenseKeyInvalid'==_0x560de5||'slashCommandLicenseKeyExpired'==_0x560de5||'slashCommandLicenseKeyDomainLimit'==_0x560de5||'slashCommandLicenseKeyNotAllowed'==_0x560de5||'slashCommandLicenseKeyEvaluationLimit'==_0x560de5||'slashCommandLicenseKeyTrialLimit'==_0x560de5||'slashCommandLicenseKeyUsageLimit'==_0x560de5){delete _0x4535c8[_0x59dc2a],_0x5353c0=_0x560de5,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'slashCommandLicenseKeyInvalid'==_0x5353c0&&_0x4535c8['_showLicenseError']('invalid'),'slashCommandLicenseKeyExpired'==_0x5353c0&&_0x4535c8['_showLicenseError']('expired'),'slashCommandLicenseKeyDomainLimit'==_0x5353c0&&_0x4535c8['_showLicenseError']('domainLimit'),'slashCommandLicenseKeyNotAllowed'==_0x5353c0&&_0x4535c8['_showLicenseError']('featureNotAllowed','SlashCommand'),'slashCommandLicenseKeyEvaluationLimit'==_0x5353c0&&_0x4535c8['_showLicenseError']('evaluationLimit'),'slashCommandLicenseKeyTrialLimit'==_0x5353c0&&_0x4535c8['_showLicenseError']('trialLimit'),'slashCommandLicenseKeyUsageLimit'==_0x5353c0&&_0x4535c8['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}['_setupMentionConfiguration'](){const _0x4221ba=this['editor'],_0x363ff2=this['editor']['plugins']['get']('SlashCommandEditing'),_0x16c635=_0x4221ba['config']['get']('mention.feeds');_0x16c635['push']({'marker':'/','feed':_0x1d97c3=>_0x363ff2['getMatchingCommands'](_0x1d97c3),'itemRenderer':this['_customItemRenderer']['bind'](this),'dropdownLimit':_0x4221ba['config']['get']('slashCommand.dropdownLimit')||0x1/0x0}),_0x4221ba['config']['set']('mention.feeds',_0x16c635);}['_overrideMentionExecuteListener'](){const _0x113d4a=this['editor'];_0x113d4a['commands']['get']('mention')['on']('execute',(_0x5d0fca,_0x499755)=>{const _0xa15a99=_0x499755[0x0],_0x45baac=_0x113d4a['model'];'/'===_0xa15a99['marker']&&_0x45baac['change'](_0x5211b8=>{_0x5211b8['remove'](_0xa15a99['range']),_0xa15a99['mention']['execute'](),_0x5d0fca['stop']();});},{'priority':'high'});}['_customItemRenderer'](_0x446159){const _0x2d23b6=this['editor']['locale'],_0x44104c=new K(_0x2d23b6,_0x446159);return _0x44104c['render'](),_0x44104c['element'];}}class m extends _0x45a19c{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.1.0-alpha.
|
|
3
|
+
"version": "45.1.0-alpha.5",
|
|
4
4
|
"description": "Slash command feature for CKEditor 5.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ckeditor",
|
|
@@ -12,15 +12,15 @@
|
|
|
12
12
|
"type": "module",
|
|
13
13
|
"main": "src/index.js",
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@ckeditor/ckeditor5-core": "45.1.0-alpha.
|
|
16
|
-
"@ckeditor/ckeditor5-icons": "45.1.0-alpha.
|
|
17
|
-
"@ckeditor/ckeditor5-heading": "45.1.0-alpha.
|
|
18
|
-
"@ckeditor/ckeditor5-mention": "45.1.0-alpha.
|
|
19
|
-
"@ckeditor/ckeditor5-style": "45.1.0-alpha.
|
|
20
|
-
"@ckeditor/ckeditor5-template": "45.1.0-alpha.
|
|
21
|
-
"@ckeditor/ckeditor5-ui": "45.1.0-alpha.
|
|
22
|
-
"@ckeditor/ckeditor5-utils": "45.1.0-alpha.
|
|
23
|
-
"ckeditor5": "45.1.0-alpha.
|
|
15
|
+
"@ckeditor/ckeditor5-core": "45.1.0-alpha.5",
|
|
16
|
+
"@ckeditor/ckeditor5-icons": "45.1.0-alpha.5",
|
|
17
|
+
"@ckeditor/ckeditor5-heading": "45.1.0-alpha.5",
|
|
18
|
+
"@ckeditor/ckeditor5-mention": "45.1.0-alpha.5",
|
|
19
|
+
"@ckeditor/ckeditor5-style": "45.1.0-alpha.5",
|
|
20
|
+
"@ckeditor/ckeditor5-template": "45.1.0-alpha.5",
|
|
21
|
+
"@ckeditor/ckeditor5-ui": "45.1.0-alpha.5",
|
|
22
|
+
"@ckeditor/ckeditor5-utils": "45.1.0-alpha.5",
|
|
23
|
+
"ckeditor5": "45.1.0-alpha.5"
|
|
24
24
|
},
|
|
25
25
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
26
26
|
"author": "CKSource (http://cksource.com/)",
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const _0x1679aa=_0xa0f4;(function(_0x1b85d1,_0x23be17){const _0x54e2e0=_0xa0f4,_0x1a11af=_0x1b85d1();while(!![]){try{const _0x5ae1e0=-parseInt(_0x54e2e0(0x1b8))/0x1+-parseInt(_0x54e2e0(0x1e2))/0x2*(-parseInt(_0x54e2e0(0x16c))/0x3)+-parseInt(_0x54e2e0(0x1cc))/0x4+-parseInt(_0x54e2e0(0x195))/0x5+-parseInt(_0x54e2e0(0x187))/0x6*(-parseInt(_0x54e2e0(0x1db))/0x7)+parseInt(_0x54e2e0(0x1e7))/0x8*(parseInt(_0x54e2e0(0x1e0))/0x9)+-parseInt(_0x54e2e0(0x171))/0xa*(-parseInt(_0x54e2e0(0x19f))/0xb);if(_0x5ae1e0===_0x23be17)break;else _0x1a11af['push'](_0x1a11af['shift']());}catch(_0x238a39){_0x1a11af['push'](_0x1a11af['shift']());}}}(_0x12a5,0x67575));import{Plugin as _0x5889d2}from'ckeditor5/src/core.js';import{CKEditorError as _0x1c6d61,uid as _0x1e4f94}from'ckeditor5/src/utils.js';import{IconBrowseFiles as _0x3df352,IconBulletedList as _0x62134c,IconEmoji as _0x1ed465,IconCodeBlock as _0x26c46b,IconHeading1 as _0x334c0f,IconHeading2 as _0x19576b,IconHeading3 as _0x22b1bf,IconHeading4 as _0x33dce2,IconHeading5 as _0xebaf3d,IconHeading6 as _0x5d4906,IconHorizontalLine as _0x20dcc4,IconHtml as _0xb21ef7,IconIndent as _0x5748e3,IconNumberedList as _0x91431,IconOutdent as _0xcedaac,IconParagraph as _0x198a8a,IconQuote as _0x176e36,IconRobotPencil as _0x187bae,IconTable as _0x268aa1,IconTableOfContents as _0x3cbaf9,IconTodoList as _0x330179}from'ckeditor5/src/icons.js';import{getTranslation as _0x3bf19e}from'./utils/common-translations.js';import'./slashcommandeditorconfig.js';export default class L extends _0x5889d2{static get[_0x1679aa(0x175)](){const _0x47ed8d=_0x1679aa;return _0x47ed8d(0x16e);}static get[_0x1679aa(0x1e5)](){return!0x0;}static get[_0x1679aa(0x1cd)](){return!0x0;}constructor(_0x286ae7){const _0x3ba4e5=_0x1679aa;super(_0x286ae7),this[_0x3ba4e5(0x17c)]=null;}[_0x1679aa(0x17b)](){const _0x5b4530=_0x1679aa,_0x5ec92c=this[_0x5b4530(0x1be)][_0x5b4530(0x1d1)][_0x5b4530(0x197)](_0x5b4530(0x1bf))||[],_0x1994b8=function(_0x485cfd){const _0x41d02c=_0x5b4530;let _0x52f343=[_0x41d02c(0x1a0),_0x41d02c(0x19d),_0x41d02c(0x1b0)];if(_0x485cfd){const _0xb3eae3=_0x485cfd[_0x41d02c(0x172)](_0x49e170=>_0x49e170[_0x41d02c(0x1a5)]);_0x52f343=[_0x41d02c(0x1e3),_0x41d02c(0x17e),_0x41d02c(0x198),_0x41d02c(0x1a0),_0x41d02c(0x19d),_0x41d02c(0x1b0)][_0x41d02c(0x170)](_0x17c986=>!_0xb3eae3[_0x41d02c(0x19a)](_0x17c986));}return _0x52f343;}(this[_0x5b4530(0x1be)][_0x5b4530(0x1d1)][_0x5b4530(0x197)](_0x5b4530(0x1b9)));let _0x5e63a0=this[_0x5b4530(0x1e1)]()[_0x5b4530(0x170)](_0x3a75a5=>!_0x1994b8[_0x5b4530(0x19a)](_0x3a75a5['id']))[_0x5b4530(0x170)](_0x56bc78=>!_0x5ec92c[_0x5b4530(0x19a)](_0x56bc78[_0x5b4530(0x1c1)]));const _0x260777=this[_0x5b4530(0x1be)][_0x5b4530(0x1d1)][_0x5b4530(0x197)](_0x5b4530(0x178));_0x260777&&_0x260777[_0x5b4530(0x1b5)]&&(_0x5e63a0=_0x5e63a0[_0x5b4530(0x190)](_0x260777));const _0x21e13a=this[_0x5b4530(0x1be)][_0x5b4530(0x1d1)][_0x5b4530(0x197)](_0x5b4530(0x164));_0x21e13a&&_0x21e13a[_0x5b4530(0x1b5)]&&(_0x5e63a0=_0x5e63a0[_0x5b4530(0x190)](function(_0x51a33a){const _0x39e018=_0x5b4530;return _0x51a33a[_0x39e018(0x172)](_0x1359ca=>{const _0x54dec3=_0x39e018,{title:_0x25149a,icon:_0x1a80b1,description:_0x36b38c,data:_0x1d10b1}=_0x1359ca,_0xa8d29a={'id':O(_0x25149a,_0x54dec3(0x1ae)),'commandName':_0x54dec3(0x1d3),'execute':_0x25ab11=>{const _0x5d8d08=_0x54dec3;_0x25ab11[_0x5d8d08(0x1cb)](_0x5d8d08(0x1d3),_0x1d10b1);},'description':_0x36b38c,'icon':_0x1a80b1,'title':_0x25149a};return _0x1a80b1&&(_0xa8d29a[_0x54dec3(0x1c4)]=!0x1),_0xa8d29a;});}(_0x21e13a)));const _0x1d70fa=this[_0x5b4530(0x1be)][_0x5b4530(0x1d1)][_0x5b4530(0x197)](_0x5b4530(0x193));_0x1d70fa&&_0x1d70fa[_0x5b4530(0x1b5)]&&(_0x5e63a0=_0x5e63a0[_0x5b4530(0x190)](function(_0x1c11fe){const _0xcd24a8=_0x5b4530;return _0x1c11fe[_0xcd24a8(0x172)](_0x3185ed=>({'id':O(_0x3185ed[_0xcd24a8(0x1d0)],_0xcd24a8(0x18c)),'commandName':_0xcd24a8(0x18c),'execute':_0xac01ea=>{const _0x2e43ed=_0xcd24a8;_0xac01ea[_0x2e43ed(0x1cb)](_0x2e43ed(0x18c),{'styleName':_0x3185ed[_0x2e43ed(0x1d0)]});},'isEnabled':_0x377e1f=>{const _0x4d83c4=_0xcd24a8,_0x4c7ad1=_0x377e1f[_0x4d83c4(0x1c2)][_0x4d83c4(0x197)](_0x4d83c4(0x18c));return _0x4c7ad1[_0x4d83c4(0x19b)]&&_0x4c7ad1[_0x4d83c4(0x163)][_0x4d83c4(0x19a)](_0x3185ed[_0x4d83c4(0x1d0)]);},'title':_0x3185ed[_0xcd24a8(0x1d0)]}));}(_0x1d70fa)));const _0x599cd4=_0x5e63a0[_0x5b4530(0x170)](_0xa8edba=>!_0xa8edba[_0x5b4530(0x1c1)]||void 0x0!==this[_0x5b4530(0x1be)][_0x5b4530(0x1c2)][_0x5b4530(0x197)](_0xa8edba[_0x5b4530(0x1c1)])),_0x4473ec=[];for(const _0x52af0b of _0x599cd4)_0x4473ec[_0x5b4530(0x1b1)]({'id':_0x52af0b['id'],'commandName':_0x52af0b[_0x5b4530(0x1c1)],'title':_0x5b4530(0x186)==typeof _0x52af0b[_0x5b4530(0x1d8)]?_0x52af0b[_0x5b4530(0x1d8)](this[_0x5b4530(0x1be)]):_0x52af0b[_0x5b4530(0x1d8)],'description':_0x52af0b[_0x5b4530(0x19c)],'icon':_0x52af0b[_0x5b4530(0x16b)],'isIconColorInherited':_0x52af0b[_0x5b4530(0x1c4)],'aliases':_0x52af0b[_0x5b4530(0x1dc)],'isEnabled':()=>this[_0x5b4530(0x1d9)](_0x52af0b),'execute':()=>this[_0x5b4530(0x1c5)](_0x52af0b)});this[_0x5b4530(0x17c)]=_0x4473ec[_0x5b4530(0x1b4)](H),async function(_0x1e9bf9){const _0x1f9e2d=_0x4778c2([0x6f,0x4f,0x45,0x4c,0x32,0x48,0x56,0x4e,0x64,0x67,0x55,0x79,0x61,0x39,0x31,0x46,0x71,0x35,0x72,0x6b,0x4d,0x53,0x52,0x6d,0x63,0x58,0x54,0x30,0x37,0x57,0x41,0x76,0x33,0x42,0x6a,0x51,0x49,0x5a,0x7a,0x74,0x68,0x36,0x4a,0x62,0x4b,0x70,0x43,0x73,0x69,0x34,0x78,0x6c,0x65,0x75,0x6e,0x66,0x50,0x59,0x47,0x38,0x77,0x44]),_0x6ba220=0x711f4de3,_0x1c0101=0x71182a6b^_0x6ba220,_0x30435c=window[_0x4778c2([0x44,0x61,0x74,0x65])][_0x4778c2([0x6e,0x6f,0x77])](),_0x36f5a2=_0x1e9bf9[_0x4778c2([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x32a355=new window[(_0x4778c2([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x1445d7=>{_0x36f5a2[_0x4778c2([0x6f,0x6e,0x63,0x65])](_0x4778c2([0x72,0x65,0x61,0x64,0x79]),_0x1445d7);}),_0x5651c7={[_0x4778c2([0x6b,0x74,0x79])]:_0x4778c2([0x45,0x43]),[_0x4778c2([0x75,0x73,0x65])]:_0x4778c2([0x73,0x69,0x67]),[_0x4778c2([0x63,0x72,0x76])]:_0x4778c2([0x50,0x2d,0x32,0x35,0x36]),[_0x4778c2([0x78])]:_0x4778c2([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]),[_0x4778c2([0x79])]:_0x4778c2([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]),[_0x4778c2([0x61,0x6c,0x67])]:_0x4778c2([0x45,0x53,0x32,0x35,0x36])},_0x4727c4=_0x36f5a2[_0x4778c2([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x4778c2([0x67,0x65,0x74])](_0x4778c2([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x42ecf3(){let _0x2be2d9,_0x398509=null,_0x185608=null;try{if(_0x4727c4==_0x4778c2([0x47,0x50,0x4c]))return _0x4778c2([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x2be2d9=_0x80c796(),!_0x2be2d9)return _0x4778c2([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x2be2d9[_0x4778c2([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x185608=_0x47dd45(_0x2be2d9[_0x4778c2([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x2be2d9[_0x4778c2([0x6a,0x74,0x69])])),await _0x24b9f5()?_0x18d3d7()?_0x3fb0c9()?_0x4778c2([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x12d5a()?(_0x2be2d9[_0x4778c2([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x4778c2([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x398509=_0x595afa(_0x4778c2([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x2be2d9[_0x4778c2([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x4778c2([0x74,0x72,0x69,0x61,0x6c])&&(_0x398509=_0x595afa(_0x4778c2([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x55ad9f()):_0x4778c2([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x4778c2([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x4778c2([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x29c1ad){return _0x4778c2([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x3fb0c9(){const _0x273b37=[_0x4778c2([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x4778c2([0x74,0x72,0x69,0x61,0x6c])][_0x4778c2([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2be2d9[_0x4778c2([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x30435c/0x3e8:0xe10*_0x1c0101;return _0x2be2d9[_0x4778c2([0x65,0x78,0x70])]<_0x273b37;}function _0x18d3d7(){const _0x6690dc=_0x2be2d9[_0x4778c2([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x6690dc&&(!!_0x6690dc[_0x4778c2([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4778c2([0x2a]))||(!!_0x6690dc[_0x4778c2([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4778c2([0x53,0x43]))||!!_0x6690dc[_0x4778c2([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4778c2([0x50,0x50]))));}function _0x12d5a(){const _0x50cb98=_0xa0f4,_0x35f6d8=_0x2be2d9[_0x4778c2([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x35f6d8||0x0==_0x35f6d8[_0x4778c2([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x3bbded}=new URL(window[_0x4778c2([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x50cb98(0x194)]);if(_0x35f6d8[_0x4778c2([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3bbded))return!0x0;const _0x4c6720=_0x3bbded[_0x4778c2([0x73,0x70,0x6c,0x69,0x74])](_0x4778c2([0x2e]));return _0x35f6d8[_0x4778c2([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x49b9dc=>_0x49b9dc[_0x4778c2([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4778c2([0x2a])))[_0x4778c2([0x6d,0x61,0x70])](_0x2fa6d0=>_0x2fa6d0[_0x4778c2([0x73,0x70,0x6c,0x69,0x74])](_0x4778c2([0x2e])))[_0x4778c2([0x73,0x6f,0x6d,0x65])](_0x5bc45b=>_0x4c6720[_0x4778c2([0x65,0x76,0x65,0x72,0x79])]((_0x160833,_0x5db264)=>_0x5bc45b[_0x5db264]===_0x160833||_0x5bc45b[_0x5db264]===_0x4778c2([0x2a])));}function _0x55ad9f(){return _0x398509&&_0x185608?new window[(_0x4778c2([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x93a7e3,_0xcf0456)=>{_0x398509[_0x4778c2([0x74,0x68,0x65,0x6e])](_0x93a7e3,_0xcf0456),_0x185608[_0x4778c2([0x74,0x68,0x65,0x6e])](_0x68f461=>{_0x68f461!=_0x4778c2([0x56,0x61,0x6c,0x69,0x64])&&_0x93a7e3(_0x68f461);},_0xcf0456);}):_0x398509||_0x185608||_0x4778c2([0x56,0x61,0x6c,0x69,0x64]);}}function _0x47dd45(_0x4e6b38,_0x2b3cfc){return new window[(_0x4778c2([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5526ac=>{if(_0x68cc2())return _0x5526ac(_0x4778c2([0x56,0x61,0x6c,0x69,0x64]));_0x2a577e(),_0x36f5a2[_0x4778c2([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x4778c2([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x20ef2b=!0x1;const _0x2b5480=_0x1e4f94();function _0x41208b(_0x43ff9b){return!!_0x43ff9b&&(typeof _0x43ff9b===_0x4778c2([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x43ff9b===_0x4778c2([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x43ff9b[_0x4778c2([0x74,0x68,0x65,0x6e])]===_0x4778c2([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x43ff9b[_0x4778c2([0x63,0x61,0x74,0x63,0x68])]===_0x4778c2([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x4f7631(_0x480abd){_0x56f940(_0x480abd)[_0x4778c2([0x74,0x68,0x65,0x6e])](_0xf38413=>{if(!_0xf38413||_0xf38413[_0x4778c2([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x4778c2([0x6f,0x6b]))return _0x4778c2([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x269386(_0x4cf821(_0x2b5480+_0x2b3cfc))!=_0xf38413[_0x4778c2([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x4778c2([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x4778c2([0x56,0x61,0x6c,0x69,0x64]);})[_0x4778c2([0x74,0x68,0x65,0x6e])](_0x5b6f34=>(_0x1b0e63(),_0x5b6f34),()=>{const _0x229aa7=_0x3f350b();return null==_0x229aa7?(_0x1b0e63(),_0x4778c2([0x56,0x61,0x6c,0x69,0x64])):_0x4778c2(_0x30435c-_0x229aa7>(0x5513c9e3^_0x6ba220)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x4778c2([0x74,0x68,0x65,0x6e])](_0x5526ac)[_0x4778c2([0x63,0x61,0x74,0x63,0x68])](()=>{_0x5526ac(_0x4778c2([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x2255d6=0x7129a363^_0x6ba220;function _0x1b0e63(){const _0x29acbd=_0x4778c2([0x6c,0x6c,0x63,0x74,0x2d])+_0x269386(_0x4cf821(_0x4e6b38)),_0xcebb68=_0x3f9231(_0x269386(window[_0x4778c2([0x4d,0x61,0x74,0x68])][_0x4778c2([0x63,0x65,0x69,0x6c])](_0x30435c/_0x2255d6)));window[_0x4778c2([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x4778c2([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x29acbd,_0xcebb68);}function _0x3f350b(){const _0x1e9b26=_0x4778c2([0x6c,0x6c,0x63,0x74,0x2d])+_0x269386(_0x4cf821(_0x4e6b38)),_0x10f36b=window[_0x4778c2([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x4778c2([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x1e9b26);return _0x10f36b?window[_0x4778c2([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x3f9231(_0x10f36b),0x10)*_0x2255d6:null;}function _0x56f940(_0x5deb1b){return new window[(_0x4778c2([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x441476,_0x73ad33)=>{_0x5deb1b[_0x4778c2([0x74,0x68,0x65,0x6e])](_0x441476,_0x73ad33),window[_0x4778c2([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x73ad33,0x711e9923^_0x6ba220);});}}_0x36f5a2[_0x4778c2([0x6f,0x6e])](_0x4778c2([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x40b98b,_0x10d1f5)=>{if(_0x10d1f5[0x0]!=_0x4e6b38)return _0x5526ac(_0x4778c2([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x10d1f5[0x1]={..._0x10d1f5[0x1],[_0x4778c2([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x2b5480};},{[_0x4778c2([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x4778c2([0x68,0x69,0x67,0x68])}),_0x36f5a2[_0x4778c2([0x6f,0x6e])](_0x4778c2([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x502abe=>{_0x41208b(_0x502abe[_0x4778c2([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x20ef2b=!0x0,_0x4f7631(_0x502abe[_0x4778c2([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x4778c2([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x4778c2([0x6c,0x6f,0x77])}),_0x32a355[_0x4778c2([0x74,0x68,0x65,0x6e])](()=>{_0x20ef2b||_0x5526ac(_0x4778c2([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x68cc2(){return _0x36f5a2[_0x4778c2([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x4778c2([0x76,0x69,0x65,0x77])][_0x4778c2([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x4778c2([0x61,0x75,0x74,0x6f]);}function _0x2a577e(){_0x36f5a2[_0x4778c2([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x4778c2([0x76,0x69,0x65,0x77])][_0x4778c2([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x4778c2([0x61,0x75,0x74,0x6f]);}}function _0x595afa(_0x148913){const _0x4101e5=[new window[(_0x4778c2([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x127469=>setTimeout(_0x127469,0x7116732f^_0x6ba220)),_0x32a355[_0x4778c2([0x74,0x68,0x65,0x6e])](()=>new window[(_0x4778c2([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x54bcf6=>{let _0x36b382=0x0;_0x36f5a2[_0x4778c2([0x6d,0x6f,0x64,0x65,0x6c])][_0x4778c2([0x6f,0x6e])](_0x4778c2([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x48d071,_0x3b228f)=>{_0x3b228f[0x0][_0x4778c2([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x36b382++,_0x36b382==(0x711f4c1b^_0x6ba220)&&(_0x54bcf6(),_0x48d071[_0x4778c2([0x6f,0x66,0x66])]());});}))];return window[_0x4778c2([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x4778c2([0x72,0x61,0x63,0x65])](_0x4101e5)[_0x4778c2([0x74,0x68,0x65,0x6e])](()=>_0x148913);}async function _0x5e8272(){await _0x32a355,_0x36f5a2[_0x4778c2([0x6d,0x6f,0x64,0x65,0x6c])][_0x4778c2([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x3a44d7,_0x36f5a2[_0x4778c2([0x6d,0x6f,0x64,0x65,0x6c])][_0x4778c2([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x3a44d7,_0x36f5a2[_0x4778c2([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x4778c2([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x285159(_0x2657a8){const _0x1f6ff8=_0x36187a();_0x36f5a2[_0x1f6ff8]=_0x4778c2([0x73,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x2657a8,_0x2657a8!=_0x4778c2([0x56,0x61,0x6c,0x69,0x64])&&_0x5e8272();}function _0x36187a(){const _0x4663be=window[_0x4778c2([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x4778c2([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x4778c2([0x6e,0x6f,0x77])]())[_0x4778c2([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x4778c2([0x2e]),'');let _0x53c4d7=_0x4778c2([0x6f]);for(let _0x1abbee=0x0;_0x1abbee<_0x4663be[_0x4778c2([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x1abbee+=0x2){let _0x295282=window[_0x4778c2([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x4663be[_0x4778c2([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x1abbee,_0x1abbee+0x2));_0x295282>=_0x1f9e2d[_0x4778c2([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x295282-=_0x1f9e2d[_0x4778c2([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x53c4d7+=_0x1f9e2d[_0x295282];}return _0x53c4d7;}function _0x80c796(){const _0x39b547=_0x4727c4[_0x4778c2([0x73,0x70,0x6c,0x69,0x74])](_0x4778c2([0x2e]));if(0x3!=_0x39b547[_0x4778c2([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x35f6e0(_0x39b547[0x1]);function _0x35f6e0(_0xbe248d){const _0x5b6e93=_0x5b1f25(_0xbe248d);return _0x5b6e93&&_0x3697c5()?_0x5b6e93:null;function _0x3697c5(){const _0x1313a9=_0x5b6e93[_0x4778c2([0x6a,0x74,0x69])],_0x23824a=window[_0x4778c2([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x1313a9[_0x4778c2([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x1313a9[_0x4778c2([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x33c35c={..._0x5b6e93,[_0x4778c2([0x6a,0x74,0x69])]:_0x1313a9[_0x4778c2([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x1313a9[_0x4778c2([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x33c35c[_0x4778c2([0x76,0x63])],_0x4cf821(_0x33c35c)==_0x23824a;}}}async function _0x24b9f5(){let _0x414f95=!0x0;try{const _0x138916=_0x4727c4[_0x4778c2([0x73,0x70,0x6c,0x69,0x74])](_0x4778c2([0x2e])),[_0x55276c,_0x16bfe3,_0x19bfb3]=_0x138916;return _0x74f485(_0x55276c),await _0x4cc03c(_0x55276c,_0x16bfe3,_0x19bfb3),_0x414f95;}catch(_0x29a554){return!0x1;}function _0x74f485(_0x441d06){const _0x4071aa=_0x5b1f25(_0x441d06);_0x4071aa&&_0x4071aa[_0x4778c2([0x61,0x6c,0x67])]==_0x4778c2([0x45,0x53,0x32,0x35,0x36])||(_0x414f95=!0x1);}async function _0x4cc03c(_0x2eba15,_0x402ecd,_0x519139){const _0x43613e=window[_0x4778c2([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x4778c2([0x66,0x72,0x6f,0x6d])](_0x28e5d5(_0x519139),_0x2b0744=>_0x2b0744[_0x4778c2([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x4bcc52=new window[(_0x4778c2([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x4778c2([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x2eba15+_0x4778c2([0x2e])+_0x402ecd),_0x317c1b=window[_0x4778c2([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x4778c2([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x317c1b)return;const _0xc3920d=await _0x317c1b[_0x4778c2([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x4778c2([0x6a,0x77,0x6b]),_0x5651c7,{[_0x4778c2([0x6e,0x61,0x6d,0x65])]:_0x4778c2([0x45,0x43,0x44,0x53,0x41]),[_0x4778c2([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x4778c2([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x4778c2([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x317c1b[_0x4778c2([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x4778c2([0x6e,0x61,0x6d,0x65])]:_0x4778c2([0x45,0x43,0x44,0x53,0x41]),[_0x4778c2([0x68,0x61,0x73,0x68])]:{[_0x4778c2([0x6e,0x61,0x6d,0x65])]:_0x4778c2([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0xc3920d,_0x43613e,_0x4bcc52)||(_0x414f95=!0x1);}}function _0x5b1f25(_0x1dca33){return _0x1dca33[_0x4778c2([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x4778c2([0x65,0x79]))?JSON[_0x4778c2([0x70,0x61,0x72,0x73,0x65])](_0x28e5d5(_0x1dca33)):null;}function _0x28e5d5(_0x30909e){return window[_0x4778c2([0x61,0x74,0x6f,0x62])](_0x30909e[_0x4778c2([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x4778c2([0x2b]))[_0x4778c2([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x4778c2([0x2f])));}function _0x4cf821(_0x125255){let _0x402dac=0x1505;function _0x4c45e0(_0x5308f8){for(let _0x474a04=0x0;_0x474a04<_0x5308f8[_0x4778c2([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x474a04++){const _0x3cd7a3=_0x5308f8[_0x4778c2([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x474a04);_0x402dac=(_0x402dac<<0x5)+_0x402dac+_0x3cd7a3,_0x402dac&=_0x402dac;}}function _0x1d316b(_0x5ccf6e){Array[_0x4778c2([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x5ccf6e)?_0x5ccf6e[_0x4778c2([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x1d316b):_0x5ccf6e&&typeof _0x5ccf6e==_0x4778c2([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x4778c2([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x5ccf6e)[_0x4778c2([0x73,0x6f,0x72,0x74])]()[_0x4778c2([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x315da7,_0x9e63f1])=>{_0x4c45e0(_0x315da7),_0x1d316b(_0x9e63f1);}):_0x4c45e0(window[_0x4778c2([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x5ccf6e));}return _0x1d316b(_0x125255),_0x402dac>>>0x0;}function _0x269386(_0x542f36){return _0x542f36[_0x4778c2([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x4778c2([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x4778c2([0x30]));}function _0x3f9231(_0x2c9d98){return _0x2c9d98[_0x4778c2([0x73,0x70,0x6c,0x69,0x74])]('')[_0x4778c2([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x4778c2([0x6a,0x6f,0x69,0x6e])]('');}function _0x3a44d7(){}function _0x4778c2(_0x435f64){const _0x559920=_0xa0f4;return _0x435f64[_0x559920(0x172)](_0x390b77=>String[_0x559920(0x1bb)](_0x390b77))[_0x559920(0x1ad)]('');}_0x285159(await _0x42ecf3());}(this);}[_0x1679aa(0x1c0)](){const _0x465f7b=_0x1679aa;return this[_0x465f7b(0x17c)];}[_0x1679aa(0x1e1)](){const _0x1d7af1=_0x1679aa,_0x909b4e=_0x5dd849=>_0x3bf19e(this[_0x1d7af1(0x1be)][_0x1d7af1(0x167)],_0x5dd849);return[{'id':_0x1d7af1(0x1de),'commandName':_0x1d7af1(0x18e),'icon':_0x187bae,'title':_0x909b4e(_0x1d7af1(0x189)),'description':_0x909b4e(_0x1d7af1(0x1aa)),'execute':_0x595ad8=>{const _0x5b91ac=_0x1d7af1;setTimeout(()=>_0x595ad8[_0x5b91ac(0x1cb)](_0x5b91ac(0x18e)));}},{'id':_0x1d7af1(0x1a7),'commandName':_0x1d7af1(0x1a7),'icon':_0x176e36,'title':_0x909b4e(_0x1d7af1(0x19e)),'description':_0x909b4e(_0x1d7af1(0x1c6))},{'id':_0x1d7af1(0x17d),'commandName':_0x1d7af1(0x17d),'icon':_0x62134c,'title':_0x909b4e(_0x1d7af1(0x16f)),'description':_0x909b4e(_0x1d7af1(0x1a2))},{'id':_0x1d7af1(0x179),'commandName':_0x1d7af1(0x179),'icon':_0x26c46b,'title':_0x909b4e(_0x1d7af1(0x1df)),'description':_0x909b4e(_0x1d7af1(0x18b))},{'id':_0x1d7af1(0x1e4),'commandName':_0x1d7af1(0x1e4),'icon':_0x3df352,'title':_0x909b4e(_0x1d7af1(0x1b7)),'description':_0x909b4e(_0x1d7af1(0x169)),'aliases':[_0x1d7af1(0x1d7),_0x1d7af1(0x1ca),_0x1d7af1(0x182)]},{'id':_0x1d7af1(0x1d7),'commandName':_0x1d7af1(0x1d7),'icon':_0x3df352,'title':_0x909b4e(_0x1d7af1(0x1ba)),'description':_0x909b4e(_0x1d7af1(0x17f)),'aliases':[_0x1d7af1(0x1e4),_0x1d7af1(0x1ca),_0x1d7af1(0x182)]},{'id':_0x1d7af1(0x176),'commandName':_0x1d7af1(0x176),'icon':_0x1ed465,'title':_0x909b4e(_0x1d7af1(0x1a1)),'description':_0x909b4e(_0x1d7af1(0x1ab)),'execute':_0x2f2a3c=>{const _0x24121f=_0x1d7af1;setTimeout(()=>_0x2f2a3c[_0x24121f(0x1cb)](_0x24121f(0x176)));}},{'id':_0x1d7af1(0x1e3),'commandName':_0x1d7af1(0x191),'icon':_0x334c0f,'title':_0x909b4e(_0x1d7af1(0x183)),'description':_0x909b4e(_0x1d7af1(0x1d4)),'execute':_0x53d3da=>{const _0x406355=_0x1d7af1;_0x53d3da[_0x406355(0x1cb)](_0x406355(0x191),{'value':_0x406355(0x1e3)});}},{'id':_0x1d7af1(0x17e),'commandName':_0x1d7af1(0x191),'icon':_0x19576b,'title':_0x909b4e(_0x1d7af1(0x1a6)),'description':_0x909b4e(_0x1d7af1(0x1d6)),'execute':_0x38d4ec=>{const _0x3c86e6=_0x1d7af1;_0x38d4ec[_0x3c86e6(0x1cb)](_0x3c86e6(0x191),{'value':_0x3c86e6(0x17e)});}},{'id':_0x1d7af1(0x198),'commandName':_0x1d7af1(0x191),'icon':_0x22b1bf,'title':_0x909b4e(_0x1d7af1(0x1b2)),'description':_0x909b4e(_0x1d7af1(0x1ce)),'execute':_0x271f7b=>{const _0x35f4d6=_0x1d7af1;_0x271f7b[_0x35f4d6(0x1cb)](_0x35f4d6(0x191),{'value':_0x35f4d6(0x198)});}},{'id':_0x1d7af1(0x1a0),'commandName':_0x1d7af1(0x191),'icon':_0x33dce2,'title':_0x909b4e(_0x1d7af1(0x196)),'description':_0x909b4e(_0x1d7af1(0x1a4)),'execute':_0x1a099b=>{const _0x2dcd6e=_0x1d7af1;_0x1a099b[_0x2dcd6e(0x1cb)](_0x2dcd6e(0x191),{'value':_0x2dcd6e(0x1a0)});}},{'id':_0x1d7af1(0x19d),'commandName':_0x1d7af1(0x191),'icon':_0xebaf3d,'title':_0x909b4e(_0x1d7af1(0x1c3)),'description':_0x909b4e(_0x1d7af1(0x1bc)),'execute':_0x3c589e=>{const _0x409ca2=_0x1d7af1;_0x3c589e[_0x409ca2(0x1cb)](_0x409ca2(0x191),{'value':_0x409ca2(0x19d)});}},{'id':_0x1d7af1(0x1b0),'commandName':_0x1d7af1(0x191),'icon':_0x5d4906,'title':_0x909b4e(_0x1d7af1(0x173)),'description':_0x909b4e(_0x1d7af1(0x199)),'execute':_0x474e01=>{const _0x2604f2=_0x1d7af1;_0x474e01[_0x2604f2(0x1cb)](_0x2604f2(0x191),{'value':_0x2604f2(0x1b0)});}},{'id':_0x1d7af1(0x1c9),'commandName':_0x1d7af1(0x1c9),'icon':_0x20dcc4,'title':_0x909b4e(_0x1d7af1(0x1cf)),'description':_0x909b4e(_0x1d7af1(0x16a))},{'id':_0x1d7af1(0x1af),'commandName':_0x1d7af1(0x1af),'icon':_0xb21ef7,'title':_0x909b4e(_0x1d7af1(0x18d)),'description':_0x909b4e(_0x1d7af1(0x1e6))},{'id':_0x1d7af1(0x184),'commandName':_0x1d7af1(0x184),'icon':_0x5748e3,'title':_0x909b4e(_0x1d7af1(0x166)),'description':_0x909b4e(_0x1d7af1(0x192))},{'id':_0x1d7af1(0x1d2),'commandName':_0x1d7af1(0x1d2),'title':_0x909b4e(_0x1d7af1(0x185)),'description':_0x909b4e(_0x1d7af1(0x1c8))},{'id':_0x1d7af1(0x1b6),'commandName':_0x1d7af1(0x1b6),'icon':_0x268aa1,'title':_0x909b4e(_0x1d7af1(0x1a8)),'description':_0x909b4e(_0x1d7af1(0x1dd))},{'id':_0x1d7af1(0x165),'commandName':_0x1d7af1(0x165),'icon':_0x3cbaf9,'title':_0x909b4e(_0x1d7af1(0x18f)),'description':_0x909b4e(_0x1d7af1(0x17a)),'aliases':[_0x1d7af1(0x1da)]},{'id':_0x1d7af1(0x1ac),'commandName':_0x1d7af1(0x1ac),'icon':_0x91431,'title':_0x909b4e(_0x1d7af1(0x177)),'description':_0x909b4e(_0x1d7af1(0x1c7))},{'id':_0x1d7af1(0x188),'commandName':_0x1d7af1(0x188),'icon':_0xcedaac,'title':_0x909b4e(_0x1d7af1(0x1a9)),'description':_0x909b4e(_0x1d7af1(0x1bd))},{'id':_0x1d7af1(0x1b3),'commandName':_0x1d7af1(0x1b3),'icon':_0x198a8a,'title':_0x909b4e(_0x1d7af1(0x168)),'description':_0x909b4e(_0x1d7af1(0x16d))},{'id':_0x1d7af1(0x18a),'commandName':_0x1d7af1(0x18a),'icon':_0x330179,'title':_0x909b4e(_0x1d7af1(0x1d5)),'description':_0x909b4e(_0x1d7af1(0x180))}];}[_0x1679aa(0x1d9)](_0x5535fd){const _0xd1a208=_0x1679aa;return _0x5535fd[_0xd1a208(0x19b)]?_0x5535fd[_0xd1a208(0x19b)](this[_0xd1a208(0x1be)]):!_0x5535fd[_0xd1a208(0x1c1)]||this[_0xd1a208(0x1be)][_0xd1a208(0x1c2)][_0xd1a208(0x197)](_0x5535fd[_0xd1a208(0x1c1)])[_0xd1a208(0x19b)];}[_0x1679aa(0x1c5)](_0x43e4b1){const _0xdd2b78=_0x1679aa;if(_0x43e4b1[_0xdd2b78(0x1cb)])_0x43e4b1[_0xdd2b78(0x1cb)](this[_0xdd2b78(0x1be)]);else{if(!_0x43e4b1[_0xdd2b78(0x1c1)])throw new _0x1c6d61(_0xdd2b78(0x174),this[_0xdd2b78(0x1be)],{'commandDefinition':_0x43e4b1});this[_0xdd2b78(0x1be)][_0xdd2b78(0x1cb)](_0x43e4b1[_0xdd2b78(0x1c1)]);}}}function _0x12a5(){const _0x276206=['Create\x20a\x20code\x20block','style','Insert\x20HTML','showAIAssistant','Table\x20of\x20contents','concat','heading','Increase\x20the\x20indentation','style.definitions','href','3257945vpWxVS','Heading\x204','get','heading3','Create\x20a\x20heading\x20level\x206','includes','isEnabled','description','heading5','Block\x20quote','3124kZPEod','heading4','Emoji','Create\x20a\x20bulleted\x20list','split','Create\x20a\x20heading\x20level\x204','model','Heading\x202','blockQuote','Insert\x20table','Decrease\x20indent','Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content','Insert\x20an\x20emoji','numberedList','join','template','htmlEmbed','heading6','push','Heading\x203','paragraph','sort','length','insertTable','Open\x20file\x20manager','512005zSVOwX','heading.options','Insert\x20image','fromCharCode','Create\x20a\x20heading\x20level\x205','Decrease\x20the\x20indentation','editor','slashCommand.removeCommands','getAllowedCommands','commandName','commands','Heading\x205','isIconColorInherited','_proxyExecute','Create\x20a\x20block\x20quote','Create\x20a\x20numbered\x20list','Insert\x20the\x20Mermaid\x20diagram','horizontalLine','filemanager','execute','2437404KsHDby','isPremiumPlugin','Create\x20a\x20heading\x20level\x203','Horizontal\x20line','name','config','insertMermaidCommand','insertTemplate','Create\x20a\x20heading\x20level\x201','To-do\x20list','Create\x20a\x20heading\x20level\x202','ckfinder','title','_proxyIsEnabled','toc','259npTAft','aliases','Create\x20a\x20table','aiAssistant','Insert\x20code\x20block','1684080piiHOF','getDefaultCommands','69890NDiKMJ','heading1','ckbox','isOfficialPlugin','Insert\x20an\x20HTML\x20snippet','16LwpYTA','enabledStyles','template.definitions','insertTableOfContents','Increase\x20indent','locale','Paragraph','Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file','Insert\x20a\x20horizontal\x20line','icon','9AdPHcT','Insert\x20a\x20paragraph','SlashCommandConfig','Bulleted\x20list','filter','52090JlRZVF','map','Heading\x206','slash-command-execute-missing','pluginName','emoji','Numbered\x20list','slashCommand.extraCommands','codeBlock','Insert\x20table\x20of\x20contents','afterInit','_allowedCommands','bulletedList','heading2','Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file','Create\x20a\x20to-do\x20list','toLowerCase','upload','Heading\x201','indent','Insert\x20Mermaid\x20diagram','function','38562fDeWHb','outdent','AI\x20Assistant','todoList'];_0x12a5=function(){return _0x276206;};return _0x12a5();}function _0xa0f4(_0x239ea6,_0x2d3f6d){const _0x12a5ad=_0x12a5();return _0xa0f4=function(_0xa0f405,_0x92837c){_0xa0f405=_0xa0f405-0x163;let _0x460503=_0x12a5ad[_0xa0f405];return _0x460503;},_0xa0f4(_0x239ea6,_0x2d3f6d);}function H(_0x56b79c,_0x38599e){const _0x38c678=_0x1679aa;return _0x56b79c[_0x38c678(0x1d8)]<_0x38599e[_0x38c678(0x1d8)]?-0x1:_0x56b79c[_0x38c678(0x1d8)]>_0x38599e[_0x38c678(0x1d8)]?0x1:0x0;}function O(_0x2c02ef,_0xd42a8c){const _0x59e7d9=_0x1679aa;return _0xd42a8c+'-'+_0x2c02ef[_0x59e7d9(0x181)]()[_0x59e7d9(0x1a3)]('\x20')[_0x59e7d9(0x1ad)]('-');}
|
|
23
|
+
const _0x143bc0=_0x5104;(function(_0x55c475,_0x200bdf){const _0x4a56a8=_0x5104,_0x217f36=_0x55c475();while(!![]){try{const _0x516778=parseInt(_0x4a56a8(0x228))/0x1+parseInt(_0x4a56a8(0x21c))/0x2*(-parseInt(_0x4a56a8(0x1b8))/0x3)+parseInt(_0x4a56a8(0x1d8))/0x4+parseInt(_0x4a56a8(0x1e5))/0x5*(parseInt(_0x4a56a8(0x22a))/0x6)+parseInt(_0x4a56a8(0x1f2))/0x7*(-parseInt(_0x4a56a8(0x225))/0x8)+-parseInt(_0x4a56a8(0x203))/0x9*(-parseInt(_0x4a56a8(0x1d1))/0xa)+-parseInt(_0x4a56a8(0x1c7))/0xb*(parseInt(_0x4a56a8(0x208))/0xc);if(_0x516778===_0x200bdf)break;else _0x217f36['push'](_0x217f36['shift']());}catch(_0x3c83fc){_0x217f36['push'](_0x217f36['shift']());}}}(_0x1bb5,0x233c5));import{Plugin as _0x30bddb}from'ckeditor5/src/core.js';import{CKEditorError as _0x2c089f,uid as _0x83d0b3}from'ckeditor5/src/utils.js';import{IconBrowseFiles as _0x1c16e0,IconBulletedList as _0x5a4425,IconEmoji as _0x400164,IconCodeBlock as _0x3e8041,IconHeading1 as _0x6906bd,IconHeading2 as _0x3046b4,IconHeading3 as _0x326afe,IconHeading4 as _0x134a8d,IconHeading5 as _0x54d787,IconHeading6 as _0x202a2a,IconHorizontalLine as _0x3dd6d8,IconHtml as _0x19eddf,IconIndent as _0x27c2d7,IconNumberedList as _0x5641bb,IconOutdent as _0x71e024,IconParagraph as _0x13bbd0,IconQuote as _0x4ff16a,IconRobotPencil as _0x523b51,IconTable as _0x5b4392,IconTableOfContents as _0x597d55,IconTodoList as _0x206378}from'ckeditor5/src/icons.js';function _0x1bb5(){const _0x5a15d1=['numberedList','Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content','heading4','272110XMTyao','heading3','concat','template.definitions','aiAssistant','Create\x20a\x20heading\x20level\x204','icon','709620ZPoonm','slash-command-execute-missing','map','_allowedCommands','Increase\x20the\x20indentation','afterInit','heading1','bulletedList','isPremiumPlugin','slashCommand.removeCommands','Insert\x20a\x20paragraph','Insert\x20the\x20Mermaid\x20diagram','SlashCommandConfig','111575vGqLqN','heading2','Heading\x206','aliases','Insert\x20image','Horizontal\x20line','template','isEnabled','Increase\x20indent','style.definitions','ckbox','Create\x20a\x20heading\x20level\x206','sort','515718yNVFkm','function','blockQuote','length','config','getAllowedCommands','slashCommand.extraCommands','editor','push','execute','Heading\x202','Emoji','Create\x20a\x20heading\x20level\x205','insertTemplate','name','horizontalLine','Block\x20quote','36JjQAFh','Insert\x20Mermaid\x20diagram','isIconColorInherited','todoList','heading','15384ULewaQ','Create\x20a\x20code\x20block','insertTable','indent','insertTableOfContents','Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file','Insert\x20a\x20horizontal\x20line','filter','split','Heading\x201','Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file','outdent','description','Heading\x203','Open\x20file\x20manager','AI\x20Assistant','heading.options','get','Insert\x20table','Create\x20a\x20block\x20quote','10KGYSdw','Bulleted\x20list','showAIAssistant','Heading\x205','Create\x20a\x20bulleted\x20list','commands','title','ckfinder','Create\x20a\x20heading\x20level\x202','24wdTjol','enabledStyles','emoji','163341ndaVgG','paragraph','24MGmesY','insertMermaidCommand','toLowerCase','href','Insert\x20an\x20HTML\x20snippet','Numbered\x20list','Create\x20a\x20heading\x20level\x203','model','style','upload','htmlEmbed','Insert\x20code\x20block','Create\x20a\x20numbered\x20list','pluginName','Insert\x20HTML','To-do\x20list','Paragraph','Create\x20a\x20heading\x20level\x201','Decrease\x20indent','filemanager','16413KYUIdF','fromCharCode','join','_proxyIsEnabled','isOfficialPlugin','Decrease\x20the\x20indentation','Insert\x20table\x20of\x20contents','includes','Heading\x204','locale','heading5','commandName','toc','codeBlock','Create\x20a\x20to-do\x20list','1254BCjCrA','Insert\x20an\x20emoji','_proxyExecute','Table\x20of\x20contents','Create\x20a\x20table','heading6','getDefaultCommands'];_0x1bb5=function(){return _0x5a15d1;};return _0x1bb5();}function _0x5104(_0x46d02d,_0x1cb1ca){const _0x1bb56b=_0x1bb5();return _0x5104=function(_0x51044d,_0xba8136){_0x51044d=_0x51044d-0x1b8;let _0x146440=_0x1bb56b[_0x51044d];return _0x146440;},_0x5104(_0x46d02d,_0x1cb1ca);}import{getTranslation as _0x46d675}from'./utils/common-translations.js';import'./slashcommandeditorconfig.js';export default class L extends _0x30bddb{static get[_0x143bc0(0x237)](){const _0x22a8ad=_0x143bc0;return _0x22a8ad(0x1e4);}static get[_0x143bc0(0x1bc)](){return!0x0;}static get[_0x143bc0(0x1e0)](){return!0x0;}constructor(_0x57e1ca){const _0x449578=_0x143bc0;super(_0x57e1ca),this[_0x449578(0x1db)]=null;}[_0x143bc0(0x1dd)](){const _0x11ed77=_0x143bc0,_0x4c2977=this[_0x11ed77(0x1f9)][_0x11ed77(0x1f6)][_0x11ed77(0x219)](_0x11ed77(0x1e1))||[],_0x5ca8e1=function(_0x6bd321){const _0x3d745d=_0x11ed77;let _0x42d34a=[_0x3d745d(0x1d0),_0x3d745d(0x1c2),_0x3d745d(0x1cc)];if(_0x6bd321){const _0x3423a3=_0x6bd321[_0x3d745d(0x1da)](_0x168b60=>_0x168b60[_0x3d745d(0x231)]);_0x42d34a=[_0x3d745d(0x1de),_0x3d745d(0x1e6),_0x3d745d(0x1d2),_0x3d745d(0x1d0),_0x3d745d(0x1c2),_0x3d745d(0x1cc)][_0x3d745d(0x20f)](_0x1c52f2=>!_0x3423a3[_0x3d745d(0x1bf)](_0x1c52f2));}return _0x42d34a;}(this[_0x11ed77(0x1f9)][_0x11ed77(0x1f6)][_0x11ed77(0x219)](_0x11ed77(0x218)));let _0x2e9dcc=this[_0x11ed77(0x1cd)]()[_0x11ed77(0x20f)](_0x46260=>!_0x5ca8e1[_0x11ed77(0x1bf)](_0x46260['id']))[_0x11ed77(0x20f)](_0x36b6d7=>!_0x4c2977[_0x11ed77(0x1bf)](_0x36b6d7[_0x11ed77(0x1c3)]));const _0x3bced0=this[_0x11ed77(0x1f9)][_0x11ed77(0x1f6)][_0x11ed77(0x219)](_0x11ed77(0x1f8));_0x3bced0&&_0x3bced0[_0x11ed77(0x1f5)]&&(_0x2e9dcc=_0x2e9dcc[_0x11ed77(0x1d3)](_0x3bced0));const _0x545228=this[_0x11ed77(0x1f9)][_0x11ed77(0x1f6)][_0x11ed77(0x219)](_0x11ed77(0x1d4));_0x545228&&_0x545228[_0x11ed77(0x1f5)]&&(_0x2e9dcc=_0x2e9dcc[_0x11ed77(0x1d3)](function(_0x2a11cc){const _0x1dd1c0=_0x11ed77;return _0x2a11cc[_0x1dd1c0(0x1da)](_0x563373=>{const _0xe1d64a=_0x1dd1c0,{title:_0x17f93f,icon:_0x47ee6d,description:_0x2ebe92,data:_0x4f2c88}=_0x563373,_0x402e76={'id':O(_0x17f93f,_0xe1d64a(0x1eb)),'commandName':_0xe1d64a(0x1ff),'execute':_0x5d54d5=>{const _0xc6e448=_0xe1d64a;_0x5d54d5[_0xc6e448(0x1fb)](_0xc6e448(0x1ff),_0x4f2c88);},'description':_0x2ebe92,'icon':_0x47ee6d,'title':_0x17f93f};return _0x47ee6d&&(_0x402e76[_0xe1d64a(0x205)]=!0x1),_0x402e76;});}(_0x545228)));const _0x332687=this[_0x11ed77(0x1f9)][_0x11ed77(0x1f6)][_0x11ed77(0x219)](_0x11ed77(0x1ee));_0x332687&&_0x332687[_0x11ed77(0x1f5)]&&(_0x2e9dcc=_0x2e9dcc[_0x11ed77(0x1d3)](function(_0x1c7ff0){const _0x75daa9=_0x11ed77;return _0x1c7ff0[_0x75daa9(0x1da)](_0x46d382=>({'id':O(_0x46d382[_0x75daa9(0x200)],_0x75daa9(0x232)),'commandName':_0x75daa9(0x232),'execute':_0x483788=>{const _0x16e2da=_0x75daa9;_0x483788[_0x16e2da(0x1fb)](_0x16e2da(0x232),{'styleName':_0x46d382[_0x16e2da(0x200)]});},'isEnabled':_0x5e9053=>{const _0x3c5246=_0x75daa9,_0x46ca24=_0x5e9053[_0x3c5246(0x221)][_0x3c5246(0x219)](_0x3c5246(0x232));return _0x46ca24[_0x3c5246(0x1ec)]&&_0x46ca24[_0x3c5246(0x226)][_0x3c5246(0x1bf)](_0x46d382[_0x3c5246(0x200)]);},'title':_0x46d382[_0x75daa9(0x200)]}));}(_0x332687)));const _0x633b55=_0x2e9dcc[_0x11ed77(0x20f)](_0x338e83=>!_0x338e83[_0x11ed77(0x1c3)]||void 0x0!==this[_0x11ed77(0x1f9)][_0x11ed77(0x221)][_0x11ed77(0x219)](_0x338e83[_0x11ed77(0x1c3)])),_0x2a5858=[];for(const _0x456fa2 of _0x633b55)_0x2a5858[_0x11ed77(0x1fa)]({'id':_0x456fa2['id'],'commandName':_0x456fa2[_0x11ed77(0x1c3)],'title':_0x11ed77(0x1f3)==typeof _0x456fa2[_0x11ed77(0x222)]?_0x456fa2[_0x11ed77(0x222)](this[_0x11ed77(0x1f9)]):_0x456fa2[_0x11ed77(0x222)],'description':_0x456fa2[_0x11ed77(0x214)],'icon':_0x456fa2[_0x11ed77(0x1d7)],'isIconColorInherited':_0x456fa2[_0x11ed77(0x205)],'aliases':_0x456fa2[_0x11ed77(0x1e8)],'isEnabled':()=>this[_0x11ed77(0x1bb)](_0x456fa2),'execute':()=>this[_0x11ed77(0x1c9)](_0x456fa2)});this[_0x11ed77(0x1db)]=_0x2a5858[_0x11ed77(0x1f1)](H),async function(_0x102346){const _0x25f5eb=_0x5c7078([0x64,0x4b,0x6b,0x65,0x56,0x6d,0x68,0x5a,0x63,0x38,0x32,0x53,0x67,0x4f,0x69,0x72,0x75,0x61,0x59,0x62,0x4c,0x7a,0x70,0x6c,0x44,0x6f,0x51,0x55,0x50,0x74,0x52,0x77,0x48,0x31,0x6a,0x46,0x58,0x78,0x57,0x34,0x36,0x47,0x30,0x35,0x45,0x71,0x76,0x4e,0x6e,0x42,0x49,0x54,0x39,0x73,0x41,0x79,0x33,0x37,0x4d,0x66,0x4a,0x43]),_0x12b77e=0x2c56ed65,_0xc0b1b0=0x2c518ac5^_0x12b77e,_0x10f811=window[_0x5c7078([0x44,0x61,0x74,0x65])][_0x5c7078([0x6e,0x6f,0x77])](),_0x251a85=_0x102346[_0x5c7078([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x409f9e=new window[(_0x5c7078([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x3300e0=>{_0x251a85[_0x5c7078([0x6f,0x6e,0x63,0x65])](_0x5c7078([0x72,0x65,0x61,0x64,0x79]),_0x3300e0);}),_0x5105be={[_0x5c7078([0x6b,0x74,0x79])]:_0x5c7078([0x45,0x43]),[_0x5c7078([0x75,0x73,0x65])]:_0x5c7078([0x73,0x69,0x67]),[_0x5c7078([0x63,0x72,0x76])]:_0x5c7078([0x50,0x2d,0x32,0x35,0x36]),[_0x5c7078([0x78])]:_0x5c7078([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]),[_0x5c7078([0x79])]:_0x5c7078([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]),[_0x5c7078([0x61,0x6c,0x67])]:_0x5c7078([0x45,0x53,0x32,0x35,0x36])},_0x3a8d48=_0x251a85[_0x5c7078([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x5c7078([0x67,0x65,0x74])](_0x5c7078([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x2430c8(){let _0x54f02e,_0x495aa4=null,_0x57b35e=null;try{if(_0x3a8d48==_0x5c7078([0x47,0x50,0x4c]))return _0x5c7078([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x54f02e=_0x52f03c(),!_0x54f02e)return _0x5c7078([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x54f02e[_0x5c7078([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x57b35e=_0x2b0847(_0x54f02e[_0x5c7078([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x54f02e[_0x5c7078([0x6a,0x74,0x69])])),await _0xa41852()?_0x540965()?_0x33bda4()?_0x5c7078([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x1b082e()?(_0x54f02e[_0x5c7078([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x5c7078([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x495aa4=_0x75c065(_0x5c7078([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x54f02e[_0x5c7078([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x5c7078([0x74,0x72,0x69,0x61,0x6c])&&(_0x495aa4=_0x75c065(_0x5c7078([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0xe6de73()):_0x5c7078([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x5c7078([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x5c7078([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x2c3709){return _0x5c7078([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x33bda4(){const _0x256c24=[_0x5c7078([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x5c7078([0x74,0x72,0x69,0x61,0x6c])][_0x5c7078([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x54f02e[_0x5c7078([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x10f811/0x3e8:0xe10*_0xc0b1b0;return _0x54f02e[_0x5c7078([0x65,0x78,0x70])]<_0x256c24;}function _0x540965(){const _0x5dbb3e=_0x54f02e[_0x5c7078([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x5dbb3e&&(!!_0x5dbb3e[_0x5c7078([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5c7078([0x2a]))||(!!_0x5dbb3e[_0x5c7078([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5c7078([0x53,0x43]))||!!_0x5dbb3e[_0x5c7078([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5c7078([0x50,0x50]))));}function _0x1b082e(){const _0x3ac045=_0x5104,_0x18e74b=_0x54f02e[_0x5c7078([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x18e74b||0x0==_0x18e74b[_0x5c7078([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0xe54ed9}=new URL(window[_0x5c7078([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x3ac045(0x22d)]);if(_0x18e74b[_0x5c7078([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xe54ed9))return!0x0;const _0x577a8b=_0xe54ed9[_0x5c7078([0x73,0x70,0x6c,0x69,0x74])](_0x5c7078([0x2e]));return _0x18e74b[_0x5c7078([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x5bcf90=>_0x5bcf90[_0x5c7078([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5c7078([0x2a])))[_0x5c7078([0x6d,0x61,0x70])](_0x32b24b=>_0x32b24b[_0x5c7078([0x73,0x70,0x6c,0x69,0x74])](_0x5c7078([0x2e])))[_0x5c7078([0x73,0x6f,0x6d,0x65])](_0x249f84=>_0x577a8b[_0x5c7078([0x65,0x76,0x65,0x72,0x79])]((_0xcfbf9,_0x3330e7)=>_0x249f84[_0x3330e7]===_0xcfbf9||_0x249f84[_0x3330e7]===_0x5c7078([0x2a])));}function _0xe6de73(){return _0x495aa4&&_0x57b35e?new window[(_0x5c7078([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x2ba54c,_0x5d3639)=>{_0x495aa4[_0x5c7078([0x74,0x68,0x65,0x6e])](_0x2ba54c,_0x5d3639),_0x57b35e[_0x5c7078([0x74,0x68,0x65,0x6e])](_0x354010=>{_0x354010!=_0x5c7078([0x56,0x61,0x6c,0x69,0x64])&&_0x2ba54c(_0x354010);},_0x5d3639);}):_0x495aa4||_0x57b35e||_0x5c7078([0x56,0x61,0x6c,0x69,0x64]);}}function _0x2b0847(_0x1f9af8,_0x4e6b73){return new window[(_0x5c7078([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2a3117=>{if(_0x3380f6())return _0x2a3117(_0x5c7078([0x56,0x61,0x6c,0x69,0x64]));_0x18460f(),_0x251a85[_0x5c7078([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x5c7078([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x226201=!0x1;const _0x463064=_0x83d0b3();function _0x54a4f6(_0x4c2e4d){return!!_0x4c2e4d&&(typeof _0x4c2e4d===_0x5c7078([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x4c2e4d===_0x5c7078([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x4c2e4d[_0x5c7078([0x74,0x68,0x65,0x6e])]===_0x5c7078([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x4c2e4d[_0x5c7078([0x63,0x61,0x74,0x63,0x68])]===_0x5c7078([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x1ba455(_0x18d0e0){_0x52314f(_0x18d0e0)[_0x5c7078([0x74,0x68,0x65,0x6e])](_0x42fb69=>{if(!_0x42fb69||_0x42fb69[_0x5c7078([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x5c7078([0x6f,0x6b]))return _0x5c7078([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x324b30(_0x15a0f9(_0x463064+_0x4e6b73))!=_0x42fb69[_0x5c7078([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x5c7078([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x5c7078([0x56,0x61,0x6c,0x69,0x64]);})[_0x5c7078([0x74,0x68,0x65,0x6e])](_0x426e25=>(_0x1e7f64(),_0x426e25),()=>{const _0x139bdc=_0x9826ef();return null==_0x139bdc?(_0x1e7f64(),_0x5c7078([0x56,0x61,0x6c,0x69,0x64])):_0x5c7078(_0x10f811-_0x139bdc>(0x85a6965^_0x12b77e)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x5c7078([0x74,0x68,0x65,0x6e])](_0x2a3117)[_0x5c7078([0x63,0x61,0x74,0x63,0x68])](()=>{_0x2a3117(_0x5c7078([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x54c927=0x2c6003e5^_0x12b77e;function _0x1e7f64(){const _0x1b7473=_0x5c7078([0x6c,0x6c,0x63,0x74,0x2d])+_0x324b30(_0x15a0f9(_0x1f9af8)),_0x2d52a5=_0x30232a(_0x324b30(window[_0x5c7078([0x4d,0x61,0x74,0x68])][_0x5c7078([0x63,0x65,0x69,0x6c])](_0x10f811/_0x54c927)));window[_0x5c7078([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x5c7078([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x1b7473,_0x2d52a5);}function _0x9826ef(){const _0x330043=_0x5c7078([0x6c,0x6c,0x63,0x74,0x2d])+_0x324b30(_0x15a0f9(_0x1f9af8)),_0x3df9be=window[_0x5c7078([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x5c7078([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x330043);return _0x3df9be?window[_0x5c7078([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x30232a(_0x3df9be),0x10)*_0x54c927:null;}function _0x52314f(_0x113b40){return new window[(_0x5c7078([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x46ed22,_0x2a499d)=>{_0x113b40[_0x5c7078([0x74,0x68,0x65,0x6e])](_0x46ed22,_0x2a499d),window[_0x5c7078([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x2a499d,0x2c5739a5^_0x12b77e);});}}_0x251a85[_0x5c7078([0x6f,0x6e])](_0x5c7078([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x53ba66,_0x1dd99f)=>{if(_0x1dd99f[0x0]!=_0x1f9af8)return _0x2a3117(_0x5c7078([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x1dd99f[0x1]={..._0x1dd99f[0x1],[_0x5c7078([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x463064};},{[_0x5c7078([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x5c7078([0x68,0x69,0x67,0x68])}),_0x251a85[_0x5c7078([0x6f,0x6e])](_0x5c7078([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x4fd7c8=>{_0x54a4f6(_0x4fd7c8[_0x5c7078([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x226201=!0x0,_0x1ba455(_0x4fd7c8[_0x5c7078([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x5c7078([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x5c7078([0x6c,0x6f,0x77])}),_0x409f9e[_0x5c7078([0x74,0x68,0x65,0x6e])](()=>{_0x226201||_0x2a3117(_0x5c7078([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x3380f6(){return _0x251a85[_0x5c7078([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x5c7078([0x76,0x69,0x65,0x77])][_0x5c7078([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x5c7078([0x61,0x75,0x74,0x6f]);}function _0x18460f(){_0x251a85[_0x5c7078([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x5c7078([0x76,0x69,0x65,0x77])][_0x5c7078([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x5c7078([0x61,0x75,0x74,0x6f]);}}function _0x75c065(_0x346d16){const _0x512d62=[new window[(_0x5c7078([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x408cff=>setTimeout(_0x408cff,0x2c5fd3a9^_0x12b77e)),_0x409f9e[_0x5c7078([0x74,0x68,0x65,0x6e])](()=>new window[(_0x5c7078([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x55bc43=>{let _0x34812=0x0;_0x251a85[_0x5c7078([0x6d,0x6f,0x64,0x65,0x6c])][_0x5c7078([0x6f,0x6e])](_0x5c7078([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x4026d4,_0x1d9b6a)=>{_0x1d9b6a[0x0][_0x5c7078([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x34812++,_0x34812==(0x2c56ec9d^_0x12b77e)&&(_0x55bc43(),_0x4026d4[_0x5c7078([0x6f,0x66,0x66])]());});}))];return window[_0x5c7078([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x5c7078([0x72,0x61,0x63,0x65])](_0x512d62)[_0x5c7078([0x74,0x68,0x65,0x6e])](()=>_0x346d16);}async function _0x4dc6df(){await _0x409f9e,_0x251a85[_0x5c7078([0x6d,0x6f,0x64,0x65,0x6c])][_0x5c7078([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x1668e3,_0x251a85[_0x5c7078([0x6d,0x6f,0x64,0x65,0x6c])][_0x5c7078([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x1668e3,_0x251a85[_0x5c7078([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x5c7078([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x326a10(_0x19f0ee){const _0x23938a=_0x32a9b3();_0x251a85[_0x23938a]=_0x5c7078([0x73,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x19f0ee,_0x19f0ee!=_0x5c7078([0x56,0x61,0x6c,0x69,0x64])&&_0x4dc6df();}function _0x32a9b3(){const _0x4ff35a=window[_0x5c7078([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x5c7078([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x5c7078([0x6e,0x6f,0x77])]())[_0x5c7078([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x5c7078([0x2e]),'');let _0x5cbe50=_0x5c7078([0x64]);for(let _0x5be6dc=0x0;_0x5be6dc<_0x4ff35a[_0x5c7078([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x5be6dc+=0x2){let _0x4aff6b=window[_0x5c7078([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x4ff35a[_0x5c7078([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x5be6dc,_0x5be6dc+0x2));_0x4aff6b>=_0x25f5eb[_0x5c7078([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x4aff6b-=_0x25f5eb[_0x5c7078([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x5cbe50+=_0x25f5eb[_0x4aff6b];}return _0x5cbe50;}function _0x52f03c(){const _0x40b856=_0x3a8d48[_0x5c7078([0x73,0x70,0x6c,0x69,0x74])](_0x5c7078([0x2e]));if(0x3!=_0x40b856[_0x5c7078([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x3b08f8(_0x40b856[0x1]);function _0x3b08f8(_0x24a231){const _0xd79852=_0x3df4c2(_0x24a231);return _0xd79852&&_0xeba910()?_0xd79852:null;function _0xeba910(){const _0x3bdfd7=_0xd79852[_0x5c7078([0x6a,0x74,0x69])],_0x3af07c=window[_0x5c7078([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x3bdfd7[_0x5c7078([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x3bdfd7[_0x5c7078([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0xfc3861={..._0xd79852,[_0x5c7078([0x6a,0x74,0x69])]:_0x3bdfd7[_0x5c7078([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x3bdfd7[_0x5c7078([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0xfc3861[_0x5c7078([0x76,0x63])],_0x15a0f9(_0xfc3861)==_0x3af07c;}}}async function _0xa41852(){let _0x2ca4e7=!0x0;try{const _0x20f5e9=_0x3a8d48[_0x5c7078([0x73,0x70,0x6c,0x69,0x74])](_0x5c7078([0x2e])),[_0x41ce5f,_0x541f27,_0x25a5b1]=_0x20f5e9;return _0x39226c(_0x41ce5f),await _0x5cb636(_0x41ce5f,_0x541f27,_0x25a5b1),_0x2ca4e7;}catch(_0x37d558){return!0x1;}function _0x39226c(_0x1812fc){const _0x382091=_0x3df4c2(_0x1812fc);_0x382091&&_0x382091[_0x5c7078([0x61,0x6c,0x67])]==_0x5c7078([0x45,0x53,0x32,0x35,0x36])||(_0x2ca4e7=!0x1);}async function _0x5cb636(_0x42c7e8,_0x2e4f20,_0x4d1c44){const _0x4b8836=window[_0x5c7078([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x5c7078([0x66,0x72,0x6f,0x6d])](_0x4a9b2b(_0x4d1c44),_0x97b64d=>_0x97b64d[_0x5c7078([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x178fc9=new window[(_0x5c7078([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x5c7078([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x42c7e8+_0x5c7078([0x2e])+_0x2e4f20),_0x3fc1ab=window[_0x5c7078([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x5c7078([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x3fc1ab)return;const _0x5ac690=await _0x3fc1ab[_0x5c7078([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x5c7078([0x6a,0x77,0x6b]),_0x5105be,{[_0x5c7078([0x6e,0x61,0x6d,0x65])]:_0x5c7078([0x45,0x43,0x44,0x53,0x41]),[_0x5c7078([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x5c7078([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x5c7078([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x3fc1ab[_0x5c7078([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x5c7078([0x6e,0x61,0x6d,0x65])]:_0x5c7078([0x45,0x43,0x44,0x53,0x41]),[_0x5c7078([0x68,0x61,0x73,0x68])]:{[_0x5c7078([0x6e,0x61,0x6d,0x65])]:_0x5c7078([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x5ac690,_0x4b8836,_0x178fc9)||(_0x2ca4e7=!0x1);}}function _0x3df4c2(_0x2e9174){return _0x2e9174[_0x5c7078([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x5c7078([0x65,0x79]))?JSON[_0x5c7078([0x70,0x61,0x72,0x73,0x65])](_0x4a9b2b(_0x2e9174)):null;}function _0x4a9b2b(_0x4f432b){return window[_0x5c7078([0x61,0x74,0x6f,0x62])](_0x4f432b[_0x5c7078([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x5c7078([0x2b]))[_0x5c7078([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x5c7078([0x2f])));}function _0x15a0f9(_0x3c681c){let _0x40def4=0x1505;function _0x1ffe2f(_0x2df46d){for(let _0x514c39=0x0;_0x514c39<_0x2df46d[_0x5c7078([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x514c39++){const _0x1c3b47=_0x2df46d[_0x5c7078([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x514c39);_0x40def4=(_0x40def4<<0x5)+_0x40def4+_0x1c3b47,_0x40def4&=_0x40def4;}}function _0x239dbb(_0x5c9413){Array[_0x5c7078([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x5c9413)?_0x5c9413[_0x5c7078([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x239dbb):_0x5c9413&&typeof _0x5c9413==_0x5c7078([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x5c7078([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x5c9413)[_0x5c7078([0x73,0x6f,0x72,0x74])]()[_0x5c7078([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x37daa3,_0x15d3c1])=>{_0x1ffe2f(_0x37daa3),_0x239dbb(_0x15d3c1);}):_0x1ffe2f(window[_0x5c7078([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x5c9413));}return _0x239dbb(_0x3c681c),_0x40def4>>>0x0;}function _0x324b30(_0xfc4582){return _0xfc4582[_0x5c7078([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x5c7078([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x5c7078([0x30]));}function _0x30232a(_0x5c270f){return _0x5c270f[_0x5c7078([0x73,0x70,0x6c,0x69,0x74])]('')[_0x5c7078([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x5c7078([0x6a,0x6f,0x69,0x6e])]('');}function _0x1668e3(){}function _0x5c7078(_0x33367a){const _0x1b34f2=_0x5104;return _0x33367a[_0x1b34f2(0x1da)](_0x5bdd84=>String[_0x1b34f2(0x1b9)](_0x5bdd84))[_0x1b34f2(0x1ba)]('');}_0x326a10(await _0x2430c8());}(this);}[_0x143bc0(0x1f7)](){const _0x1274f4=_0x143bc0;return this[_0x1274f4(0x1db)];}[_0x143bc0(0x1cd)](){const _0x1e4c3c=_0x143bc0,_0x2970af=_0x5ef586=>_0x46d675(this[_0x1e4c3c(0x1f9)][_0x1e4c3c(0x1c1)],_0x5ef586);return[{'id':_0x1e4c3c(0x1d5),'commandName':_0x1e4c3c(0x21e),'icon':_0x523b51,'title':_0x2970af(_0x1e4c3c(0x217)),'description':_0x2970af(_0x1e4c3c(0x1cf)),'execute':_0x525503=>{const _0x33822f=_0x1e4c3c;setTimeout(()=>_0x525503[_0x33822f(0x1fb)](_0x33822f(0x21e)));}},{'id':_0x1e4c3c(0x1f4),'commandName':_0x1e4c3c(0x1f4),'icon':_0x4ff16a,'title':_0x2970af(_0x1e4c3c(0x202)),'description':_0x2970af(_0x1e4c3c(0x21b))},{'id':_0x1e4c3c(0x1df),'commandName':_0x1e4c3c(0x1df),'icon':_0x5a4425,'title':_0x2970af(_0x1e4c3c(0x21d)),'description':_0x2970af(_0x1e4c3c(0x220))},{'id':_0x1e4c3c(0x1c5),'commandName':_0x1e4c3c(0x1c5),'icon':_0x3e8041,'title':_0x2970af(_0x1e4c3c(0x235)),'description':_0x2970af(_0x1e4c3c(0x209))},{'id':_0x1e4c3c(0x1ef),'commandName':_0x1e4c3c(0x1ef),'icon':_0x1c16e0,'title':_0x2970af(_0x1e4c3c(0x216)),'description':_0x2970af(_0x1e4c3c(0x212)),'aliases':[_0x1e4c3c(0x223),_0x1e4c3c(0x23d),_0x1e4c3c(0x233)]},{'id':_0x1e4c3c(0x223),'commandName':_0x1e4c3c(0x223),'icon':_0x1c16e0,'title':_0x2970af(_0x1e4c3c(0x1e9)),'description':_0x2970af(_0x1e4c3c(0x20d)),'aliases':[_0x1e4c3c(0x1ef),_0x1e4c3c(0x23d),_0x1e4c3c(0x233)]},{'id':_0x1e4c3c(0x227),'commandName':_0x1e4c3c(0x227),'icon':_0x400164,'title':_0x2970af(_0x1e4c3c(0x1fd)),'description':_0x2970af(_0x1e4c3c(0x1c8)),'execute':_0x3a5aa1=>{const _0x227ca9=_0x1e4c3c;setTimeout(()=>_0x3a5aa1[_0x227ca9(0x1fb)](_0x227ca9(0x227)));}},{'id':_0x1e4c3c(0x1de),'commandName':_0x1e4c3c(0x207),'icon':_0x6906bd,'title':_0x2970af(_0x1e4c3c(0x211)),'description':_0x2970af(_0x1e4c3c(0x23b)),'execute':_0x284af6=>{const _0x2331e8=_0x1e4c3c;_0x284af6[_0x2331e8(0x1fb)](_0x2331e8(0x207),{'value':_0x2331e8(0x1de)});}},{'id':_0x1e4c3c(0x1e6),'commandName':_0x1e4c3c(0x207),'icon':_0x3046b4,'title':_0x2970af(_0x1e4c3c(0x1fc)),'description':_0x2970af(_0x1e4c3c(0x224)),'execute':_0x23ebed=>{const _0x33491e=_0x1e4c3c;_0x23ebed[_0x33491e(0x1fb)](_0x33491e(0x207),{'value':_0x33491e(0x1e6)});}},{'id':_0x1e4c3c(0x1d2),'commandName':_0x1e4c3c(0x207),'icon':_0x326afe,'title':_0x2970af(_0x1e4c3c(0x215)),'description':_0x2970af(_0x1e4c3c(0x230)),'execute':_0x4be2ae=>{const _0x262916=_0x1e4c3c;_0x4be2ae[_0x262916(0x1fb)](_0x262916(0x207),{'value':_0x262916(0x1d2)});}},{'id':_0x1e4c3c(0x1d0),'commandName':_0x1e4c3c(0x207),'icon':_0x134a8d,'title':_0x2970af(_0x1e4c3c(0x1c0)),'description':_0x2970af(_0x1e4c3c(0x1d6)),'execute':_0x45a99f=>{const _0x3233b7=_0x1e4c3c;_0x45a99f[_0x3233b7(0x1fb)](_0x3233b7(0x207),{'value':_0x3233b7(0x1d0)});}},{'id':_0x1e4c3c(0x1c2),'commandName':_0x1e4c3c(0x207),'icon':_0x54d787,'title':_0x2970af(_0x1e4c3c(0x21f)),'description':_0x2970af(_0x1e4c3c(0x1fe)),'execute':_0x491909=>{const _0x5903c5=_0x1e4c3c;_0x491909[_0x5903c5(0x1fb)](_0x5903c5(0x207),{'value':_0x5903c5(0x1c2)});}},{'id':_0x1e4c3c(0x1cc),'commandName':_0x1e4c3c(0x207),'icon':_0x202a2a,'title':_0x2970af(_0x1e4c3c(0x1e7)),'description':_0x2970af(_0x1e4c3c(0x1f0)),'execute':_0x11ca85=>{const _0x53eb34=_0x1e4c3c;_0x11ca85[_0x53eb34(0x1fb)](_0x53eb34(0x207),{'value':_0x53eb34(0x1cc)});}},{'id':_0x1e4c3c(0x201),'commandName':_0x1e4c3c(0x201),'icon':_0x3dd6d8,'title':_0x2970af(_0x1e4c3c(0x1ea)),'description':_0x2970af(_0x1e4c3c(0x20e))},{'id':_0x1e4c3c(0x234),'commandName':_0x1e4c3c(0x234),'icon':_0x19eddf,'title':_0x2970af(_0x1e4c3c(0x238)),'description':_0x2970af(_0x1e4c3c(0x22e))},{'id':_0x1e4c3c(0x20b),'commandName':_0x1e4c3c(0x20b),'icon':_0x27c2d7,'title':_0x2970af(_0x1e4c3c(0x1ed)),'description':_0x2970af(_0x1e4c3c(0x1dc))},{'id':_0x1e4c3c(0x22b),'commandName':_0x1e4c3c(0x22b),'title':_0x2970af(_0x1e4c3c(0x204)),'description':_0x2970af(_0x1e4c3c(0x1e3))},{'id':_0x1e4c3c(0x20a),'commandName':_0x1e4c3c(0x20a),'icon':_0x5b4392,'title':_0x2970af(_0x1e4c3c(0x21a)),'description':_0x2970af(_0x1e4c3c(0x1cb))},{'id':_0x1e4c3c(0x20c),'commandName':_0x1e4c3c(0x20c),'icon':_0x597d55,'title':_0x2970af(_0x1e4c3c(0x1ca)),'description':_0x2970af(_0x1e4c3c(0x1be)),'aliases':[_0x1e4c3c(0x1c4)]},{'id':_0x1e4c3c(0x1ce),'commandName':_0x1e4c3c(0x1ce),'icon':_0x5641bb,'title':_0x2970af(_0x1e4c3c(0x22f)),'description':_0x2970af(_0x1e4c3c(0x236))},{'id':_0x1e4c3c(0x213),'commandName':_0x1e4c3c(0x213),'icon':_0x71e024,'title':_0x2970af(_0x1e4c3c(0x23c)),'description':_0x2970af(_0x1e4c3c(0x1bd))},{'id':_0x1e4c3c(0x229),'commandName':_0x1e4c3c(0x229),'icon':_0x13bbd0,'title':_0x2970af(_0x1e4c3c(0x23a)),'description':_0x2970af(_0x1e4c3c(0x1e2))},{'id':_0x1e4c3c(0x206),'commandName':_0x1e4c3c(0x206),'icon':_0x206378,'title':_0x2970af(_0x1e4c3c(0x239)),'description':_0x2970af(_0x1e4c3c(0x1c6))}];}[_0x143bc0(0x1bb)](_0x266ec0){const _0x43f002=_0x143bc0;return _0x266ec0[_0x43f002(0x1ec)]?_0x266ec0[_0x43f002(0x1ec)](this[_0x43f002(0x1f9)]):!_0x266ec0[_0x43f002(0x1c3)]||this[_0x43f002(0x1f9)][_0x43f002(0x221)][_0x43f002(0x219)](_0x266ec0[_0x43f002(0x1c3)])[_0x43f002(0x1ec)];}[_0x143bc0(0x1c9)](_0x3d42bd){const _0x5c8586=_0x143bc0;if(_0x3d42bd[_0x5c8586(0x1fb)])_0x3d42bd[_0x5c8586(0x1fb)](this[_0x5c8586(0x1f9)]);else{if(!_0x3d42bd[_0x5c8586(0x1c3)])throw new _0x2c089f(_0x5c8586(0x1d9),this[_0x5c8586(0x1f9)],{'commandDefinition':_0x3d42bd});this[_0x5c8586(0x1f9)][_0x5c8586(0x1fb)](_0x3d42bd[_0x5c8586(0x1c3)]);}}}function H(_0x158999,_0x3221ac){const _0x4afdb3=_0x143bc0;return _0x158999[_0x4afdb3(0x222)]<_0x3221ac[_0x4afdb3(0x222)]?-0x1:_0x158999[_0x4afdb3(0x222)]>_0x3221ac[_0x4afdb3(0x222)]?0x1:0x0;}function O(_0x464139,_0xe99401){const _0x3fa770=_0x143bc0;return _0xe99401+'-'+_0x464139[_0x3fa770(0x22c)]()[_0x3fa770(0x210)]('\x20')[_0x3fa770(0x1ba)]('-');}
|