@ckeditor/ckeditor5-ai 0.0.0-nightly-20231103.0 → 0.0.0-nightly-20231105.0
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/LICENSE.md +2 -2
- package/build/ai.js +1 -1
- package/package.json +3 -3
- package/src/aiassistant.js +1 -1
- package/src/aiassistantediting.js +1 -1
- package/src/aiassistantui.js +1 -1
- package/src/aiconnector.js +1 -1
- package/src/ui/aiassistantcontroller.js +1 -1
- package/src/ui/dropdown/aicommandslistview.js +1 -1
- package/src/ui/dropdown/buttonlabelwithhighlightview.js +1 -1
- package/src/ui/dropdown/labelwithhighlightview.js +1 -1
- package/src/ui/form/aiformcontentarea.js +1 -1
- package/src/ui/form/aiformerrorview.js +1 -1
- package/src/ui/form/aiformpromptview.js +1 -1
- package/src/ui/form/aiformtoolbarview.js +1 -1
- package/src/ui/form/aiformview.js +1 -1
- package/src/ui/form/aihistorylistitemview.js +1 -1
- package/src/ui/form/aihistorylistview.js +1 -1
- package/src/ui/form/prompthistory.js +1 -1
- package/src/ui/showaiassistantcommand.js +1 -1
- package/src/utils/common-translations.js +1 -1
package/build/ai.js
CHANGED
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
/*!
|
|
3
3
|
* @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
|
|
4
4
|
* For licensing, see LICENSE.md.
|
|
5
|
-
*/(()=>{var t={488:(t,e,i)=>{"use strict";i.d(e,{Z:()=>r});var n=i(758),o=i.n(n)()((function(t){return t[1]}));o.push([t.id,":root{--ck-ai-dropdown-view-width:250px;--ck-ai-dropdown-view-list-max-height:250px}.ck.ck-ai-commands-search{width:var(--ck-ai-dropdown-view-width)}.ck.ck-ai-commands-search>.ck-labeled-field-view{padding:var(--ck-spacing-large)}.ck.ck-ai-commands-search>.ck-labeled-field-view .ck-input{min-width:unset}.ck.ck-ai-commands-search>.ck-search__results{border-top:1px solid var(--ck-color-base-border)}.ck.ck-ai-commands-search>.ck-search__results>.ck-list{max-height:var(--ck-ai-dropdown-view-list-max-height);overflow:auto}",""]);const r=o},243:(t,e,i)=>{"use strict";i.d(e,{Z:()=>r});var n=i(758),o=i.n(n)()((function(t){return t[1]}));o.push([t.id,":root{--ck-ai-form-view-width:470px;--ck-ai-form-content-height:126px;--ck-ai-form-content-background:#fafafa;--ck-ai-form-history-font-size:.9em;--ck-ai-form-error-background:var(--ck-color-light-red)}.ck .ck-ai-form{width:var(--ck-ai-form-view-width)}@media screen and (max-width:600px){.ck .ck-ai-form{--ck-ai-form-view-width:350px}}.ck .ck-ai-form .ck-ai-form-content{padding:var(--ck-spacing-large);width:100%}.ck .ck-ai-form .ck-ai-form-content .ck-input{width:100%}.ck .ck-ai-form .ck-ai-form-content .ck-ai-form__content-area-wrapper{border:1px solid var(--ck-color-base-border);border-radius:2px;max-height:var(--ck-ai-form-content-height);overflow-y:auto;width:100%}.ck .ck-ai-form .ck-ai-form-content .ck-ai-form__content-area-wrapper:focus{border:var(--ck-focus-ring);box-shadow:var(--ck-focus-outer-shadow),0 0;outline:none}.ck .ck-ai-form .ck-ai-form-content .ck-ai-form__content-area{background-color:var(--ck-ai-form-content-background);display:flex}.ck .ck-ai-form .ck-ai-form-content .ck-ai-form__content-area.ck-ai-form__content-area--processing{--ck-color-text:var(--ck-color-input-disabled-text);background-color:var(--ck-color-input-disabled-background)}.ck .ck-ai-form .ck-ai-form-content .ck-ai-form__content-area .ck-ai-form__content-field{box-sizing:content-box;min-height:calc(var(--ck-line-height-base)*var(--ck-font-size-base));padding:var(--ck-spacing-tiny) var(--ck-spacing-medium);white-space:normal;width:100%}[dir=ltr] .ck .ck-ai-form .ck-ai-form-content .ck-ai-form__content-area .ck-ai-form__content-field{padding-right:0}[dir=rtl] .ck .ck-ai-form .ck-ai-form-content .ck-ai-form__content-area .ck-ai-form__content-field{padding-left:0}.ck .ck-ai-form .ck-ai-form-content .ck-ai-form__content-area .ck-ai-form__content-field>*{color:inherit;white-space:normal}[dir=ltr] .ck .ck-ai-form .ck-ai-form-content .ck-ai-form__content-area .ck-spinner-container{margin-right:var(--ck-spacing-medium)}[dir=rtl] .ck .ck-ai-form .ck-ai-form-content .ck-ai-form__content-area .ck-spinner-container{margin-left:var(--ck-spacing-medium)}.ck .ck-ai-form .ck-ai-form-content .ck-ai-form__content-area .ck-ai-form__copy-button-wrapper{display:flex;flex-direction:column-reverse;padding-left:2px}.ck .ck-ai-form .ck-ai-form-content .ck-ai-form__content-area .ck-ai-form__copy-button{bottom:1px;min-height:unset;min-width:unset;padding:4px;position:sticky;right:1px}.ck .ck-ai-form .ck-ai-form-content .ck-ai-form__content-area .ck-ai-form__copy-button svg{--ck-icon-size:16px}.ck .ck-ai-form .ck-ai-form-content .ck-ai-form__content-area .ck-ai-form__copy-button.ck-ai-form__copy-button--copied{color:inherit}.ck .ck-ai-form .ck-ai-form-content .ck-ai-form__toolbar{border:none;margin-bottom:calc(var(--ck-spacing-medium)*2);margin-top:var(--ck-spacing-medium);padding:0}.ck .ck-ai-form .ck-ai-form-content .ck-ai-form__loader{align-items:center;display:flex}.ck .ck-ai-form .ck-ai-form-content .ck-ai-form__loader .ck-spinner{box-sizing:border-box}.ck .ck-ai-form .ck-ai-form-content .ck-autocomplete{display:flex;justify-content:space-between}.ck .ck-ai-form .ck-ai-form-content .ck-autocomplete>.ck-labeled-field-view{flex-grow:1}[dir=ltr] .ck .ck-ai-form .ck-ai-form-content .ck-autocomplete>.ck.ck-ai-form__submit{margin-left:var(--ck-spacing-medium)}[dir=rtl] .ck .ck-ai-form .ck-ai-form-content .ck-autocomplete>.ck.ck-ai-form__submit{margin-right:var(--ck-spacing-medium)}.ck .ck-ai-form .ck-ai-form-content .ck-autocomplete>.ck.ck-ai-form__submit{border-color:var(--ck-ai-form-submit-button-border-color);color:var(--ck-ai-form-submit-button-text-color)}.ck .ck-ai-form .ck-ai-form-content .ck-autocomplete>.ck.ck-ai-form__submit.ck-disabled{border-color:var(--ck-ai-form-submit-button-disabled-border-color)}.ck .ck-ai-form .ck-ai-form-content .ck-autocomplete>.ck-labeled-field-view .ck-ai-form__toggle-history{font-size:var(--ck-font-size-tiny);position:absolute}[dir=ltr] .ck .ck-ai-form .ck-ai-form-content .ck-autocomplete>.ck-labeled-field-view .ck-ai-form__toggle-history{right:var(--ck-spacing-medium)}[dir=rtl] .ck .ck-ai-form .ck-ai-form-content .ck-autocomplete>.ck-labeled-field-view .ck-ai-form__toggle-history{left:var(--ck-spacing-medium)}.ck .ck-ai-form .ck-ai-form-content .ck-autocomplete>.ck-labeled-field-view .ck-ai-form__toggle-history{bottom:var(--ck-spacing-small);min-height:unset;min-width:unset;padding:4px;top:var(--ck-spacing-small)}[dir=ltr] .ck .ck-ai-form .ck-ai-form-content .ck-autocomplete .ck-textarea{padding-right:30px}[dir=rtl] .ck .ck-ai-form .ck-ai-form-content .ck-autocomplete .ck-textarea{padding-left:30px}.ck .ck-ai-form .ck-ai-form-content .ck-autocomplete .ck-search__results .ck-list .ck-list__group{grid-column-gap:0;grid-row-gap:0;display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto}.ck .ck-ai-form .ck-ai-form-content .ck-autocomplete .ck-search__results .ck-list .ck-list__group>span{grid-area:1/1/2/2}.ck .ck-ai-form .ck-ai-form-content .ck-autocomplete .ck-search__results .ck-list .ck-list__group>.ck-button{background:none;font-size:var(--ck-ai-form-history-font-size);grid-area:1/2/2/3;justify-self:start;min-height:auto;padding:0}.ck .ck-ai-form .ck-ai-form-content .ck-autocomplete .ck-search__results .ck-list .ck-list__group>.ck-button:hover .ck-button__label{text-decoration:underline}.ck .ck-ai-form .ck-ai-form-content .ck-autocomplete .ck-search__results .ck-list .ck-list__group>.ck-list{grid-area:2/1/3/3}.ck .ck-ai-form .ck-ai-form-content .ck-autocomplete .ck-search__results .ck-list .ck-list__group>.ck-list .ck-list__item .ck-button .ck-button__label{font-size:var(--ck-ai-form-history-font-size);line-height:var(--ck-line-height-base);max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ck .ck-ai-form .ck-ai-form__error{align-items:center;background-color:var(--ck-ai-form-error-background);border-radius:2px;color:var(--ck-color-base-text);display:flex;justify-content:center;margin-bottom:var(--ck-spacing-medium);padding:var(--ck-spacing-medium)}",""]);const r=o},692:(t,e,i)=>{"use strict";i.d(e,{Z:()=>r});var n=i(758),o=i.n(n)()((function(t){return t[1]}));o.push([t.id,":root{--ck-ai-form-submit-button-text-color:var(--ck-color-text);--ck-ai-form-submit-button-border-color:transparent;--ck-ai-form-submit-button-disabled-border-color:transparent;--ck-ai-toolbar-button-hover-color:var(--ck-color-text)}.ck-ai-assistant-ui_theme{--ck-color-button-default-hover-background:#f3ecff;--ck-color-button-default-active-background:#f3ecff;--ck-color-button-on-background:#f3ecff;--ck-color-button-on-hover-background:#e8dff7;--ck-color-button-on-active-background:#f3ecff;--ck-color-button-on-disabled-background:#f3ecff;--ck-color-button-on-color:#743ccd;--ck-color-button-action-background:#743ccd;--ck-color-button-action-hover-background:#6c34c9;--ck-color-button-action-active-background:#6c34c9;--ck-color-button-action-disabled-background:#ba9de6;--ck-color-list-button-hover-background:#f3ecff;--ck-ai-form-content-background:#f9f9f9;--ck-ai-form-submit-button-text-color:var(--ck-color-button-on-color);--ck-ai-form-submit-button-border-color:var(--ck-color-button-action-background);--ck-ai-form-submit-button-disabled-border-color:var(--ck-color-button-action-disabled-background);--ck-ai-toolbar-button-hover-color:var(--ck-color-button-on-color)}.ck-ai-assistant-button:hover,.ck-ai-commands-dropdown>.ck-button:hover{color:var(--ck-ai-toolbar-button-hover-color)}.ck span.ck-fake-ai-selection{background:var(--ck-color-link-fake-selection)}.ck .ck-fake-ai-selection_collapsed{border-right:1px solid var(--ck-color-base-text);height:100%;margin-right:-1px;outline:1px solid hsla(0,0%,100%,.5)}.ck.ck-content.ck-ai-form__content-field h2{font-size:1.3em}.ck.ck-content.ck-ai-form__content-field h3{font-size:1.2em}.ck.ck-content.ck-ai-form__content-field h4,.ck.ck-content.ck-ai-form__content-field h5,.ck.ck-content.ck-ai-form__content-field h6{font-size:1.1em}.ck.ck-content.ck-ai-form__content-field h2,.ck.ck-content.ck-ai-form__content-field h3,.ck.ck-content.ck-ai-form__content-field h4,.ck.ck-content.ck-ai-form__content-field h5,.ck.ck-content.ck-ai-form__content-field h6,.ck.ck-content.ck-ai-form__content-field ol,.ck.ck-content.ck-ai-form__content-field p,.ck.ck-content.ck-ai-form__content-field ul{line-height:1.7em;margin-block-end:.5em;margin-block-start:.5em}.ck.ck-content.ck-ai-form__content-field>:first-child{margin-top:0}.ck.ck-content.ck-ai-form__content-field>:last-child{margin-bottom:0}",""]);const r=o},758:t=>{"use strict";t.exports=function(t){var e=[];return e.toString=function(){return this.map((function(e){var i=t(e);return e[2]?"@media ".concat(e[2]," {").concat(i,"}"):i})).join("")},e.i=function(t,i,n){"string"==typeof t&&(t=[[null,t,""]]);var o={};if(n)for(var r=0;r<this.length;r++){var s=this[r][0];null!=s&&(o[s]=!0)}for(var a=0;a<t.length;a++){var c=[].concat(t[a]);n&&o[c[0]]||(i&&(c[2]?c[2]="".concat(i," and ").concat(c[2]):c[2]=i),e.push(c))}},e}},278:(t,e,i)=>{"use strict";var n,o=function(){return void 0===n&&(n=Boolean(window&&document&&document.all&&!window.atob)),n},r=function(){var t={};return function(e){if(void 0===t[e]){var i=document.querySelector(e);if(window.HTMLIFrameElement&&i instanceof window.HTMLIFrameElement)try{i=i.contentDocument.head}catch(t){i=null}t[e]=i}return t[e]}}(),s=[];function a(t){for(var e=-1,i=0;i<s.length;i++)if(s[i].identifier===t){e=i;break}return e}function c(t,e){for(var i={},n=[],o=0;o<t.length;o++){var r=t[o],c=e.base?r[0]+e.base:r[0],l=i[c]||0,x="".concat(c," ").concat(l);i[c]=l+1;var u=a(x),d={css:r[1],media:r[2],sourceMap:r[3]};-1!==u?(s[u].references++,s[u].updater(d)):s.push({identifier:x,updater:p(d,e),references:1}),n.push(x)}return n}function l(t){var e=document.createElement("style"),n=t.attributes||{};if(void 0===n.nonce){var o=i.nc;o&&(n.nonce=o)}if(Object.keys(n).forEach((function(t){e.setAttribute(t,n[t])})),"function"==typeof t.insert)t.insert(e);else{var s=r(t.insert||"head");if(!s)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");s.appendChild(e)}return e}var x,u=(x=[],function(t,e){return x[t]=e,x.filter(Boolean).join("\n")});function d(t,e,i,n){var o=i?"":n.media?"@media ".concat(n.media," {").concat(n.css,"}"):n.css;if(t.styleSheet)t.styleSheet.cssText=u(e,o);else{var r=document.createTextNode(o),s=t.childNodes;s[e]&&t.removeChild(s[e]),s.length?t.insertBefore(r,s[e]):t.appendChild(r)}}function h(t,e,i){var n=i.css,o=i.media,r=i.sourceMap;if(o?t.setAttribute("media",o):t.removeAttribute("media"),r&&"undefined"!=typeof btoa&&(n+="\n/*# sourceMappingURL=data:application/json;base64,".concat(btoa(unescape(encodeURIComponent(JSON.stringify(r))))," */")),t.styleSheet)t.styleSheet.cssText=n;else{for(;t.firstChild;)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(n))}}var m=null,f=0;function p(t,e){var i,n,o;if(e.singleton){var r=f++;i=m||(m=l(e)),n=d.bind(null,i,r,!1),o=d.bind(null,i,r,!0)}else i=l(e),n=h.bind(null,i,e),o=function(){!function(t){if(null===t.parentNode)return!1;t.parentNode.removeChild(t)}(i)};return n(t),function(e){if(e){if(e.css===t.css&&e.media===t.media&&e.sourceMap===t.sourceMap)return;n(t=e)}else o()}}t.exports=function(t,e){(e=e||{}).singleton||"boolean"==typeof e.singleton||(e.singleton=o());var i=c(t=t||[],e);return function(t){if(t=t||[],"[object Array]"===Object.prototype.toString.call(t)){for(var n=0;n<i.length;n++){var o=a(i[n]);s[o].references--}for(var r=c(t,e),l=0;l<i.length;l++){var x=a(i[l]);0===s[x].references&&(s[x].updater(),s.splice(x,1))}i=r}}}},704:(t,e,i)=>{t.exports=i(79)("./src/core.js")},492:(t,e,i)=>{t.exports=i(79)("./src/engine.js")},273:(t,e,i)=>{t.exports=i(79)("./src/ui.js")},209:(t,e,i)=>{t.exports=i(79)("./src/utils.js")},79:t=>{"use strict";t.exports=CKEditor5.dll}},e={};function i(n){var o=e[n];if(void 0!==o)return o.exports;var r=e[n]={id:n,exports:{}};return t[n](r,r.exports,i),r.exports}i.n=t=>{var e=t&&t.__esModule?()=>t.default:()=>t;return i.d(e,{a:e}),e},i.d=(t,e)=>{for(var n in e)i.o(e,n)&&!i.o(t,n)&&Object.defineProperty(t,n,{enumerable:!0,get:e[n]})},i.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),i.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},i.nc=void 0;var n={};(()=>{"use strict";i.r(n),i.d(n,{AIAssistant:()=>Pe});var t=i(209),e=i(704),o=i(273);const r=["markerToElement","editingDowncast","AIAssistantEditing","end","createRange","conversion","length","markers","insertContent","model","updateMarker","isAtEnd","span","removeMarker","pop","addMarker","pluginName","canEditAt","has","getSelectedBlocks","init","processor","document","from","schema","toModel","createPositionAfter","setSelection","isContent","change","selection","for","getLastMatchingPosition","editor","start","getFirstRange","data","showFakeVisualSelection"];var s,a;s=r,a=237,function(t){for(;--t;)s.push(s.shift())}(++a);const c=function(t,e){return r[t-=0]},l="ai-ui";class x extends e.Plugin{static get[c("0x7")](){return c("0x1f")}[c("0xb")](){const{editor:t}=this;t[c("0x22")][c("0x16")]("editingDowncast").markerToHighlight({model:l,view:{classes:["ck-fake-ai-selection"]}}),t[c("0x22")][c("0x16")](c("0x1e"))[c("0x1d")]({model:l,view:{name:c("0x3"),classes:["ck-fake-ai-selection","ck-fake-ai-selection_collapsed"]}})}[c("0x1c")](){const t=this.editor[c("0x0")];t[c("0x14")]((e=>{const i=t.document[c("0x15")][c("0x1a")]();if(t[c("0x24")][c("0x9")](l))e[c("0x1")](l,{range:i});else if(i[c("0x19")][c("0x2")]){const n=i[c("0x19")][c("0x17")]((({item:e})=>!t[c("0xf")][c("0x13")](e)),{boundaries:i});e[c("0x6")](l,{usingOperation:!1,affectsData:!1,range:e[c("0x21")](n,i[c("0x20")])})}else e.addMarker(l,{usingOperation:!1,affectsData:!1,range:i})}))}hideFakeVisualSelection(){this.editor[c("0x0")][c("0x14")]((t=>{t[c("0x4")](l)}))}[c("0x25")](t,e){const i=e||this.editor[c("0x0")][c("0xd")].selection;if(!this[c("0x18")][c("0x0")][c("0x8")](i))return;const n=this[c("0x18")][c("0x1b")][c("0xc")].toView(t),o=this.editor[c("0x1b")][c("0x10")](n);this[c("0x18")].model[c("0x14")]((t=>{const e=this.editor.model[c("0x25")](o,i);e&&t[c("0x12")](e)}))}insertContentBelow(t){const{model:e}=this.editor,i=Array[c("0xe")](e[c("0xd")][c("0x15")][c("0xa")]()),n=i[c("0x23")]?e[c("0x11")](i[c("0x5")]()):e[c("0xd")][c("0x15")].getLastPosition();this[c("0x25")](t,n)}}function u(t,e,i){const n=t.t;switch(e){case"Edit or review":return n("Edit or review");case"Improve writing":return n("Improve writing");case"Make shorter":return n("Make shorter");case"Make longer":return n("Make longer");case"Simplify language":return n("Simplify language");case"Generate from selection":return n("Generate from selection");case"Summarize":return n("Summarize");case"Continue":return n("Continue");case"Change tone":return n("Change tone");case"Professional":return n("Professional");case"Casual":return n("Casual");case"Direct":return n("Direct");case"Confident":return n("Confident");case"Friendly":return n("Friendly");case"Change style":return n("Change style");case"Business":return n("Business");case"Legal":return n("Legal");case"Journalism":return n("Journalism");case"Poetic":return n("Poetic");case"Translate":return n("Translate");case"Translate to %0":return n("Translate to %0",i);case"English":return n("English");case"Spanish":return n("Spanish");case"German":return n("German");case"Portuguese":return n("Portuguese");case"French":return n("French");case"Simplified Chinese":return n("Simplified Chinese");case"Hindi":return n("Hindi");case"Arabic":return n("Arabic");case"AI Assistant":return n("AI Assistant");case"AI Commands":return n("AI Commands");case"Ask AI to edit or generate":return n("Ask AI to edit or generate");case"Ask AI to improve generated text":return n("Ask AI to improve generated text");case"Copy":return n("Copy");case"Submit":return n("Submit");case"Insert below":return n("Insert below");case"Try again":return n("Try again");case"Stop":return n("Stop");case"AI is writing...":return n("AI is writing...");case"History":return n("History");case"Empty history":return n("Empty history");case"Ask AI and your prompts will be listed here for you to use later.":return n("Ask AI and your prompts will be listed here for you to use later.");case"Prompt history":return n("Prompt history");case"Search AI command":return n("Search AI command");case"No commands found":return n("No commands found");case"No commands available":return n("No commands available");case"Clear":return n("Clear");case"AI_REPLACE_CONTENT":return n({id:"AI_REPLACE_CONTENT",string:"Replace"});case"AI_INSERT_CONTENT":return n({id:"AI_INSERT_CONTENT",string:"Insert"});case"AI_ERROR_AUTH_REQUEST":return n({id:"AI_ERROR_AUTH_REQUEST",string:"Authorization request failed"});case"AI_ERROR_CONTEXT_LENGTH":return n({id:"AI_ERROR_CONTEXT_LENGTH",string:"Selected content is too long"});case"AI_ERROR_MODERATION":return n({id:"AI_ERROR_MODERATION",string:"Requested query does not pass moderation rules"});case"AI_ERROR_FAILED":return n({id:"AI_ERROR_FAILED",string:"Failed to communicate with the AI service"});default:return e}}const d=["execute","name","editor","showUI","model","selection","isEnabled","refresh","aiAssistant.disabledElements","getRanges","get","element","config"];var h,m;h=d,m=162,function(t){for(;--t;)h.push(h.shift())}(++m);const f=function(t,e){return d[t-=0]};class p extends e.Command{[f("0x1")](){const t=this[f("0x9")][f("0xb")].document[f("0xc")],e=this[f("0x9")][f("0x6")][f("0x4")](f("0x2"));for(const i of t[f("0x3")]())for(const t of i.getItems())if(t.is(f("0x5"))&&e.includes(t[f("0x8")]))return void(this.isEnabled=!1);this[f("0x0")]=!0}[f("0x7")](t="",e=""){this[f("0x9")].plugins[f("0x4")](Ie)[f("0xa")](t,e)}}var g=i(492);const k=["top_p","system","aiAssistant","stringify","sendPrompt","document","text/html","_cleanUpData","parseFromString","<span>","POST","user","Your task is to execute the instruction using the provided HTML content. Follow the instruction closely. Your answer must be a properly formatted HTML code. Do not add any additional remarks or notes. Do not act like a chatbot or a real person.","_xmlSerializer","editing","content","application/json","data","config","reject","</span>","gpt-3.5-turbo","read","string","startsWith","Authorization","filter","catch","AIRequestError","stream","signal","includes","_isBufferIncomplete","_apiUrl","get","\nYou must keep the text formatting.\n\nContent:\n","aiAssistant.requestParameters.temperature","_authKey","_abortController","_readStreamableResponse","map","processPrompt","data: ","temperature","json","split","_parseAndNormalizeContent","resolve","aiAssistant.apiUrl","model","editor","view","text","aiAssistant.requestParameters.model","message","replace","_readStaticResponse","abort","choices","define","_prepareMessages","length","locale","adapter","name","[DONE]","getReader","parse","Bearer ","_domParser","aiAssistant.requestParameters","serializeToString","decode","_requestParameters","delta","toModel","Moderation","aiAssistant.requestParameters.top_p","AI_ERROR_MODERATION","max_tokens","authKey","processor","_normalizeResponseHeadings"];var b,w;b=k,w=175,function(t){for(;--t;)b.push(b.shift())}(++w);const v=function(t,e){return k[t-=0]};class _ extends e.Plugin{static get pluginName(){return"AIConnector"}constructor(t){super(t),t[v("0x9")][v("0x32")](v("0x27"),"https://api.openai.com/v1/chat/completions"),t[v("0x9")][v("0x32")](v("0x2c"),v("0xc")),t[v("0x9")][v("0x32")]("aiAssistant.requestParameters.max_tokens",2e3),t[v("0x9")][v("0x32")](v("0x1b"),1),t.config[v("0x32")](v("0x44"),1),t[v("0x9")][v("0x32")]("aiAssistant.requestParameters.stream",!0);const e=t[v("0x9")][v("0x19")](v("0x27")),i=t[v("0x9")].get(v("0x4c"))[v("0x47")],n=t[v("0x9")][v("0x19")](v("0x3d"));this._abortController=new AbortController,this[v("0x36")]=new y(t,e,n,i)}async[v("0x20")](e,i,n){const{systemMessage:o,userMessage:r}=this[v("0x33")](e,i);return this[v("0x36")][v("0x4e")](o,r,this._abortController[v("0x15")],n)[v("0x12")]((e=>{if(e instanceof A)return Promise.reject(e);if("AbortError"==e[v("0x37")])return Promise[v("0x26")]();throw console.error(e),new t.CKEditorError("aiconnector-send-prompt-failed",null)}))}[v("0x30")](){this[v("0x1d")][v("0x15")].aborted||(this[v("0x1d")][v("0x30")](),this[v("0x1d")]=new AbortController)}_prepareMessages(t,e){let i,n;return e?(i=v("0x3"),n="Instruction:\n"+t+v("0x1a")+(e[v("0xf")]("<")?e:v("0x0")+e+v("0xb"))):(i="Your task is to generate HTML content accordingly to the given instruction. Never include <img> tag in your response even if asked for. Your answer must be a well-structured and properly formatted HTML code. Answer only with the generated HTML content. Do not add any additional remarks or notes. Do not act like a chatbot or a real person.",n=t),{systemMessage:i,userMessage:n}}}class y{constructor(t,e,i,n){this.editor=t,this[v("0x18")]=e,this[v("0x1c")]=n,this._requestParameters=i,this[v("0x3c")]=new DOMParser,this[v("0x4")]=new XMLSerializer}async sendPrompt(t,e,i,n){const o=this[v("0x29")][v("0x35")],r={"Content-Type":v("0x7")};if(v("0xe")==typeof this._authKey)r[v("0x10")]=v("0x3b")+this[v("0x1c")];else if(this[v("0x1c")])try{const t=await this[v("0x1c")]();r[v("0x10")]=v("0x3b")+t}catch(t){return Promise[v("0xa")](new A(u(o,"AI_ERROR_AUTH_REQUEST")))}const s={model:this[v("0x40")][v("0x28")],messages:[{role:v("0x4b"),content:t},{role:"user",content:e}],stream:this[v("0x40")][v("0x14")],max_tokens:this[v("0x40")][v("0x46")],temperature:this[v("0x40")][v("0x22")],top_p:this[v("0x40")][v("0x4a")]};this[v("0x40")][v("0x2")]&&(s[v("0x2")]=this._requestParameters[v("0x2")]);const a={method:v("0x1"),headers:r,body:JSON[v("0x4d")](s),signal:i},c=await fetch(this[v("0x18")],a);if(c.ok)return this[v("0x40")][v("0x14")]?await this[v("0x1e")](c,n):await this[v("0x2f")](c,n),Promise.resolve();{const t=await c[v("0x2b")]();return t[v("0x16")]("context_length_exceeded")?Promise.reject(new A(u(o,"AI_ERROR_CONTEXT_LENGTH"))):t[v("0x16")](v("0x43"))?Promise[v("0xa")](new A(u(o,v("0x45")))):Promise[v("0xa")](new Error(t))}}async[v("0x1e")](t,e){const i=t.body[v("0x39")](),n=new TextDecoder;let o="",r="",s="",a=!1;for(;!a;){const{done:t,value:c}=await i[v("0xd")](),l=o+n[v("0x3f")](c);let x="";a=t;try{x=this[v("0x51")](l),o=""}catch(t){o+=l;continue}r+=x,!t&&this._isBufferIncomplete(r)||r&&(s+=r,e(this[v("0x25")](s)),r="")}return Promise[v("0x26")]()}async[v("0x2f")](t,e){const i=(await t[v("0x23")]())[v("0x31")][0][v("0x2d")].content;return e(this._parseAndNormalizeContent(i)),Promise[v("0x26")]()}[v("0x17")](t){const e=t.split("<").length!==t[v("0x24")](">")[v("0x34")],i=t[v("0x34")]<30;return e&&i}_parseAndNormalizeContent(t){const e=this[v("0x3c")][v("0x52")](t,v("0x50")),i=this.editor[v("0x8")][v("0x48")].toView(this[v("0x4")][v("0x3e")](e.body));return this[v("0x49")](i),this[v("0x29")][v("0x8")].stringify(this.editor[v("0x8")][v("0x42")](i))}[v("0x49")](t){const e=new g.UpcastWriter(this[v("0x29")][v("0x5")][v("0x2a")][v("0x4f")]),i=new g.Matcher({name:/^h[1-5]$/}),n=[];let o=!1;for(const e of t)e.is("element")&&i.match(e)&&(n.push(e),"h1"==e[v("0x37")]&&(o=!0));if(o)for(const t of n)e.rename("h"+(parseInt(t.name[1])+1),t)}_cleanUpData(t){return t[v("0x24")](/\n(?![^{]*\})/g)[v("0x1f")]((t=>t[v("0x2e")](v("0x21"),"")))[v("0x11")]((t=>t&&t[v("0x34")]>0&&v("0x38")!==t))[v("0x1f")]((t=>{const{choices:e}=JSON[v("0x3a")](t);if(e[0]&&e[0][v("0x41")]&&e[0][v("0x41")][v("0x6")])return e[0][v("0x41")][v("0x6")]}))[v("0x11")]((t=>t)).join("")}}class A extends Error{constructor(t){super(t),this[v("0x37")]=v("0x13")}}const C=["processPrompt","connector","once","reset","set","currentContext","finally","updateView","isProcessing","submitPrompt","render","finishProcessing","mainAction","bind","value","_handlePrompt","prompt","stopProcessing","handleError","startProcessing","listenTo","isRendered","previousPrompt","view","tryAgainEvent","abort","previousContext"];var I,T;I=C,T=332,function(t){for(;--t;)I.push(I.shift())}(++T);const S=function(t,e){return C[t-=0]};class E extends((0,t.ObservableMixin)()){constructor(t,e){super(),this.connector=t,this[S("0xf")]=e,this[S("0x17")]({initialContext:"",currentContext:"",previousContext:void 0,previousPrompt:void 0,previousLabel:void 0,isProcessing:!1}),this[S("0xf")][S("0x5")](S("0x6")).to(this,S("0x18")),this.listenTo(this[S("0xf")],S("0x1"),((t,e)=>{const i=this[S("0x18")]||this.initialContext;this[S("0x7")](e,i)})),this[S("0xc")](this[S("0xf")],S("0x10"),(()=>{this.view[S("0x8")]=this.previousLabel,this._handlePrompt(this[S("0xe")],this[S("0x12")],this.previousLabel)})),this[S("0xc")](this[S("0xf")],S("0x9"),(()=>{this[S("0x9")]()}))}destroy(){this.stopListening()}async[S("0x1a")]({prompt:t,htmlContent:e,label:i,mainAction:n}){this[S("0xf")][S("0x8")]=i,this.view[S("0x4")]=n,this.initialContext=e,t&&(this.view[S("0xd")]?this[S("0x7")](t,e,i):this[S("0xf")][S("0x15")](S("0x2"),(()=>{this[S("0x7")](t,e,i)})))}stopProcessing(){this.isProcessing&&(this[S("0x0")]=!1,this[S("0xf")][S("0x3")](),this[S("0x14")][S("0x11")]())}[S("0x16")](){this.initialContext="",this[S("0x18")]="",this[S("0x12")]="",this.previousPrompt="",this.previousLabel="",this.view[S("0x16")](),this.stopProcessing()}async[S("0x7")](t,e,i){return this.isProcessing=!0,this[S("0xf")][S("0xb")](),this[S("0x12")]=e,this.previousPrompt=t,this.previousLabel=i||t,new Promise((i=>{this[S("0x14")][S("0x13")](t,e,(t=>this._updateValue(t))).catch((t=>{t instanceof A?this[S("0xf")][S("0xa")](t.message):this[S("0xf")][S("0xa")](),i()}))[S("0x19")]((()=>{this[S("0x9")](),i()}))}))}_updateValue(t){this.currentContext=""+t}}const V=["INSERT","replaceButton","AI_","label","mainAction","REPLACE","bind","insertButton","ck-ai-form__toolbar","items","_CONTENT","stopButton","Try again","replace","set","ck-button-action","bindTemplate","isVisible","insert","_createButton","Stop"];var P,R;P=V,R=331,function(t){for(;--t;)P.push(P.shift())}(++R);const B=function(t,e){return V[t-=0]};var L,M;(M=L||(L={}))[B("0xa")]=B("0x12"),M[B("0x5")]=B("0x2");class N extends o.ToolbarView{constructor(t){super(t),this[B("0x13")](B("0x1"),!1),this[B("0x13")](B("0x9"),L[B("0xa")]),this[B("0x6")]=this[B("0x3")]("",B("0x14")),this[B("0x6")][B("0xb")](B("0x8")).to(this,B("0x9"),(e=>u(t,B("0x7")+e.toUpperCase()+B("0xf")))),this[B("0xc")]=this[B("0x3")](u(t,"Insert below")),this.tryAgainButton=this._createButton(u(t,B("0x11"))),this[B("0x10")]=this._createButton(u(t,B("0x4")));const e=this[B("0x0")];this.extendTemplate({attributes:{class:[B("0xd"),e.if(B("0x1"),"ck-hidden",(t=>!t))]}}),this[B("0xe")].addMany([this.replaceButton,this.insertButton,this.tryAgainButton,this[B("0x10")]])}_createButton(t,e){const i=new o.ButtonView(this.locale);return i[B("0x13")]({label:t,class:e||"",isVisible:!0,withText:!0}),i}}const O='<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M5 2.801a.7.7 0 0 0-.7.7v11.5a.8.8 0 0 1-1.6 0v-11.5a2.3 2.3 0 0 1 2.3-2.3h6.5a.8.8 0 0 1 0 1.6H5Zm.7 3.7a2.3 2.3 0 0 1 2.3-2.3h7a2.3 2.3 0 0 1 2.3 2.3v10a2.3 2.3 0 0 1-2.3 2.3H8a2.3 2.3 0 0 1-2.3-2.3v-10Zm2.3-.7a.7.7 0 0 0-.7.7v10a.7.7 0 0 0 .7.7h7a.7.7 0 0 0 .7-.7v-10a.7.7 0 0 0-.7-.7H8Z"/></svg>',H=["appendChild","ck-ai-form__content-field","remove","class","getSelection","write","bind","setTemplate","removeAllRanges","innerHTML","ck-ai-form__copy-button-wrapper","appendLoader","ck-content","locale","setContent","listenTo","_createLoader","text/html","_copyHTMLToClipboard","absolute","execute","_createCopyButton","div","scrollHeight","ClipboardItem","createElement","-9999px","AI is writing...","style","value","copy","body","createRange","render","scrollTo","wheel","copyButtonView","element","smooth","Copy","loaderView","isVisible","check","position","text/plain","isProcessing","ck-ai-form__content-area-wrapper","textContent","mousedown","selectNodeContents","left","addRange","focus","change:value",".ck-ai-form__loader","execCommand","clipboard","contentFieldView","set","icon"];var j,F;j=H,F=464,function(t){for(;--t;)j.push(j.shift())}(++F);const D=function(t,e){return H[t-=0]};class z extends o.View{constructor(t,e=""){super(t),this.set({value:null,isVisible:!1,isProcessing:!1});const i=this.bindTemplate;this.contentFieldView=new q(t,e),this.copyButtonView=this[D("0x25")](),this[D("0x17")]({tag:"div",attributes:{class:["ck",D("0x2"),i.if(D("0x39"),"ck-hidden",(t=>!t))],tabindex:"-1"},children:[{tag:D("0x26"),attributes:{class:["ck","ck-ai-form__content-area",i.if(D("0x1"),"ck-ai-form__content-area--processing")]},children:[this.contentFieldView,{tag:D("0x26"),attributes:{class:["ck",D("0x1a")]},children:[this[D("0x34")]]}]}]})}[D("0x31")](){super.render(),this[D("0x2d")]&&this[D("0xd")][D("0x1e")](this[D("0x2d")]);let t=!1;this.on(D("0x9"),((e,i,n)=>{const o=!this[D("0xd")][D("0x35")].querySelector(D("0xa"));this.contentFieldView.setContent(n),this[D("0x1")]&&o&&!t&&this.element[D("0x32")]({top:this[D("0x35")][D("0x27")],behavior:D("0x36")})})),this.on("change:isProcessing",((e,i,n)=>{t=!1,n?(this[D("0x2d")]=null,this[D("0xd")][D("0x1b")]()):this.value||this[D("0xd")].setContent("")})),this.listenTo(this[D("0x35")],D("0x33"),(()=>{t=!0})),this[D("0x1f")](this[D("0x35")],D("0x4"),(()=>{t=!0}))}[D("0x8")](){this[D("0x35")].focus()}[D("0x25")](){const t=this[D("0x1d")],i=new o.ButtonView(this.locale),n="ck-ai-form__copy-button";return i[D("0xe")]({label:u(t,D("0x37")),icon:O,class:n,tooltip:!0}),i[D("0x16")](D("0x39")).to(this,D("0x2d"),(t=>!!t)),i[D("0x16")]("isEnabled").to(this,D("0x1"),(t=>!t)),i.on(D("0x24"),(()=>{this[D("0x22")](this.contentFieldView.element),i[D("0xf")]=e.icons[D("0x3a")],i[D("0x13")]=n+" ck-ai-form__copy-button--copied",this[D("0x8")](),setTimeout((()=>{i[D("0xf")]=O,i[D("0x13")]=n}),1e3)})),i}_copyHTMLToClipboard(e){const{window:i,document:n}=t.global;if(i[D("0x28")]){const{Blob:t,ClipboardItem:n}=i,o=[new n({"text/html":new t([e[D("0x19")]],{type:D("0x21")}),"text/plain":new t([e[D("0x3")]||""],{type:D("0x0")})})];navigator[D("0xc")][D("0x15")](o)}else{const t=n[D("0x29")]("div");t[D("0x2c")][D("0x3b")]=D("0x23"),t[D("0x2c")][D("0x6")]=D("0x2a"),t[D("0x19")]=e.innerHTML,n[D("0x2f")][D("0x10")](t);const o=n[D("0x30")]();o[D("0x5")](t);const r=i[D("0x14")]();r[D("0x18")](),r[D("0x7")](o),n[D("0xb")](D("0x2e")),t[D("0x12")]()}}}class q extends o.View{constructor(t,e=""){super(t),this[D("0x38")]=this[D("0x20")](),this[D("0x17")]({tag:D("0x26"),attributes:{class:["ck",D("0x1c"),e,"ck-reset_all-excluded",D("0x11")]}})}[D("0x1e")](t){this[D("0x35")][D("0x19")]=t}[D("0x1b")](){this[D("0x35")][D("0x10")](this.loaderView[D("0x35")])}[D("0x20")](){const t=new o.View,e=this.locale,i=new o.SpinnerView;return i[D("0x39")]=!0,t.setTemplate({tag:"div",attributes:{class:["ck","ck-ai-form__loader"]},children:[i,{text:u(e,D("0x2b"))}]}),t[D("0x31")](),t}}const K=["content","set","bindTemplate","text","setTemplate","ck-ai-form__error"];var Z,U;Z=K,U=196,function(t){for(;--t;)Z.push(Z.shift())}(++U);const G=function(t,e){return K[t-=0]};class J extends o.View{constructor(t,e=""){super(t);const i=new o.IconView,n=this[G("0x4")];this[G("0x3")]("text",e),i[G("0x2")]='<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path clip-rule="evenodd" d="M9.9 4.385a1.2 1.2 0 0 0-.44.44h.002l-5.284 9.15a1.2 1.2 0 0 0 1.04 1.8h10.564a1.2 1.2 0 0 0 1.04-1.8l-5.282-9.15a1.2 1.2 0 0 0-1.64-.44Zm.05 8.363a.301.301 0 0 1 .115-.023h.9a.301.301 0 0 1 .3.3v.9a.3.3 0 0 1-.3.3h-.9a.3.3 0 0 1-.3-.3v-.9a.3.3 0 0 1 .185-.277Zm-.185-4.723a.3.3 0 0 1 .3-.3h.9a.3.3 0 0 1 .3.3v3.4a.3.3 0 0 1-.3.3h-.9a.301.301 0 0 1-.3-.3v-3.4Z"/></svg>\n',this[G("0x0")]({tag:"div",attributes:{class:["ck",G("0x1")]},children:[i,{text:n.to(G("0x5"))}]})}}const Y=function(t){return function(e){return null==t?void 0:t[e]}};const W=Y({"&":"&","<":"<",">":">",'"':""","'":"'"});const X="object"==typeof global&&global&&global.Object===Object&&global;var Q="object"==typeof self&&self&&self.Object===Object&&self;const $=(X||Q||Function("return this")()).Symbol;const tt=function(t,e){for(var i=-1,n=null==t?0:t.length,o=Array(n);++i<n;)o[i]=e(t[i],i,t);return o};const et=Array.isArray;var it=Object.prototype,nt=it.hasOwnProperty,ot=it.toString,rt=$?$.toStringTag:void 0;const st=function(t){var e=nt.call(t,rt),i=t[rt];try{t[rt]=void 0;var n=!0}catch(t){}var o=ot.call(t);return n&&(e?t[rt]=i:delete t[rt]),o};var at=Object.prototype.toString;const ct=function(t){return at.call(t)};var lt=$?$.toStringTag:void 0;const xt=function(t){return null==t?void 0===t?"[object Undefined]":"[object Null]":lt&< in Object(t)?st(t):ct(t)};const ut=function(t){return null!=t&&"object"==typeof t};const dt=function(t){return"symbol"==typeof t||ut(t)&&"[object Symbol]"==xt(t)};var ht=$?$.prototype:void 0,mt=ht?ht.toString:void 0;const ft=function t(e){if("string"==typeof e)return e;if(et(e))return tt(e,t)+"";if(dt(e))return mt?mt.call(e):"";var i=e+"";return"0"==i&&1/e==-Infinity?"-0":i};const pt=function(t){return null==t?"":ft(t)};var gt=/[&<>"']/g,kt=RegExp(gt.source);const bt=function(t){return(t=pt(t))&&kt.test(t)?t.replace(gt,W):t},wt=["fire","focus","element","locale","isVisible","execute","requestAnimationFrame","bind","focusFirst","history","ck-ai-form__toggle-history","fieldView","minRows","target","window","render","focusCycler","resultsView","maxRows","isEmpty","isEnabled","children","set","rtl","value","keystrokes","uiLanguageDirection","queryView","add","style","submit","excludeScrollbarsAndBorders","History","isOn","focusLast","focusableChildren","Submit","showHistoryButtonView","_createShowHistoryButton","submitButtonView","enter"];var vt,_t;vt=wt,_t=394,function(t){for(;--t;)vt.push(vt.shift())}(++_t);const yt=function(t,e){return wt[t-=0]};class At extends o.AutocompleteView{constructor(t,e){super(t,e),this[yt("0x2")][yt("0x1b")][yt("0x1c")]=1,this[yt("0x2")].fieldView[yt("0x22")]=3,this[yt("0xe")]=this._createSubmitButton(),this[yt("0xc")]=this[yt("0xd")](),this[yt("0xa")][yt("0x3")](this[yt("0xc")],1),this.focusableChildren[yt("0x3")](this.submitButtonView)}[yt("0x1f")](){super[yt("0x1f")](),this[yt("0x2")].fieldWrapperChildren[yt("0x3")](this.showHistoryButtonView),this[yt("0x25")].add(this[yt("0xe")]),this[yt("0x0")][yt("0x26")](yt("0xf"),((t,e)=>{t[yt("0x1d")]==this[yt("0x2")][yt("0x1b")][yt("0x12")]&&(this.submit(),e())}))}_createSubmitButton(){const t=new o.ButtonView(this.locale),e=this[yt("0x13")];return t[yt("0x26")]({icon:'<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M15.875 4.419a.75.75 0 0 0-1.5 0v7.25H6.818l2.33-1.955a.75.75 0 0 0-.963-1.15l-3.792 3.182a.75.75 0 0 0-.17.945c.046.11.118.208.21.284l3.788 3.18a.75.75 0 1 0 .965-1.149l-2.19-1.837h7.629c.69 0 1.25-.56 1.25-1.25v-7.5Z"/></svg>',label:u(e,yt("0xb")),isVisible:!0,tooltip:!0,class:"ck-ai-form__submit"}),t.on(yt("0x15"),(()=>{this.submit()})),t[yt("0x17")](yt("0x24")).to(this[yt("0x2")].fieldView,yt("0x23"),this,"isEnabled",((t,e)=>!t&&e)),t}[yt("0xd")](){const i=new o.ButtonView(this.locale),n=this[yt("0x21")],r=this[yt("0x13")];i[yt("0x26")]({label:u(r,yt("0x7")),withText:!1,icon:e.icons[yt("0x19")],tooltip:!0,tooltipPosition:"sw",class:yt("0x1a")}),i.bind(yt("0x8")).to(n,yt("0x14")),i[yt("0x17")](yt("0x24")).to(this,yt("0x24")),i.on("execute",(()=>{n[yt("0x14")]=!n[yt("0x14")],n.isVisible?this.filteredView[yt("0x11")]():this[yt("0x11")]()}));const s=()=>{t.global[yt("0x1e")][yt("0x16")]((()=>{if((0,t.isVisible)(this[yt("0x12")])){const e=new t.Rect(this[yt("0x2")].fieldView.element),n=e.width,o=yt("0x27")===r[yt("0x1")]?"left":"right";e[yt("0x6")](),i[yt("0x12")][yt("0x4")][o]=n-e.width+1+"px"}}))};return this[yt("0x2")][yt("0x1b")].on("update",s),this.on(yt("0x1f"),s),i}[yt("0x5")](){const t=this[yt("0x2")][yt("0x1b")][yt("0x12")][yt("0x28")];this[yt("0x10")](yt("0x5"),bt(t))}[yt("0x11")](t){-1===t?this[yt("0x20")][yt("0x9")]():this[yt("0x20")][yt("0x18")]()}}const Ct=["Prompt history","fire","historyGroupView","clearHistoryButton","delegate","add","length","label","children","locale","filter","items","Clear","execute","_createClearHistoryButton"];var It,Tt;It=Ct,Tt=399,function(t){for(;--t;)It.push(It.shift())}(++Tt);const St=function(t,e){return Ct[t-=0]};class Et extends o.ListView{constructor(t){super(t),this[St("0x9")]=this[St("0x5")](),this.historyGroupView=new o.ListItemGroupView,this[St("0x8")][St("0xe")][St("0xb")](this[St("0x9")],1),this.historyGroupView[St("0xd")]=u(t,St("0x6")),this[St("0x8")][St("0x2")][St("0xa")](St("0x4")).to(this),this[St("0x2")].add(this[St("0x8")])}[St("0x1")](){let t=0;for(const e of this[St("0x2")])t+=e[St("0x2")][St("0xc")];return{resultsCount:t,totalItemsCount:t}}[St("0x5")](){const t=this[St("0x0")],e=new o.ButtonView(this[St("0x0")]);return e.set({label:"("+u(t,St("0x3"))+")",withText:!0}),e.on(St("0x4"),(()=>this[St("0x7")]("clearHistory"))),e}}const Vt=["ck-button__label"];var Pt,Rt;Pt=Vt,Rt=380,function(t){for(;--t;)Pt.push(Pt.shift())}(++Rt);const Bt=function(t,e){return Vt[t-=0]};class Lt extends o.HighlightedTextView{constructor(){super(),this.set({style:void 0,text:void 0,id:void 0});const t=this.bindTemplate;this.extendTemplate({attributes:{class:[Bt("0x0")],style:t.to("style"),id:t.to("id")}})}}const Mt=Y({"&":"&","<":"<",">":">",""":'"',"'":"'"});var Nt=/&(?:amp|lt|gt|quot|#39);/g,Ot=RegExp(Nt.source);const Ht=function(t){return(t=pt(t))&&Ot.test(t)?t.replace(Nt,Mt):t},jt=["add","execute","locale","children","set"];var Ft,Dt;Ft=jt,Dt=365,function(t){for(;--t;)Ft.push(Ft.shift())}(++Dt);const zt=function(t,e){return jt[t-=0]};class qt extends o.ListItemView{constructor(t){super();const e=new Lt,i=new o.ButtonView(this[zt("0x2")],e);this[zt("0x3")][zt("0x0")](i),i[zt("0x4")]({label:t.prompt,withText:!0}),i.on("execute",(()=>{this.fire(zt("0x1"),{value:Ht(t.prompt)})}))}}const Kt=["parse","last","length","stringify","setItem","map","addMany","remove","_saveToSessionStorage","CKEditor/AIFormView/PromptHistory","getItem","prompt"];var Zt,Ut;Zt=Kt,Ut=342,function(t){for(;--t;)Zt.push(Zt.shift())}(++Ut);const Gt=function(t,e){return Kt[t-=0]},Jt=Gt("0x3");class Yt extends t.Collection{constructor(){super(),this._loadFromSessionStorage(),this.on("add",((t,e)=>{const i=Wt(e[Gt("0x5")]);for(const t of this)if(t!=e&&Wt(t[Gt("0x5")])===i){this.remove(t);break}this[Gt("0x8")]>20&&this[Gt("0x1")](this[Gt("0x7")]),this[Gt("0x2")]()})),this.on(Gt("0x1"),(()=>{this._saveToSessionStorage()}))}_loadFromSessionStorage(){const t=sessionStorage[Gt("0x4")](Jt)||"[]";this[Gt("0x0")](JSON[Gt("0x6")](t))}_saveToSessionStorage(){sessionStorage[Gt("0xa")](Jt,JSON[Gt("0x9")](this[Gt("0xb")]((t=>t))))}}function Wt(t){return t.toLowerCase().trim()}const Xt='<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M9.61 2.66a1.406 1.406 0 1 0-1.407 0v.891H3.28a2.11 2.11 0 0 0-2.11 2.11v10.312a2.11 2.11 0 0 0 2.11 2.109h5.684l-.054-1.157.18-.25H3.28a.703.703 0 0 1-.703-.702V5.66c0-.389.315-.704.703-.704h11.25c.388 0 .703.315.703.704v2.484l.358-.497a2.492 2.492 0 0 1 1.048-.84V5.66a2.11 2.11 0 0 0-2.11-2.11H9.61v-.89Z"/><path d="M5.625 10.817c.518 0 .937-.63.937-1.407 0-.776-.42-1.406-.937-1.406-.518 0-.938.63-.938 1.406 0 .777.42 1.407.938 1.407Z"/><path d="M13.125 9.41c0 .777-.42 1.407-.938 1.407s-.937-.63-.937-1.407c0-.776.42-1.406.937-1.406.518 0 .938.63.938 1.406Z"/><path d="M.937 8.004A.937.937 0 0 0 0 8.942v1.875c0 .517.42.937.937.937v-3.75Z"/><path d="M6.128 12.51a.782.782 0 0 1 1.085.216c.272.408.907.707 1.693.707s1.421-.3 1.693-.707a.782.782 0 0 1 1.302.868c-.666 1-1.906 1.403-2.995 1.403-1.089 0-2.329-.404-2.995-1.403a.782.782 0 0 1 .217-1.085Z"/><path d="m16.987 8.91-.622.864 2.879 2.074.622-.864a.71.71 0 0 0-.161-.99l-1.728-1.245a.71.71 0 0 0-.99.161Z"/><path d="M11.635 19.951a.355.355 0 0 1-.449-.31l-.214-2.38 4.978-6.911 2.88 2.074-4.978 6.91-2.217.617Z"/></svg>',Qt=["isError","historyGroupView","bindTo","tryAgainEvent","value","stopProcessing","tab","replaceContent","set","ck-hidden","Empty history","shift + tab","high","fieldView","toolbar","add","fire","isEnabled","Ask AI and your prompts will be listed here for you to use later.","reset","_focusCycler","queryView","trim","_focusables","element","_createHistoryView","copyButtonView","AI_ERROR_FAILED","createCollection","mainAction","handleError","focusPrevious","startProcessing","listenTo","forwardCycle","search","tryAgainButton","insertButton","focusNext","submit","focusFirst","focus","stop","_createToolbar","locale","focusTracker","bindTemplate","backwardCycle","header","isVisible","render","keystrokes","ck-ai-form-content","errorView","finishProcessing","replaceButton","execute","ck-ai-form","promptView","isProcessing","Ask AI to improve generated text","focusCycler","contentArea","REPLACE","_promptHistory","div","prompt","setTemplate","clear","bind","stopButton"];var $t,te;$t=Qt,te=193,function(t){for(;--t;)$t.push($t.shift())}(++te);const ee=function(t,e){return Qt[t-=0]};class ie extends o.View{constructor(e,i,n=""){super(e),this[ee("0x1c")](ee("0x25"),!0),this[ee("0x1c")]("isProcessing",!1),this[ee("0x1c")](ee("0xf"),""),this.set("value",""),this[ee("0x1c")](ee("0x14"),!1),this[ee("0x1c")](ee("0x31"),L[ee("0xc")]),this[ee("0xd")]=new Yt,this[ee("0x2")]=new J(e),this[ee("0x44")]=new o.FormHeaderView(e,{label:u(e,"AI Assistant"),icon:Xt}),this.contentArea=new z(e,n),this[ee("0xb")].bind("isProcessing").to(this),this[ee("0xb")][ee("0x12")](ee("0x18")).to(this),this[ee("0x22")]=this[ee("0x3f")](),this[ee("0x22")][ee("0x12")](ee("0x31")).to(this),this[ee("0x7")]=this._createPromptView(),this[ee("0x41")]=new t.FocusTracker,this.keystrokes=new t.KeystrokeHandler,this._focusables=this[ee("0x30")]([this.contentArea,this[ee("0xb")][ee("0x2e")],this[ee("0x22")],this[ee("0x7")]]),this[ee("0x28")]=new o.FocusCycler({focusables:this[ee("0x2b")],focusTracker:this[ee("0x41")],keystrokeHandler:this[ee("0x0")],actions:{focusPrevious:ee("0x1f"),focusNext:ee("0x1a")}}),this[ee("0x7")][ee("0xa")].on(ee("0x36"),(t=>{this[ee("0x28")][ee("0x3a")](),t.stop()})),this[ee("0x7")][ee("0xa")].on(ee("0x43"),(t=>{this[ee("0x28")][ee("0x33")](),t[ee("0x3e")]()})),this[ee("0x7")][ee("0x29")][ee("0x21")][ee("0x12")](ee("0x18")).to(this,ee("0xf"));const r=this[ee("0x42")];this[ee("0x10")]({tag:ee("0xe"),attributes:{class:["ck",ee("0x6"),i],tabindex:"-1"},children:[this.header,{tag:ee("0xe"),attributes:{class:["ck",ee("0x1")]},children:[{tag:ee("0xe"),attributes:{class:[r.if(ee("0x14"),ee("0x1d"),(t=>!t))]},children:[this[ee("0x2")]]},this[ee("0xb")],this[ee("0x22")],this[ee("0x7")]]}]})}render(){super[ee("0x46")](),this[ee("0x41")][ee("0x23")](this[ee("0xb")][ee("0x2c")]),this.focusTracker[ee("0x23")](this[ee("0xb")][ee("0x2e")][ee("0x2c")]),this[ee("0x41")][ee("0x23")](this.toolbar[ee("0x2c")]),this[ee("0x41")][ee("0x23")](this[ee("0x7")][ee("0x2c")]),this[ee("0x0")][ee("0x35")](this[ee("0x2c")])}[ee("0x3d")](){this[ee("0x28")][ee("0x3c")]()}[ee("0x27")](){this[ee("0xf")]="",this[ee("0x18")]="",this[ee("0x7")].reset(),this[ee("0xb")][ee("0x45")]=!1,this.toolbar[ee("0x45")]=!1}_createPromptView(){const t=this[ee("0x40")],e=new At(t,{queryView:{label:u(t,"Ask AI to edit or generate"),creator:o.createLabeledTextarea,showIcon:!1,showResetButton:!1},infoView:{text:{noSearchableItems:{primary:u(t,ee("0x1e")),secondary:u(t,ee("0x26"))}}},filteredView:this._createHistoryView(),queryMinChars:1/0,resetOnBlur:!1});return e[ee("0x12")](ee("0x25")).to(this,ee("0x25"),this,"isProcessing",((t,e)=>t&&!e)),this.listenTo(e,ee("0x3b"),((t,e)=>{this[ee("0xf")]=e,this[ee("0x24")]("submitPrompt",this.prompt),e[ee("0x2a")]()&&this[ee("0xd")][ee("0x23")]({prompt:e.trim()},0)}),{priority:ee("0x20")}),e}[ee("0x2d")](){const t=new Et(this[ee("0x40")]);return t[ee("0x15")].items[ee("0x16")](this[ee("0xd")]).as(qt),t.on("clearHistory",(()=>{this._promptHistory[ee("0x11")](),this.promptView[ee("0x37")](""),this.promptView.focus()})),t}_createToolbar(){const t=new N(this[ee("0x40")]);return t[ee("0x4")][ee("0x12")](ee("0x25")).to(this,ee("0x25"),this,"isProcessing",this,"value",((t,e,i)=>t&&!e&&!!i)),t[ee("0x4")].on(ee("0x5"),(()=>{this.fire(ee("0x1b"),this[ee("0x18")])})),t.insertButton[ee("0x12")]("isEnabled").to(this,ee("0x25"),this,ee("0x8"),this,ee("0x18"),((t,e,i)=>t&&!e&&!!i)),t[ee("0x39")].on(ee("0x5"),(()=>{this[ee("0x24")]("insertContentBelow",this[ee("0x18")])})),t[ee("0x38")][ee("0x12")](ee("0x25")).to(this,ee("0x25"),this,"isProcessing",((t,e)=>t&&!e)),t[ee("0x38")].on(ee("0x5"),(()=>{this[ee("0x24")](ee("0x17"))})),t.stopButton[ee("0x12")](ee("0x25")).to(this,ee("0x8")),t[ee("0x13")].on(ee("0x5"),(()=>{this[ee("0x24")](ee("0x19"))})),t}[ee("0x34")](){this[ee("0x18")]="",this[ee("0x14")]=!1,this.isProcessing=!0,this[ee("0xb")][ee("0x45")]=!0,this.toolbar[ee("0x45")]=!0,this[ee("0xb")][ee("0x3d")]()}[ee("0x3")](){const t=this[ee("0x40")];this.isProcessing=!1,this[ee("0xf")]="",this[ee("0x7")].reset(),this.value&&(this[ee("0x7")].queryView.label=u(t,ee("0x9")))}[ee("0x32")](t){const e=this[ee("0x40")];this[ee("0x3")](),this[ee("0x14")]=!0,this.errorView.text=t||u(e,ee("0x2f")),this[ee("0x18")]||(this[ee("0xb")][ee("0x45")]=!1)}}const ne=["match","items","highlightText","isVisible","label","length","children","filter"];var oe,re;oe=ne,re=239,function(t){for(;--t;)oe.push(oe.shift())}(++re);const se=function(t,e){return ne[t-=0]};class ae extends o.ListView{filter(t){let e=0,i=0;for(const n of this[se("0x2")]){const o=n,r=t&&!!o[se("0x5")][se("0x1")](t);o.labelView.highlightText(r?t:null);for(const e of o[se("0x2")]){const i=e[se("0x7")].first,n=i.labelView;if(t){const o=!!i[se("0x5")][se("0x1")](t);n[se("0x3")](o?t:null),e[se("0x4")]=r||o}else e[se("0x4")]=!0,n[se("0x3")](null)}const s=o[se("0x2")][se("0x0")]((t=>t[se("0x4")]))[se("0x6")];e+=o[se("0x2")][se("0x6")],i+=r?o[se("0x2")][se("0x6")]:s,o[se("0x4")]=r||!!s}return{resultsCount:i,totalItemsCount:e}}}const ce=["ck-label","for","bindTemplate","ck-editor__label_"];var le,xe;le=ce,xe=370,function(t){for(;--t;)le.push(le.shift())}(++xe);const ue=function(t,e){return ce[t-=0]};class de extends o.HighlightedTextView{constructor(){super(),this.set("for",void 0);const e=this[ue("0x0")];this.id=ue("0x1")+(0,t.uid)(),this.extendTemplate({attributes:{class:["ck",ue("0x2")],id:this.id,for:e.to(ue("0x3"))}})}}var he=i(278),me=i.n(he),fe=i(692),pe={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};me()(fe.Z,pe);fe.Z.locals;var ge=i(488),ke={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};me()(ge.Z,ke);ge.Z.locals;var be=i(243),we={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};me()(be.Z,we);be.Z.locals;const ve=["domConverter","aiAssistant.disabledElements","showAIAssistant","set","document","listenTo","getLimitElement","AI Assistant","config","fromCharCode","ck-ai-assistant-ui","afterInit","model","panelView","then","forEach","createRange","_isUIVisible","aiAssistant.commands","insertContent","children","editing","AIAssistantUI","No commands available","_enableAIBalloonInteractions","reset","replaceContent","toViewRange","start","define","context","element","editor","updatePosition","aiCommands","join","addMany","end","copy","ck-ai-assistant-button ","selection","fire","locale","_formView","_balloon","bind","getData","groupId","Search AI command","componentFactory","isNaN","isCollapsed","ck-ai-commands-search","change:isOpen","Esc","_aiConnector","updateView","focus","map","hideFakeVisualSelection","showFakeVisualSelection"," ck-ai-assistant-ui_theme","getBoundingRect","isAtStart","mapper","aiAssistant.contentAreaCssClass","isEnabled","insertContentBelow","label","prompt","getRevision","INSERT","setSelection","No commands found","requires","requiresContent","_aiAssistantController","from","entries","view","commands","hideUI","plugins","_initView","ck-ai-commands-dropdown ","_uiCssClasses","aiAssistant","execute","change","items","media","get","add","pluginName","getRanges","rawHtml","AIConnector","init","buttonView","tableOfContents"];var _e,ye;_e=ve,ye=387,function(t){for(;--t;)_e.push(_e.shift())}(++ye);const Ae=function(t,e){return ve[t-=0]},Ce=globalThis.DataTransfer;class Ie extends e.Plugin{static get[Ae("0x6")](){return Ae("0x23")}static get[Ae("0x57")](){return[x,"AIConnector",o.ContextualBalloon]}constructor(t){super(t),this[Ae("0x62")]="",t[Ae("0x15")][Ae("0x2a")](Ae("0xe"),[Ae("0x3"),Ae("0x8"),Ae("0xc")]),t[Ae("0x15")][Ae("0x2a")]("aiAssistant.useTheme",!0),t[Ae("0x15")][Ae("0x2a")](Ae("0x4e"),""),this[Ae("0x62")]=Ae("0x17")+(t[Ae("0x15")][Ae("0x4")]("aiAssistant.useTheme")?Ae("0x4a"):"")}[Ae("0xa")](){const{editor:e}=this;this[Ae("0x44")]=e[Ae("0x5f")][Ae("0x4")](Ae("0x9")),this[Ae("0x39")]=e[Ae("0x5f")][Ae("0x4")](o.ContextualBalloon),this[Ae("0x38")]=null,this[Ae("0x10")](Ae("0x1e"),!1),e[Ae("0x5d")][Ae("0x5")](Ae("0xf"),new p(e));const i=e.commands[Ae("0x4")]("showAIAssistant"),n=e[Ae("0x5f")].get(x);e.ui[Ae("0x3e")][Ae("0x5")](Ae("0x2f"),(r=>{const s=(0,o.createDropdown)(r),a=function(t,e){const i=new ae(t[Ae("0x37")]),n=function(t){const e={};return t[Ae("0x1c")]((t=>{const i=t.groupLabel||t[Ae("0x3c")],n=t[Ae("0x5d")];e[i]=n})),e}(t.config[Ae("0x4")](Ae("0x1f"))||[]);return Object[Ae("0x5b")](n)[Ae("0x1c")]((([n,r])=>{const s=r.map((i=>function(t,e,i){const n=new o.ListItemView,r=new Lt,s=new o.ButtonView(t,r);return n[Ae("0x21")].add(s),s[Ae("0x10")]({label:i[Ae("0x51")],withText:!0}),s.on(Ae("0x0"),(()=>{e(i[Ae("0x52")],i[Ae("0x51")],void 0===i[Ae("0x58")]||i[Ae("0x58")])})),n}(t[Ae("0x37")],e,i)));i.items[Ae("0x5")](function(t,e,i){const n=new o.ListItemGroupView(t,new de);return n.label=e,n[Ae("0x2")][Ae("0x31")](i),n}(t[Ae("0x37")],n,s))})),i}(e,((n,o,r)=>{const s=e[Ae("0x19")].document[Ae("0x35")];if(r&&s[Ae("0x40")]){const i=(0,t.first)(s.getSelectedBlocks())||e.model.schema[Ae("0x13")](s);e[Ae("0x19")][Ae("0x1")]((t=>{t[Ae("0x55")](i,"in")}))}i[Ae("0x0")](n,o)})),c=new o.SearchTextView(r,{filteredView:a,queryView:{label:u(r,Ae("0x3d"))},class:Ae("0x41"),infoView:{text:{notFound:{primary:u(r,Ae("0x56"))},noSearchableItems:{primary:u(r,Ae("0x24"))}}}});return s[Ae("0x10")]({class:Ae("0x61")+this[Ae("0x62")]}),s[Ae("0x3a")](Ae("0x4f")).to(i,"isEnabled"),s[Ae("0x1a")][Ae("0x21")][Ae("0x5")](c),s[Ae("0xb")][Ae("0x10")]({label:u(r,"AI Commands"),icon:'<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M15.346 9.422a.151.151 0 0 1 .284 0l.548 1.484a.152.152 0 0 0 .09.089l1.483.549a.151.151 0 0 1 0 .284l-1.483.548a.151.151 0 0 0-.09.09l-.548 1.483a.152.152 0 0 1-.142.1.151.151 0 0 1-.142-.1l-.549-1.483a.15.15 0 0 0-.09-.09l-1.483-.548a.15.15 0 0 1 0-.284l1.484-.549a.152.152 0 0 0 .089-.09l.549-1.483Z"/><path d="M16.306 1.742a.151.151 0 0 1 .284 0l.549 1.483a.15.15 0 0 0 .089.09l1.483.548a.151.151 0 0 1 .072.229.151.151 0 0 1-.072.055l-1.483.549a.15.15 0 0 0-.09.09l-.548 1.482a.151.151 0 0 1-.284 0l-.549-1.483a.15.15 0 0 0-.09-.09l-1.483-.548a.151.151 0 0 1 0-.284l1.484-.549a.152.152 0 0 0 .09-.089l.548-1.483Z"/><path d="M7.665 1.742a.151.151 0 0 1 .284 0l.549 1.483a.151.151 0 0 0 .09.09l1.482.548a.151.151 0 0 1 .072.229.151.151 0 0 1-.072.055l-1.483.549a.151.151 0 0 0-.09.09L7.95 6.267a.151.151 0 0 1-.284 0l-.549-1.483a.151.151 0 0 0-.089-.09l-1.483-.548a.151.151 0 0 1 0-.284l1.483-.549a.151.151 0 0 0 .09-.089l.548-1.483-.001.001Z"/><path d="M14.72 7.946a.848.848 0 0 0 .25-.591.824.824 0 0 0-.241-.588l-1.943-1.938a.812.812 0 0 0-.588-.241.838.838 0 0 0-.591.25l-1.545 1.539 3.115 3.115 1.542-1.546h.001Z"/><path clip-rule="evenodd" d="M1.19 15.636a.96.96 0 0 1 .281-.679l7.835-7.834 3.121 3.12-7.834 7.835a.959.959 0 0 1-1.358 0l-1.764-1.764a.96.96 0 0 1-.28-.678Zm9.22-5.391-1.121-1.12-6.479 6.478 1.121 1.121 6.479-6.479Z"/></svg>',tooltip:!0}),s.on(Ae("0x42"),((t,e,i)=>{i?(c.reset(),n.showFakeVisualSelection(),a[Ae("0x2c")].scrollTo(0,0)):this[Ae("0x38")]||n[Ae("0x48")]()})),s})),e.ui.componentFactory[Ae("0x5")](Ae("0x63"),(t=>{const e=new o.ButtonView(t);return e[Ae("0x10")]({label:u(t,Ae("0x14")),tooltip:u(t,Ae("0x14")),icon:Xt,class:Ae("0x34")+this._uiCssClasses}),e.bind("isEnabled").to(i),e[Ae("0x3a")]("isOn").to(this,Ae("0x1e")),this[Ae("0x12")](e,Ae("0x0"),(()=>i.execute())),e}))}[Ae("0x18")](){!function(t){function i(t){return t[Ae("0x47")]((t=>String[Ae("0x16")](t)))[Ae("0x30")]("")}(t=>{function n(t){return i([112,108,117,103,105,110,78,97,109,101])in t}const o=[1,85,78,115,198,255,50,112,83,87,161],r=[127,34,6,211,167,86,146,199,132,160,18];function s(t){return function(t,e){const n=function(t){const e=atob(t),[n,o]=e[i([115,112,108,105,116])](i([45]));try{if(atob(o))return atob(n)}catch(t){}return e}(t),o=Array[i([102,114,111,109])](function(t){const e=new Uint8Array(t[i([108,101,110,103,116,104])]);for(let n=0;n<t[i([108,101,110,103,116,104])];n++)e[n]=t[i([99,104,97,114,67,111,100,101,65,116])](n);return e}(n)),r=o[i([112,111,112])](),s=o[i([112,111,112])]();return function(t){let e="";for(const n of t)e+=String[i([102,114,111,109,67,104,97,114,67,111,100,101])](n);return e}(function(t,e,n){const o={};o[i([110,117,109,98,101,114,79,102,82,111,117,110,100,115])]={16:10,24:12,32:14},o[i([114,99,111,110])]=[1,2,4,8,16,32,64,128,27,54,108,216,171,77,154,47,94,188,99,198,151,53,106,212,179,125,250,239,197,145],o[i([83])]=[99,124,119,123,242,107,111,197,48,1,103,43,254,215,171,118,202,130,201,125,250,89,71,240,173,212,162,175,156,164,114,192,183,253,147,38,54,63,247,204,52,165,229,241,113,216,49,21,4,199,35,195,24,150,5,154,7,18,128,226,235,39,178,117,9,131,44,26,27,110,90,160,82,59,214,179,41,227,47,132,83,209,0,237,32,252,177,91,106,203,190,57,74,76,88,207,208,239,170,251,67,77,51,133,69,249,2,127,80,60,159,168,81,163,64,143,146,157,56,245,188,182,218,33,16,255,243,210,205,12,19,236,95,151,68,23,196,167,126,61,100,93,25,115,96,129,79,220,34,42,144,136,70,238,184,20,222,94,11,219,224,50,58,10,73,6,36,92,194,211,172,98,145,149,228,121,231,200,55,109,141,213,78,169,108,86,244,234,101,122,174,8,186,120,37,46,28,166,180,198,232,221,116,31,75,189,139,138,112,62,181,102,72,3,246,14,97,53,87,185,134,193,29,158,225,248,152,17,105,217,142,148,155,30,135,233,206,85,40,223,140,161,137,13,191,230,66,104,65,153,45,15,176,84,187,22],o[i([84,49])]=[3328402341,4168907908,4000806809,4135287693,4294111757,3597364157,3731845041,2445657428,1613770832,33620227,3462883241,1445669757,3892248089,3050821474,1303096294,3967186586,2412431941,528646813,2311702848,4202528135,4026202645,2992200171,2387036105,4226871307,1101901292,3017069671,1604494077,1169141738,597466303,1403299063,3832705686,2613100635,1974974402,3791519004,1033081774,1277568618,1815492186,2118074177,4126668546,2211236943,1748251740,1369810420,3521504564,4193382664,3799085459,2883115123,1647391059,706024767,134480908,2512897874,1176707941,2646852446,806885416,932615841,168101135,798661301,235341577,605164086,461406363,3756188221,3454790438,1311188841,2142417613,3933566367,302582043,495158174,1479289972,874125870,907746093,3698224818,3025820398,1537253627,2756858614,1983593293,3084310113,2108928974,1378429307,3722699582,1580150641,327451799,2790478837,3117535592,0,3253595436,1075847264,3825007647,2041688520,3059440621,3563743934,2378943302,1740553945,1916352843,2487896798,2555137236,2958579944,2244988746,3151024235,3320835882,1336584933,3992714006,2252555205,2588757463,1714631509,293963156,2319795663,3925473552,67240454,4269768577,2689618160,2017213508,631218106,1269344483,2723238387,1571005438,2151694528,93294474,1066570413,563977660,1882732616,4059428100,1673313503,2008463041,2950355573,1109467491,537923632,3858759450,4260623118,3218264685,2177748300,403442708,638784309,3287084079,3193921505,899127202,2286175436,773265209,2479146071,1437050866,4236148354,2050833735,3362022572,3126681063,840505643,3866325909,3227541664,427917720,2655997905,2749160575,1143087718,1412049534,999329963,193497219,2353415882,3354324521,1807268051,672404540,2816401017,3160301282,369822493,2916866934,3688947771,1681011286,1949973070,336202270,2454276571,201721354,1210328172,3093060836,2680341085,3184776046,1135389935,3294782118,965841320,831886756,3554993207,4068047243,3588745010,2345191491,1849112409,3664604599,26054028,2983581028,2622377682,1235855840,3630984372,2891339514,4092916743,3488279077,3395642799,4101667470,1202630377,268961816,1874508501,4034427016,1243948399,1546530418,941366308,1470539505,1941222599,2546386513,3421038627,2715671932,3899946140,1042226977,2521517021,1639824860,227249030,260737669,3765465232,2084453954,1907733956,3429263018,2420656344,100860677,4160157185,470683154,3261161891,1781871967,2924959737,1773779408,394692241,2579611992,974986535,664706745,3655459128,3958962195,731420851,571543859,3530123707,2849626480,126783113,865375399,765172662,1008606754,361203602,3387549984,2278477385,2857719295,1344809080,2782912378,59542671,1503764984,160008576,437062935,1707065306,3622233649,2218934982,3496503480,2185314755,697932208,1512910199,504303377,2075177163,2824099068,1841019862,739644986],o[i([84,50])]=[2781242211,2230877308,2582542199,2381740923,234877682,3184946027,2984144751,1418839493,1348481072,50462977,2848876391,2102799147,434634494,1656084439,3863849899,2599188086,1167051466,2636087938,1082771913,2281340285,368048890,3954334041,3381544775,201060592,3963727277,1739838676,4250903202,3930435503,3206782108,4149453988,2531553906,1536934080,3262494647,484572669,2923271059,1783375398,1517041206,1098792767,49674231,1334037708,1550332980,4098991525,886171109,150598129,2481090929,1940642008,1398944049,1059722517,201851908,1385547719,1699095331,1587397571,674240536,2704774806,252314885,3039795866,151914247,908333586,2602270848,1038082786,651029483,1766729511,3447698098,2682942837,454166793,2652734339,1951935532,775166490,758520603,3000790638,4004797018,4217086112,4137964114,1299594043,1639438038,3464344499,2068982057,1054729187,1901997871,2534638724,4121318227,1757008337,0,750906861,1614815264,535035132,3363418545,3988151131,3201591914,1183697867,3647454910,1265776953,3734260298,3566750796,3903871064,1250283471,1807470800,717615087,3847203498,384695291,3313910595,3617213773,1432761139,2484176261,3481945413,283769337,100925954,2180939647,4037038160,1148730428,3123027871,3813386408,4087501137,4267549603,3229630528,2315620239,2906624658,3156319645,1215313976,82966005,3747855548,3245848246,1974459098,1665278241,807407632,451280895,251524083,1841287890,1283575245,337120268,891687699,801369324,3787349855,2721421207,3431482436,959321879,1469301956,4065699751,2197585534,1199193405,2898814052,3887750493,724703513,2514908019,2696962144,2551808385,3516813135,2141445340,1715741218,2119445034,2872807568,2198571144,3398190662,700968686,3547052216,1009259540,2041044702,3803995742,487983883,1991105499,1004265696,1449407026,1316239930,504629770,3683797321,168560134,1816667172,3837287516,1570751170,1857934291,4014189740,2797888098,2822345105,2754712981,936633572,2347923833,852879335,1133234376,1500395319,3084545389,2348912013,1689376213,3533459022,3762923945,3034082412,4205598294,133428468,634383082,2949277029,2398386810,3913789102,403703816,3580869306,2297460856,1867130149,1918643758,607656988,4049053350,3346248884,1368901318,600565992,2090982877,2632479860,557719327,3717614411,3697393085,2249034635,2232388234,2430627952,1115438654,3295786421,2865522278,3633334344,84280067,33027830,303828494,2747425121,1600795957,4188952407,3496589753,2434238086,1486471617,658119965,3106381470,953803233,334231800,3005978776,857870609,3151128937,1890179545,2298973838,2805175444,3056442267,574365214,2450884487,550103529,1233637070,4289353045,2018519080,2057691103,2399374476,4166623649,2148108681,387583245,3664101311,836232934,3330556482,3100665960,3280093505,2955516313,2002398509,287182607,3413881008,4238890068,3597515707,975967766],o[i([84,51])]=[1671808611,2089089148,2006576759,2072901243,4061003762,1807603307,1873927791,3310653893,810573872,16974337,1739181671,729634347,4263110654,3613570519,2883997099,1989864566,3393556426,2191335298,3376449993,2106063485,4195741690,1508618841,1204391495,4027317232,2917941677,3563566036,2734514082,2951366063,2629772188,2767672228,1922491506,3227229120,3082974647,4246528509,2477669779,644500518,911895606,1061256767,4144166391,3427763148,878471220,2784252325,3845444069,4043897329,1905517169,3631459288,827548209,356461077,67897348,3344078279,593839651,3277757891,405286936,2527147926,84871685,2595565466,118033927,305538066,2157648768,3795705826,3945188843,661212711,2999812018,1973414517,152769033,2208177539,745822252,439235610,455947803,1857215598,1525593178,2700827552,1391895634,994932283,3596728278,3016654259,695947817,3812548067,795958831,2224493444,1408607827,3513301457,0,3979133421,543178784,4229948412,2982705585,1542305371,1790891114,3410398667,3201918910,961245753,1256100938,1289001036,1491644504,3477767631,3496721360,4012557807,2867154858,4212583931,1137018435,1305975373,861234739,2241073541,1171229253,4178635257,33948674,2139225727,1357946960,1011120188,2679776671,2833468328,1374921297,2751356323,1086357568,2408187279,2460827538,2646352285,944271416,4110742005,3168756668,3066132406,3665145818,560153121,271589392,4279952895,4077846003,3530407890,3444343245,202643468,322250259,3962553324,1608629855,2543990167,1154254916,389623319,3294073796,2817676711,2122513534,1028094525,1689045092,1575467613,422261273,1939203699,1621147744,2174228865,1339137615,3699352540,577127458,712922154,2427141008,2290289544,1187679302,3995715566,3100863416,339486740,3732514782,1591917662,186455563,3681988059,3762019296,844522546,978220090,169743370,1239126601,101321734,611076132,1558493276,3260915650,3547250131,2901361580,1655096418,2443721105,2510565781,3828863972,2039214713,3878868455,3359869896,928607799,1840765549,2374762893,3580146133,1322425422,2850048425,1823791212,1459268694,4094161908,3928346602,1706019429,2056189050,2934523822,135794696,3134549946,2022240376,628050469,779246638,472135708,2800834470,3032970164,3327236038,3894660072,3715932637,1956440180,522272287,1272813131,3185336765,2340818315,2323976074,1888542832,1044544574,3049550261,1722469478,1222152264,50660867,4127324150,236067854,1638122081,895445557,1475980887,3117443513,2257655686,3243809217,489110045,2662934430,3778599393,4162055160,2561878936,288563729,1773916777,3648039385,2391345038,2493985684,2612407707,505560094,2274497927,3911240169,3460925390,1442818645,678973480,3749357023,2358182796,2717407649,2306869641,219617805,3218761151,3862026214,1120306242,1756942440,1103331905,2578459033,762796589,252780047,2966125488,1425844308,3151392187,372911126],o[i([84,52])]=[1667474886,2088535288,2004326894,2071694838,4075949567,1802223062,1869591006,3318043793,808472672,16843522,1734846926,724270422,4278065639,3621216949,2880169549,1987484396,3402253711,2189597983,3385409673,2105378810,4210693615,1499065266,1195886990,4042263547,2913856577,3570689971,2728590687,2947541573,2627518243,2762274643,1920112356,3233831835,3082273397,4261223649,2475929149,640051788,909531756,1061110142,4160160501,3435941763,875846760,2779116625,3857003729,4059105529,1903268834,3638064043,825316194,353713962,67374088,3351728789,589522246,3284360861,404236336,2526454071,84217610,2593830191,117901582,303183396,2155911963,3806477791,3958056653,656894286,2998062463,1970642922,151591698,2206440989,741110872,437923380,454765878,1852748508,1515908788,2694904667,1381168804,993742198,3604373943,3014905469,690584402,3823320797,791638366,2223281939,1398011302,3520161977,0,3991743681,538992704,4244381667,2981218425,1532751286,1785380564,3419096717,3200178535,960056178,1246420628,1280103576,1482221744,3486468741,3503319995,4025428677,2863326543,4227536621,1128514950,1296947098,859002214,2240123921,1162203018,4193849577,33687044,2139062782,1347481760,1010582648,2678045221,2829640523,1364325282,2745433693,1077985408,2408548869,2459086143,2644360225,943212656,4126475505,3166494563,3065430391,3671750063,555836226,269496352,4294908645,4092792573,3537006015,3452783745,202118168,320025894,3974901699,1600119230,2543297077,1145359496,387397934,3301201811,2812801621,2122220284,1027426170,1684319432,1566435258,421079858,1936954854,1616945344,2172753945,1330631070,3705438115,572679748,707427924,2425400123,2290647819,1179044492,4008585671,3099120491,336870440,3739122087,1583276732,185277718,3688593069,3772791771,842159716,976899700,168435220,1229577106,101059084,606366792,1549591736,3267517855,3553849021,2897014595,1650632388,2442242105,2509612081,3840161747,2038008818,3890688725,3368567691,926374254,1835907034,2374863873,3587531953,1313788572,2846482505,1819063512,1448540844,4109633523,3941213647,1701162954,2054852340,2930698567,134748176,3132806511,2021165296,623210314,774795868,471606328,2795958615,3031746419,3334885783,3907527627,3722280097,1953799400,522133822,1263263126,3183336545,2341176845,2324333839,1886425312,1044267644,3048588401,1718004428,1212733584,50529542,4143317495,235803164,1633788866,892690282,1465383342,3115962473,2256965911,3250673817,488449850,2661202215,3789633753,4177007595,2560144171,286339874,1768537042,3654906025,2391705863,2492770099,2610673197,505291324,2273808917,3924369609,3469625735,1431699370,673740880,3755965093,2358021891,2711746649,2307489801,218961690,3217021541,3873845719,1111672452,1751693520,1094828930,2576986153,757954394,252645662,2964376443,1414855848,3149649517,370555436],o[i([85,49])]=[0,235474187,470948374,303765277,941896748,908933415,607530554,708780849,1883793496,2118214995,1817866830,1649639237,1215061108,1181045119,1417561698,1517767529,3767586992,4003061179,4236429990,4069246893,3635733660,3602770327,3299278474,3400528769,2430122216,2664543715,2362090238,2193862645,2835123396,2801107407,3035535058,3135740889,3678124923,3576870512,3341394285,3374361702,3810496343,3977675356,4279080257,4043610186,2876494627,2776292904,3076639029,3110650942,2472011535,2640243204,2403728665,2169303058,1001089995,899835584,666464733,699432150,59727847,226906860,530400753,294930682,1273168787,1172967064,1475418501,1509430414,1942435775,2110667444,1876241833,1641816226,2910219766,2743034109,2976151520,3211623147,2505202138,2606453969,2302690252,2269728455,3711829422,3543599269,3240894392,3475313331,3843699074,3943906441,4178062228,4144047775,1306967366,1139781709,1374988112,1610459739,1975683434,2076935265,1775276924,1742315127,1034867998,866637845,566021896,800440835,92987698,193195065,429456164,395441711,1984812685,2017778566,1784663195,1683407248,1315562145,1080094634,1383856311,1551037884,101039829,135050206,437757123,337553864,1042385657,807962610,573804783,742039012,2531067453,2564033334,2328828971,2227573024,2935566865,2700099354,3001755655,3168937228,3868552805,3902563182,4203181171,4102977912,3736164937,3501741890,3265478751,3433712980,1106041591,1340463100,1576976609,1408749034,2043211483,2009195472,1708848333,1809054150,832877231,1068351396,766945465,599762354,159417987,126454664,361929877,463180190,2709260871,2943682380,3178106961,3009879386,2572697195,2538681184,2236228733,2336434550,3509871135,3745345300,3441850377,3274667266,3910161971,3877198648,4110568485,4211818798,2597806476,2497604743,2261089178,2295101073,2733856160,2902087851,3202437046,2968011453,3936291284,3835036895,4136440770,4169408201,3535486456,3702665459,3467192302,3231722213,2051518780,1951317047,1716890410,1750902305,1113818384,1282050075,1584504582,1350078989,168810852,67556463,371049330,404016761,841739592,1008918595,775550814,540080725,3969562369,3801332234,4035489047,4269907996,3569255213,3669462566,3366754619,3332740144,2631065433,2463879762,2160117071,2395588676,2767645557,2868897406,3102011747,3069049960,202008497,33778362,270040487,504459436,875451293,975658646,675039627,641025152,2084704233,1917518562,1615861247,1851332852,1147550661,1248802510,1484005843,1451044056,933301370,967311729,733156972,632953703,260388950,25965917,328671808,496906059,1206477858,1239443753,1543208500,1441952575,2144161806,1908694277,1675577880,1842759443,3610369226,3644379585,3408119516,3307916247,4011190502,3776767469,4077384432,4245618683,2809771154,2842737049,3144396420,3043140495,2673705150,2438237621,2203032232,2370213795],o[i([85,50])]=[0,185469197,370938394,487725847,741876788,657861945,975451694,824852259,1483753576,1400783205,1315723890,1164071807,1950903388,2135319889,1649704518,1767536459,2967507152,3152976349,2801566410,2918353863,2631447780,2547432937,2328143614,2177544179,3901806776,3818836405,4270639778,4118987695,3299409036,3483825537,3535072918,3652904859,2077965243,1893020342,1841768865,1724457132,1474502543,1559041666,1107234197,1257309336,598438867,681933534,901210569,1052338372,261314535,77422314,428819965,310463728,3409685355,3224740454,3710368113,3593056380,3875770207,3960309330,4045380933,4195456072,2471224067,2554718734,2237133081,2388260884,3212035895,3028143674,2842678573,2724322336,4138563181,4255350624,3769721975,3955191162,3667219033,3516619604,3431546947,3347532110,2933734917,2782082824,3099667487,3016697106,2196052529,2313884476,2499348523,2683765030,1179510461,1296297904,1347548327,1533017514,1786102409,1635502980,2087309459,2003294622,507358933,355706840,136428751,53458370,839224033,957055980,605657339,790073846,2373340630,2256028891,2607439820,2422494913,2706270690,2856345839,3075636216,3160175349,3573941694,3725069491,3273267108,3356761769,4181598602,4063242375,4011996048,3828103837,1033297158,915985419,730517276,545572369,296679730,446754879,129166120,213705253,1709610350,1860738147,1945798516,2029293177,1239331162,1120974935,1606591296,1422699085,4148292826,4233094615,3781033664,3931371469,3682191598,3497509347,3446004468,3328955385,2939266226,2755636671,3106780840,2988687269,2198438022,2282195339,2501218972,2652609425,1201765386,1286567175,1371368976,1521706781,1805211710,1620529459,2105887268,1988838185,533804130,350174575,164439672,46346101,870912086,954669403,636813900,788204353,2358957921,2274680428,2592523643,2441661558,2695033685,2880240216,3065962831,3182487618,3572145929,3756299780,3270937875,3388507166,4174560061,4091327024,4006521127,3854606378,1014646705,930369212,711349675,560487590,272786309,457992840,106852767,223377554,1678381017,1862534868,1914052035,2031621326,1211247597,1128014560,1580087799,1428173050,32283319,182621114,401639597,486441376,768917123,651868046,1003007129,818324884,1503449823,1385356242,1333838021,1150208456,1973745387,2125135846,1673061617,1756818940,2970356327,3120694122,2802849917,2887651696,2637442643,2520393566,2334669897,2149987652,3917234703,3799141122,4284502037,4100872472,3309594171,3460984630,3545789473,3629546796,2050466060,1899603969,1814803222,1730525723,1443857720,1560382517,1075025698,1260232239,575138148,692707433,878443390,1062597235,243256656,91341917,409198410,325965383,3403100636,3252238545,3704300486,3620022987,3874428392,3990953189,4042459122,4227665663,2460449204,2578018489,2226875310,2411029155,3198115200,3046200461,2827177882,2743944855],o[i([85,51])]=[0,218828297,437656594,387781147,875313188,958871085,775562294,590424639,1750626376,1699970625,1917742170,2135253587,1551124588,1367295589,1180849278,1265195639,3501252752,3720081049,3399941250,3350065803,3835484340,3919042237,4270507174,4085369519,3102249176,3051593425,2734591178,2952102595,2361698556,2177869557,2530391278,2614737639,3145456443,3060847922,2708326185,2892417312,2404901663,2187128086,2504130317,2555048196,3542330227,3727205754,3375740769,3292445032,3876557655,3926170974,4246310725,4027744588,1808481195,1723872674,1910319033,2094410160,1608975247,1391201670,1173430173,1224348052,59984867,244860394,428169201,344873464,935293895,984907214,766078933,547512796,1844882806,1627235199,2011214180,2062270317,1507497298,1423022939,1137477952,1321699145,95345982,145085239,532201772,313773861,830661914,1015671571,731183368,648017665,3175501286,2957853679,2807058932,2858115069,2305455554,2220981195,2474404304,2658625497,3575528878,3625268135,3473416636,3254988725,3778151818,3963161475,4213447064,4130281361,3599595085,3683022916,3432737375,3247465558,3802222185,4020912224,4172763771,4122762354,3201631749,3017672716,2764249623,2848461854,2331590177,2280796200,2431590963,2648976442,104699613,188127444,472615631,287343814,840019705,1058709744,671593195,621591778,1852171925,1668212892,1953757831,2037970062,1514790577,1463996600,1080017571,1297403050,3673637356,3623636965,3235995134,3454686199,4007360968,3822090177,4107101658,4190530515,2997825956,3215212461,2830708150,2779915199,2256734592,2340947849,2627016082,2443058075,172466556,122466165,273792366,492483431,1047239e3,861968209,612205898,695634755,1646252340,1863638845,2013908262,1963115311,1446242576,1530455833,1277555970,1093597963,1636604631,1820824798,2073724613,1989249228,1436590835,1487645946,1337376481,1119727848,164948639,81781910,331544205,516552836,1039717051,821288114,669961897,719700128,2973530695,3157750862,2871682645,2787207260,2232435299,2283490410,2667994737,2450346104,3647212047,3564045318,3279033885,3464042516,3980931627,3762502690,4150144569,4199882800,3070356634,3121275539,2904027272,2686254721,2200818878,2384911031,2570832044,2486224549,3747192018,3528626907,3310321856,3359936201,3950355702,3867060991,4049844452,4234721005,1739656202,1790575107,2108100632,1890328081,1402811438,1586903591,1233856572,1149249077,266959938,48394827,369057872,418672217,1002783846,919489135,567498868,752375421,209336225,24197544,376187827,459744698,945164165,895287692,574624663,793451934,1679968233,1764313568,2117360635,1933530610,1343127501,1560637892,1243112415,1192455638,3704280881,3519142200,3336358691,3419915562,3907448597,3857572124,4075877127,4294704398,3029510009,3113855344,2927934315,2744104290,2159976285,2377486676,2594734927,2544078150],o[i([85,52])]=[0,151849742,303699484,454499602,607398968,758720310,908999204,1059270954,1214797936,1097159550,1517440620,1400849762,1817998408,1699839814,2118541908,2001430874,2429595872,2581445614,2194319100,2345119218,3034881240,3186202582,2801699524,2951971274,3635996816,3518358430,3399679628,3283088770,4237083816,4118925222,4002861748,3885750714,1002142683,850817237,698445255,548169417,529487843,377642221,227885567,77089521,1943217067,2061379749,1640576439,1757691577,1474760595,1592394909,1174215055,1290801793,2875968315,2724642869,3111247143,2960971305,2405426947,2253581325,2638606623,2487810577,3808662347,3926825029,4044981591,4162096729,3342319475,3459953789,3576539503,3693126241,1986918061,2137062819,1685577905,1836772287,1381620373,1532285339,1078185097,1229899655,1040559837,923313619,740276417,621982671,439452389,322734571,137073913,19308535,3871163981,4021308739,4104605777,4255800159,3263785589,3414450555,3499326569,3651041127,2933202493,2815956275,3167684641,3049390895,2330014213,2213296395,2566595609,2448830231,1305906550,1155237496,1607244650,1455525988,1776460110,1626319424,2079897426,1928707164,96392454,213114376,396673818,514443284,562755902,679998e3,865136418,983426092,3708173718,3557504664,3474729866,3323011204,4180808110,4030667424,3945269170,3794078908,2507040230,2623762152,2272556026,2390325492,2975484382,3092726480,2738905026,2857194700,3973773121,3856137295,4274053469,4157467219,3371096953,3252932727,3673476453,3556361835,2763173681,2915017791,3064510765,3215307299,2156299017,2307622919,2459735317,2610011675,2081048481,1963412655,1846563261,1729977011,1480485785,1362321559,1243905413,1126790795,878845905,1030690015,645401037,796197571,274084841,425408743,38544885,188821243,3613494426,3731654548,3313212038,3430322568,4082475170,4200115116,3780097726,3896688048,2668221674,2516901860,2366882550,2216610296,3141400786,2989552604,2837966542,2687165888,1202797690,1320957812,1437280870,1554391400,1669664834,1787304780,1906247262,2022837584,265905162,114585348,499347990,349075736,736970802,585122620,972512814,821712160,2595684844,2478443234,2293045232,2174754046,3196267988,3079546586,2895723464,2777952454,3537852828,3687994002,3234156416,3385345166,4142626212,4293295786,3841024952,3992742070,174567692,57326082,410887952,292596766,777231668,660510266,1011452712,893681702,1108339068,1258480242,1343618912,1494807662,1715193156,1865862730,1948373848,2100090966,2701949495,2818666809,3004591147,3122358053,2235061775,2352307457,2535604243,2653899549,3915653703,3764988233,4219352155,4067639125,3444575871,3294430577,3746175075,3594982253,836553431,953270745,600235211,718002117,367585007,484830689,133361907,251657213,2041877159,1891211689,1806599355,1654886325,1568718495,1418573201,1335535747,1184342925];const r=new Uint8Array(16);for(let t=15;t>=0;--t)r[t]=n%256,n=parseInt(n/256);let s=null,a=16;const c=new Uint8Array(e),l=[],x=[];!function(){const t=o[i([110,117,109,98,101,114,79,102,82,111,117,110,100,115])][c[i([108,101,110,103,116,104])]];for(let e=0;e<=t;e++)l[i([112,117,115,104])]([0,0,0,0]),x[i([112,117,115,104])]([0,0,0,0]);const e=4*(t+1),n=c[i([108,101,110,103,116,104])]/4,r=u(c);let s;for(let e=0;e<n;e++)s=e>>2,l[s][e%4]=r[e],x[t-s][e%4]=r[e];let a,d=0,h=n;for(;h<e;){a=r[n-1],r[0]^=o[i([83])][a>>16&255]<<24^o[i([83])][a>>8&255]<<16^o[i([83])][255&a]<<8^o[i([83])][a>>24&255]^o[i([114,99,111,110])][d]<<24,d+=1;for(let t=1;t<n/2;t++)r[t]^=r[t-1];a=r[n/2-1],r[n/2]^=o[i([83])][255&a]^o[i([83])][a>>8&255]<<8^o[i([83])][a>>16&255]<<16^o[i([83])][a>>24&255]<<24;for(let t=n/2+1;t<n;t++)r[t]^=r[t-1];let s,c,u=0;for(;u<n&&h<e;)s=h>>2,c=h%4,l[s][c]=r[u],x[t-s][c]=r[u++],h++}for(let e=1;e<t;e++)for(let t=0;t<4;t++)a=x[e][t],x[e][t]=o[i([85,49])][a>>24&255]^o[i([85,50])][a>>16&255]^o[i([85,51])][a>>8&255]^o[i([85,52])][255&a]}();for(let e=0;e<t[i([108,101,110,103,116,104])];e++)16===a&&(s=h(r),a=0,d(r)),t[e]^=s[a++];return t;function u(t){const e=[];for(let n=0;n<t[i([108,101,110,103,116,104])];n+=4)e[i([112,117,115,104])](t[n]<<24|t[n+1]<<16|t[n+2]<<8|t[n+3]);return e}function d(t){for(let e=15;e>=0;e--){if(255!==t[e]){t[e]++;break}t[e]=0}}function h(t){const e=l[i([108,101,110,103,116,104])]-1,n=[0,0,0,0];let r=u(t);for(let t=0;t<4;t++)r[t]^=l[0][t];for(let t=1;t<e;t++){for(let e=0;e<4;e++)n[e]=o[i([84,49])][r[e]>>24&255]^o[i([84,50])][r[(e+1)%4]>>16&255]^o[i([84,51])][r[(e+2)%4]>>8&255]^o[i([84,52])][255&r[(e+3)%4]]^l[t][e];r=n[i([115,108,105,99,101])]()}const s=new Uint8Array(16);let a;for(let t=0;t<4;t++)a=l[e][t],s[4*t]=255&(o[i([83])][r[t]>>24&255]^a>>24),s[4*t+1]=255&(o[i([83])][r[(t+1)%4]>>16&255]^a>>16),s[4*t+2]=255&(o[i([83])][r[(t+2)%4]>>8&255]^a>>8),s[4*t+3]=255&(o[i([83])][255&r[(t+3)%4]]^a);return s}}(o,e,s+256*r))}(t,new Uint8Array([...o,29,221,175,90,231,133,239,240,75,180,...r]))}const a=function(){const t=[{[i([105,100])]:1,[i([102,101,97,116,117,114,101,78,97,109,101])]:i([67,111,109,109,101,110,116,115]),[i([112,108,117,103,105,110,78,97,109,101])]:i([67,111,109,109,101,110,116,115,82,101,112,111,115,105,116,111,114,121]),[i([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:i([108,105,99,101,110,115,101,75,101,121]),[i([104,97,110,100,108,101,114])]:i([99,104,101,99,107,76,105,99,101,110,115,101]),[i([99,104,101,99,107,65,108,115,111])]:[{[i([105,100])]:2,[i([102,101,97,116,117,114,101,78,97,109,101])]:i([84,114,97,99,107,32,67,104,97,110,103,101,115]),[i([112,108,117,103,105,110,78,97,109,101])]:i([84,114,97,99,107,67,104,97,110,103,101,115,69,100,105,116,105,110,103]),[i([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:i([108,105,99,101,110,115,101,75,101,121]),[i([104,97,110,100,108,101,114])]:i([99,104,101,99,107,76,105,99,101,110,115,101,70,111,114,84,114,97,99,107,67,104,97,110,103,101,115]),[i([111,112,116,105,111,110,115])]:{[i([97,105,119,115,103,105,99])]:!0,[i([97,105,116,99,100,103,105,108])]:!0,[i([97,105,114,118,105,105,108])]:!0}}],[i([111,112,116,105,111,110,115])]:{[i([97,105,119,115,103,105,99])]:!0,[i([97,105,116,99,100,103,105,108])]:!0,[i([97,105,114,118,105,105,108])]:!0}},{[i([105,100])]:3,[i([102,101,97,116,117,114,101,78,97,109,101])]:i([80,97,103,105,110,97,116,105,111,110]),[i([112,108,117,103,105,110,78,97,109,101])]:i([80,97,103,105,110,97,116,105,111,110,76,111,111,107,117,112]),[i([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:i([112,97,103,105,110,97,116,105,111,110,76,105,99,101,110,115,101,75,101,121]),[i([104,97,110,100,108,101,114])]:i([99,104,101,99,107,76,105,99,101,110,115,101])},{[i([105,100])]:4,[i([102,101,97,116,117,114,101,78,97,109,101])]:i([82,101,118,105,115,105,111,110,32,72,105,115,116,111,114,121]),[i([112,108,117,103,105,110,78,97,109,101])]:i([82,101,118,105,115,105,111,110,115,82,101,112,111,115,105,116,111,114,121]),[i([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:i([108,105,99,101,110,115,101,75,101,121]),[i([104,97,110,100,108,101,114])]:i([99,104,101,99,107,76,105,99,101,110,115,101,70,111,114,82,101,118,105,115,105,111,110,72,105,115,116,111,114,121]),[i([111,112,116,105,111,110,115])]:{[i([97,105,119,115,103,105,99])]:!0,[i([97,105,116,99,100,103,105,108])]:!0,[i([97,105,114,118,105,105,108])]:!0}},{[i([105,100])]:5,[i([102,101,97,116,117,114,101,78,97,109,101])]:i([68,111,99,117,109,101,110,116,32,79,117,116,108,105,110,101]),[i([112,108,117,103,105,110,78,97,109,101])]:i([68,111,99,117,109,101,110,116,79,117,116,108,105,110,101,85,73]),[i([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:i([100,111,99,117,109,101,110,116,79,117,116,108,105,110,101,76,105,99,101,110,115,101,75,101,121]),[i([104,97,110,100,108,101,114])]:i([99,104,101,99,107,76,105,99,101,110,115,101]),[i([111,112,116,105,111,110,115])]:{[i([102,103,105])]:12}},{[i([105,100])]:6,[i([102,101,97,116,117,114,101,78,97,109,101])]:i([70,111,114,109,97,116,32,80,97,105,110,116,101,114]),[i([112,108,117,103,105,110,78,97,109,101])]:i([70,111,114,109,97,116,80,97,105,110,116,101,114,85,73]),[i([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:i([102,111,114,109,97,116,80,97,105,110,116,101,114,76,105,99,101,110,115,101,75,101,121]),[i([104,97,110,100,108,101,114])]:i([99,104,101,99,107,76,105,99,101,110,115,101]),[i([111,112,116,105,111,110,115])]:{[i([102,103,105])]:12}},{[i([105,100])]:7,[i([102,101,97,116,117,114,101,78,97,109,101])]:i([83,108,97,115,104,32,67,111,109,109,97,110,100]),[i([112,108,117,103,105,110,78,97,109,101])]:i([83,108,97,115,104,67,111,109,109,97,110,100,85,73]),[i([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:i([115,108,97,115,104,67,111,109,109,97,110,100,76,105,99,101,110,115,101,75,101,121]),[i([104,97,110,100,108,101,114])]:i([99,104,101,99,107,76,105,99,101,110,115,101]),[i([111,112,116,105,111,110,115])]:{[i([102,103,105])]:12}},{[i([105,100])]:8,[i([102,101,97,116,117,114,101,78,97,109,101])]:i([84,97,98,108,101,32,111,102,32,67,111,110,116,101,110,116,115]),[i([112,108,117,103,105,110,78,97,109,101])]:i([84,97,98,108,101,79,102,67,111,110,116,101,110,116,115,69,100,105,116,105,110,103]),[i([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:i([116,97,98,108,101,79,102,67,111,110,116,101,110,116,115,76,105,99,101,110,115,101,75,101,121]),[i([104,97,110,100,108,101,114])]:i([99,104,101,99,107,76,105,99,101,110,115,101]),[i([111,112,116,105,111,110,115])]:{[i([102,103,105])]:12}},{[i([105,100])]:9,[i([102,101,97,116,117,114,101,78,97,109,101])]:i([84,101,109,112,108,97,116,101]),[i([112,108,117,103,105,110,78,97,109,101])]:i([84,101,109,112,108,97,116,101,85,73]),[i([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:i([116,101,109,112,108,97,116,101,76,105,99,101,110,115,101,75,101,121]),[i([104,97,110,100,108,101,114])]:i([99,104,101,99,107,76,105,99,101,110,115,101]),[i([111,112,116,105,111,110,115])]:{[i([102,103,105])]:12}},{[i([105,100])]:10,[i([102,101,97,116,117,114,101,78,97,109,101])]:i([80,97,115,116,101,32,102,114,111,109,32,79,102,102,105,99,101,32,69,110,104,97,110,99,101,100]),[i([112,108,117,103,105,110,78,97,109,101])]:i([80,97,115,116,101,70,114,111,109,79,102,102,105,99,101,69,110,104,97,110,99,101,100,73,110,108,105,110,101,114]),[i([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:i([112,97,115,116,101,70,114,111,109,79,102,102,105,99,101,69,110,104,97,110,99,101,100,76,105,99,101,110,115,101,75,101,121]),[i([104,97,110,100,108,101,114])]:i([99,104,101,99,107,76,105,99,101,110,115,101]),[i([111,112,116,105,111,110,115])]:{[i([102,103,105])]:12}},{[i([105,100])]:11,[i([102,101,97,116,117,114,101,78,97,109,101])]:i([65,73,32,65,115,115,105,115,116,97,110,116]),[i([112,108,117,103,105,110,78,97,109,101])]:i([65,73,65,115,115,105,115,116,97,110,116,85,73]),[i([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:i([97,105,76,105,99,101,110,115,101,75,101,121]),[i([104,97,110,100,108,101,114])]:i([99,104,101,99,107,76,105,99,101,110,115,101])},{[i([105,100])]:12,[i([102,101,97,116,117,114,101,78,97,109,101])]:i([80,114,111,100,117,99,116,105,118,105,116,121,32,112,97,99,107])}];return function t(e){e[i([102,111,114,69,97,99,104])]((e=>{e[i([112,101,114,109,105,115,115,105,111,110,77,97,115,107])]=1<<e[i([105,100])]-1,n(e)&&e[i([99,104,101,99,107,65,108,115,111])]&&t(e[i([99,104,101,99,107,65,108,115,111])])}))}(t),t}(),c={[i([99,104,101,99,107,76,105,99,101,110,115,101])]:function(t,e){p(f(t,e),e)},[i([99,104,101,99,107,76,105,99,101,110,115,101,70,111,114,84,114,97,99,107,67,104,97,110,103,101,115])]:function(t,e){p(function(t,e){try{if(_(x,i([84,114,97,99,107,67,104,97,110,103,101,115,69,100,105,116,105,110,103]))&&t){const n=y(x,i([84,114,97,99,107,67,104,97,110,103,101,115,69,100,105,116,105,110,103]))[i([95,101,120,101,99,117,116,101,83,117,103,103,101,115,116,105,111,110])];if(parseInt(n)/2>t[i([101,120,112,105,114,97,116,105,111,110,68,97,116,101])])return g(e[i([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+i([73,110,118,97,108,105,100]))}return f(t,e)}catch(t){return g(e[i([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+i([73,110,118,97,108,105,100]))}}(t,e),e)},[i([99,104,101,99,107,76,105,99,101,110,115,101,70,111,114,82,101,118,105,115,105,111,110,72,105,115,116,111,114,121])]:function(t,e){const n=r[0]*o[1],s=r[0]*o[2],a=r[2]*o[2];function c(t,e){l(),g(e+i([84,114,105,97,108,76,105,109,105,116,58])+t),window[k()]=t===i([116,105,109,101])?n:s}function l(){const t=x;function e(){_(t,i([82,101,118,105,115,105,111,110,84,114,97,99,107,101,114]))&&(y(t,i([82,101,118,105,115,105,111,110,84,114,97,99,107,101,114]))[i([117,110,98,105,110,100])](i([105,115,69,110,97,98,108,101,100])),y(t,i([82,101,118,105,115,105,111,110,84,114,97,99,107,101,114]))[i([105,115,69,110,97,98,108,101,100])]=!1,y(t,i([82,101,118,105,115,105,111,110,84,114,97,99,107,101,114]))[i([117,112,100,97,116,101])]=v,y(t,i([82,101,118,105,115,105,111,110,84,114,97,99,107,101,114]))[i([115,97,118,101,82,101,118,105,115,105,111,110])]=v,t[i([109,111,100,101,108])][i([99,104,97,110,103,101])]=v,t[i([109,111,100,101,108])][i([101,110,113,117,101,117,101,67,104,97,110,103,101])]=v,t[i([101,110,97,98,108,101,82,101,97,100,79,110,108,121,77,111,100,101])](i([109,111,100,101,108]))),_(t,i([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))&&(y(t,i([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))[i([117,110,98,105,110,100])](i([105,115,69,110,97,98,108,101,100])),y(t,i([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))[i([105,115,69,110,97,98,108,101,100])]=!1,y(t,i([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))[i([99,111,109,112,97,114,101])]=v,y(t,i([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))[i([95,103,101,116,68,105,102,102])]=v)}t[i([115,116,97,116,101])]==i([114,101,97,100,121])?e():t[i([111,110,99,101])](i([114,101,97,100,121]),(()=>{if(_(t,i([82,101,118,105,115,105,111,110,84,114,97,99,107,101,114]))&&e(),_(t,i([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))){const n=y(t,i([82,101,118,105,115,105,111,110,115,82,101,112,111,115,105,116,111,114,121])),o=n[Ae("0x53")](0),r=n.getEarlierVisibleRevision(o[i([105,100])]);y(t,i([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))[i([99,111,109,112,97,114,101])](o[i([105,100])],r?r[i([105,100])]:null,1)[Ae("0x1b")]((()=>e()))}}))}_(x,i([87,101,98,83,111,99,107,101,116,71,97,116,101,119,97,121]))&&y(x,i([87,101,98,83,111,99,107,101,116,71,97,116,101,119,97,121]))[i([115,116,97,116,101])]==i([99,111,110,110,101,99,116,101,100])&&(window[k()]=a),function(t,e){if(t==e[i([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+i([73,110,118,97,108,105,100]))l();else if(t==e[i([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+i([84,114,105,97,108])){const t=function(){if(!_(x,i([82,101,118,105,115,105,111,110,86,105,101,119,101,114])))return!1;for(const t in window)if(Number[Ae("0x3f")](Number(t))){if(window[t]===n)return i([116,105,109,101]);if(window[t]===s)return i([114,101,118,105,115,105,111,110,115])}return!1}();t&&c(t,e[i([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]);const a=function(){let t=r[6]*o[8]*o[6];return _(x,i([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))&&(t/=10),t}();window[i([115,101,116,84,105,109,101,111,117,116])]((()=>{c(i([116,105,109,101]),e[i([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])])}),a);const l=y(x,i([82,101,118,105,115,105,111,110,115,82,101,112,111,115,105,116,111,114,121]))[i([95,114,101,118,105,115,105,111,110,115])];l[i([108,101,110,103,116,104])]>=7?c(i([114,101,118,105,115,105,111,110,115]),e[i([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]):l.on(i([97,100,100]),(()=>{l[i([108,101,110,103,116,104])]>=7&&c(i([114,101,118,105,115,105,111,110,115]),e[i([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])])}))}}(function(t,e){try{return function(){if(!_(x,i([82,101,118,105,115,105,111,110,86,105,101,119,101,114])))return!1;for(const t in window)if(Number[Ae("0x3f")](Number(t))&&window[t]===a)return!0;return!1}()?g(e[i([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+i([86,97,108,105,100])):f(t,e)}catch(t){return g(e[i([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+i([73,110,118,97,108,105,100]))}}(t,e),e)}},l=t[i([99,111,110,115,116,114,117,99,116,111,114])][i([112,108,117,103,105,110,78,97,109,101])],x=i([99,111,110,116,101,120,116])in t?t[Ae("0x2b")]:t[Ae("0x2d")],u=i([52,48,52,54,50,50,48,54]),d=i([65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,48,49,50,51,52,53,54,55,56,57]),h=x[Ae("0x15")][Ae("0x4")](i([108,105,99,101,110,115,101,75,101,121])),m=a[i([102,105,108,116,101,114])](n)[i([102,105,110,100])]((t=>t[i([112,108,117,103,105,110,78,97,109,101])]===l));function f(t,e){try{return function(t){if(!_(x,t[i([112,108,117,103,105,110,78,97,109,101])]))return!0;const e=t[i([111,112,116,105,111,110,115])]||{},n=e[i([97,105,119,115,103,105,99])]||!1,o=e[i([97,105,116,99,100,103,105,108])]||!1,r=e[i([97,105,114,118,105,105,108])]||!1;return!(!_(x,i([87,101,98,83,111,99,107,101,116,71,97,116,101,119,97,121]))||y(x,i([87,101,98,83,111,99,107,101,116,71,97,116,101,119,97,121]))[i([115,116,97,116,101])]!=i([99,111,110,110,101,99,116,101,100])||!n)||(!(!_(x,i([84,114,97,99,107,67,104,97,110,103,101,115,68,97,116,97,71,101,116,116,101,114]))||y(x,i([84,114,97,99,107,67,104,97,110,103,101,115,68,97,116,97,71,101,116,116,101,114]))[i([114,101,115,117,108,116])]!=i([101,110,100])||!o)||!(!_(x,i([82,101,118,105,115,105,111,110,86,105,101,119,101,114,73,110,116,101,103,114,97,116,105,111,110]))||y(x,i([82,101,118,105,115,105,111,110,86,105,101,119,101,114,73,110,116,101,103,114,97,116,105,111,110]))[i([114,101,115,117,108,116])]!=i([101,110,100])||!r))}(e)?g(e[i([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+i([86,97,108,105,100])):t&&function(t,e){const n=!!(t&e[i([112,101,114,109,105,115,115,105,111,110,77,97,115,107])]),o=function(t,e){const n=(e[i([111,112,116,105,111,110,115])]||{})[i([102,103,105])]||null;if(!n)return!1;const o=a[i([102,105,110,100])]((t=>t[i([105,100])]===n));return!!o&&!!(t&o[i([112,101,114,109,105,115,115,105,111,110,77,97,115,107])])}(t,e);return n||o}(t[i([97,108,108,111,119,101,100,80,108,117,103,105,110,115])],e)?t[i([105,115,73,110,116,101,114,110,97,108])]&&!window[i([111,112,101,110])][i([99,108,111,115,101,100])]||parseInt(u)/2>t[i([101,120,112,105,114,97,116,105,111,110,68,97,116,101])]?g(e[i([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+i([73,110,118,97,108,105,100])):t[i([105,115,84,114,105,97,108])]?g(e[i([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+i([84,114,105,97,108])):g(e[i([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+i([86,97,108,105,100])):g(e[i([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+i([73,110,118,97,108,105,100]))}catch(t){return g(e[i([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+i([73,110,118,97,108,105,100]))}}function p(t,n){if(x instanceof e.Context){const e=x;t==n[i([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+i([73,110,118,97,108,105,100])?b(e):t==n[i([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+i([84,114,105,97,108])&&window[i([115,101,116,84,105,109,101,111,117,116])]((()=>{b(e),g(n[i([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+i([84,114,105,97,108,76,105,109,105,116,58,116,105,109,101]))}),r[6]*o[8]*o[6]),e[i([101,100,105,116,111,114,115])][i([111,110])](i([97,100,100]),((e,o)=>{t!=n[i([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+i([73,110,118,97,108,105,100])&&t!=n[i([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+i([84,114,105,97,108,76,105,109,105,116,58,116,105,109,101])&&t!=n[i([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+i([84,114,105,97,108,76,105,109,105,116,58,111,112,101,114,97,116,105,111,110,115])||w(o)}))}else{const e=x;t==n[i([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+i([73,110,118,97,108,105,100])?w(e):t==n[i([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+i([84,114,105,97,108])&&e[i([111,110])](i([114,101,97,100,121]),(()=>{let t=0;e[i([109,111,100,101,108])][i([111,110])](i([97,112,112,108,121,79,112,101,114,97,116,105,111,110]),((o,r)=>{r[0][i([105,115,68,111,99,117,109,101,110,116,79,112,101,114,97,116,105,111,110])]&&t++,504===t&&(w(e),g(n[i([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+i([84,114,105,97,108,76,105,109,105,116,58,111,112,101,114,97,116,105,111,110,115])),o[i([111,102,102])]())}),{priority:i([104,105,103,104,101,115,116])})}))}}function g(t){const e=k();return x[e]=t,t}function k(){const t=String(window[i([112,101,114,102,111,114,109,97,110,99,101])][i([110,111,119])]())[i([114,101,112,108,97,99,101])](i([46]),"");let e="";for(let n=0;n<t[i([108,101,110,103,116,104])];n+=2){let o=parseInt(t[i([115,117,98,115,116,114,105,110,103])](n,n+2));o>=d[i([108,101,110,103,116,104])]&&(o-=d[i([108,101,110,103,116,104])]),e+=d[o]}return e}function b(t){for(const e of t[i([101,100,105,116,111,114,115])])w(e);y(t,i([67,111,109,109,101,110,116,115,82,101,112,111,115,105,116,111,114,121]))[i([115,119,105,116,99,104,82,101,97,100,79,110,108,121])](!0),y(t,i([67,111,109,109,101,110,116,115,82,101,112,111,115,105,116,111,114,121]))[i([115,119,105,116,99,104,82,101,97,100,79,110,108,121])]=v}function w(t){function e(){t[i([109,111,100,101,108])][i([99,104,97,110,103,101])]=v,t[i([109,111,100,101,108])][i([101,110,113,117,101,117,101,67,104,97,110,103,101])]=v,t[i([101,110,97,98,108,101,82,101,97,100,79,110,108,121,77,111,100,101])](i([109,111,100,101,108]))}t[i([115,116,97,116,101])]==i([114,101,97,100,121])?e():t[i([111,110,99,101])](i([114,101,97,100,121]),(()=>e()))}function v(){return null}function _(t,e){return t[i([112,108,117,103,105,110,115])][i([104,97,115])](e)}function y(t,e){return t[i([112,108,117,103,105,110,115])][i([103,101,116])](e)}m&&function t(e,n){c[n[i([104,97,110,100,108,101,114])]](e,n),n[i([99,104,101,99,107,65,108,115,111])]&&n[i([99,104,101,99,107,65,108,115,111])][i([102,105,108,116,101,114])]((t=>_(x,t[i([112,108,117,103,105,110,78,97,109,101])])))[i([102,111,114,69,97,99,104])]((i=>t(e,i)))}(function(t){try{const e=s(t),n=JSON[i([112,97,114,115,101])](e),o=parseInt(n[i([49])]),r=n[i([50])]||"",a=parseInt(n[i([51])]),c=parseInt(n[i([52])])||0,l=parseInt(n[i([53])])||0;return{[i([112,114,111,100,117,99,116,78,97,109,101])]:r,[i([97,108,108,111,119,101,100,80,108,117,103,105,110,115])]:c,[i([101,120,112,105,114,97,116,105,111,110,68,97,116,101])]:o,[i([105,115,84,114,105,97,108])]:a,[i([105,115,73,110,116,101,114,110,97,108])]:l}}catch(t){return null}}(h),m)})(t)}(this)}showUI(e="",i=""){const n=this[Ae("0x2d")],o=n[Ae("0x22")][Ae("0x5c")];n[Ae("0x5f")].get(x)[Ae("0x49")]();const r=new Ce,s=new ClipboardEvent(Ae("0x33"),{clipboardData:r}),a=new g.DataTransfer(r),c=new g.DomEventData(o,s,{dataTransfer:a});o[Ae("0x11")][Ae("0x36")](Ae("0x33"),c),this._formView||(this[Ae("0x60")](),this._aiAssistantController=new E(this[Ae("0x44")],this[Ae("0x38")])),this[Ae("0x59")][Ae("0x45")]({prompt:e,htmlContent:a[Ae("0x3b")]("text/html"),label:i,mainAction:L[n[Ae("0x19")][Ae("0x11")][Ae("0x35")].isCollapsed?Ae("0x54"):"REPLACE"]}),this[Ae("0x39")][Ae("0x5")]({view:this[Ae("0x38")],position:{target:()=>{const e=Array[Ae("0x5a")](n.model[Ae("0x11")][Ae("0x35")][Ae("0x7")]()).map((t=>!t[Ae("0x40")]&&t[Ae("0x32")][Ae("0x4c")]?n[Ae("0x19")][Ae("0x1d")](t[Ae("0x29")],n[Ae("0x19")].createPositionBefore(t[Ae("0x32")].parent)):t))[Ae("0x47")]((t=>n[Ae("0x22")][Ae("0x4d")][Ae("0x28")](t)))[Ae("0x47")]((t=>n[Ae("0x22")][Ae("0x5c")][Ae("0xd")].viewRangeToDom(t)))[Ae("0x47")]((e=>new t.Rect(e)));return t.Rect[Ae("0x4b")](e)}}}),this[Ae("0x38")][Ae("0x46")](),this[Ae("0x1e")]=!0}[Ae("0x5e")](){if(!this[Ae("0x1e")])return;const t=this.editor.plugins[Ae("0x4")](x);this[Ae("0x59")][Ae("0x26")](),this[Ae("0x39")].remove(this[Ae("0x38")]),t[Ae("0x48")](),this[Ae("0x2d")][Ae("0x22")].view[Ae("0x46")](),this[Ae("0x1e")]=!1}_initView(){const t=this[Ae("0x2d")][Ae("0x5f")][Ae("0x4")](x);this[Ae("0x38")]=new ie(this[Ae("0x2d")][Ae("0x37")],this[Ae("0x62")],this.editor.config[Ae("0x4")](Ae("0x4e"))),this._enableAIBalloonInteractions(),this[Ae("0x12")](this[Ae("0x38")],Ae("0x27"),((e,i)=>{this.hideUI(),t[Ae("0x20")](i)})),this.listenTo(this._formView,Ae("0x50"),((e,i)=>{this[Ae("0x5e")](),t.insertContentBelow(i)}))}[Ae("0x25")](){(0,o.clickOutsideHandler)({emitter:this._formView,activator:()=>!!this[Ae("0x38")],contextElements:()=>[this[Ae("0x39")].view[Ae("0x2c")]],callback:()=>this[Ae("0x5e")]()}),this[Ae("0x38")].on("change:value",(()=>{this[Ae("0x39")][Ae("0x2e")]()})),this[Ae("0x38")].keystrokes.set(Ae("0x43"),((t,e)=>{this[Ae("0x5e")](),e()}))}}const Te=["licenseKey","changeStyle","Improve using polished, formal, and respectful language to convey professional expertise and competence.","Simplify the writing style of this content and reduce the complexity, so that the content is easy to understand.","translateSpanish","Translate the content to Simplified Chinese language.","improveWriting","Start with the provided content and write at the end of it continuing this topic. Keep the added part short.","aiAssistant.removeCommands","Continue","Remove any repetitive, redundant, or non-essential writing in this content without changing the meaning or losing any key information.","Fix spelling mistakes, use proper grammar and apply good writing practices. Do not lose the original meaning.","friendly","Improve using compelling, optimistic language to convey confidence in the writing.","Arabic","Translate the content to French language.","Improve using casual, informal language to convey a casual conversation with a real person.","aiLicenseKeyTrialLimit:operations","Rewrite this content as a poem using poetic techniques without losing the original meaning.","Translate the content to Spanish language.","Make longer","Translate the content to Hindi language.","translatePortuguese","aiLicenseKeyTrial","Poetic","concat","Translate the content to English language.","push","Casual","editor","makeShorter","groupId","Improve using direct language, using only the essential information.","_licenseKeyCheckInterval","define","Translate to %0","Generate from selection","Change style","French","info","continue","Summarize","filter","forEach","pluginName","makeLonger","requires","Change tone","Translate the content to German language.","Friendly","includes","translateGerman","You are using the trial version of CKEditor 5 ai plugin with limited usage. Make sure you will not use it in the production environment.","simplifyLanguage","Portuguese","changeTone","aiAssistant.commands","summarize","direct","locale","English","journalism","Simplify language","Rewrite this content as a journalist using engaging language to convey the importance of the information.","Business","legal","aiLicenseKeyInvalid","ai-trial-license-key-reached-limit-changes","German","Confident","Journalism","Improve writing","init","confident","professional","translateFrench","translateHindi","translateChinese","Translate the content to Portuguese language.","Legal","Edit or review","Direct","Spanish","editOrReview","Improve this content by using descriptive language and inserting more information and more detailed explanations.","translateEnglish","get","generate","casual","Rewrite this content as a legal professional using valid legal terminology.","find","Make shorter","config","Simplified Chinese","translateArabic","Rewrite this content as a business professional with formal language.","Summarize this content into one paragraph of text. Include only the key ideas and conclusions. Keep it short. Do not keep original text formatting.","commands","destroy","aiLicenseKeyValid","poetic","Translate the content to Arabic language.","Translate","Hindi"];var Se,Ee;Se=Te,Ee=459,function(t){for(;--t;)Se.push(Se.shift())}(++Ee);const Ve=function(t,e){return Te[t-=0]};class Pe extends e.Plugin{static get[Ve("0x3")](){return[Ie,x,_]}static get[Ve("0x1")](){return"AIAssistant"}constructor(t){super(t);const e=t[Ve("0x31")];var i;e[Ve("0x5f")](Ve("0xd"),[{groupId:"editOrReview",groupLabel:u(i=t[Ve("0x10")],Ve("0x25")),commands:[{id:Ve("0x43"),label:u(i,Ve("0x1c")),prompt:Ve("0x48")},{id:Ve("0x5b"),label:u(i,Ve("0x30")),prompt:Ve("0x47")},{id:Ve("0x2"),label:u(i,Ve("0x51")),prompt:"Improve this content by using descriptive language and inserting more information and more detailed explanations."},{id:Ve("0xa"),label:u(i,Ve("0x13")),prompt:"Simplify the writing style of this content and reduce the complexity, so that the content is easy to understand."}]},{groupId:Ve("0x2c"),groupLabel:u(i,"Generate from selection"),commands:[{id:Ve("0xe"),label:u(i,Ve("0x66")),prompt:"Summarize this content into one paragraph of text. Include only the key ideas and conclusions. Keep it short. Do not keep original text formatting."},{id:"continue",label:u(i,Ve("0x46")),prompt:Ve("0x44")}]},{groupId:Ve("0xc"),groupLabel:u(i,Ve("0x4")),commands:[{id:Ve("0x1f"),label:u(i,"Professional"),prompt:Ve("0x3f")},{id:Ve("0x2d"),label:u(i,Ve("0x59")),prompt:Ve("0x4d")},{id:"direct",label:u(i,Ve("0x26")),prompt:Ve("0x5d")},{id:Ve("0x1e"),label:u(i,Ve("0x1a")),prompt:Ve("0x4a")},{id:"friendly",label:u(i,Ve("0x6")),prompt:"Improve using friendly, comforting language, to convey understanding and empathy."}]},{groupId:Ve("0x3e"),groupLabel:u(i,Ve("0x62")),commands:[{id:"business",label:u(i,Ve("0x15")),prompt:Ve("0x34")},{id:Ve("0x16"),label:u(i,Ve("0x24")),prompt:Ve("0x2e")},{id:Ve("0x12"),label:u(i,Ve("0x1b")),prompt:"Rewrite this content as a journalist using engaging language to convey the importance of the information."},{id:Ve("0x39"),label:u(i,Ve("0x55")),prompt:Ve("0x4f")}]},{groupId:"translate",groupLabel:u(i,Ve("0x3b")),commands:[{id:"translateEnglish",label:u(i,Ve("0x60"),[u(i,Ve("0x11"))]),prompt:Ve("0x57")},{id:Ve("0x41"),label:u(i,Ve("0x60"),[u(i,"Spanish")]),prompt:"Translate the content to Spanish language."},{id:Ve("0x53"),label:u(i,Ve("0x60"),[u(i,"Portuguese")]),prompt:Ve("0x23")},{id:Ve("0x8"),label:u(i,"Translate to %0",[u(i,Ve("0x19"))]),prompt:Ve("0x5")},{id:"translateFrench",label:u(i,Ve("0x60"),[u(i,Ve("0x63"))]),prompt:Ve("0x4c")},{id:Ve("0x22"),label:u(i,Ve("0x60"),[u(i,Ve("0x32"))]),prompt:"Translate the content to Simplified Chinese language."},{id:Ve("0x21"),label:u(i,"Translate to %0",[u(i,Ve("0x3c"))]),prompt:Ve("0x52")},{id:Ve("0x33"),label:u(i,Ve("0x60"),[u(i,Ve("0x4b"))]),prompt:Ve("0x3a")}]}]),e.define("aiAssistant.extraCommandGroups",[]),e[Ve("0x5f")](Ve("0x45"),[]);const n=e.get("aiAssistant.commands"),o=e[Ve("0x2b")]("aiAssistant.extraCommandGroups"),r=e[Ve("0x2b")](Ve("0x45"));o[Ve("0x0")]((t=>{const e=n[Ve("0x2f")]((e=>e[Ve("0x5c")]===t[Ve("0x5c")]));e?e[Ve("0x36")]=e[Ve("0x36")][Ve("0x56")](t[Ve("0x36")]):n[Ve("0x58")](t)})),n.forEach((t=>{t[Ve("0x36")]=t[Ve("0x36")][Ve("0x67")]((t=>!r[Ve("0x7")](t.id)))})),e.set(Ve("0xd"),n)}[Ve("0x1d")](){const e=this[Ve("0x5a")];this[Ve("0x3d")]=e.config.get(Ve("0x3d")),this._licenseKeyCheckInterval=setInterval((()=>{let i;for(const t in e){const n=t,o=e[n];if(Ve("0x54")===o||Ve("0x17")===o||"aiLicenseKeyValid"===o||Ve("0x4e")===o){delete e[n],i=o;break}}if(Ve("0x17")===i)throw clearInterval(this._licenseKeyCheckInterval),new t.CKEditorError("ai-invalid-license-key",null);if("aiLicenseKeyTrial"===i&&console[Ve("0x64")](Ve("0x9")),Ve("0x4e")===i)throw clearInterval(this[Ve("0x5e")]),new t.CKEditorError(Ve("0x18"),null);Ve("0x38")===i&&clearInterval(this[Ve("0x5e")])}),1e3)}[Ve("0x37")](){this._licenseKeyCheckInterval&&clearInterval(this._licenseKeyCheckInterval)}}})(),(window.CKEditor5=window.CKEditor5||{}).ai=n})();
|
|
5
|
+
*/(()=>{var t={488:(t,e,i)=>{"use strict";i.d(e,{Z:()=>r});var n=i(758),o=i.n(n)()((function(t){return t[1]}));o.push([t.id,":root{--ck-ai-dropdown-view-width:250px;--ck-ai-dropdown-view-list-max-height:250px}.ck.ck-ai-commands-search{width:var(--ck-ai-dropdown-view-width)}.ck.ck-ai-commands-search>.ck-labeled-field-view{padding:var(--ck-spacing-large)}.ck.ck-ai-commands-search>.ck-labeled-field-view .ck-input{min-width:unset}.ck.ck-ai-commands-search>.ck-search__results{border-top:1px solid var(--ck-color-base-border)}.ck.ck-ai-commands-search>.ck-search__results>.ck-list{max-height:var(--ck-ai-dropdown-view-list-max-height);overflow:auto}",""]);const r=o},243:(t,e,i)=>{"use strict";i.d(e,{Z:()=>r});var n=i(758),o=i.n(n)()((function(t){return t[1]}));o.push([t.id,":root{--ck-ai-form-view-width:470px;--ck-ai-form-content-height:126px;--ck-ai-form-content-background:#fafafa;--ck-ai-form-history-font-size:.9em;--ck-ai-form-error-background:var(--ck-color-light-red)}.ck .ck-ai-form{width:var(--ck-ai-form-view-width)}@media screen and (max-width:600px){.ck .ck-ai-form{--ck-ai-form-view-width:350px}}.ck .ck-ai-form .ck-ai-form-content{padding:var(--ck-spacing-large);width:100%}.ck .ck-ai-form .ck-ai-form-content .ck-input{width:100%}.ck .ck-ai-form .ck-ai-form-content .ck-ai-form__content-area-wrapper{border:1px solid var(--ck-color-base-border);border-radius:2px;max-height:var(--ck-ai-form-content-height);overflow-y:auto;width:100%}.ck .ck-ai-form .ck-ai-form-content .ck-ai-form__content-area-wrapper:focus{border:var(--ck-focus-ring);box-shadow:var(--ck-focus-outer-shadow),0 0;outline:none}.ck .ck-ai-form .ck-ai-form-content .ck-ai-form__content-area{background-color:var(--ck-ai-form-content-background);display:flex}.ck .ck-ai-form .ck-ai-form-content .ck-ai-form__content-area.ck-ai-form__content-area--processing{--ck-color-text:var(--ck-color-input-disabled-text);background-color:var(--ck-color-input-disabled-background)}.ck .ck-ai-form .ck-ai-form-content .ck-ai-form__content-area .ck-ai-form__content-field{box-sizing:content-box;min-height:calc(var(--ck-line-height-base)*var(--ck-font-size-base));padding:var(--ck-spacing-tiny) var(--ck-spacing-medium);white-space:normal;width:100%}[dir=ltr] .ck .ck-ai-form .ck-ai-form-content .ck-ai-form__content-area .ck-ai-form__content-field{padding-right:0}[dir=rtl] .ck .ck-ai-form .ck-ai-form-content .ck-ai-form__content-area .ck-ai-form__content-field{padding-left:0}.ck .ck-ai-form .ck-ai-form-content .ck-ai-form__content-area .ck-ai-form__content-field>*{color:inherit;white-space:normal}[dir=ltr] .ck .ck-ai-form .ck-ai-form-content .ck-ai-form__content-area .ck-spinner-container{margin-right:var(--ck-spacing-medium)}[dir=rtl] .ck .ck-ai-form .ck-ai-form-content .ck-ai-form__content-area .ck-spinner-container{margin-left:var(--ck-spacing-medium)}.ck .ck-ai-form .ck-ai-form-content .ck-ai-form__content-area .ck-ai-form__copy-button-wrapper{display:flex;flex-direction:column-reverse;padding-left:2px}.ck .ck-ai-form .ck-ai-form-content .ck-ai-form__content-area .ck-ai-form__copy-button{bottom:1px;min-height:unset;min-width:unset;padding:4px;position:sticky;right:1px}.ck .ck-ai-form .ck-ai-form-content .ck-ai-form__content-area .ck-ai-form__copy-button svg{--ck-icon-size:16px}.ck .ck-ai-form .ck-ai-form-content .ck-ai-form__content-area .ck-ai-form__copy-button.ck-ai-form__copy-button--copied{color:inherit}.ck .ck-ai-form .ck-ai-form-content .ck-ai-form__toolbar{border:none;margin-bottom:calc(var(--ck-spacing-medium)*2);margin-top:var(--ck-spacing-medium);padding:0}.ck .ck-ai-form .ck-ai-form-content .ck-ai-form__loader{align-items:center;display:flex}.ck .ck-ai-form .ck-ai-form-content .ck-ai-form__loader .ck-spinner{box-sizing:border-box}.ck .ck-ai-form .ck-ai-form-content .ck-autocomplete{display:flex;justify-content:space-between}.ck .ck-ai-form .ck-ai-form-content .ck-autocomplete>.ck-labeled-field-view{flex-grow:1}[dir=ltr] .ck .ck-ai-form .ck-ai-form-content .ck-autocomplete>.ck.ck-ai-form__submit{margin-left:var(--ck-spacing-medium)}[dir=rtl] .ck .ck-ai-form .ck-ai-form-content .ck-autocomplete>.ck.ck-ai-form__submit{margin-right:var(--ck-spacing-medium)}.ck .ck-ai-form .ck-ai-form-content .ck-autocomplete>.ck.ck-ai-form__submit{border-color:var(--ck-ai-form-submit-button-border-color);color:var(--ck-ai-form-submit-button-text-color)}.ck .ck-ai-form .ck-ai-form-content .ck-autocomplete>.ck.ck-ai-form__submit.ck-disabled{border-color:var(--ck-ai-form-submit-button-disabled-border-color)}.ck .ck-ai-form .ck-ai-form-content .ck-autocomplete>.ck-labeled-field-view .ck-ai-form__toggle-history{font-size:var(--ck-font-size-tiny);position:absolute}[dir=ltr] .ck .ck-ai-form .ck-ai-form-content .ck-autocomplete>.ck-labeled-field-view .ck-ai-form__toggle-history{right:var(--ck-spacing-medium)}[dir=rtl] .ck .ck-ai-form .ck-ai-form-content .ck-autocomplete>.ck-labeled-field-view .ck-ai-form__toggle-history{left:var(--ck-spacing-medium)}.ck .ck-ai-form .ck-ai-form-content .ck-autocomplete>.ck-labeled-field-view .ck-ai-form__toggle-history{bottom:var(--ck-spacing-small);min-height:unset;min-width:unset;padding:4px;top:var(--ck-spacing-small)}[dir=ltr] .ck .ck-ai-form .ck-ai-form-content .ck-autocomplete .ck-textarea{padding-right:30px}[dir=rtl] .ck .ck-ai-form .ck-ai-form-content .ck-autocomplete .ck-textarea{padding-left:30px}.ck .ck-ai-form .ck-ai-form-content .ck-autocomplete .ck-search__results .ck-list .ck-list__group{grid-column-gap:0;grid-row-gap:0;display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto}.ck .ck-ai-form .ck-ai-form-content .ck-autocomplete .ck-search__results .ck-list .ck-list__group>span{grid-area:1/1/2/2}.ck .ck-ai-form .ck-ai-form-content .ck-autocomplete .ck-search__results .ck-list .ck-list__group>.ck-button{background:none;font-size:var(--ck-ai-form-history-font-size);grid-area:1/2/2/3;justify-self:start;min-height:auto;padding:0}.ck .ck-ai-form .ck-ai-form-content .ck-autocomplete .ck-search__results .ck-list .ck-list__group>.ck-button:hover .ck-button__label{text-decoration:underline}.ck .ck-ai-form .ck-ai-form-content .ck-autocomplete .ck-search__results .ck-list .ck-list__group>.ck-list{grid-area:2/1/3/3}.ck .ck-ai-form .ck-ai-form-content .ck-autocomplete .ck-search__results .ck-list .ck-list__group>.ck-list .ck-list__item .ck-button .ck-button__label{font-size:var(--ck-ai-form-history-font-size);line-height:var(--ck-line-height-base);max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ck .ck-ai-form .ck-ai-form__error{align-items:center;background-color:var(--ck-ai-form-error-background);border-radius:2px;color:var(--ck-color-base-text);display:flex;justify-content:center;margin-bottom:var(--ck-spacing-medium);padding:var(--ck-spacing-medium)}",""]);const r=o},692:(t,e,i)=>{"use strict";i.d(e,{Z:()=>r});var n=i(758),o=i.n(n)()((function(t){return t[1]}));o.push([t.id,":root{--ck-ai-form-submit-button-text-color:var(--ck-color-text);--ck-ai-form-submit-button-border-color:transparent;--ck-ai-form-submit-button-disabled-border-color:transparent;--ck-ai-toolbar-button-hover-color:var(--ck-color-text)}.ck-ai-assistant-ui_theme{--ck-color-button-default-hover-background:#f3ecff;--ck-color-button-default-active-background:#f3ecff;--ck-color-button-on-background:#f3ecff;--ck-color-button-on-hover-background:#e8dff7;--ck-color-button-on-active-background:#f3ecff;--ck-color-button-on-disabled-background:#f3ecff;--ck-color-button-on-color:#743ccd;--ck-color-button-action-background:#743ccd;--ck-color-button-action-hover-background:#6c34c9;--ck-color-button-action-active-background:#6c34c9;--ck-color-button-action-disabled-background:#ba9de6;--ck-color-list-button-hover-background:#f3ecff;--ck-ai-form-content-background:#f9f9f9;--ck-ai-form-submit-button-text-color:var(--ck-color-button-on-color);--ck-ai-form-submit-button-border-color:var(--ck-color-button-action-background);--ck-ai-form-submit-button-disabled-border-color:var(--ck-color-button-action-disabled-background);--ck-ai-toolbar-button-hover-color:var(--ck-color-button-on-color)}.ck-ai-assistant-button:hover,.ck-ai-commands-dropdown>.ck-button:hover{color:var(--ck-ai-toolbar-button-hover-color)}.ck span.ck-fake-ai-selection{background:var(--ck-color-link-fake-selection)}.ck .ck-fake-ai-selection_collapsed{border-right:1px solid var(--ck-color-base-text);height:100%;margin-right:-1px;outline:1px solid hsla(0,0%,100%,.5)}.ck.ck-content.ck-ai-form__content-field h2{font-size:1.3em}.ck.ck-content.ck-ai-form__content-field h3{font-size:1.2em}.ck.ck-content.ck-ai-form__content-field h4,.ck.ck-content.ck-ai-form__content-field h5,.ck.ck-content.ck-ai-form__content-field h6{font-size:1.1em}.ck.ck-content.ck-ai-form__content-field h2,.ck.ck-content.ck-ai-form__content-field h3,.ck.ck-content.ck-ai-form__content-field h4,.ck.ck-content.ck-ai-form__content-field h5,.ck.ck-content.ck-ai-form__content-field h6,.ck.ck-content.ck-ai-form__content-field ol,.ck.ck-content.ck-ai-form__content-field p,.ck.ck-content.ck-ai-form__content-field ul{line-height:1.7em;margin-block-end:.5em;margin-block-start:.5em}.ck.ck-content.ck-ai-form__content-field>:first-child{margin-top:0}.ck.ck-content.ck-ai-form__content-field>:last-child{margin-bottom:0}",""]);const r=o},758:t=>{"use strict";t.exports=function(t){var e=[];return e.toString=function(){return this.map((function(e){var i=t(e);return e[2]?"@media ".concat(e[2]," {").concat(i,"}"):i})).join("")},e.i=function(t,i,n){"string"==typeof t&&(t=[[null,t,""]]);var o={};if(n)for(var r=0;r<this.length;r++){var s=this[r][0];null!=s&&(o[s]=!0)}for(var a=0;a<t.length;a++){var c=[].concat(t[a]);n&&o[c[0]]||(i&&(c[2]?c[2]="".concat(i," and ").concat(c[2]):c[2]=i),e.push(c))}},e}},278:(t,e,i)=>{"use strict";var n,o=function(){return void 0===n&&(n=Boolean(window&&document&&document.all&&!window.atob)),n},r=function(){var t={};return function(e){if(void 0===t[e]){var i=document.querySelector(e);if(window.HTMLIFrameElement&&i instanceof window.HTMLIFrameElement)try{i=i.contentDocument.head}catch(t){i=null}t[e]=i}return t[e]}}(),s=[];function a(t){for(var e=-1,i=0;i<s.length;i++)if(s[i].identifier===t){e=i;break}return e}function c(t,e){for(var i={},n=[],o=0;o<t.length;o++){var r=t[o],c=e.base?r[0]+e.base:r[0],l=i[c]||0,x="".concat(c," ").concat(l);i[c]=l+1;var u=a(x),d={css:r[1],media:r[2],sourceMap:r[3]};-1!==u?(s[u].references++,s[u].updater(d)):s.push({identifier:x,updater:p(d,e),references:1}),n.push(x)}return n}function l(t){var e=document.createElement("style"),n=t.attributes||{};if(void 0===n.nonce){var o=i.nc;o&&(n.nonce=o)}if(Object.keys(n).forEach((function(t){e.setAttribute(t,n[t])})),"function"==typeof t.insert)t.insert(e);else{var s=r(t.insert||"head");if(!s)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");s.appendChild(e)}return e}var x,u=(x=[],function(t,e){return x[t]=e,x.filter(Boolean).join("\n")});function d(t,e,i,n){var o=i?"":n.media?"@media ".concat(n.media," {").concat(n.css,"}"):n.css;if(t.styleSheet)t.styleSheet.cssText=u(e,o);else{var r=document.createTextNode(o),s=t.childNodes;s[e]&&t.removeChild(s[e]),s.length?t.insertBefore(r,s[e]):t.appendChild(r)}}function h(t,e,i){var n=i.css,o=i.media,r=i.sourceMap;if(o?t.setAttribute("media",o):t.removeAttribute("media"),r&&"undefined"!=typeof btoa&&(n+="\n/*# sourceMappingURL=data:application/json;base64,".concat(btoa(unescape(encodeURIComponent(JSON.stringify(r))))," */")),t.styleSheet)t.styleSheet.cssText=n;else{for(;t.firstChild;)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(n))}}var m=null,f=0;function p(t,e){var i,n,o;if(e.singleton){var r=f++;i=m||(m=l(e)),n=d.bind(null,i,r,!1),o=d.bind(null,i,r,!0)}else i=l(e),n=h.bind(null,i,e),o=function(){!function(t){if(null===t.parentNode)return!1;t.parentNode.removeChild(t)}(i)};return n(t),function(e){if(e){if(e.css===t.css&&e.media===t.media&&e.sourceMap===t.sourceMap)return;n(t=e)}else o()}}t.exports=function(t,e){(e=e||{}).singleton||"boolean"==typeof e.singleton||(e.singleton=o());var i=c(t=t||[],e);return function(t){if(t=t||[],"[object Array]"===Object.prototype.toString.call(t)){for(var n=0;n<i.length;n++){var o=a(i[n]);s[o].references--}for(var r=c(t,e),l=0;l<i.length;l++){var x=a(i[l]);0===s[x].references&&(s[x].updater(),s.splice(x,1))}i=r}}}},704:(t,e,i)=>{t.exports=i(79)("./src/core.js")},492:(t,e,i)=>{t.exports=i(79)("./src/engine.js")},273:(t,e,i)=>{t.exports=i(79)("./src/ui.js")},209:(t,e,i)=>{t.exports=i(79)("./src/utils.js")},79:t=>{"use strict";t.exports=CKEditor5.dll}},e={};function i(n){var o=e[n];if(void 0!==o)return o.exports;var r=e[n]={id:n,exports:{}};return t[n](r,r.exports,i),r.exports}i.n=t=>{var e=t&&t.__esModule?()=>t.default:()=>t;return i.d(e,{a:e}),e},i.d=(t,e)=>{for(var n in e)i.o(e,n)&&!i.o(t,n)&&Object.defineProperty(t,n,{enumerable:!0,get:e[n]})},i.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),i.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},i.nc=void 0;var n={};(()=>{"use strict";i.r(n),i.d(n,{AIAssistant:()=>Re});var t=i(209),e=i(704),o=i(273);const r=["removeMarker","updateMarker","toView","editingDowncast","for","AIAssistantEditing","createPositionAfter","insertContent","setSelection","ck-fake-ai-selection","init","getSelectedBlocks","from","end","change","markerToElement","processor","data","getLastPosition","model","ck-fake-ai-selection_collapsed","has","isContent","ai-ui","toModel","editor","length","addMarker","schema","isAtEnd","span","conversion","canEditAt","document","createRange","selection"];var s,a;s=r,a=388,function(t){for(;--t;)s.push(s.shift())}(++a);const c=function(t,e){return r[t-=0]},l=c("0x1f");class x extends e.Plugin{static get pluginName(){return c("0xd")}[c("0x12")](){const{editor:t}=this;t.conversion[c("0xc")]("editingDowncast").markerToHighlight({model:l,view:{classes:[c("0x11")]}}),t[c("0x3")][c("0xc")](c("0xb"))[c("0x17")]({model:l,view:{name:c("0x2"),classes:[c("0x11"),c("0x1c")]}})}showFakeVisualSelection(){const t=this[c("0x21")][c("0x1b")];t[c("0x16")]((e=>{const i=t[c("0x5")][c("0x7")].getFirstRange();if(t.markers[c("0x1d")](l))e[c("0x9")](l,{range:i});else if(i.start[c("0x1")]){const n=i.start.getLastMatchingPosition((({item:e})=>!t[c("0x0")][c("0x1e")](e)),{boundaries:i});e[c("0x23")](l,{usingOperation:!1,affectsData:!1,range:e[c("0x6")](n,i[c("0x15")])})}else e.addMarker(l,{usingOperation:!1,affectsData:!1,range:i})}))}hideFakeVisualSelection(){this[c("0x21")][c("0x1b")][c("0x16")]((t=>{t[c("0x8")](l)}))}[c("0xf")](t,e){const i=e||this[c("0x21")].model[c("0x5")][c("0x7")];if(!this[c("0x21")][c("0x1b")][c("0x4")](i))return;const n=this[c("0x21")][c("0x19")][c("0x18")][c("0xa")](t),o=this[c("0x21")][c("0x19")][c("0x20")](n);this.editor.model[c("0x16")]((t=>{const e=this[c("0x21")][c("0x1b")][c("0xf")](o,i);e&&t[c("0x10")](e)}))}insertContentBelow(t){const{model:e}=this[c("0x21")],i=Array[c("0x14")](e[c("0x5")][c("0x7")][c("0x13")]()),n=i[c("0x22")]?e[c("0xe")](i.pop()):e.document[c("0x7")][c("0x1a")]();this[c("0xf")](t,n)}}function u(t,e,i){const n=t.t;switch(e){case"Edit or review":return n("Edit or review");case"Improve writing":return n("Improve writing");case"Make shorter":return n("Make shorter");case"Make longer":return n("Make longer");case"Simplify language":return n("Simplify language");case"Generate from selection":return n("Generate from selection");case"Summarize":return n("Summarize");case"Continue":return n("Continue");case"Change tone":return n("Change tone");case"Professional":return n("Professional");case"Casual":return n("Casual");case"Direct":return n("Direct");case"Confident":return n("Confident");case"Friendly":return n("Friendly");case"Change style":return n("Change style");case"Business":return n("Business");case"Legal":return n("Legal");case"Journalism":return n("Journalism");case"Poetic":return n("Poetic");case"Translate":return n("Translate");case"Translate to %0":return n("Translate to %0",i);case"English":return n("English");case"Spanish":return n("Spanish");case"German":return n("German");case"Portuguese":return n("Portuguese");case"French":return n("French");case"Simplified Chinese":return n("Simplified Chinese");case"Hindi":return n("Hindi");case"Arabic":return n("Arabic");case"AI Assistant":return n("AI Assistant");case"AI Commands":return n("AI Commands");case"Ask AI to edit or generate":return n("Ask AI to edit or generate");case"Ask AI to improve generated text":return n("Ask AI to improve generated text");case"Copy":return n("Copy");case"Submit":return n("Submit");case"Insert below":return n("Insert below");case"Try again":return n("Try again");case"Stop":return n("Stop");case"AI is writing...":return n("AI is writing...");case"History":return n("History");case"Empty history":return n("Empty history");case"Ask AI and your prompts will be listed here for you to use later.":return n("Ask AI and your prompts will be listed here for you to use later.");case"Prompt history":return n("Prompt history");case"Search AI command":return n("Search AI command");case"No commands found":return n("No commands found");case"No commands available":return n("No commands available");case"Clear":return n("Clear");case"AI_REPLACE_CONTENT":return n({id:"AI_REPLACE_CONTENT",string:"Replace"});case"AI_INSERT_CONTENT":return n({id:"AI_INSERT_CONTENT",string:"Insert"});case"AI_ERROR_AUTH_REQUEST":return n({id:"AI_ERROR_AUTH_REQUEST",string:"Authorization request failed"});case"AI_ERROR_CONTEXT_LENGTH":return n({id:"AI_ERROR_CONTEXT_LENGTH",string:"Selected content is too long"});case"AI_ERROR_MODERATION":return n({id:"AI_ERROR_MODERATION",string:"Requested query does not pass moderation rules"});case"AI_ERROR_FAILED":return n({id:"AI_ERROR_FAILED",string:"Failed to communicate with the AI service"});default:return e}}const d=["getRanges","selection","includes","get","document","element","showUI","config","editor","name","execute"];var h,m;h=d,m=409,function(t){for(;--t;)h.push(h.shift())}(++m);const f=function(t,e){return d[t-=0]};class p extends e.Command{refresh(){const t=this[f("0x6")].model[f("0x2")][f("0xa")],e=this[f("0x6")][f("0x5")].get("aiAssistant.disabledElements");for(const i of t[f("0x9")]())for(const t of i.getItems())if(t.is(f("0x3"))&&e[f("0x0")](t[f("0x7")]))return void(this.isEnabled=!1);this.isEnabled=!0}[f("0x8")](t="",e=""){this[f("0x6")].plugins[f("0x1")](Ie)[f("0x4")](t,e)}}var g=i(492);const k=["text/html","signal","editor","reject","choices","text","stringify","toModel","data: ","get","_prepareMessages","authKey","name","aiAssistant.requestParameters","abort","parseFromString","decode","_normalizeResponseHeadings","_parseAndNormalizeContent","_xmlSerializer","max_tokens","delta","AI_ERROR_AUTH_REQUEST","document","data","split","top_p","Bearer ","aiconnector-send-prompt-failed","_requestParameters","model","toView","aiAssistant.requestParameters.temperature","sendPrompt","AIConnector","_domParser","aiAssistant.requestParameters.stream","json","https://api.openai.com/v1/chat/completions","AbortError","pluginName","parse","temperature","filter","view","<span>","adapter","AI_ERROR_MODERATION","Authorization","replace","gpt-3.5-turbo","getReader","serializeToString","AI_ERROR_CONTEXT_LENGTH","Your task is to execute the instruction using the provided HTML content. Follow the instruction closely. Your answer must be a properly formatted HTML code. Do not add any additional remarks or notes. Do not act like a chatbot or a real person.","user","system","match","Instruction:\n","define","_abortController","join","_authKey","_cleanUpData","</span>","body","config","_isBufferIncomplete","aiAssistant","_readStaticResponse","Moderation","push","element","rename","_apiUrl","includes","content","length","POST","\nYou must keep the text formatting.\n\nContent:\n","Your task is to generate HTML content accordingly to the given instruction. Never include <img> tag in your response even if asked for. Your answer must be a well-structured and properly formatted HTML code. Answer only with the generated HTML content. Do not add any additional remarks or notes. Do not act like a chatbot or a real person.","application/json","error","editing","aiAssistant.requestParameters.max_tokens","stream","map","processor","aiAssistant.apiUrl","read","_readStreamableResponse","resolve","aborted","catch"];var b,w;b=k,w=270,function(t){for(;--t;)b.push(b.shift())}(++w);const v=function(t,e){return k[t-=0]};class _ extends e.Plugin{static get[v("0x34")](){return v("0x2e")}constructor(t){super(t),t[v("0x4e")].define(v("0x6"),v("0x32")),t.config[v("0x47")]("aiAssistant.requestParameters.model",v("0x3e")),t[v("0x4e")].define(v("0x2"),2e3),t[v("0x4e")][v("0x47")](v("0x2c"),1),t.config.define("aiAssistant.requestParameters.top_p",1),t.config[v("0x47")](v("0x30"),!0);const e=t[v("0x4e")][v("0x15")](v("0x6")),i=t[v("0x4e")].get(v("0x50"))[v("0x17")],n=t[v("0x4e")][v("0x15")](v("0x19"));this._abortController=new AbortController,this[v("0x3a")]=new y(t,e,n,i)}async processPrompt(e,i,n){const{systemMessage:o,userMessage:r}=this._prepareMessages(e,i);return this[v("0x3a")].sendPrompt(o,r,this[v("0x48")][v("0xd")],n)[v("0xb")]((e=>{if(e instanceof A)return Promise[v("0xf")](e);if(v("0x33")==e[v("0x18")])return Promise[v("0x9")]();throw console[v("0x0")](e),new t.CKEditorError(v("0x28"),null)}))}[v("0x1a")](){this[v("0x48")][v("0xd")][v("0xa")]||(this._abortController.abort(),this[v("0x48")]=new AbortController)}[v("0x16")](t,e){let i,n;return e?(i=v("0x42"),n=v("0x46")+t+v("0x5b")+(e.startsWith("<")?e:v("0x39")+e+v("0x4c"))):(i=v("0x5c"),n=t),{systemMessage:i,userMessage:n}}}class y{constructor(t,e,i,n){this[v("0xe")]=t,this._apiUrl=e,this[v("0x4a")]=n,this[v("0x29")]=i,this[v("0x2f")]=new DOMParser,this[v("0x1f")]=new XMLSerializer}async[v("0x2d")](t,e,i,n){const o=this.editor.locale,r={"Content-Type":v("0x5d")};if("string"==typeof this[v("0x4a")])r.Authorization=v("0x27")+this._authKey;else if(this[v("0x4a")])try{const t=await this._authKey();r[v("0x3c")]=v("0x27")+t}catch(t){return Promise[v("0xf")](new A(u(o,v("0x22"))))}const s={model:this[v("0x29")][v("0x2a")],messages:[{role:v("0x44"),content:t},{role:v("0x43"),content:e}],stream:this[v("0x29")][v("0x3")],max_tokens:this[v("0x29")][v("0x20")],temperature:this._requestParameters[v("0x36")],top_p:this._requestParameters[v("0x26")]};this[v("0x29")].user&&(s.user=this._requestParameters[v("0x43")]);const a={method:v("0x5a"),headers:r,body:JSON[v("0x12")](s),signal:i},c=await fetch(this[v("0x56")],a);if(c.ok)return this._requestParameters.stream?await this[v("0x8")](c,n):await this[v("0x51")](c,n),Promise.resolve();{const t=await c[v("0x11")]();return t[v("0x57")]("context_length_exceeded")?Promise[v("0xf")](new A(u(o,v("0x41")))):t.includes(v("0x52"))?Promise[v("0xf")](new A(u(o,v("0x3b")))):Promise[v("0xf")](new Error(t))}}async _readStreamableResponse(t,e){const i=t[v("0x4d")][v("0x3f")](),n=new TextDecoder;let o="",r="",s="",a=!1;for(;!a;){const{done:t,value:c}=await i[v("0x7")](),l=o+n[v("0x1c")](c);let x="";a=t;try{x=this._cleanUpData(l),o=""}catch(t){o+=l;continue}r+=x,!t&&this._isBufferIncomplete(r)||r&&(s+=r,e(this[v("0x1e")](s)),r="")}return Promise[v("0x9")]()}async[v("0x51")](t,e){const i=(await t[v("0x31")]())[v("0x10")][0].message[v("0x58")];return e(this[v("0x1e")](i)),Promise[v("0x9")]()}[v("0x4f")](t){const e=t[v("0x25")]("<")[v("0x59")]!==t[v("0x25")](">")[v("0x59")],i=t[v("0x59")]<30;return e&&i}[v("0x1e")](t){const e=this[v("0x2f")][v("0x1b")](t,v("0xc")),i=this[v("0xe")][v("0x24")][v("0x5")][v("0x2b")](this[v("0x1f")][v("0x40")](e[v("0x4d")]));return this[v("0x1d")](i),this[v("0xe")][v("0x24")][v("0x12")](this[v("0xe")][v("0x24")][v("0x13")](i))}[v("0x1d")](t){const e=new g.UpcastWriter(this[v("0xe")][v("0x1")][v("0x38")][v("0x23")]),i=new g.Matcher({name:/^h[1-5]$/}),n=[];let o=!1;for(const e of t)e.is(v("0x54"))&&i[v("0x45")](e)&&(n[v("0x53")](e),"h1"==e[v("0x18")]&&(o=!0));if(o)for(const t of n)e[v("0x55")]("h"+(parseInt(t[v("0x18")][1])+1),t)}[v("0x4b")](t){return t[v("0x25")](/\n(?![^{]*\})/g)[v("0x4")]((t=>t[v("0x3d")](v("0x14"),"")))[v("0x37")]((t=>t&&t[v("0x59")]>0&&"[DONE]"!==t))[v("0x4")]((t=>{const{choices:e}=JSON[v("0x35")](t);if(e[0]&&e[0].delta&&e[0][v("0x21")][v("0x58")])return e[0][v("0x21")].content}))[v("0x37")]((t=>t))[v("0x49")]("")}}class A extends Error{constructor(t){super(t),this[v("0x18")]="AIRequestError"}}const C=["finishProcessing","submitPrompt","set","currentContext","handleError","isProcessing","processPrompt","connector","previousPrompt","once","catch","message","prompt","stopProcessing","_updateValue","stopListening","listenTo","render","mainAction","bind","finally","initialContext","startProcessing","updateView","previousContext","previousLabel","view","_handlePrompt"];var I,T;I=C,T=109,function(t){for(;--t;)I.push(I.shift())}(++T);const E=function(t,e){return C[t-=0]};class S extends((0,t.ObservableMixin)()){constructor(t,e){super(),this.connector=t,this.view=e,this[E("0x5")]({initialContext:"",currentContext:"",previousContext:void 0,previousPrompt:void 0,previousLabel:void 0,isProcessing:!1}),this[E("0x1")][E("0x16")]("value").to(this,E("0x6")),this[E("0x13")](this[E("0x1")],E("0x4"),((t,e)=>{const i=this[E("0x6")]||this[E("0x18")];this[E("0x2")](e,i)})),this[E("0x13")](this[E("0x1")],"tryAgainEvent",(()=>{this.view.prompt=this.previousLabel,this[E("0x2")](this[E("0xb")],this[E("0x1b")],this[E("0x0")])})),this[E("0x13")](this[E("0x1")],E("0x10"),(()=>{this[E("0x10")]()}))}destroy(){this[E("0x12")]()}async[E("0x1a")]({prompt:t,htmlContent:e,label:i,mainAction:n}){this[E("0x1")][E("0xf")]=i,this[E("0x1")][E("0x15")]=n,this[E("0x18")]=e,t&&(this[E("0x1")].isRendered?this[E("0x2")](t,e,i):this[E("0x1")][E("0xc")](E("0x14"),(()=>{this[E("0x2")](t,e,i)})))}[E("0x10")](){this[E("0x8")]&&(this[E("0x8")]=!1,this[E("0x1")][E("0x3")](),this[E("0xa")].abort())}reset(){this[E("0x18")]="",this.currentContext="",this[E("0x1b")]="",this[E("0xb")]="",this.previousLabel="",this[E("0x1")].reset(),this[E("0x10")]()}async[E("0x2")](t,e,i){return this[E("0x8")]=!0,this[E("0x1")][E("0x19")](),this[E("0x1b")]=e,this.previousPrompt=t,this.previousLabel=i||t,new Promise((i=>{this[E("0xa")][E("0x9")](t,e,(t=>this[E("0x11")](t)))[E("0xd")]((t=>{t instanceof A?this[E("0x1")][E("0x7")](t[E("0xe")]):this.view[E("0x7")](),i()}))[E("0x17")]((()=>{this[E("0x10")](),i()}))}))}[E("0x11")](t){this[E("0x6")]=""+t}}const V=["Insert below","insertButton","insert","tryAgainButton","bindTemplate","replaceButton","ck-ai-form__toolbar","toUpperCase","addMany","label","_createButton","replace","extendTemplate","ck-hidden","isVisible","Stop","mainAction","set","AI_","REPLACE","stopButton","bind","locale","ck-button-action"];var R,P;R=V,P=147,function(t){for(;--t;)R.push(R.shift())}(++P);const L=function(t,e){return V[t-=0]};var M,N;(N=M||(M={}))[L("0x10")]=L("0x8"),N.INSERT=L("0x17");class O extends o.ToolbarView{constructor(t){super(t),this.set(L("0xb"),!1),this[L("0xe")](L("0xd"),M.REPLACE),this[L("0x2")]=this[L("0x7")]("",L("0x14")),this[L("0x2")][L("0x12")](L("0x6")).to(this,L("0xd"),(e=>u(t,L("0xf")+e[L("0x4")]()+"_CONTENT"))),this.insertButton=this[L("0x7")](u(t,L("0x15"))),this.tryAgainButton=this[L("0x7")](u(t,"Try again")),this[L("0x11")]=this[L("0x7")](u(t,L("0xc")));const e=this[L("0x1")];this[L("0x9")]({attributes:{class:[L("0x3"),e.if("isVisible",L("0xa"),(t=>!t))]}}),this.items[L("0x5")]([this[L("0x2")],this[L("0x16")],this[L("0x0")],this[L("0x11")]])}[L("0x7")](t,e){const i=new o.ButtonView(this[L("0x13")]);return i[L("0xe")]({label:t,class:e||"",isVisible:!0,withText:!0}),i}}const B='<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M5 2.801a.7.7 0 0 0-.7.7v11.5a.8.8 0 0 1-1.6 0v-11.5a2.3 2.3 0 0 1 2.3-2.3h6.5a.8.8 0 0 1 0 1.6H5Zm.7 3.7a2.3 2.3 0 0 1 2.3-2.3h7a2.3 2.3 0 0 1 2.3 2.3v10a2.3 2.3 0 0 1-2.3 2.3H8a2.3 2.3 0 0 1-2.3-2.3v-10Zm2.3-.7a.7.7 0 0 0-.7.7v10a.7.7 0 0 0 .7.7h7a.7.7 0 0 0 .7-.7v-10a.7.7 0 0 0-.7-.7H8Z"/></svg>',H=["div","textContent","setContent","-9999px","position","left","addRange","ck-ai-form__content-field","text/html","_copyHTMLToClipboard","bindTemplate","wheel","check","loaderView","element","icon","clipboard","AI is writing...","smooth","mousedown","ck-ai-form__loader","bind","change:isProcessing","isVisible","selectNodeContents","contentFieldView","body","class","removeAllRanges","ck-ai-form__copy-button-wrapper","render","change:value","set","innerHTML","isProcessing","appendChild","createElement","appendLoader","ck-ai-form__content-area","copyButtonView","execCommand","locale","value","scrollTo","execute","isEnabled","ck-ai-form__copy-button",".ck-ai-form__loader","remove","_createLoader","focus","style","setTemplate","listenTo","_createCopyButton","ck-reset_all-excluded"];var j,F;j=H,F=183,function(t){for(;--t;)j.push(j.shift())}(++F);const D=function(t,e){return H[t-=0]};class q extends o.View{constructor(t,e=""){super(t),this[D("0x11")]({value:null,isVisible:!1,isProcessing:!1});const i=this[D("0x33")];this[D("0xa")]=new z(t,e),this[D("0x18")]=this[D("0x27")](),this[D("0x25")]({tag:D("0x29"),attributes:{class:["ck","ck-ai-form__content-area-wrapper",i.if(D("0x8"),"ck-hidden",(t=>!t))],tabindex:"-1"},children:[{tag:D("0x29"),attributes:{class:["ck",D("0x17"),i.if(D("0x13"),"ck-ai-form__content-area--processing")]},children:[this[D("0xa")],{tag:D("0x29"),attributes:{class:["ck",D("0xe")]},children:[this[D("0x18")]]}]}]})}[D("0xf")](){super[D("0xf")](),this.value&&this.contentFieldView[D("0x2b")](this.value);let t=!1;this.on(D("0x10"),((e,i,n)=>{const o=!this.contentFieldView.element.querySelector(D("0x20"));this.contentFieldView[D("0x2b")](n),this[D("0x13")]&&o&&!t&&this[D("0x37")][D("0x1c")]({top:this[D("0x37")].scrollHeight,behavior:D("0x3")})})),this.on(D("0x7"),((e,i,n)=>{t=!1,n?(this[D("0x1b")]=null,this[D("0xa")][D("0x16")]()):this[D("0x1b")]||this[D("0xa")][D("0x2b")]("")})),this[D("0x26")](this.element,D("0x34"),(()=>{t=!0})),this.listenTo(this[D("0x37")],D("0x4"),(()=>{t=!0}))}[D("0x23")](){this[D("0x37")][D("0x23")]()}[D("0x27")](){const t=this[D("0x1a")],i=new o.ButtonView(this[D("0x1a")]),n=D("0x1f");return i[D("0x11")]({label:u(t,"Copy"),icon:B,class:n,tooltip:!0}),i[D("0x6")](D("0x8")).to(this,D("0x1b"),(t=>!!t)),i[D("0x6")](D("0x1e")).to(this,D("0x13"),(t=>!t)),i.on(D("0x1d"),(()=>{this[D("0x32")](this[D("0xa")][D("0x37")]),i[D("0x0")]=e.icons[D("0x35")],i.class=n+" ck-ai-form__copy-button--copied",this.focus(),setTimeout((()=>{i[D("0x0")]=B,i[D("0xc")]=n}),1e3)})),i}_copyHTMLToClipboard(e){const{window:i,document:n}=t.global;if(i.ClipboardItem){const{Blob:t,ClipboardItem:n}=i,o=[new n({"text/html":new t([e[D("0x12")]],{type:D("0x31")}),"text/plain":new t([e[D("0x2a")]||""],{type:"text/plain"})})];navigator[D("0x1")].write(o)}else{const t=n[D("0x15")](D("0x29"));t[D("0x24")][D("0x2d")]="absolute",t[D("0x24")][D("0x2e")]=D("0x2c"),t[D("0x12")]=e[D("0x12")],n[D("0xb")][D("0x14")](t);const o=n.createRange();o[D("0x9")](t);const r=i.getSelection();r[D("0xd")](),r[D("0x2f")](o),n[D("0x19")]("copy"),t[D("0x21")]()}}}class z extends o.View{constructor(t,e=""){super(t),this[D("0x36")]=this[D("0x22")](),this[D("0x25")]({tag:"div",attributes:{class:["ck","ck-content",e,D("0x28"),D("0x30")]}})}setContent(t){this[D("0x37")][D("0x12")]=t}[D("0x16")](){this[D("0x37")][D("0x14")](this[D("0x36")][D("0x37")])}[D("0x22")](){const t=new o.View,e=this[D("0x1a")],i=new o.SpinnerView;return i[D("0x8")]=!0,t[D("0x25")]({tag:D("0x29"),attributes:{class:["ck",D("0x5")]},children:[i,{text:u(e,D("0x2"))}]}),t[D("0xf")](),t}}const U=["div","bindTemplate","setTemplate","ck-ai-form__error","set","text"];var Z,K;Z=U,K=137,function(t){for(;--t;)Z.push(Z.shift())}(++K);const G=function(t,e){return U[t-=0]};class J extends o.View{constructor(t,e=""){super(t);const i=new o.IconView,n=this[G("0x2")];this[G("0x5")](G("0x0"),e),i.content='<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path clip-rule="evenodd" d="M9.9 4.385a1.2 1.2 0 0 0-.44.44h.002l-5.284 9.15a1.2 1.2 0 0 0 1.04 1.8h10.564a1.2 1.2 0 0 0 1.04-1.8l-5.282-9.15a1.2 1.2 0 0 0-1.64-.44Zm.05 8.363a.301.301 0 0 1 .115-.023h.9a.301.301 0 0 1 .3.3v.9a.3.3 0 0 1-.3.3h-.9a.3.3 0 0 1-.3-.3v-.9a.3.3 0 0 1 .185-.277Zm-.185-4.723a.3.3 0 0 1 .3-.3h.9a.3.3 0 0 1 .3.3v3.4a.3.3 0 0 1-.3.3h-.9a.301.301 0 0 1-.3-.3v-3.4Z"/></svg>\n',this[G("0x3")]({tag:G("0x1"),attributes:{class:["ck",G("0x4")]},children:[i,{text:n.to(G("0x0"))}]})}}const Y=function(t){return function(e){return null==t?void 0:t[e]}};const W=Y({"&":"&","<":"<",">":">",'"':""","'":"'"});const X="object"==typeof global&&global&&global.Object===Object&&global;var Q="object"==typeof self&&self&&self.Object===Object&&self;const $=(X||Q||Function("return this")()).Symbol;const tt=function(t,e){for(var i=-1,n=null==t?0:t.length,o=Array(n);++i<n;)o[i]=e(t[i],i,t);return o};const et=Array.isArray;var it=Object.prototype,nt=it.hasOwnProperty,ot=it.toString,rt=$?$.toStringTag:void 0;const st=function(t){var e=nt.call(t,rt),i=t[rt];try{t[rt]=void 0;var n=!0}catch(t){}var o=ot.call(t);return n&&(e?t[rt]=i:delete t[rt]),o};var at=Object.prototype.toString;const ct=function(t){return at.call(t)};var lt=$?$.toStringTag:void 0;const xt=function(t){return null==t?void 0===t?"[object Undefined]":"[object Null]":lt&< in Object(t)?st(t):ct(t)};const ut=function(t){return null!=t&&"object"==typeof t};const dt=function(t){return"symbol"==typeof t||ut(t)&&"[object Symbol]"==xt(t)};var ht=$?$.prototype:void 0,mt=ht?ht.toString:void 0;const ft=function t(e){if("string"==typeof e)return e;if(et(e))return tt(e,t)+"";if(dt(e))return mt?mt.call(e):"";var i=e+"";return"0"==i&&1/e==-Infinity?"-0":i};const pt=function(t){return null==t?"":ft(t)};var gt=/[&<>"']/g,kt=RegExp(gt.source);const bt=function(t){return(t=pt(t))&&kt.test(t)?t.replace(gt,W):t},wt=["render","fieldView","right","_createShowHistoryButton","enter","excludeScrollbarsAndBorders","width","set","requestAnimationFrame","ck-ai-form__toggle-history","focusableChildren","focus","element","submitButtonView","focusCycler","locale","add","fire","ck-ai-form__submit","uiLanguageDirection","minRows","filteredView","keystrokes","showHistoryButtonView","children","window","execute","focusFirst","fieldWrapperChildren","isEmpty","value","update","rtl","queryView","maxRows","submit","isVisible","_createSubmitButton","isEnabled","resultsView","bind"];var vt,_t;vt=wt,_t=379,function(t){for(;--t;)vt.push(vt.shift())}(++_t);const yt=function(t,e){return wt[t-=0]};class At extends o.AutocompleteView{constructor(t,e){super(t,e),this[yt("0x17")].fieldView[yt("0xa")]=1,this[yt("0x17")][yt("0x20")][yt("0x18")]=3,this.submitButtonView=this._createSubmitButton(),this[yt("0xd")]=this[yt("0x22")](),this[yt("0x0")][yt("0x6")](this.showHistoryButtonView,1),this[yt("0x0")][yt("0x6")](this[yt("0x3")])}render(){super[yt("0x1f")](),this.queryView[yt("0x12")][yt("0x6")](this[yt("0xd")]),this[yt("0xe")][yt("0x6")](this[yt("0x3")]),this[yt("0xc")].set(yt("0x23"),((t,e)=>{t.target==this[yt("0x17")][yt("0x20")].element&&(this[yt("0x19")](),e())}))}[yt("0x1b")](){const t=new o.ButtonView(this[yt("0x5")]),e=this[yt("0x5")];return t[yt("0x26")]({icon:'<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M15.875 4.419a.75.75 0 0 0-1.5 0v7.25H6.818l2.33-1.955a.75.75 0 0 0-.963-1.15l-3.792 3.182a.75.75 0 0 0-.17.945c.046.11.118.208.21.284l3.788 3.18a.75.75 0 1 0 .965-1.149l-2.19-1.837h7.629c.69 0 1.25-.56 1.25-1.25v-7.5Z"/></svg>',label:u(e,"Submit"),isVisible:!0,tooltip:!0,class:yt("0x8")}),t.on(yt("0x10"),(()=>{this.submit()})),t.bind(yt("0x1c")).to(this[yt("0x17")][yt("0x20")],yt("0x13"),this,"isEnabled",((t,e)=>!t&&e)),t}[yt("0x22")](){const i=new o.ButtonView(this[yt("0x5")]),n=this[yt("0x1d")],r=this.locale;i[yt("0x26")]({label:u(r,"History"),withText:!1,icon:e.icons.history,tooltip:!0,tooltipPosition:"sw",class:yt("0x28")}),i[yt("0x1e")]("isOn").to(n,yt("0x1a")),i[yt("0x1e")]("isEnabled").to(this,"isEnabled"),i.on(yt("0x10"),(()=>{n[yt("0x1a")]=!n[yt("0x1a")],n[yt("0x1a")]?this[yt("0xb")][yt("0x1")]():this[yt("0x1")]()}));const s=()=>{t.global[yt("0xf")][yt("0x27")]((()=>{if((0,t.isVisible)(this[yt("0x2")])){const e=new t.Rect(this[yt("0x17")].fieldView.element),n=e[yt("0x25")],o=yt("0x16")===r[yt("0x9")]?"left":yt("0x21");e[yt("0x24")](),i.element.style[o]=n-e[yt("0x25")]+1+"px"}}))};return this[yt("0x17")].fieldView.on(yt("0x15"),s),this.on(yt("0x1f"),s),i}[yt("0x19")](){const t=this[yt("0x17")][yt("0x20")].element[yt("0x14")];this[yt("0x7")](yt("0x19"),bt(t))}[yt("0x1")](t){-1===t?this[yt("0x4")].focusLast():this[yt("0x4")][yt("0x11")]()}}const Ct=["clearHistory","locale","execute","filter","children","fire","historyGroupView","items","Prompt history","clearHistoryButton","_createClearHistoryButton","add"];var It,Tt;It=Ct,Tt=323,function(t){for(;--t;)It.push(It.shift())}(++Tt);const Et=function(t,e){return Ct[t-=0]};class St extends o.ListView{constructor(t){super(t),this.clearHistoryButton=this[Et("0xb")](),this.historyGroupView=new o.ListItemGroupView,this[Et("0x7")][Et("0x5")][Et("0x0")](this[Et("0xa")],1),this.historyGroupView.label=u(t,Et("0x9")),this[Et("0x7")][Et("0x8")].delegate(Et("0x3")).to(this),this.items[Et("0x0")](this[Et("0x7")])}[Et("0x4")](){let t=0;for(const e of this[Et("0x8")])t+=e[Et("0x8")].length;return{resultsCount:t,totalItemsCount:t}}_createClearHistoryButton(){const t=this[Et("0x2")],e=new o.ButtonView(this[Et("0x2")]);return e.set({label:"("+u(t,"Clear")+")",withText:!0}),e.on(Et("0x3"),(()=>this[Et("0x6")](Et("0x1")))),e}}const Vt=["ck-button__label","bindTemplate"];var Rt,Pt;Rt=Vt,Pt=344,function(t){for(;--t;)Rt.push(Rt.shift())}(++Pt);const Lt=function(t,e){return Vt[t-=0]};class Mt extends o.HighlightedTextView{constructor(){super(),this.set({style:void 0,text:void 0,id:void 0});const t=this[Lt("0x1")];this.extendTemplate({attributes:{class:[Lt("0x0")],style:t.to("style"),id:t.to("id")}})}}const Nt=Y({"&":"&","<":"<",">":">",""":'"',"'":"'"});var Ot=/&(?:amp|lt|gt|quot|#39);/g,Bt=RegExp(Ot.source);const Ht=function(t){return(t=pt(t))&&Bt.test(t)?t.replace(Ot,Nt):t},jt=["add","prompt","children","locale","execute"];var Ft,Dt;Ft=jt,Dt=154,function(t){for(;--t;)Ft.push(Ft.shift())}(++Dt);const qt=function(t,e){return jt[t-=0]};class zt extends o.ListItemView{constructor(t){super();const e=new Mt,i=new o.ButtonView(this[qt("0x4")],e);this[qt("0x3")][qt("0x1")](i),i.set({label:t[qt("0x2")],withText:!0}),i.on(qt("0x0"),(()=>{this.fire(qt("0x0"),{value:Ht(t.prompt)})}))}}const Ut=["stringify","toLowerCase","setItem","map","prompt","CKEditor/AIFormView/PromptHistory","remove","last","parse","_saveToSessionStorage","addMany","trim","length"];var Zt,Kt;Zt=Ut,Kt=368,function(t){for(;--t;)Zt.push(Zt.shift())}(++Kt);const Gt=function(t,e){return Ut[t-=0]},Jt=Gt("0x1");class Yt extends t.Collection{constructor(){super(),this._loadFromSessionStorage(),this.on("add",((t,e)=>{const i=Wt(e[Gt("0x0")]);for(const t of this)if(t!=e&&Wt(t[Gt("0x0")])===i){this[Gt("0x2")](t);break}this[Gt("0x8")]>20&&this[Gt("0x2")](this[Gt("0x3")]),this[Gt("0x5")]()})),this.on(Gt("0x2"),(()=>{this[Gt("0x5")]()}))}_loadFromSessionStorage(){const t=sessionStorage.getItem(Jt)||"[]";this[Gt("0x6")](JSON[Gt("0x4")](t))}[Gt("0x5")](){sessionStorage[Gt("0xb")](Jt,JSON[Gt("0x9")](this[Gt("0xc")]((t=>t))))}}function Wt(t){return t[Gt("0xa")]()[Gt("0x7")]()}const Xt='<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M9.61 2.66a1.406 1.406 0 1 0-1.407 0v.891H3.28a2.11 2.11 0 0 0-2.11 2.11v10.312a2.11 2.11 0 0 0 2.11 2.109h5.684l-.054-1.157.18-.25H3.28a.703.703 0 0 1-.703-.702V5.66c0-.389.315-.704.703-.704h11.25c.388 0 .703.315.703.704v2.484l.358-.497a2.492 2.492 0 0 1 1.048-.84V5.66a2.11 2.11 0 0 0-2.11-2.11H9.61v-.89Z"/><path d="M5.625 10.817c.518 0 .937-.63.937-1.407 0-.776-.42-1.406-.937-1.406-.518 0-.938.63-.938 1.406 0 .777.42 1.407.938 1.407Z"/><path d="M13.125 9.41c0 .777-.42 1.407-.938 1.407s-.937-.63-.937-1.407c0-.776.42-1.406.937-1.406.518 0 .938.63.938 1.406Z"/><path d="M.937 8.004A.937.937 0 0 0 0 8.942v1.875c0 .517.42.937.937.937v-3.75Z"/><path d="M6.128 12.51a.782.782 0 0 1 1.085.216c.272.408.907.707 1.693.707s1.421-.3 1.693-.707a.782.782 0 0 1 1.302.868c-.666 1-1.906 1.403-2.995 1.403-1.089 0-2.329-.404-2.995-1.403a.782.782 0 0 1 .217-1.085Z"/><path d="m16.987 8.91-.622.864 2.879 2.074.622-.864a.71.71 0 0 0-.161-.99l-1.728-1.245a.71.71 0 0 0-.99.161Z"/><path d="M11.635 19.951a.355.355 0 0 1-.449-.31l-.214-2.38 4.978-6.911 2.88 2.074-4.978 6.91-2.217.617Z"/></svg>',Qt=["shift + tab","reset","stopButton","queryView","fire","promptView","ck-ai-form-content","fieldView","render","stop","value","keystrokes","insertContentBelow","_createPromptView","focusFirst","insertButton","ck-hidden","AI_ERROR_FAILED","REPLACE","replaceButton","submit","bind","locale","execute","div","errorView","Empty history","replaceContent","focus","bindTemplate","setTemplate","historyGroupView","text","isProcessing","high","trim","isError","_promptHistory","add","prompt","_createToolbar","clear","submitPrompt","isVisible","_focusables","element","focusCycler","_focusCycler","set","tryAgainButton","toolbar","mainAction","Ask AI and your prompts will be listed here for you to use later.","forwardCycle","startProcessing","listenTo","clearHistory","tryAgainEvent","backwardCycle","focusNext","isEnabled","focusTracker","copyButtonView","contentArea","ck-ai-form","createCollection"];var $t,te;$t=Qt,te=263,function(t){for(;--t;)$t.push($t.shift())}(++te);const ee=function(t,e){return Qt[t-=0]};class ie extends o.View{constructor(e,i,n=""){super(e),this.set(ee("0x3d"),!0),this[ee("0x31")](ee("0x22"),!1),this[ee("0x31")]("prompt",""),this[ee("0x31")](ee("0xb"),""),this[ee("0x31")]("isError",!1),this.set(ee("0x34"),M[ee("0x13")]),this[ee("0x26")]=new Yt,this[ee("0x1a")]=new J(e),this.header=new o.FormHeaderView(e,{label:u(e,"AI Assistant"),icon:Xt}),this[ee("0x40")]=new q(e,n),this[ee("0x40")][ee("0x16")](ee("0x22")).to(this),this[ee("0x40")][ee("0x16")](ee("0xb")).to(this),this[ee("0x33")]=this[ee("0x29")](),this[ee("0x33")][ee("0x16")](ee("0x34")).to(this),this[ee("0x6")]=this[ee("0xe")](),this[ee("0x3e")]=new t.FocusTracker,this[ee("0xc")]=new t.KeystrokeHandler,this[ee("0x2d")]=this[ee("0x0")]([this[ee("0x40")],this[ee("0x40")][ee("0x3f")],this.toolbar,this[ee("0x6")]]),this[ee("0x30")]=new o.FocusCycler({focusables:this[ee("0x2d")],focusTracker:this[ee("0x3e")],keystrokeHandler:this[ee("0xc")],actions:{focusPrevious:ee("0x1"),focusNext:"tab"}}),this.promptView[ee("0x2f")].on(ee("0x36"),(t=>{this._focusCycler[ee("0x3c")](),t.stop()})),this.promptView[ee("0x2f")].on(ee("0x3b"),(t=>{this._focusCycler.focusPrevious(),t[ee("0xa")]()})),this[ee("0x6")][ee("0x4")][ee("0x8")][ee("0x16")]("value").to(this,ee("0x28"));const r=this[ee("0x1e")];this[ee("0x1f")]({tag:"div",attributes:{class:["ck",ee("0x41"),i],tabindex:"-1"},children:[this.header,{tag:ee("0x19"),attributes:{class:["ck",ee("0x7")]},children:[{tag:ee("0x19"),attributes:{class:[r.if(ee("0x25"),ee("0x11"),(t=>!t))]},children:[this[ee("0x1a")]]},this[ee("0x40")],this.toolbar,this[ee("0x6")]]}]})}[ee("0x9")](){super[ee("0x9")](),this[ee("0x3e")].add(this[ee("0x40")][ee("0x2e")]),this[ee("0x3e")][ee("0x27")](this[ee("0x40")][ee("0x3f")][ee("0x2e")]),this[ee("0x3e")].add(this[ee("0x33")][ee("0x2e")]),this[ee("0x3e")][ee("0x27")](this[ee("0x6")][ee("0x2e")]),this[ee("0xc")].listenTo(this[ee("0x2e")])}[ee("0x1d")](){this._focusCycler[ee("0xf")]()}[ee("0x2")](){this[ee("0x28")]="",this[ee("0xb")]="",this[ee("0x6")].reset(),this[ee("0x40")][ee("0x2c")]=!1,this[ee("0x33")][ee("0x2c")]=!1}[ee("0xe")](){const t=this[ee("0x17")],e=new At(t,{queryView:{label:u(t,"Ask AI to edit or generate"),creator:o.createLabeledTextarea,showIcon:!1,showResetButton:!1},infoView:{text:{noSearchableItems:{primary:u(t,ee("0x1b")),secondary:u(t,ee("0x35"))}}},filteredView:this._createHistoryView(),queryMinChars:1/0,resetOnBlur:!1});return e[ee("0x16")]("isEnabled").to(this,ee("0x3d"),this,"isProcessing",((t,e)=>t&&!e)),this[ee("0x38")](e,ee("0x15"),((t,e)=>{this.prompt=e,this[ee("0x5")](ee("0x2b"),this.prompt),e[ee("0x24")]()&&this._promptHistory[ee("0x27")]({prompt:e[ee("0x24")]()},0)}),{priority:ee("0x23")}),e}_createHistoryView(){const t=new St(this[ee("0x17")]);return t[ee("0x20")].items.bindTo(this._promptHistory).as(zt),t.on(ee("0x39"),(()=>{this[ee("0x26")][ee("0x2a")](),this.promptView.search(""),this[ee("0x6")][ee("0x1d")]()})),t}[ee("0x29")](){const t=new O(this[ee("0x17")]);return t[ee("0x14")][ee("0x16")](ee("0x3d")).to(this,"isEnabled",this,ee("0x22"),this,ee("0xb"),((t,e,i)=>t&&!e&&!!i)),t[ee("0x14")].on(ee("0x18"),(()=>{this.fire(ee("0x1c"),this[ee("0xb")])})),t[ee("0x10")][ee("0x16")](ee("0x3d")).to(this,ee("0x3d"),this,ee("0x22"),this,ee("0xb"),((t,e,i)=>t&&!e&&!!i)),t[ee("0x10")].on(ee("0x18"),(()=>{this.fire(ee("0xd"),this.value)})),t[ee("0x32")].bind("isEnabled").to(this,ee("0x3d"),this,ee("0x22"),((t,e)=>t&&!e)),t.tryAgainButton.on("execute",(()=>{this[ee("0x5")](ee("0x3a"))})),t[ee("0x3")][ee("0x16")](ee("0x3d")).to(this,"isProcessing"),t[ee("0x3")].on("execute",(()=>{this[ee("0x5")]("stopProcessing")})),t}[ee("0x37")](){this[ee("0xb")]="",this.isError=!1,this[ee("0x22")]=!0,this[ee("0x40")][ee("0x2c")]=!0,this[ee("0x33")].isVisible=!0,this[ee("0x40")][ee("0x1d")]()}finishProcessing(){const t=this[ee("0x17")];this[ee("0x22")]=!1,this.prompt="",this.promptView.reset(),this[ee("0xb")]&&(this[ee("0x6")][ee("0x4")].label=u(t,"Ask AI to improve generated text"))}handleError(t){const e=this[ee("0x17")];this.finishProcessing(),this[ee("0x25")]=!0,this[ee("0x1a")][ee("0x21")]=t||u(e,ee("0x12")),this[ee("0xb")]||(this[ee("0x40")].isVisible=!1)}}const ne=["label","children","filter","items","labelView","highlightText","length","match","first","isVisible"];var oe,re;oe=ne,re=433,function(t){for(;--t;)oe.push(oe.shift())}(++re);const se=function(t,e){return ne[t-=0]};class ae extends o.ListView{filter(t){let e=0,i=0;for(const n of this[se("0x0")]){const o=n,r=t&&!!o.label[se("0x4")](t);o[se("0x1")].highlightText(r?t:null);for(const e of o[se("0x0")]){const i=e[se("0x8")][se("0x5")],n=i[se("0x1")];if(t){const o=!!i[se("0x7")][se("0x4")](t);n[se("0x2")](o?t:null),e[se("0x6")]=r||o}else e[se("0x6")]=!0,n[se("0x2")](null)}const s=o[se("0x0")][se("0x9")]((t=>t[se("0x6")]))[se("0x3")];e+=o[se("0x0")].length,i+=r?o[se("0x0")][se("0x3")]:s,o[se("0x6")]=r||!!s}return{resultsCount:i,totalItemsCount:e}}}const ce=["extendTemplate","ck-editor__label_","for","bindTemplate","ck-label"];var le,xe;le=ce,xe=182,function(t){for(;--t;)le.push(le.shift())}(++xe);const ue=function(t,e){return ce[t-=0]};class de extends o.HighlightedTextView{constructor(){super(),this.set(ue("0x0"),void 0);const e=this[ue("0x1")];this.id=ue("0x4")+(0,t.uid)(),this[ue("0x3")]({attributes:{class:["ck",ue("0x2")],id:this.id,for:e.to(ue("0x0"))}})}}var he=i(278),me=i.n(he),fe=i(692),pe={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};me()(fe.Z,pe);fe.Z.locals;var ge=i(488),ke={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};me()(ge.Z,ke);ge.Z.locals;var be=i(243),we={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};me()(be.Z,we);be.Z.locals;const ve=["getLimitElement","bind","init","_aiConnector","media","_enableAIBalloonInteractions","aiCommands","setSelection","config","commands","scrollTo","Search AI command","_isUIVisible"," ck-ai-assistant-ui_theme","plugins","isNaN","domConverter","end","groupId","_formView","aiAssistant.contentAreaCssClass","forEach","aiAssistant","buttonView","getBoundingRect","showAIAssistant","INSERT","isEnabled","afterInit","change:isOpen","document","hideUI","view","isOn","_initView","isCollapsed","createPositionBefore","fire","ck-ai-commands-dropdown ","children","AIAssistantUI","get","requires","ck-ai-assistant-button ","locale","start","listenTo","aiAssistant.disabledElements","fromCharCode","createRange","DataTransfer","define","insertContentBelow","_uiCssClasses","keystrokes","AI Assistant","map","editing","toViewRange","tableOfContents","insertContent","execute","replaceContent","_balloon","remove","componentFactory","model","schema","then","editor","focus","_aiAssistantController","mapper","aiAssistant.useTheme","set","AIConnector","REPLACE","ck-ai-commands-search","element","pluginName","change","getSelectedBlocks","selection","copy","parent","add","panelView","requiresContent","label","showUI","getData","from","hideFakeVisualSelection"];var _e,ye;_e=ve,ye=194,function(t){for(;--t;)_e.push(_e.shift())}(++ye);const Ae=function(t,e){return ve[t-=0]},Ce=globalThis[Ae("0x2a")];class Ie extends e.Plugin{static get[Ae("0x47")](){return Ae("0x20")}static get[Ae("0x22")](){return[x,Ae("0x43"),o.ContextualBalloon]}constructor(t){super(t),this[Ae("0x2d")]="",t[Ae("0x0")][Ae("0x2b")](Ae("0x27"),[Ae("0x59"),"rawHtml",Ae("0x33")]),t[Ae("0x0")].define(Ae("0x41"),!0),t[Ae("0x0")][Ae("0x2b")](Ae("0xc"),""),this._uiCssClasses="ck-ai-assistant-ui"+(t[Ae("0x0")][Ae("0x21")](Ae("0x41"))?Ae("0x5"):"")}[Ae("0x57")](){const{editor:e}=this;this[Ae("0x58")]=e[Ae("0x6")].get(Ae("0x43")),this[Ae("0x37")]=e.plugins[Ae("0x21")](o.ContextualBalloon),this[Ae("0xb")]=null,this[Ae("0x42")](Ae("0x4"),!1),e[Ae("0x1")].add(Ae("0x11"),new p(e));const i=e.commands[Ae("0x21")]("showAIAssistant"),n=e.plugins[Ae("0x21")](x);e.ui[Ae("0x39")].add(Ae("0x5b"),(r=>{const s=(0,o.createDropdown)(r),a=function(t,e){const i=new ae(t[Ae("0x24")]),n=function(t){const e={};return t[Ae("0xd")]((t=>{const i=t.groupLabel||t[Ae("0xa")],n=t.commands;e[i]=n})),e}(t[Ae("0x0")].get("aiAssistant.commands")||[]);return Object.entries(n)[Ae("0xd")]((([n,r])=>{const s=r[Ae("0x30")]((i=>function(t,e,i){const n=new o.ListItemView,r=new Mt,s=new o.ButtonView(t,r);return n[Ae("0x1f")][Ae("0x4d")](s),s.set({label:i[Ae("0x50")],withText:!0}),s.on(Ae("0x35"),(()=>{e(i.prompt,i[Ae("0x50")],void 0===i.requiresContent||i[Ae("0x4f")])})),n}(t.locale,e,i)));i.items[Ae("0x4d")](function(t,e,i){const n=new o.ListItemGroupView(t,new de);return n[Ae("0x50")]=e,n.items.addMany(i),n}(t.locale,n,s))})),i}(e,((n,o,r)=>{const s=e.model.document.selection;if(r&&s[Ae("0x1b")]){const i=(0,t.first)(s[Ae("0x49")]())||e[Ae("0x3a")][Ae("0x3b")][Ae("0x55")](s);e[Ae("0x3a")][Ae("0x48")]((t=>{t[Ae("0x5c")](i,"in")}))}i[Ae("0x35")](n,o)})),c=new o.SearchTextView(r,{filteredView:a,queryView:{label:u(r,Ae("0x3"))},class:Ae("0x45"),infoView:{text:{notFound:{primary:u(r,"No commands found")},noSearchableItems:{primary:u(r,"No commands available")}}}});return s[Ae("0x42")]({class:Ae("0x1e")+this[Ae("0x2d")]}),s[Ae("0x56")]("isEnabled").to(i,"isEnabled"),s[Ae("0x4e")][Ae("0x1f")][Ae("0x4d")](c),s[Ae("0xf")][Ae("0x42")]({label:u(r,"AI Commands"),icon:'<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M15.346 9.422a.151.151 0 0 1 .284 0l.548 1.484a.152.152 0 0 0 .09.089l1.483.549a.151.151 0 0 1 0 .284l-1.483.548a.151.151 0 0 0-.09.09l-.548 1.483a.152.152 0 0 1-.142.1.151.151 0 0 1-.142-.1l-.549-1.483a.15.15 0 0 0-.09-.09l-1.483-.548a.15.15 0 0 1 0-.284l1.484-.549a.152.152 0 0 0 .089-.09l.549-1.483Z"/><path d="M16.306 1.742a.151.151 0 0 1 .284 0l.549 1.483a.15.15 0 0 0 .089.09l1.483.548a.151.151 0 0 1 .072.229.151.151 0 0 1-.072.055l-1.483.549a.15.15 0 0 0-.09.09l-.548 1.482a.151.151 0 0 1-.284 0l-.549-1.483a.15.15 0 0 0-.09-.09l-1.483-.548a.151.151 0 0 1 0-.284l1.484-.549a.152.152 0 0 0 .09-.089l.548-1.483Z"/><path d="M7.665 1.742a.151.151 0 0 1 .284 0l.549 1.483a.151.151 0 0 0 .09.09l1.482.548a.151.151 0 0 1 .072.229.151.151 0 0 1-.072.055l-1.483.549a.151.151 0 0 0-.09.09L7.95 6.267a.151.151 0 0 1-.284 0l-.549-1.483a.151.151 0 0 0-.089-.09l-1.483-.548a.151.151 0 0 1 0-.284l1.483-.549a.151.151 0 0 0 .09-.089l.548-1.483-.001.001Z"/><path d="M14.72 7.946a.848.848 0 0 0 .25-.591.824.824 0 0 0-.241-.588l-1.943-1.938a.812.812 0 0 0-.588-.241.838.838 0 0 0-.591.25l-1.545 1.539 3.115 3.115 1.542-1.546h.001Z"/><path clip-rule="evenodd" d="M1.19 15.636a.96.96 0 0 1 .281-.679l7.835-7.834 3.121 3.12-7.834 7.835a.959.959 0 0 1-1.358 0l-1.764-1.764a.96.96 0 0 1-.28-.678Zm9.22-5.391-1.121-1.12-6.479 6.478 1.121 1.121 6.479-6.479Z"/></svg>',tooltip:!0}),s.on(Ae("0x15"),((t,e,i)=>{i?(c.reset(),n.showFakeVisualSelection(),a[Ae("0x46")][Ae("0x2")](0,0)):this[Ae("0xb")]||n[Ae("0x54")]()})),s})),e.ui[Ae("0x39")][Ae("0x4d")](Ae("0xe"),(t=>{const e=new o.ButtonView(t);return e[Ae("0x42")]({label:u(t,Ae("0x2f")),tooltip:u(t,Ae("0x2f")),icon:Xt,class:Ae("0x23")+this._uiCssClasses}),e.bind(Ae("0x13")).to(i),e[Ae("0x56")](Ae("0x19")).to(this,Ae("0x4")),this.listenTo(e,Ae("0x35"),(()=>i[Ae("0x35")]())),e}))}[Ae("0x14")](){!function(t){function i(t){return t[Ae("0x30")]((t=>String[Ae("0x28")](t))).join("")}(t=>{function n(t){return i([112,108,117,103,105,110,78,97,109,101])in t}const o=[1,85,78,115,198,255,50,112,83,87,161],r=[127,34,6,211,167,86,146,199,132,160,18];function s(t){return function(t,e){const n=function(t){const e=atob(t),[n,o]=e[i([115,112,108,105,116])](i([45]));try{if(atob(o))return atob(n)}catch(t){}return e}(t),o=Array[i([102,114,111,109])](function(t){const e=new Uint8Array(t[i([108,101,110,103,116,104])]);for(let n=0;n<t[i([108,101,110,103,116,104])];n++)e[n]=t[i([99,104,97,114,67,111,100,101,65,116])](n);return e}(n)),r=o[i([112,111,112])](),s=o[i([112,111,112])]();return function(t){let e="";for(const n of t)e+=String[i([102,114,111,109,67,104,97,114,67,111,100,101])](n);return e}(function(t,e,n){const o={};o[i([110,117,109,98,101,114,79,102,82,111,117,110,100,115])]={16:10,24:12,32:14},o[i([114,99,111,110])]=[1,2,4,8,16,32,64,128,27,54,108,216,171,77,154,47,94,188,99,198,151,53,106,212,179,125,250,239,197,145],o[i([83])]=[99,124,119,123,242,107,111,197,48,1,103,43,254,215,171,118,202,130,201,125,250,89,71,240,173,212,162,175,156,164,114,192,183,253,147,38,54,63,247,204,52,165,229,241,113,216,49,21,4,199,35,195,24,150,5,154,7,18,128,226,235,39,178,117,9,131,44,26,27,110,90,160,82,59,214,179,41,227,47,132,83,209,0,237,32,252,177,91,106,203,190,57,74,76,88,207,208,239,170,251,67,77,51,133,69,249,2,127,80,60,159,168,81,163,64,143,146,157,56,245,188,182,218,33,16,255,243,210,205,12,19,236,95,151,68,23,196,167,126,61,100,93,25,115,96,129,79,220,34,42,144,136,70,238,184,20,222,94,11,219,224,50,58,10,73,6,36,92,194,211,172,98,145,149,228,121,231,200,55,109,141,213,78,169,108,86,244,234,101,122,174,8,186,120,37,46,28,166,180,198,232,221,116,31,75,189,139,138,112,62,181,102,72,3,246,14,97,53,87,185,134,193,29,158,225,248,152,17,105,217,142,148,155,30,135,233,206,85,40,223,140,161,137,13,191,230,66,104,65,153,45,15,176,84,187,22],o[i([84,49])]=[3328402341,4168907908,4000806809,4135287693,4294111757,3597364157,3731845041,2445657428,1613770832,33620227,3462883241,1445669757,3892248089,3050821474,1303096294,3967186586,2412431941,528646813,2311702848,4202528135,4026202645,2992200171,2387036105,4226871307,1101901292,3017069671,1604494077,1169141738,597466303,1403299063,3832705686,2613100635,1974974402,3791519004,1033081774,1277568618,1815492186,2118074177,4126668546,2211236943,1748251740,1369810420,3521504564,4193382664,3799085459,2883115123,1647391059,706024767,134480908,2512897874,1176707941,2646852446,806885416,932615841,168101135,798661301,235341577,605164086,461406363,3756188221,3454790438,1311188841,2142417613,3933566367,302582043,495158174,1479289972,874125870,907746093,3698224818,3025820398,1537253627,2756858614,1983593293,3084310113,2108928974,1378429307,3722699582,1580150641,327451799,2790478837,3117535592,0,3253595436,1075847264,3825007647,2041688520,3059440621,3563743934,2378943302,1740553945,1916352843,2487896798,2555137236,2958579944,2244988746,3151024235,3320835882,1336584933,3992714006,2252555205,2588757463,1714631509,293963156,2319795663,3925473552,67240454,4269768577,2689618160,2017213508,631218106,1269344483,2723238387,1571005438,2151694528,93294474,1066570413,563977660,1882732616,4059428100,1673313503,2008463041,2950355573,1109467491,537923632,3858759450,4260623118,3218264685,2177748300,403442708,638784309,3287084079,3193921505,899127202,2286175436,773265209,2479146071,1437050866,4236148354,2050833735,3362022572,3126681063,840505643,3866325909,3227541664,427917720,2655997905,2749160575,1143087718,1412049534,999329963,193497219,2353415882,3354324521,1807268051,672404540,2816401017,3160301282,369822493,2916866934,3688947771,1681011286,1949973070,336202270,2454276571,201721354,1210328172,3093060836,2680341085,3184776046,1135389935,3294782118,965841320,831886756,3554993207,4068047243,3588745010,2345191491,1849112409,3664604599,26054028,2983581028,2622377682,1235855840,3630984372,2891339514,4092916743,3488279077,3395642799,4101667470,1202630377,268961816,1874508501,4034427016,1243948399,1546530418,941366308,1470539505,1941222599,2546386513,3421038627,2715671932,3899946140,1042226977,2521517021,1639824860,227249030,260737669,3765465232,2084453954,1907733956,3429263018,2420656344,100860677,4160157185,470683154,3261161891,1781871967,2924959737,1773779408,394692241,2579611992,974986535,664706745,3655459128,3958962195,731420851,571543859,3530123707,2849626480,126783113,865375399,765172662,1008606754,361203602,3387549984,2278477385,2857719295,1344809080,2782912378,59542671,1503764984,160008576,437062935,1707065306,3622233649,2218934982,3496503480,2185314755,697932208,1512910199,504303377,2075177163,2824099068,1841019862,739644986],o[i([84,50])]=[2781242211,2230877308,2582542199,2381740923,234877682,3184946027,2984144751,1418839493,1348481072,50462977,2848876391,2102799147,434634494,1656084439,3863849899,2599188086,1167051466,2636087938,1082771913,2281340285,368048890,3954334041,3381544775,201060592,3963727277,1739838676,4250903202,3930435503,3206782108,4149453988,2531553906,1536934080,3262494647,484572669,2923271059,1783375398,1517041206,1098792767,49674231,1334037708,1550332980,4098991525,886171109,150598129,2481090929,1940642008,1398944049,1059722517,201851908,1385547719,1699095331,1587397571,674240536,2704774806,252314885,3039795866,151914247,908333586,2602270848,1038082786,651029483,1766729511,3447698098,2682942837,454166793,2652734339,1951935532,775166490,758520603,3000790638,4004797018,4217086112,4137964114,1299594043,1639438038,3464344499,2068982057,1054729187,1901997871,2534638724,4121318227,1757008337,0,750906861,1614815264,535035132,3363418545,3988151131,3201591914,1183697867,3647454910,1265776953,3734260298,3566750796,3903871064,1250283471,1807470800,717615087,3847203498,384695291,3313910595,3617213773,1432761139,2484176261,3481945413,283769337,100925954,2180939647,4037038160,1148730428,3123027871,3813386408,4087501137,4267549603,3229630528,2315620239,2906624658,3156319645,1215313976,82966005,3747855548,3245848246,1974459098,1665278241,807407632,451280895,251524083,1841287890,1283575245,337120268,891687699,801369324,3787349855,2721421207,3431482436,959321879,1469301956,4065699751,2197585534,1199193405,2898814052,3887750493,724703513,2514908019,2696962144,2551808385,3516813135,2141445340,1715741218,2119445034,2872807568,2198571144,3398190662,700968686,3547052216,1009259540,2041044702,3803995742,487983883,1991105499,1004265696,1449407026,1316239930,504629770,3683797321,168560134,1816667172,3837287516,1570751170,1857934291,4014189740,2797888098,2822345105,2754712981,936633572,2347923833,852879335,1133234376,1500395319,3084545389,2348912013,1689376213,3533459022,3762923945,3034082412,4205598294,133428468,634383082,2949277029,2398386810,3913789102,403703816,3580869306,2297460856,1867130149,1918643758,607656988,4049053350,3346248884,1368901318,600565992,2090982877,2632479860,557719327,3717614411,3697393085,2249034635,2232388234,2430627952,1115438654,3295786421,2865522278,3633334344,84280067,33027830,303828494,2747425121,1600795957,4188952407,3496589753,2434238086,1486471617,658119965,3106381470,953803233,334231800,3005978776,857870609,3151128937,1890179545,2298973838,2805175444,3056442267,574365214,2450884487,550103529,1233637070,4289353045,2018519080,2057691103,2399374476,4166623649,2148108681,387583245,3664101311,836232934,3330556482,3100665960,3280093505,2955516313,2002398509,287182607,3413881008,4238890068,3597515707,975967766],o[i([84,51])]=[1671808611,2089089148,2006576759,2072901243,4061003762,1807603307,1873927791,3310653893,810573872,16974337,1739181671,729634347,4263110654,3613570519,2883997099,1989864566,3393556426,2191335298,3376449993,2106063485,4195741690,1508618841,1204391495,4027317232,2917941677,3563566036,2734514082,2951366063,2629772188,2767672228,1922491506,3227229120,3082974647,4246528509,2477669779,644500518,911895606,1061256767,4144166391,3427763148,878471220,2784252325,3845444069,4043897329,1905517169,3631459288,827548209,356461077,67897348,3344078279,593839651,3277757891,405286936,2527147926,84871685,2595565466,118033927,305538066,2157648768,3795705826,3945188843,661212711,2999812018,1973414517,152769033,2208177539,745822252,439235610,455947803,1857215598,1525593178,2700827552,1391895634,994932283,3596728278,3016654259,695947817,3812548067,795958831,2224493444,1408607827,3513301457,0,3979133421,543178784,4229948412,2982705585,1542305371,1790891114,3410398667,3201918910,961245753,1256100938,1289001036,1491644504,3477767631,3496721360,4012557807,2867154858,4212583931,1137018435,1305975373,861234739,2241073541,1171229253,4178635257,33948674,2139225727,1357946960,1011120188,2679776671,2833468328,1374921297,2751356323,1086357568,2408187279,2460827538,2646352285,944271416,4110742005,3168756668,3066132406,3665145818,560153121,271589392,4279952895,4077846003,3530407890,3444343245,202643468,322250259,3962553324,1608629855,2543990167,1154254916,389623319,3294073796,2817676711,2122513534,1028094525,1689045092,1575467613,422261273,1939203699,1621147744,2174228865,1339137615,3699352540,577127458,712922154,2427141008,2290289544,1187679302,3995715566,3100863416,339486740,3732514782,1591917662,186455563,3681988059,3762019296,844522546,978220090,169743370,1239126601,101321734,611076132,1558493276,3260915650,3547250131,2901361580,1655096418,2443721105,2510565781,3828863972,2039214713,3878868455,3359869896,928607799,1840765549,2374762893,3580146133,1322425422,2850048425,1823791212,1459268694,4094161908,3928346602,1706019429,2056189050,2934523822,135794696,3134549946,2022240376,628050469,779246638,472135708,2800834470,3032970164,3327236038,3894660072,3715932637,1956440180,522272287,1272813131,3185336765,2340818315,2323976074,1888542832,1044544574,3049550261,1722469478,1222152264,50660867,4127324150,236067854,1638122081,895445557,1475980887,3117443513,2257655686,3243809217,489110045,2662934430,3778599393,4162055160,2561878936,288563729,1773916777,3648039385,2391345038,2493985684,2612407707,505560094,2274497927,3911240169,3460925390,1442818645,678973480,3749357023,2358182796,2717407649,2306869641,219617805,3218761151,3862026214,1120306242,1756942440,1103331905,2578459033,762796589,252780047,2966125488,1425844308,3151392187,372911126],o[i([84,52])]=[1667474886,2088535288,2004326894,2071694838,4075949567,1802223062,1869591006,3318043793,808472672,16843522,1734846926,724270422,4278065639,3621216949,2880169549,1987484396,3402253711,2189597983,3385409673,2105378810,4210693615,1499065266,1195886990,4042263547,2913856577,3570689971,2728590687,2947541573,2627518243,2762274643,1920112356,3233831835,3082273397,4261223649,2475929149,640051788,909531756,1061110142,4160160501,3435941763,875846760,2779116625,3857003729,4059105529,1903268834,3638064043,825316194,353713962,67374088,3351728789,589522246,3284360861,404236336,2526454071,84217610,2593830191,117901582,303183396,2155911963,3806477791,3958056653,656894286,2998062463,1970642922,151591698,2206440989,741110872,437923380,454765878,1852748508,1515908788,2694904667,1381168804,993742198,3604373943,3014905469,690584402,3823320797,791638366,2223281939,1398011302,3520161977,0,3991743681,538992704,4244381667,2981218425,1532751286,1785380564,3419096717,3200178535,960056178,1246420628,1280103576,1482221744,3486468741,3503319995,4025428677,2863326543,4227536621,1128514950,1296947098,859002214,2240123921,1162203018,4193849577,33687044,2139062782,1347481760,1010582648,2678045221,2829640523,1364325282,2745433693,1077985408,2408548869,2459086143,2644360225,943212656,4126475505,3166494563,3065430391,3671750063,555836226,269496352,4294908645,4092792573,3537006015,3452783745,202118168,320025894,3974901699,1600119230,2543297077,1145359496,387397934,3301201811,2812801621,2122220284,1027426170,1684319432,1566435258,421079858,1936954854,1616945344,2172753945,1330631070,3705438115,572679748,707427924,2425400123,2290647819,1179044492,4008585671,3099120491,336870440,3739122087,1583276732,185277718,3688593069,3772791771,842159716,976899700,168435220,1229577106,101059084,606366792,1549591736,3267517855,3553849021,2897014595,1650632388,2442242105,2509612081,3840161747,2038008818,3890688725,3368567691,926374254,1835907034,2374863873,3587531953,1313788572,2846482505,1819063512,1448540844,4109633523,3941213647,1701162954,2054852340,2930698567,134748176,3132806511,2021165296,623210314,774795868,471606328,2795958615,3031746419,3334885783,3907527627,3722280097,1953799400,522133822,1263263126,3183336545,2341176845,2324333839,1886425312,1044267644,3048588401,1718004428,1212733584,50529542,4143317495,235803164,1633788866,892690282,1465383342,3115962473,2256965911,3250673817,488449850,2661202215,3789633753,4177007595,2560144171,286339874,1768537042,3654906025,2391705863,2492770099,2610673197,505291324,2273808917,3924369609,3469625735,1431699370,673740880,3755965093,2358021891,2711746649,2307489801,218961690,3217021541,3873845719,1111672452,1751693520,1094828930,2576986153,757954394,252645662,2964376443,1414855848,3149649517,370555436],o[i([85,49])]=[0,235474187,470948374,303765277,941896748,908933415,607530554,708780849,1883793496,2118214995,1817866830,1649639237,1215061108,1181045119,1417561698,1517767529,3767586992,4003061179,4236429990,4069246893,3635733660,3602770327,3299278474,3400528769,2430122216,2664543715,2362090238,2193862645,2835123396,2801107407,3035535058,3135740889,3678124923,3576870512,3341394285,3374361702,3810496343,3977675356,4279080257,4043610186,2876494627,2776292904,3076639029,3110650942,2472011535,2640243204,2403728665,2169303058,1001089995,899835584,666464733,699432150,59727847,226906860,530400753,294930682,1273168787,1172967064,1475418501,1509430414,1942435775,2110667444,1876241833,1641816226,2910219766,2743034109,2976151520,3211623147,2505202138,2606453969,2302690252,2269728455,3711829422,3543599269,3240894392,3475313331,3843699074,3943906441,4178062228,4144047775,1306967366,1139781709,1374988112,1610459739,1975683434,2076935265,1775276924,1742315127,1034867998,866637845,566021896,800440835,92987698,193195065,429456164,395441711,1984812685,2017778566,1784663195,1683407248,1315562145,1080094634,1383856311,1551037884,101039829,135050206,437757123,337553864,1042385657,807962610,573804783,742039012,2531067453,2564033334,2328828971,2227573024,2935566865,2700099354,3001755655,3168937228,3868552805,3902563182,4203181171,4102977912,3736164937,3501741890,3265478751,3433712980,1106041591,1340463100,1576976609,1408749034,2043211483,2009195472,1708848333,1809054150,832877231,1068351396,766945465,599762354,159417987,126454664,361929877,463180190,2709260871,2943682380,3178106961,3009879386,2572697195,2538681184,2236228733,2336434550,3509871135,3745345300,3441850377,3274667266,3910161971,3877198648,4110568485,4211818798,2597806476,2497604743,2261089178,2295101073,2733856160,2902087851,3202437046,2968011453,3936291284,3835036895,4136440770,4169408201,3535486456,3702665459,3467192302,3231722213,2051518780,1951317047,1716890410,1750902305,1113818384,1282050075,1584504582,1350078989,168810852,67556463,371049330,404016761,841739592,1008918595,775550814,540080725,3969562369,3801332234,4035489047,4269907996,3569255213,3669462566,3366754619,3332740144,2631065433,2463879762,2160117071,2395588676,2767645557,2868897406,3102011747,3069049960,202008497,33778362,270040487,504459436,875451293,975658646,675039627,641025152,2084704233,1917518562,1615861247,1851332852,1147550661,1248802510,1484005843,1451044056,933301370,967311729,733156972,632953703,260388950,25965917,328671808,496906059,1206477858,1239443753,1543208500,1441952575,2144161806,1908694277,1675577880,1842759443,3610369226,3644379585,3408119516,3307916247,4011190502,3776767469,4077384432,4245618683,2809771154,2842737049,3144396420,3043140495,2673705150,2438237621,2203032232,2370213795],o[i([85,50])]=[0,185469197,370938394,487725847,741876788,657861945,975451694,824852259,1483753576,1400783205,1315723890,1164071807,1950903388,2135319889,1649704518,1767536459,2967507152,3152976349,2801566410,2918353863,2631447780,2547432937,2328143614,2177544179,3901806776,3818836405,4270639778,4118987695,3299409036,3483825537,3535072918,3652904859,2077965243,1893020342,1841768865,1724457132,1474502543,1559041666,1107234197,1257309336,598438867,681933534,901210569,1052338372,261314535,77422314,428819965,310463728,3409685355,3224740454,3710368113,3593056380,3875770207,3960309330,4045380933,4195456072,2471224067,2554718734,2237133081,2388260884,3212035895,3028143674,2842678573,2724322336,4138563181,4255350624,3769721975,3955191162,3667219033,3516619604,3431546947,3347532110,2933734917,2782082824,3099667487,3016697106,2196052529,2313884476,2499348523,2683765030,1179510461,1296297904,1347548327,1533017514,1786102409,1635502980,2087309459,2003294622,507358933,355706840,136428751,53458370,839224033,957055980,605657339,790073846,2373340630,2256028891,2607439820,2422494913,2706270690,2856345839,3075636216,3160175349,3573941694,3725069491,3273267108,3356761769,4181598602,4063242375,4011996048,3828103837,1033297158,915985419,730517276,545572369,296679730,446754879,129166120,213705253,1709610350,1860738147,1945798516,2029293177,1239331162,1120974935,1606591296,1422699085,4148292826,4233094615,3781033664,3931371469,3682191598,3497509347,3446004468,3328955385,2939266226,2755636671,3106780840,2988687269,2198438022,2282195339,2501218972,2652609425,1201765386,1286567175,1371368976,1521706781,1805211710,1620529459,2105887268,1988838185,533804130,350174575,164439672,46346101,870912086,954669403,636813900,788204353,2358957921,2274680428,2592523643,2441661558,2695033685,2880240216,3065962831,3182487618,3572145929,3756299780,3270937875,3388507166,4174560061,4091327024,4006521127,3854606378,1014646705,930369212,711349675,560487590,272786309,457992840,106852767,223377554,1678381017,1862534868,1914052035,2031621326,1211247597,1128014560,1580087799,1428173050,32283319,182621114,401639597,486441376,768917123,651868046,1003007129,818324884,1503449823,1385356242,1333838021,1150208456,1973745387,2125135846,1673061617,1756818940,2970356327,3120694122,2802849917,2887651696,2637442643,2520393566,2334669897,2149987652,3917234703,3799141122,4284502037,4100872472,3309594171,3460984630,3545789473,3629546796,2050466060,1899603969,1814803222,1730525723,1443857720,1560382517,1075025698,1260232239,575138148,692707433,878443390,1062597235,243256656,91341917,409198410,325965383,3403100636,3252238545,3704300486,3620022987,3874428392,3990953189,4042459122,4227665663,2460449204,2578018489,2226875310,2411029155,3198115200,3046200461,2827177882,2743944855],o[i([85,51])]=[0,218828297,437656594,387781147,875313188,958871085,775562294,590424639,1750626376,1699970625,1917742170,2135253587,1551124588,1367295589,1180849278,1265195639,3501252752,3720081049,3399941250,3350065803,3835484340,3919042237,4270507174,4085369519,3102249176,3051593425,2734591178,2952102595,2361698556,2177869557,2530391278,2614737639,3145456443,3060847922,2708326185,2892417312,2404901663,2187128086,2504130317,2555048196,3542330227,3727205754,3375740769,3292445032,3876557655,3926170974,4246310725,4027744588,1808481195,1723872674,1910319033,2094410160,1608975247,1391201670,1173430173,1224348052,59984867,244860394,428169201,344873464,935293895,984907214,766078933,547512796,1844882806,1627235199,2011214180,2062270317,1507497298,1423022939,1137477952,1321699145,95345982,145085239,532201772,313773861,830661914,1015671571,731183368,648017665,3175501286,2957853679,2807058932,2858115069,2305455554,2220981195,2474404304,2658625497,3575528878,3625268135,3473416636,3254988725,3778151818,3963161475,4213447064,4130281361,3599595085,3683022916,3432737375,3247465558,3802222185,4020912224,4172763771,4122762354,3201631749,3017672716,2764249623,2848461854,2331590177,2280796200,2431590963,2648976442,104699613,188127444,472615631,287343814,840019705,1058709744,671593195,621591778,1852171925,1668212892,1953757831,2037970062,1514790577,1463996600,1080017571,1297403050,3673637356,3623636965,3235995134,3454686199,4007360968,3822090177,4107101658,4190530515,2997825956,3215212461,2830708150,2779915199,2256734592,2340947849,2627016082,2443058075,172466556,122466165,273792366,492483431,1047239e3,861968209,612205898,695634755,1646252340,1863638845,2013908262,1963115311,1446242576,1530455833,1277555970,1093597963,1636604631,1820824798,2073724613,1989249228,1436590835,1487645946,1337376481,1119727848,164948639,81781910,331544205,516552836,1039717051,821288114,669961897,719700128,2973530695,3157750862,2871682645,2787207260,2232435299,2283490410,2667994737,2450346104,3647212047,3564045318,3279033885,3464042516,3980931627,3762502690,4150144569,4199882800,3070356634,3121275539,2904027272,2686254721,2200818878,2384911031,2570832044,2486224549,3747192018,3528626907,3310321856,3359936201,3950355702,3867060991,4049844452,4234721005,1739656202,1790575107,2108100632,1890328081,1402811438,1586903591,1233856572,1149249077,266959938,48394827,369057872,418672217,1002783846,919489135,567498868,752375421,209336225,24197544,376187827,459744698,945164165,895287692,574624663,793451934,1679968233,1764313568,2117360635,1933530610,1343127501,1560637892,1243112415,1192455638,3704280881,3519142200,3336358691,3419915562,3907448597,3857572124,4075877127,4294704398,3029510009,3113855344,2927934315,2744104290,2159976285,2377486676,2594734927,2544078150],o[i([85,52])]=[0,151849742,303699484,454499602,607398968,758720310,908999204,1059270954,1214797936,1097159550,1517440620,1400849762,1817998408,1699839814,2118541908,2001430874,2429595872,2581445614,2194319100,2345119218,3034881240,3186202582,2801699524,2951971274,3635996816,3518358430,3399679628,3283088770,4237083816,4118925222,4002861748,3885750714,1002142683,850817237,698445255,548169417,529487843,377642221,227885567,77089521,1943217067,2061379749,1640576439,1757691577,1474760595,1592394909,1174215055,1290801793,2875968315,2724642869,3111247143,2960971305,2405426947,2253581325,2638606623,2487810577,3808662347,3926825029,4044981591,4162096729,3342319475,3459953789,3576539503,3693126241,1986918061,2137062819,1685577905,1836772287,1381620373,1532285339,1078185097,1229899655,1040559837,923313619,740276417,621982671,439452389,322734571,137073913,19308535,3871163981,4021308739,4104605777,4255800159,3263785589,3414450555,3499326569,3651041127,2933202493,2815956275,3167684641,3049390895,2330014213,2213296395,2566595609,2448830231,1305906550,1155237496,1607244650,1455525988,1776460110,1626319424,2079897426,1928707164,96392454,213114376,396673818,514443284,562755902,679998e3,865136418,983426092,3708173718,3557504664,3474729866,3323011204,4180808110,4030667424,3945269170,3794078908,2507040230,2623762152,2272556026,2390325492,2975484382,3092726480,2738905026,2857194700,3973773121,3856137295,4274053469,4157467219,3371096953,3252932727,3673476453,3556361835,2763173681,2915017791,3064510765,3215307299,2156299017,2307622919,2459735317,2610011675,2081048481,1963412655,1846563261,1729977011,1480485785,1362321559,1243905413,1126790795,878845905,1030690015,645401037,796197571,274084841,425408743,38544885,188821243,3613494426,3731654548,3313212038,3430322568,4082475170,4200115116,3780097726,3896688048,2668221674,2516901860,2366882550,2216610296,3141400786,2989552604,2837966542,2687165888,1202797690,1320957812,1437280870,1554391400,1669664834,1787304780,1906247262,2022837584,265905162,114585348,499347990,349075736,736970802,585122620,972512814,821712160,2595684844,2478443234,2293045232,2174754046,3196267988,3079546586,2895723464,2777952454,3537852828,3687994002,3234156416,3385345166,4142626212,4293295786,3841024952,3992742070,174567692,57326082,410887952,292596766,777231668,660510266,1011452712,893681702,1108339068,1258480242,1343618912,1494807662,1715193156,1865862730,1948373848,2100090966,2701949495,2818666809,3004591147,3122358053,2235061775,2352307457,2535604243,2653899549,3915653703,3764988233,4219352155,4067639125,3444575871,3294430577,3746175075,3594982253,836553431,953270745,600235211,718002117,367585007,484830689,133361907,251657213,2041877159,1891211689,1806599355,1654886325,1568718495,1418573201,1335535747,1184342925];const r=new Uint8Array(16);for(let t=15;t>=0;--t)r[t]=n%256,n=parseInt(n/256);let s=null,a=16;const c=new Uint8Array(e),l=[],x=[];!function(){const t=o[i([110,117,109,98,101,114,79,102,82,111,117,110,100,115])][c[i([108,101,110,103,116,104])]];for(let e=0;e<=t;e++)l[i([112,117,115,104])]([0,0,0,0]),x[i([112,117,115,104])]([0,0,0,0]);const e=4*(t+1),n=c[i([108,101,110,103,116,104])]/4,r=u(c);let s;for(let e=0;e<n;e++)s=e>>2,l[s][e%4]=r[e],x[t-s][e%4]=r[e];let a,d=0,h=n;for(;h<e;){a=r[n-1],r[0]^=o[i([83])][a>>16&255]<<24^o[i([83])][a>>8&255]<<16^o[i([83])][255&a]<<8^o[i([83])][a>>24&255]^o[i([114,99,111,110])][d]<<24,d+=1;for(let t=1;t<n/2;t++)r[t]^=r[t-1];a=r[n/2-1],r[n/2]^=o[i([83])][255&a]^o[i([83])][a>>8&255]<<8^o[i([83])][a>>16&255]<<16^o[i([83])][a>>24&255]<<24;for(let t=n/2+1;t<n;t++)r[t]^=r[t-1];let s,c,u=0;for(;u<n&&h<e;)s=h>>2,c=h%4,l[s][c]=r[u],x[t-s][c]=r[u++],h++}for(let e=1;e<t;e++)for(let t=0;t<4;t++)a=x[e][t],x[e][t]=o[i([85,49])][a>>24&255]^o[i([85,50])][a>>16&255]^o[i([85,51])][a>>8&255]^o[i([85,52])][255&a]}();for(let e=0;e<t[i([108,101,110,103,116,104])];e++)16===a&&(s=h(r),a=0,d(r)),t[e]^=s[a++];return t;function u(t){const e=[];for(let n=0;n<t[i([108,101,110,103,116,104])];n+=4)e[i([112,117,115,104])](t[n]<<24|t[n+1]<<16|t[n+2]<<8|t[n+3]);return e}function d(t){for(let e=15;e>=0;e--){if(255!==t[e]){t[e]++;break}t[e]=0}}function h(t){const e=l[i([108,101,110,103,116,104])]-1,n=[0,0,0,0];let r=u(t);for(let t=0;t<4;t++)r[t]^=l[0][t];for(let t=1;t<e;t++){for(let e=0;e<4;e++)n[e]=o[i([84,49])][r[e]>>24&255]^o[i([84,50])][r[(e+1)%4]>>16&255]^o[i([84,51])][r[(e+2)%4]>>8&255]^o[i([84,52])][255&r[(e+3)%4]]^l[t][e];r=n[i([115,108,105,99,101])]()}const s=new Uint8Array(16);let a;for(let t=0;t<4;t++)a=l[e][t],s[4*t]=255&(o[i([83])][r[t]>>24&255]^a>>24),s[4*t+1]=255&(o[i([83])][r[(t+1)%4]>>16&255]^a>>16),s[4*t+2]=255&(o[i([83])][r[(t+2)%4]>>8&255]^a>>8),s[4*t+3]=255&(o[i([83])][255&r[(t+3)%4]]^a);return s}}(o,e,s+256*r))}(t,new Uint8Array([...o,29,221,175,90,231,133,239,240,75,180,...r]))}const a=function(){const t=[{[i([105,100])]:1,[i([102,101,97,116,117,114,101,78,97,109,101])]:i([67,111,109,109,101,110,116,115]),[i([112,108,117,103,105,110,78,97,109,101])]:i([67,111,109,109,101,110,116,115,82,101,112,111,115,105,116,111,114,121]),[i([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:i([108,105,99,101,110,115,101,75,101,121]),[i([104,97,110,100,108,101,114])]:i([99,104,101,99,107,76,105,99,101,110,115,101]),[i([99,104,101,99,107,65,108,115,111])]:[{[i([105,100])]:2,[i([102,101,97,116,117,114,101,78,97,109,101])]:i([84,114,97,99,107,32,67,104,97,110,103,101,115]),[i([112,108,117,103,105,110,78,97,109,101])]:i([84,114,97,99,107,67,104,97,110,103,101,115,69,100,105,116,105,110,103]),[i([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:i([108,105,99,101,110,115,101,75,101,121]),[i([104,97,110,100,108,101,114])]:i([99,104,101,99,107,76,105,99,101,110,115,101,70,111,114,84,114,97,99,107,67,104,97,110,103,101,115]),[i([111,112,116,105,111,110,115])]:{[i([97,105,119,115,103,105,99])]:!0,[i([97,105,116,99,100,103,105,108])]:!0,[i([97,105,114,118,105,105,108])]:!0}}],[i([111,112,116,105,111,110,115])]:{[i([97,105,119,115,103,105,99])]:!0,[i([97,105,116,99,100,103,105,108])]:!0,[i([97,105,114,118,105,105,108])]:!0}},{[i([105,100])]:3,[i([102,101,97,116,117,114,101,78,97,109,101])]:i([80,97,103,105,110,97,116,105,111,110]),[i([112,108,117,103,105,110,78,97,109,101])]:i([80,97,103,105,110,97,116,105,111,110,76,111,111,107,117,112]),[i([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:i([112,97,103,105,110,97,116,105,111,110,76,105,99,101,110,115,101,75,101,121]),[i([104,97,110,100,108,101,114])]:i([99,104,101,99,107,76,105,99,101,110,115,101])},{[i([105,100])]:4,[i([102,101,97,116,117,114,101,78,97,109,101])]:i([82,101,118,105,115,105,111,110,32,72,105,115,116,111,114,121]),[i([112,108,117,103,105,110,78,97,109,101])]:i([82,101,118,105,115,105,111,110,115,82,101,112,111,115,105,116,111,114,121]),[i([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:i([108,105,99,101,110,115,101,75,101,121]),[i([104,97,110,100,108,101,114])]:i([99,104,101,99,107,76,105,99,101,110,115,101,70,111,114,82,101,118,105,115,105,111,110,72,105,115,116,111,114,121]),[i([111,112,116,105,111,110,115])]:{[i([97,105,119,115,103,105,99])]:!0,[i([97,105,116,99,100,103,105,108])]:!0,[i([97,105,114,118,105,105,108])]:!0}},{[i([105,100])]:5,[i([102,101,97,116,117,114,101,78,97,109,101])]:i([68,111,99,117,109,101,110,116,32,79,117,116,108,105,110,101]),[i([112,108,117,103,105,110,78,97,109,101])]:i([68,111,99,117,109,101,110,116,79,117,116,108,105,110,101,85,73]),[i([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:i([100,111,99,117,109,101,110,116,79,117,116,108,105,110,101,76,105,99,101,110,115,101,75,101,121]),[i([104,97,110,100,108,101,114])]:i([99,104,101,99,107,76,105,99,101,110,115,101]),[i([111,112,116,105,111,110,115])]:{[i([102,103,105])]:12}},{[i([105,100])]:6,[i([102,101,97,116,117,114,101,78,97,109,101])]:i([70,111,114,109,97,116,32,80,97,105,110,116,101,114]),[i([112,108,117,103,105,110,78,97,109,101])]:i([70,111,114,109,97,116,80,97,105,110,116,101,114,85,73]),[i([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:i([102,111,114,109,97,116,80,97,105,110,116,101,114,76,105,99,101,110,115,101,75,101,121]),[i([104,97,110,100,108,101,114])]:i([99,104,101,99,107,76,105,99,101,110,115,101]),[i([111,112,116,105,111,110,115])]:{[i([102,103,105])]:12}},{[i([105,100])]:7,[i([102,101,97,116,117,114,101,78,97,109,101])]:i([83,108,97,115,104,32,67,111,109,109,97,110,100]),[i([112,108,117,103,105,110,78,97,109,101])]:i([83,108,97,115,104,67,111,109,109,97,110,100,85,73]),[i([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:i([115,108,97,115,104,67,111,109,109,97,110,100,76,105,99,101,110,115,101,75,101,121]),[i([104,97,110,100,108,101,114])]:i([99,104,101,99,107,76,105,99,101,110,115,101]),[i([111,112,116,105,111,110,115])]:{[i([102,103,105])]:12}},{[i([105,100])]:8,[i([102,101,97,116,117,114,101,78,97,109,101])]:i([84,97,98,108,101,32,111,102,32,67,111,110,116,101,110,116,115]),[i([112,108,117,103,105,110,78,97,109,101])]:i([84,97,98,108,101,79,102,67,111,110,116,101,110,116,115,69,100,105,116,105,110,103]),[i([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:i([116,97,98,108,101,79,102,67,111,110,116,101,110,116,115,76,105,99,101,110,115,101,75,101,121]),[i([104,97,110,100,108,101,114])]:i([99,104,101,99,107,76,105,99,101,110,115,101]),[i([111,112,116,105,111,110,115])]:{[i([102,103,105])]:12}},{[i([105,100])]:9,[i([102,101,97,116,117,114,101,78,97,109,101])]:i([84,101,109,112,108,97,116,101]),[i([112,108,117,103,105,110,78,97,109,101])]:i([84,101,109,112,108,97,116,101,85,73]),[i([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:i([116,101,109,112,108,97,116,101,76,105,99,101,110,115,101,75,101,121]),[i([104,97,110,100,108,101,114])]:i([99,104,101,99,107,76,105,99,101,110,115,101]),[i([111,112,116,105,111,110,115])]:{[i([102,103,105])]:12}},{[i([105,100])]:10,[i([102,101,97,116,117,114,101,78,97,109,101])]:i([80,97,115,116,101,32,102,114,111,109,32,79,102,102,105,99,101,32,69,110,104,97,110,99,101,100]),[i([112,108,117,103,105,110,78,97,109,101])]:i([80,97,115,116,101,70,114,111,109,79,102,102,105,99,101,69,110,104,97,110,99,101,100,73,110,108,105,110,101,114]),[i([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:i([112,97,115,116,101,70,114,111,109,79,102,102,105,99,101,69,110,104,97,110,99,101,100,76,105,99,101,110,115,101,75,101,121]),[i([104,97,110,100,108,101,114])]:i([99,104,101,99,107,76,105,99,101,110,115,101]),[i([111,112,116,105,111,110,115])]:{[i([102,103,105])]:12}},{[i([105,100])]:11,[i([102,101,97,116,117,114,101,78,97,109,101])]:i([65,73,32,65,115,115,105,115,116,97,110,116]),[i([112,108,117,103,105,110,78,97,109,101])]:i([65,73,65,115,115,105,115,116,97,110,116,85,73]),[i([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:i([97,105,76,105,99,101,110,115,101,75,101,121]),[i([104,97,110,100,108,101,114])]:i([99,104,101,99,107,76,105,99,101,110,115,101])},{[i([105,100])]:12,[i([102,101,97,116,117,114,101,78,97,109,101])]:i([80,114,111,100,117,99,116,105,118,105,116,121,32,112,97,99,107])}];return function t(e){e[i([102,111,114,69,97,99,104])]((e=>{e[i([112,101,114,109,105,115,115,105,111,110,77,97,115,107])]=1<<e[i([105,100])]-1,n(e)&&e[i([99,104,101,99,107,65,108,115,111])]&&t(e[i([99,104,101,99,107,65,108,115,111])])}))}(t),t}(),c={[i([99,104,101,99,107,76,105,99,101,110,115,101])]:function(t,e){p(f(t,e),e)},[i([99,104,101,99,107,76,105,99,101,110,115,101,70,111,114,84,114,97,99,107,67,104,97,110,103,101,115])]:function(t,e){p(function(t,e){try{if(_(x,i([84,114,97,99,107,67,104,97,110,103,101,115,69,100,105,116,105,110,103]))&&t){const n=y(x,i([84,114,97,99,107,67,104,97,110,103,101,115,69,100,105,116,105,110,103]))[i([95,101,120,101,99,117,116,101,83,117,103,103,101,115,116,105,111,110])];if(parseInt(n)/2>t[i([101,120,112,105,114,97,116,105,111,110,68,97,116,101])])return g(e[i([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+i([73,110,118,97,108,105,100]))}return f(t,e)}catch(t){return g(e[i([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+i([73,110,118,97,108,105,100]))}}(t,e),e)},[i([99,104,101,99,107,76,105,99,101,110,115,101,70,111,114,82,101,118,105,115,105,111,110,72,105,115,116,111,114,121])]:function(t,e){const n=r[0]*o[1],s=r[0]*o[2],a=r[2]*o[2];function c(t,e){l(),g(e+i([84,114,105,97,108,76,105,109,105,116,58])+t),window[k()]=t===i([116,105,109,101])?n:s}function l(){const t=x;function e(){_(t,i([82,101,118,105,115,105,111,110,84,114,97,99,107,101,114]))&&(y(t,i([82,101,118,105,115,105,111,110,84,114,97,99,107,101,114]))[i([117,110,98,105,110,100])](i([105,115,69,110,97,98,108,101,100])),y(t,i([82,101,118,105,115,105,111,110,84,114,97,99,107,101,114]))[i([105,115,69,110,97,98,108,101,100])]=!1,y(t,i([82,101,118,105,115,105,111,110,84,114,97,99,107,101,114]))[i([117,112,100,97,116,101])]=v,y(t,i([82,101,118,105,115,105,111,110,84,114,97,99,107,101,114]))[i([115,97,118,101,82,101,118,105,115,105,111,110])]=v,t[i([109,111,100,101,108])][i([99,104,97,110,103,101])]=v,t[i([109,111,100,101,108])][i([101,110,113,117,101,117,101,67,104,97,110,103,101])]=v,t[i([101,110,97,98,108,101,82,101,97,100,79,110,108,121,77,111,100,101])](i([109,111,100,101,108]))),_(t,i([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))&&(y(t,i([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))[i([117,110,98,105,110,100])](i([105,115,69,110,97,98,108,101,100])),y(t,i([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))[i([105,115,69,110,97,98,108,101,100])]=!1,y(t,i([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))[i([99,111,109,112,97,114,101])]=v,y(t,i([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))[i([95,103,101,116,68,105,102,102])]=v)}t[i([115,116,97,116,101])]==i([114,101,97,100,121])?e():t[i([111,110,99,101])](i([114,101,97,100,121]),(()=>{if(_(t,i([82,101,118,105,115,105,111,110,84,114,97,99,107,101,114]))&&e(),_(t,i([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))){const n=y(t,i([82,101,118,105,115,105,111,110,115,82,101,112,111,115,105,116,111,114,121])),o=n.getRevision(0),r=n.getEarlierVisibleRevision(o[i([105,100])]);y(t,i([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))[i([99,111,109,112,97,114,101])](o[i([105,100])],r?r[i([105,100])]:null,1)[Ae("0x3c")]((()=>e()))}}))}_(x,i([87,101,98,83,111,99,107,101,116,71,97,116,101,119,97,121]))&&y(x,i([87,101,98,83,111,99,107,101,116,71,97,116,101,119,97,121]))[i([115,116,97,116,101])]==i([99,111,110,110,101,99,116,101,100])&&(window[k()]=a),function(t,e){if(t==e[i([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+i([73,110,118,97,108,105,100]))l();else if(t==e[i([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+i([84,114,105,97,108])){const t=function(){if(!_(x,i([82,101,118,105,115,105,111,110,86,105,101,119,101,114])))return!1;for(const t in window)if(Number[Ae("0x7")](Number(t))){if(window[t]===n)return i([116,105,109,101]);if(window[t]===s)return i([114,101,118,105,115,105,111,110,115])}return!1}();t&&c(t,e[i([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]);const a=function(){let t=r[6]*o[8]*o[6];return _(x,i([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))&&(t/=10),t}();window[i([115,101,116,84,105,109,101,111,117,116])]((()=>{c(i([116,105,109,101]),e[i([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])])}),a);const l=y(x,i([82,101,118,105,115,105,111,110,115,82,101,112,111,115,105,116,111,114,121]))[i([95,114,101,118,105,115,105,111,110,115])];l[i([108,101,110,103,116,104])]>=7?c(i([114,101,118,105,115,105,111,110,115]),e[i([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]):l.on(i([97,100,100]),(()=>{l[i([108,101,110,103,116,104])]>=7&&c(i([114,101,118,105,115,105,111,110,115]),e[i([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])])}))}}(function(t,e){try{return function(){if(!_(x,i([82,101,118,105,115,105,111,110,86,105,101,119,101,114])))return!1;for(const t in window)if(Number[Ae("0x7")](Number(t))&&window[t]===a)return!0;return!1}()?g(e[i([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+i([86,97,108,105,100])):f(t,e)}catch(t){return g(e[i([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+i([73,110,118,97,108,105,100]))}}(t,e),e)}},l=t[i([99,111,110,115,116,114,117,99,116,111,114])][i([112,108,117,103,105,110,78,97,109,101])],x=i([99,111,110,116,101,120,116])in t?t.context:t[Ae("0x3d")],u=i([52,48,52,54,50,50,49,48]),d=i([65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,48,49,50,51,52,53,54,55,56,57]),h=x[Ae("0x0")][Ae("0x21")](i([108,105,99,101,110,115,101,75,101,121])),m=a[i([102,105,108,116,101,114])](n)[i([102,105,110,100])]((t=>t[i([112,108,117,103,105,110,78,97,109,101])]===l));function f(t,e){try{return function(t){if(!_(x,t[i([112,108,117,103,105,110,78,97,109,101])]))return!0;const e=t[i([111,112,116,105,111,110,115])]||{},n=e[i([97,105,119,115,103,105,99])]||!1,o=e[i([97,105,116,99,100,103,105,108])]||!1,r=e[i([97,105,114,118,105,105,108])]||!1;return!(!_(x,i([87,101,98,83,111,99,107,101,116,71,97,116,101,119,97,121]))||y(x,i([87,101,98,83,111,99,107,101,116,71,97,116,101,119,97,121]))[i([115,116,97,116,101])]!=i([99,111,110,110,101,99,116,101,100])||!n)||(!(!_(x,i([84,114,97,99,107,67,104,97,110,103,101,115,68,97,116,97,71,101,116,116,101,114]))||y(x,i([84,114,97,99,107,67,104,97,110,103,101,115,68,97,116,97,71,101,116,116,101,114]))[i([114,101,115,117,108,116])]!=i([101,110,100])||!o)||!(!_(x,i([82,101,118,105,115,105,111,110,86,105,101,119,101,114,73,110,116,101,103,114,97,116,105,111,110]))||y(x,i([82,101,118,105,115,105,111,110,86,105,101,119,101,114,73,110,116,101,103,114,97,116,105,111,110]))[i([114,101,115,117,108,116])]!=i([101,110,100])||!r))}(e)?g(e[i([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+i([86,97,108,105,100])):t&&function(t,e){const n=!!(t&e[i([112,101,114,109,105,115,115,105,111,110,77,97,115,107])]),o=function(t,e){const n=(e[i([111,112,116,105,111,110,115])]||{})[i([102,103,105])]||null;if(!n)return!1;const o=a[i([102,105,110,100])]((t=>t[i([105,100])]===n));return!!o&&!!(t&o[i([112,101,114,109,105,115,115,105,111,110,77,97,115,107])])}(t,e);return n||o}(t[i([97,108,108,111,119,101,100,80,108,117,103,105,110,115])],e)?t[i([105,115,73,110,116,101,114,110,97,108])]&&!window[i([111,112,101,110])][i([99,108,111,115,101,100])]||parseInt(u)/2>t[i([101,120,112,105,114,97,116,105,111,110,68,97,116,101])]?g(e[i([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+i([73,110,118,97,108,105,100])):t[i([105,115,84,114,105,97,108])]?g(e[i([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+i([84,114,105,97,108])):g(e[i([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+i([86,97,108,105,100])):g(e[i([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+i([73,110,118,97,108,105,100]))}catch(t){return g(e[i([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+i([73,110,118,97,108,105,100]))}}function p(t,n){if(x instanceof e.Context){const e=x;t==n[i([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+i([73,110,118,97,108,105,100])?b(e):t==n[i([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+i([84,114,105,97,108])&&window[i([115,101,116,84,105,109,101,111,117,116])]((()=>{b(e),g(n[i([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+i([84,114,105,97,108,76,105,109,105,116,58,116,105,109,101]))}),r[6]*o[8]*o[6]),e[i([101,100,105,116,111,114,115])][i([111,110])](i([97,100,100]),((e,o)=>{t!=n[i([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+i([73,110,118,97,108,105,100])&&t!=n[i([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+i([84,114,105,97,108,76,105,109,105,116,58,116,105,109,101])&&t!=n[i([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+i([84,114,105,97,108,76,105,109,105,116,58,111,112,101,114,97,116,105,111,110,115])||w(o)}))}else{const e=x;t==n[i([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+i([73,110,118,97,108,105,100])?w(e):t==n[i([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+i([84,114,105,97,108])&&e[i([111,110])](i([114,101,97,100,121]),(()=>{let t=0;e[i([109,111,100,101,108])][i([111,110])](i([97,112,112,108,121,79,112,101,114,97,116,105,111,110]),((o,r)=>{r[0][i([105,115,68,111,99,117,109,101,110,116,79,112,101,114,97,116,105,111,110])]&&t++,504===t&&(w(e),g(n[i([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+i([84,114,105,97,108,76,105,109,105,116,58,111,112,101,114,97,116,105,111,110,115])),o[i([111,102,102])]())}),{priority:i([104,105,103,104,101,115,116])})}))}}function g(t){const e=k();return x[e]=t,t}function k(){const t=String(window[i([112,101,114,102,111,114,109,97,110,99,101])][i([110,111,119])]())[i([114,101,112,108,97,99,101])](i([46]),"");let e="";for(let n=0;n<t[i([108,101,110,103,116,104])];n+=2){let o=parseInt(t[i([115,117,98,115,116,114,105,110,103])](n,n+2));o>=d[i([108,101,110,103,116,104])]&&(o-=d[i([108,101,110,103,116,104])]),e+=d[o]}return e}function b(t){for(const e of t[i([101,100,105,116,111,114,115])])w(e);y(t,i([67,111,109,109,101,110,116,115,82,101,112,111,115,105,116,111,114,121]))[i([115,119,105,116,99,104,82,101,97,100,79,110,108,121])](!0),y(t,i([67,111,109,109,101,110,116,115,82,101,112,111,115,105,116,111,114,121]))[i([115,119,105,116,99,104,82,101,97,100,79,110,108,121])]=v}function w(t){function e(){t[i([109,111,100,101,108])][i([99,104,97,110,103,101])]=v,t[i([109,111,100,101,108])][i([101,110,113,117,101,117,101,67,104,97,110,103,101])]=v,t[i([101,110,97,98,108,101,82,101,97,100,79,110,108,121,77,111,100,101])](i([109,111,100,101,108]))}t[i([115,116,97,116,101])]==i([114,101,97,100,121])?e():t[i([111,110,99,101])](i([114,101,97,100,121]),(()=>e()))}function v(){return null}function _(t,e){return t[i([112,108,117,103,105,110,115])][i([104,97,115])](e)}function y(t,e){return t[i([112,108,117,103,105,110,115])][i([103,101,116])](e)}m&&function t(e,n){c[n[i([104,97,110,100,108,101,114])]](e,n),n[i([99,104,101,99,107,65,108,115,111])]&&n[i([99,104,101,99,107,65,108,115,111])][i([102,105,108,116,101,114])]((t=>_(x,t[i([112,108,117,103,105,110,78,97,109,101])])))[i([102,111,114,69,97,99,104])]((i=>t(e,i)))}(function(t){try{const e=s(t),n=JSON[i([112,97,114,115,101])](e),o=parseInt(n[i([49])]),r=n[i([50])]||"",a=parseInt(n[i([51])]),c=parseInt(n[i([52])])||0,l=parseInt(n[i([53])])||0;return{[i([112,114,111,100,117,99,116,78,97,109,101])]:r,[i([97,108,108,111,119,101,100,80,108,117,103,105,110,115])]:c,[i([101,120,112,105,114,97,116,105,111,110,68,97,116,101])]:o,[i([105,115,84,114,105,97,108])]:a,[i([105,115,73,110,116,101,114,110,97,108])]:l}}catch(t){return null}}(h),m)})(t)}(this)}[Ae("0x51")](e="",i=""){const n=this.editor,o=n.editing[Ae("0x18")];n[Ae("0x6")][Ae("0x21")](x).showFakeVisualSelection();const r=new Ce,s=new ClipboardEvent(Ae("0x4b"),{clipboardData:r}),a=new g.DataTransfer(r),c=new g.DomEventData(o,s,{dataTransfer:a});o[Ae("0x16")][Ae("0x1d")](Ae("0x4b"),c),this[Ae("0xb")]||(this[Ae("0x1a")](),this._aiAssistantController=new S(this[Ae("0x58")],this[Ae("0xb")])),this._aiAssistantController.updateView({prompt:e,htmlContent:a[Ae("0x52")]("text/html"),label:i,mainAction:M[n[Ae("0x3a")].document[Ae("0x4a")][Ae("0x1b")]?Ae("0x12"):Ae("0x44")]}),this._balloon[Ae("0x4d")]({view:this[Ae("0xb")],position:{target:()=>{const e=Array[Ae("0x53")](n[Ae("0x3a")][Ae("0x16")][Ae("0x4a")].getRanges())[Ae("0x30")]((t=>!t[Ae("0x1b")]&&t[Ae("0x9")].isAtStart?n[Ae("0x3a")][Ae("0x29")](t[Ae("0x25")],n[Ae("0x3a")][Ae("0x1c")](t.end[Ae("0x4c")])):t))[Ae("0x30")]((t=>n[Ae("0x31")][Ae("0x40")][Ae("0x32")](t)))[Ae("0x30")]((t=>n[Ae("0x31")][Ae("0x18")][Ae("0x8")].viewRangeToDom(t)))[Ae("0x30")]((e=>new t.Rect(e)));return t.Rect[Ae("0x10")](e)}}}),this[Ae("0xb")][Ae("0x3e")](),this._isUIVisible=!0}[Ae("0x17")](){if(!this._isUIVisible)return;const t=this[Ae("0x3d")][Ae("0x6")].get(x);this[Ae("0x3f")].reset(),this._balloon[Ae("0x38")](this[Ae("0xb")]),t[Ae("0x54")](),this.editor[Ae("0x31")][Ae("0x18")][Ae("0x3e")](),this._isUIVisible=!1}[Ae("0x1a")](){const t=this[Ae("0x3d")][Ae("0x6")][Ae("0x21")](x);this._formView=new ie(this[Ae("0x3d")].locale,this[Ae("0x2d")],this.editor[Ae("0x0")][Ae("0x21")](Ae("0xc"))),this[Ae("0x5a")](),this[Ae("0x26")](this._formView,Ae("0x36"),((e,i)=>{this[Ae("0x17")](),t[Ae("0x34")](i)})),this[Ae("0x26")](this[Ae("0xb")],Ae("0x2c"),((e,i)=>{this[Ae("0x17")](),t[Ae("0x2c")](i)}))}[Ae("0x5a")](){(0,o.clickOutsideHandler)({emitter:this._formView,activator:()=>!!this[Ae("0xb")],contextElements:()=>[this[Ae("0x37")][Ae("0x18")][Ae("0x46")]],callback:()=>this[Ae("0x17")]()}),this[Ae("0xb")].on("change:value",(()=>{this[Ae("0x37")].updatePosition()})),this[Ae("0xb")][Ae("0x2e")].set("Esc",((t,e)=>{this[Ae("0x17")](),e()}))}}const Te=["AIAssistant","Continue","Summarize this content into one paragraph of text. Include only the key ideas and conclusions. Keep it short. Do not keep original text formatting.","Portuguese","Change style","Casual","Poetic","poetic","translateChinese","Business","pluginName","translateFrench","translateEnglish","Arabic","translateGerman","includes","Improve using polished, formal, and respectful language to convey professional expertise and competence.","friendly","aiLicenseKeyTrialLimit:operations","define","get","init","aiLicenseKeyInvalid","Rewrite this content as a poem using poetic techniques without losing the original meaning.","Translate the content to Portuguese language.","Rewrite this content as a journalist using engaging language to convey the importance of the information.","direct","Simplify the writing style of this content and reduce the complexity, so that the content is easy to understand.","summarize","Hindi","translatePortuguese","Translate the content to German language.","translateHindi","Simplified Chinese","Professional","simplifyLanguage","generate","changeStyle","editOrReview","Summarize","Simplify language","aiLicenseKeyTrial","Journalism","requires","German","Make shorter","push","Translate the content to Arabic language.","Translate","Friendly","forEach","translate","Generate from selection","makeLonger","Translate the content to English language.","aiLicenseKeyValid","confident","makeShorter","Translate to %0","find","legal","groupId","translateSpanish","English","Translate the content to Spanish language.","casual","Remove any repetitive, redundant, or non-essential writing in this content without changing the meaning or losing any key information.","aiAssistant.extraCommandGroups","Improve using direct language, using only the essential information.","aiAssistant.removeCommands","ai-trial-license-key-reached-limit-changes","journalism","Spanish","info","Improve using friendly, comforting language, to convey understanding and empathy.","Direct","Improve using casual, informal language to convey a casual conversation with a real person.","continue","Improve writing","Improve this content by using descriptive language and inserting more information and more detailed explanations.","professional","Change tone","_licenseKeyCheckInterval","licenseKey","Rewrite this content as a legal professional using valid legal terminology.","Fix spelling mistakes, use proper grammar and apply good writing practices. Do not lose the original meaning.","Translate the content to French language.","French","Edit or review","Rewrite this content as a business professional with formal language.","Start with the provided content and write at the end of it continuing this topic. Keep the added part short.","changeTone","improveWriting","commands","Confident","Translate the content to Hindi language.","business","aiAssistant.commands","concat","Improve using compelling, optimistic language to convey confidence in the writing."];var Ee,Se;Ee=Te,Se=357,function(t){for(;--t;)Ee.push(Ee.shift())}(++Se);const Ve=function(t,e){return Te[t-=0]};class Re extends e.Plugin{static get[Ve("0x56")](){return[Ie,x,_]}static get[Ve("0x35")](){return Ve("0x2b")}constructor(t){super(t);const e=t.config;var i;e[Ve("0x3e")]("aiAssistant.commands",(i=t.locale,[{groupId:Ve("0x51"),groupLabel:u(i,"Edit or review"),commands:[{id:Ve("0x23"),label:u(i,Ve("0x15")),prompt:Ve("0x1c")},{id:Ve("0x0"),label:u(i,Ve("0x58")),prompt:Ve("0x9")},{id:Ve("0x60"),label:u(i,"Make longer"),prompt:"Improve this content by using descriptive language and inserting more information and more detailed explanations."},{id:Ve("0x4e"),label:u(i,Ve("0x53")),prompt:Ve("0x46")}]},{groupId:Ve("0x4f"),groupLabel:u(i,"Generate from selection"),commands:[{id:"summarize",label:u(i,Ve("0x52")),prompt:Ve("0x2d")},{id:Ve("0x14"),label:u(i,Ve("0x2c")),prompt:"Start with the provided content and write at the end of it continuing this topic. Keep the added part short."}]},{groupId:"changeTone",groupLabel:u(i,Ve("0x18")),commands:[{id:Ve("0x17"),label:u(i,Ve("0x4d")),prompt:Ve("0x3b")},{id:"casual",label:u(i,Ve("0x30")),prompt:"Improve using casual, informal language to convey a casual conversation with a real person."},{id:Ve("0x45"),label:u(i,Ve("0x12")),prompt:Ve("0xb")},{id:"confident",label:u(i,"Confident"),prompt:Ve("0x2a")},{id:Ve("0x3c"),label:u(i,Ve("0x5c")),prompt:Ve("0x11")}]},{groupId:"changeStyle",groupLabel:u(i,Ve("0x2f")),commands:[{id:Ve("0x27"),label:u(i,Ve("0x34")),prompt:Ve("0x20")},{id:Ve("0x3"),label:u(i,"Legal"),prompt:Ve("0x1b")},{id:Ve("0xe"),label:u(i,Ve("0x55")),prompt:"Rewrite this content as a journalist using engaging language to convey the importance of the information."},{id:Ve("0x32"),label:u(i,Ve("0x31")),prompt:Ve("0x42")}]},{groupId:Ve("0x5e"),groupLabel:u(i,Ve("0x5b")),commands:[{id:Ve("0x37"),label:u(i,"Translate to %0",[u(i,Ve("0x6"))]),prompt:"Translate the content to English language."},{id:Ve("0x5"),label:u(i,Ve("0x1"),[u(i,Ve("0xf"))]),prompt:"Translate the content to Spanish language."},{id:"translatePortuguese",label:u(i,Ve("0x1"),[u(i,Ve("0x2e"))]),prompt:Ve("0x43")},{id:Ve("0x39"),label:u(i,Ve("0x1"),[u(i,Ve("0x57"))]),prompt:Ve("0x4a")},{id:"translateFrench",label:u(i,Ve("0x1"),[u(i,Ve("0x1e"))]),prompt:"Translate the content to French language."},{id:Ve("0x33"),label:u(i,Ve("0x1"),[u(i,Ve("0x4c"))]),prompt:"Translate the content to Simplified Chinese language."},{id:"translateHindi",label:u(i,Ve("0x1"),[u(i,Ve("0x48"))]),prompt:Ve("0x26")},{id:"translateArabic",label:u(i,Ve("0x1"),[u(i,Ve("0x38"))]),prompt:Ve("0x5a")}]}])),e[Ve("0x3e")](Ve("0xa"),[]),e.define("aiAssistant.removeCommands",[]);const n=e.get(Ve("0x28")),o=e.get("aiAssistant.extraCommandGroups"),r=e[Ve("0x3f")](Ve("0xc"));o[Ve("0x5d")]((t=>{const e=n[Ve("0x2")]((e=>e[Ve("0x4")]===t[Ve("0x4")]));e?e[Ve("0x24")]=e.commands[Ve("0x29")](t.commands):n[Ve("0x59")](t)})),n[Ve("0x5d")]((t=>{t[Ve("0x24")]=t[Ve("0x24")].filter((t=>!r[Ve("0x3a")](t.id)))})),e.set(Ve("0x28"),n)}[Ve("0x40")](){const e=this.editor;this.licenseKey=e.config.get(Ve("0x1a")),this._licenseKeyCheckInterval=setInterval((()=>{let i;for(const t in e){const n=t,o=e[n];if(Ve("0x54")===o||Ve("0x41")===o||"aiLicenseKeyValid"===o||Ve("0x3d")===o){delete e[n],i=o;break}}if(Ve("0x41")===i)throw clearInterval(this[Ve("0x19")]),new t.CKEditorError("ai-invalid-license-key",null);if(Ve("0x54")===i&&console[Ve("0x10")]("You are using the trial version of CKEditor 5 ai plugin with limited usage. Make sure you will not use it in the production environment."),Ve("0x3d")===i)throw clearInterval(this[Ve("0x19")]),new t.CKEditorError(Ve("0xd"),null);Ve("0x62")===i&&clearInterval(this[Ve("0x19")])}),1e3)}destroy(){this[Ve("0x19")]&&clearInterval(this[Ve("0x19")])}}})(),(window.CKEditor5=window.CKEditor5||{}).ai=n})();
|